.headcon {
  height: 197px;
  background: #132c67;
}

.headconbox {
  width: 955px;
  margin: 0 auto;
  height: 197px;
  background: url(../images/11.jpg);
}

.middle {
  background: #f9f4f8;
  padding: 60px 180px;
  width: 595px;
  margin: 0 auto;
  color: #444;
  line-height: 30px;
  font-size: 14px;
  overflow: hidden;
}

.titlecon {
  border-bottom: 2px solid #aba9ac;
  height: 40px;
  line-height: 40px;
}

.titleconw {
  width: 100px;
  border-bottom: 2px solid #722680;
  color: #722680;
  text-align: center;
  height: 40px;
  margin-bottom: -1px;
  font-weight: bold;
}

.coursetit {
  margin: 10px 0;
  font-weight: bold;
}

.coursecon {
  color: #666;
}

.coursecon p {
  text-indent: 2em;
}

footer {
  background: #132c67;
  padding: 6px 0;
  width: 100%;
  text-align: center;
  font-size: 12px;
  color: #fff;
}

footer p {
  line-height: 20px;
}

footer p span {
  margin-right: 20px;
}

footer a {
  color: #fff;
  text-decoration: none;
}

.close {
  padding: 10px 0;
  text-align: center;
}

/*--弹窗样式--*/

#gray {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  position: fixed;
  top: 0px;
  display: none;
  z-index: 99;
}

.popup {
  width: 400px;
  height: auto;
  background-color: #fff;
  position: absolute;
  z-index: 99999;
  border: 1px solid #ebeaea;
  left: 400px;
  top: 96px;
  display: none;
}

.popup .top_nav {
  width: 400px;
  height: 46px;
  background-image: url(../images/popup_top_bj.jpg);
  border-bottom: 1px solid #ebeaea;
  position: relative;
  cursor: move;
}

.popup .top_nav i {
  width: 35px;
  height: 35px;
  background: url(../images/sucai_tubiao.png) -314px -5px;
  position: absolute;
  top: 6px;
  left: 8px;
  display: block;
}

.popup .top_nav span {
  font: 18px/18px "microsoft yahei";
  color: #707070;
  display: block;
  position: absolute;
  top: 13px;
  left: 50px;
}

.popup .top_nav a.guanbi {
  background: url(../images/popup_guanbi.png) repeat 0px 0px;
  width: 35px;
  height: 35px;
  display: block;
  position: absolute;
  top: 8px;
  right: 10px;
  cursor: pointer;
}

.popup .top_nav a.guanbi span {
  display: none;
}

.popup .top_nav a.guanbi:hover {
  background: url(../images/popup_guanbi.png) repeat 0px -35px;
}

.popup .min {
  width: 400px;
  height: auto;
}

.tc_login .right {
  width: 265px;
  height: 300px;
  padding-top: 30px;
  margin: 0 auto;
}

.tc_login .left h4 {
  width: 200px;
  height: 20px;
  margin: 20px 0 20px 0;
  font-size: 15px;
  color: #666;
  text-align: center;
}

.tc_login .left img {
  width: 150px;
  margin: 0 auto;
  display: block;
  border: 1px solid #e3e3e3;
  padding: 4px;
}

.tc_login .left dd {
  width: 200px;
  height: 30px;
  font: 13px/18px "microsoft yahei";
  color: #666;
  margin: 20px 0 10px 0;
  text-align: center;
  display: block;
}

.tc_login .right i {
  font-size: 20px;
  color: #090;
  float: right;
  margin: 15px 0 0px 0;
}

.tc_login .right a {
  font: 13px/18px "microsoft yahei";
  color: #666;
  float: right;
  margin: 16px 0 0px 6px;
}

.tc_login .right a:hover {
  color: #06f;
  text-decoration: underline;
}

.tc_login .right input {
  border: 1px solid #ccc;
  border-radius: 2px;
  color: #000;
  font-family: "Open Sans", sans-serif;
  font-size: 1em;
  height: 40px;
  padding: 0 0 0 34px;
  margin: 10px 0px 0px 10px;
  transition: background 0.3s ease-in-out;
  width: 220px;
  float: left;
}

.tc_login .right input:focus {
  outline: none;
  border-color: #d37162;
  box-shadow: 0 0 0px #d37162;
}

.tc_login .right .input_yh {
  background: url(../images/tc_login_yonghu.jpg) no-repeat left top;
}

.tc_login .right .input_mm {
  background: url(../images/tc_login_mima.jpg) no-repeat left top;
}

.tc_login .right .input_zy {
  background: url(../images/yz_login_mima.jpg) no-repeat left top;
}

.tc_login .right .input_yh:focus {
  background: url(../images/tc_login_yonghu2.jpg) no-repeat left top;
}

.tc_login .right .input_mm:focus {
  background: url(../images/tc_login_mima2.jpg) no-repeat left top;
}

.tc_login .right .input_zy:focus {
  background: url(../images/yz_login_mima2.jpg) no-repeat left top;
}

.tc_login .right .button {
  -webkit-appearance: none;
  background: #d37162;
  border: none;
  border-radius: 2px;
  color: #fff;
  cursor: pointer;
  height: 50px;
  font-family: "Open Sans", sans-serif;
  font-size: 1.2em;
  letter-spacing: 0.05em;
  text-align: center;
  text-transform: uppercase;
  transition: background 0.3s ease-in-out;
  width: 255px;
  padding: 0 50px 0 50px;
  font-weight: bold;
}

.tc_login .right .button:hover {
  background: #d37162;
}

.tc_login .right dd {
  width: 100%;
  height: 30px;
}

.tc_login .right dd a {
  font: 12px/18px "microsoft yahei";
  color: #06f;
}

.tc_login .right dd a:hover {
  font: 13px/18px "microsoft yahei";
  color: #06f;
  text-decoration: underline;
}

.tc_login .right hr {
  height: 1px;
  border: none;
  border-top: 1px dashed #e4e4e4;
  clear: both;
  margin: 240px 0 5px 0px;
}

.code {
  width: 200px;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

a:focus {
  outline: thin dotted;
}

a:active,
a:hover {
  outline: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

mark {
  background: #ff0;
  color: #000;
}

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

pre {
  white-space: pre-wrap;
}

q {
  quotes: "\201C""\201D""\2018""\2019";
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}

button,
input {
  line-height: normal;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

#qrCodeContent imges {
  z-index: 99999999999999;
}

.leftcon {
  float: left;
  width: 90px;
}

.leftcon a {
  color: #555;
  text-decoration: none;
}

.rigcon {
  float: right;
  width: 460px;
  border-left: 1px solid #eee;
  padding-left: 30px;
}

.height {
  height: 6666px;
}

.guide {
  width: 60px;
  margin-left: 570px;
  position: fixed;
  left: 50%;
  bottom: 100px;
  _position: absolute;
  _top: expression(
    documentElement.scrollTop + documentElement.clientHeight - this.clientHeight -
      134+"px"
  );
  display: block;
}

.guide a {
  display: block;
  width: 60px;
  height: 50px;
  background: #ddd;
  text-decoration: none;
  font: 16px/50px "Microsoft YaHei";
  text-align: center;
  color: #fff;
  border-radius: 2px;
}

.guide a:hover {
  text-decoration: none;
  background-color: #3c223c;
  color: #fff;
  border-radius: 2px;
}

.guide a:hover span {
  display: block;
  width: 60px;
  background: #3c223c;
  border-radius: 2px;
}

.guide .top {
  background-position: -145px -185px;
}
