<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* è½½ä½“åˆ—è¡¨è¯¦æƒ…é¡µé¢å³ä¾§ç­‰ç™»é™†ä¿¡æ¯æŒ‚ä»¶ */
.list-right-wrapper{
	width: 282px;
	border:1px solid #ededed;
	border-top: 2px solid #d50000;
	overflow:hidden;
	margin-bottom: 41px;
	padding-top: 16px;
}
.list-right-tit{
	padding:0 20px;
    height: 24px;
    line-height: 24px;
    font-size: 18px;
    color: #333;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow:hidden;
	font-weight: 600;
}
.list-right-wrapper.padding-top-0{
	padding-top: 0;
}


.carrier-login-tip {
    line-height: 16px;
    margin: 20px;
    margin-bottom: 17px;
    height: 20px;
    text-align: center;
    font-size: 14px;
    color: #666666;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.carrier-login-tip.margin-top-4{
	margin-top: 4px;
}
.carrier-login-user {
    max-width: 126px;
    display: inline-block;
    font-size: 14px;
    color: #333;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: top;
}

.list-right-tips {
    width: 100%;
    height: 24px;
    line-height: 24px;
    font-size: 14px;
    color: #666;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.list-right-login {
    width: 84px;
    margin: 0 auto;
    overflow: hidden;
    padding: 11px 0;
    cursor: pointer;
}
.list-right-login a {
    float: left;
    display: block;
    width: 33px;
    line-height: 20px;
    height: 20px;
    font-size: 16px;
    color: #333;
}
.list-right-line {
    background: #b0b0b0;
    width: 1px;
    height: 13px;
    margin: 0 8px;
    float: left;
    position: relative;
    top: 4px;
    _top: 2px;
}

.list-right-btnas{
	overflow:hidden;
	margin-top: 8px;
	padding-left: 5px;
	margin-bottom: 20px;
	_margin-bottom: 40px;
}
.list-right-btnas a{
	width: 110px;
    height: 34px;
    border: 1px solid #d50000;
    line-height: 34px;
    font-size: 16px;
    color: #d50000;
    text-align: center;
    cursor: pointer;
    display: block;
    float: left;
    margin-left:16px;
    _margin-left:10px;
}
.list-right-btnas a.center-link {
	margin: 0 auto;
	float: none;
}
.list-right-btnas a:hover{
    border: 1px solid #b60e0e;
    color: #b60e0e;
    transition: all .225s ease-in-out;
}</pre></body></html>