.top-area{
    width: 100%;
    height: 350px;
    /*background-image: linear-gradient(to top, #d299c2 0%, #fef9d7 100%);*/
    /*background-image: linear-gradient(to right, #74ebd5 0%, #9face6 100%);*/
    /*background-image: linear-gradient(to right, #f83600 0%, #f9d423 100%);*/
    /*background-image: linear-gradient(-20deg, #d558c8 0%, #24d292 100%);*/
    /*background-image: linear-gradient(-60deg, #ff5858 0%, #f09819 100%);*/
    background-image: linear-gradient(-20deg, #fc6076 0%, #ff9a44 100%);
}
.top-area .top-info{
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    position: relative;
    height: 290px;
}
.top-area .top-info .data-count{
    position: absolute;
    bottom: 10px;
    width: 100%;
    text-align: center;
}
.top-area .top-info .data-count span{
    margin: 0 10px;
    color: #FFFFFF;
    text-decoration: underline;
    text-shadow: 0 8px 16px rgba(28,31,33,.3);
    padding: 0 2px;
}
.top-area .top-info .title{
    text-align: center;
    padding-top: 20px;
    color: #FFFFFF;
    font-size: 60px;
    letter-spacing: 5px;
    text-shadow: 0 8px 16px rgba(28,31,33,.3);
}
.top-area .top-info .description{
    font-family: PingFangSC-Medium;
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 28px;
    letter-spacing: 1.5px;
    font-weight: 500;
    padding: 20px 15%;
}
.more-info{
    width: 1200px;
    height: 280px;
    background-color: #FFFFFF;
    margin: 35px auto 0;
    border-radius: 8px;
    padding: 20px;
    display: flex;
    justify-content: space-between;
}
.more-info .logo{
    width: 350px;
    background-color: #f8f8f8;
    height: 240px;
    border-radius: 5px;
    overflow: hidden;
}
.more-info .logo img{
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.more-info .introduce{
    width: 780px;
}
.more-info .introduce h2{
    font-size: 30px;
    color: #000000;
    letter-spacing: 3px;
    background:-webkit-linear-gradient(315deg,#333 5%,#07a1ff);
    background-clip:text;
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent
}
.more-info .introduce p{
    font-size: 15px;
    color: #666666;
    line-height: 28px;
}
.mi-new_title{
    margin-top: 45px;
}