html,
body,
ol,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p,
th,
td,
dl,
dd,
form,
fieldset,
legend,
input,
textarea,
select,
table {
	margin: 0;
	padding: 0;
}

table{
	border-collapse:collapse;
}

body,textarea {
	font-size: 16px;
	font-family: "Microsoft YaHei", 微软雅黑, "MicrosoftJhengHei", 华文细黑, STHeiti, MingLiu;
}

ul,
ol,
li {
	list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 16px;
	font-weight: normal;
}

b,
strong {
	font-weight: normal;
}

i,
em {
	font-style: normal;
}

a,
u {
	text-decoration: none;
	color: #252525;
}

a:visited {
	text-decoration: none;
}

a:hover {
	color: #FE7730 !important;
}

a:active {
	color: #ba2636;
}

img {
	border: 0;
	display: block;
}

input,
fieldset {
	outline: none;
	border: 0;
	font-size: 15px;
}

.clear_fix:after {
	content: '.';
	clear: both;
	height: 0;
	overflow: hidden;
	display: block;
	visibility: hidden;
}

.clear_fix {
	zoom: 1;
}

button {
	letter-spacing: 5px;
	font-size: 15px;
}

button:hover {
	background: #fe7730 !important;
}

/* 公共复选框 */
/* .check,
.radio {
	margin-right:15px;
} */


.check input[type='checkbox'],
.radio input[type='radio'] {
	display: none;
}

.check label,
.radio label {
	cursor: pointer;
}

.check label:before {
	content: '';
	display: inline-block;
	width: 12px;
	height: 12px;
	border: 1px solid #999999;
	float: left;
	margin: 4px 5px 0 0;
}

.radio label:before {
	content: '';
	display: inline-block;
	width: 6px;
	height: 6px;
	padding: 4px;
	border: 1px solid #999999;
	margin-right: 5px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	float: left;
	margin: 3px 5px 0 0;
}

.check input[type='checkbox']:checked+label:before {
	background: url(../images/Check.png) #414e93 no-repeat center;
	border-color: #414f95;
	background-size: contain;
	border-radius: 2px;
}
.radio input[type='radio']:checked+label:before {
    background: url(../images/Check.png) #414e93 no-repeat center;
    border-color: #414f95;
}

/* 去除personal-tableBtn上的上内边距 */
.noTop{
	padding: 0 0 20px !important;
}

/* 标题 */
.m-title {
	font-size: 40px;
	color: #fff;
	font-weight: bold;
	letter-spacing: 6px;
	text-align: center;
}

.s-title {
	font-size: 18px;
	color: #fff;
	letter-spacing: 4px;
	line-height: 45px;
	text-align: center;
}

/* 页尾 */
footer {
	width: 100%;
	height: 95px;
	box-sizing: border-box;
	padding: 30px 0;
	text-align: center;
}

footer>nav {
	margin-bottom: 10px;
	font-size: 14px;
}

footer>nav>span {
	margin: 0 10px;
}

footer>nav>a {
	color: #6699cc;
}

footer>p {
	font-size: 13px;
	color: #999999;
}

.wh-footer {
	position: absolute;
	bottom: 20px;
	left: 0;
	color: #fff;
}

.wh-footer>nav>a,
.wh-footer>p {
	color: #fff;
}

.positioning{
	position: absolute;
	left: 0;
	bottom: 0;
}

/* 注册、忘记密码 */
.user-head {
	padding: 30px 0;
	max-width: 1200px;
	margin: 0 auto;
}

.user-head>a,
.user-head>h2 {
	float: left;
}

.user-head>h2 {
	float: left;
	font-size: 25px;
	border-left: 1px solid #b5b5b5;
	line-height: 50px;
	padding-left: 15px;
	margin-left: 15px;
	margin-top: 5px;
	color: #b5b5b5;
	letter-spacing: 2px;
}

.user-nav{
	float: right;
}

.user-nav > ul{
	float: left;
	margin: 13px 50px 0;
}

.user-nav > ul > li{
	float: left;
	margin: 0 10px;
}

.user-nav > ul > li > a{
	display: inline-block;
	min-width: 90px;
	text-align: center;
	border: 1px solid #fff;
	padding: 3px 0;
	letter-spacing: 1px;
	border-radius: 5px;
	transition: all .3s;
	-webkit-transition: all .3s;
}

.user-nav > ul > li > a:hover{
	border-color: #414e93;
	color: #414E93 !important;
	transition: all .3s;
	-webkit-transition: all .3s;
}

.user-nav > p{
	float: right;
	line-height: 55px;
}

.user-inf{
	float: right;
	margin-top: 10px;
	padding-bottom: 10px;
	cursor: default;
	position: relative;
}

.user-inf > h5{
	max-width: 65px;
	float: left;
	line-height: 35px;
	color: #333333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.user-inf > i{
	font-size: 18px;
	line-height: 35px;
	color: #333333;
}

.user-inf > ul{
	width: 155px;
	box-sizing: border-box;
	position: absolute;
	top: 40px;
	left: 0;
	z-index: 100;
	background: #fff;
	padding: 10px;
	box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.11);
	border-radius: 2px;
	visibility: hidden;
	opacity: 0;
	transition: all .3s;
	-webkit-transition: all .3s;
}

.user-inf:hover ul{
	visibility: initial;
	opacity: 1;
	top: 50px;
	transition: all .3s;
	-webkit-transition: all .3s;
}

.user-inf > ul > li{
	text-align: center;
	line-height: 35px;
	font-size: 15px;
}

.user-inf > ul > li > a > i {
	margin-right: 5px;
}

.user-img{
	float: left;
	width: 35px;
	height: 35px;
	border-radius: 50px;
	margin-right: 15px;
	position: relative;
}

.user-img img{
	width: 100%;
    border-radius: 50px;
}

.user-img > span{
	display: inline-block;
	width: 22px;
	height: 22px;
	line-height: 22px;
	box-sizing: border-box;
	position: absolute;
	top: -10px;
	right: -10px;
	font-size: 12px;
	background: #df0001;
	letter-spacing: 1px;
	border-radius: 50px;
	color: #fff;
	text-align: center;
}

.user-banner {
	width: 100%;
	height: 140px;
	padding-top: 20px;
	box-sizing: border-box;
	background: -ms-webkit-radial-gradient(#414e93 5%, #262b5c 100%);
	background: -moz-webkit-radial-gradient(#414e93 5%, #262b5c 100%);
	background: -webkit-radial-gradient(#414e93 5%, #262b5c 100%);
	background: radial-gradient(#414e93 5%, #262b5c 100%);
	text-align: center;
}

/* 个人中心头部 */
.fixed-head{
	position: fixed;
	left: 0;
	top: 0;
	z-index: 500;
	transition: top .3s;
	-webkit-transition: top .3s;
}
.personal-head {
	width: 100%;
	height: 95px;
	background: radial-gradient(#414e93 5%, #262b5c 100%);
}

.personal-con {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 10px;
	box-sizing: border-box;
}

.personal-con>a {
	float: left;
	margin-top: 18px;
}

.personal-search {
	float: left;
	margin-left: 150px;
	width: 415px;
	border: 5px solid #171a51;
	margin-top: 25px;
	box-sizing: border-box;
	border-radius: 5px;
    position: relative;
}

.personal-search>input[type=text] {
	float: left;
	width: 315px;
	height: 38px;
	padding-left: 35px;
	background: url(../images/search-icon.png) #fff no-repeat left;
	background-size: 16px 16px;
	background-position-x: 10px;
	box-sizing: border-box;

}

.personal-search>button {
	width: 90px;
	height: 38px;
	float: left;
	border: none;
	outline: none;
	background: #df7035;
	color: #fff;
	cursor: pointer;
}

.personal-search > ul{
    position: absolute;
    top: 39px;
    left: 0;
    z-index: 100;
    width: 315px;
    background: #FFFFFF;
    border-radius: 0 0 5px 5px;
    -moz-box-shadow:0px 2px 7px #3a3a3a;
    -webkit-box-shadow:0px 2px 7px #3a3a3a;
    box-shadow:0px 2px 7px #3a3a3a;
    overflow: hidden;
}

.personal-search > ul{
    z-index: 99;
    display: none;
}
.personal-search > ul > li{

    line-height: 35px;
    padding: 0 10px;
    font-size: 15px;
    color: #333333;
    cursor: pointer;
}

.personal-search > ul > li:hover{
    background: #efefef;
}

.personal-inf {
	float: right;
}

.personal-inf > .login-entrance{
    margin-top: 35px;
}

.login-entrance > a{
    color: #FFFFFF;
    font-size: 15px;
    display: inline-block;
    line-height: 30px;
    margin-left: 20px;
}

.login-entrance > a:nth-of-type(1){
    color: #333367;
    padding: 0 15px;
    height: 30px;
    background: #FFFFFF;
    border-radius: 3px;
}

.personal-inf>ul>li {
	float: left;
	margin-top: 30px;
	margin-left: 50px;
	position: relative;
	padding-bottom: 20px;
}

.personal-inf>ul>li.personal-img::after {
	content: '';
	position: absolute;
	top: 14px;
	right: -15px;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 8px solid #fff;
}

.personal-inf>ul>li>.personal-portrait {
	float: left;
	width: 35px;
	height: 35px;
	background: #666666;
	border-radius: 50px;
	margin-right: 15px;
	position: relative;
}

.personal-portrait>img {
	width: 100%;
    border-radius: 50px;
}

.personal-portrait>span {
	display: inline-block;
	width: 22px;
	height: 22px;
	line-height: 22px;
	box-sizing: border-box;
	position: absolute;
	top: -10px;
	right: -10px;
	font-size: 12px;
	background: #df0001;
	letter-spacing: 1px;
	border-radius: 50px;
	color: #fff;
	text-align: center;
}

.personal-inf>ul>li>h5 {
	float: left;
	min-width: 60px;
	max-width: 80px;
	line-height: 32px;
	color: #fff;
	text-align: center;
	position: relative;
	cursor: default;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.personal-inf>ul>li>img {
	float: left;
	margin-top: 4px;
	margin-right: 10px;
}

.personal-inf>ul>li>ul {
	width: 145px;
	box-sizing: border-box;
	position: absolute;
	top: 40px;
	left: 0;
	z-index: 100;
	background: #fff;
	padding: 10px;
	box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.11);
	border-radius: 2px;
	visibility: hidden;
	opacity: 0;
	transition: all .3s;
	-webkit-transition: all .3s;
}

.personal-inf>ul>li:hover ul {
	visibility: initial;
	opacity: 1;
	top: 50px;
	transition: all .3s;
	-webkit-transition: all .3s;
}

.personal-inf>ul>li>ul>li {
	text-align: center;
	line-height: 35px;
	font-size: 15px;
}

.personal-inf>ul>li>ul>li i {
	margin-right: 5px;
}




/* 分页 */
.Paging-button{width: 690px;margin: 0 auto;clear: both;padding: 20px 0;}
.ui-paging-container{color:#666;font-size: 12px;}
.ui-paging-container ul{text-align: center;}
.ui-paging-container ul,.ui-paging-container li{list-style: none;}
.ui-paging-container li{display: inline-block;}
.ui-paging-container li.current{padding:5px 10px;color:#666;margin: 0 5px;}
.ui-paging-container li a{padding:5px 10px;color:#666;margin: 0 5px;}
.ui-paging-container li a{cursor: pointer; border:1px solid #ddd;border-radius: 2px;}
.ui-paging-container li.current{background-color: #ff4200;color:#FFFFFF;}
.ui-paging-container li a:hover{color: #FFFFFF !important;background-color: #ff4200;}
.ui-paging-container li.ui-paging-ellipse{border:none;}
.ui-paging-container li.ui-paging-toolbar{padding:0;}
.ui-paging-container li.ui-paging-toolbar select{height:28px;border:1px solid #ddd;color: #666;}
.ui-paging-container li.ui-paging-toolbar input{line-height: 20px; height:26px;padding:0;border:1px solid #ddd;text-align: center;width: 30px;}
.ui-paging-container li.ui-paging-toolbar a{vertical-align: middle; text-decoration: none;display: inline-block;height:26px;border:1px solid #ddd;vertical-align: top;border-radius: 2px;line-height: 26px;padding:0 3px;cursor: pointer;margin-left: 5px;color: #666;}
.ui-paging-container li.ui-pager-disabled,.ui-paging-container li.ui-pager-disabled:hover{background-color: #f6f6f6;;cursor: default;border:none;color:#ddd;}
