/* 大标题 */
@font-face{
	font-family: Roboto-Bold-3;
	src: url('../font/newRoboto/Roboto-Bold-3.ttf')
}
/* 新-标题 */
@font-face{
	font-family: Roboto-Bold-title;
	src: url('../font/roboto/Roboto-Bold-3.ttf')
}
/* 新-描述细体 */
@font-face{
	font-family: Roboto-Light-whiteDesc;
	src: url('../font/newRoboto/Roboto-Light-10.ttf')
}
/* */
@font-face{
	font-family: Roboto-Medium-12;
	src: url('../font/roboto/Roboto-Medium-12.ttf')
}
/* 黑背景下 描述 使用常规字体 */
@font-face{
	font-family: Roboto-Regular-blackRule;
	src: url('../font/roboto/Roboto-Regular-blackRule.ttf')
}
.digital-logo{
	padding:0 139px;
    padding-top: 325px;
    /*display: none;*/
}
.digital-txt{
    color: #fff;
    display: none;
    flex-direction: column;
    height: 500px;
    justify-content: center;
    width: 1200px;
}
.digital-txt p:first-child{
	font-family: Roboto-Bold-3;
	font-size: 55px;
    padding-bottom: 43px;
}
.digital-txt p{
	width: 100%;
	font-size: 35px;
	font-family: Roboto-Bold-3;
}
.digital{
	width: 80px;
	height: 105px;
	margin-right:43px;
}
.shop-bgimg{
	height: 500px;
	/*background-image:url(../img/shop/activity-shop.webp);*/
	/*background-image: url(../img/shop/logo.webp);*/
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.fourth_layout{
	display: flex;
    max-width: 1200px;
    margin: auto;
    justify-content: space-between;
    flex-wrap: wrap;
}
.deviceBox{
	width: 282px;
	text-align: left;
	padding: 20px 0;
}
#maskingDom-gather{
	display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.maskingDom{
	width: 282px;
    height: 290px;
    background: #e5e5e5;
    margin-top: 20px;
}
.maskingDom img{
	width: 100%;
	padding: 115px 85px;
}
.device-topImg{
	height:244px;
	background: #F3F3F3;
	border-radius: 17px;
	padding: 30px 49px;
	position: relative;
	overflow: hidden;
	text-align: center;
}
.device-topImg .activityLog{
	position: absolute;
	top:16px;
	left:16px;
	width:70px;
	height: 36px;
	border-radius:6px;
	text-align: center;
	background: #BC0021;
}
.device-topImg  .activityLog .newTxt{
	color: #fff;
	line-height: 36px;
	font-size: 18px;
	font-family: Roboto-Bold-title;
}
.device-topImg .activityLog .percent{
	font-size: 20px;
    color: #fff;
	line-height: 38px;
	font-family:Roboto-Bold-title;
}
.device-topImg .activityLog .off{
    font-size: 14px;
    color: #fff;
	line-height: 30px;
	font-family:Roboto-Bold-title;
}
.device-topImg img{
	width: 100%;
}
.pro-height{
	padding-top:50px ;
}
.product_title{
/*	height: 116px;*/
	font-family: Roboto-Bold-3;
	text-align: center;
}
.product_title>span{
	font-family: Roboto-Light-whiteDesc;
	font-size: 17px;
	display: block;
}
.product_title p{
	font-size: 19px;
	font-weight: bold
}
.product_des{
	width: 160px;
	margin: auto;
}
/*价格样式*/
.price{
	margin: 10px 0px;
	height: 28px;
}
/*实际价格*/
.price .reality{
	font-size: 13px;
	color: #A0A0A0;
	text-decoration: line-through;
}
/*折扣后价格*/
.price .discount{
	font-size: 19px;
	color: #333;
}
.btns{
    padding: 3px 8px;
    border: 1px solid #06b28e;
    border-radius: 20px;
    background: #06b28e;
    color: #fff;
    cursor: pointer;
    text-align: center;
}
.btns a:hover{
	color: #fff;
}
.title-top{
	margin-top: 20px;
}
@media (max-width: 700px) {
	/*.deviceBox{
		width: 50%;
	}*/
}
@media (min-width: 500px) and (max-width: 760px){
	.btns{
		font-size: 14px;
    	margin-top: 7px;
    	padding: 0px;
	}
}
@media (max-width: 480px) {
	.shop-bgimg{
		background-position: center center;
		/*background-image:url(../img/shop/h5-activity-shop.webp);*/
	}
	.deviceBox{
		width: 100%;
	}
	.device-topImg{
		height:auto;
	}
	.fourth_layout{
		padding: 0 20px;
	}
	.digital-logo{
		text-align: left;
		padding:0 20px;
		padding-top: 325px;
	}
	.digital-txt{
		width: 100%;
		justify-content: flex-start;
	}
	.digital-txt p:first-child{
		font-size: 18px;
		padding-bottom: 18px;
		margin-top: 80px;
	}
	.digital-txt p{
		font-size: 16px;
		text-align: center;
	}
	.digital{
		width: 46px;
		height: 60px;
		margin-right: 16px;
	}
	.hires{
		width: 50px;
	}
}