<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.el-dialog__headerbtn {
  display: none;
}
.order_new_box {
  width: 100%;
  box-sizing: border-box;
  padding: 0 12px 12px;
  background: #f6f6f6;
  box-shadow: 0px 6px 32px 4px rgba(0, 0, 0, 0.08);
  border-radius: 12px;
  user-select: none;
}
.order_new_box .el-dialog__headerbtn {
  font-size: 18px !important;
}
.order_new_box .el-dialog__headerbtn:hover {
  color: #909399 !important;
}
.order_new_box .order_new_title {
  position: relative;
  width: 100%;
  height: 64px;
  line-height: 64px !important;
  font-family: PingFang SC;
  font-size: 17px;
  font-weight: 600;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0px;
  color: rgba(0, 0, 0, 0.88);
}
.order_new_box .order_new_title .close {
  position: absolute;
  right: 4px;
  top: 20px;
  width: 24px;
  height: 24px;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.4);
}
.order_new_box .plan_info_box {
  width: 100%;
  border-radius: 12px;
  box-sizing: border-box;
  padding: 12px 12px 0 12px;
  background: rgba(255, 255, 255, 0.88);
  margin-bottom: 12px;
}
.order_new_box .plan_info_box .plan_title {
  display: flex;
  margin-bottom: 12px;
}
.order_new_box .plan_info_box .plan_title .plan_img {
  width: 80px;
  height: 60px;
  border-radius: 8px;
  margin-right: 12px;
}
.order_new_box .plan_info_box .plan_title .title_text {
  display: flex;
  flex-direction: column;
  justify-content: start;
}
.order_new_box .plan_info_box .plan_title .title_text .text_name {
  font-family: PingFang SC;
  font-size: 17px;
  font-weight: 600;
  line-height: normal;
  color: rgba(0, 0, 0, 0.88);
  width: 266px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 4px;
}
.order_new_box .plan_info_box .plan_title .title_text .text_id {
  font-family: PingFang SC;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.64);
  margin-top: 8px;
}
.order_new_box .plan_info_box .origin_download_price {
  width: 100%;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: PingFang SC;
  font-size: 14px;
  font-weight: normal;
  line-height: normal;
  color: rgba(0, 0, 0, 0.88);
}
.order_new_box .plan_info_box .origin_download_price .origin_download_price_num {
  font-family: PingFang SC;
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0px;
  color: rgba(0, 0, 0, 0.88);
}
.order_new_box .plan_info_box .origin_download_price .vip_cut {
  font-family: PingFang SC;
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
  color: #ff2300;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.order_new_box .plan_info_box .origin_download_price .vip_cut .selected_icon {
  width: 16px;
  height: 16px;
  margin-left: 4px;
}
.order_new_box .plan_info_box .origin_download_price .vip_cut .selected_icon2 {
  color: rgba(0, 0, 0, 0.4);
}
.order_new_box .plan_info_box .origin_download_price .vip_cut .selected_icon3 {
  color: rgba(0, 0, 0, 0.24);
  cursor: no-drop;
}
.order_new_box .plan_info_box .origin_download_price .free_download_box {
  font-family: PingFang SC;
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0px;
  color: #ff2300;
  display: flex;
  align-items: center;
  cursor: pointer;
  position: relative;
}
.order_new_box .plan_info_box .origin_download_price .free_download_box .list {
  display: flex;
  align-items: center;
}
.order_new_box .plan_info_box .origin_download_price .free_download_box .coupon_box {
  position: absolute;
  right: 0;
  top: 25px;
  z-index: 1;
  box-shadow: 0 6px 32px 4px rgba(0, 0, 0, 0.12);
  background-color: #fff;
  padding: 4px;
  border-radius: 8px;
  min-width: 200px;
  max-width: 140px;
  max-height: 230px;
  overflow-y: auto;
}
.order_new_box .plan_info_box .origin_download_price .free_download_box .coupon_box .coupon_item {
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  white-space: nowrap;
  height: 36px;
  padding: 0 6px;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.88);
}
.order_new_box .plan_info_box .origin_download_price .free_download_box .coupon_box .coupon_item .name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.order_new_box .plan_info_box .origin_download_price .free_download_box .coupon_box .coupon_item svg {
  width: 20px;
  height: 20px;
}
.order_new_box .plan_info_box .origin_download_price .free_download_box .coupon_box .coupon_item:hover {
  background: rgba(0, 0, 0, 0.04);
}
.order_new_box .plan_info_box .origin_download_price .free_download_box .free_download_card {
  height: 17px;
  border-radius: 4px;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0px 4px;
  background: #ffe000;
  font-family: PingFang SC;
  font-size: 12px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0em;
  font-variation-settings: "opsz" auto;
  color: rgba(0, 0, 0, 0.88);
  margin-right: 4px;
}
.order_new_box .plan_info_box .origin_download_price .free_download_box svg {
  width: 16px;
  height: 16px;
  margin-left: 4px;
}
.order_new_box .plan_info_box .origin_download_price .free_download_box .null_coupon {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.4);
}
.order_new_box .plan_info_box .origin_download_price .free_download_box .null_icon {
  color: rgba(0, 0, 0, 0.4);
}
.order_new_box .plan_info_box .origin_download_price .dis {
  cursor: no-drop;
  color: rgba(0, 0, 0, 0.24);
}
.order_new_box .plan_info_box .origin_download_price .dis .iconpark-icon {
  color: rgba(0, 0, 0, 0.24);
}
.order_new_box .plan_info_box .plan_total_price_box {
  height: 52px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid rgba(0, 0, 0, 0.04);
}
.order_new_box .plan_info_box .plan_total_price_box .plan_total_price_left {
  font-family: PingFang SC;
  font-size: 20px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0px;
  color: rgba(0, 0, 0, 0.88);
}
.order_new_box .plan_info_box .plan_total_price_box .plan_total_price_right {
  display: flex;
  align-items: center;
}
.order_new_box .plan_info_box .plan_total_price_box .plan_total_price_right .plan_total_price_right_cost {
  display: flex;
  align-items: center;
  font-family: PingFang SC;
  font-size: 12px;
  font-weight: 600;
  color: #ff2300;
  margin-top: 3px;
  height: 17px;
  line-height: 17px;
}
.order_new_box .plan_info_box .plan_total_price_box .plan_total_price_right .plan_total_price_right_cost .plan_total_price_right_cost_num {
  font-family: DinPro;
  height: 15px;
  line-height: 15px;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0px;
  margin: 0 2px;
}
.order_new_box .plan_info_box .plan_total_price_box .plan_total_price_right .plan_total_price_right_cost_price {
  height: 24px;
  font-family: PingFang SC;
  font-size: 17px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0px;
  color: rgba(0, 0, 0, 0.88);
  display: flex;
  align-items: center;
}
.order_new_box .plan_info_box .plan_total_price_box .plan_total_price_right .plan_total_price_right_cost_price .plan_total_price_right_cost_price_num {
  height: 26px;
  line-height: 26px;
  font-family: DinPro;
  font-size: 26px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0px;
  color: rgba(0, 0, 0, 0.88);
  margin: -2.5px 2px 0 4px;
}
.order_new_box .plan_info_box .plan_total_price_box .plan_total_price_right .plan_total_price_right_cost_price .wang {
  height: 24px;
  line-height: 24px;
  font-family: PingFang SC;
  font-size: 17px;
}
.order_new_box .add_buy_more {
  width: 376px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.88);
  position: relative;
  box-sizing: border-box;
  padding: 34px 12px 12px;
}
.order_new_box .add_buy_more .add_buy_more_flag {
  width: 72px;
  height: 22px;
  border-radius: 12px 0px 12px 0px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  padding: 3px 10px;
  text-shadow: 0px 1px 8px rgba(0, 0, 0, 0.08);
  background: linear-gradient(90deg, #fc0000 0%, #fc894a 100%);
  font-family: YouSheBiao;
  color: #ffffff;
  font-size: 14px;
  position: absolute;
  left: 0;
  top: 0;
}
.order_new_box .add_buy_more .fold_up .fold_up_title {
  font-family: PingFang SC;
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0px;
  color: rgba(0, 0, 0, 0.88);
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.order_new_box .add_buy_more .fold_up .fold_up_title span {
  color: #ff2300;
}
.order_new_box .add_buy_more .fold_up .fold_up_title .fold_up_title_time {
  font-family: PingFang SC;
  font-size: 13px;
  font-weight: 600;
  line-height: normal;
  text-align: right;
  letter-spacing: 0px;
  color: #ff2300;
}
.order_new_box .add_buy_more .fold_up .fold_up_content .fold_up_content_item {
  width: 100%;
  height: 60px;
  border-radius: 8px;
  background: rgba(255, 35, 0, 0.04);
  border: 1px solid rgba(255, 35, 0, 0.16);
  box-sizing: border-box;
  padding: 0 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: right;
  cursor: pointer;
}
.order_new_box .add_buy_more .fold_up .fold_up_content .fold_up_content_item:first-child {
  margin-top: 12px;
  margin-bottom: 12px;
}
.order_new_box .add_buy_more .fold_up .fold_up_content .fold_up_content_item .fold_up_content_item_left {
  font-family: PingFang SC;
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0px;
  color: rgba(0, 0, 0, 0.88);
}
.order_new_box .add_buy_more .fold_up .fold_up_content .fold_up_content_item .fold_up_content_item_left span:first-child {
  font-family: PingFang SC;
  font-size: 14px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: 0px;
  color: rgba(0, 0, 0, 0.88);
}
.order_new_box .add_buy_more .fold_up .fold_up_content .fold_up_content_item .fold_up_content_item_right .fold_up_content_item_right_price {
  display: flex;
  align-items: center;
  justify-content: end;
}
.order_new_box .add_buy_more .fold_up .fold_up_content .fold_up_content_item .fold_up_content_item_right .fold_up_content_item_right_price span {
  font-family: PingFang SC;
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0px;
  color: rgba(0, 0, 0, 0.88);
}
.order_new_box .add_buy_more .fold_up .fold_up_content .fold_up_content_item .fold_up_content_item_right .fold_up_content_item_right_price span:first-child {
  font-size: 12px;
  margin-right: 2px;
  margin-top: 1px;
}
.order_new_box .add_buy_more .fold_up .fold_up_content .fold_up_content_item .fold_up_content_item_right .fold_up_content_item_right_price svg {
  width: 16px;
  height: 16px;
  margin-left: 4px;
  cursor: pointer;
}
.order_new_box .add_buy_more .fold_up .fold_up_content .fold_up_content_item .fold_up_content_item_right .fold_up_content_item_right_price .icon_red {
  color: #ff2300;
}
.order_new_box .add_buy_more .fold_up .fold_up_content .fold_up_content_item .fold_up_content_item_right .fold_up_content_item_right_save {
  font-family: PingFang SC;
  font-size: 12px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: 0em;
  color: #ff2300;
  margin-top: 3px;
}
.order_new_box .add_buy_more .fold_package .fold_package_title {
  font-family: PingFang SC;
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0px;
  color: rgba(0, 0, 0, 0.88);
  margin-bottom: 12px;
}
.order_new_box .add_buy_more .fold_package .fold_package_content {
  display: flex;
  justify-content: space-between;
}
.order_new_box .add_buy_more .fold_package .fold_package_content .fold_package_content_item {
  cursor: pointer;
}
.order_new_box .add_buy_more .fold_package .fold_package_content .fold_package_content_item .fold_package_content_item_top {
  width: 112px;
  height: 101px;
  border-radius: 8px;
  flex-grow: 1;
  position: relative;
  background: #fceeee;
  overflow: hidden;
  background-image: url(/Public/web_v2/img/widgetPayDialog/add_more_item_bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  text-align: center;
  margin-bottom: 11px;
}
.order_new_box .add_buy_more .fold_package .fold_package_content .fold_package_content_item .fold_package_content_item_top .item_top_title {
  width: 68px;
  height: 22px;
  background-image: url(/Public/web_v2/img/widgetPayDialog/add_more_item_bg_top.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  font-family: PingFang SC;
  font-size: 12px;
  font-weight: normal;
  line-height: normal;
  text-align: center;
  letter-spacing: 0px;
  color: rgba(255, 35, 0, 0.64);
  margin: 0 auto;
  line-height: 22px;
}
.order_new_box .add_buy_more .fold_package .fold_package_content .fold_package_content_item .fold_package_content_item_top .item_top_content {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px auto 0;
  white-space: nowrap;
}
.order_new_box .add_buy_more .fold_package .fold_package_content .fold_package_content_item .fold_package_content_item_top .item_top_content span {
  font-family: PingFang SC;
  font-size: 18px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0px;
  color: #ff2300;
}
.order_new_box .add_buy_more .fold_package .fold_package_content .fold_package_content_item .fold_package_content_item_top .item_top_content span:first-child {
  font-size: 13px;
}
.order_new_box .add_buy_more .fold_package .fold_package_content .fold_package_content_item .fold_package_content_item_top .item_top_content .num {
  font-size: 18px!important;
}
.order_new_box .add_buy_more .fold_package .fold_package_content .fold_package_content_item .fold_package_content_item_top .item_top_content .year {
  color: #ff2300;
  font-size: 13px;
  font-weight: 600;
  line-height: normal;
  font-family: PingFang SC;
  margin-top: 3px;
}
.order_new_box .add_buy_more .fold_package .fold_package_content .fold_package_content_item .fold_package_content_item_top .item_top_content svg {
  width: 16px;
  height: 16px;
  margin-top: 5px;
}
.order_new_box .add_buy_more .fold_package .fold_package_content .fold_package_content_item .fold_package_content_item_top .item_top_text {
  font-family: PingFang SC;
  font-size: 13px;
  font-weight: 600;
  line-height: normal;
  text-align: center;
  letter-spacing: 0px;
  color: #ffffff;
  margin-top: 21px;
}
.order_new_box .add_buy_more .fold_package .fold_package_content .fold_package_content_item .fold_package_content_item_bottom {
  display: flex;
  align-items: anchor-center;
}
.order_new_box .add_buy_more .fold_package .fold_package_content .fold_package_content_item .fold_package_content_item_bottom span:nth-child(2) {
  font-family: PingFang SC;
  font-size: 12px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0px;
  color: #ff2300;
  margin-right: 1px;
  margin-top: 4px;
}
.order_new_box .add_buy_more .fold_package .fold_package_content .fold_package_content_item .fold_package_content_item_bottom span:nth-child(3) {
  font-family: PingFang SC;
  font-size: 18px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0px;
  color: #ff2300;
  margin-right: 1px;
}
.order_new_box .add_buy_more .fold_package .fold_package_content .fold_package_content_item .fold_package_content_item_bottom span:nth-child(4) {
  font-family: PingFang SC;
  font-size: 12px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0px;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.4);
  margin-bottom: -4px;
  margin-left: 2px;
}
.order_new_box .add_buy_more .fold_package .fold_package_content .fold_package_content_item .fold_package_content_item_bottom svg {
  width: 20px;
  height: 20px;
  margin-right: 4px;
  vertical-align: unset;
  align-self: flex-start;
  margin-top: 2.5px;
  cursor: pointer;
}
.order_new_box .add_buy_more .fold_package .fold_package_content .fold_package_content_item .fold_package_content_item_bottom .icon_red {
  color: #ff2300;
}
.order_new_box .pay_bottom_btn {
  display: flex;
  height: 56px;
  margin-top: 12px;
}
.order_new_box .pay_bottom_btn .btn_left {
  width: 248px;
  height: 100%;
  box-sizing: border-box;
  padding-left: 24px;
  display: flex;
  flex-direction: column;
  border-radius: 56px 0px 0px 56px;
  background: rgba(0, 0, 0, 0.88);
}
.order_new_box .pay_bottom_btn .btn_left .btn_left_top {
  display: flex;
  align-items: baseline;
  font-family: PingFang SC;
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0em;
  color: #ffffff;
  height: 30px;
  margin-top: 3px;
}
.order_new_box .pay_bottom_btn .btn_left .btn_left_top span:nth-child(2) {
  font-family: DinPro;
  font-size: 30px;
  font-weight: 500;
  line-height: normal;
  color: #ffffff;
}
.order_new_box .pay_bottom_btn .btn_left .btn_left_top span:nth-child(5) {
  font-family: DinPro;
  font-size: 30px;
  font-weight: 500;
  line-height: normal;
  color: #ffffff;
}
.order_new_box .pay_bottom_btn .btn_left .btn_left_bottom {
  font-family: PingFang SC;
  font-size: 12px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0em;
  color: #ffe000;
}
.order_new_box .pay_bottom_btn .btn_left .btn_left_bottom span {
  font-family: DinPro;
  font-size: 15px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0em;
  color: #ffe000;
  margin-top: 1px;
}
.order_new_box .pay_bottom_btn .btn_right {
  width: 128px;
  height: 56px;
  border-radius: 0px 56px 56px 0px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0px 12px;
  flex-grow: 1;
  background: linear-gradient(66deg, #ffc400 0%, #ffe95a 99%);
  font-family: PingFang SC;
  font-size: 18px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0px;
  color: rgba(0, 0, 0, 0.88);
  cursor: pointer;
}
</pre></body></html>