
html * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
*{
  margin:0;
  padding: 0;
  list-style: none;
  font-family: "微软雅黑", "Arial", tahoma, arial, sans-serif;/*MicrosoftYaHei;*/
  font-size: 16px;
}
*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-size: 100%;
  color: #333333;
  background-color: #ffffff;
  width: 100%;
  /*min-height: 600px;*/
}

a {
  text-decoration: none;
}
img{
  border:none;
}
.clearfloat{
  clear: both;
}
.bodybg{
  width: 100%;
  min-width: 1000px;
  background:url(/msp/static/img/bodybg.png) no-repeat;
  background-size: 100% 100%;
}
.bodyauto{
  width: 100%;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader( src='./img/bodybg.png', sizingMethod='scale');
  position: relative;
}
.languagebox{
  text-align: right;
  padding: 20px;
  padding-bottom: 0px;
}
.languagebox select{
  color: black;
}
.languagebox select{
  outline: medium none;
  -webkit-appearance:none;
  -ms-appearance:none;
  -moz-appearance:none;
  -o-appearance:none;
  vertical-align: middle;
  font-size: 16px;
  line-height: 32px;
  background-color:transparent;
  width: 95px;
  border:none;
  background: url(/msp/static/img/selectbg.png) no-repeat scroll right center transparent;
  padding-right: 20px;
  padding-left:5px;
}
.languagebox select::-ms-expand {
   display: none;
    }
.contentbox{
  width: 90%;
  margin:0 auto;
  
}
.logoleft{
  width: 70%;
  text-align: center;
  float: left;
}

.logoleft img{
  width: 90%;
}
.loginright{
  width: 50%;
  float: right;
  position: relative;
  height: 100%;
}
.loginbox{
  width: 80%;
  height: 92%;
  margin:0 auto;
  margin-top: 70px;
  background:url(/msp/static/img/loginbg.png) no-repeat;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader( src='./img/loginbg.png', sizingMethod='scale'); 
  background-size: 100% 100%;
  
}
.login{
  width: 80%;
  height: 76%;
  margin:0 auto;
  padding:10% 0;
}
.tip i{
  width: 100%;
  height: 1px;
  background-color:#0086f3;
  display: inline-block;
}
.tip span{
  display: inline-block;
  margin-top: -16px;
  font-size: 22px;
  margin-left: 20px;
/*  background-color:#0086f3;*/
  height: 30px;
  padding: 0 10px;
  color: #c6841d;
}
.logininput{
  margin-top: 30px;
}
.logininput li{
  width: 100%;
  height: 36px;
  line-height: 36px; 
  border:1px solid #c9c9c9;
  border-radius: 5px;
  margin-top: 20px;
}
.logininput .leftimg{
  display: block;
  height: 100%;
  float: left;
}
.logininput .righrinput{
  display: block;
  height: 100%;
  float: left;
  width: 85%;
}
.logininput img{
  width: 30px;
  height: 20px;
  margin-left: 10px;
  margin-top: 8px;
  padding-right: 10px;
  border-right: 1px solid #c9c9c9;
}
.logininput input{
  border: none;
  height: 36px;
  width: 100%;
  text-indent: 10px;
  outline: none;
  background-color: transparent;
  display: block;
  line-height: 34px;
  font-size: 16px;
  width: 100%;
}
.logininput input:focus{
  outline:none; 
}
.verification .righrinput{
  width:50%;
}
.logininput .verificationimg{
  float: right;
  display: block;
  height: 100%;
}
.verificationimg img{
  width: 100%;
  height: 100%;
  margin:0px;
  border:none;
  padding: 2px;
}
.logininput .libtn{
  margin-top: 20px;
  text-align: center;
  border:none;
}
.logininput .libtn2{
  margin-top: 15px;
  text-align: center;
  border:none;
}
.libtn a{
  display: block;
  width: 100%;
  height: 36px;
  line-height: 36px;
  text-align: center;
  background: #0086f3;
  filter: drop-shadow(0px 1px 0px rgba(0, 0, 0, 0.2));
  color: #ffffff;
  font-size: 22px;
}
.textbox{
  position: absolute;
  bottom: -200px;
  left: -377px;
  height: 28px;
  line-height: 28px;
  background-color: #0D3986;
  width: 100%;

}
.textbox li{
  float: left;
  width: 33.333%;
  text-align: center;
  font-size: 14px;
  overflow: hidden;
  height: 28px;
  line-height: 28px;
  color: #ffffff;
}
.textbox img{
  margin-right: 10px;
  width: 12px;
  height: 12px;
  vertical-align: middle;
  margin-bottom: 3px;
}