
/* 内容区域 */
body{
    background:#f9f9f9;
}
#innovationList1{
    width: 62.5%;
    margin: 0 auto;
    background-color: #fff;
    margin-bottom: 80px;
    margin-top: 90px;
    padding: 30px 40px;
    box-shadow:0px 3px 29px 0px rgba(91,86,85,0.16);
}
.formBox {
    width: 54.17%;
    margin:0 auto;
    margin-bottom: 10px
} 
.onlines{
    background: url(../../img/recurent/bg_03.jpg) no-repeat;
    background-size: cover
}
#innovationList1 input{
    border:1px solid #DDDDDD;
    height: 40px;
    padding:10px ;
    /* box-shadow:0px 3px 29px 0px rgba(91,85,85,0.16); */
}
#innovationList1 input:focus{
    border:1px solid rgb(5,143,31);
}
.verify .col-lg-7{
 padding: 0!important;
}
.verify-img{
    display: inline-block;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    color: rgb(51,51,51);
    width: 60px;
    height: 100%;
    
}
.changeVerify{
    display: inline-block;
    text-align: center;
    font-size:16px;
    font-weight:400;
    color:#333333;
    margin-left: 8px;
}

.verify-input{
    width: 100%;
}
.marginTop{
    margin-top: 30px
}
.mbMR {
    margin-top: 0;
}
.tips{
    height:17px;
    font-size:16px;
    font-weight:400;
    color:rgb(153,153,153);
    line-height:48px;
    text-align: center;
}
.code{
    color:#333333;
    font-size: 16px;
    /* position: relative;
    bottom: 5px; */
    margin-left: 4px;
}
.btn {
    font-size:20px;
    font-weight:400;
    color:rgb(255,255,255);
    text-align: center;
    width:100%;
    height:50px;
    /* background:rgb(226,2,19); */
    background:rgb(5,143,31);
    line-height: 50px;
    cursor: pointer;
    border-radius:5px;
}
.textarea {
    height: 260px!important;
    outline: black;
    padding: 10px;
    border: 1px solid rgb(221,221,221);
    resize: horizontal;
    max-width: 100%;
    width: calc(100% - 8px)!important;
}
h6 {
    font-size: 16px;
    color: #333333;
}
.bannerPc{
    display: block
}
.bannerMb {
    display: none;
    width: 100%;
}
.Pctitle{
    font-size:16px;
    font-weight:bold;
    color:#333333
}

/* title 标题 */
.mbMR {
    margin-top: 0;
}
.col-lg-3 {width: 25%;}
.col-lg-4 {width: 33.33%;}
.col-lg-5 {width: 41.66%;}
.col-lg-6 {width: 49%!important;}
.col-lg-7 {width: 58.33%;}
.col-lg-8 {width: 66.66%!important;}
@media screen and (min-width:320px) and (max-width:1080px){
    .productList-container{
        padding-top: 42px;
    }
    .formBox {
        width: 100%;
    }
    .col-xs-12 {
        width: 100%;
    }
    .col-lg-5 {
        width: 63.66%
    }
    .col-lg-4 {
        width: 100%;
    }
    .Mbtitle{
        margin-left:6%;
        padding: 15px;
        font-size:13px;
        font-weight:400;
        color:#666666
    }
    .tips {
        font-size: 13px
    }
    .changeVerify{
        font-size: 13px
    }
    .btn {
        background:rgb(5,143,31);
        border-radius:5px;
        font-size: 15px;
    }
    #innovationList1 {
        width: 92%;
        margin: 0 auto;
        background: #fff;
        margin-bottom: 30px;
        padding: 1px 25px 30px
    }
    .mbMR {
        margin-top: 30px;
    }
    .show {
        display: none!important;
    }
    .productList-container-img{
        height: auto;
    }
    .productList-container-img img{
        width: auto;
        height: auto;
    }
    .hide {
        display: block!important;
    }
    img {
        border: 0;
        vertical-align: middle;
        max-width: 100%;
    }
    .bannerPc{
        display: none;
    }
    .bannerMb {
        display: block;
    }
}
@media screen and (min-width:1080px) and (max-width:1280px){
    .changeVerify{
        margin-left: 4px;
        font-size: 12px;
    }
    .col-lg-5 {
        width: 64.66%;
    }
}


  
@media screen and (min-width:1280px) and (max-width:1600px){
    .col-lg-5{
        width: 53.66%;
    }
    .col-lg-7 {
        width: 44.33%;
    }
}


  