/* css reset */
body {
    font-size: 12px;
    font-family: "微软雅黑";
    overflow-x: hidden;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
nl,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
a,
b,
strong,
object,
iframe,
label,
img,
blockquote,
ins,
del,
select,
form,
input,
textarea,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

a {
    text-decoration: none;
}

li {
    list-style: none outside none;
}

fieldset,
img {
    border: 0 none;
}

img {
    padding: 0;
    margin: 0;
    vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6,
th {
    font-size: 12px;
    font-weight: normal;
}

textarea {
    resize: none
}

input:focus,
select:focus,
textarea:focus,
a:focus {
    outline: 0 none
}

label {
    vertical-align: middle;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.clearfix {
    zoom: 1
}

em,
cite,
dfn {
    font-style: normal;
}

.clearboth {
    width: 100%;
    clear: both;
    float: none;
    margin: 0;
    padding: 0;
    font-size: 0px;
    height: 0px;
    overflow: hidden;
}

.clear {
    clear: both;
    height: 0;
    font-size: 0;
    line-height: 0;
}

.hidden {
    overflow: hidden;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.pr {
    position: relative;
}

.pa {
    position: absolute;
}

.center {
    text-align: center;
}

.tright {
    text-align: right;
}

.ti {
    text-indent: -999em;
}

.none {
    display: none;
}

table {
    max-width: 100%;
    background-color: transparent;
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: fixed !important;
    table-layout: auto\0;
}

/* content */
.pop {
    position: relative;
    width: 802px;
}

.ph500 {
    height: 500px;
}

.pop .hd {
    height: 82px;
    background: url(https://static.web.sdo.com/mxd/pic/mxd_act/260803public/pop-tit.png) no-repeat 50% 50%;
}

.pop .hd h3 {
    padding-left: 28px;
    line-height: 82px;
    font-size: 18px;
    color: #010101;
}

.pop .bd {
    padding: 15px 20px;
    font-size: 13px;
    color: #000;
    background: #ffeec9;
}

.pop .bd .w {
    height: 384px;
    padding: 0 0 0 26px;
    overflow-y: auto;
    overflow-x: hidden;
}

.pop .bd ul {
    width: 750px;
}

.pop .bd ul:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.pop .bd ul li {
    float: left;
    width: 238px;
    padding: 12px;
    line-height: 24px;
    padding-left: 0;
}

.w::-webkit-scrollbar {
    width: 25px;
    /* 滚动条宽度 */
    margin-left: 10px;
}

.w::-webkit-scrollbar-thumb {
    background-color: #d29b64;
    border-radius: 12px;
}

.w::-webkit-scrollbar-track {
    background-color: transparent;
    border-radius: 4px;
}