/* 公用开始 */
.qyjj_nr {
    /* width: 100%; */
    height: auto;
}
.qyjj {
    height: auto;
    margin-top: 5%;
   border-bottom: 2px solid #A2A2A2;
}
.qyjj p {
    font-size: 1.5vw;
    color: #A2A2A2;
}
.qyjj_title {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    margin: 2% 0;
   
}
.qyjj_title_l {
    width: 40%;
    height: 2vw;
    /* background: red; */
    font-size: 1.5vw;
    text-align: left;
    line-height: 2vw;
    border-left: 3px solid #DE0A09;
    padding-left: 1vw;
}
.qyjj_title_r {
    width: 55%;
    height: 2vw;
    /* background: pink; */
    font-size: 1.2vw;
    text-align: right;
    line-height: 2vw;
    color: #A2A2A2;
}
.nr {
    width: 100%;
    height: auto;
    margin: 2% 0;
}
/* 公用结束 */

.lx {
    width: 100%;
    height: auto;
    margin: 2% auto;
    font-size: 1.2vw;
}

.wenti {
    width: 100%;
    height: auto;
    font-size: 1.2vw;
    background: #EEEDE9;
    color: #DE0A09;
    padding: 0.8vw 0;
}

.biaodan {
    width: 100%;
    height: auto;

}

.biaodan ul li {
    margin: 2vw auto;
    font-size: 1.2vw;
    cursor: pointer;
}

.ipt {
    width: 20%;
    height: 2vw;
    margin-left: 1vw;
    border-radius: 0.2vw;
    outline: none;
    border: 1px solid #a2a2a2;
    background: none;

}

textarea {
    background: none;
    outline: none;
    border: 1px solid #a2a2a2;
    vertical-align: top;
    margin-left: 1vw;
}

.btn {
    background: #DE0A09;
    color: #fff;
    width: 6vw;
    height: 2vw;
    text-align: center;
    border: 0;

}

label {
    /*右对齐*/
    display: inline-block;
    width: 6vw;
    height: 2.5vw;
    text-align: right;
}

.biaodan_tijiao {
    width: 100%;
    height: auto;
    text-align: center;
}
@media(max-width:768px){
   textarea {
    width: 100%;
} 
.ipt {
    width: 100%;
    height: 8vw;
}
label {
    display: inline-block;
    width: 14vw;
    height: 5.5vw;
     text-align: left; 
}
.btn {
   
    width: 12vw;
    height: 6vw;
}
 .qyjj p {
    font-size: 5vw!important;
}
.qyjj_title_l {
  
    font-size: 4.5vw!important;
}
.qyjj_title_r {
   
    font-size: 3.5vw!important;
}
.qyjj_title {
    margin: 4% 0!important;
}
.lx {
  
    font-size: 4.8vw;
}
.wenti {
   
    font-size: 4.8vw;
}
label {
   
    width: 20vw;
    
    font-size: 4vw;
}
}