@charset "utf-8";
/* CSS Document */

/* ----------- global html css ------------- */

body{ 
	margin:0px; 
	padding:0px; 
	color:#666666; 
	font-size:12px; 
	background:#fff; 
	font-family:"Microsoft YaHei",'微软雅黑','Simsun',Verdana,Arial,Helvetica,sans-serif;
}

p,h1,h2,h3,h4,h5,span,table,tr,td,div,dl,dl dd,ul,ul li {
    margin:0px;
    padding:0px;
}
ul{list-style:none;}
img{border: 0px;}
button,input,select,textarea,form, { margin:0px;padding:0px; font-size:12px; color:#666;}
a{color:#0090e1;text-decoration:none;}
a:hover{color:#0090e1; text-decoration:underline;}
.dd-a{display:none;}
/* ----------- end ------------- */


/* 字体样式 */
.ec-title {
	padding-left: 10px;
	border-left: 4px solid #199EDB;
	font-size: 14px;
	font-weight: 700;
	color: #199EDB;
	line-height: 18px;
}


.order-allot-panel{position:relative;}
.order-allot-panel__hd{padding:8px 0;position:relative;}
.order-allot-panel__hd::before{content:" ";width:100%;height:1px;background:#d2d2d2;position:absolute;top:50%;left:0;}
.order-allot-panel__title{padding-right:5px;display:inline-block;background-color:#fff;font-size:14px;font-weight:700;color:#333;position:relative;z-index:1;}

.order-allot-checkbox{margin-bottom:5px;padding:5px 14px;display:flex;border:1px solid transparent;border-radius:9999em;line-height:1;align-items:center;overflow:hidden;position:relative;cursor:pointer;}
.order-allot-checkbox [type=checkbox]{position:absolute;left:-999px;}
.order-allot-checkbox__label{flex:1;font-size:12px;font-weight:400;color:#555;}
.order-allot-checkbox__icon{display:inline-block;width:16px;height:16px;border:1px solid #d2d2d2;border-radius:50%;background:#fff;box-sizing:border-box;}
.order-allot-checkbox__info{display:none;}
.order-allot-checkbox:hover{background-color:#199EDB;}
.order-allot-checkbox:hover .order-allot-checkbox__label{color:#fff;}
.order-allot-checkbox:hover .order-allot-checkbox__icon{border-color:#199EDB;}

.order-allot-checkbox [type=checkbox]:checked~.order-allot-checkbox__label{color:#199EDB;}
.order-allot-checkbox [type=checkbox]:checked~.order-allot-checkbox__icon{background:url(/images/base/icon-checkbox-on.png) center center;background-size:100% 100%;}
.order-allot-checkbox:hover{background-color:#199EDB;}
.order-allot-checkbox:hover [type=checkbox]:checked~.order-allot-checkbox__label{color:#fff;}
.order-allot-checkbox:hover [type=checkbox]:checked~.order-allot-checkbox__icon{background:url(/images/base/icon-checkbox-on-o.png) center center;background-size:100% 100%;}

#module-container table td.img{overflow: hidden;}
.toggle .detail_div{display:none;}
.guild_drop .guild_drop_list a{white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow:hidden;}
.copyIcon{
    background: rgba(0, 0, 0, 0) url(/images/base/copy.png) no-repeat left center / 20px 20px;
    display: inline-block;
    width: 20px;
    height: 13px;
    margin-left: 0px;
    cursor:pointer;
}
.imgBlank {
    background: rgba(0, 0, 0, 0) url(/images/base/_blank.png) no-repeat left center / 15px 15px;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-left: 0px;
    cursor: pointer;
}