﻿html {
    height: 100%;
}

body {
    /* min-width: 998px; */
    position: relative;
    min-height: 100%;
    padding-bottom: 330px;
}

input:read-only {
	cursor: default;
}

a {
    color: inherit;
}

.mb20 {
    margin-bottom: 20px;
}

.header {
    height: 75px;
    color: #fff;
    font-size: 12px;
    background: url("../css/images/headerbg-on.png");
    position: relative;
    z-index: 100;
}

.logo {
    margin-top: 15px;
    margin-left: 10px;
    text-indent: -9999px;
}

.avatar {
    width: 35px;
    height: 35px;
    overflow: hidden;
}

.top-menu {
    height: 75px;
}

.top-menu-item {
    float: left;
    height: 100%;
    position: relative;
    z-index: 2;
    line-height: 22px;
    font-size: 16px;
}

.top-menu-item>a {
    display: block;
    color: #fff;
    line-height: 75px;
    padding: 0 15px;
}

.top-menu-item .icon-arrow-down {
    display: inline-block;
    width: 13px;
    height: 8px;
    vertical-align: 1px;
    background: url("images/icon-down-md.png") center left no-repeat;
    transition: all 0.3s ease-in-out;
}

.top-menu-item.has-dropdown:hover .icon-arrow-down {
    transform-origin: center top;
    transform: rotateX(180deg);
    transform-origin: center;
    background-image: url("images/icon-down-md-hov.png");
}

.top-menu-item:hover>a {
    color: #1abde8;
    background: #1a2034;
}

.top-menu-item.active>a {
    color: #1abde8;
}

.top-menu-dropdown {
    display: none;
    position: absolute;
    top: 75px;
    left: 0;
    width: 100%;
    padding-bottom: 10px;
    background-color: #1a2034;
}

.top-menu-dropdown>a,
.user-downmenu>a {
    display: block;
    padding: 8px 16px;
    line-height: 20px;
    text-align: center;
    font-size: 14px;
    color: #e1ebff;
}

.top-menu-dropdown>a:hover,
.top-menu-dropdown>a.active,
.user-downmenu>a:hover {
    color: #1abde8;
}

.top-menu-item.has-dropdown:hover .top-menu-dropdown,
.header .user-info .user:hover .user-downmenu {
    display: block;
    animation: slideDown 0.2s ease-in-out;
}

.top-menu-item.has-dropdown.active .icon-arrow-down {
    background-image: url("images/icon-down-md-hov.png");
}

@keyframes slideDown {
    0% {
        transform-origin: 0 0;
        transform: scaleY(0.8);
    }
    to {
        transform-origin: 0 0;
        transform: scaleY(1);
    }
}

.header-operation {
    width: 91px;
    height: 22px;
    margin-top: 27px;
    margin-left: 18px;
    overflow: hidden;
    font-size: 0;
    text-align: center;
    border-radius: 22px;
    background: url("./images/icon-hoperat.png") no-repeat center;
}

.header-operation a {
    display: inline-block;
    width: 50%;
    height: 100%;
    line-height: 22px;
    font-size: 14px;
}

.header-operation a:hover {
    background: url("./images/icon-hoperat-on.png") no-repeat left top;
}

.header .user-info {
    position: relative;
    height: 75px;
    margin-left: 18px;
}

.header .user-info>a,
.header .user-info .user {
    height: 100%;
    display: inline-block;
    line-height: 75px;
    vertical-align: top;
    text-align: center;
    position: relative;
}

.header .user-info>a.remind {
    width: 38px;
    background: url("./images/icon-remind.png") no-repeat center;
    position: relative;
}

.header .user-info>a.remind .remindcount {
    position: absolute;
    top: -10px;
    right: 0;
    font-weight: bold;
    color: #f1f1f7;
}

.header .user-info>a.remind i {
    position: absolute;
    top: 22px;
    left: 18px;
    min-width: 14px;
    height: 14px;
    line-height: 13px;
    font-size: 12px;
    border-radius: 14px;
    background: #f00;
    font-style: normal;
    text-align: center;
}

.header .user-info .user {
    width: 55px;
    cursor: pointer;
}

/* .header .user-info .user:hover {
    background: #1c202d;
} */

.header .user-info .user img {
    vertical-align: middle;
    margin-top: -6px;
}

.user-downmenu {
    position: absolute;
    top: 70px;
    right: 0;
    width: 93px;
    padding: 8px 0;
    background: #1c202d;
    display: none;
        z-index: 999;
    
}

.user-name {
    color: #fff;
    display: inline-block;
    width: 58px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 12px;
}

/* .top-operate>a {
    margin: 0 10px 0 20px;
    display: inline-block;
    line-height: 24px;
    color: #fff;
    padding-left: 16px;
} */

/* .top-operate .login {
    background: url('images/icon-user.png') 0 center no-repeat;
}

.top-operate .reg {
    background: url('images/icon-reg.png') 0 center no-repeat;
} */

/*#endregion */

/*#region ��ǰλ�� */

.location {
    position: relative;
    width: 1000px;
    height: 38px;
    padding-left: 12px;
    line-height: 36px;
    margin: 0 auto;
}

.location::before {
    position: absolute;
    left: 0;
    top: 11px;
    content: "";
    width: 4px;
    height: 14px;
    background-color: #09cfed;
}

/*#endregion */

/* .footer {
    box-sizing: border-box;
    height: 116px;
    padding-top: 31px;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    background: url('images/footer.jpg') top repeat-x;
}
 */

.footer {
    /* position: absolute; */
    left: 0;
    bottom: 0;
    width: 100%;
    padding-bottom: 10px;
    background: #373d41;
    color: #d9d9da;
}

.footer .top-list {
    padding: 35px 45px 0;
    border-bottom: 1px dashed #575b5e;
    font-size: 0;
    text-align: center;
}

.footer .top-list li.contact {
    background: url("../css/images/icon-contact.png") left top no-repeat;
    margin-right: 84px;
}

.footer .top-list li.weibo {
    background: url("../css/images/icon-weoo.png") left top no-repeat;
    margin-right: 70px;
}

.footer .top-list li.app {
    background: url("../css/images/icon-app.png") left top no-repeat;
    margin-right: 70px;
}

.footer .top-list li.wechat {
    background: url("../css/images/icon-wechat.png") left top no-repeat;
}

.footer .top-list li {
    height: 134px;
    padding-left: 50px;
    display: inline-block;
    text-align: left;
}

.footer .top-list li .tlcon {
    float: left;
}

.footer .top-list li img {
    float: left;
    margin-top: 10px;
    margin-left: 16px;
}

.footer .top-list li h2 {
    font-size: 18px;
    line-height: 34px;
    color: #fff;
}

.footer .top-list li p {
    font-size: 14px;
    line-height: 25px;
}

.footer-bottom {
    padding-top: 20px;
    text-align: center;
    line-height: 30px;
}

.footer-bottom ul {
    overflow: hidden;
    display: inline-block;
}

.footer-bottom li {
    float: left;
}

.footer-bottom li a {
    margin: 0 14px;
}

/* 栅格 */

.span1 {
    float: left;
    /* width: 30px; */
}

.span2 {
    float: left;
    /* width: 80px; */
}

.span3 {
    float: left;
    /* width: 130px; */
}

.span4 {
    float: left;
    /* width: 180px; */
}

.span5 {
    float: left;
    /* width: 230px; */
}

.span6 {
    float: left;
    /* width: 280px; */
}

.span7 {
    float: left;
    /* width: 330px; */
}

.span8 {
    float: left;
    /* width: 380px; */
}

.span9 {
    float: left;
    /* width: 430px; */
}

.span10 {
    float: left;
    /* width: 480px; */
}

.span11 {
    float: left;
    /* width: 530px; */
}

.span12 {
    float: left;
    /* width: 580px; */
}

.span13 {
    float: left;
    /* width: 630px; */
}

.span14 {
    float: left;
    /* width: 680px; */
}

.span15 {
    float: left;
    /* width: 730px; */
}

.span16 {
    float: left;
    /* width: 780px; */
}

.span17 {
    float: left;
    /* width: 830px; */
}

.span18 {
    float: left;
    /* width: 880px; */
}

.span19 {
    float: left;
    /* width: 930px; */
}

.span20 {
    float: left;
    /* width: 980px; */
}

.span21 {
    float: left;
    /* width: 1030px; */
}

.span22 {
    float: left;
    /* width: 1080px !important; */
}

.span23 {
    float: left;
    /* width: 1130px; */
}

.span24 {
    float: left;
    /* width: 1180px; */
}

.span25 {
    float: left;
    /* width: 1230px; */
}

.span26 {
    float: left;
    /* width: 1280px; */
}

.container {
    /* width: 1280px; */
    margin-left: auto;
    margin-right: auto;
}

.ml-grid {
    margin-left: 20px;
}

.mr-grid {
    margin-right: 20px;
}

.mr-grid24 {
    margin-right: 24px;
}

.pl-grid {
    padding-left: 20px;
}

.pr-grid {
    padding-right: 20px;
}

.checkbox {
    display: inline-block;
    font-size: 0;
    color: #999999;
}

.checkbox>label {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
}

.checkbox>label.checkbox-icon {
    width: 15px;
    height: 15px;
    margin-right: 6px;
    border: 1px solid #d7d8d9;
}

.checkbox>label.checkbox-icon.checked {
    background: url("./images/icon-checked.png") no-repeat center;
}

.checkbox>input {
    display: none;
}

.checkbox.radio>label.checkbox-icon.checked {
    background: url('./images/icon-radio-true.png') no-repeat center;
}

.checkbox.radio>label.checkbox-icon {
    border: none;
    margin-top: -2px;
    background: url('./images/icon-radio-false.png') no-repeat center;
}

.content-slide {
    margin: 30px auto;
}

.content-slide .slider {
    width: 250px;
    /* min-height: 560px; */
    /* float: left; */
    background: #f9f9f9;
    height:500px;
}

.content-slide .slider>h2 {
    height: 63px;
    padding-left: 94px;
    line-height: 50px;
    font-size: 20px;
    color: #fff;
    font-weight: normal;
    background: url("./images/slider-hd.png") no-repeat left center;
    background-size: 100% 100%;
    text-align: center;
}

.content-slide .slider>ul {
    padding: 26px 30px 0;
    line-height: 48px;
    font-size: 18px;
    color: #333;
}

.content-slide .slider>ul li a {
    display: block;
}

.content-slide .slider>ul li.active {
    color: #409ddf;
    background: url("./images/icon-arrow.png") no-repeat right center;
}

.content-slide>.main {
    margin-left: 280px;
}

.content-slide>.main>.list {
    border: 1px solid #e5e5e5;
    border-top: none;
}

.common-title {
    height: 50px;
    padding-left: 12px;
    background: #f4f4f4;
    line-height: 50px;
    border-left: 8px solid #409ddf;
}

.common-title>i {
    font-size: 20px;
    color: #409ddf;
    font-style: normal;
    font-weight: bold;
}

.common-title>span {
    font-size: 14px;
    color: #666;
    margin-left: 14px;
    font-weight: normal;
}

.pagination {
	padding: 20px !important;
/* 	padding-right: 0 !important; */
	overflow: hidden !important;
}

.m-pagination-info {
    float: left !important;
}

.m-pagination-page {
	float: right !important;
	padding-right: 0px !important;
}

.m-pagination-page>li:first-child>a,
.m-pagination-page>li:last-child>a {
    border-radius: 0 !important;
}

.m-pagination-page>li.active>a {
    background: #409ddf !important;
    border-color: #409ddf !important;
}

.m-pagination-page > li > a {
	margin: 0 !important;
	margin-left: 8px !important;
	font-size: 14px !important;
	padding: 0 10px !important;
	height: 32px !important;
	line-height: 32px !important;
	font-size: 14px !important;
}

.common-button {
    width: 245px;
    height: 40px;
    background: #f39800;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    transition: all ease-in-out 0.2s;
    cursor: pointer;
}

.common-button.orangebtn {
    background: #f39800;
}

.common-button.orangebtn:hover {
    background: #ff7701;
}

.common-button.bluebtn {
    background: #5ab3eb;
}

.common-button.bluebtn:hover {
    background: #5ab3eb;
}

.common-button:hover {
    background: #ff7701;
}

label.error {
    font-size: 12px;
    padding-left: 4px;
    color: #e90215;
    display: block;
    padding-left: 16px;
    line-height: 20px;
    background: url("./images/icon-error.png") no-repeat left center;
}

.breadcrumb {
    line-height: 46px;
    margin-bottom: 4px;
    margin-left: 10px;
    padding-left: 12px;
    background: url("./images/icon-location.png") no-repeat left center;
    font-size: 14px;
}

.breadcrumb a {
    margin-left: 10px;
    margin-right: 10px;
}

.breadcrumb span {
    margin-left: 10px;
    color: #409ddf;
    cursor: default;
}

.detail-pager {
    overflow: hidden;
    margin-top: 40px;
}

.detail-pager li {
    float: left;
    width: 50%;
    height: 32px;
    padding-left: 14px;
    position: relative;
}

.detail-pager li>div {
    width: 100%;
    border-top: 1px solid #e5e5e5;
}

.detail-pager li.prev {
    padding-left: 15px;
}

.detail-pager li.next {
    padding-right: 15px;
}

.detail-pager li span {
    display: inline-block;
    width: 72px;
    height: 32px;
    padding-top: 12px;
    border-top: 3px solid #409ddf;
    text-align: center;
    margin-top: -2px;
}

.detail-pager li a {
    color: #999;
}

.layer-modal {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
}

.title-search {
    width: 242px;
    height: 32px;
    margin-top: 9px;
    margin-right: 16px;
    float: right;
    line-height: 32px;
    font-size: 0;
}

.title-search input {
    outline: none;
    vertical-align: top;
    box-sizing: border-box
}

.title-search input[type="text"] {
    width: 202px;
    height: 32px;
    padding: 0 10px;
    border: 1px solid #d2d2d2;
    border-right: none;
    font-size: 15px;
    background: #fff;
}

.title-search .title-search-button {
    width: 40px;
    height: 100%;
    background: #409ddf url("./images/icon-search.png") no-repeat center;
}

@media (max-width: 1366px) {
    body {
        padding-bottom: 464px;
    }
    .top-menu-item>a {
        padding: 0 7px;
    }
    .header .user-info {
        margin-left: 0;
    }
    .header-operation {
        margin-left: 8px;
    }
    .span1 {
        float: left;
        /* width: 23px; */
    }
    .span2 {
        float: left;
        /* width: 62px; */
    }
    .span3 {
        float: left;
        /* width: 101px; */
    }
    .span4 {
        float: left;
        /* width: 140px; */
    }
    .span5 {
        float: left;
        /* width: 179px; */
    }
    .span6 {
        float: left;
        /* width: 218px; */
    }
    .span7 {
        float: left;
        /* width: 257px; */
    }
    .span8 {
        float: left;
        /* width: 296px; */
    }
    .span9 {
        float: left;
        /* width: 335px; */
    }
    .span10 {
        float: left;
        /* width: 374px; */
    }
    .span11 {
        float: left;
        /* width: 413px; */
    }
    .span12 {
        float: left;
        /* width: 452px; */
    }
    .span13 {
        float: left;
        /* width: 491px; */
    }
    .span14 {
        float: left;
        /* width: 530px; */
    }
    .span15 {
        float: left;
        /* width: 569px; */
    }
    .span16 {
        float: left;
        /* width: 608px; */
    }
    .span17 {
        float: left;
        /* width: 647px; */
    }
    .span18 {
        float: left;
        /* width: 686px; */
    }
    .span19 {
        float: left;
        /* width: 725px; */
    }
    .span20 {
        float: left;
        /* width: 764px; */
    }
    .span21 {
        float: left;
        /* width: 803px; */
    }
    .span22 {
        float: left;
        /* width: 842px !important; */
    }
    .span23 {
        float: left;
        /* width: 881px; */
    }
    .span24 {
        float: left;
        /* width: 920px; */
    }
    .span25 {
        float: left;
        /* width: 959px; */
    }
    .span26 {
        float: left;
        /* width: 998px; */
    }
    .container {
        /* width: 998px; */
        margin-left: auto;
        margin-right: auto;
    }
    /* 间隔 */
    .ml20 {
        margin-left: 16px;
    }
    .ml-small {
        margin-left: 16px;
    }
    .mr-small {
        margin-right: 16px;
    }
    .ml-grid {
        margin-left: 16px;
    }
    .mr-grid {
        margin-right: 16px;
    }
    .pl-grid {
        padding-left: 16px;
    }
    .pr-grid {
        padding-right: 16px;
    }
    /* .content-slide .slider {
        width: 220px;
    } */
    /* .content-slide>.main {
        margin-left: 240px;
    } */
}
