@charset "UTF-8";
/*---------       字体行高       -----------*/
/*---------       字体颜色       -----------*/
/*---------       边框颜色       -----------*/
/*---------       背景颜色       -----------*/
/* 属性多值传递
ex:
@include remCalc(padding,10,20);
padding: 0.13333rem 0.26667rem;*/
/*按钮纯色系*/
/*按钮边框色系*/
/*按钮大小*/
/*自适应按钮*/
/*标题*/
/*小消息标签*/
/*背景色点击变化*/
/*字数省略限制*/
/*波纹点击效果*/
.veriBanks .veriTitle {
  text-align: center;
  font-size: 34px;
  line-height: 50px;
  padding-top: 30px;
}
.veriBanks .veriContent {
  padding-bottom: 20px;
}
.veriBanks .veriBtn {
  width: 80%;
  height: 40px;
  display: block;
  margin: 10px auto 0;
  border-radius: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 18px;
  background-color: #666;
  color: #fff;
  cursor: pointer;
}
.veriBanks .veriBtn.active {
    background-color: #ff6f00;
}
.veriBanks .bank-info {
  font-size: 16px;
  color: red;
  line-height: 40px;
  padding-top: 10px;
  padding-left: 46px;
}
.veriBanks .items.items-fication {
  border-bottom: none;
}
.veriBanks .items.items-fication .lables {
    width: 25%;
}
.veriBanks .items.items-fication .items-wrap {
    padding: 10px 0;
}
.veriBanks .items.items-fication .from-right {
    width: 74%;
}
.veriBanks .items.items-fication .from-right {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}
.veriBanks .items.items-fication .input-text {
    padding-left: 10px;
}
.veriBanks .items.items-fication .veryNumber {
    width: 50%;
}
.veriBanks .items.items-fication .veryTxt {
    display: inline-block;
    width: 40%;
    height: 32px;
    line-height: 32px;
    border-radius: 32px;
    background-color: #ff6f00;
    color: #fff;
    text-align: center;
    font-size: 14px;
    margin-left: 10px;
    cursor: pointer;
}
.veriBanks .items.items-fication .status0,
  .veriBanks .items.items-fication .status2 {
    background-color: #999;
    color: #fff;
}

@charset "UTF-8";
/*---------       字体行高       -----------*/
/*---------       字体颜色       -----------*/
/*---------       边框颜色       -----------*/
/*---------       背景颜色       -----------*/
/* 属性多值传递
ex:
@include remCalc(padding,10,20);
padding: 0.13333rem 0.26667rem;*/
/*按钮纯色系*/
/*按钮边框色系*/
/*按钮大小*/
/*自适应按钮*/
/*标题*/
/*小消息标签*/
/*背景色点击变化*/
/*字数省略限制*/
/*波纹点击效果*/
.aboutBtnBox[data-v-5548356d] {
  width: 100%;
  padding: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.aboutBtnBox .btn[data-v-5548356d] {
    width: 48%;
    height: 40px;
    text-align: center;
    font-size: 16px;
    line-height: 40px;
    border-radius: 5px;
    cursor: pointer;
}
.aboutBtnBox .iconfont[data-v-5548356d] {
    margin-left: 5px;
}
.aboutBtnBox .btn-add[data-v-5548356d] {
    background-color: #fff6f0;
    color: #fd6e06;
}
.aboutBtnBox .btn-remove[data-v-5548356d] {
    background-color: #f7f7f7;
    color: #fd6e06;
}

@charset "UTF-8";
/*---------       字体行高       -----------*/
/*---------       字体颜色       -----------*/
/*---------       边框颜色       -----------*/
/*---------       背景颜色       -----------*/
/* 属性多值传递
ex:
@include remCalc(padding,10,20);
padding: 0.13333rem 0.26667rem;*/
/*按钮纯色系*/
/*按钮边框色系*/
/*按钮大小*/
/*自适应按钮*/
/*标题*/
/*小消息标签*/
/*背景色点击变化*/
/*字数省略限制*/
/*波纹点击效果*/
.goInsureModal {
  position: fixed;
  width: 100vw;
  height: 100vh;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1000;
}
.goInsureModal .bg {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
}
.goInsureModal .hegui-tabs {
    height: 50px;
    width: 1200px;
    padding: 0px;
    -webkit-box-shadow: 0 0.05333rem 0.10667rem rgba(0, 0, 0, 0.05);
            box-shadow: 0 0.05333rem 0.10667rem rgba(0, 0, 0, 0.05);
    z-index: 1;
    position: absolute;
    background: #fff;
    left: 0;
    top: 0;
}
.goInsureModal .hegui-tabs .hegui-tabs-wrapper {
      width: 100%;
      overflow-x: auto;
      white-space: nowrap;
      overflow-y: hidden;
      -webkit-overflow-scrolling: touch;
}
.goInsureModal .hegui-tabs .hegui-tabs-wrapper .hegui-tabs-item {
        height: 50px;
        font-size: 20px;
        cursor: default;
        color: #000;
        line-height: 50px;
        text-align: center;
        padding: 0px 20px;
}
.goInsureModal .hegui-tabs .hegui-tabs-wrapper .hegui-tabs-item.active {
          color: #377aff;
}
.goInsureModal .hegui-tabs .hegui-tabs-wrapper::-webkit-scrollbar {
      width: 0;
      height: 0;
}
.goInsureModal .content {
    height: 80vh;
    width: 1200px;
    background: #fff;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: 10vh;
    overflow: hidden;
}
.goInsureModal .content-wrapper {
      height: 80vh;
      overflow: hidden;
      position: relative;
}
.goInsureModal .content-wrapper .content-text-wrapper {
        height: 80vh;
}
.goInsureModal .content-wrapper .content-text {
        padding: 0px;
        width: 100%;
        padding: 50px 0 50px;
        height: 80vh;
        overflow: hidden;
        position: relative;
        font-size: 0;
}
.goInsureModal .content-wrapper .content-text .rich-text-wrapper {
          height: 100%;
          width: 100%;
          overflow-y: auto;
          padding: 0;
          font-size: 16px;
          -webkit-overflow-scrolling: touch;
}
.goInsureModal .content-wrapper .content-text .rich-text-wrapper#wrapper {
            position: relative;
}
.goInsureModal .content-wrapper .content-text .rich-text-wrapper .wrapper-richtext {
            width: 100%;
            overflow-y: auto;
            padding: 15px;
}
.goInsureModal .content-wrapper .content-text .rich-text-wrapper .wrapper-richtext table {
              width: 100%;
}
.goInsureModal .content-wrapper .content-text .rich-text-wrapper .wrapper-richtext table td {
                border: 1px solid #ccc;
}
.goInsureModal .content-wrapper .content-text .rich-text-wrapper .wrapper-richtext img {
              max-width: 100%;
}
.goInsureModal .content-wrapper .content-text .rich-text-wrapper .wrapper-image {
            font-size: 16px;
}
.goInsureModal .content-wrapper .content-text .rich-text-wrapper .wrapper-image .el-image {
              width: 1170px;
              display: block;
}
.goInsureModal .content-wrapper .content-text .rich-text-wrapper .wrapper-image .el-image img {
                width: 1170px;
}
.goInsureModal .content-wrapper .bottom-btn {
        bottom: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
        position: absolute;
        height: 50px;
        width: 1200px;
        background: #fff;
        padding: 5px 185px;
        -webkit-box-shadow: 0.05333rem 0 0.10667rem rgba(0, 0, 0, 0.15);
                box-shadow: 0.05333rem 0 0.10667rem rgba(0, 0, 0, 0.15);
        z-index: 1;
}
.goInsureModal .content-wrapper .bottom-btn .btn {
          width: 300px;
          height: 40px;
          line-height: 38px;
          border-radius: 20px;
          text-align: center;
          color: #fff;
          border: 1px solid #ccc;
          font-size: 20px;
          margin: 0 auto;
          background: #ccc;
          cursor: pointer;
}
.goInsureModal .content-wrapper .bottom-btn.active .btn {
          background: #0084ff;
          color: #fff;
          border: 1px solid #0084ff;
}

@charset "UTF-8";
/*---------       字体行高       -----------*/
/*---------       字体颜色       -----------*/
/*---------       边框颜色       -----------*/
/*---------       背景颜色       -----------*/
/* 属性多值传递
ex:
@include remCalc(padding,10,20);
padding: 0.13333rem 0.26667rem;*/
/*按钮纯色系*/
/*按钮边框色系*/
/*按钮大小*/
/*自适应按钮*/
/*标题*/
/*小消息标签*/
/*背景色点击变化*/
/*字数省略限制*/
/*波纹点击效果*/
.layer-ewm-box {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
}
.layer-ewm-box .layer-ewm-mask {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
}
.layer-ewm-box .layer-ewm-content {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 400px;
    background-color: #fff;
    padding: 20px 30px;
    min-height: 300px;
    margin-left: -200px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    border-radius: 5px;
}
.layer-ewm-box .layer-ewm-title {
    position: relative;
    font-size: 20px;
    text-align: center;
    color: #000;
    line-height: 1.6;
}
.layer-ewm-box .iconguanbi11 {
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
}
.layer-ewm-box .layer-ewm-desc {
    font-size: 16px;
    color: #666;
    text-align: center;
}
.layer-ewm-box .layer-QRcode img {
    display: block;
    margin: 15px auto;
    width: 180px;
}

@charset "UTF-8";
/*---------       字体行高       -----------*/
/*---------       字体颜色       -----------*/
/*---------       边框颜色       -----------*/
/*---------       背景颜色       -----------*/
/* 属性多值传递
ex:
@include remCalc(padding,10,20);
padding: 0.13333rem 0.26667rem;*/
/*按钮纯色系*/
/*按钮边框色系*/
/*按钮大小*/
/*自适应按钮*/
/*标题*/
/*小消息标签*/
/*背景色点击变化*/
/*字数省略限制*/
/*波纹点击效果*/
.writeInform-success-modal {
  text-align: center;
}
.writeInform-success-modal .el-dialog__body {
    padding-top: 0;
}
.writeInform-success-modal .title-text {
    font-size: 20px;
    color: #333;
    font-weight: bold;
    margin-top: 15px;
}
.writeInform-success-modal .text1 {
    margin-top: 10px;
}
.writeInform-success-modal .text2 {
    margin-top: 10px;
}
.writeInform-success-modal .copy-box {
    display: inline-block;
    width: 440px;
    border-radius: 4px;
    background: #f7f7f7;
    padding: 12px 20px;
    text-align: left;
    margin-top: 15px;
}
.writeInform-success-modal .copy-box a {
      color: #666;
      font-size: 14px;
}
.writeInform-success-modal .copy-box a:hover {
        color: #fd9201;
}
.writeInform-success-modal .copy-box .btn-box {
      margin: 20px 0 10px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
}
.writeInform-success-modal .copy-box .btn-box > div:hover {
        opacity: 0.7;
}
.writeInform-success-modal .copy-box .btn-box .back-btn {
        width: 76px;
        height: 28px;
        line-height: 26px;
        text-align: center;
        color: #666;
        font-size: 14px;
        background: #fff;
        border: 1px solid #dcdfe6;
        border-radius: 4px;
        cursor: pointer;
        margin-right: 10px;
}
.writeInform-success-modal .copy-box .btn-box .copy-btn {
        width: 76px;
        height: 28px;
        line-height: 26px;
        text-align: center;
        color: #fd9201;
        font-size: 14px;
        background: #fff8e8;
        border: 1px solid #ffd7a0;
        border-radius: 4px;
        cursor: pointer;
}

@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;*/
/*按钮纯色系*/
/*按钮边框色系*/
/*按钮大小*/
/*自适应按钮*/
/*标题*/
/*小消息标签*/
/*背景色点击变化*/
/*字数省略限制*/
/*波纹点击效果*/
.bank-from[data-v-35601a22] {
  display: inline-block;
}
.bank-from .iconquestion-mark[data-v-35601a22] {
    color: #ff6f00;
    font-size: 14px;
}
.bank-from .bank-info[data-v-35601a22] {
    color: #ff7f27 !important;
    font-size: 14px !important;
    text-align: right;
}
.bank-from .bankname-box[data-v-35601a22] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-bottom: 15px;
    padding: 0 20px 15px;
}
.bank-from .bankname-box .bankname-li[data-v-35601a22] {
      width: 50%;
      text-align: center;
      line-height: 1.5;
      padding: 10px;
}
.bank-from .mask-text[data-v-35601a22] {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #fff;
    z-index: 3;
    line-height: 60px;
    vertical-align: middle;
}
.bank-from .description[data-v-35601a22] {
    font-size: 14px;
    color: #236dff;
    font-weight: normal;
    cursor: pointer;
    padding-left: 10px;
    border-left: 1px solid #ddd;
    line-height: 1;
}
.bank-logo[data-v-35601a22] {
  width: 20px;
  height: 20px;
  margin-right: 6px;
}
[data-v-35601a22] .el-table .el-table__cell {
  padding: 8px 0;
}

@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-first-content {
  padding: 15px;
}
.premium-first-content .right-bar-title {
    position: relative;
    font-size: 18px;
    font-weight: bold;
    color: #333;
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
    margin-bottom: 10px;
    padding-left: 25px;
}
.premium-first-content .right-bar-title .line {
      position: absolute;
      width: 3px;
      height: 16px;
      background-color: #ff6f00;
      left: 14px;
      bottom: 20px;
      border-radius: 3px;
}
.premium-first-content .item-tit {
    background: #f7f7f7;
    width: 320px;
    height: 40px;
    line-height: 40px;
    padding-left: 14px;
    color: #333333;
    font-size: 16px;
    font-weight: bold;
}
.premium-first-content .label-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 5px 0;
}
.premium-first-content .item-tit {
    width: 320px;
    height: 40px;
    background: #f7f7f7;
    color: #333333;
    font-size: 16px;
    line-height: 40px;
    padding-left: 14px;
    font-weight: bold;
}
.premium-first-content .label-title {
    display: inline-block;
    font-size: 14px;
    color: #888;
    margin-right: 10px;
    line-height: 20px;
    width: 140px;
    text-align: left;
    padding-left: 14px;
}
.premium-first-content .label-content {
    width: 160px;
    font-size: 14px;
    color: #333;
    line-height: 20px;
}
.annexesBox {
  width: 95%;
  margin: 10px auto;
  background-color: #fff;
  border-radius: 5px;
  padding: 10px;
  font-size: 16px;
}
.annexesBox .notice-p {
    position: relative;
    padding-top: 3px;
    padding-bottom: 3px;
}
.annexesBox .lz-radio-new {
    position: absolute;
    left: 5px;
    top: 5px;
    cursor: pointer;
    width: 20px;
    height: 20px;
    display: inline-block;
    border-radius: 50%;
    border: 1px solid #999;
}
.annexesBox .lz-radio-new[data-check='true'] {
      border-color: #ff6f00;
      background-color: #ff6f00;
}
.annexesBox .lz-radio-new[data-check='true']:after {
      content: '';
      display: inline-block;
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background-color: #fff;
      position: absolute;
      left: 50%;
      top: 50%;
      margin-top: -4px;
      margin-left: -4px;
}
.annexesBox .annexesTxt {
    padding-left: 40px;
}
.annexesBox .clause-title {
    color: #ff6f00;
    cursor: pointer;
}
.baoxianps {
  width: 100%;
  margin: 0 auto;
  border-bottom: 1px solid #dddddd;
  font-size: 20px;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.baoxianps a {
    display: inline-block;
    color: #000000;
    line-height: 1.5;
    padding: 5px 0;
}
.baoxianps:last-of-type {
  border: none;
  margin-bottom: 20px;
}
.content-right.active-1 {
  position: fixed;
  top: 0;
  left: 50%;
  margin-left: 250px;
}
.content-right.active-2 {
  position: absolute;
  bottom: 0;
  right: 0;
}
.title-index-new {
  width: 30%;
  text-align: right;
  font-size: 16px;
  padding: 0 20px;
  font-weight: bold;
  margin: 20px 0 10px 0;
}

