.login-register_right_box {
    position: relative;
    width: 270px;
    /*margin-bottom: 20px;*/
}
.perfect-toast {
    position: absolute!important;
}
.login-register_right_box p {
    margin: 0;
}
.login-register_right_box .hide {
    display: none;
}
/*未登录/扫码  -----start*/
.qrcode-box {
    width: 100%;
    padding: 24px 12px;
    background: url("/client/components/img/loginRight/login_right_bg.png") no-repeat left top/100% 100%;
}
.qrcode-box_index {
    background: url("/client/components/img/loginRight/login_index_bg.png") no-repeat left top/100% 100%;
}
.qrcode-box .wechat-title {
    font-size: 16px;
    line-height: 14px;
    color: #fff;
    font-weight: bold;
    text-align: center;
}
.qrcode-box_index .wechat-title {
    color: #333;
}
.qrcode-box .wechat-title:nth-of-type(2n) {
    margin-top: 10px;
}
.qrcode-box .wechat-title span {
    color: #00FFF7;
}
.qrcode-box_index .wechat-title span {
    color: #3083EB;
}
.qrcode-box .wechat-qrcode {
    position: relative;
    width: 140px;
    height: 140px;
    margin: 20px auto 14px;
}
.qrcode-box .wechat-qrcode>.wechat-qrcode_img {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 8px;
    background: #fff;
    border-radius: 4px;
}
.qrcode-box .wechat-qrcode>.wechat-qrcode_img::before {
    position: absolute;
    content: '';
    width: 30px;
    height: 30px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: url(/client/components/img/login-register-popup/logo_qr.png) no-repeat center center;
    background-size: 100% 100%;
}

.qrcode-box .wechat-qrcode .scan-qrcode {
    padding: 14px;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    cursor: pointer;
    border-radius: 4px;
    top: 0;
    background: rgba(255, 255, 255, 0.9);
}
.qrcode-box .wechat-qrcode .scan-qrcode>img {
    margin-bottom: 10px;
}
.qrcode-box .wechat-qrcode .scan-qrcode .scan-contact {
    font-weight: bold;
    font-size: 14px;
    color: #333333;
    line-height: 22px;
    text-align: center;
}
.qrcode-box .wechat-qrcode .scan-qrcode .scan-fail_text {
    margin-bottom: 15px;
    font-weight: bold;
    font-size: 14px;
    color: #333333;
    line-height: 14px;
    text-align: center;
}
.qrcode-box .wechat-qrcode .scan-qrcode .scan-fail_text.font-default {
    margin-bottom: 10px;
    font-weight: normal;
    line-height: 22px;
}
.qrcode-box .wechat-qrcode .scan-qrcode .scan-fail_btn {
    padding-left: 20px;
    font-size: 14px;
    color: #3083EB;
    text-align: center;
    background: url('/client/components/img/loginRight/login_right_update.svg') no-repeat left center/16px 16px;
}

.qrcode-box .wechat-text {
    font-size: 14px;
    color: rgba(255,255,255,0.8);
    line-height: 14px;
    text-align: center;
}
.qrcode-box_index .wechat-text {
    color: #999;
}
.qrcode-box ul {
    padding-top: 10px;
    width: 100%;
    padding-left: 42px;
}
.qrcode-box ul li {
    display: block;
    margin-top: 10px;
    font-size: 14px;
    line-height: 14px;
    color: #FFFFFF;
    text-align: left;
}

/*未登录/扫码  -----end*/


/*完善信息  -----start*/
.perfect-box {
    padding: 24px 14px;
    width: 100%;
    background: url("/client/components/img/loginRight/login_right_bg.png") no-repeat left top/100% 100%;
}
.perfect-box input::-webkit-input-placeholder {
    color: #999;
}
.perfect-box p {
    margin: 0;
}
.perfect-info_box .perfect-info_title {
    font-weight: bold;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 16px;
    text-align: center;
}
.perfect-info_box .perfect-info_title:nth-of-type(2n) {
    margin-top: 10px;
}
.perfect-info_box .perfect-info_title span {
    color: #00FFF7;
}
.perfect-info_box .perfect-prompt {
    position: absolute;
    bottom: -16px;
    color: #ff0000;
    left: 6px;
    display: none;
}
.perfect-box .sms-login_phone {
    padding: 12px;
    margin-top: 24px;
    width: 100%;
    height: 42px;
    background: #FFFFFF;
    border-radius: 4px;
    color: #333;
    font-size: 14px;
}
.perfect-box .sms-login_code {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px;
    margin: 20px 0;
    width: 100%;
    height: 42px;
    background: #FFFFFF;
    border-radius: 4px;
    color: #333;
    font-size: 14px;
}
.perfect-box .sms-login_code .sms-login_code_input {
    width: 120px;
    height: 18px;
    border: 0;
    outline: none;
    box-shadow: none;
    font-size: 14px;
    border-radius: 4px;
    background: #fff;
}
.perfect-box .sms-login_code .sms-login_code_btn {
    font-size: 14px;
    color: #3083EB;
    line-height: 17px;
    cursor: pointer;
}
.perfect-box .sms-login_code .sms-login_code_btn.bg-gray {
    color: #cccccc!important;
    background: #fff!important;
}
.perfect-box .sms-login_btn {
    width: 100%;
    height: 42px;
    border: 0;
    text-align: center;
    line-height: 42px;
    font-size: 16px;
    color: #fff;
    background: #FF9D00;
    border-radius: 4px;
    outline: none;
}

.perfect-box .perfect-enterprise_box {
    position: relative;
}

.perfect-enterprise_box .perfect-associational {
    position: absolute;
    top: 67px;
    left: 0;
    padding: 10px 0;
    width: 242px;
    background: #FFFFFF;
    box-shadow: 0px 2px 10px 0px rgb(0 0 0 / 10%);
    border-radius: 4px;
    border: 1px solid #E5E5E5;
    z-index: 99;
    display: none;
}
.perfect-enterprise_box .perfect-associational ul li{
    box-sizing: border-box;
    padding: 8px 20px;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 14px;
    color: #333333;
    cursor: pointer;
}
.perfect-box .perfect-name_box {
    margin: 20px 0;
    display: flex;
    justify-content: space-between;
}
.perfect-box .perfect-name_input {
    width: 122px;
    height: 42px;
    padding: 12px;
    background: #FFFFFF;
    border-radius: 4px;
    box-shadow: none;
    font-size: 14px;
    color: #333;
}
.perfect-box .perfect-position {
    position: relative;
    padding: 12px;
    font-size: 14px;
    color: #333;
    width: 108px;
    height: 42px;
    border-radius: 4px;
    background: #fff;
}
.perfect-box .perfect-position.active {
    border-color: #3083eb;
}
.perfect-box .perfect-position img{
    position: absolute;
    width: 8px;
    height: 5px;
    right: 12px;
    top: 20px;
    transition: all 0.3s;
}
.perfect-box .perfect-position.active img {
    transform: rotate(-180deg);
}
.perfect-box .perfect-position .perfect-position_select {
    position: absolute;
    top: 40px;
    left: 0;
    z-index: 1021;
    padding-left: 8px;
    width: 100%;
    background: #FFF;
    border: 1px solid #3083EB;
}
.perfect-box .perfect-position .default {
    color: #999;
}
.perfect-box .perfect-position .perfect-position_select li {
    height: 30px;
    line-height: 30px;
    cursor: pointer;
    font-size: 14px;
    color: #333;
}
.perfect-box .perfect-position .perfect-position_select li.active {
    color: #3083eb;
}
/*完善信息  -----end*/

/*toast提示*/
.content-toast_modal {
    background-color: rgba(0,0,0,0.7);
    border-radius: 5px;
    padding: 14.5px 24px;
    color: #FFFFFF;
    z-index: 2000;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 14px;
    text-align: center;
    display: none;
    opacity: 0.9;
    white-space: nowrap;
}

/*右侧广告图*/
.right-swiper_box {
    width: 270px;
    position: relative;
}
#rightAsideSwiper2.top20{
    margin-top: 20px;
}
.right-swiper-slide_box {
    width: 100%;
    position: absolute;
    bottom: 10px;
    display: flex;
    justify-content: center;
}
.right-swiper-slide_box span {
    display: inline-block;
    bottom: 10px;
    width: 4px;
    height: 4px;
    margin-right: 5px;
    background: #fff;
    border-radius: 6px;
}
.right-swiper-slide_box span.on {
    background: #cccccc;
}
#rightAsideSwiper .right-swiper-img_box{
    /*display: flex;*/
    /*align-items: center;*/
    /*justify-content: center;*/
    width: 270px;
    height: 270px;
}

#rightAsideSwiper2 .right-swiper-img_box{
    /*display: flex;*/
    /*align-items: center;*/
    /*justify-content: center;*/
    width: 270px;
    height: 100px;
}
#rightAsideSwiper .right-swiper-img_box img{
    width: 270px;
    height: 270px;
    object-fit:contain;
}
#rightAsideSwiper2 .right-swiper-img_box img{
    width: 270px;
    height: 100px;
    object-fit:contain;
}

.login-register_right_box .member-contact_box:not(.hide),
.login-register_right_box .perfect-box:not(.hide),
.login-register_right_box #memberloginBox:not(.hide),
.login-register_right_box #rightAsideSwiper:not(.hide),
.login-register_right_box #rightAsideSwiper2:not(.hide){
    margin-bottom: 20px;
}
.login-register_right_box #rightAsideSwiper.hide ~ #rightAsideSwiper2:not(.hide) {
    margin-top: 0;
}