@media screen and (max-width: 1360px) {
  .index-choose .choose-txt {
    top: 60px;
  }
}
@media screen and (max-width: 1199px) {
  .skiptranslate iframe {
    display: none;
  }
  .google-translation .skiptranslate {
    display: inline-block;
  }

  body {
    top: 0 !important;
  }
  .header .nav-collapse {
    display: block;
    border: none;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    height: 32px;
  }
  header .header-btn {
    padding-right: 40px;
  }
  .header .nav .nav-list1 > li:nth-child(2) .nav-list2 > li > a img {
    display: none;
  }
  .header .nav-2 .content ul li a img,
  .header .nav-3 .content ul li a img {
    display: none;
  }
  .big-data .data-box {
    padding: 40px 0;
  }
  .big-data .count-top > span {
    font-size: 44px;
  }
  .big-data .count-top {
    margin-bottom: 5px;
  }
  .big-data .count-desc {
    font-size: 16px;
  }
  .in-title {
    font-size: 32px;
  }
  .in-desc {
    font-size: 16px;
  }
  .index-prod .tit {
    font-size: 20px;
    margin-bottom: 5px;
  }
  .index-prod .desc {
    font-size: 16px;
    line-height: 24px;
    margin-top: 10px;
    margin-bottom: 25px;
    height: 144px;
  }
  .index-prod {
    padding-bottom: 40px;
  }
  .index-choose .choose-box i {
    margin-bottom: 20px;
    font-size: 34px;
  }
  .index-choose .choose-txt .tit {
    font-size: 22px;
  }
  .index-choose .choose-txt .desc {
    font-size: 16px;
    line-height: 24px;
  }
  .index-choose .choose-box {
    padding: 0 10px;
  }
  .index-choose .choose-list {
    margin: 25px -10px 0;
  }
  .index-choose .choose-txt {
    padding: 0 15px;
  }
  .index-choose {
    padding: 0 0 40px;
  }
  .index-news .news-img {
    width: 500px;
  }
  .index-news .news-txt {
    width: calc(100% - 500px);
  }
  .index-news .news-txt .tit {
    font-size: 22px;
  }
  .index-news .news-txt .desc {
    font-size: 16px;
    line-height: 26px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    margin-bottom: 25px;
  }
  .index-news .news-slick {
    margin: 25px 0 0;
  }
  .index-news {
    padding: 0 0 40px;
  }
  .service .service-img {
    width: 500px;
  }
  .service .service-img img {
    width: 100%;
  }
  .service .txt {
    width: calc(100% - 500px);
  }
  .service {
    padding-bottom: 40px;
  }
  .prod-deta .prod-detaimg {
    flex-wrap: wrap;
  }
  .prod-deta .prod-detaslick {
    width: 600px;
    max-width: 100%;
    padding-right: 0;
  }
  .prod-deta .pro-details-msg {
    width: 100%;
    padding-left: 0;
    padding-top: 25px;
  }
  .about .about-tit {
    font-size: 32px;
  }
  .honor .honor-cont .tit {
    font-size: 32px;
    margin: 20px 0;
  }
  .factory .factory-tit {
    font-size: 32px;
    margin: 20px 0;
  }
  .factory .box-tit {
    font-size: 24px;
  }
  .news .news-tit {
    font-size: 32px;
    padding: 20px 0;
  }
  .details {
    padding: 40px 0;
  }
  .details h1 {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .details .info {
    padding-bottom: 15px;
    margin-bottom: 20px;
  }
  .details .details-date {
    font-size: 16px;
  }
  .details .share-box {
    margin-top: 25px;
  }
  .details .news-page {
    margin-top: 25px;
  }
  .details .news-page .next {
    margin-top: 5px;
  }
  .contact .contact-cont .tit {
    font-size: 32px;
  }
  .site-map {
    padding: 30px 0;
  }
  .site-map h2 {
    font-size: 24px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 991px) {
  .open-suspended {
    right: 0;
    display: block;
  }
  .xs-online {
    display: block!important;
  }
  .suspended-list {
    top: auto;
    bottom: 120px;
    right: -60px;
    transition: all 0.35s;
  }
  .suspended-list ul {
    margin-bottom: 0;
  }
  .suspended-list ul li:hover a:before {
    transition: all 0.5s;
    transform: rotate(0);
  }
  .suspended-list ul li:first-child {
    transition: all 0.5s;
  }
  .suspended-list ul li:nth-child(2) {
    transition: all 0.5s;
  }
  .suspended-list ul li:nth-child(3) {
    transition: all 0.5s;
  }
  .suspended-list ul li:nth-child(4) {
    transition: all 0.5s;
  }
  .suspended-list ul li:nth-child(5) {
    transition: all 0.5s;
  }
  .suspended-list.look {
    right: 0;
    transition: all 0.35s;
  }
  .suspended-list.look ul li:first-child {
    transform: translateY(0);
    transition: all 0.5s;
  }
  .suspended-list.look ul li:nth-child(2) {
    transform: translateY(0);
    transition: all 0.5s;
  }
  .suspended-list.look ul li:nth-child(3) {
    transform: translateY(0);
    transition: all 0.5s;
  }
  .suspended-list.look ul li.plus img {
    transition: all 0.5s;
    transform: rotate(45deg);
  }
  .suspended-list.look li.open:hover a:before {
    transition: all 0.5s;
    transform: rotate(45deg);
  }
  .suspended-list.look li:nth-child(4) {
    transform: translateY(0);
    transition: all 0.5s;
  }
  .suspended-list.look li:nth-child(5) {
    transform: translateY(0);
    transition: all 0.5s;
  }
  .rotate45 {
    transform: rotate(45deg);
    transition: all 0.35s;
  }
  .index-prod .prod-box {
    padding: 0 10px;
  }
  .index-prod .prod-slick {
    margin: 20px -10px 0;
  }
  .index-choose .choose-txt {
    top: 45px;
  }
  .index-choose .choose-box i {
    margin-bottom: 10px;
  }
  .index-choose .choose-txt .tit {
    font-size: 18px;
    margin-bottom: 5px;
  }
  .index-choose .choose-txt .desc {
    font-size: 14px;
    line-height: 20px;
  }
  .index-news .slick-prev,
  .index-news .slick-next {
    width: 44px;
    height: 44px;
  }
  .index-news .slick-prev:before,
  .index-news .slick-next:before {
    font-size: 16px;
  }
  .index-news .news-slick {
    padding: 40px 75px 50px;
  }
  .index-news .slick-dots {
    bottom: 20px;
  }
  .index-news .news-img {
    width: 400px;
  }
  .index-news .news-txt {
    width: calc(100% - 400px);
  }
  .index-news .news-txt {
    padding: 15px 25px 0;
  }
  .index-news .news-txt .tit {
    font-size: 18px;
    margin-bottom: 5px;
  }
  .index-news .news-txt .date {
    margin-bottom: 10px;
  }
  .index-news .news-txt .desc {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 15px;
  }
  .index-news .news-txt .news-more {
    font-size: 14px;
    width: 100px;
    height: 34px;
  }
  footer {
    padding-bottom: 68px;
    padding-top: 40px;
  }
  footer .am-g .am-u-md-4:first-child {
    display: none;
  }
  footer .am-g > [class*=am-u-] {
    width: 100%;
    margin-bottom: 10px!important;
  }
  footer .am-accordion-gapped .am-accordion-title {
    pointer-events: all;
    margin-bottom: 0;
  }
  footer .am-accordion-gapped .am-accordion-title:after {
    opacity: 1;
  }
  footer .footer-link li {
    float: left;
    margin-right: 15px;
  }
  footer .footer-link h4 {
    font-size: 18px;
  }
  footer .am-accordion-gapped .am-accordion-content:after {
    content: '';
    display: block;
    clear: both;
  }
  footer .footer-form p {
    margin-bottom: 10px;
    margin-top: 10px;
  }
  footer .footer-all {
    flex-wrap: wrap;
  }
  footer .am-accordion-gapped {
    width: 100%;
  }
  footer .footer-link a {
    line-height: 1;
  }
  footer .footer-link li {
    line-height: 28px;
  }
  footer .footer-link2 form {
    height: 40px;
  }
  footer .footer-share {
    margin-top: 10px;
  }
  footer .footer-share a {
    font-size: 16px;
    margin-right: 10px;
  }
  footer .footer-share a.icon-twitter {
    font-size: 18px;
  }
  footer .footer-share a.icon-youtube {
    font-size: 22px;
  }
  .am-accordion-bd {
    margin: 0!important;
  }
  footer .footer-link3 form {
    padding-top: 10px;
  }
  .footer-record .am-container > div {
    font-size: 14px;
    line-height: 16px;
    padding: 10px 0;
  }
  footer .footer-link2 {
    width: 100%;
    margin-bottom: 10px;
  }
  footer .footer-msg {
    width: 100%;
    margin-bottom: 10px;
  }
  footer .footer-msg .footer-desc {
    margin-top: 20px;
  }
  footer .footer-link3 .am-active .am-accordion-title {
    margin-bottom: 0;
  }
  footer .footer-link3 ul {
    width: 100%;
    flex-direction: row;
    height: auto;
  }
  footer .footer-link3 li a {
    font-size: 14px;
    line-height: 24px;
  }
  footer .footer-link3 li {
    padding-right: 0;
  }
  footer .footer-link4 .am-active .am-accordion-title {
    margin-bottom: 0;
  }
  footer .footer-link4 ul {
    display: flex;
    flex-direction: column;
  }
  footer .footer-link4 li {
    font-size: 14px;
    line-height: 22px;
  }
  footer .footer-link4 li a {
    font-size: 14px;
    line-height: 22px;
  }
  footer .footer-all {
    padding-bottom: 30px;
  }
  footer .footer-top .footer-topt {
    flex-wrap: wrap;
    padding-bottom: 10px;
  }
  footer .footer-top .footer-topt .footer-txt {
    width: 100%;
    padding-right: 0;
    padding-bottom: 5px;
  }
  footer .footer-top .footer-topt .footer-form {
    width: 100%;
  }
  footer .footer-top .footer-topt .footer-logo {
    margin-bottom: 5px;
  }
  footer .footer-link1 .am-active .am-accordion-title {
    margin-bottom: 10px;
  }
  footer .footer-link1 form {
    margin-top: 10px;
  }
  footer .footer-link1 form button {
    height: 30px;
  }
  footer .footer-top .footer-topb {
    flex-wrap: wrap;
  }
  footer .am-accordion-gapped {
    margin: 5px 0!important;
  }
  footer .footer-top {
    padding-bottom: 15px;
  }
  footer .footer-link2 ul {
    display: flex;
    flex-direction: column;
  }
  footer .footer-link li {
    font-size: 14px;
  }
  footer .footer-link2 li i {
    font-size: 16px;
    line-height: 1.8;
    margin-right: 8px;
  }
  footer .footer-link2 li:nth-child(2) i {
    font-size: 14px;
    line-height: 1.8;
    margin-right: 8px;
  }
  footer .footer-link li:nth-child(n+2) {
    margin-top: 0;
  }
  footer .footer-link2 .am-active .am-accordion-title {
    margin-bottom: 10px;
  }
  footer .footer-link3 li i {
    display: none;
  }
  footer .footer-link4 li i {
    margin-top: 0;
  }
  footer .footer-share {
    margin-top: 0;
    padding-top: 0;
  }
  footer .footer-link5 .am-active .am-accordion-title h4 {
    padding-bottom: 0;
  }
  footer .footer-share a {
    width: 34px;
    height: 34px;
  }
  footer .footer-share a i {
    font-size: 18px;
  }
  footer .footer-link5 .sitemap-btn {
    font-size: 14px;
    margin-top: 10px;
    width: 90px;
    height: 36px;
    line-height: 14px;
  }
  footer .footer-link h4:after {
    display: none;
  }
  footer .footer-link h4 {
    padding-bottom: 0;
  }
  footer .footer-link3 .am-active .am-accordion-title {
    margin-bottom: 10px;
  }
  footer .footer-link4 .am-active .am-accordion-title {
    margin-bottom: 10px;
  }
  footer .footer-link4 form textarea {
    height: 80px;
    margin-bottom: 20px;
  }
  footer .footer-link4 {
    padding-left: 0;
  }
  footer .footer-mid {
    padding: 20px 0;
  }
  footer .footer-link4 form {
    margin-top: 20px;
  }
  footer .footer-link4 form input {
    font-size: 14px;
  }
  footer .footer-link4 form textarea {
    font-size: 14px;
    margin-bottom: 10px;
  }
  footer .footer-record .am-container > div {
    justify-content: center;
    flex-wrap: wrap;
  }
  footer .footer-record .am-container > div {
    font-size: 14px;
    line-height: 22px;
  }
  footer .footer-logo {
    /* height: 25px; */
    margin-bottom: 20px;
  }
  footer .footer-quote {
    margin-bottom: 20px;
  }
  footer .footer-record {
    margin-top: 20px;
  }
  footer .footer-msg .msg-desc {
    font-size: 14px;
  }
  .contact-share a {
    width: 30px;
    height: 30px;
    font-size: 12px;
  }
  .list-l {
    display: none;
  }
  .prod .am-u-md-9 {
    width: 100%;
    padding-left: 15px;
  }
  .touch-nav {
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
  }
  .touch-nav a {
    width: fit-content;
    line-height: 30px;
    padding-left: 10px;
    position: relative;
    color: #222;
    margin-right: 20px;
    text-transform: capitalize;
  }
  .touch-nav a:before {
    content: '-';
    position: absolute;
    left: 0;
  }
  .touch-nav a.active {
    color: #26913d;
  }
  .prod-search {
    height: auto;
    padding: 10px 0 20px;
    justify-content: flex-start;
  }
  .prod .prod-list {
    margin: 25px -10px;
  }
  .prod1 .prod-group {
    flex-wrap: wrap;
  }
  .prod1 .prod-group .group {
    width: 100%;
    padding-left: 0;
    padding-top: 15px;
  }
  .prod1 .prod-group .title {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .service .service-img {
    width: 100%;
  }
  .service .txt {
    width: 100%;
    padding-left: 0;
    padding-top: 15px;
  }
  .service .tit {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .service .desc {
    font-size: 16px;
    line-height: 24px;
  }
  .prod-deta .pro-details-msg h1 {
    font-size: 24px;
  }
  .prod-deta .pro-details-msg .desc {
    font-size: 16px;
    line-height: 26px;
  }
  .prod-deta .pro-details-msgcont h4 {
    font-size: 16px;
  }
  .prod-deta .pro-details-msgcont p {
    font-size: 16px;
    line-height: 26px;
  }
  .prod-deta .pro-details-btn {
    margin: 20px 0;
  }
  .prod-deta .pro-details-btn > a {
    width: 110px;
    height: 38px;
    font-size: 16px;
  }
  .prod-deta .pro-details-btn .btn-group {
    height: 38px;
    width: 240px;
  }
  .prod-deta .pro-details-btn .btn-group span {
    font-size: 16px;
  }
  .prod-deta .prod-allcont .deta-text {
    width: 100%;
    padding-right: 0;
  }
  .prod-deta .prod-allcont .ol-message {
    width: 100%;
    padding-left: 0;
    padding-top: 20px;
  }
  .prod-deta .prod-allcont {
    padding-top: 20px;
  }
  .prod-deta .prod-sontit {
    font-size: 24px;
    margin-bottom: 15px;
  }
  .prod-deta .prod-allcont .deta-text .text-box {
    padding: 15px;
  }
  .about .about-tit {
    font-size: 24px;
  }
  .about .about-desc {
    font-size: 16px;
    line-height: 24px;
    padding-bottom: 20px;
  }
  .about .about-box {
    padding: 25px 0;
  }
  .about .about-box .img {
    max-width: 100%;
  }
  .about .about-box .txt {
    width: 100%;
    padding-left: 0;
    padding-top: 15px;
  }
  .about .about-box .txt .tit {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .about .about-box .txt p {
    font-size: 16px;
    line-height: 24px;
  }
  .about .about-box:nth-child(2n) {
    flex-direction: row;
  }
  .about .about-box .list .son-tit {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .about .about-box .list .son-desc {
    font-size: 14px;
    line-height: 22px;
    padding-bottom: 10px;
  }
  .about .about-box .list i {
    width: 40px;
    height: 40px;
    font-size: 18px;
  }
  .about .about-box .list .cot {
    width: calc(100% - 60px);
  }
  .about .about-foot {
    font-size: 18px;
    padding: 20px 0;
  }
  .about-nav a {
    padding: 12px 10px;
  }
  .about-nav {
    height: auto;
  }
  .honor .honor-cont {
    width: 100%;
  }
  .honor .honor-cont .tit {
    font-size: 24px;
    margin: 15px 0;
  }
  .factory .fac-slick .fac-box {
    padding: 0 5px;
  }
  .factory .fac-slick {
    margin: 0 -5px;
  }
  .factory .slick-prev,
  .factory .slick-next {
    z-index: 10;
  }
  .factory .factory-tit {
    font-size: 24px;
  }
  .factory .box-tit {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .page-banner .item img {
    width: 150%;
    margin-left: -25%;
  }
  .news .news-tit {
    font-size: 24px;
  }
  .news .news-txt .tit {
    font-size: 20px;
  }
  .news .news-txt .desc {
    font-size: 16px;
    line-height: 26px;
    height: 78px;
  }
  .news .news-txt {
    padding: 10px 0 20px;
  }
  .news .news-txt .desc {
    margin-bottom: 15px;
  }
  .news .news-box {
    padding: 0 10px;
  }
  .news .news-list {
    margin: 0 -10px 25px;
  }
  .news .news-box:nth-child(n+4) {
    margin-top: 20px;
  }
  .contact .contact-cont .tit {
    font-size: 28px;
  }
  .contact .contact-cont .tit2 {
    font-size: 22px;
    line-height: 26px;
  }
  .contact .contact-cont .txt h4 {
    font-size: 18px;
  }
  .contact .contact-cont .txt p {
    font-size: 16px;
    line-height: 20px;
  }
  .contact .contact-cont .txt {
    padding-right: 0;
  }
  .contact .ol-message .ol-tit {
    font-size: 26px;
  }
  .contact .ol-message .ol-desc {
    padding-right: 0;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 10px;
  }
  .contact .ol-message input {
    height: 44px;
    margin-bottom: 10px;
  }
  .contact .ol-message textarea {
    height: 120px;
    margin-bottom: 10px;
  }
  .contact .ol-message button {
    width: 120px;
    height: 38px;
  }
  .contact .contact-cont .tit3 {
    font-size: 22px;
    line-height: 26px;
  }
  .contact .contact-cont .txt2 {
    padding-right: 0;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 850px) {
  .index-choose .choose-txt {
    position: static;
    height: 100%;
    padding: 0;
  }
  .index-choose .choose-img {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  header .header-logo {
    height: 60px;
  }
  header .header-all {
    padding: 5px 0;
  }
  .header-search-p {
    display: none;
  }
  .header-search-m {
    display: block;
    margin-right: 0;
  }
  header .header-search {
    margin-right: 10px;
  }
  .big-data .data-box {
    width: 50%;
  }
  .big-data .data-box:nth-child(n+3) {
    padding-top: 0;
  }
  .big-data .data-box:first-child {
    padding-bottom: 20px;
  }
  .big-data .data-box:nth-child(2) {
    padding-bottom: 20px;
  }
  .big-data {
    flex-wrap: wrap;
  }
  .big-data .data-box:nth-child(2n):after {
    display: none;
  }
  .index-prod .prod-box {
    padding: 0 5px;
  }
  .index-prod .prod-slick {
    margin: 20px -5px 0;
  }
  .index-prod .desc {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
    height: 120px;
  }
  .in-title {
    font-size: 24px;
  }
  .in-desc {
    font-size: 14px;
  }
  .index-prod .tit {
    font-size: 18px;
  }
  .index-news .news-img {
    width: 100%;
  }
  .index-news .news-txt {
    width: 100%;
    padding: 15px 20px;
  }
  .index-news .news-box {
    flex-wrap: wrap;
  }
  .prod .prod-box {
    padding: 0 5px;
  }
  .prod .prod-list {
    margin: 25px -5px;
  }
  .prod .prod-box:nth-child(n+3) {
    margin-top: 10px;
  }
  .prod1 .prod-group .prod-box {
    padding: 0 5px;
  }
  .prod1 .prod-group .list {
    margin: 0 -5px;
  }
  .prod1 .prod-group .prod-box:nth-child(n+3) {
    margin-top: 10px;
  }
  .prod1 .prod-group .prod-tit {
    font-size: 16px;
  }
  .prod1 .prod-group .prod-box a {
    height: 52px;
  }
  .factory .fac-box .tit {
    font-size: 16px;
    line-height: 36px;
  }
  .factory .factory-list {
    padding: 20px 15px 40px;
  }
  .factory .slick-next {
    right: 0;
  }
  .factory .slick-prev {
    left: 0;
  }
  .factory .slick-prev,
  .factory .slick-next {
    width: 34px;
    height: 34px;
  }
  .factory .slick-prev:before,
  .factory .slick-next:before {
    font-size: 14px;
  }
  .news .news-box {
    padding: 0 5px;
  }
  .news .news-list {
    margin: 0 -5px 25px;
  }
  .news .news-box {
    width: 50%;
  }
  .news .news-box:nth-child(n+3) {
    margin-top: 20px;
  }
  .news .news-date .d {
    font-size: 22px;
    line-height: 36px;
  }
  .contact .contact-cont {
    width: 100%;
    padding-right: 0;
  }
  .contact .contact-all {
    flex-wrap: wrap;
  }
  .contact .ol-message {
    width: 100%;
    padding-left: 0;
  }
}
@media screen and (max-width: 641px) {
  .index-choose .choose-box {
    width: 50%;
  }
  .index-choose .choose-box:nth-child(n+3) {
    margin-top: 20px;
  }
  .pagenum a {
    width: 34px;
    height: 34px;
    margin: 0 5px;
  }
  .prod .am-u-md-9 {
    padding-left: 10px;
  }
  .prod-deta .prod-allcont .ol-message input {
    height: 44px;
    margin-bottom: 10px;
    width: calc(50% - 5px);
    margin-right: 10px;
  }
  .prod-deta .prod-allcont .ol-message textarea {
    height: 120px;
    margin-bottom: 10px;
  }
  .prod-deta .prod-allcont .ol-message button {
    width: 120px;
    height: 38px;
  }
  .about-nav a {
    font-size: 16px;
    line-height: 20px;
  }
  .about-nav {
    height: auto;
  }
  .details .txt p {
    font-size: 14px;
    line-height: 24px;
  }
  .details h1 {
    font-size: 20px;
    line-height: 26px;
  }
  .details .news-page p {
    font-size: 14px;
  }
  .map {
    height: 300px;
  }
  .site-map h2 {
    font-size: 20px;
  }
  .site-map .site-list1 > li > a {
    height: 40px;
    line-height: 40px;
  }
  .site-map .site-list2 {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 480px) {
  .search-wrap {
    right: -100px;
  }
  .big-data .count-top > span {
    font-size: 38px;
  }
  .index-news .news-slick {
    padding: 0 0 50px;
  }
  .prod .prod-box a {
    height: 52px;
  }
  .prod .prod-tit {
    font-size: 16px;
  }
  .prod .prod-box {
    width: 100%;
  }
  .prod .prod-box:nth-child(n+2) {
    margin-top: 10px;
  }
  .prod-search form {
    max-width: 100%;
  }
  .prod1 .prod-group .prod-box {
    width: 100%;
  }
  .prod1 .prod-group .prod-box:nth-child(n+2) {
    margin-top: 10px;
  }
}
@media screen and (max-width: 380px) {
  .search-wrap {
    right: -140px;
  }
  .prod-deta .pro-details-btn {
    flex-direction: column;
  }
  .prod-deta .pro-details-btn .btn-group {
    margin-top: 10px;
  }
}
