﻿* {
    padding: 0px;
    margin: 0px;
    font-family: "Microsoft Yahei", latolight, Arial, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 300;
}

a, input {
    -webkit-tap-highlight-color: rgba(0,0,0,0); /*ios android去除自带阴影的样式*/
}

:focus {
    outline: 0 !important;
    -webkit-tap-highlight-color: transparent;
}

ul li {
    list-style: none;
}

body {
    overflow-x: hidden;
}

.clear {
    clear: both;
}

/*****************登录*****************/
.LoginBox {
    height: 100%;
}

.Login {
    width: 950px;
    min-height: 500px;
    margin: 50px auto;
    background: #fff url(../Images/login_img1.jpg) right center no-repeat;
    background-size: auto 400px;
    border-radius: 10px;
}

.LeftLogin {
    width: 516px;
}

.LoginTitle {
    text-align: center;
    font-size: 30px;
    letter-spacing: 4px;
    color: #6394ca;
    height: 128px;
    line-height: 128px;
    letter-spacing: 1px;
}

.LoginMails {
    width:100%;
    padding: 8px 60px 0 60px;
    height:50px;
    margin-bottom:15px;
}
.LoginMails_1 {
    width: 12%;
    height: 50px;
    line-height:50px;
    float: left;
    font-weight:500;
    font-size:14px;
}
.LoginMails input {
    float: left;
    
}
.LoginMails .Login_input {
    height: 50px;
    background: url(../Images/login_icon1.jpg) 5px center no-repeat;
    border: none;
    border-bottom: 1px solid #e2e2e2;
    color: #929292;
    font-size: 16px;
    outline: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0px;
    margin: 0px;
    border-radius: 0px;
    width: 80%;
    text-indent: 44px;
}

.LoginPass .Login_input {
    background: url(../Images/login_icon2.jpg) 7px center no-repeat;
}

textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus {
    outline: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0px;
    margin: 0px;
}

.LoginMails input.Login_input::-webkit-input-placeholder {
    color: #929292;
}

.LoginMails input.Login_input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #929292;
}

.LoginMails input.Login_input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #929292;
}

.LoginMails input.Login_input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #929292;
}

.LoginForget {
    line-height: 40px;
    font-size: 14px;
    height: 40px;
    padding: 0 60px;
}

    .LoginForget a {
        color: #3a4b98;
        text-decoration: underline;
    }

    .LoginForget span {
        float: right;
    }

        .LoginForget span input[type=checkbox] {
            vertical-align: top;
            margin: 14px 5px 0 0;
        }

.Login_btn {
    padding: 40px 0 0 0;
    text-align: center;
}

    .Login_btn .btn {
        margin: 0 17px;
        width: 127px;
        height: 35px;
        line-height: 35px;
        text-align: center;
        font-size: 14px;
        color: #fff;
        background: #3a4b98;
        border: 1px solid #3a4b98;
        text-shadow: none;
        padding: 0px;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

        .Login_btn .btn:last-child {
            color: #3a4b98;
            background: #fff;
            border: 1px solid #3a4b98;
        }
