body {
    -webkit-text-size-adjust: 100% !important;
    -moz-text-size-adjust: 100% !important;
    -ms-text-size-adjust: 100% !important;
    text-size-adjust: 100% !important;
}

html {
    height: -webkit-fill-available;
}


.clear {
	clear: both;
}
:root {
    --primary-color: #409EFF;
    --danger-color: #F56C6C;
    --text-color: #303133;
    --border-color: #CCCCCC;
    --bg-color: #ffffff;
}




.headVideoAll {
	width: 16rem;
	margin: 0 auto;
	overflow: hidden;
	/* background: url(https://v2.cri.cn/resource/8a0e642b-445d-4174-8910-775594bf0448/meeting/images.login-all.jpg) #0020ab top center no-repeat;
	background-size: 100%; */
	position: relative;
	/* min-height: 28.688rem; */
}



.headVideo {
	display: block;
	padding: 0.98rem 0.79rem 0 0.79rem;
	/* overflow: hidden; */
}
.headVideo .logo {
	float: left;
	width: 1.2rem;
	height: 1.2rem;
	margin-right: 0.24rem;
}

.headVideo .logo img {
	width: 100%;
	height: 100%;
}

.headVideo .twopage {
	float: left;
	width: 9rem;
}


.global_btn_share {
	float: left;
	margin-left:7.53rem;
	display: block;
	width: 1.19rem;
	height: 1.2rem;

	background: url(https://p2.cri.cn/resource/8a0e642b-445d-4174-8910-775594bf0448/meeting/images.icon_share.png) no-repeat 0 0;
	background-size: 100% auto;
}


.global_btn_language {
	float: left;
	margin-left:7.53rem;
	display: block;
	width: 1.19rem;
	height: 1.2rem;

	background: url(https://p2.cri.cn/resource/8a0e642b-445d-4174-8910-775594bf0448/meeting/images.english.png) no-repeat 0 0;
	background-size: 100% auto;
}

/* .global-bg {
    background: #1a1aa3;
    position: relative;
} */

.wrapper .global-bg .container {
    background: #FFFFFF;
    border-radius: 10px;
    margin: 0 auto;
    position: relative;
    z-index: 10;
    width: 986px;
    padding: 25px 50px;
}



.global-header{
    min-height: 2.517333rem;
    padding: .554667rem .597333rem 0 .597333rem;
    background: url(https://v2.cri.cn/resource/8a0e642b-445d-4174-8910-775594bf0448/meeting/images.header-gb.png) no-repeat 0 0;
    background-size: 100% auto;
}

.home-page ..global-header{
    background: unset;
}

.global-header .logo{
    display: block;
    width: 1.2rem;
    height: 1.2rem;
    margin-right: .24rem;
}

.global-header .logo img{
    width: 100%;
    height: 100%;
}
.language{
    display: none;
    float: left;
    width: 1.2rem;
    height: 1.2rem;
    margin-right: 0.24rem;
}
.language img{
    width: 100%;
    height: 100%;
}
.btn_share{
    float: left;
    display: block;
    margin-right: .512rem;
    width: 1.19rem;
    height: 1.2rem;
    background: url(https://p2.cri.cn/resource/8a0e642b-445d-4174-8910-775594bf0448/meeting/images.icon_share.png) no-repeat 0 0;
    background-size: 100% auto;
}
.navright.isMemberLogin{
    width: auto;
    min-width: 155px;
    display: flex;
}


.login{
    min-width: 120px;
    /* height: 1.194667rem; */
    /* border-radius: 1.194667rem; */
    /* background-color: #02e7f7; */
    /* -webkit-border-radius: 1.194667rem;
    -moz-border-radius: 1.194667rem;
    -ms-border-radius: 1.194667rem;
    -o-border-radius: 1.194667rem; */
    float: right;
    text-align: center;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.login img{
    width: 15px;
}
.login span{
    color: #fff;
    font-size: 16px;
}
.smile-icon{
    width: .810667rem;
    margin-right: .312rem;
    display: none;
}

.user-dropdown {
    position: absolute;
    top: 100%;
    right: 1%;
    background: white;
    border-radius: 4px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
    padding: 5px 0;
    display: none;
    z-index: 1000;
    border-radius: 14px;
    min-width: 140px;


    border: .5px solid #8973FF;
}

.dropdown-item {
    /* padding: 8px 16px; */
    color: #000;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s;
    white-space: nowrap;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: .88rem;
    -webkit-border-radius: .88rem;
    -moz-border-radius: .88rem;
    -ms-border-radius: .88rem;
    -o-border-radius: .88rem;
}

.dropdown-item:hover {
    background: #f5f7fa;
    color: var(--primary-color)
}

.dropdown-item img{
    width: .853333rem;
    margin-right: 0.5rem;
}




.dropdown-item:hover {
    background: #f5f7fa;
    color: var(--primary-color);
}

.dropdown-divider {
    height: .5px;
    background: #e0e0e0;
    margin: 5px .713333rem;
}

.audience-list{
    list-style: none;
    padding: 0;
    margin: 0;
    width: 56px;
}

.audience-item {
    padding: 8px 12px;
    cursor: pointer;
    color: #000;
}
.user-info .audience-name {
    color: #000;
    font-size: 14px;
}


/* foot */
.footer-image {
	background: url(https://v2.cri.cn/resource/8a0e642b-445d-4174-8910-775594bf0448/meeting/images.footer-bg.png) top no-repeat;
    position: absolute;
    bottom: 6.954667rem;
    background-size: 100% auto;
    z-index: 0;
    height: 5rem;
    left: 0;
    width: 100%;
}
.footer-bg {
	/* height: 6.75rem; */
    color: #9bbce8;

}

.footer-0605 {
	width: 13.78rem;
	margin: 0 auto;
	padding-top: 2.56rem;
	font-size: 0.6rem;
    height: 10rem;
}

.footer-0605 .footer{
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.footer-0605 .footer .footimg {
    font-size: 0.72rem;
    font-weight: bold;
    margin-bottom: 0.9rem;
}

.footer-0605 .footer-right{    
    width: 4.5rem;
    text-align: center;
    color: #fff;    
    font-size: 0.54rem;
    line-height: 1.4;
    padding-top: 4px;
}
.footer-0605 .footer-right img{
    width:2.73rem;
    height: 2.73rem;
    border: 2px solid #fff;
}


.footer-0605 .footimg {
	font-size: 0.72rem;
	font-weight: bold;
	margin-bottom: 0.9rem;
}


.footer-0605 .email img {
	width: 0.68rem;
	height: 0.54rem;
	margin-right: 0.3rem;   
    vertical-align: middle;
}
.footer-0605 .phone{    
    height: 0.71rem;
    margin-top: 0.35rem;
}
.footer-0605 .phone a{
    color: #9bbce8;
    text-decoration: none;
}
.footer-0605 .phone img {
	width: 0.7rem;
	height: 0.71rem;
	margin-right: 0.2rem;    
    vertical-align: text-bottom;
    margin-right: 0.3rem;
}

.footer-0605 .weizhi img {
	width: 0.59rem;
	height: 0.71rem;
	margin-right: 0.3rem;
	vertical-align: bottom;
}

.footer-0605 .weizhi {
    display: flex;
    align-items: center;
	margin-top: 0.35rem;
}
..footer-0605 .weizhi p{
    width: 13.1rem;
    float: right;
    line-height: 0.86rem;
    padding-left: 0.28rem;
}

.info-wrap{
    float: right;
    cursor: pointer;
}
.user-info span{
    display: inline-block;
    word-break: break-word;
    white-space: pre-wrap;
    white-space: nowrap;
    /* overflow: hidden; */
    /* text-overflow: ellipsis; */
    /* max-width: 5.058667rem; */
}
.user-info{
    padding: 0 10px;
}

.headVideoWrap .global-header{
    padding: 0.98rem 0.79rem 0 0.79rem;
}

.headVideoWrap .user-info{
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    line-height: 1.5;
}

.headVideoWrap .global-header .btn_share{
    display: block;
}
.global-header .btn_share{
    display: none;
}


/* 隐藏阿里云验证码错误代码 */
#aliyunCaptcha-sliding-failTip {
    
}
.nc-container .errloading,
.nc_scale .nc-align-center,
.nc_scale .nc-bg-red,
.nc_scale .nc-bg-alert,
.captcha-error,
.captcha-error-tip {
    display: none !important;
}

/* 隐藏阿里云验证码错误代码 */
#aliyunCaptcha-sliding-fail-text br ~ span:not(#aliyunCaptcha-sliding-refresh) {
    display: none !important;
}

/* 隐藏括号内的错误代码 */
#aliyunCaptcha-sliding-fail-text span:contains("(error:") {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

/* 直接针对错误代码的样式 */
#aliyunCaptcha-sliding-warning + br + * {
    display: none !important;;
}

/* 确保刷新按钮可见 */
#aliyunCaptcha-sliding-failTip #aliyunCaptcha-sliding-refresh {
    display: inline-block !important;
}


/* 清一下缓存 */
.guest-dialog h3{
    text-align: left;
    line-height: 1.2;
    font-size: 22px!important;
    font-weight: normal;
}

/* 报名成功弹窗样式 */
.guest-dialog,
.regsiter-exhibitor-audit-registration-dialog,
.regsiter-exhibitor-audit-dialog,
.exhibitor-success-dialog,
.regsiter-exhibitor-success-dialog,
.success-dialog {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    padding: 1.5rem;
    border-radius: 0.5rem;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
    z-index: 1001;
    width: 80%;
    max-width: 20rem;
    text-align: center;
}

.success-content h3 {
    font-size: 1rem;
    margin-bottom: 0.5rem;
    color: #333;
}

.success-content p {
    font-size: 0.9rem;
    color: #666;
    margin-bottom: 1.5rem;
}

.success-btns {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
}

.success-btns button {
    /* flex: 1; */
    padding: 0.5rem;
    border: none;
    border-radius: 0.25rem;
    /* font-size: 0.8rem; */
    cursor: pointer;
    width: 4.7rem;
    font-size: 0.5rem;
}

.register-for-others {
    background: #8973FF;
    color: #fff;
}

.view-registration {
    background: #fff;
    border: 1px solid #8973FF !important;
    color: #8973FF;
}



/* ... existing code ... */

/* 报名列表弹窗样式 */
.registration-list-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: center;
}

.registration-list-modal .modal-content {
    background: white;
    border-radius: 8px;
    width: 90%;
    max-width: 500px;
    max-height: 80vh;
    overflow: hidden;
}

.registration-list-modal .modal-header {
    padding: 15px;
    border-bottom: 1px solid #eee;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 25px;
}

.registration-list-modal .modal-header h3 {
    margin: 0;
    color: #333;
    font-size: 18px;
}

.registration-list-modal .close-btn {
    cursor: pointer;
    font-size: 24px;
    color: #666;
}

.registration-list-modal .modal-body {
    padding: 0 15px;
    max-height: calc(80vh - 60px);
    overflow-y: auto;
}

.registration-list-modal .registration-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.registration-list-modal .registration-list li {
    padding: 12px;
    border-bottom: 1px solid #eee;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
}

.registration-list-modal .registration-list li:last-child {
    border-bottom: none;
}

/* 移动端适配 */
@media (max-width: 480px) {
    .registration-list-modal .modal-content {
        width: 95%;
        max-height: 90vh;
    }
    
    .registration-list-modal .modal-header h3 {
        font-size: 16px;
    }
}



.channel-dialog .close-btn {
    position: absolute;
    right: 10px;
    top: 10px;
    background: none;
    border: none;
    font-size: 24px;
    color: #666;
    cursor: pointer;
    padding: 5px;
    line-height: 1;
}

.channel-dialog .close-btn:hover {
    color: #333;
}

.channel-dialog .success-content {
    position: relative;
}

.forum-footer{
    color: #666;
    font-size: 0.5rem;
}





/* close register */

/* 自定义弹窗样式 */
.custom-dialog-mask {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.7);
    cursor: pointer;
    z-index: 666;
    display: none;
    }
    
    .custom-dialog {
    position: fixed;
    background: #ffffff;
    border-radius: 20px;
    /* box-shadow: 0 2px 12px 0 rgba(0,0,0,0.1); */
    width: 90%;
    max-width: 400px;
    z-index: 777;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
    animation: dialogFadeIn 0.3s ease-out;
    }
    
    @keyframes dialogFadeIn {
    from {
        opacity: 0;
        transform: translate(-50%, -60%);
    }
    to {
        opacity: 1;
        transform: translate(-50%, -50%);
    }
    }
    
    .custom-dialog-content {
    padding: 20px;
    }
    
    .custom-dialog-header {
    text-align: center;
    margin-bottom: 15px;
    }
    
    .custom-dialog-title {
        font-size: 18px;
        color: #9494a0;
        margin: 0;
        padding-bottom: 20px;
    }
    
    .custom-dialog-body {
    text-align: center;
    margin-bottom: 20px;
    }
    
    .custom-dialog-footer {
    display: flex;
    justify-content: center;
    }
    
    .custom-dialog-btn {
    
    color: #dddfdd;
    border: none;
    border-radius: 4px;
    padding: 8px 20px;
    font-size: 16px;
    cursor: pointer;
    }
    
    .custom-dialog-close {
    position: absolute;
    top: 10px;
    right: 10px;
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
    color: #909399;
    }
    
    #custom-dialog-message{
                    font-size: 16px;
                    line-height: 1.5;
                    color: #9494a0;
                }
                .custom-dialog-footer{
                    display: flex;
                    justify-content: space-between;
                    align-items: center;
                    width: 86%;
                    margin: 0 auto;
                    padding-top: 20px;
                }
                .custom-dialog-footer a{
                    font-size: 16px;
                    line-height: 23px;
                    text-decoration: none;
                    border-radius: 8px;
                    border-radius: 20px;
                    background: #3841fc;
                    display: block;
                    text-align: center;
                    color: #fff;
                }
                .custom-dialog-footer button{
                    background: unset;
                    border-radius: 8px;
                    border-radius: 20px;
                    color: #9494a0;
                    border: 1px solid #9494a0;
                }
    .signup.offline {
        background: unset;
    }

.signup.offline .signupend{
    color: #fff;
    background: #6697f2;
    border-radius: 31px;
}

