/*ç™»é™†é¡µ*/

body{
    position: absolute;
    top:0;
    left: 0;
    right: 0;
    bottom: 0;
    min-height: 700px;
    min-width: 1170px;
}
.login-top{
    height: 48px;
    width: 100%;
    /*position: absolute;*/
    position: relative;
    top: 0;
    left: 0;
    z-index: 10;
}

/*-------------*/
.msgBox-main {
    color: #646464;
    display:inline-block;
    height: 40px;
    padding-top: 8px;
}
    .msgBox-main a {
        display:block;
        float:left;
        height:40px;
        line-height:40px;
        margin-right:10px;
        color:#3a3b3c;
        font-weight:600;
        position: relative;
    }
.indexname {
    width:328px;
    background:url("../../Images/kmImg/kmfxx.png") left center no-repeat;
        background-size: 208px 40px;
}
.android, .ios {
    padding-left:30px;
    margin-left: 45px;
}
.android {
background:url("/Images/gyImg/android.png") left center no-repeat;
background-size: 19px 22px;
}
.ios {
background:url("/Images/gyImg/ios.png") left center no-repeat;
background-size: 18px 22px;
}
.weixin {
    padding-left: 36px;
    background: url("../../Images/kmImg/weixin.png") left center no-repeat;
    background-size: 24px 20px;
    position: relative;
}
.weixinqrcode {
    position: absolute;
    width: 140px;
    height: 140px;
    top: 40px;
    right: -50px;
    z-index: 999;
    background: red;
}
    .weixinqrcode img {
        width: 140px;
        height: 140px;
    }

/*-------------*/
.home-icon,.iphone-icon{
    display: inline-block;
    width: 14px;
    height: 12px;
}
.home-icon{
    background: url("/Images/home.png") no-repeat;
    margin-right: 4px;
}
.iphone-icon{
    background: url("/Images/iphone.png") no-repeat;
    margin-right: 8px;
}
.login-content{
    /*position: absolute;*/
    position: relative;
    /*top:48px;*/
    top: 0;
    bottom: 164px;
    left: 0;
    right: 0;
    width: 100%;
    background: url("../../Images/kmImg/kmloginbanner-min.png") center center no-repeat;
    background-image: url("../../Images/kmImg/kmloginbanner-min.png");
    background-size: cover;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../../Images/kmImg/kmloginbanner-min.png",  sizingMethod='scale');
    -moz-background-size: 100% 100%;
   -webkit-background-size: 100% 100%;
   -o-background-size: 100% 100%;
    background-size: 100% 100%;
    z-index: 9;
    min-height: 758px;
}
.login-content-warp{
    position: absolute;
    width: 1170px;
    /*top:0;*/
    top: -48px;
    bottom: 0;
    left: 50%;
    margin-left: -585px;
}
.header-msg{
    width:100%;
    height:48px;
    line-height: 48px;
    background:url(../../Images/kmImg/kmlogintop.png) 0px 0px no-repeat;
    background-size:100% 100%;
}
.header-msg .header-msgBox{
    width: 1170px;
    margin: 0 auto;
    float:none;
    height: 67px;
}
.logIn{
    margin-right: 30px;
    cursor: pointer;
    display:none;
}
.logIn img{
    width: 30px;
    height: 30px;
    margin-top: 9px;
    margin-right: 10px;
}
.logIn a{
    color: #646464;;
}
.logIn h2{
    position: absolute;
    top:48px;
    left: 40%;
    font-weight: normal;
    height: 20px;
    line-height: 20px;
    cursor: pointer;
    display: none;
}
.logIn h2:hover{
    color: #4e4e4e;
}
.login-top .search-mechanism {
    display:none;
}
.header-msgBox .search-mechanism{
    margin-top:9px;
    width: 202px;
    height:30px;
    background: #646464;
    border-radius: 5px;
    color: #ffffff;
    line-height: 30px;
}
.header-msgBox .search-mechanism i{
    display: inline-block;
    width: 13px;
    height: 30px;
    background: url("/Images/search.png") no-repeat;
    margin:0 10px;
}
.header-msgBox .search-mechanism input{
    border:none;
    width:164px;
    height: 30px;
    line-height: 30px;
    background: #646464;
    color: #ffffff;
}
.name{
    width: 678px;
    height: 97px;
    position: absolute;
    left: 5px;
    top:50%;
    margin-top: -49px;
    background: url(/Images/name111.png) no-repeat;
}
.login-main{
    width: 350px;
    height: 360px;
    position: absolute;
    top:50%;
    margin-top: -180px;
    right: 0;
    background: #fff;
}
.login-title{
    font-size: 20px;
    color: #000;
    font-weight: bold;
    text-align: center;
    height: 50px;
    line-height: 50px;
    border-bottom:1px solid #e5e5e5;
    letter-spacing: 5px;
}
.user-name,.password{
    width: 308px;
    height: 38px;
    border:1px solid #cccccc;
    margin: 0 auto;
    margin-top: 30px;
}
.user-name i,.password i{
    float: left;
    width: 38px;
    height: 38px;
    background: #f5f5f5;
    border-right: 1px solid #ccc;
    font-size: 18px;
    color: #acacac;
    text-align: center;
    line-height: 38px;
}
.user-name i{
    background: url("/Images/user.jpg") no-repeat;
}
.password i{
    background: url("/Images/passWord.jpg") no-repeat;
}
.user-name input,.password input{
    float: left;
    border: none;
    width: 255px;
    height: 36px;
    line-height: 36px;
    padding-left: 10px;
    font-size: 15px;
    color: #a0a0a0;
}
.tab{
    height: 75px;
    padding: 0 20px;
    line-height: 75px;
    color:#666666;
    text-align:center;
    overflow:hidden;
}
.tab span{
    cursor: pointer;
    font-size: 14px;
}
.tab1:hover,.tab2:hover,.tab3:hover{
    color: #000;
}
.tab i{
    padding: 0 5px;
}

.tab2 {
    float:left;
}
.tab4{
    color: red;
    float:right;
}
.tab4:hover{
    color: #d90101;
}
.login-btn{
    width: 310px;
    height: 44px;
    margin: 0 auto;
    line-height: 44px;
    text-align: center;
    background: #218c04;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
}
.login-btn:hover{
    background: #246313;
    color: #ddd;
}
.login-footer{
    /*position: absolute;*/
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
    /*height: 258px;*/
    color: #e4e4e4;
    background: #2f2f2f;
}
.login-footer a{
    color: #e4e4e4;
}
.login-footer a:hover{
    color: #989898;
}

.link_div {
    width: 1170px;
    margin: 0 auto;
    overflow: hidden;
}
.link_div2 {
    margin: 0 auto 14px;
}

.link_div a{
    color: #000;
}
.link_div2 a {
    color: #e4e4e4;
}

.link {
    height: 32px;
    line-height: 32px;
    font-size: 16px;
}

.info {
    white-space: normal;
    height: auto;
    font-size: 16px;
    line-height: 30px;
}

.info > a {
    display:inline-block;
    /*width: 145px;*/
    margin-right:3%;
}

.copyright {
    color: #c8c8c8;
    font-size: 14px;
    line-height: 34px;
}

.info .copyright > span {
    width: 49%;
    display: inline-block;
}
 .footer-right p {
        letter-spacing: 1px;
        margin-top: 5px;
    }

    .footer-right img {
        width: 90px;
    }
    
.mask {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,0.5);
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#7F000000,endcolorstr=#7F000000);
    color: #ff0000;
    /*cursor: pointer;*/
}

.pop-layout {
    position: fixed;
    top: 50%;
    left: 50%;
    /*cursor: pointer;*/
}

.pop-header {
    background: #218C04;
    height: 20px;
    line-height: 40px;
    padding-bottom: 20px;
    color: white;
}

    .pop-header span {
        display: inline-block;
        height: 40px;
        overflow: hidden;
    }

    .pop-header .close {
        font-size: 20px;
        margin-right: 20px;
        cursor: pointer;
    }

.pop-main {
    background: #ffffff;
}

    .pop-main .form-box {
        clear: both;
        text-align: center;
    }
