﻿/*设置浏览器默认大小，高宽分别都是100%*/

html,
body {
	height: 100%;
	width: 100%;
	/*font-family: "Microsoft YaHei" !important;*/
	background: #f2f2f2;
}
a {
	text-decoration: none;
	color: inherit;
	outline: none;
}
a,
button,
input,
textarea {
	-webkit-tap-highlight-color: rgba(255, 0, 0, 0);
}
/* 1.去除android a/button/input标签被点击时产生的边框 2.去除ios a标签被点击时产生的半透明灰色背景 */
/*a:visited {
    color:initial;
}*/

ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
input[type="text"],
input[type="button"],
input[type="submit"],
input[type="reset"] {
	-webkit-appearance: none;
}
textarea {
	-webkit-appearance: none;
}
html {
	font-size: 58.5%;
}
@media only screen and (min-width: 481px) {
	html {
		font-size: 94%!important;
	}
}
@media only screen and (min-width: 561px) {
	html {
		font-size: 109%!important;
	}
}
@media only screen and (min-width: 641px) {
	html {
		font-size: 125%!important;
	}
}
/*设置页面主题元素大小*/

.banner img {
	width: 100%;
}
.container {
	/*min-height: 63%;*/
	/*padding-top: 5%;*/
	
	box-sizing: border-box;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	overflow: auto;
}
/*banner图片样式设置*/

.banner>img {
	width: 100%;
}
.container {
	/*     display: -webkit-flex;
            display: -webkit-box;
            display: flex;
            -webkit-flex-direction: column;
            flex-direction: column;*/
}
.column-container {
	display: -webkit-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 4%;
}
.column-container>div {
	-webkit-flex: 1;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	border-radius: 100%;
	padding: 0% 3% 1%;
	width: 100%;
}
/*相册容器*/

.album-box {
	background: #e3e3e3;
	padding: 1.5%;
	/*padding-bottom: 15%;*/
	
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	overflow: auto;
}
.album-box .img-box {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 1.5%;
	height: 135px;
	overflow: hidden;
}
.album-box .img-box>div {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	box-sizing: border-box;
	border: 3px solid #fff;
}
.album-box .img-box>div:first-child {
	margin-right: .75%;
}
.album-box .img-box>div:last-child {
	margin-left: .75%;
}
.album-box .img-box>div img {
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
}
.flex-layout {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	height: 100%;
	width: 100%;
}
/*文章页*/

.article-box,
.page-box,
.contactUs-box {
	margin: 1.22rem;
	background: #fff;
	padding: 1.8rem 1.22rem;
	/*padding-bottom: 4.2rem;*/
	
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}
.article-box img {
	width: 100%;
}
.article-box .title span,
.contactUs-box .title span,
.page-box .title span {
	color: #333;
	font-size: 2.8rem;
	line-height: 3.2rem;
	word-wrap: break-word;
}
.page-box .title,
.contactUs-box .title,
.article-box .title {
	margin-bottom: 1.62rem;
	border-bottom: 1px solid #eaeaea;
	padding-bottom: 0.8rem;
}
.article-box .title span {
	font-size: 2.4rem;
}
.article-box .title ul {
	font-size: 1.4rem;
	color: #999;
	overflow: hidden;
	margin-top: 0.6rem;
}
.article-box .title ul li {
	float: left;
}
.article-box p,
.page-box p {
	font-size: 1.6rem;
	line-height: 2.2rem;
}
.article-box .title ul li:nth-child(2) {
	margin: 0 1.62rem;
}
.article-box hr {
	border-color: #ededed;
}
/*联系我们*/

.contactInfoBox {
	font-size: 1.6rem;
	color: #333;
	line-height: 3rem;
}
/*在线咨询*/

.tips {
	background: #fff;
	padding: 1.62rem 0;
}
.tips p {
	margin: 0 2.0rem;
	font-size: 1.5rem;
	position: relative;
	line-height: 2.2rem;
	-webkit-transform: translateX(5%);
}
.tips i {
	color: #fff;
	background: #999;
	border-radius: 20px;
	height: 2rem;
	width: 2rem;
	line-height: 2rem;
	text-align: center;
	position: absolute;
	left: -2.5rem;
	font-size: 1.4rem;
}
.ask-box {
	/*padding-bottom: 100px;*/
	
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	overflow: auto;
	padding-bottom: 1.5rem;
}
.askinfo-box {
	padding: 0 1.62rem;
	margin-top: 1.62rem
}
.askinfo-box input,
.askinfo-box textarea {
	width: 100%;
	font-size: 1.6rem;
	height: 3.8rem;
	line-height: 3.8rem;
	outline: none;
	border-width: 1px;
	border-color: #ccc;
	resize: none;
	box-sizing: border-box;
	border-radius: 0;
	padding: 0 .62rem;
}
.askinfo-box input:nth-child(2) {
	border: 1px solid #ccc;
	margin-top: 0.8rem;
	margin-bottom: 1rem;
}
.askinfo-box input:nth-child(3) {
	border-width: 0 1px;
	border-color: #ccc;
	border-style: solid;
}
.askinfo-box textarea {
	height: 12rem;
	word-wrap: break-word;
	padding: 0.62rem;
}
.askinfo-box button {
	width: 100%;
	background: #ee8800;
	font-size: 2rem;
	color: #fff;
}
button {
	height: 50px;
	border: none;
	border-radius: 3px;
	outline: none;
}
button a {
	display: block;
	line-height: 50px;
	height: 100%;
	width: 100%;
}
/*验证码框*/

.codebox {
	/*    display: -webkit-flex;
    display: -webkit-box;*/
	
	display: block;
	margin-bottom: 0.82rem;
	overflow: hidden;
	border: 1px solid #ccc;
	background: #fff;
	margin-top: 1px;
}
.codebox input {
	/*    -webkit-flex: 7;
    flex: 7;*/
	
	width: 60%;
	display: inline-block;
	border: none;
	padding: 0 0.62rem;
}
.codebox .codeImg {
	/*    -webkit-flex: 3;
    flex: 3;*/
	
	float: right;
	border-left: 1px solid #ccc;
}
.codeImg img {
	display: block;
	height: 3.8rem;
	width: 10rem;
}
/*文章列表*/

#all-list {
	width: 5rem;
	color: #333;
	display: block;
	text-align: center;
	line-height: 50px;
	border-right: 1px solid #e7e7e7;
	border-bottom: 1px solid #e7e7e7;
	font-size: 1.7rem;
	background: #fff;
}
#all-list a {
	display: block;
	height: 100%;
	width: 100%;
}
#list-tab {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}
.articleListBox nav {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flex-box;
	display: -ms-flexbox;
	display: flex;
	height: 53px;
	overflow: hidden;
}
.articleListBox nav ul {
	/*float: left;*/
}
.articleListBox nav li {
	display: inline-block;
	min-width: 7rem;
	background: #fff;
}
.articleListBox nav li a {
	color: #333;
	display: block;
	text-align: center;
	line-height: 50px;
	border-right: 1px solid #e7e7e7;
	border-bottom: 1px solid #e7e7e7;
	font-size: 1.7rem;
	padding: 0 1rem;
}
.articleListBox {
	/*padding-bottom: 6rem;*/
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}
.articleListBox nav ul li a.active,#all-list a.active {
	color: #ef9012;
	border-bottom: 2px solid #ef9012;
	background: #f9f9f9;
}
.articleListBox div.list {
	background: #f9f9f9;
	padding: 1.2rem;
}
.articleListBox div.list a {
	width: 100%;
	box-sizing: border-box;
	background: #fff;
	border: 1px solid #eee;
	padding: .5rem;
	margin-bottom: 1.2rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.des-img {
	height: 7rem;
	width: 7rem;
	overflow: hidden;
	margin-right: 1rem;
}
.des-img>img {
	/*min-height: 150%;
	min-width: 150%;
	margin-top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	margin-left: 50%;*/
}
.des-txt {
	height: 7rem;
	overflow: hidden;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
.articleListBox .list li a {
	display: block;
}
.articleListBox .list span {
	font-size: 1.8rem;
	color: #333;
	line-height: 2.6rem;
	overflow: hidden;
	display: block;

    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.articleListBox .list p {
	font-size: 1.4rem;
	color: #999;
	margin: 0;
	/*margin-top: 5px;*/
	
	line-height: 2rem;
	padding-top: .2rem;
	    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
/*咨询成功*/

.askSuccess-box {
	width: 95%;
	margin: 0 auto;
	padding-top: 30%;
}
.askSuccess-box p {
	text-align: center;
	font-size: 2rem;
}
.askSuccess-box button {
	display: block;
	width: 70%;
	color: #fff;
	font-size: 2rem;
	margin: 0 auto;
}
.askSuccess-box button:nth-child(2) {
	background: #ee8800;
}
.askSuccess-box button:nth-child(3) {
	background: #4a9de0;
	margin-top: 5%;
}
/*律师信息*/

.info-box {
	padding: 0.8rem;
	overflow: auto;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	-webkit-overflow-scrolling: touch;
}
.info-box .data {
	overflow: hidden;
	border-bottom: 1px solid #ededed;
	padding: 1.22rem;
	margin: 0.61rem 0 1.22rem 0;
	background: #fff;
}
.info-box .img-box {
	height: 7.2rem;
	width: 7.2rem;
	overflow: hidden;
	border: #eee 1px solid;
	background: #fff;
	float: left;
	padding: 0.2rem;
}
.info-box .img-box img {
	height: 7.2rem;
	width: 7.2rem;
}
.info-box .data .info-box-r {
	float: left;
	margin-left: 0.82rem;
	/*width: 18rem;*/
	overflow: hidden;
}
.info-box .data .info-box-r span {
	display: block;
	margin-bottom: 0.5rem;
	font-size: 2.2rem;
	line-height: 2.4rem;
	color: #333;
}
.info-box .data .info-box-r em {
	font-style: normal;
}
.info-box .data .info-box-r p:nth-child(3) em {
	letter-spacing: 0.26rem;
}
.info-box .data .inbox-box-b {
	margin-top: 1.22rem;
	padding-top: 1.22rem;
	border-top: 1px solid #ededed;
	clear: both;
	display: inline-block;
	width: 100%;
}
@media only screen and (min-width: 480px) {
	.info-box .data .inbox-box-r {
		width: auto;
	}
}
.info-box p {
	font-size: 1.6rem;
	line-height: 2.4rem;
	margin: 0;
	color: #666;
}
.info-box div.info-content {
	background: #fff;
	padding: 1.22rem;
	/*margin-bottom: 4.2rem;*/
}
.info-box div.info-content p {
	font-size: 1.6rem;
	line-height: 2.6rem;
}
.album-box .img-box>div {
	border: 3px solid #fff;
	overflow: hidden;
	position: relative;
}
/*咨询成功*/

.askSuccess-box {
	width: 95%;
	margin: 0 auto;
	padding-top: 30%;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
.askSuccess-box p {
	text-align: center;
	font-size: 2rem;
}
.askSuccess-box button {
	display: block;
	width: 70%;
	color: #fff;
	font-size: 2rem;
	margin: 0 auto;
}
.askSuccess-box button:nth-child(2) {
	background: #ee8800;
}
.askSuccess-box button:nth-child(3) {
	background: #4a9de0;
	margin-top: 5%;
}
.contactUs-box button {
	display: block;
	width: 100%;
	padding: 0;
	margin: 0 auto;
	font-size: 20px;
	color: #fff;
	background: #ee8800;
	margin-top: 5%;
	margin-bottom: 10%;
}
.endInfo a img {
	margin-left: 0.2rem;
	vertical-align: middle;
}
a.mk-visited-white:visited {
	color: #fff;
}
/* dropload */

.dropload-up,
.dropload-down {
	position: relative;
	height: 0;
	overflow: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	background: #fff;
	color: #999;
}
.dropload-refresh,
.dropload-update,
.dropload-load {
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 100%;
	height: 50px;
	line-height: 50px;
	text-align: center;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}
.dropload-load .loading {
	display: inline-block;
	height: 15px;
	width: 15px;
	border-radius: 100%;
	margin: 6px;
	border: 2px solid #666;
	border-bottom-color: transparent;
	vertical-align: middle;
	-webkit-animation: rotate 0.75s 0 linear infinite;
	animation: rotate 0.75s 0 linear infinite;
}
@-webkit-keyframes rotate {
	0% {
		-webkit-transform: rotate(0deg);
	}
	50% {
		-webkit-transform: rotate(180deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
	}
}
@keyframes rotate {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	50% {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
.spinner {
	width: 20px;
	height: 20px;
	position: relative;
	display: inline-block;
	right: 10px;
	top: 5px;
}
.container1 > div,
.container2 > div,
.container3 > div {
	width: 6px;
	height: 6px;
	background-color: #999;
	border-radius: 100%;
	position: absolute;
	-webkit-animation: bouncedelay 1.2s infinite ease-in-out;
	animation: bouncedelay 1.2s infinite ease-in-out;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
.spinner .spinner-container {
	position: absolute;
	width: 100%;
	height: 100%;
}
.container2 {
	-webkit-transform: rotateZ(45deg);
	transform: rotateZ(45deg);
}
.container3 {
	-webkit-transform: rotateZ(90deg);
	transform: rotateZ(90deg);
}
.circle1 {
	top: 0;
	left: 0;
}
.circle2 {
	top: 0;
	right: 0;
}
.circle3 {
	right: 0;
	bottom: 0;
}
.circle4 {
	left: 0;
	bottom: 0;
}
.container2 .circle1 {
	-webkit-animation-delay: -1.1s;
	animation-delay: -1.1s;
}
.container3 .circle1 {
	-webkit-animation-delay: -1.0s;
	animation-delay: -1.0s;
}
.container1 .circle2 {
	-webkit-animation-delay: -0.9s;
	animation-delay: -0.9s;
}
.container2 .circle2 {
	-webkit-animation-delay: -0.8s;
	animation-delay: -0.8s;
}
.container3 .circle2 {
	-webkit-animation-delay: -0.7s;
	animation-delay: -0.7s;
}
.container1 .circle3 {
	-webkit-animation-delay: -0.6s;
	animation-delay: -0.6s;
}
.container2 .circle3 {
	-webkit-animation-delay: -0.5s;
	animation-delay: -0.5s;
}
.container3 .circle3 {
	-webkit-animation-delay: -0.4s;
	animation-delay: -0.4s;
}
.container1 .circle4 {
	-webkit-animation-delay: -0.3s;
	animation-delay: -0.3s;
}
.container2 .circle4 {
	-webkit-animation-delay: -0.2s;
	animation-delay: -0.2s;
}
.container3 .circle4 {
	-webkit-animation-delay: -0.1s;
	animation-delay: -0.1s;
}
@-webkit-keyframes bouncedelay {
	0%, 80%, 100% {
		-webkit-transform: scale(0.0)
	}
	40% {
		-webkit-transform: scale(1.0)
	}
}
@keyframes bouncedelay {
	0%, 80%, 100% {
		transform: scale(0.0);
		-webkit-transform: scale(0.0);
	}
	40% {
		transform: scale(1.0);
		-webkit-transform: scale(1.0);
	}
}
/*end of dropload*/

/*二维码*/
#qrcode {
	border-top: 1px solid #efefef;
	background: #fff;
	padding: 1.22rem;
}
.qrcodeBox {
	width: 80%;
	position: relative;
	margin: 0 auto;
}
.qrcodeBox .fingerImg {
	position: absolute;
	top: 0;
	opacity: .7;
}
.qrcodeBox>img {
	width: 100%;
}
#qrcode p {
	text-align: center;
	line-height: 5rem;
	font-size: 1.6rem;
	margin: 0;
	color: #666;
}

/*在线咨询*/
.ask-con { border-top: #ccc solid 1px;margin: 1.22rem;}
.ask-con li { vertical-align:top; padding:10px 0 10px 45px; position:relative; border-bottom:#ccc solid 1px;}
.ask-con li.ask { background:#e2e2e2; font-size:1.5rem;}
.ask-con li.ask { line-height:2.3rem;}
.ask-con li.response {background:#fff; color:#444; font-size:1.5rem;}
.ask-con li.response p { line-height:2.5rem;}
.ask-con li span.ask-ico {width:28px; height:28px; line-height:28px; font-size:16px; position:absolute; left:10px; top:50%; margin-top:-14px; color:#fff; border-radius:14px; text-align:center;}
.ask-con li.ask span.ask-ico{ background:#3a395b;}
.ask-con li.response span.ask-ico{ background:#fdb03a;}
.ask-con button {display: block;width: 100%;padding: 0;margin: 0 auto;font-size: 20px;color: #fff;background: #ee8800;margin-top: 5%;margin-bottom: 10%;}.aBox {padding:5px;}
.aBox a.nMore { background:#ccc; color:#333;width:150px; height:35px; text-align:center; line-height:35px;display:block; margin:10px auto 0; border-radius:5px;}
.aBox a.nMore:active { background:#ee8800; color:#fff;}
