/************样式重定义***************/

.navigation-container {
	border:none;
}

.print-erp-navigation {
   width: 880px;
    height:50px;
    margin:0 auto;
    text-align:center;
}

.print-erp-navigation li {
    float:left;
    height:20px;
    font-size:20px;
    margin-right:26px;
    border-right:1px solid #333;
    margin-top:25px;
    padding-right:26px;
    cursor:pointer;
}

.print-erp-navigation li:hover {
    color:#999;
}

.print-erp-navigation li:last-child {
    border:none;
    margin-right:0;
}

.print-erp-navigation-focus {
    font-weight:bold;
}

/*main-container*/

.main-container {
    width:1170px;
    position: relative;;
    margin:0 auto;
}

.thumb-store-items {

}

.thumb-store-item {
    width:260px;
    height:233px;
    position: relative;
    float:left;
    margin:10px;
    background:#fff;
}

.thumb-store-item:nth-of-type(4n+1) {
    margin-left:30px;
}

.thumb-store-item:nth-child(-n+4) {
    margin-top:30px;
}

.thumb-store-item img {
    width:260px;
    /*height:233px;*/
}

.store-detail {
    background:rgba(0,0,0,0.7);
    width:100%;
    height:100%;
    position: absolute;;
    top:0;
    left:0;
    opacity:0;
    transition:opacity 0.5s ease;
    cursor:pointer;
}

.store-detail:hover {
    opacity:1;
}

.store-detail-icon {
    display: inline-block;
    width:260px;
    height:233px;
    line-height: 233px;
    text-align: center;
    color:#eee;
    font-size:100px !important;
}

.more-store {
    width:100px;
    float:right;
    font-size:18px;
    margin-top:20px;
    margin-right:30px;
    cursor:pointer;
}

.more-store:hover {
    color:#666;
}

.more-store-icon {
    margin-left:3px;
    font-size:14px !important;
    width:14px;
    height:14px;
    border:1px solid #999;
    border-radius:50%;
    background:#ccc;
    padding:2px;
}


















/************************************/

.print-erp-pop-container {
    position:fixed;
    z-index: 11;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(50,50,50,0.8);
    display: none;
    z-index: 10;
}

.print-erp-pop {
    position:relative;
    top:50%;
    left:50%;
    margin-top:-100px;
    margin-left:-200px;
    width:400px;
    height:200px;
    background:#fff;
}

.print-erp-pop-title {
    width:100%;
    height:60px;
    line-height: 60px;
    text-align: center;
    font-size:20px;
    background:#234388;
    color:#fff;
}

.print-erp-pop-content {
    width:100%;
    height:60px;
    line-height: 60px;
}

.print-erp-pop-content span:first-child {
    float:left;
    font-size:16px;
    margin-left:40px;
}

.print-erp-pop-content span:nth-child(2) {
    float:right;
    font-size:16px;
    margin-right:40px;
}

.print-erp-pop-btn {
    width:150px;
    height:40px;
    /*margin:10px auto;*/
    display:inline-block;
    margin-top:10px;
    margin-left:60px;
}

.print-erp-pop-cancel {
    width:100px;
    height:40px;
    margin-top:10px;
    margin-left:20px;
    display: inline-block;
    border:none;
    color:#333;
    background:#eee;
    transition:background 0.4s ease;

}

.print-erp-pop-cancel:active,.print-erp-pop-cancel:focus {
    outline:none;
}



.print-erp-pop-cancel:hover {
    background:#f7f7f7;
    color:#666;
}




