*{ font-size:18px; font-family:"微软雅黑"}
body,img{ margin:0}
input{ margin:0px; outline:none;}
a{ text-decoration:none;color:#fff}
h1{ font-weight: normal}
.clear{ overflow: hidden}

/*二级建筑师报考条件*/
.bj{
    width:100%;
    height:675px;
	background-image:url(../images/link-bg1.jpg);
	background-repeat: no-repeat;
	background-size:100% 100%;
    
}

.back-size{
    font-size:60px;
	color:#fff;
	font-weight:bold;
	text-align:center;
	padding-top:40px
}
.back-box{
    background-color:rgba(255,255,255,0.9);
	width:1090px;
	margin:auto;
	height:450px;
	margin-top:40px;
	border-radius:5px;
	display:flex;
	justify-content:space-between;
}
.box-width{
     width:49%;
}
.box-in{
     font-size:34px;
	 text-align:center;
	 font-weight:bold;
	 color:#0f88d7;
	 margin-top:40px;
}
.box-insize{
     font-size:16px;
	 color:#333;
	 width:90%;
	 margin:auto;
	 margin-top:15px;
	 line-height:24px;
}
.box-xian{
     width:1px;
	 height:390px;
	 background-color:#9a9a9a;
	 margin-top:30px;
}
.bottombox{
     width: 439px;
    height: 40px;
    padding-left: 12px;
    font-size: 16px;
    color: #333;
    margin-left: 39px;
	margin-top:20px;
}
.inputbox{
     width: 419px;
    height: 34px;
    padding-left: 16px;
    font-size: 16px;
    color: #333;
    margin-left: 39px;
	margin-top:20px;
	display:block;
}
.bottombox option{
    font-size: 16px;
    color: #333;
	line-height:30px
}
.box-a{
    width:439px;
	height:40px;
	line-height:40px;
	background-color:#cc2d2d;
	margin-left: 39px;
	margin-top:20px;
	text-align:center;
}
/*mobile*/
@media (max-width:767px){
body,html{
width:100%;
height:100%
}
.back-box{
width:auto;
height:auto
}
.bottombox{
width:73%;
padding-right:14px;
margin:15px auto 0 auto;
}
.inputbox{
width: 67%;
height:29px;
line-height:29px;
margin:15px auto 0 auto;
}
.box-a{
width: 73%;
margin:20px auto 40px auto;
}
.box-width{
display:none
}
.box-width2{
width: 100%;
display: flex;
flex-direction: column;
}
.back-size{
font-size:1.3em
}
.box-in{
font-size:1em
}
.box-xian{
display:none
}
.bj{
height:100%
}
}
