<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	font-family: Microsoft Yahei, Arial, Helvetica, Sans-serif, Verdana, Tahoma;
}

ul {
	list-style-type: none;
}

a {
	text-decoration: none;
}

/** =======================
 * Contenedor Principal
 ===========================*/
 .main{ margin: 0 auto; width: 1190px;}
.main h1 {
 	font-size: 18px;
 	font-weight: 100;
 	text-align: center;
 	margin-top: 80px;
 	line-height: 60px;
 	border-bottom: 1px solid #000;
 }
.main p{
	 font-size:14px; 
	 width: 1190px; 
	 line-height: 30px; 
	 text-indent: 30px;
	 margin-top: 20px;
}
 .accordion {
 	width: 100%;
 	max-width: 1190px;
 	margin: 30px auto 20px;
 	background: #FFF;
 	-webkit-border-radius: 4px;
 	-moz-border-radius: 4px;
 	border-radius: 4px;
 }

.accordion .link {
	cursor: pointer;
	display: block;
	padding: 15px 15px 15px 30px;
	color: #4D4D4D;
	font-size: 14px;
	font-weight: 700;
	border-bottom: 1px solid #CCC;
	position: relative;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}



.accordion li i {
	position: absolute;
	left: 12px;
	font-size: 18px;
	color: #595959;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	
	
}

.accordion li i.fa-chevron-down {
	right: 12px;
	left: auto;
	font-size: 16px;
	background:url(agreementimage/close.png) no-repeat 0 0;
	width:25px;
	height:25px;
}



.accordion li.open i {
	color: #b63b4d;
	
	
}
.accordion li.open i.fa-chevron-down{
	background:url(agreementimage/open.png) no-repeat 0 0;
	width:25px;
	height:25px;
	
}

/**
 * Submenu
 -----------------------------*/
 .submenu {
 	display: none;
 	font-size: 14px;
 }

 .submenu li {
				 margin-top:15px; margin-bottom:15px;
 }
.submenu li p{ 	 width:1190px;
				 line-height:30px; 
				 text-indent:30px;
				margin-top: 0px;
}
				

</pre></body></html>