[v-cloak] {
	display: none;
}

#container {
	width: 100%;
	position: relative;
	background-color: #1a1a1a;
}

.container-nav {
	position: relative;
	display: flex;
	display: -webkit-flex;
	justify-content: flex-start;
	width: 100%;
	min-height: 9rem;
}

.container-nav>.nav-bar {
	width: 2.4rem;
    position: fixed;
    top: 50%;
    right: 0;
    transform: translateY(-65%);
}

.container-nav>.nav-bar>.bar-sticky {
	position: -webkit-sticky;
	position: sticky;
	top: 1.5rem;
	width: 100%;
}

.container-nav>.nav-bar>.bar-sticky>.sticky-list {
	width: 100%;
}

.container-nav>.nav-bar>.bar-sticky>.sticky-list>.list-sub {
	display: flex;
	display: -webkit-flex;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
	margin-bottom: .1rem;
	cursor: pointer;
}
.container-nav>.nav-bar>.bar-sticky>.sticky-list>.list-sub:last-child {
	margin-bottom: .3rem;
}

.container-nav>.nav-bar>.bar-sticky>.sticky-list>.list-sub>.circle {
	position: relative;
	display: inline-block;
	width: 0.14rem;
	height: 0.14rem;
	border-radius: 50%;
	border: 2px solid #fff;
}

.container-nav>.nav-bar>.bar-sticky>.sticky-list>.current>.circle {
	background-color: #fff;

}

.container-nav>.nav-bar>.bar-sticky>.sticky-list>.list-sub:last-of-type>.circle::after {
	display: none;
}

.container-nav>.nav-bar>.bar-sticky>.sticky-list>.list-sub>.sub-text {
	margin-left: .08rem;
	font-size: .18rem;
	color: #fff;
}

.container-nav>.nav-bar>.bar-sticky>.sticky-download {
	width: 100%;
	margin-bottom: .2rem;
}

.container-nav>.nav-bar>.bar-sticky>.sticky-download>a {
	display: block;
	width: 1.8rem;
	padding: .06rem;
	text-align: center;
	margin-bottom: .15rem;
	font-size: .14rem;
	color: #fff;
	font-weight: 500;
	border: 1px solid #29ade0;
	border-radius: .05rem;
	border-image: -webkit-linear-gradient(#2a80d2, #02f7fc, #2a80d2, #02f7fc) 10 25;
	border-image: -moz-linear-gradient(#2a80d2, #02f7fc, #2a80d2, #02f7fc) 10 25;
	border-image: -o-linear-gradient(#2a80d2, #02f7fc, #2a80d2, #02f7fc) 10 25;
	border-image: linear-gradient(#2a80d2, #02f7fc, #2a80d2, #02f7fc) 10 25;
}
.container-nav>.nav-bar>.bar-sticky>.sticky-download>a:hover{
	background: -moz-linear-gradient(top, #29ade0 0%, #37ec9f 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#29ade0), color-stop(100%,#37ec9f));
    background: -webkit-linear-gradient(top, #29ade0 0%,#37ec9f 100%);
    background: -o-linear-gradient(top, #29ade0 0%,#37ec9f 100%);
    background: -ms-linear-gradient(top, #29ade0 0%,#37ec9f 100%);
    background: linear-gradient(to bottom, #29ade0 0%,#37ec9f 100%);
}

.sticky-note {
	width: 1.8rem;
	border: 1px dashed #fff;
	padding: .08rem;
}

.sticky-note>.note-title {
	width: 100%;
	font-size: .18rem;
	line-height: .18rem;
	color: #fff;
	font-weight: 200;
	margin-bottom: .06rem;
}

.sticky-note>.note-text {
	width: 100%;
	font-size: .12rem;
	line-height: 1.2;
	color: #fff;
	font-weight: 200;
}
.sticky-note>.note-text:not(:last-child) {
	margin-bottom: .1rem;
}

/* xxxxxx */

.container-nav>.nav-content {
	width: 100%;
    margin: 0 auto;
}

.nav-content>.content-title {
	width: 100%;
	padding: .8rem 0 0 0;
}

.nav-content>.content-title>p {
	width: 100%;
	text-align: center;
	font-size: .6rem;
	color: #fff;
	font-weight: 500;
	line-height: .5rem;
}

.nav-content>.content-item,
.nav-content>.content-header
 {
	width: 100%;
	padding: 0 0 .3rem 0;
}

.content-item>.item-document,
.content-header>.item-document
 {
	width: 100%;
}
.item-document .font-32{
	font-size: .32rem;
    color: #b3b3b3;
    line-height: .32rem;
    margin: .6rem 0 .1rem 0;
}
.item-document .font-14{
	font-size: .14rem;
	margin-top: -.06rem;
}
.item-document .gray-border{
	background-color: #ccc;
    width: 1.4rem;
    height: .01rem;
    margin: 0 auto .25rem auto;
}

.item-document p {
	width: 100%;
    text-align: center;
    font-size: .18rem;
    color: #fff;
    margin-bottom: .1rem;
    line-height: 1.5;
}


.item-document>.document-img {
	margin: 0 auto;
    width: 5.6rem;
    background: #333;
    padding: 9px;
}
.item-document>.last-document {
	margin-bottom: .4rem !important;
}
.item-document>.document-img:not(:last-child){
	margin-bottom: .4rem;
}
.document-img p{
	text-align: left;
    margin-bottom: .1rem;

}

.content-item>.item-document>.document-img>img,
.content-header>.item-document>.document-img>img
 {
	width: 100%;
	height: 100%;
	object-fit:cover;
}

.item-document>.document-step {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	margin-top: .4rem;
	padding: 0 .5rem;
}

.document-step>.step-common {
	width: 3.8rem;
	box-shadow: 3px 3px 3px #eee;
}

.document-step>.step-common>img {
	width: 100%;
}


.document-step>.step-first {
	width: 4.2rem;
	box-shadow: 3px 3px 3px #eee;
}

.document-step>.step-second {
	width: 3rem;
	box-shadow: 3px 3px 3px #eee;
}

.document-step>.step-arrow {
	width: .4rem;
}

.document-step>.step-arrow>img {
	width: 100%;
}

.document-step>.step-first>img {
	width: 100%;
}

.document-step>.step-second>img {
	width: 100%;
}

.document-setting {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	margin-top: .4rem;
	padding: 0 .2rem;
}

.document-setting>.setting-first {
	width: 4.6rem;
}
.document-setting>.setting-first>img {
	width: 100%;
}

.document-setting>.setting-second {
	width: 3.6rem;
}
.document-setting>.setting-second>img {
	width: 100%;
}

.guide-img-little {
	width: 4.4rem;
}


/* ***************************************************************************************** */


@media only screen and (max-width:767px) {
	
	#container {
		width: 100%;
		position: relative;
		background-color: #1a1a1a;
	}
	
	.container-nav {
		position: relative;
		display: flex;
		display: -webkit-flex;
		justify-content: flex-start;
		width: 100%;
		min-height: 9rem;
	}
	
	.nav-bar {
		width: 100%;
		position: unset;
		top: unset;
		right: unset;
		transform: unset;
		margin-top: .2rem;
		padding: 0 .1rem;
	}
	
	.nav-bar>.bar-sticky {
		position: -webkit-sticky;
		position: sticky;
		top: 1.5rem;
		width: 100%;
	}
	
	.nav-bar>.bar-sticky>.sticky-download {
		width: 100%;
		margin-bottom: .2rem;
		/* display: flex; */
		text-align: center;
	}
	
	.nav-bar>.bar-sticky>.sticky-download>a {
		display: inline-block;
		width: 50%;
		padding: .06rem;
		text-align: center;
		margin-bottom: .15rem;
		margin: 0 .05rem .15rem .05rem;
		font-size: .14rem;
		color: #fff;
		font-weight: 500;
		border: 1px solid #29ade0;
		border-radius: .05rem;
		border-image: -webkit-linear-gradient(#2a80d2, #02f7fc, #2a80d2, #02f7fc) 10 25;
		border-image: -moz-linear-gradient(#2a80d2, #02f7fc, #2a80d2, #02f7fc) 10 25;
		border-image: -o-linear-gradient(#2a80d2, #02f7fc, #2a80d2, #02f7fc) 10 25;
		border-image: linear-gradient(#2a80d2, #02f7fc, #2a80d2, #02f7fc) 10 25;
	}
	.nav-bar>.bar-sticky>.sticky-download>a:hover{
		background: -moz-linear-gradient(top, #29ade0 0%, #37ec9f 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#29ade0), color-stop(100%,#37ec9f));
		background: -webkit-linear-gradient(top, #29ade0 0%,#37ec9f 100%);
		background: -o-linear-gradient(top, #29ade0 0%,#37ec9f 100%);
		background: -ms-linear-gradient(top, #29ade0 0%,#37ec9f 100%);
		background: linear-gradient(to bottom, #29ade0 0%,#37ec9f 100%);
	}
	
	.sticky-note {
		width: 100%;
		border: 1px dashed #fff;
		padding: .08rem;
	}
	
	.sticky-note>.note-title {
		width: 100%;
		font-size: .18rem;
		line-height: .18rem;
		color: #fff;
		font-weight: 200;
		margin-bottom: .06rem;
	}
	
	.sticky-note>.note-text {
		width: 100%;
		font-size: .12rem;
		line-height: 1.2;
		color: #fff;
		font-weight: 200;
	}
	.sticky-note>.note-text:not(:last-child) {
		margin-bottom: .1rem;
	}
	
	/* xxxxxx */
	
	.container-nav>.nav-content {
		width: 100%;
		margin: 0 auto;
	}
	
	.nav-content>.content-title {
		width: 100%;
		padding: .4rem 0 0 0;
	}
	
	.nav-content>.content-title>p {
		width: 100%;
		text-align: center;
		font-size: .32rem;
		color: #fff;
		font-weight: 500;
		line-height: .5rem;
	}
	
	.nav-content>.content-item,
	.nav-content>.content-header
	 {
		width: 100%;
		padding: 0 0 .2rem 0;
	}
	
	.content-item>.item-document,
	.content-header>.item-document
	 {
		width: 100%;
	}
	.item-document .font-32{
		font-size: .2rem;
		color: #b3b3b3;
		line-height: .2rem;
		margin: .5rem 0 .1rem 0;
	}
	.item-document .font-14{
		font-size: .14rem;
		margin-top: -.1rem;
	}
	.item-document .gray-border{
		background-color: #ccc;
		width: 1.4rem;
		height: .01rem;
		margin: 0 auto .2rem auto;
	}
	
	.item-document p {
		width: 100%;
		text-align: center;
		font-size: .16rem;
		color: #fff;
		margin-bottom: .1rem;
		line-height: 1.5;
		padding: 0 .1rem;
	}
	
	
	.item-document>.document-img {
		margin: 0 auto;
		width: 100%;
		background: #333;
		padding: 9px;
	}
	.item-document>.last-document {
		margin-bottom: .4rem !important;
	}
	.item-document>.document-img:not(:last-child){
		margin-bottom: .3rem;
	}
	.document-img p{
		text-align: left;
		margin-bottom: .1rem;
	
	}
	
	.content-item>.item-document>.document-img>img,
	.content-header>.item-document>.document-img>img
	 {
		width: 100%;
		height: 100%;
		object-fit:cover;
	}
	
	.item-document>.document-step {
		display: flex;
		display: -webkit-flex;
		justify-content: space-between;
		align-items: center;
		width: 100%;
		margin-top: .4rem;
		padding: 0 .5rem;
	}
	
	.document-step>.step-common {
		width: 3.8rem;
		box-shadow: 3px 3px 3px #eee;
	}
	
	.document-step>.step-common>img {
		width: 100%;
	}
	
	
	.document-step>.step-first {
		width: 4.2rem;
		box-shadow: 3px 3px 3px #eee;
	}
	
	.document-step>.step-second {
		width: 3rem;
		box-shadow: 3px 3px 3px #eee;
	}
	
	.document-step>.step-arrow {
		width: .4rem;
	}
	
	.document-step>.step-arrow>img {
		width: 100%;
	}
	
	.document-step>.step-first>img {
		width: 100%;
	}
	
	.document-step>.step-second>img {
		width: 100%;
	}
	
	.document-setting {
		display: flex;
		display: -webkit-flex;
		justify-content: space-between;
		align-items: center;
		width: 100%;
		margin-top: .4rem;
		padding: 0 .2rem;
	}
	
	.document-setting>.setting-first {
		width: 4.6rem;
	}
	.document-setting>.setting-first>img {
		width: 100%;
	}
	
	.document-setting>.setting-second {
		width: 3.6rem;
	}
	.document-setting>.setting-second>img {
		width: 100%;
	}
	
	.guide-img-little {
		width: 4.4rem;
	}

}

/* animation */
.tourbox-animation-original {
	transition: all 600ms;
	-webkit-transition: all 600ms;
}

.tourbox-animation {
	opacity: 0;
	transform: translateY(1rem);
}