@charset "UTF-8"; 
html {
    background: url(../../images/application/campus_bg.png);
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
body {
    background-color: #f1efef;
    width: 100%;
    max-width: 750px;
    min-width: 320px;
    margin: 0 auto;
}

.fill-space {
    padding: 0 0.1rem;
}

.campus-wrap {
    background-color: #fff;
    margin-top: 0.2rem;
}

.info-wrap ul,
.work-wrap ul {
    padding: 0 0.2rem 0.2rem 0.2rem;
}

.info-wrap ul li {
    border-bottom: 1px solid #e5e6e7;
    padding-top: 0.3rem;
}

.info-wrap ul li p {
    font-size: 0.3rem;
    color: #333333;
    line-height: 1;
}

.info-wrap ul li input[type='text'],
.info-wrap ul li input[type='number'] {
    width: 5.35rem;
    height: 0.6rem;
    font-size: 0.26rem;
    color: #999999;
}

.info-wrap ul li input[type='checkbox'] {
    width: 0.24rem;
    height: 0.24rem;
    border-radius: 0;
    vertical-align: middle;
    margin-right: 0.08rem;
}

.info-wrap ul li input[type='checkbox']:checked {
    width: 0.34rem;
    height: 0.34rem;
    background: url(../../images/application/icoChecked.png) no-repeat center;
    background-size: 100% 100%;
    border: none;
}

.info-wrap ul li .inputPhoneBox {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.info-wrap ul li .inputWechat {
    font-size: 0.24rem;
    color: #2956c9;
}

.info-wrap ul li .selectBox {
    position: relative;
    height: 0.6rem;
}

.info-wrap ul li .selectBox:before {
    content: "";
    position: absolute;
    width: 0.24rem;
    height: 0.24rem;
    background-image: url(../../images/application/icoArrow.png);
    background-size: 100% 100%;
    top: 50%;
    margin-top: -0.12rem;
    right: 0;
}

.info-wrap ul li select {
    height: 100%;
    width: 100%;
    border: none;
    background: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    font-size: 0.26rem;
    color: #999999;
    outline: none;
    cursor: pointer;
}

.info-wrap ul li .city-picker-span {
    height: 100%!important;
    width: 95%!important;
    border: none;
    line-height: 0.6rem!important;
    font-size: 0.26rem;
}

.info-wrap ul li .city-picker-span > .arrow {
    display: none;
}

.info-wrap ul li .city-picker-dropdown {
    width: 95%!important;
    min-width: 0;
    max-width: 750px;
}

.info-wrap ul li .city-select-tab > a,
.info-wrap ul li .city-select a,
.info-wrap ul li .city-picker-span > .title > span {
    font-size: 0.26rem;
    color: #999999;
}

.info-wrap ul li .city-select a.active {
    color: #fff;
}

.work-wrap ul {
    display: flex;
    justify-content: space-between;
}

.work-wrap ul li {
    width: 2.08rem;
}

.work-wrap ul li label {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}

.work-wrap ul li label input[type='checkbox'] {
    position: absolute;
    top: 0;
    right: 0;
    width: 0.59rem;
    height: 0.63rem;
    border: none;
    background-color: transparent;
}

.work-wrap ul li label input[type='checkbox']:checked {
    background-image: url(../../images/application/icoChecked2.png);
    background-size: 100% 100%;
}

.work-title {
    padding: 0.3rem 0.2rem;
}

.work-title h2 {
    font-size: 0.3rem;
    color: #333333;
    line-height: 1;
}

.work-title h2 span {
    font-size: 0.24rem;
    color: #fa0000;
}

.resume-wrap ul li {
    border: none;
}

.resume-wrap ul li textarea {
    width: 100%;
    height: 2.92rem;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    margin-top: 0.2rem;
    line-height: 0.4rem;
    overflow: scroll;
    text-indent: 1em;
    font-size: 0.26rem;
    font-family: "微软雅黑";
    color: #999999;
}

.btnSubmit {
    height: 80px;
    background-color: #f1efef;
}

.btnSubmitFix {
    position: fixed;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80px;
    width: 100%;
    max-width: 750px;
    min-width: 320px;
    z-index: 1000;
    background-color: rgba(255, 255, 255, .9);
    box-shadow: 0 0 0.2rem 0.03rem rgba(110, 110, 110, .2);
}

.btnSubmit button {
    display: block;
    width: 70%;
    height: 50px;
    background-color: #fb9802;
    border-radius: 10px;
    font-size: 18px;
    color: #ffffff;
    font-weight: bold;
    margin: 0 auto;
}