@media (min-width: 120px) {
  @keyframes animated-border {
    0% {
      border: 0.4rem solid yellow;
      box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
    }
    100% {
      border: 0.4rem solid orangered;
      box-shadow: 0 0 0 0.5rem rgba(255, 255, 255, 0);
    }
  }
  @keyframes shine {
    0% {
      background-position: -1px -1px;
    }
    100% {
      background-position: -12px -12px;
    }
  }
  #add_icon_brief {
    display: flex;
    justify-content: space-around;
    padding-top: 2rem;
    width: 100%;
    height: 12rem;
    background-color: aliceblue;
    text-align: center;
    font-family: 'icomoon';
    font-size: 4rem;
    line-height: 10rem;
    color: #191919;
    cursor: pointer;
    z-index: 9;
  }
  #add_icon_brief i {
    width: 24rem;
    height: 10rem;
    line-height: 8rem;
    border-radius: 2rem;
    border: 0.1rem solid #b8afaf;
    box-shadow: 5px 5px 8px -5px #191919;
    background-color: #3fb4e2;
    color: #fff;
  }
  #add_icon_brief #brief_icon {
    width: 40rem;
  }
  #add_icon_brief #close_a_day {
    background-color: #5900ff;
  }
  #add_icon_brief #close_forever {
    background-color: #ff008c;
  }
  #brief_content {
    display: none;
    width: 100%;
    padding: 2rem 0 2rem 0;
    background-color: aliceblue;
    text-align: center;
    font-size: 4rem;
    line-height: 8rem;
  }
  #brief_content #apple_box {
    display: none;
  }
  #brief_content .brief_words,
  #brief_content .brief_img {
    margin: 4rem auto;
    width: 77%;
  }
  #brief_content .brief_words i,
  #brief_content .brief_img i {
    font-size: 6rem;
    font-weight: 900;
  }
  #brief_content .brief_words #toAndroid,
  #brief_content .brief_img #toAndroid,
  #brief_content .brief_words #toApple,
  #brief_content .brief_img #toApple {
    cursor: pointer;
  }
  #brief_content .brief_img {
    overflow: hidden;
  }
  #brief_content .brief_img img {
    width: 100%;
    height: 100%;
  }
  .card {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: 4rem auto;
    width: 100%;
    border: 0.1rem solid #666;
    box-shadow: 5px 5px 8px -5px #191919;
  }
  .card h3 {
    text-align: center;
    font-size: 5rem;
    line-height: 10rem;
  }
  .card h4 {
    text-align: center;
    font-size: 4rem;
    line-height: 8rem;
  }
  .card .card-header {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 4rem;
    margin: 3rem;
  }
  .card .card-header .brief {
    font-size: 4rem;
    cursor: pointer;
  }
  .card .card-header .brief::after {
    content: '\ea09';
    font-family: 'icomoon';
    padding: 0 0.5rem;
    color: red;
  }
  .card .card-header .brief_p {
    display: none;
    position: absolute;
    top: 10rem;
    right: 2rem;
    padding: 4rem;
    font-size: 4rem;
    line-height: 8rem;
    background-color: #fff;
    border: 0.2rem solid #666;
    box-shadow: 5px 5px 8px -5px #191919;
    z-index: 9;
  }
  .card .card-header .brief_p #code_btn {
    display: inline-block;
    width: 16rem;
    height: 8rem;
    background-color: blueviolet;
    border-radius: 1rem;
    text-align: center;
    font-size: 4rem;
    color: #fff;
    cursor: pointer;
  }
  .card .money_records {
    width: 95%;
    margin: 2rem auto;
  }
  .card .money_records .apply {
    text-align: center;
    font-size: 4rem;
  }
  .card .money_records #remark {
    text-align: center;
    font-size: 3rem;
  }
  .card .money_records .show_h2,
  .card .money_records .s_show_h2,
  .card .money_records .t_show_h2 {
    margin-bottom: 2rem;
    height: 16rem;
    text-align: center;
    line-height: 12rem;
    font-size: 6rem;
    border: 0.2rem solid #666;
    box-shadow: 5px 5px 8px -5px #191919;
    background-color: #FBAB7E;
    background-image: linear-gradient(62deg, #FBAB7E 0%, #F7CE68 100%);
    border-radius: 0.5rem;
  }
  .card .money_records .s_show_h2 {
    background-color: #08AEEA;
    background-image: linear-gradient(0deg, #08AEEA 0%, #2AF598 100%);
  }
  .card .money_records .t_show_h2 {
    background-color: #4158D0;
    background-image: linear-gradient(43deg, #4158D0 0%, #C850C0 46%, #FFCC70 100%);
  }
  .card .money_records .icons {
    display: flex;
    justify-content: space-between;
    margin-bottom: 8rem;
  }
  .card .money_records .icons button {
    width: 29rem;
    height: 8rem;
    font-size: 4rem;
    background-color: green;
    color: #fff;
    border: 0;
    border-radius: 1rem;
    cursor: pointer;
  }
  .card .money_records .icons .pink {
    background-color: deeppink;
  }
  .card .money_records .icons .blue {
    background-color: blue;
  }
  .card .money_records .records {
    width: 100%;
  }
  .card .money_records .records h3 {
    text-align: center;
    font-size: 4rem;
  }
  .card .money_records .records .select {
    width: 100%;
    height: 8rem;
    line-height: 8rem;
    margin: 4rem auto;
    border: 0.2rem solid #ccc;
    border-radius: 1rem;
    text-align: center;
  }
  .card .money_records .records .select input[type="radio"] {
    display: none;
  }
  .card .money_records .records .select input[type="radio"] + label {
    width: 16rem;
    margin-right: 8rem;
    display: inline-block;
    background-color: #ccc;
    border-radius: 1rem;
    font-size: 4rem;
    cursor: pointer;
  }
  .card .money_records .records .select input[type="radio"] + label:last-child {
    margin-right: 0;
  }
  .card .money_records .records .select .current {
    background-color: red;
    color: #fff;
    border: 0.1rem solid #666;
    box-shadow: 5px 5px 8px -5px #191919;
  }
  .card .money_records .records ul li {
    display: flex;
    flex-direction: column;
    padding: 2rem;
    font-size: 4rem;
    border-radius: 1rem;
  }
  .card .money_records .records ul li:nth-child(odd) {
    color: #fff;
    background-color: #666;
  }
  .card .money_records .records ul li:nth-child(even) {
    background-color: #999;
  }
  .card .money_records .records ul li .title,
  .card .money_records .records ul li .brief,
  .card .money_records .records ul li .calculate {
    display: flex;
    justify-content: space-between;
    line-height: 8rem;
  }
  .card .money_records h2 {
    text-align: center;
    font-size: 5rem;
  }
  .card .money_records form {
    border: 0.2rem solid #666;
    box-shadow: 5px 5px 8px -5px #191919;
    border-radius: 1rem;
  }
  .card .money_records form .product_set .prod_li {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
  }
  .card .money_records form .product_set .prod_li .specs_box {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    flex-wrap: wrap;
    align-items: center;
    margin: 1rem;
    width: 95rem;
    height: 100%;
    border: 0.2rem solid #666;
    box-shadow: 5px 5px 8px -5px #191919;
    border-radius: 1rem;
  }
  .card .money_records form .product_set .prod_li .specs_box .input_box {
    margin: 2rem;
    font-size: 3.5rem;
  }
  .card .money_records form .product_set .prod_li .specs_box .input_box input {
    vertical-align: middle;
  }
  .card .money_records form .product_set .prod_li .image_box {
    margin: 2rem;
    width: 30rem;
    height: 15rem;
    border: 0.2rem solid #666;
    box-shadow: 5px 5px 8px -5px #191919;
    border-radius: 1rem;
    overflow: hidden;
  }
  .card .money_records form .product_set .prod_li .image_box img {
    width: 100%;
    height: 100%;
  }
  .card .money_records form .form-item {
    width: 100%;
  }
  .card .money_records form .form-item .items {
    margin: 2rem 0 2rem 2rem;
    line-height: 12rem;
    font-size: 4rem;
  }
  .card .money_records form .form-item .items select,
  .card .money_records form .form-item .items input {
    text-indent: 1rem;
    width: 63%;
    height: 8rem;
    border: 0.1rem solid #000;
    border-radius: 0.5rem;
    line-height: 8rem;
    font-size: 4rem;
  }
  .card .money_records form .form-item .items select::placeholder,
  .card .money_records form .form-item .items input::placeholder {
    font-size: 3.5rem;
  }
  .card .money_records form .form-item .items #refundAmount,
  .card .money_records form .form-item .items #total_amount,
  .card .money_records form .form-item .items #useable_amount,
  .card .money_records form .form-item .items #order_no,
  .card .money_records form .form-item .items #buy_price,
  .card .money_records form .form-item .items #shopping_qty,
  .card .money_records form .form-item .items #amount,
  .card .money_records form .form-item .items #ori_price,
  .card .money_records form .form-item .items #total {
    border: none;
  }
  .card .money_records form .form-item .items .radio_set input {
    width: 4rem;
  }
  .card .money_records form .form-item .items .radio_set label {
    margin-right: 10rem;
    cursor: pointer;
  }
  .card .money_records form .item {
    display: flex;
    justify-content: space-around;
    margin: 4rem auto;
    width: 92%;
    background-color: #fff;
    border: 0.1rem solid #666;
    box-shadow: 5px 5px 8px -5px #191919;
  }
  .card .money_records form .item span,
  .card .money_records form .item label {
    height: 8rem;
    line-height: 8rem;
    font-size: 4rem;
  }
  .card .money_records form .item input {
    width: 58rem;
    height: 6rem;
    margin-top: 1rem;
    font-size: 4rem;
  }
  .card .money_records form .item #order_no,
  .card .money_records form .item #years,
  .card .money_records form .item #rent,
  .card .money_records form .item #type,
  .card .money_records form .item #num {
    border: none;
  }
  .card .money_records form .item #select_vip,
  .card .money_records form .item #select_basic {
    line-height: 10rem;
  }
  .card .money_records form .item #select_vip select,
  .card .money_records form .item #select_basic select {
    padding: 1rem;
    font-size: 3rem;
  }
  .card .money_records form .item #brief {
    padding: 2rem;
    height: 16rem;
    line-height: 8rem;
  }
  .card .money_records form .radio_item {
    display: flex;
    justify-content: space-around;
    flex-direction: column;
    margin: 2rem auto;
    width: 92%;
    background-color: #fff;
    border: 0.1rem solid #666;
    box-shadow: 5px 5px 8px -5px #191919;
    text-align: center;
  }
  .card .money_records form .radio_item p {
    margin: 2rem;
    padding-left: 4rem;
    font-size: 4rem;
  }
  .card .money_records form .radio_item p span {
    float: right;
    padding-right: 4rem;
  }
  .card .money_records form .radio_item .radio_set {
    text-align: center;
    margin: 2rem;
  }
  .card .money_records form .radio_item .radio_set input {
    margin: 0 2rem 0 6rem;
    width: 3rem;
    height: 8rem;
    vertical-align: middle;
  }
  .card .money_records form .radio_item .radio_set label {
    flex: 1;
    width: 50rem;
    height: 8rem;
    line-height: 8rem;
    vertical-align: middle;
    margin-top: 1rem;
    font-size: 4rem;
  }
  .card .money_records .payment-buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 8rem;
    gap: 3rem;
    font-size: 3.75rem;
    line-height: 8rem;
  }
  .card .money_records .payment-buttons .pay_form {
    border: none;
    box-shadow: none;
  }
  .card .money_records .payment-buttons .pay_form i {
    padding: 2rem;
  }
  .card .money_records .details {
    width: 98%;
    margin: 4rem auto;
    border: 0.2rem solid #666;
    box-shadow: 5px 5px 8px -5px #191919;
    border-radius: 1rem;
  }
  .card .money_records .details p {
    margin: 2rem;
    height: 8rem;
    line-height: 8rem;
    font-size: 4rem;
  }
  .card .money_records .details p .floatL {
    width: 50%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .card .money_records .details p .floatR {
    width: 50%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .card .money_records .details i {
    margin: 2rem;
    font-size: 4rem;
  }
  .card .money_records .details #deletor {
    position: absolute;
    bottom: 9rem;
    right: 11rem;
    width: 20rem;
    height: 6rem;
    line-height: 6rem;
    font-size: 4rem;
    color: #fff;
    border: 0.2rem solid #666;
    border-radius: 1rem;
    background-color: red;
  }
  .card .plan_order {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    font-size: 4rem;
    margin: 2rem;
  }
  .card .plan_order .order_head {
    width: 99rem;
    background: repeating-linear-gradient(135deg, transparent, transparent 3px, #000 3px, #000 8px);
    animation: shine 1s infinite linear;
    border: 0.2rem solid #666;
    box-shadow: 5px 5px 8px -5px #191919;
    border-radius: 1rem;
    font-size: 4rem;
  }
  .card .plan_order .order_head .shine_content {
    padding: 2rem;
    margin: 4px;
    background-image: linear-gradient(0deg, #faf1c1 50%, #f9fcfb 100%);
  }
  .card .plan_order .period {
    margin: 2rem;
    text-align: center;
    line-height: 4rem;
  }
  .card .plan_order .plan_btn {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
  }
  .card .plan_order .plan_btn #locking,
  .card .plan_order .plan_btn #redeem,
  .card .plan_order .plan_btn #waitting,
  .card .plan_order .plan_btn #finished,
  .card .plan_order .plan_btn #mediating {
    margin: 2rem;
    width: 44rem;
    height: 15rem;
    border: 0.2rem solid #666;
    box-shadow: 5px 5px 8px -5px #191919;
    border-radius: 1rem;
    text-align: center;
    line-height: 15rem;
    font-size: 4rem;
    color: #fff;
    font-weight: 800;
    animation: animated-border 2.5s infinite;
    background-color: #FF3CAC;
    background-image: linear-gradient(225deg, #FF3CAC 0%, #580f97 50%, #2B86C5 100%);
  }
  .card .plan_order .plan_btn #locking #redeem_btn,
  .card .plan_order .plan_btn #redeem #redeem_btn,
  .card .plan_order .plan_btn #waitting #redeem_btn,
  .card .plan_order .plan_btn #finished #redeem_btn,
  .card .plan_order .plan_btn #mediating #redeem_btn {
    margin-left: 2rem;
    padding: 0.5rem;
    border: 0.2rem solid #666;
    box-shadow: 5px 5px 8px -5px #191919;
    border-radius: 1rem;
    font-size: 5rem;
    color: #fff;
    font-weight: 800;
    animation: animated-border 2.5s infinite;
    background-color: #FF3CAC;
    background-image: linear-gradient(225deg, #18972e 0%, #166631 50%, #2B86C5 100%);
  }
  .card .plan_order .plan_btn #waitting,
  .card .plan_order .plan_btn #redeem {
    position: relative;
    background-image: linear-gradient(225deg, #18972e 0%, #166631 50%, #2B86C5 100%);
  }
  .card .plan_order .plan_btn #waitting #waitting_a,
  .card .plan_order .plan_btn #redeem #waitting_a {
    position: absolute;
    top: 5rem;
    right: 4rem;
    width: 33.6rem;
    height: 4.2rem;
    background: url('/img/deposit.gif') no-repeat;
    background-size: 32rem 4rem;
  }
  .card .plan_order .plan_btn #finished {
    background-image: linear-gradient(225deg, #9c8003 0%, #f39609 50%, #99b307 100%);
  }
  .card .plan_order .plan_btn #mediating {
    background-image: linear-gradient(225deg, #473f46 0%, #4d4563 50%, #8b8548 100%);
  }
  .card .plan_order .order_content,
  .card .plan_order .stations,
  .card .plan_order .plan_acts,
  .card .plan_order .products {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 2rem 0 2rem 0;
    width: 98rem;
    border: 0.2rem solid #666;
    box-shadow: 5px 5px 8px -5px #191919;
    border-radius: 1rem;
    font-size: 3.5rem;
  }
  .card .plan_order .content_item {
    margin: 2rem;
    padding: 2rem;
    border: 0.2rem solid #666;
    box-shadow: 5px 5px 8px -5px #191919;
    line-height: 6rem;
    border-radius: 1rem;
  }
  big {
    font-weight: 800;
  }
  .tran_btn {
    margin: 8rem auto;
    width: 88rem;
    height: 12rem;
    font-size: 6rem;
    line-height: 12rem;
    text-align: center;
    background-color: green;
    color: #fff;
    border: 0.2rem solid #666;
    box-shadow: 5px 5px 8px -5px #191919;
    border-radius: 1rem;
    cursor: pointer;
  }
}
@media (min-width: 750.1px) {
  @keyframes animated-border {
    0% {
      border: 0.2rem solid yellow;
      box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
    }
    100% {
      border: 0.2rem solid orangered;
      box-shadow: 0 0 0 0.5rem rgba(255, 255, 255, 0);
    }
  }
  @keyframes shine {
    0% {
      background-position: -1px -1px;
    }
    100% {
      background-position: -12px -12px;
    }
  }
  #add_icon_brief {
    display: flex;
    justify-content: space-around;
    padding-top: 1rem;
    width: 100%;
    height: 6rem;
    background-color: aliceblue;
    text-align: center;
    font-family: 'icomoon';
    font-size: 1.5rem;
    line-height: 5rem;
    color: #191919;
    cursor: pointer;
    z-index: 9;
  }
  #add_icon_brief i {
    width: 12rem;
    height: 5rem;
    line-height: 5rem;
    border-radius: 1rem;
    border: 0.1rem solid #b8afaf;
    box-shadow: 5px 5px 8px -5px #191919;
    background-color: #3fb4e2;
    color: #fff;
  }
  #add_icon_brief #brief_icon {
    width: 20rem;
  }
  #add_icon_brief #close_a_day {
    background-color: #5900ff;
  }
  #add_icon_brief #close_forever {
    background-color: #ff008c;
  }
  #brief_content {
    display: none;
    width: 100%;
    padding: 1rem 0 1rem 0;
    background-color: aliceblue;
    text-align: center;
    font-size: 1.5rem;
    line-height: 3rem;
  }
  #brief_content #apple_box {
    display: none;
  }
  #brief_content .brief_words,
  #brief_content .brief_img {
    margin: 2rem auto;
    width: 77%;
  }
  #brief_content .brief_words i,
  #brief_content .brief_img i {
    font-size: 2rem;
    font-weight: 900;
  }
  #brief_content .brief_words #toAndroid,
  #brief_content .brief_img #toAndroid,
  #brief_content .brief_words #toApple,
  #brief_content .brief_img #toApple {
    cursor: pointer;
  }
  #brief_content .brief_img {
    height: 44rem;
    border-radius: 1rem;
    border: 0.1rem solid #666;
    box-shadow: 5px 5px 8px -5px #191919;
    overflow: hidden;
  }
  #brief_content .brief_img img {
    width: 100%;
    height: 100%;
  }
  .card {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: 2rem auto;
    width: 71rem;
    border: 0.1rem solid #666;
    box-shadow: 5px 5px 8px -5px #191919;
  }
  .card h3 {
    text-align: center;
    font-size: 2rem;
    line-height: 4rem;
  }
  .card h4 {
    text-align: center;
    font-size: 1.5rem;
    line-height: 3rem;
  }
  .card .card-header {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 1.5rem;
    margin: 1rem;
  }
  .card .card-header .brief {
    font-size: 1.5rem;
    cursor: pointer;
  }
  .card .card-header .brief::after {
    content: '\ea09';
    font-family: 'icomoon';
    padding: 0 0.5rem;
    color: red;
  }
  .card .card-header .brief_p {
    display: none;
    position: absolute;
    top: 4rem;
    right: 1rem;
    padding: 2rem;
    font-size: 1.5rem;
    line-height: 3rem;
    background-color: #fff;
    border: 0.2rem solid #666;
    box-shadow: 5px 5px 8px -5px #191919;
    z-index: 9;
  }
  .card .card-header .brief_p #code_btn {
    display: inline-block;
    width: 8rem;
    height: 3rem;
    background-color: blueviolet;
    border-radius: 0.5rem;
    text-align: center;
    font-size: 1.5rem;
    color: #fff;
    cursor: pointer;
  }
  .card .money_records {
    width: 85%;
    margin: 2rem auto;
  }
  .card .money_records .apply {
    text-align: center;
    font-size: 1.5rem;
  }
  .card .money_records #remark {
    text-align: center;
    font-size: 1.25rem;
  }
  .card .money_records .show_h2,
  .card .money_records .s_show_h2,
  .card .money_records .t_show_h2 {
    margin-bottom: 1rem;
    height: 8rem;
    text-align: center;
    line-height: 6rem;
    font-size: 3rem;
    border: 0.2rem solid #666;
    box-shadow: 5px 5px 8px -5px #191919;
    background-color: #FBAB7E;
    background-image: linear-gradient(62deg, #FBAB7E 0%, #F7CE68 100%);
    border-radius: 0.5rem;
  }
  .card .money_records .s_show_h2 {
    background-color: #08AEEA;
    background-image: linear-gradient(0deg, #08AEEA 0%, #2AF598 100%);
  }
  .card .money_records .t_show_h2 {
    background-color: #4158D0;
    background-image: linear-gradient(43deg, #4158D0 0%, #C850C0 46%, #FFCC70 100%);
  }
  .card .money_records .icons {
    display: flex;
    justify-content: space-between;
    margin-bottom: 4rem;
  }
  .card .money_records .icons button {
    width: 16rem;
    height: 4rem;
    font-size: 2rem;
    background-color: green;
    color: #fff;
    border: 0;
    border-radius: 0.5rem;
    cursor: pointer;
  }
  .card .money_records .icons .pink {
    background-color: deeppink;
  }
  .card .money_records .icons .blue {
    background-color: blue;
  }
  .card .money_records .records {
    width: 100%;
  }
  .card .money_records .records h3 {
    text-align: center;
    font-size: 1.75rem;
  }
  .card .money_records .records .select {
    width: 100%;
    height: 4rem;
    line-height: 4rem;
    margin: 2rem auto;
    border: 0.2rem solid #ccc;
    border-radius: 0.5rem;
    text-align: center;
  }
  .card .money_records .records .select input[type="radio"] {
    display: none;
  }
  .card .money_records .records .select input[type="radio"] + label {
    width: 8rem;
    margin-right: 5rem;
    display: inline-block;
    background-color: #ccc;
    border-radius: 0.5rem;
    font-size: 1.5rem;
    cursor: pointer;
  }
  .card .money_records .records .select input[type="radio"] + label:last-child {
    margin-right: 0;
  }
  .card .money_records .records .select .current {
    background-color: red;
    color: #fff;
    border: 0.1rem solid #666;
    box-shadow: 5px 5px 8px -5px #191919;
  }
  .card .money_records .records ul li {
    display: flex;
    flex-direction: column;
    padding: 1rem;
    font-size: 1.5rem;
    border-radius: 0.5rem;
  }
  .card .money_records .records ul li:nth-child(odd) {
    color: #fff;
    background-color: #666;
  }
  .card .money_records .records ul li:nth-child(even) {
    background-color: #999;
  }
  .card .money_records .records ul li .title,
  .card .money_records .records ul li .brief,
  .card .money_records .records ul li .calculate {
    display: flex;
    justify-content: space-between;
    line-height: 3rem;
  }
  .card .money_records h2 {
    text-align: center;
    font-size: 2rem;
  }
  .card .money_records form {
    border: 0.2rem solid #666;
    box-shadow: 5px 5px 8px -5px #191919;
    border-radius: 0.5rem;
  }
  .card .money_records form .product_set .prod_li {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
  }
  .card .money_records form .product_set .prod_li .specs_box {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    flex-wrap: wrap;
    align-items: center;
    margin: 1rem;
    width: 50rem;
    height: 9rem;
    border: 0.2rem solid #666;
    box-shadow: 5px 5px 8px -5px #191919;
    border-radius: 0.5rem;
  }
  .card .money_records form .product_set .prod_li .specs_box .input_box {
    margin: 1rem;
    font-size: 1.25rem;
  }
  .card .money_records form .product_set .prod_li .specs_box .input_box input {
    vertical-align: middle;
  }
  .card .money_records form .product_set .prod_li .image_box {
    margin: 1rem;
    width: 16rem;
    height: 9rem;
    border: 0.2rem solid #666;
    box-shadow: 5px 5px 8px -5px #191919;
    border-radius: 0.5rem;
    overflow: hidden;
  }
  .card .money_records form .product_set .prod_li .image_box img {
    width: 100%;
    height: 100%;
  }
  .card .money_records form .form-item {
    width: 100%;
  }
  .card .money_records form .form-item .items {
    margin-left: 1rem;
    line-height: 4rem;
    font-size: 1.5rem;
  }
  .card .money_records form .form-item .items select,
  .card .money_records form .form-item .items input {
    text-indent: 0.5rem;
    width: 77%;
    height: 4rem;
    border: 0.1rem solid #000;
    border-radius: 0.5rem;
    line-height: 4rem;
    font-size: 1.5rem;
  }
  .card .money_records form .form-item .items select::placeholder,
  .card .money_records form .form-item .items input::placeholder {
    font-size: 1.25rem;
  }
  .card .money_records form .form-item .items .radio_set input {
    width: 2rem;
  }
  .card .money_records form .form-item .items .radio_set label {
    margin-right: 5rem;
  }
  .card .money_records form .item {
    display: flex;
    justify-content: space-around;
    margin: 2rem auto;
    width: 92%;
    background-color: #fff;
    border: 0.1rem solid #666;
    box-shadow: 5px 5px 8px -5px #191919;
  }
  .card .money_records form .item span,
  .card .money_records form .item label,
  .card .money_records form .item input {
    height: 4rem;
    line-height: 4rem;
    font-size: 1.25rem;
  }
  .card .money_records form .item input {
    width: 25rem;
    height: 3rem;
    margin-top: 0.5rem;
  }
  .card .money_records form .item #select_vip,
  .card .money_records form .item #select_basic {
    line-height: 5rem;
  }
  .card .money_records form .item #select_vip select,
  .card .money_records form .item #select_basic select {
    padding: 0.5rem;
    font-size: 1.5rem;
  }
  .card .money_records form .item #brief {
    padding: 1rem;
    height: 4rem;
    line-height: 4rem;
  }
  .card .money_records form .radio_item {
    display: flex;
    justify-content: space-around;
    flex-direction: column;
    margin: 1rem auto;
    width: 92%;
    background-color: #fff;
    border: 0.1rem solid #666;
    box-shadow: 5px 5px 8px -5px #191919;
    text-align: center;
  }
  .card .money_records form .radio_item p {
    margin: 1rem;
    padding-left: 2rem;
    font-size: 1.25rem;
  }
  .card .money_records form .radio_item p span {
    float: right;
    padding-right: 2rem;
  }
  .card .money_records form .radio_item .radio_set {
    text-align: center;
    margin: 2rem;
  }
  .card .money_records form .radio_item .radio_set input {
    margin: 0 1rem 0 3rem;
    width: 2rem;
    height: 4rem;
    vertical-align: middle;
  }
  .card .money_records form .radio_item .radio_set label {
    flex: 1;
    width: 25rem;
    height: 3rem;
    line-height: 3rem;
    vertical-align: middle;
    margin-top: 0.5rem;
    font-size: 1.25rem;
  }
  .card .money_records .payment-buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2.5rem;
    height: 8rem;
    font-size: 1.5rem;
    line-height: 3rem;
  }
  .card .money_records .payment-buttons .pay_form {
    border: none;
    box-shadow: none;
  }
  .card .money_records .payment-buttons .pay_form i {
    padding: 1rem;
  }
  .card .money_records .details {
    position: relative;
    width: 91%;
    margin: 2rem auto;
    border: 0.2rem solid #666;
    box-shadow: 5px 5px 8px -5px #191919;
    border-radius: 0.5rem;
  }
  .card .money_records .details p {
    margin: 1rem;
    height: 3rem;
    line-height: 3rem;
    font-size: 1.5rem;
  }
  .card .money_records .details p .floatL {
    width: 50%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .card .money_records .details p .floatR {
    width: 50%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .card .money_records .details i {
    margin: 1rem;
    font-size: 1.5rem;
  }
  .card .money_records .details #deletor {
    position: absolute;
    bottom: 1.5rem;
    right: 1.5rem;
    width: 8rem;
    height: 3rem;
    line-height: 3rem;
    font-size: 1.5rem;
    color: #fff;
    border: 0.2rem solid #666;
    border-radius: 0.5rem;
    background-color: red;
  }
  .card .plan_order {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    font-size: 1.5rem;
    margin: 1rem;
  }
  .card .plan_order .order_head {
    width: 68rem;
    background: repeating-linear-gradient(135deg, transparent, transparent 3px, #000 3px, #000 8px);
    animation: shine 1s infinite linear;
    border: 0.2rem solid #666;
    box-shadow: 5px 5px 8px -5px #191919;
    border-radius: 0.5rem;
    font-size: 1.5rem;
  }
  .card .plan_order .order_head .shine_content {
    padding: 1rem;
    margin: 2px;
    background-image: linear-gradient(0deg, #faf1c1 50%, #f9fcfb 100%);
  }
  .card .plan_order .period {
    margin: 1rem;
    text-align: center;
    line-height: 3rem;
  }
  .card .plan_order .plan_btn {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
  }
  .card .plan_order .plan_btn #locking,
  .card .plan_order .plan_btn #redeem,
  .card .plan_order .plan_btn #waitting,
  .card .plan_order .plan_btn #finished,
  .card .plan_order .plan_btn #mediating {
    margin: 1rem;
    width: 30rem;
    height: 10rem;
    border: 0.2rem solid #666;
    box-shadow: 5px 5px 8px -5px #191919;
    border-radius: 0.5rem;
    text-align: center;
    line-height: 10rem;
    font-size: 2.5rem;
    color: #fff;
    font-weight: 800;
    animation: animated-border 2.5s infinite;
    background-color: #FF3CAC;
    background-image: linear-gradient(225deg, #FF3CAC 0%, #580f97 50%, #2B86C5 100%);
  }
  .card .plan_order .plan_btn #locking #redeem_btn,
  .card .plan_order .plan_btn #redeem #redeem_btn,
  .card .plan_order .plan_btn #waitting #redeem_btn,
  .card .plan_order .plan_btn #finished #redeem_btn,
  .card .plan_order .plan_btn #mediating #redeem_btn {
    margin-left: 1rem;
    padding: 0.25rem;
    border: 0.2rem solid #666;
    box-shadow: 5px 5px 8px -5px #191919;
    border-radius: 0.5rem;
    font-size: 2.5rem;
    color: #fff;
    font-weight: 800;
    animation: animated-border 2.5s infinite;
    background-color: #FF3CAC;
    background-image: linear-gradient(225deg, #18972e 0%, #166631 50%, #2B86C5 100%);
  }
  .card .plan_order .plan_btn #waitting,
  .card .plan_order .plan_btn #redeem {
    position: relative;
    background-image: linear-gradient(225deg, #18972e 0%, #166631 50%, #2B86C5 100%);
  }
  .card .plan_order .plan_btn #waitting #waitting_a,
  .card .plan_order .plan_btn #redeem #waitting_a {
    position: absolute;
    top: 3.5rem;
    right: 5.25rem;
    width: 20rem;
    height: 2.5rem;
    background: url('/img/deposit.gif') no-repeat;
    background-size: 20rem 2.5rem;
  }
  .card .plan_order .plan_btn #finished {
    background-image: linear-gradient(225deg, #9c8003 0%, #f39609 50%, #99b307 100%);
  }
  .card .plan_order .plan_btn #mediating {
    background-image: linear-gradient(225deg, #473f46 0%, #4d4563 50%, #8b8548 100%);
  }
  .card .plan_order .order_content,
  .card .plan_order .stations,
  .card .plan_order .plan_acts,
  .card .plan_order .products {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 1rem 0 1rem 0;
    width: 68rem;
    border: 0.2rem solid #666;
    box-shadow: 5px 5px 8px -5px #191919;
    border-radius: 0.5rem;
    font-size: 1.5rem;
  }
  .card .plan_order .content_item {
    margin: 1rem;
    padding: 1rem;
    border: 0.2rem solid #666;
    box-shadow: 5px 5px 8px -5px #191919;
    line-height: 3rem;
    border-radius: 0.5rem;
  }
  big {
    font-weight: 800;
  }
  .tran_btn {
    margin: 4rem auto;
    width: 55rem;
    height: 6rem;
    font-size: 3rem;
    line-height: 6rem;
    text-align: center;
    background-color: green;
    color: #fff;
    border: 0.2rem solid #666;
    box-shadow: 5px 5px 8px -5px #191919;
    border-radius: 0.5rem;
    cursor: pointer;
  }
  .pagination .page-item {
    width: 1rem;
    height: 1rem;
    line-height: 1rem;
  }
}
