.plat-wrap {
    margin: 0 auto;
    padding: 1rem 0;
}

.plat-list {
    display: flex;
    flex-wrap: wrap;
}

.plat-item {
    margin-right: .53rem;
    width: 3.5rem;
    background: #FFFFFF;
    border-radius: 0.1rem;
    box-shadow: 0rem 0.03rem 0.2rem 0.01rem rgba(0, 0, 0, 0.06);
    overflow: hidden;
    margin-bottom: .4rem;
}

.plat-item:nth-child(4n) {
    margin-right: 0;
}

.plat-top {
    min-height: 2.65rem;
    position: relative;
}

.plat-icon {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 2;
    transition: all .365s;
}

.plat-icon img {
    width: 1rem;
}

.plat-content {
    min-height: 2.65rem;
    background: #E3F2F7;
    padding: .4rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
    transition: all .365s;
}

.plat-content.mtf::after {
    content: '...';
    text-align: left;
    display: block;
    width: 100%;
    height: auto;
    color: #333333;
}

.plat-content p {
    width: 100%;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    font-size: 0.14rem;
    color: #333333;
    line-height: 0.32rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: none;
}
.plat-content p:nth-child(-n+5) {
    display: block;
}

.plat-text {
    width: 100%;
    height: .55rem;
    background: #192A88;
    padding: 0 .4rem;
    font-family: PingFang SC, PingFang SC;
    font-weight: 500;
    font-size: 0.2rem;
    color: #E2F2F7;
    line-height: 0.55rem;

}

.plat-item:hover .plat-icon {
    top: -100%;
}

/* 详情 */
.platDetail-wrap {
    display: flex;
    margin: 0 auto;
    padding: 1rem 0;
    justify-content: space-between;
    align-items: flex-start;
}

.platDetail-left {
    width: 2.73rem;
    flex-shrink: 0;
    background: #FFFFFF;
    box-shadow: 0rem 0rem 0.09rem 0.01rem rgba(0, 0, 0, 0.2);
}

.platDetail-nav-box {
    margin-bottom: .02rem;
}

.platDetail-nav-box:last-of-type {
    margin-bottom: 0;
}

.platDetail-first {
    height: 0.4rem;
    background: #ECECEC;
    padding: 0 .4rem;
    display: flex;
    align-items: center;
    position: relative;
    font-family: Source Han Sans CN, Source Han Sans CN;
    /*font-weight: bold;*/
    font-size: 0.16rem;
    color: #333333;
    cursor: pointer;
    transition: 0.6s;
}

.platDetail-first::after {
    content: '';
    width: 0.08rem;
    height: 100%;
    background: #BBBBBB;
    border-radius: 0rem 0.08rem 0.08rem 0rem;
    position: absolute;
    left: 0;
    top: 0;
    transition: 0.6s;
}
.platDetail-nav-box.active .platDetail-first,
.platDetail-nav-box:hover .platDetail-first {
    font-weight: bold;
    color: #fff;
    background: #192986;
}

.platDetail-nav-box.active .platDetail-first::after,
.platDetail-nav-box:hover .platDetail-first::after {
    background: #00A0E9;
}

.platDetail-level-box {
    padding: 0.2rem 0.2rem;
    display: none;
}

.platDetail-nav-box.active .platDetail-level-box {
    display: block;
}

.platDetail-level {
    padding-left: .2rem;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    font-size: 0.16rem;
    color: #333;
    line-height: 0.32rem;
    position: relative;
    cursor: pointer;
    margin-bottom: 0.1rem;
}

.platDetail-level.active,
.platDetail-level:hover {
    color: #192986;
}
.platDetail-level::after {
    content: '';
    width: 0.14rem;
    height: 0.02rem;
    background: #333;
    position: absolute;
    top: 0.15rem;
    left: 0;
}
.platDetail-level.active::after,
.platDetail-level:hover::after{
    content: '';
    width: 0.14rem;
    height: 0.02rem;
    background: #192986;
    position: absolute;
    top: 0.15rem;
    left: 0;
}
.platDetail3_box::after {
    content: '';
    width: 0.1rem;
    height: 2px;
    background: #333333;
    position: absolute;
    top: 0.15rem;
    left: 0.2rem;
}
.platDetail3_box {
    position: relative;
}
.platDetail3_box.active::after {
    display: block;
}

/*  */
.platDetail-right {
    margin-left: .37rem;
    border: 0.01rem solid #E1E1E1;
    box-sizing: border-box;
    padding: .3rem;
}
.platDetail-right table {
    max-width: 100% !important;
}
.platDetail3_box {
        padding-left: 0.4rem;
        margin-bottom: 0.1rem;
}
.platDetail3_box.active a {
    color: #192986;
}
.platDetail3_box a {
    color: #333;
    font-size: 0.16rem;
    line-height: 2;
}
.platDetail3_box a:hover {
    color: #192986;
}
.platDetail-title {
    /*font-family: Source Han Sans CN, Source Han Sans CN;*/
    /*font-weight: bold;*/
    /*font-size: 0.4rem;*/
    /*color: #333333;*/
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: bold;
    font-size: 0.32rem;
    color: #192986;
    text-align: center;
}

.platDetail-content {
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: 400;
    font-size: 0.18rem;
    color: #333333;
    line-height: 0.32rem;
    margin-top: .35rem;
}
.platDetail-content span,
.platDetail-content strong{
    font-size: inherit;
    line-height: inherit;
}
/*  */
.message-box {
    margin-top: .32rem;
    background: #E3F2F7;
    padding: .5rem 1.7rem;
}

.message-title {
    /*font-family: Source Han Sans CN, Source Han Sans CN;*/
    /*font-weight: bold;*/
    /*font-size: 0.24rem;*/
    /*color: #192A88;*/
    /*text-align: center;*/
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: bold;
    font-size: 0.22rem;
    color: #00A0E9;
    text-align: center;
}

.message-form-wrap {
    margin-top: .5rem;
}

.message-form-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: .3rem;
}

.message-form-item {
    display: flex;
    align-items: center;
    width: 46%;
}

.message-form {
    width: 100%;
    display: flex;
}

.message-form-text {
    width: 1rem;
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: 400;
    font-size: 0.16rem;
    color: #272536;
    text-align: left;
    flex-shrink: 0;
    margin-right: .1    rem;
    line-height: .3rem;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select {
    font-size: 0.14rem !important;
}
input:-moz-placeholder,
textarea:-moz-placeholder,
select {
    font-size: 0.14rem !important;
    
}
input::-moz-placeholder,
textarea::-moz-placeholder,
select {
    font-size: 0.14rem !important;
    
}
    
input:-ms-input-placeholder,
textarea:-ms-input-placeholder,
select {
    font-size: 0.14rem !important;
    
} 
.message-form-text span {
    color: red;
}

.message-form-input {
    flex: 1;

    /*min-height: 0.5rem;*/
    background: #FFFFFF;
    border-radius: 0.04rem 0.04rem 0.04rem 0.04rem;
    border: 0.01rem solid #BEBEBE;
    display: flex;
    align-items: center;
}

.message-form-input input,
.message-form-input select {
    width: 100%;
    height: 0.3rem;
    
    background: transparent;
    padding: 0.03rem .16rem;
    font-size: 0.14rem !important;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #333;
    border: none;
}
.message-form-input select option{
    font-size: 0.14rem !important;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #333;
}
.message-form-box:nth-last-child(2) .message-form-text {
    white-space: nowrap;
    width: auto;
    margin-right: 0.2rem;
}
.message-form-input textarea {
    width: 100%;
    height: 1.5rem;
    padding: .16rem;
    font-size: 0.2rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #333;
    background: transparent;
}

.message-form-bt {
    width: 1.9rem;
    height: 0.51rem;
    background: #192A88;
    border-radius: 1rem 1rem 1rem 1rem;
    margin: 0 auto;
    margin-top: .4rem;
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: 400;
    font-size: 0.18rem;
    color: #FFFFFF;
    line-height: 0.51rem;
    text-align: center;
    cursor: pointer;
}

.message-form-code {
    padding: 0 .2rem;
    flex-shrink: 0;
    font-size: 0.16rem;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: #04948E;
    cursor: pointer;
}

.platDetail-titTwo{
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: bold;
    font-size: 20px;
    color: #192986;
    margin: .25rem 0 .3rem;
}
.platDetail-titTwo span {
    color: red;
    font-weight: bold;
    display: none;
}
.platDetail-content img{
    /*width: 80% !important;*/
    width: revert-layer;
    margin: auto;
}
.platDetail-right tr,.platDetail-right td{
    /*height: 0.35rem !important;*/
    /*padding-top: 0.06rem;*/
    /*padding-bottom: 0.06rem;*/
}
.platDetail-content td p{
    /*line-height: 0 !important;*/
}
.MsoNormal span {
    font-size: 12px;
    /*color: #bebebe;*/
}
table span {
    font-size: 14px;
    
}
.platDetail-content td p span span{
    line-height: 2;
    font-size: inherit;
}


@media only screen and (max-width:768px){
    .plat-item{
            width: 3.4rem;
            margin-right: 0;
    } 
    .plat-list{
        justify-content: space-between;
    }   
    .platDetail-wrap{
            flex-wrap: wrap;
    }
    .platDetail-left{
            width: 100%;
    }
    .platDetail-right{
            width: 100%;
            margin-left: 0;
    }
    .platDetail-wrap.w1400{
            max-width: 7rem!important;
    }
    table span{
        font-size: inherit!important;
    }
    .message-box{
            padding: 0.5rem 0.2rem;
    }
    /*.platDetail-content span{
        font-size: 0.18rem!important;
    }*/
    /*.platDetail-right tr{
        display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    }*/
    .platDetail-content a{
        font-size: 0.18rem!important;
    }
    .platDetail-content span, .platDetail-content strong{
            font-size: inherit!important;
    }
    .platDetail-right table{
            width: 100%!important;
    }
    .platDetail-right td{
        font-size: inherit!important;
    }
    .platDetail-right tr, .platDetail-right td{
        height: auto!important;
    }
    .platDetail-content p{
        margin-left:0!important;
    }
    .message-form-input input, .message-form-input select{
        padding: 0.03rem 0.03rem;
    font-size: 0.1rem !important;
    }
}<!--0.0001990795135498-->