@charset "UTF-8";
/*---------       字体行高       -----------*/
/*---------       字体颜色       -----------*/
/*---------       边框颜色       -----------*/
/*---------       背景颜色       -----------*/
/* 属性多值传递
ex:
@include remCalc(padding,10,20);
padding: 0.13333rem 0.26667rem;*/
/*按钮纯色系*/
/*按钮边框色系*/
/*按钮大小*/
/*自适应按钮*/
/*标题*/
/*小消息标签*/
/*背景色点击变化*/
/*字数省略限制*/
/*波纹点击效果*/
.comfirm-content[data-v-f40021e6] {
  text-indent: 2em;
}

@charset "UTF-8";
/*---------       字体行高       -----------*/
/*---------       字体颜色       -----------*/
/*---------       边框颜色       -----------*/
/*---------       背景颜色       -----------*/
/* 属性多值传递
ex:
@include remCalc(padding,10,20);
padding: 0.13333rem 0.26667rem;*/
/*按钮纯色系*/
/*按钮边框色系*/
/*按钮大小*/
/*自适应按钮*/
/*标题*/
/*小消息标签*/
/*背景色点击变化*/
/*字数省略限制*/
/*波纹点击效果*/
.top-info[data-v-0faf4323] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-size: 12px;
  color: #666;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top-info span[data-v-0faf4323] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    line-height: 1;
}
.top-info i[data-v-0faf4323] {
    font-size: 16px;
    color: #FC6E06;
    font-weight: bold;
}
[data-v-0faf4323] .el-step__title {
  color: #888;
  font-weight: normal !important;
}
[data-v-0faf4323] .el-step__line {
  height: 4px !important;
  background-color: #ccc;
}
[data-v-0faf4323] .el-step__line-inner {
  border-width: 0 !important;
  height: 4px;
  background-color: #ff6d25;
}
[data-v-0faf4323] .el-step__title.is-finish {
  color: #ff6d25;
}
[data-v-0faf4323] .el-step__icon {
  width: 10px;
  height: 10px;
  background-color: #ccc;
  border: 0;
}
[data-v-0faf4323] .el-step__head.is-finish .el-step__icon.is-text {
  background-color: #ff6d25;
}
.active[data-v-0faf4323] .el-step__head.is-finish {
  position: relative;
}
.active[data-v-0faf4323] .el-step__head.is-finish .el-step__icon.is-text {
    position: absolute;
    top: 4px;
    width: 16px;
    height: 16px;
    border: 1px solid #ff6d25;
    background-color: #fff;
}
.active[data-v-0faf4323] .el-step__head.is-finish .el-step__icon.is-text i {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      width: 10px;
      height: 10px;
      background-color: #ff6d25;
      border-radius: 50%;
}
.active[data-v-0faf4323] .el-step__title.is-finish {
  margin-top: 19px;
}

@charset "UTF-8";
/*---------       字体行高       -----------*/
/*---------       字体颜色       -----------*/
/*---------       边框颜色       -----------*/
/*---------       背景颜色       -----------*/
/* 属性多值传递
ex:
@include remCalc(padding,10,20);
padding: 0.13333rem 0.26667rem;*/
/*按钮纯色系*/
/*按钮边框色系*/
/*按钮大小*/
/*自适应按钮*/
/*标题*/
/*小消息标签*/
/*背景色点击变化*/
/*字数省略限制*/
/*波纹点击效果*/
.premium h2 {
  text-align: center;
  font-size: 24px;
  padding: 10px 0;
  color: #ff6f00;
  font-weight: 900;
}
.premium * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.premium .box-pc-content {
  margin-bottom: 20px;
}
.premium .content-left {
  width: 840px;
  background-color: #fff;
  float: left;
  padding: 20px;
}
.premium .content-right {
  width: 350px;
  background-color: #fff;
  float: right;
}
.premium .premium-from {
  padding-left: 10px;
  padding-right: 10px;
}
.premium .title-h3 {
  position: relative;
  font-size: 18px;
  color: #333;
  line-height: 1.4;
  padding-left: 12px;
  margin-top: 10px;
  font-weight: 900;
}
.premium .title-h3:before {
    content: '';
    position: absolute;
    width: 4px;
    height: 16px;
    top: 50%;
    left: 0;
    border-radius: 5px;
    margin-top: -8px;
    background-color: #ff6f00;
}
.premium .h3-amout {
  color: #999;
  font-size: 12px;
  padding-left: 10px;
}
.premium .items {
  padding: 6px 0;
}
.premium .items-wrap .lables {
  width: 30%;
  text-align: right;
  float: left;
  font-size: 16px;
  padding: 5px 20px;
  line-height: 22px;
}
.premium .items-wrap .from-right {
  float: left;
  width: 70%;
  font-size: 16px;
}
.premium .notes {
  font-size: 12px;
  color: #666;
  padding-left: 242px;
  margin-bottom: 5px;
  margin-top: 3px;
}
.premium .items-wrap:before,
.premium .items-wrap:after {
  content: '';
  display: table;
}
.premium .items-wrap:after {
  clear: both;
}
.premium .items-wrap {
  *zoom: 1;
  /*IE/7/6*/
}
.premium .premium-price-box {
  padding: 0px 20px;
}
.premium .premium-price-center {
  padding: 5px 15px;
  text-align: right;
}
.premium .premium-price-center .next {
    width: 200px;
    height: 50px;
    line-height: 50px;
    border-radius: 5px;
    background-color: #ff6f00;
    text-align: center;
    font-size: 20px;
    font-weight: 900;
    color: #fff;
    cursor: pointer;
}
.premium .premium-price-center .prev {
    float: left;
}
.premium .showPrice {
  color: #ff6f00;
  font-size: 24px;
  text-align: right;
}
.premium .input-box,
.premium .email-box {
  position: relative;
  width: 400px;
}
.premium .input-box .iconfabiaowenzhang,
  .premium .email-box .iconfabiaowenzhang {
    position: absolute;
    top: 50%;
    left: 8px;
    margin-top: -13px;
    font-size: 18px;
    color: #ff6f00;
    opacity: 0.7;
}
.premium .input-text {
  width: 400px;
  height: 32px;
  line-height: 30px;
  border: 1px solid #ececec;
  font-size: 14px;
  padding: 0 10px 0 10px;
  border-radius: 5px;
}
.premium .default-input {
  position: relative;
  display: inline-block;
  min-width: 400px;
  height: 32px;
  line-height: 30px;
  border: 1px solid #ececec;
  font-size: 14px;
  padding: 0 10px 0 40px;
}
.premium .default-input .default-input-txt {
    width: 100%;
    height: 100%;
    color: #666;
}
.premium .default-input .iconfont {
    position: absolute;
    top: 50%;
    left: 8px;
    margin-top: -12px;
    font-size: 18px;
    color: #ff6f00;
}
.premium .in-text {
  line-height: 20px;
  font-size: 14px;
  padding: 6px 0;
  display: inline-block;
}
.premium .errorMsg {
  padding-left: 228px;
  font-size: 14px;
  color: red;
  line-height: 20px;
  margin-top: 5px;
  display: block;
}
.box-pc-content.BPS {
  min-height: calc(100vh - 110px);
}

/*公共弹窗样式1 */
.tips-design-modal {
  width: 450px;
  border-radius: 10px;
}
.tips-design-modal .el-message-box__header {
    color: #333333;
    font-size: 20px;
    font-weight: 500;
    padding: 30px 0px 20px;
}
.tips-design-modal .el-message-box__header .el-message-box__title {
      line-height: 28px;
}
.tips-design-modal .el-message-box__content {
    padding: 0px 34px 30px 30px;
    color: #666666;
    font-size: 16px;
    line-height: 24px;
    text-align: left;
}
.tips-design-modal .el-message-box__btns {
    width: 320px;
    padding: 0px;
    margin: 0 auto;
}
.tips-design-modal .el-message-box__btns .el-button--default {
      width: 150px;
      height: 40px;
      font-size: 16px;
      color: #666;
      border: 1px solid #ddd;
}
.tips-design-modal .el-message-box__btns .el-button--default:hover {
        background: #fff;
}
.tips-design-modal .el-message-box__btns .el-button--default.tips-sure-btn {
        background: #fd6e06;
        color: #fff;
        border: 1px solid #fd6e06;
}
.tips-design-modal .el-message-box__btns .el-button--default.tips-sure-btn:hover {
          background: #fd6e06;
}
.premium .kfImg {
  display: block;
  width: 225px;
  height: 134px;
  margin: 0 auto;
}
.premium .cashValue {
  width: 200px;
  height: 50px;
  line-height: 50px;
  border-radius: 5px;
  background-color: #fff;
  text-align: center;
  font-size: 20px;
  color: #fff;
  cursor: pointer;
  border: 1px solid #ff6f00;
  color: #ff6f00;
  margin-right: 40px;
}
.premium .cash-layer {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1000;
}
.premium .cash-layer .mask {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.7);
}
.premium .cash-layer .main-content {
    position: absolute;
    width: 720px;
    height: 620px;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
    background-color: #fff;
    border-radius: 10px;
    padding: 10px 0;
}
.premium .cash-layer .main-content .cash-title {
      font-size: 20px;
      line-height: 32px;
      position: relative;
      padding: 0 20px;
}
.premium .cash-layer .main-content .cash-title .iconfont {
        position: absolute;
        right: 20px;
        top: 0;
        color: #999;
        font-size: 20px;
        cursor: pointer;
}
.premium .cash-layer .main-content .cash-content {
      height: 560px;
      overflow: auto;
      padding: 10px;
}
.premium .cash-layer .main-content .cash-content table {
        width: 100%;
        border: 1px solid #ececec;
}
.premium .cash-layer .main-content .cash-content th {
        height: 40px;
        text-align: center;
}
.premium .cash-layer .main-content .cash-content td {
        text-align: center;
        height: 40px;
}
.premium h2 {
  font-size: 24px;
  color: #333;
}
.title-index-new {
  width: 30%;
  margin: 20px 0 10px 0;
  text-align: right;
  padding-right: 20px;
  font-size: 16px;
  font-weight: bold;
}
.child-btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  color: #ff471d;
  font-size: 16px;
  cursor: pointer;
}

