@import url('https://fonts.font.im/css2?family=Bebas+Neue&family=Josefin+Sans&display=swap');
/*---- public css ----*/
html
{
    font-family: sans-serif;
    color: #000;
        -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
body
{
    font-family:'Josefin Sans','PingFang SC', 'Hiragino Sans GB','Noto Sans','Microsoft YaHei',Helvetica,Arial,sans-serif,'Apple Color Emoji',
  'Segoe UI Emoji', 'Segoe UI Symbol';

    -webkit-font-smoothing: antialiased;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary
{
    display: block;
}
h1
{
    font-size: 2em;
}
img
{
    border: 0;
}
button,
input,
optgroup,
select,
textarea
{
    font: inherit;

    margin: 0;

    color: inherit;
}
button
{
    overflow: visible;
}
button,
select
{
    text-transform: none;
}
button,
html input[type='button'],
input[type='reset'],
input[type='submit']
{
    cursor: pointer;

    -webkit-appearance: button;
}
button[disabled],
html input[disabled]
{
    cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner
{
    padding: 0;

    border: 0;
}
input
{
    line-height: normal;
}
input[type='checkbox'],
input[type='radio']
{
    box-sizing: border-box;
    padding: 0;
}
input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button
{
    height: auto;
}
input[type='search']
{
    -webkit-box-sizing: content-box;
       -moz-box-sizing: content-box;
            box-sizing: content-box;

    -webkit-appearance: textfield;
}
input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration
{
    -webkit-appearance: none;
}
input::-ms-clear
{
    display: none;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td
{
    margin: 0;
    padding: 0;
}
a
{
    cursor: pointer;
    text-decoration: none;
    color: #000;
    background: transparent;
}
a:link,
a:active,
a:hover
{
    outline: 0;
}
*{
    box-sizing: border-box;
}
.hidden
{
    display: none !important;
}
html,body
{
    background: #f9f9f9;
    height: 100%;
}
.shadow
{
    border: 1px solid #ddd\9;
    box-shadow: 0 2px 10px rgba(0,0,0,.2);
}
.blur
{
            filter: blur(6px);
    -webkit-filter: blur(6px);
       -moz-filter: blur(6px);
       filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=6, MakeShadow=false);
}
body *{-webkit-user-drag:none}
/*blog css*/
.page {height: auto;}
.light {background: linear-gradient(#f9f9f9,#fff);}
.deep {background: linear-gradient(#1a1a25,#000);}
.deep *{color: #fff;}
.navbar {
    display: flex;
    position: fixed;
    width: 100%;;
    padding: 80px 80px 0 80px;
    justify-content: space-between;
    line-height: 1.5;
}
.page .navbar{
    position: relative;
}
.navbar .title {
    font-size: 24px;
    display: flex;
    font-weight: 600;
    align-items: center;
    padding-right: 12px;
    /* background-color: rgba(255,255,255,.64); */
    border-radius: 18px;
}
.navbar .title *{
    margin-left: 12px;
}
.navbar .title a{
    display: block;
}
.navbar .title span{
    font-size: 16px;
    color: #999;
}
.icon{
    display: block;
    width: 24px;
    height: 24px;
    background-size: 24px 24px;
    background-repeat: no-repeat;
    background-position:center;
}
.deep .icon {
    filter: invert(100%);
}
.logo{
    background-image: url(../images/logo.png);
}
.return{
    background-image: url(../images/return.png);
}
.top{
    display: none;
    background-image: url(../images/top.png);
    position: fixed;
    right: 98px;
    bottom: 98px;
    width: 64px;
    height: 64px;
    background-color: #fff;
    border-radius: 100%;
    box-shadow: rgba(0,0,0,.24) 0 0 40px;
}
.top:hover{
    filter: invert(100%);
}
.navbar .menu {
    font-size: 20px;
    display: flex;
    align-items: center;
}
.navbar .menu a{
    margin-left: 40px;
}
.navbar .menu a:hover{
    text-decoration: underline;
}

.container{
    display: flex;
    width: 100%;
    height: 100%;
    padding: 200px 0 80px 120px;
    align-items: center;
}
.page .container{
    flex-direction: column;
    width: 100%;
    height: auto;
    padding: 80px 120px;
    align-items: flex-start;
}
.desc {
    display: flex;
    flex-direction: column;
    width: 640px;
}
.desc p.title{
    font-size: 24px;
    font-weight: 600;
    color: #999;
    margin-bottom: 24px;
}
.desc p.info{
    font-size: 40px;
    font-weight: 800;
    line-height: 1.4;
}
.desc p.info:before{
    content: '';
    display: block;
    width: 100px;
    height: 100px;
    position: fixed;
    float: left;
    background: linear-gradient(0deg, transparent,#FFE660);
    border-radius: 100%;
    margin-left: -50px;
}
.desc p.info a:hover{
    text-decoration: underline;
}
.about {
    padding-right: 120px;
    justify-content: space-around;
    flex-direction: column;
}
.about::after{
    content: '';
    display: block;
    width: 320px;
    height: 320px;
    position: fixed;
    float: left;
    background: linear-gradient(0deg, transparent,#FFE660);
    border-radius: 100%;
    right: 80px;
    bottom: 50px;
}
.about .desc{
    flex-direction: row;
    width: auto;
}
.about p.title {
    width: 160px;
    margin-right: 40px;
}
.about p.info {
    width: 760px;
}
.about p.info{
    font-size: 24px;
    font-weight: 800;
}
.about p.info:before{
    background: transparent;
}
.port {
    display: block;
    flex:1.0;
    /* max-width: 480px; */
    /* height: 100%; */
    overflow: hidden;
    /* border-radius: 16px; */
}
.port a{
    display: flex;
    height: 480px;
    justify-content: center;
}
.port a img{
    height: 100%;
}
.port .switch{
    width: 64px;
    height: 64px;
    background-color: #fff;
    border-radius: 100%;
    box-shadow: rgba(0,0,0,.12) 0 0 20px;
}
.swiper-button-prev {
    left: 24px;
}
.swiper-button-prev::after{
    content: '';
    width: 36px;
    height: 36px;
    background-image: url(../images/arrow-l.png);
    background-size: 36px 36px;
    line-height: 0;
}
.swiper-button-next {
    right: 24px;
}
.swiper-button-next::after{
    content: '';
    width: 36px;
    height: 36px;
    background-image: url(../images/arrow-r.png);
    background-size: 36px 36px;
    line-height: 0;
}
.swiper-3d .swiper-slide-shadow{
    background: transparent;
}
.swiper-wrapper {
    align-items: center;
}
.container section{
    display: flex;
    flex-direction: row;
    width: 100%;
    margin-bottom: 40px;
    justify-content: center;
}
.container section img{
    width: 100%;
    border-radius: 32px;
    max-width: 1280px;
}
@media (max-width: 1200px)
{
    .container{
        padding-left: 80px;
    }
    .page .container{
        padding: 60px;
    }
    .desc {
        width: 400px;
        flex: 1;
    }
    .desc p.info{
        font-size: 28px;
    }
    .about p.title{
        width: 80px;
        font-size: 16px;
    }
    .about p.info{
        width: 560px;
        font-size: 20px;
    }
    .port {
        flex: 1.6;
    }
}
@media (max-width: 768px)
{   
    .navbar {
        padding: 64px 40px 0 40px;
    }
    .navbar .title{
        font-size: 20px;
    }
    .navbar .title *{
        margin-left: 8px;
    }
    .navbar .title a{
        width: 16px;
        height: 16px;
    }
    .navbar .menu{
        font-size: 16px;
    }
    .navbar .menu a{
        margin-left: 12px;
    }
    .icon{
        background-size: 16px;
    }
    .container {
        padding:120px 0 120px 0;
        flex-direction: column-reverse;
    }
    .page .container{
        padding: 20px;
    }
    .container section{
        margin-bottom: 10px;
    }
    .container section img{
        border-radius: 16px;
    }
    .about{
        flex-direction: column;
    }
    .desc{
        width: auto;
        justify-content: flex-end;
        align-items: center;
        flex: 0.8;
    }
    .desc p.title{
        display: none;
    }
    .desc p.info{
        text-align: center;
        font-size: 20px;
    }
    .desc p.info:before{
        width: 320px;
        height: 320px;
        left: -160px;
        bottom: -160px;
        margin-left: 0;
    }
    .about p.info{
        width: auto;
        font-size: 20px;
        margin: 0 20px;
    }
    .about::after{
        right: -160px;
        bottom: -160px;
    }
    .port {
        width: 100%;
        flex: 3;
    }
    .port a{
        height: 400px;
    }
}
@media (max-width: 480px)
{
    .navbar{
        padding: 40px 16px 0 16px;
    }
    .container{
        padding-top: 80px;
        padding-bottom: 40px;
    }
    .top{
        right: 24px;
        bottom: 24px;
    }
}
