.server-banner {
    min-height: 410px;
    margin-top: 90px;
}

#go-to-download-btn {
    width: 215px;
    height: 49px;
    font-size: 18px;
}

.server-location-map {
    width: 100%;
    height: 700px;
    display: block;
    background: #FFFFFF;
}

.server-location-choose-server {
    width: 100%;
    height: 900px;
    display: block;
    background: #FFFFFF;
}

.choose-server-title {
    width: 70%;
    display: block;
    background: #FFFFFF;
    margin: auto;
    text-align: center;
}

.choose-server-title h1 {
    font-size: 34px;
    color: #000000;
}

.choose-server-title hr {
    background: #5381F7;
    border-radius: 100px;
    width: 30px;
    height: 4px;
    border: 0;
}

.choose-server-content {
    width: 70%;
    display: block;
    background: #FFFFFF;
    margin: auto;
}

.choose-server-content-detail {
    width: 100%;
    text-align: center;
    padding-top: 70px;
}

.choose-server-content-detail p {
    display: inline-block;
    width: 45%;
    overflow: hidden;
}

.choose-server-table {
    display: table;
    width: 100%;
    height: 240px;
    margin: 0 auto;
}

.choose-server-table-cell {
    display: table-cell;
    vertical-align: middle;
    width: 45%;
    max-width: 480px;
    height: 100%;
    margin: 0 5px;
    background-color: #F4F5F7;
    border: 10px solid #FFFFFF;
    padding: 0 40px;
    font-size: 20px;
    color: #000000;
    line-height: 32px;
}

.choose-server-bottom {
    width: 70%;
    display: block;
    background: #FFFFFF;
    margin: auto;
    margin: 80px auto 0 auto;
    text-align: center;
}

.choose-server-bottom input {
    background: #FFBA5B;
    border-radius: 100px;
    width: 150px;
    height: 50px;
    font-size: 20px;
    color: #FFFFFF;
    border: 0;
}

.cooperation {
    width: 100%;
    height: 577px;
    display: block;
    background: #444A55;
}

.cooperation-text {
    background: url("../image/server-resource-cooperation.png") no-repeat left top;
    width: 55%;
    height: 442px;
    float: right;
    background-size: 100% 442px;
    position: relative;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
    .cooperation-text {
        background: url("../image/server-resource-cooperation-x2.png") no-repeat left top;
        width: 55%;
        height: 442px;
        float: right;
        background-size: 100% 442px;
        position: relative;
    }
}

.cooperation-text-title {
    padding-top: 85px;
    padding-left: 12%;
    height: 50px;
    line-height: 50px;
}

.cooperation-text-title hr {
    background: #FFBA5B;
    border-radius: 100px;
    width: 4px;
    height: 30px;
    border: 0;
    display: inline-block;
    vertical-align: middle;
}

.cooperation-text-title h1 {
    font-size: 34px;
    color: #FFFFFF;
    display: inline-block;
    vertical-align: middle;
}

.cooperation-text-content {
    opacity: 0.8;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 34px;
    padding-top: 40px;
    padding-left: 12%;
    width: 60%;
}

.cooperation-partner-info {
    display: block;
    position: absolute;
    left: -440px;
    top: 70px;
    width: 464px;
    height: 502px;
    opacity: 0.5;
    border-top: 5px solid #FFFFFF;
    border-left: 5px solid #FFFFFF;
    border-right: 5px solid #FFFFFF;
    border-radius: 6px 6px 0 0;
}

.cooperation-partner-info h1 {
    font-size: 20px;
    color: #FFFFFF;
    line-height: 35px;
    border-bottom: 1px solid #FFFFFF;
    width: 311px;
    margin: 22px 0 0 70px;
    padding: 0 0 10px 0;
}

.server-list {
    width: 100%;
    #height: 900px;
    display: block;
    background: #F3F7FF;
}

.server-list-title {
    width: 70%;
    display: block;
    margin: auto;
    text-align: center;
    padding-top: 140px;
    height: 100%;
}

.server-list-title h1 {
    font-size: 34px;
    color: #000000;
}

.server-list-title hr {
    background: #5381F7;
    border-radius: 100px;
    width: 30px;
    height: 4px;
    border: 0;
}

.server-list-content {
    width: 70%;
    display: block;
    margin: auto;
    text-align: center;
    padding-top: 40px;
    height: 100%;
}

.server-list-item-h1 {
    text-align: left;
    color: #061735;
    font-size: 30px;
    display: block;
    margin: 10px auto 0px auto;
    padding-top: 10px;
    opacity: 0.6;
}

.server-list-out {
    margin-left: 50px;
    text-align: left;
}

.server-list-item {
    display: inline-block;
    width: 20%;
    background-color: #FFFFFF;
    margin: 5px;
    color: #061735;
    height: 60px;
    line-height: 60px;
    padding-left: 10px;
    box-shadow: 0 5px 10px 0 rgba(6, 23, 53, 0.05);
    border-radius: 5px;
}

/* 翻转动画效果 start */
/* simple */
.flip-container {
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    -ms-perspective: 1000;
    perspective: 1000;

    -ms-transform: perspective(1000px);
    -moz-transform: perspective(1000px);
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;

    #border: 1px solid #ccc;
}

/* START: Accommodating for IE */
.flip-container:hover .back, .flip-container.hover .back {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
}

.flip-container:hover .front, .flip-container.hover .front {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

/* END: Accommodating for IE */

.flip-container {
    width: 40%;
    max-width: 480px;
    height: 240px;
    display: inline-block;
    text-align: left;
    margin: 30px;
}

.flip-container-blank {
    width: 40%;
    max-width: 480px;
    height: 240px;
    display: inline-block;
    text-align: left;
    margin: 30px;
}

.front, .back {
    width: calc(100% - 40px);
    max-width: 480px;
    height: 200px;
    display: inline-block;
    padding: 30px 20px 10px 20px;
}

.flipper {
    -webkit-transition: 0.6s;
    -webkit-transform-style: preserve-3d;
    -ms-transition: 0.6s;

    -moz-transition: 0.6s;
    -moz-transform: perspective(1000px);
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;

    transition: 0.6s;
    transform-style: preserve-3d;

    position: relative;
}

.front, .back {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;

    -webkit-transition: 0.6s;
    -webkit-transform-style: preserve-3d;
    -webkit-transform: rotateY(0deg);

    -moz-transition: 0.6s;
    -moz-transform-style: preserve-3d;
    -moz-transform: rotateY(0deg);

    -o-transition: 0.6s;
    -o-transform-style: preserve-3d;
    -o-transform: rotateY(0deg);

    -ms-transition: 0.6s;
    -ms-transform-style: preserve-3d;
    -ms-transform: rotateY(0deg);

    transition: 0.6s;
    transform-style: preserve-3d;
    transform: rotateY(0deg);

    position: absolute;
    top: 0;
    left: 0;
}

.front {
    -webkit-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    background: #F4F5F7;
    z-index: 2;
    font-size: 20px;
    color: #000000;
    line-height: 32px;
}

.back {
    background: #6494F6;
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    font-size: 16px;
    color: #FFFFFF;
    line-height: 23px;
}

.front .name {
    font-size: 2em;
    display: inline-block;
    background: rgba(33, 33, 33, 0.9);
    color: #f8f8f8;
    font-family: Courier;
    padding: 5px 10px;
    border-radius: 5px;
    bottom: 60px;
    left: 25%;
    position: absolute;
    text-shadow: 0.1em 0.1em 0.05em #333;
    display: none;

    -webkit-transform: rotate(-20deg);
    -moz-transform: rotate(-20deg);
    -ms-transform: rotate(-20deg);
    transform: rotate(-20deg);
}

.back-logo {
    position: absolute;
    top: 40px;
    left: 90px;
    width: 160px;
    height: 117px;
    background: url(/Site/Ajiasu/Css/logo.png) 0 0 no-repeat;
}

.back-title {
    font-weight: bold;
    color: #00304a;
    position: absolute;
    top: 180px;
    left: 0;
    right: 0;
    text-align: center;
    text-shadow: 0.1em 0.1em 0.05em #acd7e5;
    font-family: Courier;
    font-size: 22px;
}

.back p {
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
    text-align: center;
    padding: 0 20px;
    font-size: 18px;
}

/* vertical */
.vertical.flip-container {
    position: relative;
}

.vertical .back {
    -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    transform: rotateX(180deg);
}

.vertical.flip-container .flipper {
    -webkit-transform-origin: 100% 213.5px;
    -moz-transform-origin: 100% 213.5px;
    -ms-transform-origin: 100% 213.5px;
    transform-origin: 100% 213.5px;
}

/* START: Accommodating for IE */
.vertical.flip-container:hover .back, .vertical.flip-container.hover .back {
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    transform: rotateX(0deg);
}

.vertical.flip-container:hover .front, .vertical.flip-container.hover .front {
    -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    -o-transform: rotateX(180deg);
    transform: rotateX(180deg);
}

/* END: Accommodating for IE */
/* 翻转动画效果 end */

.title-outer {
    display: block;
    width: 100%;
    height: 240px;
    background-color: #F7FAFF;
}

.title-inner {
    display: block;
    width: 70%;
    max-width: 1100px;
    height: 240px;
    margin: auto;
}

.title-inner h1 {
    font-size: 36px;
    color: #333333;
    padding-top: 60px;
}

.title-inner h2 {
    font-size: 18px;
    color: #233300;
    padding: 10px 0 20px 0;
}

.title-inner hr {
    background: #5381F7;
    border-radius: 100px;
    width: 50px;
    height: 4px;
    border: 0;
    margin: 0;
}

.title-inner img {
    width: 312px;
    height: 189px;
    display: inline-block;
    float: right;
    margin-top: 3px;
}

.location-outer {
    display: block;
    width: 100%;
    background-color: #F7FAFF;
    background-color: #f5f9ff;
    text-align: center;
}

.location-inner {
    display: block;
    width: 70%;
    margin: auto;
}

.location-inner img {
    width: 100%;
    margin: 80px 0;
}

.feedback {
    background: #4680ff;
}

.feedback .feedback-f {
    width: 70%;
    max-width: 1100px;
    margin: auto;
    height: 180px;
    text-align: center;
    background-image: url('../image/feedback@2x.png');
    background-repeat: no-repeat;
    background-size: 900px 185px;
}

.feedback h2 {
    font-size: 36px;
    padding: 50px 0 30px 0;
    font-weight: 400;
    color: #333333;
}

.feedback input {
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    width: 330px;
    border: solid 1px #DADEE0;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    padding-left: 15px;
    box-shadow: 0 0 20px #2d66e0;
}

.feedback ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    font-size: 16px !important;
    color: #999999 !important;
}

.feedback input::-moz-placeholder { /* Mozilla Firefox 19+ */
    font-size: 16px !important;
    color: #999999 !important;
}

.feedback input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    font-size: 16px !important;
    color: #999999 !important;
}

.feedback input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    font-size: 16px !important;
    color: #999999 !important;
}

.feedback a.feedback-b {
    margin-left: -3px;
    background: #ffffff;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    width: 124px;
    display: inline-block;
    height: 50px;
    line-height: 50px;
    color: #4680ff;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    opacity: 1;
    font-size: 1.6rem;
}

@media all and (min-width: 0\0
) and (min-resolution: .001dpcm) {
    .feedback a.feedback-b {
        margin-left: -2px;
    }
}

.feedback-input {
    padding-top: 70px;
    white-space: nowrap;
    margin-bottom: 25px;
}

.feedback a.feedback-b:hover {
    opacity: .8;
}

.feedback .success {
    display: none;
    font-size: 14px;
    margin-top: -5px;
}

.feedback .success-text {
    color: white;
    background: #333333;
    padding: 5px 10px;
    margin: auto;
    border-radius: 4px;
}

.feedback input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #9B9B9B;
    font-size: 16px;
}

.feedback input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #9B9B9B;
    font-size: 16px;
}

.feedback input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #9B9B9B;
    font-size: 16px;
}

.feedback input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #9B9B9B;
    font-size: 16px;
}

.feedback input {
    -webkit-appearance: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.map-icon {
    display: flex;
    justify-content: space-between;
    padding: 0;
}

@media (max-width: 767px) {
    .map-icon {
        display: unset;
    }
}

table.table {
    margin-bottom: 0;
}

.inner-table > tbody > tr > td {
    border-top: none;
    font-size: 16px;
    color: #333333;
    height: 60px;
    vertical-align: middle;
}

.plus-icon {
    font-size: 35px;
    color: #4583ff;
    cursor: pointer;
}

.minus-icon {
    font-size: 35px;
    color: #666666;
    cursor: pointer;
}

.table > tbody > tr > td.td-status {
    color: #4680ff !important;
}

.text-container {
    margin-top: 115px;
}

.banner-img {
    width: 400px;
    margin-top: 90px;
    float: right;
}

.map-container {
    width: 850px;
    height: 650px;
    margin: 0 auto;
}

.sever-desc {
    text-align: left;
    padding: 0;
}

.sever-desc-p {
    font-size: 1.8rem;
    color: #333333;
    margin-top: 200px;
    font-weight: bold;
}

.sever-desc-text {
    font-size: 1.6rem;
    color: #666666;
    margin-top: 16px;
    margin-right: 30px;
    line-height: 32px;
}

.disable-open {
    color: #666666;
}

#body-main-content {
    overflow-x: hidden;
}

.table > tbody > tr > td {
    line-height: unset;
}

.banner-subtitle {
    font-size: 2rem;
    color: #666666;
    margin-top: 25px;
    margin-bottom: 50px;
}

.div-subtitle {
    font-size: 1.8rem;
    line-height: 18px;
    color: #666666;
    margin-top: 26px;
    margin-bottom: 70px;
}

.mid-sub-title {
    margin-top: 100px;
}

td.first-icon {
    vertical-align: top !important;
    padding-top: 20px !important;
}

@-moz-document url-prefix() {
    .feedback a.feedback-b {
        margin-left: -2px;
    }
}

@media (min-width: 1900px) {
    .margin-l-30 {
        margin-left: -32px;
    }
}

@media (max-width: 1284px) {
    /* 小于 1284，如果图片展示，右侧人物会被切割 */
    .feedback .feedback-f {
        background-image: none;
    }
}

@media (min-width: 1200px) and (max-width: 1599px) {
    .feedback a.feedback-b {
        margin-left: -2px;
    }

    .icon-style {
        margin-right: 1.5rem;
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1199px) {
    #servers-map {
        width: 100%;
    }

    .div-title {
        line-height: unset;
    }

    .icon-style {
        margin-right: 1rem;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .img-container {
        text-align: center;
    }

    .banner-img {
        float: none;
        margin-top: 40px;
        margin-right: 0;
    }

    .map-container {
        display: none;
    }

    .sever-desc {
        text-align: center;
        width: 100% !important;
    }

    .sever-desc-p {
        margin-top: 20px;
    }

    .sever-desc-text {
        margin-right: 0;
    }

    .icon-style {
        margin-right: 1rem;
    }
}

@media only screen and (max-width: 767px) {
    .text-container {
        text-align: left;
        padding: 0 15px;
    }

    .div-title, .continent-title {
        line-height: unset;
        font-size: 28px;
    }

    .img-container {
        text-align: center;
    }

    .banner-img {
        width: 100%;
        float: none;
        margin-top: 40px;
        margin-right: 0;
    }

    .map-container {
        display: none;
    }

    .sever-desc-p {
        margin-top: 20px;
    }

    .sever-desc-text {
        margin-right: 0;
    }

    .feedback input {
        max-width: 206px;
    }

    .location-outer .row .col-xs-12 {
        padding: 0;
    }

    .table > thead:first-child > tr:first-child > th {
        line-height: 22px;
    }

    .feedback .feedback-f {
        background-image: none;
    }

    .feedback .success {
        margin-top: -10px;
    }

    .table > tbody > tr > td {
        text-align: center;
    }

    .banner-subtitle {
        line-height: unset;
    }

    .feedback .feedback-f {
        width: 100%;
    }

    @-moz-document url-prefix() {
        .feedback-input {
            white-space: nowrap;
        }
        .feedback a.feedback-b {
            margin-left: -1px;
        }
    }
}

@media only screen and (max-width: 420px) {
    .feedback-input {
        line-height: 100px;
        padding-top: 40px;
        margin-bottom: 10px;
    }
}

@supports (-ms-ime-align:auto) {
    .feedback a.feedback-b {
        margin-left: -1px;
    }
}

/* for IE bugs*/
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .feedback-input {
        display: inline-flex;
    }

    .feedback a.feedback-b {
        margin-left: 1px;
    }
}

.continent-title, .continent-list-head {
    color: #333333;
    font-weight: bold;
    font-size: 36px;
}

.continent-list-head {
    margin: 0 auto;
    height: 40px;
    background: #eeeeee;
    box-sizing: content-box;
    line-height: 40px;
    font-size: 14px;
    display: flex;
}

.content-col {
    flex: 1;
    float: left;
}

.continent-list-body, .continent-list-head {
    width: 90%;
    margin: 0 auto;
}

.province-item, .province-city {
    width: 100%;
}

.continent-list {
    margin-bottom: 110px;
}

.province-item {
    display: flex;
    height: 48px;
    line-height: 48px;
    cursor: pointer;
    background-color: inherit;
}

.province-item:hover, .data-down-list:hover, div.province-city:hover {
    background-color: #F0F5FF;
}

.province-city {
    display: flex;
    height: 48px;
    line-height: 48px;
    color: #666666;
    background: #F7F7F7;
}

.continent-list-head, .content-col {
    border: 1px solid #E5E5E5;
    margin-bottom: -1px;
}

.content-col {
    margin-right: -1px;
}

div.continent-input img {
    position: absolute;
    left: 50vw;
    transform: translateX(-250px);
    margin-top: 51px;
    margin-left: 126px;
}

div.continent-input input {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    width: 260px;
    border-radius: 5px;
    padding-left: 4px;
    margin-top: 40px;
    margin-bottom: 32px;
    text-indent: 38px;
    border: 1px solid #4580FF;
}

div.continent-input a {
    background: #ffffff;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    width: 124px;
    display: inline-block;
    height: 50px;
    line-height: 50px;
    color: #4680ff;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    opacity: 1;
    font-size: 1.6rem;
}

.content-col img {
    width: 16px;
}

.continent-input img {
    width: 18px;
}

img.open-icon {
    float: right;
    width: 14px;
    height: 14px;
    line-height: 14px;
    margin-top: 17px;
    margin-right: 20px;
}

.oval {
    float: left;
    width: 22px;
    height: 22px;
    line-height: 22px;
    background: #4580FF;
    border-radius: 50%;
    opacity: 1;
    margin-top: 13px;
    margin-left: 20%;
    margin-right: 14px;
    color: #ffffff;
    font-size: 14px;
}

.province-name {
    float: left;
}

.city-name {
    float: left;
    padding-left: calc(20% + 36px);
}

div.active-background-color {
    background-color: #F0F5FF;
}

#data-down-list-out-div {
    width: 260px;
    height: 250px;
    overflow: auto;
    background-color: #ffffff;
    min-height: 50px;
    max-height: 250px;
    z-index: 999999;
    position: absolute;
    border-radius: 6px;
    border: 1px solid #E5E5E5;

}

#data-down-list-out-div::-webkit-scrollbar {
    width: 7px;
}

#data-down-list-out-div::-webkit-scrollbar-thumb {
    background-color: #d9d9d9;
}

#data-down-list-out-div .lista-ctive {
    background-color: #F0F5FF;
}

.data-down-list {
    line-height: 50px;
    text-align: left;
    padding-left: 5%;
    outline: none;
}

.servers-map-content {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.servers-map-bottom-content {
    margin-bottom: 100px;
}

.servers-map-icon-content {
    margin-top: 70px;
    width: calc(100% / 3);
}

.servers-map-icon {
    height: 210px;
    margin-left: calc(50% - 130px);
}

.servers-map-icon-1 {
    z-index: auto;
    position: absolute;
    width: 172px;
    height: 100px;
    border-left: 0 solid red;
    border-right: 0 solid red;
    margin-top: 36px;
    margin-left: 44px;
    background-color: #ffffff;
    box-shadow:15px 0 15px -15px #E6EEFF,
    -15px 0 15px -15px #E6EEFF;
}
.servers-map-icon-1 img{
    position: absolute;
    z-index: 2;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.servers-map-icon-2 {
    z-index: auto;
    position: relative;
    width: 100px;
    height: 172px;
    left: 80px;
    transform: rotate(30deg);
    border-top: 0 solid red;
    border-bottom: 0 solid red;
}

.servers-map-icon-3 {
    z-index: auto;
    position: relative;
    width: 100px;
    height: 172px;
    left: 80px;
    top: -172px;
    transform: rotate(330deg);
    border-top: 0 solid red;
    border-bottom: 0 solid red;
}

.servers-map-icon-3, .servers-map-icon-2     {
    background-color: #ffffff;
    box-shadow: 0px 15px 15px -15px #E6EEFF,
     0px -15px 15px -15px #E6EEFF;
}

.servers-map-icon-text {
    text-align: center;
}


.servers-map-icon-text-title {
    height: 28px;
    font-size: 20px;
    font-weight: bold;
    line-height: 28px;
    color: #333333;
}

.servers-map-icon-text-content {
    margin-top: 10px;
    height: 22px;
    font-size: 16px;
    line-height: 22px;
    color: #999999;
}

#servers-map-content {
    margin-bottom: 90px;
}

.server-banner-top-block-container {
    display: none;
}

@media only screen and (min-width: 1199px) and (max-width: 1280px) {
    .map-container {
        width: 690px;
        height: 536px;
    }
}
@media only screen and (max-width: 1024px) {
    #servers-map-content {
        width: 100%;
    }
}
@media only screen and (max-width: 1023px) {
    .banner-img {
        display: none;
    }

    .text-container {
        margin-top: 80px;
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
    }
}
@media only screen and (max-width: 900px) {
    .continent-list-head, .continent-list-body, .province-item, .province-city {
        width: 100%;
    }

    .continent-list-head, div.content-col {
        font-size: 12px;
    }

    .province-head, .internet-hidden {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
}

@media only screen and (max-width: 767px){
    .servers-map-content {
        display: flex;
        flex-wrap: wrap;
    }

    .servers-map-icon-content {
        width: 50%;
    }

    .server-banner {
        margin-top: 20px;
        min-height: 350px;
    }

    .sever-desc {
        text-align: center;
    }

    .server-banner {
        background: linear-gradient(180deg, #e7ebf3 0%, #ffffff 100%);
        margin: 0;
        width: 100%;
        height: 600px;
        position: relative;
    }

    .server-banner-top-block-container {
        display: flex;
        position: relative;
        justify-content: center;
    }

    .server-banner-top-block-container img {
        max-width: 607px;
        margin-top: 85px;
    }

    .server-banner-top-block-container div {
        font-size: 16px;
        color: #42557D;
        position: absolute;
        bottom: 85px;
        text-align: center;
        width: 100%;
    }

    .top-title {
        display: none;
    }

    .text-container {
        margin-top: 10px;
    }

    .mid-sub-title {
        margin-top: 55px;
    }
}

@media only screen and (max-width: 700px) {
    .province-name, .city-name {
        padding-left: 20%;
    }

    .oval, .internet-hidden {
        display: none;
    }
}

@media only screen and (max-width: 450px){
    .servers-map-content {
        margin-top: 20px;
    }

    .servers-map-icon-content {
        width: 50%;
        transform: scale(0.8);
    }

    .server-banner,
    .servers-map-icon-content {
        margin-top: 0;
    }

    .div-title, .continent-title {
        font-size: 24px;
    }

    .server-banner-top-block-container img {
        width: 125%;
        height: 125%;
    }

    .sever-desc-p {
        font-size: 16px;
    }

    #servers-map-content {
        margin-bottom: 60px;
    }

    .server-banner .row {
        margin: 0;
    }
    
    .text-container {
        position: absolute;
        bottom: 60px;
    }

    .server-banner-top-block-container div {
        font-size: 12px;
        bottom: 73px;
    }

    .server-banner {
        height: 550px;
    }
}