
html,body{
	font-family: "微软雅黑";
	font-size: 16px;
}
.pull-left{
	float: left;
}
.pull-right{
	float: right;
}
h1{
	font-size: 28px;
    color: #1a1a1a;
    text-align: center;
    margin: 0px auto 40px;
    line-height: 40px;
    padding-top: 50px;
}
h2{
	font-size: 22px;
    color: #333;
    margin-top: 36px;
}
h3{
	font-size: 18px;
    color: #555;
}
p{
	font-size: 16px;
    color: #777;
    line-height: 30px;
    text-indent: 32px;
}
.top-head, .container {
		padding: 0 72px;
	    
	}
.container {
	max-width: 1000px;
    margin: 0 auto;
    
}

.bg-box {
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    left: 0;
    min-width: 316px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: -1;
    background-image: url(../images/bg.jpg);
}

.fixd-top {
	position: fixed;
    top: 0;
    width: 100%;
    z-index: 0;
}
.img-box {
	width: 160px;
}
.img-box img {
	width: 100%;
	margin-top: 22px
}

.baoming{
	background: #fff;
    color: #ff7906;
    border-radius: 4px;
    padding: 8px 14px 6px;
    margin-top: 32px;
}
.baoming a{
	font-size: 16px;
	color: #ff7906;
	font-weight: 600;
}

.top-head {
	background: #ff7906;
	height: 100px;
}

.text-foot {
	text-align: right;
	margin-top: 40px;
}

.xiazai {
	border-top: 1px solid #eee;
	margin: 30px 0;
	padding-top: 30px;
	padding-bottom: 40px;
}
.xiazai a{
	background-image: url(../images/xiazai.png);
	background-repeat: no-repeat;
	padding-left: 30px;
	color: #e10705;
	font-size: 18px;
	cursor: pointer;
}






.form-control {
    display: block;
    width: 100%;
    height: 48px;
    padding: 6px 20px;
    font-size: 16px;
    line-height: 1.42857143;
    color: #555;
    background-color: rgb(241, 243, 246, 0.5);
    
    border: 1px solid #f1f3f6;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 0%); 
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 0%);
    margin-left: 10px;
}

.form-group h2 span {
	color: red;
}
.form-group p {
	margin-left: 10px;
}
.img-left-wj {
	background-image: url(../images/wj.png);
    background-repeat: no-repeat;
    padding-left: 50px;
    background-position: left;
    background-position-x: 20px;
}
.img-left-sj {
	background-image: url(../images/sj.png);
    background-repeat: no-repeat;
    padding-left: 50px;
    background-position: left;
    background-position-x: 20px;
}
.radio label {
    min-height: 28px;
    font-weight: 500;
    margin-left: 10px;
}
.radio label input {
    margin-right: 6px;
}

/*上传文件*/
.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: 48px;
    /*padding: 6px 20px;*/
    font-weight: 500;
    line-height: 34px;
    background-color: rgb(241, 243, 246, 0.5);
    /*background-image: none;*/
    border: 1px solid #f1f3f6;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 0%); 
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 0%);
    margin-left: 10px;
}
.custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: 48px;
    padding: 0.375rem 0.75rem;
    line-height: 34px;
    color: #495057;
    content: "上传文件";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 4px;
}

.login_tu {
    margin-left: 4px;
}
.login_tu img{
	width: 88px;
	height: 100%;
}
.yzm {
	margin-top: 40px;
}
.yzm label{
	font-size: 18px;
}

.login_int input {
	width: 80px;
    text-align: center;
    height: 44px;
    border:1px solid #ddd;
    margin-left: 10px;
    margin-right: 10px;
}
.login_zi {
    height: 22px;
    line-height: 22px;
    margin-left: 4px;
}
.login_zi a{
	color: #333;
	font-size: 18px;
}
.btn-box .btn {
	padding: 0.75rem 4.75rem;
	font-size: 18px;
	font-weight: 500;
	margin-top: 40px;
}
.mb-2{
     margin-bottom: 3.5rem!important; 
}

@media (max-width: 980px)  {
	.top-head, .container {
		padding: 0 40px;
	    
	}
	.container {
	    width: 100%;
	    margin: 0 auto;
	}
	h1{
		font-size: 48px;
	    line-height: 52px;
	}
	h2{
		font-size: 44px;
	}
	h3{
		font-size: 40px;
		margin-top: 30px;
	    
	}
	p{
		font-size: 36px;
	    line-height: 54px;
	    text-indent: 72px;
	}
	.baoming {
	    padding: 12px 20px 10px;
	    margin-top: 24px;
	}
	.baoming a {
    	font-size: 24px;
	}
	.xiazai {
	    margin: 40px 0 50px;
	    padding-top: 40px;
	}
	.xiazai a {
	    font-size: 32px;
	    cursor: pointer;
	    padding-left: 40px;
    	background-size: auto 100%;
	}
	.form-control, .custom-file-label {
		height: 96px !important;
		font-size: 28px !important;
	}
	.radio label {
	    min-height: 36px;
	    font-size: 28px;
	}
	.img-left-sj, .img-left-wj {
	    padding-left: 72px;
	    background-size: auto 50%;
	    line-height: 82px;
	}
	.custom-file-label::after {
		height: 96px;
		line-height: 82px;
	}
	.custom-file {
		height: 96px;
	}
	.btn-box .btn {
	    padding: 1.5rem 8.75rem;
	    font-size: 32px;
	    margin-top: 60px;
	}
	.yzm label{
		font-size: 36px;
	}
	.login_zi a{
		color: #333;
		font-size: 36px;
	}
	.login_int input {
		width: 160px;
	    height: 80px;
	}
	.login_tu img{
		width: 160px;
	}
}