@charset "UTF-8";
.price-container .submit-blue:hover {
  opacity: 0.9;
}
.price-container .banner {
  margin-top: 80px;
  background: url(/v2/assets/images/price/banner_bg.png?v=20230515) no-repeat center center;
  background-size: 100% 100%;
  height: 630px;
}
.price-container .banner .banner-inner {
  padding-top: 90px;
}
.price-container .banner .banner-inner .content {
  display: flex;
  justify-content: space-between;
}
.price-container .banner .banner-inner .content .content-left {
  background: url(/v2/assets/images/price/left.png?v=20230515) no-repeat center center;
  background-size: 100% 100%;
  width: 641px;
  height: auto;
  padding: 20px 25px 30px;
}
.price-container .banner .banner-inner .content .content-left .title-text {
  display: flex;
  width: 150px;
  font-size: 18px;
  color: #333333;
  font-weight: 600;
}
.price-container .banner .banner-inner .content .content-left .serial {
  width: 23px;
  height: 23px;
  text-align: center;
  line-height: 23px;
  margin-right: 8px;
  border-radius: 50%;
  font-size: 15px;
  background: #ECECEC;
  color: #666;
}
.price-container .banner .banner-inner .content .content-left .active2 {
  background: #0e357f;
  color: #ffffff;
}
.price-container .banner .banner-inner .content .content-left .idea-alive .product-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 15px;
}
.price-container .banner .banner-inner .content .content-left .idea-alive .product-list .item {
  display: flex;
  align-items: center;
  width: calc((100% - 30px) / 3);
  padding-left: 10px;
  height: 48px;
  margin-right: 15px;
  margin-bottom: 10px;
  background: #FFFFFF;
  border-radius: 8px;
  border: 1px solid #ECECEC;
  cursor: pointer;
}
.price-container .banner .banner-inner .content .content-left .idea-alive .product-list .item:nth-of-type(3n) {
  margin-right: 0;
}
.price-container .banner .banner-inner .content .content-left .idea-alive .product-list .item .icon {
  width: 15px;
  height: auto;
}
.price-container .banner .banner-inner .content .content-left .idea-alive .product-list .item span {
  margin-left: 5px;
}
.price-container .banner .banner-inner .content .content-left .idea-alive .product-list .item.active {
  border: 1px solid #0E357F;
  box-shadow: 0px 3px 6px 1px rgba(14, 53, 127, 0.31);
}
.price-container .banner .banner-inner .content .content-left .ipt-wrap.not-editable .title-text,
.price-container .banner .banner-inner .content .content-left .select-wrap.not-editable .title-text {
  color: #999999;
  font-weight: 400;
}
.price-container .banner .banner-inner .content .content-left .ipt-wrap {
  display: flex;
  align-items: center;
  padding: 10px 0;
}
.price-container .banner .banner-inner .content .content-left .ipt-wrap .ipt {
  height: 40px;
  background: #FFFFFF;
  border-radius: 8px;
  border: 1px solid #79a6f8;
  color: #333333;
}
.price-container .banner .banner-inner .content .content-left .ipt-wrap.not-editable .ipt {
  border: 1px solid #ECECEC;
  color: #999999;
}
.price-container .banner .banner-inner .content .content-left .select-wrap {
  display: flex;
  align-items: center;
  margin-top: 10px;
}
.price-container .banner .banner-inner .content .content-left .select-wrap .select-box {
  position: relative;
  width: 100%;
}
.price-container .banner .banner-inner .content .content-left .select-wrap .select-box .pull {
  position: absolute;
  bottom: 15px;
  right: 10px;
  transition: all 0.3s ease-in-out;
}
.price-container .banner .banner-inner .content .content-left .select-wrap .select-box .select-item {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  width: 100%;
  height: 40px;
  padding-left: 10px;
  background: #FFFFFF;
  border-radius: 8px;
  border: 1px solid #ECECEC;
}
.price-container .banner .banner-inner .content .content-left .select-wrap .select-box:hover .pull {
  transform: rotate(180deg);
}
.price-container .banner .banner-inner .content .content-left .btn-wrap {
  display: flex;
  justify-content: center;
  padding-top: 30px;
}
.price-container .banner .banner-inner .content .content-left .submit-btn {
  width: 364px;
  height: 48px;
  background: #E60012;
  border-radius: 8px;
  border: none;
  font-size: 18px;
  font-weight: 600;
  color: #FFFFFF;
  cursor: pointer;
}
.price-container .banner .banner-inner .content .content-left .submit-btn:disabled {
  background: #F06671;
  cursor: not-allowed;
}
.price-container .banner .banner-inner .content .content-right {
  background: url(/v2/assets/images/price/right.png?v=20230515) no-repeat center center;
  background-size: 100% 100%;
  width: calc(100% - 681px);
  height: auto;
  padding: 60px 50px;
}
.price-container .banner .banner-inner .content .content-right .title-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 20px;
  border-bottom: 1px solid #ECECEC;
}
.price-container .banner .banner-inner .content .content-right .title-wrap .title-text {
  font-size: 20px;
  font-weight: 600;
}
.price-container .banner .banner-inner .content .content-right .title-wrap .title-text img {
  margin-left: 6px;
}
.price-container .banner .banner-inner .content .content-right .title-wrap .tax {
  font-size: 15px;
  color: #999999;
}
.price-container .banner .banner-inner .content .content-right .order {
  padding-top: 20px;
}
.price-container .banner .banner-inner .content .content-right .order .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 20px;
}
.price-container .banner .banner-inner .content .content-right .order .item:nth-of-type(1) span, .price-container .banner .banner-inner .content .content-right .order .item:nth-of-type(3) span {
  font-size: 16px;
  font-weight: 600;
}
.price-container .banner .banner-inner .content .content-right .order .item:nth-of-type(2) span {
  font-size: 14px;
}
.price-container .banner .banner-inner .content .content-right .order .item:nth-of-type(2) span:nth-child(2) {
  color: #ff8400;
}
.price-container .banner .banner-inner .content .content-right .order .item:nth-of-type(3) span:nth-child(2) {
  color: #e60012;
}
.price-container .banner .banner-inner .content .content-right .order .btn-wrap {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
.price-container .banner .banner-inner .content .content-right .order .btn-wrap a {
  width: 441px;
  line-height: 48px;
  font-size: 18px;
}
.price-container .security-secrecy {
  padding-top: 50px;
}
.price-container .security-secrecy-item {
  display: flex;
  align-items: center;
  padding: 40px 20px;
  margin-top: 30px;
  background: #ffffff;
  border-radius: 20px;
  border: 1px solid #ececec;
  transition: all 0.1s;
}
.price-container .security-secrecy-item:hover {
  box-shadow: 0px 2px 16px 0px #dfe6f0;
}
.price-container .security-secrecy-item .pic {
  width: 367px;
  height: auto;
  margin-right: 40px;
}
.price-container .security-secrecy-item .content-wrap {
  flex: 1;
}
.price-container .security-secrecy-item .content-wrap h5 {
  padding-bottom: 28px;
  font-size: 20px;
  font-weight: 600;
}
.price-container .security-secrecy-item .content-wrap p {
  color: #666666;
  line-height: 2;
}
.price-container .price-shade {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
}
.price-container .price-shade .price-dialog {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 80px 60px 70px;
  background: #FFFFFF;
  border-radius: 10px;
  z-index: 999;
}
.price-container .price-shade .price-dialog .close {
  position: absolute;
  top: -70px;
  right: -50px;
  padding: 10px;
  font-size: 22px;
  color: #999999;
  cursor: pointer;
}
.price-container .price-shade .price-dialog .close:hover {
  color: #0E357F;
}
.price-container .price-shade .price-dialog .price-list {
  display: flex;
}
.price-container .price-shade .price-dialog .price-list .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-right: 30px;
  width: 206px;
  height: 239px;
  background: #F8F8F8;
  border-radius: 4px;
  cursor: pointer;
}
.price-container .price-shade .price-dialog .price-list .item:last-child {
  margin-right: 0;
}
.price-container .price-shade .price-dialog .price-list .item:hover {
  border: 1px solid #0E357F;
  box-shadow: 0px 3px 6px 1px rgba(14, 53, 127, 0.31);
}
.price-container .price-shade .price-dialog .price-list .item .name {
  padding: 30px 0 20px;
  font-size: 20px;
  font-weight: bold;
}
.price-container .price-shade .price-dialog .price-list .item .price {
  font-size: 16px;
  color: #666666;
}
.price-container .price-shade .price-dialog .price-list .item .price font {
  font-size: 26px;
  color: #e60012;
}
.price-container .price-shade .price-dialog .price-list .item .price font span {
  font-size: 16px;
}

@media screen and (min-width: 992px) {
  .layui-col-md6 {
    width: 100% !important;
  }
}
/***** 付款与发票 *****/
.payment-box .banner,
.invoice-box .banner {
  width: 100%;
  height: 500px;
  background: url(/v2/assets/images/price/payment-invoice/banner.png) no-repeat;
  background-size: 100% 100%;
  margin-top: 137px;
  box-shadow: 0 5px 5px rgba(125, 125, 47, 0.08);
}

.payment-box .method {
  background: #00084D;
  padding: 40px 0;
}
.payment-box .method .title-text {
  color: #FFFFFF;
}
.payment-box .method-list {
  display: flex;
  margin-top: 30px;
}
.payment-box .method-list .bank {
  display: flex;
  width: 575px;
  padding: 40px 30px;
  margin-right: 20px;
  background: #F6F8FB;
  border-radius: 10px;
}
.payment-box .method-list .box {
  flex: 1;
}
.payment-box .method-list .box .online,
.payment-box .method-list .box .prestore {
  display: flex;
  padding: 40px 30px;
  background: #F6F8FB;
  border-radius: 10px;
}
.payment-box .method-list .pic {
  width: 49px;
  height: 49px;
  margin-right: 25px;
}
.payment-box .method-list .text {
  flex: 1;
}
.payment-box .method-list .text h5 {
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: 600;
}
.payment-box .method-list .text p {
  line-height: 32px;
  margin-bottom: 20px;
}
.payment-box .method-list .text .blue {
  line-height: 36px;
  font-size: 18px;
  font-weight: 600;
  color: #0E357F;
}
.payment-box .method-list .text .icons {
  display: flex;
  justify-content: end;
}
.payment-box .method-list .text .icons img:nth-of-type(2) {
  margin: 0 22px;
}
.payment-box .method-list .text .btn {
  display: flex;
  justify-content: end;
}
.payment-box .method-list .text .orange-bg {
  width: 130px;
  height: 44px;
  line-height: 44px;
  border-radius: 22px;
}
.payment-box .refund {
  margin: 50px 0 70px;
}
.payment-box .refund .box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: auto;
  padding: 30px 80px 20px;
  margin-top: 30px;
  background: #EFF2FD;
}
.payment-box .refund .box p {
  width: 660px;
  line-height: 44px;
  font-size: 22px;
}
.payment-box .refund .box .pic {
  width: 298px;
  height: 176px;
}
.payment-box .refund .Sop {
  display: flex;
  justify-content: center;
  align-items: end;
  margin-top: 30px;
}
.payment-box .refund .Sop .item {
  width: 170px;
  text-align: center;
}
.payment-box .refund .Sop .item .pic {
  width: 46px;
  height: auto;
  margin: 0 auto 25px;
}
.payment-box .refund .Sop .item p {
  font-size: 22px;
}
.payment-box .refund .Sop .item p font {
  margin-right: 5px;
}
.payment-box .refund .Sop .arrow {
  margin: 0 30px 5px 10px;
}

.invoice-box .reimbursement {
  padding: 40px 0;
  background: #00084D;
}
.invoice-box .reimbursement .title-text {
  color: #FFFFFF;
}
.invoice-box .reimbursement .box {
  display: flex;
  align-items: center;
  padding: 30px 80px 30px 20px;
  margin-top: 30px;
  background: #F4F5F9;
}
.invoice-box .reimbursement .box .pic {
  width: 246px;
  margin-right: 30px;
}
.invoice-box .reimbursement .box .text {
  flex: 1;
}
.invoice-box .reimbursement .box .text h4 {
  font-size: 24px;
  font-weight: 600;
}
.invoice-box .reimbursement .box .text p {
  margin-top: 18px;
  line-height: 22px;
}
.invoice-box .issue-items {
  padding: 40px 0 50px;
  background: #F4F5F9;
}
.invoice-box .issue-items-list {
  display: flex;
  margin-top: 30px;
}
.invoice-box .issue-items-list .item {
  width: calc((100% - 35px) / 6);
  margin-right: 7px;
  background: #FFFFFF;
  box-shadow: 0px 3px 6px 1px rgba(35, 77, 154, 0.24);
  border-radius: 30px;
}
.invoice-box .issue-items-list .item .head {
  margin: 14px 7px 0;
  height: 65px;
  line-height: 65px;
  text-align: center;
  border-radius: 45px;
  font-size: 18px;
  font-weight: 600;
  color: #FFFFFF;
}
.invoice-box .issue-items-list .item:nth-of-type(1) .head {
  background: #578FDA;
}
.invoice-box .issue-items-list .item:nth-of-type(2) .head {
  background: #29B8C9;
}
.invoice-box .issue-items-list .item:nth-of-type(3) .head {
  background: #646BFA;
}
.invoice-box .issue-items-list .item:nth-of-type(4) .head {
  background: #FC83A2;
}
.invoice-box .issue-items-list .item:nth-of-type(5) .head {
  background: #E8A520;
}
.invoice-box .issue-items-list .item:nth-of-type(6) .head {
  background: #B78FE8;
}
.invoice-box .issue-items-list .item li {
  height: 56px;
  line-height: 56px;
  text-align: center;
  background: #FFFFFF;
}
.invoice-box .issue-items-list .item li:nth-of-type(2n) {
  background: #F2F8FF;
}
.invoice-box .issue-items-list .item li:last-child {
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
}
.invoice-box .reopen {
  background: #FFFFFF;
  padding: 50px 0;
}
.invoice-box .reopen .box {
  width: 100%;
  height: 187px;
  line-height: 187px;
  text-align: center;
  background: url(/v2/assets/images/price/payment-invoice/reopen.png) no-repeat;
  background-size: 100% 100%;
  margin-top: 30px;
  font-size: 26px;
  font-weight: 600;
}

/***** 预存款充值 *****/
.switch-tabs {
  display: flex;
  align-items: center;
}
.switch-tabs a {
  flex: 1;
  display: block;
  height: 78px;
  line-height: 73px;
  text-align: center;
  border-right: 1px solid #0E357F;
  font-size: 20px;
}
.switch-tabs a.active {
  border-bottom: 5px solid #0E357F;
  color: #0E357F;
  font-weight: 600;
}
.switch-tabs a:last-child {
  border-right: 0;
}

.prestore-box .banner {
  width: 100%;
  height: 500px;
  margin-top: 137px;
  background: #FFFFF9;
  box-shadow: 0 5px 5px rgba(125, 125, 47, 0.08);
}
.prestore-box .banner-inner {
  display: flex;
  align-items: end;
}
.prestore-box .banner-inner .text {
  padding-top: 85px;
}
.prestore-box .banner-inner .text h2 {
  font-size: 44px;
  font-weight: bold;
  color: #0E357F;
}
.prestore-box .banner-inner .text h6 {
  margin: 40px 0 10px;
  font-size: 26px;
  font-weight: 600;
}
.prestore-box .banner-inner .text p {
  line-height: 46px;
  font-size: 26px;
  color: #666666;
}
.prestore-box .banner-inner .text p img {
  margin-right: 8px;
}
.prestore-box .banner-inner .pic {
  width: 465px;
  height: 319px;
}
.prestore-box .recharge {
  padding: 40px 0;
  background: #00084D;
}
.prestore-box .recharge .gifts {
  padding: 30px;
  background: #FFFFFF;
  border-radius: 4px;
}
.prestore-box .recharge .gifts .heading-box {
  width: 100%;
  text-align: center;
  padding: 13px 0;
  background: #002E83;
  border-radius: 4px 0 0 4px;
  font-size: 20px;
  color: #FFFFFF;
}
.prestore-box .recharge .gifts .heading-box span {
  margin-left: 10px;
  font-size: 16px;
  opacity: 0.9;
}
.prestore-box .recharge .gifts table {
  width: 100%;
  font-size: 20px;
}
.prestore-box .recharge .gifts table .spacing {
  padding: 0 10px 0 50px;
}
.prestore-box .recharge .gifts table th {
  text-align: left;
  height: 70px;
  font-size: 18px;
  font-weight: normal;
}
.prestore-box .recharge .gifts table th .or {
  display: inline-block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  background: #333333;
  border-radius: 50%;
  color: #FFFFFF;
}
.prestore-box .recharge .gifts table td {
  height: 60px;
  font-size: 20px;
}
.prestore-box .recharge .gifts table td .line {
  display: inline-block;
  width: 100%;
  height: 1px;
  border-top: 1px dashed #cccccc;
}
.prestore-box .recharge .gifts .btn {
  display: block;
  width: 285px;
  height: 66px;
  line-height: 66px;
  margin: 30px auto 0;
  text-align: center;
  background: #0E357F;
  border-radius: 4px;
  font-size: 20px;
  color: #FFFFFF;
}
.prestore-box .recharge .gifts .btn:hover {
  opacity: 0.8;
}
.prestore-box .recharge .notes {
  margin: 30px 0 0 10px;
  color: #FFFFFF;
}
.prestore-box .recharge .notes p {
  margin-bottom: 10px;
}