@charset "UTF-8";

/* 轮播图样式 slick.css文件合拼 */
.slick-slider{position:relative;display:block;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:0}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.slick-track{position:relative;top:0;left:0;display:block}.slick-track:after,.slick-track:before{display:table;content:''}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;outline:0 none;height:100%;min-height:1px}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}.slick-dots li{cursor:pointer;cursor:hand}.slick-dots button{display:none}

/* 基本样式 style.css文件合拼 */
html {
  -webkit-font-smoothing: antialiased;
}

blockquote,
body,
code,
dd,
div,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
legend,
li,
ol,
p,
pre,
td,
textarea,
th,
ul {
  margin: 0;
  padding: 0;
  font-family: Arial, Microsoft Yahei;
}

header,
hgroup,
nav,
menu,
main,
section,
article,
summary,
details,
aside,
figure,
figcaption,
footer {
  display: block;
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset,
img {
  border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
var {
  font-style: normal;
  font-weight: 400;
}

dl,
ol,
ul {
  list-style-type: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: 400;
}

a {
  text-decoration: none;
  blr: expression(this.onFocus=this.blur());
  color: #000;
}

a:hover {
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(255, 0, 0, 0);
  outline: 0;
  outline: none;
  blr: expression(this.onFocus=this.blur());
}

a:focus,
a:hover,
a:active {
  outline: none;
  blr: expression(this.onFocus=this.blur());
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

textarea {
  resize: none;
  font-family: Arial, Microsoft Yahei;
}

img {
  vertical-align: middle;
  height: auto;
}

button,
input {
  -webkit-tap-highlight-color: rgba(255, 0, 0, 0);
  outline: 0;
  blr: expression(this.onFocus=this.blur());
  font-family: Microsoft Yahei;
}

button {
  -webkit-appearance: none;
}

body,
input,
select,
button,
textarea {
  font-size: 12px;
  font-family: Arial, "微软雅黑";
  vertical-align: middle;
}

#web-ietip {
  width: 526px;
  height: 90px;
  padding: 83px 0 0 84px;
  overflow: hidden;
  background: url(../css/ietip/browser.png) no-repeat center center;
  margin: 200px auto 0;
}

#web-ietip a {
  display: block;
  width: 65px;
  height: 80px;
  float: left;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
}

.ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.eps2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.eps3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.eps5 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}

body {
  color: #000;
  line-height: 1;
  min-width: 1200px;
  overflow-x: auto !important;
  background-color: #fff;
}

body * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1;
}

.teaser {
  opacity: 0;
  transform: translate3d(0, 25%, 0);
  transition: opacity 1s ease-out 0.2s, transform 0.7s ease-out 0.2s;
}

.teaser.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.lefter {
  opacity: 0;
  transform: translate3d(-35%, 35%, 0);
  transition: opacity 1s ease-out 0.2s, transform 0.7s ease-out 0.2s;
}

.lefter.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.righter {
  opacity: 0;
  transform: translate3d(35%, 35%, 0);
  transition: opacity 1s ease-out 0.2s, transform 0.7s ease-out 0.2s;
}

.righter.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.downer {
  opacity: 0;
  transform: translate3d(0, -35%, 0);
  transition: opacity 1s ease-out 0.2s, transform 0.7s ease-out 0.2s;
}

.downer.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.lter {
  opacity: 0;
  transform: translate3d(-35%, 0, 0);
  transition: opacity 1s ease-out 0.2s, transform 0.7s ease-out 0.2s;
}

.lter.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.rter {
  opacity: 0;
  transform: translate3d(35%, 0, 0);
  transition: opacity 1s ease-out 0.2s, transform 0.7s ease-out 0.2s;
}

.rter.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.delay2 {
  transition-delay: 0.2s;
}

.delay4 {
  transition-delay: 0.4s;
}

.delay6 {
  transition-delay: 0.6s;
}

.delay8 {
  transition-delay: 0.8s;
}

.delay10 {
  transition-delay: 1s;
}

/* 主题样式 main.css */
.star-score {
  position: relative;
  display: inline-block;
  width: 105px;
  vertical-align: top;
  margin-top: 5px;
}

.star-score>div {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
}

.star-score img {
  width: 16px;
  height: 16px;
  margin-right: 5px;
  margin-left: 0px;
  /*margin-left: 0px必须加上，即使是0*/
}

.star-score .score-inner {
  font-size: 0;
}

main {
  width: 100%;
}

main .main-log-in {
  width: 100%;
  min-height: 650px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
}

main .main-log-in .log-in-container {
  width: 360px;
  height: 410px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 5px 8px 0px rgba(213, 207, 207, 0.004);
          box-shadow: 0px 5px 8px 0px rgba(213, 207, 207, 0.004);
  border-radius: 8px;
  position: absolute;
  right: 50%;
  margin-right: -600px;
  top: 50%;
  margin-top: -200px;
}

main .main-log-in .log-in-container .log-tabs {
  font-size: 0;
  width: 100%;
  padding: 0 30px;
  height: 60px;
}

main .main-log-in .log-in-container .log-tabs .log-tabs-item {
  display: inline-block;
  padding: 0 14px;
  font-family: SourceHanSansCN-Regular;
  font-size: 18px;
  color: #646464;
  height: 100%;
  line-height: 60px;
  cursor: pointer;
}

main .main-log-in .log-in-container .log-tabs .log-tabs-item:nth-child(1) {
  float: left;
}

main .main-log-in .log-in-container .log-tabs .log-tabs-item:nth-child(2) {
  float: right;
}

main .main-log-in .log-in-container .log-tabs .log-tabs-item.active {
  color: #fb4444;
  border-bottom: 1px solid #fb4444;
}

main .main-log-in .log-in-container .log-wrap {
  width: 100%;
  padding: 0 30px;
  padding-top: 20px;
}

main .main-log-in .log-in-container .log-wrap .log-section {
  width: 100%;
  display: block;
}

main .main-log-in .log-in-container .log-wrap .log-section .log-section-itemA {
  width: 100%;
  padding-left: 40px;
  height: 40px;
  background-color: #ffffff;
  border-radius: 3px;
  border: solid 1px rgba(0, 0, 0, 0.1);
  margin-bottom: 10px;
  font-size: 0;
  position: relative;
}

main .main-log-in .log-in-container .log-wrap .log-section .log-section-itemA .log-section-icon {
  width: 40px;
  height: 100%;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  line-height: 40px;
  text-align: center;
}

main .main-log-in .log-in-container .log-wrap .log-section .log-section-itemA .log-section-icon img {
  width: 20px;
  height: 20px;
}

main .main-log-in .log-in-container .log-wrap .log-section .log-section-itemA .log-section-ipt {
  display: inline-block;
  height: 100%;
  background: none;
  outline: none;
  border: none;
  width: 100%;
  font-size: 14px;
  font-family: SourceHanSansCN-Regular;
  color: #333;
}

main .main-log-in .log-in-container .log-wrap .log-section .log-section-itemB {
  width: 100%;
  font-size: 0;
  height: 40px;
  margin-bottom: 12px;
}

main .main-log-in .log-in-container .log-wrap .log-section .log-section-itemB .log-section-code {
  display: inline-block;
  padding-left: 40px;
  height: 100%;
  background-color: #ffffff;
  border-radius: 3px;
  border: solid 1px rgba(0, 0, 0, 0.1);
  position: relative;
  vertical-align: top;
}

main .main-log-in .log-in-container .log-wrap .log-section .log-section-itemB .log-section-code .log-section-icon {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
}

main .main-log-in .log-in-container .log-wrap .log-section .log-section-itemB .log-section-code .log-section-icon img {
  width: 20px;
  height: 20px;
}

main .main-log-in .log-in-container .log-wrap .log-section .log-section-itemB .log-section-code .log-section-ipt {
  width: 100%;
  height: 100%;
  background: none;
  border: none;
  outline: none;
  font-family: SourceHanSansCN-Regular;
  font-size: 14px;
  color: #333;
}

main .main-log-in .log-in-container .log-wrap .log-section .log-section-itemB .log-code-img {
  display: inline-block;
  width: 90px;
  height: 40px;
  vertical-align: top;
  margin-left: 10px;
  cursor: pointer;
}

main .main-log-in .log-in-container .log-wrap .log-section .log-section-itemB .log-code-img img {
  width: 100%;
  height: 100%;
}

main .main-log-in .log-in-container .log-wrap .log-section .forget-password {
  width: 100%;
  display: block;
  cursor: pointer;
  font-family: SourceHanSansCN-Regular;
  font-size: 13px;
  color: #646464;
  margin-bottom: 20px;
}

main .main-log-in .log-in-container .log-wrap .log-section .forget-password span {
  font-family: SourceHanSansCN-Regular;
  font-size: 13px;
  color: #fb4444;
}

main .main-log-in .log-in-container .log-wrap .log-section .right-now {
  border: none;
  outline: none;
  width: 100%;
  height: 45px;
  background-color: #fb4444;
  border-radius: 3px;
  font-family: SourceHanSansCN-Regular;
  font-size: 18px;
  color: #ffffff;
  text-align: center;
  cursor: pointer;
  margin-bottom: 15px;
}

main .main-log-in .log-in-container .log-wrap .log-section .prompt {
  width: 100%;
  text-align: center;
  font-family: SourceHanSansCN-Regular;
  font-size: 12px;
  color: #646464;
  margin-bottom: 10px;
}

main .main-log-in .log-in-container .log-wrap .log-section .login-method {
  width: 100%;
  text-align: center;
}

main .main-log-in .log-in-container .log-wrap .log-section .login-method a {
  cursor: pointer;
}

main .main-log-in .log-in-container .log-wrap .log-section .login-method a img {
  width: 40px;
  height: 40px;
}

main .main-log-in .log-in-container .log-wrap .log-section .log-section-itemC {
  width: 100%;
  font-size: 0;
  height: 40px;
  margin-bottom: 10px;
  padding-right: 118px;
  position: relative;
  border: solid 1px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
}

main .main-log-in .log-in-container .log-wrap .log-section .log-section-itemC .log-section-code {
  display: inline-block;
  padding-left: 40px;
  height: 100%;
  background-color: #ffffff;
  border-radius: 3px;
  position: relative;
  vertical-align: top;
  width: 100%;
}

main .main-log-in .log-in-container .log-wrap .log-section .log-section-itemC .log-section-code .log-section-icon {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
}

main .main-log-in .log-in-container .log-wrap .log-section .log-section-itemC .log-section-code .log-section-icon img {
  width: 20px;
  height: 20px;
}

main .main-log-in .log-in-container .log-wrap .log-section .log-section-itemC .log-section-code .log-section-ipt {
  width: 100%;
  height: 100%;
  background: none;
  border: none;
  outline: none;
  font-family: SourceHanSansCN-Regular;
  font-size: 14px;
  color: #333;
}

main .main-log-in .log-in-container .log-wrap .log-section .log-section-itemC .get-code {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  width: 118px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  background-color: #e5e5e5;
  border-radius: 0px 3px 3px 0px;
  font-family: SourceHanSansCN-Regular;
  font-size: 14px;
  color: #646464;
}

main .main-log-in .log-in-container .log-wrap .log-section .log-section-user-agreement {
  width: 100%;
  font-size: 0;
  margin-bottom: 24px;
  position: relative;
  display: block;
}

main .main-log-in .log-in-container .log-wrap .log-section .log-section-user-agreement .radius {
  display: inline-block;
  width: 13px;
  height: 13px;
  border: solid 1px #726f6f;
  background: none;
  border-radius: 50%;
  cursor: pointer;
  margin-right: 8px;
  vertical-align: top;
}

main .main-log-in .log-in-container .log-wrap .log-section .log-section-user-agreement .log-section-user-agreement-checkbox {
  position: absolute;
  top: 0;
  left: 0;
  width: 13px;
  height: 13px;
  cursor: pointer;
  opacity: 0;
}

main .main-log-in .log-in-container .log-wrap .log-section .log-section-user-agreement .log-section-user-agreement-text {
  font-family: SourceHanSansCN-Regular;
  font-size: 14px;
  color: #555555;
  display: inline-block;
  vertical-align: top;
}

main .main-log-in .log-in-container .log-wrap .log-section .log-section-user-agreement .log-section-user-agreement-text a {
  font-family: SourceHanSansCN-Regular;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0px;
  color: #fb4444;
  cursor: pointer;
}

main .main-log-in .log-in-container .log-wrap .log-section .log-section-user-agreement.selected .radius {
  background-color: #fb4444;
  border-color: #fb4444;
}

main .main-log-in .log-in-container .log-wrap input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #bebebe;
}

main .main-log-in .log-in-container .log-wrap input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #bebebe;
}

main .main-log-in .log-in-container .log-wrap input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #bebebe;
}

main .main-log-in .log-in-container .log-wrap input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #bebebe;
}

main .banner {
  width: 100%;
  position: relative;
}

main .banner .banner-slick {
  width: 100%;
  margin: 0 auto;
  background-color: #ff98b9;
}

main .banner .banner-slick .banner-bg {
  width: 100%;
  height: 470px;
  background-position: left center;
  background-size: cover;
  background-repeat: no-repeat;
}

main .banner .banner-slick .banner-bg img {
  width: 100%;
  height: 100%;
}

main .banner .banner-slick .slick-dots {
  width: 100%;
  position: absolute;
  bottom: 30px;
  left: 0;
  font-size: 0;
  text-align: center;
}

main .banner .banner-slick .slick-dots li {
  width: 8px;
  height: 8px;
  border: solid 1px #ffffff;
  display: inline-block;
  border-radius: 50%;
  margin: 0 7.5px;
}

main .banner .banner-slick .slick-dots .slick-active {
  background-color: #ffffff;
  border: solid 1px #ffffff;
}

main .banner .banner-container {
  width: 1200px;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

main .banner .banner-container .main-right-sidebar {
  width: 220px;
  height: 470px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  background-color: #fff;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

main .banner .banner-container .main-right-sidebar .main-welcome {
  width: 100%;
  font-size: 0;
  margin-bottom: 20px;
}

main .banner .banner-container .main-right-sidebar .main-welcome .main-logo {
  display: inline-block;
  width: 60px;
  height: 60px;
  vertical-align: middle;
}

main .banner .banner-container .main-right-sidebar .main-welcome .main-logo img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

main .banner .banner-container .main-right-sidebar .main-welcome .welcome-text {
  display: inline-block;
  width: 105px;
  font-family: SourceHanSansCN-Regular;
  font-size: 16px;
  line-height: 28px;
  color: #666666;
  margin-left: 15px;
  vertical-align: middle;
}

main .banner .banner-container .main-right-sidebar .log-in {
  width: 100%;
  height: 36px;
  background-color: #119ed1;
  border-radius: 6px;
  line-height: 36px;
  text-align: center;
  font-family: SourceHanSansCN-Regular;
  font-size: 14px;
  color: #ffffff;
  margin-bottom: 10px;
  display: block;
}

main .banner .banner-container .main-right-sidebar .registered {
  width: 100%;
  height: 36px;
  background-color: #ff3232;
  border-radius: 6px;
  line-height: 36px;
  text-align: center;
  font-family: SourceHanSansCN-Regular;
  font-size: 14px;
  color: #ffffff;
  margin-bottom: 20px;
  display: block;
}

main .banner .banner-container .main-right-sidebar .s-pic {
  width: 100%;
}

main .banner .banner-container .main-right-sidebar .s-pic a {
  width: 100%;
  display: block;
  margin-bottom: 20px;
}

main .banner .banner-container .main-right-sidebar .s-pic a img {
  width: 100%;
}

main .banner .banner-container .main-right-sidebar .s-pic a:last-child {
  margin-bottom: 0;
}

main .index-main {
  padding-top: 50px;
  padding-bottom: 78px;
  background-color: #f9f9f9;
}

main .index-spike {
  width: 100%;
  margin-bottom: 50px;
}

main .index-spike .spike-container {
  width: 1200px;
  margin: 0 auto;
  font-size: 0;
}

main .index-spike .spike-container .spike-left {
  display: inline-block;
  width: 200px;
  height: 311px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#ff3232), to(#ff5151)), -webkit-gradient(linear, left top, left bottom, from(#119ed1), to(#119ed1));
  background-image: linear-gradient(0deg, #ff3232 0%, #ff5151 100%), linear-gradient(#119ed1, #119ed1);
  background-blend-mode: normal, 
 normal;
  border-radius: 6px;
  padding-top: 35px;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: top;
}

main .index-spike .spike-container .spike-left .left-title {
  width: 100%;
  font-family: YouSheBiaoTiHei;
  font-size: 36px;
  color: #ffffff;
  margin-bottom: 35px;
  text-align: center;
}

main .index-spike .spike-container .spike-left .left-time-icon {
  width: 63px;
  height: 67px;
  margin: 0 auto;
  margin-bottom: 40px;
}

main .index-spike .spike-container .spike-left .left-time-icon img {
  width: 100%;
  height: 100%;
}

main .index-spike .spike-container .spike-left .left-description {
  width: 100%;
  font-family: SourceHanSansCN-Regular;
  font-size: 15px;
  color: #ffffff;
  text-align: center;
  margin-bottom: 20px;
}

main .index-spike .spike-container .spike-left .left-description span {
  font-family: Arial;
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
}

main .index-spike .spike-container .spike-left .cut-down {
  width: 100%;
  font-size: 0;
  text-align: center;
}

main .index-spike .spike-container .spike-left .cut-down .item {
  display: inline-block;
  width: 36px;
  height: 36px;
  background-color: #ff6060;
  line-height: 36px;
  text-align: center;
  font-family: Arial;
  font-size: 24px;
  font-weight: bold;
  color: #ffffff;
}

main .index-spike .spike-container .spike-left .cut-down span {
  display: inline-block;
  margin: 0 10px;
  font-family: Arial;
  font-size: 24px;
  font-weight: bold;
  color: #ffffff;
}

main .index-spike .spike-container .spike-center {
  display: inline-block;
  margin-left: 10px;
  width: 500px;
  height: 310px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(153, 153, 153, 0.22);
          box-shadow: 0px 0px 5px 0px rgba(153, 153, 153, 0.22);
  border-radius: 6px;
  vertical-align: top;
}

main .index-spike .spike-container .spike-center .spike-center-slick {
  width: 100%;
  height: 100%;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 40px;
}

main .index-spike .spike-container .spike-center .spike-center-slick .item {
  width: 100%;
  height: 100%;
  font-size: 0;
}

main .index-spike .spike-container .spike-center .spike-center-slick .item .item-img {
  display: inline-block;
  width: 220px;
  height: 220px;
  vertical-align: top;
  overflow: hidden;
}

main .index-spike .spike-container .spike-center .spike-center-slick .item .item-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  -webkit-transition: all .3s;
  transition: all .3s;
}

main .index-spike .spike-container .spike-center .spike-center-slick .item .item-content {
  margin-left: 30px;
  display: inline-block;
  vertical-align: top;
  width: 226px;
}

main .index-spike .spike-container .spike-center .spike-center-slick .item .item-content .cut-down {
  width: 100%;
  font-size: 0;
  margin-bottom: 20px;
}

main .index-spike .spike-container .spike-center .spike-center-slick .item .item-content .cut-down span {
  font-family: SourceHanSansCN-Bold;
  font-size: 16px;
  font-weight: bold;
  line-height: 27px;
  color: #ff3232;
  display: inline-block;
}

main .index-spike .spike-container .spike-center .spike-center-slick .item .item-content .cut-down .cut-down-item {
  font-family: SourceHanSansCN-Bold;
  font-size: 16px;
  font-weight: bold;
  line-height: 27px;
  color: #ff3232;
  display: inline-block;
}

main .index-spike .spike-container .spike-center .spike-center-slick .item .item-content .content-text {
  width: 100%;
  font-family: SourceHanSansCN-Regular;
  font-size: 18px;
  line-height: 30px;
  color: #555555;
  margin-bottom: 25px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

main .index-spike .spike-container .spike-center .spike-center-slick .item .item-content .content-price {
  width: 100%;
  font-size: 0;
  margin-bottom: 45px;
}

main .index-spike .spike-container .spike-center .spike-center-slick .item .item-content .content-price .l-price {
  display: inline-block;
  font-family: SourceHanSansCN-Bold;
  font-size: 22px;
  font-weight: bold;
  line-height: 24px;
  color: #ff0000;
}

main .index-spike .spike-container .spike-center .spike-center-slick .item .item-content .content-price .s-price {
  display: inline-block;
  font-family: SourceHanSansCN-Regular;
  font-size: 12px;
  line-height: 24px;
  color: #888888;
  text-decoration: line-through;
  margin-left: 18px;
}

main .index-spike .spike-container .spike-center .spike-center-slick .item .item-content .content-buy {
  display: block;
  cursor: pointer;
  width: 120px;
  height: 40px;
  background-color: #ff3232;
  border-radius: 6px;
  line-height: 40px;
  text-align: center;
  font-family: SourceHanSansCN-Regular;
  font-size: 14px;
  color: #ffffff;
}

main .index-spike .spike-container .spike-center .spike-center-slick .item:hover .item-img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

main .index-spike .spike-container .spike-center .spike-center-slick .item:hover .item-content .content-text {
  color: #f00;
  font-weight: bold;
}

main .index-spike .spike-container .spike-center .spike-center-slick .slick-dots {
  font-size: 0;
  width: 220px;
  position: absolute;
  left: 12px;
  bottom: 32px;
  text-align: center;
}

main .index-spike .spike-container .spike-center .spike-center-slick .slick-dots li {
  width: 8px;
  height: 8px;
  background-color: #e9e9e9;
  border-radius: 50%;
  display: inline-block;
  margin: 0 7.5px;
}

main .index-spike .spike-container .spike-center .spike-center-slick .slick-dots .slick-active {
  background-color: #ff3232;
}

main .index-spike .spike-container .spike-right {
  display: inline-block;
  vertical-align: top;
  font-size: 0;
}

main .index-spike .spike-container .spike-right .item {
  width: 235px;
  display: inline-block;
  height: 310px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(153, 153, 153, 0.22);
          box-shadow: 0px 0px 5px 0px rgba(153, 153, 153, 0.22);
  border-radius: 6px;
  margin-left: 10px;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 38px;
  position: relative;
  vertical-align: top;
  cursor: pointer;
}

main .index-spike .spike-container .spike-right .item .item-time {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 0;
  height: 32px;
  line-height: 32px;
  background-color: #ff3232;
  text-align: center;
  border-radius: 6px 0 0 0;
}

main .index-spike .spike-container .spike-right .item .item-time .item-time-icon {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-left: 5px;
  vertical-align: middle;
}

main .index-spike .spike-container .spike-right .item .item-time .item-time-icon img {
  width: 100%;
  height: 100%;
}

main .index-spike .spike-container .spike-right .item .item-time .item-time-text {
  display: inline-block;
  font-family: SourceHanSansCN-Regular;
  font-size: 14px;
  color: #ffffff;
  margin: 0 7px;
  vertical-align: middle;
}

main .index-spike .spike-container .spike-right .item .item-img {
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
  max-width: 270px;
  overflow: hidden;
}

main .index-spike .spike-container .spike-right .item .item-img img {
  height: 150px;
  max-width: 100%;
  -webkit-transition: all .3s;
  transition: all .3s;
}

main .index-spike .spike-container .spike-right .item .item-content {
  width: 100%;
}

main .index-spike .spike-container .spike-right .item .item-content .content-title {
  width: 100%;
  font-family: SourceHanSansCN-Regular;
  font-size: 16px;
  line-height: 24px;
  color: #555555;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-bottom: 15px;
}

main .index-spike .spike-container .spike-right .item .item-content .content-price {
  width: 100%;
  font-size: 0;
}

main .index-spike .spike-container .spike-right .item .item-content .content-price .l-price {
  display: inline-block;
  font-family: SourceHanSansCN-Regular;
  font-size: 18px;
  line-height: 24px;
  color: #ff0000;
}

main .index-spike .spike-container .spike-right .item .item-content .content-price .s-price {
  display: inline-block;
  font-family: SourceHanSansCN-Regular;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: 0px;
  color: #888888;
  text-decoration: line-through;
  margin-left: 13px;
}

main .index-spike .spike-container .spike-right .item:hover .item-img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

main .index-spike .spike-container .spike-right .item:hover .item-content .content-title {
  color: #f00;
  font-weight: bold;
}

main .index-discount {
  width: 100%;
  margin-bottom: 60px;
}

main .index-discount .discount-container {
  width: 1200px;
  margin: 0 auto;
}

main .index-discount .discount-container .discount-column {
  width: 100%;
  height: 40px;
  margin-bottom: 40px;
}

main .index-discount .discount-container .discount-column .column-left {
  float: left;
  font-size: 0;
  height: 100%;
  line-height: 40px;
}

main .index-discount .discount-container .discount-column .column-left .column-icon {
  display: inline-block;
  width: 26px;
  height: 34px;
  vertical-align: middle;
}

main .index-discount .discount-container .discount-column .column-left .column-icon img {
  width: 100%;
  height: 100%;
}

main .index-discount .discount-container .discount-column .column-left .column-title {
  display: inline-block;
  font-family: YouSheBiaoTiHei;
  font-size: 34px;
  font-weight: bold;
  color: #444444;
  vertical-align: middle;
  margin-left: 13px;
}

main .index-discount .discount-container .discount-column .column-left .column-text {
  display: inline-block;
  width: 92px;
  height: 32px;
  border-radius: 6px;
  border: solid 1px #f11919;
  line-height: 32px;
  text-align: center;
  font-family: SourceHanSansCN-Regular;
  font-size: 14px;
  color: #f11919;
  vertical-align: middle;
  margin-left: 32px;
  cursor: pointer;
}

main .index-discount .discount-container .discount-column .column-more {
  float: right;
  height: 100%;
  line-height: 40px;
  font-size: 0;
  cursor: pointer;
}

main .index-discount .discount-container .discount-column .column-more span {
  display: inline-block;
  font-family: SourceHanSansCN-Regular;
  font-size: 16px;
  color: #666666;
  vertical-align: middle;
  margin-left: 20px;
}

main .index-discount .discount-container .discount-column .column-more .arrow {
  display: inline-block;
  width: 15px;
  height: 15px;
  border: solid 1px #a0a0a0;
  line-height: 11px;
  text-align: center;
  font-family: SourceHanSerifCN-Regular;
  font-size: 12px;
  color: #666666;
  border-radius: 50%;
  vertical-align: middle;
  margin-left: 8px;
}

main .index-discount .discount-container .discount-wrap {
  width: 100%;
}

main .index-discount .discount-container .discount-wrap .wrap-A {
  width: 100%;
  font-size: 0;
  border-bottom: 1px solid #f5f5f5;
}

main .index-discount .discount-container .discount-wrap .wrap-A .item {
  width: 33.3%;
  display: inline-block;
  height: 210px;
  background-color: #fff;
  border-right: 1px solid #f5f5f5;
  padding-right: 170px;
  position: relative;
  vertical-align: top;
  cursor: pointer;
}

main .index-discount .discount-container .discount-wrap .wrap-A .item .item-img {
  width: 170px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  line-height: 210px;
  text-align: center;
  overflow: hidden;
}

main .index-discount .discount-container .discount-wrap .wrap-A .item .item-img img {
  max-width: 100%;
  height: 160px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

main .index-discount .discount-container .discount-wrap .wrap-A .item .item-content {
  width: 100%;
  height: 100%;
  padding-left: 24px;
  padding-right: 10px;
  padding-top: 30px;
}

main .index-discount .discount-container .discount-wrap .wrap-A .item .item-content .content-grabbed {
  width: 100%;
  font-family: SourceHanSansCN-Regular;
  font-size: 14px;
  color: #555555;
  margin-bottom: 18px;
}

main .index-discount .discount-container .discount-wrap .wrap-A .item .item-content .content-grabbed span {
  font-family: SourceHanSansCN-Regular;
  font-size: 14px;
  color: #ff1010;
}

main .index-discount .discount-container .discount-wrap .wrap-A .item .item-content .content-title {
  width: 100%;
  font-family: SourceHanSansCN-Regular;
  font-size: 18px;
  line-height: 30px;
  height: 55px;
  color: #333333;
  margin-bottom: 25px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

main .index-discount .discount-container .discount-wrap .wrap-A .item .item-content .content-price {
  width: 100%;
  font-size: 0;
}

main .index-discount .discount-container .discount-wrap .wrap-A .item .item-content .content-price .l-price {
  display: inline-block;
  font-family: SourceHanSansCN-Regular;
  font-size: 22px;
  color: #ff0000;
}

main .index-discount .discount-container .discount-wrap .wrap-A .item .item-content .content-price .s-price {
  display: inline-block;
  font-family: SourceHanSansCN-Regular;
  font-size: 14px;
  color: #888888;
  margin-left: 17px;
}

main .index-discount .discount-container .discount-wrap .wrap-A .item:last-child {
  border-right: 0;
}

main .index-discount .discount-container .discount-wrap .wrap-A .item:hover .item-img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

main .index-discount .discount-container .discount-wrap .wrap-A .item:hover .item-content .content-title {
  color: #f00;
}

main .index-discount .discount-container .discount-wrap .wrap-B {
  width: 100%;
  font-size: 0;
}

main .index-discount .discount-container .discount-wrap .wrap-B .item {
  width: 240px;
  height: 360px;
  border-right: 1px solid #f5f5f5;
  background-color: #fff;
  padding-top: 38px;
  display: inline-block;
  cursor: pointer;
}

main .index-discount .discount-container .discount-wrap .wrap-B .item .item-img {
  height: 180px;
  padding-left: 30px;
  padding-right: 30px;
  margin-bottom: 25px;
  overflow: hidden;
}

main .index-discount .discount-container .discount-wrap .wrap-B .item .item-img img {
  max-width: 100%;
  height: 180px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

main .index-discount .discount-container .discount-wrap .wrap-B .item .item-content {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}

main .index-discount .discount-container .discount-wrap .wrap-B .item .item-content .content-title {
  width: 100%;
  font-family: SourceHanSansCN-Regular;
  font-size: 16px;
  color: #333333;
  margin-bottom: 14px;
  height: 42px;
  line-height: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

main .index-discount .discount-container .discount-wrap .wrap-B .item .item-content .content-price {
  width: 100%;
  font-size: 0;
  margin-bottom: 10px;
}

main .index-discount .discount-container .discount-wrap .wrap-B .item .item-content .content-price .l-price {
  display: inline-block;
  font-family: PingFang-SC-Regular;
  font-size: 18px;
  color: #ff0000;
}

main .index-discount .discount-container .discount-wrap .wrap-B .item .item-content .content-price .s-price {
  display: inline-block;
  font-family: SourceHanSansCN-Regular;
  font-size: 14px;
  color: #888888;
  margin-left: 10px;
}

main .index-discount .discount-container .discount-wrap .wrap-B .item .item-content .content-grabbed {
  width: 100%;
  font-family: SourceHanSansCN-Regular;
  font-size: 14px;
  color: #555555;
}

main .index-discount .discount-container .discount-wrap .wrap-B .item .item-content .content-grabbed span {
  font-family: SourceHanSansCN-Regular;
  font-size: 14px;
  color: #ff1010;
}

main .index-discount .discount-container .discount-wrap .wrap-B .item:last-child {
  border-right: 0;
}

main .index-discount .discount-container .discount-wrap .wrap-B .item:hover .item-img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

main .index-discount .discount-container .discount-wrap .wrap-B .item:hover .item-content .content-title {
  color: #f00;
}

main .index-product-partition {
  width: 100%;
  margin-bottom: 60px;
}

main .index-product-partition .product-partition-container {
  width: 1200px;
  margin: 0 auto;
  font-size: 0;
}

main .index-product-partition .product-partition-container .container-left {
  display: inline-block;
  width: 330px;
  height: 480px;
  vertical-align: top;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 50px;
  padding-left: 45px;
  padding-right: 45px;
  overflow: hidden;
  position: relative;
}

main .index-product-partition .product-partition-container .container-left .title-box {
  width: 100%;
  margin-bottom: 40px;
}

main .index-product-partition .product-partition-container .container-left .title-box .title {
  width: 100%;
  font-family: SourceHanSansCN-Bold;
  font-size: 36px;
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 20px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

main .index-product-partition .product-partition-container .container-left .title-box .title-text {
  width: 100%;
  font-family: SourceHanSansCN-Regular;
  font-size: 18px;
  line-height: 24px;
  color: #ffffff;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

main .index-product-partition .product-partition-container .container-left .title-box:after {
  content: '';
  display: block;
  width: 38px;
  height: 4px;
  background-color: #ffffff;
  margin-top: 25px;
}

main .index-product-partition .product-partition-container .container-left .wrap {
  width: calc(100% + 20px);
  font-size: 0;
  height: 190px;
  overflow: auto;
}

main .index-product-partition .product-partition-container .container-left .wrap .item {
  display: inline-block;
  width: auto;
  padding: 10px;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.43);
  border-radius: 6px;
  border: solid 1px rgba(255, 255, 255, 0.43);
  font-family: SourceHanSansCN-Regular;
  font-size: 14px;
  color: #ffffff;
  margin-right: 20px;
  margin-bottom: 15px;
}

main .index-product-partition .product-partition-container .container-left .more {
  display: block;
  width: 240px;
  height: 48px;
  background-color: #ffffff;
  border-radius: 6px;
  line-height: 48px;
  text-align: center;
  font-family: SourceHanSansCN-Regular;
  font-size: 16px;
  position: absolute;
  left: 45px;
  bottom: 30px;
  color: #666666;
}

main .index-product-partition .product-partition-container .container-right {
  display: inline-block;
  vertical-align: top;
  width: 868px;
  height: 480px;
}

main .index-product-partition .product-partition-container .container-right .right-A {
  width: 100%;
  font-size: 0;
  border-bottom: 1px solid #f5f5f5;
}

main .index-product-partition .product-partition-container .container-right .right-A .item {
  width: 50%;
  height: 220px;
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding-right: 180px;
  background-color: #fff;
  border-right: 1px solid #f5f5f5;
}

main .index-product-partition .product-partition-container .container-right .right-A .item .item-img {
  position: absolute;
  top: 0;
  right: 0;
  width: 180px;
  height: 100%;
  line-height: 220px;
  text-align: center;
  overflow: hidden;
}

main .index-product-partition .product-partition-container .container-right .right-A .item .item-img img {
  width: 100%;
  -webkit-transition: all .3s;
  transition: all .3s;
}

main .index-product-partition .product-partition-container .container-right .right-A .item .item-content {
  width: 100%;
  padding-left: 30px;
  padding-top: 40px;
  position: relative;
}

main .index-product-partition .product-partition-container .container-right .right-A .item .item-content .content-title {
  width: 190px;
  font-family: SourceHanSansCN-Regular;
  font-size: 18px;
  line-height: 32px;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 50px;
}

main .index-product-partition .product-partition-container .container-right .right-A .item .item-content .content-price {
  width: 100%;
  font-family: SourceHanSansCN-Regular;
  font-size: 22px;
  color: #ff0000;
  word-break: break-all;
}

main .index-product-partition .product-partition-container .container-right .right-A .item:last-child {
  border-right: 0;
}

main .index-product-partition .product-partition-container .container-right .right-A .item:hover .item-img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

main .index-product-partition .product-partition-container .container-right .right-A .item:hover .item-content .content-title {
  color: #f00;
}

main .index-product-partition .product-partition-container .container-right .right-B {
  width: 100%;
  font-size: 0;
}

main .index-product-partition .product-partition-container .container-right .right-B .item {
  display: inline-block;
  width: 25%;
  height: 259px;
  border-right: 1px solid #f5f5f5;
  background-color: #fff;
  padding-top: 10px;
  vertical-align: top;
}

main .index-product-partition .product-partition-container .container-right .right-B .item .item-img {
  padding-left: 30px;
  padding-right: 30px;
  height: 156px;
  text-align: center;
  margin-bottom: 20px;
  overflow: hidden;
}

main .index-product-partition .product-partition-container .container-right .right-B .item .item-img img {
  max-width: 100%;
  height: 156px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

main .index-product-partition .product-partition-container .container-right .right-B .item .item-content {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

main .index-product-partition .product-partition-container .container-right .right-B .item .item-content .content-title {
  width: 100%;
  text-align: center;
  font-family: SourceHanSansCN-Regular;
  font-size: 16px;
  color: #333333;
  margin-bottom: 10px;
  line-height: 1.3;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

main .index-product-partition .product-partition-container .container-right .right-B .item .item-content .content-price {
  width: 100%;
  text-align: center;
  font-family: SourceHanSansCN-Regular;
  font-size: 18px;
  color: #ff0000;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

main .index-product-partition .product-partition-container .container-right .right-B .item:last-child {
  border-right: 0;
}

main .index-product-partition .product-partition-container .container-right .right-B .item:hover .item-img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

main .index-product-partition .product-partition-container .container-right .right-B .item:hover .item-content .content-title {
  color: #f00;
}

main .index-recommend {
  width: 100%;
}

main .index-recommend .recommend-container {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}

main .index-recommend .recommend-container .title-box {
  width: 100%;
  margin-bottom: 40px;
}

main .index-recommend .recommend-container .title-box .title {
  width: 100%;
  text-align: center;
}

main .index-recommend .recommend-container .title-box .title span {
  width: auto;
  display: inline-block;
  font-family: SourceHanSansCN-Bold;
  font-size: 36px;
  font-weight: bold;
  color: #444444;
}

main .index-recommend .recommend-container .title-box .title span:before {
  content: '';
  display: inline-block;
  background-image: url(../images/57.png);
  background-position: center center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 57px;
  height: 22px;
  margin-right: 18px;
}

main .index-recommend .recommend-container .title-box .title span:after {
  content: '';
  display: inline-block;
  background-image: url(../images/58.png);
  background-position: center center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 57px;
  height: 22px;
  margin-left: 18px;
}

main .index-recommend .recommend-container .recommend-nav {
  width: 100%;
  font-size: 0;
  background-color: #fff;
  margin-bottom: 30px;
}

main .index-recommend .recommend-container .recommend-nav .item {
  width: 19.66%;
  height: 60px;
  text-align: center;
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
}

main .index-recommend .recommend-container .recommend-nav .item span {
  width: auto;
  height: 100%;
  line-height: 60px;
  display: inline-block;
  font-family: SourceHanSansCN-Medium;
  font-size: 18px;
  color: #555555;
}

main .index-recommend .recommend-container .recommend-nav .item:hover span {
  position: relative;
  color: #ff3232;
}

main .index-recommend .recommend-container .recommend-nav .item:hover span:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #ff3232;
}

main .index-recommend .recommend-container .recommend-nav .item.active span {
  position: relative;
  color: #ff3232;
}

main .index-recommend .recommend-container .recommend-nav .item.active span:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #ff3232;
}

main .index-recommend .recommend-container .recommend-wrap {
  width: calc(100% + 12.5px);
  font-size: 0;
}

main .index-recommend .recommend-container .recommend-wrap .item {
  width: 230px;
  margin-right: 12.5px;
  display: inline-block;
  vertical-align: top;
  background-color: #fff;
  padding-top: 20px;
  height: 330px;
  margin-bottom: 10px;
}

main .index-recommend .recommend-container .recommend-wrap .item .item-img {
  height: 190px;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 20px;
}

main .index-recommend .recommend-container .recommend-wrap .item .item-img img {
  max-width: 100%;
  height: 180px;
}

main .index-recommend .recommend-container .recommend-wrap .item .item-content {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}

main .index-recommend .recommend-container .recommend-wrap .item .item-content .content-title {
  width: 100%;
  font-family: SourceHanSansCN-Regular;
  font-size: 16px;
  line-height: 26px;
  color: #555555;
  margin-bottom: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 52px;
}

main .index-recommend .recommend-container .recommend-wrap .item .item-content .content-price {
  width: 100%;
  font-family: SourceHanSansCN-Bold;
  font-size: 18px;
  font-weight: bold;
  color: #ff3434;
}

.left-sidebar {
  position: fixed;
  top: 50vh;
  left: 3%;
  z-index: 20;
}

.left-sidebar .sidebarA {
  width: 113px;
  height: 113px;
  background-color: #ff5151;
  -webkit-box-shadow: 0px 3px 16px 0px rgba(224, 59, 87, 0.55);
          box-shadow: 0px 3px 16px 0px rgba(224, 59, 87, 0.55);
  border: solid 9px #ffa1a1;
  border-radius: 50%;
  text-align: center;
  padding-top: 10px;
  position: absolute;
  top: -85px;
  left: 0;
}

.left-sidebar .sidebarA img {
  width: 58px;
  height: 52px;
}

.left-sidebar .ribbon {
  position: absolute;
  top: -16px;
  left: -24px;
  width: 166px;
  height: 53px;
  background-position: center center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.left-sidebar .sidebar-list {
  width: 110px;
  border: 1px solid #ff3232;
  border-bottom: 0;
  padding: 0 4px;
  padding-bottom: 15px;
  margin: 0 auto;
}

.left-sidebar .sidebar-list .list {
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 60px;
  padding-bottom: 25px;
}

.left-sidebar .sidebar-list .list .item {
  display: block;
  cursor: pointer;
  width: 80px;
  height: 30px;
  border-radius: 15px;
  border: solid 2px #ffb9b9;
  margin: 0 auto;
  line-height: 26px;
  text-align: center;
  font-family: SourceHanSansCN-Regular;
  font-size: 12px;
  color: #ffffff;
  margin-bottom: 10px;
}

.left-sidebar .sidebar-list .list .item:hover {
  background-color: #ff3232;
}

.left-sidebar .return-top {
  cursor: pointer;
  display: block;
  width: 116px;
  height: 34px;
  background-color: #ff3232;
  line-height: 34px;
  text-align: center;
  font-family: SourceHanSansCN-Regular;
  font-size: 12px;
  color: #ffffff;
}

.right-sidebar {
  position: fixed;
  top: 0;
  right: 0;
  height: 100vh;
  width: 36px;
  background-color: #1c1c1c;
  display: table;
  padding: 0 4px;
}

.right-sidebar .right-sidebar-container {
  display: table-cell;
  vertical-align: middle;
}

.right-sidebar .right-sidebar-container .right-sidebar-login {
  width: 16px;
  margin: 0 auto;
  display: block;
  cursor: pointer;
  margin-bottom: 60px;
}

.right-sidebar .right-sidebar-container .right-sidebar-login img {
  width: 100%;
}

.right-sidebar .right-sidebar-container .right-sidebar-shop {
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  cursor: pointer;
  display: block;
  padding: 10px 0;
  margin-bottom: 190px;
}

.right-sidebar .right-sidebar-container .right-sidebar-shop .right-sidebar-shop-icon {
  width: 16px;
  margin: 0 auto;
  margin-bottom: 10px;
}

.right-sidebar .right-sidebar-container .right-sidebar-shop .right-sidebar-shop-icon img {
  width: 100%;
}

.right-sidebar .right-sidebar-container .right-sidebar-shop span {
  font-family: SourceHanSansCN-Regular;
  font-size: 14px;
  line-height: 18px;
  color: #f9f9f9;
  -webkit-writing-mode: tb-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: tb-rl;
  display: block;
  margin: 0 auto;
  margin-bottom: 10px;
}

.right-sidebar .right-sidebar-container .right-sidebar-shop .right-sidebar-shop-num {
  background-color: #ff3232;
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 50%;
  text-align: center;
  font-family: SourceHanSansCN-Regular;
  font-size: 12px;
  color: #f9f9f9;
  margin: 0 auto;
}

.right-sidebar .right-sidebar-container .right-sidebar-item {
  width: 16px;
  margin: 0 auto;
  display: block;
  cursor: pointer;
  margin-bottom: 10px;
}

.right-sidebar .right-sidebar-container .right-sidebar-item img {
  width: 100%;
}

.right-sidebar .right-sidebar-container .rs-code-item{position: relative;cursor: default;}
.rs-code-item:hover .rs-box{transform: scale(1);}
.rs-box{width: 119px;position: absolute;right: 30px;top: -50px;transition: all .3s;transform: scale(0);transform-origin: right center;box-shadow: 0 0 10px rgba(0,0,0,0.2);}
.rs-box:after{content: "";display: block;width: 15px;height: 100%;position:absolute;right: -15px;top:0;}

main .banner-B {
  width: 100%;
}

main .banner-B .banner-container {
  width: 100%;
  margin: 0 auto;
  position: relative;
}

main .banner-B .banner-container .banner-slick {
  width: 100%;
  margin: 0 auto;
  background-color: #ff98b9;
}

main .banner-B .banner-container .banner-slick .banner-bg {
  width: 100%;
  height: 470px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

main .banner-B .banner-container .banner-slick .slick-dots {
  width: 100%;
  position: absolute;
  bottom: 30px;
  left: 0;
  font-size: 0;
  text-align: center;
}

main .banner-B .banner-container .banner-slick .slick-dots li {
  width: 8px;
  height: 8px;
  border: solid 1px #ffffff;
  display: inline-block;
  border-radius: 50%;
  margin: 0 7.5px;
}

main .banner-B .banner-container .banner-slick .slick-dots .slick-active {
  background-color: #ffffff;
  border: solid 1px #ffffff;
}

main .main-pages-nav {
  width: 100%;
  height: 80px;
  font-size: 0;
}

main .main-pages-nav .nav-itemA {
  display: inline-block;
  cursor: pointer;
  font-size: 0;
  height: 100%;
  line-height: 80px;
}

main .main-pages-nav .nav-itemA .nav-item-icon {
  width: 16px;
  height: 14px;
  display: inline-block;
  vertical-align: middle;
}

main .main-pages-nav .nav-itemA .nav-item-icon img {
  width: 100%;
  height: 100%;
}

main .main-pages-nav .nav-itemA .nav-item-text {
  display: inline-block;
  font-family: SourceHanSansCN-Regular;
  font-size: 14px;
  color: #666666;
  vertical-align: middle;
  margin-left: 10px;
}

main .main-pages-nav .nav-itemA:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  background-image: url(../images/84.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 7px;
  height: 12px;
  margin: 0 15px;
}

main .main-pages-nav .nav-itemB {
  display: inline-block;
  cursor: pointer;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.13);
          box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.13);
  height: 30px;
  line-height: 30px;
  padding-left: 15px;
  padding-right: 35px;
  position: relative;
  vertical-align: middle;
  font-family: SourceHanSansCN-Regular;
  font-size: 12px;
  color: #666666;
  margin-right: 10px;
}

main .main-pages-nav .nav-itemB:after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
  text-align: center;
  background-image: url(../images/85.png);
  background-position: center center;
  background-size: 8px 8px;
  background-repeat: no-repeat;
}

main .main-product-list {
  width: 100%;
  padding-bottom: 90px;
  background-color: #f8f8f8;
}

main .main-product-list .product-list-container {
  width: 1200px;
  margin: 0 auto;
}

main .main-product-list .product-list-container .product-list-form {
  width: 100%;
  display: block;
  margin-bottom: 20px;
}

main .main-product-list .product-list-container .product-list-form .wrap {
  width: 100%;
  /*height: 292px;*/
  overflow: hidden;
  background-color: #fafafa;
  -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
  border-bottom: 2px solid #ff3232;
}

main .main-product-list .product-list-container .product-list-form .wrap .item {
  width: 100%;
  font-size: 0;
  position: relative;
  border-bottom: 1px solid #ededed;
}

main .main-product-list .product-list-container .product-list-form .wrap .item .item-title {
  display: inline-block;
  vertical-align: middle;
  width: 120px;
  font-family: SourceHanSansCN-Regular;
  font-size: 16px;
  color: #555555;
  text-align: center;
  padding: 10px 0;
}

main .main-product-list .product-list-container .product-list-form .wrap .item .item-content {
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
  width: 1080px;
  padding-left: 30px;
  padding-right: 60px;
  background-color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
}

main .main-product-list .product-list-container .product-list-form .wrap .item .item-content .content-name {
  display: inline-block;
  cursor: pointer;
  font-family: SourceHanSansCN-Regular;
  font-size: 14px;
  line-height: 36px;
  color: #666666;
  padding: 0 15px;
}

main .main-product-list .product-list-container .product-list-form .wrap .item .item-content .content-name:hover {
  color: #fb4444;
  font-weight: bold;
}

main .main-product-list .product-list-container .product-list-form .wrap .item .item-content .content-name.active {
  color: #fb4444;
  font-weight: bold;
}

main .main-product-list .product-list-container .product-list-form .wrap .item .item-open {
  padding-left: 10px;
  padding-right: 22px;
  height: 24px;
  line-height: 22px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#f7f7f7), to(#ffffff)), -webkit-gradient(linear, left top, left bottom, from(#f1f1f1), to(#f1f1f1));
  background-image: linear-gradient(0deg, #f7f7f7 0%, #ffffff 100%), linear-gradient(#f1f1f1, #f1f1f1);
  background-blend-mode: normal, 
 normal;
  border: solid 1px #ececec;
  position: absolute;
  top: 15px;
  right: 30px;
  cursor: pointer;
  font-family: SourceHanSansCN-Regular;
  font-size: 12px;
  color: #666666;
}

main .main-product-list .product-list-container .product-list-form .wrap .item .item-open:after {
  content: '';
  display: inline-block;
  background-image: url(../images/86.png);
  background-position: center center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 9px;
  height: 5px;
  position: absolute;
  top: 10px;
  right: 8px;
}

main .main-product-list .product-list-container .product-list-form .wrap .item .item-open.dowm:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

main .main-product-list .product-list-container .product-list-form .wrap .item:last-child {
  bottom: 0;
}

main .main-product-list .product-list-container .product-list-form .wrap .item.hide .item-content {
  height: 135px;
  overflow: hidden;
}

main .main-product-list .product-list-container .product-list-form .wrap.show {
  height: auto !important;
  overflow: visible;
}

main .main-product-list .product-list-container .product-list-form .product-list-more {
  width: 100%;
  text-align: right;
}

main .main-product-list .product-list-container .product-list-form .product-list-more .more-options {
  cursor: pointer;
  height: 32px;
  line-height: 32px;
  text-align: center;
  font-size: 0;
  padding: 0 12px;
  display: inline-block;
  background-color: #ff3232;
  border-radius: 0 0 6px 6px;
}

main .main-product-list .product-list-container .product-list-form .product-list-more .more-options .more-options-text {
  display: inline-block;
  font-family: SourceHanSansCN-Regular;
  font-size: 14px;
  color: #ffffff;
  vertical-align: middle;
}

main .main-product-list .product-list-container .product-list-form .product-list-more .more-options .more-options-icon {
  display: inline-block;
  width: 9px;
  height: 5px;
  vertical-align: middle;
  margin-left: 8px;
}

main .main-product-list .product-list-container .product-list-form .product-list-more .more-options .more-options-icon img {
  width: 100%;
  height: 100%;
}

main .main-product-list .product-list-container .product-list-nav {
  width: 100%;
  margin-bottom: 30px;
}

main .main-product-list .product-list-container .product-list-nav .nav-left {
  float: left;
  font-size: 0;
  height: 36px;
  line-height: 36px;
}

main .main-product-list .product-list-container .product-list-nav .nav-left .sales-evaluation-new_product-price {
  display: inline-block;
  border-radius: 6px;
  border: solid 1px #e0e0e0;
  vertical-align: top;
  margin-right: 20px;
}

main .main-product-list .product-list-container .product-list-nav .nav-left .sales-evaluation-new_product-price .item {
  display: inline-block;
  height: 36px;
  background-color: #ffffff;
  border-right: solid 1px #e0e0e0;
  line-height: 36px;
  text-align: center;
  width: 80px;
  font-family: SourceHanSansCN-Regular;
  font-size: 14px;
  color: #666666;
  cursor: pointer;
}

main .main-product-list .product-list-container .product-list-nav .nav-left .sales-evaluation-new_product-price .item:after {
  content: '';
  display: inline-block;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url(../images/88-1.png);
  width: 10px;
  height: 10px;
  margin-left: 8px;
}

main .main-product-list .product-list-container .product-list-nav .nav-left .sales-evaluation-new_product-price .item:first-child {
  border-radius: 6px 0 0 6px;
}

main .main-product-list .product-list-container .product-list-nav .nav-left .sales-evaluation-new_product-price .item:last-child {
  border-radius: 0 6px 6px 0;
  border-right: 0;
}

main .main-product-list .product-list-container .product-list-nav .nav-left .sales-evaluation-new_product-price .item.active:after {
  content: '';
  display: inline-block;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url(../images/88.png);
  width: 10px;
  height: 10px;
  margin-left: 8px;
}

main .main-product-list .product-list-container .product-list-nav .nav-left .price-range {
  display: inline-block;
  vertical-align: top;
  height: 100%;
  margin-right: 20px;
}

main .main-product-list .product-list-container .product-list-nav .nav-left .price-range .price {
  display: inline-block;
  font-size: 0;
  width: 80px;
  height: 36px;
  line-height: 36px;
  background-color: #ffffff;
  border-radius: 6px;
  border: solid 1px #e0e0e0;
  padding-left: 5px;
}

main .main-product-list .product-list-container .product-list-nav .nav-left .price-range .price span {
  display: inline-block;
  margin-right: 5px;
  font-family: SourceHanSansCN-Regular;
  font-size: 14px;
  color: #666666;
  vertical-align: middle;
}

main .main-product-list .product-list-container .product-list-nav .nav-left .price-range .price .price-ipt {
  display: inline-block;
  height: 100%;
  border: none;
  background: none;
  outline: none;
  width: 53px;
}

main .main-product-list .product-list-container .product-list-nav .nav-left .price-range em {
  font-size: 12px;
  color: #666;
  display: inline-block;
  height: 36px;
  line-height: 36px;
  vertical-align: top;
  margin: 0 7px;
}

main .main-product-list .product-list-container .product-list-nav .nav-left .sure {
  display: inline-block;
  vertical-align: top;
  height: 100%;
  border: none;
  outline: none;
  width: 80px;
  height: 36px;
  background-color: #ff3232;
  border-radius: 6px;
  font-family: SourceHanSansCN-Regular;
  font-size: 14px;
  color: #ffffff;
  cursor: pointer;
  line-height: 36px;
  text-align: center;
}

main .main-product-list .product-list-container .product-list-nav .nav-right {
  float: right;
  height: 36px;
  line-height: 36px;
  font-size: 0;
}

main .main-product-list .product-list-container .product-list-nav .nav-right .total {
  font-family: SourceHanSansCN-Regular;
  font-size: 14px;
  color: #666666;
  display: inline-block;
  margin-right: 30px;
}

main .main-product-list .product-list-container .product-list-nav .nav-right .total span {
  font-family: SourceHanSansCN-Regular;
  font-size: 14px;
  color: #ff3232;
}

main .main-product-list .product-list-container .product-list-nav .nav-right .pagination {
  display: inline-block;
}

main .main-product-list .product-list-container .product-list-nav .nav-right .pagination .pagination-num {
  display: inline-block;
  font-family: SourceHanSansCN-Regular;
  font-size: 14px;
  color: #666666;
  margin-right: 10px;
}

main .main-product-list .product-list-container .product-list-nav .nav-right .pagination .pagination-arrow {
  display: inline-block;
}

main .main-product-list .product-list-container .product-list-nav .nav-right .pagination .pagination-arrow .arrow {
  display: inline-block;
  width: 22px;
  height: 22px;
  line-height: 20px;
  text-align: center;
  font-family: SourceHanSansCN-Regular;
  font-size: 14px;
  color: #151515;
  border: 1px solid #c9c9c9;
  margin-left: 8px;
  cursor: pointer;
}

main .main-product-list .product-list-container .product-list-wrap {
  width: 100%;
  margin-bottom: 40px;
}

main .main-product-list .product-list-container .product-list-wrap .wrap {
  font-size: 0;
  width: calc(100% + 20px);
}

main .main-product-list .product-list-container .product-list-wrap .wrap .item {
  display: inline-block;
  margin-right: 20px;
  width: 285px;
  height: 390px;
  background-color: #ffffff;
  padding-top: 20px;
  padding-left: 36px;
  padding-right: 36px;
  margin-bottom: 20px;
}

main .main-product-list .product-list-container .product-list-wrap .wrap .item .item-img {
  width: 210px;
  height: 210px;
  margin: 0 auto;
  margin-bottom: 15px;
  cursor: pointer;
  display: block;
}

main .main-product-list .product-list-container .product-list-wrap .wrap .item .item-img img {
  width: 100%;
  height: 100%;
}

main .main-product-list .product-list-container .product-list-wrap .wrap .item .item-content {
  width: 100%;
}

main .main-product-list .product-list-container .product-list-wrap .wrap .item .item-content .content-title {
  width: 100%;
  font-family: SourceHanSansCN-Regular;
  font-size: 14px;
  line-height: 24px;
  height: 42px;
  color: #555555;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 10px;
  cursor: pointer;
}

main .main-product-list .product-list-container .product-list-wrap .wrap .item .item-content .content-status {
  font-size: 0;
  width: 100%;
  margin-bottom: 5px;
  height: 24px;
}

main .main-product-list .product-list-container .product-list-wrap .wrap .item .item-content .content-status .status {
  display: inline-block;
  padding: 5px 10px;
  font-family: SourceHanSansCN-Regular;
  font-size: 12px;
  color: #ffffff;
  margin-right: 10px;
  cursor: pointer;
}

main .main-product-list .product-list-container .product-list-wrap .wrap .item .item-content .content-status .status.ye {
  background-color: #ffac42;
}

main .main-product-list .product-list-container .product-list-wrap .wrap .item .item-content .content-status .status.red {
  background-color: #ff3232;
}

main .main-product-list .product-list-container .product-list-wrap .wrap .item .item-content .content-price {
  width: 100%;
  font-size: 0;
}

main .main-product-list .product-list-container .product-list-wrap .wrap .item .item-content .content-price .l-price {
  display: inline-block;
  font-family: SourceHanSansCN-Bold;
  font-size: 22px;
  font-weight: bold;
  color: #ff0000;
}

main .main-product-list .product-list-container .product-list-wrap .wrap .item .item-content .content-price .s-price {
  display: inline-block;
  font-family: SourceHanSansCN-Regular;
  font-size: 14px;
  color: #888888;
  text-decoration: line-through;
  margin-left: 18px;
}

main .pags-container {
  width: 100%;
  height: 70px;
  line-height: 70px;
  background-color: #ffffff;
  font-size: 0;
  text-align: center;
}

main .pags-container .pags-item {
  display: inline-block;
  vertical-align: middle;
  padding: 0 20px;
  height: 42px;
  line-height: 42px;
  border-radius: 21px;
  cursor: pointer;
  font-family: Arial;
  font-size: 16px;
  color: #666666;
  border: solid 1px #dbdbdb;
  margin: 0 5px;
  background-color: #fff;
}

main .pags-container .pags-item:hover {
  background-color: #ff3232;
  color: #fff;
  border-color: #ff3232;
}

main .pags-container .pags-item.active {
  background-color: #ff3232;
  color: #fff;
  border-color: #ff3232;
}

main .pags-container .pags-num {
  border: none;
}

main .pags-container .pags-num:hover {
  color: #666;
  background-color: #fff;
  border-color: #fff;
}

main .pags-container input[type='text'] {
  width: 80px;
  padding: 0 10px;
  text-align: center;
}

main .pags-container input[type='text']:hover {
  color: #666;
  background-color: #fff;
  border: solid 1px #dbdbdb;
}

main .banner-C {
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

main .banner-C .banner-container {
  width: 1200px;
  margin: 0 auto;
  position: relative;
  padding-top: 40px;
}

main .banner-C .banner-container .banner-slick {
  width: 100%;
  margin: 0 auto;
  background-color: #ff98b9;
}

main .banner-C .banner-container .banner-slick .banner-bg {
  width: 100%;
  height: 420px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

main .banner-C .banner-container .banner-slick .slick-dots {
  width: 100%;
  position: absolute;
  bottom: 30px;
  left: 0;
  font-size: 0;
  text-align: center;
}

main .banner-C .banner-container .banner-slick .slick-dots li {
  width: 8px;
  height: 8px;
  border: solid 1px #ffffff;
  display: inline-block;
  border-radius: 50%;
  margin: 0 7.5px;
}

main .banner-C .banner-container .banner-slick .slick-dots .slick-active {
  background-color: #ffffff;
  border: solid 1px #ffffff;
}

main .main-spike {
  width: 100%;
  padding-top: 40px;
  padding-bottom: 90px;
  background-color: #f8f8f8;
}

main .main-spike .spike-container {
  width: 1200px;
  margin: 0 auto;
}

main .main-spike .spike-container .spike-time-slick {
  width: 100%;
  margin-bottom: 40px;
}

main .main-spike .spike-container .spike-time-slick .item {
  width: 240px;
  padding: 25px 0;
  background-color: #fff;
  cursor: pointer;
  position: relative;
}

main .main-spike .spike-container .spike-time-slick .item .item-time {
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
}

main .main-spike .spike-container .spike-time-slick .item .item-time .time {
  font-family: Arial;
  font-size: 36px;
  color: #555555;
}

main .main-spike .spike-container .spike-time-slick .item .item-time .time-text {
  display: none;
}

main .main-spike .spike-container .spike-time-slick .item .item-now-begin {
  width: 100%;
  text-align: center;
  font-family: SourceHanSansCN-Regular;
  font-size: 14px;
  color: #999999;
}

main .main-spike .spike-container .spike-time-slick .item .item-end {
  width: 100%;
  text-align: center;
  display: none;
}

main .main-spike .spike-container .spike-time-slick .item:after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 1px;
  height: 50px;
  background-color: #eeeeee;
}

main .main-spike .spike-container .spike-time-slick .item.active {
  background-color: #ff3232;
}

main .main-spike .spike-container .spike-time-slick .item.active .item-time {
  font-size: 0;
}

main .main-spike .spike-container .spike-time-slick .item.active .item-time .time {
  color: #fff;
  display: inline-block;
}

main .main-spike .spike-container .spike-time-slick .item.active .item-time .time-text {
  display: inline-block;
  font-family: SourceHanSansCN-Regular;
  font-size: 14px;
  color: #ffffff;
  width: 2em;
}

main .main-spike .spike-container .spike-time-slick .item.active .item-now-begin {
  display: none;
}

main .main-spike .spike-container .spike-time-slick .item.active .item-end {
  display: block;
  width: 100%;
  text-align: center;
  font-family: SourceHanSansCN-Regular;
  font-size: 14px;
  color: #ffffff;
}

main .main-spike .spike-container .spike-time-slick .item.active:after {
  display: none;
}

main .main-spike .spike-container .spike-time-slick .slick-arrow {
  font-size: 0;
  width: 40px;
  height: 40px;
  background-color: #ffffff;
  border: none;
  outline: none;
  position: absolute;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 11px 18px;
}

main .main-spike .spike-container .spike-time-slick .slick-prev {
  background-image: url(../images/103.png);
  top: 50%;
  left: -60px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  cursor: pointer;
}

main .main-spike .spike-container .spike-time-slick .slick-prev:hover {
  background-color: #ff3232;
  background-image: url(../images/104.png);
}

main .main-spike .spike-container .spike-time-slick .slick-next {
  background-image: url(../images/105.png);
  top: 50%;
  right: -60px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  cursor: pointer;
}

main .main-spike .spike-container .spike-time-slick .slick-next:hover {
  background-color: #ff3232;
  background-image: url(../images/106.png);
}

main .main-spike .spike-container .spike-list {
  width: 100%;
  margin-bottom: 30px;
}

main .main-spike .spike-container .spike-list .list {
  width: calc(100% + 20px);
  font-size: 0;
}

main .main-spike .spike-container .spike-list .list .item {
  display: inline-block;
  width: 285px;
  background-color: #ffffff;
  margin-right: 20px;
  vertical-align: top;
  margin-bottom: 30px;
}

main .main-spike .spike-container .spike-list .list .item .item-introduction {
  width: 100%;
  padding-top: 34px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 25px;
  cursor: pointer;
  display: block;
}

main .main-spike .spike-container .spike-list .list .item .item-introduction .item-img {
  width: 210px;
  height: 210px;
  margin: 0 auto;
  margin-bottom: 20px;
  overflow: hidden;
}

main .main-spike .spike-container .spike-list .list .item .item-introduction .item-img img {
  width: 100%;
  height: 100%;
  -webkit-transition: all .3s;
  transition: all .3s;
}

main .main-spike .spike-container .spike-list .list .item .item-introduction .item-introduction-text {
  width: 100%;
  font-family: SourceHanSansCN-Regular;
  font-size: 14px;
  line-height: 24px;
  height: 42px;
  color: #555555;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

main .main-spike .spike-container .spike-list .list .item .item-content {
  width: 100%;
  background-image: linear-gradient(-87deg, #ff3232 0%, #ff6b6b 100%), linear-gradient(#ff3232, #ff3232);
  background-blend-mode: normal, 
 normal;
  position: relative;
  padding-right: 105px;
  padding-left: 12px;
  padding-top: 12px;
  padding-bottom: 15px;
}

main .main-spike .spike-container .spike-list .list .item .item-content .content {
  width: 100%;
}

main .main-spike .spike-container .spike-list .list .item .item-content .content .content-price {
  width: 100%;
  font-size: 0;
  margin-bottom: 10px;
}

main .main-spike .spike-container .spike-list .list .item .item-content .content .content-price .l-price {
  display: inline-block;
  font-family: SourceHanSansCN-Regular;
  font-size: 21px;
  color: #ffffff;
  margin-right: 10px;
}

main .main-spike .spike-container .spike-list .list .item .item-content .content .content-price .s-price {
  display: inline-block;
  text-decoration: line-through;
  font-family: Arial;
  font-size: 12px;
  line-height: 24px;
  color: #ffffff;
}

main .main-spike .spike-container .spike-list .list .item .item-content .content .content-progress-bar {
  width: 100%;
  font-size: 0;
}

main .main-spike .spike-container .spike-list .list .item .item-content .content .content-progress-bar .progress-bar {
  display: inline-block;
  width: 90px;
  height: 10px;
  background-color: #eeeeee;
  border-radius: 5px;
  margin-right: 15px;
}

main .main-spike .spike-container .spike-list .list .item .item-content .content .content-progress-bar .progress-bar .achieve {
  height: 10px;
  background-color: #ffba00;
  border-radius: 5px;
}

main .main-spike .spike-container .spike-list .list .item .item-content .content .content-progress-bar .content-progress-bar-text {
  display: inline-block;
  font-family: SourceHanSansCN-Regular;
  font-size: 12px;
  color: #ffffff;
}

main .main-spike .spike-container .spike-list .list .item .item-content .item-snap-up {
  position: absolute;
  top: 0;
  right: 0;
  background-image: url(../images/115.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 105px;
  height: 100%;
  font-family: SourceHanSansCN-Medium;
  font-size: 18px;
  line-height: 24px;
  color: #ffffff;
  padding-top: 25px;
  padding-left: 25px;
  display: block;
  cursor: pointer;
}

main .main-spike .spike-container .spike-list .list .item:hover .item-introduction .item-img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

main .main-limited-time-offer {
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 190px;
  line-height: 190px;
  text-align: center;
  font-family: YouSheBiaoTiHei;
  font-size: 64px;
  font-weight: bold;
  color: #ff3232;
}

main .main-discount {
  width: 100%;
  background-color: #f8f8f8;
  padding-bottom: 90px;
}

main .main-discount .discount-container {
  width: 1200px;
  margin: 0 auto;
}

main .main-discount .discount-container .discount-nav {
  width: 100%;
  /* height: 60px; */
  background-color: #ffffff;
  margin-bottom: 60px;
  font-size: 0;
}

main .main-discount .discount-container .discount-nav .item-nav {
  display: inline-block;
  cursor: pointer;
  font-family: SourceHanSansCN-Medium;
  font-size: 18px;
  color: #555555;
  height: 100%;
  width: 14.2%;
  text-align: center;
}

main .main-discount .discount-container .discount-nav .item-nav span {
  height: 100%;
  line-height: 60px;
  display: inline-block;
  width: auto;
  position: relative;
}

main .main-discount .discount-container .discount-nav .item-nav:hover span {
  color: #ff3232;
}

main .main-discount .discount-container .discount-nav .item-nav:hover span:after {
  content: '';
  display: inline-block;
  width: 100%;
  height: 3px;
  background-color: #ff3232;
  position: absolute;
  bottom: 0;
  left: 0;
}

main .main-discount .discount-container .discount-nav .item-nav.active span {
  color: #ff3232;
}

main .main-discount .discount-container .discount-nav .item-nav.active span:after {
  content: '';
  display: inline-block;
  width: 100%;
  height: 3px;
  background-color: #ff3232;
  position: absolute;
  bottom: 0;
  left: 0;
}

main .main-discount .discount-container .discount-wrap {
  width: 100%;
  margin-bottom: 42px;
}

main .main-discount .discount-container .discount-wrap .wrap {
  font-size: 0;
  width: calc(100% + 20px);
}

main .main-discount .discount-container .discount-wrap .wrap .item {
  margin-right: 20px;
  width: 285px;
  background-color: #ffffff;
  margin-bottom: 30px;
  display: inline-block;
}

main .main-discount .discount-container .discount-wrap .wrap .item .item-introduction {
  width: 100%;
  padding-top: 34px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 25px;
  cursor: pointer;
  display: block;
  border-bottom: 1px solid #f2f2f2;
}

main .main-discount .discount-container .discount-wrap .wrap .item .item-introduction .item-img {
  width: 210px;
  height: 210px;
  margin: 0 auto;
  margin-bottom: 20px;
  overflow: hidden;
}

main .main-discount .discount-container .discount-wrap .wrap .item .item-introduction .item-img img {
  width: 100%;
  height: 100%;
  -webkit-transition: all .3s;
  transition: all .3s;
}

main .main-discount .discount-container .discount-wrap .wrap .item .item-introduction .item-introduction-text {
  width: 100%;
  font-family: SourceHanSansCN-Regular;
  font-size: 14px;
  line-height: 24px;
  color: #555555;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

main .main-discount .discount-container .discount-wrap .wrap .item .item-content {
  width: 100%;
  padding: 20px;
  font-size: 0;
}

main .main-discount .discount-container .discount-wrap .wrap .item .item-content .content-price {
  display: inline-block;
  width: 48%;
  float: left;
}

main .main-discount .discount-container .discount-wrap .wrap .item .item-content .content-price .l-price {
  width: 100%;
  font-family: Arial;
  font-size: 26px;
  color: #ff0000;
  margin-bottom: 20px;
}

main .main-discount .discount-container .discount-wrap .wrap .item .item-content .content-price .s-price {
  width: 100%;
  font-family: Arial;
  font-size: 14px;
  line-height: 24px;
  color: #999999;
  text-decoration: line-through;
}

main .main-discount .discount-container .discount-wrap .wrap .item .item-content .content {
  display: inline-block;
  width: 48%;
  float: right;
  text-align: right;
}

main .main-discount .discount-container .discount-wrap .wrap .item .item-content .content .content-snap-up {
  display: inline-block;
  cursor: pointer;
  width: 90px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  background-color: #ff3232;
  border-radius: 6px;
  font-family: SourceHanSansCN-Regular;
  font-size: 14px;
  color: #ffffff;
  margin-bottom: 10px;
}

main .main-discount .discount-container .discount-wrap .wrap .item .item-content .content .content-sold {
  width: 100%;
  font-family: SourceHanSansCN-Regular;
  font-size: 12px;
  line-height: 24px;
  color: #999999;
}

main .main-discount .discount-container .discount-wrap .wrap .item:hover .item-introduction .item-img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

main .main-retrieve-password {
  width: 100%;
  background-color: #f8f8f8;
  padding-top: 46px;
  padding-bottom: 80px;
}

main .main-retrieve-password .retrieve-password-container {
  width: 1200px;
  margin: 0 auto;
  background-color: #fff;
}

main .main-retrieve-password .retrieve-password-container .process-nav {
  width: 100%;
  font-size: 0;
  height: 140px;
  line-height: 140px;
  border-bottom: 1px solid #f1f1f1;
}

main .main-retrieve-password .retrieve-password-container .process-nav .item-nav {
  display: inline-block;
  width: 25%;
  text-align: center;
  vertical-align: middle;
  position: relative;
  cursor: pointer;
}

main .main-retrieve-password .retrieve-password-container .process-nav .item-nav .item-nav-num {
  display: inline-block;
  background-color: #f6f6f6;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-family: Arial;
  font-size: 22px;
  color: #777777;
  margin-right: 20px;
  vertical-align: middle;
}

main .main-retrieve-password .retrieve-password-container .process-nav .item-nav .item-nav-text {
  display: inline-block;
  font-family: SourceHanSansCN-Regular;
  font-size: 16px;
  color: #555555;
  vertical-align: middle;
}

main .main-retrieve-password .retrieve-password-container .process-nav .item-nav:after {
  content: '';
  display: inline-block;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url(../images/125.png);
  width: 8px;
  height: 14px;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

main .main-retrieve-password .retrieve-password-container .process-nav .item-nav:last-child:after {
  display: none;
}

main .main-retrieve-password .retrieve-password-container .process-nav .item-nav.active .item-nav-num {
  background-color: #fb4444;
  color: #fff;
}

main .main-retrieve-password .retrieve-password-container .process-nav .item-nav.active .item-nav-text {
  color: #fb4444;
}

main .main-retrieve-password .retrieve-password-container .retrieve-password-wrap {
  display: block;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 120px;
}

main .main-retrieve-password .retrieve-password-container .retrieve-password-wrap .ipt-A {
  width: 300px;
  height: 46px;
  background-color: #ffffff;
  border-radius: 3px;
  border: solid 1px rgba(0, 0, 0, 0.1);
  font-family: SourceHanSansCN-Regular;
  font-size: 14px;
  display: block;
  margin: 0 auto;
  outline: none;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 24px;
}

main .main-retrieve-password .retrieve-password-container .retrieve-password-wrap .code {
  width: 300px;
  height: 46px;
  background-color: #ffffff;
  border-radius: 3px;
  border: solid 1px rgba(0, 0, 0, 0.1);
  font-size: 0;
  position: relative;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 50px;
}

main .main-retrieve-password .retrieve-password-container .retrieve-password-wrap .code input {
  border: none;
  outline: none;
  background: none;
  height: 100%;
  font-family: SourceHanSansCN-Regular;
  font-size: 14px;
  width: 90%;
}

main .main-retrieve-password .retrieve-password-container .retrieve-password-wrap .code .code-icon {
  position: absolute;
  top: 0;
  right: 0;
  width: 65px;
  height: 100%;
  line-height: 44px;
  text-align: left;
  cursor: pointer;
}

main .main-retrieve-password .retrieve-password-container .retrieve-password-wrap .code .code-icon img {
  width: 50px;
  height: 25px;
}

main .main-retrieve-password .retrieve-password-container .retrieve-password-wrap .smt {
  width: 300px;
  height: 46px;
  background-color: #fb4444;
  border-radius: 3px;
  border: none;
  outline: none;
  display: block;
  margin: 0 auto;
  font-family: SourceHanSansCN-Regular;
  font-size: 18px;
  color: #ffffff;
  cursor: pointer;
  margin-top: 74px;
}

main .main-retrieve-password .retrieve-password-container .retrieve-password-wrap .retrieve-password-code {
  width: 300px;
  height: 46px;
  background-color: #ffffff;
  border-radius: 3px;
  border: solid 1px rgba(0, 0, 0, 0.1);
  margin: 0 auto;
  padding-right: 100px;
  position: relative;
}

main .main-retrieve-password .retrieve-password-container .retrieve-password-wrap .retrieve-password-code input {
  height: 100%;
  border: none;
  background: none;
  outline: none;
  padding-left: 15px;
  padding-right: 15px;
  font-family: SourceHanSansCN-Regular;
  font-size: 14px;
  display: inline-block;
  width: 100%;
}

main .main-retrieve-password .retrieve-password-container .retrieve-password-wrap .retrieve-password-code .retrieve-password-code-time {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  line-height: 46px;
  text-align: center;
  width: 100px;
  background-color: #747474;
  font-family: SourceHanSansCN-Regular;
  font-size: 14px;
  color: #ffffff;
  cursor: pointer;
}

main .main-retrieve-password .retrieve-password-container .retrieve-password-wrap .success-icon {
  width: 92px;
  height: 92px;
  margin: 0 auto;
  margin-bottom: 40px;
}

main .main-retrieve-password .retrieve-password-container .retrieve-password-wrap .success-icon img {
  width: 100%;
  height: 100%;
}

main .main-retrieve-password .retrieve-password-container .retrieve-password-wrap .success-text {
  width: 100%;
  text-align: center;
  font-family: SourceHanSansCN-Regular;
  font-size: 24px;
  line-height: 45px;
  color: #666666;
  margin-bottom: 40px;
}

/* 会员中心 */
main .main-member-centre {
  width: 100%;
  background-color: #f8f8f8;
  padding-top: 40px;
  padding-bottom: 76px;
}

main .main-member-centre .member-centre-container {
  width: 1200px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

main .main-member-centre .member-centre-container > div[class^='item_'] {
  border-radius: 3px;
}

/* 会员中心模块 */
main {
  /* 用户信息 */
  /* 基本信息 */
  /* 我的订单 */
  /* 我的订单-待XX */
}

main .user_left {
  width: 250px;
  float: left;
}

main .user_left .user_info {
  min-height: 212px;
  border-radius: 3px;
  background: #fff;
  margin-bottom: 10px;
  padding: 30px 0 37px 0;
  text-align: center;
}

main .user_left .user_info .avatar {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin: 0 auto 18px;
  display: block;
}

main .user_left .user_info .avatar img {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 50%;
}

main .user_left .user_info .user_name {
  text-align: center;
  margin-bottom: 13px;
  line-height: 24px;
  font-family: MicrosoftYaHei;
  font-size: 18px;
  color: #333333;
  padding: 0 10px;
}

main .user_left .user_info .user_name_level {
  font-family: MicrosoftYaHei;
  font-size: 14px;
  color: #666666;
  margin-bottom: 40px;
  padding: 0 10px;
}

main .user_left .user_info .sign-in-wrap {
  width: 100%;
  height: 70px;
  line-height: 70px;
  background-color: #333333;
  font-size: 0;
}

main .user_left .user_info .sign-in-wrap span {
  display: inline-block;
  font-family: MicrosoftYaHei;
  font-size: 14px;
  color: #ffffff;
  vertical-align: middle;
}

main .user_left .user_info .sign-in-wrap .sign-in {
  display: inline-block;
  width: 85px;
  height: 36px;
  background-color: #ff3232;
  border-radius: 4px;
  line-height: 36px;
  text-align: center;
  font-family: MicrosoftYaHei;
  font-size: 14px;
  color: #ffffff;
  margin: 0 auto;
  border: none;
  outline: none;
  cursor: pointer;
  vertical-align: middle;
  margin-left: 20px;
}

main .user_left .user_menu {
  width: 100%;
}

main .user_left .user_menu .menu_item {
  border-bottom: 1px solid #eee;
  background: #fff;
  padding-bottom: 12px;
}

main .user_left .user_menu .menu_item .item_title {
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  position: relative;
  padding: 0 60px 0 30px;
  color: #000;
  background-position: 200px center;
  background-repeat: no-repeat;
}

main .user_left .user_menu .menu_item .item_title:before {
  content: '';
  width: 3px;
  height: 20px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  background: #ff3232;
}

main .user_left .user_menu .menu_item:first-child .item_title {
  background-image: url(../images/131.png);
}

main .user_left .user_menu .menu_item:nth-child(2) .item_title {
  background-image: url(../images/132.png);
}

main .user_left .user_menu .menu_item:nth-child(3) .item_title {
  background-image: url(../images/133.png);
}

main .user_left .user_menu .menu_item:nth-child(4) .item_title {
  background-image: url(../images/134.png);
}

main .user_left .user_menu .menu_item:nth-child(5) .item_title {
  background-image: url(../images/135.png);
}

main .user_left .user_menu .menu_item li {
  -webkit-transition: all .5s;
  transition: all .5s;
  position: relative;
}

main .user_left .user_menu .menu_item li:after {
  content: '';
  width: 9px;
  height: 16px;
  background-size: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 30px;
  -webkit-transition: all .3s;
  transition: all .3s;
  opacity: 0;
}

main .user_left .user_menu .menu_item li a {
  display: block;
  background-repeat: no-repeat;
  background-position: 12px 12px;
  background-size: 14px;
  height: 40px;
  line-height: 40px;
  padding: 0 20px 0 31px;
  font-size: 14px;
  color: #666;
  -webkit-transition: color linear .3s;
  transition: color linear .3s;
}

main .user_left .user_menu .menu_item li .num {
  min-width: 20px;
  line-height: 20px;
  padding: 0 3px;
  border-radius: 10px;
  background-color: #f00;
  position: absolute;
  right: 30px;
  top: 50%;
  margin-top: -10px;
  text-align: center;
  color: #fff;
  font-size: 12px;
}

main .user_left .user_menu .menu_item li:hover {
  background-color: rgba(255, 0, 0, 0.5);
}

main .user_left .user_menu .menu_item li:hover a {
  color: #fff;
}

main .user_left .user_menu .menu_item li:hover .num {
  min-width: 20px;
  line-height: 20px;
  padding: 0 3px;
  border-radius: 10px;
  background-color: #fff;
  position: absolute;
  right: 30px;
  top: 50%;
  margin-top: -10px;
  text-align: center;
  color: #f00;
  font-size: 12px;
}

main .user_left .user_menu .menu_item li.active {
  background-color: rgba(255, 0, 0, 0.5);
}

main .user_left .user_menu .menu_item li.active a {
  color: #fff;
}

main .user_left .user_menu .menu_item li:hover:after {
  opacity: 1;
}

main .user_left .user_menu .menu_item li.active:after {
  opacity: 1;
}

main .user_left .menu_lougout {
  background: #ff3232 url(../images/136.png) no-repeat 30px center;
  background-size: 17px;
}

main .user_left .menu_lougout a {
  display: block;
  height: 60px;
  line-height: 60px;
  padding-left: 60px;
  font-family: MicrosoftYaHei;
  font-size: 14px;
  color: #fff;
}

main .user_right {
  width: 940px;
  float: right;
}

main .user_right .user_right-title-column {
  width: 100%;
  height: 60px;
  line-height: 60px;
  padding-left: 30px;
  padding-right: 30px;
  border-bottom: 1px solid #eee;
  text-align: center;
  background-color: #fff;
}

main .user_right .user_right-title-column .title {
  font-family: MicrosoftYaHei;
  font-size: 18px;
  color: #333333;
  display: inline-block;
  height: 100%;
  line-height: 60px;
  float: left;
  margin-right: 30px;
  cursor: pointer;
}

main .user_right .user_right-title-column .title:hover {
  border-bottom: 2px solid #ff3232;
}

main .user_right .user_right-title-column .title.active {
  border-bottom: 2px solid #ff3232;
}

main .user_right .user_right-title-column .reminder-status {
  display: inline-block;
  height: 100%;
  float: right;
  font-size: 0;
  margin-right: 30px;
}

main .user_right .user_right-title-column .reminder-status ul {
  display: block;
  overflow: hidden;
  height: 100%;
}

main .user_right .user_right-title-column .reminder-status li {
  height: 100%;
  line-height: 60px;
  position: relative;
  padding: 0 18px;
  display: inline-block;
}

main .user_right .user_right-title-column .reminder-status li span {
  min-width: 24px;
  padding: 0 3px;
  border-radius: 50%;
  background: #ff3232;
  color: #fff;
  display: inline-block;
  margin-left: 10px;
  line-height: 24px;
  text-align: center;
  position: absolute;
  font-family: MicrosoftYaHei;
  font-size: 12px;
  color: #ffffff;
  top: 6px;
  right: 5px;
}

main .user_right .user_right-title-column .reminder-status li .reminder-icon {
  display: inline-block;
  vertical-align: middle;
  height: 18px;
  margin-right: 9px;
}

main .user_right .user_right-title-column .reminder-status li .reminder-icon img {
  height: 18px;
}

main .user_right .user_right-title-column .reminder-status li .reminder-icon .img-2 {
  display: none;
}

main .user_right .user_right-title-column .reminder-status li a {
  display: inline-block;
  -webkit-transition: all .5s;
  transition: all .5s;
  vertical-align: middle;
  font-family: MicrosoftYaHei;
  font-size: 14px;
  color: #666666;
}

main .user_right .user_right-title-column .reminder-status li:hover .reminder-icon .img-1 {
  display: none;
}

main .user_right .user_right-title-column .reminder-status li:hover .reminder-icon .img-2 {
  display: inline-block;
}

main .user_right .user_right-title-column .reminder-status li:hover a {
  color: #ff3232;
}

main .user_right .user_right-title-column .more {
  float: right;
  font-size: 14px;
  color: #777;
  padding-right: 22px;
  background: url(../images/154.png) no-repeat right center;
  line-height: 60px;
  -webkit-transition: all .5s;
  transition: all .5s;
  cursor: pointer;
}

main .user_right .user_right-title-column .more:hover {
  color: #ff3232;
}

main .user_right .user_right-title-column .sa-button {
  height: 100%;
  line-height: 60px;
  float: right;
}

main .user_right .user_right-title-column .sa-button a {
  width: 98px;
  height: 36px;
  background-color: rgba(0, 0, 0, 0.07);
  border-radius: 18px;
  line-height: 36px;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}

main .user-info {
  width: 100%;
  background-color: #fff;
}

main .user-info .user-info-wrap {
  width: 100%;
  padding-top: 60px;
  padding-bottom: 130px;
}

main .user-info .user-info-wrap .user-info-avatar {
  margin: 0 auto;
  width: 120px;
  height: 120px;
  position: relative;
  display: block;
  margin-bottom: 60px;
}
main .user-info .user-info-wrap .layui-upload-file {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
main .user-info .user-info-wrap .user-info-avatar input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}


main .user-info .user-info-wrap .user-info-avatar .img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

main .user-info .user-info-wrap .user-info-avatar .icon {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  position: absolute;
  bottom: 0;
  right: 0;
}

main .user-info .user-info-wrap .user-info-avatar .user-info-avatar-text {
  position: absolute;
  width: 100%;
  height: 100%;
  line-height: 120px;
  text-align: center;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  font-family: SourceHanSansCN-Regular;
  font-size: 16px;
  color: #ffffff;
  cursor: pointer;
  display: none;
}

main .user-info .user-info-wrap .user-info-avatar:hover .user-info-avatar-text {
  display: block;
}

main .user-info .user-info-wrap .user-info-item {
  width: 550px;
  margin: 0 auto;
  font-size: 0;
  margin-bottom: 20px;
}

main .user-info .user-info-wrap .user-info-item input {
  display: inline-block;
  /*background-color: #ffffff;*/
  border-radius: 5px;
  border: solid 1px #e5e5e5;
  outline: none;
  width: 420px;
  height: 60px;
  vertical-align: middle;
  padding-left: 12px;
}

main .user-info .user-info-wrap .user-info-item em {
  margin-right: 20px;
  display: inline-block;
  width: 110px;
  font-family: SourceHanSansCN-Regular;
  font-size: 16px;
  color: #333333;
  vertical-align: middle;
  text-align: right;
}

main .user-info .user-info-wrap .user-info-item .select-w {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  height: 60px;
  background-color: #fff;
  position: relative;
  padding-right: 30px;
  padding-left: 12px;
  white-space: nowrap;
  border-radius: 5px;
  border: solid 1px #e5e5e5;
  width: 420px;
  vertical-align: middle;
}

main .user-info .user-info-wrap .user-info-item .select-w .cur {
  width: 100%;
  display: inline-block;
  height: 60px;
  line-height: 60px;
  font-size: 14px;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

main .user-info .user-info-wrap .user-info-item .select-w select {
  position: absolute;
  width: 100%;
  height: 100%;
  padding-left: 12px;
  left: 0;
  top: 0;
  z-index: 2;
  opacity: 0;
  filter: alpha(opacity=0);
}

main .user-info .user-info-wrap .user-info-item .select-w:after {
  display: inline-block;
  content: "";
  width: 18px;
  height: 11px;
  background-image: url(../images/139.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  right: 13px;
  top: 25px;
  z-index: 1;
}

main .user-info .user-info-wrap .user-info-smt {
  width: 550px;
  margin: 0 auto;
  text-align: right;
  margin-top: 50px;
  padding-left: 130px;
}

main .user-info .user-info-wrap .user-info-smt .smt {
  border: none;
  outline: none;
  width: 420px;
  height: 60px;
  background-color: #ff3232;
  border-radius: 6px;
  font-family: MicrosoftYaHei;
  font-size: 18px;
  color: #ffffff;
  cursor: pointer;
}

main .basic-info {
  width: 100%;
  display: block;
}

main .basic-info .balance-points-coupons {
  width: 100%;
  background-color: #fff;
  background-color: #ffffff;
  border-radius: 3px;
  font-size: 0;
  padding: 30px 0;
  margin-bottom: 20px;
}

main .basic-info .balance-points-coupons .item {
  display: inline-block;
  width: 33.333%;
  padding: 0 40px;
  border-right: 1px solid #eeeeee;
  vertical-align: top;
}

main .basic-info .balance-points-coupons .item .item-content {
  width: 100%;
  margin-bottom: 30px;
}

main .basic-info .balance-points-coupons .item .item-content .content-icon {
  display: inline-block;
  margin-right: 25px;
  width: 64px;
  height: 64px;
  vertical-align: top;
}

main .basic-info .balance-points-coupons .item .item-content .content-icon img {
  width: 100%;
  height: 100%;
}

main .basic-info .balance-points-coupons .item .item-content .content {
  width: calc(100% - 64px - 25px);
  display: inline-block;
  vertical-align: top;
}

main .basic-info .balance-points-coupons .item .item-content .content .content-A {
  width: 100%;
  font-family: MicrosoftYaHei;
  font-size: 18px;
  color: #333333;
  margin-bottom: 15px;
}

main .basic-info .balance-points-coupons .item .item-content .content .content-A span {
  font-family: MicrosoftYaHei;
  font-size: 12px;
  color: #999999;
}

main .basic-info .balance-points-coupons .item .item-content .content .content-B {
  font-family: Arial;
  font-size: 30px;
  color: #333333;
  word-break: break-all;
}

main .basic-info .balance-points-coupons .item .item-status {
  width: 100%;
  font-size: 0;
}

main .basic-info .balance-points-coupons .item .item-status a {
  display: inline-block;
  cursor: pointer;
  height: 36px;
  line-height: 36px;
  background-color: #ffffff;
  border-radius: 5px;
  border: solid 1px #dcdcdc;
  padding: 0 30px;
  font-family: MicrosoftYaHei;
  font-size: 14px;
  color: #666666;
  margin-right: 10px;
}

main .basic-info .balance-points-coupons .item .item-status a:hover {
  background-color: #ff3232;
  color: #fff;
}

main .basic-info .balance-points-coupons .item .item-status a.red {
  background-color: #ff3232;
  color: #fff;
}

main .basic-info .transaction-reminder {
  width: 100%;
  background-color: #fff;
  margin-bottom: 20px;
}

main .basic-info .transaction-reminder .order_list {
  background: #fff;
  display: block;
  padding: 0 30px;
}

main .basic-info .transaction-reminder .order_list li {
  border-bottom: 1px solid #eee;
  overflow: hidden;
  padding: 30px 0;
  font-size: 0;
}

main .basic-info .transaction-reminder .order_list li .good_info_box {
  display: inline-block;
  width: 460px;
  vertical-align: middle;
}

main .basic-info .transaction-reminder .order_list li .good_info {
  width: 460px;
  -webkit-transition: all .5s;
  transition: all .5s;
  margin-bottom: 15px;
  display: inline-block;
}

main .basic-info .transaction-reminder .order_list li .good_info .good_img {
  width: 60px;
  height: 60px;
  border: 1px solid #eee;
  background: #fff;
  -webkit-transition: all .5s;
  transition: all .5s;
  display: inline-block;
  vertical-align: middle;
}

main .basic-info .transaction-reminder .order_list li .good_info .good_img img {
  width: 100%;
  height: 100%;
  display: block;
}

main .basic-info .transaction-reminder .order_list li .good_info .good_name {
  width: 376px;
  display: inline-block;
  margin-left: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 1.35em;
  max-height: 2.7em;
  font-size: 12px;
  color: #333;
  -webkit-transition: all .5s;
  transition: all .5s;
  vertical-align: middle;
}

main .basic-info .transaction-reminder .order_list li .good_info:last-child {
  margin-bottom: 0;
}

main .basic-info .transaction-reminder .order_list li .good_info:hover .good_img {
  border: 1px solid #ff3232;
}

main .basic-info .transaction-reminder .order_list li .good_info:hover .good_name {
  color: #ff3232;
}

main .basic-info .transaction-reminder .order_list li .price {
  display: inline-block;
  width: 160px;
  text-align: center;
  font-family: MicrosoftYaHei;
  font-size: 16px;
  color: #ff3232;
  vertical-align: middle;
}

main .basic-info .transaction-reminder .order_list li .setep {
  width: 160px;
  text-align: center;
  font-size: 14px;
  color: #999;
  line-height: 60px;
  display: inline-block;
  vertical-align: middle;
}

main .basic-info .transaction-reminder .order_list li .setep a {
  color: #999;
  -webkit-transition: all .5s;
  transition: all .5s;
  color: #ff3232;
}

main .basic-info .transaction-reminder .order_list li .opera {
  width: 100px;
  padding: 15px 0;
  text-align: right;
  display: inline-block;
  vertical-align: middle;
}

main .basic-info .transaction-reminder .order_list li .opera .look {
  width: 80px;
  height: 30px;
  line-height: 30px;
  border-radius: 5px;
  background: #fff;
  font-family: MicrosoftYaHei;
  font-size: 14px;
  color: #666666;
  -webkit-transition: all .5s;
  transition: all .5s;
  display: inline-block;
  text-align: center;
  border: solid 1px #e5e5e5;
}

main .basic-info .transaction-reminder .order_list li .opera .look:hover {
  background: #ff3232;
  color: #fff;
  border: solid 1px #ff3232;
}

main .basic-info .transaction-reminder .order_list li:last-child {
  border-bottom: 0;
}

main .basic-info .welfare-bg {
  width: 100%;
  border-radius: 3px;
  cursor: pointer;
  display: block;
  margin-bottom: 20px;
}

main .basic-info .welfare-bg img {
  width: 100%;
  border-radius: 3px;
}

main .basic-info .user_right-like {
  width: 100%;
  background-color: #fff;
}

main .basic-info .user_right-like .user_right-like-wrap {
  width: 100%;
  overflow: hidden;
  padding: 30px 30px 0 30px;
}

main .basic-info .user_right-like .user_right-like-wrap .wrap {
  font-size: 0;
  width: calc(100% + 26px);
}

main .basic-info .user_right-like .user_right-like-wrap .wrap .item {
  width: 200px;
  margin-right: 26px;
  display: inline-block;
  margin-bottom: 40px;
}

main .basic-info .user_right-like .user_right-like-wrap .wrap .item .item-img {
  width: 100%;
  margin-bottom: 20px;
  display: block;
  cursor: pointer;
  border: 1px solid #eeeeee;
  overflow: hidden;
  -webkit-transition: all .3s;
  transition: all .3s;
}

main .basic-info .user_right-like .user_right-like-wrap .wrap .item .item-img img {
  width: 100%;
}

main .basic-info .user_right-like .user_right-like-wrap .wrap .item .item-img:hover {
  border: 1px solid #ff0000;
}

main .basic-info .user_right-like .user_right-like-wrap .wrap .item .item-content {
  width: 100%;
}

main .basic-info .user_right-like .user_right-like-wrap .wrap .item .item-content .content-title {
  width: 100%;
  font-family: MicrosoftYaHei;
  font-size: 14px;
  color: #333333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-bottom: 10px;
  display: block;
  cursor: pointer;
}

main .basic-info .user_right-like .user_right-like-wrap .wrap .item .item-content .content {
  width: 100%;
  font-size: 0;
}

main .basic-info .user_right-like .user_right-like-wrap .wrap .item .item-content .content .item-price {
  display: inline-block;
  width: 80%;
  font-family: Arial;
  font-size: 18px;
  color: #ff0000;
  vertical-align: middle;
}

main .basic-info .user_right-like .user_right-like-wrap .wrap .item .item-content .content .shop-cart-icon {
  width: 20%;
  display: inline-block;
  text-align: right;
  vertical-align: middle;
  cursor: pointer;
}

main .basic-info .user_right-like .user_right-like-wrap .wrap .item .item-content .content .shop-cart-icon img {
  width: 16px;
  height: 16px;
}

main .basic-info .user_right-like .user_right-like-wrap .wrap .item .item-content .content .shop-cart-icon .img-2 {
  display: none;
}

main .basic-info .user_right-like .user_right-like-wrap .wrap .item .item-content .content .shop-cart-icon:hover .img-1 {
  display: none;
}

main .basic-info .user_right-like .user_right-like-wrap .wrap .item .item-content .content .shop-cart-icon:hover .img-2 {
  display: inline-block;
}

main .item_my_order {
  width: 100%;
  background-color: #fff;
  padding-bottom: 96px;
}

main .item_my_order .order_filter {
  padding: 20px 30px;
  border-bottom: 1px solid #eee;
  overflow: hidden;
}

main .item_my_order .order_filter .filter_item {
  float: left;
  height: 30px;
  line-height: 30px;
  display: inline-block;
}

main .item_my_order .order_filter .filter_item .l {
  font-size: 14px;
  color: #333;
  margin-right: 10px;
  vertical-align: middle;
}

main .item_my_order .order_filter .filter_item.status {
  margin-right: 20px;
}

main .item_my_order .order_filter .filter_item.date {
  margin-right: 30px;
}

main .item_my_order .order_filter .filter_item .order_status {
  width: 140px;
  height: 30px;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  background: #fff;
  vertical-align: middle;
}

main .item_my_order .order_filter .filter_item em {
  width: 20px;
  text-align: center;
  color: #666;
  margin: 0 5px;
}

main .item_my_order .order_filter .filter_item .dateinput {
  width: 140px;
  height: 30px;
  border-radius: 4px;
  padding: 0 30px 0 .5em;
  border: solid 1px #e5e5e5;
  background: #fff url(../images/159.png) no-repeat 120px center;
  background-size: 12px;
}

main .item_my_order .order_filter .filter_item .numberinput {
  width: 140px;
  height: 30px;
  margin-right: 5px;
  padding: 0 .5em;
  background-color: #ffffff;
  border-radius: 5px;
  border: solid 1px #e5e5e5;
}

main .item_my_order .order_filter .filter_item .submit {
  width: 30px;
  height: 30px;
  background: url(../images/160.png) no-repeat center;
  background-size: 16px;
  border: none;
  background-color: #f6f6f6;
  border-radius: 5px;
}

main .item_my_order .order_list {
  width: 100%;
}

main .item_my_order .order_list .th {
  padding: 0 30px;
  overflow: hidden;
  border-bottom: 1px solid #eee;
}

main .item_my_order .order_list .th .td {
  line-height: 60px;
  font-size: 14px;
  float: left;
}

main .item_my_order .order_list .th .td.name {
  width: 280px;
}

main .item_my_order .order_list .th .td.name .img {
  display: block;
  width: 80px;
  height: 80px;
  border-radius: 3px;
  background: #fff;
  border: 1px solid #eee;
}

main .item_my_order .order_list .th .td.name .img img {
  width: 100%;
  height: 100%;
  display: block;
}

main .item_my_order .order_list .th .td.name .good_name {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 0 20px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 1.5em;
  max-height: 3em;
  font-size: 12px;
  color: #333;
}

main .item_my_order .order_list .th .td.price {
  width: 100px;
  text-align: center;
}

main .item_my_order .order_list .th .td.number {
  width: 100px;
  text-align: center;
}

main .item_my_order .order_list .th .td.after_sale {
  width: 100px;
  text-align: center;
}

main .item_my_order .order_list .th .td.after_sale a {
  color: #333;
}

main .item_my_order .order_list .th .td.after_sale a:hover {
  color: #3282d4;
}

main .item_my_order .order_list .th .td.amount {
  width: 100px;
  text-align: center;
}

main .item_my_order .order_list .th .td.status {
  width: 100px;
  text-align: center;
}

main .item_my_order .order_list .th .td.opera {
  width: 100px;
  text-align: center;
}

main .item_my_order .order_list .th .td.opera span {
  min-width: 100px;
  text-align: center;
  display: inline-block;
}

main .item_my_order .order_list .th .td.opera a {
  min-width: 100px;
  text-align: center;
  display: inline-block;
}

main .item_my_order .order_list .th .td.opera button {
  width: 100px;
  text-align: center;
  height: 36px;
  line-height: 36px;
  font-size: 12px;
  border-radius: 4px;
  color: #333;
  background: #fff;
  cursor: pointer;
  -webkit-transition: all .5s;
  transition: all .5s;
}

main .item_my_order .order_list .th .td.opera button.pay {
  background: #3282d4;
  border: 1px solid #3282d4;
  color: #fff;
}

main .item_my_order .order_list .list {
  width: 100%;
  margin-bottom: 50px;
}

main .item_my_order .order_list .list .order_info {
  height: 40px;
  line-height: 40px;
  background: #fcfcfc;
  padding: 0 30px;
  font-size: 12px;
  position: relative;
  color: #555;
}

main .item_my_order .order_list .list .order_info .order_number {
  margin-right: 26px;
  display: inline-block;
}

main .item_my_order .order_list .list .order_info .order_time {
  margin-right: 26px;
  display: inline-block;
}

main .item_my_order .order_list .list .order_info .order_pay {
  display: inline-block;
}

main .item_my_order .order_list .list .order_info .order_pay b {
  color: #c01414;
  font-size: 16px;
  font-weight: normal;
}

main .item_my_order .order_list .list .good_info {
  width: 100%;
  padding: 0 30px;
  border-bottom: 1px solid #eee;
  font-size: 0;
}

main .item_my_order .order_list .list .good_info .good_info_wrap {
  display: inline-block;
  width: auto;
  vertical-align: middle;
}

main .item_my_order .order_list .list .good_info .good_info_box {
  display: block;
  width: auto;
  padding: 25px 0;
}

main .item_my_order .order_list .list .good_info .td {
  display: inline-block;
  background-color: #fff;
  vertical-align: middle;
}

main .item_my_order .order_list .list .good_info .td.name {
  width: 280px;
  vertical-align: middle;
}

main .item_my_order .order_list .list .good_info .td.name .name-img {
  display: inline-block;
  width: 72px;
  height: 72px;
  border: solid 1px #eeeeee;
  margin-right: 20px;
  vertical-align: top;
  cursor: pointer;
}

main .item_my_order .order_list .list .good_info .td.name .name-img img {
  width: 100%;
  height: 100%;
}

main .item_my_order .order_list .list .good_info .td.name .name-content {
  width: calc(100% - 20px - 72px);
  display: inline-block;
  vertical-align: top;
}

main .item_my_order .order_list .list .good_info .td.name .name-content .content-title {
  width: 100%;
  font-family: MicrosoftYaHei;
  font-size: 14px;
  line-height: 18px;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 15px;
  cursor: pointer;
}

main .item_my_order .order_list .list .good_info .td.name .name-content .content-specification {
  width: 100%;
  font-family: MicrosoftYaHei;
  font-size: 14px;
  line-height: 18px;
  color: #888888;
}

main .item_my_order .order_list .list .good_info .td.price {
  width: 100px;
  text-align: center;
  font-family: MicrosoftYaHei;
  font-size: 14px;
  color: #f20000;
  vertical-align: middle;
}

main .item_my_order .order_list .list .good_info .td.number {
  width: 100px;
  text-align: center;
  vertical-align: middle;
  font-family: Arial;
  font-size: 14px;
  color: #555555;
}

main .item_my_order .order_list .list .good_info .td.after_sale {
  font-family: MicrosoftYaHei;
  font-size: 12px;
  line-height: 24px;
  color: #333333;
  vertical-align: middle;
  width: 100px;
  text-align: center;
}

main .item_my_order .order_list .list .good_info .td.amount {
  width: 100px;
  text-align: center;
  vertical-align: middle;
}

main .item_my_order .order_list .list .good_info .td.amount .amount-A {
  width: 100%;
  font-family: MicrosoftYaHei;
  font-size: 14px;
  line-height: 24px;
  color: #f20000;
  font-weight: bold;
}

main .item_my_order .order_list .list .good_info .td.amount .amount-B {
  width: 100%;
  font-family: MicrosoftYaHei;
  font-size: 12px;
  line-height: 24px;
  color: #666666;
}

main .item_my_order .order_list .list .good_info .td.status {
  width: 100px;
  text-align: center;
  vertical-align: middle;
}

main .item_my_order .order_list .list .good_info .td.status .status-A {
  font-family: MicrosoftYaHei;
  font-size: 12px;
  line-height: 24px;
  color: #666666;
  display: block;
  cursor: default;
}

main .item_my_order .order_list .list .good_info .td.status .status-B {
  font-family: MicrosoftYaHei;
  font-size: 12px;
  line-height: 24px;
  color: #666666;
  display: block;
  cursor: pointer;
}

main .item_my_order .order_list .list .good_info .td.opera {
  width: 100px;
  vertical-align: middle;
}

main .item_my_order .order_list .list .good_info .td.opera .opera-A {
  width: 100%;
  height: 36px;
  border-radius: 5px;
  line-height: 36px;
  text-align: center;
  background-color: #ffffff;
  border: solid 1px #e5e5e5;
  display: block;
  cursor: pointer;
  font-family: MicrosoftYaHei;
  font-size: 12px;
  color: #666666;
  margin-bottom: 5px;
}

main .item_my_order .order_list .list .good_info .td.opera .opera-A2 {
  color: #999999;
  border: none;
}

main .item_my_order .order_list .list .good_info .td.opera .opera-A3 {
  background-color: #ff8a00;
  border: none;
  color: #fff;
}

main .item_my_order .order_list .list .good_info .td.opera .opera-A4 {
  background-color: #ff3232;
  color: #fff;
}

main .item_process {
  height: 160px;
  background: #fff;
  margin-bottom: 20px;
}

main .item_process .process_list {
  padding: 30px;
  position: relative;
  font-size: 0;
}

main .item_process .process_list li {
  display: inline-block;
  width: 176px;
  position: relative;
  background: #fff;
  text-align: center;
  vertical-align: top;
}

main .item_process .process_list li .icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin: 0 auto;
  display: block;
  background-image: url(../images/163.png);
  background-position: center center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  margin-bottom: 13px;
}

main .item_process .process_list li .name {
  display: block;
  font-family: SourceHanSansCN-Regular;
  font-size: 16px;
  line-height: 30px;
  color: #999999;
}

main .item_process .process_list li p {
  font-family: SourceHanSansCN-Regular;
  font-size: 12px;
  line-height: 30px;
  color: #999999;
}

main .item_process .process_list li:before {
  content: '';
  width: 40px;
  height: 1px;
  background: #eee;
  position: absolute;
  top: 20px;
  left: 0;
}

main .item_process .process_list li:after {
  content: '';
  width: 40px;
  height: 1px;
  background: #eee;
  position: absolute;
  top: 20px;
  right: 0;
}

main .item_process .process_list li:first-child:before {
  display: none;
}

main .item_process .process_list li:last-child:after {
  display: none;
}

main .item_process .process_list li.completed .icon {
  background-image: url(../images/162.png);
}

main .item_process .process_list li.completed .name {
  color: #ff3232;
}

main .item_process .process_list li.ml {
  margin-left: 528px;
}

main .item_process .process_list:before {
  content: '';
  width: calc(100% - 60px);
  height: 1px;
  background: #eee;
  position: absolute;
  top: 50px;
  left: 30px;
}

main .item_order_info {
  width: 100%;
  background-color: #fff;
}

main .item_order_info .order-information {
  width: 100%;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 20px;
  padding-bottom: 30px;
}

main .item_order_info .order-information .order-item {
  width: 100%;
  font-size: 0;
}

main .item_order_info .order-information .order-item .item {
  width: 75px;
  line-height: 1.5;
  display: inline-block;
  font-family: MicrosoftYaHei;
  font-size: 14px;
  line-height: 36px;
  color: #333333;
}

main .item_order_info .order-information .order-item .order-item-content {
  display: inline-block;
  width: calc(100% - 90px);
  font-family: ArialMT;
  font-size: 14px;
  line-height: 36px;
  color: #333333;
}

main .item_order_info .order-information .order-item .order-item-content span {
  display: inline-block;
  font-family: MicrosoftYaHei;
  font-size: 14px;
  color: #f30000;
  margin-right: 20px;
}

main .item_order_info .order-information .opera {
  width: 100%;
  margin-top: 15px;
  font-size: 0;
}

main .item_order_info .order-information .opera a {
  width: 120px;
  height: 40px;
  background-color: #ffffff;
  border-radius: 6px;
  border: solid 1px #e5e5e5;
  display: inline-block;
  cursor: pointer;
  line-height: 40px;
  text-align: center;
  font-family: MicrosoftYaHei;
  font-size: 14px;
  color: #333333;
  margin-right: 20px;
  vertical-align: middle;
}

main .item_order_info .order-information .opera a:hover {
  background-color: #ff3232;
  color: #fff;
}

main .item_order_info .order-information .opera span {
  display: inline-block;
  vertical-align: middle;
  font-family: MicrosoftYaHei;
  font-size: 14px;
  line-height: 36px;
  color: #ff0000;
}

main .item_consignee {
  width: 100%;
  background-color: #fff;
}

main .item_consignee .order-information {
  width: 100%;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 20px;
  padding-bottom: 30px;
}

main .item_consignee .order-information .order-item {
  width: 100%;
  font-size: 0;
}

main .item_consignee .order-information .order-item .item {
  width: 108px;
  line-height: 1.5;
  display: inline-block;
  font-family: MicrosoftYaHei;
  font-size: 14px;
  line-height: 36px;
  color: #333333;
}

main .item_consignee .order-information .order-item .order-item-content {
  display: inline-block;
  /*width: calc(100% - 90px);*/
  font-family: ArialMT;
  font-size: 14px;
  line-height: 36px;
  color: #333333;
}

main .item_consignee .order-information .order-item .order-item-content span {
  display: inline-block;
  font-family: MicrosoftYaHei;
  font-size: 14px;
  color: #f30000;
  margin-right: 20px;
}

main .item_invoice-information {
  width: 100%;
  background-color: #fff;
}

main .item_invoice-information .order-information {
  width: 100%;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 20px;
  padding-bottom: 30px;
}

main .item_invoice-information .order-information .order-item {
  width: 100%;
  font-size: 0;
}

main .item_invoice-information .order-information .order-item .item {
  width: 110px;
  line-height: 1.5;
  display: inline-block;
  font-family: MicrosoftYaHei;
  font-size: 14px;
  line-height: 36px;
  color: #333333;
}

main .item_invoice-information .order-information .order-item .order-item-content {
  display: inline-block;
  width: calc(100% - 110px);
  font-family: ArialMT;
  font-size: 14px;
  line-height: 36px;
  color: #333333;
}

main .item_invoice-information .order-information .order-item .order-item-content span {
  display: inline-block;
  font-family: MicrosoftYaHei;
  font-size: 14px;
  color: #f30000;
  margin-right: 20px;
}

main .item_basic_good_list {
  width: 100%;
  background-color: #fff;
}

main .item_basic_good_list .th {
  width: 100%;
  font-size: 0;
  height: 60px;
  background-color: #fafafa;
  border-bottom: 1px solid #eee;
  padding-left: 30px;
  padding-right: 30px;
  overflow: hidden;
}

main .item_basic_good_list .th .td {
  display: inline-block;
  height: 100%;
  line-height: 60px;
  font-family: MicrosoftYaHei;
  font-size: 14px;
  color: #333333;
}

main .item_basic_good_list .th .td.name {
  width: 340px;
}

main .item_basic_good_list .th .td.price {
  width: 120px;
  text-align: center;
}

main .item_basic_good_list .th .td.number {
  width: 300px;
  text-align: center;
}

main .item_basic_good_list .th .td.total {
  width: 120px;
  text-align: center;
}

main .item_basic_good_list .list {
  width: 100%;
  display: block;
}

main .item_basic_good_list .list li {
  width: 100%;
  display: block;
  padding: 0 30px;
  font-size: 0;
  border-bottom: 1px solid #eeeeee;
}

main .item_basic_good_list .list li .list-wrap {
  display: inline-block;
  vertical-align: middle;
}

main .item_basic_good_list .list li .list-box {
  width: 100%;
  display: block;
}

main .item_basic_good_list .list li .td {
  display: inline-block;
  vertical-align: middle;
  padding: 25px 0;
}

main .item_basic_good_list .list li .td.name {
  width: 340px;
  vertical-align: middle;
}

main .item_basic_good_list .list li .td.name .name-img {
  display: inline-block;
  width: 72px;
  height: 72px;
  border: solid 1px #eeeeee;
  margin-right: 20px;
  vertical-align: top;
  cursor: pointer;
}

main .item_basic_good_list .list li .td.name .name-img img {
  width: 100%;
  height: 100%;
}

main .item_basic_good_list .list li .td.name .name-content {
  width: calc(100% - 20px - 72px);
  display: inline-block;
  vertical-align: top;
}

main .item_basic_good_list .list li .td.name .name-content .content-title {
  width: 100%;
  font-family: MicrosoftYaHei;
  font-size: 14px;
  line-height: 18px;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 15px;
  cursor: pointer;
}

main .item_basic_good_list .list li .td.name .name-content .content-specification {
  width: 100%;
  font-family: MicrosoftYaHei;
  font-size: 14px;
  line-height: 18px;
  color: #888888;
}

main .item_basic_good_list .list li .td.name .name-content .content-sh {
  width: 100%;
  font-family: MicrosoftYaHei;
  margin-top: 10px;
}

main .item_basic_good_list .list li .td.name .name-content .content-sh a{
  display: inline-block;
  border: #e5e5e5 1px solid;
  border-radius: 6px;
  padding: 5px 10px;
  font-size: 14px;
  color: #383737;
}

main .item_basic_good_list .list li .td.price {
  width: 120px;
  text-align: center;
  font-family: MicrosoftYaHei;
  font-size: 14px;
  color: #f20000;
}

main .item_basic_good_list .list li .td.number {
  width: 300px;
  text-align: center;
  font-family: Arial;
  font-size: 14px;
  color: #555555;
}

main .item_basic_good_list .list li .td.amount {
  width: 120px;
  text-align: center;
}

main .item_basic_good_list .list li .td.amount .amount-A {
  font-family: MicrosoftYaHei;
  font-size: 14px;
  line-height: 24px;
  color: #f20000;
  font-weight: bold;
}

main .item_basic_good_list .list li .td.amount .amount-B {
  font-family: MicrosoftYaHei;
  font-size: 12px;
  line-height: 24px;
  color: #666666;
  display: block;
  cursor: pointer;
}

main .item_basic_good_list .order_total {
  padding: 14px 30px;
}

main .item_basic_good_list .order_total .attr {
  line-height: 36px;
  font-family: MicrosoftYaHei;
  font-size: 14px;
  color: #333333;
  text-align: right;
}

main .item_basic_good_list .order_total .attr span {
  display: inline-block;
}

main .item_basic_good_list .order_total .attr em {
  min-width: 100px;
  text-align: left;
  display: inline-block;
}

main .item_basic_good_list .order_total .attr em b {
  font-size: 18px;
  color: #f20000;
}

main .help-center {
  width: 100%;
  background-color: #fff;
}

main .help-center .help-center-wrap {
  width: 100%;
  background-color: #fff;
  min-height: 920px;
  padding-left: 32px;
  padding-right: 30px;
}

main .help-center .help-center-wrap .item {
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #e5e5e5;
}

main .help-center .help-center-wrap .item-title {
  width: 100%;
  margin-bottom: 26px;
  font-family: MicrosoftYaHei;
  font-size: 16px;
  color: #222222;
}

main .help-center .help-center-wrap .item-text {
  font-family: MicrosoftYaHei;
  font-size: 14px;
  line-height: 24px;
  color: #666666;
  width: 828px;
}

main .help-center .help-center-wrap .item-note {
  font-family: MicrosoftYaHei;
  font-size: 14px;
  line-height: 24px;
  color: #666666;
  width: 828px;
}

main .about-us {
  width: 100%;
  background-color: #fff;
}

main .about-us .about-us-content {
  width: 100%;
  min-height: 920px;
  padding: 0 35px;
  padding-top: 30px;
}

main .about-us .about-us-content p {
  font-family: MicrosoftYaHei;
  font-size: 16px;
  line-height: 34px;
  color: #444444;
}

main .about-us .about-us-content p img {
  width: 100%;
}

main .account-security {
  width: 100%;
  background-color: #fff;
  min-height: 990px;
}

main .account-security .account-security-wrap {
  width: 100%;
  background-color: #fff;
}

main .account-security .account-security-wrap .degree {
  width: 100%;
  height: 102px;
  background-color: #fafafa;
  padding: 28px 32px 26px 32px;
  line-height: 102px;
  margin-bottom: 12px;
}

main .account-security .account-security-wrap .degree .m-f-h1 {
  font-family: MicrosoftYaHei;
  font-size: 14px;
  color: #666666;
}

main .account-security .account-security-wrap .degree .m-f-h2 {
  margin-top: 18px;
}

main .account-security .account-security-wrap .degree .m-f-h21 {
  width: 238px;
  display: inline-block;
  font-size: 0;
}

main .account-security .account-security-wrap .degree .m-f-h211 {
  display: inline-block;
}

main .account-security .account-security-wrap .degree .m-f-h211 div {
  width: 48px;
  height: 16px;
  background-color: #eae9e9;
  display: inline-block;
  margin-right: 2px;
}

main .account-security .account-security-wrap .degree .m-f-h211 .active {
  background-color: #ff3232;
}

main .account-security .account-security-wrap .degree .m-f-h212 {
  display: inline-block;
  font-family: SimSun;
  font-size: 14px;
  color: #000000;
  vertical-align: top;
  margin-left: 10px;
}

main .account-security .account-security-wrap .m-f-i {
  background-color: #fff;
  padding-left: 32px;
  height: 91px;
  line-height: 91px;
  text-align: center;
  padding-right: 30px;
}

main .account-security .account-security-wrap .m-f-i .m-f-i-box {
  height: 91px;
  line-height: 91px;
  padding-bottom: 30px;
  border-bottom: 1px dashed #c5c5c5;
}

main .account-security .account-security-wrap .m-f-i .m-f-i1 {
  display: inline-block;
  font-size: 0;
  height: 91px;
  line-height: 91px;
  vertical-align: middle;
  float: left;
}

main .account-security .account-security-wrap .m-f-i .m-f-i11 {
  width: 36px;
  height: 36px;
  background-color: #ff3232;
  line-height: 36px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
}

main .account-security .account-security-wrap .m-f-i .m-f-i11 img {
  width: 13px;
  height: 19px;
}

main .account-security .account-security-wrap .m-f-i .m-f-i12 {
  font-family: MicrosoftYaHei;
  font-size: 20px;
  color: #5e5d5d;
  display: inline-block;
  vertical-align: middle;
  margin-left: 15px;
}

main .account-security .account-security-wrap .m-f-i .m-f-i2 {
  display: inline-block;
}

main .account-security .account-security-wrap .m-f-i .m-f-i21 {
  font-family: MicrosoftYaHei;
  font-size: 14px;
  color: #aeaeae;
}

main .account-security .account-security-wrap .m-f-i .m-f-i3 {
  display: inline-block;
  float: right;
  height: 91px;
  line-height: 91px;
}

main .account-security .account-security-wrap .m-f-i .m-f-i3 a {
  width: 80px;
  height: 36px;
  background-color: #f6f6f6;
  border-radius: 18px;
  font-family: MicrosoftYaHei;
  font-size: 14px;
  color: #333333;
  line-height: 36px;
  /* text-align: center; */
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
}

main .shipping-address {
  width: 100%;
  background-color: #fff;
  min-height: 990px;
}

main .shipping-address .shipping-address-wrap {
  width: 100%;
  background-color: #fff;
}

main .shipping-address .shipping-address-wrap .m-f4-a1 {
  width: 100%;
  height: 60px;
  background-color: #f9f9f9;
  line-height: 60px;
  padding-left: 30px;
  padding-right: 27px;
  font-size: 0;
}

main .shipping-address .shipping-address-wrap .m-f4-a1 div {
  height: 100%;
  display: inline-block;
  vertical-align: middle;
  font-family: MicrosoftYaHei;
  font-size: 16px;
  line-height: 60px;
  color: #000000;
}

main .shipping-address .shipping-address-wrap .m-f4-a1 .m-f4-a11 {
  width: 10%;
}

main .shipping-address .shipping-address-wrap .m-f4-a1 .m-f4-a12 {
  width: 55%;
}

main .shipping-address .shipping-address-wrap .m-f4-a1 .m-f4-a13 {
  width: 15%;
}

main .shipping-address .shipping-address-wrap .m-f4-a1 .m-f4-a14 {
  width: 20%;
}

main .shipping-address .shipping-address-wrap .m-f4-a2 {
  width: 100%;
  padding-left: 30px;
  padding-right: 27px;
}

main .shipping-address .shipping-address-wrap .m-f4-a2 .m-f4-a21 {
  width: 100%;
  padding: 26px 0;
  font-size: 0;
  border-bottom: 1px solid #eee;
}

main .shipping-address .shipping-address-wrap .m-f4-a2 .m-f4-a21 div {
  display: inline-block;
  height: 100%;
  /*line-height: 64px;*/
  vertical-align: middle;
}

main .shipping-address .shipping-address-wrap .m-f4-a2 .m-f4-a211 {
  font-family: MicrosoftYaHei;
  font-size: 15px;
  color: #555555;
  width: 10%;
  line-height: 20px;
  vertical-align: top;
}

main .shipping-address .shipping-address-wrap .m-f4-a2 .m-f4-a212 {
  font-family: MicrosoftYaHei;
  font-size: 15px;
  color: #555555;
  width: 55%;
  line-height: 20px;
  vertical-align: top;
}

main .shipping-address .shipping-address-wrap .m-f4-a2 .m-f4-a213 {
  font-family: ArialMT;
  font-size: 15px;
  color: #555555;
  width: 15%;
  line-height: 20px;
  vertical-align: top;
}

main .shipping-address .shipping-address-wrap .m-f4-a2 .m-f4-a214 {
  width: 20%;
  line-height: 20px;
  vertical-align: top;
}

main .shipping-address .shipping-address-wrap .m-f4-a2 .m-f4-a2141 {
  font-size: 0;
}

main .shipping-address .shipping-address-wrap .m-f4-a2 .m-f4-a2141 a {
  display: inline-block;
  font-family: MicrosoftYaHei;
  font-size: 15px;
  color: #333333;
  cursor: pointer;
  vertical-align: middle;
}

main .shipping-address .shipping-address-wrap .m-f4-a2 .m-f4-a2141 a:hover {
  font-family: MicrosoftYaHei;
  font-size: 15px;
  color: #744f37;
}

main .shipping-address .shipping-address-wrap .m-f4-a2 .m-f4-a2141 .line {
  background-color: #dadada;
  width: 2px;
  height: 15px;
  margin: 0 5px;
}

main .shipping-address .shipping-address-wrap .m-f4-a2 .m-f4-a2142 {
  display: inline-block;
  position: relative;
  margin-left: 35px;
  cursor: pointer;
  line-height: 20px;
}

main .shipping-address .shipping-address-wrap .m-f4-a2 .m-f4-a2142 .radius {
  width: 20px;
  height: 20px;
  border-radius: 10px;
  border: solid 1px rgba(0, 0, 0, 0.3);
}

main .shipping-address .shipping-address-wrap .m-f4-a2 .m-f4-a2142 input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

main .shipping-address .shipping-address-wrap .m-f4-a2 .m-f4-a2142 .default {
  font-family: MicrosoftYaHei;
  font-size: 15px;
  color: #666666;
  display: inline-block;
  margin-left: 12px;
}

main .shipping-address .shipping-address-wrap .m-f4-a2 .m-f4-a2142.selected .radius {
  background-image: url(../images/214.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-color: #ff3232;
  border: none;
}

main .shipping-address .shipping-address-wrap .m-f4-a2 .m-f4-a2142.selected .default {
  color: #ff3232;
}

main .bank-card {
  width: 100%;
  min-height: 990px;
  background-color: #fff;
}

main .bank-card .bank-card-wrap {
  width: 100%;
  background-color: #fff;
  padding-left: 32px;
  padding-right: 58px;
  padding-top: 38px;
}

main .bank-card .bank-card-wrap .m-f4-k1 {
  font-family: MicrosoftYaHei;
  font-size: 14px;
  color: #666666;
}

main .bank-card .bank-card-wrap .m-f4-k1 span {
  font-family: MicrosoftYaHei;
  font-size: 14px;
  color: #d22323;
}

main .bank-card .bank-card-wrap .m-f4-k-box {
  width: 100%;
  margin-top: 30px;
}

main .bank-card .bank-card-wrap .m-f4-k-box .m-f4-k2-container {
  width: 990px;
  font-size: 0;
}

main .bank-card .bank-card-wrap .m-f4-k-box .m-f4-k2 {
  width: 400px;
  height: 190px;
  background-color: #ffffff;
  border-radius: 6px;
  border: solid 1px #dfdfdf;
  display: inline-block;
  margin-right: 50px;
  margin-bottom: 40px;
}

main .bank-card .bank-card-wrap .m-f4-k-box .m-f4-k21 {
  width: 100%;
  height: 100px;
  background-color: #f9f9f9;
  border-radius: 4px 4px 0px 0px;
  line-height: 100px;
  padding-left: 17px;
  padding-right: 26px;
  font-size: 0;
  display: inline-block;
}

main .bank-card .bank-card-wrap .m-f4-k-box .m-f4-k21 div {
  display: inline-block;
}

main .bank-card .bank-card-wrap .m-f4-k-box .m-f4-k211 {
  width: 64px;
  height: 64px;
  background-color: #ffffff;
  line-height: 64px;
  text-align: center;
  border-radius: 50%;
  vertical-align: middle;
}

main .bank-card .bank-card-wrap .m-f4-k-box .m-f4-k212 {
  vertical-align: middle;
  margin-left: 15px;
}

main .bank-card .bank-card-wrap .m-f4-k-box .m-f4-k2121 {
  font-family: MicrosoftYaHeiLight;
  font-size: 24px;
  color: #333333;
  vertical-align: middle;
}

main .bank-card .bank-card-wrap .m-f4-k-box .m-f4-k2122 {
  font-family: MicrosoftYaHei;
  font-size: 14px;
  color: #999999;
  margin-left: 10px;
}

main .bank-card .bank-card-wrap .m-f4-k-box .m-f4-k21 .m-f4-k213 {
  vertical-align: middle;
  margin-left: 45px;
  cursor: pointer;
  display: none;
}

main .bank-card .bank-card-wrap .m-f4-k-box .m-f4-k21 .m-f4-k213.show {
  display: inline-block;
}

main .bank-card .bank-card-wrap .m-f4-k-box .m-f4-k2131 {
  width: 20px;
  height: 20px;
}

main .bank-card .bank-card-wrap .m-f4-k-box .m-f4-k2131 img {
  width: 100%;
  height: 100%;
}

main .bank-card .bank-card-wrap .m-f4-k-box .m-f4-k2132 {
  font-family: MicrosoftYaHei;
  font-size: 14px;
  color: #999999;
  vertical-align: middle;
  margin-left: 8px;
}

main .bank-card .bank-card-wrap .m-f4-k-box .m-f4-k21 .m-f4-k214 {
  vertical-align: middle;
  margin-left: 45px;
  display: none;
}

main .bank-card .bank-card-wrap .m-f4-k-box .m-f4-k2141 {
  width: 20px;
  height: 20px;
  cursor: pointer;
}

main .bank-card .bank-card-wrap .m-f4-k-box .m-f4-k2141 img {
  width: 100%;
  height: 100%;
}

main .bank-card .bank-card-wrap .m-f4-k-box .m-f4-k2142 {
  width: 20px;
  height: 20px;
  margin-left: 10px;
  cursor: pointer;
}

main .bank-card .bank-card-wrap .m-f4-k-box .m-f4-k2142 img {
  width: 100%;
  height: 100%;
}

main .bank-card .bank-card-wrap .m-f4-k-box .m-f4-k22 {
  width: 100%;
  height: 90px;
  line-height: 85px;
  background-color: #fff;
  font-size: 0;
  border-radius: 0 0 4px 4px;
  border-bottom: solid 1px #dfdfdf;
  padding-left: 31px;
  padding-right: 26px;
}

main .bank-card .bank-card-wrap .m-f4-k-box .m-f4-k22 div {
  display: inline-block;
  width: 25%;
  vertical-align: middle;
}

main .bank-card .bank-card-wrap .m-f4-k-box .m-f4-k221 {
  color: rgba(3, 3, 3, 0.3);
  font-size: 30px;
}

main .bank-card .bank-card-wrap .m-f4-k-box .m-f4-k222 {
  font-family: Avenir-Roman;
  font-size: 30px;
  color: #000000;
}

main .bank-card .bank-card-wrap .m-f4-k-box .m-f4-k2:hover {
  border: solid 1px #744f37;
}

main .bank-card .bank-card-wrap .m-f4-k-box .m-f4-k2:hover .m-f4-k21 {
  background-color: #ff3232;
}

main .bank-card .bank-card-wrap .m-f4-k-box .m-f4-k2:hover .m-f4-k21 .m-f4-k212 div {
  color: #fff;
}

main .bank-card .bank-card-wrap .m-f4-k-box .m-f4-k2:hover .m-f4-k21 .m-f4-k213 {
  display: none;
}

main .bank-card .bank-card-wrap .m-f4-k-box .m-f4-k2:hover .m-f4-k21 .m-f4-k214 {
  display: inline-block;
}

main .bank-card .bank-card-wrap .m-f4-k-box .m-f4-k2:hover .m-f4-k22 {
  border-bottom: solid 1px #744f37;
}

main .bank-card .bank-card-wrap .m-f4-k-box .m-f4-k2:hover .m-f4-k22 div {
  color: #744f37;
}

main .bank-card .bank-card-wrap .m-f4-k-box .m-f4-k3 {
  margin-right: 50px;
  margin-bottom: 40px;
  width: 400px;
  height: 190px;
  border: solid 1px #dfdfdf;
  display: inline-block;
  border-radius: 6px;
  padding: 51px 0;
  text-align: center;
  cursor: pointer;
}

main .bank-card .bank-card-wrap .m-f4-k-box .m-f4-k31 {
  width: 48px;
  height: 48px;
  margin: 0 auto;
}

main .bank-card .bank-card-wrap .m-f4-k-box .m-f4-k31 img {
  width: 100%;
  height: 100%;
}

main .bank-card .bank-card-wrap .m-f4-k-box .m-f4-k32 {
  font-family: MicrosoftYaHei;
  font-size: 20px;
  color: #744f37;
  opacity: 0.8;
  margin-top: 20px;
}

main .my-balance {
  width: 100%;
}

.m-f4-c {
  background-color: #fff;
  height: 174px;
  font-size: 0;
  padding-left: 35px;
  padding-right: 50px;
  margin-bottom: 20px;
}

.m-f4-c .m-f4-c1 {
  height: 100%;
  line-height: 174px;
  display: inline-block;
  float: left;
}

.m-f4-c1-img {
  width: 94px;
  height: 94px;
  border: solid 1px rgba(116, 79, 55, 0.8);
  border-radius: 50%;
  line-height: 94px;
  text-align: center;
  display: inline-block;
}

.m-f4-c1-img img {
  width: 38px;
  height: 39px;
}

.m-f4-c11 {
  display: inline-block;
  vertical-align: middle;
  margin-left: 23px;
}

.f4-c111 {
  font-family: MicrosoftYaHei;
  font-size: 18px;
  color: #666666;
}

.m-f4-c112 {
  font-family: ArialMT;
  font-size: 36px;
  color: #ff3232;
  margin-top: 17px;
}

.m-f4-c2 {
  font-size: 0;
  display: inline-block;
  float: right;
  height: 100%;
  line-height: 174px;
}

.m-f4-c2 a {
  vertical-align: middle;
  cursor: pointer;
}

.m-f4-c21 {
  width: 180px;
  height: 42px;
  border-radius: 2px;
  border: solid 2px #ff3232;
  font-family: MicrosoftYaHei;
  font-size: 16px;
  line-height: 42px;
  color: #ff3232;
  text-align: center;
  display: inline-block;
}

.m-f4-c22 {
  width: 180px;
  height: 42px;
  background-color: #ff3232;
  border-radius: 2px;
  font-family: MicrosoftYaHei;
  font-size: 16px;
  line-height: 42px;
  color: #ffffff;
  text-align: center;
  display: inline-block;
  margin-left: 20px;
}

.m-f4-i {
  background-color: #fff;
  font-size: 0;
  /* height: 656px; */
  padding: 40px 35px 30px 35px;
}

.m-f4-i-title {
  width: 870px;
  height: 46px;
  line-height: 46px;
  background-color: rgba(0, 0, 0, 0.05);
  text-align: center;
  padding-left: 27px;
  padding-right: 67px;
}

.m-f4-i-title div {
  display: inline-block;
}

.m-f4-i-title1 {
  height: 100%;
  line-height: 46px;
  float: left;
  font-family: MicrosoftYaHei;
  font-size: 16px;
  font-weight: bold;
  color: #555555;
}

.m-f4-i-title2 {
  height: 100%;
  line-height: 46px;
  font-family: MicrosoftYaHei;
  font-size: 16px;
  font-weight: bold;
  color: #555555;
}

.m-f4-i-title3 {
  height: 100%;
  line-height: 46px;
  font-family: MicrosoftYaHei;
  font-size: 16px;
  font-weight: bold;
  color: #555555;
  float: right;
}

.m-f4-i1 {
  height: 60px;
  line-height: 60px;
  text-align: center;
  padding-left: 27px;
  padding-right: 67px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

.m-f4-i1 div {
  display: inline-block;
  font-family: MicrosoftYaHei;
  font-size: 16px;
  color: #666666;
}

/** PC版会员中心 我的余额/积分 页面 **/
.m-f4-i11 {
  float: left;
  height: 100%;
  line-height: 60px;
  width: 48%;
  text-align: left;
}
.m-f4-i12 {
  height: 100%;
  line-height: 60px;
  float: left;
}
.m-f4-i13 {
  float: right;
  height: 100%;
  line-height: 60px;
}
/** PC版会员中心 我的余额/积分 页面 **/

.product-review {
  background-color: #fff;
  width: 100%;
}

.product-review .m-f4-z {
  margin-bottom: 10px;
}

.product-review .m-f4-z .m-f4-z1 {
  height: 61px;
  background-color: #f9f9f9;
  padding-left: 32px;
  line-height: 61px;
  font-size: 0;
  border-bottom: 1px solid #eee;
}

.product-review .m-f4-z .m-f4-z1 div {
  display: inline-block;
  font-family: MicrosoftYaHei;
  font-size: 14px;
  color: #333333;
  vertical-align: middle;
}

.product-review .m-f4-z .m-f4-z1 .m-f4-z11 {
  width: 450px;
}

.product-review .m-f4-z .m-f4-z1 .m-f4-z12 {
  width: 186px;
}

.product-review .m-f4-z .m-f4-z1 .m-f4-z13 {
  width: 130px;
  text-align: center;
}

.product-review .m-f4-z .m-f4-z1 .m-f4-z14 {
  width: 142px;
  text-align: center;
}

.product-review .m-f4-z .m-f4-z2 {
  background-color: #fff;
  padding-left: 10px;
  padding-bottom: 20px;
  font-size: 0;
  border-bottom: 1px solid #eeeeee;
}

.product-review .m-f4-z .m-f4-z2 div {
  display: inline-block;
}

.product-review .m-f4-z .m-f4-z2 .m-f4-z2-box1 {
  display: block;
  height: 140px;
  line-height: 140px;
}

.product-review .m-f4-z .m-f4-z2 .m-f4-z2-box2 {
  display: block;
}

.product-review .m-f4-z .m-f4-z2 .m-f4-z21 {
  display: inline-block;
  vertical-align: middle;
  width: 466px;
}

.product-review .m-f4-z .m-f4-z2 .m-f4-z21 div {
  display: inline-block;
}

.product-review .m-f4-z .m-f4-z2 .m-f4-z21 .m-f4-z211 {
  width: 80px;
  height: 80px;
  background-color: #ffffff;
  border-radius: 3px;
  border: solid 1px #eeeeee;
  line-height: 80px;
  text-align: center;
}

.product-review .m-f4-z .m-f4-z2 .m-f4-z21 .m-f4-z211 img {
  width: 74px;
  height: 74px;
  border-radius: 3px;
}

.product-review .m-f4-z .m-f4-z2 .m-f4-z21 .m-f4-z212 {
  font-family: MicrosoftYaHei;
  font-size: 15px;
  color: #333333;
  width: 195px;
  vertical-align: top;
  margin-left: 18px;
  line-height: 24px;
}

.product-review .m-f4-z .m-f4-z2 .m-f4-z22 {
  width: 186px;
  vertical-align: bottom;
}

.product-review .m-f4-z .m-f4-z2 .m-f4-z22 .m-f4-z221 {
  width: 100%;
  margin-bottom: 20px;
}

.product-review .m-f4-z .m-f4-z2 .m-f4-z22 .m-f4-z221 .m-f4-z2211 {
  font-family: MicrosoftYaHei;
  font-size: 14px;
  color: #555555;
  vertical-align: bottom;
}

.product-review .m-f4-z .m-f4-z2 .m-f4-z23 {
  font-family: ArialMT;
  font-size: 14px;
  color: #555555;
  width: 130px;
  text-align: center;
}

.product-review .m-f4-z .m-f4-z2 .m-f4-z24 {
  font-family: ArialMT;
  font-size: 16px;
  color: #555555;
  width: 142px;
  text-align: center;
}

.product-review .m-f4-z .m-f4-z2 .m-f4-z24 a {
  width: 80px;
  height: 30px;
  line-height: 30px;
  background-color: #ff3232;
  border-radius: 15px;
  font-family: MicrosoftYaHei;
  font-size: 14px;
  color: #ffffff;
  text-align: center;
  display: block;
  cursor: pointer;
  margin: 0 auto;
}

.product-review .m-f4-z .m-f4-z2 .m-f4-z24 .gray {
  background-color: #f6f6f6;
  color: #333333;
}

.product-review .m-f4-z .m-f4-z2 .m-f4-z25 {
  width: 900px;
  height: 75px;
  background-color: #f9f9f9;
  padding: 20px 108px 20px 20px;
}

.product-review .m-f4-z .m-f4-z2 .m-f4-z25 .m-f4-z251 {
  display: inline-block;
  font-family: MicrosoftYaHei;
  font-size: 14px;
  color: #666666;
  width: 30px;
  vertical-align: top;
}

.product-review .m-f4-z .m-f4-z2 .m-f4-z25 .m-f4-z252 {
  display: inline-block;
  font-family: MicrosoftYaHei;
  font-size: 14px;
  color: #666666;
  width: 741px;
}

.product-review .m-f4-z .m-f4-z3 {
  background-color: #fff;
  text-align: right;
  padding-top: 30px;
  padding-bottom: 50px;
  padding-right: 33px;
}

.product-review .m-f4-z .m-f4-z3 .m-f4-z3-box {
  float: right;
  width: 205px;
}

.product-review .m-f4-z .m-f4-z3 .m-f4-z3-box .m-f4-z31 {
  width: 100%;
  font-size: 0;
  margin-bottom: 12px;
}

.product-review .m-f4-z .m-f4-z3 .m-f4-z3-box .m-f4-z31 div {
  display: inline-block;
}

.product-review .m-f4-z .m-f4-z3 .m-f4-z3-box .m-f4-z31 .m-f4-z311 {
  font-family: MicrosoftYaHei;
  font-size: 15px;
  color: #333333;
}

.product-review .m-f4-z .m-f4-z3 .m-f4-z3-box .m-f4-z31 .m-f4-z312 {
  font-family: MicrosoftYaHei;
  font-size: 15px;
  color: #333333;
  width: 50%;
  text-align: left;
  margin-left: 25px;
}

.product-review .m-f4-z .m-f4-z3 .m-f4-z3-box .m-f4-z31 .m-f4-z313 {
  font-family: MicrosoftYaHei;
  font-size: 20px;
  color: #d22323;
  width: 50%;
  text-align: left;
  margin-left: 25px;
}

.my-discount-coupon {
  width: 100%;
  background-color: #fff;
}

.coupon_tab {
  width: 100%;
}

.coupon_tab .top {
  height: 60px;
  line-height: 60px;
  background: #fcfcfc;
  font-size: 0;
  padding: 0 30px;
  border-bottom: 1px solid #eee;
}

.coupon_tab .top li {
  color: #333;
  font-size: 14px;
  margin-right: 120px;
  display: inline-block;
  cursor: pointer;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  transition: all .5s;
  vertical-align: middle;
}

.coupon_tab .top li.active {
  color: #744f37;
  font-weight: bold;
}

.coupon_tab .coupon_content {
  padding: 0 30px 30px;
}

.coupon_tab .coupon_content ul {
  overflow: hidden;
  /* display: none; */
  -webkit-animation-name: am-fade;
  animation-name: am-fade;
  -webkit-animation-duration: .8s;
  animation-duration: .8s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear
}

.coupon_tab .coupon_content ul.active {
  display: block;
}

.coupon_tab .coupon_content ul.can_use li:hover {
  border: 1px solid #c01414;
  box-shadow: 0 2px 4px 0 rgba(192, 20, 20, 0.1), 0 0 2px 0 rgba(192, 20, 20, 0.1)
}

.coupon_tab .coupon_content ul.can_use li:hover .top {
  background: #c01414
}

.coupon_tab .coupon_content ul.can_use li:hover .num small,
.coupon_tab .coupon_content ul.can_use li:hover .num b,
.coupon_tab .coupon_content ul.can_use li:hover .num span {
  color: #fff
}

.coupon_tab .coupon_content ul.can_use li:hover .time,
.coupon_tab .coupon_content ul.can_use li:hover .id,
.coupon_tab .coupon_content ul.can_use li:hover .get .btn {
  color: #fff
}

.coupon_tab .coupon_content ul.can_use li:hover .get .btn {
  border: 1px solid #c01414;
  background: #c01414
}

.coupon_tab .coupon_content li {
  float: left;
  width: 273px;
  height: 180px;
  border-radius: 6px;
  border: 1px solid #e5e5e5;
  background: #fff;
  margin-right: 30px;
  margin-top: 30px;
  overflow: hidden;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  transition: all .5s
}

.coupon_tab .coupon_content li:nth-child(3n) {
  margin-right: 0
}

.coupon_tab .coupon_content li .top {
  height: 100px;
  padding: 20px 15px 0 15px;
  background: #fcfcfc;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  transition: all .5s
}

.coupon_tab .coupon_content li .num {
  height: 30px;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-flexbox
}

.coupon_tab .coupon_content li .num small {
  font-size: 24px;
  color: #c01414;
  margin-top: 4px
}

.coupon_tab .coupon_content li .num b {
  color: #c01414;
  font-size: 30px;
  font-weight: normal;
  min-width: 96px
}

.coupon_tab .coupon_content li .num span {
  color: #333;
  font-size: 15px;
  margin-top: 4px;
  margin-left: 5px;
  line-height: 25px;
}

.coupon_tab .coupon_content li .time {
  margin-top: 10px;
  color: #999;
  font-size: 12px
}

.coupon_tab .coupon_content li .id {
  margin-top: 8px;
  color: #666;
  font-size: 12px
}

.coupon_tab .coupon_content li .get {
  height: 80px;
  padding-top: 20px
}

.coupon_tab .coupon_content li .get .btn {
  width: 120px;
  height: 40px;
  line-height: 40px;
  border-radius: 20px;
  background: #f6f6f6;
  text-align: center;
  color: #555;
  display: block;
  margin: 0 auto;
  font-size: 14px
}

.m-e-g-main {
  padding-left: 32px;
  padding-right: 28px;
}

.m-e-g-main .m-e-g-content {
  width: 965px;
  padding-top: 30px;
  font-size: 0;
}

.m-e-g-main .m-e-g-content .m-e-g4 {
  width: 200px;
  margin-right: 25px;
  display: inline-block;
  margin-bottom: 40px;
}

.m-e-g-main .m-e-g-content .m-e-g4 .m-e-g4-img {
  width: 100%;
  height: 200px;
  border-radius: 3px;
  border: solid 1px #eeeeee;
  text-align: center;
  line-height: 200px;
  position: relative;
}

.m-e-g-main .m-e-g-content .m-e-g4 .m-e-g4-img .img1 {
  width: 180px;
  height: 180px;
  border-radius: 3px;
}

.m-e-g-main .m-e-g-content .m-e-g4 .m-e-g4-img .img2 {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 10px;
  right: 50px;
  display: none;
  cursor: pointer;
}

.m-e-g-main .m-e-g-content .m-e-g4 .m-e-g4-img .img3 {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 10px;
  right: 10px;
  display: none;
  cursor: pointer;
}

.m-e-g-main .m-e-g-content .m-e-g4 .m-e-g4-img:hover .img2 {
  display: inline-block;
}

.m-e-g-main .m-e-g-content .m-e-g4 .m-e-g4-img:hover .img3 {
  display: inline-block;
}

.m-e-g-main .m-e-g-content .m-e-g4 .m-e-g41 {
  font-family: MicrosoftYaHei;
  font-size: 14px;
  line-height: 20px;
  color: #666666;
  margin-top: 15px;
}

.m-e-g-main .m-e-g-content .m-e-g4 .m-e-g42 {
  font-family: MicrosoftYaHei;
  font-size: 15px;
  color: #e1251b;
  margin-top: 18px;
}

.m-e-g-main .m-e-g-content .m-e-g4 .m-e-g42 span {
  font-family: Arial;
  font-weight: bold;
  font-size: 20px;
  color: #e1251b;
}

.my-message {
  width: 100%;
  background-color: #fff;
}

.m-f4-aa {
  margin-bottom: 10px;
}

.m-f4-aa .m-f4-aa1 {
  height: 61px;
  background-color: #f9f9f9;
  padding-left: 32px;
  line-height: 61px;
  font-size: 0;
  border-bottom: 1px solid #eee;
}

.m-f4-aa .m-f4-aa1 div {
  display: inline-block;
  font-family: MicrosoftYaHei;
  font-size: 14px;
  color: #333333;
  vertical-align: middle;
}

.m-f4-aa .m-f4-aa1 .m-f4-aa11 {
  width: 450px;
}

.m-f4-aa .m-f4-aa1 .m-f4-aa12 {
  width: 186px;
}

.m-f4-aa .m-f4-aa1 .m-f4-aa13 {
  width: 130px;
  text-align: center;
}

.m-f4-aa .m-f4-aa1 .m-f4-aa14 {
  width: 112px;
  text-align: center;
}

.m-f4-aa .m-f4-aa2 {
  width: 100%;
  padding-left: 32px;
  padding-right: 30px;
  background-color: #fff;
  height: 96px;
  line-height: 96px;
}

.m-f4-aa .m-f4-aa2 .m-f4-aa21 {
  width: 100%;
  font-size: 0;
  height: 100%;
  line-height: 96px;
  border-bottom: 1px solid #eee;
}

.m-f4-aa .m-f4-aa2 .m-f4-aa21 div {
  display: inline-block;
}

.m-f4-aa .m-f4-aa2 .m-f4-aa21 .m-f4-aa211 {
  width: 450px;
  height: 96px;
  line-height: 96px;
}

.m-f4-aa .m-f4-aa2 .m-f4-aa21 .m-f4-aa211 div {
  width: 294px;
  font-family: MicrosoftYaHei;
  font-size: 14px;
  line-height: 24px;
  color: #333333;
  vertical-align: middle;
}

.m-f4-aa .m-f4-aa2 .m-f4-aa21 .m-f4-aa212 {
  font-family: ArialMT;
  font-size: 14px;
  color: #666666;
  width: 186px;
}

.m-f4-aa .m-f4-aa2 .m-f4-aa21 .m-f4-aa213 {
  font-family: MicrosoftYaHei;
  font-size: 14px;
  color: #2d9300;
  width: 130px;
  text-align: center;
}

.m-f4-aa .m-f4-aa2 .m-f4-aa21 .m-f4-aa213.active {
  color: #999999;
}

.m-f4-aa .m-f4-aa2 .m-f4-aa21 .m-f4-aa214 {
  width: 112px;
  text-align: center;
}

.m-f4-aa .m-f4-aa2 .m-f4-aa21 .m-f4-aa214 .m-f4-aa2141 {
  font-family: MicrosoftYaHei;
  font-size: 14px;
  color: #744f37;
  display: inline-block;
  cursor: pointer;
}

.m-f4-aa .m-f4-aa2 .m-f4-aa21 .m-f4-aa214 .m-f4-aa2142 {
  font-family: MicrosoftYaHei;
  font-size: 14px;
  color: #888888;
  margin-left: 33px;
  display: inline-block;
  cursor: pointer;
}


/* 添加修改地址 */
.m-f4-b {
  padding: 0 32px;
  width: 100%;
  min-height: 990px;
}

.m-f4-b .m-f4-b1 {
  font-size: 0;
  width: 510px;
  height: 38px;
  background-color: #f2f2f2;
  margin-top: 40px;
  line-height: 38px;
  padding-left: 29px;
}

.m-f4-b .m-f4-b1 div {
  display: inline-block;
  vertical-align: middle;
}

.m-f4-b .m-f4-b1 .m-f4-b11 {
  font-family: MicrosoftYaHei;
  font-size: 14px;
  color: #333333;
  opacity: 0.5;
}

.m-f4-b .m-f4-b1 .m-f4-b12 {
  font-family: MicrosoftYaHei;
  font-size: 14px;
  color: #333333;
  margin-left: 20px;
}

.m-f4-b .m-f4-b2 {
  margin-top: 30px;
}

.m-f4-b .m-f4-b2 .m-f4-b21 {
  font-size: 0;
  height: 38px;
  line-height: 38px;
  width: 472px;
  margin-bottom: 20px;
}

.m-f4-b .m-f4-b2 .m-f4-b21 div {
  /* display: inline-block; */
}

.m-f4-b .m-f4-b2 .m-f4-b21 .m-f4-b211 {
  font-family: MicrosoftYaHei;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #333333;
  vertical-align: middle;
  float: left;
  height: 100%;
  line-height: 38px;
}

.m-f4-b .m-f4-b2 .m-f4-b21 .m-f4-b212 {
  height: 100%;
  float: right;
}

.m-f4-b .m-f4-b2 .m-f4-b21 .m-f4-b212 input {
  width: 350px;
  height: 100%;
  border-radius: 2px;
  border: solid 1px rgba(0, 0, 0, 0.2);
  font-family: MicrosoftYaHei;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: rgba(9, 9, 9, 0.8);
  padding-left: 13px;
}

.m-f4-b .m-f4-b2 .m-f4-b21 .m-f4-b213 {
  display: inline-block;
  float: right;
  width: 350px;
}

.m-f4-b .m-f4-b2 .m-f4-b21 .m-f4-b213 .select-box {
  width: 356px;
}

.m-f4-b .m-f4-b2 .m-f4-b21 .m-f4-b213 .select-box .select-w {
  display: inline-block;
  width: 116px;
  height: 38px;
  position: relative;
  text-align: left;
  padding-right: 36px;
  padding-left: 14px;
  white-space: nowrap;
  border: 1px solid #ddd;
  vertical-align: top;
  border-radius: 2px;
  margin-right: 6px;
}

.m-f4-b .m-f4-b2 .m-f4-b21 .m-f4-b213 .select-box .select-w .cur {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  color: #333;
}

.m-f4-b .m-f4-b2 .m-f4-b21 .m-f4-b213 .select-box .select-w select {
  position: absolute;
  width: 100%;
  height: 100%;
  padding-left: 14px;
  left: 0;
  top: 0;
  z-index: 2;
  opacity: 0;
  filter: alpha(opacity=0);
  font-size: 14px;
  color: #333;
}

.m-f4-b .m-f4-b2 .m-f4-b21 .m-f4-b213 .select-box .select-w:after {
  display: inline-block;
  content: "";
  position: absolute;
  width: 8px;
  height: 7px;
  background-image: url(../images/120.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  right: 19px;
  top: 15px;
  z-index: 1;
}

.m-f4-b .m-f4-b2 .m-f4-b21 .m-f4-b214 {
  display: inline-block;
  float: right;
  width: 350px;
}

.m-f4-b .m-f4-b2 .m-f4-b21 .m-f4-b214 textarea {
  width: 100%;
  height: 160px;
  border-radius: 2px;
  border: solid 1px rgba(0, 0, 0, 0.2);
  font-family: MicrosoftYaHei;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 22px;
  letter-spacing: 0px;
  color: rgba(9, 9, 9, 0.8);
  outline: none;
  padding: 16px 25px 0 13px;
}

.m-f4-b .m-f4-b2 .m-f4-b21 .m-f4-b215 {
  display: inline-block;
  float: right;
  width: 350px;
  height: 20px;
  line-height: 20px;
}

.m-f4-b .m-f4-b2 .m-f4-b21 .m-f4-b215 .select-label {
  position: relative;
  width: 20px;
  height: 100%;
  display: inline-block;
}

.m-f4-b .m-f4-b2 .m-f4-b21 .m-f4-b215 .select-label .select {
  width: 100%;
  height: 100%;
  border-radius: 2px;
  border: solid 1px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

.m-f4-b .m-f4-b2 .m-f4-b21 .m-f4-b215 .select-label input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.m-f4-b .m-f4-b2 .m-f4-b21 .m-f4-b215 .selected .select {
  background-color: #ff3232;
  background-image: url(../images/icon-tick1.png);
  background-repeat: no-repeat;
  background-position: center center;
}

.m-f4-b .m-f4-b2 .m-f4-b21 .m-f4-b215 .m-f4-b2151 {
  font-family: MicrosoftYaHei;
  font-size: 14px;
  color: #777777;
  height: 100%;
  line-height: 20px;
  vertical-align: top;
  margin-left: 10px;
  display: inline-block;
}

.m-f4-b .m-f4-b2 .m-f4-b21 .m-f4-b216 {
  display: inline-block;
  float: right;
  width: 350px;
  height: 46px;
  background-color: #ff3232;
  border-radius: 2px;
  font-family: MicrosoftYaHei;
  font-size: 16px;
  color: #ffffff;
  cursor: pointer;
  border: none;
}



/* 退货退款-上传图片 */
.refund-return {
  width: 100%;
}

.m-f4-p {
  padding: 35px 0;
  background-color: #fff;
  padding-left: 31px;
  margin-bottom: 10px;
}

.m-f4-p .m-f4-p1 {
  margin-bottom: 23px;
}

.m-f4-p .m-f4-p1 div {
  display: inline-block;
}

.m-f4-p .m-f4-p1 .m-f4-p11 {
  font-family: MicrosoftYaHei;
  font-size: 15px;
  color: #333333;
}

.m-f4-p .m-f4-p1 .m-f4-p12 {
  font-family: MicrosoftYaHei;
  font-size: 15px;
  color: #333333;
  margin-left: 10px;
}

.m-f4-p .m-f4-p1 .active {
  font-family: MicrosoftYaHei;
  font-size: 15px;
  color: #d22323;
}

.m-f4-p .m-f4-p2 {
  font-size: 0;
  height: 40px;
}

.m-f4-p .m-f4-p2 a {
  display: inline-block;
  cursor: pointer;
}

.m-f4-p .m-f4-p2 .m-f4-p21 {
  width: 120px;
  height: 100%;
  background-color: #ff3232;
  border-radius: 20px;
  font-family: MicrosoftYaHei;
  font-size: 15px;
  line-height: 40px;
  color: #ffffff;
  text-align: center;
  vertical-align: top;
}

.m-f4-p .m-f4-p2 .m-f4-p22 {
  width: 120px;
  height: 100%;
  border-radius: 20px;
  border: solid 2px #744f37;
  font-family: MicrosoftYaHei;
  font-size: 15px;
  line-height: 40px;
  color: #744f37;
  text-align: center;
  margin-left: 10px;
  vertical-align: top;
}

.m-f4-s {
  margin-bottom: 10px;
}

.m-f4-s .m-f4-r1 {
  height: 61px;
  background-color: #f9f9f9;
  padding-left: 32px;
  line-height: 61px;
  font-size: 0;
}

.m-f4-s .m-f4-r1 div {
  display: inline-block;
  font-family: MicrosoftYaHei;
  font-size: 14px;
  color: #333333;
  vertical-align: middle;
}

.m-f4-s .m-f4-r1 .m-f4-r11 {
  /* width: 489px; */
  width: 414px;
}

.m-f4-s .m-f4-r1 .m-f4-r12 {
  width: 147px;
  text-align: center;
}

.m-f4-s .m-f4-r1 .m-f4-r13 {
  /* width: 130px; */
  width: 200px;
  text-align: center;
}

.m-f4-s .m-f4-r1 .m-f4-r14 {
  width: 142px;
  text-align: center;
}

.m-f4-s .m-f4-r2 {
  height: 140px;
  line-height: 140px;
  background-color: #fff;
  padding-left: 10px;
  font-size: 0;
  border-bottom: 1px solid #eeeeee;
}

.m-f4-s .m-f4-r2 div {
  display: inline-block;
}

.m-f4-s .m-f4-r2 .m-f4-r21 {
  display: inline-block;
  vertical-align: middle;
  /* width: 505px; */
  width: 436px;
}

.m-f4-s .m-f4-r2 .m-f4-r21 div {
  display: inline-block;
}

.m-f4-s .m-f4-r2 .m-f4-r21 .m-f4-r21-label {
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-right: 15px;
  position: relative;
}

.m-f4-s .m-f4-r2 .m-f4-r21 .m-f4-r21-label .radius {
  width: 100%;
  height: 100%;
  border: solid 1px rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  display: inline-block;
}

.m-f4-s .m-f4-r2 .m-f4-r21 .m-f4-r21-label .checkbox-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: inline-block;
  opacity: 0;
  cursor: pointer;
}

.m-f4-s .m-f4-r2 .m-f4-r21 .m-f4-r21-label.selected .radius {
  border: none;
  /* background-color: #ff3232; */
  background-image: url(../images/173.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}

.m-f4-s .m-f4-r2 .m-f4-r21 .m-f4-r211 {
  width: 80px;
  height: 80px;
  background-color: #ffffff;
  border-radius: 3px;
  border: solid 1px #eeeeee;
  line-height: 80px;
  text-align: center;
}

.m-f4-s .m-f4-r2 .m-f4-r21 .m-f4-r211 img {
  width: 74px;
  height: 74px;
  border-radius: 3px;
}

.m-f4-s .m-f4-r2 .m-f4-r21 .m-f4-r212 {
  font-family: MicrosoftYaHei;
  font-size: 15px;
  color: #333333;
  width: 195px;
  vertical-align: top;
  margin-left: 18px;
  line-height: 24px;
}

.m-f4-s .m-f4-r2 .m-f4-r22 {
  font-family: MicrosoftYaHei;
  font-size: 14px;
  color: #555555;
  width: 152px;
  text-align: center;
}

.m-f4-s .m-f4-r2 .m-f4-r23 {
  width: 200px;
  text-align: center;
  display: inline-block;
}

.m-f4-s .m-f4-r2 .item-buy {
  width: 136px;
  text-align: center;
  display: inline-block;
  border-radius: 6px;
  height: 32px;
  border: solid 1px #bbbbbb;
  vertical-align: middle;
}

.m-f4-s .m-f4-r2 .item-buy .cut {
  display: inline-block;
  border-radius: 6px 0 0 6px;
  width: 32px;
  height: 100%;
  line-height: 30px;
  vertical-align: top;
  font-family: Arial;
  font-size: 16px;
  color: #888888;
  text-align: center;
  cursor: pointer;
}

.m-f4-s .m-f4-r2 .item-buy .cut:hover {
  color: #ff3232;
}

.m-f4-s .m-f4-r2 .item-buy .plus {
  display: inline-block;
  border-radius: 0 6px 6px 0;
  width: 32px;
  height: 100%;
  line-height: 30px;
  vertical-align: top;
  font-family: Arial;
  font-size: 16px;
  color: #888888;
  text-align: center;
  cursor: pointer;
}

.m-f4-s .m-f4-r2 .item-buy .plus:hover {
  color: #ff3232;
}

.m-f4-s .m-f4-r2 .item-buy .q-input {
  display: inline-block;
  border: none;
  background: none;
  outline: none;
  width: 70px;
  border-left: 1px solid #bbb;
  border-right: 1px solid #bbb;
  height: 100%;
  line-height: 32px;
  vertical-align: top;
  font-family: Arial;
  font-size: 16px;
  color: #888888;
  text-align: center;
}

.m-f4-s .m-f4-r2 .m-f4-r24 {
  font-family: ArialMT;
  font-size: 16px;
  color: #555555;
  width: 142px;
  text-align: center;
}

.m-f4-s .m-f4-r3 {
  background-color: #fff;
  height: 75px;
  line-height: 75px;
  padding-left: 10px;
  padding-right: 33px;
  font-size: 0;
}

.m-f4-s .m-f4-r3 .m-f4-r31 {
  height: 100%;
  line-height: 75px;
  float: left;
}

.m-f4-s .m-f4-r3 .m-f4-r31 .m-f4-r31-label {
  width: 20px;
  height: 20px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
}

.m-f4-s .m-f4-r3 .m-f4-r31 .m-f4-r31-label .radius {
  width: 100%;
  height: 100%;
  border: solid 1px rgba(0, 0, 0, 0.3);
  border-radius: 50%;
}

.m-f4-s .m-f4-r3 .m-f4-r31 .m-f4-r31-label .selectAll {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: inline-block;
  opacity: 0;
  cursor: pointer;
}

.m-f4-s .m-f4-r3 .m-f4-r31 .m-f4-r31-label.selected .radius {
  border: none;
  /* background-color: #ff3232; */
  background-image: url(../images/173.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}

.m-f4-s .m-f4-r3 .m-f4-r31 .m-f4-r311 {
  font-family: MicrosoftYaHei;
  font-size: 16px;
  color: #444444;
  display: inline-block;
  vertical-align: middle;
  margin-left: 15px;
}

.m-f4-s .m-f4-r3 .m-f4-r32 {
  float: right;
  height: 100%;
  line-height: 75px;
}

.m-f4-s .m-f4-r3 .m-f4-r32 .m-f4-r321 {
  font-family: MicrosoftYaHei;
  font-size: 15px;
  color: #666666;
  display: inline-block;
  vertical-align: middle;
}

.m-f4-s .m-f4-r3 .m-f4-r32 .m-f4-r322 {
  display: inline-block;
  height: 100%;
  line-height: 75px;
  margin-left: 30px;
}

.m-f4-s .m-f4-r3 .m-f4-r32 .m-f4-r322 .m-f4-r3221 {
  font-family: MicrosoftYaHei;
  font-size: 15px;
  color: #666666;
  display: inline-block;
  vertical-align: middle;
}

.m-f4-s .m-f4-r3 .m-f4-r32 .m-f4-r322 .m-f4-r3222 {
  font-family: MicrosoftYaHei;
  font-size: 20px;
  color: #d22323;
  display: inline-block;
  vertical-align: middle;
}

.m-f4-t {
  background-color: #fff;
  /* height: 393px; */
  line-height: 393px;
  padding-top: 40px;
  padding-left: 32px;
  padding-bottom: 40px;
  font-size: 0;
}

.m-f4-t .m-f4-t1 {
  margin-bottom: 34px;
}

.m-f4-t .m-f4-t1 div {
  display: inline-block;
}

.m-f4-t .m-f4-t1 .m-f4-t11 {
  font-family: MicrosoftYaHei;
  font-size: 15px;
  color: #333333;
}

.m-f4-t .m-f4-t1 .m-f4-t12 {
  font-family: MicrosoftYaHei;
  font-size: 15px;
  color: #333333;
  margin-left: 38px;
}

.m-f4-t .m-f4-t2 {
  font-size: 0;
  margin-bottom: 21px;
}

.m-f4-t .m-f4-t2 div {
  display: inline-block;
}

.m-f4-t .m-f4-t2 .m-f4-t21 {
  font-family: MicrosoftYaHei;
  font-size: 15px;
  color: #333333;
}

.m-f4-t .m-f4-t2 .select-box {
  width: 367px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 38px;
}

.m-f4-t .m-f4-t2 .select-box .select-w {
  display: inline-block;
  width: 100%;
  height: 41px;
  background-color: #f4f4f4;
  border: solid 1px #dcdcdc;
  position: relative;
  text-align: left;
  padding-right: 36px;
  padding-left: 14px;
  white-space: nowrap;
  vertical-align: top;
  border-radius: 2px;
  margin-right: 6px;
}

.m-f4-t .m-f4-t2 .select-box .select-w .cur {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  color: #333;
}

.m-f4-t .m-f4-t2 .select-box .select-w select {
  position: absolute;
  width: 100%;
  height: 100%;
  padding-left: 14px;
  left: 0;
  top: 0;
  z-index: 2;
  opacity: 0;
  filter: alpha(opacity=0);
  font-size: 14px;
  color: #333;
}

.m-f4-t .m-f4-t2 .select-box .select-w:after {
  display: inline-block;
  content: "";
  position: absolute;
  width: 8px;
  height: 7px;
  background-image: url(../images/223.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  right: 19px;
  top: 15px;
  z-index: 1;
}

.m-f4-t .m-f4-t3 {
  font-size: 0;
  margin-bottom: 22px;
}

.m-f4-t .m-f4-t3 .m-f4-t31 {
  font-family: MicrosoftYaHei;
  font-size: 15px;
  color: #333333;
  display: inline-block;
  vertical-align: top;
}

.m-f4-t .m-f4-t3 textarea {
  width: 367px;
  height: 141px;
  background-color: #f4f4f4;
  border: solid 1px #dddddd;
  margin-left: 38px;
  padding: 5px;
}

.m-f4-t .m-f4-t4 {
  width: 218px;
  height: 42px;
  background-color: #ff3232;
  border-radius: 3px;
  font-family: MicrosoftYaHei;
  font-size: 16px;
  color: #ffffff;
  margin-left: 111px;
  border: none;
  cursor: pointer;
  display: block;
}

.refund-return .upload-image-wrap {
  font-size: 0;
  width: 100%;
  height: 80px;
  line-height: 80px;
  margin-bottom: 32px;
}

.refund-return .upload-image {
  /* width: 100%; */
  font-size: 0;
  display: inline-block;
  vertical-align: middle;
}

.refund-return .u-c {
  display: inline-block;
  vertical-align: top;
  width: 80px;
  height: 80px;
  line-height: 80px;
  font-size: 30px;
  color: #666;
  text-align: center;
  position: relative;
  border-radius: 6px;
  border: 1px solid #ddd;
  margin-right: 26px;
  margin-bottom: 20px;
}

.refund-return .u-d {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.refund-return .u-e {
  font-size: 14px;
  color: #666;
  padding-bottom: 19px;
  display: inline-block;
  vertical-align: middle;
}

.refund-return .u-delete {
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  border: 1px solid #eee;
  background-color: #fff;
  text-align: center;
  position: absolute;
  right: -15px;
  top: -15px;
  z-index: 10;
  cursor: pointer;
  box-sizing: border-box;
}

.refund-return .u-x {
  display: inline-block;
  vertical-align: top;
  line-height: 25px;
  font-size: 30px;
}

.refund-return .u-imgs {
  display: none;
}

.change-password {
  width: 100%;
  background-color: #fff;
  min-height: 990px;
}


.modification-process {
  width: 100%;
  font-size: 0;
  padding: 30px 0;
  background-color: #f3f3f3;
  text-align: center;
}

.modification-process .item-nav {
  display: inline-block;
  width: 33.333%;
  text-align: center;
  position: relative;
  cursor: pointer;
}

.modification-process .item-nav:after {
  content: '';
  display: inline-block;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url(../images/125.png);
  width: 8px;
  height: 14px;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.modification-process .item-nav:last-child:after {
  display: none;
}

.modification-process .item-nav .item-nav-num {
  display: inline-block;
  background-color: #d3d3d3;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-family: Arial;
  font-size: 22px;
  color: #fff;
  margin-right: 20px;
  vertical-align: middle;
}

.modification-process .item-nav .item-nav-text {
  display: inline-block;
  font-family: SourceHanSansCN-Regular;
  font-size: 16px;
  color: #555555;
  vertical-align: middle;
}

.modification-process .item-nav.active .item-nav-num {
  background-color: #ff3232;
}

.modification-process .item-nav.active .item-nav-text {
  color: #ff3232;
}

.m-f1-a2 {
  width: 470px;
  margin: 0 auto;
  /* margin-top: 122px; */
  padding: 60px 0;
}

.m-f1-a2 .m-f1-a21 {
  font-size: 0;
}

.m-f1-a2 .m-f1-a21 .m-f1-a211 {
  font-family: MicrosoftYaHei;
  font-size: 16px;
  color: #666666;
  display: inline-block;
}

.m-f1-a2 .m-f1-a21 .m-f1-a212 {
  font-family: MicrosoftYaHei;
  font-size: 14px;
  color: #999999;
  display: inline-block;
  margin-left: 30px;
}

.m-f1-a2 .m-f1-a22 {
  margin-top: 44px;
  font-size: 0;
}

.m-f1-a2 .m-f1-a22 .m-f1-a221 {
  font-family: MicrosoftYaHei;
  font-size: 16px;
  color: #666666;
  display: inline-block;
}

.m-f1-a2 .m-f1-a22 .m-f1-a222 {
  display: inline-block;
  height: 46px;
  font-size: 0;
  margin-left: 36px;
  line-height: 46px;
  width: 370px;
}

.m-f1-a2 .m-f1-a22 .m-f1-a222 input {
  width: 228px;
  height: 100%;
  background-color: #ffffff;
  border: solid 1px #e5e5e5;
  display: inline-block;
  outline: none;
  font-family: MicrosoftYaHei;
  font-size: 14px;
  color: #999999;
  line-height: 46px;
  vertical-align: top;
  padding-left: 16px;
}

.m-f1-a2 .m-f1-a22 .m-f1-a222 .code {
  width: 142px;
  height: 100%;
  background-color: #b7b7b7;
  display: inline-block;
  cursor: pointer;
  font-family: MicrosoftYaHei;
  font-size: 14px;
  color: #ffffff;
  line-height: 46px;
  text-align: center;
}

.m-f1-a2 .smt {
  width: 100%;
  height: 46px;
  background-color: #ff3232;
  border-radius: 2px;
  cursor: pointer;
  border: none;
  outline: none;
  font-family: MicrosoftYaHei;
  font-size: 16px;
  line-height: 46px;
  color: #ffffff;
  margin-top: 44px;
}

.m-f1-a2 .m-f1-a23 {
  font-size: 0;
  height: 46px;
  line-height: 46px;
}

.m-f1-a2 .m-f1-a23 .m-f1-a231 {
  font-family: MicrosoftYaHei;
  font-size: 16px;
  color: #666666;
  display: inline-block;
  vertical-align: middle;
  float: left;
  height: 46px;
  line-height: 46px;
}

.m-f1-a2 .m-f1-a23 .m-f1-a232 {
  width: 370px;
  height: 100%;
  background-color: #ffffff;
  border-radius: 2px;
  border: solid 1px #e5e5e5;
  display: inline-block;
  outline: none;
  font-family: MicrosoftYaHei;
  font-size: 14px;
  color: #999999;
  line-height: 46px;
  vertical-align: top;
  padding-left: 16px;
  float: right;
}

.m-f2-a2 {
  width: 470px;
  margin: 0 auto;
  /* margin-top: 122px; */
  padding: 60px 0;
}

.m-f2-a2 .m-f2-a21 {
  font-size: 0;
  width: 100%;
  margin-bottom: 26px;
}

.m-f2-a2 .m-f2-a21 div {
  display: inline-block;
}

.m-f2-a2 .m-f2-a21 .m-f2-a211 {
  font-family: MicrosoftYaHei;
  font-size: 16px;
  color: #666666;
  vertical-align: middle;
  float: left;
  height: 46px;
  line-height: 46px;
}

.m-f2-a2 .m-f2-a21 .m-f2-a212 {
  float: right;
}

.m-f2-a2 .m-f2-a21 .m-f2-a212 input {
  width: 370px;
  height: 46px;
  background-color: #ffffff;
  border-radius: 2px;
  border: solid 1px #e5e5e5;
  font-family: MicrosoftYaHei;
  font-size: 14px;
  color: #999999;
  opacity: 0.8;
  outline: none;
  padding-left: 19px;
}

.m-f2-a2 .smt {
  width: 100%;
  height: 46px;
  background-color: #ff3232;
  border-radius: 2px;
  cursor: pointer;
  border: none;
  outline: none;
  font-family: MicrosoftYaHei;
  font-size: 16px;
  line-height: 46px;
  color: #ffffff;
}

.m-f2-a2 .m-f1-a22 {
  margin-bottom: 26px;
  font-size: 0;
}

.m-f2-a2 .m-f1-a22 .m-f1-a221 {
  font-family: MicrosoftYaHei;
  font-size: 16px;
  color: #666666;
  display: inline-block;
}

.m-f2-a2 .m-f1-a22 .m-f1-a222 {
  display: inline-block;
  height: 46px;
  font-size: 0;
  margin-left: 36px;
  line-height: 46px;
  width: 370px;
}

.m-f2-a2 .m-f1-a22 .m-f1-a222 input {
  width: 228px;
  height: 100%;
  background-color: #ffffff;
  border: solid 1px #e5e5e5;
  display: inline-block;
  outline: none;
  font-family: MicrosoftYaHei;
  font-size: 14px;
  color: #999999;
  line-height: 46px;
  vertical-align: top;
  padding-left: 16px;
}

.m-f2-a2 .m-f1-a22 .m-f1-a222 .code {
  width: 142px;
  height: 100%;
  background-color: #b7b7b7;
  display: inline-block;
  cursor: pointer;
  font-family: MicrosoftYaHei;
  font-size: 14px;
  color: #ffffff;
  line-height: 46px;
  text-align: center;
}

.m-f3-a2 {
  width: 470px;
  margin: 0 auto;
  margin-top: 122px;
  text-align: center;
}

.m-f3-a2 .m-f3-a21 .m-f3-a211 {
  width: 107px;
  height: 107px;
  margin: 0 auto;
  margin-bottom: 48px;
}

.m-f3-a2 .m-f3-a21 .m-f3-a211 img {
  width: 100%;
  height: 100%;
}

.m-f3-a2 .m-f3-a21 .m-f3-a212 {
  font-family: MicrosoftYaHei;
  font-size: 30px;
  font-weight: bold;
  color: #555555;
  margin-bottom: 21px;
}

.m-f3-a2 .m-f3-a21 .m-f3-a213 {
  font-family: MicrosoftYaHei;
  font-size: 16px;
  color: #999999;
  margin-bottom: 71px;
}

.m-f3-a2 .smt {
  width: 182px;
  height: 46px;
  background-color: #ff3232;
  border-radius: 2px;
  cursor: pointer;
  border: none;
  outline: none;
  font-family: MicrosoftYaHei;
  font-size: 16px;
  line-height: 46px;
  color: #ffffff;
}


/* 我的余额-充值 */
.my-recharge {
  width: 100%;
  background-color: #f8f8f8;
}

.m-f4-j {
  background-color: #fff;
  height: 656px;
  padding-top: 44px;
  padding-left: 32px;
}

.m-f4-j .m-f4-j1 .m-f4-j11 {
  font-family: MicrosoftYaHei;
  font-size: 16px;
  color: #444444;
}

.m-f4-j .m-f4-j1 .m-f4-j12 input {
  width: 338px;
  height: 44px;
  border-radius: 2px;
  border: solid 1px rgba(0, 0, 0, 0.2);
  padding-left: 12px;
  font-family: MicrosoftYaHei;
  font-size: 14px;
  color: rgba(9, 9, 9, 0.8);
  margin-top: 19px;
}

.m-f4-j .m-f4-j2 {
  margin-top: 41px;
}

.m-f4-j .m-f4-j2 .m-f4-j21 {
  font-family: MicrosoftYaHei;
  font-size: 16px;
  color: #444444;
}

.m-f4-j .m-f4-j2 .m-f4-j22 {
  margin-top: 20px;
  height: 65px;
  line-height: 65px;
  font-size: 0;
}

.m-f4-j .m-f4-j2 .m-f4-j22 .m-f4-j221 {
  width: 180px;
  height: 100%;
  background-color: #ffffff;
  border-radius: 2px;
  border: solid 1px rgba(0, 0, 0, 0.3);
  display: inline-block;
  vertical-align: top;
  line-height: 65px;
  margin-right: 10px;
  position: relative;
  padding-left: 5px;
  cursor: pointer;
}

.m-f4-j .m-f4-j2 .m-f4-j22 .m-f4-j221 img {
  width: 147px;
  height: 55px;
}

.m-f4-j .m-f4-j2 .m-f4-j22 .m-f4-j221 input {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  opacity: 0;
}

.m-f4-j .m-f4-j2 .m-f4-j22 .m-f4-j222 {
  display: inline-block;
  /*width: 180px;*/
  padding: 0 15px;
  height: 100%;
  background-color: #ffffff;
  border-radius: 2px;
  border: solid 1px rgba(0, 0, 0, 0.3);
  display: inline-block;
  vertical-align: top;
  line-height: 65px;
  font-size: 0;
  position: relative;
  cursor: pointer;
  margin-right: 10px;
}

.m-f4-j .m-f4-j2 .m-f4-j22 .m-f4-j222 div {
  display: inline-block;
}

.m-f4-j .m-f4-j2 .m-f4-j22 .m-f4-j222 .m-f4-j2221 {
  width: 38px;
  height: 38px;
  vertical-align: middle;
}

.m-f4-j .m-f4-j2 .m-f4-j22 .m-f4-j222 .m-f4-j2221 img {
  width: 100%;
  height: 100%;
}

.m-f4-j .m-f4-j2 .m-f4-j22 .m-f4-j222 .m-f4-j2222 {
  vertical-align: middle;
  margin-left: 7px;
  font-family: MicrosoftYaHei;
  font-size: 26px;
  color: #333333;
}

.m-f4-j .m-f4-j2 .m-f4-j22 .m-f4-j222 input {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  opacity: 0;
}

.m-f4-j .m-f4-j2 .m-f4-j22 .selected {
  border: none;
  border-radius: 0;
  background-image: url(../images/250.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.m-f4-j .m-f4-j3 {
  margin-top: 80px;
}

.m-f4-j .m-f4-j3 input {
  border: none;
  width: 220px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  background-color: #ff3232;
  border-radius: 2px;
  font-family: MicrosoftYaHei;
  font-size: 16px;
  color: #ffffff;
  cursor: pointer;
}


/* 已完成订单详情-商品评价 */
.completed-product-evaluation {
  width: 100%;
}

.m-f4-x {
  background-color: #fff;
  padding-top: 52px;
  padding-left: 40px;
  padding-bottom: 50px;
}

.m-f4-x .m-f4-x1 {
  height: 36px;
  margin-bottom: 30px;
  font-size: 0;
}

.m-f4-x .m-f4-x1 div {
  display: inline-block;
}

.m-f4-x .m-f4-x1 .m-f4-x11 {
  font-family: MicrosoftYaHei;
  font-size: 16px;
  line-height: 36px;
  color: #444444;
}

.m-f4-x .m-f4-x1 .star-score {
  line-height: 36px;
  height: 36px !important;
  margin-top: 0;
  margin-left: 20px;
}

.m-f4-x .m-f4-x1 .star-score .score-gray {
  line-height: 36px;
  height: 36px !important;
}

.m-f4-x .m-f4-x1 .star-score .score-gray .score-inner {
  vertical-align: middle;
}

.m-f4-x .m-f4-x1 .star-score .score-gray .score-inner img {
  width: 22px;
  height: 22px;
  cursor: pointer;
}

.m-f4-x .m-f4-x1 .star-score .score-color {
  line-height: 36px;
  height: 36px !important;
}

.m-f4-x .m-f4-x1 .star-score .score-color .score-inner {
  vertical-align: middle;
}

.m-f4-x .m-f4-x1 .star-score .score-color .score-inner img {
  width: 22px;
  height: 22px;
  cursor: pointer;
}

.m-f4-x .upload-image-wrap {
  font-size: 0;
  width: 100%;
  height: 80px;
  line-height: 80px;
  margin-bottom: 32px;
}

.m-f4-x .upload-image {
  /* width: 100%; */
  font-size: 0;
  display: inline-block;
  vertical-align: middle;
}

.m-f4-x .u-c {
  display: inline-block;
  vertical-align: top;
  width: 80px;
  height: 80px;
  line-height: 80px;
  font-size: 30px;
  color: #666;
  text-align: center;
  position: relative;
  border-radius: 6px;
  border: 1px solid #ddd;
  margin-right: 26px;
  margin-bottom: 20px;
}

.m-f4-x .u-d {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.m-f4-x .u-e {
  font-size: 14px;
  color: #666;
  padding-bottom: 19px;
  display: inline-block;
  vertical-align: middle;
}

.m-f4-x .u-delete {
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  border: 1px solid #eee;
  background-color: #fff;
  text-align: center;
  position: absolute;
  right: -15px;
  top: -15px;
  z-index: 10;
  cursor: pointer;
  box-sizing: border-box;
}

.m-f4-x .u-x {
  display: inline-block;
  vertical-align: top;
  line-height: 25px;
  font-size: 30px;
}

.m-f4-x .u-imgs {
  display: none;
}

.m-f4-x .m-f4-x2 input {
  width: 544px;
  height: 52px;
  border-radius: 3px;
  border: solid 1px rgba(0, 0, 0, 0.2);
  font-family: MicrosoftYaHei;
  font-size: 16px;
  color: #999999;
  padding-left: 20px;
  margin-bottom: 32px;
}

.m-f4-x .m-f4-x3 input {
  width: 320px;
  height: 52px;
  background-color: #ff3232;
  border-radius: 3px;
  border: none;
  font-family: MicrosoftYaHei;
  font-size: 18px;
  color: #ffffff;
  cursor: pointer;
}

























main .main-nav {
  width: 100%;
  font-size: 0;
  height: 66px;
  line-height: 66px;
}

main .main-nav .item-nav {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}

main .main-nav .item-nav .home-nav {
  display: inline-block;
  width: 16px;
  height: 14px;
  vertical-align: middle;
  margin-right: 10px;
}

main .main-nav .item-nav span {
  display: inline-block;
  font-family: SourceHanSansCN-Regular;
  font-size: 14px;
  color: #666666;
  vertical-align: middle;
}

main .main-nav .item-nav:after {
  content: '';
  display: inline-block;
  background-image: url(../images/166.png);
  background-position: center center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 7px;
  height: 12px;
  vertical-align: middle;
  margin: 0 15px;
}

main .main-nav .item-nav:last-child:after {
  display: none;
}

main .main-nav .item-nav:hover span {
  color: #f00;
}

main .main-shop {
  width: 100%;
  background-color: #f8f8f8;
}

main .main-shop .shop-container {
  width: 1200px;
  margin: 0 auto;
  padding-bottom: 115px;
}

main .main-shop .shop-container .shop-wrap {
  width: 100%;
  background-color: #fff;
}

main .main-shop .shop-container .shop-wrap .wrap-content {
  width: 100%;
}

main .main-shop .shop-container .shop-wrap .wrap-content .content-column {
  width: 100%;
  height: 60px;
  font-size: 0;
  padding: 0 25px;
  line-height: 60px;
}

main .main-shop .shop-container .shop-wrap .wrap-content .content-column .item {
  display: inline-block;
  vertical-align: top;
  height: 100%;
  line-height: 60px;
}

main .main-shop .shop-container .shop-wrap .wrap-content .content-column .item.item-A {
  width: 20%;
}

main .main-shop .shop-container .shop-wrap .wrap-content .content-column .item.item-A label {
  display: inline-block;
  position: relative;
  height: 100%;
  line-height: 60px;
  cursor: pointer;
}

main .main-shop .shop-container .shop-wrap .wrap-content .content-column .item.item-A label div {
  width: 14px;
  height: 14px;
  background-color: #ffffff;
  border: solid 1px #dcdcdc;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
}

main .main-shop .shop-container .shop-wrap .wrap-content .content-column .item.item-A label input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

main .main-shop .shop-container .shop-wrap .wrap-content .content-column .item.item-A label span {
  font-family: SourceHanSansCN-Regular;
  font-size: 14px;
  color: #000000;
  display: inline-block;
  vertical-align: middle;
  margin-left: 20px;
}

main .main-shop .shop-container .shop-wrap .wrap-content .content-column .item.item-A label.selected div {
  background-image: url(../images/167.png);
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
  border: none;
}

main .main-shop .shop-container .shop-wrap .wrap-content .content-column .item.item-A .label-text {
  font-family: SourceHanSansCN-Regular;
  font-size: 14px;
  color: #000000;
  display: inline-block;
  vertical-align: middle;
  margin-left: 60px;
}

main .main-shop .shop-container .shop-wrap .wrap-content .content-column .item.item-B {
  width: 25%;
  text-align: center;
}

main .main-shop .shop-container .shop-wrap .wrap-content .content-column .item.item-C {
  width: 18%;
  text-align: center;
}

main .main-shop .shop-container .shop-wrap .wrap-content .content-column .item.item-D {
  width: 16%;
  text-align: center;
}

main .main-shop .shop-container .shop-wrap .wrap-content .content-column .item.item-E {
  width: 13%;
  text-align: center;
}

main .main-shop .shop-container .shop-wrap .wrap-content .content-column .item.item-F {
  width: 8%;
  text-align: right;
}

main .main-shop .shop-container .shop-wrap .wrap-content .content-column .item .item-text {
  font-family: SourceHanSansCN-Regular;
  font-size: 14px;
  line-height: 24px;
  color: #555555;
  vertical-align: middle;
  display: inline-block;
}

main .main-shop .shop-container .shop-wrap .wrap-content .list-item {
  width: 100%;
  font-size: 0;
  padding: 25px;
  border-top: 1px solid #dddddd;
}

main .main-shop .shop-container .shop-wrap .wrap-content .list-item .item {
  display: inline-block;
  vertical-align: middle;
}

main .main-shop .shop-container .shop-wrap .wrap-content .list-item .item.item-A {
  line-height: 80px;
  width: 20%;
  cursor: pointer;
}

main .main-shop .shop-container .shop-wrap .wrap-content .list-item .item.item-A label {
  display: inline-block;
  position: relative;
  cursor: pointer;
  vertical-align: middle;
}

main .main-shop .shop-container .shop-wrap .wrap-content .list-item .item.item-A label div {
  width: 14px;
  height: 14px;
  background-color: #ffffff;
  border: solid 1px #dcdcdc;
  border-radius: 50%;
  cursor: pointer;
}

main .main-shop .shop-container .shop-wrap .wrap-content .list-item .item.item-A label input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  cursor: pointer;
}

main .main-shop .shop-container .shop-wrap .wrap-content .list-item .item.item-A label.selected div {
  background-image: url(../images/167.png);
  background-position: center center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  border-color: #3282d4;
  background-color: #3282d4;
  border: none;
}

main .main-shop .shop-container .shop-wrap .wrap-content .list-item .item.item-A .item-A-pic {
  display: inline-block;
  margin-left: 90px;
  width: 90px;
  height: 90px;
  border: solid 1px #dcdcdc;
}

main .main-shop .shop-container .shop-wrap .wrap-content .list-item .item.item-A .item-A-pic img {
  width: 100%;
  height: 100%;
}

main .main-shop .shop-container .shop-wrap .wrap-content .list-item .item.item-B {
  width: 25%;
  font-family: SourceHanSansCN-Regular;
  font-size: 14px;
  color: #666666;
  cursor: pointer;
}

main .main-shop .shop-container .shop-wrap .wrap-content .list-item .item.item-B p {
  line-height: 26px;
  text-align: center;
}

main .main-shop .shop-container .shop-wrap .wrap-content .list-item .item.item-C {
  width: 18%;
  text-align: center;
  font-family: SourceHanSansCN-Regular;
  font-size: 14px;
  color: #666666;
}

main .main-shop .shop-container .shop-wrap .wrap-content .list-item .item.item-C p {
  line-height: 24px;
}

main .main-shop .shop-container .shop-wrap .wrap-content .list-item .item.item-D {
  width: 16%;
  text-align: center;
}

main .main-shop .shop-container .shop-wrap .wrap-content .list-item .item.item-D .item-buy {
  width: 136px;
  height: 32px;
  border-radius: 6px;
  border: solid 1px #bbbbbb;
  display: inline-block;
}

main .main-shop .shop-container .shop-wrap .wrap-content .list-item .item.item-D .item-buy .cut {
  display: inline-block;
  border-radius: 6px 0 0 6px;
  width: 32px;
  height: 100%;
  line-height: 30px;
  vertical-align: top;
  font-family: Arial;
  font-size: 16px;
  color: #888888;
  text-align: center;
  cursor: pointer;
}

main .main-shop .shop-container .shop-wrap .wrap-content .list-item .item.item-D .item-buy .cut:hover {
  color: #ff3232;
}

main .main-shop .shop-container .shop-wrap .wrap-content .list-item .item.item-D .item-buy .plus {
  display: inline-block;
  border-radius: 0 6px 6px 0;
  width: 32px;
  height: 100%;
  line-height: 30px;
  vertical-align: top;
  font-family: Arial;
  font-size: 16px;
  color: #888888;
  text-align: center;
  cursor: pointer;
}

main .main-shop .shop-container .shop-wrap .wrap-content .list-item .item.item-D .item-buy .plus:hover {
  color: #ff3232;
}

main .main-shop .shop-container .shop-wrap .wrap-content .list-item .item.item-D .item-buy .q-input {
  display: inline-block;
  border: none;
  background: none;
  outline: none;
  width: 70px;
  border-left: 1px solid #bbb;
  border-right: 1px solid #bbb;
  height: 100%;
  line-height: 32px;
  vertical-align: top;
  font-family: Arial;
  font-size: 16px;
  color: #888888;
  text-align: center;
}

main .main-shop .shop-container .shop-wrap .wrap-content .list-item .item.item-E {
  width: 13%;
  text-align: center;
}

main .main-shop .shop-container .shop-wrap .wrap-content .list-item .item.item-C .price {
  font-family: MicrosoftYaHei;
  font-size: 14px;
  line-height: 24px;
  color: #ff0000;
  margin-bottom: 10px;
}

main .main-shop .shop-container .shop-wrap .wrap-content .list-item .item.item-E .price {
  font-family: MicrosoftYaHei;
  font-size: 18px;
  line-height: 24px;
  color: #ff0000;
  margin-bottom: 10px;
}

main .main-shop .shop-container .shop-wrap .wrap-content .list-item .item.item-E .price2 {
  font-family: MicrosoftYaHei;
  font-size: 14px;
  line-height: 24px;
  color: #ff0000;
  margin-bottom: 10px;
}

main .main-shop .shop-container .shop-wrap .wrap-content .list-item .item.item-C .promotion {
  width: 100%;
  position: relative;
}

main .main-shop .shop-container .shop-wrap .wrap-content .list-item .item.item-C .promotion .promotion-title {
  font-size: 12px;
  width: 60px;
  height: 20px;
  line-height: 18px;
  border: 1px solid #e4393c;
  background-color: #fff;
  color: #e2231a;
  cursor: pointer;
  text-align: center;
  margin: 0 auto;
  position: relative;
  z-index: 11;
}

main .main-shop .shop-container .shop-wrap .wrap-content .list-item .item.item-C .promotion .promotion-title.show {
  border-bottom: 0;
}

main .main-shop .shop-container .shop-wrap .wrap-content .list-item .item.item-C .promotion .promotion-title:after {
  content: '';
  width: 12px;
  height: 6px;
  background-image: url(../images/down2.png);
  background-position: center center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  display: inline-block;
}

main .main-shop .shop-container .shop-wrap .wrap-content .list-item .item.item-C .promotion .promotion-wrap {
  position: absolute;
  top: 19px;
  left: 74px;
  width: 276px;
  z-index: 10;
  box-shadow: 0 0 2px 2px #eee;
  padding: 10px 14px 10px 10px;
  background-color: #fff;
  border: 1px solid #e4393c;
  display: none;
}

main .main-shop .shop-container .shop-wrap .wrap-content .list-item .item.item-C .promotion .promotion-wrap .promotion-item {
  width: 100%;
  font-size: 0;
  margin-bottom: 10px;
  display: block;
}

main .main-shop .shop-container .shop-wrap .wrap-content .list-item .item.item-C .promotion .promotion-wrap .promotion-item input {
  display: inline-block;
  cursor: pointer;
  width: 10%;
  vertical-align: top;
}

main .main-shop .shop-container .shop-wrap .wrap-content .list-item .item.item-C .promotion .promotion-wrap .promotion-item span {
  font-size: 12px;
  color: #666;
  display: inline-block;
  width: 90%;
  vertical-align: top;
  text-align: left;
}

main .main-shop .shop-container .shop-wrap .wrap-content .list-item .item.item-C .promotion .promotion-wrap .confirm-cancel {
  font-size: 0;
  width: 100%;
  text-align: center;
}

main .main-shop .shop-container .shop-wrap .wrap-content .list-item .item.item-C .promotion .promotion-wrap .confirm-cancel .confirm {
  display: inline-block;
  font-size: 12px;
  color: #fff;
  background-color: #c01414;
  cursor: pointer;
  height: 25px;
  line-height: 25px;
  padding: 0 10px;
  text-align: center;
  border-radius: 5px;
  margin: 0 5px;
}

main .main-shop .shop-container .shop-wrap .wrap-content .list-item .item.item-C .promotion .promotion-wrap .confirm-cancel .cancel {
  display: inline-block;
  font-size: 12px;
  color: #333;
  background-color: #f2f2f2;
  cursor: pointer;
  height: 25px;
  line-height: 25px;
  padding: 0 10px;
  text-align: center;
  border-radius: 5px;
  margin: 0 5px;
}

main .main-shop .shop-container .shop-wrap .wrap-content .list-item .item.item-F {
  width: 8%;
}

main .main-shop .shop-container .shop-wrap .wrap-content .list-item .item.item-F .keep {
  width: 100%;
  display: block;
  cursor: pointer;
  font-family: SourceHanSansCN-Regular;
  font-size: 14px;
  line-height: 24px;
  color: #666666;
  text-align: right;
  margin-bottom: 13px;
}

main .main-shop .shop-container .shop-wrap .wrap-content .list-item .item.item-F .keep:hover {
  color: #ff3232;
}

main .main-shop .shop-container .shop-wrap .wrap-content .list-item .item.item-F .delete {
  width: 100%;
  display: block;
  cursor: pointer;
  padding-left: 20px;
}

main .main-shop .shop-container .shop-wrap .wrap-content .list-item .item.item-F .delete img {
  width: 18px;
  height: 18px;
}

main .main-shop .shop-container .shop-wrap .wrap {
  width: 100%;
  height: 60px;
  background-color: #fcfcfc;
  /*margin-top: 10px;*/
  padding-left: 20px;
  line-height: 60px;
  font-size: 0;
}

main .main-shop .shop-container .shop-wrap .wrap .wrap-left {
  float: left;
  height: 100%;
}

main .main-shop .shop-container .shop-wrap .wrap .wrap-left label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  height: 100%;
  line-height: 60px;
}

main .main-shop .shop-container .shop-wrap .wrap .wrap-left label div {
  width: 14px;
  height: 14px;
  background-color: #ffffff;
  border: solid 1px #dcdcdc;
  border-radius: 50%;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
}

main .main-shop .shop-container .shop-wrap .wrap .wrap-left label input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  cursor: pointer;
}

main .main-shop .shop-container .shop-wrap .wrap .wrap-left label span {
  font-family: SourceHanSansCN-Regular;
  font-size: 14px;
  color: #555555;
  display: inline-block;
  vertical-align: middle;
  margin-left: 20px;
}

main .main-shop .shop-container .shop-wrap .wrap .wrap-left label span:hover {
  color: #f00;
}

main .main-shop .shop-container .shop-wrap .wrap .wrap-left label.selected div {
  background-image: url(../images/167.png);
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
  border: none;
}

main .main-shop .shop-container .shop-wrap .wrap .wrap-left .delete {
  display: inline-block;
  cursor: pointer;
  vertical-align: middle;
  font-family: SourceHanSansCN-Regular;
  font-size: 14px;
  line-height: 24px;
  color: #555555;
  margin-left: 20px;
}

main .main-shop .shop-container .shop-wrap .wrap .wrap-left .delete:hover {
  color: #f00;
}

main .main-shop .shop-container .shop-wrap .wrap .wrap-left .keep {
  display: inline-block;
  cursor: pointer;
  vertical-align: middle;
  font-family: SourceHanSansCN-Regular;
  font-size: 14px;
  line-height: 24px;
  color: #555555;
  margin-left: 20px;
}

main .main-shop .shop-container .shop-wrap .wrap .wrap-left .keep:hover {
  color: #f00;
}

main .main-shop .shop-container .shop-wrap .wrap .wrap-right {
  float: right;
  height: 100%;
  line-height: 60px;
  font-size: 0;
}

main .main-shop .shop-container .shop-wrap .wrap .wrap-right .selected-goods {
  display: inline-block;
  vertical-align: middle;
  font-family: SourceHanSansCN-Regular;
  font-size: 14px;
  line-height: 30px;
  color: #555555;
  margin-right: 35px;
}

main .main-shop .shop-container .shop-wrap .wrap .wrap-right .total {
  display: inline-block;
  vertical-align: middle;
  font-family: SourceHanSansCN-Regular;
  font-size: 14px;
  line-height: 30px;
  color: #555555;
  margin-right: 30px;
}

main .main-shop .shop-container .shop-wrap .wrap .wrap-right .total-amount {
  display: inline-block;
  vertical-align: middle;
  font-family: SourceHanSansCN-Regular;
  font-size: 14px;
  line-height: 30px;
  color: #555555;
  margin-right: 50px;
}

main .main-shop .shop-container .shop-wrap .wrap .wrap-right .total-amount span {
  font-family: SourceHanSansCN-Regular;
  font-size: 20px;
  color: #ff0000;
}

main .main-shop .shop-container .shop-wrap .wrap .wrap-right .submit-orders {
  display: inline-block;
  vertical-align: middle;
  width: 150px;
  height: 60px;
  background-color: #ff3232;
  border: none;
  outline: none;
  font-family: SourceHanSansCN-Regular;
  font-size: 16px;
  color: #ffffff;
  cursor: pointer;
}

main .main-pay-successful {
  width: 100%;
  background-color: #f8f8f8;
  padding-top: 40px;
  padding-bottom: 90px;
}

main .main-pay-successful .pay-successful-container {
  width: 1200px;
  margin: 0 auto;
  background-color: #ffffff;
  padding-top: 80px;
  padding-bottom: 120px;
}

main .main-pay-successful .pay-successful-container .suc-icon {
  width: 107px;
  height: 107px;
  margin: 0 auto;
  margin-bottom: 30px;
}

main .main-pay-successful .pay-successful-container .suc-icon img {
  width: 100%;
  height: 100%;
}

main .main-pay-successful .pay-successful-container .suc-text {
  width: 100%;
  text-align: center;
  font-family: SourceHanSansCN-Medium;
  font-size: 24px;
  color: #333333;
  margin-bottom: 80px;
}

main .main-pay-successful .pay-successful-container .link {
  width: 100%;
  text-align: center;
}

main .main-pay-successful .pay-successful-container .link a {
  display: inline-block;
  width: 160px;
  height: 46px;
  background-color: #cecece;
  border-radius: 6px;
  line-height: 46px;
  text-align: center;
  font-family: SourceHanSansCN-Regular;
  font-size: 16px;
  color: #ffffff;
  margin: 0 20px;
}

main .main-pay-successful .pay-successful-container .link a:hover {
  background-color: #ff3232;
  color: #ffffff;
}

main .main-pay {
  width: 100%;
  background-color: #f8f8f8;
  padding-top: 40px;
  padding-bottom: 40px;
}

main .main-pay .pay-container {
  width: 1200px;
  margin: 0 auto;
}

main .main-pay .pay-container .pay-method-wrap {
  width: 100%;
  background-color: #fff;
  margin-bottom: 20px;
  padding: 20px;
}

main .main-pay .pay-container .pay-method-wrap .pay-method {
  width: 100%;
  padding-top: 30px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 40px;
}

main .main-pay .pay-container .pay-method-wrap .pay-method .pay-method-title {
  font-family: SourceHanSansCN-Medium;
  font-size: 24px;
  color: #333333;
  margin-bottom: 30px;
}

main .main-pay .pay-container .pay-method-wrap .pay-method .wrap {
  font-size: 0;
  width: 100%;
}

main .main-pay .pay-container .pay-method-wrap .pay-method .wrap .item {
  display: inline-block;
  width: 30%;
  height: 100px;
  background-color: #ffffff;
  border-radius: 6px;
  border: solid 1px #bfbfbf;
  padding: 0 25px;
  position: relative;
  margin-right: 20px;
  margin-bottom: 20px;
}

main .main-pay .pay-container .pay-method-wrap .pay-method .wrap .item .item-left {
  float: left;
  height: 100%;
  line-height: 100px;
}

main .main-pay .pay-container .pay-method-wrap .pay-method .wrap .item .item-left .item-left-icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: inline-block;
  margin-right: 15px;
}

main .main-pay .pay-container .pay-method-wrap .pay-method .wrap .item .item-left .item-left-icon img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

main .main-pay .pay-container .pay-method-wrap .pay-method .wrap .item .item-left .item-left-text {
  display: inline-block;
  font-family: MicrosoftYaHei;
  font-size: 18px;
  color: #333333;
  vertical-align: middle;
}

main .main-pay .pay-container .pay-method-wrap .pay-method .wrap .item .item-right {
  float: right;
  height: 100%;
  line-height: 100px;
}

main .main-pay .pay-container .pay-method-wrap .pay-method .wrap .item .item-right .item-right-radius {
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  border-radius: 15px;
  border: solid 1px #bfbfbf;
}

main .main-pay .pay-container .pay-method-wrap .pay-method .wrap .item .card {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

main .main-pay .pay-container .pay-method-wrap .pay-method .wrap .item.selected {
  border: solid 1px #fb4444;
}

main .main-pay .pay-container .pay-method-wrap .pay-method .wrap .item.selected .item-right .item-right-radius {
  border: none;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../images/173.png);
}

main .main-pay .pay-container .pay-method-wrap .right-now-pay {
  width: 100%;
  border-top: 1px solid #f8f8f8;
  padding: 22px 30px;
  text-align: right;
  font-size: 0;
}

main .main-pay .pay-container .pay-method-wrap .right-now-pay .total {
  display: inline-block;
  vertical-align: middle;
  font-family: SourceHanSansCN-Regular;
  font-size: 14px;
  color: #555555;
}

main .main-pay .pay-container .pay-method-wrap .right-now-pay .total em {
  font-family: MicrosoftYaHei;
  font-size: 24px;
  color: #ff0000;
}

main .main-pay .pay-container .pay-method-wrap .right-now-pay input {
  border: none;
  outline: none;
  font-family: SourceHanSansCN-Regular;
  font-size: 16px;
  color: #ffffff;
  width: 160px;
  height: 46px;
  background-color: #ff3232;
  border-radius: 6px;
  cursor: pointer;
  margin-left: 38px;
}

main .main-pay .pay-container .pay-problem-wrap {
  width: 100%;
  background-color: #fff;
  padding-top: 40px;
}

main .main-pay .pay-container .pay-problem-wrap .pay-problem-title {
  width: 100%;
  font-family: SourceHanSansCN-Medium;
  font-size: 24px;
  color: #333333;
  position: relative;
  padding-left: 30px;
  margin-bottom: 24px;
}

main .main-pay .pay-container .pay-problem-wrap .pay-problem-title:before {
  content: '';
  display: inline-block;
  width: 3px;
  height: 20px;
  background-color: #ff3232;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

main .main-pay .pay-container .pay-problem-wrap .wrap {
  width: 100%;
}

main .main-pay .pay-container .pay-problem-wrap .wrap .item {
  width: 100%;
}

main .main-pay .pay-container .pay-problem-wrap .wrap .item .item-Q {
  width: 100%;
  height: 80px;
  line-height: 80px;
  padding-left: 45px;
  padding-right: 45px;
  font-size: 0;
}

main .main-pay .pay-container .pay-problem-wrap .wrap .item .item-Q .icon {
  width: 22px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  display: inline-block;
  background-position: center center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  font-family: Arial;
  font-size: 15px;
  color: #ffffff;
  margin-right: 20px;
  vertical-align: middle;
}

main .main-pay .pay-container .pay-problem-wrap .wrap .item .item-Q .text {
  width: calc(100% - 22px - 20px);
  display: inline-block;
  font-family: SourceHanSansCN-Regular;
  font-size: 15px;
  color: #333333;
  vertical-align: middle;
}

main .main-pay .pay-container .pay-problem-wrap .wrap .item .item-A {
  width: 100%;
  padding: 44px 0;
  padding-left: 85px;
  padding-right: 40px;
  background-color: #fbfbfb;
  font-family: SourceHanSansCN-Regular;
  font-size: 14px;
  line-height: 30px;
  color: #666666;
}

main .main-submit-orders {
  width: 100%;
  background-color: #f8f8f8;
  padding-top: 40px;
  padding-bottom: 70px;
}

main .main-submit-orders .submit-orders-container {
  width: 1200px;
  margin: 0 auto;
  display: block;
}

main .main-submit-orders .submit-orders-container .shipping-address-wrap {
  width: 100%;
  background-color: #fff;
  padding: 30px;
  margin-bottom: 10px;
}

main .main-submit-orders .submit-orders-container .shipping-address-wrap .shipping-address-title {
  width: 100%;
  font-family: SourceHanSansCN-Medium;
  font-size: 24px;
  color: #333333;
  margin-bottom: 30px;
}

main .main-submit-orders .submit-orders-container .shipping-address-wrap .shipping-address-list {
  width: 100%;
  font-size: 0;
  overflow: hidden;
  padding-left: 1px;
  padding-top: 1px;
  margin-bottom: 30px;
  height: 180px;
}

main .main-submit-orders .submit-orders-container .shipping-address-wrap .shipping-address-list.show {
  height: auto;
}

main .main-submit-orders .submit-orders-container .shipping-address-wrap .shipping-address-list > label {
  float: left;
  display: block;
  width: 285px;
  height: 180px;
  border: 1px solid #eee;
  padding: 29px 20px 0 20px;
  position: relative;
  cursor: pointer;
  z-index: 1;
  margin-left: -1px;
  margin-top: -1px;
}

main .main-submit-orders .submit-orders-container .shipping-address-wrap .shipping-address-list label .item {
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

main .main-submit-orders .submit-orders-container .shipping-address-wrap .shipping-address-list label .item .name {
  padding-bottom: 14px;
  border-bottom: 1px solid #eee;
  margin-bottom: 20px;
  font-size: 0;
}

main .main-submit-orders .submit-orders-container .shipping-address-wrap .shipping-address-list label .item .name .text {
  font-size: 16px;
  color: #333;
}

main .main-submit-orders .submit-orders-container .shipping-address-wrap .shipping-address-list label .item .name .deft {
  display: inline-block;
  height: 20px;
  line-height: 20px;
  background-color: #f6f6f6;
  font-size: 12px;
  color: #999;
  padding: 0 6px;
  margin-left: 20px;
}

main .main-submit-orders .submit-orders-container .shipping-address-wrap .shipping-address-list label .item .street {
  padding-left: 26px;
  position: relative;
  padding-bottom: 17px;
}

main .main-submit-orders .submit-orders-container .shipping-address-wrap .shipping-address-list label .item .street .row1 {
  font-size: 12px;
  color: #333;
  padding-bottom: 8px;
}

main .main-submit-orders .submit-orders-container .shipping-address-wrap .shipping-address-list label .item .street .row2 {
  font-size: 12px;
  color: #999;
}

main .main-submit-orders .submit-orders-container .shipping-address-wrap .shipping-address-list label .item .street:before {
  display: inline-block;
  content: "";
  background-image: url(../images/icon-position.png);
  width: 12px;
  height: 16px;
  position: absolute;
  left: 0;
  top: 0px;
}

main .main-submit-orders .submit-orders-container .shipping-address-wrap .shipping-address-list label .item .phone {
  padding-left: 26px;
  position: relative;
}

main .main-submit-orders .submit-orders-container .shipping-address-wrap .shipping-address-list label .item .phone .num {
  font-size: 14px;
  color: #333;
}

main .main-submit-orders .submit-orders-container .shipping-address-wrap .shipping-address-list label .item .phone:before {
  display: inline-block;
  content: "";
  background-image: url(../images/icon-phone.png);
  width: 16px;
  height: 16px;
  position: absolute;
  left: 0;
  top: 0px;
}

main .main-submit-orders .submit-orders-container .shipping-address-wrap .shipping-address-list label .item .i-icon {
  display: none;
  width: 24px;
  height: 24px;
  position: absolute;
  right: 25px;
  bottom: 19px;
  border-radius: 50%;
  background-image: url(../images/175.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}

main .main-submit-orders .submit-orders-container .shipping-address-wrap .shipping-address-list label .s-edit {
  display: none;
  font-size: 12px;
  color: #666666;
  position: absolute;
  right: 20px;
  top: 33px;
}

main .main-submit-orders .submit-orders-container .shipping-address-wrap .shipping-address-list label .radio-item {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  opacity: 0;
  filter: alpha(opacity=0);
}

main .main-submit-orders .submit-orders-container .shipping-address-wrap .shipping-address-list label:hover {
  border-color: #fb4444;
  z-index: 3;
}

main .main-submit-orders .submit-orders-container .shipping-address-wrap .shipping-address-list label:hover .s-edit {
  display: inline-block;
}

main .main-submit-orders .submit-orders-container .shipping-address-wrap .shipping-address-list label:hover .s-edit:hover {
  color: #f00;
}

main .main-submit-orders .submit-orders-container .shipping-address-wrap .shipping-address-list > label.selected {
  border-color: #fb4444;
  z-index: 2;
}

main .main-submit-orders .submit-orders-container .shipping-address-wrap .shipping-address-list > label.selected .i-icon {
  display: inline-block;
}

main .main-submit-orders .submit-orders-container .shipping-address-wrap .shipping-address-list .add-street {
  float: left;
  display: block;
  width: 285px;
  height: 180px;
  border: 1px solid #eee;
  cursor: pointer;
  margin-left: -1px;
  margin-top: -1px;
}

main .main-submit-orders .submit-orders-container .shipping-address-wrap .shipping-address-list .add-street .icon {
  display: block;
  width: 40px;
  height: 40px;
  border: 1px solid #eee;
  margin: 55px auto 17px auto;
  background-image: url(../images/icon-plus1.png);
  border-radius: 50%;
  background-position: center;
  background-repeat: no-repeat;
}

main .main-submit-orders .submit-orders-container .shipping-address-wrap .shipping-address-list .add-street .text {
  font-size: 14px;
  color: 999;
  text-align: center;
}

main .main-submit-orders .submit-orders-container .shipping-address-wrap .show-hide {
  width: 100%;
  height: 50px;
  line-height: 50px;
  background-color: #fcfcfc;
  text-align: center;
  font-size: 14px;
  color: #333;
  cursor: pointer;
}

main .main-submit-orders .submit-orders-container .shipping-address-wrap .show-hide:after {
  display: inline-block;
  content: "";
  width: 16px;
  height: 8px;
  background-image: url(../images/icon-down1.png);
  margin-left: 10px;
}

main .main-submit-orders .submit-orders-container .shipping-address-wrap .show-hide .t1 {
  display: inline;
}

main .main-submit-orders .submit-orders-container .shipping-address-wrap .show-hide .t2 {
  display: none;
}

main .main-submit-orders .submit-orders-container .shipping-address-wrap .show-hide.change .t1 {
  display: none;
}

main .main-submit-orders .submit-orders-container .shipping-address-wrap .show-hide.change .t2 {
  display: inline;
}

main .main-submit-orders .submit-orders-container .shipping-address-wrap .show-hide.change:after {
  background-image: url(../images/icon-up1.png);
}

main .main-submit-orders .submit-orders-container .confirm-order-inf {
  width: 100%;
  background-color: #fff;
}

main .main-submit-orders .submit-orders-container .confirm-order-inf .confirm-order-inf-title {
  width: 100%;
  height: 80px;
  background-color: #ffffff;
  line-height: 80px;
  font-family: SourceHanSansCN-Medium;
  font-size: 24px;
  color: #333333;
  padding: 0 30px;
}

main .main-submit-orders .submit-orders-container .confirm-order-inf .list-wrap {
  width: 100%;
}

main .main-submit-orders .submit-orders-container .confirm-order-inf .list-wrap .list-column {
  width: 100%;
  font-size: 0;
  height: 50px;
  line-height: 50px;
  border-top: 1px solid #f8f8f8;
  border-bottom: 1px solid #f8f8f8;
  padding: 0 30px;
}

main .main-submit-orders .submit-orders-container .confirm-order-inf .list-wrap .list-column .item {
  display: inline-block;
  font-family: SourceHanSansCN-Regular;
  font-size: 14px;
  color: #555555;
  vertical-align: middle;
}

main .main-submit-orders .submit-orders-container .confirm-order-inf .list-wrap .list-column .item-A {
  width: 40%;
}

main .main-submit-orders .submit-orders-container .confirm-order-inf .list-wrap .list-column .item-B {
  width: 20%;
  text-align: center;
}

main .main-submit-orders .submit-orders-container .confirm-order-inf .list-wrap .list-column .item-C {
  width: 15%;
  text-align: center;
}

main .main-submit-orders .submit-orders-container .confirm-order-inf .list-wrap .list-column .item-D {
  width: 10%;
  text-align: center;
}

main .main-submit-orders .submit-orders-container .confirm-order-inf .list-wrap .list-column .item-E {
  width: 15%;
  text-align: center;
}

main .main-submit-orders .submit-orders-container .confirm-order-inf .list-wrap .list {
  font-size: 0;
  width: 100%;
  padding: 0 30px;
  border-bottom: 1px solid #f8f8f8;
}

main .main-submit-orders .submit-orders-container .confirm-order-inf .list-wrap .list .item {
  display: inline-block;
  padding: 22px 0;
  vertical-align: middle;
}

main .main-submit-orders .submit-orders-container .confirm-order-inf .list-wrap .list .item-A {
  width: 40%;
}

main .main-submit-orders .submit-orders-container .confirm-order-inf .list-wrap .list .item-A .item-img {
  display: inline-block;
  width: 90px;
  height: 90px;
  background-color: #ffffff;
  border: solid 1px #dcdcdc;
}

main .main-submit-orders .submit-orders-container .confirm-order-inf .list-wrap .list .item-A .item-img img {
  width: 100%;
  height: 100%;
}

main .main-submit-orders .submit-orders-container .confirm-order-inf .list-wrap .list .item-A .item-text {
  margin-left: 30px;
  width: 300px;
  display: inline-block;
  font-family: SourceHanSansCN-Regular;
  font-size: 14px;
  line-height: 26px;
  color: #666666;
  vertical-align: middle;
}

main .main-submit-orders .submit-orders-container .confirm-order-inf .list-wrap .list .item-B {
  width: 20%;
  text-align: center;
  font-family: SourceHanSansCN-Regular;
  font-size: 14px;
  line-height: 24px;
  color: #666666;
}

main .main-submit-orders .submit-orders-container .confirm-order-inf .list-wrap .list .item-C {
  width: 15%;
  text-align: center;
  font-family: MicrosoftYaHei;
  font-size: 18px;
  line-height: 24px;
  color: #666666;
}

main .main-submit-orders .submit-orders-container .confirm-order-inf .list-wrap .list .item-D {
  width: 10%;
  text-align: center;
  font-family: Arial;
  font-size: 16px;
  line-height: 24px;
  color: #666666;
}

main .main-submit-orders .submit-orders-container .confirm-order-inf .list-wrap .list .item-E {
  width: 15%;
  text-align: center;
  font-family: MicrosoftYaHei;
  font-size: 18px;
  line-height: 24px;
  color: #ff0000;
}

main .main-submit-orders .submit-orders-container .confirm-order-inf .list-wrap .list .item-E .discount {
  text-align: center;
  font-family: MicrosoftYaHei;
  font-size: 14px;
  line-height: 24px;
  color: #ff0000;
}

main .main-submit-orders .submit-orders-container .order-message {
  width: 100%;
  background-color: #fff;
  padding: 0 30px;
  padding-bottom: 44px;
  border-bottom: 1px solid #f8f8f8;
}

main .main-submit-orders .submit-orders-container .order-message .order-message-title {
  width: 100%;
  height: 86px;
  line-height: 86px;
  font-family: SourceHanSansCN-Medium;
  font-size: 24px;
  color: #333333;
}

main .main-submit-orders .submit-orders-container .order-message .order-message-ipt {
  width: 100%;
  background: none;
  height: 50px;
  border-radius: 6px;
  border: solid 1px #e5e5e5;
  outline: none;
  display: block;
  padding: 0 20px;
}

main .main-submit-orders .submit-orders-container .order-coupon {
  width: 100%;
  background-color: #fff;
  padding: 0 30px;
  padding-bottom: 44px;
  border-bottom: 1px solid #f8f8f8;
}

main .main-submit-orders .submit-orders-container .order-coupon .order-coupon-title {
  width: 100%;
  height: 86px;
  line-height: 86px;
  font-family: SourceHanSansCN-Medium;
  font-size: 24px;
  color: #333333;
}

main .main-submit-orders .submit-orders-container .order-coupon select,main .main-submit-orders .submit-orders-container .order-coupon input {
  width: 20%;
  background: none;
  height: 50px;
  border-radius: 6px;
  border: solid 1px #e5e5e5;
  outline: none;
  display: block;
  padding: 0 20px;
  margin-right: 20px;
  float: left;
}

main .main-submit-orders .submit-orders-container .order-coupon .btn-coupon {
  cursor: pointer;
  display: inline-block;
  width: 160px;
  height: 46px;
  background-color: #ff3232;
  border-radius: 6px;
  line-height: 46px;
  text-align: center;
  font-family: SourceHanSansCN-Regular;
  font-size: 16px;
  color: #ffffff;
  margin-left: 20px;
}

main .main-submit-orders .submit-orders-container .invoice-wrap {
  width: 100%;
  padding: 0 30px;
  padding-top: 36px;
  padding-bottom: 30px;
  background-color: #fff;
}

main .main-submit-orders .submit-orders-container .invoice-wrap .invoice-wrap-title {
  width: 100%;
}

main .main-submit-orders .submit-orders-container .invoice-wrap .invoice-wrap-title .iw-label {
  position: relative;
  display: inline-block;
  font-size: 0;
  margin-bottom: 35px;
}

main .main-submit-orders .submit-orders-container .invoice-wrap .invoice-wrap-title .iw-label .iw-icon {
  width: 14px;
  height: 14px;
  background-color: #ffffff;
  border: solid 1px #bfbfbf;
  border-radius: 50%;
  vertical-align: middle;
  display: inline-block;
}

main .main-submit-orders .submit-orders-container .invoice-wrap .invoice-wrap-title .iw-label .iw-text {
  font-family: SourceHanSansCN-Regular;
  font-size: 15px;
  color: #000000;
  vertical-align: middle;
  display: inline-block;
  margin-left: 18px;
}

main .main-submit-orders .submit-orders-container .invoice-wrap .invoice-wrap-title .iw-label input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

main .main-submit-orders .submit-orders-container .invoice-wrap .invoice-wrap-title .iw-label.selected .iw-icon {
  border: none;
  background-image: url(../images/167.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

main .main-submit-orders .submit-orders-container .invoice-wrap .wrap {
  width: 100%;
  display: none;
}

main .main-submit-orders .submit-orders-container .invoice-wrap .wrap .select-w {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  background-color: #fff;
  position: relative;
  padding-right: 30px;
  padding-left: 12px;
  white-space: nowrap;
  height: 40px;
  background-color: #ffffff;
  border-radius: 6px;
  border: solid 1px #e5e5e5;
  width: 560px;
  margin-bottom: 28px;
}

main .main-submit-orders .submit-orders-container .invoice-wrap .wrap .select-w .cur {
  width: 100%;
  display: inline-block;
  height: 38px;
  line-height: 38px;
  font-size: 14px;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

main .main-submit-orders .submit-orders-container .invoice-wrap .wrap .select-w select {
  position: absolute;
  width: 100%;
  height: 100%;
  padding-left: 12px;
  left: 0;
  top: 0;
  z-index: 2;
  opacity: 0;
  filter: alpha(opacity=0);
}

main .main-submit-orders .submit-orders-container .invoice-wrap .wrap .select-w:after {
  display: inline-block;
  content: "";
  background-image: url(../images/176.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
  width: 17px;
  height: 8px;
  position: absolute;
  right: 13px;
  top: 50%;
  z-index: 1;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

main .main-submit-orders .submit-orders-container .invoice-wrap .wrap .invoice-head {
  width: 100%;
  font-size: 0;
  margin-bottom: 23px;
}

main .main-submit-orders .submit-orders-container .invoice-wrap .wrap .invoice-head .invoice-head-title {
  display: inline-block;
  font-family: SourceHanSansCN-Regular;
  font-size: 16px;
  color: #555555;
  vertical-align: middle;
  margin-right: 35px;
}

main .main-submit-orders .submit-orders-container .invoice-wrap .wrap .invoice-head label {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  margin-right: 30px;
}

main .main-submit-orders .submit-orders-container .invoice-wrap .wrap .invoice-head label .label-icon {
  display: inline-block;
  width: 14px;
  height: 14px;
  background-color: #ffffff;
  border: solid 1px #bfbfbf;
  border-radius: 50%;
  vertical-align: middle;
}

main .main-submit-orders .submit-orders-container .invoice-wrap .wrap .invoice-head label .label-text {
  display: inline-block;
  font-family: SourceHanSansCN-Regular;
  font-size: 16px;
  color: #555555;
  vertical-align: middle;
  margin-left: 12px;
}

main .main-submit-orders .submit-orders-container .invoice-wrap .wrap .invoice-head label input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

main .main-submit-orders .submit-orders-container .invoice-wrap .wrap .invoice-head label.selected .label-icon {
  border: none;
  background-image: url(../images/167.png);
  background-position: center center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

main .main-submit-orders .submit-orders-container .invoice-wrap .wrap .invoice-box {
  font-size: 0;
  width: 100%;
}

main .main-submit-orders .submit-orders-container .invoice-wrap .wrap .invoice-box input {
  display: inline-block;
  background: none;
  outline: none;
  width: 560px;
  height: 40px;
  background-color: #ffffff;
  border-radius: 6px;
  border: solid 1px #e5e5e5;
  font-family: SourceHanSansCN-Regular;
  font-size: 14px;
  color: #999999;
  margin-bottom: 20px;
  padding: 0 16px;
  float: left;
}

main .main-submit-orders .submit-orders-container .invoice-wrap .wrap .invoice-box input:nth-child(2n) {
  float: right;
}

main .main-submit-orders .submit-orders-container .invoice-wrap .wrap .invoice-box input input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #999999;
}

main .main-submit-orders .submit-orders-container .invoice-wrap .wrap .invoice-box input input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #999999;
}

main .main-submit-orders .submit-orders-container .invoice-wrap .wrap .invoice-box input input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999999;
}

main .main-submit-orders .submit-orders-container .invoice-wrap .wrap .invoice-box input input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #999999;
}

main .main-submit-orders .submit-orders-container .invoice-wrap .wrap .invoice-box textarea {
  width: 100%;
  height: 96px;
  background-color: #ffffff;
  border-radius: 6px;
  border: solid 1px #e5e5e5;
  padding: 12px 15px;
  font-family: SourceHanSansCN-Regular;
  font-size: 14px;
  line-height: 20px;
  color: #999999;
  outline: none;
}

main .main-submit-orders .submit-orders-container .order-settlement {
  width: 100%;
  padding: 0 30px;
  padding-top: 20PX;
  padding-bottom: 50px;
  background-color: #fff;
  font-size: 0;
  border-top: 1px solid #f8f8f8;
}

main .main-submit-orders .submit-orders-container .order-settlement .item {
  width: 100%;
  text-align: right;
  color: #ff0000;
  font-size: 14px;
}

main .main-submit-orders .submit-orders-container .order-settlement .item span {
  font-family: SourceHanSansCN-Regular;
  font-size: 14px;
  line-height: 30px;
  color: #555555;
  display: inline-block;
}

main .main-submit-orders .submit-orders-container .order-settlement .item em {
  font-family: SourceHanSansCN-Regular;
  font-size: 14px;
  line-height: 30px;
  color: #ff0000;
}

main .main-submit-orders .submit-orders-container .order-settlement .link {
  width: 100%;
  text-align: right;
  margin-top: 30px;
  overflow: hidden;
}

main .main-submit-orders .submit-orders-container .order-settlement .link a {
  cursor: pointer;
  display: inline-block;
  width: 160px;
  height: 46px;
  background-color: #cecece;
  border-radius: 6px;
  line-height: 46px;
  text-align: center;
  font-family: SourceHanSansCN-Regular;
  font-size: 16px;
  color: #ffffff;
  margin-left: 20px;
  float: right;
}

main .main-submit-orders .submit-orders-container .order-settlement .link a.red {
  background-color: #ff3232;
  color: #fff;
}

main .fa-a {
  visibility: hidden;
  opacity: 0;
  display: table;
  table-layout: fixed;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 100000;
  -webkit-transition: all .3s;
  transition: all .3s;
}

main .fa-a.show {
  visibility: visible;
  opacity: 1;
}

main .fa-a .fa-b {
  display: table-cell;
  vertical-align: middle;
}

main .fa-a .fa-c {
  width: 935px;
  max-height: 100%;
  margin: 0 auto;
  background-color: #fff;
  position: relative;
  padding: 30px 20px;
  /* overflow: auto; */
}

main .fa-a .fa-d {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  position: absolute;
  right: 0px;
  top: 0;
  z-index: 1000;
  cursor: pointer;
  font-size: 40px;
  color: #999;
  text-align: center;
  font-weight: lighter;
  font-family: "微软雅黑";
}

main .fa-a .fa-e {
  width: 100%;
}

main .fa-a .i-m {
  width: 100%;
  height: 69px;
  border-bottom: 1px solid #eee;
  padding-top: 24px;
  position: relative;
  background-color: #fff;
}

main .fa-a .i-n {
  font-size: 18px;
  color: #1b1b1b;
  line-height: 20px;
  padding-left: 28px;
  border-left: 4px solid #3282d4;
  font-weight: bold;
}

main .fa-a .i-o {
  color: #3282d4;
}

main .fa-a .i-p {
  width: 100%;
  background-color: #fff;
}

main .fa-a .i-p.sp {
  margin-bottom: 20px;
}

main .fa-a .n-a {
  width: 100%;
  padding: 32px 0 32px 32px;
}

main .fa-a .n-b {
  width: 100%;
  font-size: 0;
}

main .fa-a .n-c {
  display: inline-block;
  vertical-align: top;
  width: 420px;
  height: 46px;
  border: 1px solid #ebebeb;
  margin-right: 15px;
  border-radius: 1px;
  padding-left: 22px;
  font-size: 0;
  margin-bottom: 26px;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.03);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.03);
}

main .fa-a .n-d {
  display: inline-block;
  vertical-align: top;
  width: 60px;
  font-size: 14px;
  color: #666;
  line-height: 44px;
}

main .fa-a .n-e {
  display: inline-block;
  vertical-align: top;
  width: 336px;
  height: 44px;
  line-height: 44px;
  border: none;
  font-size: 14px;
  color: #666;
  padding-right: 10px;
  background-color: transparent;
}

main .fa-a .n-c.sp .n-d {
  width: 90px;
}

main .fa-a .n-c.sp .n-e {
  width: 306px;
}

main .fa-a .n-c.sp2 {
  width: 855px;
}

main .fa-a .n-c.sp2 .n-d {
  width: 80px;
}

main .fa-a .n-c.sp2 .n-e {
  width: 324px;
  padding-left: 20px;
}

main .fa-a .n-f {
  width: 100%;
  font-size: 0;
  margin-bottom: 34px;
}

main .fa-a .n-g {
  display: inline-block;
  vertical-align: top;
  font-size: 0;
  position: relative;
  cursor: pointer;
}

main .fa-a .n-h {
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 20px;
  border-radius: 2px;
  border: 1px solid #ccc;
  margin-right: 15px;
}

main .fa-a .n-checkbox {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  height: 100%;
  cursor: pointer;
}

main .fa-a .n-i {
  font-size: 14px;
  color: #555;
  line-height: 20px;
  vertical-align: top;
}

main .fa-a .n-g.selected .n-h {
  background-color: #3282d4;
  border-color: #3282d4;
  background-image: url(../images/icon-tick1.png);
  background-repeat: no-repeat;
  background-position: center center;
}

main .fa-a .n-j {
  display: inline-block;
  vertical-align: top;
  width: 160px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  border-radius: 1px;
  font-size: 16px;
  color: #fff;
  background-color: #3282d4;
  cursor: pointer;
  border: none;
}

main .fa-a .swrap {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  width: 142px;
  height: 44px;
  border: 1px solid #fff;
  overflow: hidden;
  font-size: 0;
}

main .fa-a .swrap select {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 142px;
  height: 44px;
  line-height: 44px;
  position: relative;
  left: -1px;
  top: -1px;
  color: #666;
  vertical-align: top;
}

main .hunuo-new-address{
  visibility:unset;
  position:unset;
  background: #fff;
  opacity: 1;
}

main .main-product-details {
  width: 100%;
  background-color: #f8f8f8;
  padding-bottom: 100px;
}

main .main-product-details .product-details-container {
  width: 1200px;
  margin: 0 auto;
}

main .main-product-details .product-details-container .product-details-wrap {
  width: 100%;
}

main .main-product-details .product-details-container .product-details-wrap .details-wrap {
  width: 100%;
  background-color: #fff;
  padding-top: 33px;
  margin-bottom: 40px;
}

main .main-product-details .product-details-container .product-details-wrap .details-wrap .details-share-keep {
  width: 100%;
  padding: 0 30px;
  font-size: 0;
  text-align: right;
  margin-bottom: 12px;
}

main .main-product-details .product-details-container .product-details-wrap .details-wrap .details-share-keep .share {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  position: relative;
}

main .main-product-details .product-details-container .product-details-wrap .details-wrap .details-share-keep .share .share-icon {
  display: inline-block;
  width: 11px;
  height: 11px;
  vertical-align: middle;
}

main .main-product-details .product-details-container .product-details-wrap .details-wrap .details-share-keep .share .share-icon img {
  width: 100%;
}

main .main-product-details .product-details-container .product-details-wrap .details-wrap .details-share-keep .share .share-texr {
  display: inline-block;
  font-family: SourceHanSansCN-Regular;
  font-size: 14px;
  color: #333333;
  vertical-align: middle;
  margin-left: 5px;
}

main .main-product-details .product-details-container .product-details-wrap .details-wrap .details-share-keep .keep {
  display: inline-block;
  vertical-align: middle;
  margin-left: 25px;
  cursor: pointer;
}

main .main-product-details .product-details-container .product-details-wrap .details-wrap .details-share-keep .keep .keep-icon {
  width: 14px;
  height: 14px;
  vertical-align: middle;
  display: inline-block;
}

main .main-product-details .product-details-container .product-details-wrap .details-wrap .details-share-keep .keep .keep-icon img {
  width: 100%;
  height: 100%;
}

main .main-product-details .product-details-container .product-details-wrap .details-wrap .details-share-keep .keep .keep-text {
  display: inline-block;
  vertical-align: middle;
  font-family: SourceHanSansCN-Regular;
  font-size: 14px;
  color: #333333;
  margin-left: 5px;
}

main .main-product-details .product-details-container .product-details-wrap .details-wrap .wrap {
  width: 100%;
  font-size: 0;
  padding-left: 70px;
  padding-right: 60px;
  padding-bottom: 45px;
}

main .main-product-details .product-details-container .product-details-wrap .details-wrap .wrap .details-left {
  display: inline-block;
  width: 440px;
  vertical-align: top;
  height: auto;
  overflow: visible;
  font-size: 0;
  position: relative;
  z-index: 100;
  float: left;
}

main .main-product-details .product-details-container .product-details-wrap .details-wrap .wrap .details-left .d1-1 {
  width: 100%;
  position: relative;
  z-index: 3;
}

main .main-product-details .product-details-container .product-details-wrap .details-wrap .wrap .details-left .d1-1 .p-list-l {
  width: 439px;
  height: 440px;
  position: relative;
}

main .main-product-details .product-details-container .product-details-wrap .details-wrap .wrap .details-left .d1-1 .p-list-l .slick-list {
  overflow: visible;
}

main .main-product-details .product-details-container .product-details-wrap .details-wrap .wrap .details-left .d1-1 .p-list-l .slick-list .slick-track {
  width: 439px !important;
  position: relative;
}

main .main-product-details .product-details-container .product-details-wrap .details-wrap .wrap .details-left .d1-1 .p-list-l .item.slick-slide {
  position: absolute !important;
  left: 0 !important;
  top: 0 !important;
}

main .main-product-details .product-details-container .product-details-wrap .details-wrap .wrap .details-left .d1-1 .p-list-l .MagicZoomPlusHint {
  display: none !important;
}

main .main-product-details .product-details-container .product-details-wrap .details-wrap .wrap .details-left .d1-1 .p-list-l .img-box {
  width: 439px;
  height: 439px;
}

main .main-product-details .product-details-container .product-details-wrap .details-wrap .wrap .details-left .d1-1 .p-list-l .img-box img {
  width: 100%;
  height: 100%;
}

main .main-product-details .product-details-container .product-details-wrap .details-wrap .wrap .details-left .d1-1 .p-list-s {
  width: 380px;
  margin: 0 auto;
  margin-top: 20px;
}

main .main-product-details .product-details-container .product-details-wrap .details-wrap .wrap .details-left .d1-1 .p-list-s .img-box {
  display: block;
  width: 66px;
  height: 66px;
  border: 1px solid #eee;
  margin-right: 20px;
}

main .main-product-details .product-details-container .product-details-wrap .details-wrap .wrap .details-left .d1-1 .p-list-s .img-box img {
  width: 100%;
  height: 100%;
}

main .main-product-details .product-details-container .product-details-wrap .details-wrap .wrap .details-left .d1-1 .p-list-s .slick-arrow {
  position: absolute;
  width: 8px;
  height: 14px;
  top: 50%;
  margin-top: -7px;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent;
  font-size: 0;
  border: none;
  cursor: pointer;
  z-index: 10;
}

main .main-product-details .product-details-container .product-details-wrap .details-wrap .wrap .details-left .d1-1 .p-list-s .slick-prev {
  left: -34px;
  background-image: url(../images/180.png);
}

main .main-product-details .product-details-container .product-details-wrap .details-wrap .wrap .details-left .d1-1 .p-list-s .slick-next {
  right: -24px;
  background-image: url(../images/182.png);
}

main .main-product-details .product-details-container .product-details-wrap .details-wrap .wrap .details-left .d1-1 .p-list-s .slick-prev:hover {
  background-image: url(../images/181.png);
}

main .main-product-details .product-details-container .product-details-wrap .details-wrap .wrap .details-left .d1-1 .p-list-s .slick-next:hover {
  background-image: url(../images/183.png);
}

main .main-product-details .product-details-container .product-details-wrap .details-wrap .wrap .details-left .d1-1 .p-list-s .slick-disabled {
  opacity: 1;
}

main .main-product-details .product-details-container .product-details-wrap .details-wrap .wrap .details-left .d1-1 .p-list-s .item.selected .img-box {
  border: 1px solid #c01414;
}

main .main-product-details .product-details-container .product-details-wrap .details-wrap .wrap .details-left .video_fn {
  width: 440px;
  height: 440px;
  position: absolute;
  left: 0;
  top: 0;
}

main .main-product-details .product-details-container .product-details-wrap .details-wrap .wrap .details-left .video_fn .video_fn-img {
  width: 50px;
  height: 50px;
  cursor: pointer;
  background: url(../images/main-circles.png) 0 -55px no-repeat;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1001;
}

main .main-product-details .product-details-container .product-details-wrap .details-wrap .wrap .details-left .video-js {
  position: absolute;
  left: 0;
  top: 0;
  width: 440px;
  height: 440px;
  z-index: 1000;
  display: none;
}

main .main-product-details .product-details-container .product-details-wrap .details-wrap .wrap .details-left .video-js.show {
  display: block;
}

main .main-product-details .product-details-container .product-details-wrap .details-wrap .wrap .details-left .vjs-big-play-centered .vjs-big-play-button {
  display: none !important;
}

main .main-product-details .product-details-container .product-details-wrap .details-wrap .wrap .details-left .vjs-big-play-centered .vjs-big-play-button span {
  display: none;
}

main .main-product-details .product-details-container .product-details-wrap .details-wrap .wrap .details-left .vjs-big-play-centered .vjs-big-play-button span:before {
  display: none !important;
}

main .main-product-details .product-details-container .product-details-wrap .details-wrap .wrap .details-right {
  display: inline-block;
  width: 590px;
  float: right;
}

main .main-product-details .product-details-container .product-details-wrap .details-wrap .wrap .details-right .details-right-title {
  width: 100%;
  font-family: SourceHanSansCN-Regular;
  font-size: 24px;
  line-height: 30px;
  color: #000000;
  margin-bottom: 10px;
  cursor: pointer;
  display: block;
}

main .main-product-details .product-details-container .product-details-wrap .details-wrap .wrap .details-right .details-right-title-text {
  width: 100%;
  font-family: SourceHanSansCN-Regular;
  font-size: 16px;
  line-height: 30px;
  color: #666666;
  margin-bottom: 15px;
}

main .main-product-details .product-details-container .product-details-wrap .details-wrap .wrap .details-right .details-right-spike {
  width: 100%;
  font-size: 0;
  height: 35px;
  background-color: #ff3232;
  padding-left: 20px;
  padding-right: 34px;
}

main .main-product-details .product-details-container .product-details-wrap .details-wrap .wrap .details-right .details-right-spike .spike-left {
  float: left;
  height: 100%;
  line-height: 35px;
}

main .main-product-details .product-details-container .product-details-wrap .details-wrap .wrap .details-right .details-right-spike .spike-left .spike-icon {
  vertical-align: middle;
  display: inline-block;
  width: 18px;
  height: 18px;
}

main .main-product-details .product-details-container .product-details-wrap .details-wrap .wrap .details-right .details-right-spike .spike-left .spike-icon img {
  width: 100%;
  height: 100%;
}

main .main-product-details .product-details-container .product-details-wrap .details-wrap .wrap .details-right .details-right-spike .spike-left .spike-text {
  display: inline-block;
  vertical-align: middle;
  font-family: SourceHanSansCN-Regular;
  font-size: 14px;
  color: #ffffff;
  margin-left: 10px;
}

main .main-product-details .product-details-container .product-details-wrap .details-wrap .wrap .details-right .details-right-spike .spike-right {
  float: right;
  height: 100%;
  line-height: 35px;
}

main .main-product-details .product-details-container .product-details-wrap .details-wrap .wrap .details-right .details-right-spike .spike-right .cut-down {
  font-family: SourceHanSansCN-Regular;
  font-size: 14px;
  color: #ffffff;
  display: inline-block;
  vertical-align: middle;
}

main .main-product-details .product-details-container .product-details-wrap .details-wrap .wrap .details-right .details-right-spike .spike-right .cut-down .c-r-h {
  width: 22px;
  height: 22px;
  background-color: #ffffff;
  border-radius: 2px;
  line-height: 22px;
  text-align: center;
  font-family: SourceHanSansCN-Regular;
  font-size: 12px;
  color: #ff3232;
  display: inline-block;
}

main .main-product-details .product-details-container .product-details-wrap .details-wrap .wrap .details-right .details-right-spike .spike-right .cut-down .c-r-m {
  width: 22px;
  height: 22px;
  background-color: #ffffff;
  border-radius: 2px;
  line-height: 22px;
  text-align: center;
  font-family: SourceHanSansCN-Regular;
  font-size: 12px;
  color: #ff3232;
  display: inline-block;
}

main .main-product-details .product-details-container .product-details-wrap .details-wrap .wrap .details-right .details-right-spike .spike-right .cut-down .c-r-s {
  width: 22px;
  height: 22px;
  background-color: #ffffff;
  border-radius: 2px;
  line-height: 22px;
  text-align: center;
  font-family: SourceHanSansCN-Regular;
  font-size: 12px;
  color: #ff3232;
  display: inline-block;
}

main .main-product-details .product-details-container .product-details-wrap .details-wrap .wrap .details-right .details-right-price {
  width: 100%;
  background-color: #f9f9f9;
  padding: 30px 18px;
  margin-bottom: 20px;
}

main .main-product-details .product-details-container .product-details-wrap .details-wrap .wrap .details-right .details-right-price > div {
  font-size: 0;
}

main .main-product-details .product-details-container .product-details-wrap .details-wrap .wrap .details-right .details-right-price .price-box {
  width: 100%;
  margin-bottom: 15px;
}

main .main-product-details .product-details-container .product-details-wrap .details-wrap .wrap .details-right .details-right-price .price-box .price-left {
  display: inline-block;
  float: left;
  font-size: 0;
}

main .main-product-details .product-details-container .product-details-wrap .details-wrap .wrap .details-right .details-right-price .price-box .price-left span {
  display: inline-block;
  font-family: SourceHanSansCN-Regular;
  font-size: 14px;
  line-height: 24px;
  color: #666666;
}

main .main-product-details .product-details-container .product-details-wrap .details-wrap .wrap .details-right .details-right-price .price-box .price-left .price{
  display: inline-block;
}

main .main-product-details .product-details-container .product-details-wrap .details-wrap .wrap .details-right .details-right-price .price-box .price-left .price .shop-price {
  font-family: SourceHanSansCN-Regular;
  font-size: 30px;
  color: #ff0000;
  margin-left: 38px;
  font-weight: bold;
}

main .main-product-details .product-details-container .product-details-wrap .details-wrap .wrap .details-right .details-right-price .price-box .price-left .price .market-price {
  font-family: Arial;
  font-size: 16px;
  line-height: 24px;
  font-weight: normal;
  color: #666666;
  margin-left: 20px;
  text-decoration: line-through;
}

main .main-product-details .product-details-container .product-details-wrap .details-wrap .wrap .details-right .details-right-price .price-box .price-right {
  float: right;
}

main .main-product-details .product-details-container .product-details-wrap .details-wrap .wrap .details-right .details-right-price .price-box .price-right .price-right-text {
  display: inline-block;
  font-family: SourceHanSansCN-Regular;
  font-size: 14px;
  line-height: 24px;
  color: #666666;
  vertical-align: middle;
  margin-top: 10px;
}

main .main-product-details .product-details-container .product-details-wrap .details-wrap .wrap .details-right .details-right-price .price-coupon {
  font-size: 0;
  width: 100%;
}

main .main-product-details .product-details-container .product-details-wrap .details-wrap .wrap .details-right .details-right-price .price-coupon .price-coupon-title {
  width: 62px;
  display: inline-block;
  vertical-align: top;
  line-height: 26px;
  font-size: 14px;
  color: #333;
}

main .main-product-details .product-details-container .product-details-wrap .details-wrap .wrap .details-right .details-right-price .price-coupon .price-coupon-wrap {
  font-size: 0;
  display: inline-block;
  width: 408px;
  vertical-align: top;
}

main .main-product-details .product-details-container .product-details-wrap .details-wrap .wrap .details-right .details-right-price .price-coupon .price-coupon-item {
  display: inline-block;
  vertical-align: top;
  min-width: 84px;
  min-height: 26px;
  text-align: center;
  line-height: 26px;
  font-size: 14px;
  color: #c01414;
  margin-right: 10px;
  margin-bottom: 10px;
  cursor: pointer;
  border: 1px dashed #c01414;
  position: relative;
}

main .main-product-details .product-details-container .product-details-wrap .details-wrap .wrap .details-right .details-right-price .price-coupon .price-coupon-item.selected {
  background-color: #c01414;
  color: #fff;
}

main .main-product-details .product-details-container .product-details-wrap .details-wrap .wrap .details-right .details-right-price .price-coupon input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

main .main-product-details .product-details-container .product-details-wrap .details-wrap .wrap .details-right .details-right-price .price-promotion {
  width: 100%;
  font-size: 0;
  position: relative;
}

main .main-product-details .product-details-container .product-details-wrap .details-wrap .wrap .details-right .details-right-price .price-promotion .price-promotion-title {
  font-size: 14px;
  color: #333;
  line-height: 26px;
  width: 62px;
  display: inline-block;
  vertical-align: top;
}

main .main-product-details .product-details-container .product-details-wrap .details-wrap .wrap .details-right .details-right-price .price-promotion .price-promotion-wrap {
  display: inline-block;
  vertical-align: top;
  font-size: 0;
  width: 408px;
}

main .main-product-details .product-details-container .product-details-wrap .details-wrap .wrap .details-right .details-right-price .price-promotion .rs {
  font-size: 0;
  margin-bottom: 14px;
}

main .main-product-details .product-details-container .product-details-wrap .details-wrap .wrap .details-right .details-right-price .price-promotion .rs-left {
  display: inline-block;
  vertical-align: top;
  width: 50px;
  height: 26px;
  border: 1px solid #c01414;
  text-align: center;
  line-height: 26px;
  font-size: 14px;
  color: #c01414;
  border-radius: 3px;
}

main .main-product-details .product-details-container .product-details-wrap .details-wrap .wrap .details-right .details-right-price .price-promotion .rs-right {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 358px;
  font-size: 12px;
  color: #333;
  line-height: 20px;
  padding-top: 4px;
  padding-left: 10px;
}

main .main-product-details .product-details-container .product-details-wrap .details-wrap .wrap .details-right .details-right-price .price-promotion .red {
  color: #c01414;
}

main .main-product-details .product-details-container .product-details-wrap .details-wrap .wrap .details-right .details-right-price .price-promotion .rs-hide {
  display: block;
  margin-bottom: 0;
}

main .main-product-details .product-details-container .product-details-wrap .details-wrap .wrap .details-right .details-right-price .price-promotion.hide .rs-hide {
  display: inline-block;
  width: 60px;
}

main .main-product-details .product-details-container .product-details-wrap .details-wrap .wrap .details-right .details-right-price .price-promotion.hide .rs-hide .rs-right {
  display: none;
}

main .main-product-details .product-details-container .product-details-wrap .details-wrap .wrap .details-right .details-right-price .price-promotion .show-rs {
  display: inline-block;
  font-size: 12px;
  color: #c01414;
  position: absolute;
  right: 0;
  bottom: 5px;
  cursor: pointer;
}

main .main-product-details .product-details-container .product-details-wrap .details-wrap .wrap .details-right .details-right-price .price-promotion .show-rs:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  height: 8px;
  background-image: url(../images/up2.png);
  margin-left: 10px;
}

main .main-product-details .product-details-container .product-details-wrap .details-wrap .wrap .details-right .details-right-price .price-promotion.hide .show-rs {
  color: #999;
}

main .main-product-details .product-details-container .product-details-wrap .details-wrap .wrap .details-right .details-right-price .price-promotion.hide .show-rs:after {
  background-image: url(../images/down2.png);
}

main .main-product-details .product-details-container .product-details-wrap .details-wrap .wrap .details-right .details-right-guarantee {
  width: 100%;
  font-size: 0;
  padding: 0 12px;
}

main .main-product-details .product-details-container .product-details-wrap .details-wrap .wrap .details-right .details-right-guarantee .item {
  display: inline-block;
  vertical-align: middle;
  margin-right: 28px;
  margin-bottom: 12px;
}

main .main-product-details .product-details-container .product-details-wrap .details-wrap .wrap .details-right .details-right-guarantee .item .item-icon {
  display: inline-block;
  height: 20px;
  vertical-align: middle;
}

main .main-product-details .product-details-container .product-details-wrap .details-wrap .wrap .details-right .details-right-guarantee .item .item-icon img {
  height: 100%;
}

main .main-product-details .product-details-container .product-details-wrap .details-wrap .wrap .details-right .details-right-guarantee .item .item-text {
  display: inline-block;
  margin-left: 10px;
  font-family: SourceHanSansCN-Regular;
  font-size: 14px;
  line-height: 28px;
  color: #666666;
  vertical-align: middle;
}

main .main-product-details .product-details-container .product-details-wrap .details-wrap .wrap .details-right .express-delivery-stock {
  width: 100%;
  font-size: 0;
  padding: 0 12px;
  padding-bottom: 25px;
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 30px;
}

main .main-product-details .product-details-container .product-details-wrap .details-wrap .wrap .details-right .express-delivery-stock .item {
  display: inline-block;
  vertical-align: middle;
  margin-right: 35px;
}

main .main-product-details .product-details-container .product-details-wrap .details-wrap .wrap .details-right .express-delivery-stock .item .item-text {
  display: inline-block;
  font-family: SourceHanSansCN-Regular;
  font-size: 14px;
  line-height: 24px;
  color: #666666;
  vertical-align: middle;
}

main .main-product-details .product-details-container .product-details-wrap .details-wrap .wrap .details-right .express-delivery-stock .item .item-price {
  display: inline-block;
  font-family: SourceHanSansCN-Regular;
  font-size: 14px;
  line-height: 24px;
  color: #666666;
  vertical-align: middle;
}

main .main-product-details .product-details-container .product-details-wrap .details-wrap .wrap .details-right .details-right-specification {
  width: 100%;
  font-size: 0;
  margin-bottom: 10px;
}

main .main-product-details .product-details-container .product-details-wrap .details-wrap .wrap .details-right .details-right-specification .specification-title {
  display: inline-block;
  min-width: 50px;
  font-family: SourceHanSansCN-Regular;
  font-size: 14px;
  line-height: 40px;
  color: #666666;
  vertical-align: top;
}

main .main-product-details .product-details-container .product-details-wrap .details-wrap .wrap .details-right .details-right-specification .specification-wrap {
  display: inline-block;
  width: calc(100% - 50px);
}

main .main-product-details .product-details-container .product-details-wrap .details-wrap .wrap .details-right .details-right-specification .specification-wrap .item {
  display: inline-block;
  padding: 8px 16px;
  background-color: #ffffff;
  border-radius: 6px;
  border: solid 1px #bfbfbf;
  margin-right: 10px;
  margin-bottom: 10px;
  cursor: pointer;
  position: relative;
}

main .main-product-details .product-details-container .product-details-wrap .details-wrap .wrap .details-right .details-right-specification .specification-wrap .item span {
  font-family: SourceHanSansCN-Regular;
  font-size: 14px;
  color: #666666;
  line-height: 24px;
}

main .main-product-details .product-details-container .product-details-wrap .details-wrap .wrap .details-right .details-right-specification .specification-wrap .item input[type=radio] {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

main .main-product-details .product-details-container .product-details-wrap .details-wrap .wrap .details-right .details-right-specification .specification-wrap .item:hover {
  border-color: #f00;
  color: #f00;
}

main .main-product-details .product-details-container .product-details-wrap .details-wrap .wrap .details-right .details-right-specification .specification-wrap .item.selected {
  border-color: #f00;
  color: #f00;
}

main .main-product-details .product-details-container .product-details-wrap .details-wrap .wrap .details-right .details-right-amount {
  width: 100%;
  font-size: 0;
  margin-bottom: 40px;
}

main .main-product-details .product-details-container .product-details-wrap .details-wrap .wrap .details-right .details-right-amount .amount-title {
  display: inline-block;
  min-width: 50px;
  font-family: SourceHanSansCN-Regular;
  font-size: 14px;
  color: #666666;
  vertical-align: middle;
}

main .main-product-details .product-details-container .product-details-wrap .details-wrap .wrap .details-right .details-right-amount .amount-wrap {
  display: inline-block;
  font-size: 0;
}

main .main-product-details .product-details-container .product-details-wrap .details-wrap .wrap .details-right .details-right-amount .amount-wrap .cut {
  display: inline-block;
  width: 32px;
  height: 32px;
  line-height: 30px;
  text-align: center;
  border-radius: 6px 0 0 6px;
  border: solid 1px #bbbbbb;
  vertical-align: middle;
  text-align: center;
  font-family: Arial;
  font-size: 16px;
  color: #afafaf;
  cursor: pointer;
}

main .main-product-details .product-details-container .product-details-wrap .details-wrap .wrap .details-right .details-right-amount .amount-wrap .cut:hover {
  color: #f00;
  border-color: #f00;
  font-weight: bold;
}

main .main-product-details .product-details-container .product-details-wrap .details-wrap .wrap .details-right .details-right-amount .amount-wrap .plus {
  display: inline-block;
  width: 32px;
  height: 32px;
  line-height: 30px;
  text-align: center;
  border-radius: 0 6px 6px 0;
  border: solid 1px #bbbbbb;
  vertical-align: middle;
  text-align: center;
  font-family: Arial;
  font-size: 16px;
  color: #afafaf;
  cursor: pointer;
}

main .main-product-details .product-details-container .product-details-wrap .details-wrap .wrap .details-right .details-right-amount .amount-wrap .plus:hover {
  color: #f00;
  border-color: #f00;
  font-weight: bold;
}

main .main-product-details .product-details-container .product-details-wrap .details-wrap .wrap .details-right .details-right-amount .amount-wrap .q-input {
  width: 70px;
  height: 32px;
  line-height: 30px;
  display: inline-block;
  vertical-align: middle;
  background: none;
  outline: none;
  border: none;
  border-top: solid 1px #bbbbbb;
  border-bottom: solid 1px #bbbbbb;
  text-align: center;
  font-family: Arial;
  font-size: 16px;
  color: #bbbbbb;
}

main .main-product-details .product-details-container .product-details-wrap .details-wrap .wrap .details-right .join-shop-now {
  width: 100%;
  font-size: 0;
}

main .main-product-details .product-details-container .product-details-wrap .details-wrap .wrap .details-right .join-shop-now .join-shop {
  display: inline-block;
  width: 160px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  background-color: #ff8932;
  border-radius: 6px;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 20px;
}

main .main-product-details .product-details-container .product-details-wrap .details-wrap .wrap .details-right .join-shop-now .join-shop .join-shop-icon {
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
}

main .main-product-details .product-details-container .product-details-wrap .details-wrap .wrap .details-right .join-shop-now .join-shop .join-shop-icon img {
  width: 100%;
  height: 100%;
}

main .main-product-details .product-details-container .product-details-wrap .details-wrap .wrap .details-right .join-shop-now .join-shop .join-shop-text {
  display: inline-block;
  font-family: SourceHanSansCN-Regular;
  font-size: 16px;
  color: #ffffff;
  vertical-align: middle;
  margin-left: 12px;
}

main .main-product-details .product-details-container .product-details-wrap .details-wrap .wrap .details-right .join-shop-now .now {
  display: inline-block;
  cursor: pointer;
  font-family: SourceHanSansCN-Regular;
  font-size: 16px;
  color: #ffffff;
  vertical-align: middle;
  width: 160px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  background-color: #ff3232;
  border-radius: 6px;
}

main .main-product-details .product-details-container .product-details-wrap .recommend-wrap {
  width: 100%;
  margin-bottom: 30px;
}

main .main-product-details .product-details-container .product-details-wrap .recommend-wrap .recommend-title {
  width: 100%;
  background-color: #ededed;
  font-size: 0;
  height: 50px;
}

main .main-product-details .product-details-container .product-details-wrap .recommend-wrap .recommend-title .item {
  display: inline-block;
  height: 100%;
  line-height: 50px;
  padding: 0 40px;
  text-align: center;
  font-family: SourceHanSansCN-Medium;
  font-size: 18px;
  color: #ff3232;
  background-color: #fff;
  position: relative;
}

main .main-product-details .product-details-container .product-details-wrap .recommend-wrap .recommend-title .item:before {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background-color: #ff3232;
  position: absolute;
  top: 0;
  left: 0;
}

main .main-product-details .product-details-container .product-details-wrap .recommend-wrap .wrap {
  width: 100%;
  background-color: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
}

main .main-product-details .product-details-container .product-details-wrap .recommend-wrap .wrap .pdr-slick {
  width: 100%;
}

main .main-product-details .product-details-container .product-details-wrap .recommend-wrap .wrap .pdr-slick .item {
  width: 200px;
  cursor: pointer;
}

main .main-product-details .product-details-container .product-details-wrap .recommend-wrap .wrap .pdr-slick .item .item-img {
  width: 150px;
  height: 150px;
  margin: 0 auto;
  margin-bottom: 16px;
}

main .main-product-details .product-details-container .product-details-wrap .recommend-wrap .wrap .pdr-slick .item .item-img img {
  width: 100%;
  height: 100%;
}

main .main-product-details .product-details-container .product-details-wrap .recommend-wrap .wrap .pdr-slick .item .item-content {
  width: 150px;
  margin: 0 auto;
}

main .main-product-details .product-details-container .product-details-wrap .recommend-wrap .wrap .pdr-slick .item .item-content .content-title {
  width: 100%;
  font-family: SourceHanSansCN-Regular;
  font-size: 14px;
  line-height: 20px;
  color: #666666;
  margin-bottom: 7px;
}

main .main-product-details .product-details-container .product-details-wrap .recommend-wrap .wrap .pdr-slick .item .item-content .content-text {
  width: 100%;
  font-family: Arial;
  font-size: 14px;
  font-weight: bold;
  line-height: 24px;
  color: #fe0000;
}

main .main-product-details .product-details-container .product-details-wrap .recommend-wrap .wrap .pdr-slick .item:hover .item-content .content-title {
  color: #f00;
}

main .main-product-details .product-details-container .product-details-wrap .recommend-wrap .wrap .pdr-slick .slick-dots {
  position: absolute;
  top: -50px;
  right: 30px;
  font-size: 0;
}

main .main-product-details .product-details-container .product-details-wrap .recommend-wrap .wrap .pdr-slick .slick-dots li {
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #bfbfbf;
  border-radius: 50%;
  margin-left: 10px;
}

main .main-product-details .product-details-container .product-details-wrap .recommend-wrap .wrap .pdr-slick .slick-dots .slick-active {
  background-color: #ff3232;
}

main .main-product-details .product-details-container .product-details-wrap .product-content {
  width: 100%;
  font-size: 0;
}

main .main-product-details .product-details-container .product-details-wrap .product-content .product-left {
  display: inline-block;
  width: 240px;
  vertical-align: top;
}

main .main-product-details .product-details-container .product-details-wrap .product-content .product-left .left-title {
  width: 100%;
  height: 55px;
  background-color: #ff8932;
  line-height: 55px;
  padding-left: 25px;
  font-family: SourceHanSansCN-Medium;
  font-size: 18px;
  color: #ffffff;
}

main .main-product-details .product-details-container .product-details-wrap .product-content .product-left .left-wrap {
  width: 100%;
  padding: 20px;
  background-color: #fff;
}

main .main-product-details .product-details-container .product-details-wrap .product-content .product-left .left-wrap .item {
  display: block;
  cursor: pointer;
  padding-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
}

main .main-product-details .product-details-container .product-details-wrap .product-content .product-left .left-wrap .item .item-img {
  width: 100%;
  margin-bottom: 12px;
}

main .main-product-details .product-details-container .product-details-wrap .product-content .product-left .left-wrap .item .item-img img {
  width: 100%;
}

main .main-product-details .product-details-container .product-details-wrap .product-content .product-left .left-wrap .item .item-content {
  width: 100%;
}

main .main-product-details .product-details-container .product-details-wrap .product-content .product-left .left-wrap .item .item-content .content-title {
  width: 100%;
  font-family: SourceHanSansCN-Regular;
  font-size: 14px;
  line-height: 30px;
  color: #666666;
  margin-bottom: 15px;
}

main .main-product-details .product-details-container .product-details-wrap .product-content .product-left .left-wrap .item .item-content .content-text {
  width: 100%;
  font-family: Arial;
  font-size: 16px;
  font-weight: bold;
  color: #ff0000;
}

main .main-product-details .product-details-container .product-details-wrap .product-content .product-left .left-wrap .item:hover .item-content .content-title {
  color: #f00;
}

main .main-product-details .product-details-container .product-details-wrap .product-content .product-left .left-wrap .item:last-child {
  border-bottom: 0;
}

main .main-product-details .product-details-container .product-details-wrap .product-content .product-right {
  display: inline-block;
  margin-left: 20px;
  width: 940px;
  vertical-align: top;
  background-color: #fff;
}

main .main-product-details .product-details-container .product-details-wrap .product-content .product-right .d3-r-l {
  float: left;
  width: 800px;
  border-right: 1px solid #eee;
}

main .main-product-details .product-details-container .product-details-wrap .product-content .product-right .d3-r-l .d3-tabs-wrap {
  width: 800px;
  font-size: 0;
  height: 55px;
}

main .main-product-details .product-details-container .product-details-wrap .product-content .product-right .d3-r-l .d3-tabs {
  width: 800px;
  background-color: #ffffff;
  height: 55px;
}

main .main-product-details .product-details-container .product-details-wrap .product-content .product-right .d3-r-l .d3-tabs.fixed {
  position: fixed;
  left: 50%;
  margin-left: -356px;
  top: 0;
  top: 0;
  z-index: 100;
}

main .main-product-details .product-details-container .product-details-wrap .product-content .product-right .d3-r-l .d3-tab {
  display: inline-block;
  vertical-align: top;
  height: 55px;
  line-height: 55px;
  width: 33.333%;
  font-size: 14px;
  color: #333;
  cursor: pointer;
  text-align: center;
}

main .main-product-details .product-details-container .product-details-wrap .product-content .product-right .d3-r-l .d3-tab.selected {
  background-color: #ff3232;
  color: #fff;
}

main .main-product-details .product-details-container .product-details-wrap .product-content .product-right .d3-r-l .paras {
  font-size: 14px;
  padding: 20px;
  color: #666666;
}

main .main-product-details .product-details-container .product-details-wrap .product-content .product-right .d3-r-l .paras .paras-title {
  width: 100%;
  font-family: SourceHanSansCN-Medium;
  font-size: 16px;
  color: #555555;
  margin-bottom: 30px;
}

main .main-product-details .product-details-container .product-details-wrap .product-content .product-right .d3-r-l .paras .paras-title em {
  font-family: SourceHanSansCN-Medium;
  font-size: 16px;
  color: #ff1e1e;
}

main .main-product-details .product-details-container .product-details-wrap .product-content .product-right .d3-r-l .paras .paras-list {
  width: 100%;
}

main .main-product-details .product-details-container .product-details-wrap .product-content .product-right .d3-r-l .paras .one {
  display: inline-block;
  vertical-align: top;
  padding-right: 30px;
  line-height: 24px;
  font-size: 12px;
  color: #333;
}

main .main-product-details .product-details-container .product-details-wrap .product-content .product-right .d3-r-l .paras p {
  display: inline-block;
  vertical-align: top;
  padding-right: 30px;
  line-height: 24px;
  /*height: 24px;*/
  font-size: 12px;
  color: #333;
}

main .main-product-details .product-details-container .product-details-wrap .product-content .product-right .d3-r-l .d-intro {
  width: 100%;
  border-bottom: 1px solid #eee;
  padding: 10px 20px 76px 20px;
  font-size: 14px;
  color: #666666;
  line-height: 24px;
}

main .main-product-details .product-details-container .product-details-wrap .product-content .product-right .d3-r-l .d-intro img {
  max-width: 100%;
}

main .main-product-details .product-details-container .product-details-wrap .product-content .product-right .d3-r-l .d-custom .d-title {
  width: 100%;
  height: 50px;
  line-height: 50px;
  padding-left: 20px;
  background-color: #ff3232;
  font-size: 16px;
  color: #fff;
}

main .main-product-details .product-details-container .product-details-wrap .product-content .product-right .d3-r-l .d-custom .d-cont {
  padding: 30px 65px 0 50px;
  font-size: 14px;
}

main .main-product-details .product-details-container .product-details-wrap .product-content .product-right .d3-r-l .d-custom .d-cont p {
  font-size: 14px;
  line-height: 36px;
  color: #555555;
}

main .main-product-details .product-details-container .product-details-wrap .product-content .product-right .d3-r-l .d-custom .d-cont p b {
  font-family: SourceHanSansCN-Medium;
  font-size: 16px;
  color: #ff3232;
}

main .main-product-details .product-details-container .product-details-wrap .product-content .product-right .d3-r-l .d-evaluate .d-title {
  width: 100%;
  height: 50px;
  line-height: 50px;
  padding-left: 20px;
  background-color: #ff3232;
  font-size: 16px;
  color: #fff;
}

main .main-product-details .product-details-container .product-details-wrap .product-content .product-right .d3-r-l .d-evaluate .ev-list-b {
  padding: 0 20px;
}

main .main-product-details .product-details-container .product-details-wrap .product-content .product-right .d3-r-l .d-evaluate .no-ev {
  width: 100%;
  text-align: center;
}

main .main-product-details .product-details-container .product-details-wrap .product-content .product-right .d3-r-l .d-evaluate .no-ev img {
  width: 100%;
}

main .main-product-details .product-details-container .product-details-wrap .product-content .product-right .d3-r-l .d-evaluate .ev-list > li {
  padding-top: 20px;
  padding-bottom: 23px;
  border-bottom: 1px solid #eee;
  overflow: hidden;
}

main .main-product-details .product-details-container .product-details-wrap .product-content .product-right .d3-r-l .d-evaluate .ev-l {
  width: 100px;
  float: left;
}

main .main-product-details .product-details-container .product-details-wrap .product-content .product-right .d3-r-l .d-evaluate .ev-l .photo {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 10px;
}
main .main-product-details .product-details-container .product-details-wrap .product-content .product-right .d3-r-l .d-evaluate .ev-l .photo img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
}

main .main-product-details .product-details-container .product-details-wrap .product-content .product-right .d3-r-l .d-evaluate .d3-r .ev-l .photo img {
  width: 100%;
  height: 100%;
}

main .main-product-details .product-details-container .product-details-wrap .product-content .product-right .d3-r-l .d-evaluate .ev-r {
  width: 646px;
  float: right;
}

main .main-product-details .product-details-container .product-details-wrap .product-content .product-right .d3-r-l .d-evaluate .ev-r .row1 .name {
  display: inline-block;
  vertical-align: top;
  width: 130px;
  font-size: 16px;
  color: #000;
  padding-top: 5px;
  padding-bottom: 12px;
  margin-right: 16px;
}

main .main-product-details .product-details-container .product-details-wrap .product-content .product-right .d3-r-l .d-evaluate .ev-r .row1 .date {
  display: inline-block;
  vertical-align: top;
  float: right;
  font-size: 12px;
  color: #999;
  padding-top: 5px;
}

main .main-product-details .product-details-container .product-details-wrap .product-content .product-right .d3-r-l .d-evaluate .ev-r .row2 {
  font-size: 14px;
  color: #333;
  line-height: 24px;
  padding-bottom: 16px;
}

main .main-product-details .product-details-container .product-details-wrap .product-content .product-right .d3-r-l .d-evaluate .ev-r .row3 {
  font-size: 0;
}

main .main-product-details .product-details-container .product-details-wrap .product-content .product-right .d3-r-l .d-evaluate .ev-r .row3 .img-box {
  display: inline-block;
  width: 96px;
  height: 96px;
  border: 1px solid #eee;
  padding: 2px;
  margin-right: 20px;
  margin-bottom: 20px;
}

main .main-product-details .product-details-container .product-details-wrap .product-content .product-right .d3-r-l .d-evaluate .ev-r .row3 .img-box img {
  width: 100%;
  height: 100%;
}

main .main-product-details .product-details-container .product-details-wrap .product-content .product-right .d3-r-l .d-evaluate .ev-r .row4 {
  overflow: hidden;
  height: 18px;
  padding-top: 2px;
}

main .main-product-details .product-details-container .product-details-wrap .product-content .product-right .d3-r-l .d-evaluate .ev-r .row4 .left {
  float: left;
  font-size: 12px;
  color: #999;
}

main .main-product-details .product-details-container .product-details-wrap .product-content .product-right .d3-r-l .d-evaluate .star-score {
  position: relative;
  display: inline-block;
  width: 105px;
  vertical-align: top;
  margin-top: 5px;
}

main .main-product-details .product-details-container .product-details-wrap .product-content .product-right .d3-r-l .d-evaluate .star-score > div {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
}

main .main-product-details .product-details-container .product-details-wrap .product-content .product-right .d3-r-l .d-evaluate .star-score img {
  width: 16px;
  height: 16px;
  margin-right: 5px;
  margin-left: 0px;
  /*margin-left: 0px必须加上，即使是0*/
}

main .main-product-details .product-details-container .product-details-wrap .product-content .product-right .d3-r-l .d-evaluate .star-score .score-inner {
  font-size: 0;
}

main .main-product-details .product-details-container .product-details-wrap .product-content .product-right .d3-r-l .d-evaluate .e-page {
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 0;
  text-align: center;
}

main .main-product-details .product-details-container .product-details-wrap .product-content .product-right .d3-r-l .d-evaluate .e-page a {
  display: inline-block;
  vertical-align: top;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  line-height: 30px;
  text-align: center;
  font-size: 15px;
  color: #555;
  background-color: #fff;
  margin-right: 4px;
  margin-left: 4px;
}

main .main-product-details .product-details-container .product-details-wrap .product-content .product-right .d3-r-l .d-evaluate .e-page a:hover {
  color: #ff3232;
}

main .main-product-details .product-details-container .product-details-wrap .product-content .product-right .d3-r-l .d-evaluate .e-page a.selected {
  background-color: #ff3232;
  color: #fff;
}

main .main-product-details .product-details-container .product-details-wrap .product-content .product-right .d3-r-l .d-evaluate .e-page .total {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  color: #999;
  height: 30px;
  line-height: 30px;
  margin-left: 20px;
}

main .main-product-details .product-details-container .product-details-wrap .product-content .product-right .d3-r-l .d-evaluate .e-page .pn-prev {
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../images/icon-left1.png);
}

main .main-product-details .product-details-container .product-details-wrap .product-content .product-right .d3-r-l .d-evaluate .e-page .pn-next {
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../images/icon-right1.png);
}

main .main-product-details .product-details-container .product-details-wrap .product-content .product-right .d3-r-r {
  float: right;
  width: 140px;
}

main .main-product-details .product-details-container .product-details-wrap .product-content .product-right .d3-r-r .d3-nav {
  width: 140px;
  background-color: #fff;
  min-height: 220px;
}

main .main-product-details .product-details-container .product-details-wrap .product-content .product-right .d3-r-r .d3-nav.fixed {
  position: fixed;
  left: 50%;
  margin-left: 460px;
  top: 0;
  z-index: 100;
}

main .main-product-details .product-details-container .product-details-wrap .product-content .product-right .d3-r-r .d3-nav > li > a {
  display: block;
  width: 100%;
  height: 55px;
  line-height: 55px;
  text-align: center;
  font-size: 14px;
  color: #333;
  cursor: pointer;
  position: relative;
}

main .main-product-details .product-details-container .product-details-wrap .product-content .product-right .d3-r-r .d3-nav > li > a:hover {
  background-color: #fff2f2;
  color: #ff3232;
}

main .main-product-details .product-details-container .product-details-wrap .product-content .product-right .d3-r-r .d3-nav > li > a.add {
  background-color: #ff3232;
  color: #fff;
  font-size: 0;
}

main .main-product-details .product-details-container .product-details-wrap .product-content .product-right .d3-r-r .d3-nav > li > a.add img {
  width: 16px;
  height: 16px;
  margin-right: 10px;
  vertical-align: middle;
}

main .main-product-details .product-details-container .product-details-wrap .product-content .product-right .d3-r-r .d3-nav > li > a.add span {
  font-size: 14px;
  vertical-align: middle;
}

main .main-product-details .product-details-container .product-details-wrap .product-content .product-right .d3-r-r .d3-nav > li.selected > a {
  background-color: #fff2f2;
  color: #ff3232;
}

main .main-product-details .product-details-container .product-details-wrap .product-content .product-right .d3-r-r .d3-nav > li.selected > a:before {
  display: block;
  content: "";
  width: 2px;
  height: 16px;
  background-color: #ff3232;
  position: absolute;
  left: -1px;
  top: 17px;
}

main .article-nav {
  width: 100%;
  background-color: #fff;
}

main .article-nav .article-nav-container {
  width: 1200px;
  margin: 0 auto;
  font-size: 0;
  line-height: 60px;
  text-align: center;
}

main .article-nav .item {
  display: inline-block;
  vertical-align: middle;
  font-family: MicrosoftYaHei;
  font-size: 16px;
  width: 150px;
  position: relative;
  cursor: pointer;
}

main .article-nav .item a {
  width: auto;
  margin: 0 auto;
  display: inline-block;
  color: #666;
}

main .article-nav .item:after {
  content: '';
  display: inline-block;
  background-image: url(../images/206.png);
  background-position: center center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 2px;
  height: 14px;
  position: absolute;
  top: 0;
  right: 0;
}
main .article-nav .item:last-child:after {
    display: none;
}
main .article-nav .item.active {
  font-size: 16px;
  color: #ff3232;
  vertical-align: bottom;
}

main .article-nav .item.active a {
  border-bottom: 2px solid #ff3232;
  padding-bottom: 20px;
  color: #ff3232;
}

main .main-article-list {
  width: 100%;
  background-color: #f8f8f8;
  padding-bottom: 35px;
}

main .main-article-list .article-list-container {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}

main .main-article-list .article-list-container .wrap {
  width: 1240px;
  margin: 0 auto;
  font-size: 0;
  margin-bottom: 50px;
  padding-top: 30px;
}

main .main-article-list .article-list-container .item {
  display: inline-block;
  margin-right: 40px;
  cursor: pointer;
  width: 580px;
  margin-bottom: 30px;
}

main .main-article-list .article-list-container .item-img {
  width: 100%;
}

main .main-article-list .article-list-container .item-img img {
  width: 100%;
}

main .main-article-list .article-list-container .item-content {
  width: 100%;
  padding: 30px 40px 15px 30px;
  background-color: #fff;
}

main .main-article-list .article-list-container .content-title {
  width: 100%;
  font-family: MicrosoftYaHei;
  font-size: 24px;
  color: #744f37;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

main .main-article-list .article-list-container .content-text {
  width: 100%;
  font-family: MicrosoftYaHei;
  font-size: 15px;
  color: #666666;
  margin-top: 18px;
  line-height: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

main .main-article-list .article-list-container .content-date {
  width: 100%;
  font-family: MicrosoftYaHei;
  font-size: 14px;
  color: #999999;
  margin-top: 32px;
}

main .main-article-details {
  width: 100%;
  background-color: #f8f8f8;
  padding-bottom: 35px;
}

main .main-article-details .article-details-container {
  width: 1200px;
  margin: 0 auto;
  background-color: #fff;
  margin-top: 30px;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 50px;
  padding-bottom: 45px;
}

main .main-article-details .container-title {
  width: 100%;
  font-family: MicrosoftYaHei;
  font-size: 34px;
  color: #333333;
  text-align: center;
}

main .main-article-details .container-info {
  width: 100%;
  text-align: center;
  font-size: 0;
  margin-top: 20px;
}

main .main-article-details .container-info a {
  margin: 0 15px;
  font-family: MicrosoftYaHei;
  font-size: 14px;
  color: #888888;
  display: inline-block;
}

main .main-article-details .content {
  width: 100%;
  margin-top: 30px;
  border-top: 1px dashed rgba(0, 0, 0, 0.3);
  padding-top: 30px;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.3);
  margin-bottom: 40px;
}

main .main-article-details .content p {
  font-family: MicrosoftYaHei;
  font-size: 16px;
  color: #555555;
  line-height: 30px;
}

main .main-article-details .content p img {
  width: 100%;
}

main .main-article-details .content-link {
  width: 100%;
}

main .main-article-details .content-link .link-title {
  width: 100%;
  font-family: MicrosoftYaHei;
  font-size: 20px;
  color: #555555;
}

main .main-article-details .content-link .link {
  width: 100%;
  font-size: 0;
  margin-top: 25px;
}

main .main-article-details .content-link .link a {
  font-family: MicrosoftYaHei;
  font-size: 15px;
  color: #666666;
  display: inline-block;
  width: 50%;
  margin-bottom: 15px;
  cursor: pointer;
}

main .main-article-details .content-link .link a:hover {
  font-family: MicrosoftYaHei;
  text-decoration: underline;
  font-size: 15px;
  color: #ff3232;
}

main .main-article-details .content-link .link .active {
  font-family: MicrosoftYaHei;
  text-decoration: underline;
  font-size: 15px;
  color: #ff3232;
}





/* 添加银行卡弹窗 */

.layer-container {
  visibility: hidden;
  opacity: 0;
  display: table;
  table-layout: fixed;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 100000;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.layer-container .layer-box {
  display: table-cell;
  vertical-align: middle;
}

.layer-container .layer-box .layer-a1 {
  margin: 0 auto;
  width: 760px;
  height: 540px;
  background-color: #ffffff;
}

.layer-container .layer-box .layer-a1 .layer-a1-title {
  width: 100%;
  height: 70px;
  background-color: #fafafa;
  line-height: 70px;
  text-align: center;
  font-family: MicrosoftYaHei;
  font-size: 24px;
  color: #333333;
  border-bottom: 1px solid #e5e5e5;
}

.layer-container .layer-box .layer-a1 .layer-a2 {
  width: 100%;
  height: 470px;
  padding: 0 153px;
  padding-top: 67px;
}

.layer-container .layer-box .layer-a1 .layer-a2 .layer-a21 {
  margin-bottom: 20px;
}

.layer-container .layer-box .layer-a1 .layer-a2 .layer-a21 div {
  display: inline-block;
}

.layer-container .layer-box .layer-a1 .layer-a2 .layer-a21 .layer-a211 {
  font-family: MicrosoftYaHei;
  font-size: 18px;
  color: #333333;
  float: left;
  height: 50px;
  line-height: 50px;
}

.layer-container .layer-box .layer-a1 .layer-a2 .layer-a21 .layer-a212 {
  width: 360px;
  height: 50px;
  border-radius: 2px;
  border: solid 1px rgba(0, 0, 0, 0.2);
  padding-left: 20px;
  line-height: 50px;
  float: right;
  padding-right: 20px;
  cursor: pointer;
}

.layer-container .layer-box .layer-a1 .layer-a2 .layer-a21 .layer-a212 .layer-a2121 {
  font-family: MicrosoftYaHei;
  font-size: 16px;
  color: #333333;
  height: 100%;
  line-height: 50px;
  float: left;
}

.layer-container .layer-box .layer-a1 .layer-a2 .layer-a21 .layer-a212 .layer-a2122 {
  float: right;
  height: 50px;
  line-height: 50px;
}

.layer-container .layer-box .layer-a1 .layer-a2 .layer-a21 .layer-a212 input {
  width: 100%;
  height: 100%;
  border: none;
  vertical-align: top;
}

.layer-container .layer-box .layer-a1 .layer-a2 .layer-a22 {
  margin-top: 30px;
  height: 56px;
  font-size: 0;
}

.layer-container .layer-box .layer-a1 .layer-a2 .layer-a22 div {
  display: inline-block;
  width: 220px;
  height: 56px;
  border-radius: 2px;
  cursor: pointer;
  line-height: 56px;
  text-align: center;
}

.layer-container .layer-box .layer-a1 .layer-a2 .layer-a22 .layer-a221 {
  background-color: #ff3232;
  font-family: MicrosoftYaHei;
  font-size: 18px;
  color: #ffffff;
  float: left;
}

.layer-container .layer-box .layer-a1 .layer-a2 .layer-a22 .layer-a222 {
  border: solid 2px #744f37;
  font-family: MicrosoftYaHei;
  font-size: 18px;
  color: #744f37;
  float: right;
}

.layer-container .layer-box .layer-b1 {
  margin: 0 auto;
  width: 760px;
  background-color: #ffffff;
  display: none;
}

.layer-container .layer-box .layer-b1 .layer-b1-title {
  width: 100%;
  height: 70px;
  background-color: #fafafa;
  line-height: 70px;
  font-size: 0;
  text-align: center;
  padding: 16px 29px;
  border-bottom: 1px solid #e5e5e5;
}

.layer-container .layer-box .layer-b1 .layer-b1-title .layer-b1-title1 {
  font-family: MicrosoftYaHei;
  font-size: 24px;
  color: #333333;
  display: inline-block;
  vertical-align: middle;
  float: left;
  height: 38px;
  line-height: 38px;
}

.layer-container .layer-box .layer-b1 .layer-b1-title .select-box {
  display: inline-block;
  vertical-align: top;
}

.layer-container .layer-box .layer-b1 .layer-b1-title .select-box .select-w {
  display: inline-block;
  width: 116px;
  height: 38px;
  position: relative;
  text-align: left;
  padding-right: 36px;
  padding-left: 14px;
  white-space: nowrap;
  border: 1px solid #ddd;
  vertical-align: top;
  border-radius: 2px;
  margin-right: 10px;
  width: 150px;
  height: 38px;
}

.layer-container .layer-box .layer-b1 .layer-b1-title .select-box .select-w .cur {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  color: #333;
}

.layer-container .layer-box .layer-b1 .layer-b1-title .select-box .select-w select {
  position: absolute;
  width: 100%;
  height: 100%;
  padding-left: 14px;
  left: 0;
  top: 0;
  z-index: 2;
  opacity: 0;
  filter: alpha(opacity=0);
  font-size: 14px;
  color: #333;
}

.layer-container .layer-box .layer-b1 .layer-b1-title .select-box .select-w:after {
  display: inline-block;
  content: "";
  position: absolute;
  width: 8px;
  height: 7px;
  background-image: url(../images/223.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  right: 19px;
  top: 15px;
  z-index: 1;
}

.layer-container .layer-box .layer-b1 .layer-b1-title .layer-b1-title2 {
  display: inline-block;
  width: 90px;
  height: 38px;
  line-height: 38px;
  background-color: #ff3232;
  border-radius: 2px;
  font-family: MicrosoftYaHei;
  font-size: 15px;
  color: #ffffff;
  text-align: center;
  cursor: pointer;
  vertical-align: middle;
  float: right;
}

.layer-container .layer-box .layer-b1 .layer-b11 {
  height: 420px;
  font-size: 0;
  padding: 0 30px;
  padding-top: 40px;
  width: 100%;
}

.layer-container .layer-box .layer-b1 .layer-b11 .layer-b111 {
  width: 720px;
}

.layer-container .layer-box .layer-b1 .layer-b11 .layer-b111 .layer-b1111 div {
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 20px;
}

.layer-container .layer-box .layer-b1 .layer-b11 .layer-b111 .layer-b1111 div img {
  width: 160px;
  height: 50px;
  cursor: pointer;
}

.show1 {
  visibility: visible;
  opacity: 1;
}





/* 新增地区四级联动 */
.area-wrap {
  display: inline-block;
  position: relative;
  height: 100%;
  font-size: 14px;
}

.area-wrap .city-picker-span {
  width: 750px !important;
  display: inline-block;
  height: 100% !important;
  line-height: 44px !important;
  border-bottom: 0;
}

/* 用户信息地区四级联动 */
.user-info .user-info-wrap .user-info-item .area-wrap .city-picker-span {
  width: 420px !important;
  height: 60px !important;
  line-height: 60px !important;
  border: solid 1px #e5e5e5;
  border-radius: 5px;
  padding-left: 12px;
}


/* 添加修改地址 地区四级联动 */
.m-f4-b .m-f4-b2 .m-f4-b21 .m-f4-b213 .area-wrap .city-picker-span {
  width: 350px !important;
  height: 100% !important;
  border-radius: 2px;
  border: solid 1px rgba(0, 0, 0, .2);
  font-size: 14px;
  color: rgba(9, 9, 9, .8);
  padding-left: 13px;
}


/* 提现 */
.m-f4-j .m-f4-j1 .m-f4-g12 {
    margin-top: 8px;
}
.m-f4-j .m-f4-j1 .m-f4-g12 .m-f4-g121 {
    float: left;
    font-family: MicrosoftYaHei;
    font-size: 14px;
    color: #999999;
}
.m-f4-j .m-f4-j1 .m-f4-g12 div {
    display: inline-block;
}
.m-f4-j .m-f4-j2 .m-f4-j22 {
    font-size: 0;
}
.m-f4-j .m-f4-j2 .m-f4-j22 .m-f4-g221 {
    width: 260px;
    height: 65px;
    background-color: #ffffff;
    border-radius: 2px;
    border: solid 1px rgba(0, 0, 0, 0.3);
    font-size: 0;
    line-height: 65px;
    display: inline-block;
    padding-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    vertical-align: top;
    cursor: pointer;
}
.m-f4-j .m-f4-j2 .m-f4-j22 .m-f4-g221 .m-f4-g221-img {
    width: 44px;
    height: 44px;
    display: inline-block;
}

.m-f4-j .m-f4-j2 .m-f4-j22 .m-f4-g221 .m-f4-g221-img img{
    width: 100%;
    height: 100%;
}
.m-f4-j .m-f4-j2 .m-f4-j22 .m-f4-g221 .m-f4-g2211 {
    display: inline-block;
    vertical-align: middle;
    margin-left: 14px;
}
.m-f4-j .m-f4-j2 .m-f4-j22 .m-f4-g221 .m-f4-g2211 .m-f4-g22111 {
    font-family: MicrosoftYaHei;
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #444444;
}
.m-f4-j .m-f4-j2 .m-f4-j22 .m-f4-g221 .m-f4-g2211 .m-f4-g22112 {
    font-family: MicrosoftYaHei;
    font-size: 14px;
    color: #888888;
    margin-top: 10px;
}
.m-f4-j .m-f4-j2 .m-f4-j22 .m-f4-g221 input {
    opacity: 0;
}



/*我的推荐*/
.xo-a{width: 100%;background-color: #fff;min-height: 1089px;}
.xo-top{width: 100%;padding: 25px 0;font-size: 0;}
.xo-b{display: inline-block;vertical-align: top;position: relative;text-align: center;}
.xo-b:after{content: '';position: absolute;top: 0;right: 0;width: 1px;height: 148px;background-color: #eeeeee;}
.xo-b:last-child:after{width: 0;}
.xo-c{display: inline-block;text-align: left;width: 320px;position: relative;}
.xo-up{position: absolute;top: 0;right: 0;width: 76px;height: 36px;line-height: 36px;text-align: center;cursor: pointer;color: #ffffff;font-size: 14px;background-color: #ff3232;}
.xo-d{display: block;width: 240px;}
.xo-e{color: #333333;font-size: 18px;margin-bottom: 40px;}
.xo-espan{color: #999999;font-size: 12px;}
.xo-f{color: #000000;font-size: 36px;margin-bottom: 28px;}
.xo-g{color: #666666;font-size: 16px;}
.xo-h{display: inline-block;text-align: left;}
.xo-i{color: #333333;font-size: 18px;margin-bottom: 35px;}
.xo-ispan{color: #333333;font-size: 18px;}
.xo-j{color: #000000;font-size: 36px;}

.xo-b1{width: 43%;}
.xo-b2{width: 30%;}
.xo-b3{width: 27%;}

.xo-cont{width: 100%;padding-top: 20px;position: relative;}
.xo-cont:after{content: '';position: absolute;top:  0;left: 0; width: 100%;height: 20px;    background-color: #f9f9f9;}

.xo-k{width: 100%;margin-bottom: 15px;}
.xo-l{width: 100%;padding: 22px 30px;font-size: 16px; line-height: 32px; color: #555555;}
.xo-nav{width: 100%;position: relative;padding: 15px 30px;}
.xo-nav:after{content:".";display:block;height:0;clear:both;visibility:hidden;line-height:0;font-size:0;}
.xo-m{float: left;font-size: 0;}
.xo-n{display: inline-block;vertical-align: top;height: 40px;line-height: 40px;color: #555555;font-size: 16px; cursor: pointer; color: #555555;margin-right: 45px;}
.xo-n:hover{color: #ff3232;}
.xo-n.active{color: #ff3232;}
.xo-o{float: right;font-size: 0;}
.xo-form{display: inline-block;vertical-align: middle;}
.xo-p{display: inline-block;vertical-align: middle;outline-style: none; width: 244px;height: 40px;line-height: 40px;	font-size: 14px;padding-left: 13px; color: #999999;border: solid 1px #e5e5e5;}
.xo-submit{display: inline-block;vertical-align: middle;outline-style: none;border: none;background-color: #ff3232; width: 40px;height: 40px;line-height: 40px;	font-size: 0;  background-image: url('../images/18.png');background-size: 13px auto; background-position: center center;background-repeat: no-repeat;cursor: pointer;}
.xo-q{display: inline-block;vertical-align: middle;margin-left: 45px;	width: 100px;height: 36px;line-height: 36px;text-align: center;color: #ffffff;font-size: 14px;cursor: pointer;background-color: #ff3232;}

.xo-box{width: 100%;padding-bottom: 65px;}
.xo-r{width: 100%;background-color: #f7f7f7;padding: 20px 30px;font-size: 0}
.xo-s{display: inline-block;vertical-align: middle;color: #555555;font-size: 14px;text-align: center;}

.xo-s1{text-align: left;width: 26%;}
.xo-s2{width: 16%;}
.xo-s3{width: 9%;}
.xo-s4{width: 18%;}
.xo-s5{width: 13%;}
.xo-s6{width: 18%;}

.xo-t{width: 100%;}
.xo-item{width: 100%;padding: 22px 30px;font-size: 0;border-bottom: 1px solid #f2f2f2;}
.xo-u{display: inline-block;vertical-align: middle;text-align: center;}
.xo-v{color: #555555;font-size: 14px;line-height: 20px;}
.xo-w{color: #f50f0f;font-size: 14px;line-height: 20px;}
.xo-x{display: inline-block;vertical-align: middle;font-size: 14px;color: #ff3232;cursor: pointer;padding:0 7px;position: relative;}
.xo-x:after{content: '';position: absolute;top: 50%;right: 0;margin-top: -7px; width: 1px;height: 14px;background-color: #ff3232;}
.xo-x:last-child:after{width: 0;}

.xo-u1{text-align: left;width: 26%;}
.xo-u2{width: 16%;}
.xo-u3{width: 9%;}
.xo-u4{width: 18%;}
.xo-u5{width: 13%;}
.xo-u6{width: 18%;}

.xo-box2 .xo-s1{width: 25%;}
.xo-box2 .xo-s2{width: 23%;padding-left: 30px;}
.xo-box2 .xo-s3{width: 16%;}
.xo-box2 .xo-s4{width: 19%;}
.xo-box2 .xo-s5{width: 17%;}

.xo-box2 .xo-u1{width: 25%;}
.xo-box2 .xo-u2{width: 23%;}
.xo-box2 .xo-u3{width: 16%;}
.xo-box2 .xo-u4{width: 19%;}
.xo-box2 .xo-u5{width: 17%;}

.xo-box3 .xo-s1{width: 26%;padding-left: 12px;}
.xo-box3 .xo-s2{width: 30%;}
.xo-box3 .xo-s3{width: 44%;}

.xo-box3 .xo-u1{width: 26%;}
.xo-box3 .xo-u2{width: 30%;}
.xo-box3 .xo-u3{width: 44%;}

.x-l {
  width: 100%;
  border-bottom: 1px solid #ececec;
  padding: 0 30px;
  position: relative;
}

.x-m {
  float: left;
  font-size: 18px;
  height: 60px;
  line-height: 60px;
  color: #333333;
  border-bottom: 2px solid #ff3232;
}

.x-l:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  line-height: 0;
  font-size: 0;
}

.no-data{ text-align: center;}


/* 基本样式 header.css文件合拼 */
header {
  width: 100%;
}

header .header-log-in {
  width: 100%;
  height: 100px;
  background-color: #fff;
}

header .header-log-in .log-in-container {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
}

header .header-log-in .log-in-container .h-left {
  float: left;
  height: 100%;
  line-height: 100px;
}

header .header-log-in .log-in-container .h-left .h-logo {
  width: 210px;
  vertical-align: middle;
  display: inline-block;
  cursor: pointer;
}

header .header-log-in .log-in-container .h-left .h-logo img {
  width: 100%;
}

header .header-log-in .log-in-container .h-left .h-point {
  display: inline-block;
  vertical-align: middle;
  font-family: SourceHanSansCN-Regular;
  font-size: 24px;
  color: #646464;
  margin-left: 38px;
}

header .header-log-in .log-in-container .h-right {
  height: 100%;
  line-height: 100px;
  font-size: 0;
  float: right;
}

header .header-log-in .log-in-container .h-right .h-right-item {
  display: inline-block;
  vertical-align: middle;
  margin: 0 23px;
  text-align: center;
}

header .header-log-in .log-in-container .h-right .h-right-item .h-right-item-img {
  height: 38px;
}

header .header-log-in .log-in-container .h-right .h-right-item .h-right-item-img img {
  height: 100%;
}

header .header-log-in .log-in-container .h-right .h-right-item .h-right-item-text {
  font-family: SourceHanSansCN-Regular;
  font-size: 14px;
  color: #555555;
  margin-top: 12px;
}

header .h-banner {
  width: 100%;
  background-color: #e20000;
  display: block;
  position: relative;
}

header .h-banner .h-banner-container {
  width: 1200px;
  margin: 0 auto;
  display: block;
  cursor: pointer;
}

header .h-banner .h-banner-container img {
  width: 100%;
}

header .h-banner .h-banner-close {
  background-color: rgba(0, 0, 0, 0.4);
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  font-size: 15px;
  color: #fff;
  position: absolute;
  top: 10px;
  right: 50px;
  cursor: pointer;
}

header .h-a {
  width: 100%;
  background-color: #f2f2f2;
  height: 40px;
}

header .h-a .h-container {
  width: 1200px;
  margin: 0 auto;
  height: 100%;
}

header .h-a .h-container .h-left {
  float: left;
  height: 100%;
  line-height: 40px;
}

header .h-a .h-container .h-left .h-item {
  display: inline-block;
  cursor: pointer;
  font-family: SourceHanSansCN-Regular;
  font-size: 13px;
  color: #666666;
  margin-right: 10px;
  vertical-align: middle;
}

header .h-a .h-container .h-left .h-item.active {
  color: #ff3232;
}

header .h-a .h-container .h-right-ul {
  float: right;
  height: 100%;
  line-height: 40px;
  font-size: 0;
}

header .h-a .h-container .h-right-ul .h-right-li {
  display: inline-block;
  position: relative;
  height: 100%;
  line-height: 40px;
}

header .h-a .h-container .h-right-ul .h-right-li .h-item {
  display: inline-block;
  font-family: SourceHanSansCN-Regular;
  font-size: 13px;
  color: #666666;
  vertical-align: middle;
  padding-right: 20px;
  padding-left: 20px;
  border-right: 1px solid #aaaaaa;
}

header .h-a .h-container .h-right-ul .h-right-li .h-item.arrow:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url(../images/16.png);
  width: 9px;
  height: 5px;
  margin-left: 5px;
}

header .h-a .h-container .h-right-ul .h-right-li .h-item:hover {
  color: #ff3232;
}

header .h-a .h-container .h-right-ul .h-right-li .h-item:hover.arrow:after {
  background-image: url(../images/16-1.png);
}

header .h-a .h-container .h-right-ul .h-right-li .h-menu-ul {
  position: absolute;
  top: 100%;
  left: 0;
  border: 1px solid #d0d0d0;
  width: 100%;
  display: none;
  z-index: 10;
  background-color: #fff;
}

header .h-a .h-container .h-right-ul .h-right-li .h-menu-ul .h-menu-li {
  width: 100%;
  display: block;
  cursor: pointer;
  font-family: SourceHanSansCN-Regular;
  font-size: 13px;
  color: #666666;
  line-height: 18px;
  padding: 10px 5px;
  text-align: center;
  border-bottom: 1px solid #d0d0d0;
}

header .h-a .h-container .h-right-ul .h-right-li .h-menu-ul .h-menu-li:hover {
  background-color: #ff3232;
  color: #fff;
}

header .h-a .h-container .h-right-ul .h-right-li .h-menu-ul .h-menu-li:last-child {
  border-bottom: 0;
}

header .h-a .h-container .h-right-ul .h-right-li:last-child .h-item {
  border-right: 0;
}

header .h-b {
  width: 100%;
  background-color: #fff;
  padding-top: 24px;
  padding-bottom: 36px;
}

header .h-b .h-container {
  width: 1200px;
  margin: 0 auto;
  text-align: center;
}

header .h-b .h-container .h-left {
  float: left;
  width: 208px;
  cursor: pointer;
  display: block;
}

header .h-b .h-container .h-left img {
  width: 100%;
}

header .h-b .h-container .h-right {
  float: right;
  width: 115px;
  cursor: pointer;
  display: block;
}

header .h-b .h-container .h-right img {
  width: 100%;
}

header .h-b .h-container .h-center {
  display: inline-block;
  width: auto;
  padding-top: 18px;
  font-size: 0;
}

header .h-b .h-container .h-center .h-center-search {
  width: 440px;
  display: inline-block;
  vertical-align: top;
}

header .h-b .h-container .h-center .h-center-search .h-center-search-ipt {
  width: 100%;
  height: 46px;
  background-color: #ff3232;
  border-radius: 6px;
  padding-left: 2px;
  padding-right: 50px;
  padding-top: 2px;
  padding-bottom: 2px;
  position: relative;
  margin-bottom: 10px;
}

header .h-b .h-container .h-center .h-center-search .h-center-search-ipt .search-icon {
  position: absolute;
  top: 0;
  right: 0;
  width: 52px;
  height: 100%;
  line-height: 46px;
  text-align: center;
  cursor: pointer;
}

header .h-b .h-container .h-center .h-center-search .h-center-search-ipt .search-icon img {
  width: 18px;
  height: 18px;
}

header .h-b .h-container .h-center .h-center-search .h-center-search-ipt input {
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
  background-color: #fff;
  border-radius: 6px;
  padding: 0 10px;
}

header .h-b .h-container .h-center .h-center-search .search-text {
  width: 100%;
  font-size: 0;
  text-align: left;
}

header .h-b .h-container .h-center .h-center-search .search-text a {
  display: inline-block;
  cursor: pointer;
  font-family: SourceHanSansCN-Regular;
  font-size: 13px;
  color: #666666;
  padding-right: 15px;
}

header .h-b .h-container .h-center .h-center-search .search-text a:hover {
  color: #ff3232;
  font-weight: bold;
}

header .h-b .h-container .h-center .h-center-shop {
  display: inline-block;
  cursor: pointer;
  width: 156px;
  height: 46px;
  background-color: #fafafa;
  border-radius: 6px;
  border: solid 1px #e5e5e5;
  vertical-align: top;
  margin-left: 30px;
  line-height: 46px;
}

header .h-b .h-container .h-center .h-center-shop .h-center-shop-icon {
  display: inline-block;
  width: auto;
  vertical-align: middle;
  position: relative;
}

header .h-b .h-container .h-center .h-center-shop .h-center-shop-icon .shop-icon {
  width: 22px;
  height: 22px;
}

header .h-b .h-container .h-center .h-center-shop .h-center-shop-icon .shop-icon img {
  width: 100%;
  height: 100%;
}

header .h-b .h-container .h-center .h-center-shop .h-center-shop-icon .shop-num {
  position: absolute;
  top: -12px;
  right: -12px;
  min-width: 18px;
  height: 18px;
  line-height: 18px;
  padding: 0 2px;
  border-radius: 9px;
  background-color: #ff3232;
  font-family: SourceHanSansCN-Regular;
  font-size: 12px;
  color: #ffffff;
}

header .h-b .h-container .h-center .h-center-shop .h-center-shop-text {
  display: inline-block;
  vertical-align: middle;
  font-family: SourceHanSansCN-Regular;
  font-size: 14px;
  color: #ff3232;
  margin-left: 15px;
}

header .h-c {
  width: 100%;
  height: 50px;
  border-bottom: 2px solid #ff3232;
}

header .h-c .h-container {
  width: 1200px;
  margin: 0 auto;
  height: 100%;
}

header .h-c .h-container .h-all-categories {
  width: 240px;
  margin-right: 25px;
  position: relative;
  display: inline-block;
  vertical-align: top;
}

header .h-c .h-container .h-all-categories .h-all-categories-title {
  display: block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background-color: #ff3232;
  font-family: SourceHanSansCN-Medium;
  font-size: 18px;
  color: #ffffff;
}

header .h-c .h-container .h-all-categories .h-ul {
  position: absolute;
  top: 50px;
  left: 0;
  width: 100%;
  height: 470px;
  /* overflow: hidden; */
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.4);
}

header .h-c .h-container .h-all-categories .h-ul .h-li {
  width: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 30px;
  border-bottom: 1px solid #aa7888;
}

header .h-c .h-container .h-all-categories .h-ul .h-li .h-li-title {
  width: 100%;
  font-size: 0;
  display: block;
}

header .h-c .h-container .h-all-categories .h-ul .h-li .h-li-title .h-li-title-icon {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
}

header .h-c .h-container .h-all-categories .h-ul .h-li .h-li-title .h-li-title-icon img {
  width: 100%;
  height: 100%;
}

header .h-c .h-container .h-all-categories .h-ul .h-li .h-li-title .h-li-title-text {
  font-family: SourceHanSansCN-Bold;
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
  display: inline-block;
  vertical-align: middle;
  margin-left: 12px;
}

header .h-c .h-container .h-all-categories .h-ul .h-li .h-menu-ul {
  width: 100%;
  font-size: 0;
}

header .h-c .h-container .h-all-categories .h-ul .h-li .h-menu-ul .h-menu-li {
  display: inline-block;
  font-family: SourceHanSansCN-Regular;
  font-size: 12px;
  line-height: 26px;
  color: #ffffff;
  position: relative;
  margin-right: 22px;
}

header .h-c .h-container .h-all-categories .h-ul .h-li .h-menu-ul .h-menu-li:after {
  content: '/';
  display: inline-block;
  position: absolute;
  top: 0;
  right: -14px;
}

header .h-c .h-container .h-all-categories .h-ul .h-li .h-menu-ul .h-menu-li:hover {
  color: #f00;
}

header .h-c .h-container .h-all-categories .h-ul .h-li .h-layer {
  position: absolute;
  top: 0;
  left: 240px;
  background-color: #fff;
  width: 960px;
  height: 100%;
  padding: 20px;
  min-height: 467px;
  display: none;
}

header .h-c .h-container .h-all-categories .h-ul .h-li .h-layer .h-layer-left {
  float: left;
  width: 600px;
}

header .h-c .h-container .h-all-categories .h-ul .h-li .h-layer .h-layer-left .h-layer-channel {
  width: 100%;
  font-size: 0;
}

header .h-c .h-container .h-all-categories .h-ul .h-li .h-layer .h-layer-left .h-layer-channel .h-layer-channel-item {
  display: inline-block;
  cursor: pointer;
  background-color: #5f4f4f;
  color: #fff;
  padding: 0 10px 0 10px;
  margin-right: 10px;
  height: 24px;
  line-height: 24px;
  font-size: 12px;
}

header .h-c .h-container .h-all-categories .h-ul .h-li .h-layer .h-layer-left .h-layer-channel .h-layer-channel-item:hover {
  background-color: #f00;
}

header .h-c .h-container .h-all-categories .h-ul .h-li .h-layer .h-layer-left .h-layer-detail {
  width: 100%;
  margin-top: 20px;
}

header .h-c .h-container .h-all-categories .h-ul .h-li .h-layer .h-layer-left .h-layer-detail .h-layer-detail-item {
  width: 100%;
  padding-left: 80px;
  position: relative;
}

header .h-c .h-container .h-all-categories .h-ul .h-li .h-layer .h-layer-left .h-layer-detail .h-layer-detail-item dt {
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 16px;
  width: 70px;
  text-align: right;
  font-weight: 700;
  white-space: nowrap;
  text-overflow: ellipsis;
}

header .h-c .h-container .h-all-categories .h-ul .h-li .h-layer .h-layer-left .h-layer-detail .h-layer-detail-item dt a {
  color: #555;
  font-size: 12px;
}

header .h-c .h-container .h-all-categories .h-ul .h-li .h-layer .h-layer-left .h-layer-detail .h-layer-detail-item dt a:hover {
  color: #f00;
}

header .h-c .h-container .h-all-categories .h-ul .h-li .h-layer .h-layer-left .h-layer-detail .h-layer-detail-item dd {
  padding: 8px 0;
  overflow: hidden;
  border-bottom: 1px dashed #d2d2d2;
  min-height: 28px;
  font-size: 0;
}

header .h-c .h-container .h-all-categories .h-ul .h-li .h-layer .h-layer-left .h-layer-detail .h-layer-detail-item dd a {
  display: inline-block;
  float: left;
  margin: 8px 0;
  padding: 0 10px;
  height: 12px;
  border-left: 1px solid #e0e0e0;
  line-height: 12px;
  white-space: nowrap;
  font-size: 12px;
}

header .h-c .h-container .h-all-categories .h-ul .h-li .h-layer .h-layer-left .h-layer-detail .h-layer-detail-item dd a:hover {
  color: #f00;
}

header .h-c .h-container .h-all-categories .h-ul .h-li .h-layer .h-layer-right {
  float: right;
  width: 200px;
}

header .h-c .h-container .h-all-categories .h-ul .h-li .h-layer .h-layer-right .h-layer-brand {
  width: 100%;
  font-size: 0;
}

header .h-c .h-container .h-all-categories .h-ul .h-li .h-layer .h-layer-right .h-layer-brand .h-layer-brand-img {
  display: inline-block;
  width: 50%;
  overflow: hidden;
  border: 1px solid #f9f9f9;
  text-align: center;
  margin: -1px -1px 0 0;
}

header .h-c .h-container .h-all-categories .h-ul .h-li .h-layer .h-layer-right .h-layer-brand .h-layer-brand-img img {
  width: 100%;
}

header .h-c .h-container .h-all-categories .h-ul .h-li .h-layer .h-layer-right .h-layer-promotion {
  width: 100%;
  margin-top: 15px;
}

header .h-c .h-container .h-all-categories .h-ul .h-li .h-layer .h-layer-right .h-layer-promotion .h-layer-promotion-img {
  width: 100%;
  margin-top: 1px;
  display: inline-block;
}

header .h-c .h-container .h-all-categories .h-ul .h-li .h-layer .h-layer-right .h-layer-promotion .h-layer-promotion-img img {
  width: 100%;
}

header .h-c .h-container .h-all-categories .h-ul .h-li:last-child {
  border-bottom: 0;
}

header .h-c .h-container .h-all-categories .h-ul .h-li:hover {
  background-color: black;
}

header .h-c .h-container .h-all-categories .h-ul .h-li:hover .h-layer {
  display: block;
}

header .h-c .h-container .h-all-categories .h-ul.hide {
  display: none;
}

header .h-c .h-container .h-nav {
  display: inline-block;
  height: 100%;
  line-height: 50px;
  vertical-align: top;
}

header .h-c .h-container .h-nav .h-item {
  display: inline-block;
  padding: 0 18px;
  width: auto;
  font-size: 0;
  vertical-align: middle;
}

header .h-c .h-container .h-nav .h-item .h-item-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  margin-right: 5px;
}

header .h-c .h-container .h-nav .h-item .h-item-icon img {
  width: 100%;
  height: 100%;
}

header .h-c .h-container .h-nav .h-item .h-item-text {
  display: inline-block;
  vertical-align: middle;
  font-family: SourceHanSansCN-Regular;
  font-size: 16px;
  color: #555555;
}

header .h-c .h-container .h-nav .h-item:hover .h-item-text {
  color: #ff3232;
  font-weight: bold;
}

header .h-c .h-container .h-nav .h-item.yel .h-item-text {
  font-family: YouSheBiaoTiHei;
  font-size: 20px;
  font-weight: bold;
  color: #ff8b0e;
}

header .h-c .h-container .h-nav .h-item.red .h-item-text {
  font-family: YouSheBiaoTiHei;
  font-size: 20px;
  font-weight: bold;
  color: #ff4f50;
}

/* 基本样式 footer.css文件合拼 */
footer {
  width: 100%;
}

footer .f-c {
  width: 100%;
  background-color: #363636;
  padding: 28px 0;
}

footer .f-c .f-container {
  width: 1200px;
  margin: 0 auto;
}

footer .f-c .f-container .f-item {
  width: 100%;
  font-size: 0;
  margin-bottom: 20px;
  text-align: center;
}

footer .f-c .f-container .f-item .f-text {
  font-family: SourceHanSansCN-Regular;
  font-size: 14px;
  line-height: 34px;
  color: rgba(255, 255, 255, 0.7);
  vertical-align: middle;
}

footer .f-c .f-container .f-item .f-item-icon {
  vertical-align: middle;
  width: 50px;
  height: 12px;
  margin-left: 35px;
}

footer .f-c .f-container .f-item .f-item-img {
  width: auto;
  height: 32px;
  vertical-align: top;
  margin: 0 8px;
  cursor: pointer;
}

footer .f-c .f-container .f-item .f-item-img img {
  height: 100%;
}

footer .f-c .f-container .f-item:last-child {
  margin-bottom: 0;
}

footer .f-a {
  width: 100%;
  background-color: #fb4444;
}

footer .f-a .f-container {
  width: 1200px;
  margin: 0 auto;
  font-size: 0;
  text-align: center;
  /*text-align-last: justify;*/
  padding: 30px 40px;
}

footer .f-a .f-container .f-item {
  display: inline-block;
  width: auto;
  font-size: 0;
  margin-right: 10%;
}

footer .f-a .f-container .f-item .f-item-icon {
  display: inline-block;
  margin-right: 18px;
  width: 50px;
  height: 50px;
}

footer .f-a .f-container .f-item .f-item-icon img {
  width: 100%;
  height: 100%;
}

footer .f-a .f-container .f-item .f-item-text {
  display: inline-block;
  vertical-align: middle;
}

footer .f-a .f-container .f-item .f-item-text .f-textA {
  font-family: SourceHanSansCN-Regular;
  font-size: 18px;
  color: #ffffff;
  margin-bottom: 18px;
  text-align: left;
}

footer .f-a .f-container .f-item .f-item-text .f-textB {
  font-family: SourceHanSansCN-Regular;
  font-size: 15px;
  color: #ffffff;
}

footer .f-b {
  width: 100%;
  background-color: #333333;
  padding: 60px 0;
}

footer .f-b .f-container {
  width: 1200px;
  margin: 0 auto;
  font-size: 0;
  text-align: center;
}

footer .f-b .f-container .f-logo {
  display: inline-block;
  height: 45px;
  float: left;
}

footer .f-b .f-container .f-logo img {
  height: 100%;
}

footer .f-b .f-container .f-ul {
  display: inline-block;
  font-size: 0;
}

footer .f-b .f-container .f-ul .f-li {
  width: 130px;
  display: inline-block;
  vertical-align: top;
  text-align: left;
}

footer .f-b .f-container .f-ul .f-li .f-li-title {
  width: 100%;
  font-family: SourceHanSansCN-Regular;
  font-size: 16px;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 20px;
  cursor: pointer;
  display: block;
}

footer .f-b .f-container .f-ul .f-li .f-li-title:hover {
  color: #fb4444;
  font-weight: bold;
}

footer .f-b .f-container .f-ul .f-li .f-li-text {
  width: 100%;
  font-family: SourceHanSansCN-Regular;
  font-size: 14px;
  line-height: 28px;
  color: rgba(255, 255, 255, 0.7);
  cursor: pointer;
  display: block;
}

footer .f-b .f-container .f-ul .f-li .f-li-text:hover {
  color: #fb4444;
  font-weight: bold;
}

footer .f-b .f-container .f-right {
  display: inline-block;
  float: right;
  font-size: 0;
  text-align: left;
  width: 260px;
}

footer .f-b .f-container .f-right .f-right-icon {
  display: inline-block;
  width: 38px;
  height: 38px;
  margin-right: 15px;
  vertical-align: top;
}

footer .f-b .f-container .f-right .f-right-icon img {
  width: 100%;
  height: 100%;
}

footer .f-b .f-container .f-right .f-right-text {
  display: inline-block;
  vertical-align: top;
}

footer .f-b .f-container .f-right .f-right-text .f-textA {
  font-family: Bahnschrift;
  font-size: 30px;
  color: #ffffff;
}

footer .f-b .f-container .f-right .f-right-text .f-textB {
  font-family: SourceHanSansCN-Regular;
  font-size: 14px;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.7);
}

/*弹出层相关*/
.c-btn{display: inline-block;vertical-align: top;font-size: 14px;color: #fff;line-height: 1.43;text-align: center;cursor: pointer;user-select: none;border: 1px solid transparent;border-radius: 4px;padding: 6px 12px;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;}
.c-btn:hover{color: #fff;}
.c-blue{background-color: #0d6efd;border: 1px solid #0d6efd;}
.c-blue:hover{background-color: #0b5ed7;border-color: #0b5ed7;}
.c-white{background-color: #fff;border: 1px solid #dee2e6;color: #666;transition: all .3s;}
.c-white:hover,
.c-white:focus,
.c-white:active{color: #333;background-color:#e6e6e6;border-color:#adadad;}
.hn-tip{width: 100%;position: fixed;left: 0;top: 0;z-index: 987654321;}
.hn-mask{width: 100%;height: 100%;position: fixed;left: 0;top: 0;visibility: hidden;opacity: 0;z-index: 987654321;background-color: rgba(0,0,0,0.1);transition: all .3s cubic-bezier(.25,.1,.25,1);}
.hn-tip .hn-mask{background-color: transparent;}
.hn-msg{position: fixed;left: 50%;top: 50%;z-index: 987654321;max-width: 500px;transform: translate(-50%,-50%) scale(0.5);opacity: 0;visibility: hidden;font-size: 14px;color: #fff;background-color: rgba(0,0,0,0.6);border-radius: 2px;padding: 12px 25px;transition: all .3s cubic-bezier(.25,.1,.25,1);}
.hn-tip.show .hn-mask{visibility: visible;opacity: 1;}
.hn-tip.show .hn-msg{transform: translate(-50%,-50%) scale(1);opacity: 1;visibility: visible;}
.hn-load{width: 100%;position: fixed;left: 0;top: 0;z-index: 987654321;}
.hn-load-cont{position: fixed;left: 50%;top: 50%;z-index: 987654321;max-width: 500px;transform: translate(-50%,-50%) scale(0.5);opacity: 0;visibility: hidden;transition: all .3s cubic-bezier(.25,.1,.25,1);}
.hn-load-icon{width: 32px;height: 32px;margin: 0 auto;background-image: url(../images/load.gif);background-repeat: no-repeat;background-position: 100% 100%;}
.hn-load-title{font-size: 14px;color: #333;text-align: center;margin-top: 10px;}
.hn-load.show .hn-mask{visibility: visible;opacity: 1;}
.hn-load.show .hn-load-cont{transform: translate(-50%,-50%) scale(1);opacity: 1;visibility: visible;}
.hn-confirm{width: 100%;position: fixed;left: 0;top: 0;z-index: 987654321;border-radius: 2px 2px 0 0;}
.hn-confirm-dialog{width: auto;min-width: 300px;position: fixed;left: 0;top: 0;z-index: 987654321;transform: scale(0.5);opacity: 0;visibility: hidden;background-color: #fff;transition: transform .3s cubic-bezier(.25,.1,.25,1),opacity .3s cubic-bezier(.25,.1,.25,1);}
.hn-confirm-title{padding: 0 80px 0 20px;height: 46px;line-height: 46px;border-bottom: 1px solid #f0f0f0;font-size: 14px;color: #333;overflow: hidden;cursor: move;user-select: none;}
.hn-confirm-cont{width: 100%;position: relative;padding: 20px;line-height: 24px;word-break: break-all;overflow: hidden;font-size: 14px;}
.hn-confirm-btns{text-align: right;padding: 0 15px 12px;user-select: none;font-size: 0;}
.hn-confirm-close{font-size: 16px;color: #666;position: absolute;right: 0;top: 0;line-height: 46px;width: 46px;text-align: center;cursor: pointer;font-weight: bold;transition: all .3s;user-select: none;}
.hn-confirm-close:hover{opacity: 0.7;}
.hn-confirm-btns .c-btn{margin-left: 10px;}
.hn-confirm-btns .c-btn:first-child{margin-left: 0;}
.hn-confirm.show .hn-mask{visibility: visible;opacity: 1;}
.hn-confirm.show .hn-confirm-dialog{transform: scale(1);opacity: 1;visibility: visible;}
.hn-html{width: 100%;position: fixed;left: 0;top: 0;z-index: 987654321;border-radius: 2px 2px 0 0;}
.hn-html-dialog{width: auto;min-width: 300px;position: fixed;left: 0;top: 0;z-index: 987654321;transform: scale(0.5);opacity: 0;visibility: hidden;background-color: #fff;transition: transform .3s cubic-bezier(.25,.1,.25,1),opacity .3s cubic-bezier(.25,.1,.25,1);}
.hn-html-title{padding: 0 80px 0 10px;height: 46px;line-height: 46px;border-bottom: 1px solid #f0f0f0;font-size: 14px;color: #333;overflow: hidden;cursor: move;user-select: none;}
.hn-html-cont{width: 100%;position: relative;padding: 10px;line-height: 24px;word-break: break-all;overflow: auto;font-size: 14px;}
.hn-html-cont p{line-height: 24px;}
.hn-html-close{font-size: 16px;color: #666;position: absolute;right: 0;top: 0;line-height: 46px;width: 46px;text-align: center;cursor: pointer;font-weight: bold;transition: all .3s;user-select: none;}
.hn-html-close:hover{opacity: 0.7;}
.hn-html.show .hn-mask{visibility: visible;opacity: 1;}
.hn-html.show .hn-html-dialog{transform: scale(1);opacity: 1;visibility: visible;}

.hn-confirm-dialog{max-width: calc(100% - 20px);}
.hn-confirm-cont{max-width: 500px;}
.hn-html-dialog{max-width: calc(100% - 20px);}
.hn-html-cont{max-width: 100%;}
/*弹出层相关 end*/

/*新增*/
.i-style1{font-style: normal;color: #f00;margin-right: 2px;}
main .shipping-address .shipping-address-wrap .m-f4-a1 .m-f4-a11-a12 {
  width: 65%;
}
main .shipping-address .shipping-address-wrap .m-f4-a2 .m-f4-a211-a212 {
  font-family: MicrosoftYaHei;
  font-size: 15px;
  color: #333;
  width: 65%;
  line-height: 20px;
  vertical-align: top;
}
main .main-pages-nav .nav-itemA2 {
  display: inline-block;
  cursor: pointer;
  font-size: 0;
  height: 100%;
  line-height: 80px;
}
main .main-pages-nav .nav-itemA2 .nav-item-text {
  display: inline-block;
  font-family: SourceHanSansCN-Regular;
  font-size: 14px;
  color: #666666;
  vertical-align: middle;
  margin-left: 10px;
}
main .main-product-details .product-details-container .product-details-wrap .details-wrap .details-share-keep .share .share_box {
  position: absolute;
  top: calc(100% + 20px);
  font-size: 0;
  background-color: #fff;
  box-shadow: 0px 1px 20px 0px rgba(58, 56, 54, 0.54);
  right: -0.2rem;
  right: -20px;
  white-space: nowrap;
  padding: 5px;
  display: none;
}

main .main-product-details .product-details-container .product-details-wrap .details-wrap .details-share-keep .share .share_box:before {
  content: ' ';
  width: 0;
  height: 0;
  position: absolute;
  right: 0.2rem;
  right: 20px;
  bottom: 100%;
  border: solid 8px;
  border-color: transparent transparent #fff transparent;
}
.cart-no-goods{font-size: 12px;color: #aaa;line-height: 20px;}
.ftx01{color: #e2231a;}

main .main-submit-orders .submit-orders-container .order-settlement .link .submitOrder {
  cursor: pointer;
  display: inline-block;
  width: 160px;
  height: 46px;
  background-color: #ff3232;
  border-radius: 6px;
  line-height: 46px;
  text-align: center;
  font-family: SourceHanSansCN-Regular;
  font-size: 16px;
  color: #ffffff;
  margin-left: 20px;
  float: right;
  border: none
}

main .main-submit-orders .submit-orders-container .order-coupon select, main .main-submit-orders .submit-orders-container .order-coupon .coupon-other{
  height: 50px;
  display: inline-block;
  float: left;
  line-height: 50px;
  padding-right: 20px;
}

main .main-pay .pay-container .pay-method-wrap .pay-notes{
  width: 100%;
  border: 1px solid #FBEED5;
  color: #C09853;
  background-color: #FCF8E3;
  padding: 16px;
  font-size: 16px;
}
