.color-qq {
    color: #00b0fb
}

.color-wechat {
    color: #46d800
}

.color-alipay {
    color: #06b4fd
}

.syb-login2__body {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 99999;
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: none
}

.syb-login2__mask {
    pointer-events: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: -1
}

.syb-login2__container {
    pointer-events: auto;
    overflow: hidden;
    width: 530px;
    background: #fff;
    border-radius: 8px;
    font-size: 16px;
    box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.5);
    display: flex;
    position: relative;
}

.syb-login2__content {
    width: 100%;
    box-sizing: border-box;
    padding: 65px 70px
}

.syb-login2__title {
    width: 100%;
    height: 30px;
    line-height: 26px;
    position: relative;
    text-align: center
}

.syb-login2__title::before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    top: 15px;
    background: #e5e5e5
}

.syb-login2__title span {
    position: relative;
    padding: 0 15px;
    background: #fff
}

.syb-login2__title--big span {
    font-size: 20px;
    color: #363636;
    font-weight: bold
}

.syb-login2__title--small span {
    font-size: 14px;
    color: #555
}

.syb-login2__type {
    margin: 30px 0 20px;
    text-align: center
}

.syb-login2__type span {
    margin: 0 20px;
    color: #383838;
    cursor: pointer
}

.syb-login2__type span.active {
    color: #c6231d
}

.syb-login2__type .iconfont {
    margin-right: 5px
}

.syb-login2__line {
    margin-top: 15px;
    border-bottom: 1px solid #eee;
    display: flex
}

.syb-login2__button {
    margin: 30px 0;
    width: 100%;
    height: 35px;
    background: #c6231d;
    color: #fff;
    text-align: center;
    line-height: 35px;
    cursor: pointer;
    border-radius: 18px;
    text-align: center
}

.syb-login2__button:hover {
    transition: 0.1s ease-out opacity;
    opacity: 0.85
}

.syb-login2__button:active {
    opacity: 1
}

.syb-login2__tips+.syb-login2__button {
    margin-top: 10px
}

.syb-login2__tips {
    text-align: center;
    color: #929292;
    font-size: 14px;
    margin-top: 30px
}



.syb-login2__close {
    width: 16px;
    height: 16px;
    font-size: 24px;
    line-height: 16px;
    cursor: pointer;
    position: absolute;
    right: 20px;
    top: 10px;
}

.syb-login2__deer {
    width: 200px;
    height: 225px;
    background: url("../../images/login/deer48cd.png");
    margin-top: 10px;
    margin-left: 65px
}

.syb-login2__deer-privilege {
    width: 145px;
    height: 186px;
    background: url("../../images/login/deer-privilege3bf3.png?v=8519f7b25bf2");
    margin-top: 50px;
    margin-left: 20px;
    margin-bottom: 30px
}

.syb-login2__greet {
    width: 145px;
    height: 70px;
    margin-left: 20px;
    background-repeat: no-repeat
}

.syb-login2__greet--login {
    background-image: url("../../images/login/greet-logind215.png")
}

.syb-login2__greet--register {
    background-image: url("../../images/login/greet-registercb9a.png")
}

.syb-login2__greet--privilege {
    background-image: url("../../images/login/greet-privilege947c.png?v=b6a528e1fe23")
}

.syb-login2__oauth {
    display: flex;
    padding: 5px 30px;
    justify-content: space-between
}

.syb-login2__oauth i {
    font-size: 40px
}

.syb-login2__privacy {
    margin-top: 20px;
    font-size: 14px;
    color: #adadad;
    white-space: nowrap
}

.syb-login2__privacy .el-checkbox__input {
    margin-right: 5px
}

.syb-login2__privacy .el-checkbox__input.is-checked .el-checkbox__inner {
    border-color: #cf1313;
    background-color: #cf1313
}

.syb-login2__privacy .el-checkbox__input.is-focus .el-checkbox__inner,
.syb-login2__privacy .el-checkbox__inner:hover {
    border-color: #cf1313
}

.syb-login2__privacy a {
    color: #4659cf
}

.syb-login2input {
    display: flex;
    justify-content: space-between;
    height: 50px;
    line-height: 50px
}

.syb-login2input__label {
    width: 50px;
    flex-shrink: 0
}

.syb-login2input__label {
    width: 50px;
    color: #383838
}

.syb-login2input__content {
    flex: 1;
    margin-left: 8px
}

.syb-login2input__content input {
    font-size: 16px;
    border: 0;
    width: 100%;
    height: 90%;
    outline: 0
}

.syb-login2input__content input::-webkit-input-placeholder {
    color: #bdbdbd
}

.syb-login2input__content .el-select {
    width: 100%
}

.syb-login2input__affix {
    white-space: nowrap;
    flex-shrink: 0
}

.syb-login2input__affix a,
.syb-login2input__affix a:active {
    color: #383838
}

.syb-login2input__send {
    font-size: 14px;
    padding: 5px 10px;
    border-radius: 15px;
    background: #fff;
    color: #c6231d;
    box-sizing: border-box;
    border: 1px solid #c6231d;
    white-space: nowrap;
    flex-shrink: 0;
    cursor: pointer
}

.syb-login2input__send--disabled {
    background: #eee;
    color: #999;
    border-color: #eee;
    cursor: default
}

.syb-login2input__img {
    width: 100px;
    padding-left: 10px;
    flex-shrink: 0;
    height: 51px;
    background: #fff;
    cursor: pointer
}

.syb-login2input__img img {
    width: 100px;
    height: 44px;
    background: #ebebeb
}

.syb-login-page {
    background: #fef6ed;
    width: 100%;
    min-height: calc(100vh - 345px - 94px)
}

.syb-login-page .auto-content {
    padding-top: 100px;
    position: relative;
    min-height: 650px;
    padding-bottom: 30px;
    box-sizing: border-box
}

.syb-login-page__bg {
    position: absolute;
    width: 690px;
    height: 571px;
    background: url("../../images/login/login-bgda05.jpg?v=fc056bb8e9ed");
    top: 60px;
    left: 0
}

.syb-login-page__content {
    position: relative;
    background: #fff;
    border-radius: 5px;
    margin-left: 745px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.15)
}

.syb-login-page--invite {
    background: url("../../images/invite-register/bg581d.jpg?v=81b5927139a9") no-repeat center top
}

.syb-login-page--invite .syb-login-page__content {
    margin-left: 1000px
}

.syb-login-page--invite .auto-content {
    height: 1000px
}

.syb-login-page__inviteinfo {
    width: 1200px;
    position: absolute;
    top: 70px;
    left: -200px
}

.syb-login-page__inviteinfo-top {
    text-align: center
}

.syb-login-page__inviteinfo-top p {
    font-size: 36px;
    font-weight: bold
}

.syb-login-page__inviteinfo-top p em {
    color: #b81c22;
    margin-right: 25px
}

.syb-login-page__inviteinfo-top h3 {
    margin-top: 10px;
    font-size: 46px;
    color: #b81c22
}

.syb-login-page__inviteinfo-top h3 em {
    font-size: 66px;
    font-style: italic;
    margin-right: 5px
}

.syb-login-page .layui-carousel {
    background: transparent;
    width: 782px;
    height: 200px;
    margin: 10px auto
}

.syb-login-page .layui-carousel ul:before {
    display: none
}

.syb-login-page .layui-carousel li {
    background: transparent
}

.syb-login-page__inviteinfo-img {
    width: 962px;
    height: 445px;
    margin: 10px auto
}

.syb-retrieve__container {
    width: 500px;
    margin: 0 auto;
    padding-top: 30px
}

.syb-retrieve__title {
    width: 100%;
    height: 30px;
    line-height: 26px;
    position: relative;
    text-align: center;
    margin-bottom: 20px
}

.syb-retrieve__title::before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    top: 15px;
    background: #e5e5e5
}

.syb-retrieve__title span {
    position: relative;
    padding: 0 15px;
    background: #fff;
    font-size: 20px;
    color: #363636;
    font-weight: bold
}

.syb-retrieve__box {
    width: 350px;
    margin: 0 auto
}

.syb-retrieve__success {
    text-align: center;
    font-size: 16px;
    color: #212121;
    padding: 20px 0;
    letter-spacing: 2px
}

.syb-retrieve__success a {
    color: #c6231d
}

.syb-retrieve-step {
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    margin-bottom: 40px
}

.syb-retrieve-step__circle {
    width: 28px;
    height: 28px;
    color: #fff;
    text-align: center;
    line-height: 28px;
    background: #dbdbdb;
    border-radius: 50%;
    font-size: 16px;
    position: relative
}

.syb-retrieve-step__circle:after {
    content: '确认账号';
    display: block;
    width: 70px;
    color: #9b9b9b;
    font-size: 14px;
    position: absolute;
    bottom: -30px;
    left: -20px
}

.syb-retrieve-step__circle:nth-of-type(3)::after {
    content: '重置密码'
}

.syb-retrieve-step__circle:nth-of-type(5)::after {
    content: '重置成功'
}

.syb-retrieve-step__circle--done {
    background: #c6231d
}

.syb-retrieve-step__circle--done:after {
    color: #c6231d
}

.syb-retrieve-step__line {
    align-items: center;
    flex: 1;
    height: 2px;
    background: #dbdbdb;
    border-radius: 1px;
    margin: 0 10px
}

.syb-retrieve-step__line--done {
    background: #c6231d
}

.syb-user-delete__container {
    width: 650px;
    margin: 0 auto;
    padding-top: 30px
}

.syb-user-delete__title {
    margin: 0 auto;
    width: 500px;
    height: 30px;
    line-height: 26px;
    position: relative;
    text-align: center;
    margin-bottom: 20px
}

.syb-user-delete__title::before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    top: 15px;
    background: #e5e5e5
}

.syb-user-delete__title span {
    position: relative;
    padding: 0 15px;
    background: #fff;
    font-size: 20px;
    color: #363636;
    font-weight: bold
}

.syb-user-delete__box {
    margin: 0 auto
}

.syb-user-delete__success {
    text-align: center;
    font-size: 16px;
    color: #212121;
    padding: 20px 0;
    letter-spacing: 2px
}

.syb-user-delete__success a {
    color: #c6231d
}

.syb-user-delete__account {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    text-align: center;
    margin: 60px 0
}

.syb-user-delete__account span {
    margin-left: 10px;
    color: #c6231d
}

.syb-user-delete__detection {
    text-align: center
}

.syb-user-delete__detection .el-icon-loading {
    user-select: none;
    font-size: 65px;
    color: #c6231d;
    font-weight: bold
}

.syb-user-delete__detection span {
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    color: #333;
    margin-top: 20px
}

.syb-user-delete__stress {
    width: 140%;
    transform: translateX(-50%);
    margin-left: 50%;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #333;
    margin-top: 40px;
    user-select: none
}

.syb-user-delete__stress .input {
    margin-top: 10px
}

.syb-user-delete__stress input {
    text-align: center
}

.syb-user-delete__button {
    width: 180px;
    margin: 30px auto;
    height: 35px;
    background: #c6231d;
    color: #fff;
    line-height: 35px;
    cursor: pointer;
    border-radius: 18px;
    text-align: center
}

.syb-user-delete__button:hover {
    transition: 0.1s ease-out opacity;
    opacity: 0.85
}

.syb-user-delete__button:active {
    opacity: 1
}

.syb-user-delete__success {
    padding: 30px 0;
    text-align: center;
    color: #333;
    font-size: 18px
}

.syb-user-delete__success p {
    line-height: 2.5;
    font-weight: bold
}

.syb-user-delete__success span {
    color: #c6231d
}

.syb-user-delete-step {
    width: 500px;
    margin: 0 auto;
    padding: 20px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    margin-bottom: 40px
}

.syb-user-delete-step__circle {
    width: 28px;
    height: 28px;
    color: #fff;
    text-align: center;
    line-height: 28px;
    background: #dbdbdb;
    border-radius: 50%;
    font-size: 16px;
    position: relative
}

.syb-user-delete-step__circle:after {
    content: '确认账号';
    display: block;
    width: 70px;
    color: #9b9b9b;
    font-size: 14px;
    position: absolute;
    bottom: -30px;
    left: -20px
}

.syb-user-delete-step__circle:nth-of-type(3)::after {
    content: '注销须知'
}

.syb-user-delete-step__circle:nth-of-type(5)::after {
    content: '确认注销'
}

.syb-user-delete-step__circle--done {
    background: #c6231d
}

.syb-user-delete-step__circle--done:after {
    color: #c6231d
}

.syb-user-delete-step__line {
    align-items: center;
    flex: 1;
    height: 2px;
    background: #dbdbdb;
    border-radius: 1px;
    margin: 0 10px
}

.syb-user-delete-step__line--done {
    background: #c6231d
}

.syb-user-delete-result__p {
    font-size: 14px;
    color: #333;
    line-height: 2;
    width: 350px;
    margin: 0 auto
}

.syb-user-delete-result__p span {
    font-weight: bold
}

.syb-user-delete-result__p span.red {
    color: #c6231d
}

.syb-user-delete-result__p span.red a {
    color: #c6231d;
    text-decoration: underline
}

.syb-user-delete-result__p span.green {
    color: #80c269
}

.syb-user-delete-result__p .syb-icon-gantanhao {
    font-size: 14px;
    display: inline-block;
    border-radius: 50%;
    background: #c6231d;
    color: #fff;
    text-align: center;
    margin-left: 5px;
    line-height: 1;
    padding: 4px
}

.syb-user-delete-result__p .syb-icon-tongguo {
    font-size: 14px;
    display: inline-block;
    border-radius: 50%;
    background: #80c269;
    color: #fff;
    text-align: center;
    margin-left: 5px;
    line-height: 1;
    padding: 4px
}

.syb-user-delete-result__h3 {
    font-size: 18px;
    color: #333;
    font-weight: bold;
    text-align: center;
    margin: 30px 0
}

.syb-user-delete-result__back {
    text-align: center;
    color: #c6231d;
    text-decoration: underline;
    font-weight: bold
}

.syb-user-delete-result__back a {
    color: #c6231d
}

.syb-user-delete-tips {
    display: flex;
    padding-top: 30px;
    align-items: center
}

.syb-user-delete-tips__deer {
    user-select: none;
    margin-right: 30px
}

.syb-user-delete-tips__detail {
    padding: 20px;
    border-radius: 20px;
    font-size: 14px;
    color: #333;
    line-height: 1.75;
    background: #ededed;
    position: relative
}

.syb-user-delete-tips__detail:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    height: 0;
    width: 0;
    border-top: 20px solid #ededed;
    border-bottom: 20px solid transparent;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    position: absolute;
    left: -10px;
    top: 80px;
    transform: rotate(-25deg)
}

/* 移动端适配样式 */
@media (max-width: 800px) {
    .syb-login2__container {
        width: 90%;
        max-width: 400px;
        margin: 0 20px;
        flex-direction: column;
    }
    
    .syb-login2__content {
        width: 100%;
        padding: 25px 20px;
    }
    
    .syb-login2__affix {
        display: none;
    }
    
    .syb-login2__title--big span {
        font-size: 18px;
    }
    
    .syb-login2__type {
        margin: 20px 0 15px;
    }
    
    .syb-login2__type span {
        margin: 0 15px;
        font-size: 14px;
    }
    
    .syb-login2input {
        height: 45px;
        line-height: 45px;
    }
    
    .syb-login2input__label {
        width: 60px;
        font-size: 14px;
    }
    
    .syb-login2input__content input {
        font-size: 14px;
    }
    
    .syb-login2input__send {
        font-size: 12px;
        padding: 4px 8px;
    }
    
    .syb-login2__button {
        height: 40px;
        line-height: 40px;
        margin: 25px 0;
        font-size: 16px;
    }
    
    .syb-login2__close {
        top: 10px;
        right: 15px;
        font-size: 24px;
    }
    
    .syb-login2__oauth {
        margin-top: 15px;
    }
    
    .syb-login2__oauth i {
        font-size: 28px;
        margin: 0 8px;
    }
    
    .syb-login2__privacy {
        font-size: 12px;
        margin: 15px 0;
    }
}
