﻿html,body,div,span,object,h1,h2,h3,h4,h5,h6,p,input,textarea,a,em,img,small,strong,i, dl, dt, dd, ol, ul, li, form, label, table, caption, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 14px;
    vertical-align: baseline;
    font-family: "PingFang SC", "Microsoft YaHei Light", "Microsoft YaHei";
}
body {
    line-height: 1;
    background: #f7f7f7;
}
html,
body {
    height: 100%;
}
h3, h4, strong {
    font-weight: normal;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
ul,
dl {
    list-style: none;
}
a {
    color: #333;
    text-decoration: none;
    cursor: pointer;
}
i,
em {
    font-style: normal;
}
div:after,
div:before {
    content: '';
}
input,
textarea,
select {
    outline: none;
}
textarea {
    resize: none;
}
/*--/reset/End*/
.header {
    width: 100%;
    min-width: 1200px;
    height: 44px;
    padding: 48px 0;
    float: left;
    position: relative;
    z-index: 3;
}
.header .logo {
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    width: 220px;
    height: 102px;
    opacity: 1;
    -webkit-transition: all .3s;
    transition: all .3s;
    float: left;
    margin-left: 4%;
    position: relative;
    top: -30px;
}
.header .navs {
    float: left;
    margin-left: 56px;
}
.header .navs .link {
    padding: 0 20px;
    float: left;
}
.header .navs .link a.tt {
    color: #fff;
    line-height: 44px;
    float: left;
    position: relative;
}
.header .navs .link a.tt:after {
    content: '';
    width: 0;
    height: 2px;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    overflow: hidden;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.header .navs .link.active a.tt:after,
.header .navs .link.selected a.tt:after {
    width: 100%;
}
.header .info {
    float: right;
    margin-right: 4%;
}
.header .info .item {
    float: left;
}
.header .info .item a {
    height: 44px;
    line-height: 44px;
    font-size: 12px;
    color: #fff;
    float: left;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.header .info .item a span {
    font-size: 12px;
}
.header .info .item .avatar {
    width: 19px;
    height: 24px;
    opacity: 1;
    display: inline-block;
    position: relative;
    top: 10px;
}
.header .info .login {
    margin-right: 18px;
    position: relative;
    float: left;
}
.header .info .login .user {
    width: 100%;
    line-height: 44px;
    color: #666;
    float: left;
}
.header .info .login .user span {
    float: left;
    cursor: pointer;
}
.header .info .login .user span.line {
    width: 1px;
    height: 15px;
    background: #ccc;
    margin: 14px 10px 0 10px;
}
.header .info .login i {
    background-position: 0 -23px;
    float: left;
    margin-right: 6px;
}
.header .logo {
    background: url(../images/logo-diich-blue.png) no-repeat 0 0;
    width: 220px;
    height: 102px;
    opacity: 1;
    -webkit-transition: all .3s;
    transition: all .3s;
    float: left;
    margin-left: 4%;
    position: relative;
    top: -30px;
}
.header.normal .language {
    display: none;
}
.header.normal {
    background: #fff;
}
.header.normal .navs .link a.tt {
    color: #333;
    font-size: 14px;
}
.header.normal .navs .link a.tt:after {
    background: #333;
}
.header.normal .info .login:after,
.header.normal .info .logined:after {
    background: #E5E5E5;
}
.header.normal .info .item a {
    color: #666;
}
.header.normal .info .logined.selected {
    border: 1px solid #E5E5E5;
}
.header.normal .info .item .avatar {
    background-position: -18px -23px;
}
.logined {
    width: 160px;
    height: 44px;
}
.logined .user img {
    margin-top: 5px;
    float: left;
}
.logined .user .name {
    width: 80px;
    line-height: 44px;
    float: left;
    margin-left: 5px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.logined .line {
    width: 1px;
    height: 15px;
    background: #ccc;
    float: left;
    margin-right: 12px;
    margin-top: 14px;
}
.logined .logout {
    float: left;
}
/*--//End--*/
.bd {
    width: 100%;
    float: left;
}
.hd {
    background: #fff;
    width: 1110px;
    margin: 0 auto;
    padding: 30px;
}
.dispute {
    margin: 20px 0;
}
.dispute .panel {
    margin-bottom: 30px;
}
.dispute .panel h3 {
    font-size: 24px;
    color: #1b1b1b;
    line-height: 40px;
    text-align: center;
}
.dispute .panel h4 {
    font-size: 18px;
    color: #1b1b1b;
    line-height: 18px;
    margin-bottom: 20px;
}
.dispute .panel .txt {
    margin-top: 30px;
}
.dispute .panel .txt p {
    width: 100%;
    word-wrap: break-word;
    line-height: 24px;
    font-size: 14px;
    color: #1b1b1b;
    margin-bottom: 5px;
}
.dispute .panel .txt .sub {
    width: 100%;
    word-wrap: break-word;
    line-height: 24px;
    font-size: 12px;
    color: #1b1b1b;
    text-indent: 24px;
}
.footer {
    /*background: #161616 url(../images/footer_bg.png) top center no-repeat;*/
    width: 100%;
    min-width: 1200px;
    float: left;
}
.footer .hd {
    width: 1200px;
    margin: 0 auto;
    background: #1B1B1B;
}
.footer .main {
    width: 100%;
    padding: 40px 0;
    float: left;
    background: #1B1B1B;
}
.footer .main .lbox {
    line-height: 36px;
    float: left;
}
.footer .main .lbox span {
    font-size: 14px;
    color: #fff;
    float: left;
    margin-right: 60px;
}
.footer .main .lbox em {
    opacity: 0.5;
    color: #fff;
    font-size: 12px;
}
.down-icon {
    margin: 20px 0;
}
.down-icon .hd {
    background: #f7f7f7;
    width: 1170px;
    padding: 0;
}
.down-icon .items {
    display: none;
}
.down-icon .hd h3 {
    background: #fff;
    font-size: 30px;
    padding: 30px;
    padding-bottom: 0;
    font-weight: bolder;
    color: #4283ea;
}
.down-icon .list {
    width: 1110px;
    padding: 30px;
    float: left;
    background: #fff;
}
.down-icon .item {
    width: 160px;
    height: 160px;
    border: 1px solid #EEE;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}
.down-icon .item img {
    width: 100%;
}
.down-icon .item .mask {
    display: none;
}
.down-icon .item .mask,
.down-icon .item .mask .bg{
    position: absolute;
    top:0;
    right: 0;
    bottom: 0;
    left: 0;
}
.down-icon .item .mask .bg {
    background: #000;
    opacity: 0.6;
    filter:alpha(opacity=60);
    z-index: 1;
}
.down-icon .item .mask .down {
    width: 90px;
    line-height: 36px;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -18px;
    margin-left: -45px;
    z-index: 2;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
}

.down-icon .item.down {
    background: #4283ea;
    border-color: #4283ea;
    text-align: center;
}
.down-icon .item.down p {
    color:#fff;
    font-size:18px;
    line-height: 25px;
}
.down-icon .item.down p.first {
    margin-top: 50px;
}

.show {
    margin: 30px 0;
}
.show .hd {
    width: 1170px;
    margin: 0 auto;
    background: #f7f7f7;
}
.show .title {
    font-size: 30px;
    line-height: 50px;
    margin-bottom: 20px;
    border-bottom: 2px solid #ccc;
}
.show .item {
    width: 374px;
    float: left;
    overflow: hidden;
}
.show .item img {
    width: 100%;
    height: 190px;
    /*height: 304px;*/
}
.show .item .name {
    width: 100%;
    line-height: 32px;
    padding: 22px 0 35px 0;
    position: relative;
    float: left;
}
.show .item .name .txt {
    height: 64px;
    font-size: 20px;
    color: #1b1b1b;
    overflow: hidden;
}

.show-detail p {
    font-size: 16px;
}
.show-detail .child {
    margin-bottom: 10px;
}
.show-detail  h5 {
    font-size: 18px;
}
.show-detail .title {
    padding: 48px 0 60px 0;
    background: #F5F6F7;
}
.show-detail .title h1 {
    width: 900px;
    font-size: 36px;
    color: #1B1B1B;
    line-height: 56px;
    margin: 0 auto;
}
.show-detail .content {
    width: 900px;
    margin: 0 auto;
}
.show-detail .content .txt {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 20px;
}
.show-detail .content .pic {
    font-size: 0;
    text-align: center;
    margin-bottom: 20px;
}
.show-detail .content .pic p {
    line-height: 30px;
    font-size: 12px;
    color: #666;
}
.show-detail .content .pic img {
    width: 100%;
}

.hot {
    height: 73px;
    background: url(../images/comiis_18.gif);
    border: solid 1px #FFFFFF;
    padding:10px 20px 20px 20px;
}
.hot .t1 {
    font-size: 26px;
    display: block;
    width: 500px;
    height: 45px;
    line-height: 45px;
    overflow: hidden;
}
.hot .t2 {
    font-size: 16px;
    line-height: 30px;
}

/*登录*/
.login .form_area {
    width:400px;
    min-height: 320px;
    padding: 40px 0;
    margin: 0 auto;
}
.register .form_area {
    width:400px;
    min-height: 520px;
    padding: 40px 0;
    margin: 0 auto;
}
.form_area .title {
    width: 100%;
    font-size: 44px;
    text-align: center;
    color: #1B1B1B;
    height: 44px;
    float: left;
    margin-bottom: 30px;
    position: relative;
}
.form_area .group {
    width: 100%;
    position: relative;
    float: left;
    margin-bottom: 30px;
}
.form_area .group .area {
    width: 100%;
    float: left;
    position: relative;
}
.form_area .group .area label {
    font-size: 14px;
    color: #949494;
}
.form_area .group .area label input {
    display: inline-block;
    position: relative;
    top: 2px;
}
.form_area .group .ipt {
    width: 358px;
    height: 60px;
    line-height: 60px;
    padding: 0 20px;
    font-size: 18px;
    border: 1px solid #e5e5e5;
    float: left;
}
.form_area .group .name {
    width: 66px;
    height: 66px;
    line-height: 66px;
    color: #000;
    opacity: .7;
    float: left;
}
.form_area .group .name em {
    width: 14px;
    font-size: 24px;
    color: #D0011B;
    float: left;
    margin-right: 10px;
}
.form_area .group .name span {
    width: 50px;
    color: #000;
    cursor: pointer;
    text-align: justify;
    text-align-last: justify;
    float: left;
    margin-right: 14px;
}
.form_area .group .code {
    background:#ffc413;
    width: 120px;
    line-height: 62px;
    text-align: center;
    font-size: 18px;
    position: absolute;
    top: 0;
    right:0;
}
.form_area .group .code span {
    float: right;
}
.form_area .group .code span.active {
    color: #9B9B9B;
}
.form_area .group.policy {
    height: 16px;
    line-height: 16px;
    margin-bottom: 40px;
}
.form_area .group.policy label,
.form_area .group.policy label a {
    font-size: 13px!important;
}
.form_area .group.policy label a {
    color: #4283ea;
    text-decoration: underline
}
.form_area .group .forget {
    color: #9B9B9B;
    float: right;
    margin-top: 14px;
}
.form_area .group .btn {
    width: 100%;
    line-height: 53px;
    text-align: center;
    background: #4283EA;
    color: #fff;
    font-size: 24px;
    -webkit-border-radius: 1px;
    border-radius: 1px;
    float: left;
}
.form_area .group .arrow_right {
    color: #949494;
    float: right;
    margin: 24px 0;
}
.form_area .group.error .ipt {
    border: 1px solid #ed5731;
}
.form_area .group.error .error_txt {
    font-size: 14px;
    color: #ed5731;
    position: absolute;
    top: 66px;
    left: 2px;
}
.box_layer_en .item {
    width: 500px;
}
.box_layer_en .form_area .group .area {
    width: 400px;
}
.box_layer_en .form_area .title {
    text-indent: 100px;
}
.box_layer_en .form_area .name {
    width: 100px;
}
.box_layer_en .form_area .ipt {
    width: 356px;
}
/*--//ENd--login-box*/

.pages {
    width: 100%;
    float: left;
    padding: 10px 0 30px 0;
    text-align: center;
    background: #fff;
}
.pages .link {
    margin: 0 5px;
    background-color: #f3f4f5;
    color: #5a5e66;
    border-radius: 2px;
    font-size: 14px;
    width: 36px;
    line-height: 36px;
    box-sizing: border-box;
    text-align: center;
    display: inline-block;
    cursor: pointer;
}

.pages .link.active {
        background-color: #409EFF;
    color: #fff;
}