.d-flex {
  display: flex; }

.flex-ai-center {
  align-items: center; }

.flex-jc-center {
  justify-content: center; }

.flex-jc-between {
  justify-content: space-between; }

h1 {
  text-align: center;
  font-size: 40px;
  font-family: Ubuntu-Bold, Ubuntu;
  font-weight: bold;
  color: #042040;
  line-height: 40px;
  padding-top: 60px;
  margin-bottom: 20px; }
  h1 span {
    color: #FF8822; }

h5 {
  font-size: 20px;
  font-family: Open Sans-Regular, Open Sans;
  font-weight: 400;
  color: #55687D;
  line-height: 20px;
  text-align: center;
  margin-top: 20px; }

.h-classify {
  display: flex;
  align-items: center;
  justify-content: center; }
  .h-classify .li {
    display: flex;
    align-items: center;
    margin-left: 25px; }
    .h-classify .li:nth-of-type(1) {
      margin-left: 0; }
    .h-classify .li p {
      font-size: 16px;
      font-family: Open Sans-Regular, Open Sans;
      color: #55687D;
      line-height: 16px;
      margin-left: 5px; }

.coupon-box {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 60px; }
  .coupon-box input {
    width: 310px;
    height: 40px;
    border-radius: 2px;
    border: 1px solid #e6e5ea;
    padding: 0 20px;
    margin-right: 10px; }
    .coupon-box input:focus {
      border: 1px solid #4687ff; }
  .coupon-box .cou-btn {
    width: 105px;
    height: 40px;
    line-height: 38px;
    border-radius: 2px;
    text-align: center;
    background-color: transparent;
    color: #4687ff;
    opacity: .25;
    border: 1px solid rgba(199, 206, 218, 0.25);
    cursor: pointer; }
    .coupon-box .cou-btn.active {
      color: #383c43;
      background-color: transparent;
      opacity: 1;
      border: 1px solid #c7ceda; }
      .coupon-box .cou-btn.active:hover {
        color: #fff;
        background-color: #4687ff; }

.agrment {
  position: relative;
  top: -46px;
  display: flex;
  justify-content: center;
  font-size: 14px;
  font-weight: 500;
  font-family: Poppins,Helvetica,sans-serif; }
  .agrment a {
    color: #009ef7;
    margin-left: 4px; }
  .agrment label {
    width: 20px;
    height: 20px;
    margin-right: 7px;
    cursor: pointer; }
    .agrment label input:checked + span {
      background-color: #009ef7;
      border: 1px solid #009ef7;
      background-image: url("../img/index/gou1.png");
      background-repeat: no-repeat;
      background-position: center; }
    .agrment label span {
      display: inline-block;
      width: 100%;
      height: 100%;
      border-radius: 6px;
      border: 1px solid #eff2f5; }

.pay-list-box {
  position: relative; }
  .pay-list-box .paybg-l {
    position: absolute;
    left: 0;
    top: 277px;
    z-index: -1; }
  .pay-list-box .paybg-r {
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1; }

.paylist-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
  background-color: #EFEFEF;
  border-radius: 59px;
  padding: 5px; }
  .paylist-nav .nav-li {
    min-width: 190px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 0 20px;
    font-size: 16px;
    font-family: Open Sans-SemiBold, Open Sans;
    color: #042040;
    border-radius: 72px;
    position: relative;
    margin-right: 5px; }
    .paylist-nav .nav-li:nth-last-of-type(1) {
      margin-right: 0; }
    .paylist-nav .nav-li .corner-mark {
      position: absolute;
      right: 0;
      transform: translateX(-4px);
      top: -19px;
      padding: 0 6px;
      background-color: #FF8822;
      height: 25px;
      line-height: 25px;
      font-size: 14px;
      font-family: Open Sans-Regular, Open Sans;
      font-weight: 400;
      color: #FFFFFF;
      z-index: 22; }
      .paylist-nav .nav-li .corner-mark::after {
        content: '';
        display: block;
        position: absolute;
        bottom: -4px;
        left: 0;
        width: 7px;
        height: 4px;
        background-repeat: no-repeat;
        background-position: center;
        background-image: url("../img/index/jiaobiao.png"); }
    .paylist-nav .nav-li.active {
      background-color: #FFFFFF;
      color: #0E6FDE; }

.free-box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-top: 60px;
  padding-bottom: 170px; }
  .free-box .txt .tit {
    max-width: 679px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    .free-box .txt .tit .tit-l {
      max-width: 404px;
      text-align: left;
      margin-right: 44px; }
      .free-box .txt .tit .tit-l > h6 {
        font-size: 44px;
        font-family: Ubuntu-Bold, Ubuntu;
        font-weight: bold;
        color: #042040;
        line-height: 62px; }
        .free-box .txt .tit .tit-l > h6 span {
          color: #0E6FDE; }
      .free-box .txt .tit .tit-l > p {
        font-size: 18px;
        font-family: Open Sans-Regular, Open Sans;
        font-weight: 400;
        color: #55687D;
        line-height: 29px;
        margin-top: 10px;
        margin-bottom: 30px; }
      .free-box .txt .tit .tit-l > .tit-btn {
        display: block;
        width: 206px;
        height: 53px;
        line-height: 53px;
        background-color: #0E6FDE;
        border-radius: 2px;
        font-size: 18px;
        font-family: Open Sans-SemiBold, Open Sans;
        font-weight: 600;
        text-align: center;
        color: #FFFFFF; }
  .free-box .txt .ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    max-width: 704px;
    margin-top: 30px; }
    .free-box .txt .ul .li {
      width: 352px;
      display: flex;
      align-items: center;
      margin-bottom: 15px; }
      .free-box .txt .ul .li:nth-last-of-type(1), .free-box .txt .ul .li:nth-last-of-type(2) {
        margin-bottom: 0; }
      .free-box .txt .ul .li > img {
        width: 26px;
        height: 26px;
        margin-right: 6px; }
      .free-box .txt .ul .li > p {
        font-size: 18px;
        font-family: Open Sans-Regular, Open Sans;
        font-weight: 400;
        color: #55687D;
        line-height: 21px; }
  .free-box .free-r {
    position: relative; }
    .free-box .free-r::after {
      content: '';
      display: block;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      left: -59px;
      width: 370px;
      height: 442px;
      background-color: #ECEEF8;
      border-radius: 4px; }
    .free-box .free-r .freer-cont {
      width: 390px;
      height: 514px;
      padding-top: 19px;
      padding-left: 34px;
      padding-right: 34px;
      background-color: #1C7BEE;
      box-shadow: 0px 4px 30px 1px rgba(0, 54, 130, 0.17);
      border-radius: 4px 4px 4px 4px;
      border: 6px solid #096FE4;
      z-index: 1;
      position: relative; }
      .free-box .free-r .freer-cont > h4 {
        font-size: 20px;
        font-family: Ubuntu-Medium, Ubuntu;
        color: #FFFFFF;
        line-height: 23px; }
      .free-box .free-r .freer-cont > h6 {
        font-size: 16px;
        font-family: Open Sans-Regular, Open Sans;
        color: #D3E7FF;
        line-height: 26px;
        margin-top: 10px;
        margin-bottom: 10px; }
      .free-box .free-r .freer-cont .free-mony {
        font-size: 70px;
        font-family: Ubuntu-Bold, Ubuntu;
        font-weight: bold;
        color: #FFFFFF;
        line-height: 70px;
        margin-top: 30px;
        margin-bottom: 33px; }
        .free-box .free-r .freer-cont .free-mony span {
          font-size: 20px;
          font-family: Open Sans-Regular, Open Sans;
          font-weight: 400;
          color: #FFFFFF;
          line-height: 20px; }
      .free-box .free-r .freer-cont .li {
        display: flex;
        align-items: center;
        margin-bottom: 12px; }
        .free-box .free-r .freer-cont .li:nth-last-of-type(1) {
          margin-bottom: 0; }
        .free-box .free-r .freer-cont .li i {
          width: 18px;
          height: 18px;
          background-image: url("../img/index/icon_click.png");
          background-repeat: no-repeat;
          background-position: center;
          margin-right: 5px; }
        .free-box .free-r .freer-cont .li span {
          font-size: 16px;
          font-family: Open Sans-Regular, Open Sans;
          font-weight: 400;
          color: #FFFFFF;
          line-height: 19px; }
      .free-box .free-r .freer-cont .r-btn {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 55px;
        background-color: #FFFFFF;
        border-radius: 4px;
        font-size: 18px;
        font-family: Open Sans-SemiBold, Open Sans;
        color: #0E6FDE;
        line-height: 21px;
        margin-top: 40px; }

#pay_cont_a {
  position: relative;
  top: -67px; }

.paycont_sect {
  background-color: #F9F9FA; }


.left-model {
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #F8FAFF;
  z-index: 999999;
  display: none; }
  .left-model.show {
    display: block;
    animation: wap_pop_show linear .2s; }
  .left-model .mwp-head {
    padding: 0 17px;
    height: 66px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative; }
    .left-model .mwp-head .logo img {
      max-height: 40px; }
    .left-model .mwp-head .line {
      width: calc(100% - 34px);
      height: 1px;
      background: #E5EEFE;
      position: absolute;
      bottom: 0; }
  .left-model .lm-top {
    padding-top: 20px; }
    .left-model .lm-top .li {
      height: 50px;
      padding: 0 20px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      font-size: 14px;
      font-weight: 500;
      color: #181C32;
      line-height: 14px; }
      .left-model .lm-top .li .icontxt {
        display: flex;
        align-items: center; }
        .left-model .lm-top .li .icontxt p {
          font-size: 14px;
          font-weight: 500;
          color: #181C32;
          line-height: 14px; }
  .left-model .lm-bom-box {
    position: absolute;
    bottom: 50px;
    left: 0;
    padding: 0 20px;
    width: 100%; }
    .left-model .lm-bom-box .lm-bom {
      display: block;
      width: 100%;
      height: 42px;
      line-height: 42px;
      background: #009EF7;
      font-size: 14px;
      font-weight: 500;
      color: #FFFFFF;
      border-radius: 4px;
      text-align: center;
      margin-top: 14px; }
      .left-model .lm-bom-box .lm-bom.lm-bom1 {
        height: 42px;
        color: #009EF7;
        background: #F0FAFF;
        border: 1px solid #009EF7; }

.lecooken {
  width: 1210px;
  height: 65px;
  position: fixed;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #FFFFFF;
  box-shadow: 0px 4px 30px 1px rgba(0, 54, 130, 0.15);
  border-radius: 4px;
  border: 1px solid #E5E6ED;
  padding: 0 20px;
  z-index: 999; }
  .lecooken .txt {
    font-size: 14px;
    font-family: Open Sans-Regular, Open Sans;
    color: #042040;
    line-height: 16px; }
    .lecooken .txt a {
      color: #FF8822; }
  .lecooken .btn {
    height: 35px;
    background-color: #FF8822;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 30px;
    font-size: 14px;
    font-family: Open Sans-Regular, Open Sans;
    color: #FFFFFF;
    line-height: 16px;
    cursor: pointer; }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes wap_pop_show {
  0% {
    opacity: 0;
    width: 0;
    height: 0; }
  50% {
    opacity: 1;
    width: 50%;
    height: 50%; }
  100% {
    opacity: 1;
    width: 100%;
    height: 100%; } }
@keyframes up-down {
  0% {
    transform: translateY(20px); }
  50% {
    transform: translateY(0px); }
  100% {
    transform: translateY(20px); } }
