@font-face {
    font-family: 'Akrobat_num';
    src: url(../font/Akrobat.ttf);
}

button {
    border: none;
    background: none;
    padding: 0;
    margin: 0;
    cursor: pointer;
    outline: none;
    user-select: none;
}

html,
body {
    margin: 0px;
    padding: 0px;
    background: #F7F7F7;
}

h1 {
    margin: 0;
    padding: 0;
}

.banner_content .logo_link h1 {
    height: 100%;
}

.tts_container {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    width: 100%;
}

.banner {
    height: 64px;
    padding: 0 56px;
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    box-sizing: border-box;
}

.banner.fixed_white {
    background: rgba(255, 255, 255, .8);
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    box-shadow: 0 0 8px rgba(0, 0, 0, .3);
}

.banner.fixed_white .banner_option {
    color: #333;
}

.banner.fixed_white .banner_zpb_btn {
    color: #333;
    border: 1px solid rgba(0, 0, 0, .24);
}

.banner.fixed_white .message_nav_c a {
    color: #333;
}

.banner .logo_link.white_active {
    display: initial;
}

.banner.fixed_white .logo_link.white_active {
    display: none;
}

.banner .logo_link.color_active {
    display: none;
}

.banner.fixed_white .logo_link.color_active {
    display: initial;
}

.banner.fixed_white .gift {
    color: #333;
}

.banner_content {
    display: flex;
    align-items: center;
    width: 100%;
    min-width: 1200px;
    max-width: 100%;
}

.blur {
    background: rgba(255, 255, 255, .04);
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
}

.banner .banner_logo {
    height: 64px;
}

.banner .banner_option {
    padding: 0 16px;
    height: 100%;
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #ffffff;
    position: relative;
}

.banner .banner_option span {
    font-size: 14px;
    margin-left: 3px;
}

.banner .banner_option.active {
    background: rgba(255, 255, 255, .1);
    /* pointer-events:none; */
}

.banner .banner_option.active::after {
    content: " ";
    background: #fff;
    width: 36px;
    height: 2px;
    border-radius: 2px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.banner .banner_option:hover {
    background: rgba(255, 255, 255, .1);
}

.gift {
    display: flex;
    align-items: center;
    padding: 0 16px;
    color: rgba(255, 255, 255, .87);
}

.gift>img {
    width: 36px;
    margin-right: 6px;
}

.gift>img.style_active {
    width: 18px;
    margin-right: 6px;
}


.activity_link>img {
    width: 90px;
    height: 40px;
    border-radius: 4px;
    margin-right: 6px;
}

.banner .prize_icon {
    background: red;
    width: 20px;
    height: 20px;
    display: block;
    margin-right: 10px;
}

.banner .banner_zpb_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #3B2812;
    position: relative;
    width: 148px;
    height: 40px;
    border: 1px solid rgba(255, 255, 255, .24);
    border-radius: 100px 100px 100px 100px;
    color: rgba(255, 255, 255, .87);
    font-size: 16px;
    transition: all .3s;
}

.banner .banner_zpb_btn>p>span {
    margin-left: 6px;
    display: inline-block;
}

.zpb_matrix_btn:hover .zpb_matrix_container {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    opacity: 1;
    visibility: visible;
}

.zpb_matrix_btn:hover>p>span {
    transform: rotate(180deg);
}

.zpb_matrix_btn::after {
    content: '';
    width: 100%;
    height: 12px;
    position: absolute;
    bottom: -12px;
    left: 0;
}

.zpb_matrix_container {
    position: absolute;
    top: 54px;
    left: 0;
    background-color: #fff;
    border-radius: 16px;
    box-sizing: border-box;
    width: 330px;
    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);
}

.zpb_matrix_container::after {
    content: '';
    width: 0;
    height: 0;
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    border-bottom: 8px solid #fff;
    position: absolute;
    top: -8px;
    left: 60px;
}

.zpb_matrix_container .zpb_matrix_list {
    display: flex;
    flex-direction: column;
    margin-top: 8px;
}

.zpb_matrix_container .zpb_matrix_list .item {
    display: flex;
    align-items: center;
    height: 80px;
    box-sizing: border-box;
    border-bottom: 1px solid rgba(0, 0, 0, .06);
}

.zpb_matrix_container .zpb_matrix_list .item .head {
    width: 56px;
    height: 56px;
    color: #fff;
    font-size: 14px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 16px 0 24px;
}

.zpb_matrix_container .zpb_matrix_list .item .head.zpb {
    background: #0C0E21;
    color: rgba(234, 170, 71, 1);
}

.zpb_matrix_container .zpb_matrix_list .item .head.voice,
.zpb_matrix_container .zpb_matrix_list .item .head.sound {
    background: #E6C345;
}

.zpb_matrix_container .zpb_matrix_list .item .head.realVoice,
.zpb_matrix_container .zpb_matrix_list .item .head.sucai {
    background: #3137D0;
}

.zpb_matrix_container .zpb_matrix_list .item .head.easy,
.zpb_matrix_container .zpb_matrix_list .item .head.cloud {
    background: #24DFDF;
}

.zpb_matrix_container .zpb_matrix_list .item .head.xiniu {
    background: #6D31D0;
}

.zpb_matrix_container .zpb_matrix_list .item .text_body p:first-child {
    height: 24px;
    font-size: 16px;
    font-weight: 400;
    color: #0C0E21;
    line-height: 24px;
}

.zpb_matrix_container .zpb_matrix_list .item .text_body p:last-child {
    height: 20px;
    font-size: 12px;
    font-weight: 400;
    color: #9EA5BB;
    line-height: 20px;
    margin-top: 8px;
}

.zpb_matrix_container .zpb_matrix_bottom {
    text-align: center;
    height: 68px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.zpb_matrix_container .zpb_matrix_bottom p:first-child {
    height: 20px;
    font-size: 12px;
    font-weight: 400;
    color: #0C0E21;
    line-height: 20px;
}

.zpb_matrix_container .zpb_matrix_bottom p:last-child {
    height: 20px;
    font-size: 12px;
    font-weight: 400;
    color: #9EA5BB;
    line-height: 20px;
    margin-top: 4px;
}


.banner .banner_zpb_btn:hover {
    background: rgba(255, 255, 255, .87);
    color: #333;
}

.banner .banner_head_c {
    position: relative;
    width: 32px;
    height: 32px;
    padding-left: 12px;
    cursor: pointer;
}

.banner .banner_head_c .head {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    box-sizing: border-box;
    border: 1px solid #CD9044;
}

.banner .banner_head_c .head_label {
    width: 12px;
    height: 12px;
    position: absolute;
    bottom: 0px;
    right: 0px;

}

.flex_wrap {
    flex-grow: 1;
}

/*footer*/
.footer {
    background: #1d1d1d;
    display: flex;
    justify-content: center;
    padding-bottom: 20px;
    flex-direction: column;
    align-items: center;
}

.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;
    margin-right: 16px;
}

.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.tts_footer .footer_options {
    align-items: start;

}

.footer .footer_options>a {
    display: block;
    margin-bottom: 24px;
    font-size: 12px;
    color: #cccccc;
    line-height: 12px;
    transition: all .3s;
}

.footer .footer_options .contactUs {
    cursor: pointer;
    position: relative;
}

.footer .footer_options .contactUs .qrcode {
    position: absolute;
    background: #fff;
    border-radius: 4px;
    width: 128px;
    height: 156px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    bottom: -102px;
    right: -144px;
    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: translateY(20px);
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
}

.footer .footer_options .contactUs: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);
}

.footer .footer_options .contactUs .qrcode>img {
    display: block;
    width: 108px;
    height: 108px;
    margin-bottom: 12px;
}

.footer .footer_options .contactUs .qrcode p {
    color: #0C0E21;
    font-size: 12px;
    font-weight: 400;
}

.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 end*/

/*side*/
.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;
    position: relative;
}

.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;
    text-align: center;
}

.tts_side .activity_side_content {
    position: absolute;
    left: 80px;
    top: 50%;
    transform: translateY(-50%);
    width: 84px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;

    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    transition: .3s all ease-in-out;
}

.activity_side_content.show {
    left: -94px;
    opacity: 1;
    pointer-events: initial;
    visibility: visible;
}

.tts_side .activity_side_content>a {
    color: #A2A2AB;
    font-size: 24px;
    width: 24px;
    height: 24px;
    display: inline-block;
    text-align: center;
    line-height: 24px;
    margin-bottom: 4px;
}

.tts_side .activity_side_content .activity_side_c {
    width: 150px;
    height: 167px;
    background-image: url(../imgs/activity_banner/side_bg.png?ver=1.4);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    box-sizing: border-box;
    padding: 8px;
    display: flex;
    align-items: flex-end;
}

.tts_side .activity_side_content .activity_side_c>span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 32px;
    border-radius: 200px;
    background: linear-gradient(62deg, #E3B668 0%, #FCECC5 100%);
    font-size: 16px;
    font-weight: 500;
    color: #3D2109;
    line-height: 24px;

}






/*side*/

/*user head list*/
.user_head_list {
    width: 220px;
    border-radius: 12px;
    background: #fff;
    position: absolute;
    left: -154px;
    z-index: 1000;
    top: 42px;
    padding: 16px 16px 0 16px;
    box-sizing: border-box;
    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(-20px);
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    box-shadow: 0px 16px 48px 1px rgb(37 37 89 / 20%);
}

.user_head_list::after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #fff;
    right: 30px;
    top: -6px;
}

.banner_head_c:hover .user_head_list {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
}

.user_head_list .vip_card {
    width: 100%;
    height: 78px;
    border-radius: 4px;
    box-sizing: border-box;
    padding: 8px;
}

.user_head_list .vip_card.normal_user {
    background: linear-gradient(135deg, #D2DCF5 0%, #8392BB 100%);
}

.user_head_list .vip_card.vip_user {
    background: linear-gradient(135deg, #4E4C54 0%, #232326 100%);
}

.user_head_list .vip_card {
    display: flex;
    flex-direction: column;
    margin-bottom: 16px;
    position: relative;
}

.user_head_list .vip_card .vip_card_bg {
    background-image: url(../imgs/vip_card_bg.png);
    background-repeat: no-repeat;
    background-size: 188px 78px;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}




.user_head_list .vip_card .vip_card_text {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
}

.user_head_list .vip_card>p {
    color: rgba(255, 255, 255, .87);
    font-size: 12px;
    line-height: 20px;
}

.user_head_list .vip_card .vip_card_text>span>img {
    width: 12px;
    height: 12px;
    margin-right: 4px;
}

.user_head_list .vip_card .vip_card_text>span {
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    line-height: 24px;
    display: flex;
    align-items: center;
}

.user_head_list .vip_card .vip_card_text .vip_card_text_label {
    position: absolute;
    right: -16px;
    top: -20px;
}

.user_head_list .vip_card .vip_card_text>a {
    color: #3B2812;
    font-size: 12px;
    padding: 2px 11px;
    line-height: 20px;
    display: inline-block;
    margin-left: auto;
    border-radius: 100px;
    background: linear-gradient(270deg, #B28344 0%, #EBAE71 100%);
}

.user_head_list_item {
    display: flex;
    flex-direction: column;
}

.user_head_list_item .item {
    display: flex;
    align-items: center;
    height: 56px;
}

.user_head_list_item .item p {
    line-height: 22px;
    font-size: 14px;
    color: rgba(0, 0, 0, .9);
}

.user_head_list_item .item .icon-you {
    margin-left: auto;
    color: rgba(0, 0, 0, 0.26);
    font-size: 12px;
}

.user_head_list_item .item .user_list_icon {
    color: rgba(0, 0, 0, 0.6);
    margin-right: 8px;
    font-size: 22px;
}

.user_head_list_item .item:hover .user_list_icon {
    color: #CD9044;
}

.user_head_list_item .item:hover p {
    color: #CD9044;
}





/*user head list*/






/* base_login_model */


.base_login_model_c {
    position: relative;
}

.base_login_model_c * {
    position: relative;
}

.base_login_model_c input {
    outline: none;
}

.base_login_model_c.show {
    display: block
}

.base_login_model_c .base_login_top_height {
    height: 30%
}

.base_login_model_c {
    background: rgba(0, 0, 0, .3);
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 999999;
    display: none
}

.base_login_model_c .base_close {
    color: #fff !important;
    position: absolute;
    right: -40px;
    top: -40px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    cursor: pointer;
}

.base_login_model_c .base_content {
    display: flex;
    width: 960px;
    height: 420px;
    background: #fff;
    margin: 0 auto;
    border-radius: 12px
}

.base_login_model_c .base_content .base_login_left_c {
    width: 480px;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box;
    padding: 0 18px;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
}

.base_login_model_c .base_content .base_login_left_c .base_login_left_logo {
    width: 213px;
    /* height: 64px; */
    position: absolute;
    top: 32px;
    left: 40px;
}

.base_login_model_c .base_content .base_login_left_c .base_login_left_text {
    width: 300px;
    position: absolute;
    top: 120px;
    left: 54px;
}

.base_login_model_c .base_content .base_login_logo {
    width: 85px;
    display: block;
    margin: 38px auto 0
}

.base_login_model_c .base_content .base_login_logo_desc {
    margin-top: 37px;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    color: rgba(0, 0, 0, 0.9);
}

.base_login_model_c .base_content .base_login_left_c .base_login_title {
    font-size: 30px;
    color: #fff !important;
    padding: 0 20px
}

.base_login_model_c .base_content .base_login_left_c .base_login_sub_title {
    margin-top: 20px;
    font-size: 16px;
    color: #fff !important
}

.base_login_model_c .base_switch {
    position: absolute;
    right: 16px;
    top: 16px;
    width: 48px;
    height: 48px;
    display: block;
    cursor: pointer;
    z-index: 9
}

.base_login_model_c .base_content .base_login_right_c {
    flex-grow: 1;
    border-radius: 10px;
    background: #fff;
    margin: 0 auto;
    padding: 16px 0 55px
}

.base_login_model_c .base_login_scan.base_content .base_title {
    margin-top: 80px
}

.base_login_model_c .base_content .base_title {
    font-size: 20px;
    color: #333;
    text-align: center;
    margin-top: 30px;
    font-weight: 500
}

.base_login_model_c .base_content .base_tabs {
    margin-top: 20px;
    display: flex;
    justify-content: flex-start;
    border-bottom: 1px solid #F0F0F0;
    margin: 20px 47px 0 32px;
}

.base_login_model_c .base_switch_text {
    margin-top: 40px;
    font-size: 14px;
    color: #333;
    display: flex;
    align-items: center;
    justify-content: center;
}

.base_login_model_c .base_switch_text span {
    cursor: pointer;
    color: rgba(0, 0, 0, 0.4);
}

.base_login_model_c .base_switch_text .base_switch_line {
    width: 2px;
    height: 16px;
    background: #F0F0F0;
    border-radius: 1px 1px 1px 1px;
    opacity: 1;
    margin: 0 16px;
}

.base_login_model_c .base_content .base_tabs .base_tab {
    font-size: 16px;
    color: rgba(0, 0, 0, 0.6) !important;
    padding: 7px 5px;
    margin: 0 23px;
    cursor: pointer;
    transition: none
}

.base_login_model_c .base_content .base_tabs .base_tab.active {
    color: rgba(0, 0, 0, 0.9) !important;
    border-bottom: 2px solid #CD9044
}

.base_login_model_c .base_form_content {
    margin: 40px 22px 0;
    padding: .1px 0
}

.base_login_model_c .base_input_content {
    height: 40px;
    margin-top: 16px;
    display: flex;
    align-items: center;
    width: 80%;
    margin-left: 22px;
}

.base_login_model_c .base_input_content:first-child {
    margin-top: 0px;
}

.base_login_model_c .base_input_content input {
    width: 0;
    height: 100%;
    flex-grow: 1;
    margin: 0 10px;
    border: none;
    font-size: 14px;
    background: #F4F4F4;
    border-radius: 4px 4px 4px 4px;
    border: 1px solid #DDDDDD;
    padding: 0 16px;
}


.base_login_model_c .base_form_content .base_desc {
    display: flex;
    justify-content: space-between;
    margin-top: 10px
}

.base_login_model_c .base_form_content .base_desc a {
    font-size: 13px;
    color: #999 !important
}

.base_login_model_c .base_form_content .base_form_submit {
    display: block;
    background: linear-gradient(270deg, #B28344 0%, #EBAE71 100%);
    border: none;
    color: #fff;
    height: 40px;
    font-size: 14px;
    font-weight: 500;
    line-height: 40px;
    border-radius: 4px;
    margin: 32px 10px 0 32px;
    text-align: center;
    cursor: pointer;
    width: calc(80% - 20px);
}

.base_login_model_c .base_scan_ewm_c {
    width: 200px;
    height: 200px;
    background: #F5F5F5;
    border-radius: 16px 16px 16px 16px;
    margin: 24px auto 0;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.base_login_model_c .base_scan_ewm_c .get_scan_ewm {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .7);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;

}

.base_login_model_c .base_scan_ewm_c .get_scan_ewm .icon {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAMAAACdt4HsAAAANlBMVEUAAAD////////////////////////////////////////////////////////////////////xY8b8AAAAEXRSTlMAEN/vIL9fkG9AgFAwz6B/r+EZclkAAAGQSURBVFjD7ZbbcsMgDEQtcbW5JPv/P9ti7KGZgNyWh7z4PGUyYdFqVhHLzY2Iti4xAJWMC/o3J8jq9vnBeMHYaw0GwnF5xjucLyTWck+9HX3Yy56LX1qWyGfVPmj61ovBJVSSvrCAdfHHTz29qG9VlqMg4AC4Wj6H5Q1fJexYwOLEUddjvlAgVFTQNpterRsK61DBHM3jXYZGRbKWmtCgoU0jJKHhyjcDF6M8kMKB2VbJpyKpCcmtJOWt3LKNSnDZDg83E60EGclomBDYSzAzAuuEhzZ1cUbAA0zLlAlLy02PMNkZB6Tlo+l4AvCT8UL+7Ij8esxJz4z56o0ajFKsS0NA+1zKHHbbQBzTn0+O53gtOGFzNpSwmcLl2hpbJS7icdAAhjL+ico2aLH0hqBIzYcR4ghlh31EIUiR21B49E0YFOzxFhIV2L47eKh6/ngLCXvnkNC946rcHCD+d2huOz7u0Q/OnF/puh3l0JNDH3UmOKSiJKBz7/j2l2HXPuEF4+kfz32zR5Of7l5lNxd8Aes2JHxW2erWAAAAAElFTkSuQmCC);
    background-size: 100%;
    width: 32px;
    height: 32px;
}

.base_login_model_c .base_scan_ewm_c .get_scan_ewm .text {
    margin-top: 8px;
    color: #FFF;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
}

.base_login_model_c .base_scan_ewm {
    width: 180px;
    height: 180px;
    display: block;
}

.base_login_model_c .base_scan_desc {
    font-size: 12px;
    color: #333;
    font-weight: 500;
    text-align: center
}

.base_login_model_c .base_get_login_code {
    height: 100%;
    width: 110px;
    border: none;
    background: 0 0;
    color: #FFFFFF;
    font-size: 14px;
    background: linear-gradient(270deg, #B28344 0%, #EBAE71 100%);
    border-radius: 4px 4px 4px 4px;
    cursor: pointer;
    margin-right: 10px;
    margin-left: 6px;
}

.base_login_model_c .base_restpass {
    color: rgba(0, 0, 0, 0.4);
    font-size: 14px;
    position: absolute;
    left: 55px;
    bottom: 32px;
    cursor: pointer;
}

.base_login_model_c .base_reg_text {
    color: rgba(0, 0, 0, 0.4);
    font-size: 14px;
    position: absolute;
    right: 96px;
    bottom: 32px;
}

.base_login_model_c .base_login_reg_text {
    margin-left: 32px;
    font-size: 20px;
    font-weight: 600;
    color: rgba(0, 0, 0, 0.9);
    line-height: 28px;
    padding-top: 16px;
}

.base_login_model_c .go_reg_text {
    cursor: pointer;
    color: #c70808 !important
}

.base_login_model_c .go_login_text {
    cursor: pointer;
    color: #000000 !important
}

.base_login_model_c .base_login_check_xieyi {
    margin-top: 10px;
    margin-left: 32px;
    display: flex;
    align-items: center;
    font-size: 12px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.4);
}

.base_login_model_c .base_login_check_box {
    width: 14px;
    height: 14px;
    border-radius: 2px 2px 2px 2px;
    border: 1px solid rgba(0, 0, 0, 0.4);
    display: inline-block;
    margin-right: 6px;
    cursor: pointer;
}

.base_login_model_c .base_login_check_box.active {
    border: 1px solid #CD9044;
}

.base_login_model_c .base_login_check_box.active::before {
    font-family: "iconfont" !important;
    font-size: 12px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    content: "\e6a3";
    color: #CD9044;
    position: absolute;
    top: 0px;
    left: 1px;
    transform: scale(.9);
}

/* base_login_model */

.none_login_btn {
    background: linear-gradient(270deg, #B28344 0%, #EBAE71 100%);
    border-radius: 4px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 16px;
    color: #fff;
    font-size: 14px;
    margin-left: 40px;
    line-height: 22px;
    cursor: pointer;
    position: relative;
}

.none_login_btn::before {
    content: '';
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 4px solid #EB465C;
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
}

.none_login_btn::after {
    content: attr(data-tips);
    background: #EB465C;
    border-radius: 8px 2px 8px 2px;
    height: 20px;
    color: #fff;
    font-size: 12px;
    position: absolute;
    bottom: -28px;
    left: 50%;
    transform: translateX(-50%);
    width: 68px;
    line-height: 20px;
    text-align: center;
}

/*go top*/

.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;
}

.logo_link {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 64px;
    margin-right: 24px;
    position: relative;
}

.collectWebLabel {
    position: absolute;
    height: 36px;
    background-color: #fff;
    border-radius: 4px;
    font-size: 14px;
    color: #333;
    width: 220px;
    text-align: center;
    line-height: 36px;
    bottom: -48px;
    left: 20px;
    box-shadow: 0px 0px 20px 1px rgb(37 37 89 / 10%);
    display: none;
}

.collectWebLabel.active {
    display: inline-block;
}

.collectWebLabel::after {
    content: '';
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 6px solid #fff;
    position: absolute;
    top: -6px;
    left: 24px;
}

.footer_play_info>a {
    font-size: 12px;
    transition: all .3s;
    color: rgba(255, 255, 255, .38);
}

.tts_nav_tools {}

.tts_nav_tools.show .tts_nav_tools_content {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
}

.link_tags {
    position: absolute;
    background: #EB465C;
    font-size: 12px;
    color: #fff;
    line-height: 20px;
    border-radius: 12px 2px 12px 2px;
    padding: 1px 8px;
    top: 1px;
    left: 40px;
}


.tts_nav_tools_content {
    border-radius: 12px;
    position: absolute;
    width: 220px;
    height: 152px;
    top: 64px;
    left: 0;
    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);
}

.tts_nav_tools.show .tts_nav_tools_content,
.tts_voice_link.show .tts_nav_tools_content,
.tts_voice_list.show .tts_nav_tools_content {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    z-index: 2;
}

.tts_nav_tools_list {
    width: 220px;
    background: #fff;
    border-radius: 12px;
    position: absolute;
    top: 8px;
    left: 0;
    display: flex;
    flex-direction: column;
    padding-top: 16px;
    box-shadow: 0px 16px 48px 1px rgb(37 37 89 / 20%);
}


/* .tts_nav_tools_list a {
    display: flex;
    align-items: center;
    color: rgba(0, 0, 0, 0.6);
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    height: 64px;
    width: 100%;
    padding: 0 16px;
    box-sizing: border-box;
    transition: all .05s;
} */

.tts_nav_tools_list a span {
    color: rgba(0, 0, 0, 0.6);
    margin-right: 8px;
    font-size: 20px !important;
}

.tts_nav_tools_list a i {
    color: rgba(0, 0, 0, 0.26);
    margin-left: auto;
}

.tts_nav_tools_list a:hover {
    color: #CD9044;
}

.tts_nav_tools_list a:hover span {
    color: #CD9044;
}

.tts_nav_tools_list.active a {
    padding: 0 24px;
}

.tts_nav_tools>.iconfont {
    margin-left: 6px;
    font-size: 14px;
}

.tts_nav_tools_list a i {
    margin-left: auto;
    color: rgba(0, 0, 0, 0.26);
    font-size: 20px;
}

.tts_nav_tools_list a span {
    margin-right: 6px;
    font-size: 20px;
}

.tts_nav_tools_list a:hover,
.tts_nav_tools_list a:hover i {
    color: #CD9044;
}

.tts_nav_tools_list.active {
    padding-top: 0;
    width: 376px;
}


.tts_nav_tools_list.person_nav {
    width: 760px;
    background: #FFFFFF;
    box-shadow: 0px 16px 48px 1px rgba(37, 37, 89, 0.2);
    border-radius: 16px 16px 16px 16px;
    left: -300px;
    padding-top: 0px;
}

.tts_nav_tools_list.person_nav::after {
    left: 338px;
}




.tts_nav_tools_list.make_nav {
    width: 720px;
    height: 410px;
    background: #FFFFFF;
    box-shadow: 0px 16px 48px 1px rgba(37, 37, 89, 0.2);
    border-radius: 16px 16px 16px 16px;
    left: -300px;
    padding-top: 0px;
}

.tts_nav_tools_list.make_nav::after {
    left: 338px;
}


.tts_nav_tools_list.nav_vip {
    width: 720px;
    height: 382px;
    background: #FFFFFF;
    box-shadow: 0px 16px 48px 1px rgba(37, 37, 89, 0.2);
    border-radius: 16px 16px 16px 16px;
    left: -624px;
    padding-top: 16px;
}

.tts_nav_tools_list.nav_vip::after {
    left: 662px;
}


.tts_nav_tools_list.nav_voice {
    width: 664px;
    height: 264;
    background: #FFFFFF;
    box-shadow: 0px 16px 48px 1px rgba(37, 37, 89, 0.2);
    border-radius: 16px 16px 16px 16px;
    left: 0px;
    padding-top: 0px;
}

.tts_nav_tools_list.nav_voice::after {
    left: 37px;
}


.tts_nav_tools_list.tools_nav {
    width: 854px;
    height: auto !important;
    background: #FFFFFF;
    box-shadow: 0px 16px 48px 1px rgba(37, 37, 89, 0.2);
    border-radius: 16px 16px 16px 16px;
    left: -350px;
    padding-top: 0px;
}

.tts_nav_tools_list.tools_nav::after {
    left: 390px;
}

.tts_nav_extend_tools {
    width: 220px;
    background: #fff;
    border-radius: 12px;
    position: absolute;
    top: 8px;
    left: 0;
    display: flex;
    flex-direction: column;
    padding-top: 16px;
    box-shadow: 0px 16px 48px 1px rgb(37 37 89 / 20%);
    padding: 16px;
    box-sizing: border-box;

}

.tts_nav_extend_tools::after {
    content: '';
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 5px solid #fff;
    position: absolute;
    top: -4px;
    left: 24px;
}

.tts_nav_extend_tools .tool_item {
    height: 64px;
    display: flex;
    align-items: center;
}

.tts_nav_extend_tools .tool_item .tool_icon {
    font-size: 24px;
    color: #666666;
}

.tts_nav_extend_tools .tool_item .tool_name {
    font-size: 14px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.85);
    margin-left: 8px;
}

.tts_nav_extend_tools .tool_item .tool_new_label {
    width: 33px;
    height: 16px;
    margin-left: 8px;
}

.tts_nav_extend_tools .tool_item .tool_wrap {
    flex: 1;
}

.tts_nav_extend_tools .tool_item .icon_arrow {
    color: #BDBDBD;
    font-size: 20px;
    font-weight: 600;
}

.tts_nav_extend_tools .tool_item:hover .tool_icon {
    color: #CD9044;
}

.tts_nav_extend_tools .tool_item:hover .tool_name {
    color: #CD9044;
}

.tts_nav_extend_tools .tool_item:hover .icon_arrow {
    color: #CD9044;
}

.nav_tools_title {
    display: flex;
    align-items: center;
    padding: 14px 24px;
}

.nav_tools_title .nav_tools_title_btn {
    width: 176px;
    height: 40px;
    background: #0C0E21;
    border-radius: 100px 100px 100px 100px;

    font-size: 16px;
    font-weight: 500;
    color: #C2A886;
    line-height: 40px;
    text-align: center;
}

.nav_tools_title .nav_tools_title_num {
    margin-left: 50px;
    font-size: 24px;
    font-weight: 600;
    color: #EB465C;
}

.nav_tools_title .nav_tools_title_num span {
    vertical-align: super;
}

.nav_tools_title .nav_tools_title_text {
    font-size: 20px;
    font-weight: 600;
    color: rgba(0, 0, 0, 0.85);
}


.nav_tools_item_t {
    padding: 0 24px;
    font-size: 16px;
    font-weight: 600;
    color: rgba(0, 0, 0, 0.85);
    line-height: 24px;
    display: flex;
    align-items: center;
    padding: 12px 24px;
}

.nav_tools_item_t::before {
    content: " ";
    width: 4px;
    height: 16px;
    background: #C2A886;
    border-radius: 1px 1px 1px 1px;
    margin-right: 8px;
}

.nav_tools_img_items {
    display: flex;
    flex-wrap: wrap;
    padding: 0 24px;
}

.nav_tools_img_items .nav_tools_img_item:last-child {
    margin-right: 0px;
}

.nav_tools_img_items .nav_tools_img_item {
    width: 142px;
    height: 80px;
    background: rgba(0, 0, 0, 0.4);
    overflow: hidden;
    position: relative;
    margin-bottom: 16px;
    margin-right: 24px;
    padding: 0px;
    border-radius: 4px;
}

.nav_tools_img_items .nav_tools_img_item img {
    transition: all .3s;
}

.nav_tools_img_items .nav_tools_img_item:hover img {
    transform: scale(1.05);
}

.nav_tools_img_items .nav_tools_img_item::before {
    content: " ";
    background-color: rgba(0, 0, 0, .3);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.nav_tools_img_items .nav_tools_img_item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.nav_tools_img_items .nav_tools_img_item .nav_tools_img_text {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-size: 14px;
    font-weight: 600;
    color: #FFFFFF;
}

.nav_tools_img_items .nav_tools_img_item .nav_tools_img_text p {
    font-weight: 400;
    color: rgba(255, 255, 255, .6);
}

.nav_tools_items {
    display: flex;
    padding: 0 24px;
    flex-wrap: wrap;
}

.nav_tools_items .nav_tools_item {
    margin-bottom: 16px;
    margin-right: 24px;
    font-size: 14px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.85);
    width: auto;
    height: auto;
    padding: 0px;

}

.nav_tools_items.app_item_active .nav_tools_item {
    margin-right: 16px;
}

.nav_tools_items.app_item_active .nav_tools_item:last-child {
    margin-right: 0;
}

.nav_tools_items .nav_tools_item:hover {
    color: #C2A886FF;
}

.nav_tools_b_desc {
    margin: 20px auto 24px;
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 600;
    color: rgba(0, 0, 0, 0.25);
}

.nav_tools_b_desc img {
    margin-right: 12px;
}

.nav_vip_title {
    display: flex;
    align-items: center;
    padding: 0 24px 24px;
}

.nav_vip_title .nav_vip_title_info {}

.nav_vip_title .nav_vip_title_info .nav_vip_text {
    font-size: 14px;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.85);
}

.nav_vip_title .nav_vip_title_info .nav_vip_text span {
    font-size: 20px;
    font-weight: 500;
    color: #EB465CFF;
}

.nav_vip_title .nav_vip_title_info .nav_vip_desc {
    font-size: 12px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.6);
}

.nav_vip_title .nav_vip_title_info .nav_vip_desc span {
    font-size: 14px;
    font-weight: 500;
    color: #000000D9;
}

.nav_vip_intro {
    padding-top: 16px;
    display: flex;
    flex-wrap: wrap;
    padding: 0 24px;
    justify-content: space-between;
}

.nav_vip_intro .nav_vip_intro_item {
    width: 80px;
    margin-top: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.nav_vip_intro .nav_vip_intro_item img {
    width: 48px;
    height: 48px;
}

.nav_vip_intro .nav_vip_intro_item .nav_vip_intro_text {
    margin-top: 12px;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.85);
}

.nav_vip_b_desc {
    margin-top: 8px;
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.45);
}

.nav_vip_title .wrap {
    width: 0px;
    flex-grow: 1;
}

.nav_vip_title .nav_vip_title_btn {
    width: 164px;
    height: 40px;
    background: #0C0E21;
    border-radius: 8px 8px 8px 8px;
    font-size: 16px;
    font-weight: 600;
    color: #C2A886;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav_vip_title .nav_vip_title_btn img {
    position: absolute;
    right: 0px;
    top: -10px;
}

.nav_make_intro {
    margin: 0 24px;
    padding: 24px 16px 0;
    border-bottom: 1px dashed #0000000F;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.nav_make_intro .intro_item {
    width: 166px;
    height: 56px;
    margin-bottom: 24px;
    display: flex;
    align-items: center;
}

.nav_make_intro .intro_item img {
    width: 56px;
    height: 56px;
    margin-right: 16px;
}

.nav_make_intro .intro_item .nav_make_texts {
    font-size: 14px;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.85);
}

.nav_label_icon {
    position: absolute;
    top: 4px;
    width: 29px;
    left: 50%;
    transform: translateX(-50%);
}

.tts_vip_link {
    color: #ffffff;
}

.banner.fixed_white .tts_vip_link {
    color: #333;
}

.make_nav .make_btn,
.nav_screen .make_btn {
    width: 240px;
    height: 40px;
    background: #0C0E21;
    border-radius: 8px 8px 8px 8px;
    display: block;
    margin: 16px auto 0;


    font-size: 16px;
    font-weight: 600;
    color: #C2A886;
    line-height: 40px;
    text-align: center;
}

.nav_screen .make_btn {
    margin-bottom: 24px;
}

.tts_nav_tools_list .nav_top_1 {
    height: 64px;
    display: flex;
    align-items: center;
    padding: 0 24px;
    border-bottom: 1px solid #0000000F;
}

.tts_nav_tools_list .nav_top_1 .text_ {
    font-size: 14px;
    font-weight: 400;
    color: #000000;
    margin-right: 16px;
}

.tts_nav_tools_list .nav_top_1 .text_ span {
    margin-left: 0px;
}

.tts_nav_tools_list .nav_top_1 .text_ .super_ {
    vertical-align: super;
}

.tts_nav_tools_list .nav_top_1 .text_ .red_ {
    color: #EB465CFF;
    font-weight: bold;
}

.tts_nav_tools_list .nav_top_1 .text_ .font_22 {
    font-size: 22px;
}

.tts_nav_tools_list .nav_top_1 .wrap {
    width: 0px;
    flex-grow: 1;
}

.tts_nav_tools_list .nav_top_1 .nav_top1_btns_ {
    display: flex;
    height: 32px;
}

.tts_nav_tools_list .nav_top_1 .nav_top1_btns_ .nav_top1_btn_open {
    font-size: 14px;
    font-weight: 600;
    padding: 0 16px;
    line-height: 32px;
    box-sizing: border-box;
    border: 1px solid #0C0E21FF;
    border-radius: 4px;
    background-color: #0C0E21FF;
    color: #C2A886FF;
    position: relative;
}

.nav_top1_btn_open .price_lable {
    position: absolute;
    top: -10px;
    right: 0;
}

.tts_nav_tools_list .nav_top_1 .nav_top1_btns_ .nav_top1_btn_ {
    font-size: 14px;
    font-weight: 600;
    color: #0C0E21;
    padding: 0 16px;
    line-height: 32px;
    box-sizing: border-box;
    border: 1px solid #0C0E21FF;
    border-radius: 4px 0 0 4px;
    border-right: none;
}

.tts_nav_tools_list .nav_top_1 .nav_top1_btns_ .nav_top1_btn_:nth-child(2) {
    background-color: #0C0E21FF;
    color: #C2A886FF;
    border-radius: 0 4px 4px 0;
}

.tts_nav_tools_list .nav_screens {
    padding-top: 8px;
    padding: 8px 53px 0 24px;
}

.tts_nav_tools_list .nav_screens .nav_screen {
    min-height: 54px;
    border-bottom: 1px dashed #0000000F;
    display: flex;
}

.tts_nav_tools_list .nav_screens .nav_screen:last-child {
    border-bottom: 0px;
}

.tts_nav_tools_list .nav_screens .nav_screen .nav_cate_name {
    font-size: 16px;
    font-weight: 600;
    color: rgba(0, 0, 0, 0.85);
    line-height: 54px;
}

.tts_nav_tools_list .nav_screens .nav_screen .nav_cates {
    width: 0px;
    flex-grow: 1;
    margin-left: 32px;
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 12px;
}

.tts_nav_tools_list .nav_screens .nav_screen .nav_cates .nav_cate {
    font-size: 14px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.85);
    display: block;
    height: auto;
    width: auto;
    padding: 0px;
    margin-top: 16px;
    margin-right: 24px;
}

.tts_nav_tools_list .nav_screens .nav_screen .nav_cates .nav_cate:last-child {
    margin-right: 0px;
}

.tts_nav_tools_list .nav_screens .nav_screen .nav_cates .nav_cate:hover {
    color: #D69A40FF;
}

.tts_nav_tools_list .nav_video_c {
    display: flex;
    padding: 9px 24px;
}

.tts_nav_tools_list.person_nav .nav_video_c {
    display: flex;
    padding: 9px 24px 24px 24px;
}

.tts_nav_tools_list .nav_video_c .nav_video_ {
    width: 150px;
    height: 84px;
    padding: 0px;
    border-radius: 4px;
    margin-right: 24px;
    position: relative;
    overflow: hidden;
}

.tts_nav_tools_list .nav_video_c .nav_video_::before {
    content: " ";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .3);
    pointer-events: none;
}

.tts_nav_tools_list .nav_video_c .nav_video_ .nav_video_cover {
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
    transition: all .3s;
}

.tts_nav_tools_list .nav_video_c .nav_video_:hover .nav_video_cover {
    transform: scale(1.05);
}

.tts_nav_tools_list .nav_video_c .nav_video_ .nav_video_btn {
    width: 24px;
    height: 24px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    pointer-events: none;
}

.tts_nav_tools_list .nav_video_c .nav_video_ .nav_video_t {
    bottom: 0px;
    width: 90%;
    left: 8px;
    height: 20px;
    font-size: 12px;
    font-weight: 400;
    color: #FFFFFF;
    position: absolute;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    pointer-events: none;
}

.nav_btns_view {
    display: flex;
    margin: 0 auto 16px;
}

.nav_btns_view .nav_btn {
    width: 210px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #0C0E21;
    border-radius: 8px 8px 8px 8px;

    font-size: 16px;
    font-weight: 600;
    color: #C2A886;
    margin-left: 40px;
    position: relative;
}

.nav_btns_view .nav_btn .nav_btn_label {
    position: absolute;
    top: -9px;
    right: 0px;
}

.nav_btns_view .nav_btn:first-child {
    margin-left: 0px;
}


.sucai_video_content>a:hover span,
.sucai_music_content>a:hover span {
    color: #CD9044;
}

.sucai_video_content>a span,
.sucai_music_content>a span {
    font-size: 12px;
    color: rgba(0, 0, 0, 0.25);
}

.sucai_video_list a {
    width: 33.3333%;
    color: rgba(0, 0, 0, 0.6);
    line-height: 22px;
    height: 22px;
    margin: 6px 0;
}

.sucai_music_list a {
    color: rgba(0, 0, 0, 0.6);
    line-height: 22px;
    height: 22px;
    margin: 6px 32px 6px 0;
    font-size: 14px;
}

.tts_nav_tools_list::after {
    content: '';
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 5px solid #fff;
    position: absolute;
    top: -4px;
    left: 24px;
}

@media screen and (max-width: 1366px) {

    /*头部导航自适应*/
    .zpb_matrix_btn.append_zpb_platform,
    .nav_app_tools,
    .gift,
    .other_site_hide {
        display: none;
    }


    .banner {
        padding: 0 14px;
    }

    .banner_content {
        min-width: 1000px;
    }

    .footer_info_content {
        min-width: 1200px;
    }

    .friends_link {
        width: 1200px;
    }

    .banner .banner_option {
        padding: 0 12px;
        margin-right: 0px;
        font-size: 14px;
    }

    .logo_link,
    .banner .banner_logo {
        height: 48px;
    }

}

@media screen and (max-width: 1650px) {
    .banner .banner_option {
        padding: 0 14px;
        margin-right: 0px;
        font-size: 14px;
    }

    .message_nav_c>p {
        font-size: 14px;
    }

    .banner .banner_option span {
        font-size: 12px;
        margin-left: 1px;
    }

    .banner {
        padding: 0 24px;
    }

    .logo_link {
        margin-right: 16px;
    }
}

@media screen and (max-width: 1540px) {

    .link_tags {
        padding: 1px 4px;
    }

    .banner .banner_option {
        padding: 0 10px;
        margin-right: 0px;
    }

    .banner .banner_zpb_btn {
        width: 160px;
        height: 32px;
        font-size: 14px;
    }

    .gift {
        margin-right: 0px;
        padding: 0 16px;
        font-size: 14px;
    }

    .footer_info_content {
        min-width: 1200px;
    }

    .friends_link {
        width: 1200px;
    }
}

@media screen and (max-width: 1240px) {
    .footer_info_content {
        min-width: 1000px;
    }

    .friends_link {
        width: 1000px;
    }

    .footer .footer_info_content .info {
        width: 400px;
    }

    .zuopinCloud_qrcode {
        width: 140px;
        height: 224px;
    }

    .zuopinCloud_qrcode>img {
        width: 120px;
        height: 120px;
    }
}

.tts_voice_link {
    cursor: pointer;
}

.tts_voice_link .tts_nav_tools_content {
    height: 100px;
}

.tts_voice_link.active {
    pointer-events: initial !important;
}


.tts_person_side {
    width: 72px;
    position: fixed;
    right: 0;
    top: 60%;
    transform: translateY(-50%);
    z-index: 500;
    display: flex;
    flex-direction: column;
    transition: .15s ease-in-out;
}

.person_side_container .item>img {
    width: 36px;
}

.person_side_container .qrcode p {
    text-align: center;
}

.person_side_tips {
    font-size: 14px;
    color: #333;
}

.tts_person_side .tts_side_list .item .phone_numb {
    left: -156px;
}

.tts_person_side .tts_side_list .item .phone_numb p {
    font-weight: 400;
}

.tts_person_side.left {
    left: 0 !important;
    right: initial;
}

.side_left .item span {
    display: inline-block;
    width: 32px;
    height: 32px;
    border: 2px solid rgba(0, 0, 0, 0.85);
    box-sizing: border-box;
    color: #D69A40;
    font-weight: bold;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.moodTag {
    background: #F25555;
    border-radius: 0 16px 0 16px;
    color: #fff;
    font-size: 12px;
    padding: 0 8px;
    line-height: 22px;
    position: absolute;
    right: 0;
    top: 0;
}

.side_left_container {
    left: -72px;
    right: initial;
}

.side_left_container.active {
    left: 0;
}

.hideLeftSideBtn {
    width: 16px;
    height: 54px;
    position: absolute;
    left: 72px;
    top: calc(50% - 14px);
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0 4px 4px 0;
    box-shadow: 0 0 8px rgba(37, 37, 89, 0.12);
    z-index: 10;
    color: #333;
    font-size: 12px !important;
}

.showLeftSideBtn {
    width: 16px;
    height: 54px;
    position: absolute;
    left: 72px;
    top: calc(50% - 14px);
    background: #fff;
    display: none;
    align-items: center;
    justify-content: center;
    border-radius: 4px 0 0 4px;
    box-shadow: 0 0 8px rgb(37 37 89 / 12%);
    z-index: 10;
    color: #333;
    font-size: 12px !important;
    transform: rotate(180deg);
}

.side_left_container.active .hideLeftSideBtn {
    display: none;
}

.side_left_container.active .showLeftSideBtn {
    display: flex;
}


/*真人联系弹窗样式*/
.person_qrcode_content {
    background-color: #fff;
    border-radius: 16px;
    position: relative;
    width: 960px;
    height: 420px;
    display: none;
    overflow: hidden;
}

.close_person_layer {
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 1000;
}

.close_person_layer span {
    color: rgba(0, 0, 0, 0.3);
    font-size: 34px;
}

.person_container {
    width: 100%;
    height: 100%;
    display: flex;
}

.person_container>img {
    width: 480px;
    height: 100%;
    object-fit: cover;
}

.qrcode_container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 480px;
    position: relative;
}

.qrcode_container .pic {
    width: 200px;
    height: 200px;
    background: #F5F5F5;
    border-radius: 16px 16px 16px 16px;
    padding: 10px;
    box-sizing: border-box;
    margin-top: 32px;
    margin-top: 64px;
}

.qrcode_container .pic img {
    width: 100%;
    height: 100%;
}

.qrcode_container .text {
    margin-top: 32px;
    color: rgba(0, 0, 0, 0.45);
    text-align: center;
}

.qrcode_container .text p:first-child {
    font-weight: 600;
    line-height: 24px;
    font-size: 16px;
    margin-bottom: 8px;
}

.qrcode_container .text p:last-child {
    font-weight: 400;
    line-height: 22px;
    font-size: 14px;
}

.qrcode_container .contact_user_info {
    display: flex;
    align-items: center;
    position: absolute;
    left: 24px;
    top: 32px;
}

.qrcode_container .contact_user_info .head {
    width: 32px;
    height: 32px;
    position: relative;
    margin-right: 4px;
}

.qrcode_container .contact_user_info .head img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.qrcode_container .contact_user_info .head .online {
    width: 12px;
    height: 12px;
    background: #0FCE8C;
    border-radius: 10px 10px 10px 10px;
    position: absolute;
    bottom: -2px;
    right: -2px;
    border: 3px solid #fff;
    box-sizing: border-box;
}

.qrcode_container .contact_user_info .name {
    font-size: 12px;
    font-weight: 600;
    color: rgba(0, 0, 0, 0.85);
    line-height: 16px;
    margin-right: 4px;
}

.qrcode_container .contact_user_info .label {
    height: 20px;
    border-radius: 4px 4px 4px 4px;
    margin-right: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    padding: 0 4px;
    font-weight: 400;
}

.qrcode_container .contact_user_info .oto_text {
    font-size: 20px;
    font-weight: 600;
    color: rgba(0, 0, 0, 0.85);
    line-height: 28px;
}

.qrcode_container .contact_user_info .oto_text span {
    color: rgba(223, 36, 36, 1);
}


.person_base_qrcode {
    width: 420px;
    height: 482px;
    position: relative;
    display: none;
}

.person_base_qrcode_model {
    border-radius: 12px !important;
    overflow: hidden !important;
}

.person_base_qrcode .icon-cuo {
    position: absolute;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, .87);
    font-size: 20px;
    right: 24px;
    top: 16px;
    font-weight: 300;
    z-index: 10;
}

.person_base_qrcode .person_base_qrcode_c {
    width: 100%;
    height: 100%;
    position: relative;
    background-image: url(../imgs/person_base_qrcode_bg.png);
    background-size: cover;
}

.person_base_qrcode .person_base_qrcode_c .person_base_qrcode_box {
    width: 200px;
    height: 200px;
    border-radius: 16px;
    background-color: #fff;
    position: absolute;
    bottom: 102px;
    left: 50%;
    transform: translateX(-50%);
    padding: 10px;
    box-sizing: border-box;
}

.person_base_qrcode .person_base_qrcode_c .person_base_qrcode_box img {
    width: 100%;
    height: 100%;
}


/*真人联系弹窗样式*/



/*视频轮播弹窗css*/

.videoSwiperLayer {
    width: 862px;
    height: 338px;
    position: relative;
    display: none;
    background-color: #fff;
    border-radius: 16px;
    overflow: hidden;
}

.videoSwiperLayer_container {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

.videoSwiperLayer_left {
    width: 600px;
    height: 338px;
    position: relative;
    overflow: hidden;
}

.videoSwiperLayer_bottomTitle {
    width: 100%;
    bottom: 0;
    left: 0;
    height: 44px;
    background: rgba(0, 0, 0, 0.78);
    color: #fff;
    font-size: 16px;
    line-height: 44px;
    padding: 0 32px;
    box-sizing: border-box;
    z-index: 100;
    position: absolute;
    transition: all .2s ease-in-out;
}

.videoSwiperLayer_right {
    display: flex;
    flex-direction: column;
    padding: 24px 16px;
    width: 262px;
    height: 100%;
    box-sizing: border-box;
    justify-content: space-between;
}

.videoSwiperLayer_right_btn {
    display: flex;
    align-items: center;
}

.videoSwiperLayer_right .infoModOtherInfo .name p {
    max-width: 75px !important;
}

.videoSwiperLayer_right_container h2 {
    font-size: 20px;
    font-weight: 600;
    color: rgba(0, 0, 0, 0.85);
    line-height: 28px;
    margin-bottom: 16px;
}

.videoSwiperLayer_right .infoModNumbs {
    border-top: none;
    padding: 0;
    margin-top: 24px;
}

.videoSwiperLayer_right_container {
    display: flex;
    flex-direction: column;
}

.allDemoVoiceBtn {
    height: 40px;
    border: 1px solid rgba(0, 0, 0, 0.06);
    box-sizing: border-box;
    background: none;
    border-radius: 8px;
    padding: 0 12px;
    color: rgba(0, 0, 0, 0.45);
    font-size: 14px;
    display: flex;
    align-items: center;
    cursor: pointer;
    transition: all .3s;
    outline: none;
    user-select: none;
    margin-left: 24px;
}

.allDemoVoiceBtn:hover {
    color: rgba(0, 0, 0, 0.68);
    border: 1px solid rgba(0, 0, 0, 0.16);
}

.allDemoVoiceBtn span {
    margin-right: 3px;
}

.videoSwiperLayer_swiper {
    width: 600px;
    height: 338px;
    overflow: hidden;
}

.videoSwiperLayer_swiper_pic {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
}

.videoSwiperLayer_swiper .video_content {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
}

.videoSwiperLayer_left .swiper-button-prev,
.videoSwiperLayer_left .swiper-button-next {
    background-image: url(../imgs/banner_next.png);
    color: rgba(0, 0, 0, 0) !important;
    background-repeat: no-repeat;
    background-size: 30%;
    border-radius: 200px 0 0 200px;
    width: 35px;
    height: 70px;
    background-color: rgba(0, 0, 0, 0.6);
    top: calc(50% - 14px);
    background-position: 15px center;
    transition: all .2s;
}

.videoSwiperLayer_left .swiper-button-prev {
    left: 0px;
    transform: rotate(180deg);
}

.videoSwiperLayer_left .swiper-button-next {
    right: 0px;
}



.videoSwiperLayer_left .videoSwiperLayer_swiper.playing .swiper-button-prev {
    left: -35px;
}

.videoSwiperLayer_left .videoSwiperLayer_swiper.playing .swiper-button-next {
    right: -35px;
}

.videoSwiperLayer_left .videoSwiperLayer_swiper.playing .videoSwiperLayer_bottomTitle {
    bottom: -44px;
}

.videoSwiperLayer_left .videoSwiperLayer_swiper.playing:hover .swiper-button-prev {
    left: 0px;
}

.videoSwiperLayer_left .videoSwiperLayer_swiper.playing:hover .swiper-button-next {
    right: 0px;
}

.videoSwiperLayer_left .videoSwiperLayer_swiper .xgplayer-skin-default.xgplayer-pause .xgplayer-controls {
    display: none;
}

.videoSwiperLayer_left .xgplayer-skin-default .xgplayer-controls {}

.videoSwiperLayer_left .xgplayer-skin-default .xgplayer-drag {
    background-color: #C2A886FF;
}

.videoSwiperLayer_left .xgplayer-skin-default .xgplayer-drag::after {
    background-color: #C2A886FF;
}

.videoSwiperLayer_left .xgplayer-skin-default .xgplayer-progress-played {
    background-image: linear-gradient(-90deg, #C2A886FF, #C2A886FF);
}

.videoSwiperLayer_left .swiper-button-lock {
    display: block;
}

.videoSwiperLayer_left .xgplayer-skin-default.xgplayer-is-enter .xgplayer-enter {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.videoSwiperLayer_left .xgplayer-skin-default .xgplayer-enter .xgplayer-enter-spinner {
    left: 0 !important;
    top: 0 !important;
    -webkit-transform: scale(.3) !important;
    -ms-transform: scale(.3) !important;
    transform: scale(.3) !important;
}

.videoSwiperLayerBtn {
    background: rgba(0, 0, 0, 0.6);
    height: 64px;
    width: 64px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 10;
    border-radius: 50%;
    border: none;
    cursor: pointer;
    transition: all .2s ease-in-out;
    opacity: 1;
}

.videoSwiperLayerBtn.active {
    transform: scale(1.6);
    opacity: 0 !important;
}

.videoSwiperLayerBtn span {
    font-size: 42px;
    padding-left: 4px;
}





/*视频轮播弹窗css*/


/*person_side_qrcode start*/


.person_side_container .tts_side_list .left_texts {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 4px 0 10px;
}

.person_side_container .tts_side_list .left_texts .bth {
    font-size: 19px;
}

.person_side_container .tts_side_list .left_texts .label {
    background-color: #F5F6FA;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    border-radius: 4px;
    height: 22px;
    font-size: 12px;
    color: #9EA5BB;
}

.person_side_container .tts_side_list .left_texts .label img {
    width: 20px;
}

.person_side_container .tts_side_list>.qrcode {
    left: -308px !important;
    padding: 0 !important;
    border-radius: 16px !important;
    top: 0;
    overflow: hidden;
    background: #fff;
    box-shadow: 0px 12px 40px 1px rgb(37 37 89 / 12%);


    position: absolute;
    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);
}

.person_side_container .tts_side_list .qrcode.active {
    opacity: 1;
    visibility: visible;

    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
}

.person_side_container .qrcode .qrcode_container {
    display: flex;
    flex-direction: column;
    position: relative;
    width: 300px;
}

.person_side_container .qrcode_container>img {
    width: 300px;
    height: 300px;
}

.person_side_container .qrcode_container_title {
    position: absolute;
    top: 256px;
    font-weight: bold;
    font-size: 24px;
    left: 32px;
    color: #fff;
}

.person_side_container .qrcode_container .info {
    display: flex;
    justify-content: space-between;
    padding: 16px 32px;
    width: 100%;
    box-sizing: border-box;
}

.person_side_container .qrcode_container .info .info_qrcode img {
    width: 100px;
    height: 100px;
}

.person_side_container .qrcode_container .info .info_qrcode p {
    font-size: 12px;
    color: rgba(0, 0, 0, 0.45);
    margin-top: 8px;
    font-weight: 400;
    height: 18px;
}

.person_side_container .qrcode_container .info .t_ {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
}

.person_side_container .qrcode_container .info .t_ p {
    font-size: 16px;
    color: #333;
    margin-bottom: 8px;
    font-weight: bold;
}

.person_side_container .qrcode_container .info .t_ span {
    font-size: 14px;
    color: #999;
}

/*end*/


.person_right_pop {
    position: relative;
    z-index: 101;
    width: 150px;
    height: 167px;
    margin-top: 8px;
    margin-left: 8px;
}

.person_right_pop .pop {
    width: 150px;
    height: 167px;
    cursor: pointer;
}

.person_right_pop .close_pop {
    position: absolute;
    top: -28px;
    right: 0px;
    color: #A2A2AB;
    font-size: 20px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
}

.person_right_pop .qrcode {
    position: absolute;
    background: #fff;
    border-radius: 4px;
    width: 128px;
    height: 156px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    bottom: -33px;
    right: -136px;
    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: translateY(20px);
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
}

.person_right_pop: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);
}

.person_right_pop .qrcode>img {
    display: block;
    width: 108px;
    height: 108px;
    margin-bottom: 12px;
}

.person_right_pop .qrcode p {
    color: #0C0E21;
    font-size: 12px;
    font-weight: 400;
}

.banner_option:hover .animationLink,
.gift:hover .animationLink {
    animation-duration: 0.3s;
    animation-timing-function: ease;
    animation-delay: 0s;
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-fill-mode: none;
    animation-play-state: running;
    animation-name: textAnimate;
}

@keyframes textAnimate {
    0% {
        transform: translateY(-3px);
    }

    100% {
        transform: translateY(0px);
    }
}

.person_head_icon {
    margin-right: 10px !important;
    font-size: 20px !important;
}

.sucai_video_content>a,
.sucai_music_content>a {
    font-size: 16px;
    font-weight: bold;
    color: rgba(0, 0, 0, 0.85);
    display: inline-block;
    margin: 16px 0 8px 0;
}

.sucai_music_content>a span {
    color: rgba(0, 0, 0, 0.25);
    font-size: 12px !important;
}

.sucai_music_list {
    display: flex;
    flex-wrap: wrap;
    padding-left: 24px;
    box-sizing: border-box;
}

.sucai_music_list>a {
    padding: 0 !important;

}

.modular6_pic_style {
    width: 800px;
}

/*常见问题通用样式*/

.tts_vip_qa {
    width: 100%;
    text-align: center;
}

.tts_vip_qa .title {
    margin-bottom: 64px;
}

.tts_vip_qa_list ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.tts_vip_qa_list ul li {
    width: 48.5%;
    margin-bottom: 24px;
    background: linear-gradient(180deg, #F4F6F8 0%, #FFFFFF 100%);
    box-shadow: 0px 16px 48px 1px rgba(37, 37, 89, 0.16);
    border: 2px solid #fff;
    box-sizing: border-box;
    border-radius: 16px;
    padding: 30px;
    position: relative;
    display: flex;
    flex-direction: column;
    text-align: left;

    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(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    opacity: 0;
    visibility: hidden;
}

.tts_vip_qa_list ul li.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(8px);
    -webkit-transform: translateY(8px);
    -moz-transform: translateY(8px);
    -ms-transform: translateY(8px);
    -o-transform: translateY(8px);
}

.tts_vip_qa_list ul li span {
    background: url(../imgs/symbol_pic.png) no-repeat cover;
    position: absolute;
    left: 16px;
    top: 0;
    width: 42px;
    height: 106px;
    display: inline-block;
}

.tts_vip_qa_list ul li h2 {
    font-weight: 500;
    line-height: 24px;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.9);
    margin-bottom: 16px;
}

.tts_vip_qa_list ul li p {
    font-size: 14px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.9);
    line-height: 22px;
}

.tts_vip_qa_list ul li p a {
    font-size: 14px;
    font-weight: 400;
    color: #CD9044;
    line-height: 22px;
    text-decoration: underline;
}

.tts_vip_qa>a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 56px;
    margin-bottom: 95px;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.9);
    font-size: 16px;
    line-height: 24px;
    padding: 8px 24px;
    border: 1px solid rgba(0, 0, 0, .26);
    border-radius: 100px;
    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;
}

.tts_vip_qa>a:hover {
    transform: translateY(-3px);
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    -o-transform: translateY(-3px);
    background: #fff;
    box-shadow: 0px 16px 48px 1px rgb(37 37 89 / 8%);
}

.tts_vip_qa>a>span {
    color: rgba(0, 0, 0, 0.9);
    margin-left: 8px;
    font-size: 22px;
}

.general_title_scalc {
    transition: all .2s;
}

.general_title_scalc:hover {
    transform: scale(1.05);
}

/*end*/


/*badge 弹窗样式*/

.badge_layout {
    width: 460px;
    height: 500px;
    position: relative;
}

.badge_close {
    position: absolute;
    right: -18px;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: #CD9044;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    z-index: 10;
}

.badge_content {
    position: absolute;
    top: 18px;
}

.tts_count_down_numb_badge {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 460px;
    position: absolute;
    bottom: 90px;
    left: 0;
}

.tts_count_down_numb_badge>p {
    color: rgba(255, 255, 255, .8);
    font-size: 14px;
    font-weight: 500;
}

.tts_count_down_numb_badge .count_down_box {
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, .16);
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, .87);
    font-weight: bold;
    border-radius: 4px;
    margin: 0 8px;
}

.badge_link {
    position: absolute;
    left: calc(50% - 97px);
    bottom: -24px;
}

/*end*/


.sound_effect_model {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    align-items: center;
    justify-content: center;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0);
    transition: all .3s ease-in-out;
    pointer-events: none;
}

.sound_effect_model.show {
    background-color: rgba(0, 0, 0, .3);
    pointer-events: inherit;
}

.sound_effect_model.show .sound_effect_model_content {
    transform: scale(1);
}

.sound_effect_model .sound_effect_model_content {
    position: relative;
    width: 580px;
    transform: scale(0);
    transition: all .3s ease-in-out;
}

.sound_effect_model .sound_effect_model_content .sound_effect_ewm_c {
    position: absolute;
    bottom: 70px;
    left: 110px;
    width: 200px;
    height: 200px;
    background: #F5F5F5;
    border-radius: 16px 16px 16px 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sound_effect_model .sound_effect_model_content .sound_effect_ewm_c .sound_effect_ewm {
    display: block;
    width: 169px;
    height: 169px;
}

.sound_effect_model .sound_effect_model_content .close {
    position: absolute;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: -60px;
    right: -10px;
    color: rgba(255, 255, 255, 0.8700);
    font-size: 26px;
    cursor: pointer;
}

.sound_effect_model .sound_effect_model_content .sound_effect_pic {
    width: 100%;
}


.sound_effect_model.right {
    width: auto;
    height: auto;
    padding-top: 100px;
    padding-right: 20px;
    right: -100%;
}

.sound_effect_model.right.show {
    right: 0%;
    background-color: rgba(0, 0, 0, 0);
}

.sound_effect_model.right .sound_effect_model_content {
    transform: scale(1);
    width: 400px;
}

.sound_effect_model.right .sound_effect_model_content .close {
    font-size: 22px;
    color: #c9c2c2;
    top: -38px;
    right: 0px;
}

.sound_effect_model.right .sound_effect_model_content .sound_effect_ewm_c {
    position: absolute;
    bottom: 44px;
    left: 71px;
    width: 150px;
    height: 150px;
    background: #F5F5F5;
    border-radius: 16px 16px 16px 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}


.sound_effect_model.right .sound_effect_model_content .sound_effect_ewm_c .sound_effect_ewm {
    width: 140px;
    height: 140px;
}




.allProductLink {
    border-radius: 16px;
    box-shadow: 0px 16px 48px 0px rgba(37, 37, 89, 0.2000);
    background-color: #fff;
    padding: 16px 16px 8px 16px;
    box-sizing: border-box;
    position: absolute;
    top: 76px;
    width: 514px;
    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(8px);
    -webkit-transform: translateY(8px);
    -moz-transform: translateY(8px);
    -ms-transform: translateY(8px);
    -o-transform: translateY(8px);
    pointer-events: none;
}

.allProductLink::after {
    content: '';
    width: 100%;
    height: 12px;
    position: absolute;
    top: -12px;
    left: 0;
}

.allProductLink .allProductLinkTop {
    display: flex;
    margin-bottom: 20px;
}

.allProductLink .allProductLinkTop .allProductLinkTop_left .item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 176px;
    width: 150px;
    border-radius: 8px;
    background-color: #F5F6FA;
    box-sizing: border-box;
    padding: 12px;
    background-image: url(../imgs/all_product/all_product_item1.png);
    background-size: 100px;
    background-position: right bottom;
    background-repeat: no-repeat;
    transition: all .25s;
}

.allProductLink .allProductLinkTop .allProductLinkTop_right {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    height: 176px;
}

.allProductLink .allProductLinkTop .allProductLinkTop_right .item {
    display: flex;
    height: 80px;
    width: 150px;
    border-radius: 8px;
    background-color: #F5F6FA;
    box-sizing: border-box;
    padding: 12px;
    background-size: 60px;
    background-position: right bottom;
    background-repeat: no-repeat;
    transition: all .25s;
}

.allProductLink .allProductLinkTop .allProductLinkTop_right .item:nth-child(3),
.allProductLink .allProductLinkTop .allProductLinkTop_right .item:nth-child(4) {
    margin-top: auto;
}

.allProductLink .allProductLinkTop .allProductLinkTop_right .item .t_c h3 {
    height: 22px;
    font-size: 14px;
    font-weight: 500;
    color: #0C0E21;
    line-height: 22px;
}

.allProductLink .allProductLinkTop .allProductLinkTop_right .item .t_c p {
    height: 20px;
    font-size: 12px;
    font-weight: 400;
    color: #5A6073;
    line-height: 20px;
}

.allProductLink .allProductLinkTop .allProductLinkTop_right .item:nth-child(1) {
    background-image: url(../imgs/all_product/all_product_item2.png);
}

.allProductLink .allProductLinkTop .allProductLinkTop_right .item:nth-child(2) {
    background-image: url(../imgs/all_product/all_product_item3.png);
}

.allProductLink .allProductLinkTop .allProductLinkTop_right .item:nth-child(3) {
    background-image: url(../imgs/all_product/all_product_item4.png);
}

.allProductLink .allProductLinkTop .allProductLinkTop_right .item:nth-child(4) {
    background-image: url(../imgs/all_product/all_product_item5.png);
}

.allProductLink .allProductLinkTop .allProductLinkTop_left {
    margin-right: 16px;
}

.allProductLink .allProductLinkBottom {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.allProductLink .allProductLinkBottom .item {
    display: flex;
    align-items: center;
    width: 33.333333%;
    margin-bottom: 16px;
}

.allProductLink .allProductLinkBottom .item img {
    width: 32px;
    height: 32px;
    margin-right: 8px;
}

.allProductLink .allProductLinkBottom .item .t_c h3 {
    height: 22px;
    font-size: 14px;
    font-weight: 500;
    color: #0C0E21;
    line-height: 22px;
}

.allProductLink .allProductLinkBottom .item .t_c p {
    height: 20px;
    font-size: 12px;
    font-weight: 400;
    color: #5A6073;
    line-height: 20px;
    margin-top: 2px;
}

.allProductLink>p {
    height: 40px;
    font-size: 12px;
    font-weight: 400;
    color: #9EA5BB;
    line-height: 48px;
    text-align: center;
    border-top: 1px solid rgba(0, 0, 0, .06);
}

.allProductLink .allProductLinkTop_left .item p {
    color: #333;
    font-size: 14px;
    margin: 0;
}

.allProductLink .t_c h3 {
    color: #333;
    font-size: 14px;
    margin: 0;
}

.allProductLink .allProductLinkTop .allProductLinkTop_left .item:hover {
    background-color: #edeff5;
    background-size: 112px;
}

.allProductLink .allProductLinkTop .allProductLinkTop_right .item:hover {
    background-color: #edeff5;
    background-size: 68px;
}

.allProductLink::before {
    content: '';
    width: 0;
    height: 0;
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    border-bottom: 8px solid #fff;
    position: absolute;
    top: -8px;
    left: 42px;
}

.logo_link.show .allProductLink,
.allProductLink:hover {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
}

.banner_option .icon-a-Frame224 {
    font-size: 20px !important;
    margin-right: 6px;
    margin-left: 0 !important;
}

.banner_option .appNavLink {
    display: flex;
    align-items: center;
}

#app_qrcode_icon {
    animation-duration: 2s;
    animation-delay: 1s;
    animation-iteration-count: infinite;
}

.banner_option .app_nav_content .tts_nav_tools_list {
    width: 374px;
}

.banner_option .app_nav_content .tts_nav_tools_list .app_content_title {
    display: flex;
    align-items: center;
    padding: 8px 0 16px 24px;
    box-sizing: border-box;
}

.banner_option .app_nav_content .tts_nav_tools_list .app_content_title p {
    font-size: 16px;
    font-weight: 500;
    color: #0C0E21;
    line-height: 24px;
}

.banner_option .app_nav_content .tts_nav_tools_list .app_content_title img {
    width: 75px;
    margin-left: 4px;
}

.banner_option .app_nav_content .tts_nav_tools_list .app_content_list {
    display: flex;
    flex-wrap: wrap;
    padding: 0 16px 8px 16px;
    box-sizing: border-box;
    justify-content: space-between;
}

.banner_option .app_nav_content .tts_nav_tools_list .app_content_list .item {
    display: flex;
    align-items: center;
    width: 148px;
    height: 48px;
    border-radius: 4px;
    padding-left: 16px;
    box-sizing: border-box;
    margin-bottom: 12px;
    cursor: pointer;
    transition: all .25s;
}

.banner_option .app_nav_content .tts_nav_tools_list .app_content_list .item:hover {
    background-color: #f5f5f5;
}

.banner_option .app_nav_content .tts_nav_tools_list .app_content_list .item:hover span,
.banner_option .app_nav_content .tts_nav_tools_list .app_content_list .item:hover p {
    color: rgba(205, 144, 68, 1);
}


.banner_option .app_nav_content .tts_nav_tools_list .app_content_list .item span {
    color: #0C0E21;
    font-size: 26px;
    margin-right: 8px;
}

.banner_option .app_nav_content .tts_nav_tools_list .app_content_list .item p {
    font-size: 14px;
    font-weight: 400;
    color: #0C0E21;
    line-height: 22px;
}


/*text_num css start*/
.text_num_banner {
    background-image: url(../imgs/text_num/banner_bg2.png);
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center
}

.text_num_banner .text_num_banner_c {
    width: 1200px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.text_num_banner .text_num_banner_content {
    display: flex;
    flex-direction: column;
}

.text_num_banner .text_num_banner_content .text_c {
    font-size: 24px;
    color: #fff;
    line-height: 47px;
    display: flex;
    align-items: baseline;
    font-weight: 400;
    margin-bottom: 16px;
}

.text_num_banner .text_num_banner_content img {
    margin-bottom: 24px;
}

.text_num_banner .text_num_banner_content .text_c strong {
    font-weight: 600;
    color: rgb(194, 168, 134);
    font-size: 40px;
}

.text_num_banner .text_num_banner_content .text_c span {
    font-size: 12px;
    color: rgba(255, 255, 255, .4);
    font-weight: 400;
}

.text_num_banner .text_num_banner_content p {
    font-size: 12px;
    color: rgba(255, 255, 255, .87);
    font-weight: 400;
    margin: 0;
}

.text_num_banner .text_num_banner_content>span {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 200px;
    height: 40px;
    background: linear-gradient(270deg, #E3B668 0%, #FCECC5 100%);
    margin-top: 40px;
    font-size: 16px;
    font-weight: 500;
    color: #0C0E21;
    line-height: 24px;
    width: 116px;
    box-sizing: border-box;
    cursor: pointer;
}

.text_num_banner .text_num_banner_content>span>i {
    margin-left: 4px;
    color: #0C0E21;
}

.text_num_banner .text_num_banner_info {
    display: flex;
}

.text_num_banner .text_num_banner_info .item {
    border-radius: 16px 16px 16px 16px;
    border: 2px solid rgba(255, 255, 255, 0.08);
    background: rgba(55, 55, 82, 1);
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 208px;
    height: 236px;
}

.text_num_banner .text_num_banner_info .item img {
    width: 80px;
    height: 80px;
}

.text_num_banner .text_num_banner_info .item .t_c {
    display: flex;
    align-items: baseline;
    font-size: 24px;
    font-weight: 400;
    color: #fff;
    margin: 16px 0 8px 0;
}

.text_num_banner .text_num_banner_info .item .t_c strong {
    font-size: 32px;
    font-weight: 600;
    color: #EB465C;
}

.text_num_banner .text_num_banner_info .item p {
    font-size: 24px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.45);
    line-height: 40px;
}

.text_num_banner .text_num_banner_info .item:first-child {
    margin-right: 24px;
}




.text_num_banner_gift {
    background-image: url(../imgs/text_num/banner_bg1.png);
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
}

.text_num_banner_gift_c {
    width: 1137px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.text_num_banner_gift_c .left {
    display: flex;
    flex-direction: column;
}

.text_num_banner_gift_c .left span {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    border-radius: 4px;
    background: linear-gradient(135deg, #EA3C46 0%, #FD960B 100%);

    font-size: 20px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 23px;
    width: 112px;
}

.text_num_banner_gift_c .left button {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 200px;
    height: 40px;
    background: linear-gradient(270deg, #E3B668 0%, #FCECC5 100%);
    margin-top: 40px;
    font-size: 16px;
    font-weight: 500;
    color: #0C0E21;
    line-height: 24px;
    width: 116px;
    box-sizing: border-box;
    cursor: pointer;
}

.text_num_banner_gift_c .left button i {
    margin-left: 4px;
    color: #0C0E21;
}

.text_num_banner_gift_c .left img {
    width: 648px;
    margin: 32px 0;
}

.text_num_banner_gift_c .left p {
    font-size: 24px;
    font-weight: 400;
    color: rgba(194, 168, 134, 1);
    line-height: 28px;
}

.text_num_banner_gift_c .text_num_gift {
    width: 457px;
    height: 457px;
}

/*text_num css end*/



/*db12 banner css start*/
.db12 {
    width: 100%;
    height: 100%;
    background-image: url(../imgs/db12/db_banner_pic.jpg?ver=1.1);
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
}

.db12 .db12_c {
    width: 1100px;
    display: flex;
    flex-direction: column;
}

.db12 .db12_c .top_tag {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 94px;
    height: 24px;
    background: linear-gradient(270deg, #F2D59F 0%, #FFFCE9 100%);
    border-radius: 4px 12px 4px 12px;

    font-size: 12px;
    font-weight: 600;
    color: #0C0E21;
    line-height: 16px;
}

.db12 .db12_c .strong {
    font-size: 48px;
    color: #fff;
    font-weight: 500;
    -webkit-background-clip: text;
    /* 背景被裁剪成文字的前景色 */
    -webkit-text-fill-color: transparent;
    /* 文字填充颜色变透明 */
    background-image: linear-gradient(to right, #B89F63, #FDFBF2, #B89F63);
    /* 线性渐变背景，方向向上 */
}

.db12 .db12_c .strong img {
    width: 490px;
}

.db12 .db12_c .strong span {
    font-size: 54px;
    color: rgba(231, 29, 29, 1);
    font-weight: 500;
}

.db12 .db12_c .db12_c_content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 32px;
}

.db12 .db12_c .db12_c_content .left_text p {
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    line-height: 23px;
    margin-bottom: 20px;
}

.db12 .db12_c .db12_c_content .left_text p span {
    color: rgba(231, 29, 29, 1);
    font-size: 32px;
    font-weight: bold;

    -webkit-background-clip: text;
    /* 背景被裁剪成文字的前景色 */
    -webkit-text-fill-color: transparent;
    /* 文字填充颜色变透明 */
    background-image: linear-gradient(to bottom, #EC4A4A, #FACDCD);
    /* 线性渐变背景，方向向上 */
}

.db12 .db12_c .db12_c_content .time {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    line-height: 28px;
    margin-top: 48px;
}

.db12 .db12_c .db12_c_content .right {
    width: 200px;
    height: 232px;
    position: relative;
}

.db12 .db12_c .db12_c_content .right img {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 2;
}

.db12 .db12_c .db12_c_content .right::after {
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(12, 14, 33, 1);
    border-radius: 16px;
    position: absolute;
    right: -12px;
    top: 12px;
    z-index: 1;
}






/*db12 banner css end*/

.ewm_tips_text {
    font-size: 14px;
    font-weight: 400;
    color: #303133;
    padding: 0 8px;
    height: 32px;
    line-height: 32px;
    border-radius: 5px;
    background: #FFFFFF;
    box-shadow: 0 2px 8px 0 rgb(0 0 0 / 15%);
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    top: 24px;
    right: 64px;
}

.ewm_tips_text::after {
    display: block;
    content: "";
    background: #FFFFFF;
    box-shadow: 6px 0px 8px 0 rgb(0 0 0 / 15%);
    transform: rotate(45deg);
    position: absolute;
    right: -3px;
    top: 13px;
    width: 6px;
    height: 6px;
}

.app_tips::after {
    content: attr(data-tips);
    background: #EB465C;
    border-radius: 8px 2px 8px 2px;
    height: 20px;
    color: #fff;
    font-size: 12px;
    position: absolute;
    bottom: -16px;
    left: 55%;
    transform: translateX(-50%);
    width: 68px;
    line-height: 20px;
    text-align: center;
}

.app_tips::before {
    content: '';
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 4px solid #EB465C;
    position: absolute;
    bottom: 4px;
    left: 55%;
    transform: translateX(-50%);
}

.app_tips:hover::after,
.app_tips:hover::before {
    display: none;
}

.app_content_title span {
    display: flex;
    border-radius: 8px 2px 8px 2px;
    background-color: #EB465C;
    color: #fff;
    line-height: 20px;
    height: 20px;
    font-weight: 400;
    margin-left: 6px !important;
    padding: 0 4px;
}


/*nav message css start*/
.message_nav_c {
    position: relative;
}

.message_nav_c>a {
    color: #fff;
    line-height: 64px;
    padding: 0 8px;
    cursor: pointer;
}

.message_nav_c>span {
    position: absolute;
    border-radius: 200px;
    height: 16px;
    background-color: #EB465C;
    color: #fff;
    padding: 0 4px;
    top: 6px;
    font-size: 12px;
    line-height: 16px;
    right: -4px;
}

.nav_message_content {
    position: absolute;
    width: 320px;
    min-height: 390px;
    box-shadow: 0px 16px 48px 0px rgba(37, 37, 89, 0.2);
    border-radius: 12px;
    box-sizing: border-box;
    top: 76px;
    left: -140px;
    background: #fff;
    padding: 12px 16px 0 16px;
    opacity: 0;
    visibility: hidden;
    transition-delay: .4s;
    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);
}

.message_nav_c:hover .nav_message_content {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    z-index: 2;
}

.nav_message_content::before {
    content: '';
    width: 0;
    height: 0;
    border-left: 18px solid transparent;
    border-right: 18px solid transparent;
    border-bottom: 6px solid #fff;
    position: absolute;
    top: -6px;
    left: 148px;
}

.nav_message_content {
    display: flex;
    flex-direction: column;
}

.nav_message_content .nav_message_title {
    width: 100%;
    height: 40px;
    box-sizing: border-box;
    border-bottom: 1px solid #EBEBED;
    display: flex;
    align-items: center;
}

.nav_message_content .nav_message_title a {
    font-size: 14px;
    font-weight: 400;
    color: #5A6073;
    line-height: 40px;
    margin-right: 32px;
    position: relative;
}

.nav_message_content .nav_message_title a:last-child {
    margin-right: 0;
}

.nav_message_content .nav_message_title a.active {
    font-weight: 500;
    color: #0C0E21;
    pointer-events: none;
}

.nav_message_content .nav_message_title a.active::after {
    content: '';
    position: absolute;
    width: 32px;
    height: 2px;
    background: #C2A886;
    border-radius: 1px 1px 1px 1px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.nav_message_content .nav_message_list {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.nav_message_content .nav_message_list .msg_item {
    display: flex;
    align-items: center;
    height: 70px;
    width: 100%;
    margin-top: 4px;
}

.nav_message_content .nav_message_list .msg_item .msg_item_left {
    position: relative;
    margin-right: 12px;
}

.nav_message_content .nav_message_list .msg_item .msg_item_left .red {
    width: 8px;
    height: 8px;
    background-color: #EC635D;
    box-sizing: border-box;
    border: 1px solid #fff;
    position: absolute;
    right: 1px;
    top: 1px;
    border-radius: 50%;
}

.nav_message_content .nav_message_list .msg_item .msg_item_left .icon {
    width: 40px;
    height: 40px;
    background: #0A255B;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav_message_content .nav_message_list .msg_item .msg_item_left .icon img {
    width: 24px;
    height: 24px;
}

.nav_message_content .nav_message_list .msg_item .msg_item_right {
    flex: 1;
    display: flex;
    flex-direction: column;
    width: calc(100% - 52px);
}

.nav_message_content .nav_message_list .msg_item .msg_item_right p {
    font-size: 14px;
    font-weight: 500;
    color: #0C0E21;
    line-height: 22px;
}

.nav_message_content .nav_message_list .msg_item .msg_item_right p a {
    color: #CD9044;
    text-decoration: underline;
}

.nav_message_content .nav_message_list .msg_item .msg_item_right span {
    font-size: 12px;
    font-weight: 400;
    color: #5A6073;
    line-height: 20px;
    margin-top: 4px;
}

.nav_message_content>a {
    display: flex;
    width: 100%;
    height: 40px;
    justify-content: center;
    line-height: 40px;
    font-size: 14px;
    font-weight: 400;
    color: #0C0E21;
}

.nav_message_content .nav_message_list .no_message_c {
    width: 100%;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.nav_message_content .nav_message_list .no_message_c img {
    width: 48px;
    height: 48px;
}

.nav_message_content .nav_message_list .no_message_c p {
    margin-top: 4px;
    font-size: 14px;
    font-weight: 400;
    color: #9EA5BB;
    line-height: 22px;
}

.banner.fixed_white .message_nav_c>p {
    color: #333;
}

/*nav message css end*/






/*popup start*/
.general_coupon_popup {
    display: none;
    background: none;
    position: relative;
}

.general_coupon_popup_model {
    background: none !important;
    box-shadow: none !important;
}

.general_coupon_popup>a {
    position: absolute;
    width: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 32px;
    box-sizing: border-box;
    border: 1px solid rgba(255, 255, 255, .56);
    background-color: rgba(255, 255, 255, .24);
    right: -32px;
    top: -32px;
    border-radius: 50%;
}

.general_coupon_popup>a span {
    color: rgba(255, 255, 255, .64);
    font-size: 24px;
}

.general_coupon_popup_content {
    width: 295px;
    height: 307px;
    background-image: url(../imgs/coupon/general_coupon_bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
}

.general_coupon_popup_content .top_text {
    height: 96px;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    justify-content: center;
    align-items: center;
}

.general_coupon_popup_content .top_text .tit {
    font-size: 24px;
    font-weight: 500;
    color: #9C0F0F;
    line-height: 32px;
    margin-bottom: 4px;
    text-align: center;
}

.general_coupon_popup_content .top_text .djs_c {
    height: 24px;
    background: rgba(228, 74, 66, 0.12);
    border-radius: 100px 100px 100px 100px;
    padding: 0 12px;
    display: flex;
    align-items: center;
    color: #E44A42;
    font-size: 14px;
}

.general_coupon_popup_content .top_text .djs_c span {
    color: #E44A42;
    font-size: 14px;
    margin-right: 3px;
}





.general_coupon_popup_content .top_text p:last-child {
    margin-bottom: 0;
}

.general_coupon_popup_content .other_text {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: auto;
    margin-bottom: 24px;
}

.general_coupon_popup_content .other_text>p {
    display: flex;
    align-items: center;

    font-size: 16px;
    font-weight: 500;
    color: #E44A42;
    line-height: 24px;
    margin-bottom: 16px;
    margin-top: 8px;
}

.general_coupon_popup_content .other_text>p span {
    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 12px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 20px;
    margin: 0 8px;

    width: 24px;
    height: 24px;
    background: #E44A42;
    border-radius: 4px;
}

.general_coupon_popup_content .other_text .tick_list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 24px;
    width: 100%;
    justify-content: center;
}

.general_coupon_popup_content .other_text .tick_list .item {
    width: 82px;
    height: 89px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: 8px;
    background-color: #fff;
    border-radius: 8px;
    position: relative;
    overflow: hidden;
}

.general_coupon_popup_content .other_text .tick_list .item::after {
    content: '';
    width: 8px;
    height: 8px;
    background: #1D245A;
    position: absolute;
    bottom: 28px;
    left: -4px;
    border-radius: 50%;
    z-index: 1;
}

.general_coupon_popup_content .other_text .tick_list .item::before {
    content: '';
    width: 8px;
    height: 8px;
    background: #1D245A;
    position: absolute;
    bottom: 28px;
    right: -4px;
    border-radius: 50%;
    z-index: 1;
}

.general_coupon_popup_content .other_text .tick_list .item:last-child {
    margin-right: 0;
}

.general_coupon_popup_content .other_text .tick_list .item>p {
    font-size: 28px;
    font-weight: 500;
    color: #E44A42;
    line-height: 36px;
    display: flex;
    align-items: flex-end;
    height: 44px;
}

.general_coupon_popup_content .other_text .tick_list .item>p span {
    font-size: 14px;
    color: #E44A42;
    line-height: 22px;
    font-weight: 500;
    margin-bottom: 2px;
}

.general_coupon_popup_content .other_text .tick_list .item>span {
    font-size: 12px;
    font-weight: 500;
    color: #16172F;
    line-height: 32px;
    margin-top: auto;
    width: 100%;
    text-align: center;
    border-top: 1px dashed rgba(228, 74, 66, 0.16);
    white-space: nowrap;
}

.general_coupon_popup_content .other_text>button {
    width: 252px;
    height: 48px;
    background: linear-gradient(62deg, #E3B668 0%, #FCECC5 100%);
    border-radius: 100px 100px 100px 100px;

    font-size: 18px;
    font-weight: 500;
    color: #3D2109;
    line-height: 26px;
}

.general_coupon_popup_content .other_text>button.disable {
    pointer-events: none;
    opacity: .7;
}

.general_coupon_popup_content i {
    font-style: normal;
}

/*popup end*/


.page_right_voiceover_model {
    position: fixed;
    right: 48px;
    top: 348px;
    animation-duration: 1.2s;
    animation-fill-mode: forwards;
    z-index: 999;
    display: none;
}

.page_right_voiceover_model .content {
    width: 460px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background: none !important;
}

.page_right_voiceover_model .content .bg {
    width: 100%;
}

.page_right_voiceover_model .content .qrcode {
    position: absolute;
    bottom: 77px;
    left: 111px;
    width: 104px;
    height: 104px;
}

.page_right_voiceover_model .content i {
    font-size: 24px;
    color: #C4C4CA;
    cursor: pointer;
    position: absolute;
    top: 20px;
    right: 20px;
}

.animate__zoomOutDown {
    -webkit-animation-name: zoomOutDown1;
    animation-name: zoomOutDown1;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
}

@-webkit-keyframes zoomOutDown1 {


    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(1600px, 1600px, 0);
        transform: scale3d(.1, .1, .1) translate3d(1600px, 1600px, 200px);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        visibility: hidden;
    }
}

@keyframes zoomOutDown1 {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(1600px, 1600px, 0);
        transform: scale3d(.1, .1, .1) translate3d(1600px, 1600px, 200px);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        visibility: hidden;
    }
}


.logo_link {
    position: relative;
}

.logo_link .logo_left {
    position: absolute;
    width: 53%;
    height: 100%;
    left: 0;
    top: 0;
}

.logo_link .logo_right:hover .allProductLink {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    pointer-events: initial;
}

.logo_link .logo_left:hover .pwa_tips {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    pointer-events: initial;
}

.logo_link .logo_right {
    position: absolute;
    width: 47%;
    height: 100%;
    right: 0;
    top: 0;
}