.tts_container{
    background: linear-gradient(180deg, #B5AEBF 0%, #DAD6DF 51%, #FEFDFE 100%);
}
.content{
    margin: 64px auto 0;
    background: transparent;
    width: 1200px;
}
.top_bg1{
    position: absolute;
    left: -60px;
    top: 146px;
    width: 300px;
    height: 300px;
    background: linear-gradient(180deg, #F47127 0%, rgba(244,113,39,0) 100%);
    filter: blur(119px);
}



.tabs{
    margin-top: 24px;
    display: flex;
}
.tabs .tab{
    height: 40px;
    padding: 0 24px;
    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 16px;
    font-weight: 400;
    color: #16172F;

    margin-right: 24px;
    cursor: pointer;
}
.tabs .tab.active{
    background: #D69A40;
    border-radius: 20px;

    color: #FFFFFF;
}


.top_info{
    display: flex;
    justify-content: space-between;
    margin-top: 64px;
}

.top_info > a{
    padding:40px 56px 0px 40px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: start;
    position: relative;

}
.top_info > a:nth-child(1){
    width: 792px;
    height: 289px;
    background-image: url(/static/imgs/tools_index/info_pic1.png);
    background-size: contain;
}
.top_info > a:nth-child(2){
    width: 384px;
    height: 289px;
    background-image: url(/static/imgs/tools_index/info_pic2.png);
    background-size: contain;
}

.top_info .title{
    font-size: 56px;
    font-family: YouSheBiaoTiHei-Regular, YouSheBiaoTiHei;
    font-weight: 400;
    color: transparent;
    line-height: 48px;
    background: linear-gradient(90deg, #927131 0%, #FFFDF5 52%, #927131 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.top_info .desc{
    font-size: 20px;
    color: #ffffff;
    line-height: 24px;
    opacity: .9;
}
.top_info .desc:nth-child(2){
    margin-top: 72px;
}
.top_info .desc:nth-child(3){
    margin-top: 19px;
}
.top_info .top_ewm_c{
    position: absolute;
    top: 88px;
    right: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.top_info .top_ewm_c .ewm_pic{
    width: 100px;
    height: 100px;
}

.top_info .top_ewm_c .ewm_text{
    margin-top: 12px;
    font-size: 12px;
    font-weight: 500;
    color: rgba(255,255,255,0.55);
    line-height: 20px;
}


.tools_row{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}
.tools_row > div:nth-child(4){
    margin-top: 24px;
}
.tools_t{
    margin-top: 40px;
    margin-bottom: 16px;
    font-size: 24px;
    font-weight: 500;
    color: #737482;
    line-height: 32px;
    display: flex;
    align-items: center;
}

.tools_t::before{
    content: " ";
    width: 4px;
    height: 24px;
    background: #D69A40;
    border-radius: 1px 1px 1px 1px;
    margin-right: 16px;
}



.tools_item{
    width: 384px;
    height: 224px;
    background: linear-gradient(180deg, #F4F6F8 0%, #FFFFFF 100%);
    box-shadow: 0px 33px 60px 0px rgba(37,37,89,0.16);
    border-radius: 16px 16px 16px 16px;
    padding: 24px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
}


.tools_item .tool_t{
    font-size: 32px;
    font-weight: 600;
    color: #16172F;
    line-height: 28px;
}
.tools_item .tool_desc{
    font-size: 14px;
    font-weight: 400;
    color: #A2A2AB;
    line-height: 22px;
    margin-top: 23px;
}

.tools_item .wrap{
    flex: 1;
}

.tools_item .tool_btn{
    width: 128px;
    height: 48px;
    background: #373752;
    border-radius: 24px;

    font-size: 20px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 46px;
    text-align: center;
}

.tools_item .tool_icon{
    position: absolute;
    width: 162px;
    height: 144px;
    bottom: 0;
    right: 0;
    opacity: .5;
}


.bottom_pic{
    display: block;
    margin: 56px 0 90px;
}

.bottom_pic img{
    display: block;
    width: 100%;
}







.model_content{
    width: 560px;
    height: 343px;
    background: #FFFFFF;
    border-radius: 16px 16px 16px 16px;
    padding: 24px;
    box-sizing: border-box;
    transition: all .3s ease-in-out;
    display: flex;
    flex-direction: column;
}

.model_content .model_title{
    display: flex;
    flex-direction: row;
    align-items: center;
}
.model_content .model_title .tip_icon{
    width: 24px;
    height: 24px;
    margin-right: 8px;
}
.model_content .model_title .title{
    font-size: 20px;
    font-weight: 600;
    color: #16172F;
    line-height: 28px;
    flex: 1;
}
.model_content .model_title .close_icon{
    width: 24px;
    height: 24px;
    cursor: pointer;
}
.model_content .content_text{
    margin-top: 37px;
    font-size: 20px;
    font-weight: 600;
    color: #0C0E21;
    line-height: 28px;
    text-align: center;
}

.model_content .model_ewm_pic{
    display: block;
    width: 114px;
    height: 114px;
    margin: 24px auto 0;

}

.model_content .model_ewm_text{
    margin-top: 4px;
    font-size: 14px;
    font-weight: 400;
    color: #737482;
    line-height: 22px;
    text-align: center;
}
.model_content .flex{
    flex: 1;
}

.model_content .model_more{
    font-size: 20px;
    font-weight: 500;
    color: #D69A40;
    line-height: 28px;
    text-decoration: underline;
    margin: 0 auto;
}