body {
    margin: 0;
    padding: 0;
}

img {
    display: block;
    width: 100%;
}

.content {
    position: relative;
    max-width: 960px;
    margin: 0 auto;
}
.content > div {
    position: relative;
}

.video {
    position: absolute;
    left: 13%;
    top: 41%;
    width: 74%;
    border-radius: 5px;
    overflow: hidden;
}

.linkToTmall {
    position: absolute;
    left: 19%;
    top: 88%;
    width: 29%;
    height: 7%;
}
.linkToJD {
    position: absolute;
    right: 19%;
    top: 88%;
    width: 29%;
    height: 7%;
}
.linkToHome {
    position: absolute;
}

.link1 {
    left: 0;
    top: 0;
    width: 45%;
    height: 34%;
}

.link2 {
    left: 50%;
    bottom: 0;
    width: 30%;
    height: 35%;
    transform: translateX(-50%);
}

@media screen and (max-width: 960px) {
    .linkToTmall {
        position: absolute;
        left: 20%;
        top: 88%;
        width: 28%;
        height: calc(100vw * 30 / 375);
    }
    .linkToJD {
        position: absolute;
        right: 20%;
        top: 88%;
        width: 28%;
        height: calc(100vw * 30 / 375);
    }
}

.linkToProduct1 {
    position: absolute;
    width: 30%;
    height: 22%;
    left: 3%;
    bottom: 3%;
}

.linkToProduct2 {
    position: absolute;
    width: 30%;
    height: 22%;
    left: 35%;
    bottom: 3%;
}

.linkToProduct3 {
    position: absolute;
    width: 30%;
    height: 22%;
    left: 67%;
    bottom: 3%;
}