/* CSS Document */


/*全局样式
---------------------------------------------*/

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td,
tr,
figure {
    margin: 0;
    padding: 0;
}

body,
button,
input,
select,
textarea {
    font: 12px/1.5 "Microsoft YaHei", "微软雅黑", "SimSun", "宋体";
}

h1,
h2,
h3,
h4,
h5,
h6,
button,
input,
select,
textarea {
    font-size: 100%;
}

address,
cite,
dfn,
em,
var {
    font-style: normal;
}

code,
kbd,
pre,
samp {
    font-family: courier new, courier, monospace;
}

p,
ul,
li,
dl,
dd,
dt,
form,
h1,
h2,
h3,
h4,
h5,
h6 {
    list-style: none;
}

a {
    color: #666;
    text-decoration: none;
}

a:hover {
    color: #0089CD;
    text-decoration: none;
}

fieldset,
img {
    border: 0;
}

body {
    padding-bottom: 58px!important;
}


/* Clear Fix */

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    display: inline-block;
}


/* Hide from IE Mac */

.clearfix {
    display: block;
}


/* End hide from IE Mac */


/* end of clearfix */

.left {
    float: left;
}

.right {
    float: right;
}

.red {
    color: #F00;
}

.red:hover {
    color: #F60;
}

.red a {
    color: #F00;
}

.red a:hover {
    color: #F60;
}

.gray {
    color: #666;
}

.gray:hover {
    color: #F60;
}

.gray a {
    color: #666;
}

.gray a:hover {
    color: #F60;
}

.blue {
    color: #1E7BB3;
}

.blue:hover {
    color: #F60;
}

.blue a {
    color: #1E7BB3;
}

.blue a:hover {
    color: #F60;
}

.content {
    width: 980px;
    height: auto;
    margin: 0 auto;
}

.dhang1 {
    font-family: "微软雅黑";
    background-color: #e60044;
    width: 100%;
    height: 58px;
    bottom: -1px;
    position: fixed;
    margin: 0 auto;
    left: 0px;
    z-index: 9999;
    opacity: 0.8;
}

.dhang2 {
    width: 980px;
    height: 58px;
    color: #fff;
    text-align: center;
    font-size: 30px;
    margin: 0 auto;
}

.dhang3 {
    float: left;
    width: 880px;
    height: 58px;
    display: inline;
    text-align: left;
    line-height: 58px;
    font-size: 24px;
}

.dhang4 {
    float: left;
    width: 100px;
    height: 58px;
    display: inline;
    margin-top: 8px;
    font-size: 24px;
}

.dhang4 a {
    height: 35px;
    line-height: 35px;
    display: block;
    background-color: #ffe400;
    margin-top: 4px;
    color: #d70000;
    width: 106px;
}

.dhang5 {
    float: left;
    width: 20px;
    height: 58px;
    display: inline;
}

.ye {
    color: #ffe400;
    font-size: 24px;
}

.close {
    display: block;
    line-height: 20px;
}


/*提示窗口*/

iframe {
    padding: 0px;
    margin: 0px;
    border: none;
}

.dialog {
    position: fixed;
    margin: auto;
    display: none;
    z-index: 1988;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.kid-boxbg {
    width: 100%;
    background-color: #000000;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0px;
    opacity: 0.1;
    filter: Alpha(opacity=10);
}

.kid-box {
    position: absolute;
    margin-left: -300px;
    margin-top: -182px;
    top: 50%;
    left: 50%;
    z-index: 1989;
}

.kid-bropy {
    background-color: #fff;
    width: 100%;
    height: 100%;
    opacity: 0.3;
    filter: Alpha(opacity=30);
    border-radius: 10px;
}

.kid-ico {
    width: 349px;
    height: 187px;
    position: absolute;
    left: -150px;
    bottom: -30px;
    background: url('images/dfd_02.png') no-repeat;
}

.kid-close {
    background: url('images/aff_03.png') no-repeat;
    width: 43px;
    height: 47px;
    position: absolute;
    top: -15px;
    right: -15px;
    cursor: pointer;
    z-index: 1988;
}

.kid-content {
    position: absolute;
    left: 0px;
    top: 0px;
    background-color: #fff;
    border-radius: 10px;
    left: 15px;
    top: 15px;
    z-index: 1987;
    background: url('images/jbox-content-loading.gif') no-repeat center center #fff;
}

.subs .kid-box {
    height: 330px;
    width: 481px;
}

.subs .kid-content {
    height: 298px;
    width: 452px;
}

.subinfo .kid-box {
    height: 330px;
    width: 281px;
    left: 60%;
}

.subinfo .kid-content {
    height: 298px;
    width: 252px;
}

#hiddenIFrame {
    width: 100%;
    height: 100%;
}