/*顶部标题*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
body {
  line-height: 1;
}
:focus {
  outline: 1;
}
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
  display: block;
}
nav ul,
li {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
a {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}
a {
  -webkit-tap-highlight-color: rgba(255, 0, 0, 0);
}
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
w del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}
input,
select {
  vertical-align: middle;
  -webkit-appearance: none;
  border-radius: 0;
  box-sizing: border-box;
}
.top_title_box {
  padding: 0 0.3rem;
  height: 0.88rem;
  line-height: 0.88rem;
  border: 1px solid #f0f0f0;
  font-size: 0;
  text-align: center;
  margin: 0 -2px;
  position: relative;
  background-color: #f9f9f9;
}
.top_title_box .top-back-icon {
  font-size: 24px;
  position: absolute;
  left: 0;
  display: inline-block;
  height: 0.88rem;
  width: 0.88rem;
  line-height: 0.88rem;
}
.top_title_box .top_title {
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  white-space: nowrap;
  color: #2399eb;
}
.top_title_box .top_register_btn {
  font-size: 13px;
  color: #2399eb;
  float: right;
}
.top_title_box2 {
  padding: 0 0.3rem;
  height: 0.88rem;
  line-height: 0.88rem;
  border: 1px solid #f0f0f0;
  font-size: 0;
  text-align: center;
  margin: 0 -2px;
  position: relative;
  background-color: #f9f9f9;
}
.top_title_box2 .top-back-icon {
  font-size: 24px;
  position: absolute;
  left: 0;
  display: inline-block;
  height: 0.88rem;
  width: 0.88rem;
  line-height: 0.88rem;
}
.top_title_box2 .top_title {
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  white-space: nowrap;
  color: #2399eb;
}
.top_title_box2 .top_register_btn {
  font-size: 13px;
  color: #2399eb;
  float: right;
}
/*顶部标题*/
/*小标题*/
.title_base {
  height: 0.9rem;
  line-height: 0.9rem;
  padding: 0 0.3rem;
  font-size: 15px;
  color: #333333;
  margin-top: 0.2rem;
  background-color: #fff;
}
.title-icon {
  background-color: #2399eb;
  width: 0.1rem;
  height: 13px;
  margin-right: 0.2rem;
  display: inline-block;
}
.title,
.banner,
.exper_type_bar {
  background-color: #fff;
}
/*小标题*/
/*头部公共导航栏样式*/
/*头部公共导航栏样式*/
/*底部导航栏*/
html,
body {
  margin: 0;
  padding: 0;
  /*  height: 100%;*/
  -webkit-overflow-scrolling: touch;
}
/*base*/
.html_box {
  /*min-height:100%;
	height: auto !important;
	height: 100%; /*IE6不识别min-height*/
  position: relative;
  background-color: #efeff3;
  width: 100%;
  overflow: hidden;
}
.html_box .more {
  font-size: 14px;
  color: #808080;
  display: inline-block;
  float: right;
  font-weight: normal;
}
.html_box .more i {
  font-size: 12px;
}
/*base*/
/*底部导航栏*/
* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  height: 1%;
}
a,
a:link,
a:visited,
a:hover,
a:active {
  color: #000;
  text-decoration: none;
  out-line: none;
}
/* 重置链接a标签 */
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="text"],
input[type="number"],
select,
button {
  -webkit-appearance: none;
}
.text-overflow {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.centerbox {
  position: absolute;
  text-align: center;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.shadow {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999998;
}
#call_meiyi {
  position: fixed;
  right: 0;
  bottom: 1.4rem;
  width: 0.8rem;
  height: 1.3rem;
  color: #fff;
  text-align: center;
  background-color: #f81717;
  font-size: 14px;
  border-radius: 4px 0 0 4px;
  opacity: 0.8;
  padding: 2px;
  z-index: 999999;
}
#call_meiyi .icon-1234 {
  margin: 0.2rem 0 0.1rem 0;
  font-size: 25px;
  display: block;
  text-align: center;
}
#call_box {
  position: fixed;
  background-color: #fff;
  padding: 0.5rem;
  z-index: 999999;
  font-size: 14px;
  width: 67.2%;
}
#call_box p {
  font-size: 13px;
  opacity: 0.6;
  margin-bottom: 0.5rem;
}
#call_box .phone_call,
#call_box .chat_call {
  display: block;
  width: 100%;
  height: 38px;
  line-height: 38px;
  text-align: center;
  border: 1px solid #f0f0f0;
}
#call_box .phone_call {
  color: #0096E0;
  border-color: #0096E0;
  margin-bottom: 10px;
}
#call_box .chat_call {
  color: #0CC17A;
  border-color: #0CC17A;
}
#call_box .icon {
  vertical-align: middle;
  margin-right: 0.2rem;
}
.icon-collection2 {
  color: #dd3a4e;
}
.top_call {
  color: #000;
  position: absolute;
  display: inline-block;
  top: 0rem;
  right: 0rem;
  width: 1rem;
  height: 1rem;
  text-align: center;
  line-height: 1rem;
  font-size: 0.4rem;
  z-index: 1;
}
.top_call:before {
  line-height: 1rem;
}
.fade-enter-active,
.fade-leave-active {
  transition: opacity 0.3s;
}
.fade-enter,
.fade-leave-active {
  opacity: 0;
}
.btn {
  background: #2399EB;
  color: #fff;
  text-align: center;
  outline: none;
  cursor: pointer;
  box-sizing: border-box;
  border: none;
}
.btn:disabled {
  background: #ccc;
}
@keyframes lds-spinner {
0% {
    opacity: 1;
}
100% {
    opacity: 0;
}
}
.lds-spinner {
  position: relative;
}
.lds-spinner div {
  left: 94px;
  top: 54px;
  position: absolute;
  animation: lds-spinner linear 1s infinite;
  background: #fdfdfd;
  width: 12px;
  height: 12px;
  border-radius: 40%;
  transform-origin: 6px 46px;
}
.lds-spinner div:nth-child(1) {
  transform: rotate(0deg);
  animation-delay: -0.91666667s;
}
.lds-spinner div:nth-child(2) {
  transform: rotate(30deg);
  animation-delay: -0.83333333s;
}
.lds-spinner div:nth-child(3) {
  transform: rotate(60deg);
  animation-delay: -0.75s;
}
.lds-spinner div:nth-child(4) {
  transform: rotate(90deg);
  animation-delay: -0.66666667s;
}
.lds-spinner div:nth-child(5) {
  transform: rotate(120deg);
  animation-delay: -0.58333333s;
}
.lds-spinner div:nth-child(6) {
  transform: rotate(150deg);
  animation-delay: -0.5s;
}
.lds-spinner div:nth-child(7) {
  transform: rotate(180deg);
  animation-delay: -0.41666667s;
}
.lds-spinner div:nth-child(8) {
  transform: rotate(210deg);
  animation-delay: -0.33333333s;
}
.lds-spinner div:nth-child(9) {
  transform: rotate(240deg);
  animation-delay: -0.25s;
}
.lds-spinner div:nth-child(10) {
  transform: rotate(270deg);
  animation-delay: -0.16666667s;
}
.lds-spinner div:nth-child(11) {
  transform: rotate(300deg);
  animation-delay: -0.08333333s;
}
.lds-spinner div:nth-child(12) {
  transform: rotate(330deg);
  animation-delay: 0s;
}
.lds-spinner {
  width: 200px !important;
  height: 200px !important;
  transform: translate(-100px, -100px) scale(1) translate(100px, 100px);
}
.html_box {
  position: fixed;
  top: 1rem;
  bottom: 0.1rem;
  background-color: #ffffff;
  overflow: hidden;
}
.top_back {
  position: absolute;
  display: inline-block;
  top: 0rem;
  left: 0rem;
  width: 1rem;
  height: 1rem;
  text-align: center;
  line-height: 1rem;
  font-size: 0.4rem;
  color: #fff;
  z-index: 1;
}
.title {
  position: absolute;
  top: 0;
  height: 1rem;
  width: 100%;
  text-align: center;
  line-height: 1rem;
  z-index: 100;
  border-bottom: 0.01rem solid #f0f0f0;
  background-color: #fff;
  font-size: 20px;
  color: #000;
}
.title .top_back {
  color: #000;
  font-size: 24px;
}
.title .top_back:before {
  line-height: 1rem;
}
.title .title_text {
  font-weight: normal;
}
.content {
  width: 100%;
  margin-top: 0.4rem;
}
.rommlist {
  width: 90%;
  height: 2rem;
  margin: auto;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 0.3rem;
  margin-bottom: 0.3rem;
  border-bottom: 0.01rem solid #ebebeb;
}
.rommlist .list-left {
  width: 95%;
  height: 95%;
  background-size: 100% 100%;
  border-radius: 5px;
}
.rommlist .list-right {
  width: 70%;
  height: 100%;
}
.rommlist .list-right p {
  font-size: 0.36rem;
  margin-left: 0.2rem;
  font-family: PingFangSC-Medium;
  font-weight: normal;
  color: #333333;
  margin-top: 0.01rem;
}
.rommlist .list-right .about {
  width: 4.77rem;
  height: 0.77rem;
  font-size: 0.24rem;
  font-family: PingFangSC-Regular;
  font-weight: 400;
  color: #999999;
  line-height: 0.27rem;
  overflow: hidden;
  display: -webkit-box;
  margin: 0.3rem 0 0 0.2rem;
}
.rommlist .list-right .about p {
  font-size: 0.24rem;
  font-family: PingFangSC-Regular;
  font-weight: 400;
  color: #999999;
  line-height: 0.27rem;
  margin: 0;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
}
.icon {
  display: -ms-flexbox;
  display: flex;
  margin-left: 0.2rem;
  margin-top: 0.25rem;
}
.icon .icon-left {
  width: 25%;
  display: -ms-flexbox;
  display: flex;
}
.icon .icon-left .icon-img {
  width: 0.22rem;
  height: 0.22rem;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MzcyMDRCMEM2OEQ1MTFFOUEwMTI5NjY4NTNGRDY4NDgiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MzcyMDRCMEQ2OEQ1MTFFOUEwMTI5NjY4NTNGRDY4NDgiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDoyNjFEREU4QjY4RDUxMUU5QTAxMjk2Njg1M0ZENjg0OCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoyNjFEREU4QzY4RDUxMUU5QTAxMjk2Njg1M0ZENjg0OCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PlVs+3MAAAJLSURBVHjanNVLSBVxFMfxey+WEmUSvcgsiVyWZm4kSqSXFS3CNGsRhRBGCylIFxq9NglqGBFdeoBFkC1SFIvUHhQRJVhoRPaCoLCUiEQXCj2+B34Xpmlmrnbgw3CH/z3z///n/M+Eo9FoyCfmYxUKkY0FCGMAz9GCB/r9TyR43JuBDbikRF8wjPv4pQdkYj2m4ADa8D0o8WxcwSbcwjm0+6xoLfajEY9R5Jx9xDFwOlqxEYewJSCpxV1sxz6t4A5meSVuQi4243Ro4nEBBViGm+7Ee5Vwj5482bCt2IY8lMcSz0QDHmq/3GHbchFZcZK3aCtrMccSr8E01HgMLkEdSvFILzMlIPlRjNvqLXEx3qkK3LFaVxtzRlXQjRNI9Bj/Ah+xO6IXNuozgx+6PkUVVqAfR/BMVeEOK7lsSzwP730S/9Q1xTEjO4lL8AlXUe36j+VKjOgFjvskDnvcG9NKXiFJ9e+ezG9L+g1L4yQedfSP4xjETpzCSdd/0u3oJ2h5foljW7AQOaqQZNxGpWbtjkV4bTO+gTSs9BjUr2szruOtjvxWn6SpmGtjLXGX9qnCY+BlnEcfdiEfTwLquFqNrNm2YgjH5KwOQixGVLsTCSvFMtRbLUf0Fu2F9KIDGf/RK9L0Xyu1w5bT2d2K1NC7dMxDk5jpPX0givUx+KttvsE6q0H14Xq9iFBAxVh/6VSlWGfr8fuC9OmI23IO6pQN6v4HPXQxluvEpusTZs3nc7xv3oASN6q7WZ/doRNnMRVf1dSv4aXXyf0jwABQwIPgkOc/BgAAAABJRU5ErkJggg==) no-repeat;
  background-size: 100% 100%;
  margin-top: 0.03rem;
}
.icon .icon-left .icon-img1 {
  width: 0.22rem;
  height: 0.22rem;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAVCAYAAACpF6WWAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MzcyMDRCMTQ2OEQ1MTFFOUEwMTI5NjY4NTNGRDY4NDgiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MzcyMDRCMTU2OEQ1MTFFOUEwMTI5NjY4NTNGRDY4NDgiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDozNzIwNEIxMjY4RDUxMUU5QTAxMjk2Njg1M0ZENjg0OCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDozNzIwNEIxMzY4RDUxMUU5QTAxMjk2Njg1M0ZENjg0OCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PtPjJ8IAAAEuSURBVHja7JWxTsJQGIUvzY0MsOLi5G4CskDgDUAeQOPCIrg5+gqOTtAwAw8g+AYaZDCRkPgELLrKAIuek5ybEKPQ0rJxkq/t7e09/fs3PU34vm+kA9AE5+AEpM1mfYEp6IM2WPKk1eQRGIAcGIOOu2CDWEgJ3IM6OAMzqwkaHoOajsOqCrpgCAoeNg1VeLGloZEZ12fBlacBH/nRRBPXj+hH0zx4MvHoGZy6ni5WJr61T/war5O79hMkbYAFd2HLtWvu6nQb1tQzO9BflUbp6b+m+55G7+lSH0AcPc0wDmn6qviKo6f0mXoK2CKoRGxlRT59mjL630BPIbutIddP6GcVJlVl6QN4UWp9BDA7BGUGswqjz8K9/ZkmrsGlgjsVwHQO3sENaLlf0I8AAwBTBj1we/nrzwAAAABJRU5ErkJggg==) no-repeat;
  background-size: 100% 100%;
  margin-top: 0.03rem;
}
.icon .icon-left span {
  font-size: 0.24rem;
  font-family: PingFangSC-Regular;
  font-weight: 400;
  color: #999999;
  line-height: 0.3rem;
  margin-left: 0.1rem;
}
.icon .icon-right {
  width: 20%;
}

/*# sourceMappingURL=classroomlist.5234741e0a101d3b81ae.css.map*/