html {
    font-size: 13.3333333333vw;
}

body,
html {
    width: 100%;
    height: 100%;
}

[v-cloak] {
    display: none;
}

.container {
    width: 6.30rem;
    margin: 0 auto;
    height: 100%;
}

/* 首页 */
.index {
    height: 100%;
    width: 100%;
}
.index-wraper {
    height: 100%;
    width: 100%;
}
.indexInfo {
    width: 100%;
    height: 100%;
}

.indexHeader {
    width: 100%;
}

.indexHeader img {
    width: 100%;
    display: block;
}

.indexMain {
    background-image: url('./../img/indexBj.png');
    width: 100%;
    min-height: calc(100% - 3.7rem);
    background-size: cover;
}

.indexMain .indexMainContent {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: .06rem;
}

.indexMain .indexMainPart {
    width: 2.94rem;
    height: 2.45rem;
    background: #E11724;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: .26rem;
    border-radius: .19rem;
}

.indexMain .indexMainImg {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.indexMain .indexMainImg img {
    width: 1.4rem;
    height: 1.4rem;
}

.indexMain .indexMainPartNone {
    background: none;
}

.indexFooter a {
    display: block;
    width: 3.3rem;
    height: .88rem;
    margin-bottom: 0.25rem;
}

.indexMain .indexFooter {
    padding-top: .24rem;
    text-align: center;
    font-size: .24rem;
    font-family: "NotoSansCJKsc";
    color: #585858;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    line-height: 1;
    padding-bottom: .24rem;
}

.indexFooter .indexFollow {
    width: 100%;
    height: 100%;
    background-image: url('./../img/indexBtn.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.indexFooter .indexFollow .guanzhu {
    color: #DF101F;
    font-size: .3rem;
    line-height: .88rem;
    font-weight: 800;
    text-align: left;
    padding-left: .46rem;
}

.indexMain .indexMainPart p {
    line-height: 0.7rem;
    font-size: .38rem;
    font-family: "NotoSansHans";
    color: #fff;
    width: 100%;
    text-align: center;
    border-radius: 0 0 .19rem .19rem;
    background: #B3222C;
}
.indexMain .indexMainPart .indexMainwrap-EN p{
    font-size: .32rem;
}

.indexMain .indexMainPart:nth-of-type(2),
.indexMain .indexMainPart:nth-of-type(3) {
    background: #555E67;
}

.indexMain .indexMainPart:nth-of-type(2) p,
.indexMain .indexMainPart:nth-of-type(3) p {
    background: #60646A
}
.indexMainContent .indexMainwrap {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
/* 是否参与积分 */
.indexPoints {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99998;
}

.indexPoints-wraper {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.indexPoints-content {
    width: 6rem;
    background-color: #ffffff;
    padding: 0.5rem 0.3rem;
    border: solid 0.16rem #e1e2e2;
    border-radius: 0.2rem;
}

.indexPoints-part {
    padding-top: 0.3rem;
    color: #222222;
    text-align: center;
}

.indexPoints-result {
    padding-top: 0.3rem;
    display: flex;
    justify-content: space-between;
}

.indexPoints-shifou {
    width: 2.6rem;
    line-height: 1rem;
    color: #fff;
    background: #e1000f;
    text-align: center;
}
.icpKeepRecord {
    font-size: .2rem;
    color: #585858;
    padding-top: 0.2rem;
    text-align: center;
    line-height: 0.3rem;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: flex-start;
}

.icpKeepRecord > div {
    display: flex;
    justify-content: center;
    width: 100%;
}

.icpKeepRecord a {
    color: #585858;
    line-height: .3rem;
    display: block;
    width: 2.9rem;
}