/*base*/
* {
	margin: 0;
	padding: 0; " iconfont " !important;
	font-family: "微软雅黑";
	word-wrap: break-word;
	word-break: break-all;
	outline: none;
}

html body, html button, html input, html select, html textarea pre,
	label {
	font: 14px/1.5 Tahoma, 'Microsoft Yahei', 'Simsun';
}

html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup,
	main, menu, nav, section, summary {
	display: block
}

audio, canvas, progress, video {
	display: inline-block;
	vertical-align: baseline
}

a {
	color: #424242;
	text-decoration: none;
	cursor: pointer;
}

a:active, a:hover {
	outline: 0;
}

table {
	margin: 5px auto;
	border-spacing: 0;
	width: 100%;
	border-collapse: collapse;
}

img {
	border: none;
}

dl, ul, ol {
	-webkit-margin-before: 0;
	-webkit-margin-after: 0;
	list-style: none;
}

input[type="text"], input[type="number"], input[type="tel"], input[type="password"],
	textarea {
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow
		ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out
		.15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	text-indent: 10px;;
}

.inputgroup input[type="text"]:not (.focusnone ):focus, .inputgroup input[type="number"]:not
	(.focusnone ):focus, .inputgroup input[type="tel"]:not (.focusnone ):focus,
	.inputgroup input[type="password"]:not (.focusnone ):focus, .inputgroup textarea:focus
	{
	border-color: #009241;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px
		rgba(102, 175, 233, .6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px
		rgba(102, 175, 233, .6)
}

hr {
	height: 0;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box
}

pre {
	overflow: auto
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	font-family: inherit;
	font-weight: 500;
	line-height: 1.1;
	color: inherit
}

.h1, .h2, .h3, h1, h2, h3 {
	margin-top: 20px;
	margin-bottom: 10px
}

.h4, .h5, .h6, h4, h5, h6 {
	margin-top: 10px;
	margin-bottom: 10px
}

.h1, h1 {
	font-size: 32px
}

.h2, h2 {
	font-size: 30px
}

.h3, h3 {
	font-size: 24px
}

.h4, h4 {
	font-size: 18px
}

.h5, h5 {
	font-size: 14px
}

.h6, h6 {
	font-size: 12px
}
/*清除浮动*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

* html
.clearfix {
	height: 1%;
}

.Clearfix {
	display: block;
} /* for IE/Mac */
.clearfix {
	zoom: 1;
	display: block;
}

.clear {
	clear: both;
	overflow: hidden;
	height: 0px;
	width: 0px;
}
/*手形*/
.cur-p {
	cursor: pointer;
}

.oneLine {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
/* 对齐及浮动*/
.tl {
	text-align: left !important;
}

.tr {
	text-align: right !important;
}

.tc, table {
	text-align: center !important;
}

.Left, .fl {
	float: left;
}

.Right, .fr {
	float: right;
}

.cc {
	margin-left: auto;
	margin-right: auto;
}

.ti0 {
	text-indent: 0 !important;
}

.vc {
	vertical-align: middle;
}

.vt {
	vertical-align: top;
}

.vcm {
	vertical-align: -webkit-baseline-middle;
}
/*Position*/
.pos-r {
	position: relative;
}

.pos-a {
	position: absolute;
}
/*Font Color*/
.red {
	color: #c01920;
}
/*Display*/
.disp-n {
	display: none;
}

.disp-b {
	display: block;
}

.disp-ib, a.btn {
	display: inline-block;
}
/*Font Size*/
.f12 {
	font-size: 12px;
}

.f14 {
	font-size: 14px;
}

.f16 {
	font-size: 16px;
}

.f18 {
	font-size: 18px;
}

.f20 {
	font-size: 20px;
}

.f22 {
	font-size: 22px;
}

.f24 {
	font-size: 24px;
}

.f26 {
	font-size: 26px;
}

.f28 {
	font-size: 28px;
}

.f30 {
	font-size: 30px;
}

.f34 {
	font-size: 34px;
}
/*Font Style*/
.fb {
	font-weight: bold;
}

.fn {
	font-weight: none;
}

.fa {
	font-family: Arial;
}

.del {
	text-decoration: line-through;
}

.tdn {
	text-decoration: underline;
}
/*颜色*/
.danger input[type=checkbox]:checked+label:after, .danger input[type=radio]:checked+label:after
	{
	background: #dd524d;
}

.success input[type=checkbox]:checked+label:after, .success input[type=radio]:checked+label:after
	{
	background: #4cd964;
}

.info input[type=checkbox]:checked+label:after, .info input[type=radio]:checked+label:after
	{
	background: #5bc0de;
}

.warning input[type=checkbox]:checked+label:after, .warning input[type=radio]:checked+label:after
	{
	background: #f0ad4e;
}

.primary.circle input[type=checkbox]:checked+label:after, .primary.circle input[type=radio]:checked+label:after
	{
	background: #007aff;
}
/*block*/
.block10 {
	height: 10px;
	line-height: 10px;
}

.block20 {
	height: 20px;
	line-height: 20px;
}

.block30 {
	height: 30px;
	line-height: 30px;
}

.block40 {
	height: 40px;
	line-height: 40px;
}

.block50 {
	height: 50px;
	line-height: 50px;
}

.block60 {
	height: 60px;
	line-height: 60px;
}

.block100 {
	height: 80px;
	line-height: 100px;
}
/*padding-Arrays*/
.p10 {
	padding: 0 10px;
}

.p15 {
	padding: 0 15px;
}

.p20 {
	padding: 0 20px;
}

.p30 {
	padding: 0 30px;
}

.p40 {
	padding: 0 40px;
}

.pt5 {
	padding-top: 5px;
}

.pl5 {
	padding-left: 5px;
}

.pr5 {
	padding-right: 5px;
}

.pb5 {
	padding-bottom: 5px;
}

.pt10 {
	padding-top: 10px;
}

.pl10 {
	padding-left: 10px;
}

.pr10 {
	padding-right: 10px;
}

.pb10 {
	padding-bottom: 10px;
}

.pt20 {
	padding-top: 20px;
}

.pl20 {
	padding-left: 20px;
}

.pr20 {
	padding-right: 20px;
}

.pb20 {
	padding-bottom: 20px;
}

.pt30 {
	padding-top: 30px;
}

.pl30 {
	padding-left: 30px;
}

.pr30 {
	padding-right: 30px;
}

.pb30 {
	padding-bottom: 30px;
}

.pt40 {
	padding-top: 40px;
}

.pl40 {
	padding-left: 40px;
}

.pr40 {
	padding-right: 40px;
}

.pb40 {
	padding-bottom: 40px;
}

.pt50 {
	padding-top: 50px;
}

.pl50 {
	padding-left: 50px;
}

.pr50 {
	padding-right: 50px;
}

.pb50 {
	padding-bottom: 50px;
}
/*Margin-Arrays*/
.mt5 {
	margin-top: 5px;
}

.mb5 {
	margin-bottom: 5px;
}

.ml5 {
	margin-left: 5px;
}

.mr5 {
	margin-right: 5px;
}

.mt10 {
	margin-top: 10px;
}

.ml10 {
	margin-left: 10px;
}

.mr10 {
	margin-right: 10px;
}

.mb10 {
	margin-bottom: 10px;
}

.mt15 {
	margin-top: 15px;
}

.ml15 {
	margin-left: 15px;
}

.mr15 {
	margin-right: 15px;
}

.mb15 {
	margin-bottom: 15px;
}

.mt20 {
	margin-top: 20px;
}

.ml20 {
	margin-left: 20px;
}

.mr20 {
	margin-right: 20px;
}

.mb20 {
	margin-bottom: 20px;
}

.mt30 {
	margin-top: 30px;
}

.ml30 {
	margin-left: 30px;
}

.mr30 {
	margin-right: 30px;
}

.mb30 {
	margin-bottom: 30px;
}

.ml40 {
	margin-left: 40px;
}

.mt50 {
	margin-top: 40px;
}

.mr50 {
	margin-right: 40px;
}

.mb50 {
	margin-bottom: 40px;
}

.ml50 {
	margin-left: 50px;
}

.mt50 {
	margin-top: 50px;
}

.mr50 {
	margin-right: 50px;
}

.mb50 {
	margin-bottom: 50px;
}
/*ALL Pages use*/
.w {
	width: 100%;
}

.row {
	display: block;
}

.Page {
	width: 1200px;
	margin: auto;
}

.t1em {
	text-indent: 1em;
}

.t2em {
	text-indent: 2em;
}

.warp {
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

.head35 {
	height: 35px;
	line-height: 35px
}

.head50 {
	height: 50px;
	line-height: 50px
}

.navbar-header.danger {
	background: #dd524d;
}

.navbar-header.success {
	background: #4cd964;
}

.navbar-header.info {
	background: #5bc0de;
}

.navbar-header.warning {
	background: #f0ad4e;
}

.navbar-header.primary {
	background: #007aff;
}

.navbar-header.danger .navbar-nav>li>a, .navbar-header.success .navbar-nav>li>a,
	.navbar-header.info .navbar-nav>li>a, .navbar-header.warning a,
	.navbar-header.primary .navbar-nav>li>a {
	color: #fff;
}

.navbar-header.danger .navbar-form>ul>li>a, .navbar-header.success .navbar-form>ul>li>a,
	.navbar-header.info .navbar-form>ul>li>a, .navbar-header.warning .navbar-form>ul>li>a,
	.navbar-header.primary .navbar-form>ul>li>a {
	color: #fff;
}

.navbar-header li.dropdown:hover a {
	color: #777
}

.navbar-header.danger li:not (.dropdown ) a:hover {
	
}

.navbar-header.hui {
	background: #f8f8f8;
}

.navbar-header.hui a {
	color: #777
}

;
.wid_400 {
	width: 400px
}

/*btn*/
button {
	line-height: 1 !important;
	*margin: 0px 10px;
}

.btn {
	display: inline-block;
	padding: 6px 14px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 3px;
	min-width: 50px
}

.btn-default {
	color: #333;
	background-color: #fff;
	border-color: #ccc
}

.btn-default:hover {
	color: #333;
	background-color: #fdfdfd;
	border-color: #adadad
}

.btn-green {
	color: #fff;
	background-color: #0ba954;
	border-color: #0ba954
}

.btn-green:hover {
	color: #fff;
	background-color: #0ba954;
	border-color: #0ba954
}

.btn-danger {
	color: #fff;
	background-color: #dd524d;
	border-color: #dd524d
}

.btn-danger:hover {
	color: #fff;
	background-color: #d6322c;
	border-color: #d6322c
}

.btn-success {
	color: #fff;
	background-color: #4cd964;
	border-color: #4cd964
}

.btn-success:hover {
	color: #fff;
	background-color: #26d043;
	border-color: #26d043
}

.btn-info {
	color: #fff;
	background-color: #5bc0de;
	border-color: #5bc0de
}

.btn-info:hover {
	color: #fff;
	background-color: #35b2d7;
	border-color: #35b2d7
}

.btn-primary {
	color: #fff;
	background-color: #007aff;
	border-color: #007aff
}

.btn-primary:hover {
	color: #fff;
	background-color: #006bdf;
	border-color: #006bdf
}

.btn-warning {
	color: #fff;
	background-color: #f0ad4e;
	border-color: #f0ad4e
}

.btn-warning:hover {
	color: #fff;
	background-color: #eb9d2f;
	border-color: #eb9d2f
}

.btn-link {
	font-weight: 400;
	color: #337ab7;
	border-radius: 0;
	background: none;
}

.btn-link:hover {
	color: #0f66b0;
}

.btn-lg {
	padding: 7px 16px;
	font-size: 18px;
	line-height: 1.3333333;
	border-radius: 6px
}

.btn-sm {
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px
}

.btn-xs {
	padding: 2px 5px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px
}

.btn-block {
	display: block;
	width: 100%
}

.btn-round {
	border-radius: 20px;
}

.inputgroup .btn {
	height: 30px;
}
/*按钮空心*/
.btn-outlined {
	background-color: transparent;
}

.btn-outlined:hover {
	background: none;
}

.btn-outlined.btn-default {
	color: #333;
}

.btn-outlined.btn-danger {
	color: #dd524d
}

.btn-outlined.btn-info {
	color: #5bc0de
}

.btn-outlined.btn-primary {
	color: #007aff
}

.btn-outlined.btn-warning {
	color: #f0ad4e
}

.btn-outlined.btn-success {
	color: #4cd964
}

.btn-outlined.btn-default:hover {
	color: #2c2c2c;
	border-color: #2c2c2c
}

.btn-outlined.btn-danger:hover {
	color: #d93a35;
	border-color: #d93a35
}

.btn-outlined.btn-info:hover {
	color: #35b2d7;
	border-color: #35b2d7
}

.btn-outlined.btn-primary:hover {
	color: #0b6fdc;
	border-color: #0b6fdc
}

.btn-outlined.btn-warning:hover {
	color: #df8c16;
	border-color: #df8c16
}

.btn-outlined.btn-success:hover {
	color: #2ad547;
	border-color: #2ad547
}
/*按钮下拉*/
.dropdown {
	position: relative;
	display: inline-block;
	z-index: 300;
}

.dropdown i {
	font-size: 14px;
}

.dropdown .dropdown-menu {
	line-height: 30px;
	position: absolute;
	left: -27px;
	background-color: #fff;
	display: none;
	z-index: 200;
	border: #f1f1f1 1px solid;
	text-align: left;
	text-indent: 15px;
}

.dropdown .dropdown-menu a {
	display: block;
}

.dropdown .dropdown-menu a:hover {
	background-color: #e8e8e8;
}

/*.dropdown.dropdown_hover:hover .dropdown-menu  {display: block;}*/
.radius {
	border-radius: 4px;
}

.box-shadow {
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.dropdown.bradius .dropdown-menu li {
	width: 100%;
}

.dropdown.bradius .dropdown-menu.radius {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.dropdown.bradius .dropdown-menu {
	border-top: none;
}
/**/
.box-radius input {
	border-radius: 6px;
}
/*下拉框美化*/
/* 去掉默认样式，设置新的样式 */
.selectgroup .select {
	background: transparent;
	border: none;
	width: 108%;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	padding: 5px 0px 5px 10px;
}

.selectgroup .select option {
	color: #222;
	position: absolute;
	left: 0;
}

.selectgroup .select option:hover {
	color: #fff;
}

.selectgroup .select option:checked {
	background: #535353;
	color: #fff;
}

.selectgroup {
	display: block;
	margin: 0 auto;
	overflow: hidden;
	height: 30px;
	line-height: 30px;
	line-height: 2;
	position: relative;
	z-index: 1;
	background: transparent;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow
		ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out
		.15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.selectgroup:before {
	position: absolute;
	z-index: 1;
	top: 50%;
	right: 10px;
	margin-top: -2.5px;
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 5px 0 5px;
	border-color: #fff transparent transparent transparent;
	content: "";
}

.selectgroup:after {
	position: absolute;
	z-index: 1;
	top: 50%;
	right: 10px;
	margin-top: -3.5px;
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 5px 0 5px;
	border-color: #535353 transparent transparent transparent;
	content: "";
}
.mask{
	display: none;
	width: 100%;height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	background: rgba(0,0,0,0.8);
    z-index: 999;
}
.mask-erweima{
	width: 350px;
    height: 370px;
    position: absolute;
    top: calc(50% - 250px);
    left: calc(50% - 150px);
    text-align: center;
    color: #333;
    font-size: 24px;
    background-color: #fff;
    padding: 30px;
    border-radius: 5px;
}
.mask-erweima img{
	width: 300px;
	height: 300px;
}
.download-mask {
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(0,0,0,.5);
    z-index: 999;
    left: 0;
    top: 0;
	display: none;
}

.download-mask-content {
    position: absolute;
    left: calc(50% - 150px);
    top: calc(50% - 100px);
    background: #fff;
    width: 300px;
    height: 200px;
    padding: 20px;
    border-radius: 10px;
    font-size: 16px;
}

.download-mask-content>div>a {
	display: block;
	text-decoration: none;
	float: left;
    width: 40%;
    text-align: center;
    border: 1px solid #eee;
    border-radius: 10px;
    margin: 10px;
    background: #2196F3;
    color: #fff;
    line-height: 2;

}