html,
body,
ul,li {
    margin: 0;
    padding: 0;
}
a {
    text-decoration: none;
}
a:link,
a:visited,
a:hover,
a:active {
    color: inherit;
}

body {
    min-width: 1366px;
}
li {
    list-style: none;
}
.box {
    /* min-width: 1360px; */
    background: url('../img/bg.png') no-repeat;
    background-size: 100% 100%;
    overflow: auto;
}

.privacy {
    color: #000000;
}

.content {
    width: 78%;
    margin: 0 auto;
}
.top {
    width: 100%;
}
.top img {
    display: block;
    margin: 0 auto;
    width: 100%;
}
.top .title {
    width: 92%;
}
.introduce {
    width: 100%;
    margin: 0 auto;
}
.introduce img{
    display: block;
    margin: 0 auto;
    width: 86.8%;
}
.message-box{
    /* position: absolute; */
    /* width: 600px; */
    position: relative;
    width: 59%;
    min-width: 850px;
    margin: 0 auto;
}
.message-box img {
    width: 100%;
}
.input-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.page-input {
    width: 65%;
    height: 15%;
    margin: 10% auto 0;
    border: 1px solid #fdebe3;
    box-shadow: 0px 0px 3px 0px #fbd9c9;
    border-radius: 12px;
    overflow: hidden;
    background: #ffffff;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
}
.input-wrapper {
    width: 100%;
    height: 100%;
    background: #ffffff;
}
.search {
    width: 16%;
    height: 100%;
    float: left;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}
.search img {
    width: 50%;
    margin-top: 20%;
}
.page-input.active {
    background: #ffffff;
}
.options-list {
    position: absolute;
    border-radius: 12px;
    z-index: 99;
    width: 65%;
    border: 1px solid #fdebe3;
    background: #ffffff;
}
.thead {
    font-size: 28px;
    font-weight: 600;
    line-height: 70px;
    color: #565657;
    overflow: hidden;
}
.code {
    float: left;
    width: 50%;
    text-align: center;
}
.option {
    overflow: hidden;
    margin-bottom: 15px;
    font-size: 28px;
    cursor: pointer;
}
.option span {
    color: #dd4f3b;
}
.name {
    float: left;
    width: 50%;
    text-align: center;
}
.stock-input{
    width: 82%;
    font-size: 24px;
    border: none;
    outline: none;
    height: 100%;
    /* line-height: 76px; */
    color: #995d53;
}
.stock-input::-webkit-input-placeholder{
    color:#995d53;
}
.stock-input::-moz-placeholder{   /* Mozilla Firefox 19+ */
    color:#995d53;
}
.stock-input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
    color:#995d53;
}
.stock-input:-ms-input-placeholder{  /* Internet Explorer 10-11 */ 
    color:#995d53;
}
.agreement {
    position: relative;
    margin-left: 30px;
    margin-top: 20px;
    text-align: center;
}
.agreement .confirm {
    padding-left: 8px;
    vertical-align: middle;
    line-height: 20px;
    font-size: 15px;
    color: #a19f9d;
}
.confirm a {
    color: #333333;
}
input[type=checkbox]{
    position: relative;
    vertical-align: middle;
    appearance: none;
    -moz-appearance: none;
    -ms-progress-appearance: none;
    -webkit-appearance: none;
    outline: none;
    width: 0;
    height: 0;
}
label {
    position: relative;
}
label::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    position: absolute;
    left: -24px;
    bottom: 0;
    background-color: #ff4d48;
    border-radius: 3px;
}
input[type=checkbox]:checked + label::before {
    content: "\2714";
    font-size: 16px;
    color: #f3f3f3;
    text-align: center;
    line-height: 20px;
}
.notice img{
    display: block;
    margin: 0 auto;
    width: 72.8%;
}
.notice-title {
    text-align: center;
    color: #ffffff;
}
.btn{
    display: block;
    width: 412px;
    height: 112px;
    position: absolute;
    bottom: 110px;
    left: 538px;
    background: rgba(0, 0, 0, 0);
    background: url(about:blank)\0;
}
.mask {
    display: none;
    position: fixed;
    top: 0;
    width: 100%;
    background: rgba(0, 0, 0, .5);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f000000, endColorstr=#7f000000);
    background: url(about:blank)\0;
    z-index: 1000;
}
.iframe-mask {
    display: none;
}
.userAgree {
    position: absolute;
    background-color: #fff;
    width: 500px;
    border-radius: 5px;
    top: 20%;
    left: 50%;
    padding: 20px;
    margin-left: -250px;
    font-size: 14px;
    text-align: center;
    max-height: 80%;
    overflow: auto;
}

.userAgreeTitle {
    font-size: 16px;
    font-weight: bold;
}

.userAgreeCont {
    text-align: left;
    color: #666666;
    padding: 15px;
}

.userAgreeLine {
    text-indent: 30px;
    margin: 15px 0px;
}

.userAgreeButton {
    border: 0px;
    outline: 0;
    background-color: #ff6d2a;
    padding: 10px;
    color: #fff;
    font-size: 18px;
    border-radius: 30px;
    width: 70%;
    cursor: pointer;
}

.userAgreeFork {
    position: absolute;
    width: 20px;
    height: 20px;
    right: 15px;
    top: 15px;
    cursor: pointer;
}
.userAgreeFork img {
    width: 100%;
}
.loading-progress {
    position: absolute;
    top: 40%;
    left: 50%;
    width: 546px;
    height: 124px;
    padding: 30px 20px 20px;
    margin-left: -293px;
    background: url('../img/progress-bg.png') no-repeat;
    background-size: 100% 100%;
}
.text {
    text-align: center;
    font-size: 20px;
    color: #f4713d;
}
.progress-bar {
    width: 440px;
    height: 50px;
    margin: 20px auto 0;
    background: #e6e6e6;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
}
.progress {
    width: 20%;
    height: 100%;
    border-radius: 25px;
    background-image: linear-gradient(to right, #ef9266 , #f15239);
    filter:progid:DXImageTransform.Microsoft.gradient(GradientType = 1, startColorstr = #ef9266, endColorstr = #f15239);
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
}
.submit-box {
    width: 510px;
    height: 373px;
    position: absolute;
    top: 30%;
    left: 50%;
    margin-left: -293px;
    padding: 30px  38px;
    text-align: center;
    background: url('../img/tips_bg.png') no-repeat;
}
.submit-title {
    font-size: 52px;
    color: #e9703f;
    font-weight: 600;
}
.submit-tips {
    line-height: 72px;
    font-size: 28px;
}
.phone-input {
    width: 404px;
    height: 76px;
    line-height: 76px;
    padding-left: 84px;
    margin: 7px 0 30px;
    border: 1px solid #c4c2c2;
    outline: none;
    border-radius: 14px;
    background: url('../img/phone.png') no-repeat 36px 50%;
    font-size: 25px;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    -ms-border-radius: 14px;
    -o-border-radius: 14px;
}
img {
    border: none;
}
iframe{
    
    background: rgba(0, 0, 0, .5);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f000000, endColorstr=#7f000000);
}
.tips-error,
.error {
    margin-bottom: 6px;
    color: #ff1515;
}
.error {
    position: absolute;
    top: 10%;
    left: 0;
    right: 0;
    text-align: center;
}
.dn {
    display: none;
}
.success-box {
    width: 586px;
    height: 366px;
    position: absolute;
    top: 25%;
    left: 50%;
    margin-left: -293px;
}
.footer {
    margin-bottom: 16px;
    text-align: center;
    font-size: 12px;
    color: #ffffff;
}
.footer img {
    cursor: pointer;
    width: 87px;
    height: 20px;
}
.footer a{
    vertical-align: bottom;
}
#a3 {
    position: relative;
    top: 5px;
}
.btn-wrapper {
    width: 46%;
    margin: 14.6% auto 0;
    text-align: center;
    cursor: pointer;
}
.btn-wrapper img {
    width: 100%;
}
.close-success {
    position: absolute;
    width: 25px;
    height: 25px;
    right: 25px;
    top: 22px;
    cursor: pointer;
}
@media screen and (max-width: 1440px) {
    .agreement .confirm {
        font-size: 14px;
    }
}