* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: -apple-system, BlinkMacSystemFont, segoe ui, Roboto, helvetica neue, Arial, noto sans, sans-serif, apple color emoji, segoe ui emoji, segoe ui symbol, noto color emoji;
}

html,
body {
    -webkit-tap-highlight-color: transparent;
    width: 100%;
    height: 100%;
}

body {
    -webkit-tap-highlight-color: transparent;
    position: relative;
}

ul,
ol {
    list-style: none;
}

a {
    -webkit-tap-highlight-color: transparent;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 500;
}

button {
    -webkit-tap-highlight-color: transparent;
    border: none;
    outline: none;
}

div,
i {
    -webkit-tap-highlight-color: transparent;
}

input[type="search"] {
    -webkit-appearance: none;
}

body {
    background-color: #FFEB3B;
    /* background: linear-gradient(135deg,#c4ffc2 0%,#00ffe4 100%) */
    max-width: 31.25rem;
    margin: 0 auto;
}

.header-top {
    width: 100%;
    margin: 0 auto;
    position: relative;
    display: flex;
    align-items: center;
}

.header-top>img {
    margin: .6rem 1rem;
    width: 3rem;
    height: 2.5rem;
}

.header-top>a>img {
    width: 85%;
    /* height: .7rem; */
    color: #000;
    font-weight: bold;
    margin: 5px 0 0 0px;
}

.header-top>.btn-history {
    width: 0.56rem;
    height: 0.56rem;
    display: flex;
    position: absolute;
    top: 0.3rem;
    right: 0.3rem;
}

.header-top>.btn-history>img {
    width: 100%;
    height: 100%;
}

.head-img {
    background: none;
    margin: 0 auto;
    width: 80%;
}

.form-search {
    width: 347px;
    height: 40px;
    margin: 0 auto;
    position: relative;
}

.form-search>.ipt-search {
    color: #000;
    background-color: #000fff1a;
    border: 1px solid #181a20;
    border-radius: 7px;
    width: 100%;
    height: 40px;
    padding: 0 40px 0 20px;
    position: absolute;
}

.form-search .btn-search {
    justify-content: center;
    align-items: center;
    width: 21px;
    height: 21px;
    display: flex;
    position: absolute;
    top: 10px;
    right: 17px;
}

.form-search .icon-search {
    background: url("../images/search.png") center / 100% no-repeat;
    background-size: 100%;
    width: 21px;
    height: 21px;
    display: block;
}

.title {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 347px;
    height: 30px;
    margin: 15px auto;
    line-height: 30px;
    display: flex;
    position: relative;
}

.title:before {
    content: "";
    background-color: #000;
    border-radius: 7px;
    width: 5px;
    height: 28px;
    position: absolute;
    top: 0;
    left: 0;
}

.title .lf {
    flex-direction: row;
    align-items: center;
    margin-left: 10px;
    display: flex;
}

.title .lf>span {
    color: #000;
    font-size: 21px;
    display: block;
}

.title .icon {
    width: 28px;
    height: 28px;
    margin-right: 10px;
}

.title>a {
    align-items: center;
    height: 28px;
    display: flex;
}

.title>a>span {
    color: #000;
    font-size: 21px;
    display: block;
}

.footer {
    box-shadow: none;
    border-radius: 7px;
    width: 347px;
    margin: 40px auto 0;
}

.footer a {
    margin: 0 auto;
    display: flex;
}

.ft-img {
    width: 347px;
    height: 100%;
    margin: 0 auto;
}

.footer .ft-txt {
    color: #000;
    text-align: center;
    width: 100%;
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 14px;
    text-decoration: none;
    display: block;
}

.ft-nav {
    background-color: #0000;
    border-radius: 0.2rem;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 347px;
    margin: 0 auto;
    display: flex;
}

.ft-nav a {
    color: #292f52;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
}

.ft-nav span {
    color: #000;
    width: 1rem;
    height: 28px;
    overflow: hidden;
}

.ft-list {
    background-color: #303137;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 375px;
    height: 73px;
    padding: 0 33px;
    display: flex;
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.ft-list>a {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
}

.ft-list>a>.img {
    width: 28px;
    height: 28px;
}

.ft-list>a>.txt {
    color: #000;
    margin-top: 5px;
    font-size: 10px;
}

.ft-list .ft-active>.txt {
    color: #FA5900;
    margin-top: 5px;
    font-size: 10px;
}

.empty {
    width: 100%;
    height: 20px;
}

.adv {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 6.94rem;
    margin: 0 auto;
    display: flex;
}

.adv p {
    text-align: center;
    width: 100%;
    margin: 0.3rem 0;
    font-size: 0.3rem;
}

.adv-float {
    z-index: 999;
    justify-content: center;
    width: 100%;
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
}

.lazyLoad {
    background: url("../images/default.png") center / 100% no-repeat;
    background-size: 100%;
}

.adv {
    flex-direction: column;
    align-items: center;
    width: 100%;
    display: flex;
}

.adv p {
    text-align: center;
    color: #000;
    width: 100%;
    margin: 20px 0;
    font-size: 20px;
}

.start-progress {
    display: none;
    width: 90%;
    height: 1.8rem;
    line-height: 1.33333rem;
    margin: .26667rem auto;
    color: #000;
    background-color: #000;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    align-items: center;
}

.loaders {
    display: flex;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    font-size: 0;
    margin-right: 10px;
}

.ball-pulse>div {
    width: 15px;
    height: 15px;
    border-radius: 100%;
    margin: 2px;
}

.ball-pulse>div:nth-child(1) {
    -webkit-animation: scale .75s -.24s infinite cubic-bezier(.2, .68, .18, 1.08);
    animation: scale .75s -.24s infinite cubic-bezier(.2, .68, .18, 1.08);
    display: inline-block;
}

.ball-pulse>div:nth-child(2) {
    -webkit-animation: scale .75s -.12s infinite cubic-bezier(.2, .68, .18, 1.08);
    animation: scale .75s -.12s infinite cubic-bezier(.2, .68, .18, 1.08);
    display: inline-block;
}

.ball-pulse>div:nth-child(3) {
    -webkit-animation: scale .75s 0s infinite cubic-bezier(.2, .68, .18, 1.08);
    animation: scale .75s 0s infinite cubic-bezier(.2, .68, .18, 1.08);
    display: inline-block;
}

@-webkit-keyframes scale {
    0%,
    80% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
    45% {
        -webkit-transform: scale(.1);
        transform: scale(.1);
        opacity: .7
    }
}

.dialog {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 200;
    display: none;
}

.footer-bt {
    width: 100%;
    margin: 1rem auto;
}

.footer-bt a {
    display: block;
    width: 6.94rem;
    margin: 0 auto;
}

.ft-img {
    width: 6.94rem;
    height: 100%;
    margin: 0 auto;
}

.footer-bt .txts {
    width: 100%;
    color: #000;
    font-size: 1rem;
    text-align: center;
    margin-bottom: 0.2rem;
    display: block;
    margin-top: 0.5rem;
}

.ft-nav {
    /* width:6.94rem; */
    height: 2.3rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 0.2rem;
}

.ft-nav a {
    color: #000;
    font-size: 1rem;
    font-weight: bold;
    text-align: center;
}

.ft-nav span {
    color: #000;
}