<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/*框架预览 CSS*/
.mkeBody {
    background: #121212;
}

.mkeHeadBox {
    padding: 30px 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0;
    color: #fff;
    text-align: center;
    overflow: hidden;
    border-bottom: 3px solid #666;
    box-shadow: inset 0 -2px 3px #000000;
    letter-spacing: 1px;
    font: 26px/26px "微软雅黑";
}

.mkeFooterBox {
    padding: 25px 10px;
    text-overflow: ellipsis;
    margin: 0;
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    overflow: hidden;
    border-top: 3px solid #666;
    box-shadow: inset 0 2px 3px #000000;
}

.mkeContentBox {
    background: #fff;
    padding: 50px 0 50px 0
}

.mkeContentBox:after {
    height: 0;
    clear: both;
}

.mkeFooterBox p, .mkeFooterBox div {
    padding: 0;
    margin: 0;
    line-height: 26px;
    font-size: 14px;
}

.mkeFooterBox a {
    color: #fff;
    white-space: nowrap
}

.mkeButton {
    background: #F36;
    display: inline-block;
    text-decoration: none;
    width: 102px;
    border-radius: 0.3em;
    transition: all 0.3s ease
}

.mkeButton:hover {
    background: #FF1550;
}

.mkeURL {
    font-size: 24px;
}

.mkeFooterBox .mKeBannerAD {
    width: 728px;
    height: 90px;
    margin: 18px auto 0;
}

.mkeFooterBox .mSmallKeBannerAD {
    display: none;
}

@media only screen and (max-width: 900px) {
    .mkeButton {
        display: block;
        margin: 8px auto 0;
    }
}

@media only screen and (max-width: 767px) {
    .mkeHeadBox {
        font-size: 18px;
        padding: 15px 10px;
    }

    .mkeFooterBox p, .mkeFooterBox div {
        line-height: 24px;
        font-size: 12px;
    }

    .mkeURL {
        font-size: 22px;
    }

    .mkeFooterBox .mKeBannerAD {
        display: none;
    }

    .mkeFooterBox .mSmallKeBannerAD {
        width: 300px;
        height: 250px;
        margin: 18px auto 0;
        display: block;
    }
}

/*End*/

/*主要CSS*/

#header {
    background-color: #3f8dbf;
    float: left;
    width: 100%;
    height: 50px;
    color: rgba(255, 255, 255, 1);
    line-height: 50px;
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 1;
}

#header a {
    color: rgba(255, 255, 255, 1);
    text-decoration: none;
    display: block;
    font-size: 15px;
}

#header-left {
    float: left;
    height: 50px;
}

#header-left:hover #header-left-icon {
    background-color: #3F8DBF;
}

#header-left:hover #header-left-text {
    background-color: #599BC8;
}

#header-left-icon {
    float: left;
    height: 50px;
    width: 50px;
    text-align: center;
    background-color: #35759F;
    -webkit-transition: background 0.5s;
    -moz-transition: background 0.5s;
    -o-transition: background 0.5s;
    transition: background 0.5s;
}

#header-left-icon a {
    font-size: 25px;
}

#header-left-text {
    float: left;
    height: 50px;
    -webkit-transition: background 0.5s;
    -moz-transition: background 0.5s;
    -o-transition: background 0.5s;
    transition: background 0.5s;
}

#header-left-text a {
    padding-left: 20px;
    padding-right: 20px;
}

#header-right {
    float: right;
    height: 50px;
}

#header-right:hover #header-right-icon {
    background-color: #3F8DBF;
}

#header-right:hover #header-right-text {
    background-color: #599BC8;
}

#header-right-icon {
    float: right;
    height: 50px;
    width: 50px;
    text-align: center;
    background-color: #35759F;
    -webkit-transition: background 0.5s;
    -moz-transition: background 0.5s;
    -o-transition: background 0.5s;
    transition: background 0.5s;
}

#header-right-text {
    float: right;
    height: 50px;
    -webkit-transition: background 0.5s;
    -moz-transition: background 0.5s;
    -o-transition: background 0.5s;
    transition: background 0.5s;
}

#header-right-text a {
    padding-right: 20px;
    padding-left: 20px;
}

.wrapper {
    width: 100%;
    float: left;
}

.wrapper-inner {
    width: 1100px;
    margin-right: auto;
    margin-left: auto;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Chrome/Safari/Opera */
    -khtml-user-select: none; /* Konqueror */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE/Edge */
    user-select: none;
    /* non-prefixed version, currently
                           not supported by any browser */
}

.wrapper-inner-buttons {
    width: 100%;
    float: left;
    text-align: center;
}

.wrapper-inner-buttons a {
    background-color: #3f8dbf;
    line-height: 35px;
    padding-right: 15px;
    padding-left: 15px;
    margin: 10px;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    color: #FFFFFF;
    -webkit-transition: background 0.5s;
    -moz-transition: background 0.5s;
    -o-transition: background 0.5s;
    transition: background 0.5s;
    border-radius: calc(35px / 2);
}

.wrapper-inner-buttons a.current {
    background-color: #f5d76e;
    color: #d35400;
}

.wrapper-inner-buttons a:hover {
    background-color: #35759F;
    color: #fff;
}

.mobile {
    width: 100%;
    float: left;
    margin-top: 50px;
}
.mobile-inner .mobilenav{
	background:#fff;
	display: flex;
	justify-content: space-between;
}
.mobile-inner .mobilenav .mobile-inner-header-icon-out span,.mobile-inner .mobilenav .mobile-inner-header-icon span{
	background:#e91b05;
}
.mobile-inner {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}

.mobile-inner img {
    width: 100%;
    margin-bottom: 30px;
}

.mobile-inner p {
    color: #676767;
    line-height: 25px;
    font-size: 16px;
    padding-bottom: 30px;
    padding-right: 30px;
    padding-left: 30px;
    margin: 0px;
}

.mobile-inner-header {
    width: 100%;
    height: 50px;
    position: absolute;
    top: 0px;
    left: 0px;
}

.mobile-inner-header-icon {
    color: #ffffff;
    height: 50px;
    font-size: 25px;
    text-align: center;
    float: right;
    width: 50px;
    position: relative;
    -webkit-transition: background 0.5s;
    -moz-transition: background 0.5s;
    -o-transition: background 0.5s;
    transition: background 0.5s;
}

.mobile-inner-header-icon:hover {
    background-color: rgba(255, 255, 255, 0.2);
    cursor: pointer;
}

.mobile-inner-header-icon span {
    position: absolute;
    left: calc((100% - 25px) / 2);
    top: calc((100% - 1px) / 2);
    width: 25px;
    height: 1px;
    background-color: rgba(255, 255, 255, 1);
}

.mobile-inner-header-icon span:nth-child(1) {
    transform: translateY(4px) rotate(0deg);
}

.mobile-inner-header-icon span:nth-child(2) {
    transform: translateY(-4px) rotate(0deg);
}

.mobile-inner-header-icon-click span:nth-child(1) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: clickfirst;
}

.mobile-inner-header-icon-click span:nth-child(2) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: clicksecond;
}

@keyframes clickfirst {
    0% {
        transform: translateY(4px) rotate(0deg);

    }

    100% {
        transform: translateY(0) rotate(45deg);
    }
}

@keyframes clicksecond {
    0% {
        transform: translateY(-4px) rotate(0deg);
    }

    100% {
        transform: translateY(0) rotate(-45deg);
    }
}

.mobile-inner-header-icon-out span:nth-child(1) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: outfirst;
}

.mobile-inner-header-icon-out span:nth-child(2) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: outsecond;
}

@keyframes outfirst {
    0% {
        transform: translateY(0) rotate(-45deg);
    }

    100% {
        transform: translateY(-4px) rotate(0deg);
    }
}

@keyframes outsecond {
    0% {
        transform: translateY(0) rotate(45deg);
    }

    100% {
        transform: translateY(4px) rotate(0deg);
    }
}

.mobile-inner-nav {
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    position: absolute;
    top: 50px;
    left: 0px;
    display: none;
}

.mobile-inner-nav a {
    text-decoration: none;
    width: 100%;
    padding:0 10%;
    color: #FFFFFF;
    font-weight: 300;
	display: flex;
	align-items: center;
	height:50px;
	border-bottom:1px solid #9b9999;
}.mobile-inner-nav a.mobile-inner-title{	border-bottom:none;	padding:0;}
.mobile-inner-nav a:last-child{
	border-bottom:none;
}
.mobile-inner-nav a:hover {
   
}


.sdbg {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 90%;
	margin: 0 auto;
}

@-webkit-keyframes bounceInLeft {
    from, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }

    from {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0);
    }

    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }

    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0);
    }

    to {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes bounceInLeft {
    from, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }

    from {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0);
    }

    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }

    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0);
    }

    to {
        -webkit-transform: none;
        transform: none;
    }
}</pre></body></html>