/********登录页**********/

#login-header {
    height: 70px;
    line-height: 70px;
}

    #login-header span {
        font-size: 30px;
        color: #348ed6;
    }

    #login-header img {
        margin-top: 10px;
        float: left;
        margin-right: 3px;
    }

.login-wrap {
    width: 100%;
    position: relative;
}

.login-bg {
    background: url(/lib/images/slicing_web_medical_supplies_login_bg.jpg) no-repeat center;
    background-color: #143e5f;
    background-size: cover;
    height: 520px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

#login-content-wrap {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    height: 530px;
    z-index: 9;
}

#login-content {
    position: absolute;
    top: 85px;
    right: 125px;
    background: #f5f6f8;
}

.content {
    width: 300px;
    height: 362px;
    /*background: #fff;*/
    /*overflow: hidden;*/
    padding: 0 30px;
    opacity: 0.95;
}

.header {
    width: 100%;
    height: 40px;
    line-height: 40px;
}

    .header h3 {
        color: #666;
        font-size: 18px;
        text-align: center;
        font-weight: bold;
        float: left;
        margin-top: 12px;
    }

.headTxt {
    position: absolute;
    right: 50px;
    top: 16px;
    background: url(/lib/images/slicing_web_medical_supplies_login_tip.png) no-repeat;
    width: 90p/images/slicing_web_medical_supplies_login_tip.png) no-repeat;
    width: 90px;
    height: 27px;
    line-height: 27px;
    text-align: center;
    font-size: 12px;
    color: #ff8400;
}

.header img {
    float: right;
    margin-right: 20px;
    margin-top: 10px;
}

.header a {
    position: absolute;
    right: -12px;
    top: -2px;
}

.input {
    height: 36px;
    border: 1px solid #DADBDF;
    line-height: 38px;
    margin-top: 16px;
    position: relative;
    background: #fff;
}

    .input img {
        margin: 10px 9px 9px 9px;
    }

    .input input {
        width: 265px;
        height: 36px;
        line-height: 36px;
        font-family: "微软雅黑";
        border: 0 none;
        outline: none;
        font-size: 14px;
        background-color: #FFFFFF !important;
    }

    .input .test {
        width: 175px;
        height: 36px;
        position: absolute;
        top: 0px;
    }

#testCode {
    height: 36px;
    line-height: 38px;
    text-align: center;
    color: #999;
    position: absolute;
    top: 0;
    right: 0;
}


    #testCode a {
        display: block;
        height: 36px;
    }

        #testCode a img {
            margin: 0px !important;
            height: 36px;
        }
/*.psw {
	height: 35px;
	line-height: 35px;
	font-size: 13px;
}
.psw label {
	color: #999;
	position: relative;
}

.psw label input {
	position: absolute;
	top: 12px;
	left: 2px;
	*top: 8px;
}

.psw label span {
	padding-left: 22px;
	height: 35px;
	line-height: 35px;
	color: #333333;
}*/

.login-btn {
    overflow: hidden;
    margin-top: 15px;
}

    .login-btn input {
        width: 100%;
        height: 40px;
        border: none;
        border-radius: 5px;
        color: #fff;
        font-size: 16px;
        line-height: 40px;
    }

    .login-btn .login-btn-reset {
        background: #14d2ae;
    }

    .login-btn .login-btn-enter {
        background: #1C83D2;
        font-family: "微软雅黑";
        cursor: pointer;
    }

.register {
    margin-top: 15px;
    clear: both;
}

    .register a.password {
        display: inline-block;
        color: #0091FF;
        float: left;
    }

    .register a.reg {
        display: inline-block;
        color: #0091FF;
        margin-left: 55px;
    }

    .register a.search {
        display: inline-block;
        color: #0091FF;
        float: right;
    }

.sidecode {
    position: fixed;
    top: 50%;
    margin-top: -53px;
    right: 10px;
}


.qrcode .header h3 {
}

.qrcode .register .findpwd {
    color: #333333;
}

/*.qcode {
	height: 247px;
	margin-top: 15px;
}

.qcode img.qr {
	margin: 0px auto;
	display: block;
	padding-top: 35px;
}

.qcode div {
	width: 135px;
	margin: 0px auto;
	padding-top: 15px;
}

.hzapp {
	color: #FD5821;
	font-size: 15px;
}

.qcode div img {
	float: left;
	margin-top: 4px;
	margin-right: 8px;
}*/


.foot p {
    color: #A5A5A5;
    text-align: center;
    padding-top: 10px;
}

#login-content .input select {
    width: 265px;
    height: 35px;
    line-height: 35px;
    border: 0 none;
    outline: none;
    font-size: 14px;
    background-color: #FFFFFF;
    display: none;
}

.select {
    position: relative;
    width: 296px;
    min-width: 290px;
    height: 36px;
    border: 1px solid #eee;
    cursor: pointer;
}

    .select:after {
        content: "";
        position: absolute;
        top: 50%;
        right: 10px;
        margin-top: -2px;
        border-top: 5px solid #666;
        border-right: 5px solid transparent;
        border-left: 5px solid transparent;
    }

    .select .select_text {
        padding: 0 20px 0 10px;
        height: 36px;
        line-height: 35px;
        color: #707579;
    }

.select_ul {
    display: none;
    position: absolute;
    top: 34px;
    left: -1px;
    width: 296px;
    min-width: 290px;
    border: 1px solid #D4D4D4;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    background: #fff;
    color: #707579;
    overflow-y: auto;
    max-height: 200px;
}

    .select_ul li {
        line-height: 36px;
        text-indent: 10px;
    }

        .select_ul li:hover {
            color: #fff;
            background: #6AA7EA;
        }

        .select_ul li.cur {
            color: #fff;
            background: #195DA3;
        }
/*首页*/

html {
    /*overflow: hidden;*/
}

body {
    font-size: 14px;
    font-family: "微软雅黑", Tahoma, Geneva, sans-serif;
    margin: 0;
    padding: 0;
}
