/* 左侧浮动 */
.flex-col {
    display: flex;
    flex-direction: column;
}

.flex-row {
    display: flex;
    flex-direction: row;
}

.fix-side {
    width: 9.38vw;
    height: 29.4vw;
    background: url(../images/bg.png) 50% no-repeat;
    background-size: cover;
    position: fixed;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 658;
    padding-top: 5.47vw;
}

.fix-side .icon {
    width: 5.26vw;
    height: 6.93vw;
    position: absolute;
    left: 1.56vw;
    top: -1.56vw;
}

.fix-side .container1 {
    padding-left: .73vw;
    padding-right: 2.45vw;
    justify-content: space-between;
    position: relative;
}

.fix-side .container1 .text-box {
    display: inline-block;
    height: 1.25vw;
    line-height: 1.25vw;
    font-size: .89vw;
    color: #333;
}

.fix-side .container1 .text-box .text {
    position: absolute;
    bottom: .16vw;
}

.fix-side .container1 .info-box {
    width: 2.14vw;
    min-width: 28px;
    height: 2.45vw;
    min-height: 30px;
    background: url(../images/button-bg.png) 50% no-repeat;
    background-size: cover;
    position: relative;
    cursor: pointer;
}

.fix-side .container1 .info-box .info {
    font-size: .78vw;
    font-weight: 500;
    color: #fff;
    position: absolute;
    left: .26vw;
    bottom: .31vw;
}

.fix-side .container2 {
    padding-left: .73vw;
    padding-right: 2.4vw;
    justify-content: space-between;
    align-items: center;
}

.fix-side .container2 .text {
    display: inline-block;
    height: 1.25vw;
    line-height: 1.25vw;
    font-size: .89vw;
    color: #333;
}

.fix-side .container2 .info-box {
    width: 2.19vw;
    min-width: 28px;
    height: 1.3vw;
    min-height: 18px;
    background: linear-gradient(263deg, #4398ee, #357be7);
    border-radius: .63vw;
    cursor: pointer;
    justify-content: center;
    align-items: center;
}

.fix-side .container2 .info-box .info {
    font-size: .78vw;
    font-weight: 500;
    color: #fff;

}
/* 右侧浮动 */
.akefu {
    position: fixed;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 658;
}

.akefu a span {
    color: white;
    font-size: 16px;
}

.akefu a:hover span {
    font-size: 18px;
}

.akefu-li {
    width: 138px;
    height: 40px;
    margin: 0 auto;
    background: #ff5930;
    border-radius: 20px;
    color: white;
    font-size: 16px;
    line-height: 40px;
    display: block;
    margin-top: 6px;
    cursor: pointer;
}

.akefu-lifoot {
    border-radius: 0 0 72px 72px;
    height: 72px;
    width: 144px;
    background: #ff5930;
    padding-top: 13px;
}

.akefu-lifoot p {
    font-size: 14px;
    color: white;
    text-align: center;
}
/* 中间弹窗 */
.swtbox{
    color: #fff; display: none;
    width: 710px; height: 485px; position: fixed; top: 23%; left: 30%; background: url(../images/tc_bg.png) 0% 0% / 710px 485px no-repeat;  z-index: 99999;
}
.swtbox_tt{          
margin-top: 40px;
text-align: center;
font-size: 39px;

}
.swtbox_tt span{
 
    text-decoration: none !important;
    border: none !important;
    box-shadow: none !important;
}

#swtbox a {
            text-decoration: none !important;
        }
        
        .swtkjrk{
            
text-align: center;
color: #fff;

font-weight: 550;
font-size: 18px;
letter-spacing: 2px;

        }
      
        .jj {
            margin-left: 40px;
        }
        .tc_a{
            line-height: 1.5;
color: black;
font-weight: 550;
margin-left: 70px;
font-size: 20px;
letter-spacing: 1px;
margin-top: 10px;

        }
        .tc_a p{
          padding:10px 0;
}
        .tc_a a {
            color: black;
            text-decoration: none;
        }
        .tc_gl{              
      margin-top: 15px;
margin-left: 230px;
font-size: 21px;
font-weight: bold;
color: #c72c2c;
letter-spacing: 3px;

        }
        .tc_gl a {
            color: #c72c2c;
            ;
            text-decoration: none;
        }
        
        .tc_close {
            position: absolute;
            right: 1%;
            top: 7px;
            width: 40px;
            height: 40px;
            background: rgba(0, 0, 0, 0.3);
            border-radius: 25px;
            cursor: pointer;
        }
        
        .tc_close:hover {
            background: #c72c2c;
        }
        
        .tc_close:before {
            position: absolute;
            content: '';
            width: 28px;
            height: 3px;
            background: white;
            transform: rotate(45deg);
            top: 18px;
            left: 6px;
        }
        
        .tc_close:after {
            content: '';
            position: absolute;
            width: 28px;
            height: 3px;
            background: white;
            transform: rotate(-45deg);
            top: 18px;
            left: 6px;
        }
        
        .tc_mszx {
            font-size: 25px;
color: #ffffff;
padding: 2px 1px 10px 80px;
background: linear-gradient(to right, #f55154, #f77c7d);
width: 200px;
height: 25px;
border-radius: 30px;
letter-spacing: 0;
margin-top: 19px;
margin-left: 210px;
        }
        
        .tc_mszx a {
            color: white;
            text-decoration: none;
        }
        
        .tc_mszx:hover {
            background: linear-gradient(to right, #c72c2c, #c38080);
        }