﻿#divcon {
    background-color: #fff;
    padding-left: 50px;
    padding-right: 50px;
    width: 1100px;
    margin: auto;
    position: relative;
    opacity: 0.9;
}

.divztitle {
    height: 55px;
    vertical-align: top;
    border-bottom: 1px solid #DBDBDB;
    padding-top: 30px;
}

.divztitle2 {
    height: 35px;
    padding-top: 50px;
}
.divztitle3{
    height:40px;
    line-height:40px;
    padding-top:20px;
    font-size:18px;
    color:#EA0000;
    padding-left:12px;
}

.divtitle {
    font-size: 24px;
    color: #767676;
    height: 55px;
}

.divselecttitle {
    color: #000 !important;
    font-weight: bold;
    border-bottom: 4px solid #EA0000;
}
.divselecttitle2 {
    color: #000 !important;
    font-weight: bold;
    font-size:24px;
}

.divtitle2 {
    font-size: 24px;
    color: #000;
    margin-top:20px;
}

.divtemp {
    width: calc(100% - 120px);
    height: 75px;
    line-height: 75px;
    text-align: right;
}

.divtitle3 {
    height: 40px;
    line-height: 40px;
    color: #1A1A1A;
    font-size: 18px;
    background-color: #F7F7F7;
    border-radius: 10px;
    padding-left: 15px;
    margin-top:20px;
}

.tdtitle {
    width: 120px;
    text-align: right;
    font-size: 18px;
    color: #000;
    height: 55px;
    line-height: 55px;
    display: inline-block;
}

.input1 {
    height: 35px;
    width: 423px;
    border: 1px solid #D8D8D8;
    border-radius: 3px;
    margin-top: 9px;
    font-size: 18px;
    padding-left:5px;
}

.ddl1 {
    height: 35px;
    width: 430px;
    border: 1px solid #D8D8D8;
    border-radius: 3px;
    margin-top: 9px;
    font-size: 18px;
    padding-left: 5px;
}

.input2 {
    height: 35px;
    width: 974px;
    border: 1px solid #D8D8D8;
    border-radius: 3px;
    margin-top: 9px;
    font-size: 18px;
    padding-left: 5px;
}

.ddl2 {
    height: 35px;
    width: 980px;
    border: 1px solid #D8D8D8;
    border-radius: 3px;
    margin-top: 9px;
    font-size: 18px;
    padding-left: 5px;
}

.textarea1 {
    width: 974px;
    border: 1px solid #D8D8D8;
    border-radius: 3px;
    margin-top: 9px;
    margin-bottom: 9px;
    font-size: 18px;
    padding-left: 5px;
}

.footer-area {
    position: static !important;
}

.required {
    color: #EA0000;
}

.looksubmit {
    width: 96px;
    height: 38px;
    background-color: #0256FF;
    color: #fff;
    font-family: Source Han Sans;
    font-size: 18px;
    border-radius: 8px;
    border: none;
}

.lookcancel {
    width: 96px;
    height: 38px;
    background-color: #AAAAAA;
    color: #fff;
    font-family: Source Han Sans;
    font-size: 18px;
    border-radius: 8px;
    border: none;
}

.divflex {
    display: flex;
    border-bottom: 1px solid #eee;
}

.tdinput {
    display: flex;
}

.divflex2 {
    display: flex;
}

.divtempa {
    font-size: 18px;
    color: #0256FF;
    cursor: pointer;
}

.divtempa2 {
    margin-left: 30px
}

#code {
    width: 200px;
    height: 35px;
    border: 1px solid #D8D8D8;
    border-radius: 3px;
    font-size: 18px;
    padding-left: 10px;
}

.tdtitleh {
    margin-top: 66px;
}
.divdafu{
    padding-top:12px;
    padding-bottom:42px;
}
.dafutitle {
    height: 35px;
    line-height: 35px;
    font-size: 18px;
    color: #9E9E9E;
}
#txtdafucon {
    width: 100%;
    border: 1px solid #DBDBDB;
    font-size: 18px;
    border-radius: 8px;
    padding: 8px 12px;
}
.divcode {
    margin-top: 9px;
}
.spancode {
    font-family: Source Han Sans;
    font-size: 16px;
    color: #9E9E9E;
    margin-left: 5px;
}

@media only screen and (max-width: 1200px) {
    .scrollnav {
        position: static;
    }

    .divflex {
        display: block;
        border-bottom:none;
    }

    .tdinput {
        display: block;
    }

    .tdtitleh {
        margin-top: 0px;
    }

    #divcon {
        background-color: #fff;
        padding-left: 12px;
        padding-right: 12px;
        width: calc(100% - 24px);
        border-top-left-radius: 8px;
        border-top-right-radius: 8px;
        margin-top: 90px;
        position:relative;
    }

    .tdtitle {
        width: 100%;
        text-align: left;
        font-size: 18px;
        color: #000;
        height: 45px;
        line-height: 45px;
        display: block;
    }

    .input1 {
        height: 35px;
        width: calc(100% - 5px);
        border: 1px solid #D8D8D8;
        border-radius: 3px;
        margin-top: 0px;
        font-size: 14px;
    }

    .ddl1 {
        height: 35px;
        width: 100%;
        border: 1px solid #D8D8D8;
        border-radius: 3px;
        margin-top: 0px;
        font-size: 14px;
    }

    .input2 {
        height: 35px;
        width: calc(100% - 5px);
        border: 1px solid #D8D8D8;
        border-radius: 3px;
        margin-top: 0px;
        font-size: 14px;
    }

    .ddl2 {
        height: 35px;
        width: 100%;
        border: 1px solid #D8D8D8;
        border-radius: 3px;
        margin-top: 0px;
        font-size: 14px;
    }

    .textarea1 {
        width: calc(100% - 5px);
        border: 1px solid #D8D8D8;
        border-radius: 3px;
        margin-top: 0px;
        margin-bottom: 0px;
        font-size: 14px;
    }

    .divtitle {
        font-size: 20px;
        height: auto;
    }

    .divztitle {
        height: auto !important;
        padding-top: 12px;
    }

    .divtitle2 {
        width: 100%;
        font-size: 18px;
        font-weight: 500;
        height: 26px;
        line-height: 26px;
        margin-top: 12px;
    }

    .divtemp {
        width: 100%;
        height: 20px;
        line-height: 20px;
        text-align: left;
    }

    .divtempa {
        font-size: 14px;
    }

    .divtempa2 {
        margin-left: 20px
    }

    .divtitle3 {
        margin-top: 12px;
        font-size: 14px;
    }

    .tdtitle {
        font-size: 14px;
    }

    .looksubmit {
        font-size: 14px;
    }

    .lookcancel {
        font-size: 14px;
    }

    #code {
        font-size: 14px;
    }
    .divztitle3{
        height:56px;
        line-height:28px;
        font-size:14px;
    }
    .imgcode{
        display:block;
    }
    .divselecttitle2{
        font-size:20px;
    }
    .divztitle2{
        padding-top:12px;
    }
    .divztitle3{
        padding-top:12px;
    }
    .divcode {
        margin-top: 0px;
    }
    .divcode2{
        margin-top:10px;
    }
    .spancode {
        font-size: 14px;
    }
    #divbtn{
        padding-top:12px !important;
    }
    #code{width:calc(100% - 10px) !important;}
    .dafutitle{
        font-size:14px;
    }
    .attachright{
        width:100% !important;
    }
    .tdattachtitle{
        display:none;
    }
    .btn_upload {
        font-size: 14px !important;
    }
    #txtdafucon {
        width: calc(100% - 24px);
        font-size:14px;
    }
}
