@charset "UTF-8";

.new-wrap {
    max-width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
}

.content-item {
    padding-top: 60px;
}

.content-item h2 {
    font-size: 42px;
    color: #1D2129;
    text-align: center;
    margin-bottom: 50px;
}

.testone-advantages-list{
	padding-bottom: 50px;
}

.testone-advantages-list>li {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 76px;
}

.testone-advantages-list>li:last-child {
    margin-bottom: 0;
}

.testone-advantages-list>li:nth-child(even) {
    flex-direction: row-reverse;
}

.testone-advantages-list>li>img {
    width: 690px;
    cursor: -moz-zoom-in;
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
}

.slider-banner {
    position: relative;
}

.slider-banner-list {
    width: 720px;
    height: 400px;
    position: relative;
}

.slider-banner-list>img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    cursor: -moz-zoom-in;
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
}

.slider-dot-list {
    position: absolute;
    left: 50%;
    bottom: 30px;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.slider-dot-list>li {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #4080FF;
    cursor: pointer;
}

.slider-dot-list>li.current {
    width: 20px;
    background-color: #165DFF;
    border-radius: 10px;
}

.slider-dot-list>li:not(:last-child) {
    margin-right: 20px;
}

.testone-advantages-list>li .advantage-intro {
    display: flex;
    flex-direction: column;
    margin-top: 80px;
}

.testone-advantages-list>li .advantage-intro h3 {
    display: flex;
    align-items: center;
    font-size: 24px;
    color: #1D2129;
    font-weight: 600;
}

.testone-advantages-list>li .advantage-intro h3 img {
    margin-right: 12px;
}

.testone-advantages-list>li .advantage-intro p {
    color: #4E5969;
    font-size: 20px;
    line-height: 30px;
    max-width: 403px;
    margin: 20px 0;
    font-weight: 400;
}

.testone-advantages-list>li .advantage-intro a {
    color: #165DFF;
    font-size: 16px;
    cursor: pointer;
}



.account-layer {
    width: 100%;
    height: 100%;
    background: rgba(29, 33, 41, 0.50);
    display: none;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000000;
}

.arrow {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100px;
    transform: translate(-700px, -50%);
    z-index: 1000000;
}

.arrow-right {
    right: 50%;
    transform: translate(600px, -50%) rotate(180deg);
}

.arrow>img {
    width: 100%;
    cursor: pointer;
}

.account-layer>img {
    max-width: 1200px;
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}

.img-area {
    display: flex;
    align-items: center;
    justify-content: center;
}

.img-area img {
    max-width: 100%;
}

@media screen and (max-width:767px) {

    .new-wrap {
        width: 100%;
        padding: 1rem;
    }

    .content-item {
        padding-top: 3rem;
    }


    .content-item h2 {
        font-size: 1.8rem;
        margin-bottom: 1rem;
    }

    .testone-advantages-list>li {
        flex-direction: column !important;
        margin-bottom: 2rem;
        width: 100%;
    }

    /* .testone-advantages-list>li>img {
        width: 100%;
        margin-bottom: 1rem;
    } */

    .slider-banner {
        width: 100%;
        height: auto;
        aspect-ratio: 16/9;
    }


    .slider-banner-list {
        width: 100%;
        height: auto;
    }

    .slider-banner-list>img {
        width: 100%;
    }

    .slider-dot-list {
        bottom: 1rem;
    }

    .slider-dot-list>li {
        width: 8px;
        height: 8px;
    }

    .slider-dot-list>li.current {
        width: 12px;
        background-color: #165DFF;
        border-radius: 10px;
    }

    .slider-dot-list>li:not(:last-child) {
        margin-right: 20px;
    }

    .testone-advantages-list>li .advantage-intro {
        margin-top: 1rem;
    }

    .testone-advantages-list>li .advantage-intro h3 {
        font-size: 1.2rem;
    }

    .testone-advantages-list>li .advantage-intro h3 img {
        width: 1.5rem;
    }

    .testone-advantages-list>li .advantage-intro p {
        font-size: 1rem;
        line-height: 24px;
        margin: .5rem 0;
    }

    .testone-advantages-list>li .advantage-intro a {
        font-size: .9rem;
    }

    .account-layer>img {
        max-width: 96%
    }

    .arrow {
        display: none;
    }

}