.page{
    background-color: #fff;
}
.content{
    padding-bottom: .5rem;
}
.bannerImg{
    width: 100%;
    font-size: 0;
}


.tit{
    margin: .3rem 0;
    color: #282828;
    font-size: .8rem;
}

.form{
    margin: 0 .5rem .5rem;
    padding: .3rem;
    border: 1px solid #FE4351;
    border-radius: 5px;
}
.form>p{
    padding-bottom: .3rem;
    font-size: .6rem;
    text-indent: 1.4rem;
    color: #333;
}
.form form{
    padding-bottom: 1rem;
    border-top: 1px solid #FCFCFC;
}
.list-block{
    margin: 0;
}
.list-block ul{
    border-bottom: 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;
}












