* {
  margin: 0;
  padding: 0;
}

.head_pc .nav .ul2 {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  min-width: 100%;
  display: none;
  background-color: #fff;
  text-align: center;
  transition: .1s
}
.head_pc .nav_top .nav ul .li1:first-child{
    margin-right: 2.4rem;
}
.head_pc .nav .ul2:hover,
.head_pc .nav .ul2.hover {
  background-color: white;
}

.head_pc .nav .ul2 {
  box-shadow: 0px 5px 10px 2px #0000000a;
}

.head_pc .nav .ul2 a {
  font-size: 16px;
  display: block;
  line-height: 40px;
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
  color: #000;
  padding: 0 20px;
}

.head_pc .nav .ul2 a:hover,
.head_pc .nav .ul2 a.hover {
  color: #ffffff !important;
  background-color: #017AC1;

}



/* run */
.slide1 {
  position: relative;
}

.slide_p {
  position: absolute;
  top: 37%;
  right: 14%;
}




.slide_p p {
  font-size: 60px;
  line-height: 60px;
  color: #fff;
}

.slide_p .p2 {
  font-size: 45px;
  line-height: 60px;
  color: #fff;
}

.slide_p span {
  font-size: 45px;
  line-height: 60px;
  color: #fff;
}

.slide_p .j .hr {
  width: 3.5vw;
  height: 2px;
  background-color: #fff;
  margin-right: 1.5vw;
}

.slide_p .j {
  display: flex;
  align-items: center;
}





.slide_icon {
  position: absolute;
  bottom: 5%;
  left: 50%;
  transform: translateX(-50%);
  animation: slide_icon 1s infinite alternate linear;
}

@keyframes slide_icon {
  0% {
    transform: translateY(0%);
  }

  100% {
    transform: translateY(30%);
  }
}


.banner_mySwiper .slide1 .img1 {
  width: 100%;
}

.slide1 {
  width: 100% !important;
}

#Inx—banner {
  position: relative;
  z-index: auto;
  height: 48.5vw;
}

.banner_mySwiper {
  position: fixed;
}





#Inx—cont {
  background-color: #fff;
  position: relative;
  z-index: 100;
}


.index_Move {
  padding: 3.1vw 3.3vw 4vw 4.3vw;

}

.index_Move1 {
  overflow: hidden;
}

.title {
  position: relative;
  margin-bottom: 3vw;
  margin-top: 10px;
}

.title .p1 {
  font-size: 42px;
  line-height: 45px;
  color: #444444;
  display: inline-block;
  position: relative;
}

.title .p1::after {
  position: absolute;
  top: 50%;
  right: -55%;
  transform: translateY(-50%);
  content: '';
  width: 3vw;
  height: 3px;
  background-color: #c00000;
}

.title .p2 {
  position: absolute;
  top: -14px;
  font-size: 42px;
  line-height: 45px;
  color: #44444423;
  text-transform: uppercase;
}



.title1 {
  position: relative;
  margin-bottom: 1.5vw;
  margin-top: 10px;
}

.title1 .p1 {
  font-size: 42px;
  line-height: 45px;
  color: #444444;
  display: inline-block;
  position: relative;
}

.title1 .p1::after {
  position: absolute;
  top: 50%;
  right: -55%;
  transform: translateY(-50%);
  content: '';
  width: 3vw;
  height: 3px;
  background-color: #c00000;
}

.title1 .p2 {
  position: absolute;
  top: -14px;
  font-size: 42px;
  line-height: 45px;
  color: #44444423;
  text-transform: uppercase;
}




.index_Move_li .p1 {
  font-size: 20px;
  line-height: 40px;
  color: #454545;
  margin: 1.3vw 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.index_Move_li .p2 {
  font-size: 16px;
  line-height: 28px;
  color: #999999;
  margin-bottom: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-family: PINGFANG-REGULAR;
}
.index_Move_li .newimg{
    overflow: hidden;
}
.index_Move_li .newimg img{
   transition: .5s;
}
.index_Move_li:hover .newimg img{
    transform: scale(1.1);
}
.index_Move_d .am {
  font-size: 16px;
  line-height: 20px;
  color: #454545;
  display: inline-block;
}

.index_Move_d .am1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.index_Move_d .p1p2 {
  margin-bottom: 1vw;
  border-bottom: 1px solid #000;
  position: relative;
}

.index_Move_d .p1p2::after {
  position: absolute;
  content: '';
  bottom: -1px;
  width: 0;
  height: 1px;
  background-color: #454545;
  transition: .5s;
}

.index_Move_li:hover .p1p2::after {
  position: absolute;
  content: '';
  bottom: -1px;
  width: 100%;
  height: 1px;
  background-color: #c00000;
}

.index_Move_li:hover .p1 {
  color: #c00000
}

.index_Move_li:hover .am {
  color: #c00000;
}



.am_icon .img_b{
    display: none;
}

.index_Move_li:hover .am_icon .img_b{
    display: block;
}
.index_Move_li:hover .am_icon .img_h{
    display: none;
}



.index_Store {
  padding: 3.1vw 3.3vw 7vw 4.3vw;
}

.index_Store_d1 {
  padding: 5.7vw 0 8.7vw 4.5vw;
  background-color: #f0f0f0;
}

.index_Store_d1 .pp1 {
  font-size: 24px;
  line-height: 26px;
  color: #262626;
  margin-bottom: 35px;
}

.index_Store_d1 .pp2 {
  font-size: 16px;
  line-height: 32px;
  color: #4b4b4b;
  text-indent: 2.2rem;
}

.index_Store_d2 {
  width: 51%;
}


.input_in1 .name_z {
  padding-left: 40px;
  height: 51px;
  width: 80%;
  border-radius: 7px;
  border: 1px solid #dedede;
}

.input_in1 .name_z::placeholder {
  font-size: 18px;
  line-height: 20px;
  color: #aaaaaa;
}

.mess_form .xuqiu {
  padding-top: 10px;
  padding-left: 15px;
  height: 130px;
  width: 80%;
  border-radius: 7px;
  border: 1px solid #dedede;
}

.mess_form .xuqiu::placeholder {
  font-size: 18px;
  line-height: 20px;
  color: #aaaaaa;
}

.dd1 {
  position: relative;
  margin-bottom: 15px;
}

.ddd1 {
  position: absolute;
  top: 50%;
  left: 3.2vw;
  transform: translateY(-50%);
}

.submit_ti {
  padding: 10px 30px;
  font-size: 16px;
  color: #fff;
  background-color: #000;
  border: 0;
  text-align: center;
}



.index_Store_d1 {
  position: relative;
}

.index_Store_d2_d {
  background-color: #fff;
  width: 33%;
  text-align: center;
  position: absolute;
  top: -4vw;
  right: 3.5vw;
  padding-bottom: 39px;
}

.index_Store_d2_d_p {
  background-color: #c00000;
  margin-bottom: 40px;
}

.index_Store_d2_d_p p {
  padding: 25px 0;
  font-size: 32px;
  line-height: 40px;
  color: #fff;
  font-family: PINGFANG-REGULAR;
}

.form_btn {
  margin-top: 30px;
}





.index_Inp {
  padding: 3.1vw 3.3vw 3vw 4.3vw;
}


.chakn {
  width: 160px;
  margin-top: 24px;
  display: flex;
  justify-content: space-between;
  padding: 8px 7px 8px 20px;
  border: 1px solid #c00000;
  background-color: #fff;
  border-radius: 50px;
}

.chakn p {
  font-size: 18px;
  color: #c00000;
}

.chakn {
  z-index: 1;
  overflow: hidden;
  position: relative;
  overflow: hidden;
}

.chakn:hover p {
  color: #fff;
}

.chakn::before {
  z-index: -1;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #c00000 !important;
  top: 0;
  left: 0;
  transform-origin: center;
  transform: scale3d(0, 0, 0);
  transition: transform 0.45s ease-in-out;

}

.chakn:hover::before {
  transform: scale3d(2, 2, 2);
}






.index_Inp .img_i {
  width: 29%;
}

.index_Inp .The_p {
  width: 66%;
}

.index_Inp .T1_d {
  width: 70%;
}

.Product .T1_d {
  width: 67%;
}

.T {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.The {
  width: 47%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.9vw;
}

.The:hover .The_p .p1 {
  color: #c00000;
}

.The:hover .The_p .p2 {
  color: #fff;
  background-color: #c00000;
  border: 0;
}

.The_p .p1 {
  font-size: 20px;
  line-height: 40px;
  color: #454545;
  margin-bottom: 15px;
}

.The_p .p2 {
  display: inline-block;
  padding: 3px 15px;
  border-radius: 50px;
  border: 1px solid #9b9b9b;
  font-size: 16px;
  color: #abacaf;
}



.T2_1 {
  background: url(../images/image/t_bg.jpg) no-repeat;
  padding: 2.4vw 0 2.4vw 2.7vw;
  width: 100%;
}

.T2_1 .pp1 {
  font-size: 26px;
  line-height: 40px;
  color: #fff;
  margin-bottom: 1vw;
}

.T2_1_li {
  padding-left: 25px;
  font-size: 18px;
  line-height: 40px;
  color: #fff;
  position: relative;
  margin-bottom: 0.2vw;
  font-family: MSYHL;
}

.T2_1_li::after {
  position: absolute;
  top: 54%;
  left: 0;
  transform: translateY(-50%);
  content: '';
  width: 10px;
  height: 10px;
  background-color: #fff;
  border-radius: 50px;
}


.T2_1_1ul_mySwiper {
  height: 220px;
  overflow: hidden;
}

.T2_1_1ul_mySwiper .swiper-wrapper {
  flex-direction: column;
}

.T2_1_1ul_mySwiper .swiper-slide-next {
  color: #ff0000;
}

.T2_1_1ul_mySwiper .swiper-slide-next::after {
  background-color: #ff0000;
}


.T1 {
  display: flex;
  justify-content: space-between;
  padding-top: 53px;
  align-items: flex-start;
}

.T2 {
  width: 25%;
}














/* ---------------关于我们 */
.About {
  margin: 5.3vw 6.6vw 5.3vw 6.6vw;
}

.About .d_span {
  padding-bottom: 2.2vw;
  border-bottom: 1px dashed #b6b6b6;
}

.About .d_span .span1 {
  font-size: 36px;
  line-height: 60px;
  color: #c00000;
  font-family: PINGFANG-REGULAR;
  font-weight: 600;
}

.About .d_span .span2 {
  font-size: 36px;
  line-height: 60px;
  color: #333333;
  font-family: PINGFANG-REGULAR;
  font-weight: 600;
}

.About .d_span .p1 {
  margin-top: 1.8vw;
  font-size: 18px;
  line-height: 32px;
  color: #666666;
  font-family: PINGFANG-REGULAR;
  text-indent: 2.2rem;
}

.About .d_content {
  margin-top: 3.6vw;
  display: flex;
  justify-content: space-evenly;
  padding-bottom: 3.4vw;
  border-bottom: 1px dashed #b6b6b6;
}

.About .d_content_img2 {
  margin-bottom: 3.1vw;
  position: relative;
}

.About .d_content_img2::after {
  position: absolute;
  content: '';
  top: 111%;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 2vw;
  background-color: #c00000;
}

.About .d_content_1d1 p {
  font-size: 20px;
  line-height: 40px;
  color: #333333;
  font-family: PINGFANG-REGULAR;
  font-weight: 600;
}

.d_content_img1 {
  width: 20%;
}

.About .d_content_1d {
  width: 75%;
  display: flex;
  justify-content: space-between;
}

.About .d_content_1d1 {
  width: 31.5%;
  text-align: center;
  padding: 0.7vw 0 1.3vw;
  box-shadow: 0 0 10px 2px #dedede61;

}

.About .d_bottom {
  margin-top: 2.5vw;
}

.About .d_bottom .p1 {
  font-size: 24px;
  line-height: 60px;
  color: #333333;
  font-family: PINGFANG-REGULAR;
  font-weight: 600;
}

.About .d_bottom .p2 {
  font-size: 18px;
  line-height: 32px;
  color: #666666;
  font-family: PINGFANG-REGULAR;
  text-indent: 2.2rem;
}

.F1orum {
  margin: 5.3vw 6.6vw 5.3vw 6.6vw;
  display: flex;
  justify-content: space-between;
}

.Forum {
  width: 68%;
}

.Forum .Forum_d1 h3 {
  margin-left: 20px;
  font-size: 22px;
  line-height: 40px;
  color: #c00000;
  position: relative;
}

.Forum .Forum_d1 h3::after {
  position: absolute;
  content: '';
  top: 50%;
  left: -20px;
  transform: translateY(-50%);
  width: 10px;
  height: 20px;
  background-color: #c00000;
}

.Forum .Forum_d1 {
  padding: 0.7vw 0 0.7vw 1.8vw;
  border: 1px solid #e9e9e9;
}

.Forum .Forum_d2 {
  padding: 1.8vw;
  border: 1px solid #e9e9e9;
  margin-top: -1px;
}

.Forum .Forum_d2_li {
  font-size: 18px;
  line-height: 40px;
  color: #4a4a4a;
  margin-bottom: 25px;
  position: relative;
  margin-left: 20px;
  display: flex;
  justify-content: space-between;
}
.Forum .Forum_d2_li:hover{
    color: #c00000;
}
.Forum .Forum_d2_li:hover::after{
    background-color: #c00000;
}

.Forum .Forum_d2_li p:nth-child(2) {
  color: #a4a4a4;
}

.Forum .Forum_d2_li::after {
  position: absolute;
  top: 50%;
  left: -20px;
  transform: translateY(-50%);
  content: '';
  width: 10px;
  height: 10px;
  background-color: #4a4a4a;
  border-radius: 50px;
}


.re_Forum {
  width: 29%;
  background-color: #f3f3f3;
  margin-left: 20px;
}

.re_Forum .re_Forum_P p {
  display: inline-block;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  padding: 0.9vw 2vw;
  background-color: #c00000;
}

.re_Forum .re_Forum_P_d {
  padding: 1.7vw 1.3vw 0 1.3vw;
  border-top: 1px solid #00000024;
}

.re_Forum .re_Forum_P_d_li {
  display: flex;
  margin-bottom: 10px;
}

.re_Forum .re_Forum_P_d_li div {
  width: 25px;
  height: 25px;
  padding: 5px;
  background-color: #999999;
  font-size: 14px;
  line-height: 15px;
  color: #fff;
  margin-right: 5px;
}

.re_Forum .re_Forum_P_d_li:first-child div {
  background-color: #c00000;
}

.re_Forum .re_Forum_P_d_li:nth-child(2) div {
  background-color: #c00000;
}

.re_Forum .re_Forum_P_d_li:nth-child(3) div {
  background-color: #c00000;
}

.re_Forum .re_Forum_P_d_li p:last-child {
  font-size: 16px;
  color: #666666;
}





.Forum_read {
  width: 68%;
}

.Forum_read .pp1 {
  font-size: 26px;
  line-height: 40px;
  color: #000;
  text-align: center;
}

.Forum_read .time {
  padding-bottom: 1vw;
  margin: 1.5vw 1.5vw 0 1.5vw;
  display: flex;
  justify-content: space-between;
}

.Forum_read .time p {
  font-size: 16px;
  line-height: 20px;
  color: #4a4a4a7d;
}

.Forum_read_d {
  font-size: 16px;
  line-height: 40px;
  color: #333333;
  padding-top: 2.6vw;
  border-top: 1px dashed #ccc;
}

.switchBox {
  margin-top: 62px;
}

.switchBox .font {
  font-size: 20px;
  color: #666666;
}

.Ama {
  margin: 5.3vw 6.6vw 5.3vw 6.6vw;
}

.Ama .Ama_d_title {
  display: flex;
  padding-bottom: 1.5vw;
  margin-bottom: 2.8vw;
  border-bottom: 1px dashed #000;
}

.Ama .Ama_d_title .pp1 {
  font-size: 36px;
  line-height: 60px;
  color: #c00000;
  font-family: PINGFANG-REGULAR;
  font-weight: 600;
}

.Ama .Ama_d_title .pp2 {
  font-size: 24px;
  line-height: 60px;
  color: #000;
}

.Ama_content_d {
  margin-bottom: 35px;
}

.Ama_content_d:last-child {
  margin-bottom: 0;
}

.Ama_content_d .p1 {
  font-size: 22px;
  line-height: 30px;
  color: #333333;
  font-family: PINGFANG-REGULAR;
  font-weight: 600;
  margin-bottom: 20px;
}

.Ama_content_d .p2 {
  font-size: 18px;
  line-height: 32px;
  font-family: PINGFANG-REGULAR;
  color: #666666;
}
















.Product {
  margin: 5.3vw 4.6vw 5.3vw 4.6vw;
}

.Product .The_p {
  margin-left: 15px;
}

.index_Inp .The_p {
  margin-left: 15px;
}

.Product .chakn {
  display: none;
}

.Product .img_i {
  width: 34%;
}

.Product .The_p {
  width: 61%;
}

.Product .The {
  width: 45%;
}

.Product_read {
  margin: 6.4vw 6.7vw 9.5vw 6.7vw;
}

.Product_read2 {
  width: 47%;
}

.Product_read1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.Product_read1_2 {
  width: 46%;
  margin-left: 35px;
}

.Product_read1_2 .p1 {
  font-size: 42px;
  line-height: 47px;
  color: #c00000;
  font-weight: 600;
  padding-bottom: 1.6vw;
  border-bottom: 1px solid #00000040;
}

.Product_read1_p2 {
  margin-top: 3.2vw;
}

.Product_read1_p2 .sp2 {
  font-size: 22px;
  line-height: 40px;
  color: #000;
  font-weight: 600;
}

.Product_read1_p2 .sp3 {
  font-size: 22px;
  line-height: 40px;
  color: #aaaaaa;
}


.pro_read_a {
  display: inline-block;
  padding: 10px 40px;
  color: #fff;
  background-color: #c00000;
  font-size: 18px;
  border-radius: 50px;
  margin-top: 2.2vw;
}




.Contact {
  margin: 5.4vw 4.4vw 8vw 4.4vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.Contact_left {
  width: 30%;
}

.Contact_d {
  width: 65%;
  padding: 60px 78px;
  box-shadow: 0px 0px 24px -1px #d7d7d7;
}

.Contact_d .input_in1 .name_z {
  padding-left: 0px;
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid #c9c9c9;
  margin-top: 2vw;
}

.Contact_d .ddd1 {
  display: none;
}

.Contact_d .mess_form .xuqiu {
  margin-top: 2vw;
  padding-top: 10px;
  padding-left: 0;
  height: 45px;
  width: 80%;
  border-radius: 0;
  border: 0;
  border-bottom: 1px solid #c9c9c9;
}

.Contact_d .form_btn {
  margin-top: 2.5vw;
}

.Contact_d .submit_ti {
  padding: 5px 40px;
  background-color: #c00000;
}

.Contact .Contact_left_d1 {
  position: relative;
  margin-bottom: 2.5vw;
}

.Contact .Contact_left_d1:last-child {
  margin-bottom: 0;
}

.Contact .Contact_left_d1 .p1 {
  width: 63%;
  position: absolute;
  top: 50%;
  left: 35%;
  transform: translateY(-50%);
  font-size: 24px;
  line-height: 26px;
  color: #fff;
}

.Contact .Contact_left_d1:last-child .p1 {
  width: 63%;
  position: absolute;
  top: 50%;
  left: 32%;
  transform: translateY(-50%);
  font-size: 18px;
  line-height: 25px;
  color: #fff;
}













.sous{
  display: flex;
  justify-content: space-between;
  margin-left: 4px;
  padding-bottom: 32px;
  border-bottom: 1px solid #e4e4e4;
}
.sousuo{
  width: 21%;
  height: 50px;
  border: 1px solid #e4e4e4;
  border-radius: 50px;
}

.sousuo .txt{
  width: 100%;
  height: 47px;
  border: 0;
  border-radius: 50px;
  padding-left: 21px;
}
.sousuo .btn_sear{
  width:73px;
  background: url(../images/image/sss.png) no-repeat;
  background-position-y: 10px;
  background-position-x: 5px;
  border: 0;
}
.sousuo .form{
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.sousuo .txt::placeholder{
    font-size: 18px;
    color:#c4c4c4;
}


.SEARCH_PU{
  margin: 5.4vw 4.4vw 8vw 4.4vw;
}
.SEARCH_PU_jieguo{
  font-size: 36px;
  margin-bottom: 50px;
}
#pagination{
   font-size: 16px;
}

.SEARCH_PU_li dl{
  display: flex;
  justify-content: space-between;
}
.SEARCH_PU_dd1 {
  font-size: 18px;
  margin-bottom: 20px;
}
.SEARCH_PU_dd2{
  font-size: 18px;
  color: #747474;
}

.SEARCH_PU_li{
  padding: 20px 0;
  border-bottom: 1px solid #e4e4e4;
}

.SEARCH_PU_jieguo_xian{
  width: 100%;
  height: 1px;
  background-color: #e4e4e4;
}


.lastSpin{
    display: none;
}
.nextSpin{
    display: none;
}

.index_Move_mySwiper .pagin{
  width: 5%;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: space-between;
}
.index_Move_mySwiper .pagin .swiper-pagination-bullet{
  width: 6px;
  height: 6px;
}
.index_Move_mySwiper .pagin .swiper-pagination-bullet-active{
  position: relative;
  background-color: #919191 !important;
}
.index_Move_mySwiper .pagin .swiper-pagination-bullet-active::after{
  content: '';
  display: block;
  width: 18px;
    height: 18px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid #919191;
  z-index: -1;
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.3);
}
.index_Move_ul {
  margin-bottom: 2.5vw;
}






.index_Move_x{
    width: 100%;
    height: 1px;
    background: #e4e4e4;
}





/*22222222222222222222222*/


.Product_read22{
  margin: 4vw 0;
}
.Product_read22_h2 .h2{
    font-size: 28px;
    line-height: 47px;
    color: #000;
    text-align: left;
    padding-bottom: 1vw;
    border-bottom: 1px solid #0000001f;
    font-weight: 600;
}
.Product_read22 .Product_read22_pp{
  margin: 1vw 0;
}
.Product_read22 .Product_read22_pp p{
   font-size: 16px;
   color: #aaaaaa;
   margin-bottom: 10px;
}


















.pc_cang {
  display: block !important;
}

.phone_cang {
  display: none !important;
}



















/*  */


@media screen and (min-width: 1400px) and (max-width: 1550px) {
  .jiank p {
    font-size: 16px;
    line-height: 26px;
    color: #444444;
    text-align: justify;
}

  .Contact .Contact_left_d1 .p1 {
    width: 63%;
    position: absolute;
    top: 50%;
    left: 35%;
    transform: translateY(-50%);
    font-size: 20px;
    line-height: 26px;
    color: #fff;
}
.Contact .Contact_left_d1:last-child .p1 {
  width: 64%;
  position: absolute;
  top: 50%;
  left: 32%;
  transform: translateY(-50%);
  font-size: 16px;
  line-height: 20px;
  color: #fff;
}

}


@media screen and (min-width: 1100px) and (max-width: 1400px) {
   .Contact .Contact_left_d1:last-child .p1 {
  width: 64%;
  position: absolute;
  top: 50%;
  left: 32%;
  transform: translateY(-50%);
  font-size: 12px;
  line-height: 20px;
  color: #fff;
}

.Contact .Contact_left_d1 .p1 {
    width: 63%;
    position: absolute;
    top: 50%;
    left: 35%;
    transform: translateY(-50%);
    font-size: 16px;
    line-height: 26px;
    color: #fff;
}




}
















