.content{
  width: 100%;
  font-size: 0;
  position: relative;
  overflow: hidden;
}
.box{
  width: 1170px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.title{
  width: 1170px;
  margin: 0 auto;
  margin-bottom: 60px;
}
.title.white h3{
  color: #fff;
}
.title.white p{
  color: #fff;
}
.btn{
  cursor: pointer;
}
.btn {
  width: 180px;
  height: 48px;
  line-height: 48px;
  border-radius: 8px;
  border: 1px solid #5F5F5F;
  text-align: center;
  position: relative;
  font-size: 14px;
  transition: all .6s;
  color: #fff;
  text-indent: -40px;
  background-color: #3d8bfd;
  border-color: #3d8bfd;
}

.btn:after {
  content: '';
  position: absolute;
  display: inline-block;
  width: 44px;
  height: 8px;
  top: 50%;
  transform: translateY(-50%);
  right: 30px;
  margin-left: 0;
  background: url('/liuxue/img/pc/wmt/wri.png') no-repeat center;
  transition: all .4s;
  background-size: cover;
}
/* 
.btn:hover {
  color: #fff;
  background-color: #3d8bfd;
  border-color: #3d8bfd;
}
*/
.btn:hover{
  background-color: #0d6efd;
}
.btn:hover:after {
  right: 22px;
} 

/* banner */
.banner{
  background: url('/liuxue/img/pc/case/banner.png') no-repeat center;
  background-size: cover;
  height: 500px;
  padding-bottom: 0;
  text-align: center;
}
.banner h1{
  color: #FFFFFF;
  font-weight: bold;
  font-size: 50px;
  margin-top: 60px;
}
.banner h3{
  color: #FFFFFF;
  font-size: 72px;
  font-weight: bold;
  margin-bottom: 20px;
  letter-spacing: 4px;
}
.banner p{
  color: #FFFFFF;
  font-size: 26px;
  letter-spacing: 1.5px;
}

/* case */
.case{
  overflow: initial;
  background: url('/liuxue/img/pc/case/bg10.png') no-repeat center;
  background-size: cover;
}
.case .box{
  border-radius: 8px;
}
.case .box>.head{
  width: 100%;
  height: 153px;
  position: relative;
  padding-top: 25px;
  text-align: center;
  box-sizing: border-box;
}
.case .box>.head:after{
  content: '';
  position: absolute;
  width: 102px;
  height: 164px;
  right: 81px;
  top: -26px;
  background: url('/liuxue/img/pc/case/bg11.png') no-repeat center;
  background-size: cover;
}
.case .box>.head p{
  color: #FFFFFF;
  font-size: 48px;
  font-weight: bold;
  margin-bottom: 5px;
}
.case .box>.head span{
  color: #FFFFFF;
  font-size: 24px;
}
.case .clearfix{
  width: 100%;
  box-sizing: border-box;
}
.case .clearfix .fl,
.case .clearfix .fr{
  width: 575px;
  background-color: #fff;
  padding-bottom: 40px;
}
.case .clearfix .fl .head,
.case .clearfix .fr .head{
  width: 100%;
  height: 38px;
  background: #FFFFFF;
  box-shadow: 0px 8px 24px 0px #E4EAF0;
  overflow: hidden;
  position: relative;
}
.case .clearfix .fl .head span,
.case .clearfix .fr .head span{
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  line-height: 38px;
  padding-left: 40px;
  box-sizing: border-box;
  color: #59595C;
  font-size: 18px;
  font-weight: bold;
}
.case .clearfix .fl .head span::before,
.case .clearfix .fr .head span::before{  
  content: '';
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 7px;
  height: 17px;
  background-color: #3d8bfd;
}
.case .clearfix .fr .head span::before{
  background-color: #3F7ACD;
}
.case .clearfix .fl .head em,
.case .clearfix .fr .head em{
  position: absolute;
  width: 158px;
  line-height: 38px;
  height: 100%;
  background: #3d8bfd;
  top: 0;
  right: 0;
  color: #FFFFFF;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
.case .clearfix .fr .head em{
  background: #577FB8;
}
.case .clearfix .fl .con,
.case .clearfix .fr .con{
  padding-left: 40px;
  padding-right: 50px;
  box-sizing: border-box;
  width: 100%;
  position: relative;
}
.case .clearfix .fl .con>div,
.case .clearfix .fr .con>div{
  width: 100%;
  position: relative;
  margin-top: 20px;
  padding-left: 72px;
  box-sizing: border-box;
}
.case .clearfix .fl .con>div i,
.case .clearfix .fr .con>div i{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 28px;
  height: 32px;
  left: 0;
  background: url('/liuxue/img/pc/case/gray.png') no-repeat center;
  background-size: cover;
  color: #FFFFFF;
  text-align: center;
  font-size: 15px;
  line-height: 27px;
}
.case .clearfix .fl .con>div:nth-child(1) i,
.case .clearfix .fl .con>div:nth-child(2) i,
.case .clearfix .fl .con>div:nth-child(3) i{
  background: url('/liuxue/img/pc/case/orange.png') no-repeat center;
  background-size: cover;
}
.case .clearfix .fr .con>div:nth-child(1) i,
.case .clearfix .fr .con>div:nth-child(2) i,
.case .clearfix .fr .con>div:nth-child(3) i{
  background: url('/liuxue/img/pc/case/blue.png') no-repeat center;
  background-size: cover;
}
.case .clearfix .fl .con>div h3,
.case .clearfix .fr .con>div h3{
  color: #59595C;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 8px;
  position: relative;
  z-index: 2;
}
.case .clearfix .fl .con>div span,
.case .clearfix .fr .con>div span{
  display: inline-block;
  margin-right: 20px;
  height: 21px;
  line-height: 21px;
  background: #F2F2F2;
  border: 1px solid #DAE0E9;
  color: #6E8AB2;
  font-size: 14px;
  position: relative;
  padding: 0 4px;
  z-index: 2;
}
.case .clearfix .fl .con>div p,
.case .clearfix .fr .con>div p{
  position: absolute;
  text-align: right;
  text-align: center;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  /* padding-top: 4px; */
  box-sizing: border-box;
  color: #59595C;
  font-size: 14px;
  z-index: 0;
}
.case .clearfix .fl .con>div p b,
.case .clearfix .fr .con>div p b{
  color: #3d8bfd;
  font-size: 20px;
  display: block;
}

/* count */
.count{
  background-color: #fff;
  padding-bottom: 0;
}
.count .title,
.count .title p{
  margin-bottom: 0;
}
.count .title h3{
  margin-top: 0;
}
.count::before{
  content: '';
  background: url('/liuxue/img/pc/case/bg20.png') no-repeat center;
  background-size: cover;
  border-radius: 8px;
  width: 1170px;
  height: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
}
.count .box{
  width: 100%;
  padding-bottom: 80px;
}
.count .box>a{
  width: 104px;
  height: 28px;
  line-height: 28px;
  border-radius: 14px;
  border: 1px solid #4B4B4B;
  color: #4B4B4B;
  font-size: 16px;
  text-align: center;
  position: absolute;
  right: 200px;
  z-index: 30;
  top: 60px;
  transition: all .6s;
}
.count .box>a:hover{
  background-color: #4B4B4B;
  color: #fff;
}
.count .box .con{
  height: 580px;
  width: 100%;
  position: relative;
}
.count .box .con>div{
  width: 100%;
  height: 100%;
  position: relative;
  box-sizing: border-box;
  font-size: 14px;
}
.count .box .con>div::after{
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 60px;
  height: 21px;
  background-color: #fff;
}
.count .btn{
  margin: 60px auto 0;
}

/* offer */
.offer{
  background-color: #F8F7F7;
}
table {
  width: 100%;
  margin: 0;
  padding: 0;
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0 auto;
}

table thead {
  width: 100%;
  height: 30px;
  background: #3d8bfd;
  box-shadow: 0px 2px 4px 0px rgba(195, 195, 195, 0.5);
  font-size: 15px;
  color: #FFFFFF;
  border-radius: 8px 8px 0 0;
  margin-bottom: 10px;
  overflow: hidden;
}

table tr {
  padding: 5px;
}

table th,
table td {
  padding: 10px;
  text-align: center;
}

table thead,
tbody tr {
  display: table;
  width: 100%;
  table-layout: fixed;
}

tbody tr td {
  font-size: 15px;
  color: #404040;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

table th {
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
}

tbody {
  display: block;
  height: 640px;
  overflow-y: auto;
  /* // 为了滚动顺畅  */
  -webkit-overflow-scrolling: touch;
}
/* tbody tr:nth-child(odd) {
  height: 30px;
  background: #fff;
} */

tbody .news {
  position: relative;
}

tbody .news:after {
  content: "";
  width: 46px;
  height: 18px;
  background: url('/liuxue/img/index/new.png') no-repeat center;
  background-size: cover;
  position: absolute;
  top: 0;
  right: 8px;
}

tbody tr {
  height: 30px;
  background: #FFFFFF;
  box-shadow: 0px 2px 4px 0px rgba(195, 195, 195, 0.5);
  border-radius: 2px;
  margin-bottom: 10px;
  transition: all .5s;
}

tbody tr:hover {
  background: #6ea8fe;
}

tbody tr:hover td {
  color: #fff;
}

tbody#tables::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 0px;
  height: 100%;
}

tbody#tables::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 5px;
  background: #6ea8fe;
}

tbody#tables::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  border-radius: 5px;
  background: #fff;
}

/* admission */
.admission{
  background: url('/liuxue/img/pc/case/bj.png') no-repeat center;
  background-size: cover;
}
.admission .title{
  margin-bottom: 30px;
}
.admission>img{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 359px;
}
.admission .swiper-left,
.admission .swiper-right {
    width: 50px;
    height: 50px;
    position: absolute;
    transform: translateY(-50%);
    cursor: pointer;
    outline: none;
    transition: all .6s;
}

.admission .swiper-left {
    left: -90px;
    top: 50%;
    background: url('/liuxue/img/pc/wmt/le_normal.png') no-repeat center;
    background-size: cover;
}

.admission .swiper-left:hover {
    background-image: url('/liuxue/img/pc/wmt/hover_le.png');
    background-size: cover;
}

.admission .swiper-right {
    right: -90px;
    top: 50%;
    background: url('/liuxue/img/pc/wmt/ri_normal.png') no-repeat center;
    background-size: cover;
}

.admission .swiper-right:hover {
    background-image: url('/liuxue/img/pc/wmt/hover_ri.png');
    background-size: cover;
}
.admission .swiper-container .info {
    width: 1087px;
    height: 417px;
    padding-bottom: 40px;
    box-shadow: 0px 8px 24px 0px rgba(0, 0, 0, 0.12);
    margin: 0px auto 30px;
    overflow: hidden;
    position: relative;
    background-color: #fff;
    box-sizing: border-box;
    border-radius: 8px;
}

.admission .swiper-container .info .img {
    width: 189px;
    height: 126px;
    position: absolute;
    right: 40px;
    top: 40px;
}
/* .admission .swiper-container .info .img::before{
  content: '';
  position: absolute;
  width: 42px;
  height: 42px;
  background: #3d8bfd;
  border-radius: 8px;
  top: -16px;
  right: -16px;
  z-index: 1;
}
.admission .swiper-container .info .img::after{
  content: '';
  position: absolute;
  width: 17px;
  height: 17px;
  background: #3d8bfd;
  border-radius: 4px;
  z-index: 3;
  bottom: 0;
  left: 0;
} */
.admission .swiper-container .info .img img{
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
}

.admission .swiper-container .info h3 {
    font-size: 24px;
    line-height: 33px;
    margin: 40px 0 10px 40px;
}

.admission .swiper-container .info .label {
    font-size: 0;
    margin: 0 0 20px 40px;
}

.admission .swiper-container .info .label span {
    height: 24px;
    line-height: 24px;
    font-size: 14px;
    color: #6E8AB2;
    padding: 0 5px;
    display: inline-block;
    margin-right: 12px;
    background-color: #F2F2F2;
    border: 1px solid #DAE0E9;
    box-sizing: border-box;
}

.admission .swiper-container .info .b {
    width: 600px;
    margin-left: 40px;
}

.admission .swiper-container .info .b p {
    width: 50%;
    font-size: 15px;
    line-height: 23px;
    margin-bottom: 10px;
    color: #646464;
    float: left;
}

.admission .swiper-container .info .b p::before {
    content: "";
    width: 6px;
    height: 6px;
    background-color: #D8D8D8;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 2px;
    margin-right: 4px;
}

.admission .swiper-container .info .b p.active {
    color: #3d8bfd;
}

.admission .swiper-container .info .b p.active::before {
    background-color: #3d8bfd;
}

.admission .swiper-container .info .div {
    width: 1050px;
    height: 192px;
    border: 1px solid #D8D8D8;
    background-color: #F7F7F7;
    margin: 15px auto 0;
    box-sizing: border-box;
    padding: 10px 0;
    position: relative;
    border-radius: 8px;
}

.admission .swiper-container .info .div p::before {
    content: "";
    width: 8px;
    height: 16px;
    background-color: #3d8bfd;
    display: inline-block;
    margin-left: 13px;
    margin-right: 11px;
    position: absolute;
    left: 0;
    top: 7px;
}

.admission .swiper-container .info .div p {
    line-height: 30px;
    display: inline-block;
    width: 1000px;
    box-sizing: border-box;
    padding-left: 115px;
    margin-bottom: 10px;
    font-size: 16px;
    position: relative;
    color: #646464;
}
.admission .swiper-container .info .div p b{
  position: absolute;
  left: 32px;
  top: 7px;
  line-height: 1;
  font-size: 16px;
  color: #646464;
}
.swiper-pagination{
  transform: translateX(-50%);
  left: 50%;
}
.swiper-pagination span{
  width: 30px;
  height: 7px;
  background: #B7B7B7;
  display: inline-block;
  margin-right: 5px;
  transition: all .6s;
  border-radius: 0;
}
.swiper-pagination span:last-child{
  margin-right: 0;
}
.swiper-pagination span.swiper-pagination-bullet-active{
  background: #6ea8fe;
}

/* letter */
.letter{
  background-color: rgb(240, 242, 245);
  padding-bottom: 90px;
}
.letter .title{
  margin-bottom: 40px;
}
.letter .info{
  width: 575px;
  height: 550px;
  background: #F6F6F6;
  border-radius: 8px;
  position: relative;
  padding: 60px 20px 182px 50px;
  box-sizing: border-box;
  text-align: center;
  margin-right: 10px;
}
.letter .info>p{
  color: #000000;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 1;
}
.letter .info>span{
  display: block;
  padding-right: 30px;
  box-sizing: border-box;
  width: 100%;
  height: calc( 100% - 18px - 10px );
  overflow-y: scroll;
  color: #5F5F5F;
  font-size: 14px;
  line-height: 29px;
}
.letter .info>span::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 5px;
  height: 100%;
}

.letter .info>span::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 5px;
  background: #6ea8fe;
}

.letter .info>span::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  border-radius: 5px;
  background: #fff;
}
.letter .info .img{
  width: 100%;
  height: 167px;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0 10px;
  box-sizing: border-box;
  background: url('/liuxue/img/pc/case/letter.png') no-repeat center;
  background-size: cover;
}
.letter .info .img img{
  width: 51px;
  height: 51px;
  margin: 22px auto 10px;
  display: block;
  border-radius: 50%;
}
.letter .info .img p{
  color: #FFFFFF;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}
.letter .info .img span{
  color: #FFFFFF;
  font-size: 15px;
  line-height: 22px;
  display: block;
}
.letter .swiper-pagination{
  bottom: -30px;
}

.flipbook-viewport{
  overflow: initial !important;
  opacity: 0;
}
.thanksBox > div:nth-child(1)::before{
  content: '未名天日本留学';
  position: absolute;
  left: 53px;
  bottom: 46px;
  color: rgba(95, 95, 95, .15);
  font-size: 56px;
  font-weight: bold;
  z-index: 0;
}
.thanksBox {
  width: 518px;
  height: 628px;
  background: #FFFFFF;
  box-shadow: 0px 8px 48px -19px rgba(0, 0, 0, 0.5);
  float: left;
  font-size: 20px;
  text-align: center;
  color: #000;
  font-weight: bold;
  position: relative;
}
.thanksBox > div{
  width: 50%;
  height: 100%;
  position: relative;
  float: left;
  box-shadow: 0 0 20px #ccc;
  -webkit-box-shadow: 0 0 20px #ccc;
  -webkit-transition: -webkit-box-shadow 0.5s;
}
.thanksBox span{
  display: block;
  width: 450px;
  margin: 10px auto 0;
  text-align: right;
  color: #5F5F5F;
  font-size: 14px;
  text-indent: -10px;
  font-weight: normal;
}

.schoolLogo {
  width: 123px;
  height: 136px;
  background: url('/liuxue/img/index/school_bg.png') no-repeat center;
  background-size: cover;
  position: absolute;
  top: 0;
  right: 90px;
}

.schoolLogo .logos_school {
  width: 51px;
  height: 51px;
  border-radius: 50%;
  display: block;
  margin: 0 auto !important;
  margin-top: 76px!important;
}

.schoolLogo p {
  width: 100%;
  font-size: 18px;
  font-weight: normal;
  color: #333333;
  text-align: center;
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
}

.thankDetail p {
  margin-top: 72px;
  margin-left: 65px;
  font-size: 14px;
  font-weight: normal;
  color: #000000;
  line-height: 22px;
  border-left: 1px solid #979797;
  text-align: left;
  padding-left: 11px;
}

textarea {
  resize: none;
  outline: none;
}

.information {
  display: inline-block;
  width: 470px;
  /* height: 470px; */
  margin-top: 30px;
  padding: 0;
  font-size: 14px;
  font-weight: normal;
  color: #5F5F5F;
  line-height: 26px;
  overflow: hidden;
  text-align: left;
}

.informations {
  display: inline-block;
  width: 470px;
  height: 470px;
  padding: 0;
  font-size: 14px;
  font-weight: normal;
  color: #5F5F5F;
  line-height: 26px;
  margin: 65px 0 65px 65px;
  overflow: hidden;
}

.thankLogo {
  width: 471px;
  height: 91px;
  background: url('/liuxue/img/index/t_bg.png') no-repeat center;
  background-size: cover;
  position: absolute;
  bottom: 30px;
  left: 65px;
}

.thankLogo img {
  width: 78px;
  height: 124px;
  object-fit: cover;
  position: absolute;
  bottom: 0;
  left: 0;
}

.thankLogo p {
  font-size: 15px;
  font-weight: normal;
  color: #585858;
  margin: 63px 0 0 73px;
}

.changeBox>div.active {
  display: block;
  animation: scale 1s forwards;
}

@keyframes scale {
  0% {
      transform: scale(0.5);
  }
  100% {
      transform: scale(1);
  }
}