#hyzh_lbxq .content{
    background-color: #fff;
}


.topImg{
    position: relative;
    font-size: 0;
}
.topImg img{
    width: 100%;
}
.topImg .rl{
    position: absolute;
    bottom: .2rem;
    right: .2rem;
    width: 6rem;
    height: 2.2rem;
    overflow: hidden;
    background: url("../images2/rl.png") no-repeat center;
    background-size: 100%;
}
.topImg .rl .pull-left {
    width: 34%;
    font-size: .3rem;
    text-align: center;
    line-height: .8rem;
    margin-top: .5rem;
}
.topImg .rl .pull-right {
    width: 66%;
    font-size: .5rem;
    margin-top: .4rem;
    color:#fff;
    text-align: center;
    line-height: .8rem;
}
.topImg .rl .pull-right p span{
    margin: 0 .1rem;
}


.bq{
    margin: .4rem;
    padding: .3rem;
    border: 1px dashed #ddd;
    border-radius: 10px;
}
.bq .img{
    display: inline-block;
    width: 30%;
    overflow: hidden;
    border-radius: 5px;
    font-size: 0;
}
.bq .img img{
    width: 100%;
    min-height: 4.5rem;
}
.bq>div{
    width: 66%;
}
.bq h4{
    margin: 0 0 .5rem;
    font-size: .8rem;
    color: #282828;
    font-weight: normal;
    text-align:  center;
}
.bq .bot p{
    font-size: .5rem;
    color: #999;
}
.bq  .btn{
    margin-top: .1rem;
}
.bq  .btn a{
    margin-right: .5rem;
    padding: .2rem .5rem;
    font-size: .45rem;
    color:#2577e3;
    border: 1px solid #2577e3;
    border-radius: .1rem;
}



.form{
    margin: 0 .5rem .5rem;
    border: 1px solid #FE4351;
    border-radius: 5px;
}


.form .tit{
    padding: .4rem.3rem;
    text-indent: 0;
    font-size: .8rem;
    color:#545454;
    border-bottom: 1px solid #ccc;
}
.form .tit span.line{
    margin: 0 .5rem;
    display: inline-block;
    width: 1px;
    height: .7rem;
    vertical-align: text-bottom;
    background-color: #fe4351;
}
.form  .tit span{
    font-size: .6rem;
    color: #bbb;
}
.form>p{
    padding-bottom: .3rem;
    font-size: .6rem;
    text-indent: 1.4rem;
    color: #333;
}
.form form{
    padding: .3rem;
    padding-bottom: 1.3rem;
    border-top: 1px solid #FCFCFC;
}
.list-block{
    margin: 0;
}
.list-block ul{
    border: none;
}
.list-block li {
    margin: .6rem 0;
    font-size: .6rem;
}
.list-block .item-inner{
    border: none;
}
.list-block .item-title.label{
    width: 26%;
}
.list-block .item-title .red {
    margin-right: .2rem;
    vertical-align: middle;
    color:#ff0000;
}
.list-block .item-input{
    border: 1px solid #ccc;
    border-radius: 5px;
}


.list-block .item-input input{
    font-size: .6rem;
}
.list-block .item-title.tex{
    margin: 0;
    align-self: baseline;
}
.list-block .item-input textarea{
    font-size: .6rem;
}
.list-block .addsp{
    margin-left: .2rem;
}




.check .item-content{
    padding-left: 26%;
    min-height: 1.1rem;
}
.check .item-inner{
    border:none;
    min-height: 1.1rem;
}
.list-block .ty{
    position: relative;
    right: 0;
    font-size: .5rem;
    color: #aaa;
}
.list-block .ty a{
    color: #fe4351;
}
.list-block label.ty:before {
    /*left: -25px;*/
    /*top: 2px;*/
    /*width: 15px;*/
    /*height: 15px;*/
    left: -20px;
    top: 4px;
    width: 10px;
    height: 10px;
}
.list-block label.ty:after {
    /*left: -18px;*/
    /*top: 2px;*/
    /*width: 3px;*/
    /*height: 12px;*/
    left: -15px;
    top: 5px;
    width: 2px;
    height: 8px;
}
input[type='checkbox']:checked + .list-block label.ty:before {
    background: #999;
    border-color: #999;
}
input[type='checkbox']:checked + .list-block label.ty:after {
    /*background: #4cd764;*/
    background: #999;
}


.row .col-50{
    float: none;
    margin: auto;
}
.row .col-50 .button{
    line-height: 2rem;
    height: 2rem;
}



.bar .button.pull-right {
    margin-right: .5rem;
}