.detail {
    width: 14rem;
    margin: 0 auto;
    padding-top: 0.47rem;
    padding-bottom: 1.07rem;
}

.detail .detail_title {
    margin-bottom: 0.24rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 700;
    font-size: 0.32rem;
    color: #000000;
    line-height: 0.42rem;
}

.detail .detail_bot {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 0.2rem;
    border-bottom: 0.01rem solid #F2F2F2;
    margin-bottom: 0.24rem;
}

.detail .detail_bot .detail_left {
    display: flex;
    align-items: center;
}

.detail_left .detail_left_item {
    margin-right: 0.26rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.14rem;
    color: #9295A4;
    line-height: 0.18rem;
}

.detail_left .detail_left_btn {
    width: 0.78rem;
    height: 0.26rem;
    background: #ECF5FC;
    border-radius: 0.03rem;
    margin-left: -0.04rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.14rem;
    color: #144FA6;
    line-height: 0.26rem;
    text-align: center;
}

.detail .detail_bot .detail_right {
    display: flex;
    align-items: center;
}

.detail_right .detail_right_item {
    display: flex;
    align-items: center;
    cursor: pointer;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.16rem;
    color: #3D3D3D;
}

.detail_right .detail_right_item img {
    display: block;
    width: 0.28rem;
    height: 0.28rem;
    margin-right: 0.03rem;
}

.detail_right .detail_right_bor {
    margin: 0 0.3rem;
    width: 0.01rem;
    height: 0.19rem;
    background: #D8D8D8;
}

.detail_right .detail_right_text {
    margin-right: 0.3rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.16rem;
    color: #777777;
}

.detail_right .detail_right_btn {
    width: 1.2rem;
    height: 0.38rem;
    background: #144FA6;
    border-radius: 0.02rem;
    transition: all 0.3s;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.14rem;
    color: #FFFFFF;
    line-height: 0.38rem;
    text-align: center;
}

.detail_right .detail_right_btn:hover {
    background: rgba(20, 79, 166, 0.8);
}

.detail .detail_content {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.18rem;
    color: #000000;
    line-height: 0.3rem;
}

.detail .detail_content img {
    max-width: 100%;
}
@media only screen and (max-width: 1024px) {
.detail{
    margin-top: 1rem;
    width: 92%;
}
.detail .detail_bot{
    display: block;
}
.detail_left .detail_left_item{
    font-size: 0.24rem;
    margin-bottom: .3rem;
}
.detail .detail_bot .detail_left{
    display: block;
}
.detail .detail_bot .detail_right{
    margin-top: .3rem;
}
.detail_right .detail_right_item{
    font-size: 0.24rem;
}
.detail_right .detail_right_text{
    font-size: 0.24rem;
}
.detail_right .detail_right_btn{
    font-size: 0.24rem;
    width: 30%;
}
.detail .detail_content{
    font-size: 0.24rem;
}
}