﻿.login-form-content {
    width: 240px;
    margin: 0 auto;
}

.login-form input.text {
    width: 200px;
    margin: 14px auto 0 auto;
    height: 32px;
    line-height: 32px;
    padding-left: 40px;
    border-radius: 5px;
    border-color: #b0adac;
}

    .login-form input.text:focus {
        border-color: #f05718;
        filter: progid:DXImageTransform.Microsoft.Shadow(color='#f05718',Direction=135, Strength=5); /*for ie6,7,8*/
        -moz-box-shadow: 1px 1px 5px #f05718; /*firefox*/
        -webkit-box-shadow: 1px 1px 5px #f05718; /*webkit*/
        box-shadow: 1px 1px 5px #f05718; /*opera或ie9*/
    }

.login-form input.checkbox {
    border-color: #f05718;
}

.Login-Label, .login-button {
    margin-top: 20px;
}

.login-form input.button {
    width: 240px;
    background-color: #f05718;
    height: 32px;
    line-height: 20px;
    font-size: 16px;
    color: white;
}

.login-form label.Icon {
    display: block;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    margin-top: 20px;
    margin-left: 10px;
}

.login-form .UserActIcon {
    background-image: url("/Images/Home/UserActIcon.png");
}

.login-form .UserPwdIcon {
    background-image: url("/Images/Home/UserPwdIcon.png");
}

.login-form .UserValIcon {
    background-image: url("/Images/Home/UserValIcon.png");
}

.login-form input.button:hover {
    background-color: #d04f1a;
}

.login-form input.button:active {
    background-color: #8a3410;
}

.login-form a {
    color: #3d3b3b;
}

.HotNotice {
    width: 1200px;
    min-width: 1200px;
    height: 450px;
    background-image: url('/Images/Home/hotNotice.png');
    background-repeat: no-repeat;
    background-position: center top;
    margin: 50px auto;
    overflow: hidden;
}

    .HotNotice ul {
        float: left;
        display: block;
        width: 500px;
        margin-left: 100px;
        margin-top: 160px;
    }

    .HotNotice li {
        line-height: 20px;
        font-size: 16px;
        background-image: url('/Images/Home/55555.png');
        background-repeat: no-repeat;
        background-position: left center;
        padding-left: 20px;
        margin: 10px 0 10px 0;
        width: 480px;
    }

        .HotNotice li:hover {
            background-image: url('/Images/Home/33333.png');
        }

        .HotNotice li a {
            color: black;
        }

            .HotNotice li:hover a, .HotNotice li a:hover {
                color: #f05718;
            }

.flying {
    min-width: 1200px;
}

    .flying ul {
        display: block;
        float: left;
        font-size: 16px;
        color: white;
        text-align: center;
        margin: 80px 0;
        width: 240px;
    }

    .flying li {
        margin-top: 40px;
    }

.CustomerCenter {
    min-width: 1200px;
    font-size: 16px;
}

    .CustomerCenter span {
        letter-spacing: 4px;
    }

.Customer-Left, .Customer-Right {
    height: 400px;
    background-color: white;
    background-repeat: no-repeat;
    margin-top: 50px;
    line-height: 46px;
    padding-left: 60px;
    padding-top: 40px;
}

.Customer-Left {
    width: 330px;
    background-image: url('/Images/Home/phone.png');
    float: left;
}

.Customer-Right {
    width: 370px;
    background-image: url('/Images/Home/QQ.png');
    float: right;
}

    .Customer-Right img {
        vertical-align: text-bottom;
    }

.ValCode {
    display: none;
}

.zeng_msgbox_layer_wrap {
    margin-left: 470px;
    top: 170px !important;
}
