/*css reset code */


/****  文字大小初始化,使1em=10px *****/

body {
    font-size: 62.5%;
}

/* for IE/Win */

html>body {
    font-size: 12px;
}

/* for everything else */


/*字体边框等初始化*/

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
    padding: 0;
    margin: 0;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
fieldset, img {
    border: 0;
}
img {
    display: block;
}
address, caption, cite, code, dfn, th, var {
    font-weight: normal;
    font-style: normal;
}
ol, ul, li {
    list-style: none;
}
caption, th {
    text-align: left;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    font-size: 100%;
}
q:before, q:after {
    content: '';
}
abbr, acronym {
    border: 0;
}
a {
    text-decoration: none;
}

/*红色按钮*/

.btn-red {
    font-family: "Microsoft Yahei", "宋体", arial;
    border: none;
    border-radius: 3px 3px 3px 3px;
    letter-spacing: 2px;
    padding: 0px 20px;
    font-size: 18px;
    text-align: center;
    height: 35px;
    line-height: 35px;
    display: block;
    background: #e83e3e;
    color: #fff;
}
.btn-red:hover, .btn-red:hover {
    background-color: #ab2121;
    color: #fff;
}

/*位置导航*/

.weizhi {
    width: 1174px;
    height: 32px;
    padding-top: 20px;
    padding-left: 6px;
}
.weizhi ul li {
    float: left;
}
.weizhi ul li.w1 {
    float: left;
    font: 12px/20px "宋体";
    color: #666;
}
.weizhi ul li.w1 a {
    color: #666;
}
.weizhi ul li a:hover {
    color: #090;
    text-decoration: underline;
}
.weizhi ul li.w1 span {
    padding-left: 8px;
    padding-right: 8px;
}
.hidden {
    display: none;
}
#footer_leftsead .qrcode {
    height: 165px;
    margin-top: 40px;
}
.qrcode .inner {
    float: right;
    width: 90px;
    height: 155px;
    text-align: left;
    background: #f2f2f2;
    padding: 5px;
    font-size: 12px;
    line-height: 20px;
    display: block;
    color: #8a898e;
    position: relative;
}
.qrcode .inner:hover {
    background: #fefee4;
    text-decoration: none;
}
.qrcode i {
    width: 9px;
    height: 8px;
    overflow: hidden;
    background: url(../images/indexclose.png) no-repeat;
    position: absolute;
    top: 10px;
    right: 5px;
    cursor: pointer;
}
.qrcode img {
    margin-bottom: 3px;
}
.qrcode p {
    text-align: center;
    font-size: 12px;
    line-height: 20px;
    color: #8a898e;
}


/*协议*/
.register_xieyi{ width:600px; height:500px; font:12px/30px "微软雅黑";}
.register_xieyi .reg_table{width:600px; height:450px; overflow-y:scroll; margin-bottom:15px;}
.register_xieyi button{ width:300px; margin:0 auto;}
