.loader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #F5F8FA;
    z-index: 9998;
    text-align: center;
}

.plane-container {
    position: absolute;
    top: 50%;
    left: 50%;
}
.forget-pass a{
    color: #86939e;
}
.card .done{
    color: #ed5564!important;
    text-decoration: line-through;
}
.float-right .zfb{
    cursor: pointer;
    margin-right: 10px;
    display: block;
    float: left;
    width: 122px;
    height: 42px;
    border: 1px solid #dcdcdc;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background: url(../image/zfb1.png) no-repeat center;
    background-size: cover;

}
.float-right .wx{
    cursor: pointer;
    margin-right: 10px;
    display: block;
    float: left;
    width: 122px;
    height: 42px;
    border: 1px solid #dcdcdc;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background: url(../image/pay-wx.png) no-repeat center;
    background-size: cover;

}
.float-right .zfb.active, .float-right .wx.active{
    border-color: #1971e9;
}
.btn-gift{
    cursor: pointer;
}
.float-right .irs{
    width: 100px;
}
.layui-layer-content iframe{
    padding: 76px 60px 0px 95px;
}
.nav-material>li>a::after {
    content: "";
    background: #fd7e14;
    height: 3px;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    transition: all 250ms ease 0s;
    transform: scale(0);
}
input[type="radio"] , input[type="checkbox"]{
    width: 20px;
    height: 20px;
    margin-left: 15px;
}