@charset "utf-8";
/* CSS Document */
*{ margin: 0; padding: 0; word-break: break-all; word-wrap: break-word; box-sizing: border-box;}
html { }
body { line-height: 1.5; font-size: 15px; font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "å¾®è½¯é›…é»‘", Arial, sans-serif; background: #006400;}
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 #00ffe2; border-right: solid 2px #00ffe2; 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(#000000,#00e079, #057748);}
.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(#000000,#00e079, #057748);}
.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;}

.download66 {
            position: fixed;
            left: 0px;
            right: 0px;
            width: 100%;
            max-width: 730px;
            height: 50px;
            bottom: 0px;
            background-color: rgba(0, 0, 0, .7);
            z-index: 999;
            margin-left: auto;
            margin-right: auto;
            text-align: center;
        }

            .download66 p {
                font-size: 1rem;
                font-weight: 700;
                color: #fff;
                line-height: 54px;
            }

            .download66 .btn {
                height: 40px;
                line-height: 40px;
                width: 70px;
                text-align: center;
                background-color: #ec0909;
                position: absolute;
                right: 10px;
                bottom: 0;
                top: 0;
                margin: auto;
                font-size: 14px;
                border: none;
                border-radius: 5px;
                padding: 0;
                color: #fff;
            }

            .download66 i.close {
                display: block;
                position: absolute;
                top: 5px;
                left: 12px;
                height: 40px;
                width: 40px;
            }