@charset "utf-8";
/* CSS Document */
body{margin:0 auto; padding:0; overflow-x:hidden; background:#fff; position:relative; font-family:"Microsoft YaHei";}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, blockquote, textarea, p, th, td ,table { margin:0; padding:0;}
h1,h2,h3,h4,h5,h6 { font-weight:normal; margin:0; padding:0; }
table { border-collapse:collapse;}
th { padding:0; text-align:left; vertical-align:top; }
td { padding:0; vertical-align:top; }
img{ margin:0; padding:0; border:0;}
a{ cursor:pointer; text-decoration:none;}
ul,ol,li{ list-style:none;}
.clear{ clear:both;}
input[type="submit"],
input[type="reset"],
input[type="button"],

html{
    max-width: 640px;
    margin: 0 auto;
}


input {text-indent: 6px;outline:none;}

body{
    max-width: 640px;
    color: #444;
}

.container {
    padding: 10px;
}

.container p {line-height: 26px;margin-bottom: 6px;}

.rdo{
    position: relative;
    margin-right:10px;
    display: inline-block;
    width:16px;
    height:16px;
}

.rdo:before,.rdo:after{
    content:"";
    position: absolute;
    background:#fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
}

.rdo:before{
    width:18px;
    height:18px;
    border:1px solid #ccc;
    top:-1px;
    left:-1px;
}
.rdo:after{
    width:8px;
    height:8px;
    left:5px;
    top:5px;
}

.rdo:checked:before{
    background:#ef661a;
    border-color: #ef661a;
}
.rdo:checked:after{
    background:#fff;
}

.input{
    width:100%;
    height:35px;
    line-height:35px;
    font-size: 14px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline:none;
    border:1px solid #000;
    box-sizing:border-box;
}

.btn-common{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline:none;
    border:none;
    width:100%;
    background: red;
    text-align: center;
    height:40px;
    line-height:40px;
    font-size:18px;
    font-weight: 600;
    color:#fff;
}

.field-wrap.code-wrap input {
    width: calc(100% - 140px);
    border-right: none;
}

.field-wrap.code-wrap button {
    width: 140px;
    float: right;
    background-color: #D94840;
    color: #fff;
    border: none;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
}

.wap-form .title {
    height: 40px;
    line-height: 40px;
    font-weight: 600;
}

.wap-form .field-wrap {
    margin-bottom: 10px;
}

.modalBox {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 1000;
    display: none;
}
.modalBox.active {
    display: block;
}
.modal-content{
    margin: 30px;
    margin-top:40%;
    text-align: center;
    padding: 10px;
    background-color: #fff;
}

.modal-content div{
    margin: 10px auto;
    font-size: 18px;
}

.modalBox .imageBox {
    /*margin-top: 40%;*/
}