/* 订购页 */
html,
body,
#content,
.el-container {
  height: 100%;
  background: #fff;
  -webkit-tap-highlight-color: transparent;
}
.el-container {
  overflow: hidden;
}
.needLine {
  text-decoration: line-through;
}
#content .el-main {
  width: 100%;
  margin: 0 auto;
  max-width: 16.8rem;
  padding: 0;
  overflow: inherit;
  flex: 1;
}
.order_page {
  position: relative;
  height: calc(100% - 0.8rem);
}
.order_page .banner-box {
  width: 12.3rem;
  height: 100%;
}
.order_page .top-menu {
  width: 100%;
  text-align: center;
  margin-bottom: 0.16rem;
  position: relative;
  z-index: 100;
}
.order_page .top-menu .item {
  text-decoration: none;
  padding: 0 0.2rem;
  font-size: 0.2rem;
  color: rgba(0, 0, 0, 0.6);
  padding: 0 0.3rem;
  margin: 0 0.15rem;
  position: relative;
  display: inline-block;
  padding-bottom: 0.1rem;
  cursor: pointer;
}
.order_page .top-menu .item:hover {
  color: rgba(0, 0, 0, 0.9);
}
.order_page .top-menu .item::after {
  content: '';
  width: 0;
  position: absolute;
  height: 1px;
  left: 50%;
  bottom: 0;
  background: #F65E39;
  transition: all 0.1s;
}
.order_page .top-menu .item.active {
  color: rgba(0, 0, 0, 0.9);
  font-weight: bold;
}
.order_page .top-menu .item.active::after {
  width: 100%;
  left: 0;
}
.order_page .banner {
  width: 100%;
  height: calc(100% - 50px);
  line-height: calc(100% - 50px);
  text-align: center;
  position: relative;
}
.order_page .banner .custom {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  white-space: pre-wrap;
  line-height: 1.5;
}
.order_page .banner img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 0.3rem;
}
.order_page .banner .preview {
  position: absolute;
  width: 5.4rem;
  left: 50%;
  bottom: -1px;
  z-index: 10;
  transform: translateX(-50%);
  background: #fff;
  line-height: 0.72rem;
  box-shadow: 0px 0.03rem 0.12rem rgba(0, 0, 0, 0.08);
  display: flex;
  border-radius: 0.3rem 0.3rem 0px 0px;
  padding: 0 0.3rem;
  color: #171A20;
  justify-content: space-between;
  cursor: pointer;
}
.order_page .banner .preview .r-info {
  display: flex;
  align-items: center;
}
.order_page .banner .preview .btn {
  width: 0.4rem;
  height: 0.4rem;
  background: #E8E8ED;
  line-height: 0.4rem;
  border-radius: 0.12rem;
  margin-left: 0.5rem;
  font-size: 0.2rem;
}
.order_page .banner .preview .btn i {
  font-weight: bold;
  color: rgba(0, 0, 0, 0.7);
}
.order_page .r-box {
  position: fixed;
  width: 100%;
  max-width: 16.88rem;
  display: flex;
  top: 1rem;
  justify-content: flex-end;
  padding-right: 1.1rem;
  overflow-y: auto;
  height: calc(100% - 1.1rem);
}
.order_page .config {
  width: 4rem;
  text-align: center;
}
.order_page .config .t-tit {
  font-size: 0.36rem;
  color: #171A20;
  line-height: 1;
}
.order_page .config .tit {
  font-size: 0.28rem;
  color: #171A20;
  margin-bottom: 0.5rem;
}
.order_page .config .item {
  position: relative;
}
.order_page #color .c-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: -0.16rem;
  cursor: pointer;
}
.order_page #color .config-item {
  width: 1.9rem;
  padding: 0.14rem 0 0.2rem;
  font-size: 0.14rem;
  color: #393C41;
  margin-top: 0.16rem;
}
.order_page #color .config-item:nth-child(1) .color,
.order_page #color .config-item:nth-child(2) .color {
  position: relative;
}
.order_page #color .config-item:nth-child(1) .color::after,
.order_page #color .config-item:nth-child(2) .color::after {
  content: '';
  width: 0.32rem;
  height: 0.32rem;
  
  position: absolute;
  top: 50%;
  left: 50%;
  overflow: hidden;
  border-radius: 50%;
  margin-top: -0.16rem;
  margin-left: -0.16rem;
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.2);
}
.order_page #color .config-item:nth-child(1):nth-child(2) .color::after,
.order_page #color .config-item:nth-child(2):nth-child(2) .color::after {
  background: #C9C9C9;
}
.order_page #color .color {
  width: 0.44rem;
  height: 0.44rem;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto;
}
.order_page #color .color img {
  width: 100%;
  height: 100%;
}
.order_page .f-btn {
  color: #191919;
  margin-top: 0.8rem;
}
.order_page .f-btn .tip {
  margin-bottom: 0.13rem;
}
.order_page .f-btn .submit {
  width: 100%;
  background: #F65E39;
  border-radius: 0.04rem;
  line-height: 0.52rem;
  color: #fff;
  font-size: 0.16rem;
  cursor: pointer;
  transition: all 0.3s;
}
.order_page .f-btn .submit:hover {
  background: #E24B27;
}
.order_page .f-btn .submit:focus {
  background: #FE7756;
}
.config-item {
  position: relative;
}
.config-item::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #D2D2D7;
  border-radius: 0.12rem;
}
.config-item.active::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #F65E39 !important;
}
.config-item.updataConfig::before {
  content: '';
  width: 0.37rem;
  height: 0.35rem;
  background: url('../../img/order/updataConfig.png') no-repeat;
  background-size: 100% 100%;
  font-size: 0.12rem;
  color: #FFFFFF;
  position: absolute;
  top: 1px;
  right: -3px;
}
.com-more {
  padding: 0 0.46rem;
  line-height: 0.32rem;
  background: #F4F4F4;
  border-radius: 0.04rem;
  font-size: 0.12rem;
  color: #171A20;
  display: inline-block;
  cursor: pointer;
  margin-top: 0.24rem;
  margin-left: 0.2rem;
}
#config .s-tit {
  font-size: 0.14rem;
  color: rgba(0, 0, 0, 0.6);
  margin-top: 0.45rem;
}
#config .des {
  margin-top: 0.5rem;
}
#config .type {
  font-size: 0.28rem;
  color: #171A20;
}
#config .complete {
  margin-top: 0.2rem;
  color: #171A20;
  white-space: pre-wrap;
  line-height: 1.7;
}
#config .choose-type {
  margin-top: 0.36rem;
}
#config .choose-type .config-item {
  width: 100%;
  border-radius: 0.12rem;
  margin-top: 0.2rem;
  cursor: pointer;
  padding: 0.2rem;
  box-sizing: border-box;
}
#config .choose-type .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#config .choose-type .l-tit {
  font-size: 0.18rem;
  color: #393C41;
  font-weight: bold;
}
#config .choose-type .r-text {
  font-size: 0.12rem;
  color: #393C41;
  text-align: right;
}
#config .choose-type .b-des {
  font-size: 0.13rem;
  color: rgba(0, 0, 0, 0.6);
  text-align: left;
  margin-top: 0.1rem;
}
.tool-tip {
  position: absolute;
  bottom: 0;
  right: -0.23rem;
  width: 0.16rem;
  height: 0.16rem;
}
.select-box {
  margin-top: 0.1rem;
  display: flex;
  justify-content: space-between;
}
.select-box .el-select {
  width: 1.98rem;
  margin: 0 0.02rem;
}
.select-box .s-logo {
  height: 40px;
  line-height: 40px;
  font-size: 0;
}
.select-box .s-logo img {
  width: 0.46rem;
  height: 0.28rem;
  vertical-align: middle;
}
.select-box .has-logo .el-input__inner {
  padding-left: 0.53rem !important;
}
.select-box .brand /deep/ .el-input--prefix .el-input__inner {
  padding-left: 0.4rem;
}
.select-box .el-range-editor.is-active,
.select-box .el-range-editor.is-active:hover,
.select-box .el-select .el-input.is-focus .el-input__inner,
.select-box .el-select .el-input__inner:focus {
  border-color: #f65e39;
}
.select-box .el-input__icon {
  transition: all 0;
  position: relative;
}
.select-text {
  display: flex;
  align-items: center;
}
.el-select-dropdown {
  margin-top: 2px !important;
}
.popper__arrow {
  display: none !important;
}
.el-icon-arrow-up:before {
  color: transparent;
  width: 0.08rem;
  height: 0.053rem;
  background: url(../../img/order/down.svg) no-repeat;
  background-position: center center;
}
.el-icon-arrow-up {
  transform: rotate(360deg) !important;
}
.type-select {
  height: auto;
  line-height: 0.2rem;
  padding: 0.04rem;
  margin: 0 0.04rem;
  border-radius: 0.04rem;
}
.type-select.custom {
  padding: 0.04rem 0.1rem;
}
.type-select .logo {
  width: 0.36rem;
  height: 0.22rem;
  margin-right: 0.1rem;
  text-align: center;
}
.type-select .logo img {
  max-width: 100%;
  max-height: 100%;
}
.type-select.selected {
  background: rgba(246, 94, 57, 0.08);
}
.type-select .tit {
  font-size: 0.14rem;
  color: rgba(0, 0, 0, 0.9);
  font-weight: normal !important;
}
.type-select .des {
  font-size: 0.12rem;
  color: rgba(0, 0, 0, 0.4);
}
#life {
  margin-top: 0.9rem;
}
/* 配套设施 */
.opt-item {
  margin-bottom: 1.4rem;
  text-align: left;
}
.opt-item .config-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.2rem;
  margin-bottom: 0.2rem;
  box-sizing: border-box;
  cursor: pointer;
}
.opt-item .recommend {
  position: absolute;
  color: #C3530F;
  font-size: 0.12rem;
  left: 0.2rem;
  top: 0.07rem;
}
.opt-item img {
  width: 0.3rem;
  height: 0.3rem;
  margin-right: 0.15rem;
}
.opt-item .l-info {
  display: flex;
  align-items: center;
}
.opt-item .r-info {
  text-align: right;
}
.opt-item .brief {
  white-space: pre-wrap;
  text-align: left;
  color: rgba(0, 0, 0, 0.9);
  line-height: 0.24rem;
  padding-left: 0.16rem;
}
.opt-item .text .name {
  font-size: 0.18rem;
  color: #393C41;
}
.opt-item .text .description {
  font-size: 0.13rem;
  color: rgba(0, 0, 0, 0.6);
  margin-top: 0.05rem;
}
.opt-item .r-info {
  color: #393C41;
  font-size: 0.12rem;
}
.opt-item .r-info .weight {
  margin-top: 0.05rem;
}
.detailsDialog {
  border-radius: 0.3rem;
  height: 5.6rem;
  overflow-y: auto;
  position: relative;
}
.detailsDialog .el-dialog__header {
  display: none;
}
.detailsDialog .el-dialog__body {
  padding: 0;
  height: 100%;
}
.detailsDialog .el-carousel__arrow--right {
  right: 0.56rem;
}
.detailsDialog .tit {
  font-size: 0.28rem;
  color: #171A20;
  margin-top: 0.1rem;
}
.detailsDialog .con {
  height: 100%;
  white-space: pre-wrap;
}
.detailsDialog .con .carousel {
  height: 100%;
}
.detailsDialog .con .carousel .el-carousel__container {
  height: 100%;
}
.detailsDialog .con .carousel .el-carousel__item {
  display: flex;
  align-items: center;
  justify-content: center;
}
.detailsDialog .con .carousel .el-carousel__button {
  background: #F65E39;
}
.detailsDialog .con .carousel.hideDot .el-carousel__button {
  background: transparent;
}
.config-dialog {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.config-dialog .l-img {
  width: 50%;
  height: 100%;
  position: relative;
}
.config-dialog .l-img img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.config-dialog .text {
  width: 50%;
  white-space: pre-wrap;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 0;
  height: 100%;
  padding-bottom: 0.6rem;
  overflow: hidden;
  box-sizing: border-box;
}
.config-dialog .text .d-tit {
  font-size: 0.24rem;
  color: #171A20;
  line-height: 0.36rem;
  font-family: PingFang SC-Bold;
  margin-bottom: 0.2rem;
}
.config-dialog .text .text-box {
  padding-top: 1.4rem;
  width: 100%;
  text-align: center;
  font-size: 0;
}
.config-dialog .text .des {
  font-size: 0.14rem;
  color: #171A20;
  line-height: 0.24rem;
  max-height: 3rem;
  overflow-y: auto;
  padding: 0 0.2rem;
}
.config-dialog .text .des::-webkit-scrollbar {
  width: 4px;
  height: 8px;
}
.config-dialog .text .des::-webkit-scrollbar-thumb {
  width: 8px;
  height: 8px;
  background-color: #DCDCDC;
}
.com-close {
  position: absolute;
  width: 0.4rem;
  height: 0.4rem;
  top: 0.3rem;
  right: 0.3rem;
  z-index: 2;
  background: #E8E8ED;
  border-radius: 0.12rem;
  text-align: center;
  line-height: 0.4rem;
  z-index: 5;
  cursor: pointer;
}
.com-close i {
  line-height: 0.4rem;
  font-size: 0.2rem;
  font-weight: bold;
}
/* previewDialog */
.previewDialog {
  min-height: auto;
  color: #171A20;
  height: auto;
}
.previewDialog .el-dialog__header {
  display: block;
}
.previewDialog .el-dialog__body {
  padding: 0.3rem 0.3rem 0.6rem 0.3rem;
}
.previewDialog .item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.1rem;
}
.previewDialog .item:nth-last-child(2) {
  margin-bottom: 0.2rem;
}
.previewDialog .discount {
  margin-top: 0.3rem;
}
.previewDialog .tip {
  background: #F5F5F7;
  line-height: 0.32rem;
  min-height: 0.32rem;
  width: 100%;
  text-align: center;
  font-size: 0.12rem;
  margin-top: 0.3rem;
}
.previewDialog .total {
  border-top: 1px solid #DEDEDE;
  padding-top: 0.2rem;
  font-size: 0.16rem;
}
/* versionDialog */
.versionDialog {
  height: 6.63rem;
  overflow: hidden;
  padding-top: 0;
}
.versionDialog .el-dialog__header {
  display: block;
}
.versionDialog .version-carousel .el-carousel__container {
  height: 5.95rem;
}
.versionDialog .version-carousel .el-carousel__button {
  background: #F65E39;
}
.versionDialog .version-carousel.hideDot .el-carousel__button {
  background: transparent;
}
.versionDialog .el-tabs__nav-wrap::after {
  width: 0;
}
.versionDialog .el-tab-pane {
  height: 5.65rem;
  overflow-y: auto;
  padding-right: 0.4rem;
}
.versionDialog .el-tab-pane::-webkit-scrollbar {
  width: 4px;
  height: 8px;
}
.versionDialog .el-tab-pane::-webkit-scrollbar-thumb {
  width: 8px;
  height: 8px;
  background-color: #DCDCDC;
}
.versionDialog .el-tabs__item {
  color: rgba(0, 0, 0, 0.6);
  line-height: 1;
  height: auto;
}
.versionDialog .el-tabs__item.is-active {
  color: #171A20;
}
.versionDialog .el-tabs__active-bar {
  height: 1px;
  background: #171A20;
}
.versionDialog .el-dialog__body {
  padding: 0.1rem 0 0.4rem 0.4rem;
}
.versionDialog .el-tabs__content {
  height: 5.6rem;
}
.versionDialog .brief {
  display: flex;
  justify-content: space-between;
}
.versionDialog .brief .item {
  flex: 1;
  text-align: center;
  color: #171A20;
  padding: 0 0.25rem;
  box-sizing: border-box;
}
.versionDialog .brief .item img {
  width: 0.8rem;
  height: 0.8rem;
}
.versionDialog .brief .name {
  font-size: 0.22rem;
  line-height: 1;
  font-weight: bold;
}
.versionDialog .brief .price {
  margin-top: 0.2rem;
}
.versionDialog .brief .weight {
  margin-top: 0.06rem;
}
.versionDialog .brief .complete {
  margin-top: 0.2rem;
  white-space: pre-wrap;
  line-height: 0.21rem;
}
.versionDialog .version-config {
  background: #F5F5F5;
  border-radius: 0.2rem;
  border: 1px solid #DEDEDE;
  padding: 0.2rem;
  overflow: hidden;
  margin-top: 0.2rem;
  padding-right: 0.05rem;
}
.versionDialog .version-config.detail {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0.1rem;
}
.versionDialog .version-config.detail .item {
  width: 100%;
}
.versionDialog .version-config.detail .item:nth-child(4) .s-item:first-child {
  margin-top: -1.2rem;
}
.versionDialog .version-config.detail .item:nth-child(6) .s-item:nth-child(2) {
  margin-top: -1.2rem;
}
.versionDialog .version-config.detail .item .s-item {
  margin-bottom: 0.4rem;
  padding: 0 0.1rem;
  box-sizing: border-box;
}
.versionDialog .version-config.detail .item .name {
  margin-top: 0.15rem;
  font-size: 0.16rem;
  color: #171A20;
  margin-bottom: 0.1rem;
}
.versionDialog .version-config.detail .des {
  white-space: pre-wrap;
  line-height: 0.24rem;
}
.versionDialog .version-config .item {
  width: 33.33%;
  float: left;
  text-align: center;
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  box-sizing: border-box;
  padding: 0 0.25rem;
}
.versionDialog .version-config .item .s-item {
  width: 33.33%;
  margin-bottom: 0.2rem;
}
.versionDialog .version-config .item img {
  width: 0.26rem;
  height: 0.26rem;
}
.versionDialog .version-config .item .small {
  width: 50%;
}
.versionDialog .version-config .item .name {
  white-space: pre-wrap;
  font-size: 0.12rem;
}
.version-carousel .el-carousel__indicators--horizontal {
  bottom: 0.1rem;
  padding-right: 0.4rem;
}
@media screen and (max-width: 1200px) {
  .order_page .banner-box {
    width: 11.5rem;
  }
}
@media screen and (max-width: 1100px) {
  .order_page .banner-box {
    width: 10.5rem;
  }
}
@media screen and (max-width: 1000px) {
  .order_page .banner-box {
    width: 9rem;
  }
}
@media screen and (max-width: 900px) {
  .order_page .banner-box {
    width: 7.5rem;
  }
}
@media screen and (max-width: 800px) {
  .order_page .banner-box {
    width: 6.5rem;
  }
}
@media screen and (max-width: 750px) {
  ::-webkit-scrollbar {
    width: 0;
    height: 0;
  }
  .version-carousel .el-carousel__indicators--horizontal {
    padding-right: 0 !important;
  }
  .el-header {
    height: 1rem !important;
    transition: all 0.2s;
  }
  .el-header.hideMenu {
    height: 0 !important;
    overflow: hidden;
    border-bottom-color: transparent;
  }
  .order_page {
    font-size: 0.28rem;
  }
  .order_page .top-menu {
    text-align: left;
    padding: 0 0.3rem;
    background: #fff;
    padding-top: 0.3rem;
    position: relative;
    z-index: 4;
  }
  .order_page .wap-banner {
    width: 100%;
    height: 4.2rem;
    margin-top: 0.6rem;
  }
  .order_page .wap-banner img {
    max-width: 100%;
    max-height: 100%;
    border-radius: 0.3rem;
  }
  .order_page .banner-box {
    width: 100%;
  }
  .order_page .banner-box .banner {
    width: 100%;
    height: 1rem;
    position: fixed;
    bottom: 0;
    z-index: 20;
    box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.2);
    border-radius: 0.2rem 0.2rem 0 0;
  }
  .order_page .banner-box .banner .custom {
    display: none;
  }
  .order_page .banner-box .banner img {
    display: none;
    padding: 0 0.3rem;
    width: 100%;
    box-sizing: border-box;
  }
  .order_page .banner-box .banner .preview {
    width: 100%;
    line-height: 1rem;
    box-sizing: border-box;
  }
  .order_page .banner-box .top-menu .item {
    font-size: 0.34rem;
    margin: 0;
  }
  .order_page .config {
    width: calc(100% - 0.6rem);
    padding-top: 0.2rem;
    right: 0;
    top: 3rem;
    left: 0.3rem;
    padding-right: 0.3rem;
    height: calc(100% - 7.5rem);
    padding-bottom: 0.2rem;
  }
  .order_page .config :-webkit-scrollbar {
    width: 0 !important;
    height: 0;
  }
  .order_page .config .tit {
    font-size: 0.4rem;
  }
  .order_page .config .t-tit {
    font-size: 0.46rem;
  }
  .order_page #color .c-list {
    margin-top: -0.36rem;
  }
  .order_page #color .config-item {
    width: 3.35rem;
    font-size: 0.24rem;
    line-height: 1.5;
    margin-top: 0.36rem;
  }
  .order_page #color .config-item .color {
    width: 0.55rem;
    height: 0.55rem;
  }
  .order_page #color .config-item:nth-child(1) .color,
  .order_page #color .config-item:nth-child(2) .color {
    position: relative;
  }
  .order_page #color .config-item:nth-child(1) .color::after,
  .order_page #color .config-item:nth-child(2) .color::after {
    content: '';
    width: 0.4rem;
    height: 0.4rem;
    margin-top: -0.2rem;
    margin-left: -0.2rem;
  }
  .order_page .f-btn .submit {
    line-height: 0.8rem;
    font-size: 0.34rem;
  }
  .order_page .r-box {
    height: calc(100% - 2.2rem);
    top: 1rem;
  }
  .wap-config {
    max-height: 4.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: pre-wrap;
    margin-bottom: 0.3rem;
  }
  .wap-config .custom img {
    width: auto !important;
    height: auto !important;
  }
  .wap-config img {
    width: 3rem!important;
    height: 3rem!important;
  }
  #config .t-tit {
    margin-top: 1.4rem;
  }
  #config .s-tit {
    font-size: 0.28rem;
  }
  #config .type {
    font-size: 0.4rem;
  }
  #config .complete {
    line-height: 1.7;
  }
  #config .choose-type .config-item {
    padding: 0.3rem;
  }
  #config .choose-type .l-tit {
    font-size: 0.34rem;
    font-weight: bold;
  }
  #config .choose-type .r-text,
  #config .choose-type .b-des {
    font-size: 0.24rem;
    line-height: 1.5;
  }
  .select-box {
    flex-wrap: wrap;
    margin-top: 0.2rem;
  }
  .select-box .el-select {
    width: 100%;
    margin-bottom: 0.2rem;
  }
  .select-box .s-logo img {
    width: 0.48rem;
    height: 0.48rem;
  }
  .tool-tip {
    width: 0.28rem;
    height: 0.28rem;
    right: -0.4rem;
  }
  .type-select {
    line-height: 0.4rem;
  }
  .type-select .tit {
    font-size: 0.28rem;
  }
  .type-select .des {
    font-size: 0.24rem;
  }
  .com-more {
    line-height: 0.64rem;
    font-size: 0.28rem;
  }
  .select-text img {
    width: 0.48rem;
    height: 0.48rem;
  }
  .detailsDialog {
    width: 6.9rem;
    height: 6.8rem;
  }
  .versionDialog {
    height: 8rem;
  }
  .versionDialog .el-tabs__content {
    height: 6rem;
  }
  .versionDialog .brief .item {
    padding: 0 0.2rem;
  }
  .versionDialog .brief .item .name {
    font-size: 0.32rem;
    font-weight: bold;
  }
  .versionDialog .brief .item img {
    width: 1rem;
    height: 1rem;
  }
  .versionDialog .brief .complete {
    line-height: 0.36rem;
    font-size: 0.24rem;
  }
  .versionDialog .version-config {
    padding: 0.3rem 0 0 0;
  }
  .versionDialog .version-config .item:nth-child(4) .s-item:first-child {
    margin-top: -3.6rem !important;
  }
  .versionDialog .version-config .item:nth-child(6) .s-item:nth-child(2) {
    margin-top: -3.6rem !important;
  }
  .versionDialog .version-config .item .s-item {
    width: 100%;
    margin-bottom: 0.3rem;
  }
  .versionDialog .version-config .item img {
    width: 0.48rem;
    height: 0.48rem;
  }
  .versionDialog .version-config .item .name {
    white-space: nowrap;
    font-size: 0.24rem;
  }
  .versionDialog .version-config.detail .s-item {
    width: 33.33%;
  }
  .versionDialog .version-config.detail .item .name {
    font-size: 0.28rem;
    font-weight: bold;
  }
  .versionDialog .version-config.detail .item .des {
    line-height: 1.7;
    font-size: 0.22rem;
  }
  .versionDialog .version-carousel .el-carousel__container {
    height: 7rem;
  }
  .opt-item .config-item {
    padding: 0.3rem;
  }
  .opt-item .config-item.updataConfig::before {
    content: '';
    width: 0.62rem;
    height: 0.61rem;
    background: url('../../img/order/updataConfig-mobile.png') no-repeat;
    background-size: 100% 100%;
    font-size: 0.12rem;
    color: #FFFFFF;
    position: absolute;
    top: 1px;
    right: -3px;
  }
  .opt-item img {
    width: 0.5rem;
    height: 0.5rem;
    margin-right: 0.2rem;
    border-radius: 0.3rem;
  }
  .opt-item .text .name {
    font-size: 0.34rem;
    font-weight: bold;
  }
  .opt-item .text .description {
    font-size: 0.22rem;
  }
  .opt-item .r-info {
    font-size: 0.24rem;
  }
  .opt-item .brief {
    line-height: 1.7;
  }
  .opt-item .recommend {
    left: 0.3rem;
  }
  .opt-item .custom {
    width: 100%;
    overflow-x: hidden;
  }
  .previewDialog .tip {
    padding: 0.18rem;
    font-size: 0.21rem;
    box-sizing: border-box;
  }
  .previewDialog .total {
    font-size: 0.28rem;
  }
  .config-dialog .text {
    height: 100%;
    padding-bottom: 0.6rem;
    overflow: hidden;
    box-sizing: border-box;
  }
  .config-dialog .text .d-tit {
    font-size: 0.32rem;
    line-height: 0.46rem;
  }
  .config-dialog .text .text-box {
    height: 100%;
    padding-top: 1.4rem;
    box-sizing: border-box;
    padding-bottom: 0.6rem;
  }
  .config-dialog .text .des {
    font-size: 0.24rem;
    line-height: 0.36rem;
  }
}
.el-scrollbar .el-scrollbar__bar {
  opacity: 1 !important;
}
