.my-detail{
    width: 100%;
    height: 480px;
    background: url(../images/detail_bg.jpg) no-repeat center center / auto auto;
}
.my-detail-body{
    width: 1200px;
    height: 100%;
    box-sizing: border-box;

    margin: 0 auto;
    padding: 90px 20px;
}
.my-detail-common{
    width: 760px;
}
.my-detail-body-title{
    font-size: 46px;
    line-height: 60px;
    font-weight: 700;
    color: rgb(36, 37, 43);
}
.my-detail-body-desc{
    font-size: 20px;
    font-weight: 400;
    line-height: 26px;
    color: #24252B;
    margin-top: 40px;
}

.my-detail-tabs{
    width: 100%;
    height: 72px;
    background-color: #fff;
    display: flex;


}
.my-detail-tabs-body{
    width: 1200px;
    height: 72px;
    margin: 0 auto;

    display: flex;
    justify-content: flex-start;


}
.myde-tab-item{
    margin-right: 28px;
    line-height: 72px;
    color: #262626;
    font-size: 20px;
    cursor: pointer;
    list-style: none;
}
.myde-tab-item-active{
    border-bottom:4px solid #0052d9;
}
.myde-tab-item:hover{
    border-bottom:4px solid #0052d9;
}

.my-detail-content{
    width: 100%;
    background: #F6F7FA;
    height: auto;
    padding: 15px 0;
    box-sizing: border-box;
}
.my-detail-content-body{
    width: 1200px;
    margin: 0 auto;
    height: 100%;
    box-sizing: border-box;
    padding: 30px;
    background-color: #fff;

}
.my-detail-content-x{
    margin-bottom: 50px;
}

.my-detail-content-x-title{
    color: rgb(51, 51, 51);
    font-size: 22px;
    font-weight: 550;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #dcdfe6;
    padding-bottom: 20px;
    margin-bottom: 10px;
}
.my-detail-content-x-title::before{
    height: 28px;
    width: 4px;
    background: #076aff;
    border-radius: 0 0 0 0;
    opacity: 1;
    margin-right: 14px;
    display: inline-block;
    content: '';

}
