.content{
    overflow: hidden;
}

.banner{
    width: 100%;
    height: 480px;
    position: relative;
    padding-top: 100px;
    box-sizing: border-box;
    background: url("/newwebsite/meetingcloud/images/banner.png") #d1d1d1 center center no-repeat;
}

.banner .introduction{
    margin-left: calc(50vw - 560px);
    color: #282828;
    font-size: 18px;
}

.banner .introduction .name{
    font-size: 30px;
    line-height: 42px;
    margin-bottom: 25px;
    font-weight: bold;
}

.banner .introduction .desc{
    line-height: 25px;
    margin-bottom: 40px;
}

.banner .line{
    width: 100%;
    height: 12px;
    position: absolute;
    bottom: 0;
    background: url("/newwebsite/meetingcloud/images/bottomline.png");
}

.banner .introduction .button{
    font-size: 18px;
    width: 170px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    color: #FFFFFF;
    background: #0062dc;
    cursor: pointer;
}

.section{
    width: 100vw;
    padding-top: 50px;
    padding-bottom: 60px;
    background: #fafafa;
}

.section .title{
    font-size: 36px;
    color: #0062dc;
    font-weight: bold;
    text-align: center;
}
.section .title p{
    font-size: 24px;
    font-weight: normal;
    color: #595959;
    margin-top: 8px;
}

.section .content{
    display: flex;
}

.section .content .textBox .points{
    font-size: 20px;
    line-height: 36px;
    margin-bottom: 40px;
}

.outline{
    color: #363c48;
    width:1060px;
    margin-left: calc(50vw - 560px);
    margin-top: 40px;
    height: 350px;
    display: flex;
    margin-bottom: 40px;
    padding-left: 40px;
    padding-right: 100px;
}

.outline .leftBox{
    height: 145px;
    width: 145px;
    box-shadow: 0 0 5px 1px #E9E9E9;
    padding: 36px 38px 42px 39px;
    box-sizing: border-box;
}

.outline .leftBox img{
    width: 68px;
    height: 66px;
}

.outline .rightBox{
    height: 150px;
    width: 880px;
    margin-top: 40px;
    margin-left: 60px;
    font-size: 22px;
}

.outline .rightBox p{
    font-size: 36px;
    font-weight: bold;
    color: #0062dc;
}

.outline .rightBox .introduction{
    margin-top: 10px;
    margin-bottom: 40px;
    width: 825px;
}

.outline .rightBox .line{
    height: 1px;
    border-bottom: 1px solid #aaaaaa;
    margin-bottom: 30px;
}

.outline .rightBox .features{
    width:500px;
}
.features ul{
    display: flex;
    height: 100px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.features ul li {
    height: 36px;
    width: 150px;
    border: 1px solid #aaaaaa;
    line-height: 36px;
    text-align: center;
}

.planPlat .content .textBox {
    margin-left: calc(50vw - 560px);
}

.planPlat .content .textBox .points{
    margin-top: 130px;
}

.planPlat .content .imageBox{
    margin-top: 60px;
    margin-left: 100px;
}

.gatherPlat{
    background: #ffffff;
}

.gatherPlat .content .textBox {
    margin-left: 50px;
}

.gatherPlat .content .textBox .points{
    margin-top: 105px;
}

.gatherPlat .content .imageBox{
    width: 600px;
    margin-top: 60px;
    margin-left: calc(50vw - 600px);
    overflow: hidden;
}

.gatherPlat .content .imageBox .swiperBox{
    display: flex;
    width:3600px;
    transform: translateX(0);
    cursor: pointer;
}

.gatherPlat .content .imageBox img{
    width: 600px;
    height: 370px;
}

.gatherPlat .content .line-container{
    width: 150px;
    margin-top: 10px;
    margin-left: 225px;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
}

.gatherPlat .content .line{
    width: 30px;
    border-top: 4px solid #5d5d5d;
}

.gatherPlat .content .line:first-child{
    border-top: 4px solid #0062dc;
}

.preparePlat .content .textBox {
    margin-left: calc(50vw - 560px);
}

.preparePlat .content .textBox .points{
    margin-top: 95px;
}

.preparePlat .content .imageBox{
    margin-top: 60px;
    margin-left: 210px;
}

.managePlat{
    background: #ffffff;
}

.managePlat .content .textBox {
    margin-left: 80px;
}

.managePlat .content .textBox .points{
    margin-top: 115px;
}

.managePlat .content .imageBox{
    margin-top: 70px;
    margin-left: calc(50vw - 600px);
}

.reimbursePlat .content .textBox {
    margin-left: calc(50vw - 560px);
    width: 530px;
}

.reimbursePlat .content .textBox p{
    font-weight: bold;
    color: #363c48;
}

.reimbursePlat .content .textBox .points{
    margin-top: 80px;
}

.reimbursePlat .content .imageBox{
    margin-top: 70px;
    margin-left:  20px;
}

.analysisPlat{
    background: #ffffff;
}

.analysisPlat .content .textBox {
    margin-left: 50px;
}

.analysisPlat .content .textBox p{
    font-weight: bold;
    color: #363c48;
}

.analysisPlat .content .textBox .points{
    margin-top: 110px;
}

.analysisPlat .content .imageBox{
    margin-top: 60px;
    margin-left: calc(50vw - 610px);
}

.meetManagement .content .textBox{
    margin-left: calc(50vw - 560px);
}

.meetManagement .content .textBox .points {
    color: #363c48;
}

.meetManagement .content .points{
    margin-top: 80px;
}

.meetManagement .content .imageBox{
    margin-top: 55px;
    margin-left:  220px;
    width: 600px;
    overflow: hidden;
}

.meetManagement .content .imageBox .swiperBox{
    display: flex;
    width: 3600px;
    transform: translateX(0);
    cursor: pointer;
}

.meetManagement .content .imageBox .swiperBox div{
    width: 600px;
    height: 370px;
}

.meetManagement .content .imageBox .swiperBox div:first-child{
    background: url("/newwebsite/meetingcloud/images/swiper2/meeting1.png") center center no-repeat;
}

.meetManagement .content .imageBox .swiperBox div:nth-child(2){
    background: url("/newwebsite/meetingcloud/images/swiper2/meeting2.png") center center no-repeat;
}

.meetManagement .content .imageBox .swiperBox div:nth-child(3){
    background: url("/newwebsite/meetingcloud/images/swiper2/meeting3.png") center center no-repeat;
}

.meetManagement .content .imageBox .swiperBox div:nth-child(4){
    background: url("/newwebsite/meetingcloud/images/swiper2/meeting1.png") center center no-repeat;
}

.meetManagement .content .line-container{
    width: 150px;
    margin-top: 10px;
    margin-left: 225px;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
}

.meetManagement .content .line{
    width: 30px;
    border-top: 4px solid #5d5d5d;
}

.meetManagement .content .line:first-child{
    border-top: 4px solid #0062dc;
}
