@charset "utf-8";
/* CSS Document */
*{ margin: 0; padding: 0; word-break: break-all; word-wrap: break-word;}
html { background: url(../images/bg.jpg) top center no-repeat #bacdf0; background-size: cover; background-attachment: fixed;}
body { width: 100%; max-width: 720px; min-height: 100vh; margin: 0 auto; line-height: 1.5; font-size: 15px;  font-weight: bold; color: #000; font-family: '微软雅黑', Arial, Helvetica, sans-serif; background: #fff;}
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 {	table-layout: fixed; border-collapse: collapse; border-spacing: 0; line-height: 1.5;}
iframe { vertical-align: top;}
.font12 { font-size: 15px;}
.font16 { font-size: 16px;}
.radius10 { border-radius: 10px;}
.pdt10 { padding-top: 10px;}
.pdb10 { padding-bottom: 10px;}

.header { background: #590303; width: 100%; max-width: 720px; height: 60px; position: fixed; top: 0; z-index: 1;}
.header2 { display: flex; align-items: center; height: 60px; background: linear-gradient(to right, rgba(0,0,0,0), rgba(0,0,0,.15));}
.header2 .logo { flex: 1;}
.header2 .logo img { width: auto; height: 60px;}
.header2 .home { text-align: center; font-size: 12px;}
.header2 .home a { display: block; padding: 0 16px; color: #fff;}
.header2 .home img { width: 24px; height: 24px; display: block; margin: 0 auto 2px auto;}
.header-blank { height: 60px;}

.nav { padding: 8px 0 4px 0; font-size: 12px; text-align: center; background: #e8f1fe;}
.nav ul { display: flex; flex-wrap: wrap;}
.nav ul li { width: 20%;}
.nav ul li a { display: block; width: 100%; padding: 8px 0;}
.nav ul li a img { display: block; width: 48px; height: 48px; margin: 0 auto 8px auto;}
.two-nav { width: 100%; max-width: 720px;}
.one-nav-active { position: relative;}
.one-nav-active:after { content: ""; display: inline-block; width: 24px; height: 4px; border-radius: 10px; background: #590303; position: absolute; left: 0; right: 0; bottom: 0; margin: auto;}
.two-nav-item { display: none; font-size: 12px; padding: 5px; text-align: left; background: #590303;}
.two-item-flex { display: flex;	flex-wrap: wrap;}
.two-item-flex div { width: 50%;}
.two-item-flex div a { display: block; height: 24px; line-height: 24px;}
.two-item-flex div img { margin-right: 5px;}

.nav2 { display: none; padding: 2px; background: #fff;}
.nav2 ul { display: flex; flex-wrap: wrap;}
.nav2 ul li { width: 20%; padding: 2px; box-sizing: border-box;}
.nav2 ul li a { display: block; cursor: pointer; padding: 6px 0; text-align: center; font-size: 12px; border-radius: 8px; color: #fff; background: #590303;}
.two-nav2 { width: 100%; max-width: 720px;}
.one-nav2-active { background: #e60012!important;}
.two-nav2-item { display: none; font-size: 12px; padding: 5px; background: #fff;}
.two-item-flex { display: flex;	flex-wrap: wrap;}
.two-item-flex div { width: 50%;}
.two-item-flex div a { display: block; height: 24px; line-height: 24px;}
.two-item-flex div img { margin-right: 5px;}

.kaij{ height: 75px; padding: 5px; box-sizing: border-box; background: #fff;}

#topfix { width: 100%; max-width: 720px;}
#topfix[data-fixed="fixed"]{ position: fixed; top: 60px; left: 0; right: 0; margin: auto; box-shadow: 0 5px 10px rgba(0,0,0,.1);}
#topfix[data-fixed="fixed"] .nav2{ display: block;}

.top { width: 40px; height: 40px; display: block; background: url(../images/top.png) 0 0 no-repeat; background-size: 100% 100%; position:fixed; bottom: 80px; right: 10px; z-index: 1;}


.box { padding: 10px;}
.box-tit-img { padding: 10px 10px 0 10px;}
ul.list {}
ul.list li { padding-top: 8px;}
ul.list li a { display: block; height: 32px; line-height: 32px; padding: 0 12px 0 8px; border: solid 1px #ccc; border-radius: 10px; background: linear-gradient(to bottom, #fff, #eee); box-shadow: 0 2px 3px rgba(0,0,0,.1);}
ul.list li a:after { content: ""; display: inline-block; float: right; margin-top: 11px; width: 7px; height: 10px; background: url(../images/arrow.png) no-repeat; background-size: 100% 100%;}
ul.list li a img { margin-right: 5px;}
ul.list li a em { display: inline-block; height: 22px; line-height: 22px; margin-right: 5px; padding: 0 8px; font-style: normal; color: #fff; font-size: 12px; border-radius: 20px; background: #590303;}

.listimg { display: flex;}
.listimg ul { flex: 1;}
.listimg ul:nth-child(1) { padding-right: 5px;}
.listimg ul:nth-child(2) { padding-left: 5px;}
.listimg ul li { margin-bottom: 10px;}
.listimg ul li a { display: block; box-shadow: 0 3px 8px rgba(0,0,0,.1); border-radius: 5px;}
.listimg ul li a img { width: 100%; border-radius: 5px;}
.listimg ul li a p { padding: 5px; text-align: center;}
.imgmore { text-align: center;}
.imgmore a { display: block; height: 32px; line-height: 32px; padding: 0 12px 0 8px; color: #fff; border-radius: 10px; background: #590303;}

.box-tit { margin-bottom: 10px; text-align: center; font-size: 18px; font-weight: bold; color: #f922ce;}
.box-tit:before { vertical-align: middle; content: ""; display: inline-block; width: 67px; height: 19px; margin-right: 5px; background: url(../images/line-l.png) no-repeat; background-size: 100% 100%;}
.box-tit:after { vertical-align: middle; content: ""; display: inline-block; width: 67px; height: 19px; margin-left: 5px; background:  url(../images/line-r.png) no-repeat; background-size: 100% 100%;}


.box-tita { margin-bottom: 10px; text-align: center; font-size: 18px; font-weight: bold; color: #ff0000;}
.box-tita:before { vertical-align: middle; content: ""; display: inline-block; width: 67px; height: 19px; margin-right: 5px; background: url(../images/line-l.png) no-repeat; background-size: 100% 100%;}
.box-tita:after { vertical-align: middle; content: ""; display: inline-block; width: 67px; height: 19px; margin-left: 5px; background:  url(../images/line-r.png) no-repeat; background-size: 100% 100%;}

.tablecss{}
.tablecss th { padding: 5px; color: #fff; font-weight: normal; border: solid 1px #0c62ce; background: #590303;}
.tablecss td { padding: 5px; text-align: center; border: solid 1px #cccccc;}
.tablecss td span { color: #f00; background: #ff0;}
.tablecss td.txt-l { text-align: left;}
.tablecss td.tdlink { background: #f00; color: #ff0; font-weight: bold;}
.tablecss td.tdlink a { text-decoration: underline;}

.footer { padding: 10px 0; text-align: center; font-size: 12px; background: #f5f5f5;}

.detail { padding: 10px;}
.big-tit { padding: 10px 0 10px 0; font-size: 19px; }
.qingchu { padding: 5px 0; font-size: 15px; color: #f922ce; border-top: solid 1px #ccc; border-bottom: solid 1px #ccc;}
.neirong-txt { margin: 5px 0; font-size: 18px; font-weight: bold; font-family: "宋体";}
.neirong-txt p { padding: 3px 0;}

.neirong-table { border: 0; font-size: 18px; font-weight: bold; font-family: "宋体";}
.neirong-table td { padding: 5px 0; border: 0; border-bottom: solid 1px #ccc;}