html {
  font-size: 13.33333vw;
}
body {
  width: 100%;
}
.page-top {
  display: flex;
  align-items: center;
  height: 1.4rem;
  padding-left: 0.64rem;
  background-color: #fff;
}
.page-top .logo {
  width: 2.76rem;
  height: 0.76rem;
}
.top-banner {
  width: 100%;
  height: 4.88rem;
  background-image: url('../images/bg/bg_top.png');
  background-size: cover;
}
.about-wrap {
  height: 11.2rem;
  padding: 0 0.48rem;
  background-image: url('../images/bg/bg_about.png');
  background-size: cover;
}
.about-wrap .about-text {
  width: 100%;
  font-size: 0.28rem;
  color: #333;
  line-height: 0.48rem;
  text-align: justify;
  letter-spacing: -0.007rem;
  margin-bottom: 0.6rem;
}
.school-wrap {
  width: 6.54rem;
  padding: 0 0.16rem;
  margin: 0.8rem auto 0;
}
.school-wrap .school-list {
  width: 100%;
  margin-top: 0.6rem;
}
.school-wrap .school-list .logo-wrap {
  display: flex;
  position: relative;
  width: 100%;
  height: 0.676rem;
}
.school-wrap .school-list .logo-wrap .logo {
  width: auto;
  height: 0.676rem;
}
.school-wrap .school-list .logo-wrap::before {
  content: '';
  position: absolute;
  width: 6.08rem;
  height: 0.18rem;
  left: 0.38rem;
  top: 0.67rem;
  background-image: url('../images/bg/bg_rightline3.png');
  background-size: cover;
}
.school-wrap .school-list .logo-wrap::after {
  content: '';
  width: 0.4rem;
  height: 3.26rem;
  position: absolute;
  top: 0.67rem;
  left: -0.05rem;
  background-image: url('../images/bg/bg_leftline3.png');
  background-size: cover;
}
.school-wrap .school-list .text-wrap {
  padding: 0.16rem 0 0 0.5rem;
  font-size: 0.26rem;
  color: #666;
  line-height: 0.46rem;
}
.school-wrap .school-list:first-child {
  margin-top: 0;
}
.course-wrap {
  padding-top: 0.4rem;
}
.course-wrap .course-bg {
  width: 100%;
  text-align: center;
}
.course-wrap .course-bg .img {
  width: 90%;
  height: auto;
  margin: 0 auto;
}
.course-wrap .count-wrap {
  width: 100%;
  padding: 0.1rem 0.48rem;
  box-sizing: border-box;
}
.course-wrap .count-wrap .count {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 0.4rem;
}
.course-wrap .count-wrap .count .count-list {
  width: 46%;
  padding-left: 2%;
  border-left: 0.02rem solid #b01c3d;
}
.course-wrap .count-wrap .count .count-list .num {
  font-size: 0.46rem;
  color: #b01c3d;
  line-height: 1;
  font-weight: bold;
}
.course-wrap .count-wrap .count .count-list .text {
  font-size: 0.24rem;
  color: #666;
  margin-top: 0.1rem;
  line-height: 0.36rem;
  font-weight: 600;
}
.course-bottom {
  height: 2.2rem;
  padding: 1.1rem 0.32rem 0;
  background-image: url('../images/bg/bg_course_bottom.png');
  background-size: 100% 100%;
  box-sizing: border-box;
}
.course-bottom .course-text {
  width: 4.6rem;
  font-size: 0.24rem;
  color: #222;
  font-weight: bold;
  line-height: 0.36rem;
  transform: scale(0.9);
}
.content-wrap {
  width: 100%;
  padding-top: 0.4rem;
  margin: 0 auto;
  padding-top: 0.32rem;
}
.content-wrap .linesWrap {
  padding: 0 0.4rem;
  display: flex;
  width: 100%;
  box-sizing: border-box;
  flex-wrap: wrap;
}
.content-wrap .linesWrap .lines {
  width: 100%;
  min-height: 2.4rem;
  background-size: 100% 100%;
  padding: 0.2rem 0;
  margin-bottom: 0.4rem;
  border: 1px solid #CCAB8B;
  border-radius: 0.4rem;
}
.content-wrap .linesWrap .lines .title {
  position: relative;
  font-size: 0.28rem;
  color: #c7ab8b;
  margin-bottom: 0.2rem;
  font-weight: bold;
  padding: 0 0.45rem 0.2rem;
  border-bottom: 1px solid #CCAB8B;
}
.content-wrap .linesWrap .lines .text {
  position: relative;
  font-size: 0.24rem;
  color: #333;
  line-height: 0.36rem;
  padding: 0.02rem 0.45rem;
  margin-bottom: 0.22rem;
}
.content-wrap .linesWrap .lines .text .box {
  position: absolute;
  top: -0.2rem;
  left: -0.03rem;
  width: 0.05rem;
  height: 0.4rem;
  background-color: #fff;
}
.content-wrap .linesWrap .lines .text .box2 {
  position: absolute;
  top: -0.4rem;
  right: -0.03rem;
  width: 0.05rem;
  height: 0.3rem;
  background-color: #fff;
}
.content-wrap .linesWrap .lines .text .tag {
  font-weight: bold;
}
.content-wrap .linesWrap .lines .text:last-child {
  margin-bottom: 0;
}
.content-wrap .linesWrap .lines .text::before {
  content: '';
  position: absolute;
  width: 0.25rem;
  top: 0.2rem;
  left: 0;
  z-index: 2;
  height: 1px;
  background-color: #CCAB8B;
}
.content-wrap .linesWrap .lines .text::after {
  content: '';
  position: absolute;
  width: 0.1rem;
  top: 0.16rem;
  left: 0.25rem;
  z-index: 2;
  transform: rotate(45deg);
  height: 0.1rem;
  background-color: #CCAB8B;
}
.content-wrap .linesWrap .lines:nth-child(2n) {
  margin-right: 0;
}
.content-wrap .bottomWrap {
  padding: 0 0.8rem;
  display: flex;
  width: 200%;
  box-sizing: border-box;
  transform: scale(0.5) translateX(-50%) translateY(-50%);
}
.content-wrap .bottomWrap .bottomLines {
  position: relative;
  width: 100%;
  padding: 0.58rem 0;
  box-sizing: border-box;
  border: 1px dashed #CCAB8B;
  border-radius: 0.4rem;
}
.content-wrap .bottomWrap .bottomLines .title {
  position: absolute;
  top: 0.42rem;
  left: -1px;
  width: calc(100% + 2px);
  font-size: 0.42rem;
  color: #222;
  text-align: center;
  font-weight: bold;
  border: 1px dashed #CCAB8B;
  border-left-style: solid;
  border-right-style: solid;
  border-left-color: #fff;
  border-right-color: #fff;
  background-color: #fff;
}
.content-wrap .bottomWrap .bottomLines .title .text {
  position: relative;
  height: 0.42rem;
  line-height: 0.42rem;
  width: 8rem;
  padding: 0 0.2rem;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #fff;
}
.content-wrap .bottomWrap .bottomLines .title .text .box,
.content-wrap .bottomWrap .bottomLines .title .text .box2 {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.content-wrap .bottomWrap .bottomLines .title .text .box::before {
  content: '';
  position: absolute;
  width: 0.1rem;
  top: -0.05rem;
  left: 0;
  z-index: 2;
  transform: rotate(45deg);
  height: 0.1rem;
  background-color: #CCAB8B;
}
.content-wrap .bottomWrap .bottomLines .title .text .box::after {
  content: '';
  position: absolute;
  width: 0.1rem;
  bottom: -0.05rem;
  left: 0;
  z-index: 2;
  transform: rotate(45deg);
  height: 0.1rem;
  background-color: #CCAB8B;
}
.content-wrap .bottomWrap .bottomLines .title .text .box2::before {
  content: '';
  position: absolute;
  width: 0.1rem;
  top: -0.05rem;
  right: 0;
  z-index: 2;
  transform: rotate(45deg);
  height: 0.1rem;
  background-color: #CCAB8B;
}
.content-wrap .bottomWrap .bottomLines .title .text .box2::after {
  content: '';
  position: absolute;
  width: 0.1rem;
  bottom: -0.05rem;
  right: 0;
  z-index: 2;
  transform: rotate(45deg);
  height: 0.1rem;
  background-color: #CCAB8B;
}
.content-wrap .bottomWrap .bottomLines .title .text::before {
  content: '';
  position: absolute;
  top: -2px;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #fff;
}
.content-wrap .bottomWrap .bottomLines .title .text::after {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #fff;
}
.content-wrap .bottomWrap .bottomLines .desc {
  font-size: 0.42rem;
  color: #222;
  padding: 0.4rem 0.7rem 0;
  line-height: 0.5rem;
  text-align: center;
  margin-top: 0.2rem;
}
.bannerTeacher {
  width: 100%;
  margin-top: -0.6rem;
  padding-bottom: 0.2rem !important;
}
.bannerTeacher .img {
  width: 6.84rem;
}
.faculty-wrap {
  width: 100%;
  padding-top: 0.4rem;
  margin: 0 auto;
}
.faculty-wrap .supervisor {
  width: 6.9rem;
  margin: 0 auto;
  box-sizing: border-box;
}
.faculty-wrap .supervisor .top {
  display: flex;
  width: 100%;
  /* height: 2.2rem; */
  overflow-x: hidden;
}
.faculty-wrap .supervisor .top .left {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.91rem;
  height: 2.2rem;
  background-image: url('../images/bg/bg_diamond1.png');
  background-size: 100% 100%;
}
.faculty-wrap .supervisor .top .left .img-wrap {
  width: 1.88rem;
  height: 2.18rem;
  overflow: hidden;
}
.faculty-wrap .supervisor .top .left .img-wrap .img {
  width: 1.88rem;
  height: 2.18rem;
}
.faculty-wrap .supervisor .top .left .img-wrap .box1,
.faculty-wrap .supervisor .top .left .img-wrap .box2,
.faculty-wrap .supervisor .top .left .img-wrap .box3 {
  width: 1.88rem;
  height: 2.18rem;
  overflow: hidden;
}
.faculty-wrap .supervisor .top .left .img-wrap .box1 {
  transform: rotate(120deg);
}
.faculty-wrap .supervisor .top .left .img-wrap .box2 {
  transform: rotate(-60deg);
}
.faculty-wrap .supervisor .top .left .img-wrap .box3 {
  transform: rotate(-60deg);
}
.faculty-wrap .supervisor .top .left .img-wrap .box3 img {
  width: 100%;
  height: 100%;
}
.faculty-wrap .supervisor .top .left::before {
  content: '';
  position: absolute;
  left: -0.05rem;
  top: 1.8rem;
  width: 6.9rem;
  height: 0.6rem;
  background-image: url(../images/bg/bg_leftline1.png);
  background-size: cover;
  z-index: 6;
}
.faculty-wrap .supervisor .top .text-wrap {
  margin-left: 0.6rem;
  font-weight: bold;
  font-size: 0.28rem;
  color: #c8ac8c;
  transform: scale(0.8) translateX(-0.8rem) translateY(-0.1rem);
  line-height: 0.48rem;
}
.faculty-wrap .supervisor .top .text-wrap span {
  margin-right: 0.18rem;
  line-height: 1;
}
.faculty-wrap .supervisor .top .text-wrap .name {
  display: flex;
  justify-content: space-between;
  font-size: 0.42rem;
  margin-top: 0.3rem;
  width: 1.68rem;
}
.faculty-wrap .supervisor .top .text-wrap .name span {
  margin-right: 0;
}
.faculty-wrap .supervisor .top .text-wrap .txt {
  display: flex;
  flex-direction: column;
  font-size: 0.24rem;
  font-weight: 500;
  margin-top: 0.2rem;
  white-space: nowrap;
}
.faculty-wrap .supervisor .top .text-wrap .txt span {
  margin-top: 0.1rem;
}
.faculty-wrap .supervisor .top .text-wrap .desc {
  transform: scale(0.8) translateX(-0.82rem);
}
.faculty-wrap .supervisor .text-wraps {
  padding-left: 1.56rem;
  font-size: 0.24rem;
  line-height: 0.44rem;
  color: #999;
}
.faculty-wrap .supervisor .label {
  text-indent: 0.2rem;
  font-size: 0.24rem;
  color: #c8ac8c;
  line-height: 0.48rem;
  margin-top: 0.08rem;
}
.faculty-wrap .supervisor .tips {
  width: 100%;
  font-size: 0.22rem;
  color: #c8ac8c;
  line-height: 0.48rem;
  margin-top: 0.4rem;
}
.faculty-wrap .supervisor .teacher-wrap {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding-bottom: 0.8rem;
  margin-top: 0.8rem;
}
.faculty-wrap .supervisor .teacher-wrap .teacher {
  width: 3.3rem;
  margin-right: 0.3rem;
  text-align: left;
  margin-top: 0.24rem;
}
.faculty-wrap .supervisor .teacher-wrap .teacher .name {
  font-size: 0.28rem;
  color: #c8ac8c;
  font-weight: bold;
  line-height: 0.48rem;
}
.faculty-wrap .supervisor .teacher-wrap .teacher .text-wrap {
  font-size: 0.24rem;
  color: #666;
  line-height: 0.36rem;
}
.faculty-wrap .supervisor .teacher-wrap .teacher:nth-child(2n) {
  margin-right: 0;
}
.mentors-wrap {
  width: 100%;
}
.mentors-wrap .mentors-bg {
  width: 100%;
  height: 3.26rem;
  background-image: url('../images/bg/bg_mentors.png');
  background-size: 100% 100%;
}
.mentors-wrap .mentors-cont {
  width: 6.9rem;
  padding: 0 0rem 0.8rem;
  box-sizing: border-box;
  margin: 0 auto;
  margin-top: 0.24rem;
}
.mentors-wrap .mentors-cont .tips {
  font-size: 0.22rem;
  color: #c8ac8c;
  line-height: 1;
  text-align: left;
  position: relative;
  margin-top: 0.2rem;
}
.mentors-wrap .mentors-cont .teacher-wrap {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.mentors-wrap .mentors-cont .teacher-wrap .teacher {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.mentors-wrap .mentors-cont .teacher-wrap .teacher .list {
  width: 3.3rem;
  margin-right: 0.3rem;
  margin-top: 0.24rem;
}
.mentors-wrap .mentors-cont .teacher-wrap .teacher .list .name {
  font-size: 0.28rem;
  color: #c8ac8c;
  font-weight: bold;
  line-height: 0.48rem;
}
.mentors-wrap .mentors-cont .teacher-wrap .teacher .list .text-wrap {
  font-size: 0.24rem;
  color: #666;
  line-height: 0.36rem;
}
.mentors-wrap .mentors-cont .teacher-wrap .teacher .list:nth-child(2n) {
  margin-right: 0;
}
.mentors-wrap .mentors-cont .teacher-wrap .teacher:nth-child(2n) {
  margin-right: 0;
}
.alumni-wrap {
  width: 100%;
  padding-top: 0.4rem;
  margin: 0 auto;
}
.alumni-wrap .text-wrap {
  padding: 0 0.4rem;
  font-size: 0.28rem;
  font-weight: bold;
  color: #666;
  line-height: 0.48rem;
}
.alumni-wrap .text-wrap span {
  color: #b01c3d;
}
.alumni-wrap .round-wrap {
  display: flex;
  justify-content: space-between;
  width: 4.76rem;
  height: 1.76rem;
  margin: 0.4rem auto 0;
}
.alumni-wrap .round-wrap .round {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 50%;
  border: 0.08rem solid #c8ac8c;
}
.alumni-wrap .round-wrap .round .text {
  font-size: 0.24rem;
  color: #333;
  line-height: 1;
}
.alumni-wrap .round-wrap .round .age {
  font-size: 0.22rem;
  margin-top: 0.1rem;
  color: #b01c3d;
  line-height: 1;
}
.alumni-wrap .round-wrap .round .age span {
  font-size: 0.56rem;
  font-weight: bold;
}
.alumni-wrap .parms-wrap {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 0.64rem;
  margin-bottom: 0.88rem;
  padding: 0 0.4rem;
  box-sizing: border-box;
}
.alumni-wrap .parms-wrap .parms {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 33%;
}
.alumni-wrap .parms-wrap .parms .circle {
  position: relative;
  width: 1.6rem;
  height: 1.6rem;
}
.alumni-wrap .parms-wrap .parms .circle .num {
  position: absolute;
  top: 0;
  left: 0;
  width: 1.6rem;
  height: 1.6rem;
  line-height: 1.6rem;
  text-align: center;
  font-size: 0.24rem;
  color: #b01c3d;
}
.alumni-wrap .parms-wrap .parms .circle .num span {
  font-size: 0.56rem;
  font-weight: bold;
}
.alumni-wrap .parms-wrap .parms .circle .grad {
  position: relative;
  height: 1.6rem;
  width: 1.6rem;
  background-color: #C3AF96;
  background: conic-gradient(#C3AF96 0, #C3AF96 89%, #F4EFEA 0%, #F4EFEA);
  -webkit-mask: radial-gradient(transparent, transparent 0.65rem, #000 0.65rem, #000 0);
  border-radius: 50%;
}
.alumni-wrap .parms-wrap .parms .circle .grad11 {
  background: conic-gradient(#C3AF96 0, #C3AF96 11%, #F4EFEA 0%, #F4EFEA);
}
.alumni-wrap .parms-wrap .parms .circle .grad58 {
  background: conic-gradient(#C3AF96 0, #C3AF96 58%, #F4EFEA 0%, #F4EFEA);
}
.alumni-wrap .parms-wrap .parms .text {
  font-size: 0.24rem;
  color: #333;
  text-align: center;
  margin-top: 0.2rem;
}
.alumni-wrap .studentWrap {
  padding: 0 0.3rem 0;
  font-size: 0.28rem;
  color: #c8ac8c;
}
.alumni-wrap .studentWrap .tag {
  font-weight: bold;
}
.alumni-wrap .studentWrap .student {
  display: flex;
  flex-wrap: wrap;
  padding-top: 0.2rem;
}
.alumni-wrap .studentWrap .student .list {
  display: flex;
  flex-direction: column;
  width: 3.3rem;
  margin-right: 0.3rem;
  margin-top: 0.24rem;
}
.alumni-wrap .studentWrap .student .list .txt {
  font-size: 0.24rem;
  color: #666;
  font-weight: 400;
  margin-top: 0.1rem;
}
.alumni-wrap .studentWrap .student .list:nth-child(2n) {
  margin-right: 0;
}
.alumni-wrap .studentWrap .tips {
  font-size: 0.22rem;
  color: #c8ac8c;
  line-height: 0.48rem;
  text-align: right;
  margin-top: 0.4rem;
  position: relative;
}
.alumni-wrap .studentWrap .tips::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  height: 0.01rem;
  width: 63%;
  background-color: #CCAB8B;
}
.enabling-wrap {
  width: 100%;
  padding-bottom: 0;
  position: relative;
}
.enabling-wrap .enabling-bg {
  width: 6.5rem;
  height: 8.7rem;
  padding-right: 0.5rem;
  margin-left: 0.5rem;
  background-image: url('../images/bg/bg_enabling.png');
  background-size: cover;
}
.enabling-wrap .enabling-bg .text-wrap {
  width: 100%;
  font-size: 0.28rem;
  color: #666;
  line-height: 0.48rem;
}
.enabling-wrap .list-wrap {
  padding-left: 1.8rem;
  margin-top: -2.2rem;
}
.enabling-wrap .list-wrap .list {
  position: relative;
  width: 100%;
  font-size: 0.28rem;
  color: #666;
  line-height: 0.48rem;
  margin-bottom: 0.16rem;
}
.enabling-wrap .list-wrap .list:last-child {
  margin-bottom: 0;
}
.enabling-wrap .list-wrap .list::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: -0.32rem;
  width: 0.16rem;
  height: 0.16rem;
  border-radius: 50%;
  background-color: #c8ac8c;
}
.enabling-wrap .bottom {
  width: 6.86rem;
  height: 0;
  margin: 0 auto;
}
.application-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-bottom: 0.7rem;
}
.application-wrap .title-cont {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 4.24rem;
  height: 0.57rem;
  background-image: url('../images/bg/bg_title.png');
  background-size: cover;
  font-size: 0.32rem;
  font-weight: bold;
  color: #fff;
}
.application-wrap .text {
  position: relative;
  font-size: 0.28rem;
  color: #666;
  text-align: center;
  line-height: 0.48rem;
  margin-top: 0.16rem;
  padding: 0 0.2rem;
}
.application-wrap .tag {
  font-weight: bold;
  margin-top: 0.32rem;
}
.application-wrap .tag:first-child {
  margin-top: 0.16rem;
}
.application-wrap .tag::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -0.08rem;
  width: 100%;
  height: 0.04rem;
  background-color: #c8ac8c;
}
.application-wrap .tips {
  width: 100%;
  text-indent: 0.66rem;
  font-size: 0.22rem;
  color: #c8ac8c;
  margin-top: 0.2rem;
  line-height: 0.48rem;
  padding: 0 0.2rem;
  box-sizing: border-box;
}
.footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 7.86rem;
  background-image: url('../images/bg/bg_bottom_mask.png');
  background-size: cover;
  color: #666;
  line-height: 0.48rem;
}
.footer .tag {
  font-size: 0.32rem;
  margin-top: 0.44rem;
}
.footer .text-wrap {
  text-align: center;
  margin-top: 0.16rem;
  font-size: 0.28rem;
}
.footer .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 5.28rem;
  height: 0.96rem;
  color: #fff;
  font-size: 0.32rem;
  font-weight: bold;
  margin-top: 0.64rem;
  background-color: #B01C3D;
}
.footer .tips {
  padding: 0 0.48rem;
  font-size: 0.22rem;
  color: #666;
  line-height: 0.4rem;
  margin-top: 1rem;
}
.border-bottom {
  position: relative;
  padding-bottom: 1.36rem;
  border-bottom: 0.02rem dashed #d9d9d9;
}
.border-bottom::before {
  content: '';
  position: absolute;
  bottom: 0.16rem;
  right: 0;
  width: 0.32rem;
  height: 0.32rem;
  background-image: url('../images/icon/icon_bottom_right.png');
  background-size: cover;
}
.border-bottom2 {
  position: relative;
  padding-bottom: 1rem;
}
.border-bottom2::before {
  content: '';
  position: absolute;
  bottom: 0.16rem;
  right: 0;
  width: 0.48rem;
  height: 0.88rem;
  background-image: url(../images/icon/icon_top_left.png);
  background-size: 100% 100%;
  transform: rotate(180deg);
}
.title-wrap {
  position: relative;
  width: 100%;
  text-align: center;
  padding: 0.36rem 0 0.68rem;
}
.title-wrap .eng {
  font-size: 0.36rem;
  color: #c8ac8c;
  font-weight: 700;
}
.title-wrap .chz {
  font-size: 0.48rem;
  color: #b01c3d;
  font-weight: 700;
}
.title-wrap .tips {
  font-size: 0.22rem;
  color: #c8ac8c;
  font-weight: 400;
  margin-left: 0.24rem;
}
.title-wrap::before {
  content: '';
  position: absolute;
  bottom: 0.32rem;
  left: 50%;
  margin-left: -0.19rem;
  width: 0.38rem;
  height: 0.2rem;
  background-image: url('../images/icon/icon_arrow.png');
  background-size: cover;
}
