.main-box {
  display: flex;
  background: #fff;
  flex-direction: column;
  width: calc(100% - 200px);
  margin: 0 100px;
}
/*.main-box .shop-box {
  display: flex;
  padding: 15px 20px;
  border: 1px solid #ccc;
  border-radius: 100px;
  margin: 20px;
  align-items: center;
}*/
.main-box .shop-box .shop-img {
/*  width: 100px;
  height: 100px;
  border-radius: 50px;*/
    width: 100%;
  max-height: 300px;
  /*object-fit: cover;*/
}
.main-box .shop-box .shop-info {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  flex: 1;
  height: 80px;
  margin: 0 30px;
}
.main-box .shop-box .shop-info .name {
  font-size: 20px;
  font-weight: bold;
}
.main-box .shop-box .go-shop {
  color: #fff;
  padding: 10px 20px;
  font-size: 18px;
  border-radius: 50px;
  background: var(--mainColor);
}
.main-box .goods-info-box {
  display: flex;
  padding: 0 20px;
}
.main-box .goods-info-box .goods-img-box {
  display: flex;
  flex-direction: column;
  width: 650px;
  height: 460px;
}
.main-box .goods-info-box .goods-img-box .cover {
  width: 100%;
  height: 400px;
  object-fit: cover;
  border-radius: 20px;
}
.main-box .goods-info-box .goods-img-box .imgs-box {
  display: flex;
  width: 100%;
}
.main-box .goods-info-box .goods-img-box .imgs-box img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  margin: 10px 10px 0 0;
  border-radius: 10px;
  cursor: pointer;
}
.main-box .goods-info-box .goods-img-box .imgs-box img:nth-child(6n) {
  margin-right: 0;
}
.main-box .goods-info-box .info-box {
  display: flex;
  flex-direction: column;
  flex: 1;
  margin-left: 20px;
  position: relative;
}
.main-box .goods-info-box .info-box .goods-name {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 15px;
  width: calc(100% - 160px);
  line-height: 40px;
}
.main-box .goods-info-box .info-box .mall-btn{
  width: 140px;
  height: 40px;
  border: 1px solid var(--mainColor);
  border-radius: 20px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 100;
  font-size: 14px;
  line-height: 40px;
  color: var(--mainColor);
  text-align: center;
}
.main-box .goods-info-box .info-box .mall-btn:hover{
  background: var(--mainColor);
  color: #fff;
}
.main-box .goods-info-box .info-box .sales-count {
  color: var(--fontGrap);
  margin-bottom: 15px;
}
.main-box .goods-info-box .info-box .price-box {
  display: flex;
  align-items: flex-end;
  margin-bottom: 15px;
}
.main-box .goods-info-box .info-box .price-box .sales-price {
  font-size: 18px;
  font-weight: bold;
}
.main-box .goods-info-box .info-box .price-box .price {
  color: #afacac;
  text-decoration: line-through;
  margin-left: 20px;
}
.main-box .goods-info-box .info-box .spce-box {
  display: flex;
  flex-direction: column;
}
.main-box .goods-info-box .info-box .spce-box .box {
  display: flex;
  margin-top: 40px;
}
.main-box .goods-info-box .info-box .spce-box .box .spce-title {
  color: var(--fontGrap);
  width: 110px;
}
.main-box .goods-info-box .info-box .spce-box .box .spce {
  display: flex;
  flex: 1;
  flex-wrap: wrap;
}
.main-box .goods-info-box .info-box .spce-box .box .spce .name {
  display: flex;
  align-items: center;
  flex: none;
  font-size: 12px;
  padding: 5px 20px;
  background: var(--lightGray);
  border-radius: 7px;
  margin: 0 10px 10px 0;
  cursor: pointer;
}
.main-box .goods-info-box .info-box .spce-box .box .spce .cur {
background-color:pink;
}
.main-box .goods-info-box .info-box .spce-box .box .spce .name img {
  width: 25px;
  height: 25px;
  margin-right: 8px;
  object-fit: cover;
}
.main-box .goods-info-box .info-box .count-box {
  display: flex;
  margin-top: 40px;
  align-items: center;
}
.main-box .goods-info-box .info-box .count-box .title {
  color: var(--fontGrap);
  width: 110px;
}
.main-box .goods-info-box .info-box .count-box .operation-box {
  display: flex;
}
.main-box .goods-info-box .info-box .count-box .operation-box .icon-dec,
.main-box .goods-info-box .info-box .count-box .operation-box .icon-inc {
  background: var(--lightGray);
  padding: 10px;
  cursor: pointer;
}
.main-box .goods-info-box .info-box .count-box .operation-box .disable {
  color: #ccc;
}
.main-box .goods-info-box .info-box .count-box .operation-box .count {
  background: var(--lightGray);
  margin: 0 1px;
  width: 50px;
  text-align: center;
  border: none;
  outline: none;
}
.main-box .goods-info-box .info-box .count-box .text {
  margin-left: 10px;
  color: var(--fontGrap);
}
.main-box .goods-info-box .info-box .btn-box {
  display: flex;
  margin-top: 40px;
  align-items: center;
}
.main-box .goods-info-box .info-box .btn-box .buy {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  border: none;
  padding: 15px 35px;
  border-radius: 50px 0 0 50px;
  background: linear-gradient(90deg, #ff7700, #ff4900);
  cursor: pointer;
}
.main-box .goods-info-box .info-box .btn-box .car {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  border: none;
  padding: 15px 35px;
  border-radius: 0 50px 50px 0;
  background: linear-gradient(90deg, #ffcb00, #ff9402);
  cursor: pointer;
}
.main-box .goods-info-box .info-box .btn-box .collect-box {
  margin-left: 60px;
  cursor: pointer;
}
.main-box .other-box {
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid var(--lightGray);
}
.main-box .other-box .tab-box {
  display: flex;
}
.main-box .other-box .tab-box .tab {
  font-size: 18px;
  padding: 20px 0;
  margin-left: 20px;
}
.main-box .other-box .tab-box .active {
  border-bottom: 2px solid var(--mainColor);
}
.main-box .other-box .editor-box {
  width: 100%;
  height: 100%;
  padding: 10px 20px;
  overflow:hidden;
}

.main-box .other-box .editor-box p{
  
  margin: 0px;

   
}

.main-box .other-box .editor-box p img{
  width: 70% ;
  display: block;
  /*height: 70% ;*/
  /*padding: 10px 20px;*/
   /*object-fit:cover;*/
   
}
.main-box .other-box .comment-box {
  width: 100% ;
  height: 700px;
  padding: 10px 20px;
 
}
.main-box .other-box .comment-box .count-box {
  display: flex;
}
.main-box .other-box .comment-box .count-box .count-tab {
  padding: 10px 20px;
  border-radius: 50px;
  background: var(--lightGray);
  margin-right: 15px;
}
.main-box .other-box .comment-box .count-box .active {
  color: #fff;
  background: var(--mainColor);
}
.main-box .other-box .comment-box .comment {
  display: flex;
  padding: 20px 0;
  border-bottom: 1px solid var(--lightGray);
}
.main-box .other-box .comment-box .comment:last-child {
  border-bottom: none;
}
.main-box .other-box .comment-box .comment .avatar {
  width: 80px;
  height: 80px;
  object-fit: cover;
}
.main-box .other-box .comment-box .comment .info {
  display: flex;
  width: calc(100% - 160px);
  flex-direction: column;
  justify-content: space-between;
  padding: 0 20px;
}
.main-box .other-box .comment-box .comment .info .user {
  display: flex;
  justify-content: space-between;
}

.main-box .other-box .comment-box .comment .info .sj-pj{
  width: calc(100% - 30px);
  padding: 15px 15px 12px 15px;
  background: #eee;
  margin-top: 24px;
}

.main-box .other-box .comment-box .comment .info .sj-pj .sp-bt{
  width: 100%;
  font-size: 14px;
  line-height: 14px;
  color: #777;
}

.main-box .other-box .comment-box .comment .info .sj-pj .sp-sj{
  width: 100%;
  font-size: 14px;
  line-height: 14px;
  color: #777;
  margin-top: 10px;
}

.main-box .other-box .comment-box .comment .info .sj-pj .sp-nr{
  width: 100%;
  font-size: 14px;
  line-height: 20px;
  color: #777;
  text-align: justify;
  margin-top: 8px;
}


.main-box .goods-info-box .goods-img-box .slideImageBox{
  width:100%;height:400px;box-sizing:border-box;overflow:hidden;display:block;
  }
.main-box .goods-info-box .goods-img-box .slideImageBox ul{
  font-size:0;width:100%;height:100%;list-style:none;display:block;white-space:nowrap;text-align:center;margin-left:calc(0px- 70%);padding:0;margin-top:2px;
  }
.main-box .goods-info-box .goods-img-box .slideImageBox ul li{
  display:inline-block;*display:inline;*zoom:1;transition:margin-left 1s,height 1s;background:#928D8D;margin:0;padding:0
}
.main-box .goods-info-box .goods-img-box .oneImageBox{
  width:100%;height:100%;background:#3498DB;overflow:hidden;vertical-align:middle
}
.main-box .goods-info-box .goods-img-box .oneImageBox img{
  width:100%;height:100%;
}
.main-box .goods-info-box .goods-img-box .oneImageBox2{
  width:100%;height:100%;background:#f60;overflow:hidden;vertical-align:middle;padding:0
}
.main-box .goods-info-box .goods-img-box .oneImageBox2 img{
  margin:0;top:0}
.main-box .goods-info-box .goods-img-box .NEXTBOX{
  width:50px;height:50px;background:rgba(0,0,0,.5);text-align:center;position:absolute;right:0px;cursor:pointer;opacity:.5;transition:opacity.5s}
.main-box .goods-info-box .goods-img-box .NEXTBOX:hover{opacity:1}
.main-box .goods-info-box .goods-img-box .right-next{position:relative;top:14px;left:13px;width:20px;height:20px;border-right:2px #fff solid;border-top:2px #fff solid;transform:rotate(45deg);-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-o-transform:rotate(45deg)}.LASTBOX{width:50px;height:50px;background:rgba(0,0,0,.7);text-align:center;position:absolute;left:0px;cursor:pointer;opacity:.5;transition:opacity.5s}
.main-box .goods-info-box .goods-img-box .LASTBOX:hover{opacity:1}
.main-box .goods-info-box .goods-img-box .left-last{position:relative;top:14px;left:13px;width:20px;height:20px;border-right:2px #fff solid;border-top:2px #fff solid;transform:rotate(225deg);-webkit-transform:rotate(225deg);-moz-transform:rotate(225deg);-o-transform:rotate(225deg)}
.main-box .goods-info-box .goods-img-box .chooseBar{width:20%;height:8px;display:auto;position:absolute;white-space:nowrap;text-align:center;left: 0 !important;right: 0 !important;bottom: 40px;margin: auto;}
.main-box .goods-info-box .goods-img-box .chooseBar button{outline:none;border:0;display:inline-block;*display:inline;*zoom:1;-webkit-appearance:none;width:30px;height:8px;background:rgba(255,255,255,.5);margin-left:5px;transition:background .5s;cursor:pointer}

/*# sourceMappingURL=goods_detail.css.map */

.info-box{
  margin-left: 50px !important;
}

.goods-name{
  width: 100% !important;
}

.ib-jg{
  display: flex;
  width: calc(100% - 40px);
  background: #eee;
  padding: 20px 20px;
  margin-top: 10px;
  align-items: center;
  justify-content: space-between;
}

.ib-jg .ibj-an{
  display: flex;
}

.price-box{ 
  margin-bottom: 0 !important;
  align-items: baseline !important;
}

.mall-btn{
  display: flex !important;
  width: 120px !important;
  height: 34px !important;
  border: 1px solid var(--mainColor);
  border-radius: 18px !important;
  font-size: 14px;
  line-height: 34px !important;
  align-items: center;
  justify-content: center;
  position: unset !important;
  margin-left: 10px;
  position: relative !important;
}

.mall-btn img{
  width: 16px;
  height: 16px;
  margin-right: 6px;
}

.ib-jg .ibj-an .ibja-zx{
  display: block !important;
  width: 40px !important;
  height: 24px !important;
  background: #11b534 !important;
  border-radius: 12px !important;
  font-size: 14px !important;
  line-height: 24px !important;
  color: #fff !important;
  text-align: center !important;
  position: absolute !important;
  top: -16px !important;
  right: -10px !important;
}

.ib-jg .ibj-an .ibja-xx{
  display: block !important;
  width: 40px !important;
  height: 24px !important;
  background: #aaa !important;
  border-radius: 12px !important;
  font-size: 14px !important;
  line-height: 24px !important;
  color: #fff !important;
  text-align: center !important;
  position: absolute !important;
  top: -16px !important;
  right: -10px !important;
}

.mall-btn:hover{
  background: none !important;
  color: var(--mainColor) !important;
}

.main-box .other-box .tab-box .tab{
  color: #fff !important;
}

.main-box .other-box .tab-box .active{
  border-bottom: 3px solid #fff !important;
}

.tck-img{
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.4);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}

.tck-img .ti-box{
  display: block;
  width: 1000px;
  height: 700px;
  background: #fff;
  border: 4px solid rgba(0,0,0,.3);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.tck-img .ti-box .tib-top{
  display: flex;
  width: 100%;
  height: 40px;
  background: #eee;
  align-items: center;
  justify-content: space-between;
}

.tck-img .ti-box .tib-top .tibt-l{
  font-size: 16px;
  line-height: 40px;
  color: #666;
  margin-left: 10px;
}

.tck-img .ti-box .tib-top .tibt-r{
  font-size: 24px;
  line-height: 40px;
  color: #666;
  margin-right: 10px;
  cursor: pointer;
}

.tck-img .ti-box .tib-bt{
  display: block;
  width: calc(100% - 30px);
  height: 34px;
  border-bottom: 1px solid #e5e5e5;
  margin: 15px auto 0 auto;
}

.tck-img .ti-box .tib-bt span{
  display: block;
  width: 120px;
  height: 34px;
  background: #ff3c3c;
  font-size: 14px;
  line-height: 34px;
  color: #fff;
  text-align: center;
}

.tck-img .ti-box .tib-pic{
  display: flex;
  width: 700px;
  height: 595px;
  float: left;
  margin-left: 15px;
  align-items: center;
  justify-content: center;
}

.tck-img .ti-box .tib-pic img{
  max-width: 100%;
  max-height: 100%;
}

.tck-img .ti-box .tib-js{
  display: block;
  width: calc(100% - 745px);
  height: 595px;
  float: left;
  margin-left: 15px;
}

.tck-img .ti-box .tib-js .tibj-mc{
  display: block;
  width: 100%;
  font-size: 16px;
  line-height: 24px;
  color: #666;
  text-align: justify;
  padding-top: 15px;
}

.tck-img .ti-box .tib-js .tibj-jg{
  display: block;
  width: 100%;
  margin-top: 5px;
  font-size: 14px;
  color: #666;
}

.tck-img .ti-box .tib-js .tibj-jg span{
  font-size: 20px;
  color: #ff3c3c;
}

.tck-img .ti-box .tib-js .tibj-tp{
  display: flex;
  width: calc(100% - 42px);
  min-height: 200px;
  padding: 10px 20px;
  border: 1px solid #e5e5e5;
  margin-top: 15px;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
}

.tck-img .ti-box .tib-js .tibj-tp img{
  display: inline-flex;
  width: 92px;
  height: 92px;
  border: 1px solid #e5e5e5;
  margin: 5px 5px;
  cursor: pointer;
  object-fit: cover;
}

.tck-img .ti-box .tib-js .tibj-tp img:hover{
  border: 1px solid #ff3c3c;
}
