
body{
    background: url(../images/back.png) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

/* 修改plecaeholder样式 */

input::-webkit-input-placeholder {
    color: #9b9ac4;
}
input:-moz-placeholder {
    color: #9b9ac4;
}
input:-ms-input-placeholder {
    color: #9b9ac4;
}


.conent{
    width: 100%;
    height: 100%;
}
.container-fluid{
    padding: 0;
}
/* 头部 */
.header{
    height: 49px;
    width: 100%;
    display: flex;
    align-items: center;
    margin: 26px 0 0 24px;
}
.header h1{
    height: 49px;
    width: 100%;
    margin: 0 24px 0 0;
}
.header .logo{
  height: 80px;
  width: 80px;
  vertical-align: middle;
}
.header .logo_title{
  height: 70px;
  vertical-align: middle;
}
.header h2{
    font-size: 23px;
    color: #FFF;
}
/* center新闻 */
.center{
    width: 100%;
    /*display: table-cell;
    text-align: center;
    vertical-align: middle;*/
    /*position: absolute;
    top: 0;*/
    display: flex;
    justify-content: center;
    align-items: center;
}
.scroll{
    height: 358px;
    overflow: auto;
    overflow-x: hidden;
}
.news-left{
    height: 421px;
    width: 651px;
    margin: 0 48px 0 0 ;
    color: #FFF;
    background: url(../images/leftkbox.png) no-repeat;
}
.news-left h2{
    margin-top: 10px;
    padding-left: 10px;
}
.news-left h3{
    width: 651px;
    /* height: 60px; */
    line-height: 35px;
    font-size: 22px;
    padding:5px 0 10px 10px;
    border-bottom: 1px dashed #6d74b3;
    margin: 5px 0 0 0;
}
.news-one{
    display:flex;
    font-size: 14px;
    margin-top:10px;
}
.news-msg{
    width: 651px;
    height: 71px;
    border-bottom: 1px dashed #6d74b3;
    padding: 12px 0 14px 19px;
}

.news-one b{
    font-weight:normal;
}
.news-one span{
    color: #00aeff;
}
.news-notice{
    width: 84px;
}
.news-time{
    width: 217px;
}
.news-address{
    width: 101px;
}
.news-msg .title{
    font-size: 17px;
    width: 616px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.last{
    border:0
}
.login-right{
	width: 650px;
    height: 420px;
    background: url(../images/rightbox.png) no-repeat;
    padding: 10px 30px 0px 30px;
    display: inline-block;
    z-index: 9999;
}

.pos{
    position: absolute;
    color: red;
    top: 170px;
    font-size: 12px;
    margin-top: 55px;
}
.login-right input{
    width: 595px;
    height: 50px;
    background-color: transparent;
    border:#b4b4d3 1px solid;
}
.ulogin,
.uname,
.upwd,
.usign{
    color: #FFF;
    width: 595px;
    height: 50px;
    position: relative;
}
.uname input,
.upwd input,
.usign input{
    padding-left: 38px;
}
.uname .randdom_img {
    padding: 0px;
    height: 50px;
    position: absolute;
    top:0;
    right: 0;
}
.ulogin{
    margin: 30px 0 56px 0;
   /* border: #b4b4d3 1px solid;*/
    border-radius: 2px;
    line-height: 40px;
    cursor: pointer;
    z-index: 999;
	/*border:1px solid white;*/
}

.ulogin-pop {
    position: absolute;
    left: -1px;
    top: 38px;
    width: 298px;
    background: #162990;
    border: 1px solid #fff;
    display: none;
}

.ulogin-pop li div{
    padding: 0 40px;
}

.ulogin-pop li:hover {
    background: rgba(32, 88, 206, .3);
}
.ulogin-item-active div {
    background: #2058ce url("../images/select_icon.png") 10px 10px no-repeat/ 20px 20px;
}
.select-val {
    padding: 0 10px;
}
.ulogin-img{
    position: absolute;
    right:8px;
    top:17px;
}
.uname-img,
.upwd-img,
.usign-img{
    position: absolute;
    top:10px;
    left: 10px;
}
.upwd{
    margin: 40px 0;
}
.ucode-img{
    position: absolute;
    top:0;
    right: 0;
}
.submit{
    width: 595px;
    height: 50px;
    background: #2678f8;
    border-radius: 2px;
    font-size: 20px;
    color: #fff;
    text-align: center;
    line-height: 50px;
    margin-top: 35px;
    cursor: pointer;
}
.disabled {
    background: #1233a9;
    color: #FFFFFF;
}
/* footer */
.foot{
    position: fixed;
    left: 0;
    bottom: 0;
    height: 80px;
    width: 100%;
    background: #090955;
    line-height: 40px;
    /* margin-top: 238px; */

}
.foot-inner {
    display: flex;
    align-items: center;
    justify-content:space-between;
    /*width: 1440px;*/
    margin: 20px 10px 0 10px;
}

.foot p{
    color: #768cc1;
    font-size: 20px;
}

.foot span {
    vertical-align: middle;
}
/*tab登录选项卡*/

.tab_menu {
	width:600px;
	z-index:1;
    margin-top: 20px;
}
.tab_menu li {
	float:left;
	width:100px;
	height:50px;
	line-height:50px;
	border:1px solid white;
	cursor:pointer;
	text-align:center;
	margin:0 1px 0 0;
	opacity:0.8;
	color:#FFFFFF;
	font-size:20px;
    font-weight: bold;
}
.tab_menu li.selected {
	cursor:pointer;
	background-color:#FFFFFF;
	color:#000000;
	font-size:20px;
    font-weight: bold;
}
.login-tab{
	/*margin: 54px 0 56px 0;*/
    border: #b4b4d3 1px solid;
    border-radius: 2px;
    line-height: 40px;
    cursor: pointer;
    z-index: 999;
}
.newaccount{
	float:right;
    margin-left: 10px;
}