[v-cloak] {
	display: none;
}

.desk-language {
	display: none;
}
.mobile-language{
	display: none;
}
.font-title {
	font-size: .5rem;
}

.font-text {
	font-size: .18rem;
}

@keyframes topAnimate {
	0% {
		opacity: 0;
		transform: translate3d(0, 100%, 0);
	}

	100% {
		opacity: 1;
		transform: translate3d(0, 0%, 0);
	}
}

body{
	overflow-x: hidden;
}

.index {
	width: 100%;
	min-height: 100vh;
	color: #000;
	overflow: hidden;
}

.header {
	background-color: #fff;
}

/* main */
.index-main {
	width: 100%;
	padding: 74px 0 0 0;
	background-color: #fff;
}

.flex{
	display: flex;
	justify-content: space-between;
}
.title40{
	font-size: 40px;
	line-height: 54px;
	margin: 0 0 40px 0;
	text-align: center;
}
video{
	display: block;
	width: 960px;
	height: 540px;
	border-radius: 12px;
	margin: 0 auto;
}
.select-box{
	margin: 40px 0 0 0;
	text-align: center;
}
.select-box .swiper-wrapper{
	display: block;
}
.select-box .swiper-container{
	border-bottom: 1px solid #ccc;
	width: max-content;
	margin: 0 auto;
}
.select-box .swiper-slide{
	width: auto;
	display: inline-block;
	font-weight: 400;
	font-size: 19px;
	line-height: 25px;
	color: rgba(0, 0, 0, 0.2);
	cursor: pointer;
}
.select-box .swiper-slide:not(:last-child){
	margin: 0 30px 0 0;
}
.select-box .selected{
	color: #000;
	border-bottom: 4px solid #000;
}
.select-box .desc{
	text-align: center;
	margin: 38px auto 0 auto;
	font-weight: 400;
	font-size: 19px;
	line-height: 27px;
	width: 800px;
}
.select-box .pc-hide{
	display: none;
}

/* 1 */
.section1{
}
.painting-bg{
    background-image: url(https://r.tourboxtech.com/en/src/images/subject/DigitalPainting@1x.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 1920px 500px;
	width: 100%;
	height: 500px;
	text-align: center;
}
.photo-bg{
    background-image: url(https://r.tourboxtech.com/en/src/images/subject/PhotoEditing@1x.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 1920px 500px;
	width: 100%;
	height: 500px;
	text-align: center;
}
.video-bg{
    background-image: url(https://r.tourboxtech.com/en/src/images/subject/VideoEditing@1x.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 1920px 500px;
	width: 100%;
	height: 500px;
	text-align: center;
}
.section1 .t1{
	color: #fff;
	font-size: 64px;
	line-height: 84px;
	padding: 170px 0 0 0;
	margin: 0 0 24px 0;
}
.section1 .t2{
	width: 900px;
	color: #fff;
	font-size: 20px;
	line-height: 30px;
	text-align: center;
	margin: 0 auto;
}
/* 1 */

/* 2 */
.section2{

}
.section2 .bg{
	padding: 80px 0;
}
.section2 .bg:nth-child(odd){
	background: #fff;
}
.section2 .bg:nth-child(even){
	background: #fafafa;
}
.section2 .show-box{
	width: 100%;
	height: 96px;
	line-height: 96px;
	position: relative;
	text-align: center;
}
.section2 .show-box div{
	position: absolute;
	left: 50%;
	bottom: 28px;
	transform: translateX(-50%);
	line-height: 0;
	cursor: pointer;
	transition: 0.2s;
}
.section2 .show-box div:hover{
	transform: scale(1.1);
}
.section2 .show-box div .show-more{
	font-weight: 400;
	font-size: 17px;
	line-height: 24px;
	color: #004AEF;
}
.section2 .show-box div .down-arrow-blue{
	width: 8px;
	height: 16px;
}
.section2 .show-box div i{
	display: inline-block;
	border: solid #004AEF;
	border-width: 0 1px 1px 0;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	padding: 6px;
}
.section2 .hide{
	display: none;
}
/* 2 */

/* 3 */
.section3{
	padding: 80px 0;
	background: #f0f1f4;
}
.section3 .w1100{
	justify-content: center;
}
.section3 .box{
	width: 530px;
	padding: 30px;
	border-radius: 32px;
	background: #fff;
}
.section3 .box:first-child{
	margin: 0 40px 0 0;
}
.section3 .box .pic{
	width: 470px;
	height: 470px;
	border-radius: 16px;
	display: block;
}
.section3 .box .video{
	width: 470px;
	height: 470px;
	border-radius: 16px;
	display: block;
}
.section3 .box .desc{
	font-size: 18px;
	line-height: 24px;
	height: 120px;
	overflow: hidden;
	padding: 0 0 0 0;
}
.section3 .box .author-box{
	display: flex;
	margin: 24px 0 12px 0;

}
.section3 .box .author-box .left{
	display: inline-block;
	width: 54px;
	height: 54px;
	border-radius: 50%;
}
.section3 .box .author-box .right{
	margin: 0 0 0 20px;
}
.section3 .box .author-box .right .name{
	font-size: 16px;
	color: rgba(0, 0, 0, 0.6);
	margin: 11px 0 5px 0;
}
.section3 .box .author-box .right .source{
	font-size: 12px;
	color: #21AFFF;
}
/* 3 */

/* 4 */
.section4{
	padding: 80px 0;
}
.section4 .w1100{
	justify-content: center;
}
.section4 .box{
	width: 400px;
	text-align: center;
}
.section4 .box:first-child{
	margin: 0 84px 0 0;
}
.section4 .box .pic{
	width: 260px;
	display: block;
	margin: 0 auto;
}
.section4 .box #elite-grey{
	display: none;
}
.section4 .box #elite-white{
	display: block;
}
.section4 .box #elite-black{
	display: none;
}
.section4 .box .color-box{
	margin: 10px 0 42px 0;
}
.section4 .box .color-box .color{
	width: 20px;
	height: 20px;
	display: inline-block;
	cursor: pointer;
	margin: 0 10px;
	border: 3px solid transparent;
}
.section4 .box .color-box .on{
	border-radius: 50%;
	border: 3px solid #004aef;
	padding: 1px;
}
.section4 .box .t1{
	font-size: 32px;
	line-height: 42px;
}
.section4 .box .t2{
	font-size: 16px;
	line-height: 21px;
	color: rgba(0, 0, 0, 0.4);
	margin: 30px 0;
}
.section4 .box .t3{
	font-size: 16px;
	line-height: 20px;
}
.section4 .box .btn-box{
	margin: 24px 0 0 0;
}
.section4 .box .btn-box .btn{
	display: inline-block;
	padding: 7px 18px;
	font-weight: 400;
	font-size: 20px;
	color: #fff;
	background: #004AEF;
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
	border-radius: 10px;
}
/* 4 */

/* 5 */
.section5{
	padding: 80px 0 0 0;
	background: #f0f1f4;
}
.section5 .w1100{
	border-bottom: 1px solid #e0e0e0;
	padding: 0 0 50px 0;
}
.section5 .box{
	text-align: center;
}
.section5 .box a{
	display: inline-block;
	position: relative;
	margin: 0 12px;
	filter: brightness(70%);
}
.section5 .box a:hover{
	filter: brightness(110%);;
}
.section5 .box img{
	width: 380px;
	height: 380px;
	border-radius: 24px;
}
.section5 .box a span{
	display: inline-block;
	width: 380px;
	color: #fff;
	font-size: 28px;
	line-height: 32px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
}
/* 5 */


/* mobile */
@media only screen and (max-width:979px) {

	.title {
		font-size: .3rem;
	}

	.font-text {
		font-size: .18rem;
	}

	
	.header{position:absolute}
	.header-desk .desk-language{margin-left:0}

	.header-buy{
	display: block;
	position:absolute;
	top:.44rem;left:0;right:0;
	z-index:99;width:100%;
	height:.44rem;font-size:.18rem;color:#fff;background-color:#1C1C1E;
	transform:translateY(0%);
	}

	.header-buy>.buy-nav {
	width: 100%;
	height: 100%;
	padding: 0 .2rem;
	}

	.header-buy>.buy-nav>.nav-left {
	font-size: .16rem;
	color: #fff;
	}

	.header-buy>.buy-nav>.nav-right {
	width: .8rem;
	height: .26rem;
	text-align: center;
	line-height: .26rem;
	font-size: .16rem;
	color: #fff;
	border-radius: .15rem;
	background-image: linear-gradient(218deg,#004ffc 4%,#3f6ef6 94%);
	}

	.header-buy>.buy-list {
	position:fixed;
	top:.44rem;
	left: 0;
	z-index: 9;
	visibility: hidden;
	width: 100%;
	padding-bottom:.05rem;
	background-color:rgba(0,0,0,.9);
	box-shadow:1px 1px 1px 0px #eee;
	}

	.header-buy>.list-active {
	visibility: visible;
	}

	.header-buy>.buy-list>.list-item {
	position: relative;
	width:100%;
	height:.4rem;
	padding: 0 .2rem;
	font-size: .16rem;
	color: #fff;
	}

	.header-buy>.buy-list>div::after {
	position: absolute;
	left: 5%;
	bottom: 0;
	display: block;
	content: "";
	width: 90%;
	height: 1px;
	background-color: #f2f2f2;
	}

	.header-buy>.buy-list>.list-item>.item-shopify {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 9;
	width: 280px;
	height: 100%;
	}

	/* main */
	.index-main {
		width: 100%;
		padding: .44rem 0 0 0;
		background-color: #fff;
	}
	.w1100{
		width: 100%;
	}
	.flex{
		display: flex;
		justify-content: center;
	}
	.title40{
		font-size: 20px;
		line-height: 28px;
		margin: 0 0 28px 0;
		text-align: center;
	}
	video{
		display: block;
		width: 100%;
		height: auto;
		border-radius: 8px;
		margin: 0 auto;
	}
	.select-box{
		margin: 28px 0 0 0;
		text-align: center;
	}
	.select-box .swiper-wrapper{
		display: flex;
	}
	.select-box .swiper-container{
		border-bottom: 0;
		width: revert;
		margin: 0 auto;
	}
	.select-box .swiper-slide{
		display: inline-block;
		font-weight: 400;
		font-size: 14px;
		line-height: 18px;
		color: #828286;
		cursor: pointer;
	}
	.select-box .swiper-slide:not(:last-child){
		margin: 0 24px 0 0;
	}
	.select-box .selected{
		color: #000;
		border-bottom: 1px solid #000;
	}
	.select-box .desc{
		text-align: left;
		margin: 16px auto 0 auto;
		font-weight: 400;
		font-size: 14px;
		line-height: 20px;
		width: 100%;
	}
	.select-box .pc-hide{
		display: inline-block;
	}

	/* 滑块 */
	.container {
		border: 1px solid #ccc;
	}
	.swiper1 .selected {
		color: #000;
		border-bottom: 1px solid #000;
	}
	.swiper-no-swiping{color: #000000;line-height: 100px;}
	/* 滑块 */

	/* 1 */
	.section1{
	}
	.painting-bg{
		background-image: url(https://r.tourboxtech.com/en/src/images/subject/m-DigitalPainting@2x.webp);
		background-position: center;
		background-repeat: no-repeat;
		background-size: 100% 410px;
		width: 100%;
		height: 410px;
		text-align: center;
	}
	.photo-bg{
		background-image: url(https://r.tourboxtech.com/en/src/images/subject/m-PhotoEditing@2x.webp);
		background-position: center;
		background-repeat: no-repeat;
		background-size: 100% 410px;
		width: 100%;
		height: 410px;
		text-align: center;
	}
	.video-bg{
		background-image: url(https://r.tourboxtech.com/en/src/images/subject/m-VideoEditing@2x.webp);
		background-position: center;
		background-repeat: no-repeat;
		background-size: 100% 410px;
		width: 100%;
		height: 410px;
		text-align: center;
	}
	.section1 .t1{
		color: #fff;
		font-size: 32px;
		line-height: 42px;
		padding: 136px 0 0 0;
		margin: 0 0 16px 0;
	}
	.section1 .t2{
		width: 100%;
		color: #fff;
		font-size: 14px;
		line-height: 20px;
		text-align: center;
		margin: 0 auto;
		padding: 0 16px;
	}
	/* 1 */

	/* 2 */
	.section2{

	}
	.section2 .bg{
		padding: 42px 16px;
	}
	.section2 .bg:nth-child(odd){
		background: #fff;
	}
	.section2 .bg:nth-child(even){
		background: #fafafa;
	}
	.section2 .show-box{
		width: 100%;
		height: 62px;
		line-height: 62px;
		position: relative;
		text-align: center;
	}
	.section2 .show-box div{
		position: absolute;
		left: 50%;
		bottom: 28px;
		transform: translateX(-50%);
		line-height: 0;
		cursor: pointer;
		transition: 0.2s;
	}
	.section2 .show-box div:hover{
		transform: scale(1.1);
	}
	.section2 .show-box div .show-more{
		font-weight: 400;
		font-size: 17px;
		line-height: 24px;
		color: #004AEF;
	}
	.section2 .show-box div .down-arrow-blue{
		width: 8px;
		height: 16px;
	}
	.section2 .show-box div i{
		display: inline-block;
		border: solid #004AEF;
		border-width: 0 1px 1px 0;
		transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		padding: 6px;
	}
	.section2 .hide{
		display: block;
	}
	/* 2 */

	/* 3 */
	.section3{
		padding: 42px 32px;
		background: #f0f1f4;
	}
	.section3 .flex{
		display: block;
		justify-content: unset;
	}
	.section3 .box{
		width: 310px;
		padding: 14px;
		border-radius: 32px;
		background: #fff;
		box-shadow: 0px 0px 12px rgba(224, 224, 224, 0.6);
		border-radius: 18px;
		margin: 0 auto;
	}
	.section3 .box:first-child{
		margin: 0 auto 20px auto;
	}
	.section3 .box .pic{
		width: 280px;
		height: 280px;
		border-radius: 16px;
		display: block;
	}
	.section3 .box .video{
		width: 280px;
		height: 280px;
		border-radius: 16px;
		display: block;
	}
	.section3 .box .desc{
		font-size: 14px;
		line-height: 24px;
		height: 120px;
		overflow: hidden;
		padding: 0 0 0 0;
	}
	.section3 .box .author-box{
		display: flex;
		margin: 18px 0 14px 0;

	}
	.section3 .box .author-box .left{
		display: inline-block;
		width: 32px;
		height: 32px;
		border-radius: 50%;
	}
	.section3 .box .author-box .right{
		margin: 0 0 0 8px;
	}
	.section3 .box .author-box .right .name{
		font-size: 12px;
		color: rgba(0, 0, 0, 0.6);
		margin: 0 0 2px 0;
	}
	.section3 .box .author-box .right .source{
		font-size: 12px;
		color: #21AFFF;
	}
	/* 3 */

	/* 4 */
	.section4{
		padding: 42px 16px;
	}
	.section4 .w1100{
		justify-content: space-between;
	}
	.section4 .box{
		width: 160px;
		text-align: center;
	}
	.section4 .box:first-child{
		margin: 0 10px 0 0;
	}
	.section4 .box .pic{
		width: 120px;
		display: block;
		margin: 0 auto;
	}
	.section4 .box #elite-grey{
		display: none;
	}
	.section4 .box #elite-white{
		display: block;
	}
	.section4 .box #elite-black{
		display: none;
	}
	.section4 .box .color-box{
		margin: 10px 0 30px 0;
	}
	.section4 .box .color-box .color{
		width: 16px;
		height: 16px;
		display: inline-block;
		cursor: pointer;
		margin: 0 10px;
		border: 1px solid transparent;
	}
	.section4 .box .color-box .on{
		border-radius: 50%;
		border: 2px solid #004aef;
		padding: 0px;
	}
	.section4 .box .t1{
		font-size: 17px;
		line-height: 22px;
	}
	.section4 .box .t2{
		text-align: left;
		font-size: 12px;
		line-height: 16px;
		color: rgba(0, 0, 0, 0.4);
		margin: 12px 0 32px 0;
		padding: 0 0 0 0;
	}
	.section4 .box .t3{
		font-size: 12px;
		line-height: 16px;
	}
	.section4 .box .btn-box{
		margin: 8px 0 0 0;
	}
	.section4 .box .btn-box .btn{
		display: inline-block;
		padding: 8px 18px;
		font-weight: 400;
		font-size: 12px;
		color: #fff;
		background: #004AEF;
		box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
		border-radius: 10px;
	}
	/* 4 */

	/* 5 */
	.section5{
		padding: 80px 0;
		background: #f0f1f4;
		text-align: center;
	}
	.section5 .w1100{
		border-bottom: unset;
		padding: unset;
	}
	.section5 .box{
		text-align: center;
		display: inline-block;
	}
	.section5 .box a{
		display: inline-block;
		position: relative;
		margin: 0;
	}
	.section5 .box a:first-child{
		margin: 0 12px 0 0;
	}
	.section5 .box a{
		filter: unset;
	}
	.section5 .box img{
		width: 165px;
		height: 165px;
		border-radius: 14px;
	}
	.section5 .box a span{
		display: inline-block;
		width: 100%;
		color: #fff;
		font-size: 20px;
		line-height: 28px;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translateX(-50%) translateY(-50%);
	}
	/* 5 */
}