body * {
    box-sizing: border-box;
    position: relative;
    font-family: "PingFang SC", "Microsoft YaHei", Times, "Times New Roman", serif !important
}

body,
dd,
dl,
dt,
h1,
h2,
h3,
h4,
h5,
h6,
li,
ol,
p,
ul {
    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)
}

img,
input {
    margin: 0;
    padding: 0;
    border: 0 none;
    outline-style: none;
    vertical-align: bottom
}

textarea {
    border: none;
    outline: 0;
    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;
    src: url(../font/youshebth.ttf) format('truetype')
}

@font-face {
    font-family: akrobat_text;
    src: url(../font/avilockbold.ttf) format('truetype')
}

[v-cloak] {
    display: none !important
}

.bth {
    font-family: youshebth_text, serif !important
}

.avi {
    font-family: akrobat_text, serif !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-flex;
    position: relative;
    outline: 0;
    border: none;
    cursor: pointer;
    white-space: nowrap;
    transition: all .2s;
    box-sizing: border-box;
    color: #333;
    user-select: none;
    align-items: center;
    justify-content: center;
}

.base_btn:focus {
    outline: 0
}

.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;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.voiceTotalNumb {
    display: inline-flex;
    justify-content: flex-end;
    margin: 0 3px;
    overflow: hidden;
    line-height: 40px;
    height: 40px;
}

.voiceTotalNumb::before {
    content: '';
    height: 40px;
    display: inline-block;
}

.voiceTotalNumb span {
    display: block;
    position: initial;
    transition: all .3s ease-in-out;
}

.voiceTotalNumb span[data-num='1'] {
    margin-top: -40px;
}

.voiceTotalNumb span[data-num='2'] {
    margin-top: -80px;
}

.voiceTotalNumb span[data-num='3'] {
    margin-top: -120px;
}

.voiceTotalNumb span[data-num='4'] {
    margin-top: -160px;
}

.voiceTotalNumb span[data-num='5'] {
    margin-top: -200px;
}

.voiceTotalNumb span[data-num='6'] {
    margin-top: -240px;
}

.voiceTotalNumb span[data-num='7'] {
    margin-top: -280px;
}

.voiceTotalNumb span[data-num='8'] {
    margin-top: -320px;
}

.voiceTotalNumb span[data-num='9'] {
    margin-top: -360px;
}

/*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 {
    height: 64px;
    display: inline-block;
}

.footer .footer_info_content .point {
    font-size: 34px;
    line-height: 18px;
    color: #ffffff;
}

.footer .info .info_text {
    margin-top: 35px;
    margin-bottom: 30px;
    color: #ffffff;
    font-size: 12px;
    line-height: 22px;
    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;
    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;
    color: rgba(255, 255, 255, .38);
    padding-bottom: 48px;
    padding-top: 10px;
    user-select: text;
    transition: all .3s;
}

.beian:hover,
.footer_play_info>a:hover {
    color: rgba(255, 255, 255, .67);
}

.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(../imgs/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 .logo_text .footer_info_text{
    margin-left: 16px;
}

/*footer end*/