/* 智齿 */
.fix-sobot-init {
    display: none;
}
.sobot {
    position: fixed;
    left: 24px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
}

.sobot-active {
    animation: showSobot 0.8s 1 0s normal forwards;
}

@keyframes showSobot {
    0% {
        left: -214px;
    }
    100% {
        left: 24px;
    }
}

.sobot-active-out {
    animation: hideSobot 0.8s 1 0s normal forwards;
}

@keyframes hideSobot {
    0% {
        left: 24px;
    }
    100% {
        left: -214px;
    }
}

.sobot-top {
    position: relative;
    width: 244px;
    height: 204px;
    background: #0740B3;
    background: linear-gradient(281deg, #0740B3 0%, #145CD9 100%);
    border-radius: 4px;
}

.sobot-top img {
    position: absolute;
    top: -11px;
    left: 30px;
    width: 68px;
    height: 68px;
}

.sobot-top div {
    font-size: 24px;
    font-family: YouSheBiaoTiHei;
    color: #FFFFFF;
    line-height: 58px;
    text-shadow: 0px 2px 4px rgba(0,0,0,0.16);
    margin-left: 105px;
}

.sobot-bottom {
    position: relative;
    width: 242px;
    height: 172px;
    background: #F0F2F5;
    border-radius: 4px;
    border: 1px solid #EDEEF5;
    margin-top: -146px;
    padding-top: 20px;
}

.sobot-bottom input {
    width: 216px;
    height: 42px;
    background: #FFFFFF;
    border-radius: 4px;
    font-size: 16px;
    border: 1px solid #E6E8EB;
    text-indent: 10px;
    margin-bottom: 8px;
    margin-left: 13px;
}

.sobot-bottom input::placeholder {
    color: #868A8F;
}

.sobot-btn {
    width: 218px;
    height: 44px;
    font-size: 16px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 44px;
    background: #D50000;
    border-radius: 4px;
    text-align: center;
    cursor: pointer;
    margin: 4px auto 0;
}

.sobot-btn:hover {
    background: #F0584D;
}

.sobot-btn:active {
    background: #B00006;
}

/* 小智齿 */
.sobot-small {
    position: fixed;
    top: 50%;
    left: 48px;
    transform: translateY(-50%);
    width: 44px;
    z-index: 9;
    display: none;
}

.sobot-small-img {
    width: 44px;
    height: 44px;
}

.sobot-small-content {
    width: 44px;
    height: 148px;
    background: #145CD9;
    background: linear-gradient(360deg, #0740B3 0%, #145CD9 100%);
    box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.11);
    border-radius: 8px;
    border: 1px solid #FFFFFF;
    margin-top: -30px;
}

.sobot-small-text {
    width: 20px;
    font-size: 18px;
    font-family: YouSheBiaoTiHei;
    color: #FFFFFF;
    line-height: 18px;
    text-align: center;
    margin: 23px auto 0;
}

.sobot-small-prev {
    display: block;
    width: 16px;
    height: 16px;
    margin: 6px auto 0;
}
