﻿@CHARSET "UTF-8";
body 
{
    margin:0px;
    padding:0px; 
    font-size: 12px;
	font-family: "Microsoft YaHei"; 
	background-color:#454c59;
}
.baxx a,.baxxa:hover,.baxx a:link,.baxx a:visited
{
    color:White;
}
input {font-family: "Microsoft YaHei";text-transform:uppercase;}
html
{   
    margin:0px;
    padding:0px; 
}
.dv_login_part
{
   
   
    width:230px;
   
}
.dv_login_menu
{
     
    width:100%;
    height:0px;
    font-size:14px;
    font-weight:bold;
    line-height:0px;
    display: -webkit-box; /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
    display: -moz-box; /* Firefox 17- */
    display: -webkit-flex; /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
    display: -moz-flex; /* Firefox 18+ */
    display: -ms-flexbox; /* IE 10 */
 
}
.dv_login_menu div
{
    -webkit-box:1;
    -ms-flexbox:1;
    -webkit-flex:1;
    width:calc(50%);
    text-align:center; 
}
 
.dv_login_ipt
{ 
    /*opacity: 0.2; 所有子元素都透明了*/
    background-color: rgb(0, 0, 0);
    /*filter: alpha(opacity=0.4);*/ 
    background-color: rgba(0,0,0,0.2); 
    margin-top:10px;
    border-radius:2px;
    border:1px solid #6a747e;
}

.dv_login_btn
{
    margin-top:10px;
}
.dv_login_btn input
{
    width:100%;
    height:34px;
    line-height:34px;
    text-align:center;
    color:#fff;
    letter-spacing:10px;
    border:none;
    background-color:#15426c;
    border-radius:2px; 
    outline:none;
}
.dv_split
{ border-bottom:solid 1px #3e3e3e;
  width:200px;
  margin:auto;
  clear:both;
}
.dv_login_ipt div 
{
    
}

.dv_login_ipt input 
{ 
    height:24px;
    line-height:24px;
    font-size:14px;
    background-color:transparent;
    border:none;
    color:#3e3e3e;
    padding:15px;
    width:200px;
    outline:none;
}
.dv_lost_pwd
{
    margin-top:20px;
    text-align:right;
    color:#3e3e3e;
}
.dv_lost_pwd a:visited, .dv_lost_pwd a:link, .dv_lost_pwd a:hover
{
    color:White;
    text-decoration:none;
}
.dv_login_error
{
    margin-top:10px;
    color:#3e3e3e;
    height:20px;
    line-height:20px; 
}
 .splitdv
 {
     font-size:1px;
     
     clear:both;
 }
 
.remote_link
 {
     height:44px;
     margin-left:40px;
 }
.remote_link ul
 {
     list-style:none;
     padding:0px;
     margin:0px;
 }
.remote_link ul li
 {
     float:left;
     width:180px; 
     height:30px;
     line-height:30px;
     text-align:center;
     margin-left:2px;
     margin-top:8px;
 }
.remote_link a{display:block;text-align:center;height:30px;border-radius:4px;}
.remote_link a:link{color:#000; background-color:#bbb;   text-decoration:none;}
.remote_link a:visited{color:#000; background-color:#bbb;  text-decoration:none;}
.remote_link a:hover{color:#000; background-color:#bbb; font-weight:bold;text-decoration:none;}
 
 #top_menu
 {
     height:30px;
     margin-left:150px;
     
 }
 #top_menu ul
 {
     list-style:none;
     padding:0px;
     margin:0px;
 }
 #top_menu ul li
 {
     float:left;
     width:80px; 
     height:30px;
     line-height:30px;
     text-align:center;
     margin-left:2px;
     
 }
#top_menu a{display:block;text-align:center;height:30px;border-top-left-radius:4px;
border-top-right-radius:4px;}
#top_menu a:link{text-decoration:none;}
#top_menu a:visited{text-decoration:none;}
#top_menu a:hover{color:#FFF;  background-color:#979ba2;font-weight:bold;text-decoration:none;}

.a_unfocus
{
    color:#fff; background-color:#5e646f;
}
.a_focus
{
    color:#000;
    background-color:#fff;
}

.msg_div
{
    width:700px;height:90%;  
    background-color:#FFF;opacity:0.7;  
    color:#de4d42; 
    font-size:14px;
    overflow-y:auto;
    margin-left:150px;
    border-radius:6px;
    padding:12px;
    box-sizing: border-box;
    margin-top:12px;
    margin-bottom:12px;
}
.msg_div2
{
    width:700px;height:90%;   
    color:#de4d42; 
    overflow:hidden;
    margin-left:150px;
    
    opacity:0.7;  
    margin-top:12px;
    margin-bottom:12px;
    
}

.msg_div2 img
{ 
    
}