.silderBox {
    width: 100%;
    height: 100%;
    /* width: 320px;
    height: 160px; */
    background-color: #f57a7a;
    position: relative;
}
.bgImgBytes,.slideImgBytes{
    width: 100%;
    height: 100%;
}
.slideImg {
    /* width: 54px;
    height: 55px; */
    position: absolute;
    left: 0;
    display: flex;
    flex-direction: column;
    /* justify-content: flex-start; */
}
.selectorpoint{
    position: absolute;
    width: 0.2rem;
    height: 0.2rem;
    left: 0;
    background-color: #f57a7a;
    font-size: 0.20rem;
    line-height: 0.2rem;
    border-radius: 0.2rem;
    text-align: center;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-border-radius: 0.2rem;
    -moz-border-radius: 0.2rem;
    -ms-border-radius: 0.2rem;
    -o-border-radius: 0.2rem;
}

.sliderContainer {
    box-sizing: border-box;
    position: relative;
    text-align: center;
    /* width: 320px; */
    height: 40px;
    line-height: 40px;
    margin-top: 15px;
    background: #f7f9fa;
    color: #45494c;
    border: 1px solid #e4e7eb;
    display: flex;
    justify-content: center;
}

.sliderContainer_active .slider {
    height: 40px;
    top: -1px;
    border: 1px solid #1991FA;
}

.sliderContainer_active .sliderMask {
    height: 40px;
    border-width: 1px;
    box-sizing: border-box;
}

.sliderContainer_success .slider {
    top: -1px;
    height: 40px;
    border: 1px solid #52CCBA;
    background-color: #52CCBA !important;
}

.sliderContainer_success .sliderMask {
    height: 38px;
    border: 1px solid #52CCBA;
    background-color: #D2F4EF;
}

.sliderContainer_success .sliderIcon {
    background-position: 0 0 !important;
}

.sliderContainer_fail .slider {
    height: 40px;
    top: -1px;
    border: 1px solid #f57a7a;
    background-color: #f57a7a !important;
}

.sliderContainer_fail .sliderMask {
    height: 38px;
    border: 1px solid #f57a7a;
    background-color: #fce1e1;
}

.sliderContainer_fail .sliderIcon {
    top: 14px;
    background-position: 0 -82px !important;
}

.sliderContainer_active .sliderText,
.sliderContainer_success .sliderText,
.sliderContainer_fail .sliderText {
    display: none;
}
.sliderText{
    font-size: 0.26rem;
    width: 100%;
    height: 100%;

}

.sliderMask {
    position: absolute;
    left: 0;
    top: -1px;
    height: 40px;
    border: 0 solid #1991FA;
    background: #D1E9FE;
}

.slider {
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    background: #fff;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    cursor: pointer;
    transition: background .2s linear;
}

.slider:hover {
    background: #1991FA;
}

.slider:hover .sliderIcon {
    background-position: 0 -13px;
}

.sliderIcon {
    position: absolute;
    top: 15px;
    left: 13px;
    width: 14px;
    height: 12px;
    background: url(http://cstaticdun.126.net//2.6.3/images/icon_light.f13cff3.png) 0 -26px;
    background-size: 34px 471px;
}
.boxMask_fail{
    position:absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.3)

}

.boxMask_scuccess{
    position:absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.3)
}
.boxMask_scuccess .maskImage {
    background: url(./success.png);
    width: 30px;
    height: 30px;
}

.boxMask_fail .maskImage {
    background: url(./fail.png);
    width: 30px;
    height: 30px;
    /* background-color: red; */
}



.slide_load_show{
    display: flex !important;
}
.slide_load_hide{
    display: none !important;
}
.slide_load{
    position:absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.3)
}
.dount {
    width: 30px;
    height: 30px;
    border: 4px solid rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    border-left-color: red;
    animation: dount-ani 1.2s linear infinite;
 
}

@keyframes donut-ani {
    0% {
        transform: rotate(0deg);
        border-left-color: red;
    }

    33% {
        border-left-color: green;
    }

    66% {
        border-left-color: blue;
    }

    100% {
        transform: rotate(360deg);
        border-left-color: red;
            
}
}

.donut::after {
    content: '';
    position: absolute;
    left: -4px;
    top: -4px;
    width: 30px;
    height: 15px;
    border: 4px solid #ddd;
    border-bottom: 0;
    border-radius: 30px 30px 0 0;
}

@keyframes dount-ani {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.refreshIcon {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 99;
    width: 34px;
    height: 34px;
    cursor: pointer;
    background: url(http://cstaticdun.126.net//2.6.3/images/icon_light.f13cff3.png) 0 -437px;
    background-size: 34px 471px;
}

.container {
    width: 310px;
    margin: 100px auto;
}

input {
    display: block;
    width: 290px;
    line-height: 40px;
    margin: 10px 0;
    padding: 0 10px;
    outline: none;
    border: 1px solid #c8cccf;
    border-radius: 4px;
    color: #6a6f77;
}

#msg {
    width: 100%;
    line-height: 40px;
    font-size: 14px;
    text-align: center;
}

a:link,
a:visited,
a:hover,
a:active {
    margin-left: 100px;
    color: #0366D6;
}