.section1 .wrap{
    padding-top: 150px;
    width: 1400px;
    margin: 0 auto;
    padding-bottom: 100px;
}
.section1 .wrap .return{
    width: 120px;
    height: 50px;
    border-radius: 25px;
    background: #F6F6F8;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #111;
    transition: all .6s;
    margin-bottom: 90px;
}
.section1 .wrap .return span{
    font-size: 28px;
    margin-right: 13px;
    color: #003DAA;
    transition: all .6s;
}
.section1 .wrap .return:hover{
    background-color: #003DAA;
    color: #fff;
}
.section1 .wrap .return:hover span{
    color: #F6F6F8;
}
.section1 .wrap .top .title{
    margin-bottom: 20px;
}
.section1 .wrap .top .title h3{
    font-size: 30px;
    color: #111;
}
.section1 .wrap .top .time p{
    font-size: 16px;
    color: #999;
}
.section1 .wrap .top{
    padding-bottom: 20px;
    margin-bottom: 40px;
    border-bottom: 1px solid #DBDEE8;
}
.section1 .wrap .bottom .main p{
    font-weight: 400;
    font-size: 18px;
    color: #333333;
    line-height: 40px;
}
.section1 .wrap .bottom .main p img{
    margin: 30px 0;
}
.section1 .wrap .bottom .main{
    padding-bottom: 40px;
    border-bottom: 1px solid #DBDEE8;
}
.section1 .wrap .bottom .tab{
    margin-top: 44px;
    display: flex;
}
.section1 .wrap .bottom .tab a{
    width: 50%;
    padding-right: 120px;
}
.section1 .wrap .bottom .tab a p:nth-child(1){
  color: #A8AAB2;  
  transition: all .6s;
}
.section1 .wrap .bottom .tab a p:nth-child(2){
  color: #111;
  margin-top: 15px;
  transition: all .6s;
}
.section1 .wrap .bottom .tab a:hover p:nth-child(2),
.section1 .wrap .bottom .tab a:hover p:nth-child(1){
    color: #003DAA;
}
@media screen and (max-width: 1919px) {
.section1 .wrap{
padding-top: 7.8125vw;
 width: 72.9166666667vw;
 padding-bottom: 5.2083333333vw;
}
.section1 .wrap .return{
width: 6.25vw;
 height: 2.6041666667vw;
 border-radius: 1.3020833333vw;
 margin-bottom: 4.6875vw;
 font-size: 0.83333333vw;
}
.section1 .wrap .return span{
font-size: 1.4583333333vw;
 margin-right: 0.6770833333vw;
}
.section1 .wrap .top .title{
margin-bottom: 1.0416666667vw;
}
.section1 .wrap .top .title h3{
font-size: 1.5625vw;
}
.section1 .wrap .top .time p{
font-size: 0.8333333333vw;
}
.section1 .wrap .top{
padding-bottom: 1.0416666667vw;
 margin-bottom: 2.0833333333vw;
}
.section1 .wrap .bottom .main p{
font-size: 0.9375vw;
 line-height: 2.0833333333vw;
}
.section1 .wrap .bottom .main p img{
margin: 1.5625vw 0px;
}
.section1 .wrap .bottom .main{
padding-bottom: 2.0833333333vw;
}
.section1 .wrap .bottom .tab{
margin-top: 2.2916666667vw;
}
.section1 .wrap .bottom .tab a{
padding-right: 6.25vw;
}
.section1 .wrap .bottom .tab a p:nth-child(2){
margin-top: 0.78125vw;
}
}
@media screen and (max-width: 1024px) {
    .section1 .wrap{
        width:90vw;
        padding: 120px 0 60px;
    }
    .section1 .wrap .return{
        width:120px;
        height: 36px;
        border-radius: 18px;
        margin-bottom: 30px;
        font-size: 14px;
    }
    .section1 .wrap .return span{
        font-size: 20px;
        margin-right: 10px;
    }
    .section1 .wrap .top .title h3{
        font-size: 20px;
    }
    .section1 .wrap .top .time p{
        font-size: 12px;
    }
    .section1 .wrap .bottom .main p{
        font-size: 14px;
        line-height: 2;
    }
    .section1 .wrap .top{
        padding-bottom: 10px;
        padding-top: 10px;
        margin-bottom: 20px;
    }
}
