@charset "utf-8";
/*
Template Name: Corshop Theme
Template URI: http://www.corshop.cn/
Description: Corshop Theme
Version: 1.0
Author: CorTeam
Author URI: http://www.corshop.cn/
Logo filename: logo.gif
*/ 
/* ====================
     公共样式
==================== */
body {
  font-size: 12px;
  font-family: "Microsoft Yahei", Arial, Helvetica, sans-serif;
  color: #333333;
  background: #f8f8f8;
}
h1, h2, h3, h4, h5, h6, ul, li, dl, dt, dd, form, img, p, div, body {
  margin: 0;
  padding: 0;
  border: none;
  list-style-type: none;
}
em, i, u {
  font-style: normal;
}
a {
  color: #666666;
  text-decoration: none;
}
a:hover {
  color: #d70c19;
  text-decoration: none;
}
.hidden {
  overflow: hidden;
}
.f_l {
  float: left;
}
.f_r {
  float: right;
}
.tl {
  text-align: left;
}
.tc {
  text-align: center;
}
.tr {
  text-align: right;
}
.dis {
  display: block;
}
.inline {
  display: inline;
}
.none, .hide {
  display: none !important;
}
.hidden {
  overflow: hidden;
}
.dashed {
  color: #3f3f3f;
  padding: 2px 0 3px 12px;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
* html .clearfix {
  height: 1%;
}
* + html .clearfix {
  height: 1%;
}
.cor_captcha {
  text-transform: uppercase;
}
.cor_captcha_img {
  cursor: pointer;
}
/*英文强制换行*/
.word {
  word-break: break-all;
}
.inputText {
  border: 1px solid #ddd;
  padding: 6px 8px;
  background-color: transparent;
}
.inputTextarea {
	border: 1px solid #ddd;
	padding: 6px 8px;
	background-color: transparent;
	height: 100px;
	width: 304px;
	resize: none;
}
/*字体颜色*/
.f1 {
  color: #d70c19;
}
.f2 {
  color: #d70c19;
  font-weight: bold;
  margin-right: 15px;
}
.f3 {
  color: #9e9e9e;
}
.f4 {
  color: #F00;
}
.f4_b {
  color: #F00;
  font-weight: bold;
}
.f5 {
  font-size: 14px;
  font-weight: bold;
}
.f6 {
  color: #d70c19;
}
.f6:hover {
  color: #333;
}
.f5e {
  color: #d70c19;
  margin-right: 3px;
}
.market {
  font-size: 14px;
  text-decoration: line-through;
}
.shop {
  color: #d70c19 !important;
  font-size: 14px;
  font-weight: 600;
}
.market_s {
  text-decoration: line-through;
}
.shop_s {
  color: #d70c19 !important;
}
.border_b0 {
  border-bottom: 0px !important;
}
/*按钮部分*/
input[type="text"] {
  outline: none;
}
input[type="submit"], input[type="button"] {
  outline: none;
  cursor: pointer;
  border: 0px;
}
input[type="button"]:hover {
  opacity: .8;
  filter: alpha(opacity=80);
}
textarea {
  font-family: "Microsoft Yahei", Arial, Helvetica, sans-serif;
}
.btn_css {
  color: #fff;
  border: none;
  padding: 0 15px;
  height: 28px;
  line-height: 28px;
  cursor: pointer;
  background: #d70c19;
  font-size: 14px;
  vertical-align: middle;
  outline: none;
}
.btn_css:hover {
  background: #d70c19;
}
.btnCss {
  width: 100%;
  color: white;
  height: 38px;
  line-height: 38px;
  border-radius: 5px;
  font-size: 14px;
  cursor: pointer;
  outline: none;
  border: 0px;
  background-color: #d70c19;
}
.btnCss:hover {
  opacity: 0.8;
}
.pay_btn {
  color: #fff;
  border: none;
  padding: 0 15px;
  height: 28px;
  line-height: 28px;
  cursor: pointer;
  background: #d70c19;
  font-size: 14px;
  vertical-align: middle;
}
.pay_btn:hover {
  background: #d70c19;
}
/*滚动条*/
::-webkit-scrollbar-button {
  display: none;
}
::-webkit-scrollbar {
  width: 10px;
  height: 10px;
  overflow: hidden;
  background: #FFFFFF;
}
::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background-color: #999;
  background: rgba(0, 0, 0, 0.4);
}
/*页面留白*/
.blank, .blank10 {
  height: 10px;
  line-height: 10px;
  clear: both;
  visibility: hidden;
}
.blank5 {
  height: 5px;
  line-height: 5px;
  clear: both;
  visibility: hidden;
}
.blank15 {
  height: 15px;
  line-height: 15px;
  clear: both;
  visibility: hidden;
}
.blank20 {
  height: 20px;
  line-height: 20px;
  clear: both;
  visibility: hidden;
}
.blank30 {
  height: 30px;
  line-height: 30px;
  clear: both;
  visibility: hidden;
}
.blank40 {
  height: 40px;
  line-height: 40px;
  clear: both;
  visibility: hidden;
}
.blank50 {
  height: 50px;
  line-height: 50px;
  clear: both;
  visibility: hidden;
}
.blank60 {
  height: 60px;
  line-height: 60px;
  clear: both;
  visibility: hidden;
}
/*布局*/
.block {
  width: 1200px;
  margin: 0 auto;
}
.AreaL {
  width: 220px;
  float: left;
}
.AreaR {
  width: 965px;
  float: right;
}
/*表格细线*/
.tb1 {
  border-collapse: collapse;
}
.tb1 td, .tb1 th {
  background: white;
  padding: 5px 10px;
  border: 1px solid #DDD;
}
/* 通用radio */
label.COR_RADIO {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  overflow: hidden;
  vertical-align: middle;
  margin-right: 5px;
  cursor: pointer;
}
label.COR_RADIO input[type="radio"] {
  width: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  left: -9999px;
}
label.COR_RADIO em {
  padding: 5px 0 5px 20px;
  background: url("../images/cor_radio.png") no-repeat center left;
}
label.COR_RADIO em.checked {
  background: url("../images/cor_radio_hover.png") no-repeat center left;
}
/* 通用checkbox */
label.COR_CHECKBOX {
  cursor: pointer;
}
label.COR_CHECKBOX em {
  padding: 5px 0 5px 20px;
  background: url("../images/cor_checkbox.png") no-repeat center left;
}
label.COR_CHECKBOX.checked em {
  background: url("../images/cor_checkbox_hover.png") no-repeat center left;
}
label.COR_CHECKBOX input[type="checkbox"] {
  width: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  left: -9999px;
}
/* 通用下拉 */
.COR_SELECT {
  height: 34px;
  line-height: 34px;
  border: 1px solid #d5d5d5;
  background: #FFF;
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: inline-block;
}
.COR_SELECT select {
  width: 100%;
  height: 34px;
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  *position: relative;
  left: 0;
  top: 0;
  z-index: 4;
}
.COR_SELECT .COR_SELECT_TEXT {
  height: 34px;
  margin: 0 25px 0 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.COR_SELECT .COR_SELECT_ARROWS {
  width: 25px;
  height: 34px;
  position: absolute;
  right: 0;
  top: 0;
  background: url("../images/cor_select.png") no-repeat center;
  z-index: 3;
}
/* 图片上传开始 */
.upload_box {
  display: inline-block;
  *zoom: 1;
  *display: inline;
  margin-right: 15px;
}
.upload_box .upload_preview {
  width: 120px;
  padding: 3px;
  border: 1px solid #dfdfdf;
  overflow: hidden;
  display: none;
}
.upload_box .upload_preview .upload_preview_box {
  width: 100%;
  min-height: 20px;
  position: relative;
  z-index: 1;
}
.upload_box .upload_preview .upload_preview_box .upload_img {
  width: 100%;
}
.upload_box .upload_preview .upload_preview_box .upload_img img {
  width: 100%;
}
.upload_box .upload_preview .upload_preview_box .upload_del {
  width: 100%;
  height: 20px;
  line-height: 20px;
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 0;
  text-align: center;
  color: #FFF;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.5);
}
.upload_box .upload_btn_box {
  overflow: hidden;
}
.upload_box .upload_btn_box .upload_btn {
  height: 30px;
  line-height: 30px;
  border: 1px solid #dcdcdc;
  cursor: pointer;
  padding: 0 16px 0 30px;
  background: url(../images/upload_btn.png) no-repeat 12px center;
}
.upload_on .upload_preview {
  display: block;
}
.upload_on .upload_btn_box {
  display: none;
}
/* 多图上传 */
.multiple_box {
}
.multiple_box .upload_btn_box {
  float: left;
}
.multiple_box .upload_text {
  float: left;
  margin-left: 10px;
  line-height: 32px;
}
.multiple_box .upload_image {
  clear: both;
  overflow: hidden;
}
.multiple_box .upload_image ul {
  font-size: 0;
  *word-spacing: -1px /*IE6、7*/;
  width: 400px;
  margin-top: 15px;
}
.multiple_box .upload_image ul li {
  vertical-align: top;
  letter-spacing: normal;
  word-spacing: normal;
  display: inline-block;
  *display: inline /*IE7*/;
  text-align: center;
  width: 62px;
  height: 62px;
  margin-right: 16px;
  border: solid 1px #E6E6E6;
  position: relative;
  z-index: 1;
  *zoom: 1;
}
.multiple_box .upload_image ul li .upload_thumb {
  line-height: 0;
  background-color: #FFF;
  text-align: center;
  vertical-align: middle;
  display: table-cell;
  *display: block;
  width: 60px;
  height: 60px;
  padding: 1px;
  position: relative;
  z-index: 1;
}
.multiple_box .upload_image ul li .upload_thumb img {
  max-width: 60px;
  max-height: 60px;
  margin-top: expression(60-this.height/2);
  *margin-top: expression(30-this.height/2); /*IE6,7*/
}
.multiple_box .upload_image ul li .upload_thumb .upload_del {
  font-size: 11px;
  line-height: 16px;
  color: #C8C8C8;
  background-color: #FFF;
  text-align: center;
  width: 16px;
  height: 16px;
  border: solid 1px #D7D7D7;
  border-radius: 9px;
  position: absolute;
  z-index: 1;
  top: -9px;
  right: -9px;
  -webkit-text-size-adjust: none;
}
.multiple_box .upload_image ul li .upload_thumb .upload_del:hover {
  color: #FFF;
  text-decoration: none;
  background-color: #d70c19;
  border-color: #d70c19;
}
/* 图片上传结束 */
/*  弹出层样式 */
.layer-cor .layui-layer-btn .layui-layer-btn0 {
  border-color: #d70c19;
  background-color: #d70c19;
  color: #fff;
}
/* 通用表单 */
.cor_form {
  width: 100%;
}
.cor_form dl {
  padding: 8px 0;
  overflow: hidden;
}
.cor_form dl dt {
  width: 120px;
  padding: 0 5px;
  text-align: right;
  float: left;
  line-height: 30px;
}
.cor_form dl dt span {
  padding: 0 0 0 10px;
  background: url(../images/icon_required.png) no-repeat left center;
}
.cor_form dl dd {
  margin-left: 130px;
}
.cor_form dl dd .input_text {
  padding: 0 10px;
  height: 28px;
  line-height: 28px;
  border: 1px solid #dedede;
}
.cor_form dl dd .input_textarea {
  padding: 5px 8px;
  line-height: 20px;
  border: 1px solid #dedede;
}
.cor_form dl dd .input_submit {
  height: 36px;
  line-height: 36px;
  color: #fff;
  font-size: 14px;
  background: #d70c19;
  overflow: hidden;
  cursor: pointer;
  border: 0;
  margin-right: 10px;
  padding: 0 15px;
}
.cor_form dl dd p {
  line-height: 30px;
}
.cor_form dl dd .link {
  color: #666;
  margin-left: 5px;
}
.cor_form dl dd .link:hover {
  color: #d70c19;
}
.cor_form dl dd label.COR_RADIO {
  margin-top: 5px;
}
/* 弹出窗口 */
.posForm {
  overflow: hidden;
  padding: 10px 0;
}
.posForm dl {
  overflow: hidden;
  padding: 5px 0;
}
.posForm dl dt {
  float: left;
  width: 125px;
  padding-right: 20px;
  line-height: 30px;
  text-align: right;
}
.posForm dl dd {
  overflow: hidden;
  margin-left: 145px;
}
.posForm dl dd span.tips {
  color: #f00;
  line-height: 30px;
  display: inline-block;
}
.posForm dl dd input.text {
  float: left;
  width: 260px;
  height: 28px;
  line-height: 28px;
  padding: 0 5px;
  border: solid 1px #dedede;
  margin-right: 10px;
}
.posForm dl dd textarea.textarea {
  float: left;
  width: 260px;
  height: 60px;
  line-height: 20px;
  padding: 4px 5px;
  border: solid 1px #dedede;
  margin-right: 10px;
}
.posForm dl dd .COR_SELECT {
  float: left;
  margin-right: 10px;
  height: 28px;
  line-height: 28px;
}
.posForm dl dd .COR_SELECT select, .posForm dl dd .COR_SELECT .COR_SELECT_TEXT, .posForm dl dd .COR_SELECT .COR_SELECT_ARROWS {
  height: 28px;
}
.posForm dl dd p {
  line-height: 30px;
}
/* 通用表格 */
.cor_table {
  width: 100%;
  border-collapse: collapse;
  overflow: hidden;
}
.cor_table tr .left {
  text-align: left;
}
.cor_table tr .right {
  text-align: right;
}
.cor_table tr a {
  color: #777;
  margin: 0 5px;
}
.cor_table tr a:hover {
  color: #d70c19;
}
.cor_table tr th {
  background: #f5f5f5;
  line-height: 20px;
  padding: 10px 8px;
  font-weight: normal;
  font-size: 13px;
}
.cor_table tr th.first, .cor_table tr th.end {
  width: 14px;
}
.cor_table tr td {
  padding: 15px 8px;
  border-bottom: 1px solid #e5e5e5;
  text-align: center;
  line-height: 25px;
}
.cor_table tr td.first, .cor_table tr td.end {
  width: 14px;
  border-bottom: 1px solid #ffffff;
}
.cor_table tr td.empty {
  padding: 25px;
  font-size: 13px;
}
.cor_table tr td span.plus {
  color: #6ab500;
}
.cor_table tr td span.minus {
  color: #d70c19;
}
.cor_table tr td .input_text {
  padding: 0 5px;
  text-align: center;
  height: 28px;
  line-height: 28px;
  border: 1px solid #dedede;
}
.cor_table tr td .no_read {
  vertical-align: middle;
}
.cor_table tr td .no_read font {
  display: none;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background: #d70c19;
}
.cor_table tr td .no_read font.show {
  display: inline-block;
}
/* 通用详情表格 */
.cor_table_view {
  overflow: hidden;
}
.cor_table_view.pd0 {
  padding: 0;
}
.cor_table_view table {
  width: 100%;
  border-collapse: collapse;
}
.cor_table_view tr .left {
  text-align: left;
}
.cor_table_view tr .right {
  text-align: right;
}
.cor_table_view tr .center {
  text-align: center;
}
.cor_table_view tr th, .cor_table_view tr td {
  border: 1px solid #e5e5e5;
  padding: 10px 15px;
  line-height: 22px;
}
.cor_table_view tr th {
  font-weight: normal;
  background: #f5f5f5;
  text-align: left;
}
/* 系统提示 */
.sys_message {
  padding: 50px;
  text-align: center;
  line-height: 30px;
  overflow: hidden;
  border: 1px dashed #dddddd;
}
.sys_message dl dt {
  color: #d70c19;
  font-size: 18px;
}
.sys_message dl dd {
  margin-top: 10px;
}
.sys_message dl dd a {
  margin: 0px 10px;
  font-size: 13px;
}
/*  基础CSS 结束 */
/**************************  首页 开始 **************************/
.headerBox {
  width: 100%;
  min-width: 1200px;
}
.headerBox .headerTop {
  width: 100%;
  background: #f9f9f9;
  border-bottom: 1px solid #f1f1f1;
}
.headerBox .topBox {
  width: 1200px;
  line-height: 36px;
  margin: 0 auto;
}
.headerBox .topBox .leftBox {
  width: 580px;
  height: 36px;
  padding-right: 20px;
  color: #767676;
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.headerBox .topBox .rightBox {
  max-width: 600px;
  float: right;
}
.headerBox .topBox .rightBox span {
  display: block;
  float: left;
}
.headerBox .topBox .rightBox span a {
  color: #d70c19;
  margin-right: 12px;
}
.headerBox .topBox .rightBox dl {
  background: url(../images/index_icon_1.jpg) no-repeat left center;
  float: left;
}
.headerBox .topBox .rightBox dl dt {
  padding: 0 20px;
  background: url(../images/index_icon_1.jpg) no-repeat right center;
  float: left;
}
.headerBox .topBox .rightBox dl dd {
  color: #666;
  padding-left: 18px;
  margin-left: 20px;
  background: url(../images/index_icon_2.png) no-repeat left center;
  float: left;
}
.headerMid {
  width: 1200px;
  padding: 36px 0 24px;
  margin: 0 auto;
  overflow: hidden;
}
.logo {
  width: 130px;
  height: 52px;
  padding-top: 2px;
  float: left;
}
.headerMid dl.name {
  width: 250px;
  padding: 0 8px 0 20px;
  margin: 4px 0 0 18px;
  background: url(../images/index_icon_3.jpg) no-repeat left center;
  float: left;
}
.headerMid dl.name dt {
  height: 28px;
  line-height: 28px;
  color: #222241;
  font-size: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.headerMid dl.name dd {
  height: 22px;
  line-height: 22px;
  color: #8888a5;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.headerMid .searchBox {
  width: 580px;
  float: left;
}
.headerMid .searchBox .search {
  width: 580px;
  overflow: hidden;
}
.headerMid .searchBox .search .text {
  width: 400px;
  height: 36px;
  line-height: 36px;
  padding: 0 12px 0 36px;
  border: 2px solid #e6e6e6;
  border-right: none;
  background: url(../images/index_icon_4.png) no-repeat 13px center;
  float: left;
  outline: none;
}
.headerMid .searchBox .search .text::-webkit-input-placeholder {
  color: #999;
}
.headerMid .searchBox .search .submit {
  width: 130px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  background: #d70c19;
  font-size: 16px;
  float: left;
  outline: none;
}
.submit {
  border: none;
  cursor: pointer;
}
.submit:hover {
  opacity: .9;
  filter: alpha(opacity=90);
}
.headerMid .searchBox ul {
  width: 580px;
  overflow: hidden;
}
.headerMid .searchBox ul li {
  line-height: 36px;
  margin-right: 10px;
  float: left;
}
.headerMid .searchBox ul li a:hover {
  color: #d70c19;
}
.headerMid dl.catBox {
  padding: 2px;
  background: #f7f7f7;
  float: right;
}
.headerMid dl.catBox dt {
  width: 52px;
  height: 36px;
  background: url(../images/index_icon_6.png) #fff no-repeat center center;
  position: relative;
  float: left;
}
.headerMid dl.catBox dt span {
  display: block;
  width: 24px;
  height: 24px;
  line-height: 22px;
  text-align: center;
  background: url(../images/index_icon_5.png) no-repeat center center;
  color: #fff;
  position: absolute;
  left: 14px;
  top: -16px;
}
.headerMid dl.catBox dd {
  width: 120px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  font-size: 13px;
  overflow: hidden;
  float: left;
}
.headerMid dl.catBox dd a {
  padding-right: 14px;
  background: url(../images/index_icon_7.png) no-repeat right center;
}
.headerDown {
  border-bottom: 2px solid #d70c19;
}
.headerDown .downBox {
  width: 1200px;
  margin: 0 auto;
}
.headerDown .classifyMenu {
  width: 226px;
  position: relative;
  z-index: 999;
  float: left;
}
.classifyMenu .menuTitle {
  width: 170px;
  height: 40px;
  line-height: 40px;
  padding: 2px 28px 0;
  color: #fff;
  background: #d70c19;
  font-size: 16px;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.headerDown ul.nav {
  width: 964px;
  height: 42px;
  padding-left: 10px;
  overflow: hidden;
  float: left;
}
.headerDown ul.nav li {
  line-height: 42px;
  font-size: 16px;
  padding: 0 32px;
  position: relative;
  float: left;
}
.headerDown ul.nav li a {
  color: #333;
}
.headerDown ul.nav li a:hover {
  color: #d70c19;
}
.headerDown ul.nav li.on a {
  color: #d70c19;
}
.headerDown ul.nav li span {
  display: none;
}
.headerDown ul.nav li.hot span {
  display: block;
  width: 20px;
  height: 12px;
  background: url(../images/index_icon_8.png) no-repeat center center;
  position: absolute;
  right: 10px;
  top: 5px;
}
.indexBox {
  width: 100%;
  min-width: 1200px;
  background: #f7f7f7;
}
.indexBox .index_box {
  width: 960px;
  padding: 15px 0 0 240px;
  margin: 0 auto;
}
.indexBox .indexTop {
  width: 960px;
}
.classifyMenu .menuSon {
  display: none;
  width: 226px;
  padding: 15px 0;
  border-top: 2px solid #d70c19;
  background: #fff;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .1);
  position: absolute;
  left: 0;
  top: 42px;
}
.classifyMenu .menuSon li:hover {
  background: #f1f1f1;
}
.classifyMenu:hover .menuSon {
  display: block;
}
.index .classifyMenu .menuSon {
  display: block;
}
.classifyMenu .menuSon li .top {
  height: 49px;
  line-height: 49px;
  font-size: 13px;
  padding: 0 5px 0 35px;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.classifyMenu .menuSon li .top a {
  color: #333;
}
.classifyMenu .menuSon li .top a:hover {
  color: #d70c19;
}
.classifyMenu .menuSon li .top span {
  display: block;
  width: 18px;
  height: 18px;
  line-height: 18px;
  position: absolute;
  left: 12px;
  top: 15px;
}
.classifyMenu .menuSon li .top span img {
  width: 18px;
  height: 18px;
}
.indexTop .bannerBox {
  float: left;
}
.indexTop .noticeInformation {
  width: 202px;
  height: 363px;
  background: #fff;
  box-shadow: 0 0 1px 0px rgba(0, 0, 0, .1);
  float: right;
}
.indexTop .noticeInformation .top {
  width: 202px;
  padding-top: 22px;
  overflow: hidden;
}
.indexTop .noticeInformation .top span {
  display: block;
  width: 55px;
  height: 55px;
  margin: 0 12px 0 28px;
  float: left;
}
.indexTop .noticeInformation .top span img {
  width: 55px;
  height: 55px;
  border-radius: 50%;
}
.indexTop .noticeInformation .top font {
  display: block;
  width: 102px;
  height: 25px;
  line-height: 25px;
  padding: 15px 5px 0 0;
  color: #666;
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.indexTop .noticeInformation dl dt {
  height: 40px;
  line-height: 20px;
  color: #d70c19;
  text-align: center;
  padding-top: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.indexTop .noticeInformation dl dd {
  width: 180px;
  padding: 10px 0 30px;
  margin: 0 auto;
  overflow: hidden;
}
.indexTop .noticeInformation dl dd a {
  display: block;
  width: 70px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  border: 1px solid #d70c19;
  color: #d70c19;
  margin: 0 9px;
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.indexTop .noticeInformation dl dd a.a1 {
  color: #fff;
  background: #d70c19;
}
.indexTop .noticeInformation dl dd a:hover {
  opacity: .8;
  filter: alpha(opacity=80);
}
.indexTop .noticeInformation .infoHd {
  border-top: 1px solid #f2f2f2;
  height: 35px;
}
.indexTop .noticeInformation .infoHd ul {
  width: 125px;
  padding-top: 10px;
  /*margin: 0 auto;*/
  overflow: hidden;
  float: left;
}
.indexTop .noticeInformation .infoHd font {
  display: block;
  height: 25px;
  line-height: 25px;
  padding-top: 10px;
  float: right;
  margin-right: 5px;
}
.indexTop .noticeInformation .infoHd font a {
  padding-right: 20px;
  color: #999;
  background: url(../images/index_icon_29.png) no-repeat right center;
}
.indexTop .noticeInformation .infoHd ul li {
  width: 50px;
  padding: 0 5px;
  height: 24px;
  line-height: 24px;
  float: left;
  text-align: center;
}
.indexTop .noticeInformation .infoHd ul li.on {
  background: url(../images/index_icon_26.jpg) no-repeat center bottom;
}
.indexTop .noticeInformation .infoHd ul li a {
  color: #222;
}
.indexTop .noticeInformation .infoHd ul li a:hover {
  color: #d70c19;
}
.indexTop .noticeInformation .infoHd ul li.on a {
  color: #d70c19;
}
.indexTop .noticeInformation .info {
  display: none;
}
.indexTop .noticeInformation .info ul {
  padding: 16px 16px 0;
  height: 120px;
  overflow: hidden;
}
.indexTop .noticeInformation .info ul li {
  height: 30px;
  line-height: 30px;
  padding-left: 10px;
  background: url(../images/index_icon_27.png) no-repeat left center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.indexTop .noticeInformation .info ul li a {
  color: #777;
}
.indexTop .noticeInformation .info ul li a:hover {
  color: #d70c19;
}
.indexRecommend {
  margin-top: 15px;
  width: 960px;
  background: #fff;
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, .1);
}
.indexRecommend .recommend {
  width: 435px;
  padding: 16px 25px 20px 20px;
  float: left;
}
.indexRecommend .title {
  width: 435px;
  line-height: 30px;
  overflow: hidden;
}
.indexRecommend .title span {
  display: block;
  height: 30px;
  font-size: 16px;
  padding-left: 14px;
  background: url(../images/index_icon_28.jpg) no-repeat left center;
  float: left;
}
.indexRecommend .title font {
  display: block;
  height: 30px;
  float: right;
}
.indexRecommend .title font a {
  padding-right: 20px;
  color: #999;
  background: url(../images/index_icon_29.png) no-repeat right center;
}
.indexRecommend .title font a:hover {
  color: #d70c19;
}
.indexRecommend .listBox {
  height: 117px;
  overflow: hidden;
}
.indexRecommend .list {
  width: 410px;
  padding: 24px 18px 0 7px;
  overflow: hidden;
}
.indexRecommend .list span {
  display: block;
  margin-right: 20px;
  float: left;
}
.indexRecommend .list span a {
  display: block;
  width: 80px;
  height: 80px;
  padding: 2px 18px;
  border: 1px solid #e0e0e0;
}
.indexRecommend .list span a img {
  width: 80px;
  height: 80px;
}
.indexRecommend .list dl {
  width: 272px;
  margin-top: -3px;
  float: left;
}
.indexRecommend .list dl dt {
  height: 20px;
  line-height: 20px;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.indexRecommend .list dl dd {
  height: 66px;
  line-height: 22px;
  color: #888;
  padding-top: 10px;
  overflow: hidden;
}
.indexRecommend .hd {
  height: 12px;
  padding-top: 30px;
  text-align: center;
}
.indexRecommend .hd ul {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.indexRecommend .hd ul li {
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: url(../images/index_icon_30.png) no-repeat center center;
  cursor: pointer;
  float: left;
}
.indexRecommend .hd ul li.on {
  background: url(../images/index_icon_31.png) no-repeat center center;
}
.footerBox {
  width: 100%;
  min-width: 1200px;
  box-shadow: 0 -1px 1px 0 rgba(0, 0, 0, .1);
}
.footerBox .footerTop {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}
.footerBox .footerTop ul {
  width: 1320px;
  overflow: hidden;
}
.footerBox .footerTop ul li {
  width: 330px;
  padding: 38px 0;
  float: left;
}
.footerBox .footerTop ul li span {
  display: block;
  width: 45px;
  height: 45px;
  padding: 0 15px 0 45px;
  float: left;
}
.footerBox .footerTop ul li span img {
  width: 45px;
  height: 45px;
}
.footerBox .footerTop ul li font {
  display: block;
  width: 105px;
  height: 25px;
  line-height: 25px;
  font-size: 16px;
  font-weight: bold;
  padding-top: 10px;
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.footerMid {
  width: 1200px;
  padding: 26px 0 40px;
  margin: 0 auto;
  border-top: 1px solid #ececec;
  overflow: hidden;
}
.footerMid .footerLogo {
  width: 216px;
  padding-top: 15px;
  float: left;
}
.footerMid .footerLogo span {
  display: block;
  padding-left: 40px;
  width: 130px;
  height: 52px;
}
.footerMid .footerLogo span img {
  width: 130px;
  height: 52px;
}
.footerMid .footerLogo font {
  display: block;
  padding: 10px 0 0 24px;
  height: 30px;
  line-height: 30px;
  color: #707077;
  font-size: 16px;
  font-family: cursive;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.footerMid dl {
  width: 122px;
  padding-left: 124px;
  float: left;
}
.footerMid dl dt {
  height: 42px;
  line-height: 42px;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.footerMid dl dd {
  height: 28px;
  line-height: 28px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.footerCollection {
  width: 100%;
  border-top: 1px solid #f1f0f0;
  background: #f7f7f7;
}
.footerCollection ul {
  width: 1200px;
  text-align: center;
  padding: 22px 0;
  margin: 0 auto;
}
.footerCollection ul li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  line-height: 24px;
  padding: 0 18px 0 16px;
  background: url(../images/footer_icon_5.jpg) no-repeat right center;
}
.footerCollection ul li.last {
  background: none;
}
.footerCollection ul li a {
  color: #7a7a7a;
}
.footerCollection ul li a:hover {
  color: #d70c19;
}
.footerDown {
  width: 100%;
  background: #5a5a5a;
  padding: 28px 0 40px;
  text-align: center;
}
.footerDown p {
  width: 1200px;
  margin: 0 auto;
  line-height: 24px;
  color: #c9c9c9;
}
.footerDown p span {
  padding: 4px 0 4px 25px;
  background: url(../images/footer_icon_6.png) no-repeat left 2px;
}
.footerDown p a {
  color: #c9c9c9;
}
.footerDown p a:hover {
  color: #fff;
}
.footerDown ul {
  width: 1200px;
  padding-top: 18px;
  margin: 0 auto;
  height: 33px;
}
.footerDown ul li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin: 0 16px;
  height: 33px;
}
.footerDown ul li img {
  height: 33px;
}
.sideFloat {
  position: fixed;
  left: 50%;
  top: 75%;
  margin: -108px 0 0 620px;
  z-index: 999;
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, .1);
}
.sideFloat span {
  display: block;
  background: #fff;
  cursor: pointer;
  width: 42px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  color: #949494;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.sideFloat ul li a {
  display: block;
  width: 42px;
  height: 42px;
  background: #fff;
  border-top: 1px solid #e5e5e5;
}
.sideFloat ul li a.goTop {
  background: url(../images/index_icon_36.png) repeat left top;
  margin-top: 0;
}
.sideFloat ul li a.goTop:hover {
  opacity: .9;
  filter: alpha(opacity=90);
}
.sideFloat ul li a i {
  display: block;
  width: 22px;
  height: 22px;
  margin: 0 auto;
  padding-top: 10px;
}
.sideFloat ul li a i img {
  width: 22px;
  height: 22px;
}
/**************************  首页 结束 **************************/
/**************************  BOM配单 开始 **************************/
.picTop {
  width: 100%;
  min-width: 1200px;
  height: 343px;
  background-position: center top;
  background-repeat: repeat-x;
  position: relative;
}
.picTop .bg {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/bom_icon_1.png) repeat left top;
  position: absolute;
  left: 0;
  top: 0;
}
.picTop .info {
  width: 1200px;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -53px 0 0 -600px;
  z-index: 2;
}
.picTop .info .top {
  height: 40px;
  line-height: 40px;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.picTop .info .top span {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  font-size: 34px;
  padding-right: 30px;
  background: url(../images/bom_icon_2.png) no-repeat right top;
  font-weight: bold;
}
.picTop .info .top font {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  font-size: 24px;
  padding-right: 15px;
  background: url(../images/bom_icon_3.png) no-repeat right bottom;
}
.picTop .info ul {
  padding-top: 32px;
}
.picTop .info ul li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  line-height: 31px;
  color: #e0e1e5;
  font-size: 16px;
  padding: 0 24px;
}
.picTop .info ul li span {
  display: block;
  width: 31px;
  height: 31px;
  float: left;
}
.picTop .info ul li span img {
  width: 31px;
  height: 31px;
}
.picTop .info ul li font {
  display: block;
  height: 31px;
  padding-left: 8px;
  float: left;
}
.mainBox {
  width: 100%;
  min-width: 1200px;
  background-color: white;
}
.bg_f8{
  background-color: #F8F8F8 !important;
}
.bom_formBox {
  width: 1200px;
  margin: -55px auto 0;
  position: relative;
  z-index: 8;
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, .1);
}
.bom_formBox .bomLeft {
  width: 444px;
  height: 423px;
  padding: 42px 78px 0;
  background: #F8FCFF;
  overflow: hidden;
  float: left;
}
.bom_formBox h4 {
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.bom_formBox .bomLeft .handleBox {
  width: 416px;
  padding: 8px 10px 8px 16px;
  border: 1px solid #C4C4C4;
  margin-top: 24px;
  background: #fff;
  overflow: hidden;
}
.bom_formBox .bomLeft .handleBox textarea {
  width: 416px;
  height: 60px;
  line-height: 20px;
  padding: 0;
  border: 0;
  outline: none;
  float: left;
  font-size: 12px;
  resize: none;
}
.bom_formBox .bomLeft .handleBox textarea::-webkit-input-placeholder {
  color: #adadad;
}
.bom_formBox .bomLeft .handleBox a {
  display: block;
  width: 75px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  background-color: #d70c19;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  float: right;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.bom_formBox .bomLeft .handleBox a:hover {
  opacity: .9;
  filter: alpha(opacity=90);
}
.bom_formBox .bomLeft .tips {
  height: 24px;
  line-height: 24px;
  padding: 4px 0 10px;
  overflow: hidden;
  font-size: 13px;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #38393B;
}
.bom_formBox .bomLeft .tips span {
  color: #d70c19;
  padding-right: 3px;
}
.bom_formBox .bomLeft .bomTitle {
  width: 444px;
  line-height: 40px;
  background: rgb(218, 218, 218);
  overflow: hidden;
}
.bom_formBox .bomLeft .bomTitle span {
  display: block;
  width: 186px;
  padding: 0 18px;
  height: 40px;
  color: #6b6b6b;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  float: left;
  font-weight: bold;
}
.bom_formBox .bomLeft .bomInfo {
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  max-height: 144px;
  overflow: hidden;
}
.bom_formBox .bomLeft .bomInfo ul li {
  width: 442px;
  line-height: 35px;
  border-bottom: 1px solid #e5e5e5;
  background: url(../images/bom_icon_11.jpg) repeat-y center top;
  overflow: hidden;
}
.bom_formBox .bomLeft .bomInfo span {
  display: block;
  width: 183px;
  padding: 0 18px;
  height: 35px;
  font-size: 13px;
  color: #6b6b6b;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  float: left;
}
.bom_formBox .bomLeft p {
  padding-top: 14px;
}
.bom_formBox .bomRight {
  width: 475px;
  height: 423px;
  padding: 42px 62px 0 63px;
  background: #fff;
  color: #666;
  overflow: hidden;
  float: left;
}
.bom_formBox .bomRight .upload {
  margin-top: 24px;
  width: 475px;
  height: 283px;
  background: rgb(255, 255, 255);
  border: 1.5px dashed rgb(215, 12, 25);
  border-radius: 3px;
  position: relative;
  z-index: 1;
  cursor: pointer;
}
.bom_formBox .bomRight .upload .downloadTemplate{
  display: block;
  height: 43px;
  line-height: 43px;
  text-align: center;
  color: white;
  padding: 0px 25px;
  background-color: #d70c19;
  margin-left: 22px;
  border-radius: 5px;
  font-size: 14px;
  position: absolute;
  top: 98px;
  right: 75px;
  z-index: 3;
}
.bom_formBox .bomRight .upload .downloadTemplate:hover{
  background-color: #FF8000;
}
.bom_formBox .bomRight .upload .downloadTemplate span {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding-left: 25px;
  background: url(../images/icon_download.png) no-repeat left center;
}
.bom_formBox .bomRight .upload .upload-file {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  cursor: pointer;
  outline: none;
  font-size: 0;
}
.bom_formBox .bomRight .upload dl {
  padding-top: 98px;
  font-size: 14px;
  text-align: center;
}
.bom_formBox .bomRight .upload dl dt {
  width: 160px;
  height: 43px;
  line-height: 43px;
  text-align: center;
  background-color: #d70c19;
  font-size: 14px;
  color: white;
  border-radius: 5px;
  /*margin-left: 80px;*/
  margin: 0 auto;
}
.bom_formBox .bomRight .upload dl dt:hover {
  opacity: 0.8;
}
.bom_formBox .bomRight .upload dl dt span {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding-left: 27px;
  background: url(../images/icon_upload.png) no-repeat left center;
}
.bom_formBox .bomRight .upload dl dd {
  height: 24px;
  line-height: 24px;
  padding-top: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.bom_formBox .bomRight .upload .file {
  width: 100%;
  height: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 0;
}
.bom_formBox .bomRight p {
  height: 25px;
  line-height: 25px;
  padding-top: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #979797;
}
/**************************  BOM配单 结束 **************************/
/**************************  产品列表页 开始 **************************/
.position {
  width: 1200px;
  height: 56px;
  line-height: 56px;
  color: #777;
  margin: 0 auto;
  overflow: hidden;
}
.position a {
  color: #777;
}
.position a:hover {
  color: #d70c19;
}
.goods_listBox {
  width: 1200px;
  margin: 0 auto;
}
.goods_listBox .goods_listBox_left{
	width: 226px;
	float: left;
}
.goods_listBox .goods-tipsBox{
	background: #fff9ee;
	border: 1px solid #ffda93;
	padding: 23px 15px 12px 15px;
	position: relative;
	margin-top: 15px;
	box-shadow: 3px 3px 8px #ededed;
}
.goods_listBox .goods-tipsBox ul li {
  padding: 3px 0;
  line-height: 20px;
  color: #555;
  padding-left: 9px;
  background: url(../images/list_icon_8.png) no-repeat left 13px;
}
.goods_listBox .goods-tipsBox span {
  display: block;
  width: 31px;
  height: 31px;
  background: url(../images/icon_tips.png) no-repeat center center;
  position: absolute;
  left: -1px;
  top: -1px;
}
.goods_listBox .goodsCatalog {
  
  border: 1px solid #e5e5e5;
  background-color: white;
  box-shadow: 0px 0px 5px rgba(0,0,0,.1);
}
.goods_listBox .goodsCatalog h4 {
  height: 45px;
  line-height: 45px;
  font-size: 17px;
  color: #fff;
  padding: 0 10px 0 35px;
  background: url(../images/list_icon_1.png) #929292 no-repeat 12px center;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}


.goods_listBox .goodsCatalog .info {
  padding: 0 15px 0 10px;
  margin-top: -1px;
}
.goods_listBox .goodsCatalog .info dl {
  border-top: 1px solid #eee;
  padding: 6px 0;
}
.goods_listBox .goodsCatalog .info dl dt a{
  color: #333333;
}
.goods_listBox .goodsCatalog .info dl dt a:hover{
  color: #d70c19;
}
.goods_listBox .goodsCatalog .info dl dt {
  height: 42px;
  line-height: 42px;
  padding: 0 15px 0 10px;
  background: url(../images/list_icon_2.png) no-repeat right center;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bold;
}
.goods_listBox .goodsCatalog .info dl.on dt {
  background: url(../images/list_icon_3.png) no-repeat right center;
}
.goods_listBox .goodsCatalog .info dl dt span {
  font-size: 14px;
}
.goods_listBox .goodsCatalog .info dl dd {
  display: none;
  height: 40px;
  line-height: 40px;
  padding-left: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.goods_listBox .goodsCatalog .info dl.on dd {
  display: block;
}
.goods_listBox .goodsCatalog .info dl dd a.on {
  color: #d70c19;
}
.goods_list_box {
  width: 952px;
  float: right;
}
.goods_list_box .totalTop {
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  color: #777;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.goods_list_box .totalTop span {
  color: #333;
  font-weight: bold;
}
.goods_list_box .totalTop font {
  color: #d70c19;
}
.goods_list_box .click-showScreenBox{
	display: inline-block;
	background-color: #d70c19;
	color: #fff;
	float: right;
	border-radius: 5px;
	padding: 0 12px;
	cursor: pointer;
	font-size: 12px;
}
.goods_list_box .screenBox {
  margin-top: 10px;
  padding: 0 25px;
  background: white;
  border: 1px solid #e5e5e5;
  box-shadow: 0px 0px 5px rgba(0,0,0,.1);
  display: none;
  margin-bottom: 15px;
}
.goods_list_box .screenBox .screenList .swiper-slide {
  width: auto;
}
.goods_list_box .screenBox .screenList .list {
  width: 168px;
  padding: 0 15px 10px 0;
  float: left;
}
.goods_list_box .screenBox .screenList .list.last {
  padding-right: 0;
}
.goods_list_box .screenBox .list span {
  display: block;
  height: 36px;
  line-height: 36px;
  padding-top: 8px;
  text-align: center;
  color: #444;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bold;
}
.goods_list_box .screenBox .list font {
  display: block;
  width: 168px;
  border: 1px solid #eeeeee;
  background: #fff;
  overflow: hidden;
}
.goods_list_box .screenBox .list font .text {
  border: none;
  outline: none;
  width: 134px;
  padding: 0 4px;
  height: 26px;
  line-height: 26px;
  float: left;
}
.button {
  outline: none;
  cursor: pointer;
}
.button:hover {
  opacity: .8;
  filter: alpha(opacity=80);
}
.goods_list_box .screenBox .list font .button {
  width: 20px;
  height: 20px;
  margin: 3px 5px 0 0;
  background: url(../images/list_icon_4.png) no-repeat center center;
  border: none;
  float: right;
  cursor: default;
}
.goods_list_box .screenBox .list .swiper-container {
  width: 158px;
  padding-right: 10px;
  height: 115px;
  border: 1px solid #eee;
  background: #fff;
}
.goods_list_box .screenBox .list .swiper-container .swiper-slide {
  height: auto;
}
.goods_list_box .screenBox .list .swiper-container a {
  display: block;
  width: 150px;
  padding: 0 3px;
  border: 1px solid #fff;
  height: 20px;
  line-height: 20px;
  margin-top: 1px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.goods_list_box .screenBox .list .swiper-container a.on {
  color: #d70c19;
  border: 1px solid #d70c19;
  background: url(../images/list_icon_5.png) no-repeat right bottom;
}
.swiper-container-horizontal > .swiper-scrollbar {
  width: 100% !important;
  left: 0 !important;
  height: 10px !important;
  bottom: 0 !important;
  background: #fff !important;
}
.swiper-scrollbar-drag {
  background: #c2c2c2 !important;
}
.swiper-container-vertical > .swiper-scrollbar {
  width: 10px !important;
  height: 100% !important;
  top: 0 !important;
  right: -1px !important;
  background: #fff !important;
}
.goods_list_box .screenBox .choiceBxo {
  width: 900px;
  overflow: hidden;
}
.goods_list_box .screenBox .choiceBxo .choice {
  width: 900px;
  background: #eaeaea;
  float: left;
}
.goods_list_box .screenBox .choiceBxo .choice span {
  display: block;
  width: 80px;
  height: 44px;
  line-height: 44px;
  color: #555;
  text-indent: 18px;
  overflow: hidden;
  float: left;
}
.goods_list_box .screenBox .choiceBxo .choice ul {
  width: 580px;
  padding-bottom: 10px;
  float: left;
}
.goods_list_box .screenBox .choiceBxo .choice ul li {
  padding: 10px 10px 0 0;
  float: left;
}
.goods_list_box .screenBox .choiceBxo .choice ul li a {
  display: block;
  line-height: 22px;
  color: #555;
  padding: 0 28px 0 8px;
  border: 1px solid #d5d5d5;
  background: url(../images/list_icon_6.png) #fff no-repeat right center;
}
.goods_list_box .screenBox .choiceBxo .choice ul li a:hover {
  opacity: .8;
  filter: alpha(opacity=80);
}
.goods_list_box .screenBox .choiceBxo p {
  line-height: 55px;
  float: left;
  margin-right: 10px;
}
.goods_list_box .screenBox .applicationBox {
  height: 55px;
  line-height: 55px;
  overflow: hidden;
}
.goods_list_box .screenBox .applicationBox div {
  height: 55px;
  line-height: 55px;
  float: left;
  margin-left: 20px;
}
.goods_list_box .screenBox .applicationBox>a {
  display: block;
  width: 90px;
  padding: 0 3px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #d70c19;
  background: #eef8fe;
  border: 1px solid #d70c19;
  margin: 10px;
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.goods_list_box .screenBox .applicationBox>a#sub_check{
  color: white;
  background-color: #d70c19;
}
.goods_list_box .screenBox .applicationBox>a.application {
  color: #fff;
  background: #d70c19;
}
.goods_list_box .screenBox .applicationBox>a:hover {
  opacity: .8;
  filter: alpha(opacity=80);
}
.goods_list_box .screenBox .applicationBox span {
  display: block;
  line-height: 32px;
  padding-left: 14px;
  color: #666;
  float: left;
}
.goods_list_box .screenBox .applicationBox span font {
  color: #d70c19;
  font-size: 14px;
  font-weight: bold;
}
.goods_list_box .tipsBox {
  background: #fff9ee;
  border: 1px solid #ffda93;
  padding: 12px 38px;
  position: relative;
}
.goods_list_box .tipsBox ul li {
  height: 26px;
  line-height: 26px;
  color: #555;
  padding-left: 9px;
  background: url(../images/list_icon_8.png) no-repeat left center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.goods_list_box .tipsBox span {
  display: block;
  width: 31px;
  height: 31px;
  background: url(../images/icon_tips.png) no-repeat center center;
  position: absolute;
  left: -1px;
  top: -1px;
}
.goods_infoBox {
  border-top: 2px solid #d70c19;
}
.goods_infoBox .syntheticalSort {
  line-height: 41px;
  background: white url(../images/list_icon_12.jpg) repeat-x left bottom;
  overflow: hidden;
}
.goods_infoBox .infoList{
  background-color: white;
  box-shadow: 0px 0px 5px rgba(0,0,0,.1);
}
.goods_infoBox .syntheticalSort ul.sort {
  height: 41px;
  max-width: 600px;
  float: left;
  overflow: hidden;
}
.goods_infoBox .syntheticalSort ul.sort li {
  float: left;
}
.goods_infoBox .syntheticalSort ul.sort li a {
  display: block;
  height: 41px;
  line-height: 41px;
  padding: 0 16px;
  border-right: 1px solid #e5e5e5;
}
.goods_infoBox .syntheticalSort ul.sort li a.default, .goods_infoBox .syntheticalSort ul.sort li a.DESCHover, .goods_infoBox .syntheticalSort ul.sort li a.ASCHover {
  background: #d70c19;
  color: #fff;
  font-size: 14px;
  border: none;
}
.goods_infoBox .syntheticalSort ul.sort li a span {
  padding-right: 13px;
  background: url(../images/list_icon_9.png) no-repeat right center;
}
.goods_infoBox .syntheticalSort ul.sort li a.DESCHover span {
  background: url(../images/list_icon_11.png) no-repeat right center;
}
.goods_infoBox .syntheticalSort ul.sort li a.ASCHover span {
  background: url(../images/list_icon_10.png) no-repeat right center;
}
.goods_infoBox .syntheticalSort .pagesTurn {
  float: right;
}
.goods_infoBox .syntheticalSort .pagesTurn span {
  display: block;
  color: #666;
  padding-right: 18px;
  float: left;
}
.goods_infoBox .syntheticalSort .pagesTurn span font {
  color: #d70c19;
}
.goods_infoBox .syntheticalSort .pagesTurn a {
  display: block;
  width: 15px;
  height: 15px;
  line-height: 15px;
  padding: 13px;
  border-left: 1px solid #e5e5e5;
  float: left;
}
.goods_infoBox .syntheticalSort .pagesTurn a:hover {
  opacity: .8;
  filter: alpha(opacity=80);
}
.goods_infoBox .syntheticalSort .pagesTurn a img {
  width: 15px;
  height: 15px;
}
table {
  border-collapse: collapse;
}
.infoList th {
  background: #f8f8f8;
  font-size: 14px;
  color: #555;
  text-align: left;
  font-weight: normal;
}
.infoList td {
  border-bottom: 1px solid #e5e5e5;
  padding: 15px 10px;
}
.infoList .t1 {
  width: 90px;
  padding: 10px 5px;
}
.infoList .t2 {
  width: 210px;
}
.infoList .t3 {
  width: 305px;
  padding: 10px 5px 10px 0px;
}
.infoList .t4 {
  width: 135px;
}
.infoList .t5 {
  width: 150px;
}
.infoList td.t1 span a {
  display: block;
  width: 78px;
  height: 78px;
  margin: 10px 5px;
  border: 1px solid #e5e5e5;
  overflow: hidden;
  position: relative;
}
.infoList td.t1 span a>i{
  position: absolute;
  display: block;
  font-size: 10px;
  width: 30px;
  height: 18px;
  line-height: 18px;
  overflow: hidden;
  text-align: center;
  right: 0;
  bottom: 3px;
  z-index: 1;
  color: #fff;
}
.infoList td.t1 span a::after{
  content: ""; /* 必须有内容才能显示伪元素 */
  position: absolute; /* 设置绝对定位 */
  bottom: -30px; /* 调整距离底部的距离 */
  right: -30px; /* 调整距离右边的距离 */
  width: 60px; /* 设置宽度 */
  height: 60px; /* 设置高度 */
  /*background-color: #ff0000; !* 设置背景色 *!*/
  transform: rotate(45deg);
  background: -webkit-linear-gradient(bottom, #e62d18, #f75c04);
}

.infoList td.t1 span a img {
  width: 78px;
  height: 78px;
}
.infoList td.t1 font {
  display: block;
  text-align: center;
  line-height: 24px;
}
.infoList td.t1 font a {
  margin: 0 9px;
}
.infoList td.t1 font a:hover {
  color: #d70c19;
  text-decoration: underline;
}
.infoList td.t2 span {
  display: block;
  line-height: 24px;
  color: #555;
}
.infoList td.t2 font {
  /*display: block;*/
  height: 24px;
  line-height: 24px;
  padding-top: 6px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.infoList td.t2 font a {
  padding-left: 18px;
  color: #d70c19;
  background: url(../images/list_icon_15.png) no-repeat left center;
}
.infoList td.t3 span {
  display: block;
  min-width: 120px;
  line-height: 26px;
  color: #888;
  padding-right: 10px;
  float: left;
}
.infoList td.t4 dl {
  width: 135px;
  border-bottom: 1px dashed #ececec;
  line-height: 30px;
  overflow: hidden;
}
.infoList td.t4 dl dt {
  width: 60px;
  text-align: right;
  height: 30px;
  color: #888;
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.infoList td.t4 dl dd {
  width: 75px;
  height: 30px;
  text-align: right;
  color: #d70c19;
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.infoList td.t4 span {
  display: block;
  height: 30px;
  line-height: 30px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.infoList td.t4 span a {
  color: #888;
}
.infoList td.t4 span a:hover {
  color: #d70c19;
}
.infoList td.t5 span {
  display: block;
  line-height: 25px;
  color: #555;
  text-align: center;
}
.infoList td.t5 .buyBox {
  width: 80px;
  margin: 12px auto 0;
  position: relative;
}
.infoList td.t5 a.buy {
  display: block;
  width: 80px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background-color: #d70c19;
  border-radius: 6px;
}
.infoList td.t5 a.buy:hover {
  opacity: .8;
  filter: alpha(opacity=80);
}
.infoList td.t5 a.inquiry{
  display: block;
  width: 80px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background-color: #d70c19;
  border-radius: 6px;
}
.pages {
  text-align: center;
}
.pages ul {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
}
.pages ul li {
  line-height: 30px;
  margin: 0 6px;
  color: #888;
  float: left;
}
.pages ul li a {
  display: block;
  width: 28px;
  height: 28px;
  line-height: 28px;
  border: 1px solid #e5e5e5;
  color: #888;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.pages ul li a:hover {
  color: #d70c19;
  border: 1px solid #d70c19;
}
.pages ul li a.on {
  color: #fff;
  border: 1px solid #d70c19;
  background: #d70c19;
}
.pages ul li a.next, .pages ul li a.prev {
  width: 54px;
  background: #fbfbfc;
}
.pages ul li a.next, .pages ul li .text {
  width: 40px;
  padding: 0 5px;
  height: 28px;
  line-height: 28px;
  border: 1px solid #e5e5e5;
  text-align: center;
  outline: none;
}
.pages ul li a.next, .pages ul li .submit {
  width: 52px;
  height: 30px;
  color: #fff;
  background: #d70c19;
  border: none;
}
.join_cart_mask {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .3);
  z-index: 1000;
}
.join_cartBox {
  display: none;
  width: 612px;
  padding-top: 15px;
  *border: 1px solid #e5e5e5;
  *border-top: 0;
  position: absolute;
  right: -25px;
  top: 30px;
  z-index: 999;
}
.join2 {
  position: fixed;
  left: 50%;
  top: 50%;
  margin-left: -306px;
  margin-top: -220px;
  z-index: 1001;
}
.join_cartBox .joinCart {
  box-shadow: 0 2px 5px 2px rgba(0, 0, 0, .1);
  position: relative;
}
.join_cartBox h4 {
  line-height: 46px;
  font-size: 14px;
  font-weight: normal;
  padding: 0 20px;
  background: #fff;
  border-top: 2px solid #d70c19;
}
.join_cartBox h4 .cart_close_btn {
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  right: 5px;
  top: 9px;
  z-index: 2;
  background: url(../images/cart_close_btn.png) no-repeat center;
  cursor: pointer;
}
.join_cartBox .info {
  width: 612px;
  border-top: 1px solid #e5e5e5;
  background: url(../images/bom_icon_11.jpg) #fff repeat-y center top;
  overflow: hidden;
}
.join_cartBox .info .left {
  width: 306px;
  /*height: 210px;*/
  padding-top: 20px;
  overflow: hidden;
  float: left;
}
.join_cartBox .info .left ul li {
  height: 36px;
  line-height: 36px;
  color: #888;
  padding: 0 5px 0 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.join_cartBox .info .left ul li span {
  display: inline;
  color: #555;
}
.join_cartBox .info .right {
  width: 306px;
  /*height: 210px;*/
  padding: 10px 0;
  overflow: hidden;
  float: left;
}
.join_cartBox .info .right p {
  height: 30px;
  line-height: 30px;
  padding: 0 40px 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.join_cartBox .info .right dl {
  width: 165px;
  margin: 0 auto;
  border-bottom: 1px dashed #e7e7e7;
  line-height: 30px;
  overflow: hidden;
}
.join_cartBox .info .right dl.last {
  border-bottom: none;
}
.join_cartBox .info .right dl dt {
  width: 60px;
  text-align: right;
  height: 30px;
  color: #888;
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.join_cartBox .info .right dl dd {
  width: 100px;
  height: 30px;
  text-align: right;
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.join_cartBox .number {
  width: 568px;
  padding: 16px 22px 0;
  background: #f8f8f8;
  line-height: 30px;
  overflow: hidden;
}
.join_cartBox .number span {
  line-height: 30px !important;
  float: left;
}
.join_cartBox .text {
  width: 76px;
  padding: 0 8px;
  border: 1px solid #d9d9d9;
  height: 28px;
  line-height: 28px;
  color: #888;
  outline: none;
  float: left;
}
.join_cartBox .text::-webkit-input-placeholder {
  color: #888;
}
.join_cartBox .number font {
  display: block;
  float: left;
}
.join_cartBox .number font .button {
  display: block;
  width: 18px;
  height: 16px;
  border: 1px solid #d9d9d9;
  border-left: none;
  background: url(../images/list_icon_18.png) no-repeat center center;
}
.join_cartBox .number font .reduce {
  height: 14px;
  border-top: none;
  background: url(../images/list_icon_19.png) no-repeat center center;
}
.join_cartBox .number em {
  padding-left: 16px;
}
.join_cartBox .number em i {
  color: #d70c19;
}
.join_cartBox .packing {
  width: 568px;
  padding: 14px 22px 16px;
  background: #f8f8f8;
  line-height: 30px;
  overflow: hidden;
}
.join_cartBox .packing span {
  line-height: 30px !important;
  float: left;
}
.join_cartBox .packing .text {
  width: 94px;
  color: #333;
}
.join_cartBox .packing font {
  display: block;
  width: 260px;
  height: 30px;
  padding-left: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  float: left;
}
.join_cartBox .packing a.join {
  display: block;
  width: 80px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  background: url(../images/list_icon_16.png) no-repeat center center;
  float: right;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.infoList .buyBox .icon {
  display: none;
  width: 11px;
  height: 6px;
  background: url(../images/list_icon_17.png) no-repeat center center;
  position: absolute;
  left: 50%;
  top: 39px;
  margin-left: -5px;
  z-index: 999;
}
.infoList .buyBox:hover .icon {
  display: block;
}
/**************************  产品列表页 结束 **************************/
/**************************  产品目录 开始 **************************/
.searchCatalog {
  width: 1198px;
  padding: 26px 0;
  border: 1px solid #e9e8e9;
  background: #f9f9f9;
  margin: 0 auto;
  line-height: 36px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.searchCatalog span {
  display: block;
  font-size: 14px;
  color: #555;
  padding-left: 50px;
  float: left;
  color: #606060;
  margin-right: 10px;
  font-weight: bold;
}
.searchCatalog .text {
  width: 270px;
  padding: 0 15px;
  height: 34px;
  line-height: 34px;
  border: 2px solid #ececec;
  border-right: none;
  background: url(../images/catalog_icon_1.jpg) #fff no-repeat right center;
  float: left;
  outline: none;
}
.searchCatalog .text::-webkit-input-placeholder {
  color: #999;
}
.searchCatalog .submit {
  width: 40px;
  height: 38px;
  border: 2px solid #ececec;
  border-left: none;
  background: url(../images/index_icon_4.png) #fff no-repeat center center;
  float: left;
  outline: none;
}
.searchCatalog font {
  display: block;
  color: #777;
  padding-right: 30px;
  float: right;
}
.searchCatalog font em {
  color: #d70c19;
  font-weight: bold;
}
.catalog_listBox {
  width: 1200px;
  margin: -1px auto 0;
}
.catalog_listBox .list {
  padding: 20px 0 15px;
  margin-bottom: 50px;
  border-bottom: 1px dashed rgb(149, 149, 149);
}
.catalog_listBox .list h4 {
  height: 18px;
  line-height: 18px;
  padding: 0 12px;
  font-size: 16px;
  padding-left: 10px;
  border-left: solid 4px #d70c19;
}
.catalog_listBox .list h4 a{
  color: #333333;
}
.catalog_listBox .list h4 a:hover{
  color: #d70c19;
}
.catalog_listBox .list h4 span {
  margin-left: 5px;
  font-size: 14px;
  font-weight: normal;
}
.catalog_listBox .list ul {
  width: 1200px;
  padding-top: 30px;
  overflow: hidden;
}
.catalog_listBox .list ul li {
  width: 330px;
  padding: 0 35px 0 35px;
  float: left;
}
.catalog_listBox .list ul li a {
  color: #535353;
}
.catalog_listBox .list ul li a:hover {
  opacity: 0.8;
}
.catalog_listBox .list ul li p {
  border: 1px solid #f2f2f2;
  width: 80px;
  height: 80px;
  margin-top: 20px;
  margin-bottom: 15px;
  /* padding: 0 5px; */
}
.catalog_listBox .list ul li a:hover p{
  border-color: #d70c19;
}
.catalog_listBox .list ul li p img{
  width: 80px;
  height: 80px;
}
.catalog_listBox .list ul li span{
  display: block;
  height: 32px;
  line-height: 32px;
  font-size: 14px;
  overflow: hidden;
}
/**************************  产品目录 结束 **************************/
/**************************  注册 开始 **************************/
.registerFooter {
  box-shadow: none;
}
.registerFooter .footerCollection {
  background: #fff;
}
.registerFooter .footerCollection ul {
  padding-bottom: 0;
}
.registerFooter .footerDown {
  background: #fff;
  padding-top: 16px;
}
.registerFooter .footerDown p {
  color: #767676;
}
.registerFooter .footerDown p a {
  color: #767676;
}
.registerFooter .footerDown p a:hover {
  color: #d70c19;
}
.registerHeader {
  width: 1200px;
  padding: 25px 0 20px;
  line-height: 52px;
  margin: 0 auto;
  overflow: hidden;
}
.registerHeader span {
  display: block;
  padding-left: 20px;
  margin-left: 65px;
  font-size: 22px;
  background: url(../images/icon_arrowL.png) no-repeat left center;
  float: left;
}
.registerHeader font {
  display: block;
  line-height: 25px;
  margin-top: 15px;
  float: right;
}
.registerHeader font a {
  color: #d70c19;
  padding-right: 20px;
  background: url(../images/index_icon_29.png) no-repeat right center;
}
.registerBox {
  width: 100%;
  min-width: 1200px;
  background: #f2f4f9;
}
.register_infoBox {
  width: 1020px;
  padding: 28px 90px 56px;
  background: #fff;
  margin: 0 auto;
}
.register_infoBox h4 {
  line-height: 62px;
  padding: 0 22px;
  font-size: 20px;
}
.register_infoBox ul {
  padding-top: 28px;
  border-top: 1px solid #e7e7e7;
}
.register_infoBox ul li {
  width: 1020px;
  padding-top: 24px;
  overflow: hidden;
}
.register_infoBox ul li span {
  display: block;
  width: 306px;
  text-align: right;
  height: 40px;
  line-height: 40px;
  padding-right: 24px;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  float: left;
}
.register_infoBox ul li span font {
  padding-right: 8px;
  color: #f00;
}
.register_infoBox ul li .info {
  width: 690px;
  position: relative;
  float: right;
}
.register_infoBox ul li .info p {
  float: left;
}
.register_infoBox ul li .info .COR_RADIO {
  margin-right: 12px;
}
.register_infoBox ul li .info .COR_RADIO em {
  display: block;
  width: 98px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  padding: 1px 5px;
  border: 1px solid #dddddd;
  background: none;
  font-size: 14px;
}
.register_infoBox ul li .info .COR_RADIO em.on {
  padding: 0 4px;
  border: 2px solid #d70c19;
  background: url(../images/list_icon_5.png) no-repeat #f0f6ff right bottom;
}
.register_infoBox ul li .info .tips {
  line-height: 40px;
  color: #d70c19;
  padding-left: 25px;
  background: url(../images/register_icon_1.png) no-repeat left center;
  margin-left: 16px;
  float: left;
}
.register_infoBox ul li .info .text {
  width: 316px;
  padding: 0 12px;
  height: 38px;
  line-height: 38px;
  border: 1px solid #ddd;
  outline: none;
}
.register_infoBox ul li .info .text::-webkit-input-placeholder {
  color: #999;
}
.register_infoBox ul li .info .verification {
  width: 195px;
  float: left;
  text-transform: uppercase;
}
.register_infoBox ul li .info .verificationObtain {
  width: 110px;
  height: 40px;
  line-height: 40px;
  margin-left: 10px;
  text-align: center;
  background: #F2F2F2;
  border: none;
  border-radius: 5px;
  float: left;
}
.register_infoBox ul li .info .password {
  width: 260px;
  padding-left: 40px;
  /*background: url(../images/catalog_icon_1.jpg) no-repeat 302px center;*/
}
.register_infoBox ul li .info i {
  display: block;
  width: 16px;
  height: 16px;
  background: url(../images/register_icon_3.png) no-repeat center center;
  position: absolute;
  left: 12px;
  top: 12px;
}
.register_infoBox ul li .info a.switch {
  display: block;
  width: 38px;
  height: 40px;
  background: url(../images/register_icon_4.png) no-repeat center center;
  position: absolute;
  left: 304px;
  top: 0;
}
.register_infoBox ul li .info a.switch:hover {
  opacity: .8;
  filter: alpha(opacity=80);
}
.register_infoBox ul li .info .COR_CHECKBOX a {
  color: #d70c19;
}
.registerLogin {
  width: 302px;
  height: 40px;
  background: #d70c19;
  border: none;
  color: #fff;
  font-size: 14px;
  outline: none;
  border-radius: 5px;
}
.loginMember {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}
.loginMember .loginLeft {
  width: 580px;
  height: 430px;
  margin-left: 60px;
  float: left;
}
.loginMember .loginLeft img {
  width: 580px;
  height: 430px;
}
.loginMember .loginRight {
  width: 350px;
  margin-right: 110px;
  background: #fff;
  margin-top: 10px;
  padding-top: 8px;
  float: right;
}
.loginMember .loginRight .title {
  width: 310px;
  line-height: 62px;
  padding: 0 20px;
  overflow: hidden;
}
.loginMember .loginRight .title span {
  display: block;
  font-size: 20px;
  font-weight: bold;
  height: 62px;
  width: 120px;
  float: left;
  overflow: hidden;
}
.loginMember .loginRight .title font {
  display: block;
  height: 20px;
  line-height: 20px;
  color: #666;
  text-align: right;
  width: 180px;
  margin-top: 25px;
  float: left;
  overflow: hidden;
}
.loginMember .loginRight .title font a {
  padding-right: 19px;
  color: #d70c19;
  background: url(../images/index_icon_29.png) no-repeat right center;
}
.loginMember .loginRight .loginForm ul {
  padding: 0 24px 42px;
}
.loginMember .loginRight .loginForm ul li {
  width: 302px;
  padding-top: 24px;
  position: relative;
  overflow: hidden;
}
.loginMember .loginRight .loginForm ul li .text {
  width: 250px;
  padding: 0 10px 0 40px;
  height: 38px;
  line-height: 38px;
  border: 1px solid #ddd;
  outline: none;
}
.loginMember .loginRight .loginForm ul li .captcha_text {
  width: 130px;
  padding: 0 10px 0 40px;
  height: 38px;
  line-height: 38px;
  border: 1px solid #ddd;
  outline: none;
  text-transform: uppercase;
}
.loginMember .loginRight .loginForm ul li .captcha_img {
  width: 100px;
  height: 20px;
  float: right;
  overflow: hidden;
  margin: 13px 10px 0 0;
}
.loginMember .loginRight .loginForm ul li .captcha_img img {
  width: 100px;
  height: 20px;
  cursor: pointer;
}
.loginMember .loginRight .loginForm ul li .verify_code_btn {
  width: 110px;
  height: 40px;
  line-height: 40px;
  float: right;
  text-align: center;
  background: #f8f8f8;
  cursor: pointer;
  outline: 0;
  border: 1px solid #dddddd;
  border-radius: 5px;
}
.loginMember .loginRight .loginForm ul li .text::-webkit-input-placeholder {
  color: #999;
}
.loginMember .loginRight .loginForm ul li span {
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  left: 12px;
  top: 36px;
}
.loginMember .loginRight .loginForm ul li span img {
  width: 16px;
  height: 16px;
}
.loginMember .loginRight .loginForm ul li p {
  float: left;
}
.loginMember .loginRight .loginForm ul li a.retrieve {
  float: right;
}
/**************************  注册 结束 **************************/
/**************************  修改 开始 **************************/
.classifyMenu .menuSon li .son {
  display: none;
  width: 708px;
  background: #fff;
  border: 1px solid #e9e8e9;
  border-top: none;
  padding: 15px 24px;
  position: absolute;
  left: 226px;
  top: 0;
  z-index: 999;
}
.classifyMenu .menuSon li .son span {
  display: block;
  height: 49px;
  line-height: 49px;
  margin-right: 24px;
  float: left;
}
.sideFloat span em {
  display: none;
}
.sideFloat span.on font {
  display: none;
}
.sideFloat span.on em {
  display: block;
}
/**************************  修改 结束 **************************/
/**************************  对比 开始 **************************/
.contrast_listBox {
  width: 1200px;
  margin: 0 auto;
}
table {
  width: 100%;
}
.contrast_listBox tr:hover td {
  background-color: #fff5ec;
}
.contrast_listBox tr:hover td {
  border-right-color: #fff5ec;
}
.contrast_listBox th {
  height: 58px;
  border: 1px solid #e5e5e5;
  font-size: 14px;
  color: #555;
  font-weight: bolder;
  text-align: left;
  padding: 0 28px;
  background: url(../images/contrast_icon_2.jpg) #fff no-repeat 14px center;
}
.contrast_listBox td {
  border: 1px solid #e5e5e5;
  line-height: 24px;
  padding: 10px 1px;
  text-align: center;
}
.contrast_listBox td.bg {
  border: 1px solid #ff8e33;
  background: #fff5ec;
}
.contrast_listBox td.t1 {
  width: 136px;
  font-size: 14px;
  background: #fff;
  padding: 20px 5px;
}
.contrast_listBox td.t2, .contrast_listBox td.t3, .contrast_listBox td.t4 {
  width: 354px;
}
.contrast_listBox .picBox {
  padding: 12px 0 6px;
  position: relative;
}
.contrast_listBox .picBox .pic {
  width: 130px;
  height: 130px;
  border: 1px solid #e5e5e5;
  margin: 0 auto;
}
.contrast_listBox .picBox .pic span {
  display: none;
}
.contrast_listBox .picBox .pic span img {
  width: 130px;
  height: 130px;
}
.contrast_listBox .picBox ul {
  width: 114px;
  padding-top: 10px;
  margin: 0 auto;
  overflow: hidden;
}
.contrast_listBox .picBox ul li {
  width: 28px;
  height: 28px;
  border: 1px solid #dcdcdc;
  margin: 0 4px;
  cursor: pointer;
  float: left;
}
.contrast_listBox .picBox ul li.on {
  border: 1px solid #d70c19;
}
.contrast_listBox .picBox ul li img {
  width: 28px;
  height: 28px;
}
.contrast_listBox .picBox .remove {
  display: block;
  width: 15px;
  height: 15px;
  padding: 2px;
  background: url(../images/contrast_icon_1.png) no-repeat center center;
  position: absolute;
  right: 8px;
  top: 0;
}
.contrast_listBox .picBox .remove:hover {
  opacity: .8;
  filter: alpha(opacity=80);
}
.contrast_listBox td font {
  color: #b2b2b2;
}
.contrast_listBox td em {
  font-size: 14px;
}
.contrast_listBox td dl {
  width: 200px;
  border-bottom: 1px dashed #ececec;
  line-height: 30px;
  margin: 0 auto;
  overflow: hidden;
}
.contrast_listBox td dl.last {
  border-bottom: none;
}
.contrast_listBox td dl dt {
  width: 60px;
  text-align: right;
  height: 30px;
  color: #888;
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.contrast_listBox td dl dd {
  width: 140px;
  height: 30px;
  text-indent: 30px;
  color: #d70c19;
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.contrast_listBox td a.manual {
  padding-left: 20px;
  color: #777;
  background: url(../images/list_icon_15.png) no-repeat left center;
}
.contrast_listBox td a.manual:hover {
  color: #d70c19;
}
.contrast_listBox td a.buy {
  display: block;
  width: 80px;
  height: 30px;
  line-height: 30px;
  color: #fff;
  text-align: center;
  background: url(../images/list_icon_16.png) no-repeat center center;
  margin: 0 auto;
}
/**************************  对比 结束 **************************/
/**************************  商品详情 开始 **************************/
.goodsInfo {
  width: 1198px;
  border: 1px solid #e5e5e5;
  padding: 24px 0 16px;
  margin: 0 auto;
  overflow: hidden;
  background-color: white;
  box-shadow: 0px 0px 5px rgba(0,0,0,.1);
}
.goodsInfo .picInfo {
  width: 330px;
  padding: 36px 55px 0 45px;
  float: left;
}
.goodsInfo .picInfo .jqzoombox {
  width: 260px;
  height: 260px;
  margin: 0 auto;
}
.goodsInfo .picInfo .jqzoombox .jqzoom {
  display: block;
  width: 260px;
  height: 260px;
  position: relative;
}
.goodsInfo .picInfo .jqzoombox .jqzoom .GoodImg {
  width: 260px;
  height: 260px;
}
.collectionContrast {
  width: 142px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  margin: 20px auto 0;
  background: url(../images/details_icon_5.jpg) #fff no-repeat center center;
  border-radius: 20px;
  box-shadow: 0 0 20px 2px rgba(0, 0, 0, .1);
  *border: 1px solid #ebeaeb;
  border: 1px solid #ebeaeb \9;
}
.collectionContrast .collection {
  padding-left: 15px;
  margin-right: 15px;
  background: url(../images/details_icon_15.png) no-repeat left center;
}
.collectionContrast .collection.on {
  background: url(../images/details_icon_1.png) no-repeat left center;
}
.collectionContrast .contrast {
  padding-left: 18px;
  margin-left: 12px;
  background: url(../images/details_icon_2.png) no-repeat left center;
}
.goodsInfo .textInfo {
  width: 730px;
  float: left;
}
.goodsInfo .textInfo h3 {
  line-height: 40px;
  font-size: 24px;
  padding-bottom: 10px;
}
.goodsInfo .textInfo .price {
  padding: 14px 20px;
  background: #fff5ec;
}
.goodsInfo .textInfo .price h3 {
  line-height: 20px;
  font-weight: normal;
  font-size: 14px;
}
.goodsInfo .textInfo .price ul {
  padding: 14px 0 0 22px;
}
.goodsInfo .textInfo .price ul li {
  width: 668px;
  line-height: 20px;
  overflow: hidden;
}
.goodsInfo .textInfo .price ul li span {
  display: block;
  min-width: 68px;
  padding-right: 6px;
  color: #666;
  float: left;
}
.goodsInfo .textInfo .price ul li font {
  display: block;
  float: left;
  color: #d70c19;
}
.goodsInfo .textInfo .price ul li em {
  display: block;
  color: #888;
  padding-left: 4px;
  float: left;
}
.goodsInfo .textInfo .join_cartBox {
  display: block;
  width: 730px;
  color: #888;
  position: relative;
  left: 0;
  top: 0;
}
.goodsInfo .textInfo .join_cartBox .number {
  width: 730px;
  background: none;
  border-top: 0;
  padding: 14px 0 0;
}
.goodsInfo .textInfo .join_cartBox .packing {
  width: 730px;
  background: none;
  padding: 14px 0 0;
}
.goodsInfo .textInfo .join_cartBox .stock {
  width: 730px;
  line-height: 30px;
}
.goodsInfo .textInfo .join_cartBox .stock span {
  display: block;
  color: #888;
  float: left;
}
.goodsInfo .textInfo .join_cartBox .stock font {
  display: block;
  padding-right: 25px;
  color: #333;
  float: left;
}
.goodsInfo .textInfo .join_cartBox .stock em {
  display: block;
  float: left;
}
.goodsInfo .textInfo .join_cartBox .stock i {
  display: block;
  width: 16px;
  height: 16px;
  margin: 7px 0 0 3px;
  cursor: pointer;
  background: url(../images/details_icon_6.png) no-repeat center center;
  float: left;
}
.goodsInfo .textInfo .purchase {
  width: 730px;
  text-align: center;
  padding-top: 24px;
  line-height: 40px;
  font-size: 14px;
  overflow: hidden;
}
.goodsInfo .textInfo .purchase .buy {
  display: block;
  width: 106px;
  height: 40px;
  color: #fff;
  background: #d70c19;
  border-radius: 5px;
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.goodsInfo .textInfo .purchase .cart {
  display: block;
  width: 134px;
  height: 40px;
  color: #fff;
  background: #d70c19;
  border-radius: 5px;
  margin-left: 12px;
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.goodsInfo .textInfo .purchase a:hover {
  opacity: .8;
  filter: alpha(opacity=80);
}
.goodsInfo .textInfo .purchase .cart span {
  padding-left: 27px;
  background: url(../images/details_icon_7.png) no-repeat left center;
}
.picInfo .tips {
  line-height: 20px;
  padding-top: 12px;
  color: #999;
  text-indent: 2px;
}
.details_infoBox {
  width: 1200px;
  margin: 0 auto;
}
.details_infoBox .detailsLeft {
  width: 956px;
  float: left;
  background-color: white;
  box-shadow: 0px 0px 5px rgba(0,0,0,.1);
}
.details_infoBox .detailsLeft .anchor_navBox {
  height: 46px;
}
.details_infoBox .detailsLeft .anchorBox {
  width: 940px;
  padding-right: 16px;
  background: url(../images/details_icon_8.jpg) #fff repeat-x left bottom;
  overflow: hidden;
}
.details_infoBox .detailsLeft .anchorBox.top0 {
  position: fixed;
  left: 50%;
  top: 0;
  z-index: 999;
  margin-left: -600px;
}
.details_infoBox .detailsLeft .anchorBox ul {
  border-left: 1px solid #e5e5e5;
  float: left;
}
.details_infoBox .detailsLeft .anchorBox ul li {
  float: left;
}
.details_infoBox .detailsLeft .anchorBox ul li a {
  display: block;
  height: 43px;
  line-height: 43px;
  padding: 1px 34px 0;
  font-size: 14px;
  border: 1px solid #e5e5e5;
  border-left: none;
}
.details_infoBox .detailsLeft .anchorBox ul li a.on {
  color: #d70c19;
  padding-top: 0;
  border-top: 2px solid #d70c19;
  border-bottom: 1px solid #fff;
}
.details_infoBox .detailsLeft .anchorBox span {
  display: block;
  line-height: 46px;
  color: #888;
  padding-left: 20px;
  background: url(../images/details_icon_9.png) no-repeat left center;
  float: right;
}
.details_infoBox .detailsLeft .anchorBox span a {
  color: #d70c19;
}
.goodsIntroduce {
  padding: 42px 40px 0 24px;
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  position: relative;
}
.detailsLeft h4 {
  font-weight: normal;
  line-height: 24px;
  font-size: 14px;
  color: #99999f;
}
.goodsIntroduce .pb {
  padding: 20px 0 0 20px;
}
.goodsIntroduce ul {
  padding: 20px 0 0 20px;
  overflow: hidden;
}
.goodsIntroduce ul li {
  width: 350px;
  line-height: 36px;
  margin-right: 46px;
  border-top: 1px solid #e5e5e5;
  float: left;
}
.goodsIntroduce ul li.l1, .goodsIntroduce ul li.l2 {
  border-top: 0;
}
.goodsIntroduce ul li span {
  display: block;
  min-width: 136px;
  padding-right: 10px;
  height: 36px;
  color: #888;
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.goodsIntroduce ul li font {
  display: block;
  /*width: 74px;*/
  height: 36px;
  color: #555;
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dataManual {
  padding: 46px 40px 46px 24px;
  border: 1px solid #e5e5e5;
  border-top: 0;
  position: relative;
}
.dataManual .downloadManual {
  width: 865px;
  margin: 10px 0 0 25px;
  padding: 28px 0;
  background: #f7f7f7;
  overflow: hidden;
}
.dataManual .downloadManual span {
  height: 45px;
  line-height: 45px;
  padding: 0 38px 0 28px;
  border-right: 1px solid #bdbdbd;
  font-size: 14px;
  font-weight: bold;
  background: url(../images/details_icon_10.png) no-repeat left center;
  margin-left: 32px;
  float: left;
}
.dataManual .downloadManual a.download {
  display: block;
  width: 80px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  background: #d70c19;
  border-radius: 5px;
  margin: 7px 0 0 36px;
  float: left;
}
.dataManual .downloadManual a.download:hover {
  opacity: .8;
  filter: alpha(opacity=80);
}
.dataManual .manual {
  width: 764px;
  margin: 50px 0 0 70px;
  position: relative;
}
.dataManual .manual ul {
  width: 764px;
  height: 1080px;
  overflow: hidden;
}
.dataManual .manual ul li {
  height: 1080px;
  float: left;
}
.dataManual .manual .prev, .dataManual .manual .next {
  display: block;
  width: 34px;
  height: 54px;
}
.dataManual .manual .prev {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -27px;
  z-index: 9;
}
.dataManual .manual .next {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -27px;
}
.dataManual .manual .prevStop, .dataManual .manual .nextStop {
  cursor: not-allowed;
  opacity: .6;
  filter: alpha(opacity=60);
}
.detailsRight {
  width: 224px;
  float: right;
}
.detailsRight .specs {
  padding: 0 14px;
  border: 1px solid #e5e5e5;
  border-top: 2px solid #e5e5e5;
  background-color: white;
  box-shadow: 0px 0px 5px rgba(0,0,0,.1);
}
.detailsRight .specs span {
  display: block;
  width: 150px;
  height: 100px;
  margin: 20px auto 0;
}
.detailsRight .specs span img {
  width: 150px;
  height: 100px;
}
.detailsRight .specs ul {
  padding: 24px 10px 15px;
  border-top: 2px solid #e5e5e5;
  margin-top: 6px;
}
.detailsRight .specs ul li {
  height: 28px;
  line-height: 28px;
  color: #777;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.detailsRight .specs ul li a {
  color: #d70c19;
  padding-left: 17px;
  background: url(../images/list_icon_15.png) no-repeat left center;
}
.detailsRight .relevant {
  border: 1px solid #e5e5e5;
  padding-bottom: 30px;
  background-color: white;
  box-shadow: 0px 0px 5px rgba(0,0,0,.1);
}
.detailsRight .relevant .title {
  width: 190px;
  padding: 6px 16px 0;
  line-height: 45px;
  overflow: hidden;
}
.detailsRight .relevant .title h4 {
  font-size: 15px;
  border-bottom: 2px solid #d70c19;
  float: left;
}
.detailsRight .relevant .right {
  float: right;
}
.detailsRight .relevant .right a {
  display: block;
  width: 7px;
  height: 12px;
  line-height: 12px;
  margin-top: 16px;
  float: left;
}
.detailsRight .relevant .right .prevStop, .detailsRight .relevant .right .nextStop {
  cursor: not-allowed;
  opacity: .6;
  filter: alpha(opacity=60);
}
.detailsRight .relevant .right .pageState {
  padding: 0 8px;
  color: #888;
  float: left;
}
.detailsRight .relevant .right .pageState span {
  color: #d70c19;
}
.detailsRight .relevant .info {
  width: 200px;
  max-height: 440px;
  border-top: 1px solid #e5e5e5;
  margin: -1px auto 0;
  overflow: hidden;
}
.detailsRight .relevant .listBox {
  float: left;
}
.detailsRight .relevant .info .list {
  width: 200px;
  padding-top: 30px;
  overflow: hidden;
}
.detailsRight .relevant .info .list span {
  display: block;
  width: 56px;
  height: 56px;
  border: 1px solid #e5e5e5;
  margin-right: 8px;
  float: left;
}
.detailsRight .relevant .info .list span img {
  width: 56px;
  height: 56px;
}
.detailsRight .relevant .info .list dl {
  width: 134px;
  float: left;
}
.detailsRight .relevant .info .list dl dt {
  height: 32px;
  line-height: 16px;
  overflow: hidden;
}
.detailsRight .relevant .info .list dl dd {
  height: 14px;
  line-height: 14px;
  color: #d70c19;
  padding-top: 10px;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.detailsLeft #tabBox_1, .detailsLeft #tabBox_2 {
  width: 1px;
  height: 1px;
  position: absolute;
  left: 0;
  top: -20px;
}
.detailsLeft #tabBox_1 {
  top: -24px;
}
.contrast_columnBox {
  display: none;
  width: 1198px;
  border: 1px solid #dadada;
  border-top: 2px solid #d70c19;
  background: #fff;
  position: fixed;
  left: 50%;
  bottom: 0;
  z-index: 1000;
  margin: -66px 0 0 -600px;
}
.contrast_columnBox .contrastColumn {
  width: 1198px;
  position: relative;
}
.contrast_columnBox .list {
  width: 316px;
  height: 101px;
  padding: 10px 15px 18px;
  border-right: 1px solid #e0e0e0;
  float: left;
}
.contrast_columnBox .list .title {
  width: 316px;
  line-height: 20px;
  overflow: hidden;
}
.contrast_columnBox .list .title span {
  display: block;
  font-size: 16px;
  color: #d70c19;
  float: left;
}
.contrast_columnBox .list .title a {
  color: #d70c19;
  float: right;
}
.contrast_columnBox .list .info {
  width: 310px;
  padding: 6px 0 0 6px;
  overflow: hidden;
}
.contrast_columnBox .list .info span {
  display: block;
  width: 73px;
  height: 73px;
  border: 1px solid #ddd;
  margin-right: 9px;
  float: left;
}
.contrast_columnBox .list .info span img {
  width: 73px;
  height: 73px;
}
.contrast_columnBox .list .info dl {
  width: 226px;
  float: left;
}
.contrast_columnBox .list .info dl dt {
  height: 32px;
  line-height: 16px;
  overflow: hidden;
}
.contrast_columnBox .list .info dl dd {
  padding-top: 17px;
  height: 26px;
}
.contrast_columnBox .list .info dl dd .COR_SELECT {
  width: 218px;
  height: 24px;
  line-height: 24px;
  border: 1px dashed #dad6d7;
}
.contrast_columnBox .list .info dl dd .COR_SELECT select {
  height: 24px;
}
.contrast_columnBox .list .info dl dd .COR_SELECT .COR_SELECT_TEXT {
  height: 24px;
}
.contrast_columnBox .list .info dl dd .COR_SELECT .COR_SELECT_ARROWS {
  height: 24px;
}
.contrast_columnBox .list dl.empty dt {
  line-height: 32px;
  font-size: 24px;
  color: #d70c19;
}
.contrast_columnBox .list dl.empty dd {
  height: 24px;
  line-height: 24px;
  font-size: 14px;
  color: #b2b2b2;
  padding-top: 22px;
  text-align: center;
  overflow: hidden;
}
.contrast_columnBox dl.contrast {
  width: 157px;
  padding-top: 40px;
  text-align: center;
  float: left;
}
.contrast_columnBox dl.contrast dt a {
  display: block;
  width: 80px;
  height: 30px;
  line-height: 30px;
  color: #fff;
  background: #d70c19;
  border-radius: 5px;
  margin: 0 auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.contrast_columnBox dl.contrast dd {
  line-height: 20px;
  padding-top: 12px;
}
.contrast_columnBox .conceal {
  width: 24px;
  height: 24px;
  cursor: pointer;
  background: url(../images/details_icon_14.jpg) no-repeat center center;
  position: absolute;
  right: 0;
  top: -24px;
}
/**************************  商品详情 结束 **************************/
.member_coreBox .memberInfo .orderInfo .order_list {
  padding: 0 10px;
  overflow: hidden;
  margin-top: 15px;
}
.member_coreBox .memberInfo .orderInfo .order_list .order_info {
  width: 410px;
  float: left;
  overflow: hidden;
}
.member_coreBox .memberInfo .orderInfo .order_list .order_info .goods_img {
  width: 70px;
  height: 70px;
  display: block;
  float: left;
  border: solid 1px #e2e2e2;
}
.member_coreBox .memberInfo .orderInfo .order_list .order_info .goods_img img {
  width: 70px;
  height: 70px;
}
.member_coreBox .memberInfo .orderInfo .order_list .order_info dl {
  margin-left: 10px;
  width: 320px;
  overflow: hidden;
  float: left;
}
.member_coreBox .memberInfo .orderInfo .order_list .order_info dl dt {
  height: 28px;
  line-height: 28px;
  overflow: hidden;
  font-size: 13px;
}
.member_coreBox .memberInfo .orderInfo .order_list .order_info dl dt a {
  display: block;
  height: 28px;
  line-height: 28px;
  overflow: hidden;
}
.member_coreBox .memberInfo .orderInfo .order_list .order_info dl dd {
  height: 25px;
  line-height: 25px;
  overflow: hidden;
  color: #999999;
}
.member_coreBox .memberInfo .orderInfo .order_list .btn_handle {
  width: 82px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background-color: #d70c19;
  color: #FFF;
  display: block;
  float: right;
  margin-top: 20px;
}
.shopping_main .checkout_box .contact {
  padding: 10px 0;
}
.shopping_main .checkout_box .contact dl {
  overflow: hidden;
  padding: 5px 0;
}
.shopping_main .checkout_box .contact dl dt {
  float: left;
  width: 125px;
  padding-right: 20px;
  line-height: 30px;
  text-align: right;
}
.shopping_main .checkout_box .contact dl dd {
  overflow: hidden;
  margin-left: 145px;
}
.shopping_main .checkout_box .contact dl dd input.text {
  float: left;
  width: 260px;
  height: 28px;
  line-height: 28px;
  padding: 0 5px;
  border: solid 1px #dedede;
  margin-right: 10px;
}
.shopping_main .checkout_box .contact dl dd span.tips {
  color: #f00;
  line-height: 30px;
  display: inline-block;
}
.mmc-template {
  padding: 30px 68px;
  border-bottom: 1px solid #e9e9e9;
}
.mmc-template form {
  position: relative;
}
.mmc-template p {
  margin-top: 15px;
}
.mmc-template p b {
  color: red;
  font-weight: 700;
  font-size: 14px;
}
.mmc-template form button {
  height: 35px;
  line-height: 35px;
  color: #fff;
  border: none;
  cursor: pointer;
}
.mmc-template form .button {
  width: 80px;
  height: 35px;
  line-height: 35px;
  color: #fff;
  text-align: center;
  border: none;
  cursor: pointer;
  margin-left: 15px;
  background: #d70c19;
  display: inline-block;
}
.mmc-template form button.yellow {
  margin-left: 30px;
  background: #ff7900;
}
.mmc-template form button.blue {
  margin-left: 15px;
  background: #d70c19;
}
.mmc-template form button.grey {
  margin-left: 5px;
  width: 80px;
  color: #666;
  background: #dedede;
}
.mmc-template form input {
  width: 260px;
  height: 33px;
  line-height: 33px;
  border: 1px solid #e9e9e9;
}
.mmc-template form .materialExcel-input {
  position: absolute;
  left: 0;
  width: 345px;
  -ms-filter: "alpha(opacity=0)";
  filter: alpha(opacity=0);
  -khtml-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  cursor: pointer;
}
/*
*@Author：盛世华彩-邱
*/
.W_1200 {
  width: 1200px;
  margin: 0px auto;
}
.headerBox {
  width: 100%;
  min-width: 1200px;
  margin: 0px auto;
  background-color: white;
}
.headerBox .headerT {
  width: 100%;
  min-width: 1200px;
  margin: 0px auto;
  color: #777777;
  background-color: #f8f8f8;
}
.headerBox .welcome {
  float: left;
  max-width: 230px;
  height: 33px;
  line-height: 33px;
  overflow: hidden;
}
.headerBox .headerLinkBox {
  float: right;
  max-width: 950px;
}
.headerBox .headerLink .userInfo {
  float: left;
  height: 33px;
  line-height: 33px;
  margin-right: 15px;
}
.headerBox .headerLink .userInfo a {
  margin: 0px 5px;
}
.headerBox .headerLink .userInfo a.login {
  color: #d70c19;
}
.headerBox .headerLink .userInfo a:hover {
  opacity: 0.8;
}
.headerBox .headerLink ul {
  float: left;
}
.headerBox .headerLink ul li {
  float: left;
  height: 33px;
  line-height: 33px;
  padding: 0px 20px;
  background: url("../images/top_line2.jpg") no-repeat left center;
}
.headerBox .headerLink ul li.liUc {
  position: relative;
  z-index: 11;
}
.headerBox .headerLink ul li .ucLink {
  position: absolute;
  left: 5px;
  top: 33px;
  z-index: 12;
  padding: 5px 0px;
  background-color: white;
  display: none;
  box-shadow: 0px 3px 5px rgba(0, 0, 0, .5);
}
.headerBox .headerLink ul li.liUc:hover .ucLink {
  display: block;
}
.headerBox .headerLink ul li .ucLink a {
  display: block;
  width: 65px;
  height: 23px;
  line-height: 23px;
  padding: 0px 10px 0px 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.headerBox .headerLink ul li .ucLink a:hover {
}
.headerBox .headerLink ul li.liUc a.uc {
  padding-right: 13px;
  background: url("../images/header_icon_arrowB.png") no-repeat right center;
}
.headerBox .headerLink ul li.liUc:hover a.uc {
  background: url("../images/header_icon_arrowT.png") no-repeat right center;
}
.headerBox .headerLink ul li.liMsg a {
  padding-left: 17px;
  background: url("../images/icon_msg.png") no-repeat left center;
  background-size: 15px auto;
}
.headerBox .headerLink ul li.liMsg a font {
  color: #d70c19;
}
.headerBox .headerLink ul li.liTel span {
  display: block;
  padding-left: 17px;
  background: url("../images/icon_tel.png") no-repeat left center;
  background-size: 15px auto;
}
.headerBox .headerLink ul li.liKefu {
  padding-right: 0px;
}
.headerBox .headerLink ul li.liKefu a {
  display: block;
  padding-left: 17px;
  background: url("../images/icon_qq.png") no-repeat left center;
  background-size: 15px auto;
}
.headerM {
  width: 100%;
  overflow: hidden;
  padding: 18px 0px 13px;
}
.headerM_box{
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}
.headerM .logo {
  float: left;
  width: 460px;
  overflow: hidden;
}
.headerM .logo a {
  display: block;
  width: 185px;
  height: 55px;
  float: left;
}
.headerM .logo a img {
  width: 185px;
  height: 55px;
}
.headerM .logo dl {
  float: left;
  margin-left: 10px;
  padding-left: 20px;
  background: url("../images/icon_arrowL.png") no-repeat left center;
}
.headerM .logo dl dt {
  font-size: 16px;
  height: 30px;
  line-height: 30px;
  font-weight: bold;
}
.headerM .logo dl dd {
  height: 25px;
  line-height: 25px;
  color: #9b9b9b;
}
.headerM .searchBox {
  width: 550px;
  float: left;
  margin-left: 40px;
  overflow: hidden;
}
.headerM .searchBox .search .searchText {
  width: 410px;
  height: 34px;
  line-height: 34px;
  padding: 0px 10px 0px 30px;
  float: left;
  border: solid 2px #d70c19;
  outline: none;
  background: url("../images/icon_search.png") no-repeat 10px center;
}
.headerM .searchBox .search .btnSearch {
  width: 92px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  color: white;
  border: 0px;
  background: #d70c19;
  font-size: 14px;
  cursor: pointer;
  outline: none;
}
.headerM .searchBox .search .btnSearch:hover {
  opacity: 0.8;
}
.headerM .searchBox .keywords {
  margin-top: 5px;
  color: #666666;
  height: 17px;
  line-height: 17px;
  overflow: hidden;
}
.headerM .searchBox .keywords span {
  float: left;
}
.headerM .searchBox .keywords a {
  display: block;
  float: left;
  margin: 0px 20px 0 0;
}
.headerM .cart {
  width: 120px;
  height: 38px;
  line-height: 38px;
  float: right;
  overflow: hidden;
  background-color: #f5f5f5;
  cursor: pointer;
}
.headerM .cart span {
  display: block;
  width: 44px;
  height: 38px;
  float: left;
  position: relative;
  z-index: 1;
  background: url("../images/icon_cart.png") no-repeat center;
  cursor: pointer;
}
.headerM .cart span em {
  display: block;
  width: 18px;
  height: 18px;
  line-height: 18px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: white;
  background-color: #d70c19;
  border-radius: 50%;
  position: absolute;
  z-index: 2;
  left: 22px;
  top: 2px;
}
.headerM .cart a {
  padding-left: 16px;
  float: left;
  background: url("../images/line1.jpg") no-repeat left center;
}
.headerM .cart:hover a{
  color: #d70c19;
}

.headerM.head_fixed{
  position: fixed;
  z-index: 99999;
  background: #fff;
  left: 0;
  top: 0;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.menuBox {
  background-color: white;
}
.menuBox .nav {
  float: left;
  margin-left: 30px;
  width: 950px;
  height: 42px;
  line-height: 42px;
  overflow: hidden;
}
.menuBox .nav ul li {
  float: left;
  margin: 0px 20px;
}
.menuBox .nav ul li a {
  padding-bottom: 6px;
  font-size: 16px;
  color: #444444;
}
.menuBox .nav ul li a:hover{
  color: #d70c19;
}
.menuBox .nav ul li.cur a {
  color: #d70c19;
  font-size: 16px;
  background: url("../images/line3.jpg") no-repeat center bottom;
}


.menuBox {
  position: relative;
  z-index: 9;
  border-bottom: solid 2px #d70c19;
}
.menuBox .all_category {
  display: block;
  width: 220px;
  height: 42px;
  float: left;
  background: #d70c19;
}
.menuBox .all_category .title {
  height: 42px;
  line-height: 42px;
  border-bottom: 2px solid #d70c19;
}
.menuBox .all_category .title h3 {
  font-weight: normal;
  overflow: hidden;
}
.menuBox .all_category .title h3 a {
  display: block;
  font-size: 16px;
  padding-left: 22px;
  color: white;
}
.menuBox .all_category .category {
  display: none;
  width: 220px;
}
.index .all_category .category, .menuBox .all_category:hover .category {
  display: block;
}
.menuBox .category .menu {
  height: 366px;
  background: #fff;
  padding: 0 15px 0 10px;
   padding-top: 10px;
	 
	
}
.menuBox .category .menu li {
   width: 210px;
  height: 30px;
  line-height: 30px;
  padding: 0 15px 0 10px;
  
  cursor: pointer;
 
  
  font-weight:70%;
	border-bottom: 1px solid #eee;
  padding: 6px 0;
	 position: relative;
  z-index: 9;
    *zoom: 1;

}
.menuBox .category .menu li.hover {
  z-index: 9;
}
.menuBox .category .class {
  display: block;
  width: 195px;
  height: 25px;
  padding-top: 7px;
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  overflow: hidden;
  background: #fff;
  
}
.menuBox .category .class dl {
}
.menuBox .category .class dl dt {
  font-size: 12px;
  height: 30px;
  line-height: 30px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  background: url(../images/list_icon_20.png) no-repeat right center;
}
.pad_l20 {
  padding-left: 20px;
}
.menuBox .category .class dl dt a {
  display: block;
  padding: 0 24px;
  color: #535353;
}
.menuBox .category .class dl dt a:hover{
  color: #d70c19;
}
.menuBox .category li.hover .class {
  z-index: 11;
  
}
.menuBox .category li.hover .class dl dt a {
  /*background: rgba(215, 12, 25, 0.05);*/
  color: #d70c19;
}
.menuBox .category .sub_class {
  display: none;
  width: 979px;
  min-height: 363px;
  position: absolute;
  z-index: 10;
  top: 0;
  /*left: 220px;*/
  left: 210px;
  background-color: white;
}
.menuBox .category li.hover .sub_class {
  display: block;
}
.menuBox .category .sub_class_content {
  display: block;
  width: 709px;
  padding: 0px 0px 20px 30px;
  float: left;
}
.menuBox .category .sub_class dl {
  font-size: 0;
  word-spacing: -1em;
  margin-top: 20px;
  overflow: hidden;
}
.menuBox .category .sub_class dl dd, .menuBox .category .sub_class dl dt {
  font-size: 12px;
  vertical-align: top;
  letter-spacing: normal;
  word-spacing: normal;
  float: left;
}
.menuBox .category .sub_class dl dt {
  width: 95px;
  height: 15px;
  line-height: 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 15px;
  margin-right: 40px;
  background: url("../images/cat_icon_arrowR.png") no-repeat right center;
}
.menuBox .category .sub_class dl dt a {
  color: #333;
  font-weight: bold;
}
.menuBox .category .sub_class dl dt a:hover {
  color: #d70c19;
}
.menuBox .category .sub_class dl dd {
  font-size: 0;
  word-spacing: -1em;

  /*width: 530px;*/
}
.menuBox .category .sub_class dl.last_dl dd {
  border-bottom: 0px;
}
.menuBox .category .sub_class dl dd a {
  width: 120px;
  font-size: 12px;
  text-align: center;
  color: #666;
  /* height: 16px; */
  line-height: 16px;
  vertical-align: top;
  letter-spacing: normal;
  word-spacing: normal;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-bottom: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-right: 20px;
}
.menuBox .category .sub_class dl dd a:hover {
  color: #d70c19;
}
.menuBox .category .sub_class dl dd a img {
	display: block;
	text-align: center;
	border: 1px solid #ddd;
	width: 70px;
	margin: 0 auto;
	margin-bottom: 5px;
}
.menuBox .category .sub_class .sub_class_adv {
  width: 496px;
  height: 248px;
  overflow: hidden;
}
.menuBox .category .sub_class_right {
  width: 190px;
  min-height: 330px;
  float: right;
  padding: 25px;
  padding-bottom: 10px;
  background: #f8f8f8;
}
.menuBox .category .sub_class_right .recBox h3 {
  font-size: 16px;
  height: 18px;
  line-height: 18px;
  padding-left: 12px;
  border-left: solid 4px #d70c19;
}
.menuBox .category .sub_class_right .recBox .item {
  margin-top: 15px;
  overflow: hidden;
}
.menuBox .category .sub_class_right .recBox .item img {
  max-width: 190px;
}


.footerBox {
  width: 100%;
  min-width: 1200px;
  margin: 0px auto;
  background-color: white;
}
.footerBox .serviceAd {
  width: 1200px;
  margin: 0px auto;
  overflow: hidden;
  padding-bottom: 45px;
  padding-top: 30px;
  border-bottom: 1px #e4e4e4 dashed;
}
.footerBox .serviceAd dl {
  width: 295px;
  margin-left: 25px;
  margin-top: 25px;
  float: left;
  overflow: hidden;
}
.footerBox .serviceAd dl.lastDl{
  width: 200px;
}
.footerBox .serviceAd dl dt {
  width: 42px;
  height: 42px;
  overflow: hidden;
  float: left;
  margin-right: 8px;
}
.footerBox .serviceAd dl dt img{
  width: 42px;
  height: 42px;
}
.footerBox .serviceAd dl dd {
  width: 240px;
  height: 42px;
  line-height: 42px;
  float: left;
  font-size: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.footerBox .serviceAd dl.lastDl dd{
  width: 150px;
}
.footerBox .help {
  width: 942px;
  float: left;
  margin-top: 35px;
  overflow: hidden;
  border-right: solid 1px #e6e6e6;
}
.footerBox .help dl {
  float: left;
  width: 160px;
  margin-right: 28px;
  overflow: hidden;
}
.footerBox .help dl dt {
  font-size: 16px;
  padding-left: 10px;
  border-left: solid 4px #d70c19;
  height: 18px;
  line-height: 18px;
  overflow: hidden;
  margin-bottom: 15px;
}
.footerBox .help dl dt a{
  color: #333333;
}
.footerBox .help dl dt a:hover{
  color: #d70c19;
}
.footerBox .help dl dd {
  padding-left: 14px;
  height: 25px;
  line-height: 25px;
  overflow: hidden;
}
.footerBox .contact {
  width: 240px;
  float: right;
  text-align: center;
  overflow: hidden;
  margin-top: 35px;
  padding-bottom: 30px;
}
.footerBox .contact dl dt {
  font-size: 20px;
  height: 25px;
  line-height: 25px;
  overflow: hidden;
  font-weight: bold;
}
.footerBox .contact dl dd {
  color: #777777;
  line-height: 18px;
  margin-top: 5px;
}
.footerBox .contact .kefu {
  margin-top: 10px;
}
.footerBox .contact .kefu a {
  display: block;
  width: 60px;
  height: 28px;
  line-height: 28px;
  margin: 0px auto;
  border-radius: 3px;
  font-size: 12px;
  text-align: left;
  padding-left: 24px;
  color: #fff;
  background: #D70C19 url("../images/kefu_img2.png") no-repeat 5px center;
  background-size: 16px 16px;
}
.footerBox .contact .attention {
  text-align: center;
}
.footerBox .contact .attention .title {
  text-align: center;
  color: #888888;
  margin-top: 13px;
}
.footerBox .contact .attention .title h3 {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 0px 8px;
  height: 15px;
  line-height: 15px;
  overflow: hidden;
  background-color: white;
  position: relative;
  z-index: 1;
  font-weight: normal;
  font-size: 12px;
}
.footerBox .contact .attention .title .line1 {
  display: block;
  width: 4px;
  height: 1px;
  background-color: #888888;
  position: absolute;
  z-index: 2;
  top: 7px;
}
.footerBox .contact .attention .title .line1.lineL {
  left: 0px;
}
.footerBox .contact .attention .title .line1.lineR {
  right: 0px;
}
.footerBox .contact .attention ul {
}
.footerBox .contact .attention ul li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin: 10px;
  position: relative;
  z-index: 1;
}
.footerBox .contact .attention ul li a {
  display: block;
  width: 27px;
  height: 27px;
}
.footerBox .contact .attention .toggleDiv {
  position: absolute;
  z-index: 2;
  background-color: white;
  border: solid 1px #DDD;
  border-radius: 3px;
  padding: 5px;
  display: none;
}
.footerBox .contact .attention ul li.li1 .toggleDiv {
  left: -35px;
  top: -100px;
}
.footerBox .contact .attention ul li:hover .toggleDiv {
  display: block;
}
.footerBox .contact .attention .toggleDiv img {
  width: 85px;
  height: 85px;
}
.friendshipLink {
  width: 100%;
  min-width: 1200px;
  margin: 0px auto;
  overflow: hidden;
  background-color: #f8f8f8;
  padding: 30px 0px;
}
.friendshipLink dl dt {
  width: 65px;
  float: left;
  text-align: right;
  height: 22px;
  line-height: 22px;
}
.friendshipLink dl dd {
  float: left;
  width: 1135px;
}
.friendshipLink dl dd a {
  color: #9a9a9a;
  display: block;
  float: left;
  height: 22px;
  line-height: 22px;
  padding-right: 8px;
  margin-left: 5px;
  background: url("../images/friendshipLink_line2.jpg") no-repeat right center;
}
.friendshipLink dl dd a:hover {
  color: #d70c19;
}
.footer {
  width: 100%;
  min-width: 1200px;
  margin: 0px auto;
  background-color: #38393b;
  overflow: hidden;
  padding: 35px 0px 50px;
}
.footer .footerNav {
  text-align: center;
}
.footer .footerNav ul li {
  height: 15px;
  line-height: 15px;
  margin-top: 10px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 14px;
  margin-left: 10px;
  padding-right: 15px;
  background: url("../images/line2.jpg") no-repeat right center;
}
.footer .footerNav ul li a {
  color: #6F6F6F;
}
.footer .footerNav ul li a:hover {
  color: #F1F1F1;
}
.footer .copyright {
  margin-top: 20px;
  line-height: 20px;
  color: #6F6F6F;
  text-align: center;
}
.footer .copyright a {
  color: #6F6F6F;
}
.footer .copyright a:hover {
  color: #F1F1F1;
}
.footer .footerLink {
  margin-top: 10px;
  text-align: center;
}
.footer .footerLink ul li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  overflow: hidden;
  margin: 10px 5px 0px;
}
.footer .footerLink ul li a {
  display: block;
  width: 140px;
  height: 40px;
}
.footer .footerLink ul li a img {
  width: 140px;
  height: 40px;
}
.sidebarBox {
  position: fixed;
  z-index: 13;
  right: 10px;
  top: 50%;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, .1);
}
.sidebarBox ul li {
  width: 45px;
  height: 45px;
  position: relative;
  z-index: 14;
  border-bottom: solid 1px #e5e5e5;
}
.sidebarBox ul li.sel1 {
  background: white url("../images/sidebar_icon_cart.png") no-repeat center;
}
.sidebarBox ul li.sel2 {
  background: white url("../images/sidebar_icon_qq.png") no-repeat center;
}
.sidebarBox ul li.sel3 {
  background: white url("../images/sidebar_icon_weixin.png") no-repeat center;
}
.sidebarBox ul li.sel4 {
  background: white url("../images/sidebar_icon_msg.png") no-repeat center;
}
.sidebarBox ul li.sel5 {
  background: white url("../images/sidebar_icon_user.png") no-repeat center;
}
.sidebarBox ul li.sel6 {
  background: white url("../images/sidebar_icon_new.png") no-repeat center;
}
.sidebarBox ul li.sel7 {
  background: white url("../images/sidebar_icon_backTop.png") no-repeat center;
}
.sidebarBox ul li.sel1:hover {
  background: white url("../images/sidebar_icon_cart_hover.png") no-repeat center;
}
.sidebarBox ul li.sel2:hover {
  background: white url("../images/sidebar_icon_qq_hover.png") no-repeat center;
}
.sidebarBox ul li.sel3:hover {
  background: white url("../images/sidebar_icon_weixin_hover.png") no-repeat center;
}
.sidebarBox ul li.sel4:hover {
  background: white url("../images/sidebar_icon_msg_hover.png") no-repeat center;
}
.sidebarBox ul li.sel5:hover {
  background: white url("../images/sidebar_icon_user_hover.png") no-repeat center;
}
.sidebarBox ul li.sel6:hover {
  background: white url("../images/sidebar_icon_new_hover.png") no-repeat center;
}
.sidebarBox ul li.sel7:hover {
  background: #0a89cf url("../images/sidebar_icon_backTop_hover.png") no-repeat center;
}
.sidebarBox ul li a {
  display: block;
  width: 100%;
  height: 100%;
}
.sidebarBox ul li.sel1 a{
  position: relative;
  z-index: 14;
}
.sidebarBox ul li.sel1 a em{
  display: block;
  width: 18px;
  height: 18px;
  line-height: 18px;
  text-align: center;
  color: white;
  border-radius: 50%;
  background-color: #d70c19;
  font-size: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: absolute;
  z-index: 15;
  right: 2px;
  top: 0px;
}
.sidebarBox ul li.sel1 a:hover em{
  background-color: #d70c19;
}
.sidebarBox .toggleDiv {
  position: absolute;
  z-index: 15;
  top: 5px;
  right: 51px;
  color: white;
  background-color: #525252;
  display: none;
}
.sidebarBox ul li:hover .toggleDiv {
  display: block;
}
.sidebarBox .toggleDiv .con {
  position: relative;
  z-index: 16;
  line-height: 18px;
  padding: 10px;
  min-width: 60px;
  text-align: center;
}
.sidebarBox .toggleDiv .con em {
  display: block;
  width: 6px;
  height: 10px;
  position: absolute;
  z-index: 17;
  right: -6px;
  top: 15px;
  background: url("../images/sidebar_icon_arrow.png") no-repeat left top;
}
.sidebarBox .toggleDiv .con img {
  width: 80px;
  height: 80px;
}
.sidebarBox .toggleDiv .con a {
  display: block;
  color: white;
  height: 20px;
  line-height: 20px;
}
.sidebarBox .toggleDiv .con a:hover {
  color: #f2f2f2;
}
.bg_none {
  background: none !important;
}




/*@Author登录注册*/
.APILogin .APITitle {
  width: 265px;
  height: 17px;
  line-height: 17px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  z-index: 1;
  text-align: center;
}
.APILogin .APITitle .APILine {
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  z-index: 2;
  left: 0;
  top: 8px;
  background-color: #c8c8c8;
}
.APILogin .APITitle h5 {
  color: #666666;
  padding: 0 7px;
  background-color: white;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  position: relative;
  z-index: 3;
  font-weight: normal;
}
.APILogin ul {
  text-align: center;
}
.APILogin ul li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin: 10px 10px 0;
}
.APILogin ul li a {
  display: block;
  width: 32px;
  height: 32px;
  overflow: hidden;
}
.topAd {
  width: 100%;
  min-width: 1200px;
  height: 90px;
  background-repeat: no-repeat;
  background-position: center top;
}
.topAd a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.topAd .pos {
  width: 1200px;
  height: 90px;
  margin: 0px auto;
  position: relative;
  z-index: 1;
}
.topAd .hideAd {
  display: block;
  width: 31px;
  height: 31px;
  overflow: hidden;
  position: absolute;
  z-index: 2;
  right: 0px;
  top: 10px;
  background: url("../images/topAd_icon_hide.png") no-repeat center;
}
.networkSecurityCode {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  height: 20px;
  padding-left: 20px;
  margin: 0px 10px;
  background: url(../images/footer_icon_6.png) no-repeat left top;
}
.footer.passportFooter .networkSecurityCode {
 margin: 0px;
}

