* {
  margin: 0px;
  padding: 0px;
}
a {
  text-decoration: none;
}
li {
  list-style: none;
}

.goods-detail-box .menu {
  height: 40px;
  font-size: 14px;
}
.goods-detail-box .menu .menu-center {
  width: 1200px;
  height: 40px;
  margin: 0px auto;
  line-height: 40px;
}
.goods-detail-box .menu .menu-center a {
  color: #fff;
  padding: 0px 20px;
  display: inline-block;
}
.goods-detail-box .menu .menu-center a img {
  position: relative;
  margin-left: 8px;
  top: -2px;
}
.goods-detail-box .top-img {
  height: 110px;
  text-align: center;
}
.goods-detail-box .top-img img {
  height: 110px;
}
.goods-detail-box .goods-box .goods-box-tit {
  background: #F2F2F2;
  height: 43px;
  color: #666;
  line-height: 43px;
}
.goods-detail-box .goods-box .goods-box-tit .goods-box-tit-center {
  width: 1200px;
  margin: 0px auto;
  height: 43px;
  font-size: 14px;
}
.goods-detail-box .goods-box .goods-box-tit .goods-box-tit-center a {
  color: #666;
}
.goods-detail-box .goods-box .goods-box-tit .goods-box-tit-center .title-left {
  float: left;
}
.goods-detail-box .goods-box .goods-box-tit .goods-box-tit-center .title-right {
  float: right;
}
.goods-detail-box .goods-box .goods-box-tit .goods-box-tit-center .title-right a {
  margin-left: 18px;
}
.goods-detail-box .goods-box .goods-box-tit .goods-box-tit-center .title-right a img {
  position: relative;
  top: 1px;
}
.goods-detail-box .goods-box .goods-con {
  overflow: hidden;
  width: 1200px;
  margin: 20px auto 0;
}
.goods-detail-box .goods-box .goods-con .goods-video-box {
  width: 348px;
  height: 348px;
  position: absolute;
  top: 1px;
  left: 1px;
  z-index: 999;
  display: none;
}
.goods-detail-box .goods-box .goods-con .goods-video-box .close {
  width: 15px !important;
  height: 15px !important;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 9;
  cursor: pointer;
}
.goods-detail-box .goods-box .goods-con #goods-video {
  width: 348px;
  height: 348px;
  outline: none;
  background: #000;
}
.goods-detail-box .goods-box .goods-con .goods-left {
  float: left;
  width: 350px;
  position: relative;
}
.goods-detail-box .goods-box .goods-con .goods-left .big-img {
  display: none;
  position: absolute;
  top: 1px;
  left: 350px;
  width: 464px;
  height: 464px;
  background: #fff;
  z-index: 99;
  overflow: hidden;
}
.goods-detail-box .goods-box .goods-con .goods-left .big-img img {
  width: 696px;
  height: 696px;
  position: absolute;
  top: 0px;
  left: 0px;
}
.goods-detail-box .goods-box .goods-con .goods-left .show-img {
  width: 348px;
  height: 348px;
  border: 1px solid #F2F2F2;
  position: relative;
}
.goods-detail-box .goods-box .goods-con .goods-left .show-img img {
  width: 100%;
  height: 100%;
}
.goods-detail-box .goods-box .goods-con .goods-left .show-img .small {
  width: 232px ;
  height: 232px;
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0px;
  left: 0px;
  display: none;
}
.goods-detail-box .goods-box .goods-con .goods-left .show-img .playing {
  background-image: url("../../imgs/playVideo1.png");
  background-repeat: no-repeat;
  background-position: 148px 247px ;
}
.goods-detail-box .goods-box .goods-con .goods-left .show-img .cover-img {
  width: 348px;
  height: 348px;
  position: absolute;
  top: 1px;
  left: 1px;
  background-color: rgba(255, 255, 255, 0);
  z-index: 7;
  cursor: pointer;
}
.goods-detail-box .goods-box .goods-con .goods-left .show-img .cover-img .play {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-left: 148px;
  margin-top: 247px;
  border: 1px solid #fff;
  cursor: pointer;
  position: relative;
  z-index: -999;
}
.goods-detail-box .goods-box .goods-con .goods-left .show-img .cover-img .play:hover {
  background: rgba(255, 255, 255, 0.3);
}
.goods-detail-box .goods-box .goods-con .goods-left .show-img .cover-img .play .triangle {
  width: 0px;
  height: 0px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 15px solid transparent;
  border-left: 15px solid #fff;
  margin-top: 15px;
  margin-left: 20px;
}
.goods-detail-box .goods-box .goods-con .goods-left .show-img .bargain-bottom {
  display: none;
}
.goods-detail-box .goods-box .goods-con .goods-left .bargain-img {
  border: 2px solid #FE416B;
  position: relative;
}
.goods-detail-box .goods-box .goods-con .goods-left .bargain-img .bargain-bottom {
  display: block;
  width: 100%;
  height: 50px;
  background: url("../../imgs/goodsdetail/bargain-bottom.png") no-repeat center;
  position: absolute;
  left: 0px;
  bottom: 0px;
  line-height: 50px;
  color: #fff;
  font-size: 12px;
}
.goods-detail-box .goods-box .goods-con .goods-left .bargain-img .bargain-bottom .icon {
  background: url(../../imgs/goodsdetail/bargain-icon.png) no-repeat left center;
  padding: 10px 0 10px 30px;
}
.goods-detail-box .goods-box .goods-con .goods-left .bargain-img .bargain-bottom .bargain-left {
  float: left;
  padding-left: 15px;
}
.goods-detail-box .goods-box .goods-con .goods-left .bargain-img .bargain-bottom .bargain-right {
  float: right;
  padding-right: 15px;
}
.goods-detail-box .goods-box .goods-con .goods-left .bargain-img .bargain-bottom .bargain-right span {
  font-size: 18px;
}
.goods-detail-box .goods-box .goods-con .goods-left .group-booking-img {
  border: 2px solid #EA5514;
  border-bottom: 2px solid #FBAB37;
  position: relative;
}
.goods-detail-box .goods-box .goods-con .goods-left .group-booking-img .bargain-bottom {
  display: block;
  width: 100%;
  height: 50px;
  background: url("../../imgs/goodsdetail/pingtuan.png") no-repeat center;
  background-size: 100% 50px;
  padding: 0px 2px;
  margin-left: -2px;
  position: absolute;
  left: 0px;
  bottom: 0px;
  line-height: 50px;
  color: #fff;
  font-size: 12px;
}
.goods-detail-box .goods-box .goods-con .goods-left .group-booking-img .bargain-bottom .icon {
  display: inline-block;
  height: 20px;
  background: url("../../imgs/goodsdetail/pp.png") no-repeat;
  position: relative;
  top: 5px;
  padding-left: 25px;
  line-height: 20px;
  border: 1px solid #fff;
  padding-right: 5px;
}
.goods-detail-box .goods-box .goods-con .goods-left .group-booking-img .bargain-bottom .bargain-left {
  float: left;
  padding-left: 15px;
}
.goods-detail-box .goods-box .goods-con .goods-left .group-booking-img .bargain-bottom .bargain-right {
  float: right;
  padding-right: 15px;
}
.goods-detail-box .goods-box .goods-con .goods-left .group-booking-img .bargain-bottom .bargain-right span {
  font-size: 18px;
}
.goods-detail-box .goods-box .goods-con .goods-left .silder {
  width: 350px;
  overflow: hidden;
  height: 55px;
  margin-top: 10px;
  position: relative;
}
.goods-detail-box .goods-box .goods-con .goods-left .silder .arrow-prev {
  position: absolute;
  left: 0px;
  top: 16px;
  z-index: 3;
}
.goods-detail-box .goods-box .goods-con .goods-left .silder .arrow-next {
  position: absolute;
  right: 0px;
  top: 16px;
  z-index: 3;
}
.goods-detail-box .goods-box .goods-con .goods-left .silder .silder-center {
  width: 295px;
  overflow: hidden;
  height: 55px;
  margin: 0px auto;
  position: relative;
}
.goods-detail-box .goods-box .goods-con .goods-left .silder ul {
  position: absolute;
  width: 2000px;
  top: 0px;
  left: 0px;
}
.goods-detail-box .goods-box .goods-con .goods-left .silder ul li {
  float: left;
  width: 53px;
  height: 53px;
  border: 1px solid #fff;
  margin: 0px 2px;
  cursor: pointer;
}
.goods-detail-box .goods-box .goods-con .goods-left .silder ul li img {
  width: 53px;
  height: 53px;
}
.goods-detail-box .goods-box .goods-con .goods-left .function {
  margin-top: 20px;
}
.goods-detail-box .goods-box .goods-con .goods-left .function a {
  color: #333333;
  margin-right: 20px;
}
.goods-detail-box .goods-box .goods-con .goods-left .function a img {
  width: 16px;
  position: relative;
  top: 2px;
}
.goods-detail-box .goods-box .goods-con .goods-center {
  width: 590px;
  float: left;
  margin-left: 30px;
  position: relative;
}
.goods-detail-box .goods-box .goods-con .goods-center .goods-name {
  font-size: 18px;
  color: #333333;
  line-height: 35px;
}
.goods-detail-box .goods-box .goods-con .goods-center .bg {
  height: 30px;
  width: 100%;
  background: url("../../imgs/goodsdetail/goodsbg.png") no-repeat center;
  font-size: 16px;
  line-height: 30px;
  color: #fff;
  text-indent: 10px;
}
.goods-detail-box .goods-box .goods-con .goods-center .bargain-bg {
  height: 50px;
  width: 100%;
  font-size: 16px;
  line-height: 50px;
  color: #fff;
  text-indent: 10px;
  background: url("../../imgs/goodsdetail/kjtit.png") no-repeat center;
  background-size: 100% 50px;
  font-size: 12px;
  padding-right: 10px;
  box-sizing: border-box;
}
.goods-detail-box .goods-box .goods-con .goods-center .bargain-bg div {
  float: right;
}
.goods-detail-box .goods-box .goods-con .goods-center .bargain-bg div span {
  display: inline-block;
  width: 22px;
  height: 25px;
  background: #443B3B;
  border-radius: 3px;
  margin: 0px 10px;
  position: relative;
  line-height: 25px;
  font-size: 14px;
  text-indent: 3px;
}
.goods-detail-box .goods-box .goods-con .goods-center .purchase {
  height: 50px;
  width: 100%;
  line-height: 50px;
  color: #fff;
  text-indent: 10px;
  background: url("../../imgs/goodsdetail/qianggou.png") no-repeat center;
  background-size: 100% 50px;
  font-size: 12px;
  padding-right: 10px;
  box-sizing: border-box;
}
.goods-detail-box .goods-box .goods-con .goods-center .purchase div {
  float: right;
}
.goods-detail-box .goods-box .goods-con .goods-center .purchase div span {
  display: inline-block;
  width: 22px;
  height: 25px;
  background: #443B3B;
  border-radius: 3px;
  margin: 0px 10px;
  position: relative;
  line-height: 25px;
  font-size: 14px;
  text-indent: 3px;
}
.goods-detail-box .goods-box .goods-con .goods-center .group-booking {
  height: 50px;
  width: 100%;
  line-height: 50px;
  color: #fff;
  text-indent: 10px;
  background: url("../../imgs/goodsdetail/pintuan.png") no-repeat center;
  background-size: 100% 50px;
  font-size: 12px;
  padding-right: 10px;
  box-sizing: border-box;
}
.goods-detail-box .goods-box .goods-con .goods-center .group-booking div {
  float: right;
}
.goods-detail-box .goods-box .goods-con .goods-center .group-booking div span {
  display: block;
  padding-left: 24px;
  height: 20px;
  border: 1px solid #fff;
  position: relative;
  line-height: 20px;
  text-indent: 2px;
  top: 14px;
  padding-right: 5px;
}
.goods-detail-box .goods-box .goods-con .goods-center .group-booking div span img {
  position: absolute;
  top: 0px;
  left: 0px;
}
.goods-detail-box .goods-box .goods-con .goods-center .kj {
  height: 50px;
  line-height: 50px;
}
.goods-detail-box .goods-box .goods-con .goods-center .pic-box {
  padding-bottom: 2px;
  background: #F3F3F3;
  padding-top: 9px;
  padding-left: 9px;
  box-sizing: border-box;
  position: relative;
}
.goods-detail-box .goods-box .goods-con .goods-center .pic-box .assessment {
  position: absolute;
  top: 10px;
  right: 10px;
  border-left: 1px solid #EEEEEE;
  padding-left: 10px;
  color: #646FB0;
  font-size: 14px;
}
.goods-detail-box .goods-box .goods-con .goods-center .pic-box .assessment .accumulative {
  color: #969696;
}
.goods-detail-box .goods-box .goods-con .goods-center .pic-box .pic-list {
  display: flex;
  color: #969696;
  margin-bottom: 8px;
}
.goods-detail-box .goods-box .goods-con .goods-center .pic-box .pic-list .tit {
  width: 50px;
  height: 24px;
  text-align: justify;
  display: inline-block;
  overflow: hidden;
  margin-right: 10px;
  font-size: 14px;
  vertical-align: bottom;
  line-height: 24px;
}
.goods-detail-box .goods-box .goods-con .goods-center .pic-box .pic-list .tit:after {
  content: '';
  display: inline-block;
  width: 100%;
  height: 0;
}
.goods-detail-box .goods-box .goods-con .goods-center .pic-box .pic-list .pic-tit {
  line-height: 28px;
}
.goods-detail-box .goods-box .goods-con .goods-center .pic-box .pic-list .pic-con {
  line-height: 24px;
  font-size: 12px;
}
.goods-detail-box .goods-box .goods-con .goods-center .pic-box .pic-list .pic-con .now-pic {
  font-size: 20px;
}
.goods-detail-box .goods-box .goods-con .goods-center .pic-box .pic-list .pic-con del {
  margin-left: 25px;
}
.goods-detail-box .goods-box .goods-con .goods-center .pic-box .pic-list .pic-con .coupon {
  display: inline-block;
  width: 83px;
  height: 18px;
  background: #FFDFD1;
  line-height: 18px;
  text-align: center;
  margin-right: 10px;
}
.goods-detail-box .goods-box .goods-con .goods-center .pic-box .pic-list .pic-con .Reduction {
  border: 1px solid #fff;
  display: inline-block;
  padding: 0px 3px;
  line-height: 16px;
}
.goods-detail-box .goods-box .goods-con .goods-center .pic-box .pic-list .pic-con .earnings {
  display: inline-block;
  border: 1px solid #FF9900;
  line-height: 16px;
  padding: 0px 5px;
  color: #FF9900;
  border-radius: 3px;
  margin-left: 5px;
}
.goods-detail-box .goods-box .goods-con .goods-center .pic-box .pic-list .pic-con .represent {
  display: inline-block;
  border: 1px solid #FF9900;
  line-height: 16px;
  padding: 0px 5px;
  color: #fff;
  background: #FF9900;
  border-radius: 3px;
  margin-left: 5px;
}
.goods-detail-box .goods-box .goods-con .goods-center .specifications {
  padding-left: 9px;
  margin-top: 20px;
  border-bottom: 1px dashed #F4F4F4;
  padding-bottom: 10px;
}
.goods-detail-box .goods-box .goods-con .goods-center .specifications .specifications-list {
  display: flex;
  color: #969696;
  margin-bottom: 8px;
  justify-content: flex-start;
  position: relative;
}
.goods-detail-box .goods-box .goods-con .goods-center .specifications .specifications-list .tit {
  width: 50px;
  height: 36px;
  text-align: justify;
  display: inline-block;
  overflow: hidden;
  margin-right: 10px;
  font-size: 14px;
  vertical-align: bottom;
  line-height: 36px;
}
.goods-detail-box .goods-box .goods-con .goods-center .specifications .specifications-list .tit:after {
  content: '';
  display: inline-block;
  width: 100%;
  height: 0;
}
.goods-detail-box .goods-box .goods-con .goods-center .specifications .specifications-list .specifications-box {
  font-size: 14px;
  width: 86%;
}
.goods-detail-box .goods-box .goods-con .goods-center .specifications .specifications-list .specifications-box a {
  display: inline-block;
  padding: 0px 10px;
  line-height: 32px;
  border: 1px solid #CCCCCC;
  color: #666666;
  margin-right: 10px;
  position: relative;
  margin-bottom: 10px;
}
.goods-detail-box .goods-box .goods-con .goods-center .specifications .specifications-list .specifications-box a div {
  display: none;
  position: absolute;
  border: 9px solid transparent;
  border-top-color: transparent !important;
  border-left-color: transparent !important;
  width: 0px;
  height: 0px;
  bottom: 0px;
  right: 0px;
}
.goods-detail-box .goods-box .goods-con .goods-center .specifications .specifications-list .specifications-box a div img {
  position: absolute;
  bottom: -7px;
  right: -7px;
}
.goods-detail-box .goods-box .goods-con .goods-center .specifications .specifications-list .specifications-box .active div {
  display: block;
}
.goods-detail-box .goods-box .goods-con .goods-center .specifications .specifications-list .number-box a {
  display: inline-block;
  width: 20px;
  height: 28px;
  border: 1px solid #DDDDDD;
  text-align: center;
  line-height: 28px;
  position: relative;
  top: 2px;
  color: #666666;
  font-weight: bolder;
  background: #F2F2F2;
}
.goods-detail-box .goods-box .goods-con .goods-center .specifications .specifications-list .number-box .number {
  width: 36px;
  height: 30px;
  box-sizing: border-box;
  border: 1px solid #DDDDDD;
  outline: none;
  text-align: center;
  color: #8A8A8A;
  /* 火狐 */
  -moz-appearance: textfield;
}
.goods-detail-box .goods-box .goods-con .goods-center .specifications .specifications-list .number-box .number::-webkit-outer-spin-button,
.goods-detail-box .goods-box .goods-con .goods-center .specifications .specifications-list .number-box .number::-webkit-inner-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}
.goods-detail-box .goods-box .goods-con .goods-center .specifications .specifications-list .number-box .disabled {
  background: #F2F2F2;
  color: #DADADA;
}
.goods-detail-box .goods-box .goods-con .goods-center .specifications .specifications-list .popularize {
  width: 96px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  border-radius: 5px;
  color: #fff;
  border: none;
  background: #FF9900;
  float: right;
  position: absolute;
  right: 0px;
  top: 0px;
}
.goods-detail-box .goods-box .goods-con .goods-center .specifications .specifications-list .terrace {
  width: 96px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  border-radius: 5px;
  color: #fff;
  border: none;
  background: #FF9900;
  float: right;
  position: absolute;
  right: 0px;
  top: 0px;
}
.goods-detail-box .goods-box .goods-con .goods-center .group-btn {
  padding-left: 9px;
}
.goods-detail-box .goods-box .goods-con .goods-center .group-btn a {
  display: inline-block;
  width: 176px;
  height: 42px;
  text-align: center;
  line-height: 42px;
  border: 1px solid #fff;
  color: #fff;
  margin-right: 20px;
}
.goods-detail-box .goods-box .goods-con .goods-center .group-btn .bargain-btn {
  background: #FDEBE5 !important;
  position: relative;
}
.goods-detail-box .goods-box .goods-con .goods-center .group-btn .bargain-btn .code {
  display: none;
  position: absolute;
  width: 180px;
  padding-top: 10px;
  height: 200px;
  z-index: 9;
}
.goods-detail-box .goods-box .goods-con .goods-center .group-btn .bargain-btn .code .crite {
  position: absolute;
  display: block;
  width: 0px;
  height: 0px;
  border: 6px solid transparent;
  border-bottom: 6px solid #CECBCE;
  top: -1px;
  left: 10px;
}
.goods-detail-box .goods-box .goods-con .goods-center .group-btn .bargain-btn .code .crite:before {
  content: '';
  position: absolute;
  display: block;
  width: 0px;
  height: 0px;
  border: 6px solid transparent;
  border-bottom: 6px solid #f2f2f2;
  top: -5px;
  left: -6px;
}
.goods-detail-box .goods-box .goods-con .goods-center .group-btn .bargain-btn .code .code-box {
  border: 1px solid #CECBCE;
  background: #fff;
  width: 170px;
  box-sizing: border-box;
}
.goods-detail-box .goods-box .goods-con .goods-center .group-btn .bargain-btn .code .code-box p {
  color: #666666;
  background: #F2F2F2;
  line-height: 32px;
  margin-bottom: 15px;
}
.goods-detail-box .goods-box .goods-con .goods-center .group-btn .bargain-btn .code .code-box img {
  width: 140px;
  height: 140px;
}
.goods-detail-box .goods-box .goods-con .goods-center .group-btn .bargain-btn:hover .code {
  display: block;
}
.goods-detail-box .goods-box .goods-con .goods-center .group-btn .group-booking-btn {
  line-height: 20px;
  font-size: 12px;
}
.goods-detail-box .goods-box .goods-con .goods-center .logistics {
  padding-left: 9px;
  margin-top: 35px;
}
.goods-detail-box .goods-box .goods-con .goods-center .logistics .logistics-list {
  display: flex;
  color: #969696;
  margin-bottom: 8px;
}
.goods-detail-box .goods-box .goods-con .goods-center .logistics .logistics-list .tit {
  width: 50px;
  height: 24px;
  text-align: justify;
  display: inline-block;
  overflow: hidden;
  margin-right: 15px;
  font-size: 14px;
  vertical-align: bottom;
  line-height: 24px;
}
.goods-detail-box .goods-box .goods-con .goods-center .logistics .logistics-list .tit:after {
  content: '';
  display: inline-block;
  width: 100%;
  height: 0;
}
.goods-detail-box .goods-box .goods-con .goods-center .logistics .logistics-list .logistics-con {
  font-size: 14px;
  line-height: 28px;
}
.goods-detail-box .goods-box .goods-con .goods-center .logistics .logistics-list .logistics-con span {
  margin-right: 20px;
}
.goods-detail-box .goods-box .goods-con .goods-center .logistics .logistics-list .logistics-con img {
  position: relative;
  top: 2px;
  margin-right: 5px;
}
.goods-detail-box .goods-box .goods-con .look {
  width: 220px;
  border-left: 1px solid #EEEEEE;
  float: right;
  color: #666666;
  font-size: 12px;
}
.goods-detail-box .goods-box .goods-con .look .tit {
  text-align: center;
  line-height: 40px;
  position: relative;
  height: 40px;
}
.goods-detail-box .goods-box .goods-con .look .tit span {
  background: #fff;
  padding: 0px 8px;
  position: relative;
  z-index: 2;
}
.goods-detail-box .goods-box .goods-con .look .tit:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 128px;
  height: 1px;
  background: #CCCCCC;
}
.goods-detail-box .goods-box .goods-con .look .goods {
  width: 166px;
  position: relative;
  margin: 0px auto;
  height: 600px;
  overflow: hidden;
}
.goods-detail-box .goods-box .goods-con .look .goods ul {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 166px;
}
.goods-detail-box .goods-box .goods-con .look .goods ul li {
  width: 166px;
  height: 183px;
  padding-top: 17px;
}
.goods-detail-box .goods-box .goods-con .look .goods ul li a {
  display: block;
  width: 166px;
  height: 183px;
  color: #666666;
}
.goods-detail-box .goods-box .goods-con .look .goods ul li a .img-box {
  text-align: center;
}
.goods-detail-box .goods-box .goods-con .look .goods ul li a .img-box img {
  width: 120px;
  height: 120px;
}
.goods-detail-box .goods-box .goods-con .look .goods ul li a .goods-name {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 20px;
  height: 40px;
}
.goods-detail-box .goods-box .goods-con .look .goods ul li a .pic {
  text-align: center;
  margin-top: 5px;
}
.goods-detail-box .goods-box .goods-con .look .look-bottom {
  display: flex;
}
.goods-detail-box .goods-box .goods-con .look .look-bottom a {
  display: block;
  flex: 1;
  text-align: center;
  padding: 10px 0px;
}
.goods-detail-box .goods-box .goods-con .look .look-bottom a img {
  transform: rotate(90deg);
}
.goods-detail-box .shop-recommend {
  height: 382px;
  border: 1px solid #EEEEEE;
  width: 1200px;
  box-sizing: border-box;
  margin: 20px auto 0;
}
.goods-detail-box .shop-recommend .recommend-tit {
  height: 40px;
  background: #F7F7F7;
  line-height: 40px;
  font-size: 13px;
}
.goods-detail-box .shop-recommend .recommend-tit a {
  display: block;
  width: 100px;
  text-align: center;
  background: #fff;
  position: relative;
}
.goods-detail-box .shop-recommend .recommend-tit a span {
  width: 100%;
  height: 1px;
  position: absolute;
  top: -1px;
  left: 0px;
}
.goods-detail-box .shop-recommend .recommend .recommend-center {
  position: relative;
}
.goods-detail-box .shop-recommend .recommend .recommend-center .swiper-container {
  padding: 0px 30px;
  padding-bottom: 105px;
}
.goods-detail-box .shop-recommend .recommend .recommend-center .swiper-container .swiper-button-prev {
  background-image: url("../../imgs/goodsdetail/xy.png");
  top: auto;
  bottom: -4px;
  left: 510px;
  background-size: 15px 21px;
  z-index: 99;
}
.goods-detail-box .shop-recommend .recommend .recommend-center .swiper-container .swiper-button-next {
  background-image: url("../../imgs/goodsdetail/xiangyou.png");
  top: auto;
  bottom: -4px;
  right: 510px;
  background-size: 15px 21px;
  z-index: 99;
}
.goods-detail-box .shop-recommend .recommend .recommend-center .swiper-container .swiper-pagination-bullet-active {
  background: #666666 !important;
}
.goods-detail-box .shop-recommend .recommend .recommend-center .swiper-container .swiper-pagination-bullet {
  background: none;
  opacity: 1;
  border: 1px solid #666666;
}
.goods-detail-box .shop-recommend .recommend .recommend-center .swiper-container .swiper-wrapper .swiper-slide a {
  font-size: 12px;
  display: block;
  width: 166px;
  height: 183px;
  color: #666666;
  padding-top: 17px;
}
.goods-detail-box .shop-recommend .recommend .recommend-center .swiper-container .swiper-wrapper .swiper-slide a .img-box {
  text-align: center;
}
.goods-detail-box .shop-recommend .recommend .recommend-center .swiper-container .swiper-wrapper .swiper-slide a .img-box img {
  width: 160px;
  height: 160px;
}
.goods-detail-box .shop-recommend .recommend .recommend-center .swiper-container .swiper-wrapper .swiper-slide a .goods-name {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 20px;
  height: 40px;
}
.goods-detail-box .shop-recommend .recommend .recommend-center .swiper-container .swiper-wrapper .swiper-slide a .pic {
  text-align: center;
  margin-top: 5px;
}
.goods-detail-box .shop-recommend .recommend .recommend-center ul {
  position: absolute;
  top: 0px;
  left: 0px;
  width: px;
  height: 200px;
}
.goods-detail-box .shop-recommend .recommend .recommend-center ul li {
  width: 166px;
  height: 183px;
  padding-top: 17px;
  float: left;
}
.goods-detail-box .shop-recommend .recommend .recommend-center ul li a {
  display: block;
  width: 166px;
  height: 183px;
  color: #666666;
}
.goods-detail-box .shop-recommend .recommend .recommend-center ul li a .img-box {
  text-align: center;
}
.goods-detail-box .shop-recommend .recommend .recommend-center ul li a .img-box img {
  width: 120px;
  height: 120px;
}
.goods-detail-box .shop-recommend .recommend .recommend-center ul li a .goods-name {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 20px;
  height: 40px;
}
.goods-detail-box .shop-recommend .recommend .recommend-center ul li a .pic {
  text-align: center;
  margin-top: 5px;
}
.goods-detail-box .bargain-gz {
  margin: 20px auto 0;
  width: 1200px;
  box-sizing: border-box;
  background: url("../../imgs/goodsdetail/kjgzbg.png") no-repeat center;
  height: 287px;
  text-align: center;
  color: #666666;
}
.goods-detail-box .bargain-gz .tit {
  line-height: 75px;
}
.goods-detail-box .bargain-gz ul {
  width: 360px;
  margin: 0px auto;
  text-align: left;
  font-size: 13px;
}
.goods-detail-box .bargain-gz ul li {
  height: 42px;
}
.goods-detail-box .bargain-gz ul li span {
  height: 24px;
  width: 24px;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  line-height: 24px;
  color: #fff;
  position: relative;
  margin-right: 10px;
}
.goods-detail-box .bargain-gz ul li span:after {
  content: '';
  position: absolute;
  top: 26px;
  left: 11px;
  display: block;
  width: 2px;
  height: 14px;
  background: #EA5413;
}
.goods-detail-box .bargain-gz ul li:last-child span:after {
  display: none;
}
.group-booking-gz {
  height: 78px;
  border: 1px solid #FFCFBF;
  background: #FCFBFD;
  width: 1200px;
  box-sizing: border-box;
  margin: 20px auto 0;
  padding: 9px 0px;
  line-height: 60px;
}
.group-booking-gz .tit {
  width: 214px;
  text-align: center;
  border-right: 1px solid #FFCFBF;
  float: left;
}
.group-booking-gz .list {
  float: left;
}
.group-booking-gz .list .list-con {
  float: left;
  font-size: 12px;
  color: #969696;
  margin-left: 20px;
}
.group-booking-gz .list .list-con .mark {
  width: 40px;
  height: 40px;
  display: inline-block;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  color: #fff;
  font-size: 18px;
  margin-right: 5px;
}
.group-booking-gz .list .list-con .mark img {
  position: relative;
  top: 3px;
}
.group-booking-gz .list .list-con .jt {
  position: relative;
  top: 6px;
  margin-left: 10px;
}
.group-booking-gz .group-booking-btn {
  width: 110px;
  height: 40px;
  border: 1px solid #fff;
  display: block;
  float: right;
  text-align: center;
  line-height: 40px;
  margin-right: 20px ;
  position: relative;
  top: 10px;
  background: #FDEBE5;
}
.goods-detail-bottom {
  width: 1200px;
  margin: 0px auto;
  margin-top: 20px;
  overflow: hidden;
}
.goods-detail-bottom .goods-left {
  float: left;
  width: 192px;
}
.goods-detail-bottom .goods-left .shop-box {
  border: 1px solid #EEEEEE;
  margin-bottom: 10px;
}
.goods-detail-bottom .goods-left .shop-box .shop-tit {
  height: 40px;
  background: #F4F4F4;
  border-bottom: 1px solid #EEEEEE;
  line-height: 40px;
  font-size: 13px;
  padding-left: 10px;
  color: #666666;
}
.goods-detail-bottom .goods-left .shop-box .shop-tit img {
  position: relative;
  top: 2px;
  margin-left: 5px;
}
.goods-detail-bottom .goods-left .shop-box .graded-con {
  padding: 10px 7px ;
}
.goods-detail-bottom .goods-left .shop-box .graded-con .graded {
  font-size: 12px;
  color: #969696;
  border-bottom: 1px solid #EEEEEE;
  padding-bottom: 5px;
}
.goods-detail-bottom .goods-left .shop-box .graded-con .graded span {
  font-size: 20px;
  margin-left: 5px;
}
.goods-detail-bottom .goods-left .shop-box .graded-con .graded img {
  position: relative;
  top: 5px;
  margin-left: 5px;
}
.goods-detail-bottom .goods-left .shop-box .graded-con .graded-group {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}
.goods-detail-bottom .goods-left .shop-box .graded-con .graded-group a {
  display: block;
  width: 83px;
  height: 34px;
  background: #F4F4F4;
  box-sizing: border-box;
  color: #666666;
  font-size: 12px;
  text-align: center;
  line-height: 32px;
  border: 1px solid #EEEEEE;
}
.goods-detail-bottom .goods-left .shop-box .graded-con .graded-group a img {
  position: relative;
  top: 1px;
}
.goods-detail-bottom .goods-left .shop-box .search-box {
  padding-left: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.goods-detail-bottom .goods-left .shop-box .search-box .search-list {
  display: flex;
  height: 30px;
  margin-bottom: 10px;
}
.goods-detail-bottom .goods-left .shop-box .search-box .search-list .list-tit {
  font-size: 12px;
  line-height: 30px;
}
.goods-detail-bottom .goods-left .shop-box .search-box .search-list .list-tit span {
  display: inline-block;
  width: 40px;
  text-align: justify;
  overflow: hidden;
  font-size: 12px;
  vertical-align: bottom;
  height: 30px;
}
.goods-detail-bottom .goods-left .shop-box .search-box .search-list .list-tit span:after {
  content: '';
  display: inline-block;
  width: 100%;
  height: 0;
}
.goods-detail-bottom .goods-left .shop-box .search-box .search-list .inp {
  font-size: 12px;
}
.goods-detail-bottom .goods-left .shop-box .search-box .search-list .inp input {
  text-align: center;
  outline: none;
}
.goods-detail-bottom .goods-left .shop-box .search-box .search-list .inp span {
  margin: 0px 2px;
}
.goods-detail-bottom .goods-left .shop-box .search-box .search-list .inp .text {
  width: 112px;
  height: 26px;
  border: 1px solid #C5C5C5;
}
.goods-detail-bottom .goods-left .shop-box .search-box .search-list .inp .pic {
  width: 43px;
  height: 26px;
  border: 1px solid #C5C5C5;
}
.goods-detail-bottom .goods-left .shop-box .search-box .btn a {
  margin: 0px auto;
  display: block;
  width: 66px;
  height: 26px;
  text-align: center;
  color: #fff;
  line-height: 26px;
  font-size: 12px;
}
.goods-detail-bottom .goods-left .shop-box .search-box .btn a img {
  position: relative;
  top: 2px;
}
.goods-detail-bottom .goods-left .goods-classify {
  border: 1px solid #EEEEEE;
}
.goods-detail-bottom .goods-left .goods-classify .class-tit {
  height: 40px;
  background: #F4F4F4;
  border-bottom: 1px solid #EEEEEE;
  line-height: 40px;
  font-size: 13px;
  padding-left: 10px;
  color: #666666;
}
.goods-detail-bottom .goods-left .goods-classify .class-con ul li {
  font-size: 12px;
}
.goods-detail-bottom .goods-left .goods-classify .class-con ul li .list-tit {
  height: 33px;
  line-height: 33px;
  background: #F4F4F4;
  border-bottom: 1px solid #EEEEEE;
  font-size: 13px;
  padding-left: 10px;
  cursor: pointer;
}
.goods-detail-bottom .goods-left .goods-classify .class-con ul li .list-tit a {
  color: #666666;
}
.goods-detail-bottom .goods-left .goods-classify .class-con ul li .list-tit span {
  display: inline-block;
  width: 16px;
  height: 16px;
  text-align: center;
  background: #DDDDDD;
  color: #fff;
  font-size: 22px;
  line-height: 14px;
  font-weight: bolder;
  overflow: hidden;
  position: relative;
  top: 3px;
  margin-right: 6px;
}
.goods-detail-bottom .goods-left .goods-classify .class-con ul li .list-con {
  display: none;
}
.goods-detail-bottom .goods-left .goods-classify .class-con ul li .list-con .screen {
  height: 33px;
  border-bottom: 1px solid #EEEEEE ;
  line-height: 33px;
  display: flex;
}
.goods-detail-bottom .goods-left .goods-classify .class-con ul li .list-con .screen a {
  display: block;
  flex: 1;
  color: #797979;
  text-align: center;
}
.goods-detail-bottom .goods-left .goods-classify .class-con ul li .list-con .list a {
  display: block;
  color: #797979;
  line-height: 33px;
  border-bottom: 1px solid #EEEEEE ;
  text-indent: 37px;
}
.goods-detail-bottom .goods-left .goods-classify .class-con ul li .list-con .list a:last-child {
  border-bottom: none ;
}
.goods-detail-bottom .goods-left .goods-rank {
  border: 1px solid #EEEEEE;
  margin-top: 10px;
  font-size: 12px;
}
.goods-detail-bottom .goods-left .goods-rank .rank-tit {
  height: 40px;
  background: #F4F4F4;
  border-bottom: 1px solid #EEEEEE;
  line-height: 40px;
  font-size: 13px;
  padding-left: 10px;
  color: #666666;
}
.goods-detail-bottom .goods-left .goods-rank .goods {
  width: 166px;
  margin: 0px auto;
}
.goods-detail-bottom .goods-left .goods-rank .goods ul {
  width: 166px;
}
.goods-detail-bottom .goods-left .goods-rank .goods ul li {
  width: 166px;
  height: 183px;
  padding-top: 17px;
  margin-bottom: 10px;
}
.goods-detail-bottom .goods-left .goods-rank .goods ul li a {
  display: block;
  width: 166px;
  height: 183px;
  color: #666666;
}
.goods-detail-bottom .goods-left .goods-rank .goods ul li a .img-box {
  text-align: center;
}
.goods-detail-bottom .goods-left .goods-rank .goods ul li a .img-box img {
  width: 120px;
  height: 120px;
}
.goods-detail-bottom .goods-left .goods-rank .goods ul li a .goods-name {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 20px;
  height: 40px;
}
.goods-detail-bottom .goods-left .goods-rank .goods ul li a .pic {
  text-align: center;
  margin-top: 5px;
}
.goods-detail-bottom .goods-right {
  float: right;
  width: 997px;
  border: 1px solid #EEEEEE;
}
.goods-detail-bottom .goods-right .detail-title {
  height: 40px;
  background: #F7F7F7;
  font-size: 13px;
  border-bottom: 1px solid #EEEEEE;
}
.goods-detail-bottom .goods-right .detail-title .table {
  float: left;
}
.goods-detail-bottom .goods-right .detail-title .table a {
  display: block;
  width: 100px;
  text-align: center;
  position: relative;
  line-height: 40px;
  float: left;
  color: #000000;
}
.goods-detail-bottom .goods-right .detail-title .table a span {
  display: none;
  width: 100%;
  height: 1px;
  position: absolute;
  top: -1px;
  left: 0px;
}
.goods-detail-bottom .goods-right .detail-title .table .active {
  background: #fff;
}
.goods-detail-bottom .goods-right .detail-title .table .active span {
  display: block;
}
.goods-detail-bottom .goods-right .detail-title .detail-title-right {
  float: right;
}
.goods-detail-bottom .goods-right .detail-title .detail-title-right .code {
  float: left;
  line-height: 40px;
  width: 145px;
  text-align: center;
  cursor: pointer;
  position: relative;
}
.goods-detail-bottom .goods-right .detail-title .detail-title-right .code .code-box {
  display: none;
  position: absolute;
  width: 200px;
  height: 200px;
  background: #fff;
  box-sizing: border-box;
  top: 40px;
  left: -53px;
  padding: 20px;
  border: 1px solid #EEEEEE;
}
.goods-detail-bottom .goods-right .detail-title .detail-title-right .code .code-box img {
  width: 160px;
  height: 160px;
}
.goods-detail-bottom .goods-right .detail-title .detail-title-right .code:hover .code-box {
  display: block;
}
.goods-detail-bottom .goods-right .detail-title .detail-title-right .add-buy-car {
  float: left;
  width: 110px;
  height: 40px;
  color: #fff;
  text-align: center;
  line-height: 40px;
}
.goods-detail-bottom .goods-right .goods-content .referral {
  width: 752px;
  margin: 0px auto;
  padding: 30px 0px;
}
.goods-detail-bottom .goods-right .goods-content .referral img {
  width: 100%;
}
.goods-detail-bottom .goods-right .goods-content .specifications {
  width: 752px;
  margin: 0px auto;
  padding: 30px 0px;
  display: none;
}
.goods-detail-bottom .goods-right .goods-content .specifications table {
  width: 100%;
  border-color: #F6F6F6;
  color: #666;
}
.goods-detail-bottom .goods-right .goods-content .specifications table th {
  background: #F7F7F7;
  height: 30px;
  font-size: 14px;
  color: #333;
}
.goods-detail-bottom .goods-right .goods-content .specifications table td {
  text-align: center;
  height: 30px;
}
.goods-detail-bottom .goods-right .goods-content .good-reputation {
  display: none;
  margin-top: 30px;
}
.goods-detail-bottom .goods-right .goods-content .good-reputation .good-reputation-title {
  height: 40px;
  background: #F7F7F7;
  font-size: 14px;
  line-height: 40px;
  text-indent: 20px;
  border-bottom: 1px solid #EEEEEE;
}
.goods-detail-bottom .goods-right .goods-content .good-reputation .good-reputation-box {
  overflow: hidden;
  height: 98px;
  padding: 8px 0px;
  box-sizing: border-box;
  border-bottom: 1px solid #EEEEEE;
}
.goods-detail-bottom .goods-right .goods-content .good-reputation .good-reputation-box .good-reputation-left {
  float: left;
  width: 192px;
  text-align: center;
  line-height: 82px;
  font-size: 14px;
  color: #969696;
  border-right: 1px solid #EEEEEE;
}
.goods-detail-bottom .goods-right .goods-content .good-reputation .good-reputation-box .good-reputation-left span {
  font-size: 24px;
}
.goods-detail-bottom .goods-right .goods-content .good-reputation .good-reputation-box .good-reputation-right {
  float: left;
  line-height: 82px;
  padding-left: 25px;
}
.goods-detail-bottom .goods-right .goods-content .good-reputation .good-reputation-box .good-reputation-right .title {
  color: #969696 ;
  font-size: 14px;
  margin-right: 10px;
}
.goods-detail-bottom .goods-right .goods-content .good-reputation .good-reputation-box .good-reputation-right .start {
  display: inline-block;
}
.goods-detail-bottom .goods-right .goods-content .good-reputation .good-reputation-box .good-reputation-right .start img {
  position: relative;
  top: 5px;
  margin-right: 5px;
}
.goods-detail-bottom .goods-right .goods-content .good-reputation .good-reputation-box .good-reputation-right .grade {
  font-size: 20px;
}
.goods-detail-bottom .goods-right .goods-content .good-reputation .comment {
  margin-top: 30px;
}
.goods-detail-bottom .goods-right .goods-content .good-reputation .comment .comment-title {
  height: 40px;
  background: #F7F7F7;
  font-size: 14px;
  line-height: 40px;
  text-indent: 20px;
  border-bottom: 1px solid #EEEEEE;
}
.goods-detail-bottom .goods-right .goods-content .good-reputation .comment .comment-title a {
  color: #333;
  margin-right: 5px;
}
.goods-detail-bottom .goods-right .goods-content .good-reputation .comment .comment-box .comment-list {
  border-bottom: 1px solid #EEEEEE;
  padding: 20px;
  overflow: hidden;
}
.goods-detail-bottom .goods-right .goods-content .good-reputation .comment .comment-box .comment-list .comment-list-left {
  float: left;
  width: 125px;
  text-align: center;
}
.goods-detail-bottom .goods-right .goods-content .good-reputation .comment .comment-box .comment-list .comment-list-left img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #F7F7F7;
}
.goods-detail-bottom .goods-right .goods-content .good-reputation .comment .comment-box .comment-list .comment-list-left .name {
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.goods-detail-bottom .goods-right .goods-content .good-reputation .comment .comment-box .comment-list .comment-list-right {
  float: left;
  font-size: 12px;
  margin-left: 20px;
}
.goods-detail-bottom .goods-right .goods-content .good-reputation .comment .comment-box .comment-list .comment-list-right .start {
  margin-bottom: 10px;
}
.goods-detail-bottom .goods-right .goods-content .good-reputation .comment .comment-box .comment-list .comment-list-right .comment-text {
  margin-bottom: 10px;
}
.goods-detail-bottom .goods-right .goods-content .good-reputation .comment .comment-box .comment-list .comment-list-right .img-video {
  display: flex;
}
.goods-detail-bottom .goods-right .goods-content .good-reputation .comment .comment-box .comment-list .comment-list-right .img-video .img-list {
  overflow: hidden;
  padding-top: 15px;
}
.goods-detail-bottom .goods-right .goods-content .good-reputation .comment .comment-box .comment-list .comment-list-right .img-video .video-list {
  overflow: hidden;
  padding-top: 15px;
}
.goods-detail-bottom .goods-right .goods-content .good-reputation .comment .comment-box .comment-list .comment-list-right .img-video .video-list video {
  width: 100%;
  height: 100%;
  outline: none;
}
.goods-detail-bottom .goods-right .goods-content .good-reputation .comment .comment-box .comment-list .comment-list-right .img-video .img-box {
  float: left;
  width: 55px;
  height: 55px;
  position: relative;
  background: #eee;
  margin-right: 10px;
}
.goods-detail-bottom .goods-right .goods-content .good-reputation .comment .comment-box .comment-list .comment-list-right .img-video .img-box .play {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.goods-detail-bottom .goods-right .goods-content .good-reputation .comment .comment-box .comment-list .comment-list-right .img-video .img-box .del {
  position: absolute;
  top: -8px;
  right: -8px;
  cursor: pointer;
  width: 20px;
  height: 20px;
  z-index: 9;
}
.goods-detail-bottom .goods-right .goods-content .good-reputation .comment .comment-box .comment-list .comment-list-right .img-video .img-box img {
  width: 100%;
  height: 100%;
}
.goods-detail-bottom .goods-right .goods-content .good-reputation .comment .comment-box .comment-list .comment-list-right .img-video-box {
  width: 380px;
  height: 380px;
  display: none;
  margin-top: 20px;
}
.goods-detail-bottom .goods-right .goods-content .good-reputation .comment .comment-box .comment-list .comment-list-right .img-video-box img {
  width: 100%;
  height: 100%;
}
.goods-detail-bottom .goods-right .goods-content .good-reputation .comment .comment-box .comment-list .comment-list-right .img-video-box video {
  width: 100%;
  height: 100%;
  outline: none;
}
.goods-detail-bottom .goods-right .goods-content .good-reputation .comment .comment-box .comment-list .comment-list-right .comment-bottom {
  width: 380px;
  height: 20px;
  line-height: 20px;
  margin-top: 15px;
  color: #969696;
}
.goods-detail-bottom .goods-right .goods-content .good-reputation .comment .comment-box .comment-list .comment-list-right .comment-bottom .comment-bottom-left {
  float: left;
}
.goods-detail-bottom .goods-right .goods-content .good-reputation .comment .comment-box .comment-list .comment-list-right .comment-bottom .comment-bottom-right {
  float: right;
}
.goods-detail-bottom .goods-right .goods-content .good-reputation .good-reputation-bottom {
  margin-top: 20px;
  margin-bottom: 20px;
  overflow: hidden;
}
.goods-detail-bottom .goods-right .goods-content .good-reputation .good-reputation-bottom .all-comment {
  float: left;
  margin-left: 20px;
  font-size: 12px;
}
.guess-like .title {
  background: #F7F7F7;
}
#mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  background: #000;
  opacity: 0.5;
  filter: alpha(opacity=30);
  display: none;
}
.popup {
  position: absolute;
  left: 50%;
  width: 416px;
  height: 517px;
  background: #fff;
  z-index: 1000;
  border: 1px solid #ddd;
  display: none;
  border: 1px solid #c1c1c1;
}
.popup .popup-title {
  height: 31px;
  background-color: #f3f3f3;
}
.popup .popup-title .close {
  cursor: pointer;
}
.popup .popup-title {
  font-size: 14px;
  display: flex;
  align-items: center;
  padding: 0 10px;
  box-sizing: border-box;
  justify-content: space-between;
}
.popup .popup-tab {
  display: flex;
  height: 65px;
  /*padding: 23px 0;*/
  box-sizing: border-box;
}
.popup .popup-tab span {
  flex: 1;
  line-height: 65px;
  text-align: center;
  cursor: pointer;
}
.popup .popup-tab span:first-child {
  position: relative;
}
.popup .popup-tab span:first-child:after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  right: 0;
  content: '';
  width: 1px;
  height: 20px;
  background-color: #f4f4f4;
}
.popup .bold {
  font-weight: bold;
}
.popup .login-qrcode {
  margin: 50px auto 0;
  width: 173px;
  height: 165px;
  padding: 8px 12px;
  box-sizing: border-box;
  border: 1px solid #f4f4f4;
}
.popup .login-qrcode img {
  display: block;
  width: 147px;
  height: 147px;
}
.popup .login-qrcode-text {
  margin-top: 49px;
  font-size: 14px;
  text-align: center;
}
.popup .login-qrcode-text-tag {
  margin: 0 21px 0 9px;
}
.popup .login-type {
  display: flex;
  justify-content: space-between;
  padding: 0 50px;
  margin-top: 59px;
  align-items: center;
  height: 19px;
  font-size: 14px;
}
.popup .login-type-ul {
  display: flex;
  width: 210px;
}
.popup .login-type-ul li {
  position: relative;
  display: flex;
  flex: 1;
  align-items: center;
  cursor: pointer;
}
.popup .login-type-ul li span {
  font-size: 12px;
  margin-left: 4px;
}
.popup .login-type-ul li img {
  margin-left: 15px;
}
.popup .login-type-ul li + li:before {
  position: absolute;
  left: 0;
  content: '';
  width: 1px;
  height: 11px;
  background-color: #d6ccd6;
}
.popup .register {
  cursor: pointer;
  display: flex;
  align-items: center;
}
.popup .register img {
  margin-right: 4px;
}
.popup .account-type {
  padding-top: 76px;
  width: 306px;
  margin: 0 auto;
}
.popup .input {
  display: flex;
  width: 100%;
  height: 40px;
  border: 1px solid #bdbdbd;
  margin-bottom: 20px;
}
.popup .name {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 38px;
  height: 40px;
  border-right: 1px solid #bdbdbd;
  background-color: #f4f4f4;
}
.popup .line-input {
  width: 265px;
  border: none;
  outline: none;
  padding-left: 10px;
  font-size: 14px;
}
.popup .forget-pwd {
  text-align: right;
  font-size: 14px;
  color: #666;
  float: right;
}
.popup .btn-login {
  clear: both;
  width: 308px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  color: #fff;
  margin-top: 58px;
  cursor: pointer;
}
.popup .big-box {
  margin-top: 21px;
}
.popup .cart-fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 999;
  width: 100%;
  box-shadow: 1px 0 1px #ddd;
}
