﻿/* 遗失声明通用 CSS */

/* 通用 */
.c-warp { width: 1200px; height: 100%; margin: 0 auto; }

.f-hd { overflow: hidden; } 

.f-mn { background: #fff; }

.f-ft { width: 100%; height: 60px; background: #0764c6; text-align: center; color: #fff; overflow: hidden;}
.f-ft ul { display: inline-block; margin-top: 23px; }
.f-ft li { float: left; padding: 0 5px;}

.old{display:none;}
.normal{
		font-size: 18px !important;
		height: 35px !important;
		line-height: 35px !important;
		background: #ec940a;
		color: white !important;
		display: inline-block;
		padding: 0 20px;
		border-radius: 5px;
		font-weight: 800;
        cursor: pointer;
}