@charset "UTF-8";
.wrapper {
  width: 100%; }

.mian {
  width: 1177px;
  margin: 0 auto; }
  .mian:after {
    content: "";
    clear: both;
    display: block; }

.wrap {
  float: left;
  width: calc(100% - 348px);
  margin-right: 68px;
  padding-top: 43px; }

.side {
  width: 280px;
  float: right;
  padding-top: 43px; }

/*位置*/
.position {
  width: 100%; }
  .position:after {
    content: "";
    clear: both;
    display: block; }
  .position a {
    font-size: 14px;
    color: #bbbbbb;
    margin-right: 20px; }
  .position a:nth-child(1) {
    font-size: 16px;
    color: #444; }

/*商品*/
.commodity {
  width: 100%; }
  .commodity:after {
    content: "";
    clear: both;
    display: block; }

.commodity-img {
  width: 340px;
  height: 340px;
  float: left;
  margin-top: 14px; }
  .commodity-img img {
    display: inline-block;
    width: 100%;
    height: 100%; }

.commodity-wrap {
  float: left;
  width: calc(100% - 400px);
  padding-left: 60px; }
  .commodity-wrap h2 {
    font-size: 24px;
    color: #444;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-top: 12px; }

.commodity-detaile-txt {
  padding-top: 12px;
  font-size: 16px;
  color: #878787;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.price {
  font-size: 20px;
  color: #c93c3f;
  padding-top: 32px; }
  .price img {
    display: inline-block;
    margin-right: 6px;
    vertical-align: middle; }

.prop {
  margin-top: 25px; }
  .prop:after {
    content: "";
    clear: both;
    display: block; }
  .prop dt {
    float: left;
    font-size: 14px;
    color: #444;
    width: 45px;
    line-height: 30px; }
  .prop dd {
    float: left;
    font-size: 14px;
    color: #444;
    line-height: 30px; }
  .prop ul:after {
    content: "";
    clear: both;
    display: block; }
  .prop li {
    float: left;
    height: 28px;
    line-height: 28px;
    border: 1px solid #ccd8e1;
    font-size: 14px;
    color: #444;
    padding: 0 8px;
    margin-right: 15px; }

.num {
  margin-top: 26px; }
  .num:after {
    content: "";
    clear: both;
    display: block; }
  .num dt {
    float: left;
    font-size: 14px;
    color: #444;
    width: 45px;
    line-height: 32px; }
  .num dd {
    float: left; }
    .num dd:after {
      content: "";
      clear: both;
      display: block; }

.num-wrap {
  border: 1px solid #ccd8e1;
  border-radius: 5px;
  background: #fff;
  float: left; }
  .num-wrap:after {
    content: "";
    clear: both;
    display: block; }
  .num-wrap a {
    float: left;
    height: 30px;
    width: 33px;
    text-align: center;
    color: #848e99;
    font-size: 20px;
    line-height: 30px; }
  .num-wrap input {
    float: left;
    height: 30px;
    width: 35px;
    background: #fff;
    border: none;
    border-left: 1px solid #ccd8e1;
    border-right: 1px solid #ccd8e1;
    text-align: center; }

.stock {
  font-size: 12px;
  color: #bbbbbb;
  display: inline-block;
  line-height: 32px;
  margin-left: 8px; }

.duihuan-btn {
  width: 158px;
  height: 42px;
  display: block;
  border: 1px solid #c93c3f;
  background: #e44548;
  border-radius: 3px;
  font-size: 18px;
  line-height: 42px;
  text-align: center;
  color: #fff;
  margin-top: 20px; }

/*分享*/
.fenxiang {
  margin-top: 26px; }
  .fenxiang:after {
    content: "";
    clear: both;
    display: block; }
  .fenxiang dt {
    float: left;
    font-size: 14px;
    color: #444;
    width: 45px;
    line-height: 30px; }
  .fenxiang dd {
    float: left; }
    .fenxiang dd:after {
      content: "";
      clear: both;
      display: block; }
    .fenxiang dd a {
      float: left;
      display: inline-block;
      width: 30px;
      height: 30px;
      border-radius: 50%;
      margin-right: 10px; }

.weixin {
  background: url(../images/disanfang_weixin.png) no-repeat center 6px; }

.qq {
  background: url(../images/disanfang_qq.png) no-repeat center 6px; }

.xinlang {
  background: url(../images/disanfang_weibo.png) no-repeat center 6px; }

/*漂浮固定 商品详情*/
.fixed-commodity-details {
  position: fixed;
  top: 0;
  width: 100%;
  height: 86px;
  background: rgba(255, 255, 255, 0.85);
  box-shadow: 5px 1px 5px #ccc;
  z-index: 99; }

.fixed-commodity-details-wrap {
  width: 1120px;
  margin: 0 auto;
  height: 100%; }
  .fixed-commodity-details-wrap:after {
    content: "";
    clear: both;
    display: block; }
  .fixed-commodity-details-wrap dl {
    float: left; }
    .fixed-commodity-details-wrap dl:after {
      content: "";
      clear: both;
      display: block; }
  .fixed-commodity-details-wrap dt {
    width: 117px;
    height: 86px;
    float: left; }
    .fixed-commodity-details-wrap dt img {
      display: inline-block;
      width: 100%;
      height: 100%; }
  .fixed-commodity-details-wrap dd {
    float: left;
    padding-left: 20px; }
    .fixed-commodity-details-wrap dd h3 {
      font-size: 20px;
      color: #000;
      padding-top: 14px; }
  .fixed-commodity-details-wrap .price {
    padding-top: 6px;
    font-size: 20px; }

.fixed-duihuan-btn {
  float: right;
  margin-right: 22px; }

.hide {
  display: none; }

/*商品详情*/
.commodity-detaile {
  width: 100%;
  margin-top: 88px; }
  .commodity-detaile h2 {
    font-size: 18px;
    color: #444;
    border-left: 2px solid #e44548;
    line-height: 20px;
    padding-left: 20px;
    position: relative;
    margin-bottom: 35px; }
    .commodity-detaile h2:before {
      content: "";
      position: absolute;
      width: calc(100% - 143px);
      background: #e5e9eb;
      height: 1px;
      top: 0;
      bottom: 0;
      right: 0;
      margin: auto; }
  .commodity-detaile img {
    display: inline-block;
    width: 100%;
    height: auto; }

/*商品视频介绍*/
.commodity-detaile-play {
  width: 100%;
  height: 376px; }

/* 登录状态*/
.login-wrap {
  width: calc(100% - 52px);
  padding: 0 26px;
  padding-top: 32px;
  padding-bottom: 27px;
  border: 1px solid #f5f5f5;
  background: #fbfbfc; }
  .login-wrap dl {
    width: 100%;
    padding-bottom: 26px; }
    .login-wrap dl:after {
      content: "";
      clear: both;
      display: block; }
  .login-wrap dt {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    overflow: hidden;
    float: left; }
    .login-wrap dt img {
      display: inline-block;
      width: 100%;
      height: 100%; }
  .login-wrap dd {
    float: left;
    width: calc(100% - 78px);
    padding-left: 20px; }

.username2 {
  font-size: 16px;
  color: #444;
  font-weight: 600;
  line-height: 30px; }
  .username2 span {
    display: inline-block;
    vertical-align: middle;
    max-width: 92px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .username2 img {
    display: inline-block;
    vertical-align: middle;
    margin-left: 8px; }

.userproperty {
  font-size: 12px;
  color: #888888;
  line-height: 28px; }

.doudou {
  display: inline-block;
  line-height: 28px;
  padding-left: 23px;
  background: url(../images/doudou.png) no-repeat left;
  margin-right: 24px; }

.login-wrap-btn {
  width: 100%; }
  .login-wrap-btn:after {
    content: "";
    clear: both;
    display: block; }
  .login-wrap-btn a {
    display: block;
    float: left;
    width: 103px;
    height: 30px;
    border: 1px solid #ccd8e1;
    background: #fbfbfc;
    font-size: 14px;
    color: #bbc7d1;
    text-align: center;
    line-height: 30px;
    float: left; }
  .login-wrap-btn a:nth-child(2) {
    float: right; }

.side-tit {
  padding-top: 31px;
  padding-bottom: 21px;
  border-bottom: 1px solid #e5e9eb;
  font-size: 16px;
  color: #000; }

/*Ta们的兑换*/
.yuehuan-list {
  width: 100%; }

.yuehuan-list-item {
  width: 100%;
  margin-top: 34px; }
  .yuehuan-list-item:after {
    content: "";
    clear: both;
    display: block; }
  .yuehuan-list-item dt {
    float: left;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    overflow: hidden; }
    .yuehuan-list-item dt img {
      display: inline-block;
      width: 100%;
      height: 100%; }
  .yuehuan-list-item dd {
    float: left;
    width: calc(100% - 58px);
    padding-left: 16px; }
    .yuehuan-list-item dd h3 {
      font-size: 14px;
      color: #444;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .yuehuan-list-item dd p {
      font-size: 12px;
      color: #999999;
      padding-top: 10px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
      .yuehuan-list-item dd p a {
        font-size: 12px;
        color: #999999; }

/*发货步骤*/
.step-list {
  height: 180px;
  width: 100%;
  background: #fafafa;
  margin-top: 30px; }

.step-wrap {
  width: 1177px;
  margin: 0 auto;
  height: calc(100% - 66px);
  padding-top: 66px; }
  .step-wrap:after {
    content: "";
    clear: both;
    display: block; }
  .step-wrap dl {
    float: left;
    width: 25%; }
  .step-wrap dt {
    float: left;
    width: 80px;
    height: 100%; }
  .step-wrap dd {
    float: left;
    width: calc(100% - 100px);
    padding-right: 20px; }
    .step-wrap dd h3 {
      font-size: 18px;
      color: #444; }
    .step-wrap dd p {
      font-size: 12px;
      color: #9f9f9f;
      line-height: 18px;
      padding-top: 8px; }
      .step-wrap dd p a {
        color: #75c160; }

.duihuan-step {
  background: url(../images/duihuan.jpg) no-repeat center 4px; }

.dizhi {
  background: url(../images/dizhi.jpg) no-repeat center 4px; }

.fahuo {
  background: url(../images/fahuo.jpg) no-repeat center 4px; }

.bangzhu {
  background: url(../images/bangzhu.jpg) no-repeat center 4px; }

.footer {
  width: 100%;
  background: #e2e2e2; }

.footer-wrap {
  width: 1177px;
  margin: 0 auto; }

/*# sourceMappingURL=commodity_details.css.map */
