@media (max-width: 768px) {
	.consult-web,.header-web,.index-web,.footer-web{
		display: none;
	}
    .iphone-info{
		padding: 30px;
		text-align: center;
        width: 100%;
		height: auto;
		float: left;
		box-sizing: border-box;
	}
	.iphone-info .title{
		font-size: 32px;
		line-height: 42px;
		margin-top: 15px;
		margin-bottom: 8px;
	}
	.iphone-info .text{
		font-size: 16px;
		color: #333333;
	}
	.iphone-info ._text{
		font-size: 14px;
		color: #333333;
	}
	.iphone-info ._txt1{
		font-size: 20px;
		color: #0F52B0;
	}
	.iphone-info ._row{
		width: 100%;
		height: auto;
		float: left;
		margin-top:25px;
	}
    .iphone-info .imgs_row{
		width: 50%;
		height: auto;
		float: left;
	}
	.iphone-info .imgs_row img{
		width: 100%;
	}

	/* barnner */
	.iphone-info .btna1 {
		width: 260px;
		height: 40px;
		line-height: 40px;
		padding-right: 10px;
		font-weight: 400;
		font-size: 16px;
		color: #EA5929;
		border-radius: 20px;
		border: 1px solid #EA5929;
		cursor: pointer;
		margin-top: 10px;
	}
	.index-box .barnner-box .barnner-img {
		width: 100%;
		float: left;
	}

	.clearfix::after {
		content: "";
		display: table;
		clear: both;
	}
	.index-box .barnner-box .barnner-info {
		width: 100%;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}
	.barnner-info .btns .btn.btn1 {
		background: linear-gradient( 90deg, #DF6937 0%, #EE8756 100%);
	}
	.barnner-info .btns .btn.btn2 {
		background: linear-gradient( 90deg, #692ECA 0%, #9D50E9 100%);
	}

	.index-iphone .cont-box1 {
		width: 100%;
		height: auto;
		float: left;
		padding: 30px;
	}
	.index-box .cont-box1 .item {
		max-width: 250px;
	}
	.index-box .cont-box1 .txt1 {
		line-height: 33px;
		margin: 16px 0;
		font-size: 22px;
		color: #0F52B0;
	}

	.index-box .cont-box2 {
		margin-top: 40px;
	}

	.index-box .cont-box3 {} 
	.card1 {
		max-width: 1200px;
		margin-top: 10px;
		flex-wrap: wrap;
	}
	.card1 .card1-item {
		width: 100%;
		margin: 10px 0;
		padding: 24px 18px;
		box-sizing: border-box;
		background: #FFFFFF;
		box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.16);
		border-radius: 5px;
	}
	.card1 .img {
		width: 70px;
		height: 70px;
		margin-right: 15px;
	}
	.card1 .txt1 {
		margin-bottom: 5px;
		line-height: 28px;
		font-size: 20px;
		color: #333333;
	}

	.index-box .cont-box4 {}
	.card2 {
		width: 100%;
		margin-top: 30px;
		flex-wrap: wrap;
	}
	.card2 .card2-item {
		width: 100%;
		margin: 10px 0;
		box-sizing: border-box;
		background: #FFFFFF;
		box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.16);
		border-radius: 5px;
	}
	.card2 .card2-item .tit-box {
		width: 100%;
		padding: 20px 25px;
		background: url(./images/index1/card2-bg.png) no-repeat;
		background-size: 100% 100%;
	}
	.card2 .card2-item .tit-box .tit1 {
		margin-bottom: 5px;
		line-height: 34px;
		/**font-family: PingFangSC, PingFang SC;**/
		font-size: 22px;
		color: #692FCA;
	}
	.card2 .card2-item .tit-box .tit2 {
		font-size: 16px;
		color: #211816;
	}
	.card2 .card2-item .txt-box {
		padding: 20px 25px;
	}
	.card2 .card2-item .txt-box .txt {
		position: relative;
		padding:  4px 0 4px 15px ;
	}
	.card2 .card2-item .txt-box .txt::before {
		content: "";
		position: absolute;
		top: 50%;
		left: 0px;
		transform: translate(0%, -50%);
		width: 6px;
		height: 6px;
		border-radius: 50%;
		background: #692FCA;
	}

	.index-box .cont-box5 {
		width: 50%;
		height: auto;
		float: left;
		margin-top: 20px;
	}
	.index-box .cont-box5 .imgs {
		width: 20%;
		height: auto;
		float: left;
	}
	.index-box .cont-box5 .imgs .img {
		width: 100%;
	}
	.index-box .cont-box6 {
		width: 1200px;
		margin-top: 20px;
		margin-bottom: 30px;
	}
	.index-box .cont-box6 .tit {
		margin-bottom: 20px;
		font-size: 24px;
		color: #333333;
		line-height: 24px;
	}
	.index-box .cont-box6 .txt1 {
		font-size: 20px;
		color: #333333;
		line-height: 24px;
	}
	.index-box .cont-box6 .txt {
		margin: 8px 0;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
	}
	.index-box .cont-box6 .txt2 {
		font-size: 14px;
		color: #aaa;
		line-height: 24px;
	}
	.index-box .cont-box6 .tag {
		font-size: 14px;
		color: #aaa;
		border: 1px solid #bbb;
		padding: 3px 14px;
		border-radius: 20px;
	}
	.index-box .cont-box6 .item1 {
		width: 60%;
		margin-right: 50px;
	}
	.index-box .cont-box6 .item1 .item-info {
		padding: 20px 15px;
		margin-bottom: 15px;
		border-radius: 5px;
		border: 1px solid #CCCCCC;
	}
	.index-box .cont-box6 .item1 .img {
		flex-shrink: 0;
		width: 180px;
		height: 110px;
		border-radius: 5px;
		background: #eee;
		margin-right: 20px;
	}
	.index-box .cont-box6 .item2 {
		width: 40%;
	}
	.index-box .cont-box6 .item2 .item-info {
		padding: 10px 0;
		margin-bottom: 15px;
		border-top: 1px solid #979797;
	}
	

    .desc {
        font-size: 18px;
        line-height: 22px;
        margin-top: 24px;
    }

    .iphone-info .img {
        width: 150px;
    }

    .iphone-info .btns {
		width: 50%;
        margin-top: 25px;
		float: left;
    }

    .iphone-info .btns .btn {
        padding: 13px 25px;
        border-radius: 5px;
        font-size: 16px;
        color: #fff;
        cursor: pointer;
		width: 100%;
    }
	.header-iphone{
		width: 100%;
		position: fixed;
		z-index: 1000000;
		background-color: white;
	}
	.header-iphone .logo{
		width: auto;
		height: auto;
		float: left;
		padding: 15px;
	}
	.header-iphone .menu{
		width: auto;
		height: auto;
		float: right;
		padding: 15px;
	}
	.header-iphone .eMenuBg{
		width: 100%;
		height: 100vh;
		right: 0;
		position: fixed;
		z-index: 100000;
		display: none;
		background-color: rgba(0, 0, 0, 0.5);
	}
	.header-iphone .eMenu{
		width: 80%;
		height: auto;
		right: 0;
		top: 67px;		
		position: absolute;
		z-index: 1000000;
		display: none;
		/**background-color: black;
		background-color: rgba(255, 255, 255, 0.5);**/

	}
	.header-iphone .eMenu>div{
		width: 100%;
		height: auto;
		max-height: 80vh;
		float: right;
		background-color: white;
		border-radius: 2px 0 0 2px;
		padding: 15px;
		/**
		box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.13);
    	border: 1px solid #F6F6F6;
		**/
		overflow-y: auto;
	}
	.header-iphone .eMenu>div div{
		width: 100%;
		height: auto;
		float: left;
	}
	.header-iphone .eMenu>div>div>div{
		width: 100%;
		height: auto;
		float: left;
		font-size: 18px;
		border-bottom: #ECEDF0 solid 1px;
		
	}
	.header-iphone .eMenu>div>div>div .dropdown{
		display: none;
	}
	.header-iphone .yMenu{
		line-height: 50px;
	}	
	.header-iphone .yMenu m{
		width: auto;
		height: auto;
		float: left;
		font-size: 16px;
		color: #333;
	}
	.header-iphone .yMenu a{
		width: 100%; height: auto; display: block; float: left;
	}
	.header-iphone .yMenu t{
		width: 50px;
		height: 50px;
		padding-top: 18px;
		float: right;
		text-align: right;
		
	}
	.header-iphone .yMenu img{
		width: 30%;

	}
	.header-iphone .yMenu a{
		color: #333;
		font-size: 16px;

	}
	
	
	.header-iphone .menu img{
		width: 35px;
		height: auto;
	}
	.header-iphone .eMenu .dropdown-title{
		font-size: 16px;
		color: #000;
		line-height: 24px;
		margin-top: 10px;
		
	}
	.header-iphone .eMenu .dropdown{
		padding-bottom: 20px;
	}
	.header-iphone .eMenu .dropdown-item-title{
		font-size: 14px;
		color: #552895;
		line-height: 24px;
		margin-top: 10px;
	}
	.header-iphone .eMenu .dropdown-item-desc{
		font-size: 14px;
		color: #6F6F6F;
		line-height: 24px;
	}
	.header-iphone .eMenu .dropdown-item{
		margin-bottom: 8px;
		padding-left: 15px;
	}
	.header-iphone .eMenu .dropdown-item-number{
		width: 24px;
		height: 24px;
		background-color: #f0e6ff;
		color: #6a11cb;
		border-radius: 4px;
		font-size: 12px;
		margin-right: 10px;
		text-align: center;
		line-height: 24px;
	}
	.header-iphone .eMenu .dropdown-item-txt{
		width: auto;
		height: auto;
		float: left;
		font-size: 14px;
		line-height: 24px;
	}
	

    .iphone-info .btns .btn:hover {
        /* opacity: 0.9; */
        position: relative;
        /* transform: translateX(1px); */
        box-shadow: 0 2px 10px rgba(0,0,0,0.2);
    }
    .iphone-info .btns .btn:hover::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0.1);
        z-index: 9;
    }

    .iphone-info .btns .btn.btn1 {
        background: linear-gradient( 90deg, #DF6937 0%, #EE8756 100%);
    }

    .iphone-info .btns .btn.btn2 {
        background: #FFFFFF;
        color: #333;
    }

    .iphone-info .btns .btn .icon {
        width: 16px;
        height: 16px;
        margin-left: 5px
    }
}


@media (min-width: 769px) {
	.consult-iphone,.header-iphone,.index-iphone,.footer-iphone{
		display: none;
	}
.index-box {
	padding-top: 10px;
	box-sizing: border-box;
	background: #f0f2f5;
}
.header {
	min-width: 1200px;
	height: 60px;
}

.header .nav-item:hover .text {
	display: inline-block;
	color: #EA5929;
	border-bottom: 2px solid #EA5929;
}

/* barnner */
.barnner-info .btna1 {
	width: 300px;
	height: 48px;
	line-height: 48px;
	padding-right: 10px;
	margin-bottom: 20px;
	font-weight: 400;
	font-size: 16px;
	color: #EA5929;
	border-radius: 48px;
	border: 1px solid #EA5929;
	cursor: pointer;
}
.index-box .barnner-box .barnner-img {
	width: 100%;
	float: left;
}

.clearfix::after {
	content: "";
	display: table;
	clear: both;
}
.index-box .barnner-box .barnner-info {
	width: 1300px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.barnner-info .btns .btn.btn1 {
	background: linear-gradient( 90deg, #DF6937 0%, #EE8756 100%);
}
.barnner-info .btns .btn.btn2 {
	background: linear-gradient( 90deg, #692ECA 0%, #9D50E9 100%);
}

.index-box .cont-box1 {
	width: 100%;
	max-width: 1200px;
	padding: 30px 0;
}
.index-box .cont-box1 .item {
	max-width: 250px;
}
.index-box .cont-box1 .txt1 {
	line-height: 33px;
	margin: 16px 0;
	font-family: PingFangSC, PingFang SC;
	font-size: 22px;
	font-weight: 600;
	color: #0F52B0;
}

.index-box .cont-box2 {
	margin-top: 40px;
}

.index-box .cont-box3 {} 
.card1 {
	max-width: 1200px;
	margin-top: 10px;
	flex-wrap: wrap;
}
.card1 .card1-item {
	width: calc(33.3% - 14px);
	margin: 10px 0;
	padding: 24px 18px;
	box-sizing: border-box;
	background: #FFFFFF;
	box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.16);
	border-radius: 5px;
}
.card1 .img {
	width: 70px;
	height: 70px;
	margin-right: 15px;
}
.card1 .txt1 {
	margin-bottom: 5px;
	line-height: 28px;
	font-size: 20px;
	color: #333333;
	font-weight: 600;
}

.index-box .cont-box4 {}
.card2 {
	width: 1200px;
	margin-top: 30px;
	flex-wrap: wrap;
}
.card2 .card2-item {
	width: calc(25% - 15px);
	margin: 10px 0;
	box-sizing: border-box;
	background: #FFFFFF;
	box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.16);
	border-radius: 5px;
}
.card2 .card2-item .tit-box {
	width: 100%;
	padding: 20px 25px;
	background: url(./images/index1/card2-bg.png) no-repeat;
	background-size: 100% 100%;
}
.card2 .card2-item .tit-box .tit1 {
	margin-bottom: 5px;
	line-height: 34px;
	font-family: PingFangSC, PingFang SC;
	font-weight: 600;
	font-size: 22px;
	color: #692FCA;
}
.card2 .card2-item .tit-box .tit2 {
	font-weight: 600;
	font-size: 16px;
	color: #211816;
}
.card2 .card2-item .txt-box {
	padding: 20px 25px;
}
.card2 .card2-item .txt-box .txt {
	position: relative;
	padding:  4px 0 4px 15px ;
}
.card2 .card2-item .txt-box .txt::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0px;
	transform: translate(0%, -50%);
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #692FCA;
}

.index-box .cont-box5 {
	width: 1200px;
	margin-top: 20px;
	flex-wrap: wrap;
}
.index-box .cont-box5 .imgs {
	width: calc(16% - 10px);
	margin-bottom: 20px;
}
.index-box .cont-box5 .imgs .img {
	width: calc(100% + 60px);
}
.index-box .cont-box6 {
	width: 1200px;
	margin-top: 20px;
	margin-bottom: 30px;
}
.index-box .cont-box6 .tit {
	margin-bottom: 20px;
	font-size: 24px;
	color: #333333;
	font-weight: 600;
	line-height: 24px;
}
.index-box .cont-box6 .txt1 {
	font-size: 20px;
	color: #333333;
	font-weight: 600;
	line-height: 24px;
}
.index-box .cont-box6 .txt {
	margin: 8px 0;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.index-box .cont-box6 .txt2 {
	font-size: 14px;
	color: #aaa;
	line-height: 24px;
}
.index-box .cont-box6 .tag {
	font-size: 14px;
	color: #aaa;
	border: 1px solid #bbb;
	padding: 3px 14px;
	border-radius: 20px;
}
.index-box .cont-box6 .item1 {
	width: 60%;
	margin-right: 50px;
}
.index-box .cont-box6 .item1 .item-info {
	padding: 20px 15px;
	margin-bottom: 15px;
	border-radius: 5px;
	border: 1px solid #CCCCCC;
}
.index-box .cont-box6 .item1 .img {
	flex-shrink: 0;
	width: 180px;
	height: 110px;
	border-radius: 5px;
	background: #eee;
	margin-right: 20px;
}
.index-box .cont-box6 .item2 {
	width: 40%;
}
.index-box .cont-box6 .item2 .item-info {
	padding: 10px 0;
	margin-bottom: 15px;
	border-top: 1px solid #979797;
}





}