.product_one{ background-image: url(../images/re.jpg); background-repeat: no-repeat;  background-position: center; background-size: cover; padding: 180px 0px 100px; color: #fff;}
.product_one .box{ display: flex; width:80%; margin:auto; align-items: center; justify-content: space-between; position:relative;}
.product_one .box .tpleft{ width: 49%;}
.product_one .box .photo{ width: 50%;width: 410px;box-shadow: 0px 0px 30px rgb(0 0 0 / 15%);backdrop-filter: blur(4px); -webkit-backdrop-filter: blur(4px);background: linear-gradient(180deg, rgba(255, 255, 255, 0.06) 0%, rgba(158, 158, 158, 0.06) 100%); mix-blend-mode: normal;border-radius: 30px;z-index:99;transform:translateY(-20%);-webkit-transform:translateY(-20%); overflow:hidden;}
.product_one .box .photo img{width:100%; display:block;}
.product_one .box .tpleft .title{ font-size: 36px; font-weight: 600; position: relative; padding-bottom: 25px; margin-bottom: 32px;}
.product_one .box .tpleft .title:before{    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 44px;
    height: 2px;
    background: #E60012;}
.product_one .box .tpleft .list .item{ display: flex;align-items: flex-start; line-height: 35px;}
.product_one .box .tpleft .list .item .tt{ width: 230px;}
.product_one .box .tpleft .list .item .tt2{ flex:1; overflow: hidden;}
.product_one .box .tpleft .down_1{ margin-top: 32px;}
.product_one .box .tpleft .down_1 a{ font-size: 16px;
    line-height: 1.5;
    color: #E60012;
    text-decoration: underline; margin-right: 25px;}
.product_one .box .tpleft .down_1 a:last-child{ margin-right: 0px;}
@media screen and (max-width: 1400px) {
	.product_one .box .photo{
		width:330px;	
	}
}
@media screen and (max-width: 1200px) {
	.product_one .box{
		width:95%;
	}
}
@media screen and (max-width: 768px) {
.product_one .box{ flex-direction: column-reverse;}
.product_one .box .tpleft{ width: 100%; margin-top: 30px;}
.product_one .box .photo{ width: 100%;}
.product_one{ padding: 60px 0px;}
.product_one .box .tpleft .title{ font-size: 33px;}
.product_one .box .photo{ position:static; transform:none;-webkit-transform:none;}
}
