.clearfix:after {
  content: '';
  display: table;
  clear: both;
}
.clearfix:after {
  content: '';
  display: block;
  clear: both;
}
.cb,
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.page1 {
  margin: 20px auto;
}
.banners {
  margin-bottom: 20px;
  height: 360px;
  overflow: hidden;
}
.banners a.banner:focus {
  outline: 0;
}
.banners:hover .bannersArrow--next,
.banners:hover .bannersArrow--prev {
  opacity: 1;
}
.bannersArrow--next,
.bannersArrow--prev {
  font-size: 18px;
  position: absolute;
  top: 50%;
  z-index: 5;
  color: #fff;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
  opacity: 0;
  cursor: pointer;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.1);
  line-height: 52px;
  text-align: center;
}
.bannersArrow--next:hover,
.bannersArrow--prev:hover {
  background: rgba(0, 0, 0, 0.5);
}
.bannersArrow--prev {
  left: 20px;
  -webkit-transform: translateY(-50%) scale(-1, 1);
  -ms-transform: translateY(-50%) scale(-1, 1);
  transform: translateY(-50%) scale(-1, 1);
}
.bannersArrow--next {
  right: 20px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.banner {
  display: block;
}
.banner img {
  display: block;
  width: 100%;
}
.bannerDots {
  position: absolute;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 0;
}
.bannerDots li {
  width: 10px;
  height:10px;
  display: inline-block;
  margin: 0 5px;
}
.bannerDots button {
  outline: 0;
  border: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  font-size: 0;
}
.bannerDots .slick-active button {
  background: #000;
}
.recent {
  border-bottom: 1px solid #eee;
  position: relative;
  margin: 20px 0 130px 0;
  float: left;
  padding: 0;
}
.recentItem {
  width: 96px;
  text-align: center;
  float: left;
  list-style: none;
  cursor: pointer;
}
.recentItem--focus .recent__h1 {
  font-weight: 700;
  border-bottom: 2px solid #ef2d36;
}
.recentItem--focus .recent__box {
  display: block;
}
.recent__h1 {
  font-weight: 400;
  font-size: 20px;
  color: #333;
  padding-bottom: 14px;
}
.recent__box {
  display: none;
  position: absolute;
  top: 30px;
  left: 0;
  text-align: left;
}
.recent__h2 {
  color: #ef2d36;
  font-size: 20px;
  font-weight: 700;
  margin: 24px 0 8px;
  display: block;
}
.recent .subNews {
  line-height: 30px;
}
.recent .subNews a {
  color: #333;
  font-size: 16px;
}
.rn {
  float: left;
}
.rn__list {
  margin-bottom: 13px;
}
.rn__item {
      display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
    padding: 5px 10px;
    background: #f5f5f5;
    margin: 0 5px;
    letter-spacing: 1px;
}
.rn__h1 {
  width: 9em;
}
.rn__item p {
  color: #333;
  font-size: 20px;
  font-weight: 700;
  border-left: 4px solid #ef4545;
  line-height: 20px;
  margin: 0 10px 0 0;
  width: 5em;
  padding-left: 16px;
  border-radius: 0;
  text-align: center;
}
.rn__item a {
  display: block;
  color: #333;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
}
.rn__item a:hover {
  text-decoration: none;
}
.rn__item--focus{
        background: #21a339;
}
.rn__item--focus a {
     background: #21a339;
     color:#fff;
}
.rn__itemTime {
  float: right;
}
.rn__content {
  display: none;
}
.rn__content li {
  line-height: 2.2;
  position: relative;
  font-size: 15px;
  text-indent: 3px;
      margin-bottom: 5px;
      overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 1;
}
.rn__content li a:first-child{
   padding: 2px 5px;
    background: #f5f5f5;
    margin: 0;
    letter-spacing: 1px;
}
/*.rn__content li:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border: 2px solid #999;
  border-radius: 50%;
  top: 12px;
  left: 0;
}*/
.rn__content li:hover a {
  color: red;
}
.rn__content li:after {
  content: '';
  display: block;
  clear: both;
}
.rn__time {
  float: right;
}
/*.userCard {
  height: 164px;
  background-color: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  box-sizing: border-box;
  padding: 20px;
}
.userCard__info {
  font-size: 0;
}
.userCard__avatar {
  width: 68px;
  height: 68px;
  background-color: #ddebff;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 14px;
  display: inline-block;
  vertical-align: middle;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.userCard__avatar img {
  display: block;
  width: 100%;
  max-width: 100%;
}
.userCard__desc {
  vertical-align: middle;
  display: inline-block;
}
.userCard__desc p {
  color: #333;
  font-size: 16px;
  line-height: 24px;
}
.userCard__btns {
  margin-top: 20px;
}
.userCard__btns a,
.userCard__btns div {
  font-size: 16px;
  width: 48%;
  height: 36px;
  line-height: 36px;
  border-radius: 6px;
  text-align: center;
  cursor: pointer;
}
.userCard__btns a:after,
.userCard__btns div:after {
  content: '';
  display: block;
  clear: both;
}
.userCard__login {
  background-color: #ef4545;
  color: #fefefe;
  border: solid 1px transparent;
  float: left;
}
.userCard__login:hover {
  background-color: #ff5656;
}
.userCard__reg {
  border: solid 1px #ef4545;
  background-color: #fff;
  color: #ef4545;
  float: right;
}
.userCard__myCourse,
.userCard__shoppingCart {
  border: 1px solid #ef4545;
  border-radius: 6px;
  background-color: #fff;
  width: 118px;
  height: 34px;
  line-height: 34px;
  font-size: 16px;
  color: #ef4545;
  text-align: center;
  display: block;
}
.userCard__myCourse:hover,
.userCard__shoppingCart:hover {
  background: #ef4545;
  border-color: #ef4545;
  color: #fff;
}
.userCard__myCourse {
  float: left;
}
.userCard__shoppingCart {
  float: right;
}*/
.leftTime {
     margin: 10px auto;
    background: #fff;
        padding: 10px 0 20px;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 10%);
}
.leftTime__text {
 color: #237ffd;
  font-size: 18px;
    font-weight: 550;
  line-height: 24px;
  text-align: center;
}
.leftTime__text span {
  /*color: #ef4545;*/
}
.leftTime__num {
  height: 60px;
    background: url(../img/leftTime__num.png) no-repeat center;
    background-size: contain;
    color: #fff;
    font-size: 45px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 700;
    padding: 10px 0 0 3px;
    letter-spacing: 27px;
    margin: 10px 0 0;
    text-align: center;
    line-height: 46px;
}
.timeLine {
  border: solid 1px #eee;
  padding: 0 0 20px 15px;
  background: #fff;
}
.timeLine__item--focus .timeLine__flag {
  /*background-image: -webkit-linear-gradient(left, #63a2ff 0, #2d7bef 100%);*/
  background-color: #fe4600;
  color: #fff;
}
/*.timeLine__item--focus .timeLine__flag:before {
  border: 5px solid rgba(45, 123, 239, 0.5);
}*/
/*.timeLine__item--focus .timeLine__flag:after {
  border: 3px solid #2d7bef;
}*/
.timeLine__hd {
  margin: 20px auto 10px;
}
.timeLine__hd:after {
  content: '';
  display: block;
  clear: both;
}
.timeLine__hd > a {
  float: left;
  line-height: 28px;
  color: #237ffd;
}
.timeLine__flag {
  width: 68px;
  height: 28px;
  /*border-radius: 4px;*/
  background-color: #fe4600;
  position: relative;
  float: left;
  color: #fff;
  font-size: 15px;
  text-align: center;
  line-height: 28px;
  margin-right: 10px;
}
/*.timeLine__flag:after,
.timeLine__flag:before {
  content: '';
  position: absolute;
}*/
/*.timeLine__flag:before {
  z-index: 1;
  width: 0;
  height: 0;
  border: 5px solid #eee;
  top: 8px;
  left: -20px;
  border-radius: 50%;
}*/
/*.timeLine__flag:after {
  z-index: 2;
  width: 0;
  height: 0;
  border: 3px solid #ccc;
  top: 10px;
  left: -18px;
  border-radius: 50%;
}*/
.timeLine__nav {
  font-size: 0;
}
.timeLine__link {
  font-size: 15px;
    display: inline-block;
    vertical-align: middle;
    color: #333;
    width: 30%;
    text-align: center;
    height: 28px;
    background-color: #fff;
    border-radius: 14px;
    /* border: solid 1px #eee; */
    margin: 4.8px 1%;
    line-height: 28px;
}
.timeLine__link:hover {
  /*text-decoration: none;
  background: #eee;*/
}
.grid__live {
  width: 40%;
     margin-right: 2%;
}
.grid__recent {
      width: 58%;
    background: #fff;
        padding: 16px 20px 0;
}
.live {
  background-color: #fff;
  /*box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);*/
  padding: 0;
  float: left;
}
.liveTab .slick-current .liveTab__item {
  background: #fff;
}
.liveTab .slick-current .liveTab__name {
  color: #237ffd;
  font-weight: 700;
}
.liveTab .slick-current .liveTab__item--live i {
 /* background: url(../img/liveIcon1--hover.png) no-repeat center;*/
  /*background-size: cover;*/
}
.liveTab .slick-current .liveTab__item--doc i {
  /*background: url(../img/liveIcon2--hover.png) no-repeat center;*/
 /* background-size: cover;*/
}
.liveTab .slick-current .liveTab__item--course i {
 /* background: url(../img/liveIcon3--hover.png) no-repeat center;*/
  /*background-size: cover;*/
}
.liveTab__item {
  background-color: #f6f6f6;
  padding: 14px 0;
}
.liveTab__item:hover {
/*box-shadow: 0 10px 30px 0 rgb(0 0 0 / 10%);*/
    transform: translateY(-5px);
    
}
.liveTab__item i {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.liveTab__item--live i {
  width: 32px;
  height: 32px;
  background: url(../img/jqzb.png) no-repeat center;
  background-size: cover;
}
.liveTab__item--doc i {
  width: 30px;
  height: 32px;
  background: url(../img/mfzjk.png) no-repeat center;
  background-size: cover;
}
.liveTab__item--course i {
  width: 32px;
  height: 32px;
  background: url(../img/kctj.png) no-repeat center;
  background-size: cover;
}
.liveTab__name {
  color: #333;
  font-size: 14px;
  margin: 10px 0 0;
  text-align: center;
}
.liveTab__name:hover
{
        color: #237ffd;
    font-weight: 700;
}
.liveTab .slick-track {
  -webkit-transform: translate3d(0, 0, 0) !important;
  transform: translate3d(0, 0, 0) !important;
}
.liveTab .slick-active {
  /*border-top: 2px solid #ddd;*/
}
.liveTab .slick-current {
 /* border-top: 2px solid #237ffd;*/
}
.liveCon {
  height: 377px;
  overflow: hidden;
}
.liveMask {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  z-index: 10000;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
}
.liveMaskBox {
  width: 413px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
}
.liveMaskBox--close {
  width: 24px;
  height: 24px;
  background: url(https://static.wangxiao.cn/zhuanti/commonResoures/liveModule/img/sprite.png)
    no-repeat 0 -57px;
  position: absolute;
  right: 16px;
  top: 6px;
  cursor: pointer;
}
.liveRec {
  height: 460px;
  padding: 20px 24px 0;
}
.liveRec__h1 {
  background: url(https://static.wangxiao.cn/newPC/img/fzy_2.png) no-repeat
    center;
  width: 106px;
  height: 27px;
  margin-bottom: 16px;
}
.liveRecList li {
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  border-bottom: 1px dashed #f1f1f1;
}
.liveRecList em {
  font-style: normal;
}
.liveRecList a {
  line-height: 42px;
}
.liveCon li{
    padding: 40px 20px 10px;
}
.liveCon_left{
        float: left;
    line-height: 1.5;
    width: 200px;
}
.liveCon_leftTit{
        font-size: 16px;
    font-weight: bold;
     overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 1;
}
.liveCon_leftIntro{
        color: #9598a2;
}
.liveCon_right{
        padding: 10px 0;
            width: 100px;
    float: left;
}
.liveCon_right a{
        font-size: 16px;
    background: #cb0a0b;
    color: #fff;
    padding: 5px 30px;
    border-radius: 5px;
}
.liveCon_right>p{
        margin-top: 20px;
    text-align: right;
    margin-right: 15px;
}
.liveCon_right>p>span{
    color: #cb0a0b;
}
.timeLine__link:hover{
    color:red;
}
.liveNow{
   width: 58%;
    /* border-bottom: 1px solid #eee; */
    position: relative;
    margin: 0;
    float: left;
        padding: 20px 0 10px 10px;
    background: #fff;
        margin-bottom: 25px;
}
.liveNowTit{
        color: #333;
    font-size: 20px;
    font-weight: 700;
    border-left: 4px solid #237ffd;
    line-height: 20px;
    margin: 0 10px 0 0;
    width: 100%;
    padding-left: 16px;
    border-radius: 0;
    text-align: left;
}
.liveNowTit_Con a:hover .liveNowTit_Info{
    color:red;
}
.liveNowTit_Item{
        width: 49%;
    padding: 20px 0 10px;
    float: left;
        position: relative;
}
.liveNowTit_Item .zblstx{
   float: left;
    width: 60px;
    height: 60px;
    background: #dddddd;
    border-radius: 50%;
    border: 2px solid #3d495f;
}
.liveNowTit_Item .zbbg{
        width: 30px;
    position: absolute;
    left: 15px;
    top: 35px;
}
.liveNowTit_Info{
    margin-left: 70px;
    color: #000;
}
.liveNowTit_Name{
    font-size: 16px;
    font-weight: bold;
}
.liveNowTit_posi{
        margin-top: 10px;
            font-size: 13px;
    width: 160px;
}
.lc1:after {
  content: '';
  display: table;
  clear: both;
}
.lc1:after {
  content: '';
  display: table;
  clear: both;
}
.lc1:after {
  content: '';
  display: block;
  clear: both;
}
.lc1:after {
  content: '';
  display: block;
  clear: both;
}
.lc1__item {
  text-align: center;
  padding: 20px 0;
}
.lc1__item ~ .lc1__item {
  border-top: 1px dashed #eee;
}
.lc1__avatar {
  vertical-align: middle;
  width: 70px;
  display: inline-block;
}
.lc1__avatarBox {
  width: 56px;
  height: 56px;
  overflow: hidden;
  margin: 0 auto;
  border-radius: 50%;
  border: 1px solid #eee;
}
.lc1__avatar img {
  display: block;
  width: 100%;
}
.lc1__teacher {
  font-size: 14px;
  color: #999;
  margin-top: 10px;
}
.lc1__con {
  width: 126px;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
}
.lc1__label {
  padding: 2px 3px;
  vertical-align: middle;
  border-radius: 4px;
  margin-right: 5px;
  display: inline-block;
  font-size: 14px;
}
.lc1__time {
  line-height: 18px;
  font-size: 0;
}
.lc1__time p {
  color: #fff;
  font-size: 14px;
}
.lc1__time--now p {
  background-color: #ef4545;
}
.lc1__time--today p {
  background-color: #4085ed;
}
.lc1__time--future p {
  color: #333;
  padding-right: 0;
}
.lc1__date {
  color: #333;
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
}
.lc1__name {
  font-size: 14px;
  color: #333;
  line-height: 20px;
  margin: 5px 0;
}
.lc1__type {
  color: #999;
  font-size: 14px;
}
.lc1__tool {
  vertical-align: middle;
  display: inline-block;
  width: 90px;
}
.lc1__btn {
  width: 78px;
  height: 28px;
  border-radius: 14px;
  border: solid 1px #ef2d36;
  margin: 0 auto 10px;
  color: #ef4545;
  font-size: 14px;
  line-height: 28px;
  cursor: pointer;
}
.lc1__person {
  color: #666;
  font-size: 12px;
  display: none;
}
.lc1__person span {
  color: #ef7545;
}
.lc2__info {
  width: 200px;
  float: left;
}
.lc2__info i {
  display: inline-block;
  vertical-align: middle;
  margin-right: 4px;
}
.lc2__h1 {
  color: #333;
  font-size: 16px;
  margin: 0;
}
.lc2__item {
  padding: 15px 14px 15px 20px;
}
.lc2__courseNum {
  color: #999;
  font-size: 12px;
  margin: 14px 0 9px;
  display: none;
}
.lc2__courseNum i {
  width: 14px;
  height: 14px;
  background: url(../img/live__time.png) no-repeat center;
  background-size: cover;
}
.lc2__paper {
  color: #999;
  font-size: 12px;
  display: none;
}
.lc2__paper i {
  width: 13px;
  height: 12px;
  background: url(../img/live__doc.png) no-repeat center;
  background-size: cover;
}
.lc2__tool {
  width: 88px;
  float: right;
  margin-top: 10px;
}
.lc2__btn {
  height: 32px;
  line-height: 32px;
  border-radius: 16px;
  border: solid 1px #ef4545;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
  color: #ef4545;
  cursor: pointer;
}
.lc2__person {
  font-size: 12px;
  color: #666;
  margin-top: 8px;
  display: none;
}
.lc2__person span {
  color: #f60;
}
.lc3 {
  line-height: 1;
}
.lc3__item {
  padding: 22px 12px 10px 20px;
  font-size: 0;
}
.lc3__item ~ .lc3__item {
  border-top: 1px dashed #eee;
}
.lc3__con {
  width: 65%;
  display: inline-block;
  vertical-align: middle;
}
.lc3__label {
  border: solid 1px #2d7bef;
  display: inline-block;
  color: #2d7bef;
  border-radius: 4px;
  padding: 3px 8px;
  font-size: 14px;
  text-align: center;
}
.lc3__name {
  font-weight: 700;
  font-size: 18px;
  color: #333;
  margin: 12px auto 10px;
}
.lc3__feature span {
  color: #666;
  font-size: 12px;
  border: solid 1px #eee;
  background-color: #f6f6f6;
  border-radius: 8px;
  display: inline-block;
  vertical-align: middle;
  padding: 2px 6px;
  margin: 4px;
}
.lc3__tool {
  width: 33%;
  display: inline-block;
  vertical-align: middle;
}
.lc3__tool:after {
  content: '';
  display: table;
  clear: both;
}
.lc3__tool:after {
  content: '';
  display: table;
  clear: both;
}
.lc3__tool:after {
  content: '';
  display: block;
  clear: both;
}
.lc3__tool:after {
  content: '';
  display: block;
  clear: both;
}
.lc3__price {
  font-size: 18px;
  color: #ef4545;
  float: right;
}
.lc3__price span {
  font-size: 23px;
}
.lc3__link {
  width: 78px;
  height: 28px;
  border-radius: 14px;
  border: solid 1px #ef4545;
  color: #ef4545;
  font-size: 16px;
  line-height: 28px;
  text-align: center;
  margin: 10px 0;
  float: right;
}
.lc3__person {
  font-size: 12px;
  color: #666;
  float: right;
  display: none;
}
.lc3__person span {
  color: #ef7545;
}
.slick-list,
.slick-slide,
.slick-track {
  height: 100%;
}
.liveCon .slick-list .slick-slide {
  overflow: auto;
}
.liveCon .slick-list .slick-slide::-webkit-scrollbar {
  width: 8px;
  background-color: #eee;
}
.liveCon .slick-list .slick-slide::-webkit-scrollbar-thumb {
  width: 4px;
  background-color: #ccc;
  border-radius: 2px;
}
.book {
  margin: 40px auto;
}
.book__hd {
  border-bottom: 1px solid #eee;
  line-height: 28px;
}
.book__hd:after {
  display: block;
  clear: both;
  content: '';
}
.book__h1 {
  float: left;
  border-bottom: 2px solid #4085ed;
  padding-bottom: 20px;
  font-size: 28px;
  margin-right: 28px;
  color: #333;
}
.book__h1 i {
  width: 28px;
  height: 32px;
  display: inline-block;
  vertical-align: middle;
  background: url(../img/icon__book.png) no-repeat center;
  background-size: cover;
  margin-right: 20px;
}
.book__nav {
  float: left;
}
.book__nav:after {
  display: block;
  clear: both;
  content: '';
}
.book__navItem {
  float: left;
  margin: 0 28px;
  position: relative;
}
.book__navItem:before {
  content: '';
  background: #ef4545;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  position: absolute;
  top: 12px;
  left: -12px;
}
.book__navItem a {
  display: block;
  color: #333;
  font-size: 14px;
}
.book__hdMore {
  float: right;
  width: 72px;
  height: 28px;
  border-radius: 14px;
  border: solid 1px #eee;
  color: #999;
  font-size: 12px;
  text-align: center;
}
.book__con {
     padding: 10px 0 20px;
    background: #fff;
}
.bookItem {
  width: 170px;
  text-align: center;
}
.bookItem a img{
    
}
.bookItem a:focus {
  outline: 0;
}
.bookItem__img {
  margin: 0 auto;
}
.bookItem__title {
  color: #9598a2;
    font-size: 15px;
    line-height: 18px;
    margin: 5px 0;
    /* width: 77%; */
    text-align: center;
    /* height: 4em;*/
}
.bookItem > a {
  display: block;
}
.bookPrice {
  font-size: 0;
  text-align: center;
}
.bookPrice__raw {
  vertical-align: middle;
  display: inline-block;
  color: #ef4545;
      font-size: 15px;
}
.bookPrice__now {
  vertical-align: middle;
  display: inline-block;
  color: #888;
  font-size: 14px;
  margin-left: 2px;
}
.book .slick-track {
  margin-left: unset;
  margin-right: unset;
}
.xbjc__con {
    padding: 20px 0 10px;
    background: #fff;
}
.xbjcItem {
  width: 150px;
  text-align: center;
}
.xbjcItem a img{
    
}
.xbjcItem a:focus {
  outline: 0;
}
.xbjcItem__img {
  margin: 0 auto;
}
.xbjcItem__title {
  color: #000;
    font-size: 15px;
        font-weight: bold;

    line-height: 18px;
    margin: 5px 0;
    /* width: 77%; */
    text-align: center;
    /* height: 4em;*/
}
.xbjcItem > a {
  display: block;
}
.xbjcPrice {
     font-size: 0;
    text-align: center;
    height: 20px;
    margin-top: 15px;
}
.xbjcPrice a{
    width: fit-content;
    background: #44aef1;
    /* display: block; */
    /* height: 100%; */
    font-size: 14px;
    padding: 5px 15px;
    color: #fff;
    /* margin-top: 10px;*/
}
.xbjcPrice a:hover{
    background: #8ecf2d;
}
.xbjcPrice__raw {
  vertical-align: middle;
  display: inline-block;
  color: #ef4545;
      font-size: 15px;
}
.xbjcPrice__now {
  vertical-align: middle;
  display: inline-block;
  color: #888;
  font-size: 14px;
  margin-left: 2px;
}
.xbjc .slick-track {
  margin-left: unset;
  margin-right: unset;
}
.teacher__hd {
  border-bottom: 1px solid #eee;
  line-height: 28px;
}
.teacher__hd:after {
  display: block;
  clear: both;
  content: '';
}
.teacher__h1 {
  padding-bottom: 22px;
  border-bottom: 2px solid #4085ed;
  font-size: 28px;
  color: #333;
  float: left;
}
.teacher__h1 i {
  width: 29px;
  height: 32px;
  margin-right: 20px;
  display: inline-block;
  vertical-align: middle;
  background: url(../img/icon_teacher.png) no-repeat center;
  background-size: cover;
}
.teacher__hdMore {
  width: 72px;
  height: 28px;
  border-radius: 14px;
  border: solid 1px #eee;
  color: #999;
  font-size: 12px;
  line-height: 28px;
  float: right;
  text-align: center;
}
.teacherList {
  margin: 20px auto 40px;
}
.teacherList .slick-slide {
  margin-right: 24px;
}
.teacherList .slick-slide::nth-child(3n) {
  margin-right: 0;
}
.teacherList__ul {
  display: none !important;
}
.teacherItem {
  width: 388px;
  height: 200px;
  background: -webkit-linear-gradient(left, #eceef2, #f7f8fa);
  background: linear-gradient(to right, #eceef2, #f7f8fa);
  padding: 18px 30px 0;
  box-sizing: border-box;
}
.teacherItem__lf {
  width: 160px;
  display: inline-block;
}
.teacherItem__name {
  font-size: 30px;
  font-weight: 700;
}
.teacherItem__img {
  display: inline-block;
  width: 141px;
  vertical-align: top;
  float: right;
}
.teacherItem__btn {
  display: inline-block;
  color: #ff433e;
  font-size: 12px;
  margin-top: 50px;
}
.teacherItem__text {
  display: inline-block;
  font-size: 18px;
  color: #fff;
  background-color: #214c86;
  margin-bottom: 9px;
  padding: 2px 2px;
  box-sizing: border-box;
  margin-top: 20px;
}
.teacherItem__cs {
  font-size: 14px;
  height: 28px;
}
.teacher .slick-track {
  margin-left: unset;
  margin-right: unset;
}
.cities {
  background-color: #f6f6f6;
  padding: 22px 0;
}
.cities:after {
  display: block;
  clear: both;
  content: '';
}
.cities__h1 {
  float: left;
  width: 7%;
}
.citiesNav {
  float: right;
      width: 99%;
  font-size: 0;
}
.citiesNav:after {
  display: block;
  clear: both;
  content: '';
}
.citiesNav a {
  font-size: 14px;
  float: left;
  width: 4.5em;
  text-align: center;
  margin: 5px 3px;
  height: 1.8em;
  line-height: 1.8em;
  border-radius: 10px;
}
.citiesNav a:hover {
  background: #d3d3d3;
}
.fixed {
  position: fixed;
  top: 20%;
  right: 0;
  width: 56px;
  background-color: #fff;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.12);
  border-radius: 4px;
}
.fixedItem {
  padding: 10px 0;
  cursor: pointer;
  position: relative;
}
.fixedItem ~ .fixedItem {
  border-top: 1px solid #eee;
}
.fixedItemContent {
  display: none;
  position: absolute;
  background: #fff;
  right: 56px;
  top: -30px;
  width: 139px;
  height: 132px;
  box-sizing: border-box;
  padding: 16px 20px 16px 16px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIsAAACEBAMAAABSYcUZAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAPUExURQAAAAAAABMTE/v7+////28pFoAAAAAEdFJOUwEFDMFNMn4+AAAA40lEQVRo3u3a0Q2DMAxFUboBzgZBTBAxQZP9Z2pLIWkrVZXs+9GP9wY4cgwJQvE0gbmYKzOBfEIWyJuyOPPq+JWHMzqTtuZMzb07ltbmzrWXEyhmL6czLZDBLBFmsbPDQWYWI0aMGDFixIgRI0aMmO9MhhhDmGNVQaYwTD1WFWTOcqJMff6LR5lWMsLUfVVhphWGqX/FMIuCWsw8cOj1YzYDtDWhgwI6tqhDNOtzJ0aMGDFixIgRI0aMmN8MdJGNXatDl/y2+pkxcnDv8RYopo+HWCLGMajhEGhUhRqcgcZ4gNwAgcruuisjQnAAAAAASUVORK5CYII=);
  background-repeat: no-repeat;
  background-size: contain;
}
.fixedItemContent img {
  max-width: 100%;
}
.fixedItem--focus {
  background: -webkit-linear-gradient(bottom, #ff5536 0, #ff1f16 100%);
  background: linear-gradient(0deg, #ff5536 0, #ff1f16 100%);
}
.fixedItem--focus i {
  color: #fff;
}
.fixedItem--focus p {
  color: #fff;
}
.fixedItem--focus .fixedItemContent {
  display: block;
}
.fixedLink {
  display: block;
  text-align: center;
  color: #666;
}
.fixedLink:hover {
  text-decoration: none;
}
.fixedLink i {
  display: block;
  margin: 0 auto 7px;
  font-size: 24px;
}
.fixedLink--goBack:hover i {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAALCAYAAACd1bY6AAAACXBIWXMAAAsTAAALEwEAmpwYAAAF3WlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxNDIgNzkuMTYwOTI0LCAyMDE3LzA3LzEzLTAxOjA2OjM5ICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgeG1sbnM6cGhvdG9zaG9wPSJodHRwOi8vbnMuYWRvYmUuY29tL3Bob3Rvc2hvcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RFdnQ9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZUV2ZW50IyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgKFdpbmRvd3MpIiB4bXA6Q3JlYXRlRGF0ZT0iMjAxOC0xMS0yOFQxMDozMDoxNSswODowMCIgeG1wOk1vZGlmeURhdGU9IjIwMTktMDEtMDRUMTY6MjI6NTIrMDg6MDAiIHhtcDpNZXRhZGF0YURhdGU9IjIwMTktMDEtMDRUMTY6MjI6NTIrMDg6MDAiIGRjOmZvcm1hdD0iaW1hZ2UvcG5nIiBwaG90b3Nob3A6Q29sb3JNb2RlPSIzIiBwaG90b3Nob3A6SUNDUHJvZmlsZT0ic1JHQiBJRUM2MTk2Ni0yLjEiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6YjlkODI2MzYtMmFhNy01YjRiLWI5MzAtYTM3YTVlYjUzNTNjIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjhmYTcxZjIyLTAyYWMtMjA0Yi1iZDczLTg0NTlmNThmOTJlZSIgeG1wTU06T3JpZ2luYWxEb2N1bWVudElEPSJ4bXAuZGlkOjhmYTcxZjIyLTAyYWMtMjA0Yi1iZDczLTg0NTlmNThmOTJlZSI+IDx4bXBNTTpIaXN0b3J5PiA8cmRmOlNlcT4gPHJkZjpsaSBzdEV2dDphY3Rpb249ImNyZWF0ZWQiIHN0RXZ0Omluc3RhbmNlSUQ9InhtcC5paWQ6OGZhNzFmMjItMDJhYy0yMDRiLWJkNzMtODQ1OWY1OGY5MmVlIiBzdEV2dDp3aGVuPSIyMDE4LTExLTI4VDEwOjMwOjE1KzA4OjAwIiBzdEV2dDpzb2Z0d2FyZUFnZW50PSJBZG9iZSBQaG90b3Nob3AgQ0MgKFdpbmRvd3MpIi8+IDxyZGY6bGkgc3RFdnQ6YWN0aW9uPSJzYXZlZCIgc3RFdnQ6aW5zdGFuY2VJRD0ieG1wLmlpZDpiOWQ4MjYzNi0yYWE3LTViNGItYjkzMC1hMzdhNWViNTM1M2MiIHN0RXZ0OndoZW49IjIwMTktMDEtMDRUMTY6MjI6NTIrMDg6MDAiIHN0RXZ0OnNvZnR3YXJlQWdlbnQ9IkFkb2JlIFBob3Rvc2hvcCBDQyAoV2luZG93cykiIHN0RXZ0OmNoYW5nZWQ9Ii8iLz4gPC9yZGY6U2VxPiA8L3htcE1NOkhpc3Rvcnk+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8++xJv8wAAANlJREFUKBVj+P//PwMBHAXE54DYnJBaQgaFA/Gf/xDwAYiNyTUsEIh/QQ26DqVfA7EuqYZ5AfFPqAHdQMwGxFuh/FdArEmsYS5A/A2qcSKSOAcQ74KKPwViFUKG2QHxV6iGWUDMiCbPBcQHofKPgFgBl2EWQPwJqnABEDPhCAJeID4GVXcXiGXQDTOGxhYIrABiZgKxzA/EZ6DqbwKxBMwwUOy8gUqsA2JWItIeCAsD8UWovitALMoA9ft/aGyxEWkQDIsC8TWo/g0ggWVQr3GSaBAMS0EjpQYAN1KkKIPnz08AAAAASUVORK5CYII=);
}
.fixedLink--goBack i {
  width: 19px;
  height: 11px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAALCAYAAACd1bY6AAAACXBIWXMAAAsTAAALEwEAmpwYAAAFEmlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxNDIgNzkuMTYwOTI0LCAyMDE3LzA3LzEzLTAxOjA2OjM5ICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgeG1sbnM6cGhvdG9zaG9wPSJodHRwOi8vbnMuYWRvYmUuY29tL3Bob3Rvc2hvcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RFdnQ9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZUV2ZW50IyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgKFdpbmRvd3MpIiB4bXA6Q3JlYXRlRGF0ZT0iMjAxOS0wMS0wNFQxNjoxNzo1MCswODowMCIgeG1wOk1vZGlmeURhdGU9IjIwMTktMDEtMDRUMTY6MjQ6MjQrMDg6MDAiIHhtcDpNZXRhZGF0YURhdGU9IjIwMTktMDEtMDRUMTY6MjQ6MjQrMDg6MDAiIGRjOmZvcm1hdD0iaW1hZ2UvcG5nIiBwaG90b3Nob3A6Q29sb3JNb2RlPSIzIiBwaG90b3Nob3A6SUNDUHJvZmlsZT0ic1JHQiBJRUM2MTk2Ni0yLjEiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OWRmYTQxN2EtYTIzMi03ZjQ3LTkzNzgtMGFlNWIyNGY3ZDQ3IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjlkZmE0MTdhLWEyMzItN2Y0Ny05Mzc4LTBhZTViMjRmN2Q0NyIgeG1wTU06T3JpZ2luYWxEb2N1bWVudElEPSJ4bXAuZGlkOjlkZmE0MTdhLWEyMzItN2Y0Ny05Mzc4LTBhZTViMjRmN2Q0NyI+IDx4bXBNTTpIaXN0b3J5PiA8cmRmOlNlcT4gPHJkZjpsaSBzdEV2dDphY3Rpb249ImNyZWF0ZWQiIHN0RXZ0Omluc3RhbmNlSUQ9InhtcC5paWQ6OWRmYTQxN2EtYTIzMi03ZjQ3LTkzNzgtMGFlNWIyNGY3ZDQ3IiBzdEV2dDp3aGVuPSIyMDE5LTAxLTA0VDE2OjE3OjUwKzA4OjAwIiBzdEV2dDpzb2Z0d2FyZUFnZW50PSJBZG9iZSBQaG90b3Nob3AgQ0MgKFdpbmRvd3MpIi8+IDwvcmRmOlNlcT4gPC94bXBNTTpIaXN0b3J5PiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pp3xG2wAAADfSURBVCgVY0hLS2MggKOA+BwQm2OT////PxwTMigciP8A8X8g/gDExuQaFgjEv6AGXYfSr4FYl1TDvID4J9SAbiBmA+KtUP4rINYk1jAXIP4G1TgRSZwDiHdBxZ8CsQohw+yA+CtUwywgZkST5wLig1D5R0CsgMswCyD+BFW4AIiZcAQBLxAfg6q7C8Qy6IYZQ2MLpGAFEDMTiGV+ID4DVX8TiCVghoFi5w1UYh0QsxKR9kBYGIgvQvVdAWJRBqjf/0Nji41Ig2BYFIivQfVvAAksg3qNk0SDYFgKGik1ACeuUwVtAv8fAAAAAElFTkSuQmCC);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.fixedLink--goBack p {
  width: 2.2em;
  margin-right: auto;
  margin-left: auto;
}
.news {
  margin: 40px auto 0;
}
.news__hd {
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}
.news__hdTitle {
  color: #333;
  font-size: 28px;
  border-left: 4px solid #4085ed;
  border-radius: 2px;
  padding-left: 16px;
  float: left;
  line-height: 1;
}
.news__hdNav {
  float: right;
      margin-top: 8px;
}
.news__hdItem,
.news__hdNav li {
  float: left;
  height: 28px;
  width: auto;
  margin: 0;
}
.news__hdLink,
.news__hdNav li > a {
     display: block;
    font-size: 14px;
    color: #000;
    line-height: 28px;
    text-align: center;
    padding: 0 15px;
    font-weight: 100;
    font-style: italic;
}
.news__hdLink:hover,
.news__hdNav li > a:hover {
  text-decoration: none;
  border-radius: 14px;
  background-color: #f6f6f6;
}
.news__con {
  padding: 0;
}
.news__con:after {
  display: block;
  clear: both;
  content: '';
}
.news__hot {
      padding: 10px 20px;
  box-sizing: border-box;
 /* background-image: -webkit-linear-gradient(bottom, #3380f4 0, #005fef 100%);
  background-image: linear-gradient(0deg, #3380f4 0, #005fef 100%);*/
  background: #fff;
  color: #000;
      width: 300px;
      float: left;
}
.news__hotTitle {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 18px;
  display: block;
  color: #fff;
}
.news__hotTitle a {
  color: #000;
}
.news__hotItem {
     margin: 7.9px auto;
}
.news__hotLink {
  color: #000;
  line-height: 1.4;
  font-size: 14px;
  display: block;
  width: 19em;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.newsItem {
  float: left;
 width: 100%;
  position: relative;
  padding: 0;
  line-height: 2.2;
}
.newsItem:first-child{
        border-bottom: 1px solid #dcdcdc;
}
.newsItem:first-child a{
        font-size: 17px;
    font-weight: 550;
}
.newsItem:first-child .newsItem__info{
           line-height: 1.5;
    /* height: 40px; */
    display: inline-block;
}
/*.newsItem:before {
  content: '';
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #dcdcdc;
  position: absolute;
  top: 13px;
  left: 0;
}*/
.newsItem:hover a {
  color: red;
}
.newsItem__type {
  color: #666;
  font-size: 14px;
  float: left;
  margin-right: 4px;
}
.newsItem__title {
  color: #333;
  font-size: 14px;
  width: auto;
  max-width: 18em;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  float: left;
}
.newsItem__title:hover a,
.newsItem__type:hover a {
  color: red;
}
.newsItem__time {
  font-size: 12px;
  color: #999;
  float: right;
}
.entry {
  margin: 20px 0;
  font-size: 0;
  border-right: 1px solid #dcdcdc;
  border-top: 1px solid #dcdcdc;
  background-color: #fff;
}
.entry li {
  display: inline-block;
  border-left: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
  width: 89px;
  height: 80px;
  vertical-align: top;
  text-align: center;
  padding-top: 15px;
  box-sizing: border-box;
}
.entry li:nth-child(1) {
  background: url(//static.wangxiao.cn/newPC/img/entry_icon1.png) no-repeat
    center 15px;
}
.entry li:nth-child(2) {
  background: url(//static.wangxiao.cn/newPC/img/entry_icon2.png) no-repeat
    center 15px;
}
.entry li:nth-child(3) {
  background: url(//static.wangxiao.cn/newPC/img/entry_icon3.png) no-repeat
    center 15px;
}
.entry li:nth-child(4) {
  background: url(//static.wangxiao.cn/newPC/img/entry_icon4.png) no-repeat
    center 15px;
}
.entry li:nth-child(5) {
  background: url(//static.wangxiao.cn/newPC/img/entry_icon5.png) no-repeat
    center 15px;
}
.entry li:nth-child(6) {
  background: url(//static.wangxiao.cn/newPC/img/entry_icon6.png) no-repeat
    center 15px;
}
.entry li:nth-child(7) {
  background: url(//static.wangxiao.cn/newPC/img/entry_icon7.png) no-repeat
    center 15px;
}
.entry li:nth-child(8) {
  background: url(//static.wangxiao.cn/newPC/img/entry_icon8.png) no-repeat
    center 15px;
}
.entry li:nth-child(9) {
  background: url(//static.wangxiao.cn/newPC/img/entry_icon9.png) no-repeat
    center 15px;
}
.entry a {
  display: inline-block;
  width: 100%;
  height: 100%;
  font-size: 14px;
  color: #333;
  margin-top: 35px;
}
.entry a:hover {
  color: #f94549;
}
.entry.fzy__entry {
  margin: 40px auto 50px;
}
/*# sourceMappingURL=common.css.map */
.lskmcard{
       background: #fff;
    width: 384px;
    float: left;
    
    margin-left: 24px;

} 
.lskmcard:first-child{
    margin-left: 0;
}
.lskmcard .card-wrap{
    padding: 20px 0 0 20px;
}
.lskmcard .course-card-footer
{
    float:left;
          width: 210px;
}
.lskmcard .course-card-body{
    float: left;
}
.lskmcard .course-card-footer p{
    font-size: 18px;
}
.lskmcard .lstitgmrs{
        font-size: 25px !important;
    letter-spacing: 1.2px;
        margin-bottom: 10px;
}
.lskmcard .course-card-footer .lstitinfo{
       font-size: 14px;
    line-height: 1.4;
    margin-top: 10px;
    letter-spacing: 2px;
    height: 95px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 5;
       
}
.lskmcard .course-card-footer a{
        margin-top: 10px;
    padding: 8px 10px;
    display: block;
    background: #979797;
    width: 94px;
    color: #fff;
    border-radius: 8px;
    letter-spacing: 1.2px;
}
.lskmcard .course-card-footer a:hover{
        background: red;
}
.lskmcard .course-card-body img{
  width: 150px;
}
.areaNow{
    background: #fff;
    margin-top: 20px;
    padding: 10px;
}
.areaNowTit{
        color: #333;
    font-size: 20px;
    font-weight: 700;
    border-left: 4px solid #f73f26;
    line-height: 25px;
    margin: 0 10px 0 0;
    width: 100%;
    padding-left: 16px;
    border-radius: 0;
    text-align: left;
}
.areaNowTit_Con
{
       
        margin-top: 10px;
}
.news__list{
    background: #fff;
        padding: 10px 10px;

    margin-right: 20px;
     width: 430px;
}
.kszxcon .news__hotItem{
        margin: 11.5px auto;
}
.commenrPart{
        margin: 20px auto;
    background: #fff;
    padding: 20px;    margin-top: 80px;
}
.commenrPart ul{
        height: 650px;
    overflow: hidden;
    overflow-y: scroll;
}
.commenrPart ul::-webkit-scrollbar {
        display: none;
    }
.commenrPart li{
        border-bottom: 1px solid #dcdcdc;
    padding-bottom: 20px;
    margin-top: 20px;
}
.commenrPart li:first-child{
    margin-top: 0;
}
.commenrPart .comm_left{
    float: left;
        margin-right: 40px;
        margin-left: 20px;
}
.commenrPart .comm_center{
        float: left;
    width: 850px;
    line-height: 1.5;
    padding-top: 5px;
}
.commenrPart .comm_center .comm_center_name{
        font-size: 18px;
    font-weight: 550;
}
.comm_center_con{
        line-height: 1.8;
}
.comm_center_conTime{
    float: right;
}
.comm_right{
        float: left;
        margin-left: 50px;
}
.comm_right p{
        margin-top: 10px;
    padding: 7px 24px;
    display: block;
    background: #979797;
    width: 94px;
    color: #fff;
    border-radius: 8px;
    letter-spacing: 1.2px;
}