.yunplatform{    width: 100%;}.layout{    width: 1200px;    margin:0 auto;}.yunplatform_title{    font-size: 30px;    color: rgb(50,50,50);    height: 120px;    line-height: 120px;    text-align: center;}.to{    display: flex;    justify-content: center;    margin-bottom: 31px;    cursor: pointer;}.to-btn{    width: 131px;    height: 35px;    text-align: center;    line-height: 35px;    color: #32AEA2;    border-radius: 17px;    border: 1px solid #4DB9AE;    font-size: 15px;}.banner_bg{    display: flex;    justify-content: center;    align-items: center;}.banner-bg-img{    height: 240px;    width: 444px;}.dis-img-100{    height: 100%;    width: 100%;}.dis-item-bg{}.dis-item-bg-1{    width: 100%;    height: 352px;}.icon-block{    display: flex;    align-items: center;    justify-content: space-between;    padding-left: 18px;    margin-top: 27px;}.icon-item{    height: 74px;    width: 74px;}.icon-item-img{}.icon-item-txt{    margin-top: 18px;    text-align: center;}.border-left-7{    border-left: 7px solid #E2E2E2;    padding-left: 22px;}.item_left{    width: 50%;}.padding-80{    padding: 0px 80px;}.item_right{    width: 50%;}.yunplatform_item{    height: 500px;    border-bottom: 1px solid #333333;    padding-top: 30px;    display: flex;    align-items: center;}.yunplatform_item h3{    font-size: 20px;    color: rgb(50,50,50);}.yunplatform_item p{    font-size: 16px;    line-height: 30px;    color: rgb(100,100,100);}/*手机样式*/@media screen and (max-width: 720px){    .layout{        width: 100vw;        padding: 0 15px;    }    .yunplatform_title{        font-size: 16px;        height: 80px;        line-height: 80px;    }    .banner-bg-img{        height: 109px;        width: 195px;    }    .yunplatform_item{        height: auto;        padding-bottom: 30px;        display: block;    }    .dis-item-bg-1{        width: 100%;        height: 207px;    }    .padding-80{        padding: 0px 0px;    }    .item_left{        width:100%;    }    .item_right{        width:100%;    }    .icon-item{        height: 60px;        width: 60px;    }    .icon-block{        padding-left: 0;        margin-top: 27px;    }}