*,::after,::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent
}

article,aside,figcaption,figure,footer,header,hgroup,main,nav,section {
    display: block
}

body {
    margin: 0;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff
}

[tabindex="-1"]:focus:not(:focus-visible) {
    outline: 0!important
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

h1,h2,h3,h4,h5,h6 {
    margin-top: 0;
    margin-bottom: .5rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

abbr[data-original-title],abbr[title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit
}

dl,ol,ul {
    margin-top: 0;
    margin-bottom: 1rem
}

ol ol,ol ul,ul ol,ul ul {
    margin-bottom: 0
}

dt {
    font-weight: 700
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

blockquote {
    margin: 0 0 1rem
}

b,strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

sub,sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent
}

a:hover {
    color: #0056b3;
    text-decoration: underline
}

a:not([href]):not([class]) {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none
}

code,kbd,pre,samp {
    font-family: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
    font-size: 1em
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar
}

figure {
    margin: 0 0 1rem
}

img {
    vertical-align: middle;
    border-style: none
}

svg {
    overflow: hidden;
    vertical-align: middle
}

table {
    border-collapse: collapse
}

caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom
}

th {
    text-align: inherit;
    text-align: -webkit-match-parent
}

label {
    display: inline-block;
    margin-bottom: .5rem
}

button {
    border-radius: 0
}

button:focus:not(:focus-visible) {
    outline: 0
}

button,input,optgroup,select,textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button,input {
    overflow: visible
}

button,select {
    text-transform: none
}

[role=button] {
    cursor: pointer
}

select {
    word-wrap: normal
}

[type=button],[type=reset],[type=submit],button {
    -webkit-appearance: button
}

[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled),button:not(:disabled) {
    cursor: pointer
}

[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner {
    padding: 0;
    border-style: none
}

input[type=checkbox],input[type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

textarea {
    overflow: auto;
    resize: vertical
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal
}

progress {
    vertical-align: baseline
}

[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-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

output {
    display: inline-block
}

summary {
    display: list-item;
    cursor: pointer
}

template {
    display: none
}

[hidden] {
    display: none!important
}

body {
    font-size: 16px;
    min-width: 320px;
    position: relative;
    line-height: 1.22;
    font-family: Montserrat,sans-serif;
    overflow-x: hidden;
    color: #fff;
    background-color: #01b3f7
}

.btn {
    background-color: #ffe600;
    background-image: -webkit-gradient(linear,left top,left bottom,from(transparent),to(#ffa800));
    background-image: -o-linear-gradient(top,transparent 0,#ffa800 100%);
    background-image: linear-gradient(to bottom,transparent 0,#ffa800 100%);
    padding: 15px 40px 16px;
    font-weight: 500;
    font-size: 18px;
    line-height: 160%;
    color: #2d2d2d;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    -webkit-transition: background-color .3s ease 75ms,-webkit-box-shadow .3s ease 0s;
    transition: background-color .3s ease 75ms,-webkit-box-shadow .3s ease 0s;
    -o-transition: background-color .3s ease 75ms,box-shadow .3s ease 0s;
    transition: background-color .3s ease 75ms,box-shadow .3s ease 0s;
    transition: background-color .3s ease 75ms,box-shadow .3s ease 0s,-webkit-box-shadow .3s ease 0s;
    border-radius: 10px;
    -webkit-box-shadow: inset 0 -3px 0 rgba(0,0,0,.2);
    box-shadow: inset 0 -3px 0 rgba(0,0,0,.2)
}

.btn:hover {
    text-decoration: none;
    color: #2d2d2d;
    background-color: #ffa800;
    -webkit-box-shadow: none;
    box-shadow: none
}

@media screen and (max-width: 919px) {
    .btn {
        font-size:14px;
        padding: 10px 20px 13px
    }
}

.fullscreen {
    min-height: 700px;
    height: 100vh;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    overflow: hidden
}

.fullscreen .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.fullscreen .inner .text {
    cursor: default
}

.fullscreen .inner .text-top {
    -webkit-transition: color .5s ease,-webkit-transform .5s ease;
    transition: color .5s ease,-webkit-transform .5s ease;
    -o-transition: color .5s ease,transform .5s ease;
    transition: color .5s ease,transform .5s ease;
    transition: color .5s ease,transform .5s ease,-webkit-transform .5s ease;
    font-weight: 900;
    font-size: 60px;
    line-height: 73px;
    text-align: center;
    text-transform: uppercase;
    color: transparent;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #fff;
    -webkit-backface-visibility: hidden
}

.fullscreen .inner .text-bottom {
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    -o-transition: transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease,-webkit-transform .5s ease;
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
    text-align: center;
    text-transform: uppercase;
    -webkit-backface-visibility: hidden
}

.fullscreen .inner-online {
    cursor: default;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    font-size: 14px;
    line-height: 17px;
    position: relative;
    padding-left: 30px
}

.fullscreen .inner-online span {
    font-weight: 600
}

.fullscreen .inner-online::before {
    content: '';
    display: block;
    position: absolute;
    width: 20px;
    height: 16px;
    background-image: url(../images/dest/currentIcon@2x.png);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.fullscreen .inner-button {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
}

.fullscreen .inner-name {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.fullscreen__left,.fullscreen__right {
    padding: 50px 0
}

.fullscreen__left {
    background-color: #01b3f7;
    background-image: url(../images/dest/leftBg.png);
    background-size: cover;
    background-position: center center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative
}

.fullscreen__left .left-inner {
    height: 100%;
    width: 70%;
    z-index: 1
}

.fullscreen__left .center {
    display: none
}

.fullscreen__left .toptext {
    display: none
}

.fullscreen__left .online {
    cursor: default;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%,50%);
    -ms-transform: translate(-50%,50%);
    transform: translate(-50%,50%);
    width: 173px;
    height: 72px;
    background-image: url(../images/dest/onlineBg.png);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.fullscreen__left .online-top {
    font-weight: 400;
    font-size: 10px;
    line-height: 12px
}

.fullscreen__left .online-bottom {
    font-weight: 700;
    font-size: 27px;
    line-height: 33px;
    color: #01b3f7
}

.fullscreen__right {
    background-color: #8d03d3;
    background-image: url(../images/dest/rightBg.png);
    background-size: cover;
    background-position: center center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.fullscreen__right .right-inner {
    height: 100%;
    width: 70%;
    z-index: 1
}

.fullscreen__left::before {
    width: 200px;
    height: 380px;
    position: absolute;
    display: block;
    content: '';
    background-image: url(../images/dest/leftMan.png);
    background-size: contain;
    background-position: center bottom;
    background-repeat: no-repeat;
    left: -1px;
    bottom: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.fullscreen__right::before {
    width: 200px;
    height: 380px;
    position: absolute;
    display: block;
    content: '';
    background-image: url(../images/dest/rightMan.png);
    background-size: contain;
    background-position: center bottom;
    background-repeat: no-repeat;
    right: 0;
    bottom: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

@media screen and (max-width: 919px) {
    .fullscreen .inner .text-top {
        color:#fff
    }

    .fullscreen .inner-online {
        margin: 20px 0
    }

    .fullscreen__left::before,.fullscreen__right::before {
        width: 30%;
        max-width: 200px
    }
}

@media screen and (min-width: 920px) {
    .fullscreen {
        min-height:500px;
        height: 100vh;
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
        overflow: hidden!important
    }

    .fullscreen .inner .text-top {
        font-size: 112px;
        line-height: 137px
    }

    .fullscreen .inner .text-bottom {
        font-size: 18px;
        line-height: 22px;
        margin-top: -10px
    }

    .fullscreen .inner-online {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        padding-left: 47px;
        font-size: 18px;
        line-height: 22px
    }

    .fullscreen .inner-online::before {
        width: 36px;
        height: 30px
    }

    .fullscreen .inner-button {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .fullscreen .inner-name {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .fullscreen__left,.fullscreen__right {
        padding: 50px 0 65px
    }

    .fullscreen .toptext {
        display: block;
        position: absolute;
        text-transform: uppercase;
        width: 200%;
        height: 100px;
        left: 0;
        top: 0;
        opacity: .1;
        font-size: 8.6vw;
        text-align: center;
        font-weight: 800;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    .fullscreen .center {
        display: block;
        width: 140px;
        height: 140px;
        position: absolute;
        right: 0;
        top: 50%;
        -webkit-transform: translate(50%,-50%) translateZ(0);
        transform: translate(50%,-50%) translateZ(0);
        background-image: url(../images/dest/centerLogo.png);
        background-size: contain;
        background-position: center center;
        background-repeat: no-repeat;
        z-index: 1
    }

    .fullscreen .online {
        left: unset;
        right: 0;
        bottom: 25px;
        -webkit-transform: translate(50%,0);
        -ms-transform: translate(50%,0);
        transform: translate(50%,0);
        width: 317px;
        height: 132px
    }

    .fullscreen .online-top {
        font-size: 14px;
        line-height: 17px
    }

    .fullscreen .online-bottom {
        font-size: 48px;
        line-height: 59px
    }

    .fullscreen__left:hover .text-top {
        color: #fff;
        -webkit-transform: scale(1.15);
        -ms-transform: scale(1.15);
        transform: scale(1.15)
    }

    .fullscreen__left:hover .text-bottom {
        -webkit-transform: translateY(5px);
        -ms-transform: translateY(5px);
        transform: translateY(5px)
    }

    .fullscreen__left:hover::before {
        -webkit-transform: scale(1.11) translate(5%,-5%);
        -ms-transform: scale(1.11) translate(5%,-5%);
        transform: scale(1.11) translate(5%,-5%)
    }

    .fullscreen__right:hover .text-top {
        color: #fff;
        -webkit-transform: scale(1.15);
        -ms-transform: scale(1.15);
        transform: scale(1.15)
    }

    .fullscreen__right:hover .text-bottom {
        -webkit-transform: translateY(5px);
        -ms-transform: translateY(5px);
        transform: translateY(5px)
    }

    .fullscreen__right:hover::before {
        -webkit-transform: scale(1.11) translate(-5%,-5%);
        -ms-transform: scale(1.11) translate(-5%,-5%);
        transform: scale(1.11) translate(-5%,-5%)
    }
}

@media (-webkit-min-device-pixel-ratio: 2),(-o-min-device-pixel-ratio:2/1),(min-resolution:192dpi) {
    .fullscreen__left {
        background-image:url(../images/dest/leftBg@2x.png)
    }

    .fullscreen__left::before {
        background-image: url(../images/dest/leftMan@2x.png)
    }

    .fullscreen__left .online {
        background-image: url(../images/dest/onlineBg@2x.png)
    }

    .fullscreen__left .center {
        background-image: url(../images/dest/centerLogo@2x.png)
    }

    .fullscreen__right {
        background-image: url(../images/dest/rightBg@2x.png)
    }

    .fullscreen__right::before {
        background-image: url(../images/dest/rightMan@2x.png)
    }
}
