@charset "utf-8"; * {
    margin: 0;
    padding: 0
}

body {
    width: 100%;
    max-width: 800px;
    min-height: 100vh;
    margin: 0 auto;
    line-height: 1.75;
    font-size: 16px;
    font-family: ËÎÌå;
    word-break: break-all;
    word-wrap: break-word;
    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 {
    vertical-align: middle
}

a {
    text-decoration: none;
    color: inherit
}

: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
    }

    .h10 {
        height: 6px
    }
}

.nav1 {
    padding: 15px 0 10px;
    text-align: center
}

.nav1 ul {
    display: flex;
    justify-content: space-around
}

.nav1 ul li {
}

.nav1 ul li img {
    width: 60px;
    height: 60px
}

.nav1 ul li p {
    padding-top: 5px
}

@media screen and (max-width: 750px) {
    .nav1 ul li img {
        width:40px;
        height: 40px
    }
}

.ifrAo {
    height: 170px
}

@media screen and (max-width: 800px) {
    .ifrAo {
        height:160px
    }
}

@media screen and (max-width: 650px) {
    .ifrAo {
        height:150px
    }
}

@media screen and (max-width: 530px) {
    .ifrAo {
        height:130px
    }
}

@media screen and (max-width: 480px) {
    .ifrAo {
        height:120px
    }
}

@media screen and (max-width: 430px) {
    .ifrAo {
        height:110px
    }
}

.nav2 {
    width: 100%;
    max-width: 800px;
    padding: 4px;
    box-sizing: border-box;
    text-align: center;
    background: #fff
}

.nav2 ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around
}

.nav2 ul li {
    width: 20%;
    padding: 4px;
    box-sizing: border-box
}

.nav2 ul li a {
    display: block;
    height: 36px;
    line-height: 36px;
    color: #fff;
    border-radius: 36px;
    background: #f93
}

#nav2[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) {
    .nav2 ul li {
        padding:2px
    }

    .nav2 ul li a {
        height: 26px;
        line-height: 26px;
        font-size: 13px
    }
}

.h10 {
    height: 10px;
    clear: both;
    font-size: 0;
    left: 0;
    overflow: hidden
}

@media screen and (max-width: 800px) {
    .h10 {
        height:5px
    }
}

.box {
    border: solid 1px #ddd;
    border-radius: 5px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 2px 5px rgba(0,0,0,.2)
}

@media screen and (max-width: 800px) {
    .box {
        padding:0;
        margin: 0 0
    }
}

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

#tabyoumo {
    padding: 10px
}

#tabyoumo .Menubox {
    margin-bottom: 10px;
    text-align: center;
    font-weight: 700;
    font-size: 24px;
    color: #f66
}

#tabyoumo .Menubox ul {
    display: flex;
    border-radius: 5px;
    border: solid 2px #f66
}

#tabyoumo .Menubox li {
    width: 50%;
    padding: 5px 0;
    box-sizing: border-box;
    cursor: pointer
}

#tabyoumo .Menubox li.hover {
    color: #fff;
    background: #f66
}

#tabyoumo .Contentbox {
}

.tabyoumo-txt {
}

.tabyoumo-txt font {
    color: red;
    font-weight: 700
}

.tabyoumo-txt2 {
    font-size: 24px;
    color: red;
    text-align: center;
    font-weight: 700
}

.tabyoumo-txt2 a {
    background: #ff0
}

.tabyoumo-pic {
    padding-top: 10px;
    text-align: center
}

.tabyoumo-pic video {
    max-width: 100%
}

@media screen and (max-width: 750px) {
    #tabyoumo .Menubox {
        font-size:18px
    }

    #tabyoumo .Menubox ul {
        border-width: 1px
    }

    #tabyoumo .Menubox li {
        padding: 3px 0
    }

    .tabyoumo-txt2 {
        font-size: 18px
    }
}

header {
    width: 100%;
    max-width: 800px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    text-align: center;
    background-image: linear-gradient(to top,#cd3838,#df0909);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: auto
}

header h3 {
    font-size: 20px
}

header .return {
    position: absolute;
    top: 0;
    left: 0
}

header .return a {
    padding: 0 15px
}

@media screen and (max-width: 750px) {
    header h3 {
        font-size:18px
    }
}

.big-tit {
    padding: 15px;
    text-align: center;
    border-bottom: solid 1px #ddd
}

.big-tit h2 {
    font-size: 24px
}

.big-tit p {
    padding-top: 5px
}

.big-con {
    padding: 15px;
    font-size: 20px
}

.big-tit {
}

.big-tit {
}

.big-tit {
}

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

    .big-tit h2 {
        font-size: 18px
    }

    .big-tit p {
        padding-top: 3px
    }

    .big-con {
        padding: 10px;
        font-size: 16px
    }
}

.gsb-list {
    font-size: 16px
}

.gsb-list ul {
}

.gsb-list ul li {
    border-bottom: solid 1px #ddd
}

.gsb-list ul li:last-child {
    border-bottom: 0
}

.gsb-list ul li a {
    display: flex;
    align-items: center;
    padding: 5px
}

.gsb-list ul li .gsb-ico {
    margin-right: 10px
}

.gsb-list ul li .gsb-ico span {
    padding: 0 10px;
    text-align: center;
    color: #fff;
    display: inline-block;
    background: #cd3838;
    border-radius: 5px
}

.gsb-list ul li .gsb-txt {
    flex: 1;
    font-size: 20px;
    font-weight: 700
}

.gsb-list ul li .gsb-zz {
    color: #888
}

@media screen and (max-width: 800px) {
    .gsb-list {
        font-size:14px
    }

    .gsb-list ul li .gsb-ico span {
        padding: 0 6px
    }

    .gsb-list ul li .gsb-txt {
        font-size: 18px
    }
}

.footer {
    padding: 10px 0;
    text-align: center
}

.list2 {
}

.list2 th {
    height: 40px;
    color: #fff;
    font-weight: 700;
    text-align: center;
    border: solid 1px #f16000;
    background: #ff6c05
}

.list2 td {
    height: 35px;
    text-align: center;
    border: solid 1px #ddd
}

.white-box {
    border: solid 1px #ddd;
    border-radius: 2px;
    background: #fff;
    box-shadow: 0 2px 2px rgba(0,0,0,.1)
}

.mt10 {
    margin-top: 4px
}

@media screen and (max-width: 800px) {
    .cgi-wrap {
        padding:0 5px
    }

    .mt10 {
        margin-top: 5px
    }
}
