
.mis{
    min-height: 500px;
    padding: 55px;
}

.lisme{
    margin-bottom: 25px;
}
.paylist {
    width: 100%;
    display: flex;
    margin-top: 20px;
}
.lio{
    background: #f1f1f1;
    padding: 8px 10px;
    border-radius: 15px;
    margin-right: 5px;
    cursor: pointer;
    width: 33.33%;
    position: relative;
    border: 2px solid #ffffff;
}



.lio .o{
    font-size: 20px;
}
.lio .y{
    margin-top: 10px;
    font-size: 16px;
    text-decoration: line-through;

}
.lisme li{
    height: 50px;
    line-height: 50px;
}

.lio:hover{
    background: linear-gradient( 106.29deg,rgba(255,221,134,.5) .17%,rgba(255,204,127,.5) 98.78%),#fff;
}

.lio .hy{
    color: #f60;
    font-size: 30px;
    font-weight: bold;
    margin-top: 20px;
}
.paylist .active{
    background: linear-gradient( 106.29deg,rgba(255,221,134,.5) .17%,rgba(255,204,127,.5) 98.78%),#fff;
}

.zhifs{
    margin-top: 25px;
}
.pay_type_leng {

    display: flex;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    line-height: 35px;
    width: 130px;
    text-align: center;margin-right: 11px;
    background: #f8f8f8;
    border: 2px solid #f6f6f6;
    border-radius: 4px;
    border-color: #3369ff;
    position: relative;
    position: relative;
    padding-left: 20px;
}
.pay_type_leng .xiadui {
    position: absolute;
    right: -2px;
    bottom: -2px;
    border-radius: 0 0 5px 0;
}
.zhifb {
    margin-top: 5px;
}
.pay_type_leng span{
    line-height: 30px;
}

.pay_type_leng span .zhifb .icon{
    margin-left: 20px;
}
.xiaduixs{
    position: absolute;
    right: 3px;
    bottom: 3px;
    display: none;
}
.paylist .active{
    transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
    border: 2px solid #3369ff;
}
.paylist .active .xiaduixs{
    display:block;
}
.lipay {
    margin-top: 35px;
    display: table;
    width: 100%;
}
.lipay  .ols{
    float: right;
    margin-right: 7.333%;
    display: flex;
}
.fukuai{
    color: #fff;
    background-color: #1cc88a;
    border-color: #1cc88a;
    border: 0;
    padding: 13px 47px;
    transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
}
.fukuai:hover {
    background-color: #199c6d;
}
.ols span{
    color: #f60;
    font-size: 20px;
    font-weight: bold;
    margin-right: 15px;
    display: table;
    margin-top: 9px;
}