<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.invitation-card{
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    /* position: relative; */
    top:0;
    left:0;
    z-index: 999;
    _position: absolute;
    _bottom: auto;
    overflow-y: auto;
    _overflow-y:visible;
    /* _top: expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,10)||0))); */
    filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr=#99000000,endcolorstr=#99000000);
    background-color: rgba(0,0,0,.65);
}
.pendant_login_phone .invitation-card,
.pendant_login_account .invitation-card,
.pendant_login_register .invitation-card,
.pendant_login_forget .invitation-card,
.existing_account_binding .invitation-card,
.existing_phone_binding .invitation-card,
.register_login_binding .invitation-card
{
    display: block;
}
/* .pendant_login_account .invitation-card,.pendant_login_phone .invitation-card{
    display: block;
} */
.sign-up-status.active,.account-psd-status.active,.register-status.active,.forget-status.active,.password-bind-wechat.active,.phone-quick-login.active,.new-user-register-login.active{
    width: 1px;
    height: 1px;
    position: relative;
    z-index: -1;
}
:root .invitation-card{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0);}
.invitation-card-bg{
    display: none;
    _display:block;
    position: absolute;
    top:0;
    left:0;
    z-index: 998;
    _z-index:-1;
    /* margin: 0 auto; */
    width: 100%;
    min-height: 100%;
    _height:10000px;
}
.invitation-card-wrapper{
    width: 500px;
    /* position: absolute;
    top:8%;
    left:50%;
    margin-left: -250px; */
    margin: 8% auto 0;
    _margin-top: 100px;
    overflow: hidden;
    z-index: 999;
    padding: 20px 0;
    background-color: #fff;
}

.invitation-modal-top{
    position: relative;
    padding-bottom: 20px;
    border-bottom: 1px solid #ededed;
}
.invitation-modal-top h3{
    margin-left: 30px;
    font-size: 16px;
    color:#333;
}
.invitation-close-icon{
    position: absolute;
    top:-10px;
    right:20px;
    padding: 10px;
    cursor: pointer;
}
.invitation-close-icon img{
    width: 12px;
    height: 12px;
}

/* è¡¨å•æ&nbsp;·å¼ */
.margin-bottom-20{
    margin-bottom: 20px;
}
.invitation-modal-form{
    /* width: 100%; */
    padding: 20px 30px;
}
.invitation-modal-form-item{
    /* float: left; */
    /* margin-right: 96px;
    margin-bottom: 20px; */
    height: 36px;
}
.form-item-180{
    width: 180px !important;
}
.invitation-modal-form-item div{
    display: inline-block;
    *display: inline;
    *zoom: 1;
    float: left;
    height: 34px;
    line-height: 34px;
}
.invitation-modal-form-label{
    width: 60px;
    text-align: right;
    position: relative;
    margin-right: 20px;
    line-height: 36px;
    font-size: 14px;
    color: #666666;
    vertical-align: top;
}
.invitation-modal-form-tip{
    position: absolute;
    right: -6px;
    top:-6px;
    font-size: 16px;
    color: #d50000;
}
.invitation-modal-form-input{
    width: 347px;
    height: 34px;
    line-height: 34px;
    padding-left: 10px;
    vertical-align: top;
    border: 1px solid #ededed;
}


.invitation-modal-form-input input{
    width: 100%;
    height: 24px;
    line-height: 24px;
    *height: 23px;
    *line-height:23px;
    padding: 5px 0;
    font-size: 14px;
    font-family: Microsoft Yahei UI, Microsoft Yahei, å¾®è½¯é›…é»‘, Segoe UI, Tahoma, Arialï¼Œå®‹ä½“b8bä½“, SimSun, sans-serif;
    vertical-align: top;
    color: #333333;
}
.invitation-modal-btn-wrapper{
    float: right;
    margin: 0 30px;
    _margin-right:15px;
}
.invitation-modal-btn{
    width: 70px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    font-size: 16px;
    cursor: pointer;
}
.invitation-modal-cancle{
    float: left;
    color: #666666;
    border: 1px solid #ededed;

}
.invitation-modal-cancle:hover{
    border: 1px solid #999999;
    transition: all .225s ease-in-out;
}
.invitation-modal-submit{
    float: left;
    margin-left: 10px;
    color: #fff;
    /* border: 1px solid #d50000; */
    background-color: #d50000;

}
.invitation-modal-submit:hover{
    background-color: #b60e0e;
    transition: all .225s ease-in-out;
}


.invitation-modal-form-textarea{
    width: 347px;
    *width:351px;
    _width:347px;
    padding: 10px 0 0 10px;
    height: 88px;
    border: 1px solid #ededed;
}
.invitation-modal-form-textarea textarea{
   width: 100%;
   height: 100%;
   border: none;
   outline: none;
   /* vertical-align: top; */
   font-size: 14px;
   font-family: Microsoft Yahei UI, Microsoft Yahei, å¾®è½¯é›…é»‘, Segoe UI, Tahoma, Arialï¼Œå®‹ä½“b8bä½“, SimSun, sans-serif;
   color: #333333;
}

.invitation-getcode{
    height: 26px;
    line-height: 26px;
    padding: 0 10px;
    font-size: 14px;
    color: #333333;
    border-left:1px solid #ededed;
    *margin: 4px 0;
}
.invitation-modal-form-input .invitation-getcode-wrapper {
    float: right;
    cursor: pointer;
    *height: 34px;
}
.getcode-input input{
    width: 218px;
    height: 24px;
    line-height: 24px;
    padding: 5px 0;
    *float: left;
}

/* .mutiple-select,.single-select{//æ&nbsp;·å¼å†²çªï¼Œå…ˆæ³¨é‡Šä¸Šï¼Œæš‚æ—¶æ²¡å½±å“ byï¼šwangyi
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    color: #333;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow:hidden;
	margin-bottom: -1px;
	cursor: pointer;
	float: left;
	width: 64px;
}
.mutiple-select.active,.single-select.active{
	background: none;
} */
.width-last{
	width: 80px;
}
/* .mutiple-select img,.single-select img{
	width: 20px;
    height: 20px;
    position: relative;
    top: 4px;
    left: -3px;
    margin-right: 4px;
} */
/*æµ®å±‚å‡ºçŽ°åº•å±‚ä¸æ»šåŠ¨*/
.ovf-hiden{
    overflow: hidden;
    height: 100%;
}

.meeting-layer{
    width: 500px;
    margin: 8% auto 0;
    _margin-top: 100px;
    overflow: hidden;
    z-index: 999;
    padding: 20px 0;
    background-color: #fff;
}

.interaction-single .single-select{
    display: inline-block !important;
    *display: inline;
    zoom: 1;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    color: #333;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow:hidden;
    margin-bottom: -1px;
    cursor: pointer;
    margin-right: 20px;
    *float: left;
}
.interaction-single .single-select.active{
    background: none;
}
.interaction-single .single-select img{
    width: 20px;
    height: 20px;
    position: relative;
    top:4px;
    vertical-align: baseline;
    left: -3px;
    margin-right: 4px;
}
</pre></body></html>