.sharePageContent {
    width: 100%;
    height: 100%;
    background: url(/static/media/bg.5ae5a630.jpg) no-repeat;
    background-size: 100%;
    position: relative;
}
.guideImg {
    width: 100%;
    height: 8em;
    position: relative;
}
.guideImg img {
    width: 5em;
    position: absolute;
    right: 2em;
    top: 1em;
}
.shareText {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-line-pack: center;
        align-content: center;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
}
.steoDiv {
    width: 21em;
    height: 4em;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-line-pack: center;
        align-content: center;
    position: relative;
}
.rectangle {
    width: 18em;
    height: 3.2em;
    padding: 0.2em;
    background: #fff;
    border-radius: 1em;
    margin-left: 2.5em;
}
.rectangleRadius {
    width: 4em;
    height: 4em;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    left: 1em;
    padding: 0.2em;
}
.rectangleRadiusBg {
    width: 100%;
    height: 100%;
    background: #99b627;
    border-radius: 50%;
    color: #fff;
    font-weight: 500;
    text-align: center;
    line-height: 1.4em;
    font-size: 2.5em;
}
.rectangleBg {
    width: 100%;
    height: 100%;
    background: #99b627;
    border-radius: 1em;
    line-height: 2.6em;
    padding-left: 2em;
    color: #fff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
}

.widthStyle {
    width: 19em;
    height: 3.5em;
}
.rediusStyle {
    width: 3.5em;
    height: 3.5em;
}
.rectangleStyle {
    width: 16em;
    height: 2.8em;
    padding-left: 0.5em;
    background: #fff;
    border-radius: 1em;
    margin-left: 1em;
}

.bg2 {
    background: #bfbfbf;
}
.fontSize {
    font-size: 2.2em;
}
.icoStyle {
    height: 2em;
    width: 2em;
    background: #fff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
}
.icoStyle img {
    width: 1.9em;
}
.sharePageFooter {
    width: 100%;
    height: 6em;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-direction: column;
        flex-direction: column;
    position: absolute;
    bottom: 2em;
}
.sharePageFooter img {
    width: 10em;
    margin-top: 1em;
}
.footerText {
    color: #bfbfbf;
    padding: 0 2em;
    line-height: 1.5em;
    text-align: center;
}

.shareBiddingContent {
    width: 100%;
    height: 90%;
    position: relative;
    background: url(/frontend/static/media/bg.e810fb60.png) no-repeat;
    background-size: 100%;
    position: relative;
    padding: 2rem 1rem;
    overflow: auto;
}

.pjctName {
    font-size: 30px;
    line-height: 41px;
    font-weight: bold;
}

.pjctCompany {
    margin-top: 18px;
    font-size: 19px;
    font-weight: bold;
    color: #33a3dc;
}

.pjctInfo {
    width: 100%;
    height: 240px;
    margin-top: 19px;
    background: #ffffff;
    border-radius: 10px;
    padding: 10px;
}

.pjctInfo li {
    list-style: none;
    width: 100%;
    height: 25%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;

}

.pjctMoneyDiv {}

.pjctMoneyDiv img {
    width: 31px;
    height: 31px;
}

.monryName {
    font-size: 17px;
    margin-left: 11px;
    width: 50%;
}

.moneyNum {
    width: 36%;
    font-size: 21px;
    font-weight: 700;
    text-align: right;
}

.moneyText {
    color: red;
    font-size: 23px;
}

.timeName {
    width: 20%;
    font-size: 16px;
    color: #a1a3a6;
}

.timeData {
    width: 80%;
    font-size: 14px;
    text-align: right;
}

.noticeName {
    font-size: 30px;
    line-height: 41px;
    font-weight: bold;
    margin-top: 25px;
}

.noticeText {
    text-indent: 32px;
    font-size: 16px;
    line-height: 24px;
    margin-top: 12px;
}

.shareFoooter {
    width: 100%;
    height: 10%;
    padding: 5px 10px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
}

.signUpTime {
    color: #a1a3a6;
    width: 100%;
    height: 70%;
    font-size: 17px;
    line-height: 25px;
    padding-left: 10px;
}

.surplusTime {
    font-size: 19px;
    line-height: 29px;
    font-weight: 700;
}

.surplusTime span {
    color: red;
}

.signUpButton {
    width: 45%;
    height: 70%;
    margin-left: 5%;

}
.tableColor .ant-table-thead > tr > th {
    background: #E0F0FF;
}

