*::selection {
    background-color: rgba(55, 50, 223, 0.2);
}
html, body {
    height: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
    background: #fff;
}
body .m {
    display: block;
}
body .pc {
    display: none;
}
.color666666 {
    color: #666666;
}
.page-block {
    height: 100%;
}

/* 块标题 */
.block-title {
    width: 100%;
    text-align: center;
    color: #3732DF;
}
.main-title {
    max-width: calc(100% - 100px);
    position: relative;
    display: inline-block;
    margin: 0;
    font-size: 16px;
}
.secondary-title {
    font-size: 12px;
    margin: 8px 0 0 0;
    color: #333;
}
.main-title::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: -55px;
    width: 50px;
    height: 1.5px;
    background: linear-gradient(to left, #5c58e5, #f1f1f1);
}
.main-title::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: -55px;
    width: 50px;
    height: 1.5px;
    background: linear-gradient(to right, #5c58e5, #f1f1f1);
}

/* 导航 */
.page-nav {
    width: 100%;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 99;
}
.nav-active {
    background: #fff;
}
.button-collapse {
    display: inline-block;
    position: absolute;
    left: 15px;
    width: 20px;
    height: 20px;
}
.button-collapse img,
.website-logo img {
    width: 100%;
    height: auto;
}
.page-nav .language_icon {
    position: absolute;
    right: 15px;
    width: 20px;
    margin-top: -5px;
}

/* 尾部 */
footer {
    color: #ffffff;
    background: rgba(0, 0, 0, 0.8);
}
.footer {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
}
.footer-centen {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 45px 15px 30px 15px;
}
.content-l {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
}
.content-l p {
	text-align: left;
	margin: 0;
	font-size: 12px;
	padding-right: 28px;
	line-height: 1.5;
}
.content-l .content-l-item > div {
    display: flex;
    flex-direction: column;
    margin-left: 25px;
}
.content-l .content-l-item > div p {
    margin-top: 5px;
}

p.l-item-title {
	display: flex;
	align-items: center;
    margin-bottom: 5px;
}
p.l-item-title span {
    font-size: 13px;
    background: #3732df;
    padding: 0 6px;
    border-radius: 6px;
}
.l-item-title img {
	width: 18px;
	margin-right: 5px;
}
.content-l-item:first-child .l-item-title img {
    width: 15px!important;
}
.footer-line {
    width: calc(100% - 25px);
    border: 1px solid #fff;
    margin: 20px 0 20px 25px;
    box-sizing: border-box;
}
.link-block {
    text-align: left;
    padding-left: 25px;
    margin-top: 15px;
}
.link-block img {
    height: 25px;
}

.content-r {
	display: flex;
    justify-content: flex-end;
    position: absolute;
    right: 15px;
    top: 75px;
}
.content-r-item:last-child {
    margin-left: 10px!important;
}
.content-r-item img {
    display: block;
	width: 55px;
}
.content-r-item span {
	font-size: 10px;
	margin-top: 5px;
}