@import url(https://fonts.googleapis.com/css?family=Changa&display=swap);
::-webkit-scrollbar{
	width:5px
}
	
::-webkit-scrollbar-track{
	background:#FFF
}
	
::-webkit-scrollbar-thumb{
	background-color: #1c76fd;
}
*{
    -webkit-touch-callout:none;
    -webkit-user-select:none;
    -khtml-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
}
body{
    text-shadow: 0 .05rem .1rem rgba(0,0,0,.5);
    font-family: 'Changa','wixo';
    margin: 0;
    top: 0 !important;
    display: block;
}
/*-----------------*/
.main {
    width: 100%;
    min-width: 320px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}
.banner.home-banner {
    height: 100%;
    background: url(../img/background/banner.jpg) no-repeat center top;
    color: #fff;
}
/*------------------*/
.main{
	background-image:-moz-linear-gradient(180deg, #d0e1f2 0, #e0ebf5 56%, #f0f5f7 82%);
    background-image:-webkit-linear-gradient(180deg, #d0e1f2 0, #e0ebf5 56%, #f0f5f7 82%);
    background-image:-ms-linear-gradient(180deg, #d0e1f2 0, #e0ebf5 56%, #f0f5f7 82%);
    background-image:linear-gradient(180deg, #d0e1f2 0, #e0ebf5 56%, #f0f5f7 82%);
    height: 100%;
    position: absolute;
	}
.main .container{
	height:100%
}
.main p{
	font-size:14px;
    line-height:21px
}
.main p span{
	display:inline-block;
    vertical-align:middle;
    margin-left:5px;
    width:215px;
    height:21px;
    text-indent:25px;
    background:url(../img/ios12.png)
}
.main .number .countdown{
	display:inline-block;
    height:17px;
    vertical-align:text-bottom;
    overflow:hidden;
    text-align:center
}
.main .number .countdown .scroll-tick{
	float:left;
    height:170px;
    font-size:16px;
    font-weight:500;
    line-height:17px;
    color:#f7580a
}
.main .number .countdown .scroll-tick span{
	display:block
	}
.main .img-message{
	position:relative;
    z-index:5;
    opacity:0;
    filter:alpha(opacity=0);
    -webkit-transform:translate(0, 50px);
    -moz-transform:translate(0, 50px);
    -ms-transform:translate(0, 50px);
    transform:translate(0, 50px);
    -webkit-transition:opacity 1s,transform 1s ease;
    -moz-transition:opacity 1s,transform 1s ease;
    -ms-transition:opacity 1s,transform 1s ease;transition:opacity 1s,transform 1s ease
}
.main .img-box{
	margin-bottom:12px;
    color:#000
}
.main .img-box i{
	display:inline-block;
    vertical-align:middle;
    margin-right:10px;
    background:url(../img/banner-icon.png) no-repeat
}
.main .img-box.list01{
	background:url(../img/list01.jpg) no-repeat center bottom
}
.main .img-box.list01 i{
	width:42px;
    height:58px
}
.main .img-box.list02{
	background:url(../img/list02.jpg) no-repeat center bottom
}
.main .img-box.list02 i{
	width:50px;height:41px;background-position:0 -141px
	}
.main .img-box.list03{
	background:url(../img/list03.jpg) no-repeat center bottom
	}
.main .img-box.list03 i{
	width:58px;height:45px;background-position:0 -58px
	}
.main .img-box.list04{
	margin-left:9px;margin-right:9px;background:url(../img/list04.jpg) no-repeat center bottom
	}
.main .img-box.list04 i{
	width:56px;height:38px;background-position:0 -103px
	}
.main .img-box.list05{
	background:url(../img/list05.jpg) no-repeat center bottom
	}
.main .img-box.list05 i{
	width:76px;height:80px;background-position:0 -182px
}
.main .arrow{
	position:absolute;
    display:block;
    width:21px;
    height:29px;
    bottom:38px;
    left:0;
    right:0;
    margin:auto;
    cursor:pointer;
    background:url(../img/icon.png) no-repeat;
    background-position:0 -83px;
    -webkit-animation:.5s drop ease-in-out infinite alternate
}
.banner.home-banner .buybtn{
	margin-top:30px;margin-bottom:20px;font-size:22px;padding:10px 25px
	}

@media (min-width:1200px){
	.main .container{
	width:1200px
	}
.main h1{
	padding-top:25px;margin:0;font-size:76px;height:78px
	}
.main .number{
	margin-top:-10px
	}
.main .number .countdown{
	margin-left:-290px
	}
.main p.second{
	margin-top:30px;font-weight:400;font-size:22px
	}
.main h1,.main p.second{
	text-shadow:2.624px 3.019px 7px rgba(2,144,203,0.94)
	}
.main .left-circle{
    position:absolute;
    width:734px;
    height:721px;
    left:-450px;
    bottom:-20px;background:url(../img/left-circle.png);-webkit-transition:all 1s ease
	}
.main .left-circle.active{
	left:-500px
	}
.main .right-circle{
    position:absolute;
    width:600px;
    height:729px;
    right:-450px;
    bottom:20px;
    background:url(../img/right-circle.png);
    -webkit-transition:all 1s ease
	}
.main .right-circle.active{
	right:-500px
	}
@keyframes globe{
	0%{
	transform:scale(1);opacity:1
	}
25%{
	transform:scale(2);opacity:0
	}
50%{
	transform:scale(1);opacity:1
	}
100%{
	transform:scale(1);opacity:1
}
	}
@-webkit-keyframes globe{
	0%{
	transform:scale(1);opacity:1
	}
25%{
	transform:scale(2);opacity:0
	}
50%{
	transform:scale(1);opacity:1
	}
100%{
	transform:scale(1);opacity:1
}
	}
.main .globe{
    position:absolute;
    display:block;
    width:110px;
    height:110px;
    background:url(../img/globe.png);-webkit-animation:globe linear 5s infinite
	}
.main .globe.globe01{
	top:253px;
    left:110px
	}
.main .globe.globe02{
	z-index:6;
    top:331px;
    right:40px;
    opacity:.5
	}
.main .img-box{
	float:left;height:146px;box-shadow:.557px 3.961px 30px 0 rgba(85,149,218,0.48);background-size:100% auto !important;font-size:24px;width:394px;line-height:146px;font-weight:500;transition:all .5s linear;cursor:pointer
	}
.main .img-box:hover{
	background-size:110% auto !important
	}
.main .img-box.list01{
	width:592px;font-size:28px
	}
.main .img-box.list02{
	float:right;width:592px;font-size:28px
}
	}
.banner.home-banner{
    /*background:url(../img/background/banner.jpg) no-repeat center ;*/
    background: #f1f4f6;
    width: 100%;
    height: 100%;
    position: absolute
	}
@media (max-width:1368px) and (max-height:768px){
.main h1{
	padding-top:0
	}
.main .buybtn{
	margin-top:0
}
	}
@media (max-width:768px){
	.main{
	height:851px;
        /*background:url(../img/background/banner.jpg) no-repeat center bottom*/
	}
.main>span{
	display:none
	}
.main .img-box{
	display:inline-block;width:45%;height:116px;margin:0 !important;line-height:116px;margin-bottom:12px !important
	}
.main .img-box.list01{
	width:91%;background:url(../img/list06.jpg) no-repeat center bottom
}
	}
@media (max-width:480px){
	.main{
	height:999px !important;background:#3dbdef url(../img/background/banner.jpg) no-repeat center bottom !important
	}
.main h1,.main .second{
	margin:15px 0
	}
.main .buybtn{
	margin-top:0 !important;margin-bottom:10px !important;margin-left:0
	}
.main .img-box{
	display:inline-block;width:95% !important;height:104px;margin:0 !important;line-height:104px;margin-bottom:5px !important
}
	}
/*======3D========*/
canvas{
    margin: auto;
    padding: 0px;
    position: absolute;
    margin: auto;
    width: 70%;
    left: 15%;
    top: 70px
}
@media only screen and (max-width : 1000px) {
canvas{
    position: absolute;
    margin: auto;
    width: 50%;
    left: 25%;
    top: 0px;
}
}
@media only screen and (max-width : 680px) {
canvas{
    position: absolute;
    margin: auto;
    width: 70%;
    left: 15%;
    top: -50px;
}
}
@media only screen and (max-width : 580px) {
canvas{
    display: none;
}
._LJFJNDBBC{
    width: 250px;
    height: 56px;
    margin-top: 90px;
    display: inline-block;
    background: url(../img/mainLogo.png);  
    background-repeat: no-repeat;
}
}
/*==============*/
.container .anmian-manage{
    margin-top: 250px;
}
@media (max-width:760px){
    .container .anmian-manage{
        margin-top: 100px;
    }
}
.container .manage-message ul{
	height:auto;
    padding:0;
    list-style-type:none;
    text-align: center;
	}
.container .manage-message ul li{
	width:auto;
    margin: 5px;
    text-align:center;
    display: inline-block
}
.container .manage-message ul li span{
	position:relative;display:inline-block;width:82px;height:82px;line-height:82px;background-color:#fff;border:solid #a1acc2 1px;border-radius:50%;cursor:pointer
	}
.container .manage-message ul li span i,.container .manage-message ul li span:after{
	display:inline-block;vertical-align:middle;-webkit-transition:-webkit-transform 1.5s,opacity 1.5s;transition:transform 1.5s,opacity 1.5s;-webkit-transition-timing-function:cubic-bezier(.2, 1, .3, 1);transition-timing-function:cubic-bezier(.2, 1, .3, 1);background:url(../img/list.png) no-repeat
	}
.container .manage-message ul li span:after{
	content:"";position:absolute;top:0;left:0;bottom:0;right:0;margin:auto;opacity:0;-webkit-transform:translate3d(0, 25%, 0);transform:translate3d(0, 25%, 0)
	}
.container .manage-message ul li:hover,.container .manage-message ul li.active{
	margin-top:-74px
	}
.container .manage-message ul li:hover span,.container .manage-message ul li.active span{
	width:95px;height:95px;line-height:95px;box-shadow:inset -2.517px -3.109px 10px 0 rgba(246,94,220,0.4);border:none
	}
.container .manage-message ul li:hover span i{
	opacity:0;-webkit-transform:translate3d(0, -25%, 0);transform:translate3d(0, -25%, 0)
	}
.container .manage-message ul li:hover span:after{
	opacity:1;-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)
	}
.container .manage-message ul li.picture:hover span,.container .manage-message ul li.picture.active span{
	background-image:-moz-linear-gradient(-50deg, #31ebfc 1%, #4da2ea 31%, #5a64e2 68%, #6344d6 100%);background-image:-webkit-linear-gradient(-50deg, #31ebfc 1%, #4da2ea 31%, #5a64e2 68%, #6344d6 100%);background-image:-ms-linear-gradient(-50deg, #31ebfc 1%, #4da2ea 31%, #5a64e2 68%, #6344d6 100%);background-image:linear-gradient(-50deg, #31ebfc 1%, #4da2ea 31%, #5a64e2 68%, #6344d6 100%)
	}
.container .manage-message ul li.picture:hover span i,.container .manage-message ul li.picture.active span i,.container .manage-message ul li.picture:hover span:after,.container .manage-message ul li.picture.active span:after{
	width:54px;height:54px;background-position:-66px 0
	}
.container .manage-message ul li.picture span i,.container .manage-message ul li.picture span:after{
	width:44px;height:44px;background-position:0 -5px
	}
.container .manage-message ul li.music:hover span,.container .manage-message ul li.music.active span{
	background-image:-moz-linear-gradient(-50deg, #fc490c 1%, #f67b51 5%, #f54b8a 48%, #f524b5 100%);background-image:-webkit-linear-gradient(-50deg, #fc490c 1%, #f67b51 5%, #f54b8a 48%, #f524b5 100%);background-image:-ms-linear-gradient(-50deg, #fc490c 1%, #f67b51 5%, #f54b8a 48%, #f524b5 100%);background-image:linear-gradient(-50deg, #fc490c 1%, #f67b51 5%, #f54b8a 48%, #f524b5 100%)
	}
.container .manage-message ul li.music:hover span i,.container .manage-message ul li.music.active span i,.container .manage-message ul li.music:hover span:after,.container .manage-message ul li.music.active span:after{
	width:51px;height:56px;background-position:-69px -54px
	}
.container .manage-message ul li.music span i,.container .manage-message ul li.music span:after{
	width:43px;height:47px;background-position:0 -58px
	}
.container .manage-message ul li.video:hover span,.container .manage-message ul li.video.active span{
	background-image:-moz-linear-gradient(-50deg, #43dfbc 1%, #55e2b9 32%, #35dc65 72%, #b1f422 99%);background-image:-webkit-linear-gradient(-50deg, #43dfbc 1%, #55e2b9 32%, #35dc65 72%, #b1f422 99%);background-image:-ms-linear-gradient(-50deg, #43dfbc 1%, #55e2b9 32%, #35dc65 72%, #b1f422 99%);background-image:linear-gradient(-50deg, #43dfbc 1%, #55e2b9 32%, #35dc65 72%, #b1f422 99%)
}
.container .manage-message ul li.video:hover span i,.container .manage-message ul li.video.active span i,.container .manage-message ul li.video:hover span:after,.container .manage-message ul li.video.active span:after{
	width:60px;height:43px;background-position:-60px -110px
	}
.container .manage-message ul li.video span i,.container .manage-message ul li.video span:after{
	width:50px;height:36px;background-position:0 -112px
	}
.container .manage-message ul li.address-book:hover span,.container .manage-message ul li.address-book.active span{
	background-image:-moz-linear-gradient(-50deg, #f9f34b 1%, #fed05d 33%, #ffb563 68%, #f99f03 99%);background-image:-webkit-linear-gradient(-50deg, #f9f34b 1%, #fed05d 33%, #ffb563 68%, #f99f03 99%);background-image:-ms-linear-gradient(-50deg, #f9f34b 1%, #fed05d 33%, #ffb563 68%, #f99f03 99%);background-image:linear-gradient(-50deg, #f9f34b 1%, #fed05d 33%, #ffb563 68%, #f99f03 99%)
	}
.container .manage-message ul li.address-book:hover span i,.container .manage-message ul li.address-book.active span i,.container .manage-message ul li.address-book:hover span:after,.container .manage-message ul li.address-book.active span:after{
	width:
        52px;height:48px;background-position:-68px -153px
	}
.container .manage-message ul li.address-book span i,.container .manage-message ul li.address-book span:after{
	width:43px;height:40px;background-position:0 -159px
	}
.container .manage-message ul li.other-data:hover span,.container .manage-message ul li.other-data.active span{
	background-image:-moz-linear-gradient(-50deg, #ff8a65 1%, #ff7043 31%, #f03f3c 66%, #c62828 100%);background-image:-webkit-linear-gradient(-50deg, #ff8a65 1%, #ff7043 31%, #f03f3c 66%, #c62828 100%);background-image:-ms-linear-gradient(-50deg, #ff8a65 1%, #ff7043 31%, #f03f3c 66%, #c62828 100%);background-image:linear-gradient(-50deg, #ff8a65 1%, #ff7043 31%, #f03f3c 66%, #c62828 100%)
	}
.container .manage-message ul li.other-data:hover span i,.container .manage-message ul li.other-data.active span i,.container .manage-message ul li.other-data:hover span:after,.container .manage-message ul li.other-data.active span:after{
	width:55px;height:44px;background-position:-65px -206px
	}
.container .manage-message ul li.other-data span i,.container .manage-message ul li.other-data span:after{
	width:47px;height:38px;background-position:0 -210px
	}
.container .manage-message .content dl{
	padding:0 15px;
    display:none;
    font-size:18px;
    color:#FFF;
    line-height:32px;
    text-align: center;
    font-weight: 100;
	}
.container .manage-message .content dt h3{
	margin:0;
    font-weight:500;
    font-size: 29px;
    padding-bottom: 10px;
	}
.container .manage-message .content dl h3{
	margin:0;
    font-weight:500;
}
.container .manage-message .content dl dd{
	margin-top:60px
	}
.container .manage-message .content dl dd a{
	color:#FFFFFF;
    text-decoration:none
	}
.container .manage-message .content dl dd a i{
	width:27px;
    height:12px;
    margin-left:12px;
    background-position:0 -243px
	}
.container .manage-message .content dl dd a:hover{
	text-decoration:underline
	}
.container .manage-message .content dl.active{
	display:block
	}
a {
    background-color: transparent;
    text-decoration: none !important;
}
.container .manage-message .content dl dd a i {
    width: 27px;
    height: 12px;
    margin-left: 12px;
    background-position: 0 -243px;
}
i {
    display: inline-block;
    background: url(../img/icon.png) no-repeat;
}
/*==============
   pace
==============*/
.pace .pace-progress{
    background: -webkit-linear-gradient(90deg, rgb(159, 155, 255), rgb(103, 202, 243));
    background: linear-gradient(90deg, rgb(159, 155, 255), rgb(103, 202, 243));
    top: 55px;
}
.pace .pace-progress-inner{
    box-shadow:0 0 10px #2CAAF2,0 0 5px #2CAAF2;
}
.pace .pace-activity{
    border-top-color:#9F9BFF !important;
    border-bottom-color:#9F9BFF !important;
}
.pace{
    direction: rtl;
    -webkit-pointer-events:none;
    pointer-events:none;
    -webkit-user-select:none;
    -moz-user-select:none;
    user-select:none
}
.pace-inactive{
    display:none
}
.pace .pace-progress{
    position:fixed;
    z-index:9999;
    right:100%;
    width:100%;
    height:4px;
}
.pace .pace-progress-inner{
    display:block;
    position:absolute;
    right:0px;
    width:100px;
    height:100%;
    box-shadow:0 0 10px transparent,0 0 5px transparent;
    opacity:1.0;
    -webkit-transform:rotate(3deg) translate(0px,-4px);
    -moz-transform:rotate(3deg) translate(0px,-4px);
    -ms-transform:rotate(3deg) translate(0px,-4px);
    -o-transform:rotate(3deg) translate(0px,-4px);transform:rotate(3deg) translate(0px,-4px)
}
.pace-width{
    margin: auto;
    width: 1170px;
}
.pace .pace-activity{
    display:block;
    z-index:999999;
    width:25px;
    height:25px;
    top: 13px;
    left: 70px;
    position: fixed;
    border: dashed 3px transparent;
    border-radius:50%;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    -webkit-animation:pace-spinner 400ms linear infinite;
    -moz-animation:pace-spinner 400ms linear infinite;
    -ms-animation:pace-spinner 400ms linear infinite;
    -o-animation:pace-spinner 400ms linear infinite;
    animation:pace-spinner 400ms linear infinite
}
@-webkit-keyframes pace-spinner{
    0%{
        -webkit-transform:rotate(0deg);
        transform:rotate(0deg)
    }
    100%{
        -webkit-transform:rotate(360deg);
        transform:rotate(360deg)
    }
}



























.items{
    margin: auto;
    width: 100%;
    padding: 30px;
    margin-top: 120px;
    text-align: center;
}
@media (max-width:600px){
    .items{
        padding: 0px;
    }
}
.item{
    width: 185px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 4px 0px;
    border-radius: 8px;
    margin: 20px;
    overflow: hidden;
    transition: all 0.25s ease-in-out 0s;
    position: relative;
    display: inline-block;
    vertical-align: top;
}
@media (max-width:600px){
    .item{
        width: 160px;
        margin: 10px;
    }
}
.item:hover {
    transform: scale(1.1);
}
.item:hover div.content {
    filter: blur(3px);
}
.item:hover div.content-links {
    display: block;
    background-color: rgba(100, 100, 100, 0.5);
}
.card-links{
    height: 100%;
    display: flex;
    flex-direction: column;
    -webkit-box-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    align-items: center;
}
.content-links {
    display: none;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    padding-bottom: 20px;
}
.content{
    background: #f0f8ff59;
}
.card-link{
    background: aliceblue;
    padding: 6px 20px;
    border-radius: 5px;
}
.itemtext{
    color: #057dfd;
    height: 90px;
    -webkit-box-pack: start;
    justify-content: flex-start;
    padding: 20px 0px;
}
.itemimg{
    margin: 0px auto;
    display: block;
    width: 100%;
    height: 100px;
    border-radius: 5px;
    padding: 10px;
    /*background-color: rgb(68, 143, 237);*/
}
.itemimg img{
    object-fit: cover;
    width: 85px;
}
.itemtext p{
    text-align: center;
    margin: 0px 10%;
}
.itemtitle{
    font-weight: bold;
    font-size: 20px;
}
.itemdesc{
    font-weight: 600;
    color: rgb(94, 94, 94);
}
