@charset "UTF-8";
body,html {
    height: 100%;
    -webkit-tap-highlight-color: transparent
}

body {
    font-family: Arial, '微软雅黑', sans-serif;
}

ul {
    list-style: none
}

.page,body {
    background-color: #f8f8f8
}

.link {
    color: #1aad19
}

.container {
    overflow: hidden
}

.container,.page {
    /* position: absolute; */
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.page {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    opacity: 0;
    z-index: 1
}

.page.js_show {
    opacity: 1
}

.page__hd {
    padding: 40px
}

.page__bd_spacing {
    padding: 0 15px
}

.page__ft {
    padding-top: 40px;
    padding-bottom: 10px;
    text-align: center
}

.page__ft img {
    height: 19px
}

.page__ft.j_bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0
}
.weui-cells {
    background-color: transparent;
}
.weui-cell {
    background-color: #fff;
}
.gender .weui-cell__bd{/* text-align:center; */}
.gender .weui-cell__bd label{display: inline-block; margin-right:1.2em;}
.gender .weui-cell__bd label .weui-check-inline{margin-right: .4em;}
.weui-textarea{padding: 5px 15px;box-sizing: border-box;}
.weui-cell.desc{
    line-height: 1.8em;
}
.weui-cells_radio .weui-icon-checked:before {
    content: '\EA01';
    color: #c9c9c9;
    font-size: 23px;
    display: block;
}
.weui-cells_radio .weui-check:checked+.weui-icon-checked:before{font-size:23px;content: '\EA06';
    color: #09bb07;}
.weui-cells_radio .weui-check+.weui-icon-checked{min-height:16px;min-width: 36.375px;}
.weui-agree__text{font-size: 12px;}
@media screen and (min-width: 736px){
    .dynamic-cell{width:45%;float: left;/* border-right: 1px solid #e5e5e5; *//* border-left: 1px solid #aaa; */}
    .dynamic-cell:nth-of-type(even){margin-left: 1%;}
    .container{width:736px; margin:auto;}
    .weui-cell{margin-bottom:2px;}
    .weui-cell:before{display:none;}
    .weui-cells:after, .weui-cells:before{display:none;}
    .weui-cell .weui-cell__hd{min-width: 1em;padding-right: 0;}
    .weui-cells_radio .weui-check+.weui-icon-checked{display:none;}
    .weui-check{
    position: static;
    left: 0;
    width: 1em;
    height: 1em;
    /* line-height: 1.5em; */
    display: inline-block;
}

    .weui-cells_radio .weui-cell__ft{/* border:1px solid #ddd; *//* padding-left: 0; *//* width: 1.5em; */line-height: 1.5em;}
    label.weui-cell{float:left;background-color: transparent;}
    .weui-cells_checkbox .weui-icon-checked:before{visibility: hidden;}
    .weui-cells_checkbox i.weui-icon-checked{display:none;}
}
@media screen and (min-width: 1200px){
    .dynamic-cell{/* width: 31%; *//* float: left; */}

}

