@charset "utf-8";
*{ padding:0; margin:0;}
.img-replace {
	display: inline-block;
	overflow: hidden;
	text-indent: 100%;
	color: transparent;
	white-space: nowrap
}
.cd-popup-trigger {
	text-transform: uppercase
}
@media only screen and (min-width:1170px) {
.cd-popup-trigger {
	margin: 0 auto
}
}
/*-------------------------------- */
.cd-popup-trigger2 {
text-transform:uppercase
}

.cd-popup {
	position: fixed;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(94,110,141,.9);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity .3s 0s, visibility 0s .3s;
	-moz-transition: opacity .3s 0s, visibility 0s .3s;
	transition: opacity .3s 0s, visibility 0s .3s;
	z-index: 1000
}
.cd-popup.is-visible {
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity .3s 0s, visibility 0s 0s;
	-moz-transition: opacity .3s 0s, visibility 0s 0s;
	transition: opacity .3s 0s, visibility 0s 0s
}
.cd-popup-container {
	background: #fff;
	width: 90%;
	max-width: 410px;
	border-radius: 5px;
	font-family: 宋体;
	height: 210px;
	overflow: hidden;
	padding: 0 0 1em;
	border: 1px #9ea1a3 solid;
	box-shadow: 0 0 20px rgba(0,0,0,.2);
	-webkit-transform: translateY(-40px);
	-moz-transform: translateY(-40px);
	-ms-transform: translateY(-40px);
	-o-transform: translateY(-40px);
	transform: translateY(-40px);
	-webkit-backface-visibility: hidden;
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	transition-property: transform;
	-webkit-transition-duration: .3s;
	-moz-transition-duration: .3s;
	transition-duration: .3s;
	position: relative
}
.cd-popup-container h2 {
	background:#fafafa;
	height: 42px;
	line-height: 42px;
	font-size: 15px;
	font-weight: 700;
	color: #000;
	padding: 0;
	margin: 0;
	padding-left: 130px
}
.cd-popup-container h3 {
	background: #f40;
	padding-left: 20px;
	height: 40px
}
.cd-popup-container h3 img {
	height: 55px;
	position: absolute;
	top: 13px;
	left: 50px;
	z-index: 1000000
}
.cd-popup-container p {
	background: url(../images/fubg3.jpg) top no-repeat;
	height: 54px;
	line-height: 54px;
	overflow: hidden;
	width: 96%;
	padding: 0 2%;
	font-size: 14px;
	text-align: center;
	margin: 0;
	color: #666
}
.cd-popup-container .cd-buttons:after {
	content: "";
	display: table;
	clear: both
}
.cd-popup-container .cd-buttons li {
	float: left;
	width: 50%
}
.cd-popup-container .cd-buttons a {
	display: block;
	height: 60px;
	line-height: 60px;
	text-transform: uppercase;
	color: #fff;
	-webkit-transition: background-color .2s;
	-moz-transition: background-color .2s;
	transition: background-color .2s
}
.cd-popup-container .cd-buttons li:first-child a {
	background: #fc7169;
	border-radius: 0 0 0 .25em
}
.no-touch .cd-popup-container .cd-buttons li:first-child a:hover {
	background-color: #fc8982
}
.cd-popup-container .cd-buttons li:last-child a {
	background: #b6bece;
	border-radius: 0 0 .25em 0
}
.no-touch .cd-popup-container .cd-buttons li:last-child a:hover {
	background-color: #c5ccd8
}
.cd-popup-container .cd-popup-close {
	position: absolute;
	top: 12px;
	right: 20px;
	width: 64px;
	height: 13px;
	border: 0
}
@media only screen and (min-width:1170px) {
.cd-popup-container {
	margin: 8em auto
}
}
.searchToolf span {
	line-height: 28px;
	float: left;
	color: #666;
	font-size: 14px
}
.ml80 {
	margin-left: 77px;
	margin-top: 10px
}
.bt01 {
	border: 1px solid #3e99d4
}
.fudong {
	width: 100%;
	background: #09f;
	height: 35px;
	padding-top: 4px;
	margin: 0
}
.searchToolf {
	width: 292px;
	text-align: center;
	margin: 0 auto
}
.txtSearchf {
	float: left;
	width: 190px;
	height: 28px;
	line-height: 28px;
	vertical-align: bottom;
	color: #999;
	padding-left: 5px;
	border: 1px solid #3e99d4;
	border-radius: 2px;
	font-size: 14px;
	margin-right: 10px;
	padding: 0
}
.btnSearchf {
	float: left;
	width: 88px;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	font-size: 14px;
	font-family: 微软雅黑;
	border-radius: 2px;
	padding: 0
}
.btnSearchf:hover {
	border-radius: 2px
}
.searchToolz span {
	float: left;
	line-height: 28px
}
.txtSearchz {
	float: left;
	width: 100%;
	line-height: 26px;
	color: #999;
	border-radius: 3px;
	border: 1px #f1f1f1 solid
}
.ml30 {
	margin-left: 0
}
.btnSearchz {
	border-radius: 3px;
	margin-top: 10px;
	background: #f40;
	height: 26px;
	line-height: 26px;
	color: #fff;
	width: 80px;
	text-align: center;
	border: 0
}
.courseInfo2 a {
	text-overflow: ellipsis;
	overflow: hidden;
	height: 35px;
	display: inline-block;
	padding: 17px 5px 0;
	margin: 0;
	box-sizing: border-box;
	font-size: 10px;
	color: #999;
}

/*投诉建议*/

.cd-popup2 {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
 background-color: rgba(94, 110, 141, 0.9);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
  z-index:1000000;
  font-size:12px;
}
.cd-popup2.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s;
}

.cd-popup-container2 {
  background:#fff;
  position: relative;
  width: 90%;
  max-width:530px;
  margin:10em auto ;
  height:250px; overflow:hidden;
  padding:0 0 1em;
  border:5px #0099ff solid;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  -webkit-transform: translateY(-40px);
  -moz-transform: translateY(-40px);
  -ms-transform: translateY(-40px);
  -o-transform: translateY(-40px);
  transform: translateY(-40px);
  /* Force Hardware Acceleration in WebKit */
  -webkit-backface-visibility: hidden;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.cd-popup-container2 h2 {
	height:42px; line-height:42px;
	font-size:16px;
	font-weight:bold;
	color:#000;
	 padding:0; margin:0;
	 padding-left:10px;
}
.cd-popup-container2 h3 {
	height:42px; line-height:42px;
	padding-left:75px;
	font-size:14px;
	color:#666;
}
.cd-popup-container2 p {
	height:50px;
	line-height:50px;
	overflow:hidden;
	width:96%;
	padding:0 2%;
	padding-left:10px;
	margin:0;
   color:#666;
}
.cd-popup-container2 .cd-buttons:after {
  content: "";
  display: table;
  clear: both;
}
.cd-popup-container2 .cd-buttons li {
  float: left;
  width: 50%;
}
.cd-popup-container2 .cd-buttons a {
  display: block;
  height: 60px;
  line-height: 60px;
  text-transform: uppercase;
  color: #FFF;
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.cd-popup-container2 .cd-buttons li:first-child a {
  background: #fc7169;
  border-radius: 0 0 0 .25em;
}
.no-touch .cd-popup-container2 .cd-buttons li:first-child a:hover {
  background-color: #fc8982;
}
.cd-popup-container2 .cd-buttons li:last-child a {
  background: #b6bece;
  border-radius: 0 0 .25em 0;
}
.no-touch .cd-popup-container2 .cd-buttons li:last-child a:hover {
  background-color: #c5ccd8;
}
.cd-popup-container2 .cd-popup-close2 {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 30px;
  height: 30px;
}
.cd-popup-container2 .cd-popup-close2::before, .cd-popup-container2 .cd-popup-close2::after {
  content: '';
  position: absolute;
  top: 12px;
  width: 14px;
  height: 3px;
  background-color: #8f9cb5;
}
.cd-popup-container2 .cd-popup-close2::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 8px;
}
.cd-popup-container2 .cd-popup-close2::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: 8px;
}
.is-visible .cd-popup-container2 {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
@media only screen and (min-width: 1170px) {
  .cd-popup-container2 {
    margin: 8em auto;
  }
}
.searchTool span{ float:left; color:#666}
.btnSearch{ background:url(../images/btn.jpg) no-repeat; width:186px; height:33px; border:none; float:left;}
.txtSearch{ width:140px; height:25px; line-height:25px; padding-left:10px;float:left; margin-right:10px; border:1px #f1f1f1 solid; float:left;}
textarea{ width:390px; height:40px; ine-height:25px;padding-left:10px; float:left; border:1px #f1f1f1 solid;}
.mlbtn{ margin-left:103px; margin-top:10px;}
