body,
div,
input,
ul,
li {
    padding: 0;
    margin: 0;
}

input:focus {
    outline: 0
}

button:focus {
    outline: 0
}

input {
    border: none;
}

body {
    background-color: #ffffff;
}

@media (min-width: 667px) {
    body {
        background: rgba(0, 0, 0, .6);
    }

    .content {
        width: 414px;
        margin: 0 auto;
        background: #fff;
        height: 100%;
    }
}


.xy_img {
    width: 100%;
    height: auto;
}

.boxs_one {
    padding: 15px;
    box-sizing: border-box;
}

.list_1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.list_1_1 {
    display: flex;
    align-items: center;
}

.list_1_1 img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.list_1_1 span {
    font-size: 16px;
    color: #222;
    margin-left: 10px;
}

.list_1_2 {
    font-size: 14px;
    color: #e3b356;
}

.list_2_1 {
    height: 45px;
    border-radius: 22px;
    border: 1px solid #cacaca;
    padding: 0 19px;
    margin-top: 30px;
    font-size: 15px;
}

.list_2_1 input {
    height: 100%;
    width: 100%;
    font-size: 15px;
}

.list_2_2 {
    margin-top: 19px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    border-radius: 22px;
    color: #fff;
    background: #4da7fd;
}

.list_2_2_disable {
    margin-top: 19px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    border-radius: 22px;
    color: #fff;
    background: #cacaca;
}