.w1400 {
  width: 1400px;
  margin: auto;
}
.w700 {
  width: 700px;
}
/* 头部 start */
.nav-head {
  background: #333333;
}
.nav-head .nav-head-con {
  height: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.nav-head .nav-head-con p {
  font-size: 14px;
  color: #f5f5f5;
}
.nav-head .nav-head-con .head-search {
  display: flex;
  align-items: center;
}
.nav-head .nav-head-con .head-search form {
  display: flex;
  justify-content: space-between;
  width: 260px;
  height: 30px;
  padding: 0 15px;
  border-radius: 15px;
  margin-right: 20px;
  background: #eff3f7;
}
.nav-head .nav-head-con .head-search form input {
  flex: 1;
  height: 30px;
  font-size: 14px;
  color: #999999;
}
.nav-head .nav-head-con .head-search form button {
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  outline: none;
}
.nav-head .nav-head-con .head-search form button .icon {
  width: 18px;
  height: 18px;
  fill: currentColor;
  overflow: hidden;
  color: #333;
}
.nav-head .nav-head-con .head-search a {
  display: flex;
  margin-left: 12px;
  align-items: center;
  font-size: 16px;
  font-weight: bold;
  color: #999999;
}
.nav-head .nav-head-con .head-search a.on,.nav-head .nav-head-con .head-search a:hover{
  color: #f58220;
}
.nav-head .nav-head-con .head-search a .icon {
  width: 24px;
  height: 24px;
  fill: currentColor;
  overflow: hidden;
  color: #333;
}
header {
  padding: 14px 0;
}
header .header-brand {
  display: flex;
  justify-content: center;
  align-items: center;
}
header .header-brand .logo a {
  display: flex;
  align-items: center;
}
header .header-brand .logo img {
  width: 100px;
}
header .header-brand .logo div {
  margin-left: 20px;
}
header .header-brand .logo div h3 {
  font-size: 22px;
  color: #011b3e;
  margin-bottom: 6px;
  padding-bottom: 6px;
  border-bottom: 1px #ce131a solid;
}
header .header-brand .logo div p {
  font-size: 18px;
  color: #011b3e;
}
header .header-brand ul {
  flex: 1;
  display: flex;
  justify-content: flex-end;
}
header .header-brand ul li {
  margin-left: 0.44rem;
}
header .header-brand ul li a {
  font-size: 18px;
  color: #333333;
}
header .header-brand ul li:hover a,
header .header-brand ul li.active a {
  color: #f78820;
}
/* 头部 end */
/* banner start */
.home-banner {
  position: relative;
}
.home-banner img {
  width: 100%;
  display: block;
}
.home-banner .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #fff;
  opacity: 1;
}
.home-banner .swiper-pagination-bullet-active {
  background: #f3914b;
}
/* banner end */
/* 通用样式 start */
.ho-h2 {
  font-size: 36px;
  color: #01aef0;
  text-align: center;
  margin-bottom: 10px;
}
.ho-p {
  font-size: 24px;
  color: #999;
  text-align: center;
  text-transform: uppercase;
}
.nav {
  margin-top: 36px;
  display: flex;
  justify-content: center;
}
.nav li {
  margin: 0 14px;
}
.nav li a,.nav li span {
  font-size: 16px;
  color: #666;
  padding: 4px 0;
  position: relative;
}
.nav li span{
  color: #f58220;
}
.nav li a::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  transition: width 0.5s;
  background: #f58220;
}
.nav li:hover a {
  color: #f58220;
}
.nav li:hover a::before {
  width: 100%;
}
.prev {
  position: absolute;
  left: -50px;
  top: calc(50% - 88px);
  width: 36px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  outline: none;
}
.prev .icon {
  width: 20px;
  height: 20px;
  fill: currentColor;
  overflow: hidden;
  color: #333;
}
.prev:hover .icon {
  color: #f58220;
}
.nexts {
  position: absolute;
  right: -50px;
  top: calc(50% - 88px);
  width: 36px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  outline: none;
}
.nexts .icon {
  width: 20px;
  height: 20px;
  fill: currentColor;
  overflow: hidden;
  color: #333;
}
.nexts:hover .icon {
  color: #f58220;
}
/* 通用样式 end */
/* 产品中心 start */
.home-product {
  padding: 48px 0 30px;
  background: url(../images/i-pro-bg.jpg);
  background-size: cover;
}
.home-product .product-swiper {
  margin-top: 40px;
}
.home-product .ho-pro-item {
  position: relative;
  margin-top: 46px;
}
.home-product .ho-pro-item .swiper-container2 {
  padding-bottom: 70px;
}
.home-product .ho-pro-item li a {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.home-product .ho-pro-item li .i {
  transition: 0.5s;
  height: 300px;
  margin-bottom: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
}
.home-product .ho-pro-item li .i img {
  max-width: 96%;
  max-height: 96%;
}
.home-product .ho-pro-item li h3 {
  font-size: 16px;
  color: #666666;
  text-align: center;
}
.home-product .ho-pro-item li:hover .i {
  z-index: 2;
  -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.home-product .ho-pro-item li:hover h3 {
  color: #f58220;
}
.home-product .ho-pro-item .swiper-pagination-bullet {
  background: #fff;
  opacity: 1;
}
.home-product .ho-pro-item .swiper-pagination-bullet-active {
  background: #f3914b;
}
/* 产品中心 end */
/* 缝纫附件 start*/
.home-sewing {
  padding: 50px 0 30px;
  background: #e6eff4;
}
.home-sewing .ho-sew-item {
  position: relative;
  margin-top: 46px;
}
.home-sewing .ho-sew-item .swiper-container3 {
  padding-bottom: 70px;
}
.home-sewing .ho-sew-item li a {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.home-sewing .ho-sew-item li .i {
  transition: 0.5s;
  height: 226px;
  margin-bottom: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
}
.home-sewing .ho-sew-item li .i img {
  max-width: 96%;
  max-height: 96%;
}
.home-sewing .ho-sew-item li h3 {
  font-size: 16px;
  color: #666666;
  text-align: center;
}
.home-sewing .ho-sew-item li:hover .i {
  z-index: 2;
  -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.home-sewing .ho-sew-item li:hover h3 {
  color: #f58220;
}
.home-sewing .ho-sew-item .swiper-pagination-bullet {
  background: #fff;
  opacity: 1;
}
.home-sewing .ho-sew-item .swiper-pagination-bullet-active {
  background: #f3914b;
}
.home-sewing .ho-sew-item .nexts,
.home-sewing .ho-sew-item .prev {
  top: calc(50% - 60px);
}
/* 缝纫附件 end*/
/* 关于我们 start */
.home-about {
  padding: 90px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.home-about .left {
  width: 50%;
  display: flex;
  justify-content: flex-end;
}
.home-about .left .content {
  padding-right: 0.9rem;
  box-sizing: border-box;
}
.home-about .left .content h2 {
  text-align: left;
}
.home-about .left .content > p {
  text-align: left;
}
.home-about .left .content div {
  margin: 0.36rem 0;
  font-size: 16px;
  color: #666;
  line-height: 30px;
}
.home-about .left .content div p {
  font-size: 16px;
  color: #666;
  line-height: 30px;
  text-indent: 2em;
}
.home-about .left .content ul {
  display: flex;
  justify-content: space-between;
}
.home-about .left .content ul li h3 {
  font-size: 36px;
  color: #f58220;
  font-weight: bold;
}
.home-about .left .content ul li b{
  font-size: 36px;
  color: #f58220;
  font-weight: bold;
}
.home-about .left .content ul li h3 i {
  font-size: 14px;
  color: #666;
}
.home-about .left .content ul li h3 span {
  font-size: 36px;
  color: #f58220;
}
.home-about .left .content ul li p {
  margin-top: 8px;
  font-size: 16px;
  color: #999;
}
.home-about .left .content a {
  width: 180px;
  height: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 21px;
  font-size: 16px;
  color: #f3f3f3;
  margin-top: 0.48rem;
  background: #01aef0;
}
.home-about .left .content a:hover {
  color: rgba(255, 255, 255, 0.8);
}
.home-about .right {
  width: 50%;
}
.home-about .right img {
  width: 100%;
  display: block;
}
/* 关于我们 end */
/* 我们的服务 start */
.home-service {
  padding: 66px 0 90px;
  background: url(../images/i-service-bg.jpg);
  background-size: cover;
}
.home-service .ho-h2,
.home-service .ho-p{
  color: #fff;
}
.home-service ul {
  margin-top: 56px;
  display: flex;
  justify-content: space-between;
}
.home-service ul li {
  padding: 20px 0;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.home-service ul li span {
  width: 124px;
  height: 124px;
  border-radius: 50%;
  border: 2px #fff solid;
  display: flex;
  justify-content: center;
  align-items: center;
}
.home-service ul li span img {
  max-width: 70%;
  max-height: 70%;
}
.home-service ul li h4 {
  font-size: 18px;
  color: #fff;
  margin: 30px 0 16px;
  font-weight: bold;
}
.home-service ul li p {
  width: 260px;
  font-size: 16px;
  color: #fff;
  line-height: 24px;
  text-align: center;
}
.home-service ul i {
  width: 2px;
  background: rgba(255, 255, 255, 0.1);
  z-index: 2;
}
/* 我们的服务 end */
/* 全球服务网络 start */
.home-net {
  padding: 70px;
  background: #f7f7f7;
}
.home-net p {
  font-size: 18px;
  color: #666666;
  text-align: center;
  margin-top: 20px;
}
.home-net .i-map {
  width: 100%;
  margin-top: 70px;
  position: relative;
}
.home-net .i-map img {
  width: 100%;
  display: block;
}
.home-net .i-map i {
  position: absolute;
  width: 10px;
  height: 10px;
  background: #01aef0;
  border-radius: 50%;
}
.home-net .i-map i::after {
  content: '';
  position: absolute;
  width: 16px;
  height: 16px;
  box-shadow: inset #01aef0 0 0 5px;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  margin-left: -8px;
  margin-top: -8px;
  opacity: 0;
  animation: warn 2s ease-out 0.1s infinite;
}
.home-net .i-map i::before{
  position: absolute;
  color: #666;
  font-size: 12px;
  text-align: center;
  width: 60px;
  left: -26px;
  bottom:140%;
}

.home-net .i-map i p{
  color: #666;
  font-size: 12px;
}
.home-net .i-map .dot1 {
  left: 43%;
  top: 63%;
}
.home-net .i-map .dot1::before{
  content: '柬埔寨';
}
.home-net .i-map .dot1::after {
  animation: warn 4s ease-out 0.1s infinite;
}
.home-net .i-map .dot2 {
  left: 40%;
  top: 64%;
}
.home-net .i-map .dot2::before{
  content: '斯里兰卡';
}
.home-net .i-map .dot2::after {
  animation: warn 3s ease-out 0.1s infinite;
}
.home-net .i-map .dot3 {
  left: 47%;
  top: 64%;
}
.home-net .i-map .dot3::before{
  content: '越南';
}
.home-net .i-map .dot3::after {
  animation: warn 4s ease-out 0.1s infinite;
}
.home-net .i-map .dot4 {
  left: 50%;
  top: 67%;
}
.home-net .i-map .dot4::before{
  content: '印度尼西亚';
}
.home-net .i-map .dot4::after {
  animation: warn 3s ease-out 0.1s infinite;
}
.home-net .i-map .dot5 {
  left: 40%;
  top: 56%;
}
.home-net .i-map .dot5::before{
  content: '泰国';
}
.home-net .i-map .dot6 {
  left: 38%;
  top: 52%;
}
.home-net .i-map .dot6::before{
  content: '缅甸';
}
.home-net .i-map .dot7 {
  left: 36%;
  top: 50%;
}
.home-net .i-map .dot7::before{
  content: '孟加拉';
}
.home-net .i-map .dot7::after {
  animation: warn 3s ease-out 0.1s infinite;
}
.home-net .i-map .dot8 {
  left: 34%;
  top: 53%;
}
.home-net .i-map .dot8::before{
  content: '印度';
}
.home-net .i-map .dot9 {
  left: 32%;
  top: 50%;
}
.home-net .i-map .dot9::before{
  content: '巴基斯坦';
}
/* .home-net .i-map .dot10 {
  left: 28%;
  top: 48%;
}
.home-net .i-map .dot10::before{
  content: '泰国';
} */
.home-net .i-map .dot11 {
  left: 23%;
  top: 51%;
}
.home-net .i-map .dot11::before{
  content: '埃及';
}
.home-net .i-map .dot11::after {
  animation: warn 3s ease-out 0.1s infinite;
}
.home-net .i-map .dot12 {
  left: 21%;
  top: 76%;
}
.home-net .i-map .dot12::before{
  content: '非洲';
}
.home-net .i-map .dot13 {
  left: 26%;
  top: 76%;
}
.home-net .i-map .dot13::before{
  content: '马达加斯加';
}
.home-net .i-map .dot14 {
  left: 34%;
  top: 43%;
}
.home-net .i-map .dot14::before{
  content: '阿富汗';
}
.home-net .i-map .dot14::after {
  animation: warn 3s ease-out 0.1s infinite;
}
@keyframes warn {
  0% {
    opacity: 0;
    transform: scale(0.1);
  }
  5% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: scale(3);
  }
}
/* 全球服务网络 end */
/* 新闻中心 start */
.home-news {
  padding: 65px 0 58px;
}
.home-news .line{
  position: relative;
}
.home-news .line::before{
  content: '';
  position: absolute;
  top: 0;
  bottom: 34px;
  left: calc(50% - 8px);
  width: 15px;
  background: url(../images/news-line.png);
  background-size: cover;
}
.home-news ul {
  margin: 40px 0 16px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}
.home-news ul li {
  box-sizing: border-box;
  width: 48%;
  border: 1px #dadada solid;
  margin-bottom: 34px;
}
.home-news ul li a {
  padding: 36px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.home-news ul li .t {
  padding-right: 0.7rem;
  width: 50%;
}
.home-news ul li .t p {
  font-size: 16px;
  color: #a2a2a2;
}
.home-news ul li .t h3 {
  font-size: 20px;
  color: #333;
  line-height: 36px;
  margin: 0.2rem 0;
}
.home-news ul li .t span {
  font-size: 14px;
  color: #666;
}
.home-news ul li .i {
  width: 50%;
  height: 200px;
  position: relative;
  overflow: hidden;
}
.home-news ul li .i img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  min-width: auto;
  min-height: auto;
  width: 100%;
  height: 100%;
  transform: none;
  transition: transform 0.5s ease;
  object-fit: cover;
  max-height: 100%;
}
.home-news ul li:hover span {
  color: #01aef0;
}
.home-news ul li:hover{
  border: 1px #01aef0 solid;
}
.home-news .more {
  width: 176px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  font-size: 20px;
  color: #fff;
  border-radius: 22px;
  background: #01aef0;
}
.home-news .more:hover {
  color: rgba(255, 255, 255, 0.8);
}
/* 新闻中心 end */
/* 底部 start */
footer {
  padding-top: 70px;
  background: #2d3238;
}
footer .content {
  padding-bottom: 80px;
  display: flex;
  justify-content: space-between;
}
footer .content .info h3 {
  font-size: 18px;
  color: #fff;
  margin-bottom: 6px;
}
footer .content .info p {
  font-size: 16px;
  color: #fff;
  margin-top: 6px;
}
footer .content .info span {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
}
footer .content .info div {
  margin: 16px 0;
}
footer .content .info ul {
  display: flex;
}
footer .content .info ul li {
  margin-right: 40px;
}
footer .content .info ul li:last-child {
  margin-right: 0;
}
footer .content .code {
  flex: 1;
  display: flex;
  align-items: center;
  flex-direction: column;
}
footer .content .code img {
  width: 132px;
  height: 132px;
}
footer .content .code p {
  margin-top: 10px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
  text-align: center;
}
footer .content .foot-nav {
  width: 300px;
  flex-direction: column;
  display: flex;
  align-items: flex-end;
}
footer .content .foot-nav ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
footer .content .foot-nav ul li {
  width: 33.33%;
  margin-bottom: 16px;
  text-align: right;
}
footer .content .foot-nav ul li a {
  font-size: 16px;
  color: #fff;
}
footer .content .foot-nav ul li a:hover {
  color: rgba(255, 255, 255, 0.8);
}
footer .content .foot-nav > a {
  margin-top: 30px;
  width: 158px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  color: #fff;
  border-radius: 18px;
  background: #01aef0;
}
footer .content .foot-nav > a:hover {
  color: rgba(255, 255, 255, 0.8);
}
footer .copyright {
  border-top: 1px #5b5f64 solid;
  padding: 16px 0 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
footer .copyright div {
  display: flex;
}
footer .copyright p {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
}
footer .copyright a {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
  margin-left: 10px;
}
footer .copyright a:hover {
  color: rgba(255, 255, 255, 0.8);
}

.qqkefu{
  position: fixed;
  bottom: 200px;
  z-index: 9999;
  right: 0;
  width: 50px;
}
.qqkefu ul li{
  margin: 4px 0;
  background: rgba(153, 153, 153, 0.8);
  position: relative;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.qqkefu ul li:hover{
  background: #01aef0;
}
.qqkefu ul li .icon{
    width: 24px;
    height: 24px;
    fill: currentColor;
    overflow: hidden;
    color: #fff;
}
.qqkefu ul li a{
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: #01aef0;
  color: #fff;
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
}
.qqkefu ul li .ewm{
  position: absolute;
  right: 110%;
  bottom: 0;
  width: 130px;
  height: 80px;
  background: rgba(153, 153, 153, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 16px;
  line-height: 26px;
  opacity: 0;
  transition: .5s;
}
.qqkefu ul li .f_code{
  position: absolute;
  right: 110%;
  bottom: 0;
  width: 100px;
  height: 100px;
  opacity: 0;
  transition: .5s;
}

.qqkefu ul li:hover .f_code,
.qqkefu ul li:hover .ewm,
.qqkefu ul li:hover a{
  opacity: 1;
}
.qqkefu ul li .f_code img{
  width: 100%;
  height: 100%;
}


.s_iframe {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, .2);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
  display: none;
  overflow: hidden;
}

.s_iframe .if-head {
  background: #fff;
  width: 350px;
  border: 1px #666 solid;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  height: 0;
  opacity: 0;
}

.s_iframe .if-head #if-close {
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 40px;
  background: #333;
  cursor: pointer;
  border-radius: 0 0 0 40px;
  display: flex;
}

.s_iframe .if-head #if-close .icon {
  width: 14px;
  height: 14px;
  fill: currentColor;
  overflow: hidden;
  color: #fff;
  margin-top: 8px;
  margin-left: 16px;
  transition: .6s;
}

.s_iframe .if-head #if-close:hover .icon {
  transform: rotate(180deg);
}

.s_iframe .if-head h3 {
  padding-top: 30px;
  display: flex;
  color: #333;
  font-size: 24px;
  font-weight: bold;
}

.s_iframe .if-head h2 {
  color: #333;
  font-size: 30px;
  font-weight: bold;
}

.s_iframe .if-head form {
  width: 90%;
  margin-top: 20px;
}

.s_iframe .if-head form div {
  display: flex;
  margin: 10px 0;
}

.s_iframe .if-head form label {
  color: #333;
  font-size: 16px;
  display: flex;
  line-height: 46px;
}

.s_iframe .if-head form label i {
  color: red;
  font-size: 12px;
  padding: 0 10px;
  width: 12px;
  line-height: 46px;
}

.s_iframe .if-head form input {
  flex: 1;
  height: 46px;
  line-height: 46px;
  padding: 0 6px;
  box-sizing: border-box;
  color: #999;
  font-size: 14px;
  border: 1px #ccc solid;
}

.s_iframe .if-head form textarea{
  height: 80px;
  padding: 0 6px;
  box-sizing: border-box;
  color: #999;
  font-size: 14px;
  border: 1px #ccc solid;
  flex: 1;
  resize: none;
  overflow: hidden;
}

.s_iframe input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #999;
  font-family: "微软雅黑";
}
.s_iframe input::-moz-placeholder { /* Firefox 19+ */
  color: #999;
  font-family: "微软雅黑";
}
.s_iframe input:-ms-input-placeholder { /* IE 10+ */
  color: #999;
  font-family: "微软雅黑";
}
.s_iframe input:-moz-placeholder { /* Firefox 18- */
  color: #999;
  font-family: "微软雅黑";
}

.s_iframe textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #999;
  font-family: "微软雅黑";
}
.s_iframe textarea::-moz-placeholder { /* Firefox 19+ */
  color: #999;
  font-family: "微软雅黑";
}
.s_iframe textarea:-ms-input-placeholder { /* IE 10+ */
  color: #999;
  font-family: "微软雅黑";
}
.s_iframe textarea:-moz-placeholder { /* Firefox 18- */
  color: #999;
  font-family: "微软雅黑";
}

.s_iframe .if-head form .btn1 {
  width: 100%;
  height: 46px;
  background: #01aef0;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  cursor: pointer;
}

.s_iframe .if-head p {
  text-align: center;
  font-weight: #999;
  font-size: 14px;
  margin-top: 10px;
}


/* 底部 end */
@media screen and (max-width: 1480px) {
  .w1400 {
    width: 90%;
  }
  .w700 {
    width: 90%;
  }
}
