/**
 * @ejsino new emarket base css
 * by: lxiuen/190315
 */
@import url("/m/dep/lib/weui/weui.min.css");
@import url("/m/dep/css/jquery-weui.min.css");
@import url("/m/src/font/icon-new/basic/iconfont.css");

* {
    -webkit-overflow-scrolling: touch;
}

html {
    background-color: #f6f6f6;
}

html,body {
    height: 100%;
}

body {
    background-color: #F6F6F6;
}

.clearfix {
    zoom: 1;
}

.clearfix:after {
    clear: both;
    content: '.';
    display: block;
    width: 0;
    height: 0;
    visibility: hidden;
}
.bottom-part {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    z-index: 500;
}

body {
    max-width: 750px;
    margin: 0 auto;
}

._back {
    position: absolute;
    padding: 0 15px;
    color: inherit;
}

input[required]:invalid, input:focus:invalid, textarea[required]:invalid, textarea:focus:invalid{
    box-shadow: none;
}

input,textarea{
    -webkit-appearance: none;
}

.weui-tab.bottom-part {
    max-width: 750px;
    left: auto;
    background-color: #FCFCFC;
}

.weui-tabbar__item.weui-bar__item--on .weui-tabbar__label,
.weui-tabbar__item.weui-bar__item--on .weui-tabbar__icon>i {
    color: #169FED;
}

.weui-toast {
    width: 121px\0;
    min-height: auto\0;
    margin-left: -60px\0;
    background-color: #000\0;
    filter: alpha(opacity=80)\0;
}

.weui-mask.weui-mask--visible {
    /*top: 0;*/
    /*left: 50%;*/
    /*right: 0;*/
    /*width: 100%;*/
    /*max-width: 750px;*/
    /*transform: translateX(-50%);*/
    /*background-color: #000\0;*/
    /*filter: alpha(opacity=80)\0;*/
}

.weui-dialog {
    border: 1px solid #ddd\0;
}

.weui_loading,
.weui-icon_toast {
    display: none\0;
}

.weui-tabbar__item {
    width: 20%\0;
    float: left\0;
    box-sizing: border-box\0;
    padding:0;
}

.weui-navbar__item {
    width: 33.33%\0;
    float: left\0;
    box-sizing: border-box\0;
}

.weui-popup__container, .weui-popup__overlay {
    max-width: 750px;
    left: auto;
    right: auto;
    margin: 0\0;
}
.weui-tab.bottom-part,.pc-nav {
    display: none;
}
.bottom-part .weui-tabbar{
    box-shadow: 2px -3px 2px rgba(0, 0, 0, .04);
}
.bottom-part .weui-tabbar:before{
    border-top: 0!important;

}
.weui-dialog {
    transform: none;
    margin-left: -150px;
    margin-top: -90px;
}

.weui-mask--visible.weui-mask {
    background: #333\0/;
    filter: Alpha(opacity=50);
}

.weui_loading_toast {
    margin-left: 0\0;
}

.weui-tabbar__label {
    font-size: 12px;
    margin: 2px auto;
}
/*自定义弹窗*/
.cust-alert{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2000;
    background-color: rgba(0,0,0,0.3);
}
.bor {
    width: 290px;
    height: 180px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -90px;
    margin-left: -145px;
}

.bor-con {
    width: 100%;
    height: 100%;
    position: relative;
}

.bor-con img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.bor-con span {
    display: block;
    position: absolute;
    width: 192px;
    height: 100px;
    left: 52px;
    top: 48px;
    z-index: 2100;
    color: #666;
}

.bor-con span.one-line {
    left: 23px;
    top: 39px;
    line-height: 100px;
    text-align: center;
    width: 242px;
}

.bor-con i {
    display: block;
    font-size: 35px;
    position: absolute;
    top: -30px;
    right: -30px;
    cursor: pointer;
    color: #fff;
}
/*自定义弹出框样式*/
.weui-dialog__btn{
    color: #40AFFE;
}
.layui-m-layercont {
    padding: 30px 20px !important;
}
.layui-m-layer-msg .layui-m-layercont{
    padding: 10px 20px !important;
}
.layui-m-layerbtn span{
    font-size: 16px !important;
}
.layui-m-layershade{
    background-color: rgba(0,0,0,.5) !important;
}
.ust-msg-alert .layui-m-layerbtn{
    height: 45px !important;
    line-height: 45px !important;
}
.layui-m-layer-footer .layui-m-layercont,
.layui-m-layer-footer .layui-m-layerbtn span{
    font-size: 16px;
    background-color: rgba(255,255,255,0.9) !important;
}
/*pc端顶部导航样式*/
.pc-nav {
    width: 100%;
    height: 71px;
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    box-sizing: border-box;
    overflow: hidden;
    box-shadow: 0 0 4px 3px rgba(0,0,0,.04);
}
.pc-nav .pcNavCon{
   /* position: absolute;*/
    width: 60%;
    height: 100%;
   /* left: 50%;*/
    box-sizing: border-box;
    margin-left: 20%;
}

.pc-nav-logo {
    width: 45%;
    height: 100%;
    float: left;
    padding-top: 14px;
    box-sizing: border-box;
}
.pc-nav-logo img {
    max-width: 300px;
    height: 42px;
    /*margin-left: 40%;*/
}
.pc-nav-con {
    width: 55%;
    float: right;
    box-sizing: border-box;
    height: 100%;
    font-size: 0;
    text-align: right;
}
.nav-li {
    color: #333;
    font-size: 18px;
    display: inline-block;
    /*padding-right: 40px;*/
    line-height: 71px;
    box-sizing: border-box;
    height: 100%;
    padding-left: 40px;
}
.nav-li span {
    display: block;
    height: 100%;
    box-sizing: border-box;
}
.nav-on {
    color: #169FED;
    border-bottom: 3px solid #169FED;
}

@media screen and (max-width: 1025px) {
    .nav-li {
        padding-left: 30px;
    }
}

@media screen and (max-width: 990px) {
    .pc-nav .pcNavCon{
        width: 70%;
        height: 100%;
        box-sizing: border-box;
        margin-left: 15%;
    }

    .pc-nav-logo {
        width: 40%;
        box-sizing: border-box;
    }

    .pc-nav-con {
        width: 60%;
    }
}

@media screen and (max-width: 900px) {
    /*.nav-li {
        padding-right: 20px;
    }*/
}



/*!* 支持IE8及以上弹出框样式*/
@media screen\0{
    .weui-dialog__ft{
        display: flex;
    }
    .weui-dialog__btn{
        display: inline-table;
        padding: 0 19%;
    }
}
/*!* IE10+ CSS弹出框样式*/
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    /*!* IE10+ CSS styles go here *!*/
    .layui-m-layerbtn {
        display: block !important;
    }
    .layui-m-layerbtn span {
        display: block;
        width: 49.5%;
        float: left;
        -moz-box-flex: 0;
        box-flex: 0;
        -webkit-box-flex: 1;
    }
    .err-msg-alert span{
        width: 100%;
    }
    .weui-dialog__btn{
        display: block;
        padding: 0;
    }
}