@charset "UTF-8";
blockquote,
body,
button,
dd,
dl,
dt,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
input,
legend,
li,
menu,
nav,
ol,
p,
pre,
td,
textarea,
th,
ul {
    margin: 0;
    padding: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: 400
}

address,
b,
em,
i {
    font-style: normal
}

a,
a:active,
a:hover,
a:visited {
    text-decoration: none
}

li,
ol,
ul {
    list-style: none
}

fieldset,
img {
    border: 0
}

body,
html {
    font-size: 100%;
    height: 100%
}

button,
input,
select,
textarea {
    outline: 0
}

select {
    -webkit-appearance: none;
    appearance: none
}

input,
textarea {
    background: 0 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-appearance: none
}

table {
    border-spacing: 0;
    border-collapse: collapse;
    width: 100%
}

body {
    word-wrap: break-word;
    font: 12px/1.5 "microsoft yahei", Tahoma, Arial;
    overflow-y: scroll
}

* {
    box-sizing: border-box
}

a,
img {
    -webkit-user-drag: none
}

html,body{width: 100%;height: 100%;position: relative;overflow: hidden;}
body{background-color: #21242b}
.box-center{
    position: absolute;width:324px;height:146px;text-align: center;left: 50%;top: 50%;margin-left: -162px;margin-top: -73px;
}
.p-error{width:324px; margin: 0 auto;color: #a3afbf}
.p-error p{color: #787878;font-size: 14px;}
.p-error p a{color:#5782bd}


.popbox{position: relative;width:100%;height:100%;background-color:#21242b;padding-top:34px;}
.popbox-hd{position:absolute;width: 100%; height:34px; left: 0;top: 0;}
.popbox-tit{line-height:34px; text-indent:10px;font-size: 14px;
    background: #31353c; color:#83868a; font-weight:normal; box-shadow: inset 0 1px 0 #45474e;}
.popbox .close{ display:block;  position:absolute; right:10px; top:7px;font-size:24px; line-height: 16px; color: #83868a; }
.popbox .close:hover{ color: #fff;}
.popbox .close:active{color: rgba(255, 255, 255, 0.51);}
.popbox .popbox-bd{height:100%;position: relative;}

