@charset "UTF-8";
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	/* display: inline-block;
	*/
}

/* Hides from IE-mac \ */
*html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}

/* End hide from IE-mac \ */
.left{
	float: left;
}
.right{
	float: right;
}
.text{
	font-size: 12px;
	color:#9e8055;
}
.equipment-emulator{
    position: relative;
    margin: 0 auto;
    width: 526px;
    height: 813px;   
    font-family: 'Microsoft YaHei';
}
.em-title{
    position: relative;
    width: 98%;
    height: 27px;
    left: 1%;
    background: url(../images/em-title-repeat.png) repeat-x 0 0;
}
.em-title-left,
.em-title-right{
	position: absolute;
	width: 39px;
    height: 27px;
    
	z-index: 1;
}
.em-title-left{
    left: -5px;
    background: url(../images/em-title-left.png) no-repeat 0 0;
    z-index: 1;
}
.em-title-middle{
    position: absolute;
    width: 318px;
    height: 27px;
    left: 50%;
    top: 0px;
    margin-left: -159px;
    z-index: 1;
    background: url(../images/em-title-body.png) no-repeat 0 0;
}
.em-title-right{
    right: -5px;
    background: url(../images/em-title-right.png) no-repeat 0 0;
}
.em-main-frame{
	 position: relative;
	 top: -3px;
	 width: 98%;
	 height: 100%;
	 margin: 0 auto;
	 border:2px solid #c59663;
    border-top: none;
	background-color: #ebdfcf;
}
.em-container-left{
    float: left;
    width: 32.5%;
    height: 764px;
    padding-top: 20px;
    margin-right: 10px;
}
.em-container-right{
    float: left;
    width: 64.6%;
    height: 94%;
    margin-top: 19px;
    padding-top: 6px;
    background-color: #d3b493;
}
.em-info-area1{
    width: 100%;
    height: 120px;
    margin: 0 auto;
    margin-bottom: 6px;
    background: url(../images/cost-info-bg.png) no-repeat 0 0;
}
.em-info-area2{
    position: relative;
    width: 100%;
    height: 300px;
    padding-top: 20px;
    padding-left: 14px;
    margin-bottom: 18px;
    background-color: #504033;
}
.em-info-area3{
    margin-bottom: 5px;
}
.em-info-area4{
	 width: 100%;
    
	 height: 175px;
    
	 background: url(../images/tip-bg.png) no-repeat center 0;
}

/*等级选择 开始*/
.em-select-wrapper{
    padding-left: 10px;
	
}
.em-select-tip{
    float: left;
}
.em-select{
    position: relative;
    float: left;
    overflow: hidden;
    
    width: 92px;
    height: 25px;
    background: url(../images/em-select-bg.png) no-repeat 0 0;
    cursor: pointer;
}
.em-select-list{
    position: absolute;
    top: 30px;
    width: 91px;
    padding: 3px;
    text-align: center;
    border: 3px solid #b69e85;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    background-color: #4e3524;
    font-size: 14px;
    z-index: 999;
}
.em-select-list-item{
    width: 79px;
    height: 36px;
    line-height: 36px;
    cursor: pointer;
    color: #8e512e;
    border: 1px solid #9d836a;
    
    background: url(../images/select-item-bg.jpg) no-repeat 0 0;
}
.em-select-text{
    position: absolute;
    display: block;
    width: 100%;
    top: 3px;
    left: -6px;
    text-align: center;
    font-size: 12px;
}
/*等级选择结束*/

/*装备列表开始*/
.em-equipment-list{
    width: 100%;
    height: 96.6%;
    padding-left: 20px;
    padding-top: 25px;
    overflow-y:scroll;
    overflow-x:hidden;
}
.em-equipment-item-inner{
	width: 100%;
	height:100%;
    
	
	padding-top: 3px;
	padding-left: 3.5%;
	background-color: #d3b493;
}
.em-equipment-list-item{
    width: 96.5%;
    height: 45px;
    padding-left: 2px;
    padding-top: 2px;
    margin-bottom: 2px;
    background: url(../images/item-bg.png) no-repeat 0 0;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.em-equipment-list-item-img{
    float: left;
    width: 40px;
    height: 40px;
    margin-right: 5px;
    background:url(../images/item-frame-40.png) no-repeat 0 0;
}
.em-equipment-list-item-img img{
	width:100%;
	height:100%;
}
.em-equipment-list-item-info{
    float: left;
	
    margin-top: 0;
    margin-bottom: 0;
}
.em-equipment-list-item-info-name,
.em-equipment-list-item-info-level{
	display: block;
    width: 100%;
}
.em-equipment-list-item-info-name{
    font-size: 14px;
    
}
.em-equipment-list-item-info-level{
    font-size: 12px;
	color:#9e8055;
}
.em-equipment-list-item.selected{
	background: url(../images/item-selected-bg.png) no-repeat 0 0;
}

/*装备列表结束*/

/*消费素材 开始*/
.em-info-col{
    float: left;
    width: 32%;
	
    height: 100%;
    padding-left: 6px;
    padding-top: 6px;
}
.em-info-col-img{
    width: 50px;
	
    height: 50px;
    margin: 0 auto;
    background: url(../images/item-frame-50.png) no-repeat 0 0;
}
.em-info-col-img img{
	width:100%;
	height:100%;
}
.em-info-col-text{
	margin:0;
	font-size: 12px;
	text-align: center;
	color: #ad644a;
}
.em-info-col-input{
    display: block;
    width: 74%;
	
    height: 24px;
    line-height: 20px;
    margin: 0 auto;
    font-size: 14px;
}

/*消费素材 结束*/

/*装备信息 开始*/
.em-equipment-info{
    margin-bottom: 12px;
	
}
.em-equipment-info-img{
    float: left;
    width: 43px;
    height: 43px;
    margin-right: 10px;
    background:url(../images/frame-43.png) no-repeat 0 0;
}
.em-equipment-info-img img{
	width:100%;
	height:100%;
}
.em-equipment-info-text{
    margin: 0;
	
}
.em-equipment-info-name,
.em-equipment-info-type,
.em-equipment-info-level,
.em-equipment-attributes-title,
.em-equipment-attribute,
.em-equipment-special-effect,
.em-equipment-special-skill{
    display: block;
    font-size: 12px;
    color: #ebd744;
}
.em-equipment-info-name{
    font-size: 18px;
    color: #6eb2d7;
}
.em-equipment-info-type{
	
}
.em-equipment-info-level{
	
}
.em-equipment-attributes{
    margin-bottom: 8px;
	
}
.em-equipment-attributes-title{
    
}
.em-equipment-attribute{
    padding-left: 28px;
    color: #ccbb8e;
}
.em-equipment-attribute.append{
	height:1em;
	color: #3fd847;
}
.em-equipment-special-effect,
.em-equipment-special-skill{
	color:#45c1bc;
}
.em-equipment-special{
    height: 28%;
}
.em-equipment-special-effect{
	
}
.em-equipment-special-skill{
	
}
.em-equipment-btn-wrapper{
    width: 244px;
    margin: 0 auto;
}
.em-equipment-btn1,.em-equipment-btn2{
    display: block;
    float:left;
    width: 119px;
    height: 33px;
    text-indent: -9999px;
}
.em-equipment-btn1{
    margin-right: 5px;
    background: url(../images/btn1.png) no-repeat 0 0;
}
.em-equipment-btn2{
	background: url(../images/btn2.png) no-repeat 0 0;
}

/*装备信息 结束*/

/*消费信息表 开始*/
.em-cost-table{
	width:100%;	
	height: 125px;
	border-spacing: 0;
	border-collapse: collapse;
	font-size: 12px;
	text-align: center;
}
.em-cost-table th{
    width: 50%;
    height: 25px;
    color: #ba9669;
    border: 1px solid #caa57f;
    background: url(../images/cost-header.png) repeat-x 0 0;
}
.em-cost-table tr{
    background-color: #f0d8be;
}
.em-cost-table td{
    border: 1px solid #dcb68d;
}
.em-cost-table .even{
    background-color: #e7c7a5;
}
.em-cost-table .last{
    visibility:hidden;
    color: #A16D3A;
    background-color: #e0ac75;
}
/*消费信息表 结束*/

/*提示 开始*/
.em-info-tip{
    display: none;
    
    font-size: 12px;
    padding: 10px;
    margin: 0;
    color:#7d7b77;
}
.em-info-tip strong{
	display: inline-block;
	margin-bottom: 5px;
	color:#000;
}
.font-small{
   /* display: inline-block;
    width: 120%;
    transform-origin: 0px 0px;
    transform: scale(0.83);
    -o-transform:scale(1);
    /* font-size: 10px; */
    /*letter-spacing: 4px;*/
    font-size:12px;
}
/*@media \0screen {
    .font-small{
        width:100%;
        font-size: 10px;
    }
}*/
.red{
    color:red;
}
.purple{
    color:purple;
}
/*提示 结束*/

/* 底部图案 开始 */
.em-border-left,
.em-border-right {
	position: absolute;
	bottom: 0px;
	width: 48px;
	height: 44px;
}
.em-border-left {
	left: 0;
	background: url(../images/em-dialog-border-left.png) no-repeat 0 0;
}
.em-border-right {
	right: 0;
	background: url(../images/em-dialog-border-right.png) no-repeat 0 0;
}

/* 底部图案 结束 */

/*消息框 开始*/
.em-message-box-bg-cover{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 1000;
}
.em-message-box{
    position: relative;
    width: 290px;
    height: 120px;
    margin: 30% auto 0 auto;
    background-color: #EBDFCF;
    z-index: 1000;
}
.em-message-box-text{
    margin: 0;
    width: 100%;
    height: 80%;
    padding: 12.5% 10px 10px 10px;
    text-align: center;
}
.em-message-box-btn{
    position: absolute;
    display: block;
    width: 120px;
    height: 2em;
    bottom: 10px;
    left: 50%;
    margin-left: -60px;
    background-color: #E0BA7E;
    text-align: center;
    line-height: 2em;
    color: #fff;
}
/*消息框 结束*/