/*@font-face {*/
/*font-family: 'pingFangMedium';*/
/*src: url('../fonts/PingFang Medium.ttf');*/
/*}*/

:root {
  --main-bg-color: #57b0ea;
}


@media only screen and (min-width: 480px) {
    html {
        font-size: 1em !important;
    }
}

@media only screen and (min-width: 414px) {
    html {
        font-size: 1em !important;
    }
}

@media only screen and (min-width: 400px) {
    html {
        font-size: 1em !important;
    }
}

html {
    font-size: 1em;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    vertical-align: baseline;
}

.body__bd {
    position: fixed;
    z-index: 0;
    background-color: #efeff4;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset, img {
    border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
    font-style: normal;
    font-weight: normal;
}

ol, ul {
    list-style: none;
}

caption, th {
    text-align: left;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}

q:before, q:after {
    content: '';
}

abbr, acronym {
    border: 0;
    font-variant: normal;
}

sup {
    vertical-align: text-top;
}

sub {
    vertical-align: text-bottom;
}

input, textarea, select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
}

input, textarea, select {
    *font-size: 100%;
}

legend {
    color: #000;
}

/* Links
   *********************************************************/
a:link, a:active, a:visited, a:hover {
    text-decoration: none;
}

/*****************修改placeholder样式************************/
:-moz-placeholder {
    color: #999;
    opacity: 1;
}

::-moz-placeholder {
    color: #999;
    opacity: 1;
}

input:-ms-input-placeholder {
    color: #999;
    opacity: 1;
}

input::-webkit-input-placeholder {
    color: #999;
    opacity: 1;
}

body {
    font-size: .875em;
    line-height: 1.6;
    font-family: -apple-system-font, "Helvetica Neue", "Roboto", "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
    text-rendering: optimizeLegibility;
    -webkit-backface-visibility: hidden;
    -webkit-user-drag: none;
    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/****************清除浮动*******************/
.clearfix:after {
    content: " ";
    display: block;
    clear: both;
    height: 0;
    font-size: 0;
    visibility: hidden;
}

/*************图片滚动******************/

.swiper-container {
    width: 100%;
    margin: 0 auto 10px;
}

.swiper-slide img {
    width: 100%;
    height: 100%;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #3295f2;
}

/****************************************/
.w-2 {
    width: 50%;
    float: left;
    padding: .6rem .4rem;
    box-sizing: border-box;
    position: relative;
}

.w-3 {
    width: 33.33%;
    float: left;
    padding: .6rem .4rem;
    box-sizing: border-box;
    position: relative;
}

.w-5 {
    width: 18%;
    float: left;
    box-sizing: border-box;
    position: relative;
}

.page__bd {
    padding-top: 44px;
    padding-bottom: 70px;
}

.bg_bd_1 {
    background-color: #fff;
}

.bg_bd_2 {
    background-color: #f5f5f5;
}

.bg_head {
    background-color: #fff;
}

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

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

.txt_c_1 {
    color: #3f3f3f !important;
}

.txt_c_2 {
    color: #56A8EC !important;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.por {
    position: relative !important;
}

.poa {
    position: absolute !important;
}

.pof {
    position: fixed !important;
}

.spa1 {
    margin: 10px 0;
}

.spa2 {
    margin: 0;
}

.pad1 {
    margin: 0 35px 0 50px !important;
}

.pad2 {
    padding: 10px !important;
}

.link_back {
    display: block;
    position: relative;
    width: 44px;
    height: 44px;
    z-index: 10;
}

/*****************表格table******************/
.table {
    width: 100%;
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    padding: 8px 2px;
    line-height: 1.42857;
    vertical-align: middle;
    border: 1px solid #d9d9d9;
}

.table-bordered, .table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
    border: 1px solid #000;
}

.table thead tr th {
    font-size: 14px;
    font-weight: 600;
}

.weui-cell__hd .weui-label {
    font-size: 16px;
}

.weui-cell__bd input[type="text"], .weui-cell__bd input[type="password"] {
    font-size: 15px;
}

/*******************边框线************************/
.t_line:before {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 1px;
    border-top: 1px solid #ececec;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
}

.b_line:after {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #ececec;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
}

/*****************价格颜色********************/
.unit_price {
    font-size: 16px;
}

.icon_money, .unit_price, .total {
    color: #E75717;
}

/************label宽度&去掉上边框线加下边框线**************/
.weui-label {
    width: 60px;
}

.weui-cells:after, .weui-cells:before {
    border-top: none;
    border-bottom: none;
}

.weui-cell:before {
    border-top: none;
}

.weui-cell:after {
    content: " ";
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    border-bottom: 1px solid #d9d9d9;
    color: #fff;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scaleY(.5);
    transform: scaleY(.5);
    left: 15px;
    right: 15px;
}

.weui-cells_checkbox .weui-icon-checked:before {
    margin-left: 0;
    height: 22px;
    font-size: 18px;
}

.weui-cells_checkbox .weui-check:checked + .weui-icon-checked:before {
    color: #FF6801;
}

/******************logo*********************/
.icon_logo {
    margin: 0px auto 30px;
    width: 100px;
    height: 100px;
}

/******************验证码**********************/
.weui-vcode-btn {
    width: 100px;
    padding: 0;
    margin-right: 15px;
    font-size: 15px;
    -webkit-appearance: none;
    border-radius: 0;
    color: #FF6801;
    text-align: center;
}

/***************显示隐藏pwd*******************/
.eyes_icon {
    display: inline-block;
    position: absolute;
    top: 10px;
    right: 15px;
    width: 24px;
    height: 24px;
}

.eyes_open_icon {
    background: url(/assets/image/icon_eyes_open.png) no-repeat center;
    background-size: 24px;
}

.eyes_close_icon {
    background: url(/assets/image/icon_eyes_close.png) no-repeat center;
    background-size: 24px;
}

/**模块_类别_功能_状态**/
/********顶部导航栏Navbar**********/
.navBar_menu.weui-search-bar:before {
    border-top: none;
}

.navBar_menu.weui-search-bar:after {
    border-bottom: none;
}

.navBar_menu {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 44px;
    line-height: 44px;
    font-size: 16px;
    color: #fff;
    z-index: 10;
}

.navBar_menu.head_bg {
    background-color: #FF6801;
}

.navBar_menu .w_col {
    width: 60%;
    margin: 0 20%;
    overflow: hidden;
}

.navBar_menu .icon_arrow {
    display: inline-block;
    position: absolute;
    top: 10px;
    left: 10px;
    width: 10px;
    height: 24px;
}

.navBar_menu .icon_arrow_l_w {
    background: url(/assets/image/icon_nav_arrow_w.png) no-repeat center;
    background-size: 28px;
}

.navBar_menu .icon_arrow_l_b {
    background: url(/assets/image/icon_nav_arrow_b.png) no-repeat center;
    background-size: 28px;
}

.navBar_menu .icon_unlike {
    display: inline-block;
    position: absolute;
    top: 10px;
    right: 10px;
    width: 24px;
    height: 24px;
    background: url(/assets/image/icon_like.png) no-repeat center;
    background-size: 24px;
    z-index: 3;
}

.navBar_menu .icon_like {
    display: inline-block;
    position: absolute;
    top: 10px;
    right: 10px;
    width: 24px;
    height: 24px;
    background: url(/assets/image/icon_nav_collect0.png) no-repeat center;
    background-size: 24px;
    z-index: 3;
}

.navBar_menu h1 {
    display: block;
    position: absolute;
    top: 0;
    padding: 0 60px;
    width: 100%;
    line-height: 44px;
    text-align: center;
    white-space: nowrap;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    box-sizing: border-box;
}

.navBar_menu li {
    float: left;
    /*width: 33.333%;*/
    width: 50%;
    text-align: center;
}

.navBar_menu .active a {
    padding: 8px 0;
    color: #FF6801;
    border-bottom: 2px solid #FF6801;
}

/********顶部标签栏Toptabbar**********/
.topTabBar_nav {
    position: fixed;
    top: 44px;
    left: 0;
    width: 100%;
    height: 2.5rem;
    -webkit-align-self: center;
    align-self: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-lines: single;
    -moz-box-lines: single;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    z-index: 2;
}

.topTabBar_nav li {
    float: left;
    flex: 1;
}

.topTabBar_nav li a {
    display: block;
    position: relative;
    margin: 0;
    width: 100%;
    height: 40px;
    line-height: 40px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-family: inherit;
    color: #3f3f3f;
    background-color: #fff;
    text-align: center;
    cursor: pointer;
}

.topTabBar_nav .active a {
    color: #FF6801;
}

.choose_icon {
    margin-left: 2px;
    width: 10px;
    height: 10px;
}

.new_change_eleven.cur a:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    margin-top: -5px;
    width: 10px;
    height: 13px;
    background: url(/assets/image/sprites.png) no-repeat;
    background-size: 100%;
}

.long_arrow.cur a.arrow_down_orange:after {
    background-position: 0 -62px;
    margin-left: 4px;
}

.long_arrow.cur a.arrow_down_grey:after {
    background-position: 0 -47px;
    margin-left: 2px;
}

.new_sort_price.cur a.arrow_up:after {
    background-position: 0 -16px;
    margin-left: 2px;
}

.new_sort_price.cur a.arrow_down:after {
    background-position: 0 0;
    margin-left: 2px;
}

/********顶部工具栏Toolbar*********/

/********Searchbar*************/
.weui-search-bar__form {
    margin: 0 30px 0 0;
    width: 100%;
    flex: inherit;
    background: transparent;
}

.weui-search-bar__box .weui-search-bar__input {
    float: left;
}

.weui-search-bar__form:after {
    border: none;
    border-radius: 40px;
    -webkit-border-radius: 40px;
}

.icon_msg {
    display: block;
    position: absolute;
    right: 13px;
    top: 50%;
    height: 24px;
    line-height: 24px;
    cursor: pointer;
    margin-top: -12px;
    background-color: transparent;
    border: none;
    z-index: 2;
}

.icon_msg img {
    width: 24px;
    height: 24px;
}

.icon_circle {
    display: inline-block;
    position: absolute;
    top: -5px;
    right: -5px;
    width: 16px;
    height: 16px;
    line-height: 16px;
    border-radius: 50%;
    background-color: #ff0000;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    font-size: 13px;
}

.clear_pad1 {
    margin: 0;
}

/*********宝贝下拉菜单***********/
.pull_menu {
    position: absolute;
    top: 22px;
    left: 0;
    width: 45px;
    font-size: 15px;
    color: #fff;
}

.icon_arrow_black {
    display: inline-block;
    position: absolute;
    width: 0;
    height: 0;
    z-index: 20;
}

.icon_arrow_down {
    top: 11px;
    left: 32px;
    border-top: 5px solid #fff;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
}

.icon_arrow_up {
    top: -8px;
    left: 20px;
    border-bottom: 10px solid #3f3f3f;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
}

.click_show {
    position: fixed;
    top: 44px;
    left: 10px;
    background-color: #3f3f3f;
    border-radius: 4px;
    z-index: 10;
}

.click_show ul li {
    width: 100px;
    padding: 10px;
    color: #dadada;
    text-align: center;
    font-size: 15px;
}

.click_show img {
    float: left;
    width: 24px;
    height: 24px;
}

/********底部标签栏Bottomtabbar**********/
.bTabBar {
    position: fixed;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    left: 0;
    right: 0;
    bottom: 0;
    height: 99px;
    line-height: 99px;
    font-size: 12px;
    color: #7D7D7D;
    background-color: #F9F9F9;

}

.add-padding {
    padding: 30px 15px 0;
}

.link_area {
    display: block;
    padding: 20px 15px 0;
    text-align: center;
}

.link_area a, .link_area span {
    font-size: 14px;
    color: #3f3f3f
}

/********列表List-显示2列*****************/
.pro_box {
    width: 100%;
    padding: 0;
    margin-top: 10px;
}

.pro_box li {
    float: left;
    width: 50%;
    margin-bottom: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    padding: 0 5px;
}

/*
.pro_box li:nth-of-type(even) {
  padding-left: 5px;
}

.pro_box li:nth-of-type(odd) {
  padding-right: 5px;
}
*/

.pro_box li a {
    display: block;
    width: 100%;
    color: #FFF;
}

.pro_box li a img {
    width: 100%;
    height: 100%;
    vertical-align: top;
}

.pro_box dl {
    padding: 0 10px;
    background-color: #fff;
}

.pro_box dl dt {
    padding: 10px 0 0;
    margin-bottom: 6px;
    height: 36px;
    line-height: 18px;
    color: #3F3F3F;
    text-align: left;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;

    -webkit-box-orient: vertical;
}

.pro_box dl dd {
    position: relative;
    padding-bottom: 10px;
    height: 20px;
}

.pro_box dl dd p {
    float: left;
    width: 50%;
    height: 25px;
    line-height: 25px;
    color: #757575;
    text-align: left;
}

.pro_box dl dd p:last-child {
    text-align: right;
}

/********按钮状态btn-default,btn-pre,btn-disbale**********/

.btn_back {
    left: 0;
    top: 0;
}

.btn_edit {
    top: 0;
    right: 10px;
}

.btn_back, .btn_edit {
    position: absolute;
    display: inline-block;
    color: #fff;
    font-size: 15px !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 20;
}

.btn_default {
    color: #fff;
    border: 1px solid #FF6801;
    background-color: #FF6801 !important; /*橘色*/
}

.btn_pre {
}

.btn_select {
}

.btn_disbale {
    color: #3f3f3f;
    border: 1px solid #dadada;
    background-color: #dadada !important;
}

.icon-tip {
    background-color: #ff4242;
}

/**********开关按钮************/

/*********加减数量************/

.quantity_form {
    display: inline-block;
    width: 82px;
    height: 22px;
    white-space: nowrap;
    background: #fff;
    border: 1px solid #dadada;
    border-radius: 3px;
    z-index: 3;
}

.quantity_form a {
    display: block;
    float: left;
    position: relative;
    width: 24px;
    height: 22px;
    background-color: #f7f7f7;
    cursor: pointer;
}

.quantity_form .icon_minus {
    border-right: 1px solid #dadada;
}

.quantity_form .icon_minus:before {
    content: " ";
    position: absolute;
    left: 5px;
    top: 50%;
    width: 14px;
    height: 1px;
    background: #989191;
}

.quantity_form .input_quantity {
    float: left;
    width: 32px;
    height: 22px;
    line-height: 22px;
    font-size: 16px;
    text-align: center;
    background: none;
    border: 0;
    color: #757575;
    vertical-align: middle;
    overflow: hidden;
}

.quantity_form .icon_plus {
    border-left: 1px solid #dadada;
}

.quantity_form .icon_plus:before {
    content: " ";
    position: absolute;
    left: 6px;
    top: 50%;
    width: 14px;
    height: 1px;
    background: #3f3f3f;
}

.quantity_form .icon_plus:after {
    content: " ";
    position: absolute;
    left: 12px;
    top: 5px;
    width: 1px;
    height: 14px;
    background: #3f3f3f;
}

/************底部导航栏**************/
.fixed_b {
    position: fixed;
}

.weui-tabbar__item.weui-bar__item--on .foot-nav-home {
    background: url(/assets/image/icon_nav_home0.png) no-repeat;
    background-size: 27px;
}

.weui-tabbar__item.weui-bar__item--on .foot-nav-classify {
    background: url(/assets/image/icon_nav_classify0.png) no-repeat;
    background-size: 27px;
}

.weui-tabbar__item.weui-bar__item--on .foot-nav-reader {
    background: url(/assets/image/icon_nav_reader0.png) no-repeat;
    background-size: 27px;
}

.weui-tabbar__item.weui-bar__item--on .foot-nav-fee {
    background: url(/assets/image/icon_nav_fee0.png) no-repeat;
    background-size: 27px;
}

.weui-tabbar__item.weui-bar__item--on .foot-nav-cart {
    background: url(/assets/image/icon_nav_cart0.png) no-repeat;
    background-size: 27px;
}

.weui-tabbar__item.weui-bar__item--on .foot-nav-user {
    background: url(/assets/image/icon_nav_user0.png) no-repeat;
    background-size: 27px;
}

.weui-tabbar__item.weui-bar__item--on .foot-nav-connect {
    background: url(/assets/image/icon_nav_connect0.png) no-repeat;
    background-size: 27px;
}

.weui-tabbar__item.weui-bar__item--on .foot-nav-collect {
    background: url(/assets/image/icon_nav_collect0.png) no-repeat;
    background-size: 27px;
}

.weui-tabbar__item .foot-nav-home {
    background: url(/assets/image/icon_nav_home1.png) no-repeat;
    background-size: 27px;
}

.weui-tabbar__item .foot-nav-classify {
    background: url(/assets/image/icon_nav_classify1.png) no-repeat;
    background-size: 27px;
}

.weui-tabbar__item .foot-nav-reader {
    background: url(/assets/image/icon_nav_reader1.png) no-repeat;
    background-size: 27px;
}

.weui-tabbar__item .foot-nav-fee {
    background: url(/assets/image/icon_nav_fee1.png) no-repeat;
    background-size: 27px;
}

.weui-tabbar__item .foot-nav-cart {
    background: url(/assets/image/icon_nav_cart1.png) no-repeat;
    background-size: 27px;
}

.weui-tabbar__item .foot-nav-user {
    background: url(/assets/image/icon_nav_user1.png) no-repeat;
    background-size: 27px;
}

.weui-tabbar__item .foot-nav-connect {
    background: url(/assets/image/icon_nav_connect1.png) no-repeat;
    background-size: 27px;
}

.weui-tabbar__item .foot-nav-collect {
    background: url(/assets/image/icon_nav_collect1.png) no-repeat;
    background-size: 27px;
}

.weui-tabbar__item.weui-bar__item--on .weui-tabbar__label {
    color: #FF6801
}

/******************************/
.back_top_box {
    position: fixed;
    right: 10px;
    bottom: 70px;
    display: inline;
}

.back_top_box_none {
    display: none;
}

.back_top_box img {
    float: right;
    margin-right: 10px;
    width: 32px;
    height: 32px;
}

/****************卖家店铺*******************/
.bg_transparent {
    background-color: rgba(247, 247, 250, 0.8);
}

ul.goods_classify_name {
    position: absolute;
    bottom: 60px;
    width: 100%;
    border: 1px solid #ececec;
    background-color: #fff;
    color: #000;
}

ul.goods_classify_name li {
    height: 25px;
    line-height: 25px;
    padding: 5px 8px;
    border-bottom: 1px solid #ececec;
    color: #3f3f3f;
    font-size: 14px;
    vertical-align: middle;
}

ul.goods_classify_name li:last-child {
    border-bottom: none;
}

.weui-picker-modal {
    background-color: #fff
}

/****************按钮固定底部*****************/
.footer-btn-box {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60px;
    background-color: #f5f5f5;
    letter-spacing: 2px;
    z-index: 2;
}

/****************没有数据 add by pl 2017-4-11*****************/
.pic_box {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -43px;
    margin-top: -32px;
    width: 86px;
    height: 64px;
    text-align: center;
}

.pic_box p {
    text-align: center;
}

.edit_break {
    word-break: break-all;
    word-wrap: break-word;
    white-space: normal;
}

/****************上下拉*****************/
.dropload-up, .dropload-down {
    position: relative;
    height: 0;
    overflow: hidden;
    font-size: 12px;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.dropload-down {
    height: 50px
}

.dropload-refresh, .dropload-update, .dropload-load, .dropload-noData {
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 14px;
}

.weui-updown {
    -webkit-animation: weui-updown .3s linear;
    animation: opacity .3s linear
}

@-webkit-keyframes weui-updown {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@keyframes weui-updown {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

.pageControl {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ffffff;
}

.pageControl > * {
    float: left;
}

.r-pagination-recordCount {
    float: right;
}

.order_pro_list {
    overflow-x: hidden;
}

.tab_content.page__bd {
    overflow-x: hidden;
}

.head_pc {
    height: 80px;
}

.page__pc {
    padding-top: 80px;
}

.head_font_pc, .head_font_pc h1 {
    font-size: 40px;
    line-height: 80px;
}

.icon_back_pc {
    top: 20px !important;
    width: 25px !important;
    height: 40px !important;
    -webkit-background-size: 40px !important;
    background-size: 40px !important;
}

.noneBar {
    display: none;
}

.flexBar {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
}

.adv_div {
    position: relative;
    /*    max-height: 200px;*/
    overflow-x: hidden;
    overflow-y: auto;
}

