body {
    width: 100%;
    height: 100%;
    background: #fff;
}

.red {
    color: red;
}

.clearFix {
    overflow: hidden;
    zoom: 1;
}

.competition {
    width: 100%;
    height: 100%;
    padding-bottom: 50px;
}

.competition_banner {
    width: 100%;
    display: flex;
    justify-content: center;
    position: relative;
    align-items: center;
}

.competition_banner>img {
    width: 100%;
    height: auto;
}

.banner_conner {
    width: 71%;
    position: absolute;
    text-align: center;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.banner_conner h3 {
    font-size: 42px;
    color: #fff;
    position: relative;
    text-align: center;
}

.banner_conner h3 em {
    position: absolute;
    width: 78px;
    height: 38px;
    background: url(/shujutang/static/image/active/banner_03.png) no-repeat;
    right: 24%;
    top: -65%;
}

.banner_conner p {
    width: 356px;
    height: 48px;
    border: 1px solid #b3cefa;
    background: rgba(20, 108, 248, 0.5);
    text-align: center;
    line-height: 48px;
    margin: 27px auto 74px;
    color: #fff;
    font-size: 16px;
}

.cap {
    display: inline-block;
    height: 65px;
}

.cap label {
    float: left;
    line-height: 65px;
    color: #fff;
    font-size: 16px;
}

.cap img {
    float: left;
}

.competition_content {
    width: 71%;
    margin: 0 auto;
    margin-top: -130px;
}

.competitionBg {
    width: 100%;
    height: 260px;
    display: flex;
    justify-content: center;
    position: relative;
    align-items: center;
}

.competitionBg>img {
    width: 100%;
    height: 100%;
}

.competitionBg>div {
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 32px 40px;
    box-sizing: border-box;
}

.competitionBg>div h3 {
    font-size: 20px;
    color: #fff;
    height: 42px;
    position: relative;
}

.competitionBg>div h3::before {
    position: absolute;
    content: "";
    width: 42px;
    height: 4px;
    background: #f5a21b;
    left: 0;
    top: 40px;
}

.competitionBg>div p {
    width: 100%;
    font-size: 14px;
    color: #fff;
    margin-top: 26px;
    line-height: 24px;
}

.item {
    width: 100%;
    margin-top: 48px;
}

.item>p:first-of-type {
    margin-top: 24px;
}

.item>p {
    width: 100%;
    font-size: 14px;
    line-height: 30px;
    padding: 0 32px;
    box-sizing: border-box;
    color: #666;
}

.item>p span {
    color: #333;
}

.itemSetting {
    width: 100%;
    display: flex;
    display: -webkit-flex;
    margin-top: 22px;
}

.itemSetting .stepItem {
    width: 28%;
    flex: 1;
    /* height: 265px; */
    padding: 0 20px 30px;
    background: url(/shujutang/static/image/active/a_04.png) no-repeat center;
    background-size: 100% 100%;
    box-sizing: border-box;
}

.itemSetting .stepItem:nth-of-type(2) {
    margin: 0 6.6%;
    background: url(/shujutang/static/image/active/a_06.png) no-repeat center;
    background-size: 100% 100%;
}

.itemSetting .stepItem:nth-of-type(3) {
    background: url(/shujutang/static/image/active/a_09.png) no-repeat center;
    background-size: 100% 100%;
}

.stepItem h6 {
    text-align: center;
    width: 78px;
    padding-top: 60px;
    font-size: 20px;
    color: #fff;
    border-bottom: 1px solid #fff;
    margin: 0 auto;
}

.stepItem p {
    font-size: 14px;
    color: #fff;
    line-height: 24px;
    margin-top: 6px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 9;
    overflow: hidden;
}

.mustMsg {
    width: 100%;
    text-align: center;
    font-size: 14px;
    padding: 50px 0;
}

.numItem {
    padding: 0 32px;
    box-sizing: border-box;
}

.numItem>div {
    width: 46%;
}

.numItem>div h6 {
    font-size: 14px;
    color: #333;
    margin: 30px 0 24px;
    text-align: center;
}

.numItemNum {
    width: 100%;
    position: relative;
}

.fiveNum {
    float: left;
    width: 40%;
}

.twoNum {
    float: right;
}

.numItemNum table {
    padding: 20px;
    width: 90%;
    margin: 0 auto;
}

.numItemNum table tr td {
    border-bottom: 1px solid #e3e3e3;
    font-size: 14px;
    color: #666;
    line-height: 34px;
    padding: 10px;
    text-align: left;
    vertical-align: top;
}

.numItemNum table tr td.td1 {
    color: #000;
    width: 100px;
}

table.entryDate tr td.td1 {
    width: 140px;
}

.beCareful {
    font-size: 14px;
    color: #333;
    margin-bottom: 10px;
    padding-left: 32px;
    box-sizing: border-box;
}

.beCarefulType {
    padding-left: 32px;
}

.beCarefulType li {
    font-size: 14px;
    color: #666;
    line-height: 24px;
}


/*角标*/

.itemImg {
    width: 9px;
    height: 9px;
    display: block;
    overflow: hidden;
    background-size: 100%;
    position: absolute;
}

.img1 {
    background: url(/shujutang/static/image/active/cpxq_06.png) center no-repeat;
    left: 0px;
    top: 0px;
}

.img2 {
    background: url(/shujutang/static/image/active/cpxq_07.png) center no-repeat;
    left: 0px;
    bottom: 0px;
}

.img3 {
    background: url(/shujutang/static/image/active/cpxq_08.png) center no-repeat;
    right: 0px;
    top: 0px;
}

.img4 {
    background: url(/shujutang/static/image/active/cpxq_09.png) center no-repeat;
    right: 0px;
    bottom: 0px;
}

.img5 {
    width: 1px;
    height: 100%;
    display: block;
    overflow: hidden;
    background-color: #e3e3e3;
    position: absolute;
    left: 0px;
    top: 0px;
}

.img6 {
    width: 1px;
    height: 100%;
    display: block;
    overflow: hidden;
    background-color: #e3e3e3;
    position: absolute;
    right: 0px;
    top: 0px;
}

.img7 {
    width: 100%;
    height: 1px;
    display: block;
    overflow: hidden;
    background-color: #e3e3e3;
    position: absolute;
    left: 0px;
    top: 0px;
}

.img8 {
    width: 100%;
    height: 1px;
    display: block;
    overflow: hidden;
    background-color: #e3e3e3;
    position: absolute;
    left: 0px;
    bottom: 0px;
}


/*角标*/


/*公用tit**/

.publicTitle {
    font-size: 20px;
    color: #333;
    position: relative;
    font-weight: normal;
    padding-left: 30px;
}

.publicTitle::before {
    position: absolute;
    content: "";
    width: 8px;
    height: 19px;
    background: #f5a21b;
    left: 0;
    top: 5px;
}


/* 常见问题 */

.filePDF {
    width: 100%;
    overflow: hidden;
}

.upload_doc {
    border: 1px solid #f5a21b;
    padding: 0 10px;
    margin: 20px 0;
    float: left;
}

.upload_doc img {
    position: relative;
    top: 3px;
}

.upload_doc a {
    color: #f5a21b;
    line-height: 40px;
    font-size: 14px;
    display: inline-block;
    padding-left: 10px;
}


/* 常见问题结束 */


/* 弹窗 */

.popupAlert {
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.705);
    position: fixed;
    top: 0;
    z-index: 999;
}

.popupAlert .popup_box {
    width: 220px;
    height: 90px;
    padding: 40px 20px;
    text-align: center;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 9999;
    transform: translateX(-50%) translateY(-50%);
}

.popupAlert .popup_box p {
    text-align: center;
    font-size: 14px;
    color: #333;
}

.popupAlert .popup_btn {
    display: block;
    width: 80px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin-top: 40px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    color: #f5a21b;
    border: 1px solid #f5a21b;
}

.popupAlert .popup_btn:hover {
    background-color: #f5a21b;
    color: #fff;
}


/* 弹窗结束 */

@media screen and (max-width:1024px) {
    .hide {
        display: none!important;
    }
    .upload_doc {
        margin: 20px 0 0;
    }
    .fiveNum {
        float: none;
    }
    .initTime {
        width: 100%;
    }
    .cap img {
        width: 100%;
    }
    .twoNum {
        float: none;
    }
    .numItem>div {
        width: 100%;
    }
    .competition_banner {
        min-height: 450px;
        background: url(/shujutang/static/image/active/a_01.png) no-repeat center;
        background-size: cover;
    }
    .banner_conner {
        width: 81%;
        top: 24%;
        transform: translateX(-50%);
    }
    .banner_conner h3 {
        font-size: 38px;
    }
    .banner_conner p {
        margin: 20px auto 37px;
        font-size: 24px;
    }
    .competition_content {
        margin-top: -40px;
    }
    .competitionBg {
        height: auto;
        background: url('/shujutang/static/image/active/b_03.jpg') no-repeat center;
        background-size: cover;
    }
    .competitionBg>div {
        position: relative;
        padding: 32px;
    }
    .itemSetting .stepItem {
        height: auto;
        background-size: cover!important;
    }
    .stepItem p {
        display: block;
        padding-bottom: 40px;
        font-size: 20px;
    }
    .stepItem h6 {
        padding-top: 40px;
        font-size: 30px;
    }
    .competitionBg>div h3 {
        font-size: 30px;
    }
    .competitionBg>div p {
        font-size: 24px;
        line-height: 30px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4;
        overflow: hidden;
    }
    .itemSetting {
        width: 91%;
        margin: 22px auto 0;
    }
    .item {
        position: relative;
    }
    .item>p {
        font-size: 24px;
    }
    .publicBg p {
        font-size: 24px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4;
        overflow: hidden;
        line-height: 30px;
    }
    .more_jsbj {
        display: block;
        width: 20px;
        height: 20px;
        position: absolute;
        bottom: 6px;
        left: 50%;
        transform: translateX(-50%);
        background: url("/shujutang/static/image/index/more_down_white.png") no-repeat center;
        animation: dd 1s linear alternate infinite;
    }
    @keyframes dd {
        from {
            bottom: 2px
        }
        to {
            bottom: 6px;
        }
    }
    .more_jsbj_up {
        background: url("/shujutang/static/image/index/more_up_white.png") no-repeat center;
    }
    .more_item {
        display: block;
        width: 20px;
        height: 30px;
        position: absolute;
        bottom: -20px;
        left: 50%;
        transform: translateX(-50%);
        background: url("/shujutang/static/image/index/more_down_black.png") no-repeat center center;
        animation: dt 1s linear alternate infinite;
    }
    @keyframes dt {
        from {
            bottom: -25px
        }
        to {
            bottom: -18px;
        }
    }
    .more_item_up {
        background: url("/shujutang/static/image/index/more_up_black.png") no-repeat center center;
    }
    .more_btn {
        display: block!important;
    }
    .mustMsg {
        font-size: 22px;
    }
    .publicTitle {
        font-size: 30px;
    }
    .numItem>div h6 {
        font-size: 24px;
    }
    .numItemNum table tr td {
        font-size: 22px;
    }
    .beCareful {
        font-size: 22px;
    }
    .beCarefulType li {
        font-size: 22px;
    }
    .numItemNum table.entryDate tr td.td1 {
        width: 170px;
    }
    .cap label {
        font-size: 20px;
    }
}

@media screen and (max-width:414px) {
    .cap label {
        font-size: 16px;
    }
    .banner_conner p {
        width: auto;
        font-size: 16px;
        margin: 40px auto 20px;
    }
    .competitionBg>div h3 {
        font-size: 20px;
    }
    .initTime {
        width: 100%;
    }
    .item>p {
        font-size: 16px;
        padding: 0 20px;
    }
    .competitionBg>div {
        padding: 20px;
    }
    .more_jsbj {
        bottom: 0;
    }
    /* .competitionBg {
        height: 471px;
    } */
    .competitionBg>div p {
        font-size: 16px;
    }
    .publicTitle {
        font-size: 20px;
        padding-left: 20px;
    }
    .stepItem h6 {
        font-size: 20px;
        padding-top: 20px;
    }
    .stepItem p {
        font-size: 16px;
        padding-bottom: 20px;
    }
    .numItem>div h6 {
        font-size: 16px;
    }
    .numItemNum table tr td {
        font-size: 14px;
    }
    .beCareful {
        font-size: 14px;
    }
    .beCarefulType li {
        font-size: 14px;
    }
    .competition_content {
        width: 90%;
        margin-top: -80px;
    }
    .itemSetting {
        display: block;
    }
    .banner_conner h3 {
        font-size: 24px;
    }
    .cap img {
        width: 100%;
    }
    .competition_banner {
        min-height: 500px;
    }
    .itemSetting .stepItem {
        width: 88%;
        margin: 0 auto 22px;
    }
    .itemSetting .stepItem:nth-of-type(2) {
        margin: 0 auto 22px;
    }
    .numItem {
        padding: 0 20px;
    }
    .mustMsg {
        padding: 28px 0 2px;
        font-size: 14px;
    }
    .numItemNum table tr td.td1 {
        width: 70px;
    }
    .numItemNum table.entryDate tr td.td1 {
        width: 131px;
    }
}

@media screen and (max-width:375px) {
    .competition_banner {
        min-height: 484px;
    }
    .initTime {
        width: 100%;
    }
    .item>p {
        padding: 0 24px;
    }
}

@media screen and (max-width:320px) {
    .item>p {
        padding: 0 18px;
    }
    .initTime {
        width: 100%;
    }
    .numItem {
        padding: 0 18px;
    }
    .competitionBg>div {
        padding: 20px;
    }
    .more_item {
        right: 0;
    }
}


/* 测评 */

.ranking {
    width: 100%;
    cursor: pointer;
}


/* 图片点击方法 */

.imgPopup {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    cursor: pointer;
}

.imgPopup .alertImg {
    box-sizing: border-box;
    height: 90%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.imgPopup .alertImg img {
    height: 100%;
    border-radius: 5px;
}

.imgPopup .alertClose {
    display: block;
    width: 30px;
    height: 30px;
    background: url('/shujutang/static/image/index/close.png') no-repeat center;
    background-size: cover;
    position: absolute;
    right: -35px;
    top: 0;
    z-index: 99999;
    cursor: pointer;
}

.imgPopup span {
    color: #fff;
    font-size: 30px;
}


/* 验证码弹窗 */

.yzmPopup {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999;
}

.yzmPopup .yzmPopupBg {
    background: #fff;
    width: 400px;
    height: 220px;
    position: absolute;
    top: 50%;
    left: 50%;
    border-top: 4px solid #15499E;
    transform: translate(-50%, -50%);
}

.yzmPopup .yzmErr {
    position: absolute;
    top: 45px;
    left: 90px;
    font-size: 14px;
    color: red;
}

.yzmPopup .form-yzm {
    display: flex;
    justify-content: center;
    margin-top: 70px;
}

.yzmPopup .form-yzm .topAlign {
    line-height: 30px;
    width: 220px;
    box-sizing: border-box;
    text-indent: 1em;
}

.yzmPopup .verifySubmit {
    display: block;
    width: 90px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    margin-top: 40px;
    background-color: #fff;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    color: #f5a21b;
    border: 1px solid #f5a21b;
    cursor: pointer;
}

.yzmPopup .verifySubmit:hover {
    background-color: #f5a21b;
    color: #fff;
}

.yzmPopup_close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 20px;
    height: 20px;
    background: url('/shujutang/static/image/index/close.jpg') no-repeat center;
    background-size: contain;
    cursor: pointer;
}