a:focus{
    outline: none;
}
body {
    font-family: "Microsoft YaHei";
    font-size: 12px;
}

/*bootstrap禁用自适应*/
html {
    min-width: 1200px;
    overflow: scroll;
}

input {
    outline: none;
}

.container {
    width: 1200px !important;
}

.adoptState {
    border: 2px solid #1e90ff;
}

/*页面初始化*/
span {
    display: block;
}

input {
    background-color: inherit;
}

input[disabled], .form-control[disabled] {
    background-color: inherit;
    box-shadow: none;
    border: none !important;
}

.font-size-10 {
    font-size: 10px;
}

.font-size-12 {
    font-size: 12px;
}

.font-size-14 {
    font-size: 14px;
}

.font-size-16 {
    font-size: 16px;
}

.font-size-18 {
    font-size: 18px;
}

.font-size-20 {
    font-size: 20px;
}

.font-size-22 {
    font-size: 22px;
}

.mark {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 99;
    background: rgba(0, 0, 0, 0.3);
    overflow: hidden;
}

.display-inline {
    display: inline-block;
}

.loading {
    position: absolute;
    top: 50%;
    /* background: #000000; */
    width: 160px;
    height: 72px;
    left: 50%;
    margin-top: -36px;
    margin-left: -80px;
    text-align: center;
}

.no-weight {
    font-weight: 100;
}

.color-orange {
    color: #fbad32;
}

.color-blue {
    color: #1e90ff !important;
}

.color-red {
    color: #f23d4a;
}

.color-ashy {
    color: #999999;
}

.color-grey {
    color: #6c6c6c;
}

.color-black {
    color: #333333 !important;
}

.color-somber {
    color: #666666;
}

.color-somber:focus {
    color: #666666;
}

.color-more {
    color: #696969;
}

/*联系我们浮动弹框*/
.floatBox {
    position: fixed;
    bottom: 100px;
    right: 0px;
    z-index: 999;
}

/*商城首页和商品详情页  对比、申请样品、收藏 样式*/

.goodsCompare a {
    display: block;
}

.goodsCompare a img {
    padding-right: 5px;
    float: left;
    width: 20px;
    height: 15px;
    /*padding-top: 2px;*/
}

.goodsDetailsCompare a {
    display: block;
    line-height: 10px;
}

.goodsDetailsCompare a img {
    padding-right: 5px;
    float: left;
    width: 15px;
    height: 10px;
    /*padding-top: 2px;*/
}

.goodsCompare a:focus, .goodsDetailsCompare a:focus {
    color: #6c6c6c;;
}

/*商城排序按钮点击状态*/
.btn-active {
    background: #1e90ff;
    color: #fff;
    display: block;
    padding: 4.5px 8px;
    border-radius: 4px;
}

.btn-active:hover {
    color: #fff;
}

.btn-active:focus {
    color: #fff !important;
}

/*商城公告*/
.head-tips {
    overflow:hidden;
    position:relative;
    height: 31px;
    line-height: 31px;
    border-bottom: solid 1px #fee49c;
    background-color: #ffffe2;
}
.tips-bd {
    width:800px;
    height: 31px;
    overflow:hidden;
    position:relative;
}
.tips-bd ul {
    width:20000px;
    position:absolute;
    left:0px;
    top:0px;
}
.tips-bd ul li:first-of-type{
    margin-left: 800px;
}
.tips-bd ul li {
    /*width:700px;*/
    float:left;
    line-height:31px;
    text-align:left;
    list-style: none;
    padding-right: 800px;
}

.tips-video{
    font-size: 15px;
    line-height: 30px;
    vertical-align: top;
    margin-left: 3px;
}
.announcement {
    width: 270px !important;
    height: 380px;
    background-color: rgba(0, 0, 0, 0.3);
    position: absolute;
    top: -415px;
    right: 0;
    vertical-align: middle;
}

.announcement-content {
    width: 250px;
    height: 360px;
    background-color: rgba(255, 255, 255, 0.9);
    margin: 9px auto;
    line-height: 14px;
}

.announcement-title a span {
    float: left;
    line-height: 27px;
}

.ann-produce {
    width: 100%;
}

.text-overflow {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.ann-produce tr:first-child {
    width: 60%;
    line-height: 27px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.ann-produce tr:nth-child(2), .ann-produce tr:last-of-type {
    width: 20%;
    line-height: 27px;
}

.tell {
    width: 17%;
    color: #888;
}

.import-tell {
    width: 39%;
    color: #333;
}

.tell-content {
    color: #333;
    width: 44%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

/*商场公告结束*/
h1.bolded, h2.bolded, h3.bolded, h4.bolded, h5.bolded, h6.bolded {
    font-weight: 400;
}

/*四大问答*/
.question-answer {
    height: 100px;
}

.question-answer h5 {
    height: 20px;
}

.question-answer p {
    height: 65px;
    overflow: hidden;
    color: #666;
}

/*四大问答结束*/
.pre-header {
    color: #DDDDDD;
    border-bottom: 1px solid #eee;
    padding-top: 10px;
    line-height: 1.2;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    background: #444444;
}

.pre-header a {
    color: #DDDDDD;
}

.pre-header a:hover {
    color: #1e90ff;
}

.pre-header a:focus {
    text-decoration: none;
}

.pre-header .pull-right li {
    border-right: solid 1px #DDDDDD;
}

.pre-header .pull-right li:last-child {
    border: none;
}

/*foot style*/
.foot-li li span {
    /* color: #ffffff; */
    /* border-right: solid 1px #d8d8d8; */
    display: inline-block;
    padding-left: 17px;
}

.foot-li li:last-child {
    border: none;
}

.foot-li li a {
    color: #a6a5a5;
}

.foot-li li a:hover {
    color: #1e90ff;
}

.foot-li li a:focus {
    text-decoration: none;
}

.foot-icon {
    color: #f23d4a;
}

.foot-icon-w {
    color: #FAA600;
}

.foot-icon-p {
    color: #1e90ff;
}

/* Top cart block */
.weChat:hover .weChat-img {
    display: block;
}

.weChat-img {
    display: none;
    width: 115px;
    position: fixed;
    left: 85%;
    z-index: 99;
    top: 35px;
}

.cart-block {
    float: right;
    padding-top: 22px;
    position: relative;
}

.cart-info {
    /*background: #f9f9f9;*/
    color: #595f65;
    border: solid 1px #ececec;
    float: left;
    /* padding: 0 0px 0 13px; */
    width: 130px;
    height: 34px;
    line-height: 34px;
    text-align: center;
}

.cart-info a {
    color: #595f65;
}

.cart-info a img {
    vertical-align: sub;
}

.cart-info a:hover {
    color: #1e90ff;
}

.cart-info a:focus {
    text-decoration: none;
}

.cart-block .fa-shopping-cart {
    position: absolute;
    top: 25px;
    right: 0;
    background: #1e90ff;
    color: #fff;
    padding: 8px 8px 7px;
    border-radius: 16px !important;
    font-size: 16px;
}

.btn-primary {
    background: #1e90ff !important;
    color: #fff !important;
    border-color: #1e90ff !important;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    color: #fff;
    background: #1e90ff;
}

.bg-primary {
    background: #1e90ff;
    color: #fff;
}

.bg-primary:hover,
.bg-primary:focus,
.bg-primary:active {
    color: #fff;
    background: #1e90ff;
}

a {
    color: #6c6c6c;
}

a:hover {
    color: #1e90ff;
    text-decoration: none;
}

a:focus {
    text-decoration: none;
    /*color: #333;*/
}

.filter-content ul li a:focus {
    color: #1e90ff;
}

.pl-left li a {
    color: #ffffff;
}

.pl-left li a:hover {
    color: #ffffff;
    background: #1e90ff;
}

.pl-left li a:focus {
    color: #ffffff;
    background: #1e90ff;
}

.pl-right li a {
    background: #ffffff;
    color: #333;
}

.pl-right li a:hover {
    background: #ffffff;
    color: #1e90ff;
}

.pl-right li a:focus {
    background: #ffffff;
    /*color: #1e90ff;*/
}

/*头部商品交易目录下拉框*/
.nav-dropdown-content {
    height: 350px;
    min-width: 225px;
    max-width: 225px;
    overflow-y: auto;
}

.nav-dropdown-content ul {
    display: block;
    /*padding: 5px 0px 8px 0;*/
    border-bottom: 1px solid rgba(245, 247, 250, 0.4);
    margin: 0 42px 0 14px;
}

.nav-dropdown-content ul:last-of-type {
    border-bottom: none;
}

.nav-dropdown-content ul > li {
    display: block;
    border-bottom: none;
}

.nav-dropdown-content ul li > a {
    font: 12px 'MicrosoftYaHei', Arial, sans-serif;
    background: #0081ff;
    color: #ffffff;
    text-decoration: none;
    height: 20px;
    /* width: 50%; */
    display: inline-block;
    padding: 0px 14px 0px 16px;
}

.nav-dropdown-content ul li > a:hover {
    background: #0081ff;
    color: #ffffff;
}

.nav-dropdown-content ul li > a:focus {
    background: #0081ff;
    color: #ffffff;
}

.nav-dropdown-content p {
    font: 15px 'MicrosoftYaHei';
    font-weight: 800;
    color: #ffffff;
    width: 100%;
    height: 25px;
    padding: 10px 36px 6px 29px;
}

.the-box.full {
    padding: 0px 15px 0 15px;
}

/*品牌馆*/
.thumbnail .caption-tit {
    color: #fff;
    background: #1E90FF;
    padding: 10px;
}

.thumbnail .caption {
    line-height: 30px;
}

.more-dropdown > a.btn-success {
    padding: 6px 10px;
}

.media-lib-item .more-dropdown {
    top: 0px;
    right: 0px;
}

/*搜索框TAB按钮*/
.btn-tab-seach {
    background: #ffffff;
    color: #000000;
    font: 12px 'MicrosoftYaHei', Arial, sans-serif;
    line-height: 0.5;
}

.btn-tab-seach:hover {
    background: #ffffff;
    color: #1e90ff;
}

.btn-tab-seach:focus {
    color: #ffffff;
    background: #1e90ff;
}

.btn-tab-seach.active {
    color: #ffffff;
    background: #1e90ff;
}

.list-inline.gray a {
    color: #6c6c6c;
}

.list-inline.gray a:hover {
    color: #1e90ff;
}

/*空心按钮*/
.hollow-btn {
    /*background: #f9f9f9;*/
    color: #1e90ff;
    border: solid 1px #1e90ff;
    border-radius: 20px !important;
    padding: 8px 13px 6px 13px;
    line-height: 1.5;
}

.hollow-btn:hover {
    background: #1E90FF;
    color: #fff;
}

.hollow-btn a:focus {
    color: #1e90ff;
}

.btn-danger {
    background: #f23d4a;
    border-color: #f23d4a;
}

.goodsTesting-detail {
    padding: 10px;
    background: #f5f5f5;
    margin-bottom: 10px;
}

.table-GoodsTesting {
    /*border-spacing: 0px 10px;*/
    border-collapse: separate;
    width: 75%;
    margin-left: 75px;
    line-height: 35px;
    margin-bottom: 10px;
}

.table-GoodsTesting tr > td:last-of-type {
    border-right: 1px solid #DDDDDD;
}

.table-GoodsTesting tr:last-of-type > td {
    border-bottom: 1px solid #DDDDDD;

}

.table-GoodsTesting tr > td {
    border: 1px solid #DDDDDD;
    padding-left: 7px;
    border-bottom: 0;
    border-right: 0;
}

/*订单详情等按钮*/
.orderDetails-btn:hover {
    color: #1e90ff;
    border: solid 1px #1e90ff;
}

.orderDetails-btn, .orderDetails-btn-red {
    border: 1px solid #d5dae0;
    color: #666666
}

.orderDetails-btn-red:hover {
    padding-left: 15px;
    background: url(../../../img/icon/pay_after.png) no-repeat 3px;
    color: #f23d4a;
    border: 1px solid #f23d4a;
}

.orderDetails-btn-red {
    padding-left: 15px;
    background: url(../../../img/icon/pay_before.png) no-repeat 3px;
}

/*空心按钮 矩形*/
.hollow-btn-c {
    /*background: #f9f9f9;*/
    color: #1e90ff;
    border: solid 1px #1e90ff;
    border-radius: 1px !important;
    padding: 8px 13px 6px 13px;
    line-height: 1.5;
}

.hollow-btn-c:hover {
    background: #1E90FF;
    color: #fff;
}

.LoginClass {
    background: url(../../../img/icon/bg.png) no-repeat;
    background-size: cover;
}

.LoginMain {
    background: url(../../../img/icon/shadow.png) no-repeat;
}

.RegisterClass {
    background: url(../../../img/icon/bg_2.png) no-repeat;
    background-size: cover;
}

.store-list {
    border: none;
    border-bottom: 1px dashed #eee;
    clear: both;
    /*width: 210px;*/
    margin: 0 auto;

}

.goods-bottom {
    line-height: 15px !important;
}

.goods-right {
    cursor: pointer;
}

.goods-right:last-of-type .store-list, .goods-right:last-of-type .store-list-t {
    border: none !important;
}

.goods-right:last-of-type, .goods-right:last-of-type {
    border: none !important;
}

.store-list-t {
    border: none;
    border-bottom: 1px dashed #eee;
    clear: both;
    /*width: 210px;*/
    margin: 0 auto;
    padding-top: 0px;
    padding-bottom: 0px;
}

.DivUl {
    padding-left: 0px;
    padding-right: 0px;
    border: 1px solid #eeeeee;
    margin-top: 5px;
}

.DivUl ul {
    margin-top: 10px;
    margin-bottom: 10px;
}

.DivUl ul li {
    border-right: 1px solid #e1e1e1;
}

.DivUl ul li:last-child {
    border: none;
}

.DivUl-t {
    padding-left: 0px;
    padding-right: 0px;
}

.DivUl-t ul {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 0px;
    padding-right: 0px;
}

.DivUl-t ul li {
    border-right: 1px solid #e1e1e1;
    padding: 10px;
}

.DivUl-t ul li:last-child {
    border: none;
}

.DivUl-t ul li:first-child {

}

.DivUl-t li {
    padding-right: 10px;
}

.pad-top {
    padding-top: 38px;
}

.goods-attr {
    padding-top: 14px;
}

.goods-col {
    height: 35px;
    line-height: 60px;
}

.goods-p {
    /*padding: 15px 15px 0 15px;*/
    margin-bottom: 20px;
    width: 100%;
    background: #fff;
    border: 1px solid #D5DAE0;
    position: relative;
    margin-left: 0px;
}

.btn-left {
    width: 120px;
    height: 30px;
    font-size: 14px;
    line-height: 18px;
}

.btn-right {
    width: 140px;
    height: 38px;
    font-size: 16px;
}

.btn-s {
    width: 80px;
    background: #fff;
    color: #333;
    border-color: #E6E9ED;
}

.btn-s:hover {
    color: #f23d4a;
}

.btn-s:focus {
    color: #333;
}

.btn-again {
    background: #fff;
    color: #333;
    border-color: #D5DAE0;
}

.btn-again:hover {
    background: #EEEEEE;
}

/*商品对比表格compared table*/
.compared-table-head ul {
    text-align: center;
    padding-left: 0px;
    padding-right: 0px;
}

.compared-table-head li {
    color: #666666;
    background-color: #f7f7f7;
    list-style-type: none;
    border-width: 1px;
    border-color: #dddddd;
    border-style: solid;
}

.compared-table-body ul {
    text-align: center;
    padding-left: 0px;
    padding-right: 0px;
}

.compared-table-body li {
    color: #666666;
    background-color: #ffffff;
    list-style-type: none;
    border-width: 1px;
    border-color: #dddddd;
    border-style: solid;
}

.my-tab {
    background-color: #1e90ff;
    color: #ffffff;
    line-height: 2.7;
    margin-left: 0px;
    padding-left: 95px;
}

.my-tab a {
    color: #ffffff;
}

.my-tab li {
    padding: 0px 25px 0px 25px;
}

.my-tab .active {
    background-color: #ffffff;

}

.my-tab .active a {
    color: #1e90ff;
}

/* 下单页单选按钮样式*/
.btn-order ul li {
    color: #333333;
    border: 1px solid #E6E9ED;
    padding: 10px 10px;
    margin: 0px 10px;
    list-style-type: none;
    text-align: center;
    position: relative;
}

.btn-order ul li.select {
    width: 140px;
    color: #1e90ff;
    border: 2px solid #1e90ff;
    background: url(/B2BMall/img/goods/selected.png) no-repeat bottom right;
}

.SupPayment ul li {
    width: 130px;
    height: 30px;
    line-height: 7px;
}

.LogisticsMode ul li {
    width: 115px;
    height: 30px;
    line-height: 7px;
}

.btn-order ul li.select > a:focus {
    color: #1e90ff;
}

.btn-order ul li.select > a {
    color: #1e90ff;
}

.input-group-addon {
    height: 34.5px;
}

.input-append-span {
    vertical-align: middle;
    display: table-cell;
    padding: 10px;
}

.my-tab-t {
    background-color: #dddddd;
    color: #400000;
    line-height: 3.2;
    margin-top: 10px;
}

.my-tab-t a {
    color: #333333;
}

.my-tab-t li {
    padding: 0px 25px 0px 25px;
}

.my-tab-t .active {
    background-color: #ffffff;

}

.my-tab-t .active a {
    color: #1e90ff;
}

.my-tab-f {
    background-color: #ececea;
    color: #400000;
    line-height: 3.2;
    margin-top: 10px;
    margin-bottom: 35px;
}

.my-tab-f a {
    font-size: 14px;
    color: #333333;
}

.my-tab-f li {
    padding: 0px 25px 0px 25px;
}

.my-tab-f .active {
    background-color: #f23d4a;

}

.my-tab-f .active a {
    color: #ffffff;
}

.my-tab-a {
    background-color: #ffffff;
    line-height: 2.7;
    margin-top: 10px;
    margin-bottom: 10px;
}

.my-tab-a a {
    color: #000000;
}

.my-tab-a li {
    padding: 0px 15px 0px 15px;
}

.my-tab-a .active {
    border-bottom: 2px solid #1e90ff;

}

.my-tab-a .active a {
    color: #1e90ff;
}

.my-ul {
    background-color: #ffffff;
    line-height: 3.0;
    margin-bottom: 25px;
}

.my-ul > li {
    border-bottom: 1px dashed #E6E9ED;
    padding: 10px 15px;
}

.my-ul > li:last-child {
    border: none;
}

.my-ul > li:first-child {
    border: none;
}

.my-ul-t {
    background-color: #ffffff;
    line-height: 2.0;
    margin-bottom: 25px;
}

.my-ul-t li {
    border-bottom: 1px dashed #E6E9ED;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.my-ul-t li:last-child {
    border: none;
}

/*缩略图统一*/
.thumbnail {
    margin-bottom: 5px;
    border-color: #EEEEEE;
}

.goods-thumbnail .caption {
    padding-top: 20px;
}

.goods-thumbnail .thumbnail {
    margin-bottom: 30px;
    min-height: 320px;
    max-height: 320px;
    padding: 15px;
    height: 320px;
    overflow: hidden;
}

/*胶囊导航样式更改*/
.nav-pills.nav-info > li.active > a, .nav-pills.nav-info > li.active > a:hover, .nav-pills.nav-info > li.active > a:focus {
    background-color: #1E90FF;
    color: #fff;
}

.nav.nav-info > li > a:hover, .nav.nav-info > li > a:focus {
    background-color: #1E90FF;
    color: #fff;
    border-color: #1E90FF;
}

/*商品列表product*/

.thumbnail.product {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 20px;
    margin-top: 12px;
    margin-bottom: 12px;
}

.img-responsive.product {
    min-height: 180px;
    max-height: 180px;
    width: 100%;
    margin-bottom: 20px;
}

.faUl {
    line-height: 2.5;
}

.faUl li ul {
    padding-bottom: 10px;
    border-bottom: 1px solid #E6E9ED;
    line-height: 1.8;
}

.faUl li ul li a {
    padding-left: 45px;
}

.faUl li:last-child ul {
    border: none;
}

.faUl li ul .active {
    padding-left: 0px;
    padding-right: 0px;
    background-color: #1e90ff;
    color: #ffffff;
}

.faUl li ul .active a {
    color: #ffffff;
}

.textarea.form-control {
    height: 30px;
}

.table-detail tr:nth-last-of-type(2) td {
    vertical-align: middle;
}

.tableTit {
    width: 100%;
    background-color: #f4f4f4;
}

.order-details-tab-det tr td:last-of-type {
    padding-right: 20px;
}

.order-details-tab-det {
    line-height: 30px;
    width: 100%;
    text-align: right;
}

.MyTable-goods > img {
    width: 50px;
    height: 50px;
    margin-left: 15px;
    margin-top: 10px;
    margin-right: 10px;
    float: left;
}

.MyTable-goods > p {
    margin-top: 10px;
    line-height: 20px;
}

.MyTable-span {
    padding-right: 45px;

}

.MyTable {
    margin-top: 15px;
}

.MyTable {
    width: 100%;
    /* border: 1px solid #E6E9ED; */
    line-height: 2.9;
}

.MyTable tr {
    border: 1px solid #E6E9ED;
}

.MyTable tr td {
    border-right: 1px solid #E6E9ED;
}

.MyTable tr:first-child {
    background-color: #f4f4f4;
}

/* 水平居中 */
.center-horizontal {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

/* 垂直居中 */
.center-vertical {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

/* 检测服务样式*/
.imageP {
    position: relative;
    padding: 0px;
}

.testing-fontPositionT {
    position: absolute;
    top: 155px;
    left: 110px;
}

.testing-fontPositionB {
    position: absolute;
    top: 180px;
    left: 110px;
}

.testing-details {
    margin-bottom: 10px;
}

.testing-details:hover {
    color: #fff;
    background: #1E90FF;
}

.advantage {
    margin-top: 50px;
}

/* 供应链服务*/
.font-color-w {
    color: #fff;
}

.font-color-b {
    color: #0859d1;
}

.supplyFontG {
    display: inline;
    color: #6c6c6c;
}

.supply-caption {
    text-align: center;
    font-size: 22px;
    font-weight: 500;
}

.supply-fw {
    padding: 0px;
    background: url(../../../img/goods/bg.png);
}

.supply-goods {
    margin-top: 50px;
}

.supply-bg-b {
    background-color: #0859d1;
}

.supply-bg-g {
    background-color: #eff2f9;
}

.supply-goods img {
    margin-top: -40px;
    margin-bottom: 40px;
}

.supply-sc {
    background: url(../../../img/goods/text_sc.png) no-repeat;
}

.supply-cc {
    background: url(../../../img/goods/text_cc.png) no-repeat;
}

.supply-jr {
    background: url(../../../img/goods/text_jr.png) no-repeat;
}

.supply-wl {
    background: url(../../../img/goods/text_wl.png) no-repeat;
}

.supply-article {
    background-position: center center;
}

.supply-article p {
    font-size: 14px;
    margin-bottom: 5px;
}

.supply-article p:first-of-type {
    margin-top: 200px;
}

.supply-article p:last-of-type {
    margin-bottom: 100px;
}

.supply-fw .row {
    margin: 0 0;
}

/*供应链服务结束*/
#nav-produce > .active a {
    color: #fff !important;
}

#nav-produce > li > a {
    color: #333;
    border-radius: 0;
}

#nav-produce > li > a:focus {
    color: #fff !important;
}

#nav-produce > li > a:hover {
    color: #fff !important;
}

/********************样式调整************************/
/*按钮圆角边样式*/
.btn-radius {
    border-radius: 34px;
    padding: 3px 14px;
}

.btn-update {
    width: 50px;
    height: 50px;
    vertical-align: middle;
    border: none;
}

.btn-focus:hover {
    background: url(../../../img/icon/foucs_after.png) no-repeat 9px;
    border: 1px solid #f23d4a;
    color: #f23d4a;
    padding: 3px 10px;
}

.btn-focus {
    background: url(../../../img/icon/foucs_before.png) no-repeat 9px;
    border: 1px solid #d5dae0;
    color: #999;
    padding: 3px 10px;

}

/*userInfo样式修改*/

.userInfo-dd h4 small {
    padding: 0 10px;
    color: #000000;
}

.userInfo-dd h4 {
    margin-top: 20px;
}

.UserModal .form-group input, .UserModal .form-group textarea {
    width: 60%;
}

.UserModal .form-group label, .UpdateUserModal .form-group span {
    line-height: 34px;
}

.UserModal .form-group span {
    color: red;
}

.user .col-sm-3, .user .col-sm-5 {
    line-height: 34px;
}

.user .col-sm-5 {
    color: red;
}

/*
.mask{
	width: 100px;
	height: 30px;
	background: #333333;
	color: #fff;
	line-height: 50px;
	border-radius: 0 0 50px 50px;
	z-index: 999;
	position: absolute;
}*/

.ep {
    width: 75%;
    margin: 0 auto;
    border-bottom: 1px dashed #cfcfcf;
}

.ep h5 {
    text-align: center;
    padding-top: 10px;
    margin-bottom: -1px;
    padding-bottom: 12px;
    width: 15%;
    border-bottom: 1px solid #1e90ff;
}

/*解决方案管理*/

.row > .col-sm-3 > .col-sm-5 {
    /*  红色*   */
    color: red;
}

/*发票信息*/
.UserModal .form-group .form-input {
    /*模态框input宽度*/
    width: 50%;
}

/*比较页*/
.table-compared tr td label {
    font-weight: 100;
}

.table-compared tr td:first-of-type {
    background: #f7f7f7;
    border: 1px solid #DDDDDD;
    padding: 15px 0;
    vertical-align: middle;
}

/*表格虚线页*/
.table-dashed {
    border-bottom: 1px dashed #999999;
}

.table-dashed ul li {
    overflow: hidden;
}

.table-dashed:last-of-type {
    border-bottom: 1px solid #dddddd !important;
}

/*编辑框*/
.note-editor {
    color: #333333;
    font-size: 14px;
}

/*轮播图IE样式调试*/
/*.owl-item  a img{*/
/*height: 480px;*/
/*}*/

.orderDetails .col-sm-4 .color-grey span {
    display: inline;
}

.sort {
    background: #f5f5f5;
}

/*商品展示框标题*/
.companyName {
    max-height: 50px;
    min-height: 50px;
    height: 50px;
    width: 200px;
    text-align: center;
    margin: 0 auto;
    overflow: hidden;
}

.GoodsPH {
    height: 20px;
}

.goodsName {
    max-height: 44px;
    min-height: 44px;
    height: 44px;
    /*display: table;*/
    overflow: hidden;
    line-height: 18px;
}

.goodsListName {
    max-height: 42px;
    min-height: 42px;
    height: 42px;
    /*display: table;*/
    overflow: hidden;
}

.goodsName span, .focusGoodsName span, .goodsListName span, .goodsRightName span, .self-support span {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    padding: 5px 0;
    line-height: 20px;
}

.focusGoodsName {
    max-height: 48px;
    min-height: 48px;
    height: 48px;
    /*display: table;*/
    overflow: hidden;
}

.goodsRightName {
    max-height: 35px;
    min-height: 35px;
    height: 35px;
    /*display: table;*/
    overflow: hidden;
}

.brand {
    width: 230px;
    float: left;
}

.goodsContent {
    /*text-overflow: ellipsis;*/
    white-space: nowrap;
    overflow: hidden;
}

.moreMessage {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.self-support {
    min-height: 20px;
    max-height: 20px;
    height: 20px;
    /*overflow: hidden;*/
    margin-top: 5px;
}

.self-support span {
    margin: 5px;
    background: #1E90FF;
    color: #fff;
    border-radius: 2px;
    padding: 0px;
}

.receiveInvoice {
    text-align: center;
}

/*购买页提交订单信息*/
.subOrder {
    border: 2px solid #f23d4a;
    background: #FFFFFF;
    padding: 20px;
    margin-bottom: 0px;
    line-height: 25px;
    text-align: left
}

.AllGoodsNameFontStyle {
    color: #333333 !important;
}

.AllGoodsNameFontStyle:hover {
    cursor: pointer;
    color: #333;
}

.nav > li > a {
    padding: 10px;
}

/*首页应用问答等功能模块样式*/
.homeFuc {
    border: 1px solid #EEEEEE;
    left: 15px;
    padding-left: 0px;
    height: 320px;
    max-height: 320px;
    min-height: 320px;
    overflow: hidden;
    width: 97.5%;
}

.supply-home .caption {
    min-height: 130px;
    max-height: 130px;
    height: 130px;
}

/*筛选条件*/

.screenCondition {
    width: 910px;
    /*float: left;*/
}

/*用户中心订单管理 */
.purchaseOrderInfo-tabTit tr td {
    padding: 10px 0;
}

.purchaseOrderInfo-tabTit {
    background: #f0f3f4;
    width: 100%;
}

.purchaseOrderInfo-select {
    background: #f4f4f4;
    border: none;
    outline: none;
}

.orderUl ul {
    padding: 0 10px;
    margin: 5px 0;
    line-height: 25px;
}

.orderUl ul li {
    padding: 0 15px;
}

.Logistics p {
    margin: 15px 0;
}

.Logistics p span {
    display: inline;
}

.colTab {
    line-height: 30px;
}

.userCompany span, .cardCompany span {
    display: inline-block;
    line-height: 45px;
    font-family: "SimSun";
}

.userCompany-input {
    width: 70%;
}

.userCompany span:first-of-type, .cardCompany span:first-of-type {
    width: 100px;
    text-align: right;
}

.userCompany span:first-of-type {
    padding-right: 10px;
}

.cardCompany span:first-of-type {
    padding-right: 0;
}

.openImage {
    vertical-align: sub;
}

.order-tracking {
    width: 100%;
}

.order-tracking tr:last-of-type {
    border-bottom: 1px solid #d5dae0;
    color: #f23d4a;

}

.order-tracking tr:nth-of-type(2) {
}

.order-tracking tr:first-of-type {
    border-bottom: 1px dashed #d5dae0;
}

.order-tracking tr th, .order-tracking tr td {
    padding: 15px 5px;
    vertical-align: top;
}

/*userInfo  —> userInfo*/
.userInfo > li {
    margin-bottom: 20px;
}

.user_checked span {
    display: inline-block;
    margin-right: 15px;
    line-height: 50px;
}

.userInfo-box {
    margin-top: 20px;
    background: #f5f9ff;
    height: 150px;
}

.info-assets {
    background: #fff;
    border: 1px solid #d8ecff;
    margin-top: 30px;
    padding: 20px;
    border-radius: 8px;
}

.info-assets span {
    display: inline-block;
    /*margin-right: 10px;*/
}

.info-assets-left {
    margin-left: 20px;
}

.info-company {
    border: 1px solid #DDDDDD;
    height: 165px;
    padding-left: 20px;
}

.info-company > ul > li:first-of-type {
    border-bottom: 1px solid #E6E9ED;
    padding-top: 10px;
    padding-bottom: 5px;
}

.info-company li span {
    display: inline-block;
}

.info-company-name, .info-company-value {
    margin-top: 30px;
    color: #333333;
}

.info-company-name {
    width: 100px;
}

.info-company-value {
    width: 210px;
}

.info-order li {
    margin-left: 20px;
    padding-top: 10px;
    margin-right: 20px;
}

.info-order {
    height: 150px;
    border: 1px solid #DDDDDD;
}

.user-order, .user-order-info {
    display: inline-block;
    height: 50px;
    vertical-align: bottom;
}

.user-order-info {
    margin-right: 15px;
    margin-left: 10px;
}

.user-order:first-of-type {
    margin-left: 15px;
}

.info-demand {
    border: 1px solid #b4dafe;
    width: 465px;
}

.info-solution {
    border: 1px solid #ffe0af;
    width: 465px;
}

.info-demand, .info-solution {
    display: inline-block;
}

.user-need {
    margin-left: 50px;
}

.user-need-info {
    margin-left: 10px;
    margin-right: 40px;
}

.user-need, .user-need-info {
    display: inline-block;
    height: 50px;
    margin-top: 30px;
    vertical-align: middle;
}

.user-release span {
    display: inline-block;
    cursor: pointer;
}

.user-release {
    text-align: center;
}

.info-checked ul li div {
    display: inline-block;
    padding: 10px 0 5px 25px;
}

.info-checked {
    border: 1px solid #DDDDDD;
}

.info-checked ul li {
    border-bottom: 1px solid #E6E9ED;
    padding-top: 10px;
    padding-bottom: 5px;
    margin-left: 20px
}

.info-checked-info {
    vertical-align: middle;
    line-height: 25px;
    width: 500px;
}

.info-operate-after, .info-operate-before {
    margin-left: 50px;
    padding: 5px !important;
}

.info-operate-before {
    color: #f23d4a;
    border: 1px solid #f23d4a;
}

.info-operate {
    margin-left: 100px;
    width: 70px;
    display: inline-block;
    text-align: center;
    padding: 5px;
    cursor: pointer;
}

.demandInfo textarea.form-control {
    height: 35px;
}

.Release-table tr {
    padding: 0 5px;
}

.table-demand {
    margin-top: 10px;
}

.table-demand tr td:first-of-type {
    width: 150px;
}

.table-demand tr td {
    border: 1px solid #ddd;
}

.bqli li {
    /*width: 129px;*/
    /*line-height: 1.5;*/
}

.Brandalbum {
    max-width: 120px;
    min-width: 120px;
    max-height: 120px;
    min-height: 120px;
    text-align: center;
    line-height: 107px
}

.album-close {
    font-size: 32px;
    position: absolute;
    z-index: 99;
    top: -8px;
    right: 45px;
    cursor: pointer;
    display: none;
}

.album-box {
    position: relative;
}

.album-box:hover .album-close {
    display: block;
}

/*帮助*/

/*.nav-help>li:first-of-type>.nav-child-help{*/
    /*display: block;*/
/*}*/
/*.nav-help>li:first-of-type>.nav-child-help>li>:first-of-type{*/
    /*color: #317ee7;*/
/*}*/

.nav-help {
    border: 1px solid #DDDDDD;
    border-bottom: none;
}

.nav-help-sidebar span {
    margin-right: 10px;
}

.nav-help-sidebar {
    background: #f9f9f9;
    border-bottom: 1px #ddd solid;
    height: 48px;
    line-height: 48px;
    cursor: pointer;
    padding-left: 30px;
    font-size: 16px;
    color: #555;
    position: relative;
}

.nav-help-sidebar-active, .nav-help-sidebar:hover {
    color: #555;
    background: #eff5ff;
}
.help-r-title{
    height: 40px;
    /*line-height: 50px;*/
    font-size: 18px;
    color: #333;
    padding-top: 5px;
    border-bottom: 1px #ddd solid;
}
/*.nav-help>li:last-of-type .nav-help-sidebar{*/
/*border-bottom: none;*/
/*}*/
.nav-child-help > li:last-of-type{
    border-bottom: 1px solid #ddd;
}
.nav-child-help-click{
    color: #317ee7;
}
.nav-child-help > li {
    height: 48px;
    line-height: 48px;
    border-bottom: 1px dashed #ddd;
    border-top: none;
    vertical-align: top;
    cursor: pointer;
}

.text-indent{
    text-indent: 2em;
}