*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

li {
	list-style: none;
}

/* 头部 */
.header {
	box-shadow: 0px 10px 30px -20px rgba(52, 103, 156, 0.52);
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 100;
}
#floatingDiv{
	position: relative;
	margin-top: 100px;
}
.navbar {
	display: flex;
	justify-content: space-around;
	align-items: center;
	padding: 1rem 1.5rem;
	background-color: #F6F8FD;
}
.nav-down{
	cursor: pointer;
}
.hamburger {
	display: none;
}
.bar {
	display: block;
	width: 25px;
	height: 3px;
	margin: 5px auto;
	-webkit-transition: all 0.3s ease-in-out;
	background-color: #101010;
}
.nav-menu {
	display: flex;
	align-items: center;
    justify-content: center;
}
.nav-item {
	margin-left: 2rem;
}
.nav-link {
	font-size: 1rem;
	font-weight: 600;
	color: #475569;
}
.nav-link:hover {
	color: #5659D8;
}
.nav-logo {

}
.nav-logo .logo-i{
	display: flex;

}
.logo-text{
	max-width: 200px;
	margin-left: 10px;
}
.logo-text .logo-title{
	font-size: 1.8rem;
    font-weight: 600;
    color: #1363AA;
}
.logo-text .logo-dec{
	
}

.nav-down p{
	border: 3px solid #34679C;
	padding: 15px 30px;
	font-size: 17px;
	font-weight: 600;
	color: #34679C;
	background-color: #FFFFFF;
	border-radius: 30px;

}
.nav-down p:hover{
	background-color: #34679C;
	color: #fff;
}

.hamburger.active .bar:nth-child(2){
	opacity: 0;
}
.hamburger.active .bar:nth-child(1){
	transform: translateY(8px) rotate(45deg);
}
.hamburger.active .bar:nth-child(3){
	transform: translateY(-8px) rotate(-45deg);
}

/* 头部 end  */

.site-topbar{
    padding: 10px 0;
    width: 100%;
    background-color: #f2f2f2;
}
.clearFix:after {
    content: '';
    clear: both;
    display: block;
}
.float-left{
    float: left;
}
.logo-top{
    width: 230px;
    margin-left: 15px;
}
.float-right{
    float: right;
}
.site-header{
    background-color: #fff;
    width: 100%;
    top:-100px;
    transition: top .8s ease;
    /*box-shadow: 0 2px 3px #ccc;*/
    padding-top: 35px;
}
.navigation-list li{
    padding:0 5px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    box-sizing: border-box;
    border-bottom:3px solid transparent;
    transition: all 0.5s ease;
}
.navigation-list li a{
    display: inline-block;
    width:100%;
    height: 100%;
    font-size: 14px;
}
.navigation-list li a:hover{
    text-decoration: none;
}
.btn-order{
    height: 80px;
    padding-top: 21px;
    /*vertical-align: middle;*/
    box-sizing: border-box;
}
.btn-order a{
    background-color: #fff;
    border-radius:15px;
    margin: -15px 15px;
    border:3px solid #235dff;
    line-height: 26px;
    display: block;
    width: 115px;
    height: 60px;
    box-sizing: border-box;
    text-align: center;
    color: #f00;
    font-size: 16px;
}
/*    .btn-order a:hover{
    background-color: #f3c91f;
    color:#333;
}*/
.logo-title{
    font-size: 30px;
    font-weight: 600;
    margin-top: 5px;
    color: #1363AA;
}

@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;
	}
}

@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宽度的样式 */
}