﻿body, button, input, select, textarea {
    font: 12px/1.5 microsoft yahei,tahoma,arial,"\5b8b\4f53";
    color: #222;
}
body{
    overflow-x: hidden;
}
blockquote, body, button, dd, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, hr, input, legend, li, ol, p, pre, td, textarea, th, ul {
    margin: 0;
    padding: 0;
}

img {
    outline: none;
    border: none;
}
ul{
    list-style: none;
}

a {
    text-decoration: none;
    color: #333;
}

    a:hover {
        color: #ff0032;
    }
    .tag span{
        display: inline-block;
        padding: 1px 5px;
        margin-right: 2px;
        font-size: 12px;
    }
.red {
    color: #ff0032 !important;
}
.gray{
    color: #ccc!important;
}
.bold{
    font-weight: 700;
}
.clear {
    clear: both;
}
::-webkit-scrollbar-track {
    background-color: #F5F5F5;
}

    ::-webkit-scrollbar-track:hover {
        background-color: rgb(229, 229, 229);
    }

::-webkit-scrollbar {
    width: 10px;
    height: 10px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb {
    background-color: rgb(204, 204, 204);
}

    ::-webkit-scrollbar-thumb:hover {
        background-color: rgb(137, 137, 137);
    }
.dl-scroll {
    position: relative;
}

.dl-scroll-bar {
    position: absolute;
    top: 0;
    right: 1px;
    width: 10px;
    background-color: rgba(0, 0, 0, .2);
    z-index: 9999;
    display: none;
    padding: 0 !important;
}

.dl-scroll:hover > .dl-scroll-bar {
    display: block;
}
.dl-top {
    width: auto;
    z-index: 9999;
    background-color: #f2f2f2;
    border-bottom: 1px solid #e5e5e5;
}

.dl-top-wrapper {
    margin: 0 auto;
    width: 1200px;
    color: #666;
}

.dl-top-left {
    line-height: 32px;
    position: relative;
    overflow: hidden;
}

    .dl-top-left a {
        margin-right: 10px;
    }
    .dl-top-left a span {
        color: #0032ff;
    }
.dl-top-left a:hover span {
    color: #ff0032;
}
.dl-top-right {
    line-height: 32px;
    position: relative;
    float: right;
}

    .dl-top-right a, .dl-top-right span {
        margin-left: 10px;
    }

.dl-header {
    width: auto;
    padding: 7px 0;
    z-index: 9999;
}

.dl-header-wrapper {
    width: 1200px;
    margin: 0 auto;
    z-index: 9999;
}

.dl-header-left {
    position: relative;
    z-index: 9999;
}

.dl-header-right {
    float: right;
    z-index: 10000;
}

.dl-logo, .s-wrapper {
    float: left;
}

    .dl-logo img {
        height: 76px;
        margin: 2px 0;
    }

.s-wrapper {
    margin-top: 20px;
    margin-left: 120px;
    position: relative;
    z-index: 9999;
}

.s-input-wrapper {
    position: relative;
    width: 620px;
    border: 2px #ff0036 solid;
}

    .s-input-wrapper input {
        margin: 0;
        padding: 5px 3px 5px 5px;
        height: 36px;
        *height: 24px;
        width: 490px;
        border: none;
        outline: 0;
        font-size: 14px;
        box-sizing: border-box;
    }

    .s-input-wrapper button {
        width: 130px;
        height: 36px;
        font-size: 18px;
        font-weight: 700;
        letter-spacing: 5px;
        position: absolute;
        border: none;
        top: 0;
        right: 0;
        color: #fff;
        cursor: pointer;
        overflow: hidden;
        background-color: #ff0036;
        outline: none;
    }

.s-hotkeys a {
    color: #a5a5a5;
    margin-right: 10px;
    line-height: 26px;
}

.s-auto-complete {
    width: 490px;
    position: absolute;
    left: 0;
    top: 40px;
    border: solid 1px #ccc;
    background-color: #fff;
    z-index: 9999;
    display: none;
}

    .s-auto-complete li {
        line-height: 32px;
        cursor: pointer;
        padding-left: 10px;
        list-style: none;
        color: #666;
    }

        .s-auto-complete li:hover {
            background-color: #f7f7f7;
        }
.s-hotkeys {
    overflow: hidden;
    white-space: nowrap;
}
.dl-nav {
    width: auto;
    border-bottom: solid 2px #ff0036;
    z-index: 9998;
}

.dl-nav-wrapper {
    width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 9998;
}

.dl-nav-right {
    float: right;
}

.dl-nav-left {
    overflow: hidden;
    position: relative;
}

    .dl-category a {
        line-height: 35px;
        display: inline-block;
        padding: 0 8px;
        font-size: 14px;
    }

        .dl-category a.cls-nav {
            background-color: #ff0036;
            width: 185px;
            color: #fff;
            margin-right: 30px;
            text-align: center;
        }

.dl-nav-block {
    position: absolute;
    left: 0;
    top: 36px;
    height: 450px;
    width: 200px;
    filter: alpha(opacity=75);
    background-color: #333;
    background-color: rgba(0,0,0,.65);
    *background-color: #333;
    padding: 1px 0 0 1px;
    z-index: 9998;
}
.cls-float .dl-nav-block{
    filter:none;
    background-color: #fff;
    *background-color: #fff;
    box-shadow: 0 0 10px #ccc;
    display: none;
    border: solid 1px #ccc;
}
.cls-float .dl-nav-row,.cls-float .dl-nav-row a {
    color: #333;
}

.dl-nav-row {
    padding: 2px 5px 2px 20px;
    color: #fff;
}
    .dl-nav-row a {
        display: inline-block;
        margin-right: 5px;
        color: #fff;
        font-family: 'Microsoft YaHei',SimSun,'\5b8b\4f53',sans-serif;
        font-size: 15px;
        line-height: 30px;
    }
    .dl-nav-row a:hover{
        color: #ff0036;
    }

.dl-footer {
    width: auto;
    border-top: solid 5px #ff0036;
    margin-top: 7px;
}

.dl-footer-wrapper {
    width: 1200px;
    margin: 0 auto;
}

.dl-footer-beian {
    line-height: 35px;
    text-align: center;
}
.comp-header{
    width: auto;
    border-bottom: solid 2px #ff0036;
}
.comp-header-wrapper{
    width: 1200px;
    margin: 0 auto;
    padding: 5px;
}
.comp-header-right {
    float: right;
    line-height: 80px;
}
.comp-header-right a{
    display: inline-block;
    margin-right: 10px;
    font-size: 15px;
    font-style: normal;
    color: #666;
}
.comp-header-right a:hover{
    text-decoration: underline;
}
.comp-header-right a.selected{
    font-weight: 700;
    color: #222;
}
.comp-header-left {
    position: relative;
    overflow: hidden;
}
.comp-header-logo{
    float: left;
}
.comp-header-logo img {
    margin: 10px 0;
    height: 60px;
}
.comp-header-title{
    float: left;
    margin-left: 20px;
    margin-top: 13px;
}
.comp-header-title h1{
    font-size: 25px;
    font-weight: 700;
    white-space: nowrap;
    overflow: hidden;
}
.l1{
    background-color: #aaa;
    color: #fff;
}.l2,.l3,.l4,.l5,.l6,.l7,.l8,.l9{
    background-color: #ff8000;
    color: #fff;
}
.comp-trade{
    background-color: #ff0036;
    color: #fff;
}
.btn{
    padding: 7px 20px;
    display: inline;
    font-size: 16px;
    cursor: pointer;
    margin-right: 7px;
    border: solid 1px #e7e7e7;
}
.btn:hover {
    box-shadow: 2px 2px 4px #ff600059;
}
.btn-primary{
    color: #fff;
    background-color: #ff6000;
}
.btn-common{
    color: #ff6000;
    background-color: #fff2ee;
}
.check{
    display: inline;
    font-size: 12px;
    line-height: 1.5;
    margin-right: 5px;
}
.check input{
    position: relative;
    top: 2px;
    *top: 1px;
}
.check label{
    color: #333;
}
.tab-body {
    line-height: 26px;
    height: 26px;
}
.tab-body li{
    float: left;
    padding: 0 15px;
    cursor: pointer;
    border-right: solid 1px #e7e7e7;
}
    .tab-body li.selected {
        color: #ff3600;
        border-top: solid 2px #ff3600;
        background-color: #fff;
    }
.tab-body.left {
    width: 26px;
    line-height: 1.2;
    height: 300px;
    float: left;
    background-color: #f7f7f7;
}
.tab-body.left li {
    float: left;
    padding: 15px 5px;
    cursor: pointer;
    border-bottom: solid 1px #e7e7e7;
}
.tab-body.left li.selected {
    border-top: none;
    border-left: solid 2px #ff3600;
}
.chk {
    vertical-align: middle;
    color: #666;
    font-size: 12px;
}
.chk input {
    vertical-align: middle;
    border: solid 1px #666;
    margin: 0 1px 1px 1px;
}
.crumb span, .crumb a {
    max-width: 200px;
    white-space: nowrap;
    cursor: pointer;
    overflow: hidden;
}
.crumb span.split {
    padding: 0 8px;
    background: url('../images/you.png') center 2px no-repeat;
    margin: 0 2px;
}
.grid-item {
    width: 209px;
    height: 280px;
    float: left;
    margin: 0 8px 8px 0;
}
.grid-item b {
    color: #ff3600;
    font-weight: normal;
}
.grid-panel {
    border: solid 1px #e7e7e7;
    height: 100%;
}
.grid-panel:hover {
    border: solid 1px #ff3600;
    box-shadow: 0 0 10px #ccc;
}
.grid-panel .img-box {
    position: relative;
    height: 202px;
    overflow: hidden;
}
.grid-panel .img-box img {
    width: 100%;
    height: 100%;
    outline: none;
    border: none;
}
.grid-panel .img-box i {
    font-size: 12px;
    font-style: normal;
    position: absolute;
    left: 2px;
    top: 2px;
}
.grid-panel .info-box .title-row {
    margin: 5px;
    line-height: 20px;
    font-size: 15px;
    height: 40px;
    overflow: hidden;
    color: #222;
}
.grid-panel .info-box .memo-row {
    margin: 5px;
    line-height: 1.5;
    color: #999;
    font-size: 12px;
}
.page {
    line-height: 50px;
    text-align: center;
}
.page>span {
    font-size: 14px;
    padding: 3px 7px;
    cursor: pointer;
}
.page>span.selected {
    color: #ff3600;
    font-weight: bold;
}
.dl-footer-beian a {
    position: relative;
    text-decoration: none;
    line-height: 22px;
    padding-left: 22px;
}
.dl-footer-beian a:hover {
    text-decoration: underline;
}