body {
  width: 100%;
  padding: 0;
  margin: 0;
  background: #effaff;
}

#ultest {
  padding: 10px;
  display: flex;
  justify-content: space-evenly;
}

#ultest .back_XL,
#ultest .ping-label {
  text-align: center;
  width: calc(100% / 7);
}

.featured-container {
  padding: 12px;
}

.grid-container {
  margin-left: 6px;
}

a:hover {
  color: #fff;
  text-decoration: none !important;
}

.header {
  height: 100px;
  margin-bottom: 20px;
}

.header .logo img {
  height: 100%;
  padding: 10px 0;
  image-orientation: none;
}

.featured-button {
  display: block;
  width: 100%;
  padding: 10px 30px;
  border-radius: 8px;

  color: white;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}

.bookmark-button {
  background: linear-gradient(0deg, #7683d9 0%, #d8a0fe 100%);
}

.register-button {
  background: linear-gradient(0deg, rgba(59,159,249,0.9999999999999999) 0%, rgba(149,204,253,0.996078431372549) 100%);
}

.agent-login-button {
  background: linear-gradient(0deg, rgba(251,112,153,0.9999999999999999) 0%, rgba(254,220,69,0.996078431372549) 100%);
}

.customer-service-button {
  background: linear-gradient(0deg, #20c2a7 0%, #72d7cc 100%);
}

body .row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;

  width: 1200px;
  margin: 0 auto 20px;
}

.content-row {
  display: flex;
  flex-wrap: wrap;

  width: 100%;
  margin-bottom: 15px;
}

.content-row > div:first-child {
  max-height: 120px;
}

.section-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;

  width: 100%;
  margin-bottom: 10px;
}

.links-container {
  background-color: #ffffff;
  border-radius: 12px;
  border: #cfebff 2px solid;
}

.section-container:first-child > div:first-child {
  border-radius: 12px;
  background: linear-gradient(56deg, #0679FF 0%, #64FBCF 100%);
}

.section-container > div:first-child {
  border-radius: 12px;
  background: linear-gradient(0deg, #0679FF 0%, #64FBCF 100%);
}

.section-container:last-child {
  margin-bottom: 0px;
}

.xianlu-container {
  height: 118px;
  padding: 10px;
  background-color: #303030;
}

.crypto-wallet-column:nth-child(-n + 3) {
  border-bottom: 2px solid #b0351c;
  border-left: 2px solid #b0351c;
}

.crypto-wallet-column:nth-last-child(-n + 3) {
  border: 1px solid #b0351c;
  border-top: none;
  border-right: none;
  border-bottom: none;
}

.content-section {
  display: flex;
  flex-wrap: wrap;
  width: 87%;
}

.back_wathet {
  border: 1px solid #a90a03;
  height: 100%;
  padding: 10px 20px;
}

.extra-btn {
  display: block;
  height: calc((156px / 2) - 10px);
  width: 100%;
}

.extra-btn:hover {
  border: 1px solid #1f3246;
}

.extra-btn img {
  height: 100%;
  width: 100%;
}

.bnb_icon_font {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.bnb_icon_font .bif_font {
  color: #FFF;
  font-size: 26px;
  font-weight: 600;
  text-align: center;
}

#fhyl-logo {
  width: 65px; 
  border-radius: 12px;
}

.bif_font > div > img {
  width: 35px;
  height: auto;
  margin-bottom: 4px;
}

.route-assist {
  text-align: left;
  font-size: 18px;
  font-weight: 500;
}

.route-font {
  font-size: 25px !important;
}

.bnb_icon_font .bif_font:first-child {
  font-size: 22px;
}

.xianlu-title > div {
  display: flex;
  justify-content: center;
  align-items: center;
}

.xianlu-title > div:first-child {
  border: 1px solid #b0351c;
  border-left: none;
  height: 60px;
}

.xianlu-title > div:last-child {
  border-color: #b0351c;
  border-width: 0;
  border-right-width: 1px;
  border-style: solid;
  border-bottom: 1px solid #b0351c;
  height: 58px;
}


.bif_font.vpn-app {
  font-size: 20px;
}

.url-link-sub-text {
  color: white;
  font-size: 12px;
  font-weight: bold;
  line-height: 20px;

  margin-top: 5px;
}

.back_XL div,
.ping-label div {
  font-size: 14px;
  font-weight: 900;
}

.back_XL div {
  color: #3dbe99;
}

.ping-label div .bl1 {
  color: white;
  background-color: #303030;
}

.ping-label > div > .bl2 {
  color: #c71900;
}

.div_entrance {
  background-color: #fff;
  border: 1px solid #ddd;
  height: 110px;
}

.bl1 {
  border-bottom: 1px solid #a90a03;
  color: #4d4b4b;
  font-weight: 900;
}

.back_XL {
  padding: 6px;
  border: #84ccff 1px solid;
  border-radius: 12px;
}

.back_XL:hover {
  background: linear-gradient(56deg, #0679FF 0%, #64FBCF 100%);
}

.back_XL:hover * {
  color: white !important;
}

.back_XL:hover .route-image { 
  background-image: url('../images/selected-route-image.png');
}

.join-button {
  display: none;
}

#fastest-link {
  color: #3dbe99;
}

.div_entrance:hover {
  border: 1px solid #39a7fc;
}

.xianlu {
  display: flex;
  justify-content: center;
  align-content: center;
  flex-wrap: wrap;

  border: 1px solid #b0351c;
  border-left-width: 0;

  height: 118px;
  margin-left: -1px;
}

.de_icon {
  display: flex;
  justify-content: center;
  align-items: center;

  font-size: 16px;
}

.de_icon.full_height {
  display: flex;
  align-items: center;
  justify-content: center;
}

.de_icon:hover {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;

  z-index: 9999;
}

.div_center {
  display: flex;
  align-items: center;
  gap: 5px;
}

.route-image {
  width: 15px;
  height: 15px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url('../images/route-image.png');
}

.div_center .ent_font {
  color: #4e97e7;
  font-weight: 900;
  font-size: 16px;
}

.red_font {
  color: red;
}

.id_code {
  display: none;
  height: 150px;
  width: 120px;

  position: absolute;
  right: 65px;
  top: 14.3em;

  background-color: #fff;
  border: 1px solid #ddd;

  z-index: 999999;
}

.id_code .id_code_img .ici_icon {
  background: url("../images/icon.png");
  background-position: -80px -72px;

  height: 120px;
  width: 120px;
}

.ici_font {
  color: #9f9f9f;
  font-size: 16px;
  font-weight: 900;
  text-align: center;

  margin: 6px auto;
}

.os_icon {
  height: 48px;
  width: 55px;
  margin: 0 auto;

  background: url("../images/icon.png");
  background-position: 81px -115px;
}

.os_font {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 19px;

  width: 36px;
  margin: 3px auto;
}

.time input {
  text-align: center;
  height: 53px;
  width: 100%;
  border: none;
}

/* ************* modal content css *************  */
help-content .help-item {
  box-sizing: border-box;
  border: 8px solid #2161b3;
  padding: 24px;
}

.help-content .help-item .help-title {
  font-size: 14px;
  margin: 0 0 20px;
}

.help-content .help-item .helper-wrapper .helper-title {
  display: flex;
  align-items: center;
  margin-bottom: 12px;

  padding-top: 12px;
  padding-bottom: 12px;

  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.help-content .help-item .helper-wrapper .helper-title span {
  background: #bbb9f2;
  border-radius: 40px;

  padding: 4px 12px;
  margin-right: 12px;
  white-space: nowrap;

  color: #fff;
}

.help-content .help-item .helper-wrapper .helper-img {
  display: block;
  margin: 12px auto 12px;
  width: 80%;
}

.help-content .help-item .helper-wrapper .helper-img.small {
  max-width: 450px;
}

.help-content .help-item .helper-wrapper .helper-img.extra-small {
  max-width: 250px;
}

.help-content .help-item .helper-wrapper .helper-img.big {
  width: 100%;
}

.help-content .help-item .helper-wrapper table {
  border: 1px solid #bbb9f2;
  margin: 0 auto 20px;
  width: 80%;
}

.help-content .help-item .helper-wrapper table thead tr {
  border-bottom: 1px solid #bbb9f2;
}

.help-content .help-item .helper-wrapper table thead tr td {
  background-color: rgba(82, 9, 27, 0.24);
}

.help-content .help-item .helper-wrapper table tr:not(:last-child) {
  border-bottom: 1px solid #bbb9f2;
}

.help-content .help-item .helper-wrapper table td:not(:last-child) {
  border-right: 1px solid #bbb9f2;
}

.help-content .help-item .helper-wrapper table td {
  padding: 4px 6px;
  text-align: center;
}

.vpn-column img,
.social-media-column img,
.crypto-wallet-column img {
  border-left: none;
  max-width: 100%;
  background: white;
}

.title-wrapper {
  margin: 30px 0;
}

.title-wrapper img {
  width: 80%;
}

.footer-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.left-footer {
  display: flex;
  flex-direction: column;
  justify-content: center;

  text-align: center;
  width: 70%;
}

.button-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
}

.button-wrapper .btn {
  display: flex;
  align-items: center;
  justify-content: center;

  background: #bbb9f2;
  border-radius: 45px;
  border: 1px solid #d2e3f6;
  margin: 10px;
  width: 30%;

  color: #000;
  font-size: 26px;
  font-weight: bolder;
  text-decoration: none;
}

.button-wrapper .btn > img {
  width: 35px;
  margin-right: 20px;
}

.button-wrapper .btn:hover {
  transform: scale(1.01);
  cursor: pointer;
}

.right-footer {
  width: 30%;
}

.right-footer img {
  height: 350px;
}

.header-row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;

  padding: 20px 10%;
  background: linear-gradient(to top, #c9e1f1 0%, #ffffff 10%);
  border-bottom: #34a8fd 2px solid;
}

.header-right-wrapper {
  width: 60%;
  text-align: center;
  font-size: 18px;
}

.url-link-wrapper {
  margin-top: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.url-link-wrapper .join-button {
  width: 50%;
}

.url-link-wrapper > .join-button > a {
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  text-align: center;

  border-radius: 60px;
  padding: 10px 40px;
}

.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;

  display: none;
  overflow: auto;
  transition: opacity 500ms;
  z-index: 999;

  background: rgba(0, 0, 0, 0.7);
}

.overlay:target {
  display: block;
}

.xianlu-popup {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;

  margin: 80px auto;
  padding: 40px;
  width: 70%;

  position: relative;
  transition: all 5s ease-in-out;
  background-color: #e67475;
  z-index: 10;

  color: #e67475;
  text-align: center;
}

.xianlu-popup:before {
  position: absolute;
  top: 20px;
  right: 20px;
  bottom: 20px;
  left: 20px;

  background-color: #fff;
  border-radius: 8px;
  content: "";
  z-index: -1;
}

.xianlu-popup .close {
  display: flex;
  align-items: center;
  justify-content: center;

  position: absolute;
  top: 0;
  right: 0;

  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #fff;

  background-color: #e67475;
  border-radius: 50%;
  height: 40px;
  width: 40px;

  transition: all 200ms;
  z-index: 1;
}

.xianlu-popup h3 {
  font-size: 22px;
}

.vpn-item {
  height: 100%;
}

.affiliate-login {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;

  width: 9%;
  height: 363px;
  padding: 25px;
  margin: 135px auto 0;

  background-color: #fec9c1;
  border: 1px solid #a90a03;

  color: #ec5e58;
  font-size: 50px;
  font-weight: bolder;
  text-decoration: none;
}

.affiliate-login:active,
.affiliate-login:visited,
.affiliate-login:link {
  text-decoration: none;
  color: #ec5e58;
}

.affiliate-login:hover {
  border-color: black;
}

.affiliate-login-mobile {
  display: none;

  width: 100%;
  padding: 5px;
  margin: 0 auto;

  cursor: pointer;
  background-color: #fff;
  border: 1px solid #a90a03;

  color: #ec5e58;
  font-size: 19px;
  font-weight: bolder;
  text-decoration: none;
}

.affiliate-login-mobile:active,
.affiliate-login-mobile:visited {
  color: #ec5e58;
}

.line-enter-button {
  padding: 5px;
  width: 100%;
}

.mobile {
  display: none;
}

.vpn-container,
.social-media-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);

  border: none;
  border-image: none;
  height: 100%;
}

.crypto-wallet-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);

  border: none;
  border-image: none;
}

.title_div {
  background-color: transparent;
}

.back_gray {
  background-color: #303030;
}

img.slogan {
    height: 38px;
    max-width: 380px;
}

.cp-logo {
  height: 73px;
  width: auto;
}

.xianlu-button {
  position: relative;
  border-bottom: 1px solid #b0351c;
  border-radius: 10px;
  background-color: #000000;
  padding: 5px 10px;

  cursor: pointer;
  color: white;
}

.xianlu-button:hover {
  transform: scale(1.1);
}

.hand-cursor {
  position: absolute;
  right: -28px;
  bottom: -8px;
  width: 39px;
  height: 30px;
}

.full-height {
  display: flex;
  justify-content: center;
  height: 100%;
}

.copyright {
  width: 100%;
  text-align: center;
  color: #33a9fc;
}

@media (max-width: 1200px) {
  body {
    width: 100%;
  }

  .header {
    height: fit-content;
    margin: 35px 0;
  }

  body .row {
    width: 985px;
    margin: 0 auto 20px;
  }

  .header .logo img {
    height: 140px;
    image-orientation: none;
  }

  .header-right-wrapper {
    width: 80%;
  }

  .url-link-sub-text {
    font-size: 11px;
  }

  .header .header-links {
    margin-left: 0;
    margin-top: 20px;
  }

  .bnb_icon_font .bif_font {
    font-size: 20px;
  }

  .back_wathet {
    padding: 5px;
  }

  .flex-col a img {
    width: 200px;
  }

  .footer-row {
    position: relative;
  }

  .left-footer {
    width: 100%;
    position: relative;
  }

  .button-wrapper {
    flex-direction: column;
    align-items: center;

    height: 300px;
  }

  .title-wrapper img {
    width: 100%;
  }

  .right-footer {
    position: absolute;
    right: 100px;
    bottom: 0;
  }

  .right-footer img {
    height: 300px;
  }

  .button-wrapper .btn {
    width: 80%;
  }

  .bnb_icon_font .bif_font:first-child {
    font-size: 19px;
  }

  .xianlu img {
    padding: 3px;
    height: 30px;
  }

  .vpn-container,
  .crypto-wallet-container,
  .social-media-container {
    grid-template-columns: repeat(2, 1fr);
  }

  .vpn-column,
  .crypto-wallet-column,
  .social-media-column {
    display: flex;
    justify-content: center;
    align-items: center;

    background: white;
  }

  .vpn-column:nth-child(-n + 2),
  .crypto-wallet-column:nth-child(-n + 4),
  .social-media-column:nth-child(-n + 2) {
    border-image: none;
    border-bottom: 1.5px solid #fc2047;
  }

  .vpn-column:nth-child(-n + 2),
  .crypto-wallet-column:nth-child(2),
  .social-media-column:nth-child(-n + 2) {
    border-image: none;
    border-left: 1.5px solid #fc2047;
  }

  .crypto-wallet-column:nth-child(odd) {
    border-width: 1.5px;
  }

  .vpn-column:nth-child(4),
  .social-media-column:nth-child(4),
  .crypto-wallet-column:nth-child(6) {
    border-image: linear-gradient(
        180deg,
        rgba(252, 32, 71, 1) 40%,
        rgba(253, 170, 150, 1) 90%
      )
      10;
    border-width: 0;
    border-left-width: 1.5px;
    border-style: solid;
  }

  .crypto-wallet-column:nth-child(4) {
    border-bottom: 1.5px solid #fc2047;
    border-left: 1.5px solid #fc2047;
  }

  .vpn-column,
  .social-media-column {
    border-width: 1.5px;
  }

  .section-header {
    padding: 10px 0;
  }

  .title_div {
    background-color: transparent;
  }

  .join-button {
    padding: 20px;
  }
}

.content {
  margin-top: 20px !important;
}

.featured-buttons-desktop {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-bottom: 6px;
}

.download-section {
  display: flex;
  align-items: center;
  gap: 5px;
}

.link-row {
  display: flex;
}

.link-row:first-child {
  border-bottom: 1px solid #94d1fd;
}

.link-row a {
  flex-basis: calc(100% / 6);
  box-sizing: border-box;

  display: flex;
  align-items: center;
  justify-content: center;

  padding: 16px 10px;
  text-decoration: none;
  color: #333;
  font-weight: bold;
  font-size: 14px;
  border-right: 1px solid #94d1fd;
  transition: background-color 0.2s ease;
  white-space: nowrap;
}

.link-row a:last-child {
  border-right: none;
}

.link-row a:hover {
  background-color: #f9fafb;
}

.web-icon {
  width: 20px;
  height: 20px; 
  background-image: url('../images/link/web-icon.png');
  background-repeat: no-repeat;
  margin-right: 3px;
}

.qq {
  background-position: -32px 0;
}

.ifeng {
  background-position: -68px 0;
}

.sohu {
  background-position: -106px 0;
}

.icon-163 {
  background-position: -141px 0;
}

.taobao {
  background-position: -175px 0;
}

.youku {
  background-position: -201px 0;
}

.jd {
  background-position: -235px 0;
}

.icon-12306 {
  background-position: -268px 0;
}

.icon-4399 {
  background-position: -338px 0;
}

.ctrip {
  background-position: -307px 0;
}

.icon-58 {
  background-position: -374px 0;
}

.bank-icon {
  width: 20px;
  height: 20px; 
  background-repeat: no-repeat;
  margin-right: 3px;
  background-image: url('../images/link/bank-icon.png');
}

.boc {
  background-position: -97px 0;
}

.ccb {
  background-position: -380px 0;
}

.abchina {
  background-position: -265px 0;
}

.psbc {
  background-position: -420px 0;
}

.cmbc {
  background-position: -401px 0;
}

.cmbchina {
  background-position: -60px 0;
}

.cebbank {
  width: 19px;
  background-position: -191px 0;
}

.cib {
  background-position: -245px 0;
}

.hxb {
  background-position: -341px 0;
}

.bankcomm {
  background-position: -561px 0;
}

.cgbchina {
  background-position: -499px 0;
}

.video-icon {
  width: 20px;
  height: 20px; 
}

.link-row a img {
  margin-right: 3px;
}

@media (max-width: 992px) {
  body .row {
    width: 100%;
  }

  .header-row {
    width: 100%;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 20px;
  }
  
  .content-section {
    display: initial;
    padding: 0 16px;
  }

  img.slogan {
    display: none;
  }

  .featured-buttons {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 20px;
  }

  .featured-buttons > div{
    display: flex;
    justify-content: center;
    gap: 6px;
    width: 100%;
  }

  .hide-on-desktop {
    display: none;
  }

  .hide-on-mobile {
    display: block;
  }

  .header .logo img {
    height: 100px;
    image-orientation: none;
  }

  .header {
    height: fit-content;
    margin: 15px 0;
  }

  .header .header-links a {
    font-size: 26px;
  }

  .bif_font br {
    display: none;
  }

  .bif_font {
    margin-right: 5px;
  }

  .url-link-sub-text {
    margin-top: 0;
  }

  .flex-col a img {
    width: 150px;
  }

  .title_div {
    background-color: #f5cbc2;
  }

  .xianlu-title > div:first-child {
    border: 1px solid #b0351c;
    height: 60px;
  }

  .xianlu-title > div:last-child {
    border: 1px solid #b0351c;
    border-top-width: 0;
    height: 58px;
  }

  .xianlu {
    border-left-width: 2px;
    margin-bottom: 10px;
    height: 50px;
  }

  .entrance {
    margin-bottom: 10px;
  }

  .section-container {
    height: auto;
  }

  .vpn-column:nth-child(odd),
  .crypto-wallet-column:nth-child(odd),
  .social-media-column:nth-child(odd) {
    border-left: none;
  }

  .vpn-column:nth-child(odd) {
    border-left: none;
  }

  .vpn-column:nth-child(-n + 2),
  .crypto-wallet-column:nth-child(-n + 2),
  .social-media-column:nth-child(-n + 2) {
    border-top: 1.5px solid rgba(252, 32, 71, 1);
  }

  .crypto-wallet-column:nth-child(odd),
  .social-media-column:nth-child(odd) {
    border-left: none;
  }

  .xianlu-button {
    padding: 8px 50px;
  }

  .links-container {
    border: none;
  }

  .route-font {
    font-size: 36px !important;
    margin: 6px 0;
    font-weight: bold;
  }

  #ultest {
    display: inline;
  }

  #ultest .back_XL {
    width: 48%;
    margin: 1%;
  }

  .bif_font {
    display: flex;
    align-items: center;
    gap: 12px;
  }

  .featured-container {
    background: transparent;
    padding: 10px 0 0;
  }

  .download-section {
    flex-direction: column;
  }

  .download-section div {
    width: 100%;
  }

  .link-row:first-child {
    border-bottom: none;
  }

  .link-row {
    flex-wrap: wrap; /* Allow items inside each row to wrap */
    border-bottom: none; /* The border is now on the items, not the row */
  }

  .link-row a {
      flex-basis: calc(100% / 2); /* 2 items per row */
  }

  .link-row a:nth-child(2n) {
      border-right: none;
  }


  .link-row:last-child a:nth-child(n + 5) {
      border-bottom: none;
  }

  .grid-container {
    margin-left: 0;
  }

  .links-container {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .section-container > div:first-child {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }

  .fhyl-container > div:first-child {
    border-radius: 12px !important;
  }

  .fhyl-container > div:first-child > div {
    justify-content: left !important;
    padding-left: 20px;
  }

  .fhyl-header > div {
    font-size: 28px;
  }

  .route-assist {
    font-size: 22px;
  }

  .route-container {
    background: transparent;
  }
}

@media (max-width: 800px) {
  body .row {
    width: 700px;
    margin: 0 auto 30px;
  }

  .header-right-wrapper {
    width: 77%;
    font-size: 14px;
  }

  .navigator-item {
    font-size: 18px;
  }

  .header .header-links {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
  }

  .header .header-links a {
    margin: 10px;
  }
}

@media (max-width: 767px) {
  body .row {
    width: 600px;
    margin: 0 auto 10px;
  }

  .ping-label {
    display: none;
  }

  .live-draw {
    display: none;
  }

  .url-link-wrapper font {
    margin: auto;
    width: 100%;
    text-wrap: nowrap;
  }

  .navigator-item {
    font-size: 16px;
  }

  .url-link-sub-text {
    font-size: 14px;
  }

  .join-button {
    display: initial;
  }

  .extra-btn {
    height: 60px;
  }

  .left-footer {
    width: 100%;
  }

  .button-wrapper {
    width: 100%;
    flex-direction: column;
    height: 100%;
  }

  .title-wrapper img {
    width: 100%;
  }

  .right-footer {
    position: static;
    display: flex;
    justify-content: center;
    width: 100%;
  }

  .button-wrapper .btn {
    width: 100%;
  }

  .bl2 {
    border-top: none;
  }

  .de_icon .div_center {
    display: flex;
    justify-content: center;
    align-items: center;

    width: auto;
    height: 34px;
  }

  .back_XL {
    margin-bottom: 10px;
  }

  .back_gray {
    border: 1px solid #c71900;
    background-color: #303030;
  }

  .de_icon {
    height: auto;
    border: none;
  }

  .back_XL > a > .url-link-wrapper > .join-button > a {
    padding: 5px 15px;
  }

  .cp-logo {
    height: 60px;
  }


}

@media (max-width: 600px) {
  body .row {
    width: 500px;
    margin: 0 auto 10px;
  }

  .navigator-item {
    font-size: 11px;
  }
}

@media (max-width: 500px) {
  body .row {
    width: 410px;
    margin: 0 auto 10px;
  }

  .url-link-wrapper > .join-button > a {
    padding: 10px 20px;
  }

  .line-enter-button {
    padding: 0;
  }

}

@media (max-width: 400px) {
  body .row {
    width: 95%;
  }

  .extra-btn {
    height: 55px;
  }

  .div_center .ent_font,
  .url-link-wrapper font {
    font-size: 16px;
  }

  .url-link-wrapper {
    box-sizing: border-box;
  }

  .join-button {
    padding: 0;
  }

  .url-link-wrapper .join-button {
    width: 80%;
  }

  .cp-logo {
    height: 40px;
  }
}
