.detail_slide {
  position: relative;
  overflow: hidden;
}
.detail_slide .return_icon {
  position: absolute;
  top: 1rem;
  left: 1rem;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  width: 4rem;
  height: 4rem;
  text-align: center;
  line-height: 4rem;
  z-index: 11;
  border-radius: 50%;
}
.detail_slide .return_icon .iconfont {
  font-size: 3rem;
  padding-right: 0.3rem;
}
.goods_name {
  font-size: 2.2rem;
  padding: 1rem;
  color: rgba(0, 0, 0, 0.87);
}
.goods_name2 {
  font-size: 1.6rem;
  color: #ff4a00;
  padding: 0 1rem;
  line-height: 2.4rem;
}
.goods_description {
  font-size: 1.6rem;
  padding: 0 1rem;
  line-height: 2.4rem;
}
.goods_price_box {
  padding: 0 1rem;
  display: flex;
  align-items: center;
  margin: 1rem 0;
}
.goods_price_box .icon {
  color: #ff4a00;
  font-size: 1.4rem;
}
.goods_price_box .title {
  font-size: 2.6rem;
  color: #ff4a00;
}
.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;
  padding: 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.6rem;
}
.detail_foot_bar .left_content .title {
  font-size: 1.4rem;
}
.detail_foot_bar .right_content {
  display: flex;
}
.detail_foot_bar .right_content .add_cart {
  background: #ff4a00;
  color: #fff;
  border-radius: 2rem;
  display: flex;
  align-items: center;
  padding: 0 2.5rem;
  font-size: 1.8rem;
}
.detail_foot_bar .right_content .buy {
  background: #ea625b;
  margin-left: 1rem;
  color: #fff;
  border-radius: 2rem;
  display: flex;
  align-items: center;
  padding: 0 2.5rem;
  font-size: 1.8rem;
}
.standard_box {
  position: fixed;
  background: #fff;
  display: none;
  z-index: 222;
  bottom: 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: #ff4a00;
  font-size: 2.4rem;
}
.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 #ff4a00;
}
.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: 0.5rem;
  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: 0.5rem;
  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: #ff4a00;
  color: #fff;
  border-radius: 2rem 0 0 2rem;
  display: flex;
  align-items: center;
  padding: 1rem 0;
  font-size: 1.8rem;
  justify-content: center;
  width: 14rem;
}
.standard_box .button_box .buy {
  background: #ea625b;
  color: #fff;
  border-radius: 0 2rem 2rem 0;
  display: flex;
  align-items: center;
  padding: 1rem 0;
  font-size: 1.8rem;
  justify-content: center;
  width: 14rem;
}

.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
}
