/*ç™»é™†é¡µ*/

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;
    top: 0;
    left: 0;
    z-index: 10;
}
.msgBox-main{
    color: #646464;
    display:inline-block;
}
.msgBox-main .logoinmg {
        width: 36px;
        height: 36px;
        margin-right: 8px;
        vertical-align: middle;
    }
.msgBox-main a, .msgBox-main a:hover {
        color:#2b699e;
    }
.msgBox-main span{
    margin-right: 20px;
    e-height: 16px;
    vertical-align: middle;
}
.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;
    top:48px;
    bottom: 258px;
    left: 0;
    right: 0;
    width: 100%;
    background: url("/Images/content_bg.png") no-repeat;
    background-size: 100% 100%;
    z-index: 9;
}
.login-content-warp{
    position: absolute;
    width: 1170px;
    top:0;
    bottom: 0;
    left: 50%;
    margin-left: -585px;
}
.header-msg{
    width:100%;
    height:48px;
    background: #fbfbfb;
    line-height: 48px;
}
.header-msg .header-msgBox{
    /*position: relative;*/
    text-align:right;
    width: 1170px;
    margin: 0 auto;
    float:none;
}
.logIn{
    margin-right: 30px;
    /*position: relative;*/
    cursor: pointer;
    display:inline-block;
    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: 490px;
    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;
}
/*.tab1,.tab2{
    margin-right: 28px;
}*/
/*.tab-str {
    font-weight:normal;
    float:left;
}*/
.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: #000;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
}
.login-btn:hover{
    background: #252525;
    color: #ddd;
}
.login-footer{
    position: absolute;
    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;
    }

