﻿* {
    margin: 0;
    padding: 0;
}

html {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: normal;
    height: 100%;
}

body {
    height: 100%;
}
.w750{
	width: 750px;
	margin: 0 auto;
}
.top_logo_box {
    width: 100%;
    height: 60px;
    background-color: #fff;
    padding-left: 5%;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}
.logo_style {
    height: 28px;
    margin-right: 18px;
}
 #main h2{
    font-size: 28px;
    text-align: center;
    color: #4745cc;
    margin: 20px 0;
}
.main-bot{
    width: 100%;
}
.main-bot input{
    width: 78%;
    margin:7px 9%;
    height: 40px;
    line-height:40px;
    padding-left: 3%;
}
.main-bot select{
    width: 82%;
    margin:7px 9%;
    height: 50px;
    line-height:50px;
    padding-left: 2%;
}
.agree{
    text-align: center;
    height: 20px;
    line-height: 20px;
    margin: 15px auto;
    font-size: 12px;
    color: #666;
}
.agree a{
    color: #666666;
    text-decoration: none;
}
#isRead {
    position: relative;
    top: 3px;
    width: 15px;
    height: 15px;
    margin: 0 !important;
}
.login_btn{
    width: 82%;
    height: 50px;
    line-height: 50px;
    margin: 0 auto;
    text-align: center;
    background-color: #ff0f08;
    border-radius: 2vw;
    font-size: 24px;
    color: #fff;
    margin-top: 20px;
}
.copyright {
    width: 100%;
    text-align: center;
    font-family: MicrosoftYaHei;
    font-size: 12px;
    color: #999999;
    margin-top: 10px;
} 
.zhe{
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.5);
	width: 100%;
	height: 100%;
	display: none;
}
.zhe .box{
	position: absolute;
	width: 50%;
	height: auto;
	top: 20%;
	left: 25%;
	background: #fff;
	border-radius: 20px;
	box-sizing: border-box;
	padding: 40px 5%;
	text-align: center;
}
.zhe .box img{
	width: 50%;
}
.zhe .box p{
	font-size: 18px;
	color: #444;
	margin-top: 30px;
}

@media screen and (max-device-width:480px){ 
	.w750{
		width: 100%;
		margin: 0 auto;
	}
	.top_logo_box {
	    height: 50px;
	    padding-left: 5%;
	    display: flex;
	    align-items: center;
	}
	.logo_style {
	    height: 21px;
	    margin-right: 15px;
	}
	.banner img{
		width: 100%;
	}
    #main{
        width: 100%;
        margin: 0 auto;
    }
    #main h2{
    	font-size:20px;
    	margin: 30px 0 20px 0;
    }
    .zhe .box{
		position: absolute;
		width: 80%;
		top: 50%;
		left: 10%;
		margin-top: -180px;
		background: #fff;
		border-radius: 20px;
		box-sizing: border-box;
		padding: 50px 3%;
		text-align: center;
	}
	.zhe .box img{
		width: 65%;
	}
	.zhe .box p{
		font-size: 16px;
		color: #444;
		margin-top: 30px;
	}
}