﻿* {
    margin: 0;
    padding: 0;
}

body {
    background-color: #2f4159;
}

li {
    list-style: none;
}

.content {
    height: 100%;
    width: 100%;
    display: block;
}

.logo {
    position: fixed;
    left: 5%;
    top: 50px;
    width: 15%;
    height: auto;
}

    .logo a {
        overflow: hidden;
        width: 100%;
        height: 100%;
    }

        .logo a img {
            width: 100%;
            height: 100%;
        }

.login-box {
    clear: both;
    margin-left: auto;
    margin-right: auto;
    margin-top: 250px;
    width: 350px;
    height: 286px;
}

    .login-box h2 {
        color: #fff;
        text-align: center;
        margin: 0 0 20px 0;
        font-family: "微软雅黑";
        font-weight:normal;
    }

    .login-box li {
        padding: 8px 0;
        border-bottom: 1px solid #455f82;
        margin-bottom: 10px;
    }

    .login-box label {
        margin-right: 10px;
        height: 35px;
        width: 25px;
        display: inline-block;
        vertical-align: middle;
        float: left;
    }

    .login-box .iconfont {
        font-size: 20px;
        color: #7a848e;
        line-height: 35px;
    }

    .login-box input {
        vertical-align: middle;
        background-color: inherit;
        border: none;
        width: 305px;
        height: 35px;
        line-height: 35px;
        font-size: 14px;
        padding-left: 10px;
        color: #fff;
        outline: medium;
        font-family: "微软雅黑";
    }

::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #fff;
}

:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #fff;
}

::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #fff;
}

:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #fff;
}
/*.rememberme{
	width: 15px !important;
	height: 15px !important;
	background-color: ;
}*/
.rememberme {
    display: none;
}

    .rememberme + label {
        background-color: #2f4159;
        border: 1px solid #b8b4b1;
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
        width: 10px;
        height: 10px;
        border-radius: 1px;
        display: inline-block;
        position: relative;
        margin-top: 5px;
    }

        .rememberme + label:active {
            box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);
        }

    .rememberme:checked + label {
        background-color: #2f4159;
        border: 1px solid #b8b4b1;
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05), inset 15px 10px -12px rgba(255, 255, 255, 0.1);
        color: #243441;
    }

.rem {
    border: none !important;
    margin-bottom: 10px !important;
}

    .rem span {
        color: #b8b4b1;
        vertical-align: middle;
        font-size: 12px;
        font-family: "微软雅黑";
    }

.rememberme:checked + label:after {
    content: '\2714';
    position: absolute;
    top: -2px;
    left: 0px;
    color: #b8b4b1;
    width: 100%;
    text-align: center;
    font-size: 0.4em;
    padding: 0;
    vertical-align: text-top;
}

.login-in {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    font-family: "微软雅黑";
    text-decoration: none;
    background-color: #39daf7;
}

    .login-in:hover {
        background-color: #11c7e8;
    }

.reg {
    font-size: 12px;
    color: #b8b4b1;
    border: none !important;
}

    .reg a {
        color: #329ad9;
        text-decoration: none;
    }

.forgetpwd {
    float: right;
}


/*#supersized-loader {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 0;
    width: 60px;
    height: 60px;
    margin: -30px 0 0 -30px;
    text-indent: -999em;
    background: url(../img/progress.gif) no-repeat center center;
}*/

#supersized {
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    overflow: hidden;
    z-index: -999;
    height: 100%;
    width: 100%;
}

    #supersized img {
        width: auto;
        height: auto;
        position: relative;
        display: none;
        outline: none;
        border: none;
    }

    #supersized.speed img {
        -ms-interpolation-mode: nearest-neighbor;
        image-rendering: -moz-crisp-edges;
    }
    /*Speed*/
    #supersized.quality img {
        -ms-interpolation-mode: bicubic;
        image-rendering: optimizeQuality;
    }
    /*Quality*/

    #supersized li {
        display: block;
        list-style: none;
        z-index: -30;
        position: fixed;
        overflow: hidden;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #111;
    }

    #supersized a {
        width: 100%;
        height: 100%;
        display: block;
    }

    #supersized li.prevslide {
        z-index: -20;
    }

    #supersized li.activeslide {
        z-index: -10;
    }

    /*#supersized li.image-loading {
        background: #111 url(../img/progress.gif) no-repeat center center;
        width: 100%;
        height: 100%;
    }*/

    #supersized li.image-loading img {
        visibility: hidden;
    }

    #supersized li.prevslide img, #supersized li.activeslide img {
        display: inline;
    }


    #supersized img {
        max-width: none !important;
    }

.section-title {
    display: block;
    margin: 0 90px;
    font-size: 24px;
    line-height: 44px;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
    color: #7a7c7f;
    font-family: "微软雅黑";
    padding-bottom: 20px;
    border-bottom: 3px solid #3d973f;
}

.forgetbox {
    padding: 10px 120px;
}

.forgettip {
    font-family: "微软雅黑";
    font-size: 14px;
    color: #7a7c7f;
    font-weight: 400;
    line-height: 18px;
}

.forgetemail {
    height: 49px;
    padding: 7px 10px;
    width: 100%;
    box-sizing: border-box;
    font-family: "微软雅黑";
    margin-top: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #99B0D0;
    position: relative;
}

    .forgetemail label {
        position: absolute;
        top: 12px;
        left: 15px;
    }

        .forgetemail label .iconfont {
            font-size: 20px;
            color: #99B0D0;
        }

    .forgetemail input {
        height: 35px;
        background: none;
        border: none;
        width: 240px;
        padding-left: 40px;
        line-height: 35px;
    }

        .forgetemail input:focus {
            outline: none;
        }

.sendemail {
    display: block;
    width: 145px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    color: #fff;
    background-color: #39daf7;
    border-radius: 3px;
    font-size: 18px;
    font-family: "微软雅黑";
    margin-left: auto;
    margin-right: auto;
    text-decoration: none;
}

    .sendemail:hover {
        background-color: #11c7e8;
    }

.forgetemail input::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #99B0D0;
}

.forgetemail input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #99B0D0;
}

.forgetemail input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #99B0D0;
}

.forgetemail input:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #99B0D0;
}

.unableClick{
	background-color:#84a3a9 !important;
}

.unableClick:hover {
        background-color: #84a3a9 !important;
    }

@media only screen and (max-width:768px)  {
	.logo{
		width: 35%;
	}
	
	.login-box{
	    margin-top: 30%;
	}
}