﻿ #tikuHomePage {
    color: #fff;
    font-size: 16px;
    background: #44A4F5;
    overflow:hidden;
}

#tikuHomePage a {
    text-decoration: none;
    color: #fff;
    display: block;
}

#tikuHomePage section {
    width: 1030px;
    height: 708px;
    background: #44A4F5;
    position: relative;
    margin:0px auto;
}

#tikuHomePage .words {
    width: 358px;
    height: 100%;
    line-height: 32px;
    position: absolute;
    left: 0px;
    top: 0;
}


#tikuHomePage .cloud {
    position: absolute;
}

#tikuHomePage .cl1 {
    top: 136px;
    left: 0;
}

#tikuHomePage .cl2 {
    right: 30px;
    top: 87px;
}

#tikuHomePage .cl3 {
    right: 0;
    top: 432px;
}

.clear:after {
    display: table;
    content: '';
    clear: both;
}

#tikuHomePage .soft_download {
    width: 180px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    
    /*position: absolute;
    left: 0;
    top: 434px;*/
    background: #54DD89;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    font-size: 20px;
}
#tikuHomePage #phoneDownload{
    width:392px;
    height:169px;
    text-align:right;
    position:relative;
    top:434px;
    background:rgba(255, 255, 255, 0.2);
    box-shadow:0px 1px 2px rgba(57, 70, 106, 0.25);
}
#tikuHomePage #phoneDownload .soft_download {
    top:19px;
    left:16px;
}
#tikuHomePage #phoneDownload .dAndroid{
    top:99px;
    left:16px;
    background:#FFC463;
}
    #tikuHomePage #phoneDownload .download_crcode {
        width: 130px;
        height: 130px;
        position:absolute;
        right:20px;
        top:20px;
        /*margin-top: -65px;
        right: 14px;*/
    }
#tikuHomePage .macimg {
    position: absolute;
    left: 444px;
    width: 517px;
}

    #tikuHomePage .macimg img {
        position: absolute;
        top: 144px;
    }

    #tikuHomePage .macimg .cl4 {
        right: -36px;
        top: 566px;
    }
#tikuHomePage .phone{
    padding-bottom:50px;
}
#tikuHomePage .phoneimg img {
    position: absolute;
}

#tikuHomePage .phoneimg {
    position: absolute;
    left: 560px;
    width: 317px;
}

#tikuHomePage .phone .words {
    width: 484px;
}

    #tikuHomePage .phone .cl2 {
        top: 224px;
        right: -40px;
        animation: dh1 50s linear infinite;
    }

#tikuHomePage .phone .cl3 {
    right: 0;
    top: 493px;
}

    #tikuHomePage .phone .cl4 {
        top: 354px;
        right: -100px;
        
    }
.cl4:last-child {
    animation: dh1 70s linear infinite;
}

#tikuHomePage .phoneimg .iphoneImg {
    top: 68px;
}

#tikuHomePage .dAndroid {
    left: 210px;
}

#tikuHomePage .phone .macimg {
    top: 65px;
}
#footer{
    padding-top:0;
}
#tikuHomePage section.mac{
    margin-bottom:240px;
    padding-top:200px;
}
#tikuHomePage .phone h1{
    top:184px;
}
#tikuHomePage .phone p{
    top:254px;
}
#tikuHomePage .phone #phoneDownload {
    top:194px;
}

.cl_1{
    animation: dh3 60s linear infinite;
}
/*动画*/
@keyframes dh1 {
    0%{
        right:-36px;
    }
    100%{
        right:800px;
    }
}

@keyframes dh2 {
    0% {
        right: -46px;
    }

    100% {
        right: 800px;
    }
}

@keyframes dh3 {
    0% {
        left: 0px;
    }

    100% {
        left: -450px;
    }
}


/*by wjl*/
#phoneDownload{
    overflow:hidden;
}

.mac_left {
    margin-top: 100px;
}
.phone_right{
    text-align:right;
}
#phoneDownload .soft_download:first-child{
    margin-top:25px;
}
#phoneDownload .soft_download {
    margin-top: 20px;
    margin-left:20px;
}
.mac_right img:first-child, phone_right img:first-child {
    width: 100%;
}
@media screen and (max-width:1100px){
    #tikuHomePage section{
        width:auto;
    }
    .mac_right img {
        margin-top: 100px;
    }
}

@media screen and (max-width:992px){
    .mac>div{
        text-align:center;
    }
    .phone_left {
        text-align: center;
        padding: 0 0 100px 0;
    }
    .mac_right img:first-child {
        width: 60%;
    }
    .phone_right{
        text-align:center;
    }
    #tikuHomePage section.mac{
        padding-top:30px;
    }
    .mac_left {
        margin-top: 30px !important;
        margin-bottom:100px;
    }
    #tikuHomePage  .soft_download {
        position: absolute;
        left: 50%;
       
    }
    #tikuHomePage .mac_left .soft_download {
        margin-left: -90px;
    }

    #phoneDownload .soft_download{
        margin-top:0px!important;
    }
    #phoneDownload{
        left:50%;
        margin-left:-200px;
    }
    #tikuHomePage section.mac {
        margin-bottom: 140px;
    }
    #tikuHomePage .phone #phoneDownload {
        top: 0;
    }
}

@media screen and (max-width:477px){
    .mac_right img:first-child{
        width:80%;
    }
    #tikuHomePage section.mac {
        margin-bottom: 0px;
    }
    .mac_right img {
        margin-top: 50px;
    }
    h1{
        font-size:30px;
    }
}

