@charset "utf-8";
/* CSS Document */
*{ margin: 0; padding: 0;}
input, select, button, textarea { margin: 0; padding: 0; vertical-align: middle; 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;}
:focus { outline: 0;}
table {	border-collapse: collapse; border-spacing: 0;}

.h10 { height: 10px; font-size: 0; line-height: 0; clear: both; background: #f5f5f5;}
.clear { clear: both;}

@media screen and (max-width:750px){ 
body { font-size: 14px; border: 0;}
.h10 { height: 6px;}
}

.header-index { display: flex; justify-content: space-between; align-items: center; width: 100%; max-width: 800px; height: 70px; padding: 0 10px; box-sizing: border-box; background: #fff; }
.header-index .logo {}
.header-index .logo img { width: auto; height: 50px;}
.header-index .header-l { width: 34px; height: 34px;}
.header-index .header-r { width: 34px; height: 34px;}
.header-index img { width: 100%; height: 100%; vertical-align: top;}
@media screen and (max-width:750px){ 
.header-index {  height: 40px;}
.header-index .logo img { height: 30px;}
.header-index .header-l { width: 24px; height: 24px;}
.header-index .header-r { width: 24px; height: 24px;}
}

.toplogo {}
.toplogo img { width: 100%; height: auto;}

.nav { width: 100%; max-width: 800px; padding: 4px; box-sizing: border-box; text-align: center; background: #fff;}
.nav ul { display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-around;}
.nav ul li { width: 20%; padding: 4px; box-sizing: border-box;}
.nav ul li a { display: block; height: 32px; line-height: 32px; color: #fff; border-radius: 32px; background: #5e0dbd;}
#nav[data-fixed="fixed"]{ box-shadow: 0 5px 10px rgba(0,0,0,.05); position: fixed; top:0; left: 0; right: 0; z-index: 9; margin: auto;}
@media screen and (max-width:750px){
.nav ul li { padding: 2px;}
.nav ul li a { height: 26px; line-height: 26px; font-size: 13px; }
}

.kjcj { padding: 10px 10px 0 10px;}
@media screen and (max-width:750px){
.kjcj { padding: 5px 5px 0 5px;}
}

.tit { height: 60px; line-height: 60px; color: #ff0; font-weight: bold; font-size: 24px; text-align: center; background: linear-gradient(to top, #4e00a6, #9200e2);}
@media screen and (max-width:750px){
.tit { height: 44px; line-height: 44px; font-size: 17px;}
}


.adpic img { width: auto; height: auto;}

.jzwz { padding: 5px; font-weight: bold; text-align: center; font-size: 18px; color: #000!important;}
@media screen and (max-width:750px){
.jzwz { font-size: 16px;}
.jzwz img { height: 16px;}
}

.footer { text-align: center; padding: 10px;}
.footer1 { font-weight: bold;}
.footer2 {}

.gotop { width: 40px; height: 40px; border-radius: 50%; background: url(../images/gotop.png) center center no-repeat; background-size: 100% auto; position: fixed; right: 12px; bottom: 55px; z-index: 99;}

/*----------------内页------------*/

header { display: flex; justify-content: space-between; align-items: center; width: 100%; max-width: 800px; height: 50px; padding: 0 10px; box-sizing: border-box; color: #fff; background: linear-gradient(to top, #4e00a6, #9200e2); position: fixed; left: 0; right: 0; top: 0; margin: auto; z-index: 9;}
header .header-back { width: 22px; height: 22px;}
header h1 { flex: 1; font-size: 20px;}
header .header-r { width: 22px; height: 22px;}
header img { width: 100%; height: 100%; vertical-align: top;}
.header-blank { clear: both; height: 50px;}
@media screen and (max-width:750px){ 
header {  height: 40px;}
header h1 { font-size: 18px;}
header .header-back { width: 18px; height: 18px;}
header .header-r { width: 18px; height: 18px;}
.header-blank { clear: both; height: 40px;}
}

.big-tit { padding: 15px 0; text-align: center;}
.big-tit h1 { line-height: 1.5; margin-bottom: 5px; font-size: 20px;}
.big-tits { color: #888; font-size: 16px;}
.big-con { padding: 15px 20px; font-size: 18px;}
@media screen and (max-width:750px){ 
.big-tit { padding: 10px 0;}
.big-tit h1 { margin-bottom: 5px; font-size: 16px;}
.big-tits { font-size: 14px;}
.big-con { padding: 5px 10px; font-size: 14px;}
}


.titBox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 2px;
}
.titBox div {
    font-size: 22px;
    font-weight: bold;
    height: 45px;
    line-height: 45px;
    text-align: center;
    background: #5acc82;
    flex: 0 0 49.5%;
    cursor: pointer;
    color: #FFFFFF;
}
.titBox .hover {
    color: #fff;
    /* background: linear-gradient(to top, #4e00a6, #9200e2); */
	background: linear-gradient(to top, #3ebc40, #090);
}


.czBox{
 display: flex;
 justify-content: space-between;
 align-items: center;
}
.czBox div{
padding: 10px 0;
text-align: center;
color: #fff;
font-size: 18px;
border-top: solid 5px #9200e2;
background: linear-gradient(to top, #4e00a6, #9200e2);
cursor: pointer;
flex: 0 0 20%;
}
.czBox .hover{
 background: #FFFFFF;
 color: #000000;
}