.table-wrap {
  overflow-x: auto;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  background: #fff;
}

.table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 14px;
  color: #1f2937;
  background: #fff;
}

.table thead th {
  background: #4C75A3;
  color: #fff;
  text-align: left;
  padding: 14px 16px;
  font-weight: 600;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  white-space: nowrap;
}

.table tbody td {
  padding: 10px 1px;
  border-bottom: 1px solid #e5e7eb;
  vertical-align: top;
}

.table tbody tr:nth-child(even) {
  background: #f9fafb;
}

.table tbody tr:hover {
  background: #eef4ff;
}

.table tbody tr:last-child td {
  border-bottom: none;
}

.table caption {
  caption-side: top;
  text-align: left;
  padding: 0 0 12px;
  font-weight: 700;
  color: #111827;
}

.table td:first-child,
.table th:first-child {
  border-left: none;
}

.table td:last-child,
.table th:last-child {
  border-right: none;
}

.table td {
  word-break: break-word;
}

.table .num {
  text-align: right;
  white-space: nowrap;
}

.table .center {
  text-align: center;
}



.contact-link .bloc  {
margin-left:1px;
font-size:12pt;

}

h1{font-weight:900}

.infosearch .title{
	
	margin-top:8px;
}

main  .phone .flex div{
	font-size:14pt;
	padding:0;
}

main .phone  {
    margin:0;
	padding:0;
 
}

#right img{
	
	border-radius:20px;
}



main ul{
	padding :10px  20px 0 20px ;
}

main #content a{
	font-size:14px;
	font-weight:600;
	
}

main #content table td a{
font-size:16px;	
}

main #content table td {
  display: table-cell;
  vertical-align: middle !important;
}

main  h2 {
	padding:20px 0 5px 0;
	font-size:18px;
}

.money_go{
	padding:0 0 10px  0 ;
	width:100%;
	display:flex;
	justify-content:center;
}

.money_go >div{
	width:100%;
	border-radius:4px;
	border:8px solid #CAD7E0;
	padding:10px;
	text-align:center;
 
}
money_go a{
	font-weight:100;
}



.money_go div.refer{
	padding:15px 0 0 0;
	display:flex;
	width:100%;
	align-items:center;
}
.money_go div.refer>div:first-child{
	width:100px;
	
}


.video_right{
	margin:15px 0 0 0;
	display:flex;
}
.video_right >div:first-child{
width:27%;
 

}


.video_right >div:last-child{
width:73%;

}



.thumb-wrap iframe {
 
    width: 100%;
    height: 450px !important;
    border-width: 0;
    outline-width: 0;
}

.thumb-wrap {
   padding-bottom: 42% !important;
}
 


main p{
	padding:  5px !important;
}

#content{
	display:flex;
}

#content>div:last-child{
	padding-top:15px;
}
#content>div:first-child{
	width:30%;
	padding:15px;
	text-align:center;
}

#content .re{
  background: #4C75A3;
  color:#ffffff;
  padding:15px;
  margin:20px 0;
}
 
@media screen and (max-width: 850px) {
	
	
.thumb-wrap {
 
  padding-bottom: 56.25%!important;
 
}



.video_right{
margin:15px 10px;
flex-direction:column;
}
.video_right >div:first-child{
width:100%;

}


.video_right >div:last-child{
width:100%;
}






#content, .money_go div.refer{ 
flex-direction:column;
}


  #content > div:first-child {
    order: 2;
    width: 100%;
  }

  #content > div:last-child {
    order: 1;
    padding-top: 0;
  }
	
}