*{padding:0;margin:0;}
div,dl,dt,dd,form,h1,h2,h3,h4,h5,h6,img,ol,ul,li,table,th,td,p,span,a{border:0;}
img,input{border:none;vertical-align:middle;}
body{font-size:16px;
	background:#fff;text-align:left;color:#333;
	-webkit-overflow-scrolling: touch;
	font-family: -apple-system,BlinkMacSystemFont,Helvetica Neue,Helvetica,Roboto,Arial,PingFang SC,Hiragino Sans GB,Microsoft Yahei,Microsoft Jhenghei,sans-serif;
		-webkit-text-size-adjust: 100% !important;
	min-height:100%;
	/*min-width:1280px;*/
	overflow-x:auto;
}
h1, h2, h3, h4, h5, h6 {
    font-family: -apple-system,BlinkMacSystemFont,Helvetica Neue,Helvetica,Roboto,Arial,PingFang SC,Hiragino Sans GB,Microsoft Yahei,Microsoft Jhenghei,sans-serif;
    font-weight: 300;
    font-style: normal;
}
html{min-height:100%;}
ul,ol{list-style-type:none;}
ul li,ol li{list-style:none;}
li{list-style:none;}
th,td,input{font-size:12px;}
button{border:none;cursor:pointer;font-size:12px;background-color:transparent;}
select{border-width:1px;_zoom:1;border-style:solid;padding-top:2px;font-size:12px;}
.clear{clear:both;font-size:1px !important;height:0 !important;visibility:hidden;line-height:0;padding:0 !important;margin:0 !important;}
.clearfix:after{content:"";display:block;clear:both;}
.clearfix{zoom:1;}
a{
	color:#111;
}
a:link,a:visited{text-decoration:none;-webkit-appearance: none;outline:none;}
a:hover,a:active{text-decoration:none;-webkit-appearance: none;outline:none;}
input,button,select,textarea{outline:none;
	-webkit-tap-highlight-color:rgba(0,0,0,0);}

textarea{
	box-shadow:0px 0px 0px rgba(0,0,0,0);
	-webkit-appearance:none;
}
select{
		appearance:none; -moz-appearance:none; -webkit-appearance:none;
	}
html{
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
.fl{
	float:left;
}
.fr{
	float:right;
}





/* 按钮 */

/* 默认按钮 */
.btn-default{
	border:1px solid #EF5104;
	background: none;
	color:#333;
	text-align: center;
}
/* 圆角默认按钮 */
.btn-radius-default{
	border:1px solid #EF5104;
	background: none;
	color:#333;
	border-radius: 50px;
	text-align: center;
}
/* 大按钮 */
.btn-lg{
	width:378px;
	height:58px;
	font-size:20px;
	border-radius: 5px;
	display:block;
}
/* 小按钮 */
.btn-sm{
	width:118px;
	height:34px;
	line-height: 34px;
	font-size:16px;
	color:#EF5104;
	display:block;
}
/* 实心按钮 */
.btn-primary{
	border:1px solid #EF5104;
	background: #EF5104;/* 一些不支持背景渐变的浏览器 */   
    background: -moz-linear-gradient(top,#FF4949 100%, #F86219 100%);
    /*background: -moz-linear-gradient( top,#FF4949,#F86219);*/
    background: -webkit-linear-gradient(top,#FF4949,#F86219); 
    background: -o-linear-gradient(top,#FF4949, #F86219);
	color:#fff;
}
.btn-primary:hover{
	background: #fc4b4e;/* 一些不支持背景渐变的浏览器 */   
    background: -moz-linear-gradient(top,#fc4b4e 100%, #f5632a 100%);
    /*background: -moz-linear-gradient( top,#fc4b4e,#f5632a);*/
    background: -webkit-linear-gradient(top,#fc4b4e,#f5632a); 
    background: -o-linear-gradient(top,#fc4b4e, #f5632a);
	cursor: pointer;
}
/* 禁用按钮 */
.btn-disabled{
	border:1px solid #DDD;
	background-color:#F5F5F5;
	color:#ACA899;
}
/* 禁用input */
input:disabled,input[disabled],button:disabled{
	border:1px solid #DDD;
	background:#F5F5F5;
	color:#ACA899;
}
input:disabled:hover,input[disabled]:hover,button:disabled:hover{
	border:1px solid #DDD;
	background:#F5F5F5;
}
button:disabled:hover{
    cursor: default;
}

/* footer */
.footer{
	padding-bottom:10px;
	background: #fff;
}
.footer>div{
	display:table;
	margin:0 auto;
}
.footer>div ul{
	float:left;
	padding-right:122px;
}
.footer>div ul li:first-child{
	font-size:18px;
	line-height:18px;
	color:#111;
	padding-bottom:10px;
}
.footer>div ul li:first-child a{
	color:#111;
}
.footer>div ul li{
	font-size:14px;
	line-height: 24px;
	
}
.footer>div ul li a{
	color:#333;
}
.footer>div dl{
	float:left;
}
.footer>div dl img{
    width: 95px;
	padding-bottom:18px;
}
.footer>div dl p{
	padding-bottom:18px;
	font-size:14px;
	line-height: 6px;
	color:#666;
}
.footer>div dl p span{
	color:#E65B07;
}
.footer>div dl p.footeremail{
	color:#111;
}

.footer>div dl.footerewm{
	margin-left:120px;
}
.footer>div dl.footerewm h6{
	font-size:18px;
	color:#111;
	padding-bottom: 18px;
}
.footer .firstP{
    border-top: 1px solid #f1f1f1;
    padding-top:30px;
    margin-top: 20px;
}
.footer>p{
	padding-top:0;
    padding-bottom: 20px;
	font-size:12px;
	line-height: 0;
	color:#666;
	text-align: center;
}
.footer>img{
	margin:0 auto;
	display: block;
}



/*单选按钮*/
.radio{
    width: 50%;
    overflow: hidden;
    margin-left: 96px;
	padding-left: 2px;
}
.radio div{
    float: left;
    margin-right: 70px;
}
.radio div label input:focus{
    outline: none;
}
.radio.payment-radio div label input[type=radio]{
    width: 18px;
    height: 18px;
    background: url(/img/common/weixuan.png) no-repeat center;
    background-size: cover;
    margin-right: 0;
    margin-top: -3px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}
.radio.payment-radio div label input[type=radio]:checked{
    background: url(/img/common/xuanzhong.png) no-repeat center;
    background-size: cover;
}
.radio div label:hover{
    cursor: pointer;
}


/*复选按钮*/
.chked{
    text-align: center;
}
.chked label input[type=checkbox]{
    width: 16px;
    height: 16px;
	position: absolute;
	top: 0;
	left: -20px;
	margin-right: 0;
	margin-top: 0;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    opacity: 0;
}
.chked  .chkbox{
	width: 16px;
	height: 16px;
	background: url(/img/common/check.jpg) no-repeat center;
	background-size: cover;
	position: absolute;
	top: 0;
	left: -20px;
	margin-right: 0;
	margin-top: 0;
}
/*.chked  .chkbox {
    width: 16px;
    height: 16px;
    background: url(/img/common/check.jpg) no-repeat center;
    background-size: cover;
    display: inline-block;
    position: relative;
    top: 3px;
    margin-right: 3px;
}*/

/*.chked  .chkbox.active{
    background: url(/img/common/checked.jpg) no-repeat center;
    background-size: cover;
}*/

.chked label input[type=checkbox]:checked+span{
	background: url(/img/common/checked.jpg) no-repeat center;
	background-size: cover;
}

.chked label a{
    color: #f1621e;
}

.radio.type-radio{
	width: 80%;
}
.radio div label input[type=radio]{
	position: relative;
	width: 19px;
	height: 19px;
	opacity: 0;
}
.radio div label .female-custom,.chked label .chebox{
	width: 16px;
	height: 16px;
	background: url(/img/common/weixuan.png) no-repeat center;
	background-size: cover;
	margin-right: -15px;
	margin-top: -3px;
	position: relative;
	left: -20px;
	top: 3px;
	display: inline-block;
}
.radio div.active label .female-custom{
	background: url(/img/common/xuanzhong.png) no-repeat center;
	background-size: cover;
}




/*表格样式*/
.tab{
    border-collapse:collapse;
    width: 100%;
    margin-bottom: 25px;
}
.tab tr th{
    border: 1px solid #e0e0e0;
    height: 50px;
    line-height: 50px;
    color: #212121;
    text-align: center;
    font-weight: normal;
    font-size: 14px;
}
.tab tr td{
    border: 1px solid #e0e0e0;
    height: 50px;
    line-height: 50px;
    padding-left: 10px;
}
.tab thead tr{
	background: #fafafa;
}
.tab tbody tr:nth-child(odd){
    background: #fafafa;
}
/*.tab.tabNobg tbody tr:nth-child(even){
    background: none;
}*/
/* .tab tbody tr:nth-child(odd){
    background: #fff;
} */
.tab tr td a:hover{
    color: #f16825;
}
.tab tr td a:after{
    content: "|";
    margin-left: 10px;
    margin-right: 10px;
}
.tab tr td a{
	float: left;
	display:block;
}
.tab tr td a:last-child:after{
    content: "";
} 
.tab tr td input{
	width:100px;
	height:28px;
	font-size:14px;
	color:#111;
	background: #fafafa;
	border:1px solid #e0e0e0;
	padding-left: 4px;
}
.tab tr td input[name="name"],.tab tr td input[name="certType"]{
	width:80px;
}
.tab tr td input[name="certNo"]{
	width:160px;
}
.tab tr td input[name="sex"]{
	width:60px;
}

/*分页*/
.page{
    float: right;
    width: 100%;
    font-size: 12px;
}
.page ul{
	float: right;
    display: inline-flex;
    width: auto;
    width: 100%\9;
}
.page button,.page div{
	float: right;
}
.page ul li a{
    float: left;
    padding: 4px 8px;
    border: 1px solid #e0e0e0;
    margin-left: 5px;
    color: #111;
}
.page ul li:first-child a{
    margin-left: 0;
}
.page ul li a:hover{
    color: #f16825;
    border-color: #f16825;
}
.page ul li.active a{
    color: #f16825;
    border-color: #f16825;
}
.page-form input{
    width: 25px;
    padding: 4px 0;
    border: 1px solid #e0e0e0;
    text-align: center;
}
.page-form .text{
    margin-left: 10px;
}



.fixedIphone{
	position:fixed;
	width:60px;
	height:60px;
	right:60px;
	bottom:130px;
	z-index:2147483647;
	cursor: pointer;
}
.fixedIphone:hover .iphoneNumber{
	display:block;
}
.iphoneNumber{
	position:absolute;
	right:70px;
	top:5px;
	height:50px;
	line-height:50px;
	padding:0px 10px;
	color:#fff;
	background:#39c9bd;
	width:120px;
	text-align:center;
	font-size:16px;
	display:none;
	font-weight: bold;
}
.iphoneNumber i{
	font-size:12px;
	font-style:normal;
	text-align:left;
	display:block;
	font-weight: normal;
}
.iphoneNumber:after{
	content:"";
	position:absolute;
	width:0;
	height:0;
	border-top:10px solid transparent;
	border-bottom:10px solid transparent;
	border-left:10px solid #39c9bd;
	right:-10px;
	top:50%;
	margin-top:-10px;
}
.iphoneIcon{
	width:60px;
	height:60px;
}
.iphoneIcon img{
	width:60px;
	display:block;
}
#MEIQIA-BTN-HOLDER:hover + .fixedIphone{
	display:none;
}

#MEIQIA-BTN{
	position: fixed;
	right: 60px;
	bottom: 60px;
}
#MEIQIA-BTN #MEIQIA-BTN-ICON{
	top: 12px!important;
	left: 14px!important;
}

.meiqiaBzn{
	position:fixed;
	right:130px;
	bottom:65px;
	height:50px;
	line-height:50px;
	padding:0 10px;
	color:#fff;
	background:#e7461f;
	width:120px;
	text-align:center;
	font-size:16px;
	display:none;
	font-weight: bold;
	z-index:99999999;
}
.meiqiaBzn:after{
	content:"";
	position:absolute;
	width:0;
	height:0;
	border-top:10px solid transparent;
	border-bottom:10px solid transparent;
	border-left:10px solid #e7461f;
	right:-10px;
	top:50%;
	margin-top:-10px;
}
.enterprise-radio, .invoice-radio{
	position: relative;
}
.invoice-radio-label{
	float: left;
}
