
.holdercircle {
    width: 500px;
    height: 500px;
    border-radius: 100%;
    margin: 150px auto 120px;
    position: relative;
}


.dotcircle {
    width: 100%;
    height: 100%;
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 100%;
    z-index: 20;
}

.dotcircle .itemdot {
    display: block;
    width: 80px;
    height: 80px;
    position: absolute;
    border-radius: 100%;
    text-align: center;
    line-height: 80px;
    font-size: 30px;
    z-index: 3;
    cursor: pointer;
}
.dotcircle .itemdot img{
    width: 80px;
    height: 100%;
}

.index_banner .holdercircle .dotcircle .itemdot1{
	left:71px !important;
	top: 60px !important;
}
.index_banner .holdercircle .dotcircle .itemdot2{
	left: 25px !important;
	top: 289px !important;
}
.index_banner .holdercircle .dotcircle .itemdot3{
	left: 187px !important;
	top: 414px !important;
}
.index_banner .holdercircle .dotcircle .itemdot6{
	left: 360px !important;
	top: 352px !important;
}
.index_banner .holdercircle .dotcircle .itemdot7{
	left: 259px !important;
	top: 12px !important;
}
.index_banner .holdercircle .dotcircle .itemdot8{
	left: 404px !important;
	top: 160px !important;
}

.dotcircle .itemdot.active {
    transition: 0.5s;
}

.dotcircle .itemdot .foractive {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
    font-size: 18px;
    font-family: "noto sans s chinese regular";
    color: #fff;
    background-color: rgba(0,0,0,0.3);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.dotcircle .itemdot.active .foractive {
    display: block;
}

.dotcircle .itemdot:hover {
    transition: 0.5s;
}


.contentcircle {
    width: 450px;
    height: 450px;
    border-radius: 100%;
    color: #fff;
    position: relative;
    top: 0px;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    /*box-shadow: 0px 0px 100px rgba(15,136,254,0.2);*/
}

.contentcircle .ciritem {
    border-radius: 100%;
    color: #fff;
    position: absolute;
    text-align: center;
    bottom: 0;
    left: 0;
    opacity: 0;
    transition: 0.5s;
    font-weight: bold;
    font-size: 13px;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    margin: auto;
    /*background: #00000054;*/
    line-height: 600px;
}
.contentcircle .ciritem .product-img{
    position: absolute;
    top: 0;
    left: 0;
    max-width: 100%;
    width: 450px;
    height: 450px;
    z-index: 1;
}
.contentcircle .ciritem .product-img-float{
    position: absolute;
    left: 50%;
    top: 50%;
    opacity: 0;
    z-index: 10;
}
.ciritem.active {
    z-index: 1;
    opacity: 1;
    transition: 0.5s;
}
.contentcircle .ciritem.active .product-img-float{
    animation: scaleimg 2s 0.5s infinite;
}
/*.contentcircle .ciritem1::after,
.contentcircle .ciritem2::after,
.contentcircle .ciritem3::after,
.contentcircle .ciritem4::after,
.contentcircle .ciritem5::after,
.contentcircle .ciritem6::after,
.contentcircle .ciritem7::after,
.contentcircle .ciritem8::after,
.contentcircle .ciritem9::after,
.contentcircle .ciritem10::after {
    content: '色选·我们无处不在';
    width: 100%;
    height: 100%;
    font-size: 38px;
    font-family: "pangmenzhengdao regular";
    -webkit-border-radius: 250px;
    -moz-border-radius: 250px;
    border-radius: 250px;
    font-weight: normal;
    position: absolute;
    top: -50px;
    left: 0;
    z-index: 9;
    text-shadow: 0px 10px 20px rgba(0,0,0,0.2);
}*/

.ciritemtextbg{
	width: 320px;
	height: auto;
	position: absolute;
    top: 233px;
    /*bottom: 0;*/
    right: 0;
    left: 0;
    margin: auto;
    z-index: 9;
}
.contentcircle .ciritem1{
    color: #0f88fe;
}
.contentcircle .ciritem2{
    color: #0f88fe;
}
.contentcircle .ciritem3{
}
.contentcircle .ciritem4{
    color: #0f88fe;
}
.contentcircle .ciritem5{
    color: #0f88fe;
}
.contentcircle .ciritem6{
    color: #0f88fe;
}
.contentcircle .ciritem7{
    color: #0f88fe;
}
.contentcircle .ciritem8{
    color: #0f88fe;
}
@-moz-keyframes scaleimg{
	from{
	    -webkit-transform: translate(-50%, -50%) scale(0);
        -moz-transform: translate(-50%, -50%) scale(0);
        transform: translate(-50%, -50%) scale(0);
        opacity: 0;
	}
	to{
	    -webkit-transform: translate(-50%, -50%) scale(1);
        -moz-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1);
        opacity: 1;
	}
}
@-webkit-keyframes scaleimg{
	from{
        -webkit-transform: translate(-50%, -50%) scale(0);
        -moz-transform: translate(-50%, -50%) scale(0);
        transform: translate(-50%, -50%) scale(0);
        opacity: 0;
    }
    to{
        -webkit-transform: translate(-50%, -50%) scale(1);
        -moz-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1);
        opacity: 1;
    }
}
@keyframes scaleimg{
	from{
        -webkit-transform: translate(-50%, -50%) scale(0);
        -moz-transform: translate(-50%, -50%) scale(0);
        transform: translate(-50%, -50%) scale(0);
        opacity: 0;
    }
    to{
        -webkit-transform: translate(-50%, -50%) scale(1);
        -moz-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1);
        opacity: 1;
    }
}
@media only screen and (min-width: 300px) and (max-width: 599px) {
    .holdercircle {
        width: 300px;
        height: 300px;
        margin: 110px auto;
    }
    .holdercircle::after {
        width: 100%;
        height: 100%;
    }
    .dotcircle {
        width: 100%;
        height: 100%;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
    }
}
@media only screen and (min-width: 376px) and (max-width: 414px) {
	.index_m_banner .holdercircle .contentcircle{
		top: 20px;
	}
	.m-new-swiper-container .swiper-slide .swiper-banner-img{
		width: 100%;
		height: 260px;
	}
	.index_m_banner{
		height: 260px;
	}
	.index_m_banner .holdercircle .dotcircle .itemdot .foractive{
		font-size: 13px;
	}
	.index_m_banner .holdercircle .dotcircle .itemdot1{
		left: 0px !important;
		top: 30px !important;
	}
	.index_m_banner .holdercircle .dotcircle .itemdot2{
		left: 71px !important;
		top: -12px !important;
	}
	.index_m_banner .holdercircle .dotcircle .itemdot3{
		left: 148px !important;
		top: 8px !important;
	}
	.index_m_banner .holdercircle .dotcircle .itemdot6{
		left: 166px !important;
		top: 117px !important;
	}
	.index_m_banner .holdercircle .dotcircle .itemdot7{
		left: 89px !important;
		top: 172px !important;
	}
	.index_m_banner .holdercircle .dotcircle .itemdot8{
		left: -3px !important;
		top: 121px !important;
	}
	
}
@media only screen and (max-width: 375px) {
	.index_m_banner .holdercircle .dotcircle{
		width: 180px !important;
		height: 180px !important;
	}
	.index_m_banner .holdercircle .dotcircle .itemdot .foractive{
		font-size: 13px;
	}
	.index_m_banner .holdercircle .dotcircle .itemdot1{
		left: 0px !important;
		top: 30px !important;
	}
	.index_m_banner .holdercircle .dotcircle .itemdot2{
		left: 71px !important;
		top: -12px !important;
	}
	.index_m_banner .holdercircle .dotcircle .itemdot3{
		left: 146px !important;
		top: 22px !important;
	}
	.index_m_banner .holdercircle .dotcircle .itemdot6{
		left: 155px !important;
		top: 112px !important;
	}
	.index_m_banner .holdercircle .dotcircle .itemdot7{
		left: 89px !important;
		top: 172px !important;
	}
	.index_m_banner .holdercircle .dotcircle .itemdot8{
		left: -3px !important;
		top: 121px !important;
	}
}
@media only screen and (min-width: 415px) and (max-width: 760px) {
	.index_m_banner .holdercircle .contentcircle{
		top: 20px;
	}
	.m-new-swiper-container .swiper-slide .swiper-banner-img{
		width: 100%;
		height: 260px;
	}
	.index_m_banner{
		height: 260px;
	}
	.index_m_banner .holdercircle .dotcircle .itemdot .foractive{
		font-size: 13px;
	}
	.index_m_banner .holdercircle .dotcircle .itemdot1{
		left: 0px !important;
		top: 30px !important;
	}
	.index_m_banner .holdercircle .dotcircle .itemdot2{
		left: 71px !important;
		top: -12px !important;
	}
	.index_m_banner .holdercircle .dotcircle .itemdot3{
		left: 148px !important;
		top: 8px !important;
	}
	.index_m_banner .holdercircle .dotcircle .itemdot6{
		left: 166px !important;
		top: 117px !important;
	}
	.index_m_banner .holdercircle .dotcircle .itemdot7{
		left: 89px !important;
		top: 172px !important;
	}
	.index_m_banner .holdercircle .dotcircle .itemdot8{
		left: -3px !important;
		top: 121px !important;
	}
	
}
@media only screen and (min-width: 415px) and (max-width: 769px) {
	.index_m_banner .holdercircle .dotcircle .itemdot .foractive{
		font-size: 13px;
	}
	.index_banner .holdercircle .dotcircle .itemdot1{
		left: 424px !important;
		top: 210px !important;
	}
	.index_banner .holdercircle .dotcircle .itemdot2{
		left: 288px !important;
		top: 404px !important;
	}
	.index_banner .holdercircle .dotcircle .itemdot3{
		left: 106px !important;
		top: 386px !important;
	}
	.index_banner .holdercircle .dotcircle .itemdot6{
		left: 0px !important;
		top: 212px !important;
	}
	.index_banner .holdercircle .dotcircle .itemdot7{
		left: 104px !important;
		top: 35px !important;
	}
	.index_banner .holdercircle .dotcircle .itemdot8{
		left: 303px !important;
		top: 23px !important;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {}

@media only screen and (min-width: 992px) and (max-width: 1199px) {}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {}

@media only screen and (min-width: 1500px) {}