<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*html,body{width: 100%; height: 100%;}*/
/*第一次换颜色相关的样式,归纳了各种变量，背景色，字体颜色等*/
/*公共的文字颜色*/
/*优惠券*/
/*公共的按钮颜色*/
/*公共的边框颜色*/
/*公共的图片*/
/*公共的字号*/
/*公共的字体*/
/*第一次换颜色相关的样式结束*/
.tab-min {
  font-size: 14px;
  margin-top: 48px; }
  .tab-min .tab-wrap {
    padding-bottom: 10px;
    padding-left: 10px;
    border-bottom: 2px solid #333333; }
    .tab-min .tab-wrap span {
      display: inline-block;
      height: 100%;
      margin: 0 20px;
      font-size: 16px; }
      .tab-min .tab-wrap span:nth-child(1) {
        margin-left: 0; }
      .tab-min .tab-wrap span.active {
        position: relative; }
        .tab-min .tab-wrap span.active:before {
          content: "";
          display: inline-block;
          width: 100%;
          height: 5px;
          position: absolute;
          bottom: -14px; }
  .tab-min &gt; i {
    display: inline-block;
    width: 1px;
    height: 24px;
    background-color: #999;
    position: relative;
    top: 6px; }
  .tab-min .con-description {
    font-size: 14px;
    padding: 20px;
    background: #FFFFFF; }
    .tab-min .con-description table {
      width: 100%; }
      .tab-min .con-description table tr td {
        line-height: 30px;
        /*color: #333333;*/
        font-size: 14px; }
        .tab-min .con-description table tr td:first-child {
          width: 13%; }
    .tab-min .con-description a {
      color: #333333; }

.con-color {
  padding: 20px; }
  .con-color .text h4 {
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 20px;
    display: inline-block;
    padding: 4px 18px;
    background: aliceblue; }
  .con-color .text p {
    line-height: 34px;
    font-size: 12px;
    color: #333;
    text-indent: 20px; }
  .con-color .color-lis {
    line-height: 38px;
    border-top: 1px dashed #333333;
    border-bottom: 1px dashed #333333;
    padding: 0 20px; }
    .con-color .color-lis li {
      float: left;
      margin-right: 24px;
      cursor: pointer; }
      .con-color .color-lis li.active span {
        color: #999999;
        display: inline-block;
        line-height: 24px;
        padding: 0 10px;
        box-shadow: 0 0 2px #ccc;
        border-radius: 12px;
        color: #fff; }
  .con-color .cloth-wrap &gt; div {
    display: none; }
    .con-color .cloth-wrap &gt; div:first-child {
      display: block; }
  .con-color .cloth-wrap h2 {
    line-height: 76px;
    font-size: 18px;
    text-align: left; }
  .con-color .cloth-wrap .fl {
    text-align: center;
    font-size: 14px; }
    .con-color .cloth-wrap .fl &gt; span {
      display: inline-block; }
  .con-color .cloth-wrap .show-cloth {
    border-bottom: 1px dotted #333333;
    padding: 0 0 20px; }
    .con-color .cloth-wrap .show-cloth:last-child {
      border: none; }
    .con-color .cloth-wrap .show-cloth &gt; div {
      width: 158px; }
    .con-color .cloth-wrap .show-cloth .big-cloth {
      width: 9.375rem;
      height: 9.375rem;
      background-size: 93.75rem 93.75rem; }
    .con-color .cloth-wrap .show-cloth &gt; ul {
      width: 1150px; }
      .con-color .cloth-wrap .show-cloth &gt; ul li {
        cursor: pointer;
        float: left;
        width: 88px;
        min-height: 70px;
        margin-bottom: 16px;
        font-size: 10px;
        text-align: center;
        height: 72px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap; }
  .con-color .show-cloth &gt; ul li a {
    display: inline-block;
    width: 36px;
    height: 36px;
    background: url("../img/details/color-lis.png") no-repeat; }
  .con-color .show-cloth &gt; ul li span {
    display: block;
    width: 3.125rem;
    height: 3.125rem;
    margin: 0px auto; }
  .con-color .show-cloth &gt; ul li .small-cloth-text {
    height: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }

#size_attr {
  margin-top: 10px; }

/*尺码*/
.con-size {
  margin-top: 28px;
  text-align: center;
  padding: 0px 15px; }
  .con-size table {
    margin-bottom: 20px;
    width: 100%;
    color: #333333; }
    .con-size table tr {
      height: 36px;
      font-size: 15px;
      border: 1px solid #e2e2e2; }
      .con-size table tr:first-child {
        height: 54px;
        font-size: 19px;
        background-color: #f2f2f2; }
      .con-size table tr td {
        border: 1px solid #e2e2e2; }

/*评论*/
.wrap {
  position: absolute;
  /*display: none; */
  top: 40px;
  left: 50%;
  padding: 24px 24px 40px 24px;
  margin-left: -390px;
  width: 780px;
  background-color: #fff;
  z-index: 1009; }
  .wrap h2 {
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 44px;
    border-bottom: 2px solid #333; }
  .wrap .del {
    position: absolute;
    top: 38px;
    right: 25px;
    width: 18px;
    height: 18px;
    background: url("../img/comm/comm.png") 0 -254px no-repeat; }

.comment-colse {
  position: absolute;
  top: 38px;
  right: 25px;
  width: 18px;
  height: 18px;
  background: url("../img/comm/comm.png") 0 -254px no-repeat; }

#sp_ra_span {
  margin-left: 68px; }

.wrap .input p {
  text-align: left;
  padding-left: 68px; }
.wrap .input .wr_x_left {
  padding-bottom: 10px;
  line-height: 16px;
  color: #999;
  text-align: left;
  background: url(../img/details/con-circle.png) no-repeat left 7px;
  padding-left: 13px; }
.wrap .w220p {
  line-height: 36px;
  height: 36px;
  width: 50px;
  display: inline-block;
  text-align: left;
  float: left; }
.wrap label .rating {
  margin-left: 15px; }
.wrap .input .btn {
  padding-left: 28px;
  padding-top: 10px; }
  .wrap .input .btn a {
    cursor: pointer;
    color: white; }
  .wrap .input .btn a:hover {
    color: white; }
  .wrap .input .btn button {
    height: 32px;
    line-height: 32px;
    border-radius: 6px; }
.wrap .input .input {
  margin-top: 10px; }
.wrap .input .file-con input[type="file"] {
  display: none; }
.wrap .input .file-con div.uploadBox {
  display: inline-block;
  vertical-align: top;
  width: 570px; }
.wrap .input .file-con a {
  display: inline-block;
  width: 120px;
  height: 120px;
  border: 1px dashed #c0ccda;
  border-radius: 6px;
  margin-left: 16px;
  position: relative;
  overflow: hidden; }
  .wrap .input .file-con a.priviewPicBox span {
    border-radius: 5px;
    width: 114px;
    height: 114px;
    overflow: hidden;
    display: table-cell;
    vertical-align: middle;
    text-align: center; }
    .wrap .input .file-con a.priviewPicBox span img {
      vertical-align: middle; }
  .wrap .input .file-con a.priviewPicBox i, .wrap .input .file-con a.priviewPicBox em {
    display: none; }
  .wrap .input .file-con a:hover {
    border-color: #20a0ff; }
    .wrap .input .file-con a:hover.priviewPicBox em {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: #000;
      opacity: .5;
      display: block; }
    .wrap .input .file-con a:hover.priviewPicBox i {
      display: block;
      position: absolute;
      left: 50%;
      top: 50%;
      margin: -12px 0 0 -12px;
      font-size: 24px;
      color: #fff;
      cursor: pointer; }
  .wrap .input .file-con a.priviewPicBox {
    margin-left: 16px;
    vertical-align: top;
    padding: 2px;
    margin-bottom: 15px; }
  .wrap .input .file-con a.upload:after {
    content: '+';
    font-size: 48px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -24px 0 0 -24px;
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    color: #8c939d; }
.wrap .star {
  display: inline-block;
  margin-left: 16px; }
  .wrap .star div {
    height: 18px;
    width: 110px;
    margin-left: 15px;
    background: url(../img/comm/start.png) no-repeat top left; }
.wrap .border {
  border: 1px solid #ccc; }

#rateMe a {
  background: url(../img/comm/start.png) no-repeat;
  cursor: pointer;
  float: left;
  height: 18px;
  width: 19px;
  padding-right: 3px;
  background-position: -19px -18px;
  text-shadow: 0 0 black;
  margin-right: 2px; }
  #rateMe a.on {
    background: url(../img/comm/start.png) no-repeat;
    cursor: pointer;
    float: left;
    height: 18px;
    width: 19px;
    padding-right: 3px;
    background-position: 0px 0px;
    text-shadow: 0 0 black;
    margin-right: 2px; }

.wrap .input .error {
  margin-left: 70px; }
.wrap .username {
  padding-left: 10px;
  margin-left: 20px;
  width: 436px;
  height: 32px;
  margin-bottom: 10px; }

.question .email {
  padding-left: 10px;
  margin-left: 20px;
  width: 436px;
  height: 32px;
  margin-bottom: 10px; }

.wrap .check {
  margin-left: 195px;
  margin-top: 16px;
  width: 410px;
  text-align: left; }
  .wrap .check label {
    display: inline-block;
    width: 190px; }
    .wrap .check label input {
      margin-right: 4px; }
.wrap .text {
  text-align: left; }
  .wrap .text span {
    vertical-align: top; }
  .wrap .text textarea {
    margin-left: 16px;
    resize: none;
    width: 435px;
    height: 122px;
    border: 1px solid #ccc;
    padding: 5px; }
.wrap .code {
  margin-left: 80px;
  text-align: left; }
  .wrap .code input {
    width: 186px;
    height: 33px;
    padding-left: 10px;
    margin-left: 10px; }
  .wrap .code img {
    vertical-align: middle; }
.wrap button {
  width: 116px;
  height: 48px;
  border: none;
  color: #fff; }
  .wrap button:nth-child(1) {
    background: #ff0000; }
  .wrap button:nth-child(2) {
    margin-right: 120px;
    margin-top: 40px;
    margin-left: 20px;
    background-color: #000; }

/**定制信息错误提示词颜色**/
.custom_box div.error span {
  color: #f10c4d; }

/**定制信息错误文本颜色**/
.custom_box .error_text {
  color: #f10c4d; }

/**定制信息错误文本颜色**/
.custom_box .error_text i {
  color: #f10c4d; }

/**定制信息错误选择框颜色**/
.custom_box div.error select,
.custom_box div.error input {
  border: 1px solid  #f10c4d; }

/**定制状态下，尺码信息正常样式**/
.size .disable a {
  cursor: not-allowed;
  color: #D6D6D8; }

.custom_box {
  display: none; }
  .custom_box p {
    background: #f0f0f0;
    padding: 10px;
    margin: 5px 0 10px 0; }
  .custom_box .input-text {
    float: left; }
    .custom_box .input-text div span {
      display: inline-block;
      text-align: right;
      width: 220px;
      color: #666666;
      padding-right: 5px; }
      .custom_box .input-text div span .required {
        display: inline-block;
        vertical-align: -3px;
        padding-right: 3px;
        color: red; }
  .custom_box .input-img {
    float: right; }
  .custom_box .input-text div {
    margin-bottom: 12px; }
    .custom_box .input-text div select, .custom_box .input-text div input {
      padding: 0 5px;
      width: 194px;
      height: 28px;
      border: 1px solid #cfcfcf;
      color: #666666;
      background: #ffffff; }
    .custom_box .input-text div.error_text {
      margin: 5px 0 5px 223px; }
      .custom_box .input-text div.error_text i {
        font-style: normal; }
    .custom_box .input-text div span i.cm:before {
      content: "cm"; }
    .custom_box .input-text div span i.inch:before {
      content: "inch"; }
  .custom_box .input-img {
    width: 290px;
    box-shadow: 0 0 8px #999;
    overflow: hidden; }
    .custom_box .input-img img {
      width: 100%; }

.goods_img1 .Collection {
  color: #999;
  position: absolute;
  width: 78px;
  height: 78px;
  right: 30px;
  top: 0;
  cursor: pointer;
  z-index: 96; }
.goods_img1 div:hover.Collection i {
  opacity: .8; }
.goods_img1 .Collection &gt; i {
  position: absolute;
  left: 0;
  color: #f45d8a;
  font-size: 30px;
  top: 10px;
  border: 1px solid #cccccc;
  box-shadow: 0 0 3px #000;
  width: 68px;
  height: 68px;
  background: #fff;
  opacity: .8;
  border-radius: 50%;
  text-align: center;
  line-height: 68px; }
  .goods_img1 .Collection &gt; i i {
    margin-top: 0px;
    font-size: 28px; }

.preview .Collection {
  color: #999;
  position: absolute;
  width: 78px;
  height: 78px;
  right: 30px;
  top: 0;
  cursor: pointer;
  z-index: 96; }
.preview div:hover.Collection b, .preview .Collection b.active {
  background-position: -435px -40px;
  opacity: 1; }
.preview div:hover.Collection i {
  opacity: .8; }
.preview .Collection b {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -8px 0 0 -21px;
  width: 34px;
  height: 30px;
  opacity: .7; }
.preview .Collection &gt; i {
  position: absolute;
  left: 0;
  top: 10px;
  border: 1px solid #cccccc;
  box-shadow: 0 0 3px #000;
  width: 68px;
  height: 68px;
  background: #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 68px; }
  .preview .Collection &gt; i i {
    margin-top: 20px;
    font-size: 28px; }

.return-policy {
  padding: 20px; }
  .return-policy strong {
    font-size: 14px;
    margin-bottom: 10px;
    display: block;
    font-weight: bold; }
    .return-policy strong:not(:first-child) {
      margin-top: 20px; }
  .return-policy p {
    font-size: 14px;
    font-weight: normal;
    margin-top: 10px; }
    .return-policy p.title {
      font-size: 14px;
      line-height: 36px;
      font-weight: normal; }

.con-faq p {
  font-size: 12px;
  font-weight: normal; }
  .con-faq p.title {
    font-size: 14px;
    line-height: 36px;
    font-weight: normal; }
  .con-faq p.title-min {
    font-size: 13px;
    line-height: 36px;
    font-weight: normal;
    color: #000; }

.delivery-mode {
  padding-bottom: 30px; }
  .delivery-mode p.ptit {
    border-bottom: 2px dotted #ccc;
    font-size: 14px;
    display: block;
    line-height: 40px;
    margin: 10px 20px 0; }

.tailoring {
  position: relative;
  font-size: 14px;
  margin: 10px 0; }
  .tailoring .title i {
    width: 18px;
    text-align: center; }

.delivery-mode p {
  margin-top: 15px;
  line-height: 22px; }
  .delivery-mode p.pnr {
    font-size: 12px;
    font-weight: normal;
    text-indent: 20px; }
.delivery-mode .total-time {
  margin: 20px 0 0 20px;
  min-width: 645px;
  max-width: 800px;
  color: #333;
  overflow: hidden;
  position: relative; }

.total-time {
  font-size: 12px; }
  .total-time .tt-title-con {
    background: url("../img/comm/title-line.jpg") repeat-x;
    height: 18px;
    width: 100%;
    line-height: 18px; }
  .total-time .tt-title {
    background: #fff;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -40px;
    padding: 0 5px; }
  .total-time .tailoring-dresses {
    overflow: hidden; }

.tailoring-dresses-con, .shipping-con {
  display: inline-block;
  width: 48%;
  float: left;
  margin-top: 10px; }

.tailoring-dresses-con {
  margin-right: 10px; }

.shipping-con {
  /*float: right;*/ }

.total-time .scissors {
  background: url("../img/comm/scissors.jpg") no-repeat;
  display: inline-block;
  width: 30px;
  height: 52px;
  float: left; }
.total-time .bg {
  background: url(../img/comm/line-bg.jpg) 0 10px repeat-x;
  display: inline-block;
  height: 42px;
  line-height: 52px;
  float: left;
  padding: 0 6px;
  min-width: 254px; }
.total-time .errow {
  background: url("../img/comm/errow.jpg") no-repeat;
  display: inline-block;
  width: 30px;
  height: 52px;
  float: left; }
.total-time .aircraft {
  background: url("../img/comm/aircraft.jpg") no-repeat;
  display: inline-block;
  width: 37px;
  height: 52px;
  float: left; }
.total-time .shipping1 {
  overflow: hidden; }
.total-time .payment-confirmation .payment-confirmation-icon {
  display: inline-block;
  background: url("../img/comm/bottom-arror1.jpg") no-repeat;
  width: 14px;
  height: 14px;
  margin-right: 5px;
  vertical-align: middle; }
.total-time .receive-order .receive-order-icon {
  display: inline-block;
  background: url("../img/comm/bottom-arror2.jpg") no-repeat;
  width: 14px;
  height: 14px;
  margin-right: 5px;
  vertical-align: middle; }

/*新色卡*/
.spec .color {
  display: flex;
  width: 750px;
  flex-wrap: wrap; }

.spec .color .size1 {
  display: inline-block;
  width: 42px;
  margin-right: 5px;
  margin-bottom: 5px;
  border: 1px solid #b8b7bd;
  overflow: hidden;
  position: relative;
  font-size: 100%;
  vertical-align: middle; }
.spec .color a {
  position: relative; }
.spec .color .size1 img {
  max-width: 100%;
  vertical-align: middle; }
.spec .color .size {
  display: inline-block;
  padding: 3px 9px;
  text-align: center;
  border: 1px solid #b8b7bd;
  margin: 0 5px 7px 0; }
.spec .color .size.disable {
  margin: 0 5px 7px 0;
  cursor: not-allowed; }
  .spec .color .size.disable a {
    cursor: not-allowed; }

.hide {
  display: none; }

.con-comment .comment-item div.fl {
  width: 266px; }
.con-comment .comment-item div.fr {
  width: 1040px; }
.con-comment .comment-item .fr .comment-text {
  margin: 8px 0; }
.con-comment .comment-item .fr .reply {
  position: relative;
  padding: 10px;
  background: #f6f6f6; }
.con-comment .comment-item .reply .b1 {
  left: 25px;
  position: absolute;
  top: -16px;
  height: 0;
  width: 0;
  border-width: 8px;
  border-style: solid;
  border-color: transparent transparent #f2f2f2 transparent;
  z-index: 1; }
.con-comment .comment-item .fr .comment-img {
  margin: 8px 0; }
.con-comment .comment-item .comment-img li {
  max-height: 120px;
  display: inline-block;
  border: 2px solid #f5f5f5;
  margin: 0px 12px 12px 0;
  width: 120px;
  overflow: hidden;
  cursor: pointer;
  text-align: center; }
  .con-comment .comment-item .comment-img li a {
    display: inline-block;
    width: 100%;
    height: 120px;
    line-height: 120px; }
  .con-comment .comment-item .comment-img li img {
    max-width: 100%;
    display: inline-block;
    vertical-align: middle;
    max-height: 100%; }

div.detail-opened {
  width: 500px !important;
  max-height: 580px !important;
  overflow: hidden; }
  div.detail-opened .fancybox-inner {
    width: 100% !important;
    height: auto !important; }

.con-comment .total-score .title {
  background: url("../img/details/detail-line.jpg") repeat-x;
  height: 36px;
  font-size: 24px;
  line-height: 36px;
  text-align: center; }
  .con-comment .total-score .title span {
    display: inline-block;
    background: white;
    padding: 0 15px; }
.con-comment .total-score .cotent {
  padding: 26px 0 54px; }
  .con-comment .total-score .cotent .total-score {
    width: 215px;
    border-right: 1px solid #e5e5e5; }
  .con-comment .total-score .cotent .total-score-num {
    font-family: AvenirNextLTPro;
    font-size: 72px;
    font-weight: bold;
    text-align: center;
    line-height: 72px; }
  .con-comment .total-score .cotent .star-con .star {
    float: none;
    margin: 10px 0 10px 44px;
    display: inline-block;
    text-align: center; }
.con-comment .cotent .total-write {
  color: #999999;
  /* padding-left: 25px; */
  overflow: hidden;
  text-align: center; }
  .con-comment .cotent .total-write li {
    padding: 0 4px;
    font-size: 12px; }
.con-comment .write-ewview-btn {
  height: 46px;
  background-color: #000;
  display: inline-block;
  line-height: 46px;
  border-radius: 8px;
  position: relative;
  padding: 0 30px;
  cursor: pointer; }
  .con-comment .write-ewview-btn i {
    font-size: 18px;
    margin-right: 10px;
    display: inherit; }

.cotent .total-score .cotent .start {
  margin: 4px 0 0 60px;
  vertical-align: 24px;
  display: inline-block;
  width: 95px;
  height: 18px;
  background: url(../img/comm/start.png) no-repeat left bottom; }
  .cotent .total-score .cotent .start i {
    display: inline-block;
    top: 0;
    height: 18px;
    background: url(../img/comm/start.png) no-repeat top left; }

.total-progress {
  /*width: 215px;*/
  padding: 0 50px 0 44px;
  line-height: 28px;
  border-right: 1px solid #e5e5e5; }
  .total-progress ul {
    line-height: 28px; }
    .total-progress ul li {
      position: relative; }
  .total-progress .star {
    width: 15px;
    height: 15px;
    display: inline-block;
    margin: 1px 8px 0 0;
    position: absolute;
    left: -22px;
    top: -1px; }
    .total-progress .star i {
      background: none;
      font-size: 16px; }
  .total-progress .score_show {
    height: 6px;
    background: #999999;
    position: absolute; }

.cotent .process {
  position: relative;
  width: 156px;
  height: 6px;
  display: inline-block;
  background: #e5e5e5; }

.cotent .num {
  margin: 0 8px 0 0; }

.con-comment .comment-item .star {
  width: 120px;
  float: right; }
  .con-comment .comment-item .star i {
    font-size: 18px; }

/*总评论*/
/*detailtips*/
.itemInfo .title span div.title_tips {
  background: #555;
  position: absolute;
  left: -25px;
  padding: 5px;
  border-radius: 8px;
  min-width: 125px;
  z-index: 2; }
  .itemInfo .title span div.title_tips p {
    line-height: 20px;
    padding: 0 4px;
    color: #ffffff; }
  .itemInfo .title span div.title_tips:after {
    content: '';
    width: 0;
    height: 0;
    border-width: 0 5px 5px;
    border-style: solid;
    border-color: transparent transparent #555;
    /*透明 透明  黄*/
    position: absolute;
    top: -5px;
    left: 30px; }

.color-select {
  padding: 10px 0 0;
  float: left;
  width: 600px;
  display: flex;
  flex-wrap: wrap; }
  .color-select li {
    position: relative; }
    .color-select li .colorAlt {
      position: absolute;
      text-align: center;
      display: none;
      z-index: 9999;
      left: -180%;
      right: -180%;
      top: -30px; }

.itemInfo .spec {
  position: relative; }

.itemInfo .spec .color-select li .text-tip {
  position: relative;
  text-align: center;
  display: inline-block;
  z-index: 9999;
  margin-bottom: 5px;
  border: 1px solid #cdcdcd;
  padding: 3px;
  border-radius: 5px;
  color: #4c5253;
  background: #fff;
  min-width: 30px;
  float: none;
  height: auto;
  margin-left: 0;
  line-height: normal;
  text-decoration: none; }

.color-select {
  float: left; }
  .color-select .text-tip:before {
    width: 10px;
    height: 10px;
    position: absolute;
    display: block;
    left: 50%;
    content: "";
    margin-left: -5px;
    background: url(../images/bgwidget.png) -280px -145px no-repeat;
    top: 22px; }
  .color-select a.color_block {
    display: inline-block;
    width: 27px;
    text-align: center;
    height: 23px;
    position: relative;
    border-radius: 16px;
    margin: 0 4px 4px;
    border: 1px solid #c3c3c3; }
    .color-select a.color_block .fa {
      opacity: 0; }
    .color-select a.color_block:not(.white).active i, .color-select a.color_block:not(.ivory).active i {
      opacity: 1;
      color: #333333; }
    .color-select a.color_block.shape1:not(.white).active i, .color-select a.color_block:not(.ivory).active i, .color-select a.color_block.shape3:not(.white).active i, .color-select a.color_block:not(.ivory).active i {
      opacity: 1;
      color: #FFFFFF; }
    .color-select a.color_block.white.active i, .color-select a.color_block.ivory a.active i {
      opacity: 1;
      color: #333333; }
    .color-select a.color_block.shape1.white.active i, .color-select a.color_block.ivory a.active i, .color-select a.color_block.shape3.white.active i, .color-select a.color_block.ivory a.active i {
      opacity: 1;
      color: #333333; }
    .color-select a.color_block:not(.white):hover i, .color-select a.color_block:not(.ivory):hover i {
      opacity: 1;
      color: #FFFFFF; }
    .color-select a.color_block.white:hover i, .color-select a.color_block.ivory:hover i {
      opacity: 1;
      color: #333333; }
    .color-select a.color_block.shape1 {
      border-radius: 50%;
      height: 27px;
      line-height: 27px; }
    .color-select a.color_block.shape2 {
      border-radius: 16px;
      line-height: 23px; }
    .color-select a.color_block.shape3 {
      border-radius: 0;
      height: 27px;
      line-height: 27px; }
  .color-select a.picture_color {
    display: inline-block;
    width: 27px;
    height: 23px;
    text-align: center;
    position: relative;
    border-radius: 16px;
    margin: 0 4px 4px;
    border: 1px solid #c3c3c3;
    background-position: -33px -1px; }
    .color-select a.picture_color .fa {
      opacity: 0; }
    .color-select a.picture_color:hover i, .color-select a.picture_color.active i {
      opacity: 1;
      color: #FFFFFF; }
    .color-select a.picture_color.shape1 {
      border-radius: 50%;
      height: 27px;
      line-height: 27px;
      background: url("../img/piccolorsquare.png") no-repeat;
      background-size: 100% 100%; }
    .color-select a.picture_color.shape2 {
      border-radius: 16px;
      height: 23px;
      line-height: 23px;
      background: url("../img/piccolor.png") no-repeat;
      background-position: -33px -1px; }
    .color-select a.picture_color.shape3 {
      border-radius: 0;
      height: 27px;
      line-height: 27px;
      background: url("../img/piccolorsquare.png") no-repeat;
      background-size: 100% 100%; }
  .color-select .img_block {
    align-items: center;
    display: flex;
    width: 42px;
    margin-right: 5px;
    margin-bottom: 5px;
    border: 1px solid #b8b7bd;
    overflow: hidden;
    position: relative;
    font-size: 100%;
    height: calc(100% - 5px);
    vertical-align: middle; }
    .color-select .img_block .fa {
      display: none; }
    .color-select .img_block img {
      max-width: 100%;
      max-height: 100%;
      margin: 0 auto;
      align-items: center; }

.spec .color-select li a.white.hover i, .spec .color-select li a.ivory.hover i {
  opacity: 1;
  color: #333333; }

.itemInfo &gt; .name {
  width: 88%; }

.itemInfo .name {
  display: inline-block; }

.itemInfo .name .p-name {
  font-size: 100%;
  margin: 0; }

.ribbon-wrap {
  width: 140px;
  height: 140px;
  position: absolute;
  top: -19px;
  right: -8px;
  overflow: hidden;
  color: #fff;
  font-size: 32px; }
  .ribbon-wrap:before {
    content: "";
    display: block;
    border-radius: 8px 8px 0px 0px;
    width: 40px;
    height: 8px;
    position: absolute;
    right: 100px; }
  .ribbon-wrap:after {
    content: "";
    display: block;
    border-radius: 0px 8px 8px 0px;
    width: 8px;
    height: 40px;
    position: absolute;
    right: 0px;
    top: 100px; }

.custom-con {
  margin-top: 5px; }

.pc_con .ribbon-wrap span.ribbon {
  display: inline-block;
  text-align: center;
  width: 200px;
  height: 40px;
  color: #FFFFFF;
  font-size: 18px;
  line-height: 40px;
  position: absolute;
  top: 30px;
  right: -50px;
  z-index: 2;
  overflow: hidden;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg); }

#currentSizeShow {
  width: 80%;
  margin-bottom: 10px; }
  #currentSizeShow li {
    float: left;
    min-width: 240px;
    line-height: 22px; }
    #currentSizeShow li span {
      font-weight: bold; }

.color_text &gt; .fl {
  width: 84%; }

/*详情页选择款式*/
.product-intro {
  position: relative; }

.preview {
  width: 600px;
  position: relative;
  overflow: hidden;
  min-height: 726px;
  margin-left: 10px; }
  .preview .main-img-box {
    height: 595px;
    width: 80px;
    overflow: hidden;
    margin-top: 38px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -294px; }
  .preview .main-img {
    position: relative; }
    .preview .main-img li {
      position: relative; }
      .preview .main-img li a {
        display: block;
        width: 80px;
        height: 107px;
        margin-bottom: 12px;
        overflow: hidden;
        line-height: 107px; }
    .preview .main-img img {
      width: 100%;
      display: inline-block;
      vertical-align: middle; }
    .preview .main-img .active {
      position: relative; }
      .preview .main-img .active:after {
        border: 4px solid;
        position: absolute;
        left: 0;
        top: -1px;
        content: "";
        width: 80px;
        height: 108px; }
  .preview .show {
    margin-left: 100px;
    width: 480px;
    display: table-cell;
    position: relative;
    vertical-align: middle; }
    .preview .show img {
      width: 100%; }
  .preview .prev, .preview .next {
    position: absolute;
    width: 80px;
    text-align: center;
    vertical-align: middle;
    font-size: 0;
    padding-top: 3px;
    height: 30px;
    cursor: pointer;
    z-index: 12;
    border: none; }
  .preview .prev i, .preview .next i {
    font-size: 20px;
    display: inline-block; }
  .preview .next {
    bottom: 4px; }
  .preview .prev {
    top: 0; }

.descript_tab {
  background: white;
  padding-top: 10px;
  padding-bottom: 20px; }
  .descript_tab .tab-wrap .fa {
    display: none; }

.goods_img1 {
  width: 610px;
  position: relative;
  overflow: hidden; }
  .goods_img1 .main-img-box {
    width: 570px;
    height: 80px;
    overflow: hidden;
    margin-top: 20px;
    bottom: 0px;
    z-index: 10; }
  .goods_img1 .main-img {
    position: relative;
    height: 78px;
    padding: 0 0 0 30px; }
    .goods_img1 .main-img li {
      position: relative;
      width: 78px;
      float: left;
      margin-right: 10px;
      overflow: hidden; }
      .goods_img1 .main-img li a {
        display: block; }
    .goods_img1 .main-img img {
      width: 78px;
      height: 78px; }
    .goods_img1 .main-img .active {
      position: relative; }
      .goods_img1 .main-img .active:after {
        position: absolute;
        left: 0;
        top: -1px;
        content: "";
        width: 78px;
        height: 79px; }
  .goods_img1 .show {
    width: 580px;
    display: table-cell;
    vertical-align: middle;
    overflow: hidden;
    position: relative; }
    .goods_img1 .show img {
      width: 100%; }
  .goods_img1 .prev, .goods_img1 .next {
    position: absolute;
    width: 30px;
    text-align: center;
    vertical-align: middle;
    font-size: 0;
    padding-top: 9px;
    height: 80px;
    cursor: pointer;
    z-index: 12;
    line-height: 80px;
    border: none; }
  .goods_img1 .prev i, .goods_img1 .next i {
    font-size: 20px; }
  .goods_img1 .next {
    bottom: 0px;
    right: 30px; }
  .goods_img1 .prev {
    bottom: 0px;
    left: -1px; }

.itemInfo {
  width: 740px;
  position: relative;
  padding: 10px 10px 20px;
  margin-right: 10px; }
  .itemInfo .name {
    font-size: 18px; }
    .itemInfo .name p span {
      font-size: 14px;
      margin: 14px 0;
      display: block; }
    .itemInfo .name span {
      font-size: 14px; }
  .itemInfo .score {
    margin: 18px 0; }
  .itemInfo .reviews {
    margin-left: 16px; }
    .itemInfo .reviews a {
      color: #333;
      font-size: 14px;
      border-bottom: 1px solid #adadad; }
    .itemInfo .reviews i {
      display: inline-block;
      width: 2px;
      height: 13px;
      background-color: #b6b6b6;
      margin: 0 14px;
      position: relative;
      top: 4px; }
  .itemInfo .share a {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url("../img/details/share.png") no-repeat;
    margin-left: 5px; }
    .itemInfo .share a:nth-child(1) {
      background-position: 0 0; }
    .itemInfo .share a:nth-child(2) {
      background-position: -25px 0; }
    .itemInfo .share a:nth-child(3) {
      background-position: -50px 0; }
    .itemInfo .share a:nth-child(4) {
      background-position: -75px 0; }
    .itemInfo .share a:nth-child(5) {
      background-position: -100px 0; }
  .itemInfo .money {
    font-size: 0;
    margin-top: 23px;
    height: 55px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #cccccc; }
    .itemInfo .money span.price i {
      font-size: 18px;
      color: #333;
      font-weight: bold;
      line-height: 60px; }
    .itemInfo .money span.price b {
      font-size: 30px;
      padding: 0 10px 0 0; }
    .itemInfo .money span.price sup {
      font-size: 18px;
      text-decoration: none;
      position: relative;
      top: 0; }
    .itemInfo .money span.shop_price {
      font-size: 18px; }
    .itemInfo .money span.mondy_off {
      padding: 5px 25px;
      font-weight: 800;
      font-style: italic;
      display: block;
      border-left: 1px solid #ccc;
      height: 53px;
      background: #f0f0f0;
      text-align: center;
      font-size: 24px;
      line-height: 45px; }
      .itemInfo .money span.mondy_off b {
        display: block;
        font-size: 16px;
        color: #333333;
        font-style: normal;
        font-weight: 300; }
  .itemInfo .spec {
    margin-top: 20px; }
    .itemInfo .spec .color-text, .itemInfo .spec .size-text {
      width: 438px;
      margin-bottom: 5px;
      color: #595959; }
    .itemInfo .spec .color select {
      width: 600px;
      height: 34px;
      margin-bottom: 20px;
      border: 0px;
      outline: 2px solid #333333;
      float: left; }
    .itemInfo .spec .qty {
      margin-top: 10px; }
      .itemInfo .spec .qty .qty-con {
        float: left;
        height: 35px;
        display: inline-block;
        line-height: 35px;
        margin-right: 10px; }
    .itemInfo .spec .size, .itemInfo .spec .color {
      position: relative; }
    .itemInfo .spec .size, .itemInfo .spec .custom label, .itemInfo .spec .size, .itemInfo .spec .custom input {
      cursor: pointer; }
    .itemInfo .spec .color span {
      cursor: pointer;
      margin-left: 10px;
      float: right;
      height: 40px;
      display: inline-block;
      line-height: 40px;
      text-decoration: underline;
      position: relative; }
      .itemInfo .spec .color span.color-icon:before {
        content: '';
        background: url(../img/details/colorandsize.png) no-repeat;
        background-position: -4px -4px;
        width: 26px;
        height: 31px;
        display: inline-block;
        position: relative;
        top: 3px;
        margin-right: 8px; }
      .itemInfo .spec .color span.size-icon:before {
        content: '';
        background: url(../img/details/colorandsize.png) no-repeat;
        background-position: -44px -5px;
        width: 31px;
        height: 31px;
        display: inline-block;
        margin-right: 5px;
        position: relative;
        top: 3px; }
    .itemInfo .spec .selectPositionDom {
      position: absolute;
      right: 203px;
      top: -25px; }
    .itemInfo .spec .ustom input {
      position: relative;
      top: 1px;
      margin-right: 10px;
      margin-bottom: 16px; }
    .itemInfo .spec .qty label {
      font-size: 0;
      vertical-align: top; }
  .itemInfo .qty button, .itemInfo .qty input {
    width: 30px;
    height: 35px;
    border: 2px solid #333333;
    background: #ffffff;
    display: inline-block;
    font-size: 14px;
    float: left; }
  .itemInfo .qty button {
    margin-left: -2px;
    margin-right: -2px;
    float: left; }
  .itemInfo .qty input {
    width: 120px;
    text-align: center;
    font-size: 14px;
    float: left; }
  .itemInfo .data .tailoring {
    font-size: 14px;
    color: #b6b6b6;
    margin: 10px 0; }
    .itemInfo .data .tailoring span {
      line-height: 24px; }
  .itemInfo .data input {
    position: relative;
    top: 0;
    margin: 10px 0; }
  .itemInfo .buy {
    font-size: 18px;
    overflow: hidden; }
    .itemInfo .buy button {
      border: none;
      margin-right: 20px;
      border-radius: 6px;
      width: 230px;
      height: 52px;
      text-align: center;
      float: left; }
    .itemInfo .buy .buy_btn {
      font-size: 18px;
      cursor: pointer;
      padding-top: 0; }
      .itemInfo .buy .buy_btn.disabled {
        background: grey;
        cursor: no-drop; }
    .itemInfo .buy .add {
      font-size: 18px;
      cursor: pointer; }
  .itemInfo .service {
    line-height: 47px;
    border-top: 2px solid #333;
    border-bottom: 2px solid #333;
    margin-top: 20px; }
    .itemInfo .service a {
      color: #333;
      font-size: 14px; }
    .itemInfo .service i {
      display: inline-block;
      font-size: 14px;
      margin: 5px 5px 0;
      position: relative;
      top: 1px; }
    .itemInfo .service span {
      cursor: pointer; }
  .itemInfo .service.service_top {
    margin: 10px 0;
    line-height: 30px;
    border: none; }
    .itemInfo .service.service_top a {
      color: #333;
      font-size: 14px; }
    .itemInfo .service.service_top span {
      cursor: pointer; }

.color-icon,
.size-icon {
  cursor: pointer; }

@-moz-document url-prefix() {
  .itemInfo .qty input {
    vertical-align: 0.5px; } }
/*左侧图片列表未选中状态-默认*/
.goods_img1 .main-img li:after,
.preview .main-img li:after {
  border: 4px solid transparent; }

/*正方形图片列表两边按钮未划过样式*/
.goods_img1 .prev,
.goods_img1 .next {
  background: #e5e5e5;
  color: #999999; }

/*长方形图片列表两边按钮未划过样式*/
.preview .prev,
.preview .next {
  background: #e5e5e5;
  color: #999999; }

/*正方形图片列表两边按钮划过样式*/
.goods_img1 .prev:hover,
.goods_img1 .next:hover {
  background: #ccc; }

/*长方形图片列表两边按钮划过样式*/
.preview .prev:hover,
.preview .next:hover {
  background: #ccc; }

.commentsubmit_btn {
  width: 116px;
  height: 32px;
  display: inline-block;
  line-height: 32px;
  border-radius: 6px;
  color: #fff;
  text-align: center; }

.commentcancel_btn {
  width: 116px;
  height: 32px;
  display: inline-block;
  line-height: 32px;
  border-radius: 6px;
  color: #fff;
  text-align: center; }

.content .comment-item .fl span.name {
  font-size: 14px;
  margin: 0 0 0 10px;
  display: inline-block;
  margin-left: 15px;
  vertical-align: top;
  margin-bottom: 10px;
  width: 100px;
  word-break: break-all; }

.content .con-comment .comment-item .fr span.data {
  position: relative; }

.content .con-comment .comment-item .fr .comment-img {
  margin: 8px 0;
  width: auto;
  height: auto;
  /* overflow: hidden; */
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
  text-align: left; }

/*商品名称颜色样式默认*/
.itemInfo .name p {
  color: #333333; }

/*tips标题*/
.itemInfo .data .tailoring .title {
  color: #333; }

/*tips内容*/
/**商品属性普通默认**/
.color-select a,
.color .size,
.spec .size1 {
  border: 1px solid #b8b7bd;
  color: #333; }

/**定制状态下，尺码信息样式默认**/
.itemInfo .spec .color-select a.disable,
.itemInfo .spec .size-select a.disable {
  border: 1px dashed #D6D6D8;
  color: #D6D6D8;
  cursor: no-drop; }

.itemInfo .spec .color-select a.disable {
  opacity: .35; }

.color-select .img_block.disable {
  opacity: .35;
  background: #eeeeee;
  cursor: no-drop; }

/**定制状态下，尺码信息划过样式默认**/
.color .size.disable:hover {
  color: #D6D6D8;
  border: 1px dashed #D6D6D8; }

/*点击尺码出现的说明信息*/
#currentSizeShow li {
  color: #666; }

/*评论图片显示2像素的边框默认*/
/*推荐商品，浏览记录按钮配置颜色，默认*/
.the-hot .swiper-button-prev i,
.the-hot .swiper-button-next i {
  color: #333333; }

.color-select a {
  display: inline-block; }

.itemInfo .spec .color span {
  cursor: pointer;
  margin-left: 10px;
  float: right;
  height: 40px;
  display: inline-block;
  line-height: 40px;
  text-decoration: underline;
  position: relative; }

.itemInfo .spec span.color-icon:before {
  content: '';
  background: url("/static/web/skin1/img/details/colorandsize.png") no-repeat;
  background-position: -4px -4px;
  width: 26px;
  height: 31px;
  display: inline-block;
  position: relative;
  top: 3px;
  margin-right: 8px; }

.itemInfo .spec span.size-icon:before {
  content: '';
  background: url("/static/web/skin1/img/details/colorandsize.png") no-repeat;
  background-position: -44px -5px;
  width: 31px;
  height: 31px;
  display: inline-block;
  margin-right: 5px;
  position: relative;
  top: 3px; }

.itemInfo .spec .color-select li,
.itemInfo .spec .size-select li {
  float: left; }

.itemInfo .spec .size-select a {
  display: inline-block;
  padding: 3px 9px;
  text-align: center;
  border: 1px solid #b8b7bd;
  margin: 0 5px 7px 0; }

.color-select li a.color_block {
  display: inline-block;
  width: 27px;
  height: 23px;
  position: relative;
  border-radius: 16px;
  margin: 0 4px 4px;
  border: 1px solid #c3c3c3; }

.color-select,
.size-select {
  padding: 10px 0 0;
  float: left;
  width: 600px; }

.tab-min .tab-wrap span {
  display: inline-block;
  height: 100%;
  margin: 0 20px;
  font-size: 16px;
  cursor: pointer; }

.rush_con {
  margin-bottom: 10px; }

.descript_tab .write-ewview-btn .fa {
  color: inherit; }

.write-ewview-btn .write_a_review {
  color: inherit; }

.dswi-hotCategory-tit {
  height: 2.318841rem;
  text-align: center;
  font-size: 26px;
  color: #222; }

.dswi-hotCategory-tit .hotCenter {
  padding: 0 20px;
  font-size: 20px; }

.box-flex1 {
  -o-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-box-flex: 1;
  box-flex: 1;
  -o-flex: 1;
  -moz-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1; }

.dswi-hotCategory-tit .hotLeft div {
  float: right;
  background-image: -webkit-linear-gradient(left, #333 10%, #000);
  background-image: -moz-linear-gradient(left, #333 10%, #000);
  height: 1px;
  width: 100%; }

.dswi-hotCategory-tit .hotRight div {
  float: left;
  background-image: -webkit-linear-gradient(left, #333, #333 90%);
  background-image: -moz-linear-gradient(left, #333, #333 90%);
  height: 1px;
  width: 100%; }

.box-align-center, .boxH-AllCenter, .dswi-recently .viewMore a.text, .boxV-AllCenter {
  -o-box-align: center;
  -moz-box-align: center;
  -webkit-box-align: center;
  box-align: center;
  -o-align-items: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.box-horizontal, .boxH-AllCenter, .dswi-recently .viewMore a.text {
  display: -o-box;
  display: -moz-box;
  display: -webkit-box;
  display: box;
  display: -o-flex;
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -o-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -webkit-box-orient: horizontal;
  box-orient: horizontal;
  -o-flex-direction: row;
  -moz-flex-direction: row;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row; }

.terms_box {
  display: inline-block; }

.terms_box .fa {
  color: inherit; }

div.preview .play_btn_con {
  position: relative;
  cursor: pointer;
  z-index: 80;
  width: 80px;
  height: 107px;
  margin: 0 auto;
  text-align: center;
  line-height: 107px; }
  div.preview .play_btn_con .various {
    display: inline-block;
    width: 57px;
    height: 57px;
    background-size: 100%;
    border-radius: 50%;
    border: 2px solid white;
    box-shadow: 2px 2px 4px #888;
    line-height: normal;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -28px 0 0 -28px; }
  div.preview .play_btn_con .fa {
    font-size: 34px;
    color: #FFFFFF;
    margin: 10px 0 0 9px; }
  div.preview .play_btn_con img {
    width: 100%; }
  div.preview .play_btn_con:hover {
    opacity: .6; }

.play-con {
  position: relative;
  bottom: 100px; }

.preview .main-img-box.main-img-video .preview-con4 {
  height: 475px;
  overflow: hidden; }

.preview .main-img-box.main-img-video .preview-con3 {
  height: 358px;
  overflow: hidden; }

.preview .main-img-box.main-img-video .preview-con2 {
  height: 238px;
  overflow: hidden; }

.preview .main-img-box.main-img-video .preview-con1 {
  height: 120px;
  overflow: hidden; }

.preview .main-img-box.main-img-video .preview-con0 {
  height: 0px;
  overflow: hidden; }

div.goods_img1 .play_btn_con {
  position: relative;
  cursor: pointer;
  z-index: 80;
  width: 80px;
  height: 107px;
  margin: 0 auto;
  text-align: center;
  line-height: 107px; }
  div.goods_img1 .play_btn_con .various {
    display: inline-block;
    width: 57px;
    height: 57px;
    background-size: 100%;
    border-radius: 50%;
    border: 2px solid white;
    box-shadow: 2px 2px 4px #888;
    line-height: normal;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -28px 0 0 -28px; }
  div.goods_img1 .play_btn_con .fa {
    font-size: 34px;
    color: #FFFFFF;
    margin: 10px 0 0 9px; }
  div.goods_img1 .play_btn_con img {
    width: 100%; }
  div.goods_img1 .play_btn_con:hover {
    opacity: .6; }
  div.goods_img1 .play_btn_con li {
    width: 78px;
    height: 78px;
    position: relative; }

.goods_img1 .play_btn_con {
  float: left; }

.goods_img1 .main-img-video .preview-con5 {
  overflow: hidden;
  width: 467px;
  float: left; }

.goods_img1 .main-img-video .preview-con4 {
  overflow: hidden;
  width: 381px;
  float: left; }

.goods_img1 .main-img-video .preview-con3 {
  width: 292px;
  overflow: hidden;
  float: left; }

.goods_img1 .main-img-video .preview-con2 {
  width: 202px;
  overflow: hidden;
  float: left; }

.goods_img1 .main-img-video .preview-con1 {
  width: 118px;
  overflow: hidden;
  float: left; }

.goods_img1 .main-img-video .preview-con0 {
  width: 30px;
  overflow: hidden;
  float: left; }

.one_main_attr select {
  cursor: pointer;
  padding: 6px 10px;
  width: 56%;
  border: 2px solid #333;
  background: transparent;
  background-image: none;
  margin: 10px 0; }

.related-tag {
  margin: 20px 0; }

.related-tag strong {
  font-weight: bold; }

.related-tag a:after {
  content: ", "; }

.related-tag a:last-child:after {
  content: ""; }

/*# sourceMappingURL=details.css.map */
</pre></body></html>