
body{
    background-color: rgba(6, 6, 36, 1);
}

body{font-family:"PingFang SC","Microsoft YaHei",Times,"Times New Roman",serif!important}
body *{font-family:"PingFang SC","Microsoft YaHei",Times,"Times New Roman",serif!important}

body{
    background: #111;
}

body,p,h1,h2,h3,h4,h5,h6,ul,ol,dl,li,dt,dd{
    /* 默认有边距，都要清除 */
    margin: 0;
    padding: 0;
    /*字体设置*/
    font-size: 14px;
    /* 去掉列表的原点 */
    list-style: none;
    /* 默认鼠标 */
    cursor: default;
}

a{
    text-decoration: none;
    color:#333;
}

:root{
    --baseColor:rgba(194, 168, 134, 1);
    --baseTipsColor:#919499;
    --baseBorderColor:#f0f0f0;
    --baseRedColor:#FF6464;
    --baseGreenColor:#4EBB99;
    --baseBtnBgColor:rgba(0,0,0,.08);
}

/*行内块元素*/
input,img{
    margin: 0;
    padding: 0;
    border: 0 none;
    outline-style: none;
    vertical-align: bottom; 
}

textarea{
    /* 边框清零 */
    border:none;
    /* 轮廓线清零 */
    outline: none;
    /* 防止文本域被随意拖拽 */
    resize: none;
}

/*nav*/

.container .nav{
    height: 64px;
    padding: 0 56px;
    display: flex;
    align-items: center;
    justify-content: space-between;

    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    box-sizing: border-box;
}

.blur{
    -webkit-backdrop-filter: saturate(180%) blur(12px);
    backdrop-filter: saturate(180%) blur(12px);
}

.container .left_nav{
    display: flex;
    align-items: center;
}

.logo_container{
    display: flex;
    align-items: flex-end;
    height: 64px;
    padding-bottom: 16px;
    box-sizing: border-box;
}

.logo_container p{
    color: var(--baseColor);
    margin-left: 6px;
}

.logo_container img{
    height: 36px;
}

.left_nav_link{
    display: flex;
    margin-left: 16px;
}

.left_nav_link > a,
.left_nav_tools{
    font-size: 16px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.6);
    display: inline-block;
    padding: 0 16px;
    height: 64px;
    line-height: 64px;
    transition: .3s all;
    cursor: pointer;
}

.left_nav_link > a:hover,
.right_nav_tools:hover{
    font-weight: 500;
    color: rgba(255, 255, 255, 0.85);
    background: rgba(255, 255, 255, 0.08);
}

.left_nav_link > a.active{
    font-weight: 500;
    color: rgba(255, 255, 255, 0.85);
    background: rgba(255, 255, 255, 0.08);
    pointer-events: none;
}

.right_nav{
    display: flex;
    align-items: center;
}

.right_nav_tools{
    font-size: 16px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.6);
    display: inline-block;
    padding: 0 16px;
    height: 64px;
    transition: .3s all;
    position: relative;
    display: flex;
    align-items: center;
}

.right_nav_link{
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #3B2812;
    position: relative;
    padding: 0 16px;
    height: 40px;
    border: 1px solid rgba(255, 255, 255, .24);
    border-radius: 100px 100px 100px 100px;
    color: rgba(255, 255, 255, .6);
    font-size: 16px;
    transition: all .3s;
    box-sizing: border-box;
}

.right_nav_link:hover{
    background-color: rgba(255, 255, 255, .24);
}

.right_nav_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;
    line-height: 22px;
    cursor: pointer;
    position: relative;
}

.right_nav_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%);
}

.right_nav_btn::after{
    content: '免费下载';
    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: 60px;
    line-height: 20px;
    text-align: center;
}

.left_nav_tools{
    position: relative;
}

.left_nav_tools_container{
    position: absolute;
    box-shadow: 0px 12px 40px 1px rgba(37, 37, 89, 0.2);
    border-radius: 16px;
    box-sizing: border-box;
    background: #fff;
    left: -50%;
    top: 72px;
    width: 664px;
    padding: 24px 24px 8px 24px;
    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(15px);
    -webkit-transform: translateY(15px);
    -moz-transform: translateY(15px);
    -ms-transform: translateY(15px);
    -o-transform: translateY(15px);
    height: 600px;
    padding-right: 4px;
    overflow-y: auto;
}

.left_nav_tools:hover .left_nav_tools_container{
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
}

.left_nav_tools_container > p{
    position: relative;
    font-size: 16px;
    font-weight: 600;
    color: rgba(0, 0, 0, 0.85);
    line-height: 24px;
    padding-left: 12px;
    margin-bottom: 16px;
}

.left_nav_tools_container > p::before{
    content: '';
    position: absolute;
    height: 16px;
    width: 4px;
    background: #C2A886;
    border-radius: 1px 1px 1px 1px;
    top: 4px;
    left: 0;

}

.left_nav_tools_container .items{
    display: flex;
    flex-wrap: wrap;
    border-radius: 4px;
    flex-direction: row;
}

.left_nav_tools_container .items a{
    width: 142px;
    height: 80px;
    border-radius: 4px;
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
    margin-right: 16px;
}

.left_nav_tools_container .items a:nth-child(4),
.left_nav_tools_container .items a:nth-child(8),
.left_nav_tools_container .items a:nth-child(12),
.left_nav_tools_container .items a:nth-child(16),
.left_nav_tools_container .items a:nth-child(20),
.left_nav_tools_container .items a:nth-child(24),
.left_nav_tools_container .items a:nth-child(28),
.left_nav_tools_container .items a:nth-child(32),
.left_nav_tools_container .items a:nth-child(36),
.left_nav_tools_container .items a:nth-child(40),
.left_nav_tools_container .items a:nth-child(44){
    margin-right: 0;
}

.left_nav_tools_container .items a img{
    width: 56px;
    height: 56px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    border-radius: 8px;
}

.left_nav_tools_container .items a::before{
    width: 100%;
    height: 100%;
    background: rgba(6, 6, 36, 0.6);
    content: '';
    left: 0;
    top: 0;
    position: absolute;
    z-index: 10;
}

.left_nav_tools_container .items a p{
    font-size: 14px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 22px;
    z-index: 100;
    position: absolute;
    margin: 0 auto;
    width: 100%;
    text-align: center;
    bottom: 8px;
}


.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;
    font-size: 14px;
    font-weight: 600;
    color: #FFFFFF;
}
.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 .nav_tools_item:hover{
    color: #C2A886FF;
}

.nav_tools_b_desc{
    margin: 20px auto 0;
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 600;
    color: rgba(0, 0, 0, 0.25);
    justify-content: center;
}

.nav_tools_b_desc img{
    margin-right: 12px;
}

.container .banner{
    height: 800px;
    width: 100%;
    background: url(../images/bg.jpg) no-repeat;
    background-size: cover;
    position: relative;
    display: flex;
    justify-content: center;
}

.banner::before{
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .08);
    content: '';
    position: absolute;
}

.tts_nav_tools_content{
    border-radius: 12px;
    position: absolute;
    width: 220px;
    height: 152px;
    top: 72px;
    left: -680px;
    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_list.tools_nav {
    width: 854px;
    height: 688px;
    background: #FFFFFF;
    box-shadow: 0px 16px 48px 1px rgb(37 37 89 / 20%);
    border-radius: 16px 16px 16px 16px;
    left: -350px;
    padding-top: 0px;
}

.right_nav_tools:hover .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);
}

.tts_nav_tools_list.tools_nav::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: 720px;
}

.left_nav_tools_container::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: 80px;
}

/*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 .first_logo{
    height: 64px;
    display: inline-block;
    margin-right: 16px;
}

.footer .footer_info_content .logo_text .other_logo{
    height: 64px;
    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 .footer_options>a {
    display: block;
    margin-bottom: 24px;
    font-size: 12px;
    color: #cccccc;
    line-height: 12px;
    transition: all .3s;
}



.footer .footer_options>a:hover{
    color: #f3f3f3;
}

.footer_qrcode_content {
    display: flex;
    flex-direction: column;
}

.footer_qrcode_content_top{
    margin-top: 60px;
    display: flex;
    margin-left: auto;
}

.footer_bottom_icons{
    display: flex;
    justify-content: flex-end;
    margin-top: 24px;
}

.footer_bottom_icons ul {
    display: flex;
    align-items: center;
}

.footer_bottom_icons ul li:first-child {
    margin-left: 0;
}

.footer_bottom_icons ul li {
    text-align: center;
    margin-left: 16px;
}

.footer_bottom_icons ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 42px;
    background-color: rgba(255, 255, 255, .08);
    border-radius: 4px;
    position: relative;
}

.footer_bottom_icons ul li p {
    font-size: 12px;
    margin-top: 8px;
    color: #9fa3a6;
    margin-bottom: 16px;
}

.footer_bottom_icons ul li:first-child a span {
    font-size: 18px;
}

.footer_bottom_icons ul li a .footer_pic_content {
    width: 160px;
    height: 160px;
    background: #fff;
    position: absolute;
    top: -180px;
    left: -48px;
    opacity: 0;
    visibility: hidden;
    transition: .15s ease-in-out;
    -webkit-transition: .15s ease-in-out;
    -moz-transition: .15s ease-in-out;
    -ms-transition: .15s ease-in-out;
    -o-transition: .15s ease-in-out;
    transform: translateY(10px);
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
}

.footer_bottom_icons ul li a .footer_pic_content img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}

.footer_bottom_icons ul li a span {
    color: #fff;
}

.footer_bottom_icons ul li a .footer_pic_content::after {
    content: '';
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #fff;
    position: absolute;
    bottom: -8px;
    left: 76px;
}

.footer_bottom_icons ul li a:hover{
    opacity: 1 !important;
    background-color: rgba(255, 255, 255, .04);
}

.footer_bottom_icons ul li a:hover .footer_pic_content{
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    opacity: 1;
    visibility: initial;
}

.zuopinCloud_qrcode {
    width: 160px;
    height: 240px;
    background: #fff;
    border-radius: 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    align-items: center;
}

.zuopinCloud_qrcode>span {
    font-size: 34px;
    color: #07c160;
    line-height: 34px;
    display: inline-block;
    margin-top: 20px;
    height: 34px;
}

.zuopinCloud_qrcode p {
    color: #1d1d1d;
    font-size: 16px;
    margin-bottom: 0;
    height: 40px;
    line-height: 40px;
}

.zuopinCloud_qrcode>img {
    width: 140px;
    height: 140px;
}

.ml40 span {
    color: #306cf6;
}

.ml40 {
    margin-left: 40px;
}

.footet_spirit {
    background-image: url(../images/footet_spirit.png);
    background-repeat: no-repeat;
    display: inline-block;
}

.sprite-footer_img1 {
    background-size: 98px auto;
    width: 57px;
    height: 19px;
    background-position: 0px 0px;
    margin-left: 10px;
}

.sprite-footer_img2 {
    background-size: 109px auto;
    width: 64px;
    height: 20px;
    background-position: 0px -23px;
    margin-left: 10px;
}

.sprite-footer_img3 {
    background-size: 175px auto;
    width: 102px;
    height: 18px;
    background-position: 0px -71px;
    margin-left: 10px;
}

.footer_play_info a{
    font-size: 12px;
    color: rgba(255, 255, 255, .38);
}

/*footer end*/


.banner_content{
    padding-top: 176px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.banner_content_text img{
    height: 46px;
}

.banner_content_text p{
    letter-spacing: 10px;
    font-size: 20px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 28px;
    margin-top: 24px;
    text-align: center;
    margin-bottom: 72px;
}

.banner_content_text span{
    position: relative;
    margin-right: 10px;
}

.banner_content_text span::after{
    content: '+';
    color: #fff;
    font-size: 16px;
    position: absolute;
    right: -12px;
    top: -10px;
}

.banner_content_qrcode{
    width: 200px;
    height: 200px;
    border-radius: 16px;
    margin-bottom: 24px;
    overflow: hidden;
}

.banner_content_qrcode img{
    width: 100%;
    height: 100%;
}

.banner_content_btn{
    width: 198px;
    height: 40px;
    background: url(../images/btn_bg.png) no-repeat;
    background-size: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner_content_btn span{
    margin-right: 3px;
}

.step{
    width: 1200px;
    height: 188px;
    background: #383850;
    border-radius: 16px 16px 16px 16px;
    position: absolute;
    bottom: -100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 100px;
    box-sizing: border-box;
}

.step .item{
    text-align: center;
}

.step .item img{
    height: 64px;
    width: 64px;
}

.step .item p{
    font-size: 14px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.85);
    line-height: 22px;
    margin-top: 16px;
}

.step > img{
    height: 32px;
}

.xiniu_container{
    width: 100%;
    background: rgba(6, 6, 36, 1);
    padding-top: 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.xiniu_container .group{
    display: flex;
    align-items: center;
    width: 1200px;
}

.xiniu_container .group .group_pic,
.xiniu_container .group .text{
    width: 50%;
    text-align: center;
}

.xiniu_container .group_pic > img{
    width: 252px;
}

.xiniu_container .group_pic.active > img{
    width: 100%;
}

.xiniu_container .group .text img{
    height: 42px;
    margin: 0 auto;
}

.xiniu_container .group .text p{
    font-size: 20px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.6);
    line-height: 28px;
    margin-top: 12px;
}

.group_step_content{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 180px;
    position: relative;
}

.group_step_content .item_text .item_text_content{
    height: 40px;
    width: 40px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, .24);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-right: 12px;
}

.group_step_content .item_text .item_text_content::after{
    content: '';
    width: 32px;
    height: 32px;
    background-color: #fff;
    position: absolute;
    border-radius: 50%;
}

.group_step_content .item_text .item_text_content img{
    height: 16px;
    z-index: 1;
}

.group_step_content .item_text{
    display: flex;
    align-items: center;
}

.group_step_content .item_text p{
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 24px;

}

.group_step_content .line_{
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 30%, #FFFFFF 47%, #FFFFFF 69%, rgba(255, 255, 255, 0) 100%);
    width: 12px;
    height: 180px;
    position: absolute;
    left: 14px;
    opacity: .3;
}

.group .group_step{
    width: 50%;
    display: flex;
    justify-content: center;
}

.mb86{
    margin-bottom: 86px;
}

.mb116{
    margin-bottom: 116px;
}


/*视频下载教程 start*/

.course_items{
    text-align: center;
    width: 1200px;
    margin-bottom: 100px;
}

.course_items > img{
    height: 42px;
    margin-bottom: 40px;
}

.course_items .items{
    display: flex;
    flex-wrap: wrap;
}

.course_items .items .item{
    margin-bottom: 24px;
    margin-right: 24px;
}

.course_items .items .item:nth-child(6),
.course_items .items .item:nth-child(12),
.course_items .items .item:nth-child(18),
.course_items .items .item:nth-child(24),
.course_items .items .item:nth-child(30),
.course_items .items .item:nth-child(36),
.course_items .items .item:nth-child(42),
.course_items .items .item:nth-child(48),
.course_items .items .item:nth-child(54){
    margin-right: 0;
}

.course_items .items .item a{
    width: 180px;
    height: 100px;
    background: rgba(255, 255, 255, 0.16);
    border-radius: 16px;
    border: 2px solid rgba(255, 255, 255, .08);
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
}

.course_items .items .item img{
    width: 72px;
    height: 72px;
    border-radius: 8px;
}

.course_items .items .item p{
    font-size: 16px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 24px;
    margin-top: 12px;
}

/*视频下载教程 end*/


/*常见问题 start*/
.questions_items{
    text-align: center;
    width: 1200px;
    margin-bottom: 100px;
}

.questions_items > img{
    height: 42px;
    margin-bottom: 40px;
}

.questions_items .items{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.questions_items .items .item{
    width: 49%;
    box-sizing: border-box;
    padding: 16px 24px;
    background: rgba(255, 255, 255, 0.08);
    border: 2px solid rgba(255, 255, 255, .08);
    border-radius: 16px;
    margin-bottom: 16px;
    text-align: left;
}

.questions_items .items .item h3{
    font-size: 16px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.85);
    line-height: 24px;
    margin-bottom: 12px;
}

.questions_items .items .item p{
    font-size: 14px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.85);
    line-height: 22px;
}

/*常见问题 end*/

.disclaimers_text{
    width: 740px;
    margin-bottom: 100px;
}

.disclaimers_text p{
    font-size: 14px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.6);
    line-height: 22px;
}

.disclaimers_text p.tit{
    color: rgba(255, 255, 255, 0.85);
    margin-bottom: 32px;
}

/*【扫码即用】弹窗样式 start*/

.layer_qrcode_content{
    width: 960px;
    height: 420px;
    position: relative;
    display: none;
}

.layer_qrcode_content > a{
    position: absolute;
    right: 16px;
    top: 16px;
}

.layer_qrcode_container{
    display: flex;
    width: 100%;
    height: 100%;
    border-radius: 16px;
    background: #fff;
}

.layer_qrcode_container .left{
    width: 50%;
    height: 100%;
    background:url(../images/layer_bg.png) no-repeat;
    background-size: cover;
    padding-top: 32px;
    padding-left: 56px;
    box-sizing: border-box;
    overflow: hidden;
    border-radius: 16px 0 0 16px;
}

.layer_qrcode_container .left > img{
    height: 64px;
    margin-top: 56px;
}

.layer_qrcode_container .right{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 50%;
}

.layer_qrcode_container .right .layer_right_qrcode_content{
    width: 200px;
    height: 200px;
    background: rgba(245, 245, 245, 1);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.layer_qrcode_container .right .layer_right_qrcode_content img{
    width: 180px;
    height: 180px;
}

.layer_qrcode_container .right h2{
    font-size: 16px;
    font-weight: 600;
    color: rgba(0, 0, 0, 0.45);
    line-height: 24px;
    margin-top: 16px;
    margin-bottom: 8px;
}

.layer_qrcode_container .right p{
    font-size: 14px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.45);
    line-height: 22px;
}


/*【扫码即用】弹窗样式 end*/

.left_nav_tools.active{
    font-weight: 500;
    color: rgba(255, 255, 255, 0.85);
    background: rgba(255, 255, 255, 0.08);
}

.layui-layer{
    background: none !important;
}

.nav .left_nav .banner_option {
    height: 100%;
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #ffffff;
    position: relative;
}

.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:hover .tts_nav_tools_content,
.tts_voice_link:hover .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: 330px;
}




.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: 330px;
}


.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;
    padding-bottom: 24px;
    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;
}



.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 .nav_tools_item:hover{
    color: #C2A886FF;
}

.nav_tools_b_desc{
    margin: 20px auto 0;
    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;
}

.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_{
    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_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_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;
    margin-top: 20px;
}
.nav_btns_view .nav_btn .nav_btn_label{
    position: absolute;
    top: -9px;
    right: 0px;
}

.nav_btns_view .nav_btn:first-child{
    margin-left: 0px;
}
.tts_nav_tools_list::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: 24px;
}

.tts_nav_tools .animationLink {
    height: 64px;
    line-height: 64px;
    font-size: 16px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.6);
    display: inline-block;
    padding: 0 16px;
    transition: .3s all;
    cursor: pointer;
}

.nav_label_icon {
    position: absolute;
    top: 4px;
    left: 16px;
}

.bottom_swiper_banner{
    width: 1200px;
    height:160px;
    border-radius: 16px;
    overflow: hidden;
    position: relative;
    margin-bottom: 100px;
    box-shadow: 0 0 24px rgb(0 64 181 / 24%);
}

.bottom_swiper_banner_link img{
    width: 100%;
    height: 160px;
    object-fit: cover;
    
} 

.bottom_swiper_banner .swiper-pagination-bullet{
    background-color: rgba(255, 255, 255, .8);
}

.bottom_swiper_banner .swiper-pagination-bullet-active{
    background-color: rgba(255, 255, 255, 1);
}

.tts_nav_tools_content_active{
    left: -338px;
}

.tts_nav_tools_content_active .tts_nav_tools_list::after{
    display: none;
}

.statement_group{
    width: 1200px;
    margin: 0 auto 100px;
    background-color: rgba(255, 255, 255, 0.08);
    border-radius: 16px 16px 16px 16px;
    border: 2px solid rgba(255,255,255,.1);
    padding:24px;
    box-sizing: border-box;

    background-image: url(../images/shengming_pic.png);
    background-repeat: no-repeat;
    background-size: 110px;
    background-position: center right;
}

.statement_group .tit{
    text-align: left;
    font-size: 22px;
    margin-bottom: 10px;
    color: rgba(255, 255, 255, 0.85);
}

.statement_group .desc{
    color: rgba(255, 255, 255, 0.45);
    font-size: 14px;
    line-height: 24px;
    padding-right: 160px;
}

.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);
    z-index: 9999;
}

.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(../images/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(../images/all_product_item2.png);
}

.allProductLink .allProductLinkTop .allProductLinkTop_right .item:nth-child(2){
    background-image: url(../images/all_product_item3.png);
}

.allProductLink .allProductLinkTop .allProductLinkTop_right .item:nth-child(3){
    background-image: url(../images/all_product_item4.png);
}

.allProductLink .allProductLinkTop .allProductLinkTop_right .item:nth-child(4){
    background-image: url(../images/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: 54px;
}

.logo_container:hover + .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);
}

.yfg_nav_container{
    display: flex;
    box-sizing: border-box;
    padding: 16px 24px 24px 24px !important;
    flex-direction: column;
    width: 637px !important;
    left: 0 !important;
}

.tts_nav_tools_list.yfg_nav_container::after{
    left: 24px;
}

.yfg_nav_container .yfg_top_c{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.yfg_nav_container .yfg_top_c .text_c{
    display: flex;
    flex-direction: column;
}

.yfg_nav_container .yfg_top_c .text_c h2{
    font-size: 14px;
    font-weight: 600;
    color: #0C0E21;
    line-height: 22px;
    margin-bottom: 8px;
}

.yfg_nav_container .yfg_top_c .text_c p{
    font-size: 12px;
    font-weight: 400;
    color: #5A6073;
    line-height: 20px;
}

.yfg_nav_container .yfg_top_c .yfg_link{
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 16px;
    color: #C2A886;
    font-size: 16px;
    line-height: 24px;
    cursor: pointer;
    position: relative;
    background: #0C0E21;
    border-radius: 4px;
    transition: all .25s;
}

.yfg_nav_container .yfg_top_c .yfg_link:active{
    transform: scale(.97);
}

.yfg_nav_container .yfg_bottom_c{
    margin-top: 8px;
    display: flex;
    flex-wrap: wrap;
}

.yfg_nav_container .yfg_bottom_c .item{
    display: flex;
    align-items: center;
    width: 33.3333%;
    margin-top: 24px;
}

.yfg_nav_container .yfg_bottom_c .item img{
    width: 48px;
    height: 48px;
    margin-right: 12px;
}

.yfg_nav_container .yfg_bottom_c .item p{
    font-size: 14px;
    font-weight: 400;
    color: #0C0E21;
    line-height: 22px;
}

.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: 24px;
    position: absolute;
    bottom: -24px;
    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);
    box-shadow: 0 0 16px rgba(0, 0, 0, .08);
}

.zpb_matrix_btn > p span{
    display: inline-block;
    transition: all .25s;
}

.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.xiniu{
    background: #6D31D0;
}

.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 .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;
}

.right_nav .banner_option{
    position: relative;
}

.film_tools_container {
    display: flex;
    box-sizing: border-box;
    padding: 20px 24px 24px 24px !important;
    flex-direction: column;
    width: 584px !important;
    left: -474px !important;
}

.tts_nav_tools_list.film_tools_container::after{
    left: 510px;
}

.film_tools_container .film_tools_title{
    font-size: 20px;
    font-weight: 600;
    color: rgba(0,0,0,0.85);
    line-height: 30px;
    margin-bottom: 4px;
}

.film_tools_container .film_tools_c{
    display: flex;
    flex-direction: column;
}

.film_tools_container .film_tools_c .item{
    display: flex;
    flex-direction: column;
    margin-top: 24px;
}

.film_tools_container .film_tools_c .item .tit{
    position: relative;
    font-size: 16px;
    font-weight: 600;
    color: rgba(0,0,0,0.85);
    line-height: 24px;
    box-sizing: border-box;
    padding-left: 12px;
}

.film_tools_container .film_tools_c .item .tit::before{
    content: '';
    width: 4px;
    height: 16px;
    position: absolute;
    left: 0;
    top: 4px;
    background: #C2A886;
}

.film_tools_container .film_tools_c .item .item_l{
    display: flex;
    flex-wrap: wrap;

}

.film_tools_container .film_tools_c .item .item_l a{
    margin-top: 16px;
    display: inline-block;
    margin-right: 24px;
    transition: all .25s;
    font-size: 14px;
    font-weight: 400;
    color: rgba(0,0,0,0.85);
    line-height: 22px;
}

.film_tools_container .film_tools_c .item .item_l a:last-child{
    margin-right: 0;
}

.film_tools_container .film_tools_c .item .item_l a:hover{
    color: #C2A886;
}


.zpb_product_group{
    width: 1500px;
    margin: 0 auto 80px;
}

.zpb_product_group > .t_{
    width: 100%;
    text-align: center;
    margin-bottom: 48px;
}

.zpb_product_group > .t_ img{
    width: 490px;
}

.zpb_product_group > p{
    text-align: center;
    margin-bottom: 48px;
}

.zpb_product_list{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.zpb_product_list li{
    width: 364px;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 16px 16px 16px 16px;
    border: 2px solid rgba(255,255,255,.1);
    padding:16px 24px;
    box-sizing: border-box;
    transition:.3s all;
    margin-bottom: 24px;
}

.zpb_product_list li > a{
    display: flex;
    justify-content: space-between;
}

.zpb_product_list li > a .list_left{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: 16px 0;
}

.zpb_product_list li > a .list_left_t{
    font-size: 20px;
    height: 28px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.85);
    line-height: 28px;
    position: relative;
    display: flex;
    align-items: center;
}

.zpb_product_list li > a .list_left_t > img{
    width: 35px;
    margin-left: 8px;
}

.zpb_product_list li > a .list_left_t::after{
    content: '';
    width: 40px;
    height: 2px;
    border-radius: 10px 10px 10px 10px;
    background: rgba(255, 255, 255, 0.12);
    position: absolute;
    bottom: -10px;
    left: 0;
}

.zpb_product_list li > a .list_left_d{
    font-size: 14px;
    height: 22px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.6);
    line-height: 22px;
    position: relative;
}

.zpb_product_list li > a > img{
    width: 100px;
    height: 100px;
    transition: .3s all;
}

.zpb_product_list li:hover{
    background: rgba(255, 255, 255, 0.12);
    border: 2px solid rgba(255,255,255,.16);
}

.zpb_product_list li:hover img{
    transform: scale(1.05);
}

.icp_other,
.other_logo{
    display: none;
}