@font-face {
    font-family: "Akrobat_num"; /* Project id 2814501 */ 
    src:url('../fonts/akrobat.ttf') format('truetype');
}

.footer{
    background: #1d1d1d;
}

.footer .line_{
    height:1px;
    background: #262626;
}
.footer_lables_content{
    padding: 0px 0 16px 0!important;
}
.footer_lables_content .footer_tabs{
    display: flex;
    margin-bottom: 6px;
    flex-wrap: wrap;
}
.footer_lables_content .footer_tabs >a{
    display: block;
    width: 95px;
    height: 36px;
    color: #ffffff!important;
    background: #131313;
    margin-right: 12px;
    text-align: center;
    font-size: 14px;
    line-height: 36px;
}
.footer_lables_content .footer_tabs >a.active{
    background: #31393c;
}
.footer_lables_content .footer_lables{
    flex-wrap: wrap;
    display: none;
    transition: all .2s ease-in-out;
}

.footer_lables_content .footer_lables.hideActive{
    opacity: 0;
    visibility: hidden;
    height: 0;
}

.footer_lables_content .footer_lables.hideActive>a{
    display: none;
}

.footer_lables_content .footer_lables.active{
    display: flex;
}

.footer_lables_content .footer_lables>a{
    font-size: 12px;
    color: #9a9a9a;
    margin-right: 10px;
    margin-top: 18px;
}
.footer-section {
    width: 100%;
    padding-top: 24px;
    margin-top: 10px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-section a,
.footer-section p,
.footer-section span {
    font-size: 12px;
    line-height: 20px;
}

.footer-section .friendship-links {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 4px;
}

.footer-section .friendship-links>span {
    color: rgba(255, 255, 255, 0.55);
    font-weight: 500;
}

.footer-section .friendship-links>a {
    color: rgba(255, 255, 255, 0.35);
    font-weight: 400;
    transition: all 0.2s;
    margin-left: 4px;
    transition: color 0.2s;
}

.footer-section .friendship-links>a:hover {
    color: rgba(255, 255, 255, 0.65);
}

.footer-section .footer-content {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: rgba(255, 255, 255, 0.35);
    font-size: 12px;
    line-height: 1.5;
}

.footer-section .footer-row {
    display: block;
    margin-bottom: 24px;
    font-size: 12px;
    color: #cccccc;
    line-height: 12px;
    text-align: center;
}

.footer-section .footer-row:first-child {
    margin-top: 0;
}

.footer-section .footer-link {
    color: inherit;
    text-decoration: none;
    white-space: nowrap;
    transition: color 0.2s;
}

.footer-section .footer-link:hover {
    color: rgba(255, 255, 255, 0.65);
}

.footer-section .footer-link-line {
    width: 1px;
    height: 12px;
    background: rgba(255, 255, 255, 0.12);
    margin: 0 8px;
}

.footer-section .police-icon {
    width: 16px;
    margin-right: 4px;
    vertical-align: middle;
}
.footer_info_content{
    display: flex;
    justify-content: space-between;
}
.footer .footer_info_content .info{
    width:500px;
    padding-top: 60px;
}
.footer .footer_info_content .logo_text{
    font-size: 17px;
    color: #999999;
    display: flex;
    align-items: center;
}
.footer .footer_info_content .logo_text>img{
    width: 83px;
    display: inline-block;
}
.footer .footer_info_content .point{
    font-size: 34px;
    line-height: 18px;
    color: #ffffff;
}

.footer .info .info_text{
    margin: 40px 0;
    color: #ffffff;
    font-size: 14px;
    line-height: 26px;
    opacity: .8;
}

.footer .info .hot_phone{
    padding-bottom: 30px;
    color: #ffffff;
    font-size: 24px;
    display: flex;
    align-items: center;
}
.footer .info .hot_phone>span{
    opacity: .9;
}

.footer .info .hezuo{
    color: #999999;
    font-size: 12px;
    display: flex;
    align-items: flex-end;
}

.footer .info .hezuo a{
    display: inline-block;
    width: 102px;
    height: 18px;
}

.beian {
    font-size: 12px;
    color: #999999!important;
    user-select: text;
}
.footer .info .hezuo>img{
    display: inline-block;
    margin-left: 10px;
}
.footer .info .hezuo>img:nth-child(1){
    width: 58px;
    height: 20px;
}
.footer .info .hezuo>img:nth-child(2){
    width: 64px;
    height: 20px;
}
.footer .info .hezuo a img{
    width: 102px;
    height: 18px;
    display: inline-block;
    margin-left: 10px;
}

.footer .footer_service_title{
    margin: 30px 0  20px 0;
    font-size: 14px;
    color: #666666;
    line-height: 16px;
    position: relative;
}

.footer .footer_options .footer_service_title::after{
    content: '';
    width: 100%;
    height: 1px;
    background: #2c2c2c;
    left: 0;
    bottom: -16px;
    position: absolute;
}

.footer .footer_options .footer_service_title::before{
    content: '';
    width: 100%;
    height: 1px;
    background: #171717;
    left: 0;
    bottom: -17px;
    position: absolute;
}

.footer .footer_options >a{
    display: block;
    margin-bottom:24px;
    font-size: 12px;
    color: #cccccc;
    line-height: 12px;
    text-align: center;
}

.app_{
    display: inline-block;
    margin-left: 20px;
}


.app_ >a{
    font-size: 14px;
    color: #fff!important;
    display: inline-block;
}

.app_ >a:nth-child(1){
    margin-right: 10px;
}
.app_ >a:hover{
    opacity: 1!important;
}
.hover_show_content:hover .show_content{
    visibility: visible;
    opacity: 1;
}
.show_content{
    transition: all .2s ease-in-out;
    visibility: hidden;
    opacity: 0;
    z-index: 99;
    background: #ffffff;
    position: absolute;
    width: 120px;
    height: 120px;
    top: -130px;
    left: 50%;
    margin-left: -60px;
}
.show_content>img{
    width: 100px;
    height: 100px;
    margin: 10px;
    display: block;
}
.show_content::before{
    content: "";
    width: 0px;
    height: 0px;
    position: absolute;
    border-top: 10px solid #ffffff;
    border-bottom: 10px solid transparent;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    position: absolute;
    bottom: -19px;
    left: 50%;
    margin-left: -10px;
}


.right_options{
    position: fixed;
    right: 20px;
    bottom: 30%;
    z-index: 9;
    transition: all .2s ease-in-out;
    display: none;
}
.right_options.show{
    display: block!important;
}
.right_options .footot_content{
    border: 1px solid #e1e0e0;
}
.right_options .icon-qrcode{
    font-size: 32px;
}
.right_options .option_{
    background: #ffffff;
    width:60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-sizing: border-box;
    border-bottom: 1px solid #e1e0e0;
    font-size: 14px;
    color: #333333;
    transition: all .2s ease-in-out;
}
.right_options .option_:hover{
    background: #dfdede;
    opacity: 1;
}
.right_options .option_ .hover-show{
    visibility: hidden;
    opacity: 0;
    transition: all .3s ease-in-out;
}
.right_options .option_:hover .hover-show{
    visibility: visible;
    opacity: 1;
}
.right_options .option_ .hover-show.phone{
    display: block;
    border: 1px solid #e1e0e0;
    position: absolute;
    font-weight: 600;
    width: 200px;
    color: #999;
    font-size: 24px;
    height: 60px;
    background: #fff;
    left: -210px;
    top: 0;
    text-align: center;
    line-height: 60px;
}
.right_options .option_ .hover-show.erweima{
    width: 145px;
    height: 340px;
    background: #ffffff;
    position: absolute;
    left: -160px;
    display: flex;
    flex-direction: column;
    top: -150px;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
}

.right_options .option_ .hover-show.erweima .al{
    font-size: 18px;
    color: #727271;
    line-height: 18px;
}
.right_options .option_ .hover-show.erweima .al_img{
    width: 120px;
    height: 120px;
    margin-top: 15px;
}
.right_options .option_ .hover-show.erweima .rx{
    font-size: 12px;
    color: #727271;
    line-height: 12px;
    margin-top: 10px;
}
.right_options .option_ .hover-show.erweima .rx_phone{
    font-size: 16px;
    color: #ff0d0d;
    line-height: 16px;
    margin-top: 5px;
}
.right_options .option_ .hover-show.erweima .wx_img{
    width: 100px;
    height: 100px;
    margin-top: 17px;
}
.right_options .option_ .hover-show.erweima .wx_text{
    font-size: 13px;
    color: #727271;
    line-height: 13px;
    margin-top: 5px;
}
.right_options .option_ .hover-show.erweima::before{
    content: "";
    width: 0px;
    height: 0px;
    position: absolute;
    right: -20px;
    top: 168px;
    border-top: 10px transparent dashed;
    border-bottom: 10px transparent dashed;
    border-left: 10px #ffffff dashed;
    border-right: 10px transparent dashed;
}
.right_options .option_ .hover-show.proposal{
    width: 295px;
    height: 140px;
    background: #ffffff;
    position: absolute;
    left: -310px;
    display: flex;
    top: -61px;
    padding: 20px 25px 20px 20px;
    box-sizing: border-box;
    align-items: center;
}
.right_options .option_ .hover-show.proposal::before{
    content: "";
    width: 0px;
    height: 0px;
    position: absolute;
    right: -20px;
    top: 80px;
    border-top: 10px transparent dashed;
    border-bottom: 10px transparent dashed;
    border-left: 10px #ffffff dashed;
    border-right: 10px transparent dashed;
}
.right_options .option_ .hover-show.proposal > div:nth-child(1){
    width: 0px;
    flex-grow: 1;
}

.right_options .option_ .hover-show.proposal > div:nth-child(1) .t{
    font-size: 14px;
    color: #333333;
    font-weight: 600;
    height: auto;
    margin-bottom: 15px;
    line-height: 14px;
    text-align: left;
}
.right_options .option_ .hover-show.proposal > div:nth-child(1) .d{
    font-size: 13px;
    color: #333333;
    margin-bottom: 13px;
    line-height: 13px;
}
.right_options .option_ .hover-show.proposal > div:nth-child(2){

}
.right_options .option_ .hover-show.proposal > div:nth-child(2)>img{
    width: 96px;
    height: 96px;
}
.right_options .option_ .hover-show.proposal > div:nth-child(2)>div{
    font-size: 13px;
    color: #333333;
    text-align: center;
    margin-top: 5px;
}
.right_options .option_:last-child{
    border-bottom: 0px solid #e1e0e0;
}
.right_options .top{
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background: #ffffff;
    transition: all .2s ease-in-out;
}
.right_options .top .iconfont{
    font-size: 20px;
}
.right_options .top:hover{
    background: #dfdede;
}



.hover_show_content:hover .footer_ewm_model{
    opacity: 1;
    visibility: visible;
}
.footer_ewm_model{
    height: auto;
    line-height: 26px;
    position: absolute;
    width: 300px;
    background-color: #FFFFFF;
    bottom: 30px;
    left: -140px!important;
    padding: 20px 25px!important;
    box-shadow: 0 0 10px rgba(0,0,0,.3);
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease-in-out;
}


.footer_ewm_model::before{
    position: absolute;
    content: '';
    border-top: 10px #FFFFFF solid;
    border-left: 10px transparent dashed;
    border-right: 10px transparent dashed;
    border-bottom: 10px transparent dashed;
    bottom: -20px;
    left: 138px;
}

.footer_ewm_model .more_ewm_t{
    font-size: 22px;
    margin-bottom: 10px;
    text-align: center;
    color: #333333;
}
.footer_ewm_model .more_ewm_c{
    display: flex;
}
.footer_ewm_model .ewm_content{
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.footer_ewm_model .ewm_content img{
    width: 80%;
}

.footer_ewm_model .ewm_content div{
    font-size: 16px;
    color: #333333;
    margin-top: 5px;
}


.footet_spirit {
    background-image: url(../images/footet_spirit.png);
    background-repeat: no-repeat;
    display: inline-block;
}

.sprite-footer_img1 {
    background-size: 98px auto;
    width: 57px;
    height: 19px;
    background-position: 0px 0px;
    margin-left: 10px;
}

.sprite-footer_img2 {
    background-size: 109px auto;
    width: 64px;
    height: 20px;
    background-position: 0px -23px;
    margin-left: 10px;
}

.sprite-footer_img3 {
    background-size: 175px auto;
    width: 102px;
    height: 18px;
    background-position: 0px -71px;
    margin-left: 10px;
}

.sprite-logo_white {
    background-size: 213px auto;
    width: 83px;
    height: 26px;
    background-position: -130px 0px;
}

.app_content{
    width: 220px;
    height: 230px;
    left: -230px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.app_content span{
    display: inline-block;
    width: 100%;
    text-align: center;
}

.app_qrcode{
    width: 140px;
    height: 140px;
}

.footer_logo{
    width: 180px !important;
    opacity: .8;
}

.footer_play_info a{
    font-size: 12px;
    color: #999;
}

.footer_info_text{
    margin-left: 3px;
}



.footer_server_phone{
    font-family: 'Akrobat_num' !important;
    font-size: 50px;
    margin-left: 10px;
   
}

.footer_qrcode_content{
    display: flex;
    flex-direction: column;
}

.footer_qrcode_content_top{
    margin-top: 60px;
    display: flex;
    margin-left: auto;
}

.footer_bottom_icons{
    display: flex;
    justify-content: flex-end;
    margin-top: 24px;
}

.footer_bottom_icons ul{
    display: flex;
    align-items: center;
}

.footer_bottom_icons ul li{
    text-align: center;
    margin-left: 16px;
}

.footer_bottom_icons ul li:first-child{
    margin-left: 0;
}

.footer_bottom_icons ul li a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 42px;
    background-color: rgba(255, 255, 255, .08);
    border-radius: 4px;
    position: relative;
}

.footer_bottom_icons ul li a .footer_pic_content{
    width: 160px;
    height: 160px;
    background: #fff;
    position: absolute;
    top: -180px;
    left: -48px;
    opacity: 0;
    visibility: hidden;
    transition: .15s ease-in-out;
    -webkit-transition: .15s ease-in-out;
    -moz-transition: .15s ease-in-out;
    -ms-transition: .15s ease-in-out;
    -o-transition: .15s ease-in-out;
    transform: translateY(10px);
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
}

.footer_bottom_icons ul li a .footer_pic_content::after{
    content: '';
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #fff;
    position: absolute;
    bottom: -8px;
    left: 76px;
}

.footer_bottom_icons ul li a:hover{
    opacity: 1 !important;
    background-color: rgba(255, 255, 255, .04);
}

.footer_bottom_icons ul li a:hover .footer_pic_content{
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    opacity: 1;
    visibility: initial;
}

.footer_bottom_icons ul li a .footer_pic_content img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}

.footer_bottom_icons ul li a span{
    color: #fff;
}

.footer_bottom_icons ul li:first-child a span{
    font-size: 18px;
}

.footer_bottom_icons ul li p{
    font-size: 12px;
    margin-top: 8px;
    color: #9fa3a6;
    margin-bottom: 16px;
}

.zuopinCloud_qrcode{
    width: 160px;
    height: 240px;
    background: #fff;
    border-radius: 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    align-items: center;
}

.zuopinCloud_qrcode > span{
    font-size: 34px;
    color: #07c160;
    line-height: 34px;
    display: inline-block;
    margin-top: 20px;
    height: 34px;
}

.zuopinCloud_qrcode p{
    color: #1d1d1d;
    font-size: 16px;
    margin-bottom: 0;
    height: 40px;
    line-height: 40px;
}

.zuopinCloud_qrcode > img{
    width: 140px;
    height: 140px;
}

.ml40 span{
    color: #306cf6;
}

.ml40{
    margin-left: 40px;
}

/*sup user info css*/

.sup_user_info_layer{
    width: 840px;
    height: 480px;
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    display: none;
}

.sup_user_info_content{
    display: flex;
    position: relative;
}

.suil_left{
    padding: 40px 36px 0 36px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: #f7f9ff;
    text-align: center;
    height: 480px;
    width: 340px;
}

.suil_left > img{
    height: 340px;
}

.suil_left_text p{
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 2px;
    text-align: center;
}

.suil_colse{
    position: absolute;
    top: 12px;
    right: 18px;
    z-index: 10;
}

.suil_colse span{
    color: #b8b8b8;
    font-size: 26px;
}

.suil_right{
    display: flex;
    justify-content: center;
    width: calc(100% - 340px);
    height: 480px;
    flex-wrap: wrap;
}

.sup_right_title{
    margin-top: 50px;
    text-align: center;
}

.sup_right_title > h2{
    color: #333;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 8px;
}

.sup_right_title > p{
    color: #999;
    font-size: 12px;
    margin-bottom: 0;
}

.srt_step5_btn,
.srt_normal_btn{
    width: 280px;
    height: 40px;
    color: #fff;
    border-radius: 200px;
    display: inline-flex;
    font-size: 16px;
    justify-content: center;
    align-items: center;
    background-color: #ccc;
    pointer-events:none;
}

.srt_normal_btn:hover,
.srt_step5_btn:hover{
    opacity: 1 !important;
    background: #121212;
    color: #fff;
}

.srt_content{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.sup_right_step1 .srt_content{
    margin-top: 50px;
}

.srt_make_video{
    margin-bottom: 20px;
}

.srt_step1_choose{
    width: 280px;
    height: 100px;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
    transition: all .3s;
}

.srt_step1_text{
    display: flex;
    align-items: center;
    position: absolute;
    width: 100%;
    height: 100px;
    cursor: pointer;
}

.sup_right_step1,
.sup_right_step2,
.sup_right_step3,
.sup_right_step4,
.sup_right_step5{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    width: 100%;
    height: 480px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.srt_bottom{
    margin-top: auto;
    padding-bottom: 40px;
    display: flex;
    justify-content: center;
}

.srt_bottom.active{
    padding-bottom: 0;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
}

.srt_make_video{
    background-image: url(../images/srt_step1_bg_1.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-color: rgba(250,168,112,1);
}

.srt_make_business{
    background-image: url(../images/srt_step1_bg_2.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-color: rgba(51,51,51,1);
}

.srt_step1_text p{
    margin-bottom: 0;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    padding: 0 20px;
    text-shadow: 0 0 4px rgba(0,0,0,.2);
}

.srt_make_video .srt_step1_text{
    background-image: linear-gradient(to right, rgba(250,168,112,0) , rgba(250,168,112,1));
}

.srt_make_business .srt_step1_text{
    background-image: linear-gradient(to right, rgba(51,51,51,1) , rgba(51,51,51,0));
}

.srt_make_video:hover{
    background-position-x: -20px;
}

.srt_make_business:hover{
    background-position-x: 20px;
}

.srt_make_video .srt_step1_text p{
    margin-left: auto;
}

.sup_right_step2 .srt_content{
    margin-top: 30px;
}

.sup_right_step2 .srt_content > img{
    width: 280px;
}

.srt_input > input,
.srt_select > input{
    border-radius: 6px;
    border: 1px solid #e0e0e0;
    width: 280px;
    height: 40px;
    padding-left: 16px;
    font-size: 14px;
    color: #333;
    background: #fff;
}

.srt_input > input,
.srt_select > input{
    border-radius: 6px;
    border: 1px solid #e0e0e0;
    width: 280px;
    height: 40px;
    padding-left: 16px;
    font-size: 14px;
    color: #333;
    background: #fff;
    transition: all .3s;
}

.srt_input,
.srt_select{
    margin-top: 12px;
}

.step_back,
.step4_back{
    display: flex;
    align-items: center;
    color: #999;
    font-size: 14px;
    position: absolute;
    top: 20px;
    left: 20px;
}

.step_back span{
    color: #999;
    margin-right: 3px;
    transition: all .3s;
}

.step_back:hover span,
.step_back:hover{
    color: #666 !important;
    opacity: 1 !important;
}

.srt_select{
    position: relative;
}

.icon-right{
    position: absolute;
    height: 40px;
    top: 0;
    right: 10px;
    font-size: 14px !important;
    color: #ccc;
    line-height: 40px;
    display: inline-block;
}

.srt_input > input::-webkit-input-placeholder,
.srt_select > input::-webkit-input-placeholder{
    color: #b3b3b3;
}

.srt_select > input{
    cursor: pointer;
}

.srt_input > input:hover,
.srt_select > input:hover{
    border-color:#999;
}

.srt_position_items{
    width: 280px;
    height: 220px;
    background: #fff;
    border: 1px solid #e0e0e0;
    box-sizing: border-box;
    border-radius: 6px;
    position: absolute;
    top: -223px;
    left: 0;
    z-index: 100;
    padding: 6px;
    box-sizing: border-box;
    overflow-y: auto;
}

.srt_position_items p{
    cursor: pointer;
    line-height: 36px;
    border-radius: 4px;
    background: #fff;
    padding-left: 10px;
    height: 36px;
    width: 100%;
    color: #666;
    font-size: 14px;
    transition: all .2s;
    margin-bottom: 0;
}

.srt_position_items p:hover{
    background: #f7f7f7;
    color: #333;
}

/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
.srt_position_items::-webkit-scrollbar{
    width: 5px;
    height: 5px;
}

/*定义滚动条轨道 内阴影+圆角*/
.srt_position_items::-webkit-scrollbar-track {
    background-color: rgba(255, 255, 255, 0);
}

/*定义滑块 内阴影+圆角*/
.srt_position_items::-webkit-scrollbar-thumb{
    border-radius: 10px;
    background-color: rgba(0, 0, 0, 0.3);
}

.srt_content.active{
    flex-direction: row;
    justify-content: center;
}

.srt_position_border{
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-wrap: wrap;
    cursor: pointer;
    transition: .2s ease-in-out;
    -webkit-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -ms-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transform: translateY(0); 
    -webkit-transform: translateY(0); 
    -moz-transform: translateY(0); 
    -ms-transform: translateY(0); 
    -o-transform: translateY(0); 
}

.srt_position_border.active{
    transform: translateY(-16px); 
    -webkit-transform: translateY(-16px); 
    -moz-transform: translateY(-16px); 
    -ms-transform: translateY(-16px); 
    -o-transform: translateY(-16px); 
}

.srt_company{
    margin-right: 30px;
}

.srt_person{
    margin-left: 30px;
}

.sup_right_step3 .srt_content{
    margin-top: 60px;
}

.srt_position_border > p{
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 0;
    line-height: 50px;
}

.border_bg{
    width:124px;
    height: 90px;
    background: #f5f5f5;
    border-radius: 50px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 10;
}

.border_bg.active{
    background: #e09e52;
}

.srt_border_content{
    position: relative;
    overflow: hidden;
    border-radius: 50px;
}

.srt_border_content > img{
    z-index: 11;
    width: 124px;
}

.srt_normal_btn.active,
.srt_step5_btn.active{
    background-color: #333;
    pointer-events:initial;
}

.srt_step_tips{
    color: #b3b3b3;
    font-size: 12px;
    margin-top: 6px;
    margin-bottom: 8px;
}

.srt_bottom.fainl{
    margin-bottom: 20px;
}

.sup_right_step5 .srt_content{
    padding-top: 40px;
}

.fianl_title{
    color:#6acf95 !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fianl_title span{
    font-size: 20px !important;
    color:#6acf95;
    margin-right: 5px;
}

.sup_right_step4 .srt_content{
    padding-top: 26px;
}

.icon-jiazai1{
    font-size: 20px !important;
    color: #999;
    animation:turn .5s linear infinite; 
}

@keyframes turn{
    0%{-webkit-transform:rotate(0deg);}
    100%{-webkit-transform:rotate(360deg);}
}

.active_text{
    font-size: 14px;
    font-weight: bold;
    background: #333;
    border-radius: 100px;
    color: #fff;
    line-height: 36px;
    margin-top: 8px;
    padding: 0 30px;
    display: inline-block;
}

.active_text strong{
    color: rgba(250,168,112,1);
}

.footer_info_text{
    display: flex;
    flex-direction: column;
}

.footer_icp_info,
.footer_play_info{
    height: 20px;
    display: flex;
    align-items: center;
}












.step-hover-warp{
    transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transform: translateY(0); 
    -webkit-transform: translateY(0); 
    -moz-transform: translateY(0); 
    -ms-transform: translateY(0); 
    -o-transform: translateY(0); 
    opacity: 1; 
    visibility: visible;
}

.select-hover-warp{
    transition: .2s ease-in-out;
    -webkit-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -ms-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transform: translateY(30px);
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px); 
    opacity: 0;
    visibility: hidden;
}

.hide-hover-warp{
    transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transform: translateX(60px);
    -webkit-transform: translateX(60px);
    -moz-transform: translateX(60px);
    -ms-transform: translateX(60px);
    -o-transform: translateX(60px); 
    opacity: 0;
    visibility: hidden;
}

.step-hover-warp.hide{
    transform: translateX(-60px);
    -webkit-transform: translateX(-60px);
    -moz-transform: translateX(-60px);
    -ms-transform: translateX(-60px);
    -o-transform: translateX(-60px);
    opacity: 0;
    visibility: hidden;
}

.select-hover-warp.show{
    transform: translateX(0px);
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    opacity: 1; 
    visibility: visible;
}

.hide-hover-warp.show{
    transform: translateX(0px);
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    opacity: 1; 
    visibility: visible;
}

.hide-hover-warp.hide{
    transform: translateX(-60px);
    -webkit-transform: translateX(-60px);
    -moz-transform: translateX(-60px);
    -ms-transform: translateX(-60px);
    -o-transform: translateX(-60px);
    opacity: 0; 
    visibility: hidden;
}

.zuopinCloud_qrcode:last-child{
    margin-left: 40px;
}

@media (max-width: 1500px) and (min-width: 1px) {

    .zuopinCloud_qrcode:last-child{
        margin-left: 16px;
    }

    .footer .footer_info_content .info{
        width: 460px;
    }

    .footer_logo{
        width: 160px !important;
    }
}


@media (max-width: 1024px) and (min-width: 1px) {

    .footer .footer_options{
        margin-left: 65px;
    }
}

.footer_bottom_link_hide{
    color: #fff;
    font-size: 14px;
    margin-left: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: .87;
    cursor: pointer;
    user-select: none;
}

.footer_bottom_link_hide span{
    color: #fff;
    font-size: 12px;
    margin-left: 4px;
}

.footer_bottom_icons ul li a .aboutUs{
    width: 22px;
}


.activity_side_content{
    position: absolute;
    width: 260px;
    height: 336px;
    top: 0;
    left: -276px;
}

.activity_side_content span{
    color: rgba(255,255,255,.45);
    position: absolute;
    display: flex;
    width: 24px;
    height: 24px;
    top: 12px;
    right: 12px;
    text-align: center;
    line-height: 24px;
    z-index: 1;
    cursor: pointer;
}

.activity_side_content > img{
    width: 100%;
    height: 100%;
    border-radius: 8px;
}

.db12_layer{
    width: 600px;
    height: 480px;
    display: none;
}

.db12_layer_model{
    border-radius: 24px !important;
    overflow: hidden !important;
}

.db12_layer_c{
    width: 100%;
    height: 100%;
    position: relative;
    background-image: url(../images/activity_618.png);
    background-size: cover;
}

.db12_layer_c .qrcode{
    width: 180px;
    height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background-color: #fff;
    position: absolute;
    left: 50%;
    bottom: 95px;
    transform: translateX(-50%);
    box-sizing: border-box;
}

.db12_layer_c .qrcode img{
    width: 100%;
    height: 100%;
}


/*--popup--*/
.activity_popup{
    display: none;
    width: 359px;
    position: relative;
    text-align: center;
}

.activity_popup_container{
    width: 295px;
    cursor: pointer;
}

.activity_model{
    border-radius: 8px !important;
    background: none !important;
    box-shadow: none !important;
}

.activity_model .layui-layer-content{
    overflow: visible !important;
}

.activity_popup_close{
    position: absolute;
    right: 0;
    top: -32px;
    font-size: 20px;
    display:flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255,255,255,.56);
    background-color: rgba(255,255,255,.24);
    color: #fff !important;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    font-size: 26px;
}


.activity_side_bottom_fixed{
    width: 150px;
    height: 195px;
    position: fixed;
    bottom: 40px;
    right: -160px;
    transition: all .3s ease-in-out;
}

.activity_side_bottom_fixed.active{
    right: 16px;
}

.activity_side_bottom_fixed .icon-guanbi{
    position: absolute;
    right: 0px;
    top: 0px;
    width: 24px;
    display: flex;
    height: 24px;
    align-items: center;
    justify-content: center;
    color: #A2A2AB;
    font-size: 16px;
    cursor: pointer;
}

.activity_side_bottom_fixed .activity_side__bottom_fixed_content{
    width: 150px;
    height: 167px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: absolute;
    right: 0px;
    bottom: 0px;
}



/*--popup--*/