.input1 {
    width: 7.5rem;
    height: 1rem;
    position: fixed;
    bottom: 0;
    background-color: #3480ff;
    line-height: 1rem;
    text-align: center;
    color: #FFFFFF;
    font-size: .3rem;
    border: 0px;
    outline: none;
    left: 0;
    text-align: center;
}

.showdetails {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: rgba(0, 0, 0, .7);
}

.closehtml {
    width: 7.5rem;
    height: 10%;
}

.dethtml {
    width: 7.5rem;
    height: 90%;
    background-color: #FFFFFF;
    position: fixed;
    bottom: 0;
    border-top-left-radius: .2rem;
    border-top-right-radius: .2rem;
    overflow-y: scroll;
    padding-bottom: 1.5rem;
    display: none;
}

.dettitle {
    text-align: center;
    font-size: .34rem;
    color: #000000;
    margin-top: .4rem;
    margin-bottom: .3rem;
}

.oclose {
    position: absolute;
    width: .32rem;
    right: .3rem;
}

.os {
    width: 5.2rem;
    display: flex;
    padding-left: .25rem;
    margin-top: .03rem;
    align-items: center;
    flex-wrap: wrap;
}

.os span {
    font-size: .28rem;
    border: 1px solid #000000;
    float: left;
    margin-right: .1rem;
    padding: .1rem .2rem;
    margin-top: .24rem;
}

.os .active {
    color: #5A8CF7;
    border: 1px solid #5A8CF7;
}

.addjn {
    font-size: .5rem;
    padding: 0rem .3rem;
    float: right;
    border: 1px solid #000000;
    border-radius: .05rem;
    color: #000000;
    margin-left: .15rem;
    margin-top: .35rem;
}

.ojineng {
    width: 7.5rem;
    height: 76%;
    background-color: #FFFFFF;
    position: fixed;
    bottom: 0;
    border-top-left-radius: .2rem;
    border-top-right-radius: .2rem;
    overflow-y: scroll;
    padding-bottom: 1.5rem;
    display: none;
    box-shadow: 3px 13px 12px 9px #4d4d4d;
}

.closejn {
    position: absolute;
    width: .32rem;
    right: .3rem;
    z-index: 99;
    margin-top: .35rem;
}

.fb-list {
    width: 7.5rem;
    border-bottom: .2rem solid #f7f7f7 !important;
}

.fb-list li {
    width: 6.9rem;
    height: 1rem;
    display: flex;
    margin: auto;
    border-bottom: 1px solid #e4e4e4;
}

.fb-list li:last-of-type {
    border-bottom: none;
}

.fb-list li .list-name {
    font-size: .34rem;
    color: #333333;
    line-height: 1rem;
    float: left;
    width: 1.5rem;
}

.fb-list li input {
    width: 4.5rem;
    height: .9rem;
    float: left;
    margin-left: .2rem;
    font-size: .34rem;
    line-height: 1rem;
    background-color: rgba(0, 0, 0, 0);
    border:0;
}

.fb-list li select {
    width: 5rem;
    height: 1rem;
    float: left;
    margin-left: .2rem;
    font-size: .34rem;
    line-height: 1rem;
    border: none;
    outline: none;
    background-color: rgba(0, 0, 0, 0);
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: url(../images/xbtn.png);
    background-repeat: no-repeat;
    background-size: .22rem;
    background-position: 100% 50%;
}

.fb-list li textarea {
    width: 5rem;
    height: 1.2rem;
    float: left;
    margin-left: .2rem;
    font-size: .34rem;
    border: none;
    outline: none;
    background-color: rgba(0, 0, 0, 0);
    margin-top: .25rem;
    font-family: auto;
    resize: none;
}

.oBtn {
    width: 6.7rem;
    height: .9rem;
    background-color: #d2d2d2;
    color: #FFFFFF;
    font-size: .36rem;
    border: none;
    outline: none;
    border-radius: 1rem;
    display: block;
    margin: auto;
    margin-bottom: .2rem;
}

.acitve {
    background-image: url(../images/surebtn.png);
    background-repeat: no-repeat;
    background-size: 6.9rem;
    background-position: 50%;
}