a {
    color: inherit;
}

i {
    font-style: normal;
}

html {
    height: 100%;
    min-width: 1200px;
}

body {
    min-height: 100%;
    position: relative;
    background-color: #f9fafb;
}

body {
    padding-bottom: 88px;
}

.mt0 {
    margin-top: 0 !important;
}

.mb0 {
    margin-bottom: 0 !important;
}

.ml0 {
    margin-left: 0 !important;
}

.mr0 {
    margin-right: 0 !important;
}

.pt0 {
    padding-top: 0 !important;
}

.pb0 {
    padding-bottom: 0 !important;
}

.pl0 {
    padding-left: 0 !important;
}

.pr0 {
    padding-right: 0 !important;
}

.pt10 {
    padding-top: 10px !important;
}

.pb10 {
    padding-bottom: 10px !important;
}

.pl10 {
    padding-left: 10px !important;
}

.pr10 {
    padding-right: 10px !important;
}

.mt10 {
    margin-top: 10px;
}

.mr10 {
    margin-right: 10px;
}

.mt20 {
    margin-top: 20px;
}

.mb20 {
    margin-bottom: 20px;
}

.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.font12 {
    font-size: 12px;
}

.layui-laydate {
    animation: none !important;
}

.header {
    height: 481px;
    position: relative;
    /* background: url("./images/header.jpg") no-repeat top center; */    
}

.header .container {
    position: relative;
}

.header .logo {
    float: left;
    margin-top: 42px;
}

.site-level {
    margin-top: 14px;
    margin-left: 30px;
    float: left;    
    width: 108px;
    height: 36px;
    font-size: 18px;
    line-height: 36px;
    color: #fff;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 4px;
    padding-left: 20px;
    background-repeat: no-repeat;
    background-position: left 18px center;
    margin: 4px 0 0 28px;
    cursor: pointer;
}

.site-level-name {
    /* line-height: 1; */
    cursor: pointer;
    color: #fff;
}

.site-level-name:after {
    content: "";
    display: inline-block;
    border: 6px solid transparent;
    border-top-color: #fff;
    vertical-align: middle;
    margin-top: 2px;
    margin-left: 8px;
}

.site-select {
    position: absolute;
    width: 1200px;
    padding-top: 16px;
    background-color: #fff;
    left: 0;
    top: 78px;
    z-index: 999;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
    display: none;
}

.site-select:before {
    content: "";
    position: absolute;
    top: -16px;
    left: 348px;
    border: 8px solid transparent;
    border-bottom-color: #fff;
}

.site-select dt {
    width: 120px;
    text-align: right;
    color: #4e7adb;
    line-height: 30px;
    float: left;
}

.site-select dd {
    margin-left: 120px;
    overflow: hidden;
}

.site-select dd a {
    float: left;
    height: 30px;
    padding: 0 6px;
    margin-right: 40px;
    margin-bottom: 16px;
    line-height: 30px;
    color: #333333;
}

.site-select dd a.selected,
.site-select dd a.curr {
    background: #4e7adb;
    color: #fff;
}

.header-search-user {
    height: 28px;
    margin-top: 26px;
    line-height: 28px;
    color: #fff;
}

.header-search {
    float: left;
    width: 200px;
    height: 28px;
    margin-right: 38px;
    border: 1px solid #fff;
    border-radius: 14px;
    background-color: rgba(255, 255, 255, 0.1);
    overflow: hidden;
}

.header-search input {
    width: 156px;
    height: 26px;
    padding-left: 12px;
    line-height: 26px;
    float: left;
    border: none;
}

.header-search input::placeholder {
    /* color: #dae1f5; */
    color: #fff;
}

.header-search input:-ms-input-placeholder {
    color: #fff;
}

.header-search button {
    width: 42px;
    float: right;
    height: 100%;
    border: none;
    background: url("./images/icon-search.png") no-repeat center;
    background-size: 16px 16px;
}

.header-search-user .header-user {
    float: left;
}

/* .header-user #firstlabel{
	display: block;
    width: 100px;
    text-overflow: ellipsis;
    overflow: hidden;
    text-align: right;
} */

.header-nav {
    overflow: hidden;
}

.header-nav li {
    float: left;
    height: 62px;
    padding-top: 24px;
    margin-left: 12px;
    line-height: 38px;
    font-size: 14px;
    position: relative;
    color: #fff;
}

.header-nav li:first-child {
    margin-left: 0;
}

.header-nav li a {
    padding: 0 6px;
    position: relative;
    z-index: 1;
}

.header-nav li.active:after,
.header-nav li:hover:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    background: rgba(88, 226, 288, 0.52);
    background: linear-gradient(rgba(88, 226, 288, 0), rgba(88, 226, 288, 0.52));
    z-index: 0;
}

.container {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.fade-child > * {
    transition: all ease-in-out 0.2s;
}

.fade-all * {
    transition: all ease-in-out 0.2s;
}

.footer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 88px;
    padding-top: 20px;
    background: #262c35;
    color: #696f77;
    line-height: 30px;
}

.sub-main {
    margin: 24px auto;
    padding-bottom: 20px;
    border-top: 1px solid #4e7adb;
    background-color: #fff;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.06);
}

.common-filter {
    padding: 22px 14px 0;
    background-color: #f3f3f3;
}

.form-item {
    margin-bottom: 16px;
}

.form-item {
    *zoom: 1;
}

.form-item:before,
.form-item:after,
.form-group:before,
.form-group:after {
    display: table;
    line-height: 0;
    content: "";
}
.form-item:after,
.form-group:after {
    clear: both;
}

.form-item.require .form-label:before {
    content: "* ";
    color: #f00;
}

.form-label {
    float: left;
    padding-top: 8px;
    line-height: 18px;
    text-align: right;
    color: #4e7adb;
}

.form-body {
    min-height: 34px;
    position: relative;
}

.form-body input[type="text"] {
    width: 100%;
    height: 34px;
    padding: 0 10px;
    border: none;
    background-color: #fff;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
}

.form-body input.disabled {
    background-color: #f4f4f4;
    cursor: default;
    box-shadow: none;
}

.form-body input[type="text"]:focus,
.form-body textarea:focus {
    border-color: #b4c9f7;
}

input.datepicker,
input.datetimepicker {
    cursor: pointer;
    padding-right: 36px;
    background: #fff url("./images/icon-datepicker.png") no-repeat right center;
}

.form-body textarea {
    width: 100%;
    height: 56px;
    padding: 4px 10px;
    line-height: 22px;
    background-color: #fff;
    border: 1px solid #dcdcdc;
    resize: none;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
}

.form-body.uploader {
    overflow: hidden;
}

.form-body.uploader .upload-btn {
    width: 100px;
    text-align: center;
    line-height: 34px;
    cursor: pointer;
}

.form-body.uploader .upload-btn input {
    display: none;
}

.form-body.uploader span {
    line-height: 34px;
    color: #999;
}

.form-body .label-error {
    position: absolute;
    left: 2px;
    bottom: -12px;
    color: #f00;
    font-size: 12px;
    line-height: 1;
}

.upload-file-list .remove {
    margin-left: 10px;
    color: #ff5959 !important;
    cursor: pointer;
}

.upload-file-list a {
    color: #4e7adb;
    text-decoration: underline;
}

.upload-pic {
    width: 156px;
    height: 100px;
    border: 1px solid #afc2eb;
}

.upload-pic .upload-btn {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 50px;
    text-align: center;
    cursor: pointer;
    background: url("./images/icon-upload-pic.png") no-repeat center;
}

.upload-pic .upload-btn input {
    display: none;
}

.upload-pic .upload-btn > div {
    width: 100% !important;
    height: 100% !important;
    z-index: 1;
}

.upload-pic img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.yellow {
    color: #ffa800;
}

.red {
    color: #ff5959;
}

.green {
    color: #6cbd5f;
}

.blue {
    color: #6590ef;
}

.gray {
    color: #999;
}

.common-btn {
    display: inline-block;
    width: 74px;
    height: 34px;
    background-color: #4e7adb;
    border: none;
    color: #fff;
    transition: all ease-in-out 0.2s;
    vertical-align: top;
}

.compare-btn {
    display: inline-block;
    width: 74px;
    height: 34px;
    background-color: #4e7adb;
    border: none;
    color: #fff;
    transition: all ease-in-out 0.2s;
    vertical-align: top;
}

.common-btn:hover {
    background-color: #6590ef;
}

.common-btn.green {
    background-color: #6cbd5f;
}

.common-btn.green:hover {
    background-color: #82cb77;
}

.common-btn.yellow {
    background-color: #ffa800;
}

.common-btn.yellow:hover {
    background-color: #ffc937;
}

.common-btn.red {
    background-color: #ff5959;
}

.common-btn.gray {
    background-color: #d4d4d4;
}

.compare-btn.gray {
    background-color: #d4d4d4;
}

.common-btn.red:hover {
    background-color: #ff7e7e;
}

.common-radius-btn {
    display: inline-block;
    height: 24px;
    padding: 0 12px;
    line-height: 22px;
    border: 1px solid #b4c9f7;
    font-size: 12px;
    color: #4e7adb;
    border-radius: 12px;
    cursor: pointer;
    transition: all ease-in-out 0.2s;
}

.common-radius-btn:hover,
.common-radius-btn.active {
    background-color: #4e7adb;
    color: #fff;
    border-color: #4e7adb;
}

.filter-cate {
    max-height: 68px;
    overflow: hidden;
    position: relative;
}

.filter-cate ul {
    overflow: hidden;
}

.filter-cate li {
    float: left;
    width: 83px;
    height: 22px;
    margin: 6px 0;
    margin-right: 60px;
    line-height: 22px;
    text-align: center;
    color: #666666;
    cursor: pointer;
    padding: 0px 5px 0px 5px;
}

.filter-cate li.selected {
    background-color: #4e7adb;
    color: #fff;
}

.filter-cate .filter-cate-more {
    position: absolute;
    right: 0;
    bottom: 6px;
    height: 22px;
    color: #999999;
    line-height: 22px;
    cursor: pointer;
    display: none;
}

.filter-cate .filter-cate-more:after {
    content: "";
    display: inline-block;
    border: 6px solid transparent;
    border-top-color: #cccccc;
    vertical-align: middle;
    margin-top: 4px;
    margin-left: 4px;
}

.filter-cate .filter-cate-more.up:after{
	border-top-color: transparent;
	border-bottom-color: #cccccc;
	margin-top:-8px;
}

.filter-cate .filter-cate-more.up:after {
	border-top-color:transparent;
	border-bottom-color: #cccccc;
	margin-top: -8px;
}

.common-list-desc li {
    border: 1px solid transparent;
    padding: 18px 30px;
    padding-right: 0;
    overflow: hidden;
    position: relative;
    padding-left: 200px;
}

.common-list-desc li a:hover {
    color: #4e7adb;
}

.common-list-desc li:hover {
    border-color: #4e7adb;
}

.common-list-desc li:nth-child(even) {
    background-color: #f8f9fb;
}

.common-list-desc .comlist-pic {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 30px;
    width: 140px;
    height: 120px;
    margin: auto 0;
    padding: 3px;
    background-color: #fff;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.15);
}

.common-list-desc .comlist-pic img {
    width: 100%;
    height: 100%;
    vertical-align: top;
}

.common-list-desc .comlist-info {
    float: left;
    height: 100%;
    width: 780px;
}

.common-list-desc .comlist-info h2 {
    font-size: 16px;
    font-weight: normal;
    line-height: 30px;
    margin-bottom: 10px;
}

.common-list-desc .comlist-info div {
    overflow: hidden;
}

.common-list-desc .comlist-info div p {
    float: left;
    width: 224px;
}

.common-list-desc .comlist-info p {
    line-height: 30px;
    color: #999;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.comlist-sum {
    float: right;
}

.comlist-sum > div {
    float: left;
    width: 160px;
    margin-left: 30px;
    text-align: center;
}

.comlist-sum > div h3 {
    font-size: 14px;
    font-weight: normal;
    line-height: 70px;
    position: relative;
}

.comlist-sum > div h3 span {
    font-size: 24px;
    font-weight: bold;
}

.comlist-sum > div h3:after {
    content: "";
    position: absolute;
    bottom: 6px;
    left: 50%;
    margin-left: -6px;
    border: 6px solid transparent;
    border-bottom-color: #e2e2e2;
}

.comlist-sum > div p {
    color: #666666;
    line-height: 1;
}

.comlist-operation {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    height: 30px;
    margin: auto 0;
}

.comlist-operation-icon {
	float:left;
    width: 30px;
    height: 30px;
    margin-right: 40px;
    text-align: center;
    position: relative;
}

.comlist-operation-icon p {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    visibility: hidden;
    cursor: pointer;
    color: #666;
    transition: all ease-in-out 0.2s;
    opacity: 0;
}

.comlist-operation-icon > div {
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
    cursor: pointer;
    margin: 0 auto;
    transition: all ease-in-out 0.2s;
}

.comlist-operation-icon:hover p {
    visibility: visible;
    bottom: -10px;
    opacity: 1;
}

.comlist-operation-icon:hover > div {
    top: -10px;
}

.comlist-collections {
    background: url("../css/images/icon-collections.png") no-repeat center;
}

.comlist-collections.collections {
    background: url("../css/images/icon-collections-true.png") no-repeat center;
}

.comlist-message {
    background: url("../css/images/icon-message.png") no-repeat center;
}

.comlist-message.message {
    background: url("../css/images/icon-message-true.png") no-repeat center;
}

.comlist-contrast {
    background: url("../css/images/icon-contrast.png") no-repeat center;
}

.comlist-contrast.contrast {
    background: url("../css/images/icon-contrast-true.png") no-repeat center;
}

/* 统一简单列表 */
.common-simpleList {
    position: relative;
}

.common-simpleList:before {
    content: "";
    position: absolute;
    top: 33px;
    left: 34px;
    bottom: 33px;
    border-left: 1px solid #e5ebfa;
    z-index: 2;
}

.common-simpleList.page-empty:before {
    display: none;
}

.common-simpleList li {
    line-height: 26px;
    padding: 19px 122px 19px 66px;
    border: 1px solid transparent;
    transition: all ease-in-out 0.2s;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.common-simpleList li:before {
    content: "";
    position: absolute;
    left: 31px;
    top: 50%;
    width: 5px;
    height: 5px;
    margin-top: -2px;
    border-radius: 50%;
    background-color: #4e7adb;
    border: 1px solid #4e7adb;
    transition: all ease 0.2s;
    z-index: 3;
}

.common-simpleList li:hover:before {
    left: 29px;
    width: 9px;
    height: 9px;
    margin-top: -4px;
    box-shadow: 0 0 0 2px #fff inset;
}

.common-simpleList li:hover {
    border-color: #4e7adb;
    color: #4e7adb;
}

.common-simpleList li:nth-child(even) {
    background-color: #f8f9fb;
}

.common-simpleList li .date,
.common-simpleList li .simpleList-right {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    height: 26px;
    padding-right: 20px;
    margin: auto 0;
}

.pager {
    margin-top: 20px;
    text-align: center;
    font-size: 12px;
    color: #999999;
}

.pager * {
    display: inline-block;
}

.pager .m-pagination-page {
    display: inline-block;
}

.pager .m-pagination-page li {
    height: 26px;

    margin: 0 3px;
    line-height: 24px;
    border: 1px solid #e0e0e0;
    cursor: pointer;
    border-radius: 2px;
}

.pager .m-pagination-page li.active {
    border-color: #4e7adb;
    background-color: #4e7adb;
    color: #fff;
}

.pager .m-pagination-page li a {
    width: 100%;
    height: 100%;
    padding: 0 8px;
}

.breadcrumb {
    padding-left: 20px;
    line-height: 52px;
    margin-bottom: -24px;
    background: url("../css/images/breadcrumb.png") no-repeat left center;
    color: #999999;
}

.breadcrumb a:after {
    content: "";
    display: inline-block;
    border: 6px solid transparent;
    border-left-color: #4e7adb;
    vertical-align: middle;
    margin-top: -2px;
    margin-left: 10px;
    margin-right: 2px;
}

.breadcrumb span {
    color: #4e7adb;
}

.sub-section {
    padding: 0 20px;
}

.sub-section:before,
.sub-section:after {
    display: table;
    line-height: 0;
    content: "";
}
.sub-section:after {
    clear: both;
}

.sub-section-title {
    height: 16px;
    margin-top: 25px;
    margin-bottom: 20px;
    height: 20px;
    line-height: 20px;
    border-left: 5px solid #4e7adb;
    background: url("../css/images/sub-section-title.png") repeat-x left center;
}

.sub-section-title h3 {
    padding-left: 10px;
    padding-right: 16px;
    float: left;
    font-size: 16px;
    background-color: #fff;
}

.sub-section-title > a {
    float: right;
    width: auto;
    height: 20px;
    padding: 0 8px;
    position: relative;
    font-size: 12px;
}

.sub-section-title > a:before {
    content: "";
    position: absolute;
    width: 10px;
    height: 100%;
    background-color: #fff;
    left: -10px;
    top: 0;
}

.sub-section-title .slide-btn {
    transition: transform ease-in-out 0.2s;
    background: url("./images/icon-sidebar-arrow.png") center center no-repeat #fff;
    cursor: pointer;
}

.sub-section-title .slide-btn.active {
    transform: rotate(180deg);
}

.sub-section-title .slide-btn:after {
    content: "";
    position: absolute;
    width: 10px;
    height: 100%;
    background-color: #fff;
    right: -10px;
    top: 0;
}

.sub-section-title ul {
    float: right;
    background-color: #fff;
}

.sub-section-title ul li {
    float: left;
    margin-left: 20px;
    cursor: pointer;
    position: relative;
}

.sub-section-title ul li.active {
    color: #4e7adb;
}

.sub-section-title ul li.active:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -20px;
    margin-left: -6px;
    border: 6px solid transparent;
    border-top-color: #4e7adb;
}

.comDetail-title {
    background-color: #f8f9fb;
    position: relative;
}

.comDetail-title h2 {
    color: #4e7adb;
    float: left;
    padding-left: 20px;
    margin: 16px 0;
    width: 1100px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 32px;
}

.comDetail-title h2 div {
    font-size: 12px;
    font-weight: normal;
    color: #999;
    overflow: hidden;
}

.comDetail-title h2 div p {
    float: left;
    margin-right: 40px;
}

.comDetail-title h2 div span {
    font-size: 16px;
    color: #4e7adb;
}

.comDetail-operation {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    height: 40px;
    margin: auto 0;
    overflow: hidden;
    float: right;
}

.comDetail-operation > div {
    float: left;
    width: 30px;

    margin-right: 30px;
    line-height: 1;
    text-align: center;
    cursor: pointer;
}

.comDetail-operation > div i {
    display: block;
    width: 19px;
    height: 16px;
    margin: 0 auto 10px;
    background-size: auto 16px;
    background-position: center center;
    background-repeat: no-repeat;
}

.comDetail-operation .collections i {
    background-image: url("./images/icon-collections.png");
}

.comDetail-operation .message i {
    background-image: url("./images/icon-message.png");
}

.comDetail-operation .contrast i {
    background-image: url("./images/icon-contrast.png");
}

.comDetail-operation .complaint i {
    background-image: url("./images/icon-complaint.png");
}

.comDetail-operation > div.collections.checked i {
    background-image: url("./images/icon-collections-true.png");
}

.comDetail-operation > div.message.checked i {
    background-image: url("./images/icon-message-true.png");
}

.comDetail-operation > div.contrast.checked i {
    background-image: url("./images/icon-contrast-true.png");
}

.comDetail-operation > div.contrast.checked i {
    background-image: url("./images/icon-contrast-true.png");
}

.detail-nav-main {
    height: 34px;
    margin-top: 20px;
}

.detail-nav {
    width: 1160px;
    height: 34px;
    margin: 0 auto;
    line-height: 32px;
    border: 1px solid #eeeeee;
    background-color: #fff;
    z-index: 100;
}

.detail-nav.fixed {
    position: fixed;
    top: 0;
    left: 50%;
    margin-left: -580px;
}

.detail-nav li {
    float: left;
    padding: 0 28px;
    cursor: pointer;
}

.detail-nav li.active {
    background-color: #4e7adb;
    color: #fff;
}

.comDetail-info {
    margin-top: 16px;
    line-height: 26px;
    padding-right: 20px;
    overflow: hidden;
}

.comDetail-info > div {
    margin-bottom: 14px;
    overflow: hidden;
}

.comDetail-info div > span {
    width: 128px;
    color: #999;
    float: left;
    text-align: right;
}

.comDetail-info span + div {
    margin-left: 128px;
}

.comDetail-info span.webupload {
    position: relative;
    margin-right: 15px;
    display: inline-block;
    width: 74px;
    height: 24px;
    text-align: center;
    line-height: 24px;
    color: #4e7adb;
    cursor: pointer;
    border-radius: 12px;
    border: 1px solid #b4c9f7;
}

.comDetail-info span.webupload input {
    display: none;
}

.agent-list .csort {
    margin-right: 38px;
}

.comDetail-server {
    border: 1px solid #eeeeee;
}

.comDetail-server li {
    height: 110px;
    padding: 30px;
    line-height: 1;
}

.comDetail-server li:nth-child(even) {
    background-color: #f8f9fb;
}

.comDetail-server li a:hover {
    color: #4e7adb;
}

.comDetail-server li h3 {
    margin-bottom: 20px;
    font-weight: normal;
}

.comDetail-server li div {
    overflow: hidden;
}

.comDetail-server li div p {
    float: left;
    width: 231px;
    color: #999;
}

.conDetail-table {
    padding-bottom: 28px;
    position: relative;
    overflow: hidden;
}

.conDetail-table table {
    width: 100%;
    table-layout: fixed;
}

.conDetail-table table th {
    height: 42px;
    background-color: #f3f3f3;
    font-weight: normal;
}

.conDetail-table table tbody tr.other {
    display: none;
}

.conDetail-table.open table tbody tr.other {
    display: table-row;
}

.conDetail-table table tbody tr:nth-child(even) {
    background-color: #f8f9fb;
}

.conDetail-table table tbody tr:hover {
    color: #4e7adb;
}

.conDetail-table table td {
    text-align: center;
    padding: 10px 0;
    overflow: hidden;
    line-height: 26px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.conDetail-table table a {
    color: #4e7adb;
}

.conDetail-more {
    display: block;
    height: 28px;
    line-height: 28px;
    border-top: 1px solid #eeeeee;
    text-align: center;
    color: #999;
    background-color: #fff;
    font-size: 12px;
    cursor: pointer;
}

.conDetail-more:before {
    content: "点击展开";
}

.open .conDetail-more:before {
    content: "点击收起";
}

.conDetail-more:after {
    content: "";
    display: inline-block;
    border: 5px solid transparent;
    border-top-color: #cccccc;
    vertical-align: middle;
    margin-top: 2px;
    margin-left: 4px;
}

.open .conDetail-more:after {
    border-bottom-color: #cccccc;
    border-top-color: transparent;
    margin-top: -7px;
}

.comDetail-list li {
    height: 42px;
    padding-right: 100px;
    line-height: 42px;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.comDetail-list li.other {
    display: none;
}

.open li.other {
    display: block;
}

.comDetail-list li:hover {
    color: #4e7adb;
}

.comDetail-list li:nth-child(odd) {
    background-color: #f8f9fb;
}

.comDetail-list li span {
    position: absolute;
    top: 0;
    right: 0;
    padding-right: 20px;
}

.common-sort {
    height: 30px;
    padding-left: 20px;
    line-height: 30px;
    background-color: #f7f7f7;
    color: #666;
}

.common-sort .csort {
    cursor: pointer;
}

.common-sort .csort:after {
    content: "";
    display: inline-block;
    width: 14px;
    height: 12px;
    background: url("../css/images/icon-scort.png") no-repeat center;
    vertical-align: middle;
    margin-top: -2px;
    margin-left: 8px;
}

.common-sort .csort.asc:after {
    background: url("../css/images/icon-scortAsc.png") no-repeat center;
}

.common-sort .csort.desc:after {
    background: url("../css/images/icon-scortDesc.png") no-repeat center;
}

.common-star {
    display: inline-block;
    width: 14px;
    height: 14px;
    background: url("../css/images/icon-star.png") no-repeat center;
}

.common-star.star {
    background: url("../css/images/icon-star-true.png") no-repeat center;
}

.common-star.star-ban {
    background: url("../css/images/icon-star-ban.png") no-repeat center;
}

.common-empty {
    position: relative;
}

.common-empty:after {
    content: "";
    display: block;
    width: 139px;
    height: 133px;
    background: url("../css/images/empty.png") no-repeat center;
    margin: 20px auto;
}

.page-empty {
    height: 470px;
    position: relative;
    background: url("./images/empty.png") no-repeat center;
}

/* chosen样式 */
.form-body > select {
    height: 34px;
    line-height: 32px;
    padding-left: 10px;
    background: #fff;
    outline: none;
    width: 100%;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
    border: none;
}

/* table样式 */

.commontable {
    width: 100%;
    font-size: 14px;
    table-layout: fixed;
}

.commontable > thead th {
    height: 46px;
    background: #f3f3f3;
    text-align: center;
    font-weight: normal;
}

.commontable > tbody tr {
    color: #666;
}

.commontable > tbody td {
    height: 42px;
    padding: 0 10px;
    text-align: center;
}

.commontable > tbody tr:hover {
    color: #4e7adb;
}

.commontable > tbody tr:nth-child(even) {
    background: #f8f9fb;
}

.commontable-operation a {
    display: inline-block;
    padding: 0 10px;
    border: 1px solid #b4c9f7;
    height: 24px;
    border-radius: 12px;
    color: #4e7adb;
    text-align: center;
    line-height: 22px;
    margin: 0 5px;
    transition: all ease-in-out 0.2s;
}

.commontable-operation a:hover {
    background-color: #4e7adb;
    border-color: #4e7adb;
    color: #fff;
}

.commontable-operation a.disabled {
	pointer-events: none;
    filter: alpha(opacity=50); /*IE滤镜，透明度50%*/
    -moz-opacity: 0.5; /*Firefox私有，透明度50%*/
    opacity: 0.5; /*其他，透明度50%*/
}

.commontable .tal {
    text-align-last: left;
    padding: 0 20px;
}

.chosen-container-single .chosen-single {
    border: none !important;
}

.chosen-drop .result-selected,
.chosen-drop .highlighted {
    color: #4e7adb !important;
    font-weight: normal !important;
}

.chosen-container .chosen-drop {
    border: none !important;
}

.chosen-container .chosen-results {
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.1);
}

.custom-layer .layui-layer-title {
    height: 58px;
    line-height: 58px;
    font-weight: bold;
    color: #4e7adb;
    font-size: 18px;
    background-color: #f8f9fb;
}

.custom-layer .layui-layer-title span {
    font-size: 14px;
    font-weight: normal;
    color: #999;
    margin-left: 10px;
}

.custom-layer .layui-layer-setwin {
    top: 22px;
}

.custom-layer .layui-layer-btn {
    text-align: center;
}

.custom-layer .layui-layer-btn a {
    width: 150px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    border: none;
    border-radius: 0;
    margin-top: 0;
    margin-bottom: 10px;
}

.custom-layer .layui-layer-btn .layui-layer-btn0 {
    background-color: #4e7adb;
}

/*个性化layer皮肤*/
/*注册成功*/
.layui-layer-account .layui-layer-ico.layui-layer-close,
.layui-layer-account .layui-layer-setwin .layui-layer-close2:hover {
    background: url(images/account-close.png) center center no-repeat;
}
.layui-layer-account .layui-layer-setwin .layui-layer-close2 {
    position: absolute;
    right: 7px;
    top: 7px;
    width: 14px;
    height: 14px;
}

/*信息提示窗口*/
.layer-prompt {
    min-width: 440px;
    padding-bottom: 30px;
}

.layer-prompt-status {
    margin-top: 28px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}

.layer-prompt-status img {
    vertical-align: middle;
}

.layer-prompt-status span {
    margin-left: 24px;
}

.layer-prompt-status .success {
    color: #4e7adb;
}

.layer-prompt > h2 {
    font-size: 20px;
    color: #4e7adb;
    text-align: center;
    margin: 20px 0;
}

.layer-prompt-text {
    margin-top: 10px;
    line-height: 22px;
    color: #999;
    text-align: center;
}

.layer-prompt-text span {
    color: #fa9f00;
}

.layer-prompt .common-btn {
    width: 150px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    color: #fff;
}

.layer-prompt a {
    color: #4e7adb;
}

.checkbox input[type="checkbox"] {
    display: none;
}

.checkbox input[type="checkbox"] + label:before {
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    border: 1px solid #dcdcdc;
    vertical-align: middle;
    margin-top: -2px;
    margin-right: 10px;
}

.checkbox input[type="checkbox"]:checked + label {
    color: #4e7adb;
}

.checkbox input[type="checkbox"]:checked + label:before {
    border-color: #4e7adb;
    background: #4e7adb url("./images/icon-checked.png") no-repeat center;
}

.radiobox input[type="radio"] {
    display: none;
}

.radiobox input[type="radio"] + label:before {
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    border: 1px solid #dcdcdc;
    vertical-align: middle;
    margin-top: -2px;
    margin-right: 10px;
    border-radius: 50%;
    overflow: hidden;
}

.radiobox input[type="radio"]:checked + label:before {
    background: #4e7adb;
    box-shadow: 0 0 0 2px #fff inset;
}

.page-detail:after {
    content: "";
    /* position: absolute; */
    top: 168px;
    left: 0;
    right: 0;
    bottom: 108px;
    width: 1200px;
    margin: 0 auto;
    background-color: #fff;
    z-index: 1;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.06);
}

.page-detail .sub-main {
    margin-bottom: 80px;
    box-shadow: none;
    z-index: 2;
    position: relative;
}

.page-detail-title {
    padding: 14px 74px 0;
    text-align: center;
    height: 76px;
    line-height: 1.4;
    overflow: hidden;
    text-overflow: ellipsis;
}

.page-detail-info {
    height: 28px;
    line-height: 28px;
    background-color: #f8f9fb;
    text-align: center;
}

.page-detail-info span {
    font-size: 12px;
    color: #999;
    margin: 0 20px;
}

.page-detail-status {
    text-align: center;
    font: 76px;
    line-height: 76px;
}

.page-detail-status span {
    margin: 0 10px;
}

.page-detail-main {
    padding: 0 74px;
    font-size: 14px;
    line-height: 2;
    text-indent: 2em;
}

.page-detail-pager {
    position: absolute;
    bottom: 120px;
    left: 0;
    right: 0;
    width: 1200px;
    padding: 0 74px;
    margin: 0 auto;
    overflow: hidden;
    z-index: 2;
}

.page-detail-pager > div {
    float: left;
    width: 50%;
    height: 36px;
    border-top: 1px solid #e0e0e0;
    line-height: 36px;
    position: relative;
    color: #999;
}

.page-detail-pager > div:before {
    position: absolute;
    top: -1px;
    left: 0;
    content: "";
    width: 60px;
    border-top: 1px solid #4e7adb;
}

.page-detail-pager > div a:hover {
    color: #4e7adb;
}

.common-nav {
    height: 60px;
    background-color: #fff;
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.06);
    text-align: center;
}

.common-nav li {
    display: inline-block;
    height: 30px;
    margin: 14px 90px;
    padding: 0 20px;
    line-height: 28px;

    vertical-align: top;
}

.common-nav li.active {
    color: #4e7adb;
    position: relative;
}

.common-nav li a {
    display: block;
    width: 100%;
    position: relative;
    z-index: 2;
}

.common-nav li.active:before,
.common-nav li.active:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border: 1px solid #4e7adb;
    background-color: #fff;
    left: 0;
    top: 0;
    z-index: 1;
}

.common-nav li.active:after {
    top: -2px;
    left: 2px;
    z-index: 0;
}

.global-tips {
    height: 52px;
    padding-left: 30px;
    line-height: 52px;
    background-color: #f3f3f3;
}

.float-tool {
    position: fixed;
    top: 50%;
    right: 15px;
    width: 45px;
    margin-top: -118px;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.1);
    z-index: 1000;
}

.float-tool > li {
    height: 42px;
    margin-bottom: 2px;
    background-color: #fff;
    border: 1px solid #fff;
}

.float-tool-icon {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    cursor: pointer;
    transition: all ease-in-out 0.2s;
}

.float-tool-icon img {
    position: absolute;
    top: 0;
    left: 0;
}

.float-tool-icon:hover {
    background-color: #4e7adb;
}

.float-tool-icon:hover img {
    top: -100%;
}

.float-tool-popup {
    position: absolute;
    top: -40px;
    right: 58px;
    width: 225px;
    padding-bottom: 20px;
    background-color: #fff;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.1);
    display: none;
}

.float-tool > li:hover .float-tool-popup,.ftp-agency.active {
    display: block;
}

.float-tool > li:hover:before {
    content: "";
    position: absolute;
    width: 13px;
    left: -13px;
    height: 40px;
}

.float-tool-popup:before {
    content: "";
    position: absolute;
    top: 55px;
    right: -10px;
    border: 5px solid transparent;
    border-left-color: #fff;
}

.float-tool-popup.ftp-agency:before {
    top: 230px;
}

.float-tool-popup > h2 {
    height: 40px;
    padding: 0 20px;
    line-height: 40px;
    background: url("../css/images/arrow-r.png") no-repeat left center;
    font-size: 16px;
    font-weight: normal;
    color: #4e7adb;
}

.float-tool-popup > h2 span {
    font-size: 12px;
    color: #999;
}

.float-tool-popup p {
    font-size: 12px;
}

.float-tool-popup select {
    height: 34px;
    border: none;
    padding: 0 8px;
}

.ftp-agency-list {
    height: 210px;
}

.ftp-agency-list li {
    height: 42px;
    line-height: 42px;
    padding-right: 33px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ftp-agency-list li i {
    font-size: 16px;
    color: #aaaaaa;
    font-weight: bold;
}

.ftp-agency-item {
    color: #4e7adb;
    position: relative;
}

.ftp-agency-item .delete {
    position: absolute;
    right: 0;
    top: 50%;
    width: 12px;
    height: 12px;
    margin-top: -6px;
    background: url("../css/images/icon-small-delete.png") no-repeat center;
    cursor: pointer;
}

.layui-laydate-footer .laydate-btns-now {
    display: none !important;
}

/******************************* 网站大师信息发布页面公共样式 ************************************/

/* 行政区划样式 */
.form-body.inscreen{
	position:relative;
}
.form-body.inscreen input{
	background:url(../../js/widgets/chosen/arrow-down.png) 98% center no-repeat #fff;
}
.form-body.inscreen input.up{
	background-image:url(../../js/widgets/chosen/arrow-up.png)
}
.form-body .common-site-select {
	top:42px;
	width:100%;
}
.form-body .common-site-select  dd a{
	margin-right:15px;
	margin-bottom:0;
}

.float-tool-popup.notice-info {
    width: 330px;
    height: 298px;
    padding: 22px 0 0 0;
    box-shadow: 1px 4px 30px 0px rgba(86, 104, 129, 0.34);
    border-radius: 2px;
    
}


#notice-content{
	height: 222px;
	overflow:scroll;
    overflow-x:hidden;
}

#notice-content::-webkit-scrollbar-thumb {
	-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
	border-radius: 0;
}
#notice-content::-webkit-scrollbar {
	/*滚动条整体样式*/
	width : 6px;  /*高宽分别对应横竖滚动条的尺寸*/
	height: 1px;
}
#notice-content::-webkit-scrollbar-track {
	/*滚动条里面轨道*/
	box-shadow   : inset 0 0 3px rgba(0, 0, 0, 0.2);
	border-radius: 10px;
	background : #eef;
}
  
  
.float-tool-popup.notice-info::before {
    top: 131px;
}

.notice-info h3 {
    text-align: center;
    font-size: 24px;
    color: #222;
    font-weight: bold;
}

.notice-info>p {
    margin-top: 20px;
    padding: 0 28px;
    line-height: 30px;
    font-size: 16px;
    color: #666;
}

.notice-info .view-detail {
    margin-right: 30px;
    text-align: right;
    color: #2454B4;
    font-size: 16px;
    margin-top: 20px;
}




/* 个性化头部样式 */
.banner {
  width: 100%;
  height: 481px;
  background: url("../../../qzzjcs/individuation/overall/pages/css/images/header.png") no-repeat top center; 
}

.banner-top {
  padding-top: 32px;
}

.banner-top h1 {
  float: left;
  height: 40px;
  font-size: 30px;
  line-height: 30px;
  font-weight: bold;
  color: #fff;
  text-shadow: 0px 0px 8px rgba(55, 59, 108, 0.69);
}

.city-name {
  float: left;
  width: 78px;
  height: 36px;
  font-size: 18px;
  line-height: 36px;
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 4px;
  padding-left: 20px;
  background-image: url(../../../qzzjcs/individuation/overall/pages/css/images/place-icon.png");
  background-repeat: no-repeat;
  background-position: left 18px center;
  margin: 4px 0 0 28px;
  cursor: pointer;
}

.header-user {
    float: right;
}

.header-user a {
    height: 36px;
    line-height: 36px;
    color: #fff;
}

.header-user #firstlabel{
	display: block;
    width: 100px;
    text-overflow: ellipsis;
    overflow: hidden;
    text-align: center;
    font-size: 18px;
    /* background: url("../../../qzzjcs/individuation/overall/pages/css/images/login-icon.png") no-repeat left center; */
}
.header-user #secondlabel{
	display: block;
    width: 100px;
    text-overflow: ellipsis;
    overflow: hidden;
    text-align: center;
    font-size: 18px;
    /* background: url("../../../qzzjcs/individuation/overall/pages/css/images/regist-icon.png") no-repeat left center; */
}


/* .banner-top a {
  float: right;
  height: 36px;
  line-height: 36px;
  font-size: 0;
  color: #fff;
} */

/* a.login {
  font-size: 18px;
  padding-left: 30px;
  background: url("../../../qzzjcs/individuation/overall/pages/css/images/login-icon.png") no-repeat left center;
} */

/* a.regist {
  font-size: 18px;
  padding-left: 26px;
  background: url("../../../qzzjcs/individuation/overall/pages/css/images/regist-icon.png") no-repeat left center;
  margin-right: 17px;
} */
/* 头部样式 结束*/

/* 导航栏样式 */
.page-guide-line {
  border-bottom: 1px solid rgba(110, 128, 197, 0.6);
}

.page-guide {
  margin-top: 40px;
}

.page-guide li {
  position: relative;
  float: left;
  height: 56px;
  font-size: 18px;
  line-height: 56px;
  color: #fff;
  margin-left: 78px;
  border-bottom: 4px solid transparent;
}

.page-guide li:first-child {
  margin-left: 12px;
}

.page-guide li.active {
  border-bottom: 4px solid #fff;
}

.page-explain {
  padding-top: 89px;
}

.page-explain h2 {
  height: 50px;
  font-size: 50px;
  line-height: 50px;
  font-weight: bold;
  color: #fff;
  text-shadow: 0px 0px 8px rgba(55, 59, 108, 0.69);
}

.page-explain p {
  height: 98px;
  padding-left: 32px;
  font-size: 26px;
  line-height: 98px;
  color: #fff;
  background: url("../../../qzzjcs/individuation/overall/pages/css/images/text-box.png") no-repeat left center;
  margin-top: 28px;
}
/* 导航栏样式 结束*/

.main-box {
  margin-bottom: 40px;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  background: #fff;
}

.location {
  padding-left: 30px;
  background: url("../../../qzzjcs/individuation/overall/pages/css/images/icon-location.png") no-repeat left center;
  line-height: 70px;
  font-size: 16px;
}
.location span {
  color: #0185ed;
}

/* 子页面表格样式 */
.list-tbl {
  width: 100%;
  text-align: center;
  table-layout: fixed;
}

.list-tbl thead {
  background: #f2f6fa;
  line-height: 40px;
}

.list-tbl tbody {
  line-height: 50px;
  color: #666;
}

.list-tbl tbody tr:nth-child(even) {
  background: #f2f9ff;
}

.list-tbl th,
.list-tbl td {
  padding: 0 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/* 子页面表格样式结束 */


