.cooperateBox {
    width: 16rem;
    margin: 0.6rem auto 0;
    display: flex;
    background-color: #F3F3F3;
    align-items: center;
}

.cooperateImg {
    width: 8rem;
}

.cooperateImg>img {
    display: block;
}

.cooperateRight {
    width: 6.4rem;
    margin-left: 0.8rem;
}

.cooperateTitle {
    font-family: Microsoft YaHei;
    font-size: 0.36rem;
    color: #000000;
}

.cooperateTxt {
    font-family: Microsoft YaHei;
    font-size: 0.16rem;
    color: #666666;
    margin-top: 0.12rem;
}

.cooperateForm {
    width: 100%;
    margin-top: 0.25rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.int {
    height: 0.4rem;
    box-sizing: border-box;
    padding-left: 0.2rem;
    background-color: #fff;
    font-size: 0.16rem;
    border-radius: 0.04rem 0.04rem 0.04rem 0.04rem;
}

.cooperateName,
.cooperatePhone {
    width: 3rem;
}

.cooperateAddress {
    width: 100%;
    margin: 0.2rem auto 0;
}

.msg {
    font-family: Arial, Arial;
    width: 100%;
    margin-top: 0.2rem;
    height: 1.1rem;
    box-sizing: border-box;
    padding: 0.1rem 0.2rem;
    background-color: #fff;
    font-size: 0.16rem;
    border-radius: 0.04rem 0.04rem 0.04rem 0.04rem;
}

.submit {
    width: 100%;
    margin-top: 0.2rem;
    height: 0.44rem;
    background: #0b318f;
    border-radius: 0.04rem 0.04rem 0.04rem 0.04rem;
    font-size: 0.16rem;
    color: #fff;
}

/*.nineList:hover{*/
/*    background: #F5F5F5;*/
/*}*/

/*.nineList:hover .nineTxt{*/
    /*color: #333;*/
/*    margin-top: 0.2rem;*/
/*}*/

/*.nineList:hover .nineIcon{*/
/*    opacity: 1;*/
/*}*/
@media only screen and (max-width: 1024px) {
.cooperateBox{
    width: 100%;
    display: block;
}
.cooperateImg{
    width: 100%;
}
.cooperateRight {
  width: 100%;
  margin-left: 0;
  padding: .3rem;
}
.cooperateTxt{
    font-size: 0.24rem;
}
.cooperateName, .cooperatePhone{
    width: 48%;
}
.int{
    font-size: 0.24rem;
}
.msg{
    font-size: 0.24rem;
}
.submit{
    font-size: 0.24rem;
}
}