a {
    color: #fff;
    text-decoration: none
}

a:hover {
    text-decoration: none;
}

body {
    font: 14px/1.6 "Microsoft Yahei";
    color: #fff;
    background: #233c58 url(../images/bg.jpg) no-repeat center top;
}

ul li {
    list-style: none
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.clearfix {
    /*+height: 1%;*/
}

* html .clearfix {
    zoom: 1;
}

/* IE6 */

* + html .clearfix {
    zoom: 1;
}

/* IE7 */

.fL {
    float: left !important;
}

.fR {
    float: right !important;
}

img {
    vertical-align: top;
}

/*---------------index--------------*/

#header {
    padding: 9px 0 0;
    height: 100px;
    box-sizing: border-box;
    background: #ffffff;
    position: fixed;
    width: 100%;
    z-index: 9;
    border-top: solid #32cffc;
}

#header .hInner {
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1600px;
    min-width: 960px;
}

#header .hInner .logo {
    float: left;
}

#header .hInner .hImg img {
    margin: 0 auto;
    padding: 5px 17px 0 0;
    display: block;
}

#header .hInner .hLink {
    margin-top: 12px;
    float: right;
}

#header .hInner .hLink a {
    background: url(../images/h_img02.png) no-repeat;
    display: block;
    position: relative;
    width: 252px;
    height: 57px;
}

#header .hInner .hLink a:hover:before {
    width: 100%;
    height: 100%;
    position: absolute;
    background: url("../images/h_img02-hover.png") no-repeat;
    left: 0;
    top: 0;
    content: "";
}

#main {
    margin: 0 auto;
    /*padding: 80px 20px 60px;*/
    padding-top: 150px;
    min-width: 1200px;
    overflow: hidden;
}

#main .mainBox {
    margin-left: -700px;
    width: 1400px;
    position: relative;
    left: 50%;
}

#main .mainBox .tabNavi {
    width: 649px;
    height: 65px;
    position: absolute;
    left: 0;
    top: 0px;
    /*    overflow: hidden;*/
    /*background: url("../images/btn-bg.png") no-repeat;*/
}

#main .mainBox .tabNavi li {
    width: 33.33%;
    float: left;
}

#main .mainBox .tabNavi li:hover {
    -webkit-filter: drop-shadow(0 2px 3px rgb(0, 127, 163, .7));
    filter: drop-shadow(0 2px 3px rgb(0, 127, 163, .7))
}

#main .mainBox .tabNavi li.li01 {
    background: url(../images/btn-app.png) no-repeat;
    height: 65px;
}

#main .mainBox .tabNavi li a {
    height: 65px;
    width: 216px;
    display: block;
}

#main .mainBox .tabNavi li.li01.on {
    background: url("../images/btn-app_hover.png") no-repeat;
}

#main .mainBox .tabNavi li.li02 {
    background: url("../images/btn-browser.png") no-repeat;
    height: 65px;
}

#main .mainBox .tabNavi li.li02.on {
    background: url("../images/btn-browser_hover.png") no-repeat;
    height: 65px;
}

#main .mainBox .tabNavi li.li03 {
    background: url("../images/btn-6138.png") no-repeat;
    height: 65px;
}

#main .mainBox .tabNavi li.li03.on {
    background: url("../images/btn-6138_hover.png") no-repeat;
    height: 65px;
}

#main .tabPanel .photo {
    margin-top: 10px;
    position: absolute;
    right: 53%;
    display: block;
}

/*APP 右邊圖片*/
#main .tabPanel .photo .app-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 850px;
    height: 750px;
}

.app-content.img01 {
    background: url("../images/photo_01-4.png") no-repeat;
    animation: Hc_JK .7s ease-out both;
}

.app-content.img02 {
    background: url("../images/photo_01-2.png") no-repeat;
    animation: Hc_JM .9s ease-out both;
}

.app-content.img03 {
    background: url("../images/photo_01-3.png") no-repeat;
    animation: Hc_JQ 1.3s ease-out both;
}

.app-content.img04 {
    background: url("../images/photo_01-1.png") no-repeat;
    animation: Hc_JO 1.1s ease-out both;
}

.app-content.img05 {
    background: url("../images/photo_01-5.png") no-repeat;
    animation: Hc_JI 1.5s ease-out both;
}

.app-content.img06 {
    background: url("../images/photo_01-6.png") no-repeat;
    animation: Hc_JI .5s ease-out both;
}

/*Browser 右邊圖片*/
#main .tabPanel .photo .browser-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 850px;
    height: 750px;
}

.browser-content.img01 {
    background: url("../images/photo_02-1.png") no-repeat;
    animation: Hc_JK .7s ease-out both;
}

.browser-content.img02 {
    background: url("../images/photo_02-2.png") no-repeat;
    animation: Hc_JM .9s ease-out both;
}

.browser-content.img03 {
    background: url("../images/photo_02-3.png") no-repeat;
    animation: Hc_JO 1.1s ease-out both;
}

.browser-content.img04 {
    background: url("../images/photo_02-4.png") no-repeat;
    animation: Hc_JM 1.5s ease-out both;
}

.browser-content.img05 {
    background: url("../images/photo_02-5.png") no-repeat;
    animation: Hc_JI .5s ease-out both;
}

.browser-content.img06 {
    background: url("../images/photo_02-6.png") no-repeat;
    animation: Hc_JQ 1.3s ease-out both;
}

/*6138 右邊圖片*/
#main .tabPanel .photo .part-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 850px;
    height: 750px;
}

.part-content.img01 {
    background: url("../images/photo_03-1.png") no-repeat;
    animation: Hc_JK .7s ease-out both;
}

.part-content.img02 {
    background: url("../images/photo_03-2.png") no-repeat;
    animation: Hc_JO 1.1s ease-out both;
}

.part-content.img03 {
    background: url("../images/photo_03-3.png") no-repeat;
    animation: Hc_JI .8s ease-out both;
}

.part-content.img04 {
    background: url("../images/photo_03-4.png") no-repeat;
    animation: Hc_JQ .6s ease-out both;
}




#main .tabPanel .lBox {
    width: 649px;
    min-height: 790px;
    float: left;
}

#main .tabPanel .lBox .logo {
    margin-top: 90px;
    margin-bottom: 25px;
    text-align: center;
    animation: flip 1s ease-out;
}

@keyframes flip {
    from {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

#main .tabPanel .lBox p {
    border-top: 1px solid #a8d6f7;
    padding-top: 15px;
    color: #374149;
    font-size: 14px;
    line-height: 2.1;
}

#main .tabPanel .lBox .ttl {
    border-top: none;
    padding-top: 0;
    display: flex;
    justify-content: center;
}

#main .tabPanel .lBox .ttl1 {
    margin-bottom: 30px;
}

#main .tabPanel .lBox .ttl2 {
    margin-bottom: 20px;
}

#main .tabPanel .lBox .ttl3 {
    margin-bottom: 24px;
}

#main .tabPanel .lBox .listUl {
    /*margin-bottom: 34px;*/
    display: flex;
    justify-content: center;
}

#main .tabPanel .lBox .listUl li {
    float: left;
    color: #374149;
    font-size: 14px;
    text-align: center;
    margin: 0 15px;
}

#main .tabPanel .lBox .listUl li img {
    margin: 0 auto 10px;
    display: block;
}

#main .tabPanel .lBox .listUl li .icon {
    margin: -3px 7px 0 0;
    display: inline-block;
    vertical-align: middle;
}

#main .tabPanel .lBox .listUl li span {
    color: #fff;
}

#main .tabPanel .lBox .listUl li.btn01 a {
    display: block;
    position: relative;
    width: 81px;
    height: 176px;
    background: url("../images/btn01.png") no-repeat;
}

#main .tabPanel .lBox .listUl li.btn01 a:hover {
    transform: scale(1.05);
    -webkit-filter: drop-shadow(0 0 3px rgb(0, 127, 163, .7));
    filter: drop-shadow(0 0 3px rgb(0, 127, 163, .7))
}


#main .tabPanel .lBox .list01 li.btn02 a {
    display: block;
    position: relative;
    width: 207px;
    height: 43px;
    background: url("../images/btn02.png") no-repeat;
    /*top: 10px;*/
}

#main .tabPanel .lBox .list01 li.btn02 a:hover:before {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: url(../images/btn02_hov.png) no-repeat;
    content: "";
}

#main .tabPanel .lBox .list01 {
    margin-bottom: 15px;
    display: flex;
    justify-content: center;
}

#main .tabPanel .lBox .list01 li {
    float: left;
    color: #374149;
    font-size: 14px;
    line-height: 0.5rem;
    text-align: center;
    margin-left: 60px;
    margin-right: 30px;
}

#main .tabPanel .lBox .list01 li span {
    color: #fff;
}

#main .tabPanel .lBox .list01 li > img {
    margin: 0 auto 12px;
}

#main .tabPanel .lBox .list01 li:last-child {
    float: right;
    margin-right: 0px;
    margin-left: 30px;
}

#main .tabPanel .lBox .list02 {
    display: flex;
    justify-content: center;
}

#main .tabPanel .lBox .list02 li {
    margin: 12px 37px 0;
    color: #374149;
    font-size: 14px;
    text-align: center;
}

#main .tabPanel .lBox .list02 li img {
    margin: 0 auto -19px;
    position: relative;
    z-index: -1;
}

#main .tabPanel .lBox .list02 li span {
    display: block;
    color: #39b0f5;
    font-size: 15px;
}

#main .tabPanel .lBox .list03 {
    margin-bottom: 34px;
    margin-top: 30px;
    display: flex;
    justify-content: center;
}

#main .tabPanel .lBox .list03 li {
    float: left;
    color: #afbdc9;
    font-size: 16px;
    line-height: 1.7;
    text-align: center;
    margin-right: 50px;
}

#main .tabPanel .lBox .list03 li span {
    color: #fff;
}

#main .tabPanel .lBox .list03 li > img {
    margin: 0 auto 12px;
    display: block;
}

#main .tabPanel .lBox .list03 li:last-child {
    float: right;
    margin-left: 15px;
}


#main .tabPanel .lBox .list04 li {
    margin: 12px 37px 0;
    color: #374149;
    font-size: 14px;
    text-align: center;
}

#main .tabPanel .lBox .android {
    margin-top: 0px;
}

#main .tabPanel .lBox .tips {
    display: block;
    margin: 16px auto;
    color: #fff;
    font-size: 16px;
    width: 528px;
    height: 44px;
    text-align: center;
    line-height: 43px;
    letter-spacing: 2px;
    background: url("../images/download-bg.png") no-repeat;
}

#main .tabPanel .lBox .tips span {
    color: #ffd71c;
}

/*footer*/

#footer {
    position: relative;
    padding: 18px 0 0;
    font-size: 0;
    background-color: #374149
}

#footer:before {
    content: '';
    position: absolute;
    top: 85px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #49555e;
}

.wrapper {
    position: relative;
    /*width: 1600px;*/
    margin: 0 auto;
    padding: 0 20px;
}

#footer-logo {
    width: 100%;
    height: 38px;
    margin-top: 10px;
    margin-right: 0;
    margin-bottom: 40px;
    margin-left: 0;
    display: flex;
    justify-content: center;
}

#footer-logo li {
    display: inline-block;
    height: 100%;
    background: no-repeat center top
}

#footer-logo li:hover {
    background-position: center bottom
}

#footer-logo li[data-img="img01"] {
    width: 55px;
    background-image: url('../images/f_img01.png')
}

#footer-logo li[data-img="img02"] {
    width: 120px;
    background-image: url('../images/f_img02.png')
}

#footer-logo li[data-img="img03"] {
    width: 110px;
    background-image: url('../images/f_img03.png')
}

#footer-logo li[data-img="img04"] {
    width: 115px;
    background-image: url('../images/f_img04.png')
}

#footer-logo li[data-img="img05"] {
    width: 120px;
    background-image: url('../images/f_img05.png')
}

#footer-logo li[data-img="img06"] {
    width: 70px;
    background-image: url('../images/f_img06.png')
}

#footer-logo li[data-img="img07"] {
    width: 65px;
    background-image: url('../images/f_img07.png')
}

#footer-logo li[data-img="img08"] {
    width: 115px;
    background-image: url('../images/f_img08.png')
}

#footer-logo li[data-img="img09"] {
    width: 110px;
    background-image: url('../images/f_img09.png')
}

#footer-logo li[data-img="img10"] {
    width: 80px;
    background-image: url('../images/f_img10.png')
}

#footer-logo li[data-img="img11"] {
    width: 90px;
    background-image: url('../images/f_img11.png')
}

#footer-logo li[data-img="img12"] {
    width: 65px;
    background-image: url('../images/f_img12.png')
}

#footer-logo li[data-img="img13"] {
    width: 75px;
    background-image: url('../images/f_img13.png')
}

#footer-logo li[data-img="img14"] {
    width: 60px;
    background-image: url('../images/f_img14.png')
}

#footer-logo li[data-img="img15"] {
    width: 125px;
    background-image: url('../images/f_img15.png')
}

#footer-logo li[data-img="img16"] {
    width: 70px;
    background-image: url('../images/f_img16.png')
}

#footer-logo li[data-img="img17"] {
    width: 76px;
    background-image: url('../images/f_img17.png')
}

#footer-logo li[data-img="img18"] {
    width: 75px;
    background-image: url('../images/f_img18.png')
}

#footer .footer-slogan {
    display: flex;
    justify-content: space-evenly;
    margin-top: 28px;
    margin-right: 0;
    margin-bottom: 25px;
    margin-left: 0;
}

#footer .footer-slogan > li {
    display: inline-block;
    vertical-align: top;
    color: #b2bdc6;
    font-size: 14px;
    line-height: normal
}

#footer .footer-slogan > li:before {
    content: '';
    display: block;
    height: 43px;
    margin: 0 0 5px;
    background: no-repeat center top
}

#footer .footer-slogan > li:hover {
    color: #fff
}

#footer .footer-slogan > li:hover:before {
    background-position: center bottom
}

#footer .footer-slogan > li[data-footer-slogan="01"]:before {
    background-image: url('../images/footer_slogan01.png')
}

#footer .footer-slogan > li[data-footer-slogan="02"]:before {
    background-image: url('../images/footer_slogan02.png')
}

#footer .footer-slogan > li[data-footer-slogan="03"]:before {
    background-image: url('../images/footer_slogan03.png')
}

#footer .footer-slogan > li[data-footer-slogan="04"]:before {
    background-image: url('../images/footer_slogan04.png')
}

#footer .footer-slogan > li[data-footer-slogan="05"]:before {
    background-image: url('../images/footer_slogan05.png')
}

#footer .footer-slogan > li[data-footer-slogan="06"]:before {
    background-image: url('../images/footer_slogan06.png')
}

#footer-suggest {
    display: block;
    line-height: 54px;
    color: #b2bdc6;
    font-size: 14px;
    text-align: center;
    background: #2c353b
}

#footer-suggest p {
    display: inline-block;
    margin: 0
}


.jcBox {
    margin: 0 auto;
    text-align: center;
}



/* 以下為動畫 */

@keyframes rotate3d {
    0% {
        transform: rotateY(0deg)
    }

    100% {
        transform: rotateY(1080deg)
    }
}

@keyframes ani_boxLeft {
    0% {
        visibility: hidden;
        opacity: .2;
        left: 80px
    }

    100% {
        visibility: visible;
        opacity: 1;
        left: 0
    }
}

@keyframes ani_boxLeft2 {
    0% {
        visibility: hidden;
        opacity: 0;
        transform: translate3d(-80px, 0, 0)
    }

    100% {
        visibility: visible;
        opacity: 1;
        transform: translate3d(0px, 0, 0)
    }
}

@keyframes ani_boxRight {
    0% {
        visibility: hidden;
        opacity: .2;
        right: 80px
    }

    100% {
        visibility: visible;
        opacity: 1;
        right: 0
    }
}

@keyframes ani_boxRight2 {
    0% {
        visibility: hidden;
        opacity: 0;
        transform: translate3d(80px, 0, 0)
    }

    100% {
        visibility: visible;
        opacity: 1;
        transform: translate3d(0px, 0, 0)
    }
}

@keyframes Hc_JK {
    0% {
        opacity: 0;
        transform: translate3d(320px, 0, 0)
    }

    80% {
        opacity: 1;
        transform: translate3d(-20px, 0, 0)
    }

    100% {
        opacity: 1;
        transform: translateZ(0)
    }
}

@keyframes Hc_JM {
    0% {
        opacity: 0;
        transform: translate3d(185px, 0, 0)
    }

    80% {
        opacity: 1;
        transform: translate3d(-10px, 0, 0)
    }

    100% {
        opacity: 1;
        transform: translateZ(0)
    }
}

@keyframes Hc_JO {
    0% {
        opacity: 0;
        transform: translate3d(185px, 0, 0)
    }

    80% {
        opacity: 1;
        transform: translate3d(-10px, 0, 0)
    }

    100% {
        opacity: 1;
        transform: translateZ(0)
    }
}

@keyframes Hc_JQ {
    0% {
        opacity: 1;
        transform: translate3d(30px, 0, 0)
    }

    80% {
        opacity: 1;
        transform: translate3d(-5px, 0, 0)
    }

    100% {
        opacity: 1;
        transform: translateZ(0)
    }
}

@keyframes Hc_JI {
    0% {
        opacity: 0;
        transform: translate3d(438px, 0, 0)
    }

    80% {
        opacity: 1;
        transform: translate3d(-30px, 0, 0)
    }

    100% {
        opacity: 1;
        transform: translateZ(0)
    }
}

@keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        -ms-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotateX(-10deg);
        -ms-transform: perspective(400px) rotateX(-10deg);
        transform: perspective(400px) rotateX(-10deg)
    }

    70% {
        -webkit-transform: perspective(400px) rotateX(10deg);
        -ms-transform: perspective(400px) rotateX(10deg);
        transform: perspective(400px) rotateX(10deg)
    }

    100% {
        -webkit-transform: perspective(400px) rotateX(0deg);
        -ms-transform: perspective(400px) rotateX(0deg);
        transform: perspective(400px) rotateX(0deg);
        opacity: 1
    }
}

@keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        transform: translateY(2000px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes flash2 {
    0% {
        transform: translateX(-50px) rotate(0)
    }

    100% {
        transform: translateX(328px) rotate(360deg)
    }
}

/*以上為動畫*/


/*以下為彈窗*/


/* Lightbox background */
#lightbox-1_lightboxbg {
    display: none;
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    top: 0px;
    left: 0px;
    min-width: 100%;
    min-height: 100%;
    z-index: 1000;
}

/* Lightbox panel with some content */
#lightbox-1,
#lightbox-2 {
    display: none;
    position: fixed;
    /*    margin-left: -200px;*/
    /* min-width: 300px; */
    /* background: #FFFFFF; */
    /* padding: 10px 15px 10px 15px; */
    /* border: 2px solid #CCCCCC; */
    z-index: 1001;
    width: 100%;
    height: 100%;
    max-width: 800px;
    max-height: 70vh;

}

#lightbox-1 .lightbox1_lightbox-content {
    /* height: 100%; */
    /* width: 100%; */
    max-height: 80vh;

    overflow-y: auto;
}

#lightbox-1 .lightbox1_lightbox-close,
#lightbox-2 .lightbox1_lightbox-close {
    display: block;
    width: 30px;
    height: 30px;
    line-height: 28px;
    box-sizing: border-box;
    position: absolute;
    top: -50px;
    right: -50px;
    -moz-transition: ease-in-out 0.5s;
    -o-transition: ease-in-out 0.5s;
    -webkit-transition: ease-in-out 0.5s;
    transition: ease-in-out 0.5s;
    background-color: #26d2ff !important;
    border-radius: 100%;
    text-align: center;
    font-size: 34px;
    color: #fff;
}


/*彈窗1 lightbox-1_end*/





/*以下為尺寸微調*/

@media all and (max-width: 1600px) {
    #main {
        padding: 150px 0px 0px;
        min-width: 1400px;
    }

    #main .tabPanel .photo {
        right: 53%;
    }
}

@media all and (max-width: 1460px) {
    #main {
        padding: 80px 80px 0px 120px;
        min-width: 1000px;
        margin-bottom: -50px;
    }

    #main .tabPanel .photo {
        right: 0;
    }

    #main .tabPanel .photo1 {
        width: 54%;
    }

    #main .tabPanel .photo2 {
        width: 55%;
    }

    #main .tabPanel .photo3 {
        width: 54%;
    }

    #header .hInner .hImg img {
        width: 30%;
        min-width: 380px;
        padding-top: 10px;
    }
}
