.turnPage-list {
  width: 710px;
  margin: 50px auto;
  margin-bottom: 70px;
}
.turnPage-list span {
  display: inline;
  margin-right: 6px;
  transition: all .4s;
  padding: 4px 10px;
  color: #888888;
  border: 1px solid #ffffff;
  border-radius: 3px;
}
.turnPage-list .prevPage {
  display: inline;
  margin-right: 6px;
  transition: all .4s;
  padding: 4px 10px;
  color: #888888;
  border: 1px solid #cccccc;
  border-radius: 3px;
}
.turnPage-list a {
  display: inline;
  margin-right: 6px;
  transition: all .4s;
  padding: 4px 10px;
  color: #888888;
  border: 1px solid #cccccc;
  border-radius: 3px;
}
.turnPage-list .cuurent {
  color: #ffffff;
  background: #fc0f3d;
  border: 1px solid #fc0f3d;
  border-radius: 3px;
}
.turnPage-list input {
  width: 54px;
  height: 29px;
  margin: 0 6px;
  text-align: center;
}
.left-nav {
  width: 22%;
}
.left-nav .side-A {
  background: #000;
}
.left-nav .side-A .title-index {
  padding: 29px 0 24px 0;
}
.left-nav .side-A .title-index p {
  font-size: 24px;
  color: #DFDFDF;
}
.left-nav .side-A .title-index h4 {
  font-size: 22px;
  color: #FFF;
}
.left-nav .side-B .leftNav-list .leftNav-item > a {
  position: relative;
  display: block;
  border: 2px solid #dedede;
}
.left-nav .side-B .leftNav-list .leftNav-item > a h4 {
  font-weight: bold;
  color: #666666;
  text-align: center;
  line-height: 62px;
  font-size: 16px;
  font-family: "Microsoft YaHei";
}
.left-nav .side-B .leftNav-list .leftNav-item > a > span {
  position: absolute;
  top: 50%;
  left: 15%;
  transform: translate(-50%, -50%);
  font-size: 22px;
}
.left-nav .side-B .leftNav-list .leftNav-item > a .sp1-icon {
  color: #666666;
}
.left-nav .side-B .leftNav-list .leftNav-item > a .sp2-icon {
  display: none;
  color: #FFF;
}
.left-nav .side-B .leftNav-list .leftNav-item > a .litte-box {
  position: absolute;
  bottom: -8px;
  left: 12%;
  width: 16px;
  height: 16px;
  z-index: 5;
}
.left-nav .side-B .leftNav-list .leftNav-item .subMenu {
  max-height: 0em;
  overflow: hidden;
  border: 2px solid #dedede;
  border-top: none;
  border-bottom: none;
}
.left-nav .side-B .leftNav-list .leftNav-item .subMenu > a {
  position: relative;
  display: block;
  text-align: center;
  line-height: 30px;
  padding: 5px 0;
}
.left-nav .side-B .leftNav-list .leftNav-item .subMenu > a:hover {
  color: #fc0f3d;
}
.left-nav .side-B .leftNav-list .leftNav-item .subMenu > a:before {
  position: absolute;
  left: -6px;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  width: 6px;
  background: #fc0f3d;
  height: 90%;
  transition: all 0.1s;
}
.left-nav .side-B .leftNav-list .leftNav-item .subMenu > a:hover:before {
  transition: all 0.1s;
  left: 0;
  display: block;
}
.left-nav .side-B .leftNav-list .leftNav-item:hover > a {
  background: #fc0f3d;
}
.left-nav .side-B .leftNav-list .leftNav-item:hover > a h4 {
  color: #FFF;
}
.left-nav .side-B .leftNav-list .leftNav-item:hover > a .sp1-icon {
  display: none;
}
.left-nav .side-B .leftNav-list .leftNav-item:hover > a .sp2-icon {
  display: block;
}
.left-nav .side-B .leftNav-list .leftNav-item:hover > a .litte-box {
  background: #fc0f3d;
  transform: rotate(45deg);
}
.left-nav .side-B .leftNav-list .leftNav-item:hover .subMenu {
  max-height: 15em;
  border: 2px solid #dedede;
  border-top: none;
  transition: all 0.8s;
}
.header-top {
  background: #000;
  border-bottom: 2px solid rgba(255, 255, 255, 0.1);
}
.header-top .container {
  padding-top: 25px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
.header-top .container img {
  width: 335px;
  height: 80px;
}
.header-top .container .top-R {
  flex-grow: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.header-top .container .top-R .tel-box span {
  display: inline-block;
  color: #FFF;
  font-size: 22px;
}
.header-top .container .top-R .tel-box span strong {
  font-size: 26px;
}
.header-top .container .top-R .tel-box .iconfont {
  line-height: 35px;
  color: #fc0f3d;
  font-size: 26px;
  padding: 2px 2px 2px 2px;
}
.header-top .container .top-R .nav-box {
  width: 100%;
}
.header-top .container .top-R .nav-box .nav-list {
  float: right;
  display: flex;
}
.header-top .container .top-R .nav-box .nav-list .nav-item {
  padding: 0 40px;
}
.header-top .container .top-R .nav-box .nav-list .nav-item a {
  font-size: 14px;
  display: block;
  color: #FFF;
  padding: 18px 0px;
}
.header-top .container .top-R .nav-box .nav-list .nav-item:last-child {
  padding-right: 0px;
}
.header-top .container .top-R .nav-box .nav-list .nav-item:hover a {
  color: #fc0f3d;
  padding: 18px 0px 15px 0;
  border-bottom: 3px solid #fc0f3d;
}
.header-top .container .top-R .nav-box:after {
  visibility: hidden;
  display: block;
  height: 0;
  font-size: 0;
  content: "";
  clear: both;
}
.footer {
  padding: 19px 0 29px;
  background: #f1f1f1;
}
.footer .foot-top {
  margin: 0 auto;
  display: table;
}
.footer .foot-top span {
  display: inline-block;
  font-size: 12px;
}
.footer .foot-top span i {
  font-style: initial;
}
.footer p {
  width: 100%;
  text-align: center;
}
.footer p a {
  font-size: 12px;
}
.title-index p {
  font-size: 36px;
  font-family: "Arial";
  font-weight: bold;
  color: #9F9E9E;
  text-align: center;
}
.title-index p i {
  text-transform: uppercase;
  color: #fc0f3d;
  font-style: initial;
}
.title-index h4 {
  margin-top: 5px;
  font-size: 24px;
  font-family: "Microsoft YaHei";
  color: #353535;
  font-weight: bold;
  text-align: center;
}
.index-page .header .header-bottom {
  background: linear-gradient(80deg, #fc0f3d, #fc0f3d, #cd0ffc, #cd0ffc);
}
.index-page .header .header-bottom .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 40px 0;
}
.index-page .header .header-bottom .container .side {
  padding: 0 90px;
}
.index-page .header .header-bottom .container .side h6 {
  font-size: 18px;
  font-family: "Microsoft YaHei";
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 100;
}
.index-page .header .header-bottom .container .side-L p {
  font-size: 24px;
  font-family: "Microsoft YaHei";
  color: #ffffff;
  text-transform: uppercase;
}
.index-page .header .header-bottom .container .side-M {
  border-left: 2px solid rgba(255, 255, 255, 0.35);
  border-right: 2px solid rgba(255, 255, 255, 0.35);
}
.index-page .header .header-bottom .container .side-M h6 {
  text-indent: 0.6em;
}
.index-page .header .header-bottom .container .side-M p {
  font-size: 22px;
  font-family: "Microsoft YaHei";
  color: #ffffff;
  text-transform: uppercase;
}
.index-page .header .header-bottom .container .side-M p i {
  font-size: 60px;
  font-family: "Ebrima";
  color: #ffffff;
  font-weight: 500;
}
.index-page .header .header-bottom .container .side-R p {
  font-size: 24px;
  font-family: "Microsoft YaHei";
  color: #ffffff;
  text-transform: uppercase;
}
.index-page .header .header-bottom .container .side-R p i {
  font-size: 70px;
  font-family: "Ebrima";
  color: #ffffff;
}
.index-page .mian-cont {
  padding-bottom: 45px;
  overflow: hidden;
}
.index-page .mian-cont .aboutUs-index {
  position: relative;
}
.index-page .mian-cont .aboutUs-index .vg-01 {
  width: 34%;
  right: 0;
  top: 0;
}
.index-page .mian-cont .aboutUs-index .container {
  padding: 100px 0;
}
.index-page .mian-cont .aboutUs-index .container .abUs-list {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.index-page .mian-cont .aboutUs-index .container .abUs-list .abUs-item {
  margin: 10px 0;
  width: 32%;
  height: 270px;
  overflow: hidden;
}
.index-page .mian-cont .aboutUs-index .container .abUs-list .abUs-item a {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.index-page .mian-cont .aboutUs-index .container .abUs-list .abUs-item a img {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
.index-page .mian-cont .aboutUs-index .container .abUs-list .abUs-item a:hover img {
  transform: scale(1.2);
}
.index-page .mian-cont .aboutUs-index .container .abUs-list .abUs-item:nth-child(4),
.index-page .mian-cont .aboutUs-index .container .abUs-list .abUs-item:nth-child(5) {
  width: 48.9%;
}
.index-page .mian-cont .prod-index {
  position: relative;
}
.index-page .mian-cont .prod-index .vg-02 {
  position: absolute;
  width: 35%;
  left: 0;
  top: -16%;
}
.index-page .mian-cont .prod-index .vg-03 {
  position: absolute;
  width: 30%;
  right: 0;
  top: 33%;
}
.index-page .mian-cont .prod-index .container .prod-list {
  margin-top: 16px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.index-page .mian-cont .prod-index .container .prod-list .prod-item {
  padding: 21px 0;
  font-size: 0;
  width: 31.1%;
}
.index-page .mian-cont .prod-index .container .prod-list .prod-item a {
  width: 100%;
}
.index-page .mian-cont .prod-index .container .prod-list .prod-item a img {
  width: 100%;
  height: 430px;
  border: 1px solid #dedede;
  border-bottom: none;
}
.index-page .mian-cont .prod-index .container .prod-list .prod-item a .pg {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 90px;
  background: #dedede;
}
.index-page .mian-cont .prod-index .container .prod-list .prod-item a .pg .prod-title {
  position: absolute;
  padding: 25px 25px 25px 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.index-page .mian-cont .prod-index .container .prod-list .prod-item a .pg .prod-title h4 {
  flex-grow: 1;
  font-size: 15.416px;
  font-family: "Microsoft YaHei";
  color: #020204;
}
.index-page .mian-cont .prod-index .container .prod-list .prod-item a .pg .prod-title .iconfont {
  width: 28px;
  height: 28px;
  text-align: center;
  border: 1px solid #000;
  border-radius: 2px;
  font-size: 16px;
  padding: 0px 3px 3px 3px;
  box-sizing: border-box;
}
.index-page .mian-cont .prod-index .container .prod-list .prod-item a .pg .bg-shade {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 9px;
  left: -100%;
  top: 0;
  background: linear-gradient(80deg, #fc0f3d, #cd0ffc);
}
.index-page .mian-cont .prod-index .container .prod-list .prod-item a:hover {
  cursor: pointer;
}
.index-page .mian-cont .prod-index .container .prod-list .prod-item a:hover img {
  border-left: 1px solid #fc0f3d;
  border-top: 1px solid #cd0ffc;
  border-right: 1px solid #cd0ffc;
}
.index-page .mian-cont .prod-index .container .prod-list .prod-item a:hover .prod-title h4 {
  color: #FFF;
}
.index-page .mian-cont .prod-index .container .prod-list .prod-item a:hover .prod-title .iconfont {
  color: #FFF;
  border: 1px solid #FFF;
}
.index-page .mian-cont .prod-index .container .prod-list .prod-item a:hover .bg-shade {
  transition: all 1s cubic-bezier(0.61, 1.22, 0.34, -0.35);
  left: 0;
}
.index-page .vg {
  position: absolute;
  z-index: -10;
}
.prodCenter-page {
  padding-bottom: 45px;
  position: relative;
  overflow: hidden;
}
.prodCenter-page .vg-01 {
  position: absolute;
  width: 34%;
  right: 0;
  top: 0;
  z-index: -20;
}
.prodCenter-page .vg-02 {
  position: absolute;
  width: 35%;
  left: 0;
  bottom: -6%;
  z-index: -20;
}
.prodCenter-page .vg-03 {
  position: absolute;
  width: 22%;
  right: -3%;
  /* top: 33%; */
  bottom: -6%;
  z-index: -20;
}
.prodCenter-page .container {
  padding-top: 60px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.prodCenter-page .container .right-mainCont {
  width: 75%;
}
.prodCenter-page .container .right-mainCont .title-page {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 17px;
  border-bottom: 2px solid #C5C5C5;
}
.prodCenter-page .container .right-mainCont .title-page h3 {
  font-size: 22.092px;
  font-family: "Microsoft YaHei";
  color: #3c3c3c;
  font-weight: 600;
}
.prodCenter-page .container .right-mainCont .title-page .iconfont {
  font-size: 17px;
  padding-right: 5px;
  color: #666666;
}
.prodCenter-page .container .right-mainCont .title-page .crumbs {
  font-size: 12px;
  font-family: "Microsoft YaHei";
  color: #666666;
}
.prodCenter-page .container .right-mainCont .prodPho-display .prod-list {
  margin-top: 16px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.prodCenter-page .container .right-mainCont .prodPho-display .prod-list .prod-item {
  padding: 21px 0;
  font-size: 0;
  width: 31.1%;
}
.prodCenter-page .container .right-mainCont .prodPho-display .prod-list .prod-item a {
  width: 100%;
}
.prodCenter-page .container .right-mainCont .prodPho-display .prod-list .prod-item a img {
  width: 100%;
  height: 317px;
  border: 1px solid #dedede;
  border-bottom: none;
}
.prodCenter-page .container .right-mainCont .prodPho-display .prod-list .prod-item a .pg {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 65px;
  background: #dedede;
}
.prodCenter-page .container .right-mainCont .prodPho-display .prod-list .prod-item a .pg .prod-title {
  position: absolute;
  padding: 25px 25px 25px 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.prodCenter-page .container .right-mainCont .prodPho-display .prod-list .prod-item a .pg .prod-title h4 {
  flex-grow: 1;
  font-size: 15.416px;
  font-family: "Microsoft YaHei";
  color: #020204;
}
.prodCenter-page .container .right-mainCont .prodPho-display .prod-list .prod-item a .pg .prod-title .iconfont {
  width: 28px;
  height: 28px;
  text-align: center;
  border: 1px solid #000;
  border-radius: 2px;
  font-size: 16px;
  padding: 0px 3px 3px 3px;
  box-sizing: border-box;
}
.prodCenter-page .container .right-mainCont .prodPho-display .prod-list .prod-item a .pg .bg-shade {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 9px;
  left: -100%;
  top: 0;
  background: linear-gradient(80deg, #fc0f3d, #cd0ffc);
}
.prodCenter-page .container .right-mainCont .prodPho-display .prod-list .prod-item a:hover {
  cursor: pointer;
}
.prodCenter-page .container .right-mainCont .prodPho-display .prod-list .prod-item a:hover img {
  border-left: 1px solid #fc0f3d;
  border-top: 1px solid #cd0ffc;
  border-right: 1px solid #cd0ffc;
}
.prodCenter-page .container .right-mainCont .prodPho-display .prod-list .prod-item a:hover .prod-title h4 {
  color: #FFF;
}
.prodCenter-page .container .right-mainCont .prodPho-display .prod-list .prod-item a:hover .prod-title .iconfont {
  color: #FFF;
  border: 1px solid #FFF;
}
.prodCenter-page .container .right-mainCont .prodPho-display .prod-list .prod-item a:hover .bg-shade {
  transition: all 0.7s;
  left: 0;
}
.aboutUs-page {
  margin-bottom: 45px;
}
.aboutUs-page .container {
  padding-top: 60px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.aboutUs-page .container .right-mainCont {
  width: 75%;
}
.aboutUs-page .container .right-mainCont .title-page {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 17px;
  border-bottom: 2px solid #C5C5C5;
}
.aboutUs-page .container .right-mainCont .title-page h3 {
  font-size: 22.092px;
  font-family: "Microsoft YaHei";
  color: #3c3c3c;
  font-weight: 600;
}
.aboutUs-page .container .right-mainCont .title-page .iconfont {
  font-size: 17px;
  padding-right: 5px;
  color: #666666;
}
.aboutUs-page .container .right-mainCont .title-page .crumbs {
  font-size: 12px;
  font-family: "Microsoft YaHei";
  color: #666666;
}
.aboutUs-page .container .right-mainCont .mainContbox .article-cont {
  padding: 20px 5px;
  /*可能会改*/
}
.aboutUs-page .container .right-mainCont .mainContbox .article-cont article {
  margin-top: 10px;
  font-size: 14px;
  font-family: "Microsoft YaHei";
  color: #666666;
  line-height: 2;
  text-align: justifyLeft;
  text-indent: 0em;
}
.index-page .header {
  position: relative;
}
.index-page .header .header-top {
  width: 100%;
  background: none;
  position: absolute;
  z-index: 99;
}
.index-page .header .banner-box {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.index-page .header .banner-box .banBg {
  font-size: 0;
  width: 100%;
}
.index-page .header .banner-box .banBg .ban01 {
  width: 100%;
}
.index-page .header .banner-box .ban02 {
  width: 15%;
  right: -18%;
  top: 0%;
  z-index: 90;
  animation-name: ban02;
  animation-delay: 1s;
  animation-duration: 1s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
@keyframes ban02 {
  0% {
    right: -18%;
  }
  100% {
    right: 0;
  }
}
.index-page .header .banner-box .ban03 {
  width: 17%;
  left: -17%;
  top: 0;
  z-index: 90;
  animation-name: ban03;
  animation-delay: 1s;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
}
@keyframes ban03 {
  0% {
    left: -17%;
  }
  100% {
    left: 0;
  }
}
.index-page .header .banner-box .ban04 {
  width: 1%;
  left: -5%;
  top: 25%;
  z-index: 90;
  animation-name: ban04;
  animation-delay: 1.2s;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
}
@keyframes ban04 {
  0% {
    width: 0.1%;
    left: -5%;
  }
  100% {
    width: 6%;
    left: 32%;
  }
}
.index-page .header .banner-box .ban05 {
  width: 4%;
  left: -4%;
  top: 22%;
  z-index: 90;
  animation-name: ban05;
  animation-delay: 1.2s;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
}
@keyframes ban05 {
  0% {
    left: -2%;
  }
  100% {
    left: 22%;
  }
}
.index-page .header .banner-box .ban06 {
  width: 8%;
  bottom: -8%;
  right: -8%;
  z-index: 90;
  animation-name: ban06;
  animation-delay: 1.2s;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
}
@keyframes ban06 {
  0% {
    right: 0%;
    bottom: -15%;
  }
  100% {
    right: 15%;
    bottom: -10%;
  }
}
.index-page .header .banner-box .ban07 {
  width: 65%;
  left: -100%;
  top: 63%;
  transform: translate(-50%, -50%);
  z-index: 80;
  animation-name: ban07;
  animation-delay: 2.5s;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
}
@keyframes ban07 {
  0% {
    left: -100%;
  }
  100% {
    left: 50%;
  }
}
.index-page .header .banner-box .ban08 {
  width: 17%;
  left: -40%;
  top: 48%;
  z-index: 80;
  animation-name: ban08;
  animation-delay: 3.5s;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
}
@keyframes ban08 {
  0% {
    left: -40%;
  }
  100% {
    left: 18%;
  }
}
.index-page .header .banner-box .ban09 {
  width: 9%;
  right: -15%;
  top: 32%;
  z-index: 80;
  animation-name: ban09;
  animation-delay: 3.5s;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
}
@keyframes ban09 {
  0% {
    right: -15%;
  }
  100% {
    right: 20.5%;
  }
}
.index-page .header .banner-box .ban010 {
  width: 28%;
  right: -30%;
  top: 33%;
  z-index: 85;
  animation-name: ban010;
  animation-delay: 4.7s;
  animation-duration: 1.6s;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
}
@keyframes ban010 {
  0% {
    right: -30%;
  }
  100% {
    right: 32.5%;
  }
}
.ban0 {
  position: absolute;
  width: 17%;
  left: 50%;
  right: 0%;
  top: 0%;
  top: 0;
  transform: translate(-50%, -50%);
}
.banPho {
  position: absolute;
}
.prodCenter-page .container .right-mainCont .prodPho-display .prod-list:after{
  content: '';
  width: 31.1%;
}
.side-c{
  background: url(../img/lx.jpg);
  background-size:100% 100%; 
  width: 262px;
  height: 457px;
  margin-top: 20px;
  position: relative;
  font-family: "Microsoft YaHei";
  color: #000;
}
.u-t1{
    position: absolute;
    font-size: 30px;
    font-weight: bold;
    color: #999999;
    font-family: arial;
    top: 20px;
    left: 78px;

}
.u-t1 span{
    color: #fc0f3d;
    font-size: 30px;
    font-weight: bold;
}
.u-t2{
    position: absolute;
    font-size: 24px;
    font-weight: bolder;
    background-image:-webkit-linear-gradient(bottom,#fb0f44,#ed19cb); 
    -webkit-background-clip:text; 
    -webkit-text-fill-color:transparent;   
    top: 60px;
    left: 123px;

    

    
}
.u-t3{
    font-size: 16px;
    color: rgb(43, 43, 43);
    line-height: 2.25;
    writing-mode:tb-rl;
    position: absolute;
    top: 147px;
    left: 10px;
}
.u-t4{
 
    font-size: 26px;
    background-image:-webkit-linear-gradient(left,#fb0f44,#ed19cb); 
    -webkit-background-clip:text; 
    -webkit-text-fill-color:transparent;  
    line-height: 1.385;
    text-align: left;
    position: absolute;
    top: 144px;
    left: 50px;
  
}
.u-t5{
  font-size: 26px;
    background-image:-webkit-linear-gradient(left,#fb0f44,#ed19cb); 
    -webkit-background-clip:text; 
    -webkit-text-fill-color:transparent;  
    line-height: 1.385;
    text-align: left;
    position: absolute;
    top: 180px;
    left: 50px;
}
.u-t6{

    font-size: 16px;
 
    line-height: 2.25;
    text-align: left;
    position: absolute;

    top: 233px;
    left: 58px;

}
.u-t7{
  
    font-size: 16px;

    line-height: 2.25;
    text-align: left;
    position: absolute;
    top: 282px;
    left: 58px;

  
}
.u-t8{
  position: absolute;
  top: 335px;
  left: 26px;
}
.u-t8 p{
  margin-bottom: 10px;
}
.u-t8 p span{
  color: red;
}