@charset "UTF-8";

.about-pone-banner-top-content-right {
    flex: 1;
    border-radius: 20px;
    margin-left: 20px;
    box-sizing: border-box;
    padding: 16px;
}

.slider-dot-list {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    bottom:-10px;
}

.slider-dot-list>li {
    color: #1D2129;
    background-color: #fff;
    padding: 5px 15px;
    border-radius: 30px;
    font-size: 14px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
	white-space:nowrap;
	width:fit-content;
	height:auto;
}

.slider-dot-list>li+li {
    margin-left: 16px;
}

.slider-dot-list>li.current {
    background-color: #165DFF;
    color: #fff;
	width:fit-content;
	height:auto;
	border-radius: 30px;
}


@media screen and (max-width:767px) {
	
	.about-pone-banner-top-content-right {
        width: 100%;
        margin-top: 0;
        margin-left: 0;
    }

	.slider-banner {
        width: 100%;
        height: auto;
        aspect-ratio: 16/9;
    }


    .slider-banner-list {
        width: 100%;
        height: 10rem;
    }

    .slider-banner-list>img {
        width: 100%;
        height: 10rem;
    }

    .slider-dot-list {
        margin-top: 1rem;
    }

    .slider-dot-list>li {
        padding: 3px 10px;
        font-size: 12px;
    }

    .slider-dot-list>li+li{
        margin-left: 5px;
    }

    .account-layer>img {
        max-width: 96%
    }

    .arrow {
        display: none;
    }

}