﻿@charset "UTF-8";

.box-bg{width: 100%; height: 100%;}
.box-bg .outside-bg{width: 100%; height: 100%; background: #000; opacity: 0.6; filter:alpha(opacity=60); position: fixed; top: 0; left: 0; z-index: 1000004;}
.box-bg .address-box{width: 556px; position: fixed; top: 50%; left: 50%; margin-top: -195px; margin-left: -278px; z-index: 1000004; background-color: #fff; border: 3px solid #aaa;
                     background:url(../images/dizhitupian.png) no-repeat;
}
.address-box>h3{color: #d01010; font-size: 16px; font-weight: bold; margin-top: 5px; padding-left: 15px;}
.address-box>p{color: #7f7f7f; font-size: 14px; padding-left: 15px; margin-bottom: 6px;}
.address-box .address dl{padding: 6px 0; padding-left: 15px;}
.address dt{width: 52px; font-size: 15px; color: #2f2f2f; padding: 4px 0;}
.address dd{padding: 4px 8px; font-size: 13px; cursor: pointer; margin-left: 8px;}
.address dd.current{background-color: #ff7c7c; color: #fff; border-radius: 5px;}
.introduce{width: 100%; height: 24px; background-color: #ffadad; line-height: 24px;}
.introduce span{width: 33.33%; text-align: center; color: #fff;}
.close-btn{width: 22px; height: 22px; background-color: #414141; position: absolute; top: 3px; right: 3px;}
.close-btn a{display: block; color: #fff; text-align: center; font-size: 20px; height: 22px; line-height: 22px;}
