﻿@charset "utf-8";

.module0199{
	width:73vw;
	width:var(--mainwidth);
	height: auto;
	margin:0 auto;
}

.module0199_con {
	width:calc(73vw - 2);
	width: calc(var(--mainwidth) - 2 );
	height: calc((73vw * 0.294 * 216 / 412) + 3.5rem);
	height: calc((var(--mainwidth) * 0.294 * 216 / 412) + 3.5rem);
	border: 1px solid var(--OneColor);
	margin-top:1.625rem;
}
.module0199_con:nth-child(1){
	margin-top: 0px;
}
.module0199_con a {
	display: block;
    width: 100%;
	height: 100%;
	background: var(--FontWhiColor);
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
	cursor:pointer;
	padding: 1.75rem 1.5rem;
}
.module0199_con a:hover{
	background: #f3eeeb;
}
.module0199_con a:hover .module0199_img img{transform: scale(1.1);}
.module0199_con a:hover .module0199_2{ background: var(--OneColor);color: var(--FontWhiColor);}
.module0199_con a:hover .module0199_ri:after{ right: -5px;}
.module0199_con a:hover .module0199_ri:before{ left: -5px;}

.module0199_all{
	width:100%;
	height: 100%;
	display: flex;
	justify-content: space-between;
}
.module0199_ri{
	width: 11%;
	height: 5rem;
	position: relative;
}
.module0199_ri:after
{ 
content:"";
border-right: 1px solid var(--OneColor);
border-bottom: 1px solid var(--OneColor);	
width: 1.5rem;
height: 1.5rem;
position: absolute;
bottom: 0;
right: 0;	
-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.module0199_ri:before
{ 
content:"";
border-top: 1px solid var(--OneColor);
border-left: 1px solid var(--OneColor);
width: 1.5rem;
height: 1.5rem;
position: absolute;
top: 0;
left: 0;	
-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.module0199_ri_1{
	position: absolute;
	font-size: 2rem;
	color: var(--FontOneColor);
	width: 3.75rem;
	text-align: center;
	height: 3.125rem;
	line-height: 3.125rem;	
}
.module0199_ri_2{
	width:1px;
	height:2.875rem;
	background: #e5e5e5;
	position: absolute;
	top: 0.875rem;
	left: 3.75rem;
}
.module0199_ri_3{
	position: absolute;
	color: var(--FontOneColor);
	font-family: huawen;
	width: 66%;
	text-align: center;
	height: 2.625rem;
	line-height: 2.625rem;	
	bottom: 0;
	right: 0;
}
.module0199_mid{
	width: 46%;
	height: 100%;
	position: relative;
}

.module0199_tit{
	width: 100%; 
	height: 1.5rem;
	line-height: 1.5rem;
	overflow: hidden;
	font-size: 1.125rem;
	color: var(--FontOneColor);
	overflow: hidden;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.module0199_1{
	width:100%;
	font-size: 0.875rem;
	color: var(--FontOneColor);
	opacity: 0.6;
	line-height: 1.5rem;
	height: 3rem;
	overflow: hidden;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
	margin-top: 2.125rem;
}
.module0199_2{
	position: absolute;
	left: 0;
	bottom: 0;
	color: var(--FontTowColor);
	background: #f2eeea;
	height: 3.25rem;
	line-height: 3.25rem;
	width: 10.75rem;
	text-align: center;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.module0199_img{
    width: 29.4%;
    height: calc(73vw * 0.294 * 216 / 412);
	height: calc(var(--mainwidth) * 0.294 * 216 / 412);
    overflow: hidden;
	font-size:0; 
	border: 1px solid var(--OneColor);
}
.module0199_img img{
	width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}


@media screen and (max-width:1023px)and (min-width:300px){
.module0199{
	width:96vw;
}

.module0199_con {
	width:calc(96vw - 2);
	height: auto;
	margin-top: 10px;
}

.module0199_con a {
	
	padding: 1rem 1rem;
}

.module0199_all{
	justify-content:center;
	flex-direction: column-reverse;
}
.module0199_ri{
	display: none;
}

	
.module0199_mid{
	width: 100%;
	height: auto;
	margin-top: 1.5rem;
}

.module0199_1{
	margin-top: 1.125rem;
}
.module0199_2{
	position: relative;
	margin-top: 2rem;
}

.module0199_img{
    width: 100%;
    height: calc(96vw * 0.9 * 216 / 412);
	border: none;
}


}
