.data-store {
  width: 100%;
  min-height: 100%;
  background: #F9FAFB;
  padding-bottom: 50px;
  font-family: MicrosoftYaHei;
}
.data-store .data-store-header {
  height: 300px;
  width: 100%;
  background: url("../../imgs/projectQuery/shop_img_banner@2x.png");
  background-size: cover;
}
.data-store .data-store-main {
  width: 1182px;
  margin: 0 auto;
}
.data-store .data-store-main .search-container {
  width: 952px;
  margin: -34px auto 0 auto;
}
.data-store .data-store-main .search-container .inner-search-container {
  position: relative;
}
.data-store .data-store-main .search-container .inner-search-container input {
  width: 100%;
  height: 62px;
  outline: none;
  box-shadow: 0px 7px 13px 0px rgba(211, 211, 211, 0.38);
  padding: 0 210px 0 64px;
}
.data-store .data-store-main .search-container .inner-search-container .search-btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 210px;
  height: 62px;
  text-decoration: none;
  background: linear-gradient(160deg, #FE8549 0%, #E91419 100%);
  border-radius: 0px 6px 6px 0px;
  line-height: 62px;
  text-align: center;
  font-size: 20px;
  font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
  font-weight: bold;
  color: #FFFFFF;
}
.data-store .data-store-main .search-container .inner-search-container .search-btn:hover {
  opacity: 0.9;
}
.data-store .data-store-main .search-container .inner-search-container img {
  width: 23px;
  height: auto;
  position: absolute;
  left: 26px;
  top: 18px;
}
.data-store .data-store-main .search-container .hot-search-wrapper {
  display: flex;
  align-items: center;
  padding: 16px 0 0 20px;
  font-size: 12px;
  color: #999999;
}
.data-store .data-store-main .search-container .hot-search-wrapper img {
  width: 13px;
  height: 16px;
  margin-right: 11px;
}
.data-store .data-store-main .search-container .hot-search-wrapper .search-label {
  margin-right: 10px;
}
.data-store .data-store-main .search-container .hot-search-wrapper a {
  color: #999999;
  margin-right: 18px;
}
.data-store .data-store-main .data-store-type {
  padding: 40px 0 40px 11px;
  display: flex;
}
.data-store .data-store-main .data-store-type .type-item {
  width: 99px;
  height: 44px;
  text-decoration: none;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 44px;
  text-align: center;
  border: 1px solid #E9E5DF;
  font-size: 13px;
  color: #3C3C3C;
}
.data-store .data-store-main .data-store-type .type-item.typeActive {
  color: #fff;
  background: #F34538;
  border: none;
}
.data-store .data-store-main .data-store-type .type-item:last-child {
  margin-left: 20px;
}
.data-store .data-store-main .data-store-content {
  width: 100%;
  border-radius: 5px;
  padding: 0 16px;
}
.data-store .data-store-main .data-store-content.define-store-content {
  padding: 0;
}
.data-store .data-store-main .data-store-content .list-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.data-store .data-store-main .data-store-content .list-wrapper .list-item {
  position: relative;
  width: 370px;
  height: 203px;
  background: #FFFFFF;
  border: 1px solid #ECECEC;
  margin-top: 26px;
  padding: 26px 24px 0 24px;
  text-decoration: none;
}
.data-store .data-store-main .data-store-content .list-wrapper .list-item:hover {
  border: 1px solid #F34538;
  margin-top: 24px;
}
.data-store .data-store-main .data-store-content .list-wrapper .list-item .item-header {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin-bottom: 28px;
}
.data-store .data-store-main .data-store-content .list-wrapper .list-item .item-header img {
  width: 55px;
  height: 20px;
  margin: -2px 6px 0 0;
  vertical-align: middle;
}
.data-store .data-store-main .data-store-content .list-wrapper .list-item .item-header .package-title {
  font-size: 18px;
  font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
  font-weight: bold;
  color: #333333;
}
.data-store .data-store-main .data-store-content .list-wrapper .list-item .price-wrapper {
  font-size: 15px;
  color: #F34438;
}
.data-store .data-store-main .data-store-content .list-wrapper .list-item .price-wrapper .now-price {
  font-size: 24px;
}
.data-store .data-store-main .data-store-content .list-wrapper .list-item .price-wrapper .origin-price {
  text-decoration: line-through;
  font-size: 13px;
  color: #B9B9B9;
}
.data-store .data-store-main .data-store-content .list-wrapper .list-item .download-btn {
  width: 92px;
  height: 33px;
  border: 1px solid #F34538;
  cursor: pointer;
  margin: 30px 0 0 0;
  line-height: 33px;
  text-align: center;
  font-size: 14px;
  color: #F34538;
}
.data-store .data-store-main .data-store-content .list-wrapper .list-item .bg-icon {
  width: 176px;
  height: 105px;
  position: absolute;
  bottom: 0;
  right: 0;
}
.data-store .data-store-main .data-store-content .paging-wrapper {
  padding: 30px 0;
}
.data-store .data-store-main .data-store-content .defined-export-main {
  border-radius: 5px;
  border: 1px solid #EEEEEE;
  background: #FFFFFF;
}
.data-store .data-store-main .data-store-content .defined-export-main .export-type-wrapper {
  height: 54px;
  background: #F9FAFC;
  border-radius: 5px 5px 0px 0px;
  border: 1px solid #EEEEEE;
  display: flex;
  align-items: center;
  padding: 0 0 0 40px;
}
.data-store .data-store-main .data-store-content .defined-export-main .export-type-wrapper .type-item {
  text-decoration: none;
  cursor: pointer;
  margin-right: 50px;
  text-align: center;
  font-size: 15px;
  color: #333333;
  position: relative;
}
.data-store .data-store-main .data-store-content .defined-export-main .export-type-wrapper .type-item:hover {
  color: #F34538;
}
.data-store .data-store-main .data-store-content .defined-export-main .export-type-wrapper .type-item.typeActive {
  font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
  font-weight: bold;
  color: #F34538;
}
.data-store .data-store-main .data-store-content .defined-export-main .export-type-wrapper .type-item.typeActive .red-sign {
  display: block;
}
.data-store .data-store-main .data-store-content .defined-export-main .export-type-wrapper .type-item .red-sign {
  display: none;
  position: absolute;
  bottom: -15px;
  left: 17%;
  width: 66%;
  height: 3px;
  background: #F34538;
}
.data-store .data-store-main .data-store-content .defined-export-main .export-condition-wrapper {
  padding: 0 30px;
}
.data-store .data-store-main .data-store-content .defined-export-main .export-condition-wrapper .search-condition {
  border: none;
  padding-right: 0;
  padding-left: 0;
  border-bottom: 1px solid #EEEEEE;
}
.data-store .data-store-main .data-store-content .defined-export-main .export-condition-wrapper .total-show {
  height: 43px;
  line-height: 43px;
  padding-left: 48px;
  background: #FBF7F6;
  border-radius: 26px;
  border: 1px solid #FAF2F2;
  font-size: 13px;
  color: #515151;
}
.data-store .data-store-main .data-store-content .defined-export-main .export-condition-wrapper .total-show span {
  color: #FD485D;
}
.data-store .data-store-main .data-store-content .defined-export-main .export-condition-wrapper .export-detail {
  padding: 20px 0 60px 0;
  display: flex;
}
.data-store .data-store-main .data-store-content .defined-export-main .export-condition-wrapper .export-detail .common-img {
  width: 420px;
  height: 370px;
  margin-right: 40px;
}
.data-store .data-store-main .data-store-content .defined-export-main .export-condition-wrapper .export-detail .export-desc .export-title {
  font-size: 28px;
  font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
  font-weight: bold;
  color: #333333;
  margin-bottom: 15px;
}
.data-store .data-store-main .data-store-content .defined-export-main .export-condition-wrapper .export-detail .export-desc .info-desc {
  font-size: 14px;
  color: #A2A2A2;
  line-height: 23px;
}
.data-store .data-store-main .data-store-content .defined-export-main .export-condition-wrapper .export-detail .export-desc .price-wrapper {
  height: 105px;
  background: url("../../imgs/projectQuery/shop_bg_pricebig@2x.png");
  background-size: 100% 100%;
  padding: 17px 28px 0 28px;
  margin: 25px 0;
}
.data-store .data-store-main .data-store-content .defined-export-main .export-condition-wrapper .export-detail .export-desc .price-wrapper .unit-price {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #999999;
}
.data-store .data-store-main .data-store-content .defined-export-main .export-condition-wrapper .export-detail .export-desc .price-wrapper .unit-price.num-wrapper {
  margin-top: 16px;
}
.data-store .data-store-main .data-store-content .defined-export-main .export-condition-wrapper .export-detail .export-desc .price-wrapper .unit-price .price-label {
  margin-right: 20px;
}
.data-store .data-store-main .data-store-content .defined-export-main .export-condition-wrapper .export-detail .export-desc .price-wrapper .unit-price .unit {
  font-size: 20px;
  color: #FF4339;
  margin-right: 16px;
}
.data-store .data-store-main .data-store-content .defined-export-main .export-condition-wrapper .export-detail .export-desc .price-wrapper .unit-price .unit span {
  font-size: 16px;
}
.data-store .data-store-main .data-store-content .defined-export-main .export-condition-wrapper .export-detail .export-desc .price-wrapper .unit-price .origin-unit {
  text-decoration: line-through;
}
.data-store .data-store-main .data-store-content .defined-export-main .export-condition-wrapper .export-detail .export-desc .price-wrapper .unit-price .num-opt {
  width: 30px;
  height: 30px;
  background: #FFFFFF;
  border: 1px solid #EEEEEE;
  display: flex;
  align-items: center;
  justify-content: center;
}
.data-store .data-store-main .data-store-content .defined-export-main .export-condition-wrapper .export-detail .export-desc .price-wrapper .unit-price .num-opt img {
  width: 16px;
  height: auto;
}
.data-store .data-store-main .data-store-content .defined-export-main .export-condition-wrapper .export-detail .export-desc .price-wrapper .unit-price input {
  width: 99px;
  height: 30px;
  margin: 0 4px;
  text-align: center;
}
.data-store .data-store-main .data-store-content .defined-export-main .export-condition-wrapper .export-detail .export-desc .data-format {
  display: flex;
  font-size: 14px;
  color: #999999;
  margin-bottom: 17px;
}
.data-store .data-store-main .data-store-content .defined-export-main .export-condition-wrapper .export-detail .export-desc .data-format.aliCenter {
  align-items: center;
}
.data-store .data-store-main .data-store-content .defined-export-main .export-condition-wrapper .export-detail .export-desc .data-format .data-label {
  margin-right: 23px;
}
.data-store .data-store-main .data-store-content .defined-export-main .export-condition-wrapper .export-detail .export-desc .data-format .item-data {
  height: 21px;
  border-radius: 3px;
  border: 1px solid #F34538;
  line-height: 21px;
  padding: 0 10px;
  font-size: 14px;
  color: #F34538;
}
.data-store .data-store-main .data-store-content .defined-export-main .export-condition-wrapper .export-detail .export-desc .data-format .allowances-wrapper .total-allowances {
  display: flex;
}
.data-store .data-store-main .data-store-content .defined-export-main .export-condition-wrapper .export-detail .export-desc .data-format .allowances-wrapper .total-allowances img {
  width: 20px;
  height: 19px;
  margin: 0 5px 0 0;
}
.data-store .data-store-main .data-store-content .defined-export-main .export-condition-wrapper .export-detail .export-desc .data-format .allowances-wrapper .total-allowances .vip-num {
  font-size: 14px;
  color: #B08622;
}
.data-store .data-store-main .data-store-content .defined-export-main .export-condition-wrapper .export-detail .export-desc .data-format .allowances-wrapper .total-allowances .normal-num {
  color: #666666;
}
.data-store .data-store-main .data-store-content .defined-export-main .export-condition-wrapper .export-detail .export-desc .data-format .allowances-wrapper .remaining-num {
  padding: 0 20px;
  line-height: 33px;
  height: 33px;
  background: #F3F5F6;
  border-radius: 2px;
  border: 1px solid #E8E8E8;
  font-size: 13px;
  color: #999999;
  margin-top: 15px;
}
.data-store .data-store-main .data-store-content .defined-export-main .export-condition-wrapper .export-detail .export-desc .data-format .allowances-wrapper .remaining-num span {
  color: #FF4339;
}
.data-store .data-store-main .data-store-content .defined-export-main .export-condition-wrapper .export-detail .export-desc .data-format .pay-amount {
  font-size: 20px;
  color: #FF3E32;
}
.data-store .data-store-main .data-store-content .defined-export-main .export-condition-wrapper .export-detail .export-desc .data-format .pay-amount span {
  font-size: 26px;
}
.data-store .data-store-main .data-store-content .defined-export-main .export-condition-wrapper .export-detail .export-desc .download-btn {
  width: 180px;
  height: 44px;
  background: #FF4339;
  border-radius: 4px;
  text-align: center;
  line-height: 44px;
  font-size: 15px;
  color: #FFFFFF;
  cursor: pointer;
  margin-top: 35px;
}
.data-store .data-store-main .data-store-content .defined-export-main .export-condition-wrapper .export-detail .export-desc .download-btn:hover {
  opacity: 0.9;
}
.data-store .data-store-main .data-store-content .data-example {
  margin-top: 20px;
  border-radius: 5px;
  border: 1px solid #EEEEEE;
  background: #FFFFFF;
}
.data-store .data-store-main .data-store-content .data-example .export-type-wrapper {
  height: 54px;
  background: #F9FAFC;
  border-radius: 5px 5px 0px 0px;
  border: 1px solid #EEEEEE;
  display: flex;
  align-items: center;
  padding: 0 0 0 40px;
}
.data-store .data-store-main .data-store-content .data-example .export-type-wrapper .type-item {
  text-decoration: none;
  margin-right: 50px;
  text-align: center;
  font-size: 15px;
  color: #333333;
  position: relative;
  font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
  font-weight: bold;
  color: #F34538;
}
.data-store .data-store-main .data-store-content .data-example .export-type-wrapper .type-item .red-sign {
  position: absolute;
  bottom: -15px;
  left: 17%;
  width: 66%;
  height: 3px;
  background: #F34538;
}
.data-store .data-store-main .data-store-content .data-example .data-show {
  padding: 30px 26px 60px 26px;
}
.data-store .data-store-main .data-store-content .data-example .data-show .info-title {
  display: flex;
  align-items: center;
  font-size: 20px;
  font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
  font-weight: bold;
  color: #333333;
  padding: 24px 0 24px 15px;
  border-bottom: 1px solid #EEEEEE;
  margin-bottom: 30px;
}
.data-store .data-store-main .data-store-content .data-example .data-show .info-title img {
  width: 3px;
  height: 14px;
  margin-right: 13px;
}
.data-store .data-store-main .data-store-content .data-example .data-show img {
  width: 100%;
  height: auto;
}
/*# sourceMappingURL=dataStore.css.map */