body{
    margin: 0;
    padding: 0;
    /* -webkit-overflow-scrolling:touch;
    overflow-scrolling:touch; */
	font-family: "PingFang SC","Noto Sans SC","Heiti SC","Microsoft YaHei","Roboto","Helvetica Neue",Helvetica,Arial,sans-serif;
}

li{
    list-style: none;
}
a{
    text-decoration: none;
}
a:hover {
    text-decoration: none!important;
    color: #000000;
}
em, i, u {
    font-style: normal;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}
button{
    outline: none;
}

article, aside, details, figcaption, figure, footer,header, hgroup, menu, nav, section,
summary, time, mark, audio, video {
    display: block;
    margin: 0;
    padding: 0;
}

p {
    display: block;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

.clear{
    clear: both;
}

.left::-webkit-scrollbar {
    width: 0.625rem;
    border-radius: 0.125rem;
    height: 0.5rem !important;
}

.left::-webkit-scrollbar-thumb {
    background: #eeeeee;
    border-radius: 0.625rem;
    height: 5rem;
}

.left::-webkit-scrollbar-corner {
    background: #179a16;
    height: 5rem !important;
}

.font-kai {
    font-family: KaiTi;
}

.pr-17{
    padding-right: 1.0625rem;
}

.w-1200 {
    max-width: 78rem;
    margin: 0 auto;
}

.index{
    width: 100%;
    height: auto;
    background-image: url(../img/bg.jpg);
    background-size: 100% auto;
	padding: 0!important;
}

.pt-64{
    padding-top: 0;
}

.h-24{
    height: 24rem!important;
}

.h-120{
    height: 7.5rem;
}

.mt-70{
    margin-top: 4.375rem;
}

.mt-40{
    margin-top: 2.5rem!important;
}

.bg-none{
    background: none!important;
    box-shadow: none!important;
}

.box-Shadow{
    box-shadow: 0px 0px 1.5rem 0px rgba(143, 113, 77, 0.13)
}

.header{
    /*position: fixed;*/
    top: 0;
    left: 0;
    right: 0;
    /*height: 4rem;*/
    background: rgba(255, 255, 255, 1);
    box-shadow: 0 0 0.5rem 0 rgba(224, 224, 224, 1);
    z-index: 999;
}

.header-menu {
    background-image: url("../img/header-menu.png");
    background-size: 100% 100%;
    height: 1.0625rem;
    width: 1.375rem;
    float: left;
    margin-top: 1.3125rem;
    margin-left: 1.2rem;
}

.header-logo {
    background-image: url("../img/header-logo.png");
    background-size: 100% 100%;
    height: 2.562rem;
    width: 7.312rem;
    float: left;
    margin:0.75rem 0 0  1.25rem;
}

.header-left{
    float: left;
}

.header-left:after{
    content: "";
    display: block;
    height: 0;
    clear:both;
}

.header-search {
    height: 1.875rem;
    background: rgba(255, 255, 255, 1);
    border: 0.0625rem solid rgba(209, 209, 209, 1);
    width: 24.25rem;
    float: left;
}

.search-input {
    height: 1.75rem;
    outline: none;
    border: none;
    /* background: rgba(255, 255, 255, 1); */
    background: none;
    float: left;
    padding: 0!important;
    text-indent: 0.5em;
}
.search-input::placeholder,
.head-search-input::placeholder {
    font-size: .8rem;
    opacity: .7;
    color: #C5C5C5;
}

.header-search-btn {
    float: left;
    display: block;
    margin: 0.312rem 0 0 0.5rem;
    background-image: url("../img/header-search.png");
    background-size: 100% 100%;
    height: 1.1875rem;
    width: 1.1875rem;
}

.personal-center {
    width: 7.625rem;
    height: 5.25rem;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0 0 0.312rem 0 rgba(0, 0, 0, 0.13);
    border-radius: 0.125rem;
    float: right;
    position: absolute;
    right: 42%;
    top:112%;
    display: none;
    z-index:9;
}

.angle {
    width: 0.625rem;
    height: 0.625rem;
    background: #ffffff;
    transform: rotate(45deg);
    position: absolute;
    top: -0.312rem;
    left: 6.25rem;
    display: inline-block;
}

.personal {
    width: 100%;
    padding-left: 1rem;
    height: 2.625rem;
}

.personal-info {
    color: #666666;
    font-size: 0.75rem;
    margin-left: 0.5rem;
}

.personal-op{
    margin-top:0.875rem;
    display: inline-block;
}

.header-login {
    background-color: #EBEBEB;
    color: #666;
}

.header-reg {
    background-color: #F11010;
    color: #FFFFFF;
}

.member-info {
    background-image: url("../img/header-member-default.png");
    background-size: 100% 100%;
    height: 1.562rem;
    width: 1.562rem;
}

.header-member {
     float: left;
     line-height: 2.25rem;
    visibility: hidden;
 }

.head{
    height: auto;
    width: 100%;
}

.sch-head{
    background: rgba(197, 13, 13, 1);
    height: 2.75rem;
    width: 100%
}
.sch-nav{
    box-shadow: 0px 0px 1.5rem 0px rgb(143 113 77 / 13%);
    background:white;
    height: 2.75rem;
    width: 100%
}

.bg-white{
    background: white;
    height: 100vh;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 10;
}

.bg-white-head{
    width: 100%;
    height: 2.75rem;
    border-bottom: 0.0625rem solid rgba(195, 195, 195, 1);
}

.b-main{
    width: 100%;
    height: 100%;
}

.b-main-left{
    background: rgba(247, 247, 247, 1);
    height: 100%;
    overflow-y: auto;
}

.b-main-right{
    height: 100%;
    background: white;
    overflow-y: auto;
    padding-bottom: 3.125rem;
}

.bml-list-itme{
    text-align: center;
    width: 100%;
    height: 2.5rem;
    line-height: 2.5rem;
    color: black;
    display: block;
}

.bml-list-itme.active{
    background: white;
    border-bottom: 0.125rem solid rgba(197, 13, 13, 1);
}

.bml-list-itme-a{
    text-align: center;
    width: 100%;
    height: 2.5rem;
    line-height: 2.5rem;
    color: black;
    display: block;
}

.bmr-list-item{
    width: calc(100% - 0.75rem);
    height: 3.125rem;
    margin: 0 0.5625rem 0 0.125rem;
    border-bottom: 0.0625rem solid rgba(231, 231, 231, 1);
    padding:0.25rem 0  0  1.1rem;
    line-height: 3.125rem;
    font-size: 0.875rem;
    display: block;
    color: #000000;
}

.b-head-left{
    font-size: 1.875rem;
}

.b-head-right{
    font-weight:bold;
    color: rgba(51, 51, 51, 1);
    line-height: 2.75rem;
}

.b-head-right-nav{
    display:inline-block;
    margin-left: 36%;
}

.head-directory img{
    height: 0.93rem;
    width: 1.25rem;
}

.head-logo {
    background-image: url(../img/logo.png);
    background-size: 5.125rem  1.8125rem;
    background-repeat: no-repeat;
    background-position: center center;
}

.head-search img{
    width: .93rem;
    height: .93rem;
}

.head-search-input{
    width: 100%;
    height: 2rem;
    background: white;
    border-radius: 1rem;
    border: none;
    outline: none;
    font-size: 0.75rem;
    text-indent: 1rem;
    margin-top: 0.375rem;
}

.head-search-input::placeholder{
    color: rgba(153, 153, 153, 1);
}

.head-search-box input::placeholder{
    color: rgba(153, 153, 153, 1);
}

.search-head{
    line-height: 2.75rem;
    color: white;
    text-align: center;
}

.head-nav{
    height: 2.5rem;
    background: white;
    width: 100%;
}

.head-nav-category.active{
    border-bottom: 0.125rem solid rgba(197, 13, 13, 1)
}

.head-nav-category{
    display: inline-block;
    line-height: 2.375rem;
    color: rgba(74, 74, 74, 1);
    text-align: center;
}

.head-nav-category img{
    width: 0.43rem;
    height: 0.25rem;
    margin-left: 0.125rem;
}

.ca-active{
    font-weight: bold;
    border-bottom: 0.125rem solid rgba(197, 13, 13, 1);
}

.loding{
    height: 100%;
    background: rgba(51, 51, 51, 0.3);
    position: absolute;
    width: 100%;
    z-index: 9;
}

.nav-type{
    width: 100%;
    height: auto;
    background:rgba(244, 244, 244, 1);
    padding-top: 1.31rem;
    overflow: hidden;
}

.nav-type-scope{
    width: 89.3%;
    margin: 0 auto;
    overflow: hidden;
}

.nav-type-scope a{
    width: 25%;
    font-size: 1rem;
    color: rgba(51, 51, 51, 1);
    line-height:2.25rem;
    height: 1.875rem;
    float: left;
}

.type-more{
    background: white;
    color:rgba(51, 51, 51, 1);
    width: 100%;
    float: left;
    text-align: center;
    height: 2.81rem;
    line-height: 2.81rem;
    font-size: 0.81rem;
    letter-spacing: 0.31rem;
    margin-top:1.375rem
}

.left {
    max-width: 15.25rem;
    min-width: 15.25rem;
    background-color: white;
    height: calc(100vh - 4rem);
    overflow: auto;
}

.left  .top-menu {
    font-size: 0.875rem;
    font-weight: 400;
    color: rgba(74, 74, 74, 1);
    line-height: 2.5rem;
    overflow: hidden;
    padding-bottom: 1.25rem;
    border-bottom:1px solid rgba(238, 238, 238, 1);
}

.left  .top-menu-itmes{
    height: 2.5rem;
    width: 100%;
    float: left;
}

.left  .top-menu-itmes.active{
    background: rgba(226, 226, 226, 1);
}

.left  .top-menu-itmes.active svg{
    fill: red;
    width: 1.125rem;
    height: 1.125rem;
}

.left  .top-menu-itmes svg {
    float: left;
    margin-top: 0.687rem;
    margin-left: 1.625rem;
    width: 1.125rem;
    height: 1.125rem;
    fill: rgb(146, 146, 146);
}

.left  .top-menu-itmes.active .tmt {
    color: #f11010;
}

.left  .top-menu-itmes .tmt {
    float: left;
    margin-left: 0.625rem;
    color: #4a4a4a;
}

.left  .top-menu-itmes:hover{
    background: rgba(226, 226, 226, 1);
}

.left  .top-menu-itmes:hover svg{
    fill:red;
}

.left  .top-menu-itmes:hover .tmt{
    color: #f11010;
}

.left  .line {
    height: 0.0625rem;
    background: rgba(238, 238, 238, 1);
    margin-top: 1.25rem;
}

.left  .topic-list {
    overflow: hidden;
    border-bottom: 1px solid rgba(238, 238, 238, 1);
    padding-bottom: 1.25rem;
}

.left  .topic-group-title{
    font-size: 1.25rem;
    /* font-family: KaiTi; */
    font-weight: bold;
    line-height: 3rem;
    padding-left: 1.75rem;
    color: #333333;
}

.left  .topic-group-title:hover{
    color: #333333;
}

.left  .topic-title-itmes {
    height: 2.5rem;
    font-size: 0.875rem;
    font-family: PingFang-SC-Regular;
    font-weight: 400;
    color: #4a4a4a;
    line-height: 2.5rem;
    text-align: center;
}

.left  .topic-title-itmes:hover{
    color: #f11010;
}

.left  .topic-title-itmes.active{
    color: #f11010;
}

.left-mini {
    height: calc(100vh - 4rem);
    float: left;
    padding: 0;
    background: rgba(255, 255, 255, 1);
}

.left-mini .top-menu {
    margin-top: 1rem;
}

.left-mini .top-menu-itmes {
    height: 4.5rem;
    width: 4.5rem;
    text-align: center;
    display: block;
}

.left-mini .top-menu-itmes svg {
    margin-top: 0.687rem;
    width: 1.125rem;
    height: 1.125rem;
    fill: rgb(146, 146, 146);
}

.left-mini .top-menu-itmes:hover{
    background-color: #E2E2E2;
}

.left-mini .top-menu-itmes:hover svg{
    fill: red;
}

.left-mini .top-menu-itmes:hover .tmt{
    color: #f11010;
}

.left-mini .top-menu-itmes.active {
    background-color: #E2E2E2;
}

.left-mini .top-menu-itmes.active .tmt{
    color: #f11010;
}

.left-mini .top-menu-itmes.active svg {
    fill: red;
}

.left-mini .tmt {
    width: 4.5rem;
    font-size: 0.75rem;
    font-weight: 400;
    color: #4A4A4A;
    margin-top: 0.5rem;
    text-align: center;
}

.left-mini .topic-list{
    display: none;
}

.right {
	padding-bottom: 1.25rem;
    /* height: calc(100vh - 4rem);
    overflow: hidden;
    overflow-y: auto;
    margin: 0 auto;
    overflow-y: scroll;
    
    -webkit-overflow-scrolling:touch;
    overflow-scrolling:touch; */
}

.ny-select {
    height: 3.125rem;
    line-height: 3.125rem;
    font-size: 0.875rem;
    font-weight: 400;
    color: #333333;
}

.ny-select-show {
    float: left;
    color: #666666;
}

.show-after{
    float: left;
}

.show-after:not(:last-child)::after{
    color: #666666;
    content: "/ ";
    padding: 0 0.3125rem;
}


.ny-select-show:hover{
    color: rgba(102, 102, 102, 1);
}

.ny-search{
    height: 3.125rem;
    line-height: 3.125rem;
    font-size: 0.875rem;
    font-weight: 400;
    color: #666666;
}

.ny-keyword{
    color:red;
}

.crumb-select-item {
    position: relative;
    margin:0.875rem 0 0 0.625rem ;
    float: left;
    height: 1.5rem;
    line-height: 1.375rem;
    border: 0.0625rem solid #DDD;
    font-size: 0.75rem;
    vertical-align: top;
    padding: 0 1.625rem 0 0.25rem;
    cursor: pointer;
    background: #f3f3f3;
}

.crumb-select-item b {
    font-weight: 400;
    color: #333;
}

.crumb-select-item i {
    display: block;
    position: absolute;
    width: 1.562rem;
    height: 1.375rem;
    right: 0;
    top: 0;
    background: url(//misc.360buyimg.com/product/search/1.0.7/css/i/search.ele.png) no-repeat 0.437rem -8.75rem;
}

.crumb-select-item em {
    color: #e4393c;
}

.crumb-select-item:hover {
    border-color: #e4393c;
    text-decoration: none;
    background: #fff
}

.crumb-select-item:hover i {
    background-color: #e4393c;
    background-position: 0.437rem -9.875rem;
}

.mingju-main-middle {
    box-shadow: 0px 0px 1.5rem 0px rgb(143 113 77 / 13%);
    background: #fff;
}
.main-middle:after{
    content: "";
    display: block;
    clear: both;
}
.shici-seltor {
	box-shadow: 0px 0px 1.5rem 0px rgba(143, 113, 77, 0.13);
	background: white;
	margin-bottom: 1.5rem;
	padding: 10px 20px;
	text-align: left;
}
.shici-seltor h1{
    font-size: 1.175rem;
    line-height: 2.75rem;
    font-weight: bold;
    border-bottom: 1px dashed #eaeaea;
    color: #0f0f0f;
}
.shici-seltor ul {
	padding: 4px 0px;
}
.shici-seltor .line-bottom {
    border-bottom: 1px dashed #eaeaea;
}
.shici-seltor li {
	position: relative;
	padding-right: 8px;
}
.shici-seltor li.t {
	padding-bottom: 8px;
}
/* .shici-seltor li.d {
	padding-top: 8px;
} */
.shici-seltor .sas {
	display: none;
}
.shici-seltor .sas.asa {
	display: inline-block;
}
.shici-seltor .s_more {
	position: absolute;
	top: 12px;
	right: -10px;
	width: 20px;
	height: 20px;
	background: url("../img/shiwen_1.png") no-repeat;
	background-size: 14px 8px;
	background-position: right 0;
}
.shici-seltor .s_more:hover {
	background: url("../img/shiwen_hover1.png") no-repeat;
	background-size: 14px 8px;
	background-position: right 0;
}
.shici-seltor .s_more.s_less {
	background: url("../img/shiwen_2.png") no-repeat;
	background-size: 14px 8px;
	background-position: right 0;
}
.shici-seltor .s_more.s_less:hover {
	background: url("../img/shiwen_hover2.png") no-repeat;
	background-size: 14px 8px;
	background-position: right 0;
}
.main-middle-box{
    box-shadow: 0px 0px 1.5rem 0px rgba(143, 113, 77, 0.13);
    background: white;
    padding: 0 1.875rem!important;

}

.middle-box-list{
    height: 2rem;
    overflow: hidden;
    display:inline-block;
    width:88%;
}

.middle-box-type{
    color: #C38B48;
    font-size: 0.875rem;
    line-height: 2rem;
    margin-right: 2rem;
    min-width: 2.375rem;
}

.middle-box-item{
    color: #666666;
    font-size: 0.875rem;
    float: left;
    height: 2rem;
    line-height: 2rem;
}

.middle-box-item.active{
    color: #ff0000;
}

.middle-box-item:hover{
    color: #ff0000;
}

.middle-box-Accor{
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: right 0.75rem;
    display: inline-block;
    width: 1rem;
    height: 1.875rem;
}

.an{
    background-image: url("../img/shiwen_1.png");

}

.an:hover{
    background-image: url("../img/shiwen_hover1.png");
}

.up{
    background-image: url("../img/shiwen_2.png");
}

.up:hover{
    background-image: url("../img/shiwen_hover2.png");
}

.p-x0{
    padding: 0!important;
}

.ptb-30{
    padding-bottom: 0.25rem!important;
    padding-top: 1.25rem!important;
}

.pl-30{
    padding-left: 1.875rem!important;
}

.box-line{
    border-bottom: 0.0625rem dashed #ECECEC;
    padding-bottom: 0.125rem;
    margin-bottom: 0.125rem;
    display: flex;
}

.shici-item {
    /* margin-top: 1rem; */
    margin-bottom: 1.5rem;
    box-shadow: 0px 0px 1.5rem 0px rgba(143, 113, 77, 0.13);
    padding: 20px 20px!important;
    background-color: white;
    position: relative;
    height: auto;
    border-bottom: 0.0625rem solid rgba(236, 236, 236, 1);
}

.shici-title,
.shici-title-o {
    font-size: 1.175rem;
    line-height: 2.25rem;
    font-weight: bold;
    color: #0f0f0f;
}
.shici-title-o:hover {
	color: #C38B48;
}


.shici-title:hover{
    color: #C38B48;
}

.shici-author {
    color: #999999;
    font-size: 0.875rem;
    line-height: 1.8rem;
}

.shici-author-source{
    color: #999999;
}

.shiren_title{
    font-size: 1.175rem;
    font-weight: bold;
    color: #555;
}
.shiren_title:hover{
    color: #f11010;
}

.shici-author-source:hover{
    color: #f11010;
}

.shici-tool {
    width: 6.5rem;
    float: right;
}

.shici-tool-item {
    /* writing-mode: vertical-lr; */
    width: 1.7rem;
    height: 1.9rem;
    margin-top: .8rem;
    line-height: 1.7rem;
    /* font-family: KaiTi; */
    background: url(../img/tool_pc_bg.png);
    background-size: cover;
    float: right;
    font-size: 1rem;
    font-weight: 400;
    text-align: center;
    cursor: pointer;
    color: black;
}

.shici-tool-item.active {
    background: url(../img/tool_pc_redbg.png);
    background-size: cover;
    color: white;
}

.shici-section,
.shici-section-o {
    color: #666666;
    font-size: 1rem;
    line-height: 2.25rem;
}

.shici-list-wrap p {
    color: #333;
    font-size: .93rem;
    line-height: 1.9rem;
    /* white-space: nowrap !important; */
    overflow: hidden;
    text-overflow: ellipsis;
    /* width: 100px; */
}
.shici-list-wrap p:nth-of-type(n+6) {
    display: none;
}

.shici-topic-item {
    padding: 0 0.5rem;
    margin-top: 1.15rem;
    float: left;
    height: 1.375rem;
    background: rgba(239, 239, 239, 1);
    color: rgba(153, 153, 153, 1);
    border-radius: 0.625rem;
    margin-right: 0.375rem;
    font-size: 0.875rem;
    line-height: 1.375rem;
}

.shici-topic-item.active{
    color: rgba(186, 119, 38, 1);
    background: rgba(250, 230, 206, 1);
}

.shici-topic-item:hover{
    color: rgba(186, 119, 38, 1);
    background: rgba(250, 230, 206, 1);
}

.shici-topic {
    height: auto;
}

.shici-topic:after{
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
}

.fanyi {
    font-size: 0.875rem;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: #1b9758;
    line-height: 1.375rem;
    margin-bottom: 1.25rem;
    margin-top: 0.625rem;
}

.fanyi-icon {
    background: #1b9758;
    color: rgba(255, 255, 255, 1);
    text-align: center;
    display: inline-block;
    width: 1.375rem;
    height: 1.375rem;
    border-radius: 50%;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.375rem;
    min-width: 1.375rem;
}

.zhushi {
    font-size: 0.875rem;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: #CF821D;
    line-height: 1.375rem;
    margin-bottom: 1.25rem;
}

.zhushi-icon {
    background: rgba(207, 130, 29, 1);
    color: rgba(255, 255, 255, 1);
    text-align: center;
    display: inline-block;
    width: 1.375rem;
    height: 1.375rem;
    border-radius: 50%;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.375rem;
    min-width: 1.375rem;
}

.shici-fanyi{
    line-height: 2rem;
    font-size: .83rem;
    color: #1b9758;
}
.shici-zhushi{
    line-height: 2rem;
    font-size: .83rem;
    color: #c7802a;
}

.zhu-sp {
    color: rgba(194, 111, 49, 1);
}

.main-right-content {
    background: white;
    box-shadow: 0px 0px 1.5rem 0px rgba(143, 113, 77, 0.13);
    padding: 0 1rem 1.25rem;
    background-image: url(../img/condition_bg.png);
    background-position: top right;
    background-repeat: no-repeat;
    background-size: 13.25rem 4.25rem;
}

.condition-title {
    padding-top: 1.25rem;
    font-size: 1.175rem;
    line-height: 2.25rem;
    font-weight: bold;
    color: #0f0f0f;
    margin-bottom: 0;
}

.condition-icon {
    float: left;
    display: block;
    width: 0.25rem;
    height: 1.25rem;
    background: rgba(204, 0, 0, 1);
    margin: 0.5625rem 0.625rem 0 0px;
}

.condition-item-list {
    overflow: hidden;
}

.max-h22{
    max-height: 22rem;
}
.max-h2{
    max-height: 2rem;
}

.condition-type {
    display: block;
    font-size: 0.875rem;
    font-weight: 400;
    float: left;
    color: #333;
    line-height: 1.562rem;
    cursor: pointer;
    margin: 0.4rem 0;
    width: 100%;
    text-align: center;
    border: 0.0625rem solid rgba(218, 218, 218, 1);
    border-radius: 0.312rem;
    background: rgba(255, 255, 255, 1);
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 1.625rem;
}

.condition-type.active{
    color: rgba(186, 119, 38, 1);
    background: rgba(250, 230, 206, 1);
    border: 0.0625rem solid rgba(230, 199, 169, 1);
}

.condition-type:hover{
    color: rgba(186, 119, 38, 1);
    background: rgba(250, 230, 206, 1);
    border: 0.0625rem solid rgba(230, 199, 169, 1);
}

.condition-tool {
    height: 2rem;
    font-size: 0.875rem;
    font-weight: 300;
    padding: 0.625rem 0 0;
}

.read-all {
    margin-left: calc((100% - 3.125rem) / 2);
    color: rgba(229, 172, 102, 1) !important;
    display: block;
    width: 3.125rem;
    height: 1.25rem;
}

.read-all-icon{
    display: inline-block;
    height: 0.625rem;
    width: 0.625rem;
    background-image: url(../img/condition_open.png);
    background-size: cover
}

.close-icon{
    display: inline-block;
    height: 0.625rem;
    width: 0.625rem;
    background-image: url(../img/condition_close.png);
    background-size: cover
}

.prev-page {
    width: 45%;
    height: 3.0625rem;
    border: 0.0625rem solid rgba(230, 199, 169, 1);
    margin: 2.5rem 0 2.5rem 0;
    float: left;
    cursor: pointer;
    background-image: url(../img/temp/shiren_prev.png);
    background-repeat: no-repeat;
    background-position:1.25rem 0.875rem ;
    color: rgba(148, 101, 45, 1);
    line-height: 2.9375rem;
    padding-left: 3.125rem;
}

.prev-page:hover{
    color: rgba(148, 101, 45, 1);
    background: rgba(250, 230, 206, 1);
    background-image: url(../img/temp/shiren_prevred.png);
    background-repeat: no-repeat;
    background-position:1.25rem  0.875rem ;
}


.next-page {
    width: 45%;
    height: 3.0625rem;
    border: 0.0625rem solid rgba(230, 199, 169, 1);
    margin: 2.5rem 0 2.5rem 0;
    float: right;
    cursor: pointer;
    background-image: url("../img/temp/shiren_next.png");
    background-repeat: no-repeat;
    background-position: calc(100% - 1.25rem) 0.875rem;
    line-height: 2.9375rem;
    color: rgba(148, 101, 45, 1);
    padding-right: 3.125rem;
    text-align: right;
}

.next-page:hover{
    color: rgba(148, 101, 45, 1);
    background: rgba(250, 230, 206, 1);
    background-image: url("../img/temp/shiren_nextred.png");
    background-repeat: no-repeat;
    background-position: calc(100% - 1.25rem) 0.875rem;
}

.prev-disable{
    pointer-events:none;
    color:#999999;
    background-image:url(../img/temp/shiren_next-1.png);
    border: 0.0625rem solid #ececec;
}

.next-disable{
    pointer-events:none;
    color:#999999;
    background-image:url(../img/temp/shiren_next-2.png);
    border: 0.0625rem solid #ececec;
}

.middle-banner{
    width: 100%;
    height: 15.875rem;
    background-image: url("../img/temp/shiren-he.png");
    background-repeat: no-repeat;
    background-size: cover;
}

.view-more{
    width: 100%;
    height: 2.875rem;
    background: #FFF3E5;
    text-align: center;
    margin:2.5rem auto ;
    color: #E89C41;
    line-height: 2.875rem;
    display: block;
}

.view-more:hover{
    color: #E89C41;
}

.head-item{
    text-align: center;
    line-height: 2.5rem;
    color:inherit;
}

.head-item.active{
    border-bottom: 0.125rem solid rgba(197, 13, 13, 1);
}

.in-doc-toc{
    background: #fffbf7;
    border: 1px solid #f3e4d4;
    text-align: center;
    padding: 1rem 0;
}

.in-doc-toc a{
    color: #c38b48;
}

.in-doc-toc a:hover{
    color: #f11010;
}

.shici-reference {
    margin-top: 1.25rem;
    padding: 1.5rem 1.25rem 1.2rem;
    width: 100%;
    border-image: url(../img/temp/sx_back1.png) round;
    border-image-slice: 35 fill;
    border-image-repeat: round;
    border-image-width: 35px 35px;
    background-color: #f9f5f1;

}
.shici-reference-title{
    font-size: 1.125rem;
    font-weight: bold;
    color: rgba(51, 51, 51, 1);
    line-height: 1.1875rem;
}

.shici-reference-content{
    margin-top: 0.65rem;
    line-height: 1.875rem;
    font-size: 0.75rem;
    color: #999999;
}
/*老框*/
/*.shici-reference1 {*/
    /*margin-top: 1.25rem;*/
    /*background: url(../img/temp/sx_back.png)no-repeat center / 100% 100%;*/
    /*padding: 1.5rem 1.25rem 1.2rem;*/
    /*width: 100%;*/
/*}*/

.null-prompt{
    width: 100%;
    min-height: 19rem;
}

.prompt{
    font-size: 1rem;
    color: #999999;
    line-height: 10rem;
    text-align: center;
}
.mingju-box{
    background-color: white;
    padding: 0 20px;
}
.mingju-item{
    /* margin: 0 1.875rem!important; */
    padding: .7rem 0;
    border-bottom: 0.0625rem solid #ECECEC;
}

.mingju{
    font-size: 1rem;
    /* display: block; */
    color: inherit;
}
.mingju:hover {
	color: #CE3A0D;
}

.mingju-source{
    color: #999999;
    font-size: 0.875rem;
}

.mingju-source:hover{
    color: #f11010;
}

.shiren-item {
    box-shadow: 0px 0px 1.5rem 0px rgb(143 113 77 / 13%);
    background-color: white;
	/* margin-top: 20px; */
    padding: 0 1rem;
}
.shiren-item:not(:last-child) {
	/* padding-bottom: 20px; */
}
.show_limit_sentence {
	display: none;
}
.show_limit {
	font-size: 14px;
	color: rgba(229, 172, 102, 1);
}
.show_limit:hover {
	color: rgba(229, 172, 102, 1);
	text-decoration: underline;
}
.show_limit_mask {
    content: "";
    display: block;
    height: 50px;
    width: 100%;
    position: absolute;
    top: -45px;
    left: 0;
    background:linear-gradient(rgba(255,255,255,0),rgba(255,255,255,1));
    background: -webkit-linear-gradient(rgba(255,255,255,0),rgba(255,255,255,1));
    background: -moz-linear-gradient(top,rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);; /*FireFox*/
    background: -o-linear-gradient(top,rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);  /* Opear */
    background: -ms-linear-gradient(rgba(255,255,255,0),rgba(255,255,255,1)); /*IE10及IE10+*/
}

.mt-20{
    margin-top: 1.25rem;
}

.bg-img-none{
    background-image: none;
}

.font-size-24{
    font-size: 1.5rem;
}

.font-size-36{
    font-size: 2.25rem;
}

.error-middle{
    background-color: white;
    box-shadow: 0 0 1.5rem 0 rgba(143, 113, 77, 0.13);
    padding-bottom: 1.25rem;
}

.error-box{
    width: 34rem;
    height: 22rem;
    background-image: url("../img/bg-error.png");
    background-repeat: no-repeat;
    margin: 2.75rem auto 0;
}

.error-404{
    color:#555555;
    font-size:3rem;
    text-align: center;
}

.error-title{
    font-size: 0.875rem;
    color:#555555;
    text-align: center;
}

.error-list{
    margin: 2.75rem auto 0;
}

.error-item{
    color: rgba(153, 153, 153, 1);
    border: 0.0625rem solid rgba(218, 218, 218, 1);
    padding: 0.3rem  0.5rem;
    border-radius: 0.15rem;
    font-size: 0.875rem;
    margin: 0 0.25rem;
}

.error-item:hover{
    color: rgba(186, 119, 38, 1);
    background: rgba(250, 230, 206, 1);
    border: 0.0625rem solid rgba(230, 199, 169, 1);
}

.error-item.active{
    color: rgba(186, 119, 38, 1);
    background: rgba(250, 230, 206, 1);
    border: 0.0625rem solid rgba(230, 199, 169, 1);
}

.error-shiren{
    margin-top: 1.875rem;
    text-align: center;
}

.error-shiren-may{
    color: #a9a9a9;
    font-size: 0.875rem;
}

.error-shiren-name{
    color: #a9a9a9;
    font-size: 0.875rem;
    margin-right: 1.125rem;
}

.error-shiren-name:nth-child(2){
    margin-left: 0.3rem;
}

.error-shiren-name:hover{
    color: #f11010;
}

.bmr-list-item-active{
    color: rgba(229, 172, 102, 1);
}

.Condition-box{
    background: white;
    box-shadow: 0px 0px 1.5rem 0px rgba(143, 113, 77, 0.13);
    overflow: hidden;
    margin: 20px 0;
    padding-bottom:1.25rem;
}

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

.condition-portrait-people{
    width: 7.5rem;
    height:7.5rem;
    margin:0 0 0.625rem;
    border-radius: 50%;
}

.condition-portrait-people.rec {
	width: 4.625rem;
    height:4.625rem;
}

.condition-name{
    font-size: 18px;
    font-weight: bold;
    color: rgba(51, 51, 51, 1);
    line-height: 18px;
    text-align: center;
    display: block;
}

.condition-summary{
    font-size: 0.875rem;
    font-weight: 400;
    color: rgba(74, 74, 74, 1);
    line-height: 1.5rem;
    margin: 0.625rem 0;
    overflow: hidden;
    text-overflow: ellipsis;
}

.condition-detail{
    font-size: 0.875rem;
    font-weight: 400;
    color: rgba(229, 172, 102, 1);
    display: block;
    text-align: center;
}

.condition-detail:hover{
    color: rgba(229, 172, 102, 1);
}

.condition-do{
    float: right;
    font-size: 1rem;
    font-weight: 400;
    color: rgba(153, 153, 153, 1);
    line-height: 1.5rem;
    margin: 0.375rem 0 0 0;
    height: 100%;
}

.condition-do:hover{
    color: rgba(153, 153, 153, 1);
}

.condition-do-icon{
    width: 0.875rem;
    height:0.875rem;
    background-image: url(../img/refresh.png);
    background-size: cover;
    margin-top: 0.3rem;
    margin-right: 0.3rem;
    display: inline-block;
}

.condition-do-left{
    font-size: 0.675rem;
    margin-top: 0.5rem;
}

.condition-do-left .condition-do-icon{
    width: 0.675rem;
    height: 0.675rem;
    margin-right: 0.2rem;
}

.similar-div-head{
    color: rgba(153, 153, 153, 1);
    font-weight: normal;
    font-size: 0.875rem;
    line-height: 1.875rem;
}

.similar-div-title{
	color: #4A4A4A;	
    display: block;
    /* font-weight: bold; */
    font-size: 1rem;
    margin-top: 0.7rem;
}

.similar-div-title:hover{
    color: rgba(206, 58, 12, 1);
	text-decoration: underline;
}
/*新增样式*/
.similar-div-title.fixed-height{
    height: 1.6rem;
    overflow: hidden;
}
.similar-div-title.overflow-width{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 98%;
}
.similar-wrap .shiren-item-list {
    margin-top: 40px;
    padding-bottom: 30px;
    border-bottom: 1px solid #ECECEC;
}
.similar-wrap .shiren-item-list:first-child {
    margin-top: 1rem;
}
.similar-wrap .shiren-item-list:last-child {
    border-bottom: none;
}
.hot-hr-wrap {
    height: 16px;
    position: relative;
    margin: 10px 0 20px 0;
}
.hot-shici-wrap {
    text-align: left;
    font-size: 14px;
    font-weight: 400;
    line-height: 36px;
}
.hot-shici-wrap .hot-shici-item {
    color: #888888;
}
.hot-shici-wrap .hot-shici-item:hover {
    color: #f11010;
}
.hot-hr-text {
    position: absolute;
    top: 0;
    z-index: 2;
    left: 50%;
    background-color: #fff;
    color: #E5AC66;
    text-align: center;
    -webkit-transform: translate(-50%,0);
    transform: translate(-50%,0);
    padding: 0 10px;
}
.hot-hr-border {
    position: absolute;
    top: -1px;
    left: 0;
    width: 100%;
    height: 14px;
    z-index: 1;
}
.hot-hr-border-two {
    position: relative;
}
.hot-hr-border-two.border-bottom::after {
    border-bottom: 1px solid #ECECEC;
}

.m-nav-link{
    display: block;
    line-height: 44px;;
    text-align: center;
    color:#333333;
}

.m-nav-link.active{
    color: #f11010;
    /* border-bottom:  #f11010 solid 2px; */
}
.app-download {
    box-shadow: 0px 0px 1.5rem 0px rgb(143 113 77 / 13%);
    background-color: white;
    padding: .5rem;
}
.app-download .app-name{
    line-height: 30px;
}
.app-download .app-clent{
    color: #999999;
    font-size: 12px;
    line-height: 30px;
}
.app-download .app-btn{
    line-height: 30px;
    height: 30px;
    width: 80px;
    font-size: 16px;
    color: #FFFFFF;
    text-align: center;
    background-color: #e5ac66;
    color: #fff;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.app-download::after{
    content: "";
    display: block;
     clear: both;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2;)
.hot-hr-border-two:after {
    right: -100%;
    bottom: -100%;
    -webkit-transform: scale(0.5);
}
.hot-hr-border-two::after {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transform-origin: 0 0;
    -webkit-transform: scale(1);
    pointer-events: none;
}


.mj .similar-div-title {
	color: #555;
}
.hot-warp {
	font-size: 14px;
}
.hot-warp .hot-title {
	color: #CE3A0D;
}
.hot-warp .hot-item {
	color: #E49430;
	padding-right: 25px;
	max-width: 150px;
}
.article .hot-warp .hot-item  {
	max-width: 200px;
}
.hot-warp .hot-item:hover {
	text-decoration: underline;
}
.hot-warp .hot-item:not(:first-child) {
	padding-left: 25px;
}
.hot-warp .hot-item:not(:last-child) {
	/* border-right: 1px solid #DEDEDE; */
}
.article-wrap img {
    max-width: 100%;
}
.article-title {
	font-size: 30px;
	font-weight: bold;
	color: #000000;
}
.article-author-wrap {
    padding: 29px 0;
    border-bottom: 1px solid #ECECEC;
}
.article-author-wrap img {
    width: 46px;
    height: 46px;
    border-radius: 50%;
}
.article-author-wrap .article-author-info {
    margin-left: 1rem;
    color: #9A9A9A;
    font-size: 14px;
}
.article-author-wrap .article-category {
    margin-left: 8px;
    padding: 1px 8px;
    background: #EED2B0;
    border-radius: 10px;
    color: #ffffff;
}

.similar-div-ju{
    font-size: 1rem;
    color: rgba(102, 102, 102, 1);
    margin-left: 0.5625rem;
    line-height: 1.875rem;
}

.join-shici{
    color: rgba(148, 101, 45, 1);
    border: 0.125rem solid rgba(230, 199, 169, 1);
    display: block;
    text-align: center;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 2.375rem;
    margin: 2.5rem auto 1.875rem;
}

.join-shici:hover{
    color: rgba(148, 101, 45, 1);
    background: #fae6ce;
}
.footer {
    color: #d2d2d2;
    width: 100%;
    background-color: #242a31;
}
.footer .footer-friendship {
    font-size: 0.75rem;
    padding: 1rem 0 0 0;
}
.footer .footer-copyright {
    font-size: 0.75rem;
    margin: 0 auto;
    padding: 1rem 0;
    width: 30.9375rem;
}
.article-yc-wrap {
    font-size: 12px;
    height: 20px;
    line-height: 20px;
    margin-bottom: 20px;
}
.article-yc-title {
    background: #c38b48;
    display: inline-block;
    border-radius: 20px;
    padding: 0 10px;
    color: #fff;
}
.article-yc-notice {
    font-size: 12px;
    color: #999;
}

.pagination {
    display: inline-table;
    width: 100%;
    padding: 2.5rem 0;
    text-align: center;
    margin: 0 auto;
}

.pagination .page-item {
    display: inline-block;
}

.pagination .page-link {
    display: inline-block;
    padding: 0;
    font-size: 14px;
    color: #999999;
    padding: 5px 10px;
    border-radius: 2px;
    background-color: #ffffff;
    border: 1px solid #e5e5e5;
}

.pagination .page-link:hover {
    color: #ffffff;
    background-color: #ff734e;
}

.disabled {
    pointer-events: none;
    opacity: 0.8;
}

.pagination .active {
    cursor: auto;
    color: #ffffff;
    background-color: #ff734e;
}

/* 新增 */
.page-nav-button { position: fixed; display: inline-block; z-index: 1078; }

.page-nav-button.small { right: 1rem; bottom: 2rem; }

.page-nav-button.big { right: 2rem; bottom: 2rem; }

.page-nav-button.small .user-nav-button { width: 3.5rem; height: auto; }

.page-nav-button.big .user-nav-button { width: 4rem; height: auto; }

.page-nav-button .page-nav-item:hover { filter: brightness(160%); }

.page-nav-button .page-nav-item:not(:first-child) { margin-top: 1rem; }

.page-nav-button .page-nav-item { display: block; transition: all 0.3s ease-in-out; box-shadow: -3px 3px 10px 3px rgba(0, 0, 0, 0.3); border-radius: 50%; }

.page-nav-button .edit-bottom { position: relative; cursor: pointer; }

.page-nav-button .edit-menu { position: absolute; display: none; bottom: 0; right: 4rem; }

.page-nav-button.small .edit-menu { bottom: 0; right: 3.625rem; }

.page-nav-button .edit-menu .page-nav-item { margin-top: 0; margin-right: 6px; }
    .pl_article-30{
        padding-left: 1.875rem!important;
    }
/* 新增end */


/*201022*/
.dropdown-menu.show {
    display: block; }
/*20201026*/
    .width-flex{
        width: 0;
        flex: 1;
    }
/*20201224*/
    .nav_hot{
        display: inline-block;
        color: #fff;
        background-color: #f11010;
        position: absolute;
        font-size: 12px;
        padding: 3px 3px;
        line-height: 7px;
        top: 22px;
        border-radius: 3px 3px 3px 0px;
    }
    .nav_hot:after{
        content: '';
        width: 0;
        height: 0;
        border-top: 3px solid red;
        border-right: 3px solid transparent;
        position: absolute;
        left: 0;
        bottom: -3px;
    }
    .nav_hot.tag{
        top: 2px!important;
    }
    .text-red{ color: red;}
    
/*谷歌广告控制*/

    iframe {
        border-width: 0!important;
        width:100%!important;
        overflow:hidden!important;
    }
    ins {
        border-width: 0!important;
        width:100%!important;
        overflow:hidden!important;
    }

    /*新增右侧*/
    .sidebar_new {
        position: fixed;
        top: 10rem;
        right: 0.5rem;
        z-index: 1111111;
    }
    .sidebar_new_img1{
        width: 70px;
    }
    .sidebar_new_img2{
        width: 35px;
    }

    /*顶部app入口广告*/
.appdown_ac{
    height: 60px;
    width: 100%;
    background: url(../img/activities/app_top_bc_img.jpg?v=1.0) no-repeat;
}
.app_font1{
    font-size: 1.5rem;
    margin-bottom: 0;
    font-family: "KaiTi","KaiTi SC","PingFang SC","Noto Sans SC", "Microsoft YaHei";
    color: #c7802a;
    font-weight: bold;
}
.app_font2{
    margin-bottom: 0;
    font-size: 0.725rem;
    color: #666;
}
.app_close{
    position: absolute;
    right: 0;
    top: 0;
}
/*通用按钮*/
    .app_btn_outbox {
        box-shadow: 0px 0px 1.5rem 0px rgba(143, 113, 77, 0.13);
        background: #e5ac66;
        position: relative;
        display: inline-block;
        padding: 0.2rem 0.1rem;
        cursor: pointer;
    }
    .app_btn_box {
        padding: 0.5rem 2rem;
        width: 100%;
        border-image: url(../img/activities/btn_app.png) round;
        border-image-slice: 10 fill;
        border-image-repeat: repeat;
        border-image-width: 5px 10px 5px 10px;
        background: #e5ac66;
        color: #fff;
    }
    .app_btn_outbox:hover{
        text-decoration: none;
    }
/*移动版通用app下载浮动栏*/
    .home-float-openapp {
        position: fixed;
        bottom: 8vw;
        z-index: 15;
        width: 100%;
        height: 9.6vw;
        text-align: center;
    }
    .m-home-float-openapp {
        margin: 0 auto;
        width: 93.6vw;
        line-height: 9.6vw;
        border-radius: 6.66667vw;
        background: #cc0000;
        color: #fff!important;
        left: 3.2vw;
        text-align: center;
        font-size: 3.73333vw;
        -webkit-box-shadow: 0 0.53333vw 2.66667vw rgb(0 0 0 / 20%);
        box-shadow: 0 0.53333vw 2.66667vw rgb(0 0 0 / 20%);
        display: inline-block;
        margin: auto;
        font-size: 0.875rem;
    }
    .m-home-float-openapp span {
        vertical-align: middle;
    }
    .m-home-float-openapp img{
        width: 48px;
    }

@media screen and (max-width: 992px){
	.pt-64{
        padding-top: 0.625rem;
    }
}
@media screen and (max-width:47.9375rem){

    .pagination {
        padding: 1rem 0;
    }
    .shici-item{
        margin-bottom: 0.5rem;
    }
    .shici-seltor{
        margin-bottom: 0.5rem;
    }
	.pt-64{
        padding-top: 0.625rem;
    }
    .PT-0{
        padding-top: 0!important;
    }

    /* .right::-webkit-scrollbar {
        display: none;
    } */

    .mb-20{
        margin-bottom: 1.25rem;
    }

    .condition-item-list{
        height: auto;
    }

    .condition-icon{
        background: rgba(197, 13, 13, 1);
    }

    .main-right-content{
        background-image: none;
        /* padding: 0 1.25rem 1.25rem; */
		padding: 0;
    }
    .p-x-30{
        padding: 0 1.25rem!important;
    }

    .main-middle{
        /* padding: 0 1.25rem!important; */
    }

    .prev-page{
        width: 100%;
        margin: 2.5rem 0 0.625rem 0;
        background-position: 1.25rem 0.875rem;
    }
    .next-page{
        width: 100%;
        margin: 0.625rem  0 2.5rem 0;
        background-position: calc(100% - 1.25rem)  0.875rem;
    }

    .prev-disable{
        display: none;
    }

    .next-disable{
        display: none;
    }

    .shici-reference-content{
        line-height: 1.25rem;
    }

    .left{
        display: none;
    }
    .left-mini{
        display: none;
    }

    .mingju-item{
        /* margin-top: 3rem; */
    }
    .p-x0{
        padding: 0!important;
    }
    .ptb-30{
        padding-bottom: 0.25rem!important;
        padding-top: 0.5rem!important;
    }
    .mj-pt-0{
        padding-top: 0!important;
    }
    .middle-box-type{
        margin-right: 1.5rem;
    }
    .mingju{
        /* font-size:1.375rem; */
    }
    .main-middle-box{
        padding:0 1.25rem!important;
    }
    .m-bottom-0{
        margin-bottom: 0!important;
    }
    .pl_article-30{
        padding-left: 0!important;
    }
}

@media screen and (max-width: 35.937rem){
    .shici-tool{
        width: 5.3rem;
    }

    .middle-banner{
        height: 6.875rem;
    }

    .shici-tool-item{
        font-size: 1rem;
    }

    .mt-70{
        margin-top: 3.125rem;
    }
    .hot-warp .hot-item {
        max-width: 80px;
        padding-right: 5px;
    }
    .hot-warp .hot-item:not(:first-child) {
        padding-left: 5px;
    }
    .pl_article-30{
        padding-left: 1.875rem!important;
    }
}

@media screen and (min-width:35.49rem) and (max-width:35.51rem){
    .shici-tool{
        width: 6.5rem!important;
    }

    .shici-tool-item{
        margin-left: 1rem!important;
    }
    .hot-warp .hot-item {
        max-width: 80px;
        padding-right: 5px;
    }
    .hot-warp .hot-item:not(:first-child) {
        padding-left: 5px;
    }
    .pl_article-30{
        padding-left: 0!important;
    }
}

@media screen and (max-width: 25.875rem){
    .middle-banner {
        width: 100%;
        height: 6.875rem;
    }
    .error-box{
        width: 20rem;
        height: 13rem;
        background-size: 100%;
    }
    .error-item{
        font-size: 0.7rem;
    }
    .error-shiren{
        padding: 0 1rem;
    }
    .hot-warp .hot-item {
        max-width: 80px;
        padding-right: 5px;
    }
    .hot-warp .hot-item:not(:first-child) {
        padding-left: 5px;
    }
    .pl_article-30{
        padding-left: 0!important;
    }
}

.quick-search-box{
    width: 20rem;
    margin-top: 1.875rem;
    background: white;
    z-index: 1;
    /* padding:.3rem 0.5rem; */
    position: absolute;
    overflow: hidden;
    /* border: 1px #d7d5bc solid; */
    display: none;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.quick-search-box a,
.quick-search-box-m a
{
    color: #666;
}
.quick-search-box .search-title,
.quick-search-box-m .search-title
{
    float: left;
    padding: .3rem;
    height: 2rem;
    line-height: 2rem;
    clear: left;
    width: 3rem;
}
.quick-search-box .s-box,
.quick-search-box-m .s-box
{
    clear: both;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    border: 1px #d7d5bc solid;
    /* border-bottom: 1px #C5C5C5 solid; */
}
.quick-search-box ul,
.quick-search-box-m ul
{
    width: 15rem;
    float: left;
    clear: right;
    padding: .3rem;
    border-left: 1px #C5C5C5 solid;
}
.quick-search-box ul li,
.quick-search-box-m ul li{ 
    white-space: nowrap;
    height: 2rem;
    line-height: 2rem;
}

.quick-search-box ul li a:hover{
color: #f11010;
}

.quick-search-box-m{
    width: 100%;
    margin-top: 2.5rem;
    background: white;
    z-index: 1;
    /* padding:.3rem 0.5rem; */
    position: absolute;
    overflow: hidden;
    /* border: 1px #d7d5bc solid; */
    display: none;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.quick-search-box-m .search-title{

    width: 13%;
}
.quick-search-box-m .ul{

    width: 70%;
}
