.box{
  width: 100%;
  height: 4.77rem;
  background: url(../img/box.png);
  background-size: cover;
  position: relative;
  overflow: auto;
    -webkit-overflow-scrolling: touch;
}
.box_fill{
  width: 100%;
  height: 0.32rem;
}
.logo{
  width: 100%;
  height: 4.07rem;
  background: url(../img/logo.png);
  background-size: cover;
  margin: 0 auto 0;
}
.content{
  width: 100%;
  height: 4.76rem;
  /* background: url(../img/content.png); */
  background-size: cover;
  margin:0 auto;
}
.content_fill{
  width: 100%;
  height: 0.73rem;
  background:url(../img/content_fill.png) center no-repeat;
  background-size:4.32rem .73rem ;
}
.title{
  width: 5.58rem;
  height: 0.54rem;
  margin: .24rem auto 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* background: url(../img/title.png) center no-repeat; */
  /* background-size: 4.18rem 0.54rem; */
}
.search_btn1{
  width: 2.46rem;
  height: .5rem;
  background: url(../img/search_btn1.png);
  background-size: 2.46rem .5rem;
}
.search_btn2{
  width: 2.48rem;
  height: .52rem;
  background: url(../img/search_btn2.png);
  background-size: 2.48rem .52rem;
}

.form{
  width: 5.58rem;
  height: 2.89rem;
  margin: .2rem auto 0;
}
.row{
  width: 100%;
  height: .53rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: .2rem;
}
.row img{
  width: 1.62rem;
}
.row span{
  font-size: .34rem;
  color: #fced88;
  font-weight: 700;
}
.row select{
  width: 3.62rem;
	height: .53rem;
	background-color: #ffffff;
	box-shadow: inset 0px 0px 9px 0px 
		#3b3b3b;
	border: solid 1px #ffde47;
  outline: none;
  padding-left: .2rem;
}
.row input{
  width: 3.42rem;
	height: .53rem;
	background-color: #ffffff;
	box-shadow: inset 0px 0px 9px 0px 
		#3b3b3b;
	border: solid 1px #ffde47;
  outline: none;
  padding-left: .2rem;
}
.apply_btn{
  width: 5.59rem;
  height: .53rem;
  background: url(../img/apply_btn.png);
  margin: .2rem auto 0;
  background-size: 5.59rem .53rem;
}

.alert3{
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .8);
  position: fixed;
  top: 0;
  z-index: 4;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}

.alert2_box{
  width: 5.48rem;
  height: 4.08rem;
}
.remark_pop{
 width: 5.48rem;
 height: 3.18rem;
 background: url(../img/remark_pop.png);
 background-size:5.48rem 3.18rem;
}
/* .remark_close{
  width: 548px;
  height: 90px;
  background: url(../img/remark_close.png);
  cursor: pointer;
} */
.alert3_close{
  width: 5.48rem;
  height: .9rem;
  background: url(../img/remark_close.png);
  background-size:5.48rem .9rem;
  cursor: pointer;
}
.remark_fill{
  width: 100%;
  height: 1.25rem;
}
.remark_text{
  width: 4.6rem;
  margin: 0 auto;
  font-size: .28rem;
  color: #f5ef8f;
  letter-spacing: -1px;
}



.search_pop{
  width: 5.17rem;
  height: 4rem;
  background: url(../img/search_pop.png);
  background-size: 5.17rem 4rem;
  /* position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0; */
  margin:.1rem auto 0;
  /* z-index: 3; */
  /* display: none; */
}
.search_pop_fill{
  width: 100%;
  height: .8rem;
}
.search1,.search2,.search3{
  width: 100%;
  height: 3.19rem;
  display: none;
}

.search2{
  display: block;
}
.search2_fill{
  width: 100%;
  height: .05rem;
}
.search2 table{
  width: 4.7rem;
  /* height: 267px; */
  margin: 0 auto 0;
}
.search2 th{
  height: .45rem;
  background-color: #fff995;
	border: solid 1px #fff995;
  font-size: .14rem;
  color: #211213;
}
.search2 .winList td{
  height: .62rem;
  /* line-height: 74px; */
  font-size: .16rem;
  border: solid 1px #fff995;
  text-align: center;
  color: #fff995;
}

.search3_fill{
  width: 100%;
  height: 1.2rem;
}
.search3_text{
  width: 4.19rem;
  font-size: .28rem;
  color: #ef2f31;
  text-align: center;
  margin: 0 auto;
}
.search1_fill{
  width: 100%;
  height: .7rem;
}
.search_close{
  width: .56rem;
  height: .56rem;
  background: url(../img/close.png);
  background-size:.56rem .56rem;
  margin: .01rem auto 0;
  cursor: pointer;
}
.account{
  width: 4rem;
	height: .5rem;
	background-color: #4d3229;
	box-shadow: inset 2px 2px 9px 0px 
		rgba(3, 76, 107, 0.35);
	border-radius: .33rem;
	border: solid 2px #fbe467;
  color: #ffffff;
  display: block;
  margin: 0 auto;
  text-align: center;
  line-height: .5rem;
  font-size: .28rem;
  outline:none
}
.search_btn{
  width: 2.78rem;
  height: .95rem;
  background: url(../img/search_btn.png);
  background-size: 2.78rem .95rem;
  margin: 0.64rem auto 0;
  cursor: pointer;
}
.alert,.alert2{
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .8);
  position: fixed;
  top: 0;
  z-index: 2;
  display: none;
  overflow: auto;
}



.page_div{
  width: 4.61rem;
  margin: .25rem auto 0;
  height: .48rem;
  display: flex;
  justify-content: center;
}
.page_div a {
  /* width: 1.302vw; */
  height: .30rem;
  text-align: center;
  margin: 0 .06rem;
  padding:0 .06rem;
  cursor: pointer;
  display: inline-block;
  font-family: MicrosoftYaHei;
  font-size: .18rem;
  line-height: .30rem;
  letter-spacing: 0px;
  color: #000000;
  background-color: #ffffff;
  /* background: #fee6c3; */
}

#firstPage,
#lastPage {
  width: .66rem;
  color: #0073A9;
}

#prePage,
#nextPage {
  width:.6rem;
  height: .30rem;
  color: #000000;
  background-color: #ffffff;
}

.page_div .current {
  background-image: linear-gradient(0deg, 
		#f6a231 0%, 
		#fed898 100%), 
	linear-gradient(
		#009688, 
		#009688);
	background-blend-mode: normal, 
		normal;
	border: solid 1px rgba(229, 143, 29, 0.6);
  color: #FFFFFF;
}

.totalPages {
  margin: 0 .2rem;
}

.totalPages span,
.totalSize span {
  color: #0073A9;
  margin: 0 .2rem;
}



.details{
  width: 5.17rem;
  height: 4.12rem;
  background: url(../img/details.png);
  background-size: 5.17rem 4.12rem;
  /* left: 0;
  right: 0;
  top: 0;
  bottom: 0; */
  margin:.1rem auto 0;
  /* position: fixed;
  z-index: 3;
  display: none; */
}
.details_fill{
  width: 100%;
  height: .80rem;
}
.details_box{
  width: 4.57rem;
  height: 2.72rem;
  padding: .20rem .30rem;
  overflow: auto;
 font-size: .12rem;
}
.details_close{
  width: .56rem;
  height: .56rem;
  background: url(../img/close.png);
  background-size:.56rem .56rem;
  margin: .12rem auto 0;
  cursor: pointer;
}












@media (min-width: 1024px){
  body{max-width: 750px;}
  
  .box{
    width: 750px;
    height: 1877px;
  }
  .box_fill{
    width: 100%;
    height: 32px;
  }
  .logo{
    width: 750px;
    height: 407px;
    margin: 0 auto 0;
  }
  .content{
    width: 750px;
    height: 606px;
    margin: 74px auto 0;
  }
  .content_fill{
    width: 100%;
    height: 80px;
  }
  .title{
    width: 578px;
    height: 62px;
  }
  .title div{
    width: 250px;
    height: 62px;
    font-size: 32px;
    line-height: 62px;
    font-weight: 700;
  }
  .title .cur{
    width: 250px;
    height: 62px;
  }
  .group{
    width: 655px;
    margin: 30px auto 0;
    display: none;
  }
  .group.cur{
    display: block;
  }
  .input-group{
    width: 578px;
    height: 62px;
    margin:0 auto 40px;
    display: flex;
    align-items: center;
  
  }
  .input-group label{
    width: 180px;
    font-size: 30px;
    color: #ffdf09;
    text-align: right;
  }
  .input-group input{
    width: 406px;
    height: 65px;
    background-image: linear-gradient(
    #ffffff, 
    #ffffff), 
   linear-gradient(
    #e8dfcc, 
    #e8dfcc);
    background-blend-mode: normal,
    normal;
    box-shadow: inset 0px 1px 6px 0px
    rgba(4, 0, 0, 0.54);
    border-radius: 5px;
    border: solid 1px #f9f5b0;
    margin-left: 13px;
    font-size: 27px;
    padding-left: 19px;
  }
  .verification.input-group div{
    width: 398px;
    height: 65px;
    margin-left: 13px;
    display: flex;
    align-items: center;
  }
  .verification.input-group input{
    width: 200px;
    /* margin-left: 16px; */
    margin-left: 0;
  }
  .verification.input-group span{
    display: inline-block;
    width: 195px;
    height: 63px;
    background-image: linear-gradient(0deg, 
      #ffcd35 0%, 
      #fdf989 47%, 
      #fedf5b 74%, 
      #fec52d 100%);
      font-size: 33px;
      color: #100c09;
      font-weight: 700;
      line-height: 63px;
      text-align: center;
      margin-left: 11px;
  }
  .phone_btn,.email_btn{
    width: 655px;
    height: 80px;
    background: url(../img/phone_btn.png);
      margin: -20px auto 0;
      color: #100c09;
      font-size: 50px;
      text-align: center;
      line-height: 80px;
  }
  .bottom_msg{
    width: 100%;
    height: 40px;
    line-height: 40px;
    color: #ffe10a;
    font-size: 20px;
    text-align: center;
    margin-top: 5px;
  }
  .privilege{
    width: 749px;
    height: 581px;
    background: url(../img/privilege.png);
    margin: 70px auto 0;
  }
  .footer{
    width: 100%;
    height: 60px;
    line-height: 60px;
    font-size: 24px;
    color: #eddc7c;
    text-align: center;
    position: absolute;
    bottom: 0;
    letter-spacing: 0px;
  }
  .disabled{
    pointer-events: none;
  }
  /* .alert,.alert2{
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .7);
    position: fixed;
    top: 0;
    z-index: 2;
    display: none;
  } */
  .alerts,.repetition_alert,.handsel_alert,.pop_alert,.succeed_alert{
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .7);
    position: absolute;
    top: 0;
    z-index: 2;
     display: none; 
    /*display: flex;*/
    justify-content: center;
    align-items: center;
  }
  .repetition_pop{
    width: 669px;
    height: 398px;
    background: url(../img/pop.png);
    /* left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    position: fixed;
    z-index: 3;
    display: none; */
  }
  .tip_pop{
    width: 669px;
    height: 398px;
    background: url(../img/pop.png);
    /* left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    position: fixed; */
    /* z-index: 3; */
    /* display: none; */
  }
  .pop_title{
    width:100%;
    height: 76px;
    line-height: 76px;
    color: #fff;
    font-size: 40px;
    text-align: center;
  }
  .repetition_title{
    width: 612px;
    margin: 78px auto 0;
    font-size: 32px;
    color: #67431f;
    font-weight: 700;
    letter-spacing: 2px;
    text-align: center;
    line-height: 60px;
  }
  .repetition_close{
    width: 60px;
    height: 61px;
    margin: 144px auto 0;
    background: url(../img/close.png);
  }
  .pop{
    width: 669px;
    height: 398px;
    background: url(../img/pop.png);
    /* left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    position: fixed;
    z-index: 3;
    display: none; */
  }
  .pop_content{
    width: 640px;
    margin: 20px auto 0;
  }
  .pop_content_title{
    font-size: 24px;
    height: 70px;
    color: #67431f;
    font-weight: 700;
    text-align: left;
    line-height: 30px;
  }
  .pop_content_title1{
    width: 100%;
    text-align: left;
    font-size: 34px;
    font-weight: 700;
    color: #ea433b;
  }
  .pop_content_title3{
    width: 100%;
    text-align: left;
    font-size: 24px;
    font-weight: 700;
    color: #67431f;
    height: 40px;
    line-height: 40px;
  }
  .pop .pop_content_title3{
    margin-top: 10px;
  }
  .pop_close{
    width: 60px;
    height: 61px;
    margin: 86px auto 0;
    background: url(../img/close.png);
  }
  
  .succeed_pop{
    width: 669px;
    height: 398px;
    background: url(../img/pop.png);
    /* left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    position: fixed;
    z-index: 3;
    display: none; */
  }
  .succeed_pop .pop_content_title3{
    height: auto;
    width: 636px;
    margin: 0 auto 10px;
  }
  .succeed_pop .pop_title{
    margin-bottom: 20px;
  }
  .succeed_close{
    width: 60px;
    height: 61px;
    margin: 64px auto 0;
    background: url(../img/close.png);
  }
  
  .handsel_pop{
    width: 669px;
    height:398px;
    background: url(../img/handsel_pop.png);
    /* left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    position: fixed;
    z-index: 3;
    display: none; */
  }
  .handsel_close{
    width: 60px;
    height: 61px;
    margin: 420px auto 0;
    background: url(../img/close.png);
  }


}