.content-wrap{
    display: grid;
    
    grid-template-areas: "banner"
               "top"
               "body"
               "down";
    grid-template-rows: 440px 395px 1760px 933px;
    grid-template-columns: 100%;
    justify-content: center;
}
.c-banner{
    grid-area: banner;
    background: url('../images/remotework/banner.png') no-repeat center;
    height: 440px;
    background-repeat: no-repeat;
    width: 100%;
    background-size: cover;
    display: grid;
    
}
.c-banner-body{
    width: 1180px;
    display: grid;
    grid-template-rows: 56px 44px 40px;
    grid-template-columns: 380px;
    margin: auto;
    align-items: center;
}
.c-banner-body>p:nth-child(1){
    font-size: 40px;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 56px;
    
}
.c-banner-body>div:nth-child(3){
    width: 120px;
    height: 40px;
    background: linear-gradient(90deg, #1882F0 0%, #00AEEE 100%);
    border-radius: 2px;
    cursor: pointer;
    margin-top: 96px;
}
.c-banner-body>p:nth-child(2){
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 22px;
    margin-top: 17px;
}
.c-top-body{
    display: grid;
    margin: auto;
    width: 1180px;
    grid-template-rows: 167px 155px 73px;
    grid-template-columns: 100%;
}
.c-top{
    grid-area: top;
    background-color: #FFFFFF;
}
.c-top-body>p{
    font-size: 32px;
    font-weight: 600;
    color: #212121;
    line-height: 45px;
    margin-top: 57px;
    text-align: center;
}
.c-top-tedian-box{
    display: grid;
    justify-content: space-between;
    align-items: center;
    grid-template-columns: repeat(4,220px);
}
.c-body-detail-box-youshi{
    overflow: hidden;
}
/* .c-body-detail-box-youshi>.c-body-detail-box-img{
    transition: 1s;
}
.c-body-detail-box-youshi:hover >.c-body-detail-box-img{
    -webkit-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3);
    border-radius: 8px;
} */
.c-top-tedian{
    width: 220px;
    text-align: center;
}
.c-top-tedian>p:nth-child(2){
    margin-top: 18px;
    font-size: 18px;
    font-weight: 600;
    color: #212121;
    line-height: 25px;
}
.c-top-tedian>p:nth-child(3){
    font-size: 14px;
    font-weight: 400;
    color: #212121;
    line-height: 20px;
}
.c-top-imge{
    margin: auto;
    width: 57px;
    height: 57px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.tedian1{
    background-image: url("../images/remotework/youdian1.png");
}
.tedian2{
    background-image: url("../images/remotework/youdian2.png");
}
.tedian3{
    background-image: url("../images/remotework/youdian3.png");
}
.tedian4{
    background-image: url("../images/remotework/youdian4.png");
}
.c-body{
    grid-area: body;
}
.c-body-detail-box-img{
    margin: auto;
    width: 560px;
    height: 311px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.youshi1{
    background-image: url("../images/remotework/youshi1.png");
}
.youshi2{
    background-image: url("../images/remotework/youshi2.png");
}
.youshi3{
    background-image: url("../images/remotework/youshi3.png");
}
.youshi4{
    background-image: url("../images/remotework/youshi4.png");
}
.c-body-detail-box{
    width: 1180px;
    height: 440px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.c-body-detail:nth-child(odd){
    background: #F2F7FC;
}
.c-body-detail-box-txt{
    width: 360px;
}
.c-body-detail-box-txt>p:first-child{
    font-size: 30px;
    font-weight: 600;
    color: #212121;
    line-height: 42px;
}
.c-body-detail-box-txt>p:nth-child(2){
    font-size: 16px;
    font-weight: 400;
    color: #212121;
    line-height: 22px;
    margin-top: 25px;
}
.c-body-detail-box-txt>div{
    cursor: pointer;
    margin-top: 25px;
    /* width: 120px;
    height: 40px;
    background: linear-gradient(90deg, #1882F0 0%, #00AEEE 100%);
    border-radius: 2px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 15px; */
}
.c-body-detail-box-txt>div>a{
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    /* line-height: 20px; */
}
.c-down{
    grid-area: down;
    background: linear-gradient(180deg, #60AEFF 0%, #FFFFFF 100%);
}
.c-down-doc-icon{
    width: 45px;
    height: 49px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    margin-right: 30px;
}
.c-down-box{
    width: 1180px;
    margin: auto;
    display: grid;
    grid-template-rows: 134px 400px 206px 193px;
}
.c-down-box >p:nth-child(1){
    font-size: 32px;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 45px;
    text-align: center;
    margin-top: 60px;
}
.c-down-box >p:nth-child(3){
    font-size: 32px;
    font-weight: 600;
    color: #212121;
    line-height: 45px;
    text-align: center;
    margin-top: 112px;
}
.c-down-doc{
    display: flex;
    justify-content: space-between;
}
.c-down-doc-detail{
    width: 280px;
    height: 120px;
    background: #FFFFFF;
    border-radius: 5px;
    border: 1px solid #DBDBDB;
    display: flex;
    justify-content: center;
    align-items: center;
}
.c-down-doc-detail>p{
    font-size: 18px;
    font-weight: 600;
    color: #212121;
    line-height: 25px;
}
.doc1{
    background-image: url("../images/remotework/doc1.png");
}
.doc2{
    background-image: url("../images/remotework/doc2.png");
}
.doc3{
    background-image: url("../images/remotework/doc3.png");
}
.doc4{
    background-image: url("../images/remotework/doc4.png");
}
.c-down-win-icon{
    width: 56px;
    height: 56px;
    margin: auto;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-image: url("../images/remotework/win.png");
}
.c-down-win-ios{
    width: 56px;
    height: 56px;
    margin: auto;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-image: url("../images/remotework/ios.png");
}
.c-down-body{
    width: 1180px;
    margin: auto;
    display: flex;
    justify-content: space-between;
}
.c-down-win{
    width: 506px;
    height: 400px;
    background: #FFFFFF;
    border-radius: 5px;
    display: grid;
    grid-template-rows: 84px 66px 77px 33px 17px 123px;
    text-align: center;
}
.c-down-win>p:nth-child(1),.c-down-service>p:nth-child(1){
    font-size: 24px;
    font-weight: 600;
    color: #212121;
    line-height: 33px;
    margin-top: 41px;
}
.c-down-win>p:nth-child(2),.c-down-service>p:nth-child(2){
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 22px
}
.c-down-win>p:nth-child(4),.c-down-service>div:nth-child(4)>p:nth-child(2),.c-down-service>div:nth-child(5)>p:nth-child(2){
    font-size: 24px;
    font-weight: 600;
    color: #212121;
    line-height: 33px;
}
.c-down-win>p:nth-child(5){
    font-size: 12px;
    font-weight: 400;
    color: #666666;
    line-height: 17px;
}
.c-down-win>a:nth-child(6)>div,.c-down-service>div:nth-child(4)>a:nth-child(4),.c-down-service>div:nth-child(5)>a:nth-child(4){
    width: 120px;
    height: 40px;
    background: linear-gradient(90deg, #1882F0 0%, #00AEEE 100%);
    border-radius: 2px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
}
.c-down-win>a:nth-child(6){
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 20px;
}
.c-down-win>div:nth-child(6)>div,.c-down-service>div:nth-child(4)>a:nth-child(4),.c-down-service>div:nth-child(5)>a:nth-child(4){
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 20px;
}
.c-down-service{
    width: 638px;
    height: 400px;
    background: #FFFFFF;
    border-radius: 5px;
    display: grid;
    grid-template-rows: 84px 66px 250px;
    grid-template-columns: 87px 232px 232px 87px;
    text-align: center;
}
.c-down-service>p:nth-child(1){
    grid-column: span 4;
}
.c-down-service>p:nth-child(2){
    grid-column: span 4;
}
.c-down-service>div:nth-child(4),.c-down-service>div:nth-child(5){
    display: grid;
    grid-template-rows: 77px 33px 17px 123px;
}