html,
body {
  width: 100%;
  margin: 0;
  padding: 0;
}
a,
input {
  outline: 0;
}
fieldset,
img,
input {
  border: 0;
}
a,
b,
blockquote,
body,
button,
canvas,
dd,
div,
dl,
dt,
em,
fieldset,
footer,
form,
frame,
frameset,
h1,
h2,
h3,
h4,
h5,
h6,
header,
i,
iframe,
img,
input,
label,
li,
main,
nav,
ol,
optgroup,
p,
pre,
section,
select,
span,
strong,
table,
tbody,
td,
textarea,
th,
thead,
tr,
ul,
video {
  margin: 0;
  padding: 0;
}
b,
em,
i,
strong,
th {
  font-style: normal;
  font-weight: 400;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: 400;
}
a {
  text-decoration: none;
  cursor: pointer;
}
a:active,
a:hover {
  outline-width: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
li,
ol,
ul {
  list-style: none;
}
.clearfix:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
}
/*# sourceMappingURL=reset.pc.css.map */
a {
  text-decoration: none;
  cursor: pointer;
  outline: none;
}
.fl {
  float: left;
}
.fr{
  float: right;
}

.showMessage{
  font-size: 16px;
  padding: 10px 20px;
  border-radius: 5px;
  position: fixed;
  top: 50px;
  left: 50%;
  color: #fff;
  z-index: 999;
  transform: translateX(-50%);
  display: none;
  white-space:nowrap;
}
.showMS{
  background: #f0f9ed;
  border: 1px solid #E1F3D8;
  color: #67c23a;
}
.showME{
  background: #fef0f0;
  border: 1px solid #fde2e2;
  color: #f76c6c;
}
button{
	cursor: pointer;
}
.contain {
  width: 19.2rem;
  height: 37.77rem;
  margin: 0 auto;
  font-size: 0;
  position: relative;
  box-sizing: border-box;
  padding-bottom: 1rem;
  padding-top: 5.6rem;
  background: url("../image/bg.png") no-repeat top center;
  background-size: 100% auto;
}

.register{
  width: 12.48rem;
  height: 3.3rem;
  box-sizing: border-box;
  padding: 0.56rem 0.5rem 0;
  margin: 0 auto;
}
.register_box{
  width: 100%;
  height: 0.76rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.reg_box_text{
  width: 2rem;
  font-size: 0.51rem;
	font-weight: normal;
	font-stretch: normal;
  letter-spacing: 0px;
	color: #879150;
  text-align: right;
  font-weight: 700;
}
.reg_box_input{
  width: 5.84rem;
	height: 0.88rem;
	background-color: #b2c97b;
	border-radius: 0.2rem;
	border: none;
  box-sizing: border-box;
  font-size: 0.42rem;
  padding-left: 0.25rem;
  color: #fff;
}
input::placeholder{
  color: #eaeecb;
}
.reg_box_button{
  border: none;
  width: 2.97rem;
	height: 0.96rem;
  background: url("../image/chaxun.png") no-repeat top center;
  background-size: 100% auto;
  margin-left: 0.2rem;
}
.reg_box_cent{
  width: 9.3rem;
  text-align: left;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #879150;
  font-size: 0.51rem;
  font-weight: 700;
}
.mt5{
  margin-top: 0.2rem;
}

.shop{
  margin: 1rem auto 0;
  width: 11.46rem;
  height: 18.5rem;
  box-sizing: border-box;
}
.shop_tit{
  height: 0.46rem;
  line-height: 0.46rem;
  font-size: 0.46rem;
  font-weight: 700;
  font-stretch: normal;
  color: #879150;
  text-align: left;
}
.shop_box{
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.shop_child{
  width: 5.25rem;
	height: 2.56rem;
  margin: 0 0 0.4rem 0;
  /* background: url("../image/1.png") no-repeat top center; */
  background-size: 100% auto;
  position: relative;
}

.shop_child_tit{
  font-size: 0.44rem;
	color: #ffbe41;
  height: 0.44rem;
  font-weight: 700;
  text-align: left;
  position: absolute;
  top: 0.8rem;
  left: 3rem;
}
.shop_child_tit span{
  font-size: 0.35rem;
}
.shop_child_button{
  width: 1.87rem;
	height: 0.56rem;
  background: url("../image/zhifu.png") no-repeat top center;
  background-size: 100% auto;
  border: none;
  position: absolute;
  bottom: 0.4rem;
  left: 2.8rem;
}

.explain{
  margin: 1.2rem auto 0;
  width: 11.15rem;
}
.mb40{
  margin-bottom: 0.25rem;
}
.ttext{
	font-size: 0.32rem;
	line-height: 0.37rem;
	color: #879150;
  word-break: break-all;
  letter-spacing: -0.01rem;
}

.pop {
  width: 100vw;
  min-height: 100vh;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index:50;
  background: rgba(0,0,0,0.6);
  display: none;
  overflow: auto;
}


.pop .close{
  width: 1rem;
	height: 1rem;
  position: absolute;
  top: -0.3rem;
  right: -0.3rem;
  cursor: pointer;
  background-image: url('../image/close.png');
  background-size: 100% 100%;
}
.pop_cen{
  width: 9.28rem;
  height: 6.04rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-sizing: border-box;
  background-image: url('../image/bg1.png');
  background-size: 100% 100%;
  padding: 2.2rem 1.15rem 0;
}

.pop_area_box{
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.5rem;
}
.pab_button_x{
  width: 2.96rem;
  height: 1.09rem;
  border: none;
  background: url('../image/hongkong.png') no-repeat top center;
  background-size: 100% 100%;
}
.pab_button_t{
  width: 2.96rem;
  height: 1.09rem;
  border: none;
  background: url('../image/taiwan.png') no-repeat top center;
  background-size: 100% 100%;
}
.pab_button_q{
  width: 6.9rem;
  height: 1.18rem;
  border: none;
  background: url('../image/qita.png') no-repeat top center;
  background-size: 100% 100%;
}
.pop .pop_cen2 {
  /* width: 12.42rem;
  height: 12.18rem; */
  width: 9.28rem;
  height: 9.1rem;
	padding: 1.9rem 1.15rem 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-sizing: border-box;
  background-image: url('../image/zhifufangsh.png');
  background-size: 100% 100%;
}

.pop_text{
	line-height: 0.41rem;
	font-size: 0.41rem;
	color: #cc8452;
  margin-bottom: 0.25rem;
  font-weight: 700;
}
.pop_cont{
  line-height: 0.4rem;
	font-size: 0.4rem;
	letter-spacing: 0px;
	color: #ea9832;
  margin-bottom: 0.5rem;
}
.pop_cont_color{
  display: flex;
  align-items: center;
	font-size: 0.41rem;
	letter-spacing: 0px;
  margin-bottom: 0.25rem;
  color: #cc8452 !important;
  font-weight: 700;
}
.pop_cont_subtract{
  width: 0.6rem;
  height: 0.5rem;
  background-image: url('../image/11.png');
  background-size: 100% 100%;
  margin-left: 0.3rem;
  cursor: pointer;
}
.pop_cont_add{
  width: 0.6rem;
  height: 0.5rem;
  background-image: url('../image/12.png');
  background-size: 100% 100%;
  cursor: pointer;
}
.pop_cont_num{
  margin: 0 0.15rem;
}
.pop_cen_box{
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.pop_cen_img{
  width: 3.22rem;
}
.pop_cen_paybox{
  /* display: flex;
  align-items: center;
  justify-content: space-between; */
  width: 6.9rem;
  height: 1rem;
  margin: 0.4rem 0;
  background-image: url('../image/payqd.png');
  background-size: 100% 100%;
  position: relative;
}
.pop_cen_pay_jian{
  width: 0.45rem;
  height: 0.3rem;
  background-image: url('../image/jian.png');
  background-size: 100% 100%;
  position: absolute;
  top: 0.32rem;
  right: 0.3rem;
}
.pop_cen_pay_data{
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 0.2rem 0.3rem 0;
  font-size: 0.41rem;
  color: #fff;
  cursor: pointer;
}
.pop_cen_pay_post{
  width: 6.9rem;
  height: 3.99rem;
  position: absolute;
  top: 1.05rem;
  left: 0;
  box-sizing: border-box;
  padding: 0.15rem 0.08rem 0.25rem;
  color: #fff;
  display: none;
  background-image: url('../image/paybg.png');
  background-size: 100% 100%;
}
.pop_cen_pay_post_box{
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  overflow-x: hidden;
  overflow-y: auto;
}
.pop_cen_gptext{
  width: 6.74rem;
  height: 0.55rem;
  display: flex;
  align-items: center;
  /* justify-content: center; */
  color: #8f4e2b;
  font-size: 0.3rem;
  box-sizing: border-box;
  padding-left: 0.2rem;
  cursor: pointer;
}
.pop_cen_gptext_av{
  background-image: url('../image/xzpay.png');
  background-size: 100% 100%;
}
.poppaybut{
  width: 3.5rem;
  height: 1.29rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.poppaybut_av{
  background-image: url('../image/xz.png');
  background-size: 100% 100%;
}
.pop_cen_name{
  width: 5.15rem;
  font-size: 0.38rem;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #191a1a;
}
.pop_cen_gbox{
  width: 0.68rem;
  height: 0.68rem;
  display: flex;
}
.pop_cen_gbox img{
  width: 100%;
}
.pop_cen_gbox_xz {
  display: none;
}
.pop_cen_gbox_av .pop_cen_gbox_xz{
  display: block;
}
.pop_cen_gbox_av .pop_cen_gbox_nxz{
  display: none;
}
.pop_box_cost{
  display: flex;
  justify-content:space-between;
  align-items: center;
}
.pop_box_cost_le{
  font-size: 0.4rem;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #191a1a;
}
.pop_box_cost_lecol{
  color: #ea9832;
}
.pop_box_cost_lecowei{

}
.play_but{
  width: 6.9rem;
	height: 1.05rem;
  background-image: url('../image/fubut.png');
  background-size: 100% 100%;
  border: none;
  cursor: pointer;
  overflow: hidden;
}

.dot {
  display: none; 
  font-size: 0.6rem;
  height: 1em; 
  line-height: 1;
  text-align: left;
  vertical-align: -.25em;
  overflow: hidden;
}
.dot::before {
  display: block;
  content: '...\A..\A.';
  white-space: pre-wrap;   /* 也可以是white-space: pre */
  animation: dot 2s infinite step-start both;
}
@keyframes dot {
  33% { transform: translateY(-2em); }
  66% { transform: translateY(-1em); }
}

/*滚动条样式：谷歌浏览器下*/
.scrollbar::-webkit-scrollbar{
  width: 12px;
  height: 12px;
  background-color: #f5f7fa;
}
/*滚动条的轨道*/
.scrollbar::-webkit-scrollbar-track{
/*box-shadow: inset 0 0 5px rgba(0,0,0,.3);*/
background-color: #f5f7fa;

}
/*滚动条的滑块按钮*/
.scrollbar::-webkit-scrollbar-thumb{
border-radius: 10px;
background-color: #C1C1C1;
/*box-shadow: inset 0 0 5px #000;*/
}
/*滚动条的上下两端的按钮*/
.scrollbar::-webkit-scrollbar-button{
height: 0px;
background-color: #C1C1C1;
}