.block {
  display: block;
}
#main {
  width: 12rem;
  min-height: 85vh;
  margin: 0 auto;
}
#main .t-bg1 {
  background: linear-gradient(to right, #FF9C54, #FF5C6C);
}
#main .t-bg2 {
  background: linear-gradient(to right, #41DE79, #41DE79);
}
#main .tips {
  position: absolute;
  left: 0;
  top: 0.16rem;
  height: 0.2rem;
  width: 0.65rem;
  line-height: 0.2rem;
  font-size: 0.14rem;
  color: #fff;
  text-indent: 0.03rem;
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
  z-index: 2;
}
#main .mb-top {
  display: none;
}
#main .top {
  padding-top: 0.2rem;
  overflow: hidden;
  margin-bottom: 0.39rem;
}
#main .top .top-box {
  display: block;
  position: relative;
  border-radius: 0.06rem;
  overflow: hidden;
}
#main .top .top-box img {
  width: 100%;
  height: auto;
}
#main .top .left {
  width: 8.41rem;
  height: 4.75rem;
  float: left;
  overflow: hidden;
  border-radius: 0.1rem;
}
#main .top .left .banner {
  width: 8.41rem;
  height: 4.75rem;
  overflow: hidden;
  position: relative;
}
#main .top .left .banner .long {
  width: 8.41rem;
}
#main .top .left .banner .long .box {
  width: 8.41rem;
  position: relative;
  color: #fff;
}
#main .top .left .banner .long .box img {
  width: 8.41rem;
  height: 4.75rem;
  border-radius: 0.06rem;
}
#main .top .left .banner .long .box .name {
  position: absolute;
  left: 0.8rem;
  top: 1.5rem;
  font-size: 0.4rem;
  line-height: 0.4rem;
  font-weight: 500;
}
#main .top .left .banner .long .box .t-title {
  font-size: 0.2rem;
  line-height: 0.28rem;
  position: absolute;
  left: 0.8rem;
  width: 2.5rem;
  top: 2.27rem;
}
#main .top .left .banner .long1 {
  width: calc(8.41rem * 3);
  position: absolute;
  left: 0;
  top: 0;
  -webkit-animation: banner1 5s 10ms infinite;
}
#main .top .left .banner .long1 .box {
  float: left;
}
@-webkit-keyframes banner1 {
  0%,
  50% {
    left: 0;
  }
  50.001%,
  100% {
    left: -8.41rem;
  }
}
#main .top .left .bottom {
  position: absolute;
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.3) 60%, rgba(0, 0, 0, 0.3) 100%);
  left: 0;
  right: 0;
  bottom: 0;
  padding-left: 0.24rem;
  color: #fff;
  padding-top: 0.2rem;
}
#main .top .left .bottom .title {
  font-size: 0.3rem;
  line-height: 0.38rem;
  padding-bottom: 0.24rem;
}
#main .top .left .bottom .date {
  background: url('../images/time-icon1.png') no-repeat left center / 0.15rem auto;
  text-indent: 0.25rem;
  font-size: 0.16rem;
  line-height: 0.16rem;
  margin-bottom: 0.17rem;
}
#main .top .right {
  margin-left: 8.57rem;
}
#main .top .right > a {
  width: 3.43rem;
  height: 2.28rem;
  margin-bottom: 0.19rem;
  overflow: hidden;
  border-radius: 0.06rem;
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.05);
  display: block;
}
#main .top .right > a .banner {
  width: 3.43rem;
  height: 1.94rem;
  overflow: hidden;
  position: relative;
}
#main .top .right > a .banner .long {
  width: 3.43rem;
}
#main .top .right > a .banner .long .box {
  width: 3.43rem;
  position: relative;
  color: #fff;
}
#main .top .right > a .banner .long .box img {
  width: 3.43rem;
  height: 1.94rem;
  border-radius: 0.06rem;
}
#main .top .right > a .banner .long .box .name {
  position: absolute;
  left: 0.32rem;
  top: 0.58rem;
  font-size: 0.22rem;
  line-height: 0.28rem;
  font-weight: 500;
}
#main .top .right > a .banner .long .box .t-title {
  font-size: 0.16rem;
  line-height: 0.2rem;
  position: absolute;
  left: 0.32rem;
  width: 1.1rem;
  top: 0.95rem;
}
#main .top .right > a .banner .long1 {
  width: calc(3.43rem * 3);
  position: absolute;
  left: 0;
  top: 0;
  -webkit-animation: banner2 5s 10ms infinite;
}
#main .top .right > a .banner .long1 .box {
  float: left;
}
@-webkit-keyframes banner2 {
  0%,
  50% {
    left: 0;
  }
  50.001%,
  100% {
    left: -3.43rem;
  }
}
#main .top .right > a .date {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 0.34rem;
  line-height: 0.34rem;
  color: #7C8FB4;
  background: url('../images/time-icon2.png') no-repeat left 0.11rem center / 0.16rem auto #fff;
  text-indent: 0.39rem;
}
#main .top .right > a .title {
  position: absolute;
  bottom: 0.34rem;
  left: 0;
  right: 0;
  background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.3));
  font-size: 0.16rem;
  line-height: 0.23rem;
  padding-left: 0.08rem;
  padding-top: 0.2rem;
  color: #fff;
  padding-bottom: 0.06rem;
}
#main .top .right > a:last-child {
  margin-bottom: 0;
}
#main .empty-tips .info {
  text-align: center;
  font-size: 0.24rem;
  padding-top: 2.09rem;
  padding-bottom: 0.57rem;
}
#main .empty-tips .qrcode {
  text-align: center;
}
#main .empty-tips .qrcode img {
  width: 2.34rem;
  height: 2.34rem;
}
#main .categories {
  padding-top: 0.39rem;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0.7rem;
}
#main .categories li {
  float: left;
  width: 1.6rem;
  padding: 0 0.2rem;
  position: relative;
}
#main .categories li img {
  width: 1.08rem;
  display: block;
  margin: 0 auto 0.15rem;
  border-radius: 100%;
  box-shadow: 0 0 0.4rem rgba(21, 105, 239, 0.08);
}
#main .categories li .title {
  text-align: center;
  font-size: 0.18rem;
  color: #333333;
  padding-top: 0.15rem;
}
#main .categories .tips {
  background: #FF5C6C;
  font-size: 0.14rem;
  color: #FFFFFF;
  letter-spacing: 0;
  text-align: center;
  position: absolute;
  top: 0;
  left: 50%;
  width: 0.59rem;
  height: 0.23rem;
  line-height: 0.23rem;
  border-radius: 0.23rem;
  border-bottom-left-radius: 0;
}
#main .categories li:nth-child(4n) {
  margin-right: 0;
}
#main .shequn {
  display: none;
}
#main .content-nav {
  display: none;
  border-bottom: 0.01rem solid #E5E5E5;
  margin-bottom: 0.16rem !important;
}
#main .content-nav div {
  font-size: 0.2rem;
  line-height: 0.44rem;
  border-bottom: 0.01rem solid transparent;
  margin-right: 0.32rem;
  font-weight: 500;
}
#main .content-nav div:last-child {
  margin-right: 0;
}
#main .content-nav .selected {
  color: #209CFF;
  border-bottom-color: #209CFF;
}
#main .m-row .title {
  font-size: 0.3rem;
  line-height: 0.47rem;
  font-weight: 500;
  color: #333;
  border-bottom: 0.01rem solid #EFEFEF;
  margin-bottom: 0.155rem;
}
#main .m-row .title .all {
  display: block;
  float: right;
  font-size: 0.12rem;
  color: #999999;
}
#main .m-row .title .question-btn {
  display: none;
}
#main .m-row .cont ul li {
  float: left;
  position: relative;
  width: 2.88rem;
  height: auto;
  margin-right: 0.16rem;
  overflow: hidden;
  margin-bottom: 0.3rem;
}
#main .m-row .cont ul li a {
  color: #333;
}
#main .m-row .cont ul li a img {
  width: 2.88rem;
  height: 1.62rem;
  border-radius: 0.05rem;
}
#main .m-row .cont ul li a .banner {
  width: 2.88rem;
  height: 1.62rem;
  overflow: hidden;
  position: relative;
}
#main .m-row .cont ul li a .banner .long {
  width: 2.88rem;
}
#main .m-row .cont ul li a .banner .long .box {
  width: 2.88rem;
  position: relative;
  color: #fff;
}
#main .m-row .cont ul li a .banner .long .box img {
  width: 2.88rem;
  height: 1.62rem;
  border-radius: 0.06rem;
}
#main .m-row .cont ul li a .banner .long .box .name {
  position: absolute;
  left: 0.27rem;
  top: 0.48rem;
  font-size: 0.22rem;
  line-height: 0.24rem;
  font-weight: 500;
}
#main .m-row .cont ul li a .banner .long .box .t-title {
  font-size: 0.14rem;
  line-height: 0.18rem;
  position: absolute;
  left: 0.27rem;
  width: 0.7rem;
  top: 0.8rem;
}
#main .m-row .cont ul li a .banner .long1 {
  width: calc(2.88rem * 3);
  position: absolute;
  left: 0;
  top: 0;
  -webkit-animation: banner 5s 10ms infinite;
}
#main .m-row .cont ul li a .banner .long1 .box {
  float: left;
}
@-webkit-keyframes banner {
  0%,
  50% {
    left: 0;
  }
  50.001%,
  100% {
    left: -2.88rem;
  }
}
#main .m-row .cont ul li a .info .i-title {
  font-size: 0.18rem;
  line-height: 0.27rem;
  padding: 0.08rem 0 0;
  text-align: justify;
}
#main .m-row .cont ul li a .info .i-about {
  color: #fff;
}
#main .m-row .cont ul li:nth-child(4n) {
  margin-right: 0;
}
#main .m-row .cont-outline ul li {
  position: relative;
  color: #333333;
  line-height: 0.29rem;
  font-size: 0.16rem;
  min-height: 0.29rem;
  font-weight: 300;
  padding-left: 0.13rem;
}
#main .m-row .cont-outline ul li:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0.12rem;
  width: 0.05rem;
  height: 0.05rem;
  border-radius: 100%;
  background: #209CFF;
}
#main .m-row .cont-company {
  box-shadow: 0 0.08rem 0.26rem rgba(32, 156, 255, 0.1);
  padding-top: 0.24rem;
  padding-bottom: 0.24rem;
  margin-bottom: 0.8rem;
}
#main .m-row .cont-company ul li {
  width: 2rem;
  float: left;
  margin-bottom: 0.3rem;
}
#main .m-row .cont-company ul li img {
  width: 1.08rem;
  height: 1.08rem;
  display: block;
  margin: 0 auto;
  border-radius: 100%;
}
#main .m-row .cont-company ul li .i-title {
  font-size: 0.16rem;
  line-height: 0.16rem;
  padding-top: 0.16rem;
  text-align: center;
  color: #333333;
}
#main .m-row .cont-company ul li:nth-child(6+n) {
  margin-bottom: 0;
}
#main .m-row .cont-company ul li:nth-child(6n) {
  margin-right: 0;
}
#main .m-row .cont-company-list1 ul li {
  float: left;
  width: 2.94rem;
  height: 1.17rem;
  margin-right: 0.08rem;
  margin-bottom: 0.16rem;
  border-radius: 0.05rem;
  background: #fff;
  box-shadow: 0 0 0.16rem rgba(0, 0, 0, 0.05);
}
#main .m-row .cont-company-list1 ul li:nth-child(4n) {
  margin-right: 0;
}
#main .m-row .cont-company-list1 ul li .pic {
  float: left;
}
#main .m-row .cont-company-list1 ul li .pic img {
  width: 0.85rem;
  height: 0.85rem;
  border-radius: 100%;
  margin: 0.16rem;
}
#main .m-row .cont-company-list1 ul li .info {
  margin-left: 1.17rem;
  margin-top: 0.5rem;
  font-size: 0.18rem;
  line-height: 0.18rem;
  color: #333;
}
#main .m-row .cont-company-list ul li {
  float: left;
  width: 2.88rem;
  height: 1.26rem;
  margin-right: 0.16rem;
  margin-bottom: 0.34rem;
}
#main .m-row .cont-company-list ul li:nth-child(4n) {
  margin-right: 0;
}
#main .m-row .cont-company-list ul li .pic {
  width: 2.88rem;
  height: 1.09rem;
  overflow: hidden;
  border-radius: 0.05rem;
}
#main .m-row .cont-company-list ul li .pic img {
  width: 2.88rem;
}
#main .m-row .cont-company-list ul li .info {
  width: 2.72rem;
  margin: 0.04rem auto 0;
  font-size: 0.12rem;
  line-height: 0.12rem;
  color: #7C8FB4;
}
#main .m-row .cont-company-list ul li .info .num {
  float: right;
}
#main .m-row .cont-question ul li {
  margin-bottom: 0.24rem;
}
#main .m-row .cont-question ul li .date {
  background: url('../images/time-icon2.png') no-repeat left center / 0.11rem;
  font-size: 0.12rem;
  color: #999;
  margin-left: 0.08rem;
  padding-left: 0.17rem;
  line-height: 0.12rem;
  margin-top: 0.02rem;
  margin-bottom: 0.13rem;
}
#main .m-row .cont-question ul li .question {
  text-align: justify;
  font-size: 0.18rem;
  color: #333;
  line-height: 0.26rem;
  padding-left: 0.08rem;
  position: relative;
}
#main .m-row .cont-question ul li .question:after {
  content: '';
  display: block;
  position: absolute;
  width: 0.03rem;
  height: 0.15rem;
  border-radius: 0.03rem;
  background: #43CBFF;
  top: 0.05rem;
  left: 0;
}
#main .m-row .cont-question ul li .answer {
  text-align: justify;
  border-radius: 0.05rem;
  margin-left: 0.08rem;
  background: #EDF1F6;
  font-size: 0.16rem;
  line-height: 0.27rem;
  padding: 0.07rem 0.16rem 0.11rem;
  color: #666;
}
#main .m-row .cont-question ul li .answer p {
  margin-bottom: 0.1rem;
}
#main .m-row .cont-question ul li .answer p:last-child {
  margin-bottom: 0;
}
#main .m-row .cont-question ul li .answer a {
  font-size: 0.12rem;
  color: #209CFF;
}
#main .m-row .cont-question ul li .answer .answer-name {
  font-weight: 500;
}
#main .m-row .cont-question ul li .answer .answer-item {
  border-bottom: 0.01rem solid #cdcdcd;
  padding: 0.04rem 0;
}
#main .m-row .cont-question ul li .answer .answer-item:last-child {
  border-bottom: none;
}
#main .m-row .cont-question ul li .answer-form {
  margin: 0.2rem 0.32rem 0 0.08rem;
}
#main .m-row .cont-question ul li .answer-input {
  position: relative;
}
#main .m-row .cont-question ul li .answer-input .input-box {
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  right: 0;
  font-size: 0.16rem;
  color: #666;
  display: flex;
  align-items: center;
  text-indent: 0.2rem;
}
#main .m-row .cont-question ul li .answer-input .input-box span {
  color: #01afec;
}
#main .m-row .cont-question ul li .answer-input textarea {
  display: block;
  width: 100%;
  height: 0.8rem;
  border: 0.01rem solid #eaeaea;
  outline: none;
  resize: none;
  background: #f7f7f7;
  border-radius: 0.05rem;
  font-size: 0.16rem;
  color: #6e6b6b;
  padding: 0.16rem;
  vertical-align: top;
}
#main .m-row .cont-question ul li .answer-btn {
  width: 0.8rem;
  height: 0.28rem;
  border: 0.01rem solid #03b0ed;
  color: #03b0ed;
  border-radius: 0.3rem;
  background: #f7f7f7;
  font-size: 0.14rem;
  margin-top: 0.1rem;
  outline: none;
  cursor: pointer;
  text-align: center;
  line-height: 0.28rem;
}
#main .m-row .cont-live ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#main .m-row .cont-live ul li {
  padding: 0.16rem;
  background: #fff;
  box-shadow: 0 0.06rem 0.18rem rgba(0, 0, 0, 0.05);
  border-radius: 0.05rem;
  float: left;
  margin-bottom: 0.16rem;
}
#main .m-row .cont-live ul li .left {
  position: relative;
  float: left;
  width: 2.88rem;
  height: 1.63rem;
  overflow: hidden;
}
#main .m-row .cont-live ul li .left img {
  width: 100%;
  border-radius: 0.05rem;
}
#main .m-row .cont-live ul li .left .banner {
  width: 2.88rem;
  height: 1.63rem;
  overflow: hidden;
  position: relative;
}
#main .m-row .cont-live ul li .left .banner .long {
  width: 2.88rem;
}
#main .m-row .cont-live ul li .left .banner .long .box {
  width: 2.88rem;
  position: relative;
  color: #fff;
}
#main .m-row .cont-live ul li .left .banner .long .box img {
  width: 2.88rem;
  height: 1.63rem;
  border-radius: 0.06rem;
}
#main .m-row .cont-live ul li .left .banner .long .box .name {
  position: absolute;
  left: 0.27rem;
  top: 0.48rem;
  font-size: 0.22rem;
  line-height: 0.24rem;
  font-weight: 500;
}
#main .m-row .cont-live ul li .left .banner .long .box .t-title {
  font-size: 0.14rem;
  line-height: 0.18rem;
  position: absolute;
  left: 0.27rem;
  width: 0.9rem;
  top: 0.8rem;
}
#main .m-row .cont-live ul li .left .banner .long1 {
  width: calc(2.88rem * 3);
  position: absolute;
  left: 0;
  top: 0;
  -webkit-animation: banner3 5s 10ms infinite;
}
#main .m-row .cont-live ul li .left .banner .long1 .box {
  float: left;
}
@-webkit-keyframes banner3 {
  0%,
  50% {
    left: 0;
  }
  50.001%,
  100% {
    left: -2.88rem;
  }
}
#main .m-row .cont-live ul li .right {
  height: 1.63rem;
  margin-left: 3.04rem;
  display: block;
  position: relative;
}
#main .m-row .cont-live ul li .right .name {
  width: 2.54rem;
  height: 0.54rem;
  line-height: 0.27rem;
  font-size: 0.18rem;
  color: #344168;
  padding-bottom: 0.1rem;
  display: table-cell;
  vertical-align: middle;
  text-align: justify;
}
#main .m-row .cont-live ul li .right .date {
  color: #7C8FB4;
  font-size: 0.14rem;
  background: url('../images/time-icon2.png') no-repeat left center / 0.13rem auto;
  text-indent: 0.21rem;
  position: absolute;
  left: 0;
  bottom: 0.2rem;
}
#main .m-row .cont-live ul li .right .teacher {
  padding-top: 0.32rem;
}
#main .m-row .cont-live ul li .right .info {
  width: 2.54rem;
  margin-bottom: 0.08rem;
}
#main .m-row .cont-live ul li .right .info:last-child {
  margin-bottom: 0;
}
#main .m-row .cont-live ul li .right .info .username {
  color: #344168;
  font-size: 0.16rem;
  font-weight: 500;
  line-height: 0.18rem;
}
#main .m-row .cont-live ul li .right .info .company {
  color: #344168;
  font-size: 0.14rem;
  line-height: 1em;
  margin-left: 0.08rem;
}
#main .m-row .cont-live ul .li-long {
  width: 100%;
}
#main .m-row .cont-live ul .li-long .right .name {
  width: 100%;
}
#main .m-row .cont-live ul .li-long .right .info {
  width: 100%;
}
#main .m-row .cont-desp .teacher-mb-info {
  display: none;
}
#main .m-row .cont-desp .teacher-info {
  overflow: hidden;
}
#main .m-row .cont-desp .teacher-info .left {
  float: left;
}
#main .m-row .cont-desp .teacher-info .left img {
  width: 100px;
  height: 100px;
  border-radius: 100%;
}
#main .m-row .cont-desp .teacher-info .right {
  margin-left: 1.25rem;
  color: #333333;
}
#main .m-row .cont-desp .teacher-info .right .name {
  font-size: 0.18rem;
  line-height: 0.18rem;
  font-weight: 500;
  padding-bottom: 0.16rem;
  padding-top: 0.23rem;
}
#main .m-row .cont-desp .teacher-info .right .info {
  font-size: 0.16rem;
  line-height: 0.16rem;
  font-weight: 300;
}
#main .m-row .cont-desp p {
  font-size: 0.16rem;
  line-height: 0.29rem;
  color: #333333;
  font-weight: 300;
  text-align: justify;
  margin-bottom: 0.08rem;
}
#main .m-row .cont-category ul {
  display: flex;
  flex-wrap: wrap;
}
#main .m-row .cont-category ul li {
  width: 1.6rem;
  padding: 0 0.2rem;
  float: left;
}
#main .m-row .cont-category ul li:nth-child (6n) {
  margin-right: 0;
}
#main .m-row .cont-category ul li img {
  display: block;
  width: 1.08rem;
  height: 1.08rem;
  border-radius: 100%;
  margin: 0 auto;
  box-shadow: 0 0 0.16rem rgba(0, 0, 0, 0.03);
}
#main .m-row .cont-category ul li .name {
  text-align: center;
  font-size: 0.18rem;
  line-height: 0.28rem;
  padding: 0.1rem 0 0;
  color: #333;
}
#main .m-row .cont-teacher ul li {
  float: left;
  width: 2.94rem;
  height: 1.17rem;
  background: #fff;
  border-radius: 0.05rem;
  box-shadow: 0 0 0.16rem rgba(0, 0, 0, 0.05);
  margin-right: 0.08rem;
  margin-bottom: 0.16rem;
}
#main .m-row .cont-teacher ul li:nth-child(4n) {
  margin-right: 0;
}
#main .m-row .cont-teacher ul li a {
  display: block;
  color: #333333;
}
#main .m-row .cont-teacher ul li a .left {
  float: left;
  margin: 0.16rem;
  width: 0.85rem;
  height: 0.85rem;
  border-radius: 100%;
  overflow: hidden;
}
#main .m-row .cont-teacher ul li a .left img {
  width: 100%;
}
#main .m-row .cont-teacher ul li a .right {
  margin-left: 1.17rem;
}
#main .m-row .cont-teacher ul li a .right .name {
  padding: 0.25rem 0 0.05rem;
  font-size: 0.18rem;
  line-height: 0.18rem;
  color: #333333;
  font-weight: 500;
}
#main .m-row .cont-teacher ul li a .right .company,
#main .m-row .cont-teacher ul li a .right .post {
  font-size: 0.16rem;
  line-height: 0.2rem;
  font-weight: 300;
}
#main .m-row .question-right {
  float: right;
  width: 2.87rem;
}
#main .m-row .question-right .question-btn {
  width: 2.85rem;
  height: 0.31rem;
  border-radius: 0.31rem;
  border: 0.01rem solid #209CFF;
  text-align: center;
  line-height: 0.31rem;
  color: #209CFF;
  font-size: 0.16rem;
  margin-bottom: 0.1rem;
}
#main .m-row .question-right .share-question {
  margin-top: 0.16rem;
  margin-bottom: 0.16rem;
  font-size: 0;
  color: #999999;
  margin-left: 0.38rem;
  line-height: 0.32rem;
}
#main .m-row .question-right .share-question span {
  font-size: 0.14rem;
  margin-right: 0.16rem;
}
#main .m-row .question-right .share-question a {
  margin-right: 0.22rem;
}
#main .m-row .question-right .share-question a img {
  width: 0.32rem;
  height: 0.32rem;
}
#main .m-row .question-right .question-source {
  background: #fff;
  border-radius: 0.05rem;
  padding: 0.16rem;
  font-size: 0.14rem;
  color: #666666;
  line-height: 0.18rem;
  box-shadow: 0 0 0.16rem rgba(0, 0, 0, 0.03);
  margin-bottom: 0.16rem;
}
#main .m-row .question-right .question-shequn img {
  width: 2.87rem;
  height: auto;
  border-radius: 0.05rem;
  box-shadow: 0 0 0.16rem rgba(0, 0, 0, 0.03);
}
#main .m-row .question-right .host-question .h-title {
  font-size: 0.24rem;
  color: #333;
  line-height: 0.36rem;
  border-bottom: 0.01rem solid #EFEFEF;
  margin-bottom: 0.1rem;
}
#main .m-row .question-right .host-question .h-cont li {
  position: relative;
  font-size: 0.16rem;
  line-height: 0.27rem;
  padding-left: 0.08rem;
  margin-bottom: 0.24rem;
}
#main .m-row .question-right .host-question .h-cont li:after {
  position: absolute;
  display: block;
  content: '';
  left: 0;
  top: 0.055rem;
  height: 0.16rem;
  width: 0.03rem;
  background: #209CFF;
}
#main .m-row .question-left {
  margin-right: 3.03rem;
}
#main .m-row .question-left .question-btn {
  display: none;
}
#main .m-company-row-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#main .m-company-row {
  float: left;
  width: 5.92rem;
  margin-right: 0;
}

#main .m-company-row:nth-child(2n) {
  margin-right: 0;
}
#main .m-company-row .cont ul:after {
  display: none;
}
#main .m-company-row .cont ul li:nth-child(2n) {
  margin-right: 0;
}
@media screen and (min-width:960px){
  #main .m-row-other {
    width: 100%;
  }
  #main .m-row-other .cont ul li:nth-child(2n) {
    margin-right: .16rem;
  }
  #main .m-row-other .cont ul li:nth-child(4n) {
    margin-right: 0;
  }
}

#main .bottom-height {
  width: 100%;
  height: 0.6rem;
}
#main .other {
  height: 0.4rem;
  background: #EDF1F6;
  text-align: center;
  font-size: 0.14rem;
  line-height: 0.4rem;
  color: #209CFF;
  cursor: pointer;
  border-radius: 0.05rem;
  margin-top: 0.2rem;
  width: 100%;
}
@media screen and (max-width: 960px) {
  html {
    font-size: calc(100vw / 375 * 100);
  }
  body {
    font-size: 0.14rem;
  }
  #main {
    width: 3.43rem;
    margin: 0 auto;
  }
  #main .tips {
    top: 0.05rem;
  }
  #main .other {
    height: 0.3rem;
    line-height: 0.3rem;
    font-size: 0.12rem;
    max-width: 3.43rem;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  #main .top {
    display: none;
  }
  #main .mb-top {
    display: block;
  }
  #main .m-company-row {
    width: 100%;
    margin-right: 0;
  }
  #main .categories {
    padding-top: 0.1rem;
    margin-bottom: 0.22rem;
  }
  #main .categories li {
    width: 0.757rem;
    padding: 0 0.05rem;
    margin-bottom: 0.08rem;
  }
  #main .categories li img {
    margin-bottom: 0;
    width: 0.54rem;
  }
  #main .categories li .title {
    font-size: 0.16rem;
    line-height: 0.22rem;
    color: #333333;
    padding-top: 0;
  }
  #main .shequn {
    display: block;
  }
  #main .shequn img {
    width: 3.43rem;
    border-radius: 0.05rem;
  }
  #main .content-nav {
    display: flex;
  }
  #main .m-row .title {
    border-bottom: none;
    font-size: 0.2rem;
    height: auto;
    line-height: 0.2rem;
    margin-bottom: 0.08rem;
  }
  #main .m-row .title .all {
    font-size: 0.12rem;
  }
  #main .m-row .title .question-btn {
    display: block;
    float: right;
    color: #209CFF;
    width: 0.67rem;
    height: 0.24rem;
    border: 0.01rem solid #209CFF;
    border-radius: 0.24rem;
    line-height: 0.24rem;
    text-align: center;
    font-size: 0.16rem;
    margin-top: -0.03rem;
    font-weight: 400;
  }
  #main .m-row .cont-teacher ul li {
    width: 1.67rem;
    height: 1.69rem;
    overflow: hidden;
    padding: 0;
    margin-right: 0.09rem;
    margin-bottom: 0.08rem;
  }
  #main .m-row .cont-teacher ul li:nth-child(2n) {
    margin-right: 0;
  }
  #main .m-row .cont-teacher ul li a {
    vertical-align: top;
    margin: 0;
    padding: 0;
    padding-top: 0.14rem;
    height: auto;
  }
  #main .m-row .cont-teacher ul li a .left,
  #main .m-row .cont-teacher ul li a .right {
    float: none;
  }
  #main .m-row .cont-teacher ul li a .left {
    margin: 0 auto;
  }
  #main .m-row .cont-teacher ul li a .left img {
    display: block;
    width: 0.85rem;
    height: 0.85rem;
    margin: 0 auto;
  }
  #main .m-row .cont-teacher ul li a .right {
    height: auto;
    margin: 0;
  }
  #main .m-row .cont-teacher ul li a .right > div {
    text-align: center;
  }
  #main .m-row .cont-teacher ul li a .right .name {
    font-size: 0.18rem;
    line-height: 0.18rem;
    padding: 0.12rem 0 0.08rem;
  }
  #main .m-row .cont-teacher ul li a .right .info {
    display: flex;
    justify-content: center;
    font-size: 0.16rem;
    line-height: 0.16rem;
  }
  #main .m-row .cont-live ul li {
    width: 3.43rem;
    padding: 0;
    float: none;
    background: transparent;
    box-shadow: none;
    margin-bottom: 0.16rem;
  }
  #main .m-row .cont-live ul li .pic {
    position: relative;
  }
  #main .m-row .cont-live ul li .pic img {
    width: 3.43rem;
    border-radius: 0.05rem;
  }
  #main .m-row .cont-live ul li .pic .date {
    position: absolute;
    background: url('../images/time-icon2.png') no-repeat left center / 0.11rem;
    text-indent: 0.13rem;
    color: #344168;
    font-size: 0.1rem;
    bottom: 0.11rem;
    left: 0.1rem;
    line-height: 0.12rem;
  }
  #main .m-row .cont-live ul li .name {
    color: #344168;
    font-size: 0.16rem;
    line-height: 0.21rem;
    padding-top: 0.05rem;
    font-weight: 500;
    width: 3.27rem;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  #main .m-row .cont-live ul li:last-child {
    margin-bottom: 0;
  }
  #main .m-row .cont-live ul li .left {
    margin: 0;
    width: 100%;
    float: none;
    height: auto;
  }
  #main .m-row .cont-live ul li .left img {
    border-radius: 0.05rem;
  }
  #main .m-row .cont-live ul li .left .banner {
    width: 3.43rem;
    height: 1.3rem;
  }
  #main .m-row .cont-live ul li .left .banner .long .box {
    width: 3.43rem;
  }
  #main .m-row .cont-live ul li .left .banner .long .box img {
    width: 3.43rem;
    height: 1.3rem;
  }
  #main .m-row .cont-live ul li .left .banner .long1 {
    width: 10.29rem;
    -webkit-animation: banner4 5s 10ms infinite;
  }
  @-webkit-keyframes banner4 {
    0%,
    50% {
      left: 0;
    }
    50.001%,
    100% {
      left: -3.43rem;
    }
  }
  #main .m-row .cont-live ul li .right {
    width: 100%;
    margin: 0;
    height: auto;
    position: relative;
  }
  #main .m-row .cont-live ul li .right .name {
    width: 3.27rem;
    height: auto;
    margin-bottom: 0;
  }
  #main .m-row .cont-live ul li .right .date {
    position: absolute;
    top: -0.26rem;
    background: url('../images/time-icon2.png') no-repeat left center / 0.11rem;
    text-indent: 0.13rem;
    color: #344168;
    font-size: 0.1rem;
    bottom: 0.11rem;
    left: 0.1rem;
    line-height: 0.12rem;
    height: 0.12rem;
  }
  #main .m-row .cont-live ul li .right .teacher {
    display: none;
  }
  #main .m-row .cont-live ul li .right .info {
    display: none;
  }
  #main .m-row .cont ul {
    display: flex;
    justify-content: space-between;
  }
  #main .m-row .cont ul li {
    width: 1.66rem;
    margin-right: 0;
    margin-bottom: 0.16rem;
  }
  #main .m-row .cont ul li a .banner {
    width: 1.64rem;
    height: 0.925rem;
    overflow: hidden;
    position: relative;
  }
  #main .m-row .cont ul li a .banner .long {
    width: 1.64rem;
  }
  #main .m-row .cont ul li a .banner .long .box {
    width: 1.64rem;
    position: relative;
    color: #fff;
  }
  #main .m-row .cont ul li a .banner .long .box img {
    width: 1.64rem;
    height: 0.925rem;
    border-radius: 0.06rem;
  }
  #main .m-row .cont ul li a .banner .long .box .name {
    position: absolute;
    left: 0.27rem;
    top: 0.48rem;
    font-size: 0.22rem;
    line-height: 0.24rem;
    font-weight: 500;
  }
  #main .m-row .cont ul li a .banner .long .box .t-title {
    font-size: 0.14rem;
    line-height: 0.18rem;
    position: absolute;
    left: 0.27rem;
    width: 0.7rem;
    top: 0.8rem;
  }
  #main .m-row .cont ul li a .banner .long1 {
    width: 4.92rem;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-animation: banner 5s 10ms infinite;
  }
  #main .m-row .cont ul li a .banner .long1 .box {
    float: left;
  }
  @-webkit-keyframes banner {
    0%,
    50% {
      left: 0;
    }
    50.001%,
    100% {
      left: -1.64rem;
    }
  }
  #main .m-row .cont ul li a .info .i-title {
    font-size: 0.16rem;
    line-height: 0.2rem;
    padding: 0.06rem 0 0;
  }
  #main .m-row .cont ul li a .info .i-about {
    display: none;
    font-size: 0.14rem;
    line-height: 0.18rem;
    height: 0.36rem;
    overflow: hidden;
  }
  #main .m-row .cont-desp .mb-desp {
    display: none;
  }
  #main .m-row .cont-desp .teacher-mb-info {
    display: block;
    margin-bottom: 0.16rem;
  }
  #main .m-row .cont-desp .teacher-mb-info .left {
    float: left;
    width: 0.85rem;
    margin-right: 0.24rem;
  }
  #main .m-row .cont-desp .teacher-mb-info .left img {
    width: 0.85rem;
    height: 0.85rem;
    border-radius: 100%;
  }
  #main .m-row .cont-desp .teacher-mb-info .right {
    color: #333333;
  }
  #main .m-row .cont-desp .teacher-mb-info .right .info {
    font-size: 0.16rem;
    line-height: 0.22rem;
    margin-bottom: 0.04rem;
  }
  #main .m-row .cont-desp .teacher-mb-info .right .info .name {
    font-size: 0.18rem;
    line-height: 0.18rem;
    font-weight: 500;
    margin-bottom: 0.12rem;
  }
  #main .m-row .cont-desp .teacher-mb-info .right .desp p {
    font-size: 0.16rem;
  }
  #main .m-row .cont-company {
    margin-bottom: 0.4rem;
    padding: 0.21rem 0;
  }
  #main .m-row .cont-company ul {
    display: flex;
    flex-wrap: wrap;
  }
  #main .m-row .cont-company ul li {
    width: 0.857rem;
    margin-bottom: 0.16rem;
  }
  #main .m-row .cont-company ul li img {
    width: 0.42rem;
    height: 0.42rem;
  }
  #main .m-row .cont-company ul li .i-title {
    padding-top: 0.06rem;
    font-size: 0.16rem;
    line-height: 0.22rem;
  }
  #main .m-row .cont-company ul li:nth-child(n+4) {
    margin-bottom: 0;
  }
  #main .m-row .cont-category ul li {
    width: 0.7574rem;
    padding: 0 0.05rem;
  }
  #main .m-row .cont-category ul li img {
    width: 0.54rem;
    height: 0.54rem;
    border-radius: 100%;
  }
  #main .m-row .cont-category ul li .name {
    font-size: 0.12rem;
    line-height: 0.18rem;
    padding: 0;
  }
  #main .m-row .cont-company-list1 ul li {
    width: 1.67rem;
    height: 0.72rem;
    overflow: hidden;
    margin-bottom: 0.1rem;
  }
  #main .m-row .cont-company-list1 ul li .pic img {
    width: 0.42rem;
    height: 0.42rem;
    margin: 0.15rem 0.08rem 0 0.12rem;
  }
  #main .m-row .cont-company-list1 ul li .info {
    margin-left: 0.62rem;
    margin-top: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    height: 0.72rem;
    font-size: 0.16rem;
    line-height: 0.24rem;
  }
  #main .m-row .cont-company-list1 ul li:nth-child(2n) {
    margin-right: 0;
  }
  #main .m-row .cont-company-list ul li {
    float: left;
    width: 100%;
    height: auto;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0.24rem;
  }
  #main .m-row .cont-company-list ul li a .pic {
    width: 100%;
    height: auto;
  }
  #main .m-row .cont-company-list ul li a .pic img {
    width: 3.43rem;
    height: auto;
  }
  #main .m-row .cont-company-list ul li a .info {
    width: 100%;
    color: #7C8FB4;
    font-size: 0.12rem;
    line-height: 0.12rem;
    padding-top: 0.08rem;
  }
  #main .m-row .cont-question .question-right {
    display: none;
  }
  #main .m-row .cont-question .question-left {
    margin: 0;
    width: 100%;
  }
  #main .m-row .cont-question ul li {
    padding-top: 0.08rem;
  }
  #main .m-row .cont-question ul li .answer {
    margin-right: 0;
  }
  #main .m-row .question-right {
    display: none;
  }
  #main .m-row .question-left {
    margin-right: 0;
  }
  #main .m-row .question-left .question-btn {
    display: block;
    width: 2.51rem;
    height: 0.36rem;
    line-height: 0.36rem;
    border-radius: 0.36rem;
    text-align: center;
    color: #fff;
    font-size: 0.16rem;
    background: linear-gradient(to right, #3D59F4, #2FAAFF);
    margin: 0 auto;
  }
  #main .bottom-height {
    height: 0.3rem;
  }
  #main .mb-top {
    padding-top: 0.24rem;
  }
  #main .mb-top .title {
    color: #fff;
  }
  #main .mb-top .title .all {
    color: #fff;
  }
}
