* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

li {
    list-style-type: none;
    float: left;
}

.header {
	background: linear-gradient(180deg, #CDE1FF 0%, rgba(205, 225, 255, 0) 100%);
	width: 100%;
}

.phone {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.phone p {
	margin-top: 5px;
	font-size: 14px;
	font-family: 'PingFang SC';
	font-weight: 700;
}

.phone .sj {
	margin-top: 20px;
	width: 310px;
	text-align: center;
	font-weight: 100;
}

.dow {
	display: flex;
	justify-content: center;
	margin-top: 10px;
}

.jiaoc {
	margin-top: 18px;
	display: flex;
	justify-content: center;
}

.buzhou1 {
	background-color: #BFD9FF;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 324px;
	border-radius: 12px;
}

.buzhou1 p{
	font-size: 14px;
	font-family: 'PingFang SC';
	font-weight: 500;
	text-align: left;
}

.kefu {
	width: 72px;
	height: 72px;
	z-index: 100;
	position: fixed;
	display: flex;
	right: 10px;
	top: 280px;
	justify-content: center;
	align-items: center;
}


.fixleft-btn {
    position: fixed;
    top: 44%;
    left: 12%;
    margin-left: -3.9rem;
    width: 8rem;
    z-index: 100;
}

.fixleft-btn img {
    width: 100%;
}

.tjscbox {
	position: fixed;
	bottom: 10px;
	display: flex;
	justify-content: center;
	width: 100%;
}

#leftbtn {
	background-color: #FFF;
	padding: 8px;
	color: #7bbbff;
	font-weight: 700;
	display: flex;
	align-items: center;
	border-radius: 8px;
	border: 1px solid #a7dcff;
}

.sjx{
    width: 0px;
    height: 0px;
    border: 16px solid transparent;
    border-top-color: #FFF;
	position: absolute;
	bottom: -25px;
}

.storage-item {
    flex-wrap: nowrap;
    text-align: center;
    max-width: 133px;
    padding: 11px 0 3px 0;
    flex: 1;
    margin-left: 8px;
    border-radius: 4px;
    text-decoration: none !important;
    background: #4892FF;
    box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.1);
    cursor: pointer;
}

.platform {
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    line-height: 20px;
    margin-top: 6px;
}