body {
    margin: 0;
    padding: 0;
}

.main {
    height: 720px;
    width: 1280px;
    background-image: url('../img/bg.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin: 0 auto;
    position: relative;
}

.footer {
    font-size: 20px;
    font-family: PingFang SC;
    font-weight: 400;
    color: rgba(62, 111, 233, 1);
    position: absolute;
    right: 8%;
    bottom: 4%;
}

.header {
    margin: 0 auto;
    width: 85%;
    display: flex;
    padding-top: 4%;
}

.header>.left {
    flex: 1;

    font-size: 36px;
    font-family: Arial;
    font-weight: bold;
    color: rgba(255, 255, 255, 1);
    line-height: 36px;
    text-shadow: 0px 2px 2px rgba(14, 156, 255, 0.44);

    background: linear-gradient(180deg, rgba(118, 234, 255, 1) 0%, rgba(79, 174, 255, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.header>.right {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    font-size: 20px;
    font-family: PingFang SC;
    font-weight: 500;
    color: rgba(174, 218, 255, 1);
    line-height: 5px;
}

.usericon {
    height: 30px;
    width: 30px;
    margin: 0 10px 0 25px;
}

.contain {
    width: 85%;
    margin: 0 auto;
    position: relative;
}

#page3 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 512px;
    background: rgba(6, 2, 58, 0.2);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 38px;
    flex-direction: column;
}

#p3img {
    width: 218px;
    height: 218px;
}

#subTitle {
    font-size: 24px;
    font-family: PingFang SC;
    font-weight: 500;
    color: rgba(60, 206, 254, 1);
    margin-top: 15px;
}

#subText {
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 500;
    color: rgba(104, 182, 254, 1);
    margin-top: 20px;
}

.page1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.page1>.left {
    float: left;
    width: 40%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: rgba(6, 2, 58, 0.2);
    border-radius: 10px;
    height: 512px;
    margin-top: 38px;
}

.page1>.left2 {
    float: left;
    width: 40%;
    text-align: center;
    background: rgba(6, 2, 58, 0.2);
    border-radius: 10px;
    height: 512px;
    margin-top: 38px;
}

.page1>.right {
    float: left;
    width: 58%;
    margin-left: 2%;

    background: rgba(6, 2, 58, 0.2);
    border-radius: 10px;
    height: 512px;
    margin-top: 38px;
}

.counticon {
    margin: 0 auto;
    width: 384px;
    height: 376px;
    background: url(../img/count.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;

    display: flex;
    align-items: center;
    justify-content: center;
}

.counticon>.num {
    font-size: 44px;
    font-family: PingFang SC;
    font-weight: 600;
    color: rgba(225, 255, 255, 1);
    line-height: 18px;
    margin-top: 95px;
}

.counticon>.num>.title {
    font-size: 20px;
    font-family: PingFang SC;
    font-weight: 500;
    color: rgba(200, 255, 255, 1);
    line-height: 23px;
    margin-top: 85px;
}

.sample {
    /* width: 100%; */
    height: 92px;
    background: url(../img/rect.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    margin: 3.3% 4% 0 4%;
    padding-left: 3%;
    display: flex;
    align-items: center;
}

.sample-bg {
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background: linear-gradient(90deg, rgba(110, 182, 255, 1), rgba(117, 153, 253, 1), rgba(114, 155, 255, 1));
    border-radius: 50%;
    height: 74px;
    width: 74px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sample-pic {
    background: url("https://ss3.bdstatic.com/70cFv8Sh_Q1YnxGkpoWK1HF6hhy/it/u=2419182651,4278583714&fm=26&gp=0.jpg");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    border-radius: 50%;
    display: block;
    height: 64px;
    width: 64px;
}

.samplename {
    padding-left: 3%;
    font-size: 24px;
    font-family: PingFang SC;
    font-weight: 500;
    color: rgba(21, 52, 127, 1);
    line-height: 36px;
    width: 64%;
}

.samplename>div {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.samplecount {
    text-align: center;
    line-height: 40px;
    width: 88px;
    height: 40px;
    background: linear-gradient(90deg, rgba(89, 128, 254, 1), rgba(40, 95, 231, 1));
    border-radius: 20px;
    font-size: 28px;
    font-family: PingFang SC;
    font-weight: bold;
    color: rgba(226, 234, 255, 1);
}

.pagination {
    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 24px;
    font-family: PingFang SC;
    font-weight: 500;
    color: rgba(156, 181, 253, 1);
    line-height: 5px;
}

.pagination-item {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1px;
    margin: 10px 3px;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    background: #285FE7;
    font-size: 20px;
    font-family: PingFang SC;
    font-weight: 500;
    color: rgba(214, 226, 255, 1);
    line-height: 28px;
}

.info-item {
    padding-left: 24px;
    padding-bottom: 13px;
    margin: 25px 0 0 30px;
    border-bottom: solid 1px #18388F;
    display: flex;
}

.info-label {
    width: 105px;
    text-align: right;

    font-size: 20px;
    font-family: PingFang SC;
    font-weight: 500;
    color: rgba(133, 169, 255, 1);
}

.info-title {
    font-size: 22px;
    font-family: PingFang SC;
    font-weight: bold;
    color: rgba(152, 237, 255, 1);
    line-height: 26px;
    margin: 23px 23px 12px 23px;
}

.info-text {
    font-size: 20px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #68B6FE;
    margin: 0 23px 0 23px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 200px;
    text-align: left;
}

#info-operation {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 7;
    font-size: 20px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #68B6FE;
    margin: 0 23px 0 23px;
}

#info-storage {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    font-size: 20px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #68B6FE;
    margin: 0 23px 0 23px;
}

#countDown {
    width: 54px;
    height: 40px;
    background: rgba(60, 206, 254, 1);
    border-radius: 20px 0px 0px 20px;
    position: fixed;
    font-size: 20px;
    font-family: PingFang SC;
    font-weight: 500;
    color: rgba(242, 255, 255, 1);
    line-height: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 0;
}