
html,
body {
	font-family: -apple-system-font, sans-serif,"Helvetica Neue", "Roboto", "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei";
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	/* color: #252525; */
	/* font-weight: 600; */
}
body {
    /* background-image: url(../img/bg.png); */
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-color: #F5F7FA;
    scrollbar-width: none;
}
.swiper-pagination-bullet-active {
	background: #0D1079 !important;
}

/* 新增常见问题区域 */
.common-areas {
	padding: 4.26vw 3.73vw 0;
	background-color: #fff;
	margin: 2.66vw 3.2vw 0;
	border-radius: 1.6vw;
}
.common-areas.common-areas-reset {
    padding: 4.26vw 3.73vw 4.26vw;
    margin: 2.66vw 3.2vw 2.66vw;
}
.common-areas .headline {
    font-size: 4.26vw;
    line-height: 1;
    margin-bottom: 3.46vw;
	font-weight: 600;
}
.common-areas .robot {
    display: flex;
    padding: 9px 14px;
    justify-content: space-between;
    align-items: center;
    border-radius: 4px;
    background: linear-gradient(270deg, #F5F7FB 0%, #EAF9FF 100%);
    backdrop-filter: blur(4px);
    margin: 14px 0;
}
.common-areas .robot span {
    font-size: 14px;
    line-height: 1;
    /* align-self: flex-start; */
}
.common-areas .robot .robot-svg {
    width: 6.93vw;
    height: 6.93vw;
    margin-right: 3.2vw;
}
.common-areas .robot .robot-left {
    display: flex;
    align-items: center;
}
.common-areas .robot .robot-svg svg {
    width: 100%;
    height: 100%;
}
.common-title .title-row {
	display: flex;
	justify-content: space-between;
	margin-bottom: 2.66vw;
}
.common-title .title-row:last-child {
	margin-bottom: 7.46vw;
}
.common-title .title-item {
	display: inline-flex;
	flex-direction: column;
	width: 19.46vw;
	min-height: 17.86vw;
	box-sizing: border-box;
	/* justify-content: center; */
	align-items: center;
	background-color: #F5F7FB;
	border-radius: 1.06vw;
	font-size: 12px;
	color: rgba(0, 1, 35, 0.8);
	/* color: #000123; */
}
.consult .title-item {
    background-color: transparent;
}
.common-title .title-item .svg-icon{
    width: 6.4vw;
    height: 6.4vw;
    margin: 2.66vw 0 1.6vw 0;
}
.common-title .title-item .svg-icon svg {
    width: 100%;
    height: 100%;
}
.common-title .title-item img:nth-child(1) {
	display: block;
}
.common-title .title-item img:nth-child(2) {
	display: none;
}
.common-title .title-item.active {
	background-color: #0C0F78;
	color: #fff;
}
.common-title .title-item.active img:nth-child(1) {
	display: none;
}
.common-title .title-item.active img:nth-child(2) {
	display: block;
}
.common-title .title-item img {
	width: 6.4vw;
	height: 6.4vw;
	margin-bottom: 1.6vw;
}
.common-title .title-item span {
    display: inline-flex;
    justify-content: center;
    text-align: center;
    padding: 0 2.66vw 2.66vw;
}

/* swiper */
.swiper-pagination-bullet {
    width: 1.6vw !important;
    height: 1.6vw !important;
    border-radius: 100%;
}
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 1.86vw !important;
}

/* 导航服务 */
.common-list .common-list-row{
    display: flex;
    justify-content: space-between;
    margin-top: 14px;
}
.common-list-item {
    display: flex;
    align-items: center;
    flex: 1;
    padding: 0 10px;
    height: 34px;
    box-sizing: border-box;
    font-size: 12px;
}
.common-list-item span {
    margin-left: 6px;
}
.common-list-item:first-child {
    margin-right: 10px;
}

/* 助手 */
/* 助手 */
.helper-wrapper {
    position: fixed;
    right: -30vw;
    top: 94vw;
    width: 42.66vw;
    height: 18.93vw;
    display: flex;
    align-items: center;
    transition: right 0.3s linear;
    z-index: 999;
}