@charset "UTF-8";

/*
*  reset
*/

@-ms-viewport {
    width: device-width;
}

*,
*::before,
*::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

* {
    margin: 0;
    padding: 0;
}

body {
    font-weight: normal;
    color: #111;
    font-family: NotoSansHans-Light, sans-serif;
}

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 10px;
}

article,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block;
}

address {
    font-style: normal;
    line-height: inherit;
}

b,
strong {
    font-weight: 700;
}

small {
    font-size: 80%;
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

sub {
    bottom: -.25em;
}

sup {
    top: -.5em;
}

pre,
code,
kbd,
samp {
    font-family: monospace;
    font-size: 1em;
}

summary {
    display: list-item;
}

fieldset {
    min-width: 0;
    border: 0;
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

table {
    border-collapse: collapse;
}

caption {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    color: #868e96;
    text-align: left;
    caption-side: bottom;
}

ul,
ol,
dl {
    list-style: none;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

a {
    outline: none;
    color: #111;
    text-decoration: none;
    background-color: transparent;
    transition: linear .3s all;
    -webkit-text-decoration-skip: objects;
}

a:hover {
    color: #8e8e8e;
}

a:not([href]):not([tabindex]):focus {
    outline: 0;
}

img {
    vertical-align: middle;
    border-style: none;
    max-width: 100%;
}

svg:not(:root) {
    overflow: hidden;
}

a,
area,
button,
[role="button"],
input,
label,
select,
summary,
textarea {
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}

input,
button,
select,
optgroup,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    outline: 0;
}

button,
input {
    overflow: hidden;
    border: 1px solid #dcdcdc;
    background: none;
}

button,
select {
    text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    padding: 0;
    border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
    -webkit-appearance: listbox;
}

textarea {
    overflow: auto;
    resize: vertical;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    outline-offset: -2px;
    -webkit-appearance: none;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
}

output {
    display: inline-block;
}

template,
[hidden] {
    display: none !important;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eeeeee;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: inherit;
    font-weight: normal;
    line-height: 1.1;
    color: inherit;
}

h1,
.h1 {
    font-size: 2.8rem;
}

h2,
.h2 {
    font-size: 2.6rem;
}

h3,
.h3 {
    font-size: 2.4rem;
}

h4,
.h4 {
    font-size: 2.2rem;
}

h5,
.h5 {
    font-size: 2rem;
}

h6,
.h6 {
    font-size: 1.8rem;
}

*::-webkit-scrollbar-track {
    display: none;
    background-color: transparent;
}

*::-webkit-scrollbar {
    display: none;
    width: 6px;
    background-color: transparent;
}

*::-webkit-scrollbar-thumb {
    display: none;
    background-color: #333;
    border-radius: 3px;
}


/*::selection {
    background: #333333;
    color: #fff;
}
::-moz-selection {
    background: #333333;
    color: #fff;
}
::-webkit-selection {
    background: #333333;
    color: #fff;
}*/

header {
    padding: 15px 2.5vw;
    color: #fff;
    font-weight: 500;
    z-index: 10;
    background: rgba(0, 0, 0, 0.3);
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    right: 0;
}

.clearfix:before {
    content: '';
    clear: both;
}

.clearfix:after {
    content: '';
    display: table;
    clear: both;
}

.logo {
    float: left;
}

.logo>a {
    display: block;
}

nav {
    float: left;
    font-size: 0;
    padding-left: 40px;
}

nav ul>li {
    display: inline-block;
    padding-right: 25px;
}

nav ul>li>a {
    color: rgba(255, 255, 255, 0.5);
    line-height: 60px;
    font-size: 14px;
    font-family: NotoSansHans-Light;
}

nav ul>li:last-child {
    padding-right: 0;
}

.nav-right {
    padding: 15px 0;
    float: right;
}

.banner {
    width: 100vw;
    height: 100vh;
    /*max-height: 48.78vw;*/
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
}

.page-conter {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    text-align: center;
}

.flex-center {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    flex-direction: column;
    -ms-flex-direction: column;
    align-items: center;
    justify-content: center;
    -ms-flex-pack: center;
    width: 100%;
    height: 100%;
}

.home-page-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

@media screen and (min-width: 1366px) {
    .home-page-video {
        width: 100%;
    }
    .home-page-video video {
        width: 100%;
    }
}

.page-conter-main {
    z-index: 222;
    padding: 0 50px;
}

.down-img {
    position: absolute;
    left: 0;
    bottom: 2vw;
    width: 100%;
}

.gka-base {
    position: absolute;
    left: 50%;
    bottom: 20px;
    transform: translateX(-50%);
    width: 90px;
    height: 90px;
}

.animation {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    background-image: url(../images/arrow-sprites.521d430e.png);
    background-size: 1800% 100%;
    background-repeat: no-repeat;
    animation-name: keyframes-arrow;
    animation-duration: 1.2s;
    animation-delay: 0s;
    animation-iteration-count: infinite;
    animation-fill-mode: forwards;
    animation-timing-function: steps(1);
}

@keyframes keyframes-arrow {
    0% {
        width: 100%;
        height: 0;
        padding-bottom: 100%;
        background-image: url(../images/arrow-sprites.521d430e.png);
        background-size: 1800% 100%
    }
    6.67% {
        background-position: 5.88235294117647% 0%
    }
    10.00% {
        background-position: 11.76470588235294% 0%
    }
    13.33% {
        background-position: 17.647058823529413% 0%
    }
    16.67% {
        background-position: 23.52941176470588% 0%
    }
    20.00% {
        background-position: 29.411764705882355% 0%
    }
    23.33% {
        background-position: 35.294117647058826% 0%
    }
    26.67% {
        background-position: 41.17647058823529% 0%
    }
    30.00% {
        background-position: 47.05882352941176% 0%
    }
    33.33% {
        background-position: 52.94117647058824% 0%
    }
    36.67% {
        background-position: 58.82352941176471% 0%
    }
    40.00% {
        background-position: 64.70588235294117% 0%
    }
    43.33% {
        background-position: 70.58823529411765% 0%
    }
    46.67% {
        background-position: 76.47058823529412% 0%
    }
    50.00% {
        background-position: 82.35294117647058% 0%
    }
    53.33% {
        background-position: 88.23529411764706% 0%
    }
    56.67% {
        background-position: 94.11764705882352% 0%
    }
    60.00% {
        background-position: 100% 0%
    }
    63.33% {
        background-position: 0% 0%
    }
}

.down-right {
    color: #fff;
    position: absolute;
    right: 2.5vw;
    bottom: 2vw;
    color: #fff;
    text-align: right;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    flex-direction: row;
}

.down-right img {
    width: 46px;
    height: 46px;
    margin-left: .5vw;
}

.p2,
.p3,
.p4,
.p5,
.p6,
.p7,
.p8,
.p9,
.p10 {
    height: 56.25vw;
    width: 100vw;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center left;
    position: relative;
}

.p2:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(#ffffff, #d3d3d4);
    z-index: -1;
}

.p2-tip {
    width: 50%;
    height: 100%;
    margin-left: 50%;
    padding-right: 8vw;
    text-align: right;
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    flex-direction: column;
    -ms-flex-direction: column;
    justify-content: center;
    -ms-flex-pack: center;
}

.p2 .map-pic {
    display: none;
}

.p2-tip h1 {
    font-weight: 200;
    font-size: 3.5vw;
    line-height: 1.4;
    color: #565656;
}

.p3-tip {
    width: 100%;
    height: 100%;
    position: relative;
    text-align: center;
    line-height: 1.5;
    font-size: 14px;
    color: #ffffff;
}

.p3-tip h1 {
    width: 100%;
    font-weight: 100;
    text-align: center;
    font-family: NotoSansHans-Thin sans-serif;
    font-size: 3.6vw;
}

.p3-tip h3 {
    font-size: 2.5vw;
    font-weight: 100;
    line-height: 1.5;
    padding-top: 40px;
}

.p4-tip {
    height: 100%;
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    position: relative;
}

.p4-tip h1 {
    width: 100%;
    font-weight: 100;
    text-align: center;
    font-family: NotoSansHans-Thin sans-serif;
    font-size: 3.6vw;
    top: 17vw;
    position: absolute;
    color: #fff;
}

.p4-tip .down-info {
    bottom: 5vw;
    width: 100%;
    text-align: center;
    color: #fff;
    position: absolute;
    padding: 0 20px;
}

.p4-tip .down-info h3 {
    font-weight: 400;
    font-size: 1.9vw;
}

.p4-tip .down-info p {
    font-size: 14px;
    font-weight: 400;
    margin-top: 1vw;
}

.p4-tip .qrcode-img {
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #212322;
    overflow: hidden;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.p4-tip .qrcode-img p {
    text-align: center;
    padding-bottom: 8px;
    padding-top: 8px;
    font-weight: 700;
    color: #ffffff;
}

.qrcode-new {
    display: none;
    position: absolute;
    bottom: 100%;
    right: 15px;
    padding-bottom: 20px;
    white-space: nowrap;
    letter-spacing: 5px;
    opacity: 0;
    transition: linear opacity .3s;
}

.down-right .qrcode-new img {
    width: 135px;
    height: 135px;
    margin: 0 5px;
    display: inline-block;
}

.down-right:hover .qrcode-new {
    display: block;
    opacity: 1;
}

.p5-box {
    height: 100%;
    width: 50%;
    position: relative;
}

.p5-box-app h4 {
    font-size: 1.35vw;
    font-family: NotoSansHans-Light;
    font-weight: 300;
    color: #5c5c5c;
    margin: 20px 0;
}

a.link-btn {
    font-size: 15px;
    line-height: 1.7;
    color: #fff;
    display: inline-block;
    /*width: 220px;*/
    padding: 8px 40px;
    text-align: center;
    border-radius: 20px;
    /*margin-top: 4vw;*/
    background: linear-gradient(70deg, #7d7d7d, #292929);
    transition: linear all .3s;
}

a.link-btn:hover {
    filter: hue-rotate(40deg);
}

.p2-tip a.link-btn {
    margin-top: 4vw;
}

.p2-tip .city {
    font-family: NotoSansHans-Regular sans-serif;
    color: #565656;
    font-size: 12px;
    font-weight: 300;
    margin-top: 5px;
    padding-left: 20%;
    padding-bottom: 30px;
}

.p2-tip .city-info {
    font-size: 14px;
    color: #565656;
    line-height: 1.5;
}

.p5-box-app-top {
    font-size: 1.45vw;
    font-family: NotoSansHans-Light;
    font-weight: 300;
    color: #5c5c5c;
    text-align: right;
    padding-top: calc(20vw - 50px);
    padding-left: 50px;
}

.p5-box-app-top h1 {
    font-family: NotoSansHans-Bold;
    font-weight: bold;
    color: #5c5c5c;
    font-size: 3vw;
}

.p5-box-app-top p {
    margin: 30px 0;
}

.p5-box-pic {
    width: 100%;
    height: 100%;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
}

.p5-phone-slice {
    position: absolute;
    right: 100px;
    top: 50%;
    color: rgba(0, 0, 0, 0.3);
    font-size: 13px;
    line-height: 26px;
    z-index: 2;
}

.p5-phone-slice li {
    cursor: pointer;
}

.p5-phone-slice li:hover,
.p5-phone-slice .active {
    color: #5c5c5c;
}

.p6-main-tip {
    color: #fff;
    text-align: right;
    width: 55%;
}

.p6-main-tip h1 {
    font-size: 3vw;
    font-weight: 700;
    line-height: 1.5;
    font-family: NotoSansHans-Bold;
}

.p6-main-tip p {
    font-size: 1.5vw;
    font-weight: 300;
    font-family: NotoSansHans-Light;
    color: #fff;
    line-height: 1.5;
    padding-top: 20px;
}

.p6-main-form-box {
    width: 45%;
    padding-left: 100px;
}

.form-box {
    background: rgba(255, 255, 255, 0.9);
    padding: 25px;
    border-radius: 7px;
}

.p6-main-form-box .form-box {
    width: 360px;
    height: 400px;
    max-width: 100%;
}

.p7-main-form-box .form-box {
    width: 400px;
    max-width: 100%;
}

.form-box h1 {
    font-size: 1.4vw;
    font-family: NotoSansHans-Bold;
    font-weight: bold;
    color: #000000;
    line-height: 49px;
    margin: 0;
}

.form-box p {
    font-size: 13px;
    font-family: NotoSansHans-Medium;
    font-weight: 500;
    color: #4d4d4d;
    margin: 20px 0;
    line-height: 1.7;
}

.p7-main-tip {
    color: #0a0a0a;
    width: 50%;
    padding-left: 10%;
}

.p7-main-tip h1 {
    font-size: 3vw;
    font-weight: 700;
    line-height: 1.5;
    font-family: NotoSansHans-Bold;
}

.p7-main-tip p {
    font-size: 1.5vw;
    font-weight: 300;
    font-family: NotoSansHans-Light;
    line-height: 1.5;
    padding-top: 20px;
}

.p7-main-form-box {
    width: 45%;
    padding-left: 100px;
}

.p7 .form-box p {
    margin-top: 0
}

footer {
    color: #fff;
    background: #202020;
    padding: 50px 8vw 25px;
}

.footer-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    flex-direction: row;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.footer-nav ul {
    margin-bottom: 20px;
    padding-right: 100px;
}

.footer-nav ul>li:first-child {
    font-weight: 700;
    font-size: 14px;
}

.footer-nav ul>li {
    white-space: nowrap;
    line-height: 1.7;
    padding-top: 5px;
}

.footer-nav a {
    color: #fff;
}

.footer-customer {
    text-align: right;
}

.footer-copyright {
    text-align: center;
    color: #9b9b9b;
    font-size: 10px;
    margin-top: 40px;
}

.footer-copyright a {
    color: #9b9b9b;
}

.p8 {
    position: relative;
    max-height: 100vh;
}

.p8-box {
    position: absolute;
    left: 20vw;
    bottom: 10vw;
    line-height: 1.7;
    color: #fff;
    font-size: 14px;
    padding-right: 20px;
}

.p8-box h1 {
    font-family: NotoSansCJKsc-Light;
    font-weight: 300;
    margin: 0;
    font-size: 3vw;
    margin-bottom: 20px;
}

.p9 {
    font-size: 14px;
    background-position: center right;
}

.p9 h1 {
    font-family: NotoSansCJKsc-Light;
    font-weight: 300;
    font-size: 2.5vw;
    margin-bottom: 20px;
}

.training-page2-tip {
    position: absolute;
    top: 27vw;
    left: 10vw;
    width: 33.3333333%;
    color: #fff;
}

.training-page3-tip {
    position: absolute;
    top: 9vw;
    right: 5vw;
    text-align: right;
    width: 33.3333333%;
    color: #fff;
}

.p9 h3 {
    margin-top: 50px;
    font-weight: 400;
    font-family: Roboto-Light;
}

.t1 {}

.t1-bg {
    background: #f8f8f8;
    position: relative;
}

.coach-box {
    position: relative;
    z-index: 10;
    background: #fff;
    width: 70vw;
    padding: 5vw 6vw 5vw;
    transform: translateY(-50px);
    margin: auto;
}

.coach-box-hand {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    margin: 2vw 0 20px 0;
}

.coach-box-hand h1 {
    font-family: NotoSansCJKsc-Light;
    font-weight: 300;
    color: #333;
    font-size: 2vw;
}

.coach-box-hand h2 {
    font-family: NotoSansCJKsc-Light;
    font-weight: 300;
    color: #333;
    font-size: 1.2vw;
    margin-top: 10px;
}

.go {
    color: #89c997;
    font-size: 13px;
}

.flip-container {
    width: 100%;
}

.flip-container:before {
    content: '';
    clear: both;
}

.flip-container:after {
    content: '';
    display: table;
    clear: both;
}

.group-trainer-box {
    float: left;
    width: 25%;
    position: relative;
}

.go img {
    position: relative;
    top: -2px;
}

.back.coach-info {
    backface-visibility: hidden;
    position: absolute;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
    /* backface-visibility: hidden; */
    /* -webkit-backface-visibility: hidden; */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 30px 20px;
    color: #fff;
    background-color: #5ca76c;
    line-height: 1.7;
}

.back.coach-info h3 {
    margin-bottom: 10px;
}

.group-trainer-box img {
    transition: all .6s linear;
}

.group-trainer-box:hover img {
    transform: rotateY(-180deg);
    -webkit-transform: rotateY(-180deg);
}

.group-trainer-box .back {
    transform: rotateY(-180deg);
    -webkit-transform: rotateY(-180deg);
    transition: all .6s linear;
}

.group-trainer-box:hover .back {
    transform: rotateY(-360deg);
    -webkit-transform: rotateY(-360deg);
}

.t2 {
    width: 100vw;
    min-height: 25vw;
    color: #fff;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    font-size: 16px;
    padding: 0px calc(20vw - 50px);
}

.t2 .left h1 {
    font-size: 2.4vw;
    margin-bottom: 30px;
    font-weight: 500;
    font-family: NotoSansCJKsc-Light;
}

.t2 .right {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: end;
    padding: 50px 0 20px 0;
}

.t2 .right p {
    padding-top: 10px;
    line-height: 1.7;
    font-size: 12px;
    height: 50px;
    text-align: center;
}

.gallery-thumbs {
    max-width: 1120px;
    margin: auto;
    position: absolute;
    bottom: 4px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9;
}

.gallery-thumbs:before {
    content: '';
    clear: both;
}

.gallery-thumbs:after {
    content: '';
    display: table;
    clear: both;
}

.gallery-thumbs .thumbs-img {
    width: 20%;
    float: left;
    display: inline-block;
    position: relative;
    box-sizing: border-box;
    cursor: pointer;
}

.gallery-thumbs .thumbs-img>a:before {
    content: "";
    display: inline-block;
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    transition: linear all .3s;
}

.gallery-thumbs .thumbs-img>a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

.gallery-thumbs .thumbs-img.on>a:before,
.gallery-thumbs .thumbs-img>a:hover:before {
    background: rgba(0, 0, 0, 0);
}

.gallery-thumbs .thumbs-img.on>a:after,
.gallery-thumbs .thumbs-img>a:after {
    content: '';
    top: -4px;
    right: -4px;
    left: -4px;
    bottom: -4px;
    display: block;
    position: absolute;
    border: 4px solid #89c997;
    opacity: 0;
    transition: linear all .2s;
}

.gallery-thumbs .thumbs-img.on>a:after {
    opacity: 1;
    z-index: 2;
}

.news {
    width: 100%;
    max-width: 60vw;
    margin-left: auto;
    margin-right: auto;
    margin-top: 100px;
    margin-bottom: 100px;
}

.media-header {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
}

.media-header h1 {
    font-family: NotoSansCJKsc-Light;
    font-weight: 100;
}

.news-main {
    border: 1px solid #e5e5e5;
    margin-top: 20px;
}

.news-main:before {
    content: '';
    clear: both;
}

.news-main:after {
    content: '';
    display: table;
    clear: both;
}

.news-main .news-left {
    width: 30%;
    float: right;
    max-width: 345px;
}

.news-main .news-left ul>li {
    background: #f7f7f7;
    border-top: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    border-left: 2px solid transparent;
    position: relative;
    padding: 20px;
    line-height: 1.7;
}

.news-main .news-left ul>li.on {
    background-color: #fff;
    border-left-color: #89c997;
}

.news-main .news-left ul>li h5 {
    font-weight: 400;
    margin: 0;
    color: #333;
    font-size: 14px;
    line-height: 1.3;
}

.news-main .news-left ul>li time {
    font-size: 12px;
    font-family: NotoSansCJKsc-Regular;
    font-weight: 400;
    color: #666;
}

.news-right {
    width: 70%;
    float: right;
    padding: 30px 20px;
    max-width: 805px;
}

.news-right .title {
    margin: 0 0 20px;
    font-family: NotoSansCJKsc-Light;
    font-weight: 300;
    color: #333;
    font-size: 24px;
}

.detail {
    line-height: 1.5;
    font-size: 14px;
    overflow: auto;
}

.r-more {
    font-size: 14px;
    margin-top: 10px;
    text-align: right;
}

.r-more a {
    color: #89c997;
}

.join-banner {
    max-height: 100vh;
    height: 55vw;
}

.about-banner {
    height: auto;
    padding-bottom: 4px;
}

.about-media {
    width: 60vw;
    margin: 0 auto;
    background: #fff;
    position: relative;
    z-index: 10;
    top: -120px;
}

.about-media .tip {
    text-align: center;
    background: #fff;
    padding-top: 40px;
    padding-bottom: 40px;
    margin-bottom: 100px;
    border-bottom: 1px solid #e5e5e5;
}

.about-media .tip h1 {
    font-size: 30px;
    font-family: NotoSansCJKsc-Light;
    font-weight: 300;
    color: #333;
    line-height: 1.3;
    padding: 0 10px;
}

.about-media .tip h3 {
    font-size: 22px;
    font-family: NotoSansCJKsc-Regular;
    font-weight: 400;
    color: #333;
    margin: 40px 00;
}

.media-block {
    margin-top: 20px;
    text-align: center;
}

.media-row {
    margin-left: -20px;
    margin-right: -20px;
}

.media-row:before {
    content: '';
    clear: both;
}

.media-row:after {
    content: '';
    display: table;
    clear: both;
}

.media-item {
    width: 50%;
    color: #fff;
    position: relative;
    float: left;
    padding: 0 20px;
    margin-bottom: 40px;
}

.media-item img {
    width: 100%;
}

.media-item .info {
    width: 200px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 20px;
    font-family: NotoSansCJKsc-Light;
    font-weight: 300;
    text-align: center;
    color: #fff;
}

.media-item .info:hover {
    color: #fff;
}

.media-item .info:before {
    content: "";
    display: inline-block;
    width: 30px;
    height: 1px;
    background: #fff;
    margin-top: -20px;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    bottom: -10px;
}

.join-page1-tip {
    position: absolute;
    bottom: 5vw;
    left: 22.5vw;
}

.join-page1-tip h1 {
    font-size: 3vw;
    font-family: NotoSansCJKsc-Light;
    font-weight: 300;
    color: #fff;
    line-height: 1.3;
}

.contact:before {
    content: '';
    clear: both;
}

.contact:after {
    content: '';
    display: table;
    clear: both;
}

.contact {
    height: 650px;
}

.contact-map {
    width: 60%;
    height: 100%;
    float: right;
}

.contact-main {
    width: 40%;
    height: 100%;
    float: right;
    background: #474747;
    color: #fff;
    padding-left: 100px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.contact-main h1 {
    font-family: NotoSansCJKsc-Light;
    font-weight: 300;
    font-size: 2vw;
    font-weight: 100;
    margin-bottom: 10px;
}

.contact-main h2 {
    font-size: 16px;
    padding-top: 10px
}

#map {
    width: 100%;
    height: 100%;
}

.intro-header {
    color: #fff;
    height: 50vh;
    max-height: 600px;
    background: no-repeat 50%;
    background-color: #3e3e3e;
    background-attachment: scroll;
    background-size: cover;
    -o-background-size: cover;
    margin-bottom: 0;
    text-align: center;
}

.intro-header h1 {
    font-size: 60px;
    font-weight: 700;
    margin-top: 10px;
}

hr.large {
    border-width: 4px;
    border-color: #fff;
}

.subheading {
    font-family: Helvetica Neue, Arial, Hiragino Sans GB, STHeiti, Microsoft YaHei, WenQuanYi Micro Hei, SimSun, sans-serif;
    line-height: 1.7;
    font-size: 20px;
    line-height: 1.1;
    display: block;
    font-weight: 300;
    margin: 10px 0 0;
    font-weight: 700;
}

.news-list {
    color: #333;
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    padding: 50px 20px;
}

.news-list li {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
    line-height: 1.7;
}

.news-detail {
    font-size: 16px;
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    padding: 50px 20px;
    margin-bottom: 50px;
    line-height: 1.5;
}

.news-detail h1 {
    color: #404040;
    font-weight: 700;
}

.post-title {
    padding-top: 10px;
    padding-bottom: 20px;
    color: #404040;
    font-weight: 700;
    line-height: 1.35;
}

.post-meta {
    font-family: Lora, Times New Roman, serif;
    color: grey;
    font-size: 18px;
    font-style: italic;
    margin-top: 20px;
    margin-bottom: 20px;
}

.post-title:hover {
    text-decoration: underline;
    color: #0085a1;
}

.news-right .swiper-container {
    height: 500px;
}

.news-right .detail {
    max-height: 420px;
}

@media screen and (max-width: 1699px) {
    .news-right .swiper-container {
        height: 350px;
    }
    .news-right .detail {
        max-height: 235px;
    }
}

@media screen and (max-width: 1499px) {
    .p5-box-pic img {
        width: 500px;
    }
    .p5-phone-slice {
        right: 50px;
    }
    .page-conter-main img {
        width: 600px;
    }
}

@media screen and (min-width: 1200px) {
    .footer-warp {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        align-items: center;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }
    .footer-logo {
        max-width: 200px;
    }
    .footer-nav {
        max-width: 600px;
    }
}

@media screen and (max-width: 1199px) {
    .p5-box-pic img {
        width: 40vw;
    }
    .p5-box-app img {
        width: 14vw;
    }
    .footer-logo {
        width: 100%;
        text-align: center;
        padding-bottom: 50px;
    }
    .footer-nav {
        float: left;
    }
    .footer-customer {
        float: right;
    }
    .about-media .tip h1 {
        font-size: 22px;
        line-height: 1.5
    }
}

@media screen and (max-width: 1099px) {
    .p6-main-form-box {
        padding-left: 50px;
    }
    .p2-tip {
        width: 50%;
        padding-right: 50px;
    }
    .p6-main-tip {
        width: 50%;
    }
    .p7-main-tip {
        text-align: right;
        padding-left: 0;
    }
    .p7-main-form-box {
        padding-left: 50px;
    }
    footer {
        padding-left: 50px;
        padding-right: 50px;
    }
    .footer-nav ul {
        padding-right: 80px;
    }
    .p5-phone-slice {
        right: 5%;
    }
    .p4-tip .qrcode-img img {
        width: 15vw;
        min-width: 80px;
    }
    .p8-box {
        left: 10vw;
    }
    .news {
        width: 100%;
        max-width: 100%;
        padding: 0 20px;
    }
    .about-media {
        width: calc(100vw - 40px);
    }
    .contact-map,
    .contact-main {
        width: 100%;
    }
    .contact {
        height: auto;
    }
    .contact-main {
        height: 400px;
        padding-left: 50px;
    }
    .contact-map {
        height: 250px;
    }
}

@media screen and (min-width: 900px) {
    .news-main .news-left ul>li:first-child {
        border-top: none;
    }
}

@media screen and (max-width: 899px) {
    .training-page2-tip,
    .training-page3-tip {
        top: 50%;
        transform: translateY(-50%);
    }
    .about-media .tip h1 {
        font-size: 16px;
    }
    .about-media .tip h3 {
        font-size: 18px;
        margin: 15px 0;
    }
    .about-media .tip {
        margin-bottom: 50px;
    }
    .media-header h1 {
        font-size: 20px;
    }
    .about-media {
        top: -20px;
    }
    .media-item {
        padding: 0 5px;
        margin-bottom: 0;
    }
    .news {
        margin-bottom: 20px;
    }
    .media-row {
        margin-right: -5px;
        margin-left: -5px;
    }
    .media-item .info {
        font-size: 18px;
    }
    .gallery-thumbs {
        width: 100%;
        left: 0;
        right: 0;
        transform: translateX(0%);
        padding: 0 10px;
    }
    .about-banner {
        padding-bottom: 50px;
    }
    .news-main .news-left,
    .news-main .news-right {
        width: 100%;
        float: none;
        max-width: 100%;
    }
    .news-main .news-left ul>li {
        width: 25%;
        float: left;
        padding: 10px;
    }
    .news-main .news-left ul>li.on {
        border-left-color: transparent;
        border-top-color: #89c997;
    }
    .news-main .news-left ul>li h5 {
        font-size: 12px;
    }
}

@media screen and (max-width: 768px) {
    .p2,
    .p3,
    .p4,
    .p5,
    .p6,
    .p7,
    .p8,
    .p9,
    .p10 {
        height: 88.25vw;
    }
    .ph3 {
        height: 56.25vw;
    }
    .group-trainer-box .back {
        display: none;
    }
    .p8-box h1 {
        line-height: 20px;
    }
    .p9 h1 {
        line-height: 20px;
    }
    .training-page2-tip,
    .training-page3-tip p {
        line-height: 30px;
    }
    .p2 .map-pic {
        display: block;
        width: 100%;
    }
    .p2 {
        background-image: none!important;
        height: auto;
        padding-bottom: 50px;
    }
    .p2-tip {
        width: 80%;
        margin: auto;
        text-align: center;
        padding-right: 0;
    }
    .p2-tip .city {
        padding-left: 0;
    }
    .p4-tip .qrcode-img {
        bottom: 25%;
        border-top-right-radius: 0px;
        border-bottom-left-radius: 8px;
    }
    .p4-tip .qrcode-img p {
        padding-bottom: 5px;
    }
    .p4-tip .qrcode-img p,
    .p4-tip .down-info p {
        font-size: 12px;
    }
    .p5-box-app-top {
        padding-top: 50px;
        padding-left: 0;
    }
    .p6-main-form-box .form-box {
        height: auto;
    }
    .form-box h1 {
        font-size: 16px;
        line-height: 20px;
    }
    .p5-phone-slice,
    .form-box p {
        font-size: 12px;
    }
    a.link-btn {
        font-size: 13px;
    }
    .down-right h1,
    .contact-main h1,
    .join-page1-tip h1 {
        font-size: 20px;
    }
    .down-right img {
        width: 38px;
        height: 38px;
    }
    .down-right .qrcode-new img {
        width: 90px;
        height: 90px;
    }
    .p6-main-form-box,
    .p7-main-form-box {
        padding-left: 20px;
    }
    .p7-main-form-box .form-box,
    .p6-main-form-box .form-box {
        padding: 18px;
    }
    .form-box p {
        margin: 15px 0;
    }
    nav {
        padding-left: 20px;
    }
    nav ul>li {
        padding-right: 15px;
    }
    .footer-nav ul {
        padding-right: 55px;
    }
    .p5-box-app-top p {
        margin: 10px 0;
        text-align: center;
    }
    .p5-box-app {
        bottom: 20px;
    }
    .coach-box {
        width: 90vw;
        padding: 5vw 6vw 5vw;
    }
    .back.coach-info h3 {
        font-size: 20px;
    }
    .group-trainer-box {
        width: 50%;
    }
    .training-page2-tip,
    .training-page3-tip {
        width: calc(100% - 50px);
    }
    .p9 h3 {
        margin-top: 20px;
    }
    .p9 h1 {
        font-size: 17px;
    }
    .intro-header {
        height: 30vh;
    }
    .post-title {
        font-size: 18px;
    }
    .post-meta {
        font-size: 15px;
        margin: 10px 0;
    }
    .news-detail h1 {
        font-size: 20px;
    }
    .news-detail {
        font-size: 14px;
    }
}

@media screen and (min-width: 580px) {
    .p6,
    .p7 {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        align-items: center;
    }
}

@media screen and (max-width: 579px) {
    .p6-main-tip,
    .p7-main-tip {
        width: 100%;
        text-align: center;
        padding: 0 20px;
    }
    .p6-main-form-box,
    .p7-main-form-box {
        width: 100%;
        padding: 0 20px;
    }
    .p6-main-form-box .form-box,
    .p7-main-form-box .form-box {
        margin: auto;
        width: 400px;
        margin-top: 20px;
    }
    .p6,
    .p7 {
        min-height: 56.25vw;
        height: auto;
        padding: 50px 0;
    }
    .nav-right {
        display: none;
    }
    nav ul>li>a {
        color: #fff;
        font-size: 12px;
    }
    header {
        padding: 5px 2.5vw;
    }
    .p4-tip h1,
    .p6-main-tip h1,
    .p7-main-tip h1,
    .p5-box-app-top h1 {
        font-size: 17px;
        text-align: center;
    }
    .p4-tip h1 {
        text-align: left;
        padding: 0 20px;
    }
    .p4-tip .down-info {
        width: 85%;
        text-align: left;
    }
    .p4-tip .down-info h3 {
        font-size: 14px;
        padding-bottom: 5px;
    }
    .news-main .news-left ul>li {
        width: 50%;
        float: left;
        padding: 10px;
    }
    .news-right .title {
        font-size: 18px;
    }
    .intro-header h1 {
        font-size: 40px;
    }
}

@media (min-width: 500px) {
    .p5 {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        flex-direction: row;
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
    }
    .p5-box-app {
        position: absolute;
        right: 0;
        bottom: 60px;
        text-align: right;
    }
    .p5-box-pic .swiper-container {
        height: 850px;
        width: 100%;
        max-height: 100%;
    }
}

@media (max-width: 499px) {
    .p5 {
        height: auto;
    }
    .p5-box {
        width: 100%;
        /*padding-right: 50px;*/
    }
    .p5-box-app {
        text-align: center;
    }
    .p5-box-pic {
        min-height: 350px;
        height: 90vw;
    }
    .p5-box-pic .swiper-container {
        height: 850px;
        width: 100%;
        max-height: 100%;
    }
    .p5-box-pic img {
        width: 55vw;
        margin-left: 50px;
    }
    .p5-box-app img {
        width: 24vw;
    }
    .p5-phone-slice {
        right: 50px;
    }
    .footer-nav {
        width: 100%;
    }
    .footer-nav ul {
        width: 50%;
        padding-right: 0;
        padding-left: 20px;
    }
    footer {
        padding-left: 20px;
        padding-right: 20px;
    }
}