:focus {
    outline: 1
}

article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
    display: block
}

nav ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: '';
    content: none
}

a {
    margin: 0;
    padding: 0;
    border: 0;
    background: 0 0;
    vertical-align: baseline;
    text-decoration: none;
    font-size: 100%
}

ins {
    text-decoration: none
}

ins,
mark {
    background-color: #ff9;
    color: #000
}

mark {
    font-weight: 700;
    font-style: italic
}

del {
    text-decoration: line-through
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted #000;
    cursor: help
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

hr {
    display: block;
    margin: 1em 0;
    padding: 0;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc
}

input,
select {
    vertical-align: middle
}

ol,
ul {
    list-style: none
}

div {
    box-sizing: border-box
}


.container {
    margin: 0;
    padding: 0;
    width: 100%;
    font-size: 14px;
    font-family: Microsoft YaHei
}

.container .main {
    overflow: hidden;
    margin: 0 auto;
    width: 75pc;
    min-height: 50pc
}

.header {
    width: 100%;
    height: auto;
    min-width: 75pc
}

.header,
.header .nav {
    overflow: hidden;
    margin: 0 auto
}


.header .nav .nav_left .logo_area {
    position: relative;
    bottom: 5px;
    width: 100%;
    height: 50px;
    vertical-align: bottom
}

.header .nav .nav_left .logo_area .logo_text {
    height: 50px;
    line-height: 50px
}

.header .nav .nav_center {
    height: 70px;
    text-align: center
}

.header .nav .nav_center a:nth-child(1) {
    margin-right: -5px;
    width: 90px
}

.header .nav .nav_center a:nth-child(2) {
    width: 102px
}

.header .banner {
    overflow: hidden;
    margin: 0 auto;
    width: 100%;
    height: auto
}

.header .banner img {
    width: 100%
}

.header .header:after,
.header .header:before {
    clear: both;
    display: table;
    content: ""
}

.footer {
    margin-top: 20px;
    width: 100%;
    background: #333;
    text-align: center
}

.footer div {
    margin: 0 auto;
    width: 40px;
    width: 100%;
    color: #bbb;
    line-height: 40px
}

.footer div span:nth-child(2),
.footer div span:nth-child(4),
.footer div span:nth-child(6),
.footer div span:nth-child(8) {
    margin: 5px 10px
}

.footer p {
    margin: 0 auto;
    margin-top: -10px;
    width: 100%;
    height: 30px;
    color: #999;
    line-height: 30px
}

@media screen and (min-width:998px) {
    .container {
        margin: 0 auto;
        width: 75pc
    }
}

@media screen and (max-width:998px) {

    .container,
    .footer {
        margin: 0 auto;
        width: 75pc
    }
}

.dsn {
    display: none
}

.footer_textlogo {
    color: #999;
    font-size: 9pt
}

.footer p {
    color: #bbb;
    font-size: 9pt
}

.active {
    /*
    background: #38acff;
    */
    color: #fff !important;
    cursor: pointer
}

.showmessage {
    margin: 150px auto;
    padding: 20px;
    width: 580px;
    border: 3px solid #f2f2f2;
    background: #fff
}

.showmessage .alert_right {
    background: url(../images/right.gif) no-repeat 8px 8px
}

.showmessage .alert_error,
.showmessage .alert_right {
    padding: 6px 0 6px 58px;
    height: auto !important;
    height: 40px;
    min-height: 40px;
    font-size: 14px;
    line-height: 160%
}

.showmessage .alert_error {
    background: url(../images/error.gif) no-repeat 8px 8px
}

.showmessage .alert_info {
    padding: 6px 0 6px 58px;
    height: auto !important;
    height: 40px;
    min-height: 40px;
    background: url(../images/info.gif) no-repeat 8px 8px;
    font-size: 14px;
    line-height: 160%
}

.showmessage .alert_right .alert_btnleft {
    margin-top: 8px
}

.login_userinfo {
    float: left;
    overflow: hidden;
    margin: 0 15px;
    width: auto;
    height: 70px;
    max-width: 135px;
    color: #666;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 700;
    font-size: 14px;
    line-height: 70px
}

.deanmembercontent {
    position: absolute;
    top: 71px;
    z-index: 311;
    display: none;
    padding: 0 10px;
    padding-top: 10px;
    width: 221px;
    border: 1px solid #f1f1f1;
    border-radius: 0 0 4px 4px;
    background: #fff;
    box-shadow: 0 6px 9pt rgba(0, 0, 0, .175);
    font-weight: 400;
    font-size: 9pt;
    animation-duration: .2s;
    -webkit-animation-duration: .2s;
    animation-name: afastr;
    -webkit-animation-name: afastr
}

.user_logo {
    margin-left: 7px;
    width: 40px;
    height: 40px;
    border: 1px solid #ebf1f3;
    border-radius: 2px;
    vertical-align: middle
}

.deanmembercontent i {
    position: absolute;
    top: -13px;
    left: 10px;
    width: 22px;
    height: 136px;
    height: 13px;
    background: url(../images/header_login_ico.png) center no-repeat
}

.deanmembercontent .deanmc_top {
    overflow: hidden;
    margin-bottom: 6px
}

.deanmembercontent .deanmc_top .deanmc_tavator {
    float: left;
    margin-right: 10px;
    width: 40px
}

.deanmembercontent .deanmc_top .deanmc_tavator .deanvwmy1 {
    display: block;
    overflow: hidden;
    margin-right: 11px;
    width: 42px;
    height: 42px;
    border: 1px solid #ebf1f3;
    font-size: 0;
    line-height: 0
}

.deanmembercontent .deanmc_top .deanmc_username {
    position: relative;
    overflow: hidden;
    width: 146px;
    height: auto;
    line-height: 100%
}

.deanmembercontent .deanmc_top .deanmc_username .deanmc_welcome {
    overflow: hidden;
    width: 146px;
    height: 22px;
    border: 1px solid #44a6f2;
    color: #44a6f2;
    font-size: 9pt;
    line-height: 22px
}

.deanmembercontent .deanmc_top .deanmc_username .deanmc_un {
    margin-top: 3px;
    width: 100%;
    height: 23px;
    line-height: 23px
}

.deanmembercontent .deanmc_top .deanmc_username .deanmc_un span {
    float: left;
    display: block
}

.deanmembercontent .deanmc_top .deanmc_username .deanmc_un .deanhyname {
    float: left;
    display: block;
    overflow: hidden;
    width: 70px;
    color: #7b7b7b;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 9pt;
    line-height: 23px
}

.deanmembercontent .deanmc_middle {
    margin-bottom: 10px;
    width: 237px;
    height: 1pc
}

.deanmembercontent .deanmc_middle ul li {
    float: left;
    padding: 0 8px 0 0;
    height: auto;
    border-left: 1px dashed #f5f5f5;
    text-align: center;
    line-height: 140%
}

.deanmembercontent .deanmc_middle .deanmycollection {
    padding-left: 20px;
    background: url(../images/num.png) left center no-repeat;
    color: #7b7b7b;
    font-size: 9pt;
    line-height: 140%
}

.deanmembercontent .deanmc_middle .deanfriend {
    padding-left: 20px;
    background: url(../images/vip.png) left center no-repeat;
    color: #7b7b7b;
    font-size: 9pt;
    line-height: 140%
}

.index-notice {
    display: none;
    width: 100%;
    height: 30px;
    background: #fff7bc;
    color: #f44336;
    text-align: center;
    letter-spacing: 1px;
    font-size: 1pc;
    line-height: 30px;
    cursor: pointer
}

.auto-height {
    overflow: hidden;
    width: 100%;
    height: auto
}


.header .top {
    overflow: hidden;
    margin: 0 auto;
    width: 100%;
    height: auto;
    background: #fff
}
.header .nav .nav_center,
.header .nav .nav_left,
.header .nav .nav_right {
    float: left;
    margin: 0 auto;
    padding: 0;
    width: 15pc
}

.header .nav .nav_left {
    position: relative;
    height: 70px;
    border-bottom: 1px solid transparent;
    text-align: left;
    line-height: 70px
}

.header_logo {
    float: left;
    margin-right: 20px;
    width: 8pc;
    background: url(../images/logo.png) no-repeat 0 center
}

.header_logo,
.header_logo a {
    height: 70px;
    line-height: 70px
}

.header_logo a {
    display: block
}

.header_line {
    float: left;
    margin-top: 29px;
    width: 1px;
    height: 1pc;
    background: #e0e0e0
}

.header_text {
    float: left;
    margin-left: 20px;
    height: 70px;
    color: #333;
    font-size: 1pc;
    line-height: 70px
}

.postiontext {
    float: left;
    margin-left: 50px;
    width: 510px;
    height: 70px
}

.login_applicationcenter,
.login_qqlogin {
    float: left;
    width: 90px;
    height: 70px;
    color: #666;
    text-align: center;
    font-weight: 700;
    font-size: 14px;
    line-height: 70px
}

.login_applicationcenter:hover,
.login_qqlogin:hover {
    border-bottom: 5px solid #38acff
}

.login_applicationcenter a,
.login_qqlogin a {
    display: block
}

.header .nav .nav_left .logo_area {
    position: relative;
    width: 100%;
    height: 50px;
    vertical-align: bottom
}

.header .nav .nav_left .logo_area li {
    display: inline-block;
    height: 50px;
    vertical-align: bottom
}

.header .nav .nav_left .logo_area li img {
    height: 50px
}

.header .nav .nav_left .logo_area .edge {
    padding: 0 20px;
    height: 50px;
    line-height: 50px
}

.header .nav .nav_center {
    position: absolute;
    left: 50%;
    margin-left: -91px;
    width: 2in;
    height: 70px;
    text-align: center
}

.header .nav .nav_center a {
    display: inline-block;
    width: 49%;
    height: 70px;
    color: #666;
    text-decoration: none;
    font-weight: 700;
    font-size: 14px;
    line-height: 70px
}

.header .nav .nav_center .active,
.header .nav .nav_center a:hover {
    background: #38acff;
    color: #fff
}

.header .nav .nav_center a:nth-child(1) {
    width: 90px;
    text-align: center
}

.header .nav .nav_center a:nth-child(2) {
    width: 102px;
    text-align: center
}

.header .nav .nav_right {
    float: right;
    margin: 0 auto;
    width: 22pc;
    height: 70px;
    text-align: center
}

.header .nav .nav_right .search {
    position: relative;
    top: 50%;
    float: right;
    margin-top: -1pc;
    width: 50%;
    height: 2pc;
    max-width: 180px
}

.header .nav .nav_right .search input {
    padding-right: 15px;
    padding-left: 20px;
    width: 100%;
    height: 2pc;
    outline: 0;
    border: none;
    border-radius: 15px;
    background: #f3f7f9;
    color: #999;
    font-size: 14px;
    font-family: 微软雅黑;
    line-height: 25px
}

.header .nav .nav_right .search input:focus {
    outline: 0
}

.header .nav .nav_right .search span {
    width: 20px;
    height: 20px
}

.header .nav .nav_right .search button {
    width: 20px;
    height: 20px;
    border: none
}

.header .banner {
    overflow: hidden;
    margin: 0 auto;
    height: auto;
    min-width: 75pc
}

.header .banner .item img {
    width: 100%;
    height: auto
}

.idzbox_tips {
    position: relative;
    margin: auto;
    height: 30px;
    background-color: #fff;
    font: 9pt/1.5 "Hiragino Sans GB", Microsoft YaHei, simsun
}

.idzbox_tips .huabox {
    margin: 0 auto;
    width: 885pt
}

.idzbox_tips .hdimg {
    float: left;
    line-height: 27px
}

.idzbox_tips .hdimg img {
    margin-top: 2px;
    width: 100%;
    vertical-align: middle
}

.idzbox_tips h5 {
    float: left;
    margin: 2px 0 0 10px;
    color: #898b8d;
    font-size: 15px;
    line-height: 27px
}

.idzbox_tips .notice_active {
    position: relative;
    float: left;
    overflow: hidden;
    padding: 0;
    height: 27px
}

.idzbox_tips .notice_active ul {
    display: block;
    list-style-type: disc;
    -webkit-margin-before: 2px;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
    -webkit-padding-start: 15px
}

.idzbox_tips .notice_active li {
    overflow: hidden;
    list-style-type: none;
    line-height: 27px
}

.idzbox_tips .notice_active li.notice_active_ch span {
    float: left;
    display: block;
    overflow: hidden;
    margin: 0;
    width: 100%;
    color: #f44336;
    font-size: 1pc
}

.idzbox_tips .tips_more {
    float: left
}

.idzbox_tips .tips_more a {
    text-decoration: none;
    font-size: 9pt
}

.idzbox_tips .tips_more .news_ck {
    float: left;
    display: block;
    margin: 3px 0 0 15px;
    width: 5pc;
    height: 24px;
    border: 1px solid #656972;
    border-radius: 5px;
    color: #888;
    text-align: center;
    font-size: 9pt;
    line-height: 23px
}

#scrolltop {
    width: 44px;
    height: 44px;
    margin-left: 10px;
    border: 0;
    text-align: center;
    background: #707273a6 url(../img/top.png) no-repeat center;
    line-height: 9999px;
    position: fixed;
    bottom: 100px;
    display: block;
    margin: -30px 0 0 2px;
    border-radius: 4px
}

#scrolltop:hover {
    background-color: #474848a6
}