
body, html 
{
    font-family: 'Microsoft YaHei', '΢���ź�', sans-serif;
    height: 100%;
    margin: 0;
    padding: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body
{
    grid-template-rows: 70px auto 55px;
    background-image: linear-gradient(to top, #ffffff 0%, #ffffff 1%, #ffffff 31%, #ffffff 80%, #e6e6e6 100%);
}

li
{
    list-style-type: none;
}

a{
    text-decoration:none;
}

a:focus {
    outline: none;
}

.hamburger-menu {
    position: relative;
    width: 30px;
    height: 24px;
}
.bar {
    position: absolute;
    width: 100%;
    height: 4px; 
    background-color: #646464;
    border-radius: 50px; 
    transition: all 0.3s;
    left: 0;
}
.bar::before,
.bar::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 4px;
    background-color: inherit;
    border-radius: inherit;
    left: 0;
}
.bar::before { top: -8px; } 
.bar::after { bottom: -8px; } 

.menu 
{
    margin-right: 25px;
    text-align: right;
    margin-top: 21px;
    grid-column: 5;
    grid-row: 1;
    list-style: none;
}
.menu li {
    position: relative;
    padding: 10px;
    cursor: pointer;
    font-size: 16px;
    text-align: center;
    margin-left: 5px;
}
.menu li:last-child {
    border-bottom: none;
}
.sub-menu {
    display: none;
    position: absolute;
    left: 0; 
    top: 100%; 
    background-color: #ffffff;
    border-radius: 15px;

    border: 1px solid #d5d5d5; 
    box-shadow: 5px 5px 10px rgba(120, 120, 120, 0.5); 

    padding: 10px;
    list-style: none;
    z-index: 1000;
}
.sub-menu li {
    padding: 10px;
    white-space: nowrap;
}


.AutoFooter
{
    grid-row: 3;
    width: 100%;
    background:rgb(236, 236, 236);
    text-align: center;
    height: 56px;

    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
}

.AutoFooter a
{
  color:rgba(153, 153, 153, 1);
}
.AutoFooter div
{
  color:rgba(153, 153, 153, 1);
}

.NavStyle 
{
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999999;
    grid-row: 1;
    width: 100%;
    display: grid;
    grid-template-columns: 5% 150px auto auto 360px 5%;
    background: #FFFFFF;
}

.NavStyle ul
{
    justify-self: end; 
}

.NavStyle span
{
    grid-column: 1;
    grid-row: 1;
}

.NavStyle li
{
    list-style-type: none;
    padding-left: 0; 
    float: left;
    grid-column: 2;
    grid-row: 1;
}

.NavStyle li label
{ 
   float: left;
   font-size: 21.82px;
   color: black;
   padding-top:20px;
   padding-left:13px;
   padding-bottom: 20px;
}

.NavStyle div
{
    grid-column: 5;
    grid-row: 1;
    /* background-color: aqua; */
}

.NavStyle div li
{
    cursor:pointer;
    margin-top: 13px;
    float: left; 
    list-style-type: none;
    padding-left: 0; 
    font-size: 16px;
    color:rgba(102, 102, 102, 1);
    margin-left: 5px;
    margin-right: 5px;
    text-align: center;
    padding: 10px 17px 10px 17px;
}

.NavSelect
{
    cursor:pointer;
    text-align: center;
    border-radius: 15px;
    background: rgba(0, 114, 255, 1);
    color: white !important;
    padding: 10px 17px 10px 17px !important;
}

.logo
{
    float: left;
    padding-top: 15px;
    width: 41px;
    height: 40px;
}

.Frames
{
    grid-row: 2;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;

    width: 100%;
    height: 100%;
    flex-direction: row;
}

.btn1st 
{
    cursor:pointer;
    font-size: 24px;
    background: rgba(0, 114, 255, 1);
    color: #FFFFFF;
}

.btn2nd
{
    cursor:pointer;
    font-size: 24px;
    background: rgba(90, 100, 119, 1);
    color: #FFFFFF;
}

.btn3rd
{
    cursor:pointer;
    font-size: 24px;
    background: rgba(0, 187, 70, 1);
    color: #FFFFFF;
}

.circle {
    border-radius: 15px;
}


.bg1 {
    background-image: url("screen-img-01.png");
    width: 100vw;
    height: 100vh;
    min-width: 1200px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    /* background-position: 50%; */
}

.bg2 {
    background-image: url("screen-img-02.png");
    width: 100vw;
    height: 100vh;
    min-width: 1200px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    /* background-position: 50%; */
}

.bg3 {
    background-image: url("screen-img-03.png");
    width: 100vw;
    height: 100vh;
    min-width: 1200px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    /* background-position: 50%; */
}

.bg4 {
    background-image: url("screen-img-04.png");
    width: 100vw;
    height: 100vh;
    min-width: 1200px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    /* background-position: 50%; */
}

.part-bd {
    position: absolute;
    left: 50%;
    top: 0;
    height: 100%;
    margin-left: -560px;
    max-width: 1120px;
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 0 20px;
    box-sizing: border-box;
    
}

.part-02 {
    color: #2d2d2d;
    display: inline-flex;
    position: relative;
}

.part-bd .part-number {
    width: 95px;
    height: 87px;
    background: url("count-01.png");
    background-size: 100% 100%;
}

.part-bd h2 {
    font-size: 50px;
    margin: 14px 0;
}

.part-bd h2 strong {
    background: linear-gradient(89.2deg, #417df0 .3%, #1899ec 31.12%, #20c3e7 66.05%, #34f3d0 98.93%);
    -webkit-background-clip: text;
    background-clip: text;
    text-fill-color: transparent;
    -webkit-text-fill-color: transparent;
}

.part-desc {
    color: #2d2d2d;
    font-size: 26px;
    margin: 0;
}

.bg2 .part-bd .part-number {
    width: 95px;
    height: 87px;
    background: url("count-02.png");
    background-size: 100% 100%;
}

.bg3 .part-bd .part-number {
    width: 95px;
    height: 87px;
    background: url("count-03.png");
    background-size: 100% 100%;
}

.bg4 .part-bd .part-number {
    width: 95px;
    height: 87px;
    background: url("count-04.png");
    background-size: 100% 100%;
}

#screenMenu {
    position: fixed;
    top: 50%;
    transform: translate(-560px, -50%);
    left: 50%;
    z-index: 1;
    width: 1px;
    padding: 0;
    margin: 0;
    height: 240px;
}

#screenMenu li {
    height: 0px;    
}

#screenMenu .active {
    /* width: 12px; */
    position: relative;
    height: 240px;
    background: rgba(0, 177, 171, .2);
    
}

#screenMenu .active::after {
    content: '';
    position: absolute;
    width: 3px;
    left: -1px;
    height: 60px;
    background: linear-gradient(90deg, #44d8cc 2.34%, #11dfba 103.03%);
    z-index: 1000;
}

#screenMenu .page1.active::after {
    top: 0;
}

#screenMenu .page2.active::after {
    top: 60px;
}

#screenMenu .page3.active::after {
    top: 120px;
}

#screenMenu .page4.active::after {
    top: 180px;
}

.com-wrap {
    margin: 0 auto;
    width: 1120px;
}

body:not(.fp-responsive) .fp-overflow {
    height: 100vh;
}

.MainView
{
    margin-top: 224px;
}

.ChildGrid
{
    display: flex;
    justify-content: space-between;
}

.DownloadViewBtns
{
    margin-top: 150px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    text-align: center;
}

.DownloadViewBtns a
{
    width: 340px;
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.DownloadViewBtns a img {
    width: 32px;
    height: 32px;
    margin-right: 10px;
}

.Right img
{
   width: 508px;
   height: 384px;
}

.LineTittle
{
    width: 100%;
}

.LineTittle p
{
    width: 600px;
    white-space: nowrap;
    font-size: 48px;    
    background-image: url("Skip.png");
    background-repeat: no-repeat; 
    background-size: 197px 34px;
    background-position: 215px 22px;
    margin: 0;
}

.LineTittle span
{
    padding-right: 20px;
    color: rgba(0, 114, 255, 1);
}  

.Dsp
{
    margin-top: 69px;
    font-size: 18px;
    color: rgba(102, 102, 102, 1);
}

.Dsp p {
    display: flex;
    align-items: center;
    margin-bottom: 32px;
}

.Dsp p img
{
    margin-right: 28px;
    height: 46px;
    width: 46px;
}

.Dsp p a {
    font-size: 18px;
    color: #666666;
    line-height: 30px;
}


@media only screen and (max-width: 1680px) {
    .com-wrap {
        margin: 0 auto;
        width: 1080px;
    }
    .MainView {
        margin-top: 200px;
    }

    .part-bd {
        max-width: 1080px;
        margin-left: -540px;
    }
    #screenMenu {
        transform: translate(-540px, -50%);
    }
}

@media only screen and (max-width: 1600px) {
    .com-wrap {
        margin: 0 auto;
        width: 1060px;
    }
    .part-bd {
        max-width: 1060px;
        margin-left: -530px;
    }
    #screenMenu {
        transform: translate(-530px, -50%);
    }
    .MainView {
        margin-top: 190px;
    }
    .LineTittle p {
        font-size: 44px;
        background-size: 174px 30px;
        background-position: 204px 20px;
    }

    .Dsp {
        margin-top: 64px;
    }

    .Right img {
        width: 489px;
        height: 370px;
    }

    .DownloadViewBtns a {
        width: 320px;
        height: 67px;
    }

    .DownloadViewBtns {
        margin-top: 54px;
    }

}

@media only screen and (max-width: 1540px) {
    .com-wrap {
        margin: 0 auto;
        width: 900px;
    }
    .part-bd {
        max-width: 900px;
        margin-left: -450px;
    }
    #screenMenu {
        transform: translate(-450px, -50%);
    }
    .MainView {
        margin-top: 160px;
    }
    .LineTittle p {
        font-size: 40px;
        background-size: 174px 30px;
        background-position: 192px 16px;
    }

    .Dsp {
        margin-top: 56px;
    }

    .Dsp p a {
        font-size: 16px;
    }

    .Right img {
        width: 406px;
        height: 308px;
    }

    .DownloadViewBtns a {
        width: 272px;
        height: 58px;
    }

    .DownloadViewBtns {
        margin-top: 100px;
    }
}

@media only screen and (max-width: 1366px) {
    .com-wrap {
        margin: 0 auto;
        width: 800px;
    }
    .AutoFooter {
        font-size: 12px;
    }
    .part-bd {
        max-width: 800px;
        margin-left: -400px;
    }
    .part-bd h2 {
        font-size: 34px;
    }
    .part-desc {
        font-size: 20px;
    }
    .bg2 .part-bd .part-number {
        width: 67px;
        height: 61px;
    }
    
    .bg3 .part-bd .part-number {
        width: 67px;
        height: 61px;
    }
    
    .bg4 .part-bd .part-number {
        width: 67px;
        height: 61px;
    }

    #screenMenu {
        transform: translate(-400px, -50%);
        height: 190px;
    }
    #screenMenu .active {
        height: 190px;
    }
    #screenMenu .active::after {
        height: 48px;
    }

    #screenMenu .page1.active::after {
        top: 0;
    }
    
    #screenMenu .page2.active::after {
        top: 48px;
    }
    
    #screenMenu .page3.active::after {
        top: 96px;
    }
    
    #screenMenu .page4.active::after {
        top: 144px;
    }

    .MainView {
        margin-top: 150px;
    }
    .LineTittle p {
        font-size: 34px;
        background-size: 130px 20px;
        background-position: 162px 18px;
    }

    .Left {
        width: 438px;
    }

    .Dsp {
        margin-top: 48px;
        width: 442px;
    }

    .Dsp p {
        margin-bottom: 23px;
    }

    .Dsp p a {
        font-size: 15px;
    }

    .Right img {
        width: 361px;
        height: 273px;
    }

    .DownloadViewBtns a {
        width: 240px;
        height: 50px;
    }

    .DownloadViewBtns {
        margin-top: 90px;
    }

    .ChildGrid {
        align-items: center;
    }

    .btn1st {
        font-size: 22px;
    }

    .btn2nd {
        font-size: 22px;
    }

    .btn3rd {
        font-size: 22px;
    }
}

@media only screen and (max-width: 1200px) {
    .com-wrap {
        margin: 0 auto;
        width: 700px;
    }
    .part-bd {
        max-width: 700px;
        margin-left: -350px;
    }
    #screenMenu {
        transform: translate(-350px, -50%);
    }
    .MainView {
        margin-top: 130px;
    }
    .LineTittle p {
        font-size: 30px;
        background-size: 130px 20px;
        background-position: 162px 18px;
    }

    .Left {
        width: 408px;
    }

    .Dsp {
        margin-top: 36px;
        width: 402px;
    }

    .Dsp p img {
        margin-right: 20px;
        height: 36px;
        width: 36px;
    }

    .Dsp p {
        margin-bottom: 23px;
    }

    .Dsp p a {
        font-size: 14px;
        line-height: 20px;
    }

    .Right img {
        width: 317px;
        height: 240px;
    }

    .DownloadViewBtns a {
        width: 210px;
        height: 44px;
    }

    .DownloadViewBtns {
        margin-top: 38px;
    }

    .DownloadViewBtns a img {
        width: 26px;
        height: 26px;
    }

    .ChildGrid {
        align-items: center;
    }

    .btn1st {
        font-size: 16px;
    }

    .btn2nd {
        font-size: 16px;
    }

    .btn3rd {
        font-size: 16px;
    }
}