.content {
    width: 1280px;
    height: 963px;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
}

.wrapper {
    width: 400%;
    height: 100%;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    transition: none;
}

.wrapper li {
    flex: 1;
    list-style: none;
    margin: 0;
    padding: 0;
}

.wrapper li img {
    width: 100%;
}

.radius {
    height: 12px;
    margin: 0;
    padding: 0;
    position: absolute;
    bottom: 10px;
    left: 10px;
    display: flex;
    align-items: center;
}

.radius li {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: white;
    opacity: 0.6;
    margin: 0 3px;
    padding: 0;
    list-style: none;
}

.radius-active {
    opacity: 1 !important;
    border: 2px solid rgb(255, 255, 255, 0.5);
    background-clip: padding-box;
}

.prev {
    width: 23px;
    line-height: 34px;
    text-align: center;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -17px;
    background-color: rgba(169, 169, 169, 0);
    opacity: 0;
}

.next {
    width: 23px;
    line-height: 34px;
    text-align: center;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -17px;
    background-color: rgba(169, 169, 169, 0);
    opacity: 0;
}

.prev span,
.next span {
    font-weight: bold;
    color: white;
    font-size: 30px;
}

#mmunity {
    position: relative;
    width: 1280px;
    margin: 0 auto;
    text-align: center;
    padding-top: 90px;
    padding-bottom: 120px;
}

#mmunity_main {
    text-align: left;
    margin-left: 120px;
    font-family: dierge;
    color: #6C6D76;
    line-height: 30px;
    font-size: 16px;
    width: 500px;
    /* word-spacing: 5px; */
}

#DISCOVER {
    width: 183px;
    margin: 0 auto;
    height: 30px;
    font-size: 14px;
    font-family: diyige;
    font-weight: 600 !important;
    text-align: center;
    color: #63595A;
    line-height: 32px;
    border: 1px solid #63595A;
    border-radius: 32px;
    margin-top: 20px;
}

#mmunity img {
    position: absolute;
    width: 350px;
    top: 100px;
    right: 120px;
}

#uedes {
    width: 1280px;
    margin: 0 auto;
    background-image: url(../img/bg1.JPG);
    background-size: 100%;
    padding-top: 70px;
}

#uedes h2,
h3 {
    width: 100%;
    text-align: center;
}

#uedes_left {
    position: relative;
    display: inline-block;
    text-align: left;
    left: 80px;
    top: -80px;
}

#uedes_left img {
    width: 380px;
}

#uedes_right {
    float: right;
    width: 650px;
    margin-top: 40px;
}

#uedes_right_main {
    display: inline-block;
    width: 220px;
    height: 220px;
    background-color: #d2d0d17d;
    border: 1px solid #4b4a4c;
    border-radius: 20px;
    text-align: center;
    margin-right: 50px;
    margin-bottom: 50px;
}

#uedes_right_main img {
    width: 40%;
    margin-top: 40px;
    margin-bottom: 20px;
}

#uedes_right_main p {
    width: 80%;
    margin: 0 auto;
    color: #808096;
    font-family: dierge;
}

#getstart {
    width: 140px;
    text-align: center;
    height: 30px;
    line-height: 30px;
    font-family: diyige;
    color: #ffff;
    border: 2px solid #fff;
    border-radius: 15px;
    margin-left: 175px;
}

#getstart a {
    color: #ffff;
}

#getstart a:hover {
    color: #2FBAD7;
}

#youll {
    width: 1280px;
    text-align: center;
    padding-top: 70px;
    padding-bottom: 40px;
    margin: 0 auto;
}

#youll p {
    color: #808096;
    font-family: dierge;
    line-height: 30px;
}

#SKATE {
    width: 190px;
    margin: 0 auto;
    text-align: center;
    height: 30px;
    line-height: 30px;
    border-radius: 15px;
    border: 1px solid black;
    margin-top: 30px;
    font-size: 14px;
}

#SKATE:hover {
    color: #2FBAD7;
}

#youll img {
    margin-top: 50px;
    width: 300px;
}