.font-a {
    color: #212529;
}

.supp_dao {
    height: 42px;
    background: #fff;
}

.supp_dao div {
    float: left;
    height: 14px;
    padding: 14px 16px;
    line-height: 14px;
}

.supp_dao a {
    font-size: 14px;
    letter-spacing: 1px;
    color: #626262;
}

.supp_dao div:hover {
    background-color: #e5e5e5;
}

.supp_dao div:hover {
    color: #ff6000;
}

.supp_xuan {
    background-color: #e5e5e5;
}

.supp_dao .supp_xuan {
    color: #ff6000;
}

.supp_sel {
    margin-top: 16px;
    background: #fff;
    height: 89px;
}

.supp_sel div {
    float: left;
    padding: 14px 16px;
    line-height: 14px;
}

.supp_sel select {
    padding: 13px 0;
    background: #fff;
    line-height: 14px;
    height: 40px;
}

.pur {
    width: 960px;
    height: auto;
    background-color: #ffffff;
    margin-bottom: 16px;
    overflow: hidden;
    padding-bottom: 20px;
}

.pur_tit > div {
    width: 152px;
}

.pur_tit > div > div {
    padding: 20px 20px;
    text-align: left;
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    letter-spacing: 1px;
    color: #333333;
    line-height: 16px;
    width: 200px;
}

.pur_tit span {
    display: block;
    width: 104px;
    height: 1px;
    background-color: #000000;
}

.pur_tit {
    border-bottom: 1px solid #ff6000;
}

.pur_info {
    margin: 17px 17px 0 17px;
}

.pur_info > div {
    display: flex;
    /* justify-content: space-between; */
    flex-wrap: wrap;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    /*line-height: 14px;*/
    letter-spacing: 1px;
    color: #333333;
}

.pur_info > div > a {
    width: 20%;
    /*margin-right: 8%;*/
    margin-bottom: 12px;
    color: #333333;
}

.pur_info > div > :nth-child(6n) {
    margin-right: 0;
}

/* ------------ */
.tec_huanye {
    width: 700px;
    margin: 38px auto;
    height: 24px;
    text-align: center;
    display: flex;
    justify-content: space-between;
}

.tec_huanye a {
    float: left;
    border: solid 1px #bfbfbf;
    border-radius: 3px;
    line-height: 22px;
    padding: 0 6px;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #737373;
}

.tec_huanye a:last-child div {
    margin: 0;
}

.tec_huanye input {
    width: 18px;
    outline: none;
    height: 24px;
    border-radius: 3px;
    border: solid 1px #bfbfbf;
    padding: 0 6px;
}

.tec_huanye a:nth-child(14) {
    border: 0;
    cursor: text;
}

.tec_huanye a:nth-child(15) {
    border: 0;
    cursor: text;
}

.tec_huanye > div {
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #737373;
    line-height: 26px;
}

.tec_huanye .huanye_xuan {
    background-color: #ff6000;
    border-radius: 3px;
    border: solid 1px #ff6000;
    color: #fff;
}

.tec_huanye a:hover {
    background-color: #ff6000;
    border-radius: 3px;
    border: solid 1px #ff6000;
    color: #fff;
}

.tec_huanye .tec_que {
    width: 36px;
    background-color: #a8a8a8;
    color: #fff;
}

.huanye_none {
    display: none;
}

.pur_info > div > a > div:hover {
    color: #ff6000;
}


.sign-title {
    padding: 10px 0;
    font-size: 14px;
    line-height: 28px
}

.big-title {
    font-size: 20px;
    color: #ff6000;
    font-weight: bold;
    padding: 20px 20px;
    border-bottom: 1px solid #dedede
}

.middle-title {
    padding: 20px 10px 0 20px;
    font-weight: bold
}
.signContent{
  margin-bottom: 20px;
}

@media (max-width: 800px) {
.signContent{
    margin: 15px 10px ;
}

    .bianlan {
        display: none;
    }

    .pur_info > div > a > div {
        margin-right: 0;
    }

    .pur_info > div > a {
        width: 30%;
        margin-right: 0;

        /*margin-right: 5%;*/
    }

    .pur_info > div > a > div {
        width: 100%;
        font-size: 14px;
        word-break: break-word;
    }

    .pur_info > div > a > div:hover {
        color: #ff6000;
    }

    .pur_info > div > :nth-child(6n) {
        margin-right: 5%;
    }

    .pur_info > div > :nth-child(4n) {
        margin-right: 0;
    }

    .det_xsz {
        display: block;
    }

    .supp_dao {
        height: 50px;
        white-space: nowrap;
        overflow-y: scroll;
        padding-top: 10px;
    }

    .supp_dao div {
        float: none;
        display: inline-block;
        font-size: 1.2em;
        height: 1.2em;
    }

    .supp_dao::-webkit-scrollbar {
        display: none;
    }

    .supp_xuan {
        background: #fff;
    }

    .ind_fo_nei, .indfo_ma {
        margin: 0;
    }

    .supp_sel {
        margin-top: 10px;
    }

    .supp_sel .det_tit div {
        width: 100%;
    }

    .supp_sel .det_tit {
        float: none;
        border: 0;
    }

    .tec_huanye {
        width: 80%;
        margin: 0 auto;
    }

    .huanye_none {
        display: block;
    }

    .huanye_bl {
        display: none;
    }

    .tec_huanye a {
        background: #fff;
        border: 0;
        padding: 3px 9px;
        line-height: 16px;
    }

    .tec_huanye > div {
        display: none;
    }

    .tec_huanye > input {
        display: none;
    }

    .tec_huanye a:last-child {
        display: none;
    }

    .ind_fo_sel {
        position: absolute;
        top: 260px;
        width: 96%;
        height: auto;
        margin: 0 auto;
        left: 50%;
        margin-left: -48%;
    }

    .io_g {
        float: left;
        width: 50%;
    }

    .indfo_sup {
        margin-top: 16px;
    }

    .pur {
        width: auto;
        margin: 0 10px 10px 10px;
    }

    .pur_info > div {
        font-size: 0.8em;
    }

    .pur_tit span {
        width: 40px;
        height: 2px;
        background-color: #ff6000;
        margin: 0 auto;
    }

    .pur_tit > div > div {
        padding: 16px 10px;
    }

    .pur_tit > div {
        width: 88px;
    }
}
