* {
    margin: 0;
    padding: 0;
  }
  ul,
  li {
    list-style: none;
  }
  a {
    text-decoration: none;
  }
  .qp-w {
    width: 1200px;
    margin: 0 auto;
  }
  .qp-header {
    min-height: 120px;
  }
  .qp-nav-area {
    background-color: #325cea;
  }
  .qp-nav-area a {
    text-decoration: none;
  }
  .qp-nav-area .nav-ul {
    display: flex;
  }
  .qp-nav-area li a {
    display: flex;
    padding: 0 40px;
    height: 38px;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    font-size: 18px;
  }
  .qp-nav-area li.selected {
    background-color: #8fa6f4;
  }
  .qp-nav-area li:hover {
    background-color: #4973ff;
  }
  .qp-banner-pic img {
    width: 100%;
  }
  .qp-step-group {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 0 40px;
  }
  .qp-step-group .g-tit {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    border-bottom: 5px solid #e71224;
  }
  .qp-step-group .g-tit .gold-icon {
    width: 25px;
    height: 25px;
    background-image: url(../image/icon_gold.png);
    background-size: 100%;
    margin: 0 5px 3px;
  }
  .qp-step-group .g-tit .money-bag-icon {
    width: 40px;
    height: 40px;
    background-image: url(../image/icon_money_bag.png);
    background-size: 100%;
  }
  .qp-step-group .g-tit strong {
    font-size: 30px;
    color: #3c3c3c;
    font-weight: 400;
  }
  .qp-step-group .g-con {
    padding: 20px 0;
  }
  .qp-step-group .g-con .text {
    text-align: center;
    line-height: 1.6;
    font-size: 24px;
    color: #2d2d2d;
    font-weight: 400;
  }
  .qp-step-group .g-con .text.align-left {
    text-align: left;
  }
  .qp-step-group .step-list {
    display: flex;
    padding: 20px 0;
  }
  .qp-step-group .step-list .step-item {
    width: 240px;
    height: 160px;
    border: 1px solid #fd6f01;
    background-color: #fdf8f5;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
  }
  .qp-step-group .step-list .num {
    width: 30px;
    height: 30px;
    background-color: #dc121e;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #fff;
    flex-shrink: 0;
  }
  .qp-step-group .step-list .text {
    font-size: 16px;
    margin: 10px 18px 0;
  }
  .qp-step-group .step-list .text .red {
    color: #e7141a;
  }
  .qp-step-group .step-list .arrow-item {
    padding: 0 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
  }
  .qp-step-group .step-list .arrow-item .evIcon {
    font-size: 50px;
    margin: 0 10px;
  }
  .qp-step-group .step-list .arrow-item .evIcon:first-child {
    color: rgba(252, 239, 238, 0.5);
  }
  .qp-step-group .step-list .arrow-item .evIcon:last-child {
    color: #fcefee;
  }
  .qp-step-btn-box {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px 0 5px;
    flex-direction: column;
  }
  .qp-step-btn-box .btns {
    width: 200px;
    height: 70px;
    background-color: #e7141b;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    border-radius: 25px;
    margin-bottom: 10px;
    cursor: pointer;
    box-shadow: 1px 3px 0 #91090b;
    text-decoration: none;
  }
  .qp-xy-text {
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .qp-xy-text .radio {
    display: flex;
    align-items: center;
    cursor: pointer;
    color: #636363;
  }
  .qp-xy-text .radio .evIcon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15px;
    height: 15px;
    border: 1px solid #eee;
    border-radius: 3px;
    margin-right: 5px;
    font-size: 12px;
    color: transparent;
    transition: all 0.2s ease;
  }
  .qp-xy-text .radio .evIcon::before {
    transition: all 0.2s ease;
    transform: scale(0);
  }
  .qp-xy-text .radio input[type="checkbox"] {
    display: none;
  }
  .qp-xy-text .radio input[type="checkbox"]:checked + .evIcon {
    color: #fff;
    background-color: #e7141b;
    border-color: #e7141b;
  }
  .qp-xy-text .radio input[type="checkbox"]:checked + .evIcon::before {
    transform: scale(1);
  }
  .qp-xy-text .link-text {
    color: #4067EB;
    cursor: pointer;
  }
  .qp-user-info-area {
    background-color: #fef8f8;
    width: 588px;
    height: 127px;
    margin: 36px auto;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .qp-user-info-area .my-info {
    flex-shrink: 0;
    display: flex;
    width: 50%;
    align-items: center;
    justify-content: center;
    border-right: 1px solid #f8b3b6;
    margin-right: 38px;
  }
  .qp-user-info-area .pic {
    width: 75px;
    height: 75px;
    border-radius: 50%;
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .qp-user-info-area .pic img {
    max-width: 100%;
    max-height: 100%;
  }
  .qp-user-info-area .prop {
    display: flex;
    flex-direction: column;
  }
  .qp-user-info-area .prop .name {
    font-size: 16px;
    margin-bottom: 8px;
  }
  .qp-user-info-area .prop a {
    color: #ea141c;
    text-decoration: none;
    font-size: 14px;
  }
  .qp-user-info-area .my-gold {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    position: relative;
  }
  .qp-user-info-area .my-gold .tit {
    color: #333333;
    font-size: 14px;
  }
  .qp-user-info-area .my-gold .num {
    font-size: 30px;
    color: #e7141a;
  }
  .qp-user-info-area .my-gold .gz {
    position: absolute;
    right: 10px;
    bottom: 10px;
    color: #646462;
    font-size: 14px;
  }
  .qp-user-info-area .my-gold .gz .evIcon {
    font-size: 12px;
  }
  .qp-popup {
    z-index: 1000;
    display: flex;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.1);
    align-items: center;
    justify-content: center;
    display: none;
  }
  .qp-popup.show {
    display: flex;
  }
  .qp-popup .s-popup {
    background-color: #fff;
    display: flex;
    flex-direction: column;
    position: relative;
    border: 1px solid #d9d6d8;
    border-radius: 5px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  }
  .qp-popup .close-btn {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 30px;
    cursor: pointer;
    color: #888;
    transition: all 0.4s ease;
  }
  .qp-popup .close-btn:hover {
    transform: rotate(180deg);
  }
  .qp-popup .success-popup {
    align-items: center;
  }
  .qp-popup .success-popup .s-tip {
    display: flex;
    align-items: center;
    padding: 30px 0 15px;
  }
  .qp-popup .success-popup .s-tip .evIcon-tick-6 {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #0fc802;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    margin-right: 10px;
  }
  .qp-popup .success-popup .s-tip strong {
    font-size: 30px;
    font-weight: 400;
    color: #333333;
  }
  .qp-popup .success-popup .gray-tip {
    color: #666666;
    font-size: 14px;
  }
  .qp-popup .success-popup .red-tip {
    color: #e7141a;
    font-size: 24px;
    padding: 20px 0 10px;
  }
  .qp-popup .success-popup .text-btn {
    display: flex;
    padding: 30px 0 20px;
  }
  .qp-popup .success-popup .text-btn .btn {
    color: #666666;
    font-size: 14px;
    cursor: pointer;
    text-decoration: none;
    padding: 0 20px;
    line-height: 1;
  }
  .qp-popup .success-popup .text-btn .btn:hover {
    color: #2957eb;
  }
  .qp-popup .success-popup .text-btn .btn-1 {
    border-right: 1px solid #bcbcbc;
  }
  .qp-popup .success-popup .text-btn .btn-3 {
    color: #e7141a;
  }
  .qp-rule-popup {
    z-index: 1000;
    display: flex;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.1);
    align-items: center;
    justify-content: center;
    display: none;
  }
  .qp-rule-popup.show {
    display: flex;
  }
  .qp-rule-popup .popup-i {
    width: 560px;
    border: 1px solid #d9d7d8;
    background-color: #faf8f9;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  }
  .qp-rule-popup .p-tit {
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    border-bottom: 1px solid #d9d7d8;
    color: #333333;
    background-color: #fff;
  }
  .qp-rule-popup .p-con {
    padding: 20px;
    font-size: 14px;
    color: #6A6A6A;
    line-height: 1.7;
  }
  .qp-rule-popup .p-btn {
    display: flex;
    justify-content: center;
    padding: 20px 0 0;
  }
  .qp-rule-popup .p-btn span {
    width: 100px;
    height: 36px;
    background-color: #335CEA;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    cursor: pointer;
  }
  .qp-buy-nav-list .nav-list {
    display: flex;
    margin: 0 -20px;
    flex-wrap: wrap;
  }
  .qp-buy-nav-list .nav-list li {
    margin: 5px 20px;
  }
  .qp-buy-nav-list .nav-list li a {
    display: flex;
    border: 1px solid #dddddf;
    height: 55px;
    align-items: center;
    padding: 0 20px;
    border-radius: 10px;
    color: #333333;
    transition: all 0.4s ease;
    font-size: 16px;
  }
  .qp-buy-nav-list .nav-list li a:hover {
    border-color: #a8b5ea;
    color: #325de8;
    box-shadow: 0 0 15px rgba(50, 93, 232, 0.2);
  }
  .qp-pagination {
    display: flex;
    justify-content: center;
    padding: 20px 0;
  }