/*
*  Creat at 2019.7.9
*  fuyi
*/
[class^="bsicon_"],[class*=" bsicon_"] {
    font-family: "iconfont" !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
/**** global ****/
@font-face {
    font-family: ProximaNova-Bold;
    src: url(proxima_nova/proxima_nova_blod/350D6A_0.eot);
    src: url(proxima_nova/proxima_nova_blod/350D6A_0.woff2) format("woff2"),url(proxima_nova/proxima_nova_blod/350D6A_0.woff) format("woff"),url(proxima_nova/proxima_nova_blod/350D6A_0.ttf) format("truetype")
}
@font-face {
    font-family: ProximaNova-Regular;
    src: url(proxima_nova/proxima_nova_regular/350D6A_1_0.eot);
    src: url(proxima_nova/proxima_nova_regular/350D6A_1_0.woff2) format("woff2"),url(proxima_nova/proxima_nova_regular/350D6A_1_0.woff) format("woff"),url(proxima_nova/proxima_nova_regular/350D6A_1_0.ttf) format("truetype")
}
*{
    margin: 0;
    padding: 0;
    word-break: break-all;
    word-break: break-word;
}
*:focus {
    outline: none !important;
}
html,body {
    height: 100%;
}
body {
    min-width: 1320px;
    border-top: 1px solid transparent;
    color: #313033;
    font-family: Roboto, Segoe UI, ProximaNova-Regular,Helvetica,Arial, sans-serif;
    font-size: 14px;
    background: url(../../images/bg_new.png) no-repeat -0px center;
    /*background-color: rgba(242,242,242,1);*/
    /*background-color: #f5f5f5;*/
}
ul,ol {
    list-style: none;
    margin: 0;
    padding: 0;
}
b,strong,th,dt{
    font-weight: 600;
    font-family: Segoe UI, ProximaNova-Bold,Helvetica,Arial,sans-serif;
}
label {
    font-weight: 400;
}
input[type="text"],
input[type="password"],
select,
textarea {
    border-radius: 2px;
    border: 1px solid #ddd;
    font-size: 14px;
    color: #313033;
}
textarea {
    padding: 10px;
}
textarea.no_resize {
    resize: none;
}
input[type="text"],
input[type="password"],
select {
    padding: 0 10px;
    height: 32px;
    line-height: 32px;
    vertical-align: middle;
}
input[type="text"][disabled],
input[type="password"][disabled],
select[disabled] {
    background-color: #eee;
    cursor: no-drop;
}
input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus{
    border-color: #4934B2;
    /*box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(73,52,178,.6);*/
    box-shadow: none;
}
/* 一般在报错的时候会加一个b_red */
input[type="text"].b_red:focus,
input[type="password"].b_red:focus {
    border-color: #4934B2 !important;
}
input[readonly] {
    cursor: default;
}
input[readonly]:focus {
    border-color: #ddd;
}
select:focus {
    border-color: #ddd;
    box-shadow: none;
}
.box-shadow {
    box-shadow: 2px 2px 1px #ddd;
}
pre {
    all: initial;
    font-size: 14px;
    font-family: Roboto, Segoe UI, ProximaNova-Regular,Helvetica,Arial, sans-serif;
}
/* 给select选择框自定义placeholder的效果 */
/* 一、先去掉默认箭头，换成图片，防止改变字体颜色的时候箭头也受到影响 */
select.custom_select_placeholder {
    /* 很关键：将默认的select选择框样式清除 */
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    /* 在选择框的最右侧中间显示下拉箭头图片 */
    background: url(../../js/plugins/combobox/select_down.png) right center no-repeat;
    /*为下拉小箭头留出一点位置，避免被文字覆盖*/
    padding-right: 20px;
}
/* 清除ie的默认选择框样式清除，隐藏下拉箭头 */
select.custom_select_placeholder::-ms-expand {
    display: none;
}
/* 二、隐藏占位的选项 */
select.custom_select_placeholder > .opt_place {
    display: none;
}
/* 三、设置字体的颜色，0代表选中的是占位的选项 */
select.custom_select_placeholder[data-placeholder="0"] {
    color: #bcbcbc;
}
/* 四、下拉项颜色还原 */
select.custom_select_placeholder[data-placeholder="0"] > option {
    color: #313033;
}

/*是输入框提示文字色重置*/
::-moz-placeholder { color: #bcbcbc; }
::-webkit-input-placeholder { color:#bcbcbc; }
:-ms-input-placeholder { color:#bcbcbc; }
/*是输入框提示文字色重置 END*/

/** 文本双击时不被选中 **/
.unselected {
    -moz-user-select:none;/*火狐*/
    -webkit-user-select:none;/*webkit浏览器*/
    -ms-user-select:none;/*IE10*/
    -khtml-user-select:none;/*早期浏览器*/
    user-select:none;
}
.dropdown > btn > i{
    margin-left: 5px;
}
.dropdown-menu.flo_r {
    right: 0;
    left: auto;
}
.dropdown[data-rel="hover"]:hover > ul.dropdown-menu,
.dropup[data-rel="hover"]:hover > ul.dropdown-menu {
    display: block;
    margin: 0;
}
.mobile_right_action  .dropdown[data-rel="hover"]:hover > ul.dropdown-menu,
.mobile_right_action  .dropup[data-rel="hover"]:hover > ul.dropdown-menu {
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 2px 8px #0000001f;
}
.mobile_right_action .dropdown-menu {
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 2px 8px #0000001f;
}
.dropdown-menu {
    margin: 0;
    border: 1px solid #dedede;
    border-radius: 2px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.1);
    box-shadow: 0 6px 12px rgba(0,0,0,.1);
}
.customer_nav_list.dropdown-menu > li > a {
    width: 100%;
    padding: 5px 10px;
    color: #313033;
    display: inline-flex;
    justify-content: flex-start;
}
/* 移动端菜单 */
.mobile_nav .dropdown-menu > li > a {
    width: 100%;
    padding: 5px 10px;
    color: #313033;
    display: inline-flex;
    justify-content: space-between;
}
.mobile_nav .mobile_nav_new_style > li > a {
    justify-content: flex-start;
}
.dropdown-menu > li > a .chevron {
    padding-left: 5px;
}
.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover,
.dropdown-submenu > a:focus,
.dropdown-submenu > a:hover {
    color: #4934b2;
    background: transparent;
}
.dropdown-submenu {
    position: relative;
}
.dropdown-submenu > a {
    position: relative;
    padding: 5px 20px;
    padding-right: 40px !important;
    color: #313033;
}
.dropdown-submenu > a > span.bsicon_cheveron_right {
    position: absolute;
    right: 5px;
    top: 5px;
    font-size: 20px;
    color: #909399;
}
.dropdown-submenu > .dropdown-menu {
    left: 100%;
    top: 0 !important;
    width: 220px;
}
.dropdown-submenu > .dropdown-menu > li > a {
    white-space: initial;
}
.dropdown-submenu:hover ul.dropdown-menu {
    display:block;
}
/**** 文本样式 ****/
.pre_wrap { /* 保留空格，自适应换行 */
    white-space: pre-wrap;
}
.pre { /* 保留空格，不换行 */
    white-space: pre;
}
/**** font ****/
.f_0 {
    font-size: 0;
}
.f_12 {
    font-size: 12px;
}
.f_13 {
    font-size: 13px;
}
.f_14 {
    font-size: 14px;
}
.f_15 {
    font-size: 15px;
}
.f_16 {
    font-size: 16px;
}
.f_18 {
    font-size: 18px;
}
.f_20 {
    font-size: 20px;
}
.f_28 {
    font-size: 28px;
}
.f_34 {
    font-size: 34px;
}
.fw_400 {
    font-weight: 400;
}
.fw_600 {
    font-weight: 600;
}
.fw_700 {
    font-weight: 700;
}
.f_black {
    color: #313033;
}
.f_gray {
    color: #919099;
}
.f_light_gray {
    color: #bcbcbc;
}
.f_red {
    color: #ff4747;
}
.f_green {
    color: #00B88D !important;
}
.f_orange {
    color: #FF7300;
}
.f_light_orange {
    color: #FF9e3d;
}
.f_sky_blue {
    color: #02a7f0;
}
.f_default {
    color: #4934b2 !important;
}
.white_space_normal {
    white-space: normal !important;
}
.white_space_nowrap {
    white-space: nowrap !important;
}
/**** align ****/
.t_l {
    text-align: left !important;
}
.t_c {
    text-align: center !important;
}
.t_r {
    text-align: right !important;
}
.vta_t {
    vertical-align: top !important;
}
.vta_m {
    vertical-align: middle !important;
}
.vta_b {
    vertical-align: bottom !important;
}
/**** box ****/
.m_0 {
    margin: 0 !important;
}
.ml_5 {
    margin-left: 5px !important;
}
.ml_10 {
    margin-left: 10px !important;
}
.ml_20 {
    margin-left: 20px !important;
}
.ml_30 {
    margin-left: 30px !important;
}
.ml_40 {
    margin-left: 40px !important;
}
.mr_5 {
    margin-right: 5px !important;
}
.mr_10 {
    margin-right: 10px !important;
}
.mr_20 {
    margin-right: 20px !important;
}
.mr_30 {
    margin-right: 30px !important;
 }
.mr_50 {
    margin-right: 50px !important;
}
.mt_1 {
    margin-top: 1px !important;
}
.mt_5 {
    margin-top: 5px !important;
}
.mt_8 {
    margin-top: 8px !important;
}
.mt_10 {
    margin-top: 10px !important;
}
.mt_12 {
    margin-top: 12px !important;
}
.mt_16 {
    margin-top: 16px !important;
}
.mt_20 {
    margin-top: 20px !important;
}
.mt_24 {
    margin-top: 24px !important;
}
.mt_28 {
    margin-top: 28px !important;
}
.mt_30 {
    margin-top: 30px !important;
}
.mt_60 {
    margin-top: 60px !important;
}
.mt_100 {
    margin-top: 100px !important;
}

.mb_0 {
    margin-bottom: 0 !important;
}
.mb_5 {
    margin-bottom: 5px !important;
}
.mb_10 {
    margin-bottom: 10px !important;
}
.mb_14 {
    margin-bottom: 14px !important;
}
.mb_15 {
    margin-bottom: 15px !important;
}
.mb_20 {
    margin-bottom: 20px !important;
}
.mb_30 {
    margin-bottom: 30px !important;
}
.mb_48 {
    margin-bottom: 48px !important;
}
.p_0 {
    padding: 0 !important;
}
.p_10 {
    padding: 10px !important;
}
.pl_5 {
    padding-left: 5px !important;
}
.pl_10 {
    padding-left: 10px !important;
}
.pl_20 {
    padding-left: 20px !important;
}
.pl_30 {
    padding-left: 30px !important;
}
.pr_0 {
    padding-right: 0 !important;
}
.pr_5 {
    padding-right: 5px !important;
}
.pr_10 {
    padding-right: 10px !important;
}
.pr_20 {
    padding-right: 20px !important;
}
.pr_30 {
    padding-right: 30px !important;
}
.pt_0 {
    padding-top: 0 !important;
}
.pt_5 {
    padding-top: 5px !important;
}
.pt_10 {
    padding-top: 10px !important;
}
.pt_20 {
    padding-top: 20px !important;
}
.pt_30 {
    padding-top: 30px !important;
}
.pb_5 {
    padding-bottom: 5px !important;
}
.pb_10 {
    padding-bottom: 10px !important;
}
.pb_20 {
    padding-bottom: 20px !important;
}
.pb_30 {
    padding-bottom: 30px !important;
}
.b_red {
    border-color: #ff4747 !important;
}
.b_red_1 { /* 加important之后，表单在聚焦时候的样式无法生效，想让聚焦样式生效的话就用这个 */
    border-color: #ff4747;
}
.bd_solid {
    border-style: solid !important;
}
.bd_dashed {
    border-style: dashed !important;
}
.bd_dotted {
    border-style: dotted !important;
}
.w_90 {
    width: 90px !important;
}
.w_130 {
    width: 130px !important;
}
/**** display ****/
.d_i {
    display: inline !important;
}
.d_b {
    display: block !important;
}
.d_ib {
    display: inline-block !important;
}
.d_n {
    display: none !important;
}
.flex {
    display: flex;
}
.flex_inline {
    display: inline-flex;
}
.flex.wrap {
    flex-wrap: wrap;
}
.flex.center_align {
    align-items: center;
}
.flex.star_align {
    align-items: flex-start;
}
.flex.end_align {
    align-items: flex-end;
}
.flex.center_just {
    justify-content: center;
}
.flex.end_just {
    justify-content: flex-end;
}
.flex.column {
    flex-direction: column;
}
.flex.between,
.flex.between_just {
    justify-content: space-between;
}

/*** flex gap ***/
.flex.gap_40 {
    gap: 40px;
}

/**** vertical ****/
.ver_a_mid {
    vertical-align: middle;
}
/**** position ****/
.pti_r {
    position: relative !important;
}
.pti_a {
    position: absolute !important;
}
.pti_f {
    position: fixed !important;
}
/**** float ****/
.flo_l {
    float: left !important;
}
.flo_r {
    float: right !important;
}
.clear_fix:after {
    content: '';
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
}
/**** bootstrap init ****/
.popover { /* default max-width="276px" */
    max-width: 500px;
}
/**** border ****/
.no_b_l {
    border-left: none !important;
}
/* 根据不同语言生成不同的符号 */
.symbol_colon:after,
.symbol_colon_1:after { /* symbol_colon_1 泰语模式下没有冒号 */
    content: ': ';
}
.symbol_colon[data-lang="zh"]:after,
.symbol_colon[data-lang="zh_CN"]:after,
.symbol_colon_1[data-lang="zh"]:after,
.symbol_colon_1[data-lang="zh_CN"]:after {
    content: '：';
}
.symbol_full_stop:after {
    content: '. ';
}
.symbol_full_stop[data-lang="zh"]:after {
    content: '。';
}
.symbol_colon_1[data-lang="th"]:after,
.symbol_full_stop[data-lang="th"]:after {
    content: ' ';
}
/**** link ****/
a {
    color: #4934b2;
}
a:hover,
a:focus {
    color: #3d2c96;
    text-decoration: none;
}
a.other_color:hover,
a.other_color:focus {
    color: #4934b2;
}
a.no_underline:hover,
a.no_underline:focus {
    text-decoration: none;
}
a.has_underline,
a.has_underline:hover,
a.has_underline:focus,
a.hover_underline:hover,
a.hover_underline:focus {
    text-decoration: underline;
}
a.underline:hover {
    text-decoration: underline;
}
.font_icon_btn {
    display: inline-block;
    margin-left: 5px;
  /*  width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 18px;*/
    vertical-align: middle;
}
.font_icon_btn.icon_default {
    color: #919099;
}
.icon_default:hover {
    color: #4934b2;
}
.font_icon_btn.icon_primary {
    color: #4934b2;
}
.icon_primary:hover {
    color: #3d2c96;
}
.font_icon_btn .ft-icon {
    width: 24px;
    height: 24px;
    line-height: 24px;
    font-size: 24px;
    vertical-align: middle;
    color: #398dee ;
}
.font_icon_btn:hover .ft-icon {
    color: #429ffc;
}

.font_icon_btn .dp20{
    width: 20px;
    height: 20px;
    font-size: 20px;
    line-height: 20px;
}
/**** button ****/
.btn {
    border-radius: 2px;
    padding: 0 10px;
    height: 32px;
    line-height: 30px;
    min-width: 80px;
    vertical-align: middle;
}
.btn[disabled]{
    pointer-events: auto;
    background: #eee !important;
    border-color: #eee !important;
    color: #909199;
    cursor: no-drop;
    opacity: 1;
}
.btn[disabled]:hover {
    color: #909199;
}
.btn > i {
    position: relative;
    top: 1px;
    margin-left: 5px;
}
.btn > i.lt {
    margin-left: 0;
    margin-right: 5px;
}
.btn_primary:focus,
.btn_primary {
    background: #4934b2;
    border-color: #4934b2;
    color: #fff;
}
.btn_primary:hover {
    background: #3d2c96;
    border-color: #3d2c96;
    color: #fff;
}
.btn_white:focus,
.btn_white {
    background: #fff;
    border-color: #D8DCDF;
    color: #303133;
}
.btn_white:hover {
    background: #fff;
    border-color: #4934B2;
    color: #4934B2;
}
.btn_green:focus,
.btn_green {
    background: #00b88d;
    border-color: #00b88d;
    color: #fff;
}
.btn_green:hover {
    background: #0aad82;
    border-color: #0aad82;
    color: #fff;
}
.btn_red:focus,
.btn_red {
    background: #ffeeee;
    border-color: #ffeeee;
    color: #ff4747;
}
.btn_red:hover {
    background: #ffeaea;
    color: #ff4747;
}
.btn_orange:focus,
.btn_orange {
    background: #ff9e3d;
    border-color: #ff9e3d;
    color: #fff;
}
.btn_orange:hover {
    background: #fa9128;
    border-color: #fa9128;
    color: #fff;
}
.btn_link {
    color: #4934b2;
    background-color: transparent;
}
.btn_link,
.btn_link:hover {
    border-color: transparent;
    color: #3d2c96;
}
.btn_link:active {
    box-shadow: none;
}
.popover {
    border: 1px solid #dedede;
    border-radius: 2px;
    -webkit-box-shadow: 0 3px 10px rgba(0,0,0,.1);
    box-shadow: 0 3px 10px rgba(0,0,0,.1);
}
.must:after {
    content: '*';
    margin-left: 4px;
    color: #ff4747;
}
/**** nav ****/
.head_nav {
    padding-right: 10px;
    width: 100%;
    height: 100%;
}
.head_nav > li {
    float: left;
    height: 100%;
}
.head_nav > li.rt {
    float: right;
}
.head_nav .caret {
    margin-left: 5px;
}
.head_nav .dropdown-menu {
    margin: 0;
    border: 1px solid #dedede;
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.1);
    box-shadow: 0 6px 12px rgba(0,0,0,.1);
}
.dropdown-menu.second_dropdown > li ul > li > a,
.head_nav .dropdown-menu > li ul > li > a {
    display: block;
    padding: 6px 10px 6px 20px;
    color: #313033;
    white-space: nowrap;
}
.head_nav .dropdown-menu > li ul > li.divider {
    margin: 3px 0;
    border-top: 1px solid #eee;
}
.head_nav .dropdown-menu > li ul > li > a.no_shop {
    color: #bcbcbc;
}
.head_nav .dropdown-menu > li ul > li > a.no_shop:hover {
    cursor: default;
}
.head_nav .dropdown-menu > li ul > li > .no_store {
    padding: 3px 10px 3px 10px;
}
.dropdown-menu.second_dropdown > li > p,
.head_nav .dropdown-menu > li > p {
    margin-bottom: 0;
    padding: 6px 10px;
    color: #313033;
    font-weight: 600;
}
.head_nav .dropdown-menu li > a:not(.no_shop):hover,
.head_nav .dropdown-menu li > a:not(.no_shop):focus,
.btn + .dropdown-menu li > a:hover,
.btn + .dropdown-menu li > a:focus {
    color: #4934b2;
    background: #f8f7fc;
}
.head_nav .dropdown-menu li > a.mark_el {
    position: relative;
}
.head_nav .dropdown-menu li > a.mark_el:after {
    content: '';
    position: absolute;
    top: -10px;
    right: -12px;
    width: 25px;
    height: 25px;
    background: url(../../images/icons/beta.svg) no-repeat;
}
.head_nav > li.logo {
    width: 220px;
    background: url(../../images/logo/logo_w.png?v=1) no-repeat center;
}
@media screen and (max-width: 1399px) {
    .head_nav > li.logo {
        width: 180px;
    }
}
.head_nav > li.nav_list > a {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 0 12px;
    height: 100%;
    font-size: 16px;
    color: #fff;
}
.head_nav > li.nav_list[data-lang="zh"] > a {
    padding: 0 20px;
}
/* 伪元素获取属性名的内容  */
.head_nav > li.nav_list > a:after {
    content: attr(data-content);
    position: absolute;
}
.head_nav > li.nav_list > a > .seat_title {
    visibility: hidden;
    font-weight: 600;
}
.head_nav .dropdown-menu .divider {
    margin: 5px 0;
    border-top: 1px dashed #e5e5e5;
    background-color: transparent;
    height: 0;
}
.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
    background-color: transparent;
    border-color: transparent;
}
.nav > li > a:focus,
.nav > li > a:hover {
    text-decoration: none;
    background-color: transparent;
}
.head_nav > li.nav_list:hover > a  {
    font-weight: 600;
}
.head_nav > li.nav_list.help:hover > a ,
.head_nav > li.nav_list.active:hover > a  {
    font-weight: 400;
}
.head_nav > li.nav_list.active > a {
    font-weight: 400;
    background: rgba(255,255,255,.3);
}
.head_nav > li > span.cont {
    display: flex;
    align-items: center;
    padding: 0 10px;
    height: 100%;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
}
.head_nav > li.about_user > span {
    padding-right: 0;
}
.head_nav > li.about_user > span > .user_name {
    max-width: 40px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-left: 10px;
}
.head_nav > li.lang > .dropdown-menu {
    min-width: 100px;
}
.head_nav > li.nav_setting > a,
.head_nav > li.help > a {
    padding: 0 20px;
    width: auto;
    font-size: 24px;
}
/*.head_nav > li.about_user {
    border: 1px solid #fff;
    width: 146px;
}
.head_nav > li.help {
    border: 1px solid #fff;
    width:44px;
}
.head_nav > li.lang {
    border: 1px solid #fff;
    width: 56px;
}*/
.no_store {
    padding: 3px 10px;
    position: relative;
    color: #bcbcbc;
}
.no_store > a {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    background: rgba(0,0,0,.3);
    color: #fff;
}
.no_store:hover > a {
    display: flex;
}

/** left nav **/
.left_nav {
    width: 220px;
    border-top: none;
    border-bottom: none;
    color: #313033;
    background-color: #fff;
}
.left_nav ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.left_nav li > p{
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 40px;
    margin: 0;
    padding: 0;
    cursor: pointer;
    border: 1px solid transparent;
}
.left_nav li > p > .lt,
.left_nav li > p > .rt {
    display: flex;
    align-items: center;
}
.left_nav ul[level="1"] > li > p{
    border-left: 3px solid transparent;
    padding-left: 17px;
    font-size: 16px;
}
.left_nav ul[level="2"] > li > p{
    padding-left: 30px;
    font-size: 14px;
}
.left_nav ul[level="1"] > li > p.title {
    cursor: default;
}
.left_nav p .item_num {
    margin-left: 5px;
}
.left_nav ul[level="1"] > li > p:not(.title):hover,
.left_nav ul[level="2"] > li > p:not(.title):hover {
    color: #4934b2;
}
.left_nav li[data-isOpen="0"] > ul {
    display: none;
}
.left_nav li[data-isLeaf="1"] > p > .arrow {
    display: none;
}
.left_nav ul[level="1"] > li[data-toggle="0"] > p.title,
.left_nav ul[level="1"] > li > p.active,
.left_nav ul[level="1"] > li > p.active:hover {
    border-left: 3px solid #4934b2;
    background: #f6f5fc;
    color: #313033;
}
.left_nav ul[level="2"] > li > p.active,
.left_nav ul[level="2"] > li > p.active:hover {
    color: #4934b2;
}
/* 左侧栏不支持三级，暂时用样式写个假三级 */
.left_nav ul.pseudo[level="1"] > li > p{
    padding-left: 27px;
}
.left_nav ul.pseudo[level="2"] > li > p{
    padding-left: 40px;
}
.left_nav ul.pseudo[level="1"] > li[data-toggle="0"] > p.title,
.left_nav ul.pseudo[level="1"] > li > p.active,
.left_nav ul.pseudo[level="1"] > li > p.active:hover {
    border-left: 3px solid transparent;
    background: #fff;
}
/**** tab ****/
.tabs_module .tab:after {
    content: '';
    display: block;
    height: 0;
    clear: both;
}
.tabs_module .tab > li {
    float: left;
    display: block;
    border: none;
}
.tabs_module .tab > li + li {
    margin-left: 10px;
}
.tabs_module .tab > li > a {
    display: flex;
    align-items: center;
    padding: 0 10px;
    height: 32px;
    color: #919099;
    border-bottom: 3px solid transparent;
}
.tabs_module .tab > li:not(.active) > a:hover {
    color: #4934b2;
}
.tabs_module .tab > li.active > a {
    color: #313033;
    border-bottom: 3px solid #4934b2;
}
.tabs_module .tab .tab_num {
    margin-left: 6px;
    color: #919099;
}
.tabs_module .tab_content > .tab_pane {
    display: none;
}
.tabs_module .tab_content > .tab_pane.active {
    display: block;
}

/**** tree ****/

/**** modal ****/
.modal.w_480 .modal-dialog {
    width: 480px;
}
.modal.w_800 .modal-dialog {
    width: 800px;
}
.modal-content {
    border-radius: 4px;
}
.modal-header {
    min-height: 35px;
    padding: 15px 15px 0;
    border-bottom-color: transparent;
}
.modal-header h4 {
    font-size: 14px;
    color: #606266;
    font-weight: 600;
}
.modal-header .close span {
    font-size: 24px;
}
.modal-body {
    padding: 20px 30px;
}
.modal-footer {
    padding: 0 20px 20px;
    border-top-color: transparent;
    text-align: center;
    font-size: 0;
}
.modal-footer .btn {
    min-width: 80px;
}
.modal-footer .btn + .btn {
    margin-left: 20px;
}

#loading .modal-content{
    border: none;
    box-shadow: none;
    text-align: center;
    background: none;
}
#loading .modal-backdrop{
    background-color: #fff;
    opacity: .4;
    filter: alpha(opacity=40)
}
#loading .modal-body{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 200px;
}
#loading .modal-dialog{
    margin: 200px auto 0;
}

.image_editor_modal .custom_modal_body{
    padding: 0;
    font-size: 0;
    height: 100%;

}
.image_editor_modal .custom_modal_body iframe{
    border: none;
    padding: 0;
}
.custom_modal.image_editor_modal .custom_modal_body {
    padding: 0;
    height: 100vmin;
}
/**** alert ****/
#dialog_window {
    border: 1px solid #999;
    border-radius: 4px;
    width: 300px;
    background: #fff;
}
#dialog_window.big_modal {
    width: 420px !important;
}
#dialog_title {
    padding: 10px;
    border-radius: 4px 4px 0 0;
    color: #303133;
    font-size: 14px;
    font-weight: 600;
}
#dialog_title h3 {
    display: inline;
    margin: 0;
    font-size: 14px;
    color: #333;
    font-weight: 600;
}
#dialog_title .close {
    line-height: 16px;
}
a#dialog_btn_close {
    color: #333;
    text-decoration: none;
}
#dialog_content {
    clear: both;
    padding: 10px 40px 20px;
    min-height: 92px;
    font-size: 14px;
    vertical-align: middle;
}
#dialog_content .content_tip_text {
    color: #ff9e3d;
}
#dialog_content .content_tip_text > i {
    margin-right: 5px;
    font-size: 16px;
    vertical-align: top;
}
#dialog_content .alertContentOut {
    width: 100%;
    font-size: 0;
}
#dialog_content .alertContentOut div {
    display: inline-block;
    font-size: 14px;
    text-align: center;
    vertical-align: top;
}
#dialog_content .alertContentOut div.iconOut {
    width: 38px;
    height: 24px;
    line-height: 24px;
}
#dialog_content .alertContentOut div.contentInfo {
    width: 100%;
}
#dialog_content .contentInfo .rows{
    display: flex;
    align-items: center;
}
#dialog_content .contentInfo .rows.center{
    justify-content: center;
}
#dialog_content .alert_comm_tit {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 600;
}
#dialog_content .alert_comm_tit .bsicon_times_circle,
#dialog_content .alert_comm_tit .bsicon_check_circle {
    font-size: 20px;
    margin-right: 10px;
    font-weight: 400;
}
#dialog_content .alert_comm_tit .bsicon_times_circle {
    color: #ff4747;
}
#dialog_content .alert_comm_tit .bsicon_check_circle {
    color: #00b88d;
}
.big_modal #dialog_content .alert_comm_tit {
    font-size: 18px;
}
.big_modal #dialog_content .alert_comm_tit .bsicon_times_circle,
.big_modal #dialog_content .alert_comm_tit .bsicon_check_circle {
    font-size: 24px;
}
#dialog_btnBox {
    padding: 0 20px 20px;
    border-radius: 0 0 4px 4px;
    text-align: center;
}
#dialog_btn_enter,
#dialog_btn_cancel {
    height: 28px;
    line-height: 26px;
    zoom: 1;
}
#dialog_btn_enter + #dialog_btn_cancel,
#dialog_btn_cancel + #dialog_btn_enter {
    margin-left: 20px;
}
#diaglo_prompt_input {
    display: block;
    width: 90%;
    margin: 8px 0;
    padding: 5px;
    border: 1px solid #ddd;
}
/**** message ****/
.custom_toast {
    position: fixed;
    top: 0;
    left: 50%;
    padding: 0 10px;
    width: 800px;
    min-height: 48px;
    box-shadow: 1px 2px 3px #AAAAAA;
    z-index: 999999;
    font-size: 14px;
}
.custom_toast > .message_icon {
    position: absolute;
    left: 10px;
    top: 15px;
    width: 18px;
    height: 18px;
    line-height: 18px;
    font-size: 18px;
}
.custom_toast.message_success {
    background: #00b88d;
    color: #fff;
}
.custom_toast.message_success > .message_icon,
.custom_toast.message_success > div {
    color: #fff;
}
.custom_toast.message_error {
    background: #ff4e47;
    color: #fff;
}
.custom_toast.message_error > .message_icon,
.custom_toast.message_error > div {
    color: #fff;
}
.custom_toast.message_waring {
    background: #ff9e3d;
    color: #fff;
}
.custom_toast.message_waring > .message_icon ,
.custom_toast.message_waring > div {
    color: #fff;
}
.custom_toast a.close_alert {
    position: absolute;
    top: 12px;
    right: 10px;
    line-height: 25px;
    font-size: 22px;
    color: #fff;
}
.custom_toast a.close_alert,
.custom_toast a.close_alert:hover,
.custom_toast a.close_alert:focus {
    text-decoration: none;
}
.custom_toast > div {
    padding: 13px 30px;
    box-sizing: border-box;
}

.custom_message {
    position: fixed;
    display: flex;
    top: 3px;
    left: calc(50% - 280px);
    border-radius: 4px;
    padding: 12px 20px;
    width: 510px;
    box-shadow: 1px 2px 3px #AAAAAA;
    z-index: 999999;
    background: #fff;
}
.custom_message > .message_icon {
    width: 30px;
    font-size: 22px;
}
.custom_message.message_success > .message_icon {
    color: #00b88d;
}
.custom_message.message_error > .message_icon {
    color: #ff4e47;
}
.custom_message.message_default > .message_icon {
    color: #4934b2;
}
.custom_message > .message_cont {
    width: calc(100% - 45px);
    box-sizing: border-box;
}
.custom_message > .message_cont > p {
    margin-bottom: 6px;
    padding-top: 2px;
    font-size: 16px;
    font-weight: 600;
}
.custom_message > .message_cont > div {
    max-height: 445px;
    overflow-y: auto;
}
.custom_message a.close_alert {
    position: absolute;
    top: 10px;
    right: 10px;
    line-height: 25px;
    font-size: 22px;
    color: #bcbcbc;
}
.custom_message a.close_alert,
.custom_message a.close_alert:hover,
.custom_message a.close_alert:focus {
    text-decoration: none;
}

.page_message {
    padding: 10px;
    border-left: 4px solid transparent;
}
.page_message.tips {
    border-left-color: #00B88D;
    background: #e1f7f2;
}
.page_message.note {
    border-left-color: #ec640c;
    background: #fff;
}
.page_message.warning {
    border-left-color: #ff9e3d;
    background: #ffe9d4;
}
.page_message.warning > .tit {
    color: #ff9e3d;
    font-weight: 600;
}
.page_message.error {
    border-left-color: #ff4747;
    background: #fff5f5;
}
.page_message.default {
    background: #f5f5f5;
}
.page_tip {
    display: flex;
    align-items: center;
    color: #919099;
}
.page_tip.star_align {
    align-items: start;
}
.page_tip > .rt {
    margin-left: auto;
}
.page_tip > i {
    margin-right: 5px;
}
.page_tip.tips[data-type="1"],
.page_tip.tips:not([data-type="1"]) > i {
    color: #00c88d;
}
.page_tip.warning[data-type="1"],
.page_tip.warning:not([data-type="1"]) > i { /* 类型为1的文案和图标都统一颜色 */
    color: #ff9e3d;
}
.page_tip.warning[data-bg="1"] { /* 为1的有背景色 */
    background: #ffe9d4;
}
.page_tip.error,
.page_tip.error > i { /* 类型为1的文案和图标都统一颜色 */
    color: #ff4747;
}
.page_tip.error[data-bg="1"] { /* 为1的有背景色 */
    background: #fff5f5;
}
.page_tip_bd {
    display: flex;
    align-items: center;
    position: relative;
    padding: 10px 30px 10px 32px;
    color: #919099;
}
.page_tip_bd .icon_el {
    position: absolute;
    top: 7px;
    left: 8px;
    font-size: 20px;
}
.page_tip_bd .close_btn {
    position: absolute;
    top: 11px;
    right: 8px;
    font-size: 28px;
    line-height: 15px;
    color: rgba(0, 0, 0, .45);
}
.page_tip_bd .close_btn:hover {
    color: rgba(0, 0, 0, .75);
}
.page_tip_bd > .rt {
    margin-left: auto;
}
.page_tip_bd.type_alert {
    border: 1px solid #91d5ff;
    background: #e6f7ff;
}
.page_tip_bd.type_alert .icon_el {
    color: #1890ff;
}
.page_tip_card {
    background: #fff;
}
.page_tip_card .card_head {
    padding: 5px 10px 0;
}
.page_tip_card .card_body {
    padding: 10px 15px;
}
/**** screen ****/
.screen_module {
    padding: 10px 20px 20px;
    background: #fff;
}
.screen_module > .tit {
    font-size: 16px;
}
.screen_module > table {
    width: 100%;
    max-width: 100%;
}
.screen_module > table > tbody > tr > td {
    padding: 5px 10px 0;
}
.screen_module > table > tbody > tr.h32 > td {
    height: 37px;
    vertical-align: middle !important;
}
.screen_module > table > tbody > tr.h32 > td.vertical_top{
    vertical-align: top !important;
    padding-top: 18px !important;
}
.screen_module > table > tbody > tr > td:first-child {
    width: 80px;
    padding: 0;
    padding-right: 20px;
    vertical-align: top;
    padding-top: 6px;
    white-space: nowrap;
    color: #919099;
}
.screen_module > table > tbody > tr > td.screen_l {
    width: 150px;
    line-height: 24px;
    padding-top: 5px;
    padding-right: 0;
    padding-left: 30px;
    /*font-weight:600;*/
    color: #999;
    text-align: left;
    vertical-align: top;
}
.screen_module > table a {
    display: inline-block;
    margin-bottom: 5px;
    margin-right: 10px;
    padding: 1px 5px;
    box-sizing: border-box;
    border-radius: 2px;
    color: #333;
    vertical-align: middle;
}
.screen_module > table a[data-tip="1"] {
    margin-right: 0;
}
.screen_module > table .tip_icon {
    margin-right: 10px;
    cursor: pointer;
}
.screen_module > table .tip_icon:hover {
    color: #4934b2;
}
.screen_module > table  label {
    margin-right: 20px;
    font-weight: 400;
    margin-bottom: 0;
    display: inline-block;
    vertical-align: middle;
}
.screen_module > table  label > input:after {
    top: 0 !important;
}
.screen_module > table label.has_tip ~ .tooltip > .tooltip-inner {
    max-width: 240px;
    text-align: left;
}
.screen_module > table a:not(.active):hover{
    background-color: #f6f5fc;
    text-decoration: none;
}
.screen_module > table a:focus,
.screen_module > table a.active {
    color: #4934b2;
    background-color: #f0edfc;
}
.screen_module > table > tbody > tr > td.screen_r > .vertical_line {
    height: 20px;
    margin-left: 0;
    margin-right: 10px;
}
.screen_module label + .vertical_line {
    margin-bottom: 4px;
    margin-left: -10px;
}
.screen_module > table > tbody > tr.screen_separation_line> td {
    padding-right: 0;
    padding-top: 0;
}
.screen_module > table > tbody > tr.screen_separation_line> td > hr {
    margin: 5px 0;
    border: none;
    border-bottom: 1px dashed #ddd;
}
/**** search ****/
.search_group {
    display: inline-block;
    position: relative;
    vertical-align: top;
}
.search_group.list_use {
    font-size: 0;
}
.search_group.list_use > input[type="text"],
.search_group.list_use > select {
    vertical-align: top;
    font-size: 14px;
    background: #fff;
}
.search_group.list_use > select {
    border-radius: 2px 0 0 2px;
    padding: 0 5px;
    min-width: 130px;
}
.search_group.list_use > input[type="text"] {
    margin-left: -1px;
    border-radius: 0 2px 2px 0;
    padding-right: 50px;
    width: 280px;
}
.search_group.list_use > .search_icon{
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    border-left: 1px solid #ddd;
    width: 50px;
    height: 32px;
    line-height: 31px;
    cursor: pointer;
    font-size: 20px;
    text-align: center;
}
/* list Filter new search */
.screen_module > table > tbody > tr.search_sel > td:first-child {
    vertical-align: middle;
}
tr.search_sel .search_group > input[type="text"] {
    width: 380px;
}
.screen_module select.bd_none {
    border-color: transparent;
    border-bottom-color: #ddd;
    padding-left: 0;
    padding-right: 0;
}
/* list Filter select element */
.screen_module > table > tbody > tr.filter_sel > td:first-child {
    vertical-align: middle;
}
.screen_module > table > tbody > tr.filter_sel select {
    width: 180px;
}
/**** crumbs ****/
.crumbs {
    color: #909399;
    font-size: 14px;
}
.crumbs > .separate {
    margin: 0 6px;
    color: #909399;
}
.list_crumbs {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 40px;
    background: transparent;
    font-size: 14px;
    color: #919099;
}
.list_crumbs  > .help_txt {
    flex: 1;
    text-align: right;
}
.help_txt > a:hover {
    text-decoration: underline;
}
.list_crumbs > .separate {
    margin: 0 6px;
}
.list_crumbs > .separate:after {
    content: '>';
}
/**** page structure ****/
.page_head {
    margin-top: -1px;
    width: 100%;
    height: 50px;
    background: -webkit-linear-gradient(left, #3D2C96 , #6E10CC); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(right, #3D2C96, #6E10CC); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right, #3D2C96, #6E10CC); /* Firefox 3.6 - 15 */
    background: linear-gradient(to right, #3D2C96 , #6E10CC); /* 标准的语法 */
}
.page_footer {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    height: 80px;
}
.page_footer > div {
    display: flex;
    align-items: center;
    font-size: 13px;
    color: #bcbcbc;
}
.page_footer .dvd_line {
    height: 12px;
    width: 1px;
    background: #bcbcbc;
    margin: 0 10px;
}
.page_footer a {
    color: #bcbcbc;
}
.page_footer a:hover {
    color: #4934b2;
}
.page_body {
    position: relative;
    margin: 0 auto;
    padding: 0 20px;
    min-height: calc(100% - 130px);
}
.separate_page_body {
    margin-top: 80px;
    width: 1200px;
}
.page_body:after,
.page_head:after,
.page_footer:after {
    content: '';
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
}
.page_body > .lt,
.page_body > .rt {
    position: relative;
    float: left;
}
.page_body > .lt {
    width: 220px;
}
.page_body > .rt {
    width: calc(100% - 240px);
    margin-left: 20px;
}
.page_body > .centered {
    margin: 0 auto;
    width: 1260px;
}
.page_no_permission,
.page_404,
.page_500 {
    border-top: 1px solid transparent;
    height: calc(100% - 1px);
}
/*.page_404 {
    background-image: url("/static/images/bk/pc-404.png?v=1");
    background-repeat: no-repeat;
    background-position: center 60px;
}*/
.page_404 {
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(to right,#E1E7FF, #EEF2FF, #F3F6FF);
}
.page_404 .cont_out {
    width: 1200px;
    height: 400px;
    background-image: url("/static/images/bk/404_page.png?v=1");
    background-repeat: no-repeat;
    background-position: right center;
}
.page_500 {
    background-image: url("/static/images/bk/pc-500.png?v=1");
    background-repeat: no-repeat;
    background-position: center 60px;
}
.page_404 > .cont,
.page_500 > .cont {
    width: 850px;
    margin: 350px auto 0;
    font-size: 27px;
}
.page_500 > .cont {
    padding-left: 90px;
}
.page_404 > .cont p,
.page_500 > .cont p{
    font-weight: 600;
    margin-bottom: 10px;
}
.page_no_permission > .cont a,
.page_404 > .cont a,
.page_500 > .cont a{
    text-decoration: none;
}
/*无权限重载页*/
.no_permission_img {
    height: 400px;
    background-image: url("/static/images/bk/no_permission.png?v=1");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 80% 100%;
}
.page_no_permission > .cont {
    margin: 0 auto;
    width: 850px;
    font-size: 24px;
    text-align: center;
}
.no_permission_txt {
    padding: 0 80px;
    font-weight: 500;
    text-align: left;
}
.no_permission_txt[data-lang="en"],
.no_permission_txt[data-lang="in"] {
    padding: 0 60px;
}
.page_no_permission > .cont a {
    font-weight: 500;
}
/* 系统升级 */
.out_service_page .head_nav {
    padding: 0;
}
.upgrade_img {
    width: 318px;
    margin: 80px auto 0;
}
.upgrade_txt {
    text-align: center;
}
.upgrade_txt > p {
   margin-bottom: 15px;
    font-size: 16px;
}
.upgrade_txt > .time_el {
    margin: 40px 0;
    font-size: 20px;
}
/**** table ****/
table:not(.head_back_white) > thead > tr > th {
    color: #919099;
    background: #eee;
}
table.head_back_white > thead > tr > th {
    color: #919099;
}
table.border_table {
    border: 1px solid #ddd;
}
table.border_table td {
    border: 1px solid #ddd;
}
table.hover_bk > tbody > tr:hover > td {
    background: #f7fcfb;
}
.page_list .list_header.no_ck_el > thead th:first-child,
.page_list .list_items.no_ck_el > tbody td:first-child {
    padding-left: 20px;
}
.page_list .list_header,
.page_list .list_items {
    width: 100%;
}
.page_list .list_header + .list_items {
    margin-top: 2px;
}
.page_list .list_items + .list_items {
    margin-top: 2px;
}
.page_list .list_header > thead > tr > th {
    padding: 5px;
    height: 40px;
    vertical-align: middle;
    font-size: 13px;
}
.page_list .list_header > thead > tr > th.ac_el {
    padding-left: 10px;
}
.page_list .list_items > tbody > tr > td {
    background: #fff;
    padding: 10px 5px;
    vertical-align: top;
}
.page_list .list_header .mj_ckb_item {
    margin-top: -4px;
}
.page_list .list_items > tbody > tr > td.merge_el {
    padding: 0;
}
.page_list .list_items > tbody > tr > td.ac_el {
    padding: 0;
}
.page_list .list_items > tbody > tr > td.bd_lt {
    border-left: 1px solid #eee;
}
.page_list .list_items > tbody > tr > td.bd_rt {
    border-right: 1px solid #eee;
}
.page_list .list_items .item_action {
    width: 80px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.page_list .list_items .item_action a.action_btn{
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 20px;
    color: #919099;
}
.page_list .list_items .item_action a.action_btn:hover {
    color: #4934b2;
}
.page_list .list_items .item_action a.action_btn[data-disabled="true"] {
    color: #bebebe;
    cursor: no-drop;
}
.page_list .list_items .item_action a.action_btn[data-disabled="true"]:hover {
    color: #bebebe;
}
.list_items .tag,
.order_detail_modal .tag,
.product_shop .tag {
    display: inline-block;
    padding: 5px 10px;
    word-break: break-all;
    word-break: break-word;
    line-height: 16px;
    background: #F6F5FC;
    color: #919099;
}
/* 列表页不同状态下的不同颜色 */
.list_items .tag.rejected,
.list_items .tag.poor_quality,
.list_items .tag.policy_violation,
.list_items .tag.red {
    color: #ff4747;
    background: #fff5f5;
}
.list_items .tag.approved,
.list_items .tag.green {
    color: #00B88D;
    background: #e1f7f2;
}
.list_items .tag.gray {
    background: #F6F5FC;
    color: #919099;
}
.list_items .tag.yellow {
    color: #ff9e3d;
    background: #ffe9d4;
}
/*.page_list .list_items .item_edited {
    display: flex;
    align-items: center;
    justify-content: space-between;
}*/
.page_list .list_items .item_edited > .edit_btn{
    display: none;
    margin-top: -2px;
    height: 16px;
    line-height: 16px;
    font-size: 16px;
    color: #919099;
}
.page_list .list_items .item_edited > .edit_btn:hover {
    color: #4934b2;
}
.page_list .list_items .item_edited.item_edited_hover > .edit_btn{
    display: inline-block;
}
/**** module ****/
.list_action_module {
    padding-top: 28px;
    padding-bottom: 14px;
}
.list_action_module > .rows {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.list_action_module > .rows + .rows {
    margin-top: 14px;
}
.list_action_module > .rows > .lt,
.list_action_module > .rows > .rt{
    display: flex;
    align-items: center;
}
.list_action_module > .rows > .lt{
    justify-content: flex-start;
}
.list_action_module > .rows > .rt{
    justify-content: flex-end;
}
.list_action_module > .rows > .lt > .btn,
.list_action_module > .rows > .lt > .dropdown{
    margin-right: 10px;
}
.list_action_module > .rows > .rt > .btn,
.list_action_module > .rows > .rt > .dropdown{
    margin-left: 10px;
}
.list_action_module > .rows > .lt > .dropdown > i {
    position: relative;
    top: 2px;
    margin-left: 5px;
}
.list_action_module > .rows > .lt .sort_type_sel {
    width: 124px;
    padding: 0 5px;
}
.list_action_module > .rows > .lt .sort_btn_out {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.list_action_module > .rows > .lt .sort_action_btn {
    width: 32px;
    height: 32px;
    line-height: 30px;
    border: 1px solid #ddd;
    color: #919099;
    background: #eee;
    text-align: center;
    font-size: 20px;
}
.list_action_module > .rows > .lt .sort_action_btn.active {
    color: #4934b2;
    background: #fff;
}

.img_out {
    display: inline-block;
    position: relative;
    vertical-align: middle;
}
.img_out > img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    padding: 1px;
}
.img_out > .remove {
    position: absolute;
    top: -4px;
    right: -4px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #bcbcbc;
    cursor: pointer;
}
.img_out > .remove:after {
    content: '╳';
    color: #fff;
    position: absolute;
    top: 1px;
    left: 6px;
}
.img_out > .product_status {
    position: absolute;
    bottom: 0;
    left: 0;
    border-radius: 2px;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    text-align: center;
    color: #fff;
    cursor: default;
}
.product_status.pending {
    background: #ffa055;
}
.comm_img_module {
    position: relative;
}
.comm_img_module > .dialog_module {
    display: none;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: absolute;
    left: 0;
    width: 100%;
    color: #fff;
    z-index: 10;
}
.comm_img_module[data-rol="1"] > .dialog_module {/*有文案层*/
    top: 0;
    height: 100%;
    cursor: move;
    background: rgba(0,0,0,.7);
}
a[data-href], /* 需要跳转的a标签 */
.comm_img_module[data-rol="1"][data-type="click"] > .dialog_module { /* 有文案层，不可移动，可点击 */
    cursor: pointer;
}
.comm_img_module[data-rol="2"] > .dialog_module {/*无文案层*/
    bottom: 0;
    height: 24px;
    background: rgba(0,0,0,.6);
}
.comm_img_module > .dialog_module > .cont {
    width: 72px;
    text-align: center;
    /*margin-top: 5px;*/
    margin-bottom: 30px;
    line-height: 16px;
    font-size: 13px;
}
.comm_img_module > .dialog_module > div:not(.cont) {
    display: flex;
    align-items: center;
}
.comm_img_module[data-rol="1"] > .dialog_module > div:not(.cont) {
    justify-content: center;
    position: absolute;
    bottom: 10px;
}
.comm_img_module[data-rol="2"] > .dialog_module > div:not(.cont) {
    width: 100%;
    justify-content: center;
}
.comm_img_module > .dialog_module .action_btn {
    cursor: pointer;
}
.comm_img_module[data-rol="1"] > .dialog_module .action_btn {
    width: 20px;
    height: 20px;
    background: #fff;
    color: #616066;
    font-size: 15px;
    text-align: center;
    border-radius: 4px;
    line-height: 23px;

}
.comm_img_module[data-rol="1"] > .dialog_module .action_btn:hover {
    color: #4934b2;
}
.comm_img_module[data-rol="2"] > .dialog_module .action_btn {
    width: 16px;
    height: 16px;
    line-height: 16px;
    font-size: 16px;
}
.comm_img_module > .dialog_module .action_btn + .action_btn {
    margin-left: 10px;
}
.comm_img_module:hover > .dialog_module  {
    display: flex;
}
.comm_img_module > .img_size_module {
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 5px;
    left: 5px;
    border-radius: 8px;
    padding: 2px 6px;
    font-size: 12px;
    color: #fff;
    background-color: rgba(0,0,0,.6);
}
.comm_img_module > .img_size_module[data-type="err"] {
    background-color: rgba(217,0,27,.6);
}
.comm_img_module > .img_size_module:empty,
.comm_img_module:hover > .img_size_module {
    display: none;
}

.no_list_module {
    width: 100%;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #919099;
    font-weight: 600;
    font-size: 24px;
    background: transparent;
}
.no_list_module.bg_fff {
    background: #fff;
}
/**** icons ****/
.import_icon {
    display: inline-block;
    margin-top: 10px;
    width: 20px;
    height: 20px;
    background: url("../../images/icons/icon.png");
    background-position: -9px -10px;
}
.import_icon:hover {
    background-position: -9px -50px;
}

/** 没有授权店铺的空白页 **/
.shops_null {
    height: calc(100% - 130px);
}
.shops_null > span {
    margin-bottom: 40px;
    font-size: 60px;
    color: #919099;
}
.shops_null > p {
    margin-bottom: 20px;
    font-size: 18px;
    color: #919099;
}
.shops_null > .btn {
    width: 150px;
    height: 40px;
    line-height: 38px;
    font-size: 16px;
}
/**** plugin ****/
/* switch */
.btn_fath{
    display: inline-block;
    position: relative;
    margin-right: 40px;
    border-radius: 20px;
    width: 36px;
    height: 22px;
    vertical-align: middle;
    cursor: pointer;
}
.btn_fath:after {
    content: '';
    display: block;
    position: absolute;
    right: -36px;
    width: 30px;
    line-height: 22px;
    height: 22px;
    text-align: left;
    font-size: 14px;
}
.on.btn_fath:after {
    content: 'ON';
    color: #00b88d;
}
.off.btn_fath:after {
    content: 'OFF';
    color: #ccc;
}
.btn1{
    float: left;
}
.btn2{
    float: right;
}
.btnSwitch{
    height: 40px;
    width: 50px;
    border:none;
    color: #fff;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
    z-index: 1;
}
.customSwitch[data-disabled="true"] {
    background-color: #ddd !important;
}
.customSwitch[data-disabled="true"] .move {
    background-color: #ccc;
    border-color: #ccc;
}
.move{
    z-index: 100;
    width: 20px;
    border-radius: 20px;
    height: 20px;
    position: absolute;
    top: 1px;
    border: 1px solid #f2f2f2;
    background-color: #fff;
    box-shadow: 0 0 6px #999;
}
.btn_fath[data-disabled="true"]{
    cursor: no-drop;
}
.on .move{
    left: 16px;
}
.on.btn_fath{
    background-color: #00b88d;
}
.off.btn_fath{
    background-color: #ccc;
}
/* switch end */
/** checkbox and radio **/
.mj_ckb_item,
.mj_rdo_item {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    font-size: 0;
   /* -moz-user-select:none;!*火狐*!
    -webkit-user-select:none;!*webkit浏览器*!
    -ms-user-select:none;!*IE10*!
    -khtml-user-select:none;!*早期浏览器*!
    user-select:none;*/
}
.mj_ckb_item > input,
.mj_rdo_item > input{
    display: none;
}
.mj_ckb_item > input ~ label,
.mj_rdo_item > input ~ label {
    display: flex;
    align-items: center;
    margin: 0;
    font-size: 0;
    cursor: pointer;
}
.mj_ckb_item > input ~ label > .item_pic,
.mj_rdo_item > input ~ label > .item_pic {
    display: inline-block;
    vertical-align: middle;
    background-color: #fff;
    background: url(../../images/icons/glyphs.png?v=3) no-repeat;
}
.mj_ckb_item > input ~ label > .item_pic + span,
.mj_rdo_item > input ~ label > .item_pic + span {
    margin-left: 10px;
}
.mj_ckb_item > input[disabled] ~ label,
.mj_rdo_item > input[disabled] ~ label{
    cursor: not-allowed;
}
.mj_ckb_item > input ~ label > .item_pic ~  *,
.mj_rdo_item > input ~ label > .item_pic ~  * {
    line-height: 16px;
    font-size: 14px;
    vertical-align: middle;
}
.mj_ckb_item.sm_item > input ~ label > .item_pic,
.mj_rdo_item.sm_item > input ~ label > .item_pic {
    width: 12px;
    height: 12px;
}
.mj_ckb_item.bg_item > input ~ label > .item_pic,
.mj_rdo_item.bg_item > input ~ label > .item_pic {
    width: 16px;
    height: 16px;
}
.mj_rdo_item.sm_item > input[disabled] ~ label > .item_pic {
    background-position: -140px -110px !important;
}
.mj_rdo_item.sm_item > input[disabled]:checked ~ label > .item_pic {
    background-position: -140px -180px !important;
}
.mj_rdo_item.bg_item > input[disabled] ~ label > .item_pic {
    background-position: -140px -424px !important;
}
.mj_rdo_item.bg_item > input[disabled]:checked ~ label > .item_pic {
    background-position: -140px -534px !important;
}
.mj_ckb_item.sm_item > input[disabled] ~ label > .item_pic {
    background-position: -20px -110px !important;
}
.mj_ckb_item.sm_item > input[disabled]:checked ~ label > .item_pic {
    background-position: -20px -180px !important;
}
.mj_ckb_item.bg_item > input[disabled] ~ label > .item_pic {
    background-position: -20px -424px !important;
}
.mj_ckb_item.bg_item > input[disabled]:checked ~ label > .item_pic {
    background-position: -20px -534px !important;
}
/** checkbox sm_item **/
.mj_ckb_item.sm_item[rel^='b'] > input ~ label > .item_pic,
.mj_ckb_item.sm_item[rel^='r'] > input ~ label > .item_pic,
.mj_ckb_item.sm_item[rel^='o'] > input ~ label > .item_pic,
.mj_ckb_item.sm_item[rel^='g'] > input ~ label > .item_pic {
    background-position: -20px -40px;
}
.mj_ckb_item.sm_item[rel^='b'] > input:checked ~ label > .item_pic {
    background-position:  -80px -40px;
}
.mj_ckb_item.sm_item[rel^='r'] > input:checked ~ label > .item_pic {
    background-position: -80px -180px;
}
.mj_ckb_item.sm_item[rel^='o'] > input:checked ~ label > .item_pic {
    background-position: -80px -110px;
}
.mj_ckb_item.sm_item[rel^='g'] > input:checked ~ label > .item_pic {
    background-position: -80px -250px;
}
/** checkbox bg_item **/
.mj_ckb_item.bg_item[rel^='b'] > input ~ label > .item_pic,
.mj_ckb_item.bg_item[rel^='r'] > input ~ label > .item_pic,
.mj_ckb_item.bg_item[rel^='o'] > input ~ label > .item_pic,
.mj_ckb_item.bg_item[rel^='g'] > input ~ label > .item_pic {
    background-position: -20px -320px;
}
.mj_ckb_item.bg_item.first[rel^='b'] > input ~ label > .item_pic {
    background-position: -20px -638px;
}
.mj_ckb_item.bg_item[rel^='b'] > input:checked ~ label > .item_pic {
    background-position: -80px -320px;
}
.mj_ckb_item.bg_item[rel^='r'] > input:checked ~ label > .item_pic {
    background-position: -80px -534px;
}
.mj_ckb_item.bg_item[rel^='o'] > input:checked ~ label > .item_pic {
    background-position: -80px -424px;
}
.mj_ckb_item.bg_item[rel^='g'] > input:checked ~ label > .item_pic {
    background-position: -80px -638px;
}
/** radio sm_item **/
.mj_rdo_item.sm_item[rel^='b'] > input ~ label > .item_pic,
.mj_rdo_item.sm_item[rel^='r'] > input ~ label > .item_pic,
.mj_rdo_item.sm_item[rel^='o'] > input ~ label > .item_pic,
.mj_rdo_item.sm_item[rel^='g'] > input ~ label > .item_pic {
    background-position:  -140px -40px;
}
.mj_rdo_item.sm_item[rel^='b'] > input:checked ~ label > .item_pic {
    background-position: -200px -40px;
}
.mj_rdo_item.sm_item[rel^='r'] > input:checked ~ label > .item_pic {
    background-position: -200px -180px;
}
.mj_rdo_item.sm_item[rel^='o'] > input:checked ~ label > .item_pic {
    background-position: -200px -110px;
}
.mj_rdo_item.sm_item[rel^='g'] > input:checked ~ label > .item_pic {
    background-position: -200px -250px;
}
/** radio bg_item **/
.mj_rdo_item.bg_item[rel^='b'] > input ~ label > .item_pic,
.mj_rdo_item.bg_item[rel^='r'] > input ~ label > .item_pic,
.mj_rdo_item.bg_item[rel^='o'] > input ~ label > .item_pic,
.mj_rdo_item.bg_item[rel^='g'] > input ~ label > .item_pic {
    background-position: -140px -320px;
}
.mj_rdo_item.bg_item[rel^='b'] > input:checked ~ label > .item_pic {
    background-position: -200px -320px;
}
.mj_rdo_item.bg_item[rel^='r'] > input:checked ~ label > .item_pic {
    background-position: -200px -534px;
}
.mj_rdo_item.bg_item[rel^='o'] > input:checked ~ label > .item_pic {
    background-position: -200px -424px;
}
.mj_rdo_item.bg_item[rel^='g'] > input:checked ~ label > .item_pic {
    background-position: -200px -638px;
}

/** checkbox and radio new style **/
.custom_box_style {
    margin: 0;
}
.custom_box_style input[type="checkbox"],
.custom_box_style input[type="radio"] {
    text-align: center;
    vertical-align: middle;
    border: none;
    appearance: none;/*关键代码*/
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: none;
    cursor: pointer;
    margin: 0;
    font-size: 0;
}
.custom_box_style input[type="checkbox"]:after,
.custom_box_style input[type="radio"]:after {
    content: '';
    display: inline-block;
    position: relative;
    top: -2px;
    margin-right: 6px;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    background: url(../../images/icons/glyphs.png?v=3) no-repeat;
}
.custom_box_style input[type="checkbox"]:after{
    background-position: -20px -320px;
}
.custom_box_style.first input[type="checkbox"]:after{
    background-position: -20px -638px;
}
.custom_box_style input[type="checkbox"]:checked:after{
    background-position: -80px -320px;
}
.custom_box_style input[type="checkbox"]:disabled{
    cursor: no-drop;
}
.custom_box_style input[type="checkbox"]:disabled:after{
    background-position: -20px -424px !important;
}
.custom_box_style input[type="checkbox"]:checked:disabled:after{
    background-position: -20px -534px !important;
}
.custom_box_style input[type="radio"]:after {
    background-position: -140px -320px;
}
.custom_box_style input[type="radio"]:checked:after{
    background-position: -200px -320px;
}
.custom_box_style input[type="radio"]:disabled{
    cursor: no-drop;
}
.custom_box_style input[type="radio"]:disabled:after{
    background-position: -140px -424px !important;
}
.custom_box_style input[type="radio"]:checked:disabled:after{
    background-position: -140px -534px !important;
}
/** checkbox and radio new style end **/

/** 分页覆盖 **/
.paging_module {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    font-size: 13px;
}
.paging_module .pagination{
    display: flex;
    align-items: center;
}
.paging_module .pagination > li {
    display: flex;
    align-items: center;
}
.paging_module .pagination > li + li {
    margin-left: 10px;
}
.paging_module .pagination > li > a {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 28px;
    height: 28px;
}
.paging_module .paging_sel,
.paging_module .paging_jump {
    padding: 0 !important;
    background: transparent !important;
    border-color: transparent !important;
}
.paging_module .now_page_item {
    height: 28px;
    padding: 0 10px;
    border: 1px solid #ddd;
    background: #fff;
}
.paging_module .pagination select,
.paging_module .pagination input[type="text"] {
    height: 28px;
    line-height: 28px;
    font-size: 12px;
    border-radius: 0;
}
.paging_module .pagination select {
    padding: 0 ;
    font-size: 12px;
}
.paging_module .jump_item > div {
    display: flex;
    align-items: center;
}
.paging_module .jump_item input[type="text"] {
    width: 50px;
}
.paging_module .jump_item .btn {
    height: 28px;
    line-height: 26px;
    width: 40px;
    min-width: 40px;
    border-radius: 0;
}
.paging_module .pagination > li {
    color: #313033;
    font-size: 14px;
}
.paging_module .pagination > li > a.paging_action {
    padding: 0;
    color: #919099;
    font-size: 18px;
}
.paging_module .pagination > li:not(.disabled) > a.paging_action:hover {
    color: #4934b2;
    cursor: pointer;
}
.paging_module .pagination > li.disabled > a.paging_action {
    color: #d8dcdf;
}
.paging_module.small .pagination > li {
    font-size: 12px;
}
.paging_module.small .pagination > li > a {
    min-width: 23px;
    height: 23px;
}
.paging_module.small .now_page_item {
    height: 23px;
}
/* 新增头部分页margin0 */
.paging_up > .pagination {
    margin: 0;
}
/*拖拽用样式*/
.sortable-ghost {
    opacity: .2;
}

/*combobox*/
.combobox_out {
    position: relative;
}
.combobox_out > input {
    padding-right: 18px;
    width: 300px;
}
.combobox_out > input:focus {
    border-color: #ddd;
}
.combobox_out .combobox_sel_icon {
    position: absolute;
    top: 1px;
    height: 30px;
    width: 15px;
    background: transparent url(../../js/plugins/combobox/select_down.png) no-repeat 0 0;
    z-index: 10
}
.combobox_out.disabled .combobox_sel_icon {
    width: auto;
    background: none;
}
.combobox_out .combobox_sel {
    position: absolute;
    top: 33px;
    border: 1px solid #428bca;
    background-color: #fff;
    z-index: 200;
}
.combobox_out .combobox_sel .combobox_sel_option_box {
    overflow: auto;
    max-height: 300px;
}
.combobox_out .combobox_sel_option {
    padding: 0 10px;
    line-height: 30px;
    white-space: nowrap
}
.combobox_sel .combobox_sea {
    position: relative;
    margin: 10px;
}
.combobox_sel .combobox_sea input {
    padding-left: 50px;
    width: 100% !important;
}
.combobox_sea .search_icon {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 50px;
}

.upload_modual {
    overflow: hidden;
    height: 0;
}

/*validform*/
.validform_checktip {
    white-space: nowrap;
    line-height: 20px;
    /*overflow: hidden;*/
    color: #999;
    font-size: 14px;
}
.validform_error {
   border-color: #ff4747 !important;
}
.validform_error.bc_gray {
    border-color: #ddd !important;
}
.validform_wrong {
    color: #ff4747;
}
.pre_init {
    display: block;
    color: #313033;
    word-wrap: break-word;
    word-break: break-all;
    white-space: pre-wrap;
}
/** date range picker **/
.date_plugin_out {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}
.date_plugin_out > i {
    position: absolute;
    left: 7px;
    top: 4px;
    font-size: 18px;
}
.date_plugin_out input.date_ipt {
    width: 220px;
    padding-left: 30px;
}
/** **/
.progress.green {
    border-radius: 2px;
}
.progress.green  .progress-bar-success {
    background: #00B88D;
}

.rotate_iocn > i {
    display: inline-block;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-animation: play 3s linear infinite;
    -moz-animation: play 3s linear infinite;
    animation: play 3s linear infinite;
}
@-webkit-keyframes play {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}
/*list*/
.list_error {
    padding: 10px 20px;
    color: #ff4747;
    background: #fff5f5;
}
.list_error > .error_icon {
    margin-right: 5px;
    font-size: 16px;
    vertical-align: text-top;
}
.list_error + .list_items {
    margin-top: 2px;
}
.list_error .solution_box {
    margin-bottom: 5px;
    color: #00B88D;
}
.list_error .error_details,
.list_error .error_details:hover {
    color: #ff4747;
}
/** custom address select module **/
.address_custom_select_module {
    border: 1px solid #eee;
    max-height: 164px;
    overflow-y: auto;
}
.address_custom_select_module li {
    padding: 10px;
    color: #616066;
}
.address_custom_select_module li:hover {
    background: #f2f2f2;
}
.address_custom_select_module .selected_module{
    display: flex;
    justify-content: space-between;
    padding: 10px;
}
.address_custom_select_module .selected_module .action{
    white-space: nowrap;
}
.address_custom_select_module .selected_module .cont{
    padding-right: 20px;
    line-height: 16px;
    white-space: initial;
    color: #616066;
    font-size: 13px;
}
/** date组件 **/
.daterangepicker th {
    border-radius: 0 !important;
}
.daterangepicker select.hourselect, .daterangepicker select.minuteselect {
    width: 70px !important;
}
.daterangepicker .available .bsicon_arrow_left1,
.daterangepicker .available .bsicon_arrow_right1 {
    font-weight: 600;
}
.daterangepicker table > thead > tr > th {
    background: #fff;
    color: #303133;
}
/** jquery-ui autocomplete**/
.ui-menu {
    max-height: 300px !important;
    overflow-y: auto;
    overflow-x: hidden;
}
/* 单行 */
.line_ellipsis_single {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/** 多行控制 **/
.line_ellipsis {
    display: -webkit-box !important;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
}
.line_ellipsis[rel-line="1"] {
    -webkit-line-clamp: 1;
    line-clamp: 1;
}
.line_ellipsis[rel-line="2"] {
    -webkit-line-clamp: 2;
    line-clamp: 2;
}
.line_ellipsis[rel-line="3"] {
    -webkit-line-clamp: 3;
    line-clamp: 3;
}
.line_ellipsis[rel-line="4"] {
    -webkit-line-clamp: 4;
    line-clamp: 4;
}
.line_ellipsis[rel-line="5"] {
    -webkit-line-clamp: 5;
    line-clamp: 5;
}
.line_ellipsis[rel-line="6"] {
    -webkit-line-clamp: 6;
    line-clamp: 6;
}
/*
* 全屏弹层
*/
.custom_modal_open {
    overflow: hidden;
}
.custom_modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    box-sizing: border-box;
    width: 100%;
    height: 100vh;
    background-color: #f5f5f5;
}
.custom_modal.open {
    display: block;
}
.custom_modal .custom_modal_head,
.custom_modal .custom_modal_footer {
    box-sizing: border-box;
    width: 100%;
    height: 60px;
    background: #fff;
}
.custom_modal .custom_modal_head{
    border-bottom: 1px solid #eee;
}
.custom_modal .custom_modal_footer{
    border-top: 1px solid #eee;
}
.custom_modal .custom_modal_body {
    padding: 20px 0;
    height: calc(100vh - 60px);
    overflow: hidden;
    overflow-y: auto;
}
.custom_modal .cont{
    width: 1260px;
    margin: 0 auto;
}
.custom_modal .custom_modal_head > .cont,
.custom_modal .custom_modal_footer > .cont{
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}
.custom_modal .custom_modal_head > .cont .lt,
.custom_modal .custom_modal_footer > .cont .lt {
    display: flex;
    align-items: center;
}
.custom_modal .custom_modal_head > .cont .rt,
.custom_modal .custom_modal_footer > .cont .rt {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.custom_modal .custom_modal_head > .cont .lt.btn_group > .btn,
.custom_modal .custom_modal_footer > .cont .lt.btn_group > .btn {
    margin-right: 10px;
}
.custom_modal .custom_modal_head > .cont .rt.btn_group > .btn,
.custom_modal .custom_modal_footer > .cont .rt.btn_group > .btn {
    margin-left: 10px;
}
/*.custom_modal .custom_modal_body > .cont{
    background: #fff;
}*/
.custom_modal .custom_modal_head .back {
    margin-right: 10px;
    line-height: 16px;
    font-size: 18px;
    font-weight: 600;
}
.custom_modal .custom_modal_head .tit {
    font-size: 16px;
}
/** 下拉多选 **/
.custom_sel_module {
    position: relative;
    box-sizing: border-box;
    border: 1px solid #ddd;
    padding: 0 6px;
    width: 100%;
    min-height: 32px;
    background: #fff;
}
.custom_sel_module.disabled {
    background-color: #eee;
    cursor: no-drop;
}
.custom_sel_module  .tags_out {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    position: relative;
    flex: 1;
    min-height: 28px;
    padding-top: 4px;
}
.custom_sel_module .ipt_caret {
    position: absolute;
    right: 0;
    top: 0;
    height: 32px;
    width: 32px;
    line-height: 32px;
    text-align: center;
    font-size: 20px;
    color: #616066;
}
.custom_sel_module .tags_out_box {
    display: flex;
    justify-content: space-between;
}
.custom_sel_module .tags_out_box > .limit_txt {
    margin-right: 25px;
    margin-left: 5px;
    padding-top: 7px;
    color: #919099;
}
.custom_sel_module  .tags_out > .tag_item {
    position: relative;
    padding: 0 10px 4px 0;
}
.custom_sel_module  .tags_out > .tag_item > span {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    box-sizing: border-box;
    border-radius: 2px;
    padding: 3px 10px;
    padding-right: 32px;
    min-height: 24px;
    line-height: 18px;
    background: #f2f2f2;
}
.custom_sel_module  .tags_out > .tag_item > a {
    position: absolute;
    top: 0;
    right: 10px;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    text-decoration: none;
    color: #bcbcbc;
    font-size: 10px;
}
.custom_sel_module  .tags_out > .tag_item > a:hover {
    color: #313033;
}
.custom_sel_module .custom_sel_dropdown_menu {
    display: none;
    position: absolute;
    left: -1px;
    top: calc(100% + 2px);
    border: 1px solid #e8e8e8;
    box-shadow: 1px 1px 3px #ddd;
    width: 100%;
    background: #fff;
    z-index: 10;
}
.custom_sel_module .open.custom_sel_dropdown_menu {
    display: block;
}
.custom_sel_module .custom_sel_dropdown_menu > ul {
    max-height: 240px;
    overflow-y: auto;
}
.custom_sel_module .custom_sel_dropdown_menu > ul > li {
    font-size: 13px;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #434649;
    cursor: pointer;
    -moz-user-select:none;/*火狐*/
    -webkit-user-select:none;/*webkit浏览器*/
    -ms-user-select:none;/*IE10*/
    -khtml-user-select:none;/*早期浏览器*/
    user-select:none;
}
.custom_sel_module .custom_sel_dropdown_menu > ul > li.hide {
    display: none;
}
.custom_sel_module .custom_sel_dropdown_menu > ul > li > label {
    display: flex;
    box-sizing: border-box;
    margin: 0;
    padding: 6px 10px;
    width: 100%;
    line-height: 20px;
    white-space: initial;
    cursor: pointer;
}
.custom_sel_module .custom_sel_dropdown_menu > ul > li > label > input:after {
    margin-top: 4px;
    margin-right: 10px;
}
.custom_sel_module .custom_sel_dropdown_menu > ul > li:hover > label  {
    color: #4934b2;
}
.custom_sel_module .custom_sel_dropdown_menu > .custom_val_module  {
    display: flex;
    align-items: center;
    padding: 10px;
    background: #fbfbfb;
}
.custom_sel_module .custom_sel_dropdown_menu > .custom_val_module input[type="text"] {
    box-sizing: border-box;
    width: 180px;
}
.custom_sel_module .custom_sel_dropdown_menu > .custom_val_module .btn {
    margin-left: 10px;
    border-radius: 16px;
    min-width: auto;
    height: 30px;
    line-height: 28px;
}
.custom_sel_module .custom_sel_dropdown_menu > .custom_val_module .btn,
.custom_sel_module .custom_sel_dropdown_menu > .custom_val_module .btn:focus,
.custom_sel_module .custom_sel_dropdown_menu > .custom_val_module .btn:hover {
    border-color: transparent;
}
/* text edit modal */
.text_edit_modal {
    position: absolute;
    z-index: 10;
    top: 5px;
    padding: 20px 30px;
    border: 1px solid #dedede;
    border-radius: 2px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, .1);
    width: 210px;
    background-color: #fff;
}
.text_edit_modal > p {
    margin: 0;
}
.text_edit_modal > .title_out {
    font-size: 14px;
    margin-bottom: 10px;
}
.text_edit_modal > .title_out > .top_plugin {
    float:right;
    font-size: 13px;
}
.text_edit_modal > .title_out > .top_plugin > label {
    font-weight: 400;
}
.text_edit_modal > .content_out {
    /*position: relative;*/
    margin-top: 20px;
    padding-bottom: 5px;
    max-height: 140px;
    overflow-y: auto;
}
.text_edit_modal > .content_out > input,
.text_edit_modal > .content_out > textarea,
.text_edit_modal > .content_out > div[contenteditable="plaintext-only"] {
    width: 100%;
    color: #333;
}
.text_edit_modal > .content_out > input:focus,
.text_edit_modal > .content_out > textarea:focus{
    box-shadow: none;
}
.text_edit_modal > .content_out > div[contenteditable="true"] {
    user-modify: read-write-plaintext-only;
}
.text_edit_modal > .content_out > input[disabled],
.text_edit_modal > .content_out > textarea[disabled],
.text_edit_modal > .content_out > div[contenteditable="false"]{
    cursor: no-drop;
    color: #999;
}
.text_edit_modal > .content_out > select {
    margin-right: 5px;
    border: 0;
    border-bottom: 2px solid #008CC9;
    height: 31px;
    background-color: #f2f2f2;
}
.text_edit_modal > .content_out > select:focus {
    box-shadow: none;
}
.text_edit_modal > .content_out > input.add_order_input {
    width: 176px;
    height: 30px;
    border: 0;
    background-color: #f2f2f2;
    border-bottom: 2px solid #008CC9;
}
.text_edit_modal > .content_num {
    text-align: right;
    color: #999;
}
.text_edit_modal > .content_num > .error_msg {
    float: left;
    margin: 0;
    color: #dd2e1f;
}
.text_edit_modal > .content_num > span {
    color: #999;
}
.text_edit_modal > .content_num > span.ft_red {
    color: #dd2e1f;
}
.text_edit_modal > .action_group {
    margin-top: 10px;
    margin-bottom: 0;
}
.text_edit_modal > .action_group > span{
    color: #919099;
}
.text_edit_modal > .action_group > span:hover{
    cursor: pointer;
    color: #3d2c96;
}
.text_edit_modal.modal_custom {
    width: 370px !important;
}
.text_edit_modal.modal_custom > .content_out {
    border-bottom: 0;
    padding-bottom: 0;
}
.text_edit_modal .arrow,
.text_edit_modal .arrow:after {
    position: absolute;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-top-width: 0;
}
.text_edit_modal .arrow {
    top: -10px;
    left: 30px;
    border-bottom-color: rgba(0, 0, 0, .25);
}
.text_edit_modal .arrow:after {
    content: '';
    border-bottom-color: #fff;
    top: 0;
    margin-left: -10px;
}
/* note */
.remark_info {
    min-width: 250px;
    max-width: 400px;
}
.remark_info > p.time {
    margin-top: 2px;
    font-size: 13px;
    color: #919099;
}
/** sort **/
.table_sort_module {
    display: flex;
    text-align: left;
    align-items: center;
    cursor: pointer;
}
.table_sort_module > .table_sort {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-left: 4px;
}
.table_sort_module > .table_sort:before,
.table_sort_module > .table_sort:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
}
.table_sort_module > .table_sort:before{
    border-bottom: 4px solid #919099;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}
.table_sort_module > .table_sort:after {
    border-top: 4px solid #919099;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    margin-top: 3px;
}
.table_sort_module > .table_sort.up:before {
    border-bottom: 4px solid #4934b2;
}
.table_sort_module > .table_sort.down:after {
    border-top: 4px solid #4934b2;
}
/**page message**/
/* 标头操作项样式 */
.table_plus_action,
.table_plus_action:focus {
    font-size: 16px;
    color: #919099;
}
.table_plus_action:hover {
    color: #4934b2;
}
.ui-state-focus {
    border-color: transparent !important;
    background: #09f !important;
    color: #fff !important;
}
/* 产品状态标签样式 */
.product_status_tag {
    margin-left: 20px;
    padding: 5px 10px;
    background: #ebe2ff;
    color: #4934b2;
}
/* 进度条 */
.progress_box {
    display: flex;
    align-items: center;
}
.progress_box > .progress_bar {
    overflow: hidden;
    position: relative;
    margin-right: 10px;
    border-radius: 4px;
    width: 150px;
    height: 8px;
    background-color: #eee;
}
.progress_box > .progress_bar > .progress_speed {
    position: absolute;
    top: 0;
    left: 0;
    height: 8px;
    background-color: #d8dcdf;
}
/* 客服和回到顶部 */
.right_nav_menu {
    position: fixed;
    bottom: 20px;
    right: 10px;
    height: 78px;
    z-index: 1000;
}
.right_nav_menu > ul > li {
    position: relative;
    margin-bottom: 6px;
    border-radius: 2px;
    width: 36px;
    height: 36px;
}
.right_nav_menu > ul > li:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #303133;
    background-image: url("../../images/icons/top_serice_new.png");
    background-repeat: no-repeat;
    background-position: 0 0;
    opacity: 0.65;
    z-index: 1;
}
.right_nav_menu li.to_top {
    display: none;
    background-position-y: bottom;
    cursor: pointer;
}
.right_nav_menu li.to_top:after {
    background-position: 0 -43px;
}
.right_nav_menu a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 2;
}
.right_nav_menu li .tip_msg {
    display: none;
    position: absolute;
    top: 2px;
    right: calc(100% + 10px);
    height: 30px;
    line-height: 30px;
    padding: 0 8px;
    background-color: #303133;
    border-radius: 2px;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #fff;
}
.right_nav_menu li .tip_msg:after {
    content: '';
    position: absolute;
    top: 10px;
    left: 100%;
    border: 5px solid #303133;
    border-color: transparent transparent transparent #303133;
}
.right_nav_menu li:hover:after {
    opacity: 0.9;
}
.right_nav_menu li:hover .tip_msg {
    opacity: 0.75;
    display: block;
}
/* 列表页已选 */
.select_num {
    margin-bottom: 10px;
    padding: 10px;
    color: #616066;
    background: #e6f0fa;
}

/* 吸顶 */
.ceiling_box {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 200;
    padding: 0 20px;
    min-width: 640px;
    background-color: #fff;
    box-shadow: 0 1px 5px #acacac;
}
.ceiling_box > .ceiling_item {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.ceiling_box > .ceiling_item .lt {
    display: flex;
}
.ceiling_box > .ceiling_item .lt .dropdown-menu {
    top: 75%;
}
.ceiling_box .btn {
    margin: 10px 10px 10px 0;
}
.ceiling_box .pagination {
    margin: 10px 0;
}
.ceiling_box .pagination .jump_item .btn {
    margin: 0;
}

/*设置默认地址*/
.default_address_sel_module {
    position: absolute;
    top: 100px;
    left: 100px;
    background: #fff;
    border: 1px solid #ddd;
    box-shadow: 1px 1px 1px #eee;
    width: 420px;
}
.default_address_sel_module:before {
    content: '';
    position: absolute;
    top: -9px;
    left: 48px;
    display: block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-bottom: 8px solid #ddd;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
}
.default_address_sel_module:after {
    content: '';
    position: absolute;
    top: -8px;
    left: 48px;
    display: block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-bottom: 8px solid #fff;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
}
.default_address_sel_module ul {
    margin-top: 10px;
    max-height: 300px;
    overflow-y: auto;
}
.default_address_sel_module li {
    padding: 10px 20px;
    border-bottom: 1px solid #eee;
}
.default_address_sel_module li label {
    position: relative;
    padding-left: 30px;
}
.default_address_sel_module li label > input {
    position: absolute;
    left: 6px;
    top: 4px;
}
.default_address_sel_module li .name_info {
    display: flex;
    padding-left: 30px;
    padding-top: 10px;
}
.default_address_sel_module li .name_info > input:first-child {
    width: 180px;
    margin-right: 6px;
}
.default_address_sel_module li .name_info > input:last-child {
    width: 160px;
}
.default_address_sel_module li .error_msg {
    color: #ff4747;
    padding-top: 4px;
    padding-left: 30px;
}
.default_address_sel_module .action {
    padding: 10px 50px;
}
.default_address_sel_module .action .btn {
    margin-right: 10px;
}
/* 流程步骤 */
.process_steps {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.process_steps > .step_item {
    flex: 1;
    padding-right: 20px;
}
.process_steps > .step_item:nth-of-type(-n+3) {
    background-image: url("../../images/icons/arrow_2.png");
    background-repeat: no-repeat;
    background-position-x: right;
}
.process_steps > .step_item:last-child {
    position: relative;
}
.process_steps > .step_item:last-child::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    border-top: 17px solid transparent;
    border-bottom: 17px solid transparent;
    border-left: 20px solid #e6eaf2;
}
.process_steps > .step_item > p {
    margin-bottom: 0;
    height: 34px;
    line-height: 34px;
    text-align: center;
    color: #919099;
    background: #e6eaf2;
}
.process_steps > .step_item  span {
    margin-right: 10px;
    font-size: 18px;
    vertical-align: middle;
}
.process_steps > .step_item  span.bsicon_edit1 {
    display: inline-block;
    margin-bottom: 1px;
}
.process_steps > .step_item  span.import_icon {
    background: url(../../images/icons/import_icon.png);
}
.process_steps > .step_item  span.category_icon {
    display: inline-block;
    background: url(../../images/icons/arrow_3.png);
}
.process_steps > .step_item  span.import_icon,
.process_steps > .step_item  span.category_icon {
    margin-top: 0;
    vertical-align: middle;
    width: 18px;
    height: 18px;
    background-repeat: no-repeat;
    background-position: unset;
    background-size: contain;
}
.process_steps > .step_item  span.category_icon {
    margin-top: -2px;
}
/* 公用弹层样式 start********** */
/* 视频弹层 */
.video_modal  > .modal-dialog {
    width: 800px;
}
.video_modal .close {
    position: absolute;
    right: -40px;
    top: -10px;
    color: #fff;
    opacity: 1;
    font-size: 24px;
}
.video_modal .modal-body {
    padding: 0;
    height: 500px;
}

/* 进度反馈弹层 */
.progress_result_modal .detail_content {
    max-height: 150px;
    overflow-y: auto;
}

/* 导入文件弹层 */
.import_file_modal.w_500 .modal-dialog {
    width: 500px;
}
.import_file_modal .upload_status {
    display: inline-block;
    vertical-align: middle;
    max-width: 290px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.import_file_modal .modal_footer {
    display: flex;
    justify-content: space-between;
    padding: 0 10px;
}

.comm_import_file_modal .modal-dialog {
    width: 530px;
}
.comm_import_file_modal .up_file_area {
    border: 1px dashed #ddd;
    height: 100px;
    cursor: pointer;
}
.comm_import_file_modal .up_file_area:hover {
    border-color: #4934b2;
}
.comm_import_file_modal .up_file_area > .before_upload,
.comm_import_file_modal .up_file_area > .after_upload {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.comm_import_file_modal .modal_footer {
    display: flex;
    justify-content: space-between;
    padding: 0 10px;
}
/* 公用弹层样式 end********** */

/* 客服导航 */
.customer_nav_list > li {
    padding-right: 10px;
}
.open .customer_nav_list[data-type="btm"] {
    top: auto;
    left: auto;
    bottom: -10px;
    right: calc(100% + 20px);
}
.customer_nav_list > li:hover {
    background: #f8f7fc;
}
.customer_nav_list > li + li > a {
    border-top: 1px solid #eee;
}
.customer_nav_list[data-type="head"] > li {
    width: 210px;
}
.customer_nav_list[data-type="btm"] > li {
    width: 180px;
}
.customer_nav_list > li > a {
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
}
.customer_nav_list[data-type="head"] > li > a {
    padding: 10px;
    font-weight: 600;
    color: #555;
}

.customer_nav_list:not(.mobile_dropdown) > li > a:after {
    font-family: "iconfont" !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1;
    content: '\e059';
    display: block;
    position: absolute;
    right: 0;
    color: #919099;
    font-size: 20px;
}
.customer_nav_list > li > a > .customer_icon {
    margin-right: 10px;
    background-image: url(../../images/icons/customer_icon.png?v=3);
    background-repeat: no-repeat;
}
.customer_nav_list[data-type="head"] > li > a > .customer_icon {
    width: 20px;
    height: 20px;
    background-size: 46px;
}
.customer_nav_list[data-type="head"] > li[data-type="faq"] > a > .customer_icon {
    background-position: -13px -9px;
}
.customer_nav_list[data-type="head"] > li[data-type="app"] > a > .customer_icon {
    background-position: -13px -71px;
}
.customer_nav_list[data-type="head"] > li[data-type="wechat"] > a > .customer_icon {
    background-position: -13px -147px;
}
.customer_nav_list[data-type="head"] > li[data-type="email"] > a > .customer_icon {
    background-position: -13px -223px;
}
.customer_nav_list[data-type="head"] > li[data-type="zalo"] > a > .customer_icon {
    background-position: -14px -298px;
}
.customer_nav_list[data-type="head"] > li[data-type="facebook"] > a > .customer_icon {
    background-position: -13px -375px;
}
.customer_nav_list[data-type="head"] > li[data-type="line"] > a > .customer_icon {
    background-position: -13px -436px;
}
.customer_nav_list[data-type="head"] > li[data-type="telegram"] > a > .customer_icon {
    background-position: -13px -492px;
}

.customer_nav_list[data-type="btm"] > li > a > .customer_icon {
    width: 16px;
    height: 16px;
    background-size: 34px;
}
.customer_nav_list[data-type="btm"] > li[data-type="faq"] > a > .customer_icon {
    background-position: -8px -6px;
}
.customer_nav_list[data-type="btm"] > li[data-type="app"] > a > .customer_icon {
    background-position: -9px -51px;
}
.customer_nav_list[data-type="btm"] > li[data-type="wechat"] > a > .customer_icon {
    background-position: -9px -108px;
}
.customer_nav_list[data-type="btm"] > li[data-type="email"] > a > .customer_icon {
    background-position: -9px -164px;
}
.customer_nav_list[data-type="btm"] > li[data-type="zalo"] > a > .customer_icon {
    background-position: -9px -220px;
}
.customer_nav_list[data-type="btm"] > li[data-type="facebook"] > a > .customer_icon {
    background-position: -9px -277px;
}
.customer_nav_list[data-type="btm"] > li[data-type="line"] > a > .customer_icon {
    background-position: -9px -322px;
}
.customer_nav_list[data-type="btm"] > li[data-type="telegram"] > a > .customer_icon {
    background-position: -9px -364px;
}
.customer_code_modal .modal-dialog {
    width: 400px;
}
.customer_code_modal .modal-body {
    padding-top: 0;
    text-align: center;
}
.customer_code_modal .modal-body img {
    max-width: 100%;
}
.customer_code_modal .modal-body img + p {
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 18px;
    color: #919099;
}
/* 文案复制 */
.copy_txt_box {
    position: relative;
    display: inline-flex;
}
.copy_txt_box .copy_btn {
    display: none;
    border: 1px solid #eee;
    border-radius: 2px;
    padding: 2px 6px;
    width: auto;
    font-size: 13px;
    background: #fff;
    white-space: nowrap;
}
.copy_txt_box .copy_btn:hover {
    color: #4934b2 !important;
}
.copy_txt_box [data-role="copy"] {
    position: absolute;
    top: -22px;
    right: 0;
    color: #919099 !important;
}
.copy_txt_box:hover .copy_btn {
    display: block;
}
/* 选择市场弹层样式 start */
.comm_sales_market_modal .modal-dialog {
    width: 650px;
}
.comm_sales_market_modal .modal-content {
    border-radius: 10px;
    background-image: url(../../images/comm_bk.png?v=1);
}
.comm_sales_market_modal .modal-header {
    padding: 30px 30px 0;
    border-bottom: 1px dashed #ccc;
}
.comm_sales_market_modal .modal-header h4 {
    font-size: 20px;
    color: #313033;
}
.comm_sales_market_modal .modal-header .tip_text {
    margin-top: 10px;
    margin-bottom: 20px;
    line-height: 25px;
}
.comm_sales_market_modal .row_item {
    margin-bottom: 20px;
}
.comm_sales_market_modal .row_item.l_r { /* 左右结构 */
     display: flex;
 }
.comm_sales_market_modal .row_item.u_d > .title { /* 上下结构 */
    display: inline-block;
    padding: 5px 0;
    width: 180px;
}
.comm_sales_market_modal .row_item > .content > select {
    width: 80%;
}
.comm_sales_market_modal .page_tip > i {
    margin-top: -1px;
    font-size: 16px;
}
/* 选择市场弹层样式 end */
/* 箭头按钮组 */
.arrow_btn_group {
    display: flex;
    align-items: center;
    width: 100%;
    -moz-user-select:none;/*火狐*/
    -webkit-user-select:none;/*webkit浏览器*/
    -ms-user-select:none;/*IE10*/
    -khtml-user-select:none;/*早期浏览器*/
    user-select:none;
}
.arrow_btn_group > div {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-right: 20px;
    padding: 0 10px;
    height: 34px;
    cursor: pointer;
    background-color: #e6eaf2;
}
.arrow_btn_group.only_read > div { /* 只读 */
    cursor: default;
}
.arrow_btn_group[data-itemNum="2"] > div {
    width: 50%;
}
.arrow_btn_group[data-itemNum="3"] > div {
    width: calc(100% / 3);
}
.arrow_btn_group[data-itemNum="4"] > div {
    width: 25%;
}
.arrow_btn_group[data-itemNum="5"] > div {
    width: 20%
}
.arrow_btn_group[data-itemNum="6"] > div {
    width: calc(100% / 6);
}
/*.arrow_btn_group > div + div {
    margin-left: 20px;
}*/
.arrow_btn_group > div:not(:last-child):after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: -22px;
    height: 34px;
    width: 22px;
    background-image: url("../../images/icons/route_arrow.png?v=1");
    background-repeat: no-repeat;
    background-position: 0 0;
}
.arrow_btn_group > div:last-child {
    margin-right: 16px;
}
.arrow_btn_group > div:last-child:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: -21px;
    height: 34px;
    width: 22px;
    background-image: url("../../images/icons/route_arrow.png?v=1");
    background-repeat: no-repeat;
    background-position: 0 -160px;
}
.arrow_btn_group > div > [class^="bsicon_"] {
    margin-right: 10px;
}
.arrow_btn_group > div:not(:last-child) > [class^="bsicon_"] {
    font-size: 20px;
}
.arrow_btn_group > div:last-child > [class^="bsicon_"] {
    font-size: 16px;
}
.arrow_btn_group[data-rol="1"] > [data-rol="1"]:after,
.arrow_btn_group[data-rol="2"] > [data-rol="2"]:after,
.arrow_btn_group[data-rol="3"] > [data-rol="3"]:after,
.arrow_btn_group[data-rol="4"] > [data-rol="4"]:after,
.arrow_btn_group[data-rol="5"] > [data-rol="5"]:after {
    background-position: 0 -40px;
}
.arrow_btn_group[data-rol="2"] > [data-rol="1"]:after,
.arrow_btn_group[data-rol="3"] > [data-rol="2"]:after,
.arrow_btn_group[data-rol="4"] > [data-rol="3"]:after,
.arrow_btn_group[data-rol="5"] > [data-rol="4"]:after,
.arrow_btn_group[data-rol="6"] > [data-rol="5"]:after {
    background-position: 0 -120px;
}
.arrow_btn_group[data-rol="1"] > [data-rol="1"],
.arrow_btn_group[data-rol="2"] > [data-rol="2"],
.arrow_btn_group[data-rol="3"] > [data-rol="3"],
.arrow_btn_group[data-rol="4"] > [data-rol="4"],
.arrow_btn_group[data-rol="5"] > [data-rol="5"],
.arrow_btn_group[data-rol="6"] > [data-rol="6"]{
    background-color: #00B88D;
    color: #fff;
}
.arrow_btn_group[data-itemNum="2"][data-rol="2"] > [data-rol="2"]:after,
.arrow_btn_group[data-itemNum="3"][data-rol="3"] > [data-rol="3"]:after,
.arrow_btn_group[data-itemNum="4"][data-rol="4"] > [data-rol="4"]:after,
.arrow_btn_group[data-itemNum="5"][data-rol="5"] > [data-rol="5"]:after,
.arrow_btn_group[data-itemNum="6"][data-rol="6"] > [data-rol="6"]:after {
    background-position: 0 -200px;
}
/* count container start ******** */
.count_module {
    position: relative;
}
.count_module .num_box.in {
    position: absolute;
    right: 20px;
    bottom: 8px;
    height: 20px;
    line-height: 20px;
    color: #919099;
    background: #fff;
}
/* count container end ******** */
/* Note style start ******** */
.square {
    display: inline-block;
    border-radius: 2px;
    width: 18px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    color: #fff;
}
.square:hover,
.square:focus {
    color: #fff;
}
.square.green {
    background: #00B88D;
}
.square.green:hover,
.square.green:focus {
    color: #fff;
}
.square.blue {
    background: #9088ff;
}
.square.gray {
    background: #BCBCBC;
}
.square.dark {
    background: rgba(75, 54, 179, 1);
}
/* Note style end ******** */

/* tags module */
.tags_module {
    position: relative;
    border: 1px solid #ddd;
    width: 100%;
    min-height: 32px;
}
.tags_module[data-counter="1"] {
    width: calc(100% - 80px);
}
.tags_module[data-counter="1"] > .num_box {
    position: absolute;
    top: 0;
    right: -70px;
    line-height: 30px;
    color: #919099
}
.tags_module > .item_list {
    display: flex;
    flex-wrap: wrap;
    padding: 4px 4px 0;
    width: 100%;
}
.tags_module > .item_list:empty {
    display: none;
    height: 0;
}
.tags_module > input[type="text"]{
    width: 100%;
    height: 30px;
    line-height: 30px;
}
.tags_module.hide_ipt > input[type="text"]{
    display: none;
}
.tags_module > input[type="text"],
.tags_module > input[type="text"]:focus {
    border: none;
}
.tags_module > .item_list > .item {
    position: relative;
    padding: 0 10px 4px 0;
    -moz-user-select:none;/*火狐*/
    -webkit-user-select:none;/*webkit浏览器*/
    -ms-user-select:none;/*IE10*/
    -khtml-user-select:none;/*早期浏览器*/
    user-select:none;
}
.tags_module > .item_list > .item > .item_cont {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    box-sizing: border-box;
    border-radius: 2px;
    padding: 3px 32px 3px 10px;
    min-height: 24px;
    line-height: 18px;
    background: #f2f2f2;
}
.tags_module > .item_list > .item > .item_action {
    display: block;
    position: absolute;
    top: 0;
    right: 10px;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    text-decoration: none;
    color: #bcbcbc;
    font-size: 10px;
    cursor: pointer;
}
.tags_module > .item_list > .item > .item_action:hover {
    color: #313033;
}
/* 头部导航栏横向布局 */
.nav_arrow > .dropdown-menu {
    left: -100px !important;
}
.nav_list.nav_arrow:hover:before {
    content: '';
    position: absolute;
    top: 41px;
    left: calc((100% - 20px) /  2);
    z-index: 1001;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
    border-left: 10px solid transparent;
}
.nav_arrow > .dropdown-menu > li {
    display: flex;
    padding: 5px 0;
}
.nav_arrow > .dropdown-menu > li + li {
    border-top: 1px dashed #eee;
}
.nav_arrow > .dropdown-menu > li > ul {
    display: flex;
    flex-wrap: wrap;
    flex: 1;
}
.nav_arrow > .dropdown-menu > li > p {
    padding-right: 0;
}
.nav_arrow > .dropdown-menu > li > ul > li > a {
    display: inline-block;
    padding: 6px 10px;
}
.nav_arrow .dropdown-menu > li > p {
    padding-left: 20px;
    color: #919099;
    font-weight: 400;
}
/* 根据语言设置不同的宽度 */
/* 中文 */
.nav_arrow .dropdown-menu {
    width: 460px;
}
.nav_arrow[data-lang="zh"] .dropdown-menu {
    width: 430px;
}
.nav_arrow[data-lang="in"] .dropdown-menu {
    width: 515px;
}
.nav_arrow.order_nav:not([data-lang="zh"]) .dropdown-menu {
    width: 490px;
}
.nav_arrow.purchase_nav .dropdown-menu {
    left: -40px !important;
}
.nav_arrow.listing_nav[data-lang="in"] .dropdown-menu {
    width: 450px;
}
.nav_arrow.inventory_nav[data-lang="vi"] > .dropdown-menu {
    width: 500px;
}
.nav_arrow > .dropdown-menu > li > ul > li {
    width: 150px;
}
.nav_arrow.inventory_nav[data-lang="vi"] > .dropdown-menu > li > ul > li {
    width: 170px;
}
.nav_arrow > .dropdown-menu > li > p {
    width: 120px;
}
.nav_arrow.inventory_nav:not([data-lang="zh"]) > .dropdown-menu > li > p {
    width: 150px;
}
.nav_arrow.order_nav:not([data-lang="zh"]) > .dropdown-menu > li > p {
    width: 170px;
}
/* 公用tip */
.comm_tip {
    margin-left: 5px;
    font-size: 16px;
    color: #bcbcbc;
}
.comm_tip:hover {
    color: #4934b2;
}
/* mj-ui */
.mj-select-item[rel^='b'] > input:focus{
    border-color: #497BEC !important;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6) !important;
}
.mj-select-item[rel^='r'] > input:focus{
    border-color: #ff4747 !important;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(255,71,71,.6) !important;
}
.mj-select-item[rel^='g'] > input:focus{
    border-color: #00d6a1 !important;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(0,214,161,.6) !important;
}
.mj-select-item[rel^='o'] > input:focus{
    border-color: #ff7300 !important;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(255,115,0,.6) !important;
}
.mj-select-item.error > input{
    border-color: #ff4747 !important;
}
.mj-select-item.error > input:focus{
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(255,71,71,.6) !important;
}
/*****  custom select  *****/
.mj-select-item {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    width: 200px;
}
.mj-select-item.combox-item {
    border: none;
}
.mj-select-item.select-item {
    border: 1px solid #d8dcdf;
    border-radius: 2px;
}
.mj-select-item.select-item:hover {
    border-color: #bcbcbc;
}
.mj-select-item > input {
    width: calc(100% - 33px);
    border-radius: 2px 0 0 2px;
    vertical-align: middle;
    border-color: #d8dcdf;
    border-right-color: transparent;
}
.mj-select-item > span.select-val {
    display: inline-block;
    padding: 0 0 0 10px;
    box-sizing: border-box;
    width: calc(100% - 31px);
    height: 30px;
    line-height: 30px;
    vertical-align: middle;
    white-space: nowrap;
    overflow: hidden;
    cursor: pointer;
    font-size: 12px;
}
.mj-select-item > .select-val {
    color: #606266;
}
.mj-select-item > .sleDown {
    display: inline-block;
    margin-left: -1px;
    width: 28px;
    height: 28px;
    vertical-align: middle;
    cursor: pointer;
}
.mj-select-item.combox-item > .sleDown {
    background: url('../../images/bk/glyphs.png') no-repeat -495px -40px;
}
.mj-select-item.select-item > .sleDown {
    width: 28px;
    height: 28px;
    background: url('../../images/bk/glyphs.png') no-repeat -425px -30px;
}
.mj-select-item.select-item.remove > .sleDown {
    display: none;
}
.mj-select-item > .removeVal {
    display: none;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 30px;
    height: 30px;
    background: url('../../images/bk/glyphs.png') no-repeat -255px -31px;
    cursor: pointer;
}
.mj-select-item.remove > .removeVal {
    display: block;
}

.mj-select-item:hover > input {
    border-color: #bcbcbc;
}
.mj-select-item:hover > input ~ .sleDown {
    background: url('../../images/bk/glyphs.png') no-repeat -575px -40px;
}
.mj-select-item.select-item.open,
.mj-select-item.select-item.open[rel^='b'] {
    border-color: #4934B2 !important;
    /*box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6) !important;*/
}
.mj-select-item.select-item.open[rel^='r'] {
    border-color: #ff4747 !important;
    /*box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(255,71,71,.6) !important;*/
}
.mj-select-item.select-item.open[rel^='g'] {
    border-color: #00d6a1 !important;
    /*box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(0,214,161,.6) !important;*/
}
.mj-select-item.select-item.open[rel^='o'] {
    border-color: #ff7300 !important;
    /*box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(255,115,0,.6) !important;*/
}
.mj-select-item > input:focus ~ .sleDown,
.mj-select-item[rel^='b'] > input:focus ~ .sleDown {
    background: url('../../images/bk/glyphs.png') no-repeat -655px -40px;
}
.mj-select-item[rel^='o'] > input:focus ~ .sleDown {
    background: url('../../images/bk/glyphs.png') no-repeat -655px -110px;
}
.mj-select-item.error > input ~ .sleDown,
.mj-select-item.error > input:focus ~ .sleDown,
.mj-select-item[rel^='r'] > input:focus ~ .sleDown {
    background: url('../../images/bk/glyphs.png') no-repeat -655px -180px;
}
.mj-select-item[rel^='g'] > input:focus ~ .sleDown {
    background: url('../../images/bk/glyphs.png') no-repeat -655px -250px;
}
.mj-select-item > ul {
    display: none;
    position: absolute;
    top: 32px;
    left: -1px;
    width: 100%;
    max-height: 200px;
    overflow-y: auto;
    border: 1px solid #ddd;
    z-index: 1;
    box-shadow: 2px 0 0 #f2f2f2;
}
.mj-select-item.select-item > ul {
    top: 33px;
}
.mj-select-item.set-menu-up > ul,
.mj-select-item.up-menu > ul {
    top: inherit;
    bottom: 32px;
}
.mj-select-item.select-item.set-menu-up > ul,
.mj-select-item.select-item.up-menu > ul {
    top: inherit;
    bottom: 33px;
}
.mj-select-item > ul > li {
    height: 32px;
    line-height: 32px;
    padding: 0 10px;
    background: #fff;
    color: #606266;
    font-size: 12px;
    cursor: pointer;
}
.mj-select-item > ul > li:hover,
.mj-select-item[rel^='b'] > ul > li:hover{
    background: #398dee;
    color: #fff;
}
.mj-select-item[rel^='r'] > ul > li:hover{
    background: #ff4747;
    color: #fff;
}
.mj-select-item[rel^='o'] > ul > li:hover{
    background: #ff7300;
    color: #fff;
}
.mj-select-item[rel^='g'] > ul > li:hover{
    background: #00d6a1;
    color: #fff;
}
.mj-select-item.open > ul {
    display: block;
}
.screen_module .custom_box_style input[type="checkbox"]{
    position: relative;
    top: -2px;
}
.screen_module .ml_5.custom_box_style{
    margin-left: -1px !important;
}
.fixed_rt_action .train {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    background: #fff;
    filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.08));
    border-radius: 50%;
    margin-bottom: 12px;
    font-size: 24px;
    color: #919099;
    cursor: pointer;
    position: relative;
    right: -2px;
}
.fixed_rt_action .train:hover {
    color: #4934B2;
}
.fixed_rt_action .back_top {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    background: #fff;
    filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.08));
    border-radius: 50%;
    margin-top: 12px;
    font-size: 24px;
    color: #919099;
    cursor: pointer;
    position: relative;
    right: -2px;
}
.fixed_rt_action .back_top:hover {
    color: #4934B2;
}

span.product_list {
    color: #919099;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    font-weight: 500;
}
ul.products_dropdown_menu {
    border-radius: 2px;
    background: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
    border: none;
}
ul.products_dropdown_menu li {
    min-width: 162px;
    height: 40px;
    padding: 0;
    display: flex;
    align-items: center;
    border-radius: 2px;
    font-size: 14px;
    font-weight: 400;
    transition: all .3s ease;
}

ul.products_dropdown_menu li.active {
    font-weight: 700;
}

ul.products_dropdown_menu li:hover {
    font-weight: 500;
    font-size: inherit;
    color: #4934b2;
    background-color: #f8f7fc;
}

ul.products_dropdown_menu li a {
    display: inline-block;
    padding: 0 24px;
    height: 100%;
    width: 100%;
    line-height: 40px;
}

input[type="password"]::-ms-reveal{
    display: none;
}
input[type="password"]::-ms-clear{
    display: none;
}
input[type="password"]::-o-clear{
    display: none;
}
