.clear {
  clear: both;
}
a.btn:hover {
  filter: alpha(opacity: 50);
  opacity: 0.5;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
}
.banner h1 {
  margin-top: 100px;
  font-size: 4rem;
  font-weight: bold;
  line-height: 48px;
  color: #333333;
}
.banner p {
  margin-top: 15px;
  font-size: 2.6rem;
  line-height: 37px;
  color: #666666;
}
.banner a.btn {
  margin-top: 77px;
  width: 253px;
  height: 56px;
  background: #388fff;
  border-radius: 31px;
}
.banner a.serverlist {
  margin: 15px 0 30px;
  display: block;
  text-align: center;
  white-space: nowrap;
  font-size: 1.6rem;
  line-height: 28px;
  color: #333333;
  max-width: 240px;
}
.banner a.serverlist:focus {
  text-decoration: none;
  background: none;
  color: #4d606b;
}
.banner a.serverlist:hover {
  text-decoration: none;
  background: none;
  color: #388fff;
}
.free-banner-img {
  width: 430px;
  height: auto;
  margin-left: -55px;
}

.home-body-title {
  font-size: 4.6rem;
  text-align: center;
  margin-top: 100px;
  font-weight: bold;
  line-height: 55px;
  color: rgba(51,51,51,1);
}
.server-node {
  padding: 44px 0 0;
  color: #333333;
  font-size: 1.4rem;
}
.server-node img {
  width: 41px;
  height: 41px;
}
.server-node .server-area {
  font-size: 2.2rem;
  line-height: 41px;
  margin-bottom: 14px;
}
.server-node p {
  padding-left: 53px;
  line-height: 30px;
  margin: 0;
}
.server-node-loc {
  margin-left: 5px;
}

.compare {
  width: 100%;
  text-align: center;
  padding: 100px 0;
}

.compare-table {
  width: 100%;
}
.compare-table th {
  height: 140px;
}
.compare-table td {
  height: 60px;
}
.compare-table tr:not(:first-child) {
  border-bottom: 1px solid rgba(221, 221, 221, 1);
}
.compare-table tr:last-child {
  height: 156px;
  border-bottom: none;
}
.compare-table td div {
  font-size: 1.6rem;
  color: #666666;
  width: 280px;
  text-align: left;
}
.compare-table th,
.compare-table td {
  width: 33.3%;
  text-align: center;
}
.compare-table th img {
  width: 36px;
  height: 35px;
  margin-right: 15px;
}
.compare-table th span {
  color: #333;
}
.emphasis {
  background: rgba(248, 248, 248, 1);
}
.emphasis:first-child {
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
}
.emphasis:last-child {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.compare-table img {
  width: 16px;
  height: 14px;
}
.compare-table img.not-support {
  width: 12px;
  height: 12px;
}
.get-it-now.btn {
  width: 197px;
  height: 56px;
  background: rgba(56, 143, 255, 1);
  border-radius: 31px;
  font-weight: bold;
}

.compare .content {
  width: 100%;
  background: #ffffff;
  border-radius: 8px;
  font-size: 15px;
  color: #333333;
  text-align: left;
  padding: 34px 0 30px;
}

.free-banner-div {
  width: 100%;
  background: linear-gradient(
    180deg,
    rgba(56, 143, 255, 0.1) 0%,
    rgba(24, 125, 255, 0.05) 61%,
    rgba(56, 143, 255, 0) 100%
  );
  height: 667px;
}

@media (max-width: 1560px) {
  .banner img {
    max-width: 100%;
  }
}
@media (max-width: 991px) {
  .banner h1 {
    font-size: 3rem;
    margin-top: 6rem;
    line-height: 4rem;
  }
  .banner a.btn {
    margin-top: 30px;
  }
  .free-banner-img {
    display: none;
  }
}
@media (max-width: 767px) {
  .server-node {
    padding: 20px 0 0 10px;
  }
  .compare {
    padding: 0;
  }
  .compare-table {
    table-layout: fixed;
  }
  .compare-table td div {
    display: inline;
    word-wrap: break-word;
    word-break: break-all;
  }
  .compare-table tr:last-child .emphasis {
    background: #fff;
  }
  .compare-table tr:last-child td {
    width: 100%;
  }
  .compare-table tr:last-child td:first-child,
  .compare-table tr:last-child td:last-child {
    display: none;
  }
  .compare-table th img {
    margin-right: 5px;
  }
  .free-banner-div {
    height: auto;
    padding-top: 100px;
  }
  .get-it-now {
    margin-top: 20px;
  }
  .home-body-title {
    font-size: 3rem;
  }
}

@media (max-width: 550px) {
  .country-table th:nth-child(even),
  .country-table td:nth-child(even) {
    display: none;
  }
}
.server-list-title {
  font-size: 46px;
  font-weight: bold;
  line-height: 55px;
  color: #333;
  text-align: center;
  margin: 50px 0;
}

#tab-server-groups {
  display: flex;
  justify-content: center;
  width: 700px;
  max-width: 90%;
  margin: auto;
}

#tab-server-groups .server-group-type {
  font-size: 2rem;
  font-weight: 400;
  color: #999999;
  cursor: pointer;
  width: 33.33%;
  text-align: center;
  padding: 20px 0;
  border-bottom: 5px solid #cccccc;
  transition: border-bottom .5s ease-out;
}

#tab-server-groups .server-group-type.active {
  color: #388FFF;
  border-bottom-color: #388FFF;
}

.continent-name {
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 31px;
  color: #333333;
  margin-top: 40px;
}

.continent-list-head {
  margin: 14px 0 0 0;
  border-radius: 6px;
  height: 32px;
  background: #eeeeee;
  box-sizing: content-box;
  line-height: 32px;
  font-size: 1.4rem;
  display: flex;
}

.country-item {
  display: flex;
  height: 48px;
  line-height: 48px;
  cursor: pointer;
}

.country-item.active {
  color: #388FFF;
}

.country-server-item {
  display: flex;
}

.content-col {
  padding-left: 15px;
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #666666;
  font-size: 14px;
}

.continent-list-head .content-col {
  color: #999999;
}

.content-col.country {
  flex: 1;
}

.content-col.server-mark {
  flex: 1;
}

.content-col.city {
  flex: 1;
}

.content-col.server {
  flex: 1;
}

.content-col.city-and-server {
  flex: 2;  /* a container for col city and col server (city's flex + server's flex) */
}

.content-col.protocol {
  flex: 1;
}

.country-server-list {
  display: none;
}
.country-server-list .content-col.city-and-server {
  background: #F6F6F6;
  font-size: 14px;
  line-height: 36px;
  border-radius: 6px;
  padding-left: 30px; /* we have 2 content-col inside, so this col's total padding-left must be: 2 * 15px, then the flex width will be correct */
}
.country-server-list .content-col.city-and-server .content-col.city {
  padding: 0;
  margin-left: -15px; /* we already have the first padding-left on .content-col.city-server, so cancel the offset by negative margin */
}

.country-item i {
  width: 16px;
  height: 16px;
  vertical-align: middle;
  cursor: pointer;
  display: inline-block;
  background: url(../Images/servers/icon_arrow_nor@2x.png) no-repeat;
  background-size: 12px 12px;
  margin-top: 3px;
  margin-left: 5px;
}

.country-item:hover i {
  background: url(../Images/servers/icon_arrow_hover@2x.png) no-repeat;
  background-size: 12px 12px;
}

.country-item .flag-35 {
  display: inline-block;
  vertical-align: middle;
  margin-right: 2px;
}

.country-item a {
  color: #333333;
  text-decoration: underline;
}

.country-item:hover .content-col,
.country-item:hover a {
  color: #388FFF;
}


.country-item .server-list-toggle {
  vertical-align: middle;
  cursor: pointer;
  width: 14px;
  height: 14px;
  display: none;
}

.country-item:hover .server-list-toggle {
  display: inline-block;
  margin: -3px 0 0 4px;
}

.country-item .server-list-toggle.collapsed {
  background: url(../Images/vpn_icon_add@2x.png) center center no-repeat;
  background-size: 14px 14px;
}
.country-item .server-list-toggle.expanded {
  background: url(../Images/vpn_icon_munis@2x.png) center center no-repeat;
  background-size: 14px 2px;
}

@media (max-width: 990px) {
  .content-col.server-mark {
    display: none;
  }
}

@media (max-width: 768px) {
  .content-col.protocol {
    display: none;
  }

  .server-list-title {
    font-size: 3rem;
    line-height: 3.6rem;
  }
}
