@CHARSET "UTF-8";
*{
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	font-family: 'Avenir', Helvetica, Arial, sans-serif,微软雅黑;
}
html,body{
    height: 100%;
    margin: 0;
    padding: 0
}
body{
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
   
    color: #2c3e50;
    display: block;
    width: 100%;
    font-size: 14px;
    position: relative;
    min-height: 100%!important;
    height: auto;
    margin: 0 auto -95px;
    padding-bottom: 100px;

}
input::-webkit-input-placeholder {
color: #ccc;
}
input:-moz-placeholder{
color: #ccc;
}
input::-moz-placeholder {
color: #ccc;
}
input:-ms-input-placeholder {
color: #ccc;
}
header.header {
    display: table;
    width: 100%;
    margin: auto;
    background: white;
}
.nav-title {
    display: table;
    width: 1200px;
    margin: auto;
    padding: 20px 0px;
}
.nav-tab {
    display: table-cell;
    vertical-align: bottom;
}
.nav-tab.LOGO {
    width: 20%;
    text-align: left;
}
.LOGO img {
    width: 240px;
    height: 40px;
    vertical-align: bottom;
    margin-left: 20px;
}
.SEARCH div {
    display: table;
    vertical-align: bottom;
    width: 500px;
    box-sizing: border-box;
    margin-left: 20px;
}
.SEARCH div>input {
    display: table-cell;
    vertical-align: bottom;
    width: 410px;
    padding: 5px;
    border: 1px solid #A9A9A9;
    font-size: 14px;
    height: 38px;
    box-sizing: border-box;
        float: left;
        text-align: center;
}
.SEARCH div>button {
    display: table-cell;
    vertical-align: bottom;
    width: 88px;
    padding: 5px;
    border: 1px solid #328AFC;
    font-size: 14px;
    background: #328AFC;
    color: white;
    cursor: pointer;
    user-select: none;
    height: 38px;
    box-sizing: border-box;
        float: left;
}
 /**登录注册模块**/
 ul{
  list-style: none;
 }
.fa-ul>li {
    display: inline-block;
    vertical-align: top;
    color: #00acd8;
    position: relative;
    min-width: 80px;
         float: left;
             padding: 0px 5px;
}
.login:hover .c-ul{
	 display:block!important; 
}
ul.c-ul {
    display: none; 
    position: absolute;
    background: white;
    box-shadow: 0px 3px 10px -3px #060606;
    z-index: 3;
    text-align: center;
}
.c-ul>li {
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
    padding: 5px;
    cursor: pointer;
}
.fa-ul>li a,.fa-ul>li a:hover {
    color: #00acd8!important;
}
.c-ul>li:hover {
    background: #2196F3;
    color: #ffffff;
}
i.line {
    display: inline-block;
    float: left;
    border-right: 2px solid #c7c7c7;
    height: 18px;
    vertical-align: middle;
}
 
.Infcard {
    display: none;
    position: absolute;
    border: 1px solid #2196f3;
    width: 230px;
    padding: 5px;
    box-sizing: border-box;
    box-shadow: -1px 7px 9px -7px #000000;
    background: white;
        z-index: 999;
    left: 0;
    margin-top: 0px;
}

.login:hover .Infcard{ 
	display: inline-block!important;
	}
img.fr-icon {
    width: 60px;
    height: 60px;
    border: 1px solid #ded5d5;
    vertical-align: top;
}
.Infcard-bottom span {
    display: inline-block;
    margin: 5px;
}
.Infcard-top {
    text-align: left;
}
.background{
	display: inline-block;
  
    padding: 5px;
    cursor: pointer;
}
button.loginout {
    display: inline-block;
    float: right;
    margin: 5px 0px;
    border: 0;
    color: white;
    padding: 5px;
    cursor: pointer;
    background: -moz-linear-gradient(top, #1fa9e2 0%, #428afe 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1fa9e2), color-stop(100%,#428afe));
    background: -webkit-linear-gradient(top, #1fa9e2 0%,#428afe 100%);
    background: -o-linear-gradient(top, #1fa9e2 0%,#428afe 100%);
    background: -ms-linear-gradient(top, #1fa9e2 0%,#428afe 100%);
    background: linear-gradient(to bottom, #1fa9e2 0%,#428afe 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1fa9e2', endColorstr='#428afe',GradientType=0 );
}
.Infcard-bottom>a {
    display: inline-block;
    padding: 5px 3px;
    background: #f1f1f1;
    border: 1px solid #dbd9d9;
    width: 32%;
    float: left;
    margin: 5px 1px;
    text-align: center;
    font-size: 12px;
    border-radius: 2px;
}
.infos {
    display: inline-block;
    /* background: aliceblue; */
    width: 70%;
}

ul.nav {
    padding: 0;
    margin: 0;
    list-style: none;
       background: rgba(50, 138, 252, 1);
    text-align: left;
    display: table;
    width: 1200px;
    margin: auto;
    box-sizing: border-box;
}
.nav a {
    display: table-cell;
    font-size: 14px;
    width: 85px;
    height: 38px;
    box-sizing: border-box;
    text-align: center;
    line-height: 38px;
}
.nav  a {
    color: white;
}
.nav a:first-child {
   /*  background: #1690be; */
}
.nav a:hover,.hover {
        background: #1690be;
    color:white!important;
}
[v-cloak]{
	display:none !important;
}
ul.ivu-page {
    display: inline-block;
    text-align: center;
    padding: 10px;
    width: 100%;
}
.NavBg {
    background: rgba(50, 138, 252, 1);
    width: 100%;
}