.flex{
	display: flex;
	flex-wrap: wrap;
}
.align{
	display: flex;
	align-items: center;
}
.end{
	display: flex;
	align-items: flex-end;
}
.centet{
	display: flex;
	justify-content: center;
	align-items: center;
}
.spb{
	display: flex;
	justify-content: space-between;
}
.rows {
	display: flex;
	flex-direction: row;
	align-items: center;
}
.between {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.column {
	display: flex;
	flex-direction: column;
	align-items: center;
}

/* 客服 */

.shadow_apple {
    position: fixed;
    top: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, .8);
    z-index: 3;
    display: none;
}

.contact_main_apple {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 70vw;
    transform: translate(-50%, -50%);
    background: #fff;
}

.shadow_title_apple {
    font-size: 0.4rem;
    color: #3E3E3E;
    display: block;
    margin: 5vw;
}

.contact_icon_apple {
    width: 100%;
}

.contact_img_apple {
    width: 30vw;
    height: 30vw;
    display: block;
    margin-bottom: 5vw;
}
.hide{
	display: none;
}
.widthBox {
	width: 94.6vw;
	padding: 0 2.7vw;
}