@charset "GBK";
/* CSS Document */
* { margin: 0; padding: 0; }
address, caption, cite, code, dfn, em, th, var { font-style: normal; }
ol, ul { list-style: none; }
li { list-style: none; }
a {text-decoration: none;color: #333;outline: none;}
table {border-collapse: collapse;}
.fl { float: left;}
.fr { float: right;}
.flex {display: flex; flex-direction: row; flex-wrap: wrap;justify-content: space-between;}
.clearfix:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;}
.clearfix {+ height: 1 %;zoom: 1;}
.wrap_con { margin: 0 3%;}

/*轮播图*/
.banner {padding-bottom: 15px;}
.banner .swiper-slide img {width: 100%;}
.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {bottom: 0;}
.banner .swiper-pagination-bullet {display: inline-block; width: 5%; height: 7px; overflow-y: hidden; border-radius: 2px; background-color: #aaa; margin: 0 2.5%;font-size: 0;}
.banner .swiper-pagination-bullet-active { background-color: #1F8ADC;}
/*notice*/
.notice {overflow: hidden;zoom: 1;position: relative}
.notice .nbt {float: left;display: block; width: 7%;height: 3rem;color: #ffea00;text-align: right;font-size: 1.3rem;line-height: 3rem}
.notice .nwz {position: relative;float: right;overflow: hidden;padding: 0 2%;width: 89%;height: 3rem;font-size: 1.1rem;line-height: 3rem;color: #504f4f;}
.notice .nwz .winBox {position: relative;overflow: hidden;width: 100%;height: 3rem}
.notice .nwz .scrollinfo {position: absolute;top: 0;left: 0;}
.notice .nwz .scrollinfo li {float: left;display: inline;text-align: center;line-height: 3rem}
.notice .nbt img {
  width: 1.6rem;
  height: auto;
  margin: 0.7rem auto 0;
}

/* css修改添加开始 */
.gjc_con { background: #efeff4; padding-bottom: 1rem;}
.gjc_nav { border: 1px solid #eeeeee;}
.gjc_nav ul { width: 94%; margin: 0 auto;}
.gjc_nav ul li {
  width: 22%;
  text-align: center;
  background: #ff8000;
  margin: 1rem auto;
  color: #000;
  line-height: 2rem;
}
.gjc_nav ul strong {
  line-height: 4rem;
  color: red;
}
.gjc_nav ul li a { font-size: 1.2rem; color: #333;display: block;}
.fenqu {
  margin: 0.2rem auto;
}
.fenqu li {
  width: 32.7%;
  margin: 0.2rem 0;
}
.fenqu li img {
  width: 100%;
}
/* css修改添加结束   */

/*首页导航*/
.nav_lsit { overflow: hidden; padding-top: 1.625rem; padding-bottom: .625rem;}
.nav_lsit ul li { display: inline-block; width: 25%; text-align: center; float: left; }
.nav_lsit ul li img { width: 4.25rem;}
.nav_lsit ul li span { display: block; font-size: 1.2rem; color: #8f8e94; padding: .625rem 0;}
/*热区*/
.requ { background: #efeff4;
  padding: .5rem 1%;}
.index_hot_c {overflow: hidden;height: 4.25rem; background: #ffffff;}
.index_hot_c .left {width: 4.25rem; height: 4.25rem; float: left;}
.index_hot_c .left img {width: 100%; }
.index_hot_c .right { width: 75%;float: left; margin-left: 5%}
.index_hot_c .right .tg_scroll1 { width: 100%; overflow: hidden; height: 4rem;}
.index_hot_c .right .tg_scroll1 .swiper-slide { text-overflow: ellipsis; white-space: nowrap; overflow: hidden; /*padding:1.5% 0 1% 0;*/ height: 2rem; line-height: 2rem;}
.index_hot_c .right .tg_scroll1 .swiper-slide a {font-size: .875rem;color: #686868 }
.index_hot_c .right .tg_scroll1 .swiper-slide a span {color: #ff4102; padding: 0 1%; border: 1px solid #ff4102; border-radius: 4px; font-size: 0.75rem; margin-right: 2.5%;}
.rq_zt ul li { width: 48.3%; margin-top: .625rem;}
.rq_zt ul li img { width: 100%;}
/*招生计划
.hotbox h3 {text-align: center;font-weight: normal;background: #ff8000; margin-top: .625rem; color: #fff;height: 3.125rem;line-height: 3.125rem;}
.zsjh {width: 100%;text-align: center;margin: 0 auto 3%;}
.zsjh th {background: #eb1c1e;color: #fff;padding: 1% 0;border: 1px solid #fff;}
.zsjh td {padding: 0.5% 0;border: 1px solid #979797;border-top: none;}*/
/*报名动态*/
.bmdtlist_title {padding: 2% 0;margin: 3% auto 0;background: #ff8000;color: #fff;font-size: 1rem;text-align: center;}
.bmdtlist {height: 150px;text-align: center;margin-bottom: 3%;background: #fff;}
.bmdtlist .swiper-slide {height: 30px;line-height: 30px;font-size: 1rem;text-align: center;}
.bmdtlist .swiper-slide:nth-child(even) {background: #e6e6e6;}
.bmdtlist .swiper-slide:nth-child(odd) {background: #fff;}
.bmdtlist_title span:nth-child(1), .bmdtlist .swiper-slide span:nth-child(1) {width: 30%;}
.bmdtlist_title span:nth-child(2), .bmdtlist .swiper-slide span:nth-child(2) {width: 15%;}
.bmdtlist_title span:nth-child(3), .bmdtlist .swiper-slide span:nth-child(3) {width: 15%;}
.bmdtlist_title span:nth-child(4), .bmdtlist .swiper-slide span:nth-child(4) {width: 20%;}
.bmdtlist_title span:nth-child(5), .bmdtlist .swiper-slide span:nth-child(5) {width: 20%;}

.bmdtlist .swiper-slide span:nth-child(5) a {
  padding: 1% 3%;
  background: #ff6000;
  color: #fff;
  border-radius: .3rem;
}

/*视频专区*/
.spzq h3 {padding: 2% 0;}
.spzq h3 span {
  padding: 1% 2%;
  background: #e00000;
  color: #fff;
  border-radius: 50px;
}
.spzq h3 strong {
  font-size: 1.5rem;
  margin-left: 3%;
  vertical-align: middle;
  color: #696969;
}
.spzq_con li {width: 49%;}



/*快商通回拨*/
.zs_tel { margin-top: .375rem;}
.zs_tel a img.telimg { width: 100%;}
.bd_tel { position: relative; border: solid 1px #ededed; padding: .75rem 10%;}
.bd_tel .dh_sr { border: solid 1px #ededed; border-right: none; float: left; height: 2.5rem; line-height: 2.5rem; font-size: 1rem; color: #ccc; padding-left: 5%; width: 63%; outline: none;}
.bd_tel .dh_da { width: 30%; height: 2.625rem; background: #ff6600; float: left;}
.bd_tel .dh_da input { display: block; width: 90%; height: 2rem; background: #fb8718; outline: none; margin: 3% auto 0; border: solid 1px #fff; color: #fff; font-size: 1rem; line-height: 2rem;}
.bd_tel .dh_da1 { width: 30%; height: 2.625rem; background: #b41929; float: left;}
.bd_tel .dh_da1 input { display: block; width: 90%; height: 2rem; background: #fe5969; outline: none; margin: 3% auto 0; border: solid 1px #fff; color: #fff; font-size: 1rem; line-height: 2rem;}
@-webkit-keyframes heartBeat {
  0% {-webkit-transform: scale(1);transform: scale(1)}
  14% {-webkit-transform: scale(1.3);transform: scale(1.3)}
  28% {-webkit-transform: scale(1);transform: scale(1)}
  42% {-webkit-transform: scale(1.3);transform: scale(1.3)}
  70% {-webkit-transform: scale(1);transform: scale(1)}
}
@keyframes heartBeat {
  0% {-webkit-transform: scale(1);transform: scale(1)}
  14% {-webkit-transform: scale(1.3);transform: scale(1.3)}
  28% {-webkit-transform: scale(1);transform: scale(1)}
  42% {-webkit-transform: scale(1.3);transform: scale(1.3)}
  70% {-webkit-transform: scale(1);transform: scale(1)}
}
.heartBeat {-webkit-animation-name: heartBeat;animation-name: heartBeat;-webkit-animation-duration: 1.3s;animation-duration: 1.3s;-webkit-animation-timing-function: ease-in-out;animation-timing-function: ease-in-out}

/*专业课程*/
.zytabt {
  height: 3rem;
  border-radius: .5rem .5rem 0 0;
  margin-top: 3%;
  background: #ebebeb;
  text-align: center;
  font-size: 1.3rem;
  overflow: hidden;
}
.zytabt li {
  width: 50%;
  line-height: 3rem;
  cursor: pointer;
  transition: all .5s;
}
.zytabt li.on {
  background: #c00900;
  color: #fff;
}
.zytabt li.on a{
  color:#fff;
}


.zy_list li{
  width:48.5%;
  /*height:48%;*/
  border-radius:.5rem;
  margin:1.5% 0;
  text-align: center;
  overflow: hidden;
}
.zy_list li.zy_item1 {
  border: 1px solid #ff7b3a;
  background: #ff7b3a;
  color: #fff;
}
.zy_list li.zy_item1 h3 {
  font-size: 1.5rem;
  margin-top: 3rem;
}
.zy_list li.zy_item1 a {
  display: block;
  width: 70%;
  line-height: 2.5rem;
  border-radius: 50px;
  background: #fff;
  color: #ff7b3a;
  margin: 3rem auto .5rem;
}
.zy_list li.zy_item1 p {font-size: .8rem;}
.zy_list li.zy_item2 {
  border: 1px solid #ccc;
}
.zy_list li.zy_item2 img {width: 100%;}
.zy_list li.zy_item2 strong {
  display: block;
  margin: 3% 0;
  font-size: 1.3rem;
}
.zy_list li.zy_item2 p {
  margin: 0 3%;
}
.zy_list li.zy_item2 p span:first-child {
  width: 40%;
  line-height: 2.5rem;
  border-radius: .5rem;
  background: #f6f6f6;
  color: #939393;
}
.zy_list li.zy_item2 p span:last-child {
  width: 57%;
  line-height: 2.5rem;
  border-radius: .5rem;
  background: #ebebeb;
  color: #939393;
}
.zy_list li.zy_item2 .zybtn {
  margin: 3%;
  border: 1px solid #ff3e3f;
  border-radius: .5rem;
  overflow: hidden;
}
.zy_list li.zy_item2 .zybtn .a1 {
  width: 50%;
  line-height: 2.5rem;
  color: #ff3e3f;
}
.zy_list li.zy_item2 .zybtn .a2 {
  width: 50%;
  line-height: 2.5rem;
  background: #ff3e3f;
  color: #fff;
}
.zy_list li.m-zy-ys {
  align-content: space-between;
  box-shadow: none;
}
.zy_list li.m-zy-ys p {
  box-sizing: border-box;
  width: 48.5%;
  height: 48.5%;
  padding-top: 12%;
  color: #fff;
  border-radius: 8px;
}
.zy_list li.m-zy-ys p:nth-child(1), .zy_list li.m-zy-ys p:nth-child(4) {background: #ff8586;}
.zy_list li.m-zy-ys p:nth-child(2), .zy_list li.m-zy-ys p:nth-child(3) {background: #2bc3da;}


.zy_box { margin-top: 1.125rem;}
.zy_box .zy_tit { height: 3.375rem; border-bottom: solid 1px #efeff4; border-left: solid .5rem #ff8000;}
.zy_box .zy_tit strong { font-size: 1.25rem; line-height: 3.375rem; font-weight: 500; float: left; color: #444444; margin-left: 3%;}
.zy_box .zy_tit a { font-size: 1rem; color: #9c1514; float: right; border: solid 1px #9c1514; border-radius: .5rem; padding: 1% 2%; margin-top: 1%;}
.zy_list {
  margin-top: .875rem;
}
.zy_nav { height: 2rem; line-height: 2rem; padding: .5rem 0; background: #eeeeee;}
.zy_nav li { width: 33%; float: left; text-align: center;font-size: 1.125rem; color: #969696;}
.zy_nav li a { color: #969696; display: inline-block; width: 90%;}
.yy_img{ margin-top:.5rem;}
.yy_img img{ width:100%;}
.zy_a { height: 3.125rem; line-height: 3.125rem; background: #ff3e3f; font-size: 1.25rem; color: #fff; display: block; text-align: center; border-radius: .375rem; margin-top: .625rem;}


/*新闻*/
.news_box { margin-top: .5rem;}
.news_box .news_h { height: 3.375rem; border-bottom: solid 1px #efeff4; border-left: solid .5rem #ff8000;}
.news_box .news_h .news_title { float: right; width: 96%;}
.news_box .news_h .news_title li { width: 25%; float: left; text-align: center; line-height: 3.375rem; font-size: 1.325rem; color: #565656; cursor: pointer;}
.news_box .news_h .news_title li.on { background: #ff6666; color: #fff;}
.news_b { margin-top: .5rem;}
.news_con .news_item1 { position: relative; height: auto; overflow: hidden; margin-bottom: .75rem;}
.news_con .news_item1 img { width: 100%;}
.news_con .news_item1 span { display: block; position: absolute; left: 0; bottom: 0; background: rgba(0, 0, 0, .6); width: 96%; font-size: 1.25rem; color: #fff; padding: 2% 2%;}
.news_con .news_item2 { border-bottom: solid 1px #f6f6f6; padding: .25rem 0;}
.news_con .news_item2 .news_list_title { float: left; width: 78%; font-size: 1.2rem; color: #222;text-overflow: -o-ellipsis-lastline;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;line-clamp: 2;-webkit-box-orient: vertical;}
.news_con .news_item2 .news_list_title h3 {;font-size: 1.3rem;margin-bottom: 2%;overflow: hidden;}
.news_con .news_item2 img { float: right; width: 6rem;height: 5rem;}
.news_a {height: 3.125rem; line-height: 3.125rem; background: #ff3e3f; font-size: 1.25rem; text-align: center; border-radius: .375rem; margin-top: .625rem;}
.news_a a { color: #fff; display: block;}
/*就业*/
.jy_box { margin-top: 1rem;}
.jy_box .jy_tit { height: 3.375rem; border-bottom: solid 1px #efeff4; border-left: solid .5rem #ff8000;}
.jy_box .jy_tit strong { font-size: 1.25rem; line-height: 3.375rem; font-weight: 500; float: left; color: #444444; margin-left: 3%;}
.jy_box .jy_tit a { font-size: 1rem; color: #9c1514; float: right; border: solid 1px #9c1514; border-radius: .5rem; padding: 1% 2%; margin-top: 1%;}
.jy_item1 { margin-top: 1.25rem}
.jy_item1 .jy_dzb { width: 49%;}
.jy_item1 .jy_dzb img { width: 100%;}
.jy_item1 .jy_dzb p {width: 94%;height: 3rem;padding: 2% 3%;background: #ff6600;color: #fff;position: absolute;left: 0;bottom: 0;}
.jy_item1 .jy_fenlei { width: 49%;}
.jy_item1 .jy_fenlei li img { width: 100%;}
.jy_item2 { margin-top: .5rem;}
.jy_item2 img { width: 100%;}
.jy_item3 { border: solid 1px #dddddd; margin-top: 1.125rem;}
.jy_item3 li { height: 2.5rem; line-height: 2.5rem; float: left; width: 24.8%; text-align: center; border-right: solid 1px #dddddd;}
.jy_item3 li:last-child { border-right: none;}
.jy_item3 li a { display: block; font-size: 1rem; color: #6c6c6c;}
/*环境、老师*/
.xy_box { margin-top: 1rem;}
.xy_box .xy_h { height: 3.375rem; border-bottom: solid 1px #efeff4; border-left: solid .5rem #ff8000;}
.xy_box .xy_h .xy_title { float: right; width: 98%;}
.xy_box .xy_h .xy_title li { width: 20%; float: left; text-align: center; line-height: 3.375rem; font-size: 1.125rem; color: #565656; cursor: pointer;}
.xy_box .xy_h .xy_title li.on { background: #ff6666; color: #fff;}
.xy_b { margin-top: .875rem;}
.xy_b .xy_con ul li img { width: 100%;}
.xy_b .xy_con ul.ds_list li { width: 32.3%; float: left; margin-right: 1%;}
.in_tit { height: 3.375rem; border-bottom: solid 1px #efeff4; border-left: solid .5rem #ff8000;}
.in_tit strong { font-size: 1.25rem; line-height: 3.375rem; font-weight: 500; float: left; color: #444444; margin-left: 3%;}
.in_tit a { font-size: 1rem; color: #9c1514; float: right; border: solid 1px #9c1514; border-radius: .5rem; padding: 1% 2%; margin-top: 1%;}
/*疑难*/
.yn_box { margin-top: 1rem;}
.yn_item1 { margin-top: .875rem}
.yn_item1 li { width: 49%;}
.yn_item1 li img { width: 100%;}
.yn_item1 li span { display: block; text-align: center; font-size: 1.25rem; color: #565656; margin-top: .5rem;}
.yn_item2 { margin-top: 1.325rem;}
.yn_item2 li { width: 49%; background: #eeeeee; height: 2.625rem; line-height: 2.625rem; text-align: center; border-radius: .375rem; margin-bottom: .5rem;}
.yn_item2 li a { font-size: 1rem; color: #565656;}
.yn_item2 li.yn_color1 { background: #fe3b53;}
.yn_item2 li.yn_color1 a { color: #fff;}
/*报名*/
.bm_box { margin-top: .5rem; margin-bottom: 1.25rem;}
.bm_body { width: 80%; margin: 0 auto;}
.bm_body .sr_input { width: 96%; padding: 0 2%; height: 3.125rem; line-height: 3.125rem; border: solid 1px #d8d8d8; font-size: 1.325rem; border-radius: .375rem; margin-top: 1rem; color: #cfcfcf;background: #fff;}
.bm_body .bmbtn { background: #ff494b; height: 4.625rem; border: none; width: 100%; font-size: 1.875rem; color: #fff; margin-top: 1.5rem;}
.footNav li {width: 24.5%;float: left;overflow: hidden;margin-right: 0;height: 50px;}
.footNav {
  height: 50px !important;
}
.ul_list1 li {
  width: 33%;
  line-height: 2.2rem;
  margin: 1rem auto;
}
.ul_list1 li span {
  padding-left: 0.2rem;
  font-size: 0.9rem;
}
.ul_list1 li img {
  width: 20%;
}
.rqhj_lunbo img {
  width: 100%;
}
.zy_item3 {
  width: 100% !important;
  margin-bottom: .5rem;
  border: solid 1px #d7d7d7;
  height: 7.8rem !important;
}
.jd_left {
  width: 50%;
  float: left;
}
.jd_left img {
  width: 100% !important;
  height: 7.8rem;
}
.jd_right {
  width: 50%;
  float: right;
  height: 7.8rem;
}
.jd_right strong {
  text-align: center;
  display: block;
  padding-top: 0.6rem;
}
.jd_right p span {
  width: 42%;
  height: 2.125rem;
  line-height: 2.125rem;
  background: #f6f6f6;
  text-align: center;
  float: left;
  margin-left: 5%;
  font-size: .875rem;
  border-radius: .375rem;
}

/* 火热报名 */
.huore_img {
  background: #ff8000;
  margin: 3% auto;
  align-items: center;
  color: #fff;
}
.huore_img .left {
  width: 24%;
  padding: 0.4rem;
}
.huore_img .right {
  width: 70%;
  margin-right: 1rem;
}
.huore_img .left img {
  display: block;
  margin: 0.6rem 0;
}
.lunbo_huore img {
  width: 100%;
}

.swt_1 {
  background-color: #ff3c00;
  color: #FFF;
  width: 46%;
  height: 2.25rem;
  line-height: 2.25rem;
  border-radius: 2.25rem;
  display: block;
  margin: 1rem auto;
}
.f_30 {
  font-size: 1.5rem;
}

.t_c {
  text-align: center;
}

.zy_list li.zy_itemnew {
  text-align: center;
}
.ul_list3 li {
  width: 48%;
  background: red;
  height: 7.4rem;
}
.ul_list3 li p {
  line-height: 1.6rem;
  padding-top: 1.6rem;
  color: #fff;
}
.ul_list3 li:nth-child(1) {
  background: #ff8586;
}
.ul_list3 li:nth-child(2) {
  background: #2bc3da;
}
.ul_list3 li:nth-child(3) {
  background: #2bc3da;
}
.ul_list3 li:nth-child(4) {
  background: #ff8586;
}
/* 创就业 */
.bg_bs {
  background: #fff;
  width: 94%;
  margin: 20px auto;
  padding: 1px;
}
.title_p {
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
  margin: 2.6% auto;
}
.title_p2 {
  color: #0a4c5c;
}
.ul_list5 li {
  width: 23%;
  text-align: center;
  margin: 1rem auto;
}
.ul_list5 li strong {
  font-size: 1.4rem;
}
.ul_list5 li span {
  color: #ff3e3f;
}
.ul_list6 li {
  width: 48%;
  margin: 0 auto;
}
.ul_list6 li p {
  text-align: center;
  margin: 0.6rem auto;
}
.hzdw {
  font-size: 0;
}
.hzdw a {
  display: inline-block;
  /*width: 200px;*/
  margin: 0 10px 20px;
  font-size: 18px;
}
.tabs-title4 {
  width: 70%;
  border: 2px solid #41aea9;
  border-radius: 50px;
  line-height: 2.6rem;
  height: 2.6rem;
  margin: 1.4rem auto;
}
.tabs-title4 li {
  width: 49.8%;
  text-align: center;
  font-size: 1.4rem;
  height: auto !important;
}
.tabs-title4 li:first-child {
  border-radius: 50px 0 0 50px;
}
.tabs-title4 li:last-child {
  border-radius: 0 50px 50px 0;
}
.tabs-title4 li.on2 {
  background: #41aea9;
  color: #fff;
}
.bg_zs {
  background: #efefef;
  width: 94%;
  margin: 0 auto 1.2rem;
  height: 12rem;
  align-items: center;
}
.bg_zs .left {
  width: 27%;
  text-align: center;
}
.bg_zs .left h2 {
  color: #fd5b22;
}
.bg_zs .left span {
  text-align: center;
  font-size: 0.9rem;
  margin-top: 0.6rem;
  display: inline-block;
}
.bg_zs .right {
  width: 72.5%;
  padding-top: 0.3rem;
  padding-left: 0.1rem;
  line-height: 1rem;
}
.bg_zs .right ul li {
  margin: 10px auto;
  font-size: 0.9rem;
    font-size: 1.2rem;
    line-height: 1.2rem;
  margin-left: 0;
}
.bg_zs .right ul li span {
  font-size: 4rem;
  display: inline-block;
  /* line-height: 7px; */
  vertical-align: bottom;
  height: 1.2rem;
  line-height: 1.4rem;
}
.ul_list4 li {
  width: 47%;
  box-shadow: 0px 0px 12px #8e8e93;
  margin: 3% auto 0;
}
.ul_list4 li img {
  width: 100%;
}
.ul_list4 li strong {
  text-align: center;
  display: block;
  margin: 3% auto;
}
.ul_list4 li p {
  margin: 3% auto;
  width: 90%;
  font-size: 1rem;
}
.mar30 {
  margin: 3% auto;
}
.ul_list6 {
  border: 1px solid #dadada;
  margin: 3% auto;
}
.ul_list6 li {
  width: 23%;
  margin: 0 auto;
  border-right: 1px solid #dadada;
  text-align: center;
  line-height: 2.4rem;
}
.ul_list6 li:last-child {
  border: none;
}
.ul_list6 li p {
  text-align: center;
  margin: 10px auto;
}
.ul_list7 li {
  width: 23%;
  background: #d69260;
  text-align: center;
  height: 7rem;
  margin: 1rem auto;
  color: #fff;
  align-items: center;
  border-radius: 14px;
}
.ul_list7 li p {
  padding-top: 1.7rem;
  font-size: 1.2rem;
}
.chuangye_img {
  width: 100%;
  margin: -1.2rem auto 0;
}
.laoshi_lunbo img {
  width: 100%;
}
.laoshi_lunbo p {
  text-align: center;
  line-height: 2rem;
  margin: 3% auto;
  width: 90%;
  font-size: 1.1rem;
}
.cyb_ul li strong {
  margin-top: 1.6rem !important;
  font-size: 1.2rem;
}

.cy_lunbo img{
  width: 100%;
}
.cy_lunbo{
  position: relative;
}
.cy_lunbo p{
  position: absolute;
  z-index: 10;
}
