body {
  font-family: 'Helvetica Neue', Helvetica, 'PingFang SC', 'Hiragino Sans GB',
    'Microsoft YaHei', '微软雅黑', Arial, sans-serif;
  background-color: #ffffff;
}
.wrap {
  overflow: inherit;
}
.pull-left {
  float: left;
}
.pull-right {
  float: right;
}
.content-wrap {
  width: 1200px;
  margin: 0 auto;
  padding: 40px 0 30px;
}
.content-wrap * {
  box-sizing: border-box;
}
.wrapper * {
  box-sizing: border-box;
}

#jdc-product-banner .w {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
#jdc-product-banner {
  background: url(../images/banner.png) center center no-repeat;
  width: 100%;
  height: 300px;
  background-color: #1f2133;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover !important;
  position: relative;
}
#jdc-product-banner.hwc-product-banner {
  background: url(../images/hw-banner.png) center center no-repeat;
  width: 100%;
  height: 300px;
  background-color: #1f2133;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover !important;
  position: relative;
}
#jdc-product-banner .jdc-product-banner-title {
  height: 60px;
  line-height: 60px;
  padding: 40px 0 20px 20px;
  color: #fff;
  font-size: 0;
  font-weight: 700;
  box-sizing: content-box;
}

#jdc-product-banner .jdc-product-banner-title strong {
  display: inline-block;
  vertical-align: top;
  font-size: 30px;
}
.jdc-banner-btn {
  margin-left: 20px;
  display: inline-block;
  box-sizing: border-box;
  min-width: 70px;
  background: #fff;
  color: #212121;
  text-align: center;
  padding: 0 30px;
  height: 36px;
  line-height: 36px;
  border-radius: 18px;
  font-size: 14px;
  opacity: 0.9;
  filter: alpha(opacity=90);
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
#jdc-product-banner .jdc-product-banner-txt {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  color: #fff;
  font-size: 14px;
  min-height: 48px;
  max-height: 96px;
  line-height: 24px;
  width: 50%;
  margin-bottom: 20px;
  margin-left: 20px;
}
.jdc-banner-btn:hover {
  color: #212121;
  opacity: 1;
  filter: alpha(opacity=100);
  box-shadow: 0 0 10px 0 rgba(3, 0, 76, 0.3);
}

#jdc-product-content {
  width: 1500px;
  margin: 0 auto;
  margin-top: 41px;
  font-size: 0px;
  min-height: 627px;
  position: relative;
}

#jdc-product-content .product-menu {
  width: 226px;
  display: inline-block;
  border: 1px solid #dcdfe6;
  vertical-align: top;
}

#jdc-product-content h3.product-style-txt {
  font-size: 13px;
  color: #000000;
  line-height: 30px;
}

#jdc-product-content .product-menu .menu-title {
  width: 100%;
  height: 42px;
  background-color: #eeeeee;
  color: #606266;
  padding-left: 17px;
  line-height: 42px;
  font-size: 13px;
}

#jdc-product-content .product-menu .menu-item li.item {
  color: #606266;
  padding-left: 17px;
  width: 100%;
  height: 42px;
  line-height: 42px;
  font-size: 13px;
}
#jdc-product-content .product-menu .menu-item li.item > a {
  display: block;
  width: 100%;
}
#jdc-product-content .product-menu .menu-item li.item > a:hover {
  color: #0073fe;
}
#jdc-product-content .product-menu .menu-item li.active {
  color: #0073fe;
}

#jdc-product-content .product-version {
  width: 958px;
  display: inline-block;
  border-bottom: 1px solid #eeeeee;
}

#jdc-product-content .product-version h1.version-title {
  font-size: 24px;
  padding-left: 47px;
  color: #686868;
  margin-bottom: 15px;
}

#jdc-product-content .product-version h1.version-title::after {
  height: 1px;
  content: '';
  display: inline-block;
  width: 771px;
  vertical-align: middle;
  margin-left: 21px;
  background-color: #eeeeee;
}
.specForm .instanceSearch {
  margin-top: 13px;
  padding-left: 27px;
}
.specForm .instanceSearch li.item {
  display: inline-block;
  margin-right: 30px;
  margin-bottom: 13px;
}

.specForm .instanceSearch li.item label {
  font-size: 12px;
  color: #000000;
}

.specForm .instanceSearch li.item .el-select {
  width: 150px;
  border-radius: 0px;
}

.product-version .el-input--mini .el-input__inner {
  height: 30px;
  line-height: 30px;
  border-radius: 0px;
}
.specForm .instanceSearch li.instance .el-input {
  width: 250px;
}

.sysversion .el-input {
  width: 344px;
}
.product-version .el-radio-button,
.el-radio-button__inner {
  width: 105px;
  height: 30px;
}

.product-version .el-radio-button:first-child .el-radio-button__inner {
  border-radius: 0px;
}
.ipType.el-radio-group {
  margin-top: 6px;
}

.product-version
  .el-radio-button__orig-radio:checked
  + .el-radio-button__inner {
  background-color: #0073fe;
  border-color: #0073fe;
  -webkit-box-shadow: -1px 0 0 0 #0073fe;
  box-shadow: -1px 0 0 0 #0073fe;
}

.specForm .instanceSearch li.item .item-btn {
  width: 65px;
  height: 25px;
  line-height: 23px;
  text-align: center;
  display: inline-block;
  border-radius: 4px;
}

.specForm .instanceSearch li.item .btn-gray {
  border: 1px solid #dcdfe6;
  color: #000000;
}

.specForm .instanceSearch li.item .btn-blue {
  background-color: #0073fe;
  border: 1px solid #0073fe;
  color: #ffffff;
}

.product-version
  .el-table--striped
  .el-table__body
  tr.el-table__row--striped.current-row
  td,
.product-version .el-table__body tr.current-row > td,
.product-version .el-table__body tr.hover-row.current-row > td,
.el-table__body tr.hover-row.el-table__row--striped.current-row > td,
.el-table__body tr.hover-row.el-table__row--striped > td,
.el-table__body tr.hover-row > td {
  color: #0073fe;
  background-color: #ffffff;
}
.product-version .el-icon-check {
  display: none;
  font-weight: bold;
  font-size: 18px;
  position: absolute;
  right: 30px;
}
.product-version .current-row .el-icon-check {
  display: inline-block;
}

.product-version .el-table th > .cell {
  color: #000000;
}

.product-version .el-table th {
  background-color: #eeeeee;
}

.product-version .el-table th tr {
  height: 49px;
}

.product-spec .el-form-item__content {
  border: 1px solid #dcdfe6;
}

.el-table .cell,
.el-table th div,
.el-table--border td:first-child .cell,
.el-table--border th:first-child .cell {
  padding-left: 27px !important;
}

.product-version .el-radio-button:last-child .el-radio-button__inner {
  border-radius: 0;
}

.product-spec .el-radio-button__inner {
  border-top: 0px;
}

.product-version .systemDisk .el-input {
  display: inline-block;
  width: 233px;
}
.product-version .systemDisk .diskItem {
  margin-bottom: 10px;
}
.systemDisk .deleteDisk {
  display: inline-block;
  color: #0073fe;
  font-size: 12px;
  margin-left: 42px;
}

.systemDisk .createDisk {
  font-size: 13px;
  color: #0073fe;
  margin-top: 5px;
}

.product-version .specSelect {
  font-size: 13px;
  padding-left: 142px;
  margin-bottom: 13px;
  color: #000;
}
.product-version .specSelect em {
  color: #fe9e12;
  font-weight: bold;
}
.product-version .specSelect span {
  font-weight: bold;
}
.product-spec {
  margin-bottom: 10px !important;
}

.product-version .el-input-number--small .el-input-number__decrease,
.product-version .el-input-number--small .el-input-number__increase {
  height: 30px;
}

.product-version
  .el-input-number--small
  .el-input-number__decrease
  [class*='el-icon'],
.product-version
  .el-input-number--small
  .el-input-number__increase
  [class*='el-icon'] {
  margin-top: 8px;
}

.buy-years .el-radio.is-bordered {
  background-color: #eeeeee;
  width: 68px;
  height: 30px;
  padding: 0px;
  line-height: 30px;
  text-align: center;
  border-radius: 0;
  border: 0px;
  margin-top: 4px;
  margin-bottom: 8px;
}

.buy-years .el-radio__input {
  display: none;
}

.buy-years .el-radio__label {
  color: #000000;
  padding-left: 0px;
  font-size: 12px;
}

.buy-years .el-radio.is-bordered.is-checked {
  background-color: #0073fe;
}
.buy-years .el-radio.is-bordered.is-checked .el-radio__label {
  color: #ffffff;
}
.product-price {
  width: 874px;
  margin: 30px auto 50px;
}
.product-price .go-buy {
  float: right;
  display: block;
  background-color: #fa2a3b;
  color: #ffffff;
  width: 140px;
  text-align: center;
  font-size: 13px;
  margin-left: 57px;
}
.product-price .go-buy:hover {
  background-color: #fa3b4b;
  color: #ffffff;
  border-color: #fa3b4b;
}

.product-price .total-price {
  float: right;
  font-size: 12px;
  color: #000000;
  margin-top: 10px;
}
.product-price .total-price label {
  color: #fa2a3b;
}
.product-price .total-price em {
  font-size: 18px;
  color: #fa2a3b;
}

.serviceName .el-input {
  width: 474px;
}

.buy-years .sale-years::before {
  content: '';
  display: block;
  width: 30px;
  height: 26px;
  background: url(../images/sale-label.png) center center no-repeat;
  font-size: 12px;
  color: #ffffff;
  position: absolute;
  right: 0;
  top: 0;
}
.buy-years .sale-years::after {
  content: '惠';
  display: block;
  width: 15px;
  height: 16px;
  font-size: 12px;
  color: #ffffff;
  position: absolute;
  right: -5px;
  top: -4px;
  transform: rotate(45deg) scaleX(0.8);
  -ms-transform: rotate(45deg) scaleX(0.8);
  -moz-transform: rotate(45deg) scaleX(0.8);
  -webkit-transform: rotate(45deg) scaleX(0.8);
  -o-transform: rotate(45deg) scaleX(0.8);
}

.el-tooltip__popper p {
  line-height: 21px;
}

.el-tooltip__popper.is-light {
  border-color: #dcdfe6 !important;
}
.el-tooltip__popper.is-light[x-placement^='bottom'] .popper__arrow {
  border-bottom-color: #dcdfe6 !important;
}
.el-tooltip__popper.is-light[x-placement^='top'] .popper__arrow {
  border-top-color: #dcdfe6 !important;
}
.buy-years .el-form-item__content {
  font-size: 0;
}
