html,body{
    width:100%;
    height:100%;
    background: url(image/banner.png) no-repeat;
    background-size: cover;
    position: relative;
}
.back_img{
    width:100%;
    height:100%;
}
.body_container{
    width:100%;
    height:100%;
    position: absolute;
    top:0;
    left:0;
}
.back_img>img{
    width:100%;
    height:100%;
}

.footer{
    width:100%;
    height:60px;
    background-color: #000000;
    position: absolute;
    bottom:0;
    left:0;
    z-index: 0;
}
/*Î²²¿*/
.footer>div{
    width:1130px;
    height:100%;
    line-height: 60px;
    margin:0 auto;
    text-align: center;

}
.footer>div>p{
    color:#ffffff;
}


.entry_container{

    width:80%;
    height:100%;
    margin:0 auto;
    z-index: 100;
    position:relative;
}
.logo_img{
    height:112px;
    padding-left:105px;
}
.logo_img>img{
    position: absolute;
    top:0;
    left:0;
}
.logo_img>div{
    float: left;
    height:100%;
    line-height: 112px;
}
.logo_img>div>span{
    display: inline-block;
    color:#c90029;
    font-size: 28px;
}
.logo_img>div>s{
    display: inline-block;
    width:5px;
    height:5px;
    background-color: #c90029;
    border-radius: 50%;
    margin:0 3px;
    margin-bottom: 5px;
}

.entry_msg{
    width:350px;
    position:absolute;
    right:0;
}
.entry_msg>h1{
    font-size: 31px;
    font-weight: normal;
    /*text-shadow:  3px 3px 3px #000;*/
}
.entry_msg>p{
    font-size: 20px;
    color:#999999;
    margin-bottom: -10px;
}
.entry_msg>div{
    width:350px;
   
    background-color: rgba(255,255,255,0.8);
    padding:5px 30px 20px 30px;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#BFffffff,endColorstr=#BFffffff);
}
.entry_msg_content{
   
    z-index: 100;
}

.entry_msg_content>div{
    height:35px;
    line-height: 35px;
}
.entry_msg_test img
{
    width: 90px;
    height: 35px;
    }
.entry_msg_content input{
    outline: none;
    font-size: 14px;
}


.entry_msg_prompt{
    padding-left:35px;
    line-height: 35px;
}
.entry_msg_prompt>p{
    font-size:14px;
    color:#c90029;
}

.entry_msg_name,.entry_msg_pwd,.entry_msg_vol{
    background-color: #ffffff;
    border: 1px solid #A5A5A5;
    padding:0 5px;
    margin:10px 0;

}
.entry_msg_name{
    margin-top:0;
}

.entry_msg_name>input,.entry_msg_pwd>input{
    width:245px;
}


.entry_msg_test>div.dis_inline_block{
    height:100%;
    width:190px;
    background-color: #ffffff;
    border: 1px solid #A5A5A5;
    line-height: 35px;
    padding:0 5px;


}

.entry_msg_test>div.dis_inline_block input{
    width:135px;
    float: right;
    height:100%;
    line-height:35px;

}

.entry_msg_test>div.rt{
    width:63px;
    height:22px;
    background-color: #ffffff;
    border: 1px solid #A5A5A5;
    padding:0 5px;
    line-height: 35px;
}

.entry_msg_vol{
    background-color: transparent;
    border: none;
    padding-left:30px;
}

.entry_msg_vol>input{
    position: absolute;
    top:8px;left:5px;
}
.entry_msg_vol a{
    text-decoration: underline;
}


.entry_msg_btn>a{
    width:90px;
    background-color: #c90029;
    cursor:hand;
    height:34px;
    border: none;
    font-size: 14px; display:block; text-align:center;
    color:#ffffff;
}
.entry_msg_btn1>a{
    width:110px;
    background-color: #c90029;
    cursor:hand;
    height:34px;
    border: none;
    font-size: 14px; display:block; text-align:center; vertical-align:middle;
    color:#ffffff;
}


#entry_msg_back{
    width:350px;
    height:270px;
    background-color: #ffffff;
    opacity: 0.8;
}