/**
 * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
 * http://cssreset.com
 */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
input {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-weight: normal;
  vertical-align: baseline;
}


/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;

}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: none
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}


/* custom */

a {
  color: #7e8c8d;
  -webkit-backface-visibility: hidden;
  text-decoration: none;
}


li {
  list-style: none;
}


body {
  -webkit-text-size-adjust: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

input::-webkit-search-cancel-button {
  display: 聽none;
}

input[type=search]::-ms-clear {
  display: 聽none;
}

a,
img {
  -webkit-touch-callout: none;
  /* 绂佹闀挎寜閾炬帴涓庡浘鐗囧脊鍑鸿彍鍗� */
}

body {
  font-family: "Helvetica Neue", Helvetica, STHeiTi, sans-serif;
}

.clssroom {
  width: 45%;
  height: 25rem;
  background-color: #ffffff;
  margin: 0 auto;
  padding-top: 1.4rem;
  margin-top: 3rem;
  margin-bottom: 6rem;
}

.clssroom .title {
  margin: 0 auto;
  width: 7rem;
  height: 1.75rem;
  text-align: center;
  line-height: 1.75rem;
  color: #3aa3f2;
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: 500;
  font-size: 1.75rem;

}

.clssroom .fromItem {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.fromBlock {
  height: 3.6rem;
  width: 32rem;
  margin-top: 2rem;
  margin: 0 auto;
}

.fromText {
  height: 3.15rem;
  width: 30rem;
  border: 1px solid #dad3d3;
}

.input-with-icon {
  /* position: absolute; */
  /* top: 50%; */
  width: 3rem;
  height: 3rem;
  transform: translateY(-50%);
  left: 10px;
  color: #999;
  /* 默认图标颜色 */
}

.inputCode {
  height: 3.15rem;
  width: 23.87rem;
  display: inline-block;
  border: 1px solid #dad3d3;
}

.codeImg {
  width: 100%;
  height: 100%;
}

.codeImgBox {
  width: 6rem;
  height: 3.15rem;
  float: right;
}

.btnLogin {
  cursor: pointer;
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: 500;
  font-size: 18px;
  background-color: #1190ef;
  color: #ffffff;
  letter-spacing: 1rem;
}

/* .bgBack {
  background-color: #f1f2f3;
} */

.headList {
  border: 1px solid #d6d0d0;
  width: 100%;
  display: flex;
  flex-direction: column;
  /* justify-content: space-between; */
  /* align-items: center; */
}

.headList .rowList {
  width: 100%;
  cursor: pointer;
  height: 3rem;
  display: flex !important;
  flex-direction: row;
  /* display: inline-block !important; */
  /* justify-content: center; */
}

.rowLista:hover {
  background-color: #eff0f1;
}

.headList .topNav {
  background-color: #1190ef;
}

.navss {
  width: 20%;
  height: 100%;
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: 400;
  font-size: 14px;
  text-align: center;
  line-height: 3rem;
  border-right: 1px solid #f7f7f7;
}

.footCols {
  color: #FFFFFF;
}

.footCol {
  color: #333333;
}

.navsFoot {
  width: 20%;
  height: 100%;
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: 400;
  font-size: 14px;
  text-align: center;
  line-height: 3rem;
}