* {
    touch-action: pan-y;
}

body,
div,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dt,
dd,
ol,
form,
input,
textarea,
th,
td,
select {
    margin: 0;
    padding: 0;
}

ul,
li {
    list-style: none;
}

a {
    text-decoration: none;
}

input {
    outline: none;
    box-shadow: none;
    border: none;
}

img {
    display: block;
}

.unified_load_box {
    width: 300px;
    height: 460px;
    margin: 60px auto 0;
    padding: 30px 30px 40px;
    box-shadow: 0 0 6px 5px #eee;
    border-radius: 6px;
    position: relative;
    overflow: auto;
    background-color: white;
}

.unified_load_box::-webkit-scrollbar {
    display: none;
}

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

.iconfont {
    font-size: 24px;
    color: #ccc;
}

.unified_load_tit {
    font-size: 20px;
    text-align: center;
    margin-top: 16px;
    color: #010101;
}

#unified_load_area {
    width: 10%;
    cursor: pointer;
}

.unified_load_inputBox {
    margin-top: 24px;
    height: 36px;
    font-size: 14px;
    border-radius: 36px;
    border: 1px solid #ccc;
    display: flex;
    align-items: center;
}

.unified_load_phone p {
    margin-left: 24px;
    color: #E94708;
}

.unified_load_input {
    color: #999;
    flex: 1;
    margin-left: 10px;
}

.unified_load_input input {
    border: 0;
    outline: none;
    line-height: 32px;
    width: 96%;
    font-size: 14px;
}

.unified_load_input input::-webkit-input-placeholder {
    color: #999;
    font-size: 12px;
}

.unified_load_code {
    justify-content: space-between;
}

.unified_load_code .unified_load_input {
    margin-left: 24px;
}

.unified_load_code p {
    width: 110px;
    line-height: 36px;
    text-align: center;
    background-color: #E94708;
    border-radius: 36px;
    color: white;
}

.unified_load_agree {
    margin-top: 57px;
    margin-left: 23px;
    display: flex;
    align-items: center;
}

.unified_load_agreeWith {
    text-align: center;
    font-size: 12px;
    position: relative;
    top: 68px;
    left: 0;
}

.unified_load_agreeWith_bind {
    top: 60px;
}

.unified_load_agreeWith_pass {
    top: 10px;
}

.unified_load_agreeWith_forget {
    top: 12px;
}

.unified_load_agreeWith p {
    color: #999999;
}

.unified_load_agreeWith p a {
    text-decoration: none;
    color: #E94708;
    cursor: pointer;
}

.unified_load_forget {
    margin-top: 57px;
    margin-left: 23px;
    display: flex;
    justify-content: flex-end;
    font-size: 12px;
    color: #999;
}

.unified_load_forget p {
    cursor: pointer;
}

#unified_load_btn {
    margin-top: 73px;
}

.unified_load_btn {
    line-height: 36px;
    background-color: #E94708;
    color: white;
    font-size: 16px;
    text-align: center;
    border-radius: 36px;
    margin-top: 16px;
    cursor: pointer;
}

.unified_load_loadWay {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    color: #999999;
    margin-top: 24px;
}

.unified_load_loadWay p {
    cursor: pointer;
}

.unified_load_loadWay span {
    margin: 0 12px;
}

.unified_load_logo {
    display: block;
    width: 100px;
    height: auto;
    margin: 18% auto 0;
}


/* 微信浮层 */

#unified_load_wxLoad {
    position: absolute;
    top: 0;
    left: 0;
    background: white;
    width: 100%;
    height: 100%;
    border-radius: 6px;
}

#unified_load_wxLoad p {
    text-align: end;
    padding: 10px 10px;
}

#unified_load_wxLoad p .iconfont {
    cursor: pointer;
}

#unified_load_wxBox {
    text-align: center;
    margin-top: 20px;
}


/* 国家码浮层 */

.unified_load_areaCover,
.unified_load_numCover {
    width: 100%;
    height: 100%;
    background: rgba(39, 39, 40, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    z-index: 999;
}

.unified_load_listBox {
    margin: 180px auto;
    width: 270px;
    height: auto;
    background-color: white;
}

.unified_load_close {
    justify-content: flex-end;
}

.unified_load_listBox ul {
    margin-top: 30px;
}

.unified_load_listBox ul li {
    line-height: 30px;
    color: #999;
    font-size: 12px;
    border-bottom: 1px solid #ccc;
    padding: 10px 20px;
    text-align: center;
    cursor: pointer;
}

.unified_load_listBox ul li:last-child {
    border-bottom: 0;
}


/* 验证码浮层 */

.unified_load_unified {
    width: 300px;
    height: 184px;
    margin: 150px auto;
    background-color: white;
    padding: 12px 15px;
}

.unified_load_numBox {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 40px;
}

.unified_load_inputNum {
    flex: initial;
    width: 192px;
    line-height: 36px;
    border-radius: 36px;
    border: 1px solid #ccc;
    text-align: center;
    margin: 0;
}

.unified_load_inputNum input {
    border-radius: 10px;
    text-align: center;
}

.unified_load_num {
    width: 94px;
    height: 36px;
    border-radius: 36px;
    border: 1px solid #ccc;
}

.unified_load_num img {
    width: 100%;
    height: 36px;
    border-radius: 36px;
}

#unified_load_getBtn {
    width: 100%;
    line-height: 36px;
    font-size: 16px;
    color: white;
    background-color: #E94708;
    border-radius: 36px;
    text-align: center;
    margin-top: 24px;
    cursor: pointer;
}

@media screen and (max-width: 750px) {
    html,
    body {
        width: 100%;
        height: 100%;
        background-color: white;
    }
    .unified_load_box {
        width: auto;
        height: 100%;
        margin: 0;
        padding: 0 30px;
        box-shadow: none;
        border-radius: 0;
        background-color: white;
    }
    .unified_load_icon {
        padding-top: 30px;
    }
    .iconfont {
        font-size: 24px;
    }
    .unified_load_tit {
        font-size: 20px;
        margin-top: 24px;
    }
    .unified_load_inputBox {
        margin-top: 24px;
        height: 36px;
        font-size: 14px;
    }
    .unified_load_loadWay {
        font-size: 14px;
    }
    .unified_load_phone p {
        margin-left: 24px;
    }
    .unified_load_input {
        margin-left: 10px;
    }
    .unified_load_input input {
        line-height: 32px;
        width: 96%;
        font-size: 14px;
    }
    .unified_load_input input::-webkit-input-placeholder {
        font-size: 14px;
    }
    .unified_load_code .unified_load_input {
        margin-left: 24px;
    }
    .unified_load_code p {
        width: 110px;
        line-height: 36px;
    }
    .unified_load_agree {
        font-size: 14px;
        margin-top: 40px;
        margin-left: 23px;
    }
    .unified_load_btn {
        line-height: 36px;
        font-size: 16px;
        margin-top: 16px;
    }
    .unified_load_logo {
        margin: 50% auto 0;
    }
    /* 国家码浮层 */
    .unified_load_close {
        padding-top: 10px;
    }
    .lunified_load_istBox {
        margin: 180px auto;
        width: 270px;
        padding: 0;
    }
    .unified_load_listBox ul {
        margin-top: 26px;
    }
    .unified_load_listBox ul li {
        line-height: 30px;
    }
    .unified_load_listBox ul li:last-child {
        border-bottom: 0;
    }
    /* 验证码浮层 */
    .unified_load_unified {
        width: 270px;
        height: 184px;
        margin: 50% auto;
        padding: 16px 24px;
    }
    .unified_load_numBox {
        margin-top: 40px;
    }
    .unified_load_inputNum {
        width: 170px;
        line-height: 36px;
        margin: 0;
    }
    .unified_load_inputNum input {
        border-radius: 20px;
    }
    .unified_load_num {
        width: 80px;
    }
    .unified_load_num img {
        width: 100%;
    }
    #unified_load_getBtn {
        width: 100%;
        line-height: 36px;
        font-size: 14px;
        margin-top: 24px;
    }
}