* {
  transition-property: all;
  -ms-transition-property: all;
  -moz-transition-property: all;
  -webkit-transition-property: all;
  -o-transition-property: all;
  margin: 0;
  padding: 0;
}

html, body {
  font-size: 12px;
  background: #fff;
  font-weight: normal;
  color: #626262;
  width: 100%;
  margin: 0px;
  padding: 0px;
  font-family: "Microsoft YaHei", "Helvetica Neue", Helvetica, Tahoma, Arial, "微软雅黑", "黑体", sans-serif;
}

body {
  overflow-x: hidden;
}

img {
  border: none;
  vertical-align: bottom;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  cursor: pointer;
  outline: none;
}

a:link {
  color: #006f06;
}

a:visited {
  color: #006f06;
}

a:hover {
  color: #68b000;
}

a:active {
  color: #006f06;
}

ul, li {
  list-style-type: none;
}

input, button, select, textarea {
  outline: none;
  border: none;
  background: none;
}

.clear {
  clear: both;
}

section {
  width: 1200px;
  margin: 0 auto;
}

@font-face {
  font-family: 'iconfont';
  /* project id 1810839 */
  src: url('//at.alicdn.com/t/font_1810839_i6brt4q18q.eot');
  src: url('//at.alicdn.com/t/font_1810839_i6brt4q18q.eot?#iefix') format('embedded-opentype'),
    url('//at.alicdn.com/t/font_1810839_i6brt4q18q.woff2') format('woff2'),
    url('//at.alicdn.com/t/font_1810839_i6brt4q18q.woff') format('woff'),
    url('//at.alicdn.com/t/font_1810839_i6brt4q18q.ttf') format('truetype'),
    url('//at.alicdn.com/t/font_1810839_i6brt4q18q.svg#iconfont') format('svg');
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 12px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}

header {
  width: 100%;
  height: 190px;
  z-index: 990;
  background: #fff;
  overflow: hidden;
}

.header1 {
  background: none;
  position: absolute;
  top: 0;
  left: 0;
}

.header2 {
  background-color: rgba(0, 0, 0, 0.4);
}

header section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
}

header h1 {
  display: block;
  width: 137px;
  height: 120px;
  text-indent: -200rem;
  background: url(../images/logo.png);
  background-size: 100% auto;
  background-position: center center;
  background-repeat: no-repeat;
}

.header1 h1 {
  background: url(../images/logo.png);
  background-size: 100% auto;
  background-position: center center;
  background-repeat: no-repeat;
}

header nav {
  display: inline-block;
  color: #000;
  font-size: 18px;
}

header nav .on_list {
  color: #fff;
  background: #006f06;
}

header nav .on_list a:link {
  color: #fff;
}

header nav .on_list a:visited {
  color: #fff;
}

header nav .on_list a:hover {
  color: #fff;
}

header nav .on_list a:active {
  color: #fff;
}
/* header nav a:hover {
  color: #000;
} */

header nav a:link {
  color: #000;
}

header nav a:visited {
  color: #000;
}

header nav a:hover {
  color: #fff;
}

header nav a:active {
  color: #000;
}
/* header nav li:hover{
  background: #006f06;
} */
header nav li a:link {
  color: #000;
}

header nav li a:visited {
  color: #000;
}

header nav li a:hover {
  color: #006f06;
}

header nav li a:active {
  color: #000;
}

header .nav1 {
  color: #fff;
}

header .nav1 ul li a:link {
  color: #fff;
}

header .nav1 ul li a:visited {
  color: #fff;
}

header .nav1 ul li a:hover {
  color: #68b000;
}

header .nav1 ul li a:active {
  color: #fff;
}
header .nav1 li:hover{
  background: none;
}

header nav ul {
  display: inline-block;
}

header nav ul li {
  float: left;
  margin-left: 15px;
  position: relative;
  padding: 3px 10px;
}

header nav ul li i {
  position: absolute;
  top: -14px;
  color: #e00000;
}

header .nav1 ul li i {
  color: #fff;
}

.banner {
  width: 100%;
  max-width: 1920px;
  height: auto;
  margin: 0 auto;
  position: relative;
}

.banner .swiper-slide img {
  width: 100%;
  height: auto;
}

.banner section {
  position: absolute;
  height: 300px;
  left: 50%;
  top: 50%;
  margin-top: -150px;
  margin-left: -600px;
  display: flex;
  align-items: center;
}

.banner_info {
  font-size: 35px;
  color: #fff;
}

.banner_info p {
  font-weight: bold;
}
.swiper-container2 .span_title{
  font-size: 14px;
  position: absolute;
  bottom: 60px;
  right: 30px;
  color: #fff;
  width: auto;
  max-width: 35%;
}

.banner_info h3 {
  font-size: 55px;
}

.swiper-container {
  --swiper-navigation-color: #fff;
  /* 单独设置按钮颜色 */
  --swiper-navigation-size: 55px;
  /* 设置按钮大小 */
}
.swiper-button-next, .swiper-button-prev{
  outline: none;
}

.banner #button {
  position: absolute;
  background: #006f06;
  color: #fff;
  font-size: 14px;
  width: 160px;
  height: 50px;
  left: 50%;
  margin-left: -80px;
  bottom: 80px;
  z-index: 990;
  text-align: center;
  line-height: 50px;
  cursor: pointer;
}

.button {
  background: #006f06;
  color: #fff;
  font-size: 14px;
  width: 160px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  margin: 0 auto;
  cursor: pointer;
}

.about {
  margin: 120px auto;
}

.about h2 {
  text-align: center;
  font-size: 38px;
  font-weight: 500;
}

.about span {
  font-size: 26px;
  display: block;
  text-align: center;
}

.about img {
  width: 100% !important;
  height: auto !important;
  margin: 30px 0 50px;
}

.about p {
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 15px;
}

.about .button {
  margin-top: 80px;
}

.bg {
  width: 100%;
  max-width: 1920px;
  height: 976px;
  background: url(../images/bg.jpg);
  background-size: auto 100%;
  background-position: center;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 95px 0 155px;
}

.bg .about {
  margin: 0 auto;
}

.pro-switch {
  width: 100%;
  height: 485px;
  margin-top: 130px;
  position: relative;
}

.pro-switch .swiper-container {
  width: 100%;
  height: 100%;
}

.pro-switch .swiper-slide img {
  margin: 0;
}

.pro-switch .swiper-slide h4 {
  font-size: 22px;
  color: #000;
  margin-top: 15px;
  margin-bottom: 10px;
}

.pro-switch .swiper-slide p {
  width: 220px;
}

.pro-switch .swiper-button-next {
  width: 50px;
  height: 50px;
  background: url(../images/right.png);
  background-size: cover;
  top: 157.5px;
  margin-top: 0;
  right: -25px;
  outline: none;
}

.pro-switch .swiper-button-next::after {
  display: none;
}

.pro-switch .swiper-button-prev {
  width: 50px;
  height: 50px;
  background: url(../images/left.png);
  background-size: cover;
  top: 157.5px;
  margin-top: 0;
  left: -25px;
  outline: none;
}

.pro-switch .swiper-button-prev::after {
  display: none;
}

.news {
  margin-top: 50px;
}

.news li {
  display: flex;
  justify-content: space-between;
  padding: 50px 0;
  border-bottom: 1px solid #bbb;
}

.news li:last-child {
  border: none;
}

.news li .new_left {
  width: 340px;
  height: 240px;
}

.news li .new_left img {
  width: 100%;
  height: auto;
  margin: 0;
}

.news li .new_right {
  width: 780px;
  height: 240px;
  position: relative;
}

.news li .new_right h5 {
  font-size: 22px;
  color: #000;
}

.news li .new_right span {
  font-size: 15px;
  color: #ccc;
  text-align: left;
  margin: 10px 0 15px;
}

.news li .new_right p i {
  font-size: 16px;
  margin-left: 5px;
}

.news li .new_right .more {
  float: right;
  position: absolute;
  bottom: 0;
  margin-bottom: 0;
  right: 0;
}

footer {
  width: 100%;
  height: 427px;
  background: url(../images/foot_bg.png);
  background-size: auto 100%;
  background-position: center;
  background-repeat: repeat;
  padding-top: 125px;
  box-sizing: border-box;
}

footer .foot {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  font-size: 17px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  padding-bottom: 20px;
}

footer .foot .logo1 {
  width: 132px;
  height: 139px;
}

footer .foot .logo1 img {
  width: 100%;
  height: auto;
}

footer .foot p {
  margin-bottom: 15px;
}

footer .foot span {
  font-size: 30px;
  font-weight: bold;
}

footer .foot div:last-child {
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  padding-left: 60px;
}

footer .foot_nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  font-size: 14px;
  margin-top: 50px;
}

footer .foot_nav ul li {
  float: left;
  margin-left: 20px;
  position: relative;
  font-size: 16px;
}

footer .foot_nav ul li i {
  position: absolute;
  top: -14px;
  color: #e00000;
}

footer .foot_nav a:link {
  color: #fff;
}

footer .foot_nav a:visited {
  color: #fff;
}

footer .foot_nav a:hover {
  color: #fff;
}

footer .foot_nav a:active {
  color: #fff;
}

/* 产品列表 */
.banner1 {
  width: 100%;
  height: 500px;
  overflow: hidden;
  position: relative;
}

.banner_bg {
  width: 100%;
  height: 500px;
  background-image: url(../images/banner_plan.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -ms-animation: show 3s linear;
  -webkit-animation: show 3s linear;
  animation: show 3s linear;
}

.banner_bg1 {
  background-image: url(../images/banner_about.jpg);
}

.banner_bg2 {
  background-image: url(../images/banner_contact.jpg);
}

.banner1 .banner_info {
  position: absolute;
  z-index: 90;
  left: 50%;
  top: 50%;
  margin-left: -200px;
  margin-top: -50px;
  text-align: center;
  width: 400px;
  height: 100px;
}

.banner1 .banner_info h3 {
  font-size: 34px;
  margin-bottom: 15px;
  position: relative;
}

.banner1 .banner_info h3::after {
  content: "";
  display: block;
  width: 80px;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 50%;
  margin-left: -40px;
  bottom: -10px;
}

.banner1 .banner_info p {
  font-size: 20px;
}

@-webkit-keyframes show {
  0% {
    transform: scale(1.1);
    opacity: 0;
  }

  50% {
    transform: scale(1.05);
    opacity: 0.8;
  }

  100% {
    transform: scale(1);
    opacity: 1;
  }
}

@-moz-keyframes show {
  0% {
    transform: scale(1.1);
    opacity: 0;
  }

  50% {
    transform: scale(1.05);
    opacity: 0.8;
  }

  100% {
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes show {
  0% {
    transform: scale(1.1);
    opacity: 0;
  }

  50% {
    transform: scale(1.05);
    opacity: 0.8;
  }

  100% {
    transform: scale(1);
    opacity: 1;
  }
}

.pro_box {
  margin: 80px auto 110px;
}

.pro_box h2 {
  text-align: center;
  font-size: 38px;
  font-weight: 500;
  margin-bottom: 10px;
}
.pro_box .little_title{
  font-size: 18px;
  text-align: center;
  margin: 50px 0;
}

.pro_box span {
  font-size: 16px;
  display: block;
  text-align: center;
}

.pro_box .pro_nav {
  overflow: hidden;
  font-size: 18px;
  display: flex;
  justify-content: center;
  margin: 60px 0 50px;
}

.pro_box .pro_nav li {
  float: left;
  margin: 0 10px;
  cursor: pointer;
  padding: 3px 10px;
}

.pro_box .pro_nav li a:link {
  color: #626262;
}

.pro_box .pro_nav li a:visited {
  color: #626262;
}

.pro_box .pro_nav li a:hover {
  color: #006f06;
}

.pro_box .pro_nav li a:active {
  color: #626262;
}
/* .pro_box .pro_nav li:hover{
  background: #006f06;
  color: #fff;
}
.pro_box .pro_nav li:hover a:link {
  color: #fff;
}

.pro_box .pro_nav li:hover a:visited {
  color: #fff;
}

.pro_box .pro_nav li:hover a:hover {
  color: #fff;
}

.pro_box .pro_nav li:hover a:active {
  color: #fff;
} */
.pro_box .pro_nav .on_list{
  color: #fff;
  background: #006f06;
}
.pro_box .pro_nav .on_list a:link {
  color: #fff;
}

.pro_box .pro_nav .on_list a:visited {
  color: #fff;
}

.pro_box .pro_nav .on_list a:hover {
  color: #fff;
}

.pro_box .pro_nav .on_list a:active {
  color: #fff;
}

.pro_box .pro_nav .mixitup-control-active{
  background: #006f06;
  color: #fff;
  padding: 3px 10px;
}
.bg1 .pro_box .pro_nav li:hover {
  color: #006f06;
}
.bg1 .pro_box .pro_nav .mixitup-control-active:hover{
  color: #fff;
}


.pro_list{
  width: 100%;
  overflow: hidden;
}

.pro_list ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 1252.5px;
}

.pro_list ul li {
  width: 365px;
  margin-right: 52.5px;
  margin-bottom: 50px;
}

/* .pro_list ul li:nth-child(3n+0) {
  margin-right: 0;
} */

.pro_list ul li .pro_img {
  width: 365px;
  height: 365px;
  overflow: hidden;
}

.pro_list ul li .pro_img img {
  width: 100%;
  height: auto;
}

.pro_list ul li h3 {
  font-size: 22px;
  color: #000;
  margin-top: 15px;
  margin-bottom: 10px;
}

.pro_list ul li p {
  width: 220px;
}
.pro_list ul li p a:link {
  color: #626262;
}

.pro_list ul li p a:visited {
  color: #626262;
}

.pro_list ul li p a:hover {
  color: #626262;
}

.pro_list ul li p a:active {
  color: #626262;
}

.bg1 {
  width: 100%;
  height: auto;
  background: url(../images/bg.jpg);
  background-size: cover;
  background-position: center;
  margin: 0 auto;
  box-sizing: border-box;
  overflow: hidden;
}

.pro_box .video_info {
  color: #006f06;
  font-size: 18px;
  line-height: 28px;
  margin: 40px auto;
}

.video_list ul li {
  width: 393px;
  margin-right: 10.5px;
  margin-bottom: 50px;
}

/* 大屏banner全屏 */
@media (min-width:1601px) {
  .banner1 {
    height: 836px;
  }

  .banner_bg {
    height: 836px;
  }
}

/* 关于荷仙 */
.group {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}

.group_img {
  width: 434px;
  height: auto;
  overflow: hidden;
}

.group_img img {
  width: 100%;
  height: auto;
  margin: 0;
}

.group_info {
  width: 700px;
  height: 100%;
}

.group_info h5 {
  font-size: 22px;
  margin-bottom: 15px;
}

.group_info p {
  margin-bottom: 40px;
}

.group_info p:last-child {
  margin-bottom: 0;
}

.group_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 40px 0;
}

.group_list li {
  width: 196px;
  text-align: center;
  margin: 0 20px 30px;
}

.group_list li img {
  width: 196px;
  height: 131px;
  margin: 0;
}

.group_list li h6 {
  font-size: 18px;
  color: #626262;
  margin-top: 8px;
}

.history {
  width: 100%;
  margin: 50px auto;
  position: relative;
  padding: 30px 0;
}

.history::after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background: #bf964f;
  position: absolute;
  top: 0;
  left: 50%;
}

.history li {
  width: 300px;
  text-align: right;
  margin-bottom: 30px;
  margin-left: calc(50% - 318px);
}

.history li span {
  font-family: 'Impact';
  font-size: 36px;
  display: inline-block;
  margin-bottom: 10px;
  position: relative;
}

.history li:nth-child(2n+0) {
  text-align: left;
  margin-left: calc(50% + 19px);
}

.history li span::after {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #bf964f;
  position: absolute;
  top: 50%;
  margin-top: -9px;
  right: -28px;
  left: auto;
}

.history li:nth-child(2n+0) span::after {
  content: "";
  left: -28px;
  right: auto;
}

.news_info {
  box-sizing: border-box;
  padding: 70px 15px;
}

.news_info h3 {
  font-size: 38px;
  text-align: center;
}

.news_info span {
  font-size: 24px;
  display: block;
  text-align: center;
  margin: 18px auto 25px;
}

.news_info b {
  font-size: 22px;
  color: #ccc;
  display: block;
  text-align: center;
  font-weight: normal;
  margin-bottom: 20px;
}

.news_info img {
  width: auto;
  max-width: 100%;
  margin: 35px auto;
  display: block;
}

.news_info p {
  font-size: 15px;
  line-height: 20px;
  margin-bottom: 20px;
}
.caipu img{
  margin: 15px 0;
}
.caipu p{
  font-size: 14px;
  margin-bottom: 10px;
}
.caipu span{
  font-size: 17px;
  text-align: left;
  margin: 10px 0;
}
.caipu .caipu1 {
  font-size: 24px;
  display: block;
  text-align: center;
  margin: 18px auto 25px;
}

.contact {
  margin: 40px auto;
}

.contact h3 {
  font-size: 38px;
  margin-bottom: 15px;
  position: relative;
}

.contact h3::after {
  content: "";
  width: 40px;
  height: 4px;
  background-color: #006f06;
  position: absolute;
  left: 0;
  bottom: -10px;
  z-index: 99;
}

.contact span {
  font-size: 24px;
  display: block;
  margin-bottom: 30px;
  border-bottom: 1px solid #626262;
  padding-bottom: 40px;
}

.contact p {
  font-size: 18px;
  margin-bottom: 14px;
}

.map {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto 80px;
}

.map img {
  width: 100%;
  height: auto;
}

/* 产品详情 */
.product {
  width: 100%;
}

.product .swiper-container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.product .swiper-slide {
  background-size: cover;
  background-position: center;
}

.gallery-top {
  height: 710px;
  width: 100%;
}

.gallery-thumbs {
  height: 100px;
  box-sizing: border-box;
  padding: 10px 0;
}

.gallery-thumbs .swiper-slide {
  width: 135px;
  height: 100%;
  opacity: 0.4;
}

.gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1;
}

.product_info {
  margin: 80px 0;
}

.product_info h3 {
  font-size: 28px;
  color: #b0b0b0;
  margin-bottom: 50px;
}

.product_info li {
  display: flex;
  justify-content: space-between;
}

.pro_left {
  width: 17%;
  font-size: 20px;
  padding: 40px 15px;
  border-top: 1px solid #b0b0b0;
  box-sizing: border-box;
}

.pro_right {
  width: 75%;
  font-size: 15px;
  padding: 40px 20px;
  border-top: 1px solid #b0b0b0;
  box-sizing: border-box;
}

.pro_right img {
  margin-bottom: 15px;
}

.pro_right div {
  margin-bottom: 45px;
}

.message {
  margin: 60px auto 100px;
}

.message h3 {
  font-size: 20px;
}

.message_info {
  display: flex;
  padding: 0 15px;
  box-sizing: border-box;
  margin-top: 30px;
}

.fill {
  width: 588px;
  box-sizing: border-box;
  border: 1px solid #717473;
  padding: 40px 60px;
}

.fill div {
  border: 1px solid #717473;
  width: 100%;
  margin-bottom: 18px;
}

.fill input {
  width: 400px;
  height: 40px;
  line-height: 40px;
  font-size: 15px;
  margin-left: 5px;
}

.fill .iconfont {
  font-size: 18px;
  margin-left: 4px;
}

.fill textarea {
  width: 100%;
  font-size: 15px;
  overflow: auto;
}

.fill button {
  background: #006f06;
  font-size: 15px;
  color: #fff;
  padding: 8px 40px;
}

.tell {
  width: 582px;
  height: 366px;
  background: url(../images/service.jpg);
  background-size: cover;
  color: #fff;
  box-sizing: border-box;
  padding: 40px 0 40px 40px;
  font-size: 18px;
}

.tell h5 {
  font-size: 28px;
  font-weight: normal;
  margin-bottom: 150px;
}

.tell span {
  font-family: 'Impact';
  font-size: 32px;
}
.video{
  position: fixed;
  z-index: 995;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.5);
  display: none;
  justify-content: center;
  align-items: center;
  opacity: 0;
}
.video_1{
  width: 60%;
  height: auto;
  position: relative;
}
.over_y{
  overflow-y: hidden;
}
.close{
  width: 50px;
  height: 50px;
  background: url(../images/close.png);
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  display: none;
  position: absolute;
  z-index: 999;
  top: 0;
  right: -50px;
  opacity: 0;
}
.video_show{
  display: flex;
  opacity: 1;
}
.paging{
  text-align: center;
}
.paging span{
  display: inline-block;
  font-size: 16px;
  margin: 0 2px;
}
.paging span a{
  margin: 0 10px;
}
.paging span a:link {
  color: #626262;
}

.paging span a:visited {
  color: #626262;
}

.paging span a:hover {
  color: #006f06;
}

.paging span a:active {
  color: #626262;
}
.paging span .page-num-current{
  color:#006f06;
}
.paging span .page-num-current:link {
  color: #006f06;
}

.paging span .page-num-current:visited {
  color: #006f06;
}

.paging span .page-num-current:hover {
  color: #006f06;
}

.paging span .page-num-current:active {
  color: #006f06;
}
.paging .page-status{
  display: none;
}
.paging .page-index{
  display: none;
}
.paging .page-last{
  display: none;
}
.video_list ul li div{
  width: 393px;
  height: 243px;
  overflow: hidden;
}
.video_list ul li iframe{
  width: 393px !important;
  height: 293px !important;
}
.join{
}
.join .contact{
  width: 100%;
}
.join_us{
  width: 100%;
  height: auto;
  position: relative;
  background: #fff;
  left: 0;
  top: -60px;
  z-index: 99;
  padding: 60px 70px;
  box-sizing: border-box;
  box-shadow: 3px 5px 15px rgba(48,48,48,0.3);
}
.join_us li{
  font-size: 16px;
  line-height: 24px;
  padding-bottom: 50px;
  margin-bottom: 50px;
  border-bottom: 1px solid #cbcbcb;
}
.join_us li .join_title{
  width: 420px;
  height: 60px;
  background: #2f6c1e;
  font-size: 30px;
  font-weight: bold;
  line-height: 60px;
  color: #fff;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 0 15px;
}
.join_us li .join_add{
  margin: 40px 0;
  font-size: 26px;
  font-weight: 400;
  color: #626262;
  border-bottom: 1px dashed #626262;
  padding-bottom: 8px;
  display: inline-block;
}
.join_us li .join_info{
  margin-bottom: 30px;
  display: flex;
  justify-content: space-between;
}
.join_us li .join_info .join_box{
  width: 9%;
  background: #2f6c1e;
  text-align: center;
  height: 28px;
  line-height: 28px;
  font-weight: bold;
  color: #fff;
}
.join_us li .join_info .join_txt{
  width: 85%;
}
.join_us li .join_more{
  width: 9%;
  height: 28px;
  line-height: 28px;
  background: #c8c8c8;
  color: #fff;
  text-align: center;
}
