@charset "utf-8";
/*
    Theme Name: 囧次元官网主题
    Theme URI: 
    Author: 阿叶
    Author URI: 
    Description:
    Version: 0.0.1
*/
*,
*::before,
*::after {
	box-sizing: border-box;
	margin: 0;
}

body {
	min-height: 100vh;
	font-size: 14px;
}


/*样式初始化*/

body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
	outline: 0;
}

div,
ul,
li,
ol,
a,
section,
nav,
header,
footer {
	box-sizing: border-box;
}

body {
	font-family: Source Han Sans, Source Han Sans;
}

a {
	text-decoration: none;
}

svg {
	cursor: pointer;
	flex-shrink: 0;
}

img {
	border: none;
}

ol,
ul,
li {
	list-style: none;
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
}

.app {
	width: 100%;
	background-color: #2B0955;
	padding-bottom: 30px;
	overflow: hidden;
}

.content {
	margin: auto;
	max-width: 1000px;
}
.one-bg {
	position: absolute;
	top: -225px;
	left: 50%;
	transform: translateX(-50%);
	background: url(../images/one-bg.png);
	width: 740px;
	height: 800px;
}
.two-bg {
	width: 490px;
	position: absolute;
	top: -39px;
	left: 50%;
	background: url(../images/two-bg.png);
	transform: translateX(-108px);
	width: 490px;
	height: 322px;
}
.app-box {
	text-align: center;
	padding-top: 30px;
	font-size: 0;
}

.app-box-title {
	font-size: 30px;
	line-height: 36px;
	color: #ffffff;
	font-weight: 700;
	text-shadow: 0px 4px 16px rgba(0, 0, 0, 0.16);
	letter-spacing: 1px;
}
.app-box-title a {
    color: #fff;
}
.app-box-desc {
	margin-top: 10px;
	font-weight: 500;
	font-size: 20px;
	line-height: 28px;
	letter-spacing: 1px;
	color: rgba(255, 255, 255, 0.85);
	margin-bottom: 30px;
}

.app-box-icon {
	width: 84px;
	height: 84px;
	border-radius: 16px;
	margin: 0 auto;
	overflow: hidden;
}

.logo-img {
	width: 84px;
	height: 84px;
	display: block;
}

.logo-tips {
	display: inline-block;
	padding: 0 20px;
	height: 22px;
	line-height: 20px;
	border-radius: 32px;
	border: 1px solid rgba(255, 255, 255, 0.25);
	font-size: 14px;
	color: rgba(255, 255, 255, 0.5);
	text-align: center;
	margin-top: 10px;
}

.download-box {
	margin: 30px auto;
	display: flex;
	flex-wrap: wrap;
	font-size: 0;
	max-width: 1008px;
	margin-bottom: 50px;
}

.download-item {
	width: 50%;
	padding: 20px 0;
	text-align: center;
	display: block;
	position: relative;
}

.download-item i:before {
	content: '';
	display: inline-block;
	width: 24px;
	height: 24px;
	display: block;
	margin: auto;
	background-size: 100%;
}
.download-item .mob:before {
	background-image: url(../images/mob.png);
}

.download-item .text {
	margin-top: 12px;
	font-size: 16px;
	line-height: 20px;
	color: #ffffff;
	text-align: center;
}
.download-item:hover .text {
    font-weight: bold;
}

.download-item .btn {
	margin: 10px auto 0;
	width: 64px;
	height: 18px;
	border-radius: 32px;
	border: 1px solid rgba(174, 151, 203, 0.25);
	text-align: center;
	line-height: 16px;
	font-weight: 400;
	font-size: 12px;
	color: rgba(174, 151, 203, 0.5);
}

.l-r-b::after {
	content: '';
	width: 100%;
	height: 1px;
	position: absolute;
	left: 0;
	bottom: 0;
	background: linear-gradient(to right, rgba(174, 151, 203, 0.15), rgba(174, 151, 203, 0));
}

.r-l-b::before {
	content: '';
	width: 100%;
	height: 1px;
	position: absolute;
	left: 0;
	bottom: 0;
	background: linear-gradient(to right, rgba(174, 151, 203, 0), rgba(174, 151, 203, 0.15));
}

.b-t-b::after {
	content: '';
	width: 1px;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	background: linear-gradient(to top, rgba(174, 151, 203, 0.15), rgba(174, 151, 203, 0));
}

.download-top-bottom-border::before {
	content: '';
	width: 1px;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	background: linear-gradient(to top, rgba(174, 151, 203, 0), rgba(174, 151, 203, 0.15));
}

.download-item_left:hover {
	background: linear-gradient( 315deg, rgba(174, 151, 203, 0.15) 0%, rgba(174, 151, 203, 0.02) 100%);
}

.download-item_right:hover {
	background: linear-gradient( 315deg, rgba(174, 151, 203, 0.02) 0%, rgba(174, 151, 203, 0.15) 100%);
}


.part-title {
	margin: 50px 0 30px 0;
	text-align: center;
}

.part-title .title {
	display: inline-block;
	height: 33px;
	line-height: 33px;
	padding: 0 6px;
	position: relative;
	color: #ffffff;
	font-weight: 700;
	font-size: 20px;
}
.part-title .title::before {
	position: absolute;
	content: url('https://b0.bdstatic.com/comment/1730796385xTTfpkxIDT0keXZQ9QXO0w7776c548ef9cb672332de3ed837254dbd5922a64ace98a798a0b4f4d59f3112bd9ff');
	width: 17px;
	height: 17px;
	left: 0;
	bottom: 7px;
}
.part-title .title::after {
	position: absolute;
	content: url('../fonts/edc43d6c965f456b93872d56e127f920.woff');
	width: 17px;
	height: 17px;
	top: -7px;
	right: 0;
}

/*手风琴*/
.acc-box {}
.acc-box .box-item {
	margin-bottom: 3px;
	background: rgba(174, 151, 203, 0.15);
	border-radius: 6px;
}
.acc-box .box-item.active .box-content {
	display: block;
}


.acc-box .box-tab {
	border: 1px solid transparent;
	height: 44px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 12px 0 20px;
	border-radius: 6px;
	cursor: pointer;
	position: relative;
}
.acc-box .box-tab:after {
	content: '';
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url(../fonts/arrow-icon.svg);
}
.acc-box .box-tab .tab-left {
	font-size: 14px;
	color: #ffffff;
	padding-left: 16px;
	position: relative;
}
.acc-box .box-tab .tab-left::before {
	content: '';
	width: 8px;
	height: 8px;
	position: absolute;
	left: 0;
	top: 55%;
	transform: translate(0, -50%);
	border: 2px solid #fff;
	border-radius: 50%;
}
.acc-box .box-content {
	display: none;
	padding: 20px;
	background: rgba(174, 151, 203, 0.15);
	overflow: hidden;
	transition: height 2s;
	color: rgba(255,255,255,0.85);
}
.acc-box .box-content p {
	margin: 15px 0;
	line-height: 26px;
}
.acc-box .box-content p:first-child {
	margin-top: 0;
}
.acc-box .box-content p:last-child {
	margin-bottom: 0;
}
.box-content p img {
    width: 200px;
    display: block;
    margin: 0 auto;
    height: auto;
}
.box-content a {
	color: rgba(255,255,255,0.85);
}
.box-content h3 {
    display: inline-block;
    color: #000;
    font-weight: normal;
    font-size: 14px;
    background: #ff0;
}

.acc-box .box-images {
    white-space: nowrap;
    overflow-x: scroll;
}
.acc-box .box-images::-webkit-scrollbar {
	width: 10px;
	height: 8px;
	cursor: pointer;
	background: var(--bg-c);
}
.acc-box .box-images::-webkit-scrollbar-thumb {
    background: rgba(174, 151, 203, 0.5);
	cursor: pointer;
}
.acc-box .box-images img {
    max-height: 360px;
    margin-right: 5px;
}
.acc-box .box-images img:last-child {
    margin-right: 0;
}

.tab-content_item::before {
	content: '•';
	position: absolute;
	width: 12px;
	height: 12px;
	left: 0;
	top: 0;
	color: #B13BDB;
}


.comment-box {
}

.comment-box-content {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -10px;
}

.comment-box-content .item {
	width: 50%;
	font-size: 0;
	margin-bottom: 30px;
}
.comment-box-content .item .time {
    display: block;
    color: rgba(255, 255, 255, 0.5);
    line-height: 26px;
    font-size: 12px;
    margin-top: 10px;
}
.comment-box-content .item>div {
	position: relative;
	padding: 20px;
	background-color: rgba(174, 151, 203, 0.25);
	border-radius: 12px;
	margin: 0 10px;
	background-image: url(../fonts/stars-icon.svg);
    background-repeat: no-repeat;
    background-size: 90px;
    background-position: 20px 20px;
}

.comment-box-content .item .good {
	width: 40px;
	height: 40px;
	position: absolute;
	top: -10px;
	right: 20px;
}

.comment-box-content .item .starts {
	width: 100px;
}

.comment-box-content .text {
	margin-top: 12px;
	padding-top: 15px;
}
.comment-box-content .text p {
    color: rgba(255, 255, 255, 0.85);
	line-height: 24px;
	font-size: 14px;
}
.relative {
	position: relative;
}

.inline {
	display: inline-block;
}

.cursor-pointer {
	cursor: pointer;
}



.flex-start {
	justify-content: flex-start;
}

.footer {
    margin-top: 20px;
    text-align: center;
    color: rgba(255, 255, 255, 0.3);
    line-height: 24px;
    font-size: 12px;
}
.footer a {
    color: rgba(255, 255, 255, 0.3);
    font-size: 12px;
}

.other-v .box-tab:after{
    transform: rotate(270deg);
}
@media (max-width: 560px) {
	.m-r-12 {
		margin-right: 0;
	}
	.tab-img_list {
		justify-content: center;
	}
	.flex-start {
		justify-content: center;
	}
	.acc-box .box-images img {
	    max-height: 220px;
	}
	.acc-box .box-content{
	    padding: 15px;
	}
	.acc-box .box-tab {
	        padding: 0 12px 0 15px;
	}
	.comment-box-content .item {
	    width: 100%;
	}
}

@media (max-width: 1200px) {
	.content {
		margin: 0 10px;
	}
	.app {
		padding-bottom: 0;
	}
}