.cooperate{
    min-width: 1150px;
    max-width: 1190px;
    width: 70%;
    margin-bottom: 20px;
    margin: 0 auto;
}
.icon{
    margin-left: 30px;
    margin-right: 30px;
    margin-top: 130px;
    margin-bottom: 130px;
    height: 450px;
    display: flex;
    flex-wrap: wrap;
    justify-content:space-between;
    text-align: center;
}
.item{
    width: 320px;
    height: 278px;
    float:left;
    text-align: center;
}
.iconwriting-img{
    height: 278px;
}
.imgs{
    #border: 1px dashed red;
}

.iconwriting{
    margin-top: 30px;
    height: 210px;
    background: #FFFFFF;
    border-radius: 24px 24px 24px 24px;
    opacity: 1;
    border: 1px solid #E9E9E9;
    width: 320px;
}
.iconwriting h1{
    margin-top: 30px;
    font-size: 24px;
    color: #197A3B;
    margin-bottom: 10px;
}
.writingone{
    font-size: 16px;
    line-height:36px;
}

.itemwriting{
    margin-left: 16px;
    width: 100%;
}

.writingdiv{
    float: left;
    width: 40%;
    margin-left: 5px;
    height: 36px;
    font-size: 16px;
    line-height:36px;
    margin-right: 5px;
}
.writingdiv-g{
    margin-top: 10px;
    float: left;
    width: 3%;
}

.writingline{
    margin-left: -5px;
    text-align: center;
    height: 26px;
    border-left: solid #000000 1px;
}

.writing{
    margin: 0 auto;
    padding-left: 80px;
    margin-bottom: 60px;
}
.writing-css{
    width: 50%;
    top: 0px;
    height: 484px;
   float:left ;
}
.writing-css h1{
    font-size: 46px;
    color: #CAC6B5;

}

.wtext{
    height: 100%;
    line-height:30px;    
    width: 480px;
    font-size: 14px;
}
.w-title{
    font-size: 24px;
    line-height:40px;
}
.way{
    padding-left: 80px;
    margin: 0 auto;
    background: url("/static/web/images/backimg.png");
    padding-bottom: 60px;
}
.waytitle{
    font-size: 46px;
    color: #CAC6B5;
    font-weight: 600;
    margin-bottom: 20px;
}
.way-img{
    margin-top: 20px;
}
.way-p{
    position: absolute;
    margin-left:150px
}
.way-p p{
    font-size: 18px;
    line-height:88px;
}

.wayinp{
    margin-top: -16px;
    font-size: 16px;
    position: absolute;
    margin-left: 450px;
    line-height:48px;
}
.wayform{
    width: 510px;
    padding-top: 30px;
    border: 1px solid #E9E9E9;
    border-radius: 15px;
    text-align: center;
    padding-bottom: 20px;
}
.maytitle{
    margin-left: 20px;
    font-size: 18px;
}

.iteminp{
    margin-bottom: 20px;
    margin-left: 4em;
}

.iteminp input
{
    height: 32px;
    width:390px;
    padding-left: 10px;
    border-radius: 10px;
}

.layui-select-title input
{
    border-radius: 10px;
}

.itemtextarea{
    margin-left: 1em;
    margin-bottom: 20px;
}

.itemtextarea textarea{
    width:390px;
    height: 120px;
    border-radius: 10px;
    border-style:none;
    border: 1px solid #E9E9E9;
}
.itembutton{
    margin-left: 1em;
    margin-bottom: 20px;
}
.itembutton button{
    background-color: #70B543;
    width: 390px;
    height: 48px;
    border-radius: 10px;
    font-size: 18px;
}
