*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

li {
	list-style: none;
}


/* 内容 */
.main{
	margin-top: 100px;
}

.main .banner{
	padding:10px;
	background-color: #403EF1;
	color: #fff;
	font-size: 2rem;
	font-weight: bold;
}

.banner .banner-content{
	display: flex;
    justify-content: center;
    align-items: center;
}

.head{
	display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
	padding: 100px 0px;
}
.head .head-title{
	padding: 20px 0px;
	margin-bottom: 30px;
}
.head .head-title h2{
	color: #34679C;
    font-size: 1.5rem;
    font-weight: 700;

    font-style: normal;
    text-decoration: none;
    line-height: 1.1em;
    letter-spacing: 4.46px;
}
.head-cont{
	margin-bottom: 80px;
}
.head-cont .head-cont-h1{
	color: #262626;
    font-family: "Poppins", Sans-serif;
    font-size: 5.5vw;
    font-weight: 800;

    font-style: normal;
    text-decoration: none;
    line-height: 1.3em;
    letter-spacing: 4.98px;
}
.head-desc{
	margin: 50px 0px 40px 0px;
}
.head-desc .head-desc-c{
    padding: 0% 25% 0% 25%;
	text-align: center;
    color: #181818;
    font-family: "Poppins", Sans-serif;
    font-size: 22px;
    font-weight: 500;
    font-style: normal;
    text-decoration: none;
    line-height: 1.5em;
    letter-spacing: 0px;

}
.head-button{
	line-height: 90px;
}
.head-button .e-button-link{
	font-family: "Poppins", Sans-serif;
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    line-height: 1em;
    letter-spacing: 3.38px;
    fill: #FAFAFA;
    color: #FAFAFA;
    background-color: #403EF1;
    border-radius: 100px;
    padding: 25px 55px;
}
.head-button.bot{
	margin-top: 40px;
}
.gap{
	margin: 50px 0;
	text-align: center;
}

.gap-img{
	max-width: 1100px;
	margin: 0 auto;
}

.cont-title{
	margin-top: 5%
}

.cont-title .cont-p{
	color: #34679C;
    font-family: "Poppins", Sans-serif;
    font-size: 1.5rem;
    font-weight: 800;
    font-style: normal;
    text-decoration: none;
    line-height: 1.1em;
    letter-spacing: 4.46px;
	margin-bottom: 20px;
}
.cont-title .cont-pd{
	color: #34364A;
    font-family: "Poppins", Sans-serif;
    font-size: 3.5rem;
    font-weight: 700;
    font-style: normal;
    text-decoration: none;
    line-height: 1.2em;
    letter-spacing: 2.28px;
}
.cont-title .cont-pd.one{
	width: 70%;
	margin: 0 auto;
}
.cont-title .cont-pd.tow{
	width: 60%;
	margin: 0 auto;
}
.video{
	margin: 50px 0;
	text-align: center;
}

.video .video-img video{
	width: 60%;
}
	/* 价格 */

.price{
	width: 1140px;
}
.price .price-box{
	display: flex;
    justify-content: space-evenly
}
.price .price-box .pbox{
	width: 33.33%;
	margin: 10px;
}

.pbox .uc_icon_solid_pricing_table{
	overflow: hidden;
    position: relative;
	background-color: #ffffff;
    border:1px solid #34679C;
    border-radius: 15px;
    box-shadow: 0px 2px 10px 1px rgba(56, 53, 53, 0.25);
}
.pbox .uc_icon_solid_pricing_table .uc_ispt_header{
	min-height: 314px;
	background-color: #34679C;
    padding: 30px 30px 90px 30px;
    clip-path: polygon(0 0, 100% 0, 100% 75%, 0% 100%)
}
.uc_ispt_header .uc_ispt_header_content{
	display: flex;
	flex-direction: column;
    align-items: flex-start;
}
.uc_ispt_header .uc_ispt_header_title{
	color: #FFFFFF;
    font-family: "Poppins", Sans-serif;
    font-size: 3rem;
    font-weight: 600;
    line-height: 55px;
    margin-top: 5px;
	text-align: left;
	max-height: 170px;
}
.uc_ispt_header .uc_ispt_header_title.Game{
	font-size: 2.5rem;
}
.uc_ispt_header .uc_ispt_header_subtitle{
	color: #FFFFFF;
    font-family: "Poppins", Sans-serif;
    font-weight: 600;
    margin-top: 5px;
	text-align: left;
}
.uc_ispt_container_main{
	position: relative;
    z-index: 1;
	padding: 0px 30px 30px 30px;
    min-height: 0px;
}

.ue_pricing_table_content{
	display: flex;
    flex-direction: column;
	align-items: flex-start;
}

.uc_ispt_container_icon{
	display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    line-height: 1em;
	width: 65px;
    height: 65px;
    border-radius: 50px;
    margin-top: -45px;
    font-size: 35px;
    background-color: #FDFDFD;
    color: #34679C;
}

.uc_ispt_container_list{
	margin-top: 0px;
    color: #8a8a8a;
    font-family: "Poppins", Sans-serif;
    font-weight: 500;
}

.uc_ispt_container_list_row{
	display: flex;
    align-items: center;
	padding: 10px 10px 10px 10px;
    justify-content: flex-start;
}
.uc_ispt_container_list_row_icon{
	color: #34679C;
    font-size: 15px;
}
.uc_ispt_container_list_row_icon img{
	width: 18px;
	height: 15px;
}
.uc_ispt_container_list_row_spacing{
	width: 10px
}
.uc_ispt_container_list_row_txt{
	color: #8a8a8a;
    font-weight: 600;
	text-align: left;
}

.ue_pricing_table_footer {
    background-color: #efefef;
    padding: 20px 20px 20px 20px;
    text-align: center;
}
.uc_ispt_btn{
	display: inline-block;
	padding: 15px 30px 15px 30px;
    background-color: #403EF1;
    color: #ffffff;
    margin-top: 22px;
    border-radius: 100px;
}
.uc_more_btn:hover{
	background-color: #34679C;
    color: #ffffff;
}
.ue_pricing_table_footer_text{
	color: #9a9a9a;
    font-family: "Poppins", Sans-serif;
    font-size: 14px;
    font-weight: 500;
    margin-top: 15px;
}
.illustrate{
	max-width: 1100px;
	margin: 0 auto;

}
.illustrate .trate{
	color: #34679C;
    font-size: 1.2rem;
	font-family: "Poppins", Sans-serif;
    font-weight: 800;
    font-style: normal;
    line-height: 1.5em;
    margin-bottom: 20px;
	margin-top: 50px;
}
.illustrate .search{
	border: 3px solid #34679C;
    padding: 15px 30px;
	width: 300px;
	margin: 40px auto 0px;
    font-size: 17px;
    font-weight: 600;
    color: #34679C;
    background-color: #FFFFFF;
    border-radius: 30px;
}
.illustrate .search:hover{
	background-color:#34679C;
	color: #fff;
}
/* 内容end */


/* 底部 */
footer{
	background-color: #34679C;
}
.forter {
	display: flex;
	justify-content: space-around;
	padding: 35px 20px;
	color: #fff;
}
.forter a{
	padding: 0px 3px;
}

/* 底部 end */

@media only screen and (max-width:600px) {
	.hamburger{
		display: block;
		cursor: pointer;
	}
	.nav-menu{
		position: fixed;
		left: -100%;
		top: 5rem;
		flex-direction: column;
		background-color: #fff;
		width: 100%;
		border-radius: 10px;
		text-align: center;
		transition: all .3s;
		box-shadow: 0 10px 27px rgba(0, 0, 0, 0.05);

	}
	.nav-menu.active{
		left: 0;
	}
	.nav-item{
		margin: 1rem 0;
	}

	.nav-down{
		display: none;
	}
	.forter{
		flex-direction: column;
		align-items: center;
	}
}


@media (max-width: 425px) {
	.navbar{
		justify-content: space-between;
	}
	.main .banner{
		font-size: 1rem;
		line-height: 1.3em;
		letter-spacing: 1.2px;
	}
	.head{
		padding: 60px 0px;
	}
	.banner .banner-content{
		flex-direction: column;
		text-align: center;
	}
	.head .head-title{
		margin-bottom: 0px;
	}
	.head .head-title h2{
		font-size: 1rem;
	}
	.head-cont .head-cont-h1{
		font-size: 1.2rem;
		line-height: 1.2em;
		letter-spacing: 2.5px;
	}
	.cont-title .cont-pd.tow{
		width: 90%;
		margin-bottom: 35px;
	}
	.cont-title .cont-pd.one{
		width: 90%;
	}
	.cont-title .cont-pd.sive{
		width: 90%;
	}
	.cont-title .cont-pd{
		font-size:1.3rem;
		width: 100%;
		margin: 0 auto;
	}
	.price{
		width: 100%;
	}
	.price .price-box{
		flex-direction: column;
    	align-items: center;
	}
	.price .price-box .pbox{
		width: 90%;
	}
	.cont-title .cont-p{
		width: 95%;
		font-size: 1.1rem;
		margin: 20px auto;
	}
	.video .video-img video{
		width: 90%;
	}
	.head-cont{
		margin-bottom:0px;
	}
	.head-desc{
		margin: 0px 0px 20px 0px;
	}
	.head-desc .head-desc-c{
		margin: 0px;
		padding: 20px 10px;
		font-size: 1rem;
	}
	.head-button .e-button-link{
		padding: 13px 31px 13px 31px;
		font-size: 16px;
	}
	.logo-i img{
		width: 60px;
	}
	.logo-text .logo-title{
		font-size: 1.2rem;
	}
	.uc_ispt_header .uc_ispt_header_title{
		font-size: 1.5rem;
	}
	.uc_ispt_header .uc_ispt_header_subtitle{
		font-size: 1rem;
	}
	.illustrate .trate{
		width: 95%;
		margin: 50px auto 20px;
		font-size: 1.1rem;
	}
	.illustrate .search{
		width: 250px;
		font-size: 15px;
	}
	.pbox .uc_icon_solid_pricing_table .uc_ispt_header{
		min-height: 0
	}
}

@media (min-width: 426px) and (max-width: 768px) {
	/* 在这里添加针对768px宽度的样式 */
	.hamburger{
		display: block;
		cursor: pointer;
	}
	.nav-menu{
		position: fixed;
		left: -100%;
		top: 5rem;
		flex-direction: column;
		background-color: #fff;
		width: 100%;
		border-radius: 10px;
		text-align: center;
		transition: all .3s;
		box-shadow: 0 10px 27px rgba(0, 0, 0, 0.05);

	}
	.nav-menu.active{
		left: 0;
	}
	.nav-item{
		margin: 1rem 0;
	}

	.nav-down{
		display: none;
	}
	.forter{
		flex-direction: column;
		align-items: center;
	}
	
	.navbar{
		justify-content: space-between;
	}
	.main .banner{
		font-size: 1rem;
		line-height: 1.3em;
		letter-spacing: 1.2px;
	}
	.head{
		padding: 60px 0px;
	}
	.banner .banner-content{
		flex-direction: column;
		text-align: center;
	}
	.head .head-title{
		margin-bottom: 0px;
	}
	.head .head-title h2{
		font-size: 15px;
	}
	.head-cont .head-cont-h1{
		font-size: 44px;
		line-height: 1.2em;
		letter-spacing: 2.5px;
	}
	.cont-title .cont-pd.tow{
		width: 90%;
		margin-bottom: 35px;
	}
	.cont-title .cont-pd.one{
		width: 90%;
	}
	.cont-title .cont-pd{
		font-size:1.8rem;
	}
	.price{
		width: 100%;
	}
	.uc_ispt_header .uc_ispt_header_title{
		font-size: 1.8rem;
	}
	.uc_ispt_header .uc_ispt_header_title.Game{
		font-size: 1.5rem;
	}
	/* .price .price-box{
		flex-direction: column;
    	align-items: center;
	} */
	.price .price-box .pbox{
		width: 90%;
	}
	.cont-title .cont-p{
		width: 90%;
		font-size: 17px;
		margin: 20px auto;
	}
	.video .video-img video{
		width: 90%;
	}
	.head-cont{
		margin-bottom:0px;
	}
	.head-desc{
		margin: 0px 0px 20px 0px;
	}
	.head-desc .head-desc-c{
		margin: 0px;
		padding: 20px 0px 0px 0px;
	}
	.head-button .e-button-link{
		padding: 13px 31px 13px 31px;
		font-size: 16px;
	}
	.illustrate .trate{
		width: 90%;
		margin: 50px auto 20px;
	}
}

@media (min-width: 769px) and (max-width: 1024px) {
	/* 在这里添加针对1024px宽度的样式 */
	.navbar{
		justify-content: space-between;
	}
	.nav-item{
		margin-left: 1rem;
	}
	.main .banner{
		font-size: 1rem;
		line-height: 1.3em;
		letter-spacing: 1.2px;
	}
	.head{
		padding: 60px 0px;
	}
	.banner .banner-content{
		flex-direction: column;
		text-align: center;
	}
	.head .head-title{
		margin-bottom: 0px;
	}
	.head .head-title h2{
		font-size: 15px;
	}
	.head-cont .head-cont-h1{
		font-size: 44px;
		line-height: 1.2em;
		letter-spacing: 2.5px;
	}
	.cont-title .cont-pd.tow{
		width: 90%;
		margin-bottom: 35px;
	}
	.cont-title .cont-pd.one{
		width: 90%;
	}
	.cont-title .cont-pd{
		font-size:1.8rem;
	}
	.price{
		width: 100%;
	}
	.uc_ispt_header .uc_ispt_header_title{
		font-size: 1.8rem;
	}
	.uc_ispt_header .uc_ispt_header_title.Game{
		font-size: 1.5rem;
	}
	/* .price .price-box{
		flex-direction: column;
    	align-items: center;
	} */
	.price .price-box .pbox{
		width: 90%;
	}
	.cont-title .cont-p{
		width: 90%;
		font-size: 17px;
		margin: 20px auto;
	}
	.video .video-img video{
		width: 90%;
	}
	.head-cont{
		margin-bottom:0px;
	}
	.head-desc{
		margin: 0px 0px 20px 0px;
	}
	.head-desc .head-desc-c{
		margin: 0px;
		padding: 20px 0px 0px 0px;
	}
	.head-button .e-button-link{
		padding: 13px 31px 13px 31px;
		font-size: 16px;
	}
	.illustrate .trate{
		width: 90%;
		margin: 50px auto 20px;
	}
}

@media (min-width: 1025px) and (max-width: 1920px) {
	/* 在这里添加针对大于1024px宽度的样式 */
	.banner .banner-content{
		flex-direction: column;
		text-align: center;
	}
}

@media (min-width: 1920) {
	/* 在这里添加针对大于1024px宽度的样式 */
}