﻿@charset "utf-8";
html{height:100%;background:linear-gradient(0deg, #025597 0%, #113c6b 100%);}

.top{height:40px;line-height:40px;background:linear-gradient(0deg, #004f7d 0%, #005a8f 100%);}
.top .logo{height:100%;float:left;}
.top .logo img{height:84%;margin:13% 0 0 15px;}
.top .title{height:100%;margin:0 10px 0 0;font-size:16px;color:#cabd92;float:right;text-shadow:-1px -1px 0px #103e6f;}
.top .back{height:100%;float:right;}
.top .back a{height:100%;background:linear-gradient(0deg, #005a8f 0%, #0068a4 100%);float:left;}
.top .back img{height:50%;margin:25% 10px 0;float:right;}

.body{width:100%;min-height:calc(100% - 41px);padding:0 0 40px;margin:1px 0 0;background:linear-gradient(0deg, #004f7d 0%, #005a8f 100%);position:absolute;}

.footer{width:100%;height:36px;color:#ffe8c0;text-align:center;position:fixed;bottom:0;display:none;}
