*{
    margin:0;
    padding:0;
}
.bg{
    width:100%;
    height:1080px;
    background-image:url(../images/bgBig.png);
    background-size:cover;
    background-repeat:no-repeat;
}
.content{
    width:986px;
    height:604px;
    position:fixed;
    left:50%;
    top:50%;
    margin-left:-493px;
    margin-top:-302px;
    overflow: hidden;
}
.left{
    position: relative;
    float:left;
    width:612px;
    height:100%;
    background-image:url(../images/bgSmall.png);
}
.text{
    margin-top:264px;
    margin-left:172px;
}
.title{
    font-size:43px;
    color:#ffffff;
    font-family:"SimHei";
}
.small-title{
    font-size:22px;
    color:#ffffff;
    font-family:"SimHei";
    margin-top:30px;
}
.dowload{
    position: absolute;
    bottom:177px;
    font-size:29px;
    color:#ffffff;
    font-family:"SimHei";
    overflow: hidden;
}
.dow-title{
    float:left;
    margin-right:36px;
}
.triangle{
    float:left;
    width:21px;
    height:22px;
}
.triangle image{
    width:100%;
    height:100%;
}
.right{
    position: relative;
    float:right;
    width:374px;
    height:100%;
    font-family:"SimHei";
    background-color:#ffffff;
}
.link{
    position:absolute;
    top:12px;
    right:18px;
}
.link a{
    font-size:16px;
    color:#d59b00;
    font-family:"SimHei";
}
.fastLog-title{
    font-size:32px;
    color:#444444;
    margin-top:94px;
    text-align:center;
}
.fastLog-img{
    width:303px;
    height:102px;
    margin-top:94px;
    margin-left:auto;
    margin-right:auto;
}
.fastLog-img .image{
    width:100%;
    height:100%;
}
.btn{
    position: absolute;
    bottom:120px;
    left:50%;
    margin-left:-152px;
    width:304px;
    height:41px;
    background-color:#007dd5;
    text-align:center;
    line-height:41px;
    color:#ffffff;
    font-size:22px;
}
.copyright{
    width:230px;
    left:26%;
    overflow:hidden;
    position:absolute;
    bottom:10px;
    text-align:center;
}
.copyright-icon{
    float:left;
    margin-right:6px;
    width:12px;
    height:12px;
    display:inline-block;
}
.copyright-icon image{
    width:100%;
    height:100%;
    border:1px solid red;
}
.copyright-title{
    width:100%;
    text-align:left;
    font-family:'arial';
    float:left;
    font-size:13px;
    color:#444444;
    margin-bottom: 5px;
}
.mask{
    width:100%;
    height:1080px;
    position:absolute;
    top: 0px;
    left: 0px;
    z-index: 10001;
    background-color:rgba(0,0,0,0.5);
    display:none;
}

.agreement-download{
    position:absolute;
    left:172px;
    top:94px;
    font-size:29px;
    font-family:"SimHei";
    color:#ffffff;
}
.agreement{
    overflow:hidden;
}