﻿/*
 *  作者:bamen-tzy
 *  邮箱:全局样式表
*/

/* 元素尺寸规则 & 删除轮廓 & 点击高亮颜色 */
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    outline: none;
    -webkit-tap-highlight-color: transparent;
}

html,
body {
    height: 100%;
}

/* 页面 body 设置，默认14px字体大小 */
body {
    /* margin: 0; */
    padding: 0;
    background-color: #F2F2F2;
    font-size: 0.28rem;
    font-family: Helvetica, "Helvetica Neue", Arial, sans-serif;
    letter-spacing: 0;
    word-wrap: break-word;
    -webkit-touch-callout: none;
}

/*表单元素默认字体大小及字体*/
input,
select,
textarea {
    font-size: 0.28rem;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* 取消超链接默认下划线 */
a {
    text-decoration: none;
}

/* 列式弹性盒子 */
.flex-col {
    display: -webkit-box;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-pack: start;
    -webkit-box-align: center;

    display: -ms-flexbox;
    -ms-flex-wrap: nowrap;
    -ms-flex-direction: row;
    -ms-flex-pack: start;
    -ms-flex-align: center;
    -ms-flex-line-pack: center;

    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
}

.flex-col-reserve {
    display: -webkit-box;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-box-pack: start;
    -webkit-box-align: center;

    display: -ms-flexbox;
    -ms-flex-wrap: nowrap;
    -ms-flex-direction: row-reverse;
    -ms-flex-pack: start;
    -ms-flex-align: center;
    -ms-flex-line-pack: center;

    display: flex;
    flex-direction: row-reverse;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
}

/* 行式弹性盒子 */
.flex-row {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-pack: start;
    -webkit-box-align: start;

    display: -ms-flexbox;
    -ms-flex-direction: column;
    -ms-flex-wrap: nowrap;
    -ms-flex-pack: start;
    -ms-flex-align: start;
    -ms-flex-line-pack: start;

    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
}

/* 弹性盒子弹性容器 */
.flex-col>*.flex-grow {
    width: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.flex-col-reserve>*.flex-grow {
    width: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.flex-row>*.flex-grow {
    height: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

/* 列式弹性盒子允许换行 */
.flex-col.flex-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

/* 列式弹性盒子居中对齐 */
.flex-col.flex-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.flex-col.flex-row-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

/* 列式弹性盒子两端对齐 */
.flex-col.flex-space {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

/* 列式弹性盒子顶部对齐 */
.flex-col.flex-top {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}

/* 列式弹性盒子快速分栏 */
.flex-col.flex-col-2>* {
    width: 50%;
}

.flex-col.flex-col-3>* {
    width: 33.33333%;
}

.flex-col.flex-col-4>* {
    width: 25%;
}

.flex-col.flex-col-5>* {
    width: 20%;
}

.flex-col.flex-col-6>* {
    width: 16.66666%;
}

/* 字体对齐 */
.font-l {
    text-align: left;
}

.font-c {
    text-align: center;
}

.font-r {
    text-align: right;
}

/* 字体大小 */
.font-10 {
    font-size: 0.20rem;
}

.font-12 {
    font-size: 0.24rem;
}

.font-14 {
    font-size: 0.28rem;
}

.font-16 {
    font-size: 0.32rem;
}

.font-18 {
    font-size: 0.36rem;
}

.font-20 {
    font-size: 0.40rem;
}

.font-24 {
    font-size: 0.48rem;
}

.font-28 {
    font-size: 0.56rem;
}

.font-32 {
    font-size: 0.64rem;
}

/* 字体颜色 */
.font-primary {
    color: #303030;
}

.font-info {
    color: #606060;
}

.font-hint {
    color: #909090;
}

.font-success {
    color: #19be6b;
}

.font-error {
    color: #fa3534;
}

.font-warning {
    color: #ff9900;
}

.font-white {
    color: #ffffff;
}

.font-link {
    color: #0089FF;
}

.font-pink {
    color: #ff007f;
}

.rgb-32 {
    color: #323232;
}

.rgb-50 {
    color: #505050;
}

.rgb-90 {
    color: #909090;
}

.rgb-d8 {
    color: #d8d8d8;
}

.rgb-c4 {
    color: #C4C4C4 !important;
}


.rgb-00 {
    color: #000000;
}

.rgb-08f {
    color: #0089FF;
}


/* 字体状态 */
.font-U {
    text-decoration: underline;
}

.font-B {
    font-weight: 700;
}

.font-I {
    font-style: italic;
}

/* 背景颜色 */
.bg-default {
    background-color: #F3F4F5;
}

.bg-fff {
    background-color: #ffffff;
}

.bg-08f {
    background: #0089FF;
}

.bg-47 {
    background: #474747;
}

.bg-c4 {
    background-color: #C4C4C4 !important;
}

.bg-f8 {
    background-color: #F8F9FB !important;
}


.mar-16 {
    margin-bottom: 0.16rem;
}

.mar-32 {
    margin-bottom: 0.32rem;
}

/*行高*/
.line-14 {
    line-height: 0.28rem;
}

.line-16 {
    line-height: 0.32rem;
}

.line-18 {
    line-height: 0.36rem;
}

.line-20 {
    line-height: 0.40rem;
}

.line-24 {
    line-height: 0.48rem;
}

/* 取消长按选中-加在body元素上则全站均不可长按选择文字复制 */
.cancel-select {
    -webkit-user-select: none;
    user-select: none;
}

/* 超出省略 */
.ellipsis-1 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ellipsis-2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.ellipsis-3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.ellipsis-4 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.radius-4 {
    border-radius: 0.04rem;
}

.radius-8 {
    border-radius: 0.08rem;
}

.radius-12 {
    border-radius: 0.12rem;
}

.radius-16 {
    border-radius: 0.16rem;
}

.shadow-99 {
    box-shadow: 0 0.09rem 0.16rem 0 rgba(153, 153, 153, 0.2);
}


/* 角标容器 */
.markers {
    position: relative;
    border-radius: 12px;
}

.markers>img {
    position: absolute;
    width: 100%;
    height: auto;
}

/*
 *  ---------------------
 *  -----全局样式结束-----
 *  ---------------------
*/


/*容器盒子*/

.container {
    position: relative;
    max-width: 7.2rem;
    background-color: #F2F2F2;
    margin: 0 auto;
}

/* 顶部间隔槽 */
.top-gap {
    width: 7.2rem;
    box-sizing: content-box;
    padding-top: 0.96rem;
    margin: 0 auto;
}

.top-gap.h {
    height: 1.1rem;
}

.top-gap.m {
    margin-bottom: 0.8rem;
}
.top-gap.t {
    padding-bottom: 0.82rem;
}
.top-gap.p {
    padding-bottom: 0.96rem;
}
.top-gap.a {
    padding-bottom: 0.8rem;
}
.top-gap.b {
    padding-bottom: 1.64rem;
}
.top-gap.c {
    padding-bottom: 0.88rem;
}

.top_hide_app {
    height: 0 !important;
    overflow: hidden;
    -webkit-transition: height 0.3s ease-in-out 0s;
    transition: height 0.3s ease-in-out 0s;
}

/*尾部样式*/
footer {
    width: 7.2rem;
    margin: 0 auto;
    padding: 0.32rem 0.32rem 0.24rem 0.32rem;
}

footer .menu-list {
    padding-bottom: 0.24rem;
    border-bottom: 0.02rem solid #909090;
}

footer .menu-list .logo-icon {
    display: block;
    width: 0.80rem;
    height: 0.80rem;
}

footer .menu-list-plate a {
    margin: 0 0.16rem;
}

footer .footer-info {
    padding-top: 0.16rem;
}

footer .footer-nav {
    height: 0.34rem;
    line-height: 0.34rem;
    margin-bottom: 0.16rem;
}

footer .footer-nav a {
    display: block;
    height: 0.34rem;
    line-height: 0.34rem;
    margin: 0 0.16rem;
}

footer .authentication a {
    display: block;
    height: 0.5rem;
    margin: 0 0.1rem;
}

footer .authentication img {
    display: block;
    width: auto;
    height: 0.5rem;
}

footer .reference a {
    display: block;
    margin: 0 0.1rem;
}

/*下载按钮样式*/
.download-btn {
    width: 1.14rem;
    height: 0.54rem;
    border-radius: 0.27rem;
    line-height: 0.54rem;
    text-align: center;
    font-size: 0.28rem;
    color: #fff;
    background-color: #0089FF;
}

/*面包屑样式*/
.crumbs-wrap {
    width: 7.2rem;
    height: 0.80rem;
    margin: 0 auto;
    padding: 0.21rem 0.32rem;
    border-bottom: 1px solid #eeeeee;
}

.crumbs-wrap>* {
    height: 0.38rem;
    line-height: 0.38rem;
}


.download-app-pop {
    width: 5.8rem !important;
    border-radius: 4px !important;
}

.download-app-pop>div.layui-m-layercont {
    padding: 0.9rem 0.4rem 0.3rem 0.4rem !important;
    position: relative;
    line-height: 0.36rem;
}

.download-app-pop .img {
    border-radius: 0.32rem;
    width: 1.3rem;
    height: 1.3rem;
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -0.65rem;
    margin-top: -0.65rem;
    background-size: cover;
}

/* 常用间隔槽 */
.gap-1 {
    height: 0.16rem;
}

.gap-2 {
    height: 0.24rem;
}

.gap-3 {
    height: 0.32rem;
}

/* 微信下载提示 */
.download-shade {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 100;
    top: 0;
    left: 0;
}

.download-shade>p {
    margin: 0;
    padding: 10px 100px 0 15px;
    font-size: 14px;
    color: #Fff;
}

.download-shade>img {
    width: 130px;
    height: auto;
    position: absolute;
    top: 10px;
    right: 15px;
}
.logoimg{
    height: 0.56rem;
}
.logoimg img{
    height: 100%;
}
.shade{
    display: none;
    z-index: 20;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.64);
    width: 100%;
    height: 100%;
}
.footer-tab {
    box-sizing: border-box;
    padding-top: .1rem;
    z-index: 99;
    position: fixed;
    left: 50%;
    margin-left: -3.6rem;
    bottom: 0;
    width: 7.2rem;
    height: 0.96rem;
    background-color: #fff;
}
.footer-tab img {
    margin: 0 auto;
    display: block;
    width: 0.56rem;
    height: 0.56rem;
}
.footer-tab a {
    float: left;
    width: 33.3%;
    height: 100%;
}
.footer-tab span {
    display: block;
    width: 100%;
    font-size: .2rem;
    color: #909090;
    text-align: center;
}
.footer-gap{
    height: 0.96rem;
}
.logo {
    z-index: 999;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../../images/logo.gif) no-repeat center;
    background-size: 2rem auto;
    background-color: #fff;
}

.default-box {
    float: left;
    width: 100%;
    height: auto;
}
.default-box img {
    display: block;
    margin: .7rem auto .1rem auto;
    width: 1.8rem;
    height: auto;
}
.default-text {
    padding-bottom: .3rem;
    font-size: .3rem;
    text-align: center;
    color: #ccc;
}