body {
  background-color: #F6F6F6;
}

/* .header {
  height: 110px;
  background: linear-gradient(43deg, #3D63DD 0%, #7D3DDD 100%);
  padding: 30px 0;
} */

#content {
  margin-top: 120px;
  margin-bottom: 50px;
}

.breadNav {
  margin-bottom: 15px;
  color: #666;
  font-size: 12px;
}

.breadNav a {
  color: #666;
  margin-right: 10px;
}

.breadNav span {
  margin: 0 10px;
}

.goodsInfo {
  background: #FFFFFF;
  border-radius: 4px;
  display: flex;
  justify-content: space-between;
  padding: 20px;
}

.goodsInfo .goodsLogo {
  width: 300px;
  height: 300px;
  margin-right: 30px;
}

.goodsInfo .goodsName {
  font-size: 24px;
  line-height: 24px;
  margin-bottom: 20px;
}

.goodsInfo .goodsDesc {
  font-size: 14px;
  color: #666666;
  padding-bottom: 20px;
  line-height: 24px;
  border-bottom: 1px solid #eee;
}

.goodsInfo .goodsData {
  margin-top: 20px;
  background: #EBEFFC;
  border-radius: 4px;
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
}

.goodsInfo .goodsData span {
  vertical-align: middle;
}

.goodsInfo .goodsData .dataTitle {
  font-size: 14px;
  color: #666666;
}

.goodsInfo .goodsData .goodsPrice {
  float: left;
}

.goodsInfo .goodsData .goodsPrice .dataNum {
  font-size: 24px;
  color: #F81919;
}

.goodsInfo .goodsData .visit {
  float: right;
  margin-right: 15px;
  position: relative;
  padding-right: 15px;
}

.goodsInfo .goodsData .visit::after {
  content: '';
  width: 1px;
  height: 10px;
  background: #3D63DD;
  opacity: 0.4;
  position: absolute;
  top: 22px;
  right: 0;
}

.goodsInfo .goodsData .sale {
  float: right;
}

.goodsInfo .goodsData .visit .dataNum,
.goodsInfo .goodsData .sale .dataNum {
  font-size: 16px;
  color: #3D63DD;
}

.goodsInfo .goodsBuy {
  margin-top: 20px;
  display: flex;
  justify-content: flex-start;
}

.goodsInfo .goodsBuy .goodsNum {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.goodsInfo .goodsBuy .goodsNum .title {
  font-size: 14px;
  color: #666666;
  margin-right: 30px;
}

.goodsInfo .goodsBuy .goodsNum .numBox {
  width: 68px;
  height: 44px;
  background: #FFFFFF;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.goodsInfo .goodsBuy .goodsNum .numBox .num {
  width: 44px;
  line-height: 42px;
  text-align: center;
  outline: none;
  border: 1px solid #CCCCCC;
  border-radius: 4px 0 0 4px;
}

.goodsInfo .goodsBuy .goodsNum .numBox .numHandle {
  width: 24px;
  height: 44px;
  background: #EEEEEE;
  border: 1px solid #CCCCCC;
  border-left: 0;
  border-radius: 0 4px 4px 0;
  text-align: center;
  line-height: 21px;
}

.goodsInfo .goodsBuy .goodsNum .numBox .numHandle span {
  width: 100%;
  cursor: pointer;
  display: inline-block;
}

.goodsInfo .goodsBuy .goodsNum .numBox .numHandle .addNum{
  border-bottom: 1px solid #CCCCCC;
}

.goodsInfo .goodsBuy .goodsBtn {
  width: 136px;
  height: 44px;
  background: #3D63DD;
  border-radius: 4px;
  text-align: center;
  line-height: 44px;
  font-size: 14px;
  color: #FFFFFF;
  margin-left: 45px;
  cursor: pointer;
}

.goodsInfo .contact {
  font-size: 14px;
  color: #999999;
  margin-top: 20px;
  cursor: pointer;
}

.goodsInfo .contact i{
  font-size: 24px;
  vertical-align: middle;
  margin-right: 5px;
}

.goodsInfo .contact span{
  vertical-align: middle;
}

.goodsDetail {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

.goodsDetail .left {
  width: 300px;
  flex-shrink: 0;
  margin-right: 20px;
}

.goodsDetail .left .leftBox {
  background: #FFFFFF;
  border-radius: 4px;
  padding: 20px;
  margin-bottom: 20px;
}

.goodsDetail .left .leftBox .title {
  font-size: 16px;
  font-weight: bold;
  position: relative;
  text-align: center;
  color: #3D63DD;
}

.goodsDetail .left .leftBox .title::before {
  position: absolute;
  content: '';
  width: 66px;
  height: 1px;
  background: #EEEEEE;
  left: 20px;
  bottom: 11px;
}

.goodsDetail .left .leftBox .title::after {
  position: absolute;
  content: '';
  width: 66px;
  height: 1px;
  background: #EEEEEE;
  right: 20px;
  bottom: 11px;
}


.goodsDetail .left .service {
  text-align: center;
  color: #3D63DD;
}

.goodsDetail .left .service .code img {
  width: 105px;
  height: 105px;
  margin-top: 5px;
}

.goodsDetail .left .service p {
  font-size: 14px;
  margin-top: 5px;
}

.goodsDetail .left .service .serviceBtn {
  width: 166px;
  height: 30px;
  border: 1px solid #3D63DD;
  border-radius: 4px;
  line-height: 30px;
  margin: 20px auto 0;
  cursor: pointer;
}

.goodsDetail .left .question a {
  font-size: 14px;
  color: #3D63DD;
  line-height: 32px;
}

.goodsDetail .left .question .title {
  margin-bottom: 10px;
}

.goodsDetail .left .recommend .goodsItem {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

.goodsDetail .left .recommend .goodsItem img {
  width: 110px;
  height: 104px;
  flex-shrink: 0;
  margin-right: 10px;
}

.goodsDetail .left .recommend .goodsItem .itemInfo{
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  flex: 1;
}

.goodsDetail .left .recommend .goodsItem .itemName {
  font-size: 14px;
  line-height: 22px;
}

.goodsDetail .left .recommend .goodsItem .itemPrice {
  font-size: 14px;
  color: #F42626;
  line-height: 24px;
}

.goodsDetail .right{
  flex: 1;
  background-color: #fff;
  border-radius: 4px;
  padding: 20px;
}

.goodsDetail .right .tabs{
  border-bottom: 1px solid #EEEEEE;
  display: flex;
  justify-content: flex-start;
}

.goodsDetail .right .tabs .tab{
  font-size: 16px;
  line-height: 46px;
  margin-right: 70px;
  position: relative;
  color: #999999;
  cursor: pointer;
}

.goodsDetail .right .tabs .tab.active{
  color: #333;
}

.goodsDetail .right .tabs .tab.active::after{
  position: absolute;
  content: '';
  width: 66px;
  height: 2px;
  background: #3D63DD;
  border-radius: 1px;
  bottom: 0;
  left: 0;
}

.goodsDetail .right .tabContents .tabContent{
  display: none;
}

.goodsDetail .right .tabContents .tabContent.active{
  display: block;
  padding: 20px 0;
  font-size: 0;
}