/*顶部图片*/
.banner {
  position: relative;
  /* margin-top: 110px; */
  min-width: 1340px;
  width: 100%;
}
.banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 499px;
  background-color: rgba(4, 6, 60, 0.5);
  z-index: 1;
}
.banner img {
  width: 100%;
  height: 499px;
  object-fit: cover;
}
.banner p {
  position: absolute;
  width: 900px;
  left: 50%;
  margin-left: -450px;
  text-align: center;
  font-weight: bold;
  color: #fff;
  z-index: 10;
}
.banner .case_text1 {
  position: absolute;
  bottom: 160px;
  left: 50%;
  margin-left: -700px;
  width: 1340px;
  font-size: 40px;
  text-align: left;
  font-weight: 600;
  color: #fff;
  z-index: 10;
}
.banner .case_text2 {
  position: absolute;
  bottom: 90px;
  left: 50%;
  margin-left: -700px;
  width: 1000px;
  line-height: 25px;
  font-size: 14px;
  text-align: left;
  color: #fff;
  z-index: 10;
}
.banner_text1 {
  top: 8.3vw;
  font-size: 3.2vw;
}
.banner_text2 {
  bottom: 130px;
  font-size: 2.7vw;
}
.banner_text3 {
  display: none;
  bottom: 5.2vw;
  font-size: 1.6vw;
  font-weight: 600;
}
.banner_line {
  position: absolute;
  width: 100px;
  height: 4px;
  left: 50%;
  top: 14vw;
  margin-left: -50px;
  background: #ffc000;
  z-index: 10;
}
/*case-案例*/
.case {
  position: relative;
  padding-bottom: 90px;
}
.case_header i {
  position: absolute;
  top: 90px;
  right: 250px;
  font-size: 18px;
  color: #666;
}
.case_btn {
  position: absolute;
  bottom: 0px;
  left: 50%;
  margin-left: -200px;
}
/*案例详情页-case-detail*/
.c_header {
  min-width: 1340px;
  margin-bottom: 100px;
  padding-top: 70px;
}
.c_header_box1 {
  width: 990px;
  text-align: left;
}
.c_color_box {
  margin-bottom: 65px;
}
.c_big_title {
  margin-bottom: 30px;
  font-size: 35px;
  font-weight: 600;
}
.c_big_p {
  font-size: 18px;
  color: #666;
}
.color {
  margin-right: 100px;
}
.color_cir {
  width: 100px;
  height: 100px;
  margin-right: 60px;
  border-radius: 50%;
  line-height: 100px;
  text-align: center;
  color: #fff;
}
/**/
.c_image {
  min-width: 1340px;
  /*width: 1900px;*/
  margin-bottom: 120px;
}
.c_image img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: auto;
}
.c_btn {
  position: relative;
  min-width: 1340px;
  /*width: 1900px;*/
  height: 80px;
  margin-bottom: 120px;
}
.c_btn a {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -200px;
  display: inline-block;
}
/*技术平台*/
.products {
  width: 1340px;
  overflow: hidden;
  padding: 30px 0;
  margin: 0 auto 50px;
}
.products ul {
  width: 1450px;
  height: 100%;
  overflow: hidden;
  clear: both;
}
.products ul a {
  color: #666;
}
.products ul li {
  float: left;
  margin-bottom: 20px;
  width: 440px;
  margin-right: 10px;
}
.products ul li .image_box {
  width: 100%;
  height: 280px;
}
.products ul li .image_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.products ul li h3 {
  width: 440px;
  font-size: 16px;
  font-weight: normal;
  text-align: center;
  height: 30px;
  padding: 5px 0;
  line-height: 25px;
}
.product_page {
  margin-bottom: 30px;
}
/*news-新闻*/
.news {
  min-width: 1340px;
  /*width: 1900px;*/
  padding: 120px 0;
}
.news_content {
  width: 1165px;
  margin: 0 135px 0 100px;
}
.news_content li {
  width: 1165px;
  height: 300px;
  margin-bottom: 60px;
}
.news_content li img {
  width: 340px;
  height: 230px;
  object-fit: cover;
}
.news_main {
  height: 300px;
  width: 775px;
  margin-left: 50px;
}
.news_main i {
  display: block;
  margin: 0 0 25px 0;
  font-size: 36px;
  font-weight: normal;
  color: #666;
  font-family: Arial;
}
.news_main h3 {
  margin-bottom: 15px;
  font-size: 24px;
  color: #333;
  text-align: left;
}
.news_main p {
  margin-bottom: 25px;
  height: 50px;
  overflow: hidden;
  line-height: 20px;
  text-align: justify;
  font-size: 14px;
  color: #666;
}
.news_btn {
  display: block;
  width: 80px;
  height: 20px;
  /* height: 50px; */
  /* background: url(../images/news_btn1.png) no-repeat top left; */
  /* text-align: center; */
  /* line-height: 50px; */
  /* font-size: 16px; */
  /* color: #333; */
  /* transition: all 0.15s linear; */
  position: relative;
}
.news_btn::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #666;
  position: absolute;
  bottom: 0;
  right: 0;
}
.news_btn::before {
  content: "";
  display: block;
  width: 2px;
  height: 28px;
  background-color: #666;
  position: absolute;
  bottom: 1px;
  right: 0;
  transform: rotate(-45deg);
  transform-origin: bottom;
}
/* .news_btn:hover {
    background-image: url(../images/news_btn.png);
    color: #fff;
    font-weight: 500;
  } */
/*分页样式*/
.pages {
  width: 96%;
  padding-top: 40px;
  margin: 0 auto;
  text-align: center;
}
.pages a {
  display: inline-block;
  margin: 2px;
  border: 1px solid #333;
  color: #333;
  font-size: 14px;
  padding: 17px 20px;
  transition: all 0.2s linear;
}
.pages a.current {
  background-color: #ffc000;
  border: 1px solid #ffc000;
  color: #fff;
  font-weight: bold;
}
.pages a:hover {
  background-color: #ffc000;
  border: 1px solid #ffc000;
  color: #fff;
  font-weight: bold;
}
/*新闻详情页样式*/
.news_detail {
  min-width: 1340px;
  padding: 120px 0 80px;
}
.detail_time {
  display: block;
  margin-bottom: 60px;
  font-size: 24px;
  color: #999;
}
.detail_btn {
  display: inline-block;
  margin-right: 20px;
  width: 50px;
  height: 50px;
  background: url(../images/news_detail_list1.png) no-repeat center center;
  transition: all 0.15s linear;
}
.detail_link {
  width: 200px;
  margin-top: 40px;
}
.detail_link a {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 50px;
  line-height: 50px;
  border: 1px solid #666;
  text-align: center;
  font-size: 18px;
  color: #666;
}
.detail_link img {
  display: block;
  width: 100px;
  height: 100px;
  margin: 0 auto;
}
.news_prev {
  background-image: url(../images/news_detail_prev1.png);
}
.news_prev:hover {
  background-image: url(../images/news_detail_prev2.jpg);
}
.news_next {
  background-image: url(../images/news_detail_next1.png);
}
.news_next:hover {
  background-image: url(../images/news_detail_next2.jpg);
}
.news_back:hover {
  background-image: url(../images/news_detail_list2.jpg);
}
.detail_box2 {
  width: 980px;
  text-align: left;
}
.detail_box2 h1 {
  margin-bottom: 45px;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(204, 204, 204, 0.6);
  font-size: 24px;
  font-weight: 500;
}
.detail_box2 div.content {
  width: 100%;
  line-height: 23px;
  text-align: justify;
  font-size: 16px;
  line-height: 30px;
  color: #333;
}
.detail_box2 div.content p {
  margin-bottom: 20px;
}
.detail_box2 img {
  display: block;
  max-width: 980px;
  height: auto;
  margin: 30px auto 30px;
}
.detail_box2 a {
  color: #ffc000;
}
.video_code {
  text-align: center;
}
video {
  width: 100%;
  border: 0px;
  background: #333;
}
audio {
  width: 100%;
  border: 0px;
}
/*us-我们*/
.us_intro {
  min-width: 1340px;
  /*width: 1900px;*/
  padding-top: 120px;
}
.us_intro h3 {
  margin-bottom: 45px;
  font-size: 70px;
  font-weight: bold;
  text-align: center;
  color: #333;
}
.us_intro p {
  width: 780px;
  text-indent: 28px;
  margin: 20px auto;
  line-height: 24px;
  text-align: justify;
  color: #666;
}
.we_can_do {
  position: relative;
  margin-bottom: 100px;
  min-width: 1340px;
  width: 100%;
}
.we_can_do .wrap_cando {
  margin: 0 auto;
  width: 780px;
}
.we_can_do .wrap_cando .common_box h3 {
  margin: 20px 0;
  font-size: 24px;
  font-weight: bold;
  color: #333;
}
.we_can_do .wrap_cando .common_box h2 {
  margin: 10px 0;
  display: flex;
  align-items: center;
  font-size: 18px;
  color: #333;
}
.we_can_do .wrap_cando .common_box h2::before {
  content: "";
  display: block;
  margin-right: 10px;
  width: 20px;
  height: 3px;
  background-color: #ffc000;
}
.we_can_do .wrap_cando .common_box p {
  text-indent: 28px;
  line-height: 24px;
  text-align: justify;
  color: #666;
}
/**/
.us_sense_kuang {
  position: relative;
  min-width: 1340px;
  margin-bottom: 80px;
  width: 100%;
  height: 850px;
}
.us_sense_bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  margin-bottom: 80px;
  width: 100%;
  height: 850px;
  background: url(../images/us_sense_bg.jpg) no-repeat center center;
  background-attachment: fixed;
  background-size: 100% 100%;
}
.us_sense {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 850px;
  background: rgba(4, 6, 60, 0.8);
}
.us_sense_img {
  position: absolute;
  top: 360px;
  left: 50%;
  margin-left: -230px;
  width: 460px;
  height: 218px;
  line-height: 218px;
  background: url(../images/us_sense_img.png) no-repeat center center;
  text-align: center;
  font-size: 50px;
  color: #fff;
  font-weight: 600;
}
.us_sense_main {
  position: absolute;
}
.us_sense_main i {
  display: block;
  margin-bottom: 15px;
  font-size: 24px;
  color: #fff;
  font-weight: 600;
}
.us_sense_main p {
  width: 420px;
  line-height: 21px;
  color: #fff;
}
.cert {
  width: 100%;
  margin-top: 40px;
}
.cert img {
  width: 100%;
}
.u1 {
  top: 356px;
  left: 0;
}
.u2 {
  top: 356px;
  right: 0;
}
.u3 {
  top: 555px;
  left: 0;
}
.u4 {
  top: 555px;
  right: 0;
}
.u1,
.u3 {
  text-align: right;
}
.u2,
.u4 {
  text-align: left;
}
/*关于我们资质*/
.us_photo {
  min-width: 1340px;
  /*width: 1900px;*/
  padding: 85px 0 120px;
}
.us_photo .us_photo_header {
  padding-bottom: 80px;
  display: flex;
  justify-content: space-between;
}
.us_photo .us_photo_header h3 {
  position: relative;
  font-size: 56px;
  font-weight: 500;
  margin-bottom: 25px;
}
.us_photo .us_photo_header h3::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 220px;
  height: 5px;
  background-color: #ffc000;
}
.us_photo .us_photo_header h3 i {
  font-size: 20px;
  color: #666;
}
.us_photo .us_photo_header .team_kuang {
  padding: 20px 30px;
  height: 75px;
  font-size: 24px;
  font-weight: 700;
  background-color: #ffc000;
  color: #fff;
}
.us_photo .us_photo_main {
  width: 100%;
  margin-top: 70px;
}
.us_photo .us_photo_main .us_top {
  display: flex;
  width: 100%;
}
.us_photo .us_photo_main .us_top .us_dzpb {
  margin-right: 20px;
  flex-shrink: 0;
  width: 433px;
}
.us_photo .us_photo_main .us_top li {
  margin-bottom: 20px;
  width: calc(100% / 4 - 26px);
  overflow: hidden;
}
.us_photo .us_photo_main .us_top li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.us_photo .us_photo_main .us_top li:not(:last-child) {
  margin-right: 20px;
}
.us_photo .us_photo_main .us_bottom {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.us_photo .us_photo_main .us_bottom li {
  margin-bottom: 20px;
  width: calc(100% / 6 - 17px);
  overflow: hidden;
}
.us_photo .us_photo_main .us_bottom li:not(:nth-child(6n)) {
  margin-right: 20px;
}
.us_photo .us_photo_main .us_bottom li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/*service-服务*/
.service_case {
  min-width: 1340px;
  /*width: 1900px;*/
  margin-bottom: 20px;
}
.service_case_header {
  margin: 100px auto;
}
.service_case_header h3 {
  position: relative;
  margin-bottom: 65px;
  font-size: 56px;
  color: #333;
  font-weight: 500;
}
.service_case_header h3::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 220px;
  height: 5px;
  background-color: #ffc000;
}
.service_case_header h3 i {
  font-size: 20px;
  color: #666;
}
.service_case_header .service_app {
  display: flex;
}
.service_case_header .service_app .service_item {
  position: relative;
  flex-shrink: 0;
  width: 25%;
}
.service_case_header .service_app .service_item .img-box {
  width: 100%;
  height: 300px;
}
.service_case_header .service_app .service_item .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.service_case_header .service_app .service_item .service_top {
  position: relative;
  padding: 50px 20px;
  height: 300px;
  background: rgba(4, 6, 60, 0.8);
}
.service_case_header .service_app .service_item .service_top .service_app_title {
  margin-bottom: 20px;
  font-size: 32px;
  font-weight: 700;
  color: #ffc000;
}
.service_case_header .service_app .service_item .service_top .app_list {
  font-size: 14px;
  line-height: 1.6;
  color: #fff;
}
.service_case_header .service_app .service_item .service_top .go_another {
  position: absolute;
  right: 20px;
  bottom: 40px;
  display: inline-block;
  width: 40px;
  height: 13px;
  background-image: url(../images/aboutus_more@2x.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
/**/
.service_case_kuang {
  position: absolute;
  top: 0;
  right: 0;
  width: 226px;
  height: 500px;
  background: rgba(204, 204, 204, 0.5) url(../images/service_case.png) no-repeat 108px 0;
}
.service_case_kuang i {
  position: absolute;
  top: 195px;
  left: 32px;
  font-size: 24px;
  color: #ffc000;
  transform: rotate(90deg);
}
.service_case_kuang b {
  position: absolute;
  bottom: 88px;
  left: 70px;
  font-size: 60px;
  font-weight: 500;
  color: #333;
}
.service_case_main {
  width: 1260px;
}
.service_case_main li {
  position: relative;
  float: left;
  width: 260px;
  height: 115px;
  padding-top: 160px;
  margin-right: 120px;
  margin-bottom: 90px;
  transition: all 0.25s linear;
}
.service_case_main li img {
  position: absolute;
  top: 0;
  left: 0;
  width: 120px;
  height: 120px;
}
.service_case_main li h3 {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 600;
  color: #333;
}
.service_case_main li p {
  text-align: justify;
  line-height: 25px;
  font-size: 16px;
  color: #666;
}
.service_list .service_content {
  display: flex;
}
.service_list .service_content li {
  width: calc(33% - 20px);
}
.service_list .service_content li:not(:nth-child(3n)) {
  margin-right: 30px;
}
.service_list .service_content li a {
  display: block;
  width: 100%;
}
.service_list .service_content li img {
  margin-bottom: 15px;
  width: 100%;
  height: 240px;
  object-fit: cover;
}
.service_list .service_content li h3 {
  text-align: center;
  font-size: 16px;
  color: #333;
}
.service_detail {
  padding: 120px 0 80px;
}
.service_detail h1 {
  margin-bottom: 45px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(204, 204, 204, 0.6);
  font-size: 34px;
  font-weight: 700;
  text-align: center;
}
.service_detail .content p {
  margin-bottom: 20px;
}
.service_detail .content img {
  display: block;
  height: auto;
  margin: 30px auto 30px;
}
.on {
  display: block;
}
.hide {
  display: none;
}
/**/
.ser_adver_kuang {
  position: relative;
  margin-bottom: 50px;
  min-width: 1340px;
  width: 100%;
  height: 900px;
}
.ser_adver_bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 900px;
  background: url(../images/service_adver_bg.png) no-repeat center center;
  background-attachment: fixed;
}
.ser_adver {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 900px;
  background: rgba(4, 6, 60, 0.8);
}
.ser_adver_title {
  position: relative;
  margin-bottom: 30px;
  padding-top: 100px;
  font-size: 56px;
  color: #fff;
  text-align: left;
}
.ser_adver_title::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 220px;
  height: 5px;
  background-color: #ffc000;
}
.ser_adver_title i {
  font-size: 20px;
  color: #fff;
}
.ser_adver_p {
  width: 100%;
  text-align: center;
  font-size: 16px;
  color: #fff;
}
.ser_adver_main {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 80px;
}
.ser_adver_main li {
  position: relative;
  flex-shrink: 0;
  width: 580px;
  height: 200px;
  padding: 55px 15px 0px 40px;
  margin: 0 80px 80px 0;
  border: 4px solid #ffc000;
  font-size: 18px;
  color: #fff;
  transition: all 0.25s linear;
  cursor: pointer;
}
.ser_adver_main li a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.ser_adver_main li span {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  background: #ffc000;
  color: #fff;
  font-size: 40px;
  font-weight: 700;
}
.ser_adver_main li i {
  display: block;
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 22px;
  color: #fff;
}
.ser_adver_main li p {
  color: #fff;
}
.ser_adver_main li:hover {
  background: #ffc000;
}
.ser_adver_main li:hover span {
  background-color: #080a35;
  color: #fff;
}
/**/
.partner {
  min-width: 1340px;
  /*width: 1900px;*/
  padding: 85px 0 80px;
}
.partner_header {
  position: relative;
  margin-bottom: 40px;
}
.partner_header h3 {
  position: relative;
  margin-bottom: 65px;
  font-size: 56px;
  font-weight: 500;
}
.partner_header h3::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 220px;
  height: 5px;
  background-color: #ffc000;
}
.partner_header h3 i {
  font-size: 20px;
  color: #666;
}
.partner_header .service_progress {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.partner_header .service_progress .service_progress_item > img {
  width: 200px;
  height: 200px;
}
.partner_header .service_progress .progress_img {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.partner_header .service_progress .progress_img .img_box {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: linear-gradient(to right, #faeac1, #ffc000);
}
.partner_header .service_progress .progress_img span {
  font-size: 16px;
  font-weight: 400;
  color: #333;
}
.partner_list {
  width: 1340px;
}
.partner_list li {
  float: left;
  width: 238px;
  height: 105px;
  margin-right: 30px;
  margin-bottom: 30px;
  border: 1px solid #ccc;
  background: url(../images/partner.png) no-repeat 0 0;
}
.partner_list .y2 {
  background-position: -240px 0;
}
.partner_list .y2:hover {
  background-position: -240px -100px;
}
.partner_list .y3 {
  background-position: -480px 0;
}
.partner_list .y3:hover {
  background-position: -480px -100px;
}
.partner_list .y4 {
  background-position: -720px 0;
}
.partner_list .y4:hover {
  background-position: -720px -100px;
}
.partner_list .y5 {
  background-position: -960px 0;
  margin-right: 0px;
}
.partner_list .y5:hover {
  background-position: -960px -100px;
}
.partner_list .y1:hover {
  background-position: 0 -100px;
}
/*服务内页-service_detail*/
.ser_det {
  padding: 80px 0;
}
.ser_det h2 {
  font-size: 48px;
  margin-bottom: 25px;
  font-weight: 500;
}
.ser_det b {
  display: block;
  margin-bottom: 55px;
  line-height: 30px;
  font-size: 18px;
  color: #666;
}
.ser_det p {
  line-height: 30px;
}
.ser_det img {
  margin-top: 50px;
  margin-bottom: 50px;
  width: 1340px;
  height: auto;
}
.ser_det_list {
  margin-bottom: 20px;
}
.list_title {
  display: block;
  margin-bottom: 5px;
  color: #333;
  font-weight: bold;
}
/*联系-contact*/
.contact_address {
  min-width: 1340px;
  /*width: 1900px;*/
  padding-top: 120px;
}
.address_header b {
  display: block;
  margin-bottom: 20px;
  font-size: 24px;
  color: #ffc000;
}
.address_header i {
  display: block;
  height: 4px;
  width: 34px;
  margin-bottom: 40px;
  background: #ffc000;
}
.address_header h3 {
  margin-bottom: 80px;
  font-size: 48px;
  color: #333;
  font-weight: 500;
}
.con_address_name {
  display: block;
  margin-bottom: 20px;
  font-size: 30px;
}
.con_address_det {
  display: block;
  margin-bottom: 35px;
  font-size: 18px;
  color: #666;
}
.address_list {
  margin-bottom: 10px;
  line-height: 25px;
  font-size: 14px;
  color: #666;
}
.address_list b {
  color: #999;
}
/**/
.contact_map {
  min-width: 1340px;
  padding: 70px 0;
}
.contact_map h3 {
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: 500;
}
.contact_map p {
  margin-bottom: 35px;
  line-height: 25px;
  font-size: 18px;
  color: #666;
}
.contact_map i {
  display: block;
  margin-bottom: 35px;
  line-height: 25px;
  font-size: 14px;
  color: #666;
}
.map {
  width: 1900px;
  height: 600px;
  margin-top: 32px;
}
#map .BMap_bubble_title {
  color: #cc5522;
  font: bold 14px/16px arial, sans-serif;
}
#map .BMap_bubble_content {
  font: 12px/16px arial, sans-serif;
}
.page {
  height: 130px;
  padding: 40px 0;
  text-align: center;
}
.page .pagination {
  display: inline-block;
}
.page .pagination li {
  display: inline-block;
  padding: 0 5px;
  margin-bottom: 10px;
}
.page .pagination li a {
  display: block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  color: #585858;
  background: #f4f5f6;
  border-radius: 14px;
  font-weight: 600;
  font-size: 16px;
  transition: all 150ms linear 0s;
}
.page .pagination li a.active {
  background: #ffc000;
  color: #fff;
}
.page .pagination li a.disabled {
  color: #999;
  cursor: not-allowed;
}
.page .pagination li a:not(.disabled):hover {
  background: #ffc000;
  color: #fff;
  transition: all 150ms linear 0s;
}
