@charset "utf-8";
/* CSS Document */
/*
** HTML5移动重置样式表
*/
/* ============================ 重置css样式 ============================ */ 
/* 清除内外边距 */
body,html,header,footer,section,span,p,h1,h2,h3,h4,ul,ol,li,select,input,button,textarea,aside,article,dd,dl,dt{
  margin: 0;
  padding: 0;
}
/* 设置默认字体 */
body,button,input,select,textarea{ font:0.6rem "微软雅黑", Helvetica, Arial, sans-serif; }
/* 重置列表元素 */
ul, ol { list-style: none; }
/* 重置文本格式元素 */
a { text-decoration: none; }
a:focus { outline:none; }
img{
  width:100%;
  border:none;
  display: block;
  vertical-align:middle;
  border-radius: 0.20rem;
  }
/* 重置表格元素 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* ========================= 页面常用样式 CSS样式 =========================== */  
html,body{
  width:100%;
  overflow-x:hidden;  
}
body{
  -text-size-adjust:none;
  -webkit-user-select:none;
  user-select:none;
  -webkit-tap-highlight-color:rgba(0,0,0,0);
}
/*清除浮动*/
.clearfix:after{
  display:block;
  clear:both;
  height:0;
  content:" ";
}
h1,h2,h3,h4,h5,h6{font-weight:normal;}
.fl{float:left;}
.fr{float:right;}
input{ border: none; border-radius: 0px; background:none;outline:none;}
input[type="button"],input[type="submit"],input[type="reset"]{
  -webkit-appearance:none;
  appearance:none;
}
select,button{ -webkit-appearance: none; border:none;}
i,em{ font-style:normal;}
/*placeholder文字默认颜色-webkit-input-placeholder*/
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */ color: #999999;  }
::-moz-placeholder { /* Mozilla Firefox 19+ */ color: #999999;}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {  color: #999999;}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {  color: #999999;}


.ios-select-widget-box header.iosselect-header a{
  color: #c4a672 !important;
}
 
 



/* 弹层 */
.windows_shade{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(00, 00, 00, 0.4);
}
.windows_box{
  width: 11.8rem;
  padding: 0.22rem;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  background: #fcfbf7;
}
.windows_main{
  width: 11.36rem;
  border: 0.08rem solid #ebdcbb;
  box-sizing: border-box;
}
.windows_header{
  width: 100%;
  height: 2rem;
  background-image: url(../images/icon_win_header.png);
  background-size: 7.5rem 0.4rem;
  background-position: center;
  background-repeat: no-repeat;
  font-size: 0.72rem;
  color: #543320;
  text-align: center;
  line-height: 2rem;
  font-weight: bold;
  letter-spacing: 0.1rem;
}
.windows_msg{
  font-size: 0.6rem;
  letter-spacing: 0.05rem;
  padding: 0 0.35rem;
  color: #543320;
}
.windows_btn{
  width: 10.3rem;
  height: 1.7rem;
  background-image: url(../images/icon_win_footer.png);  
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0 auto;
  font-size: 0.64rem;
  margin-top: 1rem;
  margin-bottom: 0.6rem;
  color: #fff;
  text-align: center;
  line-height: 1.7rem;
  letter-spacing: 0.1rem;
}
/*loading*/
.loading{
  background: #fcf6df;
  
}
.loading_content{
  position: fixed;
  left: 50%;
  top: 40%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
}
.loading_move{
  width: 11.2rem;
  height:1.12rem;
  background: url(../images/img_loading.png) no-repeat;
  background-size: 100% 100%;
  padding-left:  0.78rem;
  padding-right:  0.78rem;
  overflow: hidden;
  
}
.loading_text{
  color:#333333;
  font-size: 0.56rem;
  text-align: center;
  margin-top: 1rem;
}
.loading_move div{
  height: 0.78rem;
border-radius: 0.39rem;
width: 100%; 
background-image: linear-gradient( #e5e5e5,#fff);
margin-top: 0.17rem;
overflow: hidden;
}
.loading_move  p{
  width: 0%;
  background-image: linear-gradient( #d5ba8b,#f9ecd7);
  height: 0.78rem;
  border-radius: 0.39rem 0.08rem 0.08rem 0.39rem;
  color: #502f1b;
  font-size: 0.48rem;
  line-height: 0.78rem;
  font-weight: bold;
  text-align: right;
  /* padding-right: 0.2rem; */
  box-sizing: border-box;


  -webkit-transition: 1s linear;
  -moz-transition: 1s linear;
  -o-transition: 1s linear;
  transition: 1s linear;
  -webkit-transition-property: width;
  -moz-transition-property:width;
  -o-transition-property: width;
  transition-property: width;

}
.loading_move  p span{
  display: none;
}
.loading_move  p.act{
  width: 40%;
}

.loading_move  p.act1{
  width: 100%;
}
/*loading*/
.loading{
  background: #fcf6df;

}
.loading_content{
  position: fixed;
  left: 50%;
  top: 40%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
}
.loading_move{
  width: 11.2rem;
  height:1.12rem;
  background: url(../images/img_loading.png) no-repeat;
  background-size: 100% 100%;
  padding-left:  0.78rem;
  padding-right:  0.78rem;
  overflow: hidden;

}
.loading_text{
  color:#333333;
  font-size: 0.56rem;
  text-align: center;
  margin-top: 1rem;
}
.loading_move div{
  height: 0.78rem;
border-radius: 0.39rem;
width: 100%;
background-image: linear-gradient( #e5e5e5,#fff);
margin-top: 0.17rem;
overflow: hidden;
}
.loading_move  p{
  width: 0%;
  background-image: linear-gradient( #d5ba8b,#f9ecd7);
  height: 0.78rem;
  border-radius: 0.39rem 0.08rem 0.08rem 0.39rem;
  color: #502f1b;
  font-size: 0.48rem;
  line-height: 0.78rem;
  font-weight: bold;
  text-align: right;
  /* padding-right: 0.2rem; */
  box-sizing: border-box;


  -webkit-transition: 1s linear;
  -moz-transition: 1s linear;
  -o-transition: 1s linear;
  transition: 1s linear;
  -webkit-transition-property: width;
  -moz-transition-property:width;
  -o-transition-property: width;
  transition-property: width;

}
.loading_move  p span{
  display: none;
}
.loading_move  p.act{
  width: 40%;
}

.loading_move  p.act1{
  width: 100%;
}
.tip {
  position: relative;
}
.tip i{
  display: none;
  width: 6.4rem;
  height: 2rem;
  background: url(../images/bg_tip.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: -2.64rem;
  top: -2.1rem;
  color: #fff;
  font-size: 0.48rem;
  padding:0.1rem 0.3rem;
  box-sizing: border-box;
}
.shade{
  background:rgba(0,0,0,0.7);
  width: 100%;
  position: absolute;
  top:0;
  left: 0;
  z-index: 100;
}
.shade_text{
  background: #fff;
  width: 80%;
  /* height: 200px;*/
  text-align: center;
  position: absolute;
  margin-left: 10%;
  margin-top: -100px;
  left: 0%;
  border-radius:8px;
  overflow: hidden;
}
.shade_text > p {
  box-sizing: border-box;
  width: 100%;
  font-size: 1.1em;
  padding: 40px 20px 40px 20px;
  word-break:break-all;
}
.shade_text > button{
  width: 50%;
  background: #9c8160;
  height: 3.2em;
  font-size: 1em;
  color: #fff;
}