body {
    font-family: 'Segoe UI', "Helvetica Neue", Helvetica, Arial, sans-serif, 'Microsoft YaHei', '΢���ź�', YouYuan, STSong;
    font-size: 12px;
}

a {
    cursor: pointer;
    text-decoration: none;
}

a:focus,
button:focus {
    outline: 0;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

.form-control:focus {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

img {
    max-width: 100%;
}

ul {
    list-style: none;
}

button,
.btn {
    border-radius: 0 !important;
}

.pagination>.disabled>a,
.pagination>.disabled>a:focus,
.pagination>.disabled>a:hover,
.pagination>.disabled>span,
.pagination>.disabled>span:focus,
.pagination>.disabled>span:hover {
    cursor: default;
}

.dropdown-menu {
    font-size: 13px !important;
    box-shadow: none !important;
}

.dropdown-menu .divider {
    margin: 1px 0 !important;
}

.dropdown-menu>li>a {
    padding: 6px 16px !important;
}

@font-face {
  font-family: 'iconfont';  /* project id 68064 */
  src: url('//at.alicdn.com/t/font_68064_8cfn2s1j4qn.eot');
  src: url('//at.alicdn.com/t/font_68064_8cfn2s1j4qn.eot?#iefix') format('embedded-opentype'),
  url('//at.alicdn.com/t/font_68064_8cfn2s1j4qn.woff') format('woff'),
  url('//at.alicdn.com/t/font_68064_8cfn2s1j4qn.ttf') format('truetype'),
  url('//at.alicdn.com/t/font_68064_8cfn2s1j4qn.svg#iconfont') format('svg');
}

.iconfont {
    font-family: iconfont;
    font-size: 16px;
    font-style: normal;
    vertical-align: middle;
}


/*���IE������Xͼ��*/

input::-ms-clear,
input::-ms-reveal {
    display: none;
}


/**/

.icon-spin {
    animation: spin 2;
}

.full-width {
    width: 100%;
    margin: 0;
    padding: 0;
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width:1024px) {
    .container {
        width: 1170px;
    }
}

@media (max-width: 1024px) {
    .container {
        width: 1000px;
    }
}


/*display*/

.inline {
    display: inline;
}

.inline-block {
    display: inline-block;
}

.block {
    display: block;
}

.hide {
    display: none;
}

.display {
    display: none;
}

.show {
    display: block;
}

.hidden {
    visibility: visible;
}

.height40 {
    height: 0;
}

.layui-layer .height40 {
    height: 40px;
}

.visible {
    visibility: visible;
}

.inline-wrap>* {
    display: inline;
}

.inline-block-wrap>* {
    display: inline-block !important;
}

input.datetime {
    width: 120px;
}


/*font*/

.font10 {
    font-size: 10px;
}

.font11 {
    font-size: 11px;
}

.font12 {
    font-size: 12px;
}

.font13 {
    font-size: 13px;
}

.font14 {
    font-size: 14px;
}

.font15 {
    font-size: 15px;
}

.font16 {
    font-size: 16px;
}

.font18 {
    font-size: 18px;
}

.font20 {
    font-size: 20px;
}

.font24 {
    font-size: 24px;
}

.font26 {
    font-size: 26px;
}

.font36 {
    font-size: 36px;
}


/*sku������*/

#sku-box {
    background: #ffffff;
    display: inline-block;
    background-size: 100%;
    padding-top: 7px;
    border-bottom: 1px solid #ddd;
    z-index: 22222;
    position: absolute;
    -moz-box-shadow: #aaa 1px 10px 10px;
    -webkit-box-shadow: #aaa 1px 10px 10px;
    box-shadow: #aaa 1px 10px 10px;
    display: none;
}

#sku-box ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-block;
}

#sku-box>ul {
    padding-top: 10px;
    padding-right: 12px;
}

#sku-box ul li {
    vertical-align: middle;
}

#sku-box ul li label {
    display: inline-block;
    width: 70px;
    font-size: 12px;
    color: #666;
    font-weight: normal;
    text-align: right;
}

#sku-box ul li ul,
#sku-box ul li ul li {
    display: inline-block;
}

#sku-box ul li ul li+li {
    margin-left: 8px;
}

#sku-box ul li ul li a {
    color: #666;
    width: 50px;
    height: 30px;
    display: inline-block;
    text-align: center;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 4px 0;
    border: 1px solid #ccc;
}

#sku-box ul li ul li a.active {
    border: 0;
    background-image: url('../images/hong.png');
}

#sku-box .img-preview {
    display: block;
    height: 100%;
}

#sku-box .img-preview img {
    display: block;
    padding: 5px;
    border-left: 1px solid #ddd;
}

#sku-box .sku-left {
    padding-right: 10px;
    padding-top: 8px;
}

#sku-box .sku-btns {
    padding-left: 74px;
    margin-top: 7px;
    margin-bottom: 9px;
}

#sku-box .sku-btns .btn {
    padding: 2px 12px;
}

#sku-box .sku-btns .btn+.btn {
    margin-left: 8px;
}


/*checkbox*/

.checkbox {
    padding: 3px 12px;
    border: 1px solid #dedede;
    color: #444;
    cursor: pointer;
    margin: 0 3px;
}

.checkbox.active {
    padding: 2px 11px;
    border: 2px solid #e4393c;
    position: relative;
}

.checkbox.active:after {
    content: "\e630";
    font-family: 'iconfont';
    font-size: 12px;
    color: #e4393c;
    position: absolute;
    right: -1px;
    bottom: 0;
}


/*dialog*/

#dialog .modal-header {
    padding-top: 8px;
    padding-bottom: 8px;
    background-color: #ddd;
}

#dialog .modal-header .modal-title {
    font-size: 15px;
}

#dialog .dialog-content {
    text-align: center;
}

#dialog .dialog-content .iconfont {
    font-size: 50px;
}

#dialog .dialog-content span {
    margin-left: 10px;
    font-size: 15px;
    font-weight: 600;
    color: #666;
}

#dialog .dg-btns {
    text-align: center;
    margin-top: 6px;
    margin-bottom: 20px;
}

#dialog .dg-btns .btn+.btn {
    margin-left: 10px;
}

#dialog .dg-btns .btn {
    padding: 4px 20px;
    border: 1px solid #ccc;
    background-color: #f8f8f8;
}

#top-row {
    font-size: 12px !important;
    line-height: 20px !important;
}

body {
    height: 100%;
}

body {
    background-color: #f5f5f5;
}


/*container*/

#wrapper {
    position: relative;
    height: 100%;
}

.container {
    position: relative;
}

#wrapper #nav {
    position: fixed;
    top: 0;
    bottom: 0;
    width: 96px;
    background-color: #0181c8;
    overflow: hidden;
    z-index: 1000;
}

#wrapper #nav #logo {
    display: inline-block;
    background-color: #0070b1;
}

#wrapper #nav .main-nav {
    width: 100%;
    overflow: hidden;
    position: relative;
    margin-top: 5px;
    height: 900px;
}

#wrapper #nav .nav-icon {
    text-align: center;
    padding-top: 15px;
    display: none;
}

#wrapper #nav .nav-icon .iconfont {
    font-size: 25px;
    color: #ffffff;
    opacity: 0.2;
    filter: progid: DXImageTransform.Microsoft.Alpha(opacity=20);
}

#wrapper #nav .nav-icon .iconfont:hover {
    opacity: 1;
    filter: progid: DXImageTransform.Microsoft.Alpha(opacity=100);
    cursor: pointer;
}

#wrapper #nav ul {
    list-style: none;
    padding: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

#wrapper #nav ul li {
    padding: 8px 0;
    min-height: 76px;
}

#wrapper #nav ul li:hover,
#wrapper #nav ul li.active {
    background-color: #0070b1;
}

#wrapper #nav ul li a {
    color: #eee;
    text-align: center;
    display: block;
}

#wrapper #nav ul li a i {
    display: block;
    font-size: 24px;
    padding-top: 5px;
    margin-bottom: 3px;
    font-weight: 500;
}

#wrapper #nav ul li a span {
    display: block;
    font-size: 13px;
}

#wrapper #right {
    margin-left: 96px;
}

#wrapper #top {
    height: 47px;
    background-color: #fff;
    line-height: 47px;
    position: relative;
}

#wrapper #top a {
    color: #888;
}

#wrapper #top #categories {
    display: inline-block;
    line-height: 32px;
    padding-left: 10px;
    padding-right: 12px;
    color: #2a9fde;
    font-size: 14px;
    width: auto;
    background: #ffffff;
    position: relative;
    top: 8px;
    font-weight: 300;
    right: 620px;
    float: right;
}

#wrapper #top #categories:hover {
    color: #1e8dd4;
}

#wrapper #top #categories i {
    margin-left: 6px;
    font-size: 22px;
    font-weight: 600;
    margin-right: 5px;
    position: relative;
    top: -3px;
}

#wrapper #top ul {
    list-style: none;
    position: absolute;
    right: 15px;
    top: 0;
}

#wrapper #top ul li {
    display: inline-block;
    padding: 0 15px;
}

#wrapper #top ul li a {
    font-size: 12px;
}

#wrapper #top ul li+li {
    border-left: 1px solid #ccc;
    line-height: 14px;
}

#wrapper #top ul li a .message-count {
    color: #369f79;
    font-weight: bold;
}

#wrapper #search {
    height: 70px;
    padding: 0 25px;
    position: relative;
    top: 0;
    background: #f5f5f5;
}

#wrapper #search .breadcrumb {
    line-height: 70px;
    margin-left: 20px;
    display: inline-block;
    margin: 0;
    padding: 0;
    background: #f5f5f5;
}

#wrapper #search .breadcrumb li {
    font-size: 12px;
}

#wrapper #search .breadcrumb li a {
    color: #323232;
}

#wrapper #search .breadcrumb li:first-child {
    font-size: 14px;
}

#wrapper #search .search-box {
    position: absolute;
    top: 17px;
    right: 15px;
}

#wrapper #search .search-box .search-input,
#wrapper #search .cart {
    display: inline-block;
    vertical-align: middle;
    color: #666;
}

#wrapper #search .search-box .search-input .form-control {
    height: 33px;
    width: 280px;
    border-color: #ddd;
}

#wrapper #search .search-box .search-input .input-group-addon {
    border-color: #ddd;
}

#wrapper #search .search-box .search-input select {
    width: 85px !important;
    display: inline-block;
    border-right: 0;
}

#wrapper #search .search-box .search-input .form-control:focus {
    border-color: #0081c8;
}

#wrapper #search .search-box .search-input i {
    color: #fff;
    position: relative;
    top: -3px;
}

#wrapper #search .search-box .search-input .input-group-addon {
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
}

#wrapper #search .search-box .search-input a.input-group-addon {
    border-left: none;
    background: #1e8dd4;
    border-color: #1e8dd4;
}

#wrapper #search .search-box .search-input a.input-group-addon:hover {
    background: #2a9fde;
}

#wrapper #search .search-box .search-input a.input-group-addon:active {
    background: #0070b2;
}

#wrapper #search .search-box>a.more-condition i {
    font-size: 12px;
    font-weight: bold;
}

#wrapper #search .cart {
    margin-left: 20px;
}

#wrapper #search .cart>span:first-child {
    margin-right: 10px !important;
}

#wrapper #search .cart i {
    padding-right: 3px;
    color: #f7686b;
    position: relative;
    top: -3px;
}

#wrapper #search .cart span.num {
    color: #f7686b;
    font-weight: bold;
    font-size: 14px;
}

#wrapper #search .input-group-addon {
    background-color: #fff;
}

.search-dropdown .dropdown-toggle {
    color: #999;
    cursor: pointer;
}

.ordertimeSelect.search-dropdown .dropdown-toggle {
    display: block;
    width: 130px;
    text-align: left;
    position: relative;
    height: 100%;
}
.ordertimeSelect.search-dropdown .dropdown-toggle .search-type{
	display: inline-block;
    height: 100%;
    margin-right: 20px;
    overflow: hidden;
}
.ordertimeSelect.search-dropdown .dropdown-toggle .caret {
    position: absolute;
    right: 10px;
    top: 10px;
}

#search .search-dropdown>ul.dropdown-menu {
    min-width: 86px;
    box-sizing: content-box;
    left: -1px;
    right: -1px;
}

.search-dropdown .dropdown-menu {
    box-shadow: none !important;
    border-top: 0;
    border-color: #ddd;
    width: 100%;
    /*box-sizing: content-box;
    -moz-box-sizing: content-box;*/
}

.search-dropdown .dropdown-menu li a {
    color: #888;
}

#content {
    margin-left: 10px;
}

.content-nav {
    padding-left: 0;
    background: #f5f5f5;
    margin-top: 10px;
    margin-left: 10px;
    margin-bottom: 0;
}

.content-nav li {
    display: inline-block;
    padding: 8px 15px;
    margin: 0;
    cursor: pointer;
    position: relative;
    text-align: center;
}

.content-nav li a {
    font-size: 13px;
    color: #777;
    display: inline-block;
}

.content-nav li.active {
    background: #ffffff;
}

.content-nav li.active a {
    color: #2a9fde;
}


/*��Ʒ����*/

ul.goods-nav {
    min-width: 130px;
    padding: 0;
    font-size: 12px;
    position: fixed;
    top: 48px;
    overflow-y: auto;
    z-index: 100;
    display: none;
    border-bottom: 1px solid #e3e0df;
    float: right;
    right: 700px;
    height:500px;
}

ul.goods-nav,
ul.goods-nav ul {
    list-style: none;
}

ul.goods-nav>li {
    line-height: 42px;
    padding-left: 10px;
}

ul.goods-nav>li>a {
    display: block;
}

ul.goods-nav>li>a>i {
    font-size: 18px;
    padding-right: 10px;
}

ul.goods-nav>li .level2 {
    display: none;
    opacity: 0;
    filter: progid: DXImageTransform.Microsoft.Alpha(opacity=0);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 130px;
    width: 680px;
    height: 480px;
    z-index: 100;
    border-top-right-radius: 1px;
    border-bottom-right-radius: 1px;
}

ul.goods-nav {
    background-color: #eeeeee;
}

ul.goods-nav>li:hover {
    background-color: #ffffff;
}

ul.goods-nav>li .level2 {
    background-color: #ffffff;
    -moz-transition: all ease-in 0.25s;
    -o-transition: all ease-in 0.25s;
    -webkit-transition: all ease-in 0.25s;
    transition: all ease-in 0.25s;
    opacity: 1;
    filter: progid: DXImageTransform.Microsoft.Alpha(opacity=100);
}

ul.goods-nav>li>a {
    color: #646464;
}


/*
ul.goods-nav > li:hover > a {
    color: #2a9fde;
}*/

ul.goods-nav>li:hover .level2 {
    display: block;
}

ul.goods-nav>li .level2 {
    padding: 8px 16px;
    overflow: auto;
    border-top: 1px solid #e3e0df;
    border-right: 1px solid #e3e0df;
    border-bottom: 1px solid #e3e0df;
}

ul.goods-nav>li .level2 h3 {
    font-size: 12px;
    color: #323232;
    font-weight: bold;
    display: inline-block;
    margin: 0;
    margin-right: 12px;
    margin-left: 5px;
}

ul.goods-nav>li .level2 h3 i {
    color: #323232;
    padding-left: 5px;
    font-size: 13px;
}

ul.goods-nav>li .level2 ul {
    padding: 0;
    display: inline-block;
}

ul.goods-nav>li .level2 ul li {
    line-height: 50px;
    display: inline-block;
    margin-left: 15px;
}

ul.goods-nav>li .level2 ul li.active a {
    color: #e4393c;
}

ul.goods-nav>li .level2 ul li a {
    color: #646464;
    font-size: 12px;
}

ul.goods-nav>li .level2 ul li a:hover {
    color: #2a9fde;
}


/*��ҳ*/

.bbc-mall .main {
    overflow: hidden;
    background: #f5f5f5;
}

.first-part {
    float: left;
    position: relative;
}

.left-block,
.right-block {
    display: inline-block;
}

.left-block {
    float: left;
    display: inline-block;
    margin-right: -1050px;
    width: 1050px;
    position: relative;
}

.left-block .l-b-main {
    padding: 15px;
    background: #fff;
}

.left-block #sy-carousel img {
    height: 400px;
    width: 100%;
}

.left-block #sy-carousel .carousel-control {
    height: 60px;
    width: 30px;
    top: 50%;
    margin-top: -30px;
    background: #555;
    padding-top: 10px;
    display: none;
    opacity: .5;
    -moz-opacity: 0.5;
    filter: Alpha(Opacity=50);
}

.left-block #sy-carousel .carousel-control:hover {
    opacity: .9;
    -moz-opacity: 0.9;
    filter: Alpha(Opacity=90);
}

.left-block #sy-carousel .carousel-control span {
    font-size: 30px;
    position: relative;
    top: -6px;
}

.left-block #sy-carousel .carousel-indicators {
    width: 68px;
    text-align: center;
    left: 50%;
    margin-left: -34px;
    bottom: 0;
    background: #000000;
    opacity: 0.3;
    -moz-opacity: 0.3;
    filter: Alpha(Opacity=30);
    padding-top: 2px;
    border-radius: 10px;
}

.left-block #sy-carousel .carousel-indicators li {
    margin: 1px 3px;
}

.left-block #sy-carousel .carousel-indicators li.active {
    width: 30px;
    height: 10px;
}

.left-block #sy-carousel:hover .carousel-control {
    display: inline-block;
}

.bottom-block {
    padding: 15px;
    background: #fff;
    margin-top: 15px;
    height: 455px;
    margin-right: 15px;
}

.refresh-block {
    text-align: right;
    margin-bottom: 10px;
}

.refresh-block .refresh {
    cursor: pointer;
    width: 50px;
    display: inline-block;
    margin-right: 20px;
}

.refresh-block .refresh>* {
    color: #999;
    display: inline-block;
    line-height: 16px;
    vertical-align: middle;
}

.refresh-block .refresh i.iconfont {
    position: relative;
    top: -2px;
}

.exhibition {
    padding: 0;
    overflow: hidden;
}

.exhibition li {
    display: inline-block;
    width: 16.6%;
    float: left;
    background: #F7FDFF;
    border-left: 2px solid #fff;
    height: 100px;
    text-align: center;
}

.exhibition li:first-child {
    border-left: 2px solid #F7FDFF;
}

.exhibition li img {
    width: 60px;
    height: 60px;
    display: inline-block;
    position: relative;
    margin: 20px 10px 20px 0;
    vertical-align: middle;
}

.exhibition li .detail {
    text-align: left;
    height: 40px;
    display: inline-block;
    margin: 30px 0;
    vertical-align: middle;
    color: #666;
}

.exhibition li p {
    font-size: 13px;
    line-height: 16px;
    margin: 0;
}

.exhibition li .big {
    font-size: 17px;
    line-height: 24px;
}

#buttons {
    margin-top: 20px;
    overflow: hidden;
}

#buttons .balance {
    display: block;
    float: left;
    padding-left: 15px;
}

.gateway-btn .balance {
    width: 33.333333%;
}

.channel-btn .balance {
    width: 25%;
}

#buttons .balance:first-child {
    padding-left: 0;
}

.balance>a {
    height: 50px;
    width: 100%;
    cursor: pointer;
    display: block;
    padding: 13px 15px;
    background: #F7FDFF;
    border-top: 3px solid #3FC4FE;
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
}

.balance a span.operation {
    font-size: 15px;
    vertical-align: middle;
    color: #666;
}

.balance ul {
    padding: 0 15px;
    width: 100%;
    border: 1px solid #e5e5e5;
    border-top: 0;
}

.balance ul li {
    display: block;
    list-style: none;
    height: 50px;
}

.balance ul li a {
    height: 100%;
    display: block;
    padding: 15px 0;
}

.balance ul li span:first-child {
    color: #999999;
}

.balance ul li .pull-right {
    width: 30px;
    display: inline-block;
    text-align: left;
    font-weight: bold;
    font-size: 14px;
    color: #999;
}

.balance ul li {
    border-bottom: 1px solid #e5e5e5;
}

.balance ul li:last-child {
    border-bottom: 0 !important;
}

.right-block {
    float: right;
    padding-left: 1065px;
    width: 100%;
    height: 430px;
    padding-right: 15px;
}

.right-block .notice {
    width: 100%;
    height: 48%;
    background: #fff;
}

.right-block .notice .notice-title {
    height: 40px;
    padding: 0 15px;
    border-bottom: 1px solid #e5e5e5;
}

.right-block .notice .notice-title span {
    display: inline-block;
    font-size: 14px;
    margin: 10px 0;
    color: #646464;
}

.right-block .notice .notice-title span i {
    color: #2a9fde;
    margin-right: 5px;
    position: relative;
    top: -4px;
}

.right-block .notice .notice-title .more {
    color: #c8c8c8;
    font-size: 12px;
    float: right;
    font-weight: bold;
    cursor: pointer;
}

.right-block .notice .notice-list {
    padding: 10px 15px;
    height: 166px;
    overflow-y: auto;
}

.right-block .notice .notice-list ul {
    padding: 0;
    height: 100%;
}

.right-block .notice .notice-list ul li {
    position: relative;
    list-style: none;
    font-size: 12px;
    width: 100%;
    height: 50px;
}

.right-block .notice .notice-list ul li .title {
    margin-left: 15px;
    margin-top: 5px;
    overflow: hidden;
}

.right-block .notice .notice-list ul li a {
    color: #646464;
    display: inline-block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
    float: left;
    padding-right: 40px;
}

.right-block .notice .notice-list ul li .new-marker {
    color: #f7686b;
    font-weight: bold;
    font-size: 10px;
    float: right;
    width: 30px;
    text-align: center;
    margin-left: -40px;
}

.right-block .notice .notice-list ul li a:hover {
    color: #2a9fde;
}

.right-block .notice .notice-list ul li span {
    color: #c8c8c8;
}

.right-block .notice .notice-list ul li:before {
    content: "";
    height: 7px;
    width: 7px;
    border-radius: 5px;
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 2px;
    border: 1px solid #2a9fde;
}

.right-block .notice .notice-list ul li:after {
    content: "";
    display: inline-block;
    height: 43px;
    width: 1px;
    visibility: visible;
    background: #dadada;
    position: absolute;
    top: 11px;
    left: 3px;
}

.right-block .notice .notice-list ul li:nth-child(1):before {
    border: 1px solid #f7686b;
}

.right-block .notice .notice-list ul li:nth-child(2):before {
    border: 1px solid #f6c228;
}

.right-block .notice .notice-list ul li:nth-child(3):before {
    border: 1px solid #45ac87;
}

.second-part {
    float: right;
    background: #f5f5f5;
    height: 900px;
    display: none;
}

.second-part .sec-block {
    margin-right: 15px;
    background: #ffffff;
    height: 100%;
}

.second-part .newFunction {
    padding-left: 0;
}

.second-part .newFunction .head {
    height: 39px;
    line-height: 39px;
    font-weight: bold;
    color: #646464;
    padding: 0 20px;
    font-size: 13px;
}

.second-part .newFunction .fct {
    border-top: 1px solid #e5e5e5;
    vertical-align: middle;
    background: #ffffff;
    padding: 30px 20px 0;
}

.second-part .newFunction .fct a {
    width: 100%;
    display: block;
    color: #646464;
}

.second-part .newFunction .fct a p {
    margin: 0;
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    line-height: 20px;
}

.second-part .newFunction .fct a .title {
    font-size: 13px;
    color: #323232;
    font-weight: bold;
    margin: 0;
}

.second-part .newFunction .fct a img {
    width: 80%;
    margin: 0 10%;
}

@media (min-width: 1700px) {
    .first-part {
        width: 1405px;
        margin-right: -1405px;
    }
    .second-part {
        display: block;
        width: 100%;
        padding-left: 1405px;
    }
}

@media (min-width: 1550px) and (max-width: 1699px) {
    .first-part {
        width: 100%;
    }
    .first-part .left-block {
        width: 1080px;
        margin-right: -1080px;
    }
    .left-block #sy-carousel img {
        height: 411px;
    }
    .first-part .right-block {
        padding-left: 1095px;
        height: 441px;
    }
}

@media (max-width: 1549px) and (min-width: 1150px) {
    .first-part {
        width: 100%;
    }
    .first-part .left-block {
        width: 870px;
        margin-right: -870px;
    }
    .left-block #sy-carousel img {
        height: 329px;
    }
    .first-part .right-block {
        padding-left: 885px;
        height: 359px;
    }
}

@media (max-width: 1149px) {
    .first-part {
        width: 100%;
    }
    .first-part .left-block {
        width: 658px;
        margin-right: -658px;
    }
    .left-block #sy-carousel img {
        height: 246px;
    }
    .first-part .right-block {
        padding-left: 673px;
        height: 276px;
    }
    .exhibition li img {
        width: 40px;
        height: 40px;
        margin-right: 4px;
    }
}

@media (max-width: 1024px) {
    .bbc-mall {
        width: 918px;
    }
    #search,
    #top {
        width: 926px;
    }
}


/*�ҵĶ������������˻�������ǩ��*/

.bbc-mall {
    margin-left: 10px;
    background: #ffffff;
    position: relative;
}

.bbc-mall .nav {
    background: #f5f5f5;
}

.bbc-mall .block {
    margin: 0;
}

.bbc-mall .block-content {
    padding: 0 !important;
}

.bbc-mall ul.nav-tabs li a {
    border-radius: 0;
    color: #888;
    margin-right: 0;
    font-size: 13px;
    border: none;
    border: 1px solid transparent;
}

.bbc-mall ul.nav-tabs li.active a {
    color: #1e8dd4;
    border-right: 1px solid #e5e5e5;
    border-left: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid transparent;
    border-radius: 3px;
}

.bbc-mall ul.nav-tabs li:first-child a {
    border-left: 0 !important;
}

.bbc-mall ul.nav-tabs li:hover a {
    color: #1e8dd4;
}

.bbc-mall .tab-content {
    background: #ffffff;
    padding: 15px;
}


/*.noOrder-return .tab-content,.order-return .tab-content{
    background: #ffffff;
}*/

.bbc-mall .dd-nav {
    padding: 0;
    margin-top: 15px;
    margin-bottom: 0;
    height: 30px;
}

.statusForm .project {
    display: inline-block;
    color: #555;
    font-size: 12px;
    cursor: pointer;
    position: relative;
    height: 20px;
}

.statusForm .project .p-m.active {
    color: #2a9fde;
}

.statusForm .project .p-m>i.iconfont {
    line-height: 12px;
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
}

.statusForm .project .project-menu {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #ccc;
    margin: 0;
    padding: 0;
    background: #fff;
    border-radius: 3px;
    width: 120px;
}

.statusForm .project .project-menu li a {
    padding: 5px 15px;
    color: #888;
    display: block;
    text-align: left;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.statusForm .project .project-menu li a:hover {
    background: #f5f5f5;
}

.dd-tab {
    list-style: none;
    display: inline-block;
    margin-top: 5px;
    padding-left: 5px;
}

.dd-tab>li {
    display: inline-block;
    padding: 3px 0;
    margin-right: 12px;
    position: relative;
    line-height: 12px;
}

.dd-tab .delivery:after {
    content: "2";
    display: inline-block;
    font-size: 12px;
    background: #45ac87;
    height: 13px;
    width: 13px;
    border-radius: 13px;
    color: #ffffff;
    font-weight: bold;
    position: relative;
    visibility: visible;
    top: -8px;
    text-align: center;
}

.dd-tab li a {
    color: #555;
    font-size: 12px;
}

.dd-tab li.active {
    padding-bottom: 5px;
}

.dd-tab li.active a {
    color: #2a9fde;
    margin: 0;
}

.dd-tab li .num {
    display: inline-block;
    padding: 0 4px;
}

.dd-nav>.input-group {
    float: right;
    margin-right: 10px;
    text-align: right;
}

.dd-nav .input-group .search-dropdown {
    padding: 0 5px !important;
    position: relative;
    background: #ffffff;
    display: inline-block;
    width: 140px;
    font-size: 13px;
    height: 30px;
    float: left;
    border: 1px solid #ccc;
    text-align: center;
    color: #555;
    font-weight: 400;
    line-height: 28px;
    border-right: 0;
}

.storage {
    display: none;
}

.dd-nav .input-group .search-dropdown>.dropdown-menu {
    left: -1px;
    width: 141px;
    min-width: 100px;
}

.dd-nav .input-group .search-dropdown>.dropdown-menu li {
    position: relative;
}

.dd-nav .input-group .search-dropdown>.dropdown-menu li a {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
}

.dd-nav .input-group .search-dropdown>.dropdown-menu li.selected:after {
    content: "\e672";
    font-family: "iconfont";
    position: absolute;
    bottom: 3px;
    right: 3px;
    font-size: 15px;
}

.dd-nav .input-group .form-control {
    height: 30px;
    width: 200px;
    border-color: #ddd;
    font-size: 12px;
}

.dd-nav .input-group .search-type {
    display: inline-block;
    margin-right: 10px;
    width: 100px;
    font-size: 12px;
}

.dd-nav .input-group .timeChoose {
    width: 300px;
    padding: 0;
    position: absolute;
    z-index: 10000;
    background: #ffffff;
    top: 30px;
    left: -1px;
    border: 1px solid #eeeeee;
    display: none;
    text-align: center;
    padding-bottom: 10px;
}

.dd-nav .input-group .timeChoose .timeChoose-header {
    background: #e5e5e5;
    padding: 5px;
    height: 40px;
    position: relative;
    text-align: left;
}

.dd-nav .input-group .timeChoose .timeChoose-header .close {
    position: absolute;
    top: 5px;
    right: 5px;
    cursor: pointer;
}

.dd-nav .input-group .timeChoose .timeChoose-body .time-group {
    margin: 25px;
    position: relative;
}

.dd-nav .input-group .timeChoose .timeChoose-body .time-group .glyphicon {
    position: absolute;
    right: 10px;
    color: #777;
    top: 8px;
}

.dd-nav .input-group .timeChoose .timeChoose-body label {
    width: 80px;
    float: left;
}

.dd-nav .input-group .timeChoose .timeChoose-body .form-control {
    padding-right: 30px;
    height: 28px;
    width: 160px;
    float: none;
    z-index: 0;
}

.dd-nav .input-group .timeChoose .timeChoose-body .time-submit {
    width: 160px;
    color: #ffffff;
    margin-bottom: 20px;
    background: #2a9fde;
}

.dd-nav .input-group button[type="submit"] {
    background: #1e8dd4;
    border: 0;
    color: #ffffff;
    height: 30px;
    width: 56px;
    float: right;
    display: inline-block;
}

.dd-nav .input-group button[type="submit"]:hover {
    background: #2a9fde;
}

.dd-nav .input-group button[type="submit"]:active {
    background: #0070b2;
}

.data-view .search-form {
    text-align: right;
}

.data-view .search-form .search-input {
    margin-right: 0;
}

.data-view .search-form label {
    padding-top: 4px;
}

.data-view .search-form .input-group-btn .btn {
    background: #1e8dd4;
    border: 0;
	width: 75px;
}

.data-view .search-form .search-input {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    width: 320px;
}

.data-view .search-form .more-condition {
    font-size: 13px;
    color: #666;
    margin-left: 15px;
}

.data-view .search-form .more-condition i {
    font-size: 13px;
    padding-left: 6px;
    color: #ddd;
    position: relative;
    top: -2px;
}

.more-search-form,
#more-form {
    position: absolute;
    background-color: #f5f5f5;
    z-index: 111;
    box-shadow: 0px 0px 10px rgb(200, 200, 200);
    padding: 15px;
    margin-top: 10px;
    visibility: hidden;
    right: 15px;
}

#more {
    color: #646464;
}

#more .iconfont {
    font-size: 12px;
    position: relative;
    top: -4px;
}

.more-search-form .fm-item {
    width: auto;
    display: inline-block;
    float: right;
}
.more-search-form .fm-item input.form-control {
	height: 26px;
}
@media (min-width: 1024px) and (max-width: 1120px) {
    .more-search-form .fm-item {
        width: 180px !important;
    }
}

.more-search-form .select {
    position: relative;
    width: 200px;
    display: inline-block;
    height: 26px;
}

.more-search-form .date-picker input.form-control {
    height: 30px;
}

.more-search-form .fm-item .input-group-addon {
    position: absolute;
    right: 0px;
    z-index: 100;
    width: 30px;
    height: 30px;
    border: 1px solid #ccc;
    cursor: pointer;
}

.more-search-form .select .dropdown-menu {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    left: 0 !important;
}

.data-view .search-form label {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    font-size: 14px;
}
.data-view .more-search-form .fm-control{
	width: auto;
	height: 26px;
}
.data-view .more-search-form .fm-control label {
    width: auto;
    padding-top: 0;
    text-align: left;
    margin-bottom: 0;
    line-height: 26px;
}

.layui-layer-content .more-search-form .fm-control label {
    width: auto !important;
}

.layui-layer-content .more-search-form .list-item {
    overflow: visible !important;
    height: 42px !important;
    border-bottom: 1px solid #e5e5e5;
}

.bbc-mall .editable .list-item {
    overflow: visible !important;
    height: 42px !important;
    border-bottom: 1px solid #e5e5e5;
}

.noOrder-return h4 {
    padding: 25px 0;
    border-bottom: 1px dashed #eee;
}

.noOrder-return .basic-message {
    width: 100%;
    padding: 0;
    overflow: hidden;
}

.noOrder-return .basic-message li {
    float: left;
    width: 33.3%;
    margin: 10px 0;
}

.noOrder-return .basic-message li label {
    width: 100px;
    float: left;
}

.noOrder-return .basic-message li .input-group {
    margin: 20px 0;
}

.noOrder-return .basic-message li .form-control {
    width: 180px;
}


/*jqgrid*/

.bbc-mall .jqGrid_wrapper {
    width: 100%;
    margin-top: 30px;
}

.bbc-mall .jqGrid_wrapper .ui-jqgrid-btable {
    width: 100%;
    border-right: 0;
}

.bbc-mall .group-table td input[type="text"] {
    width: 35%;
}

.bbc-mall .group-table .goods-detail {
    overflow: hidden;
    height: 100%;
    width: 100%;
    position: relative;
}

.bbc-mall .group-table .goods-detail img {
    float: left;
    position: absolute;
    left: 0;
}

.bbc-mall .jqGrid_wrapper .ui-jqgrid-btable tr:first-child {
    border: 0;
}

.bbc-mall .jqGrid_wrapper .ui-jqgrid-htable tr {
    border: 0;
}

.bbc-mall .jqGrid_wrapper .ui-jqgrid-btable tr.active td {
    background: #EFFBF2 !important;
}

.bbc-mall .jqGrid_wrapper .ui-jqgrid-btable tr.success td {
    background: #EFFBF2;
}

.bbc-mall .group-table .goods-detail div.span-group {
    text-align: left;
    padding-left: 100px;
    display: inline-block;
    float: left;
    width: 100%;
}

.bbc-mall .jqGrid_wrapper th,
.bbc-mall .jqGrid_wrapper td {
    border: 0;
    color: #646464;
}

.bbc-mall .solid th,
.bbc-mall .solid .ui-jqgrid-bdiv td {
    border-right: 1px solid #ebebeb !important;
}

.bbc-mall .solid tr.jqgrow {
    border-bottom: 1px solid #ddd !important;
}

.bbc-mall .solid .ui-jqgrid {
    border: 1px solid #ddd !important;
}

.bbc-mall .solid .ui-jqgrid .ui-jqgrid-htable {
    border-bottom: 1px solid #ddd !important;
}

.bbc-mall .group-table .goods-detail .taste {
    text-align: right;
    position: absolute;
    top: 50%;
    margin-top: -9px;
    right: 0;
}

.bbc-mall .group-table .goods-detail .span-group span {
    display: block;
    height: 30px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding: 7px 0;
    color: #323232;
}

.goodssku .span-group {
    width: 100%;
    float: right;
    padding-left: 0;
    height: 100%;
    text-align: left !important;
}

.goodssku .span-group span {
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.bbc-mall .state {
    text-align: center;
}

.bbc-mall .gState {
    color: #369f79;
}

.bbc-mall .yState {
    color: #f8ac59;
}

.bbc-mall .bState {
    color: #888;
}

.bbc-mall .jqGrid_wrapper tr.jqgrow td div {
    text-align: center;
}

.bbc-mall .table.table-bordered thead tr,
.table.table-bordered tbody tr:nth-child(1) {
    border-color: #eeeeee;
    border-top: 0;
}

.bbc-mall .table .table-bordered tbody tr:last-child {
    border-bottom: 1px solid #eee;
}

.bbc-mall tbody tr td:last-child a {
    display: inline-block;
    margin: 2px 0;
    /*color: #222;*/
}

.bbc-mall .group-table tbody tr td a.important {
    color: #2a9fde;
}

.bbc-mall tbody tr td:first-child input[type="checkbox"] {
    position: relative;
    display: inline-block;
}

.bbc-mall .jqGrid_wrapper * {
    vertical-align: middle !important;
}

.bbc-mall tbody tr td:last-child a:hover {
    color: #1e8dd4;
}

.bbc-mall tbody tr td:last-child a .iconfont {
    margin-right: 4px;
    display: inline;
}

.bbc-mall .jqGrid_wrapper thead * {
    color: #646464;
    text-align: center;
}

.bbc-mall .ui-jqgrid {
    border: 1px solid #eee;
}

.ui-jqgrid {
    width: auto !important;
}

.ui-jqgrid .ui-jqgrid-ftable {
    border: 0;
}

.bbc-mall .ui-jqgrid-pager tr {
    border: 0 !important;
}

.bbc-mall .ui-jqgrid-pager,
.bbc-mall .ui-jqgrid-pager tbody td {
    border-top: none !important;
}

.group-table tr.jqgroup {
    height: 30px !important;
    border-left: 0 !important;
}

.group-table .ui-jqgrid-btable tr:not(.jqgroup) td:nth-child(2),
.group-table .ui-jqgrid-htable tr th:nth-child(2) {
    width: 270px !important;
}

.group-table .jqgroup span.tree-wrap-ltr {
    display: none !important;
}

.group-table .jqgroup ul {
    padding: 6px 15px;
    margin: 0;
    border-left: 1px solid #e5e5e5;
    width: 100%;
    border-top: 1px solid #e5e5e5;
    background: #f1f1f1;
    border-right: 1px solid #e5e5e5;
    margin-top: 20px;
    text-align: left;
}

.ui-jqgrid-hbox {
    background-color: #f5f5f5 !important;
}

.group-table .jqgroup td {
    padding: 0;
}

.group-table ul li {
    display: inline-block;
    margin-right: 20px;
}

.group-table ul li span {
    color: #222;
}

.group-table ul li a {
    font-weight: 500;
}

.group-table td,
.group-table thead tr th,
.group-table .ui-jqgrid-htable {
    border: 0 !important;
    vertical-align: middle !important;
}

.bbc-mall .jqGrid_wrapper tr.jqgrow {
    border-bottom: 1px solid #eee;
    border-right: 0;
}

.group-table tr {
    border-right: none !important;
}

.group-table thead tr,
.jqgroup {
    border: none !important;
}

.group-table .ui-jqgrid {
    border: 0 !important;
}


/*�ҵĶ���-������*/

.bbc-mall #dialog .modal-content {
    width: 504px;
}

.bbc-mall #dialog .modal-dialog .modal-body {
    text-align: center;
}

.bbc-mall #dialog .modal-dialog .modal-body .dialog-content {
    position: relative;
}

.bbc-mall #dialog .modal-dialog .modal-body .form-group input[type="text"] {
    width: 210px;
    height: 30px;
    padding-right: 15px;
}

.bbc-mall #dialog .modal-dialog .modal-body .form-group #qxdd-select {
    position: relative;
    font-size: 12px;
    left: -28px;
    cursor: pointer;
}

.bbc-mall #dialog .modal-dialog .modal-body .form-group ul {
    position: relative;
    border: 1px solid #e0dbdb;
    list-style: none;
    text-align: left;
    width: 310px;
    padding: 0;
    left: 63px;
    top: -1px;
    display: none;
    z-index: 100;
    background: #ffffff;
}

.bbc-mall #dialog .modal-dialog .modal-body .form-group ul li {
    display: inline-block;
    width: 150px;
    vertical-align: middle;
    margin: 3px 0;
    padding-left: 3px;
}

.bbc-mall #dialog .modal-dialog .modal-body .form-group ul li input[type="radio"] {
    position: relative;
    top: 3px;
    margin-right: 3px;
}

.bbc-mall .wxts {
    text-align: left;
    position: absolute;
    top: 130px;
    left: 60px;
}

.bbc-mall .wxts span {
    font-size: 14px !important;
    color: #E4393C !important;
    display: block;
    margin-top: 6px;
}

.bbc-mall .modal-footer {
    border: 0;
    text-align: center;
}

.bbc-mall .modal-footer .qxqd {
    color: #ffffff;
    background: #118ae5;
    margin-right: 15px;
    border: 1px solid #118ae5;
}


/*�ҵĶ���-����*/

.bbc-mall #wl-modal {
    padding: 10px;
}

.bbc-mall #wl-modal .trace-wrapper {
    padding: 0 10px;
}

.bbc-mall #wl-modal ul.trace {
    color: #555;
    font-size: 12px;
    position: relative;
    border-radius: 4px;
    padding: 6px;
    margin: 0;
}

.bbc-mall #wl-modal ul.trace li {
    display: block;
    padding-left: 23px;
    padding-bottom: 5px;
    margin-bottom: 8px;
    text-align: left;
}

#content #wl-modal ul.trace li.active>* {
    /*color: #118ae5 !important;*/
}

.bbc-mall #wl-modal ul.trace li.active div:before {
    width: 11px;
    height: 11px;
    left: 4.2px;
    border-radius: 11px;
    background-color: #118ae5;
    border: 3px solid #b4dfff;
}

.bbc-mall #wl-modal ul.trace li>div {
    line-height: 26px;
}

.bbc-mall #wl-modal ul.trace li:before {
    content: "";
    width: 1px;
    height: 45px;
    display: inline-block;
    background-color: #ddd;
    position: absolute;
    left: 9px;
    margin-top: 19px;
}

.bbc-mall #wl-modal ul.trace li:last-child:before {
    display: none;
}

.bbc-mall #wl-modal ul.trace li div:before {
    content: "";
    width: 6px;
    height: 6px;
    display: inline-block;
    border-radius: 6px;
    background-color: #aaa;
    position: absolute;
    left: 6.7px;
    margin-top: 8px;
}

.bbc-mall #wl-modal ul.trace li time {
    color: #aaa;
}

.bbc-mall #wl-modal {
    background-color: #fff;
    display: inline-block;
    border-radius: 3px;
    box-shadow: 1px 1px 18px #aaa;
    position: absolute;
    z-index: 100;
    display: none;
}

.bbc-mall #wl-modal h3 {
    font-size: 14px;
    font-weight: 500;
    color: #555;
    margin: 0 0 10px 3px;
    padding-bottom: 12px;
    border-bottom: 1px solid #eee;
}

.bbc-mall #wl-modal:after {
    content: '';
    display: inline-block;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 12px solid #fff;
    position: absolute;
    right: -12px;
    top: 20px;
}


/*��Ʒ����*/

.addGoods {
    width: 100%;
}

.addGoods .block {
    background: #ffffff;
    border-top: 1px solid #78b4f0;
    display: block;
    height: auto;
    border-radius: 2px;
    margin: 15px;
    width: auto;
}

.addGoods .block .block-title {
    border-bottom: 1px solid #e5e5e5;
    margin: 0;
    padding: 10px 15px;
    font-size: 15px;
    font-weight: 500;
}

.addGoods .block .block-content {
    padding: 15px !important;
}

.addGoods .block .block-content .select .dropdown-menu {
    width: 100% !important;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    position: relative;
    left: 0;
}

.addGoods ul.upload-img {
    list-style: none;
    padding: 0;
    vertical-align: top;
}

.addGoods ul.upload-img li {
    display: inline-block;
    position: relative;
}

.addGoods ul.upload-img li {
    margin-bottom: 5px;
    margin-right: 5px;
}

.addGoods ul.upload-img li img,
#goodsadd ul.upload-img li.add-more a {
    width: 150px;
    height: 150px;
}

.addGoods ul.upload-img li.img-item a .iconfont {
    position: absolute;
    right: 0;
    top: 0;
    padding: 6px 8px 3px 8px;
    background-color: rgba(0, 0, 0, 0.2);
    color: #fff;
    display: none;
}

.addGoods ul.upload-img li.img-item:hover a .iconfont {
    display: inline-block;
}

.addGoods ul.upload-img li.add-more {
    vertical-align: inherit;
    border: 1px solid #ddd;
}

.addGoods ul.upload-img li.add-more a {
    display: block;
    background-color: #fff;
    padding: 40px 50px;
    color: #ccc;
}

.addGoods ul.upload-img li.add-more a i {
    font-size: 50px;
}

.addGoods ul.upload-img li.add-more:hover a {
    background-color: #1c83c6;
    color: #fff;
}

.addGoods .modal .modal-header {
    border-bottom: 2px solid #dd4b39;
    background-color: #f1f1f1;
}

.addGoods table {
    border-color: #eee;
}

.addGoods table * {
    color: #646464;
}


/*��������*/

#qdzx {
    padding: 40px;
    background: #ffffff;
}

@media (max-width: 1024px) {
    #qdzx {
        padding: 40px 10px;
    }
    #qdzx .message .label .label-group span {
        margin-right: 13px !important;
    }
}

#qdzx .message {
    width: 100%;
    height: 160px;
    border: 1px solid #eee;
    border-top-left-radius: 140px;
    border-bottom-left-radius: 140px;
    padding: 10px;
}

#qdzx .message li {
    display: block;
    float: left;
    height: 100%;
}

#qdzx .message .part1 {
    width: 37%;
}

#qdzx .message img {
    width: 140px;
    height: 140px;
    display: inline-block;
    float: left;
}

#qdzx .message .trophy {
    display: inline-block;
    margin-top: 25px;
    margin-left: 10px;
}

#qdzx .message .trophy span {
    display: block;
    font-size: 18px;
    color: #494949;
}

#qdzx .message .trophy span:first-child {
    font-size: 20px;
    color: #0e0e0e;
    margin-bottom: 15px;
}

#qdzx .message .trophy span .iconfont {
    font-size: 30px;
    color: #f8ac59;
    margin-right: 10px;
}

#qdzx .message .contact {
    width: 36%;
    position: relative;
}

#qdzx .message .contact span {
    margin-right: 12px;
}

#qdzx .message .contact .contact-method {
    font-size: 16px;
    color: #494949;
    display: block;
    margin-bottom: 5px;
}

#qdzx .message .contact .number span {
    font-size: 18px;
    color: #999999;
}

#qdzx .message .contact .email span {
    font-size: 16px;
    color: #1c83c6;
}

#qdzx .message .contact .address span {
    font-size: 14px;
    color: #999999;
}

#qdzx .message .contact .iconfont {
    font-size: 25px;
}

#qdzx .message .contact .number .iconfont {
    color: #ec6164;
}

#qdzx .message .contact .email .iconfont {
    color: #369f79;
}

#qdzx .message .contact:after {
    content: "";
    height: 88px;
    display: inline-block;
    width: 2px;
    background: #c8c8c8;
    visibility: visible;
    position: absolute;
    right: 0;
    top: 26px;
}

#qdzx .message .label {
    width: 27%;
    padding-left: 40px;
}

#qdzx .message .label .label-title {
    font-size: 16px;
    color: #494949;
    display: block;
    margin-bottom: 5px;
    text-align: left;
    padding-left: 10px;
    font-weight: 100;
}

#qdzx .message .label .label-group {
    width: 100%;
    overflow: hidden;
}

#qdzx .message .label .label-group span {
    width: 41%;
    display: block;
    float: left;
    margin-right: 17px;
    text-align: center;
    height: 30px;
    margin-top: 15px;
    color: #ffffff;
    padding-top: 7px;
    background: #2a9fde;
    font-size: 13px;
}

#qdzx .message .label .label-group span:nth-child(1),
#qdzx .message .label .label-group span:nth-child(4) {
    background: #45ac87;
}

#qdzx .detail {
    width: 100%;
    height: 218px;
    margin-top: 25px;
    padding: 0;
}

#qdzx .detail li {
    height: 100%;
    width: 25%;
    float: left;
    padding: 0 12.5px;
    list-style: none;
}

#qdzx .detail li:first-child {
    padding-left: 0;
}

#qdzx .detail li:last-child {
    padding-right: 0;
}

#qdzx .detail li .box {
    border: 1px solid #eee;
    width: 100%;
    height: 100%;
    padding-left: 20px;
}

#qdzx .detail li .box span {
    height: 33.3%;
    width: 100%;
    display: block;
}

#qdzx .detail li .box span:first-child {
    font-size: 16px;
    color: #969696;
    padding-top: 32px;
}

#qdzx .detail li .box span:nth-child(2) {
    font-size: 22px;
    color: #212121;
    padding-top: 20px;
}

#qdzx .detail li .box span:last-child {
    font-size: 16px;
    color: #A1A7AA;
    padding-top: 10px;
}

#qdzx .detail li .box span .iconfont {
    font-size: 30px;
    margin-right: 10px;
    color: #369f79;
}

#qdzx .detail li:nth-child(2) .box span .iconfont,
#qdzx .detail-part1 li:last-child .box span .iconfont {
    color: #ec6164;
}


/*�����鿴*/

.logistics,
.orderMessage_1,
.orderMessage_2 {
    padding: 20px 15px;
}

.logistics .repeal {
    width: 100%;
    height: 40px;
    background: #f5f5f5;
}

.logistics h3 {
    padding-left: 10px;
    color: #323232;
    font-size: 14px;
    font-weight: bold;
}

.logistics .repeal span.dd-num {
    margin-left: 10px;
    margin-top: 10px;
    display: inline-block;
    font-size: 14px;
    margin-right: 10px;
}

.logistics .repeal span.pull-right {
    display: inline-block;
    float: right;
    color: #ffffff;
    background: #2a9fde;
    height: 30px;
    width: 57px;
    text-align: center;
    margin: 5px 9px 5px 0;
    padding: 3px;
    cursor: pointer;
}

.logistics .repeal span .iconfont {
    font-size: 19px;
}

.logistics #status-chart {
    border: 1px solid #eee;
    width: 100%;
    margin-top: 20px;
    text-align: center;
}

.logistics #status-chart>ul {
    padding: 0;
    width: 100%;
    margin: 0 auto;
    margin-top: 20px;
}

.logistics #status-chart ul li {
    display: inline-block;
}

.logistics #status-chart>ul>li {
    position: relative;
}

.logistics #status-chart>ul>li>div.wp {
    display: inline-block;
}

.logistics #status-chart ul li.active .iconfont {
    background-color: #118ae5;
    color: #fff;
    border-color: #118ae5;
}

.logistics #status-chart ul li .iconfont {
    font-size: 20px;
    display: inline-block;
    width: 40px;
    height: 40px;
    color: #bbb;
    border-radius: 20px;
    border: 1px solid #bbb;
    padding-top: 5px;
}

.logistics #status-chart>ul>li>.wp .time {
    color: #a5a5a5;
}

.logistics #status-chart>ul>li.active:not(.current)>div.line {
    border-top: 2px solid #118ae5;
}

.logistics #status-chart>ul>li>div.line {
    content: '';
    display: inline-block;
    width: 60px;
    height: 67px;
    border-top: 2px solid #ddd;
}

.logistics #status-chart>ul>li>div.line:after {
    content: '';
    display: inline-block;
    border-left: 10px solid #ddd;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    position: absolute;
    right: -10px;
    top: 16px;
}

.logistics #status-chart>ul>li.active:not(.current)>div.line:after {
    border-left: 10px solid #118ae5;
}

.logistics .trace-wrapper {
    margin-top: 20px;
    padding: 15px 10px;
}

.logistics .trace-wrapper ul.trace {
    color: #555;
    border-left: 1px solid #ccc;
    font-size: 12px;
    position: relative;
    padding: 20px 30px;
    border: 1px solid #118ae5;
    border-radius: 4px;
    background: #f8fcff;
}

.logistics .trace-wrapper ul.trace li {
    display: block !important;
    padding-left: 23px;
    padding-bottom: 5px;
    margin-bottom: 8px;
    text-align: left;
}

.logistics .trace-wrapper ul.trace li:not(:last-child):before {
    content: "";
    width: 1px;
    height: 20px;
    display: inline-block;
    background-color: #aaa;
    position: absolute;
    left: 32px;
    margin-top: 25px;
}

.logistics ul.trace li time {
    padding-right: 36px;
}

.logistics ul.trace li>* {
    display: inline-block;
    color: #969696;
}

.logistics ul.trace li.active>* {
    color: #118ae5 !important;
}

.logistics ul.trace li>div {
    line-height: 26px;
}

.logistics ul.trace li.active time:before {
    width: 11px;
    height: 11px;
    left: 27.7px;
    border-radius: 11px;
    background-color: #118ae5;
    border: 3px solid #b4dfff;
}

.logistics ul.trace li time:before {
    content: "";
    width: 6px;
    height: 6px;
    display: inline-block;
    border-radius: 6px;
    background-color: #aaa;
    position: absolute;
    left: 29.7px;
    margin-top: 6px;
}

.orderMessage_1 .table-bordered {
    border: 0;
}

.orderMessage_1 .table tr td {
    border: 0;
    width: 33.3%;
    padding: 6px 8px;
}

.orderMessage_1 .table tr td span {
    display: inline-block;
    overflow: hidden;
}

.orderMessage_1 .table tr td span:first-child {
    width: 90px;
    float: left;
}

.orderMessage_1 .table tr td span+span {
    padding-left: 90px;
    width: 100%;
    margin-left: -90px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.block h5 {
    font-weight: bold;
    line-height: 26px;
    padding-left: 11px;
    margin-bottom: 25px;
}

.orderMessage_2 #order-list table tr td,
.orderMessage_2 #order-list table tr th {
    vertical-align: middle;
    color: #555;
    position: relative;
    text-align: center;
}

.orderMessage_2 #order-list table tr td:first-child+td+td,
.orderMessage_2 #order-list table tr th:first-child+th+th {
    width: 200px;
}

.orderMessage_2 #order-list table tr td:first-child+td,
.orderMessage_2 #order-list table tr th:first-child+th {
    width: 100px;
    text-align: left;
}

.orderMessage_2 #order-list table tr td:first-child,
.orderMessage_2 #order-list table tr th:first-child {
    border-left: 1px solid #eee;
    text-align: center;
    width: 60px;
}

.orderMessage_2 #order-list table tr td:last-child,
.orderMessage_2 #order-list table tr th:last-child {
    border-right: 1px solid #eee;
}

.orderMessage_2 #order-list table td input[type=checkbox] {
    margin: 0 auto;
}

.orderMessage_2 #order-list table thead tr th {
    background-color: #f1f1f1;
    border-width: 0;
    padding: 5px 0;
    text-align: center;
    font-weight: 500;
}

.orderMessage_2 #order-list table>tbody>tr:last-child {
    border-bottom: 1px solid #ddd;
}

.orderMessage_2 #order-list table>tbody>tr td .goods-name {
    width: 100%;
    text-overflow: ellipsis;
    color: #555;
}

.orderMessage_2 #order-list .discount-price {
    color: #000;
}

.orderMessage_2 #order-list .sum-price {
    color: rgb(228, 57, 60);
    font-size: 14px;
}

.orderMessage_2 #order-list .cxzx {
    padding: 0 6px;
    vertical-align: middle;
    line-height: 26px;
    border: 1px dashed rgb(227, 36, 47);
    display: inline-block;
    color: rgb(227, 36, 47);
    border-radius: 3px;
}

.orderMessage_2 #order-list {
    margin-bottom: 100px;
}

.orderMessage_2 #order-list .order-check .pull-left a {
    display: block;
    color: #999;
}

.orderMessage_2 #order-list .order-check .pull-left a:hover {
    color: #0094ff;
}

.orderMessage_2 #order-list .order-check .pull-left a i {
    padding-right: 10px;
}

.orderMessage_2 #order-list .order-check .pull-right .inline-block-wrap>div {
    margin-left: 55px;
}

.orderMessage_2 #order-list .order-check .pull-right .inline-block-wrap .text-danger {
    color: #e43538;
}

.orderMessage_2 #order-list .order-check .pull-right .btn {
    float: right;
    margin-top: 30px;
    width: 100px;
}

@media (max-width: 1024px) {
    .logistics #status-chart>ul>li>div.line {
        width: 40px;
    }
}

table.wuliu {
    width: 50%;
}

table.wuliu td,
table.wuliu-modal td {
    font-size: 13px !important;
    border-top: 0 !important;
}

table.wuliu tr td>div {
    height: 20px;
}

.wuliu-modal:before {
    content: '';
    display: inline-block;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-right: 12px solid #fff;
    position: absolute;
    left: -12px;
    top: 20px;
}

.wuliu-modal {
    background-color: #fff;
    display: inline-block;
    border-radius: 3px;
    box-shadow: 1px 1px 18px #aaa;
    position: absolute;
    z-index: 100;
    display: none;
    padding: 10px;
    width: 400px;
    height:500px;
    overflow:scroll;
}
.wuliu-modal:hover{
    display:block !important;
}

.wuliu-modal td {
    text-align: center;
}


/*�������˻�*/


/*��̨��ʽ*/


/************
����Ԫ�أ�UI�ؼ��� 
************/

.hidden {
    visibility: hidden;
}

.visible {
    visibility: visible !important;
}

a {
    cursor: pointer;
}

a:focus,
button:focus {
    outline: 0 !important;
    text-decoration: none !important;
}

a:hover {
    text-decoration: none !important;
}

label {
    font-weight: 500 !important;
    font-size: 12px !important;
}

.text-nowrap {
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.text-nowrap-multi {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.form-control {
    border-radius: 0 !important;
}

.form-control:focus {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn {
    padding-left: 22px;
    padding-right: 22px;
}

.pagination>.disabled>a,
.pagination>.disabled>a:focus,
.pagination>.disabled>a:hover,
.pagination>.disabled>span,
.pagination>.disabled>span:focus,
.pagination>.disabled>span:hover {
    cursor: default;
}

.table>tbody>tr>td {
    font-size: 12px;
}

.dropdown-menu {
    /*min-width: 100px;*/
    font-size: 13px !important;
    box-shadow: 0 0px 3px rgba(0, 0, 0, .175) !important;
    border-radius: 1px !important;
    margin: 0 !important;
}

.dropdown-menu .divider {
    margin: 1px 0 !important;
}

.dropdown-menu>li {
    /*line-height: 23px;*/
}

.dropdown-menu>li>a {
    padding: 6px 16px !important;
}

html body input[disabled],
html body .form-control[disabled] {
    cursor: text;
}

.modal {
    margin-top: 3%;
}

.modal .modal-header {
    padding-top: 7px;
    padding-bottom: 7px;
}

.modal .modal-header .modal-title {
    font-size: 16px;
    /*text-shadow:1px 1px 1px #ddd*/
}

.modal .modal-header .close-modal {
    float: right;
    color: #666;
}

.modal .modal-header .close-modal:hover {
    color: #ff3c8c;
}

.modal .modal-body {
    background-color: #fff;
}

.modal .dialog-content {
    text-align: center;
}

.modal .dialog-content .iconfont {
    font-size: 50px;
}

.modal .dialog-content span {
    margin-left: 10px;
    font-size: 15px;
    font-weight: 600;
    color: #666;
}

.modal .dg-btns {
    text-align: center;
    margin-top: 6px;
    margin-bottom: 20px;
}

.modal .dg-btns .btn+.btn {
    margin-left: 10px;
}

.modal .dg-btns .btn {
    padding: 4px 20px;
    border: 1px solid #ccc;
    background-color: #f8f8f8;
}


/*��ɫ*/

.blue-color {
    color: #1c83c6;
}

.blue-bg {
    background-color: #1c83c6 !important;
    color: #fff !important;
}

.green-bg {
    background: #45ac87 !important;
    color: #fff;
}

.blue2-color {
    color: #222d33 !important;
}

.blue2-bg {
    background-color: #1c83c6 !important;
    color: #fff;
}

.red-color {
    color: #e91e63 !important;
}

.red-bg {
    background-color: #e91e63 !important;
    color: #fff !important;
}

.red2-color {
    color: #e1384a !important;
}

.red2-bg {
    background-color: #e1384a !important;
    color: #fff !important;
}

.red3-color {
    color: #312020 !important;
}

.red3-bg {
    background-color: #e1384a !important;
    color: #fff !important;
}

.green-color {
    color: #1ab394 !important;
}

.green-bg {
    background-color: #1ab394 !important;
    color: #fff !important;
}


/*������*/

.block {
    display: block;
    height: auto;
    border-radius: 2px;
    margin: 15px;
}

.block .block-title {
    margin: 0;
    padding: 10px 15px;
    font-size: 15px;
    font-weight: 500;
}

.block .block-content {
    padding: 15px;
}

.block .block-content .color-block {
    /*text-shadow: 0 0 1px;*/
    padding: 20px 15px;
    margin-bottom: 15px;
}

.block .block-content .color-block i {
    display: inline-block;
    font-size: 40px;
}

.block .block-content .color-block .block-number {
    font-size: 21px;
    text-align: right;
}

.block .block-content .color-block .block-text {
    font-size: 13px;
    text-align: right;
    margin-top: 3px;
}

.block .block-content .block-row+.block-row {
    margin-top: 20px;
    width: 100%;
}


/***Toolbar****/

.toolbar {
    width: 100%;
    background: #f5f5f5;
    height: 40px;
    text-align: right;
    padding-right: 10px;
    z-index: 1000;
}

.toolbar>li {
    display: inline-block;
    color: #ffffff;
    height: 30px;
    text-align: center;
    margin: 5px 0 5px 6px;
    cursor: pointer;
}

.toolbar>li>a {
    width: 100%;
    height: 100%;
    background: #1e8dd4;
    display: inline-block;
    padding: 4px 8px;
}

.toolbar>li>a:hover {
    background: #2a9fde;
}

.toolbar>li>a:active {
    background: #0070b2;
}

.toolbar li i {
    font-size: 17px;
    font-weight: 100;
    position: relative;
    top: -4px;
    margin-right: 3px;
}

.toolbar li span {
    font-size: 13px;
}

.toolbar * {
    color: #ffffff;
}


/*�������*/

.input-group>.form-control,
.input-group>.input-group-addon,
.input-group>.input-group-btn>.btn {
    height: 28px;
    padding: 0 8px;
    line-height: 28px;
    border-radius: 1px;
}

.input-group>.input-group-btn .btn {
    font-size: 13px;
    line-height: 13px;
}

.input-group>.input-group-btn .btn i {
    font-size: 13px;
    padding-right: 5px;
    position: relative;
    top: -3px;
}


/*select*/

.select {
    position: relative;
    width: 120px;
}

.select input {
    height: 26px;
    padding: 0 22px 1px 8px;
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 1px;
    font-size: 12px;
}

.select.open input {
    border: 1px solid #4693d0;
}

.select .select-icon {
    position: absolute;
    top: 5px;
    right: 5px;
    color: #999;
    font-size: 12px;
    display: inline-block;
}


/*.select input[disabled] + .select-icon {
    background-color: #e3e3e3;
}*/

.select input:focus {
    border: 1px solid #4693d0;
}

.select ul {
    list-style: none;
    border-left: 1px solid #4693d0;
    border-right: 1px solid #4693d0;
    border-bottom: 1px solid #4693d0;
    border-top: 0;
    margin: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    padding: 0;
    z-index: 11112;
    background-color: #fff;
    width: 100%;
    box-shadow: none;
    max-height: 200px;
    overflow: auto;
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    position: relative;
    top: 0;
    left: -1px;
}

.select ul li {
    padding: 5px 5px 5px 26px;
    position: relative;
    cursor: pointer;
    font-size: 12px;
}

.select ul li.selected:before {
    content: "\e672";
    font-family: "iconfont";
    position: absolute;
    bottom: 0;
    left: 3px;
    font-size: 15px;
}

.select ul li:hover {
    background-color: #4693d0;
    color: #fff;
}


/*����ѡ��*/

.pop-select.fm-item {
    width: 200px;
    position: relative;
    display: inline-block;
}

.pop-select input.form-control {
    height: 26px;
    background-color: #fff;
    padding-right: 22px;
}

input[disabled] {
    background-color: #eee !important;
}

.pop-select i {
    position: absolute;
    top: 0;
    right: 5px;
    cursor: pointer;
}

.filter-form .filter-row {}

.filter-form .filter-row .filter-box {
    display: inline-block;
    width: 360px;
    vertical-align: bottom;
    margin-left: 10px;
}

.filter-form .filter-row .filter-box .input-group input {
    height: 32px;
    border-right: 0;
}

.filter-form .filter-row .filter-box .input-group-addon {
    background-color: #1c83c6;
    border: 1px solid #1c83c6;
    color: #fff;
    border-radius: 0;
    cursor: pointer;
}

.filter-form .filter-content table {
    border-left: 1px solid #f5f5f5;
    border-right: 1px solid #f5f5f5;
    border-bottom: 1px solid #ddd;
    margin-top: 15px;
}

.filter-form .filter-content table td:first-child {
    width: 30px;
}

.filter-form .filter-pager {
    float: right;
}

.filter-form .filter-pager .pagination {
    margin-top: 0;
    margin-bottom: 15px;
}

.filter-form .filter-save {
    text-align: center;
    margin: 10px 0;
}

.filter-form .filter-save a {
    padding: 6px 25px;
    border-radius: 2px;
}

.filter-form .filter-save a.save-btn {
    background-color: #0b608d;
    color: #fff;
    margin-right: 15px;
}

.filter-form .filter-save a.cancel-btn {
    background-color: #e8e8e8;
    color: #969696;
}

.filter-pager .pagination-sm>li>a,
.filter-pager .pagination-sm>li>span {
    padding: 2px 8px;
    color: #666;
}

.filter-pager .pagination-sm>li.active>a,
.filter-pager .pagination-sm>li.active>span {
    background-color: #d5d5d5;
    border: 1px solid #d5d5d5;
}


/*��Ԫ��*/

.table-form .table-row .table-col {
    padding: 6px 0;
    padding-right: 30px;
    display: inline-block;
    float: left;
    width: 33%;
    min-width: 265px;
}

.table-form .table-row:before,
.table-form .table-row:after,
.table-form .table-row .table-col .fm-control:before,
.table-form .table-row .table-col .fm-control:after {
    display: table;
    content: " ";
}

.table-form .table-row:after,
.table-form .table-row .table-col .fm-control:after {
    clear: both;
}

.table-form .table-row .table-col .fm-control>label {
    max-width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 80px;
    float: left;
    z-index: 2;
    margin-bottom: 0;
    line-height: 26px;
    height: 26px;
}

.table-form .table-row .table-col:not(:first-child)>label {
    margin-left: 28px;
}

.table-form .table-row .table-col .fm-control>* {
    display: inline-block;
}

.table-form .table-row .table-col .fm-control>label .required {
    color: red;
    padding-left: 5px;
    font-size: 16px;
    vertical-align: middle;
}

.table-form .table-row .table-col .fm-control .fm-item {
    position: relative;
    height: 26px;
    width: 100%;
    float: right;
    margin-left: -80px;
    padding-left: 80px;
}

.table-form .table-row .table-col .fm-control .fm-item {
    position: relative;
    height: 26px;
    width: 100%;
    float: right;
    margin-left: -80px;
    padding-left: 80px;
}

.table-form .fm-control .fm-item .date {
    height: 100%;
    position: relative;
}

.table-form .fm-control .fm-item span.add-on {
    position: absolute;
    right: 4px;
    top: 0;
    color: #888;
    cursor: pointer;
}

.table-form .table-row .table-col .fm-control .fm-item>textarea {
    width: 100% !important;
}

.table-form .table-row .table-col .fm-control .fm-item ul.dropdown-menu {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    left: 0;
    width: 100%;
}

.table-form .table-row .table-col .fm-control .fm-item .input-group-addon {
    cursor: pointer;
    color: #777;
    height: 24px;
    line-height: 24px;
}

.table-form .table-row .table-col .fm-item.textarea {
    height: auto !important;
}

.table-form .table-row .table-col .fm-item.upload {
    height: auto !important;
}

.table-form .table-row .table-col,
.table-form .table-row .table-col .fm-control label {
    vertical-align: top;
}

.table-form .table-row .table-col .fm-control .form-control {
    height: 100%;
    padding-left: 6px;
    padding-right: 25px;
}

.table-form .table-row .table-col .fm-control input[type=checkbox] {
    padding: 0 !important;
    border: 0;
}

.table-form .table-row .table-col .fm-control input[type=checkbox].form-control,
.table-form .table-row .table-col .fm-control textarea.form-control {
    width: auto;
    height: auto;
}

.table-form .table-row .table-col .fm-control .input-group>.form-control,
.table-form .table-row .table-col .fm-control .input-group>.input-group-addon,
.table-form .table-row .table-col .fm-control .input-group>.input-group-btn>.btn {
    height: 26px;
    line-height: 24px;
}

.table-form .table-row .table-col .fm-control .input-group>.form-control {
    border-radius: 1px;
}


/*���������,�ɼӼ�*/

.number-box {
    height: 26px;
    border: 1px solid #ddd;
    width: 110px;
    text-align: center;
    margin: 0 auto;
    margin-left: 23px;
    overflow: hidden;
}

.jqGrid_wrapper .number-box {
    margin-left: 0 !important;
}

.number-box a {
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    height: 24px;
    width: 24px;
}

.number-box a.plus {
    float: right;
}

.number-box a:first-child {
    float: left;
}

.number-box a:hover i {
    color: #e43c3f !important;
}

.number-box a i.iconfont {
    color: #777;
    font-size: 13px;
    line-height: 15px;
    display: inline-block;
}

.number-box input.number-input {
    display: inline-block;
    width: 60px;
    height: 24px;
    padding: 2px 3px;
    text-align: center;
    border-top: 0;
    border-bottom: 0;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    font-size: 12px;
}


/*��Ʒ����*/

.more-propery {
    background-color: #f5f5f5;
    border-radius: 3px;
}

.more-propery .property-check {
    background-color: #eee;
}

.more-propery .property-check,
.more-propery .table-form {
    padding: 6px;
}

.more-propery .property-check input,
.more-propery .property-check h3 {
    display: inline-block;
    margin: 0;
    color: #222;
}

.more-propery .property-check h3 {
    font-size: 15px;
    padding-left: 3px;
}

.more-propery .propery-cate {
    font-size: 15px;
    color: #333;
    margin: 6px 0;
}


/*������ť*/

ul.op-btn {
    margin-bottom: 15px;
    list-style: none;
    padding: 0;
}

ul.op-btn li {
    display: inline-block;
    width: 90px;
}

ul.op-btn li a,
ul.op-btn li a:hover {
    color: #fff;
    padding: 5px;
    border-radius: 2px;
    background-color: #888;
    color: #fff;
}

ul.op-btn li a i {
    font-size: 14px;
    margin-right: 2px;
    position: relative;
    top: -3px;
}

ul.op-btn li a+a {
    margin-left: 15px;
}


/*��*/

.tree {
    width: 150px;
    border: 1px solid #eee;
    border-radius: 3px;
}

.tree .tree-header h2.tree-title {
    font-size: 14px;
    display: inline-block;
    margin: 10px;
}

.tree .tree-header>i {
    float: right;
    display: inline-block;
    margin-top: 10px;
    margin-right: 6px;
    font-size: 12px;
    color: #999;
}

.tree ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.tree>ul {
    border-top: 1px solid #eee;
    padding-bottom: 12px;
    overflow-x: auto;
}

.tree li a {
    display: block;
    padding: 6px;
}

.tree li a {
    font-size: 13px;
    color: #888;
    white-space: nowrap;
    min-width: 100px;
}

.tree ul li>a.parent-node:before {
    content: '\e657';
    font-family: 'iconfont';
    color: #999;
    padding-right: 6px;
}

.tree ul li>a:before {
    content: '\e650';
    font-family: 'iconfont';
    color: #999;
    padding-right: 6px;
}

.tree ul li.open>a.parent-node:before {
    content: '\e651';
}

.tree ul li>ul {
    display: none;
}

.tree ul li.open>ul {
    display: block;
}

.tree>.tree-header {
    background-color: #f8f8f8;
}

.tree>ul li a {
    display: block;
}

.tree>ul li.node-item {
    display: inline-block;
}

.tree>ul li.node-item.active {
    background-color: #4693d0;
}


/* .tree > ul li.node-item:hover a, */

.tree>ul li.node-item.active a,

/* .tree > ul li.node-item:hover a:before, */

.tree>ul li.node-item:hover a.active {
    color: #fff;
}

.tree>ul li.node-item a {
    padding-left: 23px;
}

.tree>ul li:not(.node-item) {
    padding-left: 17px;
}


/*label*/

ul.labels {
    list-style: none;
    padding: 0;
    margin: 0;
}

ul.labels li {
    display: inline-block;
    border: 1px solid #ccc;
    padding: 3px 6px;
    border-radius: 2px;
    margin-right: 20px;
    margin-bottom: 15px;
}

ul.labels li a {
    color: #666;
}

ul.labels li a i {
    padding-right: 3px;
    font-size: 14px;
}

ul.labels li.active {
    background-color: #1c83c6;
    border: #1c83c6;
}

ul.labels li.active a {
    color: #fff;
}


/**jqgrid*/

.ui-jqgrid tr td {
    overflow: visible;
}

.ui-jqgrid tr td .editable>input,
.ui-jqgrid tr td input.editable,
.ui-jqgrid tr td .editable>select,
.ui-jqgrid tr td .editable>textarea {
    border-radius: 1px;
    padding: 1px 10px;
    margin: 0;
    /*margin-bottom: -4px;*/
    display: block;
    width: 100% !important;
    height: 100%;
}

.ui-jqgrid tr td .editable>textarea {
    resize: none;
}

.ui-jqgrid tr td input,
.ui-jqgrid tr td input:focus,
.ui-jqgrid tr td .input-group-addon {
    border: 0;
}

.ui-jqgrid tr td .select input,
.ui-jqgrid tr td .select input:focus {
    border: 0 !important;
}

.ui-jqgrid tr td input[type="text"] {
    padding-left: 7px;
}

.ui-jqgrid tr td .input-group-addon {
    background-color: transparent;
}

.ui-jqgrid tr td .editable .select input,
.ui-jqgrid tr td .editable .input-group,
.ui-jqgrid tr td .editable .input-group input {
    height: 100%;
}

.ui-jqgrid tr td .input-group-addon {
    cursor: pointer;
    height: 100%;
}

.ui-jqgrid tr td .number-box {
    width: 100%;
    height: 100%;
}

.ui-jqgrid tr td .number-box input {
    width: 60%;
}

.ui-jqgrid tr td .editable input[type=checkbox] {
    width: auto !important;
    height: auto !important;
    margin-top: 9px;
    margin-left: 3px;
}

.ui-jqgrid tr td .editable>.select {
    width: 100% !important;
}

.ui-jqgrid tr td .editable,
.ui-jqgrid tr td .editable>.select {
    display: block;
}

.ui-jqgrid tr td .editable,
.ui-jqgrid tr td .editable>.select,
.ui-jqgrid tr td .editable>.select>div {
    height: 100%;
}

.ui-jqgrid tr td .editable>.select>div i {
    top: 30%;
}

.ui-jqgrid tr td .editable {
    width: 100% !important;
}

.editable .date {
    position: relative;
}

.editable .date .add-on {
    position: absolute;
    right: 5px;
    top: 0;
    cursor: pointer;
}

.ui-jqgrid tr td .number-box {
    background-color: #fff;
}

.ui-jqgrid tr td .number-box a {
    padding: 0 5px;
}

.ui-jqgrid tr td input.editable {
    border: 1px solid #2a9fde;
}

.ui-jqgrid tr td .number-box a {
    width: 20%;
    height: 100%;
    display: inline-block;
    padding: 4px 0 !important;
}

.ui-jqgrid tr td .number-box input {
    height: 100% !important;
}

.ui-jqgrid tr td .number-box input:focus {
    border-left: 1px solid #ddd;
}

.ui-jqgrid tr td .number-box input:focus {
    border-right: 1px solid #ddd;
}

.ui-jqgrid tr td .number-box a i {
    height: 100%;
    display: inline-block;
    width: 100%;
}

.ui-jqgrid tr td input.editable {
    padding-left: 7px;
    display: inline-block !important;
}

.ui-jqgrid .ui-jqgrid-bdiv table.table-bordered tr td span {
    display: inline-block;
}

.ui-jqgrid .ui-jqgrid-bdiv table.table-bordered tr td>span {
    width: 100%;
    height: 100%;
}

.ui-jqgrid .ui-jqgrid-bdiv table.table-bordered tr td>span .date-picker {
    width: 100%;
}

.ui-jqgrid .ui-jqgrid-bdiv table.table-bordered tr td>span .date-picker>.input-group-addon {
    position: absolute;
    right: 10px;
    z-index: 100;
}

.ui-jqgrid tr td textarea {
    padding-top: 4px !important;
}

.ui-jqgrid tr td .edit-box,
.ui-jqgrid tr td .edit-box textarea {
    width: 100%;
    height: 100%;
    resize: none;
    border-radius: 0;
}

.ui-jqgrid tr td .edit-box {
    position: relative;
}

.ui-jqgrid tr td .edit-box i {
    position: absolute;
    right: 1px;
    top: 1px;
    bottom: 1px;
    padding: 4px 5px;
    font-size: 14px;
    cursor: pointer;
    background-color: #fff;
    display: block;
}

.ui-jqgrid .ui-jqgrid-bdiv table.table-bordered td {
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: center;
}

.layui-layer .ui-jqgrid .ui-jqgrid-bdiv table.table-bordered td {
    text-align: left;
}

.ui-jqgrid tr.jqgrow td.center {
    text-align: center;
}


/**���в���**/

.col-two:before,
.col-two:after {
    display: table;
    content: " ";
}

.col-two:after {
    clear: both;
}

.col-two .left-fixed,
.col-two .right-fixed,
.col-two .left-auto,
.col-two .right-auto {
    position: relative;
    display: inline-block;
    vertical-align: top;
}

.col-two .left-fixed {
    width: 300px;
    float: left;
    z-index: 2;
}

.col-two .right-auto {
    width: 100%;
    float: right;
    margin-left: -300px;
    padding-left: 300px;
}

.col-two .right-fixed {
    width: 300px;
    float: right;
    z-index: 2;
}

.col-two .left-auto {
    width: 100%;
    float: left;
    margin-right: -300px;
    padding-right: 300px;
}


/*����*/

.order-goods {
    background: #ffffff;
}

.order-goods .tab-content {
    padding: 15px;
}

#content>ul.nav-tabs {
    background-color: #f5f5f5;
}

#content>ul.nav-tabs li:not(.active) a {
    border-radius: 0;
    color: #888;
    margin-right: 0;
    font-size: 13px;
    border: none;
}

#content>ul.nav-tabs li:first-child a {
    border-left-color: transparent;
}

#content>ul.nav-tabs li:hover a,
#content>ul.nav-tabs li.active a {
    color: #1e8dd4;
}

#content>ul.tab-content {
    background-color: #fff;
    padding: 0 15px;
}

#content .btn-default.ppqx:hover {
    background-color: #fff !important;
    border-color: #ccc !important;
}

#content .choose-submit {
    margin: 5px 0;
}

#choose-row {
    margin: 20px 15px;
}

#choose-row .table tbody {
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
}

#choose-row ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#choose-row .left-title {
    background-color: #f5f5f5;
    width: 74px;
    text-align: center;
    font-size: 14px;
}
#choose-row .left-title i{
    font-size:12px;
    color:#999999;
}
#choose-row .left-title i:hover{
    color:#333333;
    cursor: pointer;
}
#choose-row .left-title span {
    padding: 0 5px;
    margin-left:2px;
}
#choose-row tr.empty-tr{
    width:100%;
    height:10px;
}

#choose-row td {
    vertical-align: middle;
}

#choose-row ul.choose-item li {
    display: inline-block;
    padding: 5px 10px;
}

#choose-row ul.choose-item li input[type='checkbox'] {
    margin-right: 5px;
    vertical-align: text-bottom;
    display: none;
}

#choose-row .choose-submit {
    text-align: center;
    display: none;
}

#choose-row .choose-submit button {
    padding: 3px 10px;
}

#choose-row .choose-submit .pptj,
#choose-row .choose-submit .ggtj {
    margin-right: 20px;
    background: #1c83c6;
    color: #ffffff;
    border: 0;
}

#choose-row tr td .input-group #search-parts {
    padding-right: 20px;
    width: 150px;
    height: 24px;
}

#choose-row tr td .input-group i {
    position: absolute;
    z-index: 100;
    left: 130px;
    top: 1px;
    color: #777;
    cursor: pointer;
    font-size: 16px;
}

#choose-row ul.choose-item li a {
    color: #777;
}

#choose-row ul.choose-item li a.text-danger {
    color: #1e8dd4;
}

#choose-row .choose-menu {
    width: 120px;
    color: #888;
    font-size: 12px;
    text-align: right;
    cursor: pointer;
}

#choose-row .choose-menu span {
    display: inline-block;
    vertical-align: middle;
}

#choose-row .choose-menu .choose-mul {
    border: 1px solid #ddd;
    padding: 1px 2px;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 10px;
}

#choose-row .choose-menu .choose-mul:hover {
    border-color: #1c83c6;
    color: #ffffff;
    background: #1c83c6;
}

#choose-row .choose-menu .more-icon {
    display: inline-block;
}

#choose-row .choose-menu .more-icon i {
    line-height: 16px;
    display: inline-block;
    vertical-align: top;
}

#choose-row .choose-menu .more-icon:hover>* {
    color: #1c83c6;
}

#choose-row .choose-menu .choose-mul .iconfont {
    padding-left: 0;
    font-size: 13px;
    vertical-align: middle;
    position: relative;
    top: -3px;
}

#choose-row tr td {
    border-bottom: 1px solid #ddd;
}

#choose-row tr td ul {
    overflow: hidden;
    max-height: 58px;
}

#choose-row tr.parts td ul {
    overflow-y: auto;
    max-height: 97px;
}

.order-goods #xg-list .control-icon {
    width: 100%;
    background: #f5f5f5;
    overflow: hidden;
    margin-bottom: 10px;
    padding: 5px 10px;
    height: 35px;
}

.all-goods {
    margin-bottom: 7px;
    height:40px;
    line-height:40px;
}

.all-goods .pinpai {
    display: inline-block;
    padding: 2px;
    border: 1px solid #777;
    color: #777;
    margin-right: 10px;
    line-height:24px;
}

.all-goods .empty {
    display: inline-block;
    width: 15px;
    height: 15px;
    cursor: pointer;
    margin-left: 6px;
}

.all-goods .empty i.iconfont {
    font-size: 12px;
    color: #323232;
    position: relative;
    top: -3px;
}

.all-goods a {
    cursor: pointer;
    width: 40px;
    margin-bottom: 5px;
    margin-left: 5px;
    display: inline-block;
    color: #777;
}

.all-goods a:hover {
    color: #1e8dd4;
}

.order-goods #xg-list .control-icon .sort li {
    height: 25px;
    width: 42px;
    border: 1px solid #e5e5e5;
    padding: 2px;
    cursor: pointer;
    float: left;
}

.order-goods #xg-list .control-icon .sort li:not(.active) {
    background: #ffffff;
}

.order-goods #xg-list .control-icon .sort li i {
    font-size: 12px;
    font-weight: 100;
    color: #c8c8c8;
    float: right;
}

.order-goods #xg-list .list-view {
    display: none;
    overflow:scroll;
}

.order-goods #xg-list .list-view thead tr th {
    text-align: center;
}

.order-goods #xg-list .list-view thead tr th {
    background-color: #f7f7f7;
    border-bottom: 0;
}

.order-goods #xg-list .list-view tbody tr td {
    vertical-align: middle;
    text-align: center;
}

.order-goods #xg-list .list-view tbody tr:hover td {
    background: #f5f5f5;
}

.order-goods #xg-list .list-view tbody tr:first-child td {
    border-top: 0;
}

.order-goods #xg-list .list-view tbody tr {
    border-bottom: 1px solid #eee;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
}

.order-goods #xg-list .list-view tr td img {
    height: 90px;
    margin: 0 auto;
    border: 1px solid #eee;
}

.order-goods #xg-list .list-view tbody tr td {
    color: #646464;
}

.order-goods #xg-list .list-view tbody tr td a {
    color: #646464;
    display: block;
}

.order-goods #xg-list .list-view tbody tr td:last-child a {
    color: #1e8dd4;
}

.order-goods #xg-list .list-view tbody tr td a.title:hover,
.order-goods #xg-list ul li .xg-title a:hover {
    color: #1e8dd4;
}

.order-goods #xg-list .list-view tbody tr td .add2cart {
    color: #f7686b;
}

.order-goods #xg-list .list-view tbody tr td .add2cart.added {
    color: #ff9933;
}

.order-goods #xg-list {
    margin: 0 auto;
}

.order-goods #xg-list ul.img-view {
    list-style: none;
    margin: 0 auto;
    padding: 0;
    padding-top: 10px;
    width: 1680px;
}

.order-goods #xg-list ul.img-view:before,
.order-goods #xg-list ul.img-view:after {
    content: "";
    display: table;
}

.order-goods #xg-list ul.img-view:after {
    clear: both;
}

.order-goods #xg-list ul.img-view li.item .list-wrapper {
    padding: 10px;
    border: 1px solid #e5e5e5;
}

.order-goods #xg-list ul.img-view li.item .list-wrapper>a {
    display: inline-block;
    width: 100%;
    text-align: center;
}

.order-goods #xg-list ul.img-view li.item .list-wrapper {
    position: relative;
}

.order-goods #xg-list ul.img-view li.item .list-wrapper .item-cover {
    padding: 0 15px 10px 15px;
    border: 2px solid transparent;
    border-top: 0;
}

.order-goods #xg-list ul.img-view li.item:hover .list-wrapper,
.order-goods #xg-list ul.img-view li.item:hover .list-wrapper .item-cover {
    border: 2px solid rgb(252, 13, 27);
}

.order-goods #xg-list ul.img-view li.item:hover .list-wrapper {
    padding: 9px;
}

.order-goods #xg-list ul.img-view li.item:hover .list-wrapper .item-cover {
    border-top: 0;
}

.order-goods #xg-list>ul.img-view li.item {
    float: left;
    transition: all 0.6s ease;
    position: relative;
    height: 345px;
    margin-bottom: 25px;
    width: 290px;
    padding: 0 15px;
}

.order-goods #xg-list>ul.img-view li.item>a {
    display: block;
}

.order-goods #xg-list ul.img-view li.item a img {
    max-width: 100%;
    height: 230px;
    width: 230px;
}

.order-goods #xg-list .item-cover {
    display: none;
    transition: all ease 0.25s;
    z-index: 1;
    position: absolute;
    background-color: #fff;
    left: -2px;
    right: -2px;
}

.order-goods #xg-list .item-cover input:focus {
    border-color: #0081c8;
}

.order-goods #xg-list .item-cover .add-cart {
    text-align: center;
}

.order-goods #xg-list .item-cover .add-cart a {
    display: block;
    text-align: center;
    line-height: 31px;
    height: 100%;
    width: 100%;
    font-size: 14px;
    background-color: #e5e5e5;
    color: #333;
}

.order-goods #xg-list .item-cover .add-cart a:hover {
    color: #fff;
    background-color: #e65e60;
}

.order-goods #xg-list .item-cover .add-cart a .iconfont {
    color: #e65e60;
    margin-right: 6px;
    vertical-align: initial;
}

.order-goods #xg-list .item-cover .add-cart a:hover .iconfont {
    color: #fff;
}

.order-goods #xg-list ul.img-view li.item:hover .item-cover {
    display: block;
}

.order-goods #xg-list .xg-title {
    padding: 4px 10px;
    padding-bottom: 0;
}

.order-goods #xg-list .goods-code {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #646464;
    padding: 0 10px;
    font-size: 13px;
    line-height: 20px;
}

.order-goods #xg-list .specification {
    color: #646464;
    font-size: 13px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 20px;
    padding: 0 10px;
    line-height: 20px;
}

.order-goods #xg-list ul li.item .xg-title a,
.order-goods #xg-list .list-view a.title {
    font-size: 15px;
    color: #323232;
    display: inline-block;
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    vertical-align: middle;
}

.order-goods #xg-list ul li.item .xg-price {
    padding: 0 10px;
}

.order-goods #xg-list ul li.item .xg-price-big {
    font-size: 20px;
    color: rgb(252, 13, 27);
    font-weight: 600;
}

.order-goods #xg-list ul li.item .xg-price-small {
    font-size: 12px;
    color: #999;
    text-decoration: line-through;
}
.order-goods #xg-list .cartbatch{
    position: absolute;
    right: 280px;
    line-height: 26px;
}
#change-view {
    overflow: hidden;
}

#change-view span:first-child {
    margin-right: 5px;
}

#change-view a {
    color: #fff;
    background-color: #bbb;
    padding: 0 5px;
    vertical-align: middle;
    display: inline-block;
}

#change-view a.active {
    background-color: #2a9fde;
}

#change-view a i {
    font-size: 20px;
}

.order-goods #xg-list .cover-table {
    table-layout: fixed;
    width: 100%;
    margin: 5px 0;
}

.order-goods #xg-list .cover-table tr td {
    padding: 3px 0;
    position: relative;
}

.order-goods #xg-list .cover-table tr td img {
    border: 1px solid transparent;
    padding: 2px 4px;
    cursor: pointer;
    width: 29px;
    height: 25px;
    position: relative;
}

.order-goods #xg-list .cover-table tr td img.active {
    border: 2px solid #be0106;
}

.order-goods #xg-list .cover-table tr td img:hover {
    border: 2px solid #be0106;
}

.order-goods #xg-list .cover-table tr td img.active:after {
    content: "\e630";
    font-family: 'iconfont';
    font-size: 12px;
    color: #be0106;
    position: absolute;
    right: -1px;
    bottom: 0;
}

.order-goods #xg-list .cover-table tr td:first-child {
    width: 40px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.order-goods #xg-list .cover-table tr .unit {
    position: absolute;
    display: inline-block;
    height: 24px;
    right: 3px;
    top: 4px;
    line-height: 24px;
    color: #999;
}

.order-goods #xg-list .cover-table tr td input {
    width: 100%;
    border-radius: 2px;
    border: 1px solid #ccc;
    padding-left: 3px;
    height: 26px;
    padding-right: 80px;
    box-shadow: none;
}

.order-goods #xg-list .cover-table tr td .input-group-addon {
    background: #ffffff;
    border-left: 1px solid #ccc;
    border: 1px solid #ccc;
    height: 26px;
    width: 100%;
    padding: 0 3px;
    position: relative;
    display: block;
}

.order-goods #xg-list .cover-table tr td .input-group-addon .dropdown-toggle {
    display: block;
    height: 100%;
    text-align: left;
}

.order-goods #xg-list .cover-table tr td .input-group-addon .search-type {
    width: 90%;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    line-height: 26px;
    vertical-align: middle;
}

.order-goods #xg-list .cover-table tr td .input-group-addon .dropdown-menu {
    width: 100%;
    top: 25px;
    border-color: #ccc;
    left: -1px;
}

.order-goods #xg-list .cover-table tr td .input-group-addon .dropdown-menu li {
    display: block;
    width: 100%;
    padding: 0;
}

.order-goods #xg-list .cover-table tr td .input-group-addon .dropdown-menu li a {
    width: 100%;
    padding: 6px 3px !important;
}

#xg-pagination {
    text-align: center;
    margin: 0px auto;
}

#xg-pagination .pagination {
    vertical-align: middle;
    margin:0 !important;
}

#xg-pagination .pagination li {
    display: inline-block;
}

#xg-pagination .pagination li.disabled a {
    background: #eee;
}

#xg-pagination li a {
    color: #666;
}

#xg-pagination li.active a {
    background-color: #1e8dd4;
    color: #fff;
}

#xg-pagination #page {
    padding: 3px 6px;
    height: 30px;
    width: 40px;
    border-radius: 2px;
}

#xg-pagination .page-info {
    margin-left: 15px;
    vertical-align: middle;
}

#xg-pagination .btn {
    margin-left: 6px;
    vertical-align: bottom;
}

#xg-pagination .pre,
#xg-pagination .next {
    height: 34px;
    line-height: 19px;
    vertical-align: middle;
}

#xg-pagination .pre .iconfont {
    padding-right: 2px;
}

#xg-pagination .next .iconfont {
    padding-left: 2px;
}

#xg-pagination .pagination>.active>a {
    z-index: 0;
}

#xg-pagination .pagination>li>a,
#xg-pagination .pagination>li>span {
    margin-left: 0;
}

#xg-pagination .pagination>li>a {
    padding: 8px 12px 7px 12px;
}

#xg-modal .modal-dialog {
    width: 960px !important;
}


/*��ߵ���Сͼ*/

.img-container {
    padding: 0;
    display: inline-block;
    vertical-align: top;
    margin-left: 20px;
}

.img-container .iconfont {
    color: #e4e4e4;
    font-size: 30px;
    display: block;
    width: 30px;
    position: relative;
    left: 24px;
    height: 30px;
    cursor: pointer;
}

.img-container .ul-container {
    height: 340px;
    position: relative;
    width: 90px;
    overflow: hidden;
}

.img-list {
    display: inline-block;
    padding: 5px 10px 5px 0;
    margin: 0;
    position: absolute;
    top: 0;
}

.img-list .img-item.active {
    background: url('../images/right_angle.png') no-repeat;
    background-size: contain;
}

.img-list .img-item {
    width: 80px;
    height: 75px;
    padding: 2px;
    margin-bottom: 10px;
    cursor: pointer;
}

.img-container .iconfont:hover {
    color: #118ae5;
}


/*----*/

#xg-modal .big-img {
    display: inline-block;
    margin: 20px;
    vertical-align: top;
}

#xg-modal .big-img img {
    width: 350px;
    height: 350px;
}

#xg-modal .md-content {
    display: inline-block;
    width: 400px;
}

#xg-modal .md-content>*,
#xg-modal .md-buy>* {
    margin: 3px 0;
}

#xg-modal .md-content .md-title {
    font-size: 16px;
    color: #333;
}

#xg-modal .md-content .sub-md-title {
    font-size: 13px;
    color: #555;
}

#xg-modal .md-content .md-meta {
    background-color: #f5f5f5;
    padding: 8px;
}

#xg-modal .md-content .md-meta label {
    color: #999;
    font-weight: normal;
    padding-right: 8px;
    vertical-align: middle;
}

#xg-modal .md-content .md-meta .meta-price {
    color: #e4393c;
    font-size: 18px;
    font-weight: 600;
}

#xg-modal .md-content .md-meta .jgfw {
    color: #777;
    display: inline-block;
}

#xg-modal .md-content .md-meta .jgfw-price {
    color: #111;
    font-size: 14px;
    padding: 6px;
}

#xg-modal .md-content .md-meta .cxxx {
    display: inline-block;
    width: 320px;
    vertical-align: top;
    color: #fc0d1b;
    font-size: 13px;
}

#xg-modal .md-buy {
    color: #555;
    padding-top: 15px;
    font-size: 13px;
}

#xg-modal .md-buy label {
    font-weight: 500;
    padding-right: 58px;
}

#xg-modal .md-buy span {
    padding-right: 8px;
}

#xg-modal .md-buy span:last-child {
    padding-right: 0;
}

#xg-modal .md-buy .addr-expand {
    cursor: pointer;
}

#xg-modal .md-buy .sku-choose a {
    display: inline-block;
    width: 50px;
    height: 30px;
    line-height: 30px;
    background-color: #f5f5f5;
    border: 1px solid #ddd;
    text-align: center;
    color: #555;
}

#xg-modal .md-buy .sku-choose a.active {
    background: url('../images/hong.png') no-repeat;
    border: 0;
}

.number-box-big {
    height: 36px;
    border: 1px solid #bbb;
    display: inline-block;
    width: 85px;
    vertical-align: middle;
}

.number-box-big .number-input-big {
    border: 0;
    width: 60px;
    float: left;
    height: 33px;
    padding: 0 6px;
    font-size: 14px;
}

.number-box-big .ipt-btns {
    float: right;
    height: 36px;
    margin-top: -4px;
    margin-right: 8px;
}

.number-box-big i {
    display: block;
    font-size: 15px;
    color: #aaa;
    cursor: pointer;
}

#xg-modal .btn {
    margin-top: 15px;
    padding: 9px 18px;
    margin-right: 18px;
}

#xg-modal .btn.btn-buy {
    background-color: #f75100;
    color: #fff;
}

#xg-modal .btn.btn-add2cart {
    background-color: #e4393c;
    color: #fff;
}


/*���ﳵ*/

.shopping-cart {
    background: #ffffff;
}

.shopping-cart .tab-content {
    padding: 15px;
}


/*����̨*/

.order-pay {
    background: #ffffff;
    height: 100%;
}

.order-pay .zf-block {
    background-color: #fff;
    padding: 30px 60px;
}

.order-pay .zf-block .clearfix {
    margin-bottom: 20px;
}

.order-pay .pay-row>.pay-item {
    display: inline-block;
    border: 1px solid #e5e5e5;
    width: 40%;
    padding: 15px 50px;
}

.order-pay .pay-row>.pay-item:last-child {
    margin-left: 30px;
}

.order-pay .pay-row>.pay-item>* {
    display: inline-block;
    margin-right: 15px;
}

.order-pay .pay-row>.pay-item>*:nth-child(3) {
    margin-left: 30px;
}

.order-pay .pay-row>.pay-item.yinlian>div:nth-child(2) {
    margin-left: -5px;
}

.order-pay .pay-row>.pay-item.zhifubao>div:nth-child(3) {
    margin-left: 15px;
}

.order-pay .tab-content {
    border: 1px solid #e5e5e5;
    padding: 30px;
    display: none;
}

.order-pay #wx {
    text-align: center;
}

.order-pay #wx>* {
    display: inline-block;
    vertical-align: middle;
}

.order-pay #wx>img {
    margin-right: 70px;
}

.order-pay .tab-content .tip-1,
.order-pay .tab-content .tip-2 {
    line-height: 38px;
}

.order-pay .tab-content .tip-2 {
    font-size: 12px;
}

.order-pay .tab-content .tip-2 .iconfont {
    margin-right: 6px;
    color: #d13f4f;
}

.order-pay #zfb {
    text-align: center;
}

.order-pay #zfb>* {
    display: inline-block;
    vertical-align: middle;
    margin-right: 60px;
}

.order-pay #zfb .zfb-code {
    width: 250px;
}

.order-pay #zfb>div>img {
    margin-bottom: 15px;
}

.order-pay #zfb .zfb-pay-btn {
    display: block;
    padding: 8px;
    color: #fff;
    border-radius: 3px;
    width: 100px;
    margin: 0 auto;
    background-color: #ec5959;
}

.order-pay #wy {
    border: 0;
    padding: 0;
}

.order-pay #wy #bank-cards {
    border: 2px solid #00a9ee;
    padding: 20px 20px 0 20px;
    border-radius: 2px;
}

.order-pay #wy h2.wy-title {
    font-size: 20px;
    color: #222;
    margin: 0;
}

.order-pay #wy h2.wy-title i {
    color: #ec5959;
    font-size: 20px;
    margin-right: 20px;
}

.order-pay #wy .wysb {
    width: 400px;
    height: 38px;
    border: 1px solid #aaa;
    border-radius: 2px;
    padding: 0 10px;
    margin: 15px 15px 30px 40px;
}

.order-pay #wy .wysb:focus {
    border: 1px solid #0094ff;
}

.order-pay #wy ul.wy-content {
    padding: 0;
    margin-left: 40px;
    list-style: none;
}

.order-pay #wy ul.wy-content li {
    display: inline-block;
    margin-right: 18px;
    margin-bottom: 5px;
    cursor: pointer;
}

.order-pay #wy ul.wy-content li .card-tip {
    background-color: #ec5959;
    color: #f5f5f5;
    text-align: center;
    padding: 3px 0;
    font-size: 13px;
    visibility: hidden;
}

.order-pay #wy ul.wy-content li .card-tip span {
    margin-left: 3px;
}

.order-pay #wy ul.wy-content li:not(.more-bank) img {
    border: 2px solid #00a9ee;
}

.order-pay #wy ul.wy-content li:not(.more-bank):hover .card-tip {
    visibility: visible;
}

.order-pay #wy ul.wy-content li:not(.more-bank):hover img {
    border-color: #ec5959;
}

.order-pay #wy ul.wy-content li.more-bank {}

.order-pay #wy #wy-pay .wy-btn {
    background-color: #ec5959;
    display: inline-block;
    color: #fff;
}

.order-pay #wy #wy-pay {
    margin-top: 15px;
}

.order-pay #wy #wy-pay .wy-btn {
    padding: 12px 50px;
    border-radius: 3px;
    margin-right: 5px;
}


/*�����ύ�ɹ�������֧���ɹ�������֧��ʧ��*/

input[readonly][type="text"].Price {
    border: 0;
}

.submitSuccess,
.paySuccess,
.payError {
    background: #ffffff;
}

#pay-success {
    width: 360px;
    margin: 0 auto;
    margin-top: 60px;
}

#pay-success h2 {
    font-size: 18px;
    color: #51c325;
}

#pay-success h2 i {
    font-size: 26px;
    margin-right: 10px;
}

#pay-success .sc-row {
    color: #666;
}

#pay-success .sc-row label {
    width: 100px;
    text-align: right;
    font-weight: 500;
    padding-right: 10px;
}

#pay-success .ddje {
    color: #ce2d3c;
    font-size: 16px;
    font-weight: 600;
}

#pay-success #btns {
    margin-top: 15px;
}

#pay-success #btns a {
    height: 35px;
    width: 110px;
    text-align: center;
    padding: 9px 0;
    display: inline-block;
    border-radius: 2px;
    margin-right: 25px;
}

#pay-success #btns .back {
    color: #fff;
    background-color: #51c325;
}

#pay-success #btns .kf {
    border: 1px solid #ccc;
    color: #666;
    background-color: #f1f1f1;
}

#pay-block {
    background-color: #fff;
    margin-top: 15px;
    border-top: 3px solid #ca1325;
    padding-bottom: 200px;
}

#pay-error {
    width: 250px;
    margin: 0 auto;
    margin-top: 60px;
}

#pay-error h2 {
    font-size: 18px;
    color: #ca1325;
}

#pay-error h2 i {
    font-size: 26px;
    margin-right: 10px;
}

#pay-error .sc-row {
    color: #666;
}

#pay-error .sc-row label {
    width: 90px;
    text-align: right;
    font-weight: 500;
    padding-right: 10px;
}

#pay-error #btns a {
    height: 32px;
    width: 80px;
    text-align: center;
    padding: 6px 0;
    display: inline-block;
    border-radius: 2px;
    margin: 15px auto;
    color: #fff;
    background-color: #ca1325;
    margin-left: 60px;
}

.payment #tabContent {
    background: #ffffff;
}

.payment #nav-tab {
    border: 0;
}

.payment #nav-tab li a {
    color: #555;
    border: 0;
    border: 0;
}

.payment #nav-tab li a div {
    width: 47px;
    border: 1px solid #337ab7;
    position: relative;
    top: 5px;
    display: none;
}

.payment #nav-tab li.active a {
    color: #337ab7;
}

.payment #nav-tab li.active a div {
    display: block;
}

.payment #cnxh {
    height: 400px;
}

.payment #cnxh #cnxh-carousel ol {
    position: relative;
    margin: 0;
    padding: 0;
    display: inline-block;
    width: 80px;
    margin-left: 400px;
}

.payment #cnxh #cnxh-carousel ol li {
    background: #F0EBEB;
}

.payment #cnxh #cnxh-carousel ol li.active {
    background: #e4393c
}

.payment .carousel-inner .item {
    margin: 0;
    padding: 0;
}

.payment .carousel-inner .item li {
    list-style: none;
    width: 18%;
    padding: 5px;
    border: 1px solid #F0EBEB;
    display: inline-block;
    margin: 0 8px;
}

@media (max-width: 1024px) {
    .payment .carousel-inner .item li {
        margin: 0 2px !important;
        width: 19% !important;
    }
    .payment .carousel-inner .item li .list-wrapper .xg-price .add-cart {
        width: 65px !important;
    }
    .payment .carousel-inner .item li .list-wrapper .xg-price .xg-price-big {
        font-size: 15px !important;
    }
    .payment #cnxh #cnxh-carousel ol {
        margin-left: 300px !important;
    }
}

.payment .carousel-inner .item li .xg-title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 15px 0;
}

.payment .carousel-inner .item li .xg-title a {
    color: #666;
}

.payment .carousel-inner .item li .list-wrapper .xg-price .xg-price-big {
    font-size: 16px;
    color: rgb(252, 13, 27);
    font-weight: 600;
}

.payment .carousel-inner .item li .list-wrapper .xg-price .xg-price-small {
    font-size: 12px;
    color: #999;
    text-decoration: line-through;
    vertical-align: middle;
}

.payment .carousel-inner .item li .list-wrapper .xg-price .add-cart {
    color: #fff;
    background-color: #e4393c;
    text-align: center;
    line-height: 25px;
    height: 25px;
    width: 80px;
    font-size: 12px;
    display: inline-block;
    float: right;
}


/*���*/

.search-block {
    padding-bottom: 15px;
    padding-top: 25px;
    margin-left: 15px;
    margin-right: 15px;
    border-bottom: 1px solid #eee;
}

.search-block .ztpz,
.search-block .bgh {
    width: 45%;
    display: inline-block;
    vertical-align: middle;
}

.search-block label {
    width: 80px;
    font-size: 14px;
    color: #646464;
    display: inline-block;
    float: left;
    margin-top: 5px;
}

.search-block .search-item {
    display: inline-block;
    width: 100%;
    margin-left: -80px;
    padding-left: 80px;
    float: right;
    height: 30px;
    position: relative;
}

.search-block .ztpz {
    margin-right: 40px;
}

.search-block .search-item input[type="text"] {
    height: 30px;
    padding-right: 25px;
}

.search-block .search-item i.iconfont {
    position: absolute;
    z-index: 100;
    right: 4px;
    top: 0;
    color: #e5e5e5;
    cursor: pointer;
    font-size: 20px;
}

.search-block .search-item i.iconfont:hover {
    color: #777;
}

.selfPick-message {
    padding: 25px 40px;
    width: 100%;
}

.selfPick-message table {
    width: 100%;
    color: #646464;
}

.selfPick-message table tr td {
    width: 25%;
    height: 30px;
}

.selfPick-table {
    width: 100%;
    margin-top: 20px;
}

.selfPick-table thead {
    background: #f5f5f5;
}

.selfPick-table tr th {
    text-align: center;
    height: 30px;
    font-weight: 500;
    color: #323232;
}

.selfPick-table tr ul {
    height: 30px;
    margin-top: 20px;
    margin-bottom: 0;
    padding-top: 7px;
    padding-left: 30px;
}

.selfPick-table tr ul li {
    display: inline-block;
    margin-right: 25px;
}

.selfPick-table tr.content {
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    height: 200px;
}

.selfPick-table tr.content td+td {
    text-align: center;
}

.selfPick-table tr ul.headMessage1 {
    color: #ffffff;
    background: #369f79;
}

.selfPick-table tr ul.headMessage2 {
    color: #323232;
    background: #f5f5f5;
}

.selfPick-table tr.content td img {
    width: 160px;
    margin-left: 20px;
}

.selfPick-table tr.content td .goods-message {
    display: inline-block;
    margin-left: 10px;
}

.selfPick-table tr.content td .price {
    color: #ec6164;
    font-size: 15px;
    font-weight: bold;
}

.selfPick-table tr.content td .goods-message>span {
    color: #646464;
    padding: 5px;
    display: inline-block;
}

.selfPick-content {
    margin-top: 40px;
    margin-bottom: 80px;
}

.selfPick-content tr th {
    border-bottom: 0 !important;
    font-weight: 600;
    color: #646464;
    height: 25px;
    background: #f5f5f5;
    padding: 5px !important;
    vertical-align: middle !important;
}

.selfPick-content thead tr {
    border-left: 0;
    border-right: 0;
}

.selfPick-content tr {
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}

.selfPick-content tr td {
    border-top: 0 !important;
}

.selfPick-content tr.empty {
    height: 20px !important;
    border: 0 !important;
}

.selfPick-content tr.head {
    height: 25px;
    border-left: 1px solid #f5f5f5;
    border-right: 1px solid #f5f5f5;
    border-top: 0;
    background: #f5f5f5;
}

.selfPick-content tr.content td {
    height: 60px;
    vertical-align: middle;
}

.selfPick-content tr.head td {
    padding: 5px !important;
    vertical-align: middle !important;
}

.pager {
    color: #666;
    text-align: right;
}

.pager>* {
    display: inline-block !important;
}

.pager input,
.pager select {
    display: inline-block;
    width: 50px;
    padding: 0 5px;
    height: 22px;
}


/*�������������*/

.droplist-wrap {
    position: absolute;
    border: 1px solid #4693d0;
    right: 0;
    display: none;
    left: 0;
    width: auto;
    background: #ffffff;
    overflow-y: auto;
    z-index: 200;
}

.droplist-wrap .droplist .list-item {
    padding: 2px;
    width: 100%;
    position: relative;
    min-height: 30px;
    vertical-align: middle;
    overflow: hidden;
    max-height: 55px;
    cursor: pointer;
    margin-top: 5px;
}

.droplist-wrap .droplist .list-item:first-child {
    margin-top: 0;
}

.droplist-wrap .droplist .list-item:hover {
    background-color: #4693d0;
    color: #fff;
}

.droplist-wrap .droplist .list-item:hover .goodssku .span-group span {
    color: #fff;
}

.droplist-wrap .droplist .list-item img {
    height: 40px;
    width: 40px;
    float: left;
    margin-right: -45px;
}

.droplist-wrap .droplist .list-item .description {
    height: 100%;
    display: inline-block;
    float: right;
    width: 100%;
    padding-left: 45px;
    padding-top: 5px;
    text-align: left;
}

.no-picture,
.two-line {
    max-height: 210px;
}

.two-line .list-item {
    height: 45px;
}

.no-picture .list-item .description {
    padding-left: 5px !important;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.droplist-wrap .droplist .list-item .one-dcpt {
    margin-top: 10px;
}

.droplist-wrap .droplist .list-item .description a {
    display: inline-block;
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    color: #646464;
}


/*-------*/

.tooltip {
    background: #ffffff;
    border: 1px solid #ff9933;
    color: #646464;
}

#dd-content .dd-block table tr td,
#dd-content .dd-block table tr th {
    vertical-align: middle;
    text-align: center;
}

#dd-content .dd-block table tbody tr:first-child input[type="checkbox"] {
    left: 0 !important;
}

#dd-content .dd-block table tr td span.label {
    font-size: 12px;
}

footer.copyright {
    text-align: center;
    background: #ffffff;
    font-size: 12px;
    color: #999;
    margin-top: 180px;
    padding: 10px 0;
}

.placeholder {
    color: #888;
}

.more-search-form .table-form .droplist-wrap {
    left: 0 !important;
}

.more-search-form .table-form label {
    float: left;
}

.more-search-form .table-form .btn {
    margin-top: 0 !important;
    margin-left: 70px;
}


/*--searcher--*/

.data-view .search-form .search-input {
    width: 516px !important;
}

@media (min-width: 1024px) and (max-width: 1120px) {
    .data-view .search-form .search-input {
        width: 436px !important;
    }
    .searcher .input-group input.form-control {
        width: 220px;
    }
}

.data-view .block .more-search-form .fm-control>label .required {
    color: red;
    padding-left: 5px;
    font-size: 16px;
    vertical-align: middle;
}

.footrow {
    background: #e5f9fc;
}

.rowtool {
    display: inline-block;
}

.rowtool i {
    transition: all ease 0.2s;
    font-size: 12px;
    position: relative;
}

.rowtool:hover i {
    top: -2px;
}

.block-title i {
    float: right;
    margin-right: 5px;
    cursor: pointer;
    font-size: 18px;
    color: #646464;
}

.block-title i.minus {
    display: none;
}

.block-content .control-icon {
    width: 100%;
    background: #f5f5f5;
    overflow: hidden;
    padding: 7px 10px;
    height: 35px;
    position: relative;
}

div[pageid].PageViewContent {
    min-height: 100%;
}

.layui-layer div[pageid].PageViewContent {
    min-height: auto;
}


/***********�����´�************/

#ddxx a.more-dz span {
    vertical-align: middle;
}

#ddxx a.more-dz i {
    line-height: 12px;
    vertical-align: middle;
}


/********������**********/

.language {
    height: 100%;
}

.language .lang {
    height: 100%;
    border: 1px solid #ccc;
    background: #fff;
    padding-right: 30px;
    position: relative;
}

.language .lang input {
    border: 0;
    height: 100%;
    padding: 0 5px;
    outline: none;
    width: 100%;
}

.language .lang span {
    width: 26px !important;
    height: 26px !important;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
}

.language .lang img {
    width: 15px;
    height: 15px;
}

.language .down {
    display: none;
    position: relative;
    width: 100%;
    box-sizing: border-box;
    left: 0;
    z-index: 11112;
}

.language .down ul {
    padding: 0;
    margin: 0;
    width: 100%;
    border: 1px solid #ccc;
    border-top: 0;
    background: #fff;
}

.language .down li {
    display: block;
    height: 30px;
    border-top: 1px solid #e7e7e7;
    width: 100%;
    box-sizing: border-box;
}

.language .down li:first-child {
    border: 0;
}

.language .down li .item {
    margin-right: -40px;
    padding-right: 30px;
    float: left;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}

.language .down li .item input {
    border: 0;
    height: 100%;
    box-sizing: border-box;
    outline: none;
    padding: 0 5px;
    width: 100%;
}

.language .down li span {
    width: 30px !important;
    float: right;
    line-height: 30px;
    height: 30px !important;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
}

.language .down li span>img {
    width: 15px;
    height: 15px;
}

.fixing {
    position: absolute;
    top: 40px;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    z-index: 9999;
    background: #ffffff;
    filter: Alpha(Opacity=20);
    background: rgba(255,255,255,0.2);
}

.fixing>div {
    width: 250px;
    height: 100px;
    position: absolute;
    top: 30%;
    left: 50%;
    margin-left: -125px;
    color: #fff;
    font-size: 18px;
    display: inline-block;
    vertical-align: middle;
    line-height: 100px;
    text-align: center;
    background: #000; 
    opacity:0.2;
	-moz-opacity: 0.2;
	-webkit-opacity: 0.2;
    border-radius: 10px;
}

.fixing .list {
    width: 8px;
    height: 8px;
    border-radius: 8px;
    background: #fff;
    display: inline-block;
}

.fixing .list.second {
    opacity: 0.7;
    filter: progid: DXImageTransform.Microsoft.Alpha(opacity=70);
}

.fixing .list.third {
    opacity: 0.5;
    filter: progid: DXImageTransform.Microsoft.Alpha(opacity=50);
}

.ui-jqgrid tr.jqgrow {
    height: 32px;
    line-height: 32px;
}
.layui-layer-shade{
	opacity:unset !important;
	background: rgba(0,0,0,0.3) !important;
}
#dt-meta .meta-left .img-list .img-item{
	margin-right:6px !important;
}
.right-auto .block-content .fm-control{
    width: 65%;
    float: right;
    position: relative;
    top: -23px;
    display:inline-block;
}

.right-auto .block-row .op-btn{
    position: relative;
    width: 35%;
    display: inline-block;
    top: 0px;
    margin-bottom: 0px !important;
}
.rebate-layer {
	position: absolute;
	top: 40px;
	bottom: 0;
	left: 0;
	right: 0;
	overflow: hidden;
	background: #000;
	filter: Alpha(Opacity=10);
	background: rgba(0, 0, 0, 0.1);
	display: none;
}

.rebate-layer .rebate-box {
	width: 300px;
	height: 250px;
	position: absolute;
	top: 30%;
	left: 50%;
	margin-left: -125px;
	color: #333333;
	font-size: 18px;
	display: inline-block;
	vertical-align: middle;
	line-height: 100px;
	text-align: center;
	background: rgb(241, 249, 251);
	border-radius: 10px;
}

.box-field {
	height:25px;
	line-height: 25px;
	margin: 30px 0;
	font-size: 14px;
	text-align:center;
}

.box-field label {
	margin-right: 20px;
	margin-left: 20px;
}

.box-field select,
.box-field input[type="text"] {
	width: 180px;
	height: 25px;
}

.box-field.amount input {
	border: none;
	background: none;
}

.box-button {
	line-height: 30px;
}

.box-button .button {
	width: 70px;
	height: 30px;
	line-height: 30px;
	background: #FF6573;
	border: none;
	border-radius: 4px;
	color: #ffffff;
}
.box-field .error {
	visibility: hidden;
	color: #FF6573;
	line-height: 10px;
}
.right-block .todo-panel{
	margin-top:8px;
}


.right-block .notice-list,
ul.goods-nav,
ul.goods-nav>li .level2{
    scrollbar-arrow-color:#f2f2f3;
    scrollbar-track-color:#1589ce;
    scrollbar-face-color:#27aeff;
    scrollbar-Shadow-color:#1589ce;
}

.right-block .notice-list::-webkit-scrollbar, 
ul.goods-nav::-webkit-scrollbar,
ul.goods-nav>li .level2::-webkit-scrollbar{
    width:3px;
	height:5px;
	background-color:#ffffff;
}
.right-block .notice-list::-webkit-scrollbar-track,
ul.goods-nav::-webkit-scrollbar-track,
ul.goods-nav>li .level2::-webkit-scrollbar-track{
    background-color: #0;
	border-radius:10px;
	-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.3);
} 
.right-block .notice-list::-webkit-scrollbar-thumb,
ul.goods-nav::-webkit-scrollbar-thumb,
ul.goods-nav>li .level2::-webkit-scrollbar-thumb{
    background-color: #ddd;
	border-radius:10px;
	-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.3);
}

/**upload progress*/
.kd-progress{
	width: 500px;
}
.kd-progress p.bar{
	height: 24px;
    margin: 15px auto;
    width: 90%;
    background:#eeeeee;
}
.kd-progress p.bar span{
	text-align: right;
	background: #23A5FD;
	width: 5px;
	display: inline-block;
    height: 24px;
    line-height: 24px;
    min-width:0px;
    max-width:450px;
    position: absolute;
    color:#ffffff;
    font-size:16px;
}
/**分级报表样式*/
tr.jqgrow.ui-row-ltr[_isGroup] td,
tr.jqgrow.ui-row-ltr[_isgroup] td{
	font-size:14px !important;
	font-weight:bold;
}

tr.jqgrow.ui-row-ltr[_isGroup] span.report-icon{
	width: 14px;
    height: 14px;
    top: 2px;
    position: relative;
    display: inline-block;
    margin-right: 10px;
	background-image: url('/ftl/web/widget/default/static/images/collapse.png');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% 100%;
}
tr.jqgrow.ui-row-ltr[_isGroup] span.report-icon.expand{
	background-image: url('/ftl/web/widget/default/static/images/expand.png');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% 100%;
}
.layer-multi-file{
   min-width:  200px;
   min-height: 100px;
   max-height: 500px;
   overflow:auto;
}
.group-load-more{
	height:36px;
	line-height:36px;
	background:#ffffff;
	text-align:center;
	color:#23A5Fd;
	border-bottom:1px solid #dddddd;
}
.group-load-more.disabled{
	color:#eeeeee;
	cursor: not-allowed;
}
/**pc端微信扫码支付页面*/
.pay-panel .sub-content{
	width:50%;
	height:55%;
	margin:0 auto 50px auto;
	box-shadow: 0 0 5px 5px #e7e7e7;
	padding: 30px 0;
}
.pay-panel .sub-content>div{
	margin-top: 50px;
	text-align: center;
}
.pay-panel .left-qr .info img {
	position: relative;
    top: -8px;
    width:20%;
}
.pay-panel .left-qr {
	display: inline-block;
	width:45%;
}
.pay-panel .qrcode {
	display: inline-block;
	border: 1px solid #e1e1e1;
	width: 66%;
    height: 49.4%;
}
.pay-panel .qrcode img{
	width:100%;
	height:100%;
}
.pay-panel .left-qr .info {
	background: #2382ff;
	text-align: center;
	margin-top: 15px;
	padding: 10px 0;
	width:66%;
	display: inline-block;
}
.pay-panel .left-qr .info div {
	display: inline-block;
	font-size: 16px;
	color: #ffffff;
	position: relative;
    top: 10px;
}
.pay-panel .left-qr~img {
	float:right;
	width:45%;
	position: relative;
    top: -20px;
}
.pay-panel .pay-title{
	margin:0 40px 30px 40px;
}
.pay-panel .pay-title div {
	font-size: 16px;
	color: #666666;
	position: relative;
}
.pay-panel .pay-title .num {
	color: #FF6573;
}
.pay-panel .wechat-logo div:first-child{
	display:inline-block;
}
.pay-panel .wechat-logo .p{
	float:right;
}
.pay-panel .wechat-logo img{
	width:30px;
	height:30px;
	margin-right: 10px;
}
.pay-title .wechat-logo{
	padding:0 10px;
	border:2px solid #1e8dd4;
	margin-bottom: 10px;
	height:54px;
	line-height: 48px;
}
.pay-tab{
	height: 40px;
    line-height: 40px;
    background: #f5f5f5;
    padding-left: 0;
    font-size:13px;
    border-bottom:1px solid #dddddd;
}
.pay-tab li{
	text-align:center;
	width:80px;
	color:#888888;
	display:inline-block;
}
.pay-tab li.active{
	color:#1e8dd4;
	background:#ffffff;
	border:1px solid #dddddd;
	border-bottom:none;
	border-left:none;
}
.pay-panel{
	padding-bottom: 60px;
	margin-top:30px;
}
.group-load-more{
	height:36px;
	line-height:36px;
	background:#ffffff;
	text-align:center;
	color:#23A5Fd;
	border-bottom:1px solid #dddddd;
}
.group-load-more.disabled{
	color:#eeeeee;
	cursor: not-allowed;
}
#choose-row .f-tab{
    display: inline-block;
    float: right;	
}
#choose-row .f-tab li{
    display: inline-block;
    width: 79px;
    height: 34px;
    line-height: 34px;
    background: #ffffff;
    color: #666666;
    margin-right: 10px;
    border-radius: 2px;
    border: 1px solid #999999;
    font-size: 15px;
    text-align: center;
}
#choose-row .f-tab li:hover{
	color: #333333;
}
#choose-row .f-tab li i{
	margin-right:5px;
	font-size:13px;
}
.choose-item li.title{
	color:#333333;
	font-weight:600;
}
/**min progress style**/
.minprogress-list{
	position: absolute;
    top: 12px;
    display: inline-block;
    padding:0;
}
.min-progress{
    display: inline-block;
    width: 100px;
    border: 1px solid #eeeeee;
    border-radius: 30px;
    height: 18px;
    margin-left: 10px;
    display:none;
    background:#eeeeee;
}
.min-progress:hover{
	border-color:#333333;
}
.min-progress span{
	display: inline-block;
    width: 3px;
    height: 16px;
    background: #23A5FD;
    border-radius: 30px 0 0 30px;
    text-align: right;
    color: #ffffff;
    font-size: 10px;
    line-height: 19px;
}
.min-progress span.finish{
	text-align: center;
    background: #ffffff;
    color: #23A5FD;
}
.min-action{
	top: 12px;
    position: absolute;
    right: 10px;
    display:inline-block;
}
.layui-layer-content .addGoods .block{
	margin:10px;
}
.layui-layer-content .addGoods .block .block-content{
	padding:5px !important;
}