header {
    width: 100%;
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 400;
    height: 50px;
    line-height: 50px;
    background: linear-gradient(#ff6912, #ffcc00);
    box-sizing: border-box;
    color: #fff;
}

header a.back {
    background: url(../am/images/back.png) no-repeat center;
    background-size: 50% 50%;
    color: #fff;
    position: absolute;
    z-index: 2;
    display: inline-block;
    width: 30px;
    height: 50px;
    padding: 0 .36rem;
}

header h1 {
    position: absolute;
    left: 0;
    top: 0;
    height: 50px;
    width: 100%;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
}

a {
    color: #101010;
    text-decoration: none;
}

em,
i {
    font-style: normal;
}

#app {
    max-width: 1024px;
    margin: 50px auto 0 auto;
}

.headbox {
    height: 1.6rem;
    line-height: 1.6rem;
    width: 100%;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-box;
    box-sizing: border-box;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: space-around;
    font-size: 1rem;
    margin-bottom: .1rem;
}

.headbox div {
    -moz-box-flex: 1;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    height: 100%;
    width: 33.333%;
    color: #000;
    box-sizing: border-box;
}

.menubtn {
    text-align: right;
}

.logo_view a {
    height: 100%;
    padding: 0 .2rem;
    background: #feff1a;
    border: 1px solid #ff770f;
}

.five_box {
    text-align: center;
}

.headbox .xiala {
    display: inline-block;
    color: #030303;
    width: 0;
    height: 0;
    border-left: .3rem solid transparent;
    border-right: .3rem solid transparent;
    border-top: .6rem solid #636363;
    position: relative;
    margin-right: .4rem;
}

#app .headbox .qiBox {
    font-size: 1rem;
    line-height: 1.6rem;
    height: 1.6rem;
    background: #feff1a;
    border: 1px solid #ff6e00;
}

#app .ti {
    display: flex;
    border: 1px solid #ff840d;
    color: #fff;
    flex-wrap: wrap;
    justify-content: space-around;
}

#app .ti li {
    width: 24%;
    list-style: none;
    text-align: center;
    background: linear-gradient(#ffaa17, #ff3919);
    margin: 2px 0;
    padding: .1rem 0;
}

#app .ti .active {
    background: #fff;
    color: #ff0000;
    font-weight: 900;
}

.tj table {
    width: 96%;
    margin: 2% auto;
    border: 4px groove #ff9e0d;
    border-collapse: collapse;
}

.tj table thead {
    background: #ff0;
    color: #f00;
}

th,
tr {
    font-weight: 500;
    padding: .3rem 0;
    border: 1px solid;
}

.pm div {
    width: 16%;
    list-style: none;
    text-align: center;
    background: #ff8218;
    margin: 2px 0;
    padding: .1rem 0;
}