@charset"UTF-8";
a, body, div, footer, h1, h2, h3, h4, h5, h6, header, html, i, img, menu, nav, p, ul {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

* {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
    /* For some Androids */
}

*, :after, :before {
    box-sizing: border-box;
}

a {
    text-decoration: none;
    color: #000;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    transition: color .1s ease;
}

img {
    vertical-align: middle;
}

li {
    list-style: none;
}

html {
    overflow-x: hidden;
    font-size: 62.5%
}

body {
    color: #000;
    min-height: 560px;
    font-size: 16px;
    position: relative;
    background-color: #fff;
    font-family: microsoft yahei;
    overflow-x: hidden;
}

header {
    width: 100%;
    height: 60px;
    background: #ff5a5e;
    box-shadow: 0 5px 13px rgba(0, 0, 0, .1);
    position: fixed;
    z-index: 9999;
    top: 0;
}

.header {
    max-width: 750px;
    width: 100%;
    margin: 0 auto;
}

.header .nav {
    max-width: 100%;
    display: -webkit-box;
}

.header .nav li {
    width: 100%;
    font-size: 16px;
    line-height: 60px;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.header .nav li:first-child:nth-last-child(2), .header .nav li:first-child:nth-last-child(2)~li {
    width: 50%;
}

.header .nav li:first-child:nth-last-child(3), .header .nav li:first-child:nth-last-child(3)~li {
    width: 33.33%;
}

.header .nav li:first-child:nth-last-child(4), .header .nav li:first-child:nth-last-child(4)~li {
    width: 25%;
}

.header .nav li:first-child:nth-last-child(5), .header .nav li:first-child:nth-last-child(5)~li {
    width: 20%;
}

.header .nav li:first-child:nth-last-child(6), .header .nav li:first-child:nth-last-child(6)~li {
    width: 16.66%;
}

.header .nav li:first-child:nth-last-child(7), .header .nav li:first-child:nth-last-child(7)~li {
    width: 14.28%;
}

.header .nav li:first-child:nth-last-child(8), .header .nav li:first-child:nth-last-child(8)~li {
    width: 12.5%;
}

.header .nav li:first-child:nth-last-child(9), .header .nav li:first-child:nth-last-child(9)~li {
    width: 11.11%;
}

.header .nav li:first-child:nth-last-child(10), .header .nav li:first-child:nth-last-child(10)~li {
    width: 10%;
}

.header .nav li:before {
    color: #fff;
    margin: 0 5px 0 0
}

.header .nav li:hover {
    background-color: rgba(255, 255, 255, .8);
}

.header .nav li:hover:before {
    color: #ff5a5e;
}

.header .nav li:hover a {
    color: #ff5a5e;
}

.header .nav li a {
    font-size: 16px;
    color: #fff;
    font-weight: bold;
}

.doume {
    -webkit-animation: tada 1s .2s ease both infinite;
    -moz-animation: tada 1s .2s ease both infinite;
}

@-webkit-keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }
    40% {
        -webkit-transform: perspective(400px) rotateY(-10deg)
    }
    70% {
        -webkit-transform: perspective(400px) rotateY(10deg)
    }
    100% {
        -webkit-transform: perspective(400px) rotateY(0deg);
        opacity: 1
    }
}

@-moz-keyframes flipInY {
    0% {
        -moz-transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }
    40% {
        -moz-transform: perspective(400px) rotateY(-10deg)
    }
    70% {
        -moz-transform: perspective(400px) rotateY(10deg)
    }
    100% {
        -moz-transform: perspective(400px) rotateY(0deg);
        opacity: 1
    }
}

@-webkit-keyframes tada {
    0% {
        -webkit-transform: scale(1)
    }
    10%, 20% {
        -webkit-transform: scale(0.9) rotate(-3deg)
    }
    30%, 50%, 70%, 90% {
        -webkit-transform: scale(1.1) rotate(3deg)
    }
    40%, 60%, 80% {
        -webkit-transform: scale(1.1) rotate(-3deg)
    }
    100% {
        -webkit-transform: scale(1) rotate(0)
    }
}

@-moz-keyframes tada {
    0% {
        -moz-transform: scale(1)
    }
    10%, 20% {
        -moz-transform: scale(0.9) rotate(-3deg)
    }
    30%, 50%, 70%, 90% {
        -moz-transform: scale(1.1) rotate(3deg)
    }
    40%, 60%, 80% {
        -moz-transform: scale(1.1) rotate(-3deg)
    }
    100% {
        -moz-transform: scale(1) rotate(0)
    }
}

.light {
    background-image: -webkit-linear-gradient(left, #FFFFBD, #E7A138 16.66%, #EDB63C 33.33%, #FFFFBD 50%, #E7A138 66.66%, #EDB63C 83.33%, #FFFFBD);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    color: transparent;
    background-size: 200% 100%;
    animation: light 2s linear infinite;
}

@keyframes light {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: -100% 0;
    }
}

@keyframes move {
    0% {
        transform: rotate(0deg)
    }
    100% {
        transform: rotate(360deg)
    }
}

main {
    max-width: 750px;
    width: 100%;
    margin: 60px auto 0;
}

.adds {
    width: 100%;
    height: auto;
}

.adds a {
    display: block;
}

.adds.foot {
    margin: 10px auto 0
}

.adds img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
}

.form {
    width: 100%;
    background: #f8f8f8;
    border-radius: 0 0 5px 5px;
    padding: 10px 5px;
}

.form h2 {
    font-size: 24px;
    font-weight: 600;
    line-height: 1;
    color: #fda206;
    white-space: nowrap;
}

.index, .show {
    padding: 10px;
    min-height: 160px;
}

.index.orther {
    margin: 0
}

.index .change {
    display: -webkit-box;
}

.index .change li {
    width: 100%;
    font-size: 16px;
    text-align: center;
    padding: 5px 0 10px;
    border-bottom: 1px solid #eee;
}

.change li:first-child:nth-last-child(2), .change li:first-child:nth-last-child(2)~li {
    width: 50%;
}

.change li:first-child:nth-last-child(3), .change li:first-child:nth-last-child(3)~li {
    width: 33.33%;
}

.change li:first-child:nth-last-child(4), .change li:first-child:nth-last-child(4)~li {
    width: 25%;
}

.change li:first-child:nth-last-child(5), .change li:first-child:nth-last-child(5)~li {
    width: 20%;
}

.index .change li.active {
    color: #ff5a5e;
    border-bottom: 2px solid #ff5a5e;
}

.index .cont {
    width: 100%;
    display: none;
}

.index .cont.active {
    display: flex;
    flex-wrap: wrap;
}

.index .cont-list {
    width: 20%;
    height: auto;
    margin: 15px 0 0;
    display: inline-block;
}

.index .cont-list a {
    width: 80%;
    display: block;
    margin: 0 auto
}

.app-img {
    overflow: hidden;
    border-radius: 20%;
    box-shadow: 0 5px 13px rgba(255, 90, 94, .5);
    margin: 0 auto
}

.app-img img, .show-img img {
    width: 100%;
    height: auto;
}

.app-img img:hover, .show-img img:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.app-content {
    width: 100%;
    height: 20px;
    text-align: center;
    margin: 10px auto;
}

.app-content h2 {
    color: #000;
    line-height: 20px;
    font-size: 14px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.app-down {
    width: 100%;
    height: 40px;
    background: #f8f8f8;
    border-radius: 20px;
    flex-shrink: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.app-down span {
    font-size: 15px;
    color: #ff5a5e;
}

.show .show-list {
    width: 100%;
    height: 120px;
    margin: 20px 0 0;
    display: flex;
}

.show-img, .show-content {
    display: inline-block;
    vertical-align: top;
    height: 120px;
}

.show-img {
    width: 120px;
    height: 120px;
    overflow: hidden;
    border-radius: 20%;
    box-shadow: 0 5px 13px rgba(255, 90, 94, .5);
    margin: 0 auto
}

.show-content {
    max-width: calc(100% - 140px);
    width: 100%;
    margin: 0 0 0 10px;
}

.show-content .show-mode {
    display: table;
    width: 100%
}

.show-content .show-mode .show-soure {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 160px);
    height: 90px;
    margin: 0 10px 0 0;
}

.show-content .show-mode .show-soure h1 {
    font-size: 28px;
    font-weight: bold;
    line-height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.show-content .show-mode .show-soure h3 {
    font-size: 20px;
    line-height: 40px;
    color: #848080;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.show-content .show-mode .show-down {
    display: inline-block;
    vertical-align: top;
    width: 150px;
    height: 56px;
    margin: 17px 0;
    float: right;
    background-color: #ff5a5e;
    border-radius: 30px;
    text-align: center;
}

.show-content .show-mode .show-down a {
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    line-height: 56px;
}

.show-content .show-mode .show-down a i {
    font-size: 20px;
    color: #fff;
    line-height: 56px;
    margin: 0 10px 0 0
}

.show-content h2.validity {
    width: 100%;
    font-size: 20px;
    color: #524f4f;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tool {
    width: 100%;
    padding: 10px 0;
    display: table;
}

.tool.orther {
    padding: 10px;
}

.tool h2 {
    display: inline-block;
    vertical-align: top;
    line-height: 30px;
    color: #000;
    font-size: 22px;
    font-weight: bold;
}

.tool h2::before {
    margin: 0 10px 0 0;
    content: '';
    display: inline-block;
    vertical-align: top;
    width: 8px;
    height: 30px;
    border-radius: 10px;
    background: #ff554c;
}

.tool .more {
    display: inline-block;
    vertical-align: top;
    color: #909090;
    font-size: 14px;
    line-height: 20px;
    float: right;
}

.links {
    width: 100%;
    display: table;
    padding: 10px;
}

.links li {
    display: inline-block;
    vertical-align: top;
    margin: 0 15px 0 0;
    line-height: 2;
    white-space: nowrap;
}

.links li a {
    color: #000;
    font-size: 20px
}

.footer {
    width: 100%;
    padding: 20px 10px;
    color: #909090;
}

.footer p, .footer p a {
    color: #909090
}

.mode1 {
    width: 100%;
    padding: 40px;
    text-align: center;
}

.mode1-img {
    width: 100px;
    height: 100px;
    border-radius: 30%;
    margin: 0 auto;
    overflow: hidden;
}

.mode1-img img {
    width: 100%;
    height: auto;
}

.mode1-img img:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.mode1-title {
    line-height: 3;
    font-size: 14px;
}

.mode1-down {
    width: 100%;
    text-align: center;
}

.mode1-down a {
    display: block;
    max-width: 300px;
    width: 100%;
    height: 40px;
    font-size: 16px;
    line-height: 40px;
    background: #ff5a5e;
    color: #fff;
    border-radius: 20px;
    margin: 0 auto;
}

.mode1-down a i {
    font-size: 20px!important;
    color: #fff!important;
    display: inline-block;
    vertical-align: top;
    margin-right: 5px;
}

.mode2 {
    width: 100%;
    margin: 0 auto 40px;
    padding: 20px;
}

.mode2 h2 {
    line-height: 1;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    border-width: 0 0 0 3px;
    border-style: solid;
    border-color: #ff5a5e;
    letter-spacing: 1px;
    padding-left: 15px;
    text-transform: uppercase;
    margin: 0 auto 10px;
}

.mode2 p {
    line-height: 1.5;
    margin: 0 auto 10px;
}

.mode3 {
    width: 100%;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .05);
    border: 1px solid #eee;
}

.mode3 p {
    line-height: 1.5;
    font-size: 14px;
    color: #909090;
}

#kong {
    width: 100%;
    text-align: center;
    padding: 50px 0;
}

#kong i {
    font-size: 30px!important;
    color: #909090!important;
}

#kong p {
    font-size: 14px;
    color: #909090;
    line-height: 2;
}

#pagination {
    width: 100%;
    text-align: center;
    margin: 10px auto;
    color: #ccc;
    font-size: 14px;
}

#pagination a {
    padding: 4px 10px;
    background: #ccc;
    font-size: 12px;
    border-radius: 5px;
    color: #fff;
}

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

@media screen and (max-width: 650px) {
    .index .cont-list {
        width: 25%;
    }
}

@media screen and (max-width: 550px) {
    .header .nav li:before {
        display: none
    }
    .header .nav li a {
        font-weight: normal;
    }
    .form h2 {
        font-size: 16px;
    }
    .show .show-list {
        height: 100px;
    }
    .show-img {
        width: 100px;
        height: 100px;
    }
    .show-content {
        max-width: calc(100% - 120px);
    }
    .show-content .show-mode .show-soure {
        width: calc(100% - 130px);
        height: 70px;
    }
    .show-content .show-mode .show-soure h1 {
        font-size: 22px;
        line-height: 40px;
    }
    .show-content .show-mode .show-soure h3 {
        font-size: 18px;
        line-height: 30px;
    }
    .show-content .show-mode .show-down {
        width: 120px;
        height: 48px;
        margin: 11px 0;
    }
    .show-content .show-mode .show-down a {
        line-height: 48px;
        font-weight: normal
    }
    .show-content .show-mode .show-down a i {
        line-height: 48px;
        margin: 0 5px 0 0
    }
    .show-content h2.validity {
        font-size: 18px;
    }
}

@media screen and (max-width: 450px) {
    .app-down {
        height: 30px;
    }
    .tool h2 {
        font-size: 18px;
        line-height: 22px
    }
    .tool h2::before {
        margin: 0 5px 0 0;
        width: 5px;
        height: 22px;
    }
    .show .show-list {
        height: 80px;
    }
    .show-img {
        width: 80px;
        height: 80px;
    }
    .show-content {
        max-width: calc(100% - 100px);
    }
    .show-content .show-mode .show-soure {
        width: calc(100% - 110px);
        height: 56px;
    }
    .show-content .show-mode .show-soure h1 {
        font-size: 18px;
        line-height: 32px;
    }
    .show-content .show-mode .show-soure h3 {
        font-size: 16px;
        line-height: 24px;
    }
    .show-content .show-mode .show-down {
        width: 100px;
        height: 38px;
        margin: 9px 0;
    }
    .show-content .show-mode .show-down a {
        line-height: 38px;
        font-size: 15px;
    }
    .show-content .show-mode .show-down a i {
        line-height: 38px;
        font-size: 16px;
    }
    .show-content h2.validity {
        font-size: 16px;
        line-height: 24px
    }
    .links li a {
        font-size: 16px;
    }
}