
body{
    width: 100%;
    height: 100%;
    margin: 0;
}
[v-cloak]{

    display: none;
}
span{
    font-family: 微软雅黑;
}

.top{
    display: flex;
    flex-direction: column;
    width: 100%;
}
label input[type="radio"] {
    appearance: none;
    -webkit-appearance: none;
    outline: none;
    margin: 0;
    vertical-align: text-bottom;
    margin-right: 0.1rem;
    background: #fff;
    border: 0px solid #bfbfbf;
}
label input[type="radio"]:after {
    display: block;
    content: "";
    width: 12px;
    height: 12px;
    background: #fff;
    border-radius: 50%;
    border: 0px solid #bfbfbf;
}

label input[type="radio"]:checked:after {
    background: #ffffff;
    border: 0px solid #fff;
}
label input[type="radio"]:active {
    background: #ffffff;
    border: 0px solid #fff;
}

.line-title{
    display: flex;
    flex-direction: row;
    padding: 14px;
    align-items: center;
}
.line-title-icon{
    width: 16px;
    height: 16px;
}
.line-title-text{
    font-size: 16px;
    margin-left: 10px;
    font-weight: bold;
}

.line-black{
    height: 4px;
    width: 100%;
    background: #eeeeee;
}

.line-info{
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 14px 30px;
    border-bottom: 1px #eeeeee solid;
}
.line-info-text{
    font-size: 13px;
    margin-left: 10px;
}


/*.card_top{*/
    /*display: flex;*/
    /*padding: 30px 15px 65px;*/
    /*align-items: flex-start;*/
    /*!*background: #1296DB;*!*/
    /*background-image: url("/img/bg.png");*/
    /*background-repeat: no-repeat;*/
    /*background-size: 100% 100%;*/
/*}*/
/*.card_top>div{*/
    /*width: 100%;*/
    /*display: flex;*/
    /*flex-direction: column;*/
/*}*/

/*.top-div{*/
    /*display: flex;*/
    /*flex-direction: column;*/
    /*align-items: center;*/
/*}*/

/*.card_title{*/
    /*width: auto;*/
    /*font-size: 14px;*/
    /*padding-left: 3px;*/
    /*color: rgba(255,255,255,0.9);*/
    /*margin: 0 10px;*/
/*}*/

/*.top-line-div{*/
    /*display: flex;*/
    /*flex-direction: row;*/
    /*align-self: stretch;*/
    /*align-items: center;*/
/*}*/
/*.top-line{*/
    /*flex: 1;*/
    /*height: 1px;*/
    /*background: rgba(255,255,255,0.6);*/
/*}*/

/*.card_id{*/
    /*margin-top: 15px;*/
    /*font-size: 20px;*/
    /*color: white;*/
/*}*/
.card_id_input{
    font-size: 16px;
    width: 90%;
    background: rgba(255,255,255,0);
    border: 0px;
}
/*.line{*/
    /*background: rgba(255,255,255,0);*/
    /*height: 1px;*/
    /*margin: 1px 3px;*/
    /*width: 100%;*/
/*}*/

.charge_tab{
    display: flex;
    flex-direction: column;
    align-self: center;
    align-items: stretch;
    width: 88%;
    padding: 10px;
    /*border: 4px solid rgba(8,8,8,0.08);*/
    /*box-shadow:0 0 15px rgba(6,6,6,0.2);*/
    /*border-radius: 8px;*/
    background: white;
}
.item_tab{
    display: flex;
    flex: 1;
    flex-direction: row;
    justify-content: center;
}
.item-lable{
    display: flex;
    flex-direction: column;
    margin: 0 5px;
    width: 32%;
}
.charge_item{
    display: flex;
    flex: 1;
    flex-direction: column;
    align-items: center;
    padding: 0px 0 16px 0;
    /*margin: 0px 10px 10px 10px;*/
    margin-top: 0px;
    background: white;
    border-radius: 3px;
    border: 1px solid #E0E0E0;
}
.item-input:checked + div {
    /*background: rgba(18,150,219,0.2);*/
    border: 1px solid #795111;
    background: #F8DAA6;
}
.charge_item:active{
    background: rgba(100,100,100,0.1);
}
.charge_list_title{
    font-size: 14px;
    margin-bottom: 10px;
    color: black;
}
.item_text1{
    text-align: center;
    font-size: 15px;
    color: #795111;
    border-radius: 50px;
    margin-top: 3px;
    margin-bottom: -2px;
    /*font-weight: bold;*/
    /*background-image: linear-gradient(#6BE3F3, #57ADF6);*/
}
.item_text2{
    font-size: 30px;
    text-align: center;
    color: #FE7011;
    font-weight: bold;
}
.item_text2_yuan{
    font-size: 13px;
    text-align: center;
    color: #FE7011;
    margin-right: -5px;
    font-weight: bold;
}
.item_original{
    margin-top: 3px;
    font-size: 12px;
    text-align: center;
    color: #795111;
    transform: scale(0.9,0.9);
}
.item_discount{
    display: flex;
    flex-direction: row;
    align-items: center;
    align-self: flex-end;
    margin-top: 5px;
}
.item_discount_text{
    margin-top: 3px;
    font-size: 12px;
    color: #E5971B;
    text-align: right;
    margin-left: 2px;
    margin-right: 3px;
}
.item_discount_icon{
    width: 15px;
    height: 16px;
}
.item-tj{
    height: 22px;
    margin-top: -5px;
}

.btn_submit{
    align-self: center;
    width: 80%;
    margin-top: 20px;
    background: #F26509;
    padding: 9px;
    border-radius: 50px;
    border: 0px solid rgb(18,150,219);
    color: white;
    font-size: 16px;
}
.btn_submit:active{
    background: #E05F09;
}

.item-input{
    width: 0;
    height: 0;
    margin: 0;
    background: none;
}
/*.item-input:active{*/
/*background: none;*/
/*}*/


.pay-lable {
    display: flex;
    flex-direction: column;
    margin: 0 5px;
}

.pay-input {
    width: 0;
    height: 0;
    margin: 0;
}

.pay_title {
    font-size: 14px;
    margin-bottom: 1px;
    color: black;
    margin-top: 8px;
    margin-left: 10px;
}

.message_title {
    font-size: 18px;
    margin-bottom: 1px;
    color: black;
    margin-top: 8px;
    margin-left: 15%;
}

.pay_item {
    padding: 12px 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
    border-bottom: 1px #eeeeee solid;
}

.pay_item:active {
    background: #f8f8f8;
}

.pay_icon {
    width: 26px;
    height: 26px;
}

.pay_name {
    margin-left: 12px;
    font-size: 14px;
    color: black;
}

.pay_point {
    font-size: 14px;
    color: #118CCF;
    margin-left: 10px;
}

.pay_radio {
    width: 15px;
    height: 15px;
}
