body{ background-color: #fff; }
.container{
    -webkit-overflow-scrolling : touch;
    background-color: #fff;
    min-width: 840px;
}
/* 标题图片 */
.activityBannerWrap{
    width: 100%;
    height: 628px;
    background-color: #fc393d;
}
.activityBanner{
    width: 1200px;
    height: 628px;
    margin: 0 auto;
}
.activityBanner img{
    width: 1200px;
    height: 628px;
}
.activityText p{
    text-align: center;
    font-size: 24px;
    color: #d3171b;
    padding: 20px 0 38px 0;
    text-align: center;
}

.validateBody{
    width: 782px;
    height: 393px;
    margin: 0 auto;
    border: 2px solid #f9f5f3;
    position: relative;
    top: -125px;
    background-color: #fff;
    box-shadow:    0px -1px 2px 0px #f9f5f3,
                -1px 0px 2px 0px #f9f5f3,
                1px 0px 2px 0px #f4ede9,
                0px 4px 10px 0px #f4ede9;
}
.validateInputWrap{
    width: 260px;
    position: absolute;
    left: 50%;
    margin-left: -130px;
}
.validateInputWrap .verifyInformationQr{
    display: inline-block;
    width: 260px;
    height: 260px;

}
/* 公共样式 */
.btn-disable {
    color: #999;
}
.noShow{ display: none; }
.outlineStyle{
    outline-color: #fff;
    outline-style: none;
}
.boxShadowStyle{ box-shadow: 0px 2px 5px #ccc; }
button[disabled] {
    background-color: #ddd !important;
}
.clearnull{
    display: block;
    width: 20px;
    height: 20px;
    background: url(../../images/clearnull.png) no-repeat center;
    background-size: 100%;
    position: absolute;
    top: 12px;
    right: 10px;
}
.js_dialog .weui-dialog__ft {
    display: block;
    color: #508cee;
    font-size: 14px;
}


.pop-up .weui-dialog{
    width: 800px;
    max-width: 800px;
    border-radius: 0;
    padding: 0 40px;
}
.pop-up .weui-dialog__bd{
    padding: 0;
    margin-bottom: 20px;
}
.pop-up .headTitle{
    width: 100%;
}
.pop-up .dialogTextDesc{
    font-size: 22px;
    padding: 15px 24px;
}
.pop-up .itemDesc{
    font-size: 18px;
    text-align: left;
    color: #333333;
    line-height: 30px;
}
.pop-up .redNumver{
    color: #fa5558;
}
.pop-up .recommendedActivities{
    color: #0959c6;
    text-decoration: underline;
    cursor: pointer;
}
.pop-up .weui-dialog__ft{
    height: 100px;
}
.pop-up .sureBtn{
    width: 200px;
    height: 40px;
    border: none;
    background-color: #ff423e;
    border-radius: 5px;
    margin-top: 32px;
    color: #fff;
    line-height: 40px;
    outline: none;
    margin-bottom: 20px;
    font-size: 18px;
    cursor: pointer;
}


.common-pop-up .weui-dialog{
    width: 380px;
    max-width: 380px;
}
.common-pop-up p{
    font-size: 12px;
}
.common-pop-up .weui-dialog__bd{
    padding: 0;
    margin-bottom: 20px;
}
.common-pop-up .dialogTextDesc{
    padding: 25px 24px;
    color: #000;
    font-size: 17px;
    padding-top: 36px;
}
.common-pop-up .codeImg{
    width: 170px;
    height: 170px;
    padding: 10px 0 20px 0;
}
.common-pop-up .qr_exit{
    position: absolute;
    display: block;
    width: 30px;
    top: 6px;
    right: 6px;
    cursor: pointer;
}


/* 个人信息验证二维码 */
.verifyInformation{
    text-align: center;
    position: relative;
    height: 140px;
}
.verifyInformation .imageQrWrap{
    position: absolute;
    display: inline-block;
    width: 140px;
    height: 140px;
    overflow: hidden;
    left: 50%;
    margin-left: -70px;
}
.verifyInformation img{
    width: 140px;
    height: 140px;
}


.contentWrap{
    width: 1200px;
    margin: 0 auto;
    position: relative;
    top: -90px;
}
/* wrapperSec代码样式 */
.wrapperSec{
    padding: 0 15px;
    margin-top: 30px;
}
.wrapperSec .wrapperTitle{
    color: #666;
    font-weight: bold;
    font-size: 24px;
    height: 30px;
    line-height: 30px;
}
.wrapperSec .redBlock{
    display: inline-block;
    width: 7px;
    height: 24px;
    margin-right: 7px;
    background-color: #fa5558;
    position: relative;
    top: 4px;
}
.wrapperSec .wrapperContent{
    margin-top: 15px;
    color: #666;
}
.wrapperSec .wrapperContent p.theText{
    font-size: 20px;
    color: #888;
}
.wrapperSec .wrapperImgTitle{
    font-size: 20px;
    color: #fa5558;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: left;
    font-weight: bold;
}
.wrapperSec .wrapperImg{
    width: 100%;
}
.wrapperSec .vstitle{
    font-size: 20px;
    height: 25px;
    line-height: 25px;
    margin-top: 33px;
    margin-bottom: 22px;
    position: relative;
}
.wrapperSec .vstitle .imgVs{
    display: inline-block;
    width: 25px;
    height: 25px;
    background: url('./images/img_vs.png') no-repeat;
    background-size: 25px;
    position: absolute;
    left: 50%;
    margin-left: -13px;
}
.wrapperSec .vstitle .leftTitle{
    color: #666;
    vertical-align: top;
    display: inline-block;
    width: 48%;
    text-align: center;
}
.wrapperSec .vstitle .rightTitle{
    color: #fa5558;
    vertical-align: top;
    display: inline-block;
    width: 48%;
    text-align: center;
}
.wrapperSec .wrapperTable{ width: 100%; }
.wrapperSec .wrapperTable{
    border: 1px solid #d1d1d1;
    border-collapse: collapse;
}
.wrapperSec .wrapperTable td{
    border: 1px solid #d1d1d1;
    font-size: 20px;
    height: 42px;
    text-align: center;
    width: 50%;
}
.wrapperSec .wrapperTable td.tdLeft{
    color: #888;
}
.wrapperSec .wrapperTable td.tdRight{
    color: #fa5558;
}
.listP{
    font-size: 20px;
    color: #888;
}


.qrWraper{
    width: 100%;
    margin-top: 62px;
}
.qrWraper .downloadAppSecWrap{
    display: inline-block;
    width: 596px;
}
.qrWraper .qrImg{
    display: inline-block;
    width: 580px;
    height: 166px;
}


/* 活动说明 */
.activitiesInstructions{
    text-align: center;
    padding-top: 20px;
}
.activitiesInstructions .instructionsSpan{
    color: #3f6fe9;
    font-size: 20px;
    text-decoration: underline;
    cursor: pointer;
}