* {
    margin: 0px;
    padding: 0px;
}
a {
    text-decoration: none;
}
ul, ol, li {
    list-style: none;
}
body {
    font-family: Avenir, Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #333333;
    line-height: 1.2;
}

.text-omit {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.icon {
    display: block;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.btn {
    position: relative;
    display: flex;
    -webkit-display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    font-weight: 400;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

/* 卡片  */
.card {
    width: 6.8rem;
    margin: 0px 0.35rem;
    background-color: white;
    border-radius: 0.15rem;
    box-shadow: 0px 0.02rem 0.13rem 0px rgba(172, 172, 172, 0.3);
    padding: 0px 0.48rem;
    box-sizing: border-box;
}
.card.info {
    margin-top: 0.14rem;
}

/* 表单 */
.form {
    display: flex;
    -webkit-display: flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    padding-top: 0.25rem;
}
.form-item {
    display: flex;
    -webkit-display: flex;
    align-items: center;
    -webkit-align-items: center;
    min-height: 0.88rem;
}
.form-item-col {
    display: flex;
    -webkit-display: flex;
    flex-direction: column;
    -webkit-flex-direction: column;
}
[class*="form-item"]:not(:last-child) {
    border-bottom: 0.01rem solid #eeeeee; 
}
[class*="form-item"] > label {
    display: flex;
    -webkit-display: flex;
    color: #444444;
    font-size: 0.26rem;
    align-items: center;
    -webkit-align-items: center;
    min-width: 2.16rem;
    min-height: 0.88rem;
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
}
.icon-circle {
    width: 0.14rem;
    height: 0.14rem;
    background-image: url('../images/icon-circle.png');
}
[class*="form-item"] > label > .icon-circle {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
    margin-right: 0.1rem;
}
[class*="form-item"] > label > span {
    flex-grow: 1;
    -webkit-flex-grow: 1;
}
[class*="form-item"] > input {
    color: #000000;
    font-size: 0.28rem;
    border: none;
    outline: none;
    box-shadow: none;
    flex: 1;
    -webkit-flex: 1;
    line-height: 0.88rem;
}
[class*="form-item"] > input::placeholder {
    color: #999999;
}
[class*="form-item"] > .van-checkbox {
    height: 0.88rem;
}
[class*="form-item"] .van-checkbox__label {
    color: #999999;
    font-size: 0.28rem;
}
[class*="form-item"] .van-checkbox__icon {
    display: flex;
    -webkit-display: flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    justify-content: center;
    -webkit-justify-content: center;
}
[class*="form-item"] .van-checkbox__icon > .van-icon {
    width: 0.29rem;
    height: 0.29rem;
    line-height: 0.29rem;
    font-size: 0.23rem;
}

/* 选择器 */
.popup_picker-selector {
    display: flex;
    -webkit-display: flex;
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
    align-items: center;
    -webkit-align-items: center;
    width: 2.68rem;
    height: 0.56rem;
    border-radius: 0.06rem;
    border: 0.01rem solid #e34c4a;
    padding: 0.08rem;
    box-sizing: border-box;
}
.popup_picker-selector > label {
    flex-grow: 1;
    -webkit-flex-grow: 1;
    color: #be1a18;
    font-size: 0.28rem;
    margin-left: 0.12rem;
}
.popup_picker-selector::after {
    content: '';
    display: block;
    flex-shrink: 0;
    width: 0.41rem;
    height: 0.41rem;
    border-radius: 0.04rem;
    background-color: rgb(238, 238, 238);
    background-size: 0.23rem 0.18rem;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url('../images/icon-arrow.png');
}

/* 模板选择器 */
.template_selector {
    height: 3.59rem;
}
.template_selector .van-swipe-item {
    display: flex;
    -webkit-display: flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}
.template_selector .van-swipe__indicator {
    opacity: 1;
    width: 0.14rem;
    height: 0.14rem;
    border-radius: 0.07rem;
}
.template_selector .van-swipe__indicators {
    bottom: 0.18rem;
    height: 0.16rem;
}
.template_selector-item {
    position: relative;
    display: flex;
    width: 1.8rem;
    flex-direction: column;
    align-items: center;
}
.template_selector-item > .van-image {
    background-color: #e5e5e5;
}
.template_selector-item > figcaption {
    color: #444444;
    font-size: 0.2rem;
    margin-top: 0.18rem;
}
.icon-template-selected {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 0.4rem;
    height: 0.38rem;
    background-image: url('../images/icon-template-selected-no.png');
    z-index: 1;
}
.icon-template-selected.is_active {
    background-image: url('../images/icon-template-selected-yes.png');
}

/* 日期选择器 */
.popup_date_picker-selector {
    display: flex;
    -webkit-display: flex;
    align-items: center;
    -webkit-align-items: center;
    height: 0.88rem;
}
.icon-date {
    width: 0.3rem;
    height: 0.3rem;
    background-image: url('../images/icon-date.png');
}
.popup_date_picker-selector > label {
    flex-grow: 1;
    -webkit-flex-grow: 1;
    color: #000000;
    font-size: 0.28rem;
}
.popup_date_picker-selector > .icon-date {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
    margin-left: 0.42rem;
}

/* 提交按键 */
.btn-submit {
    width: 5.55rem;
    height: 0.90rem;
    background-color: rgb(255, 0, 0);
    box-shadow: 0px 0.06rem 0.05rem 0px rgba(255, 151, 151, 0.47);
    border-radius: 0.45rem;
    margin: 0.7rem auto 0.94rem auto;
    color: #ffffff;
    font-size: 0.36rem;
}
.btn-hint_text {
    position: absolute;
    top: -0.57rem;
    left: 1.85rem;
    display: block;
    width: 4.31rem;
    height: 0.57rem;
    background-size: 100% 100%;
    background-image: url('../images/bubble.svg');
    color: #ff0000;
    font-size: 0.28rem;
    line-height: 0.45rem;
    text-align: center;
}

/* 海报 */
.poster_html {
    position: fixed;
    top: 0px;
    left: -1080px;
}
.poster {
    position: relative;
    width: 1080px;
    height: 1920px;
    background-size: 100% 100%;
}
.poster-image {
    display: block;
    width: 100%;
    height: 100%;
}
.poster-bank_name {
    position: absolute;
    top: 1033px;
    width: 100%;
    color: #d4301b;
    font-size: 56.8px;
    text-align: center;
    font-weight: 400;
}
.poster-content {
    position: absolute;
    top: 1195px;
    width: 100%;
    text-align: center;
    font-size: 0;
}
.poster-name {
    color: #633913;
    font-size: 80.18px;
    font-weight: bold;
}
.poster-product_name {
    color: #d4301b;
    font-size: 42px;
    margin-top: 30px;
}
.poster-money {
    color: #d4301b;
    font-size: 162.43px;
    font-weight: bold;
    margin-top: 30px;
}