/*
    login
 */
.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(./../img/zfb.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(./../img/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;
}
.phoneGroup {
    display: inline-block;
    min-width: 72px;
    text-align: left;
    border: 2px solid #e1e8ee;
    border-right: none;
}

.phone-btn {
    border: none;
    height: auto;
    padding: 0;
    line-height: inherit;
    background-color: transparent;
    border: none;
    border-radius: 0;
    display: inline-block;
    font-size: 14px;
    line-height: 46px;
    cursor: pointer;
}

.phone-btn:focus {
    outline: none;
}
.phone-btn span{
    padding-left: 6px;
}

.selectBtn {
    text-align: left;

    /* padding: 0 16px; */

    color: #8590a6;
    text-align: center;

    background: none;
    /* border: 1px solid; */
    border-radius: 3px;
    height: calc(100% - 42px);

}

.selectConentent {
    display: none;
    position: absolute;
    top: 0;
    z-index: 233;
    background-color: #ffffff;
    left: -24px;
    border: 1px solid #ebebeb;
    width: 230px;
    border-radius: 4px;
    -webkit-box-shadow: 0 5px 20px rgba(26, 26, 26, .1);
    box-shadow: 0 5px 20px rgba(26, 26, 26, .1);
}

.selectOptions {
    overflow: auto;
    position: relative;
    max-height: 500px;
    padding: 8px 0;
    border-radius: 4px;
    text-align: left;
}

.selectOptions::-webkit-scrollbar {
    width: 10px;
    height: 1px;
    background-color: #f6f6f6;
}

/*定义滚动条轨道 内阴影+圆角*/
.selectOptions::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #f6f6f6;
}

.selectOptions::-webkit-scrollbar-thumb {
    background-color: #afadad;
    width: 5px;
    max-height: 10px;
    border-radius: 10px;

}

.select-option {
    display: block;
    width: 100%;
    height: 40px;
    padding: 0 20px;
    line-height: 40px;
    color: #8590a6;
    text-align: left;
    background: none;
    border: none;
}

.Select-arrow {
    margin-left: 4px;
    fill: currentcolor;
    width: 24px;
    height: 24px;
    display: inline-block;
    vertical-align: middle;
}