@font-face {
    font-family: 'iconfont';
    src: url('../font/iconfont.eot');
    src: url('../font/iconfont.eot?#iefix') format('embedded-opentype'),
        url('../font/iconfont.woff2') format('woff2'),
        url('../font/iconfont.woff') format('woff'),
        url('../font/iconfont.ttf') format('truetype'),
        url('../font/iconfont.svg#iconfont') format('svg');
  }


/* wap默认头部 */

.wap-header {
    width: 100%;
    height: 1.14rem;
    background: var(--theme-color);
    box-shadow: 0.07rem 0.02rem 0.04rem 0px rgba(0, 0, 0, 0.14);
}

.wap-header .back {
    position: relative;
    width: 1.04rem;
}

.wap-header .back .iconfont {
    color: #FFFFFF;
    font-size: 0.46rem;
}

.wap-header .back::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background: rgba(0, 0, 0, 1);
    opacity: 0.1;
}

.wap-header .back::after {
    content: '';
    position: absolute;
    top: 0;
    right: -1px;
    width: 1px;
    height: 100%;
    background: rgba(255, 255, 255, 1);
    opacity: 0.2;
}

.wap-header .back a {
    height: 100%;
    align-items: center;
    justify-content: center;
}

.wap-header .title {
    font-size: 0.4rem;
    color: #FFFFFF;
    width: 5.64rem;
    align-items: center;
    padding-left: 0.2rem;
    box-sizing: border-box;
}

.wap-header .share {
    align-items: center;
    cursor: pointer;
}

.wap-header .share .iconfont {
    color: #FFFFFF;
    font-size: 0.52rem;
}


/* 客户端下载头部 */

.header-appClient {
    position: relative;
    user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    box-shadow: 0px 4px 7px rgba(0,0,0,.05);
    left: 0;
    right: 0;
    bottom: 0;
    height: 1.16rem;
    user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    width: 7.5rem;
    margin: 0 auto;
    background: #FFFFFF;
    align-items: center;
    justify-content: space-between;
    padding: 0 0.25rem;
    box-sizing: border-box;
}

.app-logo-border {
    align-items: center;
}

.app-logo-border img {    
    border-radius: 0.06rem;
    width: 0.75rem;
    height: 0.75rem;
    display: block;
    border: 1px solid #e6e6e6;
}

.header-appClient .app-title {
    float: left;
    height: 1.14rem;
    line-height: 1.14rem;
    margin-left: 0.25rem;
    font-size: 0.4rem;
    font-weight: 700;
    color: #000000;
}

.header-appClient .right-1 {
    width: 1.66rem;
    height: 0.62rem;
    line-height: 0.6rem;
    background: var(--theme-color);
    border-radius: 0.5rem;
    color: #FFFFFF;
    text-align: center;
    font-size: 0.26rem;
    box-shadow: 0 0.01rem 0.1rem var(--theme-color);
}

.left-2 {
	height: 1.14rem;
	line-height: 1.14rem;
	font-size: 0.4rem;
    font-weight: 700;
    margin: 0 0 0 0.25rem;
}

.close {
    position: absolute;
	cursor: pointer;
	top: 0;
	right: 0
}

.close img {
	width: 0.52rem;
	height: 0.52rem
}

/* 底部信息 */

.footer {
    background: #F0F0F0;
    text-align: center;
    padding: 0.25rem 0;
    height: auto;
    font-size: 0.24rem;
}

.footer .edition, .footer .logo {
    justify-content: center;
    align-items: center;
}

.footer .phone {
    background: #FFFFFF;
    width: 1.05rem;
    height: 0.43rem;
    line-height: 0.43rem;
    color: var(--theme-color);
    border-radius: 0.08rem;
    margin-right: 0.2rem;
}

.footer .content {
    margin: 0.2rem 0;
    font-size: 0.24rem;
    line-height: 0.34rem;
}

.footer .content p {
    color: #9E9E9E;
    margin-bottom: 0.05rem;
    margin-top: 0;
}

.footer .logo img {
    margin-left: 0.1rem;
    height: 0.33rem;
}


/* 客户端下载底部 */

.footer-app , .footer-app-groupImg {
    position: fixed;
    bottom: 0;
    z-index: 999;
    width: 7.5rem;
    height: 1.14rem;
    background: rgba(0, 0, 0, .8);
    padding: 0 0.25rem;
    box-sizing: border-box;
}

.footer-app .app-logo-border , .footer-app-groupImg .app-logo-border {
    justify-content: space-between;
}

.footer-app .app-logo-border>div , .footer-app-groupImg .app-logo-border>div {
    align-items: center;
}

.footer-app .app-logo-border img , .footer-app-groupImg .app-logo-border img {
    border: none;
}

.footer-app .footer-left-2 , .footer-app-groupImg .footer-left-2 {
    color: #FFFFFF;
}

.footer-app .right-1 , .footer-app-groupImg .right-1 {
    width: 1.66rem;
    height: 0.62rem;
    line-height: 0.6rem;
    background: var(--theme-color);
    border-radius: 0.5rem;
    color: #FFFFFF;
    text-align: center;
    font-size: 0.26rem;
    box-shadow: 0 0.01rem 0.1rem var(--theme-color);
    margin-right: 0.5rem;
}



/* 分享弹出层 */

#mask, #mask2 {
    background: #000000;
    width: 100%;
    height: 100%;
    filter: alpha(Opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
    position: absolute;
    top: 0px;
    z-index: 2;
    display: none;
}

#mask2 {
    filter: alpha(Opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
}

.share-box {
    position: absolute;
    width: 95%;
    height: auto;
    background: #fff;
    z-index: 10;
    left: 0.2rem;
    top: 4.5rem;
    padding-top: 0.5rem;
    display: none;
}

.share-box .title {
    position: relative;
    text-align: center;
    width: 100%;
}

.share-box .title span {
    background: #FFF;
    display: inline-block;
    padding: 0px 0.4rem;
    position: relative;
    z-index: 2;
    font-size: 0.28rem;
    color: #bbbbbb;
}

.share-box .title i {
    background: #dddddd;
    height: 0.02rem;
    overflow: hidden;
    left: 0.5rem;
    bottom: 0.21rem;
    right: 0.5rem;
    position: absolute;
}

.share-box .sharlist ul {
    justify-content: space-between;
    width: 85%;
    margin: 0.3rem auto;
    padding: 0;
}

.share-box .sharlist li {
    text-align: center;
    width: 1.2rem;
    font-size: 0.24rem;
    list-style: none;
}

.share-box .sharlist a {
    width: 1.1rem;
    height: 1.1rem;
    float: none;
    padding: 0;
    display: inline-block;
    background-size: 1.1rem auto;
}

.share-box .sharlist li:last-child {
    margin-right: 0;
}

.share-box .sharlist .wechat {
    background-image: url(https://j.rednet.cn/site/static/wap/images/wap-icon-share2@2x.png);
    background-position: 0 0;
}

.share-box .sharlist .weixin {
    background-image: url(https://j.rednet.cn/site/static/wap/images/wap-icon-share2@2x.png);
    background-position: 0 -1.1rem;
}

.share-box .sharlist .sina {
    background-image: url(https://j.rednet.cn/site/static/wap/images/wap-icon-share2@2x.png);
    background-position: 0 -2.2rem;
}

.share-box .sharlist .qq {
    background-image: url(https://j.rednet.cn/site/static/wap/images/wap-icon-share2@2x.png);
    background-position: 0 -3.3rem;
}

.share-box .cancel {
    text-align: center;
    border-top: 1px solid #eeeeee;
    padding: 0.45rem 0;
}

.share-box .cancel a {
    font-size: 0.32rem;
    color: #545454;
    display: block;
}

.sharewechat {
    background: url(https://j.rednet.cn/site/static/wap/images/guidewxf.png) no-repeat;
    width: 5.23rem;
    height: 3.47rem;
    background-size: 5.23rem 3.47rem;
    position: absolute;
    top: 8.5rem;
    left: 1.13rem;
    display: none;
    z-index: 9;
}