@charset "utf-8";
html,body,ul,li,h1,h2,h3,p,dl,dt,dd,li,ol,table,tr,td,th,section{margin:0;padding:0;}
html,body{width:100%;min-width:320px;max-width:640px;overflow-x:hidden;margin:0 auto;font:14px/1.2 helvetica,verdana,san-serif, STHeiti STXihei, Microsoft YaHei, Arial;color:#333;background-color:#fff;}
ul,li {list-style:none;}
body{padding-bottom:2.55rem;}
img {-webkit-user-select:none;border:none;}
a{-webkit-tap-highlight-color:rgba(0,0,0,0);text-decoration: none;color:#544C57;}
.zanwupl{font-size:13px;color:#999;text-align:center;padding-top:50px;padding-bottom:35px;display:none}
.zanwupl2{font-size:0.75rem;color:#999;text-align:center;padding-top:50px;padding-bottom:35px;display:none}
.clearboth{clear:both;}
.clear{overflow:hidden;zoom:1;}
.clear:after{content:"";display:table;}
.fl{float:left;}
.fr{float:right;}
.textc{text-align:center;}
input{border:0;outline:none;}/*去除蓝色边框*/
.fillet{border-radius:100%;}/*圆角代码*/
.translucent{background-color:#000;filter:alpha(opacity=10);/*支持 IE 浏览器*/-moz-opacity:0.10;/*支持 FireFox 浏览器*/opacity:0.10;/*支持 Chrome, Opera, Safari 等浏览器*/}/*透明样式*/
.border{border:solid 0.5px #8C8C8C;}
.bordere2{border-bottom:solid 0.5px #E2E2E2;}
.hidden{display:none;}
.plr05{padding:0 0.5rem}
.plr075{padding:0 0.75rem}
.plr125{padding:0 1.25rem;}
.bgbar{background-color:#F2F2F2;height:9px;}
.btn{display:block;background-color:#FF7239;height:2.25rem;line-height:2.25rem;text-align:center;color:#fff;width:13rem;margin:2rem auto;border-radius:0.1rem;font-size:0.7rem;}
.tanceng{display:none;position:fixed;right:0;top:0;width:100%;height:100%;z-index:1050;background-color:#000;filter:alpha(opacity=85); /*支持 IE 浏览器*/-moz-opacity:0.85; /*支持 FireFox 浏览器*/opacity:0.85; /*支持 Chrome, Opera, Safari 等浏览器*/}
.tancengimg{display:block;position:fixed;right:0;top:0;z-index:1051;padding-top:0.75rem;padding-right:0.75rem;width:11.775rem;display:none;}

.topsbot{position:fixed;bottom:0;width:100%;height:1.7rem;background:rgba(0,0,0,0.69);z-index:1030;padding:0.4rem 0;}
.toplogo{height:1.7rem;width:auto;margin-left:0.75rem;}
.iconopen1{display:block;margin-right:0.75rem;font-size:0.7rem;line-height:1.4rem;font-style:normal;color:#fff;text-align:center;width:4.5rem;height:1.4rem;background:#43CEA9;margin-top:0.1rem;border-radius:50px;}
.iconopenadd1{background:#43CEA9;border-radius:50px;}
/*.iconopen1 img{display:block;width:4rem;height:1.5rem;margin-top:0.1rem;}*/
/*.iconopen{width:3.25rem;height:1.45rem;line-height:1.45rem;text-align:center;font-size:0.6rem;text-align:center;color:#fff;border-radius:5px;background-color:#ff7239;margin-right:0.65rem;}*/
/* .topsbot{position:fixed;bottom:0;width:16rem;height:2rem;background:url("../img/topsbot.png") no-repeat;background-size:16rem 2.55rem;z-index:1030;padding-top:0.55rem;}
.iconopen{width:3.25rem;height:1.45rem;line-height:1.45rem;text-align:center;font-size:0.6rem;text-align:center;color:#fff;border-radius:5px;background-color:#ff7239;margin-right:0.65rem;} */
/*加载样式*/
/*.load{width: 100%;height: 18rem;background: url("../img/load.png") no-repeat center center;background-size: 12.75rem 1.375rem;}
.reload{width: 100%;height: 18rem;background: url("../img/reload.png") no-repeat center center;background-size: 12.25rem 3.24rem;display: none;}*/
.load{width: 100%;height:18rem;background: url(../img/ajax-loader.gif) no-repeat center center;background-size:1.5rem 1.5rem;/*position:absolute;top:50%;margin-top:-0.75rem;left:50%;margin-left:-0.75rem;z-index:1031*/}
.reload{width: 100%;height: 18rem;background: url("../img/reload.png") no-repeat center center;background-size: 12.25rem 3.24rem;display: none;}
.error{width:16rem;height:1rem;line-height:1rem;font-size:0.8rem;text-align:center;position:fixed;top:50%;margin-top:-0.5rem;z-index:1031;display:none;}
.sharestyle{margin:0;padding:0;width:0px;height:0px;margin-top:0px;display:block;}

/* 右三角 */
.arrow-right {
  width:0;
  height:0;
  border-top:0.25rem solid transparent;
  border-bottom:0.25rem solid transparent;
  border-left:0.25rem solid rgba(255,255,255,0.69);
  vertical-align:top;
  margin-top:0.3rem;
}

/* 左三角 */
.arrow-left {
  width:0;
  height:0;
  border-top:0.25rem solid transparent;
  border-bottom:0.25rem solid transparent;
  border-right:0.25rem solid rgba(255,255,255,0.69);
  vertical-align:top;
  margin-top:0.3rem;
}