@charset "utf-8";
/**
 * LSS
 * @date    2016-11-07 10:00:00
 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend{
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    list-style: none;
}
em{
    font-style: normal;
}
/*html5*/
article,aside,dialog,footer,header,section,footer,nav,figure,menu{display:block}
body,
*{
    font-family: "Microsoft YaHei", "微软雅黑", Tahoma, Geneva, sans-serif;
}
body{
    background: #f4f7fa;
}
body.body_bg{
    background: #e7eaf1;
}
body.body_bgwhite{
    background: #fff;
}
a{
    text-decoration: none;
    color: #666;
}
/*外边距*/
.m_0{margin:0px!important;}
.mr_0{margin-right: 0px!important;}
.ml_0{margin-left: 0px!important;}
.mt_0{margin-top: 0px!important;}
.mb_0{margin-bottom: 0px!important;}
.mt_90{margin-top:90px!important;}
.mt_40{margin-top:40px!important;}
.mt_30{margin-top:30px!important;}
.mt_20{margin-top:20px!important;}
.mt_25{margin-top:25px!important;}
.mt_10{margin-top:10px!important;}
.mt_0{margin-top:0px!important;}
.ml_3{margin-left:3px!important;}
.ml_5{margin-left:5px!important;}
.ml_10{margin-left:10px!important;}
.ml_15{margin-left:15px!important;}
.ml_20{margin-left:20px!important;}
.ml_30{margin-left:30px!important;}
.ml_40{margin-left:40px!important;}
.ml_50{margin-left:50px!important;}
.ml_60{margin-left:60px!important;}
.ml_25{margin-left:25px!important;}
.mr_3{margin-right:3px!important;}
.mr_5{margin-right:5px!important;}
.mr_10{margin-right:10px!important;}
.mr_15{margin-right:15px!important;}
.mr_20{margin-right:20px!important;}
.mr_40{margin-right:40px!important;}
.mr_25{margin-right:25px!important;}
.mb_10{margin-bottom:10px!important;}
.mb_15{margin-bottom:15px!important;}
.mb_20{margin-bottom:20px!important;}
.mb_25{margin-bottom:25px!important;}
.mb_30{margin-bottom:30px!important;}
.mb_40{margin-bottom:40px!important;}

/*内边距*/
.pr_0{padding-right: 0px!important;}
.pl_0{padding-left: 0px!important;}
.pt_0{padding-top: 0px!important;}
.pb_0{padding-bottom: 0px!important;}
.pl_10{padding-left:10px!important;}
.pl_20{padding-left:20px!important;}
.pl_30{padding-left:30px!important;}
.pr_10{padding-right:10px!important;}
.pr_20{padding-right:20px!important;}
.pr_30{padding-right:30px!important;}
.pt_10{padding-top:10px!important;}
.pt_20{padding-top:20px!important;}
.pt_30{padding-top:30px!important;}
.pb_10{padding-bottom:10px!important;}
.pb_20{padding-bottom:20px!important;}
.pb_30{padding-bottom:30px!important;}
.p_0{padding:0!important;}
/*文字间距*/
.let_5{letter-spacing: 5px}
/*字体*/
.font_12{
    font-size: 12px!important;
}
.font_14{
    font-size: 14px!important;
}
.font_16{
    font-size: 16px!important;
}
.font_18{
    font-size: 18px!important;
}
.font_24{
    font-size: 24px!important;
}
.font_bold{
    font-weight: bold;
}
/*字体颜色*/
.color_ogs{
    color: #54abea!important;
}
.color_red{
    color: #ED6565!important;
}
.color_reds{
    color: #F76565!important;
}
.color_redCur{
    color: #D84E4E!important;
}
.color_reds{
    color: #ed6565!important;
}
.color_blue{
    color: #54ABEA!important;
}
.color_333{
    color: #333!important;
}
.color_666{
    color: #666!important;
}
.color_999{
    color: #999!important;
}
.color_red_price{
    color: #ff6b6b;
}
.pull-left{
    float: left!important;
}
.pull-right{
    float: right!important;
}
.border_none{
    border:none!important;
}
.border_bottom{border-bottom: 1px dashed #e5e5e5;}
.clear{clear: both;display: block;}
.overflow_hidden{overflow:hidden!important;}
.overflow_ellipsis{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.black_impot{color:#333!important;}
.containers{
    width: 1200px;
    margin: 0 auto;
}
.containersHome{
    width: 100%;
    position: relative;
    overflow: hidden;
}
.clearFix {
    zoom: 1;
}
body:after,
.containers:after,
.clearFix:after{
    content: '';
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
    overflow: hidden;
}
input[type="text"],
input[type="password"]{
    height: 30px;
    line-height: 30px;
    border: 1px solid #dcdcdc;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 5px;
    outline: none;
}
:-moz-placeholder {
    color: #ccc;
}
::-moz-placeholder {
    color: #ccc;
}
input:-ms-input-placeholder {
    color: #ccc;
}
input::-webkit-input-placeholder {
    color: #ccc;
}
/*状态背景色*/
.white_bg{
    background: #fff;
}
.blue_bg{
    background: #54ABEA;
}
.green_bg{
    background: #32b16c;
}
.red_bg{
    background: #e25661;
}
.orange_bg{
    background: #f19149;
}
.gray_bg{
    background: #bfbfbf;
}
/*显示 隐藏*/
.show{
    display: block;
}
.hide{
    display: none;
}
.showImpt{
    display: block!important;
}
.hideImpt{
    display: none!important;
}
/*宽度*/
.wid_80{width: 80px!important;}
/*弹出层 公共*/
.new_popup_box,
.new_popup_boxs{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    display: none;
    z-index: 10999;
}
.new_popup_bg{
    background: rgba(0, 0, 0, 0);
}
.new_popup{
    width: 500px;
    border: 1px solid #dcdcdc;
    border-radius: 5px;
    background: white;
    overflow: hidden;
    position: absolute;
    left: 50%;
    margin-left: -250px;
    top: 10%;
    display: none;
    z-index: 11000;
}
.new_popup>h3{
    background: #eee;
    height: 50px;
    line-height: 50px;
    text-indent: 20px;
    font-weight: bold;
    border-radius: 5px 5px 0 0;
}
.new_popup>h3 b{
    font-size: 16px;
}
.new_popup>h3 i,
.new_popup>h3 s{
    width: 18px;
    height: 18px;
    background: url("../checkout/images/personal_iconAll.png") no-repeat -63px -101px;
    display: block;
    float: right;
    margin-top: 17px;
    margin-right: 20px;
    cursor: pointer;
}
.new_popup_btn{
    text-align: center;
    margin: 30px 0;
}
.new_popup_btn a{
    height: 30px;
    line-height: 30px;
    display: inline-block;
    margin: 0 5px;
}
/*按钮*/
.public_btn{
    padding: 0 15px;
    min-width: 78px;
    height: 28px;
    line-height: 28px;
    margin: 0 auto;
    border: 1px solid #Ed6565;
    display: block;
    color: #Ed6565;
    border-radius: 5px;
    text-align: center;
    background: #fff;
}
.public_btn:hover{
    border: 1px solid #Ed6565;
    background: #Ed6565;
    color: #fff;
}
.public_btn_gray{
    padding: 0 15px;
    min-width: 78px;
    height: 28px;
    line-height: 28px;
    margin: 0 auto;
    border: 1px solid #e6e6e6;
    background: #e6e6e6;
    display: block;
    color: #666;
    border-radius: 5px;
    text-align: center;
}
.public_btn_gray:hover{
    background: #eaeaea;
}
.public_btn_grays{
    padding: 0 15px;
    min-width: 78px;
    height: 28px;
    line-height: 28px;
    margin: 0 auto;
    border: 1px solid #DCDCDC;
    background: #F8F8F8;
    display: block;
    color: #666;
    border-radius: 5px;
    text-align: center;
}
.public_btn_grays:hover{
    background: #eee;
}
.public_btn:hover{
    border: 1px solid #Ed6565;
    background: #Ed6565;
    color: #fff;
}
.public_btn_red{
    padding: 0 15px;
    min-width: 78px;
    height: 28px;
    line-height: 28px;
    margin: 0 auto;
    border: 1px solid #Ed6565;
    background: #Ed6565;
    display: block;
    color: #fff;
    border-radius: 5px;
    text-align: center;
}
.public_btn_red:hover{
    border: 1px solid #de1e2c;
    background: #de1e2c;
    color: #fff;
}
.public_btn_orange{
    padding: 0 15px;
    min-width: 78px;
    height: 28px;
    line-height: 28px;
    margin: 0 auto;
    border: 1px solid #EDA265;
    background: #EDA265;
    display: block;
    color: #fff;
    border-radius: 5px;
    text-align: center;
}
.public_btn_orange:hover{
    border: 1px solid #f9ad6f;
    background: #f9ad6f;
    color: #fff;
}
.public_btn_white{
    padding: 0 15px;
    min-width: 78px;
    height: 28px;
    line-height: 28px;
    margin: 0 auto;
    border: 1px solid #dcdcdc;
    background: #FFF;
    display: block;
    color: #666;
    border-radius: 5px;
    text-align: center;
}
.public_btn_white:hover{
    border: 1px solid #ed6565;
    background: #fff;
    color: #ed6565;
}
.public_btn_disabled{
    padding: 0 15px;
    min-width: 78px;
    height: 28px;
    line-height: 28px;
    margin: 0 auto;
    border: 1px solid #bfbfbf;
    background: #bfbfbf;
    display: block;
    color: #fff;
    border-radius: 5px;
    text-align: center;
    cursor: inherit;
}
.public_btn_disabled:hover{
    background: #bfbfbf;
}
/*蓝色 红色 小btn*/
.small_btn_red{
    padding: 0 5px;
    height: 18px;
    text-align: center;
    line-height: 18px;
    color: #ed6565;
    background: white;
    border: 1px solid #ed6565;
    display: block;
    border-radius: 3px;
    font-size: 14px;
}
.small_btn_red:hover{
    color: white;
    background: #ed6565;
    border: 1px solid #ed6565;
}
.small_btn_orange{
    padding: 0 5px;
    height: 18px;
    text-align: center;
    line-height: 18px;
    color: #ff8a10;
    background: white;
    border: 1px solid #ff8a10;
    display: block;
    border-radius: 3px;
    font-size: 14px;
}
.small_btn_orange:hover{
    color: white;
    background: #ff8a10;
    border: 1px solid #ff8a10;
}
.small_btn_blue{
    padding: 0 5px;
    height: 18px;
    text-align: center;
    line-height: 18px;
    color: #45a4e8;
    background: white;
    border: 1px solid #45a4e8;
    display: block;
    border-radius: 3px;
    font-size: 14px;
}
.small_btn_blue:hover{
    color: white;
    background: #45a4e8;
    border: 1px solid #45a4e8;
}
.small_btn_gray{
    padding: 0 5px;
    height: 18px;
    text-align: center;
    line-height: 18px;
    color: #333;
    background: #eee;
    border: 1px solid #dcdcdc;
    display: block;
    border-radius: 3px;
    font-size: 14px;
}
.small_btn_gray:hover{
    color: #333;
    background: #dcdcdc;
    border: 1px solid #dcdcdc;
}
/*全局table组件 start*/
.zc-table-header{
    border: 1px solid #C9C9C9;
    border-bottom: none;
}
.zc-table-body{
    border: 1px solid #C9C9C9;
}
.zc-table li{
    font-size: 0;
    height: 40px;
    line-height: 39px;
    overflow: hidden;
}
.zc-table li span{
    display: inline-block;
    border-right: 1px solid #C9C9C9;
    color: #666;
    font-size: 14px;
    text-align: center;
}
.zc-table-omit li span{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.zc-table ul li span:last-child{
    border-right: none;
}
.zc-table-header li{
    background: #F3F3F3;
}
.zc-table-header li span{
    color: #333;
}
.zc-table-body li span{
    border-bottom: 1px solid #C9C9C9;
}
.zc-table-body li:last-child span{
    border-bottom: none;
}
.zc-table-scrolls ul{
    width: calc(100% + 15px);
}
.zc-table-scrolls .zc-table-body{
    max-height: 200px;
    overflow-y: auto;
}
.zc-sort-odd samp,
.zc-sort-even samp{
    display: inline-block;
    vertical-align: middle;
    margin-left: 2px;
    position: relative;
    width: 10px;
    height: 12px;
}
.zc-sort-odd samp i:nth-of-type(1),
.zc-sort-odd samp i:nth-of-type(2){
    display: block;
    position: absolute;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #999;
    top: -1px;
    left: 0;
    cursor: pointer;
}
.zc-sort-odd samp i:nth-of-type(2){
    border-top: 5px solid #999;
    border-bottom: none;
    top: 6px;
}
.zc-sort-odd samp i:nth-of-type(1).active{
    border-bottom: 5px solid #70B9EE;
}
.zc-sort-odd samp i:nth-of-type(2).active{
    border-top: 5px solid #70B9EE;
}
.zc-sort-even samp i{
    display: block;
    position: absolute;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #999;
    top: 3px;
    left: 0;
    cursor: pointer;
}
.zc-sort-even samp i.active{
    border-top: 5px solid #70B9EE;
}
/*全局table组件 end*/