﻿*
{
    margin: 0px;
    padding: 0px;
}
body
{
    margin: 0px;
    padding: 0px;
    font-size: 12px;
    line-height: 20px;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-color: #EAEAEA;
}
a
{
    text-decoration: none;
}
.top
{
    width: 100%;
    height: 90px;
    text-align: center;
    padding:0px;
}
.top .log
{
    height: 100%;
    width: 1000px;
    bottom: 0px;
    position: relative;
    margin: 0 auto;
}
.logleft
{
    width: 277px;
    padding-left:40px;
    float: left;    
    bottom: 10px;
    position: absolute;
}
.logleft img
{
     width: 277px;
    }
.logright
{
    right: 0px;
}
.mianback
{
    width: 100%;
    min-width: 1000px;
    position: absolute;    
}
.container
{
    position: absolute;
    float: right;
    left: 300px;
    top: 145px;
    right: 10px;
    padding-left: 270px;
}

.content
{
    min-width: 400px;
     max-width: 1020px;
    height: 400px;
    margin-top: 0px;
    margin-right: 160px;
}

.divlogin
{
    float: right;
    width: 400px;
    height: 400px;
    background-color: #FFFFFF;
    
}
.divlogin div
{
    text-align: center;
    height: 50px;
   
}
.divlogin .inputdiv
{
     margin: 10px auto 20px auto;
    }
.divlogin input
{
    border: 0px solid #FFFFFF;
    width: 270px;
    height: 50px;   
}
.divlogin .txt
{
     margin-left:60px;
     width:260px;
     font-family: 微软雅黑;
    font-size: 14px;
    color: #999999;
    }
.txtdiv
{
    border: 1px solid #CCCCCC;
    margin:10px 0px 10px 0px;
    padding: 0px 0px 0px 0px;
    position: relative;
    width: 320px;
    height:50px;
}
.icon_login
{
    left: 0px;
    top: 0px;
    width: 40px;
    height: 40px;
    vertical-align: middle;
    position: absolute;
}
.un
{
    margin:5px 0px 0px 5px;
    background: url("../Image/ibeking_login_bg2.png") 0 0 no-repeat;
    /*background: url("../Image/21.png") 0 0 no-repeat;*/
     background-size: 40px 40px;
    -moz-background-size: 40px 40px;
    -moz-background-size:  40px 40px;
}
.pwd
{
     margin:5px 0px 0px 5px;
     background-size: 40px 40px;
    -moz-background-size: 40px 40px;
    -moz-background-size:  40px 40px;
    background: url('../Image/ibeking_login_bg4.png') no-repeat 0 0;
     /* background: url("../Image/231.png") 0 0 no-repeat;*/
}
.divlogin .tit
{
    font-size: x-large;
    font-family: 微软雅黑;
    color: #000000;
    padding-top: 20px;
    height: 30px;
}
.divlogin .loginleft
{
    text-align: left;
    margin-left: 40px;
    font-family: 微软雅黑;
    height: 40px;
    width:330px;
}
.divlogin .chk
{
    width: 16px;
    height: 16px;
    float: left;
     font-size:16px;
    margin: 2px 5px 0px 0px;
}
.divlogin .rmbmm
{
    width: 300px;
    text-align: left;
    font-family: 黑体;
    font-size: 16px;
}
.divlogin .btn
{
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    width: 330px;
    font-weight: bold;
    font-size: 16px;
    font-family: 微软雅黑;
    color: #FFFFFF;
    background-color: #EE7700;
}
.buttomdiv
{
    width:100%;
    height:700px;
    top:0;
     position: absolute;
      z-index: -1; 
    }
.buttom
{
    width: 100%;
    height: 50px;    
    text-align: center;
    padding:0;
    margin:0;   
    bottom:0;
    margin-top:20px;
}
.copyright
{
    font-family: 微软雅黑;
    font-size: 14px;
    color: #999999;
    left: 28%;
    position: absolute;
    width: 560px;
}
.code
{
    width: 64px;
    height: 24px;
    float: left;
}
.banner {
    background: #FFF url("../../Default/Image/ibeking_login_bg.png") no-repeat scroll center center;
    height:500px;
    width:100%;
    min-width:1020px;
    margin:0 auto;
}
.divconn
{
    display:none;    
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    width:300px;
    height:240px;
     background-color: #EAEDEF;
     margin:auto auto;
    }
.divconn .tit
{ 
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    height:24px;
    font-weight: bold;
    font-size: 16px;
    font-family: 微软雅黑;
    color: #FFFFFF;
    background-color:  #EE7700;
    padding-left:10px;
    margin-bottom:10px;
    }
.divconn .close
{
    width: 24px;
    height: 24px;
    float: right;
    margin: 0px;
    display: inline-block;
    background-color: transparent;
    background-image: url('../../Images/package.png');
    background-position: -690px -336px;
}
