﻿/* ----------------------------全平台通用样式----------------------------  */

::-webkit-scrollbar {
    width: 8px
}

::-webkit-scrollbar-track {
    background: #ecf0f6;
    box-shadow: inset 0 0 0 rgba(0, 0, 0, .5)
}

::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #cad4e9
}

.pop-zan-wrap {
    position: fixed;
    display: none;
    top: 50%;
    left: 50%;
    z-index: 1002;
    margin-top: -2em;
    padding: .64em 1em;
    margin-left: -5em;
    min-height: 1.2em;
    width: 8em;
    border-radius: 8px;
    background-color: rgba(0, 0, 0, .7);
    color: #fff;
    text-align: center;
    font-size: .9em;
    line-height: 1.5;
}

.hid {
    display: none;
}

.clearfix:after {
    display: block;
    clear: both;
    content: "";
    visibility: hidden;
    height: 0
}

.font-grey2 {
    color: #909399 !important
}

.bg {
    z-index: 1002;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .3;
    -moz-opacity: .3;
    filter: alpha(opacity=30);
}

@media screen and (max-width:678px) {
    .bg {
        z-index: 1002;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #000;
        opacity: .65;
        -moz-opacity: .65;
        filter: alpha(opacity=65);
    }
}

.popPage {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #f7f8fa;
    z-index: 10000
}

.closeIcon>i {
    display: block;
    width: 100%;
    height: 100%;
    background: url(../../images/dialog-close.png) center no-repeat;
    background-size: 100%
}

.clear-input {
    position: absolute;
    top: 1.1em;
    right: .2em;
    display: none;
    width: 1.1em;
    height: 1.1em;
    background: url(../../images/input-clear.png) no-repeat;
    background-size: 100%
}

.menu-icon {
    background: url(../../images/op-pop.png) no-repeat;
    background-size: 100%
}


/*顶部通栏*/

.topnav {
    position: relative;
    margin: 0 auto;
    padding: .69em 0;
    border-bottom: 1px solid #f8f8f8;
    background: #fff;
    color: #000;
    text-align: center;
}

.topnav h1 {
    margin: 0 auto;
    max-width: 10em;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 700;
    font-size: 1em;
    position: relative;
}
.topnav h1.current::after{
    content: "";
    width: 1rem;
    height: 0.19rem;
    background: #0152D9;
    border-radius: 0.03rem;
    background-color: #0152D9;
    position: absolute;
    left:50%;
    bottom:-0.7rem;
    margin-left: -.5rem;
}


.topnav-left {
    position: absolute;
    top: .8em;
    left: 1em;
    z-index: 1;
    color: #0888ff;
    font-size: .9em;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    line-height: inherit
}

.topnav-menu {
    position: absolute;
    top: .8em;
    right: 1em;
    z-index: 1;
    color: #ccc;
    font-size: .9em;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    line-height: inherit
}

.topnav-menu>.menu-icon {
    display: block;
    width: 1.5em;
    height: 1.5em;
    float: right;
}

.bottom-radius .closeIcon {
    display: block;
    height: 1em;
    width: 1em;
    position: absolute;
    left: 1.2em;
    top: .2em;
}

.bottom-radius {
    position: fixed;
    bottom: 0;
    left: 50%;
    z-index: 1001;
    overflow: hidden;
    margin-left: -4in;
    width: 8in;
    border-top-right-radius: 1em;
    border-top-left-radius: 1em;
    background-color: #fff;
    color: #000;
    transition: transform .5s
}

.bottom-radius .pop-left-btn {
    position: absolute;
    top: 1.75em;
    left: 1em;
    color: #8a8a8a
}

.bottom-radius .pop-right-btn {
    position: absolute;
    top: 1.75em;
    right: 1em;
    color: #8a8a8a
}

.bottom-radius .title {
    margin: 1.5em 0;
    text-align: center;
    font-weight: bolder;
    font-size: 1.1em;
    line-height: 1.4em;
    height: auto;
}

.bottom-radius .title {
    position: relative;
    margin: .8em 0 0;
    padding: 0 0 .8em 0;
    border-bottom: 1px solid #edeff2;
    color: #303133;
    font-size: 1em
}

.bottom-radius .title h5 {
    margin: 0 5em;
    font-size: 1em;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.bottom-radius .title-right {
    position: absolute;
    top: .1em;
    right: 1em;
    z-index: 1;
    font-size: 1em;
    cursor: pointer;
    line-height: inherit
}

.bottom-radius .close-wr {
    position: absolute;
    top: .2em;
    left: 1.25em;
    display: block;
    margin: 0;
    width: 1em;
    height: 1em
}

@media screen and (max-width:768px) {
    .bottom-radius {
        left: 0;
        margin-left: 0;
        padding-bottom: 0;
        width: 100%;
        max-height: none
    }
}

.bottom a.yes-btn {
    margin-left: -1px;
    border-left: 1px solid #ddd;
    color: #5290f0
}

.cross-lay .input-wr {
    position: relative;
    margin: 0 .94rem;
}

input.pageInput {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    -webkit-touch-callout: auto !important;
    -webkit-user-select: auto !important;
    -khtml-user-select: auto !important;
    -moz-user-select: auto !important;
    -ms-user-select: auto !important;
    user-select: auto !important;
    -o-user-select: auto !important;
}

input.pageInput {
    margin: 0;
    font-family: "Microsoft YaHei", "WenQuanYi Micro Hei", "Hiragino Sans GB", sans-serif
}

input.pageInput {
    -webkit-tap-highlight-color: transparent;
    box-sizing: border-box;
    padding: 0 1.3em 0 0;
    height: 3.6em;
    width: 100%;
    outline: 0;
    border: 0;
    border-radius: 0;
    font-weight: 700;
    font-size: .9em
}

input.pageInput::-ms-clear {
    display: none
}

input.pageInput:valid+.clear-input {
    display: block
}

input.pageInput::-webkit-input-placeholder {
    color: #909399
}

.cross-lay {
    overflow: hidden;
    margin-bottom: .75em;
    background-color: #fff;
}


/*横条布局*/

.cross-lay .cross {
    display: block;
    overflow: hidden;
    padding: .75em .94em;
    border-bottom: 1px solid #f2f2f2;
    color: #323232;
    position: relative;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent
}

.cross-lay a.cross:hover {
    text-decoration: none;
}


/*与pc同名*/

.dialog-table {
    margin: 0 1em 0 1.25em;
    touch-action: none;
}

.dialog-table .tbody {
    overflow: auto;
    margin: 0;
    padding: 0 1.2em .5em 1.6em
}

.dialog-table li {
    height: 4.12em;
    border-bottom: 1px solid #eee;
    font-size: 1em
}

.dialog-table li:last-child {
    border: none
}

.dialog-table li .fc-grey {
    padding-top: .4em;
    color: #909399;
    font-size: .8em
}

.dialog-table .item-lr {
    position: relative;
    list-style: none
}

.dialog-table .name {
    overflow: hidden;
    margin-right: 5em;
    padding-top: .7em;
    color: #303133;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: bolder
}

.dialog-table .item-r {
    position: absolute;
    top: 1.3em;
    right: .2em
}

.switch-btn {
    top: 50%;
    right: .75em;
    margin-top: -.6em;
    position: absolute;
    height: 1.2em
}

.button-circle {
    position: absolute;
    height: 1.2em;
    display: block;
    width: 1.2em;
    border-radius: 50%
}

.button-bg {
    display: block;
    margin-top: .2em;
    width: 2em;
    height: .8em;
    border-radius: 1em
}

.switch-btn-close .button-bg {
    background: #eaedf0
}

.switch-btn-close .button-circle {
    left: 0;
    background: #ccd0d6
}

.switch-btn-open .button-bg {
    background: #a0c2f9
}

.switch-btn-open .button-circle {
    right: 0;
    left: auto;
    background: #0888ff
}

.cmbtn-xs {
    display: block;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent
}

.cmbtn-xs {
    width: 4em;
    border-radius: 2px;
    font-size: .82em;
    line-height: normal;
    padding: .2em 0;
    height: auto
}

a.cmbtn-xs:hover {
    text-decoration: none
}


/*默认主题*/


/* .font-primary{color:#0888ff} */