/*  <link th:href="@{/static/resources/css/pcViewCon.css}" rel="stylesheet" />  */

.halfWord{display:inline-block;width:7px;}
.oneWord{display:inline-block;width:14px;}
.twoWord{display:inline-block;width:28px;}


/* pc css弹窗start */
.pcViewCon{
	z-index: 99;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	overflow: auto;/*关键*/
	display:block;
}
.pcViewMain{
	z-index: 100;
	width:1100px;
	position:relative;
	top:80px;
	left:50%;
	margin-left:-500px;
	margin-bottom: 100px;
	border-radius:5px;
	background:#fff;
}
.pcView_head{
	width: 100%;
    height: 50px;
    border-bottom: 1px solid #ddd;
    line-height: 50px;
}
.pcView_head_title{
	float:left;
	font-size: 15px;
	color: #585858;
}
.pcView_head_title font {
    margin-left: 20px;
}
.pcView_head_close{
	float: right;
    padding: 0 15px;
    color: #999;
    font-size: 20px;
    cursor: pointer;
}
.pcView_head_close:hover{
    color:red;
}
.pcView_head_close i{
	color: #b1b1b1;
    font-size: 20px;
    font-weight: bold;
}
.pcView_head_close i:hover{
	color: #000;
}
.pcView_bottom {
    width: 100%;
    padding: 30px 0 30px 0;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.pcView_bottom span{
	color: #000;
	background: #f3f3f3;
	float: left;
	padding: 6px 30px;
	border-radius: 5px;
	margin: 0 25px;
	cursor: pointer;
	list-style-type: none;
	border: 1px solid #ddd;
	text-align:center;
}
.pcView_yesCss{
	background: #0099ff !important;
    border: 1px solid #0099ff !important;
    color: #fff !important;
}
.pcMark{
	position: fixed;
	background: rgba(0,0,0,.4)!important;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
	z-index: 10;
}
/* pc css弹窗end */