body{
	background: #FFFFFF;
}
a{
	color: #333333!important;
}
/* 导航 */
.top{
	width: 100%;
	height: 40px;
	background: #F7F7F7;
	line-height: 40px;
	color: #666666;
	font-size: 14px;
}
.top .login{
	color: #E50012;
	margin-left: 10px;
	margin-right: 10px;
}
.top .register{
	margin-left: 10px;
}
.top .register:hover{
	color: #e50012;
}
.search{
	margin-left: 100px;
	display: flex;
	flex-direction: column;
	width: 270px;
}
.search .box{
	display: flex;
	position: relative;
}
.search .box .search_box{
	width: 210px;
	height:34px ;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	border: 1px solid #e50012;
	padding-left: 30px;
	font-size: 16px;
}
.search .box .search_box::-webkit-input-placeholder{
	font-size: 14px;
}
.search .box .icon{
	position: absolute;
	width: 20px;
	height: 20px;
	top: 10px;
	left: 8px;
}
.search .box .btn{
	width: 60px;
	/* height: 34px; */
	background: #e50012;
	border-radius: 0px;
	border-top-right-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	font-size: 14px;
	color: #FFFFFF;
	/* border: 1px solid #e50012; */
	border-left: 0px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.search .keyword{
	margin-top: 12px;
	font-size: 14px;
	color: #666666;
	display: flex;
	/* justify-content: space-around; */
}
.search .keyword > a{
	margin-right: 16px;
}

/* 左右的 */
.kuangwo{
	display: flex;
	height: 132px;
	justify-content: space-between;
	align-items: center;
	/* margin-top: 42px; */
}
.kuangwo .left{
	display: flex;
	align-items: center;
}
.kuangwo .left .left_sy{
	margin-left: 42px;
}
.left_sy .p1{
	font-size: 20px;
	color: #333333;
}
.left_sy .p2{
	font-size: 14px;
	color: #666666;
	margin-top: 14px;
}
.hz_container.daohng{
	padding-top: 24px;
	font-size: 14px;
	padding-bottom: 28px;
}
.hz_container.daohng span{
	margin-left: 8px;
	margin-right: 8px;
}

.containerCenter{
	width: 1200px;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin-bottom: 96px;
}
.containerCenter > .left{
	width: 180px;
	height: 594px;
	border: 1px solid #EBEBEB;
}
.left .touxiang{
	width: 100px;
	height: 180px;
	background: #FFFFFF;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 0 auto;
}
.left .touxiang img{
	border-radius: 50px;
	margin-top: 32px;
}
.left .touxiang p{
	margin-top: 20px;
	font-size: 16px;
	color: #333333;
}
.left .gongneng{
	width: 120px;
	background: #FFFFFF;
	margin-top: 6px;
}
.left .geli{
	width: 178px;
	height: 1px;
	background: #F8F8F8;
}
.gongneng{
	
}
.gongneng .head{
	font-size: 16px;
	color: #333333;
	font-weight: 700;
	padding-top: 30px;
	padding-left: 20px;
}
.gongneng li{
	padding-left: 20px;
	margin-bottom: 20px;
	font-size: 14px;
}
.gongneng li.active{
	color: #E50012;
	border-left: 2px solid #E50012;
}
.containerCenter .right{
	width: 1008px;
	border: 1px solid #E9E9E9;
	background: #FFFFFF;
	margin-left: 8px;
}
/* 账号与安全 */
.zhanghao{
	width: 100%;
	padding-left: 48px;
	height: 64px;
	display: flex;
	align-items: center;
	border-bottom:1px solid #e9e9e9;
}
.zhanghao p{
	position: relative;
	margin-right: 48px;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.active2{
	color: #E50012;
}
.active2 span{
	width: 64px ;
	display: block;
	height: 2px;
	background: #E50012;
	position: absolute;
	top: 38px;
}
.userdetail{
	padding-left: 48px;
}
.userdetail .touxiang{
	display: flex;
	align-items: center;
	margin-top: 36px;
}
.touimg{
	position: relative;
}
.userdetail .touxiang p{
	margin-right: 48px;
}
.touxiang .upimg{
	display: none;
	position: absolute;
	top: 28px;
	left: 9px;
}
.userdetail .touxiang:hover img{
	opacity: 0.5;
}
.userdetail .touxiang:hover .upimg{
	display: block;
}


.userid{
	display: flex;
	margin-top: 32px;
}
.userid p,.username p,.tel p{
	margin-right:62px ;
	font-size: 14px;
	color: #333333;
}
.username{
	display:flex;
	margin-top: 32px;
	align-items: center;
}
.bindtel .tit{
	color: #0D4592;
}
.bindtel .tit img{
	margin-left: 5px;
}
.tel{
	display: flex;
	margin-top: 28px;
}
.bindbox{
	margin-top: 28px;
}
.bindbox .ver{
	pointer-events: none;
}
.bindbox .ver.active{
	background: #E50012;
	color: #FFFFFF;
	pointer-events: auto;
	cursor: pointer;
}
.bindbox .ver.active:hover{
	background: #FA0015;
}
.bindbox .tijiao{
	display: flex;
	margin-top: 22px;
}
.bindbox .tijiao .btn-l{
	width: 114px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 4px;
	background: #b2b2b2;
	color: #FFFFFF;
}
.bindbox .tijiao .btn-l.active{
	background: #E50012;
}
.bindbox .tijiao .btn-l.active:hover{
	background: #FA0015;
}
.bindbox .tijiao .btn-r{
	width: 114px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #000000;
	background: #FFFFFF;
	border-radius: 4px;
	border: 1px solid #E0E0E0;
}
.btn2{
	width: 144px;
	height: 40px;
	margin-top: 32px;
	border-radius: 4px;
	background: #E50012;
	color: #FFFFFF;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom:56px ;
}
.btn2:hover{
	background: #FA0015;
	color: #FFFFFF;
}

.username .kuang{
	width:194px;
	height: 38px;
	border: 1px solid #E2E2E2;
	padding-left: 15px;
}
.username .kuang:focus{
	border: 1px solid #E50012;
}









/* 修改密码 */
.editpass{
	width: 500px;
	margin-top: 36px;
	margin-left: 48px;
}



.containerB{
	position: fixed;
	bottom: 0px;
}


/* 分页样式 */
.page-bar{
    /* margin:40px; */
	margin-bottom: 50px;
}
ul,li{
    margin: 0px;
    padding: 0px;
}
li{
    list-style: none
}
.page-bar li:first-child>a {
   margin-left: 0px
}
.page-bar a{
    border: 1px solid #ddd;
    text-decoration: none;
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    cursor: pointer
}
.page-bar a:hover{
    background-color: #eee;
}
.page-bar a.banclick{
    cursor:not-allowed;
}
.page-bar .active a{
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7;
}
.page-bar i{
    font-style:normal;
    color: #d44950;
    margin: 0px 4px;
    font-size: 12px;
}
/* 时间选择器 */
.orderdate{
	display: flex;
	align-items: center;
	margin-bottom: 40px;
}
.start_date{
	width: 154px;
	height: 36px;
	border: 1px solid #d6d6d;
}
.end_date{
	width: 154px;
	height: 36px;
}
.noquerybtn{
	width: 72px;
	height: 36px;
	background: #B2B2B2;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #FFFFFF;
	margin-left: 10px;
	border-radius: 4px;
}
.querybtn{
	width: 72px;
	height: 36px;
	background: #0D4592;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #FFFFFF;
	margin-left: 10px;
	border-radius: 4px;
}
.querybtn:hover{
	background: #1B5DB8;
}

/* 输入文字， */
.entering{
	position: absolute;
	top: 38px;
	width: 236px;
	background: #FFFFFF;
	border: 1px solid #E5E5E5;
	z-index: 3;
	/* padding: 0px 12px; */
}
.entering .lis{
	display: flex;
	align-items: center;
	/* width: 100%; */
	justify-content: space-between;
	height: 30px;
	padding: 0px 12px;
	font-size: 14px;
	color: #666666;
}
.entering .lis img{
	cursor: pointer;
}
.entering .history_list li{
	line-height: 30px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0px 12px;
	font-size: 14px;
	color: #333333;
}
.entering .history_list li .h_img{
	cursor: pointer;
	display: none;
	z-index: 3;
}
.entering .history_list li:hover {
	background: #F7F7F7;
}
.entering .history_list li:hover .h_img{
	display: block;
}
.history{
	position: absolute;
	top: 38px;
	width: 236px;
	background: #FFFFFF;
	border: 1px solid #E5E5E5;
	z-index: 3;
}
.history li{
	padding-left: 12px;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	color: #333333;
	
}
.history li:hover{
	background:#F7F7F7;
}
.hide{
	display: none;
}
/* 2020.01.04 */