i,
em,
strong,
cite {
  font-style: normal;
}
input::-webkit-input-placeholder {
  /* placeholder颜色  */
  color: #999999;
}
input::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #999999;
}
input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #999999;
}
input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999999;
}
input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #999999;
}
.container {
  width: 1200px;
  padding-left: 0;
  padding-right: 0;
  font-family: Arial, "Microsoft YaHei", SimSun, sans-serif;
}
.w {
  width: 1200px;
  padding-left: 0;
  padding-right: 0;
  font-family: Arial, "Microsoft YaHei", SimSun, sans-serif;
  margin: 0 auto;
}
body {
  position: relative;
  background: #FFF;
  min-width: 1200px;
}
.fixed-nav {
  display: none;
  position: fixed;
  z-index: 1000;
  top: 100px;
  left: 50px;
  text-align: center;
  color: #fff;
  font-size: 14px;
}
.fixed-nav .back-top {
  line-height: 15px;
  padding: 10px;
  width: 60px;
  height: 84px;
  background: #494949;
  cursor: pointer;
}
.fixed-nav .back-top .nav-img06 {
  background: url("../images/fixed-nav06.png") no-repeat center;
  transform: rotate(-45deg);
  background-size: 24px 24px;
  width: 24px;
  height: 24px;
  display: block;
  margin: 10px auto;
}
.fixed-nav .back-top:hover {
  background: #b4a078;
}
.fixed-nav ul {
  width: 60px;
  background: #d14a4a;
}
.fixed-nav ul li {
  height: 85px;
  border-bottom: 1px dotted #faaeae;
  cursor: pointer;
  color: #faaeae;
  line-height: 15px;
  padding: 10px;
}
.fixed-nav ul i {
  content: '';
  width: 24px;
  height: 24px;
  display: block;
  margin: 5px auto;
  background-size: 24px 24px;
}
.fixed-nav ul .nav-img01:before {
  content: '';
  width: 24px;
  height: 24px;
  display: block;
  margin: 5px auto;
  background: url("../images/fixed-nav01.png") no-repeat center;
  background-size: 24px 24px;
}
.fixed-nav ul .nav-img02 {
  content: '';
  width: 24px;
  height: 24px;
  display: block;
  margin: 5px auto;
  background: url("../images/fixed-nav02.png") no-repeat center;
  background-size: 24px 24px;
}
.fixed-nav ul .nav-img03 {
  content: '';
  width: 24px;
  height: 24px;
  display: block;
  margin: 5px auto;
  background: url("../images/fixed-nav03.png") no-repeat center;
  background-size: 24px 24px;
}
.fixed-nav ul .nav-img04 {
  content: '';
  width: 24px;
  height: 24px;
  display: block;
  margin: 5px auto;
  background: url("../images/fixed-nav04.png") no-repeat center;
  background-size: 24px 24px;
}
.fixed-nav ul .nav-img05 {
  content: '';
  width: 30px;
  height: 30px;
  display: block;
  margin: 5px auto;
  background: url("../images/fixed-nav05.png") no-repeat center;
  background-size: 24px 24px;
  margin-top: 0;
}
.fixed-nav ul li.active,
.fixed-nav ul li:hover {
  background: #f15c5c;
  color: #fff;
}
.fixed-right {
  position: fixed;
  z-index: 1000;
  top: 150px;
  right: 10px;
  text-align: center;
  color: #fff;
  font-size: 12px;
}
.fixed-right .elevator {
  width: 65px;
  background: #4c4c4c;
}
.fixed-right .elevator li {
  height: 60px;
  border-bottom: 1px solid #fff;
  cursor: pointer;
  padding: 5px 0;
  color: #fff;
  position: relative;
}
.fixed-right .elevator li a {
  color: #fff;
}
.fixed-right .elevator li:hover {
  background: #333333;
  cursor: pointer;
}
.fixed-right .elevator li:hover .hover-left {
  display: block;
}
.fixed-right .elevator li .hover-left {
  min-width: initial;
  display: none;
  margin: 0;
  border-radius: 5px;
  border: 1px solid #c3c3c3;
  background: #fff;
  width: 120px;
  margin-right: 9px;
  position: absolute;
  top: 0;
  left: -130px;
  padding: 10px;
  color: #333;
  font-size: 14px;
}
.fixed-right .elevator li .hover-left img {
  vertical-align: middle;
  width: 98px;
  height: 98px;
}
.fixed-right .elevator li .hover-left p {
  text-align: left;
}
.fixed-right .elevator li .hover-left:before {
  position: absolute;
  display: block;
  content: "";
  width: 0;
  height: 0;
  border: 8px dashed transparent;
  z-index: 2;
  top: 10px;
  right: -8px;
  left: initial;
  pointer-events: none;
  border-width: 8px 0 8px 8px;
  border-color: transparent transparent transparent #fff;
}
.fixed-right .elevator li .hover-left:after {
  position: absolute;
  display: block;
  content: "";
  width: 0;
  height: 0;
  border: 8px dashed transparent;
  z-index: 1;
  top: 10px;
  right: -9px;
  left: initial;
  pointer-events: none;
  border-width: 8px 0 8px 8px;
  border-color: transparent transparent transparent #c3c3c3;
}
.fixed-right .elevator li:last-child {
  border-bottom: none;
}
.fixed-right .elevator .return-top:before {
  content: "";
  background: url("../images/fixed_right00.png") no-repeat center;
  width: 27px;
  height: 27px;
  display: block;
  margin: 0 auto;
}
.fixed-right .elevator .right-img02 i {
  background: url("../images/fixed_right01.png") no-repeat center;
  width: 27px;
  height: 27px;
  display: block;
  margin: 0 auto;
}
.fixed-right .elevator .right-img03 i {
  background: url("../images/fixed_right02.png") no-repeat center;
  width: 27px;
  height: 27px;
  display: block;
  margin: 0 auto;
}
.fixed-right .elevator .right-img04 i {
  background: url("../images/fixed_right03.png") no-repeat center;
  width: 27px;
  height: 27px;
  display: block;
  margin: 0 auto;
}
.fixed-right .elevator .right-img05 i {
  background: url("../images/fixed_right04.png") no-repeat center;
  width: 27px;
  height: 27px;
  display: block;
  margin: 0 auto;
}
.fixed-right .fixed-close {
  width: 20px;
  height: 20px;
  position: absolute;
  display: block;
  right: 0;
  top: -26px;
}
.fixed-right .fixed-close i {
  width: 27px;
  height: 27px;
  display: block;
  cursor: pointer;
  background: url("../images/close-fixed.png") no-repeat center;
  border-radius: 50%;
  background-size: 60%;
}
.fixed-bottom {
  position: fixed;
  bottom: 0;
  width: 100%;
  background: #d14a4a;
  opacity: 0.9;
  z-index: 100;
}
.fixed-bottom .fixed-bottom-content {
  display: flex;
  align-items: center;
  padding: 4px 0;
  justify-content: center;
  width: 1200px;
  margin: 0 auto;
}
.fixed-bottom .fixed-bottom-content .bottom-img {
  width: 200px;
}
.fixed-bottom .fixed-bottom-content .bottom-img img {
  vertical-align: middle;
  max-width: 200px;
}
.fixed-bottom .fixed-bottom-content .liGroup {
  margin-left: 30px;
  width: 1000px;
}
.fixed-bottom .fixed-bottom-content .liGroup .se_li {
  position: relative;
  margin-right: 10px;
  float: left;
  width: 14%;
}
.fixed-bottom .fixed-bottom-content .liGroup .se_li .txt {
  width: 100%;
  height: 40px;
  line-height: 30px;
  border: none;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  font-size: 14px;
  color: #999999;
  position: relative;
  padding: 0 10px;
  padding-left: 14px;
}
.fixed-bottom .fixed-bottom-content .liGroup .se_li .dropdown {
  position: relative;
  height: 40px;
  line-height: 40px;
  border: none;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  font-size: 16px;
  color: #999999;
  cursor: pointer;
  outline: 0;
  background: #fff;
}
.fixed-bottom .fixed-bottom-content .liGroup .se_li .dropdown span {
  float: left;
  padding-left: 10px;
  font-size: 14px;
  width: 84px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.fixed-bottom .fixed-bottom-content .liGroup .se_li .dropdown .dp-img {
  float: right;
  width: 20px;
  height: 40px;
  display: flex;
  border-left: 0;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
}
.fixed-bottom .fixed-bottom-content .liGroup .se_li .dropdown1 {
  display: none;
  position: absolute;
  bottom: 40px;
  width: 150px;
  background: #fff;
  border: 1px solid #eee;
}
.fixed-bottom .fixed-bottom-content .liGroup .se_li .dropdown1 .dp-list {
  list-style: none;
  width: 148px;
  padding-left: 10px;
  height: 30px;
  line-height: 30px;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.fixed-bottom .fixed-bottom-content .liGroup .se_li .dropdown1 .dp-list:hover {
  background: #eee;
  cursor: pointer;
}
.fixed-bottom .fixed-bottom-content .liGroup .se_li:last-child {
  width: 21%;
  margin-right: 0;
}
.fixed-bottom .fixed-bottom-content .liGroup .se_li:last-child .txt {
  width: 100px;
}
.fixed-bottom .fixed-bottom-content .select-btn .txt {
  -webkit-appearance: none;
  width: 100px;
  line-height: 40px;
  color: #d14a4a;
  border: none;
  background: #fff;
  padding: 0 10px;
  font-size: 16px;
  border-radius: 30px;
  font-weight: bold;
}
.fixed-bottom .fixed-bottom-content .select-btn .txt:-moz-placeholder {
  color: #999;
}
.fixed-bottom .fixed-bottom-content .select-btn .txt::-moz-placeholder {
  color: #999;
}
.fixed-bottom .fixed-bottom-content .select-btn .txt:-ms-input-placeholder {
  color: #999;
}
.fixed-bottom .fixed-bottom-content .select-btn .txt::-webkit-input-placeholder {
  color: #999;
}
.fixed-bottom .bottom-close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 14px;
  height: 14px;
  cursor: pointer;
}
.fixed-bottom-right {
  position: fixed;
  bottom: 2%;
  left: 0;
  width: 180px;
  background: #d14a4a;
  opacity: 0.9;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  cursor: pointer;
}
.fixed-bottom-right .fixed-content {
  display: flex;
  align-items: center;
  padding: 20px 0;
  justify-content: center;
}
.fixed-bottom-right .fixed-content p {
  font-size: 20px;
  color: #fff;
  width: 99px;
}
.fixed-bottom-right .fixed-content .fixed-img {
  vertical-align: middle;
  position: absolute;
  top: 0;
  right: 0;
}
.fixed-bottom-right .fixed-content span {
  font-size: 20px;
  color: #fff;
}
.fixed-bottom-right .fixed-content span img {
  width: 20px;
  height: 20px;
}
.main-color {
  color: #b4a078;
}
img {
  max-width: 100%;
  max-height: 100%;
}
.header .header-top {
  width: 100%;
  font-size: 14px;
  min-height: 36px;
  background: #968f89;
  color: #fff;
  line-height: 36px;
  box-shadow: 0 1px 0 0 #eeeeee;
}
.header .header-top .left {
  float: left;
}
.header .header-top .left li {
  float: left;
  margin-right: 20px;
}
.header .header-top .left li a {
  color: #fff;
}
.header .header-top .left li a:hover {
  text-decoration: underline;
}
.header .header-top .left li .fa {
  margin-right: 5px;
}
.header .header-top .left .show_xcx a {
  color: #fff;
}
.header .header-top .left .show_xcx a:hover {
  text-decoration: none;
}
.header .header-top .left .show_xcx a:hover .bd {
  display: block;
}
.header .header-top .left .show_xcx .bd {
  min-width: initial;
  display: none;
  margin: 0;
  border-radius: 5px;
  border: 1px solid #c3c3c3;
  background: #fff;
  width: 120px;
  margin-right: 9px;
  position: absolute;
  top: 0;
  left: -130px;
  padding: 10px;
  color: #333;
  font-size: 14px;
}
.header .header-top .left .show_xcx .bd img {
  vertical-align: middle;
  width: 98px;
  height: 98px;
}
.header .header-top .left .show_xcx .bd p {
  text-align: left;
}
.header .header-top .left .show_xcx .bd:before {
  position: absolute;
  display: block;
  content: "";
  width: 0;
  height: 0;
  border: 8px dashed transparent;
  z-index: 2;
  top: 10px;
  right: -8px;
  left: initial;
  pointer-events: none;
  border-width: 8px 0 8px 8px;
  border-color: transparent transparent transparent #fff;
}
.header .header-top .left .show_xcx .bd:after {
  position: absolute;
  display: block;
  content: "";
  width: 0;
  height: 0;
  border: 8px dashed transparent;
  z-index: 1;
  top: 10px;
  right: -9px;
  left: initial;
  pointer-events: none;
  border-width: 8px 0 8px 8px;
  border-color: transparent transparent transparent #c3c3c3;
}
.header .header-top .left .welcome {
  padding-left: 20px;
  background: url("../images/icon01.png") no-repeat 0 center;
}
.header .header-top .right {
  float: right;
}
.header .header-top .right li {
  float: left;
  color: #fff;
  position: relative;
}
.header .header-top .right li a {
  display: inline-block;
  padding-left: 15px;
  color: #fff;
}
.header .header-top .right li a:hover {
  text-decoration: underline;
}
.header .header-top .right li a:last-child {
  padding-right: 15px;
}
.header .header-top .right .show_xcx a {
  color: #fff;
}
.header .header-top .right .show_xcx .bd {
  min-width: initial;
  display: none;
  margin: 0;
  border-radius: 5px;
  border: 1px solid #c3c3c3;
  background: #fff;
  width: 150px;
  position: absolute;
  top: 40px;
  left: -40px;
  padding: 10px;
  color: #333;
  font-size: 14px;
  z-index: 100;
  text-align: center;
  padding-bottom: 0;
}
.header .header-top .right .show_xcx .bd img {
  vertical-align: middle;
  width: 120px;
  height: 120px;
}
.header .header-top .right .show_xcx .bd .txt {
  color: #b4a078;
  font-size: 12px;
}
.header .header-top .right .show_xcx .bd p {
  text-align: left;
}
.header .header-top .right .show_xcx .bd:before {
  position: absolute;
  display: block;
  content: "";
  width: 0;
  height: 0;
  border: 8px dashed transparent;
  z-index: 2;
  top: -16px;
  left: 50%;
  transform: translateX(-50%);
  pointer-events: none;
  border-width: 8px;
  border-color: transparent transparent #fff transparent;
}
.header .header-top .right .show_xcx .bd:after {
  position: absolute;
  display: block;
  content: "";
  width: 0;
  height: 0;
  border: 8px dashed transparent;
  z-index: 1;
  top: -17px;
  left: 50%;
  transform: translateX(-50%);
  pointer-events: none;
  border-width: 8px;
  border-color: transparent transparent #c3c3c3 transparent;
}
.header .header-top .right .show_xcx:hover a {
  text-decoration: underline;
}
.header .header-top .right .show_xcx:hover .bd {
  display: block;
}
.header .header-top .right .separate-line {
  color: #aea9a5;
}
.header .header-body {
  background: #fff;
  padding: 15px 0;
}
.header .header-body .logo-box {
  float: left;
  height: 80px;
  line-height: 80px;
}
.header .header-body .logo-box img {
  vertical-align: middle;
}
.header .header-body .header-cart {
  margin-top: 20px;
  color: #666;
  float: right;
  height: 40px;
  display: flex;
  align-items: center;
  background: #f15c5c;
  border-radius: 30px;
  padding: 0 10px;
}
.header .header-body .header-cart input {
  -webkit-appearance: none;
  width: 70px;
  color: #fff;
  border: none;
  background: #f15c5c;
  height: 40px;
}
.header .header-body .header-cart .header-line {
  float: right;
  width: 1px;
  height: 20px;
  margin-left: 6px;
  background: #d94747;
}
.header .header-body .header-cart .car {
  width: 50px;
  color: #fff;
  border: none;
  background: #f15c5c;
  height: 40px;
  position: relative;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}
.header .header-body .header-cart .car .icon {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 24px;
  height: 24px;
  background: url("../images/header-cart.jpg") no-repeat;
  background-size: 24px 24px;
  transform: translate(-50%, -50%);
}
.header .header-body .header-cart .car .car-num {
  position: absolute;
  display: block;
  background: #fff;
  border-radius: 50%;
  color: #333;
  text-align: center;
  line-height: 18px;
  overflow: hidden;
  right: 0;
  top: 0;
  font-size: 12px;
  padding: 1px;
  width: 21px;
  height: 21px;
}
.header .header-body .header-cart .txt {
  float: left;
  font-size: 14px;
  line-height: 40px;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  color: #fff;
  padding-left: 10px;
}
.header .header-body .header-cart .txt a {
  color: #666;
}
.header .header-body .header-cart .txt a:hover {
  color: #b4a078;
}
.header .header-body .header-cart .txt .fa {
  margin-left: 15px;
}
.header .header-body .header-input {
  float: right;
  width: 540px;
  margin-top: 20px;
  margin-right: 60px;
}
.header .header-body .header-input input {
  float: left;
  height: 40px;
}
.header .header-body .header-input .txt {
  -webkit-appearance: none;
  width: 450px;
  color: #999;
  border: 1px solid #b4a078;
  padding: 0 10px;
  font-size: 12px;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  padding-left: 20px;
}
.header .header-body .header-input .txt:-moz-placeholder {
  color: #999;
}
.header .header-body .header-input .txt::-moz-placeholder {
  color: #999;
}
.header .header-body .header-input .txt:-ms-input-placeholder {
  color: #999;
}
.header .header-body .header-input .txt::-webkit-input-placeholder {
  color: #999;
}
.header .header-body .header-input .button {
  -webkit-appearance: none;
  width: 90px;
  color: #fff;
  border: none;
  background: #b4a078;
  font-size: 16px;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}
.header .header-body .header-input .hot-words {
  width: 100%;
  float: left;
  height: 20px;
  line-height: 20px;
  overflow: hidden;
  font-size: 12px;
  color: #999;
  padding-left: 20px;
}
.header .header-body .header-input .hot-words .hot-text {
  color: #666;
  margin-right: 5px;
}
.header .header-body .header-input .hot-words .hot-text:hover {
  color: #b4a078;
}
.header .header-body .header-input .hot-words .hot-line {
  color: #aea9a5;
}
nav {
  background: #b4a078;
  width: 100%;
  line-height: 40px;
  font-size: 17px;
}
nav .slide-nav {
  width: 210px;
  float: left;
  position: relative;
}
nav .slide-nav .slide-btn {
  font-size: 17px;
  font-weight: bold;
  overflow: hidden;
  line-height: 42px;
  width: 100%;
  height: 42px;
  color: #fff;
  cursor: pointer;
  background: #b4a078;
  text-align: center;
}
nav .slide-nav .slide-btn .fa {
  margin-right: 10px;
}
nav .slide-nav .menu {
  display: none;
  color: #fff;
  width: 100%;
  height: 570px;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 42px;
  left: 0;
  z-index: 100;
  padding-top: 10px;
}
nav .slide-nav .menu li {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 45px;
}
nav .slide-nav .menu li:hover {
  padding-left: 20px;
}
nav .slide-nav .menu li i {
  width: 24px;
  height: 24px;
  margin-right: 10px;
}
nav .slide-nav .menu li .first {
  color: #fff;
  display: block;
  overflow: hidden;
  font-size: 16px;
}
nav .slide-nav .menu li .sencond {
  font-size: 15px;
  position: absolute;
  top: 0;
  left: 210px;
  display: none;
  background-color: rgba(0, 0, 0, 0.2);
}
nav .slide-nav .menu li .sencond .left-list {
  color: #fff;
  padding: 10px 20px;
  width: 590px;
  float: left;
  background: #FBFBFB;
  background-color: rgba(0, 0, 0, 0.2);
  min-height: 180px;
}
nav .slide-nav .menu li .sencond .left-list a:hover,
nav .slide-nav .menu li .sencond .left-list a.active {
  color: #b4a078;
}
nav .slide-nav .menu li .sencond .left-list .second-menu {
  padding: 5px 0;
  float: left;
  width: 560px;
}
nav .slide-nav .menu li .sencond .left-list .second-menu a {
  color: #fff;
  padding: 0 6px;
  float: left;
  line-height: 14px;
  margin: 7px 0;
  font-size: 14px;
}
nav .slide-nav .menu li .sock1 {
  background: url("../images/sock01.png") no-repeat center;
  background-size: 20px 20px;
}
nav .slide-nav .menu li .sock2 {
  background: url("../images/sock02.png") no-repeat center;
  background-size: 20px 20px;
}
nav .slide-nav .menu li .sock3 {
  background: url("../images/sock03.png") no-repeat center;
  background-size: 24px 24px;
}
nav .slide-nav .menu li .sock4 {
  background: url("../images/sock04.png") no-repeat center;
  background-size: 24px 24px;
}
nav .slide-nav .menu li .sock5 {
  background: url("../images/sock05.png") no-repeat center;
  background-size: 24px 24px;
}
nav .slide-nav .menu li .sock6 {
  background: url("../images/sock06.png") no-repeat center;
  background-size: 24px 24px;
}
nav .slide-nav .menu li .sock7 {
  background: url("../images/sock07.png") no-repeat center;
  background-size: 24px 24px;
}
nav .slide-nav .menu li .sock8 {
  background: url("../images/sock08.png") no-repeat center;
  background-size: 24px 24px;
}
nav .slide-nav .menu li .sock9 {
  background: url("../images/sock09.png") no-repeat center;
  background-size: 24px 24px;
}
nav .slide-nav .menu li .sock10 {
  background: url("../images/sock10.png") no-repeat center;
  background-size: 24px 24px;
}
nav .slide-nav .menu li .sock11 {
  background: url("../images/sock11.png") no-repeat center;
  background-size: 24px 24px;
}
nav .slide-nav .menu li .sock12 {
  background: url("../images/sock12.png") no-repeat center;
  background-size: 24px 24px;
}
nav .slide-nav .menu li {
  position: relative;
}
nav .slide-nav .menu li:hover {
  background-color: rgba(0, 0, 0, 0.2);
}
nav .slide-nav .menu li:hover .sencond {
  display: block;
}
nav .slide-nav .menu li:last-child .first {
  border: none;
}
nav .slide-nav .menu-hide {
  display: none;
}
nav .slide-nav:hover .menu {
  display: block;
}
nav .nav-list {
  float: right;
  line-height: 42px;
}
nav .nav-list li {
  float: left;
}
nav .nav-list li a {
  display: block;
  padding: 0 22px;
  color: #fff;
}
nav .nav-list li .under-line {
  width: 30px;
  height: 2px;
  background: #b4a078;
  display: block;
  margin: 0 auto;
  display: none;
}
nav .nav-list li.active a,
nav .nav-list li:hover a {
  color: #b4a078;
  font-weight: bold;
  background: #fff;
}
nav .nav-list li.active .under-line,
nav .nav-list li:hover .under-line {
  display: none;
}
.pro-list li {
  width: 24%;
  float: left;
  margin-right: 16px;
  margin-bottom: 1%;
  position: relative;
  border: 1px solid #e0e0e0;
}
.pro-list li .box {
  background: #fff;
}
.pro-list li .box .top {
  padding: 15px;
  position: relative;
}
.pro-list li .box .top .pic {
  width: 100%;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}
.pro-list li .box .top .pic img {
  transition: all 0.4s;
  transform: scale(1);
}
.pro-list li .box .top .pic:hover img {
  transform: scale(1.2);
}
.pro-list li .box .top .pic .title {
  width: 100%;
  position: absolute;
  text-align: center;
  height: 35px;
  line-height: 35px;
  background: rgba(0, 0, 0, 0.7);
  bottom: 0;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
}
.pro-list li .box .middle {
  height: 135px;
  padding: 0 15px;
  background: #f8f8f8;
}
.pro-list li .box .middle .title {
  margin-top: 26px;
  text-align: left;
  color: #333;
  cursor: pointer;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: 15px;
  height: 44px;
}
.pro-list li .box .middle .title:hover {
  color: #b4a078;
}
.pro-list li .box .middle .desc {
  font-size: 14px;
  color: #999;
}
.pro-list li .box .middle .desc span {
  margin-right: 5px;
  padding-right: 5px;
  border-right: 1px solid #999;
}
.pro-list li .box .middle .desc span:last-child {
  padding-right: 0;
  border-right: none;
}
.pro-list li .box .middle .price {
  padding: 10px 0;
  color: #d50e0e;
  font-size: 20px;
}
.pro-list li .box .bottom {
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
}
.pro-list li .box .bottom .banner {
  height: 50px;
  margin-bottom: 20px;
  text-align: center;
}
.pro-list li .box .bottom .banner img {
  height: 50px;
  vertical-align: middle;
}
.pro-list li:nth-child(4n+4) {
  margin-right: 0;
}
.floor-title {
  margin-bottom: 20px;
}
.floor-title .title {
  border-left: 6px solid #b4a078;
  padding-left: 10px;
  font-size: 20px;
  line-height: 1;
  float: left;
}
.floor-title .right-option {
  float: right;
  font-size: 14px;
  height: 20px;
  line-height: 20px;
}
.floor-title .right-option a {
  float: left;
  margin-left: 15px;
  color: #666;
}
.floor-title .right-option a:hover {
  text-decoration: underline;
  color: #b4a078;
}
.floor-title .right-option a.hot {
  color: #b4a078;
}
.home-banner {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.home-banner .pc {
  display: block;
  width: 100%;
}
.home-banner .phone {
  display: none;
}
.home-banner .banner-slick {
  height: 570px;
  overflow: hidden;
  position: relative;
  z-index: 0;
  width: 1920px;
  left: 50%;
  margin-left: -960px;
}
.home-banner .slick-dots {
  z-index: 100;
  bottom: 20px;
  line-height: 0;
  padding-right: 10px;
}
.home-banner .slick-dots li {
  margin: 0 3px;
  width: 46px;
  height: 6px;
  padding: 0;
}
.home-banner .slick-dots li button {
  width: 46px;
  height: 6px;
  display: block;
  border-radius: 0;
  background: url("../images/mask03.png") repeat;
  padding: 0 0;
}
.home-banner .slick-dots li button:before {
  display: none;
}
.home-banner .slick-dots li.slick-active button {
  background: #fff;
}
.home-adv {
  text-align: center;
  margin-bottom: 20px;
}
.home-adv img {
  width: 100%;
}
.home-success {
  width: 100%;
  background: #f6f6f6;
}
.home-success .container {
  padding-top: 20px;
  padding-bottom: 50px;
}
.home-success .container .home-block .block-title {
  margin-bottom: 20px;
}
.home-success .container .home-block .block-title .title {
  font-size: 24px;
  color: #000;
  font-weight: bold;
  line-height: 1;
  float: left;
}
.home-success .container .home-block .block-title .success-option span a:first-child.active {
  color: #b4a078;
}
.home-success .container .home-block .block-title .success-option span .active {
  color: #b4a078;
}
.home-success .container .home-block .block-title .right-option {
  float: right;
  font-size: 14px;
  height: 20px;
  line-height: 20px;
}
.home-success .container .home-block .block-title .right-option span {
  display: inline-flex;
  margin-right: 15px;
}
.home-success .container .home-block .block-title .right-option span a {
  float: left;
  color: #666;
}
.home-success .container .home-block .block-title .right-option span a:hover {
  color: #b4a078;
}
.home-success .container .home-block .block-title .right-option span i {
  color: #666;
  margin-left: 15px;
  text-decoration: none;
}
.home-success .container .home-block .block-title .right-option .hot a {
  color: #b4a078;
}
.home-success .container .home-block .block-title .right-option span:last-child i {
  display: none;
}
.home-success .container .home-block .block-title .right-more {
  float: right;
  margin-left: 10px;
}
.home-success .container .home-block .block-title .right-more a:hover {
  text-decoration: underline;
}
.home-success .container .home-block .block-pro {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.home-success .container .home-block .block-pro li {
  width: 24%;
  float: left;
  margin-right: 1%;
  margin-bottom: 1%;
  position: relative;
  border: 1px solid #e0e0e0;
}
.home-success .container .home-block .block-pro li .box {
  background: #fff;
}
.home-success .container .home-block .block-pro li .box .top {
  padding: 15px;
  position: relative;
}
.home-success .container .home-block .block-pro li .box .top .pic {
  width: 100%;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}
.home-success .container .home-block .block-pro li .box .top .pic img {
  transition: all 0.4s;
  transform: scale(1);
}
.home-success .container .home-block .block-pro li .box .top .pic:hover img {
  transform: scale(1.2);
}
.home-success .container .home-block .block-pro li .box .top .pic .title {
  width: 100%;
  position: absolute;
  text-align: center;
  height: 35px;
  line-height: 35px;
  background: rgba(0, 0, 0, 0.7);
  bottom: 0;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.home-success .container .home-block .block-pro li .box .middle {
  height: 135px;
  padding: 0 15px;
  background: #f8f8f8;
}
.home-success .container .home-block .block-pro li .box .middle .title {
  margin-top: 26px;
  text-align: left;
  color: #333;
  font-size: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.home-success .container .home-block .block-pro li .box .middle .title:hover {
  color: #b4a078;
}
.home-success .container .home-block .block-pro li .box .middle .desc {
  font-size: 14px;
  color: #999;
}
.home-success .container .home-block .block-pro li .box .middle .desc span {
  margin-right: 5px;
  padding-right: 5px;
  border-right: 1px solid #999;
}
.home-success .container .home-block .block-pro li .box .middle .desc span:last-child {
  padding-right: 0;
  border-right: none;
}
.home-success .container .home-block .block-pro li .box .middle .price {
  padding: 10px 0;
  color: #d50e0e;
  font-size: 20px;
}
.home-success .container .home-block .block-pro li .box .bottom {
  background: #fff;
}
.home-success .container .home-block .block-pro li .box .bottom .banner {
  height: 50px;
  margin-bottom: 20px;
  text-align: center;
}
.home-success .container .home-block .block-pro li .box .bottom .banner img {
  height: 50px;
  vertical-align: middle;
}
.home-success .container .home-block .block-pro li .box .bottom .brand01 {
  height: 50px;
  background: url("../images/success-case01.png") no-repeat center;
  margin-bottom: 20px;
}
.home-success .container .home-block .block-pro li .box .bottom .brand02 {
  height: 50px;
  background: url("../images/success-case02.png") no-repeat center;
  margin-bottom: 20px;
}
.home-success .container .home-block .block-pro li .box .bottom .brand03 {
  height: 50px;
  background: url("../images/success-case03.png") no-repeat center;
  margin-bottom: 20px;
}
.home-success .container .home-block .block-pro li .box .bottom .brand04 {
  height: 50px;
  background: url("../images/success-case04.png") no-repeat center;
  margin-bottom: 20px;
}
.home-success .container .home-block .block-pro li:last-child {
  margin-right: 0;
}
.home-pro {
  padding-bottom: 20px;
}
.home-pro .home-block {
  margin-top: 30px;
}
.home-pro .home-block .block-title {
  margin-bottom: 20px;
}
.home-pro .home-block .block-title .title {
  font-size: 24px;
  color: #000;
  font-weight: bold;
  line-height: 1;
  float: left;
}
.home-pro .home-block .block-title .right-option {
  float: right;
  font-size: 14px;
  height: 20px;
  line-height: 20px;
}
.home-pro .home-block .block-title .right-option span {
  display: inline-flex;
  margin-right: 15px;
}
.home-pro .home-block .block-title .right-option span a {
  float: left;
  color: #666;
}
.home-pro .home-block .block-title .right-option span a:hover {
  cursor: pointer;
}
.home-pro .home-block .block-title .right-option span i {
  color: #666;
  margin-left: 15px;
}
.home-pro .home-block .block-title .right-option span:last-child i {
  display: none;
}
.home-pro .home-block .block-title .right-more {
  float: right;
}
.home-pro .home-block .block-title .right-more a:hover {
  text-decoration: underline;
  cursor: pointer;
}
.home-pro .home-block .block-banner {
  width: 100%;
  height: 400px;
  margin-bottom: 20px;
}
.home-pro .home-block .block-banner img {
  width: 100%;
  height: 100%;
}
.home-pro .home-block .block-pro {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.home-pro .home-block .block-pro li {
  width: 24%;
  float: left;
  margin-right: 1%;
  margin-bottom: 1%;
  position: relative;
  border: 1px solid #e0e0e0;
}
.home-pro .home-block .block-pro li .box {
  background: #fff;
}
.home-pro .home-block .block-pro li .box .top {
  padding: 15px;
}
.home-pro .home-block .block-pro li .box .top .pic {
  width: 100%;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}
.home-pro .home-block .block-pro li .box .top .pic img {
  transition: all 0.4s;
  transform: scale(1);
}
.home-pro .home-block .block-pro li .box .top .pic:hover img {
  transform: scale(1.2);
}
.home-pro .home-block .block-pro li .box .middle {
  height: 135px;
  padding: 0 15px;
  background: #f8f8f8;
}
.home-pro .home-block .block-pro li .box .middle .title {
  margin-top: 12px;
  margin-bottom: 8px;
  text-align: left;
  color: #333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: 16px;
  height: 44px;
}
.home-pro .home-block .block-pro li .box .middle .title:hover {
  color: #b4a078;
  cursor: pointer;
}
.home-pro .home-block .block-pro li .box .middle .desc {
  font-size: 14px;
  color: #999;
}
.home-pro .home-block .block-pro li .box .middle .desc span {
  margin-right: 5px;
  padding-right: 5px;
  border-right: 1px solid #999;
}
.home-pro .home-block .block-pro li .box .middle .desc span:last-child {
  padding-right: 0;
  border-right: none;
}
.home-pro .home-block .block-pro li .box .middle .price {
  padding: 10px 0;
  color: #d50e0e;
  font-size: 20px;
}
.home-pro .home-block .block-pro li:last-child {
  margin-right: 0;
}
.home-pro .floor-bottom {
  color: #FABBC9;
  font-size: 18px;
  line-height: 30px;
  max-width: 600px;
  margin: 30px auto 0;
  text-align: center;
  position: relative;
}
.home-pro .floor-bottom:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  border-bottom: 1px solid #FABBC9;
}
.home-pro .floor-bottom span {
  display: inline-block;
  position: relative;
  z-index: 1;
  padding: 0 15px;
  background: #FFEAEA;
}
.home-process {
  background: #f6f6f6;
  width: 100%;
}
.home-process .container {
  padding: 60px 0;
}
.home-process .container .process-title {
  margin-bottom: 20px;
}
.home-process .container .process-title .title {
  font-size: 24px;
  color: #000;
  font-weight: bold;
  line-height: 1;
  float: left;
}
.home-process .container .process-imgs {
  margin-bottom: 20px;
}
.home-process .container .process-imgs li {
  float: left;
  height: 101px;
  display: inline-flex;
  align-items: center;
}
.home-process .container .process-imgs li .img-icon {
  width: 100px;
  height: 101px;
}
.home-process .container .process-imgs li .img-arrow {
  width: 20px;
  height: 20px;
  background: url("../images/prograss10.png") no-repeat center;
  background-size: 20px 20px;
  margin: 0 8px;
}
.home-process .container .process-imgs li:first-child {
  margin-right: 30px;
  width: 110px;
  height: 101px;
}
.home-process .container .process-imgs li:first-child .img-icon {
  width: 110px;
  height: 101px;
}
.home-process .container .process-imgs li:first-child .img-arrow {
  display: none;
}
.home-process .container .process-imgs li:last-child .img-arrow {
  display: none;
}
.home-process .container .process-imgs li:nth-child(1) .img-icon {
  background: url("../images/prograss01.png") no-repeat center;
  background-size: 110px 101px;
}
.home-process .container .process-imgs li:nth-child(2) .img-icon {
  background: url("../images/prograss02.png") no-repeat center;
  background-size: 100px 101px;
}
.home-process .container .process-imgs li:nth-child(3) .img-icon {
  background: url("../images/prograss04.png") no-repeat center;
  background-size: 100px 101px;
}
.home-process .container .process-imgs li:nth-child(4) .img-icon {
  background: url("../images/prograss03.png") no-repeat center;
  background-size: 100px 101px;
}
.home-process .container .process-imgs li:nth-child(5) .img-icon {
  background: url("../images/prograss05.png") no-repeat center;
  background-size: 100px 101px;
}
.home-process .container .process-imgs li:nth-child(6) .img-icon {
  background: url("../images/prograss06.png") no-repeat center;
  background-size: 100px 101px;
}
.home-process .container .process-imgs li:nth-child(7) .img-icon {
  background: url("../images/prograss07.png") no-repeat center;
  background-size: 100px 101px;
}
.home-process .container .process-imgs li:nth-child(8) .img-icon {
  background: url("../images/prograss08.png") no-repeat center;
  background-size: 100px 101px;
}
.home-process .container .process-imgs li:nth-child(9) .img-icon {
  background: url("../images/prograss09.png") no-repeat center;
  background-size: 100px 101px;
}
.home-service {
  background: #fff;
  padding: 50px 0;
}
.home-service ul li {
  padding-left: 65px;
  position: relative;
}
.home-service ul li .icon {
  width: 50px;
  height: 50px;
  text-align: center;
  border: 3px solid #b4a078;
  line-height: 44px;
  overflow: hidden;
  font-size: 26px;
  color: #b4a078;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
}
.home-service ul li .txt {
  font-size: 16px;
  height: 50px;
  line-height: 25px;
  overflow: hidden;
}
.home-service ul li .txt .title {
  color: #333;
  font-weight: bold;
}
.home-service ul li .txt .content {
  color: #999;
}
.pro-box {
  padding-bottom: 40px;
}
.pro-box .container {
  overflow: hidden;
}
.page {
  text-align: right;
  color: #999;
  margin-top: 20px;
}
.page a {
  display: inline-block;
  background: #ffffff;
  border: 1px solid #cccccc;
  line-height: 30px;
  font-size: 12px;
  text-align: center;
  color: #666;
  padding: 0 12px;
  height: 32px;
}
.page a:hover {
  color: #fff;
  background: #b4a078;
}
.page .page-box {
  vertical-align: middle;
  display: inline-block;
  margin: 0 5px;
}
.page .page-box a {
  float: left;
}
.page .page-box a + a {
  border-left: none;
}
.page .jump {
  vertical-align: middle;
  display: inline-block;
}
.page .jump .page-input {
  width: 45px;
  height: 25px;
  text-align: center;
}
.list-head .product-nav {
  color: #999;
  line-height: 50px;
  font-size: 12px;
}
.list-head .product-nav a {
  display: inline-block;
  color: #999;
}
.list-head .product-nav a:hover {
  color: #b4a078;
}
.list-head .all-result {
  font-size: 12px;
  color: #888;
  min-height: 50px;
}
.list-head .all-result .result-content {
  float: left;
  padding-left: 60px;
  position: relative;
  padding-top: 10px;
}
.list-head .all-result .result-content .result-title {
  position: absolute;
  left: 0;
  top: 0;
  color: #888;
  line-height: 50px;
}
.list-head .all-result .result-content .result-selected a {
  float: left;
  background: #ffffff;
  border: 1px solid #e5e5e5;
  padding-left: 10px;
  padding-right: 10px;
  line-height: 28px;
  font-size: 12px;
  margin-bottom: 10px;
  color: #b4a078;
  margin-right: 15px;
}
.list-head .all-result .result-foot {
  float: right;
  line-height: 50px;
}
.list-head .filter-select {
  border: 1px solid #e5e5e5;
  color: #666;
  background: #fff;
}
.list-head .filter-select .row {
  margin: 0;
}
.list-head .filter-select .row .select-title {
  float: left;
  width: 100px;
  height: 100%;
  line-height: 40px;
  padding: 0 20px;
}
.list-head .filter-select .row .select-title .fa {
  margin-left: 3px;
  display: none;
}
.list-head .filter-select .row .more-attribute {
  background: #fff;
  padding-left: 30px;
  line-height: 40px;
  width: 1098px;
  float: left;
  position: relative;
}
.list-head .filter-select .row .more-attribute > li {
  float: left;
  text-align: center;
  min-width: 90px;
  cursor: pointer;
}
.list-head .filter-select .row .more-attribute > li .select-content {
  display: none;
  border: 1px solid #E5E5E5;
  position: absolute;
  left: 0px;
  top: 40px;
}
.list-head .filter-select .row .more-attribute > li .select-content .select-list {
  height: auto;
}
.list-head .filter-select .row .more-attribute > li .title {
  position: relative;
}
.list-head .filter-select .row .more-attribute > li .title .fa {
  margin-left: 5px;
}
.list-head .filter-select .row .more-attribute > li .title:after {
  display: none;
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  bottom: -1px;
  border: 1px solid #fff;
  z-index: 100;
}
.list-head .filter-select .row .more-attribute > li.down {
  border-left: 1px solid #E6E6E6;
  border-right: 1px solid #E6E6E6;
}
.list-head .filter-select .row .more-attribute > li.down .title:after {
  display: block;
}
.list-head .filter-select .row .more-attribute > li.down .select-content {
  display: block;
}
.list-head .filter-select .row .select-content {
  background: #fff;
  float: left;
  width: 1098px;
  min-height: 40px;
  padding-left: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.list-head .filter-select .row .select-content .select-list {
  height: 26px;
  overflow: hidden;
  line-height: 26px;
  width: 920px;
  float: left;
}
.list-head .filter-select .row .select-content .select-list li {
  float: left;
  min-width: 90px;
  margin-right: 10px;
}
.list-head .filter-select .row .select-content .select-list li .icon-checkbox {
  display: none;
  width: 14px;
  height: 14px;
  border: 1px solid #e5e5e5;
  vertical-align: middle;
}
.list-head .filter-select .row .select-content .select-list li a {
  color: #666;
}
.list-head .filter-select .row .select-content .select-list li a .icon-checkbox {
  margin-right: 5px;
}
.list-head .filter-select .row .select-content .select-list li a:hover {
  color: #b4a078;
}
.list-head .filter-select .row .select-content .select-list-brand {
  height: 55px;
}
.list-head .filter-select .row .select-content .select-list-brand li {
  width: 96px;
  height: 55px;
  margin: 0;
  border: 1px solid #E8E8E8;
}
.list-head .filter-select .row .select-content .select-list-brand li a {
  display: block;
}
.list-head .filter-select .row .select-content .select-list-brand.checkbox-show li.active {
  border-color: #b4a078;
}
.list-head .filter-select .row .select-content .checkbox-show li.active .icon-checkbox {
  background: #b4a078;
}
.list-head .filter-select .row .select-content .checkbox-show li .icon-checkbox {
  display: inline-block;
}
.list-head .filter-select .row .select-content .show {
  height: auto;
}
.list-head .filter-select .row .select-btn {
  width: 140px;
  height: 26px;
  line-height: 26px;
  float: right;
}
.list-head .filter-select .row .select-btn span {
  float: left;
  background: #f5f5f5;
  border: 1px solid #e5e5e5;
  width: 60px;
  height: 26px;
  font-size: 12px;
  margin-right: 10px;
  color: #666666;
  text-align: center;
  line-height: 26px;
  cursor: pointer;
}
.list-head .filter-select .row .select-btn span .fa {
  margin-left: 5px;
}
.list-head .filter-select .row .select-btn span:hover {
  color: #b4a078;
  border-color: #b4a078;
  background: #fff;
}
.list-head .filter-select .row + .row {
  border-top: 1px solid #e5e5e5;
}
.list-head .filter-sort {
  background: #f6f6f6;
  border: 1px solid #e8e8e8;
  margin: 20px 0;
}
.list-head .filter-sort .sort-content {
  display: inline-flex;
  align-items: center;
  overflow: hidden;
  line-height: 40px;
  float: left;
}
.list-head .filter-sort .sort-content a {
  display: block;
  color: #666;
  float: left;
  padding: 0 20px;
  font-size: 12px;
  border-right: 1px solid #e8e8e8;
}
.list-head .filter-sort .sort-content a:hover,
.list-head .filter-sort .sort-content a.active {
  background: #b4a078;
  color: #fff;
}
.list-head .filter-sort .sort-content a i {
  display: none;
}
.list-head .filter-sort .sort-content a .active {
  display: inline-flex;
}
.list-head .filter-sort .price-area {
  float: left;
  height: 40px;
  line-height: 40px;
  padding-left: 20px;
}
.list-head .filter-sort .price-area .txt {
  display: inline-block;
  background: #ffffff;
  border: 1px solid #ededed;
  width: 60px;
  height: 24px;
  text-align: center;
  font-size: 12px;
  line-height: 24px;
  color: #666;
}
.list-head .filter-sort .price-area .txt:-moz-placeholder {
  color: #999;
}
.list-head .filter-sort .price-area .txt::-moz-placeholder {
  color: #999;
}
.list-head .filter-sort .price-area .txt:-ms-input-placeholder {
  color: #999;
}
.list-head .filter-sort .price-area .txt::-webkit-input-placeholder {
  color: #999;
}
.list-head .filter-sort .price-area .submit {
  display: inline-block;
  height: 22px;
  line-height: 22px;
  vertical-align: middle;
  background: #b4a078;
  border: none;
  color: #fff;
  font-size: 12px;
  padding: 0 10px;
  margin-left: 10px;
}
.pro-show {
  background: #fff;
  padding-bottom: 40px;
}
.pro-show .detail-nav {
  color: #999;
  line-height: 50px;
  font-size: 12px;
}
.pro-show .detail-nav a {
  display: inline-block;
  color: #999;
}
.pro-show .detail-nav a:hover {
  color: #b4a078;
}
.pro-show .detail-content .detail-l {
  float: left;
  margin-bottom: 40px;
}
.pro-show .detail-content .detail-l .detail-pic {
  width: 400px;
  float: left;
}
.pro-show .detail-content .detail-l .detail-pic .pic-box {
  width: 100%;
  padding-top: 100%;
  position: relative;
}
.pro-show .detail-content .detail-l .detail-txt {
  margin-left: 40px;
  width: 570px;
  float: left;
  color: #666;
  margin-right: 20px;
}
.pro-show .detail-content .detail-l .detail-txt h1 {
  font-size: 20px;
  font-weight: bold;
  color: #5f5f5f;
}
.pro-show .detail-content .detail-l .detail-txt .summary {
  margin-top: 10px;
  color: #999;
  padding: 5px 0;
}
.pro-show .detail-content .detail-l .detail-txt .detail_price {
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pro-show .detail-content .detail-l .detail-txt .detail_price .share span {
  font-size: 14px;
  color: #4b3b1b;
  line-height: 28px;
  cursor: pointer;
  padding-left: 20px;
  padding-right: 20px;
}
.pro-show .detail-content .detail-l .detail-txt .detail_price .share span .fa {
  margin-right: 5px;
  font-size: 20px;
  vertical-align: middle;
}
.pro-show .detail-content .detail-l .detail-txt .detail_price .share span .fa-share {
  color: #f35d5d;
}
.pro-show .detail-content .detail-l .detail-txt .detail_price .share span .fa-star {
  color: #e5e5e5;
}
.pro-show .detail-content .detail-l .detail-txt .detail_price .share span + span {
  border-left: 1px solid #888;
}
.pro-show .detail-content .detail-l .detail-txt .detail_price .active span .fa-star {
  color: #fd9800;
}
.pro-show .detail-content .detail-l .detail-txt .detail-adv {
  margin-bottom: 20px;
}
.pro-show .detail-content .detail-l .detail-txt .info-list {
  margin-bottom: 20px;
  background: #fffcf6;
  padding: 0 20px;
  padding-bottom: 20px;
}
.pro-show .detail-content .detail-l .detail-txt .info-list li {
  height: 36px;
  line-height: 36px;
  font-size: 12px;
  color: #8e8e8e;
}
.pro-show .detail-content .detail-l .detail-txt .info-list li .spec_title {
  float: left;
  color: #b4a078;
  width: 80px;
}
.pro-show .detail-content .detail-l .detail-txt .info-list li .spec_text {
  width: 440px;
  display: inline-flex;
}
.pro-show .detail-content .detail-l .detail-txt .info-list li .spec_text span {
  width: 33%;
  display: inline-block;
}
.pro-show .detail-content .detail-l .detail-txt .info-list li .spec_text i {
  font-style: normal;
  width: 94%;
  display: inline-block;
}
.pro-show .detail-content .detail-l .detail-txt .info-list li .spec_text .span_bold {
  background: rgba(255, 92, 77, 0.7);
  color: #fff;
  padding: 0 7px;
  line-height: 36px;
}
.pro-show .detail-content .detail-l .detail-txt .info-list li .spec_price {
  color: #fd1531;
  font-size: 24px;
}
.pro-show .detail-content .detail-l .detail-txt .info-list li .spec_price i {
  font-style: normal;
  width: 94%;
  display: inline-block;
}
.pro-show .detail-content .detail-l .detail-txt .info-list li .spec_price .span_bold {
  background: rgba(255, 92, 77, 0.7);
  color: #fff;
  padding: 0 7px;
  line-height: 56px;
}
.pro-show .detail-content .detail-l .detail-txt .info-list li:first-child {
  height: 56px;
  line-height: 56px;
}
.pro-show .detail-content .detail-l .detail-txt .choose {
  margin-bottom: 10px;
  line-height: 36px;
}
.pro-show .detail-content .detail-l .detail-txt .choose .title {
  float: left;
}
.pro-show .detail-content .detail-l .detail-txt .choose .select {
  height: 36px;
  padding-left: 15px;
  padding-right: 15px;
  border: 1px solid #ddd;
  float: left;
  margin-right: 5px;
  font-size: 12px;
  color: #333333;
  cursor: pointer;
  position: relative;
  margin-bottom: 5px;
}
.pro-show .detail-content .detail-l .detail-txt .choose .select span {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.pro-show .detail-content .detail-l .detail-txt .choose .select:after {
  content: '';
  display: none;
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  position: absolute;
  border-top: 10px solid transparent;
}
.pro-show .detail-content .detail-l .detail-txt .choose .spec_img {
  width: 36px;
  height: 36px;
  padding: 0;
}
.pro-show .detail-content .detail-l .detail-txt .choose .spec_img img {
  width: 100%;
  height: 100%;
  display: block;
}
.pro-show .detail-content .detail-l .detail-txt .choose .spec_cur {
  border-color: #ff3c23;
  display: block;
}
.pro-show .detail-content .detail-l .detail-txt .choose .spec_cur .chose_btn {
  background: url("../images/chose.png") no-repeat;
  background-position-x: right;
  background-position-y: bottom;
  background-size: 20px;
}
.pro-show .detail-content .detail-l .detail-txt .choose .count {
  float: left;
  height: 36px;
  line-height: 36px;
  position: relative;
}
.pro-show .detail-content .detail-l .detail-txt .choose .count .buy {
  float: left;
  border: 1px solid #CCCCCC;
  height: 30px;
  margin-top: 3px;
  padding-right: 15px;
  width: 80px;
  padding-left: 10px;
  line-height: 30px;
}
.pro-show .detail-content .detail-l .detail-txt .choose .count .arrow-btn {
  position: absolute;
  right: 5px;
  top: 7px;
  height: 30px;
  width: 10px;
}
.pro-show .detail-content .detail-l .detail-txt .choose .count .arrow-btn .top {
  width: 0;
  height: 0;
  display: block;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 8px solid #333;
}
.pro-show .detail-content .detail-l .detail-txt .choose .count .arrow-btn .top:hover {
  border-bottom-color: #FF3C23;
}
.pro-show .detail-content .detail-l .detail-txt .choose .count .arrow-btn .bottom {
  width: 0;
  height: 0;
  display: block;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 8px solid #333;
  margin-top: 6px;
}
.pro-show .detail-content .detail-l .detail-txt .choose .count .arrow-btn .bottom:hover {
  border-top-color: #FF3C23;
}
.pro-show .detail-content .detail-l .detail-txt .detail-button {
  margin-top: 20px;
}
.pro-show .detail-content .detail-l .detail-txt .detail-button a {
  display: inline-block;
  background: #ff5c4d;
  border: 1px solid #ff4141;
  width: 120px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
  font-size: 16px;
  color: #ffffff;
  margin-right: 10px;
}
.pro-show .detail-content .detail-l .detail-txt .detail-button .cart {
  background: transparent;
  color: #ff4141;
  border: 1px solid #ff4141;
}
.pro-show .detail-content .detail-l .detail-txt .detail-button .sample {
  background: #e2d1b0;
  border: 1px solid #e2d1b0;
  color: #493a1a;
}
.pro-show .detail-content .detail-r {
  float: right;
  border-left: 1px solid #eee;
  padding-left: 30px;
}
.pro-show .detail-content .detail-r .title {
  width: 130px;
  height: 20px;
  line-height: 20px;
  font-size: 14px;
  color: #333;
  text-align: center;
  font-weight: bold;
}
.pro-show .detail-content .detail-r .hot-recommend {
  margin-top: 10px;
  height: 490px;
  overflow: hidden;
}
.pro-show .detail-content .detail-r .hot-recommend li {
  width: 130px;
  margin-bottom: 20px;
}
.pro-show .detail-content .detail-r .hot-recommend li .pic {
  width: 100%;
  padding-top: 100%;
  position: relative;
}
.pro-show .detail-content .detail-r .hot-recommend li .pic .price {
  width: 100%;
  height: 22px;
  text-align: center;
  overflow: hidden;
  line-height: 22px;
  background: rgba(180, 160, 120, 0.7);
  bottom: 0;
  left: 0;
  position: absolute;
  font-size: 12px;
  color: #fff;
  transition: all 0.3s ease-out;
}
.pro-show .detail-content .detail-r .hot-recommend li .hot_title {
  font-size: 12px;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.pro-show .detail-sub {
  margin-top: 20px;
}
.pro-show .detail-sub .left-recommend {
  width: 210px;
  float: left;
}
.pro-show .detail-sub .left-recommend .title {
  background: #f9f9f9;
  border: 1px solid #e5e5e5;
  width: 100%;
  height: 40px;
  font-size: 14px;
  line-height: 40px;
  overflow: hidden;
  color: #333333;
  font-weight: bold;
  padding-left: 17px;
}
.pro-show .detail-sub .left-recommend ul {
  width: 100%;
  padding: 15px 25px 0px 25px;
  border: 1px solid #e5e5e5;
  border-top: none;
}
.pro-show .detail-sub .left-recommend ul li {
  width: 100%;
  margin-bottom: 15px;
}
.pro-show .detail-sub .left-recommend ul li .pic {
  width: 100%;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}
.pro-show .detail-sub .left-recommend ul li .pic .mask {
  position: absolute;
  bottom: -40px;
  left: 0;
  width: 100%;
  height: 40px;
  line-height: 20px;
  font-size: 12px;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.6);
  overflow: hidden;
  padding: 0 5px;
  transition: all 0.3s ease-out;
}
.pro-show .detail-sub .left-recommend ul li .pic:hover .mask {
  bottom: 0;
}
.pro-show .detail-sub .left-recommend ul li .price {
  margin-top: 8px;
  text-align: center;
  font-size: 14px;
  color: #b4a078;
}
.pro-show .detail-sub .right-details {
  width: 970px;
  float: right;
}
.pro-show .detail-sub .right-details .pro-tab {
  background: #F8F8F8;
  border-top: 1px solid #e5e5e5;
  border-bottom: 2px solid #b4a078;
}
.pro-show .detail-sub .right-details .pro-tab li {
  float: left;
  cursor: pointer;
  position: relative;
  text-align: center;
  width: 120px;
  overflow: hidden;
  line-height: 33px;
  color: #666;
}
.pro-show .detail-sub .right-details .pro-tab li.active,
.pro-show .detail-sub .right-details .pro-tab li:hover {
  color: #fff;
  background-color: #b4a078;
}
.pro-show .detail-sub .right-details .tab-box {
  display: none;
  line-height: 30px;
  padding: 20px 0;
  color: #666;
}
.pro-show .detail-sub .right-details .tab-box .details-content {
  margin-bottom: 20px;
}
.pro-show .detail-sub .right-details .tab-box .form-box {
  width: 100%;
  vertical-align: middle;
  line-height: 30px;
}
.pro-show .detail-sub .right-details .tab-box .form-box .clearfix {
  margin-bottom: 10px;
}
.pro-show .detail-sub .right-details .tab-box .form-box .col01 {
  float: left;
  width: 100px;
  min-height: 30px;
  text-align: right;
}
.pro-show .detail-sub .right-details .tab-box .form-box .col02 {
  float: left;
  padding-left: 10px;
}
.pro-show .detail-sub .right-details .tab-box .form-box .col02 .textarea {
  font-size: 14px;
  width: 500px;
  max-width: 100%;
  height: 120px;
  border: 1px solid #EDEDED;
  padding: 10px;
}
.pro-show .detail-sub .right-details .tab-box .form-box .col02 .verify {
  float: left;
  border: 1px solid #EDEDED;
}
.pro-show .detail-sub .right-details .tab-box .form-box .col02 .verify-img {
  float: left;
  width: 66px;
  height: 33px;
}
.pro-show .detail-sub .right-details .tab-box .form-box .col02 .verify-img img {
  max-width: 100%;
  height: 100%;
  vertical-align: middle;
}
.pro-show .detail-sub .right-details .tab-box .form-box .col02 .change {
  float: left;
  color: #999;
  text-decoration: underline;
}
.pro-show .detail-sub .right-details .tab-box .form-box .col02 .form-btn {
  margin-right: 10px;
  text-align: center;
  border: none;
  color: #fff;
  padding: 0 15px;
  background: #999;
}
.pro-show .detail-sub .right-details .tab-box .form-box .col02 .form-btn:hover {
  background: #b4a078;
}
.pro-show .detail-sub .right-details .box-show {
  display: block;
}
.pro-show .detail_model_bg {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #000000;
  opacity: 0.4;
  z-index: 999;
}
.pro-show .detail_model {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  z-index: 1000;
  border: 5px solid #ccc;
  border-color: rgba(0, 0, 0, 0.2);
}
.pro-show .detail_model .detail_model_info {
  padding: 20px 30px;
  font-size: 16px;
  color: #333;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-family: "Microsoft YaHei";
  font-weight: bold;
  line-height: 23px;
  text-align: center;
  padding-bottom: 40px;
}
.pro-show .detail_model .detail_model_info span {
  display: inline-flex;
  align-items: center;
  margin-right: 10px;
}
.pro-show .detail_model .detail_model_info span i {
  display: inline-flex;
  align-items: center;
  background: url(../images/ico.png) no-repeat;
  height: 38px;
  width: 38px;
  display: inline-block;
}
.pro-show .detail_model .detail_model_info span .success {
  background-position: -97px 0;
}
.pro-show .detail_model .detail_model_info span .err {
  background-position: -97px -50px;
}
.pro-show .detail_model .detail_model_info span .warning {
  background-position: -97px -100px;
}
.pro-show .detail_model .detail_model_btn {
  text-align: center;
}
.pro-show .detail_model .detail_model_btn a {
  display: inline-block;
  background: #ff5c4d;
  border: 1px solid #ff4141;
  width: 120px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
  font-size: 16px;
  color: #ffffff;
  margin-right: 10px;
}
.pro-show .detail_model .detail_content {
  position: relative;
  width: 480px;
  padding: 50px 0 20px 0;
  border: 1px solid #b1b1b1;
  background: #FFF;
}
.pro-show .detail_model .detail_content .detail_content_close {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 16px;
  overflow: hidden;
  cursor: pointer;
}
.footer {
  background: #414141;
  color: #999999;
  padding-top: 30px;
  padding-bottom: 30px;
}
.footer .footer-list li {
  padding-left: 40px;
  display: flex;
  align-items: center;
}
.footer .footer-list li .icon {
  width: 52px;
  height: 52px;
  display: block;
}
.footer .footer-list li:nth-child(1) .icon {
  background: url(../images/help01.jpg) no-repeat center;
  background-size: 52px 52px;
}
.footer .footer-list li:nth-child(2) .icon {
  background: url(../images/help02.jpg) no-repeat center;
  background-size: 52px 52px;
}
.footer .footer-list li:nth-child(3) .icon {
  background: url(../images/help03.jpg) no-repeat center;
  background-size: 52px 52px;
}
.footer .footer-list li:nth-child(4) .icon {
  background: url(../images/help04.png) no-repeat center;
  background-size: 52px 52px;
}
.footer .footer-list .txt {
  display: block;
  color: #fff;
  font-size: 12px;
  line-height: 25px;
  margin-left: 20px;
}
.footer .footer-list .title {
  color: #fff;
  line-height: 30px;
  font-size: 18px;
  cursor: default;
}
.footer .friend-link {
  margin-top: 30px;
  border-top: 1px solid #666666;
  border-bottom: 1px solid #666666;
  padding: 10px 0;
  color: #999;
  font-size: 12px;
}
.footer .friend-link a {
  color: #999;
  margin-right: 5px;
}
.footer .friend-link a:hover {
  color: #fff;
}
.footer .footer-info {
  text-align: center;
  padding-top: 30px;
  font-size: 14px;
  line-height: 18px;
}
.footer .footer-info p {
  margin-bottom: 5px;
}
.footer .footer-info a {
  display: inline-block;
  color: #999;
  margin: 0 5px;
}
.footer .footer-info a:hover {
  color: #fff;
}
.footer .footer-info i {
  font-style: normal;
}
.footer .footer-info i:last-child {
  display: none;
}
body {
  position: relative;
}
.phone-nav {
  position: fixed;
  bottom: 0;
  width: 100%;
  display: none;
  z-index: 99999;
}
.phone-nav ul {
  background: #fff;
}
.phone-nav ul li {
  text-align: center;
  width: 25%;
  float: left;
  height: 60px;
  line-height: 20px;
  vertical-align: middle;
  display: table-cell;
}
.phone-nav ul li a {
  display: block;
  width: 100%;
  height: 100%;
  padding-top: 10px;
  color: #666;
}
.phone-nav ul li a .fa {
  font-size: 16px;
}
.phone-nav ul li a .txt {
  font-size: 12px;
}
.phone-nav ul li.active a,
.phone-nav ul li:hover a {
  color: #b4a078;
}
.y_back .path_layout {
  color: #999;
  line-height: 50px;
  font-size: 12px;
}
.y_back .path_layout a {
  display: inline-block;
  color: #999;
}
.y_back .path_layout a:hover {
  color: #b4a078;
}
.register {
  width: 1200px;
  margin-top: 10px;
  float: left;
  background-color: #f7f7f7;
  border: solid 1px #e6e6e6;
}
.heads {
  width: 1200px;
  float: left;
  text-align: left;
  font-family: 微软雅黑;
}
.selected {
  width: 192px;
  height: 34px;
  line-height: 33px;
  font-size: 14px;
  text-align: center;
  float: left;
  border-bottom: none;
  background-color: #ffffff;
  cursor: pointer;
}
.unselect {
  width: 192px;
  height: 34px;
  line-height: 33px;
  font-size: 14px;
  text-align: center;
  float: left;
  border-bottom: none;
  /*background-color: #f2f2f2;*/
  background: #E8E9EE;
  cursor: pointer;
}
.p_main {
  background: #fff;
  font-family: 微软雅黑;
  font-size: 14px;
  color: #999;
  text-align: left;
}
.msg {
  float: left;
  width: 783px;
  margin-left: -1px;
  text-align: right;
  font-size: 12px;
  height: 34px;
  line-height: 35px;
  /*border: solid 1px #e6e6e6;*/
  border-left: none;
  position: relative;
  z-index: 30000;
  border-top: none;
  border-right: none;
}
.msg a {
  color: red;
  margin-left: 3px;
}
.in {
  width: 8px;
  height: 35px;
  border-bottom: solid 1px #e6e6e6;
  float: left;
  margin-left: -1px;
}
.content {
  width: 1200px;
  margin-top: -1px;
  float: left;
  overflow: hidden;
}
.p_main {
  width: 1213px;
  float: left;
  padding-bottom: 20px;
}
#info .userinfo .row {
  height: 70px;
  clear: both;
  margin-left: 165px;
}
#info .userinfo .row select {
  height: 28px;
  font-size: 14px;
  width: 150px;
  margin-left: 5px;
  font-size: 10px;
}
#info_personal .reg_frm {
  margin-top: 50px;
  margin-left: 20%;
}
#info_personal .reg_frm .row {
  height: 70px;
  clear: both;
}
#info .reg_frm {
  margin-top: 50px;
  margin-left: 20%;
}
#info .reg_frm .row {
  height: 70px;
  clear: both;
}
.reg_frm .row .control-label {
  float: left;
  text-align: right;
  display: inline-block;
  width: 110px;
  line-height: 32px;
}
.reg_frm .row .control-label s {
  color: red;
  padding-right: 5px;
  text-decoration: none;
}
.reg_frm .row .controls {
  margin-left: 10px;
  float: left;
  display: inline;
  height: 40px;
  color: #000;
}
.reg_frm .row .controls .isDisable {
  background-color: #e0e0e0;
}
.reg_frm .row input[type=text],
input[type=password] {
  width: 268px;
  height: 28px;
  margin-left: 5px;
  font-size: 16px;
  line-height: 28px;
  padding-left: 2px;
  font-size: 10px;
}
.reg_frm .row input[name=code_p],
.reg_frm .row input[name=code] {
  width: 268px;
}
.reg_frm .row input::-webkit-input-placeholder {
  /* placeholder颜色  */
  color: #999999;
}
.reg_frm .row input::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #999999;
}
.reg_frm .row input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #999999;
}
.reg_frm .row input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999999;
}
.reg_frm .row input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #999999;
}
.reg_frm .row .agreement {
  margin-left: 110px;
  margin-bottom: 20px;
}
.reg_frm .row .register_img {
  height: 90px;
  margin-left: 100px;
}
.reg_frm .row .register_img img {
  cursor: pointer;
}
.layout_foot {
  display: none;
}
div.after_sale_detail {
  position: fixed;
  width: 400px;
  height: 200px;
  background-color: #fff;
  top: 50%;
  left: 50%;
  z-index: 100;
  display: none;
  transform: translate(-50%, -50%);
}
div.after_sale_detail > h3 {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: 20px;
}
div.after_sale_detail .after_sale_detail_con {
  width: 100%;
  margin: 0 auto;
  height: 260px;
  overflow: auto;
  padding: 0 50px;
  font-size: 15px;
}
div.after_sale_detail button {
  position: absolute;
  left: 50%;
  bottom: 10px;
  width: 100px;
  height: 40px;
  line-height: 40px;
  background-color: #b4a078;
  border: 0;
  color: #fff;
  transform: translateX(-50%);
  border-radius: 15px;
}
div.after_sale_detail_mask {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #ccc;
  opacity: 0.6;
  display: none;
}
/*用户协议*/
div.user-deal {
  position: fixed;
  width: 500px;
  height: 400px;
  background-color: #fff;
  top: 50%;
  left: 50%;
  z-index: 100;
  display: none;
  transform: translate(-50%, -50%);
}
div.user-deal > h2 {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 20px;
}
div.user-deal .user-deal-con {
  width: 100%;
  margin: 0 auto;
  height: 260px;
  overflow: auto;
  padding: 0 50px;
}
div.user-deal button {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 40px;
  line-height: 40px;
  background-color: #b4a078;
  border: 0;
  color: #fff;
}
/*遮罩*/
div.user-deal-mask {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #ccc;
  opacity: 0.6;
  display: none;
}
.login {
  width: 1200px;
  float: left;
  background-color: #f7f7f7;
  border: solid 1px #e6e6e6;
  overflow: hidden;
}
.login .p_main {
  width: 480px;
  float: right;
}
.login .p_main .heads {
  width: 100%;
  text-align: center;
  font-family: 微软雅黑;
  margin: 30px 0;
}
#info_personal .login_frm .row {
  height: 70px;
  clear: both;
}
.login_frm .row .control-label {
  float: left;
  text-align: right;
  display: inline-block;
  width: 110px;
  line-height: 32px;
}
.login_frm .row .control-label s {
  color: red;
  padding-right: 5px;
  text-decoration: none;
}
.login_frm .row .controls {
  margin-left: 10px;
  float: left;
  height: 40px;
  color: #000;
}
.login_frm .row .controls .login_other {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 70px;
}
.login_frm .row .controls .login_other a:hover {
  color: #b4a078;
}
.login_frm .row input[type=text],
input[type=password] {
  width: 268px;
  height: 28px;
  margin-left: 5px;
  font-size: 16px;
  line-height: 28px;
  padding-left: 2px;
  font-size: 10px;
}
.login_frm .row input[name=code_p],
.login_frm .row input[name=code] {
  width: 268px;
}
.login_frm .row .agreement {
  margin-left: 110px;
  margin-bottom: 20px;
}
.login_frm .row .login_img {
  height: 90px;
  margin-left: 100px;
}
.login_frm .row .login_img img {
  cursor: pointer;
}
.forget {
  width: 100%;
  padding-bottom: 25px;
}
.forget strong {
  width: 100%;
  display: block;
  font-size: 16px;
  padding: 16px;
}
.forget .p_main {
  width: 480px;
  float: right;
}
.forget .p_main .heads {
  width: 100%;
  text-align: center;
  font-family: 微软雅黑;
  margin: 30px 0;
}
#person_forget .login_frm .row {
  height: 70px;
  clear: both;
}
.member {
  width: 100%;
  /*padding-bottom: 25px;*/
  display: inline-block;
}
.member .zuo1,
.member .zuo2 {
  display: inline-block;
  width: 15%;
  padding: 5px 0;
  background-color: #f5f5f5;
  border: 1px solid #e5e5e5;
  *float: left;
}
.member .zuo1 span,
.member .zuo2 span {
  width: 100%;
  display: inline-block;
  line-height: 30px;
}
.member .zuo1 span strong,
.member .zuo2 span strong {
  display: inline-block;
  width: 90%;
  padding-left: 10%;
}
.member .zuo1 span a,
.member .zuo2 span a {
  display: inline-block;
  width: 90%;
  padding-left: 10%;
}
.member .zuo1 span a:hover,
.member .zuo1 span a.active,
.member .zuo2 span a:hover,
.member .zuo2 span a.active {
  background-color: #b4a078;
  color: #fff;
}
.member .zhong {
  float: right;
  display: inline-block;
  width: 82%;
  vertical-align: top;
  margin-right: 1.5%;
}
.member .zhong .info {
  background-color: #fff;
  padding: 5px 10px;
  line-height: 25px;
}
.member .zhong .info a {
  margin-left: 10px;
  color: #005aa0;
}
.member .zhong .info a:hover {
  text-decoration: underline;
}
.member .zhong .info .wel {
  width: 100%;
  display: inline-block;
}
.member .zhong .info .wel b {
  float: left;
}
.member .zhong .info .wel a {
  float: right;
}
.member .zhong .info .level {
  width: 100%;
  display: inline-block;
}
.member .zhong .info .account {
  width: 100%;
  display: inline-block;
  background-color: #FFF;
  line-height: 40px;
  margin-top: 5px;
  border: 1px solid #e5e5e5;
}
.member .zhong .info .account span {
  float: left;
  width: 30%;
  margin-left: 10px;
}
.member .zhong .info .account span cite {
  color: #ff5c57;
  margin-right: 5px;
  font-style: normal;
}
.member .zhong .near {
  width: 100%;
  margin-top: 15px;
  background-color: #e5e5e5;
  border: 1px solid #e5e5e5;
}
.member .zhong .near tr th {
  background-color: #f5f5f5;
  line-height: 30px;
  text-align: left;
  text-indent: 10px;
}
.member .zhong .near tr td {
  background-color: #fff;
  line-height: 30px;
  text-align: center;
}
.member .zhong .near tr td p {
  float: left;
  line-height: 24px;
  margin: 15px 0 0 10px;
}
.member .zhong .near tr td .btn {
  color: #fff;
  float: none;
  display: inline-block;
}
.member .zhong .near tr td .btn:hover {
  text-decoration: none;
}
.member .you {
  float: right;
  width: 18%;
}
.member .you .cart {
  background-color: #fff;
  border: 1px solid #e5e5e5;
  padding: 20px 10px;
}
.member .you .cart strong {
  display: inline-block;
  line-height: 30px;
  width: 100%;
}
.member .you .cart p {
  display: inline-block;
  line-height: 25px;
  width: 100%;
}
.member .you .cart p i {
  color: #ff5c57;
  margin: 0 5px;
}
.member .you .cart p a {
  color: #005aa0;
}
.member .you .cart p a:hover {
  text-decoration: underline;
}
.member .leftzuo {
  display: inline-block;
  width: 15%;
  border: 1px solid #e5e5e5;
  margin-top: 10px;
}
.member .leftzuo .cart {
  background-color: #fff;
  border: 1px solid #e5e5e5;
  padding: 20px 10px;
}
.member .leftzuo .cart strong {
  display: inline-block;
  line-height: 30px;
  width: 100%;
}
.member .leftzuo .cart p {
  display: inline-block;
  line-height: 25px;
  width: 100%;
}
.member .leftzuo .cart p i {
  color: #ff5c57;
  margin: 0 5px;
}
.member .leftzuo .cart p a {
  color: #005aa0;
}
.member .leftzuo .cart p a:hover {
  text-decoration: underline;
}
.member .leftzuo .browse {
  margin-top: 10px;
  padding-bottom: 10px;
  border: 1px solid #e5e5e5;
}
.member .leftzuo .browse strong {
  background-color: #f5f5f5;
  border-bottom: 1px solid #e5e5e5;
  line-height: 30px;
  display: inline-block;
  width: 100%;
  padding-left: 5%;
}
.member .you .browse {
  margin-top: 10px;
  padding-bottom: 10px;
  border: 1px solid #e5e5e5;
}
.member .you .browse strong {
  background-color: #f5f5f5;
  border-bottom: 1px solid #e5e5e5;
  line-height: 30px;
  display: inline-block;
  width: 100%;
  padding-left: 5%;
}
.member .dakuai {
  display: inline-block;
  width: 82.5%;
  margin-left: 1.5%;
  vertical-align: top;
  *float: right;
}
.member .dakuai h6 {
  width: 100%;
  font-size: 16px;
  border-bottom: 2px solid #b4a078;
  line-height: 40px;
  text-indent: 10px;
  font-weight: 800;
}
.member .detail {
  width: 100%;
}
.member .detail h6 {
  border-bottom: 2px solid #b4a078;
  font-size: 14px;
  line-height: 35px;
  text-indent: 10px;
  width: 100%;
}
.member .detail h5 {
  font-size: 14px;
  width: 100%;
  display: inline-block;
  font-weight: normal;
  line-height: 30px;
  text-indent: 2em;
  margin-top: 10px;
}
.member .detail dl {
  width: 100%;
  display: inline-block;
  margin-top: 10px;
  line-height: 30px;
}
.member .detail dl dt {
  font-weight: bold;
  float: left;
  text-indent: 2em;
}
.member .detail dl dd {
  float: left;
  width: 88%;
}
.member .detail dl dd em {
  float: left;
  margin-right: 50px;
  width: 240px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-style: normal;
}
table tr td .pro {
  float: left;
  margin-left: 10px;
}
table tr td .pro img {
  width: 38px;
  height: 38px;
  border: 1px solid #e5e5e5;
  vertical-align: middle;
}
table tr td .pro i {
  margin-left: 5px;
  font-style: normal;
}
.member .dakuai .collect {
  width: 100%;
  margin-top: 15px;
}
.member .dakuai .collect strong {
  line-height: 30px;
  background-color: #b4a078;
  padding: 0 15px;
  display: table;
  color: #fff;
  *float: left;
}
.member table,
.tab_content_box table {
  background-color: #e5e5e5;
  width: 100%;
  border: 1px solid #e5e5e5;
}
.member table tr th,
.tab_content_box table tr th {
  background-color: #f5f5f5;
  font-weight: normal;
  line-height: 30px;
  text-align: center;
}
.member table tr th:last-child,
.tab_content_box table tr th:last-child {
  border-right: 1px solid #e5e5e5;
}
.member table tr td,
.tab_content_box table tr td {
  background-color: #fff;
  line-height: 30px;
  text-align: center;
  word-break: break-all;
  padding: 15px 5px;
}
.member .dakuai .collect #show {
  display: inline-block;
  padding: 0 10px;
  background-color: #cfad79;
  color: #fff;
  margin-top: 10px;
  line-height: 30px;
}
.member .dakuai .collect #show:hover {
  background-color: #cf9c51;
}
.member .dakuai .information {
  width: 100%;
  margin-top: 15px;
}
.member .dakuai .information ul {
  width: 90%;
  float: left;
  margin-left: 10%;
}
.member .dakuai .information ul li {
  width: 100%;
  float: left;
  margin-top: 10px;
  line-height: 30px;
}
.member .dakuai .information ul li label {
  float: left;
  text-align: right;
  width: 75px;
}
label i {
  color: #ff5c57;
  margin-right: 5px;
}
.member .dakuai .information ul li .srk,
.member .dakuai .information ul li select {
  float: left;
}
.member .dakuai .information ul li .radio {
  float: left;
  margin-top: 9px;
}
.member .dakuai .information ul li em {
  float: left;
  margin: 0 5px;
}
.member .dakuai .information ul li cite {
  float: left;
  margin-left: 10px;
  font-weight: normal;
  color: #999;
}
.member .dakuai .information ul li .btn {
  margin: 5px 0 0 75px;
  height: 40px;
}
.member .dakuai .collect ul {
  display: inline-block;
  background-color: #f5f5f5;
  margin-top: 10px;
  padding: 5px 10px 15px;
  border: 1px solid #e5e5e5;
}
.member .dakuai .collect ul li {
  width: 100%;
  float: left;
  margin-top: 10px;
  line-height: 30px;
}
.member .dakuai .collect ul li label {
  float: left;
  text-align: right;
  width: 100px;
}
.member .dakuai .collect ul li .srk,
.member .dakuai .collect ul li select {
  float: left;
}
.member .dakuai .collect ul li .radio {
  float: left;
  margin-top: 9px;
}
.member .dakuai .collect ul li em {
  float: left;
  margin: 0 5px;
}
.member .dakuai .collect ul li cite {
  float: left;
  margin-left: 10px;
  font-weight: normal;
  color: #999;
}
.member .dakuai .collect ul li .qh,
.member .dakuai .collect ul li .fjh {
  width: 58px;
}
.member .dakuai .collect ul li .hm {
  width: 118px;
}
.member .dakuai .collect ul li .btn {
  margin: 5px 0 0 100px;
  background: #b4a078;
  color: #fff;
}
.member .dakuai .collect h5 {
  font-size: 14px;
  font-weight: normal;
  color: #666;
  padding-bottom: 10px;
}
.member .dakuai .collect h5 font {
  color: #b4a078;
  font-weight: bold;
}
.five {
  width: 100%;
  margin-top: 15px;
  position: relative;
  background-color: rgb(244, 244, 244);
  box-shadow: 0px 2px 1px 0px rgba(48, 48, 48, 0.1);
}

.five .ddss {
  position: absolute;
  height: 25px;
  right: 0;
  top: 0;
}
.five .ddss .srk {
  float: left;
  width: 148px;
  height: 23px;
  height: 20px\9;
}
.five .ddss .btn {
  height: 24px;
  padding: 0 5px;
  margin-left: 5px;
  text-align: center;
  width: 50px;
  line-height: 24px;
}
#fivetags {
  display: table;
  border-left: 1px solid #e5e5e5;
  /* border-bottom: 3px solid #b4a078; */
}
#fivetags li {
  float: left;
  border-right: 1px solid #e5e5e5;
  /* border-top: 1px solid #e5e5e5; */
}
#fivetags li a {
  float: left;
  width: 126px;
  border-top: 2px solid transparent;
  line-height: 36px;
  text-align: center;
}
#fivetags .selectfivetag {
  background-color: #fff;
  border-top: 2px solid rgb(186, 171, 143);
  line-height: 36px;
  
}

#fivetags .selectfivetag a {
  font-weight: bold;
  color: rgb(186, 171, 143);
}
#fivecontent .fivecontent {
  display: none;
}
#fivecontent .selectfivecontent {
  display: block;
}
#fivecontent table {
  background-color: #e5e5e5;
  width: 100%;
  border: 1px solid #e5e5e5;
}
/*page*/
.page_box {
  padding: 20px 0;
  text-align: right;
  color: #666;
  font-size: 12px;
}
.page_box a {
  /*display: inline-block;*/
  text-align: center;
  color: #666;
  font-size: 14px;
  border: 1px solid #ddd;
  margin: 0 3px;
  vertical-align: middle;
  padding: 5px 10px;
}
.page_box span {
  display: inline-block;
  text-align: center;
  color: #666;
  font-size: 14px;
  border: 1px solid #ddd;
  margin: 0 3px;
  vertical-align: middle;
  padding: 5px 10px;
}
.page_box .page-cur {
  border: 1px solid #84303f;
  background: #84303f;
  color: #fff;
}
.my_dhj_px {
  height: 34px;
  line-height: 34px;
  margin: 4px 0;
}
.process {
  width: 100%;
  padding-bottom: 20px;
}
.process .liucheng {
  width: 900px;
  margin: 0 auto;
  height: 75px;
}
.process .liucheng li {
  float: left;
  width: 300px;
  height: 40px;
  line-height: 40px;
  background-image: url(../images/process.png);
  background-position: center top;
  background-repeat: no-repeat;
  text-align: center;
}
.process .liucheng li b {
  color: #FFF;
  font-size: 24px;
  display: block;
}
.process .liucheng li cite {
  display: block;
  font-style: normal;
}
.process .liucheng li.active {
  background-position: center bottom;
}
.process .liucheng li.active cite {
  color: #b4a078;
}
.process table {
  width: 100%;
  margin-top: 20px;
  text-align: center;
  border-top: 1px solid #e5e5e5;
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
}
.process table tr th {
  background-color: #5e3b25;
  line-height: 30px;
  color: #FFF;
  text-align: center;
}
.process table tr td {
  background-color: #fff;
  padding: 15px 0;
  border-bottom: 1px solid #e5e5e5;
  word-break: break-all;
}
.process table tr th .check {
  float: left;
  margin: 9px 5px 0 10px;
}
.process table tr td .check {
  float: left;
  margin-left: 10px;
}
.process table tr td .jj {
  color: #333;
  width: 18px;
  line-height: 18px;
  text-align: center;
  border: 1px solid #ccc;
  background-color: #f5f5f5;
  display: inline-block;
}
.process table tr td .srk {
  min-width: 28px;
  height: 23px;
  height: 20px\9;
  padding-top: 3px\9;
  margin: 0 3px;
  text-indent: 0;
  text-align: center;
}
.process table tr td strong {
  color: #ff5c57;
}
.process table tr td .cz {
  color: #005aa0;
}
.process table tr td .cz:hover {
  text-decoration: underline;
}
.process table tr td .zuo {
  float: left;
  margin-left: 10px;
  text-align: left;
  line-height: 24px;
}
.process table tr td .zuo a {
  color: #005aa0;
}
.process table tr td .zuo a:hover {
  text-decoration: underline;
}
.process table tr td .zuo a.btn_del_all {
  padding-left: 30px;
  background: url(../images/ico.png) -125px -131px no-repeat;
  display: inline-block;
}
.process table tr td .you {
  float: right;
  width: 255px;
  margin-right: 2%;
}
.process table tr td .you p {
  float: left;
  width: 100%;
  line-height: 24px;
  text-align: right;
}
.process table tr td .you p em {
  float: right;
  width: 150px;
  font-style: normal;
}
.process table tr td .you p cite {
  float: right;
  width: 105px;
}
.process table tr td .you p strong {
  float: right;
  width: 150px;
  color: #333;
}
.process table tr td .you p b {
  font-size: 18px;
  color: #ff5c57;
  float: right;
  width: 105px;
}
.process table tr td .you a {
  color: #FFF;
  line-height: 30px;
  float: right;
  width: 100px;
  background-color: #E60047;
  margin-top: 10px;
}
.process table tr td .you a:hover,
.process table tr td .you a {
  background-color: #5e3b25;
}
.process table tr td .you p strong {
  float: right;
  width: 150px;
  color: #333;
}
.process .order {
  border: 1px solid #e5e5e5;
  margin-top: 20px;
}
.process .order h4 {
  color: #FFF;
  line-height: 30px;
  text-indent: 1em;
  background-color: #b4a078;
}
.pub_btn_box .pub_btn {
  display: inline-block;
  margin-right: 8px;
  padding: 5px 21px;
  background: #E60047;
  color: #fff;
  margin-top: 10px;
  margin-left: 27px;
}
.process .order .cargo,
.process .order .pay,
.process .order .invoice {
  padding: 20px 5%;
  width: 90%;
}
.process .order .cargo li {
  display: inline-block;
  line-height: 30px;
  margin-top: 10px;
  width: 100%;
}
.process .order .cargo li label {
  float: left;
  text-align: right;
  width: 100px;
}
.process .order .cargo li .srk {
  float: left;
}
.process .order .cargo li cite {
  float: left;
  margin: 0 5px;
}
.process .order .cargo li .btn {
  margin-left: 100px;
}
.process .order .pay strong,
.process .order .pay p {
  width: 100%;
  line-height: 24px;
  display: inline-block;
}
.process .order .pay span {
  width: 100%;
  display: inline-block;
}
.process .order .pay span .radio {
  float: left;
  margin: 10px 10px 0 0;
}
.collect_pic {
  float: left;
  margin: 10px 0 0 10px;
}
.about {
  width: 100%;
  padding-bottom: 20px;
}
.about strong {
  width: 100%;
  display: block;
  font-size: 16px;
  padding: 16px;
}
.about p {
  line-height: 24px;
  width: 100%;
  text-indent: 2em;
  margin-top: 10px;
}
.path_layout {
  color: #999;
  line-height: 50px;
  font-size: 12px;
}
.path_layout img {
  display: none;
}
.path_layout a {
  display: inline-block;
  color: #999;
}
.path_layout a:hover {
  color: #b4a078;
}
#commentSuccess {
  position: absolute;
  z-index: 999999;
  padding: 10px 35px;
  text-align: center;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  filter: alpha(opacity=80);
}
.member_confirm,
.pub_confirm {
  background: none repeat scroll 0 0 #fff;
  /*box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.25);*/
  padding: 3px;
  position: absolute;
  left: 50px;
  width: 140px;
  z-index: 10;
  border: 1px solid #e5e5e5;
  box-shadow: 0 0 25px 5px #666;
  border-radius: 3px;
  text-align: center;
}
p.pub_confirm span:first-child {
  text-align: center !important;
}
.pub_confirm a {
  display: inline-block;
  margin-right: 5px;
  padding: 0 9px;
  background: #b4a078;
  color: #fff;
  margin-top: 5px;
  line-height: 25px;
  height: 25px;
}
.pub_confirm a:hover {
  color: #fff;
}
/*提交订单页*/
.pub_module,
.pub_m {
  border: 1px solid #ddd;
  margin-top: 20px;
}
.pub_module h2,
.pub_m h3 {
  padding: 10px;
  background: #eee;
  border-bottom: 1px solid #ddd;
  color: #7d7772;
  font-size: 16px;
  font-weight: normal;
}
.pub_m {
  background: #fff;
  color: #333;
  margin-bottom: 15px;
  -webkit-box-shadow: 1px 2px 3px #ddd;
  -moz-box-shadow: 1px 2px 3px #ddd;
  box-shadow: 1px 2px 3px #ddd;
}
.pub_m h3 {
  color: #fff;
  background: #b4a078;
}
.pub_m h3 a {
  font-weight: normal;
  font-size: 12px;
  color: #37f;
  margin-left: 5px;
}
.pay_deli_box {
  margin: 10px 0;
}
.pay_and_deli li {
  padding: 4px 0 4px 50px;
  display: flex !important;
}
.pay_and_deli .p_d_name {
  float: left;
  width: 100px;
  text-align: right;
}
.pay_and_deli .p_d_con {
  float: left;
  line-height: 22px;
}
.p_d_edit_form {
  padding: 10px;
  display: none;
}
.p_d_edit_form h3 {
  border-bottom: 0 none;
  font-size: 12px;
  padding: 10px 0;
  font-weight: 700;
  background: #fff;
  color: #000;
}
.pay_type,
.deli_type {
  padding-left: 25px;
}
.pay_type .pay_info {
  margin-bottom: 20px;
}
.pay_type .pay_info .s3 {
  width: 820px;
}
.pay_type .radio_wrap input,
.deli_type .radio_wrap input {
  margin-top: 3px;
}
.deli_type .shipmethod_info {
  padding-bottom: 5px;
}
.deli_time {
  margin: 10px 0;
  line-height: 24px;
  padding: 10px;
  border: 1px solid #ddd;
  background: #EEEBEB;
  width: 897px;
  overflow: hidden;
}
.deli_time ul {
  float: left;
  width: 100%;
  margin-top: 5px;
}
.deli_time ul li {
  margin: 0 0 5px 15px;
}
.deli_time .reg_time {
  width: 150px;
  padding-left: 5px;
  cursor: pointer;
  height: 28px;
  border: 1px solid #dddddd;
  line-height: 28px;
  float: left;
  margin-right: 10px;
}
.deli_time h2 {
  font-weight: normal;
  float: left;
}
.deli_time .radio_wrap input {
  margin-top: 5px;
}
.process {
  width: 100%;
  padding-bottom: 20px;
}
.process .liucheng {
  width: 900px;
  margin: 0 auto;
  height: 75px;
}
.process .liucheng li {
  float: left;
  width: 300px;
  height: 40px;
  line-height: 40px;
  background-image: url(../images/process.png);
  background-position: center top;
  background-repeat: no-repeat;
  text-align: center;
}
.process .liucheng li b {
  color: #FFF;
  font-size: 24px;
  display: block;
}
.process .liucheng li cite {
  display: block;
}
.process .liucheng li.active {
  background-position: center bottom;
}
.process .liucheng li.active cite {
  color: #b4a078;
}
.process table {
  width: 100%;
  margin-top: 20px;
  text-align: center;
  border-top: 1px solid #e5e5e5;
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
}
.process table tr th {
  background-color: #5e3b25;
  line-height: 30px;
  color: #FFF;
  text-align: center;
}
.process table tr td {
  background-color: #fff;
  padding: 15px 0;
  border-bottom: 1px solid #e5e5e5;
  word-break: break-all;
}
.process table tr th .check {
  float: left;
  margin: 9px 5px 0 10px;
}
.process table tr td .check {
  float: left;
  margin-left: 10px;
}
.process table tr td .jj {
  color: #333;
  width: 18px;
  line-height: 18px;
  text-align: center;
  border: 1px solid #ccc;
  background-color: #f5f5f5;
  display: inline-block;
}
.process table tr td .srk {
  width: 28px;
  height: 23px;
  height: 20px\9;
  padding-top: 3px\9;
  margin: 0 3px;
  text-indent: 0;
  text-align: center;
}
.process table tr td strong {
  color: #ff5c57;
}
.process table tr td .cz {
  color: #005aa0;
}
.process table tr td .cz:hover {
  text-decoration: underline;
}
.process table tr td .zuo {
  float: left;
  margin-left: 10px;
  text-align: left;
  line-height: 24px;
}
.process table tr td .zuo a {
  color: #005aa0;
}
.process table tr td .zuo a:hover {
  text-decoration: underline;
}
.process table tr td .zuo a.btn_del_all {
  padding-left: 30px;
  background: url(../images/ico.png) -125px -131px no-repeat;
  display: inline-block;
}
.process table tr td .you {
  float: right;
  width: 255px;
  margin-right: 2%;
}
.process table tr td .you p {
  float: left;
  width: 100%;
  line-height: 24px;
  text-align: right;
}
.process table tr td .you p em {
  float: right;
  width: 150px;
}
.process table tr td .you p cite {
  float: right;
  width: 105px;
}
.process table tr td .you p strong {
  float: right;
  width: 150px;
  color: #333;
}
.process table tr td .you p b {
  font-size: 18px;
  color: #ff5c57;
  float: right;
  width: 105px;
}
.process table tr td .you a {
  color: #FFF;
  line-height: 30px;
  float: right;
  width: 100px;
  background-color: #E60047;
  margin-top: 10px;
}
.process table tr td .you a:hover,
.process table tr td .you a {
  background-color: #5e3b25;
}
.process table tr td .you p strong {
  float: right;
  width: 150px;
  color: #333;
}
.process .order {
  border: 1px solid #e5e5e5;
  margin-top: 20px;
}
.process .order h4 {
  color: #FFF;
  line-height: 30px;
  text-indent: 1em;
  background-color: #b4a078;
}
.pub_btn_box .pub_btn {
  display: inline-block;
  margin-right: 8px;
  padding: 5px 21px;
  background: #E60047;
  color: #fff;
  margin-top: 10px;
  margin-left: 27px;
}
.process .order .cargo,
.process .order .pay,
.process .order .invoice {
  padding: 20px 5%;
  width: 90%;
}
.process .order .cargo li {
  display: inline-block;
  line-height: 30px;
  margin-top: 10px;
  width: 100%;
}
.process .order .cargo li label {
  float: left;
  text-align: right;
  width: 100px;
}
.process .order .cargo li .srk {
  float: left;
}
.process .order .cargo li cite {
  float: left;
  margin: 0 5px;
}
.process .order .cargo li .btn {
  margin-left: 100px;
}
.process .order .pay strong,
.process .order .pay p {
  width: 100%;
  line-height: 24px;
  display: inline-block;
}
.process .order .pay span {
  width: 100%;
  display: inline-block;
}
.process .order .pay span .radio {
  float: left;
  margin: 10px 10px 0 0;
}
.cft {
  float: left;
  width: 120px;
  height: 35px;
  background-image: url(../images/icon_bank.png);
  background-position: -85px -3px;
}
.zfb {
  float: left;
  width: 120px;
  height: 35px;
  background-image: url(../images/icon_bank.png);
  background-position: 18px 0;
}
.abc {
  float: left;
  width: 120px;
  height: 35px;
  background-image: url(../images/icon_bank.png);
  background-position: 10px -46px;
}
.yl {
  float: left;
  width: 120px;
  height: 35px;
  background-image: url(../images/icon_bank.png);
  background-position: -130px -42px;
}
.process .order .pay .btn {
  float: none;
  margin-top: 10px;
}
.process .order .invoice p {
  width: 100%;
  display: inline-block;
  line-height: 24px;
}
.process .order .invoice p .check {
  margin-right: 5px;
}
.process .order .invoice ul {
  width: 100%;
  display: inline-block;
  margin-top: 10px;
}
.process .order .invoice ul li {
  width: 100%;
  display: inline-block;
  line-height: 30px;
  margin-top: 10px;
}
.process .order .invoice ul li label {
  float: left;
}
.process .order .invoice ul li select {
  margin-right: 10px;
}
.process .order .invoice ul li .btn {
  margin-right: 10px;
}
.process .order .settle {
  padding: 20px 0 40px 5%;
  width: 90%;
}
.process .order .settle p {
  line-height: 24px;
  margin-top: 20px;
}
.process a,
.member .zhong .near tr td a,
.detail table tr td a,
.member table tr td a,
.tab_content_box table tr td a {
  color: #005aa0;
}
.process .order .settle .xinxi {
  border: 1px solid #e5e5e5;
  margin-top: 10px;
  padding: 20px;
}
.process .order .settle .xinxi li {
  width: 100%;
  padding: 10px 0;
  border-bottom: 1px dotted #e5e5e5;
  display: inline-block;
}
.process .order .settle .xinxi li em {
  float: left;
}
.process .order .settle .xinxi li cite {
  float: right;
}
.process .order .settle .xinxi li span {
  width: 100%;
  margin-top: 10px;
  line-height: 25px;
  display: inline-block;
}
.process .order .settle .xinxi li span em {
  color: #f60;
  float: left;
}
.process .order .settle .xinxi li span .srk {
  float: left;
  height: 23px;
  height: 20px\9;
  padding-top: 3px\9;
  margin-right: 5px;
}
.process .order .settle .xinxi li span .btn {
  height: 25px;
  margin-right: 10px;
}
.process .order .settle .xinxi li span cite {
  float: left;
  font-style: normal;
}
.process .order .settle .jiesuan {
  width: 100%;
  margin-top: 20px;
  display: inline-table;
}
.process .order .settle .jiesuan p {
  width: 100%;
  text-align: right;
  line-height: 30px;
  margin-top: 0;
}
.process .order .settle .jiesuan p i {
  color: #ff5c57;
  font-size: 24px;
  vertical-align: -10%;
}
.process .order .settle .jiesuan .btn {
  float: right;
  margin-top: 20px;
  padding: 0 20px;
  font-size: 16px;
  height: 32px;
  line-height: 32px;
  background: #b4a078;
}
.process .true {
  width: 75%;
  margin: 75px 0 0 25%;
}
.process .true dl {
  width: 100%;
  display: inline-block;
}
.process .true dl dt {
  float: left;
  background-image: url(../images/true.png);
  width: 36px;
  height: 36px;
}
.process .true dl dd {
  float: left;
  margin-left: 20px;
  line-height: 30px;
}
.process .true dl dd strong {
  font-size: 16px;
  width: 100%;
  font-style: normal;
}
.process .true dl dd p {
  width: 100%;
}
.process .true dl dd p em {
  display: block;
  font-style: normal;
}
.process .true h6 {
  width: 100%;
  font-size: 14px;
  margin-top: 20px;
  line-height: 24px;
}
.process .true .zhifu {
  margin: 30px 0 0 60px;
  display: inline-block;
}
.process .true .zhifu p {
  width: 100%;
  line-height: 40px;
  display: inline-block;
}
.process .true .zhifu p em {
  float: left;
  font-style: normal;
}
.process .true .zhifu p i {
  float: left;
  color: #ff5c57;
  font-size: 24px;
  vertical-align: -10%;
  font-style: normal;
}
.process .true .zhifu p .paynow {
  font-size: 16px;
  float: left;
  margin: 15px 0 0 75px;
  background-color: #b4a078;
  line-height: 32px;
  padding: 0 20px;
  color: #FFF;
}
.process .true .zhifu p .paynow:hover {
  background-color: #b4a078;
  text-decoration: none;
}
/*orderpaysuccess*/
.mt20 {
  margin-top: 20px;
}
.order_secs {
  padding: 30px 0 30px 255px;
  position: relative;
}
.order_p_f {
  margin-top: 15px;
}
.order_p_f a {
  padding-left: 10px;
}
.order_secs .order_s_detail {
  color: #0068d2;
  padding-left: 20px;
}
.order_secs h4 {
  background: url(../images/orderpaysuccess_1.png) no-repeat;
  width: 386px;
  height: 36px;
  padding-left: 60px;
  font-size: 18px;
  color: #000;
  line-height: 36px;
  font-weight: normal;
  margin: 0 auto;
}
.order_secs h4.h4_p_f {
  background: url(../images/goods_icon.png) -325px -271px no-repeat;
  height: 48px;
  line-height: 48px;
}
.order_secs p {
  height: 24px;
  line-height: 24px;
  max-width: 386px;
  margin: 0 auto;
}
.order_secs p a {
  color: #005aff;
}
.order_mar {
  margin-top: 12px;
}
.order_secsTime {
  font-weight: bold;
  font-size: 14px;
}
/*position:absolute;left:160px;font-weight:bold;top: 117px;*/
.order_secsTime span {
  color: #d6001c;
}
.pay_tl_popup {
  width: 670px;
  height: auto;
}
.pay_tl_popup .btn {
  padding-bottom: 12px;
}
.black_overlay {
  display: none;
  position: fixed;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  background-color: #999;
  z-index: 88888;
  -moz-opacity: 0.6;
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.tl_popup {
  display: none;
  position: absolute;
  left: 40%;
  z-index: 99999;
  background: #fff;
  border: 1px solid #ccc;
  -webkit-box-shadow: 1px 2px 3px #686161;
  -moz-box-shadow: 1px 2px 3px #686161;
  box-shadow: 1px 2px 3px #686161;
}
.info_c {
  padding: 10px;
}
.info_c_item {
  line-height: 25px;
}
.info_c .info_c_item span {
  display: inline-block;
}
.info_c .info_l_c {
  display: inline-block;
  word-wrap: break-word;
  word-break: break-all;
}
.info_c .info_c_item .info_con {
  border: 1px solid #ccc;
  background: #f7f7f7;
  padding: 5px;
}
.info_c .info_c_item .info_time {
  color: #1F00FF;
}
.tl_popup .title {
  position: relative;
  height: 35px;
  line-height: 35px;
  padding-left: 10px;
  font-size: 14px;
  cursor: move;
}
.tl_popup .con {
  height: 80%;
  overflow: auto;
}
.tl_popup .con img {
  width: 100%;
}
.tl_popup .close {
  position: absolute;
  top: 7px;
  right: 12px;
  display: block;
  width: 18px;
  height: 18px;
  font-size: 20px;
  line-height: 18px;
  text-align: center;
}
.tl_popup .close:hover {
  color: #f60;
  text-decoration: none;
}
.tl_popup .btn {
  text-align: center;
  padding: 10px 0;
  background: #f8f8f8;
}
.tl_popup .warn {
  width: 46px;
  height: 46px;
  float: left;
  background-position: -274px -271px;
}
.tl_popup .money_wran {
  background-position: -117px 0;
}
.tl_popup .money_c {
  padding-left: 65px;
  padding-top: 30px;
  padding-bottom: 30px;
}
.tl_popup .check_email,
.tl_popup .pay_detail {
  padding-left: 35px;
  padding-top: 30px;
  padding-bottom: 30px;
  padding: 30px !important;
}
.tl_popup .pay_detail .pay_status {
  margin-left: 64px;
  padding-left: 22px;
  margin-top: 8px;
  background: url(../images/ico.png) no-repeat;
}
.tl_popup .pay_detail .succ {
  background-position: -135px -45px !important;
}
.tl_popup .pay_detail .fail {
  background-position: -135px -153px !important;
}
#closeDialog {
  padding: 0 5px;
  color: #0541FF;
}
.pay_detail .pay_status .clr {
  color: #0541FF;
}
.tl_popup .warn_words {
  float: left;
  padding-left: 0 !important;
  font-size: 15px;
  width: 100% !important;
  line-height: 23px;
}
.tl_popup .pl65 {
  padding-left: 65px;
}
.tl_popup .get_code {
  float: left;
  padding-left: 20px;
}
.tl_popup .get_code a {
  float: left;
  width: 87px;
  height: 22px;
  background-position: -233px -203px;
  line-height: 22px;
  text-align: center;
  text-decoration: none;
}
.tl_popup .countdown {
  float: left;
  margin-left: 20px;
  *margin-left: 70px;
  padding-top: 5px;
  visibility: hidden;
  height: 19px;
  width: 99px;
}
.tl_popup .check_phone {
  padding-left: 35px;
  padding-top: 30px;
  padding-bottom: 14px;
  width: 315px;
}
.tl_popup .get_code input {
  height: 20px;
  border: 1px solid #ccccce;
  margin-left: 5px;
}
.tl_popup .change_pw {
  height: 120px;
  padding-top: 26px;
  text-align: center;
}
.tl_popup .change_pw label {
  font-size: 14px;
}
.tl_popup .change_pw p {
  margin-bottom: 10px;
  margin-right: 60px;
}
.tl_popup .change_pw label {
  display: inline-block;
  width: 98px;
  height: 25px;
  line-height: 25px;
  text-align: right;
}
.tl_popup .change_pw input {
  border: 1px solid #ccccce;
  height: 23px;
  width: 180px;
  line-height: 23px;
  padding: 0 5px;
}
.tl_popup .ensure,
.tl_popup .cancel {
  display: inline-block;
  height: 26px;
  width: 70px;
  background-position: -255px -178px;
  text-decoration: none;
  text-align: center;
  line-height: 22px;
  background: #3990E0;
  color: #fff;
  line-height: 26px;
  border: 1px solid #538ED8;
  margin-right: 10px;
}
.tl_popup .cancel {
  background: #ADADAD;
  border: 1px solid #B7B9BB;
}
.tl_popup .ensure:hover {
  background: #0974D6;
  border: 1px solid #538ED8;
}
.tl_popup .cancel:hover {
  background: #949292;
}
.tl_popup .pay_c {
  width: 87px;
  background-position: -233px -203px;
}
.paystyle_c {
  padding: 0 20px;
  color: #333;
}
.paystyle_c h2 {
  font-weight: normal;
  margin-bottom: 15px;
  margin-top: 10px;
}
.paystyle_c .platform,
.paystyle_c .bank {
  border-bottom: 1px solid #ddd;
}
.paystyle_c .platform input,
.paystyle_c .bank input {
  margin-top: -3px;
  margin-right: 15px;
  vertical-align: middle;
}
.paystyle_c .platform li,
.paystyle_c .bank li {
  float: left;
  cursor: pointer;
  margin-bottom: 10px;
  margin-right: 20px;
  margin-bottom: 20px;
  margin-right: 34px;
  _display: inline;
}
.paystyle_c .platform li img,
.paystyle_c .bank li img {
  cursor: pointer;
}
.paystyle_c .pay_warn {
  margin-top: 10px;
  margin-bottom: 25px;
}
.pay_tl_popup .btn {
  padding-bottom: 12px;
}
#c_beyond {
  position: absolute;
  border: 1px solid #FCA25C;
  width: 140px;
  text-align: center;
  top: 26px;
  left: -2px;
  padding: 2px 3px 0px 18px;
  line-height: 20px;
  color: #3D3C3C;
  -webkit-box-shadow: 1px 2px 3px #BEBBBB;
  -moz-box-shadow: 1px 2px 3px #BEBBBB;
  box-shadow: 1px 2px 3px #BEBBBB;
}
.c_beyond_info {
  position: absolute;
  border: 1px solid #FCA25C;
  width: 114px;
  text-align: center;
  top: 54px;
  left: -2px;
  padding: 2px 3px 0px 18px;
  line-height: 20px;
  color: #3D3C3C;
  background: #FFEFE4 url(../images/ico.png) -135px -151px no-repeat;
  -webkit-box-shadow: 1px 2px 3px #BEBBBB;
  -moz-box-shadow: 1px 2px 3px #BEBBBB;
  box-shadow: 1px 2px 3px #BEBBBB;
}
.c_r_icon {
  background: #EAFFE4 url(../images/ico.png) -136px -81px no-repeat;
  border-color: #149E08;
}
.goods_btn .c_beyond_info {
  font-size: 12px;
  position: static;
  float: left;
  margin-top: 16px;
  margin-left: 6px;
}
.c_beyond_info a,
#c_beyond a,
#c_beyond a:hover {
  color: #015fa7;
}
/*detail*/
.cart_tip {
  position: absolute;
  top: -74px;
  left: 0;
  background: #fff;
  border: 1px solid #ccc;
  width: 300px;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
  display: none;
  z-index: 88;
}
.cart_tip_inner {
  padding: 15px 20px;
}
.cart_tip_inner .cart_tip_item {
  display: flex;
}
.cart_tip_close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 16px;
  height: 16px;
  text-align: center;
  font-size: 16px;
  _font-size: 18px;
  color: #085c9b;
  line-height: 1;
}
.cart_tip_close:hover {
  color: #d4105a;
  text-decoration: none;
}
.cart_tip_arrow {
  position: absolute;
  width: 13px;
  height: 7px;
  background: url(../images/arr.png) -1px -40px no-repeat;
  left: 45px;
  bottom: -7px;
}
.cart_tip_arrow_top {
  top: -7px;
  background-position: -1px -49px;
}
.c_t_bg {
  float: left;
  overflow: hidden;
  display: inline-block;
  background: url(../images/ico.png) -100px 0 no-repeat;
  font-size: 0;
  line-height: 0;
  vertical-align: middle;
  width: 32px;
  height: 32px;
  vertical-align: baseline;
}
.cart_tip_con {
  float: left;
  width: 360px;
}
.cart_tip_con h2 {
  font-size: 15px;
  padding-left: 15px;
}
.cart_tip_ctr {
  margin-left: 15px;
  margin-top: 10px;
}
.cart_tip_ctr .c_t_btn,
.beginComment .btn_cmt {
  cursor: pointer;
  overflow: visible;
  outline: 0;
  margin-right: 5px;
  display: inline-block;
  padding: 0 15px;
  width: auto;
  height: 26px;
  border: 1px solid #cfad79;
  background: #b4a078;
  vertical-align: middle;
  text-decoration: none;
  line-height: 26px;
  line-height: 26px\9;
  color: #FFF;
}
.cart_tip_ctr .c_t_btn:hover {
  background-position: 0 -185px;
}
.cart_tip_ctr .c_t_on,
.beginComment .btn_cmt {
  border-color: #b4a078;
  color: #fff;
}
.cart_tip_ctr .c_t_on:hover,
.beginComment .btn_cmt:hover {
  background: #b4a078;
  border-color: #cfad79;
  color: #fff;
}
.payType {
  float: left;
  width: 120px;
  height: 35px;
  background-image: url(../images/icon_bank.png);
  background-repeat: no-repeat;
}
.offline {
  background-position: -145px -77px;
}
.wechatsmpay {
  background-position: 0px -84px;
}
.chinapay {
  background-position: -141px -46px;
}
.alipay {
  background-position: left top;
}
.tenpay {
  background-position: -140px top;
}
.detail table {
  margin-top: 10px;
  border: 1px solid #e5e5e5;
}
.detail table tr td {
  padding: 15px 0;
  word-break: break-all;
}
table tr td .pro {
  float: left;
  margin-left: 10px;
}
table tr td .pro img {
  width: 38px;
  height: 38px;
  border: 1px solid #e5e5e5;
  vertical-align: middle;
}
table tr td .pro i {
  margin-left: 5px;
}
.detail .real {
  margin-top: 15px;
  line-height: 30px;
}
.detail .real span {
  float: right;
  margin: 0 10px 0 20px;
}
.detail .real span b {
  float: left;
  font-style: normal;
}
.detail .real span strong {
  float: left;
  color: #ff5c57;
  font-style: normal;
}
.detail .real p {
  float: right;
}
.detail .real p cite {
  float: left;
  margin-left: 15px;
  color: #666;
  white-space: nowrap;
  font-style: normal;
}
.order_tab_box .or_goods {
  position: relative;
  height: 70px;
  text-align: center;
  z-index: 1;
}
.or_goods .or_g_inner {
  min-height: 70px;
  top: 0;
  left: 0;
}
/*width:333px;*/
.or_goods .or_g_cur {
  background: #f8f8f8;
  -webkit-box-shadow: 0px 0px 5px #555353;
  -moz-box-shadow: 0px 0px 5px #555353;
  box-shadow: 0px 0px 5px #555353;
}
.or_goods a {
  float: left;
  width: 58px;
  height: 58px;
  overflow: hidden;
  text-indent: 0;
  margin: 5px;
  border: 1px solid #ddd;
}
.or_goods a:hover {
  border: 1px solid #EB8230;
}
.or_goods img {
  /* width: 100%; */
  overflow: hidden;
  height: 58px;
}
.or_goods i {
  display: none;
  width: 0;
  height: 0;
  border-color: transparent #1a66b3 #1a66b3 transparent;
  border-width: 4px;
  *line-height: 0;
  border-style: solid;
  position: absolute;
  bottom: 0;
  right: 0;
}
.data_subinfo {
  display: inline-block;
  width: 81px;
  height: 26px;
  background: #b4a078;
  border: 1px solid #b4a078;
  overflow: hidden;
  margin-left: 65px;
  margin-top: 10px;
  color: #fff !important;
  line-height: 26px;
  text-align: center;
}
.data_subinfo:hover {
  text-decoration: none;
  background: #b4a078;
}
*.data_subinfo {
  display: inline;
}
/* page404 */
.oth_wrap {
  position: relative;
  margin-top: 10px;
  margin-bottom: 16px;
  height: 220px;
  border-right: 1px solid #ccccce;
  border-left: 1px solid #ccccce;
  border-bottom: 1px solid #ccccce;
  border-radius: 0 0 3px 3px;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-bottomright: 3px;
}
.oth_wrap .icon {
  position: absolute;
  left: 300px;
  top: 30px;
  width: 48px;
  height: 48px;
  background-position: -324px -270px;
}
.oth_wrap .words {
  position: absolute;
  left: 359px;
  top: 42px;
  width: 450px;
}
.oth_wrap h2 {
  color: #000;
  font-size: 15px;
}
.oth_wrap .w_ul li {
  display: block;
  margin: 10px 0;
  color: #666;
}
.oth_wrap .w_ul li a {
  color: #06c;
  padding-right: 5px;
}
.oth_wrap .sec {
  color: #d6001c;
  font-weight: bold;
  padding: 0 5px;
}
.oth_wrap .icon02 {
  background-position: -234px -276px;
  width: 36px;
  height: 36px;
  top: 33px;
  left: 315px;
}
/*system error*/
.sys_error {
  background: #FDF9F8;
}
.sys_error .icon {
  background-position: -274px -271px;
  top: 80px;
}
.sys_error .words {
  top: 81px;
}
