/* yui3 reset.css */
html {
    color: #000;
    background: #fff;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset,
img {
    border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
    font-style: normal;
    font-weight: normal;
}

ol,
ul,
li {
    list-style: none;
}

caption,
th {
    text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}

q:before,
q:after {
    content: '';
}

abbr,
acronym {
    border: 0;
    font-variant: normal;
}

sup {
    vertical-align: text-top;
}

sub {
    vertical-align: text-bottom;
}

input,
textarea,
select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    *font-size: 100%;
}

legend {
    color: #000;
}

iframe {
    display: block;
}
.loading {
    min-height: 100px;
    background: url(../images/load32.gif) center no-repeat;
}
/* yui3 fonts */
body {
    font: 14px/1.231 'Microsoft YaHei', arial, helvetica, clean, sans-serif;
    color: #333;
}

select,
input,
button,
textarea {
    font: 99% arial, helvetica, clean, sans-serif;
}

table {
    font-size: inherit;
    font: 100%;
}

pre,
code,
kbd,
samp,
tt {
    font-family: monospace;
    *font-size: 108%;
    line-height: 100%;
}

a {
    text-decoration: none;
}

/* utilities */
.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.clearfix {
    *zoom: 1;
}

.clearfix:before,
.clearfix:after {
    display: table;
    line-height: 0;
    content: '';
}

.clearfix:after {
    clear: both;
}

.l {
    float: left !important;
}

.r {
    float: right !important;
}

.hidden {
    display: none !important;
}

.invisible {
    visibility: hidden !important;
}

.ewb-ml20 {
    margin-left: 20px;
}

.ewb-mt20 {
    margin-top: 20px;
}

/* header */

/* footer */
.ewb-footer {
    padding-top: 26px;
    padding-bottom: 26px;
    border-top: 3px solid #ff9425;
    color: #666;
    text-align: center;
}

/* list */
.wb-data-item {
    padding-left: 6px;
    padding-top: 10px;
}

.wb-data-list {
    line-height: 30px;
    padding-left: 12px;
    background: url(../images/listimg.jpg) 0 50% no-repeat;
}

.wb-data-infor {
    margin-right: 130px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.wb-data-infor a {
    color: #666;
}

.wb-data-date {
    float: right;
    font-size: 12px;
    color: #999;
    margin-top: -30px;
}

.wb-data-list:hover .wb-data-date,
.wb-data-list:hover a {
    cursor: pointer;
    color: #50baeb;
}
label.error {
    color: red;
}
/* 换一组 */
.ewb-change-wrap {
    text-align: center;
}

.ewb-change-wrap.mt9 {
    margin-top: 9px;
}

.ewb-change-a {
    color: #ff9425;
}

.ewb-change-a:hover {
    color: #ff9425;
}

/* 登录，注册 */
.ewb-login-wrap {
    position: relative;
}

.ewb-login {
    position: absolute;
    top: 16px;
    right: 0;
    width: 113px;
    height: 26px;
    line-height: 26px;
    background: url('../images/login.png') center no-repeat;
}

.ewb-login-a {
    width: 66px;
    color: #fff;
    text-align: center;
}

.ewb-login-a.lg02 {
    width: 47px;
    color: #ff9425;
    text-align: left;
    text-indent: 8px;
}

.ewb-login-a:hover {
    color: #fff;
}

.ewb-login-a.lg02:hover {
    color: #ff9425;
}

/* phone480 */
@media (max-width: 480px) {
    .ewb-login {
        top: 5px;
    }
}
/* add头部登陆成功 */
.ewb-suc {
    position: absolute;
    top: 16px;
    right: 0;
}

.ewb-suc-con {
    height: 26px;
    line-height: 26px;
    color: #fff;
    font-size: 12px;
    background-color: #ff9425;
}
.ewb-suc-con a {
    color: #fff;
    cursor: pointer;
}
/* 横向放置的手机和竖向放置的平板之间的分辨率 */
@media (max-width: 767px) {
    .ewb-suc {
        position: absolute;
        top: 8px;
    }
}

/* 0602新头部和尾部代码 */

body {
    background: #f1f1f5;
}
.mt32 {
    margin-top: 32px;
}
.header {
    position: relative;
    /* height: 512px; */
}
.header-top > img {
    width: 100%;
}
.header-top > .container {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
}
.header-top-btns {
    position: absolute;
    top: 24px;
    font-size: 0;
    right: 0;
}
.header-top-btn {
    display: inline-block;
    padding: 0 16px;
    font-size: 14px;
    text-align: center;
    height: 32px;
    line-height: 30px;
    border-radius: 25px;
    color: #fff;
}
.header-top-btn + .header-top-btn {
    margin-left: 20px;
}
.header-top-btn > span {
    display: inline-block;
    padding-left: 26px;
    background-repeat: no-repeat;
    background-position: left center;
}
.accessibility-btn {
    border: 1px solid #fff;
}
.accessibility-btn > span {
    background-image: url('../images/accessibility_ico.png');
}
.user-btn {
    border: 1px solid #ff9425;
    background-color: #ff9425;
}
.user-btn > span {
    background-image: url('../images/user_ico.png');
}
.user-btn > span > a {
    color: #fff;
}
.header .nav {
    background-color: #fff;
}
.header .nav-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background-color: #fff;
}
.header .nav-item {
    line-height: 30px;
}
.header .nav-link {
    position: relative;
    display: block;
    font-size: 20px;
    color: #333;
    padding: 16px 20px;
    transition: color 0.2s linear;
}
.header .nav-item.active .nav-link,
.header .nav-link:hover {
    color: #ff9425;
}
.header .nav-link:before {
    opacity: 0;
    position: absolute;
    content: '';
    left: 20px;
    right: 20px;
    bottom: 0;
    height: 3px;
    background: #ff9425;
    border-radius: 2px;
    transition: opacity 0.2s linear;
}
.header .nav-item.active .nav-link:before,
.header .nav-link:hover:before {
    opacity: 1;
}
/* 手机端 */
@media (max-width: 767px) {
    .ewb-mt20 {
        margin-top: 16px;
    }
    .mt32 {
        margin-top: 16px;
    }
    .header-top > .container {
        left: 0;
        right: 0;
        transform: inherit;
    }
    .header-top-btns {
        right: 12px;
    }
    .header .nav-items {
        padding: 6px 0;
        justify-content: flex-start;
    }
    .header .nav-item {
        width: 25%;
    }
    .header .nav-link {
        font-size: 16px;
        padding: 0 5px;
        text-align: center;
    }
    .header .nav-item.active .nav-link:before,
    .header .nav-link:hover:before {
        opacity: 0;
    }
}

@media (max-width: 480px) {
    .header-top-btns {
        top: 8px;
    }
    .header-top-btn {
        padding: 0 12px;
        height: 28px;
        line-height: 26px;
    }
}

.footer {
    background-color: #fff;
}
.footer > .container {
    height: 168px;
    /*display: flex;*/
    align-items: center;
    justify-content: space-between;
}
.foot-info {
    color: #666;
    padding: 10px 0;
}
.foot-imgs {
    text-align: center;
}
.foot-link + .foot-link {
    margin-left: 64px;
}
/* 手机端 */
@media (max-width: 767px) {
    .footer {
        padding: 10px 0;
    }
    .footer > .container {
        height: auto;
        flex-direction: column;
    }
    label.error {
        color: red;
    }
}
@media (max-width: 480px) {
    .foot-img {
        width: 30%;
    }
}

/* 08.18 */
body{
    overflow-x: hidden;
}

.header-top-btn > span {
    display: block;
    white-space: nowrap;
}

.user-title {
    display:inline-block;
    /* width: 100px!important; */
    max-width: 100px;
    height:30px!important;
    line-height: 30px;
    overflow: hidden;
    vertical-align: top;
    white-space: nowrap;
    background: transparent!important;
}

.user-title .str_move {
    height:30px;
    line-height: 30px;
}

.user-title-name {
    font-size: 14px;
    padding: 0 5px;
}

@media (max-width: 480px) {
    .user-title {
        height:26px!important;
        line-height: 26px;
    }

    .user-title .str_move {
        height:26px;
        line-height: 26px;
    }
}

@media (max-width: 380px) {
    .header-top-btns {
        left:10px;
        text-align:right;
    }
    .header-top-btn + .header-top-btn {
        margin-top:5px;
    }
    .header-top-btn + .header-top-btn {
        margin-left: 10px;
    }
}