@charset "utf-8";
html{
    min-width: 320px;
    font-size: 16px;
}
@media only screen and (max-width:750px) {
    html{
        font-size: calc(10vw/4);
    }
}
a {
    -webkit-tap-highlight-color:rgba(0,0,0,0);
    text-decoration: none;
    color: #000;
    cursor: pointer;
}
* { padding:0;margin:0;
    font-family: "microsoft yahei", Helvetica, Arial, sans-serif;
    word-wrap: break-word;
    -webkit-tap-highlight-color: transparent;
    box-sizing: border-box;
}
html ,body {
    margin:0;
    padding:0;
    font-family: "microsoft yahei", Helvetica, Arial, sans-serif;
    /*-webkit-overflow-scrolling: touch;*/
}
input, textarea, select {
    font-family: "microsoft yahei", Helvetica, Arial, sans-serif;
    text-decoration: none;
    outline:none;
    resize: none;
    border: none;
    -webkit-appearance:none;
}
h1,h2,h3,h4{
    font-weight: normal;
}
b {
    font-weight: normal;
}
ul,li {
    list-style: none;
}
.left{
    float: left;
}
.right{
    float: right;
}

i{
    display: inline-block;
    font-style: normal;
}
img{
	border: none;
}
.bg_gray{
    background: #f1f1f1;
}
.bg_fff{
	background: #fff;
}
.container{
    max-width:750px;
    min-width:320px;
    margin:auto;
	min-height: 100vh;
}
.container img{
	width: 100%;
	display: block;
	}
/* 内容开始 */
 .top-banner{
	 height:47rem;
	 position: relative;
	 background: url(/material/wbym/img/topimg.png) no-repeat center 100% / 100%;
}
.top-banner h3{
	width: 70%;
	margin: auto;
	font-size:3.84rem;
	text-align: center;
	color: #3f80ff;
	font-weight: bold;
	position: absolute;
	top: 7%;
	left: 0;
	right: 0;
} 

.conter01{
	width: 94%;
	margin:0% auto 4% auto;
	border: 0.3rem solid #3f80ff;
	border-radius: 0.8rem;
	padding: 1.2rem;
	color: #333;
	overflow: hidden;
}
.conter01 h4{
	padding: 2% 4%;
	border-radius: 2rem;
	font-weight: bold;
	font-size: 1.6rem;
	color: #fff;
	background: #3F80FF;
	display:inline-block;
}
.conter01 p{
	margin-top: 2%;
	line-height: 2.8rem;
	
	font-size: 1.5rem;
}

/* 办理地点 */
.location{
	margin-top: 0.8rem;
	font-size: 1.5rem;
	color: #333;
	line-height: 2.8rem;
	overflow: hidden;
}
.location_icon{
	
	width: 1.66666rem;
	height:  1.8rem;
	margin-right: 0.8rem;
	margin-top: 0.6rem;
	background: url(/material/wbym/img/landmark-ico.png) no-repeat 100% / 100%;
}

.conter01.conter02{
	margin-bottom: 0;
	padding: 0rem  1.2rem  1.2rem  1.2rem;
}

/* 温馨提示 */
.prompt{
	width: 12rem;
	height:3.4rem;
	line-height: 3.5rem;
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: 1.6rem;
	margin: auto;
	background: url(/material/wbym/img/tipsimg.png) no-repeat center 100% / 100%;
}

/* 底部 */
.bottom{
	width: 47rem;
	height: 11.4rem;
	background: url(/material/wbym/img/bottomimg.jpg) no-repeat center 100% / 100%;
}