.detail_slide {
  position: relative;
  overflow: hidden;
}

.detail_slide img{
  width: 100%;
}

.swiper-pagination-bullet-active{
  background: #ff6700;
}
.detail_slide .return_icon {
  position: absolute;
  top: 1rem;
  left: 1rem;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  width: 3rem;
  height: 3rem;
  text-align: center;
  line-height: 3rem;
  z-index: 11;
  border-radius: 50%;
}
.detail_slide .return_icon .iconfont {
  font-size: 2.4rem;
  padding-right: 0.3rem;
}
.goods_name {
  font-size: 2rem;
  padding: 1rem;
  color: rgba(0, 0, 0, 0.87);
}
.goods_name2 {
  font-size: 1.4rem;
  padding: 0 1rem;
  line-height: 2.4rem;
}
.goods_description {
  font-size: 1.4rem;
  padding: 0 1rem;
  line-height: 2.4rem;
  color: #888;
}
.goods_price_box {
  padding: 0 1rem;
  display: flex;
  align-items: center;
  margin: 1rem 0;
}
.goods_price_box .icon {
  color: #ff6700;
  font-size: 1.4rem;
}
.goods_price_box .title {
  font-size: 2.6rem;
  color: #ff6700;
}
.goods_price_box .market_price {
  color: #888;
  text-decoration: line-through;
  font-size: 1.6rem;
  margin-left: 1rem;
}
.bgf5f5f5_1 {
  background: #f5f5f5;
  height: 1rem;
}
.standard_selected {
  padding: 1.5rem 1rem;
  font-size: 1.4rem;
  display: flex;
  justify-content: space-between;
}
.standard_selected .left_box {
  display: flex;
}
.standard_selected .info {
  color: rgba(0, 0, 0, 0.87);
}
.detail_foot_bar {
  background: #fff;
  position: fixed;
  bottom: 0;
  left:0;
  padding: .5rem 1rem;
  display: flex;
  width: 100%;
  justify-content: space-between;
  box-shadow: 0px -2px 5px #eaeaea;
  z-index: 11;
}
.detail_foot_bar .left_content {
  display: flex;
}
.detail_foot_bar .left_content .home {
  text-align: center;
  margin-right: 2rem;
}
.detail_foot_bar .left_content .collect {
  text-align: center;
}
.detail_foot_bar .left_content .iconfont {
  font-size: 2.4rem;
}
.detail_foot_bar .left_content .title {
  font-size: 1.3rem;
}
.detail_foot_bar .right_content {
  display: flex;
  align-items: center;
}
.detail_foot_bar .right_content .add_cart {
  background: #ff6700;
  color: #fff;
  border-radius: 2rem;
  display: flex;
  align-items: center;
  padding: 0 2.5rem;
  height: 4rem;
  font-size: 1.6rem;
}
.detail_foot_bar .right_content .buy {
  background: #333;
  margin-left: 1rem;
  color: #fff;
  border-radius: 2rem;
  display: flex;
  align-items: center;
  padding: 0rem 2.5rem;
  font-size: 1.6rem;
  height: 4rem;
}
.standard_box {
  position: fixed;
  background: #fff;
  display: none;
  z-index: 222;
  bottom: 0;
  left:0;
  width: 100%;
  padding: 1rem;
  font-size: 1.4rem;
  height: 80vh;
  overflow-y: scroll;
}
.standard_box .close{
  position: absolute;
  top: 10px;
  right: 10px;
}
.standard_box .close .iconfont{
  font-size: 22px;
}
.standard_box .goods_box {
  display: flex;
  padding-top: 1rem;
  align-items: center;
}
.standard_box .goods_box .pic {
  width: 10rem;
}
.standard_box .goods_box .info {
  margin-left: 1.5rem;
}
.standard_box .goods_box .info .title {
  color: #ff6700;
  font-size: 2.2rem;
}
.standard_box .goods_box .info .text {
  color: #888;
  margin-top: 0.5rem;
}
.standard_box .standard_item {
  border-bottom: 1px solid #ddd;
  padding: 1rem 0;
  margin-top: 1rem;
}
.standard_box .standard_item .title {
  margin-bottom: 1rem;
}
.standard_box .standard_item .standard_itemul {
  display: flex;
}
.standard_box .standard_item .standard_itemul .name {
  margin-right: 1rem;
  border: 1px solid #ddd;
  padding: 0.5rem 1rem;
}
.standard_box .standard_item .standard_itemul .current {
  border: 1px solid #ff6700;
}
.standard_box .number_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #ddd;
  padding: 1rem 0;
  margin-top: 1rem;
}
.standard_box .number_box .left_content {
  color: rgba(0, 0, 0, 0.6);
}
.standard_box .number_box .right_content {
  display: flex;
}
.standard_box .number_box .right_content .reduce {
  background: #eee;
  border-radius: 0.5rem 0 0 0.5rem;
  padding: 0.5rem 1rem;
  font-size: 1.6rem;
}
.standard_box .number_box .right_content .number {
  margin-left:2px;
  background: #eee;
  padding: 0.5rem 1rem;
}
.standard_box .number_box .right_content .add {
  background: #eee;
  border-radius: 0 0.5rem 0.5rem 0;
  padding: 0.5rem 1rem;
  margin-left: 2px;
  font-size: 1.6rem;
}
.standard_box .button_box {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
  padding-bottom: 1rem;
}
.standard_box .button_box .add_cart {
  background: #ff6700;
  color: #fff;
  border-radius: 2rem 0 0 2rem;
  display: flex;
  align-items: center;
  padding: 1rem 0;
  font-size: 1.8rem;
  justify-content: center;
  width: 13rem;
}
.standard_box .button_box .buy {
  background: #333;
  color: #fff;
  border-radius: 0 2rem 2rem 0;
  display: flex;
  align-items: center;
  padding: .7rem 0;
  font-size: 1.8rem;
  justify-content: center;
  width: 13rem;
}

.limit_empty{
  background: #333;
  color: #fff;
  border-radius: 2rem;
  display: flex;
  align-items: center;
  padding: .7rem 0;
  font-size: 1.8rem;
  justify-content: center;
  width: 13rem;
}

.limit_empty:hover{
  color: #fff;
}

.mask{
  width: 100%;

    height: 100%;

    background: #000;

    overflow: hidden;

    position: fixed;

    left: 0;

    top: 0;

    opacity: .6;

    filter: alpha(opacity=60);

    z-index: 99;

    display: none
}

.coupons_box{
  padding: 1.5rem 1rem;
  font-size: 1.4rem;
  display: flex;
  justify-content: space-between;
}

.coupons_box .left_box {
  display: flex;
}

.coupons_box .info {
  color: #ff6700;
}

.coupons_pickup{
  border: 1px solid #ff6700;
  padding: .2rem .5rem;
  border-radius: .3rem;
  color: #ff6700;
}

.comment_bar{
  padding: 1.5rem 1rem;
  font-size: 1.4rem;
  display: flex;
  justify-content: space-between;
}

.goods_comment_satify{
  background: #ff6700;
  color: #fff;
  width: 100%;
  padding: 3rem 0;
  text-align: center;
}

.goods_comment_satify .text1{

}


.goods_comment_satify .text2{
  font-size: 3.4rem;
}

.goods_comment_satify .iconfont{
  font-size: 3.4rem;
}

.goods_comment_list .item{
  border-bottom: 1px solid #ddd;
  padding: 1rem 0;
  display: flex;
  flex-wrap: wrap;
}

.goods_comment_list .item .box1{
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.goods_comment_list .item .box1 .left_content{
  display: flex;
  align-items: center;
}
.goods_comment_list .item .box1 .left_content .pic{
  margin-right: 1rem;
}
.goods_comment_list .item .box1 .left_content .pic img{
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  border: 1px solid #ddd;
}
.goods_comment_list .item .box1 .left_content .info .username{
  color: #333;
  font-size: 1.6rem;
}
.goods_comment_list .item .box1 .isstar{
  color: #ff6700;
}
.goods_comment_list .item .box1 .left_content .info .time{
  margin-top: .5rem;
}
.goods_comment_list .item .box2{
  width: 100%;
  margin-top: 1rem;
}

.pagetitle {
  width: 100%;
  display: flex;
  justify-content: center;
  font-size: 1.6rem;
  padding-right: 1rem;
}