<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
  min-width: 1500px;
  background: #f2f2f2;
display:none;
}

@font-face {
  font-family: 'Arial MT';
  src: url('ArialMTBold.woff2') format('woff2'),
    url('ArialMTBold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

#main .detail,
#main article {
  width: 1100px;
  min-width: 1100px;
  background-color: #ffffff;
  margin: 40px auto 20px;
  padding: 25px 50px 45px;
  position: relative;
  font-size: 16px;
}
#main .detail{
  padding: 25px 50px 25px;
}
.dis {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#main .detail h2 {
  text-align: center;
  font-size: 20px;
  margin-bottom: 20px;
}

#main .detail .item {
  width: 320px;
  height: 45px;
  background-color: #ffffff;
  position: relative;
}

#main .detail .item label {
  width: 80px;
  height: 45px;
  background-color: #e42000;
  line-height: 45px;
  text-align: center;
  font-size: 14px;
  color: #ffffff;
  position: relative;
}

#main .detail .item label:after {
  content: '';
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-right: 6px solid transparent;
  border-left: 6px solid #e42000;
  border-bottom: 6px solid transparent;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -12px;
}

#main .detail .item input {
  width: 240px;
  border: solid 1px #ededed;
  height: 45px;
  line-height: 45px;
  padding-left: 20px;
  color: #b3b3b3;
}

#main .detail .item input::placeholder {
  color: #b3b3b3;
}

#main .detail .item span,
#main .detail .item img {
  text-decoration: underline;
  font-size: 14px;
  line-height: 35px;
  color: #e42000;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
}

#main .detail .submitBtn {
  position: absolute;
  width: 144px;
  height: 48px;
  background-color: #e42000;
  bottom: 73px;
  right: 75px;
  font-size: 22px;
  font-weight: 700;
  line-height: 48px;
  color: #ffffff;
  text-align: center;
  cursor: pointer;
}

#main .content {
  width: 100%;
  padding: 0;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
}

#main .content .mian_img {
  width: 300px;
  height: 182px;
  margin-right: 34px;
flex-shrink: 0;
}

#main .content img {
  width: 100%;
  height: 100%;
}
#main .content .right{
  height: 182px;
  position: relative;
width:100%;
}
#main .content h2 {
  margin-bottom: 15px;
  text-align: left;
}

#main .content p {
  width: 100%;
  padding-bottom: 0;
  margin-bottom: 8px;
  font-size: 14px;
  color: #868686;
}
#main .content p.time{
  position: absolute;
  bottom: 0;
  left: 0;
}
#main .content p.type_name {
  color: #000000;
  padding-bottom: 0;
  font-size: 16px;
  margin-bottom: 8px;
}

#main .content .btm {
  width: 666px;
  position: absolute;
  left: 334px;
  bottom: 0;
  justify-content: flex-end;
}

#main .content .btm .pay {
  font-size: 20px;
}

#main .content .btm .pay span {
  color: #f10000;
  font-size: 14px;
  display: inline-block;
  margin-left: 15px;
}

#main .content .btm .pay i {
  font-size: 35px;
  display: inline-block;
  margin-left: 5px;
}


#main .content .btm .btn,
#main .fixed .btn {
  width: 200px;
  height: 50px;
  font-weight: 700;
  font-size: 20px;
  color: #7b470e;
  background: url(../img/btn.png) no-repeat;
  background-size: 100%;
  line-height: 48px;
  text-align: center;
  flex-shrink: 0;
}
#main .content .btm .zixun,
#main .fixed .zixun{
  width: 50px;
  height: 50px;
  font-weight: 700;
  font-size: 14px;
  color: #7b470e;
  background: url(../img/zixun.png) no-repeat;
  background-size: 100%;
  margin-left: 20px;
  line-height: 16px;
  cursor: pointer;
  flex-shrink: 0;
}
#main .fixed {
  width: 100%;
  min-width: 1500px;
  background: #ffffff;
  padding: 5px 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  display: none;
  box-shadow: 0px 0px 30px 0px rgb(12 4 7 / 20%);
}

#main .fixed&gt;div {
  width: 1100px;
  margin: 0 auto;
  padding-right: 50px;
}

#main article {
  padding: 0;
  margin-top: 20px;
  background: none;
  align-items: flex-start;
}

#main article .right {
  background-color: #ffffff;
  /* height: 700px; */
  width: 870px;
}

#main article .right .title,
#main .fixed .title {
  width: 100%;
  height: 50px;
  background-image: linear-gradient(0deg,
      #f4f4f4 0%,
      #ffffff 100%);
  font-size: 20px;
  line-height: 50px;
  justify-content: flex-start;
  padding-left: 20px;
}

#main .fixed .title {
  background: none;
}

#main article .right .title span,
#main .fixed .title span {
  width: 4px;
  height: 20px;
  background-color: #333333;
  margin-right: 15px;
}

#main article .right section {
  width: 100%;
  padding: 30px 70px 30px;
  font-size: 15px;
  text-align: center;
}

#main article .right section img {
  width: 100%;
}

#main article .right section h4 {
  margin-bottom: 10px;
}

#main article .right section p {
  line-height: 23px;
}

#main article .right section p.name {
  margin-bottom: 15px;
}

#main article .right section p.red {
  color: #f10000;
  margin-bottom: 5px;
  margin-top: 15px;
}

#main article .right section p.mar {
  margin-bottom: 24px;
}

#main article .right section p.day {
  margin-top: 10px;
  margin-bottom: 5px;
}
#main article .right&gt;p{
  padding: 10px 70px 10px;
  font-size: 14px;
  color: #969696;
}
#main article .left {
  width: 220px;


}
#main article .left .lesson{
  background: #ffffff;
  padding-top: 20px;
margin-top:20px;
 padding-bottom: 5px;
}
#main article .left h3 {
  font-size: 18px;
  height: 20px;
  line-height: 18px;
  border-left: 4px solid #000000;
  padding-left: 17px;

  margin-bottom: 20px;

}

#main article .left li {
  width: 220px;
  margin-bottom: 10px;

  padding: 10px;
}
#main article .left li:last-child{
margin-bottom:0;
}
#main article .left li .img {
  width: 100%;
  margin-bottom: 8px;
  overflow: hidden;
}

#main article .left li:hover img {
  transform: scale(1.2);
  transition: all .4s;
}

#main article .left li img {
  width: 100%;
  transition: all .4s;
}

#main article .left li a {
  color: #000000;
}

#main article .left li:hover a {
  color: #f10000;

}

#main article .left li h4 {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  /* 几行后显示不开省略 */
  -webkit-line-clamp: 2;
  font-weight: 400;
  text-align: left;
  font-size: 14px;
}

/* layout */
.layout {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  display: none;
  z-index: 10;
}

.layout .layout_box {
  /* display: none; */
}

.layout .link_box {
  display: none;
}

.layout input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #f2f2f2 inset !important;
}

.layout&gt;div {
  width: 460px;
  height: auto;
  background: #ffffff;
  border-radius: 20px;
}

.layout .info {
  width: 460px;
  height: 80px;
  background-image: linear-gradient(80deg,
      #fcedd1 0%,
      #f1cf9e 100%);
  border-radius: 20px 20px 0px 0px;
  padding-left: 25px;
  padding-top: 12px;
}

.layout .info p {
  font-size: 18px;
  color: #1a1a1a;
}

.layout h3 {
  font-size: 18px;
  color: #1a1a1a;
  margin-top: 8px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.layout .close {
  width: 16px;
  height: 16px;
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
}

.layout .close img {
  width: 100%;
}

.layout form {
  flex-wrap: wrap;
  padding: 25px 25px 20px;
}

.layout .item,
.layout input,
.layout select {
  width: 200px;
  height: 45px;
  background-color: #f2f2f2;
  border-radius: 4px;
  font-size: 14px;
  line-height: 45px;
  color: #999999;
}

.layout .item {
  margin-bottom: 8px;
}

.layout input,
.layout select {
  padding-left: 10px;
}

.layout select {
  background: #f1f1f1 url(../img/form_arrow.png) no-repeat right;
  background-position-y: 50%;
  background-position-x: 180px;
}

.layout .item.yzm input {
  width: 100%;
}

.layout .item.yzm span {
  width: 100px;
  height: 40px;
  background-color: #333333;
  line-height: 40px;
  font-size: 16px;
  cursor: pointer;
  font-size: 14px;
  color: #ffffff;
  flex-shrink: 0;
}

.layout .btn {
  width: 160px;
  height: 45px;
  line-height: 45px;
  background-color: #ff6554;
  border-radius: 22px;
  font-size: 20px;
  font-weight: 700;
  color: #ffffff;
  margin: 12px auto 0;
}

.layout .link_box {
  width: 460px;
  height: 200px;
  background-color: #ffffff;
  border-radius: 20px;
  padding-top: 92px;
}

.layout .link_box .succeed {
  width: 113px;
  height: 113px;
  background: url(../img/succeed.png) no-repeat;
  background-size: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -33px;
  align-items: flex-end;
  font-size: 20px;
  font-weight: 700;
  color: #333333;
}

.layout .link_box .line {
  width: 400px;
  height: 1px;
  background-color: #e6e6e6;
  margin: 0 auto;
}

.layout .link_box .detail {
  padding-left: 30px;
  padding-top: 13px;
}

.layout .link_box .detail .link {
  font-size: 14px;
  color: #1a1a1a;
  margin-top: 10px;
}

.layout .link_box .detail .link a {
  color: #1a1a1a;
}

.layout .link_box .detail .link a:hover {
  color: #f10000;
}

.layout .layout_box .qrcode{
  width: 100%;
    height: 200px;
}
.layout .layout_box .qrcode img{
  width: 160px;
    height: 160px;
}</pre></body></html>