li{
    list-style: none;
    float: left;
}
a{
    text-decoration: none;
    color: black;
    text-decoration: none !important;
}
.content{
	width:1200px !important;
}
.body{
    margin: 0 0;
    display: flex;
    font-size: 14px;
    overflow-x: hidden;
    flex-direction: column;
    font-family: "Microsoft YaHei";
    background-color: #f4f4f4;
}
body{
	background: #f4f4f4 !important;
}
ul{
    -webkit-padding-start:0px !important;
    -webkit-margin-before:0em;
    -webkit-margin-after: 0em;
}
h1, h2, h3, h4, h5, h6{
    font-weight: bold;
}
/* 底部 */
.x-footer{
    margin-top: 20px;
    padding: 30px 0px;
    z-index: 99999999;
}
.x-footer-content{
    width: 1000px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
}
.x-footer-items ul{
    display: flex;
    flex-direction: column;
    margin-top: 20px;
}
.x-footer-items ul li{
    padding: 3px 0;
}
.x-footer-items ul li a{
    color: #909090;
}
.x-footer-items:first-child{
    display: flex;
    align-items: center;
}
.x-footer-items:first-child div{
    width: 70px;
    margin-left:40px;
    margin-right: -40px;
}
.x-footer-items:first-child  div img{
    width: 70px;
    height: auto;
    margin-left: 30px;
}
/* 头部 */
.x-header{
    display: flex;
    justify-content: center;
    border-bottom:1px solid #e1e1e1;
    align-items: center;
    box-shadow: 0px 0px 1px #d2cdcd;
    background-color:white;
    height: 70px;
	min-width:960px;
	top: 0px;
    position: fixed;
    left: 0px;
	z-index:3333;
	width:100%;
}
.logo{
    width: 330px;
    margin: 3px 0;
	display:flex;
	align-items:center;
	justify-content: flex-end;
}
.logo img{
    height: auto;
}
.x-header-center{
    width:1200px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin:0 50px;
    /* margin-left: -100px; */
}
.x-header-center ul{
	min-width:500px;
 	display:flex;
 	justify-content:space-between;
}
.x-header-center ul li{
    cursor: pointer;
}
.x-header-center ul li:hover a{
    color: #611987;
}
.active{
    color:#611987;
}
.searchbox{
    width: 349px;
    height: 30px;
    border:1px solid #cbcbcb;
    position: relative;
    margin: auto;
}
.searchbox input{
    width: 250px;
    height: 30px;
    border: none;
    overflow: auto;
    padding: 0px 8px;
}
.searchbox input::-webkit-input-placeholder{ /*WebKit browsers*/
    overflow: hidden;
}
input::-moz-input-placeholder{ /*Mozilla Firefox*/
    overflow: hidden;
}
input::-ms-input-placeholder{ /*Internet Explorer*/
    overflow: hidden;
}
.searchbox button{
    position: absolute;
    right: 7px;
	top:0px;
    width: 35px;
    height: 30px;
    border: none;
    background-image: url('../image/search1.png');
    background-size:25px 25px;
    background-color:white;
    background-repeat:no-repeat;
    background-position:center;
    cursor: pointer;
}
.person{
    display: flex;
    align-items: center;
    width: 230px;
}
.persons{
    width: 230px;
    line-height: 59px;
    text-align: center;
}
.medal{
    position: relative;
}
.medal img{
    width: 25px;
    height: 25px;
    cursor: pointer;
}
.medal .layui-badge-dot{
    position: absolute;
    top:0px;
    right: -3px;
}
.medal ul{
    position: absolute;
    top: 50px;
    left: -60px;
    width: 200px;
    background-color: white;
    display: flex;
    flex-direction: column;
    box-shadow: 0px 0px 5px #e2e2e2;
    align-items: center;
}
.medal ul li{
    /* width: 100%; */
    width: 200px;
    padding: 10px 0px;
    border-bottom: 1px solid #e5e5e5;
    cursor: pointer;
}
.medal ul li:last-child{
    border-bottom: none;
}
.medal ul li a{
    display: block;
    overflow: hidden;
    width: 180px;
    text-overflow:ellipsis;
    justify-content: flex-start;
    padding: 0px 10px;
}
.medal ul li a label{
    font-weight: bold;
    margin-right: 5px;
}
.medal ul li:last-child{
    text-align: center;
    height: 30px;
    line-height: 30px;
}
.medal ul li:last-child:hover{
    background-color: white;
}
.medal ul li:hover{
    background-color: #dfd1e8;
}
.messageclick{
    color: #909090;
}
.headphoto{
    width: 50px;
    height: 50px;
    margin-left: 20px;
    position: relative;
}
.headphoto img{
    width: 100%;
    height: 100%;
    border-radius: 50%;
    cursor: pointer;
}
.headphoto ul{
    display: flex;
    flex-direction: column;
    position: absolute;
    left: -30px;
    top: 60px;
    width: 135px;
    background-color: white;
	box-shadow: 0px 1px 1px 1px #e2e2e2;
}
.headphoto ul li{
    padding: 10px 0;
    /* width: 100%; */
    /* flex: 1; */
    width: 100%;
    text-align: center;
    cursor: pointer;
}
.headphoto ul li:first-child{
    border-bottom:1px solid #e2e2e2;
}
.headphoto ul li:hover{
    background-color: #dfd1e8;
}
.headphoto ul li:first-child:hover{
    background-color:white;
}
/*  */
.flex1 {
    -webkit-box-flex: 1;      /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-flex: 1;         /* OLD - Firefox 19- */
    width: 20%;               /* For old syntax, otherwise collapses. */
    -webkit-flex: 1;          /* Chrome */
    -ms-flex: 1;              /* IE 10 */
    flex: 1;                  /* NEW, Spec - Opera 12.1, Firefox 20+ */
}
/* 父元素-横向排列（主轴） */
.flex-h {
    display: box;              /* OLD - Android 4.4- */

    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */


    /* 09版 */
    -webkit-box-orient: horizontal;
    /* 12版 */
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
}
/* 父元素-横向换行 */
.flex-hw {
    /* 09版 */
    /*-webkit-box-lines: multiple;*/
    /* 12版 */
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
}
/* 父元素-水平居中（主轴是横向才生效） */
.flex-hc {
    /* 09版 */
    -webkit-box-pack: center;
    /* 12版 */
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    /* 其它取值如下： 
        align-items     主轴原点方向对齐 
        flex-end        主轴延伸方向对齐 
        space-between   等间距排列，首尾不留白 
        space-around    等间距排列，首尾留白 
     */
}
/* 父元素-纵向排列（主轴） */
.flex-v {
    display: box;              /* OLD - Android 4.4- */

    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */


    /* 09版 */
    -webkit-box-orient: vertical;
    /* 12版 */
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
}
/* 父元素-纵向换行 */
.flex-vw {
    /* 09版 */
    /*-webkit-box-lines: multiple;*/
    /* 12版 */
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
}
/* 父元素-竖直居中（主轴是横向才生效） */
.flex-vc {
    /* 09版 */
    -webkit-box-align: center;
    /* 12版 */
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
}
/* 子元素-显示在从左向右（从上向下）第1个位置，用于改变源文档顺序显示 */
.flex-1 {
    -webkit-box-ordinal-group: 1;   /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-ordinal-group: 1;      /* OLD - Firefox 19- */
    -ms-flex-order: 1;              /* TWEENER - IE 10 */
    -webkit-order: 1;               /* NEW - Chrome */
    order: 1;                       /* NEW, Spec - Opera 12.1, Firefox 20+ */
}
/* 子元素-显示在从左向右（从上向下）第2个位置，用于改变源文档顺序显示 */
.flex-2 {
    -webkit-box-ordinal-group: 2;   /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-ordinal-group: 2;      /* OLD - Firefox 19- */
    -ms-flex-order: 2;              /* TWEENER - IE 10 */
    -webkit-order: 2;               /* NEW - Chrome */
    order: 2;                       /* NEW, Spec - Opera 12.1, Firefox 20+ */
}  