﻿::-webkit-input-placeholder { /* WebKit browsers */
    color: #d6d6d6;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #d6d6d6;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #d6d6d6;
}

:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #d6d6d6;
}

.placeholder {
    color: #d6d6d6;
}

.hidden {
    display: none;
}

.header {
    margin: 0 auto;
    height: 110px;
    min-width: 960px;
    line-height: 110px;
    padding: 0 82px 0 74px;
    border-bottom: 1px solid #d9d9d9;
}

.logoBox {
    float: left;
    background: url("../../Img/Login/UserLog/logo2.png") left no-repeat;
    width: 500px;
    height: 58px;
    margin-top: 26px;
}

.bartop {
    float: right;
}

    .bartop li {
        float: left;
        margin-left: 43px;
        font-size: 12px;
        list-style: none;
    }

    .bartop a {
        color: #666;
        text-decoration: none;
    }

.clearCache {
    display: block;
    line-height: 1em;
    margin-left: 28px;
    margin-top: 38px;
    color: #EA4234;
    cursor: pointer;
    padding: 10px 14px;
    border: 1px solid #EA4234;
    border-radius: 16px;
}

.content {
    width: 100%;
    /*background:url("../../Img/Login/UserLog/indexBanner.png") center repeat;*/
    height: 392px;
}

.layout-warpper {
    position: relative;
    width: 960px;
    margin: 0 auto;
}

.layout-left {
    float: left;
    margin-top: 50px;
    overflow: hidden;
}

.banner-imgs {
    position: relative;
    width: 451px;
    height: 242px;
}

    .banner-imgs li {
        position: absolute;
        top: 0;
        left: 0;
        width: 451px;
        height: 242px;
        display: none;
    }

        .banner-imgs li.on {
            display: block;
        }

        .banner-imgs li img {
            max-width: 100%;
            max-height: 100%;
            border: none;
        }

.labels {
    width: 100%;
    text-align: center;
    margin: 0 auto;
}

    .labels li {
        display: inline-block;
        width: 24px;
        height: 5px;
        cursor: pointer;
        background: url("../../Img/Login/UserLog/label.png") center no-repeat;
    }

        .labels li.on {
            background: url("../../Img/Login/UserLog/label-on.png") center no-repeat;
        }

.layout {
    position: absolute;
    left: 50%;
    margin-top: 30px;
    margin-left: 155px;
    width: 245px;
    padding: 43px 25px 20px;
    background-color: #fff;
    border: 1px solid #d6d6d6;
}

.changeLogin {
    position: absolute;
    width: 30px;
    height: 30px;
    top: 0;
    right: 0;
}

    .changeLogin .icon {
        float: left;
        width: 30px;
        height: 30px;
    }

.code-login-icon {
    background-image: url("../../Img/Login/UserLog/code-login.png");
}

.pc-login-icon {
    background-image: url("../../Img/Login/UserLog/pc-login.png");
}

.login-tis {
    position: absolute;
    top: 5px;
    right: 35px;
    width: 108px;
    height: 20px;
    line-height: 20px;
    padding: 0 10px;
    background-image: url("../../Img/Login/UserLog/tis-border.png");
    font-size: 12px;
    color: #F3A059;
}

.item {
    position: relative;
    width: 243px;
    height: 40px;
    margin-bottom: 10px;
}

    .item input {
        width: 188px;
        line-height: 14px;
        padding: 11px 0 11px 53px;
        font-size: 14px;
        /*color: #333;*/
        border: 1px solid #d6d6d6;
    }

    .item .placeholder {
        color: #d6d6d6;
    }

    .item .icon {
        position: absolute;
        top: 13px;
        left: 13px;
        width: 18px;
        height: 18px;
    }

.user-icon {
    background: url("../../Img/Login/UserLog/user-icon.png") no-repeat;
}

.pwd-icon {
    background: url("../../Img/Login/UserLog/pwd-icon.png") no-repeat;
}

#ValidationCode {
    color: #333;
    width: 95px;
    padding-left: 23px;
}

#code {
    position: absolute;
    top: 0;
    left: 120px;
    line-height: 38px;
    font-size: 16px;
    color: #EA4234;
    width: 87px;
    text-align: center;
    border: 1px solid #d6d6d6;
    border-left: none;
    background-color: #fff;
}

.RefreshCode {
    position: absolute;
    top: 0;
    right: 0;
    width: 35px;
    height: 38px;
    border: 1px solid #d6d6d6;
    border-left: none;
    cursor: pointer;
    background: url("../../Img/Login/UserLog/refresh-codo.png") center no-repeat;
}

.lay-middle {
    position: relative;
    font-size: 14px;
    color: #c2c0c0;
    line-height: 1em;
    margin: 18px auto 10px;
}

    .lay-middle input {
        width: 14px;
        height: 14px;
        vertical-align: middle;
    }

    .lay-middle label {
        cursor: pointer;
    }

.lay-middle-right {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 14px;
    color: #c2c0c0;
    text-decoration: none;
}

.LoginIn-btn {
    width: 100%;
    height: 40px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    border: none;
    background-color: #EA4234;
    -webkit-appearance: none;
}

.code-title {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
}

.code-img {
    width: 155px;
    height: 155px;
    margin: 15px auto 15px;
    border: 1px solid #d6d6d6;
}

    .code-img img {
        width: 100%;
        height: 100%;
        border: none;
    }

.code-bottom {
    position: relative;
}

.tis-img {
    position: absolute;
    top: 6px;
    left: 0;
    float: left;
    width: 38px;
    height: 38px;
    background-image: url("../../Img/Login/UserLog/shao-icon.png");
}

.code-bottom p {
    padding-left: 53px;
    font-size: 12px;
    color: #999;
    line-height: 2em;
}

.bottom {
    background-color: #f8f8f8;
    font-size: 12px;
    color: #999;
    text-align: center;
    padding: 30px 0;
}

    .bottom p {
        line-height: 2em;
    }


/*加载中*/
.loading_circle_Imgbg {
    position: absolute;
    left: 50%;
    top: 210px;
    margin-left: 257px;
    z-index: 999;
    display: none;
    width: 100px;
    height: 100px;
    border: 0;
    border-radius: 10px;
    background: #000;
    filter: alpha(Opacity=40);
    -moz-opacity: 0.4;
    opacity: 0.4;
    text-align: center;
    font-size: 12px;
    color: #fff;
}

    .loading_circle_Imgbg img {
        position: relative;
        top: 10px;
    }

    .loading_circle_Imgbg p {
        margin-top: 18px;
    }

.DLtitle {
    color: #666;
    text-align: center;
    padding: 20px 0 34px;
}

    .DLtitle h1 {
        font-size: 30px;
    }

    .DLtitle p {
        font-size: 12px;
        margin-top: 12px;
    }

.DLcontent {
    margin: 0 auto;
    text-align: center;
}

.ewm-Img-box {
    margin:0 45px;
    width: 165px;
    display: inline-block;
}

    .ewm-Img-box > img {
        border:none;
        width: 165px;
        height: 165px;
        border:none;
        font-size:12px;
        color:#999;
        background-color:#d9d9d9;
    }

.ewm-text{
    margin:24px auto 0;
    width:135px;
    height:40px;
    line-height:40px;
    color:#fff;
    font-size:14px;
    text-align:center;
    background-color:#333;
    border-radius:2px;
    }
