.renewal {
    position: relative;
}
.renewal-banner {
    position: relative;
}
.pos-f {
    position: fixed;
    top: 30%;
    left: 0;
    z-index: 100;
}
.renewal .qrcode{
    width: 80px;
    height: 80px;
    position: absolute;
    top: 30%;
    right: -84px;
    display: none ;

}
.pos-nav-item {
    background: #f5f5f5;
    border-bottom: 1px solid #eaeaea;
    padding: 20px;
    text-align: center;
    position: relative;
}
.pos-nav-item:hover{
    cursor: pointer;
}
.pos-nav-item:last-child{
    border: none;
}
.icon-box {
    width: 26px;
    height: 24px;
    display: inline-block;
    margin-right: 20px;
}
 .active{
    background: #fff;
}
.refresh-icon {
    width: 137px;
    display: inline-block;
}
.service-list {
    margin-top: 50px;
}
.service-item {
    width: 100px;
    height: 100px;
    text-align: center;
    background: #ffffff;
    border: 2px solid #a41414;
    position: relative;
    display: inline-block;
    margin-left: 100px;
    border-radius: 25px;
    transform:rotate(45deg);
    -ms-transform:rotate(45deg); 	/* ie 9 */
    -moz-transform:rotate(45deg); 	/* firefox */
    -webkit-transform:rotate(45deg); /* safari 和 chrome */
    -o-transform:rotate(45deg); 	/* opera */
}
.service-ul {
    position: relative;
}
.service-list .active{
    background: #a41414;
    color: #fff;
}
.service-ul::before{
    content: "";
    width: 100%;
    height: 0;
    border-bottom: 1px dotted #a5a5a5;
    position: absolute;
    top: 50%;
    left: 0;
}
.service-item:first-child{
    margin-left: 0px;
}
.service-item:hover{
    cursor: pointer;
}
.service-item span {
    white-space: nowrap;
    position: absolute;
    left: 16%;
    top: 36%;
    transform: translate(-50%, -50%);
    transform:rotate(-45deg);
    -ms-transform:rotate(-45deg); 	/* ie 9 */
    -moz-transform:rotate(-45deg); 	/* firefox */
    -webkit-transform:rotate(-45deg); /* safari 和 chrome */
    -o-transform:rotate(-45deg); 	/* opera */
}
.process-item {
    width: 220px;
    display: inline-block;
    text-align: center;
}
.process-image {
    width: 84px;
    display: inline-block;
}
.bg-box{
    height: 26px;
    position: relative;
}
.process-item:first-child .bg-box{
    border-radius: 50px 0 0 50px;
}
.process-item:last-child .bg-box{
    border-radius: 0px 50px 50px 0px;
}
.process-item:nth-child(odd) .bg-box{
    background: #16171a;
    margin-top: 10px;
}
.process-item:nth-child(even) .bg-box{
    background: #a41414;
    margin-bottom: 16px;
}
.process-item:nth-child(odd) .process-title {
    margin-top: 45px;
}
.process-item:nth-child(even) .process-title {
    margin-bottom: 50px;
}
.process-item:nth-child(odd) .bg-box::after{
    content: "";
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 20px solid #16171a;
    position: absolute;
    left: 50%;
    margin-left: -12px;
    bottom: -20px;
}
.process-item:nth-child(even) .bg-box::after{
    content: "";
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 20px solid #a41414;
    position: absolute;
    left: 50%;
    margin-left: -12px;
    top: -20px;
}
.case-item {
    position: relative;
}
.pos-r{
    position: relative;
}
.case-item-image {
    height: 100%;
}
.case-item-cover {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    text-align: center;
    display: none;
    position: absolute;
    color: #fff;
    top: 0;
    left: 0;
   vertical-align: middle;
}
.case-item-cover span {
    position: relative;
    top: 50%;
    transform: translatey(-50%);
}
.max-992-process-list{
    display: none;
}
.xcs-qrcode {
    width: 120px;
    position: absolute;
    top: 190px;
    left: 53%;
    z-index: 200;
    object-fit: scale-down;
}
@media (max-width: 1600px) {
    .process-item {
        width: 200px;
    }
}
@media (min-width: 1200px) {
    .case-item {
        padding: 0 20px;
    }
}
@media (max-width: 1200px) {
    .process-item {
        width: 160px;
    }
}

@media (max-width: 991.8px) {
    .xcs-qrcode {
        width: 60px;
        top: 14%;
    }
    .max-992-process-list{
        display: block;
    }
    .service-item{
        width: 80px;
        height: 80px;
        border-radius: 15px;
        margin-left: 50px;
    }
    .process-item {
      display: none;
    }
}
@media (max-width: 768px) { 
    .renewal .qrcode{
        position: absolute;
        top: -88px;
        right:50%;
        transform: translatex(50%);
    }
    .xcs-qrcode {
        width: 40px;
    }
    .case-item{
        margin-bottom: 30px;
    }
    .pos-f{
        width: 100%;
        bottom: 0;
        top: auto;
    }
    .pos-nav-list .pos-nav-item {
      float: left;
        width: 33.333333%;
       border-right: 1px solid #eaeaea;
       border-bottom: none;
       padding: 10px;
    }
    .icon-box {
        margin: 0;
    }
    .pos-nav-list .pos-nav-item span{
        display: block;
    }
}
@media (max-width: 576px) {
    .service-item{
        width: 60px;
        height: 60px;
        margin-left: 10px;
    }
    .service-item span {
        left: 0%;
        top: 30%;
    }
    .service-ul::before{
        border:none;
    }
 }