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: 5px 10px !important;
}

@font-face {
  font-family: 'iconfont';  /* Project id 68064 */
  src: url('//at.alicdn.com/t/font_68064_knbsl5a7opq.eot?t=1622170134527'); /* IE9 */
  src: url('//at.alicdn.com/t/font_68064_knbsl5a7opq.eot?t=1622170134527#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('//at.alicdn.com/t/font_68064_knbsl5a7opq.woff2?t=1622170134527') format('woff2'),
       url('//at.alicdn.com/t/font_68064_knbsl5a7opq.woff?t=1622170134527') format('woff'),
       url('//at.alicdn.com/t/font_68064_knbsl5a7opq.ttf?t=1622170134527') format('truetype'),
       url('//at.alicdn.com/t/font_68064_knbsl5a7opq.svg?t=1622170134527#iconfont') format('svg');
}
.iconfont {
    font-family: iconfont;
    font-size: 16px;
    font-style: normal;
    vertical-align: top;
}


/*锟斤拷锟絀E锟斤拷锟斤拷锟斤拷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: auto;
    min-width:50px;
    height: 30px;
    display: inline-block;
    text-align: center;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 4px 5px;
    border: 1px solid #ccc;
}

#sku-box ul li ul li a.active,
#sku-box ul li.linkage-item.active{
    border: 0;
    background-image: url('../images/hong.png');
    background-size:100% 100%;
}

#sku-box li.linkage-item{
	height:30px;
	margin-bottom:5px;
}
#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;
}

html,body {
    height: 100%;
}

body {
    background-color: #f5f5f5;
}


/*container*/

#wrapper {
    position: relative;
    height: 100%;
    overflow-y: auto;
}

.container {
    position: relative;
}

#wrapper #nav {
    position: fixed;
    top: 0;
    bottom: 0;
    width: 80px;
    background-color: #0181c8;
    overflow: hidden;
    z-index: 11112;
}

#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;
}

@media (max-height: 800px) {
	#wrapper #nav .main-nav ul li {
	    min-height: 66px;
	    padding: 3px 0;
	}
}

@media (max-height: 720px) {
	#wrapper #nav .main-nav ul li {
	    min-height: 60px;
	    padding: 0 0;
	}
}

@media (max-height: 640px) {
	#wrapper #nav .main-nav ul li {
	    min-height: 0;
	    padding: 5px 0;
	}
	#wrapper #nav .main-nav ul li a i {
		line-height: 23px;
		font-size: 23px;
		margin-bottom: 10px;
	}
	#wrapper #nav .main-nav ul li a span {
		font-size: 12px;
	}
}

#wrapper #nav ul li:hover a{
	color:#ffffff;
}
#wrapper #nav ul li.active {
    background-color: #0070b1;
    color:#ffffff;
}

#wrapper #nav ul li a {
    color: #ffffff;
    filter: Alpha(Opacity=80);
    color: rgba(255,255,255,0.8);
    text-align: center;
    display: block;
}

#wrapper #nav ul li a i {
    display: block;
    font-size: 24px;
    margin-bottom: 3px;
    font-weight: 500;
    position:relative;
    top:-3px;
}
html.mac #wrapper #nav ul li a i {
    top:0px;
}
#wrapper #nav ul li a span {
    display: block;
    font-size: 13px;
    vertical-align: middle;
    margin-top: -5px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align:center;
}

#wrapper #right {
    margin-left: 80px;
}
html.ie #wrapper #right{
	margin-right:15px;
}
#wrapper #top {
    height: 47px;
    background-color: #fff;
    line-height: 47px;
    position: relative;
}
#wrapper #top .newLogo{
	margin-left: 10px;
}
#wrapper #top .top-right-toolbar{
	display: inline-block;
    width: auto;
    height: 100%;
    float: right;
}
#wrapper #top a {
    color: #888;
}

#wrapper #top #categories {
    display: inline-block;
    line-height: 32px;
    font-size: 12px;
    width: auto;
    background: #ffffff;
    font-weight: 400;
}
@media (max-width:1050px) {
	#wrapper #top #categories>i+span,
	.qrcode-toolbar p.iconfont i+span {
		display: none !important;
	}
}

#wrapper #top #categories:hover *{
    color: #1e8dd4;
}

#wrapper #top #categories i {
    margin-left: 6px;
    font-size: 19px;
    font-weight: 600;
    margin-right: 5px;
    position: relative;
    color:#888888;
}
.mac #wrapper #top #categories i {
	top: 0px;
}
#wrapper #top #categories+ul{
	display:inline-block;
	position:relative;
	margin:0;
	padding:0;
	margin-left:10px;
	float: right;
}
#wrapper #top #categories+ul>li{
	float: left;
    height: 47px;
}
#wrapper #top #categories+ul>li a{
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 47px;
}
#wrapper #top ul li {
    display: inline-block;
    padding: 0 10px;
}

#wrapper #top ul li a {
    font-size: 12px;
}

#wrapper #top #categories+ul>li:before {
	content: "";
    position: absolute;
    width: 1px;
    height: 12px;
    margin-top: 17px;
    border-left: 1px solid #cccccc;
    margin-left: -10px;
}
#wrapper #top #categories+ul>li:first-child:before {
	content:none;
}
#wrapper #top #categories+ul>li span.caret{
	position: absolute;
    top: 22px;
    right: -10px;
}
#wrapper #top #balance-item{
	display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: auto;
    float: left;
}
#wrapper #top #balance-item span{
	color:#888;
	display:inline-block;
}
#wrapper #top #balance-item+span i{
    cursor: pointer;
    position: relative;
    color:#888;
}
html.mac #wrapper #top #balance-item+span i{
	top: 0px;
}
#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;
}

#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: #337ab7;
    position: relative;
}
#wrapper #search .cart>a:first-child{
    margin-right: 6px;
    padding-right: 3px;
    border-right: 1px solid #d0d0d0;
}
#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;
    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: absolute;
    top: 44px;
    overflow-y: auto;
    z-index: 100;
    display: none;
    border-bottom: 1px solid #e3e0df;
    float: right;
    right: 700px;
    height:303px;
}

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: 377px;
    height: 300px;
    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 .level2:hover {
	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%;
    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: 177px;
    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: 1280px) {
    .bbc-mall,
    #content ul.nav-tabs, ul.nav-tabs.system-nav-tabs {
        width: 1150px;
    }
    #search,
    #top {
        width: 1160px;
    }
}
@media (max-width: 1560px){
	.order-goods #xg-list ul.img-view{
		width: 1120px;
	}
}
@media (max-width: 1420px){
	.channel-in-stock-leftgrid .ui-jqgrid .ui-jqgrid-bdiv{
		height: 317px !important;
	}
}
@media (max-width: 1379px){
	.stock-take-peration-leftgrid .ui-jqgrid .ui-jqgrid-bdiv{
		height: 317px !important;
	}
}
@media (max-width: 1744px){
	html.en .stock-take-peration-leftgrid .ui-jqgrid .ui-jqgrid-bdiv{
		height: 317px !important;
	}
}
/*锟揭的讹拷锟斤拷锟斤拷锟斤拷锟斤拷锟斤拷锟剿伙拷锟斤拷锟斤拷锟斤拷签锟斤拷*/

.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 3px 3px 0;
}

.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;
    min-height: 30px;
    height: auto;
}

.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;
    min-width: unset !important;
    margin-top: 1px !important;
    padding:0;
}

.dd-nav .input-group .search-dropdown>.dropdown-menu li {
    position: relative;
    min-width: unset !important;
    width: 100%;
    height:28px;
}
.dd-nav .input-group .search-dropdown>.dropdown-menu li:hover{
   background:#f5f5f5;
}
.dd-nav .input-group .search-dropdown>.dropdown-menu li a {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
    width: max-content;
    height: 100%;
    display: inline-block;
}
.dd-nav .input-group .search-dropdown>.dropdown-menu li a+i{
    position:absolute;
    right:3px;
}

.dd-nav .input-group .form-control {
    height: 30px;
    width: 200px;
    border-color: #ddd;
    font-size: 12px;
}
.dd-nav .input-group select.form-control{
	color:#999999;
}
.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;
    min-width: 56px;
    float: right;
    display: inline-block;
    padding:0 15px;
    font-size:13px;
}
.dd-nav .input-group button[type="submit"] i{
	font-size: 13px;
    float: left;
    margin-right:3px;
    position:relative;
}
html.mac .dd-nav .input-group button[type="submit"] i{
	top: -1px !important;
}

.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 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 .search-input>.input-group.input-group-sm {
	float:right;
}
.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: 200px;
    display: inline-block;
    float: right;
}
.layui-layer .more-search-form .fm-item{
	width: 100%;
}
.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 .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;
    margin-right: 24px;
}
/* 鍑哄簱鍗曠紪鍙峰崟鐙缃甿argin-right */
.data-view .more-search-form .table-form tbody tr:nth-child(3) td:nth-child(2) .fm-control label{
	margin-right: 12px;
}
.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: 16px;
}

.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;
    width: 90px;
    height: 90px;
}

.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 .group-table .goods-detail div.span-sub-group{
    margin-top:12px;
    float: left;
    width: 100%;
    display: inline-block;   
}
.bbc-mall .group-table .goods-detail div.span-sub-group+span{
    margin-top: 15px;
    padding: 0;
    clear: both;
    line-height: 30px;
}
.bbc-mall .group-table .goods-detail div.sub-group-a {
    float:left;
    display:inline-block;
    text-align:left;
    width:50%;
}
.bbc-mall .group-table .goods-detail div.sub-group-b {
    display:inline-block;
    text-align:left;
    border-left:1px solid #E5E5E5;
    padding-left:14px;
    width:50%;
    height:44px;
}

.bbc-mall .group-table .goods-detail div.sub-group-a span,
.bbc-mall .group-table .goods-detail div.sub-group-b span{
   padding:0;
   height:16px;
}
.bbc-mall .group-table .goods-detail div.sub-group-a span:last-child,
.bbc-mall .group-table .goods-detail div.sub-group-b span:last-child{
   margin-top:12px;
}
.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 10px;
}

.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 0px 6px 20px;
    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;
    overflow-x:auto;
}

.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;
    position:relative;
}
html.mac .logistics .repeal span .iconfont{
	top:-2px;
}

.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;
    line-height:35px;
    color: #bbb;
    border-radius: 20px;
    border: 1px solid #bbb;
    padding-top: 2px;
}
html.mac .logistics #status-chart ul li .iconfont {
    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;
    min-width: 60px;
}
html.en .orderMessage_2 #order-list table tr td,
html.en .orderMessage_2 #order-list table tr th{
	min-width: 90px;
}

.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: 24px;
    min-width:24px;
}

.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: max-content;
    color: #555;
    display: inline-block;
    max-width: 100%;
    word-wrap: break-word;
}

.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 .table-box{
	width:100%;
	overflow:auto;
}
.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 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: 100%; */
    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;*/
}
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;
    min-height: 40px;
    height:auto;
    text-align: right;
    padding-right: 10px;
    z-index: 1000;
}
.toolbar.fixedTopItem li ul.dropdown-menu{
	min-width: 100%;
}
.toolbar.fixedTopItem li:last-child ul.dropdown-menu{
	left: auto;
	right: 0;
}
.toolbar>li {
    display: inline-block;
    color: #ffffff;
    height: 30px;
    text-align: center;
    margin: 5px 0 5px 6px;
    cursor: pointer;
}

.toolbar>li>a,
.toolbar>li>.dropdown {
    width: 100%;
    height: 100%;
    background: #1e8dd4;
    display: inline-block;
    padding: 4px 8px;
}

.toolbar>li>a:hover,
.toolbar>li>.dropdown:hover {
    background: #2a9fde;
}

.toolbar>li>a:active,
.toolbar>li>.dropdown:active {
    background: #0070b2;
}

.toolbar li i {
    font-size: 17px;
    font-weight: 100;
    position: relative;
    margin-right: 3px;
}
html.mac .toolbar li i {
	top: -2px;
}
.toolbar li span {
    font-size: 13px;
    line-height: 23px !important;
}

.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;
}
html.mac .input-group>.input-group-btn .btn i {
	top: -2px;
}

/*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;
    min-height: 27px;
}

.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;
}
td .customelement .pop-select i {
	top: 5px;
}
.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-right: 20px;
    display: inline-block;
    float: left;
    width: 33%;
    min-width: 265px;
}
.table-form .table-row .table-col .fm-control {
	padding:6px 0;
}
.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: 100%;
    overflow:hidden;
}
.tabpanel.block .table-form .table-row .table-col .fm-control>label{
	text-align:right;
    font-size:13px !important;
    color:#646464;
}
.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: #FF0000;
    font-size: 13px;
    position:absolute;
}

.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.checkboxGroup,
.table-form .table-row .table-col .fm-control .fm-item.radioGroup{
	min-height:26px;
	height:auto !important;
}
.table-form .table-row .table-col .fm-control .fm-item.checkboxGroup .checkbox-inline,
.table-form .table-row .table-col .fm-control .fm-item.radioGroup .radio-inline{
	margin:4px 0 0 2px !important;
}
.table-form .table-row .table-col .fm-control .fm-item.checkboxGroup .checkbox-inline input,
.table-form .table-row .table-col .fm-control .fm-item.radioGroup .radio-inline input{
	margin-top:1px !important;
}

.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;
}
html.mac .table-form .fm-control .fm-item span.add-on {
	top: 0px;
}
.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[type=checkbox].form-control{
	margin-top:7px;
}
.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: 30px;
    display: inline-block;
    vertical-align: middle;
    margin-top: 2px;
}
.order-goods #xg-list .number-box a i.iconfont,#order-list .number-box a i.iconfont{
	line-height:15px;
}
.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;
    min-width: 50px;
    width: auto !important;
    margin-bottom: 10px;
}

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;
    vertical-align: baseline;
}

ul.op-btn li a+a {
    margin-left: 15px;
}
div.op-btn a[disabled]{
    cursor: not-allowed;
    color: #999999 !important;
}

/*锟斤拷*/

.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: '\e68e';
    font-family: 'iconfont';
    color: #999;
    padding-right: 6px;
}

.tree ul li>a:before {
    content: '\e689';
    font-family: 'iconfont';
    color: #999;
    padding-right: 6px;
}

.tree ul li.open>a.parent-node:before {
    content: '\e68c';
}

.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: 37px;
}
.ui-jqgrid .ui-jqgrid-bdiv table.table-bordered tr td>span div{
	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;
}
/*鏃犳粴鍔ㄦ潯*/
.table-adaptive-system1 .ui-jqgrid .ui-jqgrid-bdiv{
    min-height: 148px !important;
    max-height: 305px !important;
}
/*鏈夋粴鍔ㄦ潯*/
.table-adaptive-system2 .ui-jqgrid .ui-jqgrid-bdiv{
    min-height: 172px !important;
    max-height: 329px !important;
}
.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,
ul.nav-tabs.system-nav-tabs {
	display:none;
}
.not-standard-tabs{
    display:block !important;
}
ul.nav-tabs.system-nav-tabs{
    margin-left:10px;
}
ul.nav-tabs.system-nav-tabs.no-tab{
    border-bottom:none !important;
}
#content ul.nav-tabs li:not(.active) a,
ul.nav-tabs.system-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,
ul.nav-tabs.system-nav-tabs li:first-child a {
    border-left-color: transparent;
}

#content ul.nav-tabs li:hover a,
#content ul.nav-tabs li.active a,
ul.nav-tabs.system-nav-tabs li.active a,
ul.nav-tabs.system-nav-tabs li:hover a{
    color: #1e8dd4;
}
#content ul.nav-tabs li.active a,
ul.nav-tabs.system-nav-tabs li.active a{
    padding:10.4px 15px;	
}
#content ul.nav-tabs li,
ul.nav-tabs.system-nav-tabs li{
    height: 40px;
}
.nav-tabs-line{
    position: absolute;
    width: 100%;
    display: none;
    left: 106px;
    right: 0;
    height: 1px;
    border-bottom: 1px solid #dddddd;
    margin-top: 40px;
}
#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: 0px 15px 20px 15px;
    padding-top:20px;
}

#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: 95px;
    font-size: 14px;
    padding: 0 0 0 10px !important;
}
html.en #choose-row .left-title{
	width: 120px;
}
#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 2px;
    margin-left:2px;
    display: inline-block;
    vertical-align: text-top;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 65px;
}
html.en #choose-row .left-title span {
	width: 85px;
}
#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.supply-search,
#choose-row ul.choose-item li.goods-search{
    padding:5px 0 5px 10px;
}
#choose-row ul.choose-item li.supply-search input,
#choose-row ul.choose-item li.goods-search input{
	color:#333333;
	font-size:10px;
	padding:0 0 0 2px !important;
	border:1px solid #ddd;
	height: 22px;
	width:140px;
    display: inline-block;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}
html.mac #choose-row ul.choose-item li.supply-search input,
html.mac #choose-row ul.choose-item li.goods-search input{
    padding:2px 0 0 2px !important;
}
#choose-row ul.choose-item li.supply-search i,
#choose-row ul.choose-item li.goods-search i{
    position: relative;
    font-size: 14px;
    left: -20px;
    cursor:pointer;
}
html.mac #choose-row ul.choose-item li.supply-search i,
html.mac #choose-row ul.choose-item li.goods-search i{
   top: -2px;
}
#choose-row ul.choose-item li.supply-search .supply-search-result{
	position: absolute;
    width: 140px;
    display: inline-block;
    height: auto;
    max-height:200px;
    background: #ffffff;
    border: 1px solid #4693d0;
    box-shadow: 0px 0px 13px 0px rgba(211,211,211,0.5);
    display:none;
    border-top: none;
    z-index: 12;
    overflow-y:auto;
}
#choose-row ul.choose-item li.supply-search .supply-search-result li{
	display:block;
}
#choose-row ul.choose-item li.supply-search .supply-search-result li:hover{
	color:#ffffff;
	background:#4693d0;
}
#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: auto;
    color: #888;
    font-size: 12px;
    text-align: right;
    cursor: pointer;
    min-width:60px;
}

#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;
    min-width:60px;
}

#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;
}
.all-goods .pinpai span:first-child{
    display: inline-block;
    padding: 0 5px;
    border: 1px solid #CCCCCC;
    color: #666666;
    line-height:27px;
    height:30px;
    border-radius: 2px;
}
html.mac .all-goods .pinpai span:first-child{
    line-height:30px;
}
.all-goods .empty {
    display: inline-block;
    width: 12px;
    height: 13px;
    cursor: pointer;
    margin: 0 20px 0 6px;
    line-height: 18px;
}

.all-goods .empty i.iconfont {
    font-size: 12px;
    color: #B3B3B3;
    position: relative;
    top: -3px;
}
.all-goods .empty i.iconfont:hover {
	color:#999999;
}
html.mac .all-goods .empty i.iconfont{
	top: -1px;
}

.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:hidden;
}
.order-goods #xg-list .list-view>table{
	margin-bottom:0;
	border-right: 1px solid #eee;
}

.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.title,
.order-goods #xg-list .list-view tbody tr td .channel_goods_name {
	color: #646464;
	white-space: normal;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-box-pack: start;
	-webkit-box-align: start;
	-webkit-line-clamp:2;
	word-break: break-all;
}

.order-goods #xg-list .list-view tbody tr td .channel_goods_name,
.order-goods #xg-list .list-view tbody tr td .channel_goods_number{
	text-overflow: ellipsis;
	overflow: hidden; 
}

.order-goods #xg-list .list-view tbody tr td .channel_goods_name{
	word-break: break-all;
}

.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;
    max-width: 1400px;
}

.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: 1px 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 {
    box-shadow:0px 6px 16px 0px rgba(0,0,0,0.1);
    border:1px solid #3FB7DF;
}

.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;
    width: 250px;
    margin: 0 15px 25px 15px;
    background-color: #fff;
}

.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: -1px;
    right: -1px;
}

.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: #EA5E56;
    color: #ffffff;
}

.order-goods #xg-list .item-cover .add-cart a:hover {
    color: #fff;
    background-color: #EA5E56;
    filter: Alpha(Opacity=90);
    background: rgba(234,94,86,0.9);
}

.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 .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,
.order-goods #xg-list .sales-c{
    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 .specification{
    max-width:400px;
}
.order-goods #xg-list .sales-c{
	color:#4598F0;
}
.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;
}
html.en .order-goods #xg-list .cartbatch{
	right: 360px;
}
#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.disabled {
    background:#D9D9D9;
}

.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;
    color:#333333;
}
.order-goods #xg-list .cover-table tr td .input-group-addon .dropdown-menu li[disabled] {
    background: #D9D9D9;
}
.order-goods #xg-list .cover-table tr td .input-group-addon .dropdown-menu li[disabled] a{
    color: #FFFFFF;
}
.order-goods #xg-list .cover-table tr td .input-group-addon .dropdown-menu li.active a{
    color: #FFFFFF;
    background: #4598F0;
}

#xg-pagination {
    text-align: center;
    margin: 0px auto;
    margin-top:15px;
}

#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: auto;
    height: 30px;
    line-height: 30px;
    background-color: #ffffff;
    border: 1px solid #ddd;
    text-align: center;
    color: #555;
    padding: 0 10px;
    margin-right: 6px;
}

#xg-modal .md-buy .sku-choose a.active {
	color: #fff;
	background: #23a5fd;
}
#xg-modal .md-buy .sku-choose a[disabled] {
	color: #F0F0F0;
	background: #D9D9D9;
}

.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;
}

@media (min-width: 1024px) and (max-width: 1120px) {
    .data-view .search-form .search-input {
        width: 436px;
    }
    .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-page div[pageid].PageViewContent{
    min-height: 95% !important;
}
/***********锟斤拷锟斤拷锟铰达拷************/

#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: 0px !important;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    z-index: 99999999;
    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: 100%;
    float: right;
    position: relative;
    top: -15px;
    display:inline-block;
}

.right-auto .block-row .op-btn{
    position: relative;
    width: 100%;
    display: inline-block;
    top: 0px;
    margin-bottom: 0px !important;
}
.rebate-layer {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	overflow: hidden;
	background: rgba(0, 0, 0, 0.1);
	display: none;
	z-index: 111111;
}

.rebate-layer .rebate-box {
	width: 62.5%;
	min-width: 780px;
	max-height: 600px;
	position: absolute;
	top: 50%;
	left: 50%;
    transform: translate(-50%,-50%);
	color: #333333;
	background: #fff;
	border-radius: 10px;
}
.rebate-layer .rebate-box .box-field-head {
	font-size: 20px;
	color: #333;
	width: 100%;
	text-align: center;
	padding: 15px 0;
	border-bottom: 2px solid #EEF2FD;
}

.rebate-layer .rebate-box .box-button{
	margin-bottom:30px;
}

.box-field-container {
	width: 100%;
	margin: 40px 0;
	padding: 0 40px;
}

.box-field-datagrid-container {
	width:100%;
	padding: 0 40px;
}

.box-field {
	width: 33%;
	height:25px;
	font-size: 14px;
	display: inline-block;
	position: relative;
	text-align: center;
}
.box-field:first-child{
	text-align:left;
}
.box-field:last-child{
	text-align:right;
}

.box-field span {
	width: 60px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    vertical-align: bottom;
    height: 25px;
    line-height: 25px;
}
.box-field.amount #rebateAmountSysmbol {
	width: auto;
	height: auto;
}
html.en .box-field label{
	width: 100px;
}
.box-field select,
.box-field input[type="text"] {
	width: 180px;
	height: 25px;
}

.box-field.amount input {
	border: none;
	background: none !important;
}

.box-button {
	margin-top: 20px;
	line-height: 30px;
	text-align: center;
}

.box-button .button {
	width: 70px;
	height: 30px;
	line-height: 30px;
	background: #FF6573;
	border: none;
	border-radius: 4px;
	color: #ffffff;
	font-size:14px;
}
.box-field .error {
	visibility: hidden;
	color: #FF6573;
	position: absolute;
	left: 80px;
	line-height: 25px;
}
.box-field .error span {
	height: auto;
}
.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-batch{
	margin: 12px auto;
    text-align: center;
}
.kd-progress-batch img{
	width:35px;
	height:35px;
	margin-left:30px;
}
.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: 120px;
   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:880px;
	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:43%;
	min-width:250px;
	margin-left:50px;
}
.pay-panel .qrcode {
	display: inline-block;
	width: 100%;
	text-align:left;
}
.pay-panel .qrcode img,
.pay-panel .qrcode iframe{
	width:auto;
	height:260px;
	border:none;
}
.pay-panel .left-qr .info {
	background: #2382ff;
	text-align: center;
	margin-top: 15px;
	padding: 10px 0;
	width:250px;
	display: inline-block;
	float:left;
}
.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:400px;
	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: 95px;
    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.not-percent{
	width:auto !important;
}
.min-progress.not-percent span{
	width:auto !important;
	padding:0 10px;
	border-radius:30px;
}

.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;
}
.question-tip{
	cursor: pointer;
    position: absolute;
    margin-left: -19px;
    margin-top: 3px;
    z-index: 10000;
    font-size: 14px !important;
    color: #999999;
}
.more-search-form .fm-control {
	position:relative;
}
.more-search-form .question-tip{
	right: 204px;
}
.non-mac .question-tip{
	margin-top: 0px;
}
.question-tip:hover{
	color:#4084F2;
}
.layer-question-tip{
    border: 1px solid #cccccc;
    background:#f7f7f7 !important;
    opacity:1;
    box-shadow: 0px 5px 18px 0px rgba(0,0,0,0.12) !important;
    max-width:300px !important;
    max-height:320px !important;
    border: 1px solid #e1e1e1 !important;
}
.layer-question-tip .layui-layer-content{
	color:#333333 !important;
	max-height:240px !important;
    margin: 10px;
    background-color:#F5F5F5 !important;
    box-shadow: none !important;
}
.layer-question-tip .layui-layer-content>p{
	margin: 0;
}
.layer-question-tip .layer-question-linktips{
	color: #318AC6 !important;
	cursor: pointer;
}
.layer-question-tip .layui-layer-content i.icon-link{
	display: inline-block;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background-color: #e0e0e0;
	font-size: 10px;
	color: #999;
	text-align: center;
	position: relative;
	top: -2px;
	right: 4px;
}
.layer-question-tip .layui-layer-content .layer-question-linktips i.icon-link{
	background-color: #318AC6;
	color: #fff;
}
.layer-question-tip.layui-layer-tips i.layui-layer-TipsB{
	top: -18px;
	left: -18px;
	border-bottom-color: #e1e1e1;
	border-width: 0 13px 9px 18px;
	transform: rotate(207.5deg);
}
.layer-question-tip.layui-layer-tips i.layui-layer-TipsB span{
	position: absolute;
	left: -21.6px;
	border-color:rgba(255,255,255,0);
	border-style:solid;
	border-bottom-color: #f7f7f7;
	border-width: 0 12px 8px 20px;
}
.layer-question-tip.layui-layer-tips i.layui-layer-TipsB,
.layer-question-tip.layui-layer-tips i.layui-layer-TipsT{
	border-right-color: rgba(255, 255, 255,0) !important;
}
.layer-question-tip.layui-layer-tips i.layui-layer-TipsT{
	bottom: -18px;
	left: -18px;
	border-bottom-color: #e1e1e1;
	border-width: 0 13px 9px 18px;
	transform: rotate(-27.5deg) rotateY(180deg);
}
.layer-question-tip.layui-layer-tips i.layui-layer-TipsT span{
	position: absolute;
	left: -21.6px;
	border-color:rgba(255,255,255,0);
	border-style:solid;
	border-bottom-color: #f7f7f7;
	border-width: 0 12px 8px 20px;
}
span.login-refresh{
    position: absolute;
    top: 0px;
    display: inline-block;
    right: 0px;
    text-align: center;
    width: 20px;
    line-height:20px;
    height: 20px !important;
    background: rgba(0,0,0,0.6);
    background-image:url("/ftl/web/widget/default/static/images/pc/login/renew.png");
    background-size: 14px 14px;
    background-repeat: no-repeat;
    background-position: center center;
}
span.login-refresh:hover{
	background-image:url("/ftl/web/widget/default/static/images/pc/login/renew_active.png");
}
.linkage-item[disabled]{
	background:#dedede;
}
.maintopselectshop{
	user-select: none;
}
#top div.dropdown.maintopselectshop.not-allowed,
#top div.dropdown.maintopselectshop.not-allowed *{
	cursor: not-allowed !important;
}
.maintopselectshop .dropdown-menu{
	top: 40px !important;
	right: -10px !important;
	width: max-content;
	min-width: 100px;
	border: 0;
	padding-top: 5px;
}
.maintopselectshop .dropdown-menu>li{
	border-left: 0 !important;
	line-height: 30px !important;
	cursor: pointer;
	font-size: 12px;
	padding: 0 10px !important;
	white-space: nowrap;
	display:block !important;
}
.maintopselectshop .dropdown-menu>li span{
	display: inline-block;
    width: 100%;
    word-break: break-word;
    white-space: normal;
    line-height: 20px;
}
.maintopselectshop .dropdown-menu>li span:hover{
	color: #39aefd;
}
/* 鏇村娓犻亾寮圭獥 */
.more-channel-content .layui-layer-btn{
	padding: 10px 0 0;
}
.more-channel-content .layui-layer-content{
	padding: 0 10px;
}
.more-channel-content .layui-layer-content .channel-search{
	height: 50px;
    border-radius: 2px;
    padding-top: 10px;
    padding-bottom: 10px;
    background: #fff;
    position: fixed;
    width: 285px;
}
.more-channel-content .layui-layer-content .channel-search .search-channel{
	border: 1px solid #e0e0e0;
    border-radius: 2px;
	font-size: 14px;
	height: 100%;
	width: 100%;
	padding-left: 30px;
	outline: none;
}
.more-channel-content .layui-layer-content .channel-search .iconfont{
    display: inline-block;
    font-size: 18px;
    height: 30px;
    line-height: 23px;
    width: 30px;
    text-align: center;
	position: absolute;
}
.more-channel-content .layui-layer-content .channel-list{
	padding-left: 0;
	margin-top: 50px;
	margin-bottom: 0;
}
.more-channel-content .layui-layer-content .channel-list li{
	margin-bottom: 5px;
}
.more-channel-content .layui-layer-content .channel-list li.hideLi{
	display: none !important;
}
.more-channel-content .layui-layer-content .channel-list li:hover{
	cursor: pointer;
	color: #39aefd;
}
.qrcode-toolbar{
	display: inline-block;
	cursor: pointer;
}
.qrcode-toolbar:hover{
	color:#333333;
}
.qrcode-toolbar>p.iconfont{
	font-size: 12px;
    color: #888;
    line-height: 27px;
    margin-right:10px;
    font-weight: 500;
}
#wrapper #top .qrcode-toolbar>p.iconfont .icon-shouji1{
	font-size: 18px;
    top: 0;
    margin-right: 0;
}
#wrapper #top .qrcode-toolbar .qrcode-img{
	width: 190px;
	height: 214px;
	padding: 0;
	background-color: #333;
	border-radius: 4px;
	position: absolute;
	top: 40px;
	right: -65px;
	display:none;
	z-index:10;
}
.qrcode-toolbar .qrcode-img .toright{
	border-style: solid;
    border-width: 5px;
    border-color: rgba(255,255,255,0) rgba(255,255,255,0) rgba(255,255,255,0) #333;
    width: 0px;
    height: 0px;
	position: absolute;
	right: -10px;
}
.qrcode-toolbar .qrcode-img li{
	position: absolute;
	width: 100%;
	height: 100%; 
	display: none !important;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 14px;
	line-height: 14px;
	border-left: 0 !important;
}
.qrcode-toolbar .qrcode-img li[value="1"]{
	display:flex !important;
}
.qrcode-toolbar .qrcode-img .imgdiv{
	width: 120px;
	height: 120px;
	background-color: #fff;
	box-sizing: border-box;
	margin-bottom: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}
.qrcode-toolbar .qrcode-img .imgdiv img{
	width: 140px;
	height: 140px;
	max-width: 140px;
}
/***datetimepicker-seconds panel style*/
.datetimepicker-seconds{
	position:absolute;
	z-index:300000000;
	display:none;
	background:#ffffff;
	text-align:center;
	box-shadow: 0 0px 3px rgba(0, 0, 0, .175) !important;
	width: 260px;
	padding: 10px;
	border-radius: 4px;
	border: 1px solid rgba(0,0,0,.15);
}
.datetimepicker-seconds span{
	display:inline-block;
	width: 40px;
	height:26px;
	line-height:26px;
	text-align:center;
	color:#646464;
}
.datetimepicker-seconds span:hover{
	background:#cccccc;
}
.datetimepicker-seconds span.active{
	color:#ffffff;
	background:#039;
	border-radius:2px;
}
.datetimepicker-seconds:before{
	content: '';
	display: inline-block;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 6px solid rgba(0,0,0,.15);
	position: absolute;
	right: 10px;
	top: -7px;
}
[value="ReturnByBBCOrderListView"]~.data-view .group-table tr td:first-child,
[value="ReturnReqBillListView"]~.data-view .group-table tr td:first-child{
	background:#f3f3f3;
}
[value="ReturnByBBCOrderListView"]~.data-view .group-table tr,
[value="ReturnReqBillListView"]~.data-view .group-table tr{
	border-left:1px solid #e5e5e5;
}
/**瀵煎叆鏂囦欢寮瑰嚭妗嗘牱寮�***/
.common-import-dialog #uploader .title{
    height: 42px;
    background: #f1f1f1;
    border-bottom: 1px solid #dedede;
    padding-left: 15px;
}
.common-import-dialog #uploader .title span{
    display:inline-block;
    line-height:42px;	
}
.common-import-dialog textarea.uploader-list{
    display:block;
    width: 270px;
    resize:none;
    border:none;
    background:#ffffff;
    margin: 0 15px;
}
.common-import-dialog #picker{
	display:inline-block;
	margin-right:17px;
	margin-top:15px;
}
.common-import-dialog #uploader .title .exportTemplate,
.common-import-dialog #picker .webuploader-pick{
    width: 68px;
    height: 28px;
    border-radius: 4px;
    border: 1px solid #4084F1;
    color: #4084F1;
    line-height: 28px;
    padding: 0;
    font-size: 12px;
    background: #fff;
}
.common-import-dialog #picker .webuploader-pick{
    margin-left: 15px;
    margin-bottom: 5px;
}
.common-import-dialog #uploader .title .exportTemplate{
	display: inline-block;
	text-align: center;
    background: #f1f1f1;
	float: right;
	margin-right: 17px;
	margin-top: 7px;
	cursor: pointer;
	width: auto;
	padding: 0 5px;
}
.block .block-content::before {
	content: '';
	display: table;
}

.block .block-content::after {
	content: '';
	display: table;
	clear: both;
}
.spec-allChannel{
	display: inline-block;
    padding: 5px;
    position: absolute;
    left: 156px;
    height: 26px;
    border-radius: 2px;
    background-color: #1c83c6 !important;
    color: #fff !important;
}
.spec-allChannel>.fm-control>label+.fm-item{
    display: inline-block;
    float: left;
    width: 11px;
    height: 11px;
    line-height: 8px;
    margin: 3px;
}
.spec-allChannel>.fm-control>label+.fm-item input[type="checkbox"]{
    height: 11px;
    width: 11px;
    display: inline-block;
    margin: 0;
    visibility: hidden;
}
.spec-allChannel input[type="checkbox"]:before{
	content: '';
	display: block;
	position: absolute;
	visibility: visible;
	height: 11px;
	width: 11px;
	top:8px;
	opacity:0.7;
	background-image: url(/ftl/web/widget/default/static/images/auncheck.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
}
.spec-allChannel input[type="checkbox"]:checked:before{
    background-image: url(/ftl/web/widget/default/static/images/achecked.png);
}
.common-info-Dialog .layui-layer-content{
    position: relative;
    padding: 20px;
    line-height: 24px;
    word-break: break-all;
    font-size: 14px;
    overflow: auto;
}
/******淇℃伅浼樺寲鏍峰紡****/
.tabpanel.block {
    border-top: none !important;
    margin: 0px;
}
.tabpanel.block .block-title {
    margin: 0px 0px 0 16px !important;
    padding: 0 !important;
    font-size: 15px;
    height: 42px;
    line-height: 42px;
    color: #666666;
    border-bottom: 1px solid #e0e0e0;
}
.tabpanel.block .block-title.fold{
   border-bottom: none !important;
}
.tabpanel.block .block-title i.tab-expand{
	font-size:12px;
	color:#518FF2;
	float:left !important;
}
.non-mac .tabpanel.block .block-title i.tab-expand{
	margin-top:-4px;
}
.tabpanel.block .block-title+.block-content{
	padding: 14px 10px 0 26px !important;
}
.layui-layer.layui-layer-page .tabpanel.block .block-content{
	padding: 14px 26px !important;
}
.common-info-Dialog .layui-layer-content{
    position: relative;
    padding: 20px;
    line-height: 24px;
    word-break: break-all;
    font-size: 14px;
    overflow: auto;
}
.table-fold-row,.table-unfold-row{
	margin-top:10px;
	text-align:center;
}
.table-fold-row>div,.table-unfold-row>div{
    width: 80px;
    margin: auto;
}
.table-fold-row>div:hover span,.table-unfold-row>div:hover span{
	color:#666666;
	cursor:pointer;
}
.table-fold-row span:first-child,.table-unfold-row span:first-child{
	font-size:12px;
	color:#A1A1A1;
	margin-right: 2px;
}
.table-fold-row span:last-child,.table-unfold-row span:last-child{
	display:inline-block;
	width:10px;
	height:9px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% 100%;
}
.table-fold-row span:last-child{
    background-image: url('../images/fold.png');
}
.table-unfold-row span:last-child{
    background-image: url('../images/unfold.png');
}
.table-fold-row>div:hover span:last-child{
	background-image: url('../images/foldh.png');
}
.table-unfold-row>div:hover span:last-child{
	background-image: url('../images/unfoldh.png');
}
.ui-jqgrid .ui-jqgrid-pager .ui-paging-info{
	margin-right:10px !important;
}
.spec-scancode{
	width: 243px;
    position: absolute;
    left: 275px;
    margin-top:-4px;
}
.spec-scancode1{
    left:360px;
}
html.en .spec-scancode{
	width: 330px;
    left: 320px;
}
html.en .spec-scancode1{
    left: 460px;
}
.spec-scancode label{
    display: inline-block;
    height: 26px;
    line-height: 26px;
}
.spec-scancode label+.fm-item{
    width: 67%;
    float: right;
}
.spec-scancode label+.fm-item input{
    height: 26px !important;
}
.layui-layer.layui-anim.layui-layer-dialog.layer-ext-moon .layui-layer-content{
	max-height: 300px;
	overflow-y: auto;
}
.layer-view-btn .layui-layer-btn a{
    border: none;
    border-radius: 2px;
    background-color: #4084F1;
    color: #fff;
}
html.en .spec-identity-input div.fm-control:first-child,
html.en .spec-identity-input div.fm-control:nth-of-type(2){
	width: 50%;
}
.spec-identity-input div.fm-control:first-child{
	float: left;
    width: 78%;
}
.spec-identity-input div.fm-control:nth-of-type(2){
	float: left;
    width: 20%;
    position: relative;
    top: 3px;
    text-align: right;
}
html.mac .spec-identity-input div.fm-control:nth-of-type(2){
	top: 0px;
}
.spec-identity-input div.fm-control:nth-of-type(2) div.fm-item{
    width: 20px;
    height: 20px;
    display: inline-block;
    line-height: 20px;
    text-align: center;
    position: relative;
    top: 5px;
}
.spec-identity-input div.fm-control:nth-of-type(2) input[type="checkbox"]{
    width: 14px;
    height: 14px;
}
.layer-popup-window.layui-layer-page ul.display.tabnav-list{
	right: auto !important;
    background-color: #F7FCFF !important;
    text-align: right;
    top: auto !important;
    margin-top: -39px !important;
    padding: 0 !important;
}
.layer-popup-window.layui-layer-page ul.display.tabnav-list li{
	float:none !important;
	padding:10px 10px 10px 0px;
	background:#DCDCDC;
}
.layer-popup-window.layui-layer-page ul.display.tabnav-list li:first-child{
    padding-left:10px;
}
/*鎺т欢杈撳叆妗嗘枃瀛楄秴鍑烘椂鏄剧ず涓�...*/
.fm-item input[type='text']{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.fixedTopItem.fixedTop3{
    background:#ffffff;
    margin-top:0;
    padding-bottom: 30px;
}
.bbc-mall .dd-nav.fixedTop3{
	height:60px;
}
.layui-layer-page .fixedTopItem.fixedTop3{
	height:auto !important;
	padding-bottom: 0px !important;
}
.stand-delete-dialog .layui-layer-content>div{
	margin-top: 30px;
    text-align: center;
    font-size: 15px;
}
.stand-delete-dialog .layui-layer-content>div i{
	color: #ffae3a;
    font-size: 28px;
    position: relative;
    top: -4px;
    margin-right: 10px;
}
.grid-customPage-wrapper{
	text-align:right;
    padding: 28px 0;
    padding-right: 16px;
    font-size: 12px;
    color: #666666;
    box-shadow: 0px -4px 10px 0px rgba(0, 0, 0, 0.1);
    margin-left: -26px;
}
.grid-customPage-wrapper .p-act{
    display:inline-block;
    cursor: pointer;
    margin-left:12px;
    position: relative;
    top: 1px;
}
.grid-customPage-wrapper .p-act:hover{
  color:#0181C8;
}
.grid-customPage-wrapper .p-act[type="prev"]{
	margin-right:12px;
}
.grid-customPage-wrapper .p-act[disable]{
	color:#D9D9D9 !important;
	cursor: not-allowed;
}
.grid-customPage-wrapper input[type=number] {
	-moz-appearance:textfield;
	width:44px;
	height:24px;
	margin:0 4px;
	text-align:center;
	border-radius:2px;  
	border:1px solid #D9D9D9;
}
.grid-customPage-wrapper input[type=number]::-webkit-inner-spin-button,  
.grid-customPage-wrapper input[type=number]::-webkit-outer-spin-button {  
    -webkit-appearance: none;  
    margin: 0;  
}
.grid-customPage-wrapper input[type=number]:focus{ outline:0;border: 1px solid #0181C8;}
.tree~.right .jqGrid_wrapper{
	margin-top:0px;
}
.maxlength-error{
	color:#FF6573;
	margin-top:5px;
}
/** 琛ㄦ牸涓涓茬爜鏄剧ず */
.imei-ul-list{
	padding:0;
}
.imei-ul-list li{
	display:block !important;
	margin-bottom:10px;
}
.imei-ul-list li.more{
   color:#0181C8;
   letter-spacing: 1px;
}
.IMEI-dialog{
	border-radius: 10px !important;
}
.IMEI-dialog.layui-layer-page .layui-layer-content::-webkit-scrollbar{
	width:10px;
}
.IMEI-dialog.layui-layer-page .layui-layer-content::-webkit-scrollbar-track{
	background-color:#EEF2FD;
}
.IMEI-dialog.layui-layer-page .layui-layer-content::-webkit-scrollbar-thumb{
	background-color: #A4ABBD;
}
.IMEI-dialog .layui-layer-setwin{
	top:25px;
}
.IMEI-dialog .layui-layer-setwin a{
	color:#BCC6DD;
}
.IMEI-dialog .layui-layer-title{
	background:#ffffff;
	text-align:center;
	font-size:20px;
	height:60px;
	line-height:60px;
	border-bottom:1px solid #EEF2FD;
	border-radius: 10px 10px 0 0;
}
.IMEI-dialog .imei-wrapper{
	padding:0 40px;
}
.IMEI-dialog .imei-sub-head{
    padding-top: 20px;
    border-bottom: 1px solid #EEF2FD;
}
.IMEI-dialog .imei-sub-head .right{
    display: inline-block;
    float: right;
    padding: 0;
    width: auto;
}
.IMEI-dialog .imei-sub-head>div{
	margin-bottom:20px;
	font-size:14px;
}
.IMEI-dialog .imei-sub-head>div>div{
	display:inline-block;
}
.IMEI-dialog .imei-sub-head span.name{
	color:#999999;
	margin-right:20px;
}
.IMEI-dialog .imei-content ul{
	list-style:none;
}
.IMEI-dialog .imei-content ul li{
	display:inline-block;
	width:25%;
	font-size:14px;
	margin-top:20px;
}
.IMEI-dialog .imei-content ul li>span{
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    border: 1px solid #1BA4FE;
    text-align: center;
    line-height: 2px;
    margin-right:6px;
    position: relative;
    top: -1px;
}
.IMEI-dialog .imei-content ul li>span>span{
    display: inline-block;
    width: 6px;
    height: 6px;
    background: #1BA4FE;
    border-radius: 100%;
    border: 1px solid #ffffff;
}
.average-grid .ui-jqgrid .ui-jqgrid-bdiv table.table-bordered tr td:last-child{
	padding-right:18px;
}

.pc-attachment .a-wrapper{
    position: relative;
	padding: 0 20px;
}
.pc-attachment .a-wrapper a{
    text-decoration: none;
    color: #333;
}
.pc-attachment .a-wrapper .content{
    width: 100%;
    padding: 10px 0;
    border-bottom: 1px solid #eee;
}
.pc-attachment .a-wrapper .content>span{
    display: block;
}
.pc-attachment .a-wrapper .text-nowrap-multi,
.pc-attachment .a-wrapper .content>span:first-child{
    max-width: 100%;
    height: 40px;
    line-height: 20px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.icon-wrappe{
    display: inline-block;
}
.pc-attachment .a-wrapper .icon-wrapper{
    position: absolute;
    bottom: 10px;
    right: 20px;
    display: none!important;
}
.pc-attachment .a-wrapper:hover .icon-wrapper{
    display: inline-block!important;
}
.pc-attachment .a-wrapper:hover a{
    color: #4084F2;
}
/**鍒楀垎缁勬墿灞�*/
.sub-col-group th{
	color:transparent;
	background:#ffffff;
	border-left:0 !important;
	border-right:0 !important;
}
.sub-col-group th.col-group-th{
	color:#646464;
}
.parent-col-group th.col-group-th{
	border-right:0 !important;
}
.sub-col-group th .shcolumn,.parent-col-group th.col-group-th .shcolumn{
	display:none;
}
.parent-col-group th.col-group-th.col-group-th-end .shcolumn{
	display: inline-block;
}
.parent-col-group .col-group-th-start .col-group-title{
	position:absolute;
	color:#646464;
	text-align: center;
	top: 8px;
	display: inline-block;
	z-index:1;
}
.parent-col-group .col-group-th-start .col-group-title:hover{
	color:#23A5FD;
	cursor:pointer;
}
.ui-jqgrid .table-bordered th.ui-th-ltr.col-group-th-start{
	border-right:0 !important;
}
.ui-jqgrid .table-bordered th.ui-th-ltr.col-group-th-end{
	border-right:1px solid #dddddd !important;
}
.ui-jqgrid .table-bordered .parent-col-group th.ui-th-ltr.col-group-th{
	color:transparent;
}
.spec-col-group-table .ui-jqgrid .ui-jqgrid-btable{
    margin-top:-1px;	
}

.common-cus-pc-dialog{

}
.common-cus-pc-dialog{
    z-index: 10000000 !important;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}
.common-cus-pc-dialog.show {
    background: rgba(0, 0, 0, .6);
}
.common-cus-pc-dialog.hide {
    pointer-events: none;
    background: rgba(0, 0, 0, 0);
}
.common-cus-pc-dialog.hide .write-container {
    opacity: 0;
}

.common-cus-pc-dialog.show .write-container {
    opacity: 1;
}

.common-cus-pc-dialog .write-container{
    border-radius: 10px;
    -webkit-transition: opacity .2s ease-out;
    transition: opacity .2s ease-out;
    -o-transition: opacity .2s ease-out;
    -ms-transition: opacity .2s ease-out;
    -moz-transition: opacity .2s ease-out;
    position: fixed;
    top: 50%;
    left: 50%;
    background-color: #fff;
    transform: translate(-50%,-50%);
    width: 1200px;
}
.common-cus-pc-dialog .write-container .w-title{
    text-align: center;
    padding: 16px 20px;
    border: 2px solid #EEF2FD;
    font-size: 20px;
    border-radius: 10px 10px 0 0;
}
.common-cus-pc-dialog .write-container .w-title .iconfont{
    float: right;
    transform: rotate(45deg);
    font-size:18px;
    color: #666666;
    cursor:pointer;
}
.common-cus-pc-dialog .pop-panel{
    padding: 12px 18px;
    box-shadow: 0px -1px 4px 0px rgba(0, 0, 0, 0.06);
    border-top: 1px solid #f0f0f0;
    text-align:center;
}
.common-cus-pc-dialog .write-container .pop-panel a{
    box-sizing: border-box;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    width: 96px;
    display: inline-block;
    margin: 0 20px;
    background:#ffffff;
    border:1px solid #E0E0E0;
    color:#999999;
    border-radius: 2px 4px 4px 2px;
}
.common-cus-pc-dialog .write-container .pop-panel a.ok{
    background: #23a5fd;
    color: #fff;
}
.common-cus-pc-dialog .pop-panel a{
    border-radius: 2px 4px 4px 2px;
}
.pay-confirm-head .title,.pay-confirm-list .title{
    height:38px;
    line-height:38px;
    background:#EEF2FD;
    padding-left:20px;
}
.pay-confirm-head{
    margin:40px 40px 20px 40px;
    border: 1px solid #EEF2FD;
}
.pay-confirm-list{
    margin:0px 40px 40px 40px;
    border: 1px solid #EEF2FD;
}
.pay-confirm-head .content,.pay-confirm-list .content{
    padding: 40px 20px 0 20px;
}
.pay-confirm-head .content .table-col,.pay-confirm-list .content .table-col{
    margin-bottom:40px;
}
.pay-confirm-head .content .table-col input,.pay-confirm-list .content .table-col input{
    background-color: #f6f6f6;
    border: 1px solid #DEE7FF;
}
.pay-confirm-result-pop .write-container{
    width:800px;
}
.pay-confirm-result-pop .w-title{
    border:0 !important;
}
.pay-confirm-result-pop .pay-success,.pay-failed{
    text-align: center;
    width: 100px;
    margin: 0 auto 40px auto;
}
.pay-confirm-result-pop .pay-success img,.pay-failed img{
    width: 50px;
    height: 50px;
    margin-bottom: 10px;
}
.pay-confirm-result-pop .c-item,.pay-confirm-result-pop .s-item{
    width: 32%;
    display: inline-block;
    margin-bottom: 10px;
    text-align: center;
    margin-right: 10px;
}
.pay-confirm-result-pop .c-item span:first-child,.pay-confirm-result-pop .s-item span:first-child{
    color: #999999;
}
.pay-confirm-result-pop .pay-result-single{
    text-align:right;
}
.pay-confirm-result-pop .pay-result-info {
    text-align: right;
    padding-top: 10px;
}