body {
    font-family: "微软雅黑";
}

.header_Affix_wrap .ant-affix {
    z-index: 100;
}

.loginwrap-new .logo-wrap img {
    display: block;
    width: 192px;
    height: 36px;
    margin: 0 auto;
}

/* 头部 */
.plus_Header {
    width: 100%;
    height: 80px;
    background: #0D162C;
}

.plus_Header_none {
    width: 100%;
    height: 80px;
    background: #0D162C;
}

.plus_Header .header_Center,
.recharge_Header .header_Center {
    width: 1170px;
    height: 100%;
    margin: 0 auto;
    padding-top: 22px;
}

/* logo */
.plus_Header .plus_Logo,
.recharge_Header .plus_Logo {
    width: 156px;
    height: 30px;
    float: left;
    margin-right: 115px;
    cursor: pointer;
}

.plus_Logo i {
    display: block;
    font-size: 34px;
    color: #CCAC5C;
}

.plus_Header .plus_Logo i {
    margin-top: -7px;
}

/* nav */
.plus_Header .plus_Nav {
    float: left;
    height: 100%;
}

.plus_Header .plus_Nav a {
    display: block;
    height: 100%;
    font-size: 18px;
    color: #ffffff;
    float: left;
    margin-right: 40px;
    line-height: 35px;
    position: relative;
}

.plus_Header .plus_Nav a:after {
    content: '';
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    border-bottom: 1px solid #CCAC5C;
    opacity: 0;
    visibility: hidden;
    transition: all 250ms ease-in-out;
}

.plus_Header .plus_Nav a:hover,
.plus_Header .plus_Nav a.active {
    color: #CCAC5C;
}

.plus_Header .plus_Nav a:hover:after,
.plus_Header .plus_Nav a.active:after {
    opacity: 1;
    visibility: visible;
}

.plus_Header .plus_Nav .nav_active {
    color: #CCAC5C;
}

.plus_Header .plus_Nav .nav_active::after {
    opacity: 1;
    visibility: visible;
}

.plus_Header .header_Button {
    float: right;
}

.plus_Header .header_Button button {
    background: none;
    border: none;
}

.plus_Header .header_Button a.btn {
    display: block;
    width: 140px;
    height: 36px;
    border: 1px solid rgba(255, 255, 255, 1);
    border-radius: 18px;
    float: left;
    margin-left: 10px;
    text-align: center;
    line-height: 34px;
    font-size: 14px;
    color: #ffffff;
    transition: all 400ms cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
    animation: 700ms cubic-bezier(0.165, 0.84, 0.44, 1) 0s 1 normal forwards running button_Hover;
}

.plus_Header .header_Button .userheader {
    width: 90px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    display: block;
    float: left;
    margin-left: 30px;
    border-radius: 18px;
    position: relative;
    cursor: pointer;
}

.plus_Header .header_Button .userheader span {
    color: #fff;
    font-size: 14px;
    display: none;
}

.plus_Header .header_Button .userheader img {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    margin: 0 auto;
}

/* 用户下拉 */
.plus_Header .div_pullDown {
    display: none;
    width: 180px;
    height: auto;
    position: absolute;
    top: 36px;
    right: -10px;
    padding-top: 10px;
    z-index: 20;
    border-radius: 8px;
    background: none;
}

.plus_Header .userheader:hover .div_pullDown {
    display: block;
}

.personal_Pulldown {
    width: 180px;
    height: auto;
    background: #ffffff;
    border-radius: 8px;
    padding: 15px 10px 0;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

.personal_Pulldown .p_Photo {
    display: block;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto;
}

.personal_Pulldown .p_Name {
    display: block;
    width: 100%;
    height: 18px;
    line-height: 18px;
    padding: 0 15px;
    margin: 18px 0 8px;
    color: #2B2B2B;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
}

.personal_Pulldown .p_Id {
    width: 100%;
    height: 18px;
    line-height: 18px;
    font-size: 12px;
    color: #808080;
    text-align: center;
}

.personal_Pulldown .p_Id .button-copy {
    position: relative;
}

.personal_Pulldown .p_Id .button-copy:hover span {
    display: block;
}

.personal_Pulldown .p_Id .button-copy span {
    display: none;
    width: 40px;
    height: 28px;
    text-align: center;
    line-height: 28px;
    color: #fff;
    background-color: rgba(0, 0, 0, .75);
    border-radius: 2px;
    -webkit-box-shadow: 0 3px 6px -4px rgba(0, 0, 0, .12),
    0 6px 16px 0 rgba(0, 0, 0, .08),
    0 9px 28px 8px rgba(0, 0, 0, .05);
    box-shadow: 0 3px 6px -4px rgba(0, 0, 0, .12),
    0 6px 16px 0 rgba(0, 0, 0, .08),
    0 9px 28px 8px rgba(0, 0, 0, .05);
    position: absolute;
    top: -36px;
    left: -12px;
    font-size: 12px;
}

.personal_Pulldown .p_Id .button-copy span::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 6px solid rgba(0, 0, 0, .75);
    position: absolute;
    bottom: -6px;
    left: 15px;
}

.personal_Pulldown .p_Id .button-copy .icon-fuzhi {
    font-size: 12px;
    margin-left: 3px;
}

.personal_Pulldown .p_Id .button-copy:hover .icon-fuzhi {
    color: #2B2B2B;
}

/* 用户下拉列表具体项 */
.personal_Pulldown .divuser_List {
    width: 100%;
    border-top: 1px solid #CCAC5C;
    padding-top: 10px;
    margin-top: 15px;
}

.personal_Pulldown .divuser_List a {
    display: block;
    width: 100%;
    height: 33px;
    line-height: 33px;
    font-size: 14px;
    color: #2B2B2B;
    text-align: left;
    padding-left: 28px;
}

.personal_Pulldown .divuser_List a i {
    display: inline-block;
    width: 18px;
    height: 18px;
    font-size: 18px;
    line-height: 18px;
    text-align: center;
    margin-right: 8px;
    color: #2B2B2B;
    vertical-align: -1px;
}

.personal_Pulldown .divuser_List a i.icon-sheji1 {
    font-size: 16px;
}

.personal_Pulldown .divuser_List a i.icon-kefu1 {
    font-size: 20px;
}

.personal_Pulldown .divuser_List a:hover,
.personal_Pulldown .divuser_List a:hover i {
    color: #ebab43;
}

.plus_Header .header_Button a.btn:hover {
    border-color: #CCAC5C;
    background: #CCAC5C;
}

.plus_Header .header_Button a.btn i {
    margin-right: 3px;
    vertical-align: -1px;
}

.plus_Header .header_Button .login_btn {
    padding: 0;
    height: 36px;
    box-shadow: none;
}

.plus_Header .header_Button .login_btn a.btn {
    line-height: 35px;
}

/********* 底部 *******/
.plus_Footer {
    width: 100%;
    height: auto;
    padding: 50px 0 45px 0;
    background: #0D162B;
}

.plus_Footer .footer_Center {
    height: 100%;
    margin: 0 auto;
}


.plus-homeFooter-textlink-content{
    display: flex;
    opacity: 0;
    height: 0;
    transition: all 0.3s ease;
}

.plus-homeFooter-textlink-content .item{
    display: flex;
    flex-direction: column;
    margin-top: 10px;
}

.plus-homeFooter-texts{
    width: 1200px;
}

.plus-homeFooter-textlink-content.active{
    opacity: 1;
    height: 80px;
}

.plus-homeFooter-texts{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 15px;
    margin-right: 5px;
    height: auto;
    text-align: center;
    color: #ccc;
    line-height: 20px;
}
.plus-homeFooter-textlink .plus-homeFooter-texts{
    text-align: left;
}

.plus-homeFooter-texts.not {
    opacity: 0;
}

.plus-homeFooter-texts.have {
    opacity: 1;
    z-index: 10;
}

.plus-homeFooter-texts a{
    color: #ccc;
    margin-right: 20px;
}

.plus-homeFooter-texts a:hover{
    color: #ccc;
    opacity: 0.9;
}

/* 行1 */
.footer_Row_01 {
    width: 100%;
    line-height: 12px;
    font-size: 12px;
    color: #808080;
    letter-spacing: 1px;
    display: flex;
    justify-content: center;
    align-items: start;
}

.plus-homeFooter-textlink{
    display: flex;
    margin-left: 10px;
    margin-top: -2px;
}

.plus-homeFooter-textlink-title{
    cursor: pointer;
    width: 200px;
}

.plus-homeFooter-textlink-content{
    width: 600px;
}

.plus-homeFooter-textlink .textLinkTitle{
    margin-right: 10px;
}

/* 行2 */
.footer_Row_02,
.footer_Row_03 {
    width: 100%;
    font-size: 12px;
    color: #808080;
    text-align: center;
    margin-top: 8px;
}

.footer_Row_02 a,
.footer_Row_02 span,
.footer_Row_03 a {
    display: inline-block;
    height: 24px;
    line-height: 24px;
    text-align: left;
    color: #808080;
    margin-right: 10px;
}

.footer_Row_02 a:hover,
.footer_Row_03 a:hover {
    color: #CCAC5C;
}

.footer_Row_03 {
    margin-top: 1px;
}

.footer_Row_03 a:nth-child(4) {
    margin-right: 5px;
}

.footer_Row_02 .i_icon {
    width: 15px;
    height: 15px;
    margin-right: 3px;
    display: inline-block;
    vertical-align: middle;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.footer_Row_02 .icon_01 {
    margin-top: -4px;
    background-image: url('//js.ibaotu.com/revision/plus/img/public/icon_guohui.png');
}

.footer_Row_02 .icon_02 {
    margin-top: -4px;
    background-image: url('//js.ibaotu.com/revision/plus/img/public/icon_beian.png');
}

.footer_Row_02 .icon_03 {
    height: 18px;
    margin-top: -4px;
    background-image: url('//js.ibaotu.com/revision/plus/img/public/icon_gongshang.png');
}

.footer_Row_04 {
    margin-top: 8px;
}

.footer_Row_05 {
    width: 100%;
    height: 30px;
    align-items: center;
    text-align: center;
    margin-top: 10px;
}

.footer_Row_05 a {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.footer_Row_05 a img {
    display: block;
    height: 100%;
}

.footer_logo01 {
    height: 26px;
}

.footer_logo02 {
    height: 20px;
}

.footer_Row_05 span {
    display: inline-block;
    height: 100%;
    line-height: 30px;
    font-size: 12px;
    color: #808080;
    margin-right: 10px;
}

/* logo设计相关底部 */
.plus_Footer2 {
    width: 100%;
    height: 60px;
    background: #F5F4F2;
    padding-top: 24px;
    line-height: 12px;
    font-size: 12px;
    color: #999;
    text-align: center;
    border-top: 1px solid #e5e5e5;
}

/* *********底部end******* */

/* 充值头部 */
.recharge_Header {
    width: 100%;
    height: 80px;
    background: #ffffff;
    box-shadow: 0 1px 1px rgba(6, 0, 1, 0.07);
}

.pb-float-head.recharge_Header .head-wrap {
    width: 1170px;
    height: 100%;
    margin: 0 auto;
    padding-top: 22px;
}

.pb-float-head.recharge_Header > .head-wrap .logo-b2 {
    height: 30px;
    margin: 0;
}

.recharge_Header .plus_Logo {
    margin-right: 24px;
}

.recharge_Header .re_text {
    display: block;
    height: 30px;
    line-height: 30px;
    float: left;
    font-size: 18px;
    color: #CCAC5C;
    letter-spacing: 1px;
    margin-left: 24px;
}

/*充值*/
.ant-modal-content .ant-modal-body {
    padding: 44px;
}

/* 服务协议 */
.protocol-link {
    width: 100%;
    height: 16px;
    line-height: 16px;
    text-align: center;
    color: #999;
    font-size: 12px;
    position: absolute;
    left: 0;
    bottom: 28px;
}

.protocol-link button {
    border: none;
    width: 16px;
    height: 16px;
    margin-right: 4px;
    padding: 0;
    box-shadow: none;
    display: inline-block;
    vertical-align: top;
}

.protocol-link .ant-btn:hover,
.protocol-link .ant-btn:focus {
    color: #fff;
    border: none;
    outline: none;
}

.protocol-link .ant-bnt::after {
    display: none;
}

.ant-message-notice .ant-message-info .anticon,
.ant-message-notice .ant-message-loading .anticon {
    color: #CCAC5C;
}

.ant-message {
    top: 50% !important;
    margin-top: -40px !important;
}

.ant-message-notice .ant-message-notice-content {
    width: auto;
    height: 80px;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 10px;
    color: #fff;
    line-height: 60px;
    font-size: 14px;
}

/*登录弹框*/
/* 背景 */
.plus_Content .Toastify__toast--default {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1000;
}

.plus_Content .loginwrap {
    width: 700px;
    height: 430px;
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.loginwrap .icon-cha{
    transition: all 0.3s;
}

.loginwrap .icon-cha:hover{
    color: grey;
}
.phone-login .email-input-number{
    display: block;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    line-height: 34px;
    color: #2d2d2d;
    font-size: 14px;
    background: #fff;
    border-radius: 8px;
    letter-spacing: 1px;
    overflow: hidden;
    padding-right: 50px;
    padding-left: 44px;
}

.plus_Content .Toastify__toast-container--top-right {
    bottom: 50%;
    left: 50%;
    right: auto;
    top: auto;
}

.loginwrap .ant-modal-content {
    border-radius: 10px;
}

/* left */
.loginwrap .logo-wrap {
    width: 280px;
    height: 100%;
    border-radius: 10px 0 0 10px;
    padding-top: 170px;
    text-align: center;
    float: left;
    background: #FCFDFD url(//js.ibaotu.com/revision/plus/img/public/login-l-bg.png) center no-repeat;
    background-size: cover;
}

.loginwrap .logo-wrap i.icon-baotuplus {
    font-size: 32px;
    color: #CCAC5C;
}

.loginwrap .logo-wrap img.logo_image {
    display: block;
    width: 144px;
    height: 34px;
    margin: 0 auto;
}

.logo-wrap span {
    display: block;
    width: 100%;
    height: 16px;
    line-height: 16px;
    font-size: 14px;
    color: #999;
    margin-top: 15px;
    letter-spacing: 1px;
}

/* 关闭按钮 */
.loginwrap .icon-cha {
    position: absolute;
    right: 15px;
    top: 8px;
    font-size: 26px;
    color: #CCCCCC;
    cursor: pointer;
    z-index: 20;
    transition: all 0.3s ease;
}

.loginwrap .icon-cha:hover{
    color: #B2B2B2;
}

/* right */
.loginwrap .logo-right {
    width: 420px;
    height: 100%;
    float: left;
    padding-top: 60px;
    background: #ffffff;
    position: relative;
}

.logo-right .install-text {
    display: block;
    width: 100%;
    height: 18px;
    line-height: 18px;
    font-size: 16px;
    text-align: center;
    color: #2d2d2d;
    margin-bottom: 25px;
}

.loginwrap .logo-right .waytype {
    width: 100%;
    height: auto;
}

/* 微信扫码登录 */
.loginwrap .waytype .divWechat {
    width: 100%;
    height: auto;
}

.loginwrap .divText {
    width: 100%;
    height: 20px;
    font-size: 14px;
    line-height: 20px;
    color: #2B2B2B;
    text-align: center;
}

.loginwrap .divText i {
    display: inline-block;
    vertical-align: -3px;
    font-size: 22px;
    color: #23CC37;
    margin-right: 2px;
}

.loginwrap .divWechat .wechatImg {
    width: 140px;
    height: 140px;
    background: #ffffff;
    border: 1px solid #EEEEEE;
    border-radius: 4px;
    overflow: hidden;
    margin: 20px auto 0;
}

.js_quick_login .qlogin_mod {
    margin-top: 90px;
}

/* 其它登录方式 */
.loginwrap .divOther {
    width: 100%;
    height: auto;
    text-align: center;
    padding-top: 30px;
}

.waytype a.typebtn {
    display: inline-block;
    width: 60px;
    height: auto;
    font-size: 12px;
    text-align: center;
    color: #333;
    margin: 0 20px;
}

.waytype .typebtn i {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 100%;
    margin: 0 auto 10px;
    font-size: 22px;
    color: #fff;
    position: relative;
}

.waytype .typebtn i::after {
    content: "";
    opacity: 0;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background: rgba(255, 255, 255, 0.1);
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.2s ease-in;
}

/* 手机登录 */
.waytype .phone i {
    background: #FFB311;
    font-size: 20px;
}

/* QQ登录 */
.waytype .qq i {
    background: #007BFB;
    font-size: 23px;
}

/* 微信登录 */
.waytype .wechat i {
    background: #23CC37;
    font-size: 26px;
}

/*密码登录*/
.waytype .password i {
    background: #EE8954;
    font-size: 18px;
}

/* hover */
.waytype .typebtn i:hover::after {
    opacity: 1;
}

/* 手机登录 */
.loginwrap.phone-login .logo-right {
    padding-top: 30px;
}

.loginwrap.phone-login .divText i {
    font-size: 18px;
    color: #FFB311;
    vertical-align: -1px;
}

.phone-login .divPhoneInput {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    position: relative;
    display: flex;
    align-items: center;
}

.phone-login .divPhoneInput .icon-youxiang{
    display: block;
    width: 44px;
    height: 100%;
    font-size: 18px;
    line-height: 39px;
    color: #5b5b5b;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
}

.phone-code-wrapper .icon-shouquan_shouquan{
    display: block;
    width: 42px;
    height: 100%;
    font-size: 18px;
    color: #5b5b5b;
    position: absolute;
    top: 0;
    left: 0;
    line-height: 40px;
    text-align: center;
}

.phone-login .phoneNum {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    line-height: 34px;
    color: #2d2d2d;
    font-size: 14px;
    background: #fff;
    border-radius: 8px;
    letter-spacing: 1px;
    overflow: hidden;
    padding-right: 150px;
    padding-left: 44px;
}

/*输入框初始显示字体颜色设置*/
.phone-login .phoneNum::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #999;
    opacity: 1; /* Firefox */
}

.phone-login .phoneNum:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #999;
}

.phone-login .phoneNum::-ms-input-placeholder { /* Microsoft Edge */
    color: #999;
}

.phone-login .divPhoneInput .error-text {
    display: inline-block;
    height: 100%;
    line-height: 41px;
    font-size: 12px;
    color: #ff4848;
    padding-right: 16px;
    position: absolute;
    right: 0;
    top: 0;
}

.protocol-link i {
    display: block;
    width: 16px;
    height: 16px;
    background: #FFB311;
    border-radius: 2px;
    text-align: center;
    line-height: 16px;
    color: #fff;
    font-size: 12px;
}

.protocol-link a,
.protocol-link a:hover {
    color: #999999;
    font-size: 12px;
}

.protocol-link a:hover {
    color: #FFB311;
}

/*手机滑块验证*/
.phone-testing {
    width: 100%;
    height: 42px;
    margin: 15px auto;
    background: #e2e2e2;
    border-radius: 5px;
    position: relative;
}

.phone-testing::after {
    content: '';
    width: 26px;
    height: 42px;
    background: #00C14F;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 5px 0 0 5px;
}

.phone-testing .ant-slider {
    width: 294px;
    height: 42px;
    padding: 0;
    margin: 0 0 0 25px;
}

.phone-testing .ant-slider-rail {
    height: 100%;
    background: #e2e2e2;
}

.phone-testing .ant-slider:hover .ant-slider-rail {
    background: #e2e2e2;
}

.phone-testing .ant-slider-step,
.phone-testing .ant-slider-track,
.phone-testing .ant-slider {
    height: 42px;
}

.phone-testing .phone-testing .ant-slider {
    width: 294px;
    margin-left: 25px;
}

.phone-testing .ant-slider-handle {
    width: 42px;
    height: 42px;
    margin-top: 0;
    border: 1px solid #e2e2e2;
    border-radius: 4px;
    background: url('https://js.ibaotu.com/revision/plus/img/public/barbg1.png') center;
    background-size: cover;
    z-index: 3;
    margin-left: -4px;
}

.phone-testing .ant-slider-handle-click-focused {
    margin: 0;
}

.phone-testing .ant-slider-handle:hover,
.phone-testing .ant-slider:hover .ant-slider-handle:not(.ant-tooltip-open),
.phone-testing .ant-slider-handle:focus {
    border-color: #E6E6E6;
}

.phone-testing .ant-slider-handle:focus {
    box-shadow: none;
}

.phone-testing .ant-slider-track,
.phone-testing .ant-slider:hover .ant-slider-track,
.phone-testing .ant-slider-disabled .ant-slider-rail,
.phone-testing .ant-slider-disabled.ant-slider:hover .ant-slider-rail {
    background: #00C14F;
}

.phone-testing .ant-slider-disabled .ant-slider-track {
    background: transparent !important;
}

.phone-testing .ant-slider-disabled,
.phone-testing .ant-slider-disabled .ant-slider-handle {
    cursor: inherit;
}

.phone-testing .ant-slider-track {
    border-radius: 0 5px 5px 0;
}

.phone-testing .tiptext {
    display: block;
    width: 100%;
    height: 42px;
    line-height: 42px;
    position: relative;
    z-index: 2;
    text-align: center;
    font-size: 14px;
    color: #2d2d2d;
    padding-left: 40px;
}

.phone-testing .tiptext.active {
    background: #00C14F;
    color: #fff;
    padding-left: 0;
    padding-right: 25px;
}

.phone-testing .ant-slider-mark {
    display: none;
}

.phone-testing .ant-slider-track {
    transition: none;
}

/*end*/

/*获取验证码*/
.waytype .testcode {
    width: 100%;
    margin: 0 auto;
    height: 42px;
    line-height: 42px;
    font-size: 14px;
    position: relative;
}

.phone-code-wrapper {
    width: 190px;
    height: 42px;
    border-radius: 8px;
    border: 1px solid #e2e2e2;
    float: left;
    position: relative;
}

.phone-code-wrapper.active {
    border: 1px solid #ff4848;
}

.waytype .testcode input {
    display: block;
    float: left;
    width: 100%;
    height: 100%;
    font-size: 14px;
    background: #fff;
    border-radius: 8px;
    letter-spacing: 1px;
    padding: 0 42px;
}

/*输入框初始显示字体颜色设置*/
.waytype .testcode input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #999999;
    opacity: 1; /* Firefox */
}

.waytype .testcode input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #999999;
}

.waytype .testcode input::-ms-input-placeholder { /* Microsoft Edge */
    color: #999999;
}

.phone-code-wrapper .icon-mima {
    display: block;
    width: 42px;
    height: 100%;
    font-size: 18px;
    color: #5b5b5b;
    position: absolute;
    top: 0;
    left: 0;
    line-height: 40px;
    text-align: center;
}

.waytype .testcode span,
.waytype .testcode a {
    display: block;
    float: right;
    width: 140px;
    height: 42px;
    text-align: center;
    font-size: 14px;
    border-radius: 8px;
    color: #613C14;
    cursor: pointer;
    background: linear-gradient(90deg, #FEE2B6 0%, #FEC86E 99%);
    transition: all 0.15s ease-in;
}

.waytype .testcode span:hover {
    opacity: 0.9;
}

.waytype .testcode a.send-Code-Button {
    background: linear-gradient(90deg, #FEE2B6 0%, #FEC86E 99%);
}

/* .waytype .tip {
  width: 370px;
  margin: 0 auto;
  text-align: right;
  font-size: 12px;
  color: #CCC;
  padding-top: 10px;
  position: relative;
} */

.waytype a.login-btn {
    display: block;
    margin: 25px auto 0;
    width: 100%;
    height: 42px;
    line-height: 42px;
    font-size: 16px;
    background: linear-gradient(90deg, #FEE2B6 0%, #FEC86E 99%);
    border-radius: 20px;
    color: #613C14;
    text-align: center;
    letter-spacing: 1px;
    transition: all 0.15s ease-in;
}

.waytype a.login-btn.active {
    margin-top: 10px;
}

.waytype .login-btn:hover {
    opacity: 0.9;
}

.waytype .tip .error-text {
    position: absolute;
    left: 0;
    text-align: left;
    margin-top: 0;
}

.protocol-link .otherloginway {
    float: right;
    margin-right: 50px;
}

.otherloginway a {
    display: inline-block;
    width: 30px;
    height: 30px;
}

.otherloginway a i {
    font-size: 25px;
    background: none;
    color: #CCCCCC;
}

.otherloginway a.wechat {
    margin-right: 6px;
}

.otherloginway a.wechat i {
    font-size: 28px;
}

.otherloginway a.wechat:hover i {
    color: #23CC37;
}

.otherloginway a.qq:hover i {
    color: #007BFB;
}

/* 手机验证码错误 */
.waytype .testcode span.code-null {
    opacity: 0;
    height: 0;
}

.waytype .testcode span.code-error {
    display: inline-block;
    height: 13px;
    line-height: 13px;
    color: #FF0000;
    background: none;
    text-align: left;
    padding-left: 2px;
    position: absolute;
    bottom: -16px;
    left: 0;
    font-size: 12px;
    cursor: unset;
}

/* 清除toast 公共样式 */
.plus_Content .Toastify__toast--default {
    padding: 0;
}

/* 客服 */
.a_Right_kefu {
    display: block;
    width: 86px;
    height: 108px;
    background: url('//js.ibaotu.com/revision/plus/img/public/img_kefu.png') center no-repeat;
    background-size: cover;
    position: fixed;
    right: 10%;
    bottom: 5%;
}

/*2021-11-08 手机新增密码登录*/
.logo-tab-switch {
    width: 340px;
    height: 32px;
    margin: 0 auto 24px;
    border-bottom: 2px solid #e2e2e2;
}

.logo-tab-switch a {
    display: block;
    float: left;
    width: 50%;
    height: 32px;
    line-height: 18px;
    text-align: center;
    font-size: 16px;
    color: #2d2d2d;
    font-weight: 500;
    border-bottom: 2px solid transparent;
    transition: all 0.1s ease-in;
}

.logo-tab-switch a:hover,
.logo-tab-switch a.active {
    border-color: #c9a358;
    color: #2d2d2d;
}

.phone-wrapper-new {
    width: 100%;
    height: 42px;
    background: #fff;
    border: 1px solid #e2e2e2;
    border-radius: 8px;
}

.phone-wrapper-new.active {
    border: 1px solid #ff4848;
}

/*验证码登录新的样式*/
.logo-right .phone-waytype {
    padding: 0 40px;
}

.divPhoneInput .icon-zhanghao,
.divPhoneInput .icon-shouji1 {
    display: block;
    width: 44px;
    height: 100%;
    font-size: 18px;
    line-height: 39px;
    color: #5b5b5b;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
}

/*其他登录方式改*/
.loginwrap .divOther-phone {
    height: 16px;
    padding: 0;
    margin: 0 auto;
    text-align: center;
    position: absolute;
    bottom: 60px;
}

.divOther-phone .typebtn i.icon-youxiang1{
    font-size: 17px;
    margin-right: 9px;
}

.waytype .email i{
    background: rgba(238, 84, 84, 1);
    font-size: 24px;
    padding-top: 1px;
}

.divOther-phone .typebtn.email:hover .icon-youxiang1{
    color: rgba(238, 84, 84, 1);
}

.divOther-phone .typebtn {
    display: inline-block;
    vertical-align: top;
    height: 16px;
    line-height: 16px;
    font-size: 14px;
    color: #666666;
}

.divOther-phone .typebtn i {
    display: inline-block;
    width: 16px;
    height: 16px;
    line-height: 16px;
    background: none;
    color: #ccc;
    text-align: center;
    vertical-align: top;
    margin: 0 6px 0 0;
    font-size: 20px;
}

.divOther-phone .typebtn i::after {
    display: none;
}

.divOther-phone .wechat i {
    font-size: 20px;
    margin-right: 8px;
}

.divOther-phone .wechat:hover i {
    color: #32C037;
}

.loginwrap .divOther-phone{
    padding: 0 10px;
    display: flex;
    justify-content: space-evenly;
}

.divOther-phone .qq i {
    font-size: 17px;
}

.divOther-phone .qq:hover i {
    color: #2496DB;
}

.divOther-phone .password i {
    font-size: 15px;
}

.divOther-phone .password:hover i,
.divOther-phone .phone:hover i {
    color: #ee8854;
}

.divOther-phone .phone i {
    font-size: 18px;
}

/*密码输入框*/
.password-input-wrapper {
    width: 100%;
    height: 42px;
    background: #fff;
    border: 1px solid #e2e2e2;
    border-radius: 8px;
    position: relative;
    margin: 0 auto;
}

.password-input-wrapper.active{
    border: 1px solid #ff4848;
}

.password-input-wrapper .icon-mima {
    display: block;
    width: 42px;
    height: 42px;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    line-height: 40px;
    font-size: 18px;
    color: #5b5b5b;
}

.password-input-wrapper input {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0 20px 0 42px;
    color: #2d2d2d;
    letter-spacing: 1px;
    border-radius: 10px;
}

/*输入框初始显示字体颜色设置*/
.password-input-wrapper input::placeholder,
.divPhoneInput input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #999999;
    opacity: 1; /* Firefox */
}

.password-input-wrapper input:-ms-input-placeholder,
.divPhoneInput input:-ms-input-placeholder{ /* Internet Explorer 10-11 */
    color: #999999;
}

.password-input-wrapper input::-ms-input-placeholder,
.divPhoneInput input::-ms-input-placeholder{ /* Microsoft Edge */
    color: #999999;
}

/*重置密码文案*/
.a-reset-password {
    display: block;
    width: 85px;
    height: 13px;
    line-height: 13px;
    font-size: 12px;
    color: #333333;
    text-align: right;
    float: right;
    margin: 10px 0 -5px;
}

.a-reset-password:hover {
    color: #FFB311;
}

.waytype a.password-button {
    float: left;
}

/*验证码超出次提示*/
.ant-message-notice.code-beyond-hint .ant-message-notice-content {
    width: 320px;
}

/*密码错误*/
.password-Wrapper {
    position: relative;
}

.input-error-password {
    display: block;
    height: 13px;
    line-height: 13px;
    font-size: 12px;
    color: #ff4848;
    padding-left: 2px;
    position: absolute;
    top: 52px;
    left: 0;
}

/*手机号未注册*/
.phone-login .divPhoneInput .error-not-register {
    display: inline-block;
    width: 350px;
    line-height: 13px;
    font-size: 12px;
    color: #ff4848;
    position: absolute;
    left: -2px;
    top: -18px;
}

/*设置密码*/
.install-password-wrapper {
    width: 100%;
    height: 20px;
    line-height: 20px;
    text-align: left;
    font-size: 12px;
    color: #ff4848;
    position: absolute;
    left: 0;
    bottom: -22px;
}

.install-password-wrapper i {
    display: inline-block;
    vertical-align: top;
    font-size: 13px;
    margin-right: 3px;
}

.install-password-wrapper a {
    display: inline-block;
    font-size: 12px;
    color: #C9A358;
    line-height: 14px;
    border-bottom: 1px solid #C9A358;
}

.install-password-wrapper a:hover {
    color: #C9A358;
}

/*底部文案-重置密码提示提示*/
.reset-bottom-text {
    width: 100%;
    height: 80px;
    font-size: 12px;
    color: #999;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #fff;
    line-height: 20px;
    z-index: 10;
}

/*设置成功*/
.loginwrap.phone-login .logo-right-success {
    width: 340px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 40px;
    z-index: 10;
    background: #fff;
    padding-top: 154px;
}

.login-btn-save {
    display: block;
    width: 340px;
    height: 42px;
    background: linear-gradient(90deg, #FEE2B6 0%, #FEC86E 99%);
    border-radius: 21px;
    text-align: center;
    line-height: 42px;
    font-size: 16px;
    color: #613C14;
    letter-spacing: 2px;
    margin: 0 auto;
    transition: all 0.15s ease-in;
}

.login-btn-save:hover {
    color: #613C14;
}

.login-btn-save:hover {
    opacity: 0.9;
}

/*找回密码*/
.loginwrap.phone-login .logo-right-find {
    padding-top: 60px;
}

.find-password-wrapper {
    width: 100%;
    height: 100%;
    background: #fff;
    padding: 78px 40px 0;
    position: absolute;
    top: 0;
    z-index: 10;
}

.find-password-wrapper .install-text {
    display: block;
    width: 100%;
    height: 18px;
    line-height: 18px;
    font-size: 16px;
    text-align: center;
    color: #2d2d2d;
    margin-bottom:30px;
}

.password-input-wrapper-diff {
    margin-bottom: 25px;
}

.password-input-wrapper-diff .input-error-password {
    top: 45px;
}

.password-input-wrapper-diff .icon-gantanhao {
    display: inline-block;
    font-size: 12px;
    color: #ff4848;
    margin-right: 3px;
}

.find-password-wrapper a.login-btn {
    display: block;
    margin: 25px auto 0;
    width: 100%;
    height: 42px;
    line-height: 42px;
    font-size: 16px;
    background: linear-gradient(90deg, #FEE2B6 0%, #FEC86E 99%);
    border-radius: 20px;
    color: #613C14;
    text-align: center;
    letter-spacing: 1px;
    transition: all 0.15s ease-in;
}

.find-password-wrapper .login-btn:hover {
    opacity: 0.9;
}

.p-bottom-notice {
    display: block;
    width: 100%;
    height: 14px;
    font-size: 12px;
    color: #999;
    margin-top: 80px;
    text-align: center;
}

/*找回密码-成功*/
.loginwrap.phone-login .logo-right-find-success {
    padding: 90px 40px 0;
}

.logo-right-find-success .install-text {
    margin-bottom: 26px;
}

.logo-right-find-success .password-input-wrapper-diff {
    margin: 0 0 20px;
}

.logo-right-find-success .login-btn-save {
    margin-top: 30px;
}

/*滑动验证改版*/
/*滑动验证*/
.layout-div-slide-diff {
    width: 340px;
    height: 40px;
    overflow: hidden;
    margin: 20px auto;
}

.layout-div-slide-diff.active {
    height: 0;
    margin: 0 auto 25px;
    opacity: 0;
    position: relative;
    z-index: -1;
}

#div-slide-phone-diff {
    width: 340px;
    height: 40px;
}

.layout-div-slide-diff .nc-container .nc_wrapper {
    width: 340px !important;
    height: 40px !important;
    line-height: 40px !important;
}

.layout-div-slide-diff .nc_scale {
    width: auto;
    height: 40px;
    position: relative;
    margin: 0;
    padding: 0;
    border-radius: 8px;
    background: #F2F2F2 !important;
}

.layout-div-slide-diff .nc-container .nc_scale span {
    font-size: 18px;
    color: #333;
}

.layout-div-slide-diff .nc-container .nc_scale .btn_slide {
    height: 40px;
    line-height: 38px;
    border-radius: 8px;
    border: 2px solid #F2F2F2;
}

.layout-div-slide-diff .nc-container .nc_scale .btn_ok {
    height: 40px;
    line-height: 38px;
    border-radius: 0 6px 6px 0;
    font-size: 18px;
    color: #FFB311;
    border-color: #F2F2F2;
}

.layout-div-slide-diff .nc-container .nc_scale .scale_text span {
    line-height: 40px;
    color: #fff;
    font-size: 14px;
}

.layout-div-slide-diff .nc-container .nc_scale .nc_bg {
    border-radius: 6px 0 0 6px;
    background: #FFB311;
}

@media all and (max-width: 1680px) {
    .a_Right_kefu {
        right: 2%;
    }
}

/*引导弹窗 暂时*/
.layout-guide-address {
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.3);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1002;
}

.layout-guide-address .guide-address {
    width: 500px;
    height: 260px;
    background: #fff;
    box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    padding-top: 45px;
}

.layout-guide-address .guide-address p {
    display: block;
    text-align: center;
    font-size: 20px;
    color: #ff7d04;
    line-height: 36px;
}

.layout-guide-address .guide-address span {
    display: block;
    text-align: center;
    font-size: 14px;
    color: #8e8e8e;
    margin: 20px 0 35px;
    text-decoration: underline;
    cursor: pointer;
    padding: 0 30px;
}

.layout-guide-address .guide-address span:hover {
    color: #ff7d04;
}

.layout-guide-address .guide-address a {
    display: block;
    width: 200px;
    height: 40px;
    line-height: 40px;
    background: linear-gradient(90deg, #ffb83e, #ff7109);
    border-radius: 20px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    margin: 0 auto;
    letter-spacing: 1px;
}

.layout-guide-address .guide-address a:hover {
    opacity: 0.8;
}

/* 友情链接 */
.friendLink{
    margin-right: 30px;
    margin-left: 40px;
    cursor: pointer;
}

.friendLink:hover{
    color: #ff9100;
}

.friendLink-content{
    display: flex;
    height: 20px;
    line-height: 30px;
    width: 450px;
    margin: 0 auto;
}


.friendLink:hover .friendLink-content{
    display: block;
}

.friendLink-content a{
    cursor: pointer;
    color: #808080;
    margin-right: 10px;
}
.friendLink-content  a:hover {
    color: #808080;
}

.friendLink .icon-shangla{
    font-size: 10px;
}

.friendLink-content{
    display: none;
}
.footerLinkVis{
    display: flex;
}


/*邮箱登录*/
.wechatImg{
    position: relative;
}

.vxLogin-refresh {
    display: block;
    width: 140px;
    height: 140px;
    background: url("//js.ibaotu.com/revision/plus/img/recharge/wechat.png") center center no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 888;
    animation: vxLoginMove 1s ease-in-out infinite;
}


/*隐藏样式*/
.hidden-something{
    display: none;
    position: absolute;
    top: -100px;
    left: -100px;
}


@keyframes vxLoginMove {
    /*网格移动到显示区域的外面*/
    from{
        top: -220px;
    }
    to{
        top: 0;
    }
}

/*404页面样式*/
.plusError{
    width: 100%;
    height: 100vh;
}

.plusError a{
    text-decoration: none !important;
}
.layout-error-wrapper{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    height: 100%;
    padding-left: 100px;
}

.layout-error-wrapper-left{
    display: flex;
    flex-direction: column;
}

.layout-error-wrapper-left p{
    font-size: 22px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #333333;
    margin-top: 140px;
    margin-bottom: 60px;
}

.layout-error-wrapper-left img{
    width:534px;
}

.layout-error-wrapper-left .error-button{
    width: 261px;
    height: 52px;
    line-height: 52px;
    text-align: center;
    background: #FFFFFF;
    border: 1px solid #333333;
    border-radius: 8px;
    font-size: 18px;
    font-family: PingFang SC;
    font-weight: 600;
    color: #333333;
    transition: all 0.3s;
}

.layout-error-wrapper-left .error-button:hover{
    opacity: 0.8;
}

.layout-error-wrapper-right img{
    width: 777px;
}
.email-loginHome-groups{
    display: flex;
    justify-content: center;
    margin-top: 42px;
}
.email-loginHome-groups-loginBTN{
    width: 220px;
    height: 42px;
    line-height: 42px;
    background: linear-gradient(90deg, #FEE2B6 0%, #FEC86E 99%);
    border-radius: 21px;
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #613C14;
    transition: all 0.3s;
    text-align: center;
}

.email-loginHome-groups-loginBTN:hover{
    opacity: 0.9;
}

@keyframes turnEmail {
    0% {
        transform: rotate(0deg);
    }
    25% {
        transform: rotate(90deg);
    }
    50% {
        transform: rotate(180deg);
    }
    75% {
        transform: rotate(270deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.email-loginHome-groups .icon-loading1{
    display: inline-block;
    animation: turnEmail 1s linear infinite;
    margin-right: 6px;
}

.emial-resetPSW-wrapper-btn .icon-loading1{
    display: inline-block;
    animation: turnEmail 1s linear infinite;
    margin-right: 6px;
}


@media screen and (max-width: 1680px) {
    .layout-error-wrapper{
        transform: scale(0.9);
    }
}
@media screen and (max-width: 1440px) {
    .layout-error-wrapper{
        transform: scale(0.8);
    }
}

/* style.css */
@keyframes slide-down {
    0% {
        transform: translateY(-100%);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}


.slideUp {
    animation: slide-down 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55) both;
}

.emial-resetPSW-wrapper{
    margin-top: 20px;
}

.emial-resetPSW-wrapper-btn{
    width: 340px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    background: linear-gradient(90deg, #FEE2B6 0%, #FEC86E 99%);
    border-radius: 21px;
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #613C14;
    margin-top: 40px;
    transition: all 0.3s;
}
.emial-resetPSW-wrapper-btn:hover{
    opacity: 0.9;
}

.emial-resetPSW-wrapper-one,
.emial-resetPSW-wrapper{
    position: relative;
}

.emial-resetPSW-wrapper-one .icon-mima,
.emial-resetPSW-wrapper .icon-mima{
    position: absolute;
    font-size: 24px;
    top: 1px;
    left: 9px;
    color: rgba(153, 153, 153, 1);
}

.passwordErrorText{
    color: red;
    position: absolute;
    top: 9px;
    right: 10px;
}

button.send-Code-Button{
    display: block;
    float: right;
    width: 140px;
    height: 42px;
    text-align: center;
    font-size: 14px;
    border-radius: 8px;
    color: #613C14;
    cursor: pointer;
    background: linear-gradient(90deg, #FEE2B6 0%, #FEC86E 99%);
    transition: all 0.15s
}


.phone-waytype button[disabled]{
    cursor: not-allowed;
    opacity: 0.9;
    background-color: #F2F2F2;
}


.plus-Activation-prompt{
    width: 100%;
    height: auto;
    position: relative;
    cursor: pointer;
  }
  
  .plus-Activation-prompt img{
    width: 100%;
    height: auto;
    z-index: 3;
  }
  
  .plus-Activation-prompt-close{
    width: 60px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    position: absolute;
    right: 50px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 5;
  }
  
  .plus-Activation-prompt-close i{
    color: rgba(97, 60, 20, 1);
    opacity: 0.6;
    font-size: 27px;
    font-weight: 500;
    transition: all 0.3s ease;
  }
  
  .plus-Activation-prompt-close:hover i{
    opacity: 1;
  }

  .layout-div-slide-diff #aliyunCaptcha-window-embed {
    border-radius: 8px;
  }
  .layout-div-slide-diff #aliyunCaptcha-sliding-wrapper #aliyunCaptcha-sliding-body #aliyunCaptcha-sliding-slider {
    border: 2px solid #F2F2F2;
    box-shadow: none;
    border-radius: 8px;
    line-height: 36px;
  }

  