body {
    background-color: #f6f6f6;
}

.banner img {
    width: 100%;
    height: 100%;
    vertical-align: middle;
}

.apply {
    width: calc(100% - 20px);
    margin: 15px auto;
    padding: 10px 15px;
    box-sizing: border-box;
    background-color: white;
    border-radius: 10px;
}

.apply .tit p {
    text-align: center;
    font-size: 18px;
    color: #01af63;
    font-weight: bold;
    margin: 15px 0px 25px;
    border-bottom: 1px solid #01af63;
}

.apply form ul li {
    margin: 10px 0px;
    border-bottom: 1px dashed #dfdfdf;
    padding-bottom: 10px;
    overflow: hidden;
}

.apply form ul li p {
    display: inline-block;
    font-size: 14px;
    margin-bottom: 6px;
}

.apply form ul li p .little {
    color: #666;
    font-size: 12px;
}

.apply form ul li p .red {
    color: red;
}

.apply form ul li select:first-child {
    margin-right: 10px;
}

.apply form ul li select,
.apply form ul li input {
    background-color: #f9f9f9;
    width: 100%;
    height: 39px;
    outline: none;
    padding: 0px 10px 0px 10px;
    box-sizing: border-box;
    border: none;
    color: #333;
}

.apply form ul li input {
    padding: 0px 50px 0px 10px;
}

.apply form ul li .wrap {
    position: relative;
}

.apply form ul li span.ts {
    color: white;
    font-size: 14px;
    color: #666;
    line-height: 39px;
    padding: 0px 10px;
    position: absolute;
    right: 0px;
    cursor: pointer;
}

.apply form ul li span.ts input {
    width: 14px;
    height: 14px;
    vertical-align: -2px;
}

.apply form ul li span.hint {
    display: none;
    font-size: 12px;
    color: red;
    margin-top: 3px;
}

.apply form .formBtn {
    display: flex;
}

.apply form .formBtn button {
    flex: 1;
    line-height: 40px;
    color: #fff;
    background-color: #01af63;
    border: none;
    outline: none;
    border-radius: 25px;
}

.apply form .formBtn button:first-child {
    margin-right: 15px;
}

.flow {
    padding: 0px 20px;
    box-sizing: border-box;
}

.flow h4 {
    margin: 6px 0px;
}

.flow p {
    font-size: 14px;
    line-height: 30px;
}

.flow img {
    width: 150px;
    height: 150px;
}

.flow input {
    position: absolute;
    left: -1000px;
}

.flow button {
    border: none;
    outline: none;
    padding: 4px 16px;
    border-radius: 25px;
    color: #fff;
    background-color: #01af63;
    cursor: pointer;
}

.flow a {
    color: #01af63;
}

.gzh {
    margin-bottom: 10px;
}

.fixed-copy {
    position: fixed;
    opacity: 0;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 10px 20px;
    background-color: rgba(0, 0, 0, .8);
    color: #fff;
}