body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td, i {
    margin: 0;
    padding: 0;
}

img {
    border: none;
    vertical-align: middle;
}

em {
    font-style: normal;
}

ul, li, dl, dd, dt, ol {
    list-style: none;
}

a {
    outline: none;
    text-decoration: none;
    cursor: pointer;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}

input, select {
    vertical-align: middle;
}

i {
    font-style: normal;
}

html {
    overflow-x: hidden;
}

body {
    font-size: 16px;
    background: url(../images/bg.jpg) top center no-repeat;
    background-attachment: fixed;
    background-color:#ffb667;
}

.main {
    width: 800px;
    margin: 0 auto;
    background: #fff;
    line-height: 24px;
    color: #333;
}

    .main h1 {
        text-align: center;
        font-weight: bold;
        font-size: 24px;
        color: #0095FF;
        line-height: 40px;
    }

.radio {
    width: 20px;
    height: 20px;
    vertical-align: middle;
    margin: 0 10px;
}

.main dt {
    line-height: 40px;
}

.main dd {
    color: #666;
    line-height: 34px;
}

    .main dd:hover {
        background: #eee;
    }

.inp {
    padding-left: 10px;
    width: 618px;
    height: 32px;
    border: 1px solid #ddd;
    margin-left: 5px;
}

.checkbox {
    width: 20px;
    height: 20px;
    vertical-align: middle;
    margin: 0 10px;
}

.main .tijiao {
    width: 180px;
    height: 44px;
    display: block;
    margin: 0 auto;
    background: #ff6700;
    color: #fff;
    line-height: 44px;
    text-align: center;
    font-size: 16px;
}

    .main .tijiao:hover {
        background: #e55a00;
    }




/*弹窗*/
.pop_a {
    background: url(../images/popbg1.png);
    width: 758px;
    height: 427px;
    position: relative;
    padding-top: 90px;
}

.close {
    width: 38px;
    height: 40px;
    background: url(../images/xx.png);
    position: absolute;
    display: block;
    right: 50px;
}

    .close:hover {
        background-position: 0 -41px;
    }





/*底部*/
.bottom {
    text-align: center;
    font-size: 12px;
    padding-top: 50px;
    color: #666;
    line-height: 24px;
    clear: both;
}

    .bottom a {
        color: #666;
    }



/* 全局样式重置 */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "微软雅黑", sans-serif;
}

body {
    background-color: #f5f5f5;
    padding: 50px;
}

/* 触发按钮样式 */
.open-btn {
    padding: 12px 30px;
    background-color: #ff6700;
    color: white;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    font-size: 16px;
    transition: background-color 0.3s;
}

    .open-btn:hover {
        background-color: #e55a00;
    }

/* 遮罩层 */
.mask {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0);
    justify-content: center;
    align-items: center;
    z-index: 999;
}

/* 弹出框主体 */
.address-modal {
    width: 100%;
    max-width: 500px;
    background-color: white;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    position: relative;
}

/* 关闭按钮 */
.close-btn {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 20px;
    color: #999;
    cursor: pointer;
    border: none;
    background: none;
    transition: color 0.3s;
}

    .close-btn:hover {
        color: #ff6700;
    }

/* 弹出框标题 */
.modal-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
    color: #333;
}

/* 收货信息列表 */
.address-info {
    list-style: none;
}

    .address-info li {
        margin-bottom: 12px;
        font-size: 15px;
        color: #555;
        display: flex;
        align-items: center;
    }

        .address-info li span {
            display: inline-block;
            width: 80px;
            color: #999;
            flex-shrink: 0;
        }

/* 操作按钮组 */
.modal-btns {
    margin-top: 25px;
    display: flex;
    justify-content: flex-end;
    gap: 10px;
}

.edit-btn, .confirm-btn {
    padding: 8px 20px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    border: 1px solid #ddd;
    transition: all 0.3s;
}

.edit-btn {
    background-color: white;
    color: #666;
}

    .edit-btn:hover {
        border-color: #ff6700;
        color: #ff6700;
    }

.confirm-btn {
    background-color: #ff6700;
    color: white;
    border-color: #ff6700;
}

    .confirm-btn:hover {
        background-color: #e55a00;
    }

.bgnone {
    background: none;
}
