textarea{resize: none;}
table tr.even, table tr.alt, table tr:nth-of-type(even) {
    background: #fff;
}
.cursor{cursor: pointer;}
.bold{font-weight: bold;}
.commom-spacer{height:2em;width: 100%;background: #fff; }
.good-label-icon {
    height: 36px;
    width: 36px;
    position: absolute;
    right: 4px;
    top: 4px;
    background: url(../images/ding.png) no-repeat;
    background-size: 100%;
    z-index: 3;
}

html, body, * {
    /*font-family: Arial, "Microsoft YaHei", "微软雅黑", SimSun, sans-serif;*/
    font-family:"思源黑体","Microsoft YaHei";
}
.label-text-color{color:#999;}
a {
    color: #333333;
}
a{
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    -webkit-user-select: none;
    -moz-user-focus: none;
    -moz-user-select: none;
}
a:link, a:visited {
    color: #333333;
}

a:hover, a:active {
    color: #333333;
}
.color9{color:#999;}
.radius {
    border-radius: 4px;
}

.img {
    width: 100%;
    display: block;
}

ul li {
    list-style: none;
}

ul {
    margin: 0;
}

input {
    box-shadow: none !important;
}

textarea {
    box-shadow: none !important;
}

.autoHeight {
    height: 100%;
    line-height: 100%;
    color: #fff;
    letter-spacing: 2px;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}

select {
    padding: 0 3%;
}

.nopadding {
    padding: 0 !important;
}

.nomargin {
    margin: 0 !important;
}

.no-bottom {
    margin-bottom: 0 !important;
}

.white-color {
    color: #ffffff;
}

.block {
    display: block;
}

.base-color {
    color: #333333;
}

.second-color {
    color: #8c8c8c;
}

.price-color {
    color: #355eff;
}

.t-color {
    color: #828282;
}

.d-color {
    color: #333333;
}

li a {
    display: block;
}

a:active {
    background: transparent !important;
}

.hide {
    display: none;
}

.cline {
    height: 1px;
    width: 100%;
    background: #e5e5e5;
    clear: both;
}

.space {
    height: 10px;
    width: 100%;
    background: transparent;
    clear: both;
}


.shadow {
    box-shadow: 1px 1px 1px rgba(34, 25, 25, .2);
    position: relative;
}

.mt-0 {
    margin-top: 0px;
}
.mb-0{
     margin-bottom: 0 !important;
}


.local-button {
    height: 2em;
    width: 5em;
    padding: 0;
    background: #355eff;
    color: #ffffff;
    border: 0;
    font-size: 0.9em;
    border-radius: 0;
}

.h6-text {
    font-size: 1em;
    color: #333333;
    margin-bottom: 0;
    margin-top: 0;
}

.p-text {
    font-size: 0.9em;
    color: #828282;
    margin-bottom: 0;
    margin-top: 0;
}

.spaner-text {
    font-size: 0.9em;
    color: #333333;
    margin-bottom: 0;
    margin-top: 0;
    text-align: right;
}

.article-css {
    padding: 0.5em;
}

.clear {
    clear: both;
}

.img-pad {
    padding: 0.3em;
}

.table-bottom {
    margin-bottom: 1em;
}

.bottom-space {
    margin-bottom: 5px;
}

.size8 {
    font-size: 0.875em;
}

.size9 {
    font-size: 0.875em;
}

.size1 {
    font-size: 1em;
}

.nodata {
    padding: 0.5em;
    font-size: 0.9em;
    text-align: center;
    color: #999;
}

/**-----**/
.pagination {
    margin: 20px 0;
}

.pagination ul {
    padding-top: 15px !important;
    display: inline-block;
    *display: inline;
    margin-bottom: 0;
    margin-left: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    *zoom: 1;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.pagination ul > li {
    display: inline;

    font-size: 0.6em;
}

/**--hu--**/
.pagination li a:hover {
    /*color: #ffffff;*/
}

.pagination ul > li > a,
.pagination ul > li > span {
    height: 30px;
    width: 34px;
    font-size: 12px;
    float: left;
    padding:4px;
    line-height: 20px;
    text-decoration: none;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-left-width: 0;
}

.pagination ul > li > a:hover,
.pagination ul > li > a:focus,
.pagination ul > .active > a,
.pagination ul > .active > span {
    background-color: #355eff;
}

.pagination ul > .active > a,
.pagination ul > .active > span {
    color: #ffffff;
    cursor: default;
}

.pagination ul > .disabled > span,
.pagination ul > .disabled > a,
.pagination ul > .disabled > a:hover,
.pagination ul > .disabled > a:focus {
    color: #ffffff;
    cursor: default;
    background-color: transparent;
}

.pagination ul > li:first-child > a,
.pagination ul > li:first-child > span {
    border-left-width: 1px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    -moz-border-radius-topleft: 4px;
}

.pagination ul > li:last-child > a,
.pagination ul > li:last-child > span {
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-bottomright: 4px;
}

.pagination-centered {
    text-align: center;
}

.pagination-right {
    text-align: right;
}

.pagination-large ul > li > a,
.pagination-large ul > li > span {
    padding: 11px 19px;
    font-size: 17.5px;
}

.pagination-large ul > li:first-child > a,
.pagination-large ul > li:first-child > span {
    -webkit-border-bottom-left-radius: 6px;
    border-bottom-left-radius: 6px;
    -webkit-border-top-left-radius: 6px;
    border-top-left-radius: 6px;
    -moz-border-radius-bottomleft: 6px;
    -moz-border-radius-topleft: 6px;
}

.pagination-large ul > li:last-child > a,
.pagination-large ul > li:last-child > span {
    -webkit-border-top-right-radius: 6px;
    border-top-right-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    border-bottom-right-radius: 6px;
    -moz-border-radius-topright: 6px;
    -moz-border-radius-bottomright: 6px;
}

.pagination-mini ul > li:first-child > a,
.pagination-small ul > li:first-child > a,
.pagination-mini ul > li:first-child > span,
.pagination-small ul > li:first-child > span {
    -webkit-border-bottom-left-radius: 3px;
    border-bottom-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    border-top-left-radius: 3px;
    -moz-border-radius-bottomleft: 3px;
    -moz-border-radius-topleft: 3px;
}

.pagination-mini ul > li:last-child > a,
.pagination-small ul > li:last-child > a,
.pagination-mini ul > li:last-child > span,
.pagination-small ul > li:last-child > span {
    -webkit-border-top-right-radius: 3px;
    border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    border-bottom-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
}

.pagination-small ul > li > a,
.pagination-small ul > li > span {
    padding: 2px 10px;
    font-size: 11.9px;
}

.pagination-mini ul > li > a,
.pagination-mini ul > li > span {
    padding: 0 6px;
    font-size: 10.5px;
}

.p-bottom {
    margin-bottom: 0;
    color: #333333;
}

.desc-text {
    font-size: 0.9em;
    color: #333333;
    margin-bottom: 0;
    text-align: left;
    line-height: 24px;
}

.h4-title {
    text-align: left;
    font-size: 1em;
}

.main-img {
    width: 100%;
    padding: 0.2em 0.5em;
}

.line {
    width: 99%;
    height: 1px;
    background: #e5e5e5;
    margin: 0 auto;
    clear: both;
    margin-bottom: 0.5em;
    margin-top: 0.5em;
}

.header {
    height: 60px;
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
}

.login-list {
    width: 100%;
    height: 100%;
    margin: 0;
}

.login-list li {
    float: left;
    width: 30%;
    height: 100%;
    font-size: 0.7em;
    line-height: 30px;
}

.tab-list {
    width: 100%;
    height: 3em;
    margin-bottom: 0;
}

.tab-list li {
    float: left;
    width: 2em;
    height: 2em;
    margin-top: 0.5em;
    font-size: 1em;
    border-radius: 5px;
    margin: 0 1%;
}

.hover-bg {
    background: #355eff;
    color: #ffffff;
}

.normal-bg {
    background: #ffffff;
    color: #333333;
}

.icon-label {
    font-size: 1em;
    color: #333333;
    margin-bottom: 0;
    text-align: center;
}

.about-button {
    width: 23%;
    margin: 0 1%;
}

.about-img {
    width: 100%;
    padding: 0.2em;
}

.foot-text {
    font-size: 0.7em;
    color: #333333;
    margin-bottom: 0;
}

.work-img {
    width: 47%;
    padding: 0;
    margin-right: 1em;
}

.img-space {
    width: 2%;
    height: 1px;
}

.sub-btn {
    height: 2em;
    width: 6em;
    margin: 0;
    padding: 0;
    float: right;
    margin-right: 1.3em;
    background: #355eff !important;
    color: #ffffff !important;
    font-size: 0.9em;
}


.req-btn {
    padding: 0.3em 1em;
    margin: 0;
    float: right;
    margin-right: 1.3em;
    background: #355eff !important;
    color: #ffffff !important;
    font-size: 0.9em;
}

.tx-img {
    height: 5em;
    width: 5em;
    border-radius: 3em;
    margin-top: 1em;
    background: #ffffff;
}

.lg-btn {
    height: 3em;
    line-height: 3em;
    width: 100%;
    margin: 0;
    padding: 0;
    background: #355eff !important;
    color: #ffffff !important;
    border-radius: 7px;
    font-size: 14px;
}

.reg-btn {
    height: 38px;
    line-height: 38px;
    width: 100px;
    margin: 0;
    padding: 0;
    background: #355eff !important;
    color: #ffffff !important;
    border-radius: 7px;
}

.manage-user {
    width: 3em;
    font-size: 1em;
    background: #e5e5e5;
    margin: 0;
}

.login-btn {
    padding: 0.2em;
    width: 3em;
    margin: 0;
    margin-right: 2em;
    font-size: 0.9em;
}

.manage-list {
    clear: both;
    text-align: left;
    margin-bottom: 0;
}

.manage-list li {
    clear: both;
    text-align: left;
    border-bottom: 1px solid #e5e5e5;
}


.manage-line {
    height: 1px;
    width: 100%;
    background: #e5e5e5;
    clear: both;
    margin-top: 1em;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.mana-label {
    background-color: #ffffff;
    text-align: left;
    padding: 0.5em;
}

.login-panel {
    height: 305px;
    position: absolute;
    top: -150px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin: auto;
    padding: 0 1.5em;
}

.chagePsw-panel {
    width: 250px;
    height: 270px;
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin: auto;
}

.loginForm {
    text-align: left;
    margin-top: 1.5em;
    border-radius: 8px;
}

.userInfoform, .pswform, .changePswform, .cpswform {
    text-align: left;
    margin-top: 1em;
    border-radius: 10px;
}

.forgrt-label {
    font-size: 0.6em;
    color: #333333;
    margin-top: 5px;
    float: right;
    font-size: 0.9em;
    margin-right: 25px;
}

.reg-panel {
    width: 100%;
    padding: 0 3em;
}

.regform {
    text-align: left;
    margin-top: 1em;
    border-radius: 10px;
}

/** 采购特色模块 **/
.ts-bg {
    background: #355eff;
    padding: 2em 0;
}

.cate-nav {
    padding: 0.5em;
    background: #ffffff;
}

.cate {
    width: 100%;
    height: 30px;
    border-bottom: 1px solid #355eff;
    margin-top: 1em;
}

.cateName {
    padding: 0;
    margin: 0;
    height: 30px;
    line-height: 30px;
    width: 80px;
    background: #355eff;
}

.searth-are {
    background: #ffffff;
    font-size: 0.9em;
    margin: 0 auto;
    height: 31px;
}

.commom-form {
    width: 100%;
    height: 32px;
}

.searth-keywords {
    height: 20px;
}
#main-searth-keywords{
    height: 20px;
}
.searth-btn,.da-searth-btn,.memo-searth-btn,.league-searth-btn,.jysearth-btn {
    text-align: center;
    background: url(../images/icon_search.png) center no-repeat;
    background-color: #355eff;
    background-size: 40%;
    border: 0;
}

/**文具列表页**/
.filter {
    background: #355eff;
    border: 0;
    border-radius: 0;
    color: #ffffff;
    height: 30px;
    line-height: 30px;
    width: 100%;
}

.goodlist-panel {
    min-height: 98%;
}

.goodlist {
    background: #e5e5e5;
    margin: 0;
    padding: 0;
}

.goodlist li {
    width: 48%;
    padding: 0.5em;
    margin: 1%;
    float: left;
    border: 1px solid #e5e5e5;
    position: relative;
    text-decoration: none;
}

.goods-desc {
    width: 54%;
    font-size: 0.9em;
    color: #333333;
    height: 3em;
    overflow: hidden;
}

.goods-price {
    width: 46%;
    font-size: 0.9em;
    color: red;
    height: 3em;
    line-height: 3em;
    text-align: center;
}

.tip-img {
    width: 3em;
    position: absolute;
    right: -7px;
    top: -8px;
}

.good-img {
    width: 100%;
}

/**其他类列表页**/
.mgoodlist{padding:0 0.625rem;margin-top: 48px;background-color: #f1f1f1;}
.mgoodlist li {
    width: 100%;
    float: left;
    margin-bottom: 6%;
    position: relative;
    text-decoration: none;
    border-radius: 0.8em 0.8em 0 0;
}
.mgoodlist a{
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    -webkit-user-select: none;
    -moz-user-focus: none;
    -moz-user-select: none;
}

.mgoodlist > a:last-child > li {
    margin-bottom: 0.8em;
}

.mgood-info {
    padding: 0.5em;
    height: auto;
    width: 100%;
    display: table;
    font-weight: normal;
}

.mgood-container {
    border-radius: 0.8em 0.8em 0 0;
    width: 100%;
    position: relative;
}

.mgood-img {
    border-radius: 0.8em 0.8em 0 0;
    width: 100%;
}

.mgoods-desc {
    width: 100%;
    font-size: 0.9em;
    color: #828282;
    overflow: hidden;
}

.mgoods-title {
    width: 100%;
    font-size: 0.875rem;
    color: #333333;
    height: 24px;
    line-height: 24px;
    overflow: hidden;
    text-align: left;
    font-weight: normal;
}

.mgoods-price {
    width: 30%;
    font-size: 0.9em;
    color: #333333;
}

.free-desc {
    width: 70%;
    font-size: 0.9em;
    color: #333333;
    max-height: 3em;
    overflow: hidden;
}

/**详情页**/
.detal-title {
    font-size: 1em;
    padding: 0.5em 0.9em;
    height: auto;
    min-height: 1.5em;
    line-height: 1.5em;
    overflow: hidden;
    margin: 0;
}

.detal-desc {
    font-size: 0.9em;
    padding: 0.5em 3%;
    color: #828282;
    height: auto;
    overflow: hidden;
    margin: 0;
    background: #f1f1f1;
}

.detail-line {
    height: 0.2em;
    width: 100%;
    background: #e5e5e5;
}

.detal-tips {
    height: auto;
    padding: 0.5em 1em;
    color: #355eff;
    font-size: 0.8em;
}

.detail-form {
    padding: 0.5em;
}

.promotion-tips {
    height: auto;
    font-size: 0.8em;
}

.price-items {
    padding: 0.2em 0.5em;
}

.p-bg {
    background: rgb(255, 222, 222);
    text-align: center;
    color: #333333;
    font-weight: normal;
    border-right: 1px solid #ccbbbb;
}

.num-bg {
    background: rgb(247, 247, 247);
    text-align: center;
    color: #333333;
    font-weight: normal;
    border-right: 1px solid #ccbbbb;
}

.detail-info {
    padding: 0;
    color: #828282;
    height: 30px;
    line-height: 30px;
}

.data-info {
    padding: 0;
    color: #333333;
    height: 30px;
    line-height: 30px;
}

.ninus-item {
    height: 20px;
    width: 20px;
    background: url(../images/jianhao.png) center no-repeat;
    background-size: 100% 100%;
    margin-top: 5px;
}

.plus-item {
    height: 20px;
    width: 20px;
    background: url(../images/jiahao.png) center no-repeat;
    background-size: 100% 100%;
    margin-top: 5px;
}

.text-title {
    font-size: 0.9em;
    padding: 0.2em 0.5em;
    min-height: 30px;
}

.order-line {
    height: 3px;
    width: 100%;
    background: url(../images/fenge.png) repeat-x;
}

.detal-title-new {
    font-size: 0.875rem;
    height: auto;
    line-height: 1.5rem;
    color: #333333;
    padding: 0.625rem;
    margin:0;
}

.detal-desc-new {
    background-color: #ffffff;
}

.detal-tips-new {
    font-size: 0.9em;
}

.detail-info-new {
    width: 26%;
}

.detail-val-new {
    width: 74%;
    color: #333333;
}

.detail-val-new span.item {
    color: #355eff;
}

.tralael-new {
    width: 0.5em;
    padding-left: 0em !important;
    margin-right: 0.5em;
}

.intro-new {
    font-size: 1rem;
    padding-top: 0.8em;
    padding-bottom: 0.8em;
    color: #333333;
    border-bottom: 1px solid #e5e5e5;
}

.inst-desc {
    color: #333333;
    padding: 0.8em 0.5em;
}


.ninus-item-sm {
    width: 1rem;
    height: 1rem;
}

.plus-minus-input-sm {
    height: 1rem !important;
}

.plus-item-sm {
    width: 1rem;
    height: 1rem;
}

.cname {
    padding: 1em 1.5em;
    font-size: 0.9em;
    color: #355eff;
}

.clist {
    padding: 0 2em;
    margin: 0;
}


.tralael {
    background: #355eff;
    color: #ffffff;
    padding-left: 0.5em;
}

/**申请样品页**/
.gs_input {
    height: 30px !important;
}

.spacer-bottom {
    height: 1px;
    background: transparent;
    width: 100%;
    margin-bottom: 50px;
}

/** 由于toobar原因导致主页面最后3em无法显示完全，故设此下外边距**/
.toobar {
    position: fixed;
    bottom: 3em;
    height: 3em;
    width: 100%;
    background: #355eff;
    z-index: 10;
}

.st-btn {
    margin: 6px 0;
    border: 1px solid #ffffff;
    height: 38px;
    background: transparent;
    color: #ffffff;
    line-height: 38px;
    text-align: center;
    border-radius: 0;
}

.text {
    font-size: 0.9em;
    color: #333333;
}

.partner-list li {
    width: 48%;
    float: left;
    margin: 1em 1%;
}

.league-type {
    padding: 0.5em;
}

.league-type li {
    width: 25%;
    float: left;
    padding: 0.2em;
}

.league-label {
    font-size: 0.8em;
    text-align: center;
    color: #333333;
    margin-bottom: 0;
}

.banquetmain-share-item {
    position: absolute;
    top: 5px;
    left: 5px;
    width: 30px;
    height: 30px;
    float: left;
    background-color: rgba(60, 209, 173, 0.5);
    border-radius: 5px;
    background-image: url(../images/share_trans.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 80%;
}

.jingyan-item {
    margin-bottom: 0;
    margin-top: 1em;
}

.jingyan-item li {
    width: 47%;
    float: left;
    margin: 0.2em 2%;
}

.qiwen-bgcolor {
    background: #f4d6c1;
}

.jiedai-bgcolor {
    background: #cfebd6;
}

.jingyan-icon {
    height: 4em;
    margin: 0.5em;
}

.jy-label {
    height: 5em;
    padding: 0;
    line-height: 5em;
    color: #333333;
}

.jy-laben-bg {
    background: #f3f3f3;
}

.port {
    margin: 0.5em;
}

.port th {
    padding: 0;
    text-align: center;
}

.port td {
    padding: 0;
    text-align: center;
}

.t-header {
    width: 50%;
    background: #ffffff;
    font-size: 0.9em;
    text-align: left;
    padding: 0 0.5em;
}

.cart-checkbox {
    padding-left: 1em;
}

/***详情页横向水平图片列表**/
.order-goods-item {
    height: 4em;
    width: 100%;
    position: relative;
}

.hor-img-list {

    height: 100%;
    white-space: nowrap;
    overflow: hidden;
    margin: 0 auto;
}

.hor-img-item {
    display: inline-block;
    height: 4em;
    width: 4em;
    line-height: 4em;
    margin-right: 5px;
    border: 1px solid #F1F1F1;
    padding: 1px;
}

.hor-img-item img {
    border: 0px;
}

.hor-img-item-active {
    border: 1px solid #355eff;
}

.detail-big-img-window {
    text-align: center;
    line-height: 100%;
    border: 1px solid #F1F1F1;
}

.detail-big-img-window img {
    max-width: 100%;
    max-height: 100%;
    height: auto;
    width: auto;
}

.order-type-item {
    height: 3.6em;
    width: 100%;
    padding: 0.3em;
}

.order-type-list {
    margin: 0;
    height: 3em;
}

.order-type-list li {
    width: 20%;
    height: 3em;
    float: left;
    font-size: 0.9em;
    line-height: 3em;
}

.order-type-list li a {
    color: #333333;
    line-height: 2em;
    text-align: center;
    margin-top: 0.5em;
}

.mon-item {
    text-align: center;
    font-size: 0.9em;
}
.mon-item1 {
    text-align: right;
    font-size: 0.9em;
    padding-right: 10px;
}

.pay-btn {
    height: 2em;
    width: 6em;
    background: #f39501;
    color: #ffffff;
    border: 0;
    font-size: 0.9em;
    line-height: 2em;
    text-align: center;
    border-radius: 0.2em;
}

.code-btn {
    height: 2em;
    width: 6em;
    background: #355eff;
    color: #ffffff;
    border: 0;
    font-size: 0.9em;
    line-height: 2em;
    border-radius: 0.2em;
    text-align: center;
}

.order-space {
    height: 1em;
    background: #ffffff;
    width: 100%;
}

.memo-type-item {
    height: 2em;
    width: 100%;
    padding: 0.3em;
}

.memo-type-list li {
    width: 20%;
    float: left;
    text-align: center;
    padding: 0;
    height: 1.6em;
    line-height: 1.6em;
}

.memo-list li {
    padding:0.8em 0.5em;
}

.memo-bg {
    border-radius: 10px 10px 0 0;
    height: 1.8em;
    background-size: 100% 100%;
    background-color: #f4f4f4;
}

.memo-info {
    min-height: 6em;
    border-radius: 0 0 0.2em 0.2em;
    background-color: #f8f7f3;
}

.memo-desc {
    min-height: 4em;
    height: auto;
    color: #333333;
    padding: 0.3em 0.5em;
}

.do-time {
    height: 2em;
    font-size: 0.9em;
    color: #333333;
    padding: 0.3em 0.5em;
    text-align: right;
}

.memoform {
    width: 100%;
}

.memo-textarea {
    height: 10em;
    margin: 1em 5%;
    font-size: 0.9em;
    width: 90%;
}

.memo-text {
    width: 90%;
    margin: 0 5%;
    font-size: 0.9em;
}

.saishi-input-item {
    width: 96%;
    margin: 0 2%;
}

.jingyan-textarea {
    height: 5em;
    font-size: 0.9em;
    color: #333333;
}

.ad_jy {
    height: 2em;
    width: 6em;
    background: #355eff;
    color: #ffffff;
    border: 0;
    font-size: 0.9em;
}

.saishi-sub-btn {
    height: 2em;
    width: 6em;
    background: #355eff;
    color: #ffffff;
    border: 0;
    font-size: 0.9em;
}

.saishi-sub-item {
    padding-bottom: 10px;
}

.desc {
    padding: 5px;
    overflow: hidden;
}

.comment-input-area {
    margin-bottom: 10px;
}

.jingyan-list {
    margin-bottom: 0;
    background-color: #f1f1f1;
    padding: 0.8em 0.5em;
    overflow: hidden;
}

.jingyan-list li {
    background-color: #ffffff;
    margin-bottom:0.8em;
}

.jingyan-text-pad-right {
    padding-right: 1em;
}

.jIcon {
    height: 2.5em;
    line-height: 2.5em;
}

.jingyan-li {
    background-color: #ffffff;
    margin-bottom: 1em;
}

.jingyanlist-title {
    padding: 0.5em 0.9em 0.5em 5px;
    font-size: 1rem;
    font-weight: bold;
}

.touxiang-img {
    height: 4em;
    margin: 0.5em;
}

.uInfo {
    padding: 10px;
}

.uname {
    height:24px;
    line-height: 24px;
    color: #333;
}
.name-color {
    color: #355eff;
}

.each-comment {
    background: #f4f5f7;
}

.comment-area {
    padding: 0.8em 1em 0.8em 0.8em !important;
    margin: 0px 1em !important;
    background-color: #f4f5f7
}

.jingyandetail-content {
    padding: 0.3em 0.8em 0.5em 0em;
}

.j-btn {
    background: #355eff;
    color: #ffffff;
    border: 0;
    height: 2em;
    width: 6em;
    border-radius: 0.2em;
}

.responTo-input-items {
    margin-bottom: 1em;
}

.text-input {
    width: 5em;
    height: 3em;
}

.profit th {
    font-size: 0.9em;
    font-weight: normal;
    padding: 0;
    text-align: center;
    height: 2em;
}

.profit td {
    font-size: 0.9em;
    padding: 0;
    text-align: center;
    height: 2.5em;
}

.profit {
    border-bottom: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
    margin-bottom: 0.5em;
}

.profit-title {
    width: 100%;
    background-color: #f5f5f5;
    height: 2.8em;
    line-height: 2.8em;
}

.profit-list {
    width: 100%;
    overflow-y: auto;
}

.profit-list-table {
    width: 100%;
    margin-bottom: 0.5em;
    border: 0px;

}

.profit-list-table td {
    font-size: 0.8em;
    padding: 0;
    text-align: center;
    height: 3.5em;
    color: #333333;
}

.busi-tap li {
    font-size: 0.9em;
    color: #ffffff;
    width: 30%;
    float: right;
}

.expenseReport-title {
    font-size: 0.9em;
    color: #355eff;
    height: 2em;
    line-height: 2em;
    border-bottom: 1px solid #e5e5e5;
    margin-top: 1em;
    padding: 0 1em;
}

.busi-order {
    width: 100%;
}

.busi-order td {
    padding: 0.5em;
    font-size: 0.9em;
}

.onetimepay-btn {
    height: 2em;
    width: 5em;
    background: #355eff;
    color: #ffffff;
    font-size: 0.9em;
    border: 0;
    line-height: 2em;
    margin: 0 auto;
}

.r-border {
    border-right: 1px solid #e5e5e5;
    color: #333333;
    text-align: left;
}

.balance-list {
    height: 2em;
    width: 100%;
    margin-bottom: 0;
    margin-top: 1em;
}

.balance-list li {
    width: 25%;
    line-height: 2em;
    text-align: center;
    float: left;
    font-size: 0.9em;
}

.balance-show-item {
    width: 100%;
    border-left: 0;
    border-right: 0;
}

.balance-show-item td {
    font-size: 0.8em;
    padding: 0.5em 0;
    text-align: center;
}

.balance-show-item th {
    font-size: 0.8em;
    font-weight: normal;
    padding: 0.5em 0;
    text-align: center;
}

.pay-type-list li {
    float: left;
}

.pay-code-container {
    width: 100%;
}

.off-canvas-list {
    font-size: 0.8em;
}

.off-canvas-list li {
    text-align: center;
}

.busipay-image {
    height: 15em;
    width: 15em;
}

.active-btn {
    background: #355eff;
    color: #ffffff;
    border: 0;
}

.pay-image-con {
    margin-top: 1em;
    width: 100%;
}

.saishi-img {
    height: 5em;
    width: 30%;
    margin-right: 1%;
    margin-bottom: 0.5em;
}

.comment-input-items, .respon-input-items, .responTo-input-items {
    margin-right: 0.5em;
    margin-bottom: 5px;
}

.prize-button {
    height: 2.5em;
    line-height: 2.5em;
    color: #ffffff;
    background-color: #355eff;
}

.nobegin-btn {
    height: 2.5em;
    line-height: 2.5em;
    color: #333333;
    background-color: #e5e5e5;
}

.box2 {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    display: none;
    z-index: 5;
    position: fixed;
    background: rgba(0, 0, 0, 0.52) none repeat scroll 0% 0%;
    opacity: 1;
    font-size: 0.9em;
}

.close {
    background: url(../images/a7.png) 0px 0px no-repeat;
    position: absolute;
    width: 16px;
    height: 16px;
    right: 10px;
    top: 12px;
    background-size: 100%;
}

.iclose {
    background: url(../images/a7.png) 0px 0px no-repeat;
    position: absolute;
    width: 16px;
    height: 16px;
    right: 10px;
    top: 12px;
    background-size: 100%;
}

.login51 {
    width: 20em;
    height: 16em;
    padding: 10px;
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin: auto;
    background: #EFEFEF;
}

.order-sugess,.torder-sugess {
    height: 9em;
}

.songshui-addr {
    margin-top: 0.5em;
}

.sugess-sub {
    height: 2em;
    width: 5em;
    background: #355eff;
    color: #ffffff;
    border: 0;
}

.toChoose-btn {
    height: 2.2em;
    width: 5em;
    background: #355eff;
    color: #ffffff;
    line-height: 2.2em;
    text-align: center;
}

.checkbox {
    margin: 0;
    height: 2.2em;
}

.num_items {
    /*height: 6em;*/
    /*width: 80%;*/
    /*background: #e5e5e5;*/
    /*position: absolute;*/
    /*top: 40%;*/
    /*left: 10%;*/
    /*padding: 0 0.5em;*/
}

.fruit-num-label {
    width: 4em;
    height: 3em;
    line-height: 3em;
}

.plus_num {
    height: 2em;
    width: 2em;
    margin-top: 0.5em;
    background: url(../images/jiahao.png) center no-repeat;
    background-size: 78%;
}

.minus_num {
    height: 2em;
    width: 2em;
    margin-top: 0.5em;
    background: url(../images/jianhao.png) center no-repeat;
    background-size: 78%;
}

.add_num_btn {
    height: 1.5em;
    width: 4em;
    margin-top: 0.7em;
    background: #355eff;
    color: #ffffff;
    margin-left: 0.5em;
    border-radius: 0.2em;
}

.del_btn {
    width: 100%;
    height: 20px;
}

.del-label {
    height: 1.2em;
    width: 1.2em;
    background: url(../images/delete_icon.png) 49% no-repeat;
    background-size: 70%;
    border: 1px solid #aba9a9;

    margin: 5px 0 0 0;
}

.fruitCart {
    height: 8em;
    width: 2em;
    position: fixed;
    top: 50%;
    left: 0.5em;
    background: rgba(165, 207, 109, 0.8);
    color: #ffffff;
}

.cart-icon {
    height: 2em;
    width: 2em;
    background: url(../images/cart.png) center no-repeat;
}

.fruitCartTable {
    width: 100%;
    height: 7.2em;
    margin: 0;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}

.fruitCartTable td {
    padding: 0;
    margin: 0;
}

.cart-dele-item {
    height: 1.2em;
    width: 100%;
}

.tit {
    height: 4em;
    padding: 0.3em;
    overflow: hidden;
    line-height: 1.8em;
}

.list-plus-img {
    height: 1.5em;
    width: 1.5em;
    background: url(../images/jiahao.png) center no-repeat;
    background-size: 80%;
}

.list-minus-img {
    height: 1.5em;
    width: 1.5em;
    background: url(../images/jianhao.png) center no-repeat;
    background-size: 80%;
}

.fruitClassify {
    padding: 0.5em;
    height: 100%;
    width: 100%;
    display: none;
    z-index: 5;
    position: fixed;
    background: rgba(0, 0, 0, 0.52) none repeat scroll 0% 0%;
    opacity: 1;
    font-size: 0.9em;
    height: 100%;
}

.tips-title {
    border-bottom: 1px solid #e5e5e5;
    color: #355eff;
    margin-bottom: 0.2em;
    font-size: 1em;
}

.fruit-level-list li {
    padding: 0.2em;
    width: 30%;
    height: 2em;
    text-align: center;
    float: left;
    font-size: 0.9em;
    margin: 1em 1.5%
}

.fruit-classify li {
    padding: 0.2em;
    width: 30%;
    height: 2em;
    text-align: center;
    float: left;
    font-size: 0.9em;
    margin: 1em 1.5%
}

.week-list {
    height: 32px;
    border-bottom: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
    margin-bottom: 0.5em;
    margin-top: 1em;
}

.week-list li {
    border-right: 1px solid #e5e5e5;
    line-height: 30px;
    text-align: center;
    float: left;
    width: calc(100% / 7);
}

.week-list li a {
    display: block;
}

.user-item {
    height: 46px;
    background: #ffffff;
}

.memo-sub {
    height: 30px;
    width: 90%;
    margin-top: 0.5em;
    margin:0 5%;
}

.memo-btn {
    height: auto;
    min-height: 3em;
    width: 100%;
    min-width: 6em;
    background: #355eff;
    color: #ffffff;
    border: 0;
    font-size: 1em;
    line-height: 3em;
    text-align: center;
    border-radius: 0.2em;
}

.free-info {
    padding: 0;
    color: #333333;
    height: 30px;
    line-height: 30px;
}

.reg-href {
    height: 44px;
    line-height: 44px;
    width: 100px;
    margin: 0;
    padding: 0;
    color: #333333;
}

.mana-item {
    border-bottom: 1px solid #e5e5e5;
    height: 45px;
    background-color: #ffffff;
}

.item-H {
    height: 45px;
    display: flex;
}

.cc {
    height: 38px;
    width: 90%;
    font-size: 16px;
    border: 1px solid #ffffff;
    line-height: 38px;
    margin: 6px auto;
    color: #ffffff;
    background: transparent;
}

.order-btn {
    height: 26px;
    width: 90%;
    border: 1px solid #ffffff;
    line-height: 26px;
    color: #ffffff;
    background: none;
}

.moneyBar-money-item {
    height: 38px;
    width: 100%;
    color: #ffffff;
    line-height: 38px;
    margin: 6px auto;
}

.afruit-button {
    height: 40px;
    line-height: 40px;
    color: #ffffff;
    background-color: #355eff;
    font-size: 16px;
}

.nofun-btn {
    background: #e5e5e5;
    color: #828282;
    height: 40px;
    width: 100%;
    font-size: 16px;
    border: 0;
}

.label-text {
    height: 35px;
    line-height: 35px;
    font-size: 0.9em;
    color: #333333;
    margin-bottom: 0;
    margin-top: 0;
    text-align: left;
}

.toobar-space {
    width: 100%;
    background: transparent;
    height: 1px;
    margin-bottom: 50px;
}

.buyer-btn, .vocede-btn {
    height: 2em;
    width: 6em;
    background: #355eff;
    color: #ffffff;
    border: 0;
    font-size: 0.9em;
    line-height: 2.1em;
    text-align: center;
    border-radius: 0.2em;
}

.post-field {
    height: 100%;
    width: 100%;
    z-index: 10;
    background: rgba(0, 0, 0, 0.52) none repeat scroll 0% 0%;
    opacity: 1;
    position: fixed;
    top: 0;
}

.send-btn {
    background: #355eff;
    color: #ffffff;
    border: 0;
    font-size: 0.9em;
    line-height: 40px;
    text-align: center;
}

.del-icon {
    height: 30px;
    width: 30px;
    margin: 10px;
}

.dwwc td {
    padding: 0 !important;
}

.hor-arrow-left {
    height: 100%;
    width: 30px;
    margin: 0px;
    background: url(../images/btn_l.png) 50% no-repeat;
    display: inline-block;
}

.hor-arrow-right {
    height: 100%;
    width: 30px;
    margin: 0px;
    background: url(../images/btn_r.png) 50% no-repeat;
    display: inline-block;
}

.to-left {
    height: 100%;
    width: 30px;
    background: #ffffff;
    position: absolute;
    left: 0;
    top: 0;
}

.to-right {
    height: 100%;
    width: 30px;
    background: #ffffff;
    position: absolute;
    right: 0;
    top: 0;
}

.money-item {
    line-height: 38px;
    height: 38px;
    margin: 6px 0;
}

.pay-select {
    height: 70px;
    background: #355eff;
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    color: #ffffff;
}

.wechat-btn {
    padding: 5px;
}

.alipay-btn {
    padding: 5px;
}

.checkpay-item {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    z-index: 5;
    position: fixed;
    background: rgba(0, 0, 0, 0.52) none repeat scroll 0% 0%;
    opacity: 1;
    font-size: 0.9em;

}

.pay-item {
    width: 16em;
    height: 11em;
    padding: 10px;
    background: #EFEFEF;
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin: auto;

}

.pay-text {
    padding: 1em;
    font-size: 1em;
    color: #333333;
}

.text-decoration {
    text-decoration: underline;
}

.haspay-btn {
    height: 2.5em;
    width: 50%;
    line-height: 2.5em;
    background: #355eff;
    color: #ffffff;
}

.share-icon {
    height: 28px;
    width: 28px;
    background: #355eff;
    position: absolute;
    right: 20px;
    top: 15px;
}

.screen {
    height: 30px;
    line-height: 30px;
}

.jdcheckbox {
    height: 0.9em;
    width: 0.9em;
}

.share-guide-imte {
    width: 100%;
    height: 100%;
    z-index: 99;
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin: auto;
    background: rgba(0, 0, 0, 0.52) none repeat scroll 0% 0%;
    opacity: 1;
    z-index: 999;
}

.share-guide-imte-txt {
    width: 100%;
    position: absolute;
    left: 0em;
    color: #ffffff;
    padding: 2em;
    font-size: 1.5em;
}

.shopCartTitle {
    height: 2.5em;
    width: 100%;
    background: transparent;
}

.active-bg {
    background: #355eff;
    color: #ffffff;
}

.shopType-btn {
    height: 100%;
    line-height: 2.5em;
}

.addone {
    height: 20px;
    width: 20px;
    background: red;
    color: #ffffff;
    position: absolute;
    top: -10px;
    right: 20px;
    font-size: 12px;
    text-align: center;
    line-height: 20px;
    border: 0;
}

.labels-item {
    height: auto;
    min-height: 35px;
    width: 100%;
    background: #ffffff;
    font-size: 14px;
    color: #333333;
    padding: 0.5em 0.9em;
}

.label-items {
    height: auto;
    min-height: 35px;
    display: table;
}

.lable-name-btn {
    font-size: 14px;
    height: 35px;
    line-height: 35px;
}

.noborder {
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}

.nor-btn {
    height: 30px;
    width: 80px;
    border: 1px solid #e5e5e5;
    font-size: 14px;
    color: #333333;
    float: left;
    margin-left: 15px;
    line-height: 30px;
    text-align: center;
}

.invoInfo-container {
    height: auto;
    width: 96%;
    margin: 10px auto !important;
    border: 1px solid #e5e5e5;
    padding: 0.5em;
    font-size: 14px;
    list-style: none;
}

.invol-info {
    height: 63px;
    width: 100%;
    margin-bottom: 5px;
    line-height: 25px;
    text-align: center;
}

.footer {
    height: 50px;
    width: 100%;
    font-size: 16px;
    position: fixed;
    bottom: 0;
    background: #fff;
    z-index: 10;
    box-shadow: 0px 0px 10px 0px #ddd;
}

.shop-spacer {
    height: 1em;
    width: 100%;
    background: transparent;
}

.stationary-item {
    height: auto;
    width: 100%;
    padding: 5px 0.5em;
}

.hot-text {
    height: 40px;
    width: 100%;
    line-height: 40px;
    color: #333333;
}

.hot-text-list li {
    float: left;
    margin-left: 15px;
    line-height: 40px;
    font-size: 0.8em;

}

.intro-goods-list li {
    width: 46%;
    float: left;
    margin: 2%;
    background: #ffffff;
    padding: 5px;
    border: 1px solid #e5e5e5;
}


.news-title {
    height: 20px;
    width: 100%;
    overflow: hidden;
    font-size: 0.7em;
    padding-left: 0.5em;
    line-height: 20px;
}

.intro-price {
    height: 20px;
    width: 100%;
    font-size: 0.8em;
    color: red;
    padding: 0 0.5em;
}

.characteristic-item {
    height: 33%;

}

.characteristic-icon {
    width: 70%;

}

.characteristic-text {
    font-size: 0.8em;
    color: #333333;
}

.fruit-item {
    height: auto;
    width: 100%;
    padding: 10px;
    background: #f4eed6;
}

.gift-characteristic-icon {
    width: 70%;
    margin-top: 22px;
}

.mete-bottom-spacer {
    /*height: 3em;*/
    height: 3.75rem;
    background: transparent;
    width: 100%;
}

.toobar-item {
    height:50px;
    padding:0;
}

.toobar-item li {
    float: left;
    height: 3em;
    width: 25%;
}

.toobar-icon {
    height: 16px;
    width: 16px;
    margin: 0 auto;
    margin-top:7px;
}

.toobar-title {
    height: 20px;
    line-height: 20px;
    font-size: 14px;
}

.toobar-active-title {
    color: #355eff;
}

.toobar-normal-title {
    color: #333333;
}

.busi-login-view {
    background: #def0fd;
}

.place-label {
    /*border:1px solid #e5e5e5;*/
    padding: 0.2em;
}

.project-list li {
    height: 2em;
    width: 4em;
    padding: 0.2em;
    border: 1px solid #e5e5e5;
    color: #333333;
    float: left;
    font-size: 14px;
    margin: 0 0.2em 0.5em 0;
}

.recheck-btn {
    height: 2em;
    width: 4em;
    background: #355eff;
    line-height: 2em;
    color: #ffffff;
    float: right;
    margin: 0 10px 5px 0;
    cursor: pointer;
}

.act-item {
    width: 50px;
    height: 20px;
    background: red;
    color: #ffffff;
    font-size: 12px;
    line-height: 20px;
    border-radius: 4px;

}

.active-items {
    background: #ff8534;
    height: 40px;
    padding: 0 0.5em;
    color: #ffffff;
    position: relative;
}

.clock-icon {
    height: 30px;
    width: 30px;
    margin: 5px 0;
    background: url(../images/clock.png) center no-repeat;
    background-size: 100% 100%;
}

.day-bg {
    width: 20px;
    background: #f05f01;
    padding: 0 5px;
}

.get-vour-btn {
    font-size: 13px;
    position: relative;
    border: 1px solid #ffffff;
    color: #ffffff;
    height: 30px;
    line-height: 30px;
    margin-top: 5px;

}

.kks-code {
    width: 170px;
    height: 180px;
    position: absolute;
    top: -184px;
    right: 0px;
    border: 1px solid #c5c5c5;
    text-align: center;
    background-color: #F1F1F1;
}

.kks-img {
    width: 150px;
    height: 150px;
    padding: 10px 10px 5px 10px;
    border: 0px;
}

.active-img {
    height: 100px;
    width: 100%;
    background: url(../images/gift-actbg.jpg) no-repeat;
    background-size: 100% 100%;
    color: #ffffff;
    position: relative;
}

.gift-tipTxt {
    position: absolute;
    height: 60px;
    width: 200px;
    left: 70px;
    top: 20px;
    color: #a72020;
    overflow: hidden;
}

.remainWarm {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 2em;
    line-height: 2em;
    font-size: 0.9em;
    text-align: center;
    color: #ffffff;
    background: rgba(51, 51, 51, 0.5);
    text-align: center;
}

.num-notice {
    color: #333333;
    font-size: 14px;
    margin-left: 6px;
}

.imgup-container, .img-uplist {
    width: 100%;
}

.z_photo {
    border: 2px dashed #E7E6E6;
    padding: 5px;
}

.z_photo .z_file {
    height: 60px;
    width: 60px;

    position: relative;
}

.img-uplist li {
    height: 60px;
    width: 60px;
    float: left;
    position: relative;
    margin-left: 10px;
}

.file {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    height: 60px;
    width: 60px;
    margin: 0;
    padding: 0;
}

.img-item {
    height: 60px;
    width: 60px;
}

.bigsize-item {
    width: 100%;
    height: 100%;
    padding: 20px;
    z-index: 5;
    position: fixed;
    background: rgba(0, 0, 0, 0.52) none repeat scroll 0% 0%;
    opacity: 1;
    text-align: center;
}

.bigsize-img {
    display: inline-block;
    vertical-align: middle;
}

/*-- 201801261128 改版 */
.more {
    font-size: 0.8em;
    color: #355eff;
    height: 30px;
    line-height: 30px;
}

.cate-title {
    height: 30px;
    font-size: 1em;
    line-height: 30px;
}

.cate-title-desc {
    height: 30px;
    font-size: 0.8em;
    line-height: 30px;
}

.cate-list {
    margin: 0;
    padding: 0;
    width: 100%;
}

.cate-list li {
    float: left;
    width: 46%;
    margin-bottom: 3%;
    margin-left: 3%;
}

.cate-list li a {
    display: block;
}

.cate-item img, .fruit-cate-list img {
    min-height: 62px;
}

.shequn-contain {
    padding: 0 0 0.5em 0;
}

.fruit-cate-list li {
    width: 32%;
    float: left;
    margin-right: 2%;
    margin-bottom: 2%;
}

.stationary-item div a {
    display: block;
}

.back {
    font-size: 0.9em;
    color: #355eff;
    padding-left: 0.5em;
}

.league-icons-list {
    height: 80px;
    overflow: hidden;
}

.league-icons-list li {
    margin: 10px;
    width: 50px;
    height: 60px;
    float: left;
}

.left-icon {
    height: 100%;
    background: url(../images/btn_l.png) no-repeat;
    background-position: center;
}

.right-icon {
    height: 100%;
    background: url(../images/btn_r.png) no-repeat;
    background-position: center;
}

.cur-border {
    border-bottom: 2px solid #f25a00;
    color: #f25a00;
}

.new-prize-btn {
    height: 2.5em;
    line-height: 2.5em;
    color: transparent;
    /*color: #ffffff;
    background-color: #ddd;*/
}

.article-items {
    padding: 1em;
}

.check-yj-radio {
    font-size: 0.8em;
    color: #999;
    height: 30px;
    line-height: 30px;
}

.yuejie-body {
    margin: 0px;
    padding: 0.5em;
}

.yuejie-content {
    background-color: #ffffff;
    margin: 0 auto;
}



.del-yuejie-btn {
    color: #355eff;
    border:1px solid #355eff;
    height: 3rem;
    width: 90%;
    background: #fff;
    border-radius: 2rem;
}

.redBag-text {
    width: 67px;
    height: 26px;
    position: absolute;
    left: 87px;
    top: 122px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    line-height: 26px;
}

.prize-img {
    height: 16em;
    width: 15em;
    margin: 0 auto;
    position: relative;
    background: url(../images/tai.png) no-repeat;
    background-size: 80%;
    background-position: 53% 0;
}

.pimg {
    position: absolute;
    height: 11em;
    width: 11em;
    top: 9px;
    left: 2.1em;
    border-radius: 6em;
}

.prize-container {
    /*background: url(../images/prize-bg.png) no-repeat;
    background-size: 100% 120%;*/
    width: 100%;
    height: 120%;
    color: #333333;

}

.p-time {
    position: absolute;
    height: 5em;
    width: 5em;
    left: 6em;
    top: 13.5em;
    color: #333333;
    font-size: 0.9em;
}

.getHongbao {
    /*background: #355eff;*/
}

.countdown-div {
    /*min-width: 67px;*/
    width: 100%;
    height: 26px;
    position: absolute;
    left: 0px;
    top: 133px;
    color: #fff;
    font-size: 13px;
    text-align: center;
    line-height: 26px;
}

.qianghongbao {
    width: 2.5em;
    height: 2.5em;
    line-height: 2em;
    position: absolute;
    left: 6.4em;
    top: 6.4em;
    text-align: center;
    /*border: 1px solid #00ffff;*/
    background: url(../images/hongbao_qiang.png) center no-repeat;
    background-size: 100%;
}

.hasJoin .qianghongbao, .nostart .qianghongbao {
    display: none;
}

.act-prize .qianghongbao {
    display: block;
}

.bookInfo-items {
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0%;
    background: #000;
    opacity: .7;
    padding: 4%;
    z-index: 10;
}

.bookInfo {
    position: fixed;
    height: 55%;
    width: 90%;
    bottom: 30%;
    left: 5%;
    background: #ffffff;
    padding: 4%;
    z-index: 11;
}

.delview-item {
    height: 2em;
    width: 100%;
}

.delview-icon {
    height: 1em;
    width: 1em;
    float: right;
}

.phone-list {
    height: auto;
}

.phone-list li {
    height: 30px;
    line-height: 30px;
    float: left;
    width: 33%;
}

.switch input:checked + label {
    background: #355eff;
}

.mgood-list-bg {
    background-color: #f1f1f1;
}

.mgood-list-li {
    background-color: #ffffff;
    border: 0px !important;
}

.mgood-list-li .t-color, .mgood-list-li .d-color {
    color: #999999;
}

.mgood-list-border-radius {
    border-radius: 0px !important;
}

.mgood-list-item {
    position: relative;
    width: 100%;
    height: 0px;
    padding-top: 100%;
    overflow: hidden;
    border-radius: 8px 8px 0 0;
}

.mgood-list-item-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    border-radius: 8px 8px 0 0;
}

/*.mgood-list-item-img{
  max-height:100%;
  max-width:100%;
  border-radius:0px;
  width: auto;
}*/
.mgood-list-item-img {
    max-height: none;
    max-width: none;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 8px 8px 0 0;
}

.mgood-list-item-stationary {
    position: relative;
    width: 100%;
    height: 0px;
    padding-top: 100%;
    overflow: hidden;
    border-radius: 0px;
}

.jingyan-switch {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-top: 0.2em;
}

.ordermain-goodinfo {
    line-height: 2em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.zb-body {
    background-color: #fff;
    width: 100%;
}

.zb-banner-container {
    width: 100%;
    height: auto;
    text-align: center;
}

.zb-banner-container img {
    max-width: 100%;
    vertical-align: middle;
}

.zb-rule-container {
    padding: 0.5em 0em 1em 0em;
    background-color: #ffffff;
    color: #333333;
}

.zb-rule-title {
    padding: 0.5em 0em;
    font-size: 1.1em;
    display: none;
}

.zb-rule-content {
    font-size: 1em;
}

.zb-rule-desc {
    font-size: 0.9em;
    color: #999999;
    margin-top: 0.5em;
}

.zb-inputs-container {
    margin-top: 0.8em;
    background-color: #ffffff;
    padding: 0.8em 0em;
}

.zb-inputs-container table {
    width: 100%;
    border: 0px;
    margin-bottom: 0px;
}

.zb-inputs-container table tr:nth-of-type(even) {
    background-color: #ffffff;
}

.zb-input-row {
    margin-bottom: 0.5em;
}

.zb-input-label {
    font-size: 1em;
    text-align: center;
    height: 2em;
    line-height: 2em;
    padding: 0em 0em 0.5rem 0.9375rem;
    width: 4em;
    color:#999;
}

.zb-input-label-l {
    width: 6em;
}

.zb-input-col {
    height: 2em;
    line-height: 2em;
    padding-top: 0px;
    padding: 0em 0.9375rem 0.5rem 0em;

}

.input-bt {
    border: 0px !important;
    border-bottom: 1px solid #e5e5e5 !important;
    border-top: 1px solid #ffffff !important;
    background-color: #ffffff !important;
}

.input-bt-m {
    font-size: 1em !important;
    padding: 0em 0.3em !important;
    margin: 0em !important;
    height: 2em !important;
    line-height: 2em !important;
}

/** 结合input-bt input-bt-m **/
.select-bt-arrow-m {
    background-size: 3em;
}

/**单行文本省略号**/
.onelinetext-ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.twolinetext-ellipsis{
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.money-n {
    color: #355eff;
}

.border-l {
    border-left: 1px solid #e5e5e5;
}

.border-r {
    border-right: 1px solid #e5e5e5;
}

.aat-td-title {
    width: 100%;
    text-align: center;
    color: #333333;
    font-size: 1rem;
    padding: 0.3em;
}

.aat-td-title-half {
    width: 50%;
    text-align: center;
}

.aat-td-title-half a {
    color: #333333;
    font-size: 1rem;
    padding: 0.3em;
}

.aat-td-title-half a.active {
    border-bottom: 2px solid #355eff;
}

.aat-td-title-half a:hover, .aat-td-title-half a:active {
    background-color: #ffffff;
    color: #333333;
    /*  -webkit-tap-highlight-color: #ffffff;
 -webkit-user-select: none;
  -moz-user-focus: none;
  -moz-user-select: none;*/
}

.clearfix:before, .clearfix:after {
    content: " ";
    display: table
}

.clearfix:after {
    clear: both
}

.white-bg {
    background-color: #FFFFFF;
}

.space-line {
    width: 100%;
    background-color: transparent;
    height: 0.8em;
}

.space-line-half {
    width: 100%;
    background-color: transparent;
    height: 0.8em;
}

.ct-title {
    color: #333333;
    padding: 0.8em 0em;
}
.t-img-list{padding:0 0.5em;}
.customizedTea-sqr {
    background-color: #ffffff;
}

.customizedTea-list {
    width: 100% !important;
}

.customizedTea-list li {
    width: 3.75em !important;
    height: 3.75em !important;
    margin: 0.3em !important;
}

.customizedTea-busis {
    padding: 0.8em 0em;
}

.ct-other-serv {
    background-color: #ffffff;
}

.canping {
    padding: 0.5em;
}

.canping-list li {
    width:24%;
    text-align: left;
    float: left;
    background: #fff;
    -webkit-transition: all .5s ease 0s;
    position: relative;
    color:#999;
    margin-bottom: 10px;
}


.canping-list .num-item {
    font-size:  0.75rem;
    color: #999;
}

.ct-my-list {
    width: 100%;
}

.ct-every-cate {
    margin-bottom: 0.5em;
    padding: 0em;
    background-color: #FFFFFF;
}

.ct-my-canpin-table {
    width: 100%;
    height: 4em;
    margin: 0;
    border: 0;
    /*border-bottom: 1px solid #e5e5e5;*/
}

.ct-my-canpin-img {
    width: 30%;
    overflow: hidden;
}

.ct-my-canpin-info {
    padding: 0em 0em 0em 0.8rem !important;
    width: 70%;
    border-bottom: 1px solid #f4f4f4;
}

.ct-my-canpin-title {
    width: 13em;
    height: 1.5em;
    line-height: 1.5em;
    margin-bottom: 0.5em;
}

.ct-my-canpin-good-title {
    width: 100%;
    height: 100%;
    float: left;
    color: #333333;
    overflow: hidden;
}

.ct-my-canpin-good-tit {
    height: 1.5em;
    overflow: hidden;
    line-height: 1.5em;
}

.ct-my-canpin-good-d {
    width: 55%;
    float: left;
    overflow: hidden;
}

.ct-my-canpin-good-n {
    width: 45%;
    float: left;
    overflow: hidden;
    padding-left: 0.5em;
}

.ct-my-canpin-good-f {
    width: 100%;
    float: left;
    overflow: hidden;
}

.com-desc-color {
    color: #999999;
}

.ct-my-conpin-type-title {
    color: #333333;
    padding: 0.3em;
}

.ct-every-cate .pack-name {
    margin-bottom: 0.3em;
}

.ct-my-canpin-table {
    width: 100%;
    height: auto;
    margin: 0.5em 0em;
    border: 0;
    /*border-bottom: 1px solid #e5e5e5;*/
}

.goi-m-goods-list .ct-my-canpin-table:last-child .ct-my-canpin-info {
    border-bottom: 0px;
}

.ct-my-canpin-info {
    padding: 0em 0em 0.5em 0.8rem !important;
    border-bottom: 1px solid #f4f4f4;
}

.goi-inputs-container {
    padding: 0.8em 0em;
    background-color: #ffffff;
}

.goi-input-label {
    text-align: center;
    height: 2em;
    line-height: 2em;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    color:#999;
}

.goi-input-input {
    height: auto;
    min-height: 2em;
    line-height: 2em;
    padding-left: 0em;
    padding-right: 0.9375rem;
}

.nopadding-top {
    padding-top: 0em !important;
}

.nopadding-left {
    padding-left: 0em;
}

.nopadding-right {
    padding-right: 0em;
}

.goi-row {
    width: 100%;
    margin-bottom: 0.5em;
}

.goi-lbl-column {
    width: 32%;
    float: left;
    color: #999;
}

.goi-input-column {
    width: 68%;
    float: left;
}


.normamInvo {
    width: auto;
    height: 2em;
    line-height: 1.4em;
    margin-left: 0px;
    padding: 0.3em 0.5em;
    font-size: 0.9em;
}

.vatInvo,.invoice-cate {
    width: auto;
    height: 2em;
    line-height: 2em;
    margin-left: 0.5em;
    padding: 0 0.5em;
    font-size: 0.9em;
}

.invoInfo-container-ext {
    height: auto;
    width: 100%;
    margin: 0px !important;
    border: 0px;
    padding: 0em;
    list-style: none;
    font-size: 1em;
    color: #333333;
}

.toobar-btns {
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}

.toobar-btn {
    margin: 0px;
    height: 3em;
    line-height: 3em;
    text-align: center;
}

.st-btn {
    color: #355eff;
    height: 100%;
    line-height: 100%;
    margin: 0px;
    border: 0px;
}

.selected-ok {
    background-color: #355eff;
    color: #FFFFFF;
    height: 100%;
    display: flex;
    justify-content: center;
}

.main-color-n {
    color: #355eff;
}

.main-bg-n {
    background-color: #355eff;
}

.cates-info {
    background-color: #FFFFFF;
    padding: 0.5em;
    margin-bottom: 0.5em;
}

.intro-container .cates-info:last-child {
    margin-bottom: 0em;
}

.width-horizontal-half {
    width: 50%;
    float: left;
}

.hasProgram {
    height: 20px;
    width: 15px;
    position: absolute;
    top: 1px;
    right: 1px;
    background: url(../images/pack-icon.png) no-repeat;
    background-size: 100%;
    z-index: 5;
}

.mytea-list {
    color: #333333;
}

.mytea-list li {
    margin-bottom: 0.5em;
    padding: 0.5em;
    background-color: #FFFFFF;
}

.mytea-date-icon {
    color: #c5c5c5;
    font-size: 1rem;
    margin-right: 0.5em;
}

.ql-recommend {
    height: 2em;
    font-size: 15px;
    color: #333333;
    line-height: 2em;
    overflow: hidden;
    text-align: left;
}

.pull-pictures-list li {
    margin-bottom: 0.5em;
}

.pull-pictures-list li:last-child {
    margin-bottom: 0em;
}

.itr-evaluate-section {
    width: 100%;
    height: 30px;
    line-height: 30px;
    /*background-color: #f5f6fa;*/
    overflow: hidden;
}

.star-section.star-5 {
    float: left;
    width: 75px;
    height: 14px;
    background-image: url(https://img1.iytrip.cn/pc/images/common/new_common/icon-sprite-66dae56b89.png);
    background-position: -328px -119px;
    background-size: 250px;
    margin-top: 10px;
    margin-bottom: 0px;
}

.scores {
    float: left;
    color: #333333;
    height: 14px;
    margin: 0;
    margin-top: 12px;
    margin-left: 8px;
    line-height: 14px;
}

.my-qikoo .detail-form {
    padding: 0px;
    color: #333333;
}

.dzinfo form {
    background-color: #ffffff;
    font-size: 0.9em;
    padding: 0.5em 0.9em;
}

.dzinfo-vform {
    background-color: #ffffff;
    font-size: 0.9em;
    padding: 0.5em 0.9em;
}

.dzinfo-row {
    height: 2em;
    line-height: 2em;
    margin-bottom: 0.5em;
    color: #999999;
}

.dzinfo-row input, .dzinfo-row textarea, .dzinfo-row select {
    color: #333333;
}

.err_msg, .err_msg div {
    text-align: left;
    color: #355eff;
    padding: 0em 0.5em;
}

.detail-price-line {
    height: 40px;
    line-height: 40px;
    width: 74%;
    font-size: 1.1rem;
}

.detail-star-line {
    background-color: #f5f6fa;
    padding: 0.5em 1em;
}

.detail-star-col {
    height: 35px;
    line-height: 35px;
}

.detail-star-line .detail-info {
    font-size: 1rem;
    color: #333333;
}

.detail-desc-lbl {
    color: #999999;
}

.detail-tj-type, .detail-tj-val {
    height: 35px;
    line-height: 35px;
}

.detail-tj-val {
    height: auto;
}

.detail-sqr {
    overflow: hidden;
    width: 100%;
    padding: 0em 0.5em;
}

.toobar-new {
    position: fixed;
    bottom: 3em;
    width: 100%;
    background-color: #FFFFFF;
    z-index: 10;
}

.toobar-pri-btn {
    height: 100% !important;
    line-height: 100% !important;
    margin: 0px !important;
    border: 0px !important;
    background: transparent !important;
    text-align: center !important;
    border-radius: 0px !important;
}

.money-item-new {
    margin: 0px;
    height: 3em;
    line-height: 3em;
    color: #333333;
    text-align: center;
    font-size: 1em;
}

.ganchor {
    width: 100%;
    height: 0px;
}

.dz-sub-btn {
    width: 90%;
    height: 2.5rem;
    color: #ffffff;
}

.add-order-active .btn-customized-sub {
    display: block;
}

.add-order-active .btn-customized {
    display: none;
}

.detail-banner {
    position: relative;
    width: 100%;
    margin-top: 40px;
}

.detail-banner-swiper-container .dz-fraction {
    width: 100%;
    height: 1.5rem;
    line-height: 1.5rem;
    text-align: right;
    padding-right: 1rem;
    color: #ffffff;
    font-size: 1rem;
}

.dz-fraction .dz-page {
    padding: 0em 0.5em;
    background-color:#f1f1f1;
    color: #333333;
}

.dzinfo-close {
    position: absolute;
    right: 0.5em;
    top: 0.8em;
    color: #999999;
}

.dt-price-ex {
    height: 40px;
    line-height: 40px;
    width: 74%;
    font-size: 1.1rem;

}

.through-line {
    text-decoration: line-through;
    color: #999;
}

.price-items-new {
    padding: 0.5em 0em;
}

.p-bg-new {
    background-color: #f5f6fa;
    border-right: 0px;
}

.num-bg-new {
    background-color: #f5f6fa;
    border-right: 0px;
}

.storage {
    color: #999999;
    font-size: 0.75em;
}

.skunum {
    float: left;
    height: 30px;
    font-size: 1rem;
    overflow: hidden;
    margin-top: 4px;
}

.skunum span {
    float: left;
    display: block;
    width: 24px;
    height: 22px;
    border: 1px solid #ccc;
    background-color: #eee;
    text-align: center;
    overflow: hidden;
    line-height: 18px;
    color: #777;
    cursor: pointer;
    font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
}

.skunum input {
    float: left;
    display: block;
    width: 60px;
    height: 22px;
    padding: 0 5px;
    line-height: 22px;
    border: 0;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    text-align: center;
    background-color: #fff;
    color: #333333;
}

.skunum span.add {
    margin-left: -2px;
}

.skunum span.add i, .skunum span.minus i {
    font-style: normal;
}

.skunum cite {
    margin-left: 5px;
    color: #999;
    font-size: 0.8em;
    padding-top: 2px;
    float: left;
    font-style: normal;
}

.num-container {
    height: 2.1em;
    color: #999;
}

.atd-descript {
    padding: 0.9em;
    color: #333333;
    line-height: 1.6;
}

.adt-detail-sqr {
    overflow: hidden;
    width: 100%;
}

.adt-intro {
    font-size: 0.8125rem;
    padding-top: 0.8em;
    padding-bottom: 0.8em;
    color: #333333;
    border-bottom: 1px solid #e5e5e5;
    display: flex;
    justify-content: center;
    align-items: stretch;
}

.adt-intro-logo {
    width: 2em;
    display: flex;
    justify-content: center;
    align-items: center;
}

.adt-intro-txt {
    flex: 1;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-left: 0.5em;
}

.adt-inst-desc {
    color: #999;
    padding: 0.8em 0em;
}

.adt-inst-desc table {
    margin-bottom: 0px;
    width: 100%;
    border: 1px solid #f4f4f4;
}

.adt-inst-desc table tr td {
    color: #999;
    font-size: 0.75rem;
}

.adt-detail-canpin-sqr {
    overflow: hidden;
    width: 100%;
    padding: 0em;
    background-color: #ffffff;
}

.under-line {
    text-decoration: underline;
}

.canping-w {
    background-color: #ffffff;
}

.tdl-laye {
    width: 100%;
    overflow: hidden;
    background-color: #ffffff;
}

.adt-s-l {
    color: #999999;
    font-size: 0.8em;
    width: 45%;
    float: left;
}

.adt-s-r {
    color: #999999;
    font-size: 0.8em;
    width: 55%;
    float: left;
}

.dt-fav {
    position: absolute;
    right: 1rem;
    bottom: 10px;
    height: 1.5rem;
    line-height: 1.5rem;
    z-index: 10;
}

.dt-fav .fzan-icon {

    font-size: 1.5rem;
}

.dt-fav .sku-price, .dt-fav .sku-allow {
    padding: 0em 0.5em;
    color: #ffffff;
}

.memo-toobar-btn {
    height: 36px;
    line-height: 36px;
    color: #fff;
    text-align: center;
    border: 1px solid #fff;
    margin-top: 2px;
}

.file_url {
    color: #333333;
    padding: 5px;
    padding-right: 1em;
}

.s-labels {
    height: 45px;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-left: 1em;
    border-top: 1px solid #ddd;
}

.s-labels li {
    float: left;
    margin-right: 15px;
    cursor: pointer;
    font-size: 1em;
    font-weight: bold;
}

.act-border-bottom {
    border-bottom: 1px solid #355eff;
}

.moban-label-item {
    height: auto;
    min-height: 30px;
    width: 100%;
    margin: 0 auto;
    padding: 10px;
    background-color: #fff;
    border-top:1px solid #ddd;
}

.moban-label-name {
    width: 80px;
    height: 30px;
    line-height: 30px;
    text-align: left;
}

.moban-label-list {
    width: 100%;
    padding: 0.5em 0.5em 0em 1.5em;
}

.moban-label-list li {
    float: left;
    width: 80px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
}

.moban-label-list a {
    color: #333333;
}

.nactive {
    background: #f5f5f5;
    color: #333333;
}

.moban-label-item .ct-title {
    padding: 0.5em 0em;
}

.btn-condition {
    color: #999999;
}

.btn-condition.active {
    color: #355eff;
}

.ffd-detal-desc-new .detail-info-new {
    width: 40%;
}

.ffd-detal-desc-new .detail-val-new {
    width: 60%;
}

.lineh {
    line-height: 1.8em;
}

.choose-post {
    height: 2em;
    width: auto;
    line-height: 2em;
    font-size: 0.9em;
}

.list-panel {
    width: 100%;
    background-color: #f1f1f1;
}

.responsive {
    padding:0 0.5em;
}

.bmain {
    text-align: center;
    height: 3.25em;
    line-height: 3.25em;
    color: #333333;
    font-size: 1rem;
    position: fixed;
    width: 100%;
    background-color: #ffffff;
}

table.expense tbody tr:nth-of-type(n+2) {
    display: none;
}

table.expense tfoot {
    background-color: transparent;
    height: 1.5em;
    padding: 0em;
}

table.expense tfoot td {
    font-size: 0.875rem;
    color: #355eff;
    text-align: right;
    font-weight: normal;
    padding: 0.3em 0.5em;
}

.expense-btn {
    height: 2em;
    width: 6em;
    background: #355eff;
    color: #ffffff;
    border: 0;
    padding: 0.4em 1em;
    border-radius: 0.2em;
    line-height: 2em;
    text-align: center;
}

.margin-center {
    margin: 0 auto;
}

.om-godetail {
    height: 2em;
    width: 6em;
    background: #355eff;
    color: #ffffff;
    border: 0;
    font-size: 0.9em;
    line-height: 2em;
    text-align: center;
    border-radius: 0.2em;
}

.icon-left {
    height: 20px;
    width: 40px;
    background: #355eff;
    color: #ffffff;
    line-height: 22px;
    text-align: center;
    letter-spacing: 1px;
    float: left;
    font-size: 14px;
}

.icon-right {
    height: 20px;
    width: 45px;
    background: #fff;
    line-height: 20px;
    border: 1px solid #355eff;
    color: #355eff;
    font-size: 14px;
    text-align: center;
    letter-spacing: 1px;
    float: left;

}

.icon1-left {
    height: 20px;
    width: 40px;
    background: #355eff;
    color: #ffffff;
    text-align: center;
    letter-spacing: 1px;
    font-size: 14px;
    display: block;
    float: left;
    line-height: 22px;
}

.icon1-right {
    height: 20px;
    width: 40px;
    line-height: 20px;
    background: #fff;
    border: 1px solid #355eff;
    color: #355eff;
    font-size: 14px;
    text-align: center;
    letter-spacing: 1px;
    float: left;
}

.icon2-left {
    height: 20px;
    width: 40px;
    background: #F28F2D;
    color: #ffffff;
    line-height: 22px;
    text-align: center;
    letter-spacing: 1px;
    float: left;
    font-size: 14px;
}

.icon2-right {
    height: 20px;
    width: 45px;
    background: #fff;
    line-height: 20px;
    border: 1px solid #F28F2D;
    color: #F28F2D;
    font-size: 14px;
    text-align: center;
    letter-spacing: 1px;
    float: left;

}

.zb-btn-cls {
    height: 3em;
}

.qq-connect {
    background: url(../images/qq_icon.png) no-repeat;
    background-size: 100%;
    background-position: center;
    width: 1em;
    height: 100%;
    display: inline-block;
}

.wx-connect {
    background: url(../images/wecat_icon.png) no-repeat;
    background-size: 100%;
    background-position: center;
    width: 1em;
    height: 100%;
    display: inline-block;
}

.tel-connect {
    background: url(../images/tel_icon.png) no-repeat;
    background-size: 100%;
    background-position: center;
    width: 1em;
    height: 100%;
    display: inline-block;
}


.manage-item-left {
    width: 40px;
    height: 45px;
    line-height: 40px;
    text-align: center;
}

.manage-item-left img {
    height: 20px;
    margin-top: 3px;
}

.manage-item-right {
    height: 45px;
    line-height: 45px;
    flex: 1;
}



.goods-icons {
    padding: 2px 10px;
    margin-right: 3px;
    overflow: hidden;
    text-align: center;
    font-style: normal;
    font-size: 14px;
    background: #355eff;
    color: #FFF;
    cursor: default;
    border-radius: 2px;
}

.manage-header-item {
    height: 10em;
    width: 100%;
    background: url(../images/manage01.png) no-repeat;
}

.uheaer-bg {
    height: 5em;
    width: 5em;
    position: relative;
}

.cuheaer-bg {
    height: 5em;
    width: 5em;
}

.nicheng {
    height: 2em;
    width: 100%;
    text-align: center;
    line-height: 2em;
    color: #fff;
    font-size: 1em;
}

.utx {
    position: absolute;
    left: 0.4em;
    top: 0.4em;
    height: 4.2em;
    width: 4.2em;
    border-radius: 4.2em;
}

.about-container {
    height: 100%;
    width: 100%;
    background: url(../images/communicate-bg.png) no-repeat;
    background-size: 100%;
}

.memo-type {
    height: 2em;
    width: 5em;
    line-height: 2em;
    text-align: center;
}

.maincate {
    width: 100%;
    height: 50px;
    line-height: 38px;
    white-space: nowrap;
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-backface-visibility: hidden;
    -webkit-overflow-scrolling: touch;
    text-align: justify;
    background: #fff;
    padding: 0px 5px;
    font-size: 0.8em;
    box-sizing: border-box;
    padding: 0.5em;
}

.maincate a {
    color: #fff;
    text-decoration: none;
    margin-right: 10px;
    padding: 0.2em 0.5em;
}

.maincate::-webkit-scrollbar {
    display: none;
}

.add-memo-btn {
    height: 5em;
    margin: 0.5em;
    border: 1px solid #ddd;
    border-radius: 0.5em;
}

.add-memo-img {
    height: 2em;
    width: 8em;
    margin-top: 1.5em;
    font-size: 0.9em;
    color: #666666;
}

.memo-img {
    height: 1.8em;
    width: 1.8em;
    margin-right: 1em;
    line-height: 1.8em;
}

.add-memo-text {
    height: 2em;
    width: 5em;
    line-height: 2em;
    text-align: left;
}

.finish {
    background: url(../images/finished.png) no-repeat;
}

.doing {
    background: url(../images/doing.png) no-repeat;
}

.show-text-placeholder {
    height: 2em;
    width: 100%;
    color: #ddd;
    position: absolute;
    top: 12px;
    left: 12px;
}

.camare-img {
    height: 2em;
    width: 2em;
    background: url(../images/camara.png) no-repeat;
    background-size: 100%;
}

.camare-placeholder {
    height: 2em;
    color: #ddd;
    line-height: 2em;
    margin-left: 0.5em;
}

.joinpindan {
    height: 38px;
    width: 80px;
    line-height: 38px;
    margin-top: 5px;
    color: #fff;
    background-color: #355eff;
    text-align: center;
}

.msg-panel {
    height: 100%;
    width: 100%;
    background-color: #fff;
}

.suc, .fal {
    width: 50%;
    padding-top: 35%;
}

.msg-icon {
    height: 2em;
    width: 2em;
    margin: 0 auto;
    margin-top: 4em;
}

.msg-text {
    height: 4em;
    width: 70%;
    margin: 0 auto;
    text-align: center;
    font-size: 0.9em;
    color: #999999;
    line-height: 4em;
    letter-spacing: 2px;
}

.suc-icon {
    height: 2em;
    width: 2em;
    background: url(../images/suc-icon.png) no-repeat;
    background-size: 100%;
}

.fal-icon {
    height: 2em;
    width: 2em;
    background: url(../images/fal-icon.png) no-repeat;
    background-size: 100%;
}

.back-btn {
    height: 2em;
    width: 10.5em;
    line-height: 2em;
    color: #fff;
    text-align: center;
    background: #355eff;
    border-radius: 0.2em;
}
.ad_jy {
    height: 37px;
    width: 80px;
    background: transparent;
    color: #ffffff;
    border: 0;

}
.other-class-cate {
    width: 100%;
    background: #fff;
    padding: 0.5em;
}

.ctitle {
    height: 2em;
    line-height: 2.5em;
    color: #333;
    text-align: center;
    font-size: 0.9em;
}
.head-title{margin: 0;
    margin: 0;
    padding: 0;
    width: 48px;
    min-height: 48px;
    text-decoration: none;
    background: transparent;
    position: fixed;
    top: 30px;
    left: 10px;
    z-index: 9999;
}
.hback-icon{height: 20px;width: 20px;margin-top: 14px;}
.back-icon{
    height: 30px;
    width: 30px;
    margin-top: 10px;
    background: #ddd;
    border-radius: 24px;
    padding: 5px;
}
.list-tt,.shop-title,.spage-title,.sshop-title,.memo-title{margin: 0;
    padding: 0;
    width: 100%;
    min-height: 48px;
    font-size: 16px;
    text-decoration: none;
    color: #333;
    background: #fff;
    border-bottom: 1px solid #ddd;
    position: fixed;
    top:0;
    left:0;
    z-index:888;
}

.header-title{font-size: 1.2em;letter-spacing:2px;line-height: 48px;color: #f39501;}
.head-space{height: 0.5em;width: 100%;background:#fff;}
.p-btn{
    height: 37px;
    width: 80px;
    background: #355eff;
    color: #fff;
    text-align: center;
    line-height: 37px;
    margin-top: 8px;
}

.mete-bottom-tb-space{
    background-color: transparent;
    height: 3.5em;
    width: 100%;
}
.factive {
    border: 1px solid #355eff;
}
.biaoshi{
    width: 3px;
    height: 20px;
    background: #355eff;
    display: inline-block;
    margin-top: 14px;
    margin-right: 5px;
}
.obiaoshi{
    width: 3px;
    height: 18px;
    background: #355eff;
    display: inline-block;
    margin-right: 5px;
}
.saishi-seartch{
    position: fixed;
    top:0;
    z-index: 888;
}
.moneyBar-btn{
    color: #fff;
    background:#355eff ;
    height: 2em;
    border-radius: 0.2em;
    width: 6em;
    font-size: 1.2em;
    margin: 0px;
    margin-top: 0.5em;
    border: 0px;
}
.file-item{width: 100%;height:2em;line-height:2em;background: #f1f1f1;position: relative;font-size: 0.9em;color:#333;}
.file-show{
    width: 12em;
    height: 2em;
    background: url(../images/file-url.png) no-repeat;
    background-size: 10% 70%;
    text-decoration: underline;
    padding-left: 22px;
    background-position: 0 50%;
}
.file-input{position: absolute;left:0;top:0;height: 2em;width: 12em !important;opacity: 0;margin:0;}

.default-btn{
    height: 2em;
    width: 6em;
    background: #355eff;
    color: #ffffff;
    border: 0;
    font-size: 0.875em;
    line-height: 2em;
    text-align: center;
    cursor: pointer;
    display: block;
}
.primary-btn{
    height: 2em;
    width: 6em;
    background: #f25a00;
    color: #ffffff;
    border: 0;
    font-size: 0.9em;
    line-height: 2em;
    text-align: center;
    cursor: pointer;
    display: block;
}

.default-second-btn{
    height: 2em;
    width: 6em;
    background: #355eff;
    color: #ffffff;
    border: 0;
    font-size: 0.9em;
    line-height: 2em;
    text-align: center;
    cursor: pointer;
    display: block;
}
.default-btn , .primary-btn{
    outline: none;
}
a.default-btn, a.primary-btn{
    color: #ffffff;
}
.league-cate{
    position: fixed;
    top: 0;
    z-index: 5;
    background: #fff;
    width: 100%;
}

.offline-pay-body {
    display: none;
}

.other-pay-tip {
    text-align: left;
    line-height: 2rem;
    padding: 0 0.9375rem 1rem 2rem;
}

.other-pay-tip li {
    list-style: decimal;
}

.company_remittance_information {
    padding: 0 0.9375rem 1rem;
    font-size: 1em;
    text-align: left;
    line-height: 2em;
    font-weight: 600;
}

.uploader__box {
    box-shadow: none !important;
    border: .1em solid #ccc;
}

.uploader__file-label, .uploader__submit-button {
    height: 3.5rem;
    line-height: 3.5rem;
    text-align: center;
    padding: 0 !important;
    margin: 0 auto !important;
    border: 0 !important;
    background-color: #355eff !important;
    color: #ffffff !important;
    cursor: pointer;
    border-radius: .5rem !important;
    font-size: initial !important;
    width: 100% !important;
    clear: both;
    max-width: 8rem !important;
    display: inline-block !important;
}

.file-list__item, .uploader__file-list__item {
    padding: 0.5rem 0.9375rem !important;
}

.uploader__hide {
    display: none !important;
}

.file-list__item:nth-child(2n), .uploader__file-list__item:nth-child(2n) {
    background-color: #fbfbfb !important;
}

label[for="other-pay-text"] {
    padding: 0 0.9375rem 1rem;
    overflow: hidden;
    text-align: left;
}

label[for="other-pay-text"] span {
    width: 7rem;
    float: left;
    margin-bottom: .5rem;
}

label[for="other-pay-text"] textarea {
    float: right;
    padding: .5rem;
    border: .1rem solid #ccc;
}

.uploader__box {
    width: initial !important;
    float: inherit !important;
    margin: auto 0.9375rem !important;
}

.uploader-button__contents {
    margin: 1rem 0.9375rem auto !important;
}
.order-edit-btn{height: 18px;width: 18px; background: url(../images/editor.png) no-repeat;background-size: 100%;position: absolute;right:7px;top:10px;}
.busi-order-select{width: 50%;height: 30px;border: 1px solid #ddd;color: #5c5c5c;margin: 0 auto;}

.odm-bc{
    color: #355eff;
    cursor: pointer;
}
.lay-show-refu-msg{
    background-color: #f1f1f1;
    padding: 0.5em;
    color: #8c8c8c;
    font-size: 0.9em;
}
.invoid-text-item{height: 30px;line-height: 30px;background: #fff;margin: 10px 0;}
.get-invoid-btn{
    height: 2em;
    width: 5em;
    background: #355eff;
    color: #fff;
    padding: 2px 5px;
    margin-left: 10px;
}
.invoid-btn{
    height: 2em;
    width: 6em;
    background: #355eff;
    color: #ffffff;
    border: 0;
    font-size: 0.9em;
    line-height: 2.1em;
    text-align: center;
    border-radius: 0.2em;
}
.goods-icons {
    padding: 2px 10px;
    margin-right: 3px;
    overflow: hidden;
    text-align: center;
    font-style: normal;
    font-size: 14px;
    background: #355eff;
    color: #FFF;
    cursor: default;
    border-radius: 2px;
}
.bm-btn-areas .bm-btn-item:nth-child(n+4){
    margin-top: 10px;
}

.c-999{
    color: #999999;
}
.c-ebaa49{
    color: #355eff;
}
.c-f29500{
    color: #355eff;
}
.c-fff{
    color: #FFFFFF;
}
.c-bg-ebaa49{
    background-color: #355eff;
}
.gopay-btn{
    color: #fff;
    background: #355eff;
    height: 2em;
    border-radius: 0.2em;
    width: 5em;
    font-size: 1em;
    margin: 0px;
    margin-top: 0.5em;
    border: 0px;
}
.pay-daifu-content {
    min-height: 50px;
    margin: 0 auto;
    margin-top: -0.5em;
    /*line-height: 50px;*/
    text-align: center;
    overflow: hidden;
    background-color: #f5f5f5;
    padding: 0.5em 1em;
}

.op-daifu-info {
    text-align: left;
    line-height: 26px;
    /*width: 660px;*/
    margin: auto auto 5px;
    font-size: 16px;
}


/** 后勤服务的列表中增加4个服务项 */
.cate-li-menu{
    width: 100%;
    height: 30px;
    color: #ffffff;
    margin: 0px !important;
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
}
.cate-li-menu .cate-li-mu-li{
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    cursor: pointer;
    text-align: center;
    flex: 1;
    /** 重写 .mgoodlist li 样式 */
    width: auto;
    float: none;
    margin-bottom: 0px;
    position: unset;
    border-radius: 0px;
}
.cate-li-mu-li.active > .cate-li-mu-li-tit{
    background-color: #ff8636;
}
.cate-li-menu .cate-li-mu-li:first-child .cate-li-mu-li-tit.active{
    width: 73px;
    margin-left: 3px;
}
.cate-li-menu .cate-li-mu-li:last-child .cate-li-mu-li-tit.active{
    width: 73px;
    margin-right: 3px;
}
.cate-li-menu .cate-li-mu-brk{
    float: left;
    width: 2px;
    height: 80%;
    background-color: #ffffff;
    margin-top: 1%;
    border-radius: 2px;
    /** 重写 .mgoodlist li 样式 */
    float: none;
    margin-bottom: 0px;
    position: unset;
    border-radius: 0px;
}
.cate-li-mu-li-tit i{
    background-size: contain;
    background-position: center;
    width:15px;
    height: 15px;
    margin-right: 3px;
    display: inline-block;
    vertical-align: middle;
    margin-top: -2px;
    letter-spacing:2px;
}
.cate-li-mu-ico-service{
    background: transparent url(../images/catelist/zxfz_2x.png)  no-repeat;
}
.cate-li-mu-ico-experience{
    background: transparent url(../images/catelist/jingyan_2x.png)  no-repeat;
}
.cate-li-mu-ico-promot{
    background: transparent url(../images/catelist/cuxiao_2x.png)  no-repeat;
}
.cate-li-mu-ico-profit{
    background: transparent url(../images/catelist/shouyi_2x.png)  no-repeat;
}
.cate-li-mu-pan{
    display: none;
    background:rgba(178,130,37,0.8);
    color: #fff;
    width: 100%;
    min-height: 158px;
    overflow: hidden;
    position: absolute;
    bottom: 30px;
    left: 0px;
}
.cate-li-mu-pan-ser{
    height: 100%;
    padding: 10px 7px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: stretch;
}
.cate-li-mu-pan-ser i{
    width:20px;
    height: 20px;
    margin-right: 5px;
    display: inline-block;
    vertical-align: middle;
    margin-top: -3px;

}
.cate-li-mu-pan-ser .cate-pan-serv-ico-fq{
    background: transparent url(../images/catelist/ico-serv-fq.png)  no-repeat;
    background-size: contain;
    background-position: center;
}
.cate-li-mu-pan-ser .cate-pan-serv-ico-zb{
    background: transparent url(../images/catelist/ico-serv-zb.png)  no-repeat;
    background-size: contain;
    background-position: center;
}
.cate-li-mu-pan-ser .cate-pan-serv-ico-fa{
    background: transparent url(../images/catelist/ico-serv-fa.png)  no-repeat;
    background-size: contain;
    background-position: center;
}
.cate-li-mu-pan-ser .cate-pan-serv-ico-fw{
    background: transparent url(../images/catelist/ico-serv-fw.png)  no-repeat;
    background-size: contain;
    background-position: center;
}
.menu-li-pan-serv-line{
    height: 35px;
    line-height: 35px;
    display: flex;
}
.menu-li-pan-serv-line-lbl{
    text-align: left;
    display: inline-block;
    font-weight: bold;
    font-size: 14px;
    min-width: 90px;
    flex: 1;
}
.menu-li-pan-serv-line-desc{
    font-size: 13px;
    display: inline-block;
    color: #666666;
    flex: 3;
    overflow: hidden;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.cate-li-mu-pan-offset-exp{
    /*margin-left: -78px;*/
}
.cate-li-mu-pan-exp{
    height: 100%;
    padding: 10px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: stretch;
}
.menu-li-pan-exp-line{
    flex: 1;
    overflow: hidden;
    margin-top: 10px;
    display: flex;
}
.menu-li-pan-exp-line-spacer{
    height: 1px;
    width: 95%;
    background-color: #cccccc;
    margin: 0 auto;
}
.menu-li-pan-exp-line-lbl{
    color: #355eff;
    text-align: left;
    display: inline-block;
    font-weight: bold;
    font-size: 15px;
    line-height: 1.7;
    min-width: 70px;
    flex: 1;
    margin-bottom: 0.75rem;
}
.menu-li-pan-exp-line-desc{
    font-size: 13px;
    line-height: 20px;
    text-align: left;
    color: #666666;
    position: relative;
    flex: 4;
    overflow: hidden;
    padding: 0 10px;
}
.menu-li-pan-exp-more{
    font-size: 12px;
    color: #355eff;
    position: absolute;
    right: 10px;
    bottom:1px;
}
.cate-li-mu-pan-offset-promot{
    /*margin-left: -156px;*/
}
.cate-li-mu-pan-promot{
    height: 100%;
    padding: 10px;
    display: flex;
    color:#fff;
    justify-content: center;
    flex-direction: column;
    align-items: stretch;
}
.menu-li-pan-promot-line{
    margin-top: 20px;
    text-align: left;
}
.cate-li-mu-pan-promot .menu-li-pan-promot-line:first-child{
    margin-top: 0px;
}
.menu-li-pan-promot-line-lbl{
    display: inline-block;
    float: left;
    font-size: 14px;
    padding-right: 0px;
    width: 55px;
    text-align: left;
    padding-left: 10px;
}
.menu-li-pan-promot-line-desc{
    font-size: 13px;
    display: inline-block;
    float: left;
    color: #fff;
    flex: 4;
    padding-left: 10px;
    /*width: 225px;*/
}
.menu-li-pan-exp-item{margin-bottom: 0.75rem;}
.tip-pan-yhpl{width: 93%;position: relative;margin-top:0.75rem;padding: 0 10px;}
.tip-pan-jyb{width: 93%;position: relative;padding: 0 10px;}
.menu-li-pan-promot-tip{
    position: relative;

}
.menu-li-pan-promot-recover-more{
    color: #355eff;
    text-align: right;
}
.menu-li-pan-promot-short-tip{
    line-height: 25px;
}
.menu-li-pan-promot-txt{
    font-size: 15px; 
    font-weight: bold;
    color: #355eff;
    width: 60px;
    text-align: left;
}
.menu-li-pan-promot-more{
    display: none;
    position: absolute;
    right: 10px;
    font-size: 13px;
}
.menu-li-pan-promot-long-tip{
    font-size: 12px;
    color: #666666;
    display: none;
    /*height: 140px;*/
    z-index: 3;
    position: absolute;
    background-color: #ffffff;
    margin-left: 0px !important;
    padding: 0.5rem;
    padding-top: 0px;
}
.menu-li-pan-promot-long-tip li{
    line-height: 20px;
}

.cate-li-mu-pan-offset-profit{
    /*margin-left: -234px;*/
}
.cate-li-mu-pan-profit{
    height: 100%;
    justify-content: center;
    align-items: stretch;
}
.menu-li-pan-profit-line{
    margin-bottom: 0.75rem;
    line-height: 1.6;
    text-align: left;
    display: flex;
}
.menu-li-pan-profit-line-lbl{
    display: inline-block;
    font-weight: bold;
    float: left;
    width: 40px;
    text-align: right;
}
.menu-li-pan-profit-line-desc{
    font-size: 13px;
    display: inline-block;
    float: left;
    color: #fff;
    flex: 1;
}
/***20190822 隐藏行政联盟推荐下单奖励的文案 **/
.menu-li-pan-profit-line.hide{display: none;}
.cate-li-mu-pan-profit i{
    width:35px;
    height: 35px;
    display: inline-block;
    vertical-align: middle;
    margin-top: -3px;
    margin-right: 10px;
}
.cate-li-mu-pan-profit .cate-pan-profit-ico-z{
    background: transparent url(../images/catelist/ico-profit-z.png)  no-repeat;
    background-size: contain;
    background-position: center;
}
.cate-li-mu-pan-profit .cate-pan-profit-ico-f{
    background: transparent url(../images/catelist/ico-profit-f.png)  no-repeat;
    background-size: contain;
    background-position: center;
}
.cate-li-mu-pan-profit .cate-pan-profit-ico-j{
    background: transparent url(../images/catelist/ico-profit-j.png)  no-repeat;
    background-size: contain;
    background-position: center;
}

.menu-li-span-profit-mon{
    color: #355eff;
    font-size: 15px;
}

/*** 商品列表中 “促销” 优惠券样式 **/
.mainlist-coupon-pan{
    height: 70px;
    width: 225px;
    background: url("../images/coupon-bg.png") no-repeat;background-size: 100%;background-position: 50%;
    position: relative;
}
.mainlist-coupon-l{
    width: 160px;
    height: 100%;
    float: left;
    color: #ffffff;
}
.mainlist-coupon-r{
    width: 59px;
    height: 100%;
    float: left;
    border-left: 1px dashed #ffffff;
}
.mainlist-coupon-btn-lq{
    width: 100%;
    height: 70px;
    line-height: 70px;
    font-size: 15px;
    text-align: center;
    vertical-align: middle;
    color: #ffffff;
}
.mainlist-coupon-money-line{
    height: 40px;
    line-height: 40px;
}
.mainlist-coupon-discount-or-money{
    width: 90px;
    height: 40px;
    line-height: 40px;
    font-size: 26px;
    color: #FF6600;
    float: left;
    overflow: hidden;
    text-align: center;
}
.mainlist-coupon-mon-desc{
    font-size: 13px;
    width: 54px;
    height: 34px;
    line-height: 43px;
    padding: 3px;
    overflow: hidden;
    float: left;
    text-align: right;
}

.mainlist-coupon-l-tt{
    height: 15px;
}
.mainlist-coupon-l-key-detail{
    height: 15px;
    line-height: 15px;
    font-size: 12px;
    padding-left: 15px;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.menu-li-jingyan{
    position: relative;
    height: 100%;
    padding: 0 10px;
}
.menu-li-jingyan .menu-li-pan-exp-more{
    bottom: 0px;   
    line-height: 20px;
}

.order-good-list-footer{
    /*font-size: 0.9em;*/
    padding: 0.5em 0em;
    flex-direction: row;
    align-items: flex-start;
    justify-content: stretch;
}
.order-promotion-lbl{
    width:45px;
    height: 20px;
    line-height: 20px;
    color: #999999;
    font-size: 0.9em;
}
.order-promotion-val{
    flex: 1;
    color: #355eff;
    min-height: 20px;
    line-height: 20px;
    font-size: 0.9em;
}
.orderdetail-good-list-footer{
    /*border: 1px solid #dddddd;*/
    border-top: 0px;
}
.order-teaorder-list-footer{
    /*border: 1px solid #dddddd;*/
    margin-top: 30px;
}
.order-promote-b-tip-val{
    color: #355eff;
}

/***订制订单“约谈供应商”页面***/
.cod-info-platform-mode-area{
    padding: 10px;
}
.cod-info-platform-mode-head{
    height: 30px;
    line-height: 30px;
    padding-left: 1rem;
    padding-right: 1rem;
}
.cod-info-platform-mode-head i{
    font-size: 18px;
    color: #355eff;
}
.cod-platform-mode-panel{
    padding: 15px 30px;
    border: 1px solid #ddd;
    border-top: 0px;
}
.cod-mode-head{
    font-weight: normal;
}
.cod-platform-mode-item{
    padding: 10px 30px;

}
.cod-recognize-lbl{
    /*width: 150px;*/
    font-size: 0.875rem;
}
.cod-recognize-lbl input[type="radio"]{
    margin: 0px;
}
.cod-mode-s-tip{
    padding-left: 20px;
    color: #999999;
    margin: 10px 0px;
    font-size: 14px;
}
.cod-mode-l-tip{
    /*margin: 0px 35px;
    width: 660px;*/
    padding: 10px;
    margin-left: 20px;
    background-color: #fefcee;
    color: #666666;
    display: none;
    font-size: 14px;
}
.cod-child-cc{
    margin-bottom: 0px;
    font-size: 14px;
}
.cod-mode-l-tip .cod-child-cc li{
    line-height: 1.6;
}
.cod-platform-mode-item.active{
    background-color: #ffffff;
}
.cod-platform-mode-item.active .cod-mode-l-tip{
    display: block;
}
.cod-mode-select-error{
    color: red;
    font-size: 12px;
    display: none;
}
.cod-mode-select-error i{
    color: red;
    font-size: 14px;
    margin-left: 30px;
}
.co-info-items textarea{
    height: 88px;
    border: 1px solid #e5e5e5;
}
/*.lookbusi-btn{
    position: relative;
    width: 150px;
}
.od-icon-tel{
    position: absolute;
    left: 7px;
    top:6px;
    font-size: 20px !important;
}
.od-show-tel{
    text-align: right;
    width: 125px;
    padding-right: 10px;
}*/

.od-yt-btn{
    height: 30px;
    width: 100px;
    line-height: 30px;
    text-align: center;
    background: #355eff;
    color: #ffffff;
    border: 0;
    cursor: pointer;
    font-size:0.875rem;
    border-radius: 40px;
}
.od-btn-icon{
    width: 20px;
    height: 100%;
    font-size: 16px;
    margin-right: 5px;
    display: inline-block;
    overflow: hidden;

    display: none;
}

.lookbusi-btn {
    height: 30px;
    border-radius: 15px;
    width: 140px;
    text-align: center;
    background: #ffffff;
    color: #355eff;
    /*background: #355eff;
    color: #ffffff;*/
    border: 1px solid #355eff;
    cursor: pointer;
    font-size: 14px;
    margin-right: 15px;
}
.od-icon-tel{
   line-height: 2em;
}
.od-show-tel{
    text-align: right;
    width: 125px;
    padding-right: 10px;
}

/*.btn-providetype-ckb{
    font-size: 14px;
    width: 100%;
    padding: 7px;
}*/
.xcheckbox{
    cursor: pointer;
}
.xcheckbox.active{
    background-color: #ffffff;
    color: #333333;
}
.xcheckbox .ckbicon{
    background-image: url(../images/uncheck.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    min-width: 15px;
    min-height: 15px;
}
.xcheckbox.active .ckbicon{
    background-image: url(../images/check.jpg);
}
.xcheckbox .ckbtxt{
    padding: 0px 8px;
}

.ban-withdraw-lay .layui-m-layercont{
    padding: 0px;
    color: #333333;
}
.ban-txt{
    padding: 20px;
    text-align: left;
    font-style: 1em;
}
.ban-btn-line{
    margin-top: 20px;
    margin-bottom: 20px;
    height: 30px;
    
    display: flex;
    align-content: center;
    justify-content: center;
}
.ban-lay-btn-cls{
    width:25%;
    margin: 0px 2%;
    height: 30px;
    line-height: 30px;
    font-size: 1.1em;
    background-color: #355eff;
    color: #ffffff;
    border-radius: 2px;
    border: 0px;
    cursor: pointer;
}
.ban-lay-cancel{
    color: #999999;
    background-color: #eeeeee;
}
.s-topheader{
    position: fixed;
    height: 60px;
    line-height: 60px;
    top: 0px;
    left: 0px;
    width: 100%;
    font-size: 1.2rem;
    font-weight: bold;
    text-align: center;
    overflow: hidden;
    z-index: 9;
    background-color: #ffffff;
}
.s-tab-back{
    position: fixed;
    left: 0.625rem;
}
.s-top-tab-fixed-sp{
    height: 60px;
}
.lt-dd-b-toobar{
    padding-left: 0.625rem;
    padding-right: 0.635rem;
    bottom: 0px !important;
    background-color: #ffffff;
}
.lt-dd-b-toobar .toobar-btns-flex{
    border: 0px;
}
.lt-dd-b-toobar .toobar-btns-flex > .toobar-btn{
    width: 100%;
    background-color: #FFDB0D;
    border-radius: 1.5rem;
    color: #333333;
    font-size: 0.9375rem;
    font-weight:bold;
}
.lt-dd-b-toobar input{
    width: 100%;
    text-align: center;
    background-color: transparent;
    border: 0px;

    outline: none;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    -webkit-user-select: none;
    -moz-user-focus: none;
    -moz-user-select: none;
}
.marquee {
    width: 100%;
    height: 34px;
    line-height: 34px;
    text-align: left;
    color:#fff;
    background: rgba(178,130,37,0.8);
    margin: 0 auto;
    overflow: hidden;
    white-space: nowrap;
    box-sizing: border-box;
    animation: marquee 50s linear infinite;
    font-size: 0.875em;
    z-index:1000;
    position: fixed;;
    top:0;
}

.lt-lay-s-indicator-row{
    text-align: right;
}
.lt-lay-s-indicator-img{
    height: 4.5rem;
    margin-top: -0.5rem;
    margin-right: 1rem;
}
.lt-lay-s-indicator-img-l{
    height: 4.5rem;
    margin-top: 1rem;
    margin-right: 4rem;
}
.lt-lay-s-text{
    padding: 0.625rem;
    font-size: 1.2rem;
    color: #ffffff;
    text-align: center;
}
.lt-lay-s-close-row{
    text-align: center;
}
.lt-lay-s-close-img{
    margin-top: 2.5rem;
    width: 3.125rem;
    height: 3.125rem;
}
.glb-golden-color{
    color: #355eff;
}
.cod-top-space{
    height: 40px;
    width: 100%;
}
.coma-offline-record-btn{
    display: inline-block;
    width: auto;
    
}
.coma-offline-record-btn a{
    color: #355eff;
}
.orderassign-list-panel{
    width: 100%;
}
.orderassign-item-li{
    margin-bottom: 0.8rem;
    padding: 0.625rem 0px;
    border-bottom: 1px dashed #f5f5f5;
    text-align: left;
}
.orderassign-item-li:last-child{
    border-bottom: 0px;
}
.orderassign-item-row{
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
}
.orderassign-item-lbl{
    width: 5rem;
    font-size: 0.875rem;
    color: #999999;
    padding: 0.625rem 0px;

}
.orderassign-item-val{
    flex: 1;
    font-size: 0.875rem;
    color: #333333;
    padding: 0.625rem 0px;
}

.xzn-padding-l{
    padding-left: 0.625rem;
}
.xzn-padding-r{
    padding-right: 0.625rem;
}
.xzn-padding-lr{
    padding-left: 0.625rem;
    padding-right: 0.625rem;
}
.white_bg{
    background-color: #ffffff;
}

.s-no-data{
    margin-top: 2rem;
    font-size: 0.875rem;
    color: #333333;
    text-align: center;
}
.show-error{color:#355eff;font-size: 0.75rem;}

.nmg-lay-content{
    padding: 0.625rem;
    position: relative;
}
.nmg-lay-content-inner{
    overflow-y: auto;
}
.nmg-lay-close{
    position: absolute;
    top: 5px;
    right: 10px;
    font-size: 18px;
    color: #355eff;
    width: 25px;
    height: 25px;
    text-align: center;
    cursor: pointer;
    display: none;
}

.nmg-lay-item-panel{
    padding: 10px;
    border-bottom: 1px solid #355eff;
    margin-bottom: 20px;
}
.nmg-lay-item-panel:last-child{
    border-bottom: 0px;
    margin-bottom: 0px;
}
.nmg-lay-item-bot{
    color: #999999;
}
.busi-level-15{
    background-image: url(../images/raty/rz_15.png);
}
.busi-level-14{
    background-image: url(../images/raty/rz_14.png);
}
.busi-level-13{
    background-image: url(../images/raty/rz_13.png);
}
.busi-level-12{
    background-image: url(../images/raty/rz_12.png);
}
.busi-level-11{
    background-image: url(../images/raty/rz_11.png);
}
.cate-active{font-weight:bold;color:#355eff !important;}


.mt-0{margin-top: 0px;}
.mt-5{margin-top: 5px;}
.mt-10{margin-top: 10px;}
.mt-15{margin-top: 15px;}
.mt-20{margin-top: 20px;}
.mt-25{margin-top: 25px;}
.mt-30{margin-top: 30px;}
.mt-35{margin-top: 35px;}
.mt-40{margin-top: 40px;}
.mt-45{margin-top: 45px;}
.mt-50{margin-top: 50px;}
.mt-100{margin-top: 100px;}

.ml-0{margin-left: 0px;}
.ml-5{margin-left: 5px;}
.ml-10{margin-left: 10px;}
.ml-15{margin-left: 15px;}
.ml-20{margin-left: 20px;}
.ml-25{margin-left: 25px;}
.ml-30{margin-left: 30px;}
.ml-35{margin-left: 35px;}
.ml-40{margin-left: 40px;}
.ml-45{margin-left: 45px;}
.ml-50{margin-left: 50px;}
.ml-100{margin-left: 100px;}

.mr-0{margin-right: 0px;}
.mr-5{margin-right: 5px;}
.mr-10{margin-right: 10px;}
.mr-15{margin-right: 15px;}
.mr-20{margin-right: 20px;}
.mr-25{margin-right: 25px;}
.mr-30{margin-right: 30px;}
.mr-35{margin-right: 35px;}
.mr-40{margin-right: 40px;}
.mr-45{margin-right: 45px;}
.mr-50{margin-right: 50px;}
.mr-100{margin-right: 100px;}

.mb-0{margin-bottom: 0px;}
.mb-5{margin-bottom: 5px;}
.mb-10{margin-bottom: 10px;}
.mb-15{margin-bottom: 15px;}
.mb-20{margin-bottom: 20px;}
.mb-25{margin-bottom: 25px;}
.mb-30{margin-bottom: 30px;}
.mb-35{margin-bottom: 35px;}
.mb-40{margin-bottom: 40px;}
.mb-45{margin-bottom: 45px;}
.mb-50{margin-bottom: 50px;}
.mb-100{margin-bottom: 100px;}

.invite-sharereward-btn{
    height: 30px;
    width: 100px;
    line-height: 28px;
    text-align: center;
    background: #ffffff;
    color: #355eff;
    border: 1px solid #355eff;
    cursor: pointer;
    font-size: 0.875rem;
    border-radius: 40px;
}
.go-index{line-height: 45px;font-size:0.9375rem;color:#999;}
.more-info-list {position: absolute;width: 80px;height:auto;padding:10px;line-height: 60px;background: #fff;border: 1px solid #f1f1f1;border-radius: 4px;text-align: center;color: red;top:40px;left: 10px;}
.nav {position:absolute;left:50px;overflow:hidden;width:0;height:0;border-width:10px;border-style:solid dashed dashed dashed;}
.nav-border {top:-21px;border-color:transparent transparent #f1f1f1 transparent;}
.nav-background {top:-19px;border-color:transparent transparent #fff transparent;}
.moer-action-text{height: 40px;line-height: 40px;text-align: center;font-size: 0.75rem;color:#666;}
.check-text{
    /*color: #355eff !important;*/
    /*font-weight: bold !important;*/
}

/**红包提示**/
.niu-bag{position: absolute;left:0;top:0;height: 40px;width: 40px;z-index: 5;}
.show-red-bag-item{height: 100%;width: 100%;}
.red-bag-bg{height: 526px;width: 450px;}


.img_frame .center_tool{
    display: inline-block;
    vertical-align: middle;
    height: 100% ;
    width: 0px ;
    border: none ;
    padding: 0px ;
    margin: 0px 0px 0px -0.8rem ;
    z-index: 9999;
}
.img_frame{
    width: 100%;
    height: 100%;
    overflow: hidden;
    white-space: nowrap;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    background: url("../../resource/images/ad/bag-bg.png") repeat-y;
    background-size: 100%;
    display: none;
}
.img_frame .image_large{
    width: 100%;
    height:100%;
    vertical-align: middle;
}
.open-bag-item{
    width: 90%;
    height:80%;
    margin:16% auto;
    position: relative;
}
.close_img_frame{
    height: 20px;
    width: 20px;
    position: absolute;
    right: 6%;
    top: 5%;
}
.red-bag-text{font-size: 16px;height:30px;width:100%;color:#fff;line-height: 30px;text-align: center;position: absolute;top: 12%;left:0;font-weight: bold;}
.red-bag-money{font-size: 16px;height:30px;width:100%;color:#fff;line-height: 30px;text-align: center;position: absolute;top: 20%;left:0;}
.red-money{color:#fff;font-size:26px;font-weight: bold;}
.red-bag-btn-item,.get-show-item{width: 100%;height:60px;position: absolute;bottom:30px;left:0;}
.for-more-btn-item,.for-get-btn-item{width: 50%;height: 30px;}
.for-more-btn{width: 80%;height: 100%;line-height:30px;border-radius: 20px;margin:0 auto;background: #fff;color:#333;text-align: center;}
.for-get-btn{width: 80%;height: 100%;line-height: 30px;border-radius: 20px;margin:0 auto;background: #355eff;color:#fff;text-align: center;}
.active-desc{position: absolute;right:0;bottom: 0;background-color: rgba(0,0,0,0.5);color: #ffffff;height: 1.25rem;line-height: 1.25rem;font-size: 0.75rem;padding: 0;width: 100%;text-align: center;}
.niu-enter{height: 34px;width: 34px;position: absolute;left:0;top:-6px;}
.share-bag-btn{height: 30px;width: 100px;line-height: 30px;border-radius: 20px;margin:0 auto;background: #355eff;color:#fff;text-align: center;}
.cg-icon {height: 28px;width: 28px;position: absolute;right: 4px;top: 4px;background-size: 100%;z-index:6;}
.ding-icon {
    height: 28px;
    width: 28px;
    position: absolute;
    right: 4px;
    top: 4px;
    background: url(../images/ding.png) no-repeat;
    background-size: 100%;
    z-index: 100;
}
.active-icon{height:1.6rem;width: 1.6rem;position: absolute;right:0;top:0;margin:0 !important;}
.birthday-plan-img-list li{position: relative;}
.evalation_rate_select{
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    padding: 0.3125rem 0 0.3125rem 0.5rem;
    /*background-color: rgb(245, 245, 245);*/
}
.evalation_rate_select input[type=radio]{margin:0;}
.wordbreakall{word-break: break-all;}
.btnsline .btn{
    display: inline-block;
}
.pos_relative{
    position: relative;
}
.global-common-anchor-parent{
    position: fixed;
    bottom: 4.5rem;
    right: 0.625rem;
    z-index: 9;
    padding: 0.625rem 0;
    width: 2.2rem;
    height: auto;
    background-color: rgba(102,102,102, 0.7);
    color: #fff;
    font-size: 0.8125rem;
    text-align: center;
    border-radius: 0.2rem;

}
.reg-hl-a{
    color: #0066FF;
    font-weight: bold;
}
.layer-notitle-right-close{
    text-align: right;
    position: absolute;
    right: 15px;
    top: 12px;
    color: #999999;
}
.lay-white-tip-ctx{
    color: #333333;
    font-size: 0.8rem;
}
.imgbg-center{
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
.back-toindex{height: 20px;width: 20px;margin-top:10px;margin-right:20px;background: url("../images/shouye.png") no-repeat;background-size: 80%;}
.price-titi{font-size: 0.75rem;color:#999;line-height: 24px;margin: 0.625rem 0;}

input.input-m-number::-webkit-outer-spin-button, input.input-m-number::-webkit-inner-spin-button{
    -webkit-appearance: none;
}
input.input-m-number{
    -moz-appearance: textfield;
}

.lt-lay-row{
    display: flex;
    width: 100%;
    flex-direction: row;
    height: 35px;
    line-height: 35px;
}
.lt-lay-rdo-l{
    width: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.lt-lay-rdo-l input{margin:0;}
.lt-lay-lbl-m{
    width: 70px;
}
.lt-lay-lbl-r{
    flex: 1;
}
.lt-lay-row input.input-text{
    background-color: #F5F5F5;
    border:0;
    width: 100%;
    padding: 2px 10px;
    margin: 0;
    border-radius: 5px;
}
.lay-emsg-err{
    color: red;

}

.wx-xcx-btn-wrapper{
    position: relative;
}
.wx-xcx-btn-hide-bot{
    position: absolute;
    z-index: 5;
    top: 0;
    left: 0;
    width: 100%;
    /*height: 100%;*/
    opacity: 0;
}
