html,
body {
	padding: 0;
	margin: 0;
	height: 100%;
}

body {
	color: #333;
	background: #fff;
	font-size: 100%;
	line-height: 1;
	font-family: 'Source Han Sans CN', 'PingFangSC', helvetica, 'Heiti SC', "Hiragino Sans GB", "Droid Sans", "Microsoft Yahei";
	height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6,
select,
input,
button {
	font-size: 100%;
	font-weight: normal;
	outline: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
div,
ol,
ul,
li,
dl,
dt,
dd,
form,
p,
img {
	margin: 0;
	padding: 0;
	border: 0;
	outline: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

input,
button,
select,
img {
	margin: 0;
	padding: 0;
	line-height: normal;
	border: 0;
	outline: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

input {
	-webkit-appearance: none;
}

ul,
li,
dl,
dt,
dd {
	list-style: none;
}

i {
	font-style: normal;
}

select,
input,
textarea,
button,
button img,
label {
	vertical-align: middle;
	font-family: 'Source Han Sans CN', 'PingFangSC', helvetica, 'Heiti SC', "Hiragino Sans GB", "Droid Sans", "Microsoft Yahei";
	outline: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

header,
footer,
section,
aside,
nav,
hgroup,
figure,
figcaption {
	display: block;
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

a,
a:link,
a:visited {
	color: #333;
	text-decoration: none;
	cursor: pointer;
	outline: none;
}

a:hover,
a:active {
	color: #008DE9;
	text-decoration: none;
	cursor: pointer;
}

.clearfix:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	zoom: 1;
}

body {
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	text-size-adjust: 100%;
}

[v-cloak] {
	display: none;
}

html,
body {
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.phone {
	font-family: "microsoft yahei", arial, sans-serif;
}

.s-content {
	width: 1280px;
	margin: 0 auto;
	position: relative;
}

.cookie-bar {
	font-size: 14px;
	background-color: #F7F7F7;
	min-width: 1000px;
}

.cookie-bar .s-content {
	padding: 10px 0;
}

.cookie-bar .text span {
	font-size: 16px;
	color: #008DE9;
	text-decoration: underline;
	margin-right: 20px;
	cursor: pointer;
}

.cookie-bar .conf {
	position: absolute;
	right: 0;
	top: 12px;
	font-size: 16px;
}

.phone .cookie-bar .conf {
	top: auto;
	bottom: 0;
}

.cookie-bar .conf .agree {
	color: #008DE9;
	padding-right: 40px;
	margin-right: 50px;
	position: relative;
	display: inline-block;
	vertical-align: top;
	cursor: pointer;
}

.cookie-bar .conf .agree::after {
	position: absolute;
	right: 0;
	top: calc(50% - 15px);
	content: "";
	width: 30px;
	height: 30px;
	background: url("../images/icon-conf.png") center center no-repeat;
}

.cookie-bar .conf .refuse {
	color: #333;
	padding-right: 40px;
	position: relative;
	display: inline-block;
	vertical-align: top;
	cursor: pointer;
}

.cookie-bar .conf .refuse::after {
	position: absolute;
	right: 0;
	top: calc(50% - 15px);
	content: "";
	width: 30px;
	height: 30px;
	background: url("../images/icon-error.png") center center no-repeat;
}

.login-bar {
	height: 40px;
	background-color: #000;
	min-width: 1000px;
}

.login-bar .r-col {
	text-align: right;
}

.login-bar .user-login {
	font-size: 14px;
	color: #fff;
	padding-left: 34px;
	margin-right: 40px;
	position: relative;
	height: 40px;
	line-height: 40px;
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
}

.login-bar .user-login::after {
	position: absolute;
	left: 0;
	top: calc(50% - 16px);
	content: "";
	width: 30px;
	height: 30px;
	background: url("../images/icon-login-user.png") center center no-repeat;
}

.login-bar .user-login:hover {
	color: #008DE9;
}

.login-bar .user-wel {
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	color: #fff;
	margin-right: 40px;
	cursor: pointer;
}

.login-bar .lang {
	font-size: 14px;
	color: #fff;
	line-height: 40px;
	display: inline-block;
	vertical-align: middle;
}

.login-bar .lang .zh-CN,
.login-bar .lang .en-US {
	cursor: pointer;
}

.login-bar .lang .zh-CN:hover,
.login-bar .lang .en-US:hover {
	color: #008DE9;
}

.user-wel-sel {
	margin: 0;
	padding: 0;
	min-width: auto;
}

.user-wel-sel ul>li {
	text-align: center;
	line-height: 40px;
	cursor: pointer;
}

.user-wel-sel ul>li:hover {
	color: #008DE9;
}

.menu {
	border-bottom: 1px #efefef dotted;
	min-height: 80px;
	min-width: 1000px;
}

.menu .logo {
	position: absolute;
	top: 24px;
	left: 0;
	cursor: pointer;
}
.phone .menu .logo img {
	width: 183px;
	height: 40px;
}
.menu .logo img {
	width: 127px;
    height: 32px;
}

.menu .nav {
	padding-left: 160px;
}

.menu .nav>ul>li {
	display: inline-block;
	vertical-align: top;
	margin: 0 30px;
}

.menu .nav>ul>li a {
	display: block;
	font-size: 16px;
	color: #333;
	line-height: 80px;
}

.menu .nav>ul>li a:hover {
	color: #008DE9;
}

.menu .nav>ul>li.cur a {
	color: #008DE9;
	position: relative;
}

.menu .nav>ul>li.cur a::after {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	content: "";
	height: 3px;
	background-color: #008DE9;
}

.phone .menu .search {
	position: absolute;
	right: 10px;
	top: 22px;
	width: 30px;
	height: 30px;
	background: url("../images/mSearch.png") center center no-repeat;
	background-size:36px 36px!important;
	cursor: pointer;
}
.menu .search {
	position: absolute;
	right: 10px;
	top: 22px;
	width: 30px;
	height: 30px;
	background: url("../images/icon-ser.png") center center no-repeat;
	cursor: pointer;
}

.menu.ser .search {
	width: 880px;
	position: absolute;
	top: 7px;
	background: none;
	height: 60px;
}

.menu.ser .search label {
	position: relative;
	display: block;
	padding-left: 40px;
}

.menu.ser .search label i {
	position: absolute;
	top: 15px;
	left: 0;
	width: 30px;
	height: 30px;
	background: url("../images/icon-ser.png") center center no-repeat;
}

.menu.ser .search input {
	width: 100%;
	line-height: 60px;
}

.breadcrumb-warp {
	background-color: #F6F6F6;
}

.breadcrumb .bc-item {
	display: inline-block;
	vertical-align: middle;
	height: 62px;
	line-height: 60px;
	position: relative;
	padding-right: 32px;
	color: #666;
	cursor: pointer;
	max-width:300px;
	white-space: nowrap; 
	overflow: hidden;
	text-overflow:ellipsis;
}

.breadcrumb .bc-item::after {
	position: absolute;
	top: 0;
	right: 14px;
	content: "/";
	font-size: 14px;
	color: #C9C9C9;
	line-height: 60px;
}

.breadcrumb .bc-item:hover {
	color: #008DE9;
}

.breadcrumb .bc-item:last-child {
	color: #333;
	cursor: auto;
	width: 145px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.breadcrumb .bc-item:last-child::after {
	display: none;
}

.breadcrumb .bc-item:last-child:hover {
	color: #333;
}

.phone .breadcrumb {
	font-size: 24px;
}

.phone .breadcrumb .bc-item {
	max-width:250px;
	width: auto;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.phone .breadcrumb .bc-item:last-child {
	max-width: 40vw;
	width: auto;
}

.phone .breadcrumb .bc-item::after {
	font-size: 26px;
}

.phone .menu .logo {
	position: relative;
	height: 60px;
	top: 18px;
}
.phone .login-bar {
	display: none;
}
/* .phone .login-bar {
	min-width: 750px;
	height: 80px;
}

.phone .login-bar .user-login {
	line-height: 80px;
	height: 80px;
	font-size: 24px;
}

.phone .login-bar .user-login::after {
	transform: scale(1.6);
	left: -10px;
}

.phone .login-bar .lang {
	line-height: 80px;
	height: 80px;
	font-size: 24px;
} */

.phone .menu .search {
	right: 100px;
	width: 60px;
	height: 60px;
	top: 24px;
	background-size: 24px 24px;
}

.phone .menu .show-nav {
	position: absolute;
	right: 30px;
	top: 34px;
	width: 60px;
	height: 60px;
	text-align: center;
	padding-top: 8px;
}

.phone .menu .show-nav span {
	width:40px;
	height: 4px;
	border-radius: 2px;
	background-color: #333;
	position: relative;
	display: inline-block;
}

.phone .menu .show-nav span::before {
	position: absolute;
	top: -12px;
	left: 0;
	width: 40px;
	content: "";
	height: 4px;
	border-radius: 2px;
	background-color: #333;
	-webkit-transition: all .2s;
	transition: all .2s;
}

.phone .menu .show-nav span::after {
	position: absolute;
	bottom: -12px;
	left: 0;
	width: 40px;
	content: "";
	height: 4px;
	border-radius: 2px;
	background-color: #333;
	-webkit-transition: all .2s;
	transition: all .2s;
}

.phone .menu .show-nav.show span {
	height: 0;
}

.phone .menu .show-nav.show span::before {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transform-origin: left center;
	transform-origin: left center;
	top: -14px;
	width: 35px;
}

.phone .menu .show-nav.show span::after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transform-origin: left center;
	transform-origin: left center;
	bottom: -14px;
	width: 35px;
}

.phone .menu .nav {
	position: fixed;
	top: 116px;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1000;
	background-color: #f3f3f3;
	padding: 0;
	display: none;
}

.phone .menu .nav.show {
	display: block;
}

.phone .menu .nav>ul>li {
	display: block;
	padding: 0 30px;
}

.phone .menu .nav>ul>li.cur:after {
	display: none;
}

.phone .menu .nav a {
	display: block;
	font-size: 30px;
	line-height: 105px;
	position: relative;
}

.phone .menu .nav>ul>li:not(.cur) a {
	background-image: url(../images/icon-arrow-b.png);
	background-size: 14px 23px;
	background-position: center right;
	background-repeat: no-repeat;
}

/* .phone .menu .nav a::before {
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	content: "";
	height: 1px;
	background-color: #E5E2E2;
} */
.phone .menu .nav>ul>li.cur a::after {
	background-color: transparent !important;
	/* background-image: url(../images/icon-arrow-b.png); */
	background-image: url(../images/icon-arrow-blue.png);
	background-size: 14px 23px;
	width: 14px;
	height: 23px;
	right: 0;
	left: auto;
	top: calc(50% - 11px);
}

.footer {
	background-color: #F6F6F6;
	padding-bottom: 56px;
}

.footer .col {
	position: relative;
	display: inline-block;
	vertical-align: top;
	padding-top: 66px;
}

.footer .col .tit {
	font-size: 20px;
	padding-bottom: 24px;
	font-weight: bold;
}

.footer .col p {
	font-size: 16px;
	line-height: 36px;
}

.footer .col p a {
	color: #666;
}

.footer .col p a:hover {
	color: #008DE9;
}

.footer .col .number {
	color: #333;
	font-weight: bold;
}

.footer .col-1 {
	width: 310px;
}

.footer .col-1 .cont {
	padding-top: 80px;
}

.footer .col-1 .email {
	width: 28px;
	height: 28px;
	background: #000 url("../images/icon-email.png") center center no-repeat;
	background-size: 14px 11px;
	border-radius: 50%;
	display: inline-block;
	margin-right: 10px;
	cursor: pointer;
}

.footer .col-1 .wchat {
	width: 28px;
	height: 28px;
	background: #000 url("../images/icon-wechat.png") center center no-repeat;
	background-size: 15px 13px;
	border-radius: 50%;
	display: inline-block;
	cursor: pointer;
}

.footer .col-2 {
	width: 240px;
}

.footer .col-3 {
	width: 260px;
}

.footer .col-4 {
	width: 260px;
}

.copyright {
	background-color: #000;
}

.copyright .cr-l {
	padding: 20px 0 15px 0;
	font-size: 12px;
	color: #79797F;
	display: inline-block;
	vertical-align: top;
}

.copyright .cr-r {
	float: right;
}

.copyright .cr-r img {
	display: inline-block;
	vertical-align: middle;
}

.copyright .cr-r span {
	padding: 20px 0 15px 10px;
	display: inline-block;
	vertical-align: middle;
	font-size: 12px;
	color: #7A7A80;
}

.phone .slide-enter {
	max-height: 0px;
}

.phone .slide-enter-active {
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.phone .slide-enter-to {
	max-height: 350px;
}

.phone .slide-leave {
	max-height: 350px;
}

.phone .slide-leave-active {
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.phone .slide-leave-to {
	max-height: 0px;
}

.phone .footer {
	padding-bottom: 0;
}

.phone .footer .col {
	display: block;
	padding: 0;
	border-bottom: 1px #E5E2E2 solid;
	width: auto;
}

.phone .footer .col .tit {
	font-size: 30px;
	line-height: 105px;
	padding-bottom: 0;
	position: relative;
}

/* .phone .footer .col .tit::after { position: absolute; top: 38px; right: 0; content: ""; width: 30px; height: 30px; background: url("../images/icon-arrow-b.png") center center no-repeat; -webkit-transition: all .5s; transition: all .5s; } */

.phone .footer .col .tit.cur::after {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.phone .footer .col .conn {
	overflow: hidden;
}

.phone .footer .col .conn p {
	line-height: 105px;
	font-size: 30px;
}

.phone .footer .col-1 {
	display: none;
}

.phone .footer .phonecont {
	text-align: center;
	padding: 30px 0 23px 0;
}

.phone .footer .phonecont .email {
	width: 78px;
	height: 78px;
	background: #000 url("../images/icon-email.png") center center no-repeat;
	background-size: 39px 31px;
	border-radius: 50%;
	display: inline-block;
	margin-right: 60px;
}

.phone .footer .phonecont .wchat {
	width: 78px;
	height: 78px;
	background: #000 url("../images/icon-wechat.png") center center no-repeat;
	background-size: 42px 36px;
	border-radius: 50%;
	display: inline-block;
}

.phone .copyright {
	text-align: center;
	padding: 30px 0 27px 0;
}

.phone .copyright .cr-l {
	font-size: 22px;
	line-height: 30px;
	width: 390px;
	padding: 0;
}

.phone .copyright .cr-r {
	display: block;
	float: none;
}

.phone .copyright .cr-r span {
	font-size: 22px;
	line-height: 34px;
	padding: 0 0 0 10px;
}

.phone .mtb20 {
	margin: 20px 0;
}

.right-nav {
	position: fixed;
	bottom: 5%;
	right: 8px;
	width: 60px;
	z-index: 11;
}

.right-nav .nav {
	width: 60px;
	height: 60px;
	background: linear-gradient(137deg, #78C7FB, #008DE9);
	border-radius: 5px;
	margin-bottom: 10px;
	position: relative;
	cursor: pointer;
}

.right-nav .nav.nav-1::before {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	width: 60px;
	height: 60px;
	background: url("../images/right-bar-1.png") center center no-repeat;
}

.right-nav .nav.nav-1 .pop {
	width: 209px;
	background: #FFFFFF;
	border: 1px solid #F1F1F1;
	-webkit-box-shadow: 0px 10px 21px 0px rgba(207, 205, 205, 0.4);
	box-shadow: 0px 10px 21px 0px rgba(207, 205, 205, 0.4);
	border-radius: 5px;
	position: absolute;
	left: -220px;
	top: -30px;
}

.right-nav .nav.nav-1 .pop:after {
	position: absolute;
	right: -8px;
	top: 50px;
	content: "";
	width: 0;
	height: 0;
	border: 10px transparent solid;
	border-left: 8px #fff solid;
	border-right: none;
}

.right-nav .nav.nav-1 .pop img {
	max-width: 100%;
}

.right-nav .nav.nav-2::before {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	width: 60px;
	height: 60px;
	background: url("../images/right-bar-2.png") center center no-repeat;
}

.right-nav .nav.nav-2 .pop {
	width: 209px;
	background: #FFFFFF;
	border: 1px solid #F1F1F1;
	-webkit-box-shadow: 0px 10px 21px 0px rgba(207, 205, 205, 0.4);
	box-shadow: 0px 10px 21px 0px rgba(207, 205, 205, 0.4);
	border-radius: 5px;
	position: absolute;
	left: -220px;
	top: -30px;
	padding-bottom: 15px;
}

.right-nav .nav.nav-2 .pop:after {
	position: absolute;
	right: -8px;
	top: 50px;
	content: "";
	width: 0;
	height: 0;
	border: 10px transparent solid;
	border-left: 8px #fff solid;
	border-right: none;
}

.right-nav .nav.nav-2 .box {
	position: relative;
	padding: 24px 0 4px 72px;
}

.right-nav .nav.nav-2 .box .icon-tel {
	width: 18px;
	height: 20px;
	position: absolute;
	top: 21px;
	left: 34px;
	background: url("../images/right-tel.png") center center no-repeat;
}

.right-nav .nav.nav-2 .box .icon-server {
	width: 22px;
	height: 21px;
	position: absolute;
	top: 21px;
	left: 32px;
	background: url("../images/right-server.png") center center no-repeat;
}

.right-nav .nav.nav-2 .box .tit {
	font-size: 16px;
	font-weight: bold;
}

.right-nav .nav.nav-2 .box .text {
	font-size: 16px;
	color: #008DE9;
	padding-top: 10px;
}

.right-nav .nav.nav-3::before {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	width: 60px;
	height: 60px;
	background: url("../images/right-bar-3.png") center center no-repeat;
}

.fade-enter-active {
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
}

.fade-leave-active {
	-webkit-transition: all 0.2s cubic-bezier(1, 0.5, 0.8, 1);
	transition: all 0.2s cubic-bezier(1, 0.5, 0.8, 1);
}

.fade-enter,
.fade-leave-to {
	-webkit-transform: translateX(5px);
	transform: translateX(5px);
	opacity: 0;
}

.pages {
	text-align: center;
	padding: 45px 0 77px 0;
}

.pages .btn-prev {
	border: 2px #666 solid;
	width: 50px;
	height: 50px;
	padding: 0;
}

.pages .btn-prev:disabled {
	border-color: #ccc;
}

.pages .btn-next {
	border: 2px #666 solid;
	width: 50px;
	height: 50px;
	padding: 0;
}

.pages .btn-next:disabled {
	border-color: #ccc;
}

.pages .el-pagination .btn-next .el-icon,
.pages .el-pagination .btn-prev .el-icon {
	font-size: 18px;
}

.pages .el-pager {
	padding: 0 30px;
}

.pages .el-pager li {
	height: 50px;
	line-height: 50px;
	min-width: 50px;
	font-size: 24px;
	font-weight: normal;
}

.phone .s-content {
	width: 750px;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 0 30px;
}

.cblue {
	color: #008DE9;
}


#f-m {
	display: none;
}

#f-pc {
	flex: 1;
	display: flex;
	justify-content: space-evenly;
}

/*# sourceMappingURL=css.css.map */


@media screen and (max-width: 1367px) {
	.menu {
		min-height: 65px;
		height: 65px;
	}

	.s-content {
		width: 90vw;
		min-width: 1000px;
	}

	.nav {
		padding-left: 160px !important;
		padding-right: 30px;
	}

	.menu .nav>ul {
		display: flex;
		justify-content: space-evenly;
	}

	.menu .nav>ul>li {
		flex-shrink: 0;
		margin: 0;
	}

	.menu .nav>ul>li.cur a::after {
		bottom: 15px;
	}

	.footer .s-content {
		display: flex;
		justify-content: space-between;
	}

	.footer .col {
		padding-top: 40px;
		width: auto !important;
		min-width: 150px;
	}

	.phone .s-content {
		min-width: 750px;
		margin: 0;
	}

	.phone .menu .s-content {
		overflow-y: hidden;
	}

	.phone .nav {
		padding-left: 0 !important;
	}

	.phone .menu .nav>ul {
		display: block;
	}

	.phone .about-conn {
		padding-left: 0 !important;
	}

	.phone .footer .s-content {
		display: block;
	}

	.phone .menu {
		min-width: 750px;
	}

	.phone .cookie-bar {
		min-width: 750px;
	}

	.phone .cookie-bar .text {
		padding: 10px 0 !important;
		line-height: 35px !important;
		font-size: 20px;
	}

	.phone .cookie-bar .text span {
		font-size: 20px;
	}

	.phone .cookie-bar .conf {
		line-height: 35px !important;
		right: 40px;
		bottom: 10px;
		font-size: 20px;
	}
}


@media screen and (max-width: 750px) {
	.phone .menu {
		height: 120px;
	}

	.phone .menu .s-content {
		padding-top: 20px
	}

	.el-message {
		top: 5vh !important;
		transform: scale(1.5) !important;
		left: 25% !important;
	}

	.phone #f-pc {
		display: none;
	}

	.phone .login-bar .user-wel {
		font-size: 24px;
		margin-right: 20px;
	}

	.phone #f-m {
		display: block;
	}

	.phone .footer .s-content {
		padding: 0;
	}

	.phone .el-collapse-item__wrap {
		background: #F6F6F6;
	}

	.phone .el-collapse-item__header {
		padding-left: 32px;
		background: #F6F6F6;
		height: 90px;
		line-height: 90px;
		font-size: 27px;
		font-weight: 600;
		padding-right: 20px;
	}

	.phone .m-f-item {
		padding-left: 6vw;
		height: 80px;
		line-height: 80px;
		font-size: 24px;
		background: #F6F6F6;
	}

	.phone .el-collapse-item__content {
		padding-bottom: 0;
	}

	.user-wel-sel {
		width: 220px !important;
	}

	.user-wel-sel ul>li {
		line-height: 60px;
		font-size: 24px;
	}
}

.phone .en-collapse-class .el-collapse-item__header {
	height: auto !important;
	line-height: 50px !important;
	margin-top: 50px;
}

.phone .en-collapse-class .el-collapse-item__header>div {
	width: calc(100% - 30px);
}

.phone .en-collapse-class .child-name {
	height: auto !important;
	line-height: 33px !important;
	margin-top: 20px !important;
	margin-bottom: 30px !important;
}

.phone .en-collapse-class .child_active::before {
	top: 50% !important;
	margin-top: -14px !important;
}

.phone .cookie-bar {
	display: none;
}

.line1{
	display: inline-block;
	white-space: nowrap; 
	width: 100%; 
	overflow: hidden;
	text-overflow:ellipsis;
}

.line2{
	overflow: hidden;
	text-overflow: ellipsis;  /* 超出部分省略号 */
	word-break: break-all;  /* break-all(允许在单词内换行。) */  
	display: -webkit-box; /* 对象作为伸缩盒子模型显示 */
	-webkit-box-orient: vertical; /* 设置或检索伸缩盒对象的子元素的排列方式 */
	-webkit-line-clamp: 2; /* 显示的行数 */
}
.line3{
	overflow: hidden;
	text-overflow: ellipsis;  /* 超出部分省略号 */
	word-break: break-all;  /* break-all(允许在单词内换行。) */  
	display: -webkit-box; /* 对象作为伸缩盒子模型显示 */
	-webkit-box-orient: vertical; /* 设置或检索伸缩盒对象的子元素的排列方式 */
	-webkit-line-clamp: 3; /* 显示的行数 */
}
.line4{
	overflow: hidden;
	text-overflow: ellipsis;  /* 超出部分省略号 */
	word-break: break-all;  /* break-all(允许在单词内换行。) */  
	display: -webkit-box; /* 对象作为伸缩盒子模型显示 */
	-webkit-box-orient: vertical; /* 设置或检索伸缩盒对象的子元素的排列方式 */
	-webkit-line-clamp: 4; /* 显示的行数 */
}


.phone .customeUnitClass .el-dialog{
	border-radius:20px;
	background:  linear-gradient(180deg, #F4F7F9 0%, #FFFFFF 100%);
	padding:30px;
	width:90%;
}
.phone .customeUnitClass .el-dialog__title{
	font-size: 26px;
	max-width: 88%;
    display: inline-block;
}
.phone .customeUnitClass .el-dialog__header{
	padding:0;
}
.phone .download-form .el-dialog__headerbtn .el-dialog__close{
	font-size:28px;
}
.phone .download-form .el-form-item__label{
	font-size:26px;
	line-height:64px;
}

.phone .download-form .dialog-input,.phone .download-form .el-input__inner{
	width:100%;
	height: 64px;
	background: #FFFFFF;
	border-radius: 32px;
	border: 1px solid #EEEEEE;
	font-size:26px;
}
.phone .customeUnitClass .dowm-btn{
	width:calc(50% - 5px);
	height: 64px;
	font-size:26px;
	border-radius:8px;
}
.phone .customeUnitClass .el-table th>.cell{
	font-size: 26px;
	height:35px;
	line-height:35px;
}
.phone .commonCss .el-table th{
	background-color:#CCCBCE;
    height: 60px;
}
.phone .customeUnitClass .el-table td,.phone .commonCss .el-table .cell.el-tooltip{
	height: 35px;
	line-height: 35px;
	font-size: 26px;
}
.phone .customeUnitClass .el-table__empty-text{
	font-size: 26px;
}
.phone .customeUnitClass .el-pager li{
	padding: 0px 3px;
    font-size: 24px;
    min-width:32px;
    height:32px;
    line-height: 32px;
    box-sizing: border-box;
    text-align: center;
}
.phone .customeUnitClass .el-icon{
	font-size: 26px;
}
@media screen and (max-width: 760px) {
	.el-select-dropdown__item{
		height: 64px;
		line-height: 64px;
		font-size:26px;
	}

	.el-tooltip__popper.is-dark{
	   font-size:26px;
	   max-width:650px;
	}
	.m-radio{
		zoom:1.5;
		margin-left:10px;
	}

	/* to fix 在ios设备中，el-select组件下拉框，点击2次才能选中问题。 */
	.el-scrollbar .el-scrollbar__bar {
		opacity: 1 !important;
	}
}

.overflowYHidden{
	overflow-y: hidden;
}
.overflowYAuto{
	overflow-y: auto;
}


@media (min-width: 768px) and (max-width: 1281px) {
	body{
		zoom:0.9;
	}
}