.tooltip {
    position: relative;
    display: inline-block;
}
.tooltip .tooltiptext {
    visibility: hidden;
    width: 60px;
    text-align: center;
    border-radius: 3px;

    /* 定位 */
    position: absolute;
    z-index: 1;
}
.tooltip:hover .tooltiptext {
    visibility: visible;
}

.tooltip_date {
    position: relative;
    display: inline-block;
}
.tooltip_date .tooltip_dateimg {
    visibility: hidden;
    width: 70px;
    text-align: center;
    border-radius: 3px;

    /* 定位 */
    position: absolute;
    z-index: 1;
}
.tooltip_date:hover .tooltip_dateimg {
    visibility: visible;
}

@font-face {
  font-family: 'icons';
  src: url("fonts/icomoon.woff") format('woff'), url("fonts/icomoon.ttf") format('truetype'), url("fonts/icomoon.otf") format('opentype'), url("fonts/icomoon.eot") format('embedded-opentype');
}
.month {
    width: 50%;
    float: left;
}
.year {
    width: 45%;
    float: right;
    margin-right: 5px;
}
.cvv {
    width: 40%;
  float: left;
}
.cvv-details {
    float: right;
    width: 50%;
    font-size: small;
    margin-top: 25px;
}
img.cvv-img {
    float: left;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  zoom: 1;
}
.card-line {
    display: flex;
    flex-wrap: inherit;
}
.card-bounding{
  width: auto;
  margin: 0 auto;
  position: relative;
  top:50%;
  padding: 5px;
  border: 0px solid #3e73ea;
  border-radius: 6px;
  font-family: 'Roboto';
}

.card-bounding aside{
  padding-bottom: 2px;
  line-height: 3rem; 
    height: 3rem; 
    font-weight: 600;
}
.card-container {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  border: 1px solid #ccc;
  margin: 0 auto 5px auto;
  display: flex;
}
.card-container input, .card-details input, .card-line input {
  width: 100%;
  letter-spacing: 1px;
  border: 0;
  outline: none;
  box-sizing: border-box;
  margin-bottom: 1px;
  height: 28px !important;
  font-size: 1em;
  border: 1px solid #ddd;
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);*/
  box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
}

.card-type {
  width: 45px;
  height: 28px;
  background: url("https://s2.loli.net/2022/08/29/mpar5YbeOMhLCJW.png");
  background-position: 0px -147px;
  background-repeat: no-repeat;
 
}
.card-type.mastercard {
  background-position: 0 0;
}
.card-type.visa {
  background-position: 0 -57.5px;
}
.card-type.amex {
  background-position: 0 -28.5px;
}
.card-type.discover {
  background-position: 0 -87px;
}
.card-type.jcb {
  background-position: 0 -118px;
}
.card-valid {
  position: absolute;
  top: -5px;
    right: 3px;
    line-height: 40px;
    font-size: 35px;
  font-family: 'icons';
  color: #ccc;
  display: none;
}
.card-valid.active {
  color: #42ca7c;
}
.card-details {
  width: 60%;
  text-align: left;
  margin-bottom: 5px;
  transition: 300ms ease;
  min-width: 170px;
}
.card-details input {
  padding-left: 0.5em;
}
.card-details input.error {
  border: 1px solid #c2313c;
  box-shadow: 0 4px 8px 0 rgba(238,76,87,0.3);
  outline: none;
}
.card-details .expiration {
  width: 50%;
  float: left;
  padding-right: 5%;
  min-width: 70px;
}
.card-details .cvv {
  width: 45%;
  float: left;
}
#payment li.payment_method_woozbwlkj .payment_box:before {
    display: none !important;
}
#payment li.payment_method_woozbwlkj .payment_box {
    background: none !important;
    margin: 0 !important;
    padding: 0 !important;
}
#payment li.payment_method_woozbwlkj label {
    font-weight: 500 !important;
}
#payment li.payment_method_woozbwlkj select:focus + .dropdown-list {
  transform: translateY(-100%) !important; /* 向上偏移 */
}
#payment li.payment_method_woozbwlkj input {
    margin-bottom: 0 !important;
}
#payment li.payment_method_woozbwlkj input::placeholder {
    color: #bbb;
    font-size: 0.8rem;
}