#ppxw .content{
    background-color: #fff;
}

.huadongtop{
    position: fixed;
    top: 2.2rem;
    width: 100%;
    z-index: 2;
}

.banner{
    padding-top: 1.8rem;
}
#ppxw .tab-item{
    color: #fff;
    background-color: #FF8247;
}
#ppxw .tab-item:nth-of-type(2){
    background-color:#F8A523;
}
#ppxw .bar-tab .tab-item .tab-label{
    display: inline-block;
    font-size: .7rem;
    vertical-align: top;
}



.zxly{
    margin: auto .5rem;
    border: 1px solid #fe4351;
    border-radius: 5px;
}
.zxly .tits{
    padding: .5rem;
    border-bottom: 1px solid #ccc;
}
.zxly .tits p{
    font-size: .8rem;
    color: #545454;
}
.zxly .tits p span{
    font-size: .6rem;
    color: #bbb;
}
.zxly .tits .line{
    display: inline-block;
    margin-right: .2rem;
    width: 2px;
    height: .8rem;
    background-color:#ff4d4d;
    vertical-align: sub;
}
.zxly ul{
    border:none;
    border-radius: 5px;
    background-color: transparent;
}
.zxly li{
    margin: .4rem 0;
    width: 100%;
    font-size: .55rem;
}
.zxly .item-content{
    padding-right: .5rem;
    padding-left: 0;
}
.zxly .item-inner{
    padding: 0;
    border: 1px solid #d2d2d2;
    border-radius: 5px;
    overflow: hidden;
}
.zxly .item-title.label{
    margin: 0;
    display: inline-block;
    width: 20%;
    background-color: #ddd;
    height: 2.2rem;
    line-height: 2.2rem;
    text-align: center;
}
.sr::-webkit-input-placeholder{
    font-size: .55rem;

}
.sr::-moz-placeholder{   /* Mozilla Firefox 19+ */
    font-size: .55rem;

}
.sr:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
    font-size: .55rem;

}
.sr:-ms-input-placeholder{  /* Internet Explorer 10-11 */
    font-size: .6rem;

}
.zxly input[type="text"].name{
    display: inline-block;
    width: 45%;
}
.item-input .radio{
    position: relative;
    top: 0;    /*控制radio高度位置*/
    display: inline-block;
    font-size: .6rem;
    color:#a6a3a3;
}
.item-input .radio.tit{
    margin-top: .7rem;
    border-left: 1px solid #d2d2d2;
    padding-left: .2rem;
}
.item-input .radio label[for="male"]{
    margin-right: .2rem;
}
.zxly input[type="text"]{
    font-size: .55rem;
}
.zxly textarea {
    height: 1rem;
}
.zxly li.check{
    margin: 0;
}
.check .item-content{
    min-height: 1.1rem;
}
.check .item-inner{
    padding-left: 19%;
    border:none;
    min-height: 1.1rem;
}
.list-block .ty{
    position: relative;
    right: 0;
    font-size: .5rem;
    color: #aaa;
}
.list-block .ty a{
    color: #0097ff;
}
.list-block label.ty:before {
    left: -20px;
    top: 4px;
    width: 10px;
    height: 10px;
}
.list-block label.ty:after {
    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;
 }
.zxly .row .b {
    float: none;
    margin: auto;
    width: 40%;
}
.zxly .row .b .button{
    line-height: 1.8rem;
    height: 1.8rem;
    font-size: .7rem;
}

/*索取资料页 start*/
#sqzl{

    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;

    /*width: calc(100% - 1.75rem);*/
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    /*justify-content: center;*/
    align-items:center;
    /*flex-wrap: nowrap;*/
}
.sqzl{
    margin: auto; max-width: 460px;
    width: calc(100% - 1rem);
}
.sqzl .item-inner {
    border: none;
    border-radius: unset;
}
.sqzl .red{
    color:#fe4351;
}
.sqzl  .item-title.label {
    width: 22%;
    background-color:transparent;
}
.sqzl  .item-input{
    margin: 0;
    border: 1px solid #d2d2d2;
}


/*索取资料页 end*/
