html, body {
    width: 100%;
    height: 100%;
}

body {
    padding: 0;
    margin: 0;
    font-size: 14px;
    font-family: "微软雅黑";
}

ul {
    margin: 0;
    padding: 0;
}

li {
    list-style-type: none;
}

img {
    border: 0;
}

.clear {
    clear: both;
}

a {
    text-decoration: none;
}

.minW {
    min-width: 1280px;
}

#bgDiv {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

#bgDiv img {
    width: 100%;
    height: 100%;
    display: block;
}

#content {
    width: 100%;
}

#top {
    width: 1080px;
    height: 100px;
    margin: 0 auto;
}

#top .logo {
    display: block;
    float: left;
    margin-top: 0px;
}

.info {
    width: 1080px;
    margin: 0 auto;
    height: 300px;
    padding-top: 50px;
}

    .info .messImg {
        display: block;
        float: left;
        margin-left: 100px;
    }

    .info .inputArea {
        background-color: #ffffff;
        float: right;
        margin: 30px 100px 0 0;
        width: 300px;
        border: 3px solid #e7e4e1;
        padding: 10px 15px;
    }

.inputArea tr {
    line-height: 40px;
}

.inputArea .title {
    font-size: 18px;
    color: #666666;
    font-weight: bold;
}

.inputArea input[type=text], .inputArea input[type=password] {
    height: 24px;
    background-color: #f0f0f0;
    font-size: 16px;
    width: 170px;
    margin-left: 5px;
    padding: 0 5px;
}

.inputArea input.yzmInput {
    width: 90px;
    margin-right: 10px;
}

/* .inputArea img {
    float: right;
    margin-top: 5px;
} */

.inputArea .helpLink {
    float: right;
}

.inputArea .forgetPwd {
    color: #fe9900;
}

.inputArea .regist {
    color: #fe9900;
}

.inputArea .btnLogin {
    width: 100%;
    padding: 5px 0;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    background-color: #1c7dcb;
    border: none;
    border-radius: 2px;
    margin-left: 2px;
    cursor: pointer;
}

#footer {
    background-color: #bcb8b9;
    height: 90px;
    width: 100%;
    color: #666263;
}

    #footer .link {
        width: 390px;
        display: block;
        margin: 0 auto;
        padding-top: 10px;
    }

.link li {
    float: left;
    padding: 2px 10px;
}

    .link li:not(:first-child) {
        border-left: 1px solid #817d7e;
    }

    .link li a {
        color: #666263;
    }

        .link li a:hover {
            text-decoration: underline;
        }

#footer .authority {
    text-align: center;
    width: 700px;
    display: block;
    margin: 5px auto;
}

#hiddenCode{
    visibility:hidden;
}
.mycode {
    display: inline-block;
    width: 80px;
    height: 40px;
    vertical-align: middle;
    border: solid #999999 1px;
    border-radius: 10px;
    box-shadow: #000000 inset 0px 0px 2px;
}
	  .YZDIV{
	  	/* width: 260px;
	  	height:218px; */
	  	border: solid #E7E3DA thin;
	  	background-color: #F4ECE3;
	  	border-radius: 20px;
	  	text-align: center;
	  }
	  .YYIMG{
	  	width: 260px;
	  	height:218px;
	  	border: none;
	  	background-color: #ECE4DD;
	  	margin:0 auto;
	  	/* margin-top:20px; */
	  }
	  .CJIMG{
	  	width: 50px;
	  	height:30px;
	  	border: #D3D664 solid thin;
	  	background-color: #ECE4DD;
	  	z-index: 200;
	  	position: absolute;
	  	/* left:5px; */
	  }
	  .slider-btn { 
	    padding:20px;
	    position: relative;
	    border-radius: 2px;
	    background-color: #FDEB9C;
	    overflow: hidden;
	    text-align: center;
	}
	#label{
	    width: 50px;
	    position: absolute;
	    left: 0;
	    top: 0;
	    height: 100%;
	    background: #E67E22;
	    z-index: 999;
	    cursor: pointer;
	}
	.layui-icon-refresh-3:HOVER {
		color: green;
	}
