
html,
body {
    width: 100%;
    height: 100%;
    /* background-color: #f8f8f8 !important; */
}

.header {
    height: 150px;
    background-color: #fff;
}
.main {
    width: 80%;
}

.tab-active {
    background: #ff9600;
    color: #fff !important;
    padding: 0 5px;
    margin-left: 0 !important;
    height: 36px;
    line-height: 17px;
}
.contain {
    width: 80%;
    margin: auto;
    height: 100%;
    margin-top: 39px;
}
.headerbox {
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: space-around;
    align-items: center;
    padding: 20px;
    padding-top: 30px;
    height: 75%;
}
.logo > img {
    width: 200px;
    height: 70px;
}
.search {
    position: relative;
    left: 0;
    right: 0;
    margin: auto;
}
.search_input {
    width: 705px;
    /* padding: 5px; */
    height: 46px;
    line-height: 38px;
    padding-left: 10px;
    position: relative;
}
.inputs {
    width: 80%;
    font-size: 14px;
}
.inline {
    display: inline-block;
    vertical-align: middle;
}
.icon {
    width: 46px;
    height: 46px;
    padding: 5px 10px;
    background: #ff9600;
    border-radius: 0px;
    color: #fff;
    text-align: center;
    line-height: 35px;
    position: relative;
    top: 0px;
}
.type {
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-around;
    align-items: center;
    margin-top: 16px;
    margin-left: 4rem;
    width: 80%;
    color: grey;
}
.type > div {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: grey;
}
.tabcard {
    display: flex;
    margin: auto;
    text-align: center;
    border-bottom: #ff9600 2px solid;
    cursor: pointer;
    height: 25%;
}
.tabcard a div {
    padding: 10px 23px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    line-height: 17px;

}

.tabcard a hover {
    color:#ff9600;
}

/*.tabcard > div {
  padding: 10px 23px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
  line-height: 17px;
}*/
.xiala-1 {
    font-size: 14px;
    background-color: #ffffff;
    border: 0px;
    padding: 0 12px;
    display: inline-block;
    width: 80px;
    cursor: pointer;
    height: 100%;
}
.xiala {
    z-index: 8;
    display: none;
    position: absolute;
    top: 40px;
    width: 86px;
    left: 0px;
    background-color: #ffffff;
    border-top: none;
}
.xia {
    vertical-align: top;
    position: absolute;
    top: 45%;
    left: 10%;
}
ul {
    margin: 0px;
    padding: 0px;
}
.xiala ul li {
    background-color: #ffffff;
    padding: 8px 12px;
    font-size: 14px;
    background-color: white;
    cursor: default;
    list-style-type: none;
    width: 100%;
    height: 32px;
    line-height: 20px;
    padding-left: 20px;
}
.xiala ul li:hover {
    color: #000;
    background-color: #eee !important;
}
.headertop {
    background: #f4f4f4;
    width: 100%;
    height: 38px;
    border-bottom: #e5e5e5 1px solid;
    position: fixed;
    z-index: 9;
    left: 0;
    top: 0;
    line-height: 38px;
    font-size: 12px;
}
.person {
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 500;
    vertical-align: middle;
    /* width: 80%;
    margin: auto; */
    cursor: pointer;
}
.person:hover {
    color: #ff4e03;
}
.header-main {
    width: 80%;
    margin: auto;
}

.border-left::before {
    display: block;
    content: "";
    height: 12px;
    width: 1px;
    background-color: #777474;
    position: absolute;
    margin: auto;
    /* transform: ; */
    top: 0;
    bottom: 0;
    /* border-left: 1px solid #000;
    height: 10px; */
}

.outbox {
    display: none;
    position: absolute;
    left: 0;
    top: 27px;
    width: 80px;
}

.out {
    margin-top: 10px;
    min-width: 100%;
    line-height: 36px;
    /* padding: 5px 0; */
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.12);
    border: 1px solid #eee;
    background-color: #fff;
    z-index: 100;
    border-radius: 2px;
    white-space: nowrap;
    text-align: center;
}

.positionre {
    position: relative;
}

.my:hover > .outbox {
    display: block;
}

.my:hover {
    background-color: #fff;
    color: #ff4e03;
}

.my:hover a {
    color: #ff4e03;
}
.headerNav {
    height: 90px;
}
.headerNav > img {
    width: 200px;
    height: 69px;
    position: relative;
    left: 200px;
    top: 10px;
}
.post-active {
    background-color: #483f3b;
    color: #fff;
}
.post-nav {
    border-bottom: #483f3b 2px solid;
}
.postbtn {
    background-color: #483f3b;
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 12px;
    position: relative;
    top: 6px;
    right: 10px;
}
.bluer {
    color: rgba(59, 130, 246, 0.5);
}
/* pages */
.pages {padding:34px 0;text-align:center;font-size:12px;color:#666666;clear:both;}
.pages a:link,.pages a:visited,.pages a:active {background:#FFFFFF;border:#EEEEEE 1px solid;padding:8px 12px;text-decoration:none;}
.pages strong {background:#ff9600;padding:8px 12px;color:#FFFFFF;}
.pages_inp {width:32px;border:#EEEEEE 1px solid;color:#666666;padding:4px;text-align:center; display:none}
.pages_btn {width:32px;border:#FF6600 1px solid;color:#FFFFFF;padding:4px 6px;background:#FF6600;font-weight:bold;font-size:11px; display:none}
.pages label {background:#FFFFFF;border:#EEEEEE 1px solid;color:#666666;padding:6px 6px;}
.pages label em {color:red;font-weight:bold;font-style:normal;}
.pages label span {font-weight:bold;}
.pages cite {font-style:normal; display:none}
.pages{

}

em{
    padding-right: 0px;
    line-height: 24px;
}
.pages,.pages>label{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.xiala {
    z-index: 8;
    display: none;
    position: absolute;
    top: 40px;
    width: 86px;
    left: 0px;
    background-color: #ffffff;
    border-top: none;
}


#search_module {z-index:1000;left:0;position:absolute;width:86px;overflow:hidden;background:#FFFFFF;border-top:none;cursor:pointer;--tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1),0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);}
#search_module li {background-color: #ffffff;
    padding: 8px 12px;
    font-size: 14px;
    background-color: white;
    cursor: default;
    list-style-type: none;
    width: 100%;
    height: 32px;
    line-height: 20px;
    padding-left: 20px;}
#search_module li:hover {color: #000;background-color: #eee !important;}
.s-search {width:30px;height:30px;background:url(../images/s.png) no-repeat;background-size:31px 32px;cursor:pointer;}
.highlight{color:#f00;}
.f_red{color:#f00;}
.m-auto input[id="post_fieldsclrq"]{border:1px solid #dee2e6 !important;margin-left:11px;padding: 0.25rem !important;}
#ns  label {font-size:14px}
.mr-8{margin-right:8px}
.m{text-align:center}
.m div.title {margin:20px}






/*  鍏徃閫夋嫨 */

.cpxuanze {
    color: #ff9600;
    border: 1px solid #ff9600;
    background: #fff3eb;
}

/*  */

.new-search-filter-line.search-filter-brand[data-v-2fde9e52] {
    position: relative;
    height: 56px
}

.new-search-filter-line.search-filter-brand.unfold[data-v-2fde9e52] {
    height: auto
}

.new-search-filter-line.search-filter-brand .headline-box[data-v-2fde9e52] {
    position: absolute;
    display: block;
    width: 102px;
    height: 100%;
    margin-right: 0;
    font-size: 12px;
    line-height: 56px;
    color: #333;
    background: #f5f5f5;
    padding-left: 12px
}

.new-search-filter-line.search-filter-brand .filter-brand-wrap[data-v-2fde9e52] {
    display: inline-block;
    /*width: 1080px;*/
    max-width:1080px;
    margin-left: 4px;
    padding-top: 30px;
    vertical-align: top;
    /*padding-left: 29px*/
}

.new-search-filter-line.search-filter-brand .filter-brand-wrap .brand-item[data-v-2fde9e52] {
    position: relative;
    display: inline-block;
    width: 120px;
    height: 40px;
    margin: 1px 8px 8px 0;
    padding: 3px;
    border: 1px solid #dbdbdb;
    border-radius: 2px;
    vertical-align: top;
    cursor: pointer
}

.new-search-filter-line.search-filter-brand .filter-brand-wrap .brand-item.is-more[data-v-2fde9e52] {
    margin: 0 6px 8px 0
}

.new-search-filter-line.search-filter-brand .filter-brand-wrap .brand-item[data-v-2fde9e52] :nth-child(8n) {
    margin-right: 0
}

.new-search-filter-line.search-filter-brand .filter-brand-wrap .brand-item.active[data-v-2fde9e52],.new-search-filter-line.search-filter-brand .filter-brand-wrap .brand-item[data-v-2fde9e52]:hover {
    border: 1px solid #ff9600;
    background: #fff3eb
}

.new-search-filter-line.search-filter-brand .filter-brand-wrap .brand-item.active img[data-v-2fde9e52],.new-search-filter-line.search-filter-brand .filter-brand-wrap .brand-item:hover img[data-v-2fde9e52] {
    display: none
}

.new-search-filter-line.search-filter-brand .filter-brand-wrap .brand-item.active .brand-name[data-v-2fde9e52],.new-search-filter-line.search-filter-brand .filter-brand-wrap .brand-item:hover .brand-name[data-v-2fde9e52] {
    left: 4px;
    width: 110px;
    color: #ff9600;
    text-align: center
}

.new-search-filter-line.search-filter-brand .filter-brand-wrap .brand-item:hover .all-brand-name[data-v-2fde9e52] {
    display: block
}

.new-search-filter-line.search-filter-brand .filter-brand-wrap .brand-item img[data-v-2fde9e52] {
    width: 32px;
    height: 32px;
    border-radius: 2px
}

.new-search-filter-line.search-filter-brand .filter-brand-wrap .brand-item .brand-name[data-v-2fde9e52] {
    position: absolute;
    top: 3px;
    left: 40px;
    display: inline-block;
    width: 78px;
    height: 32px;
    overflow: hidden;
    font-size: 12px;
    line-height: 32px;
    color: #333
}

.new-search-filter-line.search-filter-brand .filter-brand-wrap .brand-item .brand-name.long[data-v-2fde9e52] {
    left: 5px;
    width: 110px;
    text-align: center
}

.new-search-filter-line.search-filter-brand .filter-brand-wrap .brand-item .all-brand-name[data-v-2fde9e52] {
    position: absolute;
    top: -30px;
    left: 0;
    display: none;
    height: 24px;
    padding: 0 8px;
    border-radius: 3px;
    -webkit-box-shadow: #f0f8ff;
    box-shadow: #f0f8ff;
    -webkit-box-shadow: 0 0 5px 0 hsla(0,0%,67.1%,.72941);
    box-shadow: 0 0 5px 0 hsla(0,0%,67.1%,.72941);
    font-size: 12px;
    line-height: 24px;
    background: #fff;
    word-break: keep-all;
    word-wrap: none;
    white-space: nowrap
}

.new-search-filter-line.search-filter-brand .filter-brand-wrap .brand-item .all-brand-name[data-v-2fde9e52]:after {
    content: "";
    position: absolute;
    top: 22px;
    left: 10px;
    width: 5px;
    height: 5px;
    border-bottom: 1px solid #eee;
    border-left: 1px solid #eee;
    background: #fff;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.new-search-filter-line.search-filter-brand .fold-btn[data-v-2fde9e52] {
    position: absolute;
    top: 8px;
    right: 0;
    width: 48px;
    height: 24px;
    border: 1px solid #dbdbdb;
    border-radius: 2px;
    font-size: 12px;
    line-height: 22px;
    background: #fff;
    padding-left: 5px;
    cursor: pointer
}

.new-search-filter-line.search-filter-brand .fold-btn[data-v-2fde9e52]:after {
    content: "";
    position: absolute;
    top: 7px;
    right: 5px;
    width: 5px;
    height: 5px;
    border-bottom: 1px solid #777;
    border-left: 1px solid #777;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.new-search-filter-line.search-filter-brand .fold-btn.unfold[data-v-2fde9e52]:after {
    top: 10px;
    -webkit-transform: rotate(-225deg);
    -ms-transform: rotate(-225deg);
    transform: rotate(-225deg)
}

.new-search-filter-line.search-filter-brand .fold-btn[data-v-2fde9e52]:hover {
    border: 1px solid #ff9600;
    color: #ff9600
}

.new-search-filter-line.search-filter-brand .fold-btn[data-v-2fde9e52]:hover:after {
    border-color: #ff9600
}

@media (min-width:1536px) {
    .new-search-filter-line.search-filter-brand .filter-brand-wrap[data-v-2fde9e52] {
        width: 1375px
    }
}




