body {
  font-size: 0.16rem;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
  font-family: 'pingfang SC', 'webfont', 'helvetica neue', arial, 'hiragino sans gb', 'microsoft yahei ui', 'microsoft yahei', simsun, sans-serif !important;
}
table {
  margin: 0;
  padding: 0;
  border-collapse: collapse;
  border-spacing: 0;
}
textarea {
  resize: none;
}
li {
  list-style: none;
}
fieldset,
img {
  border: 0;
}
img {
  vertical-align: top;
}
address,
caption,
cite,
code,
dfn,
th,
var {
  font-weight: normal;
  font-style: normal;
}
ol,
ul {
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-size: 100%;
}
abbr,
acronym {
  border: 0;
}
em,
i {
  font-style: normal;
}
a {
  color: #000;
  text-decoration: none;
}
body {
  height: 100vh;
  background-color: #eceaea;
}
.top-box {
  height: 0.5rem;
  background-color: #35BA6E;
}
.top-box .top {
  position: fixed;
  top: 0;
  left: 0;
  height: 0.5rem;
  width: 100%;
  background-color: #35BA6E;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  z-index: 99;
}
.top-box .top .icon-zuojiantou {
  position: absolute;
  top: 50%;
  margin-top: -0.08rem;
  left: 0.1rem;
  font-size: 0.17rem;
  color: #fff;
}
.teacher-box {
  width: 100%;
  position: relative;
}
.teacher-box .teacher-img {
  width: 100%;
}
.teacher-box .teacher-introduction {
  position: absolute;
  bottom: 0.8rem;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  color: #fff;
}
.teacher-box .teacher-introduction .teacher-introduction-left {
  margin-top: 0.1rem;
  margin-left: 0.2rem;
}
.teacher-box .teacher-introduction .teacher-introduction-left h4 {
  font-size: 0.2rem;
  font-weight: 600;
}
.teacher-box .teacher-introduction .teacher-introduction-left p {
  margin-top: 0.1rem;
}
.teacher-box .teacher-introduction .teacher-introduction-right {
  display: flex;
  margin-top: 0.1rem;
}
.teacher-box .teacher-introduction .teacher-introduction-right div {
  margin: 0.1rem;
  text-align: center;
}
.teacher-box .teacher-introduction .teacher-introduction-right div i {
  font-size: 0.2rem;
}
.teacher-box .teacher-introduction .teacher-introduction-right div p {
  font-size: 0.14rem;
}
.teacher-box .teacher-info {
  position: absolute;
  left: 50%;
  margin-left: -1.73rem;
  bottom: -2.2rem;
  width: 3.5rem;
  border-radius: 0.1rem;
  background-color: #fff;
  box-sizing: border-box;
  padding: 0.2rem;
}
.teacher-box .teacher-info .teacher-info-title {
  font-weight: 600;
  font-size: 0.17rem;
}
.teacher-box .teacher-info .teacher-info-label {
  display: inline-block;
  padding: 0.02rem 0.05rem;
  border-radius: 0.05rem;
  background-color: #FFFAF6;
  margin-top: 0.1rem;
  color: #FFA345;
}
.teacher-box .teacher-info .teacher-info-profession {
  color: #666666;
  margin-top: 0.15rem;
}
.teacher-box .teacher-info .teacher-info-content {
  margin-top: 0.15rem;
  color: #333;
}
.appraise {
  width: 3.5rem;
  margin: 0.15rem auto;
  background-color: #fff;
  border-radius: 0.1rem;
  box-sizing: border-box;
  padding: 0.15rem;
  margin-top: 2.3rem;
}
.appraise .appraise-title {
  font-size: 0.17rem;
  font-weight: 600;
}
.appraise .t-icon-zanwupingjia {
  width: 1rem;
  height: 1rem;
}
.appraise .appraise-bottom {
  margin-top: 0.1rem;
}
.appraise .appraise-bottom li {
  display: flex;
  align-items: center;
  margin-top: 0.1rem;
}
.appraise .appraise-bottom li .left {
  display: block;
  width: 0.5rem;
  text-align: center;
}
.appraise .appraise-bottom li .right {
  margin-left: 0.1rem;
  font-size: 0.15rem;
}
.appraise .appraise-bottom .t-icon-java {
  width: 0.3rem;
  height: 0.3rem;
}
.appraise .appraise-bottom .t-icon-qianduan {
  width: 0.2rem;
  height: 0.2rem;
}
.appraise .appraise-bottom .t-icon-qianrushi {
  width: 0.5rem;
  height: 0.3rem;
}
.appraise .appraise-bottom .t-icon-rengongzhineng {
  width: 0.25rem;
  height: 0.25rem;
}
.logo {
  width: 3.5rem;
  height: 1rem;
  border-radius: 0.1rem;
  background-color: #fff;
  margin: 0.1rem auto;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.logo .logo-img {
  width: 1.1rem;
}
