.price {
  background: rgba(248, 247, 247, 1);
  font-family: MicrosoftYaHei;
}

a,
.price button,
.price .ivu-select-single .ivu-select-selection {
  -webkit-tap-highlight-color: transparent;
}

.ivu-select-visible .ivu-select-selection {
  border-color: #fff;
  box-shadow: none;
}

.price a:hover {
  color: #FF624B;
}

.price a {
  display: block;
}

.price .cursor {
  cursor: pointer;
}

.price .wrap {
  max-width: 1200px;
  min-width: 320px;
  margin: 0 auto;
}

.price .limit-height .ivu-table .ivu-table-body {
  overflow-x: hidden;
  max-height: 240px;
  overflow-y: auto;
}

.price .limit-height .ivu-table-tip {
  overflow-x: hidden;
}

.price .ivu-table-wrapper .ivu-table-tip {
  overflow-x: hidden;
}

/* 重置iview下拉框样式 */
.price .ivu-select {
  width: 183px;
}

.price .ivu-select-single .ivu-select-selection {
  background: none;
  color: #fff;
  text-align: center;
}

.price .ivu-select-selection-focused,
.ivu-select-selection:hover {
  border-color: #fff;
}

.price .ivu-select-single .ivu-select-selection .ivu-select-placeholder {
  color: #fff;
  text-align: center;
}

.price .ivu-select-selected-value {
  text-align: center;
}

.price .ivu-select-arrow {
  color: #fff;
}

.price .ivu-select-dropdown {
  max-height: none;
}

.price .ivu-select-item-selected,
.ivu-select-item-selected:hover {
  color: #FF624B;
}

.price .ivu-select-item:hover {
  color: #FF624B;
}

.price .ivu-table {
  height: auto;
}

/* 结束 */
.price .mt30 {
  margin-bottom: 30px;
}

.price .banner {
  width: 100%;
  background: url('../images/productPrice/product-price-banner.png') no-repeat center;
  background-size: cover;
  margin-top: 101px;
}

.price .banner h1 {
  color: #fff;
}

.price .top-text {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
  background: rgba(255, 255, 255, 1);
  border-radius: 2px;
}

.price .top-text .text {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  align-self: flex-start;
}

.price .top-text .text h2 {
  padding: 7px 20px 7px 0;
  border-right: 1px solid rgba(203, 203, 203, 1);
}

.price .top-text .more {
  margin-left: 18px;
  line-height: 34px;
}

.price .top-text .more p {
  display: inline-block;
  color: #514644;
}

.price .top-text .more a,
.price .top-text .buy a {
  display: inline;
  color: #4297F2;
  vertical-align: top;
}

.price .top-text .buy a:nth-of-type(1) {
  display: none;
}

.price .top-text .buy {
  color: #4297F2
}

.price .top-text .buy img {
  vertical-align: baseline;
}

.top-text .buy .topurch{
  display: inline;
  color: #4297F2;
  vertical-align: top;
}

@media screen and (max-width: 1220px) {
  .price .top-text {
    display: flex;
    justify-content: space-between;
  }

  .price .top-text .more {
    display: none;
  }

  .price .top-text .buy a:nth-of-type(1) {
    display: inline;
    padding-right: 10px;
    color: #807776;
    border-right: 1px solid #E8DFDD;
  }

  .price .top-text .buy img {
    margin-left: 10px;
  }

  .price .top-text .text h2 {
    border-right: none;
  }
}

.price .container .content section {
  padding: 40px 0;
  border-bottom: 1px solid rgba(232, 223, 221, 1);
}

.price .container .content section:last-of-type {
  border-bottom: none;
}

.price .container .content section .zone {
  margin-top: 10px;
}

.price .container .content section .zone button {
  margin-right: 10px;
  margin-top: 10px;
  padding: 9px 20px;
  background: rgba(255, 255, 255, 1);
  border-radius: 2px;
  border: 1px solid rgba(220, 214, 213, 1);
  color: #514644;
}

.price .container .content section .zone .zone-selected {
  background: rgba(252, 233, 229, 1);
  border-radius: 2px;
  border: 1px solid rgba(255, 98, 75, 1);
  color: rgba(255, 98, 75, 1);
}

.price .container .content .operation {
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  color: rgba(81, 70, 68, 1);
}

.price .container .content dl dt {
  margin-bottom: 10px;
  font-family: MicrosoftYaHei-Bold;
  font-weight: bold;
  color: rgba(29, 23, 22, 1);
}

.price .container .content dl dd {
  font-size: 12px;
  font-family: MicrosoftYaHei;
  color: rgba(81, 70, 68, 1);
  line-height: 22px;
}

.price a {
  color: #514644;
}

.price .ivu-table table {
  color: #333;
}

/* pc端 */
@media screen and (min-width: 641px) {
  .pc {
    display: block;
  }

  .mobile {
    display: none;
  }

  .price .banner .wrap {
    height: 157px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    color: rgba(255, 255, 255, 1);
  }

  .price .banner h1 {
    margin-right: 20px;
    font-size: 36px;
  }

  .price .container {
    padding: 22px 0 60px;
  }

  .price .container .content {
    margin-top: 20px;
    padding: 0 30px;
    background: #fff;
    box-shadow: 0px 2px 38px -9px rgba(116, 111, 122, 0.27);
    border-radius: 4px;
  }

  .price .container .content section .zone button {
    font-size: 14px;
  }

  .price .container .top-text {
    font-size: 14px;
  }

  .price .container .top-text h2,
  .price section h3 {
    font-size: 18px;
    color: #1D1716;
  }

  .price section .operation {
    font-size: 14px;
  }

  .price .ivu-table table {
    font-size: 12px;
  }

  .price .container .content dl {
    margin-top: 20px;
  }
}

@media screen and (max-width: 1366px) {
  .price .banner .wrap h1 {
    margin-left: 20px;
  }
}

@media screen and (max-width: 1024px) {
  .price .container {
    padding: 22px 0 0 0;
  }
}

/*手机端 */
@media screen and (max-width: 640px) {

  .pc {
    display: none;
  }

  .mobile {
    display: block;
  }

  .price a {
    color: #fff;
  }

  .price .banner .wrap {
    display: block;
    padding-top: 30px;
    padding-left: 10px;
    height: 160px;
  }

  .price .banner .wrap .nav {
    margin-top: 20px;
  }

  .price .container {
    width: 100%;
  }

  .price .container .content {
    margin-top: 10px;
    padding: 0 10px;
    background: #fff;
  }

  .price .ivu-select-dropdown {
    background: rgba(29, 23, 22, 1);
  }

  .price .ivu-select-item {
    color: #fff;
  }

  .price .ivu-select-item:hover {
    color: #FF624B;
    background: rgba(81, 70, 68, 0.38);
  }

  .price .ivu-select-item-selected,
  .ivu-select-item-selected:hover {
    color: #FF624B;
    background: rgba(81, 70, 68, 0.38);
  }

  /* 字体大小px适配 */
  .price {
    font-size: 12px;
  }

  .price .ivu-table table {
    font-size: 12px;
  }

  .price .banner .wrap h1 {
    margin-right: 10px;
    font-size: 20px;
  }

  .price .container .top-text h2 {
    font-size: 14px;
  }

  .price .container .content h3 {
    font-size: 14px;
  }

  .price .container .content dl {
    margin-top: 10px;
  }
}

[v-cloak] {
  display: none !important;
}

html {
  display: none;
}