body {
    margin: 0;
    padding: 0;
}

img {
    display: block;
    width: 100%;
}

.content {
    position: relative;
    max-width: 960px;
    margin: 0 auto;
}
.content > div {
    position: relative;
}

.linkToTmall {
    position: absolute;
    left: 34%;
    top: 92%;
    width: 15%;
    height: 2%;
}
.linkToJD {
    position: absolute;
    right: 34%;
    top: 92%;
    width: 15%;
    height: 2%;
}
.linkToHome {
    position: absolute;
}

.link1 {
    left: 0;
    top: 0;
    width: 41%;
    height: 22%;
}

.link2 {
    left: 50%;
    bottom: 0;
    width: 30%;
    height: 35%;
    transform: translateX(-50%);
}


.video {
    position: absolute;
    left: 13%;
    top: 28%;
    width: 74%;
    border-radius: 5px;
    overflow: hidden;
}


