a {
    color: inherit;
}

i {
    font-style: normal;
}

html {
    height: 100%;
    min-width: 1200px;
}

body {
    min-height: 100%;
    padding-bottom: 144px;
    position: relative;
    background-color: #f9fafb;
}

.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 {
    background-color: #fff;
    position: relative;
}

.header .logo {
    float: left;
    margin-top: 26px;
    vertical-align: top;
}

.header-title {
    margin-top: 44px;
    margin-left: 18px;
    float: left;
    font-size: 26px;
    font-weight: normal;
    font-family: '黑体';
    line-height: 1;
}

.select-city {
    float: left;
    height: 40px;
    margin-left: 14px;
    margin-top: 36px;
    border-left: 1px solid #4f8cee;
}

.select-city-title {
    display: inline-block;
    height: 33px;
    padding-left: 14px;
    padding-right: 10px;
    margin-top: 4px;
    margin-left: 14px;
    background-color: #edf3fd;
    font-size: 18px;
    color: #4F8CEE;
    text-align: center;
    line-height: 33px;
    cursor: pointer;
}

.select-city-title:after {
    content: '';
    display: inline-block;
    margin-left: 5px;
    border: 6px solid transparent;
    border-top-color: #4f8cee;
    border-bottom: none;
    vertical-align: middle;
}

.select-city-main {
    position: absolute;
    left: 50%;
    top: 92px;
    width: 1200px;
    padding-top: 16px;
    margin-left: -600px;
    background-color: #fff;
    z-index: 999;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
    display: none;
}

.select-city-main:before {
    content: "";
    position: absolute;
    top: -16px;
    left: 660px;
    border: 8px solid transparent;
    border-bottom-color: #eee;
}

.select-city-main:after {
    content: "";
    position: absolute;
    top: -16px;
    left: 660px;
    margin-top: 2px;
    border: 8px solid transparent;
    border-bottom-color: #fff;
}

.select-city-main dt {
    width: 120px;
    text-align: right;
    color: #4e7adb;
    line-height: 30px;
    float: left;
}

.select-city-main dd {
    margin-left: 120px;
    overflow: hidden;
}

.select-city-main dd a {
    float: left;
    height: 30px;
    padding: 0 6px;
    margin-right: 40px;
    margin-bottom: 16px;
    line-height: 30px;
    color: #333333;
}

.select-city-main dd a.selected,
.select-city-main dd a.curr {
    background: #4e7adb;
    color: #fff;
}

.header-right {
    margin-top: 40px;
    float: right;
}

.header-search {
    float: left;
    width: 126px;
    height: 32px;
    border: 1px solid #055ec3;
    border-radius: 16px;
}

.header-search input {
    float: left;
    width: 86px;
    height: 100%;
    padding-left: 16px;
    border: none;
}

.header-search button {
    float: right;
    width: 38px;
    height: 100%;
    background: url('../css/images/V1/icon-search.png') no-repeat center;
    border: none;
}

.qrcode {
    float: left;
    height: 32px;
    margin-left: 20px;
    line-height: 32px;
    position: relative;
}

.qrcode>img {
    vertical-align: middle;
}

.qrcode-box {
    position: absolute;
    top: 100%;
    left: 50%;
    width: 100px;
    height: 100px;
    margin-top: 10px;
    margin-left: -50px;
    display: none;
}

.qrcode-box img {
    vertical-align: top;
    width: 100%;
    height: 100%;
}

.qrcode:hover .qrcode-box {
    display: block;
}

.header-right .site {
    float: left;
    margin-left: 16px;
    line-height: 32px;
    color: #4F8CEE;
    font-size: 16px;
}

.header-user {
    float: left;
    margin-left: 16px;
    font-size: 16px;
}

.header-user>a {
    line-height: 30px;
    color: #4F8CEE;
    float: left;
    margin-right: 22px;
}

.header-user-menu {
    float: left;
    position: relative;
}

.header-user-menu span {
    display: block;
    width: 26px;
    height: 26px;
    margin-top: 2px;
    cursor: pointer;
    background: url('../css/images/V1/header-btn.png') no-repeat center;
}

.header-user-menu.open span {
    transform: rotate(180deg);
}

.header-user-menu.open ul {
    display: block;
}

.header-user-menu ul {
    position: absolute;
    top: 100%;
    right: 0;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 1px 14px 0px rgba(0, 0, 0, 0.1);
    margin-left: -50px;
    margin-top: 8px;
    text-align: right;
    padding: 6px 10px;
    z-index: 10;
    display: none;
}

.header-user-menu ul li {
    white-space: nowrap;
    line-height: 30px;
}

.header-user-menu ul li a:hover {
    color: #4F8CEE;
}

.header-nav {
    margin-top: 10px;
    border-bottom: 1px solid #ccc;
}

.header-nav ul {
    overflow: hidden;
    margin-bottom: -1px;
}

.header-nav li {
    font-weight: bold;
    float: left;
    line-height: 50px;
    font-size: 18px;
}

.header-nav li~li {
    margin-left: 53px;
}

.header-nav li.active,
.header-nav li:hover {
    color: #055ec3;
    border-bottom: 6px solid #055ec3;
}
.header-nav a:hover {
    color: #055ec3;
}

.header-banner {
    height: 120px;
    background: url('./images/header-banner.jpg') no-repeat center;
}

.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: relative;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 115px;
    background: #fff;
    border-top: 6px solid #055ec3;
    z-index: 10;
    text-align: center;
}

.footer-nav {
    padding-top: 18px;
    margin-bottom: 10px;
    color: #055EC3;
    line-height: 1;
}

.footer-nav a {
    display: inline-block;
    margin: 0 2%;
    font-size: 18px;
}

.footer p {
    line-height: 26px;
}

.footer p span {
    margin: 0 20px;
}

.footer p img {
    vertical-align: middle;
    margin-top: -3px;
}

.sub-main {
    margin: 24px auto;
    padding-bottom: 20px;
    border-top: 3px solid #000000;
    background-color: #fff;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.06);
}

.common-filter {
    padding: 22px 14px 0;
}

.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: #055ec3;
    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: #4e7adb;
}

.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: 130px;
    height: 22px;
    margin: 6px 0;
    margin-right: 60px;
    line-height: 22px;
    text-align: center;
    cursor: pointer;
    padding: 0px 5px 0px 5px;
    background: rgb(240 240 240);
}

.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;
}

.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:nth-child(even) {
    /* background-color: #f8f9fb; */
    background-color: #e6ecf7;
}

.common-list-desc li:hover {
    border-color: #4e7adb;
    /* background-color: #edf5ff; */
    background-color: #f5f7cc;
}

.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;
    font-weight: bold;
}

.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,
.sub-section-title .slide-btn {
    float: right;
    width: auto;
    height: 30px;
    padding: 0 12px;
    margin-top: -5px;
    position: relative;
    font-size: 12px;
    border-radius: 4px;
    line-height: 30px;
}

.sub-section-title>a:before,
.sub-section-title .slide-btn: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,
.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;
    height: 30px;
    padding: 0 12px;
    margin-top: -5px;
    position: relative;
    font-size: 12px;
    border-radius: 4px;
    line-height: 28px;
    border: 1px solid #055ec3;
}

.sub-section-title ul li.active {
    color: #fff;
    background-color: #055ec3;
}

.sub-section-title ul li.active:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 100%;
    margin-left: -6px;
    border: 6px solid transparent;
    border-top-color: #055ec3;
}

.comDetail-title {
    min-height: 60px;
    background-color: #f8f9fb;
    position: relative;
}

.comDetail-title h2 {
    color: #4e7adb;
    float: left;
    padding-left: 20px;
    margin: 16px 0;
    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: 50%;
    right: 0;
    height: 54px;
    margin: auto 0;
    overflow: hidden;
    transform: translateY(-50%);
}

.comDetail-operation>div {
    float: left;
    width: 48px;
    height: 54px;
    padding-top: 5px;
    margin-right: 30px;
    line-height: 1;
    text-align: center;
    cursor: pointer;
    background-color: #d2d2d2;
    color: #fff;
    border-radius: 4px;
    font-size: 12px;
}

.comDetail-operation>div i {
    display: block;
    width: 19px;
    height: 30px;
    margin: 0 auto;
    background-size: auto 16px;
    background-position: center center;
    background-repeat: no-repeat;
}

.comDetail-operation .client i {
    background-image: url("./images/icon-client.png");
}

.comDetail-operation .collections i {
    background-image: url("./images/icon-collec.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: 34px;
    background-color: #055ec3;
    z-index: 100;
    color: #fff;
}

.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 a {
    color:#fff
}
.detail-nav li~li {
    border-left: 1px solid #729dcf;
}

.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;
    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;
}

*{
    margin: 0;
    padding: 0;
}

html,body{
    width: 100%;
}

body,ol,ul,h1,h2,h3,h4,h5,h6,p,th,td,dl,dd,form,fieldset,legend,input,textarea,select{margin:0;padding:0}
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td, img, div, a, span {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    text-decoration: none;
}

ul,li{
    list-style: none;
}

a{
    text-decoration: none;
}

a:hover{
    /* color:#b80b05;  */
    text-decoration:none;
}

em,i{
    font-style: normal;
}

body, button, input, select, textarea {
    font-size: 14px;
    font-family:'Microsoft YaHei';
    color: #000;
}

img{
    border:0;
    vertical-align:middle;
}

p{
    word-wrap:break-word;
}

.fl{
    float: left;
}

.fr{
    float: right;
}

.cl{
    clear: both;
}

.clearfix:after{
    content: "";
    display: block;
    width: 0;
    height: 0;
    clear: both;
    zoom: 1;
}

.show{
    display: block;
}

.hidden{
    display: none;
}

.font_16{
    font-size: 16px;
}

.font_18{
    font-size: 18px;
}

.font_blue{
    color: #055EC3;
}
.sc_width{
  width: 1200px;
  margin: 0 auto;
}

.str_float{
  position: fixed;
  top: 18%;
  right: 1%;
    z-index: 9;
}
.str_float .float_max li{
  height: 65px;
  width: 65px;
  background-color: rgba(0,0,0,.6);
  margin-top: 1px;
  text-align: center;
  cursor: pointer;
}  
.str_float .float_min li{
  height: 35px;
  width: 35px;
  background-color: rgba(0,0,0,.6);
  margin-top: 1px;
  text-align: center;
  cursor: pointer;
}
.str_float .float_max li p{
  color: white;
  font-size: 13px;
}
.str_float ul li img{
  width: 30px;
  margin-top: 10px;
}
.float_max .shouqi{
  height:30px !important;
  line-height: 30px;
  background-color: #055EC3 !important;
  color: white;
  font-size: 13px;
}
.shouqi img,
.zhankai img
{
  width: 14px !important;
  vertical-align: -2px;
}
.float_min .zhankai{
  height:30px !important;
  line-height: 30px;
  background-color: #055EC3 !important;
}
.float_min img{
  width: 20px !important;
}

.mid-with {
    width: 1000px;
}
.mid {
    margin: 0 auto;
}

.fl {
    float: left;
}

footer .state ul {
    /* width: 70%; */
    padding-left: 20px;
    text-align: center;
}

footer .state ul li {
    list-style: none;
    line-height: 25px;
    padding-right: 30px;
    display: inline-block;
}

footer {
    font-size: 14px;
    height: 116px;
    background-color: white !important;
}
.sctwo{
    display: none;
    top: 0%;
    right: 100%;
    position: absolute;
    color: #ffffff;
}

.float_max>li:hover .sctwo{display: block;}

.footer{
    position: absolute;
    height: 170px;
}
body{
    padding-bottom: 170px;
}