html {
    font-size: 100px;
    box-sizing: border-box;
}
body {
    width: 100% !important;
    background: #d6e9f8;
}
.QR_code, .rule {
    width: .5rem;
    height: .5rem;
    background: rgba(0, 0, 0, .6);
    border-radius: 50%;
    color: #fff;
    font-size: .12rem;
    text-align: center;
    position: fixed;
    right: -.04rem;
    line-height: .16rem;
    padding-top: .08rem;
}

.QR_code {
    top: .5rem;
    z-index: 999;
}
.pic{
    width: 2rem;
    height: 2rem;
}
.first-modal .ant-modal-body{
    padding: .5rem;
    text-align: center;
    height: auto;
}
.ant-modal-close{
    top:.2rem
}
.popupText{
    width: 2rem;
    font-size: .16rem;
    background: #1890ff;
    color: #fff;
    text-align: center;
    line-height: .4rem;
    border-radius: .06rem;
    margin-top: .2rem;
}
.rule {
    top: 1.1rem;
    z-index: 999;
}

.banner {
    width: 100%;
    height: 3rem;
}

.info-tab {
    background: #fff;
    width: 3.2rem;
    height: .55rem;
    border-radius: .1rem;
    box-shadow: 0 .02rem .07rem 0 rgba(102, 102, 102, 0.5);
    margin: 0 auto .16rem;
    display: flex;
    justify-content: space-evenly;
    padding: 0 .06rem;
}

.info-tab > div {
    width: 33%;
    height: 100%;
    font-size: .14rem;
    text-align: center;
    line-height: .55rem;
}

.info-tab .num {
    font-size: .16rem;
    font-weight: 600;
}

.info-tab img {
    width: .2rem;
    height: .2rem;
}

.info-tab .right {
    position: relative;
}

.info-tab .right .line {
    display: block;
    height: .02rem;
    width: 60%;
    background: #ec3a4e;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: .05rem;
}

.icon-area {
    width: 3.2rem;
    display: flex;
    margin: 0 auto;
    flex-direction: column;
    justify-content: space-between;
    flex-flow: wrap;
}

/* 3x3 */
.icon-card {
    width: 1rem;
    height: 1.42rem;
    background: #fff;
    border-radius: .1rem;
    box-shadow: 0 .02rem .07rem 0 rgba(102, 102, 102, 0.5);
    margin-bottom: .1rem;
    overflow: hidden;
}

/* 2x2 */
.icon-card1 {
    width: 1.56rem;
    height: 1.4rem;
    background: #fff;
    border-radius: .1rem;
    box-shadow: 0 .02rem .07rem 0 rgba(102, 102, 102, 0.5);
    margin-bottom: .1rem;
    overflow: hidden;
}

/* 1x1 */
.icon-card2 {
    width: 100%;
    height: 1.43rem;
    background: #fff;
    border-radius: .1rem;
    box-shadow: 0 .02rem .07rem 0 rgba(102, 102, 102, 0.5);
    margin-bottom: .1rem;
    overflow: hidden;
}

.icon-area > div > img {
    /*background-image: url("/static/images/taoquan.jpg");*/
    width: 100%;
    height: 100%;
    background-size: cover;
    filter: grayscale(100%);
}

.icon-area > .active > img {
    filter: grayscale(0%);
    /*box-shadow: 0 .02rem .07rem 0 rgba(243, 243, 243, 0.5);*/
}

.remarks {
    line-height: .6rem;
    text-align: center;
    font-size: .12rem;
    color: #555;
}

h3 {
    font-size: .2rem;
}

.text-banner {
    width: 2.5rem;
    margin: 0 auto;
}

.text-content {
    height: 3.5rem;
    overflow-y: auto;
    margin-top: .2rem;
    line-height: .3rem;
}
.textHead {
    display: flex;
    align-items: center;
    font-size: .22rem;
    margin-bottom: .2rem;
}
.textHead img {
    width: .25rem;
    height: .25rem;
    margin-right: .2rem;
}
.timeline {
    height: 2rem;
    overflow-y: auto;
    margin-top: .2rem;
    line-height: .3rem;
    padding-top: .1rem;
}
