﻿@charset "utf-8";
/* CSS Document */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0;  font-style: inherit; font-size: 100%; font-family: inherit; }
:focus { outline: 0; }
table { border-collapse: collapse; border-spacing: 0; overflow: auto;}
caption, th, td { font-weight: normal; }
a img, iframe { border: none; padding: 0px;}
ol, ul, li { list-style: none; }
input, textarea, select, button { font-size: 100%; box-shadow:none; margin: 0; padding: 0; -webkit-appearance: none;}
input:focus, textarea:focus{ background: #fff !important; border-color: rgba(222,32,55,0.5) !important;}
select { margin: inherit; appearance:none; -moz-appearance:none; -webkit-appearance:none;}
div,a,p,label{max-height: 999999px; color: #494949;}
ol { margin-left:2em; }
em{ font-style:normal}
body{background-color: #f3f3f3; font-family: 'PingFang','苹方','STHeitiSC-Light','MicrosoftYaHei','微软雅黑'; padding: 88px 0 0; text-align: left; color: #494949; -webkit-text-size-adjust: none;}
a{text-decoration:none; -webkit-tap-highlight-color: rgba(255,255,255,0);}
a,a:link,a:visited,a:hover,a:active{ color: inherit; cursor: pointer;-webkit-tap-highlight-color:rgba(0,0,0,0);}
button{padding: 0px; margin: 0px; border: 0px; cursor: pointer;-webkit-tap-highlight-color:rgba(0,0,0,0); text-align: center; font-family: 'PingFang','苹方','STHeitiSC-Light','MicrosoftYaHei','微软雅黑';}
input:-webkit-autofill { background-color: none; } 
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button{
    -webkit-appearance: none !important;
    margin: 0; 
}
input[type="number"]{-moz-appearance:textfield;}
*{-webkit-tap-highlight-color:rgba(0, 0, 0, 0);-ms-touch-action: manipulation;touch-action: manipulation;}

/*基础样式*/
.hidden{visibility: hidden;}
.clear{clear: both;}

/*默认框*/
.default{
	margin-bottom: 20px;
	border-top: 1px solid #e6e6e6; border-bottom: 1px solid #e6e6e6;
	background: #fff;
	display: block;
	position: relative;
}
.default[close]{
	height: 100px;
	overflow: hidden;
}
.default > div.title{
	min-height: 100px;
	padding: 0 40px 0 44px;
	border-bottom: 1px solid #e6e6e6;
	background: #fff;
	font-size: 32px; line-height: 100px; font-weight: bold;
	position: none; position: sticky; position: -webkit-sticky; position: -ms-sticky; position: -o-sticky; top: 88px; left: 0; right: 0; z-index: 11;
}
.default > div.title:before{
	width: 8px; height: 40px;
	background: #bc1c25;
	position: absolute; top: 30px; left: 24px;
	content: '';
}
.default > div.title > a{
	padding-right: 50px;
	margin-right: -30px;
	background: url(../../img/customer2/icon_right.png) no-repeat right center; background-size: 60px;
	float: right;
	font-size: 28px; text-align: right; color: #999; font-weight: normal;
}
.default > div.title > span{
	float: right;
	font-size: 24px; text-align: right; color: #999; font-weight: normal;
}
.default > div.title > button.close{
	height: 100px;
	padding-right: 32px; margin-right: -8px;
	background: url(../../img/customer2/bg_show_rotate.png) no-repeat right center; background-size: 22px;
	float: right;
	font-size: 24px; text-align: right; color: #bc1c25; font-weight: normal;
	display: block;
	float: right;
}
.default[close] > div.title > button.close{
	background: url(../../img/customer2/bg_show.png) no-repeat right center; background-size: 22px;
}
.default > div.title > button.close:before{
	content: '收起';
}
.default[close] > div.title > button.close:before{
	content: '展开';
}

/*表单*/
.default > table{
	width: 100%;
}
.default > table th{
	height: 70px;
	background: #f3f3f3;
	font-size: 24px; line-height: 32px; text-align: center; color: #7e7e7e;
}
.default div.title + table th{
	border-top: none;
}
.default > table td{
	border-top: 1px solid #e6e6e6;
	font-size: 28px; line-height: 36px; text-align: center; color: #494949;
}

/*顶部*/
#Navigation{
	min-height: 88px;
	background: #fff;
	border-bottom: 1px solid #ddd;
	position: fixed; top: 0; left: 0; right: 0; z-index: 52;
	transition: top 0.2s; -moz-transition: top 0.2s; -webkit-transition: top 0.2s; -o-transition: top 0.2s;
}
#Navigation > *:nth-child(n+2){
	border-top: 1px solid #ddd;
}
#Navigation .banner{
	height: 88px;
	background: #bc1c25;
	font-size: 36px; line-height: 88px; text-align: center; color: #fff; font-weight: bold;
}
#Navigation .clean{ /*清空按钮*/
    height: 88px;
    background: none;
    font-size: 26px; color: #fff; font-weight: normal;
    position: absolute; right: 30px; top: 0;
    display: block;
}
a.home{
	width: 88px; height: 88px;
	background: url(../../img/customer2/icon_home_white.png) no-repeat center; background-size: 54px;
	position: fixed; top: 0; left: 4px; z-index: 52;
	display: block;
}

/*顶部滚动效果*/
#Navigation .runningTab{
	height: 88px;
	padding: 0 20px;
	background: #bc1c25;
	overflow-x: auto; overflow-y: hidden; -webkit-overflow-scrolling: touch;
	white-space: nowrap;
	position: relative;
}
#Navigation .runningTab:after{
	width: 10px; height: 88px;
	background: #bc1c25;
	box-shadow: -10px 0 10px 0 #bc1c25;
	position: fixed; top: 0; right: -10px;
	content: '';
}
#Navigation .runningTab input{
	width: 0; height: 0;
	visibility: hidden; opacity: 0;
	position: absolute; top: 0; left: 0;
}
#Navigation .runningTab a,#Navigation .runningTab label{
	padding: 0 20px;
	font-size: 32px; line-height: 88px; text-align: center; color: #fff;
	position: relative;
	display: inline-block;
}
#Navigation .runningTab a.on:before, #Navigation .runningTab input:checked + label:before{
	width: 48px; height: 6px;
	margin-left: -24px;
	border-radius: 3px;
	background: #fff;
	position: absolute; bottom: 6px; left: 50%;
	content: '';
}

/*TAB*/
div.tab{
	height: 80px;
	display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex;
	position: relative; left: 0; right: 0; z-index: 3;
}
div.tab input[type=radio]{
	width: 0; height: 0;
	visibility: hidden;
	position: absolute;
}
div.tab label,
div.tab a{
	height: 80px;
	font-size: 30px; line-height: 80px; text-align: center; color: #a7a1a1; font-weight: normal;
	position: relative;
	overflow: hidden;
	-webkit-box-flex: 1; -moz-box-flex: 1; -webkit-flex: 1; -ms-flex: 1; flex: 1;
}
div.tab input[type=radio]:checked + label,
div.tab a.on{
	color: #bc1c25;
}
div.tab label span,
div.tab a span{
	height: 100%;
	display: inline-block;
	position: relative;
}
div.tab input[type=radio]:checked + label span:before,
div.tab a.on span:before{
	height: 6px; width: 48px;
	margin-left: -24px;
	background: #bc1c25;
	border-radius: 3px;
	position: absolute; bottom: 6px; left: 50%;
	content: '';
}
div.tab label[new]:after,
div.tab a[new]:after{
	width: 14px; height: 14px;
	margin: 10px 0 0 6px;
	border-radius: 50%;
	background: #bc1c25;
	display: inline-block;
	vertical-align: top;
	position: absolute;
	content: '';
}
div.tab label span,
div.tab a span{
	height: 100%;
	display: inline-block;
}

/*下拉筛选*/
div.typeChoose{
	height: 80px;
	background: #F8F8F8;
	font-size: 28px; line-height: 80px; text-align: center;
	display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex;
	position: relative;
}
div.typeChoose p{
	height: 80px;
	color: #bc1c25;
	-webkit-box-flex: 1; -moz-box-flex: 1; -webkit-flex: 1; -ms-flex: 1; flex: 1;
}
div.typeChoose p:after{
	width: 24px; height: 24px;
	margin: -12px 0 0 10px;
	background: url(../../img/customer2/icon_typeChoose_down.png) no-repeat center -1px; background-size: 20px;
	position: absolute; top: 50%;
	content: '';
}
div.typeChoose p.on:after{
	background: url(../../img/customer2/icon_typeChoose_up.png) no-repeat center; background-size: 20px;
}
#typeList{
	background: rgba(0,0,0,0.6);
	position: fixed; bottom: 0; left: 0; right: 0; z-index: 51;
}
#typeList.hidden{
	transition: visibility 0.2s; -moz-transition: visibility 0.2s; -webkit-transition: visibility 0.2s; -o-transition: visibility 0.2s;
}
#typeList div.ul{
	background: #fff;
	transition: transform 0.2s; -moz-transition: transform 0.2s; -webkit-transition: transform 0.2s; -o-transition: transform 0.2s;
	transform-origin: top center; -ms-transform-origin: top center; -webkit-transform-origin: top center; -moz-transform-origin: top center; -o-transform-origin: top center;
	overflow: hidden;
}
#typeList.hidden div.ul{
	transform: scaleY(0); -ms-transform: scaleY(0); -webkit-transform: scaleY(0); -o-transform: scaleY(0); -moz-transform: scaleY(0);
}
#typeList input[type=radio]{
	width: 0; height: 0;
	visibility: hidden;
	position: absolute;
}
#typeList label{
	height: 70px;
	margin-left: 30px;
	font-size: 28px; line-height: 70px;
	display: block;
}
#typeList label ~ label{
	border-top: 1px solid #e6e6e6;
}
#typeList input[type=radio]:checked + label{
	background: url(../../img/customer2/icon_search_seleted.png) no-repeat 96% center; background-size: 30px;
	color: #bc1c25;
}

/*无内容状态*/
.nolist{
	display: none;
}
.nolist:first-child, #Navigation + .nolist{
	display: block;
}

/*分隔线*/
.separated{
	padding: 8px 20px; margin-bottom: 16px;
	font-size: 24px; line-height: 32px; text-align: center; color: #bdbdbd;
}
.separated[class*=nolist]{ /*搭配nolist做效果*/
	padding: 32px 20px;
}

/*托底*/
dl#Bottom{
	height: 98px;
	background: #fff;
	border-top: 1px solid #e6e6e6;
	position: fixed; bottom: 0; left: 0; right: 0; z-index: 50;
	display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex;
}
dl#Bottom dd{
	height: 100%;
	-webkit-box-flex: 1; -moz-box-flex: 1; -webkit-flex: 1; -ms-flex: 1; flex: 1;
	position: relative;
}
dl#Bottom dd[new]:after{
	width: 14px; height: 14px;
	margin-left: 20px;
	border-radius: 50%;
	background: #bc1c25;
	position: absolute; top: 10px; left: 50%;
	content: '';
}
dl#Bottom dd a{
	height: 100%;
	display: block;
}
dl#Bottom dd img{
	height: 50px; width: 50px;
	padding-top: 12px; margin: 0 auto;
	display: block;
}
dl#Bottom dd p{
	height: 28px;
	font-size: 20px; line-height: 28px; text-align: center; color: #999;
	overflow: hidden;
}
dl#Bottom dd.on p{
	color: #bc1c25;
}

/*顶部banner*/
div#Banner{
	height: 120px;
	background: #fff;
	position: fixed; top: 0; left: 0; right: 0; z-index: 49;
	overflow: hidden;
}
div#Banner .inner{
	height: 80px;
	padding: 20px 174px 20px 130px;
	background: #fff;
	position: absolute; top: 0; left: 0; right: 0; bottom: 0;
	transform: translateX(100%); -ms-transform: translateX(100%); -webkit-transform: translateX(100%); -o-transform: translateX(100%); -moz-transform: translateX(100%);
}
div#Banner img{
	width: 80px; height: 80px;
	margin-top: -40px;
	border-radius: 50%;
	position: absolute; top: 50%; left: 30px;
}
div#Banner img.icon{
	border-radius: 8px;
}
div#Banner p{
	max-height: 80px;
	font-size: 28px; line-height: 40px;
	overflow: hidden;
}
div#Banner p.liaogou{
	max-height: 30px;
	padding-top: 46px;
	background: url(../../img/customer2/icon_nav_middle.png) no-repeat -6px -20px; background-size: 90px;
	font-size: 28px; line-height: 30px;
}
div#Banner a{
	width: 120px; height: 54px;
	margin-top: -27px;
	border-radius: 6px;
	background: #bc1c25;
	font-size: 32px; line-height: 54px; text-align: center; color: #fff;
	position: absolute; top: 50%; right: 30px;
}
div#Banner dl{
	height: 4px;
	text-align: center;
	position: absolute; bottom: 10px; left: 0; right: 0;
}
div#Banner dl dd{
	width: 20px; height: 100%;
	background: #ddd;
	display: inline-block; vertical-align: top;
}
div#Banner dl dd + dd{
	margin-left: 10px;
}
div#Banner[type='0'] dl dd:nth-child(1),
div#Banner[type='1'] dl dd:nth-child(2),
div#Banner[type='2'] dl dd:nth-child(3),
div#Banner[type='3'] dl dd:nth-child(4),
div#Banner[type='4'] dl dd:nth-child(5),
div#Banner[type='5'] dl dd:nth-child(6){
	background: #bc1c25;	
}
div#Banner[type='0'] .inner:nth-child(1),
div#Banner[type='1'] .inner:nth-child(2),
div#Banner[type='2'] .inner:nth-child(3),
div#Banner[type='3'] .inner:nth-child(4),
div#Banner[type='4'] .inner:nth-child(5),
div#Banner[type='5'] .inner:nth-child(6){
	-moz-transition: all 0.3s; -webkit-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s;
	transform: translateX(0); -ms-transform: translateX(0); -webkit-transform: translateX(0); -o-transform: translateX(0); -moz-transform: translateX(0);
}
div#Banner[type='0'] .inner:nth-child(6),
div#Banner[type='1'] .inner:nth-child(1),
div#Banner[type='2'] .inner:nth-child(2),
div#Banner[type='3'] .inner:nth-child(3),
div#Banner[type='4'] .inner:nth-child(4),
div#Banner[type='5'] .inner:nth-child(5){
	-moz-transition: all 0.3s; -webkit-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s;
	transform: translateX(-100%); -ms-transform: translateX(-100%); -webkit-transform: translateX(-100%); -o-transform: translateX(-100%); -moz-transform: translateX(-100%);
}
div#Banner[class*=hidden]{
	visibility: visible;
	opacity: 0;
	z-index: -1;
}
div#Banner[class*=show] + div#Navigation{
	border-top: 1px solid #ddd;
	top: 120px;
}
div#Banner[class*=show] + div#Navigation + *,
div#Banner[class*=show] + div#Navigation + #typeList + *,
div#Banner[class*=show] + div#Navigation + a.home + *{
	margin-top: 120px;
}
div#Banner[class*=show] ~ .default .title{
	top: 120px;
}

/*确认弹框*/
div#ComfirmBox{
	background: rgba(0,0,0,0.6);
	position: fixed; top: 0; bottom: 0; left: 0; right: 0; z-index: 60;
	display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex;
	-webkit-box-align: center; -webkit-align-items: center; -moz-align-items: center; -ms-align-items: center; -o-align-items: center; align-items: center;
}
div#ComfirmBox .default{
	width: 80%; max-width: 80%;
	margin: auto;
	border-radius: 4px;
	box-shadow: none;
	position: relative; top: -64px;
	transform: translateY(0); -ms-transform: translateY(0); -webkit-transform: translateY(0); -o-transform: translateY(0); -moz-transform: translateY(0);
	transition: transform 0.4s; -moz-transition: transform 0.4s; -webkit-transition: transform 0.4s; -o-transition: transform 0.4s;
}
div#ComfirmBox .default.hid{
	transform: translateY(2000px); -ms-transform: translateY(2000px); -webkit-transform: translateY(2000px); -o-transform: translateY(2000px); -moz-transform: translateY(2000px);
}
div#ComfirmBox .default .title{
	padding-left: 46px;
	position: relative; top: 0;
}
div#ComfirmBox .comText{
	padding: 20px 30px;
	font-size: 28px; line-height: 40px;
}
div#ComfirmBox .comText h4{
	font-size: 28px; font-weight: bold;
}
div#ComfirmBox .comText p + p, div#ComfirmBox .comText p + span, div#ComfirmBox .comText span + p, div#ComfirmBox .comText p + h4{
	padding-top: 16px;
}
div#ComfirmBox .comText span{
	font-size: 24px; color: #999;
	display: block;
}
div#ComfirmBox .comText b{
	padding: 0 4px; color: #bc1c25;
}
div#ComfirmBox div.btn{
	height: 80px;
	margin: 0 20px; 
	border-top: 1px solid #e6e6e6;
	display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex;
}
div#ComfirmBox div.btn button{
	height: 80px;
	background: #fff;
	font-size: 28px; color: #494949;
	-webkit-box-flex: 1; -moz-box-flex: 1; -webkit-flex: 1; -ms-flex: 1; flex: 1;
	overflow: hidden;
	position: relative;
}
div#ComfirmBox div.btn button + button:before{
	width: 1px;
	background: #e6e6e6;
	position: absolute; top: 20px; bottom: 20px; left: 0;
	content: '';
}
div#ComfirmBox div.btn button.comfirm{
	color: #bc1c25;
}

/*支付弹框*/
div#payCode{
	background: rgba(0,0,0,0.6);
	position: fixed; top: 0; bottom: 0; left: 0; right: 0; z-index: 60;
	display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex;
	-webkit-box-align: center; -webkit-align-items: center; -moz-align-items: center; -ms-align-items: center; -o-align-items: center; align-items: center;
}
div#payCode > div.default{
	width: 80%; max-width: 80%;
	margin: auto;
	text-align: center;
	-webkit-box-flex: 1; -moz-box-flex: 1; -webkit-flex: 1; -ms-flex: 1; flex: 1;
}
div#payCode .default .title{
	padding-left: 46px;
	text-align: left;
	position: relative; top: 0;
}
div#payCode .default .title:before{
    width: 6px; height: 26px;
    top: 27px;
}
div#payCode div.title > button{
	width: 40px; height: 40px;
	margin-top: 20px;
	background: url(../../img/customer2/icon_close_btn.png) no-repeat center; background-size: 30px;
	float: right;
}
div#payCode img{
	width: 70%;
	margin: 30px auto;
}
div#payCode p.name{
	font-size: 36px; line-height: 44px; text-align: center;
}
div#payCode p.cost{
	padding: 10px 0;
	font-size: 44px; line-height: 70px; text-align: center; color: #bc1c25;
}
div#payCode p.code{
	padding-bottom: 40px;
	font-size: 28px; line-height: 36px; text-align: center; color: #999;
}
div#payCode p.warm{
	margin: 0 30px; padding: 30px 0;
	border-top: 1px solid #e6e6e6;
	font-size: 28px; line-height: 40px; text-align: center;
}
div#payCode p.warm > span{
	padding: 0 4px;
	color: #bc1c25; font-weight: bold;
}

/*加载及状态弹框*/
div#Alert{
	background: rgba(0,0,0,0.1);
	position: fixed; top: 0; left: 0; right: 0; bottom: 0; z-index: 300; /*Loading等状态alert框高度300*/
	display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; /*适配各个浏览器*/
	-webkit-box-align: center; -webkit-align-items: center; -moz-align-items: center; -ms-align-items: center; -o-align-items: center; /*适配各个浏览器*/
	display: flex; align-items: center;
}
div#Alert[status=error]{
	background: rgba(0,0,0,0);
}
div#Alert > div.loading, div#Alert > div.success{
	width: 220px; height: 36px;
	padding: 114px 20px 26px; margin: -88px 0 0 -130px;
	border-radius: 4px;
	background: #fff;
	font-size: 26px; line-height: 36px; text-align: center; color: #2B3D45;
	position: absolute; top: 50%; left: 50%;
	visibility: hidden;
	opacity: 0; filter:Alpha(opacity=0);
	-ms-transform: scale(1.1); -webkit-transform: scale(1.1); -o-transform: scale(1.1); -moz-transform: scale(1.1); transform: scale(1.1);
	-moz-transition: all 0.3s; -webkit-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s;
}
div#Alert > div.error{
	max-width: 400px;
	padding: 18px 30px; margin: 0 auto;
	background: rgba(0,0,0,0.8);
	border-radius: 4px;
	font-size: 26px; line-height: 36px; text-align: center; color: #fff;
	visibility: hidden;
	opacity: 0; filter:Alpha(opacity=0);
	-ms-transform: scale(1.1); -webkit-transform: scale(1.1); -o-transform: scale(1.1); -moz-transform: scale(1.1); transform: scale(1.1);
	-moz-transition: all 0.3s; -webkit-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s;
}
div#Alert.hidden > div.loading, div#Alert.hidden > div.success, div#Alert.hidden > div.error{
	-ms-transform: scale(1.1) !important; -webkit-transform: scale(1.1) !important; -o-transform: scale(1.1) !important; -moz-transform: scale(1.1) !important; transform: scale(1.1) !important;
	opacity: 0 !important; filter:Alpha(opacity=0) !important;
}
div#Alert > div.loading:before, div#Alert > div.success:before{
	width: 64px; height: 64px;
	margin-left: -32px;
	position: absolute; top: 30px; left: 50%;
	content: '';
}
div#Alert[status=loading] > div.loading, div#Alert[status=success] > div.success, div#Alert[status=error] > div.error{
	visibility: inherit;
	opacity: 1; filter:Alpha(opacity=100);
	-ms-transform: scale(1); -webkit-transform: scale(1); -o-transform: scale(1); -moz-transform: scale(1); transform: scale(1);
}
div#Alert > div.loading:before{
	background: url(../../img/customer2/icon_loading_ring.png) no-repeat center; background-size: 64px;
	-moz-animation: loading 0.5s linear infinite; -webkit-animation: loading 0.5s linear infinite; -o-animation: loading 0.5s linear infinite; animation: loading 0.5s linear infinite;
}
div#Alert > div.success:before{
	background: url(../../img/customer2/icon_loading_draw.png) no-repeat center; background-size: 64px;
	-ms-transform: rotate(-45deg); -webkit-transform: rotate(-45deg); -o-transform: rotate(-45deg); -moz-transform: rotate(-45deg); transform: rotate(-45deg);
	-moz-transition: all 0.3s; -webkit-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s;
}
div#Alert[status=success] > div.success:before{
	-ms-transform: rotate(0deg); -webkit-transform: rotate(0deg); -o-transform: rotate(0deg); -moz-transform: rotate(0deg); transform: rotate(0deg);
}

@keyframes loading{
	from {-ms-transform: rotate(0deg); -webkit-transform: rotate(0deg); -o-transform: rotate(0deg); -moz-transform: rotate(0deg); transform: rotate(0deg);}
	to {-ms-transform: rotate(360deg); -webkit-transform: rotate(360deg); -o-transform: rotate(360deg); -moz-transform: rotate(360deg); transform: rotate(360deg);}
}

/*代理提示*/
div#Agent{
	padding: 200px 48px 0;
	background: rgba(0,0,0,0.7);
	position: fixed; top: 0; bottom: 0; right: 0; left: 0; z-index: 250;
}
div#Agent > p{
	padding-bottom: 40px;
	font-size: 32px; line-height: 48px; color: #fff;
}
div#Agent > button{
	width: 300px; height: 64px;
	margin: 0 auto;
	background: rgba(0,0,0,0);
	font-size: 32px; text-align: center; color: #fff;
	display: block;
	position: relative;
}
div#Agent > button:before{
	width: 32px; height: 32px;
	border-top: 3px solid #fff; border-right: 3px solid #fff;
	position: absolute; top: 0; right: 0;
	content: '';
}
div#Agent > button:after{
	width: 32px; height: 32px;
	border-bottom: 3px solid #fff; border-left: 3px solid #fff;
	position: absolute; bottom: 0; left: 0;
	content: '';
}

/*推荐专家弹框*/
div#recTalent{
	background: rgba(0,0,0,0.6);
	position: fixed; top: 0; bottom: 0; right: 0; left: 0; z-index: 60;
	display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex;
	-webkit-box-align: center; -webkit-align-items: center; -moz-align-items: center; -ms-align-items: center; -o-align-items: center; align-items: center;
}
div#recTalent .default{
	width: 84%;
	border-radius: 8px;
	margin: auto;
	overflow: hidden;
}
div#recTalent .title{
	padding-left: 46px;
	position: relative; top: 0;
}
div#recTalent .title:before{
    width: 6px; height: 26px;
    top: 27px;
}
div#recTalent button.del{
	width: 80px; height: 80px;
	margin-top: -40px;
	background: url(../../img/customer2/icon_close_btn.png) no-repeat center; background-size: 30px;
	position: absolute; top: 50%; right: 0;
}
div#recTalent div.matchEv{
	padding: 30px 30px 0 0; margin-left: 30px;
}
div#recTalent div.matchEv + div.matchEv{
	border-top: 1px solid #e6e6e6;
}
div#recTalent div.info .slogan span{
	border: none;
	font-size: 23px; line-height: 31px; color: #bc1c25;
	top: 0;
	display: inline;
}
div#recTalent input[type=checkbox]{
	width: 0; height: 0;
	visibility: hidden; opacity: 0;
	position: absolute; top: 0; left: 0;
}
div#recTalent label{
	width: 40px; height: 40px;
	margin-top: -35px;
	border-radius: 50%;
	background: url(../../img/customer2/icon_pay_choosed_red.png) no-repeat center; background-size: 40px;
	position: absolute; top: 50%; right: 30px;
	opacity: 0.2;
}
div#recTalent input:checked + label{
	opacity: 1;
}
div#recTalent div.btn{
	padding: 30px 0 10px;
	border-top: 1px solid #e6e6e6;
	text-align: center;
}
div#recTalent div.btn button{
	height: 64px; width: 80%;
	border-radius: 6px;
	font-size: 28px;
	display: block;
}
div#recTalent div.btn button.comfirm{
	margin: 0 auto 10px;
	background: #bc1c25;
	color: #fff;
}
div#recTalent div.btn button.change{
	margin: 10px auto 0;
	background: #fff;
	color: #bc1c25;
}

/*公用广告位*/
div.publicAd{
    background-size: 60px;
}
div.publicAd img{
	width: 100%;
	display: block;
}
div.publicAd p{
    height: 98px;
    padding: 0 60px; margin-left: 30px;
    background: url(../../img/customer2/icon_right.png) no-repeat right center; background-size: 66px;
    font-size: 32px; line-height: 98px;
    position: relative;
}
div.publicAd p > img{
	width: 60px; height: 60px;
	margin-top: -30px;
	position: absolute; top: 50%; left: -8px;
}
div.publicAd p > span{
	font-size: 24px; color: #999;
	float: right;
}
div.publicAd button{
	width: 50px; height: 50px;
	background: none;
	position: absolute; top: 0; right: 0;
}
