@import "/common/css/com.css";
* {
  margin: 0;
  padding: 0;
}
.header_wang{
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9;
}
.header_wang .header .container .navbar .hone{
  background-color: #F6F9FE;
  position: relative;
}
.header_wang .header .container .navbar .hone:after{
  content: '';
  display: block;
  width: 44px;
  height: 4px;
  background: #3D7EFF;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.study-room {
  margin-top: 100px;
  position: relative;
}
.study-room .banner {
  width: 100%;
  height: 400px;
  /*background-image: url("https://resource-file.kuxi100.com/index_static/img/banner.png");*/
  /*background-repeat: no-repeat;*/
  /*background-size: cover;*/
  /*background-position: 50%;*/
  position: relative;
  overflow: hidden;
}
.study-room .banner .content {
  width: 1200px;
  margin: 0 auto;
  color: #FFFFFF;
}
.study-room .part {
  box-sizing: border-box;
}
.study-room .part .content{
  width: 1200px;
  margin: auto;
  box-sizing: border-box;
}

.study-room .part .part-title{
  height: 56px;
  width: auto;
}

.study-room .part .sub-title{
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  color: #424752;
}

.study-room .part1{
  height: 580px;
  background: #F5F8FF;
}
.study-room .part1 .content{
  padding-top: 60px;
}
.study-room .part1 .sub-title{
  margin-top: 10px;
}
.study-room .part1 .list{
  display: flex;
  justify-content: space-between;
  margin-top: 64px;
}
.study-room .part1 .list .item img{
  width: 200px;
  height: 220px;
}
.study-room .part1 .list .item div{
  margin-top: 20px;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  color: #424752;
}

.study-room .part2{
  height: 760px;
  background: #FFFFFF;
}
.study-room .part2 .content{
  padding-top: 68px;
}
.study-room .part2 .part-title{
  margin: auto;
}
.study-room .part2 .sub-title{
  text-align: center;
  margin-top: 12px;
}
.study-room .part2 .list{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 92px;
}
.study-room .part2 .list .item{
  width: 340px;
  display: flex;
  margin-bottom: 60px;
}
.study-room .part2 .list .item .icon{
  width: 68px;
  height: 68px;
  margin-right: 10px;
}
.study-room .part2 .list .item .info{
}
.study-room .part2 .list .item .info .title{
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  color: #2B2B2B;
}
.study-room .part2 .list .item .info .desc{
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: #999999;
  margin-top: 8px;
}


.study-room .part3{
  height: 828px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1920px 828px;
}
.study-room .part3 .content{
  padding-top: 80px;
}
.study-room .part3 .part-title{
  margin: auto;
}
.study-room .part3 .sub-title{
  text-align: center;
  margin-top: 12px;
}
.study-room .part3 .main{
  margin: 80px auto 0;
  width: 1180px;
  height: 404px;
}

.study-room .part4{
  height: 624px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1920px 624px;
}
.study-room .part4 .content{
  padding-top: 68px;
}
.study-room .part4 .part-title{
  margin: auto;
}
.study-room .part4 .sub-title{
  text-align: center;
  margin-top: 12px;
  color: #FFFFFF;
}
.study-room .part4 .main{
  margin: 68px auto 0;
  width: 1124px;
  height: 100%;
}

.study-room .part5{
  height: 624px;
  background: #FFFFFF;
}
.study-room .part5 .content{
  padding-top: 100px;
}
.study-room .part5 .part-title{
  margin: auto;
}
.study-room .part5 .sub-title{
  text-align: center;
  margin-top: 12px;
}
.study-room .part5 .list{
  margin-top: 80px;
  display: flex;
  justify-content: space-between;
}
.study-room .part5 .list .item{
  width: 285px;
  height: 240px;
  background: #F5F8FF;
  border-bottom: 4px solid #306FE7;
  box-sizing: border-box;
  padding: 32px 0 0 28px;
}
.study-room .part5 .list .item .icon{
  width: 48px;
  height: 48px;
  margin-top: 32px;
}
.study-room .part5 .list .item .step{
  margin-top: 32px;
}
.study-room .part5 .list .item .desc{
  margin-top: 12px;
}

.qr-code {
  width: 80px;
  height: 80px;
}
.footer{
  margin-top: 0;
}
/*# sourceMappingURL=index.css.map */

.my-toast {
  position: fixed;
  top: 110px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.toast-icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 5px;

  background-position: 0 0;
}

.toast-icon-error {
  background-image: url("https://resource-file.kuxi100.com/index_static/img/err-icon.svg");
}
.toast-icon-success {
  background-image: url("https://resource-file.kuxi100.com/index_static/img/success-icon.svg");
}

.toast-txt {
  color: #fff;
  margin: 0 auto;
  padding: 10px 20px;
  border-radius: 4px;
  z-index: 998;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.toast-success {
  background-color: #f0f9eb;
  border: 1px solid #67c23a;
  color: #67c23a;
}

.toast-error {
  background-color: #fef0f0;
  border: 1px solid #f56c6c;
  color: #f56c6c;
}
.wechat-btn{
  background: #01BF5D;
  border-radius: 5px;
  padding: 6px  14px 6px 8px;
  height: 32px;
  margin-top: 34px;
  font-size: 12px;
  font-weight: 500;
  line-height: 17px;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  margin-left: 20px;
  cursor: pointer;
}
.wechat-btn img{
  width: 20px;
  height: 20px;
}
.mask{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 9;
}
.dialog .con{
  width: 328px;
  height: 320px;
  background: #FFFFFF;
  border-radius: 12px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.dialog .con .container{
  width: 288px;
  height: 280px;
  background: #F7F9FF;
  border-radius: 8px;
  margin: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 48px 0 33px;
  box-sizing: border-box;
}
.dialog .con .container .img-box{
  padding: 8px;
  background-color: #ffffff;
  border-radius: 8px;
}
.dialog .con .container .img-box .code{
  width: 120px;
  height: 120px;
  display: block;

}

.dialog .con .container .text{
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  color: #2B2B2B;
  margin-top: 16px;

}
.dialog .con .container .tip{
  font-size: 12px;
  font-weight: 400;
  line-height: 17px;
  color: #797F91;
  margin-top: 8px;

}
