input::-webkit-input-safebox-button {
    display: none;
}

.sm_register_new_nav{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100vw;
    height: 66px;
    background-color: #ffffff;
    box-shadow: 0 9px 16px 0 rgba(0,0,0,0.05);
}

.sm_register_new_nav_box{
    margin: 0 auto;
    height: 100%;
    width: 1200px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sm_register_new_logo{
    width: 26px;
}

.sm_register_new_logo_text{
    font-size: 14px;
    color: #101010;
    font-weight: 500;
}

.sm_register_new_logo_describe{
    color: #7f7f7f;
    font-size: 12px;
}

.sm_register_new_logo_right{
    margin-left: 10px;
}

.sm_register_new_nav_list{
    display: flex;
    justify-content: start;
    align-items: center;
    margin-right: 1px;
}

.sm_register_new_nav_item{
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    height: 100px;
    width: 92px;
    margin-top: -3px;
}

.sm_register_new_nav_item_text{
    font-size: 16px;
    color: #656565;
    text-align: center;
}

.sm_register_new_nav_go_console{
    height: 32px;
    width: 122px;
    box-sizing: border-box;
    background-color: #ffffff;
    border-radius: 5px;
    color: #6d5af3;
    font-size: 12px;
    line-height: 30px;
    text-align: center;
    outline: none;
    cursor: pointer;
    border: 1px solid #5832c9;
}

.sm_register_new_nav_go_console:hover{
    background-color: #6d5af3;
    color: #ffffff;
}

.sm_register_new_nav_item_handle_icon{
    width: 11px;
    height: 6px;
    margin-top: 5px;
    margin-left: 8px;
}

.sm_register_new_nav_item_hover{
  position: relative;
}

.sm_register_new_nav_item_hover_box{
    display: none;
    position: absolute;
    top: 40px;
    left: -26px;
    margin: auto;
    width: 100px;
    line-height: 40px;
    border-radius: 5px;
    text-align: center;
    background-color: #fff;
    box-shadow: 0px 2px 7px 0px #b5b5b5;
}

.sm_register_new_nav_item_hover:hover .sm_register_new_nav_item_hover_box{
    display: block;
}

.sm_register_new_nav_item_hover_a{
    display: inline-block;
    font-weight: 400;
    width: 100%;
    color: #5e6065;
    font-size: 16px;
}

.Horizontal-vertical-center{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.nav_son_product_listBox{
    background-color: #ffffff;
    box-shadow: 0 9px 16px 0 rgba(0,0,0, 0.05);
}
.sm_register_header_ontrial{
    margin-left: 6px;
    background-color: #f03c18;
    border: 1px solid transparent;
    display: inline-block;
    width: 99px;
    height: 32px;
    border-radius: 5px;
    font-size: 12px;
    font-weight: 400;
    line-height: 30px;
    text-align: center;
    box-sizing: border-box;
    color: #ffffff;
}

.sm_register_header_ontrial:hover{
    color: #ffffff;
}

.sm_register_logo{
    background-image: url(../../../assets/images/logo_black_3.1.svg);
    background-size: 100% 100%;
    width: 200px;
    height: 26px;
    position: relative;
    top: -2px;
    display: inline-block;
}

.sm_register_new_nav_go_login{
    display: inline-block;
    width: 60px;
    height: 32px;
    border-radius: 5px;
    font-size: 12px;
    font-weight: 400;
    line-height: 30px;
    text-align: center;
    color: #5832c9;
    background-color: #ffffff;
    border: 1px solid #5832c9;
    cursor: pointer;
}

.sm_register_new_nav_go_login:hover{
    color: #ffffff;
    background-color: #5832c9;
}
/*产品下拉样式开始*/
.bd-product-outer-father{
    position: relative;
}
.bd-product-outer{
    width: 100vw;
    height: auto;
    box-sizing: border-box;
    padding: 30px 0;
    background-color: white;
    position: fixed;
    top: 66px;
    box-shadow: 1px 10px 10px 0px rgb(153 153 153 / 25%);
    display: block;
    left: 0;
}
.bd-product-outer-in{
    width: 1140px;
    margin: 0 auto;
}
.bd-product-item-inner-left:hover a{
    color: #5D6BE8;
}
.bd-product-item-inner-div-left:hover span{
    color: #5D6BE8;
}

.bd-product-item-inner-div:hover .bd-product-item-inner{
    color: #5D6BE8;
}
.bd-product-item-inner-div:hover span{
    color: #5D6BE8;
}

.bd-product-item{
    box-sizing: border-box;
    min-width: 150px;
    padding-left: 13px;
    /*padding-right: 18px;*/
}

.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;
    text-align: left;
    margin-bottom: 22px;
    font-weight: 700;
    display: flex;
    align-items: center;
}

.bd-product-item h3::before {
    display: block;
    content: '';
    width: 3px;
    height: 16px;
    background: #5833cb;
    border-radius: 2px 0px 0px 2px;
    margin-right: 10px;
}

.bd-product-item-inner-left{
    display: flex;
    /*height: 80px;*/
    /*background-color: red;*/
    margin-bottom: 35px;
    align-items: center;
    flex: 1;
}
.bd-product-item-inner-div-left span{
    display: inline-block;
    letter-spacing: 1px;
    font-size: 12px !important;
    word-wrap:break-word;
    word-break:break-all;
    color: #9a9a9a;
}
.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;
    display: inline-block;
    margin-bottom: 6px;
    color: #242841;
    /*background-color: red;*/
}
.bd-product-item-inner-div{
    display: flex;
    flex-direction: column;
    text-align: left;
    margin-bottom: 35px;
    width: 193px;
    margin-right: 30px;
}
.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: 400;
    margin-bottom: 5px;
}
.bd-product-item-inner-left img{
    width: 40px;
    height: 40px;
    margin-right: 9px;
    flex-shrink: 0;
    /*position: relative;*/
    /*top: -8px;*/
}
.bd-product-item-inner-div span{
    color: #999;
    display: inline-block;
    height: 20px;
    letter-spacing: 1px;
    font-size: 12px;
    width: 183px;
}
.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;
}

/*产品下拉样式结束*/
.hide{
    display: none;
}

.a_btn_new2{
    width: 120px !important;
}