.appWarp {
    width: 94%;
    margin: 10px auto;
    min-height: calc(100vh - 228px);
}

.aboutLogoImage {
    width: 25%;
    margin-right: 10px;

}

.text {
    line-height: 26px;
    font-size: 12px;
}

.text p {
    text-indent: 2em;
    margin-bottom: 10px;

}

.aboutContactUnit {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px dashed #eee
}

.aboutContactUnit strong {
    font-size: 14px;
    color: #2a8fce;
    line-height: 30px;
    font-weight: normal;
}

.aboutContactUnit img {
    width: 20%;
    margin-right: 10px;
}

.aboutContactInfo p {
    line-height: 1;
    font-size: 12px;
    margin-bottom: 10px;
}

/*advertisement*/
.advertisement p {
    text-indent: 2em
}

.advertisement .qq {
    background: url(https://mip.tuxiaobei.com/static/pc/images/qq.png) 10px 10px #0090ff no-repeat;
    float: left;
    height: 40px;
    line-height: 40px;
    padding: 0 10px 0 10px;
    border-radius: 10px;
    margin-right: 10px;
    margin-top: 20px;
    color: #fff;
}

/*link*/
.link ul li {
    float: left;
    width: 144px;
    text-align: center;
    line-height: 36px;
}

.other_text p {
    text-indent: 2em;
    line-height: 20px;
    font-size: 12px;
    margin-bottom: 10px;
}

/*apply*/
.apply {

    font-size: 14px;
}

.apply h3 {
    padding: 20px 0;
    text-align: center;
    border-bottom: 1px #CCC dotted;
    font-weight: bold;
    color: #F00;
}

.apply label {
    padding-top: 20px;
    display: block;

}

.apply .newInputTxt {
    width: calc(100% - 110px)
}

.apply .apply-title {
    width: 110px;
    text-align: right;
    line-height: 40px;
    height: 40px;
    font-size: 12px;
}

.apply .txt {
    border: 1px #CCC solid;
    background: #f7f7f7;
    width: calc(100% - 20px);
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
}

.apply .captcha {
    border: 1px #CCC solid;
    background: #f7f7f7;
    width: 100px;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
}

.apply .bz {
    color: #999;
    line-height: 40px;
    height: 40px;
    margin-left: 10px;
}

.apply .upload {
    width: 120px;
    height: 40px;
    line-height: 40px;
    border: 1px #CCC solid;
    background: #f7f7f7;
    text-align: center;
    cursor: pointer;
}

.apply .tj {
    width: 200px;
    margin: 30px auto 0 auto;
}

.apply .tj .inp {
    width: 200px;
    height: 45px;
    line-height: 45px;
    background: #85c226;
    border: none;
    color: #fff;
    cursor: pointer;
    text-align: center;
    font-size: 18px;
}

.apply .apply-about {
    border-top: 1px #ccc dotted;
    padding: 20px 0;
    margin-top: 20px;
    line-height: 30px;
    text-align: center;
}

.hide-file {
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
    position: absolute;
    z-index: 9999;
    display: block;
    width: 422px;
    height: 44px;
    outline: none;
}

.aboutApplyQrCodeImg {
    width: 30%
}

