@charset "utf-8";

@font-face {
    font-family: 'iconfont';  /* project id 1257748 */
    src: url('//at.alicdn.com/t/font_1257748_boixdrlgf08.eot');
    src: url('//at.alicdn.com/t/font_1257748_boixdrlgf08.eot?#iefix') format('embedded-opentype'),
    url('//at.alicdn.com/t/font_1257748_boixdrlgf08.woff2') format('woff2'),
    url('//at.alicdn.com/t/font_1257748_boixdrlgf08.woff') format('woff'),
    url('//at.alicdn.com/t/font_1257748_boixdrlgf08.ttf') format('truetype'),
    url('//at.alicdn.com/t/font_1257748_boixdrlgf08.svg#iconfont') format('svg');
  }

.sty-iconfont {
    font-family: iconfont !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.flex {
  display: box;              /* OLD - Android 4.4- */
  display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
}

/* 子元素-平均分栏 */
.flex1 {
  -webkit-box-flex: 1;      /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 1;         /* OLD - Firefox 19- */
  -webkit-flex: 1;          /* Chrome */
  -ms-flex: 1;              /* IE 10 */
  flex: 1;                  /* NEW, Spec - Opera 12.1, Firefox 20+ */
}
/* 父元素-横向排列（主轴） */
.flex-h {
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
}
/* 父元素-横向换行 */
.flex-hw {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}
/* 父元素-水平居中（主轴是横向才生效） */
.flex-hc {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  /* 其它取值如下：
      align-items     主轴原点方向对齐
      flex-end        主轴延伸方向对齐
      space-between   等间距排列，首尾不留白
      space-around    等间距排列，首尾留白
   */
}
.flex-hsb {
  -webkit-box-pack: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}
/* 父元素-纵向排列（主轴） */
.flex-v {
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
}
/* 父元素-纵向换行 */
.flex-vw {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}
/* 父元素-竖直居中（主轴是横向才生效） */
.flex-vc {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}

.orange {
  background:rgba(255,170,98,1);
}

.purple {
  background:rgba(170,172,253,1);
}

.pink {
  background:rgba(249,137,141,1);
}
.purple2 {
  background: #727EEA!important;
}
.purple3 {
  background: #8690E9!important;
}
.pink2 {
  background: #FF7777!important;
}
.purple2-font {
  color: #727EEA!important;
}
.orange-font {
  color:rgba(255,170,98,1);
}
.sty-container {
  width: 9.2rem;
  margin: 0 auto;
}
.banner-wrap {
  width: 10rem;
  height: 9.053333rem;
}
.banner-wrap img {
  width: 100%;
  height: 100%;
}
.sty-container .part__title {
  text-align: center;
  font-weight: bold;
  font-size: .586667rem;
}
.sty-container .part__sub-title {
  margin-top: .28rem;
  margin-bottom: .493333rem;
  text-align: center;
  font-size:.293333rem;
  font-weight:400;
  color:rgba(102,102,102,1);
  line-height:.4rem;
}
.bg-black {
  background: #2B3137;
}
.bg-black .part__title, .bg-black .part__sub-title {
  color:rgba(255,255,255,1);
}
.bg-grid {
  background: url(https://assets-cdn.lanqb.com/imgv3_m/studyRoom/bg.png) repeat;
}
.sty-p1 {
  padding: .813333rem 0 1.346667rem 0;
}
.sty-p1 .p1-top-list {
  margin-bottom: 1.053333rem;
  text-align: center;
}
.sty-p1 .p1-top-list .arrow-wrap {
  width: .333333rem;
  height: .48rem;
  margin: .213333rem auto .16rem auto;
}
.sty-p1 .p1-top-list .arrow-wrap img {
  width: 100%;
  height: 100%;
}
.sty-p1 .p1-top-list .top-item{
  width: 8.72rem;
  height: 1.573333rem;
  text-align: center;
  color:rgba(255,255,255,1);
  border-radius: .066667rem;
  box-shadow:0px 0px .133333rem 0px #919191;
  margin: 0 auto;
}

.sty-p1 .p1-top-list .top-item .sty-iconfont {
  width: 2.786667rem;
  font-size: .88rem;
  position: relative;
}
.sty-p1 .p1-top-list .top-item .sty-iconfont::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height:.853333rem;
  border-left:.013333rem solid #E58E45;
}

.sty-p1 .p1-top-list .top-item.purple .sty-iconfont::after {
  border: .013333rem solid #8789EB;
}
.sty-p1 .p1-top-list .top-item.pink .sty-iconfont::after {
  border: .013333rem solid #E96F73;
}
.sty-p1 .p1-top-list .top-item .top-item__title {
  font-size: .373333rem;
  font-weight:500;
  line-height: .4rem;
}

.sty-p1 .p1-top-list .top-item .top-item__desc {
  font-size: .293333rem;
  font-weight:400;
  line-height: .4rem;
  margin-top: .133333rem;
}
.sty-p1-list .sty-p1-item {
  width: 100%;
  height: 3.6rem;
  margin-bottom: .56rem;
  box-shadow:0px 0px .12rem 0px #bcbcbc;
  border-radius: 3px;
  overflow: hidden;
  background: #FFFFFF;
}
.sty-p1-list .sty-p1-item:last-child {
  margin-bottom: 0;
}
.sty-p1-list .sty-p1-item .left-wrap {
  height: .893333rem;
  color: #666666;
  background: #FAFAFA;
  font-size: .293333rem;
  font-weight:400;
  color:rgba(102,102,102,1);
  line-height: .426667rem;
}
.sty-p1-list .sty-p1-item .left-wrap .sty-p1-item__week {
  width: 2.24rem;
  position: relative;
  font-size: .346667rem;
  font-weight:500;
  color:rgba(102,102,102,1);
  line-height: .4rem;
  text-align: center
}
.sty-p1-list .sty-p1-item .left-wrap .sty-p1-item__week::after {
  content: '';
  position: absolute;
  width:1px;
  height:.346667rem;
  background:#E3E1E1;
  right: 0;
  top: 0;
}
.sty-p1-list .sty-p1-item .left-wrap .sty-p1-item__time {
  padding-left: .213333rem;
  font-size: .293333rem;
}
.sty-p1-list .sty-p1-item .right-wrap {
  background: #FFFEF9;
  text-align: center;
  padding: .533333rem 0 .44rem 0;
}

.sty-p1-list .sty-p1-item .right-wrap .sty-p1-item__course-name {
  font-size:.373333rem;
  font-weight:500;
  color:rgba(51,51,51,1);
  line-height:.4rem;
  margin-bottom: .52rem;
}

.sty-p1-list .sty-p1-item .right-wrap .sty-p1-item__btn {
  width:3.226667rem;
  height:.76rem;
  border-radius:.066667rem;
  margin-right: 1.16rem;
  border: none;
  font-size:.266667rem;
  font-weight:500;
  color:rgba(251,251,251,1);
  line-height:.4rem;
}

.sty-p1-list .sty-p1-item .right-wrap .sty-p1-item__btn:last-child {
  margin-right: 0;
}

.sty-p1-list {
  margin-bottom: .56rem;
}
.show-more-btn-wrap {
  text-align: center;
}
.btn-show-more {
  width:4.173333rem;
  height: 1.026667rem;
  background:#FFA253;
  color: #ffffff;
  font-size: .373333rem;
  font-weight: 500;
  line-height: .4rem;
  border: none;
}

.hide-list {
  display: none;
}

.sty-p2 {
  padding: 1.306667rem 0 1.28rem 0;
}
.sty-p2 .vs-img-wrap {
  width: .96rem;
  height: .746667rem;
  margin: 0 .293333rem 0 .346667rem;
  text-align: center;
}
.sty-p2 .vs-img-wrap img {
  width: 100%;
  height: 100%;
}
.sty-p2 .left-container {
  margin-bottom: .666667rem;
}
.sty-p2 .content-wrap {
  width: 3.8rem;
  height: 4.64rem;
  border-radius: .066667rem;
  background: #FBFBFB;
  overflow: hidden;
}

.sty-p2 .content-wrap .left-image-wrap {
  width: 3.8rem;
  height: 2.32rem;
}
.sty-p2 .content-wrap .left-image-wrap img{
  width: 100%;
  height: 100%;
}

.sty-p2 .content-wrap .sty-p2__content {
  text-align: center;
  font-size: .293333rem;
  font-weight:400;
  color:#333333;
  line-height: .48rem;
  margin: auto;
}

.sty-p3 {
  padding: 1.386667rem 0 1.346667rem 0;
  background: url(https://assets-cdn.lanqb.com/imgv3_m/studyRoom/bg.png) repeat;
}
.sty-p3 .sty-container {
  position: relative;
}

.sty-p3-list .sty-p3-item {
  border-radius: .066667rem;
  width: 9.213333rem;
  height: 5.48rem;
  margin-bottom: .6rem;
  font-size: .24rem;
  background: #FFAA62;
  color: #ffffff;
}
.sty-p3-list .sty-p3-item .img-wrap {
  width: 4.333333rem;
  height: 100%;
}
.sty-p3-list .sty-p3-item .img-wrap img {
  width: 100%;
  height: 100%;
}
.sty-p3-list .sty-p3-item .work-wrap {
  height: 5.48rem;
  color: #ffffff;
  padding: .6rem .293333rem .506667rem .373333rem;
  position: relative;
}

.sty-p3-list .sty-p3-item .work-wrap .sty-p3-item__content {
  width: 3.6rem;
  font-size: .266667rem;
  font-weight:400;
  color:rgba(255,255,255,1);
  line-height: .4rem;
  margin-top: .266667rem;
}

.sty-p3-list .sty-p3-item .work-wrap .info-wrap {
  /* visibility: hidden; */
  font-size: .346667rem;
  font-weight:500;
  color:rgba(255,255,255,1);
  line-height: .4rem;
}

.sty-p3-list .sty-p3-item .work-wrap .info-wrap .sty-p3-item__teacher {
  margin-left: .133333rem;
  font-size: .24rem;
  font-weight:400;
  line-height: .4rem;
}
.sty-p3-list .sty-p3-item .sty-p3-item__btn {
  width: 3.533333rem;
  height: .84rem;
  background: #FFFFFF;
  font-size: .32rem;
  font-weight:500;
  color:#FF9A44;
  line-height: .84rem;
  text-align: center;
  border: none;
  margin: auto;
}

.sty-p3-list .sty-p3-item .sty-p3-item__name {
  font-size: .333333rem;
}

.sty-p3-list .sty-p3-item .work-wrap .sty-p3-item__content {
  width: fit-content;
}

.sty-p4 {
  padding: 1.32rem 0 1.32rem 0;
}

.sty-p4 .sty-p4__content-wrap {
  background:rgba(255,255,255,1);
  padding: .52rem 0;
  text-align: center;
}
.sty-p4 .sty-p4__content-wrap .sty-p4-item {
  width: 8.653333rem;
  margin: 0 auto;
  margin-bottom: .373333rem;
  background:#F5F5F5;
  /* line-height: .813333rem; */
  font-size: .293333rem;
  font-weight:400;
  color:#666666;
  /* padding-left: .2rem; */
  text-align: left;
  padding: .16rem 0 .16rem .2rem;
  line-height: .493333rem;
}
.sty-p4 .sty-p4__content-wrap .sty-p4-item:last-child {
  margin-bottom: 0;
}
.sty-p4 .sty-p4__content-wrap .sty-p4-item .sty-iconfont {
  font-size: .4rem;
  margin-right: .213333rem;
}
.sty-p4 .sty-p4__content-wrap .sty-p4-item a {
  display: inline;
}
.sty-p4 .sty-p4__btn {
  width: 4.173333rem;
  height: 1.026667rem;
  background:#FFA253;
  border: none;
  font-size: .373333rem;
  font-weight:500;
  color:rgba(255,255,255,1);
  line-height: .4rem;
  margin-top: .786667rem;
}

.img-gallary {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.8);
  overflow-y: auto;
  font-size: 0;
}
.img-gallary img {
  max-width: 100%;
  display: inline-block;
  vertical-align: middle;
}
.img-gallary::after {
  content: "";
  width: 0;
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}

.popup-dialog {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 13;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.8);
  overflow: hidden;
  overflow-y: auto;
}
.popup-dialog > div {
  width: 100%;
  height: 100%;
}
.popup-dialog .dialog-wrap {
  width: 5.133333rem;
  height: 3.773333rem;
  background: url(https://assets-cdn.lanqb.com/imgv3_m/studyRoom/dialog-bg.png) no-repeat center center;
  background-size: 100%;
  position: relative;
  text-align: center;
}

.popup-dialog .dialog-wrap .title {
  font-size: .32rem;
  font-weight:400;
  color:rgba(255,255,255,1);
  line-height: 1rem;
  text-align: center
}

.popup-dialog .dialog-wrap .content {
  font-size: .373333rem;
  font-weight:400;
  color:rgba(51,51,51,1);
  line-height: .56rem;
  text-align: center;
  padding-top: .2rem;
}

.popup-dialog .dialog-wrap .close {
  position: absolute;
  top: -0.22rem;
  right: -0.22rem;
  width: .466667rem;
  height: .466667rem;
  border:1px solid rgba(255,255,255,1);
  border-radius:50%;
  background:rgba(160,160,160,0.6);
  font-size: .36rem;
  font-weight:400;
  color:rgba(255,255,255,1);
  text-align: center;
  line-height: .373333rem;
}
.popup-dialog .dialog-wrap .dialog-btn {
  width:3.733333rem;
  height:.813333rem;
  background:rgba(255,162,83,1);
  border-radius:.066667rem;
  font-size:.293333rem;
  font-weight:500;
  color:rgba(255,255,255,1);
  line-height:.8rem;
  border: none;
  margin-top: .3rem;
}

.study-room .banner-wrap {
  position: relative;
  width: 10rem;
  height: 7.64rem;
}
.study-room .banner-wrap .banner-decoration {
  position: absolute;
  top: 0;
  left: 0;
  width: 10rem;
  height: auto;
  animation-duration: 0.5s;
}
.study-room .banner-wrap .banner-top-title {
  position: absolute;
  top: 0;
  left: 3.04rem;
  width: 3.653333rem;
  height: auto;
  animation-duration: 0.5s;
}
.study-room .banner-wrap .banner-title1 {
  position: absolute;
  top: 1.786667rem;
  left: .546667rem;
  width: 8.813333rem;
  height: auto;
  animation-delay: 1s;
}
.study-room .banner-wrap .banner-title2 {
  position: absolute;
  top: 3.64rem;
  left: 1.493333rem;
  width: 6.986667rem;
  height: auto;
  animation-delay: 1s;
}

.study-room-origin .sty-p1{
  background: url(https://assets-cdn.lanqb.com/imgv3_m/studyRoomOrigin/bg1-new.png) repeat;
  background-size: 100% auto;
  padding: .933333rem 0 1.2rem 0;
}

.study-room-origin .sty-p1 .part__title img{
  width: 8.346667rem;
}
.study-room-origin .sty-p2{
  background: url(https://assets-cdn.lanqb.com/imgv3_m/studyRoomOrigin/bg2.png) repeat;
  background-size: 100% 100%;
  padding: 1.333333rem 0;
}
.study-room-origin .sty-p2 .part__title img{
  width: 6.2rem;
}
.study-room-origin .sty-p3{
  background: url(https://assets-cdn.lanqb.com/imgv3_m/studyRoomOrigin/bg3.png) repeat;
  background-size: 100% 100%;
  padding: 1.333333rem 0;
}
.study-room-origin .sty-p3 .part__title img{
  width: 6.866667rem;
}
.study-room-origin .sty-p4{
  background: url(https://assets-cdn.lanqb.com/imgv3_m/studyRoomOrigin/bg4.png) repeat;
  background-size: 100% 100%;
  padding: 1.333333rem 0;
}
.study-room-origin .sty-p4 .part__title img{
  width: 6.546667rem;
}

.study-room-origin .sty-p2 .part__sub-title, .study-room-origin .sty-p4 .part__sub-title{
  color: #ffffff;
}
.study-room-origin .sty-p4 .sty-p4__content-wrap .sty-p4-item .sty-iconfont {
  width: .426667rem;
  height: .426667rem;
  border-radius: .426667rem;
  color: #ffffff;
  display: inline-block;
  position: relative;
  text-align: center;
  line-height: .426667rem;
  font-size: .266667rem;
}
.study-room-origin .banner-wrap {
  height: 9.346667rem;
  position: relative;
}
.study-room-origin .banner-wrap .banner-shift-wrap{
  width: 8.653333rem;
  height: 8.56rem;
  position: absolute;
  top: .786667rem;
  left: 50%;
  transform: translate(-50%, 0);
}
.study-room-origin .banner-wrap .banner-title{
  width: 7.626667rem;
  height: 2.066667rem;
  position: absolute;
  top: 1.333333rem;
  left: .28rem;
}
.study-room-origin .banner-wrap .banner-sub-title{
  width: 6.64rem;
  height: 2.04rem;
  position: absolute;
  top: 3.76rem;
  left: 1.013333rem;
}
.study-room-origin .banner-wrap .banner-left{
  width: 1.933333rem;
  height: 1.28rem;
  position: absolute;
  top: 5.146667rem;
  left: .653333rem;
}
.study-room-origin .banner-wrap .banner-right{
  width: 1.24rem;
  height: 1.133333rem;
  position: absolute;
  top: 3.706667rem;
  left: 6.64rem;
}

.study-room-origin .sty-p3-list .sty-p3-item {
  background: #727EEA;
}

.study-room-origin .sty-p1 .p1-top-list .top-item.orange .sty-iconfont::after {
  border: none;
  border-left: .013333rem solid rgba(230,149,61,1);
}
.study-room-origin .sty-p1 .p1-top-list .top-item.purple3 .sty-iconfont::after {
  border: none;
  border-left: .013333rem solid rgba(113,123,212,1);
}
.study-room-origin .sty-p1 .p1-top-list .top-item.pink2 .sty-iconfont::after {
  border: none;
  border-left: .013333rem solid rgba(219,100,100,1);
}
.study-room-origin .popup-dialog .dialog-wrap {
  background: #ffffff;
  border-radius: 5px;
}
.study-room-origin .popup-dialog .dialog-wrap .title {
  background:rgba(244,245,255,1);
  border-radius: 5px 5px 0 0;
  color: #666666;
}
.study-room-origin .popup-dialog .dialog-wrap .content {
  color: #666666;
}

.study-room-origin .sty-p1-list .sty-p1-item .left-wrap {
  background: #F4F5FF;
}
.study-room-origin .sty-p1-list .sty-p1-item .right-wrap {
  background: #FFFFFF;
}

.study-room-cute .banner-wrap {
  height: 12.306667rem;
  position: relative;
}
.study-room-cute .banner-wrap .banner-shift-wrap{
  width: 8.786667rem;
  height: auto;
  position: absolute;
  top: .306667rem;
  left: .56rem;
  transform: translate(0, 0);
}
.study-room-cute .banner-wrap .banner-title{
  width: 7.253333rem;
  height: auto;
  position: absolute;
  top: .933333rem;
  left: 1.386667rem;
}
.study-room-cute .banner-wrap .banner-sub-title{
  width: 6.96rem;
  height: auto;
  position: absolute;
  top: 3.613333rem;
  left: 1.72rem;
}
.study-room-cute .banner-wrap .banner-left{
  width: 100%;
  height: auto;
  position: absolute;
  bottom: 0;
  left: 0;
}

.study-room-cute .sty-p1{
  background: url(https://assets-cdn.lanqb.com/imgv3_m/studyRoomCute/bg1.png?imageView2/1/w/750/h/1708) repeat;
  background-size: 100% 100%;
  padding: .933333rem 0 1.333333rem 0;
}

.study-room-cute .sty-p2{
  background: url(https://assets-cdn.lanqb.com/imgv3_m/studyRoomCute/bg2.png?imageView2/1/w/750/h/1134) repeat;
  background-size: 100% 100%;
  padding: 1.333333rem 0;
}

.study-room-cute .sty-p3{
  background: url(https://assets-cdn.lanqb.com/imgv3_m/studyRoomCute/bg1.png?imageView2/1/w/750/h/1708) repeat;
  background-size: 100% 100%;
  padding: 1.333333rem 0;
}

.study-room-cute .sty-p4{
  background: url(https://assets-cdn.lanqb.com/imgv3_m/studyRoomCute/bg4.png?imageView2/1/w/750/h/972) repeat;
  background-size: 100% 100%;
  padding: 1.333333rem 0;
}

.study-room-cute .sty-p1 .top-item.top1-color {
  background: #FEAD00!important;
}
.study-room-cute .sty-p1 .top-item.top2-color {
  background: #4C8EFF!important;
}
.study-room-cute .sty-p1 .top-item.top3-color {
  background: #FF679F!important;
}

.study-room-cute .sty-p1 .p1-top-list .top-item.top1-color .sty-iconfont::after {
  border-color: #D59100;
}
.study-room-cute .sty-p1 .p1-top-list .top-item.top2-color .sty-iconfont::after {
  border-color: #2276D4;
}
.study-room-cute .sty-p1 .p1-top-list .top-item.top3-color .sty-iconfont::after {
  border-color: #D44F80;
}
.study-room-cute .orange {
  background: #FEAD00!important;
}
.study-room-cute .blue {
  background: #4C8EFF!important;
}
.study-room-cute .blue-font {
  color: #4C8EFF!important;
}

.study-room-cute .sty-p2 .part__sub-title, .study-room-cute .sty-p4 .part__sub-title{
  color: #333333!important;
}

.study-room-cute .sty-p1-list .sty-p1-item .left-wrap {
  background: #F3F3F2;
}

.study-room-cute .popup-dialog .dialog-wrap .title {
  background:#FEDA5F;
  border-radius: 5px 5px 0 0;
  color: #666666;
}
