* {
    border: 0;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    color: #000000;
    font-size: 0.16rem;
    /*-webkit-tap-highlight-color: rgba(255, 255, 255, 0);*/
    /*-webkit-user-select: none;*/
    /*-moz-user-focus: none;*/
    /*-moz-user-select: none;*/
}

a, a:hover, a:active, a:visited, a:link, a:focus {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
    outline: none;
    background: none;
    text-decoration: none;
}

ul li {
    list-style-type: none;
}

body {
    background-image: url("index-background.png");
    background-repeat: no-repeat;
    background-size: 100vw 2.9rem;
    font-size: 0.16rem;
}

.headerbox {
    width: 93%;
    margin: auto auto;
}

.headerbox > header {
    width: 100%;
    height: 0.88rem;
    color: #ffffff;
}

.headerbox > header > a {
    font-size: 0.4rem;
    margin: 0.174rem auto auto;
    color: #ffffff;
}

.rotation {
    width: 100%;
    margin-top: 0.22rem;
    border-radius: 0.25rem;
}

.rotation img {
    width: 100%;
    height: 100%;
    border-radius: 0.25rem;
}

.notice {
    width: 100%;
    height: 0.3rem;
    margin: 0.2rem 0;
    display: flex;
}

.notice > img {
    width: 0.3rem;
    height: 0.3rem;
}

.notice > span {
    width: 0.8rem;
    height: 0.3rem;
    margin-left: 0.15rem;
    color: #3669de;
    font-size: 0.26rem;
    line-height: 0.3rem;
}

.notice > a {
    width: calc(100% - 1.25rem);
}

#notice-content {
    width: 100%;
    color: #3669de;
    font-size: 0.26rem;
    line-height: 0.3rem;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    /*text-overflow: ellipsis;*/
}

.licai {
    width: 90%;
    margin: auto;
}

.licai ui li {
    display: block;
}

.licai-title {
    height: 0.4rem;
    font-size: 0.36rem;
    line-height: 0.4rem;
    display: flex;
    padding-left: 0.1rem;
    border-left: 0.1rem #3669de solid;
}

.licai-list, .tuijian {
    display: flex;
    margin: 0.35rem auto;
}

.licai-list > li {
    width: 30%;
    margin: auto;
    border-radius: 0.1rem;
    box-shadow: 0.05rem 0.05rem 0.1rem 0.01rem #dcdcdc;
}

.licai-list > li:active {
    margin: auto;
    border-radius: 0.1rem;
    box-shadow: inset 0.05rem 0.05rem 0.1rem 0.01rem #dcdcdc;
}

.licai-block {
    margin: 0.2rem;
    display: grid;
}

.licai-block > img {
    width: 1.2rem;
    height: 1.2rem;
    margin: auto;
}

.licai-block > img:active {
    width: 1.1rem;
    height: 1.1rem;
    margin: auto;
}

.licai-block > span {
    font-size: 0.26rem;
    margin: 0.11rem auto auto;
}

.tuijian > li {
    width: 30%;
    min-width: 1.6rem;
    margin: auto;
    border-radius: 0.1rem;
    background-color: #d4e1ff;
    box-shadow: 0.05rem 0.05rem 0.1rem 0.01rem #b4bfd9;
}

.tuijian > li:active {
    width: 30%;
    min-width: 1.6rem;
    margin: auto;
    border-radius: 0.1rem;
    background-color: #d4e1ff;
    box-shadow: inset 0.05rem 0.05rem 0.1rem 0.01rem #b4bfd9;
}

.tuijian > li > a > ul {
    margin: 0.1rem auto;
}

.tuijian-title {
    height: 0.3rem;
    color: #ffffff;
    font-size: 0.22rem;
    line-height: 0.3rem;
    margin: 0 0 0.1rem;
    padding: 0 0.1rem 0 0.05rem;
    border-radius: 0 0.1rem 0.1rem 0;
    background-color: #628ef3;
}

.tuijian-value {
    color: #e20a0a;
    font-size: 0.2rem;
    text-align: center;
    margin: 0.05rem 0;
}

.tuijian-footer {
    color: #666666;
    font-size: 0.18rem;
    text-align: center;
}

.footerbox {
    width: 100%;
    position: sticky;
    bottom: 0;
    background-color: #ffffff;
    box-shadow: 0rem 0rem 0.1rem 0.03rem #d9d9d9;
}

.footerbox > ul {
    display: flex;
}

.footerbox > ul > li {
    width: 25%;
    height: 0.88rem;
    margin: 0.06rem 0;
}

.footerbox > ul > li > a {
    display: grid;
}

.footerbox > ul > li > a > img {
    width: 0.6rem;
    height: 0.6rem;
    margin: auto;
}

.footerbox > ul > li > a > span {
    font-size: 0.2rem;
    margin: auto;
}