@CHARSET "UTF-8";
*{
    font-family: "Microsoft YaHei", Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
	margin: 0px;
	padding: 0px;
}
ul{
	list-style-type: none;
}
.clearfix:after {
  display: block;
  clear: both;
  height: 0;
  content: '';
}
.clearfix {
  zoom: 1;
}
.clear {
  clear: both;
  height: 0;
  overflow: hidden;
  font-size: 0;
}

/**login**/
.loginform{
    overflow: hidden;
	min-width: 1024px;
	height:540px;
    background: url("../images/background.jpg") no-repeat center top;
    background-size: 100% 100%;
}
.loginform h1{
    width: 820px;
    letter-spacing: 14px;
    /*color: #04E9E6;*/
    font-size: 80px;
    margin: 98px auto 58px;
    text-align:center;
    background: linear-gradient(to bottom, #00ffeb, #00bff5);
    color: transparent;
    -webkit-background-clip: text;
}
.loginform h4{
	width:747px;
	margin:-35px auto;
	text-align:right;
    color:#fff;
    font-size:25px;
    font-weight:normal;
}
.loginform ul{
    overflow: hidden;
    width: 1000px;
    margin: 0 auto;
    padding: 4% 0;
}
.loginform li{
    float: left;
    margin-right:50px;
    line-height: 40px;
}
.loginform li label {
    float: left;
    color: #fff;
}
.loginform li input{
    height:39px;
    line-height:20px;
    text-indent:1em;
    width:200px;
    border-radius:5px;
    border:0px;
    font-size:15px;
}
.loginform .select-wrap {
    float: left;
    margin-right: 10px;
}
.uew-select .uew-select-value {
    height: 40px;
    font-size: 15px;
    line-height: 40px;
    text-indent: 10px;
    border: none;
    border-radius:5px;
}
.uew-select .uew-icon { top: 13px; }
.uew-select select { top: 12px; }
.loginform li i{
    position: relative;
    font-size:20px;
    top:2px;
    left:38px;
    color:#404040;
}
.loginform button{
    width:200px;
    height:51px;
    background:#0f87d2;
    border-radius:5px;
    border:0px;
    font-size:16px;
    color:#fff;
    margin-left:25px;
    line-height: 40px;
    text-align:center;
    cursor: pointer;
}
.loginform button:hover{
    background:#0f9bf5;
    color:#fff;
}
.loginbm{
	padding-top: 44px;
}
.loginbm ul{
    float: left;
    width: 18%;
    margin-left: 6%;
}
.loginbm ul li:first-child{
    font-size: 23px;
    font-weight: bold;
    margin-bottom: 15px;
    color:#555354;
}
.loginbm ul li:not(first-child){
    color:#828081;
    font-size: 15px;
    font-weight: bold;
    line-height:25px;
}