.goods-detail {
  background: #fff;
}

.goods-detail .goods-title {
  margin-top: .25rem;
  font-size: .4rem;
  font-weight: bold;
  line-height: .4rem;
  margin-left: .4rem;
}

.goods-detail .goods-title span {
  color: #2387f6;
  margin-right: .1rem;
}

.goods-detail .goods-desc {
  margin-left: .4rem;
  font-size: .28rem;
  line-height: .84rem;
}

.goods-detail .link-box .link-btn {
  display: inline-block;
  margin-bottom: .35rem;
  width: 2.47rem;
  height: 0.5rem;
  margin-left: .4rem;
  border-radius: .25rem;
}

.goods-detail .link-box .link-btn span {
  font-size: .24rem;
  display: inline-block;
  height: 0.5rem;
  vertical-align: top;
  line-height: .5rem;
}

.goods-detail .link-box .link-btn i {
  width: 0.35rem;
  height: 0.3rem;
  margin: 0.1rem 0.2rem;
  display: inline-block;
}

.goods-detail .link-box .link-btn.call-dev {
  background: #4a4a4a;
  color: #fff;
}

.goods-detail .link-box .link-btn.call-dev i {
  background: url("../images/btn_02.png") no-repeat center center;
  background-size: cover;
}

.goods-detail .link-box .link-btn.call-price {
  border: 1px solid #4a4a4a;
}

.goods-detail .link-box .link-btn.call-price i {
  background: url("../images/btn_01.png") no-repeat center center;
  background-size: cover;
}

#TabsTag {
  display: none;
}

#TabsTag .title,
#TabsTag .header {
  position: relative;
  font-weight: bold;
  font-size: 16px;
  padding-bottom: .1rem;
  margin-bottom: .15rem;
  border-bottom: 1px solid #dddddd;
  background-color: #fff;
  z-index: 200;
  padding-top: .22rem;

}

section .header,
#TabsTag .header  {
  display: none;
}

#TabsTag .header.show{
  display: block;
}
section .header.show {
  display: block;
}

#TabsTag .header:before {
  content: '';
  position: absolute;
  right: 0;
  bottom: -1px;
  height: 2px;
  width: 1rem;
  background-color: #11466f;
}

.top-tab .tab-right {
  float: right;
}

.ProDetail {
  display: none;
}

.ProDetail.show {
  display: block;
}

#imgList {
  height: 3.25rem;
}

#imgList ul {
  width: 15rem;
  height: 3.25rem;
}

#imgList ul li {
  float: left;
  height: 3.25rem;
  width: 5rem;
}

#imgList ul li img {
  height: 3.25rem;
  margin-right: .5rem;
}

.topper {
  height: 0.78rem;
  overflow: hidden;
  position: fixed;
  left: 50%;
  /* top: 0.78rem; */
  top:0;
  width: 100%;
  max-width: 640px;
  transform: translateX(-50%);
  background: #FFFFFF;
  z-index: 200;
}

.topper .header {
  display: block;
  padding: .35rem 0;
  margin: 0 .25rem;
}

#TabsTag .margin {
  margin: 0 .25rem;
}

.tabs{
  font-size: 18px;
  font-weight: bold;
  line-height: 35px;
  border-bottom: 1px solid #dddddd;
}

.tabs span{
  display: inline-block;
  line-height: 35px;
}

.tabs span:nth-child(2){
  float: right;
}

.tabs span.on{
  border-bottom: 2px solid #11466f;
}