@charset "utf-8";
/* CSS Document */
*{ margin: 0; padding: 0; word-break: break-all; word-wrap: break-word;}
html { background: url(/css/tu/bg.jpg) #006400; background-attachment: fixed;}
body { width: 100%; max-width: 720px; min-height: 100vh; margin: 0 auto; line-height: 1.5; font-size: 14px; font-family: 'å¾®è½¯é›…é»‘', Arial, Helvetica, sans-serif;}
input, select, button, textarea { margin: 0; padding: 0; vertical-align: middle; font-size: 100%; color: inherit; border: 0; font-family: inherit; outline: none; resize: none;}
input[type="text"] { -webkit-appearance: none;}
ol, ul {list-style: none;}
img { max-width: 100%; vertical-align: middle;}
a { text-decoration: none; color: inherit;}
:focus { outline: 0;}
table {	border-collapse: collapse; border-spacing: 0; line-height: 1.5;}

.page { max-width: 720px; margin: 0 auto; padding: 0 5px; border-left: solid 2px #000000; border-right: solid 2px #000000; box-sizing: content-box; background: #fff;
}
@media screen and (max-width:720px){
body { font-size: 12px;}
.page { padding: 0; border: 0;}
}

.topfix { padding: 5px 4px; max-width: 720px; background: #fff;}
#topfix[data-fixed="fixed"]{ position: fixed; top:0; left: 0; right: 0; z-index: 9; margin: auto; max-width: 730px; background: #fff;}

.nav2 { font-size: 16px;}
.nav2 ul { display: flex; justify-content: space-between;}
.nav2 ul li { width: 100%; box-sizing: border-box; padding: 0 1px;}
.nav2 ul li a { display: block; height: 40px; line-height: 40px; text-align: center; color: #ffffff; background: linear-gradient(#0b4141,#26d9d9, #115f5f);}
.nav2 ul li a:hover { background: #1E90FF;}
@media screen and (max-width:720px){
.nav2 ul li a {height: 40px; line-height: 16px; padding-top: 4px; font-size: 14px;}
.nav2 ul li a span { display: block;}
}

.nav-enter { font-size: 20px; font-weight: bold;}
.nav-enter ul { display: flex; justify-content: space-between;}
.nav-enter ul li { width: 100%; box-sizing: border-box; padding: 0 1px;}
.nav-enter ul li a { display: block; height: 40px; line-height: 40px; text-align: center; color: #fff; background: linear-gradient(#0b4141,#26d9d9, #115f5f);}
.nav-enter ul li a.active { background: linear-gradient(#cc0014,#d42133, #4b0c12);}
.nav-enter ul li img { vertical-align: middle;}

.footer { text-align: center; padding: 10px 20px;}
