/**
 * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
 * http://cssreset.com
 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,textarea,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, input {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font-weight: normal;
    vertical-align: baseline;
    outline: none;
    font-family: "Microsoft YaHei", "PingFang SC";
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
    -webkit-text-size-adjust: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}
/* custom */
a {
    color: #7e8c8d;
    text-decoration: none;
    -webkit-backface-visibility: hidden;
}
a{outline:none;blr:expression(this.onFocus=this.blur());}
li {
    list-style: none;
}
textarea{
	resize: none;
}

::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

::-webkit-scrollbar-track-piece {
    background-color: rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 6px;
}

::-webkit-scrollbar-thumb:vertical {
    height: 5px;
    background-color: rgba(125, 125, 125, 0.7);
    -webkit-border-radius: 6px;
}

::-webkit-scrollbar-thumb:horizontal {
    width: 5px;
    background-color: rgba(125, 125, 125, 0.7);
    -webkit-border-radius: 6px;
}

html, body {
    width: 100%;
    font-family: "Microsoft YaHei", "PingFang SC";
}

body {
    -webkit-text-size-adjust: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.clear:after{
	content: "";
	display: block;
	height: 0px;
	overflow: hidden;
	clear: both;
	zoom: 1;
}
.h-clearfix{
	height: 0px;
	overflow: hidden;
	clear: both;
	*zoom: 1;
	content: "";
}


.error{position:fixed;top:50%;left:50%;width:70%;height:60px;margin:-15% 0 0 -35%;font-size:30px;line-height:60px;border-radius:40px;color:#fff;text-align:center;background:rgba(0,0,0,.6);z-index:10;}
.loading-container {width:100%;height:100%;background:rgba(0,0,0,0.53);position:fixed;top:0;left:0;z-index: 11;;display:none;}
.loading{width:300px;height:30px;text-align:center;position: absolute;top: 50%;left:50%;margin-left: -150px;margin-top: -15px;}
.loading span{display:inline-block;width:30px;height:100%;margin-right:5px;background:#fff;-webkit-animation:load 1.04s ease infinite;border-radius: 50%;}
.loading span:last-child{margin-right:0px;}@-webkit-keyframes load{0%{opacity:1;-webkit-transform:scale(1.2);}100%{opacity:.2;-webkit-transform:scale(.2);}}
.loading span:nth-child(1){-webkit-animation-delay:0.13s;}
.loading span:nth-child(2){-webkit-animation-delay:0.26s;}
.loading span:nth-child(3){-webkit-animation-delay:0.39s;}
.loading span:nth-child(4){-webkit-animation-delay:0.52s;}
.loading span:nth-child(5){-webkit-animation-delay:0.65s;}


/*--- 分享按钮弹层 ----*/
.layer { position:fixed; top:0; left:0; display:none; width:100%; height:100%; background:rgba(0,0,0,0.5); z-index:90; }
.share_layer { display:none; z-index:30; position:fixed; left:0px; right:0px; bottom:0px; width:750px; height:364px; margin:0 auto; background-color:white; z-index:91; }
.share_layer .content { height:250px; margin:0px; padding:0px; font-size:28px; overflow:hidden; }
.share_layer .content .list { float:left; height:120px; width:33%; color:#333; background-repeat:no-repeat; background-position:center 50px; background-size:100px; text-align:center; padding-top:170px; display:block; }
.share_layer .content .list.one { background-image:url(//images5.hunli.baihe.com/luck/weibo.png); }
.share_layer .content .list.two { background-image:url(//images5.hunli.baihe.com/luck/QQ.png); }
.share_layer .content .list.three { background-image:url(//images5.hunli.baihe.com/luck/weixin.png); }
.share_layer .close { width:100%; height:104px; line-height:100px; text-align:center; font-size:36px; color:#000; border-top:#f2f2f2 solid 5px; }

.login_one { width:500px; position:fixed; top:28%; z-index:31; margin:0px auto; border-radius:16px; background:#fff;left: 50%;margin-left: -250px;text-align: center; z-index:91;}
.login_one>a {display: block;position: absolute;top:-76px;left:340px;width:48px;height:76px;background-image: url(//images5.hunli.baihe.com/luck/share_close.png);background-size:100% auto;background-repeat: no-repeat;}
.login_one img { display:block; width:360px; margin:0 auto; }
.login_one p{width: 360px;margin:0 auto; font-size:28px; line-height:40px;padding:30px}

