body {
    background-color: #eee;
}

.main {
    width: 100%;
}

.title {
    padding-top: 0.7rem;
    background-color: #fff;
    text-align: center;
    border-bottom: 1px solid #009947;
}

.title span {
    display: inline-block;
    color: #025829;
    font-size: 0.36rem;
    box-sizing: border-box;
    line-height: 0.8rem;
    padding: 0rem 0.3rem;
    border-bottom: 3px solid #009947;
    font-weight: bold;
}

.option {
    padding: 0rem 0.35rem;
}

.op-li {
    margin: 0.45rem 0;
    font-size: 0.36rem;
    line-height: 0.88rem;
    background-color: #fff;
    box-sizing: border-box;
    width: 100%;
    height: 0.88rem;
    padding: 0 0.2rem;
}

.op-title {
    width: 30%;
    height: 100%;
}

.op-cont {
    width: 70%;
    height: 100%;
}

.name,
.legal,
.number {
    position: relative;
}

.op-cl {
    font-size: 0.6rem;
    padding: 0 0.1rem;
    color: #999;
    background-color: #fff;
    line-height: 0.6rem;
    position: absolute;
    right: 0.1rem;
    top: 0.1rem;
    display: none;
}

.op-cont input,
.op-cont select {
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    padding: 0 0.1rem;
    font-size: 0.32rem;
    color: #000;
    line-height: 0.88rem;
}

.type select {
    padding-right: 0.6rem;
}

.type select option {
    font-size: 0.28rem;
    line-height: 0.6rem;
    border: 1px solid #eee;
}

.type {
    position: relative;
}

.type:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    right: 0.2rem;
    top: 50%;
    margin-top: -0.1rem;
    border: 0.2rem solid transparent;
    border-top: 0.2rem solid #c3c3c3;
}

.sub {
    width: 100%;
    height: 0.88rem;
    line-height: 0.88rem;
    color: #fff;
    background-color: #009947;
    font-size: 0.4rem;
    border-radius: 6px;
    margin-top: 0.2rem;
}

.zz {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    position: fixed;
    left: 0;
    top: 0;
    display: none;
}

.ts {
    width: 5rem;
    height: 2.5rem;
    box-sizing: border-box;
    padding: 0.5rem;
    background-color: #fff;
    margin: 0 auto;
    margin-top: 4rem;
    text-align: center;
    border-radius: 8px;
    border: 1px solid #eee;
    position: relative;
}

.ts p {
    line-height: 1rem;
    font-size: 0.32rem;
}

.ts button {
    height: 0.5rem;
    width: 1.2rem;
    border-radius: 6px;
    font-size: 0.28rem;
    color: #fff;
    background-color: skyblue;
}

.gb {
    display: block;
    width: 0.4rem;
    height: 0.4rem;
    line-height: 0.4rem;
    position: absolute;
    font-size: 0.4rem;
    right: 0.1rem;
    top: 0.1rem;
    border: 1px solid #009947;
    border-radius: 50%;
}