* {
	margin: 0;
}


* {
	color: #2F343B;
	margin: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-family: system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji,BlinkMacSystemFont,Helvetica Neue,Arial,PingFang SC,PingFang TC,PingFang HK,Microsoft Yahei,Microsoft JhengHei;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	/* -moz-font-feature-settings: "liga", "kern"; */
}

.content-980 {
	width: 100%;
	max-width: 980px;
	margin: auto;
}

.dflex {
	display: flex;
	flex-wrap: wrap;
}

.dflex-aj-center{
	align-items: center;
	justify-content: center;
}


.con-01 .card-01{
	display: grid;
	grid-template-columns: repeat(3, 30%);
	justify-content: center;
}



.con-02 .card-02{
	display: grid;
	grid-template-columns: repeat(2, 46%);
	justify-content: center;
	grid-gap: 24px;
}


.con-02 .card-02 .item{
	width: 100%;
	border-radius: 16px;
	background-color: #fff;
	padding: 24px;
	height: 280px;
	box-shadow: 0 8px 24px rgba(0, 0, 0, .08);
}

.con-02 .card-02 .item:nth-child(1){
	background-image: url(../../../static/img/4GBox/icon-img/CP.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: 160px;
}

.con-02 .card-02 .item:nth-child(2){
	background-image: url(../../../static/img/4GBox/icon-img/XLine.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: 160px;
}

.con-02 .card-02 .item:nth-child(3){
	background-image: url(../../../static/img/4GBox/icon-img/DCI.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: 160px;
}

.con-02 .card-02 .item:nth-child(4){
	background-image: url(../../../static/img/4GBox/icon-img/WiFi.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: 160px;
}
/* lightning.png */
.con-02 .card-02 .item:nth-child(5){
	background-image: url(../../../static/img/4GBox/icon-img/lightning.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: 160px;
}



.con-02 h4{
	font-size: 18px;
}



.con-03 .card-03{
	display: grid;
	grid-template-columns: repeat(2, 45%);
	justify-content: center;
	grid-gap: 24px;
}


.con-03 .card-03-a{
	display: grid;
	grid-template-columns: repeat(1, 90%);
	justify-content: center;
	grid-gap: 24px;
}

.con-03 .card-03 .item,
.con-03 .card-03-a .item
{
	width: 100%;
	text-align: center;
	padding: 48px 24px;
	background-color: #d4d4d4;
	border-radius: 16px;
	background-image: url(../../../static/img/4GBox/card-bg-01.png);
	background-size: cover;
}

.con-03 .card-03 .ad{
	width: 100%;
	background-image: url(../../../static/img/4GBox/01.png) !important;
	background-size: cover;
	background-position: center;
	
}


.con-03 .card-03 .item h3{
	font-size: 21px;
	padding: 8px 0;
	line-height: 36px;
}

.con-03 .card-03-a .item h3{
	font-size: 21px;
	padding: 8px 0;
	line-height: 36px;
}

.con-03 .card-03 .item h5{
	
	color: #ff5500;
	margin-bottom: 21px;
}

.con-03 .card-03-a .item h5{
	
	color: #ff5500;
	margin-bottom: 21px;
}


.con-03 .ad{
	margin: auto;
	text-align: center;
}

.con-03 .ad img{
	width: 100%;
	max-width: 900px;
	margin: auto;
}

.PC{
	display: block;
}

.Mobile{
	display: none;
}


@media screen and (max-width: 860px){
	
	.PC{
		display: none;
	}
	
	.Mobile{
		display: block;
	}
	
	
	.con-03 .card-03{
		grid-template-columns: repeat(2, 45%);
		}
}

@media screen and (max-width: 720px){
	.con-03 .card-03{
		grid-template-columns: repeat(1, 90%);
		}
		
	.con-02 .card-02 {
		grid-template-columns: repeat(1, 90%);

	}
	
}

a.Buy-Button{
	padding: 8px 24px;
	background-color: #ff5500;
	font-weight: bold;
	color: #fff;
	border-radius: 5px;
}


.h500{
	height: 500px;
}

.p-bottom50{
	padding-bottom: 50px;
}

.p-bottom8{
	padding-bottom: 8px;
}

table, tbody{
	width: 100%;
	max-width: 900px;
	margin: auto;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}


td{
    font-size: 12px;
    line-height: 2em;
    min-width: 24px;
    border: 1px solid #d4d4d4;
    padding: 5px;
    padding-top: 7px;
    padding-bottom: 7px;
    vertical-align: middle;
}

th {
    padding: 16px;
    background-color: #304fef;
    color: aliceblue;
    font-size: 14px;
}

strong{
	font-weight: bold;
	background: #fff;
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	-webkit-box-decoration-break: clone;
	box-decoration-break: clone;
	background-image: linear-gradient(-50deg, #B134FF 0%, #2874FF 51%, #0F78FF 100%);
}

.banner {
	width: 100%;
	padding-top: 69px !important;
	padding: 0 5%;
	background-color: #f0f0f0;
	overflow: hidden;
}


.banner .content-980 {
	height: 500px;
}

.banner-bg {
	background-image: url("../../../static/img/4GBox/banner-03.jpg");
	background-size: cover;
	background-position: top;
}


.banner h1 {
	font-size: 32px;
	margin: 8px 0;
	padding: 0 0;
}

.banner .text-box {
	max-width: 420px;
	margin-top: 8px;
	margin-bottom: 18px;
}

.banner .text-box p{
	font-size: 16px;
	opacity: 0.8;
	margin-bottom: 24px;
}


.banner .text-box h5 {
	font-size: 16px;
	
}

.banner .img-box {
	width: 260px;
	height: 260px;
	position: relative;
}

.banner .img-box img {
	width: 100%;
}

.banner .button-box a {
	font-size: 14px;
	color: #fff;
	padding: 10px 24px;
	background-color: #ff5500;
	text-decoration: none;
	border-radius: 6px;
}

/* 内容 */
.content{
	padding: 50px 2%;
	overflow: hidden;
}

.con-01-bg{
	background-image: url("../static/img/4GBox/tapimg-bg.png");
	background-size: 1920px;
	background-position: bottom;
	background-repeat: repeat-x;
}

.content .title-box-center{
	width: 100%;
	text-align: center;
	padding: 24px 0;
}

.content .title-box-center p{
	opacity: 0.8;
}

.content .title-box-left{
	width: 100%;
	text-align: left;
	padding: 16px 0;
}


.content .title-box-left h3{
	padding: 6px 0;
}


.content .img-box img{
	width: 100%;
}


.content .card-01 .item{
	width: 100%;
    min-height: 360px;
    margin: auto;
    background-color: #ffffff;
    border: 0.5px solid #ccc;
}

.card-01 .item{
	background-position: center;
	background-image: url(../../../static/img/4GBox/card-bg-03.jpg);
	padding: 48px 24px;
}

.card-01 .item img{
	margin-bottom: 16px;
}



@media screen and (max-width: 860px){
	.con-01 .card-01{
		grid-template-columns: repeat(1, 90%);

	}
	
	
	.content .card-01 .item{
		min-height: 280px;
	}
	
	.card-01 .item{
		
		background-image: url(../../../static/img/4GBox/card-bg-01.png);
		background-repeat: no-repeat;
		background-size: cover;
		
	}
}





/* con-02 */

.con-02{
	display: flex;
	align-items: center;
	justify-content: center;
}

.con-02-bg{
	background-image: url("../../../static/img/4GBox/con2-bg.jpg");
	background-size: cover;
	background-position: bottom;
}

.con-02 .wrapper{
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 20px;
}





.content .item-box .item{
	width: 220px;
	height: 260px;
	padding: 36px 24px;
	margin: auto;
	background-color: #fff;
}

.content .item-box .item .icon-box, .con-05 .item .icon-box{
	width: 36px;
	height: 36px;
}

.content .item-box .item h4{
	padding: 16px 0 8px;
}

.content .item-box .item p{
	font-size: 12px;
	opacity: 0.8;
}

/* con-03 */
.con-03 .forms4{
	width: 900px;
	display: flex;
	flex-wrap: wrap;
	margin: auto;
}

.con-03 .forms4 .item{
	width: 450px;
	height: 300px;
	padding: 36px;
	background-color: #2874FF;
}

.con-03 .forms4 h3{
	font-weight: 400;
	font-size: 18px;
}


.con3-img01 p, .con3-img01 h3,
.con3-img02 p, .con3-img02 h3,
.con3-img03 p, .con3-img03 h3, 
.con3-img04 p, .con3-img04 h3
{
	color: #f0f0f0;
}

.con3-img03 a{
	text-decoration: none;
	font-size: 14px;
}

.con3-img03 .but-line{
	margin-top: 16px;
	padding: 6px 0;
	width: 100px;
	text-align: center;
	border: 1px solid #fff;
	border-radius: 16px;
}

.con3-img01 p, .con3-img04 p{
	padding-top: 8px;
	font-size: 12px;
}

.con3-img01{
	background-image: url("../static/img/4GBox/con3-img-01.jpg");
	background-size: cover;
	background-position: bottom;
}

.con3-img02{
	background-image: url("../static/img/4GBox/con3-img-02.jpg");
	background-size: cover;
	background-position: bottom;
}


.con3-img03{
	background-image: url("../static/img/4GBox/con3-img-03.jpg");
	background-size: cover;
	background-position: bottom;
}

.con3-img04{
	background-image: url("../static/img/4GBox/con3-img-04.jpg");
	background-size: cover;
	background-position: bottom;
}

.con-05 .wrapper{
	display: grid;
	grid-template-columns: repeat(3,2fr);
}

.con-05 .item {
    background: white;
    border: 0.5px solid;
    border-color: #eee;
    height: 160px;
    padding: 24px;
}

.con-05 .item .icon-box{
	margin-bottom: 16px;
}

.con-05-bg{
	background-image: url(../../../static/img/4GBox/bg05.jpg);
	background-position: center;
	background-size: cover;
}


@media screen and (max-width: 860px){
	.con-02 .wrapper{
		
		grid-template-columns: repeat(2, 1fr);

	}
	.content .item-box .item {
	    width: 100%;
		}
		
		 .con-02 {
		     height: auto;
		 }
		 
	
	.con-03 .forms4 {
	    width: auto;}
		
	.con-03 .forms4 .item {
	    width: 100%;}
		
		.con-05 .wrapper{
			display: grid;
			grid-template-columns: repeat(2,1fr);
		}
}


.content-box .network-test{
	padding-top: 40px;
	margin: auto;
}

.content-box .network-test .title h3{
	text-align: center;
	font-size: 32px;
	margin-bottom: 16px;
}

.network-test .img-box{
	width: 100%;
	max-width: 600px;
	margin: auto;
}

.content-box .network-test p{
	text-align: center;
}


.content-box .network-test .img-box img{
	width: 100%;
}