*{-webkit-tap-highlight-color: rgba(0, 0, 0, 0);outline: 0;margin: 0;padding: 0}
html,body,h1,h2,h3,h4,h5,h6,div,dl,dt,dd,ul,ol,li,p,blockquote,pre,hr,figure,table,caption,th,td,form,fieldset,legend,input,button,textarea,menu {margin:0;padding:0;}
header,footer,section,article,aside,nav,hgroup,address,figure,figcaption,menu,details {display:block;}
html,body,fieldset,img,iframe,abbr {border:0;}
i,cite,var,em,address,dfn {font-style:normal;}
[hidefocus],summary {outline:0;}
li {list-style:none;}
h1,h2,h3,h4,h5,h6,small {font-size:100%;}
del,ins,u,s,a,a:hover {text-decoration:none;}
a,a:hover {color:#333;}
*, *:before, *:after {-moz-box-sizing: border-box; -webkit-box-sizing: border-box;box-sizing: border-box; -webkit-tap-highlight-color: rgba(0, 0, 0, 0);}
body {font-family: "lucida grande", helvetica, arial, "microsoft yahei", sans-serif;}
body,html{
    width: 100%;
    height: 100%;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
.hide{
    display: none;
}
/*fixed-bottom*/
.fixed-bottom{
    display: none;
    width: 100%;
    height: 50px;
    line-height: 50px;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 10px;
    overflow: hidden;
    transition: all 0.3s;
    -moz-transition: all 0.3s;  
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
}
.fixed-bottom.slidedown{
    transform: translate(0,50px);
    -ms-transform: translate(0,50px);       
    -webkit-transform: translate(0,50px); 
    -o-transform: translate(0,50px);     
    -moz-transform: translate(0,50px);  
}
.fixed-bottom .btn-list{
	float: left;
}
.fixed-bottom .btn-list a{
    position: relative;
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color:#fff;
}
.fixed-bottom .btn-list a .iconfont{
    vertical-align: middle;
    font-size: 1.5rem;
}
.fixed-bottom .btn-list a span{
    position: absolute;
    right: -6px;
    top: 8px;
    display: block;
    padding: 1px 4px;
    background: #e84827;
    font-size: 10px;
    line-height: 1em;
    color:#fff;
    background: #e84827;
    border-radius: 100px;
}
.fixed-bottom .comment{
	padding-left: 230px;
}
.fixed-bottom .comment .comment-btn{
	display: block;
	width: 100%;
	font-size: 0.8rem;
	height: 32px;
	line-height: 32px;
	margin-top: 9px;
	border:solid 1.8px #999;
	text-align: center;
	border-radius: 100px;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
	color:#999;
	background: rgb(20,20,20);
}

.fixed-top{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 44px;
    line-height: 44px;
    background: #f7f7f7;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.06);
    display: none;
    z-index: 100;
}
.fixed-top .iconfont{
    display: block;
    width: 44px;
    text-align: center;
    font-size: 20px;
    color:rgb(83,83,83);
}
.module-title{
    font-size: 14px;
    color: #333333;
    line-height: 32px;
}
.module-title-line{
    width: 20px;
    height: 2px;
    background: #e84827;
}
/* 引导 */
#guide-download{
    width: 100%;
    height: 100%;
    position: fixed;
    background: rgba(0,0,0,0.5);
    display: none;
    z-index: 2;
}
#guide-download .corner{
    padding-left: calc( 100% - 106px);
    /* padding-top: 20px; */
}
#guide-download .corner img{
    width: 86px;
}
#guide-download .card{
    width: 250px;
    height: 218px;
    margin: 0px auto;
    background: #ffffff;
    border-radius: 6px;
    /* margin-top: 10px; */
}
#guide-download .seals{
    width: 250px;
    height: 107px;
    overflow: hidden;
    position: relative;
    background: linear-gradient(to right, #f5964f , #fa7842);
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    clip-path: circle(1123px at 125px -1017px);
    -webkit-clip-path: circle(1123px at 125px -1017px);
} 
#guide-download .sealsbg{
    width: 250px;
    height: 107px;
    overflow: hidden;
    position: absolute;
    background: linear-gradient(to right, #f5964f , #fa7842);
    border-bottom-left-radius: 100% 23%;
    border-bottom-right-radius: 100% 23%; 
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    box-shadow: 0 3px 10px 0 rgba(234,82,46,0.50);
    opacity: 0.5;
}
#guide-download .seals img{
    width: 210px;
    padding-left: 20px;
    position: absolute;
    top: 0px;
    left: 0px;
}
#guide-download .seals dl {
    text-align: center;
    margin-top:27px;
}
#guide-download .seals dl dt{
    font-family: pingfangsc-semibold;
    font-size: 22px;
    color: #ffffff;
    letter-spacing: -0.53px;
    line-height: 22px;
}
#guide-download .seals dl dd{
    margin-top: 15px;
    opacity: 0.9;
    font-family: pingfangsc-regular;
    font-size: 14px;
    color: #ffffff;
    letter-spacing: 0;
    line-height: 14px;
}
#guide-download .step {
    margin-top: 25px;
}
#guide-download .step ul li {
    list-style: none;
    padding-left: 29px;
    font-family: helvetica;
    font-size: 14px;
    color: #333333;
    letter-spacing: 0;
    line-height: 14px;
    margin-bottom: 20px;
}
#guide-download .step ul li label{
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 1px solid #f5964f;
    display: inline-block;
    text-align: center;
    margin-top: -13px;
    position: relative;
    line-height: 18px;
    color: #f5964f;
}
#guide-download .step ul li span{
    margin-left: 5px;
}
/* 唤醒 */
#bg{
    position: fixed;
    bottom: 0px;
    height: 60px;
    width: 100%;
    /* background: rgba(0,0,0,0.5); */
    background: white;
    display:none;
    z-index: 1;
    border-top:1px solid #dedede;
}
.wake{
    height: 40px;
    width: calc(100% - 30px);
    margin: 10px 15px;
}
.overflow-ellipsis{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.wake span{
    display:block;
    float:left;
    font-size: 12px;
    color:#333333;
    height: 40px;
    line-height: 40px;
    
}
.wake span img{
    height:40px;
    width:40px;
}
.wake span a{
    color: white;
    text-decoration: none;
    background-image: linear-gradient(-90deg, #f5964f 0%, #fa7842 100%);
    border-radius: 4px;
    padding: 6px 10px;
    margin-right: 5px;
}
.wake .fr{
    float:right;
}
.close{
    position: relative;
    height: 20px;
    width: 20px;
    display: block;
    background: #ababab;
    border-radius: 50%;
    margin: 10px 10px;
}
.close::before, .close::after{
    content: '';
    position: absolute;
    height: 2px;
    width: 60%;
    top: 50%;
    left: 4px;
    margin-top: -1px;
    background: white;
}
.close::before{
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.close::after{
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}