﻿blockquote,body,dd,div,dl,dt,fieldset,form,h1,h2,h3,h4,h5,h6,input,li,ol,p,pre,td,textarea,th,ul{margin:0;padding:0}
address,article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}
table{border-collapse:collapse;border-spacing:0}
fieldset,img{border:0}
address,caption,code,em{font-weight:400;font-style:normal}
code,kbd,pre,samp{font-family:inherit}
ol,ul{list-style:none}
h1,h2,h3,h4,h5,h6{font-weight:400;font-size:100%}
a{text-decoration:none}
body{  margin:0;
  line-height:35px;
  background:#04538b;}
  .txt{ width:90%; margin:0 auto; font-size:12px;color:#5e4831; }
.txt img{ width:100%;}

.fixed_nav {
    background: rgba(0,0,0,.85);
    position: fixed;
    bottom: 0;
    padding: 10px 0;
    width: 100%;
    left: 0;
    text-align: center;
    font-size: 16px;
	font-weight:bold;
    color: #fff;
    z-index: 600;
	height:20px;
}
.fixed_nav .sopt {
    color: #fc0;
}
.fixed_nav .DinGo {
    border-radius: 1.2em;
    background: #24bef2;
    background: linear-gradient(#fc0,#ffba00);
    color: #fff;
    font-size: .9em;
    border: 0;
    padding: 4px 15px;
    text-shadow: -1px -1px rgba(0, 0, 0, 0.2);
    font-weight: bold;
    cursor: pointer;
}
