* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: 'Montserrat', sans-serif;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  scroll-behavior: smooth;
}

.btn {
  background: #EEEEEE;
  padding: 15px 48px;
  border: none;
  font-weight: 500;
  border-radius: 10px;
  cursor: pointer;
}

.btn-check {
  color: #fff;
  background-color: #151930;
  margin-top: 30.1px;
  padding: 18px 25px;
}

p {
  color: #1D1D1D;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  margin: 25px 0 0;
}

a {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 48px;
}

.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 30px 133px;
}

.nav a h2 {
  color: #262C55;
}

.nav .nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
}

.nav .nav-list li {
  padding: 19px;
  font-size: 13.3px;
  color: #262C55;
  font-weight: 600;
  cursor: pointer;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

.nav .nav-list .li:hover {
  color: #2196F3;
}

.nav .btn {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.nav .btn:hover {
  background: #161a35;
  color: #ffff;
}

.dropdown {
  -webkit-transition: 1s;
  transition: 1s;
}

.dropdown li:hover {
  color: #262C55;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #fff;
  min-width: 299px;
  -webkit-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.4);
  z-index: 0;
  border-radius: 10px;
  padding: 18px 0px 5px 0px;
}

.dropdown-content .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 6px 20px 30px 20px;
}

.dropdown-content .content i {
  line-height: 40px;
  padding-right: 9.3px;
}

.dropdown-content .content li {
  padding: 2px;
  font-size: 13.5px;
  color: #262C55;
  font-weight: 700;
  cursor: pointer;
}

.dropdown-content .content small {
  padding: 2px;
  font-size: 11.9px;
  color: #10121f;
  font-weight: 500;
  cursor: pointer;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.sell {
  padding: 20px 133px;
}

.sell .sell-h1 {
  line-height: 67px;
  font-size: 116px;
  font-family: 'Sorts Mill Goudy', serif;
  margin: 45px 0px 46px 0px;
}

.sell .sell-h1 span {
  color: #FB9129;
  font-family: 'Sorts Mill Goudy', serif;
}

.sell .div-p {
  width: 52%;
}

.sell .div-p .sell-p {
  margin: 0 0 46px;
}

.sell .btn-c {
  background-color: #161a35;
  color: #fff;
  margin-right: 18px;
  padding: 24px 28px;
  font-weight: 600;
}

.sell .btn-cc {
  padding: 24px 28px;
  font-weight: 600;
}

.pic {
  padding: 0 0 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.pic .img1 {
  display: block;
  width: 100%;
  margin-right: 70px;
  -webkit-transform: translateY(89px);
          transform: translateY(89px);
}

.pic .img1 img {
  width: 750px;
  height: 700px;
}

.pic .img1 h3 {
  bottom: 8.4rem;
  right: 2rem;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 2.9rem;
  position: absolute;
}

.pic .img2 {
  overflow: hidden;
  display: block;
  width: 100%;
  -webkit-transform: translateY(-90px);
          transform: translateY(-90px);
}

.pic .img2 img {
  height: 550px;
  -webkit-transform: scale(1.3, 1.3);
          transform: scale(1.3, 1.3);
  margin-bottom: 74px;
}

.pic .img2 h3 {
  bottom: 12.7rem;
  left: 2rem;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 2.9rem;
  position: absolute;
}

.pic .img2 p {
  color: #1D1D1D;
  margin: 74px 0 0;
}

.business {
  padding-top: 10px;
}

.business .bus-p {
  font-weight: 500;
  font-size: 20px;
}

.business .bus-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 40px;
}

.business .bus-img img:nth-child(1) {
  width: 90px;
}

.business .bus-img img:nth-child(5) {
  width: 105px;
}

.business .bus-img img:nth-child(1) {
  width: 90px;
}

.business .bus-img img:nth-child(1) {
  width: 90px;
}

.business .bus-img img:nth-child(1) {
  width: 90px;
}

.business .bus-img img:nth-child(1) {
  width: 90px;
}

.big-text {
  margin-top: 200px;
}

.big-text h1 {
  line-height: 80px;
  font-size: 100px;
  font-family: 'Sorts Mill Goudy', serif;
  margin: 0px 0px 30px;
}

.big-text span {
  color: #FB9129;
  font-family: 'Sorts Mill Goudy', serif;
}

.checkout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 133px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.checkout .check1 .h2-check {
  font-size: 1.4rem;
  font-weight: 600;
}

.checkout .check1 .btn-check {
  color: #fff;
  background-color: #151930;
  margin-top: 30px;
  padding: 18px 25px;
}

.checkout .check2 {
  height: auto;
  max-height: 65rem;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-filter: drop-shadow(0 4px 20px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(0 4px 20px rgba(0, 0, 0, 0.2));
}

.checkout .check-text .check-text1 {
  padding: 0 0 100px;
}

.checkout .check-text p {
  padding: 0 0 20px;
}

.checkout .check-text a {
  font-weight: 600;
  font-size: 14px;
  color: #fb4e20;
  padding-right: 8px;
}

.build {
  margin-top: 160px;
  padding-bottom: 95px;
  padding-top: 160px;
  background-color: #f8fafd;
}

.build h1 {
  color: #1D1D1D;
  line-height: 90px;
  font-size: 90px;
  font-weight: 900;
  font-family: 'Sorts Mill Goudy', serif;
  margin: 0px 0px 30px;
}

.build h1 span {
  color: #35a162;
  line-height: 90px;
  font-size: 90px;
  font-weight: 900;
  font-family: 'Sorts Mill Goudy', serif;
  margin: 0px 0px 30px;
}

.store {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0px 235px;
  background-color: #f8fafd;
}

.store .store-img {
  -webkit-transform: translate(23%, -2.1%);
          transform: translate(23%, -2.1%);
}

.store .store-img img {
  width: 584px;
}

.store .store-items {
  padding-top: 80px;
}

.platform {
  padding: 0px 133px;
  background-color: #f8fafd;
}

.platform .platform-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.platform .platform-items .platform-img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: translateY(-15%);
          transform: translateY(-15%);
}

.platform .platform-items .platform-img img {
  width: 630px;
  height: 700px;
}

.platform .platform-items .platform-text {
  padding: 80px;
}

.platform .platform-items .platform-text .platform-text1 {
  padding: 0 0 90px;
}

.platform .platform-items .platform-text .platform-text1 h2 {
  font-size: 1.4rem;
  font-weight: 600;
}

.platform .platform-items .platform-text .platform-text1 p {
  padding: 0 0 16px;
}

.platform .platform-items .platform-text .platform-text1 a {
  font-weight: 600;
  font-size: 14px;
  color: #fb4e20;
  padding-right: 8px;
}

.para {
  background: #f8fafd;
}

.para p {
  font-size: 68.5px;
  line-height: 105px;
}

.para p span {
  color: #35a162;
}

.para button {
  margin-top: 60px;
  padding: 28px 32px;
  font-size: 16px;
}

.footer {
  margin-top: 200px;
}

.footer .footer-lists {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto auto auto auto auto;
      grid-template-columns: auto auto auto auto auto;
  grid-gap: 70px;
  padding: 10px;
}

.footer .footer-lists .list .p {
  display: none;
}

.footer .footer-lists .list .p2 {
  display: none;
}

.footer .footer-lists .list .p3 {
  display: none;
}

.footer .footer-lists .list .p4 {
  display: none;
}

.footer .footer-lists .list .p5 {
  display: none;
}

.footer .footer-lists .list h4 {
  color: #1D1D1D;
  padding: 0 0 13px;
  font-size: 16.5px;
  font-weight: 600;
}

.footer .footer-lists .list ul {
  list-style-type: none;
  cursor: pointer;
}

.footer .footer-lists .list li {
  font-size: 14px;
  line-height: 24px;
  color: #1D1D1D;
  font-weight: 400;
  line-height: 2.9rem;
  text-decoration: none;
  -webkit-transition: color .3s ease;
  transition: color .3s ease;
  word-wrap: break-word;
  max-width: 100%;
}

.footer .footer-lists .list li:hover {
  color: #2196F3;
}

.footer hr {
  margin: 40px 0;
  border: none;
  border-radius: 10px;
  height: 0.1px;
  background: #eeeded;
}

.footer .con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer .con .flag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1px;
}

.footer .con .flag img {
  background: #fff;
  border: none;
  border-radius: 50%;
  height: 1.3rem;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
  width: 1.3rem;
  cursor: pointer;
}

.footer .con .flag p {
  font-size: 14px;
  padding-left: 9px;
  color: #1D1D1D;
  font-weight: 400;
  line-height: 24px;
  margin: 0;
  -webkit-transition: color .3s ease;
  transition: color .3s ease;
  cursor: pointer;
}

.footer .con .flag p:hover {
  color: #2196F3;
}

.footer .con .list {
  display: inline-block;
  cursor: pointer;
}

.footer .con .list ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer .con .list ul li {
  margin: 0px 24px 0px 0px;
  font-size: 14.8px;
  color: #1D1D1D;
  -webkit-transition: color .3s ease;
  transition: color .3s ease;
}

.footer .con .list ul li:hover {
  color: #2196F3;
}

.p666 {
  display: none;
}

.modal {
  display: none;
}

.toggle {
  position: absolute;
  display: none;
  top: 0;
  right: 0;
  padding: 20px;
}

.toggle .menu {
  display: none;
}

.toggle .close-menu {
  display: none;
}

@media only screen and (max-width: 700px) {
  * {
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    scroll-behavior: smooth;
  }
  .btn {
    background: #eeeeee;
    padding: 15px 50px;
    border: none;
    font-weight: 500;
    border-radius: 10px;
    cursor: pointer;
  }
  .btn-check {
    color: #fff;
    background-color: #151930;
    margin-top: 30px;
    padding: 18px 25px;
  }
  p {
    color: #1d1d1d;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    margin: 25px 0 0;
  }
  a {
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 48px;
  }
  .nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 13px 7px;
  }
  .nav a h2 {
    color: #262c55;
    font-size: 20px;
  }
  .nav .nav-list {
    display: none;
    list-style: none;
  }
  .nav .nav-list li {
    padding: 19px;
    font-size: 13.3px;
    color: #262c55;
    font-weight: 600;
  }
  .nav .btn {
    display: none;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .sell {
    padding-top: 72px;
    padding-bottom: 5px;
    padding-left: 13px;
    padding-right: 13px;
  }
  .sell .sell-h1 {
    line-height: 23px;
    font-size: 56px;
    font-family: 'Sorts Mill Goudy', serif;
    margin: 0px 0px 46px 0px;
  }
  .sell .sell-h1 span {
    color: #fb9129;
    font-family: 'Sorts Mill Goudy', serif;
  }
  .sell .div-p {
    width: 100%;
  }
  .sell .div-p .sell-p {
    margin: 0 0 46px;
  }
  .sell div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .sell .btn-c {
    background-color: #161a35;
    color: #fff;
    margin-right: 18px;
    padding: 0px 14px;
    font-weight: 600;
  }
  .sell .btn-cc {
    padding: 20px 28px;
    font-weight: 600;
  }
  .pic {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    overflow: hidden;
  }
  .pic .img1 {
    display: block;
    width: 100%;
  }
  .pic .img1 img {
    width: 124.6%;
    height: 100%;
  }
  .pic .img1 h3 {
    visibility: hidden;
  }
  .pic .img2 {
    display: block;
    -webkit-transform: translateY(14rem);
            transform: translateY(14rem);
  }
  .pic .img2 img {
    height: 49%;
    width: 100%;
    margin-bottom: 74px;
  }
  .pic .img2 h3 {
    visibility: hidden;
  }
  .pic .img2 p {
    -webkit-transform: translateY(-60rem);
            transform: translateY(-60rem);
    z-index: 1;
  }
  .business {
    padding-top: 0px;
  }
  .business .bus-p {
    margin-bottom: 1px;
    font-weight: 500;
    font-size: 20px;
  }
  .business .bus-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .business .bus-img img:nth-child(1) {
    width: 93px;
    padding: 20px 6px;
  }
  .business .bus-img img:nth-child(2) {
    width: 90px;
    padding: 20px 6px;
  }
  .business .bus-img img:nth-child(3) {
    width: 93px;
    padding: 20px 6px;
  }
  .business .bus-img img:nth-child(4) {
    width: 117px;
    padding: 20px 6px;
  }
  .business .bus-img img:nth-child(5) {
    width: 93px;
    padding: 20px 6px;
  }
  .business .bus-img img:nth-child(6) {
    width: 93px;
    padding: 20px 6px;
  }
  .big-text {
    margin-top: 63px;
  }
  .big-text h1 {
    display: inline;
    word-spacing: 15px;
    line-height: 36px;
    font-size: 40px;
    font-family: 'Sorts Mill Goudy', serif;
    margin: 0px 0px 30px;
  }
  .big-text span {
    color: #fb9129;
    font-family: 'Sorts Mill Goudy', serif;
  }
  .checkout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 48px 17px;
  }
  .checkout .check1 .h2-check {
    font-size: 1.2rem;
    font-weight: 600;
  }
  .checkout .check1 .btn-check {
    color: #fff;
    background-color: #151930;
    margin: 30px 0;
    padding: 18px 25px;
  }
  .checkout .check2 {
    margin: 40px 0;
    height: auto;
    max-width: 5rem;
    -o-object-fit: contain;
    object-fit: contain;
    -webkit-filter: drop-shadow(0 4px 20px rgba(0, 0, 0, 0.2));
            filter: drop-shadow(0 4px 20px rgba(0, 0, 0, 0.2));
  }
  .checkout .check-text .check-text1 {
    padding: 50px 0;
  }
  .checkout .check-text p {
    padding: 0 0 20px;
  }
  .checkout .check-text a {
    font-weight: 600;
    font-size: 14px;
    color: #fb4e20;
    padding-right: 8px;
  }
  .build {
    margin-top: 40px;
    padding-bottom: 25px;
    padding-top: 70px;
    background-color: #f8fafd;
  }
  .build h1 {
    color: #1d1d1d;
    line-height: 45px;
    font-size: 35.2px;
    font-weight: 900;
    font-family: 'Sorts Mill Goudy', serif;
  }
  .build h1 span {
    color: #35a162;
    line-height: 45px;
    font-size: 36px;
    font-weight: 900;
    font-family: 'Sorts Mill Goudy', serif;
  }
  .store {
    display: inline-block;
    padding: 0px 15px;
    background-color: #f8fafd;
    padding-bottom: 15px;
  }
  .store .store-img {
    -webkit-transform: translate(2px, 0);
            transform: translate(2px, 0);
    padding: 70px 0;
  }
  .store .store-img img {
    width: 100%;
    height: 230px;
  }
  .store .store-items {
    padding-top: 0px;
  }
  .store .store-items h2 {
    font-size: 20px;
    padding-left: 2.3px;
  }
  .platform {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0px 13px;
    background-color: #f8fafd;
  }
  .platform .platform-items {
    display: inline;
  }
  .platform .platform-items .platform-img {
    -webkit-transform: translateY(28rem);
            transform: translateY(28rem);
  }
  .platform .platform-items .platform-img img {
    width: 100%;
    height: 200px;
  }
  .platform .platform-items .platform-text {
    padding: 8px;
    -webkit-transform: translateY(-14rem);
            transform: translateY(-14rem);
  }
  .platform .platform-items .platform-text .platform-text1 {
    padding: 0 0 60px;
  }
  .platform .platform-items .platform-text .platform-text1 h2 {
    font-size: 18px;
    font-weight: 600;
  }
  .platform .platform-items .platform-text .platform-text1 p {
    font-size: 16px;
    padding: 0 0 10px;
  }
  .platform .platform-items .platform-text .platform-text1 a {
    font-weight: 600;
    font-size: 14px;
    color: #fb4e20;
    padding-right: 8px;
  }
  .para {
    background: #f8fafd;
  }
  .para p {
    font-size: 2rem;
    line-height: 3rem;
  }
  .para p span {
    color: #35a162;
  }
  .para button {
    margin-top: 40px;
    padding: 22px 29.5px;
    font-size: 12.5px;
  }
  .footer {
    margin-top: 50px;
  }
  .footer .footer-lists {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 6px;
  }
  .footer .footer-lists .list div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .footer .footer-lists .list div .p {
    color: #1c1c1c;
    font-size: 23.8px;
    font-weight: 900;
    line-height: 1px;
    margin: 9px 0 0;
    padding-left: 255px;
    cursor: pointer;
    -webkit-transition: 1s ease;
    transition: 1s ease;
    display: block;
  }
  .footer .footer-lists .list div .p:hover {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
    display: block;
  }
  .footer .footer-lists .list div .p2 {
    color: #1c1c1c;
    font-size: 23.8px;
    font-weight: 900;
    line-height: 1px;
    margin: 9px 0 0;
    padding-left: 245px;
    -webkit-transition: 1s ease;
    transition: 1s ease;
    display: block;
    cursor: pointer;
  }
  .footer .footer-lists .list div .p2:hover {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
    display: block;
  }
  .footer .footer-lists .list div .p3 {
    color: #1c1c1c;
    font-size: 23.8px;
    font-weight: 900;
    line-height: 1px;
    margin: 9px 0 0;
    padding-left: 239px;
    display: block;
    -webkit-transition: 1s ease;
    transition: 1s ease;
    cursor: pointer;
  }
  .footer .footer-lists .list div .p3:hover {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
    display: block;
  }
  .footer .footer-lists .list div .p4 {
    color: #1c1c1c;
    font-size: 23.8px;
    font-weight: 900;
    line-height: 1px;
    margin: 9px 0 0;
    padding-left: 235px;
    display: block;
    -webkit-transition: 1s ease;
    transition: 1s ease;
    cursor: pointer;
  }
  .footer .footer-lists .list div .p4:hover {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
    display: block;
  }
  .footer .footer-lists .list div .p5 {
    display: block;
    color: #1c1c1c;
    font-size: 23.8px;
    font-weight: 900;
    line-height: 1px;
    margin: 9px 0 0;
    padding-left: 265px;
    -webkit-transition: 1s ease;
    transition: 1s ease;
    cursor: pointer;
  }
  .footer .footer-lists .list div .p5:hover {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
    display: block;
  }
  .footer .footer-lists .list div h4 {
    color: #1d1d1d;
    padding: 0 0 6px;
    font-size: 16.5px;
    font-weight: 500;
  }
  .footer .footer-lists .list ul {
    display: none;
  }
  .footer .footer-lists .list li {
    font-size: 14px;
    line-height: 24px;
    color: #1d1d1d;
    font-weight: 400;
    line-height: 2.9rem;
    text-decoration: none;
    -webkit-transition: color .3s ease;
    transition: color .3s ease;
    word-wrap: break-word;
    max-width: 100%;
  }
  .footer .footer-lists .list li:hover {
    color: #2196f3;
  }
  .footer hr {
    margin: 20px 0;
    border: none;
    border-radius: 10px;
    height: 0.1px;
    background: #eeeded;
  }
  .footer .con {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .footer .con .flag {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 1px;
  }
  .footer .con .flag img {
    background: #fff;
    border: none;
    border-radius: 50%;
    height: 1.3rem;
    -o-object-fit: cover;
       object-fit: cover;
    overflow: hidden;
    width: 1.3rem;
    cursor: pointer;
  }
  .footer .con .flag p {
    font-size: 14px;
    padding-left: 5px;
    color: #1d1d1d;
    font-weight: 400;
    line-height: 24px;
    margin: 0;
    -webkit-transition: color .3s ease;
    transition: color .3s ease;
    cursor: pointer;
  }
  .footer .con .flag p:hover {
    color: #2196f3;
  }
  .footer .con .fleg {
    margin-top: 35px;
    margin-bottom: 50px;
  }
  .footer .con .list {
    display: none;
    cursor: pointer;
  }
  .footer .con .list ul {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .footer .con .list ul li {
    margin: 0px 24px 0px 0px;
    font-size: 14.8px;
    color: #1d1d1d;
    -webkit-transition: color .3s ease;
    transition: color .3s ease;
  }
  .footer .con .list ul li:hover {
    color: #2196f3;
  }
  .toggle {
    display: block;
  }
  .toggle .menu {
    display: block;
  }
  .toggle .close-menu {
    display: none;
  }
  .modal {
    display: none;
  }
  .modal .modal-content,
  .modal .modal-content2 {
    padding: 14px;
    border-bottom: 1px dotted #3f3939;
  }
  .modal .modal-content .small,
  .modal .modal-content2 .small {
    padding: 2px;
    font-size: 11.7px;
    color: #10121f;
    font-weight: 500;
    cursor: pointer;
  }
  .modal .modal-content .contentss,
  .modal .modal-content2 .contentss {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 6px 20px 30px 20px;
  }
  .modal .modal-content .contentss i,
  .modal .modal-content2 .contentss i {
    line-height: 40px;
    padding-right: 9.3px;
  }
  .modal .modal-content .contentss li,
  .modal .modal-content2 .contentss li {
    padding: 2px;
    font-size: 13.5px;
    color: #262C55;
    font-weight: 700;
    list-style: none;
    cursor: pointer;
  }
  .modal .modal-content .contentss small,
  .modal .modal-content2 .contentss small {
    padding: 2px;
    font-size: 11.7px;
    color: #10121f;
    font-weight: 500;
    cursor: pointer;
  }
  .menurotate {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .open-modal {
    display: block;
  }
}

.p666 {
  margin-top: 26.4px;
}

.p66 {
  color: #1d1d1d;
  padding: 0 0 15px;
  font-size: 16.5px;
  font-weight: 500;
}

.p6 {
  color: #1c1c1c;
  font-size: 23.8px;
  font-weight: 900;
  line-height: 1px;
  margin: 9px 0 0;
  padding-left: 295px;
  -webkit-transition: 1s ease;
  transition: 1s ease;
  cursor: progress;
}

.p6:hover {
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}
