.faitest_slide--puzzle {
    position: relative;
    cursor: pointer
}

.faitest_slide--piece {
    display: none;
    position: absolute;
    width: 54px;
    height: 54px;
    left: 0;
    top: 0;
    cursor: default;
    transition: left 1s ease
}

.faitest_slide--piece__active {
    transition: none
}

.faitest_slide--img {
    display: none;
    width: 100%
}

.faitest_slide--slider {
    position: relative;
    margin: 25px 0 0;
    height: 34px;
    line-height: 34px;
    border-radius: 20px;
    border: 1px solid #e3e8f0;
    background: #f0f2f7;
    font-size: 14px;
    text-align: center
}

.faitest_slide--slider__success {
    border-color: #25c77d;
    background-color: #ecfff5
}

.faitest_slide--placeholder {
    width: 100%;
    height: 160px;
    background-color: #e5e5e5;
    color: #b2b2b2;
    line-height: 160px;
    text-align: center
}

.faitest_slide--track_wrap {
    position: absolute;
    left: 0;
    right: 0;
    top: -1px;
    height: 36px
}

.faitest_slide--track {
    position: absolute;
    left: 0;
    top: 0;
    width: 34px;
    height: 34px;
    border-radius: 22px;
    border: 1px solid #fff;
    background-color: #0076fe;
    background-color: #d1e9fe
}

.faitest_slide--track__active {
    border-color: #0076fe;
    background-color: #d1e9fe
}

.faitest_slide--track__dangerous {
    border-color: #f57a7a;
    background-color: #fce1e1;
    transition: width 1s ease
}

.faitest_slide--track__success {
    border-color: #25c77d;
    background-color: #ecfff5;
    transition: width .1s ease
}

.faitest_slide--anchor {
    position: absolute;
    right: -1px;
    top: -1px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: url(../imgs/yzm.png) no-repeat 0 -50px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: width 1s ease
}

.faitest_slide--anchor__active {
    background-position: 0 -50px
}

.faitest_slide--anchor__dangerous {
    background-position: 0 -100px
}

.faitest_slide--anchor__success {
    background-position: 0 -150px
}

.faitest_slide--label {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 34px
}

.faitest_graphic--main {
    position: relative;
    padding: 7px 0;
    border: 1px solid #e9edf3;
    margin: 0 10px
}

.faitest_graphic--input {
    outline: 0;
    padding: 0;
    border: 0;
    height: 44px;
    width: 88px;
    margin-left: 23px;
    font-size: 16px;
    vertical-align: middle
}

.faitest_graphic--input::-webkit-input-placeholder {
    font-size: 14px;
    color: #b9bed1
}

.faitest_graphic--img {
    width: 118px;
    height: 42px;
    margin-left: 24px;
    vertical-align: middle;
    cursor: pointer
}

.faitest_graphic--refresh {
    cursor: pointer;
    background: url(../imgs/icon.png) no-repeat 0 0;
    width: 20px;
    height: 18px;
    vertical-align: middle;
    display: inline-block
}

.faitest_graphic--tips {
    height: 36px;
    text-align: center;
    color: #ed1c1c;
    line-height: 36px;
    font-size: 12px
}

.faitest_graphic--confirm {
    height: 50px;
    margin: 0 10px;
    background-color: #0075ff;
    line-height: 50px;
    color: #fff;
    border-radius: 2px;
    text-align: center;
    font-size: 16px;
    cursor: pointer
}

@media (max-width: 767px) {
    .faitest_graphic--img {
        width: 100px;
        margin-left: 12px
    }

    .faitest_graphic--refresh {
        display: none
    }
}

.fa-modal--mask {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
    opacity: .7;
    z-index: 10240
}

.fa-modal--close {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 20px;
    height: 20px;
    background: url(../imgs/closeIcon.png) no-repeat 50%;
    cursor: pointer
}

.fa-modal--wrap {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    overflow: auto;
    outline: 0;
    z-index: 10240
}

.fa-modal--wrap__center {
    text-align: center
}

.fa-modal--wrap__center:before {
    display: inline-block;
    width: 0;
    height: 100%;
    vertical-align: middle;
    content: ""
}

.fa-modal {
    padding: 15px 0;
    margin: 0 auto;
    color: #3a405b;
    font-family: MicrosoftYaHei
}

.fa-modal--wrap__center .fa-modal {
    display: inline-block;
    vertical-align: middle
}

.fa-modal--content {
    position: relative;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .15)
}

.fa-modal--header {
    padding: 30px 24px 8px
}

.fa-modal--title {
    text-align: center;
    font-size: 16px;
    line-height: 1
}

.fa-modal--body {
    padding: 24px;
    font-size: 14px;
    line-height: 1.5
}

@media (max-width: 767px) {
    .fa-modal {
        max-width: calc(100vw - 16px);
        margin: 8px auto;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
    }

    .fa-modal--content {
        border-radius: 12px
    }

    .fa-modal--title {
        font-size: 22px
    }

    .fa-modal--close {
        background-image: url(../imgs/icon8.png);
        right: 18px;
        top: 18px
    }
}