@charset "UTF-8";
/* 
 * public.css
 */
html{
	font-size:10px;
	-webkit-tap-highlight-color:transparent;
	background:#fff;
}
@media only screen and (min-width:320px) {
	html {
		font-size:13px;
	}
}
@media only screen and (min-width:360px) {
	html {
		font-size:14.6px;
	}
}
@media only screen and (min-width:375px) {
	html {
		font-size:15px;
	}
}
@media only screen and (min-width:384px) {
	html {
		font-size:15.4px;
	}
}
@media only screen and (min-width:393px) {
	html {
		font-size:15.8px;
	}
}
@media only screen and (min-width:414px) {
	html {
		font-size:17px;
	}
}
@media only screen and (min-width:480px) {
	html {
		font-size:19px;
	}
}
/*@media only screen and (min-width:540) {
	html {
		font-size:20px;
	}
}
@media only screen and (min-width:640px) {
	html {
		font-size:24px;
	}
}
@media only screen and (min-width:720px) {
	html {
		font-size:26px;
	}
}*/
html,
body{
	width: 100%;
	height: 100%;
	max-width: 540px;
	margin: 0 auto;
	overflow: hidden;
	font-family:"STXihei","Helvetica Neue",Helvetica,Arial,"Hiragino Sans GB","\5FAE\8F6F\96C5\9ED1",sans-serif;
	color: #333;
	-webkit-overflow-scrolling: touch;
	-webkit-transform: translate3d(0,0,0);
}
h1,h2,h3,h4,h5,h6{
  font-weight: normal;
  font-size: 1rem;
}
a{text-decoration: none; color: inherit;}
.hidden{ display: none; }
.block{ display: block;}
.bg-gray{ background-color: #f9f9f9;}
.bg-white{ background-color: #fff;}
.bg-orange{background-color:#f4483a;}
.nobg{ background: none;}
.bg-gray2{ background-color: #F7F7F7;}

.navy{ color: #011542; }
.red{ color: #f4483a; }
.write-txt{ color:#fff}
.gray{ color: #999; }
.gray2{ color:#cfcfd4; }
.dark-grey{color: #333;}
.orange{ color: #f4483a; }
.red-orange {color:#f4483a;}
.blue{ color: #006ef4; }
.txt-blue{color: #4d72e2;}
.tlc{ text-align: center; }
.tll{ text-align: left; }
.tlr{ text-align: right; }
/*fontSize*/
.bold{ font-weight: bold; }
.f8{ font-size: 0.8rem; }
.f9{ font-size: 0.9rem; }
.f12{ font-size: 1.2rem; }
.f13{ font-size: 1.3rem; }
.f14{ font-size: 1.4rem; }
.f15{ font-size: 1.5rem; }
.f16{ font-size: 1.6rem; }
.f17{ font-size: 1.7rem; }
.f18{ font-size: 1.8rem; }
.f19{ font-size: 1.9rem; }
.f20{ font-size: 2rem; }
.hr{width: 100%;height:20px;}
/*百分比宽度*/
.pwd100{ width: 100%; }
.pwd75{ width: 75%; }
.pwd50{ width: 50%; }
.pwd30{ width: 30%; }
/*padding margin*/
.pxy5{ padding: 5px; }
.pxy10{ padding: 10px; }
.px5{
	padding-left: 5px;
	padding-right: 5px;
}
.px10{
	padding-left: 10px;
	padding-right: 10px;
}
.px15{
	padding-left: 15px;
	padding-right: 15px;
}
.py5{
	padding-top: 5px;
	padding-bottom: 5px;
}
.py10{
	padding-top: 10px;
	padding-bottom: 10px;
}
.py15{
	padding-top: 15px;
	padding-bottom: 15px;
}
.mx10{
	margin-left: 10px;
	margin-right: 10px;
}
.mx15{
	margin-left: 15px;
	margin-right: 15px;
}
.my5{
	margin-top: 5px;
	margin-bottom: 5px;
}
.my10{
	margin-top: 10px;
	margin-bottom: 10px;
}
.pt5{ padding-top: 5px; }
.pt10{ padding-top: 10px; }
.pt30{ padding-top: 30px; }
.pr20{ padding-right: 20px;}
.pr30{ padding-right: 30px;}
.pb10{ padding-bottom: 10px; }
.pb20{padding-bottom:20px;}
.pb30{ padding-bottom: 30px; }
.pb50{ padding-bottom: 50px; }
.pl15{ padding-left: 15px; }

.pb60{ padding-bottom: 60px; }
.pb70{ padding-bottom: 70px; }
.mb14{ margin-bottom:14px;}
.mt10{ margin-top: 10px; }
.mt15{ margin-top: 15px; }
.mt18{ margin-top: 1.2rem; }
.mt20{ margin-top: 20px; }
.mr10{ margin-right: 10px; }
.mr20{ margin-right: 20px; }
.mb10{ margin-bottom:10px; }
.mb20{ margin-bottom:20px; }
.mb40{padding-bottom:40px; }
.mb120{margin-bottom:120px;}

.ml10{ margin-left: 10px; }
.ml20{ margin-left: 20px; }

.noborder{ border: 0 !important; }
.border-gray{ border: 1px solid #d7d7d7;}
.btse{ border-top: 1px solid #eee; }
.btdd{ border-top: 1px dashed #d7d7d7; }
.bbsd{ border-bottom:1px solid #d7d7d7; }
.bbse{ border-bottom: 1px solid #eee; }
.bbdd{ border-bottom: 1px dashed #d7d7d7; }
.inputBorder{ border: 1px solid #d7d7d7; border-radius: 3px; }
/*动画*/
@keyframes slideUp {
    from { height: auto; opacity: 1; }
    to { height: 0; opacity: 0; }
}
@-webkit-keyframes slideUp {
    from { height: auto; opacity: 1; }
    to { height: 0; opacity: 0; }
}
@keyframes slideDown {
    from { height: 0; opacity: 0; }
    to { height: auto; opacity: 1; }
}
@-webkit-keyframes slideDown {
    from { height: 0; opacity: 0; }
    to { height: auto; opacity: 1; }
}


/*icon*/
.ui-icon{
	display: inline-block;
	width: 1.4rem;
	height: 1.6rem;
	vertical-align: middle;
}
.back-icon{
	background-image: url(../images/back_icon.png);
	background-repeat: no-repeat;
	background-size: 0.8rem auto;
	background-position: 10px center;
}
.Rmore-icon{
	text-indent: -9999px;
	height: 1.4rem;
	background-image: url(../images/Rmore_icon.png);
	background-repeat: no-repeat;
	background-size: auto 0.8rem ;
	background-position: center center;
}
.search-icon{
	background-image: url(../images/search_icon.png);
	background-repeat: no-repeat;
	background-size: 1.4rem auto;
	background-position: center center;
}
.news-icon{
	background-image: url(../images/news_icon.png);
	background-repeat: no-repeat;
	background-size: 1.4rem auto;
	background-position: center center;
}
.tips-icon{
	background-image: url(../images/tips_icon.png);
	background-repeat: no-repeat;
	background-size: 1.4rem auto;
	background-position: center center;
}
.tringleDown-icon{
	vertical-align: middle;
	width: 0.8rem;
	height: 0.8rem;
	background-image: url(../images/tringle_icon.png);
	background-repeat: no-repeat;
	background-size: 0.8rem; auto;
	background-position: center center;
}
.filter-icon{
	vertical-align: middle;
	width: 0.8rem;
	height: 0.8rem;
	background-image: url(../images/filter_icon.png);
	background-repeat: no-repeat;
	background-size: 0.8rem; auto;
	background-position: center center;
}
.features-icon{
	vertical-align: middle;
	width: 1rem;
	height: 1rem; 
	background-image: url(../images/redHook_icon.png);
	background-repeat: no-repeat;
	background-size: 0.75rem; auto;
	background-position: center center;
}
.down-icon{
	text-indent: -9999px;
	height: 1.4rem;
	background-image: url(../images/Rmore_icon.png);
	background-repeat: no-repeat;
	background-size: auto 0.8rem ;
	background-position: center center;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}
.checkbox-icon{
	width: 1rem;
	height: 1rem;
	border: 1px solid #d7d7d7;
	border-radius: 3px;
	background-color: #fff;
}
.checkIterm-icon{
	background-image: url(../images/redHook_icon.png);
	background-repeat: no-repeat;
	background-size: 1.4rem auto;
	background-position: center center;
}
.collect-icon{
	background-image: url(../images/collect_icon1.png);
	background-repeat: no-repeat;
	background-size: 1.4rem auto;
	background-position: center center;
}
.calendar-icon{
	background-image: url(../images/calendar_icon.png);
	background-repeat: no-repeat;
	background-size: 1.4rem auto;
	background-position: center center;
}
.set-icon{
	display: block;
	background-image: url(../images/set.png);
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: center center;
}
.orangePoint{
	position: absolute;
    right: -2px;
    top: -2px;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    background: #f4483a;
}

/*btn*/
.ui-btn{
	position: relative;
    display: inline-block;
    padding: 0 0.6rem;
	line-height:2rem;
	text-align:center;
    border: 0;
    border-radius:4px;
    background: #fff;
    color: #333;
    text-decoration: none;
    font-size: 1rem;
	cursor:pointer;
    -webkit-user-select: none;
    -webkit-box-sizing:border-box;
	box-sizing:border-box;
    -webkit-appearance:none;
}
.orange-btn{
	border:1px solid #f4483a;
	color:#fff;
	background-color:#f4483a;
}
.orangebox-btn{
	border:1px solid #f4483a;
	color: #f4483a;
	background-color: #fff;
}
.blue-btn{
	border:1px solid #4d72e2;
	color:#fff;
	background-color:#4d72e2;
}
.disabled-btn{
	background-color: #e7e7e7;
	color: #999;
	pointer-events: none;
}

/*xx*/
.relative{ position: relative; }
.disabled { pointer-events: none; }
.overflowScroll {
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}
/*animate*/
.transform{
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0);
	-webkit-backface-visibility: hidden;
}
/*ellipsis*/
.ellipsis {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.ellipsis-2l {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.ellipsis-5l {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
}
/*flexbox*/
.flexbox {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: box;
	/*display: -webkit-flex;*/
	/*display: flex;*/
}
.flexbox-center {
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
}
.flexbox-middle {
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.flexchild {
	display: block;
	width: 20%;
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-ms-flex: 1;
	box-flex: 1;
	/*flex: 1;*/
}
/*vcenter*/
.vcenter {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

/*layer*/
.layer {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.7);
}

/*group-btn*/
.group-btn-box{}
.group-btn-box .group-btn{
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 0.3rem;
	display: block;
	border: 1px solid #fff;
	border-left-width: 0;
	font-size: 1rem;
	height: 2rem;
	line-height: 2rem;
}
.group-btn-box .group-btn:first-child{
	border-left-width: 1px;
	border-radius: 3px 0 0 3px;
}
.group-btn-box .group-btn:last-child{
	border-radius: 0 3px 3px 0;
}

/*header*/
.header{
	position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 540px;
    height: 2.1rem;
    margin: 0 auto;
    padding: .45rem 0;
    z-index: 9;
    overflow: hidden;
    background-color: #011542;
    color: #fff;
}
.header h1{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	font-weight: normal;
	font-size: 1.14rem;
}
.header .searchTxt{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding:0 5px;
	height: 2rem;
	line-height: 2rem;
	border: 1px solid #d7d7d7;
	border-right-width: 0;
	border-radius: 3px 0 0 3px;
	background-color: #d7d7d7;
}
.header .searchBtn{
	vertical-align: middle;
	width: 2rem;
	height: 2rem;
	border: 1px solid #d7d7d7;
	border-radius: 0 3px 3px 0;
	background-color: #d7d7d7;
}
.header-left,
.header-right{
	padding: 0 0.2rem;
	height: 100%;
}
/*footer*/
.footer{
	display: block;
	position: fixed;
	left: 0;
    right: 0;
	bottom: 0;
	z-index: 9;
	max-width:540px;
	width: 100%;
	margin: 0 auto;
	height: 3.3rem;
	background-color: #fff;
	border-top: 1px solid #ccc;
}
.footer-box{
	padding-top: 0.3rem;
}
.footer a{
	text-align: center;
	height: 1.5rem;
	padding-top: 1.5rem;
	font-size: 1rem;
	background-image: url(../images/footer.png);
	background-repeat: no-repeat;
	background-size:3.5rem auto;
}
.footer a.home{
	background-position: center -0.1rem;	
}
.footer a.product{
	background-position: center -3.5rem;
}
.footer a.carInsurance{
	background-position: center -6.9rem;
}
.footer a.me{
	background-position: center -10.5rem;
}
.footer a.home.on{
	background-position: center -13.9rem;
	color: #f4483a;
}
.footer a.product.on{
	background-position: center -17.3rem;
	color: #f4483a;
}
.footer a.carInsurance.on{
	background-position: center -20.8rem;
	color: #f4483a;
}
.footer a.me.on{
	background-position: center -24.2rem;
	color: #f4483a;
}
/*footer内的btn*/
.footer .botBtn{
	display: block;
	margin: 0 auto;
	height: 2.5rem;
	line-height: 2.5rem;
}
/*content*/
.content{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	max-width:540px;
	width: 100%;
	margin: 0 auto;
	overflow-x: hidden;
	height: 100%;
	overflow-y: auto; 
	-webkit-overflow-scrolling: touch;
	padding-top: 3rem;
}

/*客服边栏*/
.sericeBar{
    /* 2016-09-26 chendj */
	position: absolute;
	right: 10px;
	bottom: 120px;
	width: 50px;
	height: 105px;
	border-radius: 4px;
	/*background: url(../images/kefubar.png);*/
	background-size: 100% auto;
}
.sericeBar .block-icon1 {
    width: 50px;
    height: 50px;
    background: url(../images/kefubar.png);
    background-size: 100% 100%;
}
.sericeBar .block-icon2 {
    width: 50px;
    height: 50px;
    margin-bottom: 5px;
    background: url(../images/kefubar2.png);
    background-size: 100% 100%;
}
.sericeBar a{
	height: 100%;
}
/*返回顶部*/
.goTop{
	position: absolute;
	right: 10px;
	bottom: 70px;
	width: 50px;
	height: 50px;
	border-radius: 30px;
	background: url(../images/goTop.png) center center no-repeat;
	background-size: 100% auto;
}

/*4.0 css yxj*/
.font-size14{
	font-size:0.93rem;
}
