@charset "UTF-8";
/*reset*/
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6,
dl,
dd,
p,
select,
textarea {
  margin: 0;
}

ol,
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  color: #333;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  text-decoration: none;
}

a:active,
a:hover {
  outline: 0;
}

audio,
canvas,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner {
  padding: 0;
  border: 0;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

input,
button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

input[type="checkbox"],
input[type="radio"] {
  padding: 0;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

textarea {
  resize: none;
  border: 1px solid #ccc;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

del {
  text-decoration: line-through;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

.clearfix:after {
  display: block;
  content: '';
  height: 0;
  clear: both;
  visibility: hidden;
}

html {
  font-size: 12px;
  -webkit-tap-highlight-color: transparent;
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-family: "Microsoft YaHei", Arial, SimSun, SimHei, sans-serif;
  font-size: 14px;
  color: #333;
  background-color: #fff;
}

/*banner*/
.banner {
  width: 100%;
  height: 550px;
  background: url(img/ban.jpg) top center no-repeat;
}

/*实现高能高分*/
.shixian {
  width: 100%;
  height: 170px;
  background: url(img/shixian.jpg) top center no-repeat;
}

.shixian h6 {
  text-align: center;
  font-size: 28px;
  color: #333;
  font-weight: normal;
  line-height: 124px;
}

.shixian h6 b {
  font-size: 36px;
  font-weight: bold;
  color: #006ab8;
}

.wrapper {
  width: 1017px;
  margin: 0 auto;
}

/*预约*/
.yuyue {
  width: 100%;
  height: 266px;
  background: url(img/yy_bg.jpg) top center no-repeat;
}

.yuyue h5 {
  text-indent: 358px;
  font-size: 32px;
  color: #333;
  line-height: 40px;
  padding-top: 45px;
  margin-bottom: 18px;
}

.yuyue h6 {
  text-indent: 358px;
  font-size: 28px;
  color: #333;
  line-height: 36px;
  font-weight: normal;
}

.yuyue h6 b {
  color: #ef3a48;
}

.yuyue .form {
  margin: 30px auto 0;
  padding-left: 36px;
}

.yuyue .form h4 {
  font-size: 18px;
  font-weight: normal;
  line-height: 68px;
  color: #333;
  text-align: center;
}

.yuyue .form .kuang {
  display: block;
  float: left;
  width: 238px;
  margin-right: 11px;
  height: 40px;
  border: 1px solid #7a7a7a;
  font-size: 15px;
  text-indent: 12px;
}

.yuyue .form input:focus,
.yuyue .form input:hover {
  border-color: #006ab8;
}

.yuyue .select {
  position: relative;
  width: 238px;
  float: left;
  height: 40px;
  line-height: 40px;
  border: 1px solid #ccc;
  font-size: 14px;
  cursor: pointer;
}

.yuyue .select:after {
  position: absolute;
  right: 12px;
  top: 50%;
  content: '';
  width: 5px;
  height: 5px;
  border-bottom: 2px solid #aaa;
  border-right: 2px solid #aaa;
  margin-top: -4px;
  -webkit-transform-origin: 66% 66%;
      -ms-transform-origin: 66% 66%;
       -o-transform-origin: 66% 66%;
          transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

.yuyue .select.open:after {
  -webkit-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
       -o-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

.yuyue .select:hover,
.yuyue .select:active,
.yuyue .select.open {
  border-color: #006ab8;
}

.yuyue .select .current {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  color: #333;
  text-indent: 12px;
}

.yuyue .select .list {
  position: absolute;
  top: 39px;
  left: -1px;
  z-index: 10;
  width: 100%;
  max-height: 228px;
  border: 1px solid #ccc;
  border-radius: 2px;
  background-color: #fafafa;
  color: #333;
  overflow: auto;
  display: none;
}

.yuyue .select.open .list {
  display: block;
}

.yuyue .select .option {
  padding-left: 15px;
}

.yuyue .select .option:hover {
  color: #fff;
  background-color: #006ab8;
}

.yuyue .form .sub-btn {
  display: block;
  float: left;
  width: 174px;
  margin-left: 25px;
  height: 40px;
  border: none;
  background-color: #006ab8;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
}

.yuyue .form .sub-btn:hover {
  background-color: #0163ab;
}

.yuyue .opa {
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: .6;
  -webkit-filter: opacity(60);
  filter: opacity(60);
}

.yuyue .form .alert-icon {
  position: absolute;
  top: -25px;
  right: -25px;
  width: 50px;
  height: 50px;
  line-height: 46px;
  border-radius: 50%;
  background-color: #8cc63f;
  font-size: 42px;
  color: #fff;
  text-align: center;
  cursor: pointer;
}

.yuyue .form .kuang,
.yuyue .form .select,
.yuyue .form .sub-btn {
  border-radius: 6px;
}

/*铸就品牌*/
.zhujiu {
  width: 100%;
  height: 175px;
  background: url(img/pinpai.jpg) top center no-repeat;
}

.zhujiu .title {
  padding-top: 67px;
}

.pinpai {
  width: 100%;
  height: 501px;
  background: url(img/pp_bg.jpg) top center no-repeat;
}

.pinpai ul {
  padding-top: 50px;
}

.pinpai ul li {
  width: 194px;
  height: 224px;
  float: left;
  margin-left: 42px;
  font-size: 14px;
  color: #000;
  text-align: center;
}

.title {
  font-size: 48px;
  color: #333;
  text-align: center;
  line-height: 108px;
}

/*三精标准*/
.sanjing {
  width: 100%;
  height: 155px;
  background: url(img/sanj_bg.jpg) top center no-repeat;
}

.sanjing .title {
  padding-top: 47px;
}

.biaozhun {
  width: 100%;
  height: 644px;
  background: url(img/biaozhun.jpg) top center no-repeat;
}

.biaozhun .biaozhun-right {
  width: 430px;
  float: right;
  margin-right: 50px;
}

.biaozhun .biaozhun-right span {
  font-size: 14px;
  color: #202020;
  padding-top: 44px;
  display: block;
  position: relative;
}

.biaozhun .biaozhun-right span:before {
  position: absolute;
  content: '';
  width: 13px;
  height: 13px;
  border-radius: 50%;
  bottom: 2px;
  left: -30px;
}

.biaozhun .biaozhun-right span.yi:before {
  background-color: #00b0ec;
}

.biaozhun .biaozhun-right span.er:before {
  background-color: #f39800;
}

.biaozhun .biaozhun-right span.san:before {
  background-color: #083388;
}

.biaozhun .biaozhun-right p {
  font-size: 14px;
  color: #666;
  line-height: 24px;
}

.biaozhun .biaozhun-right p b {
  color: #083388;
  font-weight: normal;
}

/*精品教学*/
.jingpin {
  width: 100%;
  height: 245px;
  background: url(img/jingpin_bg.jpg) top center no-repeat;
}

.jingpin .title {
  padding-top: 125px;
}

.jingpin .title b {
  font-size: 78px;
  color: #006ab8;
  line-height: 108px;
  margin-right: 10px;
}

.teacer {
  width: 100%;
  height: 343px;
  padding-top: 40px;
  background: url(img/teacher.jpg) top center no-repeat;
}

.teacer h5 {
  width: 245px;
  height: 55px;
  background-color: #ffbb29;
  display: block;
  margin: 0 auto;
  text-align: center;
  line-height: 55px;
  font-size: 28px;
  color: #333;
  font-weight: normal;
}

.teacer h6 {
  font-size: 24px;
  text-align: center;
  color: #006ab8;
  font-weight: normal;
  line-height: 88px;
}

.teacer ul {
  padding-top: 16px;
  padding-left: 40px;
}

.teacer ul li {
  float: left;
  cursor: pointer;
  margin-right: 4px;
  position: relative;
}

.teacer ul li .laoshua {
  position: absolute;
  width: 204px;
  height: 204px;
  top: -29px;
  left: -25px;
  z-index: 2;
  display: none;
}

.teacer ul li .laoshua .lsjieshao {
  width: 204px;
  height: 204px;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  text-align: center;
  color: #fff;
  font-family: "宋体";
}

.teacer ul li .laoshua .lsjieshao h1 {
  font-size: 16px;
  padding: 40px 0 10px 0;
  font-weight: normal;
}

.teacer ul li .laoshua .lsjieshao p {
  font-size: 14px;
  line-height: 20px;
}

.teacer ul li .teah1 {
  background: url(img/teacherh1.png) top center no-repeat;
}

.teacer ul li .teah2 {
  background: url(img/teacherh2.png) top center no-repeat;
}

.teacer ul li .teah3 {
  background: url(img/teacherh3.png) top center no-repeat;
}

.teacer ul li .teah4 {
  background: url(img/teacherh4.png) top center no-repeat;
}

.teacer ul li .teah5 {
  background: url(img/teacherh5.png) top center no-repeat;
}

.teacer ul li .teah6 {
  background: url(img/teacherh6.png) top center no-repeat;
}

.teacer ul li .teah7 {
  background: url(img/teacherh7.png) top center no-repeat;
}

.teacer ul li .teah8 {
  background: url(img/teacherh8.png) top center no-repeat;
}

.teacer ul li .laosxt {
  width: 116px;
  height: 116px;
}

.teacer ul .mart {
  margin-top: 58px;
}

.book {
  width: 100%;
  height: 482px;
  padding-top: 70px;
  background: url(img/teacher1.jpg) top center no-repeat;
}

.book h5 {
  font-size: 28px;
  color: #000;
  width: 321px;
  height: 55px;
  background-color: #ffbb29;
  text-align: center;
  line-height: 55px;
  font-weight: normal;
  margin: 0 auto;
}

.book h6 {
  font-size: 18px;
  color: #666;
  font-weight: normal;
  text-align: center;
  line-height: 42px;
  margin-top: 20px;
}

.book h6 b {
  color: #006ab8;
}

.book ul {
  margin-top: 240px;
  margin-left: 20px;
}

.book ul li {
  width: 174px;
  float: left;
  font-size: 18px;
  color: #333;
  text-align: center;
  margin-left: 15px;
}

.jiangshou {
  width: 100%;
  height: 454px;
  background: url(img/san.jpg) top center no-repeat;
}

.jiangshou h5 {
  font-size: 28px;
  color: #000;
  width: 253px;
  height: 55px;
  background-color: #ffbb29;
  text-align: center;
  line-height: 55px;
  font-weight: normal;
  margin: 0 auto;
}

.jiangshou h6 {
  font-size: 18px;
  color: #666;
  line-height: 42px;
  font-weight: normal;
  margin: 110px 0 0 405px;
}

.jiangshou h6 b {
  color: #006ab8;
}

/*精致服务*/
.jingzhi {
  width: 100%;
  height: 248px;
  background: url(img/jingzhi_bg.jpg) top center no-repeat;
}

.jingzhi .title {
  padding-top: 128px;
}

.jingzhi .title b {
  font-size: 78px;
  color: #006ab8;
  line-height: 108px;
  margin-right: 10px;
}

.guihua {
  width: 100%;
  height: 495px;
  background: url(img/guihua.jpg) top center no-repeat;
}

.guihua h6 {
  font-size: 18px;
  color: #666;
  font-weight: normal;
  line-height: 44px;
  margin-left: 506px;
  padding-top: 150px;
}

.guihua h6 b {
  color: #333;
  font-weight: normal;
}

.guihua h6 .colorlan {
  font-size: 20px;
  color: #0061b8;
}

.koubei {
  width: 100%;
  height: 684px;
  background: url(img/koubei.jpg) top center no-repeat;
}

.koubei h5 {
  font-size: 28px;
  color: #000;
  width: 440px;
  height: 55px;
  background-color: #ffbb29;
  text-align: center;
  line-height: 55px;
  font-weight: normal;
  margin: 0 auto;
}

.koubei #xinlai-left {
  width: 221px;
  height: 395px;
  margin-left: 53px;
  margin-top: 112px;
  float: left;
  background-color: #eee;
}

.koubei .xinlai-right {
  width: 632px;
  height: 418px;
  float: right;
  margin: 56px 42px 0 0;
}

.koubei .xinlai-right p {
  font-size: 18px;
  color: #333;
  line-height: 32px;
  margin-top: 10px;
}

/*精准学习*/
.jingzhun {
  width: 100%;
  height: 255px;
  background: url(img/jingzhun_bg.jpg) top center no-repeat;
}

.jingzhun .title {
  padding-top: 135px;
}

.jingzhun .title b {
  font-size: 78px;
  color: #006ab8;
  line-height: 108px;
  margin-right: 10px;
}

.gaoxiao {
  width: 100%;
  height: 415px;
  background: url(img/gaoxiao.jpg) top center no-repeat;
}

.gaoxiao ul {
  padding-top: 52px;
}

.gaoxiao ul li {
  width: 292px;
  height: 321px;
  background-color: #eee;
  margin-left: 35px;
  cursor: pointer;
  position: relative;
  float: left;
}

.gaoxiao ul li:hover .touming {
  display: block;
}

.gaoxiao ul li img {
  width: 108px;
  height: 94px;
  display: block;
  margin: 0 auto;
  padding-top: 91px;
}

.gaoxiao ul li p {
  text-align: center;
  font-size: 18px;
  color: #333;
  line-height: 66px;
}

.gaoxiao ul li .touming {
  width: 100%;
  height: 269px;
  padding-top: 52px;
  background-color: rgba(0, 177, 242, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}

.gaoxiao ul li .touming h5 {
  width: 208px;
  height: 52px;
  display: block;
  margin: 0 auto;
  background-color: #fff;
  text-align: center;
  line-height: 52px;
  font-size: 24px;
  color: #30bdf1;
  font-style: italic;
}

.gaoxiao ul li .touming h6 {
  padding-left: 26px;
  color: #fff;
  font-weight: normal;
  font-size: 16px;
  line-height: 32px;
  margin-top: 10px;
}

.liuxuewu {
  width: 100%;
  height: 173px;
  background: url(img/liuxue1.jpg) top center no-repeat;
}

.liuxuewu h5 {
  font-size: 28px;
  color: #000;
  width: 308px;
  height: 55px;
  background-color: #ffbb29;
  text-align: center;
  line-height: 55px;
  font-weight: normal;
  margin: 0 auto;
}

.liuxuewu h6 {
  font-size: 18px;
  color: #666;
  text-align: center;
  font-weight: normal;
  line-height: 36px;
  margin-top: 20px;
}

.liuxue {
  width: 100%;
  height: 454px;
  background: url(img/liuxue2.jpg) top center no-repeat;
}

/*优惠联展*/
.kecheng {
  width: 100%;
  height: 159px;
  background: url(img/kc_bg.jpg) top center no-repeat;
}

.kecheng h6 {
  font-size: 48px;
  color: #006ab8;
  text-align: center;
  line-height: 100px;
}

.kecheng p {
  font-size: 18px;
  color: #999;
  text-align: center;
}

.school {
  width: 100%;
  height: 780px;
  background: url(img/school.jpg) top center no-repeat;
}

.school #xuexiao {
  width: 1022px;
  margin: 0 auto 0;
}

.school #xuexiao .swiper-slide ul {
  padding-left: 40px;
}

.school #xuexiao .swiper-slide li {
  width: 226px;
  height: 170px;
  border: 1px solid #494b75;
  float: left;
  margin-left: 5px;
  margin-bottom: 8px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.school #xuexiao .swiper-slide li .huoqu_lianjie {
  width: 100%;
  height: 100%;
  display: block;
}

.school #xuexiao .swiper-slide li .toumingdu {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  top: 130px;
  left: 0;
  position: absolute;
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}

.school #xuexiao .swiper-slide li .toumingdu span {
  font-size: 18px;
  color: #fff;
  text-align: center;
  line-height: 44px;
  display: block;
}

.school #xuexiao .swiper-slide li .toumingdu p {
  font-size: 18px;
  color: #fff;
  line-height: 32px;
  margin-top: 20px;
  text-align: center;
}

.school #xuexiao .swiper-slide li .toumingdu .huoqu {
  width: 108px;
  height: 32px;
  background-color: #f63c3c;
  border-radius: 3px;
  text-align: center;
  line-height: 32px;
  display: block;
  font-size: 18px;
  margin: 20px auto 0;
  color: #fff;
  font-weight: normal;
}

.school #xuexiao .swiper-slide li:hover .toumingdu {
  top: 0;
}

.school #xuexiao .swiper-slide li:hover .toumingdu span {
  display: none;
}

.school #xuexiao .pagination {
  width: 100px;
  padding-left: 468px;
  margin-top: 15px;
}

.school #xuexiao .pagination .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  background-color: #bbb;
  opacity: 1;
}

.school #xuexiao .pagination .swiper-pagination-bullet-active {
  background-color: #494b75;
}

/*精彩分享*/
.zhanfang {
  width: 100%;
  height: 279px;
  background: url(img/zhanfang.jpg) top center no-repeat;
}

.zhanfang h6 {
  font-size: 48px;
  color: #fff;
  text-align: center;
  line-height: 80px;
  padding-top: 132px;
}

.voide {
  width: 100%;
  height: 360px;
  background: url(img/voide.jpg) top center no-repeat;
}

.voide ul {
  padding-top: 30px;
  margin-left: 102px;
}

.voide ul li {
  width: 387px;
  height: 226px;
  float: left;
  margin-right: 42px;
}

.voide ul li a {
  width: 100%;
  height: 100%;
  display: block;
}

/*精彩瞬间*/
.shunjian {
  width: 100%;
  height: 712px;
  background: url(img/photo.jpg) top center no-repeat;
}

.shunjian h4 {
  background: none;
  font-size: 40px;
  color: #333;
  text-align: center;
  padding-top: 58px;
  line-height: 80px;
}

.shunjian .box {
  width: 1000px;
  margin: 62px auto 0;
  height: 360px;
  position: relative;
}

.shunjian .box .list {
  width: 886px;
  height: 360px;
  overflow: hidden;
}

.shunjian .box .btn {
  position: absolute;
  width: 48px;
  height: 84px;
  cursor: pointer;
  top: 120px;
}

.shunjian .box .btn:hover {
  padding: 10px;
}

.shunjian .box .prev:hover {
  background: url(img/left.png) center no-repeat rgba(0, 0, 0, 0.5);
  left: -60px;
  top: 110px;
}

.shunjian .box .next:hover {
  background: url(img/right.png) center no-repeat rgba(0, 0, 0, 0.5);
  right: -60px;
  top: 110px;
}

.shunjian .box .prev {
  left: -50px;
  background: url(img/left.png) center no-repeat;
}

.shunjian .box .next {
  right: -50px;
  background: url(img/right.png) center no-repeat;
}

.shunjian .box li {
  position: absolute;
  top: 0;
  left: 80px;
  list-style: none;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.shunjian .box li img {
  width: 472px;
  height: 332px;
  border: 12px solid #fff;
  float: left;
}

.shunjian .box .p1 {
  -webkit-transform: translate3d(-160px, 0, 0) scale(0.81);
          transform: translate3d(-160px, 0, 0) scale(0.81);
}

.shunjian .box .p2 {
  -webkit-transform: translate3d(0px, 0, 0) scale(0.81);
          transform: translate3d(0px, 0, 0) scale(0.81);
  -webkit-transform-origin: 0 50%;
      -ms-transform-origin: 0 50%;
       -o-transform-origin: 0 50%;
          transform-origin: 0 50%;
  opacity: 0.8;
  z-index: 2;
}

.shunjian .box .p3 {
  -webkit-transform: translate3d(160px, 0, 0) scale(1);
          transform: translate3d(160px, 0, 0) scale(1);
  z-index: 3;
  opacity: 1;
}

.shunjian .box .p4 {
  -webkit-transform: translate3d(385px, 0, 0) scale(0.81);
          transform: translate3d(385px, 0, 0) scale(0.81);
  -webkit-transform-origin: 100% 50%;
      -ms-transform-origin: 100% 50%;
       -o-transform-origin: 100% 50%;
          transform-origin: 100% 50%;
  opacity: 0.8;
  z-index: 2;
}

.shunjian .box .p5 {
  -webkit-transform: translate3d(545px, 0, 0) scale(0.81);
          transform: translate3d(545px, 0, 0) scale(0.81);
}

.shunjian .box .p6 {
  -webkit-transform: translate3d(705px, 0, 0) scale(0.81);
          transform: translate3d(705px, 0, 0) scale(0.81);
}

.shunjian .box .p7 {
  -webkit-transform: translate3d(865px, 0, 0) scale(0.81);
          transform: translate3d(865px, 0, 0) scale(0.81);
}

/*底部*/
.footer {
  width: 1080px;
  height: auto;
  margin: 0 auto;
  padding: 56px 0 20px;
}

.footer .fanhuian {
  margin-left: 135px;
  padding-bottom: 66px;
}

.footer .fanhuian a {
  width: 313px;
  height: 56px;
  text-align: center;
  line-height: 56px;
  font-size: 24px;
  margin-right: 65px;
  background-color: #29abe2;
  display: block;
  border-radius: 10px;
  float: left;
  color: #fff;
}

.footer .foot {
  width: 100%;
  height: auto;
  border-top: 1px solid #999;
}

.footer .foot .foot_left {
  float: left;
  margin: 20px 20px 0 11px;
}

.footer .foot .foot_center {
  float: left;
  margin-top: 20px;
}

.footer .foot .foot_center p {
  color: #000;
  font-size: 12px;
  line-height: 28px;
}

.footer .foot .xinlai {
  float: right;
  margin: 20px 15px 0 0;
}

/*右侧漂浮*/
.piaofu {
  width: 110px;
  position: fixed;
  bottom: 0;
  right: 10px;
  display: none;
}

.piaofu img {
  display: block;
}

.piaofu ul li {
  height: 38px;
  border-bottom: 1px dotted #fff;
  text-align: center;
  line-height: 38px;
  color: #fff;
  font-size: 16px;
  background-color: #333;
  cursor: pointer;
}

.piaofu ul li.fanhuidingbu {
  height: 49px;
  color: #ffbb29;
  line-height: 49px;
  border-bottom: none;
}
