.downloadcont {
    background: url(../../images/index_new/downloadbg.jpg) no-repeat center;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.downloadcont .main {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -56%);
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 950px;
}

.downloadcont .main .ltcont {
    width: 317px;
    height: 648px;
    background: url(../../images/index_new/iphonepic.png) no-repeat center;
    position: relative;
}

.downloadcont .main .ltcont .video {
    width: 282px;
    height: 501px;
    position: absolute;
    top: 68px;
    left: 19px;
    background: #000;
}

.downloadcont .main .wds {
    width: 486px;
}

.downloadcont .main .wds .title img {
    display: block;
    width: 100%;
}

.downloadcont .main .wds .title p {
    display: block;
    font-size: 29px;
    color: #fff;
    text-align: center;
    padding-top: 15px;
}

.downloadcont .main .wds .cmt {
    padding-top: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.downloadcont .main .wds .cmt em {
    background: #fff;
    padding: 4px;
    width: 200px;
}

.downloadcont .main .wds .cmt em img {
    display: block;
    width: 100%;
}

.downloadcont .main .wds .cmt span {
    display: block;
    color: #fff;
    font-size: 14px;
    text-align: center;
}

.downloadcont .main .wds .cmt img {
    display: block;
}

.downloadcont .main .wds .cmt i {
    display: block;
    font-size: 20px;
}

.downloadcont .main .wds .cmt a {
    display: block;
    margin-top: 20px;
}

.rightlink {
    position: fixed;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    z-index: 9999;
    width: 89px;
}

.rightlink a {
    display: block;
}

.rightlink a img {
    display: block;
    width: 100%;
}

.copyright {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 80px;
    text-align: center;
    line-height: 80px;
    background: rgba(0, 0, 0, .5);
    color: #fff;
    font-size: 14px;
}

.copyright i {
    color: #ffaf00;
}

.downloadcontforok {
    background: url(../../images/ok/bg.png) no-repeat center;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
