@charset "UTF-8";
section .meal .content .meal-box .item, section .block2 .content2 li, .pay-modal .modal-main .btns {
  *zoom: 1; }
  section .meal .content .meal-box .item:before, section .block2 .content2 li:before, .pay-modal .modal-main .btns:before, section .meal .content .meal-box .item:after, section .block2 .content2 li:after, .pay-modal .modal-main .btns:after {
    content: "";
    display: table; }
  section .meal .content .meal-box .item:after, section .block2 .content2 li:after, .pay-modal .modal-main .btns:after {
    clear: both; }

@font-face {
  font-family: 'YouSheBiaoTiHei';
  src: url(../font/YouSheBiaoTiHei-2.ttf); }
* {
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif; }

.w1200 {
  width: 1200px;
  margin: 0 auto; }

.alone-pay {
  padding-top: 40px;
  box-sizing: border-box; }

.banner {
  width: 100%;
  height: 248px;
  background: url(../img/pay-banner.png) no-repeat #2e3342 center;
  background-size: cover;
  display: flex;
  align-items: center;
  margin-top: 53px; }
  .banner .banner-flex {
    width: 1200px;
    margin: 0 auto;
    text-align: left;
    margin-top: 40px; }
    .banner .banner-flex > img {
      margin-bottom: 30px; }
    .banner .banner-flex > div {
      justify-content: space-between;
      display: flex;
      align-items: center; }
      .banner .banner-flex > div div {
        position: relative; }
        .banner .banner-flex > div div span {
          position: absolute;
          left: 20px;
          top: 50px;
          color: #ff8a3c;
          font-size: 16px; }
  .banner h2 {
    font-size: 24px;
    display: inline-block;
    zoom: 1;
    *display: inline;
    vertical-align: top;
    color: #fff;
    margin-left: 20px;
    height: 80px;
    line-height: 80px;
    overflow: hidden; }
  .banner ul {
    display: inline-block;
    zoom: 1;
    *display: inline;
    vertical-align: top;
    height: 80px;
    margin-left: 44px;
    width: 600px; }
    .banner ul li {
      display: inline-block;
      zoom: 1;
      *display: inline;
      vertical-align: top;
      line-height: 80px;
      height: 80px;
      margin-right: 10px;
      margin-left: 10px;
      position: relative;
      z-index: 1; }
      .banner ul li > p {
        position: absolute;
        left: 20px;
        top: -18px;
        z-index: 1;
        width: 100%;
        height: 30px; }
        .banner ul li > p > .letter {
          animation: bounce 0.75s cubic-bezier(0.05, 0, 0.2, 1) infinite alternate;
          display: inline-block;
          transform: translate3d(0, 0, 0);
          font-size: 12px;
          color: #fac65f;
          height: 30px;
          line-height: 30px; }
        .banner ul li > p .letter:nth-child(1) {
          animation-delay: 0s; }
        .banner ul li > p .letter:nth-child(2) {
          animation-delay: 0.0833333333s; }
        .banner ul li > p .letter:nth-child(3) {
          animation-delay: 0.1666666667s; }
      .banner ul li.s1 {
        width: 1px;
        height: 14px;
        background-color: #fff;
        overflow: hidden;
        margin-top: 33px; }
      .banner ul li a {
        color: #fff;
        font-size: 16px; }
      .banner ul li:hover .colinfo {
        display: block; }
      .banner ul li .colinfo {
        width: 269px;
        border-radius: 8px;
        box-shadow: 1px 1px 19px 5px rgba(0, 0, 0, 0.1);
        position: absolute;
        z-index: 9;
        left: -80px;
        top: 70px;
        padding: 15px 20px;
        background: #fff;
        display: none; }
        .banner ul li .colinfo dt {
          font-size: 18px;
          color: #343434;
          height: 26px;
          line-height: 26px;
          overflow: hidden;
          padding-left: 35px;
          margin-bottom: 5px; }
          .banner ul li .colinfo dt.s1 {
            background: url(../img/pay/icon_col1.png) no-repeat 0 center; }
          .banner ul li .colinfo dt.s2 {
            background: url(../img/pay/icon_col2.png) no-repeat 0 center; }
          .banner ul li .colinfo dt.s3 {
            background: url(../img/pay/icon_col3.png) no-repeat 0 center; }
          .banner ul li .colinfo dt.s4 {
            background: url(../img/pay/icon_col4.png) no-repeat 0 center; }
        .banner ul li .colinfo dd {
          font-size: 14px;
          color: #828282;
          line-height: 22px; }
@keyframes bounce {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(0, -5px, 0); } }
  .banner .text {
    width: 1200px;
    margin: 0 auto 25px;
    text-align: left;
    font-size: 40px;
    color: #fff;
    padding-top: 50px;
    box-sizing: border-box; }

.tcxz_lay {
  margin-top: 47px; }
  .tcxz_lay .layui-tab-title {
    margin: auto;
    background-color: #fafbfe;
    border-radius: 32px;
    background-color: rgba(242, 246, 253, 0.412);
    width: 1068px;
    height: 65px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding-left: 8px;
    padding-right: 8px;
    position: relative;
    border: 0; }
    .tcxz_lay .layui-tab-title .dleft {
      white-space: nowrap;
      position: absolute;
      transition: transform .2s;
      float: left;
      z-index: 2;
      background-color: white;
      box-shadow: 0px 6px 17.1px 0.9px rgba(60, 127, 255, 0.05);
      width: 208px;
      height: 56px;
      border-radius: 28px;
      border: 0px;
      transform: translateX(430px);
      z-index: 0; }
      .tcxz_lay .layui-tab-title .dleft.unlimit {
        transform: translateX(0px); }
      .tcxz_lay .layui-tab-title .dleft.jt {
        transform: translateX(643px); }
      .tcxz_lay .layui-tab-title .dleft.dkk {
        transform: translateX(219px); }
      .tcxz_lay .layui-tab-title .dleft.isp {
        transform: translateX(860px); }
    .tcxz_lay .layui-tab-title li {
      width: 208px;
      height: 56px;
      font-size: 20px;
      padding: 0px;
      color: rgba(20, 42, 84, 0.802);
      line-height: 56px;
      transform: all 0.2s; }
      .tcxz_lay .layui-tab-title li.layui-this {
        font-size: 22px;
        color: #3c7fff;
        font-weight: 600; }
        .tcxz_lay .layui-tab-title li.layui-this .bxll {
          width: 43px;
          height: 16px;
          background-image: linear-gradient(-78deg, #ff9310 0%, #ffce06 100%);
          box-shadow: 0px 3px 6px 0px rgba(255, 153, 15, 0.21);
          border-radius: 8px;
          position: absolute;
          right: 12px;
          top: 50%;
          transform: translateY(-50%);
          font-size: 12px;
          font-weight: bold;
          line-height: 16px;
          letter-spacing: 0px;
          color: #ffffff; }
        .tcxz_lay .layui-tab-title li.layui-this .bxll1 {
          width: 43px;
          height: 16px;
          background-image: linear-gradient(-78deg, #ff9310 0%, #ffce06 100%);
          box-shadow: 0px 3px 6px 0px rgba(255, 153, 15, 0.21);
          border-radius: 8px;
          position: absolute;
          right: 5px;
          top: 50%;
          transform: translateY(-50%);
          font-size: 12px;
          font-weight: bold;
          line-height: 16px;
          letter-spacing: 0px;
          color: #ffffff; }
      .tcxz_lay .layui-tab-title li::after {
        content: none; }
      .tcxz_lay .layui-tab-title li .append {
        position: relative;
        left: 10px; }
      .tcxz_lay .layui-tab-title li .bxll {
        width: 43px;
        height: 16px;
        background-image: linear-gradient(-78deg, #ff9310 0%, #ffce06 100%);
        box-shadow: 0px 3px 6px 0px rgba(255, 153, 15, 0.21);
        border-radius: 8px;
        position: absolute;
        right: 12px;
        top: 50%;
        transform: translateY(-50%);
        font-size: 12px;
        font-weight: bold;
        line-height: 16px;
        letter-spacing: 0px;
        color: #ffffff; }
      .tcxz_lay .layui-tab-title li .bxll1 {
        width: 43px;
        height: 16px;
        background-image: linear-gradient(-78deg, #ff9310 0%, #ffce06 100%);
        box-shadow: 0px 3px 6px 0px rgba(255, 153, 15, 0.21);
        border-radius: 8px;
        position: absolute;
        right: 12px;
        top: 50%;
        transform: translateY(-50%);
        font-size: 12px;
        font-weight: bold;
        line-height: 16px;
        letter-spacing: 0px;
        color: #ffffff; }

.etab {
  width: 100%;
  background: #fff; }
  .etab .etab_hd {
    font-size: 0;
    border-bottom: #eaebed solid 1px;
    width: 1200px;
    margin-left: auto;
    margin-right: auto; }
    .etab .etab_hd li {
      display: inline-block;
      zoom: 1;
      *display: inline;
      vertical-align: top;
      color: #262626;
      cursor: pointer;
      font-size: 18px;
      position: relative;
      padding-top: 36px;
      padding-bottom: 16px;
      width: 122px;
      text-align: left;
      padding-left: 90px; }
      .etab .etab_hd li.s1 {
        background: url(../img/pay/icon_col2.png) no-repeat 55px 36px; }
      .etab .etab_hd li.s2 {
        background: url(../img/pay/icon_col1.png) no-repeat 55px 36px; }
      .etab .etab_hd li.active span.bline {
        display: block; }
      .etab .etab_hd li span.bline {
        position: absolute;
        z-index: 1;
        left: 0;
        bottom: -1px;
        height: 7px;
        width: 222px;
        background: url(../img/pay/bline.png) no-repeat 0 bottom;
        display: none; }
      .etab .etab_hd li span.cmarker1 {
        position: absolute;
        z-index: 1;
        left: 50%;
        top: 10px;
        height: 26px;
        width: 97px;
        margin-left: -49px;
        background: url(../img/pay/tag1.png) no-repeat 0 bottom;
        background-size: 100% 100%;
        font-size: 12px;
        color: #fff;
        line-height: 23px;
        text-align: center; }
      .etab .etab_hd li span.cmarker2 {
        position: absolute;
        z-index: 1;
        left: 50%;
        top: 10px;
        margin-left: -61px;
        height: 26px;
        width: 122px;
        background: url(../img/pay/tag1.png) no-repeat 0 bottom;
        background-size: 100% 100%;
        font-size: 12px;
        color: #fff;
        line-height: 23px;
        text-align: center; }
      .etab .etab_hd li.active {
        color: #3c7fff; }
  .etab .check_box {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding: 30px 43px;
    box-sizing: border-box; }
    .etab .check_box .get_ip_num_box {
      margin-top: 30px; }
      .etab .check_box .get_ip_num_box .tqsl {
        text-align: left;
        position: relative; }
        .etab .check_box .get_ip_num_box .tqsl .word {
          display: inline-block;
          font-size: 16px;
          color: #333;
          font-weight: 500;
          position: relative;
          top: -16px; }
        .etab .check_box .get_ip_num_box .tqsl .count {
          display: inline-block;
          width: 838px;
          position: relative;
          left: 53px;
          top: 8px; }
          .etab .check_box .get_ip_num_box .tqsl .count .block {
            margin-bottom: 10px;
            display: flex;
            align-items: center; }
            .etab .check_box .get_ip_num_box .tqsl .count .block .b {
              width: 680px;
              height: 4px; }
            .etab .check_box .get_ip_num_box .tqsl .count .block .number {
              display: flex;
              align-items: center;
              margin-left: 40px; }
              .etab .check_box .get_ip_num_box .tqsl .count .block .number span {
                height: 32px;
                width: 32px;
                border: 1px solid #ddd;
                text-align: center;
                line-height: 32px;
                color: #606266;
                font-size: 18px;
                background: #F5F7FA;
                cursor: pointer; }
                .etab .check_box .get_ip_num_box .tqsl .count .block .number span:nth-of-type(1) {
                  border-right: none;
                  border-radius: 5px 0 0 5px; }
                .etab .check_box .get_ip_num_box .tqsl .count .block .number span:nth-of-type(2) {
                  border-left: none;
                  border-radius: 0px 5px 5px 0; }
              .etab .check_box .get_ip_num_box .tqsl .count .block .number .is-disable {
                color: #C0C4CC;
                cursor: not-allowed; }
              .etab .check_box .get_ip_num_box .tqsl .count .block .number input {
                border: 1px solid #ddd;
                width: 50px;
                outline: medium;
                text-align: center;
                height: 30px;
                line-height: 30px; }
          .etab .check_box .get_ip_num_box .tqsl .count .num {
            position: relative; }
            .etab .check_box .get_ip_num_box .tqsl .count .num span {
              color: #999999; }
            .etab .check_box .get_ip_num_box .tqsl .count .num .span2 {
              position: absolute;
              left: 38.5%; }
            .etab .check_box .get_ip_num_box .tqsl .count .num .span3 {
              position: absolute;
              right: 17%; }
    .etab .check_box .check_list {
      display: flex;
      margin-top: 20px; }
      .etab .check_box .check_list.pos1 {
        position: relative; }
      .etab .check_box .check_list .lwrap {
        position: absolute;
        z-index: 1;
        right: 60px;
        bottom: 10px; }
        .etab .check_box .check_list .lwrap .link {
          margin-right: 20px;
          font-size: 12px;
          color: #3c7fff; }
      .etab .check_box .check_list .list_left {
        width: 120px;
        height: 40px;
        line-height: 40px;
        font-size: 16px;
        font-weight: 500;
        text-align: left;
        margin-top: 10px;
        color: #333; }
      .etab .check_box .check_list .list_left1 {
        width: 120px;
        height: 40px;
        line-height: 40px;
        font-size: 16px;
        font-weight: 500;
        text-align: left;
        color: #333; }
      .etab .check_box .check_list .twrap {
        height: 100px;
        padding: 20px 20px 35px;
        border: #ddd solid 1px;
        flex: 1; }
        .etab .check_box .check_list .twrap.s1 {
          padding-bottom: 20px; }
        .etab .check_box .check_list .twrap textarea {
          resize: none;
          outline: 0;
          height: 100%;
          width: 100%;
          border: 0; }
      .etab .check_box .check_list p {
        font-size: 14px;
        width: 150px;
        overflow: hidden;
        border-radius: 3px;
        cursor: pointer; }
        .etab .check_box .check_list p.getbtn {
          background: #3c7fff;
          color: #fff;
          height: 44px;
          line-height: 44px;
          margin-right: 20px; }
        .etab .check_box .check_list p.copybtn {
          border: #3c7fff solid 1px;
          color: #3c7fff;
          height: 42px;
          line-height: 42px; }
      .etab .check_box .check_list .choiceArea {
        align-items: center; }
        .etab .check_box .check_list .choiceArea i {
          font-style: normal; }
        .etab .check_box .check_list .choiceArea li, .etab .check_box .check_list .choiceArea span {
          list-style-type: none;
          margin: 0;
          color: #999999;
          font-size: 14px;
          border: solid 1px #dddddd;
          padding: 5px 20px;
          margin-right: 10px !important; }
        .etab .check_box .check_list .choiceArea span {
          margin-top: 10px;
          cursor: pointer; }
        .etab .check_box .check_list .choiceArea .active {
          border: 1px solid #2699ff;
          color: #3c7fff;
          background: #eaf1fF; }
      .etab .check_box .check_list .list_right {
        display: flex;
        flex-wrap: wrap;
        max-width: 860px; }
        .etab .check_box .check_list .list_right .areaList li {
          border: 1px solid #dddddd;
          width: 195px;
          display: flex;
          align-items: center;
          height: 45px;
          line-height: 45px;
          float: left;
          margin: 10px 0;
          margin-right: 10px;
          cursor: pointer;
          padding-left: 35px;
          box-sizing: border-box; }
          .etab .check_box .check_list .list_right .areaList li img {
            margin-right: 10px;
            width: 50px;
            height: 26px; }
        .etab .check_box .check_list .list_right .gjActive {
          border: 1px solid #3c7fff;
          background: #eaf1ff; }
        .etab .check_box .check_list .list_right > label {
          margin-right: 10px;
          margin-top: 10px;
          cursor: pointer; }
          .etab .check_box .check_list .list_right > label:nth-child(4n) {
            margin-right: 0; }
          .etab .check_box .check_list .list_right > label > input[type="radio"] {
            width: 0;
            height: 0;
            position: absolute;
            opacity: 0; }
            .etab .check_box .check_list .list_right > label > input[type="radio"]:checked + span {
              background-color: #eaf1ff;
              color: #3c7fff;
              border-color: #3c7fff; }
          .etab .check_box .check_list .list_right > label > .separator_input {
            width: 200px;
            height: 40px;
            border: 0;
            border-bottom: 1px solid #eee;
            outline: none;
            box-sizing: border-box;
            color: #999;
            font-size: 14px;
            padding-left: 10px; }
          .etab .check_box .check_list .list_right > label > span {
            display: inline-block;
            width: 200px;
            height: 40px;
            line-height: 40px;
            background-color: #fff;
            color: #999999;
            font-size: 14px;
            border: solid 1px #dddddd; }
        .etab .check_box .check_list .list_right .active span {
          border: 1px solid #3c7fff;
          color: #3c7fff;
          background: #eaf1fF; }
        .etab .check_box .check_list .list_right .area_item {
          width: 100%;
          margin-top: 15px; }
          .etab .check_box .check_list .list_right .area_item .m_zlxg {
            position: relative;
            width: auto;
            height: auto;
            cursor: pointer;
            float: left;
            margin: 0 10px 0 0;
            display: inline; }
            .etab .check_box .check_list .list_right .area_item .m_zlxg .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
              width: 4px;
              background-color: #2699ff; }
            .etab .check_box .check_list .list_right .area_item .m_zlxg .mCSB_draggerRail {
              background-color: #e1e2e6;
              width: 5px; }
            .etab .check_box .check_list .list_right .area_item .m_zlxg .mCSB_inside > .mCSB_container {
              margin-right: 15px;
              padding-left: 5px; }
            .etab .check_box .check_list .list_right .area_item .m_zlxg > .selects {
              display: block;
              position: absolute;
              top: 13px;
              right: 15px; }
          .etab .check_box .check_list .list_right .area_item .m_zlxg p {
            border: 1px solid #c8ced8;
            width: 200px;
            height: 50px;
            box-sizing: border-box;
            padding-left: 25px;
            overflow: hidden;
            line-height: 50px;
            color: #6b6b6b;
            font-size: 14px;
            text-overflow: ellipsis;
            white-space: nowrap;
            position: relative;
            text-align: left;
            z-index: 1; }
            .etab .check_box .check_list .list_right .area_item .m_zlxg p.active {
              border-color: #00a4ff; }
          .etab .check_box .check_list .list_right .area_item .m_zlxg2 {
            box-sizing: border-box;
            padding: 10px 0;
            position: absolute;
            top: 49px;
            border: 1px solid #c8ced8;
            background: #fff;
            width: 200px !important;
            display: none;
            max-height: 224px;
            overflow-y: hidden;
            white-space: nowrap;
            z-index: 2; }
          .etab .check_box .check_list .list_right .area_item .m_zlxg2 li {
            box-sizing: border-box;
            width: 100%;
            line-height: 45px;
            white-space: nowrap;
            color: #6b6b6b;
            padding-left: 25px;
            font-size: 14px;
            text-align: left; }
            .etab .check_box .check_list .list_right .area_item .m_zlxg2 li:hover {
              background-color: #f7f7f7; }
          .etab .check_box .check_list .list_right .area_item .m_zlxg2 li:hover {
            color: #7a5a21; }
          .etab .check_box .check_list .list_right .area_item .appointe-city {
            border: 1px solid #eee;
            text-align: left;
            padding: 10px 0 0 20px; }
            .etab .check_box .check_list .list_right .area_item .appointe-city::v-deep .el-checkbox {
              margin-bottom: 10px;
              margin-right: 26px; }
    .etab .check_box .list_button a {
      width: 150px;
      height: 50px;
      line-height: 50px;
      box-sizing: border-box;
      border-radius: 5px;
      border: 1px solid #3c7fff;
      color: #3c7fff; }
      .etab .check_box .list_button a:hover {
        background-color: #2e6fed;
        color: #fff; }
    .etab .check_box .list_button .create_api {
      margin-right: 20px;
      cursor: pointer; }
    .etab .check_box .list_button .insert_demo {
      cursor: pointer; }
    .etab .check_box .api_link {
      margin-top: 40px; }
      .etab .check_box .api_link h5 {
        margin-top: 0 !important; }
      .etab .check_box .api_link .api_input {
        box-sizing: border-box;
        width: 560px;
        height: 40px;
        border: 1px solid #eee;
        padding-left: 15px;
        border-radius: 5px;
        outline: none; }
      .etab .check_box .api_link .api_inputs {
        box-sizing: border-box;
        width: 829px;
        height: 140px;
        border-radius: 2px;
        border: solid 1px #eeeeee;
        padding-left: 15px;
        padding-top: 15px;
        outline: none;
        resize: none; }
        .etab .check_box .api_link .api_inputs::placeholder {
          color: #999999; }
      .etab .check_box .api_link a {
        width: 130px;
        height: 40px;
        line-height: 40px;
        box-sizing: border-box;
        border: 1px solid #3c7fff;
        color: #3c7fff;
        margin-right: 10px;
        cursor: pointer; }
        .etab .check_box .api_link a:hover {
          background-color: #2e6fed;
          color: #fff; }
      .etab .check_box .api_link .result_box {
        box-sizing: border-box;
        border: 1px dashed #eee;
        border-top: 0;
        width: 830px;
        padding-bottom: 30px; }
        .etab .check_box .api_link .result_box h6 {
          font-size: 14px;
          text-align: left;
          padding-left: 10px;
          line-height: 50px;
          font-weight: 600; }
        .etab .check_box .api_link .result_box ul {
          width: 100%;
          display: flex;
          flex-wrap: wrap; }
          .etab .check_box .api_link .result_box ul li {
            width: 50%;
            text-align: left;
            padding-left: 35px;
            font-size: 13px;
            color: #333;
            box-sizing: border-box;
            margin: 5px 0; }
            .etab .check_box .api_link .result_box ul li span {
              background-color: #e0e4fa;
              padding: 0 5px;
              border-radius: 3px;
              color: #666666;
              margin-right: 5px; }
            .etab .check_box .api_link .result_box ul li::before {
              content: ".";
              font-size: 40px;
              line-height: 10px;
              color: #5367e3;
              margin-top: -10px;
              position: relative;
              top: -4px;
              left: -2px; }
      .etab .check_box .api_link .api_content {
        font-size: 13px;
        padding: 20px 30px 20px 20px;
        border: 1px solid #eee;
        width: 830px;
        box-sizing: border-box; }
    .etab .check_box .usage h5 {
      margin-top: 0 !important; }
    .etab .check_box .usage .list_right {
      border: 1px solid #eee;
      width: 830px;
      box-sizing: border-box;
      padding: 40px 40px; }
      .etab .check_box .usage .list_right p {
        text-align: left;
        width: 100%;
        line-height: 25px;
        word-break: break-all; }
        .etab .check_box .usage .list_right p .span {
          color: #bbb;
          text-decoration: underline; }
      .etab .check_box .usage .list_right .xing {
        text-align: left;
        margin-top: 30px; }
        .etab .check_box .usage .list_right .xing:first-child {
          margin-top: 0; }
        .etab .check_box .usage .list_right .xing::before {
          content: "*";
          position: relative;
          left: -5px; }
    .etab .check_box .customer .list_right {
      display: inline-flex; }
      .etab .check_box .customer .list_right .text-ewm {
        position: relative; }
        .etab .check_box .customer .list_right .text-ewm:after {
          content: "";
          width: 1px;
          height: 56px;
          background-color: #dddddd;
          position: absolute;
          right: -30px;
          top: 30px; }
        .etab .check_box .customer .list_right .text-ewm .img {
          display: inline-block;
          margin-right: 30px;
          width: 105px;
          height: 105px; }
          .etab .check_box .customer .list_right .text-ewm .img img {
            width: 100%;
            height: 100%; }
          .etab .check_box .customer .list_right .text-ewm .img .msg {
            margin-top: 8px; }
      .etab .check_box .customer .list_right .text-info {
        text-align: left;
        margin: 20px 0 0 99px; }
        .etab .check_box .customer .list_right .text-info .use-info {
          color: #333333;
          margin-bottom: 10px; }
          .etab .check_box .customer .list_right .text-info .use-info i,
          .etab .check_box .customer .list_right .text-info .use-info a {
            color: #3c7fff; }
          .etab .check_box .customer .list_right .text-info .use-info i {
            font-size: 25px;
            margin-right: 5px; }
          .etab .check_box .customer .list_right .text-info .use-info a {
            cursor: pointer;
            text-decoration: underline; }
          .etab .check_box .customer .list_right .text-info .use-info .pystudy {
            font-size: 16px;
            margin-right: 13px;
            position: relative;
            left: 5px; }
  .etab .tips h2 {
    height: 120px;
    line-height: 120px;
    font-size: 32px;
    color: #333; }
  .etab .tips p {
    background: #f8f9ff;
    font-size: 0;
    text-align: left;
    width: 1160px;
    margin-left: auto;
    margin-right: auto;
    padding: 30px 20px; }
    .etab .tips p span {
      color: #333;
      font-size: 16px;
      display: inline-block;
      zoom: 1;
      *display: inline;
      vertical-align: top;
      height: 24px;
      line-height: 24px;
      overflow: hidden;
      margin-left: 20px;
      width: 220px;
      margin-right: 20px;
      padding-left: 30px; }
      .etab .tips p span.s1 {
        background: url(../img/pay/icon_tips1.png) no-repeat 0 center;
        margin-bottom: 20px; }
      .etab .tips p span.s2 {
        background: url(../img/pay/icon_tips2.png) no-repeat 0 center;
        margin-bottom: 20px; }
      .etab .tips p span.s3 {
        background: url(../img/pay/icon_tips3.png) no-repeat 0 center;
        margin-bottom: 20px; }
      .etab .tips p span.s4 {
        background: url(../img/pay/icon_tips4.png) no-repeat 0 center;
        margin-bottom: 20px; }
      .etab .tips p span.s5 {
        background: url(../img/pay/icon_tips5.png) no-repeat 0 center; }
      .etab .tips p span.s6 {
        background: url(../img/pay/icon_tips6.png) no-repeat 0 center; }
      .etab .tips p span.s7 {
        background: url(../img/pay/icon_tips7.png) no-repeat 0 center; }
      .etab .tips p span.s8 {
        background: url(../img/pay/icon_tips8.png) no-repeat 0 center; }

section .meal {
  background: #f1f2f7; }
  section .meal .content {
    padding-bottom: 53px;
    box-sizing: border-box; }
    section .meal .content .meal-tab {
      padding: 40px 0;
      width: 100%;
      box-shadow: 0px 11px 15px -15px #CCC; }
      section .meal .content .meal-tab ul {
        display: flex;
        align-items: center;
        justify-content: center; }
        section .meal .content .meal-tab ul li {
          cursor: pointer;
          transition: all .5s; }
          section .meal .content .meal-tab ul li:nth-of-type(1) {
            padding-right: 30px; }
          section .meal .content .meal-tab ul li:nth-of-type(2) {
            padding-left: 30px; }
          section .meal .content .meal-tab ul li p:nth-of-type(1) {
            font-size: 18px;
            font-weight: bold;
            margin-bottom: 10px;
            position: relative; }
            section .meal .content .meal-tab ul li p:nth-of-type(1) .hover {
              position: absolute;
              width: 200px;
              background: #FFF;
              top: 30px;
              left: 2px;
              padding: 10px;
              font-weight: normal;
              font-size: 12px;
              box-shadow: 0px 0px 5px #ccc;
              border-radius: 3px;
              text-align: left;
              line-height: 24px;
              display: none;
              color: #333; }
              section .meal .content .meal-tab ul li p:nth-of-type(1) .hover::after {
                content: '';
                position: absolute;
                top: -8px;
                left: 112px;
                width: 0;
                height: 0;
                border-left: 7px solid transparent;
                border-right: 7px solid transparent;
                border-bottom: 9px solid #FFF; }
            section .meal .content .meal-tab ul li p:nth-of-type(1) > span:hover .hover {
              display: block; }
            section .meal .content .meal-tab ul li p:nth-of-type(1) i {
              font-weight: normal;
              margin-left: 5px; }
          section .meal .content .meal-tab ul li p:nth-of-type(2) {
            color: #999999; }
        section .meal .content .meal-tab ul .etab_hd {
          font-size: 0;
          margin-left: 10px;
          border-bottom: #eaebed solid 1px; }
          section .meal .content .meal-tab ul .etab_hd li {
            display: inline-block;
            zoom: 1;
            *display: inline;
            vertical-align: top;
            color: #262626;
            cursor: pointer;
            font-size: 18px;
            position: relative;
            padding-top: 15px;
            padding-bottom: 16px;
            width: 122px;
            text-align: left;
            padding-left: 70px; }
            section .meal .content .meal-tab ul .etab_hd li.s1 {
              background: url(../img/pay/icon_col2.png) no-repeat 37px 16px; }
            section .meal .content .meal-tab ul .etab_hd li.s2 {
              background: url(../img/pay/icon_col1.png) no-repeat 37px 16px; }
            section .meal .content .meal-tab ul .etab_hd li.active span.bline {
              display: block; }
            section .meal .content .meal-tab ul .etab_hd li span.bline {
              position: absolute;
              z-index: 1;
              left: 0;
              bottom: -1px;
              height: 7px;
              width: 222px;
              background: url(../img/pay/bline.png) no-repeat 0 bottom;
              display: none; }
            section .meal .content .meal-tab ul .etab_hd li span.cmarker1 {
              position: absolute;
              z-index: 1;
              left: 50%;
              top: -13px;
              height: 26px;
              width: 97px;
              margin-left: -49px;
              background: url(../img/pay/tag1.png) no-repeat 0 bottom;
              background-size: 100% 100%;
              font-size: 12px;
              color: #fff;
              line-height: 23px;
              text-align: center; }
            section .meal .content .meal-tab ul .etab_hd li span.cmarker2 {
              position: absolute;
              z-index: 1;
              left: 50%;
              top: -13px;
              margin-left: -61px;
              height: 26px;
              width: 122px;
              background: url(../img/pay/tag1.png) no-repeat 0 bottom;
              background-size: 100% 100%;
              font-size: 12px;
              color: #fff;
              line-height: 23px;
              text-align: center; }
            section .meal .content .meal-tab ul .etab_hd li.active {
              color: #3c7fff; }
        section .meal .content .meal-tab ul .active p {
          color: #3c7fff !important; }
    section .meal .content .meal-box {
      margin-top: 40px; }
      section .meal .content .meal-box .item {
        float: left;
        box-sizing: border-box;
        text-align: center;
        width: 344px;
        height: 158px;
        background: #fff;
        border: solid 1px #dddddd;
        cursor: pointer;
        position: relative;
        border-radius: 5px;
        -webkit-transition: 0.5s;
        -ms-transition: 0.5s;
        -moz-transition: 0.5s;
        transition: 0.5s;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 50px 50px 0; }
        section .meal .content .meal-box .item:hover {
          -webkit-transform: scale(1.05);
          -ms-transform: scale(1.05);
          -moz-transform: scale(1.05);
          transform: scale(1.05); }
        section .meal .content .meal-box .item:nth-child(4), section .meal .content .meal-box .item:nth-child(5) {
          width: 472px;
          height: 158px; }
        section .meal .content .meal-box .item.active {
          border: solid 1px #3c7fff; }
          section .meal .content .meal-box .item.active:before {
            opacity: 1;
            position: absolute;
            bottom: 0;
            right: 0;
            content: "";
            width: 0;
            height: 0;
            border-bottom: 24px solid #3c7fff;
            border-left: 23px solid transparent; }
          section .meal .content .meal-box .item.active:after {
            font-family: "iconfont" !important;
            opacity: 1;
            position: absolute;
            bottom: 3px;
            right: 0;
            font-size: 12px;
            color: #fff;
            content: "\e613";
            line-height: 11px; }
        section .meal .content .meal-box .item .hit {
          width: 101px;
          height: 22px;
          line-height: 22px;
          background: url("../img/recharge/hits.png") no-repeat center;
          position: absolute;
          right: 27px;
          top: 15px; }
          section .meal .content .meal-box .item .hit span {
            display: block;
            font-size: 14px;
            color: #8e4d21;
            font-weight: 700;
            transform: skewX(-8deg);
            position: relative; }
        section .meal .content .meal-box .item .hit2 {
          right: 98px;
          top: 15px; }
        section .meal .content .meal-box .item .tit {
          position: relative;
          box-sizing: border-box;
          flex: 1; }
          section .meal .content .meal-box .item .tit .sub {
            color: #707a83;
            font-size: 14px; }
            section .meal .content .meal-box .item .tit .sub span {
              color: #3c7fff;
              font-size: 48px;
              margin: 0 10px; }
          section .meal .content .meal-box .item .tit .suh {
            color: #5e5e5e;
            font-size: 16px;
            margin-bottom: 10px; }
          section .meal .content .meal-box .item .tit .give {
            width: 93px;
            height: 30px;
            background-color: #3c7fff;
            line-height: 30px;
            text-align: center;
            cursor: pointer;
            color: #fff;
            font-size: 16px; }
        section .meal .content .meal-box .item .tit-right {
          position: relative;
          box-sizing: border-box;
          width: 165px; }
          section .meal .content .meal-box .item .tit-right:before {
            content: "";
            width: 1px;
            height: 97px;
            background-color: #c8c8c8;
            position: absolute;
            left: 0;
            top: -15px; }
          section .meal .content .meal-box .item .tit-right .flow {
            color: #333333;
            font-size: 18px;
            font-weight: bold;
            margin-bottom: 10px; }
          section .meal .content .meal-box .item .tit-right .average {
            color: #707a83;
            font-size: 16px; }
            section .meal .content .meal-box .item .tit-right .average span {
              color: #fa7821; }
        section .meal .content .meal-box .item .bg-img {
          position: absolute;
          right: 0;
          top: 0; }
          section .meal .content .meal-box .item .bg-img img {
            width: 282px;
            height: 158px; }
    section .meal .content .payment-box {
      width: 1200px;
      background-color: #ffffff;
      border: solid 1px #dddddd;
      margin: 24px auto 0;
      padding: 46px 43px;
      box-sizing: border-box;
      display: flex;
      align-items: center;
      justify-content: space-between; }
      section .meal .content .payment-box .left .ites {
        text-align: left;
        margin-bottom: 15px; }
        section .meal .content .payment-box .left .ites:nth-of-type(1) {
          margin-bottom: 25px; }
        section .meal .content .payment-box .left .ites:last-of-type {
          margin: 0; }
        section .meal .content .payment-box .left .ites .span1 {
          display: inline-block;
          color: #676767; }
        section .meal .content .payment-box .left .ites .span2 {
          display: inline-block;
          color: #3d3d3d; }
          section .meal .content .payment-box .left .ites .span2 .nus {
            color: #ed7934; }
        section .meal .content .payment-box .left .ites .span3 {
          color: #ed7934;
          font-size: 24px; }
          section .meal .content .payment-box .left .ites .span3 a {
            font-size: 14px; }
          section .meal .content .payment-box .left .ites .span3 span {
            position: relative;
            left: 20px;
            top: -5px;
            cursor: pointer;
            font-size: 14px;
            display: inline-block;
            width: 96px;
            height: 28px;
            border: solid 1px #dddddd;
            text-align: center;
            color: #999999; }
            section .meal .content .payment-box .left .ites .span3 span i {
              position: relative;
              top: 1px;
              margin-right: 3px; }
            section .meal .content .payment-box .left .ites .span3 span.act {
              border: solid 1px #3c7fff;
              color: #3c7fff; }
              section .meal .content .payment-box .left .ites .span3 span.act i {
                color: #3c7fff; }
      section .meal .content .payment-box .right .pay-btn {
        width: 120px;
        height: 35px;
        background-color: #fa7821;
        border-radius: 2px;
        cursor: pointer;
        line-height: 35px;
        text-align: center;
        color: #fff;
        font-size: 14px; }
section .block1 {
  padding: 99px 0 112px; }
  section .block1 h3 {
    color: #333000;
    font-size: 32px; }
  section .block1 h4 {
    color: #5e5e5e;
    font-size: 16px;
    margin-bottom: 35px; }
    section .block1 h4 a {
      width: 130px;
      height: 32px;
      background-color: #3c7fff;
      display: inline-block;
      color: #ffffff;
      font-size: 14px;
      margin-left: 14px;
      line-height: 32px; }
  section .block1 .content {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: center;
    -webkit-align-items: center; }
    section .block1 .content .item {
      width: 577px;
      height: 251px;
      box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.04);
      border: solid 1px #e7e6eb;
      box-sizing: border-box;
      text-align: left;
      background: url("../img/pay/contrast1.png") no-repeat left center;
      background-size: cover;
      padding: 51px 0 0 32px;
      cursor: pointer;
      -webkit-transition: 0.5s;
      -ms-transition: 0.5s;
      -moz-transition: 0.5s;
      transition: 0.5s; }
      section .block1 .content .item:hover {
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        -moz-transform: scale(1.05);
        transform: scale(1.05); }
      section .block1 .content .item:last-child {
        background: url("../img/pay/contrast2.png") no-repeat left center;
        background-size: cover; }
      section .block1 .content .item h5 {
        color: #232729;
        font-size: 22px;
        margin-bottom: 30px; }
      section .block1 .content .item .desc {
        position: relative;
        padding-left: 16px;
        font-size: 16px;
        color: #5e5e5e;
        line-height: 30px; }
        section .block1 .content .item .desc:after {
          position: absolute;
          left: 0;
          top: 11px;
          content: "";
          width: 6px;
          height: 6px;
          background-color: #3c7fff; }
section .block2 {
  background: #f1f2f7; }
  section .block2 .content2 {
    border: solid 1px #dddddd;
    text-align: left; }
    section .block2 .content2 .th {
      height: 44px;
      line-height: 44px;
      box-sizing: border-box;
      background-color: #f8f9ff;
      color: #333333;
      font-size: 16px;
      float: left; }
    section .block2 .content2 li {
      box-sizing: border-box;
      width: 1200px;
      border-bottom: 2px solid #f1f5fb; }
      section .block2 .content2 li:last-child {
        border-bottom: none; }
    section .block2 .content2 .td {
      height: 102px;
      padding-top: 30px;
      padding-right: 10px;
      line-height: 25px;
      box-sizing: border-box;
      background: #fff;
      float: left; }
    section .block2 .content2 .td1 {
      padding-left: 50px;
      width: 307px;
      border-right: 2px solid #f1f5fb; }
    section .block2 .content2 .td2 {
      padding-left: 22px;
      width: 470px;
      border-right: 2px solid #f1f5fb; }
      section .block2 .content2 .td2 span {
        font-weight: bold; }
    section .block2 .content2 .td3 {
      padding-left: 35px;
      width: 420px; }
    section .block2 .content2 .td5 {
      width: 420px;
      padding-left: 35px;
      background-color: #f8f9ff; }
    section .block2 .content2 .td6 {
      padding-top: 41px; }
    section .block2 .content2 .add-td {
      padding-left: 65px;
      text-align: left;
      position: relative; }
      section .block2 .content2 .add-td img {
        position: absolute;
        top: 47px;
        left: 22px; }
    section .block2 .content2 .add-tds {
      height: 225px; }
      section .block2 .content2 .add-tds img {
        top: 58px; }
      section .block2 .content2 .add-tds .img2 {
        top: 158px; }
      section .block2 .content2 .add-tds p {
        display: inline-block;
        text-align: left;
        width: 182px;
        position: relative;
        margin-left: 11px; }
        section .block2 .content2 .add-tds p:before {
          content: "";
          width: 6px;
          height: 6px;
          background-color: #3c7fff;
          position: absolute;
          left: -10px;
          top: 8px; }
section .block3 .content2 {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  margin-top: 20px; }
  section .block3 .content2 .left {
    width: 580px;
    height: 223px;
    border: solid 1px #dddddd;
    border-right: none;
    box-sizing: border-box;
    padding: 44px 0 0 35px;
    margin-left: 80px;
    margin-right: -24px; }
    section .block3 .content2 .left .deatil-info {
      display: flex;
      display: -webkit-flex;
      align-items: center;
      -webkit-align-items: center;
      flex-wrap: wrap;
      -webkit-flex-wrap: wrap; }
      section .block3 .content2 .left .deatil-info .item {
        width: 230px;
        margin-bottom: 24px;
        color: #333333;
        font-size: 16px;
        text-align: left; }
        section .block3 .content2 .left .deatil-info .item i {
          color: #3c7fff;
          margin-right: 15px;
          font-size: 18px; }
    section .block3 .content2 .left a {
      display: block;
      width: 150px;
      height: 32px;
      background-color: #3c7fff;
      line-height: 32px;
      color: #ffffff;
      font-size: 14px; }
  section .block3 .content2 .right {
    width: 534px;
    height: 310px;
    background: url("../img/pay/try_back.png") no-repeat left center;
    background-size: cover;
    position: relative; }
    section .block3 .content2 .right .code {
      display: flex;
      display: -webkit-flex;
      align-items: center;
      -webkit-align-items: center;
      justify-content: center;
      -webkit-justify-content: center;
      padding-top: 25px; }
      section .block3 .content2 .right .code .item {
        margin-right: 25px; }
        section .block3 .content2 .right .code .item:last-child {
          margin-right: 0; }
        section .block3 .content2 .right .code .item img {
          width: 108px; }
        section .block3 .content2 .right .code .item p {
          color: #333333;
          font-size: 14px;
          margin-top: 7px; }
    section .block3 .content2 .right .info {
      text-align: left;
      position: absolute;
      left: 75px;
      bottom: 46px; }
      section .block3 .content2 .right .info p {
        color: #333333;
        font-size: 14px; }
      section .block3 .content2 .right .info div {
        display: flex;
        display: -webkit-flex;
        margin-top: 15px; }
        section .block3 .content2 .right .info div p {
          margin-right: 25px; }
          section .block3 .content2 .right .info div p a {
            color: #3c7fff; }
section .block4 {
  width: 100%;
  height: 300px;
  background: url("../img/pay/idea_back.png") no-repeat left center;
  background-size: cover;
  box-sizing: border-box;
  padding-top: 60px; }
  section .block4 h4 {
    font-size: 32px;
    color: #ffffff;
    margin-bottom: 30px; }
  section .block4 .content {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between; }
    section .block4 .content .item {
      width: 220px;
      height: 89px;
      background-color: #ffffff;
      box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08);
      border-radius: 2px;
      border: solid 1px #f0f4f4;
      box-sizing: border-box;
      display: flex;
      display: -webkit-flex;
      align-items: center;
      justify-content: center;
      text-align: left;
      color: #202b46;
      font-size: 16px;
      line-height: 24px;
      cursor: pointer;
      -webkit-transition: 0.5s;
      -ms-transition: 0.5s;
      -moz-transition: 0.5s;
      transition: 0.5s; }
      section .block4 .content .item:hover {
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        -moz-transform: scale(1.05);
        transform: scale(1.05); }
      section .block4 .content .item img {
        margin-right: 10px; }
section .block5 {
  background: #f1f2f7;
  padding-top: 45px;
  padding-bottom: 30px;
  box-sizing: border-box; }
  section .block5 h4 {
    color: #5e5e5e;
    font-size: 16px;
    font-weight: normal; }
  section .block5 .h4 {
    margin-top: 30px;
    color: #333; }
  section .block5 .contents {
    display: inline-flex; }
    section .block5 .contents .item {
      width: 230px;
      height: 140px;
      background-color: #ffffff;
      text-align: left;
      padding: 27px 23px;
      box-sizing: border-box;
      margin: 0 6px;
      -webkit-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      section .block5 .contents .item:hover {
        -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        -moz-transform: translateY(-10px);
        transform: translateY(-10px); }
      section .block5 .contents .item h5 {
        color: #232729;
        font-weight: normal;
        font-size: 18px;
        margin: 10px 0 5px; }
      section .block5 .contents .item .desc {
        color: #777777;
        font-size: 14px; }
section .block6 {
  background: #fff;
  padding-top: 45px; }
  section .block6 h4 {
    color: #5e5e5e;
    font-size: 16px;
    font-weight: normal; }
  section .block6 .contents {
    width: 1000px;
    height: 251px;
    background-color: #ffffff;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.04);
    border: solid 1px #e7e6eb;
    position: relative; }
    section .block6 .contents img {
      position: absolute;
      right: 0;
      bottom: 0;
      width: 360px; }
    section .block6 .contents .left {
      float: left;
      margin: 98px 0 0 136px;
      color: #232729;
      font-size: 16px;
      position: relative; }
      section .block6 .contents .left:after {
        content: "";
        width: 1px;
        height: 80px;
        background-color: #cccccc;
        position: absolute;
        right: -71px;
        top: -9px; }
      section .block6 .contents .left span {
        font-size: 40px; }
    section .block6 .contents .right {
      float: left;
      margin: 90px 0 0 146px;
      text-align: left; }
      section .block6 .contents .right .p1 {
        color: #232729;
        font-size: 30px; }
      section .block6 .contents .right .p2 {
        color: #232729;
        font-size: 20px; }

.pay-modal {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(51, 51, 51, 0.5);
  z-index: 9999; }
  .pay-modal .modal-main {
    box-sizing: border-box;
    width: 352px;
    height: 414px;
    background: url("../img/pay/wx_bg.png") no-repeat;
    background-size: cover;
    padding: 35px 34px;
    position: fixed;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 4px; }
    .pay-modal .modal-main .close {
      position: absolute;
      right: 18px;
      top: 16px;
      cursor: pointer;
      font-size: 20px;
      width: 28px;
      height: 28px; }
    .pay-modal .modal-main h4 {
      font-size: 18px;
      color: #3c7fff;
      padding: 15px 0 10px;
      display: flex;
      align-items: center;
      justify-content: center; }
      .pay-modal .modal-main h4 img {
        margin-right: 10px;
        height: 28px;
        width: 32px; }
    .pay-modal .modal-main p {
      color: #3c7fff;
      font-size: 18px; }
    .pay-modal .modal-main .pay-type {
      text-align: left;
      color: #999999;
      margin-bottom: 15px; }
    .pay-modal .modal-main .sum {
      color: #ee6e6e;
      font-size: 34px;
      text-align: left; }
      .pay-modal .modal-main .sum .span1 {
        font-size: 14px;
        margin-right: 5px; }
    .pay-modal .modal-main .form-line {
      float: left;
      margin-bottom: 10px; }
      .pay-modal .modal-main .form-line label {
        display: block;
        box-sizing: border-box;
        height: 100%;
        position: relative;
        cursor: pointer; }
        .pay-modal .modal-main .form-line label.zfb span:before {
          content: url("../package/zfb.png");
          position: absolute;
          top: 10px;
          left: 29px; }
        .pay-modal .modal-main .form-line label.wx {
          margin-left: 15px; }
          .pay-modal .modal-main .form-line label.wx span:before {
            content: url("../package/wx.png");
            position: absolute;
            top: 12px;
            left: 18px; }
        .pay-modal .modal-main .form-line label input {
          display: none; }
          .pay-modal .modal-main .form-line label input:checked + span {
            border-color: #5367e3; }
        .pay-modal .modal-main .form-line label span {
          display: inline-block;
          width: 151px;
          height: 54px;
          border-radius: 4px;
          border: solid 1px #dddddd;
          position: relative; }
    .pay-modal .modal-main .btns {
      margin: 18px 0; }
      .pay-modal .modal-main .btns .pay {
        width: 318px;
        height: 50px;
        background-color: #5367e3;
        border-radius: 4px;
        display: inline-block;
        cursor: pointer;
        line-height: 50px;
        color: #fff;
        font-size: 18px; }
    .pay-modal .modal-main img {
      width: 240px; }

.area_dialog {
  height: 100%;
  width: 100%;
  position: fixed;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  z-index: 999;
  display: none; }
  .area_dialog > div {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%; }
    .area_dialog > div .dialog {
      width: 817px;
      height: auto;
      box-shadow: #888 0 8px 10px 3px;
      background: #fff;
      padding: 25px 30px;
      z-index: 100;
      box-sizing: border-box;
      border-radius: 10px; }
      .area_dialog > div .dialog .a_header {
        text-align: left;
        box-sizing: border-box;
        position: relative;
        display: flex;
        align-items: center;
        padding-bottom: 20px; }
        .area_dialog > div .dialog .a_header span {
          font-size: 19px;
          font-weight: bold; }
        .area_dialog > div .dialog .a_header div {
          margin-left: 20px;
          display: flex;
          align-items: center;
          border: 1px solid #3c7fff;
          width: 500px;
          height: 40px;
          line-height: 40px; }
          .area_dialog > div .dialog .a_header div input {
            flex: 1;
            border: none;
            outline: none;
            padding-left: 20px; }
          .area_dialog > div .dialog .a_header div button {
            background: #3c7fff;
            color: #FFF;
            border: none;
            width: 100px;
            outline: none; }
        .area_dialog > div .dialog .a_header i {
          margin-left: auto;
          color: #cdd1dd;
          font-size: 20px;
          cursor: pointer; }
      .area_dialog > div .dialog .list {
        height: 550px;
        overflow-y: auto;
        /*定义滚动条宽高及背景，宽高分别对应横竖滚动条的尺寸*/
        /*定义滚动条的轨道，内阴影及圆角*/
        /*定义滑块，内阴影及圆角*/ }
        .area_dialog > div .dialog .list::-webkit-scrollbar {
          width: 8px;
          height: 8px;
          background-color: #f5f5f5; }
        .area_dialog > div .dialog .list::-webkit-scrollbar-track {
          -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
          border-radius: 8px;
          background-color: #f5f5f5; }
        .area_dialog > div .dialog .list::-webkit-scrollbar-thumb {
          height: 20px;
          border-radius: 8px;
          background-color: #3c7fff; }
        .area_dialog > div .dialog .list .items {
          text-align: left; }
        .area_dialog > div .dialog .list p {
          font-size: 16px;
          background: #f7f8fb;
          padding: 10px 20px;
          text-align: left; }
        .area_dialog > div .dialog .list ul {
          margin-top: 10px;
          display: inline-block;
          width: 100%; }
          .area_dialog > div .dialog .list ul li {
            border: 1px solid #dddddd;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 15px;
            cursor: pointer;
            float: left;
            margin: 10px 0;
            padding: 5px 20px;
            margin-right: 20px; }
          .area_dialog > div .dialog .list ul .active {
            border: 1px solid #3c7fff;
            background: #eaf1ff; }
      .area_dialog > div .dialog .btn-foot {
        padding-top: 20px; }
        .area_dialog > div .dialog .btn-foot button {
          background: #3c7fff;
          color: #FFF;
          border: none;
          border-radius: 5px;
          width: 120px;
          height: 40px;
          outline: none; }

.paytop {
  height: 416px;
  background: url("../img/img_btnbanner.png") #f8fcfe no-repeat 50% 21px;
  background-size: 2176px 416px;
  position: relative; }
  .paytop .row {
    width: 1200px;
    margin: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    position: relative;
    padding-top: 72px;
    height: 344px;
    margin-right: 37%;
    background-repeat: no-repeat;
    background-position: center;
    text-align: left; }
    .paytop .row * {
      line-height: normal; }
    .paytop .row p {
      font-size: 20px;
      color: black;
      text-align: left; }
    .paytop .row .fti {
      color: #3c7fff;
      font-size: 16px;
      text-transform: uppercase;
      font-weight: 600; }
    .paytop .row .djs {
      margin-top: 50px;
      width: 365px;
      height: 60px;
      background: url("../img/pay/btn_daojishi.png") no-repeat;
      background-size: 100%;
      font-size: 40px;
      color: #2a2a2a;
      display: flex; }
      .paytop .row .djs span {
        display: block;
        font-family: 'YouSheBiaoTiHei';
        width: 45px;
        height: 50px;
        margin-right: 5px;
        text-align: center;
        font-style: oblique;
        color: #2a2a2a; }
        .paytop .row .djs span.ss1, .paytop .row .djs span.ss2 {
          color: #ff455b; }
        .paytop .row .djs span:nth-child(2n) {
          margin-right: 34px; }
        .paytop .row .djs span:nth-child(6) {
          margin-right: 0; }
  .paytop h1 {
    font-weight: bold;
    text-align: left;
    margin-bottom: 23px;
    margin-top: 8px;
    font-size: 56px;
    color: black; }
    .paytop h1 span {
      font-weight: bold;
      text-align: left;
      font-size: 56px;
      color: #3c7fff; }

.tc {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  width: 1200px;
  margin: auto;
  padding-top: 50px; }
  .tc .warp {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-start;
    margin: 0 10px;
    position: relative;
    top: 0;
    transition: 300ms; }
    .tc .warp.act {
      top: -50px; }
    .tc .warp .qt {
      width: 266px;
      height: 87px;
      top: -58px;
      left: -20px;
      position: absolute;
      object-fit: unset;
      transition: 300ms; }
  .tc .tc_div {
    border-radius: 8px;
    background-color: white;
    box-shadow: 0px 0px 20px 0px rgba(60, 127, 255, 0.1);
    width: 226px;
    height: 362px;
    padding: 45px 30px 27px 30px;
    display: block;
    box-sizing: border-box;
    transition: margin-top 0.3s ease;
    border: 2px solid #fff;
    position: relative; }
    .tc .tc_div .q {
      display: none;
      position: absolute;
      right: 11px;
      top: 0px; }
    .tc .tc_div:nth-of-type(1) .hdtcys {
      display: none;
      left: 57px; }
      .tc .tc_div:nth-of-type(1) .hdtcys .tcbc {
        margin-left: -58px; }
      .tc .tc_div:nth-of-type(1) .hdtcys .tczk {
        left: -12px;
        top: 12px; }
    .tc .tc_div:nth-of-type(2) .hdtcys .tczk {
      left: 79px;
      top: 18px; }
    .tc .tc_div:nth-of-type(2) .hdtcys .tczk_active {
      left: 58px;
      top: 9px; }
    .tc .tc_div:nth-of-type(3) .hdtcys .tczk {
      left: 79px;
      top: 18px; }
    .tc .tc_div:nth-of-type(3) .hdtcys .tczk_active {
      left: 58px;
      top: 9px; }
    .tc .tc_div:nth-of-type(4) .hdtcys .tczk {
      left: 78px; }
    .tc .tc_div:nth-of-type(4) .hdtcys .tczk_active {
      left: 57px;
      top: 8px; }
    .tc .tc_div:nth-of-type(5) .hdtcys .tczk {
      left: 78px; }
    .tc .tc_div:nth-of-type(5) .hdtcys .tczk_active {
      left: 57px;
      top: 8px; }
  .tc .hdtcys {
    position: absolute;
    z-index: -1;
    top: -48px;
    left: -22px; }
    .tc .hdtcys .tcbc_active, .tc .hdtcys .tczk_active {
      display: none; }
    .tc .hdtcys .tcbc, .tc .hdtcys .tczk {
      display: inline-block; }
    .tc .hdtcys .tczk {
      position: absolute;
      left: 70px;
      top: 16px; }
    .tc .hdtcys .tczk_active {
      position: absolute;
      left: 70px;
      top: 17px; }
    .tc .hdtcys .tcbc {
      margin-left: 20px; }
    .tc .hdtcys .tczk {
      position: absolute;
      left: 82px; }
  .tc .tc_p {
    margin: 0;
    text-align: left; }
  .tc .tc_p:nth-child(3) {
    font-size: 26px;
    font-weight: 600;
    color: #333;
    line-height: 1.2;
    margin-bottom: 23px;
    text-transform: uppercase; }
  .tc .tc_p:nth-child(4) {
    font-size: 16px;
    width: 100%;
    color: #333;
    line-height: 1.2;
    padding-bottom: 22px;
    border-bottom: 1px solid #ebf2ff; }
    .tc .tc_p:nth-child(4) span:first-child {
      font-size: 24px;
      color: #3c7fff;
      line-height: 1.2; }
    .tc .tc_p:nth-child(4) span:nth-child(2) {
      font-size: 40px;
      color: #3c7fff;
      line-height: 1.2; }
    .tc .tc_p:nth-child(4) p:nth-child(3) {
      font-size: 14px;
      color: rgba(0, 0, 0, 0.161);
      text-decoration: line-through;
      line-height: 1.2; }
  .tc .tc_p:nth-child(5) {
    font-size: 16px;
    color: #333;
    line-height: 1.2;
    margin-top: 20px; }
    .tc .tc_p:nth-child(5) p {
      margin-bottom: 8px; }
  .tc .tc_p:last-child {
    margin-top: 15px; }
    .tc .tc_p:last-child a {
      display: block;
      border-width: 2px;
      border-color: #3c7fff;
      border-style: solid;
      border-radius: 2px;
      width: 158px;
      height: 36px;
      color: #3c7fff;
      line-height: 36px;
      text-align: center; }
  .tc .active {
    border: 2px solid #3c7fff;
    box-shadow: 0px 0px 24px 0px rgba(60, 127, 255, 0.14); }
    .tc .active .tc_p:last-child a {
      border: 0;
      background: #3c7fff;
      color: white; }
    .tc .active .hdtcys {
      top: -61px; }
      .tc .active .hdtcys .tcbc_active, .tc .active .hdtcys .tczk_active {
        display: inline-block; }
      .tc .active .hdtcys .tcbc, .tc .active .hdtcys .tczk {
        display: none; }

.tc_js {
  width: 1200px;
  padding-top: 90px;
  margin: auto; }
  .tc_js h2 {
    font-size: 32px;
    color: #000;
    font-weight: 700; }
    .tc_js h2 span {
      color: #3c7fff; }
  .tc_js .fist_list, .tc_js .last_list {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between; }
    .tc_js .fist_list .item, .tc_js .last_list .item {
      width: 280px;
      display: flex;
      flex-direction: column;
      flex-wrap: nowrap;
      align-items: center;
      justify-content: flex-start;
      margin-top: 80px; }
      .tc_js .fist_list .item .icon, .tc_js .last_list .item .icon {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 120px;
        height: 120px;
        border-radius: 50%;
        background-color: #eaf2ff; }
      .tc_js .fist_list .item span, .tc_js .last_list .item span {
        margin-top: 30px;
        font-size: 14px;
        color: #333;
        font-weight: 400;
        line-height: 1.3;
        width: 230px; }

.tc_cj {
  background-color: #f8fafe;
  margin-top: 90px;
  padding-top: 70px;
  padding-bottom: 75px; }
  .tc_cj h2 {
    font-size: 32px;
    color: #000;
    font-weight: 700;
    margin-bottom: 13px; }
    .tc_cj h2 span {
      color: #3c7fff; }
    .tc_cj h2 ~ span {
      font-size: 18px;
      color: #5e5e5e; }

.tc_cj .layui-tab-brief > .layui-tab-title .layui-this {
  color: #3c7fff; }
  .tc_cj .layui-tab-brief > .layui-tab-title .layui-this .no {
    display: none; }
  .tc_cj .layui-tab-brief > .layui-tab-title .layui-this .yes {
    display: block; }
.tc_cj .layui-tab-brief > .layui-tab-more li.layui-this:after, .tc_cj .layui-tab-brief > .layui-tab-title .layui-this:after {
  border-bottom-color: #3c7fff; }
.tc_cj .layui-tab {
  width: 1200px;
  margin: auto;
  margin-top: 65px; }
  .tc_cj .layui-tab .layui-tab-title {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    height: auto; }
    .tc_cj .layui-tab .layui-tab-title li {
      width: 300px;
      display: flex;
      flex-direction: column;
      flex-wrap: nowrap;
      align-items: center;
      justify-content: space-between;
      font-size: 20px;
      padding-bottom: 40px; }
      .tc_cj .layui-tab .layui-tab-title li img {
        margin-bottom: 15px; }
      .tc_cj .layui-tab .layui-tab-title li .no {
        display: block; }
      .tc_cj .layui-tab .layui-tab-title li .yes {
        display: none; }
  .tc_cj .layui-tab .layui-tab-title .layui-this:after {
    height: 137px; }
  .tc_cj .layui-tab .layui-tab-content .layui-tab-item {
    font-size: 20px;
    height: 140px;
    text-align: center;
    line-height: 215px; }

.tc_jt {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box; }
  .tc_jt .tc_jt_left {
    border-radius: 10px;
    background-color: white;
    box-shadow: 0px 0px 24px 0px rgba(60, 127, 255, 0.14);
    width: 796px;
    height: 398px;
    padding: 45px 32px;
    box-sizing: border-box; }
    .tc_jt .tc_jt_left .tc_jt_left_title {
      font-size: 26px;
      border-bottom: 2px solid #ebf2ff;
      padding-bottom: 27px; }
    .tc_jt .tc_jt_left .layurow {
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
      justify-content: space-around;
      align-items: center; }
      .tc_jt .tc_jt_left .layurow .layui-col-md2 {
        float: none; }
    .tc_jt .tc_jt_left .lay2 {
      width: 140px; }
    .tc_jt .tc_jt_left .layui-col-space10 > * {
      padding: 0px; }
    .tc_jt .tc_jt_left 　* {
      margin: 0;
      padding: 0;
      border: 0;
      outline: 0; }
    .tc_jt .tc_jt_left ul,
    .tc_jt .tc_jt_left li {
      list-style: none; }
    .tc_jt .tc_jt_left a {
      text-decoration: none; }
    .tc_jt .tc_jt_left a:hover {
      cursor: pointer;
      text-decoration: none; }
    .tc_jt .tc_jt_left a:link {
      text-decoration: none; }
    .tc_jt .tc_jt_left img {
      vertical-align: middle; }
    .tc_jt .tc_jt_left .btn-numbox {
      height: 283px;
      margin: 0;
      padding: 0px;
      display: inline-block;
      width: 90%; }
    .tc_jt .tc_jt_left .btn-numbox .btn-numboxli {
      height: 42px;
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
      box-sizing: border-box;
      justify-content: center;
      align-items: center;
      background-color: white;
      color: #3c7fff;
      margin-bottom: 10px;
      border-radius: 10px;
      padding-right: 5px; }
      .tc_jt .tc_jt_left .btn-numbox .btn-numboxli .name {
        width: 62px;
        text-align: center; }
      .tc_jt .tc_jt_left .btn-numbox .btn-numboxli.yz {
        border: 1px solid #3c7fff;
        justify-content: space-between; }
        .tc_jt .tc_jt_left .btn-numbox .btn-numboxli.yz .count {
          display: flex;
          flex-direction: row;
          flex-wrap: nowrap;
          justify-content: space-between;
          align-items: center; }
      .tc_jt .tc_jt_left .btn-numbox .btn-numboxli.active {
        border: 0;
        background-color: #3c7fff;
        color: white;
        justify-content: space-between; }
        .tc_jt .tc_jt_left .btn-numbox .btn-numboxli.active .count {
          display: flex;
          flex-direction: row;
          flex-wrap: nowrap;
          justify-content: space-between;
          align-items: center; }
    .tc_jt .tc_jt_left .btn-numbox .btn-numboxli .number,
    .tc_jt .tc_jt_left .kucun {
      display: inline-block;
      font-size: 12px;
      color: #808080;
      vertical-align: sub; }
    .tc_jt .tc_jt_left .btn-numbox .count {
      display: none;
      border-radius: 11.5px;
      background-color: white;
      height: 23px; }
    .tc_jt .tc_jt_left .btn-numbox .count .num-jian,
    .tc_jt .tc_jt_left .input-num,
    .tc_jt .tc_jt_left .num-jia {
      display: inline-block;
      width: 23px;
      height: 24px;
      text-align: center;
      font-size: 16px;
      color: #333;
      cursor: pointer;
      user-select: none; }
    .tc_jt .tc_jt_left .btn-numbox .count .input-num {
      width: 18px;
      height: 23px;
      color: #5a93ff;
      border: 0; }
  .tc_jt .tc_jt_right {
    border-radius: 10px;
    background-color: white;
    box-shadow: 0px 0px 24px 0px rgba(60, 127, 255, 0.14);
    width: 240px;
    height: 398px;
    box-sizing: border-box;
    padding: 45px 22px; }
    .tc_jt .tc_jt_right p:first-child span:first-child {
      font-size: 26px;
      color: black; }
    .tc_jt .tc_jt_right p:first-child span:nth-child(2) {
      color: #5279c5;
      font-size: 12px; }
    .tc_jt .tc_jt_right p:first-child a {
      color: #22a5fe;
      font-size: 12px; }
    .tc_jt .tc_jt_right p:nth-child(2) {
      color: #3c7fff;
      border-bottom: 2px solid #ebf2ff;
      height: 97px;
      line-height: 97px; }
      .tc_jt .tc_jt_right p:nth-child(2) span:first-child {
        font-size: 20px; }
      .tc_jt .tc_jt_right p:nth-child(2) span:nth-child(2) {
        font-size: 36px; }
    .tc_jt .tc_jt_right p:nth-child(3) {
      color: #3c7fff;
      font-size: 14px;
      margin-top: 13px; }
    .tc_jt .tc_jt_right p:nth-child(4) {
      color: #3c7fff;
      text-align: center;
      margin-top: 100px; }
      .tc_jt .tc_jt_right p:nth-child(4) a {
        width: 100px;
        height: 40px;
        font-size: 14px;
        display: inline-block;
        border: 1px solid #3c7fff;
        color: #3c7fff;
        text-align: center;
        line-height: 40px; }

.dk {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  width: 1200px;
  margin: auto;
  padding-top: 50px; }
  .dk .dk_div {
    border-radius: 10px;
    background-color: white;
    box-shadow: 0px 0px 20px 0px rgba(60, 127, 255, 0.1);
    width: 280px;
    box-sizing: border-box;
    transition: margin-top 0.3s ease;
    padding: 3px;
    position: relative; }
    .dk .dk_div .linear {
      border-radius: 8px;
      height: 422px;
      box-sizing: border-box;
      padding: 35px 30px 27px 30px;
      background-color: white;
      display: flex;
      flex-direction: column;
      flex-wrap: nowrap;
      align-items: flex-start; }
    .dk .dk_div:last-child .hddkys {
      display: none; }
    .dk .dk_div .tptag {
      position: absolute;
      left: -13px;
      top: -65px;
      width: 300px;
      height: 83px; }
    .dk .dk_div .q {
      display: none; }
    .dk .dk_div .el-form-item {
      margin-bottom: 10px; }
    .dk .dk_div .el-input__inner {
      height: 30px;
      line-height: 30px; }
    .dk .dk_div .el-select .el-input.is-focus .el-input__inner {
      border-color: #3c7fff; }
    .dk .dk_div .el-select .el-input__inner:focus {
      border-color: #3c7fff; }
    .dk .dk_div .el-select-dropdown__item.selected {
      color: #3c7fff; }
    .dk .dk_div .dzdk {
      color: black; }
      .dk .dk_div .dzdk .el-form-item {
        margin-bottom: 17.5px; }
      .dk .dk_div .dzdk .el-form-item__content {
        line-height: 35px; }
      .dk .dk_div .dzdk .el-form-item__label {
        line-height: 35px; }
      .dk .dk_div .dzdk .el-form-item:last-child {
        margin-bottom: 10px; }
  .dk .hddkys {
    width: 75px;
    height: 24px;
    position: absolute;
    top: 40px;
    right: 30px;
    background-color: #fcefdb;
    border-radius: 12px;
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0px;
    color: #ff990f; }
  .dk .dk_p {
    margin: 0;
    text-align: left; }
  .dk .dk_p.title {
    font-size: 26px;
    font-weight: 600;
    color: #333;
    line-height: 1.2;
    margin-bottom: 23px;
    text-transform: uppercase; }
  .dk .dk_p.price {
    font-size: 16px;
    width: 100%;
    color: #333;
    line-height: 1.2;
    padding-bottom: 22px;
    border-bottom: 1px solid #ebf2ff; }
    .dk .dk_p.price span:first-child {
      font-size: 24px;
      color: #3c7fff;
      line-height: 1.2; }
    .dk .dk_p.price span:nth-child(2) {
      font-size: 40px;
      color: #3c7fff;
      line-height: 1.2; }
    .dk .dk_p.price p:nth-child(3) {
      font-size: 14px;
      color: rgba(0, 0, 0, 0.161);
      text-decoration: line-through;
      line-height: 1.2; }
  .dk .dk_p.config {
    font-size: 16px;
    color: #333;
    line-height: 1.2;
    margin-top: 20px; }
    .dk .dk_p.config p {
      margin-bottom: 8px; }
  .dk .dk_p:last-child {
    margin: auto;
    margin-top: 15px; }
    .dk .dk_p:last-child a {
      display: block;
      border-width: 2px;
      border-color: #3c7fff;
      border-style: solid;
      border-radius: 2px;
      width: 158px;
      height: 36px;
      color: #3c7fff;
      line-height: 36px;
      text-align: center; }
  .dk .active {
    background: #3c7fff;
    box-shadow: 0px 0px 24px rgba(172, 109, 255, 0.14);
    margin-top: -50px; }
    .dk .active .dk_p:last-child a {
      border: 0;
      background: #3c7fff;
      color: white; }

.un {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
 /* justify-content: space-between;*/
  width: 1280px;
  margin: auto;
  padding-top: 50px; }
  .un .warp {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-start;
    margin: 0 10px;
    position: relative;
    top: 0;
    transition: 300ms; }
    .un .warp.act {
      top: -50px; }
    .un .warp .un_div {
      border-radius: 8px;
      background-color: white;
      box-shadow: 0px 0px 20px 0px rgba(60, 127, 255, 0.08);
      width: 282px;
      height: 493px;
      padding: 45px 30px 27px 30px;
      display: block;
      box-sizing: border-box;
      transition: margin-top 0.3s ease;
      border: 2px solid #fff;
      position: relative; }
      .un .warp .un_div .q {
        display: none;
        position: absolute;
        right: 11px;
        top: 0px; }
      .un .warp .un_div .un-off {
        width: 75px;
        height: 24px;
        position: absolute;
        right: 32px;
        top: 48px;
        background-color: #fcefdb;
        border-radius: 12px;
        font-size: 16px;
        font-weight: bold;
        line-height: 24px;
        text-align: center;
        letter-spacing: 0px;
        color: #ff990f; }
      .un .warp .un_div .un_p {
        margin: 0;
        text-align: left; }
        .un .warp .un_div .un_p.un-title {
          font-size: 26px;
          font-weight: 600;
          color: #333;
          line-height: 1.2;
          margin-bottom: 23px;
          text-transform: uppercase;
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis; }
        .un .warp .un_div .un_p.un-now-price {
          font-size: 16px;
          width: 100%;
          color: #333;
          line-height: 1.2; }
          .un .warp .un_div .un_p.un-now-price span:first-child {
            font-size: 24px;
            color: #3c7fff;
            line-height: 1.2; }
          .un .warp .un_div .un_p.un-now-price span:nth-child(2) {
            font-size: 40px;
            color: #3c7fff;
            line-height: 1.2; }
        .un .warp .un_div .un_p.un-old-price {
          margin-top: 12px;
          font-size: 16px;
          color: rgba(0, 0, 0, 0.161);
          text-decoration: line-through;
          line-height: 1.2;
          padding-bottom: 23px;
          border-bottom: 1px solid #ebf2ff; }
        .un .warp .un_div .un_p.un-list {
          font-size: 14px;
          color: #333;
          line-height: 1.2;
          margin-top: 25px; }
          .un .warp .un_div .un_p.un-list p {
            margin-bottom: 8px; }
        .un .warp .un_div .un_p.un-btn {
          margin-top: 33px; }
          .un .warp .un_div .un_p.un-btn a {
            display: block;
            border-width: 2px;
            border-color: #3c7fff;
            border-style: solid;
            border-radius: 2px;
            width: 218px;
            height: 36px;
            color: #3c7fff;
            line-height: 36px;
            text-align: center;
            cursor: pointer; }
      .un .warp .un_div.active {
        border: 2px solid #3c7fff;
        box-shadow: 0px 0px 24px 0px rgba(60, 127, 255, 0.14); }
        .un .warp .un_div.active .un_p.un-btn a {
          border: 0;
          background: #3c7fff;
          color: white; }

.el-select-dropdown__item {
  height: 30px;
  line-height: 30px; }

.dk-isp {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  width: 1200px;
  margin: auto;
  padding-top: 50px; }
  .dk-isp .dk_div {
    border-radius: 8px;
    background-color: white;
    box-shadow: 0px 0px 20px 0px rgba(60, 127, 255, 0.1);
    width: 282px;
    height: 575px;
    padding: 30px 0px 0px 28px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-start;
    box-sizing: border-box;
    transition: margin-top 0.3s ease;
    border: 2px solid #fff;
    position: relative; }
    .dk-isp .dk_div .tptag {
      position: absolute;
      left: -13px;
      top: -65px;
      width: 300px;
      height: 83px; }
    .dk-isp .dk_div .q {
      display: none; }
    .dk-isp .dk_div .el-form-item {
      margin-bottom: 22px; }
    .dk-isp .dk_div .el-input__inner {
      height: 30px;
      line-height: 30px;
      border: 1px solid #C0C4CC;
      font-size: 14px; }
    .dk-isp .dk_div .el-select-dropdown__item {
      height: 30px;
      line-height: 30px; }
    .dk-isp .dk_div .numcss .el-input__inner {
      font-size: 16px; }
    .dk-isp .dk_div .el-form-item__label {
      font-size: 14px;
      color: #333333;
      font-weight: 600; }
    .dk-isp .dk_div .el-select .el-input.is-focus .el-input__inner {
      border-color: #3c7fff; }
    .dk-isp .dk_div .el-select .el-input__inner:focus {
      border-color: #3c7fff; }
    .dk-isp .dk_div .el-select-dropdown__item.selected {
      color: #3c7fff; }
    .dk-isp .dk_div .dzdk {
      color: black;
      width: 100%; }
      .dk-isp .dk_div .dzdk .el-form-item {
        margin-bottom: 22px; }
      .dk-isp .dk_div .dzdk .el-form-item__content {
        line-height: 40px;
        border-radius: 4px;
        padding-left: 18px;
        margin-right: 28px;
        margin-left: 60px !important;
        left: -20px; }
      .dk-isp .dk_div .dzdk .el-form-item__label {
        line-height: 40px; }
    .dk-isp .dk_div:nth-of-type(1) .hddkys {
      display: none;
      left: 57px; }
      .dk-isp .dk_div:nth-of-type(1) .hddkys .dkbc {
        margin-left: -58px; }
      .dk-isp .dk_div:nth-of-type(1) .hddkys .dkzk {
        left: -12px;
        top: 12px; }
    .dk-isp .dk_div:nth-of-type(2) .hddkys .dkzk {
      left: 79px;
      top: 18px; }
    .dk-isp .dk_div:nth-of-type(2) .hddkys .dkzk_active {
      left: 58px;
      top: 9px; }
    .dk-isp .dk_div:nth-of-type(3) .hddkys {
      display: none; }
    .dk-isp .dk_div:nth-of-type(3) .hddkys .dkzk {
      display: none;
      left: 79px;
      top: 18px; }
    .dk-isp .dk_div:nth-of-type(3) .hddkys .dkzk_active {
      left: 58px;
      top: 9px; }
    .dk-isp .dk_div:nth-of-type(4) .hddkys .dkzk {
      left: 78px; }
    .dk-isp .dk_div:nth-of-type(4) .hddkys .dkzk_active {
      left: 57px;
      top: 8px; }
    .dk-isp .dk_div:nth-of-type(5) .hddkys .dkzk {
      left: 78px; }
    .dk-isp .dk_div:nth-of-type(5) .hddkys .dkzk_active {
      left: 57px;
      top: 8px; }
  .dk-isp .hddkys {
    position: absolute;
    z-index: -1;
    top: -48px;
    left: -19px; }
    .dk-isp .hddkys .dkbc_active, .dk-isp .hddkys .dkzk_active {
      display: none; }
    .dk-isp .hddkys .dkbc, .dk-isp .hddkys .dkzk {
      display: inline-block; }
    .dk-isp .hddkys .dkzk {
      position: absolute;
      left: 70px;
      top: 16px; }
    .dk-isp .hddkys .dkzk_active {
      position: absolute;
      left: 70px;
      top: 17px; }
    .dk-isp .hddkys .dkbc {
      margin-left: 20px; }
    .dk-isp .hddkys .dkzk {
      position: absolute;
      left: 82px; }
  .dk-isp .dk_p {
    margin: 0;
    text-align: left; }
  .dk-isp .dk_p.title {
    font-size: 26px;
    font-weight: 600;
    color: #333;
    line-height: 1.2;
    margin-bottom: 23px;
    text-transform: uppercase; }
  .dk-isp .dk_p.price {
    width: 100%;
    color: #333;
    padding-bottom: 0px;
    font-size: 46px;
    color: #333333;
    line-height: 1.2; }
    .dk-isp .dk_p.price span:first-child {
      font-size: 24px;
      color: #3c7fff;
      line-height: 1.2; }
    .dk-isp .dk_p.price span:nth-child(2) {
      font-size: 40px;
      color: #3c7fff;
      line-height: 1.2; }
    .dk-isp .dk_p.price p:nth-child(3) {
      font-size: 14px;
      color: rgba(0, 0, 0, 0.161);
      text-decoration: line-through;
      line-height: 1.2; }
  .dk-isp .dk_p.config {
    font-size: 14px;
    color: #333;
    font-weight: 400;
    line-height: 1.2;
    margin-top: 17px;
    padding-right: 28px; }
    .dk-isp .dk_p.config p {
      margin-bottom: 8px; }
  .dk-isp .dk_p:nth-last-child(2) {
    width: 100%;
    margin-top: 1px;
    padding-right: 28px;
    box-sizing: border-box; }
    .dk-isp .dk_p:nth-last-child(2) a {
      margin: 0 auto;
      width: 153px;
      height: 36px;
      display: block;
      border-width: 2px;
      border-color: #3c7fff;
      border-style: solid;
      border-radius: 2px;
      color: #3c7fff;
      line-height: 36px;
      text-align: center;
      font-size: 14px;
      font-weight: 600;
      border-radius: 4px; }
  .dk-isp .tc_p5 {
    margin-top: 23px;
    padding-top: 30px;
    font-size: 14px;
    color: black;
    line-height: 1.2;
    text-align: left;
    font-weight: 400;
    width: 100%;
    position: relative; }
    .dk-isp .tc_p5 p {
      margin-bottom: 22px; }
    .dk-isp .tc_p5::before {
      content: ' ';
      height: 1px;
      width: 218px;
      background-color: #ebf2ff;
      display: block;
      position: absolute;
      top: 0px; }
  .dk-isp .active {
    border: 2px solid #3c7fff;
    box-shadow: 0px 0px 24px 0px rgba(60, 127, 255, 0.14);
    margin-top: -50px; }
    .dk-isp .active .dk_p:nth-last-child(2) a {
      border: 0;
      background: #3c7fff;
      color: white;
      border-radius: 4px;
      background-color: #3c7fff; }
    .dk-isp .active .hddkys {
      top: -48px; }

.tc_ln {
  padding-top: 73px;
  padding-bottom: 120px; }
  .tc_ln h2 {
    font-size: 32px;
    color: #333333;
    font-weight: 600; }
  .tc_ln span {
    font-size: 20px;
    color: #333333; }
  .tc_ln .tc_ln_div {
    display: flex;
    width: 1200px;
    margin: auto;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-top: 66px; }
    .tc_ln .tc_ln_div div {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: space-between;
      height: 185px; }

.mengceng {
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.3);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center; }
  .mengceng .zfct {
    height: 683px;
    width: 540px;
    box-sizing: border-box; }
    .mengceng .zfct .zfct_top {
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
      justify-content: flex-start;
      align-items: flex-end; }
      .mengceng .zfct .zfct_top div {
        padding: 0 40px;
        display: flex;
        flex-direction: row;
        align-items: center;
        flex-wrap: nowrap;
        justify-content: center;
        box-sizing: border-box; }
        .mengceng .zfct .zfct_top div span {
          font-size: 16px;
          color: #d3d6dc;
          font-weight: bold;
          margin-left: 15px; }
      .mengceng .zfct .zfct_top .zfct_zfb {
        background-color: #f8fafe;
        width: 261px;
        height: 52px;
        font-size: 16px;
        color: #d3d6dc;
        font-weight: bold;
        border-top-left-radius: 4px; }
        .mengceng .zfct .zfct_top .zfct_zfb.active {
          background-color: #3876ed;
          box-shadow: 9px 0px 10px 0px rgba(56, 118, 237, 0.18);
          width: 260px;
          height: 64px;
          z-index: 999;
          border-top-left-radius: 4px;
          border-top-right-radius: 4px; }
          .mengceng .zfct .zfct_top .zfct_zfb.active span {
            font-size: 20px;
            color: #fefefe; }
      .mengceng .zfct .zfct_top .zfct_wx {
        background-color: #f8fafe;
        width: 261px;
        height: 52px;
        font-size: 16px;
        color: #d3d6dc;
        font-weight: bold;
        border-top-right-radius: 4px; }
        .mengceng .zfct .zfct_top .zfct_wx.active {
          width: 260px;
          height: 64px;
          z-index: 999;
          border-top-left-radius: 4px;
          border-top-right-radius: 4px;
          background-color: #09bb07;
          box-shadow: -9px 0px 10px 0px rgba(56, 118, 237, 0.11); }
          .mengceng .zfct .zfct_top .zfct_wx.active span {
            font-size: 20px;
            color: #fefefe; }
      .mengceng .zfct .zfct_top .zfct_zfbjt {
        background-color: #f8fafe;
        width: 259px;
        height: 52px;
        font-size: 16px;
        color: #d3d6dc;
        font-weight: bold;
        border-top-left-radius: 4px; }
        .mengceng .zfct .zfct_top .zfct_zfbjt.active {
          background-color: #3876ed;
          box-shadow: 9px 0px 10px 0px rgba(56, 118, 237, 0.18);
          height: 64px;
          z-index: 999;
          border-top-left-radius: 4px;
          border-top-right-radius: 4px; }
          .mengceng .zfct .zfct_top .zfct_zfbjt.active span {
            font-size: 20px;
            color: #fefefe; }
      .mengceng .zfct .zfct_top .zfct_wxjt {
        background-color: #f8fafe;
        width: 260px;
        height: 52px;
        font-size: 16px;
        color: #d3d6dc;
        font-weight: bold;
        border-top-right-radius: 4px; }
        .mengceng .zfct .zfct_top .zfct_wxjt.active {
          height: 64px;
          z-index: 999;
          border-top-left-radius: 4px;
          border-top-right-radius: 4px;
          background-color: #09bb07;
          box-shadow: -9px 0px 10px 0px rgba(56, 118, 237, 0.11); }
          .mengceng .zfct .zfct_top .zfct_wxjt.active span {
            font-size: 20px;
            color: #fefefe; }
    .mengceng .zfct .zfct_bottom {
      background-color: white;
      width: 521px;
      height: 550px;
      padding: 40px 15px;
      box-sizing: border-box;
      text-align: left;
      display: flex;
      flex-direction: column;
      flex-wrap: nowrap;
      justify-content: space-between;
      align-items: flex-start;
      box-shadow: 0px -5px 16px 0px rgba(56, 118, 237, 0.18);
      z-index: 998;
      position: relative; }
    .mengceng .zfct .xztc {
      font-size: 20px;
      color: rgba(0, 0, 0, 0.502);
      font-weight: bold; }
    .mengceng .zfct .jigtc {
      font-size: 24px;
      text-transform: uppercase;
      color: #333;
      font-weight: bold; }
    .mengceng .zfct .sangep {
      font-size: 16px;
      color: #333;
      font-weight: bold;
      line-height: 1.2;
      display: flex;
      max-width: 100%;
      min-width: 280px;
      flex-direction: row;
      flex-wrap: nowrap;
      justify-content: space-between;
      align-items: center; }
      .mengceng .zfct .sangep p {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: space-between;
        align-items: center;
        margin-right: 10px; }
        .mengceng .zfct .sangep p img {
          margin-right: 10px; }
    .mengceng .zfct .ddje {
      font-size: 20px;
      color: rgba(0, 0, 0, 0.502);
      font-weight: bold;
      line-height: 1.2; }
    .mengceng .zfct .jine {
      font-weight: bold;
      color: #333;
      font-size: 16px; }
      .mengceng .zfct .jine span {
        font-size: 12px;
        color: rgba(0, 0, 0, 0.372);
        font-weight: bold; }
      .mengceng .zfct .jine span:nth-child(2) {
        font-size: 26px;
        color: #3876ed;
        font-weight: bold; }
      .mengceng .zfct .jine span:nth-child(3) {
        font-size: 40px;
        color: #3876ed; }
      .mengceng .zfct .jine .bluuu {
        color: #3876ed; }
    .mengceng .zfct .smzf {
      font-size: 20px;
      color: rgba(0, 0, 0, 0.502);
      font-weight: bold;
      margin-bottom: 15px; }
    .mengceng .zfct .saom {
      width: 100%;
      margin-top: 20px; }
    .mengceng .zfct .smk {
      border-radius: 4px;
      background-color: #f8fafe;
      height: 176px;
      width: 100%;
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
      align-items: flex-end;
      justify-content: flex-start;
      padding-bottom: 20px;
      box-sizing: border-box; }
      .mengceng .zfct .smk p {
        text-align: left; }
    .mengceng .zfct .tozf {
      width: 100%; }
    .mengceng .zfct .tozfff {
      border-radius: 4px;
      background-color: #3876ed;
      cursor: pointer;
      height: 44px;
      display: block;
      color: white;
      width: 100%;
      text-align: center;
      font-size: 24px;
      color: white;
      line-height: 44px; }
    .mengceng .zfct .tsw p:first-child {
      color: #3876ed;
      font-size: 12px;
      font-weight: 600; }
    .mengceng .zfct .tsw p:last-child {
      color: #333;
      font-size: 12px;
      font-weight: 300; }
    .mengceng .zfct.jtzftc .zfct_bottom {
      width: 519px; }

.tooo {
  cursor: pointer; }
  .tooo.dis {
    cursor: not-allowed;
    background-color: #ccc !important;
    color: #5c5c5c !important;
    border: 0px !important; }

.dktooo {
  cursor: pointer; }
  .dktooo.dis {
    cursor: not-allowed;
    background-color: #ccc !important;
    color: #5c5c5c !important;
    border: 0px !important; }

#qrcode {
  margin-left: 20px;
  margin-right: 20px;
  background: white;
  padding: 14px; }

#wxpay_qrcod {
  width: 135px;
  height: 135px;
  padding-left: 20px;
  padding-right: 20px; }

.tc_jt_right {
  border-radius: 10px;
  background-color: white;
  box-shadow: 0px 0px 24px 0px rgba(60, 127, 255, 0.14);
  width: 260px;
  height: 398px;
  box-sizing: border-box;
  padding: 45px 22px;
  margin-left: 50px; }
  .tc_jt_right .yue {
    font-size: 24px;
    font-weight: bolder; }
  .tc_jt_right .p2 {
    padding-bottom: 30px;
    margin-top: 50px;
    border-bottom: 1px solid #2758b6; }
  .tc_jt_right .p3 {
    font-size: 12px;
    margin-top: 15px;
    color: #2758b6; }
  .tc_jt_right .r1 {
    font-size: 18px;
    color: #3c7fff; }
  .tc_jt_right .r2 {
    font-size: 42px;
    color: #3c7fff; }
  .tc_jt_right a {
    font-size: 14px;
    display: inline-block;
    color: #3c7fff; }
  .tc_jt_right .p4 {
    width: 100px;
    height: 40px;
    font-size: 14px;
    border: 1px solid #3c7fff;
    color: #3c7fff;
    text-align: center;
    line-height: 40px;
    margin: 0 auto;
    margin-top: 80px;
    cursor: pointer; }
    .tc_jt_right .p4 a {
      width: 100%; }
    .tc_jt_right .p4:hover {
      background-color: #3c7fff; }
      .tc_jt_right .p4:hover a {
        color: #fff; }

.bigbox {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap; }
  .bigbox .b1s {
    left: 27%; }
  .bigbox .b2s {
    text-align: left;
    font-size: 0.7rem;
    font-weight: bolder;
    margin-top: 0.3rem;
    margin-bottom: 0.55rem;
    padding-left: 4px; }
  .bigbox .b12 {
    font-size: 18px;
    font-weight: bolder;
    padding-left: 12px; }
  .bigbox .areaBox {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin: 0 auto;
    flex-wrap: wrap; }
    .bigbox .areaBox .numBoxcolor {
      display: block;
      border-radius: 5px;
      background: #fff; }

.areaItem {
  padding: 0 0.2rem;
  width: 136px;
  height: 42px;
  font-size: 0.22rem;
  border: 1px solid #fff;
  border-radius: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  color: #000;
  font-size: 15px; }
  .areaItem .numBox {
    display: none;
    cursor: pointer; }
  .areaItem:hover {
    background: #fff;
    border: 1px solid #3c7fff;
    color: #3c7fff !important;
    border: 1px solid #3c7fff;
    justify-content: center; }
    .areaItem:hover .numBox {
      display: block;
      border-radius: 5px;
      background: none; }
    .areaItem:hover .el-input--mini .el-input__inner {
      height: 22px;
      line-height: 22px;
      border: none; }
    .areaItem:hover .el-input-number--mini {
      width: 70px;
      background: #fff;
      border-radius: 5px;
      line-height: 22px;
      border: none; }
    .areaItem:hover .el-input-number--mini .el-input-number__decrease,
    .areaItem:hover .el-input-number--mini .el-input-number__increase {
      width: 15px;
      border-right: 0;
      background: none;
      line-height: 22px; }
    .areaItem:hover .el-input-number--mini .el-input__inner {
      padding-left: 15px;
      padding-right: 15px;
      background: none;
      line-height: 22px; }
    .areaItem:hover .el-input-number__increase {
      width: 15px;
      border-left: 0;
      background: none;
      line-height: 22px; }
    .areaItem:hover .name {
      margin-right: 0.2rem;
      color: #3c7fff; }

.areaItemcolor {
  background: #3c7fff;
  justify-content: center;
  color: #fff; }
  .areaItemcolor .numBox {
    display: block !important;
    cursor: pointer; }
    .areaItemcolor .numBox .el-input--mini .el-input__inner {
      height: 22px;
      line-height: 22px; }
    .areaItemcolor .numBox .el-input-number--mini {
      width: 60px;
      background: #fff;
      border-radius: 5px;
      line-height: 22px;
      border-radius: 15px; }
    .areaItemcolor .numBox .el-input-number--mini .el-input-number__decrease,
    .areaItemcolor .numBox .el-input-number--mini .el-input-number__increase {
      width: 15px;
      border-right: 0;
      background: none;
      line-height: 22px; }
    .areaItemcolor .numBox .el-input-number--mini .el-input__inner {
      padding-left: 15px;
      padding-right: 15px;
      background: none;
      line-height: 22px;
      border-radius: 15px; }
    .areaItemcolor .numBox .el-input-number__increase {
      width: 15px;
      border-left: 0;
      background: none;
      line-height: 22px; }
  .areaItemcolor .name {
    margin-right: 0.2rem; }

.nodewrap {
  margin-top: 10px;
  margin-bottom: 10px;
  width: 100%;
  max-height: 200px;
  overflow-y: scroll;
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap; }
  .nodewrap::-webkit-scrollbar {
    width: 6px;
    height: 1px; }
  .nodewrap::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #3876ed; }
  .nodewrap img {
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 100px;
    margin-right: 10px; }

.rbox {
  width: 138px;
  display: inline-block;
  height: 48px;
  border: 1px solid #ccc;
  border-radius: 5px;
  margin-right: 8px;
  display: flex;
  align-items: center;
  margin-top: 10px;
  padding-left: 8px; }

.jtmengceng {
  top: -100%; }

@media (min-width: 2176px) {
  .mmc {
    width: 100%;
    max-width: 2176px;
    height: 377px;
    margin: auto;
    position: absolute;
    left: calc(50% - 1088px);
    top: 0px;
    margin-top: 73px; }

  .fmc {
    background-image: linear-gradient(to right, #f8fcfe 0%, transparent);
    pointer-events: none;
    position: absolute;
    top: 0;
    left: -1px;
    height: 100%;
    width: calc(50% - 888px); }

  .tmc {
    background-image: linear-gradient(to left, #f8fcfe 0%, transparent);
    pointer-events: none;
    position: absolute;
    top: 0;
    height: 100%;
    width: calc(50% - 888px);
    right: -1px; } }
.iptyp .el-input.is-disabled .el-input__inner {
  background-color: #FFF;
  color: #606266;
  border: 1px solid #DCDFE6; }
.iptyp .el-input__suffix {
  display: none; }
