.channelBanner {
    width: 100%;
    height: auto;
}

.upload_reveal {
    width: 120px;
    height: 50px;
    background: #EDEDED;
    border-radius: 6px;
    display: inline-block;
    line-height: 50px;
    position: relative;
    text-align: center;
    color: #FFFFFF;
    font-size: 18px;
    font-family: AlibabaPuHuiTi_2_55_Regular;
    font-weight: 400;
    color: #2C2C34;
    /* border-radius: 5px; */
    margin-left: 30px;
}

.upload_reveal>input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*透明度为0*/
    opacity: 0;
    cursor: pointer;
}

.all {
    width: 100%;
    height: auto;
    background-image: url(../images/beijingtu.png);
    background-repeat: no-repeat;
    background-size: 100%;
}

.channelBanner img {
    width: 100%;
    height: auto;
    display: block;
    margin-top: 120px;
}

.containerConList {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.black {
    width: 100%;
    height: 5px;
    background-color: #2c2c34;
}

.containerInput {
    width: 70%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}

.inputTitle {
    width: 100%;
    display: flex;
    justify-content: center;
    padding-top: 102px;
    font-size: 24px;
    font-family: AliMedium;
    font-weight: 400;
    color: #2C2C34;
}

.formListConOne {
    width: 100%;
    display: flex;
    margin-top: 50px;
}

.companyName {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: start;
}

.companyNameLeft {
    width: 23%;
}

.companyNameLeft span {
    float: right;
}

.companyNameRight {
    width: 77%;
}

.companyNameUp {
    width: 77%;
    display: flex;
}

.companyName .companyNameUp p {
    width: 120px;
    height: 50px;
    background-color: #EDEDED;
    text-align: center;
    line-height: 50px;
    margin-left: 6%;
    font-size: 18px;
    color: #2c2c34;
    border-radius: 6px;
    white-space: nowrap;
}


/* .companyName .companyNameUp img {
    width: 25.75%;
    height: 50px;
    margin-left: 6%;
    background-color: #EDEDED;
    text-align: center;
    line-height: 50px;
    margin-left: 6%;
    font-size: 18px;
    color: #2c2c34;
    border-radius: 6px;
} */

.companyName .companyNameUp span {
    font-size: 18px;
    font-family: AlibabaPuHuiTi_2_45_Light;
    font-weight: 400;
    color: #666666;
    display: flex;
    align-items: center;
    margin-left: 10px;
    margin-right: 10px;
}

.companyName span {
    font-size: 18px;
    font-family: AliRegular;
    font-weight: 400;
    color: #2C2C34;
    white-space: nowrap;
}

.companyName input {
    width: 80%;
    height: 50px;
    border: 1px solid #5E5E5E;
    border-radius: 6px;
    outline: none;
    padding: 0 10px;
    margin-left: 30px;
}
.companyNameUp .uploadzizhi{
    width: 120px;
    height: 50px;
    background-color: #EDEDED;
    text-align: center;
    line-height: 50px;
    margin-left: 6%;
    font-size: 18px;
    color: #2c2c34;
    border-radius: 6px;
    white-space: nowrap;
}
.companyNameUp p{
    display: none;
}
.Up {
    width: 100%;
    height: auto;
    text-align: center;
    padding-top: 80px;
    padding-bottom: 109px;
}

.Up button {
    width: 120px;
    height: 40px;
    margin: 0 auto;
    border: none;
    background-color: #CA1421;
    color: #FFF;
    border-radius: 15px;
}

.peopleCon {
    width: 50%;
    display: flex;
    align-items: center;
}

.peopleCon span {
    font-size: 18px;
    font-family: AlibabaPuHuiTi_2_55_Regular;
    font-weight: 400;
    color: #2C2C34;
    white-space: nowrap;
    margin-left: 10px;
}

.peopleCon input {
    width: 480px;
    height: 50px;
    border: 1px solid #5E5E5E;
    border-radius: 6px;
    outline: none;
    padding: 0 10px;
    margin-left: 30px;
}

.formListConTwo {
    width: 100%;
    display: flex;
    margin-top: 40px;
}

.formListConTwo .companyName {
    width: 100%;
    display: flex;
}

.formListConTwo .companyName .companyNameLeft {
    width: 11.5%;
}

.formListConTwo .companyName .companyNameRight {
    width: 100%;
}

.formListConTwo .companyName .companyNameRight input {
    width: 90%;
    margin-left: 3.9%
}

.formListConOne .companyName .chooseRight {
    width: 73.5%;
    display: flex;
    margin-left: 32px;
    justify-content: space-around;
}

.formListConOne .companyName .chooseRight1 {
    width: 100%;
    display: flex;
    margin-left: 32px;
}

.formListConOne .companyName .chooseRightAll {
    width: 100%;
    display: flex;
}

.formListConOne .companyName .chooseRightAll1 {
    width: 100%;
    display: flex;
}

.formListConOne .companyName .chooseRight .chooseRightAll select {
    border: none;
    /*很关键：将默认的select选择框样式清除*/
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    width: 80%;
    height: 50px;
    padding-left: 10px;
    /*在选择框的最右侧中间显示小箭头图片*/
    background: url("../images/select_03.png") no-repeat scroll right center transparent;
    /*为下拉小箭头留出一点位置，避免被文字覆盖*/
    padding-right: 14px;
    border: 1px solid #5E5E5E;
    border-radius: 6px;
    outline: none;
}

.formListConOne .companyName .chooseRight1 .chooseRightAll1 select {
    border: none;
    /*很关键：将默认的select选择框样式清除*/
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    width: 84%;
    height: 50px;
    padding-left: 10px;
    /*在选择框的最右侧中间显示小箭头图片*/
    background: url("../images/select_03.png") no-repeat scroll right center transparent;
    /*为下拉小箭头留出一点位置，避免被文字覆盖*/
    padding-right: 14px;
    border: 1px solid #5E5E5E;
    border-radius: 6px;
    outline: none;
    margin-left: 30px;
}


/* .cityList {
    width: 50%;
    display: flex;
    align-items: center;
}

.cityList span {
    font-size: 18px;
    font-family: AlibabaPuHuiTi_2_55_Regular;
    font-weight: 400;
    color: #2C2C34;
    white-space: nowrap;
    margin-left: 10px;
}

.cityList select {
    width: 200px;
    height: 50px;
    border: 1px solid #5E5E5E;
    border-radius: 6px;
}

.cityList select option {
    width: 17px;
    height: 11px;
} */

.formListConThree {
    width: 100%;
    display: flex;
    align-items: center;
    margin-top: 40px;
}

.industry {
    width: 50%;
    display: flex;
    align-items: center;
}

.industry span {
    font-size: 18px;
    font-family: AlibabaPuHuiTi_2_55_Regular;
    font-weight: 400;
    color: #2C2C34;
    white-space: nowrap;
    margin-left: 14px;
}

.industry input {
    width: 480px;
    height: 50px;
    border: 1px solid #5E5E5E;
    border-radius: 6px;
    outline: none;
    padding: 0 10px;
    margin-left: 34px;
}

.customersJoin {
    width: 50%;
    display: flex;
    align-items: center;
}

.customersJoin span {
    font-size: 18px;
    font-family: AlibabaPuHuiTi_2_55_Regular;
    font-weight: 400;
    color: #2C2C34;
    white-space: nowrap;
    margin-right: 20px;
}

.customersJoin input {
    width: 480px;
    height: 50px;
    border: 1px solid #5E5E5E;
    border-radius: 6px;
    outline: none;
    padding: 0 10px;
    margin-left: 4px;
}

@media (min-width: 790px) and (max-width: 1700px) {
        .formListConTwo .companyName .companyNameRight input {
            width: 90.3%;
            margin-left: 4.5%
        }
        .formListConOne .companyName .chooseRight {
            width: 77%;
            margin-left: 7%
        }
        .formListConOne .companyName .chooseRight select {
            border: none;
            /*很关键：将默认的select选择框样式清除*/
            appearance: none;
            -moz-appearance: none;
            -webkit-appearance: none;
            width: 44.5%;
            height: 50px;
            padding-left: 10px;
            /*在选择框的最右侧中间显示小箭头图片*/
            background: url("../images/select_03.png") no-repeat scroll right center transparent;
            /*为下拉小箭头留出一点位置，避免被文字覆盖*/
            padding-right: 14px;
            border: 1px solid #5E5E5E;
            border-radius: 6px;
        }
    }
    
    .h5app {
        display: none;
    }
    
    @media (max-width: 767px) {
        .Up {
            width: 100%;
            height: auto;
            text-align: center;
            padding-top: 20px;
            padding-bottom: 20px;
        }
        .qualifications {
             margin: 0 auto;
             width: 90%;
            margin-top: 20px;
            display: flex;
            align-items: center;
        }
        .uploadClick {
            flex: 1;
             display: flex;
            position: relative;
            align-items: center;
        }
    .uploadClick p {
            font-size: 14px;
            font-family: AlibabaPuHuiTi_2_45_Light;
            font-weight: 400;
            color: #666666;
               display: flex;
            align-items: center;
            margin-left: 10px;
            margin-right: 10px;
            position: relative;
            left: 0;
            top: 0;
            margin-left: 27px;
            display: inline-block;
            white-space: nowrap;
            background: #EDEDED;
             padding: 10px;
        }
         #uploadzizhi {
            width: 72px;
             margin-left: 8px;
            filter: Alpha(opacity=0);
            -moz-opacity: 0;
            opacity: 0;
            position: absolute;
             left: 10px;
             z-index: 2;
            /* background: red; */
        }
        .h5app {
            display: block;
            width: 100%;
        }
        .channelbannersImgs {
            width: 100%;
            height: auto;
        }
        .channelbannersImgs img {
            display: block;
            width: 100%;
            margin-top: 76px;
        }
        .chaanlAllList {
            width: 100%;
            margin-top: 20px;
            overflow-y: auto;
        }
         .chaanlAllList span{
             font-family: AliMedium;
         }
        .companyInput {
            margin: 0 auto;
            width: 90%;
        }
        .companyInput span {
            margin-right: 11px;
        }
        .companyInput input {
            height: 36px;
            width: 70%;
            border: 1px solid #5E5E5E;
            border-radius: 6px;
            outline: none;
            padding-left: 10px;
        }
        .personInput {
            margin: 0 auto;
            width: 90%;
            margin-top: 20px;
        }
        .personInput span {
            margin-right: 11px;
        }
        .personInput input {
            height: 36px;
            width: 70%;
            border: 1px solid #5E5E5E;
            border-radius: 6px;
            outline: none;
            padding-left: 10px;
        }
        .provdeSheng {
            margin: 0 auto;
            width: 90%;
            margin-top: 20px;
        }
        .provdeSheng span {
            margin-right: 11px;
        }
        .provdeSheng select {
            margin-left: 8px;
            border: none;
            /*很关键：将默认的select选择框样式清除*/
            appearance: none;
            background: url("../images/select_03.png") no-repeat scroll right center transparent;
            -moz-appearance: none;
            -webkit-appearance: none;
            width: 35%;
            height: 36px;
            padding-left: 10px;
            padding-right: 14px;
            border: 1px solid #5E5E5E;
            border-radius: 6px;
            outline: none;
            font-family: AlibabaPuHuiTi_2_55_Regular;
            font-weight: 400;
            color: #2C2C34;
        }
        .businessInput {
            margin: 0 auto;
            width: 90%;
            margin-top: 20px;
        }
        .businessInput span {
            margin-right: 7px;
        }
        .businessInput select {
            margin-left: 18px;
            border: none;
            /*很关键：将默认的select选择框样式清除*/
            appearance: none;
            background: url("../images/select_03.png") no-repeat scroll right center transparent;
            -moz-appearance: none;
            -webkit-appearance: none;
            width: 74%;
            height: 36px;
            padding-left: 10px;
            padding-right: 14px;
            border: 1px solid #5E5E5E;
            border-radius: 6px;
            outline: none;
            font-family: AlibabaPuHuiTi_2_55_Regular;
            font-weight: 400;
            color: #2C2C34;
        }
        .coveredInput {
            margin: 0 auto;
            width: 90%;
            margin-top: 20px;
        }
        .coveredInput span {
            margin-right: 25px;
        }
        .coveredInput input {
            height: 36px;
            width: 70%;
            border: 1px solid #5E5E5E;
            border-radius: 6px;
            outline: none;
            padding-left: 10px;
        }
        .customersInput {
            margin: 0 auto;
            width: 90%;
            margin-top: 20px;
        }
        .customersInput span {
            /* margin-right: 9px; */
            margin-right: -2px;
        }
        .customersInput input {
            height: 36px;
            width: 70%;
            border: 1px solid #5E5E5E;
            border-radius: 6px;
            outline: none;
            padding-left: 10px;
        }
        .mainInput {
            margin: 0 auto;
            width: 90%;
            margin-top: 20px;
        }
        .mainInput span {
            margin-right: 25px;
        }
        .mainInput input {
            height: 36px;
            width: 70%;
            border: 1px solid #5E5E5E;
            border-radius: 6px;
            outline: none;
            padding-left: 10px;
        }
        .agentbrandsInput {
            margin: 0 auto;
            width: 90%;
            margin-top: 20px;
        }
        .agentbrandsInput span {
            /* margin-right: 9px; */
            margin-right: -2px;
        }
        .agentbrandsInput input {
            height: 36px;
            width: 70%;
            border: 1px solid #5E5E5E;
            border-radius: 6px;
            outline: none;
            padding-left: 10px;
        }
        .argumentsInput {
            margin: 0 auto;
            width: 90%;
            margin-top: 20px;
            display: flex;
            align-items: center;
        }
        .argumentsInput span {
            margin-right: 2px;
        }
        .argumentsInput input {
            height: 36px;
            width: 70%;
            border: 1px solid #5E5E5E;
            border-radius: 6px;
            outline: none;
            padding-left: 10px;
        }
        .interfaceInput {
            margin: 0 auto;
            width: 90%;
            margin-top: 20px;
        }
        .interfaceInput span {
            margin-right: 11px;
        }
        .interfaceInput input {
            height: 36px;
            width: 70%;
            border: 1px solid #5E5E5E;
            border-radius: 6px;
            outline: none;
            padding-left: 10px;
        }
        .postInput {
            margin: 0 auto;
            width: 90%;
            margin-top: 20px;
        }
        .postInput span {
            margin-right: 52px;
        }
        .postInput input {
            height: 36px;
            width: 70%;
            border: 1px solid #5E5E5E;
            border-radius: 6px;
            outline: none;
            padding-left: 10px;
        }
        .mobileInput {
            margin: 0 auto;
            width: 90%;
            margin-top: 20px;
        }
        .mobileInput span {
            margin-right: 52px;
        }
        .mobileInput input {
            height: 36px;
            width: 70%;
            border: 1px solid #5E5E5E;
            border-radius: 6px;
            outline: none;
            padding-left: 10px;
        }
        .emailInput {
            margin: 0 auto;
            width: 90%;
            margin-top: 20px;
        }
        .emailInput span {
            margin-right: -4px;
        }
        .emailInput input {
            height: 36px;
            width: 70%;
            border: 1px solid #5E5E5E;
            border-radius: 6px;
            outline: none;
            padding-left: 10px;
        }
        .industryInput {
            margin: 0 auto;
            width: 90%;
            margin-top: 20px;
        }
        .industryInput span {
            margin-right: 25px;
        }
        .industryInput input {
            height: 36px;
            width: 70%;
            border: 1px solid #5E5E5E;
            border-radius: 6px;
            outline: none;
            padding-left: 10px;
        }
        .intentionInput {
            margin: 0 auto;
            width: 90%;
            margin-top: 20px;
        }
        .intentionInput span {
            margin-right: 25px;
        }
        .intentionInput input {
            height: 36px;
            width: 70%;
            border: 1px solid #5E5E5E;
            border-radius: 6px;
            outline: none;
            padding-left: 10px;
        }
        .channelBanner {
            display: none;
        }
        .all {
            display: none;
        }
        #liansxi {
            display: none;
        }
        .last-contents {
            width: 100%;
            height: 70px;
            display: flex;
            align-items: center;
            flex-direction: column;
        }
        .last-content {
            display: none;
        }
        .footer {
            display: none;
        }
        .footers {
            display: block;
            width: 100%;
        }
        .footersCon {
            width: 100%;
            display: flex;
        }
        .footersCon ul {
            width: 30%;
        }
        .footersCon ul li {
            display: flex;
            width: 100%;
        }
        .footersCon ul li a {
            line-height: 30px;
            margin-left: 30px;
        }
        .rightfooters {
            display: flex;
            width: 70%;
            margin-top: 10px;
            justify-content: space-around;
        }
        .rights-one>img {
            width: 103px;
            display: block;
            height: 102px;
        }
        .rights-two>img {
            width: 103px;
            display: block;
            height: 102px;
        }
    }