
.applicationDetailWrapper{
    min-width: 1200px;
    overflow: auto;
}
.extensiveApplicationHeader {
    background-image: none;
    background-image: initial;
    background-color: white;
}
.decorateImage {
    width: 100%;
}
.applicationWrapper {
    background-color: #f4f8ff;
    padding: 30px 0;
}
.applicationDetail {
    width: 1100px;
    margin: auto;
    line-height: 30px;
}
.location {
    font-size: 14px;
    color: #252b3a;
    margin-bottom: 20px;
}
.detailContent {
    padding: 20px;
    background-color: white;
}
.headerContent {
    display: flex;
    padding: 10px;
    border-bottom: 1px dashed #a6a6a6;
    font-size: 14px;
    justify-content: space-between;
}
.contentTitle {
    font-size: 24px;
    line-height: 18px;
}
.btnWrapper {
    display: flex;
    align-items: center;
    width: 215px;
}
.btn {
    padding: 5px 10px;
    font-size: 14px;
    cursor: pointer;
    border-radius: 3px;
    border: 1px solid #0571ff;
    height: 25px;
}
.selectedBtn {
    color: white;
    background-color: #0571ff;
    margin-right: 10px;
}
.leftContent {
    display: flex;
    flex: 1;
    align-items: center;
}
.leftContent img {
    top: -7px;
}
.titleWrapper {
    margin-left: 30px;
    line-height: 24px;
}
.bodyContent {
    padding: 20px;
}
.mainTitle {
    text-align: left;
    padding-top: 20px;
}
.subMainTitle {
    font-size: 14px;
    text-align: left;
    margin: 20px 0;
}
.contentSubTitle {
    padding: 10px 20px 0 0;
}
.bannerContent {
    line-height: 40px;
}

