body {
	overflow-y: auto;
}
body * {
	font-family: "Microsoft YaHei", "Helvetica Neue", "Helvetica", "Arial", "Verdana", "sans-serif";
}

/*顶部导航栏*/
.pc-navigation *{
	z-index: 100;
	text-align: center;
	position: absolute;
	top: 20px;
	left: 0;
	right: 0;
	height: 38px;
	display: none;
}
.indexLogo {
	margin: 0 auto;
	height: 38px;
}
.indexTopNav {
	display: none;
}

.footer {
	background-color: #eef6fd;
	overflow-y: none;
	font-size: 0;
	-webkit-animation-duration: 0.5s;
	-moz-animation-duration: 0.5s;
	animation-duration: 0.5s;
	-webkit-animation-delay: 2.5s;
	-moz-animation-delay: 2.5s;
	animation-delay: 2.5s;
	padding: 20px 20px 140px 20px;
	text-align: center;
	min-height: 100%;
}
.footer .topPart>.footerLogo {
	width: 130px;
	height: 38px;
	background-image: url(../Image/Logo/logo-deep@2x.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	margin: 0 auto 20px auto;
}
.footer .bottomPart {
	padding-top: 10px;
	border-top: 1px solid #DDD;
}
.footer .bottomPart .leftPart div p span {
	margin-bottom: 6px;
}
.beianSignal {
	color: #454545;
	display: block;
	
}
.beianSignal img {
	width: 14px!important;
	height: 14px!important;
	margin-right: 2px!important;
	margin-bottom: 0!important;
	position: relative;
	vertical-align: middle;
	top: -2px;
}
.footer .topPart>div {
	display: block;
/*
	width: 32%;
	margin-right: 2%;
*/
}
.footer .topPart>div:last-child {
	margin-right: 0;
}
.footer .topPart .leftPart {
	font-size: 14px;
	color: #454545;
	width: 200px;
	text-align: left;
	margin-bottom: 20px;
}
.footer .topPart .leftPart li {
	margin-bottom: 4px;
}
.footer .topPart .leftPart li:last-child {
	margin-bottom: 0;
}
.footer .topPart .leftPart img {
	height: 20px;
	width: 20px;
	margin-right: 10px;
	vertical-align: middle;
}
.footer .topPart .leftPart li span {
	font-size: 12px;
	line-height: 20px;
	vertical-align: middle;
	color: #777;
}
.footer .topPart .middlePart {
	font-size: 14px;
	color: #454545;
	width: 240px;
	text-align: left;
	margin-bottom: 20px;
}
.footer .topPart .middlePart li {
	font-size: 12px;
	line-height: 12px;
	vertical-align: middle;
	margin-bottom: 6px;
}
.footer .topPart .middlePart li:last-child {
	margin-bottom: 0;
}
.footer .topPart .middlePart li e {
	width: 66px;
	display: inline-block;
	color: #777;
}
.footer .topPart .middlePart li span {
	color: #777;
}
.footer .topPart .rightPart {
	font-size: 14px;
	color: #454545;
	width: 250px;
	text-align: left;
	margin-bottom: 20px;
}
.footer .topPart>div>span {
	font-size: 12px;
	line-height: 12px;
	margin-bottom: 10px;
	font-weight: bold;
	display: inline-block;
}
.footer .topPart .rightPart li:first-child {
	margin-bottom: 10px;
}
.footer .topPart .rightPart img {
	display: inline-block;
	vertical-align: top;
	margin-right: 4px;
	width: 50px;
	height: 30px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
}
.footer .topPart .rightPart p {
	font-size: 12px;
	line-height: 14px;
	display: inline-block;
	vertical-align: top;
	color: #777;
}
.footer .bottomPart .leftPart {
	font-size: 12px;
}
.footer .bottomPart .leftPart img {
	width: 40px;
	height: 40px;
	margin-bottom: 10px;
}
.footer .bottomPart .leftPart p {
	font-size: 12px;
	line-height: 12px;
	color: #454545;
}
.footer .bottomPart .leftPart p span {
	display: inline-block;
	margin-right: 6px;
}
.footer .bottomPart .rightPart {
	font-size: 12px;
	line-height: 24px;
	color: #454545;
}
.footer .bottomPart .rightPart a {
	color: #35A0D1;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
}





/*首页注册登录窗体*/
.logInWindow {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	bottom: 50px;
	text-align: center;
	display: none;
	z-index: 2000;
}
/*
.wrapperBlock {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
  opacity: 0.6;
	background-color: #000;
}
*/
.wrapper {
  background: #53e3a6;
  background: -webkit-linear-gradient(top left, #50a3a2 0%, #53e3a6 100%);
  background: linear-gradient(to bottom right, #50a3a2 0%, #53e3a6 100%);
  opacity: 1;
  overflow: hidden;
/*	padding: 40px 0;*/
	z-index: 999;
  position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
  padding: 0;
}
.wrapper .fa-times {
	position: absolute;
	right: 20px;
	top: 20px;
	color: #FFF;
	font-size: 20px;
}
.wrapper.form-success .fastSignInContainer h2 {
  -webkit-transform: translateY(85px);
      -ms-transform: translateY(85px);
          transform: translateY(85px);
}
.fastSignInContainer {
	height: 302px;
	width: 294px;
  position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -151px;
	margin-left: -147px;
  text-align: center;
}
.fastSignInContainer h2 {
  font-size: 36px;
	letter-spacing: 2px;
	padding-left: 2px;
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
  -webkit-transition-timing-function: ease-in-put;
          transition-timing-function: ease-in-put;
  font-weight: 300;
	margin-bottom: 40px;
	color: #FFF;
}
.fastSignInContainer form {
  position: relative;
  z-index: 2;
}
.fastSignInContainer form input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: 0;
  border: 1px solid rgba(255, 255, 255, 0.4);
  background-color: rgba(255, 255, 255, 0.2);
  width: 250px;
  border-radius: 3px;
  padding: 10px 15px;
  margin: 0 auto 10px auto;
  text-align: center;
  font-size: 18px;
  color: white;
  -webkit-transition-duration: 0.25s;
          transition-duration: 0.25s;
  font-weight: 300;
	
	display: block;
}
.fastSignInContainer form input:hover {
  background-color: rgba(255, 255, 255, 0.4);
}
.fastSignInContainer form input:focus {
  background-color: white;
  color: #53e3a6;
}
.fastSignInContainer form button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: 0;
  background-color: white;
  border: 0;
  padding: 10px 15px;
  color: #53e3a6;
  border-radius: 3px;
  width: 282px;
  cursor: pointer;
  font-size: 18px;
  -webkit-transition-duration: 0.25s;
          transition-duration: 0.25s;
}
.fastSignInContainer form button:hover {
  background-color: #f5f7f9;
}
body ::-webkit-input-placeholder {
  font-family: 'Microsoft YaHei';
  color: white;
  font-weight: 300;
}
body :-moz-placeholder {
  font-family: 'Microsoft YaHei';
  color: white;
  opacity: 1;
  font-weight: 300;
}
body ::-moz-placeholder {
  font-family: 'Microsoft YaHei';
  color: white;
  opacity: 1;
  font-weight: 300;
}
body :-ms-input-placeholder {
  font-family: 'Microsoft YaHei';
  color: white;
  font-weight: 300;
}
#userPassword {
	margin-bottom: 0;
}
#regNotice {
	margin: 20px auto 10px auto;
	color: #FFF;
	font-size: 14px;
}
#regNow a,#signNow a {
	color: #36567c;
	cursor: pointer;
}
#regNow a:hover,#signNow a:hover {
	color: #112389;
}
#signIn,#welcomeSignIn {
	display: none;
}

#userPassword {
	padding-bottom: 30px;
}
#logIn>div {
	position: relative;
	text-align: center;
}
.codeSpan {
	position: relative;
	top: -24px;
	font-size: 14px;
	color: #555;
}
#getCode {
	cursor: pointer;
	padding: 2px 4px;
}
#getCode:hover {
	color: #333;
}
#waitCode {
	display: none;
}
.bg-bubbles {
  position: absolute;
  top: 370px;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.bg-bubbles li {
  position: absolute;
  list-style: none;
  display: block;
  width: 20px;
  height: 20px;
  background-color: rgba(255, 255, 255, 0.15);
  bottom: 330px;
  -webkit-animation: square 25s infinite;
  animation: square 25s infinite;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}
.bg-bubbles li:nth-child(1) {
  left: 10%;
}
.bg-bubbles li:nth-child(2) {
  left: 90%;
  width: 10px;
  height: 10px;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
  -webkit-animation-duration: 17s;
          animation-duration: 17s;
}
.bg-bubbles li:nth-child(3) {
  left: 75%;
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}
.bg-bubbles li:nth-child(4) {
  left: 40%;
  width: 30px;
  height: 30px;
  -webkit-animation-duration: 22s;
          animation-duration: 22s;
  background-color: rgba(255, 255, 255, 0.25);
}
.bg-bubbles li:nth-child(5) {
  left: 70%;
}
.bg-bubbles li:nth-child(6) {
  left: 80%;
  width: 10px;
  height: 10px;
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
  background-color: rgba(255, 255, 255, 0.2);
}
.bg-bubbles li:nth-child(7) {
  left: 32%;
  width: 25px;
  height: 25px;
  -webkit-animation-delay: 7s;
          animation-delay: 7s;
}
.bg-bubbles li:nth-child(8) {
  left: 55%;
  width: 20px;
  height: 20px;
  -webkit-animation-delay: 15s;
          animation-delay: 15s;
  -webkit-animation-duration: 40s;
          animation-duration: 40s;
}
.bg-bubbles li:nth-child(9) {
  left: 25%;
  width: 10px;
  height: 10px;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
  -webkit-animation-duration: 40s;
          animation-duration: 40s;
  background-color: rgba(255, 255, 255, 0.3);
}
.bg-bubbles li:nth-child(10) {
  left: 90%;
  width: 10px;
  height: 10px;
  -webkit-animation-delay: 11s;
          animation-delay: 11s;
}
@-webkit-keyframes square {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-700px) rotate(600deg);
            transform: translateY(-700px) rotate(600deg);
  }
}
@keyframes square {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-700px) rotate(600deg);
            transform: translateY(-700px) rotate(600deg);
  }
}


/*留下手机号，免费获取7天试学账号*/
.getFreeTest {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 100%;
  margin: 0;
  background-color: rgba(0, 0, 0, 0.76);
  z-index: 1000;
  padding: 20px 20px 40px 20px;
  box-sizing: border-box;
  border-top: 1px solid rgba(80, 80, 80, 0.7);
  display: none;
}
.getFreeTest>div {
  max-width: 800px;
  margin: 20px auto 0 auto;
  position: relative;
}
.getFreeTest>i {
  font-size: 30px;
  color: white;
  position: absolute;
  right: 20px;
  top: 10px;
  text-shadow: black 0.1em 0.1em 0.2em;
  cursor: pointer;
}
.getFreeTest>div>p {
  font-size: 20px;
  line-height: 34px;
  font-weight: bold;
  color: white;
  letter-spacing: 2px;
  max-width: 540px;
  text-shadow: black 0.1em 0.1em 0.2em;
  text-align: justify;
}
.getFreeTest>div>p strong {
  font-size: 30px;
  margin: 0 6px 0 4px;
  text-shadow: #75ff75 1px 1px 1px;
}
.getFreeTest>div>div {
  display: none;
}
.getFreeTest>img {
  position: absolute;
  left: 80px;
  bottom: -60px;
  height: 320px;
  display: none;
}
.getFreeTest input {
  font-size: 20px;
  line-height: 20px;
  padding: 14px 24px;
  border: none;
  margin-top: 30px;
  width: 100%;
  -webkit-border-radius: 27px;
  -moz-border-radius: 27px;
  -ms-border-radius: 27px;
  -o-border-radius: 27px;
  border-radius: 27px;
  box-shadow: 0 4px 10px rgba(0,0,0,.3);
  -webkit-box-shadow:  0 4px 10px rgba(0,0,0,.3);
  -moz-box-shadow: 0 4px 10px rgba(0,0,0,.3);
  outline: none;
  font-weight: 600;
  letter-spacing: 1px;
  box-sizing: border-box;
  text-align: center;
}
.getFreeTest input::-webkit-input-placeholder {
  color: #aab2bd;
  font-weight: 600;
  letter-spacing: 1px;
}
.getFreeTest span {
  box-sizing: border-box;
  width: 100%;
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
  letter-spacing: 2px;
  color: #5f84e9;
  background-color: #FFF;
  padding: 14px 22px 14px 24px;
  -webkit-border-radius: 27px;
  -moz-border-radius: 27px;
  -ms-border-radius: 27px;
  -o-border-radius: 27px;
  border-radius: 27px;
  display: inline-block;
  margin-top: 20px;
  cursor: pointer;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  text-align: center;
}

.showGetFreeTestModule {
  background-color: #680fcb;
  height: 50px;
  position: fixed;
  right: 0;
  padding: 0 14px 0 20px;
  bottom: 70px;
  z-index: 900;
  box-shadow: 0 4px 10px rgba(0,0,0,.3);
  -webkit-box-shadow:  0 4px 10px rgba(0,0,0,.3);
  -moz-box-shadow: 0 4px 10px rgba(0,0,0,.3);
  border-radius: 25px 0 0 25px;
	box-sizing: border-box;
	width: 146px;
	overflow: hidden;
}
.getContactButton {
	background-color: #680fcb;
  height: 50px;
  position: fixed;
  left: 0;
  padding: 0 14px 0 20px;
  bottom: 70px;
  z-index: 900;
  box-shadow: 0 4px 10px rgba(0,0,0,.3);
  -webkit-box-shadow:  0 4px 10px rgba(0,0,0,.3);
  -moz-box-shadow: 0 4px 10px rgba(0,0,0,.3);
  border-radius: 0 25px 25px 0;
	box-sizing: border-box;
	width: 146px;
	overflow: hidden;
}
.showGetFreeTestModule img {
  height: 40px;
  margin: 5px 5px 5px 0;
  display: inline-block;
  vertical-align: middle;
}
.getContactButton img {
  height: 40px;
  display: inline-block;
  vertical-align: middle;
	position: absolute;
	top: 5px;
	left: 100px;
	-moz-transform:scaleX(-1);
	-webkit-transform:scaleX(-1);
	-o-transform:scaleX(-1);
	transform:scaleX(-1);
}
.showGetFreeTestModule span {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 2px;
  text-shadow: #75ff75 0 0 1px;
  font-weight: bold;
  color: white;
}
.getContactButton span {
	display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 2px;
  text-shadow: #75ff75 0 0 1px;
  font-weight: bold;
	margin-right: 42.5px;
	margin-top: 7px;
  color: white;
}
.getContactButton span small {
	font-size: 12px;
}






.mobile-Header {
	text-align: left;
	background-color: #F85415;
	padding: 6px 10px;
}
.mobile-Header .logo img {
	height: 38px;
	padding: 6px 0;
}
.mobile-Header .telNumber {
	position: absolute;
	right: 16px;
	top: 12px;
	color: white;
	font-size: 24px;
	line-height: 38px;
	font-weight: bold;
}

.ptx-footer {
	font-size: 0;
	background-color: rgba(45, 50, 55, 1);
	padding-bottom: 50px;
}
.ptx-footer .footerContent {
	max-width: 1124px;
	margin: 0 auto;
	padding: 26px 20px 20px 20px;
	text-align: left;
	position: relative;
	box-sizing: border-box;
}
.ptx-footer .aboutWrapper {
	text-align: left;
	vertical-align: top;
	display: inline-block;
}
.ptx-footer .aboutWrapper h5,
.ptx-footer .parterWrapper h5,
.ptx-footer .appDownloadWrapper h5 {
	font-size: 16px;
	line-height: 24px;
	font-weight: 500;
	color: white;
	margin-bottom: 20px;
}
.ptx-footer .aboutWrapper ol {
	display: inline-block;
	line-height: 24px;
	width: 100%;
}
.ptx-footer .aboutWrapper ol a {
	font-size: 14px;
	width: 25%;
	display: inline-block;
	text-align: left;
}
.ptx-footer .aboutWrapper ol li {
	margin-bottom: 13px;
	color: #acaeb0;
}
.ptx-footer .aboutWrapper ol a:nth-child(2) li,
.ptx-footer .aboutWrapper ol a:nth-child(3) li {
	text-align: center;
}
.ptx-footer .aboutWrapper ol a:last-child li {
	text-align: right;
}
.ptx-footer .parterWrapper h5:first-child,
.ptx-footer .parterWrapper ol:nth-child(2) {
	display: none;
}
.ptx-footer .parterWrapper h5 {
	margin-bottom: 16px;
}
.ptx-footer .parterWrapper li {
	display: inline-block;
	margin-right: 14px;
}
.ptx-footer .parterWrapper li img {
	height: 30px;
}
.ptx-footer .parterWrapper h5:nth-child(3) {
	margin-top: 7px;
}
.ptx-footer .parterWrapper p {
	font-size: 34px;
	font-weight: bold;
	color: white;
}
.ptx-footer .parterWrapper>a {
	font-size: 34px;
	font-weight: bold;
	color: white;
	letter-spacing: 2px;
	margin-bottom: 40px;
	display: block;
}
.ptx-footer .appDownloadWrapper {
	display: none;
}
.ptx-footer .appDownloadWrapper img {
	height: 98px;
	width: 98px;
}
.ptx-footer .appDownloadWrapper p {
	font-size: 12px;
	color: #aaa;
	margin-top: 6px;
}
.ptx-footer .footerInfo {
	border-top: 1px solid #3b424a;
	margin-top: 20px;
	padding-top: 20px;
	text-align: center;
	position: relative;
}
.ptx-footer .footerInfo .logo {
	position: absolute;
	top: 34px;
	left: 0;
}
.ptx-footer .footerInfo .siteInfo {
	color: white;
	font-size: 12px;
	display: none;
}
.ptx-footer .footerInfo .siteInfo span {
	color: #acaeb0;
}
.ptx-footer .footerInfo .licenseInfo {
	color: #acaeb0;
	font-size: 12px;
	line-height: 18px;
	margin-top: 14px;
	text-align: right;
}
.ptx-footer .footerInfo .licenseInfo span {
	display: none;
}
.ptx-footer .footerInfo .licenseInfo a {
	color: #acaeb0;
}

/*Banner图容器*/
.imgBox {
	width:100%;
	position:relative;
	overflow:hidden;
	height:170px;
}
.imgBox>div {
	width:1920px;/*图片宽度*/
	height: 170px;
	position:absolute;
	left:50%;
	margin-left:-960px;/*图片宽度的一半*/
}
.imgBox>div>img {
	height: 170px;
}






















