html, body {
    position: relative;
}

[v-cloak] {
    display: none !important;
}
/** element menu **/
.menu-box.el-menu--horizontal > .el-menu-item,
.menu-box.el-menu--horizontal > .el-menu-item:hover,
.menu-box.el-menu--horizontal > .el-submenu .el-submenu__title,
.menu-box.el-menu--horizontal > .el-submenu .el-submenu__title:hover {
    background: #f40;
    height: 40px;
    width: 144px;
    line-height: 2.8;
    color: #fff;
    text-align: center;
}

.menu-box.el-menu--horizontal > .el-menu-item, .menu-box.el-menu.el-menu--horizontal {
    border-bottom: 0;
}

    .menu-box.el-menu--horizontal > .el-menu-item,
    .menu-box.el-menu--horizontal > .el-menu-item:hover {
        background: #6d6868;
        color: #fff;
    }

.menu-box.el-menu--horizontal .el-menu-item:not(.is-disabled):focus,
.menu-box.el-menu--horizontal .el-menu-item:not(.is-disabled):hover {
    background: #6d6868;
    color: #fff;
}

.menu-box .el-icon-arrow-down:before {
    /*content: "\e6df";*/
    /*color: #fff;*/
}

.sub-menu-block {
    min-height: 200px;
}

    .sub-menu-block .el-menu,
    .sub-menu-block .el-menu-item {
        background-color: rgba(0,0,0,.8);
        color: #ffffff;
        height: inherit;
    }

    .sub-menu-block.el-menu--horizontal .el-menu .el-submenu__title,
    .sub-menu-block.el-menu--horizontal .el-menu .el-menu-item {
        background-color: transparent;
        color: #ffffff;
    }

        .sub-menu-block.el-menu--horizontal .el-menu .el-submenu__title:hover,
        .sub-menu-block.el-menu--horizontal .el-menu .el-menu-item:hover {
            background-color: rgba(250,250,250,.5);
        }

    .sub-menu-block .el-submenu__title i {
        color: #fff;
    }

.menu-link {
    color: #fff;
    display: block;
}

    .menu-link:hover {
        color: #F40
    }

.menu-box.el-menu--horizontal > .el-menu-item.is-active {
    border-bottom: 0;
    background: #000;
    color: #fff;
}

.sub-menu-title {
    /*padding-left: 25px;*/
    background-position: 0 50%;
    background-repeat: no-repeat;
    background-size: auto 50%;
}

.sub-menu-title-0 {
    /*background-image:url("/Content/img/icons/m1-2.png");*/
}

    .sub-menu-title-0:hover {
        /*background-image: url("/Content/img/icons/m1-1.png");*/
        color: #000;
    }

.sub-menu-title-0-0 {
    /*background-image: url("/Content/img/icons/m3-2.png");*/
}

    .sub-menu-title-0-0:hover {
        /* background-image: url("/Content/img/icons/m3-1.png");*/
        color: #000;
    }

.sub-menu-title-0-1 {
    /*background-image: url("/Content/img/icons/m4-2.png");*/
}

    .sub-menu-title-0-1:hover {
        /*background-image: url("/Content/img/icons/m4-1.png");*/
        color: #000;
    }

.sub-menu-title-0-2 {
    /*background-image: url("/Content/img/icons/m5-2.png");*/
}

    .sub-menu-title-0-2:hover {
        /*background-image: url("/Content/img/icons/m5-1.png");*/
        color: #000;
    }

.sub-menu-title-0-3 {
    /*background-image: url("/Content/img/icons/m6-2.png");*/
}

    .sub-menu-title-0-3:hover {
        /*background-image: url("/Content/img/icons/m6-1.png");*/
        color: #000;
    }
/** element menu **/
/* 分类推荐 */
.filter-header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.tree-block {
    width: 100%;
    overflow-x: auto;
}

.filter-title, .filter-init {
    padding: 0 10px
}

.filter-list {
    display: flex;
    flex-direction: column;
    justify-content: flex-start
}

.el-tree {
    width: 100%;
}

.property-box {
    line-height: 1;
}

.ctg-filter-btn {
    text-align: right;
    font-size: 14px;
    cursor: pointer;
    color: #828a92;
}

.btn-group-justified > .btn-group {
    width: auto;
}

.recommend {
    line-height: 2.4;
    position: absolute;
    top: 25px;
    z-index: 5;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 3px;
    padding: 5px 15px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 330px;
}

.r-block {
    margin: 5px 0;
    cursor: pointer;
    color: #828a92;
    width: 25%;
}

    .r-block:hover {
        color: #000;
    }

.filter-more {
    color: #999;
    cursor: pointer;
    font-size: 12px;
    text-align: center;
    background: #f8f8f8;
}

.filter-ckbox.el-checkbox {
    display: flex;
    align-content: flex-start;
    justify-content: flex-start;
    justify-items: flex-start;
    align-items: flex-start;
    flex-direction: row;
    white-space: normal;
    padding-bottom: 1px;
}

.filter-ckbox .el-checkbox__input {
    top: 2px;
}

.sort-box {
    border-bottom: 1px solid #ddd;
    padding: 10px 0 0;
}

.sort-btns {
    text-align: center;
}

    .sort-btns .sort-link {
        padding: 0 10px 5px;
    }

        .sort-btns .sort-link.el-link.el-link--primary {
            color: red;
            border-bottom: 1px solid red;
        }

.status-on,
a.status-on:hover, a.status-on:focus {
    color: #000;
    cursor: default;
}
/* Card List */
#CardListMain {
    padding: 20px 0;
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
}

.card_seller_list .titletext {
    display: flex;
    flex-wrap: wrap;
    line-height: 1.4;
    align-items: center;
}

.ct_val {
    padding: 0 10px 0 0;
    word-break: break-word;
    max-height: 53px;
    overflow: hidden;
}

.card_seller_list .us {
    line-height: 1.4;
    display: block;
    top: 0;
}

.card-block {
    margin: 0 7.5px 15px;
    width: 31.47%;
}

.card-small-block {
    width: 18.45%; /*23.45%;*/
    cursor: pointer;
}

.card_img {
    position: relative;
}

    .card_img:hover img {
        -webkit-transition-duration: 0.6s;
        transition-duration: 0.6s;
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

.img-link.el-link {
    display: block;
}

.list-pagination {
    width: 100%;
    padding: 20px 0 30px;
    text-align: right;
}

#FilterBox .el-tree--highlight-current .el-tree-node.is-current > .el-tree-node__content {
    background-color: #70b4fb;
    color: #fff;
}

.radio-hide .el-radio__input {
    display: none;
}
/*协议、规则等文章页面*/
body .fixedBox, body .articleBox {
    font-family: "lucida grande", "lucida sans unicode", lucida, helvetica, "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
    margin-bottom: 20px
}

.fixedBox h1, .articleBox h1 {
    font-size: 26px;
    text-align: center;
    line-height: 3;
}

.fixedBox h2, .articleBox h2 {
    font-size: 18px;
    padding: 0.5em 0 0 0;
    margin: 0px;
    line-height: 1.5;
    font-weight: bold;
}

.fixedBox h3, .articleBox h3 {
    font-size: 16px;
    text-indent: 1.7em;
}

.fixedBox ol, .articleBox ol, .fixedBox ul, .articleBox ul {
    list-style-type: disc;
    padding-left: 3.5em;
}

.fixedBox li, .articleBox li {
    line-height: 1.6;
    font-size: 14px;
}

    .fixedBox li p, .articleBox li p {
        text-indent: unset
    }

    .fixedBox li ol, .articleBox li ol {
        padding-left: 1.5em;
        list-style-type: decimal;
    }

.fixedBox dd, .fixedBox p, .articleBox dd, .articleBox p {
    text-align: justify;
    margin: 0.5em 1.6em 0.5em 2em;
    font-size: 14px;
}

.fixedBox p, .articleBox p {
    padding: 5px 0 5px 0;
    margin: 0px;
    line-height: 1.75;
    text-indent: 2em;
}

.fixedBox dl, .fixedBox dt, .articleBox dl, .articleBox dt {
    line-height: 1.6;
}

.fixedBox dt, .articleBox dt {
    float: left;
    font-weight: 700;
}

.fixedBox table, .articleBox table {
    margin: 0.5em 0 0.5em 0;
    width: 100%;
    text-align: left;
    font-size: 14px;
    padding: 10px;
    border: 1px solid #000;
    border-collapse: collapse;
}

.fixedBox tr, .articleBox tr {
    border: 1px solid #ccc;
}

.fixedBox th, .articleBox th {
    background-color: #f2f2f2;
    padding: 5px;
}

.fixedBox td, .articleBox td {
    border-bottom: 1px;
    padding: 5px;
}

.fixedBox strong, .articleBox strong {
    background-color: yellow;
    color: purple;
    padding: 4px 0 4px 0;
    font-weight: normal;
}

.fixedBox em, .articleBox em {
    color: red;
    font-style: normal;
}
/*协议、规则页面 ed*/

pre > img {
    max-width: 100%;
}

.table thead th {
    white-space: nowrap;
}

.header {
    background: #FFFFFF;
}

.homehead {
    background-color: #f2f2f2;
    width: 100%;
    margin: 0;
}

.home-menu {
    background-color: #6d6868;
    /*background-image: -webkit-linear-gradient(top, #686868 0%, #555 100%);
    background-image: linear-gradient(to bottom, #686868 0%, #555 100%);*/
    border: none;
    /*opacity: 0.9;*/
    min-height: 40px;
}

    .home-menu .navbar-nav > li > a {
        color: #ffffff;
        font-size: 14px;
        padding: 8px 39px;
    }

    .home-menu .navbar-nav > .active > a, .home-menu .navbar-nav > .active > a:hover, .home-menu .navbar-nav > .active > a:focus {
        color: #ffffff;
    }

.searchBox {
    margin-top: 25px;
    color: #ff8910;
}

.searchbox_layouttop {
    margin-top: 10px;
}

.searchBox .searchBox_type a {
    display: inline-block;
    font-size: 12px;
    padding: 5px 10px;
    color: #FF0000;
}

    .searchBox .searchBox_type a.active {
        background: #FF0000;
        color: #ffffff;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
    }

.searchInput {
    width: 434px !important;
    background: #fff;
    border: solid 2px #fff;
    color: #000;
    border-radius: initial;
}

.headerName {
    height: 33px;
}

    .headerName a {
        display: inline-block;
        position: relative;
        z-index: 999;
    }

.headerWarning {
    margin-top: 50px;
    margin-right: 30px;
    float: right;
}

.mailnumber {
    display: inline-block;
    border-radius: 3px;
    width: 6px;
    height: 6px;
    vertical-align: top;
    margin-left: 9px;
    margin-top: -2px;
    background-color: #fa5456;
}

.navbar-inverse .navbar-nav > li > a.text-warning {
    color: #FF8910;
}

.intro {
    background: url(../image/home_intro.png) 0 20px no-repeat;
    height: 420px;
    padding-top: 20px;
}

.introMap {
    background: url(../image/logbg.jpg) no-repeat;
    height: 475px;
    padding-top: 20px;
    background-position: center;
}

.statisticsdata {
    position: relative;
    top: 210px;
    left: 50%;
    width: 500px;
}

.loginForm {
    position: relative;
    top: 20px;
    left: 60%;
    background: #FFF;
    border: 1px solid #ededed;
    border-radius: 4px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
    margin-bottom: 20px;
    width: 300px;
}

.dialogCaptain {
    margin-left: 10px;
}

.circle {
    width: .6em;
    height: .6em;
    border-radius: .3em;
    background: #FF8910;
    margin-right: 7.3em;
}

    .circle:after {
        content: "";
        float: left;
        border-color: #FF8910;
        border-style: solid;
        border-left-style: none;
        border-right-style: none;
        border-bottom-style: none;
        margin-top: .3em;
        margin-left: .3em;
        width: 8em;
        border-top-width: .1em;
    }

    .circle.longW:after {
        width: 20em;
    }

    .circle.rules:after {
        width: 670px;
    }

.circleshoter {
    margin-right: 5.3em;
}

.statisticlable {
    color: #999;
    font-size: 16px;
    padding: 10px 0px;
}

.statisticvalue {
    color: #FF8910;
    font-weight: bold;
    font-size: 16px;
}

.groupBox {
    border: 1px solid #ededed;
    margin-top: 0px;
    /*margin-bottom: 3px;*/
}

.groupHeader {
    text-align: center;
    color: #7d7d7d;
    font-weight: bold;
    font-size: 16px;
}

.groupHeaderLeft {
    text-align: left;
    color: #7d7d7d;
    font-weight: bold;
    font-size: large;
    margin: .5em;
    position: relative;
}

#BabyData {
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 0 10px;
}

.data-block {
    width: 33.3%;
    padding: 10px 0;
    font-size: 16px;
}

.data-title {
}

.data-val {
}

.kzTable {
    display: table;
    border-collapse: collapse;
    width: 100%;
    border-left: 1px solid;
    border-right: 1px solid;
    border-color: #d9d9d9;
}

.kzRow {
    overflow: hidden;
    display: table-row;
    height: 34px;
}

.kzCell {
    display: table-cell;
    border-left: 0;
    margin: 5px 0;
    /*border-right: 1px solid #ededed;*/
}


.kzRow {
    /*border-bottom: 1px solid #ededed;*/
}

    .kzRow:nth-last-child(4n+1) .kzCell {
        /*border-right: none;*/
    }

.kzCellQuartorWidth {
    Width: 25%;
}

.kzFixImage {
    max-width: 140px;
    max-height: 140px;
    vertical-align: middle;
    text-align: center;
    margin: 10px;
    border: 1px solid #ededed;
}

.kz200wImage {
    max-width: 200px;
    max-height: 200px;
    margin: 5px;
}

.kzImageFrame {
    text-align: center;
}

.kzImage {
    margin: 15px auto;
    width: auto;
}

.boxDesc {
    color: #7D7D7D;
    font-weight: bold;
    overflow: hidden;
    height: 35px;
    padding-top: 5px;
}

.icon-ok {
    background-position: -714px -102px;
}

.icon-auction {
    background-position: -1564px -204px;
}

.icon-tag {
    background-position: -204px -34px;
}

.icon-light-grey {
    background-image: url(../image/icons-light.png);
}

.icon-black {
    background-image: url(../image/icons1.png);
}

.icon-envelope {
    background-position: -340px 0;
}

.icon-eye-open {
    background-position: -1734px 0;
}

.icon-comment {
    background-position: -476px -170px;
}

.icon-conversation {
    background-position: -272px -136px;
}

.icon-mangnify {
    background-position: -918px 0px;
}

.icon-book {
    background-position: -408px -34px;
}

.icon-google-maps {
    background-position: -204px -136px;
}

.icon-upload {
    background-position: -816px -102px;
}

.icon-thumbs-up {
    background-position: -1632px -170px;
}

.icon-thumbs-down {
    background-position: -1666px -170px;
}

.icon-zoom-in {
    background-position: 0 -136px;
}

.icon-zoom-out {
    background-position: -34px -136px;
}

.icon-clock {
    background-position: -1836px 0;
}

.icon-phone {
    background-position: -714px -68px;
}

.icon-shield {
    background-position: -1156px -136px;
}

.icon-check {
    background-position: -1088px -68px;
}

.icon-pause {
    background-position: -1904px -68px;
}

.icon-chevron-right {
    background-position: -1564px -102px;
}

.icon-announcement {
    background-position: -34px -204px;
}

.icon-flag {
    background-position: -1020px -136px;
}

.icon-settings {
    background-position: -1496px -136px;
}

.icon-power {
    background-position: -136px -34px;
}

.v-sign {
    display: inline-block;
    height: 14px;
    width: 14px;
    line-height: 14px;
    vertical-align: text-bottom;
    background-repeat: no-repeat;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MTY4Mjc3NDBDQjgyMTFFMjk1MUVBMjg2MDNBMkFFQTIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MTY4Mjc3NDFDQjgyMTFFMjk1MUVBMjg2MDNBMkFFQTIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpCNjlCQUJEN0NCNkYxMUUyOTUxRUEyODYwM0EyQUVBMiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpCNjlCQUJEOENCNkYxMUUyOTUxRUEyODYwM0EyQUVBMiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PpTsIU0AAACgSURBVHjaYvw/k6GegYHBgQECHgBxIgMqAMnVwzgsQPwQSQMINEI1wkA+kvwBJiCxAE1BPBJbAYgDkPgLmaCMiUiCCTg0gwxdANMAsuUDFlMT0JzKANPwAaoJ2eQAqGaY/AZkDejOCkAOGSCYAHMBE5obNyDxDZA9C2MwoYX5RAZMgBKK6BoOAPEFfIYwYTFxIj4DWHA4QR7K3oguCRBgANm5Igitx2rOAAAAAElFTkSuQmCC') /*/img/v-sign.png*/;
    *background-image: url(../image/v-sign.png); /* For IE 6 and 7 */
}

.sv-sign {
    display: inline-block;
    height: 14px;
    width: 14px;
    line-height: 14px;
    vertical-align: text-bottom;
    background-repeat: no-repeat;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAMAAABhq6zVAAAAM1BMVEV/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f3801eq7AAAAEHRSTlMAv39gIN+vn0DvEDBQz3CPziT8YQAAAFJJREFUeF41zEsOg0AQA9HqHuYDGUjd/7SRWuQtvLFlMmICrIigqQcwNKBrwqE2eLRDVnKduulVwFfH1vOCmntrUobWZVmqk9etfng1Df7IrOIHK60Dj7ALKygAAAAASUVORK5CYII=') /*../image/v-sign-e.png*/; /* For IE 6 and 7 */
    *background-image: url(../image/v-sign-e.png); /* For IE 6 and 7 */
}

.tc-sign {
    display: inline-block;
    height: 14px;
    width: 15px;
    line-height: 14px;
    vertical-align: text-bottom;
    background: url(../image/tocount.png) no-repeat;
}

[class*=" icon-"] {
    display: inline-block;
    height: 14px;
    width: 14px;
    line-height: 14px;
    vertical-align: text-top;
    background-repeat: no-repeat;
    margin-top: 1px;
    margin: 0 2px;
}

    [class*=" icon-"]:hover {
        opacity: 1;
    }

.highlightBlue {
    color: #4083A9;
    font-weight: bold;
}

.realname {
    line-height: 23px;
    height: 24px;
    overflow: hidden;
    vertical-align: middle;
    max-width: 250px;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.detailbox {
    margin: 10px;
}

.userName {
    color: #7c7c7c;
    font-weight: bold;
}

.priceEndTime {
    float: right;
}

.noneStyleUl {
    list-style-type: none;
    margin-left: -30px;
    display: none;
}

.showStyleUl {
    display: block;
}

.noneStyleUl li i.icon-chevron-right {
    float: right;
    display: none;
    position: relative;
    top: 10px;
}

.noneStyleUl a.active i.icon-chevron-right {
    display: block;
}

.noneStyleUl li:hover i.icon-chevron-right {
    display: block;
}

.homeLi {
    list-style-type: none;
    margin-left: -30px;
}

    .homeLi li {
        margin: 8px 2px;
    }

.LiA.active {
    line-height: 2;
    color: #333;
    font-weight: bold;
}

.LiA {
    line-height: 2;
    color: #777;
}

.itemDate {
    text-align: right;
    color: #888;
    margin: 0 .2em;
}

.barbox {
    height: 260px;
    border-color: #d9d9d9;
    padding-top: 10px;
    padding-left: 5px;
}

.iconNumber {
    color: #7c7c7c;
    font-weight: bold;
    vertical-align: text-bottom;
}

.thumbImage {
    float: left;
    width: 100px;
    height: 100px;
    margin: 10px;
}

.centerImg {
    height: 220px;
    width: 220px;
    margin: 10px;
}

.footergroup {
    font-weight: bold;
    font-size: 13px;
    margin-top: 1.5em;
    margin-bottom: 0;
    color: #000;
}

.footerLi {
    list-style-type: none;
    padding-left: 0;
}



.blueTitle {
    text-align: left;
    color: #29a2cf;
    font-weight: bold;
    font-size: large;
    padding-left: 0.5em;
}

.triangleLi {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .triangleLi > li {
        padding-left: 1em;
        text-indent: -13px;
    }

        .triangleLi > li:before {
            content: "▶ ";
            color: #999;
        }

.halfGroup {
    width: 50%;
    float: left;
    padding: 10px;
}

.left100w {
    width: 100%;
    float: left;
}

.carddetailLeft {
    text-align: left;
    color: #7D7D7D;
    font-weight: bold;
    font-size: large;
    float: left;
    width: 100%;
    margin-bottom: 0;
    border-bottom: 0;
    padding: .3em;
}

.floatLeft33W {
    float: left;
    width: 33%;
    border: 1px solid #ededed;
    margin-left: .25%;
    margin-top: 2px;
    margin-bottom: 2px;
    height: 250px;
}

.floatLeft100WTop0 {
    width: 100%;
    float: left;
    margin-top: 0;
    border: 1px solid #ededed;
    border-bottom: 0;
}

.messageBoxLeft {
    float: left;
    width: 40%;
}

.messageBoxRight {
    float: left;
    width: 60%;
    padding: 2px;
}

.messageBoxThumbnail {
    width: 50px;
    height: 50px;
    margin: 10px 30px;
    border-radius: 5px;
}

.userThumbnail {
    width: 100px;
    height: 100px;
    margin: 10px;
}


.messageBoxUserBox {
    margin: 10px 0 0 0;
}

.cardboxMoreBtn {
    cursor: pointer;
    color: #999;
    font-weight: normal;
    font-size: 13px;
}

    .cardboxMoreBtn:hover {
        color: #333;
    }

.fix100W {
    padding: 0;
}

.newsBar {
    border: 1px solid #ededed;
    background: #ffffff;
    /*background: linear-gradient(#ffffff,#eee);*/
    margin-bottom: 2px;
    padding: 7px 0 0 10px;
    height: 46px;
}

    .newsBar .btn-inverse {
        position: relative;
        top: -2px;
        right: 5px;
    }

.newsTitle {
    color: #333;
    font-size: 1.6em;
    margin: 10px;
}

.btn-seachbar {
    margin-top: 15px;
    padding: 0;
}

    .btn-seachbar .btn-white {
        border: none;
        padding: 4px 10px;
        border-right: 1px solid #ddd;
        color: #828a92
    }

    .btn-seachbar .btn-group-justified .btn-group:last-child .btn-white {
        border: none;
    }

    .btn-seachbar .btn-group-justified > .btn-group .btn {
        width: 90%;
        line-height: 10px;
    }

        .btn-seachbar .btn-group-justified > .btn-group .btn.active {
            color: black;
        }

    .btn-seachbar .btn-group.open .dropdown-toggle {
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .btn-seachbar .btn-white:active, .btn-seachbar .btn-white.active {
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.btn-seachbar-noborder .btn-white {
    border: none;
    border-radius: initial;
}

.btn-seachbar-noborder .btn-group-justified > .btn-group .btn {
    line-height: 20px;
}

    .btn-seachbar-noborder .btn-group-justified > .btn-group .btn.active {
        color: red;
        border-bottom: 1px solid red;
    }

.btn-white {
    background-image: none;
    background-color: white;
    border: 1px solid #ededed;
    color: #333;
    padding: 6px 20px;
    left: 10px;
}

.newsBarUpdateText {
    margin: 10px 5px 5px 0;
    color: #ffffff;
    font-weight: bold;
    font-size: 0.6em;
}

.groupboxSidebar {
    border-left: 1px solid #ededed;
    border-right: 1px solid #ededed;
}

.groupboxBottombar {
    border-bottom: 1px solid #ededed;
}

.updateAt {
    border: 1px solid #ededed;
    border-radius: 6px;
    background: #E5E5E5;
    padding: 10px 15px;
}

.collectionImgBox {
    text-align: center;
    border: solid 1px #ccc;
}

.collectionImg {
    max-height: 300px;
}

.boldheader {
    font-size: 13px;
    font-weight: bold;
    line-height: 1;
}

.PortraitImg {
    margin-top: 20px;
    margin-bottom: 15px;
    border: solid 3px #ccc;
    height: 150px;
    width: 150px;
}

.tabWrapper {
    margin-top: 15px;
    border: 0;
    margin-bottom: 15px;
    padding: 5px;
}

.tabPanel {
    border: solid 1px #ccc;
    border-top: 0;
    padding: 5px;
}

.formRedStar {
    color: red;
    margin-right: 5px;
}

label.error {
    background: url('../image/unchecked.gif') no-repeat;
    padding-left: 16px;
    margin-left: .3em;
    color: red;
    position: absolute;
    min-width: 60px;
    top: 10px;
    right: 20px;
    z-index: 5;
    background-position-y: 2px;
}

label[for='isAgree'].error {
    right: auto;
    top: 20px;
    left: 0;
}

.imageSmall {
    width: 100%;
    max-height: 150px;
}

.exhibitRightBox {
    margin: 3px;
    margin-right: 0;
}

.exhibitRightImage {
    width: 100px;
    height: 100px;
    margin: 5px 23px;
}

.btn-inverse {
    color: #FFF;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #363636;
    background-image: -moz-linear-gradient(top,#444,#222);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#444),to(#222));
    background-image: -webkit-linear-gradient(top,#444,#222);
    background-image: -o-linear-gradient(top,#444,#222);
    background-image: linear-gradient(to bottom,#444,#222);
    background-repeat: repeat-x;
    border-color: #222 #222 #000;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    font-weight: bold;
}

    .btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
        background-color: #F9820C;
        /*background-image: linear-gradient(to bottom,#FF8910,#dd6700);*/
        color: #FFF;
        /*border:none;*/
        border-color: transparent;
        box-shadow: none;
    }

.editorHeader {
    background: #E2E2E2;
    font-size: 12px;
    font-weight: bold;
    color: #666;
    padding: 5px;
}

.auctionImg {
    position: absolute;
    top: 0px;
    right: 0px;
}

.auctionKz200wImage {
    max-width: 200px;
    max-height: 200px;
    margin-bottom: 20px;
    min-height: 200px;
    min-width: 200px;
}

.grayHeader {
    text-align: left;
    color: #333;
    font-weight: 500;
    font-size: 14px;
    background: #eee;
    padding: 3px;
    line-height: 30px;
    border-bottom: 1px solid #ededed;
    cursor: pointer;
    text-indent: 5px;
}

#searchbox > .grayHeader:first-child {
    border-radius: 5px 5px 0px 0px;
    background: #000;
    color: #fff;
}

#searchbox .glyphicon {
    font-size: small;
    color: #bbb;
    top: 7px;
    float: left;
}

.play-down {
    transform: rotate(30deg);
    -ms-transform: rotate(30deg); /* IE 9 */
    -moz-transform: rotate(30deg); /* Firefox */
    -webkit-transform: rotate(30deg); /* Safari 和 Chrome */
    -o-transform: rotate(30deg);
}

.widerLine tr {
    line-height: 24px;
}

.rulesHeader {
    color: #999;
    font-weight: bold;
    font-size: 18PX;
    margin: 0 10px;
}

.rulegroup Li {
    height: 25px;
}

.marketBoxItem {
    border-top: 1px solid #ededed;
    float: left;
    width: 100%;
}

.marketUserIcon {
    background: #FFF;
    border-radius: 2px;
    display: block;
    width: 16px;
    height: 16px;
    overflow: hidden;
    display: inline;
}

.marketOpertionBtn {
    margin: 7px 10px 0 2px;
    padding: 2px 10px;
    width: 60px;
}

.topBorder {
    border-top: 1px solid #ededed;
}

.marketEditor {
    padding: 10px 10px 10px 0;
    float: right;
    width: 100%;
    display: none;
}

.marketUserImg {
    width: 36px;
    height: 36px;
}

.marketUserComment {
    margin: 5px;
    border-top: 1px solid #ededed;
    padding: 5px;
}

.soldMark {
    position: absolute;
    left: 0;
}

.priceGreen {
    color: green;
    font-weight: bold;
    margin: 10px;
    line-height: 1.1;
}

.priceRed {
    color: red;
    font-weight: bold;
    margin: 10px;
    line-height: 1.1;
}

.priceBlack {
    font-weight: bold;
    margin: 10px;
    line-height: 1.1;
}

.ROL {
    padding-top: 10px;
}

    .ROL li {
        line-height: 2;
    }

.ellipsisText {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 260px;
}

.allcheckbox {
    margin: 0 6px 0 10px !important;
}

.dialogCaptain span {
    display: inline-block;
    line-height: 40px;
    font-size: 20px;
    text-indent: 10px;
    font-weight: 600;
    padding-top: 20px;
}

.login-box {
    margin: 2px;
    background-color: #ebebeb;
}

.login-foot {
    border-top: 1px solid white;
    width: 94%;
    margin: 0 auto;
    box-shadow: 0 -1px 0px #666666;
    z-index: 99;
    padding-bottom: 10px;
}

    .login-foot div {
        line-height: 23px;
        width: 90%;
        margin: 0 auto;
    }

        .login-foot div:first-child {
            color: red;
        }

        .login-foot div:last-child {
            text-indent: 5px;
        }

.login-form {
    padding: 20px;
    min-height: 188px;
}

    .login-form .form-group {
        margin-bottom: 20px;
        position: relative;
    }

.link-reg {
    position: relative;
    top: -17px;
}

    .link-reg div:first-child {
        padding: 0;
    }

    .link-reg div:last-child {
        padding: 0;
        text-align: right;
    }

.reg-header {
    margin-bottom: 13px;
}

#registerForm {
    padding-bottom: 50px;
    min-height: 350px;
}

    #registerForm .radio {
        margin-left: 15px;
    }

.btn-register {
    padding: 5px 65px;
}

hr {
    border-top: 1px solid #ededed;
}

.alipy-header {
    padding-top: 20px;
    font-size: 14px;
    line-height: 22px;
}

    .alipy-header p:last-child {
        color: red;
    }

.warn {
    display: block;
    border-radius: 8px;
    text-align: center;
    background-color: red;
    color: white;
    float: left;
    width: 16px;
    margin-right: 3px;
    line-height: 16px;
}

.updateInfo {
    width: 337px;
    margin: 50px auto;
}

    .updateInfo .form-group input[type=password] {
        width: 300px;
    }

    .updateInfo .warn {
        float: none;
        margin: 0 auto;
        width: 30px;
        height: 30px;
        border-radius: 15px;
        font-size: 23px;
    }

    .updateInfo .btn-register {
        display: block;
        margin: 0 auto;
    }

.payinfo {
    width: 372px;
    min-height: 52px;
    border: 1px solid #adabac;
    background-color: white;
    margin: 0 auto;
    text-indent: 10px;
    line-height: 23px;
    position: relative;
}

.pay-box {
    padding-bottom: 50px;
}

.payinfo .info {
    border-top: 1px solid silver;
    width: 98%;
    margin: 0 auto;
}

.account {
    text-indent: 18px;
    color: silver;
    font-size: 14px;
}

.mark {
    position: absolute;
    width: 69px;
    height: 24px;
    background-image: url("../image/mark.png");
    color: white;
    text-align: center;
    line-height: 24px;
    top: 8px;
    right: -1px;
}

.noverify {
    background-image: url("../image/mark1.png");
}

.info div {
    display: inline-block;
    width: 48%;
    line-height: 35px;
    font-size: 14px;
}

.info .operation {
    text-align: right;
    font-size: 12px;
}

.funs {
    display: inline-block;
    position: absolute;
    right: 5px;
}

#updateForm {
    width: 50%;
    margin: 0 auto;
}

    #updateForm .form-group:last-child {
        text-align: center;
    }

.address .icon {
    text-indent: 21px;
    line-height: 25px;
}

.address {
    padding-bottom: 20px;
}

.groupheadbar {
    border-top: 1px solid #ededed;
    padding: 10px 0px;
    font-weight: 600;
}

.groupitem {
    border-top: 1px solid #ededed;
}

    .groupitem div p {
        margin-top: 22px;
    }

        .groupitem div p.price {
            font-weight: 600;
            font-size: 14px;
        }

        .groupitem div p.number {
            text-indent: 8px;
        }

.groupheadbar div:first-child {
    text-indent: 30px;
}

.mygroup {
    position: absolute;
    right: 5px;
    top: 1px;
}

    .mygroup button {
        font-size: 12px;
        padding: 2px 6px;
    }

        .mygroup button.btn-default {
            background-image: linear-gradient(to bottom, #000 0%, #333 100%);
            color: white;
            text-shadow: none;
            border-color: #333;
            background-color: #000;
        }

            .mygroup button.btn-default:hover {
                background-color: #333;
                background-position: 0 -15px;
            }

    .mygroup a {
        font-size: 12px;
    }

        .mygroup a.atext {
            color: maroon;
        }

.remove {
    color: red;
}

.buybox .col-sm-10 {
    margin-right: 1.33%;
    padding: 0;
    width: 82%;
}

.filter {
    padding: 0;
}

    .filter .grayHeader {
        text-align: center;
        background-color: transparent;
    }

    .filter .table label {
        font-weight: 500;
        line-height: 30px;
    }

    .filter .table .form-control {
        height: 30px;
        font-size: 12px;
        width: 75px;
    }

    .filter .table div input[type=date] {
        width: 140px;
    }

.buyboxheader div:first-child {
    text-indent: 5px;
}

.buyboxheader {
    font-weight: 500;
    background-color: #ddd;
    padding: 10px 0;
}

    .buyboxheader .tee {
        color: #888;
    }

.price {
    color: #333;
    font-size: 13px;
}

.buyImg {
    width: 60%;
    margin: 0 auto;
    display: block;
    padding: 15px 0;
}

.nopadding {
    padding-left: 0px;
}

.buybox-info div div.nopadding {
    text-indent: 0px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.balance p {
    color: #888;
    white-space: nowrap;
}

.buybox .mygroup {
    top: -2px;
}

.buybox .buybox-info {
    padding-left: 0;
    line-height: 25px;
    padding-bottom: 10px;
}

.buybox-info div div {
    text-indent: 9px;
}

.buybox-info p {
    margin-bottom: 0px;
}

.express {
    color: #888;
}

.hour-mark {
    position: relative;
}

.headimg {
    width: 20px;
    height: 21px;
    border-radius: 10px;
}

.paymark {
    background-repeat: no-repeat;
    text-indent: 24px;
    background-position-y: center;
    display: inline-block;
    background-position-x: 3px;
    background-color: white;
    line-height: 18px;
    padding-right: 3px;
    margin-right: 5px;
}

.alipay-mark {
    background-image: url("../image/alipay_mark.gif");
}

.paypal-mark {
    background-image: url("../image/paypal_mark.jpg");
    position: absolute;
    top: 2px;
}

.buyfoot {
    text-align: right;
    border-top: 1px solid #ededed;
}

    .buyfoot .btn {
        font-size: 12px;
        padding: 3px 12px;
        margin: 5px 5px;
    }

.payway {
    text-align: center;
}

    .payway a img {
        border: 1px solid #ededed;
    }

.buyhead {
    padding: 5px 0;
    border-bottom: 1px solid #ededed;
}

    .buyhead a {
        text-indent: 12px;
        display: inline-block;
        font-size: 18px;
        letter-spacing: 1px;
        color: #37a6f8;
    }

.thumb {
    padding: 5px;
    margin-top: 10px;
    margin-right: 10px;
    margin-left: -15px;
}

.cardinfo {
    line-height: 50px;
    margin-left: -15px;
}

.tright {
    text-align: right;
}

.cardbox {
    border-bottom: 1px solid #ededed;
}

.cardform {
    width: 50%;
    margin: 0 auto;
    margin-top: 20px;
    text-align: center;
}

.mygroup span {
    font-size: 12px;
    font-weight: 500;
}

.addresshead {
    border-bottom: 1px solid #ededed;
}

.aoinfo p {
    color: #888;
}

.mygroup a.add-new-address {
    font-weight: 500;
    letter-spacing: 1px;
}

.addressbox {
    border: 1px solid #ededed;
    background-color: white;
    margin: 15px 0;
    text-indent: 15px;
}

    .addressbox:hover, .addressbox.active, .pay-way:hover, .pay-way.active {
        border: 1px solid #0dc2ea;
    }

    .addressbox p:first-child {
        font-size: 14px;
        font-weight: 600;
    }

.groupitem div.addressbox p {
    margin: 10px 0;
}

.payway-list {
    padding-top: 15px;
    padding-bottom: 15px;
}

    .payway-list a img {
        vertical-align: top;
    }

    .payway-list a:hover, .payway-list a.active {
        border: 2px solid #0dc2ea;
    }

    .payway-list a {
        width: 165px;
        height: 61px;
        border: 1px solid #ededed;
        display: block;
        text-align: center;
        line-height: 61px;
        font-size: 22px;
        background-color: white;
    }

    .payway-list .pay-type {
        width: 165px;
        height: 61px;
        border: 1px solid #ededed;
        display: block;
        text-align: center;
        line-height: 61px;
        font-size: 22px;
        background-color: white;
        display: inline-block;
        overflow: hidden;
    }

        .payway-list .pay-type img {
            width: 150px;
            margin: 2px 0px;
            vertical-align: 0px;
        }

        .payway-list .pay-type:hover, .payway-list .pay-type.active {
            border: 2px solid #0dc2ea;
        }

.pay-footer {
    background-color: #ddd;
    line-height: 42px;
    color: #777;
    font-size: 14px;
}

    .pay-footer span {
        color: red;
    }

.buyend .payway-list p {
    font-size: 18px;
    line-height: 50px;
    color: #888;
    letter-spacing: 1px;
}

.btnpays {
    padding: 40px 0;
}

.buyend .pay-footer {
    padding: 20px 0;
}

    .buyend .pay-footer p {
        line-height: 23px;
    }

.newsHeader {
    line-height: 30px;
    font-size: 16px;
    font-weight: 600;
    margin-top: 25px;
    border-bottom: 1px solid #c7cbce;
    box-shadow: 0 1px 0 white;
    z-index: -1;
}

    .newsHeader ul li {
        letter-spacing: 1px;
        padding: 0 20px;
    }

        .newsHeader ul li a {
            color: #8c919c;
        }

        .newsHeader ul li.active a {
            color: black;
        }

.news-right ul li {
    list-style-type: none;
    margin-top: 20px;
}

    .news-right ul li img {
        width: 100%;
    }

.news-box {
    border: none;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e2e2e2;
    position: relative;
    font-family: 'Microsoft YaHei';
}

.recommand {
    background-color: #e9e9e9;
}

.news-box-right .messageBoxUserBox {
    margin: 0px;
    height: 50px;
    line-height: 25px;
}

    .news-box-right .messageBoxUserBox span {
        font-size: 16px;
        letter-spacing: 1px;
        color: black;
    }

.news-time {
    position: absolute;
    bottom: 10px;
    right: 5px;
    color: #c7cbce;
}

.news-description {
    letter-spacing: 1px;
    line-height: 25px;
    height: 75px;
    font-family: 'Microsoft YaHei';
    font-size: 13px;
}

div.news-container {
    float: none;
    margin: 0 auto;
}

.news-container .groupBox {
    border: none;
    margin-top: 15px;
    line-height: 35px;
    color: black;
    letter-spacing: 1px;
    font-size: 18px;
}

.type-box {
    float: left;
    padding: 5px 15px;
    border: 1px solid #c7cbce;
    border-radius: 8px;
    color: #c7cbce;
}

.bulletin-time {
    float: right;
    line-height: 30px;
    letter-spacing: 1px;
    color: #c7cbce;
}

.news-container .groupboxSidebar {
    border: none;
}

.news-content {
    padding-bottom: 20px;
    margin-top: 10px;
}

    .news-content img {
        margin-bottom: 5px;
    }

    .news-content ul {
        margin: 0;
        padding: 0;
    }

        .news-content ul li, .news-content p {
            list-style-type: none;
            font-size: 13px;
            letter-spacing: 1px;
            line-height: 23px;
            font-family: 'Microsoft YaHei';
        }

.pages {
    line-height: 50px;
}

    .pages a {
        border: 1px solid #e2e2e2;
        padding: 8px;
        background-color: white;
        border-radius: 3px;
    }

        .pages a.active {
            background-color: #29a2cf;
            color: white;
            border-radius: 3px;
        }

.image-link {
    width: 90%;
    height: 150px;
    display: inline-block;
    background-color: silver;
}

    .image-link span {
        display: inline-block;
        vertical-align: middle;
        height: 100%;
    }

    .image-link img {
        width: 97%;
    }

.news-container .news-footer {
    border-top: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
    line-height: 30px;
    margin: 10px auto;
    text-indent: 20px;
    color: gray;
}

.msgError {
    text-align: center;
    color: orangered;
    line-height: 100px;
    font-size: 23px;
    height: 200px;
}

    .msgError span {
        color: white;
        display: inline-block;
        width: 26px;
        height: 26px;
        border-radius: 13px;
        background-color: red;
        line-height: 26px;
        margin-right: 10px;
        font-size: 23px;
    }

.login-kazu-mark {
    position: absolute;
    right: 6px;
    top: 6px;
    width: 60px;
}

.bt-qrcode {
    text-align: center;
}

    .bt-qrcode img {
        width: 90px;
    }

.home {
    border-top: 0;
    border-right: 0;
    border: none;
}

    .home .kzTable {
        display: table;
        border-collapse: collapse;
        width: 100%;
        border-left: 1px solid;
        border-right: 1px solid;
        border-color: #d9d9d9;
    }

    .home .kzRow {
        overflow: hidden;
        width: 20%;
        float: left;
        height: auto;
        display: block;
    }

    .home .kzCell {
        border-left: 0;
        display: block;
        position: relative;
    }

    .home .kzCellQuartorWidth {
        Width: 25%;
    }

    .home .kzImageFrame span {
        display: inline-block;
        vertical-align: middle;
        height: 100%;
    }

    .home .kzFixImage {
        max-width: 140px;
        max-height: 140px;
        vertical-align: middle;
        text-align: center;
        margin: 10px;
        border: 1px solid #ededed;
    }

    .home .kz200wImage {
        max-width: 200px;
        max-height: 200px;
        margin: 5px;
    }

    .home .kzImageFrame {
        text-align: center;
        height: 300px;
        box-shadow: 2px -3px 5px #572629;
    }

    .home .kzImage {
        margin: 15px auto;
        width: auto;
    }

.kzmark {
    height: 34px;
    display: block;
    position: relative;
}

.home .detailbox {
    /*margin: 10px;*/
    /*margin-bottom: 0px;*/
    /*padding-bottom: 23px;*/
    background: #e60012;
    margin: 0;
}

.hometop {
    border-bottom: 1px solid #ededed;
    margin-bottom: 25px;
    margin-top: 15px;
}

    .hometop .groupHeaderLeft ul li {
        width: auto;
        padding: 0;
    }

        .hometop .groupHeaderLeft ul li a {
            color: #7d7d7d;
        }

            .hometop .groupHeaderLeft ul li a.active {
                color: black;
            }

.ad {
    height: 144px;
    margin-top: 15px;
}

    .ad div.aditem {
        height: 144px;
        background-color: #999;
        float: left;
    }

        .ad div.aditem:last-child {
            width: 290px;
            float: right;
        }

.img-selected {
    border: 1px solid greenyellow;
}

.consumption {
    border-bottom: 1px solid #ededed;
}

    .consumption .payinfo {
        width: 100%;
        text-align: center;
        line-height: 52px;
        font-size: 16px;
        font-family: 'Microsoft YaHei';
        letter-spacing: 2px;
        color: #dd6700;
        cursor: pointer;
        margin-top: 20px;
        height: 114px;
    }

        .consumption .active, .consumption .payinfo:hover {
            border-color: red;
            border-width: 2px;
            box-sizing: border-box;
            height: 114px;
        }

    .consumption .price {
        color: red;
        font-size: 16px;
        padding: 5px 0px;
        font-weight: 600;
    }

.myconsumption .row {
    margin: 0;
}

.myconsumption .groupHeaderLeft {
    padding-bottom: 10px;
}

.tbbox {
    background-color: white;
}

.cdes {
    color: #666;
}

.myconsumption .pw-header {
    border-bottom: none;
    padding-bottom: 0;
}

.waymark {
    position: relative;
    font-size: 12px;
    font-weight: 500;
}

    .waymark .icon-us {
        /*background: url("./img/icon_earth.svg") no-repeat 50% 50%;*/
        background: url("../image/countries.svg") no-repeat 50% 50%;
        text-indent: -999999px;
        display: inline-block;
        width: 25px;
        position: relative;
        top: -2px;
    }

    .waymark .icon-ar {
        background: url('../image/ar.png') no-repeat 50% 50%;
        text-indent: -999999px;
        display: inline-block;
        width: 25px;
        position: relative;
        top: -2px;
        background-size: contain;
    }

    .waymark .icon-au {
        background: url('../image/au.png') no-repeat 50% 50%;
        text-indent: -999999px;
        display: inline-block;
        width: 25px;
        position: relative;
        top: -2px;
        background-size: contain;
    }

    .waymark .icon-br {
        background: url('../image/br.png') no-repeat 50% 50%;
        text-indent: -999999px;
        display: inline-block;
        width: 25px;
        position: relative;
        top: -2px;
        background-size: contain;
    }

    .waymark .icon-ca {
        background: url('../image/ca.png') no-repeat 50% 50%;
        text-indent: -999999px;
        display: inline-block;
        width: 25px;
        position: relative;
        top: -2px;
        background-size: contain;
    }

    /*    .waymark .icon-cn {
        background: url('../image/cn.png') no-repeat 50% 50%;
        text-indent: -999999px;
        display: inline-block;
        width: 25px;
        position: relative;
        top: -2px;
        background-size: contain;
    }*/

    .waymark .icon-de {
        background: url('../image/de.png') no-repeat 50% 50%;
        text-indent: -999999px;
        display: inline-block;
        width: 25px;
        position: relative;
        top: -2px;
        background-size: contain;
    }

    .waymark .icon-ec {
        background: url('../image/ec.png') no-repeat 50% 50%;
        text-indent: -999999px;
        display: inline-block;
        width: 25px;
        position: relative;
        top: -2px;
        background-size: contain;
    }

    .waymark .icon-ee {
        background: url('../image/ee.png') no-repeat 50% 50%;
        text-indent: -999999px;
        display: inline-block;
        width: 25px;
        position: relative;
        top: -2px;
        background-size: contain;
    }

    .waymark .icon-eg {
        background: url('../image/eg.png') no-repeat 50% 50%;
        text-indent: -999999px;
        display: inline-block;
        width: 25px;
        position: relative;
        top: -2px;
        background-size: contain;
    }

    .waymark .icon-es {
        background: url('../image/es.png') no-repeat 50% 50%;
        text-indent: -999999px;
        display: inline-block;
        width: 25px;
        position: relative;
        top: -2px;
        background-size: contain;
    }

    .waymark .icon-fr {
        background: url('../image/fr.png') no-repeat 50% 50%;
        text-indent: -999999px;
        display: inline-block;
        width: 25px;
        position: relative;
        top: -2px;
        background-size: contain;
    }

        .waymark .icon-hk {
        background: url('../image/hk.png') no-repeat 50% 50%;
        text-indent: -999999px;
        display: inline-block;
        width: 25px;
        position: relative;
        top: -2px;
        background-size: contain;
    }

    .waymark .icon-hu {
        background: url('../image/hu.png') no-repeat 50% 50%;
        text-indent: -999999px;
        display: inline-block;
        width: 25px;
        position: relative;
        top: -2px;
        background-size: contain;
    }

    .waymark .icon-id {
        background: url('../image/id.png') no-repeat 50% 50%;
        text-indent: -999999px;
        display: inline-block;
        width: 25px;
        position: relative;
        top: -2px;
        background-size: contain;
    }

    .waymark .icon-in {
        background: url('../image/in.png') no-repeat 50% 50%;
        text-indent: -999999px;
        display: inline-block;
        width: 25px;
        position: relative;
        top: -2px;
        background-size: contain;
    }

    .waymark .icon-it {
        background: url('../image/it.png') no-repeat 50% 50%;
        text-indent: -999999px;
        display: inline-block;
        width: 25px;
        position: relative;
        top: -2px;
        background-size: contain;
    }

    .waymark .icon-jp {
        background: url('../image/jp.png') no-repeat 50% 50%;
        text-indent: -999999px;
        display: inline-block;
        width: 25px;
        position: relative;
        top: -2px;
        background-size: contain;
    }

    .waymark .icon-kr {
        background: url('../image/kr.png') no-repeat 50% 50%;
        text-indent: -999999px;
        display: inline-block;
        width: 25px;
        position: relative;
        top: -2px;
        background-size: contain;
    }

        .waymark .icon-mo {
        background: url('../image/mo.png') no-repeat 50% 50%;
        text-indent: -999999px;
        display: inline-block;
        width: 25px;
        position: relative;
        top: -2px;
        background-size: contain;
    }

    .waymark .icon-my {
        background: url('../image/my.png') no-repeat 50% 50%;
        text-indent: -999999px;
        display: inline-block;
        width: 25px;
        position: relative;
        top: -2px;
        background-size: contain;
    }

    .waymark .icon-nl {
        background: url('../image/nl.png') no-repeat 50% 50%;
        text-indent: -999999px;
        display: inline-block;
        width: 25px;
        position: relative;
        top: -2px;
        background-size: contain;
    }

    .waymark .icon-pe {
        background: url('../image/pe.png') no-repeat 50% 50%;
        text-indent: -999999px;
        display: inline-block;
        width: 25px;
        position: relative;
        top: -2px;
        background-size: contain;
    }

    .waymark .icon-ph {
        background: url('../image/ph.png') no-repeat 50% 50%;
        text-indent: -999999px;
        display: inline-block;
        width: 25px;
        position: relative;
        top: -2px;
        background-size: contain;
    }

    .waymark .icon-pl {
        background: url('../image/pl.png') no-repeat 50% 50%;
        text-indent: -999999px;
        display: inline-block;
        width: 25px;
        position: relative;
        top: -2px;
        background-size: contain;
    }

    .waymark .icon-pt {
        background: url('../image/pt.png') no-repeat 50% 50%;
        text-indent: -999999px;
        display: inline-block;
        width: 25px;
        position: relative;
        top: -2px;
        background-size: contain;
    }

    .waymark .icon-sa {
        background: url('../image/sa.png') no-repeat 50% 50%;
        text-indent: -999999px;
        display: inline-block;
        width: 25px;
        position: relative;
        top: -2px;
        background-size: contain;
    }

    .waymark .icon-sg {
        background: url('../image/sg.png') no-repeat 50% 50%;
        text-indent: -999999px;
        display: inline-block;
        width: 25px;
        position: relative;
        top: -2px;
        background-size: contain;
    }

    .waymark .icon-th {
        background: url('../image/th.png') no-repeat 50% 50%;
        text-indent: -999999px;
        display: inline-block;
        width: 25px;
        position: relative;
        top: -2px;
        background-size: contain;
    }

    .waymark .icon-tr {
        background: url('../image/tr.png') no-repeat 50% 50%;
        text-indent: -999999px;
        display: inline-block;
        width: 25px;
        position: relative;
        top: -2px;
        background-size: contain;
    }

    .waymark .icon-tw {
        background: url('https://www.cardhobby.com.cn/Content/img/zgtw.png') no-repeat 50% 50%;
        text-indent: -999999px;
        display: inline-block;
        width: 25px;
        position: relative;
        top: -2px;
        background-size: contain;
    }

    .waymark .icon-gb {
        background: url('../image/gb.png') no-repeat 50% 50%;
        text-indent: -999999px;
        display: inline-block;
        width: 25px;
        position: relative;
        top: -2px;
        background-size: contain;
    }

    .waymark .icon-wal {
        background: url('../image/wal.png') no-repeat 50% 50%;
        text-indent: -999999px;
        display: inline-block;
        width: 25px;
        position: relative;
        top: -2px;
        background-size: contain;
    }

span.us {
    background-image: url("../image/countries.svg");
    display: inline-block;
    width: 24px;
    height: 15px;
    position: relative;
    top: 4px;
}


span.ar {
    background-image: url('../image/ar.png');
    display: inline-block;
    width: 24px;
    height: 15px;
    position: relative;
    top: 4px;
    background-size: contain;
    background-repeat: no-repeat;
}

span.au {
    background-image: url('../image/au.png');
    display: inline-block;
    width: 24px;
    height: 15px;
    position: relative;
    top: 4px;
    background-size: contain;
    background-repeat: no-repeat;
}

span.br {
    background-image: url('../image/br.png');
    display: inline-block;
    width: 24px;
    height: 15px;
    position: relative;
    top: 4px;
    background-size: contain;
    background-repeat: no-repeat;
}

span.ca {
    background-image: url('../image/ca.png');
    display: inline-block;
    width: 24px;
    height: 15px;
    position: relative;
    top: 4px;
    background-size: contain;
    background-repeat: no-repeat;
}

/*.cn {
    background-image: url('../image/cn.png');
    display: inline-block;
    width: 24px;
    height: 15px;
    position: relative;
    top: 4px;
    background-size: contain;
    background-repeat: no-repeat;
}*/

span.w-cn {
    background-image: url('../image/cn.png');
    display: inline-block;
    width: 24px;
    height: 15px;
    position: relative;
    top: 4px;
    background-size: contain;
    background-repeat: no-repeat;
}

span.de {
    background-image: url('../image/de.png');
    display: inline-block;
    width: 24px;
    height: 15px;
    position: relative;
    top: 4px;
    background-size: contain;
    background-repeat: no-repeat;
}

span.ec {
    background-image: url('../image/ec.png');
    display: inline-block;
    width: 24px;
    height: 15px;
    position: relative;
    top: 4px;
    background-size: contain;
    background-repeat: no-repeat;
}

span.ee {
    background-image: url('../image/ee.png');
    display: inline-block;
    width: 24px;
    height: 15px;
    position: relative;
    top: 4px;
    background-size: contain;
    background-repeat: no-repeat;
}

span.eg {
    background-image: url('../image/eg.png');
    display: inline-block;
    width: 24px;
    height: 15px;
    position: relative;
    top: 4px;
    background-size: contain;
    background-repeat: no-repeat;
}

span.es {
    background-image: url('../image/es.png');
    display: inline-block;
    width: 24px;
    height: 15px;
    position: relative;
    top: 4px;
    background-size: contain;
    background-repeat: no-repeat;
}

span.fr {
    background-image: url('../image/fr.png');
    display: inline-block;
    width: 24px;
    height: 15px;
    position: relative;
    top: 4px;
    background-size: contain;
    background-repeat: no-repeat;
}

/*.hk {
    background-image: url('../image/hk.png');
    display: inline-block;
    width: 24px;
    height: 15px;
    position: relative;
    top: 4px;
    background-size: contain;
    background-repeat: no-repeat;
}*/

span.hk {
    background-image: url('../image/hk.png');
    display: inline-block;
    width: 24px;
    height: 15px;
    position: relative;
    top: 4px;
    background-size: contain;
    background-repeat: no-repeat;
}

span.w-hk {
    background-image: url('../image/hk.png');
    display: inline-block;
    width: 24px;
    height: 15px;
    position: relative;
    top: 4px;
    background-size: contain;
    background-repeat: no-repeat;
}

span.hu {
    background-image: url('../image/hu.png');
    display: inline-block;
    width: 24px;
    height: 15px;
    position: relative;
    top: 4px;
    background-size: contain;
    background-repeat: no-repeat;
}

span.id {
    background-image: url('../image/id.png');
    display: inline-block;
    width: 24px;
    height: 15px;
    position: relative;
    top: 4px;
    background-size: contain;
    background-repeat: no-repeat;
}

span.in {
    background-image: url('../image/in.png');
    display: inline-block;
    width: 24px;
    height: 15px;
    position: relative;
    top: 4px;
    background-size: contain;
    background-repeat: no-repeat;
}

span.it {
    background-image: url('../image/it.png');
    display: inline-block;
    width: 24px;
    height: 15px;
    position: relative;
    top: 4px;
    background-size: contain;
    background-repeat: no-repeat;
}

span.jp {
    background-image: url('../image/jp.png');
    display: inline-block;
    width: 24px;
    height: 15px;
    position: relative;
    top: 4px;
    background-size: contain;
    background-repeat: no-repeat;
}

span.kr {
    background-image: url('../image/kr.png');
    display: inline-block;
    width: 24px;
    height: 15px;
    position: relative;
    top: 4px;
    background-size: contain;
    background-repeat: no-repeat;
}

/*.mo {
    background-image: url('../image/mo.png');
    display: inline-block;
    width: 24px;
    height: 15px;
    position: relative;
    top: 4px;
    background-size: contain;
    background-repeat: no-repeat;
}*/

span.mo {
    background-image: url('../image/mo.png');
    display: inline-block;
    width: 24px;
    height: 15px;
    position: relative;
    top: 4px;
    background-size: contain;
    background-repeat: no-repeat;
}

span.w-mo {
    background-image: url('../image/mo.png');
    display: inline-block;
    width: 24px;
    height: 15px;
    position: relative;
    top: 4px;
    background-size: contain;
    background-repeat: no-repeat;
}

span.my {
    background-image: url('../image/my.png');
    display: inline-block;
    width: 24px;
    height: 15px;
    position: relative;
    top: 4px;
    background-size: contain;
    background-repeat: no-repeat;
}

span.nl {
    background-image: url('../image/nl.png');
    display: inline-block;
    width: 24px;
    height: 15px;
    position: relative;
    top: 4px;
    background-size: contain;
    background-repeat: no-repeat;
}

span.pe {
    background-image: url('../image/pe.png');
    display: inline-block;
    width: 24px;
    height: 15px;
    position: relative;
    top: 4px;
    background-size: contain;
    background-repeat: no-repeat;
}

span.ph {
    background-image: url('../image/ph.png');
    display: inline-block;
    width: 24px;
    height: 15px;
    position: relative;
    top: 4px;
    background-size: contain;
    background-repeat: no-repeat;
}

span.pl {
    background-image: url('../image/pl.png');
    display: inline-block;
    width: 24px;
    height: 15px;
    position: relative;
    top: 4px;
    background-size: contain;
    background-repeat: no-repeat;
}

span.pt {
    background-image: url('../image/pt.png');
    display: inline-block;
    width: 24px;
    height: 15px;
    position: relative;
    top: 4px;
    background-size: contain;
    background-repeat: no-repeat;
}

span.sa {
    background-image: url('../image/sa.png');
    display: inline-block;
    width: 24px;
    height: 15px;
    position: relative;
    top: 4px;
    background-size: contain;
    background-repeat: no-repeat;
}

span.sg {
    background-image: url('../image/sg.png');
    display: inline-block;
    width: 24px;
    height: 15px;
    position: relative;
    top: 4px;
    background-size: contain;
    background-repeat: no-repeat;
}

span.th {
    background-image: url('../image/th.png');
    display: inline-block;
    width: 24px;
    height: 15px;
    position: relative;
    top: 4px;
    background-size: contain;
    background-repeat: no-repeat;
}

span.tr {
    background-image: url('../image/tr.png');
    display: inline-block;
    width: 24px;
    height: 15px;
    position: relative;
    top: 4px;
    background-size: contain;
    background-repeat: no-repeat;
}

/*.tw {
    background-image: url('../image/tw.png');
    display: inline-block;
    width: 24px;
    height: 15px;
    position: relative;
    top: 4px;
    background-size: contain;
    background-repeat: no-repeat;
}*/

span.tw {
    background-image: url('https://www.cardhobby.com.cn/Content/img/zgtw.png');
    display: inline-block;
    width: 24px;
    height: 15px;
    position: relative;
    top: 4px;
    background-size: contain;
    background-repeat: no-repeat;
}

span.w-tw {
    background-image: url('../image/tw.png');
    display: inline-block;
    width: 24px;
    height: 15px;
    position: relative;
    top: 4px;
    background-size: contain;
    background-repeat: no-repeat;
}

span.gb {
    background-image: url('../image/gb.png');
    display: inline-block;
    width: 24px;
    height: 15px;
    position: relative;
    top: 4px;
    background-size: contain;
    background-repeat: no-repeat;
}

span.wal {
    background-image: url('../image/wal.png');
    display: inline-block;
    width: 24px;
    height: 15px;
    position: relative;
    top: 4px;
    background-size: contain;
    background-repeat: no-repeat;
}





.waymark .label {
    padding: 5px 10px;
    display: inline-block;
    border-radius: 2px;
}

.waymark .info {
    background-color: white;
    color: #428bca;
    line-height: 25px;
    border: 1px solid #fff;
    padding: 0px 8px;
    letter-spacing: 1px;
    border: 1px solid #ededed;
    border-radius: 4px;
    position: absolute;
    top: 9px;
    left: 0px;
    width: 240px;
    -moz-box-shadow: 0px 0px 8px #ddd; /* 老的 Firefox */
    box-shadow: 0px 0px 8px #ddd;
}

.square {
    width: 0;
    height: 0;
    border-width: 0 10px 10px;
    border-style: solid;
    border-color: transparent transparent #fff; /*透明 透明  灰*/
    position: absolute;
    top: 0px;
    left: 20px;
    z-index: 9;
}

.square1 {
    width: 0;
    height: 0;
    border-width: 0 10px 10px;
    border-style: solid;
    border-color: transparent transparent #ddd; /*透明 透明  灰*/
    position: absolute;
    left: 20px;
    top: -1px;
    z-index: 8;
}

.tips {
    display: none;
    position: absolute;
    top: 22px;
    z-index: 9;
}

.input-group-addon {
    cursor: pointer;
}

.tigs {
    padding: 10px 10px 10px 10px;
}

    .tigs label {
        color: #999999;
    }

.tigs-item {
    width: 20%;
    float: left;
    line-height: 20px;
}

    .tigs-item div {
        height: 30px;
        font-weight: bold;
        font-size: 14px;
    }

.btm {
    border-bottom: 1px solid #ededed;
}

.comming {
    background-color: #f2f2f2;
}

#cnzz_stat_icon_1257895950 {
    display: none;
}

.acution_price {
    color: green;
}

.list-msg {
    text-align: center;
}

.unreadmsg {
    text-align: right;
    margin-top: 10px;
}

.history {
    height: 300px;
    overflow-x: hidden;
    overflow-y: auto;
    background-color: #f8f8f8;
}

.list-group-item div {
    display: inline-block;
}

.history .list-group-item {
    border: none;
    background-color: #f8f8f8;
}

.talkhead {
    width: 12%;
    vertical-align: top;
    text-align: center;
}

    .talkhead img {
        border-radius: 80%;
        width: 50px;
        height: 50px;
        border: 1px solid #ededed;
    }

.talktext {
    width: 87%;
    margin-left: 5px;
    min-height: 50px;
    background-color: white;
    border-radius: 5px;
    line-height: 25px;
    padding: 0 5px;
}

.list-msg-item {
    text-align: left;
}

    .list-msg-item .msg-img {
        padding: 10px 1px;
    }

.msg-img img {
    border-radius: 50px;
}

.msg-content {
    line-height: 25px;
    margin-top: 10px;
}

.msg-dialog .modal-body {
    padding: 0;
}

.msg-dialog .modal-header {
    background-color: #ddd;
    border-radius: 5px 5px 0px 0px;
}

.modal-footer {
    margin-top: 0;
}

.wsdk-emot {
    width: 24px;
    margin: 3px;
}

.wsdk_img {
    max-width: 401px;
    margin-bottom: 10px;
}

.msg-other {
    line-height: 35px;
}

    .msg-other img {
        width: 20px;
        margin-right: 5px;
    }

.list-group-item div.msg-time {
    width: 74%;
    margin: 0 auto;
    display: block;
    margin-top: 6px;
    color: silver;
}

.getprepage {
    text-align: center;
    line-height: 25px;
    cursor: pointer;
    background-color: white;
    background-color: #f8f8f8;
}

#appraisalForm {
    width: 94%;
    margin: 0 auto;
}

#myEmotBox {
    width: 318px;
    height: 138px;
    position: absolute;
    z-index: 999;
    border: 1px solid #f1f1f1;
}

.msg-split {
    border-top: 1px solid #ededed;
    line-height: 35px;
}

    .msg-split i {
        position: relative;
        top: 10px;
    }

.toptitle {
    padding: 5px 0px;
}

    .toptitle label {
        margin-top: 10px;
    }

    .toptitle .btn {
        margin-left: 10px;
    }

.cardform-bottom {
    text-align: center;
    padding-top: 15px;
}

.postage {
    text-align: right;
}

.card-info {
    /*line-height: 25px;*/
    width: 100%;
}

    .card-info td {
        max-width: 140px;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }

        .card-info td:first-child span {
            display: inline-block;
            width: 100px;
            text-overflow: ellipsis;
            overflow: hidden;
            white-space: nowrap;
        }

.pay-lable {
    margin-bottom: 5px;
}

.unread {
    border-radius: 3px;
    padding: 3px;
    background-color: red;
    display: inline-block;
    vertical-align: 2px;
}

.disnone {
    display: none;
}

.offer p {
    margin-top: 15px;
}

.level-up {
    width: 85%;
    margin: 25% auto;
    font-family: 'Microsoft YaHei';
}

    .level-up h2 {
        margin-top: 3px;
        margin-bottom: 30px;
        letter-spacing: 5px;
    }

    .level-up p {
        line-height: 25px;
        letter-spacing: 1px;
    }

.level-text {
    padding-left: 30px;
}

.red {
    color: red;
}

.nopage {
    margin: 10% auto;
}

    .nopage h2 {
        margin-bottom: 20px;
        letter-spacing: 2px;
    }

    .nopage p {
        font-size: 16px;
        letter-spacing: 1px;
    }

.msgs1, .msgs1:hover, .msgs1:focus, .msgs1:active {
    background: #dddddd;
    border: 1px solid #ededed !important;
    color: #fff;
    outline-color: #ddd;
}

#homehead .row {
    margin: 0;
}

.groupheadbar div.allselect {
    text-indent: 0;
    line-height: 34px;
    margin: 0 auto;
}

.allselect input[type="checkbox"] {
    float: none;
    position: relative;
    top: 2px;
}

.header-top {
    height: 33px;
    line-height: 33px;
    width: 970px;
    margin: 0 auto;
}

.header-log {
    width: 200px;
    margin-left: 25px;
}

.footer {
    background-color: #fff;
    border-top: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
    font-size: 14px;
    line-height: 25px;
    min-height: 190px;
    background-image: url(../image/foot-bg.png);
}

.footerLi li a {
    color: #a2a2a2;
    font-size: 12px;
}

.code {
    font-size: 14px;
    color: #9a9a9a;
    text-align: center;
    font-weight: normal;
}

.copyright {
    /*height: 45px;*/
    line-height: 45px;
    font-size: 14px;
    background-color: #000;
}

.icon-message {
    background-image: url("../image/labels.png");
    background-position-y: -58px;
}

.icon-notice {
    background-image: url("../image/labels.png");
    background-position-x: -88px;
    background-position-y: -57px;
}

.icon-fav {
    background-image: url("../image/labels.png");
    background-position-x: -188px;
    background-position-y: -57px;
}

.icon-about {
    background-image: url("../image/labels.png");
    background-position-x: -287px;
    background-position-y: -57px;
}

.icon-mobile {
    background-image: url("../image/labels.png");
    background-position-x: -287px;
}

.icon-point {
    background-image: url("../image/labels.png");
    background-position-x: -185px;
    width: 19px;
}

.icon-login {
    background-image: url("../image/labels.png");
}

.icon-logout {
    background-image: url("../image/labels.png");
    background-position-x: -86px;
}


.toplist {
    position: relative;
}

    .toplist a {
        padding: 0 10px;
        width: 90px;
        color: #727591;
    }

        .toplist a i {
            margin-right: 5px;
        }

.headerName .highlightBlue {
    color: #747591;
}

.cut {
    border-left: 1px solid #ededed;
    padding-left: 10px;
}

.phonecode {
    position: relative;
}

.show_code {
    position: absolute;
    z-index: 999;
    right: -10px;
    top: 18px;
    display: none;
}

    .show_code .square {
        border-width: 0 5px 5px;
        left: 43px;
        z-index: 9999;
        top: 1px;
    }

    .show_code img {
        width: 84px;
    }

.mycode {
    background-color: #fff;
    padding: 5px 5px 0px 5px;
    border: 1px solid #ededed;
}

.code-text {
    line-height: 15px;
    text-align: center;
}

.log-text {
    font-size: 19px;
    height: 83px;
    display: table-cell;
    vertical-align: bottom;
    letter-spacing: 2px;
}

.home-bottom {
    /*margin-bottom: 10px;*/
    padding: 19px 0px;
}

.account-box {
    margin-top: 50px;
}

.account-head {
    margin: 0 auto;
    width: 85%;
    border-bottom: 1px solid #ededed;
}

    .account-head, .account-head li {
        list-style-type: none;
        padding: 0px;
        text-align: center;
    }

        .account-head li {
            display: inline-block;
            width: 23.5%;
            font-size: 15px;
            line-height: 45px;
            color: #000;
            position: relative;
            top: 1px;
        }

            .account-head li span {
                display: inline-block;
                width: 20px;
                height: 20px;
                border-radius: 10px;
                background-color: #aaa;
                color: white;
                line-height: 20px;
                margin-right: 5px;
                font-style: italic;
            }

.account-item {
    display: inline-block;
    padding: 0 5px;
}

.account-head li.active .account-item {
    border-bottom: 1px solid #fa5456;
}

.account-head li.active {
    color: black;
}

    .account-head li.active span {
        background-color: #fa5456;
    }

.account-info {
    width: 52%;
    margin: 40px auto;
    margin-bottom: 60px;
    font-size: 14px;
    position: relative;
}

    .account-info, .account-info li {
        padding: 0;
        list-style-type: none;
    }

        .account-info li {
            display: none;
        }

            .account-info li:first-child {
                display: block;
            }

        .account-info .control-label {
            text-align: left;
        }

.dectext {
    color: #aaa;
}

.account-info .form-group {
    margin-bottom: 25px;
}

.check-info tr:last-child td {
    border-top: 1px solid #ededed;
    font-size: 12px;
}

.radius {
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 15px;
    background-color: #5cb85c;
    color: white;
    line-height: 37px;
    text-align: center;
    margin-right: 5px;
}

.titletext {
    font-size: 18px;
}

.result-info {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.rederror {
    background-color: #fa5456;
    line-height: 30px;
    font-weight: bolder;
    font-size: 25px;
}

.error {
    color: red;
    font-weight: 500;
    text-align: left;
}

.account-title {
    border-bottom: 1px solid #ededed;
}

    .account-title label {
        line-height: 45px;
        font-size: 16px;
        margin-left: -15px;
    }

.btn-phone {
    font-weight: normal;
    color: #428bca;
    font-size: 14px;
}

.check-info td {
    padding: 7px 0;
    padding-left: 7px;
}

.check-info tr:first-child td {
    width: 180px;
}

    .check-info tr:first-child td img {
        border-radius: 75px;
    }

.myName {
    border-bottom: 1px solid #ededed;
    font-size: 16px;
}

.check-info td label {
    display: inline-block;
    width: 46px;
    text-align: justify;
    text-justify: distribute-all-lines;
}

    .check-info td label span {
        display: inline-block;
        padding-left: 0%;
    }

.w2 {
    letter-spacing: 10px;
}

.login-page {
    width: 100%;
    background-color: #e42430;
    position: relative;
}

    .login-page .header-log {
        margin-left: 8.333333333%;
    }

    .login-page .log-text {
        vertical-align: middle;
    }

    .login-page .loginForm {
        width: 376px;
        height: 400px;
        border-radius: 0px;
    }

    .login-page .login-box {
        background-color: #fff;
    }

    .login-page input[type=text].form-control, .login-page input[type=password].form-control {
        height: 42px;
    }

.forget-left {
    float: left;
    display: flex;
}

    .forget-left a, .forget-right a {
        color: #aaa;
        letter-spacing: 2px;
        font-size: 13px;
    }

.forget-right {
    float: right;
}

.login-page .login-bottom {
    text-align: center;
    font-size: 15px;
    color: #666;
    /* margin-top: 70px; */
    position: absolute;
    letter-spacing: 1px;
    bottom: 20px;
    width: 100%;
}

span.login-title {
    font-size: 14px;
    float: right;
    margin-right: 20px;
    color: #999;
    font-weight: 500;
    letter-spacing: 1px;
}

.login-tip {
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #444;
    top: 0px;
    left: 0px;
    opacity: 0.7;
    z-index: 999;
    display: none;
}

.hide {
    display: none
}

.choice-state {
    font-size: 18px;
    color: #aaa;
    font-style: normal;
}

    .choice-state:hover {
        cursor: pointer;
    }

.fixedBox {
    position: fixed;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
    top: 0;
    left: 0;
}

.fixedMain {
    position: relative;
    width: 60%;
    height: 80%;
    top: 10%;
    left: 15%;
    background: #fff;
    border-radius: 8px;
}

.fixedCont {
    position: relative;
    top: 8px;
    width: 100%;
    height: 90%;
    overflow-y: auto;
    padding: 10px;
}

.tip-btns {
    font-size: 16px;
    color: #000;
    text-align: center;
    background: #fff;
    padding: 10px 0;
    border-radius: 8px;
}

    .tip-btns a {
        color: #000;
        display: inline-block;
        margin: 0 15px;
    }

        .tip-btns a.tip-cancel {
            color: #999;
        }

.btns-pri {
    border: 1px solid #ddd;
    padding: 5px 15px;
    border-radius: 8px;
}

    .btns-pri.tip-agree {
        background: #6ea6fa;
        color: #fff;
    }

.tip-content {
    width: 344px;
    height: 339px;
    background-image: url("../image/logintip.png");
    background-repeat: no-repeat;
    position: relative;
    left: 58%;
    top: 165px;
}

    .tip-content a {
        width: 128px;
        height: 54px;
        display: inline-block;
        position: absolute;
        bottom: 0;
        left: 24%;
    }

.panel-search {
    margin-bottom: 10px;
    margin-left: 15px;
}

    .panel-search .form-group {
        margin-right: 10px;
    }

    .panel-search .checkbox input {
        position: relative;
        top: 2px;
    }

.groupdetail .col-sm-3 {
    position: relative;
}

    .groupdetail .col-sm-3 .checkbox-inline {
        position: absolute;
        top: 10px;
    }

.buyfoot select {
    font-size: 12px;
    height: 25px;
    margin: 5px 5px;
    padding: 0px 10px;
}

.option-red {
    background-color: red;
    color: #fff;
}

.select-color {
    position: relative;
}

.selelct-color-box {
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    background-color: white;
    border: 1px solid #ededed;
    width: 150px;
    z-index: 2;
    position: relative;
    text-align: left;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.select-color ul {
    padding: 0;
    margin: 0;
    position: absolute;
    width: 175px;
    border: 1px solid #ededed;
    background-color: white;
    padding: 6px 12px;
    min-height: 34px;
    z-index: 1;
    top: 33px;
    display: none;
}

    .select-color ul li {
        list-style-type: none;
        display: inline-block;
        margin: 0 5px;
        vertical-align: middle;
    }

        .select-color ul li span, .selelct-color-box label {
            display: inline-block;
            width: 12px;
            height: 12px;
            border-radius: 6px;
            vertical-align: middle;
            cursor: pointer;
        }

.color0 {
    background-color: #fff;
    border: 1px solid #e6e6e6;
}

.color1 {
    background-color: #ffae4f;
    border: 1px solid #f28000;
}

.color2 {
    background-color: #ff5d58;
    border: 1px solid #e31e14;
}

.color3 {
    background-color: #ffd74d;
    border: 1px solid #f7c316;
}

.color5 {
    background-color: #c9caca;
    border: 1px solid #939397;
}

.color6 {
    background-color: #4ebef3;
    border: 1px solid #1aa0e6;
}

.color7 {
    background-color: #81e35d;
    border: 1px solid #4ed719;
}

.color99 {
    background-color: #eee;
    border: 1px solid #bbb;
}

.select-color ul li span {
    text-align: center;
    line-height: 12px;
    color: white;
    font-size: 14px;
}

.select-color ul li attr {
    display: inline-block;
    transform: scale(0.7,0.7);
    -ms-transform: scale(0.7,0.7); /* IE 9 */
    -moz-transform: scale(0.7,0.7); /* Firefox */
    -webkit-transform: scale(0.7,0.7); /* Safari 和 Chrome */
    -o-transform: scale(0.7,0.7); /* Opera */
}

.selelct-color-box .square {
    border-width: 10px 5px 0;
    border-color: #000 transparent transparent;
    position: absolute;
    right: 5px;
    left: auto;
    top: 11px;
}

.selelct-color-box label {
    position: absolute;
    right: 25px;
    top: 10px;
}

.buyfoot .sbox-small {
    margin-left: 31px;
}

    .buyfoot .sbox-small .selelct-color-box {
        width: 105px;
    }

.sbox-small .selelct-color-box {
    font-size: 12px;
    height: 25px;
    margin: 5px 0px;
    padding: 0 10px;
    line-height: 25px;
    width: 120px;
}

    .sbox-small .selelct-color-box .square {
        top: 7px;
    }

    .sbox-small .selelct-color-box label {
        top: 6px;
    }

.sbox-small .select-color ul {
    top: 24px;
}

.buyfoot .sbox-small .select-color ul {
    width: 205px;
}

.normal .selelct-color-box {
    margin: 5px 0px;
    height: 30px;
    line-height: 30px;
    width: 98%;
}

    .normal .selelct-color-box .square {
        top: 10px;
    }

.normal .select-color ul {
    top: 29px;
    width: 232px;
}

.normal .selelct-color-box label {
    top: 9px;
}

.normal ul li.cleartag {
    border-right: 1px solid #ededed;
    padding: 0 5px;
    margin: 0;
    padding-right: 9px;
}

.color99 .all {
    background-color: #eee;
    position: relative;
    border: 1px solid #bbb;
    left: 3px;
    top: -2px;
}

.normal .selelct-color-box label.all {
    top: -8px;
}

.myorders {
    width: 604px;
    height: 340px;
    background-image: url(../image/card-tip.png);
    background-repeat: no-repeat;
    position: absolute;
    left: 42px;
    top: 649px;
    z-index: 9999;
    display: none;
}

.container {
    position: relative;
}

.myorders a {
    width: 128px;
    height: 54px;
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 59%;
}

.home-menu .navbar-nav > li > a.dropdownlist {
    padding: 10px 25px;
}

.home-menu .navbar-nav > li > ul.dropdown-menu {
    width: 140px;
    background-color: rgba(95, 91, 91, 0.9);
    padding: 0;
    margin-top: -1px;
    margin-left: -1px;
}

.home-menu .navbar-nav ul.dropdown-menu > li > a {
    color: white;
    font-size: 13px;
    line-height: 35px;
}

    .home-menu .navbar-nav ul.dropdown-menu > li > a:hover, .home-menu .navbar-nav ul.dropdown-menu > li > a:focus {
        background-color: #333;
        background-image: none;
    }

.dropdown-menu {
    min-width: 140px;
}

.home-menu .navbar-nav > .dropdown > a.dropdownlist, .home-menu .navbar-nav > .open > a.dropdownlist:hover, .home-menu .navbar-nav > .open > a.dropdownlist:focus {
    background-color: red;
    color: #ffffff;
}

.header-log img {
    width: 171px;
    max-width: 170px;
}

.footad {
    margin-bottom: 10px;
}

    .footad img {
        width: 100%;
    }

.groupHeaderLeft li a {
    display: block;
    width: 100%;
    border-right: 1px solid #ddd;
    height: 20px;
    line-height: 20px;
    padding: 0 30px;
}

.groupHeaderLeft li:last-child a {
    border: none;
}

.card-mark {
    background-image: url("../image/new_cardmark2.png");
    background-repeat: no-repeat;
    width: 14px;
    height: 14px;
    display: inline-block;
    margin-left: 5px;
    position: relative;
    top: 1px;
    margin-right: 15px;
}

.mark-1 {
    background-position-y: -19px;
    background-position-x: -18px;
}

.mark-2 {
    background-position-y: -19px;
    background-position-x: -50px;
}

.mark-515 {
    background-position-y: -19px;
    background-position-x: -82px;
}

.mark-516 {
    background-position-y: -19px;
    background-position-x: -115px;
}

.mark-517 {
    background-position-y: -19px;
    background-position-x: -146px;
}

.mark-519 {
    background-position-y: -211px;
}

.mark-667 {
    background-position-y: -50px;
    background-position-x: -178px;
}

.mark-767 {
    background-position-y: -50px;
    background-position-x: -115px;
}

.mark-10006 {
    background-position-y: -19px;
    background-position-x: -178px;
}

.mark-10007 {
    background-position-y: -50px;
    background-position-x: -18px;
}

.mark-10008 {
    background-position-y: -50px;
    background-position-x: -50px;
}

.mark-10009 {
    background-position-y: -50px;
    background-position-x: -82px;
}

.mark-1094 {
    background-position-y: -19px;
    background-position-x: -18px;
}

.mark-1095 {
    background-position-y: -19px;
    background-position-x: -18px;
}

.mark-1096 {
    background-position-y: -19px;
    background-position-x: -18px;
}

.mark-10010 {
    background-position-y: -50px;
    background-position-x: -146px;
}

.mark-10011 {
    background-position-y: -19px;
    background-position-x: -18px;
}

.mark-10012 {
    background-position-y: -80px;
    background-position-x: -18px;
}

.mark-519 {
    background-position-y: -80px;
    background-position-x: -49px;
}

.mark-961 {
    background-position-y: -80px;
    background-position-x: -83px;
}

.home-menu .caret {
    margin-left: 70px;
    border: none;
    width: 10px;
    height: 6px;
    background: url(../image/dorpdown.png) no-repeat;
}

.ad-top {
    margin-top: 45px;
    border-top: 1px solid #ededed;
}

.ad-title {
    text-align: center;
    position: relative;
    top: -15px;
    background-color: white;
    width: 118px;
    margin: 0 auto;
}

    .ad-title div:first-child {
        font-size: 20px;
        font-family: 'Microsoft YaHei';
        letter-spacing: 1px;
    }

    .ad-title div:last-child {
        font-size: 12px;
        color: #8a8686;
    }

.ad-list ul {
    padding: 0;
    margin-bottom: 20px;
}

    .ad-list ul li {
        vertical-align: top;
        list-style-type: none;
        width: 205px;
        height: 232px;
        background-image: url("../image/ad-bg.jpg");
        background-repeat: no-repeat;
        background-position: bottom;
        display: inline-block;
        margin-left: 28px;
    }

        .ad-list ul li:first-child .ad-prize {
            background-position: top;
        }

.ad-prize {
    background-image: url("../image/ad-prize.png");
    width: 45px;
    height: 23px;
    background-repeat: no-repeat;
    margin: 0 auto;
    background-position: bottom;
    position: relative;
    z-index: 1;
}

.ad-head {
    width: 76px;
    height: 76px;
    border-radius: 38px;
    border: 1px solid #ededed;
    overflow: hidden;
    margin: 0 auto;
    position: relative;
    top: -4px;
    background-color: white;
    z-index: -0;
}

    .ad-head img {
        width: 76px;
        height: 76px;
    }

.ad-username {
    text-align: center;
    font-size: 20px;
    margin-top: 30px;
}

.ad-list ul li:last-child .ad-username {
    color: #c9a96e;
}

.ad-userrate {
    text-align: center;
    font-size: 15px;
    color: #818080;
    line-height: 35px;
}

.ad-shop ul {
    padding: 0;
    margin: 0;
    margin-bottom: 20px;
}

    .ad-shop ul li {
        width: 204px;
        height: 87px;
        border: 1px solid #ededed;
        list-style-type: none;
        display: inline-block;
        margin-left: 29px;
        margin-top: 20px;
        text-align: center;
    }

        .ad-shop ul li > a > img {
            width: 202px;
            height: 85px;
        }

.search-right {
    float: right;
}

.btn-red {
    background-color: white;
    color: red;
}

.has-feedback #qbtn {
    color: #fff;
    background-color: red;
    width: 65px;
}

.file-input .btn, #uploadShowImageUrl {
    display: none;
}

.file-input .progress {
    margin: 10px 0px !important;
}

.fileupload-button {
    margin-bottom: 10px;
}

.noneStyleUl li {
    line-height: 35px;
}

.t-detail-text {
    padding-left: 43px;
    margin: 5px 0px;
    line-height: 20px;
}

    .t-detail-text label {
        margin-bottom: 0px;
    }

    .t-detail-text a {
        color: #428bca;
    }

.text-muted strong {
    vertical-align: middle;
}
/**/
.card-fixd-code {
    position: fixed;
    left: calc((100% - 970px)/2 + 980px);
    left: -webkit-calc((100% - 970px)/2 + 980px);
    top: 200px;
    text-align: center;
    line-height: 25px;
}

.iscon-round {
    width: auto;
    padding: 0px 15px;
    /*background:url(img/bg-round.png) repeat;*/
    border-radius: 10px;
    bottom: 0px;
    left: 0px;
    margin-left: 0px;
}

    .iscon-round li {
        margin: 0px 1px;
        background-color: #c1c1c1;
        border: none;
    }

        .iscon-round li.active {
            width: 10px;
            height: 10px;
            margin: 0px 1px;
            background-color: #db192a;
        }

.car-jt-box {
    display: block;
    top: 100px;
    bottom: 0;
    line-height: 55px;
    left: 0;
    width: 30px;
    font-size: 30px;
    height: 60px;
    text-shadow: none;
    background-color: #757069;
    opacity: .3;
    filter: alpha(opacity=30);
    display: none;
}

    .car-jt-box.right, .car-jt-box.left {
        background-image: none;
        background-repeat: no-repeat;
    }

#carousel-layout:hover .car-jt-box {
    display: block;
}

.car-jt-box:hover, .car-jt-box:focus {
    filter: alpha(opacity=75);
    opacity: .75;
}

.dropdown-menu > li > .span {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}

    .dropdown-menu > li > .span:hover {
        background-color: #e8e8e8;
        background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
        background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
        background-repeat: repeat-x;
    }

.address-span span {
    display: inline-block;
    vertical-align: top;
}

/*返回顶部*/
.kt-backtop {
    position: fixed;
    left: calc((100% - 1000px)/2 + 1000px);
    left: -webkit-calc((100% - 1000px)/2 + 1000px);
    bottom: 20px;
    line-height: 25px;
}

    .kt-backtop li {
        /*width:85px;*/
        height: 35px;
        line-height: 35px;
        /*padding-left:15px;*/
        font-size: 13px;
        list-style: none;
        cursor: pointer;
        padding: 0px 10px;
        /*background:#dbdbdb url(../image/st-icon.png) no-repeat 55px center;*/
        background-color: #dbdbdb;
        color: #fff;
    }

        .kt-backtop li span {
            display: inline-block;
        }

        .kt-backtop li .text-top {
            /*width:1px;*/

            width: 0px;
            height: 0px;
            overflow: hidden;
        }

        .kt-backtop li .bg-top {
            margin: 0px 5px;
            background: url(../image/st-icon.png) no-repeat center center;
            width: 15px;
            height: 35px;
        }

        .kt-backtop li:hover {
            background-color: #c81623;
        }

            .kt-backtop li:hover .text-top {
                height: 35px;
                width: 30px;
                margin: 0px 5px;
                transition: width .5s;
                -moz-transition: width .5s; /* Firefox 4 */
                -webkit-transition: width .5s; /* Safari 和 Chrome */
                -o-transition: width .5s; /* Opera */
            }

/*单选多选*/
.rechecked {
    margin: 10px 50px 10px 0px;
}

    .rechecked input[type=radio], .rechecked input[type=checkbox] {
        display: none;
    }

    .rechecked label, .rechecked span, .rechecked i {
        vertical-align: middle;
        display: inline-block;
        cursor: pointer;
        font-weight: normal;
    }

    .rechecked i {
        width: 14px;
        height: 14px;
        background: url(../image/rechecked.png) no-repeat;
    }

    .rechecked span {
        padding-left: 5px;
    }

    .rechecked > input[type=radio] + i {
        background-position: 0px -24px;
    }

    .rechecked > input[type=radio]:checked + i {
        background-position: -30px -24px;
    }

    .rechecked > input[type=checkbox] + i {
        background-position: 0px 0px;
    }

    .rechecked > input[type=checkbox]:checked + i {
        background-position: -30px 0px;
    }

.con-title {
    font-size: 18px;
    padding: 0px 0px 10px;
    line-height: 25px;
    color: #29a2cf;
    font-weight: bold;
}
/*关注分享*/
.follow-share {
    font-size: 13px;
    margin-top: 10px;
}

.bfollow-custom, .bshare-custom {
    display: inline-block;
    margin-right: 30px;
    cursor: pointer;
}

    .bshare-custom span, .bshare-custom a, .bfollow-custom span, .bfollow-custom a {
        vertical-align: middle;
    }

    .bshare-custom .bshare-more {
        background: url(../image/shareicon.png) no-repeat;
        background-position-y: -58px;
        display: inline-block;
        width: 25px;
        height: 15px;
    }

    .bshare-custom:hover .bshare-more, .bshare-custom.cur .bshare-more {
        background-position-y: -88px;
    }

    .bfollow-custom .bfollow-more {
        background: url(../image/shareicon.png) no-repeat;
        background-position-y: 1px;
        display: inline-block;
        width: 25px;
        height: 15px;
    }

    .bfollow-custom:hover .bfollow-more, .bfollow-custom.cur .bfollow-more {
        background-position-y: -28px;
    }

.new-btn {
    border-top: 1px dashed #ededed;
    text-align: center;
}

    .new-btn .btn-default {
        margin: 10px 15px 10px 0px;
        box-shadow: none;
        border-color: #ededed;
        background: #fbfbfb;
    }

.newcontitle {
    padding-bottom: 10px;
    border-bottom: 1px dashed #ededed;
    color: #333333;
    font-weight: 500
}

.label-warning {
    background-color: #f0ad4e;
    padding: 2px 5px;
    font-weight: 500;
}
/*.label-warning {
    background-color:transparent;
    padding: 2px 5px;
    font-weight: 500;
    border:1px solid #f0ad4e;
    color:#f0ad4e;
}*/
.kt-headlist-box .checkbox {
    display: block;
    min-height: 20px;
    padding-left: 25px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.v-tion {
    background-image: url(../image/svtion.png);
}

.col-content-padding .col-xs-4, .col-content-padding .col-xs-3, .col-content-padding .col-xs-1, .col-content-padding .col-xs-2 {
    padding-left: 0px;
    padding-right: 10px;
}

.col-content-padding .col-xs-2 {
    min-width: 80px;
}

.t-btn-def {
    background: #ffffff;
    border: 1px solid #E2E2E2;
    border-radius: 5px;
    padding: 4px 25px;
    margin: 0px 5px;
}

.t-btn-btn1 {
    background: #3F9BF6;
    border: 1px solid #3F9BF6;
    color: #ffffff;
}

.icon-point-img {
    vertical-align: 0px;
    width: 15px;
}

.yyzz-content {
    text-align: center;
}

    .yyzz-content .yyzz-conimg {
        width: 50%;
    }

.wx_pay_imgbox {
    margin-bottom: 30px;
    text-align: center;
    font-size: 18px;
    color: #888;
    font-weight: bold;
}

    .wx_pay_imgbox img {
        width: 200px;
    }

.down_child_menu {
    padding: 15px;
    padding-left: 30px;
    color: #fff;
    cursor: pointer;
}

.dropdown_border > li {
    border-bottom: 1px solid #bababa;
}

    .dropdown_border > li:last-child {
        border-bottom: none;
    }

.down_child_menu:hover {
    background: #fcfcfc;
    color: #000000;
}

    .down_child_menu:hover .down_child_box {
        display: block !important;
    }
/*.dropdown_border > li {
border-bottom:none;
}*/
.down_child_box {
    position: absolute;
    left: 138px;
    top: 0px;
    background: #fcfcfc;
    display: none;
    /*height:305px;*/
    height: 254px;
    overflow: hidden;
}

    .down_child_box ul {
        list-style: none;
        padding: 0px;
        width: 140px;
        height: 254px;
    }

        .down_child_box ul > li > a {
            font-size: 13px;
            color: #6f7780;
        }

        .down_child_box ul > li {
            height: 51px;
            line-height: 50px;
            padding-left: 15px;
            overflow: hidden;
            border-bottom: 1px solid #fcfcfc;
        }

    .down_child_box li:hover {
        background: #e7e7e8;
    }

.type-dropdown-menu {
    padding: 0px;
    list-style: none;
    line-height: 40px;
}

.type-dropdown-menu {
    border-right: none;
    border-radius: 0px;
}

    .type-dropdown-menu > li {
        line-height: 50px;
        border-right: 1px solid rgba(0, 0, 0, .15);
        border-bottom: 1px solid rgba(0, 0, 0, .15);
    }

.type-dropdown-menu {
    cursor: pointer;
}

    .type-dropdown-menu > li > .span {
        padding: 15px 20px;
    }

        .type-dropdown-menu > li > .span:hover, .type-dropdown-menu > li:hover {
            background-color: #fcfcfc !important;
            background-image: none;
        }

    .type-dropdown-menu > li:hover {
        border-right: 0px;
    }

.type-child-box {
    display: none;
    position: absolute;
    top: -1px;
    left: 139px;
    width: 245px;
    overflow: hidden;
    background: #fcfcfc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-left: none;
    /*height:307px;*/
    height: 256px;
}

.type-dropdown-menu > li:hover .type-child-box {
    display: block;
}

.type-child-box ul {
    list-style: none;
    padding: 0px;
    width: 120px;
}

    .type-child-box ul > li {
        /*text-align:center;*/
        margin-left: 10px;
        border-bottom: 1px solid #fcfcfc;
        overflow: hidden;
        height: 50px;
        white-space: nowrap;
        text-overflow: ellipsis;
        padding: 0px 8px;
    }

        .type-child-box ul > li:last-child {
            border-bottom: 0px;
        }

        .type-child-box ul > li:hover, .type-child-box ul > li:hover a {
            color: red;
        }

        .type-child-box ul > li a {
            color: #333;
        }

.time_list_count {
    width: 64px;
    margin: 0 auto;
    border: 1px solid #f0ad4e;
    margin-bottom: 10px;
    border-radius: 4px;
}

    .time_list_count .timeBar {
        color: #f0ad4e;
        height: 27px;
        line-height: 27px;
    }

        .time_list_count .timeBar label {
            font-weight: normal;
        }

    .time_list_count .kt-play-btn {
        padding: 0px 6px;
        margin: 0px;
    }

.timeBar2 {
    font-size: 44px;
}

    .timeBar2 label {
        background: url(../image/time_bgicon.png) no-repeat;
        width: 86px;
        height: 68px;
    }

.btn_no_accumulate, .btn_yes_accumulate {
    color: #ffffff;
    background: #bc0000;
    border: none;
    font-size: 16px;
    padding: 10px 20px;
    border-radius: 4px;
}

.btn_yes_accumulate {
    background: #44aded;
}

    .btn_no_accumulate:hover,
    .btn_no_accumulate:focus, .btn_yes_accumulate:hover,
    .btn_yes_accumulate:focus {
        color: #ffffff;
        text-decoration: none;
    }

.detail_leiji .timeBar2 {
    text-align: center;
    font-size: 36px;
}

    .detail_leiji .timeBar2 label {
        width: 70px;
        height: 58px;
        background-size: 100%;
    }

.detail_leiji .btn_no_accumulate, .detail_leiji .btn_yes_accumulate {
    font-size: 14px;
    margin: 0px 10px;
}

.timemer {
    color: #ff8910;
    height: 25px;
    line-height: 25px;
}

    .timemer label {
        font-weight: normal;
    }

.new_group_box {
    padding: 10px 0px;
    margin-bottom: 10px;
}

    .new_group_box .groupHeaderLeft {
        margin: 0px;
    }

.color-red {
    margin-top: 20px;
    color: red;
}

.color-pred {
    color: red;
    padding-left: 19px;
}

.color-blue {
    color: #529fff;
    padding-left: 19px;
}

.auth_title {
    display: inline-block;
    text-indent: 20px;
    font-size: 14px;
}

.auth_status {
    line-height: 31px;
    text-align: right
}

.auth-success {
    color: #0094ff
}

.panel-default > .panel-heading {
    background-image: none;
    background-image: none;
    filter: none;
    background-color: white;
}

.pay-box .name {
    color: black;
    font-size: 14px;
    margin-left: 15px;
    margin-top: 0px;
    display: flex; /**/
    margin-top: 3px;
}

.pay-box .mobile {
    font-size: 14px;
    margin-left: 15px;
    margin-top: 10px;
    color: #808080
}

.pay-box .modify {
    display: inline-block;
    background-color: #7fd7fe;
    color: white;
    padding: 0px 2px;
}

.wx_dec {
    width: 200px;
    height: 66.14px;
    color: white;
    background-color: #808080;
    margin: 0 auto;
}

.wx_info {
    float: right;
    width: 69%;
    font-size: 14px;
    font-weight: 500;
    text-align: left;
    padding-top: 10px;
}

.wx_miao {
    float: left;
    width: 29%;
    padding: 10px;
}

.wx_box {
    width: 45px;
    height: 45px;
    border: 4px dashed #fff;
}

.wx_circle {
    width: 30px;
    height: 30px;
    border: 1px solid;
    margin: 3px;
    border-radius: 15px;
}

.wx_pay_imgbox img.paysuccess {
    position: absolute;
    width: 70px;
    margin-top: 65px;
    margin-left: 65px;
    display: none;
}


/*市场列表布局--预备*/
.allocation_inline {
    background: url(../image/allocation_inline.png) no-repeat;
}

    .allocation_inline.on {
        background: url(../image/allocation_inline_on.png) no-repeat;
        background-size: cover;
    }

.allocation_block {
    background: url(../image/allocation_block.png) no-repeat;
}

    .allocation_block.on {
        background: url(../image/allocation_block_on.png) no-repeat;
        background-size: cover;
    }

.list_allocation {
    margin: 15px 0;
    display: flex;
    justify-content: space-between;
}

.allocation {
    display: flex;
}

    .allocation span,
    .contact {
        width: 18px;
        height: 18px;
        display: inline-block;
        background-size: auto 100%;
        cursor: pointer
    }

.contact {
    background: url(../image/contact.png) no-repeat;
    background-size: cover;
    vertical-align: middle;
}

.allocation span:first-child {
    margin: 0 24px 0 0;
}

.card_body .el-card__body {
    display: flex;
}

.text_a0 {
    color: #A0A0A0;
}

.line-h16 {
    line-height: 16px;
}

.overall_b {
    justify-content: space-between;
}

.line_134 {
    line-height: 1.34
}

.margin_24 {
    margin: 0 0 0 24px;
}

.margin_5 {
    margin-top: 5px;
}

.margin_12 {
    margin-top: 12px;
}

/*切换*/
.price_size {
    line-height: 24px;
    margin-top: 4px;
}

.on_list_main {
    display: initial;
}

    .on_list_main .card_body {
        width: 100%;
        box-shadow: none !important;
        border: none;
        border-bottom: 1px solid #EBEEF5;
    }

.card_images {
    width: 180px !important;
}

.card_info {
    padding: 0 10px !important;
    position: relative;
}

    .card_info .card_title {
        font-size: 16px !important;
        width: 100% !important;
        display: block !important;
        line-height: 1.5;
    }

.font_size24 {
    font-size: 24px;
    line-height: 1;
}

.flex_overall {
    display: flex;
    position: relative;
}

.seller_info {
    position: absolute;
    right: 12px;
    bottom: 5px;
    line-height: 1;
}

.message_info {
    position: absolute;
    left: 10px;
    bottom: 5px;
}

.el-link.text_line2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    word-break: break-word;
}


.el-link.text_line3 {
    /* height: 53px; */
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    word-break: break-word;
}

    .el-link.text_line3.isSolded .el-link--inner {
        color: #afb0b2
    }

.ci-tile {
    height: 60px;
}


.sortList {
    display: flex;
}

    .sortList span {
        font-size: 14px;
        padding: 0 10px 5px;
        margin: 0 10px;
        cursor: pointer;
        color: #606266;
        border-bottom: 1px solid #fff
    }

        .sortList span:hover {
            color: #409EFF
        }

        .sortList span.on {
            color: red;
            border-bottom: 1px solid red
        }

        .sortList span:hover.on {
            color: red;
        }
/*新手弹层*/
#xinshou {
    background: rgba(0,0,0,.5);
    position: fixed;
    z-index: 1000;
    display: none;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
}

#xinshouimg {
    width: 50%;
}

.xinshouimg {
    width: 100%;
}

.chooseimg {
    width: 100%;
    display: flex;
    justify-content: center;
}

    .chooseimg img {
        width: 24px;
        height: 100%;
    }
/* 判断卖家是否已经迁移成为汇付卖家 - 弹框 */
.note-main {
    padding: 20px
}

.note-box {
    padding-bottom: 20px;
    font-size: 18px;
}

.note-title {
    text-align: center;
    font-size: 24px;
    line-height: 2;
}

.note-row {
    padding-bottom: 15px;
    line-height: 1.4
}

.note-btns {
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
}

.note-btn {
    width: 100px;
    font-size: 16px;
    line-height: 2;
    border: 1px solid #ddd;
    color: #333;
    border-radius: 5px;
    margin: 0 10px;
    text-align: center;
    cursor: pointer;
}

    .note-btn.note-confirm {
        width: 200px;
        background: #3d9efb;
        color: #fff;
    }


.warehouse-tips {
    /*境外发货提示*/
    /*display: inline-block;*/
    background: #f0ad4e;
    color: #fff;
    font-size: 14px;
    padding: 5px 15px;
    border-radius: 5px;
    margin-bottom: 15px;
    text-align: center;
}

    .warehouse-tips a {
        color: #fff;
        text-decoration: underline;
    }
/** 滑块验证 **/
.checkCodeBox {
    display: none;
    border: 1px solid #eee;
    border-radius: 10px;
    box-shadow: 2px 3px 7px #eee;
    position: relative;
    height: 240px;
    width: 325px;
    left: 55px;
    top: -68px;
    background: #fff;
    padding: 20px;
    z-index: 10;
}

.iframeLoading {
    display: none;
    width: 100%;
    height: 100%;
    font-size: 18px;
    text-align: center;
    line-height: 6;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
}

.checkCodeBox .codeClose {
    position: absolute;
    right: -5px;
    top: -5px;
    cursor: pointer;
    color: #666;
    font-size: 18px;
    width: 25px;
    height: 25px;
    background: #b9b9b9;
    border-radius: 50%;
    padding: 2px;
    line-height: 1;
}

.close_img {
    width: 100%;
    max-height: 100%;
}

.check_box {
    border: none;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    height: 245px;
}
/** 滑块验证ed **/

.tips-box {
    position: absolute;
    z-index: 99999;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    background: rgba(0,0,0,.2);
}

.call-tips {
    background: #fff;
    padding: 10px 30px;
    z-index: 99999;
    border: 1px solid #d2cfcf;
    border-radius: 5px;
    text-align: center;
    color: #f40;
    font-size: 18px;
}
