        .body_login {
        	background: rgba(0, 0, 0, 0.4);
        	width: 310px;
        	height: 280px;
        	border-radius: 5px;
        	position: fixed;
        	top: 30%;
  	        right: 15%;
        	margin-left: -155px;
        	z-index: 999999;
        	text-align: center;
        	padding-top: 5px;
        }

            .body_login h2 {
            	letter-spacing: 2px;
            	text-align: center;
            	font-size: 20px;
            	font-family: "微软雅黑";
            	margin-top: 13px;
            	font-weight: normal;
            	line-height: 50px;
            	color: #FFFFFF;
            	overflow: hidden;
            	text-overflow: ellipsis;
            	white-space: nowrap;
            	width: 98%;
                margin-left: 1%;
            }

            .body_login input {
                line-height: 40px;
                font-family: "微软雅黑";
                letter-spacing: 2px;
                font-size: 13px;
                color: #ccc;
                border: none;
                outline: none;
                padding: 0 5px;
                width: 80%;
                border-radius: 3px;
                background: #fff;
                position: relative;
            }

            .body_login button {
                line-height: 40px;
                font-family: "微软雅黑";
                letter-spacing: 3px;
                font-size: 17px;
                /*font-weight: 500;*/
                color: #fff;
                border: none;
                outline: none;
                padding: 0 5px;
                width: 82%;
                margin-top: 40px;
                border-radius: 3px;
                background: #f8781a;
                cursor: pointer;
            }

            .body_login input::-webkit-input-placeholder {
                /* WebKit browsers */
                color: #999;
            }

            .body_login input:-moz-placeholder {
                /* Mozilla Firefox 4 to 18 */
                color: #999;
            }

            .body_login input::-moz-placeholder {
                /* Mozilla Firefox 19+ */
                color: #999;
            }

            .body_login input:-ms-input-placeholder {
                /* Internet Explorer 10+ */
                color: #999;
            }

            .body_login p {
                color: #ff0000;
                font-family: "微软雅黑";
                font-size: 13px;
                letter-spacing: 1px;
                line-height: 30px;
                position: absolute;
                text-align: center;
                margin-left: 30px;
            }
            /*背景图文字*/
.deditor {
    background: rgba(255,242,232,0.8);
    width: 680px;
    height: 200px;
    position: fixed;
    z-index: 1;
	left: 8%;
	top: 50%;
	right: auto;
    text-align: center;
}
.deditor p {
    margin-top: 36px;
}
.deditor p span {
    margin: 0px 18px;
    color: #cb6614;
    font-family: cursive;
    font-size: 70px;
    font-weight: bold;
    letter-spacing: 0px;
}
.deditor p.btide {
    margin-top: 10px;
    font-family: "微软雅黑";
    font-size: 28px;
    color: #cb6614;
    letter-spacing: 2px;
}
body{
	overflow-x: hidden;
    background-size: auto;
    background-attachment: fixed;
}


/*新增*/
a,a:hover,a:visited{
	text-decoration: none;
	color: #333
}
.body_login p{
    color: #ff0000;
    font-family: "微软雅黑";
    font-size: 13px;
    letter-spacing: 1px;
    line-height: 30px;
    position: absolute;
    text-align: center;
    margin-left: 30px;
}
.body_login{
	height: auto;
	min-height: 230px;
	}
.body_login p.writtenright{
    color: #fff;
    display: inline-block;
    float: right;
    position: unset;
    margin-right: 30px;
    margin-top: 13px;
    padding-bottom: 5px;
}
.body_login button{
	margin-top: 30px;
}
.body_login p.writtenright a{
	color: #fff;
}
.body_login p.writtenright a:hover{
	color: #F8781A;
}
.body_login input{
	height: 35px;
	line-height: 35px;
}
.body_login h2{
	margin-top: 0px;
}
/*选项卡*/
.tablogin ul {
	overflow: auto;
	margin-bottom: 15px;
}

.tablogin ul li {
	display: inline-block;
	width: 50%;
	float: left;
	font-size: 16px;
	line-height: 30px;
	font-family: "微软雅黑";
	color: #fff;
	cursor: pointer;
	border-bottom: 2px solid transparent;
}

.tablogin ul li.on {
	border-bottom: 2px solid #f8781a;
	color: #f8781a;
}
/*选项卡 end*/
.tabtwo{
	display: none;
	}
.body_login #password{
    margin-top: 20px;
}	
/*申请*/
.apply {
	position: fixed;
	width: 400px;
	min-height: 200px;
	height: auto;
	z-index: 1000000;
	background: rgba(0, 0, 0, 0.5);
	border-radius: 5px;
	top: 20%;
	display: none;
	right: -50%;
}

.applyheader {
	padding: 5px;
}

.applyheader h6 {
	text-align: center;
	font-family: "微软雅黑";
	font-weight: normal;
	font-size: 18px;
	line-height: 30px;
	letter-spacing: 1px;
	color: #fff;
}

.applylist {
	overflow: auto;
}

.applylist ul {
	overflow: auto;
	margin: 0;
	padding: 0;
}

.applylist ul li {
	list-style-type: none;
	font-family: "微软雅黑";
	font-size: 13px;
	color: #fff;
	line-height: 30px;
	overflow: auto;
	margin-top: 13px;
}

.applylist ul li span {
	font-size: 13px;
	letter-spacing: 1px;
	line-height: 32px;
	display: inline-block;
	width: 85px;
	text-align: right;
	float: left;
}

.applylist ul li input {
	line-height: 28px;
	height: 30px;
	padding: 0 5px;
	border: 1px solid #fff;
	outline: none;
	color: #fff;
	background: transparent;
	border-radius: 4px;
	min-width: 200px;
}

.applylist ul li input::-webkit-input-placeholder {
	/* WebKit, Blink, Edge */
	color: #fff;
}

.applylist ul li input:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #fff;
}

.applylist ul li input::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #FFFFFF;
}

.applylist ul li input:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #FFFFFF;
}

.applylist ul li textarea::-webkit-input-placeholder {
	/* WebKit, Blink, Edge */
	color: #fff;
}

.applylist ul li textarea:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #fff;
}

.applylist ul li textarea::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #FFFFFF;
}

.applylist ul li textarea:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #FFFFFF;
}

.applylist ul li textarea {
	width: calc(100% - 90px);
	box-sizing: border-box;
	resize: none;
	min-height: 80px;
	border: 1px solid #fff;
	outline: none;
	border-radius: 4px;
	font-family: "微软雅黑";
	padding: 3px 5px;
	background: transparent;
	color: #fff;
}

.submission {
	text-align: center;
	overflow: auto;
	margin-top: 20px;
	margin-bottom: 0px;
}

.submission a {
	display: inline-block;
	width: 80px;
	font-family: "微软雅黑";
	font-size: 14px;
	border-radius: 5px;
	line-height: 30px;
	letter-spacing: 2px;
	text-decoration: none;
	color: #fff;
	margin: 0px 10px;
	background: #e97013;
}

.qlogin {
	color: #fff;
	display: inline-block;
	float: right;
	margin-right: 10px;
	/*margin-top: 13px;*/
	cursor: pointer;
	font-size: 14px;
	padding-bottom: 5px;
}

.qlogin:hover {
	color: #e97013;
}

.submission p {
	color: #ff0000;
	font-family: "微软雅黑";
	font-size: 12px;
	letter-spacing: 1px;
	line-height: 25px;
	position: absolute;
	text-align: center;
	margin-top: -26px;
	margin-left: 40%;
}
/*申请end*/














	@media (max-width: 750px){
		/*文字*/
	.deditor{
		width: 96%;
		right: 0%;
		left: 2%;
		height: 148px;
		top: auto;
		bottom: 10%;
	}
	.deditor p span{
		font-size: 35px;
		margin: 0 8px;
	}
	.deditor p.btide{
		font-size: 22px;
	}
	/*文字 end*/
	.body_login{
		right: 0;
		left: 50%;
		top: 20%;
	}
	body{
    /*background-size: auto 100% !important;*/
	}
	.apply{
		width: 96%;
		right: 2% !important;
		max-width: 400px;
	}
}
