.app {
    background-color: #F1F1F1;
    width: 100%;
    min-height: 100vh;
    padding-bottom: 2em;
}

.search {
    background-color: #fff;
    width: 100%;
    padding: 0.3em;
}

.search_box {
    width: 100%;
    margin: 0 auto;
}

.search_input {
    width: 6em;
    background-color: #F0F0F0;
    height: 0.72em;
    border-radius: 0.36em;
    overflow: hidden;
}

.search_icon {
    width: 0.72em;
    height: 0.72em;
    background-image: url(https://h5.chinaxinge.com/images/btn_search.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 0.28em 0.28em;
}

.search_input input {
    flex: 1;
    height: 100%;
    font-size: 0.3em;
    background: no-repeat;
    border: none;
    outline: none;
}

.search_btn {
    flex: 1;
}

.search_btn span {
    color: #407DB5;
    font-size: 0.26em;
}

.list {
    width: 100%;
    padding: 0 0.3em;
    display: none
}

.list_title {
    width: 100%;
    padding: 0.3em 0;
}

.list_title span {
    color: #444;
    font-size: 0.28em;
}

.list_content {
    width: 100%;
    background-color: #fff;
    border-radius: 0.1em;
    padding: 0.15em
}

.list_content ul {
    border-bottom: 0.5px solid #ddd;
}

.list_content ul:last-child {
    border-bottom: none;
}

.list_itemIcon {
    background-image: url(https://h5.chinaxinge.com/images/matchUser_icon.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 0.12em 0.12em;
    width: 0.5em;
    height: 1em;
    flex-shrink: 0;
}

.list_itemName {
    flex: 1;
    text-align: left;
    line-height: 1em;
    height: 1em;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.list_itemName span {
    font-size: 0.3em;
    color: #111;
}

.list_itemCheck {
    width: 0.5em;
    height: 1em;
    background-image: url(https://h5.chinaxinge.com/images/matchUser_check.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 0.28em 0.28em;
    flex-shrink: 0;
}

.list_itemCheck.active {
    background-image: url(https://h5.chinaxinge.com/images/matchUser_checked.png);
}

.list_loading {
    background-image: url(//h5.chinaxinge.com/images/loading.gif);
    background-size: 0.4em 0.4em;
    background-repeat: no-repeat;
    background-position: calc(50% - 1em) center;
    height: 1em;
}

.list_loading span {
    font-size: 0.26em;
    color: #888;
}

.list_nothing{
    line-height: 1.5em;
}

.list_nothing span{
    font-size: 0.26em;
    color: #999;
}


.btn-confirm {
    background: linear-gradient(90deg, #FF7C2D 0%, #F64438 100%);
    width: 4.6em;
    height: 0.98em;
    border-radius: 0.49em;
    cursor: pointer;
    position: fixed;
    bottom: 0.4em;
    left: 50%;
    transform: translateX(-50%);
}

.btn-confirm span {
    font-size: 0.34em;
    color: #fff;
}