/* 个人中心弹框 */
.center_hide {
    position: absolute;
    right: 2%;
    top: 4%;
    font-size: 1.3rem;
}
.center_txt {
    position: absolute;
    top: 4%;
    font-size: 1.8rem;
    font-weight: bold;
}
.center_tan {
    width: 100%;
    height: 100%;
}

.center_ul {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    justify-content: space-around;
    text-align: center;
    width: 60%;
    left: 20%;
    padding: 5rem 2rem;
    border-radius: 1rem;
    background: #fff;
    z-index: 111;
    position: fixed;
    top: 15%;
    flex-wrap: wrap;
}

.center_ul li {
    width: 22%;
}

.center_ul li {
    margin: 1.5rem 1.5rem;
}

.center_con {
    margin-top: 0.5rem;
}

.center_text {
    color: #ccc;
    font-size: 1.2rem;
    line-height: 1.2;
}

.center_img img {
    width: 56%;
}

.center_ul li,.center_hide
         {
        	cursor:pointer;
        }
        
@media (max-width: 787px) {
	.center_title{
		font-size: 1.1rem;
	}
	.center_img img {
	    width: 85%;
	}
	.center_ul {
		width: 80%;
		left: 10%;
		top: 30%;
	}
	.center_ul li {
	    margin: 0.5rem 0.5rem;
	}
}