#wrapper {
    max-width: 640px;
    position: relative;
    margin: 0 auto;
    overflow: hidden;
    background: #fff;
}
#main {
    width: 640px;
    height: 1266px;
}
/* common */
.mt90 {
    margin-top: 90px;
}
.mt48 {
    margin-top: 48px;
}
.btnGroup {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.mainBg {
    background: url(../img/mainBg.jpg) no-repeat center center;
}
.longBg {
    /* background: linear-gradient(to bottom, #fff , #f6cbb2); */
    background: #1b1192;
}
.customBg {
    width: 100%;
    background: url(../img/cell.png);
}
.pageContent {
    margin-top: -560px;
}
.posr {
    position: relative;
}
.mg {
    margin: 0 auto;
}
.flexBox {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    padding: 0 46px;
}

/* =========================================   页面样式   =========================================*/
#index {
    background: url(../img/indexBg.jpg) no-repeat center center;
}
.logo {
    position: absolute;
    left: 35px;
    top: 64px;
}
.theme {
    position: absolute;
    left: 35px;
    top: 160px;
}
.letsgo {
    position: absolute;
    left: 184px;
    top: 886px;
}
.content_wrapper {
    position: relative;
}
.gz_info_header {
    position: absolute;
    left: 50%;
    top: 40px;
    margin-left: -108px;
    /* margin-top: -27px; */
}
#iscroll_wrapper {
    width: 489px;
    height: 670px;
    overflow: hidden;
    position: absolute;
    top: 90px;
    left: 50px;
}
.wj_header {
    /* position: absolute;
    left: 50%;
    top: 0;
    margin-left: -82px;
    margin-top: 40px; */
    margin-top: 15px;
}
#gz_tx .wj_header {
    margin-top: 40px;
}
.wj_header img {
    margin: 0 auto;
}
.qy_info_header {
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -149px;
    margin-top: -27px;
}
.info_item {
    position: relative;
}
.info_item.info_item_text::after {
    content: normal;
}
.info_item.duoh::after {
    top: 116px;
}
.info_item::after {
    content: '';
    width: 0;
    height: 0;
    border: 10px solid;
    border-color: #979797 transparent transparent transparent;
    position: absolute;
    right: 23px;
    top: 72px;
}
.info_item p {
    font-size: 25px;
    line-height: 45px;
    color: #fff;
}
.info_item p span {
    color: #dc2323;
    margin-right: 10px;
}
.info_item select {
    width: 100%;
    /* height: 51px; */
    border: 2px solid #9b9b9b;
    border-radius: 7px;
    padding: 14px 20px;
    font-size: 21px;
    color: #969696;
    background: #fff;
    appearance: none;
    -moz-appearance:none;
    -webkit-appearance:none;
}
.info_item option {
    background: #fff;
}
.info_item + .info_item {
    margin-top: 15px;
}
.selectedPage {
    margin-top: 30px;
    /* padding: 0 35px; */
}
#wj_iscroll {
    width: 100%;
    height: 748px;
    overflow: hidden;
    margin-top: 30px;
}
.title_type {
    font-size: 25px;
    color: #fff;
    text-align: center;
    font-weight: bold;
    width: 100%;
    display: flex;
    justify-content: space-around;
    letter-spacing: 4px;
    margin-top: 20px;
}
.title_type_mh p {
    padding: 0 14px;
}
.title_type_mh div {
    width: 100%;
    min-width: 280px;
    height: 14px;
    background: #0e1a7f;
    border-radius: 7px;
    margin-top: -17px;
}
.title {
    color: #fff;
    font-size: 25px;
    margin: 30px 0;
}
.option_item {
    width: 100%;
    /* border: 2px solid #d75228; */
    border-radius: 5px;
    font-size: 21px;
    color: #fff;
    padding: 12px 25px;
    display: flex;
    align-items: center;
    background: #3fc1ff;
}
.option_item + .option_item {
    margin-top: 15px;
}
.chara {
    margin-right: 10px;
    position: relative;
}
.option_content {
    flex: 1;
}
.option_item.has {
    background: #3960f4;
    color: #fff;
}
/* .option_item .chara.has::after {
    content: '';
    width: 29px;
    height: 25px;
    background: url(../img/selected.png) no-repeat center center;
    position: absolute;
    left: -3px;
    top: 6px;
} */
.options input {
    opacity: 1;
}
.options label + label {
    margin-top: 20px;
}
.other {
    margin-top: 22px;
}
.other_text {
    color: #d65027;
    font-size: 25px;
}
.info_item_text .other textarea {
    border: 2px solid #a2a2a2;
    color: #aaaaaa;
}
.info_item_text .other textarea::placeholder {
    color: #aaa;
}
textarea {
    font-size: 21px;
    padding: 16px 30px;
    border: 2px solid #7dfaff;
    color: #7a7979;
}
textarea::placeholder {
    color: #7a7979;
}
.other textarea {
    width: 100%;
    height: 134px;
}
.losePrizeBox, .winPrizeBox {
    position: relative;
}
.winTips {
    width: 100%;
    font-size: 25px;
    color: #000;
    font-weight: bold;
    text-align: center;
    position: absolute;
    top: 246px;
}
.closeLosePrize, .closeWinPrize {
    position: absolute;
    right: -21px;
    top: -21px;
}
.fillInBox {
    margin-top: 33px;
}
.fillInBox textarea {
    width: 100%;
    height: 330px;
    border-radius: 4px;
}
.txBtn {
    margin-top: 48px;
    padding: 0 35px;
}
.gz_xy_header {
    margin-left: 20px;
    margin-top: -60px;
}
#opinion {
    margin-top: 40px;
    width: 100%;
    height: 515px;
    border-radius: 4px;
}
.cy {
    margin-top: 30px;
    padding: 0 30px;
}
.thanksPic {
    width: 485px;
    height: 297px;
    border: 5px solid #7ffaff;
    border-radius: 7px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.thanksPic div {
    font-size: 25px;
    color: #8c5d35;
    font-weight: bold;
}
.thankBtn {
    margin-top: 44px;
    padding: 0 30px;
    width: 100%;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
.mt30 {
    margin-top: 30px;
}
.wjBtn {
    margin-top: 40px;
    padding: 0 20px;
}
.up{
	bottom:120px;
	position:absolute;
	pointer-events: none;
}
.up img{
	animation: start 1.5s infinite ease-in-out;
	-webkit-animation: start 1.5s infinite ease-in-out;
}
@-webkit-keyframes start {
  0%,30% {opacity: 0;-webkit-transform: translate(0,10px);}
  60% {opacity: 1;-webkit-transform: translate(0,0);}
  100% {opacity: 0;-webkit-transform: translate(0,-8px);}
}
@-moz-keyframes start {
  0%,30% {opacity: 0;-moz-transform: translate(0,10px);}
  60% {opacity: 1;-moz-transform: translate(0,0);}
  100% {opacity: 0;-moz-transform: translate(0,-8px);}
}
@keyframes start {
  0%,30% {opacity: 0;transform: translate(0,10px);}
  60% {opacity: 1;transform: translate(0,0);}
  100% {opacity: 0;transform: translate(0,-8px);}
}