﻿@charset "utf-8";
/* CSS Document */
/*2015/08/03 Edit by zanghao*/
.LoginBg {
    position: relative;
    background: url("../images/bg.png") center 0 no-repeat;
    background-size: auto;
}
.BlueLine{
    position: absolute;
    color: #fff;
    left: 0;
    top: 300px;
    width: 100%;
    height: 266px;
    z-index: 9;
}
.BlueLine .bg{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    opacity:0.9;
    filter:alpha(opacity=90);
    background: #0089fb;
    z-index: -1;
}
.BlueLine p{

    font-size: 42px;
    margin-top: 100px;
}
.BlueLine p i{
    margin-top:20px;
    display: block;
    font-style:normal;
    font-size: 15px;
}
.LoginBg .LoginBox{
    position: absolute;
    top: -198px;
    right: 0;
    padding: 30px 40px;
    height: 380px;
    width: 428px;
    background: #f4f4f4;
    z-index: 10;
    border-radius:10px;
}
.LoginBg .LoginBox h3{
    color:#272727;
    font-size: 30px;
}
.LoginBg .LoginBox ul{
    margin-top: 40px;
}
.LoginBg .LoginBox ul li{
    margin-bottom: 25px;
}
.LoginBg .LoginBox li input{
    font-size:16px;
    height: 50px;
    width: 100%;
    line-height: 50px;
    padding: 0 10px;
    background: #fff;
    border: 1px solid #dadada;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
.LoginBg .LoginBox li.yzm input{
    display: inline-block;
    width: 200px;
    float: left;
    margin-right: 20px;
}
.LoginBg .LoginBox li.yzm img{
    display: inline-block;
    width: 130px;
    height: 50px;
    float: left;
    margin-right: 20px;
}
.LoginBg .LoginBox li.yzm a{
    color: #43a3ec;
    text-decoration: underline;
    font-size: 18px;
    line-height: 50px;
}
.LoginBg .LoginBox li.jzmm input{
    float: left;
    height:25px;
    width:25px;
    margin-right: 5px;
    background: #fff;
}
.LoginBg .LoginBox li.jzmm{
    margin-top: 60px;
    color:#666 ;
    font-size: 20px;
}
.LoginBg .LoginBox li.jzmm a{
    color: #666;
    text-decoration: underline;
}
.LoginBg .LoginBox li.btn{
    margin-top: 40px;
}
.LoginBg .LoginBox li.btn a{
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 20px;
    color: #047de3;
    font-weight: bold;
    border: 1px solid #dadada;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    background: url("../images/btn-bg.jpg") repeat-x;
}