body{
    background: #f5f5f5;
    overflow-x:hidden;
}

.content{
    background: #f5f5f5;
    padding: 0.3rem 0.2rem 0;
}
.content nav{
    height: 0.6rem;
    background: #fff;
    border-bottom: 1px solid #f0f0f0;
    
}
.content nav span{
    display: inline-block;
    width: 1.6rem;
    height: 0.56rem;
    color: #666;
    font-size: 0.32rem;
    text-align: center;
    line-height: 0.6rem;
    padding-top: 0.04rem;
    border-right: 1px solid #e5e5e5;
}
.content nav .active{
    font-weight: bold;
    font-size: 0.32rem;
    color: #000;
    border-top: 0.04rem solid #0c7ed9;
}
.tab ul{
    display: none;
}
.tab ul:nth-child(1){
    display: block;
}
.list_ul {
    background-color: #fff;
    padding-bottom: 0.3rem;
}
.list_ul li{
    width: 6.69rem;
    border-bottom: 1px dashed #999999;
    margin: 0 auto;
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
}
.list_ul li a{
    font-size: 0.3rem;
    display: block;
    width: 5.8rem;
    padding-left: 0.26rem;
    line-height: 0.4rem;
    background: url('../images/dian.png')no-repeat left 0.15rem;
    background-size:0.1rem ;
}   
.list_ul li span{
    display: block;
    color: #999999;
    font-size: 0.24rem;
    margin-left: 0.26rem;
    margin-top: 0.1rem;
}
.line2{
    height: 0.19rem;
    background: #f5f5f5;
}
.cont{
    background: #fff;
    width: 6.68rem;
    padding: 0.3rem 0.2rem;
    margin: 0 auto 0.2rem;
}
.cont_tit{
    border-bottom: 1px solid #e6e6e6;
    height: 0.36rem;
    margin-bottom: 0.24rem;
}
.cont_tit span{
    font-size: 0.28rem;
    padding-bottom: 0.08rem;
    display: inline-block;
    border-bottom: 2px solid #0c7ed9;
}
.cont_tit a{
    float: right;
    color: #676767;
    font-size: 0.2rem;
    margin-top: 0.08rem;
}
.video{
    position: relative;
    width: 6.7rem;
    height: 4.93rem;
    background: #000;
    overflow: hidden;
}
.video img:nth-child(1){
    width: 6.7rem;
    height: 4.93rem;
}
.video img:nth-child(2){
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 1.25rem;
    height: 1.25rem;
    z-index: 99;
}
.video .mask{
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
    width: 6.7rem;
    height: 4.93rem;
    background: rgba(0,0,0,.3);
}

.videos{
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 6.7rem;
    height: 4.93rem;
    transform: translate(-50%,-50%);
    z-index: 100;
}
.videos video{
    width: 6.7rem;
    height: 4.93rem;
}
.pic_list li{
    float: left;
    width: 3.25rem;
    margin-bottom: 0.2rem;
}
.pic_list li img{
    width: 3.25rem;
}
.pic_list li:nth-child(even){
    margin-left: 0.18rem;
}
.ul_input{
    width: 6.68rem;
    margin: 0 auto;
}
.ul_input li{
    margin-bottom: 0.25rem;
}
.ul_input li label{
    display: inline-block;
    vertical-align: middle;
    font-size: 0.28rem;
    padding-left: 0.28rem;
    background: url('../images/xing.png')no-repeat left center;
    background-size: 0.12rem;
    width: 1.2rem;
    text-align: justify;
    text-align-last: justify;
}
/* 这个是重点 */
.ul_input li label:after {
    content: " ";
    width: 100%;
}

.ul_input li input{
    width:4.6rem;
    height: 0.68rem;
    border: 1px solid #cccccc;
    font-size: 0.24rem;
    padding-left: 0.1rem;
}
.ul_input li select{
    width:4.73rem;
    height: 0.68rem;
    border: 1px solid #cccccc;
    font-size: 0.24rem;
    padding-left: 0.1rem;
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    background: url('../images/select.png')no-repeat right 0.21rem center;
    background-size: 0.2rem 0.11rem;
}
.submit{
        font-size: 0.35rem;
    display: block;
    width: 6.1rem;
    margin: 0.38rem auto 0;
    height: 0.8rem;
    background: #0c7ed9;
    color: #fff;
}
.img{
    display: block;
    width: 6.7rem;
    margin: 0 auto;
}
.ul_nav{
    width: 6.06rem;
    margin: 0.9rem auto 0;
    height: 2.06rem;
    background: url(../images/shu.png)no-repeat center center;
    background-size: 2.49rem 2.06rem;
    display: flex;
    justify-content:space-between;
}
.ul_nav li{
    width: 1.26rem;
}
.ul_nav li a{
    display: block;
}
.ul_nav li img{
    width: 1.26rem;
}
.last{
    margin-bottom: 0;
    padding-bottom: 1rem;
}