@charset "utf-8";
/*---------------------------------------*/
/*
	Name:Agent_Style v1.0 -CSS Framework
	Author: Liu Qingqing
	Styles updated: 2017/11/30
*/
/*---------------------------------------*/
body,
button,
input,
select,
textarea {
  font-family: Arial, "microsoft yahei", Helvetica, sans-serif;
}
body {
  background: #fff;
  color: #333;
  font-size: 14px;
}
table {
  borer-collapse: collapse;
  border-spacing: 0;
}
fieldset,
img {
  border: 0;
}
ol,
ul,
li {
  list-style: none;
}
caption,
th {
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
* {
  margin: 0;
  padding: 0;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/*html5*/
article,
aside,
dialog,
footer,
header,
section,
footer,
nav,
figure,
menu {
  display: block;
}
a {
  color: #333;
  text-decoration: none;
}
a:hover {
  color: #c40000;
}
a.active {
  color: #c40000;
}
input,
textarea,
button,
select {
  outline: none;
}
textarea {
  resize: none;
}
em {
  font-style: normal;
}
/*图标*/
@font-face {
  font-family: 'iconfont';
  /* project id 686905 */
  src: url('//at.alicdn.com/t/font_686905_xw5bqno50qp.eot');
  src: url('//at.alicdn.com/t/font_686905_xw5bqno50qp.eot?#iefix') format('embedded-opentype'), url('//at.alicdn.com/t/font_686905_xw5bqno50qp.woff') format('woff'), url('//at.alicdn.com/t/font_686905_xw5bqno50qp.ttf') format('truetype'), url('//at.alicdn.com/t/font_686905_xw5bqno50qp.svg#iconfont') format('svg');
}
.iconfont {
  font-family: "iconfont";
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
}
.c-w {
  width: 100%;
}
.c-w1200 {
  width: 1200px;
  margin: 0 auto;
}
.c-flw {
  float: left;
  width: 100%;
}
.c-ffm {
  font-family: "Microsoft yahei", Arial;
}
.c-ffs {
  font-family: simsun;
}
.c-bg-home {
  background: #008bcd !important;
}
.c-bg-white {
  background: #fff;
}
.c-textarea {
  color: #666 !important;
}
.c-mt0 {
  margin-top: 0 !important;
}
.c-mb0 {
  margin-bottom: 0 !important;
}
.c-mb36 {
  margin-bottom: 36px !important;
}
.c-mb50 {
  margin-bottom: 50px !important;
}
.c-bt0 {
  border-top: 0 !important;
}
.c-mt20 {
  margin-top: 20px !important;
}
.c-mt30 {
  margin-top: 30px !important;
}
.c-mt40 {
  margin-top: 40px !important;
}
.c-fl {
  float: left;
}
.c-fr {
  float: right;
}
.c-w50 {
  width: 50px !important;
}
.c-w100 {
  width: 100px !important;
}
.c-w150 {
  width: 150px !important;
}
.c-w200 {
  width: 200px !important;
}
.c-w250 {
  width: 250px !important;
}
.c-w300 {
  width: 300px !important;
}
.c-w350 {
  width: 350px !important;
}
.c-w400 {
  width: 400px !important;
}
.c-w450 {
  width: 450px !important;
}
.c-w500 {
  width: 500px !important;
}
.c-w550 {
  width: 550px !important;
}
.c-w600 {
  width: 600px !important;
}
.c-w650 {
  width: 650px !important;
}
.c-w700 {
  width: 700px !important;
}
.c-w750 {
  width: 750px !important;
}
.c-w800 {
  width: 800px !important;
}
.c-w850 {
  width: 850px !important;
}
.c-w900 {
  width: 900px !important;
}
.c-w950 {
  width: 950px !important;
}
.c-w1000 {
  width: 1000px !important;
}
.c-clear:after {
  display: block;
  content: "";
  clear: both;
  height: 0;
  visibility: hidden;
}
.c-hide {
  display: none;
}
.hide {
  display: none;
}
/*topbar*/
.topbar {
  width: 100%;
  height: 30px;
  line-height: 30px;
  text-align: right;
  border-bottom: 1px solid #eee;
}
.topbar .cont {
  width: 1200px;
  margin: 0 auto;
}
.topbar .cont .login {
  margin-right: 12px;
  color: #282828;
  font-size: 13px;
  text-decoration: underline;
}
.topbar .cont .login:hover {
  color: #c40000;
}
.topbar .cont .switch {
  font-size: 13px;
}
.topbar .cont .switch a {
  color: #282828;
  padding: 0 3px;
}
.topbar .cont .switch a:hover {
  color: #c40000;
  text-decoration: underline;
}
/*header*/
.header {
  width: 100%;
  height: 110px;
  background: #fff;
}
.header .cont {
  width: 1200px;
  margin: 0 auto;
}
.header .cont .logo {
  float: left;
  width: 341px;
  margin-top: 15px;
  margin-right: 40px;
  overflow: hidden;
}
.header .cont .logo img {
  float: left;
  width: 341px;
}
.header .cont .nav {
  float: left;
  font-size: 16px;
}
.header .cont .nav li {
  float: left;
  width: 115px;
  height: 110px;
  line-height: 110px;
  margin-right: 2px;
}
.header .cont .nav li a {
  display: block;
  color: #282828;
  text-align: center;
}
.header .cont .nav li a.active,
.header .cont .nav li a:hover {
  background: #c40000;
  color: #fff;
}
.header .pulldown {
  display: none;
  position: absolute;
  top: 141px;
  left: 50%;
  z-index: 99;
  margin-left: -600px;
  width: 1200px;
  height: 86px;
  line-height: 86px;
  background: #fff;
  text-align: center;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1);
}
.header .pulldown a {
  margin-right: 36px;
  color: #333;
}
.header .pulldown a em {
  margin-right: 8px;
}
.header .pulldown a:hover {
  color: #c40000;
}
/*footer*/
.footer {
  width: 100%;
}
.footer .service {
  width: 100%;
  height: 140px;
  background: #c40000;
}
.footer .service .cont {
  width: 1200px;
  margin: 0 auto;
  color: #fff;
  overflow: hidden;
}
.footer .service .cont p {
  float: left;
  width: 200px;
  height: 70px;
  line-height: 70px;
  padding-left: 100px;
  margin-top: 35px;
  font-size: 15px;
  background: url("/public/images/service-bg.png") no-repeat;
}
.footer .service .cont p.p01 {
  background-position: 0 0;
}
.footer .service .cont p.p02 {
  background-position: 0 -70px;
}
.footer .service .cont p.p03 {
  background-position: 0 -140px;
}
.footer .service .cont p.p04 {
  background-position: 0 -210px;
}
.footer .main {
  width: 100%;
  padding: 40px 0;
  background: #ebedef;
}
.footer .main .cont {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}
.footer .main .cont .footer-nav {
  float: left;
  border-right: 1px solid #dfdfdf;
}
.footer .main .cont .footer-nav dl {
  float: left;
  width: 162px;
}
.footer .main .cont .footer-nav dl dt {
  line-height: 30px;
  margin-bottom: 12px;
  color: #555;
  font-size: 15px;
}
.footer .main .cont .footer-nav dl dd {
  line-height: 26px;
  font-size: 13px;
}
.footer .main .cont .footer-nav dl dd a {
  color: #909090;
}
.footer .main .cont .contact {
  float: left;
  width: 360px;
  margin-top: 30px;
  text-align: center;
}
.footer .main .cont .contact p.tel {
  color: #c40000;
  font-size: 26px;
}
.footer .main .cont .contact p.tel i.iconfont {
  font-size: 50px;
  margin-right: 5px;
  vertical-align: middle;
}
.footer .main .cont .contact .time {
  color: #909090;
  font-size: 15px;
}
.footer .copyright {
  width: 100%;
  height: 54px;
  line-height: 54px;
  text-align: center;
  color: #c6c6c6;
  font-size: 13px;
  background: #383838;
}
.footer .copyright a {
  color: #c6c6c6;
}
/*浮动窗*/
.float-side-bar {
  position: fixed;
  top: 150px;
  right: 10px;
  z-index: 9999;
  width: 110px;
  background: #fff;
  border: 1px solid #c40000;
}
.float-side-bar ul {
  padding: 10px 0;
  width: 108px;
}
.float-side-bar ul li {
  float: left;
  width: 100%;
  padding: 8px 0;
  text-align: center;
  font-size: 16px;
  border-bottom: 1px solid #eee;
  color: #333;
}
.float-side-bar ul li a {
  color: #333;
}
.float-side-bar ul li a:hover {
  color: #c40000;
}
.float-side-bar ul li p {
  line-height: 24px;
}
.float-side-bar ul .message i.iconfont {
  display: block;
  margin-bottom: 5px;
  font-size: 40px;
  color: #c40000;
}
.float-side-bar ul .cart i.iconfont {
  font-size: 46px;
  color: #c40000;
}
.float-side-bar ul .cart p span {
  color: #c40000;
}
.float-side-bar .gotop {
  float: left;
  width: 100%;
  background: #c40000;
  text-align: center;
  cursor: pointer;
  color: #fff;
  padding: 16px 0;
}
.float-side-bar .delete {
  position: absolute;
  right: 0;
  top: 0;
}
.float-side-bar .delete img {
  display: block;
}
/*其他项目可复用模块*/
/*按钮*/
.btn01 {
  background: #c40000;
  color: #fff;
  text-align: center;
  border-radius: 5px;
}
.btn01:hover {
  color: #fff;
  background: #b70304;
}
.btn02 {
  color: #c40000;
  border: 1px solid #c40000;
  border-radius: 5px;
  text-align: center;
}
.btn03 {
  background: #666;
  color: #fff;
  text-align: center;
  border-radius: 5px;
}
/*公共标题*/
.g-title01 {
  width: 100%;
  height: 35px;
  line-height: 35px;
  margin-bottom: 36px;
}
.g-title01 h2 {
  position: relative;
  float: left;
  font-size: 20px;
  color: #333;
}
.g-title01 h2:before {
  position: absolute;
  top: 45px;
  left: 0;
  content: '';
  width: 24px;
  height: 5px;
  background: #c40000;
}
.g-title01 .more {
  float: right;
  font-size: 14px;
  color: #333;
}
.g-title01 .more:hover {
  text-decoration: underline;
  color: #c40000;
}
.g-title02 {
  position: relative;
  width: 100%;
  height: 53px;
  line-height: 40px;
  margin-bottom: 36px;
}
.g-title02 h2 {
  font-size: 20px;
  color: #333;
  text-align: center;
}
.g-title02:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -17px;
  display: block;
  content: '';
  width: 34px;
  height: 5px;
  background: #c40000;
}
/*面包屑 无背景色*/
.crumb {
  height: 60px;
  line-height: 60px;
  font-size: 15px;
  background: #f6f6f6;
  overflow: hidden;
}
.crumb ul {
  float: left;
}
.crumb i.iconfont {
  margin-left: 15px;
  color: #c40000;
  font-size: 28px;
}
.crumb li {
  float: left;
  margin-right: 12px;
  color: #333;
}
.crumb a {
  color: #333;
}
.crumb a:hover {
  color: #c40000;
}
.crumb li.link:after {
  margin-left: 5px;
  content: '>>';
}
/*面包屑 有背景色*/
.crumb-bg {
  height: 60px;
  background: #f4f4f4;
}
.crumb-bg .crumb {
  width: 1200px;
  margin: 0 auto;
  line-height: 60px;
}
/*分页*/
.page {
  height: 40px;
  line-height: 40px;
  margin-top: 20px;
  text-align: center;
}
.page a {
  display: inline-block;
  min-width: 18px;
  height: 34px;
  line-height: 34px;
  margin: 0 3px;
  padding: 0 8px;
  border: 1px solid #ddd;
  color: #999;
  text-align: center;
}
.page a.active,
.page a:hover {
  background: #c40000;
  color: #fff;
}
/*css3*/
/* 弹出 */
.a-bounceout {
  -webkit-animation: 0.5s ease-in forwards;
  -moz-animation: 0.5s ease-in forwards;
  -ms-animation: 0.5s ease-in forwards;
  animation: 0.5s ease-in forwards;
  -webkit-animation-name: bounceout;
  -moz-animation-name: bounceout;
  -ms-animation-name: bounceout;
  animation-name: bounceout;
}
/* 淡出 */
.a-fadeout {
  -webkit-animation: 0.5s ease-in forwards;
  -moz-animation: 0.5s ease-in forwards;
  -ms-animation: 0.5s ease-in forwards;
  animation: 0.5s ease-in forwards;
  -webkit-animation-name: fadeout;
  -moz-animation-name: fadeout;
  -ms-animation-name: fadeout;
  animation-name: fadeout;
}
/*向上出现*/
.fadeInBottomBig {
  -webkit-animation: fadeInLeftBig 1s;
  -moz-animation: fadeInLeftBig 1s;
  -ms-animation: fadeInLeftBig 1s;
  animation: fadeInLeftBig 1s;
  -webkit-animation-name: fadeInBottomBig;
  -moz-animation-name: fadeInBottomBig;
  -ms-animation-name: fadeInBottomBig;
  animation-name: fadeInBottomBig;
}
/* 弹出 */
@-webkit-keyframes bounceout {
  0% {
    -webkit-transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
  }
}
@-moz-keyframes bounceout {
  0% {
    -moz-transform: scale(1);
  }
  25% {
    -moz-transform: scale(0.95);
  }
  100% {
    opacity: 0;
    -moz-transform: scale(0.3);
  }
}
@-ms-keyframes bounceout {
  0% {
    -ms-transform: scale(1);
  }
  25% {
    -ms-transform: scale(0.95);
  }
  100% {
    opacity: 0;
    -ms-transform: scale(0.3);
  }
}
@keyframes bounceout {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(0.95);
  }
  100% {
    opacity: 0;
    transform: scale(0.3);
  }
}
/* 淡出 */
@-webkit-keyframes fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-ms-keyframes fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*向上出现*/
@-webkit-keyframes fadeInBottomBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 1000px, 0);
    transform: translate3d(0, 1000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInBottomBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 1000px, 0);
    transform: translate3d(0, 1000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.layout {
  width: 1200px;
  margin: 0 auto;
}
.search-mod {
  float: right;
  width: 324px;
  height: 45px;
  padding-top: 13px;
  overflow: hidden;
}
.search-mod input {
  float: left;
  width: 236px;
  height: 20px;
  line-height: 20px;
  padding: 5px;
  border: 1px solid #c40000;
}
.search-mod .btn-search {
  float: left;
  width: 42px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  background: #c40000;
  color: #fff;
}
.search-mod .btn-search i.iconfont {
  margin-left: 0;
  color: #fff;
  font-size: 21px;
}
/*登录*/
.login-bg {
  position: relative;
  width: 100%;
  height: 700px;
  background: url("/public/images/login-bg.jpg") top center no-repeat;
}
.login-bg .cont {
  position: relative;
  width: 1200px;
  margin: 0 auto;
  /*输入区域*/
  /*扫码*/
}
.login-bg .cont .login-cont {
  position: absolute;
  top: 120px;
  right: 0;
  width: 300px;
  height: 272px;
  border: 1px solid #e7e7eb;
  margin: 0 auto;
  border-radius: 5px;
  padding: 15px;
  background: #fff;
}
.login-bg .cont .login-cont .title {
  height: 32px;
  margin-bottom: 15px;
  border-bottom: 1px solid #e7e7eb;
  font-size: 15px;
  overflow: hidden;
}
.login-bg .cont .login-cont .title li {
  float: left;
  width: 50%;
}
.login-bg .cont .login-cont .title li a {
  display: block;
  width: 100%;
  height: 30px;
  line-height: 30px;
  border-bottom: 2px solid #fff;
  text-align: center;
}
.login-bg .cont .login-cont .title li a:hover {
  border-color: #c40000;
}
.login-bg .cont .login-cont .title li.active a {
  border-color: #c40000;
}
.login-bg .cont .login-account {
  width: 100%;
}
.login-bg .cont .login-account .item {
  width: 288px;
  height: 40px;
  line-height: 40px;
  margin-bottom: 12px;
  padding: 0 5px;
  border: 1px solid #e7e7eb;
}
.login-bg .cont .login-account .item i.iconfont {
  margin-right: 5px;
  font-size: 20px;
  vertical-align: middle;
}
.login-bg .cont .login-account .item input {
  width: 86%;
  height: 38px;
  border: 0;
}
.login-bg .cont .login-account .item input.input-code {
  width: 154px;
}
.login-bg .cont .login-account .btn-login {
  display: block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  background: #b90000;
  color: #fff;
  text-align: center;
}
.login-bg .cont .login-account .attr {
  width: 100%;
  height: 32px;
  line-height: 32px;
  font-size: 12px;
  overflow: hidden;
}
.login-bg .cont .login-account .attr a:hover {
  text-decoration: underline;
}
.login-bg .cont .login-account .attr .reg {
  float: left;
}
.login-bg .cont .login-account .attr .reg a {
  color: #b90000;
}
.login-bg .cont .login-account .attr .getpassword {
  float: right;
}
.login-bg .cont .login-account .attr .getpassword:hover {
  color: #b90000;
}
.login-bg .cont .login-code {
  width: 100%;
}
.login-bg .cont .login-code img {
  display: block;
  width: 150px;
  height: 150px;
  padding: 5px;
  border: 1px solid #e7e7eb;
  margin: 0 auto;
}
.login-bg .cont .login-code p {
  font-size: 14px;
  color: #666;
  text-align: center;
  margin-top: 10px;
}
.login-bg .cont .reg-cont {
  position: absolute;
  top: 120px;
  right: 0;
  width: 300px;
  border: 1px solid #e7e7eb;
  margin: 0 auto;
  border-radius: 5px;
  padding: 15px;
  background: #fff;
}
.login-bg .cont .reg-cont .title {
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  text-align: center;
}
/*首页*/
.banner-index {
  margin-bottom: 30px;
}
/*展会+资讯*/
.news-section {
  width: 1200px;
  margin: 0 auto 20px;
  overflow: hidden;
  /*展会*/
  /*资讯*/
}
.news-section .exhibition {
  float: left;
  width: 470px;
}
.news-section .exhibition .cont .first-news {
  position: relative;
  width: 470px;
  height: 282px;
  margin-bottom: 4px;
}
.news-section .exhibition .cont .first-news a {
  display: block;
  color: #fff;
}
.news-section .exhibition .cont .first-news a img {
  display: block;
  width: 470px;
  height: 282px;
}
.news-section .exhibition .cont .first-news .text {
  width: 450px;
  height: 158px;
  padding: 0 10px;
  background: #eee;
}
.news-section .exhibition .cont .first-news .text h3 {
  height: 36px;
  line-height: 36px;
  font-size: 15px;
  overflow: hidden;
}
.news-section .exhibition .cont .first-news .text h3 a {
  color: #333;
}
.news-section .exhibition .cont .first-news .text .time {
  margin-bottom: 10px;
  line-height: 20px;
  color: #666;
  font-size: 12px;
}
.news-section .exhibition .cont .first-news .text .desc {
  height: 52px;
  line-height: 26px;
  overflow: hidden;
  color: #666;
}
.news-section .exhibition .cont .first-news .text .detail {
  line-height: 40px;
  color: #c40000;
}
.news-section .exhibition .cont .first-news .text .detail:hover {
  text-decoration: underline;
}
.news-section .exhibition .cont .list li {
  width: 100%;
  height: 54px;
  line-height: 54px;
  border-bottom: 1px dashed #e2e2e2;
}
.news-section .exhibition .cont .list li h3 {
  float: left;
  width: 360px;
  height: 54px;
  line-height: 54px;
  font-size: 15px;
  overflow: hidden;
}
.news-section .exhibition .cont .list li h3 a {
  display: block;
  color: #333;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news-section .exhibition .cont .list li h3 a:hover {
  color: #c40000;
  -webkit-transform: translateX(10px);
  -moz-transform: translateX(10px);
  -ms-transform: translateX(10px);
  transform: translateX(10px);
}
.news-section .exhibition .cont .list li .time {
  float: right;
  width: 110px;
  text-align: right;
  color: #333;
}
.news-section .exhibition .cont .list li:last-child {
  border-bottom: 0;
}
.news-section .information {
  float: right;
  width: 700px;
}
.news-section .information .cont li {
  height: 85px;
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid #e2e2e2;
  overflow: hidden;
}
.news-section .information .cont li .time {
  float: left;
  width: 85px;
  height: 85px;
  background: #c40000;
  color: #fff;
  text-align: center;
  font-family: Arial;
}
.news-section .information .cont li .time span {
  display: block;
  margin-top: 22px;
  line-height: 25px;
  font-size: 25px;
}
.news-section .information .cont li .time em {
  display: block;
  line-height: 14px;
  font-size: 14px;
}
.news-section .information .cont li .text {
  float: right;
  width: 600px;
}
.news-section .information .cont li .text h3 {
  height: 27px;
  line-height: 27px;
  margin-bottom: 4px;
  font-size: 15px;
  overflow: hidden;
}
.news-section .information .cont li .text h3 a {
  color: #333;
}
.news-section .information .cont li .text h3 a:hover {
  color: #c40000;
}
.news-section .information .cont li .text .desc {
  height: 48px;
  line-height: 24px;
  color: #666;
  overflow: hidden;
}
.news-section .information .cont li:last-child {
  border-bottom: 0;
}
/*产品商城*/
.prod-section {
  width: 1200px;
  margin: 0 auto 30px;
}
.prod-section ul {
  width: 1215px;
  overflow: hidden;
}
.prod-section ul li {
  float: left;
  width: 228px;
  height: 228px;
  margin-right: 15px;
}
.prod-section ul li a {
  position: relative;
  display: block;
}
.prod-section ul li a img {
  width: 228px;
  height: 228px;
}
.prod-section ul li a .mask {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.5;
}
.prod-section ul li a h3 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  line-height: 228px;
  font-size: 20px;
  color: #fff;
  opacity: 1;
  text-align: center;
  background: url("/public/images/cate-bg.png") center center no-repeat;
}
/*理由*/
.reason-section {
  width: 100%;
  padding: 20px 0;
  margin-bottom: 30px;
  background: #f6f6f6;
  overflow: hidden;
}
.reason-section .title {
  font-size: 28px;
  color: #000;
  text-align: center;
}
.reason-section .title em {
  margin: 0 10px;
  color: #c40000;
  font-size: 72px;
  font-weight: bold;
  font-style: italic;
}
.reason-section .title span {
  color: #c40000;
  font-size: 28px;
}
.reason-section .intro {
  width: 1200px;
  margin: 20px auto 70px;
  line-height: 32px;
  color: #666;
  font-size: 14px;
  text-align: center;
}
.reason-section .cont {
  width: 1200px;
  margin: 0 auto;
  opacity: 0;
  overflow: hidden;
}
.reason-section .cont li {
  float: left;
  width: 550px;
  padding-left: 50px;
  margin-bottom: 50px;
}
.reason-section .cont li .num {
  float: left;
  display: block;
  width: 80px;
  height: 80px;
  margin-right: 15px;
  line-height: 80px;
  text-align: center;
  background: #c40000;
  color: #fff;
  font-size: 32px;
  font-style: italic;
  font-weight: bold;
}
.reason-section .cont li .text {
  float: left;
  width: 455px;
}
.reason-section .cont li .text .tit {
  line-height: 40px;
  font-size: 22px;
  color: #333;
}
.reason-section .cont li .text .desc {
  line-height: 26px;
  font-size: 15px;
  color: #666;
}
/*关于*/
.about-section {
  width: 1200px;
  margin: 0 auto 30px;
}
.about-section .desc {
  width: 900px;
  line-height: 32px;
  margin: 0 auto 40px;
  color: #505050;
  text-align: center;
}
.about-section .desc a {
  color: #c40000;
  text-decoration: underline;
}
.about-section .info {
  overflow: hidden;
}
.about-section .info .item {
  float: left;
  width: 33.3333%;
  text-align: center;
}
.about-section .info .item i.iconfont {
  display: block;
  margin-bottom: 10px;
  font-size: 60px;
  color: #c40000;
}
.about-section .info .item .tit {
  line-height: 40px;
  font-size: 24px;
  color: #1e1e1e;
}
.about-section .info .item .intro {
  line-height: 25px;
  color: #666;
  font-size: 14px;
}
/*内页banner*/
.banner-page {
  position: relative;
  width: 100%;
  height: 300px;
  margin-bottom: 20px;
  overflow: hidden;
}
.banner-page img {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -960px;
  width: 1920px;
  height: 300px;
}
.page-container {
  width: 1200px;
  margin: 0 auto 20px;
  overflow: hidden;
}
.page-container .main {
  float: right;
  width: 956px;
}
/*侧边 sidebar*/
.sidebar {
  float: left;
  width: 220px;
}
.sidebar .side-nav {
  width: 100%;
  margin-bottom: 20px;
}
.sidebar .side-nav .title {
  height: 60px;
  line-height: 60px;
  background: #c40000;
}
.sidebar .side-nav .title h2 {
  width: 200px;
  padding-left: 20px;
  font-size: 20px;
  color: #fff;
}
.sidebar .side-nav ul {
  background: #eee;
}
.sidebar .side-nav ul li {
  height: 50px;
  line-height: 50px;
  border-bottom: 1px dashed #ddd;
}
.sidebar .side-nav ul li a {
  display: block;
  width: 200px;
  padding-left: 20px;
  color: #333;
}
.sidebar .side-nav ul li a.active {
  color: #c40000;
  font-size: 15px;
}
.sidebar .side-contact {
  width: 100%;
}
.sidebar .side-contact .phone {
  width: 155px;
  padding: 10px 10px 10px 55px;
  font-size: 16px;
  color: #fff;
  background: #c40000 url("/public/images/phone.png") 20px center no-repeat;
}
.sidebar .side-contact .phone p {
  font-size: 20px;
  font-weight: bold;
}
.sidebar .side-contact .title {
  width: 200px;
  height: 60px;
  line-height: 60px;
  padding-left: 20px;
  font-size: 20px;
  color: #fff;
  background: #c40000;
}
.sidebar .side-contact .cont {
  width: 100%;
  text-align: center;
  padding: 10px 0;
  background: #f6f6f6;
  color: #666;
}
.sidebar .side-contact .cont i.iconfont {
  font-size: 68px;
  color: #c40000;
}
.sidebar .side-contact .cont .name {
  line-height: 24px;
  font-size: 16px;
}
.sidebar .side-contact .cont .tel {
  line-height: 36px;
  font-size: 23px;
  font-weight: bold;
}
.sidebar .side-contact .address-mod {
  width: 190px;
  padding: 10px 15px;
  line-height: 22px;
  background: #8d0e02;
  color: #fff;
  overflow: hidden;
}
.sidebar .side-contact .address-mod i.iconfont {
  float: left;
  width: 26px;
  line-height: 44px;
  margin-right: 5px;
  vertical-align: middle;
  font-size: 26px;
}
.sidebar .side-contact .address-mod span {
  float: left;
  width: 159px;
}
/*公司简介*/
.page-about {
  width: 922px;
  padding: 10px 15px;
  border: 1px solid #eee;
}
.page-about .title {
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  font-weight: bold;
}
.page-about .cont {
  line-height: 30px;
}
.page-about .cont img {
  max-width: 100%;
}
.page-about .honor {
  overflow: hidden;
}
.page-about .honor img {
  float: left;
  margin-right: 20px;
  margin-bottom: 16px;
}
/*联系我们*/
.page-contact {
  width: 100%;
}
.page-contact .tel {
  line-height: 80px;
  margin-top: 16px;
  font-size: 34px;
  text-align: center;
  color: #666;
  font-family: 'intro_regular';
}
.page-contact .tel span {
  padding-left: 50px;
  background: url("/public/images/contact_01.png") left center no-repeat;
}
.page-contact .para {
  margin-top: 12px;
  margin-bottom: 30px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  overflow: hidden;
}
.page-contact .para p {
  float: left;
  width: 32.3333%;
  height: 48px;
  line-height: 24px;
  margin-right: 1%;
  color: #666;
  font-size: 15px;
}
.page-contact .para p.w65 {
  width: 65%;
}
.page-contact .map {
  width: 100%;
  height: 500px;
  overflow: hidden;
}
.page-contact .map #allmap {
  height: 500px;
  width: 100%;
  overflow: hidden;
}
.page-contact .map dl,
.page-contact .map dt,
.page-contact .map dd,
.page-contact .map ul,
.page-contact .map li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.page-contact .map dt {
  font-size: 14px;
  font-family: "微软雅黑";
  font-weight: bold;
  border-bottom: 1px dotted #000;
  padding: 5px 0 5px 5px;
  margin: 5px 0;
}
.page-contact .map dd {
  padding: 5px 0 0 5px;
}
.page-contact .map li {
  line-height: 28px;
}
/*在线留言*/
.page-message {
  width: 632px;
  margin: 20px auto 20px;
}
.page-message .title {
  height: 50px;
  line-height: 50px;
  margin-bottom: 16px;
  font-size: 20px;
  text-align: center;
}
.page-message .cont {
  width: 100%;
}
.page-message .cont .item {
  margin-bottom: 20px;
}
.page-message .cont .item label {
  height: 30px;
  line-height: 30px;
  color: #666;
}
.page-message .cont .item label em {
  margin-right: 3px;
  font-size: 16px;
  color: #c40000;
}
.page-message .cont .item input {
  width: 620px;
  height: 28px;
  line-height: 28px;
  padding: 5px;
  background: #f8f8f8;
  border: 1px solid #e0e0e0;
  outline: none;
}
.page-message .cont .item textarea {
  width: 620px;
  height: 120px;
  line-height: 30px;
  padding: 5px;
  background: #f8f8f8;
  border: 1px dotted #e0e0e0;
  outline: none;
  resize: none;
}
.page-message .cont .btn-submit {
  display: block;
  width: 110px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  background: #c40000;
  color: #fff;
  cursor: pointer;
  border: 0;
}
/*会员申请*/
.page-apply {
  width: 919px;
  padding: 10px 15px 30px 20px;
  border: 1px solid #eee;
}
.page-apply .item {
  margin-bottom: 20px;
}
.page-apply .item label {
  display: block;
  height: 30px;
  line-height: 30px;
  color: #666;
}
.page-apply .item input {
  display: block;
  width: 500px;
  height: 30px;
  line-height: 30px;
  padding: 5px;
  background: #f8f8f8;
  border: 1px solid #e0e0e0;
  outline: none;
}
.page-apply .item textarea {
  display: block;
  width: 620px;
  height: 120px;
  line-height: 30px;
  padding: 5px;
  background: #f8f8f8;
  border: 1px dotted #e0e0e0;
  outline: none;
  resize: none;
}
.page-apply .btn-submit {
  display: block;
  width: 110px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  background: #c40000;
  color: #fff;
  cursor: pointer;
  border: 0;
}
/*个性化定制*/
.btn-made {
  display: block;
  width: 150px;
  height: 46px;
  line-height: 46px;
  margin: 10px auto;
}
.btn-made:hover {
  color: #fff;
}
/*产品商城 列表页*/
/*二级类*/
.prod-sub-cate {
  width: 100%;
  margin: 20px 0;
  overflow: hidden;
}
.prod-sub-cate li {
  float: left;
  width: 120px;
  height: 40px;
  line-height: 40px;
  margin-right: 20px;
  margin-bottom: 10px;
  text-align: center;
}
.prod-sub-cate li a {
  display: block;
  border-radius: 30px;
  border: 1px solid #ddd;
  background: #fff;
  color: #333;
}
.prod-sub-cate li a:hover,
.prod-sub-cate li a.active {
  background: #c40000;
  color: #fff;
}
/*产品列表*/
.prod-list {
  width: 100%;
}
.prod-list ul {
  width: 980px;
}
.prod-list ul li {
  float: left;
  width: 221px;
  margin-right: 23px;
  margin-bottom: 20px;
}
.prod-list ul li a {
  display: block;
  box-shadow: 0 1px 6px 1px rgba(0, 0, 0, 0.1);
}
.prod-list ul li a img {
  display: block;
  width: 221px;
  height: 221px;
}
.prod-list ul li a .info {
  width: 205px;
  padding: 0 8px;
  overflow: hidden;
}
.prod-list ul li a .info h3 {
  width: 100%;
  height: 32px;
  line-height: 32px;
  overflow: hidden;
}
.prod-list ul li a .info .attr {
  height: 40px;
  line-height: 40px;
  overflow: hidden;
}
.prod-list ul li a .info .attr .price {
  float: left;
  width: 174px;
  color: #c40000;
}
.prod-list ul li a .info .attr .price em {
  font-size: 18px;
}
.prod-list ul li a .info .attr .add-cart {
  float: right;
  width: 31px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #666;
  font-size: 26px;
}
.prod-list ul li a:hover {
  box-shadow: 0 1px 6px 1px rgba(0, 0, 0, 0.3);
  color: #c40000;
}
.prod-list ul li a:hover .add-cart {
  color: #c40000;
}
/*产品详情*/
.goods-detail-top {
  width: 100%;
  margin-bottom: 20px;
  overflow: hidden;
  /*详情页 大小图切换*/
}
.goods-detail-top .tb-gallery {
  float: left;
  width: 482px;
  height: 382px;
  margin-right: 15px;
  overflow: hidden;
}
.goods-detail-top .tb-gallery .small-pics {
  float: left;
  width: 88px;
  margin-right: 12px;
}
.goods-detail-top .tb-gallery .small-pics li {
  width: 86px;
  height: 86px;
  margin-bottom: 10px;
  border: 1px solid #eee;
}
.goods-detail-top .tb-gallery .small-pics li.selected {
  border-color: #c40000;
}
.goods-detail-top .tb-gallery .small-pics li img {
  width: 86px;
  height: 86px;
}
.goods-detail-top .tb-gallery .tb-main-pic {
  float: left;
  width: 380px;
  height: 380px;
  border: 1px solid #d9d9d9;
}
.goods-detail-top .group {
  float: left;
  width: 477px;
  /*型号*/
}
.goods-detail-top .group h1 {
  margin-bottom: 20px;
  margin-top: 12px;
  line-height: 30px;
  font-size: 18px;
  font-weight: bold;
  color: #333;
}
.goods-detail-top .group .info {
  width: 440px;
  padding: 10px 20px;
  margin-bottom: 15px;
  line-height: 30px;
  background: #f2f2f2;
}
.goods-detail-top .group .info .price em {
  font-size: 22px;
  color: #d00000;
  font-weight: bold;
}
.goods-detail-top .group .info .number em {
  color: #666;
}
.goods-detail-top .group .choose-attr {
  line-height: 32px;
  margin-bottom: 5px;
  font-size: 13px;
}
.goods-detail-top .group .choose-attr .dt {
  float: left;
  color: #666;
}
.goods-detail-top .group .choose-attr .dd {
  margin-left: 60px;
}
.goods-detail-top .group .choose-attr .dd .item {
  float: left;
  margin-right: 7px;
  margin-bottom: 4px;
}
.goods-detail-top .group .choose-attr .dd .item a {
  display: block;
  padding: 0 13px;
  border: 1px solid #ccc;
  color: #666;
  white-space: nowrap;
}
.goods-detail-top .group .choose-attr .dd .item a img {
  display: block;
  width: 60px;
  height: 60px;
}
.goods-detail-top .group .choose-attr .dd .item a.selected,
.goods-detail-top .group .choose-attr .dd .item a:hover {
  border: 1px solid #c40000;
}
.goods-detail-top .group .choose-attr.choose-img .dd .item a {
  padding: 0;
}
.goods-detail-top .group .goods-num {
  width: 332px;
  height: 36px;
  margin-top: 10px;
  margin-bottom: 20px;
  line-height: 36px;
  overflow: hidden;
}
.goods-detail-top .group .goods-num .txt {
  float: left;
}
.goods-detail-top .group .goods-num .btn {
  float: left;
  width: 40px;
  height: 34px;
  line-height: 34px;
  margin-right: 3px;
  border: 1px solid #eaeaea;
  text-align: center;
  font-size: 14px;
  color: #7e7e7e;
  cursor: pointer;
}
.goods-detail-top .group .goods-num .num {
  float: left;
  width: 60px;
  height: 34px;
  line-height: 34px;
  margin-right: 3px;
  border: 1px solid #eaeaea;
  text-align: center;
}
.goods-detail-top .group .btns {
  width: 360px;
}
.goods-detail-top .group .btns a {
  float: left;
  display: block;
  width: 160px;
  height: 40px;
  line-height: 40px;
  margin-right: 18px;
  text-align: center;
  background: #d00000;
  color: #fff;
  font-size: 18px;
  border-radius: 5px;
}
.goods-detail-top .group .btns a.btn-buy {
  background: #ff8400;
}
.goods-detail-top .relevant-prod {
  float: right;
  width: 206px;
  border: 1px solid #eee;
}
.goods-detail-top .relevant-prod .title {
  height: 36px;
  line-height: 36px;
  padding-left: 10px;
  margin-bottom: 10px;
  color: #666;
  font-weight: 600;
  background: #f6f6f6;
}
.goods-detail-top .relevant-prod .cont {
  padding: 0 10px 10px 10px;
}
.goods-detail-top .relevant-prod .cont li {
  padding-bottom: 5px;
  margin-bottom: 6px;
  border-bottom: 1px dotted #eee;
}
.goods-detail-top .relevant-prod .cont li a {
  display: block;
  overflow: hidden;
}
.goods-detail-top .relevant-prod .cont li a img {
  float: left;
  width: 53px;
  height: 53px;
}
.goods-detail-top .relevant-prod .cont li a .text {
  float: right;
  width: 130px;
}
.goods-detail-top .relevant-prod .cont li a .text h3 {
  width: 130px;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  font-size: 13px;
}
.goods-detail-top .relevant-prod .cont li a .text .price {
  font-size: 12px;
  color: #c40000;
  font-weight: bold;
}
.goods-detail-wrap {
  width: 100%;
  margin-top: 20px;
  overflow: hidden;
}
.goods-detail-wrap .g-border {
  border: 1px solid #eee;
}
.goods-detail-wrap .g-title {
  height: 36px;
  line-height: 36px;
  padding-left: 10px;
  margin-bottom: 10px;
  color: #666;
  font-weight: 600;
  background: #f6f6f6;
}
.goods-detail-wrap .left-area {
  float: left;
  width: 208px;
  margin-right: 20px;
}
.goods-detail-wrap .left-area .prod-cate {
  width: 206px;
  margin-bottom: 20px;
  font-size: 12px;
}
.goods-detail-wrap .left-area .prod-cate .g-title {
  margin-bottom: 0;
}
.goods-detail-wrap .left-area .prod-cate .cont li .tit {
  width: 191px;
  height: 30px;
  line-height: 30px;
  padding-left: 15px;
  background: #f9f9f9;
  font-weight: bold;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
.goods-detail-wrap .left-area .prod-cate .cont li .tit i.icon {
  display: inline-block;
  width: 11px;
  height: 11px;
  line-height: 11px;
  vertical-align: middle;
  margin-right: 5px;
}
.goods-detail-wrap .left-area .prod-cate .cont li .tit i.icon.fold {
  background: url("/public/images/open.png") -24px -99px no-repeat;
}
.goods-detail-wrap .left-area .prod-cate .cont li .tit i.icon.open {
  background: url("/public/images/open.png") -6px -99px no-repeat;
}
.goods-detail-wrap .left-area .prod-cate .cont li .tit a {
  color: #333;
}
.goods-detail-wrap .left-area .prod-cate .cont li .tit a:hover {
  color: #c40000;
  text-decoration: underline;
}
.goods-detail-wrap .left-area .prod-cate .cont li .sub {
  width: 100%;
  font-size: 13px;
}
.goods-detail-wrap .left-area .prod-cate .cont li .sub a {
  display: block;
  width: 187px;
  height: 30px;
  line-height: 30px;
  padding-left: 19px;
  color: #666;
}
.goods-detail-wrap .left-area .prod-cate .cont li .sub a i.icon {
  display: inline-block;
  width: 3px;
  height: 3px;
  margin-right: 9px;
  vertical-align: middle;
  background: #666;
}
.goods-detail-wrap .left-area .prod-cate .cont li .sub a:hover {
  color: #c40000;
  text-decoration: underline;
}
.goods-detail-wrap .left-area .hot {
  width: 206px;
}
.goods-detail-wrap .left-area .hot .cont {
  padding: 0 10px 10px 10px;
}
.goods-detail-wrap .left-area .hot .cont li {
  margin-bottom: 16px;
  font-size: 13px;
}
.goods-detail-wrap .left-area .hot .cont li .pic img {
  width: 186px;
  height: 186px;
}
.goods-detail-wrap .left-area .hot .cont li h3 {
  max-height: 40px;
  margin: 6px 0;
  line-height: 20px;
}
.goods-detail-wrap .left-area .hot .cont li h3 a {
  color: #666;
}
.goods-detail-wrap .left-area .hot .cont li h3 a:hover {
  color: #d00000;
}
.goods-detail-wrap .left-area .hot .cont li p {
  overflow: hidden;
}
.goods-detail-wrap .left-area .hot .cont li p .price {
  float: left;
  color: #d00000;
}
.goods-detail-wrap .left-area .hot .cont li p .sale {
  float: right;
  color: #999;
}
.goods-detail-wrap .left-area .hot .cont li p .sale em {
  color: #d00000;
}
.goods-detail-wrap .left-area.mr0 {
  margin-right: 0;
}
.goods-detail-wrap .left-area.fr {
  float: right;
}
.goods-detail-wrap .right-area {
  float: left;
  width: 744px;
}
.goods-detail-wrap .right-area .g-title {
  padding: 0;
  font-weight: normal;
  overflow: hidden;
}
.goods-detail-wrap .right-area .g-title li {
  float: left;
  width: 100px;
  height: 36px;
  border-right: 1px solid #eee;
  line-height: 36px;
  text-align: center;
  cursor: pointer;
}
.goods-detail-wrap .right-area .g-title li.active {
  background: #d00000;
  color: #fff;
}
.goods-detail-wrap .right-area .tab-box {
  padding: 10px 15px;
  /*参数规格*/
}
.goods-detail-wrap .right-area .tab-box img {
  max-width: 100%;
}
.goods-detail-wrap .right-area .tab-box .parameter table {
  width: 100%;
  border: 1px solid #e6e6e6;
}
.goods-detail-wrap .right-area .tab-box .parameter table td {
  padding: 6px 0 6px 20px;
  line-height: 26px;
  color: #666;
  border: 1px solid #eaeaea;
}
.goods-detail-wrap .right-area .tab-box .parameter table td.key {
  width: 18%;
  text-align: right;
}
/*积分商城*/
.integral-shop-info {
  width: 100%;
  height: 83px;
  background: #fff;
  margin-top: -20px;
  margin-bottom: 20px;
  -webkit-box-shadow: 0 5px 3px 0 rgba(0, 0, 0, 0.04);
  -khtml-box-shadow: 0 5px 3px 0 rgba(0, 0, 0, 0.04);
  -moz-box-shadow: 0 5px 3px 0 rgba(0, 0, 0, 0.04);
  -ms-box-shadow: 0 5px 3px 0 rgba(0, 0, 0, 0.04);
  -o-box-shadow: 0 5px 3px 0 rgba(0, 0, 0, 0.04);
  box-shadow: 0 5px 3px 0 rgba(0, 0, 0, 0.04);
}
.integral-shop-info li {
  float: left;
  width: 222px;
  height: 83px;
  text-align: center;
}
.integral-shop-info li.w01 {
  width: 252px;
}
.integral-shop-info li.item {
  padding-top: 18px;
}
.integral-shop-info li.item-avatar {
  overflow: hidden;
}
.integral-shop-info li.item-avatar .avatar {
  float: left;
  width: 63px;
  height: 63px;
  margin: 6px 16px 0 0;
  border-radius: 50%;
  padding: 3px;
  border: 1px solid #ededed;
}
.integral-shop-info li.item-avatar .u-text {
  float: left;
  width: 165px;
  line-height: 24px;
  margin-top: 30px;
  text-align: left;
}
.integral-shop-info li.item-avatar .u-text .name {
  font-size: 16px;
  font-weight: bold;
}
.integral-shop-info li.item .num {
  font-size: 24px;
  color: #333;
}
.integral-shop-info li.item .text {
  line-height: 24px;
  color: #999;
}
.integral-shop-info li.item-link {
  position: relative;
}
.integral-shop-info li.item-link a {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  padding-top: 32px;
  line-height: 24px;
  color: #666;
}
.integral-shop-info li.item-link a i.iconfont {
  color: #000;
}
.integral-shop-info li.item-link a i.iconfont.icon01 {
  font-size: 28px;
  color: #666;
  vertical-align: middle;
}
.integral-shop-info li.item-link a.active {
  color: #fff;
}
.integral-shop-info li.item-link a.active i.iconfont {
  color: #fff;
}
.integral-shop-info li.item-link a.active i.iconfont.icon {
  color: #fff;
}
.integral-shop-info li .line {
  position: absolute;
  top: 20px;
  right: 0;
  width: 1px;
  height: 44px;
  background: #e8e8e8;
}
.integral-shop-info li .link-bg {
  display: none;
  position: absolute;
  left: 0;
  top: -8px;
  z-index: 0;
  width: 100%;
  height: 98px;
  background: #c40000;
}
/*积分商城商品筛选*/
.integral-shop-filter {
  width: 1198px;
  margin: 0 auto 12px;
  border: 1px solid #eee;
}
.integral-shop-filter .title {
  height: 36px;
  line-height: 36px;
  text-indent: 16px;
  background: #f4f4f4;
  border-bottom: 1px solid #eee;
  color: #333;
}
.integral-shop-filter .cont {
  width: 1158px;
  padding: 0 20px;
}
.integral-shop-filter .cont li {
  padding: 8px 0;
  line-height: 32px;
  border-bottom: 1px dashed #e6e6e6;
  overflow: hidden;
}
.integral-shop-filter .cont li .tit {
  float: left;
  width: 90px;
  color: #666;
}
.integral-shop-filter .cont li .group {
  float: left;
  width: 1068px;
}
.integral-shop-filter .cont li .group a {
  line-height: 20px;
  padding: 0 20px;
  margin-bottom: 20px;
}
.integral-shop-sort {
  width: 1158px;
  height: 28px;
  line-height: 28px;
  margin: 0 auto 20px;
  border: 1px solid #eee;
  background: #f7f7f7;
  padding: 8px 20px;
}
.integral-shop-sort .tit {
  float: left;
  width: 90px;
}
.integral-shop-sort .sort-way {
  float: left;
  overflow: hidden;
}
.integral-shop-sort .sort-way li {
  float: left;
  height: 26px;
  line-height: 26px;
  text-align: center;
  border: 1px solid #e5e5e5;
  padding: 0 10px;
}
.integral-shop-sort .sort-way li.integral {
  overflow: hidden;
}
.integral-shop-sort .sort-way li.integral a {
  color: #595a5c;
}
.integral-shop-sort .sort-way li.integral a span {
  float: left;
  margin-right: 5px;
  margin-left: 5px;
}
.integral-shop-sort .sort-way li.integral a em {
  float: left;
}
.integral-shop-sort .sort-way li.integral a em i.iconfont {
  display: block;
  height: 1rem;
}
.integral-shop-sort .sort-way li.integral a em i.iconfont.top {
  line-height: 25px;
  color: #595a5c;
}
.integral-shop-sort .sort-way li.integral a em i.iconfont.bottom {
  line-height: 5px;
  color: #595a5c;
}
.integral-shop-sort .sort-way li.integral.sorted-top {
  border-color: #c40000;
}
.integral-shop-sort .sort-way li.integral.sorted-top a {
  color: #c40000;
}
.integral-shop-sort .sort-way li.integral.sorted-top a em i.iconfont.top {
  color: #c40000;
}
.integral-shop-sort .sort-way li.integral.sorted-top a em i.iconfont.bottom {
  color: #595a5c;
}
.integral-shop-sort .sort-way li.integral.sorted-bottom {
  border-color: #c40000;
}
.integral-shop-sort .sort-way li.integral.sorted-bottom a {
  color: #c40000;
}
.integral-shop-sort .sort-way li.integral.sorted-bottom a em i.iconfont.top {
  color: #595a5c;
}
.integral-shop-sort .sort-way li.integral.sorted-bottom a em i.iconfont.bottom {
  color: #c40000;
}
.integral-shop-sort .search {
  float: right;
  height: 28px;
  overflow: hidden;
}
.integral-shop-sort .search input {
  float: left;
  width: 170px;
  height: 26px;
  line-height: 26px;
  border: 1px solid #dcdcdc;
  padding-left: 5px;
  background: #fff;
}
.integral-shop-sort .search .btn-search {
  float: left;
  width: 60px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  background: #c40000;
  color: #fff;
}
/*积分商城产品列表*/
.integral-goods-list {
  width: 1200px;
  margin: 0 auto 20px;
}
.integral-goods-list ul {
  width: 1215px;
  overflow: hidden;
}
.integral-goods-list ul li {
  float: left;
  width: 228px;
  margin-right: 15px;
  margin-bottom: 20px;
}
.integral-goods-list ul li a {
  display: block;
  width: 210px;
  padding: 8px;
  border: 1px solid #eee;
}
.integral-goods-list ul li a:hover {
  border-color: #c40000;
}
.integral-goods-list ul li a:hover .price {
  color: #666;
}
.integral-goods-list ul li a img {
  display: block;
  width: 210px;
  height: 210px;
  margin-bottom: 5px;
}
.integral-goods-list ul li a h3 {
  height: 27px;
  line-height: 27px;
  color: #333;
  overflow: hidden;
}
.integral-goods-list ul li a .price {
  height: 30px;
  line-height: 30px;
  color: #666;
  font-size: 13px;
  overflow: hidden;
}
.integral-goods-list ul li a .price span {
  color: #c40000;
}
/*积分商城产品详情*/
.integral-goods-detail-top {
  width: 100%;
  margin-bottom: 20px;
  overflow: hidden;
  /*详情页 大小图切换*/
}
.integral-goods-detail-top .tb-gallery {
  float: left;
  width: 382px;
  height: 380px;
  margin-right: 15px;
  overflow: hidden;
}
.integral-goods-detail-top .tb-gallery .tb-main-pic {
  float: left;
  width: 380px;
  height: 380px;
  border: 1px solid #d9d9d9;
}
.integral-goods-detail-top .group {
  float: left;
  width: 577px;
  /*型号*/
}
.integral-goods-detail-top .group h1 {
  margin-bottom: 20px;
  margin-top: 12px;
  line-height: 30px;
  font-size: 18px;
  font-weight: bold;
  color: #333;
}
.integral-goods-detail-top .group .info {
  width: 540px;
  padding: 10px 20px;
  margin-bottom: 15px;
  line-height: 30px;
  background: #f2f2f2;
}
.integral-goods-detail-top .group .info .price em {
  font-size: 22px;
  color: #d00000;
  font-weight: bold;
}
.integral-goods-detail-top .group .info .number em {
  color: #666;
}
.integral-goods-detail-top .group .choose-attr {
  line-height: 32px;
  margin-bottom: 5px;
  font-size: 13px;
}
.integral-goods-detail-top .group .choose-attr .dt {
  float: left;
  color: #666;
}
.integral-goods-detail-top .group .choose-attr .dd {
  margin-left: 60px;
}
.integral-goods-detail-top .group .choose-attr .dd .item {
  float: left;
  margin-right: 7px;
  margin-bottom: 4px;
}
.integral-goods-detail-top .group .choose-attr .dd .item a {
  display: block;
  padding: 0 13px;
  border: 1px solid #ccc;
  color: #666;
  white-space: nowrap;
}
.integral-goods-detail-top .group .choose-attr .dd .item a img {
  display: block;
  width: 60px;
  height: 60px;
}
.integral-goods-detail-top .group .choose-attr .dd .item a.selected,
.integral-goods-detail-top .group .choose-attr .dd .item a:hover {
  border: 1px solid #c40000;
}
.integral-goods-detail-top .group .choose-attr.choose-img .dd .item a {
  padding: 0;
}
.integral-goods-detail-top .group .goods-num {
  width: 432px;
  height: 36px;
  margin-top: 10px;
  margin-bottom: 20px;
  line-height: 36px;
  overflow: hidden;
}
.integral-goods-detail-top .group .goods-num .txt {
  float: left;
}
.integral-goods-detail-top .group .goods-num .btn {
  float: left;
  width: 40px;
  height: 34px;
  line-height: 34px;
  margin-right: 3px;
  border: 1px solid #eaeaea;
  text-align: center;
  font-size: 14px;
  color: #7e7e7e;
  cursor: pointer;
}
.integral-goods-detail-top .group .goods-num .num {
  float: left;
  width: 60px;
  height: 34px;
  line-height: 34px;
  margin-right: 3px;
  border: 1px solid #eaeaea;
  text-align: center;
}
.integral-goods-detail-top .group .btns {
  width: 432px;
}
.integral-goods-detail-top .group .btns a {
  float: left;
  display: block;
  width: 160px;
  height: 40px;
  line-height: 40px;
  margin-right: 40px;
  text-align: center;
  background: #d00000;
  color: #fff;
  font-size: 18px;
  border-radius: 5px;
}
.integral-goods-detail-top .relevant-prod {
  float: right;
  width: 206px;
  border: 1px solid #eee;
}
.integral-goods-detail-top .relevant-prod .title {
  height: 36px;
  line-height: 36px;
  padding-left: 10px;
  margin-bottom: 10px;
  color: #666;
  font-weight: 600;
  background: #f6f6f6;
}
.integral-goods-detail-top .relevant-prod .cont {
  padding: 0 10px 10px 10px;
}
.integral-goods-detail-top .relevant-prod .cont li {
  padding-bottom: 5px;
  margin-bottom: 6px;
  border-bottom: 1px dotted #eee;
}
.integral-goods-detail-top .relevant-prod .cont li a {
  display: block;
  overflow: hidden;
}
.integral-goods-detail-top .relevant-prod .cont li a img {
  float: left;
  width: 73px;
  height: 73px;
}
.integral-goods-detail-top .relevant-prod .cont li a .text {
  float: right;
  width: 110px;
}
.integral-goods-detail-top .relevant-prod .cont li a .text h3 {
  width: 110px;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  font-size: 13px;
}
.integral-goods-detail-top .relevant-prod .cont li a .text .price {
  font-size: 12px;
  color: #c40000;
  font-weight: bold;
}
.integral-goods-detail-top .hot {
  float: right;
  width: 206px;
  border: 1px solid #eee;
}
.integral-goods-detail-top .hot .title {
  height: 36px;
  line-height: 36px;
  padding-left: 10px;
  margin-bottom: 10px;
  color: #666;
  font-weight: 600;
  background: #f6f6f6;
}
.integral-goods-detail-top .hot .cont {
  padding: 0 10px 10px 10px;
}
.integral-goods-detail-top .hot .cont li {
  margin-bottom: 16px;
  font-size: 13px;
}
.integral-goods-detail-top .hot .cont li .pic img {
  width: 186px;
  height: 186px;
}
.integral-goods-detail-top .hot .cont li h3 {
  max-height: 40px;
  margin: 6px 0;
  line-height: 20px;
}
.integral-goods-detail-top .hot .cont li h3 a {
  color: #666;
}
.integral-goods-detail-top .hot .cont li h3 a:hover {
  color: #d00000;
}
.integral-goods-detail-top .hot .cont li p {
  overflow: hidden;
}
.integral-goods-detail-top .hot .cont li p .price {
  float: left;
  color: #d00000;
}
.integral-goods-detail-top .hot .cont li p .sale {
  float: right;
  color: #999;
}
.integral-goods-detail-top .hot .cont li p .sale em {
  color: #d00000;
}
.integral-goods-detail-wrap {
  width: 100%;
  margin-top: 20px;
  overflow: hidden;
}
.integral-goods-detail-wrap .g-border {
  border: 1px solid #eee;
}
.integral-goods-detail-wrap .g-title {
  height: 36px;
  line-height: 36px;
  padding-left: 10px;
  margin-bottom: 10px;
  color: #666;
  font-weight: 600;
  background: #f6f6f6;
}
.integral-goods-detail-wrap .left-area {
  float: left;
  width: 234px;
  margin-right: 20px;
}
.integral-goods-detail-wrap .left-area .prod-cate {
  width: 232px;
  margin-bottom: 20px;
  font-size: 12px;
}
.integral-goods-detail-wrap .left-area .prod-cate .g-title {
  margin-bottom: 0;
}
.integral-goods-detail-wrap .left-area .prod-cate .cont li .tit {
  width: 217px;
  height: 30px;
  line-height: 30px;
  padding-left: 15px;
  background: #f9f9f9;
  font-weight: bold;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
.integral-goods-detail-wrap .left-area .prod-cate .cont li .tit i.icon {
  display: inline-block;
  width: 11px;
  height: 11px;
  line-height: 11px;
  vertical-align: middle;
  margin-right: 5px;
}
.integral-goods-detail-wrap .left-area .prod-cate .cont li .tit i.icon.fold {
  background: url("/public/images/open.png") -24px -99px no-repeat;
}
.integral-goods-detail-wrap .left-area .prod-cate .cont li .tit i.icon.open {
  background: url("/public/images/open.png") -6px -99px no-repeat;
}
.integral-goods-detail-wrap .left-area .prod-cate .cont li .tit a {
  color: #333;
}
.integral-goods-detail-wrap .left-area .prod-cate .cont li .tit a:hover {
  color: #c40000;
  text-decoration: underline;
}
.integral-goods-detail-wrap .left-area .prod-cate .cont li .sub {
  width: 100%;
  font-size: 13px;
}
.integral-goods-detail-wrap .left-area .prod-cate .cont li .sub a {
  display: block;
  width: 213px;
  height: 30px;
  line-height: 30px;
  padding-left: 19px;
  color: #666;
}
.integral-goods-detail-wrap .left-area .prod-cate .cont li .sub a i.icon {
  display: inline-block;
  width: 3px;
  height: 3px;
  margin-right: 9px;
  vertical-align: middle;
  background: #666;
}
.integral-goods-detail-wrap .left-area .prod-cate .cont li .sub a:hover {
  color: #c40000;
  text-decoration: underline;
}
.integral-goods-detail-wrap .left-area .hot {
  width: 206px;
}
.integral-goods-detail-wrap .left-area .hot .cont {
  padding: 0 10px 10px 10px;
}
.integral-goods-detail-wrap .left-area .hot .cont li {
  margin-bottom: 16px;
  font-size: 13px;
}
.integral-goods-detail-wrap .left-area .hot .cont li .pic img {
  width: 186px;
  height: 186px;
}
.integral-goods-detail-wrap .left-area .hot .cont li h3 {
  max-height: 40px;
  margin: 6px 0;
  line-height: 20px;
}
.integral-goods-detail-wrap .left-area .hot .cont li h3 a {
  color: #666;
}
.integral-goods-detail-wrap .left-area .hot .cont li h3 a:hover {
  color: #d00000;
}
.integral-goods-detail-wrap .left-area .hot .cont li p {
  overflow: hidden;
}
.integral-goods-detail-wrap .left-area .hot .cont li p .price {
  float: left;
  color: #d00000;
}
.integral-goods-detail-wrap .left-area .hot .cont li p .sale {
  float: right;
  color: #999;
}
.integral-goods-detail-wrap .left-area .hot .cont li p .sale em {
  color: #d00000;
}
.integral-goods-detail-wrap .left-area.mr0 {
  margin-right: 0;
}
.integral-goods-detail-wrap .left-area.fr {
  float: right;
}
.integral-goods-detail-wrap .right-area {
  float: left;
  width: 944px;
}
.integral-goods-detail-wrap .right-area .g-title {
  padding: 0;
  font-weight: normal;
  overflow: hidden;
}
.integral-goods-detail-wrap .right-area .g-title li {
  float: left;
  width: 100px;
  height: 36px;
  border-right: 1px solid #eee;
  line-height: 36px;
  text-align: center;
  cursor: pointer;
}
.integral-goods-detail-wrap .right-area .g-title li.active {
  background: #d00000;
  color: #fff;
}
.integral-goods-detail-wrap .right-area .tab-box {
  padding: 10px 15px;
  /*参数规格*/
}
.integral-goods-detail-wrap .right-area .tab-box img {
  max-width: 100%;
}
.integral-goods-detail-wrap .right-area .tab-box .parameter table {
  width: 100%;
  border: 1px solid #e6e6e6;
}
.integral-goods-detail-wrap .right-area .tab-box .parameter table td {
  padding: 6px 0 6px 20px;
  line-height: 26px;
  color: #666;
  border: 1px solid #eaeaea;
}
.integral-goods-detail-wrap .right-area .tab-box .parameter table td.key {
  width: 18%;
  text-align: right;
}
/*新闻*/
/*新闻列表*/
.news-list {
  width: 956px;
}
.news-list li {
  height: 168px;
  padding: 15px 0;
  margin-bottom: 15px;
  border-bottom: 1px dashed #ddd;
}
.news-list li a.pic {
  width: 280px;
  height: 168px;
  overflow: hidden;
}
.news-list li a.pic img {
  float: left;
  width: 280px;
  height: 168px;
  margin-right: 10px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.news-list li a.pic:hover img {
  transform: scale(1.02, 1.02);
  -moz-transform: scale(1.02, 1.02);
  -ms-transform: scale(1.02, 1.02);
  -o-transform: scale(1.02, 1.02);
  -webkit-transform: scale(1.02, 1.02);
}
.news-list li .text {
  float: left;
  width: 590px;
}
.news-list li .text .tit {
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  overflow: hidden;
}
.news-list li .text .tit a {
  color: #000;
}
.news-list li .text .tit a:hover {
  color: #c40000;
}
.news-list li .text .desc {
  max-height: 75px;
  line-height: 25px;
  color: #666;
  overflow: hidden;
}
.news-list li .text .time {
  display: block;
  line-height: 40px;
  font-size: 13px;
  color: #666;
}
.news-list li .text .time i.iconfont {
  margin-right: 5px;
  font-size: 17px;
  color: #000;
}
/*问题列表*/
.news-list02 {
  float: left;
  width: 950px;
}
.news-list02 .tit {
  font-size: 18px;
  height: 44px;
  line-height: 44px;
  color: #999;
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
  background: url("/public/images/tit-d.png") no-repeat left center;
  padding-left: 20px;
}
.news-list02 ul {
  width: 950px;
}
.news-list02 ul li {
  height: 40px;
  line-height: 40px;
  border-bottom: 1px dashed #ccc;
  background: url("/public/images/li-d.png") no-repeat left center;
  padding-left: 20px;
  overflow: hidden;
}
.news-list02 ul li a {
  color: #555;
  overflow: hidden;
}
.news-list02 ul li a p {
  float: left;
  width: 840px;
  overflow: hidden;
}
.news-list02 ul li a span {
  float: right;
  width: 80px;
  overflow: hidden;
}
.news-list02 ul li a:hover {
  color: #ff3042;
}
/*新闻详情*/
.news-detail {
  width: 956px;
  padding-top: 15px;
}
.news-detail h1 {
  line-height: 40px;
  font-size: 22px;
}
.news-detail .attr {
  padding: 10px 5px 0;
}
.news-detail .attr span {
  margin-right: 20px;
  vertical-align: middle;
  color: #999;
}
.news-detail .attr span .iconfont {
  font-size: 20px;
  margin-right: 5px;
}
.news-detail .cont {
  margin-top: 20px;
  line-height: 2;
  color: #555;
  font-size: 14px;
}
.news-detail .cont p img {
  max-width: 100%;
}
.news-detail .cont img {
  max-width: 100%;
}
/*常见问题列表*/
.question-list {
  width: 100%;
}
.question-list .title {
  font-size: 18px;
  height: 44px;
  line-height: 44px;
  color: #999;
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
  background: url("/public/images/tit-d.png") no-repeat left center;
  padding-left: 20px;
}
.question-list li {
  width: 928px;
  padding: 5px 10px;
  border: 1px solid #fff;
  border-bottom: 1px solid #eee;
}
.question-list li .tit {
  display: block;
  height: 40px;
  line-height: 40px;
  font-size: 15px;
  overflow: hidden;
}
.question-list li .tit h3 {
  float: left;
  width: 828px;
  color: #333;
}
.question-list li .tit span {
  float: right;
  width: 100px;
  color: #666;
  text-align: right;
  font-size: 18px;
}
.question-list li .tit span.fold {
  display: block;
}
.question-list li .tit span.open {
  display: none;
}
.question-list li .desc {
  display: none;
  line-height: 28px;
  color: #666;
}
.question-list li.active {
  border: 1px solid #ddd;
}
.question-list li.active .tit span.open {
  display: block;
}
.question-list li.active .tit span.fold {
  display: none;
}
/*招聘列表*/
.joblist .tit {
  text-align: center;
  background: url("/public/images/job-tit02.jpg") no-repeat center center;
  margin-bottom: 20px;
}
.joblist .tit h2 {
  font-size: 24px;
  color: #ff4351;
  height: 50px;
  line-height: 50px;
  width: 120px;
  margin: 0 auto;
  background-color: #fff;
}
.joblist ul {
  width: 1200px;
  overflow: hidden;
}
.joblist ul li {
  float: left;
  padding: 10px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  width: 366px;
  position: relative;
  text-align: left;
  margin-right: 10px;
  cursor: default;
  background: url("../images/join.png") no-repeat 10px 20px #f3f3f2;
  background-size: 20px;
}
.joblist ul li h2 {
  font-size: 16px;
  color: #333333;
  font-weight: 400;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  width: 316px;
  padding-left: 30px;
}
.joblist ul li .desc {
  height: 145px;
  line-height: 25px;
  font-size: 14px;
  text-align: justify;
  background-color: #fff;
  padding: 10px;
  color: #666;
  width: 346px;
  overflow: hidden;
}
.joblist ul li span {
  display: block;
  font-size: 12px;
  color: #888888;
  text-align: left;
  margin-top: 15px;
}
.joblist ul li a {
  position: absolute;
  right: 10px;
  bottom: 10px;
  background: #ff4351;
  color: #fff;
  text-align: center;
  width: 100px;
  height: 30px;
  line-height: 30px;
  cursor: pointer;
}
.joblist ul li a:hover {
  background: #d01f2b;
}
.joblist ul li:nth-child(3n) {
  margin-right: 0;
}
/*招聘详情*/
.job-detail .btn-apply {
  display: block;
  width: 150px;
  height: 46px;
  line-height: 46px;
  margin: 10px 0;
}
.job-detail .btn-apply:hover {
  color: #fff;
}
.job-detail .popbox-job-apply {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 10;
  margin-top: -340px;
  margin-left: -202px;
  width: 404px;
  height: 520px;
  background: #fff;
}
.job-detail .popbox-job-apply .tit {
  position: relative;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  font-weight: 900;
  border-bottom: 1px solid #e6e6e6;
  text-align: center;
  color: #0f2749;
}
.job-detail .popbox-job-apply .tit .exit {
  position: absolute;
  top: 0;
  right: 15px;
  display: inline-block;
  width: 29px;
  height: 32px;
  cursor: pointer;
  background: url("/public/images/sprite.png") -27px -16px no-repeat;
}
.job-detail .popbox-job-apply .cont {
  width: 354px;
  padding: 0 25px;
}
.job-detail .popbox-job-apply .cont dl {
  height: 40px;
  margin-bottom: 14px;
  overflow: hidden;
}
.job-detail .popbox-job-apply .cont dl dt {
  float: left;
  width: 80px;
  line-height: 40px;
  text-align: right;
}
.job-detail .popbox-job-apply .cont dl dd {
  position: relative;
  float: left;
  width: 272px;
}
.job-detail .popbox-job-apply .cont dl dd input {
  width: 260px;
  height: 28px;
  line-height: 28px;
  padding: 5px;
  border: 1px solid #ddd;
}
.job-detail .popbox-job-apply .cont dl dd input.input-upload {
  float: left;
  width: 200px;
}
.job-detail .popbox-job-apply .cont dl dd input.btn-upload {
  float: left;
  display: block;
  width: 70px;
  height: 46px;
  margin-top: 0;
  line-height: 46px;
  text-align: center;
  background: #c40000;
  color: #fff;
  border: 0;
  padding: 0;
}
.job-detail .popbox-job-apply .btn-submit {
  display: block;
  width: 150px;
  height: 46px;
  line-height: 46px;
  margin: 10px 0 10px 95px;
}
.job-detail .popbox-job-apply .btn-submit:hover {
  color: #fff;
  background: #b70304;
}
/*个性化定制 提交信息*/
.made-info {
  width: 907px;
  padding: 10px 15px 10px 30px;
  border: 1px solid #eee;
}
.made-info .title {
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  font-weight: bold;
}
.made-info .title span {
  color: #c40000;
  font-size: 13px;
  font-weight: normal;
}
.made-info .cont dl {
  margin-bottom: 10px;
}
.made-info .cont dl dt {
  float: left;
  width: 115px;
  line-height: 46px;
  text-align: right;
}
.made-info .cont dl dt em {
  color: #c40000;
  margin-right: 3px;
  font-size: 16px;
  vertical-align: middle;
}
.made-info .cont dl dd {
  position: relative;
  float: left;
  line-height: 46px;
  /*复选*/
}
.made-info .cont dl dd input.input-text {
  width: 300px;
  height: 34px;
  line-height: 34px;
  padding: 5px;
  border: 1px solid #ddd;
}
.made-info .cont dl dd textarea {
  width: 400px;
  height: 120px;
  line-height: 30px;
  padding: 5px;
  border: 1px solid #ddd;
}
.made-info .cont dl dd textarea.remand-change {
  display: none;
  height: 90px;
}
.made-info .cont dl dd .btn-upload {
  display: block;
  width: 75px;
  height: 30px;
  margin-top: 8px;
  line-height: 30px;
  border-radius: 5px;
  text-align: center;
  background: #ff8400;
  color: #fff;
}
.made-info .cont dl dd .select-block {
  position: relative;
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
  cursor: pointer;
  *float: left;
}
.made-info .cont dl dd .select-block .single-select {
  float: left;
  display: inline-block;
  vertical-align: middle;
}
.made-info .cont dl dd .select-block .select-tit {
  position: relative;
  display: block;
  padding: 5px 38px 5px 10px;
  min-width: 40px;
  line-height: 22px;
  height: 22px;
  border: solid 1px #dbdbdb;
  text-decoration: none;
  background: #fff;
  white-space: nowrap;
  word-break: break-all;
}
.made-info .cont dl dd .select-block .select-tit span {
  display: inline-block;
  color: #333;
  font-size: 14px;
  vertical-align: middle;
}
.made-info .cont dl dd .select-block .select-tit i {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 28px;
  height: 100%;
  border-left: 1px solid #dbdbdb;
  background: url(/public/images/input_icons.png) 3px 0px no-repeat #fafafa;
}
.made-info .cont dl dd .select-block .select-items {
  display: none;
  position: absolute;
  left: 0;
  top: 45px;
}
.made-info .cont dl dd .select-block .select-items ul {
  position: relative;
  padding: 5px;
  min-width: 120px;
  max-height: 280px;
  border: 1px solid #dbdbdb;
  background: #fff;
  overflow-y: auto;
  overflow-x: hidden;
}
.made-info .cont dl dd .select-block .select-items ul li {
  display: block;
  padding: 4px 10px;
  line-height: 22px;
  font-size: 14px;
  color: #666;
  white-space: nowrap;
  cursor: pointer;
}
.made-info .cont dl dd .select-block .select-items ul li:hover {
  color: #fff;
  text-decoration: none;
  background: #c40000;
}
.made-info .cont dl dd .select-block .select-items ul li.selected {
  color: #FFF;
  background: #c40000;
}
.made-info .cont dl dd .select-block .arrow {
  display: none;
  position: absolute;
  left: 15px;
  top: 35px;
  width: 21px;
  height: 11px;
  text-indent: -9999px;
  background: url(/public/images/input_icons.png) -40px -5px no-repeat;
}
.made-info .cont dl dd .require {
  margin-right: 40px;
}
.made-info .cont dl dd .require input {
  width: 16px;
  height: 16px;
  margin-right: 3px;
  vertical-align: middle;
}
.made-info .btn-submit {
  display: block;
  width: 150px;
  height: 46px;
  line-height: 46px;
  margin: 10px 0 10px 115px;
}
.made-info .btn-submit:hover {
  color: #fff;
  background: #b70304;
}
/*用户中心*/
.user-content {
  padding-top: 20px;
  padding-bottom: 50px;
  background: #efefef;
  /*修改找回密码*/
}
.user-content .content {
  width: 1200px;
  margin: 0 auto;
}
.user-content .content .user-menu {
  background: #fff;
  width: 165px;
  padding-bottom: 20px;
  padding-top: 15px;
  min-height: 558px;
}
.user-content .content .user-menu .navs h3 {
  padding-left: 24px;
  line-height: 36px;
  height: 36px;
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: normal;
  color: #222;
}
.user-content .content .user-menu .navs h3 .iconfont {
  color: #222;
  font-size: 20px;
  margin-right: 4px;
}
.user-content .content .user-menu .navs ul li {
  line-height: 38px;
  padding-left: 34px;
  font-size: 13px;
  font-weight: normal;
}
.user-content .content .user-menu .navs ul li a {
  padding: 8px 16px;
  color: #777;
}
.user-content .content .user-menu .navs ul li a.active {
  color: #333;
  background: #eee;
  border-radius: 5px;
}
.user-content .edit-password-wrap {
  width: 1200px;
  margin: 0 auto;
  background: #fff;
}
.user-content .modify-password {
  margin-top: 60px;
  margin-left: 165px;
  /*结果*/
}
.user-content .modify-password .step-section {
  width: 480px;
  margin: 20px 0 25px 45px;
  border-top: 5px solid #ccc;
  text-align: center;
  font-size: 12px;
}
.user-content .modify-password .step-section dl {
  position: relative;
  top: -5px;
  float: left;
  width: 160px;
  border-top: 5px solid #ccc;
}
.user-content .modify-password .step-section dl .s-num {
  position: relative;
  width: 23px;
  height: 23px;
  line-height: 23px;
  margin: -15px auto 0;
  color: #fff;
  font-weight: bold;
  background: #ccc;
  border-radius: 50%;
}
.user-content .modify-password .step-section dl .s-text {
  color: #ccc;
}
.user-content .modify-password .step-section dl.active {
  border-top-color: #c40000;
}
.user-content .modify-password .step-section dl.active .s-num {
  background: #c40000;
}
.user-content .modify-password .step-section dl.active .s-text {
  color: #c40000;
}
.user-content .modify-password .step-section dl.done {
  border-top-color: #f7c3c3;
}
.user-content .modify-password .step-section dl.done .s-num {
  background: #f7c3c3;
}
.user-content .modify-password .step-section dl.done .s-text {
  color: #f7c3c3;
}
.user-content .modify-password .step-section.w-full {
  width: 640px;
}
.user-content .modify-password form .register {
  line-height: 30px;
  padding: 10px 0;
  font-size: 14px;
}
.user-content .modify-password form .register label {
  width: 200px;
  text-align: right;
  color: #000;
  margin-right: 15px;
  line-height: 30px;
}
.user-content .modify-password form .register label span {
  color: red;
}
.user-content .modify-password form .register input {
  display: block;
  width: 194px;
  padding: 0 10px;
  line-height: 30px;
  border: 1px solid #ddd;
}
.user-content .modify-password form .register span {
  width: 100px;
  overflow: hidden;
}
.user-content .modify-password form .register em.tel {
  font-size: 16px;
  color: #666;
}
.user-content .modify-password form .register .btn-get-code {
  display: inline-block;
  height: 20px;
  line-height: 20px;
  margin-left: 5px;
  padding: 5px 14px;
  border: 1px solid #ddd;
  background: #f7f7f7;
  border-radius: 2px;
}
.user-content .modify-password form .submit {
  line-height: 30px;
  padding: 10px 0;
  font-size: 14px;
}
.user-content .modify-password form .submit .but {
  display: block;
  margin-left: 214px;
  width: 90px;
  background-color: #c40000;
  color: #fff;
  text-align: center;
  border-radius: 3px;
}
.user-content .modify-password form .submit .but:hover {
  background-color: #b70304;
}
.user-content .modify-password .results {
  margin-left: 50px;
  color: #c40000;
}
.user-content .modify-password .results i.iconfont {
  margin-right: 5px;
  font-size: 60px;
  vertical-align: middle;
}
.user-content .modify-password .results span {
  font-weight: bold;
}
.user-main {
  width: 1020px;
}
.user-main .content-one {
  padding: 10px 30px;
  background: #fff;
}
.user-main .content-one .title {
  font-size: 16px;
  color: #333;
  margin-top: 25px;
  font-weight: bold;
}
.user-main .content-one .u-info {
  width: 100%;
}
.user-main .content-one .u-info .u-head {
  width: 110px;
  height: 110px;
  margin: 20px 20px 20px 0;
}
.user-main .content-one .u-info .u-head .avatar {
  display: block;
  width: 100%;
}
.user-main .content-one .u-info .u-head .avatar img {
  display: block;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  border: 1px solid #fff;
}
.user-main .content-one .u-info .u-name {
  width: 171px;
  height: 117px;
  padding: 20px 18px 20px 0;
  border-right: dashed 1px #efefef;
  color: #333;
  font-size: 18px;
}
.user-main .content-one .u-info .u-name .name {
  height: 60px;
  line-height: 78px;
}
.user-main .content-one .u-info .u-name .name img {
  vertical-align: middle;
}
.user-main .content-one .u-info .u-name .integral {
  height: 20px;
  line-height: 20px;
  color: #666;
  font-size: 14px;
}
.user-main .content-one .u-info .u-name .integral span {
  color: #c40000;
  font-size: 15px;
  font-weight: bold;
}
.user-main .content-one .u-info .u-order {
  padding: 30px 40px;
  border-right: dashed 1px #efefef;
}
.user-main .content-one .u-info .u-order li {
  float: left;
  display: inline;
  margin-right: 36px;
  width: 66px;
  font-size: 12px;
}
.user-main .content-one .u-info .u-order li .link-icon {
  display: block;
  width: 66px;
  height: 66px;
  background: url("/public/images/user_bg.png") 0 -61px no-repeat;
}
.user-main .content-one .u-info .u-order li .i2 {
  background-position: -66px -61px;
}
.user-main .content-one .u-info .u-order li .i3 {
  background-position: -132px -61px;
}
.user-main .content-one .u-info .u-order li .i4 {
  background-position: -198px -61px;
}
.user-main .content-one .u-info .u-order li .link-text {
  margin-top: 10px;
  display: block;
  height: 24px;
  line-height: 24px;
  text-align: center;
  color: #333;
}
.user-main .content-one .u-info .u-order li .link-text .count {
  color: #999;
}
.user-main .content-one .u-info .u-order .last {
  margin-right: 0;
}
.user-main .content-list {
  margin-top: 15px;
  padding: 20px 30px;
  background-color: #fff;
}
.user-main .content-list .title {
  font-size: 16px;
  font-weight: bold;
  color: #333;
}
.user-main .content-list .all {
  color: #666;
  font-size: 12px;
}
.user-main .content-list .order-list {
  width: 100%;
  margin-top: 20px;
}
.user-main .content-list .order-list ul .item {
  height: 76px;
  padding: 20px;
  border-bottom: solid 1px #ebebeb;
}
.user-main .content-list .order-list ul .item .order-good {
  width: 322px;
}
.user-main .content-list .order-list ul .item .order-good .img {
  display: block;
  width: 100px;
  margin-right: 15px;
  height: 76px;
}
.user-main .content-list .order-list ul .item .order-good .desc {
  font-size: 14px;
  color: #222;
  line-height: 25px;
  height: 50px;
  overflow: hidden;
  width: 200px;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.user-main .content-list .order-list ul .item .cont {
  width: 532px;
}
.user-main .content-list .order-list ul .item .cont p {
  height: 76px;
  line-height: 76px;
  text-align: center;
  font-size: 12px;
  color: #000;
}
.user-main .content-list .order-list ul .item .cont .order-num {
  margin-top: -10px;
  width: 184px;
}
.user-main .content-list .order-list ul .item .cont .order-num span {
  display: block;
  margin-top: -55px;
}
.user-main .content-list .order-list ul .item .cont .order-price,
.user-main .content-list .order-list ul .item .cont .state,
.user-main .content-list .order-list ul .item .cont .check {
  width: 116px;
}
.user-main .content-list .order-list ul .item .cont .order-price {
  color: red;
}
.user-main .content-list .order-list ul .item .cont .check a {
  color: #c40000;
}
.user-main .content-list .order-list ul .item:nth-child(1) {
  border-top: 1px solid #ebebeb;
}
.user-main .content-list .swiper-container {
  margin: 20px 0;
}
.user-main .content-list .swiper-container .swiper-slide {
  float: left;
  width: 184px;
  height: 184px;
}
.user-main .content-list .swiper-container .swiper-slide img {
  display: block;
  width: 100%;
}
/*订单为空提示*/
.order-empty {
  width: 500px;
  margin: 0 auto;
  color: #666;
  overflow: hidden;
}
.order-empty i.iconfont {
  float: left;
  display: block;
  height: 100px;
  margin-right: 16px;
  line-height: 100px;
  font-size: 60px;
  color: #999;
}
.order-empty .text {
  float: left;
  margin-top: 16px;
}
.order-empty .text .tit {
  margin-bottom: 6px;
  line-height: 30px;
  font-size: 17px;
}
.order-empty .text .btn-buy {
  display: inline-block;
  height: 28px;
  line-height: 28px;
  padding: 0 15px;
  text-align: center;
  color: #fff;
  background: #c40000;
  border-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  -webkit-border-radius: 3px;
}
.list-tips {
  font-size: 14px;
  color: #ee1f1f;
  padding-left: 22px;
  position: relative;
  margin-top: 40px;
}
.list-tips .i-warn {
  position: absolute;
  display: block;
  width: 16px;
  height: 16px;
  top: 2px;
  left: 2px;
  background: url("/public/images/user_bg.png") -183px -230px no-repeat;
}
/*个人资料*/
.mine-news {
  padding: 0 30px 20px 30px;
  min-height: 573px;
  background-color: #fff;
  overflow: hidden;
}
.mine-news .title {
  font-size: 16px;
  color: #333;
  margin-top: 25px;
  font-weight: bold;
}
.user-info {
  margin: 28px 0 0 50px;
  color: #333;
}
.user-info table td {
  vertical-align: top!important;
}
.user-info table td .avatar-cont {
  margin: 30px 30px 10px 30px;
  width: 140px;
  height: 140px;
}
.user-info table td .avatar-cont img {
  width: 140px;
  height: 140px;
  border-radius: 50%;
}
.user-info table td .change-avatar {
  margin: 0 auto;
  color: #999;
}
.user-info table td .profile-row {
  font-size: 14px;
  overflow: hidden;
  padding: 10px 0;
  line-height: 30px;
}
.user-info table td .profile-row label.name {
  float: left;
  text-align: right;
  margin-right: 14px;
  color: #999;
  width: 100px;
}
.user-info table td .profile-row .label-radio {
  margin-right: 6px;
}
.user-info table td .profile-row .label-radio input {
  margin-right: 2px;
  width: 16px;
  height: 16px;
  vertical-align: middle;
}
.user-info table td .profile-row .red {
  color: red;
}
.user-info table td .profile-row .profile-cont {
  float: left;
}
.user-info table td .profile-row .profile-cont .ptxt {
  display: inline-block;
  width: 150px;
}
.user-info table td .profile-row .profile-cont .input-area {
  width: 194px;
  padding: 0 10px;
  height: 30px;
  line-height: 30px;
  box-sizing: border-box;
  border: 1px solid #ddd;
}
.user-info table td .profile-row .profile-cont .input-addr {
  width: 320px;
  height: 30px;
  line-height: 30px;
}
.user-info table td .profile-row .profile-cont select {
  margin: 0;
  font-size: 14px;
  background: url("../images/user/arrow.png") 90% 50% no-repeat;
  padding: 0 0 0 10px;
  height: 30px;
  line-height: 30px;
  box-sizing: border-box;
  border: 1px solid #ddd;
  width: 100px;
}
.user-info table td .profile-row .get-code {
  float: left;
  display: inline-block;
  height: 28px;
  line-height: 28px;
  margin-top: 1px;
  margin-left: 5px;
  padding: 0 8px;
  border: 1px solid #ddd;
  background: #f6f6f6;
  color: #555;
  text-align: center;
}
.user-info table td .profile-row .get-code:hover {
  background-color: #eee;
}
.user-info table td .submit {
  font-size: 14px;
  overflow: hidden;
  padding: 10px 0;
  line-height: 30px;
}
.user-info table td .submit .but {
  width: 90px;
  height: 30px;
  line-height: 30px;
  color: #fff;
  display: inline-block;
  text-align: center;
  margin-left: 114px;
  border-radius: 2px;
  background: #c40000;
}
.user-info table td .submit .but:hover {
  background-color: #b70304;
}
/*我的订单*/
.order-tit-tabs ul {
  margin-top: 20px;
}
.order-tit-tabs ul li {
  margin-right: 26px;
  float: left;
}
.order-tit-tabs ul li a {
  padding: 2px 3px 4px 3px;
}
.order-tit-tabs ul li .active {
  color: #ee1f1f;
  font-weight: bold;
  border-bottom: 2px solid #ee1f1f;
}
.order-tit-tabs ul li a:hover {
  color: #ee1f1f;
  font-weight: bold;
  border-bottom: 2px solid #ee1f1f;
}
.order-tit-tabs .order-search-box {
  margin-top: 20px;
  margin-left: 5px;
}
.order-tit-tabs .order-search-box .register input {
  width: 148px;
  height: 22px;
  line-height: 22px;
  color: #333;
  border: solid 1px #ebebeb;
  padding-left: 5px;
}
.order-tit-tabs .order-search-box .register button {
  background-color: #c40000;
  color: #fff;
  border: none;
  height: 24px;
  line-height: 24px;
  width: 50px;
  text-align: center;
  margin-left: 5px;
  border-radius: 2px;
  cursor: pointer;
}
.order-tit-tabs .order-search-box .register button:hover {
  background-color: #b70304;
}
.order-list {
  margin-top: 20px;
}
.order-list .table-lists {
  width: 950px;
  border: none;
  font-size: 12px;
  font-style: normal;
  border-collapse: collapse;
}
.order-list .table-lists th {
  font-weight: bold;
  vertical-align: middle;
}
.order-list .table-lists .white-line {
  background-color: #fff;
  height: 10px;
}
.order-list .table-lists .gray-td {
  background-color: #f2f2f2;
  height: 36px;
  color: #555;
  text-align: center;
}
.order-list .table-lists .gray-tit {
  background-color: #f2f2f2;
  height: 36px;
  color: #666;
  border: solid 1px #eee;
  border-bottom: none;
  text-indent: 20px;
  line-height: 36px;
}
.order-list .table-lists .gray-tit .delete {
  display: block;
  float: right;
  margin-right: 10px;
  font-size: 18px;
  color: #666;
}
.order-list .table-lists .order-td {
  border-left: solid 1px #eee;
  border-bottom: solid 1px #eee;
  border-right: solid 1px #eee;
  text-align: center;
}
.order-list .table-lists .remark span {
  display: block;
  margin: 0 auto;
  margin-bottom: 5px;
  border: 1px solid #eee;
  color: #333;
  width: 50px;
  border-radius: 3px;
  line-height: 25px;
  font-weight: 700;
}
.order-list .table-lists .remark span:hover {
  border-color: #ff4400;
  color: #f40;
}
.order-list .table-lists .red {
  color: red;
}
.order-list .table-lists .img-box {
  width: 340px;
  overflow: hidden;
  margin: 15px 15px 0 15px;
}
.order-list .table-lists .img-box img {
  float: left;
  display: block;
  width: 100px;
  height: 100px;
  margin-right: 15px;
}
.order-list .table-lists .img-box p {
  float: left;
  width: 225px;
  height: 44px;
  line-height: 22px;
  margin-top: 24px;
  text-align: left;
  overflow: hidden;
}
.order-list .table-lists .opr {
  display: block;
  line-height: 20px;
  color: #c40000;
}
.order-list .table-lists .opr:hover {
  text-decoration: underline;
}
.order-list .table-lists .order-bt {
  border-top: 1px solid #eee;
}
.check-all {
  margin-top: 20px;
}
.check-all .opr-link {
  display: inline-block;
  line-height: 30px;
  text-align: center;
  background-color: #c40000;
  color: #fff;
  width: 80px;
  border-radius: 3px;
  margin-left: 3px;
}
.check-all .opr-link:hover {
  background-color: #b70304;
}
/*用户中心 无侧边栏框架*/
.user-page-bg {
  padding-top: 16px;
  border-top: 5px solid #efefef;
}
.user-page {
  width: 1200px;
  margin: 0 auto 50px;
}
.user-page .title {
  margin-bottom: 20px;
  font-size: 20px;
  color: #000;
  font-weight: bold;
}
/*订单详情*/
.order-state {
  border: 1px solid #ff4400;
  background-color: #fff7eb;
  padding: 20px;
  margin-bottom: 25px;
}
.order-state p {
  color: #333;
  font-weight: bold;
  font-size: 15px;
}
.product-state {
  margin: 20px 0;
  position: relative;
}
.product-state .container .tabs {
  position: absolute;
  left: 20px;
  z-index: 50;
}
.product-state .container .tabs li {
  float: left;
  width: 130px;
  height: 27px;
  margin-right: 3px;
  padding-top: 8px;
  line-height: 21px;
  text-align: center;
  background: url("/public/images/tabview_bg.gif") 0 6px no-repeat;
  cursor: pointer;
  background-position: 0 -40px;
}
.product-state .container .tabs li a {
  display: block;
  font-weight: 700;
  font-size: 15px;
  color: #333;
  width: 130px;
}
.product-state .container .tabs-mod {
  position: relative;
  top: 29px;
  overflow: hidden;
  margin-bottom: 40px;
  padding: 10px 20px;
  border: 1px solid #aec7e5;
}
.product-state .container .tabs-mod hr {
  color: #D1D7DC;
  background-color: #d1d7dc;
  border: none;
  height: 1px;
  margin: 10px 0 5px;
}
.product-state .container .tabs-mod .address-mod p {
  line-height: 30px;
  margin-bottom: 4px;
  word-wrap: break-word;
  font-size: 12px;
}
.product-state .container .tabs-mod .address-mod p span {
  float: left;
  width: 78px;
  font-weight: 700;
}
.product-state .container .tabs-mod .order-mod h3 {
  font-size: 14px;
  font-weight: 700;
  line-height: 30px;
}
.product-state .container .tabs-mod .order-mod .cont {
  margin-bottom: 10px;
}
.product-state .container .tabs-mod .order-mod .cont ul {
  line-height: 30px;
}
.product-state .container .tabs-mod .order-mod .cont ul li {
  float: left;
  font-size: 12px;
  width: 50%;
  text-align: center;
  border-bottom: 1px solid #e7e7eb;
}
.product-state .container .tabs-mod .order-mod .order-cont {
  padding-top: 10px;
}
.product-state .container .tabs-mod .order-mod .order-cont table {
  border-spacing: 0;
  border-collapse: collapse;
  border: 1px solid #ddd;
  text-align: center;
  line-height: 130%;
  width: 100%;
}
.product-state .container .tabs-mod .order-mod .order-cont table th {
  background-color: #e8f2ff;
  color: #404040;
  padding: 8px 10px;
  font-weight: 400;
  word-wrap: break-word;
  text-align: center;
}
.product-state .container .tabs-mod .order-mod .order-cont table td {
  padding: 8px 5px;
  vertical-align: middle;
  border: 1px solid #ddd;
  line-height: 150%;
}
.product-state .container .tabs-mod .order-mod .order-cont table td .img-box {
  float: left;
  margin-right: 5px;
}
.product-state .container .tabs-mod .order-mod .order-cont table td .img-box a {
  display: block;
  width: 50px;
  height: 50px;
  vertical-align: middle;
  text-align: center;
}
.product-state .container .tabs-mod .order-mod .order-cont table td .img-box a img {
  max-width: 50px;
  max-height: 50px;
}
.product-state .container .tabs-mod .order-mod .order-cont table td .txt {
  width: 380px;
  height: 36px;
  line-height: 18px;
  margin-left: 55px;
  margin-top: 10px;
  text-align: left;
  color: gray;
  overflow: hidden;
}
.product-state .container .tabs-mod .order-mod .order-cont table td .txt a {
  color: #c40000;
}
.product-state .container .tabs-mod .order-mod .order-cont table td .txt a:hover {
  color: red;
}
.product-state .container .tabs-mod .pay-mod {
  margin-top: 5px;
  padding: 0 14px 0 8px;
}
.product-state .container .tabs-mod .pay-mod .cont {
  float: right;
  padding-top: 15px;
  line-height: 23px;
  text-align: right;
  margin-right: 5px;
}
.product-state .container .tabs-mod .pay-mod .cont span {
  display: inline-block;
  width: 250px;
  text-align: right;
}
.product-state .container .tabs-mod .pay-mod .cont p {
  display: inline-block;
  text-align: right;
  font-weight: 700;
  font-size: 20px;
  color: #f50;
}
/*购物车*/
.cart {
  width: 100%;
}
.cart table {
  border-collapse: collapse;
  border-spacing: 0;
}
.cart table .t-r {
  text-align: right !important;
}
.cart table .t-l {
  text-align: left !important;
}
.cart table .td th {
  height: 50px;
  line-height: 50px;
  vertical-align: middle;
  background-color: #e7e7eb;
  font-weight: normal;
  color: #000;
}
.cart table .td th.goods {
  text-align: center;
}
.cart table .td .del {
  margin-left: 28px;
}
.cart table .td .blue {
  background-color: transparent;
  border-bottom: 2px solid #b2d1ff;
  border-right: 2px solid #fff;
  text-align: center;
}
.cart table .td .accounts {
  font-size: 20px;
  background-color: #FF481F;
  color: #fff;
  display: inline-block;
  line-height: 53px;
  width: 120px;
  text-align: center;
  letter-spacing: 4px;
  margin-left: 10px;
}
.cart table .td em {
  font-size: 20px;
  color: #FF481F;
  font-weight: bold;
}
.cart table .white-line {
  height: 20px;
  background-color: #fff;
}
.cart table .i-checkbox {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url("/public/images/user_bg.png") -146px 2px no-repeat;
  margin-right: 5px;
  margin-left: 20px;
  vertical-align: -2px;
}
.cart table .tb .td-tit {
  line-height: 40px;
  padding-top: 10px;
}
.cart table .tb .td-tit a {
  display: inline-block;
}
.cart table .tb .td-cont {
  border-top: 1px solid #e7e7eb;
  background-color: #fcfcfc;
  border-bottom: 1px solid #e7e7eb;
  padding: 20px 0;
}
.cart table .tb .td-cont .link-detail {
  display: block;
  overflow: hidden;
}
.cart table .tb .td-cont .link-detail img {
  float: left;
  display: block;
  border: 1px solid #e7e7eb;
  margin-right: 20px;
}
.cart table .tb .td-cont .link-detail .desc {
  float: left;
  height: 50px;
  line-height: 25px;
  font-size: 13px;
  overflow: hidden;
  width: 250px;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.cart table .tb .td-cont .price {
  color: #000;
  font-weight: bold;
}
.cart table .tb .td-cont .total-price {
  color: #ff481f;
  font-weight: bold;
}
.cart table .tb .td-cont .goods-num {
  height: 36px;
  line-height: 36px;
  overflow: hidden;
}
.cart table .tb .td-cont .goods-num .txt {
  float: left;
}
.cart table .tb .td-cont .goods-num .btn {
  float: left;
  width: 20px;
  height: 34px;
  line-height: 34px;
  margin-right: 3px;
  border: 1px solid #eaeaea;
  text-align: center;
  font-size: 14px;
  color: #7e7e7e;
  cursor: pointer;
}
.cart table .tb .td-cont .goods-num .num {
  float: left;
  width: 60px;
  height: 34px;
  line-height: 34px;
  margin-right: 3px;
  border: 1px solid #eaeaea;
  text-align: center;
}
.cart table .tb .td-cont .opr-box .opr-btn {
  display: block;
  margin-bottom: 5px;
}
.cart table .tb .td-cont:nth-child(1) {
  border-left: 1px solid #e7e7eb;
}
.cart table .tb .td-cont:nth-child(7) {
  border-right: 1px solid #e7e7eb;
}
.cart table .tb .inner {
  line-height: 25px;
  font-size: 12px;
  padding: 10px;
  background-color: #f2f7ff;
}
.cart table .tb .inner input {
  height: 25px;
  border: 1px solid #e7e7eb;
  padding-left: 5px;
  width: 328px;
}
.cart table .tb .inner input::placeholder {
  color: #b9b9b9;
}
.cart table .tb .blue {
  background-color: #fbfcff;
  border-bottom: 2px solid #fff;
}
.cart table .tb .blue:nth-child(1n) {
  border-top: 1px dotted #80b2ff;
}
.cart table .tb .blue:nth-child(1) {
  border-left: 1px solid #fff;
}
.cart table .tb .blue:nth-child(7) {
  border-right: 1px solid #fff;
}
.cart table .tb .shop-price {
  color: #000;
  font-size: 14px;
  height: 45px;
  line-height: 45px;
  background-color: #f2f7ff;
  border-top: 1px solid #fff;
  text-align: right;
  padding: 0 10px;
  border-bottom: 1px dotted #80b2ff;
}
.cart table .tb .shop-price span {
  color: #ff481f;
  font-weight: bold;
  font-size: 16px;
}
/*确认订单页面*/
.confirm-addr {
  margin-top: 25px;
}
.confirm-addr .tit {
  width: 100%;
  line-height: 25px;
  height: 25px;
  border-bottom: 2px solid #e7e7eb;
}
.confirm-addr .tit p {
  font-weight: bold;
  color: #000;
}
.confirm-addr .tit a {
  color: #c40000;
}
.confirm-addr .tit a:hover {
  color: red;
}
.confirm-addr .address-list {
  margin-bottom: 30px;
}
.confirm-addr .address-list li {
  margin: 30px 30px 0 0;
  width: 275px;
  height: 147px;
  color: #666;
  background-color: #fafafa;
}
.confirm-addr .address-list li:nth-child(4n) {
  margin-right: 0;
}
.confirm-addr .address-list .add-addr-box {
  background-color: #fff;
  cursor: pointer;
  margin-right: 0;
  width: 94px;
  height: 108px;
  border: dashed 1px #ddd;
  padding: 40px 100px 0 100px;
}
.confirm-addr .address-list .add-addr-box .i-add-addr {
  display: block;
  width: 37px;
  height: 37px;
  margin: 0 auto;
  background: url("/public/images/user_bg.png") -118px -127px no-repeat;
}
.confirm-addr .address-list .add-addr-box .t-add-addr {
  margin-top: 10px;
  text-align: center;
  line-height: 1;
  font-size: 14px;
  font-weight: bold;
  color: #b3b3b3;
}
.confirm-addr .address-list .addr-box .addr-content {
  padding: 6px 15px 0;
  border: 1px solid #e8e8e8;
  border-top: 0;
  background: url("/public/images/address-bg02.jpg") center 0 no-repeat;
}
.confirm-addr .address-list .addr-box .addr-content .addr-name {
  border-bottom: dotted 1px #ebebeb;
}
.confirm-addr .address-list .addr-box .addr-content .addr-name .name {
  height: 40px;
  line-height: 40px;
  font-weight: bold;
  font-size: 12px;
}
.confirm-addr .address-list .addr-box .addr-content .addr-name .set {
  display: block;
  margin-top: 10px;
}
.confirm-addr .address-list .addr-box .addr-content .addr-name .set .set-btn {
  display: block;
  padding: 1px 4px;
  font-size: 12px;
  color: #fff;
  border-radius: 2px;
  border: solid 1px #ed4c4c;
  background-color: #ed4c4c;
}
.confirm-addr .address-list .addr-box .addr-content .addr {
  height: 44px;
  padding: 8px 0;
  line-height: 22px;
  border-bottom: dotted 1px #ebebeb;
  font-size: 12px;
}
.confirm-addr .address-list .addr-box .addr-content .addr-tell {
  height: 40px;
  line-height: 40px;
  font-size: 12px;
}
.confirm-addr .address-list .addr-box .addr-content .addr-tell a {
  display: inline-block;
  color: #c40000;
}
.confirm-addr .address-list .addr-box .addr-content .addr-tell .del {
  margin-left: 15px;
}
.confirm-addr .address-list .addr-box .addr-content:hover,
.confirm-addr .address-list .addr-box .addr-content.selected {
  border: 0.5px solid #ff5151;
  border-top: 0;
  background: #fff1f3 url("/public/images/address-bg01.jpg") center 0 repeat-x;
}
.confirm-addr .address-list .addr-box i {
  margin-right: 6px;
  color: #bbb;
  font-size: 15px;
}
.body-mask {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.5;
}
.iframe-form {
  display: none;
  position: fixed;
  z-index: 2;
  top: 200px;
  left: 50%;
  margin-left: -349px;
  width: 698px;
  height: 380px;
}
.edit-addr-box {
  width: 690px;
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.edit-addr-box .title {
  position: relative;
  width: 670px;
  height: 35px;
  line-height: 35px;
  background: #f3f3f3;
  color: #666;
  padding: 0 10px;
}
.edit-addr-box .title .close {
  position: absolute;
  top: 10px;
  right: 10px;
  display: block;
  width: 13px;
  height: 13px;
  cursor: pointer;
  background: url("/public/images/address-edit-close.png") no-repeat;
}
.edit-addr-box .edit-tit {
  font-size: 14px;
  padding: 2px 3px 4px 3px;
  color: #ee1f1f;
  font-weight: bold;
  text-decoration: none;
  border-bottom: solid 2px #ee1f1f;
}
.edit-addr-box .edit-form {
  width: 670px;
  padding: 10px 10px 20px;
}
.edit-addr-box .edit-form .register label {
  display: inline-block;
  width: 94px;
  color: #333;
  text-align: right;
  padding: 10px 0;
}
.edit-addr-box .edit-form .register label span {
  color: red;
}
.edit-addr-box .edit-form .register input {
  line-height: 28px;
  padding-left: 5px;
  border: 1px solid #ddd;
  margin: 10px 0;
}
.edit-addr-box .edit-form .register.addr-select label {
  float: left;
}
.edit-addr-box .edit-form .register.addr-select .address-select-area {
  float: left;
  padding-left: 5px;
}
.edit-addr-box .edit-form .register.addr-select .address-select-area select {
  height: 30px;
  line-height: 30px;
  padding: 0 0 0 10px;
  box-sizing: border-box;
  border: 1px solid #ddd;
}
.edit-addr-box .edit-form .submit {
  margin-top: 10px;
  margin-left: 94px;
}
.edit-addr-box .edit-form .submit .but {
  display: inline-block;
  background: #c40000;
  border: solid 1px #c40000;
  color: #fff;
  cursor: pointer;
  text-align: center;
  min-width: 60px;
  text-decoration: none;
  height: 28px;
  line-height: 28px;
  border-radius: 2px;
  padding: 0 15px;
  margin: 0 5px;
}
.edit-addr-box .edit-form .submit .but:hover {
  background-color: #b70304;
}
.refer-orders {
  margin-top: 10px;
  text-align: right;
}
.refer-orders .info {
  display: inline-block;
  border: 1px solid #f40;
  min-width: 230px;
}
.refer-orders .info .border {
  border: 3px solid #fff0e8;
  padding: 10px;
  text-align: right;
}
.refer-orders .info .border h3 {
  font-weight: 700;
  color: #333;
}
.refer-orders .info .border h3 span {
  color: #f40;
  font-size: 25px;
}
.refer-orders .info .border p {
  color: #333;
  font-weight: 700;
  line-height: 25px;
}
.refer-orders .info .border p span {
  font-weight: normal;
}
.refer-orders .pay .back {
  color: #c40000;
  margin-right: 50px;
}
.refer-orders .pay .back i {
  margin-right: 10px;
  font-size: 16px;
}
.refer-orders .pay .back:hover {
  color: red;
}
.refer-orders .pay .submit {
  background-color: #f40;
  color: #fff;
  display: inline-block;
  width: 182px;
  height: 39px;
  position: relative;
  vertical-align: middle;
  line-height: 39px;
  cursor: pointer;
  text-align: center;
  font-size: 15px;
  font-weight: 700;
}
/*收货地址*/
.address {
  margin-top: 25px;
}
.address .desc {
  width: 100%;
}
.address .desc p {
  color: red;
  font-size: 13px;
  line-height: 18px;
}
.address .address-list li {
  margin: 30px 30px 0 0;
  width: 296px;
  height: 147px;
  color: #666;
  background-color: #fafafa;
}
.address .address-list li:nth-child(3n) {
  margin-right: 0;
}
.address .address-list .add-addr-box {
  background-color: #fff;
  cursor: pointer;
  margin-right: 0;
  width: 94px;
  height: 108px;
  border: dashed 1px #ddd;
  padding: 40px 100px 0 100px;
}
.address .address-list .add-addr-box .i-add-addr {
  display: block;
  width: 37px;
  height: 37px;
  margin: 0 auto;
  background: url("/public/images/user_bg.png") -118px -127px no-repeat;
}
.address .address-list .add-addr-box .t-add-addr {
  margin-top: 10px;
  text-align: center;
  line-height: 1;
  font-size: 14px;
  font-weight: bold;
  color: #b3b3b3;
}
.address .address-list .addr-box {
  width: 296px;
}
.address .address-list .addr-box .hover {
  background-position: 0 -274px;
}
.address .address-list .addr-box .addr-content {
  padding: 6px 15px 0;
  border: 1px solid #e8e8e8;
  border-top: 0;
  background: url("/public/images/address-bg02.jpg") center 0 no-repeat;
}
.address .address-list .addr-box .addr-content .addr-name {
  border-bottom: dotted 1px #ebebeb;
}
.address .address-list .addr-box .addr-content .addr-name .name {
  height: 40px;
  line-height: 40px;
  font-weight: bold;
  font-size: 12px;
}
.address .address-list .addr-box .addr-content .addr-name .set {
  display: block;
  margin-top: 10px;
}
.address .address-list .addr-box .addr-content .addr-name .set .set-btn {
  display: block;
  padding: 1px 4px;
  font-size: 12px;
  color: #fff;
  border-radius: 2px;
  border: solid 1px #ed4c4c;
  background-color: #ed4c4c;
}
.address .address-list .addr-box .addr-content .addr {
  height: 44px;
  padding: 8px 0;
  line-height: 22px;
  border-bottom: dotted 1px #ebebeb;
  font-size: 12px;
}
.address .address-list .addr-box .addr-content .addr-tell {
  height: 40px;
  line-height: 40px;
  font-size: 12px;
}
.address .address-list .addr-box .addr-content .addr-tell a {
  display: inline-block;
  color: #c40000;
}
.address .address-list .addr-box .addr-content .addr-tell .del {
  margin-left: 15px;
}
.address .address-list .addr-box .addr-content:hover,
.address .address-list .addr-box .addr-content.selected {
  border: 0.5px solid #ff5151;
  border-top: 0;
  background: #fff1f3 url("/public/images/address-bg01.jpg") center 0 repeat-x;
}
.address .address-list .addr-box i {
  margin-right: 6px;
  color: #bbb;
  font-size: 14px;
}
.address .address-list .edit-addr-box {
  margin-top: 25px;
}
.address .address-list .edit-addr-box .edit-tit {
  font-size: 14px;
  padding: 2px 3px 4px 3px;
  color: #ee1f1f;
  font-weight: bold;
  text-decoration: none;
  border-bottom: solid 2px #ee1f1f;
}
.address .address-list .edit-addr-box .edit-form {
  margin-top: 10px;
}
.address .address-list .edit-addr-box .edit-form .register label {
  display: inline-block;
  width: 94px;
  color: #333;
  text-align: right;
  padding: 10px 0;
}
.address .address-list .edit-addr-box .edit-form .register label span {
  color: red;
}
.address .address-list .edit-addr-box .edit-form .register input {
  line-height: 28px;
  padding-left: 5px;
  border: 1px solid #ddd;
  margin: 10px 0;
}
.address .address-list .edit-addr-box .edit-form .submit {
  margin-top: 10px;
  margin-left: 94px;
}
.address .address-list .edit-addr-box .edit-form .submit .but {
  display: inline-block;
  background: #c40000;
  border: solid 1px #c40000;
  color: #fff;
  cursor: pointer;
  text-align: center;
  min-width: 60px;
  text-decoration: none;
  height: 28px;
  line-height: 28px;
  border-radius: 2px;
  padding: 0 15px;
  margin: 0 5px;
}
.address .address-list .edit-addr-box .edit-form .submit .but:hover {
  background-color: #b70304;
}
/*支付*/
.paying {
  width: 1200px;
  margin: 0 auto 50px;
}
.paying .desc {
  width: 100%;
  margin-bottom: 20px;
}
.paying .desc p {
  float: left;
  margin-right: 30px;
  line-height: 30px;
}
.paying .desc .num {
  font-size: 16px;
  color: #333;
  font-weight: 700;
}
.paying .desc .num span {
  font-weight: normal;
  color: #222;
}
.paying .desc .price {
  font-size: 14px;
  font-weight: 700;
}
.paying .desc .price span {
  color: red;
}
.paying .to-pay {
  padding: 50px;
  border: 1px solid #ffdd7c;
  background: url("/public/images/img-sao.jpg") 267px 0 no-repeat;
}
.paying .to-pay h3 {
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 20px;
}
.paying .to-pay h3 span {
  display: inline-block;
  color: #ff4400;
}
.paying .to-pay h3 span .i-success {
  display: inline-block;
  width: 40px;
  background: url("/public/images/user_bg.png") 0 184px no-repeat;
}
.paying .to-pay .pay-erweima img {
  width: 200px;
  height: 200px;
}
.paying .to-pay .cont {
  width: 100%;
  margin-left: 16px;
  margin-top: 10px;
}
.paying .to-pay .cont img {
  float: left;
  display: block;
  width: 40px;
  height: auto;
  margin-right: 15px;
}
.paying .to-pay .cont p {
  float: left;
  line-height: 20px;
  color: #000;
}
/*支付状态*/
.pay-page-bg {
  border-top: 5px solid #efefef;
}
.pay-page {
  width: 1000px;
  margin: 20px auto 20px;
  padding: 30px 0 30px 200px;
  background: #f6f6f6;
  border: 1px solid #eee;
  /*支付状态*/
}
.pay-page .cont {
  overflow: hidden;
  /*确认支付*/
}
.pay-page .cont i.iconfont {
  float: left;
  width: 52px;
  height: 52px;
  line-height: 52px;
  margin-right: 16px;
  margin-top: 5px;
  text-align: center;
  font-size: 48px;
  color: #63be1e;
}
.pay-page .cont .text {
  float: left;
  width: 530px;
}
.pay-page .cont .text .tit {
  height: 40px;
  line-height: 40px;
  margin-bottom: 10px;
  font-size: 22px;
  color: #000;
}
.pay-page .cont .text .desc {
  margin-bottom: 10px;
  line-height: 28px;
  color: #666;
  font-size: 13px;
}
.pay-page .cont .text .desc a {
  color: #3e6eeb;
}
.pay-page .cont .text .desc a:hover {
  text-decoration: underline;
}
.pay-page .cont .text .btn-complete {
  display: block;
  width: 130px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  background: #c40000;
  color: #fff;
  font-size: 16px;
}
.pay-page .cont .pay-check {
  float: left;
  width: 530px;
}
.pay-page .cont .pay-check p {
  line-height: 36px;
  color: #666;
}
.pay-page .cont .pay-check p span {
  font-weight: bold;
}
.pay-page .cont .pay-check p em {
  color: #c40000;
  font-size: 16px;
  font-weight: bold;
}
.pay-page .cont .pay-check .btn-sure {
  display: block;
  width: 130px;
  height: 45px;
  margin-top: 12px;
  line-height: 45px;
  text-align: center;
  background: #c40000;
  color: #fff;
  font-size: 16px;
}
/*确认支付*/
