*{
	margin: 0;
	padding:0;
	list-style: none;
	text-decoration:none;
	font-family:arial,"微软雅黑";
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
a{
	cursor:pointer;
}
h1,h2,h3,h4,h5{
	font-weight: normal;
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
	pointer-events: none;
	cursor: not-allowed;
	opacity: 0.65;
	filter: alpha(opacity=65);
	-webkit-box-shadow: none;
	box-shadow: none;
}

.btn {
	display: inline-block;
	padding: 4px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: normal;
	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: 4px;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
	color: #333;
	text-decoration: none;
}
.btn:active,
.btn.active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
	cursor: not-allowed;
	filter: alpha(opacity=65);
	-webkit-box-shadow: none;
	box-shadow: none;
	opacity: .65;
}
a.btn.disabled,
fieldset[disabled] a.btn {
	pointer-events: none;
}
.btn-default {
	color: #333;
	background-color: #fff;
	border-color: #ccc;
}
.btn-default:focus,
.btn-default.focus {
	color: #333;
	background-color: #e6e6e6;
	border-color: #8c8c8c;
}
.btn-default:hover {
	color: #333;
	background-color: #e6e6e6;
	border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
	color: #333;
	background-color: #e6e6e6;
	border-color: #adadad;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
	color: #333;
	background-color: #d4d4d4;
	border-color: #8c8c8c;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
	background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
	background-color: #fff;
	border-color: #ccc;
}
.btn-default .badge {
	color: #fff;
	background-color: #333;
}
.btn-primary {
	color: #fff;
	background-color: #47c68c;
	border-color: #40b37f;
}
.btn-primary:focus,
.btn-primary.focus,.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
	color: #fff;
	background-color: #42b983;
	border-color: #3fb17d;
}

.btn-primary .badge {
	color: #42b983;
	background-color: #fff;
}
.btn-success {
	color: #fff;
	background-color: #5cb85c;
	border-color: #4cae4c;
}
.btn-success:focus,
.btn-success.focus {
	color: #fff;
	background-color: #449d44;
	border-color: #255625;
}
.btn-success:hover {
	color: #fff;
	background-color: #449d44;
	border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
	color: #fff;
	background-color: #449d44;
	border-color: #398439;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
	color: #fff;
	background-color: #398439;
	border-color: #255625;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
	background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
	background-color: #5cb85c;
	border-color: #4cae4c;
}
.btn-success .badge {
	color: #5cb85c;
	background-color: #fff;
}
.btn-info {
	color: #fff;
	background-color: #5bc0de;
	border-color: #46b8da;
}
.btn-info:focus,
.btn-info.focus {
	color: #fff;
	background-color: #31b0d5;
	border-color: #1b6d85;
}
.btn-info:hover {
	color: #fff;
	background-color: #31b0d5;
	border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
	color: #fff;
	background-color: #31b0d5;
	border-color: #269abc;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
	color: #fff;
	background-color: #269abc;
	border-color: #1b6d85;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
	background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
	background-color: #5bc0de;
	border-color: #46b8da;
}
.btn-info .badge {
	color: #5bc0de;
	background-color: #fff;
}
.btn-warning {
	color: #fff;
	background-color: #f0ad4e;
	border-color: #eea236;
}
.btn-warning:focus,
.btn-warning.focus {
	color: #fff;
	background-color: #ec971f;
	border-color: #985f0d;
}
.btn-warning:hover {
	color: #fff;
	background-color: #ec971f;
	border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
	color: #fff;
	background-color: #ec971f;
	border-color: #d58512;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
	color: #fff;
	background-color: #d58512;
	border-color: #985f0d;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
	background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
	background-color: #f0ad4e;
	border-color: #eea236;
}
.btn-warning .badge {
	color: #f0ad4e;
	background-color: #fff;
}
.btn-danger {
	color: #fff;
	background-color: #d9534f;
	border-color: #d43f3a;
}
.btn-danger:focus,
.btn-danger.focus {
	color: #fff;
	background-color: #c9302c;
	border-color: #761c19;
}
.btn-danger:hover {
	color: #fff;
	background-color: #c9302c;
	border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
	color: #fff;
	background-color: #c9302c;
	border-color: #ac2925;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
	color: #fff;
	background-color: #ac2925;
	border-color: #761c19;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
	background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
	background-color: #d9534f;
	border-color: #d43f3a;
}
.btn-danger .badge {
	color: #d9534f;
	background-color: #fff;
}
.btn-link {
	font-weight: normal;
	color: #337ab7;
	border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
	border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
	color: #23527c;
	text-decoration: underline;
	background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
	color: #777;
	text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333;
	border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
	padding: 1px 5px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;
}
.btn-block {
	display: block;
	width: 100%;
}
.btn-block + .btn-block {
	margin-top: 5px;
}

.container,.footer{
	min-width: 1200px;
}
#alert {
  display: none;
  position: relative;
  z-index: 102;
}
.header{
	position: fixed;
	top: 0;
	left:0;
	width: 100%;
	height: 70px;
	transition: background .15s ease-in-out;
	background: rgb(252, 250, 250)\9;
	background: rgba(255,255,255,.95);
	border-bottom: 1px solid #eee;
	z-index: 3;
}
.header .navbar-nav a{
	color:#666;
}
.header-white{
	  background: rgb(252, 250, 250)\9!important;
	  background: rgba(255,255,255,.95)!important;
  	  border-bottom: 1px solid #eee!important;
}
.header-white .navbar-nav a{
	color:#666;
}
.header-white li a{
	color:#474040!important;
}
.header li a{
	color:#474040;
}
.wrapper{
	width: 1200px;
	margin: 0 auto;
	position: relative;
	text-align: center;
}
.logo{
	float:left;
}
.header-nav {
	display: inline-block;
	/* overflow: hidden; */
}
.header-nav li{
	float: left;
	height:100%;
	line-height: 70px;
	font-size: 15px;
	margin-right: 50px;
	color:#000;
}
.header-nav >li>a{
	font-size: 15px;
	transition: all .4s;
}
.header-nav >li>a:hover{
	color:#47c68c!important;
}
.menu_data_li{
	position: relative;
}
.menu_data_li > ul {
	position: absolute;
    top: 60px;
    width: 120px;
    left: -28px;
}
.header-btn{
	float:right;
	margin-top: 20px;
	line-height: 30px;
	text-align: center;
	box-sizing: border-box;
	transition: all .4s;
	-webkit-transition: all .4s;
	font-size: 14px;
}
.register-btn{
	background:#47c68c;
	color:#fff;
}
.login-btn{
	border:1px solid #ccc;
	background:#fff;
	color:#000;
	line-height:28px;
}
.ba1{
	float:left;
}
.show-box li{
	float:left;
	width: 25%;
	height: 210px;
	text-align: center;
	background: #f5f5f5;
	box-sizing: border-box;
	padding-top: 37px;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;

}
.show-box h4{
	font-size: 17px;
	margin: 13px 0 5px;
	font-weight: normal;
}
.show-box p{
	font-size: 14px;
	color:#888;
}
.show-box-ba{
	width: 70px;
	height: 70px;
	display: inline-block;
	background: url(../../img/new-change/all-ba.png) no-repeat;
}
.show-box > li:nth-child(1) .show-box-ba{
	background: url(../../img/new-change/type-icon1.png) no-repeat;
}
.show-box>li:nth-child(2) .show-box-ba{
		background: url(../../img/new-change/type-icon2.png) no-repeat;

}
.show-box>li:nth-child(3) .show-box-ba{
		background: url(../../img/new-change/type-icon3.png) no-repeat;

}
.show-box>li:nth-child(4) .show-box-ba{
	background: url(../../img/new-change/type-icon4.png) no-repeat;
}
.part1{
	overflow: hidden;
}
.part2{
	height: 800px;
	background: #f7f7f7;
}
.pa2-inner{
	height: 600px;
	width: 1200px;
  margin: 0 auto;
  text-align: center;
  padding-top: 120px

}
.pa2-inner> h4{
	color:#000;
	font-size: 30px;
	margin-bottom: 30px;
	font-weight: 500;
}
.pa2-inner >p{
	font-size: 16px;
	color:#888;
	margin-bottom: 90px;
}
.p2-list{
	height: 385px;
	width: 270px;
	margin-right: 40px;
	float: left;
	text-align: left;
}
.mid-btn,.mid-w-btn{
	position:relative;
	width: 130px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 5px;
	font-size: 16px;
	box-sizing: border-box;
	margin-right: 5px;
	display: inline-block;
	transition: all .4s;
}
.mid-btn{
	color:#fff;
	background: #47c68c;
}
.mid-w-btn{
	background: #fff;
	color: #888;
	border: 1px solid #ccc;
	float: right;
	margin: 0;
}
.p2-list >h5{
	font-size: 20px;
	color:#000;
	margin:22px 0 10px;
	font-weight:normal;
}
.p2-list >p{
	color:#888;
	font-size: 16px;
	margin-bottom: 24px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 16px;
}
.pa3-inner >h4{
	font-size:30px;
	margin:115px 0 20px;
	color:#fff;
	font-weight:500;
}
.toggle-btn{
	margin-bottom:70px;
}
.toggle-btn>span{
	border-bottom:2px solid #fff;
	display:inline-block;
	height:45px;
	width:120px;
	line-height:45px;
	font-weight:600;
	color:#fff;
	cursor:pointer;
}
.part3{
	background: url(../../img/new-change/ba3.png) no-repeat;
	height: 792px;
	overflow: hidden;
}
.pa3-inner,.pa4-inner{
  width: 1200px;
  height: 800px;
  margin:0 auto;
  text-align:center;
  overflow:hidden;
  position:relative;
}
.pa4-inner{
	padding: 0 40px 0 80px;
}
.pa3-left{
	float:left;
	width: 320px;
	text-align: left;
	margin-left: 35px;
	overflow: hidden;
}

.pa3-left >h5{
	font-size: 24px;
	color:#fff;
	border-bottom:1px solid #383838;
	padding-bottom:18px;
	position:relative;
	left:-325px;
}
.toggle-check .pa3-left >h5,.toggle-check .pa3-left >p,.toggle-check .g-btn{
	left:0;
}
.toggle-check  .pa3-list {
	right: 0;
}
.pa3-left >p{
	font-size: 14px;
	color:#888;
	margin:40px 0 35px;
	position:relative;
	left:-325px;
}
.pa3-inner .toggle{
	color:#47c68c;
	border-color:#47c68c;
}
.pa3-list{
	float:right;
	width: 368px;
	position: relative;
	right: -400px;
}
.pa3-list li{
	float:left;
	width: 50%;
	box-sizing: border-box;
	height: 60px;
	margin-bottom: 20px;
	padding-top: 10px;
	text-align: left;
	background-repeat: no-repeat;
	background-size: 60px 60px;
}
.fwhite{
	font-size: 14px;
	color:#fff;
	margin-left:67px;
}
.fgray{
	font-size: 14px;
	color:#888;
	margin-left:67px;
}
.fl{
	float: left;
}
.fr{
	float:right;
}
.pa3-list li{
	background-size: 51px;
	padding-top: 9px;
}
.pa3-list img{
	width: 52px;
	border-radius:4px;
	float:left;
}

.moblie{
	position:absolute;
	top:287px;
	left:50%;
	margin-left:-166px;
	overflow:hidden;
}
.pa4-inner >h4{
	font-size:30px;
	margin:120px 0 30px;
	font-weight:500;

}
.pa4-inner >p{
	font-size:16px;
	color:#a9a9a9;
	margin-bottom:80px;

}
.pa4-list >li{
	float:left;
	width: 360px;
	text-align: left;
	padding-right: 40px;
	margin-bottom: 30px;
	height: 100px;
}
.ba4img{
	float:left;
	margin-right: 13px;
	border-radius: 59px;
	height: 80px;
	width: 80px;
	background: url(../../img/new-change/user-icon.png) no-repeat;
}
.ba4img >img{
	border-radius:40px;;
}
.pa4-list h4{
	margin-bottom: 10px;
}
.pa4-list p{
	font-size: 14px;
	color: #888;
	margin-left:93px;
}
.pa4-btn{
	height:40px;
	width:260px;
	display:inline-block;
	border:2px solid #f2f2f2;
	line-height:34px;
	border-radius:22px;
	font-size:14px;
	color:#888;
	margin-top:30px;
}
/*footer*/
.fl{
	float: left;
}
.fr{
	float:right;
}
.foot-firstli a{
	font-size: 15px !important;
	color:#888888 !important;
}
.foot-firstli{
	width:200px !important;
}
.footul>li a{
	font-size:14px;
	color:#666666;
}
.footul>li {
	margin-bottom: 14px;
}

.foot-share{
	width:240px !important;
}

.footer-top{
	background: #1d2026;
	border-bottom: 1px solid #2a2e36;
}
.footer-box{
	background: #1d2026;
	/*height:130px;*/
	padding-bottom:30px;
}
.pa5-top-inner{
	height:230px;
	padding:40px 0 0 0px;
	color:#888;
}
.pa5-bottom-inner{
/* 	height:41px; */
	color:#666;
	line-height:40px;
}
.pa5-top-inner,.pa5-bottom-inner{
	box-sizing: border-box;
	width: 1200px;
	margin: 0 auto;
	clear: both;
}
.pa5-bottom-inner p{
	margin-bottom:0;
}
.footul{
	float: left;
	height: 150px;
	width: 160px;
	font-size: 14px;
}
.footul a{
	color:#888;
}
.footul >li{
	margin-bottom:15px;
}
.phone{
	height: 38px;
	line-height: 38px;
	border-bottom: 1px solid #2a2e36;
	margin-bottom: 2px;
	font-size: 20px;
}
.foot-share{
	float: left;
	width: 280px;
}

.chart-qq p{
	font-size:14px !important;
	color:#666666 !important;
	padding-bottom:14px;
	margin-top:14px;
	border-bottom: 1px solid #2a2e36;
}

.foot-share p{
	font-size: 15px ;
	color:#888888;
	margin-bottom:0px;
}
.show-all-group{
	border-bottom:1px solid #2a2e36;
}
.select-box{
	background-color:#1d2026 !important;
	padding:0px 3px;
	width:100%;
	height:30px !important;
	color:#666;
	outline:none;
	border-top:none !important;
	border-bottom:none !important;
	border-left:1px solid #2a2e36 !important;
	border-right:1px solid #2a2e36 !important;
	background: url(../../img/new-change/small-arrow.png) no-repeat scroll  right  transparent;
	background-size:12px 9px;
	appearance:none;
	-moz-appearance:none;
	-webkit-appearance:none;
	background-origin:content-box;
}
.select-box>option{
	color:#666666;
}
.footul>li>a:hover{
	color:#FFFFFF;
}
.footer-box>.friend-link>p>span>a:hover{
	color:#FFFFFF;
}
/*友情链接*/
.friend-link{
	text-align: center;
}
.friend-link p{
	padding-top:20px;
	/*margin-bottom:20px;*/
}
.link-btn{
	padding: 5px 10px !important;
	text-align: center;
}
.friend-link p span{
	border-radius: 5px;
	padding:5px 17px;
}
.friend-link  p span a{
	color:#666;
	font-size:14px;
}
.copyright-box{
	padding-top:15px;
	color:#444444;
	font-size:14px;
	text-align: center;
}
.copyright-box>p{
	/*padding-top:15px;*/
	color:#444444 !important;
	font-size:14px;
	text-align: center;
}

.link-btn-img{
	position: absolute;
	display: inline-block;
	width:15px;
	height:15px;
	padding:0px!important;
	top:6px;
	background: url(../../img/new-change/friend-link.png) no-repeat center;
}
.link-btn-img-place{
	width:15px !important;
	height:15px;
	display: inline-block;
	padding:0px!important;
}
.link-btn{
	position: relative;
	width:20px;
	background-color:#2c3036;
}
.partition{
	color:#444444;
}
/*qq*/
.qq{
	width: 100%;
	background: url(../../img/new-change/all-ba.png)  no-repeat 0 -1372px;
	padding-left: 8px;
	font-size: 14px;
	line-height: 38px;
	float: right;
	text-indent: 16px;
	color: #666;;
}
.qq span{
	color: #888;
}
.qq:hover,.qq:active,.qq:visited,.qq:hover span,.qq:active span,.qq:visited span{
	color:#47c68c;
}
.share a{
	display: inline-block;
	width: 31px;
	background: url(../../img/new-change/all-ba.png)  no-repeat;
	height: 31px;
	position: relative;
	top: 8px;
}
/*footerend*/
.share .shareIcon-1{
	background-position: 0 -1407px;
}
.share .shareIcon-2{
	background-position: 0 -1447px;
}
.share .shareIcon-3{
background-position: 0 -1487px;
}
.share .shareIcon-4{
background-position: 0 -1531px;
}
.share .shareIcon-1:hover{
	background-position: -46px -1407px;
}
.share .shareIcon-2:hover{
	background-position: -46px -1447px;
}
.share .shareIcon-3:hover{
background-position: -46px -1487px;
}
.share .shareIcon-4:hover{
background-position: -46px -1531px;
}
.g-btn{
	height: auto;
	color: #47c68c;
	border: 1px solid #47c68c;
	border-radius: 5px;
	line-height: 32px;
	margin-bottom: 5px;
	background: url(../../img/new-change/all-ba.png) no-repeat 2px -325px;
	padding: 5px 5px 5px 37px;
	position: relative;
	left: -325px;
}

.pa4-btn >span{
	color:#47c68c;
	font-size: 24px;
	position: relative;
	top: 3px;
}
.pa5-bottom-inner{
	border-top: 1px solid #1d2026;
	clear: both;
}
.pa5-bottom-inner >p{
	  font-size: 14px;
  color: #666;
}
.pa4-list >li:nth-child(1) >.ba4img{
	background-position: -28px -252px;
}
.pa4-list >li:nth-child(2) >.ba4img{
	background-position: 11px -366px;
	border: 1px solid #ccc;
}
.pa4-list >li:nth-child(3) >.ba4img{
	background-position: -48px -510px;
}
.pa4-list >li:nth-child(4) >.ba4img{
	background-position: 0 -632px;
}
.pa4-list >li:nth-child(5) >.ba4img{
	background-position: -14px -18px;
}
.pa4-list >li:nth-child(6) >.ba4img{
	background-position: -19px -768px;
}
.right-list{
	position: fixed;
	right:0;
	bottom:50%;
	margin-bottom:-45px;
}
.right-list li{
	height: 46px;
	width: 46px;
	background: url(../../img/new-change/right-list.png) no-repeat;
	cursor: pointer;
	margin-bottom: 1px;
	background-color: #f0f0f0;
	transition: all .6s;
}
.right-list .l-twocode{
	position: relative;
	background-position: 4px -5px;
}
.right-list .l-twocode:hover{
	background-position: 4px -57px;
}
.right-list .l-qq{
	position: relative;
	background-position: -91px -6px;
}
.l-number{
	position: relative;
	top: -50px;
	left: -119px;
	width: 120px;
	height: 46px;
	line-height: 46px;
	background-color: #47C68C;
	border-right: 1px solid #fff;
	color: #fff;
	font-size: 12px;
	text-align: center;
	font-weight: 600;
	transition: all .6s;
	transform: scale(0,0);
	transform-origin: top right;
}
.l-qq:hover .l-number {
	transform: scale(1,1);
}
.right-list .l-message{
	background-position: 11px -965px;
}
.right-list .l-scrollTop{
	background-position: -90px -106px;
	background-color: #f0f0f0;
	display: none;
}
.right-list .l-qq:hover{
	background-position: -91px -58px;
}
.right-list .l-message:hover{
	background-position: 11px -1016px;
}
.right-list .l-scrollTop:hover{
	background-position: -90px -165px;
}
.right-list li:hover{
	background-color:#47c68c;
}
.ba1-warp{
	overflow: hidden;
}
 .login-btn:hover,.mid-w-btn:hover{
	background-color: #f5f4f4;
 }
.mid-btn:hover,.register-btn:hover,#login-submit,.serve-btn:hover,.uncommon a:last-child:hover{
	background-color: #40b680;
}
.l-qq a{
	display: inline-block;
	width: 100%;
	height: 100%;
}
.l-app{
	position: absolute;
	top: 0;
	left:-120px;
	width: 120px;
	height: 125px;
	background-color: #fff;
	font-size: 12px;
	text-align: center;
	padding-top: 5px;
	font-weight: 600;
	transition: all .6s;
	transform:scale(0,0);
	transform-origin:top right;
}
.l-app >img{
	width: 100px;
}
.l-twocode:hover .l-app{
	transform:scale(1,1);
}
.logti{
	color:#47c68c;
	font-size: 18px;
	padding-top: 10px;
}
.logcontent{
	font-size: 14px;
	color:#888;
	margin:10px 0;
}
.w1200{
	margin:0 auto;
	width: 1200px;
}
.link-check{
	color:#47c68c!important;
}
.login{
	position: fixed;
	top:150px;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	width:320px;
	height:309px;
	border-radius: 4px;
	padding: 8px 20px;
	font-size: 13px;
	box-sizing: border-box;
	 transition:all .4s;
	 background-color:rgb(244, 244, 244)\9;
	background-color: rgba(244, 244, 244, 1);
}
.login-head{
	border-bottom: 1px solid #ddd;
	height: 50px;
	line-height: 50px;
	margin-bottom: 20px;
}
.login-head h4{
	border-bottom: 1px solid #47c68c;
	float: left;
	height: 100%;
	font-size: 18px;
}
.login-close{
  float: right;
  font-size: 24px;
  height: 30px;
  width: 30px;
  text-align: center;
  line-height: 30px;
  color: #888;
  cursor: pointer;
  margin: 6px -6px;
  transition: all .6s;
}
.login-close:hover{
	transform:rotate(360deg);
}
.login-te,.login-pa{
	border:none;
	width: 100%;
	height: 40px;
	line-height: 40px;
	padding-left: 36px;
	box-sizing: border-box;
	background: #fff url(../../img/new-change/pro1.png) no-repeat;
	outline: none;;
}
.login-te:focus, .login-pa:focus,.captcha:focus{
	border: 1px solid #47c68c;
}
#login-submit{
	height: 45px;
	line-height: 45px;
	text-align: center;
	color:#fff;
	background-color: #47c68c;
	margin-bottom: 15px;
	width: 100%;
	border: none;
	border-radius: 5px;
	font-size: 18px;
	font-weight: 700;
	cursor: pointer;
	transition: all .4s;
	font-family: "微软雅黑";
}

form{
	border-bottom: 1px solid #ddd;
	color: #ccc;
	margin-bottom: 8px;
}
.login-forget{
	float: right;
	margin-top: 13px;
	color: #666;
}
#login-auto{
	margin:15px 15px 15px 0;
}

.login-foot{
	color:#666;
}
#loginqq{
	background:url(../../img/new-change/pro1.png) no-repeat -110px -899px;
	width:88px;
	display:inline-block;
	color:#666;
	height:23px;
	font-size:13px;
}
.lgoin-reg-w{
	float: right;
}
.login-reg{
	color:#69aae0;

}
.black-over{
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0,0,0,.7);
  z-index: 5;

  -display: none;
  top: 0;
}
.top-1{
	position: relative;
	top: -1px;
}
.head-login{
	width: 200px;
	float: right;
	height: 35px;
	margin-top: 19px;
}
#user{
	padding-left:93px;
	background: url(../../img/new-change/pro1.png) no-repeat -113px -803px;
	height: 100%;
	line-height: 35px;

}
.has-error:focus{
	border:1px solid #f53939;
}
.captcha-wr{
	overflow: hidden;
	padding-top: 15px;
	display: none;
}
.captcha{
	width:76px;
	height:40px;
	text-indent:10px;
	float:left;
	border:1px solid #eee;
	outline:none;

}
.check-code{
	float:left;
	width:60px;
	height:30px;
	margin:7px;
	cursor:pointer;

}
a.js-refresh-check{
	color:#888;
	margin-top:11px;
	display:inline-block;
	text-decoration:underline;;;

}
.ios-icon{
	background: #47C68c url(../../img/new-change/all-ba.png) no-repeat  32px -1566px;
	padding-left: 25px;
}
.android-icon{
	background: #47C68c url(../../img/new-change/android-font1.png) no-repeat 21px 8px;
	padding-left: 25px;
}
.footul a{
	color:#666;
	font-size: 13px;
}
.foot-firstli a{
	color:#ddd;
	font-size: 16px;
}
.footul a:hover{
	color:#fff;
}
  input:-webkit-autofill,
    textarea:-webkit-autofill,
    select:-webkit-autofill {
        -webkit-box-shadow: 0 0 0 1000px white inset;
    }
 .form-line{
	border: 1px solid #eee;
	background-color: #fff;
	overflow: hidden;
	margin-bottom: -1px;
 }
 .form-line label{
 	  width: 30px;
  height: 40px;
  background: url(../../img/new-change/pro1.png) no-repeat;
  position: absolute;
 }
 label[for='email']{
 	  background-position: -176px -928px;
 }
  label[for='password']{
	background-position: -176px -972px;
  }
  .topto{
  	top:0;
  }
  .ba1-in{
  	position: absolute;
  	color:#fff;
  	top:238px;
  	white-space:nowrap;


  }
.font-green{
	font-size: 32px;
	color:#47c68c;
	opacity:0;
	filter:alpha(opacity=0);
	margin-left: 20px;
}
.bain-p2{
	filter:alpha(opacity=0);
	opacity: 0;
	margin-left: 20px;
	font-size: 24px;
}
.iosalert{
	height: 134px;
	text-align: center;
	padding-top: 14px;
	border:1px solid #e9e9eb;
	border-radius: 3px;
	background: #fff;
	position: absolute;
	bottom: 54px;
	width: 148px;
	left: 0;
	box-sizing: content-box;
	display: none;
}
.iosalert >img{
	width: 120px;
}
.tri-bo{
  position: absolute;
  font-size: 0;
  bottom: -20px;
  z-index: 2;
  height: 20px;
  width: 20px;
  left: 66px;
}
.tri-bo1{
	  border: 10px solid;
 	 border-color:  #e9e9eb transparent transparent transparent;
}
.tri-bo2{
	  border: 10px solid;
     border-color: #FFF transparent transparent  transparent;
     margin-top: -22px;
}
#user a{
	color:#000;
}
.login-forget:hover{
	color:#9E9999;
}
.addserve{
	position: fixed;
	top:0;
	right:0;
	width: 100%;
	z-index: 3;
	height: 0;
}
.serve-btn{
	  background: #47c68c;
  color: #fff;
  margin: 21px;
  transition: all .4s;
  cursor: pointer;
  width: 100px;
  text-indent: 5px;
}
.serve-list{
	 width: 100px;
  bottom: -131px;
  text-align: center;
  overflow: hidden;
  box-shadow: 0 0 5px rgba(198,198,198,1);
  border-radius: 3px;
  display: none;
}
.serve-list li{
	margin: 0;
	border-radius: 0;
	width: 100%;
	text-align: center;
	background: #fff;
}
.serve-list a{
	color:#888!important;
	display:block;
	width:100%;
	height:100%;
}
.serve-list li:hover a{
	background-color: #f5f4f4;
	color: #47c68c;
}
.serve-list li:nth-child(1){
	border-radius:6px 6px 0 0;
	border-bottom:none;
}
.serve-list li:nth-child(2){
	border-radius: 0 0 6px 6px;
	border-top: none;
}
.serve-list li:nth-child(1):hover >a{

	border-radius:6px 6px 0 0;
}
.serve-list li:nth-child(2):hover >a{

	border-radius: 0 0 6px 6px;
}
.icon-down{
	background:url(../../img/new-change/pro1.png) no-repeat -177px -774px;
	width:15px;
	height:71%;
	display:inline-block;
	position:relative;
	left:-3px;
}

.toggle-list{
	display: none;
	position: relative;
}
.toggle-check{
	display: block;
}
.load-1, .load-2 {
  background: #47c68c url(../../img/new-change/pro1.png) no-repeat;
  text-indent: 13px;
}
.load-1 {
  background-position: 33px -889px;
}
.load-2 {
  background-position: 34px -925px;
  float: right;
  margin: 0;
}
.moin{
	height:100%;

}

.moblie-in{

}
.chart-qq{
	color:#888;
	font-size: 14px;
	margin-top: 10px;
}
.m-pic{
	width:867px;
	overflow:hidden;
	margin-left:-289px;
}
.m-pic img{
	float:left;
}
.m-pic-w{
	width: 289px;
	overflow: hidden;
	position: absolute;
	top: 83px;
	left: 20px;
}
@media (max-width: 1200px){
	.wrapper{
		width:960px;
	}
	/*.header-nav{
		margin-left: 180px;

	}*/
}
@font-face {
    font-family: "SYHT";
    font-style: normal;
    font-weight: 400;
    src: url("../../fonts/SHSCN-ELight/SHSCN-ELight.woff") format("woff"),
    	url("../../fonts/SHSCN-ELight/SHSCN-ELight/SHSCN-ELight.ttf") format("truetype"),
    	url("../../fonts/SHSCN-ELight/SHSCN-ELight/SHSCN-ELight.svg") format("svg");
}
.fontStyle1{
	font-family: "SYHT";
}

/*互推*/
.link-fans{
	position: relative;
}
.link-fans:before{
	content: '';
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #f90505;
	position: absolute;
	top: -4px;
	right: -12px;
}

.navbar-nav{
	margin-top: 27px;
	position: absolute;
	top: 0;
	right: 0;
}
.user-btn{
	position: relative;
	cursor: pointer;
}
.user-btn:after{
	content: '';
	display: inline-block;
	width:12px;
	height:8px;
	margin-left: 5px;
	background: url(../../img/downicon.png) no-repeat;
	background-size: cover;
}
.dropdown:hover .downmenu{
	 display:block;
}
.downmenu{
	position: absolute;
	top: 24px;
	right: -16px;
	width: 120px;
	display:none;
	font-size: 14px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.menu-user{
	position: relative;
	margin-right: 20px;
	height:30px;
}
.dropdown-menu{
	width:120px;
	border-radius: 8px;
	padding: 0;
	background: #fff;
	position: absolute;
  	top: 100%;
  	left: 0;
  	z-index: 1000;
  	float: left;
  	font-size: 14px;
  	text-align: left;
  	list-style: none;
  	background-color: #fff;
  	-webkit-background-clip: padding-box;
          background-clip: padding-box;
  	border: 1px solid #ccc;
  	border: 1px solid rgba(0, 0, 0, .15);
  	border-radius: 4px;
  	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
  	box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
.dropdown-menu li:first-child{
	border-radius:8px 8px 0 0;
}
.dropdown-menu li:last-child{
	border-radius:0 0 8px 8px;
	border-bottom: none;
}
.dropdown-menu li {
	border-bottom: 1px solid #f5f5f5;
}
/*.dropdown-menu li:first-child a{
	height:40px;
}*/
.menu_icon{
	width:100%;
	padding: 11px 0;
	display: inline-block;
	position: relative;
	text-align: center;
}
/*.menu_icon::before{
	content: '';
	display: inline-block;
	width: 24px;
	height: 24px;
	overflow: hidden;
	position: absolute;
	top: 6px;
	left: 14px;
	background: url(../../img/icon.png) no-repeat;
	background-size: 50px 80px;
	background-position: -21px 0;
}
.icon1::before{
	background-position: -23px -55px;
	top: 9px;
}
.icon2::before{
	background-position: -21px 0px;
}
.icon3::before{
	background-position: -22px -28px;
}*/
.dropdown-menu li:hover{
	background-color: #f7f7f7;
}
.icon_check::before {
	background-position-x:0px;
}
.icon1.icon_check::before {
	background-position-x:1px;
}
.icon3.icon_check::before {
	background-position-x:1px;
}
/*登录注册*/
.uncommon{
	margin-top: 20px;
	position: absolute;
	top: 0;
	right: 0;
}
.uncommon a{
	display: inline-block;
	width:80px;
	height:30px;
	line-height: 30px;
	text-align: center;
	border: 1px solid #e9e9eb;
	border-radius:4px;
	color:#666;
	background-color: #fff;
	font-size: 14px;
}
.uncommon a:last-child{
	color:#fff;
 	background-color:#47c68c;
	border: 1px solid #47c68c;
	transition: all .4s;
	-webkit-transition: all .4s;

}


/* ▼ 弹出窗口 css   */
/*!
 * Bootstrap Modal
 *
 * Copyright Jordan Schroter
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Boostrap 3 patch for for bootstrap-modal. Include BEFORE bootstrap-modal.css!
 */
body.modal-open,
.modal-open .navbar-fixed-top,
.modal-open .navbar-fixed-bottom {
	margin-right: 0;
}
div > div > .modal{
	overflow-y: auto;
	/*fixed react-bootstrap modal*/
}
.modal-scrollable .modal {
	left: 50%;
	bottom: auto;
	right: auto;
	padding: 0;
	width: 500px;
	margin-left: -250px;
	background-color: #ffffff;
	border: 1px solid #999999;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 6px;
	-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
	box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
	background-clip: padding-box;
	border:5px solid #fff;
	border-top-left-radius:5px!important;
	border-top-right-radius:5px!important;
}

.modal.container {
	max-width: none;
}
/*!
 * Bootstrap Modal
 *
 * Copyright Jordan Schroter
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */

.close {
	float: right;
	font-size: 21px;
	font-weight: bold;
	line-height: 1;
	color: #000000;
	text-shadow: 0 1px 0 #ffffff;
	opacity: 0.2;
	filter: alpha(opacity=20);
}

.close:hover,
.close:focus {
	color: #000000;
	text-decoration: none;
	cursor: pointer;
	opacity: 0.5;
	filter: alpha(opacity=50);
}

button.close {
	padding: 0;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
}

.modal-open {
	overflow: hidden;
}

.modal {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	display: none;
	overflow: auto;
	overflow-y: scroll;
}

.modal.fade .modal-dialog {
	-webkit-transform: translate(0, -25%);
	-ms-transform: translate(0, -25%);
	transform: translate(0, -25%);
	-webkit-transition: -webkit-transform 0.3s ease-out;
	-moz-transition: -moz-transform 0.3s ease-out;
	-o-transition: -o-transform 0.3s ease-out;
	transition: transform 0.3s ease-out;
}

.modal.in .modal-dialog {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
}

.modal-dialog {
	position: relative;
	z-index: 1050;
	width: auto;
	margin: 10px;
}

.modal-content {
	position: relative;
	background-color: #ffffff;
	border: 1px solid #999999;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 6px;
	outline: none;
	-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
	box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
	background-clip: padding-box;
}

.modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1030;
	background-color: #000000;
}

.modal-backdrop.fade {
	opacity: 0;
	filter: alpha(opacity=0);
}

.modal-backdrop.in {
	opacity: 0.5;
	filter: alpha(opacity=50);
}

.modal-header {
	min-height: 16.428571429px;
	padding: 15px;
	border-bottom: 1px solid #e5e5e5;
}

.modal-header .close {
	margin-top: -2px;
}

.modal-title {
	margin: 0;
	line-height: 1.428571429;
}

.modal-body {
	position: relative;
	padding: 20px 10px;
}

.modal-footer {
	padding: 10px 20px 8px;
	text-align: right;
	border-top: 1px solid #e5e5e5;
}

.modal-footer:before,
.modal-footer:after {
	display: table;
	content: " ";
}

.modal-footer:after {
	clear: both;
}

.modal-footer:before,
.modal-footer:after {
	display: table;
	content: " ";
}

.modal-footer:after {
	clear: both;
}

.modal-footer .btn + .btn {
	margin-bottom: 0;
	margin-left: 5px;
}

.modal-footer .btn-group .btn + .btn {
	margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
	margin-left: 0;
}

@media screen and (min-width: 768px) {
	.modal-dialog {
		width: 600px;
		margin: 30px auto;
	}
	.modal-content {
		-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
		box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
	}
}


.modal-open {
	overflow: auto;
}


/* add a scroll bar to stop page from jerking around */
.modal-open.page-overflow .page-container,
.modal-open.page-overflow .page-container .navbar-fixed-top,
.modal-open.page-overflow .page-container .navbar-fixed-bottom,
.modal-open.page-overflow .modal-scrollable {
	overflow-y: auto;
}

.modal-scrollable {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	overflow: auto;
}

.modal-scrollable .modal {
	outline: none;
	position: absolute;
	margin-top: 0;
	top: 50%;
	overflow: visible; /* allow content to popup out (i.e tooltips) */
}

.modal.fade {
	top: -100%;
	-webkit-transition: opacity 0.3s linear, top 0.3s ease-out, bottom 0.3s ease-out, margin-top 0.3s ease-out;
	-moz-transition: opacity 0.3s linear, top 0.3s ease-out, bottom 0.3s ease-out, margin-top 0.3s ease-out;
	-o-transition: opacity 0.3s linear, top 0.3s ease-out, bottom 0.3s ease-out, margin-top 0.3s ease-out;
	transition: opacity 0.3s linear, top 0.3s ease-out, bottom 0.3s ease-out, margin-top 0.3s ease-out;
}

.modal.fade.in {
	top: 50%;
}

.modal-body {
	max-height: none;
	overflow: visible;
}

.modal.modal-absolute {
	position: absolute;
	z-index: 950;
}

.modal-scrollable .modal .loading-mask {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #fff;
	border-radius: 6px;
}

.modal-backdrop.modal-absolute{
	position: absolute;
	z-index: 940;
}

.modal-backdrop,
.modal-backdrop.fade.in{
	opacity: 0.7;
	filter: alpha(opacity=70);
	background: #000;
}

.modal.container {
	width: 940px;
	margin-left: -470px;
}
.modal-title small{
	font-size: .7em;
	color: #f7571f;
}
/* Modal Overflow */

.modal-overflow.modal {
	top: 1%;
}

.modal-overflow.modal.fade {
	top: -100%;
}

.modal-overflow.modal.fade.in {
	top: 1%;
}

.modal-overflow .modal-body {
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}


.modal-body-content-title{
	font-size: 14px;
	color: #999;
	padding-top:2px;
}


.modal-body-content-list{
	border: 1px solid #d3d3d4;
}

.modal-body-content-list-ul{

}
.modal-body-content-list-ul li{
	line-height: 28px;
	height: 28px;
	color: #333;
	padding-left: 37px;
	font-size: 14px;
}

.modal-body-content-list-ul li:hover{
	background-color: #f4f4f4;
}
.modal-body-content-list-footer{
	padding: 11px 13px 11px 20px;
	background-color: #f1f1f1;
}
.modal-body-content-list-footer input{
	width: 346px;
	height: 32px;
	border: 1px solid #d3d3d4;
	background-color: #fff;
	padding-left: 10px;
	font-size: 14px;
	color: #333;
}

/* Responsive */

@media (min-width: 1200px) {
	.modal.container {
		width: 1200px;
		margin-left: -585px;
	}
}

@media (max-width: 979px) {
	.modal,
	.modal.container,
	.modal.modal-overflow 	{
		top: 1%;
		right: 1%;
		left: 1%;
		bottom: auto;
		width: auto !important;
		height: auto !important;
		margin: 0 !important;
		padding: 0 !important;
	}

	.modal.fade.in,
	.modal.container.fade.in,
	.modal.modal-overflow.fade.in {
		top: 1%;
		bottom: auto;
	}

	.modal-body,
	.modal-overflow .modal-body {
		position: static;
		margin: 0;
		height: auto !important;
		max-height: none !important;
		overflow: visible !important;
	}

	.modal-footer,
	.modal-overflow .modal-footer {
		position: static;
	}
}

.loading-spinner {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -12px 0 0 -12px;
}

/*
Animate.css - http://daneden.me/animate
Licensed under the ☺ license (http://licence.visualidiot.com/)

Copyright (c) 2012 Dan Eden*/

.animated {
	-webkit-animation-duration: 1s;
	-moz-animation-duration: 1s;
	-o-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
}

@-webkit-keyframes shake {
	0%, 100% {-webkit-transform: translateX(0);}
	10%, 30%, 50%, 70%, 90% {-webkit-transform: translateX(-10px);}
	20%, 40%, 60%, 80% {-webkit-transform: translateX(10px);}
}

@-moz-keyframes shake {
	0%, 100% {-moz-transform: translateX(0);}
	10%, 30%, 50%, 70%, 90% {-moz-transform: translateX(-10px);}
	20%, 40%, 60%, 80% {-moz-transform: translateX(10px);}
}

@-o-keyframes shake {
	0%, 100% {-o-transform: translateX(0);}
	10%, 30%, 50%, 70%, 90% {-o-transform: translateX(-10px);}
	20%, 40%, 60%, 80% {-o-transform: translateX(10px);}
}

@keyframes shake {
	0%, 100% {transform: translateX(0);}
	10%, 30%, 50%, 70%, 90% {transform: translateX(-10px);}
	20%, 40%, 60%, 80% {transform: translateX(10px);}
}

.shake {
	-webkit-animation-name: shake;
	-moz-animation-name: shake;
	-o-animation-name: shake;
	animation-name: shake;
}

/*
 * Toastr
 * Version 2.0.1
 * Copyright 2012 John Papa and Hans Fjällemark.
 * All Rights Reserved.
 * Use, reproduction, distribution, and modification of this code is subject to the terms and
 * conditions of the MIT license, available at http://www.opensource.org/licenses/mit-license.php
 *
 * Author: John Papa and Hans Fjällemark
 * Project: https://github.com/CodeSeven/toastr
 */
.toast-title {
	font-weight: bold;
}
.toast-message {
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}
.toast-message a,
.toast-message label {
	color: #ffffff;
}
.toast-message a:hover {
	color: #cccccc;
	text-decoration: none;
}

.toast-close-button {
	position: relative;
	right: -0.3em;
	top: -0.3em;
	float: right;
	font-size: 20px;
	font-weight: bold;
	color: #ffffff;
	-webkit-text-shadow: 0 1px 0 #ffffff;
	text-shadow: 0 1px 0 #ffffff;
	opacity: 0.8;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	filter: alpha(opacity=80);
}
.toast-close-button:hover,
.toast-close-button:focus {
	color: #000000;
	text-decoration: none;
	cursor: pointer;
	opacity: 0.4;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
	filter: alpha(opacity=40);
}

/*Additional properties for button version
 iOS requires the button element instead of an anchor tag.
 If you want the anchor version, it requires `href="#"`.*/
button.toast-close-button {
	padding: 0;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
}
.toast-top-full-width {
	top: 0;
	right: 0;
	width: 100%;
}
.toast-bottom-full-width {
	bottom: 0;
	right: 0;
	width: 100%;
}
.toast-top-left {
	top: 12px;
	left: 12px;
}
.toast-top-right {
	top: 12px;
	right: 12px;
}
.toast-bottom-right {
	right: 12px;
	bottom: 12px;
}
.toast-bottom-left {
	bottom: 12px;
	left: 12px;
}
#toast-container {
	position: fixed;
	z-index: 999999;
	/*overrides*/

}
#toast-container * {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#toast-container > div {
	margin: 0 0 6px;
	padding: 15px 15px 15px 50px;
	width: 300px;
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
	background-position: 15px center;
	background-repeat: no-repeat;
	-moz-box-shadow: 0 0 12px #999999;
	-webkit-box-shadow: 0 0 12px #999999;
	box-shadow: 0 0 12px #999999;
	color: #ffffff;
	opacity: 0.8;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	filter: alpha(opacity=80);
}
#toast-container > :hover {
	-moz-box-shadow: 0 0 12px #000000;
	-webkit-box-shadow: 0 0 12px #000000;
	box-shadow: 0 0 12px #000000;
	opacity: 1;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	filter: alpha(opacity=100);
	cursor: pointer;
}
#toast-container > .toast-info {
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=") !important;
}
#toast-container > .toast-error {
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=") !important;
}
#toast-container > .toast-success {
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==") !important;
}
#toast-container > .toast-warning {
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=") !important;
}
#toast-container.toast-top-full-width > div,
#toast-container.toast-bottom-full-width > div {
	width: 96%;
	margin: auto;
}
.toast {
	background-color: #030303;
}
.toast-success {
	background-color: #51a351;
}
.toast-error {
	background-color: #bd362f;
}
.toast-info {
	background-color: #2f96b4;
}
.toast-warning {
	background-color: #f89406;
}
/*Responsive Design*/
@media all and (max-width: 240px) {
	#toast-container > div {
		padding: 8px 8px 8px 50px;
		width: 11em;
	}
	#toast-container .toast-close-button {
		right: -0.2em;
		top: -0.2em;
	}
}
@media all and (min-width: 241px) and (max-width: 480px) {
	#toast-container > div {
		padding: 8px 8px 8px 50px;
		width: 18em;
	}
	#toast-container .toast-close-button {
		right: -0.2em;
		top: -0.2em;
	}
}
@media all and (min-width: 481px) and (max-width: 768px) {
	#toast-container > div {
		padding: 15px 15px 15px 50px;
		width: 25em;
	}
}


/* grid 样式 */
.info-icon-1{background: url("../../img/info-icon-1.png") no-repeat 0 0; width: 40px;height: 44px;}
.grid-empty-info{color: #428bca; font-size: 14px;font-weight: bold; padding: 30px;height: 150px; text-align: center;}
.grid-empty-info .info-icon-1{display: inline-block;margin-bottom: 10px;}

.grid-loading-info {
	height: 150px;
	padding: 30px;
	font-size: 14px;
	font-weight: bold;
	white-space: nowrap;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -300px;
	margin-top: -75px;
	width: 600px;
}
.grid-list-wrap{
	position: relative;
	min-height: 300px;
}


@-webkit-keyframes progress-bar-stripes {
	from {
		background-position: 40px 0;
	}
	to {
		background-position: 0 0;
	}
}
@-o-keyframes progress-bar-stripes {
	from {
		background-position: 40px 0;
	}
	to {
		background-position: 0 0;
	}
}
@keyframes progress-bar-stripes {
	from {
		background-position: 40px 0;
	}
	to {
		background-position: 0 0;
	}
}
.progress {
	height: 20px;
	margin-bottom: 20px;
	overflow: hidden;
	background-color: #f5f5f5;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}
.progress-bar {
	float: left;
	width: 0;
	height: 100%;
	font-size: 12px;
	line-height: 20px;
	color: #fff;
	text-align: center;
	background-color: #337ab7;
	-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
	-webkit-transition: width .6s ease;
	-o-transition: width .6s ease;
	transition: width .6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	-webkit-background-size: 40px 40px;
	background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
	-webkit-animation: progress-bar-stripes 2s linear infinite;
	-o-animation: progress-bar-stripes 2s linear infinite;
	animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
	background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
	background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
	background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
	background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}

.grid-pagination-wrap{
	width: 1000px;
	margin: 40px auto 0 auto;
	color: #5c6572;
	text-align: center;
	font-size: 14px;
}
.grid-pagination-wrap:after{
	clear: both;
	display: block;
	content: '';
}
.pull-right{
	float: right;
}
.pagination li{
	float: left;
	margin: 0 3px;
}
.pagination li a{
	background-color: #fff;
	padding: 1px 10px;
	display: inline-block;
	height: 28px;
	line-height: 28px;
	color: #333;
	border-radius: 5px;
}
.pagination li.active a,.pagination li a:hover{
	color: #fff;
	background-color: #47c68c;
}
.grid-pagination-info{
	line-height: 28px;
	margin-left: 30px;
}
.grid-pagination-info .pagination-page-num{
	height: 28px;
	margin: 0 5px;
	width: 40px;
	outline: none;
	border: 1px solid #ddd;
	padding: 0 3px;
}
.grid-pagination-info .pagination-page-num:focus {
	border-color: #47c68c;
}
.grid-pagination-info .grid-pagination-btn{
	margin: 0 5px;
	background-color: #fff;
	padding: 0px 10px;
	display: inline-block;
	height: 28px;
	line-height: 28px;
	color: #333;
	border-radius: 5px;
	cursor: pointer;
}
.grid-pagination-info .grid-pagination-btn:hover{
	color: #fff;
	background-color: #47c68c;
}
.loading-mask{
	background-color: rgba(255, 255, 255, 0.59);
}
.text-center{
	text-align: center;
}

.mp-assistant {
	position: relative;
}
.mp-assistant .sub-menu-item {
	position: absolute;
	top: 60px;
	width: 120px;
	left: -12px;
	float: left;
}
.sub-menu-item li {
	margin: 0;
	padding: 0;
	line-height: 20px;
	display: block;
	width: 100%;
    text-align: center;
	border-bottom: none!important;
}
.sub-menu-item li:first-child {
	border-radius: 4px 4px 0 0;
	overflow: hidden;
}
.sub-menu-item li:last-child {
	border-radius: 0 0 4px 4px;
	overflow: hidden;
}
.sub-menu-item a {
	display: block;
	padding: 5px;
}
.sub-menu-item a:hover {
    color:#47c68c!important;
    background: #f7f7f7;
}
.dropdown-menu:after {
    /* border-top: 1px solid;
    border-left: 1px solid; */
    content: '';
    display: block;
    position: absolute;
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: -5px;
    background: #fff;
    display: block;
    width: 10px;
    height: 10px;
    left: 50%;
    margin: 0 0 0 -7px;
    box-shadow: -1px -1px 1px #ccc;
}
.dropdown-menu.dropdown-menu-right:after {
    left: -5px;
    background: #fff;
    top: 50%;
    margin: -7px 0 0 0;
}
.dropdown-menu.dropdown-menu-left:after {
    right: -5px;
    left: initial;
    top: 50%;
    margin: -7px 0 0 0;
}
.dropdown-menu.dropdown-menu-top:after {
    top: initial;
	bottom: -5px;
	left: 50%;
	margin-left: 0 0 0 -7px;
}
.has-dropdown-menu:after {
    content: '▼';
    font-size: 10px;
    margin-left: 5px;
}
