@charset "UTF-8";

button{
    transition: color,background-color 0.2s;
}

.a_btn_hover{
    transition: color,background-color 0.2s;
}
html {
    scroll-behavior: smooth;
}
/* 头部导航 */

.sm_index_go_console{
    display: inline-block;
    width: 120px;
    height: 30PX;
    background: #5832c9;
    border-radius: 5px;
    font-size: 12px;
    font-weight: 400;
    color: white;
    line-height: 30px;
    text-align: center;
    border: 1px solid rgb(121 91 212);
}

.tt_header {
    position: fixed;
    width: 100%;
    z-index: 9;
    transition: background-color 0.5s;
}

.tt_header_violet_color{
    background-color: transparent;
}

.tt_header .header_box {
    height: 66px;
    align-items: center;
    justify-content: space-between;
}

.tt_header .header_box .header_log .sm_main_page_logo {
    width: 200px;
    height: 26px;
    position: relative;
    top: -2px;
    display: inline-block;
    background-image: url(../../../../../assets/images/logo_white_2.6.7.svg);
    background-size: 100% 100%;
}

.tt_header .header_box .header_nav {
    width: calc(100% - 650px);
    justify-content: space-around;
    /*line-height: 50px;*/
}

.tt_header .header_box .header_nav .nav_list{
    position: relative;
    width: 95px;
    text-align: center;
    box-sizing: border-box;
    height: 100px;
}

.tt_header .nav_list .nav_son_list{
    position: absolute;
    top: 80px;
    left: 17px;
    margin: auto;
    width: 100px;
    line-height: 40px;
    border-radius: 5px;
    text-align: center;
    background-color: #fff;
    box-shadow: 0px 2px 7px 0px #b5b5b5;
    /*display: none;*/
}

.tt_header .header_box .header_nav  .nav_list .nav_son_list a,.tt_header .header_box .header_nav .nav_list.nav_active .nav_son_list a{
    display: inline-block;
    font-weight: 400;
    width: 100%;
    color: #5e6065;
}

.tt_header .header_box .header_nav .nav_list .nav_son_list a:hover{
    color: #6761fa;
}

.nav_son_product_list{
    position: relative;
    top: 105px;
    margin: 0 auto;
    width: 1200px;
    height: 120px;
    background-color: transparent;
    /*display: none;*/
}

.nav_son_product_list .product_a{
    position: relative;
    width: 100%;
    align-items: center;
    /*background-color: #00ff33;*/
    /*display: block;*/
    height: 100%;
}
.nav-product-item-comm{
    width: 290px;
    height: 120px;
    background: #fafbfc;
    border-radius: 6px;
    overflow: hidden;

}
.nav_son_product_list .nav-product-item-comm {
    transition: all 0.2s;
}
.nav_son_product_list .nav-product-item-comm:hover {
    margin-top: -9px;
    box-shadow: 0px 2px 10px 0px rgba(153,153,153,0.25);
}
.nav-product-item-comm a{
    box-sizing: border-box;
    padding: 10px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.nav-product-content{
    height: 120px;
    margin-left: 10px;
}
.nav_son_product_listBox{
    position: fixed;
    height: 280px;
    left: 0;
    top: 0;
    right: 0;
    /*background: rgba(90,74,245,0.94);*/
    background: #45289F;
    z-index: -1;
    display: none;
}
.nav-product-content div{
    font-size: 16px;
    font-weight: 700;
    text-align: left;
    color: #242841;
    /*padding-top: 10px;*/
    line-height: 30px;
    box-sizing: border-box;
    margin-top: 20px;
}
.nav-product-content p{
    font-size: 12px;
    font-weight: 400;
    text-align: left;
    color: #8d92a6;
    line-height: 18px;
}
.nav_son_product_list .product_img{
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.tt_header .header_box .header_nav .nav_list a.header_nav-title {
    font-size: 16px;
    font-weight: 400;
    color: white;
    line-height: 60px;
    position: relative;
    top: 20px;
}

.sm_head_icon{
    margin-left: 6px;
    width: 11px;
    height: 6px;
    vertical-align: middle;
    display: inline-block;
    background-size: 100% 100%;
    background-image: url('/assets/ycm/img/sm_bottom_point_b.png');
}

.tt_header .header_box .header_nav .nav_list:hover a {
    /*font-weight: bold;*/
}

.tt_header .header_box .header_nav .nav_list.nav_active {
    position: relative;
}

.tt_header .header_box .header_nav .nav_list.nav_active a {
    font-size: 16px;
    font-weight: bold;
    color: white;
}

.tt_header .header_box .header_nav .nav_list.nav_active:before {
    content: '';
    position: absolute;
    bottom: 16px;
    left: 0;
    right: 0;
    margin: auto;
    width: 20px;
    height: 3px;
    background: white;
    border-radius: 2px;
}

.tt_header .header_box .header_btn {
    font-size: 0;
}

.tt_header .header_box .header_btn .a_btn {
    display: inline-block;
    width: 99px;
    height: 30px;
    border-radius: 5px;
    font-size: 12px;
    font-weight: 400;
    color: white;
    line-height: 30px;
    text-align: center;
    border:1px solid rgba(255,255,255,0.2);
}

.tt_header .header_box .header_btn .a_btn_hover:hover{
    background-color: white;
    color: #5832c9;
}

.tt_header .header_box .header_btn a.header_ontrial {
    margin-left: 7px;
    background-color: #f03c18;
    border:1px solid transparent;
}

/* 头部导航 结束 */
/* banner  */
.tt_banner {
    height: 600px;
    background: url("../img/landing2.2/banner_img.png") no-repeat center;
    background-size: cover;
}

.tt_banner .banner_box {
    justify-content: space-between;
}

.tt_banner .banner_box .banner_left {
    margin-top: 182px;
}

.tt_banner .banner_box .banner_left .title {
    margin-bottom: 26px;
    font-size: 36px;
    font-weight: bold;
    color: white;
}

.tt_banner .banner_box .banner_left .text {
    font-size: 22px;
    font-weight: 400;
    color: white;
}

.tt_banner .banner_box .banner_left .btn {
    display: inline-block;
    margin-top: 73px;
    width: 120px;
    height: 40px;
    line-height: 40px;
    background: #ffc601;
    border-radius: 20px;
    font-size: 16px;
    font-weight: bold;
    color: #6e4835;
    text-align: center;
}

.tt_banner .banner_box .banner_left .btn:hover{
    position: relative;
    top: -2px;
}

.tt_banner .banner_box .banner_right {
    margin-right: 35px;
    margin-top: 80px;
}

.tt_banner .banner_box .banner_right img {
    width: 710px;
    height: 442px;
}

    /* 非首页 */
.tt_banner.wrong{
    background-color: #735AFE !important;
}
.tt_banner.wrong{
    height: 300px;
    background: url("/assets/images/bd-l-price2.6.66.png") center no-repeat;
    background-size: 100% 100%;
    text-align: center;
    overflow: hidden;
}
.tt_banner.wrong .wrong_title{
    margin-top: 123px;
    font-size:36px;
    font-weight:bold;
    color:rgba(255,255,255,1);
}
.tt_banner.wrong .wrong_btn{
    margin-top: 40px;
    display: inline-block;
    width: 120px;
    height: 40px;
    line-height: 40px;
    background: #ffc601;
    border-radius: 20px;
    font-size: 16px;
    font-weight: bold;
    color: #6e4835;
}
.tt_banner.wrong .wrong_text{
    margin-top: 18px;
    font-size:22px;
    font-weight:400;
    color:rgba(255,255,255,.8);
    line-height:22px;
}
.tt_banner.wrong.product .wrong_title{
    margin-top: 104px;
}
.tt_banner.wrong.product .wrong_btn{
    margin-top: 30px;
}



/* banner 结束 */


/* 底部导航  */
.tt_footer {
    background-color: #1C2455;
    width: 100%;
}

.tt_footer .footer_box {
    padding: 44px 0 44px;
    justify-content: space-between;
}

.tt_footer .footer_box .footer_left .footer_log img {
    width: 176px;
    height: 31px;
}

.tt_footer .footer_box .footer_left .footer_icon {
    margin-top: 36px;
}

.tt_footer .footer_box .footer_left .footer_icon a {
    font-size: 0;
}

.tt_footer .footer_box .footer_left .footer_icon img {
    margin-right: 16px;
    width: 28px;
    height: 28px;
}

.tt_footer .footer_box .footer_left .footer_left_txt {
    margin-top: 28px;
}

.tt_footer .footer_box .footer_left .footer_left_txt .footer_text {
    font-size: 14px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.6);
    line-height: 36px;
}

.tt_footer .footer_box .footer_right .footer_input {
    position: relative;
    width: 440px;
    height: 48px;
    border-radius: 24px;
    overflow: hidden;
}

.tt_footer .footer_box .footer_right .footer_input input {
    padding-left: 28px;
    padding-right: 120px;
    width: 100%;
    height: 48px;
    background-color: #fff;
}

.tt_footer .footer_box .footer_right .footer_input button {
    position: absolute;
    top: 0;
    right: 0;
    width: 120px;
    height: 48px;
    line-height: 48px;
    border-radius: 24px;
    cursor: pointer;
    background-color: #ffc601;
    font-size: 16px;
    font-weight: bold;
    color: #6e4835;
}

.tt_footer .footer_box .footer_right .footer_nav {
    margin-top: 53px;
    justify-content: space-around;
}

.tt_footer .footer_box .footer_right .footer_nav .footer_title {
    margin-bottom: 14px;
    font-size: 16px;
    font-weight: bold;
}

.tt_footer .footer_box .footer_right .footer_nav .footer_title a {
    color: white;
}

.tt_footer .footer_box .footer_right .footer_nav .footer_list {
    font-size: 14px;
    font-weight: 400;
    line-height: 36px;
}

.tt_footer .footer_box .footer_right .footer_nav .footer_list a {
    color: rgba(255, 255, 255, 0.6);
}

.tt_footer .prepare_box {
    height: 36px;
    background-color: rgba(0, 0, 0, 0.2);
    text-align: center;
}

.tt_footer .prepare_box .tt_content_box {
    justify-content: center;
}

.tt_footer .prepare_box .prepare {
    margin: 0 12px;
    font-size: 12px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.6);
    line-height: 36px;
}

/* 底部导航 结束 */



/* 返回顶部 */

.tt_return_top{
    position: fixed;
    bottom: 200px;
    right: 30px;
    z-index: 19940109;
    display: none;
}

.tt_return_top div{
    width:42px;
    height:42px;
    background:rgba(0,0,0,.5);
    border-radius:3px;
    font-size:12px;
    font-weight:400;
    color:rgba(255,255,255,1);
    line-height:14px;
    cursor: pointer;
}

.tt_return_top .text span{
    color:rgba(255,255,255,1);
}

.tt_return_top .text{
    letter-spacing: 1px;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.tt_return_top .text a{
    padding: 0 8px;
    color: #fff;
    height: 100%;
    align-items: center;
}

.tt_return_top .btn{
    margin-top: 10px;
    padding: 0 8px;
    letter-spacing: 1px;
    justify-content: center;
    align-items: center;
}
.tt_return_top .btn img{
    width: 17px;
    height: 9px;
}
.bd-TheWholeScene{
    height: 620px;
    /*border-bottom: 1px solid red;*/
}
.bd-modelTitle{
    padding-top: 60px;
}
.bd-modelTitle h3{
    font-size: 36px;
    font-weight: 700;
    text-align: center;
}
.bd-live-items{
    width: 380px;
    height: 160px;
    background-color: #F9FAFB;
    box-sizing: border-box;
    padding: 25px;
}
.bd-live-items span{
    font-size: 23px;
    font-weight: 700;
    display: inline-block;
    padding-right: 90px;
}
.bd-liveBigModelBox{
    height: 500px;
}

.sm_index_go_console{
    display: inline-block;
    width: 120px;
    height: 30PX;
    background: #5832c9;
    border-radius: 5px;
    font-size: 12px;
    font-weight: 400;
    color: white;
    line-height: 30px;
    text-align: center;
    border: 1px solid rgb(121 91 212);
}











/* 返回顶部 结束 */
.tt_header_white_color{
    background-color: #ffffff;
    box-shadow: 0 9px 16px 0 rgba(0,0,0,0.05);
}

.tt_header_white_color .header_box .header_nav .nav_list a.header_nav-title{
    color: #333;
}

.tt_header_white_color .header_box .header_nav .nav_list a.header_nav-title .sm_head_icon{
    margin-left: 4px;
    width: 11px;
    height: 6px;
    vertical-align: middle;
    display: inline-block;
    background-size: 100% 100%;
    background-image: url(../../../../images/sm_bottom_point.png);
}

.tt_header_white_color .header_box .header_log .sm_main_page_logo {
    background-image: url(../../../../../assets/images/logo_black_2.6.7.svg);
}

.tt_header_white_color .nav_son_product_listBox{
    background-color: #ffffff;
    box-shadow: 0 9px 16px 0 rgba(0,0,0,0.05);
}

.tt_header_white_color .sm_index_go_console{
    display: inline-block;
    width: 120px;
    height: 30PX;
    background: #5832c9;
    border-radius: 5px;
    font-size: 12px;
    font-weight: 400;
    color: white;
    line-height: 30px;
    text-align: center;
    border: 1px solid rgb(121 91 212);
}
.tt_header_white_color .sm_index_go_console:hover{
    background: white;
    color: #5832c9;
}

.tt_header_white_color .header_box .header_btn .a_btn_hover{
    color: #5832c9;
    background-color: #ffffff;
    border: 1px solid #5832c9;
}

.tt_header_white_color .header_box .header_btn .a_btn_hover:hover{
    color: #ffffff;
    background-color: #5832c9;
}

.tt_header .header_box .header_nav .nav_list a.header_nav-title{
    display: inline-block;
}
.tt_header .header_box .header_nav .nav_list{
    display: flex;
    justify-content: center;
}
.bd-product-outer-father{
    position: relative;
}
.bd-product-outer{
    width: 950px;
    height: auto;
    box-sizing: border-box;
    padding: 20px;
    background-color: white;
    border-radius: 8px;
    position: absolute;
    top: 100px;
    left: -258px;
    display: flex;
    justify-content: space-between;
    box-shadow: 0px 2px 10px 0px rgb(153 153 153 / 25%);
}
.bd-product-item-inner-left:hover a{
    color: #5D6CFB;
}
.bd-product-item-inner-div-left:hover span{
    color: #5D6CFB;
}

.bd-product-item-inner-div:hover .bd-product-item-inner{
    color: #5D6CFB;
}
.bd-product-item-inner-div:hover span{
    color: #5D6CFB;
}
.bd-product-item{
    padding: 5px;
    box-sizing: border-box;
    min-width: 150px;
    padding-left: 13px;
    padding-right: 13px;
}

.bd-product-item-last-three{
    width: 247px;
}

.bd-product-item-first .bd-product-item-inner{
    margin-bottom: 0;
}
.bd-product-item-first .bd-product-item-inner-div a{
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 5px;
}
.bd-product-item-first .bd-product-item-inner-div span{
    cursor: pointer;
}

.bd-product-item h3{
    font-size: 16px;
    letter-spacing: 0px;
    color: #242841;
    border-bottom: 1px solid #e1e5f1;
    text-align: left;
    line-height: 50px;
    margin-bottom: 20px;
    font-weight: 600;
}
.bd-product-item-inner-left{
    display: flex;
    /*height: 80px;*/
    /*background-color: red;*/
    margin-bottom: 20px;
    align-items: center;
}
.bd-product-item-inner-div-left span{
    color: #999;
    display: inline-block;
    /*height: 20px;*/
    letter-spacing: 1px;
    font-size: 12px !important;
    word-wrap:break-word;
    word-break:break-all;
    width: 240px;
    /*box-sizing: border-box;*/
    /*padding-right: 30px;*/
    /*background-color: #0a606f;*/
}
.bd-product-item-inner{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 15px;
    /*cursor: pointer;*/
}
.bd-product-item-inner-div-left{
    /*display: flex;*/
    /*flex-direction: column;*/
    text-align: left;
}
.bd-product-item-inner-div-left object a{
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 5px;
    /*background-color: red;*/
}
.bd-product-item-inner-div{
    display: flex;
    flex-direction: column;
    text-align: left;
    margin-bottom: 20px;
}
.bd-product-item-inner-div p{
    height: 20px;
    font-size: 14px;
    color: #242841;
    margin-bottom: 5px;
}
.bd-product-item-inner-div p a{
    height: 20px;
    font-size: 14px;
    color: #242841;
    margin-bottom: 5px;
}

.bd-product-item-inner-div .bd-product-item-inner{
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 5px;
}
.bd-product-item-inner-left img{
    width: 40px;
    height: 40px;
    margin-right: 10px;
    flex-shrink: 0;
    /*position: relative;*/
    /*top: -8px;*/
}
.bd-product-item-inner-div span{
    color: #999;
    display: inline-block;
    height: 15px;
    letter-spacing: 1px;
    font-size: 12px;
    width: auto;
    word-wrap: break-word;
    word-break: normal;
    font-weight: 400;

    /*background-color: red;*/
}
.tt_header .header_box .header_nav{
    line-height: normal;
}
.sanjiao{
    position: absolute;
    display: inline-block;
    top: -5px;
    left: 178px;
    height: 13px;
    width: 13px;
    background-color: white;
    border-radius: 3px;
    transform:rotate(45deg);
    border-left: 1px solid #f1f2f3;
    border-top: 1px solid #f1f2f3;
}

.header_nav{
    position: absolute;
}
.header_nav_chanpin_position{
    position: fixed;
    top: 100px;
    left: 50%;
    margin-left: -468px;
}
.sm_nav_left{
    height: 60px;
    /*background-color: red;*/
}
.hide{
    display: none;
}
.sm_nav_left li{
    height: 80px;
    /*background-color: red;*/
}








