@charset "UTF-8";
/* CSS Document */
*{
	box-sizing: border-box;
}
input,button,select {
	-webkit-appearance: none;
	outline: none;
	/*-webkit-tap-highlight-color: (0,0,0,0);*/
}
/* 面包屑 */
#site_place{
	width: 100%;
	padding: .28rem 0 .3rem .2rem;
	color: #3E3A39;
	font-size: .26rem;
	max-height: 100%;
}
#site_place a.home {
	width: .28rem;
	height: .38rem;
	background-size: .28rem auto;
	background-position: left center;
	display: inline-block;
}
#site_place a:link, #site_place a:active, #site_place a:visited {
	font-size: .26rem;
}
#site_place .arrow {
    width: .1rem;
    height: .18rem;
    margin: 0 .2rem;
    background: url(../public/images/arrow_icon.png) center center no-repeat;
    background-size: 100% auto;
}

/* 电子保单下载 */
.page_wrap {
	width: 100%;
	margin-bottom: 0;
}
.policy_form_wrap {
	float: none;
	padding: .32rem .3rem .4rem;
	width: 100%;
}
.policy_form_wrap .policy_title {
	font-size: .3rem;
	padding-left: 0.6rem;
	padding-bottom: 0.23rem;
}
.police_form_item {
	padding-top: .4rem;
	padding-bottom: .1rem
}
.policy_form_wrap .policy_title:before {
	width: .4rem;
	height: .4rem;
	top: 0.01rem
}
.police_form_item li {
	position: relative;
	padding-bottom: 0.3rem;
	font-size: .26rem;
	display: flex;
}
.txt_tips {
	margin-left: 2.5rem;
	padding-left: .36rem;
	display: block;
	font-size: .24rem;
	background-size: .26rem .26rem;
}
.police_form_item li label {
	width: 2.3rem;
	line-height: .6rem;
	text-align: left;
	padding-right: .1rem;
	float: none;
}
.form_wrap {
	float: none;
	flex: 1;
}
.select_style {
	width: 100%;
	height: 0.66rem;
  line-height: .62rem;
	font-size: .26rem;
	padding: 0 .2rem;
	border-radius: 0.08rem;
}
.right_code {
	width: 100%;
	height: 8.56rem;
	background: url(../images/m_code@2x.png) no-repeat;
	background-size: 100% auto;
	float: none;
	margin: 0;
}
.input_style {
	width: 100%;
	height: 0.66rem;
  line-height: .62rem;
	font-size: .26rem;
	border-radius: .08rem;
	padding: 0 .2rem;
}
.select_style:after {
	content: '';
	position: absolute;
	top: 0.2rem;
	right: 0.12rem;
	width: 0.26rem;
	height: 0.2rem;
	display: inline-block;
	background: url(../images/select_icon@2x.png) no-repeat;
	background-size: 100% auto;
}
.w124 {
	width: 2rem !important;
}
.verify_code img {
	vertical-align: middle;
	width: 1.4rem;
	height: 0.6rem;
	padding-left: 0.06rem;
}
.code_btn {
	padding-left: 0.12rem;
}
.btn_wrap {
	padding-left: 0;
	padding-top: 0;
	text-align: center;
}
.submit_btn {
	display: inline-block;
	background: #B48732;
	width: 80%;
	height: 0.68rem;
	border-radius: 0.34rem;
	font-size: .26rem;
	color: #FFFFFF;
	line-height: .66rem;
	cursor: pointer;
	text-align: center;
}
.tips_info {
	border-radius: .08rem;
	padding: 0.2rem;
	font-size: .22rem;
	margin-top: .5rem;
}
.select_item span {
	display: block;
	font-size: .26rem;
	padding: 0 0.2rem;
	line-height: .6rem;
	color: #3E3A39;
	cursor: pointer;
}
.select_item {
	z-index: 99;
	display: none;
	z-index: 1;
	position: absolute;
	top: 0.68rem;
	left: 0;
	overflow-x: hidden;
	overflow-y: scroll;
	width: 100%;
	max-height: 8rem;
	border-radius: .08rem;
}
.pop_title {
	font-size: .26rem;
	background-size: 0.08rem 0.34rem;
	padding: 0.2rem;
}
.pop_con .txt_intro {
	font-size: .24rem;
}
.promptBox .close {
	top: 0.3rem;
	right: 0.3rem;
	width: 0.28rem;
	height: 0.28rem;
}
.default_info {
	font-size: .26rem;
	height: 0.66rem;
	line-height: .62rem;
}
.promptBox {
	width: 6rem;
	min-height: .4rem;
	border-radius: .08rem;
	padding: .06rem .25rem;
}
.pop_con .bottom_btn {
	padding-top: 0;
}
.pop_con li label {
	width: 1.9rem;
}
.w150 {
	width: 1.6rem !important;
}
.pop_con {
	padding: 0.3rem 0 0.4rem 0.2rem;
}
.verity_code input[type=button] {
	width: 1.6rem;
	height: 0.66rem;
	border-radius: 0.08rem;
	font-size: .24rem;
	line-height: .62rem;
	margin-left: 0.16rem;
}
.pop_con .police_form_item {
	padding-top: 0.2rem;
}
.pop_con .police_form_item li {
	padding-bottom: 0.2rem;
}
.pop_con .txt_info p {
	font-size: .22rem;
	line-height: 1.6;
	padding-bottom: 0.2rem;
}
.pop_con .txt_info {
	padding-top: 0.2rem;
}
.file {
	height: 0.66rem;
	width: 3rem;
}
.view {
	width: 1.42rem;
	height: 0.62rem;
	border-radius: 0.08rem;
	font-size: .22rem;
	line-height: .6rem;
	margin-left: 0.1rem;
}
.m_width {width: 3rem;}