html, body {
    background: #f2f2f2;
    color: #666;
    min-width: 1200px;
    height: 100%;
}

@media screen and (max-width: 1400px) {
    .header-nav > li {
        padding: 0 7px !important;
    }
}

@media screen and (max-width: 1300px) {
    html, body {
        min-width: 1240px;
    }

    .header-nav > li {
        padding: 0 4px !important;
    }

    .nav-wrap .nav-content > .fr > a {
        margin-right: 6px;
    }
}

[v-cloak] {
    display: none !important;
}

.f12 {
    font-size:12px;
}

.f14 {
    font-size:14px;
}

.f16 {
    font-size:16px;
}

.f18 {
    font-size: 18px;
}

.show {
    display:block !important;
}

.hidden {
    display:none !important;
}

.thro {
    text-decoration: line-through;
    color:#999;
}

.fw {
    font-weight: 900;
}

a {
    color: #09f;
}

del {
    color: #999;
}

select {
    height: 28px;
    border-radius: 3px;
    background: #fff;
}

input[type='text'], input[type='number'] {
    height: 26px;
    border-radius: 3px;
    padding-left: 5px;
}

input[type='text']:focus {
    border-color: #09f !important;
}

input[type='number']:focus {
    border-color: #09f !important;
}

textarea:focus {
    border-color: #09f;
}

input[type='text'], input[type='number'], select {
    color: #666;
    vertical-align: middle;
    line-height: 26px;
    border: 1px solid #cdcdcd;
}

input[type='file'] {
    width: 176px;
}

textarea {
    border: 1px solid #cdcdcd;
    border-radius: 5px;
}

input[type="email"], input[type="password"] {
    width: 160px;
    height: 26px;
    font-size: 12px;
    color: #666;
    border: 1px solid #e5e5e5;
    padding-left: 5px;
    border-radius: 3px;
}


.tab-content-wrap {
    border: 1px solid #e5e5e5;
    border-top: none;
    background: #fff;
    padding: 20px;
    overflow: hidden;
}

/*box-shadow*/
.box-shadow {
    -webkit-box-shadow: 0px 1px 6px 1px rgba(0, 0, 0, .06);
    -moz-box-shadow: 0px 1px 6px 1px rgba(0, 0, 0, .06);
    -o-box-shadow: 0px 1px 6px 1px rgba(0, 0, 0, .06);
    -ms-box-shadow: 0px 1px 6px 1px rgba(0, 0, 0, .06);
    box-shadow: 0px 1px 6px 1px rgba(0, 0, 0, .06);
}

.border-def {
    border: 1px solid #e5e5e5 !important;
}

/*搜索结果*/

.search-result {
    margin: 10px 0 -10px;
}

.search-result h4 {
    color: #333;
    font-weight: 400;
    display: inline-block;
    vertical-align: sub;
    margin-left: 5px;
}

.pageNumber {
    float: right;
}

.pageNumber li:not(:last-child) {
    margin-right: 10px;
}

.pageNumber li {
    float: left;
    padding: 4px 8px;
    background: #ccc;
    border-radius: 3px;
    color: #666;
    cursor: pointer;
}

.pageNumber li.active {
    background: #09f;
    color: #fff;
}

.pageNumber li:hover {
    background: #2196f3;
    color: #fff;
}

/*按钮类*/

.btn {
    display: inline-block;
    border: 1px solid transparent;
    line-height: 26px;
    border-radius: 3px;
    white-space: nowrap;
    cursor: pointer;
    text-align: center;
    vertical-align: middle;
    padding: 0 16px;
}

.btn:hover {
    text-decoration: none !important;
}

.btn-primary {
    background: #09f;
    border-color: #09f;
    color: #fff!important;
}

.btn-primary:hover {
    background: #008fee;
    border-color: #008fee;
}

.btn-orange {
    background: #ff7720;
    border-color: #ff7720;
    color: #fff!important;
}

.btn-default-orange {
    background: #fff!important;
    border-color: #ff7200;
    color: #ff7200;
}

.btn-default-orange:hover {
    border-color: #ea6917;
    color: #ea6917;
}
.btn-orange:hover {
    background: #ea6917;
    border-color: #ea6917;
}

.btn-default,
.btn-gray {
    border-color: #e5e5e5;
    background: #f5f5f5;
    color: #666!important;
}

.btn-red {
    border-color: #ff5654;
    background: #ff5654;
    color: #fff!important;
}

.btn-blue {
    border-color: #09f;
    background: #fff;
    color: #09f!important;
}

input[type='button']:disabled,
input[type='button'].disabled,
input[type='submit']:disabled,
input[type='submit'].disabled,
input[type='reset']:disabled,
input[type='reset'].disabled,
button:disabled,
button.disabled,
.btn-disable,
.btn-disabled,
.btn:disabled,
.btn.disabled {
    background-color: #dbdbdb;
    border-color: #dbdbdb;
    color: #fff!important;
    cursor: default;
}

input[type='button']:disabled:hover,
input[type='button'].disabled:hover,
input[type='submit']:disabled:hover,
input[type='submit'].disabled:hover,
input[type='reset']:disabled:hover,
input[type='reset'].disabled:hover,
button:disabled:hover,
button.disabled:hover,
.btn:disabled:hover,
.btn.disabled:hover {
    background-color: #dbdbdb;
    border-color: #dbdbdb;
    color: #fff;
}

.btn-small {
    line-height: 22px;
    padding: 0 10px;
    vertical-align: middle;
}

.bubble-box {
    color: #fff;
    padding: 3px 6px;
    position: relative;
    margin:0 10px;
}

.bubble-box:after {
    position: absolute;
    top: 50%;
    margin-top: -6px;
    content: '';
    width: 0;
    height: 0;
    border: 6px solid transparent;
}

.bubble-box.green {
    background: #3dc036;
}

.bubble-box.green:after {
    border-right-color: #3dc036;
}

.bubble-box.red {
    background: #fd3f3f;
}

.bubble-box.red:after {
    border-right-color: #fd3f3f;
}

.bubble-box.gray {
    background: #ddd;
}

.bubble-box.gray:after {
    border-right-color: #ddd;
}

.bubble-box.right:after {
    left: -12px;
}

.bubble-box.left:after {
    right: -12px;
}


/*表格*/
table {
    background: #fff;
}

.table {
    width: 100%;
    table-layout: fixed;
    border: 1px solid #e5e5e5;
    background: #fff;
}

.table thead th:first-child,
.table tr td:first-child {
    padding-left: 14px;
}

.table a:hover {
    text-decoration: underline;
}

.table tr {
    height: 44px;
    border-bottom: 1px solid #e5e5e5;
}

.table tfoot tr {
    border-bottom:none;
    border-top: 1px solid #e5e5e5;
}

.table thead {
    color: #333;
    height: 40px;
    background: #f8f9fb;
    border-bottom: 1px solid #e5e5e5;
}

.table thead th {
    padding-right: 10px;
    text-align: left;
}

.table-hover tbody tr:hover {
    background: #fafafa;
}

.table tr td {
    padding-right: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.table tbody tr td:nth-child(2),
.table tbody tr td:first-child {
    white-space: normal;
    word-break: break-all;
}

.sort-def,
.sort-up,
.sort-down {
    cursor: pointer;
}

.sort-def .sort-icon {
    background-position: 0 -20px;
}

.sort-up .sort-icon {
    background-position: 0 0;
}

.sort-down .sort-icon {
    background-position: 0 -10px;
}

.sort-icon {
    width: 7px;
    height: 10px;
    display: inline-block;
    background: url(../img/sort-ico.png);
}

/*tab*/

.tab {
    border: 1px solid #e5e5e5;
    background: #fff;
    line-height: 50px;
}

.tab .item {
    float: left;
    margin-right: 20px;
    font-size: 14px;
}

.tab .item a {
    float: left;
    color: #333;
    padding: 0 20px;
    border-bottom: 2px solid transparent;
    margin-bottom: -1px;
}

.tab.thin .item a {
    padding: 0 15px;
}

.tab.thin .item {
    margin-right: 2px;
}

.tab .active a {
    background: #fff;
    border-color: #09f;
    font-weight: 700;
    color: #09f;
}

.search-condition-box {
    border: 1px solid #e5e5e5;
    border-top: none;
    padding: 20px;
    background: #fff;
}

/*竖分割线*/
.vertical-line {
    width: 1px;
    height: 11px;
    background: url(../img/line.jpg);
    display: inline-block;
    vertical-align: baseline;
    margin: 0 2px;
}

input[type="password"]:focus {
    border: 1px solid #09f;
}

/*字体图标*/
.iconfont {
    display: inline-block;
    vertical-align: top;
}

.icon-biaoti {
    font-size: 12px !important;
    color: #09f;
}

.label-def {
    display: inline !important;
    color: #666;
    margin: 0 !important;
    padding: 0 !important;
}

.text-center {
    text-align: center !important;
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

.line-through {
    text-decoration: line-through;
}

.pt-20 {
    padding-top: 20px;
}

.pr-20 {
    padding-right: 20px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pl-20 {
    padding-left: 20px;
}

.mr-10 {
    margin-right: 10px;
}

.ml-10 {
    margin-left: 10px;
}

.mt-20 {
    margin-top: 20px !important;
}

.mr-20 {
    margin-right: 20px;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.ml-20 {
    margin-left: 20px;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.m-20 {
    margin: 20px;
}

.p-20 {
    padding: 20px;
}

/*文字tips*/
.text-tips {
    display: inline-block;
    vertical-align: bottom;
    margin-left: 5px;
    position: relative;
}

.text-tips .text {
    font-size: 12px;
    padding: 4px 6px;
    background: rgba(0, 0, 0, .7);
    color: #fff;
    position: absolute;
    top: -29px;
    left: 50%;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 3px;
    white-space: nowrap;
    display: none;
}

.text-tips .text:after {
    content: '';
    border: 7px solid transparent;
    border-top-color: rgba(0, 0, 0, .7);
    position: absolute;
    left: 50%;
    bottom: -14px;
    margin-left: -7px;
}

.text-tips:hover .text {
    display: block;
}

.overflow-init {
    overflow: initial !important;
}

/*红色分隔标题*/
.red-title {
    position: relative;
    width: 100%;
    height: 14px;
    margin: 16px 0;
}

.red-title:after {
    position: absolute;
    top: 7px;
    left: 0;
    display: block;
    width: 100%;
    content: "";
    border-bottom: 1px dashed #e5e5e5;
    z-index: 1;
}

.red-title span {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 20px 0 10px;
    height: 14px;
    background: #fff url(../img/grgline.jpg) no-repeat left center;
    color: #ec4f18;
    line-height: 14px;
    z-index: 2;
}

/*小表格*/
.small-table {
    width: 100%;
    margin: 20px 0;
}

.small-table th, .small-table td {
    padding-left: 30px;
    text-align: left;
    border: 1px solid #ececec;
    height: 30px;
}

.small-table th {
    font-weight: 700;
}

/*颜色类*/
.color-orange {
    color: #ff5a00 !important;
}

.color-fail {
    color: #ff3b36;
}

.color-green,
.color-succ {
    color: #08a600;
}

.color-blue {
    color: #09f;
}

.color-yellow {
    color: #ffba00;
}

.color-gray {
    color: #666 !important;
}

.color-light-gray {
    color: #999;
}

.color-black {
    color: #333;
}

.color-red {
    color: #f76867 !important;
}

.bg-white {
    background:#fff;
}

/*breadcrumb-nav*/
.breadcrumb {
    width: 1175px;
    margin: 0 auto;
    background: url(../img/home-ico.png) no-repeat 3px 12px;
    padding-left: 25px;
    line-height: 36px;
    font-size: 12px;
}

.breadcrumb ul li {
    float: left;
}

.breadcrumb ul {
    float: left;
    color: #999;
}

.breadcrumb .title {
    float: left;
}

.breadcrumb ul li+li:before {
    content: ">";
    color: #666;
    padding: 0 5px;
}

/*left-nav*/
.main {
    width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
}

.l-nav-wrap {
    width: 180px;
    height: 100%;
    background: #2a2f43;
    float: left;
    font-size: 14px;
    color: #fff;
    -webkit-transition: width .3s;
    -moz-transition: width .3s;
    -ms-transition: width .3s;
    -o-transition: width .3s;
    transition: width .3s;
    overflow: hidden;
}

.hide-left-nav .l-nav,
.hide-left-nav .l-nav-wrap {
    overflow: visible;
}

.hide-left-nav .l-nav {
    margin-right: 0;
}

.l-nav {
    margin-right: -15px;
    height: 100%;
    background: #2a2f43;
    overflow-y: auto;
}

.l-nav-list {
    width: 100%;
    position: relative;
}

.l-nav .top-fixed {
    line-height: 50px;
    height: 50px;
    position: relative;
}

.l-nav .top-fixed h5 {
    position: absolute;
    right: 15px;
    top: 0;
    width: 50px;
    height: 50px;
    text-align: center;
    background: #232637;
    cursor: pointer;
    color: #fff;
    font-weight: 400;
}

.l-nav .top-fixed h5 i {
    font-size: 18px;
}

.l-nav .top-fixed h5.active {
    right: 0;
}

.l-nav .top-fixed h5.active i {
    position: absolute;
    left: 0;
    right: 0;
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.l-nav .top-fixed span {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    display: inline-block;
}

.hide-left-nav .l-nav .top-fixed a {
    width: 50px;
}

.l-nav .top-fixed a {
    width: 180px;
    background: #232637;
    font-size: 16px;
    color: #fff;
    white-space: nowrap;
    display: block;
    height: 50px;
    overflow: hidden;
    -webkit-transition: width .3s;
    -moz-transition: width .3s;
    -ms-transition: width .3s;
    -o-transition: width .3s;
    transition: width .3s;
}

.l-nav .top-fixed a .iconfont {
    font-size: 22px;
    color: #fff;
}

.hide-left-nav .l-nav-list .title {
    width: 0;
}

.l-nav-list .title {
    width: 130px;
    height: 48px;
    line-height: 48px;
    color: #c4c4c4;
    display: block;
    position: relative;
    top: 0;
    left: 0;
    padding-left: 50px;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    -webkit-transition: width .3s;
    -moz-transition: width .3s;
    -ms-transition: width .3s;
    -o-transition: width .3s;
    transition: width .3s;
}

.l-nav-list .title .ico {
    position: absolute;
    left: 0;
    top: 0;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
}

.l-nav-list .title em {
    position: absolute;
    left: 150px;
    top: 0;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.l-nav-list.on .title em {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.l-nav-list .title em .iconfont {
    font-size: 12px;
}

.l-nav-list .title .iconfont {
    font-size: 18px;
    color: #c4c4c4;
}

.l-nav-list.on .title,
.l-nav-list .title:hover {
    background-color: #09f;
    color: #fff;
}

.l-nav-list .title:hover .iconfont, .l-nav .on .title .iconfont {
    color: #fff;
}

.l-nav-fork {
    display: none;
    background: #202434;
    padding: 4px 0;
    overflow: hidden;
}

.l-nav-fork li {
    position: relative;
    line-height: 30px;
}

.l-nav-fork li.active:after,
.l-nav-fork li:hover:after {
    background: #fff;
}

.l-nav-fork li:after {
    position: absolute;
    left: 53px;
    top: 13px;
    content: '';
    width: 3px;
    height: 3px;
    background: #c4c4c4;
}

.l-nav-fork li a {
    height: 100%;
    display: block;
    padding-left: 64px;
    color: #c4c4c4;
    font-size: 13px;
    white-space: nowrap;
}


.l-nav-fork li.active a,
.l-nav-fork li:hover a {
    color: #fff;
}

.hide-left-nav .l-nav-list:hover dl {
    display: block;
}

.l-nav-list dl {
    display: none;
    position: absolute;
    top: 0;
    left: 50px;
    width: 140px;
    background: #eff5f8;
}

.l-nav-list dl a {
    display: block;
    line-height: 40px;
    padding-left: 20px;
    color: #666;
    border-right: 2px solid transparent;
}

.l-nav-list dd.current a,
.l-nav-list dl a:hover {
    color: #09f;
    border-color: #09f;
    background: #dfe8ec;
}

/*footer*/
.footer {
    width: 100%;
    background: #1e1e28;
    padding-top: 40px;
    color: #9b9ea0;
    margin-top: 20px;
}

.footer a {
    color: #9b9ea0;
}

.footer a:hover {
    color: #fff;
}

.footer .inner {
    width: 1200px;
    margin: 0 auto;
}

.footer-help .service-box {
    float: left;
    padding-left: 10px;
    width: 300px;
    height: 170px;
    font-size: 16px;
    border-right: 1px solid #2b2b38;
    line-height: 34px;
}

.footer-help .service-box li:last-child {
    font-size: 16px;
}

.footer-help .service-box li {
    height: 30px;
    line-height: 30px;
    margin-bottom: 5px;
}

.footer-help .service-box i {
    width: 30px;
    height: 30px;
    line-height: 26px;
    display: inline-block;
    vertical-align: bottom;
    text-align: center;
    margin-right: 18px;
    border-radius: 50%;
    background: #444d53;
}

.footer-help dl {
    float: left;
    min-width: 120px;
    margin-left: 40px;
}

.footer-help dl dt {
    margin-bottom: 14px;
}

.footer-help dl dt a {
    color: #d7d8d9;
}

.footer-help dl dd {
    line-height: 26px;
}

.footer-help dl dd a:hover {
    color: #fff;
    text-decoration: underline;
}

.footer-help dl.yy-ewm {
    color: #d7d8d9;
    padding-left: 56px;
    height: 170px;
    border-left: 1px solid #2b2b38;
    text-align: center;
}

.footer-help dl.yy-ewm dd {
    margin-top: 20px;
}

.footer-help dl:last-child {
    padding-top: 35px;
}

.footer .link {
    margin-top: 40px;
    border-bottom: 1px solid #2b2b38;
    border-top: 1px solid #2b2b38;
}

.footer .link p {
    margin: 18px 0;
}

.footer .link span {
    color: #d7d8d9;
    margin: 0 15px;
    float: left;
}

.footer .link a {
    margin-right: 23px;
    float: left;
}

.footer .link a:hover {
    color: #fff;
    text-decoration: underline;
}

.footer .link i {
    display: inline-block;
    width: 1110px;
    line-height: 24px;
}

.footer .copyright {
    line-height: 50px;
}

/*top-msg*/
.header-dropdown-menu-wrap {
    width: 100%;
    line-height: normal;
    font-size: 14px;
    position: absolute;
    top: 48px;
    left: 0;
    background: #f5f5f5;
    z-index: 15;
    display: none;
    border-bottom: 1px solid #e5e5e5;
    -webkit-box-shadow: 0px 1px 6px 1px rgba(0, 0, 0, .06);
    -moz-box-shadow: 0px 1px 6px 1px rgba(0, 0, 0, .06);
    -o-box-shadow: 0px 1px 6px 1px rgba(0, 0, 0, .06);
    -ms-box-shadow: 0px 1px 6px 1px rgba(0, 0, 0, .06);
    box-shadow: 0px 1px 6px 1px rgba(0, 0, 0, .06);
}

.header-dropdown-menu {
    width: 1200px;
    margin: 0 auto;
    height: 100%;
}

.header-main-menu {
    float: left;
    margin: 15px 0;
    border-right: 1px dashed #fff;
}

.header-main-menu dl {
    width: 199px;
    border-right: 1px solid #d8d8d8;
}

.header-main-menu dt h2 {
    font-size: 15px;
    color: #0a1633;
    font-weight: 400;
    line-height: 36px;
    padding-left: 24px;
    background: url(../img/icon-30.png) no-repeat 2px center;
}

.header-main-menu dd {
    line-height: 38px;
    position: relative;
    padding-left: 24px;
}

.header-main-menu dd:not(:last-child) {
    margin-bottom: 13px;
}

.header-main-menu dd.active {
    background: url(../img/icon-35.png) repeat-y;
    color: #fff;
}

.header-main-menu dd.active:after {
    width: 7px;
    height: 12px;
    background: url(../img/icon-31.png);
    content: "";
    position: absolute;
    right: 12px;
    top: 12px;
}

.header-dropdown-menu .menu-container {
    width: 750px;
    float: left;
    padding-top: 38px;
}

.header-dropdown-menu .menu-container ul {
    display: none;
}

.header-dropdown-menu .menu-container li {
    width: 216px;
    padding: 5px 0;
    float: left;
    margin-left: 30px;
}

.header-dropdown-menu .menu-container li a {
    color: #0a1633;
}

.header-dropdown-menu .menu-container li a .iconfont {
    font-size: 14px;
    vertical-align: baseline;
}

.header-dropdown-menu .menu-container li a:hover {
    color: #09f;
    text-decoration: underline;
}

.header-dropdown-menu .menu-container li div {
    padding: 2px 0;
    height: 50px;
    line-height: 20px;
    font-size: 12px;
    color: #999;
}

.index-whois {
    float: left;
    color: #fff;
}

.index-whois > div {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 170px;
    height: 28px;
    background: #2d3340;
    border-radius: 3px;
}

.index-whois .select-box {
    position: absolute;
    left: 0;
    top: 0;
    width: 65px;
    line-height: 28px;
    text-align: center;
    color: #bbb;
    background: #2d3340;
    border-radius: 3px 0 3px 3px;
    cursor: pointer;
}

.index-whois .select-box .iconfont {
    font-size: 12px;
}

.index-whois .select-box p {
    display: none;
    border-right:1px solid transparent;
}

.index-whois .select-box p:hover {
    color: #fff;
}

.index-whois .select-box h6 {
    font-weight: 400;
    border-right: 1px solid #1e1e28;
}

.index-whois > div > span {
    position: absolute;
    top: 0;
    right: 0;
    width: 28px;
    height: 28px;
    text-align: center;
    line-height: 28px;
    cursor: pointer;
}

.index-whois input {
    position: absolute;
    top: 0;
    left: 64px;
    background: transparent;
    width: 60px;
    height: 12px;
    line-height: 14px;
    padding: 8px;
    border: none;
    color: #bbb;
}

.login-msg {
    width: 199px;
    padding: 50px 24px 0;
    height: 325px;
    float: right;
    background: url(../img/icon-34.jpg);
    color: #677589;
}

.login-msg .user-name {
    height: 80px;
    border-bottom: 1px solid #e8e8e8;
    font-size: 16px;
}

.login-msg .user-name p {
    line-height: 26px;
}

.login-msg .user-name .name {
    color: #527de1;
    display: inline-block;
    vertical-align: top;
    max-width: 96px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.login-msg .user-name .picture {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    overflow: hidden;
    float: left;
    margin-right: 20px;
}

.login-msg .user-name .picture img {
    max-width: 100%;
    max-height: 100%;
    text-align: center;
    line-height: 100%;
}

.login-msg .balance {
    height: 70px;
    margin-top: 24px;
    border-bottom: 1px solid #e8e8e8;
    position: relative;
}

.login-msg .balance a {
    position: absolute;
    bottom: 16px;
    right: 0;
}

.login-msg .balance h3 {
    font-weight: 400;
}

.login-msg .balance p {
    line-height: 56px;
    font-size: 12px;
}

.login-msg .balance p span {
    font-size: 18px;
    margin-right: 6px;
    display: inline-block;
    vertical-align: top;
    max-width: 116px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.login-msg .account {
    padding: 16px 0;
    border-bottom: 1px solid #e8e8e8;
}

.login-msg .account .btn {
    width: 167px;
    line-height: 36px;
}

.login-msg .exit {
    margin-top: 24px;
    text-align: center;
}

.login-msg .exit a {
    color: #666;
}

/*头部*/
.not-login {
    float: right;
}

.not-login .login {
    float: left;
    padding: 0 10px;
}

.top-content .whois-search {
    float: right;
    background: url(../img/search-ico.png) no-repeat left center;
    padding-left: 20px;
    margin-right: 24px;
}

.message-info .color-orange, .cart-info .color-orange {
    min-width: 17px;
    text-align: center;
    display: inline-block;
}

.logged {
    float: left;
    margin-right: 15px;
    margin-left: 15px;
    padding: 0 5px;
    height: 48px;
    overflow: hidden;
}

.logged .user-name {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
    max-width: 75px;
    height: 23px;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #ff5a00;
}

.logged.active {
    background-color: #f5f5f5;
}

/*头部导航*/
.nav-wrap .iconfont {
    font-size: 14px;
}

.nav-wrap {
    width: 100%;
    height: 48px;
    line-height: 48px;
    background: #1e1e28;
    position: relative;
    z-index: 99;
}

.nav-wrap a {
    color: #cfcfcf;
}

.nav-wrap .logo {
    float: left;
    width: 82px;
    height: 36px;
    background: url(https://trade.domain.cn/ad?id=16&picture=1);
    background-size: 100%;
    margin-left: 1.5%;
    margin-top: 6px;
}

.nav-wrap .logo a {
    display: block;
    height: 100%;
}

.header-nav {
    float: left;
    margin-left: 2%;
}

.header-nav > li {
    float: left;
    padding: 0 10px;
}

.header-nav > li > a {
    float: left;
    height: 48px;
    box-sizing: border-box;
    padding: 0px 4px;
    border-bottom: 2px solid transparent;
}

.nav-wrap .reg-btn {
    float: left;
    height: 48px;
    width: 48px;
    text-align: center;
    background: #09f;
    color: #fff;
}

.nav-wrap .nav-content > .fr > a {
    float: left;
    margin-right: 15px;
}

.header-nav .active > a, .header-nav > li > a:hover {
    color: #09f;
    border-color: #09f;
}

.header-nav > li.pull-down > .pull-down-wrap {
    width: 100%;
    padding: 30px 0;
    line-height: normal;
    background: #eee;
    display: none;
    position: absolute;
    top: 48px;
    left: 0;
    z-index: 5;
    border-bottom: 1px solid #dadada;
    box-shadow: 0px 1px 3px #e3e3e3;
}

.pull-down-wrap .main-left {
    width: 422px;
    height: 162px;
    padding: 0 0 0 22px;
    color: #666;
    border-right: 1px dashed #d8d8d8 !important;
}

.pull-down-wrap .main-left .title {
    font-size: 14px;
    margin-bottom: 16px;
    font-weight: 700;
    color: #333;
}

.pull-down-wrap .main-left .intro {
    line-height: 26px;
    width: 368px;
    font-size: 14px;
    text-indent: 28px
}

.pull-down-wrap dl .cu-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../img/cu.gif);
    vertical-align: sub;
}

.pull-down-wrap .main {
    margin-bottom: 0;
}

.pull-down-wrap dl {
    width: 120px;
    min-height: 160px;
    padding-left: 20px;
    font-size: 14px;
    float: left;
}

.pull-down-wrap dl:not(:last-child) {
    border-right: 1px dashed #d8d8d8;
}

.pull-down-wrap dl:not(:first-child) {
    border-left: 1px dashed #fff;
}

.pull-down-wrap dl:nth-last-child(2) {
    border-right: none;
}

.pull-down-wrap dl dt {
    margin-bottom: 20px;
    color: #333;
}

.pull-down-wrap dl dd {
    margin-bottom: 15px;
}

.pull-down-wrap dl dd:last-child {
    margin-bottom: 0;
}

.pull-down-wrap dl dd a {
    color: #666;
}

.pull-down-wrap dl dd a:hover {
    color: #09f;
}

.pull-down-wrap .suffix-item dl {
    width: 190px;
}

.pull-down-wrap .suffix-item dd a {
    width: 90px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    line-height: 18px;
}

/*客服*/
.service-bar {
    position: fixed;
    width: 45px;
    height: 188px;
    right: 2px;
    bottom: 100px;
    z-index: 10;
}

.service-bar li.to-top {
    display: none;
}

.service-bar li {
    position: relative;
    float: left;
    margin-bottom: 2px;
    padding-left: 9px;
}

.service-bar li.cart em {
    position: absolute;
    top: -3px;
    right: 30px;
    padding: 0 4px;
    line-height: normal;
    font-size: 12px;
    background: #ff3b36;
    border-radius: 15px;
}

.service-bar li.cart a {
    color: #fff;
}

.service-bar li.service dd:not(:last-child) {
    margin-bottom: 5px;
}

.service-bar li > span {
    width: 36px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    display: inline-block;
    background: #7fd0f4;
    color: #fff;
    font-size: 32px;
    cursor: pointer;
    -webkit-transition: background .3s ease;
    -moz-transition: background .3s ease;
    -ms-transition: background .3s ease;
    -o-transition: background .3s ease;
    transition: background .3s ease;
}

.service-bar li:hover span {
    background: #09f;
}

.service-bar li .iconfont {
    font-size: 24px;
}

.service-bar li:hover dl {
    display: block;
}

.service-bar li dl {
    display: none;
    position: absolute;
    top: 50%;
    right: 45px;
    padding: 20px;
    border: 1px solid #e8e8e8;
    background: #fff;
    -webkit-box-shadow: 0 0 10px 0 rgba(20,34,67,.1);
    -moz-box-shadow: 0 0 10px 0 rgba(20,34,67,.1);
    box-shadow: 0 0 10px 0 rgba(20,34,67,.1);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index:3;
}

.service-bar li p {
    white-space: nowrap;
    padding-left: 50px;
}

.service-bar li dd > div,
.service-bar li dd > a {
    display: block;
    width: 200px;
    padding: 5px 0;
    line-height: 20px;
}

.service-bar li dd .iconfont {
    float: left;
    width: 30px;
    line-height: 30px;
    padding: 5px 10px;
    color: #333;
}

.service-bar li dd > div:hover,
.service-bar li dd > a:hover {
    background: #f1f6f9;
}

.service-bar li dd > div a {
    color: #d65c0f;
}

.service-bar li dd > div:hover .iconfont,
.service-bar li dd > a:hover .iconfont {
    color: #09f;
}

.service-bar li.qq {
    line-height: 20px;
}

.service-bar li.qq img {
    margin-top: 5px;
}

.service-bar li.qq dl {
    padding: 20px 45px 30px;
}

#expand-bar {
    position: fixed;
    width: 0;
    height: 120px;
    right: 2px;
    bottom: 130px;
    z-index: 10;
    background: #7fd0f4;
    border-radius: 6px 0 0 6px;
    cursor: pointer;
}

#expand-bar:hover {
    background: #09f;
}

#expand-bar span i {
    color: #fff;
    margin-top: 53px;
}

/*控制台*/
.hide-left-nav .console-bar .l-nav-wrap {
    width: 50px;
}

.hide-left-nav .console-bar .content {
    left: 50px;
}

.console-bar {
    position: absolute;
    top: 48px;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}

.console-bar .single-title {
    width: 100%;
    margin: -20px 0 20px -20px;
}

.console-bar .l-nav-wrap {
    position: fixed;
    left: 0;
    top: 48px;
    z-index: 22;
}

.console-bar .content {
    position: absolute;
    right: 0;
    top: 0;
    left: 180px;
    width: auto;
    height: max-content;
    padding: 20px;
    -webkit-transition: left .3s;
    -moz-transition: left .3s;
    -ms-transition: left .3s;
    -o-transition: left .3s;
    transition: left .1s;
}

.console-bar-top {
    position: fixed;
    width: 100%;
    height: 48px;
    line-height: 48px;
    z-index: 20;
    background: #1e1e28;
    box-sizing: border-box;
}

.console-bar-top a {
    color: #333;
}

.console-bar-top a.active,
.console-bar-top a.active .iconfont {
    color: #09f;
}

.console-bar-top .message-count {
    background: #f5393d;
    color: #fff;
    border-radius: 10px;
    padding: 0 5px;
    font-size: 12px;
    position: relative;
    top: -2px;

}

.console-bar-top .right {
    width: calc(100% - 180px);
    padding: 0 20px 0 10px;
    box-sizing: border-box;
    transition: width .3s;
}

.console-bar-top .right .fr > a {
    padding: 0 5px;
}

.console-bar-top .menu-item li {
    float: left;
    margin-right: 4px;
}

.console-bar-top .menu-item li a {
    float: left;
    color: #bbb;
    height: 24px;
    line-height: 24px;
    padding: 0 4px;
    margin-top: 11px;
    border: 1px dashed transparent;
    max-width: 50px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.console-bar-top .menu-item li a:hover {
    color: #ff5a00;
}

.console-bar-top .header-dropdown-menu-wrap {
    padding: 30px 0;
    background: rgba(0,0,0,.92);
    border: none;
}

.console-bar-top .header-dropdown-menu .menu-container {
    width: 999px;
    padding: 0;
}

.console-bar-top .header-main-menu {
    border: none;
    margin: 0;
}

.console-bar-top .header-main-menu dl {
    border-color: #000;
}

.console-bar-top .header-main-menu dd.active {
    background: #09f;
}

.console-bar-top .header-main-menu dd.active:after {
    background: none;
}

.console-bar-top .menu-container li a {
    font-size: 12px;
    background: none;
    padding-left: 0;
    color: #fff;
}

.console-bar-top .menu-container li a .iconfont {
    font-size: 14px;
    color: #fff;
    vertical-align: bottom;
}

.console-bar-top .menu-container li a:hover {
    color: #fff;
    background: none;
}

.console-bar-top .header-dropdown-menu .header-main-menu dd {
    margin-bottom: 0;
    color: #fff;
}

.console-bar-top .menu-item li.active a:hover {
    border-color: #ff5a00;
    color: #ff5a00;
}

.console-bar-top .menu-item li.active a {
    border-color: #e5e5e5;
}

.console-bar-top .menu-item {
    float: left;
    font-size: 12px;
}

.console-bar-top .icon-xiangxia {
    font-size: 12px;
}

.console-bar-top .add {
    display: inline-block;
    vertical-align: middle;
    width: 18px;
    height: 18px;
    text-align: center;
    line-height: 18px;
    border: 1px dashed #bbb;
    color: #bbb;
    padding: 0;
    cursor: pointer;
}

.console-bar-top .add i {
    font-size: 12px;
}

.console-bar-top .custom-menu-box {
    display: none;
    position: absolute;
    top: 48px;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    padding: 20px 100px 0 100px;
    background: #f5f5f5;
    z-index: 10;
    line-height: normal;
    border-bottom: 1px solid #e5e5e5;
    -webkit-box-shadow: 0px 1px 6px 1px rgba(0, 0, 0, .06);
    -moz-box-shadow: 0px 1px 6px 1px rgba(0, 0, 0, .06);
    -o-box-shadow: 0px 1px 6px 1px rgba(0, 0, 0, .06);
    -ms-box-shadow: 0px 1px 6px 1px rgba(0, 0, 0, .06);
    box-shadow: 0px 1px 6px 1px rgba(0, 0, 0, .06);
}

.console-bar-top .custom-menu-box > div {
    border-bottom: 1px dashed #e5e5e5;
    margin-top: 3px;
}

.console-bar-top .custom-menu-box > p {
    border-top: 1px dashed #fff;
    padding: 25px 0;
    text-align: center;
}

.console-bar-top .custom-menu-box dl {
    float: left;
    width: 11%;
    margin-top: 10px;
}

.console-bar-top .custom-menu-box dt {
    font-weight: 700;
    color: #333;
    margin-bottom: 10px;
}

.console-bar-top .custom-menu-box dd {
    margin-bottom: 12px;
    font-size: 12px;
}

.console-bar-top .custom-menu-box label {
    cursor: pointer;
}

.console-bar-top .custom-menu-box label:hover {
    color: #ff5a00;
}

.console-bar-top .custom-menu-box dl input {
    margin-right: 5px;
}

.console-bar-top .add:hover {
    border-color: #ff5a00;
    color: #ff5a00;
}

.console-bar-top h1 {
    position: relative;
    float: left;
    width: 180px;
    background: #1e1e28;
    text-align: center;
    line-height: 48px;
    height: 48px;
    overflow: hidden;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.console-bar-top h1:after {
    position: absolute;
    right: 0;
    top: 14px;
    width: 1px;
    height: 20px;
    content: '';
    background: #000;
}

.console-bar-top h1 a {
    display: inline-block;
    width: 84px;
    height: 37px;
    background: url(https://trade.domain.cn/ad?id=16&picture=1) no-repeat;
    background-size: 100%;
    margin-top: 5px;
}

.console-bar-top .left {
    overflow: hidden;
}

.console-bar-top .product {
    float: left;
    padding: 0 5px;
    margin-right: 20px;
}

.console-bar-top .product.active h4,
.console-bar-top .product.active h4 .iconfont {
    color: #09f;
}

.console-bar-top .product h4 {
    position: relative;
    color: #bbb;
    font-size: 14px;
    font-weight: 400;
}

.console-bar-top .product h4:after,
.console-bar-top .product h4:before {
    position: absolute;
    top: 14px;
    content: '';
    width: 1px;
    height: 20px;
    background: #000;
}

.console-bar-top .product h4:after {
    left: -15px;
}

.console-bar-top .product h4:before {
    right: -15px;
}

.console-message-box {
    float: left;
}

.console-message-box > a {
    padding: 0 5px;
    color: #bbb;
}

.console-message-box .inner {
    position: fixed;
    right: -301px;
    top: 48px;
    background: #fff;
    width: 300px;
    line-height: normal;
    border-left: 1px solid #e5e5e5;
    height: 100%;
    -webkit-box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, .06);
    -moz-box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, .06);
    -o-box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, .06);
    -ms-box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, .06);
    box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, .06);
    z-index: 15;
}

.console-message-box .msg {
    line-height: 54px;
    padding: 0 20px;
    border-bottom: 1px solid #e5e5e5;
}

.console-message-box .msg span {
    color: #333;
}

.console-message-box .msg a {
    font-size: 12px;
    padding: 4px 6px;
    border: 1px solid #e5e5e5;
    color: #666;
}

.console-message-box .msg i {
    cursor: pointer;
}

.console-message-box ul {
    height: calc(100% - 104px);
    padding-bottom: 20px;
    box-sizing: border-box;
    overflow-y: auto;
}

.console-message-box ul li {
    line-height: 21px;
    border-bottom: 1px solid #e5e5e5;
    font-size: 12px;
}

.console-message-box ul li a {
    padding: 10px 20px;
    color: #666;
    display: block;
}

.console-message-box ul li a:hover {
    background: #f7f7f7;
}

.console-message-box ul li p {
    max-width: 250px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.console-message-box ul li p:last-child {
    color: #999;
    text-indent: 20px;
}

.console-bar-top .gd {
    position: relative;
    float: left;
}

.console-bar-top .gd > a {
    padding: 0 5px;
    color: #bbb;
}

.console-bar-top .gd ul {
    font-size: 12px;
    display: none;
    position: absolute;
    top: 48px;
    left: -48px;
    padding: 10px 0 10px 30px;
    width: 120px;
    background: #fff;
    line-height: 34px;
    border: 1px solid #e5e5e5;
    -webkit-box-shadow: 0px 1px 6px 1px rgba(0, 0, 0, .06);
    -moz-box-shadow: 0px 1px 6px 1px rgba(0, 0, 0, .06);
    -o-box-shadow: 0px 1px 6px 1px rgba(0, 0, 0, .06);
    -ms-box-shadow: 1px 0px 6px 1px rgba(0, 0, 0, .06);
    box-shadow: 0px 1px 6px 1px rgba(0, 0, 0, .06);
    z-index: 18;
}

.console-bar-top .gd ul a {
    color: #666;
}

.console-bar-top .gd.active > a {
    color: #09f;
}

.console-bar-top .gd ul a:hover {
    color: #09f;
}

.console-bar-top .user-login-info {
    float: left;
    font-size: 12px;
}

.console-bar-top .user-login-info h4 {
    color: #bbb;
    font-weight: 400;
    font-size: 14px;
    padding: 0 5px;
    height: 48px;
    cursor: pointer;
}

.console-bar-top .user-login-info.active h4 {
    color: #09f;
}

.console-bar-top .user-login-info h4 span {
    display: inline-block;
    max-width: 100px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.console-bar-top .user-login-info .inner {
    display: none;
    position: absolute;
    right: 0;
    top: 48px;
    background: #fff;
    line-height:normal;
    width: 240px;
    border: 1px solid #e5e5e5;
    -webkit-box-shadow: 0px 1px 6px 1px rgba(0, 0, 0, .06);
    -moz-box-shadow: 0px 1px 6px 1px rgba(0, 0, 0, .06);
    -o-box-shadow: 0px 1px 6px 1px rgba(0, 0, 0, .06);
    -ms-box-shadow: 1px 0px 6px 1px rgba(0, 0, 0, .06);
    box-shadow: 0px 1px 6px 1px rgba(0, 0, 0, .06);
    z-index: 18;
}

.console-bar-top .user-login-info dl {
    padding: 15px 20px;
    height: 56px;
    background: #f7f7f7;
    margin: 1px;
}

.console-bar-top .user-login-info .name {
    float: left;
}

.console-bar-top .user-login-info .name p {
    max-width: 120px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.console-bar-top .user-login-info .name p:not(:last-child) {
    margin-bottom: 7px;
    line-height: 12px;
}

.console-bar-top .user-login-info .name a {
    width: 18px;
    height: 18px;
    display: inline-block;
    margin-right: 5px;
    background: #09f;
    border-radius: 3px;
    color: #fff;
    text-align: center;
    line-height: 18px;
}

.console-bar-top .user-login-info .name .disabled {
    background: #dbdbdb;
}

.console-bar-top .user-login-info .name .iconfont {
    font-size: 12px;
}

.console-bar-top .user-login-info .finance {
    padding: 16px 20px;
    border-top: 1px solid #e5e5e5;
    line-height: 12px;
}

.console-bar-top .user-login-info .finance p:last-child {
    margin-top: 6px;
}

.console-bar-top .user-login-info .finance .btn {
    color: #fff;
    margin-top: 2px;
}

.console-bar-top .user-login-info dt {
    width: 56px;
    height: 56px;
    float: left;
    background: #e6e6e6;
    border-radius: 50%;
    margin-right: 20px;
}

.console-bar-top .user-login-info .sub-menu {
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    padding: 20px 0;
}

.console-bar-top .user-login-info ul {
    float: left;
    width: 50%;
    box-sizing: border-box;
    padding-left: 20px;
}

.console-bar-top .user-login-info ul:first-child {
    border-right: 1px dashed #e5e5e5;
}

.console-bar-top .user-login-info ul li {
    line-height: 12px;
}

.console-bar-top .user-login-info ul li:last-child {
    margin-top: 18px;
}

.console-bar-top .user-login-info a {
    color: #666;
}

.console-bar-top .user-login-info ul a:hover {
    color: #09f;
}

.console-bar-top .user-login-info .exit {
    line-height: 36px;
    text-align: center;
}

.console-bar-top .user-login-info .exit .iconfont {
    font-size: 12px;
    color: #09f;
}

.console-bar-top .user-login-info .exit a:hover {
    color: #09f;
}

/*单个标题*/
.single-title {
    background: #fff;
    height: 49px;
    line-height: 46px;
    padding: 0 20px;
    border-bottom: 1px solid #e5e5e5;
}

.single-title h4 {
    font-size: 16px;
    float: left;
    font-weight: 400;
    color: #333;
}

.single-title h4 .iconfont {
    color: #ff5a00;
}

/*蓝色下划线标题*/
.underline-title {
    height:48px;
    line-height:48px;
    border-bottom: 1px solid #e5e5e5;
}

.underline-title h4 {
    float:left;
    color:#333;
    border-bottom:2px solid #09f;
    font-weight:400;
}