* {
    margin: 0;
    padding: 0;
}

html,
body {
    font-size: 12px;
    padding-top: 20px;
    background: #F7F7F7;
}

.p0 {
    padding: 0;
}

.m0 {
    margin: 0;
}

.mt_10 {
    margin-top: 10px;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

.nones {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -moz-line-clamp: 1 ；
}

.tows {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -moz-line-clamp: 2 ；
}

/*模态框进入方向样式*/

.modal.left .modal-dialog,
.modal.bottom .modal-dialog,
.modal.right .modal-dialog {
    position: fixed;
    margin: auto;
    width: 100%;
    height: 90%;
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
}

.modal.left .modal-content,
.modal.bottom .modal-content,
.modal.right .modal-content {
    height: 100%;
    overflow-y: auto;
}

.modal.left .modal-body,
.modal.bottom .modal-body,
.modal.right .modal-body {
    padding: 15px;
}

/*Left*/

.modal.left.fade .modal-dialog {
    left: -100%;
    -webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
    -o-transition: opacity 0.3s linear, left 0.3s ease-out;
    transition: opacity 0.3s linear, left 0.3s ease-out;
}

.modal.left.fade.in .modal-dialog {
    left: 0;
}

/*Right*/

.modal.right.fade .modal-dialog {
    right: -100%;
    -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
    -o-transition: opacity 0.3s linear, right 0.3s ease-out;
    transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal.right.fade.in .modal-dialog {
    right: 0;
}

/*bottom*/

.modal.bottom.fade .modal-dialog {
    bottom: -100%;
    -webkit-transition: opacity 0.3s linear, bottom 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, bottom 0.3s ease-out;
    -o-transition: opacity 0.3s linear, bottom 0.3s ease-out;
    transition: opacity 0.3s linear, bottom 0.3s ease-out;
}

.modal.bottom.fade.in .modal-dialog {
    bottom: 0;
}

/* ----- MODAL STYLE ----- */

.modal-content {
    border-radius: 0;
    border: none;
}

.modal-header {
    border-bottom-color: #EEEEEE;
    background-color: #FAFAFA;
}

/*顶部样式*/

.head {
    height: 40px;
    background: orange;
    padding-top: 5px;
}

.head i {
    color: #fff;
}

.head_1 a {
    display: block;
}

.head_1 a img {
    width: 100%;

}

.head_1 p {
    color: #fff;
}

.head_2_1 {
    border-bottom: 1px solid #fff;
    padding-bottom: 5px;
    padding-top: 5px;
}

.head_2_1 button {
    background: orange;
    border: 0;
}

.head_2_1 input {
    background: orange;
    border: 0;
    color: #fff;
    outline: none;
    padding-left: 10px;
    padding-top: 5px;
}

.head_3 p {
    color: #FFF;
    margin-top: 10px;
}

.head_4 p {
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    margin-top: -10px;
}

.head_4 a {
    color: #fff;
    font-size: 12px;
}

.head_4 i {
    color: #99CCFF;
    font-size: 18px;
    margin-right: 15px;
}

/*分类导航样式*/

.daohang {
    margin: 10px 0;
}

.daohang ul {
    padding: 10px;
    background: #fff;
    overflow-x: auto;
    white-space: nowrap;
}

.daohang ul::-webkit-scrollbar {
    display: none
}

.daohang ul li {
    text-align: center;
    width: 20%;
    padding: 0;
    margin-bottom: 5px;
}

.daohang ul li a i {
    font-size: 20px;
    color: #fff;
}

.daohang ul li a p {
    width: 35px;
    height: 35px;
    padding-top: 5px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto;
}

.daohang ul li a span {
    margin-top: 5px;
    display: block;
    color: #000;
}

.daohang ul li a {
    color: #000;
}

.daohang ul li a.active {
    color: #4292FF;
}

.colorb01 {
    background: #FF6666;
}

.colorb02 {
    background: #66CC00;
}

.colorb03 {
    background: #FF6600;
}

.colorb04 {
    background: #99CCFF;
}

.colorb05 {
    background: #FF9900;
}

.colorb06 {
    background: #CCCCFF;
}

/*新闻滚动*/

#donate_carousel {
    height: 40px;
    overflow: hidden;
    background: #fff;
    margin-bottom: 10px;
}

.donate_bar {
    width: 100%;
    padding: 0;
    line-height: 40px;
}

.donate_bar li {
    height: 40px;
    margin: 0;
    padding: 0;
}

.donate_bar a {
    text-decoration: none;
    font-size: 14px;
    color: #666;
}

/*产品主题部分*/

.zhuti {
    background: #fff;
    margin-bottom: 80px;
    height: auto;
}

.zhuti_1 {
    height: 50px;
    border-bottom: 1px solid #ccc;
    background-size: 30%;
}

.zhuti_1 span {
    font-size: 16px;
    color: #FF6666;
    line-height: 50px;
}

.zhuti_2 {
    width: 100%;
    background: #F7F7F7;
}

.zhuti_2_1 {
    display: block;
    background: #fff;
    margin: 0 5px 5px 5px;
}

.zhuti_2 img {
    width: 90%;
    margin-left: 5%;
    height: 110px;
}

.zhuti_2_1 p {
    width: 100%;
    text-align: center;
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/*底部导航*/

.footer {
    width: 100%;
    height: 44px;
    padding-top: 5px;
    background: orange;
}

.footer ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.footer ul li {
    width: 33%;
    text-align: center;
}

.footer ul li i {
    font-size: 16px;
    color: #fff;
}

.footer ul li a {
    font-size: 12px;
    color: #fff;
    text-decoration: none;
}

/*分类页样式*/

.con {
    overflow: auto;
    position: relative;
    height: 100%;
    background: #fff;
}

.con::-webkit-scrollbar {
    display: none
}

.con ul li {
    width: 100%;
    height: 40px;
    padding: 0;
}

.con ul li a.active {
    background: #F2F2F2;
    color: orange;
    border-left: 2px solid orange;
}

.con ul li a {
    display: block;
    width: 90%;
    height: 100%;
    line-height: 40px;
    float: right;
}

.cons {
    overflow: auto;
    position: relative;
    height: 100%;
    /*max-width: 240px;*/
}

.cons::-webkit-scrollbar {
    display: none
}

.cons_1 {
    margin-bottom: 20px;
}

.cons_1 p {
    color: #8C8C8C;
    margin-top: 10px;
}

.cons_1 a {
    display: block;
    width: 90%;
    height: 80px;
    margin: 0 auto;
    color: #fff;
    border-radius: 8%;
    overflow: hidden;
}

.cons_1 a img {
    width: 100%;
    height: 80px;
}

.cons_1 a span {
    position: absolute;
    top: 5px;
    left: 15px;
}

.cons_2 {
    margin-bottom: 20px;
}

.cons_2 p {
    color: #8C8C8C;
    margin-top: 10px;
}

.cons_2_1 {
    background: #fff;
    padding: 10px 5px;
    border-radius: 3%;
}

.cons_2_1 a {
    display: block;
}

.cons_2_1 a img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
}

.cons_2_1 a p {
    color: #8C8C8C;
    width: 100%;
    text-align: center;
}

.cons_3_1 {
    background: #fff;
    padding: 10px 5px;
    border-radius: 3%;
}

.cons_3_1 a {
    display: block;
    width: 90%;
    /*height: 80px;*/
    margin: 0 auto;
    color: #fff;

    overflow: hidden;
}

.cons_3_1 a img {
    width: 100%;
    height: 80px;
    border-radius: 8%;
}

.cons_3_1 a p {
    /*position: absolute;*/
    /*bottom: 0;*/
    /*left: 15px;*/
    /*color: #fff;*/
    color: #8C8C8C;
    width: 100%;
    text-align: center;
}

.mb10 {
    margin-bottom: 10px;
}

/*商品详情*/

.xq_1 {
    background: #fff;
    padding: 10px;
}

.xq_1 p {
    font-size: 18px;
    color: #f00;
    font-weight: 600;
    margin: 0;
}

.xq_1 span {
    color: #8C8C8C;
}

.xq_1_1 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -moz-line-clamp: 2;
    margin-bottom: 10px;

}

.xq_1_1 h5 {
    margin-bottom: 0;
    font-weight: 700;
}

.xq_2 {
    background: #fff;
    margin: 10px 0;
    padding: 10px;
}

.xq_2 li {
    color: #353434;
}

.xq_2 li span {
    color: #8C8C8C;
}

.xq_1_2 p {
    color: #f00;
    font-size: 16px;
    margin: 0;
}

.xq_1_2 span {
    color: #8C8C8C;
}

.xq_1_3 {
    border-bottom: 1px solid #ccc;
    padding: 10px 0;
}

.xq_1_4 p {
    font-size: 14px;
    color: #8C8C8C;
}

.xq_1_4 ul li {
    width: 40px;
    height: 25px;
    background: #ccc;
    position: relative;
    line-height: 25px;
    text-align: center;
    border-radius: 20px;
    overflow: hidden;
    margin-right: 5px;
}

.xq_1_4 ul li input {
    width: 40px;
    height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.xq_1_4 ul li:hover {
    color: #fff;
    background: orange;
}

.pingjia img {
    border-radius: 50%;
}

.pingjia_1 p {
    color: #8C8C8C;
}

.pingjia_1 a {
    color: orange;
}

.pingjia_2 span {
    line-height: 30px;
}

.pingjia_3 {
    margin-top: 5px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -moz-line-clamp: 2 ；
}

.xq_2 ul li .pingjia_3 span {
    color: #000;
}

.xq_xq {
    background: #fff;
    margin-top: 10px;
    padding: 10px;
}

.xq_xq img {
    width: 100%;
}

.gou {
    width: 90%;
    height: 40px;
    margin-left: 5%;
    background: linear-gradient(to right, rgba(255, 197, 0, 1), rgba(255, 149, 2, 1), rgba(255, 88, 9, 1));
    border-radius: 40px;
}

.gou span {
    color: #FF7900;
    font-size: 20px;
}

.gou_1 {
    width: 40%;
    height: 40px;
    background: rgba(255, 197, 0, 0);
    border: 0;
    color: #fff;
    outline: none;
}

.gou_2 {
    width: 40%;
    height: 40px;
    background: rgba(255, 88, 9, 0);
    border: 0;
    color: #fff;
    background: rgba(255, 88, 9, 0);
}

/*购物车样式*/

.gouwu {
    width: 100%;
    background: #FFF;
    padding: 10px;
}

.gouwu li {
    border-bottom: 1px solid #ccc;
    padding: 10px 0;
}

.gouwu input[type='checkbox'] {
    width: 18px;
    height: 18px;
    background-color: #fff;
    -webkit-appearance: none;
    border: 1px solid #c9c9c9;
    border-radius: 2px;
    outline: none;
    margin-top: 100%;
}

.gouwu input[type=checkbox]:checked {
    background: url("../img/duihao.png") no-repeat center;
    background-size: 100% 100%;
}

.gouwu input[type=button] {
    width: 20px;
    height: 20px;
    background-color: #fff;
    -webkit-appearance: none;
    border: 1px solid #c9c9c9;
    border-radius: 2px;
    outline: none;
}

.gouwu input[type=text] {
    width: 40px;
    height: 20px;
    text-align: center;
}

.gouwu img {
    min-height: 80px;
    max-height: 100px;
}

.gouwu h5 {
    margin: 0;
    font-weight: 600;
}

.gouwu p {
    color: #FF6666;
    margin: 5px 0;
}

.gouwu span {
    color: #FF6666;
    font-size: 14px;
    font-weight: 600;
}

.gouwu a i {
    color: #f00;
    font-size: 18px;
}

.gouwu_1 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -moz-line-clamp: 1 ；
}

.jiesuan {
    width: 100%;
    height: 50px;
    background: #ece9e9;
}

.jiesuan p {
    font-size: 14px;
    line-height: 50px;
}

.jiesuan p span {
    font-size: 16px;
    color: #f00;
    font-weight: 600;
}

.jiesuan button {
    width: 100%;
    height: 50px;
    background: orange;
    color: #fff;
    border: 0;
    font-size: 14px;
}

.gwck {
    padding: 20px;
    width: 100%;
}

.gwck img {
    margin-left: 10%;
}

.gwck p {
    font-size: 16px;
    color: #FF6666;
    width: 100%;
    text-align: center;
    margin: 20px 0;
}

.gwck a {
    margin: 0 auto;
    display: block;
    width: 80%;
}

/*提交订单样式*/

.tjdd {
    border: 1px dashed #8C8C8C;
    padding: 10px;
    color: #666666;
    margin-bottom: 10px;
}

.tjdd_1 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -moz-line-clamp: 2 ；
}

/*支付页面样式*/

.zhifu {
    background: #fff;
    padding: 10px;
}

.zhifu_img {
    width: 50%;
    margin: 0 auto;
}

.zhifu_img img {
    width: 100%;
}

.zhifu p {
    width: 100%;
    text-align: center;
}

.zhifu_1 {
    font-size: 16px;
    color: #f00;
    margin-top: 10px;
}

.zhifu_2 span {
    color: #f00;
    font-size: 14px;
    font-weight: 600;
}

.zhifu01 {
    background: #fff;
    padding: 10px;
}

.zhifu01 li {
    border-bottom: 1px solid #ccc;
    padding: 10px;
}

.zhifu01 li span {
    line-height: 40px;
}

.zhifu01 input[type="radio"] {
    appearance: none;
    -webkit-appearance: none;
    outline: none;
    margin: 0;
}

.zhifu01 input[type="radio"]:after {
    content: "\a0";
    display: block;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 1px solid #ccc;
    padding: 2px;
    margin-top: 50%;
}

.zhifu01 input[type="radio"]:checked:after {
    background-color: #318DFE;
    background-clip: content-box;
    border: 1px solid #318DFE;
}

.zhifu01_1 input {
    border: 0;
    margin-top: 10px;
}

.zhifu01_1 input:focus {
    outline: none;
}

.zhifu01_2 button {
    width: 85%;
    height: 40px;
    border-radius: 40px;
    background: orange;
    border: 0;
    margin: 15px 0;
    color: #fff;
}

/*添加收货地址*/
.address_1 {
    padding: 10px;
}

.address_1 a i {
    color: #FF6666;
    font-size: 18px;
    margin-right: 10px;
}

.address_1_1 {
    padding: 10px;
}

.zhifu01_1 select {
    border: 0;
    margin-top: 10px;
    width: 75px;
}

/*个人中心*/

.user {
    background: linear-gradient(to right, rgba(255, 145, 38, 1), rgba(255, 81, 1, 1));
    padding: 20px 0;
}

.user_1 img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
}

.user_2 {
    padding-top: 5%;
}

.user_2 p {
    width: 100%;
    color: #fff;
}

.user_2 span {
    font-weight: 600;
}

.money {
    width: 100%;
    padding: 15px;
    background: #fff;
    margin: 10px 0;
}

.money p {
    font-size: 14px;
    color: #000;
}

.money span {
    font-size: 18px;
    color: #f00;
}

/*九宫格*/

.admin-con {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.admin-con a {
    display: block;
    width: 33.33%;
    border: 1px dotted #dfdfdf;
    border-top: none;
    overflow: hidden;
    text-align: center;
    box-sizing: border-box;
    padding: 10px 0;
    cursor: pointer;
    font-size: 12px;
    color: #000000;
}

/*.admin-con a img {
  width: 42px;
  height: 42px;
  display: inline-block;
  vertical-align: middle;
}*/

.admin-con a p {
    width: 45px;
    height: 45px;
    margin: 0 auto;
    /*background: url(../img/anniu.png);*/
    /*background-size: 100%;*/
}

.admin-con a p img {
    width: 45px;
    height: 45px;
    border-radius: 50%;
}

/*.admin-con a p i {
        color: #fff;
        font-size: 20px;
        line-height: 45px;
}*/

/*.admin-con a p {
  font-size: 12px;
  display: block;
  line-height: 30px;
  color: #888;
}*/

.admin-con a:active {
    background: #f3f3f3;
}

.admin-con a:nth-child(2) {
    border-left: none;
}

.admin-con a:nth-child(3n) {
    border-left: none;
}

.admin-con a:nth-child(3n+2) {
    border-left: none;
}

.admin-con a:last-child {
    border-left: none;
}

.admin-con a:last-child {
    border-left: none;
}

.admin-con a:last-child {
    border-left: none;
}

/*九宫格结束*/

.gezi {
    margin-bottom: 80px;
}

/*我的订单*/
.wddd {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 10px;
}

.wddd li {
    width: 20%;
    text-align: center;
}

.wddd li.active {
    border-bottom: 1px solid #f00;
    padding-bottom: 5px;
}

.wddd li a.active {
    color: #f00;
}

.wddd01 {
    background: #fff;
    padding: 10px;
}

.wddd01_1 {
    border: 1px dashed #ccc;
    padding: 10px;
}

.gouwu_1 h5 {
    margin: 0;
    font-weight: 600;
}

.wddd01_2 img {
    min-height: 80px;
    max-height: 100px;
}

.wddd01_2 p {
    margin-top: 7px;
    margin-bottom: 0;
}

.wddd01_2 span {
    color: #f00;
}

.wddd01_3 {
    padding: 10px;
}

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

/*个人资料*/

.ziliao {
    width: 100%;
    height: 30px;
    text-align: center;
    margin: 10px 0;
}

.ziliao li {
    width: 30%;
    height: 30px;
}

.ziliao li a {
    display: block;
    width: 100%;
    line-height: 30px;
    color: #000;
}

.ziliao li a.active {
    color: orange;
    border-bottom: 2px solid orange;
}

.ziliao_con {
    background: #FFF;
    padding: 0 10px;
}

.ziliao_con ul {
    margin-top: 15px;
}

.ziliao_con ul li {
    border-bottom: 1px solid #e6e6e6;
    padding: 10px;
}

.ziliao_con ul li a {
    color: #000;
    margin-right: 10px;
}

.ziliao_con ul li a img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.touxiang {
    width: 100%;
    text-align: center;
    padding: 20px 0;
}

.touxiang img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
}

.touxiang_1 {
    width: 100%;
    text-align: center;
    padding-bottom: 20px;
    position: relative;
}

.touxiang_1 input {
    width: 20%;
    position: absolute;
    left: 40%;
    top: 5px;
    opacity: 0;
}

.touxiang_2 {
    width: 100%;
    text-align: center;
    padding-bottom: 30px;
}

.touxiang_2 input {
    width: 60%;
}

.xgzl_con {
    width: 100%;
    padding: 10px;
    margin: 5% 0;
    background: #fff;
}

.xgzl_con input[type="radio"] + label::before {
    content: "\a0";
    /*不换行空格*/
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    width: 1em;
    height: 1em;
    margin-right: .4em;
    border-radius: 50%;
    border: 1px solid #ccc;
    text-indent: .15em;
    line-height: 1;
    padding: .2em;
}

.xgzl_con input[type="radio"]:checked + label::before {
    background-color: #3988FF;
    background-clip: content-box;
    border: 1px solid #3988FF;
}

.xgzl_con input[type="radio"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
}

.xgzl_con_input input {
    border: 0;
}

.xgzl_con_input input:focus {
    outline: none;
}

.xgzl_con_input {
    border-bottom: 1px solid #F7F7F7;
    padding: 10px;
}

.pinche_con ul li a.active {
    background: #026CD0;
    color: #fff;
}

/*安全中心*/

.anquan {
    width: 100%;
    height: 30px;
    text-align: center;
    margin: 10px 0;
}

.anquan li {
    width: 20%;
    height: 30px;
}

.anquan li a {
    display: block;
    width: 100%;
    line-height: 30px;
    color: #000;
}

.anquan li a.active {
    color: #3686FF;
    border-bottom: 2px solid #3686FF;
}

.anquan_1 li a {
    display: block;
    width: 100%;
}

.xiugai {
    background: #FFF;
    padding: 15px 0;
    margin-top: 20px;
    margin-bottom: 80px;
}

.xiugai .form-horizontal .form-group {
    margin-left: 0;
    margin-right: 0;
}

/*充值中心*/

.chongzhi p {
    color: #8C8C8C;
}

.chongzhi span {
    color: #f00;
    font-size: 14px;
}

/*登录样式*/

.login {
    width: 100%;
    height: 100%;

}

.login_img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.login_1 img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
}

.login_2 {
    width: 100%;
    margin-top: 5%;
}

.login_3 {
    margin-top: 7%;
}

.login_3 a {
    color: #049CEF;
}

.loginss {
    border-bottom: 1px solid #FF8604;
    padding: 15px 5px;
}

.loginss input {
    outline: none;
    border: 0;
}

.butn button{
    width: 100%;
    height: 40px;
    border-radius: 40px;
    background: linear-gradient(to right, rgba(255, 145, 38, 1), rgba(255, 81, 1, 1));;
    color: #fff;
    border: 0;
    margin: 15px 0;
}

.red {
    color: #f00;
}

.error {
    color: #f00;
}


.jjmx .hygl-top,
.dhjl .hygl-top,
.czjl .hygl-top {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin: 0px 0 10px;
    border-bottom: 1px solid #F6F6F6;
    padding: 0 5px;
    flex: none;
}
.jjmx .hygl-top .top-list,
.dhjl .hygl-top .top-list,
.czjl .hygl-top .top-list {
    display: block;
    line-height: 30px;
    width: 50%;
    text-align: center;
    position: relative;
    font-size: 12px;
}
.jjmx .hygl-top .top-list:after,
.dhjl .hygl-top .top-list:after,
.czjl .hygl-top .top-list:after {
    content: "";
    height: 0;
    width: 100%;
    position: absolute;
    bottom: -1px;
    border-bottom: 2px solid #E39308;
    display: none;
}
.jjmx .hygl-top .active.top-list,
.dhjl .hygl-top .active.top-list,
.czjl .hygl-top .active.top-list {
    color: #000;
}
.jjmx .hygl-top .active.top-list:after,
.dhjl .hygl-top .active.top-list:after,
.czjl .hygl-top .active.top-list:after {
    content: "";
    display: block;
}


.pinche-list-box2{width:calc(100% - 10px);padding-bottom:50px;margin-top:230px;}
.pinche-list-box2 >li{width: 100%;background:#fff;min-height:50px;margin:5px;border-radius:5px;border:1px solid #efefef;padding:10px 5px;}
.pinche-list-box2 >li .li-top{width: 100%;display: flex;justify-content: space-between;align-items: center;border-bottom:1px dashed #efefef;padding:5px 0;}
.pinche-list-box2 >li .li-top .pc-box{display: flex;flex-direction: column;align-items: center;justify-content: center;}
.pinche-list-box2 >li .li-top .kaishi{font-size:16px;font-weight:bold;color:#3384ff;}
.pinche-list-box2 >li .li-top .zhongzhi{font-size:16px;color:#333;}
.pinche-list-box2 >li .li-top .address{font-size:14px;color:#333;}
.pinche-list-box2 >li .li-top .price{font-size:16px;font-weight:600;vertical-align:bottom;color:red;}
.pinche-list-box2 >li .li-top .price:before{content: "¥";font-size:10px;margin-right:2px;}
.pinche-list-box2 >li .li-top .pc-center span{font-size:10px;line-height: normal;padding: 0 5px;}
.pinche-list-box2 >li .li-top .pc-center i{width:100%;height:1px;position: relative;background:#cacaca;}
.pinche-list-box2 >li .li-top .pc-center i:before{content: "";display: block;width:3px;height:3px;background:#fff;border:1px solid #cacaca;position: absolute;left:0;top:-1px;}
.pinche-list-box2 >li .li-top .pc-center i:after{content: "";display: block;width:3px;height:3px;background:#fff;border:1px solid #cacaca;position: absolute;right:0;top:-1px;}
.pinche-list-box2 >li .li-fot{width:100%;display: flex;justify-content: space-between;font-size:12px;line-height:25px;padding:7px 15px 0;}
.pinche-list-box2 >li .li-fot .fot-left{color:#999;}
.pinche-list-box2 >li .li-fot .fot-right{display: block;padding:0 15px;color:#fff;background:#f44336;height:25px;}
.search{width:calc(100% - 10px);background:#fff;min-height:50px;margin-top:5px;margin-left:5px;border-radius:5px;border:1px solid #efefef;padding:10px 5px;position: fixed;
	top:50px;left: 0;z-index: 100}
