/* pages/enterprise/goods_details/goods_details.wxss */

page{
  background-color: #fff;
}

#goods_details #header {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

#goods_details #header .header_title {
  position: relative;
  width: 100%;
  height: 60px;
  padding-top: 17px;
  box-sizing: border-box;
}

#goods_details #header .header_title .title {
  width: 130px;
  height: 27px;
  margin: 0 auto;
  display: block;
}

#goods_details #header .header_title .goback {
  position: absolute;
  width: 60px;
  height: 60px;
  top: 0;
  left: 0;
}

#goods_details #header .header_title .goback image {
  position: absolute;
  width: 32px;
  height: 13px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

#goods_details #header .header_title .share {
  position: absolute;
  width: 60px;
  height: 60px;
  top: 0;
  right: 0;
}

#goods_details #header .header_title .share image {
  position: absolute;
  width: 16px;
  height: 16px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

#goods_details .goods_details_swiper {
  position: relative;
  width: 100%;
}
.swiper .number{ position: absolute; top: 10px; right: 10px; color:#fff; font-size: 14px;
  padding: 0 10px; line-height: 20px;
   background: rgba(0,0,0,.3); border-radius: 15px;
}
#goods_details .goods_details_swiper .upside{
  padding: 11px 18px 52px;
}

#goods_details .goods_details_swiper .upside img{
  float: left;
  width: 100%;
 /* height: 72px;*/
}

#goods_details .goods_details_swiper .upside text{
  float: right;
  padding: 0 12px;
  line-height: 22px;
  font-size: 16px;
  color: #fff;
  background-color: #CFCFCF;
  border-radius: 22px;
  margin-top: 11px;
}

#goods_details .goods_details_swiper swiper {
  width: 100%;
  height:300px;
}

#goods_details .goods_details_swiper swiper-item {
  box-sizing: border-box;
}

#goods_details .goods_details_swiper swiper image {
  display: block;
  width: 100%;
  height: 204px;
  box-sizing: border-box;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
}

#goods_details .goods_details_swiper .switch{
  text-align: center;
  line-height: 22px;
  padding:0;
  position: absolute;
  width: 100%; bottom: 10px; left: 0;
}

#goods_details .goods_details_swiper .switch text{
  padding: 0 13px;
  color: #00b0f4;
  font-size: 14px;
  line-height: 22px;
  border-radius: 22px;
  border: 1px solid #00b0f4;
  background-color: #fff;
}

#goods_details .goods_details_swiper .switch .switch_active{
  background: -webkit-linear-gradient(left, #00D7FF, #0099EF); /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(right, #00D7FF, #0099EF); /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(right, #00D7FF, #0099EF); /* Firefox 3.6 - 15 */
  background: linear-gradient(to right, #00D7FF, #0099EF); /* 标准的语法 */
  color: #fff;
  border: none;
}

#goods_details .ctn_introduce .title .left{
  float: left;
  padding-left: 18px;
  position: relative;
}



#goods_details .ctn_introduce .title .left text{
  display: block;
  color: #616161;
}

#goods_details .ctn_introduce .title .left .txt1{
  font-size: 17px;
  line-height: 24px;
  font-weight: 600;
}

#goods_details .ctn_introduce .title .left .txt2{
  margin-top: 5px;
  font-size: 10px;
  line-height: 10px;
}

#goods_details .ctn_introduce .title img{
  float: right;
  width: 20px;
  height: 20px;
  margin-right: 16px;
  margin-top: 3px;
}

.product-params{
  padding-left: 20px;
  margin-top: 5px;
}

.product-params text{
  display: block;
  padding-left: 15px;
  font-size: 12px;
  color: #6E6E6E;
  line-height: 23px;
  position: relative;
}

.product-params text::after{
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #00C6FA;
  top: 50%;
  margin-top: -4px;
  left: 0;
}

#goods_details .ctn_introduce .price{
  padding-left: 24px;
  padding-right: 16px;
  line-height: 40px;
}

#goods_details .ctn_introduce .price .sweep{
  float: left;
}

#goods_details .ctn_introduce .price .sweep img{
  height: 16px;
  margin-top: 0;
	vertical-align:middle;
}

#goods_details .ctn_introduce .price .sweep text{
  font-size: 10px;
  color: #333;
}

#goods_details .ctn_introduce .price .give_a_like{
  float: left;
  margin-left: 12px;
}

#goods_details .ctn_introduce .price .give_a_like img{
  width: 14px;
  height: 14px;
  margin-top: 0;
  vertical-align:middle;
}

#goods_details .ctn_introduce .price .give_a_like text{
  font-size: 10px;
  color: #333;
}

#goods_details .ctn_introduce .price .money{
  float: right;
  font-size: 12px;
  color: #333;
}

#goods_details .ctn_introduce .price .money text{
  font-size: 18px;
  color: #01a2ea;
}

#goods_details .ctn_introduce .ctn_introduce_btn{
  display: flex;
  display: -webkit-flex;
  height: 50px;
  padding:20px;
}

#goods_details .gd_video{
  margin-top: 5px;
  position: relative;
}

#goods_details .gd_video .video{
  display: block;
  width: 100%;
  height: 200px;
}

#goods_details .gd_video .posi_img{
  position: absolute;
  width: 112px;
  height: 112px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

#goods_details .ctn_introduce .ctn_introduce_btn .clearBoth{
  flex: 1;
  -webkit-flex: 1;
}

#goods_details .ctn_introduce .ctn_introduce_btn .give_a_like{
  float: right;
  margin-right: 15px;
}

#goods_details .ctn_introduce .ctn_introduce_btn .give_a_like img{
  display: block;
  width: 40px;
  height: 40px;
  margin-top: 3px;
  margin:3px auto;
}

#goods_details .ctn_introduce .ctn_introduce_btn .give_a_like text{
  display: block;
  margin-top: 3px;
  font-size: 10px;
  color: #5B5B5B;
  text-align: center;
  line-height: 10px;
}

#goods_details .ctn_introduce .ctn_introduce_btn .collection{
  float: left;
  margin-left: 15px;
}

#goods_details .ctn_introduce .ctn_introduce_btn .collection img{
  display: block;
  margin-top: 3px;
  width: 40px;
  height: 40px;
}

#goods_details .ctn_introduce .ctn_introduce_btn .collection text{
  display: block;
  margin-top: 3px;
  font-size: 10px;
  line-height: 10px;
  color: #5B5B5B;
  text-align: center;
}

#goods_details .gd_details .title{
  line-height: 41px;
  padding-left: 29px;
  position: relative;
}

#goods_details .gd_details .title::after{
  content: '';
  position: absolute;
  width: 5px;
  height: 15px;
  background-color: #3C7BF9;
  left: 0;
  top: 50%;
  margin-top: -7px;
}

#goods_details .gd_details .title text{
  font-size: 15px;
  font-weight: 600;
  color: #333;
}

#goods_details .gd_details .title text:last-child{
  font-size: 10px;
  font-weight: 500;
}

#goods_details .gd_details img{
  display: block;
  width: 100%;
  box-shadow: 0 3px 5px #999;
}


#goods_details .gd_goods .title{
  line-height: 46px;
  padding-left: 29px;
  position: relative;
}

#goods_details .gd_goods .title::after{
  content: '';
  position: absolute;
  width: 5px;
  height: 15px;
  background-color: #3C7BF9;
  left: 0;
  top: 50%;
  margin-top: -7px;
}

#goods_details .gd_goods .title text{
  font-size: 15px;
  color: #333;
  font-weight: 600;
}

#goods_details .gd_goods .title text:last-child{
  font-size: 10px;
  font-weight: 500;
}
/*
#goods_details .gd_goods .gd_list{
  padding: 0 17px 44px;
}

#goods_details .gd_goods .gd_li{
  padding: 13px 7px 0;
  margin-bottom: 18px;
  margin-left: 11px;
  float: left;
  width: 315px;
  box-sizing: border-box;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

#goods_details .gd_goods .gd_li:nth-child(2n-1){
  margin-left: 0;
}

#goods_details .gd_goods .gd_li .img{
  display: block;
  width: 100%;
  height: 323px;
  padding-right: 43px;
  box-sizing: border-box;
}

#goods_details .gd_goods .gd_li_title{
  display: block;
  font-size: 23px;
  color: #000;
  line-height: 23px;
}

#goods_details .gd_goods .gd_li_txt{
  display: block;
  font-size: 10px;
  color: #6E6E6E;
  line-height: 10px;
  margin-top: 7px;
}

#goods_details .gd_goods .gd_li .money{
  font-size: 10px;
  color: #666;
  margin-bottom: 2px;
}

#goods_details .gd_goods .gd_li .money text{
  font-size: 12px;
  line-height: 12px;
  color: #01A2EA;
}

#goods_details .gd_goods .gd_li_btn{
  display: flex;
  display: -webkit-flex;
  line-height: 30px;
  box-shadow: 0 -3px 3px #eee;
}

#goods_details .gd_goods .gd_li_btn div{
  flex: 1;
  -webkit-flex: 1;
}

#goods_details .gd_goods .gd_li_btn div img{
  float: left;
  margin-left: 5px;
  margin-top: 7px;
  width: 15px;
  height: 15px;
}

#goods_details .gd_goods .gd_li_btn div text{
  float: left;
  margin-left: 13px;
  font-size: 10px;
  color: #707070;
}*/

#goods_details .gd_foot{
  position: fixed;
  z-index: 999;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 44px;
  padding-right:10px;
  box-sizing: border-box;
}

#goods_details .gd_foot .left{
  width: 60%;
  float: left;
}
#goods_details .gd_foot .right{
  width: 40%;
  float: left;
}

#goods_details .gd_foot .left div{
  height: 30px;
  position: relative;
}

#goods_details .gd_foot .left div img{
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 16px;
  height: 16px;
  padding:5px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.6);
}

#goods_details .gd_foot .right .gd_foot_btn{
  width: 100%;
  float: right;
  border-radius: 30px;
  line-height: 30px;
  text-align: center;
  background-color: #369EFF;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
}

#goods_details .gd_foot .right .gd_foot_btn text{
  float: left;
  width: 50%;
  font-size: 14px;
  color: #fff;
  position: relative;
}

#goods_details .gd_foot .right .gd_foot_btn text:first-child:after{
  content: '';
  position: absolute;
  width: 1px;
  height: 20px;
  background-color: rgba(255, 255, 255, 0.4);
  top: 50%;
  margin-top: -10px;
  right: 0;
}


#goods_details .add_succ_mask{
  position: fixed;
  z-index: 9999999;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: none;
}

#goods_details .add_succ_mask div{
  width: 250px;
  height: 100px;
  border-radius: 4px;
  background-color: #3D3D3D;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}

#goods_details .add_succ_mask div img{
  display: block;
  width: 37px;
  height: 72px;
  margin: 15px auto 0;
}

#goods_details .add_succ_mask div text{
  display: block;
  font-size: 15px;
  line-height: 15px;
  color: #fff;
  text-align: center;
  margin-top: 20px;
}