@charset "utf-8";

/* 商户中心                                   */

body {
    color: #666;
    background-color: #f4f3f8;
    font-family: "microsoft yahei";
}

html, body {
    height: 100%;
    padding-right: 8px;
}

h2 {
    font: 24px/40px "microsoft yahei";
    color: #3d85cc;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "microsoft yahei";
    font-weight: normal;
}

h1 {
    font-size: 32px;
}

h2 {
    font-size: 25px;
}

.bbc_ms-login-container .bbc_ms-login-title h2 {
    color: #333;
}

h3 {
    font-size: 22px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 15px;
}

h6 {
    font-size: 13px;
}

.lighter {
    font-weight: lighter;
}

.bolder {
    font-weight: bolder;
}

h1.smaller {
    font-size: 31px;
}

h2.smaller {
    font-size: 24px;
}

h3.smaller {
    font-size: 21px;
}

h4.smaller {
    font-size: 17px;
}

h5.smaller {
    font-size: 14px;
}

h6.smaller {
    font-size: 12px;
}

h1.bigger {
    font-size: 33px;
}

h2.bigger {
    font-size: 26px;
}

h3.bigger {
    font-size: 23px;
}

h4.bigger {
    font-size: 19px;
}

h5.bigger {
    font-size: 16px;
}

h6.bigger {
    font-size: 14px;
}

h1.block, h2.block, h3.block, h4.block, h5.block, h6.block {
    margin-bottom: 16px;
}

i {
    font-size: 1.2em;
}

a:focus, a:active {
    text-decoration: none;
}

a {
    color: #0579C6;
    text-decoration: none;
    -webkit-transition-property: color;
    -webkit-transition-duration: 0.3s;
    -webkit-transition-timing-function: ease;
}

a:hover {
    color: #e4393c;
}

.hidden {
    display: none;
}

.center {
    text-align: center;
}

.position-relative {
    position: relative;
}

.position-absolute {
    position: absolute;
}

.dark {
    color: #333333 !important;
}

.white {
    color: #FFFFFF !important;
}

.red {
    color: #DD5A43 !important;
}

.light-red {
    color: #FF7777 !important;
}

.blue {
    color: #27A9E3 !important;
}

.light-blue {
    color: #93CBF9 !important;
}

.green {
    color: #69AA46 !important;
}

.light-green {
    color: #B6E07F !important;
}

.orange {
    color: #FF892A !important;
}

.purple {
    color: #A069C3 !important;
}

.pink {
    color: #C6699F !important;
}

.pink2 {
    color: #D6487E !important;
}

.brown {
    color: #A52A2A !important;
}

.grey {
    color: #777777 !important;
}

/* ---------------------------------------- */
/* 常用宽度、高度、边距、边框属性              */
/* ---------------------------------------- */

.wrapper {
    width: 1200px;
    margin: auto;
}

.row-fluid {
    width: 100%;
}

.row-fluid:before, .row-fluid:after {
    content: "";
    display: table;
    line-height: 0;
}

.row-fluid:after {
    clear: both;
}

.row-fluid [class*="span"] {
    -moz-box-sizing: border-box;
    display: block;
    width: 100%;
    min-height: 30px;
    float: left;
    margin-left: 2.5641%
}

.row-fluid [class*="span"]:first-child {
    margin-left: 0;
}

.row-fluid .controls-row [class*="span"] + [class*="span"] {
    margin-left: 2.5641%;
}

.row-fluid .span12 {
    width: 100%;
}

.row-fluid .span11 {
    width: 91.453%;
}

.row-fluid .span10 {
    width: 82.906%;
}

.row-fluid .span9 {
    width: 74.359%;
}

.row-fluid .span8 {
    width: 65.812%;
}

.row-fluid .span7 {
    width: 57.265%;
}

.row-fluid .span6 {
    width: 48.7179%;
}

.row-fluid .span5 {
    width: 40.1709%;
}

.row-fluid .span4 {
    width: 31.6239%;
}

.row-fluid .span3 {
    width: 23.0769%;
}

.row-fluid .span2 {
    width: 14.5299%;
}

.row-fluid .span1 {
    width: 5.98291%;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.header {
    border-bottom: 1px solid #CCCCCC;
    line-height: 28px;
    padding-bottom: 4px;
    margin-top: 18px;
    margin-bottom: 16px;
}

.header.blue {
    border-bottom-color: #27A9E3;
}

.header.green {
    border-bottom-color: #D9E8C6;
}

.header.purple {
    border-bottom-color: #E0D1F1;
}

.header.orange {
    border-bottom-color: #FFD8AB;
}

.header.red {
    border-bottom-color: #F4C9C1;
}

.header.grey {
    border-bottom-color: #D2D2D2;
}

.header.pink {
    border-bottom-color: #ECCEDF;
}

.header.pink2 {
    border-bottom-color: #F1C3D5;
}

.header.light-blue {
    border-bottom-color: #DBEEFD;
}

.header.light-red {
    border-bottom-color: #FFD2D2;
}

.header.light-green {
    border-bottom-color: #E7F5D5;
}

.header.brown {
    border-bottom-color: #E1B9B9;
}

.header > [class*="icon-"] {
    margin-right: 2px;
}

/* 警示信息文字 */
.warning-option {
    font-size: 0;
    line-height: 32px;
    color: #27A9E3;
    *word-spacing: -1px /*IE6、7*/;
    text-align: center;
    margin: 100px auto;
    padding: 10px;
}

.warning-option i {
    font-size: 24px;
    line-height: 32px;
    vertical-align: middle;
    letter-spacing: normal;
    word-spacing: normal;
    display: inline-block;
    margin-right: 8px;
}

.warning-option span {
    font: 14px/32px "microsoft yahei";
    vertical-align: middle;
    letter-spacing: normal;
    word-spacing: normal;
    display: inline-block;
}

.warning-option i, .warning-option span {
    *display: inline /*IE6,7*/;
}

.alert {
    color: #666;
    background: #dceafa;
    border: 1px solid #7db4f4;
    padding: 8px 35px 8px 14px;
    margin-bottom: 20px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

.alert a {
    color: #927036;
    text-decoration: underline;
}

.alert h4 {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5em;
    margin-bottom: 2px;
}

.alert-success {
    color: #468847;
    background-color: #DFF0D8;
    border-color: #D6E9C6;
}

.alert-info {
    color: #4990e2;
    background-color: #dceafa;
    border-color: #7db4f4;
}

.alert-error {
    color: #e4393c;
    background-color: #F2DEDE;
    border-color: #EED3D7;
}

.error_iconcolor {
    color: #e4393c;
}

.alert-block {
    padding-top: 14px;
    padding-bottom: 14px;
}

.alert ul {
    margin-bottom: 10px
}

.alert li {
    margin: 4px 0;
}

.alert i {
    font-size: 14px;
    margin-right: 4px;
    vertical-align: middle;
}

.alert-info strong {
    color: #4990e2;
}

/* seller topbar */
.seller-topbar {
    height: 20px;
    width: 1200px;
    margin: 0 auto;
    background: #FAFAFA;
}

.seller-topbar span {
    float: left;
    padding: 0 8px;
}

.seller-topbar .seller-topbar-left {
    float: left
}

.seller-topbar .seller-topbar-right {
    float: right
}

/*调用用户相册内容*/
.tuan-gallery {
    display: block;
    border: solid 1px #F5F5F5;
    overflow: hidden;
}

.tuan-gallery .nav {
    background-color: #F5F5F5;
    height: 32px;
    padding: 4px;
}

.tuan-gallery .nav .l {
    font-size: 12px;
    line-height: 30px;
    color: #999;
    float: left;
}

.tuan-gallery .nav .r {
    float: right;
    line-height: 30px;
    margin-left: 15px;
}

.tuan-gallery .list {
    width: 98%;
    padding: 0px;
}

.tuan-gallery .list li {
    width: 92px;
    height: 92px;
    float: left;
    padding: 4px 0 4px 8px;
}

.tuan-gallery .list li a {
    background-color: #FFF; /* if IE7/8/9*/
    *text-align: center;
    display: inline;
    width: 84px;
    height: 84px;
    float: left;
    padding: 1px;
    margin: 1px;
    border: solid 1px #F5F5F5;
    overflow: hidden;
}

.tuan-gallery .list li a:hover {
    margin: 0;
    border: solid 2px #09F;
}

/* 翻页样式 */
.pagination {
    text-align: center;
    display: block;
    padding: 15px 0;
    margin: 0 !important;
}

.pagination ul {
    font-size: 0;
    *word-spacing: -1px /*IE6、7*/;
    display: inline-block;
    *display: inline /*IE6,7*/;
    margin: 0 auto !important;
    padding: 0;
    zoom: 1;
}

.pagination ul li {
    width: auto !important;
    height: 34px !important;
    line-height: 34px;
    vertical-align: middle;
    letter-spacing: normal;
    word-spacing: normal;
    display: inline-block;
    padding: 0 !important;
    margin: 0 !important;
    border: none !important;
}

.pagination ul li {
    *display: inline /*IE6,7*/;
    *float: left;
    zoom: 1;
}

.pagination li span {
    font-size: 12px;
    line-height: 34px;
    color: #999;
    list-style-type: none;
    background-color: #F5F5F5;
    display: block;
    height: 34px;
    padding: 0px 14px;
    margin: 0px;
    border: 1px solid;
    border-color: #DDD;
    border-left-width: 0;
}

.pagination ul li:first-child span {
    border-left-width: 1px;
}

.pagination li:first-child span {
}

.pagination li:last-child span {
}

.pagination li a span,
.pagination li a:visited span {
    color: #333;
    text-decoration: none;
    cursor: pointer;
}

.pagination li a:hover {
    text-decoration: none;
}

.pagination li a:hover span,
.pagination li a:active span {
    color: #005580;
    background-color: #E8E8E8;
    border-color: #DDD;
    cursor: pointer;
}

.pagination li span.currentpage {
    color: #0088cc;
    border-radius: 0;
}

/* 表单项属性
------------------------------------------- */
input[type="text"], input[type="password"], input.text, input.password {
    font: 12px/20px Arial;
    color: #666;
    background-color: #FFF;
    vertical-align: top;
    display: inline-block;
    height: 20px;
    padding: 4px 10px;
    border: solid 1px #cfcdd6;
    outline: 0 none;
}

.addcomb {
    color: #fff;
    margin-right: 5px;
}

input[type="text"]:focus, input[type="password"]:focus, input.text:focus, input.password:focus, textarea:focus {
    color: #333;
    outline: 0 none;
}

input[type="text"].error, input[type="password"].error, textarea.error {
    border-color: #ED6C4F;
    outline: 0 none;
}

textarea, .textarea {
    font: 12px/20px Arial;
    color: #777;
    background-color: #FFF;
    vertical-align: top;
    display: inline-block;
    height: 60px;
    padding: 4px;
    border: solid 1px #CCC;
    outline: 0 none;
}

select {
    color: #333;
    background-color: #FFF;
    height: 30px;
    vertical-align: top;
    *display: inline;
    padding: 4px;
    margin: 0 4px 0 0;
    border: solid 1px #CCC;
    *zoom: 1;
}

select option {
    line-height: 20px;
    display: block;
    height: 20px;
    padding: 4px;
}

input[type="file"] {
    line-height: 20px;
    background-color: #FBFBFB;
    height: 20px;
    border: solid 1px #D8D8D8;
    cursor: default;
}

.add-on {
    line-height: 28px;
    background-color: #FFF;
    vertical-align: top;
    display: inline-block;
    text-align: center;
    width: 18px;
    height: 28px;
    border: solid #CCC;
    border-width: 1px 1px 1px 0;
    margin-left: 0px;
}

.add-on {
    *display: inline /*IE6,7*/;
    zoom: 1;
}

.add-on i {
    font-size: 14px;
    color: #666;
    text-shadow: 1px 1px 0 #FFFFFF;
    *margin-top: 8px /*IE7*/;
}

/*表单验证错误提示文字*/
label.error {
    font-size: 12px;
    color: #E84723;
    margin-left: 8px;
}

label.error i {
    margin-right: 4px;
}

/* 弹出框体 */
#dialog_manage_screen_locker {
    opacity: 0 !important;
}

.dialog_wrapper {
    box-shadow: 0 0 0 2px rgba(153, 153, 153, 0.25) !important;
    padding: 0 !important;
    border-radius: 0 !important;
}

.table_margin {
    margin-top: 15px;
}

/* 通用弹出式窗口样式*/

.eject_con {
    background-color: #FFF;
    overflow: hidden;
    padding: 20px 0;
}

.eject_con .alert {
    display: none;
    margin: 10px;
}

.eject_con .alert .error {
    color: inherit;
    display: block;
    clear: both;
}

.eject_con dl {
    font-size: 0;
    line-height: 20px;
    display: block;
    clear: both;
    overflow: hidden;
}

.eject_con dl dt {
    font-size: 12px;
    line-height: 15px;
    vertical-align: top;
    letter-spacing: normal;
    word-spacing: normal;
    text-align: right;
    display: inline-block;
    width: 29%;
    padding: 5px 1% 5px 0;
    margin: 0;
    zoom: 1;
}

.eject_con dl dt i.required {
    font: 12px/16px Tahoma;
    color: #F30;
    vertical-align: middle;
    margin-right: 4px;
}

.hint {
    font-size: 12px;
    line-height: 16px;
    color: #BBB;
    margin-top: 10px;
}

.p_tip_middle {
    vertical-align: middle;
}

.tip_middle {
    margin-top: 0;
}

.eject_con dl dd {
    font-size: 12px;
    line-height: 15px;
    vertical-align: top;
    letter-spacing: normal;
    word-spacing: normal;
    display: inline-block;
    width: 69%;
    padding: 5px 0 5px 0;
    zoom: 1;
}

.eject_con h2 {
    line-height: 20px;
    font-weight: 600;
    background-color: #FEFEDA;
    color: #630;
    text-align: left;
    width: 90%;
    padding: 8px 16px;
    margin: 5px auto 5px auto;
    border: solid 1px #FFE8C2;
}

.eject_con span.num {
    font-weight: 600;
    color: #390;
}

.eject_con ul {
    overflow: hidden;
}

.eject_con li h2 {
    font-size: 16px;
    font-weight: 600;
    line-height: 32px;
    color: #555;
    width: 98%;
    text-align: left;
    margin: 0 auto;
    border-bottom: dashed 1px #E7E7E7;
}

.eject_con .checked {
    float: left;
    padding: 0;
    margin: 0;
}

.eject_con .checked li {
    line-height: 16px;
    height: 16px;
    padding: 4px 0;
}

.eject_con li p {
    float: left;
}

.eject_con .strong {
    padding-left: 10px;
    color: #ff4e00;
}

.eject_con .bottom {
    background-color: #F9F9F9;
    text-align: center;
    border-top: 1px solid #EAEAEA;
}

.eject_con .bbc_ms-upload-btn,
.eject_con .bbc_ms-upload-btn span,
.eject_con .bbc_ms-upload-btn .input-file {
    width: 80px;
    height: 30px;
}

.eject_con .bbc_ms-upload-btn p {
    color: #666;
    width: 78px;
    height: 20px;
}

/* 商家中心登录页面
------------------------------------------- */
.ven_login_header {
    width: 100%;
    height: 72px;
    position: absolute;
    left: 0;
    z-index: 10;
    top:8%;
}

.ven_login_header .ven_login_header_con {
    width: 220px;
    margin: 0 auto;
    height: 100%;
    /*position: absolute;*/
    /*left: 16.5%;*/
    clear: both;
    text-align: center;
    overflow: hidden;

}

.ven_login_header .ven_login_header_con .vendor_logo {
    height: 57px;
}

.ven_login_header .ven_login_header_con .ven_login_title {
    font-size: 18px;
    color: #5a5a5a;
    font-weight: 600;
    margin-top: 34px;
    display:none;
    margin-left: 20px;
    letter-spacing: 1px;
}

.ven_login_body {
    margin: auto;
    overflow: hidden;
    position: fixed;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background-size: auto 100%!important
}

.ven_login_body img {
    width:100%;
    height:953px

}

.bbc_ms-login-container .ven_login_user, .bbc_ms-login-container .ven_login_password, .bbc_ms-login-container .ven_login_code {
    border-bottom: 1px solid transparent;
}

.bbc_ms-login-container .ven_login_user input:focus, .bbc_ms-login-container .ven_login_password input:focus, .bbc_ms-login-container .ven_login_code input:focus {
    box-shadow: none;
    border-bottom: 1px solid transparent;

}

.bbc_ms-login-container .ven_login_user input, .bbc_ms-login-container .ven_login_password input, .bbc_ms-login-container .ven_login_code input {
    height: 30px;
    line-height: 30px;
}
.ven_login_submit {
    position: relative;
}

.ven_login_code .code-img {
    width: 105px;
    height: 35px;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
}

.ven_login_code .code-img a {
    display: inline-block;
    font-size: 0;
    line-height: 0;
    width: 105px;
    height:35px;
}

.ven_login_code .code-img a img {
    width: 100%;
    height: 100%;
}

.ven_login_line {
    height: 1px;
    background: #e7e7e7;
    width: 75%;
    margin-top: 40px;
    margin-left: 12.5%;
}

.ven_login_logo_bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    margin-top: 20px;
}

.bbc_ms-login-bg, .bbc_ms-login-bg p {
    width: 100%;
    height: 100%;
    min-height: 100%;
    padding: 0;
    margin: 0;
    border: 0;
    position: relative;
    z-index: auto;
}

.bbc_ms-login-bg {
    display: none;
}

/*.input input:focus{opacity: 1!important;background: #fff!important;}*/
.bbc_ms-login-container {
    font-family: "microsoft yahei";
    background: url(../images/new_admin/sld_login@2xx.png)center center no-repeat;
    width:1200px;
    height: 406px;
    z-index: 9;
    position: relative;
    margin: 0 auto;
    left: 0;
    top: 18%;
    background-size:100% 100%!important;
}
#form_login h1{
    color: #d4daf1;
    font-size: 24px;
    text-align: center;
    width:100%;
    text-align: center;
    position: absolute;
    left:0;
    top:-50px;
    letter-spacing: 7px;
}
#form_login{
    position: relative;
    left: 1%;
    width: 331px;
    top: 25.5%;
    margin: 0 auto;
}
.bbc_ms-login-title {
    overflow: hidden;
}

.bbc_ms-login-title span {
    line-height: 16px;
    color: #fff;
}

.bbc_ms-login-container .input {
    display: block;
    width:305px;
    height: 52px;
    clear: both;
    position: relative;
    z-index: auto;
    overflow: hidden;
    /*border-bottom:1px solid #fff;*/
}

#form_login .sele {
    border-bottom: 1px solid #fff!important;

}

.bbc_ms-login-container label {
    font-size: 14px;
    line-height: 50px;
    color: #fff;
    display: inline-block;
    height: 59px;
}
.bbc_ms-login-container label img{
    width: 16px;
    height: 17px;
    vertical-align: bottom;
    margin-left: 4px;
}

.bbc_ms-login-container .repuired {
    line-height: 18px;
    position: absolute;
    z-index: 2;
    top: 8px;
    left: 115px;
}

.bbc_ms-login-container input.text {
    font-family: '微软雅黑 Light';
    position: absolute;
    left: 11%;
    padding: 4px 4px 4px 2px;
    border: none;
    width: 86%;
    top: 36%;
    font-size:15px;
    background: transparent!important;
    color: #fff!important;
}

.bbc_ms-login-container .ico {
    color: #CCC;
    padding-right: 4px;
    border-right: dotted 1px #DDD;
    position: absolute;
    z-index: 3;
    left: 8px;
    bottom: 8px;
}

.bbc_ms-login-container .logins-submit {
    font: 14px/20px "microsoft yahei";
    color: #FFF;
    background-color: transparent!important;
    width: 170px;
    height: 38px;
    position: relative;
    z-index: 1;
    left: 0%;
    top: 47px;
    margin: 0 auto;
    cursor: pointer;
    padding:0!important;
    border-radius: 5px;
    border: 2px solid #67a4ff;
}

/*.bbc_ms-login-container .logins-submit:hover {*/
/*background: #58a1f7;*/
/*}*/
input::-webkit-input-placeholder{
    color:#d4daf1;
}
input::-moz-input-placeholder{
    color:#d4daf1;
}
input::-ms-input-placeholder{
    color:#d4daf1;
}
.bbc_ms-login-container .code {
    width:105px;
    height:35px;
    position: absolute;
    z-index: 9;
    top:20px;
    right: 3px;
    /*border:1px solid #fff;*/
}

.bbc_ms-login-container .code .arrow {
    display: block;
    width: 14px;
    height: 7px;
    position: absolute;
    left: 21px;
    top: -7px;
}

.bbc_ms-login-container .code .close {
    display: block;
    width: 10px;
    height: 10px;
    padding: 1px;
    position: absolute;
    z-index: 1;
    top: 4px;
    right: 4px;
}

.bbc_ms-login-container .code .close:hover,
.bbc_ms-login-container .code .change:hover {
    background: rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    -webkit-border-radius: 5px /*webkit*/;
}

.bbc_ms-login-container .code .close i {
    background: url(../images/seller/login/login_code.gif) no-repeat 0 -7px;
    display: block;
    width: 10px;
    height: 10px;
    opacity: 0.5;
}

.bbc_ms-login-container .code .change {
    display: block;
    width:105px;
    height:35px;
    position: absolute;
    z-index: 1;
    botttopom: 4px;
    top: 0;
    left: 0;
}

.bbc_ms-login-container .code .close:hover i,
.bbc_ms-login-container .code .change:hover i {
    opacity: 1;
}

.bbc_ms-login-container .copyright {
    font: 9px/16px Arial;
    color: #999;
    text-align: center;
    margin-top: 30px;
    -webkit-text-size-adjust: none;
}

.bbc_ms-login-container .copyright a {
    color: #27A9E3;
    text-decoration: none;
}

.bbc_ms-login-container .copyright a:hover {
    color: #E84723;
    text-decoration: blink;
}



/* 商家中心内容区域
------------------------------------------- */
/* 店铺关闭 */
.store-closed {
    filter: progid:DXImageTransform.Microsoft.gradient(enabled='true', startColorstr='#19DA542E', endColorstr='#19DA542E');
    background: rgba(218, 84, 46, 0.1);
    width: 100%;
    padding: 20px;
    border-bottom: solid 2px #DA542E;
}

.store-closed i {
    font-size: 48px;
    color: #DA542E;
    vertical-align: middle;
    display: inline-block;
    margin-right: 20px;
}

.store-closed dl {
    vertical-align: middle;
    display: inline-block;
}

.store-closed dt {
    font: 20px/20px "microsoft yahei";
    color: #000;
    height: 20px;
    margin-bottom: 4px;
}

.store-closed dd {
    font: 12px/18px "microsoft yahei";
    color: #555;
    height: 18px;
}

/* 布局 */
.all_page_top_fixed {
    width: 100%;
    height: 45px;
    background: #eee;
    position: absolute;
    top: 50px;
    z-index: 2;
    background: #fff;
}

.bbc_ms-layout {
    overflow: hidden;
    position: absolute;
    left: 226px;
    z-index: 10;
    top: 50px;
    right: 0;
    bottom: 0;
}

.bbc_ms-layout-left {
    width: 200px;
    float: left;
    position: relative;
    z-index: 2;
}

.bbc_ms-layout-right {
    background-color: #f4f3f8;
    position: relative;
    z-index: 1;
}

/* 内容其余左侧边栏 */
.bbc_ms-layout-left .sidebar {
    width: 196px;
}

.bbc_ms-layout-left.sticky .sidebar {
    position: fixed;
    _position: relative;
    top: 0;
    z-index: 999;
}

.bbc_ms-layout-left .sidebar .column-title {
    background-color: #FFF;
    width: 96px;
    height: 96px;
    margin: 15px auto 25px auto;
    border: solid 1px #DDD;
    border-radius: 15px;
    box-shadow: 0 0 0 4px rgba(204, 204, 204, 0.25);
}

.bbc_ms-layout-left .sidebar .column-title span {
    background: url(../images/seller/bbc_ms_bg_img.png) no-repeat;
    display: block;
    width: 64px;
    height: 64px;
    margin: 10px auto 0 auto;
}

.bbc_ms-layout-left .sidebar .column-title .ico-index {
    background-position: 0 -30px;
}

.bbc_ms-layout-left .sidebar .column-title .ico-goods {
    background-position: -128px -30px;
}

.bbc_ms-layout-left .sidebar .column-title .ico-order {
    background-position: -128px -170px;
}

.bbc_ms-layout-left .sidebar .column-title .ico-promotion {
    background-position: -64px -100px;
}

.bbc_ms-layout-left .sidebar .column-title .ico-store {
    background-position: -64px -30px;
}

.bbc_ms-layout-left .sidebar .column-title .ico-transport {
    background-position: 0 -100px;
}

.bbc_ms-layout-left .sidebar .column-title .ico-consult {
    background-position: -192px -30px;
}

.bbc_ms-layout-left .sidebar .column-title .ico-service {
    background-position: -128px -100px;
}

.bbc_ms-layout-left .sidebar .column-title .ico-settle {
    background-position: -64px -170px;
}

.bbc_ms-layout-left .sidebar .column-title .ico-statistics {
    background-position: -192px -100px;
}

.bbc_ms-layout-left .sidebar .column-title .ico-account {
    background-position: 0 -170px;
}

.bbc_ms-layout-left .sidebar .column-title h2 {
    font-size: 12px;
    line-height: 20px;
    font-weight: lighter;
    color: #999;
    text-align: center;
    height: 20px;
    margin: 0 auto;
}

.bbc_ms-layout-left .sidebar .column-menu {
    position: relative;
    z-index: 2;
}

.bbc_ms-layout-left .sidebar .column-menu ul {
    width: 180px;
    padding: 0 0 0 20px;
    position: absolute;
    z-index: 1;
    top: 0;
    right: -5px;
}

.bbc_ms-layout-left .sidebar .column-menu li {
    display: block;
    clear: both;
}

.bbc_ms-layout-left .sidebar .column-menu li a {
    font: 14px/24px "microsoft yahei";
    color: #666;
    display: block;
    height: 28px;
    padding: 3px 0 2px 40px;
    margin: 1px 0 1px 4px;
}

.bbc_ms-layout-left .sidebar .column-menu li a:hover {
    color: #27A9E3;
    text-decoration: none;
}

.bbc_ms-layout-left .sidebar .column-menu li.current a {
    font-size: 16px;
    font-weight: normal;
    line-height: 28px;
    color: #27A9E3;
    background-color: #FFF;
    padding: 6px 0 5px 40px;
    margin: 0;
    border-style: solid;
    border-color: #CCC transparent #CCC #27A9E3;
    border-width: 1px 0 1px 4px;
    box-shadow: 0 4px 0 rgba(0, 0, 0, 0.03);
}

.bbc_ms-layout-left .sidebar .add-quickmenu {
    padding-top: 15px;
    margin: 15px 20px 0 0;
    border-top: dashed 1px #DDD;
}

.bbc_ms-layout-left .sidebar .add-quickmenu a {
    font-size: 12px;
    line-height: 28px;
    color: #27A9E3;
    background-color: #FFF;
    text-align: center;
    display: block;
    height: 28px;
    border: solid 1px #27A9E3;
    box-shadow: 3px 3px 0 rgba(204, 204, 204, 0.2);
}

.bbc_ms-layout-left .sidebar .add-quickmenu a i {
    margin-right: 4px;
}

.bbc_ms-layout-left .sidebar .add-quickmenu a:hover {
    text-decoration: none;
    color: #FFF;
    background-color: #27A9E3;
}

/* 内容区域右侧当前位置 */
.bbc_ms-layout-right .bbc_ms-path {
    font-size: 12px;
    line-height: 20px;
    background-color: #FFF;
    line-height: 20px;
    color: #555;
    padding: 10px;
    border-bottom: solid 1px #F5F5F5;
}

.bbc_ms-layout-right .bbc_ms-path i {
    font-size: 12px;
    color: #999;
    margin: 0 6px;
}

/* 内容区域右侧默认内容 */

/* 商家中心首页相关
------------------------------------------- */
.bbc_ms-index .top-container {
    width: 100%;
    border-bottom: solid 1px #F5F5F5;
    overflow: hidden;
}

.bbc_ms-index .basic-info {
    margin: 20px 20px 20px;
    overflow: hidden;
}

.bbc_ms-seller-info {
    width: 720px;
    height: 80px;
    float: left;
    position: relative;
    z-index: 1;
}

.bbc_ms-seller-info dt, .bbc_ms-seller-info dd {
    font-size: 13px;
    color: #555;
    position: absolute;
    z-index: 1;
}

.bbc_ms-seller-info dd strong {
    font-weight: normal;
    color: #999;
}

.bbc_ms-seller-info .seller-name {
    font-size: 0;
    *word-spacing: -1px /*IE6、7*/;
    width: 360px;
    height: 36px;
    top: -10px;
    left: 220px;
}

.bbc_ms-seller-info .seller-name h3 {
    font: normal 18px/36px "microsoft yahei";
    color: #333;
    vertical-align: bottom;
    letter-spacing: normal;
    word-spacing: normal;
    display: inline-block;
    *display: inline /*IE6,7*/;
}

.bbc_ms-seller-info .seller-name h5 {
    font-size: 13px;
    line-height: 28px;
    color: #666;
    vertical-align: bottom;
    letter-spacing: normal;
    word-spacing: normal;
    display: inline-block;
    *display: inline /*IE6,7*/;
    margin-left: 12px;
}

.bbc_ms-seller-info .store-logo {
    top: 0;
    left: 0;
}

.bbc_ms-seller-info .store-logo p {
    background-color: #FFF;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
    *display: block;
    width: 200px;
    height: 60px;
    overflow: hidden;
}

.bbc_ms-seller-info .store-logo img {
    max-width: 200px;
    max-height: 60px;
    margin-top: expression(60-this.height/2);
    *margin-top: expression(30-this.height/2);
}

.bbc_ms-seller-info .store-logo a {
    font-weight: normal;
    color: #999;
    display: block;
    text-align: center;
}

.bbc_ms-seller-info .store-logo a:hover {
    text-decoration: none;
    color: #DA542E;
}

.bbc_ms-seller-info .store-logo a i {
    font-size: 17px;
    margin-right: 4px;
    vertical-align: middle;
}

.bbc_ms-seller-info .seller-permission {
    top: 34px;
    left: 220px;
}

.bbc_ms-seller-info .seller-last-login {
    top: 34px;
    left: 420px;
}

.bbc_ms-seller-info .store-name {
    width: 190px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    top: 60px;
    left: 220px;
}

.store-name a:hover {
    color: #c81622;
}

.bbc_ms-seller-info .store-grade {
    top: 60px;
    left: 420px;
}

.bbc_ms-seller-info .store-validity {
    top: 60px;
    left: 600px;
}

.iconfontfa {
    font-family: FontAwesome !important;
}

.bbc_ms-index .detail-rate {
    background-color: #FFF;
    float: right;
    padding-left: 20px;
    border-left: dotted 1px #E6E6E6;
    padding-right: 35px;
}

.bbc_ms-index .detail-rate h5 {
    font: normal 12px/20px "microsoft yahei";
    color: #555;
    margin-bottom: 4px;
}

.bbc_ms-index .detail-rate h5 strong {
    font-weight: 700;
    margin-right: 19px;
    color: #333;
    font-size: 15px;
}

.bbc_ms-index .detail-rate ul {
    margin: 0;
}

.bbc_ms-index .detail-rate li {
    font-size: 13px;
    color: #333;
    white-space: nowrap;
    display: block;
    padding: 2px 0;
}

.bbc_ms-index .detail-rate .credit {
    color: #555;
    display: inline-block;
    *display: inline /*IE7*/;
    width: 35px;
    margin-left: 15px;
    *zoom: 1;
}

.bbc_ms-index .detail-rate .high {
    color: #DA542E;
    display: inline-block;
    *display: inline /*IE7*/;
    *zoom: 1;
}

.bbc_ms-index .detail-rate .high i {
    background: url(../images/sldgrate.png) no-repeat 0 -40px;
    vertical-align: middle;
    display: inline-block;
    *display: inline /*IE7*/;
    zoom: 1;
    width: 9px;
    height: 8px;
    margin-right: 4px;
}

.bbc_ms-index .detail-rate .high em {
    color: #FFF;
    background-color: #DA542E;
    text-align: center;
    display: inline-block;
    *display: inline /*IE7*/;
    zoom: 1;
    width: 40px;
    margin-left: 2px;
}

.bbc_ms-index .detail-rate .equal {
    color: #c81622;
    display: inline-block;
}

.bbc_ms-index .detail-rate .equal i {
    background: url(../images/sldgrate.png) no-repeat -18px -40px;
    vertical-align: middle;
    display: inline-block;
    width: 9px;
    height: 8px;
    margin-right: 4px;
}

.bbc_ms-index .detail-rate .equal em {
    color: #FFF;
    background-color: #DA542E;
    text-align: center;
    display: inline-block;
    width: 40px;
    margin-left: 2px;
}

.bbc_ms-index .detail-rate .low i {
    background: url(../images/sldgrate.png) no-repeat -9px -40px;
    vertical-align: middle;
    display: inline-block;
    width: 9px;
    height: 8px;
    margin-right: 4px;
}

.bbc_ms-index .detail-rate .low {
    color: #28B779;
    display: inline-block;
}

.bbc_ms-index .detail-rate .low em {
    color: #FFF;
    background-color: #28B779;
    text-align: center;
    display: inline-block;
    width: 40px;
    margin-left: 2px;
}

.bbc_ms-index .seller-rate-container {
    padding: 5px 10px;
}

.bbc_ms-index .seller-rate-container dl {
    font-size: 0;
    *word-spacing: -1px /*IE6、7*/;
}

.bbc_ms-index .seller-rate-container dt, .bbc_ms-index .seller-rate-container dd {
    font-size: 12px;
    line-height: 18px;
    color: #999;
    vertical-align: bottom;
    letter-spacing: normal;
    word-spacing: normal;
    display: inline-block;
    *display: inline /*IE6,7*/;
}

.bbc_ms-index .bbc_ms-mall-news {
    width: 215px;
    float: right;
    padding-left: 20px;
    border-left: solid 5px #FFF;
}

.bbc_ms-index .seller-cont {
    width: 100%;
    font-size: 0;
    *word-spacing: -1px /*IE6、7*/;
    margin: -1px 0 30px -1px;
    border-bottom: solid 1px #F5F5F5;
}

.bbc_ms-index .container {
    font: 12px/20px "microsoft yahei";
    color: #333;
    background-color: #FFF;
    vertical-align: top;
    letter-spacing: normal;
    word-spacing: normal;
    display: inline-block;
    *display: inline /*IE6,7*/;
    width: 47%;
    height: 180px;
    padding: 25px 19px;
    overflow: hidden;
    border: solid #F5F5F5;
    border-width: 1px 0 0 1px;
    zoom: 1;
}

.bbc_ms-index .container .hd {
}

.bbc_ms-index .container .hd h3 {
    border-left: solid 3px #28B779;
    height: 18px;
    padding-left: 6px;
    margin-bottom: 4px;
    font-size: 16px;
    font-weight: bold;
    color: #333;
}

.bbc_ms-index .container .hd h5 {
    font: normal 12px/16px "microsoft yahei";
    color: #999;
    margin-left: 8px;
}

.bbc_ms-index .container .hd .shop-level {
    float: right;
    color: #6DABDE;
}

.bbc_ms-index .container .hd .shop-level span {
    margin-left: 10px;
    padding-left: 10px;
    border-left: solid 1px #E8F1FF;
}

.bbc_ms-index .container .content {
    margin: 20px 0;
    overflow: hidden;
}

.content .focus dd a:hover {
    color: #c81622;
}

.content ul li a {
    color: #5491de;
}

.content ul li a:hover {
    color: #2976d6;
}

.bbc_ms-index .type-a .content dl {
    display: block;
    clear: both;
    padding: 10px;
    overflow: hidden;
}

.bbc_ms-index .type-a .content dl dt {
    color: #777;
    float: left;
}

.bbc_ms-index .type-a .content dl dd {
    float: left;
    margin-right: 24px;
}

.bbc_ms-index .type-a .content a strong {
    color: #F60;
    font-weight: normal;
}

.bbc_ms-index .type-a .content ul {
    clear: both;
    margin: 5px 0;
    overflow: hidden;
    zoom: 1
}

.bbc_ms-index .type-a .content ul li {
    width: 22%;
    float: left;
    margin: 16px 0 0 2%;
    _margin: 5px 0 0 1% /* if IE6*/;
}

.bbc_ms-index .type-a .content ul li a {
    color: #333;
    display: inline-block;
    padding: 0 8px 0 4px;
    border: solid 1px #FFF;
    border-radius: 3px;
    position: relative;
    z-index: 1;
}

.bbc_ms-index .type-a .content ul li a:hover {
    color: #FFF;
    text-decoration: none;
    background-color: #C8C8C8;
    border-color: #C8C8C8;
}

.bbc_ms-index .type-a .content ul li a.num {
    color: #28B779;
    border-color: #28B779;
}

.bbc_ms-index .type-a .content ul li a.num:hover {
    color: #FFF;
    background-color: #28B779;
}

.bbc_ms-index .type-a .content ul li a strong {
    font: normal 10px/14px Tahoma;
    color: #FFF;
    background-color: #28B779;
    text-align: center;
    display: none;
    min-width: 16px;
    height: 14px;
    padding: 1px 0;
    border-radius: 8px;
    position: absolute;
    z-index: 1;
    top: -8px;
    right: -8px;
}

.bbc_ms-index .type-a .content ul li a.num strong {
    display: block;
}

.bbc_ms-index .type-a .content .focus {
    background-color: #FCF8E3;
    border: 1px solid #FBEED5;
    zoom: 1;
}

.bbc_ms-index .type-a .content .focus h2 {
    font-size: 16px;
    line-height: 20px;
    font-weight: lighter;
    padding-bottom: 6px;
    color: #555;
}

.bbc_ms-index .type-b ul {
    font-size: 0;
    *word-spacing: -1px /*IE6、7*/;
}

.bbc_ms-index .type-b li {
    font: 12px/20px "microsoft yahei";
    background: url(../images/seller/bbc_ms_bg_img.png) no-repeat -30px 8px;
    vertical-align: middle;
    letter-spacing: normal;
    word-spacing: normal;
    display: inline-block;
    *display: inline /*IE6,7*/;
    width: 30%;
    padding-left: 3%;
    margin: 0 0 4px 0;
    zoom: 1;
}

.bbc_ms-index .type-b dl {
    font-size: 0;
    *word-spacing: -1px /*IE6、7*/;
    margin-top: 20px;
}

.bbc_ms-index .type-b dt {
    height: 18px;
    padding-left: 6px;
    margin-bottom: 8px;
    border-left: 3px solid #DA542E;
    font-size: 16px;
    font-weight: bold;
    color: #333;
}

#open_uploader i {
    color: #fff;
}

#pictureFolder .search-form a {
    border-radius: 5px;
}

.bbc_ms-index .type-b dd {
    font: 12px/20px "microsoft yahei";
    background: url(../images/seller/bbc_ms_bg_img.png) no-repeat -30px 8px;
    vertical-align: middle;
    letter-spacing: normal;
    word-spacing: normal;
    display: inline-block;
    *display: inline /*IE6,7*/;
    width: 47%;
    padding-left: 2%;
    margin-bottom: 4px;
    zoom: 1;
}

.bbc_ms-index .type-d .content {
    font-size: 0;
    *word-spacing: -1px /*IE6、7*/;
    margin: 20px 0;
}

.bbc_ms-index .type-d .content dl {
    vertical-align: middle;
    letter-spacing: normal;
    word-spacing: normal;
    display: inline-block;
    *display: inline /*IE6,7*/;
    width: 228px;
    height: 155px;
    margin: -1px 0 0 -1px;
    border: solid #F7F7F7;
    border-width: 1px 0 0 1px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    zoom: 1;
}

.bbc_ms-index .type-d dl .p-name {
    font: 15px/20px "microsoft yahei";
    color: #333;
    position: absolute;
    z-index: 1;
    top: 24px;
    left: 80px;
    font-weight: bold;
}

.bbc_ms-index .type-d dl .p-name a {
    color: #333;
}

.bbc_ms-index .type-d dl .p-ico {
    background: #FFF url(../images/seller/bbc_ms_bg_img.png) no-repeat scroll;
    display: block;
    width: 48px;
    height: 48px;
    position: absolute;
    z-index: 1;
    top: 18px;
    left: 20px;
}

.bbc_ms-index .type-d .tghd .p-ico {
    background-position: -200px -250px;
}

.bbc_ms-index .type-d .xszk .p-ico {
    background-position: -100px -250px;
}

.bbc_ms-index .type-d .mjs .p-ico {
    background-position: -50px -300px;
}

.bbc_ms-index .type-d .tjzw .p-ico {
    background-position: -150px -250px;
}

.bbc_ms-index .type-d .ggfw .p-ico {
    background-position: -240px -430px;
}

.bbc_ms-index .type-d .zthd .p-ico {
    background-position: -100px -300px;
}

.bbc_ms-index .type-d .yhq .p-ico {
    background-position: -50px -250px;
}

.bbc_ms-index .type-d .zhxs .p-ico {
    background-position: -200px -300px;
}

.bbc_ms-index .type-d .djq .p-ico {
    background-position: 0 -300px;
}

.bbc_ms-index .type-d dl .p-hint {
    font: 12px/20px "microsoft yahei";
    color: #999;
    position: absolute;
    z-index: 1;
    left: 80px;
    top: 46px;
}

.bbc_ms-index .type-d dl .p-hint i {
    color: #28B779;
    margin-right: 4px;
}

.bbc_ms-index .type-d dl .p-hint i.icon-minus-sign {
    color: #999;
}

.bbc_ms-index .type-d dl .p-info {
    font: 12px/16px "microsoft yahei";
    color: #AAA;
    width: 200px;
    height: 32px;
    padding-top: 8px;
    border-top: dotted 1px #F5F5F5;
    position: absolute;
    z-index: 1;
    left: 15px;
    top: 96px;
    overflow: hidden;
}

.bbc_ms-index .type-d dl .p-point {
    font: 12px/14px "microsoft yahei";
    color: #3d86cd;
    white-space: nowrap;
    width: auto;
    height: 14px;
    position: absolute;
    z-index: 1;
    left: 34px;
    top: 76px;
    overflow: hidden;
}

.tabmenu {
    background-color: #f4f3f8;
    width: 100%;
    height: 61px !important;
    display: block;
    position: fixed !important;
    z-index: 999;
}

.tabmenu ul.tab {
    background: #fff;
    clear: both;
    overflow: hidden;
    height: 45px !important;
    padding: 0;
    width: 100%;
}

.tabmenu .tab li {
    float: left;
    margin-right: 3px;
}

.tabmenu .tab .active a {
    background: #FFF !important;
    color: #4a4949;;
    display: inline-block;
    cursor: default;
    height: 24px;
    line-height: 24px;
    font-size: 14px;
    font-weight: bold;
    padding: 10px 0 9px 0;
    margin: 0 20px;
    border-style: solid;
    border-color: #59a1f4;
    border-width: 0 0 2px 0;
}

.tabmenu .tab .normal a {
    color: #4a4949;
    display: inline-block;
    height: 24px;
    padding: 10px 20px 11px;
    line-height: 24px;
    font-size: 14px;
    font-family: "microsoft yahei";
    font-weight: bold;
}

.tabmenu .text-intro {
    line-height: 20px;
    color: #999;
    position: absolute;
    z-index: 99;
    top: 11px;
    right: 28px;
}

.tabmenu a.bbc_ms-btn {
    position: absolute;
    z-index: 1;
    top: 8px;
    right: 18px;
}

#btn_show_goods_select i {
    color: #fff;
}

.tabmenu a.sldbtn {
    position: absolute;
    z-index: 1;
    top: 8px;
    right: 18px;
}

.sticky .tabmenu {
    width: 960px;
    padding-top: 10px;
    padding-bottom: 10px;
    position: fixed;
    top: 0;
}

.sticky .tabmenu a.bbc_ms-btn {
    top: 8px;
}

/* 通用页内表单提交类型样式 */
.bbc_ms-form-default {
}

.bbc_ms-form-default h3 {
    font-weight: 600;
    line-height: 22px;
    color: #555;
    clear: both;
    background-color: #F5F5F5;
    padding: 5px 0 5px 12px;
    border-bottom: solid 1px #E7E7E7;
}

.bbc_ms-form-default dl {
    font-size: 0;
    *word-spacing: -1px /*IE6、7*/;
    line-height: 20px;
    clear: both;
    padding: 0;
    margin: 0;
    border-bottom: dotted 1px #E6E6E6;
    overflow: hidden;
}

.bbc_ms-form-default dl:hover {
    background-color: #FCFCFC;
}

.bbc_ms-form-default dl:hover .hint {
    color: #666;
}

.bbc_ms-form-default dl.bottom {
    border-bottom-width: 0px;
}

.bbc_ms-form-default dl dt {
    font-size: 13px;
    line-height: 32px;
    vertical-align: top;
    letter-spacing: normal;
    word-spacing: normal;
    text-align: right;
    display: inline-block;
    width: 19%;
    padding: 10px 1% 10px 0;
    margin: 0;
    color: #333;
}

.bbc_ms-form-default dl dt {
    *display: inline /*IE6,7*/;
}

.bbc_ms-form-default dl dt i.required {
    font: 12px/16px Tahoma;
    color: #F30;
    vertical-align: middle;
    margin-right: 4px;
}

.bbc_ms-form-default dl dd {
    font-size: 12px;
    line-height: 32px;
    vertical-align: top;
    letter-spacing: normal;
    word-spacing: normal;
    display: inline-block;
    width: 79%;
    padding: 10px 0 10px 0;
}

.bbc_ms-form-default dl dd {
    *display: inline /*IE6,7*/;
    zoom: 1;
}

.bbc_ms-form-default dl dd span {
    *line-height: 20px;
    *display: inline;
    *height: 20px;
    *margin-top: 6px;
    *zoom: 1;
}

.bbc_ms-form-default dl dd p {
    clear: both;
}

.bbc_ms-form-default div.bottom {
    text-align: center;
    margin: 15px;
}

.bbc_ms-form-default .bbc_ms-upload-thumb {
    background-color: #FFF;
    display: block;
    border: dashed 1px #E6E6E6;
    position: relative;
    z-index: 1;
}

.bbc_ms-form-default .bbc_ms-upload-thumb:hover {
    border-style: solid;
    border-color: #27A9E3;
}

.bbc_ms-form-default .bbc_ms-upload-thumb p {
    line-height: 0;
    background-color: rgb(229,229,229);
    text-align: center;
    vertical-align: middle;
    display: table-cell;
    *display: block /*IE6,7*/;
    width: 70px;
    height: 70px;
    overflow: hidden;
}

.bbc_ms-form-default .bbc_ms-upload-thumb i {
    position: absolute;
    left: 50%;
    margin-left: -25px;
    top: 50px;
    font-size: 48px;
    color: #CCC;
    z-index: 1;
}

.bbc_ms-form-default .bbc_ms-upload-thumb a {
    font: 10px/14px Tahoma;
    background-color: #FFF;
    text-align: center;
    vertical-align: middle;
    display: none;
    width: 14px;
    height: 14px;
    border: 1px solid;
    border-radius: 8px 8px 8px 8px;
    position: absolute;
    z-index: 2;
    top: -8px;
    right: -8px;
}

.bbc_ms-form-default .bbc_ms-upload-thumb:hover a {
    color: #27A9E3;
    display: block;
    border-color: #27A9E3;
}

.bbc_ms-form-default .bbc_ms-upload-thumb:hover a:hover {
    text-decoration: none;
}

.bbc_ms-form-default .bbc_ms-upload-thumb.store-logo,
.bbc_ms-form-default .bbc_ms-upload-thumb.store-logo p {
    width: 200px;
    height: 100px;
}

.bbc_ms-form-default .bbc_ms-upload-thumb.store-logo p img {
    max-width: 200px;
    max-height: 60px;
    margin-top: expression(60-this.height/2);
    *margin-top: expression(30-this.height/2) /*IE6,7*/;
}

.bbc_ms-form-default .bbc_ms-upload-thumb.store-banner,
.bbc_ms-form-default .bbc_ms-upload-thumb.store-banner p {
    width: 638px;
    height: 158px;
}

.bbc_ms-form-default .bbc_ms-upload-thumb.store-banner p img {
    max-width: 638px;
    max-height: 158px;
    margin-top: expression(158-this.height/2);
    *margin-top: expression(79-this.height/2) /*IE6,7*/;
}

.bbc_ms-form-default .bbc_ms-upload-thumb.store-sns-pic,
.bbc_ms-form-default .bbc_ms-upload-thumb.store-sns-pic p {
    width: 160px;
    height: 160px;
}

.bbc_ms-form-default .bbc_ms-upload-thumb.store-sns-pic p img {
    max-width: 160px;
    max-height: 160px;
    margin-top: expression(160-this.height/2);
    *margin-top: expression(80-this.height/2) /*IE6,7*/;
}

.bbc_ms-form-default .bbc_ms-upload-thumb.tuan-pic,
.bbc_ms-form-default .bbc_ms-upload-thumb.tuan-pic p {
    width: 440px;
    height: 293px;
}

.bbc_ms-form-default .bbc_ms-upload-thumb.tuan-pic p img {
    max-width: 440px;
    max-height: 293px;
    margin-top: expression(293-this.height/2);
    *margin-top: expression(146-this.height/2) /*IE6,7*/;
}

.bbc_ms-form-default .bbc_ms-upload-thumb.tuan-commend-pic,
.bbc_ms-form-default .bbc_ms-upload-thumb.tuan-commend-pic p {
    width: 210px;
    height: 180px;
}

.bbc_ms-form-default .bbc_ms-upload-thumb.tuan-commend-pic p img {
    max-width: 210px;
    max-height: 180px;
    margin-top: expression(180-this.height/2);
    *margin-top: expression(90-this.height/2) /*IE6,7*/;
}

.bbc_ms-form-default .bbc_ms-upload-thumb.voucher-pic,
.bbc_ms-form-default .bbc_ms-upload-thumb.voucher-pic p {
    width: 100px;
    height: 100px;
}

.bbc_ms-form-default .bbc_ms-upload-thumb.voucher-pic p img {
    max-width: 100px;
    max-height: 100px;
    position: relative; z-index: 2;
    margin-top: expression(100-this.height/2);
    *margin-top: expression(50-this.height/2) /*IE6,7*/;
}

.bbc_ms-form-default .bbc_ms-upload-thumb.watermark-pic,
.bbc_ms-form-default .bbc_ms-upload-thumb.watermark-pic p {
    width: 100px;
    height: 100px;
}

.bbc_ms-form-default .bbc_ms-upload-thumb.watermark-pic p img {
    max-width: 100px;
    max-height: 100px;
    margin-top: expression(100-this.height/2);
    *margin-top: expression(50-this.height/2) /*IE6,7*/;
}

.bbc_ms-form-default .upload-appeal-pic {
    border: dotted 1px #D8D8D8;
    padding: 5px;
    width: 250px;
    margin-left: 32px;
}

.bbc_ms-form-default .upload-appeal-pic p {
    padding: 5px;
}

.bbc_ms-form-default .handle {
    height: 30px;
    margin: 10px 0;
}

.highcharts-axis text tspan {
    color: #333;
}

/* 内容部分通用搜索样式 */
.search-form {
    color: #999;
    /*min-width:1190px;*/
    width: 100%;
    background: #f5f4f4;
    border: 1px solid #ededf2;
    margin-bottom: 20px;
    height: 72px;
}

.search-form th {
    font-size: 12px;
    line-height: 70px;
    text-align: right;
    width: 50px;
    color: #4a4949;
    vertical-align: middle;
    font-weight: 600;
    padding-left: 20px;
    white-space: nowrap;
}

.search-form td {
    text-align: left;
    padding: 20px 20px 20px 20px;
}

.search-form input.text {
    vertical-align: top;
    width: 148px;
}

.search-form .add-on {
    vertical-align: top;
}

.search-form .submit-border {
    vertical-align: top;
    display: inline-block;
    *display: inline /*IE6,7*/;
    margin: 0 0 0 8px;
    border-color: #3d85cc;
    zoom: 1;
}

.search-form .submit-border:hover {
    border-color: #CFCFCF #CFCFCF #B3B3B3 #CFCFCF;
}

.search-form input[type="submit"],
.search-form input.submit,
.search-form a.submit {
    font: 12px/28px "microsoft yahei";
    color: #fff;
    background-color: #59a1f4;
    width: 64px;
    height: 28px;
    padding: 0;
    border: 0;
    cursor: pointer;
    border-radius: 5px;
}

.search-form input.submit_search {
    font-size: 12px !important;
    width: 77px;
    height: 32px;
    border-radius: 4px;
}

.search-form input[type="submit"]:hover {
    background-color: #539be2;
}

/* 内容部分通用表格样式 */
.bbc_ms-table-style {
    line-height: 20px;
    width: 100%;
    border-collapse: collapse;
    clear: both;
}

.bbc_ms-table-style thead th {
    font: 600 13px/35px "microsoft yahei";
    color: #333;
    text-align: center;
    height: 35px;
    padding: 5px 0;
    border-bottom: solid 1px #ededf2;
    background: #f5f4f4;
}

.bbc_ms-table-style thead td,
.bbc_ms-table-style tfoot th {
    background-color: #FFF;
    height: 22px;
    padding: 10px 0;
    border-bottom: solid 1px #E6E6E6;
}

.bbc_ms-table-style tfoot th {
    border-top: solid 1px #E6E6E6;
}

.bbc_ms-table-style thead td label, .bbc_ms-table-style tfoot th label {
    color: #555;
    display: inline;
    height: 30px;
    line-height: 30px;
    float: left;
    margin-right: 10px;
    cursor: pointer;
}

.bbc_ms-table-style tbody th {
    background-color: #f9f9f9;
    border: solid #ededf2;
    border-width: 1px 0;
    padding: 4px 0;
}

.bbc_ms-table-style tbody th span {
    display: inline-block;
    vertical-align: middle;
    margin-right: 30px;
    color: #4a4949;
    font-weight: 600;
}

.bbc_ms-table-style tbody th span em {
    font-weight: 600;
}

.bbc_ms-table-style tbody td img{
    vertical-align: middle;
}

.bunding_manage {
    margin-top: 20px;
}

.bund_activity_del span a:hover, .bund_activity_del span a:hover i, .bund_activity_del span a:hover p {
    color: #fff;
    border-radius: 3px;
    border: #3d85cc !important;
    background-color: #3d85cc !important
}

.bbc_ms-table-style tbody th span.goods-name {
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 240px;
    height: 20px;
    overflow: hidden;
}

.bbc_ms-table-style tbody td {
    color: #4a4949;
    background-color: #FFF;
    text-align: center;
    height: 27px;
    line-height: 27px;
    padding: 10px 0;
    vertical-align: middle;
    font-weight: 600;
    white-space: nowrap;
}
.bbc_ms-table-style tbody td.eva_content{
    display: inline-block;
    max-width: 700px!important;
    overflow: hidden;
    padding: 0;
    margin: 10px 0;
    white-space: normal;
    height: auto;
}
.bbc_ms-table-style tbody td .parimg{
    vertical-align: middle;
}

.bbc_ms-table-style tbody td strong {
    color: #333;
}

.bbc_ms-table-style tfoot td {
    background-color: #FFF;
    text-align: center;
    overflow: hidden;
}

.bbc_ms-table-style td .pic-thumb {
    line-height: 0;
    background-color: #FFF;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
    *display: block;
    width: 50px;
    height: 50px;
    border: solid 1px #F5F5F5;
    overflow: hidden;
}

.bbc_ms-table-style td .pic-thumb img {
    max-width: 60px;
    max-height: 60px;
    margin-top: expression(32-this.height/2);
    *margin-top: expression(16-this.height/2) /*IE6,7*/;
}

.join_activity span a:hover, .join_activity span a:hover i, .join_activity span a:hover p {
    color: #fff;
    border-radius: 3px;
    background-color: #3d85cc !important;
    border-color: #3d85cc !important;
}

.bbc_ms-table-style td .goods-name {
    border: none;
    overflow: hidden;
}

.bbc_ms-table-style td .goods-name dt {
    font-size: 12px;
    line-height: 16px;
    color: #333;
    text-overflow: ellipsis;
    display: block;
    text-align: left;
    white-space: nowrap;
    max-width: 320px !important;
    height: 16px;
    padding-bottom: 4px;
    overflow: hidden;
    margin-left: 10px;
}

.bbc_ms-table-style td .goods-name dt span {
    line-height: 16px;
    color: #FFF;
    background-color: #e4393c;
    display: inline-block;
    *display: inline /*IE7*/;
    height: 16px;
    padding: 1px 3px;
    border-radius: 2px;
    margin-right: 4px;
    zoom: 1;
}

.bbc_ms-table-style td .goods-name dt a {
    color: #58a1f6;
    font-weight: 600;
}

.bbc_ms-table-style td .goods-name dt a:hover {
    color: #e4393c;
}

.bbc_ms-table-style td .goods-name dd {
    line-height: 16px;
    display: block;
    height: 16px;
    margin-left: 10px;
}

.bbc_ms-table-style td .goods-name .sale-type {
    background-color: #e4393c;
    padding: 1px 4px;
    color: #FFFFFF
}

.bbc_ms-default-table {
    line-height: 20px;
    width: 100%;
    border-collapse: collapse;
    clear: both;
}

.bbc_ms-default-table thead th {
    line-height: 20px;
    color: #999;
    background-color: #FFF;
    text-align: center;
    height: 20px;
    padding: 8px 0;
    border-bottom: solid 1px #DDD;
}

.bbc_ms-default-table thead td,
.bbc_ms-default-table tfoot th {
    background-color: #FFF;
    height: 22px;
    padding: 10px 0;
    border-bottom: solid 1px #E6E6E6;
}

.bbc_ms-default-table tfoot th {
    border-top: solid 1px #E6E6E6;
}

.bbc_ms-default-table thead td label, .bbc_ms-default-table tfoot th label {
    color: #555;
    display: inline;
    float: left;
    margin-right: 10px;
    cursor: pointer;
}

.bbc_ms-default-table tbody th {
    background-color: #FAFAFA;
    border: solid #E6E6E6;
    border-width: 1px 0;
    padding: 4px 0;
}

.bbc_ms-default-table tbody th span {
    display: inline-block;
    vertical-align: middle;
    margin-right: 30px;
}

.bbc_ms-default-table tbody th span.goods-name {
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 240px;
    height: 20px;
    overflow: hidden;
}

.bbc_ms-default-table tbody td {
    color: #999;
    background-color: #FFF;
    text-align: center;
    padding: 12px 0;
}

.bbc_ms-default-table tbody td strong {
    color: #666;
}

.bbc_ms-default-table tfoot td {
    background-color: #FFF;
    text-align: center;
    padding: 10px 0;
}

.bbc_ms-default-table td .pic-thumb {
    line-height: 0;
    background-color: #FFF;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
    *display: block;
    width: 32px;
    height: 32px;
    border: solid 1px #F5F5F5;
    overflow: hidden;
}

.bbc_ms-default-table td .pic-thumb img {
    max-width: 32px;
    max-height: 32px;
    margin-top: expression(32-this.height/2);
    *margin-top: expression(16-this.height/2) /*IE6,7*/;
}

.bbc_ms-default-table td .goods-name {
    border: none;
}

.bbc_ms-default-table td .goods-name dt {
    font-size: 12px;
    color: #333;
    text-overflow: ellipsis;
    display: block;
    text-align: left;
    max-width: 320px !important;
    max-height: 32px;
    padding-bottom: 4px;
    overflow: hidden;
}

.bbc_ms-default-table td .goods-name dt span {
    line-height: 16px;
    color: #FFF;
    background-color: #999;
    display: inline-block;
    *display: inline /*IE7*/;
    height: 16px;
    padding: 1px 4px;
    margin-right: 2px;
    *zoom: 1;
    box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.25);
    cursor: default;
}

.bbc_ms-default-table td .goods-name dt span.type-virtual {
    background-color: #3598DC;
}

.bbc_ms-default-table td .goods-name dt span.type-fcode {
    background-color: #9C59B8;
}

.bbc_ms-default-table td .goods-name dt span.type-presell {
    background-color: #1ABC9D;
}

.bbc_ms-default-table td .goods-name dt span.type-appoint {
    background-color:;
}

.bbc_ms-default-table td .goods-name dt a {
    color: #005EA6;
}

.bbc_ms-default-table td .goods-name dt a:hover {
    color: #e4393c;
}

.bbc_ms-default-table td .goods-name dd {
    line-height: 16px;
    display: block;
    height: 16px;
}

.bbc_ms-default-table td .goods-name .sale-type {
    background-color: #DA542E;
    padding: 1px 4px;
    color: #FFFFFF
}

.bbc_ms-default-table td .goods-name dd.serve {
    height: 18px;
    padding-top: 2px;
}

.bbc_ms-default-table td .goods-name dd.serve span {
    color: #555;
    vertical-align: middle;
    display: inline-block;
    *display: inline /*IE7*/;
    margin-right: 6px;
    position: relative;
    z-index: 1;
    *zoom: 1;
    cursor: default;
}

.bbc_ms-default-table td .goods-name dd.serve i {
    font-size: 18px;
    line-height: 20px;
}

.bbc_ms-default-table td .goods-name dd.serve i.commend {
    font-size: 12px;
    background-color: #CCC;
    color: #FFF !important;
    line-height: 16px;
    text-align: center;
    display: block;
    width: 16px;
    height: 16px;
    border-radius: 2px;
}

.bbc_ms-default-table td .goods-name dd.serve .open i {
    color: #3598DC;
}

.bbc_ms-default-table td .goods-name dd.serve .open i.commend {
    background-color: #E84C3D;
}

.bbc_ms-default-table td .goods-name dd.serve span .QRcode {
    background: #F5F5F5;
    display: none;
    width: 160px;
    padding: 5px;
    border: solid 1px #CCC;
    position: absolute;
    z-index: 99;
    top: -90px;
    right: -170px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}

.bbc_ms-default-table td .goods-name dd.serve span .QRcode a {
    line-height: 20px;
    display: block;
    text-align: right;
}

.bbc_ms-default-table td .goods-name dd.serve span .QRcode p {
    line-height: 0;
    background-color: #FFF;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
    *display: block;
    width: 160px;
    height: 160px;
    overflow: hidden;
}

.bbc_ms-default-table td .goods-name dd.serve span .QRcode img {
    max-width: 160px;
    max-height: 160px;
    margin-top: expression(160-this.height/2);
}

.bbc_ms-default-table td .goods-name dd.serve span:hover .QRcode {
    display: block;
}

.bd-line td {
    border-bottom: solid 1px #E6E6E6;
}

.order tbody tr td.sep-row {
    height: 12px;
    padding: 0;
    border: 0;
}

.order tbody tr:hover td.sep-row {
    background-color: #FFF;
    border: 0;
}

.order tbody tr th {
    color: #999;
    border: solid 1px #E6E6E6;
}

.order tbody tr th h3 {
    font-size: 12px;
    line-height: 20px;
    font-weight: bold;
    color: #555;
    vertical-align: middle;
    display: inline-block;
    margin: 0 10px;
}

.order tbody tr th time {
    font-size: 11px;
    line-height: 20px;
    color: #999;
    vertical-align: middle;
    display: inline-block;
    margin-right: 20px;
    -webkit-text-size-adjust: none;
}

.order tbody tr th time i {
    font-size: 12px;
    margin-right: 4px;
}

.order tbody tr td {
    border-bottom: 1px solid #E6E6E6;
    vertical-align: top;
}

.order tbody tr td.bdl {
    border-left: 1px solid #E6E6E6;
}

.order tbody tr td.bdr {
    border-right: 1px solid #E6E6E6;
}

.order .norecord {
    border-bottom: 0 !important;
}

.bbc_ms-order-amount {
    font: bold 12px/20px Verdana;
    color: #e4393c;
}

/* 按钮样式 */
.sld_sd_table_handle {
    font-size: 0;
    *word-spacing: -1px /*IE6、7*/;
}

.sld_sd_table_handle span {
    vertical-align: middle;
    letter-spacing: normal;
    word-spacing: normal;
    text-align: center;
    display: inline-block;
    padding: 0 4px;
    border-left: solid 1px #E6E6E6;
}

.sld_sd_table_handle span {
    *display: inline /*IE6,7*/;
}

.sld_sd_table_handle span:first-child {
    border-left: none 0;
}

.sld_sd_table_handle span a {
    color: #777;
    background-color: #FFF;
    display: block;
    padding: 3px 7px;
    margin: 1px;
}

.sld_sd_table_handle span a i {
    font-size: 14px;
    line-height: 16px;
    height: 16px;
    display: block;
    clear: both;
    margin: 0;
    padding: 0;
}

.sld_sd_table_handle span a p {
    font: 12px/16px arial;
    height: 16px;
    display: block;
    clear: both;
    margin: 0;
    padding: 0;
}

.sld_sd_table_handle span a:hover {
    text-decoration: none;
    color: #FFF;
    margin: 0;
    border-style: solid;
    border-width: 1px;
}

.w120strong {
    vertical-align: middle;
}

a.bbc_ms-btn-mini {
    font: normal 12px/20px arial;
    color: #333;
    background-color: #F5F5F5;
    text-align: center;
    vertical-align: middle;
    display: inline-block;
    height: 20px;
    padding: 4px 12px;
    margin-right: 2px;
    border-style: solid;
    border-width: 1px;
    border-color: #DCDCDC;
    cursor: pointer;
    border-radius: 5px;
}

a:hover.bbc_ms-btn-mini {
    text-decoration: none;
    color: #fff;
    background-color: #59a1f4;
    border-color: #59a1f4;
}

a:hover.bbc_ms-btn-mini i {
    color: #fff;
}

a.bbc_ms-btn {
    font: normal 12px/20px "microsoft yahei";
    color: #fff;
    background-color: #59a1f4;
    text-align: center;
    vertical-align: top;
    display: inline-block;
    height: 20px;
    padding: 4px 12px;
    border: solid 1px;
    border-color: #58a1f7;
    cursor: pointer;
    border-radius: 5px;
}

a:hover.search_hover, a:hover.sldbtn-grapefruit {
    background-color: #539be2 !important;
    border-color: #539be2 !important;
    color: #FFF !important;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.10);
}

a:hover.sldbtn-bittersweet {
    background-color: #FB6E52 !important;
    color: #fff !important;
}

a:hover.add_hover_color {
    color: #FFF !important;
}

a:hover.sldbtn-grapefruit {
    background-color: #fb5464 !important;
    border-color: #fb5464 !important;
    color: #FFF !important;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.10);
}

a:hover.bbc_ms-btn {
    text-decoration: none;
    color: #333;
    background-color: #58a1f7;
    border-color: #58a1f7;
}

a:hover.sldbtn-aqua {
    background-color: #539be2;
    border-color: #539be2;
    color: #FFF;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.10);
}

.bbc_ms-album li dl dd.buttons a i {
    color: #999;
}

.bbc_ms-album li dl dd a:hover i {
    color: #27A9E3;
}

.icon_color {
    color: #fff;
}

a.bbc_ms-btn-mini i, a.bbc_ms-btn i {
    font-size: 14px;
    vertical-align: middle;
    margin-right: 4px;
}

.add_callcenter, .cancle_iconcolor, .change_iconcolor, .add_rule_iconcolor {
    color: #fff;
}

.add_group_color, .add_iconcolor, .buy_meal_iconcolor {
    color: #fff;
}

.addmbuy_iconcolor {
    color: #fff;
    margin-right: 3px;
}

a.bbc_ms-btn-blue, a.bbc_ms-btn-acidblue, a.bbc_ms-btn-green, a.bbc_ms-btn-orange, a.bbc_ms-btn-red, a.bbc_ms-btn-black,
a:hover.bbc_ms-btn-blue, a:hover.bbc_ms-btn-acidblue, a:hover.bbc_ms-btn-green, a:hover.bbc_ms-btn-orange, a:hover.bbc_ms-btn-red, a:hover.bbc_ms-btn-black, .sld_sd_table_handle a.btn-orange-current {
    color: #FFF;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.10);
}

a.bbc_ms-btn-blue,
.sld_sd_table_handle a:hover.btn-blue {
    background-color: #006DCC;
}

a.bbc_ms-btn-acidblue,button.bbc_ms-btn-acidblue,
.sld_sd_table_handle a:hover.btn-acidblue {
    background-color: #59a1f4;
    border-color: #59a1f4;
}
button.bbc_ms-btn-acidblue2{
    background: #499249;
}

.truck_color {
    color: #fff;
}

a.bbc_ms-btn-green,
.sld_sd_table_handle a:hover.btn-green {
    background-color: #59a1f4;
    border-color: #59a1f4;
}

a.bbc_ms-btn-orange,
.sld_sd_table_handle a:hover.btn-orange,
.sld_sd_table_handle a.btn-orange-current {
    background-color: #59a1f4;
    margin: 0;
    border-style: solid;
    border-width: 1px;
    border-color: #59a1f4;
    border-radius: 3px;
}

a.bbc_ms-btn-red,
.sld_sd_table_handle a:hover.btn-red {
    background-color: #59a1f4;
}

a.bbc_ms-btn-black,
.sld_sd_table_handle a:hover.btn-black {
    background-color: #3d85cc;
    border-color: #3d85cc;
}

a:hover.bbc_ms-btn-blue {
    background-color: #0044CC;
    border-color: #003DB7 #003DB7 #003399 #003DB7;
}

a:hover.bbc_ms-btn-acidblue {
    background-color: #539be2;
    border-color: #539be2;
}

a:hover.bbc_ms-btn-green {
    background-color: #59a1f4;
    border-color: #59a1f4;
}

a:hover.bbc_ms-btn-orange {
    background-color: #539be2;
    border-color: #539be2;
}

a:hover.bbc_ms-btn-red {
    background-color: #58a1f7;
    border-color: #58a1f7;
}

a:hover.bbc_ms-btn-black {
    background-color: #222222;
    border-color: #1F1F1F #1F1F1F #191919 #1F1F1F;
}


.bbc_ms-upload-btn {
    vertical-align: top;
    display: inline-block;
    *display: inline /*IE7*/;
    width: 80px;
    height: 30px;
    *zoom: 1;
}

.bbc_ms-upload-btn a {
    display: block;
    position: relative;
    z-index: 1;
}

.bbc_ms-upload-btn span {
    width: 80px;
    height: 30px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    cursor: pointer;
}

.bbc_ms-upload-btn .input-file {
    width: 80px;
    height: 30px;
    padding: 0;
    margin: 0;
    border: none 0;
    opacity: 0;
    filter: alpha(opacity=0);
    cursor: pointer;
}

.bbc_ms-upload-btn p {
    font-size: 12px;
    line-height: 20px;
    background-color: #F5F5F5;
    color: #999;
    text-align: center;
    color: #666;
    width: 78px;
    height: 20px;
    padding: 4px 0;
    border: solid 1px;
    border-color: #DCDCDC #DCDCDC #B3B3B3 #DCDCDC;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

.bbc_ms-upload-btn p i {
    vertical-align: middle;
    margin-right: 4px;
}

.bbc_ms-upload-btn a:hover p {
    background-color: #E6E6E6;
    color: #333;
    border-color: #CFCFCF #CFCFCF #B3B3B3 #CFCFCF;
}

.show-album {
    font-size: 12px;
    color: #666;
    line-height: 20px;
    background-color: #F5F5F5;
    vertical-align: middle;
    display: inline-block;
    height: 20px;
    padding: 4px 8px;
    border: solid 1px;
    border-color: #DCDCDC #DCDCDC #B3B3B3 #DCDCDC;
}

.show-album i {
    margin-right: 4px;
}

.show-album:hover {
    color: #333;
    text-decoration: none;
    background-color: #E6E6E6;
    border-color: #CFCFCF #CFCFCF #B3B3B3 #CFCFCF
}

.submit-border {
    display: inline-block;
    *display: inline /*IE6,7*/;
    zoom: 1;
}

input[type="submit"], input.submit, a.submit {
    font-size: 16px !important;
    color: #FFF;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1);
    background-color: #58a1f7;
    display: block;
    height: 30px;
    padding: 0 20px 0px 20px;
    border: 0;
    cursor: pointer;
}

.submit-border:hover {
    borderd-color: #499249 #499249 #3D7A3D #499249;
}

input[type="submit"]:hover, input.submit:hover, a.submit:hover {
    text-decoration: none;
    color: #FFF;
    background-color: #539be2;
}

.order .buyer {
    color: #555;
    position: relative;
    display: block;
}

.order .buyer-info {
    display: none;
}

.order .buyer:hover .buyer-info {
    *width: 250px /*IE7*/;
    display: block;
    position: absolute;
    z-index: 8;
    top: -40px;
    left: 90px;
    border: solid 1px #FEC500;
    background-color: #FFF9D4;
    padding: 4px;
    border-radius: 5px;
}

.order .buyer-info em {
    background: url(../images/member/sldus_public.png) no-repeat scroll -173px -407px;
    width: 8px;
    height: 14px;
    position: absolute;
    z-index: 9;
    top: 37px;
    left: -8px;
}

.order .buyer-info .con {
    display: block;
    overflow: hidden;
    background: #FFF;
    padding: 5px;
}

.order .buyer-info h3 {
    font-size: 1em;
    font-weight: 700;
    color: #C33700;
    padding: 5px 0;
    overflow: hidden;
}

.order .buyer-info h3 i {
    background: url(../images/member/sldus_public.png) no-repeat scroll -143px -408px;
    width: 17px;
    height: 11px;
    float: left;
    margin: 5px 5px 4px 12px;
}

.order .buyer-info h3 span {
    float: left;
}

.order .buyer-info dl {
    color: #777;
    padding: 2px 0;
    width: 220px;
    overflow: hidden;
    clear: both;
}

.order .buyer-info dt {
    float: left;
    width: 80px;
    text-align: right;
}

.order .buyer-info dd {
    float: left;
    width: 140px;
    text-align: left;
}

/*商品列表页-SKU值显示部分*/
td.trigger i {
    color: #C8C8C8;
    cursor: pointer;
}

td.trigger i:hover {
    color: #27A9E3;
}

.bbc_ms-goods-sku.ps-container {
    background-color: #FCFCFC;
    text-align: left;
    width: 950px;
    padding-bottom: 3px;
    border: solid 1px #E6E6E6;
    position: relative;
    z-index: 1;
    overflow: hidden;
    box-shadow: 2px 2px 0 rgba(204, 204, 204, 0.1);
}

.bbc_ms-goods-sku-list {
    font-size: 0;
    *word-spacing: -1px /*IE6、7*/;
    white-space: nowrap;
    display: inline-block;
    *display: inline;
    margin: 10px 0;
    zoom: 1;
    overflow: hidden;
}

.bbc_ms-goods-sku-list li a.bbc_ms-btn-mini {
    border-radius: 5px;
    padding: 2px 12px;
    margin-top: 5px;
}

.bbc_ms-goods-sku-list li {
    font-size: 12px;
    vertical-align: top;
    letter-spacing: normal;
    word-spacing: normal;
    display: inline-block;
    *display: inline;
    width: 100px;
    padding: 0 9px 0 10px;
    margin-left: -1px;
    *zoom: 1;
    border-left: dashed 1px #E6E6E6;
}

.bbc_ms-goods-sku-list .goods-thumb {
    background-color: #FFF;
    width: 60px;
    height: 60px;
    padding: 1px;
    border: solid 1px #E6E6E6;
    margin: 0 auto 5px auto;
}

.bbc_ms-goods-sku-list .goods-thumb a {
    line-height: 0;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
    *display: block;
    width: 60px;
    height: 60px;
    overflow: hidden;
}

.bbc_ms-goods-sku-list .goods-thumb a img {
    max-width: 60px;
    max-height: 60px;
    margin-top: expression(60-this.height/2);
    *margin-top: expression(30-this.height/2) /*IE6,7*/;
}

.bbc_ms-goods-sku-list .goods_spec em,
.bbc_ms-goods-sku-list .goods-price em,
.bbc_ms-goods-sku-list .goods-storage em {
    font-weight: 600;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: middle;
    display: inline-block;
    *display: inline /*IE7*/;
    width: 60px;
    zoom: 1;
    overflow: hidden;
}

.bbc_ms-goods-sku-list .goods_spec em {
    color: #448944;
}

.bbc_ms-goods-sku-list .goods-price em {
    color: #F30;
}

.bbc_ms-goods-sku-list .goods-storage em {
    color: #27A9E3
}

/*商品规格-规格值添加相关样式*/
.bbc_ms-goods-spec {
    margin: 20px 0;
}

.bbc_ms-goods-spec .spec-tabmenu {
    margin-bottom: -1px;
}

.bbc_ms-goods-spec .spec-tabmenu ul {
    font-size: 0;
    *word-spacing: -1px /*IE6、7*/;
}

.bbc_ms-goods-spec .spec-tabmenu ul li {
    vertical-align: top;
    letter-spacing: normal;
    word-spacing: normal;
    display: inline-block;
    width: 115px;
    margin-right: 15px;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.bbc_ms-goods-spec .spec-tabmenu ul li {
    *display: inline /*IE6,7*/;
}

.bbc_ms-goods-spec .spec-tabmenu ul li a {
    font-size: 12px;
    line-height: 30px;
    color: #999;
    text-align: center;
    display: block;
    height: 30px;
    padding: 2px 0;
}

.bbc_ms-goods-spec .spec-tabmenu ul li a:hover {
    text-decoration: none;
    color: #27A9E3;
}

.bbc_ms-goods-spec .spec-tabmenu ul li.selected a {
    color: #27A9E3;
}

.bbc_ms-goods-spec .spec-iframe {
}

.bbc_ms-spec-info {
    width: 100%;
    padding: 10px 0;
    border-bottom: solid 1px #E6E6E6;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.bbc_ms-spec-info span {
    line-height: 30px;
    height: 30px;
    margin: 0 40px 0 10px;
}

.bbc_ms-spec-info a {
    position: absolute;
    z-index: 1;
    top: 10px !important;
    right: 10px !important;
}

/* 商品发布页面相关样式
------------------------------------------- */

/*发布流程步骤提示*/
.add-goods-step {
    font-size: 0;
    background-color: #FFF;
    *word-spacing: -1px /*IE6、7*/;
    padding: 115px 0 20px 20px;
    text-align: center
}

.add-goods-step li {
    color: #CCC;
    vertical-align: top;
    letter-spacing: normal;
    word-spacing: normal;
    display: inline-block;
    height: 50px;
    position: relative;
    z-index: 1;
}

.add-goods-step li {
    *display: inline /*IE6,7*/;
    zoom: 1;
}

.add-goods-step li .icon {
    font-size: 32px;
    line-height: 50px;
    text-align: center;
    width: 40px;
    height: 50px;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 5px;
}

.add-goods-step li h6 {
    font-size: 13px;
    line-height: 16px;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 50px;
    -webkit-text-size-adjust: none;
}

.add-goods-step li h2 {
    font-size: 24px;
    font-weight: lighter;
    line-height: 30px;
    color: #c8c9cc;
    position: absolute;
    z-index: 1;
    top: -50px;
    left: -66px;
    width: 150px;
}

.add-goods-step li .arrow {
    font-size: 20px;
    line-height: 50px;
    color: #CCC;
    text-align: center;
    width: 20px;
    height: 50px;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
}

.add-goods-step li.current,
.add-goods-step li.current h2 {
    color: #328df7;
}

.sticky .add-goods-step {
    width: 940px;
    height: 50px;
    padding: 10px 0 10px 20px;
    margin: 0;
    border-bottom: solid 1px #27A9E3;
    position: fixed;
    z-index: 99;
    top: 0;
}

.salegoods span a:hover, .salegoods span a:hover i, .salegoods span a:hover p {
    background: #59a1f4 !important;
    color: #fff;
    border: 1px solid #59a1f4 !important;
    border-radius: 3px;
}

.storage_goods span a:hover, .storage_goods span a:hover i, .storage_goods span a:hover p {
    background: #59a1f4 !important;
    color: #fff;
    border-radius: 3px;
}

.format_goods span a:hover, .format_goods span a:hover i, .format_goods span a:hover p {
    background: #3d85cc !important;
    color: #fff;
    border-radius: 3px;
}

/* 发布商品第一步-选择分类 */
.wp_data_loading {
    font-size: 12px;
    background-color: #FFF;
    display: none;
    width: 120px;
    height: 16px;
    padding: 20px;
    border: 1px solid #92AED1;
    margin-left: -81px;
    margin-top: -28px;
    position: absolute;
    z-index: 30;
    left: 50%;
    top: 50%;
    filter: alpha(opacity=75);
    -moz-opacity: 0.75;
    opacity: .75;
}

.data_loading {
    line-height: 16px;
    background: url(../images/loading.gif) no-repeat 0 0;
    padding-left: 30px;
}

.wp_sort {
    background-color: #fff;
    height: 440px;
    padding: 15px;
    margin: 10px auto;
    position: relative;
    z-index: 1;
}

.sort_title {
    font-size: 14px;
    line-height: 45px;
    color: #666;
    text-align: center;
    height: 45px;
    margin: 0 auto;
}

.sort_title .text {
    font: 14px/37px Arial;
    color: #777;
    background-color: #FFF;
    vertical-align: top;
    text-align: left;
    display: inline-block;
    width: 700px;
    height: 37px;
    padding: 4px;
    border: solid 1px #CCC;
    outline: 0 none;
    letter-spacing: normal;
    word-spacing: normal;
    *display: inline /*IE6,7*/;
    cursor: pointer;
    zoom: 1;
}

.sort_title .text:hover {
    color: #333;
    border-color: #59a1f4;
    box-shadow: 0 0 0 2px rgba(82, 168, 236, 0.15);
    outline: 0 none;
}

#commSelect {
    position: relative;
}

#commSelect div {
    font-size: 12px;
}

.sort_title i {
    color: #CCC;
    position: absolute;
    z-index: 1;
    top: 20px;
    left: 870px;
}

.sort_title:hover i {
    color: #333;
}

.select_list {
    background-color: #FFF;
    display: none;
    width: 708px;
    height: 200px;
    border: solid 1px #75B9F0;
    position: absolute;
    z-index: 2;
    top: 45px;
    left: -1px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.select_list ul {
    margin: 0;
    padding: 0;
}

.select_list ul li {
    display: block;
    clear: both;
    border-bottom: dashed 1px #E6E6E6;
    position: relative;
    z-index: 1;
}

.select_list ul li span {
    line-height: 35px;
    display: block;
    height: 35px;
    padding: 0 10px;
    margin: 0;
    cursor: pointer;
    font-size: 12px;
}

.select_list ul li:hover {
    color: #06C;
    background-color: #dceafa;
}

.select_list ul li a {
    width: 16px;
    height: 16px;
    color: #59a1f4;
    position: absolute;
    z-index: 2;
    top: 5px;
    right: 10px;
}

.select_list ul li a:hover {
    text-decoration: none;
    color: #DA542E;
}

.wp_sort_block {
    font-size: 0;
    *word-spacing: -1px /*IE6、7*/;
    margin: 43px 0 0 0;
    overflow: hidden;
    text-align: center
}

.sort_list {
    vertical-align: top;
    letter-spacing: normal;
    word-spacing: normal;
    display: inline-block;
    margin-right: 5%;
    border: solid 1px #dedcdc;
    *display: inline /*IE6,7*/;
    width: 20%;
}

.sort_list:first-child {
    margin-left: 15%;
}

.sort_list:last-child {
    margin-right: 10%;
}

.sort_list_last {
    margin-right: 0;
}

.wp_category_list {
    height: 315px;
    padding: 8px 4px 8px 8px;
    margin: 0;
}

.wp_category_list.blank {
    background-color: #c8c9cc;
}

.wp_category_list.blank .category_list {
    display: none;
}

.category_list {
    height: 315px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.category_list ul {
    margin: 0 15px 0 0;
}

.category_list ul li {
    clear: both;
}

.category_list ul li a {
    font-size: 12px;
    line-height: 20px;
    color: #333;
    display: block;
    height: 20px;
    padding: 9px 8px;
    margin: 1px;
    overflow: hidden;
    text-align: left
}

.category_list ul li a i {
    font-size: 12px;
    display: none;
}

.category_list ul li a.classDivClick {
    color: #4990e2;
    display: block;
    margin: 0;
    background: #dceafa;
    border: 1px solid #7db4f4;
}

.category_list ul li a.classDivClick i {
    font-size: 14px;
    display: block;
    margin-left: 6px;
    float: right;
}

.category_list ul li a:hover {
    text-decoration: none;
}

.category_list ul .hight_light {
    color: #f50;
}

.hover_tips_cont {
    font-size: 0;
    *word-spacing: -1px /*IE6、7*/;
    text-align: left;
    overflow: hidden;
}

.hover_tips_cont dt, .hover_tips_cont dd {
    font-size: 12px;
    vertical-align: top;
    letter-spacing: normal;
    word-spacing: normal;
    white-space: nowrap;
    display: inline-block;
    *display: inline /*IE6,7*/;
    zoom: 1;
}

.hover_tips_cont dd {
    font-weight: 600;
}

.hover_tips_cont dd i {
    margin: 0 5px;
}

.save_guige {
    border-radius: 5px;
}

.bottom .submit-border {
    margin: 10px auto;
}

.bottom .submit-border input {
    border-radius: 4px;
}
#submit_back{
    font-size: 12px!important;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
}
.bottom .submit {
    font: 14px/38px "microsoft yahei";
    text-align: center;
    min-width: 100px;
    *min-width: auto;
    height: 38px;
}

.bottom .submit_small {
    font: 14px/38px "microsoft yahei" !important;
    text-align: center;
    min-width: 100px;
    *min-width: auto;
    height: 38px !important;
}

.bottom a.submit {
    width: 100px;
    margin: 0 auto;
}

.bottom .submit[disabled="disabled"] {
    color: #fff;
    text-shadow: none;
    background-color: #c8c8c9;
    border: solid 1px #c8c8c9;
    cursor: default;
    font-size: 18px;
    font-weight: 600;
    border-radius: 4px;
}

#btn_explain_submit {
    border-radius: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
}

#confirm_button {
    border-radius: 5px;
}

/*商品添加步骤二运费模板样式 by hou*/
/* 发布商品-属性 */
.spec-bg {
    background-color: #FCFCFC;
}

.spec {
    font-size: 0;
    *word-spacing: -1px /*IE6、7*/;
}

.spec li {
    font-size: 12px;
    vertical-align: top;
    letter-spacing: normal;
    word-spacing: normal;
    display: inline-block;
    *display: inline /*IE6,7*/;
    width: 25%;
    margin-bottom: 6px;
    zoom: 1;
}

.spec li span {
    line-height: 30px;
    vertical-align: middle;
    margin-right: 6px;
}

.spec li span .text {
    vertical-align: middle;
    width: 130px;
}

.spec_table {
    background-color: #FFF;
    width: 100%;
    min-width: 830px;
    margin: 10px auto;
    border: solid 1px #BCE8F1;
    box-shadow: 3px 3px 0 rgba(153, 153, 153, 0.15);
}

.spec_table thead th {
    font-weight: 600;
    line-height: 24px;
    color: #3A87AD;
    background: #D9EDF7;
    height: 24px;
    padding: 5px 10px;
    text-align: left;
}

.spec_table .batch {
    vertical-align: middle;
    display: inline-block;
    margin-left: 4px;
    position: relative;
    z-index: 1;
}

.texttwo {
    padding: 4px !important;
}

.spec_table .batch i {
    color: #3A87AD;
}

.spec_table tbody td {
    height: 30px;
    padding: 5px 10px;
    border-top: solid 1px #BCE8F1;
}

.spec_table tbody td .text.price,
.spec_table tbody td .text.stock {
    width: 40px;
}

.spec_table tbody td .text.sku {
    width: 100px;
}

/* 供应商 阶梯价格 */
.ladder-price-dl{
    display: none;
}
.ladder-price{
    position: relative;
}
.ladder-price-main, .ladder-right-action{
    display: inline-block;
}
.ladder-right-action{
    position: absolute;
    left: 260px;
    margin-left: 21px;
}
.ladder-right-action span{
    position: absolute;
    left: 111px;
    top: 0px;
    display: block;
    width: 200px;
}
.ladder-price .ladder-price-item{
    margin-bottom: 5px;
}
.ladder-price .ladder-price-item .ladder-del-action{
    display: inline-block;
    min-width: 101px;
}


/* 发布商品-上传主图 */
.bbc_ms-goods-default-pic {
    overflow: hidden;
}

.bbc_ms-goods-default-pic .goodspic-uplaod {
    float: left;
}

.bbc_ms-goods-default-pic .goodspic-uplaod .upload-thumb {
    line-height: 0;
    background-color: #FFF;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
    *display: block;
    width: 160px;
    height: 160px;
    border: solid 1px #F5F5F5;
    overflow: hidden;
}

.bbc_ms-goods-default-pic .goodspic-uplaod .upload-thumb img {
    max-width: 160px;
    max-height: 160px;
    margin-top: expression(160-this.height/2);
    *margin-top: expression(80-this.height/2) /*IE6,7*/;
}

.bbc_ms-goods-default-pic .goodspic-uplaod .handle {
    height: 30px;
    margin: 10px 0;
}

.bbc_ms-goods-default-pic .faq {
    width: 300px;
    float: right;
}

.bbc_ms-form-goods-pic {
    min-height: 480px;
    overflow: hidden;
}

.bbc_ms-form-goods-pic .container {
    width: 900px;
    margin: 0 auto
}

.bbc_ms-form-goods-pic .sidebar {
    width: 900px;
    margin: 0 auto
}

.sticky #uploadHelp {
    width: 178px;
    position: fixed;
    z-index: 10;
    top: 75px;
}

.bbc_ms-form-goods-pic .bbc_ms-goodspic-list {
    margin-bottom: 20px;
    border: solid 1px #E6E6E6;
    overflow: hidden;
}

.bbc_ms-goodspic-list:hover {
    border-color: #AAA;
}

.bbc_ms-goodspic-list .title {
    background-color: #F5F5F5;
    height: 20px;
    padding: 5px 0 5px 12px;
    border-bottom: solid 1px #E6E6E6;
}

.bbc_ms-goodspic-list:hover .title {
    background-color: #CCC;
    border-color: #AAA;
}

.bbc_ms-goodspic-list .title h3 {
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    color: #555;
}

.bbc_ms-goodspic-list:hover .title h3 {
    color: #000;
}

/* 发布与编辑商品-AJAX图片上传及控制删除 */

.bbc_ms-goodspic-list ul {
    font-size: 0;
    *word-spacing: -1px /*IE6、7*/;
    margin-left: -1px;
}

.bbc_ms-goodspic-list ul li {
    font-size: 12px;
    vertical-align: top;
    letter-spacing: normal;
    word-spacing: normal;
    display: inline-block;
    *display: inline /*IE6,7*/;
    width: 178px;
    height: 180px;
    border-left: solid 1px #E6E6E6;
    position: relative;
    z-index: 1;
    zoom: 1;
}

.bbc_ms-goodspic-list:hover ul li {
    border-color: #CCC;
}

.bbc_ms-goodspic-list ul li .upload-thumb {
    line-height: 0;
    background-color: #FFF;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
    *display: block;
    width: 120px;
    height: 120px;
    border: solid 1px #F5F5F5;
    position: absolute;
    z-index: 1;
    top: 10px;
    left: 28px;
    overflow: hidden;
}

.bbc_ms-goodspic-list ul li .upload-thumb img {
    max-width: 120px;
    max-height: 120px;
    margin-top: expression(120-this.height/2);
    *margin-top: expression(60-this.height/2) /*IE6,7*/;
}

.bbc_ms-goodspic-list ul li .show-default {
    display: block;
    width: 120px;
    height: 30px;
    padding: 90px 0 0;
    border: solid 1px #F5F5F5;
    position: absolute;
    z-index: 2;
    top: 10px;
    left: 28px;
    cursor: pointer;
}

.bbc_ms-goodspic-list ul li .show-default:hover {
    border-color: #27A9E3;
}

.bbc_ms-goodspic-list ul li .show-default.selected,
.bbc_ms-goodspic-list ul li .show-default.selected:hover {
    border-color: #28B779;
}

.bbc_ms-goodspic-list ul li .show-default p {
    color: #28B779;
    line-height: 20px;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled='true', startColorstr='#E5FFFFFF', endColorstr='#E5FFFFFF');
    background: rgba(255, 255, 255, 0.9);
    display: none;
    height: 20px;
    padding: 5px;
}

.bbc_ms-goodspic-list ul li .show-default:hover p {
    color: #27A9E3;
    display: block;
}

.bbc_ms-goodspic-list ul li .show-default.selected p {
    color: #28B779;
    display: block;
}

.bbc_ms-goodspic-list ul li .show-default p i {
    font-size: 14px;
    margin-right: 4px;
}

.bbc_ms-goodspic-list ul li a.del {
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 9px;
    font-weight: lighter;
    background-color: #FFF;
    line-height: 14px;
    text-align: center;
    display: none;
    width: 14px;
    height: 14px;
    border-style: solid;
    border-width: 1px;
    border-radius: 8px;
    position: absolute;
    z-index: 3;
    top: -8px;
    right: -8px;
}

.bbc_ms-goodspic-list ul li .show-default:hover a.del {
    color: #27A9E3;
    display: block;
}

.bbc_ms-goodspic-list ul li .show-default.selected:hover a.del {
    color: #28B779;
}

.bbc_ms-goodspic-list ul li .show-default:hover a.del:hover {
    text-decoration: none;
}

.bbc_ms-goodspic-upload .show-sort {
    line-height: 20px;
    color: #999;
    width: 55px;
    height: 20px;
    padding: 4px 0 4px 4px;
    border-style: solid;
    border-color: #E6E6E6;
    border-width: 1px 0 1px 1px;
    position: absolute;
    z-index: 2;
    left: 28px;
    top: 140px;
}

.bbc_ms-goodspic-upload .show-sort .text {
    font-size: 12px;
    font-weight: bold;
    line-height: 20px;
    vertical-align: middle;
    width: 10px;
    height: 20px;
    padding: 0;
    border: none 0;
}

.bbc_ms-goodspic-upload .show-sort .text:focus {
    color: #28B779;
    text-decoration: underline;
    box-shadow: none;
}

.bbc_ms-goodspic-upload .bbc_ms-upload-btn {
    width: 60px;
    height: 30px;
    position: absolute;
    z-index: 1px;
    left: 88px;
    top: 140px;
}

.bbc_ms-goodspic-upload .bbc_ms-upload-btn span {
    width: 60px;
    height: 30px;
}

.bbc_ms-goodspic-upload .bbc_ms-upload-btn .input-file {
    width: 60px;
    height: 30px;
}

.bbc_ms-goodspic-upload .bbc_ms-upload-btn p {
    width: 58px;
    height: 20px;
}

.bbc_ms-select-album {
    background-color: #FFF;
    border-top: solid 1px #E6E6E6;
    padding: 10px;
}

.bbc_ms-goodspic-list:hover .bbc_ms-select-album {
    border-color: #CCC;
}

.bbc_ms-form-radio-list {
    font-size: 0;
    *word-spacing: -1px /*IE6、7*/;
}

.bbc_ms-form-radio-list li {
    font-size: 12px;
    vertical-align: top;
    letter-spacing: normal;
    word-spacing: normal;
    display: inline-block;
    margin-right: 30px;
}

.bbc_ms-form-radio-list li {
    *display: inline /*IE6,7*/;
}

.bbc_ms-form-radio-list li label {
    cursor: pointer;
}

.bbc_ms-form-radio-list li input[type="radio"],
.bbc_ms-form-radio-list li .radio {
    vertical-align: middle;
    margin-right: 4px;
}

.bbc_ms-form-radio-list li .transport-name {
    line-height: 20px;
    color: #555;
    background-color: #F5F5F5;
    display: none;
    height: 20px;
    padding: 4px;
    margin-right: 4px;
    border: dotted 1px #DCDCDC;
}

.select-template {
    line-height: 24px;
    color: #FFFFFF;
    background: #4AA5FF;
    height: 24px;
    padding: 0 6px;
    margin-left: 10px;
    border: solid #39F 1px;
    border-radius: 4px;
    cursor: pointer;
}

/*运费*/
.transportation {
    width: 918px;
    padding: 10px 0 10px 10px;
    border-top: 1px solid #efefef;
    font-size: 14px;
    color: #666;
    font-weight: bold;
}

.transportation span {
    padding-right: 20px;
    color: #3f3f3f;
}

.transportation span strong {
    font-weight: normal;
    font-size: 12px;
    color: #3f3f3f;
}

.transportation b {
    color: #ff4f01;
    font-size: 16px;
}

form .red {
    color: red;
    border: 0px;
}

form label.error {
    color:#F30;
    font-size:14px;
    margin-top:9px;
}

form input.error {
    border: red 1px dotted;
}

.select_add {
    float: left;
    width: 8%;
}

.gselector .search_btn {
    float: left;
    width: 78px;
    height: 24px;
    line-height: 20px;
    text-align: center;
    color: #3e3e3e;
    text-decoration: none;
    background: url(../images/member/btn.gif) no-repeat 0 -590px;
}

/* E 提示的样式*/
.sort_info {
    color: #f50;
    position: relative;
    font-size: 12px;
    font-family: "宋体"
}

.sort_info .title {
    color: #404040;
    float: left;
    width: 60px;
    line-height: 18px;
    display: block;
}

.sort_info .info {
    float: left;
    width: 860px;
    line-height: 18px;
    display: block;
}

.add_link {
    margin: 0 3px 0 10px;
}

.add_done {
    color: #093
}

.wp_launch {
    height: 21px;
    line-height: 21px;
    vertical-align: middle;
}

.wp_launch input {
    width: 21px;
    height: 21px;
    vertical-align: middle;
    padding: 0;
    outline: none;
    margin: -2px 0;
    margin: -4px 0 \9;
}

.current_sort {
    margin-top: 0px;
}

.current_sort .msg0-icon-help { /*margin-top:-2px\9;*/
}

.current_sort .help_tips {
    position: absolute;
    background-color: #FFF9CC;
    border: 1px solid #F4CB48;
    z-index: 20;
    display: block;
    width: 263px;
    color: #404040;
    padding: 2px 5px;
    text-align: left;
    left: 188px;
    top: 25px;
}

/*搜索结果*/
.wp_search_result {
    width: 978px;
    padding: 10px;
    height: 280px;
    border: 1px solid #d3e5f3;
    background: #f4fafe;
    margin-top: 10px;
}

.wp_search_result .loading {
    width: 100px;
    height: 20px;
    margin: 117px 0 0 414px;
    line-height: 20px;
}

.wp_search_result .loading img {
    width: 16px;
    height: 20px;
    float: left;
    margin-right: 5px;
}

.wp_search_result .loading .txt_searching {
    display: block;
    width: 75px;
    height: 20px;
    float: left;
    line-height: 20px;
}

.no_result .cont {
    max-width: 555px;
    margin: 70px auto 0 auto;
}

.no_result .cont p {
    height: 21px;
    line-height: 21px;
}

.no_result .cont .title {
    margin-bottom: 15px;
    font-size: 14px;
    display: block;
}

.no_result .cont span {
    color: #014ccc;
}

/*商品添加步骤一*/
.goods-release-success {
    width: 948px;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 30px;
    background-color: #F7FFE4;
    border: 1px solid #BAE241;
}

.goods-release-success h2 {
    font-size: 14px;
    line-height: 43px;
    font-weight: 700;
    background: url(../images/member/goods_add.gif) no-repeat left -100px;
    height: 43px;
    white-space: nowrap;
    padding-left: 50px;
}

.goods-release-success p {
    font-size: 16px;
    line-height: 32px;
    margin: 20px 0;
}

.goods-release-success p a {
    margin-left: 50px;
    _margin-left: 25px;
}

.goods-release-success dl {
    1px solid #BAE241;
}

.goods-release-success dl dt {
    line-height: 24px;
}

.goods-release-success dl dd {
    line-height: 20px;
    clear: both;
}

/* 从图片空间选择图片 */
.goods-gallery {
    display: block;
    overflow: hidden;
}

.goods-gallery .nav {
    background-color: #F5F5F5;
    height: 32px;
    padding: 4px;
}

.goods-gallery .nav .l {
    font-size: 12px;
    line-height: 30px;
    color: #999;
    float: left;
}

.goods-gallery .nav .r {
    float: right;
}

.goods-gallery .list {
    font-size: 0;
    *word-spacing: -1px /*IE6、7*/;
    text-align: left;
}

.goods-gallery .list li {
    vertical-align: top;
    letter-spacing: normal;
    word-spacing: normal;
    display: inline-block;
    width: 92px;
    height: 92px;
    padding: 12px;
    border: solid #E6E6E6;
    border-width: 1px 0 0 1px;
}

.goods-gallery .list li {
    *display: inline /*IE6,7*/;
}

.goods-gallery .list li a {
    line-height: 0;
    background-color: #FFF;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
    *display: block;
    width: 90px;
    height: 90px;
    border: solid 1px #FFF;
    overflow: hidden;
}

.goods-gallery .list li a img {
    max-width: 90px;
    max-height: 90px;
    margin-top: expression(90-this.height/2);
    *margin-top: expression(45-this.height/2) /*IE6,7*/;
}

.goods-gallery.add-step2 {
    width: 790px;
}

.goods-gallery.add-step2 .list {
    width: 791px;
    margin: -1px;
}

.goods-gallery.add-step2 .list li {
    padding: 10px;
}

.goods-specifications {
    clear: both;
}

.goods-seo {
    width: 768px;
    clear: both;
}

.goods-seo ul {
}

.goods-seo li {
    width: 438px;
    float: left;
    margin-bottom: 12px;
}

.goods-seo h2 {
    float: left;
    width: 60px;
    color: #656565;
    font-weight: normal;
    font-size: 12px;
}

.box_arr {
    width: 698px;
}

.box-arr {
    background-color: #F5F5F5;
    border: solid 1px #E7E7E7;
}

.box_arr .add_btn {
    display: block;
    width: 160px;
    height: 32px;
    line-height: 30px;
    text-align: center;
    color: #555;
    font-weight: bold;
    text-decoration: none;
    font-size: 14px;
    background: url(../images/member/btn.gif) 0 -499px;
}

.box_arr .pos_btn {
    width: 160px;
    margin: 20px auto 15px;
}

.box_arr .pos_txt {
    width: 240px;
    margin: 0 auto 20px;
    color: #b8b8b8;
}

.box_arr table {
    background: #FFF;
    width: 100%;
    border-right: solid 1px #E7E7E7;
    border-top: solid 1px #E7E7E7;
    border-collapse: collapse;
}

.box_arr table th {
    font-weight: normal;
    color: #555;
    line-height: 20px;
    background-color: #F5F5F5;
    border-bottom: solid 1px #E7E7E7;
    border-left: solid 1px #E7E7E7;
    padding: 4px 0;
}

.box_arr table td {
    line-height: 20px;
    text-align: center;
    color: #555;
    padding: 4px 0;
    border-bottom: solid 1px #E7E7E7;
    border-left: solid 1px #E7E7E7;
}

.box_arr .table_btn {
    width: 86px;
    height: 28px;
    margin: 10px auto;
}

.box_arr .table_btn a {
    display: block;
    width: 86px;
    height: 28px;
    font-size: 12px;
    padding-left: 15px;
    background: url(../images/member/btn.gif) 0 -973px;
    color: #555;
}

.distance {
    word-spacing: 15px;
}

.distance1 {
    width: 70px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    color: #919191;
}

.distance2 {
    width: 150px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    color: #919191;
}

.distance3 {
    width: 40px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    color: #919191;
}

#demo, #des_demo {
    line-height: 0;
    text-align: center;
    width: 100%
}

#demo .ajaxload,
#des_demo .ajaxload {
    width: 16px;
    height: 16px;
    margin: 80px auto;
}

.add_spec span {
    margin: 2px;
}

.add_spec .up_btn {
    display: block;
    float: left;
    margin-right: 3px;
    width: 16px;
    height: 16px;
    overflow: hidden;
    cursor: pointer;
    background: url(../images/member/ico.gif) 0 -1119px;
}

.add_spec .down_btn {
    display: block;
    float: left;
    margin-right: 3px;
    width: 16px;
    height: 16px;
    overflow: hidden;
    cursor: pointer;
    background: url(../images/member/ico.gif) 0 -1141px;
}

.add_spec .delete_btn {
    display: block;
    float: left;
    margin-right: 3px;
    width: 16px;
    height: 16px;
    overflow: hidden;
    cursor: pointer;
    background: url(../images/member/ico.gif) 0 -631px;
}

.add_spec .add {
    display: block;
    width: 506px;
    padding-left: 24px;
    height: 42px;
    line-height: 42px;
    color: #919191;
    border-top: 1px solid #DDD;
    border-bottom: 1px solid #DDD;
    background: url(../images/member/ico.gif) no-repeat 0px -1165px;
}

.add_spec .add:hover {
    color: red;
}

.btn_wrap {
    padding: 15px 0 10px;
    width: 530px;
    border-top: 2px solid #e3e3e3;
    margin-top: 1px;
    text-align: center;
}

.btn_wrap .btn {
    border: 0;
    width: 120px;
    height: 32px;
    background: url(../images/member/btn.gif) no-repeat 0 -253px;
    cursor: pointer;
    font-weight: bold;
    color: #FFF;
}

.add_spec_bottom {
    position: absolute;
    top: 6px;
    left: -7px;
    width: 552px;
    height: 3px;
    overflow: hidden;
    background: #000;
    -moz-opacity: 0.2;
    opacity: .2;
    filter: alpha(opacity=20);
}

/* 查看订单 */

.sldu-order-view {
    padding: 10px 20px;
    background: #fff;
    overflow: hidden;
    border-radius: 4px;
}

.sldu-order-view h2 {
    font-family: "microsoft yahei";
    font-size: 20px;
    color: #498CD0;
    line-height: 40px;
    height: 40px;
    padding-left: 10px;
    border-bottom: solid 1px #C4D5E0;
}

.sldu-order-view h3 {
    font-family: "microsoft yahei";
    font-size: 1.2em;
    color: #4990e2;
    background-color: #dceafa;
    padding: 8px 0 8px 12px;
    border: solid #7db4f4 1px;
    overflow: hidden;
}

.sldu-order-view h4 {
    font-weight: 600;
    padding: 6px 0 6px 12px;
    color: #555;
    font-size: 15px;
}

.sldu-order-view dl {
    padding: 10px 1px;
    overflow: hidden;
}

.sldu-order-view dt {
    padding: 6px 0;
    float: left;
    color: #5F718B;
    width: 9%;
    text-align: right;
}

.sldu-order-view dd {
    padding: 6px 0;
    float: left;
    color: #888;
    width: 24%;
}

.sldu-order-view dd strong {
    color: #fe4e02;
}

.sldu-order-view .upload-appeal-pic {
    padding: 5px;
    margin-left: 28px;
}

.sldu-order-view .upload-appeal-pic p {
    padding: 5px;
}

.order_detail_list {
    clear: both;
    list-style: none;
    color: #656565;
}

.order_detail_list li {
    padding: 8px 10px;
    border-top: 1px solid #efefef;
}

.sldu-order-view .log-list {
    color: #666;
    list-style: none;
    padding: 5px 10px;
}

.sldu-order-view .log-list li {
    margin: 8px 0px;
}

.sldu-order-view .log-list li .operator {
    font-weight: 700;
    color: #FE5400;
    margin-right: 5px;
}

.sldu-order-view .log-list li .log-time {
    font-style: italic;
    margin: 0px 5px;
    font-weight: 700;
}

.sldu-order-view .log-list li .order-status {
    font-style: italic;
    margin: 0px 5px;
    font-weight: 700;
}

.sldu-order-view .log-list li .reason {
    font-style: italic;
    margin: 0px 5px;
    font-weight: bold;
}

/* 发货 */
.deliver td.goods-info dl {
    width: 340px;
    line-height: 20px;
    padding: 0;
}

.deliver td.goods-info dl dt {
    display: inline-block;
    text-align: left;
    width: 100%;
    vertical-align: top !important;
}

.deliver td.goods-info dl dd {
    display: inline-block;
    width: 100%;
    text-align: left;
}

.deliver td.order-info dl {
    font-size: 0;
    *word-spacing: -1px /*IE6、7*/;
    width: 96%;
    margin: 0 auto 10px auto;
}

.deliver td.order-info dl dt {
    font-size: 12px;
    vertical-align: top;
    letter-spacing: normal;
    word-spacing: normal;
    text-align: right;
    display: inline-block;
    *display: inline /*IE7*/;
    *zoom: 1;
    width: 15%;
}

.deliver td.order-info dl dd {
    font-size: 12px;
    vertical-align: top;
    letter-spacing: normal;
    word-spacing: normal;
    text-align: left;
    display: inline-block;
    *display: inline /*IE7*/;
    *zoom: 1;
    width: 85%;
}

.step-title {
    margin: 12px 0;
    font-size: 14px;
    font-weight: 600;
    color: #555;
}

.step-title em {
    font-weight: 600;
    color: #F60;
    margin-right: 12px;
}

.deliver-sell-info {
    border: solid 1px #D8D8D8;
    padding: 8px;
    line-height: 20px;
    overflow: hidden;
}

/* 订单物流跟踪 */
.express-info {
    width: 99%;
    border: solid 1px #D8D8D8;
    padding: 0 !important;
    margin: 10px auto;
    overflow: hidden;
}

.express-info dt {
    color: #333 !important;
    float: none !important;
    background: #F7F7F7;
    padding: 6px !important;
    width: auto !important;
    height: 20px;
    text-align: left;
}

.express-info dd {
    color: #333 !important;
    border-top: solid 1px #D8D8D8;
    padding: 6px !important;
    width: auto !important;
    height: 20px;
    float: none !important;
}

.express-detail {
    width: 750px;
    float: right;
    display: block;
    position: relative;
    z-index: 1;
    border-left: solid 1px #BADCFE;
}

.express-detail .sidebar {
    background: none repeat scroll 0 0 #F0F7FF;
    width: 190px !important;
    padding: 6px 0 !important;
    border: solid 1px #BADCFE;
    position: absolute;
    z-index: 1;
    top: 48px;
    left: -192px;
}

.express-detail .sidebar p {
    padding: 0 8px 0 12px;
}

.express-log {
    border: solid 1px #E7E7E7;
    background: #FAFAFA;
    margin: 10px 0;
    padding: 10px;
}

.express-log li {
    line-height: 24px;
    padding: 2px 10px;
}

.express-log li:hover {
    background: #555;
    color: #FFF;
}

.express-log li.loading {
    background: url(../images/loading.gif) no-repeat scroll left center;
    padding-left: 24px;
}

.express-add {
    clear: both;
    margin: 10px 0;
    background: none repeat scroll 0 0 #F0F7FF;
    border: 1px solid #BADCFE;
    padding: 4px 16px;
}

.express-add p {
    line-height: 28px;
}

.express-oredr {
}

.express-oredr h4 {
    border-bottom: solid 1px #D8D8D8 !important;
    padding: 0 !important;
    line-height: 28px;
}

.express-oredr ul {
    width: 98%;
    padding-bottom: 20px;
    margin: 0 auto;
    overflow: hidden;
}

.express-oredr li {
    float: left;
    display: block;
    width: 110px;
    padding: 20px 0 0 0;
}

.express-oredr li .goods-pic-small {
    width: 60px;
    height: 60px;
    margin: 0 auto;
}

.express-oredr li .goods-price {
    font-weight: 500 !important;
    width: 80px !important;
    margin: 0 auto;
}

.express-oredr li .goods-name {
    width: 80px !important;
    margin: 0 auto;
    line-height: 24px;
    text-overflow: ellipsis;
    height: 24px;
    overflow: hidden;
    white-space: nowrap;
}

/* 商品发布表单样式*/
.bbc_ms-form-goods {
    border: solid #E6E6E6;
    border-width: 1px 1px 0 1px;
}

.bbc_ms-form-goods h3 {
    font-size: 14px;
    font-weight: 600;
    line-height: 22px;
    color: #000;
    clear: both;
    background-color: #F5F5F5;
    padding: 5px 0 5px 12px;
    border-bottom: solid 1px #E7E7E7;
}

.bbc_ms-form-goods dl {
    font-size: 0;
    *word-spacing: -1px /*IE6、7*/;
    line-height: 20px;
    clear: both;
    padding: 0;
    margin: 0;
    border-bottom: solid 1px #E6E6E6;
    overflow: hidden;
}

.bbc_ms-form-goods dl:hover .hint {
    color: #666;
}

.bbc_ms-form-goods dl.bottom {
    border-bottom-width: 0px;
}

.bbc_ms-form-goods dl dt {
    font-size: 12px;
    line-height: 30px;
    color: #333;
    vertical-align: top;
    letter-spacing: normal;
    word-spacing: normal;
    text-align: right;
    display: inline-block;
    width: 13%;
    padding: 8px 1% 8px 0;
    margin: 0;
}

.bbc_ms-form-goods dl dt {
    *display: inline /*IE6,7*/;
}

.bbc_ms-form-goods dl dt i.required {
    font: 12px/16px Tahoma;
    color: #F30;
    vertical-align: middle;
    margin-right: 4px;
}

.bbc_ms-form-goods dl dd {
    font-size: 12px;
    line-height: 30px;
    vertical-align: top;
    letter-spacing: normal;
    word-spacing: normal;
    display: inline-block;
    width: 84%;
    padding: 8px 0 8px 1%;
    border-left: solid 1px #E6E6E6;
}

.bbc_ms-form-goods dl dd {
    *display: inline /*IE6,7*/;
}

.bbc_ms-form-goods dl dd p {
    clear: both;
}

.bbc_ms-form-goods textarea {
    width: 198px;
    height: 64px;
}

.goods-attribute {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 1px solid #D3E5F3;
}

.goods-attribute dl.tit {
    background-color: #F4FAFE;
    padding: 4px;
    width: 990px;
}

.goods-attribute dl h3 {
    font-size: 14px;
    color: #3366CC;
    line-height: 20px;
    height: 20px;
    padding: 0;
}

.goods-attribute dl {
    display: block;
    width: 100%;
    float: left;
    padding: 0px;
    border-bottom: solid 1px #D3E5F3;
    clear: left;
    overflow: hidden;
}

.goods-attribute dl dt {
    line-height: 20px;
    color: #404040;
    text-align: right;
    display: block;
    width: 110px;
    float: left;
    padding: 8px 8px 8px 0;
}

.goods-attribute dl dd {
    display: block;
    width: 863px;
    padding: 8px;
    float: left;
    border-left: solid 1px #D3E5F3;
}

.goods-attribute dl dt span {
    line-height: 22px;
    padding: 0 4px;
}

.goods-attribute dl dd .new_add {
}

.goods-attribute dl dd.spec-dd {
    max-height: 400px;
    _height: e-xpression(this.scrollHeight > 400 ? "400px": "auto");
    overflow: auto;
}

.goods-attribute dl dd .btn {
    line-height: 20px;
    text-align: center;
    color: #3e3e3e;
    text-decoration: none;
    background: url(../images/member/btn.gif) 0 -590px;
    display: inline;
    float: left;
    width: 78px;
    height: 24px;
    margin-left: 10px;
}

.goods-attribute dl dd .new_add i {
    float: left;
    color: #b9b9b9;
    margin-left: 10px;
    line-height: 22px;
    display: inline;
    font-style: normal;
}

.goods-attribute dl dd p {
    clear: both;
}

.goods-attribute dl .arrange {
    float: left;
    width: 358px;
    position: relative;
}

.goods-attribute dl .red {
    color: #FF3300;
    font-weight: bold;
}

.goods-attribute dl .gray {
    color: #b9b9b9;
}

.goods-attribute dl .unit {
    color: #3e3e3e;
    padding-left: 10px;
}

/*空间相册对应样式*/
.upload-con {
    background-color: #FFF;
    width: 174px;
    padding: 9px;
    border: solid 1px #59a1f4;
    position: absolute;
    z-index: 99;
    top: 27px;
    right: 0px;
}

#uploader {
    margin-top: 5px;
}

.sticky .upload-con {
    top: 37px;
}

.upload-con-div {
    line-height: 30px;
    display: block;
    height: 30px;
    padding-bottom: 9px;
    margin-bottom: 9px;
    border-bottom: dotted 1px #DDD;
}

.upload-con-div .bbc_ms-upload-btn {
    vertical-align: middle;
    display: inline-block;
    *display: inline /*IE7*/;
    margin-left: 3px;
    *zoom: 1;
}

.upload-pmgressbar {
}

.upload-pmgressbar div {
    background-color: #F7F7F7;
    width: 146px;
    height: 24px;
    margin-top: 4px;
    padding: 4px 14px;
}

.upload-pmgressbar div p {
    font: 10px/12px Arial;
    width: 146px;
    height: 12px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.upload-pmgressbar div p.loading {
    background: url(../images/member/upload_loading.gif) no-repeat 0 0;
    height: 8px;
    border-radius: 4px;
}

.upload-wrap .progressWrapper {
    width: 210px;
    overflow: hidden;
}

.upload-wrap .btn1 {
    width: 86px;
    height: 28px;
    margin: 0 auto;
    text-align: center;
    background: url(../images/member/btn.gif) no-repeat 0 -803px;
    overflow: hidden;
}

.upload-wrap .btn2 {
    width: 79px;
    height: 28px;
    margin: 0 auto;
    padding-left: 10px;
    background: url(../images/member/btn.gif) no-repeat 0 -837px;
    overflow: hidden;
}

.upload_file {
    padding: 8px 0 6px;
}

.upload-txt {
    line-height: 18px;
    font-weight: normal;
    margin-top: 8px;
}

.upload-txt span {
    color: #999;
}

.bbc_ms-picture-folder {
}

.bbc_ms-album-intro {
    min-height: 52px;
    padding: 10px 0 10px 60px;
    border-bottom: 1px solid #E6E6E6;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.bbc_ms-album-intro .album-covers {
    line-height: 0;
    background-color: #FFF;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
    *display: block;
    width: 48px;
    height: 48px;
    border: solid 1px #E6E6E6;
    overflow: hidden;
    position: absolute;
    z-index: 1;
    top: 12px;
    left: 0;
}

.bbc_ms-album-intro .album-covers img {
    max-width: 48px;
    max-height: 48px;
    margin-top: expression(48-this.height/2);
    *margin-top: expression(24-this.height/2) /*IE6,7*/;
}

.bbc_ms-album-intro .album-covers i {
    font-size: 24px;
    line-height: 48px;
    color: #DDD;
}

.bbc_ms-album-intro .album-name {
    font: bold 14px/20px "microsoft yahei";
    color: #59a1f4;
    width: 75%;
    height: 20px;
    margin-bottom: 2px;
}

.bbc_ms-album-intro .album-info {
    font: normal 12px/16px "microsoft yahei";
    color: #999;
    width: 75%;
    height: 32px;
    overflow: hidden;
}

.change-info {
    line-height: 18px;
    background-color: #FFFAE3;
    height: 18px;
    padding: 6px;
    margin-top: 10px;
    border: 1px solid #F1E38B;
}

.change-info p {
    padding-left: 24px;
}

.change-info .ico {
    background: url(../images/member/ico.gif) no-repeat 3px -2867px;
    color: #F60;
}

/*相册图片列表*/
.bbc_ms-album, .bbc_ms-picture-list {
    text-align: left;
    margin: 20px 0;
    overflow: hidden;
}

.bbc_ms-album ul, .bbc_ms-picture-list ul {
    font-size: 0;
    *word-spacing: -1px /*IE6、7*/;
    clear: both;
    width: 100%;
    margin: 0 0 -1px -1px;
}

.bbc_ms-album li, .bbc_ms-picture-list li {
    vertical-align: top;
    letter-spacing: normal;
    word-spacing: normal;
    display: inline-block;
    width: 190px;
    height: 260px;
    border-style: solid;
    border-color: #E6E6E6;
    border-width: 0 0 1px 1px;
    position: relative;
    z-index: 1;
}

.bbc_ms-album li, .bbc_ms-picture-list li {
    *display: inline /*IE6,7*/;
}

.bbc_ms-album li.hover, .bbc_ms-picture-list li.hover {
    z-index: 2;
}

.bbc_ms-album li dl, .bbc_ms-picture-list li dl {
    font-size: 12px;
    width: 162px;
    height: 232px;
    padding: 14px;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
}

.bbc_ms-album li.hover dl, .bbc_ms-picture-list li.hover dl {
    background-color: #E6E6E6;
    border: solid 1px #CCC;
    top: -1px;
    left: -1px;
}

.bbc_ms-album li dl dt, .bbc_ms-picture-list li dl dt {
    width: 160px;
    height: 185px;
}

.bbc_ms-album li dl dt .covers, .bbc_ms-picture-list li dl dt .picture {
    width: 160px;
    height: 160px;
    border: solid 1px #FAFAFA;
}

.bbc_ms-album li dl dt .covers a,
.bbc_ms-picture-list li dl dt .picture a {
    line-height: 0;
    background-color: #FFF;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
    *display: block;
    width: 160px;
    height: 160px;
    overflow: hidden;
}

.bbc_ms-album li dl dt .covers a img,
.bbc_ms-picture-list li dl dt .picture a img {
    max-width: 160px;
    max-height: 160px;
    margin-top: expression(160-this.height/2);
    *margin-top: expression(80-this.height/2) /*IE6,7*/;
}

.bbc_ms-album li dl dt .covers a i {
    font-size: 64px;
    text-decoration: none;
    color: #AAA;
}

.bbc_ms-album li dl dt .covers a:hover i {
    color: #27A9E3;
}

.bbc_ms-album li dl dt h3 {
    font-size: 14px;
    font-weight: lighter;
    line-height: 20px;
    color: #555;
    white-space: nowrap;
    width: 150px;
    height: 20px;
    margin: 5px auto;
    overflow: hidden;
}

.bbc_ms-album li dl dt h3 a {
    color: #27A9E3;
}

.bbc_ms-picture-list li dl dt .editInput1 {
    font-size: 12px;
    font-weight: bold;
    line-height: 20px;
    color: #555;
    background-color: transparent;
    width: 140px;
    height: 20px;
    border: 0;
    position: absolute;
    z-index: 1;
    top: 180px;
    left: 15px;
}

.bbc_ms-picture-list li dl dt .editInput2 {
    font-size: 12px;
    line-height: 18px;
    color: #333;
    width: 152px;
    height: 18px;
    padding: 1px 3px;
    border: 1px solid #75B9F0;
    box-shadow: 0 0 0 2px rgba(82, 168, 236, 0.15);
    outline: 0 none;
    position: absolute;
    z-index: 2;
    top: 180px;
    left: 15px;
}

.bbc_ms-picture-list li dl dt .checkbox {
    position: absolute;
    z-index: 2;
    top: 15px;
    left: 15px;
}

.bbc_ms-picture-list li dl dt span {
    font-size: 12px;
    line-height: 16px;
    vertical-align: middle;
    text-align: center;
    width: 16px;
    height: 16px;
    position: absolute;
    z-index: 2;
    top: 182px;
    right: 17px;
}

.bbc_ms-album li dl dd.date, .bbc_ms-picture-list li dl dd.date {
    font-size: 12px;
    line-height: 22px;
    color: #999;
    width: 160px;
    height: 60px;
    position: absolute;
    z-index: 3;
    top: 204px;
    left: 8px;
    padding: 0 0 0 8px;
}

.bbc_ms-album li dl dd.date {
    height: 22px;
    left: 12px;
}

.bbc_ms-picture-list li.hover dl dd.date {
    display: none;
}

.bbc_ms-album li dl dd.buttons, .bbc_ms-picture-list li dl dd.buttons {
    font-size: 0;
    *word-spacing: -1px /*IE6、7*/;
    display: none;
    width: 170px;
    height: 50px;
    padding: 0px;
    position: absolute;
    top: 205px;
    left: 12px;
    z-index: 3;
}

.bbc_ms-album li dl dd.buttons {
    height: 30px;
    top: 228px;
}

.bbc_ms-album li.hover dl dd.buttons,
.bbc_ms-picture-list li.hover dl dd.buttons {
    display: block;
}

.bbc_ms-picture-list li dl dd.buttons .upload-btn {
    width: 85px;
    height: 25px;
    display: inline-block;
    *display: inline /*IE6,7*/;
    zoom: 1;
}

.bbc_ms-picture-list li dl dd.buttons .upload-btn span {
    width: 80px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    cursor: pointer;
}

.bbc_ms-picture-list li dl dd.buttons .upload-btn .input-file {
    width: 80px;
    height: 20px;
    opacity: 0;
    filter: alpha(opacity=0);
    cursor: pointer;
}

.bbc_ms-picture-list li dl dd.buttons .upload-btn .upload-button {
    font-size: 12px;
    line-height: 20px;
    width: 68px;
    height: 16px;
    padding: 2px 6px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

.bbc_ms-album li dl dd.buttons a, .bbc_ms-picture-list li dl dd.buttons a {
    font-size: 12px;
    line-height: 16px;
    color: #999;
    background-color: #FFF;
    vertical-align: top;
    letter-spacing: normal;
    word-spacing: normal;
    display: inline-block;
    width: 68px;
    height: 16px;
    padding: 2px 6px;
    margin: 0 5px 5px 0;
    border-radius: 2px;
}

.bbc_ms-album li dl dd.buttons a i, .bbc_ms-picture-list li dl dd.buttons a i {
    margin-right: 4px;
}

.bbc_ms-album li dl dd a:hover, .bbc_ms-picture-list li dl dd a:hover {
    text-decoration: none;
    color: #59a1f4;
    box-shadow: 0 0 4px rgba(153, 153, 153, 0.75);
}

.bbc_ms-picture-list li dl dd a:hover .upload-button {
    color: #27A9E3;
}

.bbc_ms-picture-list li dl dd a i {
    color: #999;
}

.bbc_ms-picture-list li dl dd a:hover i {
    color: #59a1f4;
}

#batchClass {
    margin-top: 10px;
}

#batchClass input {
    background: #3d85cc;
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    margin-left: 8px;
}

.ad-gallery {
    background-color: #FFF;
}

.ad-gallery, .ad-gallery * {
    padding: 0;
    margin: 0;
}

.ad-gallery .ad-nav {
    width: 96%;
    padding: 15px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.ad-gallery .ad-forward, .ad-gallery .ad-back {
    height: 100%;
    position: absolute;
    top: 3px;
    z-index: 10;
}

/* IE 6 doesn't like height: 100% */
* html .ad-gallery .ad-forward, * html .ad-gallery .ad-back {
    height: 90px;
}

.ad-gallery .ad-back {
    background: url(../images/member/ad_scroll.png) 0% 0% no-repeat;
    display: block;
    width: 17px;
    left: -20px;
    cursor: pointer;
}

.ad-gallery .ad-forward {
    background: url(../images/member/ad_scroll.png) 100% 0% no-repeat;
    display: block;
    width: 17px;
    left: 1070px;
    cursor: pointer
}

.ad-gallery .ad-nav .ad-thumbs {
    width: 100%;
    overflow: hidden;
}

.ad-gallery .ad-thumbs .ad-thumb-list {
    list-style: none;
    width: 9000px;
    height: 96px;
    float: left;
}

.ad-gallery .ad-thumbs li {
    display: inline;
    width: 96px;
    height: 96px;
    float: left;
    padding: 0 9px 0 0;
    margin: 0;
    overflow: hidden;
}

.ad-gallery .ad-thumbs li a {
    line-height: 0;
    background-color: #FFF;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
    *display: block;
    width: 90px;
    height: 90px;
    margin: 1px;
    border: 1px solid #F5F5F5;
    overflow: hidden;
}

.ad-gallery .ad-thumbs li a.ad-active {
    border: 2px solid #0099FF;
    margin: 0px;
}

.ad-gallery .ad-thumbs li a img, .ad-gallery .ad-thumbs li a.ad-active img {
    max-width: 90px;
    max-height: 90px;
    margin-top: expression(90-this.height/2);
    *margin-top: expression(45-this.height/2) /*IE6,7*/;
}

.ad-image-date {
    width: 240px;
    float: left;
    margin-left: 180px;
}

.ad-image-date dt {
    line-height: 20px;
    font-weight: 600;
    color: #555;
    width: 100%;
    float: left;
    border-bottom: solid 1px #E7E7E7;
    font-size: 13px;
    padding: 5px 0;
}

.ad-image-date dd {
    color: #999;
    float: left;
    width: 100%;
    padding: 5px 0 25px 0;
}

.ad-image-date dd p {
    line-height: 20px;
    display: block;
    width: 100%;
    clear: both;
    padding-top: 4px;
    padding-bottom: 4px;
}

.ad-image-date dd p b {
    font-weight: normal;
    text-align: right;
    color: #555;
    width: 75px;
    float: left;
}

.ad-image-date dd p span {
    background-image: none;
    padding-left: 10px;
    float: left;
}

.ad-image-date dd p span a {
    line-height: 20px;
    text-decoration: underline;
    color: #999;
    background: url(../images/member/album_bg.gif) no-repeat;
    width: 34px;
    height: 20px;
    padding-left: 26px;
    margin-right: 5px;
    display: block;
    float: left;
}

.ad-image-date dd p span a:hover {
    color: #FFF;
    text-decoration: none;
}

.ad-image-date dd p span a.copy {
    background-position: -148px -400px;
}

.ad-image-date dd p span a:hover.copy {
    background-position: 0px -400px;
}

.ad-image-date dd p span a.view {
    background-position: -148px -420px;
}

.ad-image-date dd p span a:hover.view {
    background-position: -60px -400px;
}

.ad-gallery .ad-image-wrapper {
    width: 680px;
    height: 680px;
    float: left;
    border: solid 3px #E7E7E7;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.ad-gallery .ad-image-wrapper .ad-loader {
    border: 1px solid #CCC;
    position: absolute;
    z-index: 10;
    top: 48%;
    left: 48%;
}

.ad-gallery .ad-image-wrapper .ad-next {
    display: block;
    width: 25%;
    height: 100%;
    position: absolute;
    z-index: 100;
    top: 0;
    right: 0;
    cursor: pointer;
}

.ad-gallery .ad-image-wrapper .ad-prev {
    display: block;
    width: 25%;
    height: 100%;
    position: absolute;
    z-index: 100;
    top: 0;
    left: 0;
    cursor: pointer;
}

.ad-gallery .ad-image-wrapper .ad-prev, .ad-gallery .ad-image-wrapper .ad-next { /* Or else IE will hide it */
    background: url(../images/member/non-existing.jpg) \9
}

.ad-gallery .ad-image-wrapper .ad-prev .ad-prev-image, .ad-gallery .ad-image-wrapper .ad-next .ad-next-image {
    background: url(../images/member/ad_prev.png);
    display: none;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 47%;
    left: 0;
    z-index: 101;
}

.ad-gallery .ad-image-wrapper .ad-next .ad-next-image {
    background: url(../images/member/ad_next.png);
    width: 30px;
    height: 30px;
    right: 0;
    left: auto;
}

.ad-gallery .ad-image-wrapper .ad-image {
    position: absolute;
    z-index: 9;
    top: 0;
    left: 0;
    overflow: hidden;
}

.ad-gallery .ad-image-wrapper .ad-image a img {
    border: 0;
}

.ad-gallery .ad-image-wrapper .ad-image .ad-image-description {
    color: #000;
    background: url(../images/member/opa75.png);
    text-align: left;
    width: 100%;
    padding: 7px;
    position: absolute;
    z-index: 2;
    bottom: 0px;
    left: 0px;
}

* html .ad-gallery .ad-image-wrapper .ad-image .ad-image-description {
    background: none;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (enabled=true, sizingMethod=scale, src='../images/member/opa75.png');
}

.ad-gallery .ad-image-wrapper .ad-image .ad-image-description .ad-description-title {
    display: block;
}

.ad-gallery .ad-controls {
    line-height: 16px;
    width: 540px;
    height: 16px;
    padding: 4px;
    margin-top: 10px;
    margin-left: 22px;
}

.ad-gallery .ad-info {
    width: 100px;
    float: left;
}

.ad-gallery .ad-slideshow-controls {
    width: 130px;
    float: right;
}

.ad-gallery .ad-slideshow-controls .ad-slideshow-start {
    font-size: 12px;
    line-height: 16px;
    background: url(../images/member/album_bg.gif) no-repeat 0px -424px;
    display: block;
    height: 16px;
    float: left;
    padding-right: 5px;
    padding-left: 16px;
    cursor: pointer;
}

.ad-gallery .ad-slideshow-controls .ad-slideshow-stop {
    font-size: 12px;
    line-height: 16px;
    background: url(../images/member/album_bg.gif) no-repeat 0px -440px;
    display: block;
    height: 16px;
    float: left;
    padding-right: 5px;
    padding-left: 16px;
    cursor: pointer;
}

.ad-gallery .ad-slideshow-controls .ad-slideshow-countdown {
    font-size: 0.9em;
    color: #BBB;
}

.ad-gallery .ad-slideshow-running .ad-slideshow-start {
    color: #36C;
    background-position: 0px -456px;
    cursor: default;
}

/* Can't do display none, since Opera won't load the images then */
.ad-preloads {
    position: absolute;
    top: -9000px;
    left: -9000px;
}

.ad-showmode {
    clear: both;
    position: relative;
}

.ad-showmode p {
    position: absolute;
    top: -20px;
    left: 375px;
    *left: 370px;
}

/* 水印管理 */
.bbc_ms-watermark-pos {
    font-size: 0;
    *word-spacing: -1px /*IE6、7*/;
    background-color: #FFF;
    width: 183px;
    height: 183px;
    padding: 0;
    margin: 0;
    border: solid #E6E6E6;
    border-width: 1px 1px 0 0;
    box-shadow: 3px 3px 0 rgba(153, 153, 153, 0.25);
    position: relative;
    z-index: 1;
}

.bbc_ms-watermark-pos li {
    vertical-align: top;
    letter-spacing: normal;
    word-spacing: normal;
    display: inline-block;
    width: 60px;
    height: 60px;
    border: solid #E6E6E6;
    border-width: 0 0 1px 1px;
}

.bbc_ms-watermark-pos li {
    *display: inline /*IE6,7*/;
}

.bbc_ms-watermark-pos label {
    font-size: 14px;
    line-height: 60px;
    color: #CCC;
    text-align: center;
    vertical-align: middle;
    display: block;
    width: 60px;
    height: 60px;
    cursor: pointer;
}

.bbc_ms-watermark-pos li label.checked {
    font-weight: 600;
    color: #27A9E3;
    background-color: #E6E6E6;
    width: 60px;
    height: 60px;
}

.bbc_ms-watermark-pos .over {
    color: #999;
    background: #FAFAFA;
}

/* 评价评分样式 */
.raty {
    font-size: 0;
    line-height: 0;
    *word-spacing: -1px /*IE6、7*/;
    vertical-align: middle;
    display: inline-block;
}

.raty img {
    letter-spacing: normal;
    word-spacing: normal;
    display: inline-block;
    width: 16px;
    height: 16px;
    margin: 2px 0;
}

/*店铺客服中心设置*/
.jmyss-message-title span {
    color: #555;
    display: inline-block;
}

.jmyss-message-list {
    padding: 4px 0;
}

.jmyss-message-list span {
    display: inline-block;
}

.jmyss-message .name {
    width: 90px;
}

.jmyss-message .tool {
    width: 90px;
}

.jmyss-message .number {
    width: 200px;
}

.complain_info {
    padding: 10px;
    word-wrap: break-word;
    word-break: normal;
}

/* ajax编辑类型样式 */
.recommend-ico-btn, .norecommend-ico-btn, .showclass-ico-btn, .noshowclass-ico-btn {
    background: url(../images/member/sldus_public.png) scroll no-repeat;
    display: inline-block;
    width: 70px;
    height: 24px;
    vertical-align: middle;
    cursor: pointer;
}

.recommend-ico-btn {
    background-position: -40px 0px;
}

.norecommend-ico-btn {
    background-position: -40px -24px;
}

.showclass-ico-btn {
    background-position: 0px -520px;
}

.noshowclass-ico-btn {
    background-position: 0px -544px;
}

.ajax-edit {
    background-image: url(../images/member/ajax-edit.gif);
    background-repeat: no-repeat;
    background-position: right bottom;
    padding-right: 14px;
}

/* 店铺
------------------------------------------- */
/* 店铺幻灯片设置 */
.flexslider {
    background: #fff;
    width: 790px;
    clear: both;
    padding: 0 0 30px 0;
    margin: 5px auto 0 auto;
    position: relative;
    zoom: 1;
}

.flex-container a:active, .flexslider a:active {
    outline: none;
}

.slides, .flex-control-nav, .flex-direction-nav {
    padding: 0;
    margin: 0;
    list-style: none;
}

.flexslider .slides > li {
    display: none;
}

.flexslider .slides img {
    max-width: 100%;
    display: block;
}

.flex-pauseplay span {
    text-transform: capitalize;
}

.slides:after {
    line-height: 0;
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

html[xmlns] .slides {
    display: block;
}

* html .slides {
    height: 1%;
}

.no-js .slides > li:first-child {
    display: block;
}

.flexslider .slides {
    zoom: 1;
}

.flexslider .slides > li {
    position: relative;
}

.flex-container {
    position: relative;
    zoom: 1;
}

.flex-direction-nav li a {
    font-size: 0px;
    line-height: 0;
    background-color: transparent;
    text-indent: -9999px;
    display: block;
    width: 0;
    height: 0;
    padding: 0;
    margin: -16px 0 0 0;
    border: solid 16px;
    position: absolute;
    top: 50%;
    opacity: 0.3;
    filter: alpha(opacity=30);
    cursor: pointer;
}

.flex-direction-nav li a:hover {
    opacity: 0.9;
    filter: alpha(opacity=90);
}

.flex-direction-nav li .flex-next {
    border-color: transparent transparent transparent #333;
    right: -64px;
}

.flex-direction-nav li .flex-prev {
    border-color: transparent #333 transparent transparent;
    left: -64px;
}

.flex-direction-nav li .disabled {
    opacity: .3;
    filter: alpha(opacity=30);
    cursor: default;
}

.flex-control-nav {
    text-align: center;
    width: 100%;
    position: absolute;
    bottom: 0;
}

.flex-control-nav li {
    display: inline-block;
    *display: inline;
    margin: 0 0 0 9px;
    _margin-left: 4px;
    zoom: 1;
}

.flex-control-nav li:first-child {
    margin: 0;
}

.flex-control-nav li a {
    line-height: 10px;
    background-color: #E6E6E6;
    text-indent: -9999px;
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    cursor: pointer;
}

.flex-control-nav li a:hover {
    background-color: #FC0;
}

.flex-control-nav li a.flex-active {
    background-color: #F60;
    cursor: default;
}

.bbc_ms-store-slider {
    font-size: 0;
    *word-spacing: -1px /*IE6、7*/;
    display: block;
    clear: both;
    padding: 0;
    margin: 15px auto;
    border: solid #E6E6E6;
    border-width: 1px 0;
    overflow: hidden;
}

.bbc_ms-store-slider li {
    vertical-align: top;
    letter-spacing: normal;
    word-spacing: normal;
    display: inline-block;
    width: 162px;
    padding: 14px;
    margin-left: -1px;
    border-left: solid 1px #E6E6E6;
    position: relative;
    z-index: 1;
}

.bbc_ms-store-slider li {
    *display: inline /*IE6,7*/;
}

.bbc_ms-store-slider li .picture {
    line-height: 0;
    background-color: #FFF;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
    *display: block;
    width: 160px;
    height: 100px;
    margin: 0 auto;
    border: solid 1px #F5F5F5;
    overflow: hidden;
}

.bbc_ms-store-slider li .picture i {
    font-size: 48px;
    color: #CCC;
}

.bbc_ms-store-slider li .picture:hover {
    border-color: #27A9E3;
}

.bbc_ms-store-slider li .picture img {
    max-width: 160px;
    max-height: 100px;
    margin-top: expression(100-this.height/2);
    *margin-top: expression(50-this.height/2) /*IE6,7*/;
}

.bbc_ms-store-slider li .picture a.del {
    font-family: Tahoma;
    font-size: 10px;
    line-height: 14px;
    color: #CCC;
    background-color: #FFF;
    vertical-align: middle;
    text-align: center;
    display: none;
    width: 14px;
    height: 14px;
    border: solid 1px;
    border-radius: 8px;
    position: absolute;
    z-index: 2;
    top: 8px;
    right: 8px;
}

.bbc_ms-store-slider li .picture:hover a.del {
    color: #27A9E3;
    border-color: #27A9E3;
    display: block;
}

.bbc_ms-store-slider li .picture:hover a.del:hover {
    text-decoration: none;
}

.bbc_ms-store-slider li .url label {
    font-size: 12px;
    line-height: 24px;
    color: #777;
    height: 24px;
}

.bbc_ms-store-slider li .bbc_ms-upload-btn {
    display: block;
    width: 80px;
    height: 30px;
    clear: both;
    margin: 10px 0;
}

.bbc_ms-store-slider li .bbc_ms-upload-btn span {
    width: 80px;
    height: 30px;
}

.bbc_ms-store-slider li .bbc_ms-upload-btn .input-file {
    width: 80px;
    height: 30px;
}

.bbc_ms-store-slider li .bbc_ms-upload-btn p {
    color: #666;
    width: 78px;
    height: 20px;
}

.templet {
    padding: 15px;
    overflow: hidden;
    margin-bottom: 10px;
}

.templet .nonce {
    background: #fff url(../images/loading.gif) no-repeat scroll center center;
    width: 200px;
    height: 200px;
    float: left;
    padding: 5px;
    margin-right: 10px;
    border: 1px solid #E7E7E7;
    border-radius: 5px;
    box-shadow: 1px 1px 1px rgba(153, 153, 153, 0.2);
    overflow: hidden;
}

/* 店铺模板设置 */
.bbc_ms-store-templet {
}

.bbc_ms-store-templet .current-style {
    height: 200px;
    margin: 10px auto;
    padding: 15px;
    border-bottom: solid 1px #E6E6E6;
}

.bbc_ms-store-templet .current-style dt {
    width: 200px;
    height: 200px;
    float: left;
    padding-right: 30px;
    margin-right: 30px;
    border-right: solid 1px #E6E6E6;
}

.bbc_ms-store-templet .current-style dt.templet-thumb img {
    max-width: 200px;
    max-height: 200px;
}

.bbc_ms-store-templet .current-style dd {
    font-size: 12px;
    line-height: 20px;
    height: 20px;
    padding: 8px 0;
}

.bbc_ms-store-templet h3 {
    font-size: 20px;
    font-weight: lighter;
    line-height: 30px;
    height: 30px;
}

.templet-list {
    margin-top: 10px;
    overflow: hidden;
}

.templet-list ul {
    font-size: 0;
    *word-spacing: -1px /*IE6、7*/;
    border-bottom: 1px solid #E6E6E6;
    margin: 0 0 0 -1px;
    overflow: hidden;
}

.templet-list li {
    vertical-align: top;
    letter-spacing: normal;
    word-spacing: normal;
    display: inline-block;
    *display: inline /*IE7*/;
    width: 315px;
    padding: 20px 0;
    border: solid #E6E6E6;
    border-width: 1px 0 0 1px;
    *zoom: 1;
}

.templet-list li dl {
    font-size: 12px;
    width: 200px;
    margin: 0 auto;
}

.templet-list li dl dt {
    width: 200px;
    height: 200px;
    padding-bottom: 20px;
    border-bottom: solid 1px #E6E6E6;
    margin-bottom: 10px;
}

.templet-list li dl dd {
    line-height: 20px;
    height: 20px;
    padding-left: 35px;
}

.templet-list li dl dd.btn {
    height: 30px;
    margin-top: 10px;
}

.templet-list li dl dd a {
    vertical-align: top;
}

/*商家入驻表单*/
.store-joinin {
    background-color: #FFF;
    width: 100%;
    line-height: 20px;
    margin-bottom: 20px;
    border-style: solid;
    border-width: 0 0 1px 1px;
    border-color: transparent transparent #E6E6E6 #E6E6E6;
}

.store-joinin thead th {
    font-weight: 600;
    color: #555;
    background-color: #F5F5F5;
    height: 20px;
    padding: 8px 5px;
    border-style: solid;
    border-width: 1px 1px 0 0;
    border-color: #E6E6E6 #E6E6E6 transparent transparent;
}

.store-joinin tbody th {
    color: #999;
    background-color: #FAFAFA;
    text-align: right;
    width: 119px;
    height: 20px;
    padding: 8px 5px;
    border-style: solid;
    border-width: 1px 1px 0 0;
    border-color: #E6E6E6 #E6E6E6 transparent transparent;
}

.store-joinin tbody td {
    color: #777;
    min-width: 149px;
    height: 20px;
    padding: 8px 5px;
    border-style: solid;
    border-width: 1px 1px 0 0;
    border-color: #E6E6E6 #E6E6E6 transparent transparent;
}

.store-joinin tbody td img {
    max-width: 100px;
    max-height: 100px;
    padding: 4px;
    border: solid 1px #E6E6E6;
}

.store-joinin tbody td textarea {
    width: 400px;
    height: 100px;
}

table.type {
    width: 700px;
    border: solid 1px #E6E6E6;
}

table.type thead th {
    color: #555;
    background-color: #F7F7F7;
    text-align: center;
    padding: 4px;
    border-color: #E6E6E6;
}

table.type tbody td {
    color: #777;
    text-align: center;
    padding: 4px;
    border-color: #E6E6E6;
}

table.type tbody td input {
    width: 60px;
    padding: 0;
}

/* 活动-选择参与活动商品*/
.activity_box h3 {
    color: #333;
    padding: 6px 0 10px 12px;
    border-bottom: 1px solid #AED2FF;
}

.activity_box .list li {
    padding: 0 10px;
    float: left;
    position: relative;
}

.activity_box .list li input {
    display: block;
    position: absolute;
    z-index: 99;
    top: 2px;
    left: 12px;
}

.activity_box .list li .goods-pic-small {
    width: 60px;
    height: 60px;
    padding: 10px;
    border: solid #E7E7E7 1px;
    float: left;
}

.activity_box .list li p img {
    z-index: 1;
}

.activity_box .list li h4 {
    font-size: 12px;
    font-weight: normal;
    line-height: 18px;
    display: inline;
    width: 82px;
    height: 36px;
    float: left;
    clear: both;
    padding: 0;
    margin: 4px 0 16px 0;
    overflow: hidden;
    z-index: 1;
}

/* 促销活动 */
.no-promotion {
    font-size: 0;
    color: #27A9E3;
    *word-spacing: -1px /*IE6、7*/;
    padding: 50px 0;
}

.no-promotion i {
    background: url(../images/seller/bbc_ms_bg_img.png) no-repeat;
    vertical-align: middle;
    letter-spacing: normal;
    word-spacing: normal;
    display: inline-block;
    width: 48px;
    height: 48px;
    margin-right: 10px;
}

.no-promotion i.xs {
    background-position: -100px -250px;
}

.no-promotion i.ms {
    background-position: -50px -300px;
}

.no-promotion i.zh {
    background-position: -200px -300px;
}

.no-promotion i.zw {
    background-position: -150px -250px;
}

.no-promotion span {
    font-size: 14px;
    line-height: 20px;
    vertical-align: middle;
    text-align: left;
    letter-spacing: normal;
    word-spacing: normal;
    display: inline-block;
}

.no-promotion i, .no-promotion span {
    *display: inline /*IE6,7*/
}

.sldm-promotion-buy dd {
    width: 400px;
    float: right;
}

.sldm-promotion-buy dd strong {
    font-size: 14px;
    line-height: 24px;
    margin-top: 30px;
    display: block;
}

/*团购页选中后插入页面中的商品内容*/
.selected-group-goods {
    background-color: #FFF;
    width: 162px;
    padding: 9px;
    margin-bottom: 10px;
    border: solid 1px #E6E6E6;
    box-shadow: 2px 2px 0 rgba(153, 153, 153, 0.1);
}

.selected-group-goods .goods-thumb {
    line-height: 0;
    background-color: #FFF;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
    *display: block;
    width: 160px;
    height: 160px;
    border: solid 1px #F5F5F5;
    overflow: hidden;
}

.selected-group-goods .goods-thumb img {
    max-width: 160px;
    max-height: 160px;
    margin-top: expression(160-this.height/2);
    *margin-top: expression(80-this.height/2) /*IE6,7*/;
}

.selected-group-goods .goods-name, .selected-group-goods .goods-price {
    line-height: 20px;
    white-space: normal;
    text-overflow: ellipsis;
    display: block;
    width: 100%;
    height: 20px;
    overflow: hidden;
}

/* 促销活动-限时折扣-选择商品 */
.div-goods-select-box {
    position: relative;
    z-index: 1;
    zoom: 1;
}

.div-goods-select .close,
.div-goods-select-box .close {
    font: lighter 18px/18px Verdana;
    color: #E6E6E6;
    background-color: #FFF;
    text-align: center;
    display: block;
    width: 20px;
    height: 20px;
    border: 1px solid #E6E6E6;
    border-radius: 22px;
    position: absolute;
    z-index: 1;
    top: -11px;
    right: -11px;
    cursor: pointer;
}

.div-goods-select .search-result {
    width: 949px;
    margin: 0 auto;
    overflow: hidden;
}

.div-goods-select .search-result .goods-list {
    font-size: 0;
    *word-spacing: -1px /*IE6、7*/;
    width: 950px;
    border: solid #E6E6E6;
    border-width: 0 0 1px 0;
    margin-right: -1px;
}

.div-goods-select .search-result .goods-list li {
    font: 12px/32px arial, "宋体";
    vertical-align: top;
    letter-spacing: normal;
    word-spacing: normal;
    display: inline-block;
    *display: inline /*IE7*/;
    width: 149px;
    padding: 10px 20px;
    margin: 0 0 -1px 0;
    border-style: solid;
    border-color: #E6E6E6;
    border-width: 0 1px 1px 0;
    overflow: hidden;
    zoom: 1;
}

.div-goods-select .search-result .goods-thumb {
    line-height: 0;
    background-color: #FFF;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
    *display: block;
    width: 140px;
    height: 140px;
    padding: 4px;
    overflow: hidden;
}

.div-goods-select .search-result .goods-thumb img {
    max-width: 140px;
    max-height: 140px;
    margin-top: expression(140-this.height/2);
    *margin-top: expression(70-this.height/2) /*IE6,7*/;
}

.div-goods-select .search-result .goods-info {
    border: none;
}

.div-goods-select .search-result .goods-info dt {
    text-align: left;
    width: auto;
    display: block;
    line-height: 16px;
    height: 32px;
    padding: 0;
    overflow: hidden;
}

.div-goods-select .search-result .goods-info dd {
    line-height: 20px;
    height: auto !important;
    padding: 5px 0;
}

.dialog_content .selected-goods-info {
    background-color: #F5F5F5;
    width: 91%;
    margin: 10px auto;
    padding: 2%;
    border: dashed 1px #E6E6E6;
    overflow: hidden;
}

.dialog_content .selected-goods-info .goods-thumb {
    line-height: 0;
    background-color: #FFF;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
    *display: block;
    width: 72px;
    height: 72px;
    float: left;
    padding: 0;
    border: solid 1px #E6E6E6;
    overflow: hidden;
}

.dialog_content .selected-goods-info .goods-thumb img {
    max-width: 118px;
    max-height: 118px;
    margin-top: expression(118-this.height/2);
    *margin-top: expression(59-this.height/2) /*IE6,7*/;
}

.selected-goods-info .goods-info {
    width: 480px;
    float: left;
    clear: none;
    margin-left: 10px;
}

.selected-goods-info .goods-info dt {
    color: #333;
    line-height: 20px;
    font-weight: 600;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: left;
    display: block;
    width: auto;
    height: 20px;
    padding: 0;
    overflow: hidden;
}

.selected-goods-info .goods-info dd {
    color: #999;
    line-height: 20px;
    display: block;
    display: block;
    width: auto;
    padding: 0;
}

/*满送活动规则*/
.bbc_ms-mansong-error span {
    font-size: 12px;
    color: #F00;
    margin-bottom: 5px;
}

.bbc_ms-mansong-error i {
    margin-right: 4px;
}

.selected-mansong-goods {
    background-color: #FFF;
    width: 162px;
    padding: 9px;
    border: solid 1px #E6E6E6;
    box-shadow: 2px 2px 0 rgba(153, 153, 153, 0.1);
    margin-top: 10px;
}

.selected-mansong-goods .goods-thumb {
    line-height: 0;
    background-color: #FFF;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
    *display: block;
    width: 160px;
    height: 160px;
    border: solid 1px #F5F5F5;
    overflow: hidden;
}

.selected-mansong-goods .goods-thumb img {
    max-width: 160px;
    max-height: 160px;
    margin-top: expression(160-this.height/2);
    *margin-top: expression(80-this.height/2) /*IE6,7*/;
}

.bbc_ms-mansong-rule span {
    *line-height: normal !important;
    *height: auto !important;
    *margin-top: 0 !important;
    *zoom: 0 !important;
}

.bbc_ms-mansong-rule .gift {
    clear: both;
}

.bbc_ms-mansong-rule-list {
}

.bbc_ms-mansong-rule-list li {
    color: #4990e2;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled='true', startColorstr='#3FD9EDF7', endColorstr='#3FD9EDF7');
    background: #dceafa;
    border: solid 1px #7db4f4;
    padding: 4px 9px;
    margin-bottom: 10px;
}

.bbc_ms-mansong-rule-list li strong {
    color: #F30;
    font-weight: 600;
}

.bbc_ms-mansong-rule-list li .goods-thumb {
    vertical-align: middle;
    display: inline-block;
    width: 32px;
    height: 32px;
    border: solid 1px #BCE8F1;
    margin-left: 2px;
}

.bbc_ms-mansong-rule-list li .goods-thumb img {
    max-width: 32px;
    max-height: 32px;
}

.bbc_ms-mansong-rule-list li .bbc_ms-btn-mini {
    float: right;
    display: inline-block;
    margin-top: 5px;
}

/*搭配组合-下架商品*/
.bbc_ms-table-style td .shelf-state {
    display: inline-block;
    position: relative;
    z-index: 1;
}

.off-shelf .ico {
    background: url(../images/seller/bbc_ms_bg_img.png) no-repeat -30px 0;
    display: block;
    width: 26px;
    height: 26px;
    position: absolute;
    z-index: 1;
    top: 0px;
    left: 0px;
}

.off-shelf .note {
    line-height: 20px;
    color: #F90;
    width: 300px;
}

/* 发货单打印页面 */
.print-layout {
    font-size: 12px;
    background: #FAFAFA;
    border: solid 1px #CCC;
    position: relative;
    width: 210mm;
    height: 297mm;
    padding: 5mm 50mm 5mm 5mm;
    margin: 20px auto;
    box-shadow: 2px 2px 2px rgba(204, 204, 204, 0.5);
}

.print-layout .print-btn {
    background: #FFF;
    border: solid 1px #ccc;
    position: absolute;
    z-index: 3;
    top: 10mm;
    right: 10mm;
    line-height: 32px;
    padding: 5px 10px;
    border-radius: 5px;
    box-shadow: 2px 2px 0 rgba(153, 153, 153, 0.2);
    cursor: pointer;
}

.print-layout .print-btn:hover {
    background: #555;
    box-shadow: none;
    border-color: #555;
}

.print-layout .print-btn i {
    background: url(../images/member/sldus_public.png) scroll no-repeat -220px -530px;
    vertical-align: middle;
    display: inline-block;
    width: 32px;
    height: 32px;
}

.print-layout .print-btn a {
    font-family: "microsoft yahei";
    font-size: 20px;
    padding: 0 0 0 10px;
    color: #555;
    font-weight: 600;
    display: inline-block;
    vertical-align: middle;
}

.print-layout .print-btn:hover a, .print-layout .print-btn a:hover {
    color: #FFF;
    text-decoration: none;
}

.print-layout .a5-size, .print-layout .a4-size {
    background: #FFF;
    border: dashed 1px #ccc;
    width: 210mm;
    position: absolute;
    top: 5mm;
    left: 5mm;
    padding: 1px;
}

.print-layout .a5-size {
    height: 148mm;
    z-index: 2;
}

.print-layout .a4-size {
    height: 297mm;
    z-index: 1;
}

.print-layout .a5-tip, .print-layout .a4-tip {
    color: #333;
    width: 36mm;
    position: absolute;
    z-index: 2;
    right: 8mm;
}

.print-layout .a5-tip {
    top: 50mm;
}

.print-layout .a4-tip {
    top: 160mm;
}

.print-layout dl dt h1 {
    font-family: "Arial Black", Gadget, sans-serif;
    font-size: 72px;
    line-height: 72px;
}

.print-layout dl dt em {
    font-family: Arial;
    font-size: 11px;
    line-height: 20px;
    background: #333;
    color: #FFF;
    padding: 0 8px;
    height: 20px;
    border-radius: 10px;
    -webkit-text-size-adjust: none;
}

.print-layout .a5-tip dd, .print-layout .a4-tip dd {
    line-height: 24px;
}

.print-layout .print-page {
    width: 210mm;
    height: 297mm;
    position: absolute;
    z-index: 3;
    top: 5mm;
    left: 5mm;
    margin: 1px;
    overflow: auto;
}

.orderprint {
    background: #FFF;
    width: 190mm;
    height: 130mm;
    padding: 10mm 10mm 8mm 10mm;
    color: #000000;
    position: relative;
}

.orderprint .top {
    font-family: "microsoft yahei";
    line-height: 60px;
    width: 190mm;
    height: 60px;
    overflow: hidden;
    font-size: 24px;
}

.orderprint .top .logo {
    width: 200px;
    height: 60px;
    float: left;
}

.orderprint .top .logo-title {
    text-align: left;
    width: 450px;
    height: 60px;
    float: left;
    margin-left: 10px;
    overflow: hidden;
}

.orderprint .top .full-title {
    width: 100%;
    text-align: center;
}

.orderprint .explain {
    color: #555;
    line-height: 20px;
    width: 550px;
    position: absolute;
    bottom: 50px;
    left: 50px;
}

.orderprint .seal {
    position: absolute;
    bottom: 30px;
    right: 50px;
}

.orderprint .page {
    line-height: 18px;
    color: #999;
    position: absolute;
    bottom: 15px;
    left: 50%;
    margin-left: -30px;
}

.orderprint table {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 18px;
    width: 100%;
    border-collapse: collapse;
}

.buyer-info {
    margin: 15px 0;
}

.order-info thead th {
    background: #E7E7E7;
    text-align: center;
    border-bottom: solid 2px #000;
    border-top: solid 2px #000;
    padding: 2px 0;
}

.order-info thead tr td {
}

.order-info tbody tr th {
    background: #F7F7F7;
    padding: 8px 0;
    text-align: center;
    font-weight: 600;
    border-bottom: solid 2px #000;
    border-top: solid 2px #000;
}

.order-info tbody tr td {
    padding: 8px 0;
    text-align: center;
}

.order-info tfoot tr th {
    border-bottom: solid 2px #000;
    padding: 6px 0;
}

.order-info tfoot tr th span {
    line-height: 20px;
    white-space: nowrap;
    display: inline-block;
    width: 24%;
    height: 20px;
    padding: 0;
    margin: 0;
    border: 0;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* 店铺动态发布     （暂时） */

.store-sns-display .norecord {
    overflow: hidden;
}

.store-sns-display .norecord span {
    font-size: 14px;
}

.store-sns-display .norecord span a {
    display: inline;
    float: none;
    margin: 0;
    color: #039;
    cursor: pointer;
}

.store-sns-display .smile em {
    background: url("../images/member/sldus_public.png") no-repeat scroll -182px -380px transparent;
    float: left;
    width: 20px;
    height: 20px;
}

.store-sns-display .smile a {
    color: #7FB8D2;
    float: left;
    font-weight: 700;
    line-height: 20px;
}

.smilies-module {
    background-color: #FFFFFF;
    border: 1px solid #D5E5F5;
    display: none;
    height: 94px;
    padding: 6px;
    position: absolute;
    width: 224px;
    z-index: 999;
}

.store-sns-display .weibocharcount .counter {
    color: #999999;
    float: right;
}

.store-sns-display .weibocharcount .warning {
    color: orange;
    clear: none;
    padding: 0;
    margin: 0;
    border: 0;
    background: none;
    width: auto;
}

.store-sns-display .weibocharcount .exceeded {
    color: red;
}

/*快递运费模板*/
.jmyssu-trans-type {
    background-color: #FFF;
    border: solid #DDD 1px;
}

.jmyssu-trans-type .default {
    line-height: 30px;
    background-color: #E6E6E6;
    min-height: 30px;
    padding: 4px 10px;
}
.jmyssu-trans-type .tbl-attach{
    padding: 5px 0;
}


.postage-tpl .postage-detail {
    padding: 5px;
    margin: 5px 0;
    border: 1px dashed #D3E5F3;
}

.postage-tpl .express .section {
    margin-bottom: 8px;
}

.postage-tpl .input_readonly {
    background-color: #E6E6E6;
    border: 1px solid #CCC;
}

.postage-tpl .batch {
    line-height: 20px;
    background-color: #FAFAFA;
    height: 20px;
    padding: 5px;
    border-bottom: solid 1px #E6E6E6;
}

.postage-tpl .tbl-attach {
    background-color: #E6E6E6;
    height: 30px;
    padding: 4px 2px;
}

.postage-tpl .input-error {
    background-color: #FFF2F2;
    border: 1px solid #FF8080;
}

.postage-tpl span.msg:after {
    display: none;
}

.J_DefaultMessage {
    display: block;
    clear: both;
}

.J_Message {
    color: #F00;
    display: inline-block;
}

.J_Message i {
    vertical-align: middle;
    margin-right: 5px;
}

.postage-tpl span.msg {
    margin-right: 3px;
}

.postage-tpl span.error, .postage-tpl span.stop {
    display: inline-block;
    float: none;
}

/*运费模板选择地区弹出层*/
.ks-ext-mask {
    filter: progid:DXImageTransform.Microsoft.gradient(enabled='true', startColorstr='#BFFFFFFF', endColorstr='#BFFFFFFF');
    background: rgba(255, 255, 255, 0.75);
}

.dialog-areas, .dialog-batch {
    background-color: #FFF;
    width: 640px;
    margin-left: -320px;
    border: 1px solid #CCC;
    position: fixed;
    z-index: 9999;
    top: 25%;
    left: 50%;
}

.dialog-batch {
    top: 40%;
}

.ks-contentbox {
    display: block;
}

.ks-contentbox .title {
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    color: #555;
    background-color: #FFF;
    height: 20px;
    padding: 10px;
    border-bottom: solid 1px #E6E6E6;
    position: relative;
    z-index: 1;
}

a.ks-ext-close {
    font: lighter 14px/20px Verdana;
    color: #999;
    text-align: center;
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    z-index: 1;
    top: 10px;
    right: 10px;
    cursor: pointer;
}

a:hover.ks-ext-close {
    text-decoration: none;
    color: #27A9E3;
}

.dialog-areas ul {
    display: block;
    padding: 10px;
}

.dialog-areas li {
    display: block;
    width: 100%;
    clear: none;
}

.dialog-areas li.even {
    background-color: #F7F7F7;
}

.bbc_ms-region {
    font-size: 0;
    *word-spacing: -1px /*IE6、7*/;
    overflow: visible !important;
}

.bbc_ms-region-title {
    font-size: 12px;
    line-height: normal !important;
    vertical-align: top;
    letter-spacing: normal;
    word-spacing: normal;
    text-align: left !important;
    display: inline-block;
    padding: 0 !important;
    width: 100px !important;
}

.bbc_ms-region-title span {
    line-height: 20px;
    color: #333;
    font-weight: bold;
    display: block;
    height: 20px;
    padding: 5px 0 4px 10px;
}

.bbc_ms-province-list {
    font-size: 0 !important;
    *word-spacing: -1px /*IE6、7*/;
    vertical-align: top;
    letter-spacing: normal;
    word-spacing: normal;
    display: inline-block;
    width: 500px !important;
    padding: 0 !important;
}

.bbc_ms-province {
    font-size: 12px;
    vertical-align: top;
    letter-spacing: normal;
    word-spacing: normal;
    display: inline-block;
    width: 100px;
    height: 30px;
    position: relative;
    z-index: 1;
}

.bbc_ms-province-tab {
    line-height: 20px;
    display: block;
    height: 20px;
    padding: 4px;
    margin: 1px 1px 0 1px;
}

.bbc_ms-province-tab input, .bbc_ms-province-tab label {
    vertical-align: middle;
}

.bbc_ms-province-tab .check_num {
    font: 12px/16px Verdana, Geneva, sans-serif;
    color: #28B779;
    letter-spacing: -1px;
    vertical-align: middle;
    padding-right: 1px;
}

.bbc_ms-province-tab i {
    font-size: 12px;
    color: #CCC;
    margin-left: 4px;
    cursor: pointer;
}

.bbc_ms-province-tab:hover i {
    color: #555;
}

.showCityPop {
    z-index: 2;
}

.showCityPop .bbc_ms-province-tab {
    background-color: #FFFEC6;
    margin: 0;
    border-style: solid;
    border-width: 1px 1px 0 1px;
    border-color: #F7E4A5 #F7E4A5 transparent #F7E4A5;
}

.bbc_ms-citys-sub {
    background-color: #FFFEC6;
    white-space: normal;
    display: none;
    width: 240px;
    border: 1px solid #F7E4A5;
    position: absolute;
    z-index: -1;
    top: 28px;
    left: 0;
}

.showCityPop .bbc_ms-citys-sub {
    font-size: 0;
    *word-spacing: -1px /*IE6、7*/;
    display: block;
}

.bbc_ms-citys-sub .areas {
    font-size: 12px;
    line-height: 20px;
    vertical-align: middle;
    letter-spacing: normal;
    word-spacing: normal;
    display: inline-block;
    padding: 4px;
    margin-right: 4px;
}

.ks-contentbox .bottom {
    padding: 10px;
}

.ks-contentbox .batch {
    line-height: 30px;
    background-color: #FFF;
    text-align: center;
    height: 30px;
    padding: 20px 0;
    border-bottom: solid 1px #E6E6E6;
}

.checkbox {
    padding: 0;
    vertical-align: middle;
}

.hidden {
    display: none;
}

/* 投诉流程样式 */
.progress {
    line-height: 20px;
    color: #999;
    padding: 10px 20px;
    margin: 0px;
}

.progress li.text {
    font-size: 1.2em;
    background-image: none;
    float: left;
    padding: 10px 20px;
    margin: 10px;
    border: 1px solid #E7E7E7;
}

.progress li.next-step {
    width: 16px;
    height: 16px;
    float: left;
    margin: 24px 0;
    padding: 0;
    background: url(../images/member/tousustep.png) no-repeat;
}

.progress li.red {
    font-weight: 600;
    color: red;
}

.progress li.green {
    font-weight: 600;
    color: green;
}

.sldu-order-view .btn {
    border: 0;
    width: 53px;
    height: 22px;
    font-size: 12px;
    color: #3e3e3c;
    background: url(../images/member/btn.gif) no-repeat 0 -335px;
}

.sldu-order-view .btn1 {
    border: 0;
    width: 68px;
    height: 22px;
    font-size: 12px;
    color: #3e3e3c;
    background: url(../images/member/btn.gif) no-repeat 0 -365px;
}

/*返回顶部*/
* {
    padding: 0px;
    margin: 0px;
}

* html {
    background-image: url(about:blank);
    background-attachment: fixed;
}

/*解决IE6下滚动抖动的问题*/
#tbox {
    width: 36px;
    _margin-bottom: 5px;
    float: right;
    position: fixed;
    _position: absolute;
    right: 5px;
    bottom: 5px;
    z-index: 2;
    _bottom: auto;
    _top: expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,10)||0)));
}



#footer {
    font-size: 12px !important;
    line-height: 20px;
    color: #999;
    background: #E6E6E6;
    text-align: center;
    display: block;
    width: 100%;
    clear: both;
    margin: 0;
    padding-bottom: 10px;
    border-top: 1px solid #CCC;
    overflow: hidden;
}

#footer p {
    color: #666;
    word-spacing: 5px;
    padding: 10px 0;
}

#footer a {
    color: #666;
    text-decoration: none;
}

#footer a:hover {
    text-decoration: underline;
}

#footer .vol {
    font-family: Verdana, Geneva, sans-serif;
    font-weight: 600;
    font-style: oblique;
    font-size: 12px;
}

#footer .vol .b {
    color: #00F;
}

#footer .vol .o {
    color: #F60;
}

#footer .vol em {
    font-family: Georgia, Arial;
    font-weight: 600;
    font-style: italic;
    color: #000;
    margin-left: 2px;
}

/*商家中心公用头部样式*/
* {
    margin: 0;
    padding: 0;
    /*vertical-align: baseline;*/
    text-decoration: none;
    list-style: none;
}

.bbc_nav {
    text-align: center;
    width: 100%;
    height: 50px;
    position: fixed;
    top: 0;
    left: 0;
    font-size: 14px;
    color: rgb(51, 51, 51);
    text-transform: none;
    font-weight: 300;
    font-family: Arial, 微软雅黑, sans-serif;
    line-height: 50px;
    background: #fff;
    list-style: none;
}

.clears {
    clear: both;
    overflow: hidden;
}

.left {
    float: left;
}

.right {
    float: right;
}

.commen_zindex {
    z-index: 900 !important;
}

.bbc_nav .bbc_logo {
    width: 89px;
    height: 100%;
}

.bbc_nav .bbc_logo a {
    color: #fff;
    font-weight: bold;
    font-size: 18px;
}

.bbc_nav .bbc_logo a img {
    margin-top: 5px;
    width: 35px
}

.bbc_nav .bbc_nave_01 {
    width: 100%;
    height: 50px;
    box-shadow: 0px 5px 22px rgba(0, 0, 0, 0.2);
}

.bbc_nav .bbc_nave_01 .bbc_logo {
    border-right: 2px solid #efefef;
    background-color: #0F2260;
}

.nav_top_homes {
    width: 210px;
}

.nav_top_home, .nav_top_home a {
    width: 60px;
    display: inline-block;
    height: 100%;
    color: #666;
}

.nav_top_home a i, .nav_top_message a i, .nav_top_shop a i, .nav_top_help a i {
    font-size: 22px !important;
    font-weight: bold;
    color: #C7C8C8;
}

.nav_top_manage {
    width: 120px;
    height: 100%;
    border-right: 1px solid #008fbf;
}

.nav_top_manage a span {
    color: #fff;
}

.todowm {
    float: right;
    top: 0;
    margin: 23px -20px 0 10px;
    border-width: 5px;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
    width: 0px;
    height: 0px;
    -webkit-transition: transform 0.2s;
    -moz-transition: transform 0.2s;
    transition: transform 0.2s;
}

.nav_top_home_01 {
    color: #1380e2;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 2px;
    margin-left: 10px;
}

.nav_top_home_02 {
    font-size: 16px;
    color: #5a5a5a;
    font-weight: 600;
    letter-spacing: 1px;
    margin-left: 5px;
}

.nav_top_manage a, .nav_top_seller a {
    display: inline-block;
}

.bbc_nav a:hover {
    text-decoration: none;
}

.nav_top_seller ul li:hover {
    background: #EAEDF1;
}

.nav_top_seller {
    width: 131px;
    height: 100%;
    border-left: 1px solid #f4f4f4;
    background: #59a1f4;
}

.nav_top_seller a span {
    color: #fff;
}

.nav_top_message, .nav_top_shop, .nav_top_help {
    width: 60px;
    height: 100%;
}

/*商家中心公用左部样式*/
.commen_left {
    position: fixed;
    top: 50px;
    left: 0;
    height: 100%;
    width: 210px;
    bottom: 0;
    z-index: 3;
}

.commen_left .commen_left_01 {
    display: inline-block;
    width: 90px;
    height: 100%;
    background-image: linear-gradient(-134deg, #08487f 0%, #4b41a7 100%);
    background: #0F2260;
    overflow: hidden;
}

.commen_left .commen_left_01 .commen_left_01_a {
    padding: 4px 1px 4px 8px;
    width: 94px;
    color: #fff;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    display: inline-block;
}

.iconfonts {
    font-family: FontAwesome !important;
}

.commen_left_01_li:hover, .commen_left_01_a:hover .iconfonts {
    text-decoration: none !important;
}

.commen_left_01_a .iconfonts {
    font-size: 14px;
    width: 30px;
    text-align: center;
    display: inline-block;
    color: #fff;
}

.commen_left_02 {
    display: inline-block;
    width: 125px;
    height: 100%;
    background: #EAEDF1;
}

.commen_left_02_ul {
    position: absolute;
    top: 0;
    left: 90px;
    right: 0;
    bottom: 0;
    display: none;
    background: #FFF;
}

.commen_left_02_ul li a {
    font-size: 14px;
    color: #666;
    text-align: center;
    display: inline-block;
    height: 38px;
    line-height: 38px;
    width: 100px;
    margin-top: 3px;
    margin-bottom: 3px;
}

/*.commen_left_02_ul li a:hover{text-decoration: none!important;background: #F4F6F8;}*/
.commen_left_02_ul li:first-child {
    background: #fff !important;
    font-weight: 600;
}

.commen_left_02_ul li:first-child a {
    height: 39px;
    line-height: 39px;
}

.commen_left_02_ul li:first-child a:hover {
    background: #fff !important;
}

.currents, .currents .commen_left_01_a, .currents i {
    text-decoration: none;
    color: #0F2260 !important;
}

.currents {
    background: #FFF !important;
}

.curs a {
    background: rgba(242, 240, 240, 0.67);
    border-radius: 4px;
}

.currentss {
    text-decoration: none !important;
    background: #f4f4f4 !important;
}

.commen_left_02_ul li {
    text-align: center;
}

.nameinfo {
    box-shadow: 0px 2px 3px #c6d0da;
    position: absolute;
    top: 50px;
    right: 0;
    background: #fff;
    width: 130px;
    display: none;
}

.nameinfo i {
    font-size: 14px;
    width: 30px;
    display: inline-block;
    color: #666;
}

.nameinfo a {
    color: #666;
    padding: 0 29px 0 15px;
}

.bbc_ms-form-goods-combo-default {
    width: 200px;
    float: left;
    padding: 10px;
}

.bbc_ms-form-goods-combo-default .goods-pic {
    width: 200px;
    height: 200px;
}

.bbc_ms-form-goods-combo-default .goods-pic span {
    line-height: 0;
    background-color: #FFF;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
    width: 200px;
    height: 200px;
    overflow: hidden;
}

.bbc_ms-form-goods-combo-default .goods-pic img {
    max-width: 200px;
    max-height: 200px;
}

a.sldbtn {
    height: 20px;
    padding: 5px 10px;
    border-radius: 3px;
}

a.sldbtn, a.sldbtn-lala {
    text-decoration: none;
    font: 400 12px/20px "microsoft yahei", arial;
    color: #FFF;
    background-color: #458feb;
    text-align: center;
    vertical-align: middle;
    display: inline-block;
    height: 20px;
    padding: 4px 10px;
    border-radius: 3px;
    cursor: pointer;
}

a.sldbtn-aqua {
    background-color: #59a1f4;
    border-color: #59a1f4;
}

.bbc_ms-form-goods-combo.selected {
    opacity: 1;
    border-color: #CCC;
}

.bbc_ms-form-goods-combo {
    margin-top: 10px;
    border: solid 1px #E6E6E6;
    opacity: 0.5;
}

.bbc_ms-goods-combo {
    width: 710px;
    max-height: 568px;
    float: left;
    padding: 0 15px 15px 0;
    margin-bottom: 10px;
    position: relative;
    z-index: 1;
    overflow-y: scroll;
    overflow-x: hidden;
    margin-left: 20px;
}

.bbc_ms-form-goods-combo.selected .combo-title {
    border-bottom-color: #CCC;
}

.bbc_ms-form-goods-combo .combo-title {
    font-size: 12px;
    line-height: 26px;
    font-weight: 600;
    background-color: #FAFAFA;
    padding: 4px 10px;
    border-bottom: solid 1px #E6E6E6;
}

.bbc_ms-form-goods-combo .combo-title a {
    float: right;
}

a.sldbtn-grapefruit {
    background-color: #ED5564;
}

.bbc_ms-form-goods-combo .combo-goods {
    width: 708px;
    height: 227px;
    margin: 0;
    overflow-x: scroll;
}

.div-goods-select {
    background-color: #FFF;
    margin-bottom: 20px;
    border: solid 1px #E6E6E6;
    position: relative;
    z-index: 1;
    zoom: 1;
    width: 948px;
}

#goods_combo {
    width: 1200px;
}

a.sldbtn-lalat {
    background-color: #59a1f4;
    border-color: #59a1f4;
}

a.sldbtn-lalat:hover {
    background-color: #58a1f7;
    border-color: #58a1f7;
}

/*推荐组合样式*/
.bbc_ms-form-goods-combo .combo-goods li {
    font-size: 12px;
    /*background: url(../images/seller/bbc_ms_bg_img.png) no-repeat -295px -260px;*/
    vertical-align: top;
    letter-spacing: normal;
    word-spacing: normal;
    display: inline-block;
    width: 120px;
    height: 200px;
    padding: 10px 10px 0 45px;
}

.bbc_ms-form-goods-combo .combo-goods .pic-thumb {
    width: 120px;
    height: 120px;
}

.bbc_ms-form-goods-combo .combo-goods .pic-thumb span {
    line-height: 0;
    background-color: #FFF;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
    width: 120px;
    height: 120px;
    overflow: hidden;
}

.bbc_ms-form-goods-combo .combo-goods .pic-thumb span img {
    max-width: 120px;
    max-height: 120px;
}

.bbc_ms-form-goods-combo .combo-goods dl {
    width: 120px;
    margin: 5px 0;
}

.bbc_ms-form-goods-combo .combo-goods dt {
    color: #c09853;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    width: 120px;
    height: 20px;
    overflow: hidden;
}

a.sldbtn-bittersweet {
    background-color: #FB6E52;
}

.cancel_command {
    color: #fff;
    margin-right: 5px;
}

.bbc_ms-form-goods-combo .combo-goods ul {
    font-size: 0;
    white-space: nowrap;
    margin: 0;
    border: 0;
}

.totopmargin {
    margin-top: 15px;
}

.searchtime {
    width: 280px;
}

#add_time_to {
    margin-left: 0;
}

.voucher_ppic {
    clear: both;
    border: dashed 1px #E6E6E6;
    width: 100px;
    height: 100px;
    display: table-cell;
    vertical-align: middle;
}

.voucher_ppic .voucher_pic {
    max-width: 100px;
    max-height: 100px;
}

.editgoods_menu {
    margin-bottom: 15px;
}

/*商户中心欢迎页样式*/
.home_part_01_02 .home_part_01_02_left, .home_part_01_02 .home_part_01_02_right {
    display: inline-block;
    height: 140px;
    background: #fff;
    border-radius: 4px;
    margin-left: 2%;
}

.home_part_01_02 .home_part_01_02_left {
    width: 98%;
    vertical-align: bottom;
    border: 1px solid #E8EBF6;
}

.home_part_01_02 .home_part_01_02_right {
    width: 30%;
    vertical-align: bottom
}

.home_part_01 {
    background: #ffffff;
    border: 1px solid #e4e7fa;
    border-radius: 5px;
    width: calc( 100% - 2px );
    height: 280px;
}

.home_part_02 {
    width: 100%;
    height: 332px;
    margin-top: 65px;
}

.home_part_02 .home_part_02_left, .home_part_02 .home_part_02_right {
    width: 49%;
    display: inline-block;
    background: #ffffff;
    border: 1px solid #e4e7fa;
    border-radius: 4px;
    height: 332px;
    vertical-align: bottom;
    box-sizing: border-box;
}

.home_part_02 .home_part_02_right {
    margin-left: 1%;
    width: 50%;
    box-sizing: border-box;
}

.home_part_02_left div {
    display: inline-block;
    vertical-align: bottom;
    height: 268px;
}

.home_part_02_left .home_part_02_left_01 {
    width: 20%;
    text-align: center
}

.home_part_02_left .home_part_02_left_02 {
    width: 74%;
    padding: 40px 3% 20px 3%;
}

.home_part_02_left_01 span {
    display: block;
}

.home_part_02_left_01 span:first-child {
    font-size: 32px;
    color: #333333;
    font-weight: 600;
    height: 49px;
    line-height: 49px;
    margin-top: 71px
}

.home_part_02_left_01 span:last-child {
    font-size: 14px;
    color: #9c9a9a;
    font-weight: 600;
}

.home_part_02_left_02 {
    padding: 40px 3% 20px 3%;
}

#home_part_02_left_02 {
    height: 268px;
    width: 100%;
}

.home_part_02_right div {
    display: inline-block;
    vertical-align: bottom;
    height: 268px;
}

.home_part_02_right .home_part_02_right_01 {
    width: 20%;
    text-align: center
}

.home_part_02_right .home_part_02_right_02 {
    width: 74%
}

.home_part_02_right_01 span {
    display: block;
}

.home_part_02_right_01 span:first-child {
    font-size: 32px;
    color: #333333;
    font-weight: 600;
    height: 49px;
    line-height: 49px;
    margin-top: 71px
}

.home_part_02_right_01 span:last-child {
    font-size: 14px;
    color: #9c9a9a;
    font-weight: 600;
}

#home_part_02_right_02 {
    height: 268px;
    width: 100%;
}

.home_part_02_right_02 {
    padding: 40px 3% 20px 3%;
}

.tooltip_back {
    display: inline-block;
    width: 43px;
    height: 48px;
    background: url('../images/vendor_home_tooltip.png') no-repeat;
    text-align: center;
    vertical-align: middle
}

.tip_info {
    color: #fff;
    display: inline-block;
    height: 48px;
    line-height: 43px;
}

.home_part_01_01 {
    height: 80px;
    width: 96%;
    padding: 1.5% 2% 1.8% 2%;
}

.home_part_01_01 .home_part_01_01_ul {
    width: 50%;
    clear: both;
    overflow: hidden;
}

.home_part_01_01 .home_part_01_01_ul li {
    float: left;
    width: 30%;
}

.home_part_01_01_ul_01 .vendor_logo a.logo_href {
    width: 90px;
    height: 60px;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    overflow: hidden;
    font-size: 0;
    line-height: 0;
}

.home_part_01_01_ul_02 p a{
    display: block;
    color: #000;
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 10px;
}

.home_part_01_01_ul_01 .vendor_logo a.logo_href img {
    max-width: 147px;
    max-height: 60px;
}

.home_part_01_01_ul_01 .vendor_logo a.vender_shopname {
    font-size: 20px;
    color: #328df7;
    font-weight: 600;
    height: 60px;
    line-height: 60px;
    display: inline-block;
    vertical-align: bottom;
    margin-left: 11px;
}

.ul_li_02_info {
    font-size: 12px;
    color: #333;
    display: block;
    font-weight: 600;
    padding-bottom: 5px;
}

.ul_li_02_data {
    font-size: 14px;
    font-weight: 500;
}

.home_part_01_01_ul_05 .ul_05_a {
    width: 75px;
    height: 28px;
    border-radius: 4px;
    line-height: 28px;
    color: #fff;
    display: inline-block;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
}

.home_part_01_01_ul_05 {
    margin-top: 10px;
}

.home_part_01_01_ul_05 .ul_05_edit_shop {
    background: #595a5c;
}

.home_part_01_01_ul_05 .ul_05_go_shop {
    background: #fb3c68;
    margin-left: 22px;
}

.home_part_01_02 .home_part_01_02_left .home_part_01_02_left_ul {
    clear: both;
    overflow: hidden;
}

.home_part_01_02 .home_part_01_02_left .home_part_01_02_left_ul li {
    float: left;
    width: 25%;
    height: 140px;
    padding: 35px 0;
    box-sizing: border-box;
    border-right: 1px solid #E8EBF6;
}

.home_part_01_02 .home_part_01_02_left .home_part_01_02_left_ul li:last-child{
    border: none;
}

.home_part_01_02 .home_part_01_02_left .home_part_01_02_left_ul li span {
    display: block;
    text-align: center
}

.home_part_01_02 .home_part_01_02_left .home_part_01_02_left_ul li span:first-child {
    font-size: 32px;
    color: #f72149;
    font-weight: 600;
    height: 45px;
    line-height: 45px;
}

.home_part_01_02 .home_part_01_02_left .home_part_01_02_left_ul li span:last-child {
    font-size: 14px;
    color: #333333;
}

.home_part_01_02 .home_part_01_02_left .home_part_01_02_left_ul li a {
    display: block;
}

.home_part_01_02_right ul.home_part_01_02_right_left {
    display: inline-block;
    width: 70%;
    vertical-align: bottom;
    height: 140px;
}

.home_part_01_02_right ul.home_part_01_02_right_left li {
    font-size: 14px;
    color: #2f2f2f;
    margin-top: 19px;
    margin-left: 30px;
}

.home_part_01_02_right ul.home_part_01_02_right_left li span.credit {
    color: #f72149;
    font-weight: 600;
}

.home_part_01_02_right ul.home_part_01_02_right_left li span.bijiao {
    font-weight: 600;
    color: #23b3af;
}

.home_part_01_02_right_right {
    width: 29%;
    display: inline-block;
    vertical-align: bottom;
    height: 140px;
}

.home_part_01_02_right_right .common_01_02 {
    display: block;
}

.home_part_01_02_right_right .common_01_02 .bendian {
    color: #f72149;
    font-size: 14px;
    margin-left: 10px;
}

.home_part_01_02_right_right .common_01_02 .pingjun {
    color: #23b3af;
    font-size: 14px;
    margin-left: 10px;
}

.common_01_02_part01 {
    margin-top: 47px;
    display: inline-block
}

.common_01_02_part02 {
    margin-top: 10px;
    display: inline-block
}

.home_part_03 {
    margin-top: 16px;
    height: 140px;
}

.home_part_03 .home_part_03_01, .home_part_03 .home_part_03_02 {
    display: inline-block;
    vertical-align: bottom;
    width: 49.5%;
    height: 140px;
    background: #ffffff;
    border: 1px solid #e4e7fa;
    border-radius: 4px;
    box-sizing: border-box;
}

.home_part_03 .home_part_03_02 {
    margin-left: 1%;
}

.home_part_03_01 .title, .home_part_03_02 .title {
    font-size: 16px;
    color: #333;
    font-weight: 600;
    margin: 21px 0 4px 20px;
}

.home_part_03_01 .home_part_03_01_con a {
    width: 25%;
    display: inline-block;
    vertical-align: bottom;
    text-align: center;
    font-size: 14px;
    color: #328df7;
    margin-top: 14px;
}

.home_part_03_02_con dl {
    clear: both;
    overflow: hidden;
}

.home_part_03_02_con dl dd {
    float: left;
    font-size: 16px;
    color: #333333;
    font-weight: 600;
    width: 33.33%;
    margin-top: 25px;
    text-align: center
}

.home_part_03_02_con dl dd .admin_ven_lianxi {
    float: left;
    margin-right: 20px;
}

.home_part_03_02_con dl dd .admin_ven_info {
    float: left;
}

.home_part_03_02_con dl dd .wrap_admin_ven_lianxi {
    clear: both;
    overflow: hidden;
    display: inline-block;
}

.home_part_04 {
    margin-top: 16px;
    height: 399px;
}

.home_part_04 .home_part_04_left {
    width: 59%;
    height: 399px;
    background: #ffffff;
    border: 1px solid #e4e7fa;
    border-radius: 4px;
    display: inline-block;
    vertical-align: bottom;
    box-sizing: border-box;
}

.home_part_04 .home_part_04_right {
    width: 40%;
    height: 399px;
    background: #ffffff;
    border: 1px solid #e4e7fa;
    border-radius: 4px;
    margin-left: 1%;
    display: inline-block;
    vertical-align: bottom;
    box-sizing: border-box;
}

.home_part_04 .home_part_04_left .title {
    font-size: 16px;
    color: #333333;
    font-weight: 600;
    margin: 30px 20px 6px 20px
}

.home_part_04 .home_part_04_left .home_part_04_left_div {
    width: 32%;
    margin-left: 1%;
    height: 135px;
    display: inline-block;
    vertical-align: bottom;
    margin-top: 20px;
    position: relative;
}

.home_part_04 .home_part_04_left .home_part_04_left_div img {
    width: 100%;
    height: 100%
}

.home_part_04_left_div .left_icon {
    display: inline-block;
    vertical-align: bottom;
    height: 135px;
}

.home_part_04_left_div .part_04_left_div_01 {
    width: 30%;
    text-align: center
}

.home_part_04_left_div .part_04_left_div_02 {
    width: 70%;
}

.home_part_04_left_div .left_icon img {
    width: 51px !important;
    height: 51px !important;
    margin-top: 42px;
}

.home_part_04_left_div .fu_fiv {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 2
}

.fu_fiv a {
    display: inline-block
}

.part_04_left_div_02 .type_01 {
    font-size: 18px;
    color: #fdfdfd;
    font-weight: 600;
    height: 25px;
    line-height: 25px;
    margin-top: 20px;
    margin-bottom: 5px;
}

.part_04_left_div_02 .type_02 {
    font-size: 12px;
    color: #fdfdfd;
    margin-right: 10px;
    display: inline-block
}

.part_04_left_div_02 .type_03 {
    margin-top: 5px;
    text-align: right;
    padding-right: 5px;
    margin-right: 10px;
}

.part_04_left_div_02 .type_03 span {
    font-size: 12px;
    color: #fdfdfd;
}

.part_04_left_div_02 .type_03 span:last-child {
    margin-left: 10px;
}

.part_04_left_div_02 .type_01 span {
    font-size: 12px;
    color: #fdfdfd;
}

.home_part_04 .home_part_04_right .title span {
    display: inline-block;
    vertical-align: bottom;
    width: 33.33%;
    text-align: center;
    color: #979393;
}

.home_part_04 .home_part_04_right .title {
    margin-top: 30px
}

.home_part_04 .home_part_04_right .title span:first-child {
    font-size: 16px;
    color: #333333;
    font-weight: 600
}

.home_part_04_right_con {
    margin-top: 20px;
}

.home_part_04_right_con li {
    border-top: 1px solid #ebebeb;
    width: 100%;
    height: 81px;
}

.home_part_04_right_con li .home_part_04_right_con_part {
    width: 33%;
    display: inline-block;
    vertical-align: bottom;
    height: 81px;
    line-height: 81px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.home_part_04_right_con li a {
    display: inline-block;
    width: 100%;
    height: 81px;
    text-align: center
}

.home_part_04_right_con li a .goods_name {
    color: #328df7;
}

.home_part_04_right_con li a .goods_num {
    color: #3c515d;
}

.warp_goods_pic {
    width: 50px;
    height: 50px;
    border-radius: 25px;
    overflow: hidden;
    display: inline-block;
    margin-top: 15px;
}

.warp_goods_pic img {
    width: 100%;
    height: 100%;
}

.home_part_04_right_con_part .goods_rand {
    display: inline-block;
    font-size: 16px;
    color: #3c515d;
    font-weight: 600;
    vertical-align: bottom;
    margin-right: 19px;
}

.wrap_warp_goods_pic {
    height: 81px;
    display: inline-block;
    vertical-align: bottom;
}

.vendor_bottom_logo {
    text-align: center;
    font-size: 22px;
    letter-spacing: 2px;
    font-weight: 600;
    color: #bebfc1;
    margin-bottom: 29px;
    margin-top: 29px;
    height:29px;

}

.home_part_01_02_right_left span {
    width: 33.33%;
    display: inline-block;
    vertical-align: bottom;
}

.vendor_empty {
    height: 62px;
    width: 100%;
}

.vendor_form, .vendor_wrap_content, .add-goods-step {
    background: #fff;
}

#pictureIndex, #pictureFolder, .item-publish, #goods_image, .add_goods_step4_ok, #jm_goods_online, .weigui_goods, .daishenhe_goods {
    background: #fff;
}

.item-publish {
    padding: 18px 18px 0px 18px;
}

#pictureFolder {
    padding: 10px 20px;
}

.daishenhe_goods form {
    background: #f5f4f4;
    border: 1px solid #ededf2;
    height: 70px;
    margin-bottom: 23px;
}

.ven_content_wrap_padding {
    padding: 18px;
    background: #fff;
}

.wrap_margin_left_right {
    margin-left: 18px !important;
    margin-right: 18px !important;
}

/*聊天记录查询*/
.jmyss-chat-layout {
    overflow: hidden;
}

.jmyss-chat-layout .left {
    width: 200px;
    float: left;
    border-right: solid 1px #E7E7E7;
}

.jmyss-chat-layout .right {
    float: left;
}

.jmyss-chat-user-list {
    background-color: #F5F5F5;
    display: block;
    width: 200px;
    height: 540px;
    margin: 0;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.jmyss-chat-user-list ul {
    width: 200px;
}

.jmyss-chat-user-list li {
    display: block;
    clear: both;
}

.jmyss-chat-user-list li a {
    font: normal 12px/26px "microsoft yahei";
    color: #555;
    display: block;
    height: 26px;
    padding: 4px;
    border: solid #F5F5F5;
    border-width: 1px 0;
    margin-top: -1px;
    position: relative;
    z-index: 1;
}

.jmyss-chat-user-list li a:hover {
    color: #000;
    background-color: #FBFBFB;
    text-decoration: none;
}

.jmyss-chat-user-list li.active a {
    color: #27A9E3;
    background-color: #FFF;
    border-color: #E7E7E7;
    z-index: 2;
}

.jmyss-chat-user-list .avatar {
    vertical-align: middle;
    display: inline-block;
    *display: inline /*IE7*/;
    width: 24px;
    height: 24px;
    border: solid 1px #F5F5F5;
    margin-right: 4px;
    border-radius: 4px;
    *zoom: 1 /*IE7*/;
}

.jmyss-chat-user-list img {
    max-width: 22px;
    max-height: 22px;
    padding: 1px;
    border-radius: 4px;
}

.jmyss-chat-log-list {
    display: block;
    width: 740px;
    height: 500px;
    margin: 0;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.jmyss-chat-log-list ul {
    width: 740px;
    min-height: 430px;
    padding: 5px 0;
}

.jmyss-chat-log-list li {
    display: block;
    clear: both;
    padding: 4px;
    border: solid 1px #FFF;
}

.jmyss-chat-log-list li:hover {
    background-color: #FFEDC4;
    border: solid 1px #FFDB8D;
}

.jmyss-chat-log-list li.store_log .member {
    color: #28B779;
}

.jmyss-chat-log-list li.user_log .member {
    color: #539be2;
}

.jmyss-chat-log-list li .member {
    font-weight: 600;
}

.jmyss-chat-log-list li .member em {
    font-weight: normal;
    color: #27A9E3;
    margin-left: 5px;
}

.jmyss-chat-log-list li .member span {
    font-weight: normal;
    font-size: 11px;
    color: #999;
    margin-left: 10px;
}

.jmyss-chat-log-list li .content {
    color: #555;
    padding: 5px;
}

.ps-container .ps-scrollbar-y {
    z-index: 2;
}

.vendor_nopage_tip {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 2;
    color: #fff;
    font-size: 35px;
    margin-top: 225px;
    margin-left: -229px;
}
/*店铺关闭样式*/
#vendor_close_mask{
    position: absolute;
    top:0;
    right: 0;
    left: 0;
    bottom: 0;
    /*display: none;*/
    z-index: 901;
    background: rgba(0,0,0,0.7);
    filter:alpha(opacity=70); /*IE滤镜，透明度100%*/ -moz-opacity:0.7; /*Firefox私有，透明度100%*/ opacity:0.7;/*其他，透明度100%*/
}
.vendor_close_body{
    width: 650px;
    position: absolute;
    z-index: 902;
    top: 50%;
    left: 50%;
    margin-left: -325px;
    margin-top: -250px;
}
.vendor_close_body .close_img .vendor_close_body_bg{width: 650px;}
.vendor_close_body .close_img .vendor_close_icon{position: absolute;
    top:7px;right: 18px;}
.vendor_close_body .close_img .vendor_close_warn_icon{position: absolute;left: 30px;bottom: 14px}
.vendor_close_body .close_img ul{position: absolute;left: 75px;bottom: 14px}

/*王强新增*/
.select_admin { }
.old_user_panel ,.new_user_panel { display: none;  }
.old_user_panel input{ }
.old_user_panel button,.new_user_panel button { display: inline-block; border: none;  color: #fff; padding: 5px 20px;}
.select_admin span input {  }
.wq_upfile { position: relative;}
.wq_upfile .bbc_ms-upload-btn { position: absolute; opacity: 1; top: 0; left: 0; width: 100%; height: 100%; }
.wq_upfile .bbc_ms-upload-btn input { width: 103px; height:103px;}
.dian_phone{ margin-right: 10px; margin-bottom: 10px;}
.wq-map { position: relative;}
.wq-map #panel {    position: absolute;    background-color: white;    max-height: 90%;    overflow-y: auto;    top: 10px;    right: 10px;    width: 280px;}
.wq-map #panel h3{ clear: none; padding: 0; }
/*滑块*/
.onoffswitch {    position: relative;    width: 40px;    -webkit-user-select: none;    -moz-user-select: none;    -ms-user-select: none; display: inline-block; vertical-align:middle; }
.onoffswitch .onoffswitch-checkbox {    display: none; }
.onoffswitch .onoffswitch-label {    display: block;    overflow: hidden;    cursor: pointer;  border-radius: 20px;  background: rgb(240,240,240); box-shadow: 0 0 3px rgba(0,0,0,0.3) inset; }
.onoffswitch .onoffswitch-inner {    display: block;    width: 200%;    margin-left: -100%;    transition: margin 0.3s ease-in 0s; }
.onoffswitch .onoffswitch-inner:before,
.onoffswitch .onoffswitch-inner:after {    display: block;    float: left;    width: 50%;    height: 25px;    padding: 0;    line-height: 25px;    font-size: 19px;    color: white;    font-family: Trebuchet, Arial, sans-serif;    font-weight: bold;    box-sizing: border-box; }
.onoffswitch .onoffswitch-inner:before {    content: "";    padding-left: 13px;    background-color: rgb(0,226,102);    color: #FFFFFF; }
.onoffswitch .onoffswitch-inner:after {    content: "";    padding-right: 13px;    background-color: rgba(0,0,0,0);    color: #FAFAFA;    text-align: right; }
.onoffswitch .onoffswitch-switch {    display: block;    width: 20px;    margin: 2.5px;  box-shadow: -1px 1px 0 rgba(0,0,0,0.1);   background: #FFFFFF;    position: absolute;    top: 0;    bottom: 0;    right: 15px;   border-radius: 20px;    transition: all 0.3s ease-in 0s;}
.onoffswitch .onoffswitch-checkbox:checked+.onoffswitch-label .onoffswitch-inner {    margin-left: 0;}
.onoffswitch .onoffswitch-checkbox:checked+.onoffswitch-label .onoffswitch-switch {    right: 0px; }
.bbc_ms-btn-mini.wq{ margin-bottom: 10px; color: #59a1f4; position: relative; height: 19px;}
.bbc_ms-btn-mini.wq i{ color: #59a1f4; position: relative; z-index: 9; margin-right: 12px;}
.bbc_ms-btn-mini.wq:hover{ border-color:#59a1f4; background: #fff;color: #59a1f4;}
.bbc_ms-btn-mini.wq:hover:before { background:#59a1f4; position: absolute; left:-1px; top: 0; height: 100%; width: 35px; content: ' '; border-radius: 5px 0 0 5px; }
#region.duoxuan select{ padding: 5px; height: auto;  }
#region.duoxuan select option{ cursor: pointer; blr: expression(this.onFocus=this.blur());  outline: none; }
#region.duoxuan select option.dis{ color: #c2c2c2;}

.amap-fixed-box {    position: absolute;    top: 10px;    right: 10px;    min-height: 60px;    min-width: 215px;    background: #fff;    border: 1px solid #dedede;    color: #666;    z-index: 99;    padding: 10px 0; }
.amap-fixed-box .amap-header { line-height: 15px;    padding: 0 10px 10px;}
.style-seller .btn-primary {    background: #1ABC9C;    border-color: #17A88B;    color: #fff; }
.amap-fixed-box ul {    max-height: 290px;    overflow-y: auto;    border-top: 1px solid #eee;    border-bottom: 1px solid #eee; }
.btn-warning {    background: #FF9F24 !important;    border-color: #FF920B !important;    color: #fff !important; }
.btn-primary {    background: #58B4FF !important;    border-color: #42AAFF !important;  color: #fff !important; }
.amap-fixed-box p.null {    margin: 20px auto;    text-align: center; }
.amap-fixed-info .bbc_ms-btn { margin:10px 0 0 12px;}
.amap-fixed-info .bbc_ms-btn.sm { padding: 2px 5px; font-size: 12px; float: right; margin: -2px auto 0; height: auto; line-height: 15px; border-radius: 3px; }
.wq_form input[disabled], .wq_form input[readonly], .wq_form fieldset[disabled] { background: #eee;}
.wq_form input[type="checkbox"] { vertical-align: text-bottom;margin-left: 10px; }
/*地图上浮动操作*/
.amap-container {    width: 100%px;    height: 400px;    border: 1px solid rgb(215, 215, 215);    overflow: hidden;    position: relative;    background: rgb(252, 249, 242) none repeat scroll 0% 0%;}
.amap-container.toggle{ position:fixed; top:0px; left:0px; right:0px; bottom:0px;visibility:visible; width:100%; height:100%; z-index:9999;filter:Alpha(opacity=90);}
.amap-fixed-box{ position:absolute; top:10px; right:10px; min-height:60px; min-width:180px; background:#fff; border:1px solid #dedede; color:#666; z-index:99;    padding: 10px 0;}
.full-screen-btn{ position:absolute; top:15px; left:15px; z-index:999; background:#3D4253; color:#fff !important; text-align:center; padding:6px 14px; font-size:12px; border-radius:3px; opacity:0.85 }
.amap-fixed-box p.null{ margin:20px auto; text-align:center;}
.amap-fixed-box .amap-header{ height:30px;  padding:0 10px}
.amap-fixed-box .amap-header span.tit{ font-size:14px;}
.amap-fixed-box .amap-body{ overflow:hidden; padding:10px 0;}
.amap-fixed-box  ul li a.c-red{ visibility:hidden; cursor:pointer; padding: 4px 5px;
    border-radius: 3px; border:1px solid transparent}
.amap-fixed-box  ul li a.c-red:hover{ color:#fff !important; background:red; border: 1px solid red;}
.amap-fixed-box  ul li:hover{ background:#f9f9f9;}
.amap-fixed-box  ul li:hover a.c-red{ visibility:visible}
.amap-fixed-box  ul li .amap-header{ padding:0;}
.amap-fixed-box .btn-save{ padding:6px 20px;}
.amap-fixed-box .block,span.block{ width:26px; height:26px; border:2px solid #ddd; cursor:pointer; display:inline-block;vertical-align: middle;}
span.block{ width:20px; height:20px; margin-right:7px;}
.amap-fixed-box .block.blue,span.block.blue{ background:#93C1FC; border-color:#0778E2}
.amap-fixed-box .block.red,span.block.red{ background:#FF9486; border-color:#BB412D}
.amap-fixed-box .block.young,span.block.young{ background:#A3E1B8; border-color:#47C370}
.amap-fixed-box .block.light-blue,span.block.light-blue{ background:#A4DCDE; border-color:#58C9CD}
.amap-fixed-box .block.brown,span.block.brown{ background:#F4E08E; border-color:#E9C11D}
.amap-fixed-box .block.green,span.block.green{ background:#A7EE99; border-color:#4FDC33}
.amap-fixed-box .block.orange,span.block.orange{ background:#FFBF80; border-color:#FF7F00}
.amap-fixed-box .block.purple,span.block.purple{ background:#BDA3EF; border-color:#7B47DF}
.amap-fixed-box .block.powder,span.block.powder{ background:#EFA3DB; border-color:#DF47B6}
.amap-fixed-box ul{ max-height:290px; overflow-y:auto; border-top:1px solid #eee; border-bottom:1px solid #eee}
.amap-fixed-box ul li{border-bottom:1px dashed #ddd;padding: 10px 10px 0 10px;cursor: default;overflow: hidden;}
.amap-fixed-box ul li:last-child{border-bottom:0px;}
.amap-fixed-box .amap-fixed-info.freight-records-view ul{ border-top:0px;}
.freight-records-none{ border:none;}
/*营业时间控件*/
.slider-container {    width: 300px; margin: 15px 0; }
.slider-container .back-bar {    height: 10px;    position: relative;}
.slider-container .back-bar .selected-bar {    position: absolute;    height: 100%;}
.slider-container .back-bar .pointer {    position: absolute;    width: 10px;    height: 10px;    background-color: red;    cursor: col-resize;    opacity: 1;    z-index: 2;}
.slider-container .back-bar .pointer.last-active {    z-index: 3;}
.slider-container .back-bar .pointer-label {    position: absolute;    top: -17px;    font-size: 8px;    background: white;    white-space: nowrap;    line-height: 1;}
.slider-container .back-bar .focused {    z-index: 10;}
.slider-container .clickable-dummy {    cursor: pointer;    position: absolute;    width: 100%;    height: 100%;    z-index: 1;}
.slider-container .scale {    top: 2px;    position: relative;}
.slider-container .scale span {    position: absolute;    height: 5px;    border-left: 1px solid #999;    font-size: 0;}
.slider-container .scale ins {    font-size: 9px;    text-decoration: none;    position: absolute;    left: 0;    top: 5px;    color: #999;    line-height: 1; }
.slider-container.slider-readonly .clickable-dummy,.slider-container.slider-readonly .pointer {    cursor: auto;}
.theme-green .back-bar {    height: 10px;    border-radius: 2px;    background-color: #fff;    background-color: #e7e7e7; border-radius: 3px;   }
.theme-green .back-bar .selected-bar {    border-radius: 2px;    background-color: rgb(0,226,102);    }
.theme-green .back-bar .pointer {    width: 18px;    height: 18px;    top: -5px;    -webkit-box-sizing: border-box;    -moz-box-sizing: border-box;    box-sizing: border-box;    border-radius: 10px;    border: 1px solid #ccc;    background-color: #e7e7e7;  box-shadow: -1px 1px 0 rgba(0,0,0,0.1);}
.theme-green .back-bar .pointer-label {    color: #999;}
.theme-green .back-bar .focused {    color: #333;}
.theme-green .scale span {    border-left: 1px solid #e5e5e5;}
.theme-green .scale ins {    color: #999;}
.theme-blue .back-bar {    height: 5px;    border-radius: 2px;    background-color: #eeeeee;    background-color: #e7e7e7;    background-image: -moz-linear-gradient(top, #eeeeee, #dddddd);    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#eeeeee), to(#dddddd));    background-image: -webkit-linear-gradient(top, #eeeeee, #dddddd);    background-image: -o-linear-gradient(top, #eeeeee, #dddddd);    background-image: linear-gradient(to bottom, #eeeeee, #dddddd);    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffeeeeee', endColorstr='#ffdddddd', GradientType=0);}
.theme-blue .back-bar .selected-bar {    border-radius: 2px;    background-color: #92c1f9;    background-image: -moz-linear-gradient(top, #b1d1f9, #64a8f9);    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b1d1f9), to(#64a8f9));    background-image: -webkit-linear-gradient(top, #b1d1f9, #64a8f9);
    background-image: -o-linear-gradient(top, #b1d1f9, #64a8f9);    background-image: linear-gradient(to bottom, #b1d1f9, #64a8f9);
    background-repeat: repeat-x;    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffb1d1f9', endColorstr='#ff64a8f9', GradientType=0);}
.theme-blue .back-bar .pointer {    width: 14px;    height: 14px;    top: -5px;    -webkit-box-sizing: border-box;    -moz-box-sizing: border-box;    box-sizing: border-box;
    border-radius: 10px;    border: 1px solid #AAA;    background-color: #e7e7e7;    background-image: -moz-linear-gradient(top, #eeeeee, #dddddd);    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#eeeeee), to(#dddddd));    background-image: -webkit-linear-gradient(top, #eeeeee, #dddddd);    background-image: -o-linear-gradient(top, #eeeeee, #dddddd);    background-image: linear-gradient(to bottom, #eeeeee, #dddddd);    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffeeeeee', endColorstr='#ffdddddd', GradientType=0);}
.theme-blue .back-bar .pointer-label {    color: #999;}
.theme-blue .back-bar .focused {    color: #333;}
.theme-blue .scale span {    border-left: 1px solid #e5e5e5;}
.theme-blue .scale ins {    color: #999;}

/* skin_0.css 引用后 调整 */
.editable, .editable2, input[type="text"], input[type="password"]{
    overflow: initial !important;
}

/* 装修模板列表 */
.default-auto-template-list{margin: 0;padding: 0;}
.default-auto-template-list li{float: left;display: block;width: 200px;margin: 0 10px 10px 0;padding: 0;border: 1px solid #cccccc;background: #FFFFFF;overflow: hidden;position: relative;cursor: pointer;}
.default-auto-template-list li.current{border: 1px solid #fbca19;background-color: #fbca19;}
.default-auto-template-list li:hover .tpl-thumb .review-btn{display: block;}
.default-auto-template-list li .tpl-thumb{width: 180px;height: 240px;margin: 0 auto;padding: 10px;display: block;overflow: hidden;position: relative;}
.default-auto-template-list li .tpl-thumb img{width: 100%;}
.default-auto-template-list li .template_name{width: 100%;height: 40px;line-height: 40px;display: block;text-align: center;position: absolute;bottom: 0;background-color: rgba(0,0,0,.65);color: #FFFFFF;}
.default-auto-template-list li .template_name a{width: 90%;margin: 0 auto;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;word-wrap: break-word;word-break: normal;color: #FFFFFF;}
.default-auto-template-list li .tpl-thumb .review-btn{width: 90px;height: 30px;position: absolute;top: 10px;left: 50%;margin-left: -45px;text-align: center;border-radius: 5px;background-color: rgb(35,218,137);color: #FFFFFF;display: none;}

/* 颜色选择器 */
.fzkb_picker{
    cursor: pointer;
    position: relative;
    width: 28px;
    height: 28px;
    display: inline-block;
    vertical-align: middle;
    background: url(../images/fzkb_select_color.png) center;
}

/* 订单活动类型 */
.order_promotion_type{
    display: inline-block;
}
.order_promotion_type span{
    color: rgba(236,60,60,1) !important;
    font-size: 14px;
    margin: 0 !important;
}
.sld_ven_im{
    position: absolute;
    right:25px;
    bottom:0;
    width: 165px;
    height: 135px;
    background: url("../images/sld_ven_im_icon.gif") no-repeat center;
  /*  -webkit-transition: right .5s;
    -moz-transition: right .5s;
    -ms-transition: right .5s;
    -o-transition: right .5s;
    transition: right .5s;*/
}


/*18-11.27 start*/

/* 首页 */
.logo_l_l, .logo_l_r{
    float: left;
}
.logo_l_l a{
    position: relative;
    display: block;
    width: 80px;
    height: 80px;
    margin-right: 30px;
}
.logo_l_l img{
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 80px;
    max-height: 80px;
    margin-left: -40px;
    margin-top: -40px;
}

.home_part_01_01 .home_part_01_01_ul li.home_part_01_01_ul_03,.home_part_01_01 .home_part_01_01_ul li.home_part_01_01_ul_04{
    width: 30%;
    padding-top: 30px;
}

.home_part_01_01 .home_part_01_01_ul{
    float: left;
}

.home_part_01_01 .home_part_01_01_right{
    float: left;
    width: 40%;
}

.home_part_01_01 .home_part_01_01_right>div:nth-child(1){
    float: left;
    width: 263px;
    height: 92px;
    overflow: hidden;
    padding: 17px 0 0 19px;
    box-sizing: border-box;
    border-radius: 8px;
    border: 1px solid #D1D7E9;
}
.home_part_01_01 .home_part_01_01_right>div:nth-child(2){
    float: left;
    /*width: 263px;*/
    margin-left: 30px;
    height: 92px;
    overflow: hidden;
    padding: 5px;
    box-sizing: border-box;
    border-radius: 8px;
    border: 1px solid #0082f1;
}
.home_part_01_01 .home_part_01_01_right>div:nth-child(2) .qrimg{
    height:100%;
}

.home_part_01_01 .home_part_01_01_right>div:nth-child(3){
    float: right;
}

.home_part_01_01_right_01  .home_part_01_02_right_left,.home_part_01_01_right_01  .home_part_01_02_right_right{
    float: left;
}

.home_part_01_01_right_01  .home_part_01_02_right_left{
    width: 71%;
}

.home_part_01_02_right_left li{
    width: 100%;
}

.home_part_01_02_right_right{
    height: 104px;
}

.common_01_02_part01,.common_01_02_part02{
    margin-top: 10px;
}

.common_01_02_part01 span,.common_01_02_part02 span{
    font-size: 12px!important;
    margin-left: 5px!important;
}

.home_part_01_02_right_left .credit{
    color: #E90C0C;
}

.home_part_01_02_right_left .bijiao{
    color: #23b3af;
}

.home_part_01_01_right_02 a{
    display: block;
    line-height: 40px;
    padding: 0 25px;
    border-radius: 3px;
    border: 1px solid #0082F1;
    font-size: 14px;
    color: #0077DD;
    background-color: #fff;
}

.home_part_01_01_right_02 a:first-child{
    margin-bottom: 10px;
    background-color: #0082F1;
    color: #fff;
}
/* 统计 */
/*.ven_content_wrap_padding .search-form{
    background-color: #fff;
}

a.bbc_ms-btn-mini{

}*/
/*18-11.27 end*/


/*2019-1-18 店铺首页 start*/

@media screen and (min-width: 1600px){
    .home_part_01{
        display: block;
    }
    .window1200{
        display: none;
    }
}

@media screen and (max-width: 1600px) {
    .home_part_01{
        display: none;
    }
    .window1200{
        display: block;
    }
}

.window1200{
    min-width: 1200px;
    background-color: #fff;
    box-sizing: border-box;
    padding: 20px;
}

.window1200 .store_name{
    color: #000;
    font-size: 20px;
    font-weight: 600;
}

.window1200 .w1200mian{
    margin-top: 15px;
}

.w1200mian .store_logo{
    float: left;
    width: 90px;
    height: 90px;
    margin-top: 10px;
    margin-right: 25px;
}

.w1200mian .w1200left{
    float: left;
    width: 50%;
}

.window1200 .store_logo a{
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    border: 1px solid #e9e9e9;
    border-radius: 4px;
    overflow: hidden;
}

.window1200 .store_logo img{
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 100%;
    max-height: 100%;
    transform: translate(-50%,-50%);
}

.window1200 .store_info{
    float: left;
}

.window1200 .store_info p{
    color: #000;
    font-size: 12px;
}

.store_info_top .store_info_top_left{
    float: left;
    margin-right: 10px;
    border-right: 1px solid #ccc;
}

.store_info_top .store_info_top_left p{
    min-width: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.store_info_top .store_info_top_right{
    float: left;
    margin-left: 10px;
    padding-left: 30px;
}

.store_info_bottom{
    margin-top: 15px;
}

.w1200right{
    float: left;
    width: 50%;
    box-sizing: border-box;
}

.w1200right .store_rate{
    float: left;
    width: 261px;
    height: 90px;
    border: 1px solid #D1D7E9;
    border-radius: 10px;
    padding: 17px 20px 0;
    box-sizing: border-box;
}

.w1200right .share_img{
    float: left;
    position: relative;
    width: 90px;
    height: 90px;
    border-radius: 6px;
    border: 1px solid #46A1FF;
    overflow: hidden;
    margin-left: 20px;
}

.w1200right .share_img img{
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 100%;
    max-height: 100%;
    transform: translate(-50%,-50%);
}

.w1200right .store_btn{
    float: left;
    margin-left: 20px;
}

.w1200right .store_btn a{
    display: block;
    width: 105px;
    height: 40px;
    border: 1px solid #0082F1;
    text-align: center;
    line-height: 40px;
    border-radius: 3px;
    overflow: hidden;
    background-color: #0082F1;
    color: #fff;
}

.w1200right .store_btn a:last-child{
    background-color: #fff;
    color: #0082F1;
    margin-top: 7px;
}

.w1200chare{
    width: 100%;
    height: 130px;
    border: 1px solid #D1D7E9;
    box-sizing: border-box;
    margin-top: 30px;
}

.w1200chare .home_part_01_02_left_ul li{
    float: left;
    width: 20%;
    height: 128px;
    border-right: 1px solid #D1D7E9;
    box-sizing: border-box;
    text-align: center;
}

.w1200chare .home_part_01_02_left_ul li:last-child{
    border: none;
}

.w1200chare .home_part_01_02_left_ul li span:nth-child(1){
    display: block;
    font-size: 34px;
    color: #FF981E;
    text-align: center;
    margin-top: 38px;
    margin-bottom: 28px;
}

.w1200chare .home_part_01_02_left_ul li span:nth-child(2){
    color: #000;
    font-size: 12px;
}

/*2019-1-18 店铺首页 end*/

.spec_table .batch { vertical-align: middle; display: inline-block; *display: inline/*IE7*/; margin-left: 4px; position: relative; z-index: 1; *zoom: 1/*IE7*/;}
.spec_table .batch i { cursor: pointer;}
.spec_table .batch-input { background-color: #FFF; white-space: nowrap; padding: 4px 9px 7px; border: solid 1px #BCE8F1; position: absolute; z-index: 1; top: 25px; left:-75px; box-shadow: 1px 2px 0 rgba(153,153,153,0.25);}
.spec_table .batch-input h6 { font-size: 12px; color: #555;}
.spec_table .batch-input .text { width: 60px; vertical-align: middle; clear: both; padding: 3px 4px; vertical-align: middle; margin-right: 4px;}
.spec_table .batch-input a.close { font-size: 11px; line-height: 12px; color: #BCE8F1; text-decoration: none; background-color: #FFF; text-align: center; display: block; width: 12px; height: 12px; border-radius: 7px; border: solid 1px #BCE8F1; top: -5px; right: -5px; position: absolute; z-index: 2;}
