.list-icon a{display: inline-block;height: 23px;width: 40px;text-decoration: none}
.list-icon .icon-yuanzhuang2{background: url('../images/icon-yuanzhuang.png') no-repeat;background-size: 100% 100%;}
.list-icon .icon-daili2{background: url('../images/icon-daili.png') no-repeat;background-size: 100% 100%;}
.list-icon .icon-xianhuo2{background: url('../images/icon-xianhuo.png') no-repeat;background-size: 100% 100%;}
html{font-size: 14px;}
.width {
  width: 100%;
}
.center {
  text-align: center;
}
.left-align {
  text-align: left;
}
.ver {
  vertical-align: middle;
}
.bot {
  vertical-align: bottom;
}
.flex {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  justify-content: center;
}
.left {
  float: left;
}
.right {
  float: right;
}
.clear {
  clear: both;
}
.father {
  display: flex;
  justify-content: center;
  align-items: center;
}
.pad {
  padding: 3em 2em;
}
.border-rad {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.backg {
  background-size: 85% 70%;
  background-repeat: no-repeat;
  background-position: center center;
}
.font4 {
  font-size: 14px;
}
.font2 {
  font-size: 12px;
}
.background-hover {
  background-color: #fff;
  color: #c00;
  border: 1px solid #c00;
}
.icon-blue {
  margin-right: .2em;
  font-size: 14px;
  font-weight: bolder;
}
body {
  background: #f5f5f5;
}
.stuckMenu.isStuck {
  width: 945px;
}
/* ======================================== 编辑发票 分割线 ======================================== */
.member_bacolor {
  width: 100%;
  background: #fff;
  overflow: hidden;
}
.member_bacolor .dalian_foot {
  background: #fff;
}
.member_border {
  top: 175px;
}
.member_content {
  margin: 13px auto 13px;
  width: 1200px;
}
.member_content .hearing {
  height: 50px;
  line-height: 50px;
  text-indent: 22px;
  font-size: 18px;
  font-weight: bold;
  color: #e4393c;
}
.member_content .left {
  width: 132px;
}
.member_content .left ul {
  padding: 8px 0px 8px 22px;
  background: #fff;
  color: #646464;
}
.member_content .left ul li {
  height: 34px;
  line-height: 34px;
}
.member_content .left ul li.active,
.member_content .left ul li:hover {
  color: #e4393c;
}
.member_content .right {
  margin-left: 158px;
}
.editors_invoice_title {
  margin-bottom: 8px;
  padding-left: 28px;
  width: 100%;
  height: 60px;
  line-height: 60px;
  color: #646464;
  background: #fff;
}
.editors_invoice_form.repass-change {
  padding: 60px 20px;
  width: 60%;
  background-color: #fbfafa;
  border: 1px dashed #cdcdcd;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  overflow: visible;
  display: block;
  margin: 4em auto;
  position: relative;
}
.editors_invoice_form.repass-change:before {
  content: "";
  position: absolute;
  border-right: 50px dashed transparent;
  border-bottom: 50px dashed transparent;
  border-top: 50px dashed #c00;
  border-left: 50px dashed #c00;
  top: -9px;
  left: -9px;
}
.editors_invoice_form.repass-change:after {
  content: "";
  position: absolute;
  border-right: 49px dashed transparent;
  border-bottom: 49px dashed transparent;
  border-top: 49px dashed #fff;
  border-left: 49px dashed #fff;
  top: -10px;
  left: -10px;
}
.editors_invoice_form.repass-change .list {
  padding: 9px 0;
  width: 100%;
  color: #646464;
}
.editors_invoice_form.repass-change .list:last-child {
  text-align: center;
  margin-top: 3em;
}
.editors_invoice_form.repass-change .list:last-child > input {
  width: 11em;
  padding: .3em 1em;
  height: auto;
}
.editors_invoice_form.repass-change .list .submit {
  width: 70px;
  line-height: 25px;
  border: none;
  text-align: center;
  text-indent: 0px;
  color: #fff;
  background: #c00;
}
.editors_invoice_form {
  padding: 10px 0 18px;
  width: 100%;
  background: #fff;
  overflow: hidden;
  display: block;
}
.editors_invoice_form .list {
  padding: 10px 0;
  width: 100%;
  height: auto;
  color: #646464;
}
.editors_invoice_form .list label {
  width: 180px;
  font-weight: normal;
  text-align: right;
  margin-right: 1em;
}
.editors_invoice_form .list label span {
  margin: 3px 4px;
  width: 10px;
  height: 10px;
  vertical-align: top;
  display: inline-block;
}
.editors_invoice_form .list input {
  width: 230px;
  height: 30px;
  line-height: 30px;
  border: solid 1px #cccccc;
  text-indent: 6px;
  display: inline-block;
}
.editors_invoice_form .list .submit {
  width: 70px;
  height: 25px;
  line-height: 25px;
  border: none;
  text-align: center;
  text-indent: 0px;
  color: #fff;
  background: #e54346;
}
.editors_invoice_form .list span {
  margin-left: 10px;
  color: #e4393c;
}
.editors_invoice_form .list .file {
  height: 30px;
  vertical-align: top;
  overflow: hidden;
  display: inline-block;
  position: relative;
}
.editors_invoice_form .list .file .file_src {
  padding-right: 45px;
}
.editors_invoice_form .list .file button {
  width: 45px;
  height: 30px;
  border: solid 1px #ccc;
  font-size: 12px;
  color: #646464;
  background: #fff;
  position: absolute;
  right: 0px;
  top: 0px;
}
.editors_invoice_form .list .file .file_btn {
  width: 45px;
  height: 30px;
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  right: 0px;
  top: 0px;
}
/* ======================================== 待付款 分割线 ======================================== */
.member_paying_content {
  margin-top: 10px;
  padding: 10px 22px;
  width: 100%;
  font-size: 12px;
  color: #646464;
  background-color: #fff;
  overflow: hidden;
}
.member_paying_content .title {
  height: 34px;
  line-height: 34px;
  font-size: 14px;
}
.member_paying_content .title li {
  margin-left: 10px;
}
.member_paying_content .title a {
  margin: 0 16px 0 30px;
  display: inline-block;
  color: #e4393c;
}
.member_paying_content .title a.active {
  border-bottom: 2px solid #e4393c;
}
.member_paying_table {
  width: 100%;
  border-top: solid 1px #ccc;
  border-left: solid 1px #ccc;
}
.member_paying_table li {
  width: 100%;
  height: 40px;
  line-height: 40px;
  border-bottom: solid 1px #ccc;
  overflow: hidden;
}
.member_paying_table li .tb1 {
  width: 104px;
  text-align: center;
  border-right: solid 1px #ccc;
}
.member_paying_table li .tb2 {
  margin-left: 104px;
  text-indent: 32px;
  border-right: solid 1px #ccc;
}
.member_paying_table .tr1 {
  padding: 0 28px;
  background-color: #f5f5f5;
  border-right: solid 1px #ccc;
}
.member_paying_table .tr2 {
  background-color: #fff;
}
.member_paying_table .tr1 .tb3 {
  width: 290px;
}
.member_paying_table .tr1 .tb4 {
  width: 170px;
}
.member_paying_table .tr1 .tb5 {
  width: 105px;
}
.member_paying_table .tr1 .tb6 {
  width: 120px;
}
.member_paying_table .tr1 .tb7 {
  width: 100px;
}
.member_paying_table .tr1 .tb8 {
  width: 140px;
}
.member_paying_table .tr2 .tb7,
.member_paying_table .tr2 .tb8 {
  color: #e4393c;
}
.member_paying_loan p {
  font-size: 12px;
  margin-bottom: 2px;
  color: #666;
}
.member_paying_loan {
  width: 100%;
  color: #e4393c;
  text-align: right;
}
.member_paying_loan .text {
  margin-right: 32px;
  color: #646464;
}
.member_paying_loan .price {
  margin-left: 20px;
  font-size: 18px;
  font-weight: bold;
}
.member_paying_btn a {
  margin: 20px 0 0 14px;
  padding: 0 14px;
  height: 24px;
  line-height: 24px;
  color: #e4393c;
  display: inline-block;
}
.member_paying_btn a.pay {
  background-color: #e4393c;
  color: #fff;
}
.member_paying_loan p.line {
  border-bottom: 4px double #d7d7d7;
}
/* ======================================== 我的询价待答复 分割线 ======================================== */
.member_enquiry_table .tr1 .tb3 {
  width: 100px;
}
.member_enquiry_table .tr1 .tb3 label {
  margin: 13px 6px 13px 0;
  width: 14px;
  height: 14px;
  border: solid 1px #ccc;
  border-radius: 4px;
  vertical-align: top;
  position: relative;
}
/*.member_enquiry_table .tr1 .tb3 label.active{background: url("../../img/member_icon_2.png");border: 0px none;}*/
.member_enquiry_table .tr1 .tb3 input {
  margin: 0px;
  width: 14px;
  height: 14px;
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  left: 0px;
  top: 0px;
  cursor: pointer;
}
.member_enquiry_table .tr1 .tb4 {
  width: 192px;
}
.member_enquiry_table .tr1 .tb5 {
  width: 104px;
}
.member_enquiry_table .tr1 .tb6 {
  width: 94px;
}
.member_enquiry_table .tr1 .tb7 {
  width: 86px;
  color: #646464;
}
.member_enquiry_table .tr1 .tb8 {
  width: 124px;
  color: #646464;
}
.member_enquiry_table .tr1 .tb9 {
  width: 130px;
  color: #646464;
}
.member_enquiry_table .tr1 .tb10 {
  width: 100px;
}
.member_enquiry_table .tr2 .tb9 {
  color: #33be3a;
}
/*.member_enquiry_table .tr2 .tb9 span{margin: 12px 4px 11px 0;width: 17px;height: 17px;background: url("../../img/member_icon_1.png") no-repeat center center;vertical-align: top;display: inline-block;}*/
/* ======================================== 我的优惠劵 分割线 ======================================== */
.member_coupon_tab li {
  margin-right: 24px;
  width: 50px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  cursor: pointer;
}
.member_coupon_tab li.active {
  border-bottom: solid 1px #e4393c;
  color: #e4393c;
  font-weight: bold;
}
.tab_content {
  margin-bottom: 10px;
  width: 100%;
  height: 130px;
  font-size: 12px;
  background: #f9f9f9;
  overflow: hidden;
}
.tab_content_1 {
  width: 210px;
  height: 130px;
  text-align: center;
  background: #e4393c;
  position: relative;
}
.tab_content_1 .price {
  margin-top: 24px;
  font-size: 34px;
  font-weight: bold;
  color: #fff;
}
.tab_content_1 .price span {
  font-size: 20px;
}
.tab_content_1 .exist {
  line-height: 20px;
  color: #fff;
}
.tab_content_1 .time {
  line-height: 20px;
  color: #b32b2d;
}
.tab_content_1 .icon_1 {
  position: absolute;
  left: 26px;
  top: 18px;
}
.tab_content_1 .icon_2 {
  position: absolute;
  right: -20px;
  bottom: 8px;
}
.tab_content_2 {
  margin-left: 210px;
  padding: 8px 14px;
  line-height: 28px;
}
.member_coupon_pege {
  margin-top: 30px;
}
.member_coupon_pege span {
  margin-left: 16px;
  font-size: 12px;
  color: #cccccc;
  display: inline-block;
  cursor: pointer;
}
.member_coupon_pege span:hover,
.member_coupon_pege .num {
  color: #ff6600;
  border-color: #ff6600;
}
.member_coupon_pege .last,
.member_coupon_pege .next {
  padding: 0 10px;
  height: 24px;
  line-height: 20px;
  border: solid 1px #ccc;
  border-radius: 4px;
}
/* ======================================== 商品管理 分割线 ======================================== */
.member_goods_content {
  margin-bottom: 16px;
  padding: 6px;
  background: #fff;
}
.member_goods_content .img {
  width: 360px;
  height: 340px;
}
.member_goods_content .manage {
  margin-left: 376px;
  height: 340px;
  line-height: 30px;
  font-size: 14px;
  color: #646464;
}
.member_goods_content .manage .name {
  font-size: 16px;
}
.member_goods_content .manage .title {
  margin-bottom: 16px;
  padding-bottom: 4px;
  width: 450px;
  border-bottom: solid 1px #ebebeb;
  color: #e43950;
}
.member_goods_content .manage .list {
  margin-bottom: 10px;
  height: 30px;
  overflow: hidden;
}
.member_goods_content .manage .list label {
  margin: 0px;
  font-weight: normal;
}
.member_goods_content .manage .list input,
.member_goods_content .manage .list select {
  margin: 0px 14px 0 6px;
  width: 82px;
  height: 30px;
  border: solid 1px #ccc;
  text-align: center;
}
.member_goods_content .manage .list select {
  width: 108px;
  text-indent: 18px;
  outline: none;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  background: url("../../img/member_icon_5.png") no-repeat 86px center;
}
.member_goods_table {
  width: 100%;
  font-size: 20px;
  border-left: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
  background: #fff;
  color: #646464;
  overflow: hidden;
}
.member_goods_table .tr1 {
  margin: 0px;
  width: 100%;
  height: 44px;
  line-height: 44px;
  border-top: solid 1px #ccc;
  border-right: solid 1px #ccc;
}
.member_goods_table .tr1 .td1 {
  margin-top: -1px;
  width: 100px;
  text-align: center;
  font-size: 16px;
  border-top: solid 1px #e43950;
  border-right: solid 1px #ccc;
}
.member_goods_table .tr2 {
  margin: 0px;
  width: 100%;
  line-height: 66px;
  border-top: solid 1px #ccc;
}
.member_goods_table .tr2 .td1 {
  width: 206px;
  text-indent: 54px;
}
.member_goods_table .tr2 .td2 {
  margin-left: 206px;
  padding: 0px 30px;
  border-left: solid 1px #ccc;
  border-right: solid 1px #ccc;
}
.member_goods_table .tr2 .td2.text {
  padding: 10px 30px;
  line-height: 33px;
}
/* ======================================== 新增商品 分割线 ======================================== */
.goods_add_content {
  padding: 30px 90px;
  background: #fff;
}
.goods_add_content .list {
  margin-bottom: 10px;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
}
.goods_add_content .list label {
  margin: 0px;
  font-weight: normal;
}
.goods_add_content .list input,
.goods_add_content .list select {
  margin: 0px 14px 0 6px;
  width: 158px;
  height: 30px;
  border: solid 1px #ccc;
  text-indent: 4px;
}
.goods_add_content .list select {
  outline: none;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  background: url("../images/dl.png") no-repeat 136px center;
}
.goods_add_content .list2 input {
  width: 84px;
}
.goods_add_content .submit {
  margin: 10px 0 0 80px;
  width: 54px;
  height: 26px;
  line-height: 26px;
  font-size: 12px;
  color: #fff;
  background: #e54346 !important;
}
/* ======================================== 完善信息 分割线 ======================================== */
.perfect_information_content {
  padding: 30px 90px;
  background: #fff;
}
.perfect_information_content .list {
  margin-bottom: 10px;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
}
.perfect_information_content .list label {
  margin: 0px;
  margin-right: 6px;
  font-weight: normal;
}
.perfect_information_content .list input {
  width: 228px;
  height: 30px;
  border: solid 1px #ccc;
  text-indent: 4px;
}
.perfect_information_content .list2 input {
  width: 68px;
  margin-right: 8px ;
}
.perfect_information_content .list3 input {
  margin-left: 79px ;
}
.perfect_information_content .list4 input {
  width: 88px;
}
.perfect_information_content .list a {
  display: inline-block;
  color: #e4393c;
  margin-left: 10px;
}
.perfect_information_content .submit {
  margin: 10px 0 0 74px;
  width: 54px;
  height: 26px;
  line-height: 26px;
  font-size: 12px;
  color: #fff;
  background: #e54346 !important;
}
/* ======================================== 修改密码 分割线 ======================================== */
.reset_password_content {
  padding: 30px 90px;
  background: #fff;
}
.reset_password_content .list {
  margin-bottom: 10px;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
}
.reset_password_content .list label {
  margin: 0px;
  margin-right: 6px;
  font-weight: normal;
}
.reset_password_content .list input {
  width: 228px;
  height: 30px;
  border: solid 1px #ccc;
  text-indent: 4px;
}
.reset_password_content .submit {
  margin: 10px 0 0 60px;
  width: 54px;
  height: 26px;
  line-height: 26px;
  font-size: 12px;
  color: #fff;
  background: #e54346 !important;
}
/* ======================================== 商品发布 分割线 ======================================== */
.goods_release_content .box {
  margin: 4em auto;
  width: 70%;
  text-align: center;
}
.goods_release_content .box #u1 {
  width: 270px;
  height: 320px;
  border: 1px dashed #cdcdcd;
  float: left;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #fdfbfb;
  margin: 0 0 5em 0;
}
.goods_release_content .box #u2 {
  width: 270px;
  height: 320px;
  border: 1px dashed #cdcdcd;
  float: right;
  margin: 0 0 5em 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #fdfbfb;
}
.goods_release_content .box #u3 {
  text-align: left;
  clear: both;
  padding: 1em 0;
  width: 100%;
  border-top: 1px dashed #cdcdcd;
}
.goods_release_content .box #u3 a {
  color: #60a2f1;
}
.goods_release_content .box a:hover {
  text-decoration: none;
  color: #333;
}
.goods_release_content .box .img-box {
  padding: 3em 0 3em 0;
}
.goods_release_content .box .img-box .icon-cat-103,
.goods_release_content .box .img-box .icon-tuisong {
  font-size: 50px;
  color: #60a2f1;
}
.goods_release_content .box .txt {
  font-weight: 600;
  font-size: 22px;
  white-space: nowrap;
  text-align: center;
  vertical-align: bottom;
}
.goods_release_content .box .txt-another {
  font-size: 12px;
  padding: 2em 0;
  text-decoration: underline;
  color: #cc0000;
}
/*用户中心*/
.m-col-sub {
  width: 130px;
}
.mk-menu {
  position: relative;
  width: 90px;
  margin-top: 40px;
}
.mk-menu dd {
  padding-bottom: 3px;
}
.mk-menu h3 {
  position: relative;
  line-height: 35px;
  font-size: 14px;
  color: #000;
  font-weight: 700;
}
.mk-menu h3 i {
  float: right;
  width: 12px;
  height: 35px;
  display: inline-block;
  background: url(../images/t5.png) center no-repeat;
}
.mk-menu h3 a {
  display: block;
  padding: 8px 0;
}
.mk-menu ul {
  line-height: 22px;
  margin-left: 8px;
}
.mk-menu dd li a {
  display: block;
  color: #666;
  font-size: 12px;
}
.mk-menu a.on,
.mk-menu a:hover {
  color: #C00;
}
.fr.m-col-main {
  width: 100%;
}
.u-center-hd {
  border-bottom: 1px solid #c00;
}
.u-center-hd h2 {
  display: inline-block;
  font-size: 22px;
  color: #333;
  border-bottom: 4px solid #C00;
  margin-bottom: -1px;
  padding-bottom: 5px;
}
/*订单 新增样式  */
.lsx {
  font-weight: 300;
  padding: 5px;
  color: #333;
  text-align: center;
}
.pub_img {
  width: 129px;
  height: 111px;
}
/*上传表格*/
.title {
  height: 100px;
  line-height: 34px;
  font-size: 14px;
  border-bottom: 1px solid #e5e5e5;
}
.moban_box {
  padding: 27px 3px;
}
.moban_box .moban_box .moban_del {
  overflow: hidden;
}
.moban_box .moban_box .moban_del li {
  width: 189px;
  height: 128px;
  border: 2px solid #f1e6e6;
  background: #ffffff url("../../img/member_moban.png") no-repeat center center;
  margin: 0 23px 23px 0;
  float: left;
}
.moban_box a {
  position: relative;
  display: inline-block;
  width: 147px;
  height: 45px;
  line-height: 45px;
  border-radius: 3px;
  background: #e4393c url("../../img/member_moban_button.png") no-repeat 20% 50%;
  color: #fff;
  padding-left: 65px;
}
.moban_box a:hover {
  background-color: #d12a2d ;
}
.moban_box a input {
  position: absolute;
  font-size: 100px;
  right: 0;
  top: 0;
  opacity: 0;
}
.moban_box span {
  color: #e4393c ;
  margin-left: 25px;
  font-weight: bold;
}
.webuploader-pick:hover {
  background-color: #f1f1f1;
  color: #cc0000;
}
/*添加经营品牌*/
.pop_brand input[name=title] {
  margin: 10px 0;
  display: inline-block;
  text-indent: 6px;
  width: 30%;
  height: 34px;
  line-height: 34px;
  border: solid 1px #e0e0e0;
}
#brand_list {
  border: 1px solid #cdcdcd;
  margin-bottom: 4em;
}
#brand_list .title {
  height: auto;
  padding: .5em 0;
}
#brand_list tbody {
  border: 0;
}
.pop_unaudit textarea {
  width: 100%;
  height: 100px;
  border: solid 1px #e0e0e0;
  resize: none;
  outline: none;
  text-indent: 6px;
}
#direct {
  padding-top: 80px;
  width: 100%;
  text-align: center;
}
.step-group{display: flex;flex-direction: row;width: 70%;margin: 0 auto;}
.round {
  flex: 3;
  order: 1;
  height: 180px;
  width: 100px;
  margin-bottom: 2em;
}
.round:nth-child(1) {
  background-image: url("../images/01-01.png");
  background-size: 85% 70%;
  background-repeat: no-repeat;
  background-position: center center;
}
.round:nth-child(2) {
  background-image: url("../images/02-01.png");
  background-size: 85% 70%;
  background-repeat: no-repeat;
  background-position: center center;
}
.round:nth-child(3) {
  background-image: url("../images/03-01.png");
  background-size: 85% 70%;
  background-repeat: no-repeat;
  background-position: center center;
}
.round1 {
    background-image: url("../images/01-02.png") !important;
}
.round2 {
    background-image: url("../images/02-02.png") !important;
}
.round3 {
    background-image: url("../images/03-02.png") !important;
}
.round > span {
  display: none;
}

.search_model {
  width: 500px;
  height: 30px;
  line-height: 25px;
  border: solid 1px #b72712;
  color: #999;
}
/* ======================================== bom 割线 ======================================== */
.bom_content .cont_title {
  width: 100%;
  text-align: center;
  color: #333333;
  padding: 23px 0;
}
.bom_content .cont_title strong {
  font-size: 30px;
  font-weight: normal;
}
.bom_content .cont_title em {
  width: 74px;
  height: 3px;
  background-color: #E43F41;
  display: block;
  margin: 8px auto;
}
.bom_content .cont_title span {
  color: #E43F41;
}
.bom_moban_content {
  width: 1200px;
  margin: 0 auto;
}
.bom_moban_content .moban_box {
  padding: 27px 3px;
}
.bom_moban_content .moban_box .moban_del {
  overflow: hidden;
  border-bottom: 1px solid #CDCDCD;
  text-align: center;
  padding: 0 385px;
}
.bom_moban_content .moban_box .moban_del li {
  width: 189px;
  height: 128px;
  border: 2px solid #f1e6e6;
  background: #ffffff url("../images/dl.png") no-repeat center center;
  margin: 0 23px 23px 0;
  float: left;
}
.bom_moban_content .moban_box .moban_del li.download {
  background: #ffffff url("../images/dl.png") no-repeat center center;
}
.bom_moban_content .moban_box p {
  text-align: center;
}
.bom_moban_content .moban_box em {
  font-style: normal;
  margin-left: 20px;
  color: #e4393c ;
  cursor: pointer;
}
.bom_moban_content .moban_box a {
  position: relative;
  display: inline-block;
  width: 147px;
  height: 45px;
  line-height: 45px;
  border-radius: 3px;
  background: #e4393c url("../images/dl.png") no-repeat 20% 50%;
  color: #fff;
  padding-left: 65px;
}
.bom_moban_content .moban_box a.download_btn {
  background: #e4393c url("../images/dl.png") no-repeat 20% 50%;
  margin-top: 35px;
}
.bom_moban_content .moban_box a.mr_l {
  margin-left: 162px;
  margin-top: 20px;
}
.bom_moban_content .moban_box a:hover {
  background-color: #d12a2d ;
}
.bom_moban_content .moban_box a input {
  position: absolute;
  font-size: 100px;
  right: 0;
  top: 0;
  opacity: 0;
}
.bom_moban_content .moban_box span {
  color: #e4393c ;
  margin-left: 25px;
  font-weight: bold;
}
/* ======================================== 基本信息 分割线 ======================================== */
.basic_information_content {
  margin-top: 10px;
  padding: 17px 23px;
  width: 100%;
  font-size: 14px;
  color: #646464;
  background-color: #fff;
  overflow: hidden;
}
.basic_information_content .information_title {
  padding-bottom: 13px;
  border-bottom: 1px solid #e5e5e5;
  overflow: hidden;
}
.basic_information_content .information_title li {
  float: left;
  margin-right: 30px;
  padding: 0 4px 5px 4px;
  cursor: pointer;
}
.basic_information_content .information_title li.current {
  color: #e4393c;
  border-bottom: 1px solid #e4393c;
  font-weight: bold;
}
.basic_information_content .information_cont {
  padding-left: 70px;
}
.basic_information_content .information_cont .list {
  margin-bottom: 10px;
  height: 30px;
  line-height: 30px;
}
.basic_information_content .information_cont .list label {
  margin: 0px;
  font-weight: normal;
}
.basic_information_content .information_cont .list input {
  margin: 0px 14px 0 6px;
  width: 228px;
  height: 30px;
  border: solid 1px #ccc;
  text-indent: 4px;
}
.basic_information_content .information_cont .list strong {
  margin-left: 7px;
  font-weight: normal;
}
.basic_information_content .information_cont .list2 label {
  margin-left: -7px;
}
.basic_information_content .information_cont .list3 input {
  width: 68px;
  margin-right: 2px;
}
.basic_information_content .information_cont .list4 input {
  margin-left: 79px ;
}
.basic_information_content .information_cont .submit {
  margin: 10px 0 0 78px;
  width: 54px;
  height: 26px;
  line-height: 26px;
  font-size: 12px;
  color: #fff;
  background: #e54346 !important;
}
/* ======================================== 收货信息 分割线 ======================================== */
.goods_receipt_content {
  margin-top: 10px;
  padding: 17px 23px;
  width: 100%;
  font-size: 14px;
  color: #646464;
  background-color: #fff;
  overflow: hidden;
}
.goods_receipt_content .information_title {
  padding-bottom: 13px;
  border-bottom: 1px solid #e5e5e5;
  overflow: hidden;
}
.goods_receipt_content .information_title li {
  float: left;
  margin-right: 30px;
  padding: 0 4px 5px 4px;
  cursor: pointer;
}
.goods_receipt_content .information_title li.current {
  color: #e4393c;
  border-bottom: 1px solid #e4393c;
  font-weight: bold;
}
.goods_receipt_content .receipt_cont {
  margin: 28px 16px;
  border: 1px solid #ccc;
  padding: 13px 30px;
}
.goods_receipt_content .receipt_cont .user_name {
  overflow: hidden;
  margin-bottom: 17px;
}
.goods_receipt_content .receipt_cont .user_name strong {
  float: left;
  margin-right: 15px;
}
.goods_receipt_content .receipt_cont .user_name span {
  float: left;
  padding: 2px 4px;
  background-color: #ffaa45;
  color: #fff;
}
.goods_receipt_content .receipt_cont .user_name .user_box {
  float: right;
}
.goods_receipt_content .receipt_cont .user_name .user_box a {
  float: left;
  margin-left: 20px;
  color: #005ea7;
}
.goods_receipt_content .receipt_cont .contact {
  margin-bottom: 12px;
}
.goods_receipt_content .receipt_cont .contact strong {
  color: #ccc;
  font-weight: normal;
}
.goods_receipt_content .receipt_cont .contact span {
  margin-right: 23px;
}
.goods_receipt_content .receipt_cont .address strong {
  color: #ccc;
  font-weight: normal;
}
/* ======================================== 我的订单 分割线 ======================================== */
.my_order_content .Common.search {
  padding: 20px 34px;
  background-color: #fff;
  margin-bottom: 5px;
}
.my_order_content .Common.search .list input,
.my_order_content .Common.search .list select {
  margin-right: 25px;
  width: 160px;
  height: 30px;
  border: solid 1px #ccc;
  padding-left: 5px;
}
.my_order_content .Common.search .list label {
  font-weight: normal;
  color: #646464;
}
.my_order_content .order_information {
  padding: 20px 25px;
  background-color: #fff;
}
.my_order_content .order_information .information_table {
  overflow: hidden;
}
.my_order_content .order_information .information_table li {
  float: left;
  margin-right: 30px;
  padding: 0 4px 5px 4px;
  cursor: pointer;
}
.my_order_content .order_information .information_table li.current {
  color: #e4393c;
  border-bottom: 1px solid #e4393c;
  font-weight: bold;
}
.my_order_content .order_information .table_operation {
  border: 1px solid #e5e5e5;
  border-top: none;
}
.my_order_content .order_information .table_operation td {
  line-height: 30px;
}
.my_order_content .order_information .table_operation td.color_red {
  color: #e4393c;
}
.my_order_content .order_information .table_operation a {
  float: left;
  color: #427ab4;
  margin-right: 30px;
}
.my_order_content .orderpay_top {
  border-top: 1px solid #D7D7D7;
  background-color: #f1faff;
}
.my_order_content .orderpay_top span {
  display: inline-block;
  margin-right: 20px;
}
.my_order_content .orderpay_top i {
  margin-top: -1px;
  margin-right: 5px;
  font-size: 16px;
}
.my_order_content .order_top span {
  display: inline-block;
  margin-right: 20px;
}
.my_order_content td {
  font-size: 12px;
  color: #797979;
}
table.my_order_content {
  margin-bottom: 15px;
}
.my_order_content .products {
  width: 65%;
  border-right: 1px solid #D7D7D7;
  padding: 0px;
}
.my_order_content .products .img {
  width: 15%;
}
.my_order_content .products .model {
  width: 35%;
  margin-top: 5px;
  text-align: left;
}
.my_order_content .products .price {
  width: 15%;
  line-height: 60px;
}
.my_order_content .products .num {
  width: 15%;
  line-height: 60px;
}
.my_order_content .products .audit {
  width: 20%;
  line-height: 60px;
}
.my_order_content .products li {
  display: block;
}
.my_order_content .products ul {
  width: 100%;
  border-bottom: 1px dotted #D7D7D7;
}
.my_order_content .products ul:last-child {
  width: 100%;
  border-bottom: 0px;
}
.my_order_content .products img {
  width: 60px;
  height: 60px;
}
.my_order_content .pay_amount {
  width: 15%;
  border-right: 1px solid #D7D7D7;
}
.my_order_content .status {
  width: 10%;
  border-right: 1px solid #D7D7D7;
}
.my_order_content .control {
  width: 10%;
}
.my_order_content .products2 {
  width: 60%;
  border-right: 1px solid #D7D7D7;
  padding: 0px;
}
.my_order_content .products2 .img {
  width: 13%;
}
.my_order_content .products2 .model {
  width: 37%;
  margin-top: 5px;
  text-align: center;
  vertical-align: middle;
}
.my_order_content .products2 .price {
  width: 29%;
  line-height: 81px;
}
.my_order_content .products2 .num {
  width: 10%;
  line-height: 81px;
}
.my_order_content .products2 li {
  display: block;
}
.my_order_content .products2 ul {
  width: 100%;
  border-bottom: 1px dotted #D7D7D7;
}
.my_order_content .products2 ul:last-child {
  width: 100%;
  border-bottom: 0;
}
.my_order_content .products2 img {
  width: 60px;
  height: 60px;
}
.my_order_content .pay_amount2 {
  width: 10%;
  border-right: 1px solid #D7D7D7;
}
.my_order_content .status2 {
  width: 15%;
  border-right: 1px solid #D7D7D7;
}
.my_order_content .control2 {
  width: 15%;
}
.my_order_content .pay_amount {
  width: 15%;
  border-right: 1px solid #D7D7D7;
}
.my_order_content .status {
  width: 10%;
  border-right: 1px solid #D7D7D7;
}
.my_order_content .control {
  width: 10%;
}
.my_order_content .icon-youhuo,
.my_order_content .icon-quehuo {
  display: inline-block;
  padding: 4px 4px;
  color: #c00;
  background-color: #fff;
  border: 1px solid #c00;
  border-radius: 4px;
  width: auto;
}
.my_order_content .icon-youhuo:hover,
.my_order_content .icon-quehuo:hover {
  background-color: #c00;
  color:#ffffff;
}
.my_order_content .icon-youhuo:before {
  content: '\e974';
  margin-right: .4em;
}
.my_order_content .icon-quehuo:before {
  content: '\e9bf';
}
.my_order_content .icon-youhuo.on {
  background-color: #c00;
  color: #fff;
}
.my_order_content .icon-youhuo.on:hover {
  background-color: #c00;
  color: #fff;
}
.my_order_content .icon-quehuo.on {
  border: 1px solid #ccc;
  background-color: #c9c9c9;
  color: #fff;
}
.my_order_content .icon-quehuo.on:hover {
  border: 1px solid #ccc;
  background-color: #c9c9c9;
  color: #fff;
}
/* ======================================== 待确认订单 分割线 ======================================== */
.confirm_information {
  padding: 20px 25px;
  background-color: #fff;
  margin-bottom: 5px;
}
.confirm_information .confirm_title {
  margin-bottom: 18px;
  padding-left: 10px;
}
.confirm_information .table_information td {
  line-height: 30px;
}
.confirm_information .table_order {
  border: 1px solid #e5e5e5;
  border-top: none;
}
.confirm_information .total_box {
  text-align: right;
}
.confirm_information .total_box strong {
  color: #e4393c;
  font-size: 18px;
}
.confirm_information .total_box .order_cancel {
  margin-top: 20px;
}
.confirm_information .total_box .order_cancel input.cancel_btn {
  width: 67px;
  height: 25px;
  line-height: 25px;
  font-size: 12px;
  color: #fff;
  background: #e54346 !important;
  border-radius: 3px;
  text-align: center;
}
/* ======================================== 订单不通过 分割线 ======================================== */
.confirm_information .total_box .order_cancel a {
  width: 67px;
  height: 25px;
  line-height: 25px;
  display: inline-block;
  margin-left: 35px;
  margin-right: 35px;
  text-align: center;
}
/* ======================================== 订单待付款 分割线 ======================================== */
.confirm_information .confirm_title {
  overflow: hidden;
}
.confirm_information .confirm_title strong {
  font-weight: normal;
  float: left;
}
.confirm_information .confirm_title .title_btn_box {
  float: right;
}
.confirm_information .confirm_title .title_btn_box a {
  display: inline-block;
  margin-left: 45px;
  color: #e4393c;
}
.confirm_information .total_box .order_payment {
  margin-top: 20px;
}
.confirm_information .total_box .order_payment a {
  width: 67px;
  height: 25px;
  line-height: 25px;
  font-size: 12px;
  color: #e4393c;
  display: inline-block;
  margin-left: 35px;
  text-align: center;
}
.confirm_information .total_box .order_payment a.a_hover {
  font-size: 12px;
  color: #fff;
  background: #e54346 !important;
  border-radius: 3px;
}
/* ======================================== 订单退款申请 分割线 ======================================== */
.return_goods_title {
  padding: 20px 34px;
  background-color: #fff;
  margin-bottom: 5px;
}
.return_goods_content {
  padding: 20px 25px;
  background-color: #fff;
  margin-bottom: 5px;
}
.return_goods_content .confirm_title {
  margin-bottom: 18px;
  padding-left: 10px;
}
.return_goods_content .table_order {
  border: 1px solid #e5e5e5;
  border-top: none;
}
.return_goods_content .table_order td {
  line-height: 30px;
}
.return_goods_content .table_order input {
  margin: 0px 14px 0 6px;
  width: 125px;
  height: 30px;
  border: solid 1px #ccc;
  text-indent: 4px;
}
.return_goods_content .return_submit {
  text-align: right;
}
.return_goods_content .return_submit .list label {
  margin-right: 15px;
  font-weight: normal;
}
.return_goods_content .return_submit .list input {
  width: 125px;
  height: 30px;
  border: solid 1px #ccc;
  text-indent: 4px;
}
.return_goods_content .return_submit a {
  width: 67px;
  height: 25px;
  line-height: 25px;
  font-size: 12px;
  color: #fff;
  background: #e54346 !important;
  border-radius: 3px;
  display: inline-block;
  margin-top: 25px;
  text-align: center;
}
/* ======================================== 我的询价 分割线 ======================================== */
.my_inquiry_content .my_inquiry_title {
  overflow: hidden;
}
.my_inquiry_content .my_inquiry_title li {
  float: left;
  margin-right: 30px;
  padding: 0 4px 5px 4px;
  cursor: pointer;
}
.my_inquiry_content .my_inquiry_title li.current {
  color: #e4393c;
  border-bottom: 1px solid #e4393c;
  font-weight: bold;
}
.my_inquiry_content .table_inquiry .rowhead {
  text-align: left;
  background-color: #fff2d1;
  line-height: 20px;
  padding: 5px 0px 5px 10px;
}
.my_inquiry_content .table_inquiry .rowhead span {
  margin-right: 10px;
}
.stay_color {
  color: #e4393c;
}
.already_color {
  color: #33be3a;
}
.my_inquiry_content .table_inquiry td {
  font-size: 12px;
}
.my_inquiry_content .table_inquiry {
  border: 1px solid #e5e5e5;
  border-top: none;
}
.my_inquiry_content .table_inquiry a {
  color: #fff;
}
/* ======================================== 我的询价-已回复 分割线 ======================================== */
.already_reply_content {
  padding: 20px 25px;
  background: #fff;
}
.already_reply_content .reply_title {
  margin-bottom: 18px;
  padding-left: 10px;
}
.already_reply_content .table_reply {
  border: 1px solid #e5e5e5;
  border-top: none;
}
.already_reply_content .table_reply td input[type="checkbox"] {
  margin-right: 7px;
}
/*.already_reply_content .table_reply .che{ position: relative;}
.already_reply_content .table_reply .che .input_check{position: absolute; width: 14px;height: 14px;visibility: hidden;}
.already_reply_content .table_reply .che label{display: inline-block;width: 14px;height: 14px;background: url("../../img/checkbox.png") no-repeat; box-shadow:0px 0px 2px #dddddd; margin-right: 7px;}
.already_reply_content .table_reply .che .input_check:checked+label{background: url("../../img/member_icon_2.png") no-repeat;}*/
.icon_offer {
  float: left;
  width: 17px;
  height: 17px;
  display: inline-block;
  background: url("../../img/member_icon_1.png");
}
.already_reply_content .total_box {
  text-align: right;
}
.already_reply_content .total_box p {
  display: inline-block;
  margin-right: 35px;
}
.already_reply_content .total_box strong {
  color: #e4393c;
  font-size: 18px;
}
.already_reply_content .total_box .order_payment {
  margin-top: 20px;
}
.already_reply_content .total_box .order_payment a {
  width: 67px;
  height: 25px;
  line-height: 25px;
  font-size: 12px;
  color: #e4393c;
  display: inline-block;
  margin-left: 35px;
  text-align: center;
}
.already_reply_content .total_box .order_payment a.a_hover {
  font-size: 12px;
  color: #fff;
  background: #e54346 !important;
  border-radius: 3px;
}
/* ======================================== 我的发票-常用发票 分割线 ======================================== */
.my_invoice_title {
  overflow: hidden;
  margin-bottom: 5px;
  padding: 20px 25px;
  background: #fff;
}
.my_invoice_title li {
  float: left;
  margin-right: 30px;
  padding: 0 4px 5px 4px;
  cursor: pointer;
}
.my_invoice_title li.current {
  color: #e4393c;
  border-bottom: 1px solid #e4393c;
  font-weight: bold;
}
.my_invoice_content {
  padding: 30px 50px;
  background: #fff;
}
.my_invoice_content .invoice_title {
  overflow: hidden;
  margin-bottom: 20px;
}
.my_invoice_content .invoice_title strong {
  float: left;
}
#005EA7.my_invoice_content .invoice_title .title_operation {
  float: right;
}
.my_invoice_content .invoice_title .title_operation a {
  display: inline-block;
  margin-left: 25px;
  color: #005ea7;
}
.my_invoice_content .invoice_title .title_operation a.a_selected {
  color: #e4393c;
}
.my_invoice_content p {
  margin-bottom: 20px;
}
.my_invoice_content p a {
  color: #005ea7;
  display: inline-block;
}
/* ======================================== 我的发票-新增发票 分割线 ======================================== */
.add_invoice_title {
  padding: 20px 25px;
  background: #fff;
  margin-bottom: 5px;
}
.add_invoice_content {
  padding: 30px 90px;
  background: #fff;
}
.add_invoice_content p {
  margin-left: 95px;
}
.add_invoice_content .list {
  margin-bottom: 10px;
  height: 30px;
  line-height: 30px;
}
.add_invoice_content .list label {
  margin-left: -7px;
  font-weight: normal;
  text-align: right;
  width: 20%;
}
.add_invoice_content .list label span {
  color: #e4393c;
  font-weight: bold;
}
.add_invoice_content .list input {
  margin: 0px 14px 0 6px;
  width: 228px;
  height: 30px;
  border: solid 1px #ccc;
  text-indent: 4px;
}
.add_invoice_content .list a {
  display: inline-block;
  color: #e4393c;
}
.add_invoice_content .preservation {
  margin: 10px 0 0 174px;
  width: 80px;
  height: 26px;
  line-height: 26px;
  font-size: 12px;
  color: #fff;
  background: #e54346 !important;
}
/* ======================================== 我的发票-开票记录 分割线 ======================================== */
.billing_record_title {
  padding: 20px 25px;
  background: #fff;
  margin-bottom: 5px;
}
.billing_record_title .title_ul {
  overflow: hidden;
}
.billing_record_title .title_ul li {
  float: left;
  margin-right: 30px;
  padding: 0 4px 5px 4px;
  cursor: pointer;
}
.billing_record_title .title_ul li.current {
  color: #e4393c;
  border-bottom: 1px solid #e4393c;
  font-weight: bold;
}
.billing_record_title .title_select .list label {
  margin-right: 15px;
  font-weight: normal;
}
.billing_record_title .title_select .list select {
  margin-right: 25px;
  width: 160px;
  height: 30px;
  border: solid 1px #ccc;
  padding-left: 5px;
}
.billing_record_content {
  padding: 15px 25px;
  background: #fff;
}
.billing_record_content .table_billing {
  border: 1px solid #e5e5e5;
  border-top: none;
}
.billing_record_content .table_billing td {
  line-height: 30px;
}
/* ======================================== 我的积分 分割线 ======================================== */
.my_integral_title {
  padding: 20px 25px 10px 25px;
  background: #fff;
  margin-bottom: 5px;
}
.my_integral_title .integral_ul {
  overflow: hidden;
}
.my_integral_title .integral_ul li {
  float: left;
  padding: 0 40px;
}
.my_integral_title .integral_ul li p {
  color: #e4393c;
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 0;
}
.my_integral_title .integral_ul li.integral_li_border {
  border-right: 1px solid #efefef;
}
.my_integral_title .integral_ul li a {
  width: 90px;
  height: 30px;
  line-height: 30px;
  font-size: 12px;
  color: #fff;
  background: #e54346 !important;
  border-radius: 5px;
  text-align: center;
  margin-top: 20px;
}
.my_integral_content {
  padding: 15px 25px;
  background: #fff;
  overflow: hidden;
}
.my_integral_content .integral_content_ul {
  overflow: hidden;
  margin-bottom: 15px;
}
.my_integral_content .integral_content_ul li {
  float: left;
  margin-right: 30px;
  padding: 0 4px 5px 4px;
  cursor: pointer;
}
.my_integral_content .integral_content_ul li.current {
  color: #e4393c;
  border-bottom: 1px solid #e4393c;
  font-weight: bold;
}
.my_integral_content .table_integral {
  border: 1px solid #e5e5e5;
  border-top: none;
}
.my_integral_content .table_integral td {
  line-height: 30px;
}
/* ======================================== 找回密码 分割线 ======================================== */
body {
  background: #fff;
  font-family: "微软雅黑";
}
.retrieve_password_content {
  width: 1200px;
  margin: 18px auto;
}
.retrieve_password_content .retrieve_header .logo {
  display: inline-block;
  margin-right: 23px ;
  padding-right: 23px ;
  border-right: 1px solid #c0c0c0;
}
.retrieve_password_content .retrieve_header span {
  font-size: 24px;
}
.retrieve_password_content .retrieve_content {
  margin-top: 40px;
  padding: 0 28px 45px 28px;
  border-bottom: 1px solid #e3e3e3;
  overflow: hidden;
}
.retrieve_password_content .retrieve_content .content_left {
  float: left;
  border: 1px solid #e3e3e3;
  text-align: center;
  width: 510px;
  height: 523px;
  line-height: 510px;
  font-size: 65px;
  margin-right: 62px;
}
.retrieve_password_content .retrieve_content .content_right {
  float: left;
}
.retrieve_password_content .retrieve_content .content_right .list {
  width: 442px;
  padding-left: 25px;
  height: 50px;
  line-height: 50px;
  border: 1px solid #e3e3e3;
  margin-bottom: 38px;
}
.retrieve_password_content .retrieve_content .content_right .list label {
  font-size: 16px;
  width: 120px;
  margin-bottom: 0 ;
  font-weight: normal;
}
.retrieve_password_content .retrieve_content .content_right .list input {
  height: 47px;
  width: 280px;
  font-size: 16px;
}
.retrieve_password_content .retrieve_content .content_right .list1 input {
  width: 110px;
}
.retrieve_password_content .retrieve_content .content_right .list1 strong {
  width: 150px;
  height: 46px;
  background-color: #8f8f8f;
  display: inline-block;
  text-align: center;
}
.retrieve_password_content .retrieve_content .content_right .list2 input {
  width: 190px;
}
.retrieve_password_content .retrieve_content .content_right .list2 a {
  display: inline-block;
  color: #ff4c4c;
}
.retrieve_password_content .retrieve_content .content_right .list_mrb {
  margin-bottom: 20px;
}
.retrieve_password_content .retrieve_content .content_right .list-1 input[type="checkbox"] {
  float: left;
  margin-right: 10px;
}
.retrieve_password_content .retrieve_content .content_right .list-1 input[type="button"] {
  width: 100%;
  height: 52px;
  background-color: #ff4c4c;
  text-align: center;
  line-height: 52px;
  color: #fff;
  font-size: 16px;
  margin-top: 30px;
}
/* ======================================== 特价销售 分割线 ======================================== */
.special_offer_content .offer_content {
  width: 1225px;
  margin: 0 auto;
  margin-top: 15px;
  overflow: hidden;
}
.special_offer_content .offer_content .content_left {
  float: left;
  border: 1px solid #E4E4E4;
  width: 196px;
  margin-right: 27px;
  margin-top: 34px;
}
.special_offer_content .offer_content .content_left .sidenav_title {
  height: 44px;
  line-height: 44px;
  padding-left: 27px;
  color: #fff;
  background-color: #FF1B50;
  font-size: 16px;
  font-weight: bold;
}
.special_offer_content .offer_content .content_left .sidenav {
  padding: 13px 22px 0;
}
.special_offer_content .offer_content .content_left .sidenav li {
  font-size: 14px;
  margin-bottom: 15px;
  cursor: pointer;
}
.special_offer_content .offer_content .content_left .sidenav li.current {
  color: #FF1B50;
}
.special_offer_content .offer_content .content_right {
  float: left;
  width: 992px;
}
.special_offer_content .offer_content .content_right .crumbs {
  font-size: 16px;
  margin-bottom: 12px;
}
.special_offer_content .offer_content .content_right .products_list {
  overflow: hidden;
}
.special_offer_content .offer_content .content_right .products_list li {
  width: 238px;
  height: 356px;
  border: 1px solid #EDEDED;
  margin: 0 10px 20px 0;
  float: left;
}
.special_offer_content .offer_content .content_right .products_list li .products_img {
  position: relative;
}
.special_offer_content .offer_content .content_right .products_list li .products_img p {
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 100%;
  height: 19px;
  line-height: 19px;
  text-align: center;
  color: #fff;
  font-size: 14px;
}
.special_offer_content .offer_content .content_right .products_list li .products_img span {
  background-color: #000;
  opacity: 0.38;
  filter: alpha(opacity=38);
  -moz-opacity: 0.38;
  width: 100%;
  height: 19px;
  position: absolute;
  left: 0;
  bottom: 0px;
}
.special_offer_content .offer_content .content_right .products_list li .products_active {
  width: 100%;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-bottom: 1px solid #EDEDED;
  color: #FF1B50;
}
.special_offer_content .offer_content .content_right .products_list li .products_msg {
  width: 100%;
}
.special_offer_content .offer_content .content_right .products_list li .products_msg p {
  height: 29px;
  line-height: 29px;
  padding-left: 17px;
}
.special_offer_content .offer_content .content_right .products_list li .products_msg p span {
  font-size: 12px;
  color: #D9D9D9;
  margin-right: 15px;
}
.special_offer_content .offer_content .content_right .products_list li .products_msg p strong {
  color: #FF1B50;
  font-size: 16px;
}
.special_offer_content .offer_content .content_right .products_list li .products_msg a {
  margin: 0 auto;
  width: 228px;
  height: 30px;
  line-height: 30px;
  color: #fff;
  background-color: #C81623;
  text-align: center;
}
/* ======================================== SMT 分割线 ======================================== */
.smt_content .smt_img {
  margin: 40px auto;
  display: block;
}
.smt_content .product_list_box {
  width: 100%;
  height: 460px;
  background-color: #262424;
  margin: 50px auto 0;
}
.smt_content .product_list_box .cont_title {
  width: 100%;
  text-align: center;
  color: #fff;
  padding: 29px 0;
}
.smt_content .product_list_box .cont_title strong {
  font-size: 30px;
  font-weight: normal;
}
.smt_content .product_list_box .cont_title em {
  width: 74px;
  height: 3px;
  background-color: #fff;
  display: block;
  margin: 8px auto;
}
.product_list_box .product_list_content {
  width: 1106px;
  height: 265px;
  position: relative;
  margin: 0 auto;
}
.product_list_box .product_list_content .product_list_out {
  width: 1106px;
  height: 265px;
  overflow: hidden;
  position: relative;
}
.product_list_box .product_list_content .product_list_out .product_list_ul {
  width: 12000px;
  height: 265px;
  position: absolute;
  left: 0;
}
.product_list_box .product_list_content .product_list_ul li {
  width: 217px;
  height: 265px;
  background-color: #fff;
  float: left;
  margin-right: 5px;
  text-align: center;
}
.product_list_box .product_list_content .product_list_ul li p {
  font-size: 16px;
  margin-top: 20px;
}
.product_list_box .product_list_content .arrow_left {
  width: 42px;
  height: 67px;
  background: url(../../img/smt_arrow_l.png);
  position: absolute;
  left: -60px;
  top: 50%;
  margin-top: -30px;
  cursor: pointer;
  font-size: 40px;
  color: #fff;
  line-height: 60px;
  text-align: center;
}
.product_list_box .product_list_content .arrow_right {
  width: 42px;
  height: 67px;
  background: url(../../img/smt_arrow_r.png);
  position: absolute;
  right: -60px;
  top: 50%;
  margin-top: -30px;
  cursor: pointer;
  font-size: 40px;
  color: #fff;
  line-height: 60px;
  text-align: center;
}
.smt_introduce {
  width: 100%;
  height: 446px;
  background: url(../../img/smt_bottom.jpg) no-repeat left top;
  background-size: 100%;
}
.smt_introduce .cont_title {
  width: 100%;
  text-align: center;
  color:#333333;
  padding: 23px 0;
}
.smt_introduce .cont_title strong {
  font-size: 30px;
  font-weight: normal;
}
.smt_introduce .cont_title em {
  width: 74px;
  height: 3px;
  background-color: #E43F41;
  display: block;
  margin: 8px auto;
}
.smt_introduce .cont_title span {
  color: #E43F41;
}
.smt_introduce p {
  width: 1060px;
  margin: 0 auto;
  font-size: 20px;
  line-height: 35px;
}
/* ======================================== PCB 分割线 ======================================== */
.pcb_content .product_list_box {
  width: 100%;
  height: 460px;
  background-color: #e33738;
  margin: 0 auto;
}
.pcb_content .product_list_box .cont_title {
  width: 100%;
  text-align: center;
  color: #fff;
  padding: 29px 0;
}
.pcb_content .product_list_box .cont_title strong {
  font-size: 30px;
  font-weight: normal;
}
.pcb_content .product_list_box .cont_title em {
  width: 74px;
  height: 3px;
  background-color: #fff;
  display: block;
  margin: 8px auto;
}
.product_list_box .product_list_content {
  width: 1106px;
  height: 265px;
  position: relative;
  margin: 0 auto;
}
.product_list_box .product_list_content .product_list_out {
  width: 1106px;
  height: 265px;
  overflow: hidden;
  position: relative;
}
.product_list_box .product_list_content .product_list_out .product_list_ul {
  width: 12000px;
  height: 265px;
  position: absolute;
  left: 0;
}
.product_list_box .product_list_content .product_list_ul li {
  width: 217px;
  height: 265px;
  background-color: #fff;
  float: left;
  margin-right: 5px;
  text-align: center;
}
.product_list_box .product_list_content .product_list_ul li p {
  font-size: 16px;
  margin-top: 20px;
}
.product_list_box .product_list_content .arrow_left {
  width: 42px;
  height: 67px;
  background: url(../../img/smt_arrow_l.png);
  position: absolute;
  left: -60px;
  top: 50%;
  margin-top: -30px;
  cursor: pointer;
  font-size: 40px;
  color: #fff;
  line-height: 60px;
  text-align: center;
}
.product_list_box .product_list_content .arrow_right {
  width: 42px;
  height: 67px;
  background: url(../../img/smt_arrow_r.png);
  position: absolute;
  right: -60px;
  top: 50%;
  margin-top: -30px;
  cursor: pointer;
  font-size: 40px;
  color: #fff;
  line-height: 60px;
  text-align: center;
}
.pcb_introduce {
  width: 100%;
  height: 446px;
  background-size: 100%;
}
.pcb_introduce .cont_title {
  width: 100%;
  text-align: center;
  color:#333333;
  padding: 23px 0;
}
.pcb_introduce .cont_title strong {
  font-size: 30px;
  font-weight: normal;
}
.pcb_introduce .cont_title em {
  width: 74px;
  height: 3px;
  background-color: #E43F41;
  display: block;
  margin: 8px auto;
}
.pcb_introduce .cont_title span {
  color: #E43F41;
}
.pcb_introduce p {
  width: 1060px;
  margin: 0 auto;
  font-size: 20px;
  line-height: 35px;
}
/* ======================================== 寄存合作 分割线 ======================================== */
.hosting_list_cont {
  width: 1104px;
  height: 301px;
  border: 1px solid #EFEEEC;
  margin: 58px auto;
  background-color: #fff;
  position: relative;
}
.hosting_list_cont .hosting_list_title {
  width: 285px;
  height: 285px;
  background: url(../images/dl.png);
  position: absolute;
  left: -38px;
  top: -27px;
  box-shadow: 2px 2px 15px #F9C2C5;
  text-align: center;
  color: #fff;
}
.hosting_list_cont .hosting_list_title strong {
  font-size: 40px;
  margin-top: 40px;
  display: block;
}
.hosting_list_cont .hosting_list_title p {
  margin: 27px 0;
}
.hosting_list_cont .hosting_list_title a {
  width: 114px;
  height: 41px;
  line-height: 41px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  color: #E74246;
  background-color: #fff;
  margin: 0 auto;
  border-radius: 3px;
}
.hosting_list_cont .list_cont {
  margin-left: 338px;
  margin-top: 50px;
}
.hosting_list_cont .list_cont li {
  width: 375px;
  height: 59px;
  float: left;
  margin-bottom: 30px;
}
.hosting_list_cont .list_cont li .hosting_list_img {
  float: left;
}
.hosting_list_cont .list_cont li .hosting_list_msg {
  float: left;
  padding: 4px 0 0 16px;
}
.hosting_list_cont .list_cont li .hosting_list_msg strong {
  font-size: 20px;
  margin-bottom: 7px;
  display: inline-block;
  color: #616161;
}
.hosting_list_cont .list_cont li .hosting_list_msg p {
  color: #CDCDCD;
  margin: 0;
}
.hos_introduce {
  width: 100%;
  background-size: 100%;
}
.hos_introduce .cont_title {
  width: 100%;
  text-align: center;
  color: #333333;
  padding: 23px 0;
}
.hos_introduce .cont_title strong {
  font-size: 30px;
  font-weight: normal;
}
.hos_introduce .cont_title em {
  width: 74px;
  height: 3px;
  background-color: #E43F41;
  display: block;
  margin: 8px auto;
}
.hos_introduce .cont_title span {
  color: #E43F41;
}
.hos_introduce p {
  width: 1060px;
  margin: 0 auto;
  font-size: 20px;
  line-height: 35px;
}
/* ======================================== 原厂合作分割线 ======================================== */
.fac_introduce p {
  width: 1060px;
  margin: 55px auto;
  font-size: 20px;
  line-height: 35px;
}
/* ======================================== 物流 割线 ======================================== */
.pop_delivery_info .result-list {
  border-top: 0.0625rem solid #e6e6e6;
}
.pop_delivery_info .result-list li {
  display: -webkit-box;
  -webkit-box-align: center;
  overflow: hidden;
  color: #828282;
  border-bottom: 0.0625rem solid #e6e6e6;
}
.pop_delivery_info .result-list li.last {
  color: #ff7800;
}
.pop_delivery_info .result-list li .col1,
.pop_delivery_info .result-list li .col2,
.pop_delivery_info .result-list li .col3 {
  position: relative;
  display: block;
}
.pop_delivery_info .result-list .col3:before {
  content: '';
  position: absolute;
  top: -2rem;
  bottom: -2rem;
  left: -12px;
  border-left: 1px solid #e6e6e6;
}
.pop_delivery_info .result-list .col2 span {
  border: 1px solid #e6e6e6;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -0.5rem;
  width: 1rem;
  height: 1rem;
  background: #FFF;
  z-index: 2;
  color: #e6e6e6;
}
.pop_delivery_info .result-list .last .col2 span {
  border-color: #ff7800;
  color: #ff7800;
}
.pop_delivery_info .result-list .last.finish .col2 span {
  background: #ff0000;
}
.pop_delivery_info .result-list .last.finish .col2 span:before {
  width: 8px;
  height: 4px;
  margin-top: -2px;
  border: 0;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}
.pop_delivery_info .result-list .col2 span:before {
  position: absolute;
  top: 50%;
  left: 50%;
  content: '';
  width: 6px;
  height: 6px;
  margin-top: -2px;
  border-left: 1px solid;
  border-bottom: 1px solid;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}
.pop_delivery_info .result-list.sortup .col2 span:before {
  border: 0;
  border-right: 1px solid;
  border-top: 1px solid;
  margin-top: 2px;
}
.pop_delivery_info .result-list li:first-child .col3:before {
  top: 50%;
}
.pop_delivery_info .result-list li .col1 {
  padding: .625rem;
  text-align: center;
  font-size: .75rem;
  font-weight: bold;
  font-family: Helvetica, Arial, sans-serif;
}
.pop_delivery_info .result-list li .col2 {
  width: 1.25rem;
  position: relative;
}
.pop_delivery_info .result-list li .col3 {
  -webkit-box-flex: 1;
  padding: .625rem;
  font-size: .875rem;
  line-height: 1.375rem;
}
.pop_delivery_info .result-list li .col3 a {
  color: #3278e6!important;
  font-weight: bold;
}
.pop_delivery_info result-list li .col1 dd {
  margin-top: 0.25rem;
}
.pop_delivery_info li.last .sortdown .col2 {
  border: solid 1px #ff7800;
}
.pop_delivery_info .result-list li.last a {
  color: #ff7800;
  font-weight: bold;
}
.pop_delivery_info .result-box .result-btn {
  display: inline-block;
  margin: 1rem .5rem;
  padding: 0 1.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  font-size: 1rem;
  color: #fff!important;
  background-color: #ff7800;
  border-radius: 2px!important;
  border-color: #ff7800 !important;
}
.pop_delivery_info .result-fail {
  padding: 8rem 0 2rem;
  overflow: hidden;
  color: #ff7800;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAUAAAACgCAMAAABKfUWuAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyBpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBXaW5kb3dzIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjBFNENENUY1RDhFNTExRTRCMjI4RTEyMTc5Q0FGMzBGIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjBFNENENUY2RDhFNTExRTRCMjI4RTEyMTc5Q0FGMzBGIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MEU0Q0Q1RjNEOEU1MTFFNEIyMjhFMTIxNzlDQUYzMEYiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MEU0Q0Q1RjREOEU1MTFFNEIyMjhFMTIxNzlDQUYzMEYiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7xYbzNAAAAwFBMVEX09PS/wMTKy83S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") center 2rem no-repeat #ffffff;
  background-size: 10rem 5rem;
}
.pop_delivery_info .result-success p,
.result-fail p {
  line-height: 1.8rem;
  text-align: center;
  font-size: .875rem;
  color: #323232;
}
.pop_delivery_info .result-fail h4 {
  text-align: center;
  font-weight: normal;
}
.pop_delivery_info .result-top {
  border-top: .0625rem solid #e6e6e6;
  border-bottom: 0;
  height: 43px;
  line-height: 43px;
  font-size: 16px;
  color: #5a5a5a;
}
.pop_delivery_info .result-top .col1-down {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAATCAYAAAB2pebxAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OUMwQkY2QjdCMTJCMTFFNkI2NTZBQUYwRTZBRTUyQjQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OUMwQkY2QjhCMTJCMTFFNkI2NTZBQUYwRTZBRTUyQjQiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo5QzBCRjZCNUIxMkIxMUU2QjY1NkFBRjBFNkFFNTJCNCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo5QzBCRjZCNkIxMkIxMUU2QjY1NkFBRjBFNkFFNTJCNCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Prl7Jq4AAACISURBVHjaYvz//z8DpYAJm6Bx5fP/QIwidvny5f9EG2LU8OI/RS4BuSDDV4J874AMSA+RBDEZyTKEEgPghlBiALJ34AakGVMYxeQYAAIslGjGm9joZsi3b9/+U2QIyIC7d++S7xKYAcrKyoxkGYLNAJINQTaAi4uLPEOwGQBOqTQrlEgFAAEGAOZ7OOlzLnU5AAAAAElFTkSuQmCC) 60px 14px no-repeat;
  cursor: pointer;
  width: 6.25rem;
  padding-left: 25px;
  display: inline-block;
}
.pop_delivery_info .result-top .col1-up {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAUCAYAAACAl21KAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QjZCQjk5NjlCMTJEMTFFNjg0NkVEQTY4OTJFRUQwNzUiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QjZCQjk5NkFCMTJEMTFFNjg0NkVEQTY4OTJFRUQwNzUiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpCNkJCOTk2N0IxMkQxMUU2ODQ2RURBNjg5MkVFRDA3NSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpCNkJCOTk2OEIxMkQxMUU2ODQ2RURBNjg5MkVFRDA3NSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PpruX/gAAADGSURBVHjaYvz//z8DNQATA5UACzbBy5cvg5zJqKurCxczrnwOFvvPjrD7XIM4boOghuAEuIKCCd0QZWVlvF5gZERgrF5DMgSk5D9uF+EJbDRDyA9sUgxhZGTEG2twWS4uLgZyAhsl1ggZguqi/5hhBDKAGENgLkJOP2Sn7PONEtTNIhm+Ev8pNmjWWYb/M9c8p8xFMEP+sTHKEMy0uEB6iCTYkP9sjKKZfhJvyHYR1CVaGUBD0L1GqosYkQxETV+DroQECDAAHTBNKtk1K9cAAAAASUVORK5CYII=) 60px 14px no-repeat;
  cursor: pointer;
  width: 6.25rem;
  padding-left: 25px;
  display: inline-block;
}
/*========================= 订单  =====================*/
.order-box .tit {
  background-color: #fff2d1;
  padding: 5px 10px;
  margin-bottom: 20px;
  font-size: 14px;
  color: #777;
}
.order-box .tit span {
  font-size: 12px;
  margin: 0px 10px;
}
.order-box > p {
  margin-bottom: 10px;
  font-size: 12px;
  color: #333;
}
.order-box > h4 {
  margin-bottom: 10px;
  font-size: 14px;
  color: #666;
  font-weight: bold;
}
.order-box > p span {
  display: inline-block;
  width: 80px;
  padding-right: 10px;
  text-align: right;
  color: #666;
}
.order-box > p.mb20 {
  margin-bottom: 20px;
}
.order-box-back .line {
  padding-left: 50px;
  padding-right: 50px;
  border-bottom: 1px solid #d7d7d7;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.order-box-back .line:last-child {
  border-bottom: none 0;
}
.order-box-back .cel {
  line-height: 40px;
  height: 40px;
}
.order-box-back .cel p {
  float: left;
}
.order-box-back .cel p.fr {
  float: right;
}
.order-box-back .cel .p1 {
  width: 300px;
}
.order-box-back .tr {
  text-align: right;
}
.order-box-back textarea {
  width: 100%;
  margin-bottom: 20px;
}
.order-box-back .btn {
  padding: 5px 15px;
  background-color: #e4393c;
  color: #fff;
  display: inline-block;
}
.order-box .my-ui-table tbody > tr > th {
  font-size: 14px;
}
.order-box .my-ui-table td {
  font-size: 12px;
}
/* ================================== 评论 ========================== */
.comment_h img {
  width: 50px !important;
  height: 50px !important;
}
.comment_h td {
  padding: 5px;
  background-color: #f3f3f3;
}
.comment_b {
  font-size: 12px;
  color: #666;
  border-bottom: 1px dotted #f3f3f3;
  margin-bottom: 20px;
}
.comment_b p {
  margin-bottom: 10px;
  margin-top: 10px;
}
.comment_b .tr {
  color: #ccc;
  font-size: 10px;
}
.my-ui-table td a:hover {
  color: #c00;
  background-color: #fff;
  border: 1px solid #c00;
  text-decoration: none;
}
.my-ui-table td .price{width: 100%}
.my-ui-table td .price span{display: inline-block;width: 50%;}
.my-ui-table td .price span:first-child{text-align: right;padding-right:5px}
.my-ui-table td .price span:last-child{text-align: left;padding-left:5px}
.my-ui-table .wrap_price_b{
  margin-top:15px;
  color:#f97b23 !important;
  text-align: right;
}
.title_select a {
  /*新添加样式 shelf_product.html */
  display: inline-block;
  background-color: #c00;
  padding: 0.6em;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin: 0 auto;
  text-align: center;
  width: 5em;
  color: #fff;
  font-size: 12px;
}
.my-ui-table td a {
  /*新添加样式 unaudit_product.html*/
  color: #fff;
  background-color: #c00;
  padding: .6em .3em;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin: .2em 0;
  display: inline-block;
  width: 7em;
  border: 1px solid #c00;
}
.list {
  height: 100%;
  overflow: hidden;
}
.list .l-left {
  float: left;
}
.list .l-right {
  float: right;
}
.list input[type="checkbox"].all-check {
  width: 15px;
  height: 20px;
  margin: 0 auto;
  margin: 0 .5em 0 0;
}
.title_select a.btn {
  width: 6em;
  /*新增样式*/
}
.title_select a.btn:hover {
  /*新增样式*/
  background-color: #fff;
  color: #c00;
  border: 1px solid #c00;
  text-decoration: none;
}
.my-ui-table {
  font-size: 12px;
  /*新增加样式*/
}
.my-ui-table th,
.table3 th {
  font-size: 14px;
  /*新增加样式*/
}
.btn:hover {
  background-color: #fff;
  color: #c00;
  border: 1px solid #c00;
}
.title_select .add,
.title_select .del {
  padding: .7em .3em;
  border: 1px solid #60a2f1;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-color: #60a2f1;
  color: #fff;
  margin: 0 0.3em;
  width: 6em;
}
.title_select .add:hover,
.title_select .del:hover {
  background-color: #fff;
  color: #60a2f1;
  border: 1px solid #60a2f1;
}
.title_select a:hover {
  /*新增样式*/
  background-color: #fff;
  color: #c00;
  border: 1px solid #c00;
  text-decoration: none;
}
.title_select .search_form{
  width: 80%;
  margin:0px auto;
}
.title_select .search_form .control{
  width: 220px;display: inline-block;text-align: right;
}

/*按钮图标尺寸*/
.icon-new-del:before,
.icon-new-sj:before,
.icon-new-xj:before,
.icon-new-bj:before,
.icon-new-kssz:before,
.icon-add:before,
.icon-goodsManage:before {
  margin-right: .2em;
  font-size: 14px;
  font-weight: bolder;
}
.icon-red-add:before,
.icon-reduce:before {
  margin-right: .5em;
}
.btn-search:before,.btn-clear:before{
  font-size: 14px;
  margin-right: .3em;
}
.icon-publish-purchase:before {
  /*图标  待审核订单 编辑*/
  font-size: 18px;
  margin: 0 0.3em 0 0;
}
/*scene 还剩多少时间*/
.time-color {
  color: #ff0808;
}
.uc-bd.pocket-money {
  background-color: #fbfafa;
  margin: 1.5em 0;
  height: 260px;
  border: 1px solid #efefef;
}
.uc-bd.pocket-money .pocket-inner {
  padding: 2em 0 2em 2em;
}
.uc-bd.pocket-money .pocket-inner > h3 {
  padding: .7em 1.5em;
}
.uc-bd.pocket-money .pocket-inner > h3 span:nth-child(1) {
  font-size: 20px;
  font-weight: 400;
  color: #333333;
  width: 140px;
  display: inline-block;
}
.uc-bd.pocket-money .pocket-inner > h3 .icon-asset-center {
  margin: 0 .4em 0 1.5em;
  color: #cc0000;
  font-size: 18px;
}
.uc-bd.pocket-money .pocket-inner > h3 a {
  padding: 0 .1em;
  color: #60a2f1;
}
.uc-bd.pocket-money .pocket-inner > h3 p {
  display: inline-block;
}
.uc-bd.pocket-money #new-canvas {
  border-left: 1px dashed #ccc;
  padding: 0 0 0 3.5em;
}
/*unsettle_order.html 未结算订单*/
.un-amount,
.un-receivable {
  /*金额*/
  font-size: 14px;
  color: #c00;
}
.un-refund {
  /*退货订单金额*/
  font-size: 14px;
  color: #3A97CB;
}
.un-balance {
  /*未结算*/
}
.icon-asset-center:before,
.icon-coupon:before,
.icon-quote:before,
.icon-wait:before {
  margin-right: .3em;
}
/*已结算订单明细*/
.my-ui-table td {
  line-height: normal;
  font-size: 12px;
}
input[type="submit"]:enabled {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  width: 6em;
}
.icon-1003 {
  /*未处理*/
  font-size: 14px;
  color: #B5A7A5;
}
.icon-cat-247 {
  /*已完成*/
  color: #3a88cb;
}
.icon-help1 {
  /*未完成*/
  color: #a8a6a9;
}
/*settle_order_detail*/
.list-detail {
  clear: both;
  padding: 1em;
  margin-top: -20px;
  border-bottom: 3px double #D9D9D9;
}
.list-detail .inner-detail {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px dashed #cdcdcd;
  padding: 2em 3em;
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px #d4d4d4;
  -moz-box-shadow: 0 0 10px #d4d4d4;
  box-shadow: 0 0 10px #d4d4d4;
  margin: 0 0 1.5em 0;
  z-index: 1;
  position: relative;
  overflow: hidden;
}
.list-detail .inner-detail .icon-help1:before {
  z-index: -999;
  position: absolute;
  font-size: 130px;
  right: 10px;
  bottom: -30px;
  color: #aee0ff;
}
.list-detail .inner-detail .icon-editsup:before {
  z-index: -999;
  position: absolute;
  font-size: 80px;
  right: 10px;
  bottom: -15px;
  color: #aee0ff;
}
.list-detail .detail-title {
  display: inline-block;
  width: 7em;
  font-size: 14px;
  padding: .2em;
  color: #9d9d9d;
}
.list-detail .detail-body {
  color: #333;
}
/*order_detail.html*/
.order-detail-wrap {
  overflow: hidden;
  padding: 1em;
  margin: -15px 0 0 0;
}
.order-detail-wrap .order-detail-inner {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px dashed #cdcdcd;
  padding: 2em 5em;
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px #d4d4d4;
  -moz-box-shadow: 0 0 10px #d4d4d4;
  box-shadow: 0 0 10px #d4d4d4;
  margin: 0 0 .5em 0;
  clear: both;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.order-detail-wrap .order-detail-inner h4 {
  margin-bottom: 1em;
  font-size: 16px;
}
.order-detail-wrap .order-detail-inner p {
  font-size: 12px;
  color: #333;
  padding: 0.4em 0;
}
.order-detail-wrap .order-detail-inner p span {
  font-size: 14px;
  color: #9d9d9d;
  margin-right: 2em;
}
.order-detail-wrap .order-detail-inner .icon-rapid_distribution:before {
  z-index: -999;
  position: absolute;
  font-size: 130px;
  right: 10px;
  bottom: -30px;
  color: #aee0ff;
}
/*scene 首页面部分*/
/*买家现场中间表格部分*/
.table > tbody > tr > th,
.table > tbody > tr > td {
  text-align: center;
  vertical-align: middle;
  border: 0px;
  border-top: 1px solid #ccc;
  margin: 0.5em;
}
.table > tbody > tr > td,
.table > tbody > tr > td:nth-child(2) {
  font-size: 12px;
}
/*买家现场标题*/
.panel-heading.head-cont {
  font-size: 18px;
  border: 0px;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 1px solid #c00;
  padding: 0;
}
.panel-heading p {
  border-bottom: 2px solid #c00;
  padding: 6px 0px;
  width: 4em;
}
.nav-tabs.tab-hover {
  margin: 0 0 2em 0;
}
/*按钮*/
.pager {
  margin: 3em 0;
}
.pager .previous > a,
.pager .next > a {
  float: none;
}
.nav.nav-tabs {
  font-size: 14px;
  margin: 2em 0 2em 0;
}
/*表单*/
.wait {
  color: #ddb205;
}
.icon-myenquiry.icon-chanege {
  font-size: 12px;
  color: #c00;
}
.icon-coupon.icon-chanege,
.icon-process8.icon-chanege {
  font-size: 16px;
  padding: 0 0.2em;
}
.icon-reduce.icon-chanred {
  font-size: 12px;
  color: #c00;
}
/*按钮*/
.btn-f {
  background-color: #c00;
  color: #fff;
  border: 1px solid #c00;
  padding: 0.4em 0.1em;
  border-radius: 5px;
  margin: 0.1em 0;
  width: 10em;
}
.btn-f:hover {
  background-color: white;
  color: #c00;
}
.btn-t {
  border: 1px solid #c00;
  padding: 0.4em 0.1em;
  border-radius: 5px;
  margin: 0.1em 0;
  width: 10em;
  background-color: #c00;
  color: #fff;
}
.btn-t:hover {
  background-color: white;
  color: #c00;
}
.btn-s,
.btn-ss {
  background-color: white;
  border: 1px groove #c00;
  padding: 0.4em 0.1em;
  border-radius: 5px;
  margin: 0.1em 0;
  color: #c00;
  width: 4em;
  vertical-align: middle;
}
.btn-s:hover,
.btn-ss:hover {
  background-color: #c00;
  color: #fff;
}
/*弹出框*/
.table.table-chang td {
  border: 0 solid #000;
  border-bottom: 3px solid #c00;
  padding: 1em 0;
}
.table.table-changer td {
  border: 0 solid #000;
  padding: 0.5em 0;
}
.table.table-changer tr:nth-child(3) {
  border-bottom: 3px solid #c00;
}
.hide-btnf {
  width: 50%;
  background-color: #fefefe;
  position: absolute;
  z-index: 1000;
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  display: none;
}
.hide-btnf .table {
  margin-bottom: 0;
}
.hide-btnt {
  width: 50%;
  background-color: #fefefe;
  position: absolute;
  z-index: 1000;
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  display: none;
}
.hide-btnt .table {
  margin-bottom: 0;
}
.ha {
  position: relative;
}
/*新订单*/
.icon-notice.icon-frist {
  color: #c00;
}
.icon-notice.icon-ddd {
  color: #ddd;
  font-size: 35px;
}
.table.table-striped:nth-child(3) tr > td {
  padding: 3em 0;
}
/*当前位置  分页*/
.breadcrumb {
  padding: 8px 0;
}
/*header 和 侧边栏 样式*/
/*顶部导航条*/
.navbar-brand {
  background-image: url(../images/logo.png);
  width: 120px;
  background-size: 85%;
  background-repeat: no-repeat;
  background-position: center center;
}
.navbar-right.right-font li > a {
  font-size: 12px;
  color: #333;
}
.navbar-right.right-font li > a:hover {
  text-decoration: underline;
  color: #cc0000;
}
.container.cont-middle {
  background-color: rgba(244, 243, 243, 0.4);
  margin-top: 10px;
}
/*middle-first 入驻商信息*/
.col-md-3.middle-first {
  line-height: 146px;
  text-align: center;
}

.middle-second li {
  border: 0;
  background-color: rgba(244, 243, 243, 0);
  list-style: none;
  font-size: 14px;
  color: #333;
  padding: 0.4em 0;
}
.list-group.middle-second {
  margin: 2em 1em;
}
/*商户右边*/
.cont-th,
.cont-thl {
  width: 90%;
  height: 90px;
  text-align: right;
  margin: 2em 0.5em;
  color: #ccc0b3;
  font-size: 12px;
}
.cont-th img,
.cont-thl img{padding:0.4em 0em;}
.cont-th a,
.cont-thl a{
  color: #cc7678;
  text-decoration: underline;
}
/*分页导航*/
.breadcrumb {
  background-color: rgba(0, 0, 0, 0);
  margin: 1em 0;
}
.breadcrumb li {
  font-size: 12px;
  color: #333;
}
.breadcrumb .title{color: #c00;text-decoration: underline;}
.pub_frame{padding: 1px 65px;background-color: #fbfafa;margin: 1em 0;}
.pub_submit{padding: 0.4em 2em;margin: 2em 0em 0;width: 13em !important;}
/*<!--侧边导航栏-->*/
.cont-pay {
  background-color: rgba(205, 205, 205, 0.1);
  border: 1px solid rgba(205, 205, 205, 0.4);
  margin-top: 22px;
}
.panel.panel-default {
  border-color: rgba(0, 0, 0, 0);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0);
  background-color: rgba(205, 205, 205, 0);
  margin-bottom: 0;
}
.panel-heading.head-font {
  font-size: 14px;
  color: #333;
  background-color: rgba(0, 0, 0, 0);
}
.panel-heading.head-font > span {
  font-size: 1px;
}
.body-clear {
  padding: 0;
  border: 0px;
  background-color: rgba(205, 205, 205, 0);
}
.list-group,
.list-group li {
  /*取消标题间的空隙*/
  margin-bottom: 0;
}
.list-group li > a {
  border-bottom: 1px dashed #ccc;
  padding: 0.5em 0em;
  margin: 0 2em;
  font-size: 12px;
  color: #333;
}
.list-a.list-b a {
  /*最后一行取消下划线*/
  border-bottom: 0px dashed #ccc;
}
.list-group-item.list-a {
  border: 0px solid #000;
  background-color: rgba(205, 205, 205, 0);
  padding: 7px 15px;
}
.list-group-item.list-a:nth-child(1) {
  border: 0px solid #000;
}
/*字体图标*/
.icon-frist {
  font-size: 35px;
  padding: 0.3em 0;
}
.icon-second {
  font-size: 35px;
  color: #c00;
}
.panel-heading.head-cont {
  font-size: 18px;
  border: 0px;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 1px solid #c00;
  padding: 0;
  margin: 0 0 1em 0;
}
.panel-heading p {
  border-bottom: 2px solid #c00;
  padding: 6px 0px;
  width: 4em;
}
/*我的信息*/
a.btn.brand {
  margin-right: .5em;
  background-color: #60a2f1;
}
a:hover.btn.brand {
  color: #fff;
  background-color: #60a2f1;
  border: 1px solid #60a2f1;
}
/*edit_info.html 修改信息*/
.webuploader-pick {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
div.c00-change{margin: .2em 0 .5em 14em;}
div.c00-change input{width: 400px!important;}
#add.btn.icon-red-add {
  padding: .65em 1em;
  font-size: 12px;
  margin-left: 2em;
}
.select-change {
  width: 88px;
  padding: 4px 0;
}
/*order_detail.html*/
.order-detail-wrap {
  overflow: hidden;
  padding: 1em;
  margin: -15px 0 0 0;
}
.order-detail-wrap .order-detail-inner {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px dashed #cdcdcd;
  padding: 2em 5em;
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px #d4d4d4;
  -moz-box-shadow: 0 0 10px #d4d4d4;
  box-shadow: 0 0 10px #d4d4d4;
  margin: 0 0 .5em 0;
  clear: both;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.order-detail-wrap .order-detail-inner h4 {
  margin-bottom: 1em;
  font-size: 16px;
}
.order-detail-wrap .order-detail-inner p {
  font-size: 12px;
  color: #333;
  padding: 0.4em 0;
}
.order-detail-wrap .order-detail-inner p span {
  font-size: 14px;
  color: #9d9d9d;
  margin-right: 2em;
}
.order-detail-wrap .order-detail-inner .icon-rapid_distribution:before {
  z-index: -999;
  position: absolute;
  font-size: 130px;
  right: 10px;
  bottom: -30px;
  color: #aee0ff;
}
/*order_refund 退货售后*/
.my_order_content .products .img.fl.order-cont > a,
.my_order_content .products2 .img.fl.order-cont > a {
  background-color: transparent;
  border: 0;
}
.my_order_content .products .model.fl.order-cont a,
.my_order_content .products2 .model.fl.order-cont a {
  width: auto;
  background-color: transparent;
  border: 0;
  display: inline-block;
  line-height: 28px;
}
.c01.c01-change {
  color: #fff!important;
}
.c01.c01-change:hover {
  color: #c00!important;
}
/*index.html 首页*/
/*middle-first 入驻商信息*/
.middle-first img {
  /*margin: 2em 1.5em;*/
}
.middle-second li {
  border: 0;
  background-color: rgba(244, 243, 243, 0);
  list-style: none;
  font-size: 14px;
  color: #333;
  padding: 0.4em 0;
}
.list-group.middle-second {
  margin: 2em 1em;
}
/*合作商信息*/
.panel-default.cont-payy {
  background-color: rgba(205, 205, 205, 0.1);
  border: 1px solid rgba(205, 205, 205, 0.4);
  margin: 0 0.2em 0 0;
  padding: 0.1em 0 1.5em 1.5em;
  height: 280px;
  border-right-style: dashed;
}
.panel-heading.head-title {
  /*标题部分*/
  font-size: 16px;
  color: #333;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(205, 205, 205, 0);
}
.list-group.list-change,
.list-group.list-change li {
  /*取消标题间的空隙*/
  margin-bottom: 0;
}
.list-group.list-change li {
  border-bottom: 0 dashed #ccc;
  padding: 0;
  margin: 0 0.5em;
  font-size: 14px;
  color: #333;
}
.list-change .list-group-item.list-a {
  padding: 0.3em 2em;
}
.list-change .list-group-item.list-a img {
  width: 10%;
}
/*未读消息*/
.cont-pay-last {
  background-color: rgba(205, 205, 205, 0.1);
  border: 1px solid rgba(205, 205, 205, 0.4);
  padding: 5.5em 2em;
  height: 280px;
  border-left-style: dashed;
}
.cont-pay-last a {
  display: block;
  font-size: 12px;
  color: #333;
}
.cont-pay-last a:hover {
  color: #c00;
  text-decoration: none;
}
.list-group.cont-pay-img {
  text-align: center;
}
.list-a img {
  width: 30%;
}
/*margin-top 顶部空隙*/
.index-col4 {
  margin-top: 1.5em;
}
/*字体图标*/
.icon-frist {
  font-size: 35px;
  padding: 0.3em 0;
}
.icon-second {
  font-size: 35px;
  color: #c00;
}
/*响应式 小于760*/
@media screen and (max-width: 760px) {
  .list-change .list-group-item.list-a img {
    width: 30px;
  }
  .panel-default.cont-payy {
    background-color: rgba(205, 205, 205, 0.1);
    border: 1px solid rgba(205, 205, 205, 0.4);
    margin: 0;
    padding: 3em 0 1.5em 1.5em;
    height: 280px;
  }
}
/*order_refund_detail 售后信息*/
.fr.tr.pd20 {
  margin-top: 5em;
  border-top: 1px dashed #d7d7d7;
  padding: 2em 0 0 10em;
}
.fr.tr.pd20 .price {
  width: 6em;
  display: inline-block;
  margin: .2em 0;
  font-size: 16px;
}
/*point.html*/
.icon-reduce.change-red {
  font-size: 12px;
  color: #017e16;
}
.icon-red-add.change-red {
  font-size: 12px;
  color: #c00;
}
/*message 消息中心*/
/*消息中心 时间轴*/
.mess-table {
  padding: 1em 2em;
  display: inline-block;
  text-align: center;
}
.mess-table .mess-tbody {
  margin-left: 12em;
  width: 70%;
  display: inline-block;
  border-left: 8px solid #c00;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border-right: 0;
  padding: 2em 0;
}
.mess-table .mess-tbody .circle {
  width: 15px;
  height: 15px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  top: 38%;
  left: -43px;
  border: 1px solid #cdcdcd;
}
.mess-table .mess-tbody .mess-title {
  font-size: 14px;
  text-align: left;
  clear: both;
  padding: .5em 1.6em;
  position: relative;
}
.mess-table .mess-tbody .mess-title span.posi-icon {
  position: relative;
  display: inline-block;
  width: 7em;
  top: 0;
  left: 24px;
}
.mess-table .mess-tbody .mess-title .icon-email:before {
  margin-right: .4em;
  font-weight: bold;
}

.mess-table .mess-tbody .mess-content {
  font-size: 12px;
  padding: .5em 2em;
  text-align: left;
}
.mess-table tr {
  margin: 1.5em 0;
  display: inline-block;
  border: 1px solid #cdcdcd;
  width: 90%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.mess-table tr > td {
  position: relative;border:0px !important;
}
.mess-table tr > td:before {
  content: "";
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-right: 12px solid #ccc;
  top: 35%;
  left: -12px;
  position: absolute;
}
.mess-table tr > td:after {
  content: "";
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 11px solid #fff;
  top: 37%;
  left: -10px;
  position: absolute;
}
.mess-table tr span {
  position: absolute;
  top: 35%;
  left: -150px;
}
@media screen and (max-width: 1200px) {
  .mess-table .mess-tbody .circle {
    width: 15px;
    height: 15px;
    left: -38px;
  }
}
@media screen and (max-width: 990px) {
  .mess-table .mess-tbody .circle {
    left: -28px;
  }
}
/*personal.html*/
.personal-change {
  color: #c00 !important;
  border: 0;
  text-decoration: underline;
}
.personal-change:hover {
  color: #ff6600 !important;
  border: 0;
  text-decoration: underline;
}
#myBrandlist .brand {
  position: relative;
  margin-right: .5em;
  background-color: #60a2f1;
  padding: .4em 1.2em;
  z-index: 1;
}
#myBrandlist .brand>.brand_del{
  opacity: 0;
  text-align: center;
  position: absolute;
  right: 1px;
  top: 1px;
  width: 12px;
  height: 12px;
  line-height: 8px;
  border-radius: 50%;
  font-size: 12px;
  color:#60a2f1 ;
  background-color:#f1f1f1;
  z-index: 0;
}
#myBrandlist .brand:hover>.brand_del{
  opacity: 0.7;
  text-align: center;
  position: absolute;
  right: 1px;
  top: 1px;
  width: 12px;
  height: 12px;
  line-height: 8px;
  border-radius: 50%;
  font-size: 12px;
  color:#60a2f1 ;
  background-color:#f1f1f1;
  z-index: 5;
}

/*quiry pop*/
.alert {padding:0px;}
.pd20 .shopcart_pop {padding: 5px 0;}
.pop_inquiry2  dl,.pop_inquiry  dl{width: 500px;margin: 0 auto;}
.pop_inquiry2  dl:after,.pop_inquiry  dl:after{clear: both;overflow: hidden;}
.pop_inquiry2  dl:before,.pop_inquiry  dl:before{content: "";display: table;}
.pop_inquiry2  dl:after,.pop_inquiry  dl:after{content: "";display: table;}
.pop_inquiry2  dt,.pop_inquiry  dt{width:40%;float:left;text-align: right;line-height: 33px}
.pop_inquiry2 dd,.pop_inquiry dd{width:60%;float:left;line-height: 33px}
.pd20 .shopcart_pop span,
.pd20 .shopcart_pop input{width: 200px;}
.shopcart_pop p {
  margin: 20px 0 0 0;
  text-align: center;
}
.slideTxtBox2 {
  margin: 40px auto;
  width: 900px;
  min-height: 600px;
}
.slideTxtBox2 .hd .b1{color: #999;margin-top: 10px}
.slideTxtBox2 .hd .b2{font-size: 12px;color: #999; margin-bottom: 10px}
.slideTxtBox2 .hd {margin-bottom: 30px;}
.slideTxtBox2 .hd .icon-process1{height: 60px;display: inline;font-size: 16px;color: #999;}
.slideTxtBox2 .hd span {
  display: inline-block;
  width: 125px;
  margin: 0 70px;
  height: 30px;
  color: #999;
  cursor: pointer;
}

.slideTxtBox2 .hd .t2 {
  display: inline-block;
}

.slideTxtBox2 .hd span.on {
  background-position: 0 -120px;
  color: #fff;
}

.slideTxtBox2 .hd .t2.on {
  background-position: -120px -120px;
}

.slideTxtBox2 li {
  zoom: 1;
  border: 1px solid #d7d7d7;
}

.slideTxtBox2 .itm1 {
  padding: 15px 15px;
}

.slideTxtBox2 .itm1 .btn {
  padding: 4px 25px;
}

.slideTxtBox2 .uploadify-button-text {
  background-color: #c00;
  color: #fff;
  display: inline-block;
  padding: 0 25px;
}

.slideTxtBox2 .uploadify {
  float: right;
}

.slideTxtBox2 .itm1 strong {
  font-size: 20px;
  font-weight: normal;
}

.slideTxtBox2 .info {
  color: #333;
  font-size: 12px;
  line-height: 24px;
  margin-bottom: 30px;
}

.slideTxtBox2 .itm2 {
  padding: 15px 30px;
}

.slideTxtBox2 .itm2 .left {
  float: left;
}

.slideTxtBox2 .itm2 .right {
  float: right;
}

.slideTxtBox2 .itm2 textarea {
  width: 370px;
  padding: 15px;
  height: 300px;
  outline: none;
  resize: none;
  border: 1px solid #d7d7d7;
}

.slideTxtBox2 .itm2 .btnbox {
  margin-top: 20px;
  text-align: right;
}

.slideTxtBox2 .itm2 .btnbox .b1 {
  border: 1px solid #c00;
  background-color: #fff;
  color: #c00;
  padding: 4px 15px;
  margin-right: 20px;
  cursor: pointer;
}

.slideTxtBox2 .itm2 .btnbox .b2 {
  border: 1px solid #c00;
  background-color: #c00;
  color: #fff;
  padding: 4px 15px;
  cursor: pointer;
}/*pub-success.html 新增样式  开始*/
.fr.m-col-main .success_see {
  display: block;
  background: url("/Public/Home/v18/images/pub_success.png") no-repeat;
  width: 500px;
  height: 350px;
  background-size: 100% 100%;
  margin: 20px auto;
}
/*pub-success.html 新增样式  结束*/
.lgwid .inp {
  width: 98%;
}
.lgwid .list {
  height: 40px;

}
.lgbox.clearfix.lgbox-change {
  background: url("../images/s_login.jpg") center center no-repeat;
  padding: 50px auto;
}
.lgbox.clearfix.lgbox-change .lgwid {
  background-color: transparent;
  padding: 50px 35px 0;
}
.registered_content.register_content_back {
  background: url("../images/register_businessman.jpg") 100% 100% no-repeat;
}
.registered_content.register_content_back .right.fl.register_content_inner {
  background-color: rgba(255, 255, 255, 0.7);
  padding: 30px 40px 30px 20px;
  -webkit-box-shadow: 0px 2px 3px #ececec;
  -moz-box-shadow: 0px 2px 3px #ececec;
  box-shadow: 0px 2px 3px #ececec;
  text-align: center;
}
.registered_content.register_content_back .right.fl.register_content_inner .form_content .inp {
  width: 230px;
}
.registered_content.register_content_back .right.fl.register_content_inner .form_content .inp2 {
  width: 130px;
}
.registered_content.register_content_back .right.fl.register_content_inner .form_content .yz {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-left: 5px;
  width: 90px;
}
.registered_content.register_content_back .right.fl.register_content_inner .form_content.pl90 input {
  width: 90%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.registered_content.register_content_back .right.fl.register_content_inner .form_content.pl90.turn-right {
  margin-right: 54px;
}
.explain_nav {
  background-color: rgba(205, 205, 205, 0.1);
  border: 1px solid rgba(205, 205, 205, 0.4);
  margin-top: 22px
}
.explain_nav .list-group li > a{margin: 15px 12px;}
.explain_nav .list-group li > a:hover{
  color: #c00;
}
.explain_nav .panel-heading{
  padding: 20px 5px 10px 5px;
  border-top: 1px solid #ddd;
}
.explain_nav .panel-heading.head-font{
  border-top: 1px solid #ddd;
  border-bottom: 1px solid transparent;
  margin-top: -2px;
}
.explain_nav .list-group li:last-child > a {
  border-bottom: 1px dashed transparent;
}
.explain_wrap .explain_inner{
  background-color: #fbfafa;
  padding: 35px 55px;
}
/******************************  询价报价   *********************************/
.over_center a {text-align: center}
.quiry-container {position: relative}
.quiry-container *:before,*:after{-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
.quiry-container .table_wrap {border: 1px solid #ddd;margin-bottom: 16px;position: relative;padding-bottom: 13px;}
.quiry-container .table {border: 0px solid #ddd;border-collapse: collapse;margin-bottom: 12px;}
.quiry-container .table tbody {border: 0px;}
.quiry-container .table tr {border: 0px;}.quiry-container .table th {border: 0px;}
.quiry-container .table td {border: 0px;text-align: left;padding: 4px;line-height: 1.42857143;}

.quiry-container .table .pt20{padding-left: 50px}
.quiry-container .table .invalid .rowhead {background-color: #e0e0e0!important;}
.quiry-container .table .invalid .rowhead span {color: #fff;padding-right: 10px}
.quiry-container .table .rowhead {
  text-align: left;
  background-color: #db2a31;
  border-bottom-right-radius: 15px;
  border-top-left-radius: 15px;
  border: 1px solid #fff;
  font-size: 12px;
  border-top: 5px solid #fff;
  border-left: 5px solid #fff;
  margin: -6px 0 0 -6px;
  padding: 8px 5px;
  display: inline-block;
  width: 465px;
  position: absolute;
}
.quiry-container .table .rowhead span {color: #fff;padding: 0 3px}
.quiry-container .table .rowhead span.tdcolor {color: #eeffc6}
.quiry-container .table .rowhead span.overtime_green {color: #78ff57;font-size: 10px}
.quiry-container .table .rowhead span.time-color {color: #a6ffc6;font-size: 10px;}
.quiry-container .table .rowhead1{background: #fff;width: 300px}
.quiry-container .table .rowhead2{background: #fff;}
.quiry-container .table .valid .overtime-label,
.quiry-container .table .valid .overtime-label2 {background-color: #c00}
.quiry-container .table .valid .overtime-label:before,
.quiry-container .table .valid .overtime-label2:before {background-color: #c00}
.quiry-container .table .invalid .overtime-label:before,
.quiry-container .table .invalid .overtime-label2:before {background-color: #e0e0e0}
.quiry-container .table .valid .icon-Sales, .quiry-container .table .valid .icon-reduce {color: #c00}
.quiry-container .table .invalid .overtime-label, .quiry-container .table .invalid .overtime-label2 {background-color: #e0e0e0}
.quiry-container .table .invalid .icon-Sales, .quiry-container .table .invalid .icon-reduce {color: #666 !important}
.quiry-container .table .valid .overtime-label,
.quiry-container .table .invalid .overtime-label{
  height: 10px;width: 25px;
  display: block;position: relative;top: 3px;left: 0;background-color: transparent;
}
.quiry-container .table .valid .overtime-label2,
.quiry-container .table .invalid .overtime-label2 {
  height: 15px;width: 25px;
  display: block;position: relative;top: 3px;left: 0;background-color: transparent;
}
.quiry-container .table .valid .overtime-label:before,
.quiry-container .table .invalid .overtime-label:before {
  font-size: 15px;position: absolute;top: 9px;left: 0;color: #fff;
  width: 28px;height: 76px;text-align: center;padding: 14px 0;white-space: pre;line-height: 16px;
}
.quiry-container .table .valid .overtime-label2:before,
.quiry-container .table .invalid .overtime-label2:before{
  font-size: 15px;position: absolute;top: 14px;left: 0;color: #fff;
  width: 28px;height: 76px;text-align: center;padding: 14px 0;white-space: pre;line-height: 16px;
}
.quiry-container .table .valid .overtime-label:after,
.quiry-container .table .invalid .overtime-label:after {
  content: "";position: absolute;top: 70px;left: 0;
  border-right: 15px solid transparent;border-left: 14px solid transparent;border-bottom: 16px solid #fff;
}
.quiry-container .table .valid .overtime-label2:after,
.quiry-container .table .invalid .overtime-label2:after{
  content: "";position: absolute;top: 75px;left: 0;
  border-right: 15px solid transparent;border-left: 14px solid transparent;border-bottom: 16px solid #fff;
}
.quiry-container .overtime-label:before {content: "买\A家"}
.quiry-container .overtime-label2:before {content: "卖\A家"}
.quiry-container .icon-time:before {margin-right: 3px}
.quiry-container .icon-Sales:before {font-size: 18px;margin-right: 5px}
.quiry-container .overtime_line{border-bottom:1px #ddd solid;margin: 0 auto;width: 96%;}
.quiry-container .status .c01{color:#2dccff !important;}