@charset "UTF-8";
body,
div,
p,
header,
footer,
section,
h3 {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    line-height: 1;
}

button {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0 none;
}

a {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    -webkit-user-select: none;
    -moz-user-focus: none;
    -moz-user-select: none;
    user-select: none;
}

img {
    -webkit-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    -webkit-user-select: none;
    -moz-user-focus: none;
    -moz-user-select: none;
    user-select: none;
}

html {
    background-color: #363535;
}

.swiper {
    width: 100%;
}

.swiper-slide {
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
}

@keyframes switch {
    0%,
    100% {
        transform: scale(1);
    }
    50% {
        transform: scale(0.8);
    }
}

.container {
    width: 100%;
    overflow: hidden;
    max-width: 500px;
    margin: 0 auto;
}

body {
    max-width: 500px;
    font-family: Calibri;
    margin: 0 auto;
    background-color: #fff;
    width: 100%;
}

body header {
    height: 68px;
    width: 100%;
    max-width: 500px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 7px;
    background-color: #000000;
    position: fixed;
    top: 0;
    left: 50%;
    transform: translate(-50%);
    z-index: 2;
    max-width: 500px;
    overflow: hidden;
}

body header .icon {
    display: flex;
    align-items: center;
}

body header .icon img {
    width: 41px;
    height: 41px;
}

body header .icon span {
    margin-left: 11px;
    font-size: 22px;
    font-weight: bold;
    color: #ffffff;
}

body header a {
    text-decoration: none;
    font-weight: 600;
    margin: 0px 5px 0px 5px;
}

body header .download {
    background: url("../img/download.html") 100% 100%;
    background-repeat: no-repeat;
    background-size: cover;
    width: 123px;
    height: 39px;
    font-size: 21px;
    font-weight: bold;
    color: #ffffff;
    align-items: center;
    justify-content: center;
    display: inline-flex;
    text-decoration: none;
}

body header::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #ffd71e;
    position: absolute;
    bottom: 0;
    left: 0;
}

body .fixDownload {
    position: fixed;
    width: 100%;
    max-width: 500px;
    bottom: 0;
    left: 50%;
    transform: translate(-50%);
    z-index: 2;
    cursor: pointer;
}

body .fixDownload .download {
    width: 100%;
    background: rgba(0, 0, 0, 0.48);
    display: flex;
    align-items: center;
    justify-content: center;
}

body .fixDownload .download a {
    animation: switch 1s ease-out infinite;
    display: inline-flex;
}

body .fixDownload .download a img {
    width: 288px;
}

body .banner {
    width: 100%;
    height: 100%;
    margin-top: 68px;
    position: relative;
    font-size: 0;
    min-height: 500px;
    cursor: pointer;
}

body .banner img {
    width: 100%;
}

body .banner .more {
    position: absolute;
    top: 14px;
    right: 6px;
    width: 155px;
    height: 39px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    color: #e9b41b;
    text-decoration: none;
    background: url(../img/moreBg.html) 100% 100%;
    background-size: 100% 100%;
}

body .statis {
    width: 80%;
    height: 221px;
    padding: 56px 0 0;
    margin: 0 auto;
}

body .statis .title {
    width: 100%;
    height: 16px;
    font-size: 18px;
    font-weight: bold;
    color: #444;
}

body .statis .content {
    height: 79px;
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

body .statis .content .total {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

body .statis .content .total .num {
    width: 72px;
    height: 41px;
}

body .statis .content .total .star {
    width: 61px;
    height: 9px;
}

body .statis .content .total span {
    font-size: 15px;
    color: #202224;
}

body .statis .content .line {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 77px;
}

body .statis .content .line-bar {
    display: flex;
}

body .statis .content .line-bar span {
    font-size: 14px;
    margin-right: 8px;
}

body .statis .content .line-bar div {
    height: 13px;
}

body .statis .content .line-bar .bar-5 {
    background-color: #d41e1e;
    width: 189px;
}

body .statis .content .line-bar .bar-4 {
    background-color: #aed888;
    width: 112px;
}

body .statis .content .line-bar .bar-3 {
    background-color: #ffd935;
    width: 23px;
}

body .statis .content .line-bar .bar-2 {
    background-color: #ffb235;
    width: 17px;
}

body .statis .content .line-bar .bar-1 {
    background-color: #ff8c5a;
    width: 27px;
}

body .statis .bottom {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 27px;
}

body .statis .bottom .option {
    display: flex;
    align-items: center;
}

body .statis .bottom .option .bottom-option-title {
    font-size: 13px;
    color: #6d6d6d;
}

body .statis .bottom .option .num {
    font-size: 17px;
    font-weight: bold;
    color: #333333;
    line-height: 14px;
    margin: 0 3px 0 7px;
}

body .statis .bottom .option img {
    width: 10px;
    height: 9px;
}

body .article {
    width: 100%;
}

body .article .swiper-slide {
    width: 90%;
}

body .article .swiper-slide .article-list {
    width: 100%;
    height: 232px;
    background: #f6f6f6;
    border-radius: 5px;
    padding: 18px 14px 0 17px;
}

body .article .swiper-slide .article-list .list-header {
    display: flex;
    align-items: center;
}

body .article .swiper-slide .article-list .list-header .head {
    width: 72px;
    height: 72px;
    border-radius: 50%;
}

body .article .swiper-slide .article-list .list-header .info {
    display: flex;
    flex-direction: column;
    margin-left: 19px;
}

body .article .swiper-slide .article-list .list-header .info .username {
    font-size: 18px;
    font-weight: bold;
    color: #333;
}

body .article .swiper-slide .article-list .list-header .info .star-address {
    display: flex;
    align-items: center;
    margin-top: 9px;
}

body .article .swiper-slide .article-list .list-header .info .star-address .star {
    width: 51px;
    height: 21px;
    background: #ffd935;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 7px;
}

body .article .swiper-slide .article-list .list-header .info .star-address .star span {
    margin-right: 5px;
    font-size: 15px;
}

body .article .swiper-slide .article-list .list-header .info .star-address .star img {
    width: 9px;
    height: 9px;
}

body .article .swiper-slide .article-list .list-header .info .star-address .address {
    font-size: 15px;
    font-weight: 400;
    color: #939292;
}

body .article .swiper-slide .article-list .list-content {
    font-size: 12px;
    margin-top: 21px;
    line-height: 17px;
}

body .homeItem {
    width: 100%;
    height: 189px;
    padding-top: 30px;
}

body .homeItem>.title {
    font-size: 18px;
    font-weight: bold;
    color: #272626;
    text-align: center;
    margin-bottom: 15px;
}

body .homeItem>.content {
    height: 141px;
}

body .homeItem>.content .swiper {
    height: 100%;
}

body .homeItem>.content .swiper .swiper-wrapper {
    height: auto;
}

body .homeItem .swiper-pagination-bullet {
    width: 11px;
    height: 11px;
}

body .homeItem .swiper-pagination-bullet-active {
    background-color: #ffa50f;
}

body .homeItem .swiper-slide {
    padding: 4px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

body .homeItem .swiper-slide .box {
    width: 90%;
    height: 99px;
    box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    padding: 0 0 0 56px;
}

body .homeItem .swiper-slide .title {
    font-size: 14px;
    color: #4f4f4f;
    font-weight: bold;
}

body .homeItem .swiper-slide .text {
    display: flex;
    align-items: center;
    font-size: 10px;
    line-height: 14px;
    color: #4f4f4f;
}

body .homeItem .swiper-slide .text img {
    width: 9px;
    height: 7px;
    margin-right: 3px;
}

body .homeItem .swiper-slide .left {
    display: flex;
    align-items: center;
    margin-right: 30px;
}

body .homeItem .slide1 .left img {
    width: 55px;
    height: 43px;
}

body .homeItem .slide2 .left img {
    width: 39px;
    height: 43px;
}

body .homeItem .slide3 .left img {
    width: 33px;
    height: 43px;
}

body .homeItem .slide4 .left img {
    width: 21px;
    height: 55px;
}

body .homeItem .slide5 .left img {
    width: 57px;
    height: 67px;
}

body .homeItem .slide6 .left img {
    width: 48px;
    height: 52px;
}

body .step {
    width: 100%;
    padding: 20px 6px 0;
    margin: 0 0 10px;
}

body .step img {
    width: 100%;
    margin: 8px 0 0 0;
}

p {
    line-height: 1.5rem;
    margin: 8px 5px 0 0;
    text-transform: capitalize;
}

body footer {
    width: 100%;
    height: 235px;
    background: #000000;
    padding-top: 26px;
}

body footer .icon {
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    width: 284px;
}

body footer .icon img {
    width: 54px;
    height: 28px;
}

body footer .company {
    margin: 20px auto 0;
    width: 240px;
    display: flex;
    justify-content: space-between;
}

body footer .company .link a {
    text-decoration: none;
    color: #fff;
    font-size: 12px;
    font-family: ari-All;
}

body .privacyPolicy {
    width: 100%;
    padding: 12px 0 40px 0;
    box-sizing: border-box;
}

body .privacyPolicy .content {
    width: 90%;
    margin: auto;
}

body .privacyPolicy .content h1 {
    font-size: 14px;
    color: #161616;
    margin-bottom: 8px;
}

body .privacyPolicy .content .text {
    font-size: 10px;
    color: #161616;
    line-height: 20px;
}

body .privacyPolicy .content .text a {
    text-decoration: underline;
    color: #1913f2;
}

body .privacyPolicy .content .text.item {
    font-size: 12px;
    margin-top: 5px;
}

body .privacyPolicy .content .text .strong {
    color: #161616;
    font-size: 10px;
}

body .privacyPolicy .listStyle {
    display: flex;
}

body .privacyPolicy .listStyle .left {
    font-size: 10px;
    color: #161616;
    line-height: 20px;
}

body .privacyPolicy .listStyle .right ul {
    margin-left: 18px;
}

body .privacyPolicy .listStyle .right li {
    font-size: 10px;
    color: #161616;
    list-style: outside;
    list-style-type: circle;
}

body .privacyPolicy .listStyle .right li::marker {
    margin-right: 2px;
}

body .privacyPolicy .listStyle .right li a {
    text-decoration: underline;
    color: #1913f2;
}

body .privacyPolicy .listStyle.disc {
    margin-bottom: 8px;
}

body .privacyPolicy .listStyle.disc .right li {
    list-style-type: disc;
}

body .privacyPolicy .listStyle.disc .right li li {
    list-style-type: circle;
}

body .privacyPolicy .listStyle.disc .right li .strong {
    color: #161616;
    font-size: 10px;
}

table {
    width: 100%;
    border-collapse: collapse;
}

th,
td {
    border: 1px solid #414141;
    padding: 8px;
    text-align: left;
    color: #000000;
}

th {
    background-color: #00aeff;
    text-align: center;
}

li {
    line-height: 1.5rem;
}