.box {
    width: 100%;
    height: auto;
    padding-bottom: 0.8rem;
    background-color: #fff;
    overflow: hidden;
}

input::-webkit-input-placeholder {
    font-size: 0.14rem;
    color: #ccc;
}

button::after {
    background-color: #fff;
}

button::before {
    background-color: #ffffff;
}

/* 头部 */
.header {
    width: 100%;
    height: 0.46rem;
    padding: 0 0.1rem;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999999;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    background-color: #EF2B25;
}

.header h3 {
    font-size: 0.18rem;
    color: #fff;
}

#layerDemo {
    width: 0.25rem;
    height: 0.25rem;
    position: relative;
}

.dian {
    height: 0.25rem;
    padding: 0;
    position: absolute;
    line-height: 0.25rem;
    background-color: transparent;
}

/* section */

.section {
    width: 86%;
    height: auto;
    margin: 0.6rem auto 0;
    overflow: hidden;
}

.layui_ul {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.layui_ul li {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.layui_ul label {
    width: 0.5rem;
    padding: 0;
    font-size: 0.14rem;
    color: #333;
    line-height: 0.5rem;
    text-align: left;
}

.nick {
    width: 90%;
    height: 0.3rem;
    margin: 0 auto;
    padding: 0 5%;
    font-size: 0.14rem;
    color: #333;
    line-height: 0.3rem;
    border: 0.01rem solid #ccc;
}

.radio_box {
    width: 90%;
    height: 0.5rem;
    padding: 0 5%;
    display: flex !important;
    flex-direction: row;
    align-items: center;
    font-size: 0.14rem;
    color: #333;
    line-height: 0.5rem;
}

.radio_box label {
    margin-left: 0.1rem;
}

.layui-upload {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.layui-upload-list {
    width: 96%;
    height: 3rem;
    padding: 2%;
    position: relative;
    background-color: rgba(0, 0, 0, 0.5);
}

#demoText,
#demo {
    width: 2rem;
    height: 2rem;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -1rem 0 0 -1rem;
}

#demoText {
    margin: -1.01rem 0 0 -1.01rem;
    border: 0.01rem dashed #999;
    background-color: #fff;
}

.upload_btn {
    width: 0.8rem;
    height: 0.3rem;
    margin: 0;
    padding: 0;
    font-size: 0.14rem;
    color: #fff;
    line-height: 0.3rem;
    text-align: center;
    border-radius: 0;
    background-color: #659be0;
}

.btn_line {
    width: 50%;
    height: 0.5rem;
    margin: 0.3rem auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
}

.layui-btn-normal {
    float: left;
    background-color: #3388ff;
}

.upload {
    width: 90%;
    height: 0.5rem;
    margin: 0 auto;
    font-size: 0.16rem;
    color: #fff;
    text-align: center;
    line-height: 0.5rem;
    background-color: #e7505a;
}

.layui-layer-btn0 {
    display: block !important;
    width: 0.5rem;
    margin: 0.2rem auto !important;
    font-size: 0.14rem;
    text-align: center;
}

.Modal_ul,
.Modal_ul li {
    width: 100%;
    height: auto;
}

.Modal_ul li {
    border-bottom: 0.01rem solid #eee;
}

.Modal_ul li a {
    display: block;
    font-size: 0.14rem;
    color: #333;
    line-height: 0.5rem;
    text-align: center;
}

.layui-layer-page {
    width: 90% !important;
    top: unset !important;
    bottom: 0.68rem;
}

.layui-layer-shade {
    height: 93% !important;
}