input,textarea,p,span,i,em,div{
    font-family: "微软雅黑"
}
*{
    padding: 0;
    margin: 0;
    font-size: 14px;
}
.menStyle{
	background-color: #7ec7f9;
    width: 16px;
    height: 16px;
    border-radius: 8px;
}
.womenStyle{
	background-color: #f791bd;
    width: 16px;
    height: 16px;
    border-radius: 8px;
}
.down_arrow{
	padding-right: 13px;
    position: relative;
    text-align: right;
    color: #999999;
}
.down_arrow:after{
	content: " ";
    display: inline-block;
    height: 6px;
    width: 6px;
    border-width: 0 1px 1px 0;
    border-color: #fff;
    border-style: solid;
    -webkit-transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
    transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
   /* position: relative;
    top: -2px;*/
    position: absolute;
    top: 50%;
    margin-top: -4px;
    right: 2px;
}
.clearfix{
	*zoom:1;
}
.clearfix:after{
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: "";
	font-size: 0;
}
.page_title{
    text-align: center;
    background-color: rgba(30, 160, 250, 0.63);
    height: 55px;
    line-height: 55px;
    font-size: 16px;
    color: #fff;
    box-shadow: 0 4px 15px rgba(0,147,255,0.2);
    position: relative;
}
.page_title p{
    font-weight: 500;
    font-size: 16px;
    color: #fff;
    font-style: normal;
    margin-right: 10px;
}
.newsDot{
    width: 10px;
    height: 10px;
    background: #FF5722;
    border-radius: 10px;
    margin-right: 10px;
}
.leftArrow{
    display: inline-block;
    padding-left: 13px;
    text-align: left;
    top: 20px;
    left: 0;
    position: absolute;
}
.leftArrow:after {
    content: "";
    width: 10px;
    height: 10px;
    border: 2px solid #fff;
    display: inline-block;
    border-top: none;
    border-right: none;
    transform: rotate(45deg);
}
.search_box{
    text-align: center;
}
.search_box input{
    padding: 7px 5px;
    width: 80%;
    border-radius: 3px;
    outline: none;
    box-shadow: none;
    border: 1px solid #ddd;
}
.search_box button{
    height: 35px;
    width: 45px;
    border-radius: 3px;
    outline: none;
    background: #6ec0f9;
    border: none;
    color: #fff;
}
.time{
    font-size: 14px;
    color: #888888;
    margin-top: 5px;
}
.searchConditionBox{
    /*width: 80%;
    margin: 10px auto;
    background-color: #fff;
    padding: 10px 25px 0;
    border-radius: 5px;
    box-shadow: 0 1px 5px rgba(0,147,255,0.2);*/
}
.searchConditionBox li {
    position: relative;
    height: 30px;
    list-style: none;
    float: left;
    margin-left: 7%;
}
.searchConditionBox li input[type="radio"]{
    height: 12px;
    width: 12px;
    opacity: 0;
}
.searchConditionBox label{
    position: absolute;
    width: 12px;
    height: 12px;
    border: 2px solid #cac6c6;
    top: 4px;
    left: 6px;
    border-radius: 50%;
}
input:checked+label {
    background-color: #53a4f4;
    border: 2px solid #53a4f4;
}
input:checked+label::after {
    content: "";
    width: 8px;
    height: 5px;
    border: 2px solid #fff;
    position: absolute;
    left: 1px;
    top: 1px;
    border-top: none;
    border-right: none;
    transform: rotate(-45deg);
}
.loadingMoreData{
    text-align: center;
    padding: 12px 0;
    color: #2196F3;
    border-top: 1px solid #d0cece;
    display: none;
}
.noData{
    display: flex;
    text-align: center;
    margin: 20px auto;
    width: 140px;
}
.noData span{
    color: #bfbfbf;
    font-size: 14px;
    margin-top: 5px;
}
.noData img{
    width: 48px;
}
.dotRed{
    position: absolute;
    top: 0;
    right: -5px;
    display: none;
    width: 10px;
    height: 10px;
    padding: 0;
    border-radius: 50%;
    background-color: #f43530;
}
