
.phead{
	overflow:unset !important;
    white-space: nowrap;
	overflow-x: auto !important;
	font-size:0;
}
.phead > a{
	display: inline-block;
	font-size:14px;
	float: none !important;
}
.phead > a:last-child{
	margin-right: 50px !important;
}

.phead::-webkit-scrollbar {
        width: 6px;    
        height: 6px;
    }
.phead::-webkit-scrollbar-thumb {
        background-color: #c2c2c2;
        background-clip: padding-box;
        min-height: 28px;
    }
.phead::-webkit-scrollbar-track-piece {
        background-color: #f7f7f7;
    }



.phead {
    padding-left: 10%;
    border-bottom: 1px solid #3ab4aa;
    overflow: hidden;
}
.phactive {
    background: #3ab4aa;
    color: #fff !important;
    border-left: 0!important;
    border-right: 0!important;
}
.phead>a {
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    float: left;
    width: 100px;
    line-height: 40px;
    text-align: center;
    border-right: 1px solid #ddd;
}


a{
	text-decoration: none !important;
}

.pri-tem-warp {
}
.p-body{
	background:#fff;
}
.name-warp {
    overflow: hidden;
    margin-bottom: 20px;
}
.name-warp>div {
    float: left;
}
.pri-tem-name {
    border: 1px solid #ddd;
    outline: none;
    width: 250px;
    height: 30px;
    padding: 5px;
}

.rowCon{display:flex;}
.rowCon select{
	border:0;
	padding:2px 5px;
	margin-right: 15px;
}
.needDateCon{
	
}
.tagStatisticsBody{
	padding: 0 20px;
}
