@font-face {
    font-family: "youshebth_text"; /* Project id 2814501 */ 
    src:url('https://dyinfilm.oss-cn-chengdu.aliyuncs.com/ziti/youshebth.ttf') format('truetype');
}

:root {
    --baseColor: rgba(194, 168, 134, 1);
    --baseRedColor: rgba(189, 0, 38, 1);
  }

.bth {
    font-family: 'youshebth_text' !important;
    font-weight: 500;
  }
  
.nav{
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    height: 64px;
    background-color: rgba(255, 255, 255, .04);
    padding: 0 90px;
    width: 100%;
    box-sizing: border-box;
    z-index: 100;
    margin-left: 0 !important;
    box-shadow: 0px 20px 24px 1px rgb(37 37 89 / 8%);
}

.nav .left a{
    display: none;
}

.nav .left a:first-child{
    display: flex;
}

.nav .left img{
    height: 75px;
}

.nav .right ul{
    display: flex;
}

.nav .right a{
    font-size: 16px;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 24px;
    margin: 0 16px;
    transition: all .2s;
}

.nav .right ul li{
    position: relative;
}

.nav .right ul li::before{
    content: '';
    width: 1px;
    height: 14px;
    background-color: #fff;
    position: absolute;
    right: 0px;
    top: 6px;
}

.nav .right ul li:last-child::before{
    display: none;
}

.nav .right ul li:last-child a{
    margin: 0 0 0 16px;
}

.nav.fixed_white{
    background-color: #fff;
} 

.nav.fixed_white .right a{
    color: #333;
}

.nav.fixed_white .right li::before{
    background-color: #ccc;
}


.nav.fixed_white .left a:first-child{
    display: none;
}

.nav.fixed_white .left a:last-child{
    display: flex;
}

.nav .right ul li a:hover{
    color: var(--baseColor);
}

.container{min-width:1500px;margin-left:auto!important;margin-right:auto!important;padding-top:.1px;padding-bottom:.1px}
.container-fluid,.container-full{width:100%!important;padding-left:0;padding-right:0}
@media (max-width:1500px) and (min-width:1px){.container{max-width:1200px!important;min-width:1200px!important}
    .container-fluid,.container-full{width:100%!important;min-width:1200px!important}
    .contact_mode .btn_{font-size:12px!important}
}
@media (max-width:1024px) and (min-width:1px){.container{max-width:1024px!important;min-width:1024px!important}
    .container-fluid,.container-full{width:100%!important;min-width:1024px!important}
    .model{max-width:900px}
    .a-qr-list>div>img{width:65px!important;height:65px!important}
}

/*footer*/
.footer {
    background: #1d1d1d;
    display: flex;
    justify-content: center;
    padding-bottom: 20px;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.friends_link {
    width: 1400px;
    display: flex;
    align-items: center;
    margin-top: 8px;
}

.friends_link span {
    font-size: 12px;
    color: rgba(255, 255, 255, .60);
}

.friends_link a {
    color: rgba(255, 255, 255, .40);
    font-size: 12px;
    margin-left: 10px;
}

.friends_link a:hover {
    color: rgba(255, 255, 255, .87);
}

.footer .line_ {
    height: 1px;
    background: #262626;
}

.footer_lables_content {
    padding: 40px 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.active {
    display: flex;
}

.footer_lables_content .footer_lables>a {
    font-size: 12px;
    color: #9a9a9a;
    margin-right: 10px;
    margin-top: 18px;
}

.footer_info_content {
    display: flex;
    min-width: 1400px;
    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 {
    display: inline-block;
}

.footer .footer_info_content .point {
    font-size: 34px;
    line-height: 18px;
    color: #ffffff;
}

.footer .info .info_text {
    margin-top: 35px !important;
    margin-bottom: 30px !important;
    color: #ffffff !important;
    font-size: 14px !important;
    line-height: 22px !important;
    opacity: .8;
    text-align: left;
}

.footer .info .hot_phone {
    padding-bottom: 30px;
    color: #ffffff;
    font-size: 24px;
    display: flex;
    align-items: center;
}

.footer .info .hot_phone>span {
    opacity: .9;
    font-size: 46px;
    font-weight: bold;
    margin-left: 6px;
    font-family: 'Akrobat_num' !important;
}

.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 !important;
    color: rgba(255,255,255,.38) !important;
    padding-bottom: 8px !important;
    padding-top: 10px !important;
    user-select: text;
    transition: all .3s;
}

.beian:hover,
.footer_play_info>a:hover {
    color: rgba(255,255,255,.38) !important;
}

.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_options {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.footer .footer_options .footer_service_title {
    margin: 60px 0 36px 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;
    transition: all .3s;
}



.footer .footer_options>a:hover {
    color: #f3f3f3;
}

.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:first-child {
    margin-left: 0;
}

.footer_bottom_icons ul li {
    text-align: center;
    margin-left: 16px;
}

.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 p {
    font-size: 12px;
    margin-top: 8px;
    color: #9fa3a6;
    margin-bottom: 16px;
}

.footer_bottom_icons ul li:first-child a span {
    font-size: 18px;
}

.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 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 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;
}

.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;
}

.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;
}

.footer_play_info a {
    font-size: 12px;
    color: rgba(255, 255, 255, .38);
}

/*footer end*/


/*side css start*/
.tts_side {
    width: 72px;
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 500;
    display: flex;
    flex-direction: column;
    transition: .15s ease-in-out;
}

.tts_side_vip {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.tts_side_list {
    margin-top: 4px;
    border-radius: 4px;
    box-shadow: 0px 4px 24px 1px rgba(37, 37, 89, 0.16);
    display: flex;
    flex-direction: column;
    background: #fff;
    z-index: 100;
}

.tts_side_list .item {
    width: 72px;
    height: 72px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    position: relative;
}

.tts_side_list .item:hover {
    background: rgba(0, 0, 0, .01);
}

.tts_side_list .item:hover .qrcode {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
}

.tts_side_list .item:hover .phone_numb {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
}

.tts_side_list .item>p {
    line-height: 20px;
    font-size: 12px;
    color: rgba(0, 0, 0, .9);
    margin-top: 4px;
}

.tts_side_list .item .qrcode {
    position: absolute;
    background: #fff;
    border-radius: 4px;
    padding: 8px 12px;
    left: -128px;
    box-shadow: 0px 4px 24px 1px rgba(37, 37, 89, 0.16);
    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: translateX(20px);
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
}

.tts_side_list .item .phone_numb {
    position: absolute;
    background: #fff;
    border-radius: 4px;
    padding: 16px 18px;
    left: -142px;
    box-shadow: 0px 4px 24px 1px rgba(37, 37, 89, 0.16);
    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: translateX(20px);
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
}

.tts_side_list .item .phone_numb p {
    line-height: 22px;
    font-size: 14px;
    color: rgba(0, 0, 0, .9);
    font-weight: 600;
}

.tts_side_list .item .qrcode>img {
    display: block;
    margin: auto;
    width: 96px;
    height: 96px;
}

.tts_side_list .item .qrcode>p {
    line-height: 20px;
    font-size: 12px;
    color: rgba(0, 0, 0, .9);
    margin-top: 4px;
}

.tts_side_go_top{
    width: 72px;
    height: 72px;
    border-radius: 4px;
    margin-top: 4px;
    box-shadow: 0px 4px 24px 1px rgb(37 37 89 / 16%);
    background: #fff;
    z-index: 100;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.tts_side_go_top > img{
    width: 34px;
    height: 34px;
}

.tts_side_go_top > p{
    line-height: 20px;
    font-size: 12px;
    color: rgba(0, 0, 0, .9);
    margin-top: 2px;
}
/*side css end*/

/*大客户 css start*/

.qrcode_layer{
    display: none;
    position: relative;
    border-radius: 16px;
    background-color: #fff;
}

.qrcode_layer > button,
.submit_data_layer > button{
    position: absolute;
    right: 24px;
    top: 24px;
    color: #666;
    border: none;
    cursor: pointer;
    background: none;
    z-index: 100;
}

.submit_data_layer > button{
    color: #fff;
}

.qrcode_layer .qrcode_layer_left{
    background: url(../images/qrcode_layer_pic.png) no-repeat;
    background-size: cover;
    width: 480px;
    height: 420px;
    padding: 32px 0 0 40px;
    box-sizing: border-box;
}

.qrcode_layer .qrcode_layer_left > img{
    width: 108px;
}

.qrcode_layer .qrcode_layer_left > h3{
    color: rgba(205, 144, 68, 1);
    font-size: 24px;
    margin: 32px 0 20px 0;
}

.qrcode_layer .qrcode_layer_left > p{
    font-size: 14px;
    line-height: 22px;
    color: rgba(255, 255, 255, .85);
}

.qrcode_layer_right{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 480px;
}

.qrcode_layer_right .qrcode{
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-shadow: 0 4px 24px 1px rgba(37, 37, 89, 0.12);
    margin-bottom: 16px;
    padding:30px 60px;
}

.qrcode_layer_right .qrcode img{
    width: 180px;
    height: 180px;
}

.qrcode_layer_right .qrcode h3{
    font-size: 16px;
    font-weight: 600;
    color: #0C0E21;
    line-height: 24px;
    margin-bottom: 4px;
    margin-top: 16px;
}

.qrcode_layer_right .qrcode p{
    font-size: 12px;
    font-weight: 400;
    color: #5A6073;
    line-height: 20px;
}

.phone_numb{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.phone_numb h3{
    color: rgba(158, 165, 187, 1);
    font-size: 32px;
    font-style: italic;
}

.phone_numb p{
    color: rgba(158, 165, 187, 1);
    font-size: 12px;
}
/*大客户 css end*/


/*发布需求 css start*/

.submit_data_layer{
    width: 1000px;
    height: 600px;
    background: #fff;
    position: relative;
    display: none;
    overflow: hidden;
}

.submit_data_left{
    width: 680px;
    height: 100%;
}

.submit_data_right{
    width: 320px;
    height: 100%;
    background-color: rgba(35, 35, 38, 1);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.submit_data_right .head{
    position: relative;
    width: 120px;
    height: 120px;
    margin:30px 0 48px 0;
}

.submit_data_right .head p{
    position: absolute;
    background: rgba(189, 0, 38, 1);
    border-radius: 12px 4px 12px 4px;
    height: 24px;
    line-height: 24px;
    color: rgba(255, 255, 255, .85);
    font-size: 14px;
    width: 100%;
    bottom: -8px;
    left: 0;
    text-align: center;
}

.submit_data_right .head img{
    width: 120px;
    height: 120px;
    border-radius: 50%;
    border: 2px solid #fff;
    box-sizing: border-box;
}

.submit_data_right .text_items{
    display: flex;
    flex-direction: column;
}

.submit_data_right .text_items li{
    display: flex;
    align-items: center;
    margin-bottom: 24px;
}

.submit_data_right .text_items li:first-child{
    align-items: baseline;
}

.submit_data_right .text_items li:first-child img{
    transform: translateY(10px);
}

.submit_data_right .text_items li p{
    font-size: 16px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.85);
    line-height: 24px;
    margin-left: 8px;
}

.submit_data_right > p{
    width: 220px;
    margin-top: 36px;
    font-size: 14px;
    line-height: 24px;
    color: rgba(255, 255, 255, .67);
}

.recharge_bottom_checked input[type='checkbox']{ 
    height: 0; width: 0; display: none;
}

.recharge_bottom_checked input[type='checkbox'] + label{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #7e8087;
}

.recharge_bottom_checked input[type='checkbox'] + label > span{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 8px;
    border-radius: 4px;
    width: 18px;
    height: 18px;
    background: #BD0026;
    box-sizing: border-box;
    position: relative;
    border-radius: 2px;
    cursor: pointer;  
    transition: all 250ms cubic-bezier(.4,.0,.23,1);
}

.recharge_bottom_checked input[type='checkbox']:checked + label > span:before{
    content: "";
    position: absolute;
    width: 5px;
    height: 9px;
    top: 2px;
    left: 6px;
    border-color: #fff;
    border-style: solid;
    border-width: 0 1px 1px 0;
    transform: rotate(45deg);
}

.submit_data_left form{
    display: flex;
    flex-direction: column;
    padding: 32px;
    box-sizing: border-box;
    width: 680px;
    height: 100%;
}

.submit_data_left > p{
    color: rgba(0, 0, 0, 0.85);
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
}

.submit_data_left .title{
    margin: 16px 0;
}

.submit_data_left .title input{
    width: 100%;
    height: 44px;
    border-radius: 4px;
    background: #F5F6FA;
    border: 1px solid rgba(0, 0, 0, 0.06);
    box-sizing: border-box;
    padding-left: 16px;
    line-height: 44px;
}

.submit_data_left .dest textarea{
    width: 100%;
    height: 140px;
    border-radius: 4px;
    background: #F5F6FA;
    border: 1px solid rgba(0, 0, 0, 0.06);
    box-sizing: border-box;
    padding: 16px;
    line-height: 24px;
}

.submit_data_left .bottom{
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
}

.submit_data_left .bottom button{
    width: 320px;
    height: 56px;
    border-radius: 4px;
    color: rgba(255, 255, 255, .85);
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    border: none;
    background-color: var(--baseRedColor);
    margin-bottom: 16px;
    cursor: pointer;
}

.flex_{
    flex-grow: 1;
}

.point_agreement{
    color: rgba(242, 85, 85, 1);
}

.bottom_container{
    width: 100%;
    height: 120px;
    background: rgba(0, 0, 0, 0.75);
    display: flex;
    justify-content: center;
    position: fixed;
    bottom: -120px;
    left: 0;
    z-index: 1000;
    transition: all .8s;
}

.bottom_contact{
    width: 1200px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.bottom_contact .close_btn{
    position: absolute;
    background: none;
    color: #fff;
    right: -24px;
    top: 16px;
    border: none;
    cursor: pointer;
}

.bottom_contact_text{
    display: flex;
    align-items: center;
}

.bottom_contact_text p:first-child{
    color: var(--baseColor);
    font-size: 48px;
}

.bottom_contact_text p:last-child{
    color: #fff;
    font-size: 40px;
}

.bottom_contact_input{
    display: flex;
    align-items: center;
}

.bottom_contact_input input{
    width: 240px;
    height: 40px;
    border-radius: 4px;
    padding-left: 16px;
    box-sizing: border-box;
}

.apply_nocheck.active{
    width: auto;
}

.apply_nocheck.active input{
    border-radius: 4px 0 0 4px;
}

.apply_nocheck.active a{
    border-radius: 0 4px 4px 0;
    background: #f7f7f7;
    box-sizing: border-box;
    height: 40px;
}

.bottom_contact_input .film-hotline{
    background: url(../images/btn_bg1.svg) no-repeat;
    background-size: cover;
    width: 120px;
    height: 40px;
    margin-left: 4px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #3D2109;

}

input[type=number] {
    -moz-appearance:textfield;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.bottom_container.active{
    bottom: -100%;
}

/*大客户 css start*/