*{
    margin:0;
    padding:0;
}
.pic {
    width: 100%;
    line-height: 0;
}

.pic>img {
    margin-top: -1px;
    width: 100%;
    display: block;
}
.buttonPic {
    position: relative;
}
.button1{
    position: absolute;
    left: 6%;
    bottom: 0;
    width: 24%;
    height: 34px;
    background: rgb(0,159,112);
    font-size: 15px;
    color: rgb(255, 255, 255);
    line-height: 34px;
    text-align: center;
    border-radius: 4px;
}
.cooForm{
    padding-bottom: 0px;
}
.cooForm form ul{
    padding: 0xp 24px;
}
.cooForm form ul li{
    width: 100%;
    margin-bottom: 12px;
    text-align: left;
}
.cooForm form ul li span{
    display: inline-block;
    width: 57px;
    vertical-align: top;
    font-size: 16px;
    line-height: 32px;
}
.cooForm form ul li input{
    width: calc(100% - 90px);
    width: -webkit-calc(100% - 90px);
    height: 24px;
    font-size: 14px;
    line-height: 24px;
    padding-left: 8px;
}
.cooForm form ul li textarea{
    width: calc(100% - 96px);
    width: -webkit-calc(100% - 96px);
    height: 96px;
    font-size: 14px;
    line-height: 24px;
    padding: 8px;
}
.cooForm form button[type="submit"]{
    width:21%;
    display: block;
    padding: 0px 7px;
    height:35px;
    line-height: 35px;
    color: #fff;
    background:#2D82FA;
    border-radius:4px;
    text-align: center;
    margin-top: 6px;
    box-shadow: none;
    border: none;
    font-size: 14px;
    margin: 12px auto;
}
.cooForm form>p{
    text-align: center;
    line-height: 24px;
    color: #2D82FA;
    font-size: 12px;
    margin-bottom: 24px;
}