* {
    margin: 0;
    padding: 0;
    font-size: 0.16rem;
}

body {
    background: #fff;
}

.main {
    width: 14rem;
    margin: 0 auto;
}

.class_name {
    margin-bottom: 1.27rem !important;
}



.banner {
    width: 100%;
    max-width: 19.2rem;
    height: 7rem;
    position: relative;
    margin: -0.7rem auto 0;
}

.banner .banner_img {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: -1;
}

.banner .banner_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner .ban_name {
    font-weight: bold;
    font-size: 0.36rem;
    color: #FFFFFF;
    text-align: center;
    padding-top: 2.62rem;
    margin-bottom: 0.46rem;
}

.banner .ban_cont b {
    font-weight: bold;
    font-size: 0.26rem;
    color: #FFFFFF;
}

.banner .ban_cont {
    margin-top: 0.17rem;
    font-weight: 400;
    font-size: 0.18rem;
    color: #FFFFFF;
    line-height: 0.35rem;
}











.body1 {
    width: 100%;
    padding-top: 1.02rem;
    position: relative;
}

.body1 .body1_cont {
    width: 100%;
    height: 6.97rem;
    position: relative;
}

.body1 .body1_cont .body1_img {
    width: 6.95rem;
    height: 6.97rem;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}

.body1 .body1_cont .body1_img img {
    max-width: 100%;
    max-height: 100%;
}

.body1_list {
    display: flex;
    justify-content: center;
    width: 7.5rem;
    height: 1.2rem;
    position: relative;
    margin: 0 auto;
}

.body1_list .body_item {
    z-index: 9;
    position: absolute;
    cursor: pointer;
}

.body1_list .body_item i {
    display: block;
    border-radius: 50%;
    background: #90C8FF;
    margin: 0 auto;
    margin-bottom: 0.15rem;
}

.body1_list .body_item:nth-child(1) i,
.body1_list .body_item:nth-child(6) i {
    width: 0.12rem;
    height: 0.12rem;
}

.body1_list .body_item:nth-child(2) i,
.body1_list .body_item:nth-child(4) i,
.body1_list .body_item:nth-child(5) i {
    width: 0.16rem;
    height: 0.16rem;
}

.body1_list .body_item:nth-child(3) i {
    width: 0.2rem;
    height: 0.2rem;
}

.body1_list .body_item span {
    font-weight: 400;
    font-size: 0.14rem;
    color: #555555;
    line-height: 0.2rem;
    position: absolute;
    width: 1.46rem;
    display: flex;
    left: 50%;
    text-align: center;
    transform: translateX(-50%);
    justify-content: center;
}

.body1_list .body_item:hover i {
    background: #29A1F3;
    position: relative;
    opacity: 1;
    margin-bottom: 0.4rem;
}

.body1_list .body_item:hover i::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(41, 161, 243, 0.12);
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
    border-radius: 50%;
}
.body1_list .body_item:hover i::after {
	animation: after 3s linear infinite;
}
.body1_list .body_item:hover i::before {
    content: "";
    position: absolute;
    width: calc(100% + 0.28rem);
    height: calc(100% + 0.28rem);
    background: rgba(41, 161, 243, 0.13);
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
    border-radius: 50%;
}
.body1_list .body_item:hover i::before {
	animation: before 3s linear infinite;
}
.body1_list .body_item:hover span {
    font-weight: 600;
    font-size: 0.18rem;
    color: #29A1F3;
    line-height: 1.6;
    margin-top: -0.3rem;
}

.body1_list .body_item:first-child:hover span,
.body1_list .body_item:last-child:hover span{
    margin-top: 0;
}
.body1_list:last-child .body_item:hover span{
    margin-top: -0.3rem;
}

@keyframes after {
	0% {
		width: 100%;
		height: 100%;
		opacity: 0;
	}

	50% {
		width: calc(100% + 0.64rem);
		height: calc(100% + 0.64rem);
		opacity: 1;
	}

	100% {
		width: 100%;
		height: 100%;
		opacity: 0;
	}
}
@keyframes before {
	0% {
		width: 100%;
		height: 100%;
		opacity: 0;
	}

	50% {
		width: calc(100% + 0.28rem);
		height: calc(100% + 0.28rem);
		opacity: 1;
	}

	100% {
		width: 100%;
		height: 100%;
		opacity: 0;
	}
}






.body1_list:nth-child(3) .body_item:first-child,
.body1_list:nth-child(4) .body_item:first-child,
.body1_list:nth-child(5) .body_item:first-child {
    display: block;
}

.body1_list:nth-child(3) .body_item:last-child,
.body1_list:nth-child(4) .body_item:last-child,
.body1_list:nth-child(5) .body_item:last-child {
    display: block;
}

.body1_list:nth-child(3) .body_item:first-child span,
.body1_list:nth-child(4) .body_item:first-child span,
.body1_list:nth-child(5) .body_item:first-child span {
    left: -0.6rem;
    top: -0.1rem;
}

.body1_list:nth-child(3) .body_item:last-child span,
.body1_list:nth-child(4) .body_item:last-child span,
.body1_list:nth-child(5) .body_item:last-child span {
    left: 0.7rem;
    top: -0.15rem;
}






.body1_list:nth-child(2) .body_item {
    display: flex;
    align-items: center;
    position: absolute;
    top: 0.52rem;
    left: 3.6rem;
}

.body1_list:nth-child(2) .body_item span {
    left: 1rem;
    top: -0.03rem;
}
.body1_list:nth-child(2) .body_item:hover span{
    width: 2rem;
    top: -0.08rem;
    left: 1.44rem;
}





.body1_list:nth-child(3) .body_item:nth-child(1) {
    top: 0.42rem;
    left: 1.33rem;
}

.body1_list:nth-child(3) .body_item:nth-child(2) {
    top: 0.36rem;
    left: 2.17rem;
}

.body1_list:nth-child(3) .body_item:nth-child(3) {
    top: 0.31rem;
    left: 3.25rem;
}

.body1_list:nth-child(3) .body_item:nth-child(4) {
    top: 0.34rem;
    right: 2.88rem;
}

.body1_list:nth-child(3) .body_item:nth-child(5) {
    top: 0.37rem;
    right: 1.84rem;
}

.body1_list:nth-child(3) .body_item:nth-child(6) {
    top: 0.45rem;
    right: 1.09rem;
}





.body1_list:nth-child(4) .body_item:nth-child(1) {
    top: 0.58rem;
    left: 0.79rem;
}

.body1_list:nth-child(4) .body_item:nth-child(2) {
    top: 0.55rem;
    left: 1.65rem;
}

.body1_list:nth-child(4) .body_item:nth-child(3) {
    top: 0.54rem;
    left: 2.86rem;
}

.body1_list:nth-child(4) .body_item:nth-child(4) {
    top: 0.57rem;
    right: 3.09rem;
}

.body1_list:nth-child(4) .body_item:nth-child(5) {
    top: 0.57rem;
    right: 1.82rem;
}

.body1_list:nth-child(4) .body_item:nth-child(6) {
    top: 0.6rem;
    right: 0.88rem;
}







.body1_list:nth-child(5) .body_item:nth-child(1) {
    top: 0.9rem;
    left: 1.5rem;
}

.body1_list:nth-child(5) .body_item:nth-child(2) {
    top: 0.91rem;
    left: 2.56rem;
}

.body1_list:nth-child(5) .body_item:nth-child(3) {
    top: 0.9rem;
    left: 3.86rem;
}

.body1_list:nth-child(5) .body_item:nth-child(4) {
    top: 0.91rem;
    right: 2.18rem;
}

.body1_list:nth-child(5) .body_item:nth-child(5) {
    top: 0.9rem;
    right: 1.17rem;
}

.body1_list:nth-child(5) .body_item:nth-child(6) {
    top: 0.86rem;
    right: 0.55rem;
}



.body1_list:nth-child(6) .body_item:nth-child(1) {
    top: 0.97rem;
    left: 1.76rem;
}

.body1_list:nth-child(6) .body_item:nth-child(2) {
    top: 0.99rem;
    left: 3.04rem;
}

.body1_list:nth-child(6) .body_item:nth-child(3) {
    top: 0.98rem;
    left: 4.6rem;
}

.body1_list:nth-child(6) .body_item:nth-child(4) {
    top: 0.93rem;
    right: 1.51rem;
}





@media only screen and (max-width: 1024px) {
    .banner .ban_name{
        padding-top: 1.62rem;
    }
    .banner .ban_cont{
        font-size: 12px;
    }
    .body1_list .body_item span{
        line-height: inherit;
        font-size: 12px;
    }
    .body1_list:nth-child(3) .body_item:last-child span, .body1_list:nth-child(4) .body_item:last-child span, .body1_list:nth-child(5) .body_item:last-child span{
        left: 0.4rem;
        top: -0.6rem;
    }
    .body1_list:nth-child(5) .body_item:last-child span{
        left: 0.2rem;
    }
    .body1_list:nth-child(4) .body_item:first-child span{
        left: -0.3rem;
    }
    .body1_list{
        width: 100%;
    }
}