* {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
figure,
form,
blockquote {
	margin: 0;
}

ul,
ol,
li,
dl,
dd {
	margin: 0;
	padding: 0;
}

[v-cloak] {
	display: none;
}

ul,
ol {
	list-style: none outside none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

input {
	-webkit-appearance: none;
	appearance: none;
	-moz-appearance: none;
	font-size: 14px;
}

td,
th {
	padding: 0;
}

a:link {
	text-decoration: none;
}

html, body {
	min-height: 100%;
}

body {
	font-family: "FZLTHJW GB1 0", "微软雅黑", arial, Verdana, simsun, Sans-Serif;
	color: #333;
	margin: 0 auto;
	background: #f5f5f5;
	font-size: 14px;
}

.insurebody {
	width: 100%;
}

.tbBanner {
	width: 100%;
}

.tbBanner img {
	width: 100%;
	height: auto;
	vertical-align: top;
}

.infor-box {
	background-color: #fff;
	z-index: 10;
	position: relative;
	padding: 20px 15px;
	margin: -40px auto 0;
	width: 92%;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	/*box-shadow: 0px 0px 10px #bdbdbd;*/
	/*-moz-box-shadow: 0px 0px 10px #bdbdbd;*/
	/*-webkit-box-shadow: 0px 0px 10px #bdbdbd;*/
}

.row-infor {
	position: relative;
	margin-top: 10px;
}

.row-infor:after {
	content: '';
	position: absolute;
	height: 1px;
	width: 100%;
	/*background-color: #F0F0F0;*/
	bottom: 0;
	left: 0;
}

.titleLeft {
	display: inline-block;
	width: 30%;
	float: left;
	padding: 2.666666vw 0;
	height: 12vw;
	line-height: 6.666666vw;
	font-size: 4.26vw;
	color: #333;
	font-weight: 400
}

.h-title-left {
	width: 25%;
	font-size: 15px;
}

.h-title-left-two {
	width: 30%;
	font-size: 15px;
}

.titleLeft img {
	vertical-align: middle;
	margin-top: -2px;
	width: 25px;
	height: auto;
	margin-right: 3px;
	display: inline-block;
}

.row-infor .inputTxt {
	height: 12vw;
	text-align: left;
	padding: 2.6666666vw;
	padding-right: 4.8vw;
	width: 70%;
	display: inline-block;
	border: none;
	margin: 0;
	font-size: 4vw;
	color: #262626;
	font-weight: 400;
	line-height: 7vw;
}

.row-infor input.h-input-txt {
	padding: 10px 0px 10px 10px;
	width: 70%;
	font-size: 13px;
}

::-webkit-input-placeholder {
	/* WebKit browsers，webkit内核浏览器 */
	color: #CDCDCD;

}
:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #CDCDCD;

}
::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #CDCDCD;

}
:-ms-input-placeholder {
	/* Internet Explorer 10+ */
	color: #CDCDCD;

}


.arrow-btn-icon {
	border-right: 1px solid #585858;
	border-top: 1px solid #585858;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	position: absolute;
	right: 5px;
	width: 9px;
	height: 9px;
	top: 15px;
}

.mui-btn-blue, .mui-btn-primary, input[type=submit] {
	color: #fff;
	border: 1px solid #E72D20;
	background-color: #E72D20;
}

.btn-box {
	width: 100%;
	margin: 30px auto 20px;
}

.sureBtn {
	/*background: -moz-linear-gradient(top, #d8332e 0%, #b2201b 100%);*/
	/*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d8332e), color-stop(100%, #b2201b));*/
	/*background: -webkit-linear-gradient(top, #d8332e 0%, #b2201b 100%);*/
	/*background: -o-linear-gradient(top, #d8332e 0%, #b2201b 100%);*/
	/*background: -ms-linear-gradient(top, #d8332e 0%, #b2201b 100%);*/
	color: #fff;
	padding: 12px 0;
	line-height: 20px;
	width: 100%;
	border: none;
	/*border-radius: 30px;*/
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	background: #E72D20;
	box-shadow: 0px 10px 20px -5px rgba(231,45,32,0.4);
	border-radius: 24px;
	/*border-image: linear-gradient(136deg, rgba(255, 255, 255, 0.46), rgba(255, 169, 169, 0.59), rgba(255, 255, 255, 0.55)) 1 1;*/
}

.tips {
	font-size: 13px;
	color: #666666;
	line-height: 20px;
}

.mui-popup-button {
	color: #b8231e;
}

.backmask {
	position: fixed;
	z-index: 1000;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0, 0, 0, .6);
}

.shareTips {
	position: fixed;
	width: 100%;
	z-index: 10010;
	top: 0;
	left: 0;
}

.arrowts {
	position: absolute;
	right: 15px;
	top: 15px;
}

.arrowts img {
	width: 90px;
	height: auto;
}

.sharets-content {
	position: absolute;
	right: 115px;
	top: 100px;
}

.sharets-content p {
	color: #fff;
	font-size: 16px;
	margin-bottom: 15px;
}

.sharets-content p img {
	vertical-align: middle;
	width: 35px;
	height: auto;
	margin: -2px 0 0 5px;

}
.sex-wrap .switch-button:before {
	position: absolute;
	content: '男';
	left: 6px;
	color: #fff;
	top: 4px;
	font-size: 1em;
}
.tips-insured{
	font-size: 14px;
	color: #333;
	line-height: 20px;
	text-align: left;
	padding: 15px 15px 5px;
}
.btn-getCode {
	background-color: #b80509;
	color: #fff;
	padding: 2.666666vw 0.8vw;
	border: none;
	line-height: 5.33333vw;
	position: absolute;
	right: 0;
	top: 0;
	margin: 0;
	font-size: 3.466666vw;
	border-radius: 1.333333vw;
	-moz-border-radius: 1.333333vw;
	-webkit-border-radius: 1.333333vw;
	-ms-border-radius: 1.333333vw;
	-o-border-radius: 1.333333vw;
}
.insure-box2 {
	background-color: #fff;
	z-index: 10;
	position: relative;
	padding: 10px;
	margin: 10px auto 0;
	width: 90%;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	box-shadow: 0px 0px 10px #bdbdbd;
	-moz-box-shadow: 0px 0px 10px #bdbdbd;
	-webkit-box-shadow: 0px 0px 10px #bdbdbd;
}
@media screen and (max-width: 320px) {
	.insure-box2 {
		background-color: #fff;
		z-index: 10;
		position: relative;
		padding: 10px;
		margin: 10px auto 0;
		width: 96%;
		border-radius: 10px;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		box-shadow: 0px 0px 10px #bdbdbd;
		-moz-box-shadow: 0px 0px 10px #bdbdbd;
		-webkit-box-shadow: 0px 0px 10px #bdbdbd;
	}
}
.row-infor .z-gray{
	opacity: 0.5;
	background: #6B6B6B;
	color: #fff;
}
.row-infor .z-disabled{
	opacity: 0.5;
	background: #6B6B6B;
	color: #fff;
}

.eval-pop {
	height: 100%;
	position: relative;
	overflow: hidden;
	text-align: left;
}
.eval-title {
	width: 100%;
	text-align: center;
	padding: 12px 0;
	font-size: 17px;
	color: #333;
	border-bottom: 1px solid #efefef;
	font-weight: bold;
}
.eval-content {
	overflow: auto;
	height: 60%;
	top: 46px;
	padding: 0 27px;
}
.eval-content > p {
	color: #333;
	width: 100%;
	font-size: 15px;
	margin: 15px 0;
	font-weight: bold;
}
.eval-rate {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin: 23px 0;
	font-size: 15px;
	line-height: 30px;
}

.eval-grey {
	margin-right: 4px;
	color: #666;
}

.eval-orange {
	margin-left: 13px;
	color: #e75c20;
}

.eval-bottom-btn {
	position: absolute;
	width: 100%;
	display: flex;
	bottom: 40px;
	background: #fff;
	font-size: 15px;
}
.eval-bottom-btn .eval-btn {
	flex: 1;
	height: 49px;
	line-height: 49px;
	border-radius: 24px;
	margin: 0 6px;
	text-align: center;
	border: 1px solid #e72d20;
}
.eval-bottom-btn .btn-right {
	background: #e72d20;
	color: #fff;
}
.eval-bottom-btn .btn-left {
	color: #e72d20;
}

::-webkit-input-placeholder,
:-moz-placeholder,
::-moz-placeholder,
:-ms-input-placeholder {
	color: #999;
}

