body {
    position: relative;
    height: 100vh;
    min-width: 1300px;
    padding: 64px 0 63px 0;
    box-sizing: border-box;
}
#header {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 64px;
    background: -webkit-linear-gradient(left, #5579E6, 80%, #7DEFEE);
      background: -o-linear-gradient(right, #5579E6, 80%, #7DEFEE); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right,#5579E6, 80%, #7DEFEE); /* Firefox 3.6 - 15 */
    background: linear-gradient(to right,#5579E6, 80%, #7DEFEE); /* 标准的语法（必须放在最后） */
}


.logo {    
    padding: 6px 0;
    /* padding-top: 6.5px; */
}
#footer {
    color: #5A5D60;
    
    width: 100%;
    position: fixed;
    left: 0;
    bottom: 0;
    background-color: #C4EAFF;
}
.copyright {
    text-decoration: none !important;
}


.content {
    width: 33% !important;
    /* height: 500px; */
    
    padding-top: 20px;
    height: 100%;
    box-sizing: border-box;
}
.main {
    width: 33%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform:translate(-50%,-50%);
    height: 484px;
}
.bus_title {
    text-align: center;
    font-size: 35px;
    font-family: 'PingFangSC-Semibold';
    font-weight: 500;
}
.tit_pic {
    margin: 22px;
}
.main_con {
    /* display: flex; */
    justify-content: space-between;
    margin-top: 87px;
}
.conmou {
    /* width: 48%; */
}
.conmou .top {
    text-align: center;
    font-weight: 600;
    font-size: 20px;
}
.conmou .top p {
    margin-top: 10px;
}
.conmou .bot {
    margin-top: 20px;
    font-size: 18px;
    text-align: center;
}