body,html{
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.box{
    height: 100%;
    overflow: auto;
}
.contair {
    width: 850px;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 40px;
}

body {
    background: rgb(242,242,242) url("../img/head_bg.png")no-repeat;
    background-size: 100%;
}

.contair .title h1 {
    margin-top: 92px;
    font-size: 36px;
    color: #FFFFFF;
    color: #FFFFFF;
    text-align: center;
}

.contair .search {
    position: relative;
    display: inline-block;
    margin: 33px 0 0;
}

.contair .search input {
    width: 434px;
    height: 42px;
    box-sizing: border-box;
    border-radius: 4px;
    padding: 0 44px 0 21px;
    border-style: hidden;
    box-shadow: 1px 1px 3px 1px #bbb;
}

.contair .search .icon_close {
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url("../img/search.png") no-repeat center;
    background-size: 100%;
    position: absolute;
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
}

.contair .hint {
    box-sizing: border-box;
    padding-left: 208px;
}

.contair .hint .triangle_border_up {
    margin-left: 30px;
}

.contair .hint .hint_bg {
    background: #393939;
    width: 313px;
    height: 58px;
    border-radius: 10px;
    position: relative;
    padding: 0 37px 0 42px;
    box-sizing: border-box;
}

.icon {
    display: inline-block;
    background: url("../img/search.png") no-repeat center;
    background-size: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.contair .hint .hint_bg .icon_close {
    background-image: url("../img/close.png");
    width: 25px;
    height: 25px;
    right: 16px;
}

.contair .hint .hint_bg .icon_red_pack {
    background-image: url("../img/red_pack.png");
    width: 22px;
    height: 23px;
    left: 16px;
}

.contair .hint .hint_bg div {
    font-size: 14px;
    color: #FFFFFF;
    line-height: 58px;
}

.contair .tag {
    text-align: left;
}

.contair .tag dl {
    margin-top: 45px;
}

.contair .tag dl dt {
    display: inline-block;
    height: 100%;
    font-size: 18px;
    color: #242424;
}

.contair .tag dl dd {
    display: inline-block;
    padding: 5px 26px;
    background: #FFFFFF;
    border-radius: 5px;
    font-size: 14px;
    color: #242424;
    margin-left: 20px;
}

.contair .content {
    background: #fff;
    /* margin-top: 42px; */
}

.contair .content .title {
    text-align: center;
    padding: 20px 0;
}

.contair .content .title .line {
    display: inline-block;
    width: 22%;
    vertical-align: middle;
}

.contair .content .title .line span {
    position: relative;
    top: -12px;
}

.line {
    height: 1px;
    border-top: 1px solid #242424;
    text-align: center;
}

.line span {
    position: relative;
    top: -8px;
    background: #fff;
    padding: 0 20px;
}

.contair .content .good_list {

}

.contair .content .good_list li {
    width: 25%;
    display: inline-block;
    /* float: left; */
    padding-right: 10px;
    box-sizing: border-box;
    padding-bottom: 34px;
}

.contair .content .good_list li .pic {
    width: 100%;
    overflow: hidden;
    background: #fff;
    height: 202px;
}

.contair .content .good_list li .pic img {
    width: auto;
    height: 202px;
}

.contair .content .good_list li .good_title {
    text-align: left;
    font-size: 14px;
    color: #242424;
    margin: 11px 0 7px;
}

.contair .content .good_list li:nth-child(4n) {
    padding-right: 0;
}

.contair .content .good_list .price {
    margin-bottom: 7px;
}

.contair .content .good_list .price span {
    font-size: 14px;
    color: #999999;
    float: right;
}

.contair .content .good_list .price span:first-child {
    float: left;
}

.contair .content .good_list .title {
    font-size: 14px;
    color: #242424;
}

.contair .content .good_list .footer .final_price {
    float: left;
    font-size: 22px;
    color: #FF4049;
}

.contair .content .good_list .footer .final_price i {
    font-size: 14px;
}

.contair .content .good_list .footer .coupon {
    background: url("../img/rectangle.png") center no-repeat;
    background-size: 100%;
    width: 65px;
    height: 32px;
    display: inline-block;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 32px;
    float: right;
}

.fix_margin {
    overflow: hidden;
    zoom: 1;
}

.over_two_hide {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.footer{
    margin-top: 20px;
}
.footer .btn {
    display: inline-block;
    padding: 10px 40px;
    background:#FEAE1B;
    border-radius: 10px;
    color: #ffffff;
    cursor: pointer;
}
#hot_click {
    width: 58px;
    height: 42px;
    background: transparent;
    position: absolute;
    right: 0;
    top: 0;
}

.top_contair {
    box-sizing: border-box;
    width: 850px;
    height: 53px;
    margin: 0 auto;
    background: #fff;
    padding: 0 13px;
    margin-bottom: 16px;
    margin-top: 42px;
  }

  .top_contair .title {
    width: 850px;
    height: 53px;
    display: flex;
    align-items: center;
    position: relative;
  }

  .top_contair .title .title_left {
    display: flex;
    align-items: center;
    color: #444;
    font-family: PingFangSC-Medium;
    font-weight: bold;
    margin-right: 30px;
  }

  .top_contair .title .title_left span {
    display: inline-block;
    width: 8px;
    height: 23px;
    background: rgb(255, 153, 1);
    margin-right: 10px;
  }

  .top_contair .normal_tag {
    font-family: PingFangSC-Regular;
    color: #444;
    font-size: 16px;
    margin-right: 20px;
  }

  .top_contair .normal_tag:hover {
    color: rgb(255, 153, 1);
    font-size: 15px;
    border-bottom: 2px solid rgb(255, 153, 1);
    padding: 0 6px 2px;
  }

  .top_contair .title .click_tag {
    color: rgb(255, 153, 1);
    font-size: 15px;
    border-bottom: 2px solid rgb(255, 153, 1);
    padding: 0 6px 2px;
  }
  .top_contair .title .price_input {
    position: absolute;
    right: 33px;
    display: flex;
    align-items: center;
  }
  .top_contair .title input {
    width: 70px;
    height: 18px;
    display: inline-block;
  }
   .top_contair .title img {
    width: 20px;
    height: 20px;
    margin-right: 7px;
    margin-left: 7px;
}
.top_contair .price_input #clearPrice {
    width: 59px;
    height: 26px;
    background: rgb(255, 68, 0);
    line-height: 26px;
    color: #fff;
    border-radius: 10px;
    font-size: 15px
}
.top_contair .price_input .price_title {
    margin-right: 10px;
    font-size: 15px
}
  .top_contair .title .checkMore {
    color: #fd9827;
    font-family: PingFangSC-Regular;
    font-size: 16px;
    position: absolute;
    right: 33px;
    display: flex;
    align-items: center;
  }

  .top_contair .title .checkMore img {
    width: 13px;
    height: 13px;
  }