
.layout-right-lin-new{
    cursor: pointer;
}

.feedback-right-view .ant-input:focus{
    box-shadow: none !important;
    border: none;
    box-shadow: none !important;
}

.feedback-right-view .ant-input{
    border: none;
}

.feedback-right-view .feedback-error{
    margin-top: 40px !important;
}
/*绑定手机号弹窗*/
.global-phone-wrapper {
    width: 440px;
    height: 432px;
    background: #FFFFFF;
    border-radius: 16px;
    padding-top: 30px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 99;
}

.global-phone-wrapper-title{
    padding-left: 30px;
}

.global-phone-wrapper-title h5{
    font-size: 18px;
    font-weight: 600;
    color: #333;
}

.global-phone-wrapper-title span{
    font-size: 14px;
    font-weight: 400;
    color: #999999;
}


.global-phone-wrapper .phoneBgc-tip{
    width: 146px;
    height: auto;
    position: absolute;
    top: -20px;
    right: 20px;
}


.mobile-phone-binding {
    width: 380px;
    margin: 0 auto;
    margin-top: 45px;
}

.mobile-phone-binding .phone,
.mobile-phone-binding .slide{
    height: 42px;
    margin-bottom: 24px;
}

.mobile-phone-binding .code{
    height: 48px;
    margin-bottom: 24px;
}

.mobile-phone-binding .phone {
    width: 100%;
    background: #FFFFFF;
    border-radius: 8px;
    border: 1px solid #EBEBEB;
    color: #FFFFFF;
}

.mobile-phone-binding .phone input::placeholder{
    color: #999;
}

.mobile-phone-binding .phone i,
.mobile-phone-binding .phone input {
    display: block;
    height: 100%;
}

.mobile-phone-binding .phone i {
    width: 42px;
    text-align: center;
    line-height: 40px;
    font-size: 20px;
    color: #999;
    float: left;
}

.mobile-phone-binding .phone input {
    float: left;
    color: #333;
    width: 280px;
    height: 100%;
    background: none;
}

/*滑动验证*/
.phone-slide-wrapper {
    position: relative;
}

#phone-slide-wrapper-enter {
    width: 380px;
    height: 42px;
    position: absolute;
    right: 0;
    overflow: hidden;
}

.phone-slide-wrapper .nc-container .nc_wrapper {
    width: 380px !important;
    height: 42px !important;
    line-height: 42px !important;
}

.phone-slide-wrapper .nc_scale {
    width: auto;
    height: 42px;
    background: #F2F2F2;
    position: relative;
    margin: 0;
    padding: 0;
    border-radius: 8px;
    border: 1px solid #F2F2F2;
}

.phone-slide-wrapper .nc-container .nc_scale span {
    font-size: 14px;
}

.phone-slide-wrapper .nc-container .nc_scale .btn_slide {
    height: 42px;
    line-height: 40px;
    border-radius: 8px;
    background: #fff;
    border-color: #F2F2F2;
    margin: -1px;
    font-size: 18px;
    color: #999;
}

.phone-slide-wrapper .nc-container .nc_scale .btn_ok {
    height: 42px;
    line-height: 40px;
    border-radius: 0 8px 8px 0;
    font-size: 18px;
    color: #ffb311;
    background: #fff;
    border-color: #F2F2F2;
    margin: -1px;
}

.phone-slide-wrapper .nc-container .nc_scale .scale_text span {
    line-height: 40px;
    padding-left: 38px;
}

.phone-slide-wrapper .nc-container .nc_scale .scale_text2 span.nc-lang-cnt {
    padding-left: 0;
}

.phone-slide-wrapper .nc-container .nc_scale .nc_bg {
    border-radius: 8px 0 0 8px;
    background: #ffb311;
}

.phone-slide-wrapper .nc-container .scale_text.scale_text.slidetounlock span[data-nc-lang="SLIDE"] {
    background: -webkit-gradient(linear, left top, right top, color-stop(0, #333), color-stop(0.4, #333), color-stop(0.5, #333), color-stop(0.6, #333), color-stop(1, #333));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-animation: slidetounlock 3s infinite;
    -webkit-text-size-adjust: none;
}

/*发送验证码*/
.global-phone-wrapper .code {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.global-phone-wrapper > .text {
    display: block;
    text-align: center;
}

.global-phone-wrapper .code-wrapper {
    width: 220px;
    height: 100%;
    border-radius: 8px;
    background: #fff;
    border: 1px solid #EBEBEB;
}

.global-phone-wrapper .a-code-button {
    display: block;
    width: 140px;
    height: 100%;
    line-height: 48px;
    border-radius: 8px;
    text-align: center;
    color: #613C14;
    background: linear-gradient(90deg, #FEE2B6 0%, #FEC86E 99%);
    transition: all 0.2s;
}

.global-phone-wrapper .code-wrapper i {
    width: 42px;
    text-align: center;
    line-height: 48px;
    font-size: 20px;
    color: #999;
    float: left;
}

.global-phone-wrapper .code-wrapper input {
    float: left;
    color: #333;
    width: 160px;
    height: 100%;
    background: none;
}
.global-phone-wrapper .code-wrapper input::placeholder{
    color: #999;
}

.global-phone-wrapper .finish-button {
    display: block;
    width: 180px;
    height: 42px;
    background: linear-gradient(90deg, #FEE2B6 0%, #FEC86E 99%);
    border-radius: 21px;
    margin: 0 auto;
    font-size: 16px;
    font-weight: 400;
    color: #613C14;
    transition: all 0.2s;
    text-align: center;
    line-height: 42px;
}

.a-code-button:hover,
.finish-button:hover {
    opacity: 0.9;
}

.global-phone-wrapper-btns{
    margin-top: 47px;
    display: flex;
    justify-content: center;
}
/*header占位骨架屏*/
.plus-layout-header-Pop{
    background-color: rgba(0, 0, 0, 0);
    backdrop-filter: blur(20px);
    width: 100%;
    height: 84px;
    position: fixed;
    top: 0;
    z-index: 102;
    box-shadow: 0px 0px 10px #333333;
}

/* style.css*/
@keyframes zoomIn {
    from {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }
}

.zoomIn {
    animation-name: zoomIn;
}

@keyframes zoomOut {
    from {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    to {
        opacity: 0;
    }
}

.zoomOut {
    animation-name: zoomOut;
}

.animate {
    animation-duration: 800ms;
}

/*动画效果合集*/

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
.animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}

/*base code*/
.animated-quick {
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.animated-quick.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
.animated-quick.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}

/*the animation definition*/
@-webkit-keyframes slideInLeft {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}
@keyframes slideInLeft {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0);
        -ms-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}
.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft
}

/*the animation definition*/
@-webkit-keyframes slideInRight {
    0% {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}
@keyframes slideInRight {
    0% {
        -webkit-transform: translate3d(100%, 0, 0);
        -ms-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}
.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight
}

/*the animation definition*/
@-webkit-keyframes bounce {
    0%, 100%, 20%, 53%, 80% {
        -webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    40%,
    43% {
        -webkit-transition-timing-function: cubic-bezier(0.755, .050, .855, .060);
        transition-timing-function: cubic-bezier(0.755, .050, .855, .060);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0)
    }
    70% {
        -webkit-transition-timing-function: cubic-bezier(0.755, .050, .855, .060);
        transition-timing-function: cubic-bezier(0.755, .050, .855, .060);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0)
    }
}
@keyframes bounce {
    0%, 100%, 20%, 53%, 80% {
        -webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    40%,
    43% {
        -webkit-transition-timing-function: cubic-bezier(0.755, .050, .855, .060);
        transition-timing-function: cubic-bezier(0.755, .050, .855, .060);
        -webkit-transform: translate3d(0, -30px, 0);
        -ms-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0)
    }
    70% {
        -webkit-transition-timing-function: cubic-bezier(0.755, .050, .855, .060);
        transition-timing-function: cubic-bezier(0.755, .050, .855, .060);
        -webkit-transform: translate3d(0, -15px, 0);
        -ms-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        -ms-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0)
    }
}
.bounce:hover {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom
}

/*the animation definition*/
@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}
@keyframes pulse {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        -ms-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        -ms-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        -ms-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}
.pulse:hover {
    -webkit-animation-name: pulse;
    animation-name: pulse
}

/*the animation definition*/
@-webkit-keyframes slideInDown {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}
@keyframes slideInDown {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        -ms-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}
.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown
}

/*the animation definition*/
@-webkit-keyframes slideInUp {
    0% {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}
@keyframes slideInUp {
    0% {
        -webkit-transform: translate3d(0, 100%, 0);
        -ms-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}
.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp
}

/*the animation definition*/
@-webkit-keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        opacity: 0
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg)
    }
    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}
@keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -ms-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        opacity: 0
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -ms-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        -ms-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        -ms-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg)
    }
    100% {
        -webkit-transform: perspective(400px);
        -ms-transform: perspective(400px);
        transform: perspective(400px)
    }
}
.flipInY {
    -webkit-backface-visibility: visible!important;
    -ms-backface-visibility: visible!important;
    backface-visibility: visible!important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY
}

/*the animation definition*/
@-webkit-keyframes tada {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    10%,
    20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)
    }
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
    }
    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}
@keyframes tada {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        -ms-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    10%,
    20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        -ms-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)
    }
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        -ms-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
    }
    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        -ms-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        -ms-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}
.tada {
    -webkit-animation-name: tada;
    animation-name: tada
}





/*头部引导css*/

.plus-header-guideContent{
    position: relative;
}

.plus-header-Guided_missile.active{
    z-index: 20;
    top: 26px;
    opacity: 1;
    visibility: visible;
}

.plus-header-Guided_missile{
    opacity: 0;
    visibility: hidden;
    z-index: -10;
    width: 330px;
    height: 200px;
    position: absolute;
    top: 6px;
    right: -59px;
    background-image: url('//js.ibaotu.com/revision/plus/img/public/pic/Guided_missile.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    transition: all 0.2s;
}

.plus-header-Guided_missile_buttons{
    position: absolute;
    bottom: 40px;
    right: 0;
    padding-right: 40px;
}

.plus-header-Guided_missile_buttons button{
    width: 86px;
    height: 27px;
    line-height: 27px;
    border-radius: 7px;
    cursor: pointer;
    transition: all 0.2s;
}

.plus-header-Guided_missile_buttons button:hover{
    opacity: 0.9;
}

.plus-header-Guided_missile_buttons button:nth-child(1){
    background: rgba(255, 255, 255, 0.3);
    box-shadow: 0px 0px 8px 0px rgba(174,77,0,0.26);
    font-size: 14px;
    font-weight: 500;
    color: #613C14;
}

.plus-header-Guided_missile_buttons button:nth-child(2){
    border: 1px solid #FFD797;
    background: linear-gradient(90deg, #FFD797 0%, #F8AB48 100%);
    box-shadow: 0px 0px 8px 0px rgba(174,77,0,0.22);
    margin-left: 10px;
    font-size: 14px;
    font-weight: 500;
    color: #613C14;
}

.plus-header-Guided_missile::after{
    position: absolute;
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: rgba(255, 230, 189, 1);
    top: 3px;
    right: 71px;
    animation: guideHalo 3s linear infinite;
    z-index: 2;
}
.plus-header-Guided_missile::before{
    position: absolute;
    content: '';
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: rgba(255, 230, 189, 0.4);
    top: 0px;
    right: 68px;
    animation: guideHalo 3s linear infinite;
    z-index: 1;
}

.authorize-Entrance-content{
    position: relative;
}

@keyframes guideHalo {
    0% {
        transform: scale(0.5);
        opacity: 0.5;
    }
    50% {
        transform: scale(1);
        opacity: 1;
    }
    100% {
        transform: scale(1.5);
        opacity: 0;
    }
}

.video-play{
    display: flex;
    justify-content: center;
}

.video-play .plus-video-showImage{
    width: auto;
    height: 101%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 4px;
    z-index: 2;
}

.plus-video-showImage{
    display: none;
}


