/* phone-index */
.phone-container {
	background: #000;
}
.navbar-phone {
	width: 100%;
	height: 0.64rem;
	background: rgba(0, 0, 0, 0.4);
	position: sticky;
	top: 0;
	left: 0;
	z-index: 66;
}

.phone-logo {
	width: 1.08rem;
	height: 0.19rem;
	margin: .2rem 0 0 .15rem;
}

.phone-menu {
	width: 0.24rem;
	height: 0.24rem;
	margin: .2rem .15rem 0 0;
}

.block1-container {
    position: relative;
    width: 100%;
    height: 15rem;
    overflow: hidden;
}

.block1-container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../img/phone-bg1.png) center no-repeat;
    background-size: cover;
    z-index: 1;
    animation: scaleBackground2 10s linear infinite;
}

@keyframes scaleBackground2 {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.2);
    }
}

.block1-inner {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 10;
}

.phone-logo-lg {
	width: 3.61rem;
	display: block;
	margin: .36rem auto .24rem;
}

.agent-container {
	width: 3.6rem;
	background: rgba(0,0,0,0.4);
	border-radius: .21rem;
	border: 2px solid #FFFFFF;
	padding: 0.4rem 0.2rem;
	margin: 0 auto;
	box-sizing: border-box;
	position: relative;
}

.agent-container::before {
	content: '';
	width: 3.15rem;
	height: 2.39rem;
	background: url(../img/sticker.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	top: 1rem;
	left: .2rem;
	z-index: -1;
}

.agent-container h2 {
	font-size: .24rem;
	color: #FFFFFF;
	line-height: .32rem;
}

.agent-container p {
	margin-top: 1.5rem;
	font-size: .14rem;
	color: rgba(255,255,255,0.6);
	line-height: .14rem;
	text-align: left;
}

.agent-btn {
	width: 3.21rem;
	height: .48rem;
	background: linear-gradient( 140deg, #FFF0BA 0%, #E2BA28 36%, #B8911F 79%, #A27817 100%);
	border-radius: .08rem;
	margin: 0 auto;
	margin-top: .24rem;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	position: relative;
}

.agent-btn .link{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	opacity: 0;
}

.agent-btn span {
	font-size: .17rem;
	color: #000000;
	line-height: .26rem;
}

.agent-btn  img {
	margin-left: .1rem;
	width: .14rem;
}

.ticket-container {
	width: 3.63rem;
	height: 2.22rem;
	background: url(../img/ticket.png) no-repeat;
	background-size: 100% 100%;
	margin: .16rem auto;
	position: relative;
}
.ticket-content {
	width: 1.98rem;
	height: 1.14rem;
	text-align: center;
	position: absolute;
	top: .48rem;
	right: .18rem;
	line-height: 0;
}
.ticket-content p {
	font-size: .2rem;
	color: rgba(255,255,255,0.9);
	line-height: .23rem;
	letter-spacing: 2px;
}

.ticket-content span {
	margin: .1rem 0;
	font-size: .18rem;
	color: rgba(255,255,255,0.9);
	line-height: .21rem;
}

.ticket-btn {
	width: 1.98rem;
}

.ticket-btn span {
	color: #000;
}

.ticket-btn img {
	width: .22rem;
	height: .25rem;
}
.folder-container {
	width: 3.6rem;
	height: 3.78rem;
	background: url(../img/Vector2.png) no-repeat;
	background-size: 100% 100%;
	margin: 0 auto;
	position: relative;
	padding: .34rem;
	box-sizing: border-box;
}

.folder-container::after {
	content: '';
	width: .41rem;
	height: 1.39rem;
	background: url(../img/Polygon1.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	left: -0.2rem;
	top: 0.5rem;
}
.folder-name {
	font-size: .12rem;
	color: #091417;
	line-height: .14rem;
}

.folder-slogan {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	margin: .22rem 0 .9rem;
}

.folder-slogan span {
	font-size: .24rem;
	color: #091417;
	line-height: .28rem;
}

.folder-slogan img {
	width: .28rem;
	height: .28rem;
}

.folder-content {
	position: relative;
	padding-top: 0.3rem;
}

.folder-content::before {
	content: '';
	width: 3.1rem;
	height: .13rem;
	background: url(../img/line.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	left: -0.06rem;
	top: 0;
}

.folder-content p {
	font-size: .12rem;
	color: rgba(0,0,0,0.5);
	line-height: .14rem;
}

.next-gen-txt {
	margin: .24rem .15rem 0;
	font-size: .2rem;
	color: #FFFFFF;
	line-height: .32rem;
	letter-spacing: .1rem;
	text-align: center;
	font-style: normal;
}

.mvblock {
	width: 3.63rem;
	background: rgba(0,0,0,0.4);
	border-radius: .21rem;
	border: 1px solid #373737;
	margin: 0 auto .5rem;
	box-sizing: border-box;
	padding: .4rem;
	position: relative;
}

.mvblock1 {
	margin: .5rem auto .2rem;
}

.mvblock > img {
	width: .64rem;
	height: .64rem;
}

.mvblock h3 {
	font-size: .28rem;
	color: #FFFFFF;
	line-height: .33rem;
}

.mvblock dl {
	margin: .27rem 0 0;
}

.mvblock dl dt {
	margin-bottom: .1rem;
	font-size: .14rem;
	color: #FFFFFF;
	line-height: .16rem;
}

.mvblock dl dd {
	font-size: .12rem;
	color: rgba(255,255,255,0.6);
	line-height: .14rem;
}

.mvblock2:after {
	content: '';
	width: 100%;
	height: 1px;
	border-bottom: 1px #373737 solid;
	position: absolute;
	left: 0;
	top: 3rem;
}

.mvblock-btn {
	width: 283px;
	margin: .8rem 0 0;
}

.rotate-container {
	padding: .5rem .15rem;
	position: relative;
}

.rotate-container video {
	width: 100%;
}

.rotate-container img {
	width: 2.65rem;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.maincon2 {
	background: url(../img/gateway-bg.png) top left no-repeat;
	background-size: 100% auto;
}

.gateway-container {
	padding: .5rem .15rem;
}

.gateway-container h4 {
	font-size: .2rem;
	color: #FFFFFF;
	line-height: .32rem;
	letter-spacing: .1rem;
	text-align: center;
	margin-bottom: .5rem;
}

.gateway-block {
	width: 3.63rem;
	background: rgba(0,0,0,0.4);
	border-radius: .21rem;
	border: 1px solid #373737;
	margin-bottom: .2rem;
	position: relative;
}

.gateway-block h5 {
	font-size: .24rem;
	color: #FFFFFF;
	line-height: .33rem;
	padding: .4rem;
}

.gateway-block p {
	padding: .4rem;
	font-size: .16rem;
	color: rgba(255,255,255,0.6);
	line-height: .14rem;
	border-top: 1px #373737 solid;
}

.machine-container {
	padding: .5rem 0;
}

.machine-item {
	width: 3.68rem;
	height: 5.4rem;
	margin: 0 auto .1rem;
	padding: 3.17rem .2rem 0;
	box-sizing: border-box;
}

.machine-item:nth-child(1) {
	background: url(../img/machine-bg1.png) no-repeat;
	background-size: 100% 100%;
}
.machine-item:nth-child(2) {
	background: url(../img/machine-bg2.png) no-repeat;
	background-size: 100% 100%;
}
.machine-item:nth-child(3) {
	background: url(../img/machine-bg3.png) no-repeat;
	background-size: 100% 100%;
}

.machine-item h5 {
	font-size: .12rem;
	color: #BF2AFF;
	line-height: .16rem;
}

.machine-item:nth-child(even) h5 {
	text-align: right;
}

.machine-item h4 {
	font-size: .24rem;
	color: #FFFFFF;
	line-height: .33rem;
	margin: .1rem 0;
}

.machine-item:nth-child(even) h4 {
	text-align: right;
}

.machine-item p {
	font-size: .16rem;
	color: rgba(255,255,255,0.5);
	line-height: .2rem;
}

.machine-item:nth-child(even) p {
	text-align: right;
}

.application-container {
	padding: .5rem 0;
}
.application-slogan {
	font-size: .2rem;
	color: #FFFFFF;
	line-height: .32rem;
	letter-spacing: .1rem;
	text-align: center;
	margin-bottom: .5rem;
}

.application-block {
	margin: 0 auto .1rem;
}

.application-name {
	padding: .4rem;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
}
.application-name img {
	width: .64rem;
	height: .64rem;
	margin-right: .27rem;
}

.application-name span {
	font-size: .24rem;
	color: #FFFFFF;
	line-height: .33rem;
}

.application-block p {
	font-size: .16rem;
	color: rgba(255,255,255,0.6);
	line-height: .16rem;
}

.maincon3 {
	background: url(../img/application-bg.png) top left no-repeat;
	background-size: 100% auto;
}

.footer-phone {
	padding: .5rem 0;
	font-size: .12rem;
	color: rgba(255,255,255,0.6);
	line-height: .16rem;
	text-align: center;
	display: flex;
	flex-direction: column;
	gap: .5rem;
}

.phone-navbar {
	display: none;
	position: sticky;
	top: 0.64rem;
	left: 0;
	width: 100%;
	padding-bottom: .2rem;
	z-index: 99;
	background: rgba(0, 0, 0, 0.4);
}

.phone-navbar li {
	font-size: .14rem;
	color: #B6B9BA;
	line-height: .19rem;
	text-align: center;
	padding: .2rem 0;
}

.phone-navbar li a {
	color: #B6B9BA;
}

.closeIco {
	width: .24rem;
	height: .24rem;
	margin: .2rem .15rem 0 0;
	display: none;
}
.official-list{
	width: 80vw;
	margin: 0 auto;
}
.official-list img {
	width: .24rem;
	height: .24rem;
}
