img{
	width: 100%;
	height: 100%;
}
.DTswiper{
	display: none;
}
.FivePhone{
		display: none;
	}
	.phoneImg{
		display: none;
	}
.addresSec {
	width: 100%;
	height: 100%;
	padding: 141px 0px;
	box-sizing: border-box;
	background : url(../image/adressBgc.png) no-repeat;
	background-size: 100% 100%;
	text-align: center;
}
.bigImg{	
	width: 79.17%;
}
.addresFir {
	background-color: #fff;
	width: 100%;
	height: 100%;
	padding: 107px 0px;
	box-sizing: border-box;
	text-align: center;
}

.addresThr {
	background-color: #fff;
	width: 100%;
	height: 100%;
	padding: 155px 0px;
	box-sizing: border-box;
	text-align: center;
}

.addresFur {
	background-color: #f6f8fe;
	width: 100%;
	height: 100%;
	padding: 184px 0px;
	box-sizing: border-box;
	text-align: center;
}

.addresFiv {
	background-color: #fff;
	width: 100%;
	height: 100%;
	padding: 45px 0;
	box-sizing: border-box;
}

.Fivbox {
	margin: auto;
	width: 50%;
	height: 100%;
	padding: 47px 50px 50px;
	box-sizing: border-box;
	background: url(../image/adressBom.png) no-repeat;
	background-size: 100% 100%;
}

.chatUsimg {
	width: 173px;
	height: 44px;
	margin: auto;
}

.submitBox {
	margin-top: 45px;
	padding: 40px 50px;
	box-sizing: border-box;
	background-color: #fff;
	border-radius: 30px;
}

.formitem {
	margin-bottom: 30px;
	width: 100%;
}

.formitem .label {
	font-family: PingFangSC, PingFang SC;
	font-weight: 500;
	font-size: 0.3rem;
	color: #333333;
	line-height: 42px;
	height: inherit;
	margin-bottom: 20px;
}

.formitem input {
	border: 0;
	background-color: #f6f6f6 !important;
	border-radius: 8px;
	height: 100px;
	width: 100%;
	padding: 0 15px;
	box-sizing: border-box;
	font-family: PingFangSC, PingFang SC;
	font-weight: 400;
	font-size: 0.28rem;
	caret-color: black;
}

.formitem input::placeholder {
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 0.28rem;
  color: #999;
}
.freeBtn {
	width: 100%;
	height: 120px;
	background: #3263f6;
	border-radius: 60px;
	margin: 60px auto 0;
	font-size: 0.34rem;
	color: #fff;
	text-align: center;
	line-height: 120px;
}

.topAdress {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background-color: #F5F7FF;
	font-size: 0.12rem;
	padding-top: 0.38rem;
}
.topAdressImg {
	width: 40.84%;
}
.phonetitle{
	display: none;
}
.phoneAdresimg2{
	display: none;
}
.AdrsBox {
	width: 100%;
	position: relative;
	display: flex;
	justify-content: center;
	cursor: pointer;
}

.Adresimg2{
	width: 39.38%;
	margin-top: -0.2rem;
}
.AdrsCodeimg {
	width: 110px;
	height: 110px;
	margin-top: 6px;
}
.AdrsCode{
	position: absolute;
	background: url(../image/codeBg.png) no-repeat;
	background-size: 100% 100%;
	right: calc(50% - 85px);
	bottom: -160px;
	width: 170px;
	height: 176px;
	display: flex;
	justify-content: center;
	align-items: center;
	display: none;
}
.topAdressImg:hover + .AdrsCode{
	display: flex;
}
@media screen and (max-width: 1024px) {
	.topAdressImg {
		display: none;
	}
	.phonetitle{
		width: 64.27%;
		display: block;
	}
	.Adresimg2{
		display: none;
	}
	.phoneAdresimg2{
		width: 100%;
		display: block;
	}
	.Adresimg2{
		width: 100%;
		margin-top: -0.23rem;
	}
	.topAdress{
		padding-top: 0.32rem;
		background-color: #F5F7FF;
	}
	.addresFir{
		width: 100%;
		background: url(../image/DTphone/secBgc.png) no-repeat;
		background-size: 100% 100%;
		padding: 30px 16px 25px;
		box-sizing: border-box;
	}
	.phoneImg{
		width: 100%;
		display: block;
	}
	.FivePhone{
		width: 100%;
		display: block;
	}
	.bigImg{
		width: 100%;
		display: none;
	}
	.addresSec{
		width: 100%;
		background-color: #fff;
		padding: 30px 16px;
		box-sizing: border-box;
		background-image: none !important;
	}
	.addresThr{
		width: 100%;
		background-color: #F6F8FE;
		padding: 30px 16px;
		box-sizing: border-box;
	}
	.addresFur{
		display: none;
	}
	.addresFiv{
		width: 100%;
		background: url(../image/DTphone/chatBgc.png) no-repeat;
		background-size: 100% 100%;
		padding: 34px 20px 22px;
		box-sizing: border-box;
	}
	.Fivbox{
		display: none;
	}
	.FiveImgphn{
		width: 1.35rem;
		height: 0.34rem;
		margin: auto;
	}
	.FiveBoxsub{
		margin-top: 27px;
		width: 100%;
		background: #FFFFFF;
		border-radius: 24px;
		padding: 30px 30px 40px;
		box-sizing: border-box;
	}
	.formitem .label {
		font-family: PingFangSC, PingFang SC;
		font-weight: 500;
		font-size: 0.3rem;
		color: #333333;
		line-height: 0.42rem;
		height: inherit;
		margin-bottom: 0.2rem;
	}
	
	.formitem input {
		border: 0;
		background-color: #f6f6f6 !important;
		border-radius: 8px;
		height: 1rem;
		width: 100%;
		padding: 0 0.15rem;
		box-sizing: border-box;
		font-family: PingFangSC, PingFang SC;
		font-weight: 400;
		font-size: 0.28rem;
		caret-color: black;
	}
	
	.formitem input::-webkit-input-placeholder {
		font-family: PingFangSC, PingFang SC;
		font-weight: 400;
		font-size: 0.28rem;
	}
	.freeBtn{
		width: 100%;
		height: 1.2rem;
		line-height: 1.2rem;
		font-size: 0.34rem;
		margin: 0.4rem 0 0;
	}
	.BigBox{
		/* padding: 20px 16px 0!important; */
		box-sizing: border-box;
		background: #fff;
		overflow: hidden !important; 
		max-width: 100vw;
		overflow: hidden;
	}
	.DTswiper{
		padding: 0px 0px 40px!important;
		box-sizing: border-box;
		display: block;
		margin: 20px 16px 0!important;
	}
	.DTswiper .swiper-pagination-bullet-active{
		width: 23px;
		height: 10px;
		background: linear-gradient( 90deg, #9678FE 0%, #408DFF 100%);
		border-radius: 9px;
		margin:0 6px 0 0;
	}
}