@charset "UTF-8";
.w {  width: 1200px;  margin: 0 auto  }
img {  border: 0;  vertical-align: middle  }
body, button, input, keygen, legend, select, textarea {  font-family: "Microsoft YaHei"  }
a:hover { color: #e4393c }
body {  background: #fff;  min-width: 1200px  }
.no-scroll { overflow-x: hidden;  overflow-y: hidden }
.g-edit, .module-col {  position: relative  }
.module-col{  float: left; }
.fl{float: left;}
.g-bd { min-width: 1200px }
.gr-bd {  margin: 10px 0 0 10px;  padding: 20px;  border: 1px solid #d9e1e6;
    background: #fff;  min-height: 800px;
}

@font-face {
    font-family: iconfont;
    src: url(../iconfont/iconfont.eot);
    src: url(../iconfont/iconfont.eot?#iefix) format("embedded-opentype"), url(../iconfont/iconfont.woff) format("woff"), url(../iconfont/iconfont.ttf) format("truetype"), url(../iconfont/iconfont.svg#iconfont) format("svg");
    font-weight: normal;
    font-style: normal;
}
.iconfont {
    font-family: iconfont!important;
    font-size: 16px;
    font-style: normal;
    -webkit-text-stroke-width: .2px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.bg-menu {
    background: url(../images/bg-menu.png) repeat-y
}

.g-content {
    position: fixed;  top: 137px;  bottom: 0;  left: 0;  right: 0;  z-index: 1;
    min-width: 1200px;  max-height: 100%;  overflow-x: hidden;  overflow-y: auto;
    -webkit-transition: all .15s;
    -moz-transition: all .15s;
    transition: all .15s
}
.g-content.open-menu {  left: 180px  }


.show-gird {  margin-bottom: 15px  }
.hide-gird {  margin-bottom: 0 !important  }

.form-control {
    display: block;
    width: 100%;
    height: 32px;
    padding: 6px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
    background-image: none;
    border: 1px solid #e7e7eb;
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    *padding: 0;
    *height: 30px;
    *line-height: 30px;
    *text-indent: 10px
}

.form-control:focus {
    border-color: #009afe;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6)
}

.form-control::-moz-placeholder {
    color: #bbb;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #bbb
}

.form-control::-webkit-input-placeholder {
    color: #bbb
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    cursor: not-allowed;
    background-color: #eee;
    opacity: 1
}

textarea.form-control {
    height: auto
}

.form-group {
    margin-bottom: 15px
}

.checkbox, .radio {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px
}

.checkbox label, .radio label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer
}

.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
    position: absolute;
    margin-left: -20px;
    margin-top: 4px \9
}

.checkbox + .checkbox, .radio + .radio {
    margin-top: -5px
}

.checkbox-inline, .radio-inline {
    cursor: pointer
}

.checkbox-inline + .checkbox-inline, .radio-inline + .radio-inline {
    margin-top: 0;
    margin-left: 10px
}

.checkbox-inline.disabled, .checkbox.disabled label, .radio-inline.disabled, .radio.disabled label, fieldset[disabled] .checkbox label, fieldset[disabled] .checkbox-inline, fieldset[disabled] .radio label, fieldset[disabled] .radio-inline, fieldset[disabled] input[type=checkbox], fieldset[disabled] input[type=radio], input[type=checkbox].disabled, input[type=checkbox][disabled], input[type=radio].disabled, input[type=radio][disabled] {
    cursor: not-allowed
}

.form-control-static {
    padding-top: 10px;
    padding-bottom: 7px;
    margin-bottom: 0
}

.has-success .form-control-static {
    color: #999
}

.has-warning .form-control {
    border-color: #e25f63;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-warning .form-control-static {
    color: #ec9f00
}

.has-error .checkbox, .has-error .checkbox-inline, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.checkbox label, .has-error.checkbox-inline label, .has-error.radio label, .has-error.radio-inline label {
    color: #a94442
}

.has-error .form-control {
    border-color: #e25f63;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-error .form-control-static {
    color: #f90f00
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #bbb
}

.form-horizontal .checkbox, .form-horizontal .checkbox-inline, .form-horizontal .radio, .form-horizontal .radio-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 10px;
    display: inline-block
}

.form-horizontal .checkbox, .form-horizontal .radio {
    min-height: 27px
}

.form-horizontal .form-group {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    zoom: 1
}

.control-label {
    padding: 10px 0 0 10px;
    margin-bottom: 0;
    float: left;
    min-width: 90px;
    color: #999;
    position: relative;
    margin-left: 15px
}

.control-star {
    color: #ff2626;
    position: absolute;
    left: 0;
    top: 10px
}

.form-file {
    display: inline-block;
    width: 120px;
    height: 120px;
    background: #f7f7f7;
    position: relative;
    overflow: hidden;
    border: 1px dashed #ddd
}

.form-file:hover {
    background: #fff;
    border: 1px dashed #2aafff
}

.form-file .preview {
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center
}

.form-file .preview i {
    vertical-align: middle;
    color: #c6c6c6;
    margin: 40px 0 20px;
    display: inline-block;
    font-size: 18px
}

.form-file input {
    position: absolute;width: 60px;height: 60px;
    right: 0;
    top: 0px;
    opacity: 0;
    filter: alpha(opacity=0);
    cursor: pointer;
    z-index: 10;

}

.form-file-txt {
    width: 100%;
    line-height: 28px;
    text-align: center;
    color: #fff;
    background: #7f7f7f;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 5;
    display: none
}

.form-file-name {
    color: #2aafff;
    display: block;
    text-align: center
}

.form-file:hover .form-file-txt {
    display: block
}

.input-group {
    position: relative;
    padding-right: 30px
}

.input-group-btn {
    position: absolute;
    right: 0;
    top: 0;
    border: 1px solid #e7e7eb;
    border-left: none;
    padding: 3px 0;
    background: #fff
}

.input-group-search {
    width: 30px;
    height: 24px;
    border: none;
    border-left: 1px solid #e7e7eb;
    text-align: center;
    background: #fff;
    vertical-align: middle;
    color: #228ccc
}

.input-group-icon {
    position: relative
}

.input-group-iconb {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
    line-height: 32px;
    padding: 0 5px;
    color: #e7e7eb
}

.btn {
    display: inline-block;
    width: 90px;
    height: 38px;
    overflow: visible;
    line-height: 38px;
    margin: 0 5px;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    font-size: 12px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

a.btn {
    *height: 36px
}

.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline: 0
}

.btn.focus, .btn:focus, .btn:hover {
    color: #333;
    text-decoration: none
}

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    cursor: not-allowed;
    pointer-events: none;
    opacity: .65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #333;
    background-color: #ebebeb;
    border-color: #e5e5e5
}

.btn i {
    font-size: 12px
}

.btn-default {
    color: #36aeff;
    background-color: #fff;
    border-color: #e5e5e5
}

.btn-default.active, .btn-default.focus, .btn-default:active, .btn-default:focus, .btn-default:hover {
    color: #36aeff;
    background-color: #ebebeb
}

.btn-default.disabled, .btn-default.disabled.active, .btn-default.disabled.focus, .btn-default.disabled:active, .btn-default.disabled:focus, .btn-default.disabled:hover, .btn-default[disabled], .btn-default[disabled].active, .btn-default[disabled].focus, .btn-default[disabled]:active, .btn-default[disabled]:focus, .btn-default[disabled]:hover, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default.active, fieldset[disabled] .btn-default.focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:hover {
    color: #333;
    background-color: #ebebeb;
    border-color: #e5e5e5
}

.btn-blue {
    color: #fff;
    background-color: #009afe;
    border-color: #009afe
}

.btn-blue.active, .btn-blue.focus, .btn-blue:active, .btn-blue:focus, .btn-blue:hover {
    color: #fff;
    background-color: #008ae4;
    border-color: #008ae4
}

.btn-black {
    color: #fff;
    background-color: #576477;
    border-color: #576477
}

.btn-black.active, .btn-black.focus, .btn-black:active, .btn-black:focus, .btn-black:hover {
    color: #fff;
    background-color: #4e5a6b;
    border-color: #4e5a6b
}

.btn-sm {
    font-size: 12px;
    line-height: 32px;
    height: 32px;
    border-radius: 3px
}

a.btn-sm {
    *height: 28px;
    *line-height: 28px
}

.btn-xs {
    padding: 0 5px;
    font-size: 12px;
    line-height: 20px;
    border-radius: 3px;
    width: auto;
    height: 22px
}

.btn-xs.btn-blue {
    border-color: #009afe;
    color: #009afe;
    background: #fff
}

.btn-xs.btn-blue:hover {
    background: #ebebeb
}

a.btn-xs {
    *height: 20px
}

.btn-block {
    display: block;
    width: 100%
}

.btn-block + .btn-block {
    margin-top: 5px
}

input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].btn-block {
    width: 100%
}

.form-group-bottom {
    text-align: center;
    border-top: 1px solid #e7e7eb;
    padding: 15px
}

.search-right {
    border-left: 1px dotted #ccc;
    padding: 0 10px 0 25px;
    float: right
}

.search-right .btn-blue {
    margin-bottom: 10px
}

.btn.btn-wa {
    width: auto;
    padding: 0 10px
}

.text-red {
    color: #ff2626
}

.text-red2 {
    color: #e25f63
}

.text-red3 {
    color: #e4393c
}

.text-green {
    color: #78af30
}

.text-yellow {
    color: #ec9f00
}

.text-blue {
    color: #009afe
}

.text-blue:hover {
    color: #228ccc
}

.text-grey {
    color: #c3c3c3
}

.text-orange {
    color: #ff6c00
}

.text-lightgrey {
    color: #e5e5e5
}

.text-sort {
    color: #666;
    cursor: pointer
}

.text-sort i {
    color: #cecfd1;
    margin-left: 5px;
    font-size: 12px
}

.text-sort.active, .text-sort.active i, .text-sort:hover, .text-sort:hover i {
    color: #009afe
}

.clearfix:after, .clearfix:before, .form-horizontal .form-group:after, .form-horizontal .form-group:before, .modal-footer:after, .modal-footer:before, .panel:after, .panel:before, .row:after, .row:before {
    content: " ";
    display: table
}

.clearfix:after, .form-horizontal .form-group:after, .modal-footer:after, .row:after {
    clear: both
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.form-horizontal .col-1, .form-horizontal .col-10, .form-horizontal .col-11, .form-horizontal .col-12, .form-horizontal .col-2, .form-horizontal .col-3, .form-horizontal .col-4, .form-horizontal .col-5, .form-horizontal .col-6, .form-horizontal .col-7, .form-horizontal .col-8, .form-horizontal .col-9 {
    padding-right: 10px
}

.control-line {
    float: left;
    padding: 10px 10px 0 0
}

.note {
    border: 1px solid #facc80;
    background: #fffdf1;
    color: #f78e41;
    padding: 10px;
    margin-bottom: 15px
}

.text-right {
    text-align: right
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    color: #b2b2b2
}

.caret-right {
    border-top: 4px solid transparent;
    border-left: 4px solid;
    border-bottom: 4px solid transparent
}

.caret-down {
    border-left: 4px solid transparent;
    border-top: 4px solid;
    border-right: 4px solid transparent
}

.text-center {
    text-align: center
}

.icon-disabled {
    color: #e5e5e5
}

.up-arrow:before {
    content: '';
    border-left: 9px solid transparent;
    border-bottom: 9px solid #ddd;
    border-right: 9px solid transparent;
    position: absolute;
    top: -9px;
    left: 39px
}

.up-arrow:after {
    content: '';
    border-left: 7px solid transparent;
    border-bottom: 7px solid #f4f5f9;
    border-right: 7px solid transparent;
    position: absolute;
    top: -7px;
    left: 41px
}

table {
    background-color: transparent
}

caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777;
    text-align: left
}

th {
    text-align: left
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
    border: 1px solid #e7e7eb;
    border-collapse: collapse;
    border-spacing: 0
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    padding: 16px;
    line-height: 1.42857143;
    border-bottom: 1px solid #e7e7eb
}

.table > thead > tr > th {
    vertical-align: bottom;
    background: #f4f5f9;
    padding: 11px 16px;
    color: #666
}

.table > tbody > tr:hover {
    background-color: #f8f9fb;
    cursor: pointer;
}

.table-img {
    float: left;
    margin-right: 10px;
    vertical-align: middle;
    border: 1px solid #eee
}

.table td i, .table th i {
    font-size: 12px
}

.table > tfoot > tr > td {
    background: #f8f9fb
}

.table-ibox {
    padding: 6px;
    border: 1px solid #e7e7eb;
    display: inline-block
}

.table-btnbox td, .table-btnbox th {
    padding: 8px 16px 9px !important
}

.table-border td, .table-border th {
    border: 1px solid #e7e7eb
}

.table-border > tbody > tr:hover {
    background: 0 0
}

.table-imgbox td, .table-imgbox th {
    padding: 10px 16px 10px !important
}

.table-line {
    padding: 0 5px;
    color: #e5e5e5
}

.page {
    text-align: right;
    margin-bottom: 15px
}

.page a {
    line-height: 35px;
    width: 35px;
    text-align: center;
    border: 1px solid #e7e7e7;
    color: #333;
    display: inline-block;
    margin-left: -1px
}

.page .on, .page a:hover {
    background: #009afe;
    border: 1px solid #009afe;
    color: #fff
}

.page-next, .page-prev {
    width: auto !important;
    color: #009afe !important;
    padding: 0 15px;
    margin: 0 10px
}

.page-next:hover, .page-prev:hover {
    background: #ebebeb !important;
    border: 1px solid #e7e7e7 !important;
    color: #333 !important
}

.page-next {
    margin: 0
}

.page-more {
    display: inline-block;
    margin: 0 10px
}

.panel {
    border: 1px solid #d9e1e6;
    background: #fafbfc;
    overflow: hidden;
    margin-bottom: 15px
}

.panel-none {
    border: none;
    background: #f4f5f9;
    padding: 15px
}

.breadcrumb {
    padding: 0 20px;
    list-style: none;
    background-color: #f4f5f9;
    color: #bbb;
    line-height: 40px;
    overflow: hidden
}

.breadcrumb > li {
    float: left;
    *margin-right: 10px
}

.breadcrumb > li > a {
    color: #999
}

.breadcrumb > li > a:hover {
    color: #009afe
}

.breadcrumb > li + li:before {
    padding: 0 3px;
    color: #ccc;
    content: "/"
}

.breadcrumb > .active {
    color: #009afe
}

.panel-title {
    position: relative;
    z-index: 1;
    padding-right: 10px
}

.panel-title .textmore {
    font-size: 14px;
    line-height: 47px
}

.panel-title .iconfont {
    margin-right: 5px;
    vertical-align: middle
}

.ui-title {
    background-color: #f8f8f8;
    padding: 5px 10px;
    line-height: 20px;
    height: 20px;
    text-align: right
}

.ui-title .tit {
    border-left: 4px solid #009afe;
    font-size: 14px;
    padding-left: 10px;
    float: left
}

.ui-tips {
    height: 28px;
    line-height: 28px;
    border: 1px solid #facc80;
    background: #fffdf1;
    color: #f78e41;
    padding: 0 5px
}

.ui-tips i {
    vertical-align: -1px;
    color: #f65523;
    margin-right: 5px
}

.s-scoure-star, .score-star {
    position: relative;
    display: inline-block;
    width: 100px;
    height: 16px;
    background: url(../images/star.png) no-repeat 0 -21px
}

.s-scoure-star em, .score-star em {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/star.png) no-repeat 0 0
}

.s-scoure-star {
    width: 80px;
    height: 12px;
    background-position: 0 -59px
}

.s-scoure-star em {
    background-position: 0 -42px
}

.table > tbody > tr.table-goods-tit, .table > tbody > tr.table-goods-tit:hover {
    background-color: #fcfcfd
}

.table > tbody > tr.table-goods-tit > td {
    padding: 6px 16px
}

.table > tbody > tr.table-goods-tit > td .tg-code {
    width: 200px
}

.table > tbody > tr.table-goods-tit > td .tag-green {
    background-color: #11cd6e;
    color: #fff;
    border-radius: 3px;
    padding: 0 5px
}

.table-goods .tg-img {
    float: left;
    margin-right: 10px
}

.table-goods .tg-img img {
    vertical-align: middle;
    border: 1px solid #eee
}

.table-goods .tg-txt {
    overflow: hidden;
    line-height: 18px
}

.table-goods .tg-txt .tt {
    height: 35px;
    overflow: hidden;
    margin-bottom: 6px
}

.table-goods .tg-txt .desc {
    padding-top: 13px
}

.table-goods .tg-list li .num {
    display: inline-block;
    width: 50px
}

.table-goods .tg-date {
    text-align: center;
    display: inline-block
}

.m-shopinfo .logo {
    float: left;
    background: #fff;
    width: 120px;
    height: 120px;
    border: 1px solid #e5e5e5;
    margin-right: 20px
}

.m-shopinfo .logo a {
    display: block
}

.m-shopinfo .logo img {
    margin: 40px 0
}

.m-shopinfo .info {
    float: left;
    width: 290px
}

.m-shopinfo .info li {
    line-height: 16px;
    margin-top: 14px
}

.m-shopinfo .info li * {
    display: inline-block;
    vertical-align: middle;
    *display: inline;
    zoom: 1
}

.m-shopinfo .info li .tt {
    color: #999;
    width: 65px
}

.m-shopinfo .info li.first, .m-shopinfo .info li:first-child {
    margin-top: 0
}

.m-shopinfo .info li .shop-name {
    font-size: 14px;
    font-weight: 700
}

.m-shopinfo .info li a.btn {
    margin: 0
}

.m-shopscore {
    padding-left: 60px
}

.m-shopscore .text {
    display: inline-block;
    width: 190px;
    vertical-align: middle
}

.m-shopscore .text em {
    color: #ff6c00;
    margin: 0 2px;
    font-weight: 400
}

.m-shopscore dt {
    padding-bottom: 12px
}

.m-shopscore dt .text {
    font-weight: 700;
    font-size: 16px
}

.m-shopscore dt .text em {
    font-size: 16px;
    font-weight: 700
}

.m-shopscore dd {
    margin-top: 15px
}

.m-shopscore dd .text {
    width: 140px;
    padding-left: 50px;
    color: #999
}

.m-shopscore .score-star {
    display: inline-block;
    vertical-align: middle
}

.tbl-search {
    padding: 20px 10px 8px;
    background: #f4f5f9
}

.tbl-search .tbl-search-left {
    float: left;
    width: 780px
}

.tbl-search .tbl-search-left .row {
    margin: 0 -5px
}

.tbl-search .tbl-search-left > .row {
    margin-bottom: 12px
}

.tbl-search .tbl-search-left .col-1, .tbl-search .tbl-search-left .col-10, .tbl-search .tbl-search-left .col-11, .tbl-search .tbl-search-left .col-12, .tbl-search .tbl-search-left .col-2, .tbl-search .tbl-search-left .col-3, .tbl-search .tbl-search-left .col-4, .tbl-search .tbl-search-left .col-5, .tbl-search .tbl-search-left .col-6, .tbl-search .tbl-search-left .col-7, .tbl-search .tbl-search-left .col-8, .tbl-search .tbl-search-left .col-9 {
    padding: 0 5px
}

.tbl-search .tbl-search-right {
    float: right;
    width: 90px;
    padding: 32px 15px;
    border-left: 1px dotted #ccc
}

.tbl-search .tbl-search-right .btn {
    margin: 6px 0
}

.tbl-search .tbl-search-right.search-row3 {
    padding: 10px 15px
}

.tbl-search .tbl-search-right.search-row2 {
    margin-top: -12px;
    padding: 0 15px
}

.tbl-search .i-to:before {
    position: absolute;
    top: 9px;
    left: -5px;
    color: #333;
    content: "~"
}

.form-item-label {
    text-align: right;
    line-height: 30px;
    color: #999;
    width: 86px
}

.pop-ct {
    padding: 20px
}

.pop-ct table {
    margin-bottom: 0
}

.pop-arrow, .pop-arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.pop-arrow {
    border-width: 11px;
    top: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0, 0, 0, .25)
}

.gutter-row5 {
    margin: 0 -5px
}

.gutter-row5 > div {
    padding: 0 5px
}

.gutter-row8 {
    margin: 0 -8px
}

.gutter-row8 > div {
    padding: 0 8px
}

.gutter-row10 {
    margin: 0 -10px
}

.gutter-row10 > div {
    padding: 0 10px
}

.ipt-calendar {
    position: relative
}

.ipt-calendar .form-control {
    padding-right: 30px
}

.ipt-calendar i {
    color: #c6c6c6;
    display: block;
    width: 16px;
    height: 16px;
    line-height: 16px;
    position: absolute;
    top: 9px;
    right: 9px
}

.pop-decor {
    /*display: none*/
}

.pop-decor .table {
    margin-bottom: 0
}

.text-blue2 {
    color: #0d65ac
}

.btn-grey {
    color: #666;
    background-color: #fff;
    border-color: #e5e5e5
}

.btn-grey.active, .btn-grey.focus, .btn-grey:active, .btn-grey:focus, .btn-grey:hover {
    color: #666;
    background-color: #ebebeb
}

.btn-red {
    color: #fff;
    background-color: #0A64FF;
    border-color: #0A64FF
}

.btn-red.active, .btn-red.focus, .btn-red:active, .btn-red:focus, .btn-red:hover {
    color: #fff;
    background-color: #c43030;
    border-color: #c43030
}

.add-module {
    display: block;
    clear: both;
    height: 40px;
    line-height: 40px;
    padding-left: 18px;
    border: 1px dashed #ababab;
    background: #eaeaea;
    color: #666
}

.add-module i {
    vertical-align: -2px;
    margin-right: 10px
}

.pop-decor * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.pop-tbl {
    width: 100%;
    border: 1px solid #eee;
    /*height: inherit*/
}

.pop-tbl td {
    padding: 8px 10px;
    position: relative
}

.pop-tbl th {
    height: 36px;
    padding: 0 10px;
    border-bottom: 1px solid #eee;
    background: #f2f2f2;
    line-height: 36px
}

.pop-tbl td {
    border-bottom: 1px dotted #eee
}

.btn-add {
    display: inline-block;
    width: 120px;
    height: 30px;
    margin: 10px;
    border: 1px solid #d48d8d;
    border-radius: 4px;
    background: #FBE1E1;
    line-height: 30px;
    text-align: center;
    -webkit-border-radius: 4px
}

.btn-add:hover {
    background: #FFD2D2
}

.no-border {
    width: auto;
    border: 0
}

.no-border td {
    border: 0
}

.tbl-sel {
    width: 100%;
    height: 30px;
    padding: 5px;
    border: 1px solid #ccc
}

.tbl-ipt {
    width: 100px;
    height: 30px;
    padding: 5px;
    border: 1px solid #ccc
}

.pop-tbl td.tt {
    text-align: right
}

.pop-scroll {
    overflow-y: auto;
    max-height: 154px;
    margin-bottom: 15px;
}

.tbl-upload {
    overflow: hidden;
    float: left;
    position: relative;
    width: 70px;
    height: 30px;
    margin-left: 10px
}

.tbl-upload .btn-upload {
    display: inline-block;
    width: 70px;
    height: 30px;
    border: 1px solid #7ecbdf;
    border-radius: 2px;
    background: #eafbfe;
    line-height: 28px;
    color: #00a2ca;
    text-align: center;
    -webkit-border-radius: 2px
}

.file-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 100px;
    filter: alpha(opacity=0);
    opacity: 0
}

.upload-ipt {
    float: left;
    width: 200px
}

.tbl-tips {
    margin-left: 5px;
    color: #666
}

.tbl-tips-v2 {
    float: left;
    line-height: 30px
}

.w100p {
    width: 100%
}

.w100 {
    width: 100px
}

.w200 {
    width: 200px
}

.w140 {
    width: 140px
}

.w50 {
    width: 50px
}

.lh30 {
    line-height: 30px
}

.tbl-category {
    font-size: 0
}

.tbl-category .tbl-sel {
    margin-right: 10px
}

.tbl-btn {
    display: inline-block;
    width: 70px;
    height: 30px;
    border: 1px solid #7ecbdf;
    border-radius: 2px;
    background: #eafbfe;
    line-height: 28px;
    color: #00a2ca;
    text-align: center;
    -webkit-border-radius: 2px
}

.tbl-btn:hover {
    border: 1px solid #bdebf7;
    background: #f2fdfe;
    color: #00a2ca
}

.pop-tbl img {
    vertical-align: top
}

.pop-tbl .name {
    line-height: 20px
}

.tbl-btn2 {
    display: inline-block;
    width: 100px;
    height: 32px;
    border-radius: 4px;
    background: #F78C75;
    line-height: 33px;
    color: #fff;
    text-align: center;
    -webkit-border-radius: 4px
}

.tbl-btn2:hover {
    background: #F7765B;
    color: #fff
}

.tbl-btn2.have {
    background: #6EA8C5
}

.tbl-btn2.have:hover {
    background: #4D9DC5
}

.mh340 {
    max-height: 340px
}

.radio-box .tbl-rdo {
    margin-right: 3px;
    vertical-align: middle
}

.radio-box label {
    margin-right: 10px
}

.pop-module{overflow:hidden;/*height:495px*/}
.pop-layout-left{float:left;width:160px;height:100%;border-right:1px solid #ddd;background:#eee}
.pop-layout-right{float:left;width:640px;height:100%}
.pop-layout-left li{height:40px;border-bottom:1px solid #ddd;line-height:40px;text-align:center;cursor:pointer}
.pop-layout-left li.on{width:160px;background:#fff}
.pop-module .pop-tbl{border:0}
.module-list{overflow-y:auto;height:100%}
.module-list .pop-tbl p{line-height:18px;color:#666}
.vat{vertical-align:top}
.pop-categorys .pop-tbl{min-height:150px;}

.preview-img {
    position: relative;
    width: 60px;
    height: 60px;
    /*border: 1px solid #eee*/
}

.preview-img .form-file-txt {
    background: rgba(0, 0, 0, .5)
}

.preview-img .form-file-txt a {
    color: #fff
}

.preview-img:hover .form-file-txt {
    display: block
}

.preview-img img {
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto
}

.pop-decor .form-file {
    width: 60px;
    height: 60px;
    vertical-align: top
}

.pop-decor .form-file .preview i {
    margin: 10px 0 5px;
    font-size: 16px
}

.pop-decor .form-control {
    display: inline-block
}

.pop-decor .table th {
    padding: 11px 10px
}

.pop-decor .table td {
    padding: 8px 10px
}

.pop-ft-add {
    padding: 10px 14px;
    background: #fafafa;
    border-top: 1px solid #f5f5f5
}

.has-error {
    position: relative
}

.ipt-error {
    color: #f90f00
}

.table-box {
    padding: 0 20px;
    margin-top: 10px;
}

.table-box .action {
    height: 36px;
    line-height: 36px;
    border-top: 1px solid #e7e7eb
}

.table-box .action a {
    margin: 0 5px;
    color: #818181
}

.table-box .action a:hover {
    color: #e4393c
}

.table-box .action i {
    font-size: 12px
}

.brt0 {
    border-top: 0
}

.u-zy {
    display: inline-block;
    height: 18px;
    line-height: 18px;
    padding: 0 4px;
    text-align: center;
    color: #fff;
    background: #e94544;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    font-size: 12px;
    font-weight: 400
}

.mod-item {
    width: 228px;
    border: 1px solid #eee
}

.mod-item .hd {
    padding: 0 10px;
    height: 30px;
    line-height: 30px;
    background: #f2f2f2;
    border-bottom: 1px solid #eee
}

.mod-item .hd h3 {
    font-size: 14px
}

.shop-icon {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(../images/shop-icon.png) no-repeat;
    vertical-align: middle
}

.ipt-tips {
    position: absolute;
    left: 10px;
    bottom: -6px;
    color: #999
}

.ipt-tips.error {
    color: #f90f00
}

.label-star {
    color: red;
    margin-right: 3px;
    vertical-align: middle
}


.shop-header{height:100px}.shop-header .logo{float:left;margin-top:18px}.shop-header .search{float:right;margin-top:30px;margin-right:105px;width:428px;border:1px solid #0A64FF;height:38px;position:relative}.shop-header .search .search-ipt{width:310px;height:28px;padding:5px 10px;border:0;font-size:14px;line-height:28px}.shop-header .search button{position:absolute;top:-1px;right:-1px;border:0;width:100px;height:40px;line-height:40px;text-align:center;background:#0A64FF;color:#fff;font-size:14px}.shop-header .search button.button2{right:-106px;background:#fff;border:1px solid #e0e0e0;color:#0A64FF}
.shop-hd-info{height:50px;line-height:50px;background:#f4f3f3}.shop-hd-info .info-area{float:right;font-size:16px}.shop-hd-info .info-area .tt{float:left;font-weight:700}.shop-hd-info .info-area .score{float:left;font-weight:700;margin-right:10px}.shop-hd-info .info-area .score .score-star{margin:0 10px;vertical-align:-1px}.shop-hd-info .info-area .score .score-text em{color:#ff6c00;margin-right:5px}.shop-hd-info .info-area .favorite{float:left;width:90px;cursor:pointer}.shop-hd-info .info-area .favorite i{font-size:20px;vertical-align:middle;margin-right:5px}.shop-hd-info .info-area .favorite.selected,.shop-hd-info .info-area .favorite:hover{color:#0A64FF}
.sub-bd{display:none;position:absolute;top:29px;left:-1px;z-index:20;background:#fff}
.quick-menu li.hover{height:29px;padding:0 24px 0 29px;border-left:1px solid #ddd;border-right:1px solid #ddd;background:#fff}
.sn-short .quick-menu li.hover{border-color:#ddd;}
.quick-menu li.hover .sub-bd{display:block}
.quick-menu li.hover i.scj-icon{background-position:-50px -70px}
.quick-menu li.hover b{background-position:-150px -70px;transform:rotate(180deg);transform-origin:50% 30% 0;}
.favorite .sub-bd{width:89px;padding:5px 0;border:1px solid #ddd;border-top:0;text-align:center}
.favorite .sub-bd a{display:block;height:24px;margin:2px 0;line-height:24px;text-align:center}
.favorite .sub-bd a:hover{background:#f5f5f5}

.m-slider .next, .m-slider .prev {
    position: absolute;display: inline-block;
    top: 50%;  margin-top: -40px;
    left: 3%;
    z-index: 1;
    width: 39px;
    height: 80px;
    background: url(../images/slider-arrow.png) no-repeat;
    cursor: pointer;
    filter: alpha(opacity=50);
    -webkit-opactiy: .5;
    -moz-opactiy: .5;
    opacity: .5;
}