/*link*/
.link{width: 100%;height: 85px;background: #e7e7e7;margin-top: 0px;}
.h35{height: 15px;}
.link-box{width: 1920px;margin: 0 auto;text-align: center;}
.link-box a{margin: 0 6px;font-size: 15px;}
.slt{width: 900px;margin: 0px auto 0;margin-left: 28.5%;}
.slt select{width: 155px;height: 26px;border: 1px solid #dedede;font-size: 14px;margin-right: 5px;background: #fff;}
/*footer*/
.footer{width: 100%;height: auto;background:#9D1515;}
.h25{height: 15px;}
.footer .footer-m{width: 100%;text-align: center;color: white;}
.footer .footer-m p{font-size: 14px;margin-top: 6px;}
.footer .footer-m p:first-child{margin-left: -6px;}
.footer .footer-m p a{margin: 0 6px;color: bisque;}
.footer .footer-m .fr img{margin-left: 15px;margin-top: 15px;}

.ui.buttons{
	display: inline-flex;
}
.ui .disabled .button{
	background-color: #cdd0d2;
    color: #FFF;
    text-shadow: none;
    background-image: none;
    padding: 15px;
}
.ui .active .button{
	background-color: #cdd0d2;
    color: #FFF;
    text-shadow: none;
    background-image: none;
    padding: 15px;
}
.ui .button{
	background: #9d1515;
    padding: 15px;
    color: white;
}

.ui.blue.active.button, .ui.blue.button .active.button:active, .ui.blue.buttons .active.button, .ui.blue.buttons .active.button:active {
    background-color: #d2d2d2;
    color: #FFF;
    text-shadow: none;
}

.ui.blue.disabled.button, .ui.blue.button .disabled.button:active, .ui.blue.buttons .disabled.button, .ui.blue.buttons .disabled.button:active {
    background-color: #b5b0b0;
    color: #FFF;
    text-shadow: none;
}

.ui .button:hover{
	background: #7d0b0b;
	padding: 15px;
    color: white;
}