<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.address_alert{
    width: 500px;
    height: 200px;
    background: url(../images/caddress1.png) no-repeat center;
}
.address_alert_container{
    height: 150px;
    margin-top: 50px;
}

.address_alert_con{
    margin-top: 25px;
    position: relative;
}
.address_alert_con .icon{
    position: absolute;
    left: 33px;
    background: url(../images/caddress4.png) no-repeat center;
    top: 9px;
    width: 15px;
    height: 22px;
}
.address_alert_con_moren{
    width: 460px;
    height: 40px;
    background: url(../images/caddress6.png);
    box-shadow: none;
    border: 0;
    float: none;
    margin: auto;
    box-sizing: border-box;
    padding: 0 0 0 40px;
}
.address_alert_con_moren label{
    text-align: left;
    line-height: 40px;
    text-indent: 0;
    font-size: 16px;
    max-width: 250px;
    color: #303030;
}
.address_alert_con_moren span{
    height: 40px;
    text-indent: 0;
    /* height: 40px; */
    line-height: 40px;
    color: #303030;
    margin-left: 15px;
}
.address_alert_con_moren i{
    width: 20px;
    height: 12px;
    background: url(../images/caddress5.png) no-repeat;
    margin: 14px 14px 14px 0;
}
.cancel-address{
    position: absolute;
    top: -166px;
    right: -11px;
    background: url(../images/caddress2.png) no-repeat;
    border: 0;
    width: 45px;
    height: 45px;
    font-size: 0;
}
.confirm-address{
    float: none;
    margin: 19px auto;
    width: 120px;
    height: 40px;
    background: url(../images/caddress7.png) no-repeat;
    border: 0;
    border-radius: 0;
    line-height: 40px;
}

.address_alert_more{
    width: 460px;
    border: 0;
    background: white;
    bottom: auto;
    top: 65px;
    left: 21px;
    padding-top: 0;
}

.address_alert_list{
    border: 0;
    color: #bebebe;
    font-size: 16px;
    text-indent: 38px;
}
.address_alert_list:hover{
    background-color: #f3f3f3;
    color: #303030;
}
.address_add a{
    background: none;
    color: #fd7d2f;
    font-size: 18px;
    text-decoration: underline;
}

.address_add a:after{
    content: "";
    background: url(../images/caddress3.png) no-repeat;
    background-size: 100%;
    font-size: 0;
    padding: 9px;
    float: right;
    position: relative;
    top: 12px;
    left: -13px;
}
</pre></body></html>