body {
    font-family: "PingFang SC", "Microsoft YaHei", Times, "Times New Roman", serif !important
}

body * {
    font-family: "PingFang SC", "Microsoft YaHei", Times, "Times New Roman", serif !important
}

body,
p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd {
    /* 默认有边距，都要清除 */
    margin: 0;
    padding: 0;
    /*字体设置*/
    font-size: 14px;
    /* 去掉列表的原点 */
    list-style: none;
}

a {
    text-decoration: none;
    color: #333;
}

:root {
    --baseColor: rgba(194, 168, 134, 1);
    --baseTipsColor: #919499;
    --baseBorderColor: #f0f0f0;
    --baseRedColor: #FF6464;
    --baseGreenColor: #4EBB99;
    --baseBtnBgColor: rgba(0, 0, 0, .08);
}

/*行内块元素*/
input,
img {
    margin: 0;
    padding: 0;
    border: 0 none;
    outline-style: none;
    vertical-align: bottom;
}

textarea {
    /* 边框清零 */
    border: none;
    /* 轮廓线清零 */
    outline: none;
    /* 防止文本域被随意拖拽 */
    resize: none;
}

body {
    height: 100%;
    overflow-x: hidden;
}

#copy-textarea{
    position: fixed;
    z-index: -1;
    top: 0;
    left: 0;
}

@font-face {
    font-family: "youshebth_text"; /* Project id 2814501 */ 
    src:url('../font/youshebth.ttf') format('truetype');
}

@font-face {
    font-family: "akrobat_text"; /* Project id 2814501 */ 
    src:url('../font/avilockbold.ttf') format('truetype');
}

@font-face {
    font-family: "sanji_text"; /* Project id 2814501 */ 
    src:url('../font/sanjikengqiangti.ttf') format('truetype');
}

[v-cloak]{
    display: none !important;
}

.bth{
    font-family: 'youshebth_text' !important;
}

.avi{
    font-family: 'akrobat_text' !important;
}

.sj{
    font-family: 'sanji_text' !important;
}

.layui-anim{
    -webkit-animation-duration: .4s !important;
    -webkit-animation-fill-mode: both;
    animation-duration: .4s !important;
    animation-fill-mode: both;
}

.flex_{
    flex-grow: 1;
}

.base_btn{
    display: inline-block;
    position: relative;
    outline: none;
    border: none;
    cursor: pointer;
    white-space: nowrap;
    transition: all .2s;
    box-sizing: border-box;
    color: #333;
    user-select: none;
}

.base_btn:focus {
    outline: none;
}

.base_btn:active{
    transform: scale(.97);
}

.over_text1{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.over_text2{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.over_text3{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.t14{
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

.t12{
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
}

.t16{
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
}

.t18{
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
}

.t22{
    font-size: 22px;
    font-weight: 400;
    line-height: 22px;
}

.t24{
    font-size: 24px;
    font-weight: 500;
    line-height: 22px;
}

.w1200{
    display: flex;
    flex-direction: column;
    width: 1200px;
    align-items: center;
}

.none_select{
    -webkit-touch-callout: none;
    -webkit-user-select: none; 
    -khtml-user-select: none;
    -moz-user-select: none; 
    -ms-user-select: none; 
    user-select: none; 
}

.nav_line_{
    height: 80px;
}

.lightOrbital::after {
    content: "";
    height: 500%;
    width: 26px;
    background: rgba(255,255,255,1);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    opacity: .4;
    filter: blur(12px);
    animation: move 5s infinite ease-out;
}

@keyframes turn{
    0%{-webkit-transform:rotate(0deg);}
    25%{-webkit-transform:rotate(90deg);}
    50%{-webkit-transform:rotate(180deg);}
    75%{-webkit-transform:rotate(270deg);}
    100%{-webkit-transform:rotate(360deg);}
}

/**footer css end*/


/*public_nav css start*/
.public_nav{
    width: 100%;
    height: 80px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
    display: flex;
    align-items: center;
}

.public_nav.fixed_white{
    background-color: #fff;
    box-shadow: 0 0 12px rgba(0,0,0,.08);
}

.public_nav.fixed_white .logo_c p,
.public_nav.fixed_white .logo_c span{
    color: #141625;
}

.public_nav.fixed_white .public_nav_c .nav_c a.active{
    color: #141625 !important;
}

.public_nav.fixed_white .public_nav_c .nav_c a{
    color: rgba(22,22,37,.6);
    text-shadow: none;
}

.public_nav.other_fixed_white{
    background-color: #fff;
    box-shadow: 0 0 12px rgba(0,0,0,.08);
}

.public_nav.other_fixed_white .logo_c p,
.public_nav.other_fixed_white .logo_c span{
    color: #141625;
}

.public_nav.other_fixed_white .public_nav_c .nav_c a.active{
    color: #141625 !important;
}

.public_nav.other_fixed_white .public_nav_c .nav_c a{
    color: rgba(22,22,37,.6);
    text-shadow: none;
}

.public_nav.other_fixed_white .logo_c .logo_b{
    display: none;
}

.public_nav.other_fixed_white .logo_c .logo_w{
    display: none;
}

.public_nav.other_fixed_white .logo_c .logo_b{
    display: block;
}

.public_nav_c.other_fixed_white .nav_c a.active::before{
    background-color: #141625;
}

.public_nav_c{
    width: 1400px;
    min-width: 1300px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.public_nav_c .logo_c{
    display: flex;
    align-items: center;
}

.public_nav_c .logo_c img{
    height: 60px;
}

.public_nav .logo_c .logo_b{
    display: none;
}

.public_nav.fixed_white .logo_c .logo_w{
    display: none;
}

.public_nav.fixed_white .logo_c .logo_b{
    display: block;
}

.public_nav_c .logo_c p,
.public_nav_c .logo_c span{
    color: #fff;
}

.public_nav_c .logo_c span {
    font-size: 12px;
    margin-left: 4px;
}

.public_nav_c .nav_select_city{
    margin-left: 16px;
    display: flex;
    align-items: center;
    cursor: pointer;
    position: relative;
}

.public_nav_c .nav_select_city p{
    font-size: 16px;
}

.public_nav_c .nav_select_city span{
    transform: scale(.8);
}

.public_nav_c .nav_c{
    display: flex;
}

.public_nav_c .nav_c a{
    font-size: 16px;
    color: rgba(255,255,255,.6);
    line-height: 40px;
    margin-right: 54px;
    text-shadow: 0 0 8px rgba(0, 0, 0, .16);
    position: relative;
    transition: all .2s;
}

.public_nav_c .nav_c a:hover::before{
    position: absolute;
    content: '';
    width: 30px;
    height: 3px;
    background-color: #fff;
    bottom: -6px;
    left: 50%;
    transform: translateX(-50%);
}

.other_fixed_white .public_nav_c .nav_c a:hover::before{
    background-color: #141625;
}

.public_nav_c .nav_c a::before{
    position: absolute;
    content: '';
    width: 0px;
    height: 3px;
    background-color: #fff;
    bottom: -6px;
    left: 50%;
    transform: translateX(-50%);
    transition: all .2s;
}

.public_nav_c .nav_c a.active::before{
    position: absolute;
    content: '';
    width: 30px;
    height: 3px;
    background-color: #fff;
    bottom: -6px;
    left: 50%;
    transform: translateX(-50%);
}

.other_fixed_white .public_nav_c .nav_c a.active::before{
    background-color: #141625;
}

.public_nav.fixed_white .public_nav_c .nav_c a.active::before{
    background-color: #141625;
}

.public_nav_c .nav_c a:last-child{
    margin-right: 0;
}

.public_nav_c .city_container{
    position: absolute;
    left: 0;
    top: 40px;
    background-color: #fff;
    border-radius: 8px;
    padding: 0 16px;
    box-sizing: border-box;
    min-width: 386px;
    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(-15px);
    -webkit-transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -o-transform: translateY(-15px);
    transition-delay:.2s;
    box-shadow: 0px 8px 32px 1px rgba(37, 37, 89, 0.2);
}

.public_nav_c .nav_select_city:hover .city_container{
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
}

.public_nav_c .city_container::before{
    content: '';
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 8px solid #fff;
    position: absolute;
    top: -6px;
    left: 10px;
}

.public_nav_c .city_container_c{
    display: flex;
    flex-wrap: wrap;
}

.public_nav_c .city_container .item{
    display: flex;
    margin-right: 16px;
    margin-top: 16px;
}

.public_nav_c .city_container .more_city{
    padding: 12px 0;
    border-top: 1px solid rgba(0,0,0,.06);
    margin-top: 16px;
    box-sizing: border-box;
}

.public_nav_c .city_container .more_city a{
    color: #141625;
    font-size: 14px;
    display: flex;
    align-items: center;
}

.public_nav_c .city_container .more_city a span{
    margin-left: 3px;
    color: #333;
}

.public_nav .public_nav_c .nav_c a.active,
.public_nav .public_nav_c .nav_c a:hover{
    color: #fff;
}

.public_nav.other_fixed_white .public_nav_c .nav_c a:hover{
    color: #141625 !important;
}

.public_nav.fixed_white .public_nav_c .nav_c a:hover{
    color: #141625 !important;
}

.public_nav.fixed_white .public_nav_c .nav_c a:hover::before{
    background-color: #141625;
}

.public_more_link{
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #141625;
}

.public_more_link  span{
    color: #141625;
    font-size: 14px;
    margin-left: 3px;
}

.public_more_link.white,
.public_more_link.white span{
    color: #fff;
}


/*public_nav css end*/

.public_banner{
    border-radius: 8px;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    padding: 0 64px;
    box-sizing: border-box;
    justify-content: space-between;
}

.public_banner.b1200{
    width: 1200px;
    height: 160px;
}

.public_banner.b840{
    width: 840px;
    height: 160px;
    padding: 0 32px;
}

.public_banner.banner_one{
    background-image: url(../imgs/index/banner1.jpg);
}

.public_banner.banner_two{
    background-image: url(../imgs/index/banner2.jpg);
}

.public_banner .text_c{
    display: flex;
    flex-direction: column;
}

.public_banner .text_c .t{
    color: #fff;
    font-size: 50px;
    font-weight: bold;
    text-shadow: 3px 2px 8px rgba(0,0,0,1);
    margin-bottom: 8px;
}

.public_banner .text_c .n{
    color: #fff;
    font-size: 32px;
    text-shadow: 3px 2px 8px rgba(0,0,0,1);
}

.public_banner.b840 .text_c .t{
    color: #fff;
    font-size: 34px;
    font-weight: bold;
    text-shadow: 3px 2px 8px rgba(0,0,0,1);
    margin-bottom: 4px;
}

.public_banner.b840 .text_c .n{
    color: #fff;
    font-size: 24px;
    text-shadow: 3px 2px 8px rgba(0,0,0,1);
}

.public_banner .qrcode_c{
    display: flex;
    flex-direction: column;
}

.public_banner .qrcode_c .qrcode_img_c{
    border-radius: 8px;
    background-color: #fff;
    width: 120px;
    height: 120px;
    padding: 4px;
    box-sizing: border-box;
}

.public_banner .qrcode_c .qrcode_img_c img{
    width: 100%;
    height: 100%;
}

.public_banner .qrcode_c > p{
    color: #fff;
    font-size: 12px;
    margin-top: 4px;
    text-align: center;
}

.public_banner .text_c p span{
    color: #FF6464;
}

/* foot css start*/
.public_foot{
    width: 100%;
    background-color: #17234B;
    display: flex;
    justify-content: center;
}

.public_foot .foot_c{
    display: flex;
    flex-direction: column;
    width: 1200px;
}

.public_foot .foot_c .foot_top_c{
    display: flex;
    flex-direction: column;
}

.public_foot .foot_c .foot_top_c .foot_top_link_c{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin: 32px 0;
}

.public_foot .foot_c .foot_top_c .foot_top_link_c .foot_link_list{
    display: flex;
    align-items: flex-start;
}

.public_foot .foot_c .foot_top_c .foot_top_link_c .foot_link_list .item{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    margin-right: 140px;
}

.public_foot .foot_c .foot_top_c .foot_top_link_c .foot_link_list .item:last-child{
    margin-right: 0;
}

.public_foot .foot_c .foot_top_c .foot_top_link_c .foot_link_list .item p{
    font-size: 12px;
    color: #fff;
    font-weight: 600;
}

.public_foot .foot_c .foot_top_c .foot_top_link_c .foot_link_list .item .item_link{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.public_foot .foot_c .foot_top_c .foot_top_link_c .foot_link_list .item .item_link a{
    font-size: 12px;
    color: rgba(255,255,255,.6);
    margin-top: 16px;
    transition: all .2s;
}

.public_foot .foot_c .foot_top_c .foot_top_link_c .foot_link_list .item .item_link a:hover{
    color: rgba(255,255,255,1);
}

.public_foot .foot_c .foot_top_c .foot_top_link_c .foot_link_qrcode{
    display: flex;
    flex-direction: column;
}

.public_foot .foot_c .foot_top_c .foot_top_link_c .foot_link_qrcode .foot_link_qrcode_c{
    width: 172px;
    height: 172px;
    padding: 8px;
    box-sizing: border-box;
    border-radius: 4px;
    background-color: #fff;
}

.public_foot .foot_c .foot_top_c .foot_top_link_c .foot_link_qrcode .foot_link_qrcode_c img{
    width: 100%;
    height: 100%;
}

.public_foot .foot_c .foot_top_c .foot_top_link_c .foot_link_qrcode p{
    font-size: 12px;
    color: #fff;
    margin-top: 4px;
    text-align: center;
}

.public_foot .foot_c .foot_top_c .foot_city_c{
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 12px;
}

.public_foot .foot_c .foot_top_c .foot_city_c .foot_city_list{
    display: flex;
    align-items: flex-start;
}

.public_foot .foot_c .foot_top_c .foot_city_c .foot_city_list > span{
    background-color: rgba(255,255,255,.04);
    border-radius: 4px;
    display: inline-flex;
    height: 20px;
    font-size: 12px;
    color: #7686BE;
    padding: 0 8px;
    line-height: 20px;
}

.public_foot .foot_c .foot_top_c .foot_city_c .foot_city_list .foot_city_list_c{
    display: flex;
    margin-left: 8px;
    width: 680px;
    flex-wrap: wrap;
}

.public_foot .foot_c .foot_top_c .foot_city_c .foot_city_list .foot_city_list_c a{
    font-size: 12px;
    color: rgba(255,255,255,.8);
    transition: .2s all;
    border-radius: 4px;
    padding: 0 8px;
    height: 20px;
    display: inline-block;
    margin-right: 8px;
    line-height: 20px;
}

.public_foot .foot_c .foot_top_c .foot_city_c .foot_city_list .foot_city_list_c a:last-child{
    margin-right: 0;
}

.public_foot .foot_c .foot_top_c .foot_city_c .foot_city_list .foot_city_list_c a:hover{
    background-color: rgba(255, 255, 255, .04);
    color: #fff;
}

.public_foot .foot_c .foot_top_c .foot_city_c .foot_phone{
    display: flex;
    align-items: flex-end;
}

.public_foot .foot_c .foot_top_c .foot_city_c .foot_phone > span{
    font-size: 14px;
    color: rgba(255,255,255,.8);
}

.public_foot .foot_c .foot_top_c .foot_city_c .foot_phone .foot_phone_c{
    display: flex;
    align-items: center;
}

.public_foot .foot_c .foot_top_c .foot_city_c .foot_phone .foot_phone_c img{
    height: 52px;
    margin-right: 8px;
}

.public_foot .foot_c .foot_top_c .foot_city_c .foot_phone .foot_phone_c p{
    font-size: 48px;
    color: #fff;
}

.public_foot .foot_c .foot_bottom_c{
    display: flex;
    height: 40px;
    border-top: 1px solid rgba(255,255,255,.08);
    box-sizing: border-box;
    justify-content: space-between;
    align-items: center;
}

.public_foot .foot_c .foot_bottom_c .foot_copy_right{
    display: flex;
}

.public_foot .foot_c .foot_bottom_c .foot_copy_right p{
    font-size: 12px;
    color: rgba(255,255,255,.4);
    margin-right: 16px;
}

.public_foot .foot_c .foot_bottom_c .foot_copy_right a{
    font-size: 12px;
    color: rgba(255,255,255,.4);
    margin-right: 16px;
}


.public_foot .foot_c .foot_bottom_c .foot_share_list{
    display: flex;
}

.public_foot .foot_c .foot_bottom_c .foot_share_list a{
    color: rgba(255,255,255,.6);
    transition: all .2s;
    font-size: 20px;
    margin-right: 12px;
}

.public_foot .foot_c .foot_bottom_c .foot_share_list a:last-child{
    margin-right: 0;
}

.public_foot .foot_c .foot_bottom_c .foot_share_list a:hover{
    color: rgba(255,255,255,1);
}

/* foot css end*/


/*side css start*/
.public_side{
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    right: -64px;
    display: flex;
    flex-direction: column;
    transition: all .3s;
    z-index: 200;
}

.public_side.active{
    right: 16px;
}

.public_side_c{
    display: flex;
    flex-direction: column;
    width: 60px;
    border: 1px solid rgba(0,0,0,0.08);
    box-sizing: border-box;
    border-radius: 200px;
    background-color: #fff;
}

.public_side_c .item{
    position: relative;
    display: flex;
    justify-content: center;
    margin-bottom: 24px;
    cursor: pointer;
}

.public_side_c .item:first-child{
    margin-top: 24px;
}

.public_side_c .item .text_c{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.public_side_c .item .text_c span{
    font-size: 26px;
}

.public_side_c .item .text_c p{
    font-size: 14px;
    color: #333;
    width: 30px;
}

.public_side_c .item .qrcode_c{
    display: none;
    position: absolute;
    width: 128px;
    height: 128px;
    background: #fff;
    box-shadow: 0 0 8px rgba(0,0,0,.08);
    border-radius: 4px;
    padding: 4px;
    box-sizing: border-box;
    left: -120px;
}

.public_side_c .item:hover .qrcode_c{
    display: block;
    left: -134px;
    animation-delay: .15s;
    animation-duration: .3s; /* don't forget to set a duration! */
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(24px,0,0);
        transform: translate3d(24px,0,0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.public_side_c .item:hover .qrcode_c img{
    width: 100%;
    height: 100%;
}

.public_side_c .item:last-child .text_c p{
    text-align: center;
    width: 50px;
}

.public_side .go_top{
    border-radius: 50%;
    margin-top: 12px;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(0,0,0,.08);
    box-sizing: border-box;
    cursor: pointer;
    background-color: #fff;
}

.public_side .go_top span{
    color: #333;
    font-size: 30px;
}

/*side css end*/

.other_page_top_banner{
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
}

.other_page_top_banner .t1{
    color: #fff;
    font-size: 54px;
    margin-bottom: 8px;
    text-shadow: 0px 3px 8px rgba(20,22,38,0.16);
}

.other_page_top_banner .t2{
    color: #fff;
    font-size: 64px;
    text-shadow: 0px 3px 8px rgba(20,22,38,0.16);
}

.other_page_top_banner.pic1{
    background-image: url(../imgs/index/top_banner1.png);
}

.other_page_top_banner.pic2{
    background-image: url(../imgs/index/top_banner2.png);
}

.other_page_top_banner.pic3{
    background-image: url(../imgs/index/top_banner3.png);
}

.pagination{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px 0;
}
.pagination li:first-child,
.pagination li:last-child{
    width: 84px;
}
.pagination li > *{
    display: block;
    min-width: 36px;
    padding: 0 17px;
    height: 36px;
    box-sizing: border-box;
    text-align: center;
    line-height: 36px;
    background: #ffffff;
    border-radius: 4px;
    margin: 0 4px;
    font-size: 14px;
    font-weight: 400;
    color: #606266;
    text-decoration: none;
}
.pagination li.disabled > *{
    color: #A8ABB3;
}
.pagination li.active > *{
    background: #09090A;
    color: #d6ad6d;
}

.public_nav_c .phone_c{
    height: 56px;
    box-sizing: border-box;
    border-radius: 6px;
    border: 3px solid rgba(255,255,255,.45);
    padding: 0 12px;
    display: flex;
    align-items: center;
    margin-left: 16px;
}

.public_nav_c .phone_c p{
    color: #fff;
    font-size: 16px;
    width: 40px;
    line-height: 18px;
}

.public_nav_c .phone_c div{
    font-weight: bold;
    color: #fff;
    font-size: 40px;
}

.public_nav_c .nav_select_city{
    margin-left: 16px;
    display: flex;
    align-items: center;
    cursor: pointer;
    position: relative;
    box-sizing: border-box;
    border-radius: 200px;
    background: rgba(255,255,255,0.12);
    box-shadow: 0 0 8px rgba(0,0,0,.02);
    height: 30px;
    padding: 0 14px 0 8px;
}

.public_nav_c .nav_select_city > span{
    font-size: 16px !important;
    transform: scale(1) !important;
}

.public_nav.fixed_white .phone_c{
    border-color: rgba(25,35,75,1);
}

.public_nav.fixed_white .phone_c div{
    color: #17234B;
}

.public_nav.fixed_white .public_nav_c .nav_select_city{
    background: rgba(25,35,75,1);
}

.public_nav.fixed_white .public_nav_c .nav_select_city span{
    color: #fff;
}

.public_nav.fixed_white .public_nav_c .nav_select_city p{
    color: #fff;
}



.public_nav.other_fixed_white .phone_c{
    border-color: rgba(25,35,75,1);
}

.public_nav.other_fixed_white .phone_c div{
    color: #17234B;
}

.public_nav.other_fixed_white .public_nav_c .nav_select_city{
    background: rgba(25,35,75,1);
}

.public_nav.other_fixed_white .public_nav_c .nav_select_city span{
    color: #fff;
}

.public_nav.other_fixed_white .public_nav_c .nav_select_city p{
    color: #fff;
}


.footer_lables_content{
    padding: 16px 0 16px 0!important;
    border-top: 1px solid rgba(255,255,255,.08);
}

.footer_lables_content .footer_tabs{
    display: flex;
    margin-bottom: 6px;
    flex-wrap: wrap;
}

.footer_lables_content .footer_tabs >a{
    display: block;
    width: 80px;
    height: 30px;
    color: rgba(255,255,255,.6);
    background: rgba(255,255,255,.08);
    margin-right: 12px;
    text-align: center;
    font-size: 12px;
    line-height: 30px;
    border-radius: 4px;
}

.footer_lables_content .footer_tabs >a.active{
    background: rgba(255,255,255,.16);
    color: #fff!important;
}

.footer_bottom_link_hide{
    color: #fff;
    font-size: 12px;
    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;
    transform: scale(0.7);
}

.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_lables_content .footer_lables.hideActive{
    opacity: 0;
    visibility: hidden;
    height: 0;
    display: none;
}

.tts_art_other_part{
    background: #fff;
    border-radius: 16px;
    margin-bottom: 24px;
    overflow: hidden;
    padding: 16px 24px;
    box-sizing: border-box;
    position: relative;
}

.art_icon_title{
    text-align: center;
    font-weight: 500;
    line-height: 24px;
    color: rgba(0, 0, 0, 0.9);
    font-size: 16px;
    margin-top: 8px;
    margin-bottom: 20px;
}

.art_icon_list{
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    margin-bottom: 24px;
}

.art_icon_list li{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.art_icon_list li > p{
    font-size: 12px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.9);
    line-height: 20px;
    text-align: center;
}

.art_icon_pic{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #F5F5F5;
    margin-bottom: 8px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.art_icon_pic img{
    width: 100%;
    height: 100%;
    display: block;
}

.art_icon_phone_num{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    font-size: 14px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 22px;
    background: rgba(0, 0, 0, 0.9);
    border-radius: 4px 4px 4px 4px;
}

























































