
.content {
    top: 0 !important;
}
.info {
    margin: .1rem 0;
    padding: .1rem;
    background-color: white;
}
.info img {
    width: .6rem;
    height: .4rem;
    flex-shrink: 0;
}
.info .info-m {
    margin-left: .1rem;
    width: 100%;
}
.info .info-m .info-m-t {
    font-size: .16rem;
    color: #333;
}
.info .info-m .info-m-d {
    font-size: .12rem;
    color: #898989;
}
.info .scan-btn {
    width: .6rem;
    height: .24rem;
    border: 1px solid #29B7F6;
    border-radius: .12rem;
    color: #29B7F6;
    font-size: .12rem;
    line-height: .24rem;
    text-align: center;
    flex-shrink: 0;
}

.input-item {
    padding: .1rem;
    background-color: white;
}
.input-item label {
    width: 1rem;
    flex-shrink: 0;
}
.input-item input {
    width: 100%;
}

#agent {
    color: red;
}

#phone {
    color: red;
}


.agent-list {
    width: 100%;
    height: 4.1rem;
    /****overflow: scroll;***/
    -webkit-overflow-scrolling: touch;
}

.agent-list .item {
    width: 96%;
    padding: .1rem;
    margin-top: .02rem;
    background-color: white;
}

.agent-list .item .no {
    width: 100%;
    font-size: .14rem;
    color: red;
}
.agent-list .item .detail {
    height:0.25rem;
    width: 98%;
    margin-left: .1rem;
    font-size: .14rem;
    color: #454545
}

.bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: .55rem;
    z-index: 100;
    background-color: white;
}
.entering {
    width: 80%;
    margin-left: 10%;
    margin-top: .1rem;
    height: .4rem;
    border-radius: 5px;
    background-color: #29B7F6;
    text-align: center;
    line-height: .4rem;
    color: white;
}