html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}
body {
  font-family: '思源黑体';
  background-color: #f5f7fa;
}
img {
  width: 100%;
  height: 100%;
}
div,
li,
span {
  box-sizing: border-box;
}
a {
  color: black;
  text-decoration: none;
  display: inline-block;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
em {
  font-style: normal;
}
:focus {
  outline: 0;
}
ol,
ul {
  list-style: none;
}
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}
.clearfix {
  zoom: 1;
}
* html .clearfix {
  height: 1%;
}
.hide {
  display: none;
}
.fll {
  float: left;
}
.flr {
  float: right;
}
.container {
  width: 1200px;
  margin: 0 auto;
}
.header {
  width: 100%;
  text-align: center;
}
.header .top-nav {
  font-size: 15px;
  width: 100%;
  height: 30px;
  line-height: 30px;
  background-color: #F5F7FA;
}
.login-box p span {
  color: red;
  margin: 0 10px;
}
.top-nav-list ul li {
  float: left;
  margin: 0 10px;
}
.search-warp {
  background-color: white;
}
.search-content {
  height: 150px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.search-content .logo {
    width: 100px;
    height: 100px;
    margin-left: 50px;
}
.search-content .search-box {
  width: 560px;
  border: 2px solid #F25C0B;
  position: relative;
  text-align: left;
}
.search-content .search-box input {
  width: 480px;
  height: 40px;
  border: 0;
  outline: none;
  padding-left: 10px;
  font-size: 14px;
}
.search-content .search-box .right {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  width: 80px;
  height: 40px;
  color: #fff;
  font-size: 18px;
  border: 0;
  background-color: #f83014;
}
.search-content .search-box .right:hover {
  background-color: #f83014;
}
.search-content .cart-box {
  width: 170px;
  height: 40px;
  background-color: #f5f7fa;
  border-radius: 5px;
}
.search-content .cart-box span {
  font-size: 14px;
  color: #606266;
  line-height: 40px;
}
.search-content .cart-box i {
  position: relative;
}
.search-content .cart-box i .tag {
  width: 30px;
  height: 30px;
  position: absolute;
  font-size: 12px;
  top: -30px;
  right: -20px;
  line-height: 25px;
  text-align: center;
  color: white;
  background: url('../../imgs/tag.png') no-repeat;
  background-size: 100% 100%;
}
.good-warp {
  background-color: white;
}
.goods-nav {
  text-align: left;
  height: 40px;
}
.goods-nav ul {
  height: 100%;
}
.goods-nav ul li {
  width: 200px;
  height: 100%;
  line-height: 40px;
  text-align: center;
  float: left;
  font-weight: bold;
}
.goods-nav ul li.active {
  background-color: #F25C0B;
}
.goods-nav ul li.active a {
  color: white;
}
.goods-nav ul li:hover {
  background-color: #F25C0B;
}
.goods-nav ul li:hover a {
  color:white;
}
.swiper-warp {
  background-color: #f8997f;
  width: 100%;
  height: 450px;
  text-align: center;
}
.swiper-warp .classify-box {
  height: 100%;
  position: relative;
}
.swiper-warp .classify-box .classify-list {
  float: left;
  height: 100%;
  background-color: #d8411f;
  width: 200px;
}
.swiper-warp .classify-box .classify-list li {
  text-align: left;
  padding: 0 10px;
  height: 50px;
  font-size: 15px;
  font-weight: bold;
  line-height: 50px;
  color: white;
  border-bottom: 1px solid rgba(216, 216, 216, 0.3);
  position: relative;
}
.swiper-warp .classify-box .classify-list li i {
  position: absolute;
  right: 10px;
  font-size: 10px;
}
.swiper-warp .classify-box .classify-list li:hover {
  background-color: white;
  color: #F25C0B;
}
.swiper-warp .classify-box .classify-list li:hover i {
  color: #F25C0B;
}
.swiper-warp .classify-box .classify-list li:hover p a{
    color:coral!important;
}
.swiper-warp .classify-box .classify-detail {
  float: left;
  width: 800px;
  height: 450px;
  background-color: white;
  display: none;
  z-index: 10;
  position: absolute;
  left: 200px;
}
.swiper-warp .classify-box .classify-detail .classify-detail-list {
  width: 100%;
  height: 400px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.swiper-warp .classify-box .classify-detail .classify-detail-list div {
  background-color: white;
  color: black;
  flex: 1;
  width: 25%;
  min-width: 25%;
  max-width: 25%;
  height: 50px;
  line-height: 50px;
}
.swiper-warp .classify-box .swiper-container {
  float: left;
  width: 800px;
  height: 450px;
  --swiper-navigation-size: 25px;
}
.swiper-warp .classify-box .right-login {
  float: right;
  height: 450px;
  width: 200px;
  padding: 15px;
  background-color: white;
}
.swiper-warp .classify-box .right-login .login-box {
  text-align: left;
  border-bottom: 1px solid rgba(216, 216, 216, 0.5);
}
.swiper-warp .classify-box .right-login .login-box p {
  font-size: 14px;
}
.swiper-warp .classify-box .right-login .login-box button {
  margin: 30px 0;
  border: 1px solid #F25C0B;
  width: 80px;
  height: 35px;
  line-height: 35px;
  color: #ffffff;
  background-color: #F25C0B;
  border-radius: 6px;
}
.swiper-warp .classify-box .right-login .login-box button.registered {
  background-color: white;
  color: #F25C0B;
}
.swiper-warp .classify-box .right-login .news-box {
  text-align: left;
  margin: 30px 0;
}
.swiper-warp .classify-box .right-login .news-box > p {
  font-size: 14px;
}
.swiper-warp .classify-box .right-login .news-box ul {
  height: 262px;
}
.swiper-warp .classify-box .right-login .news-box ul li {
  margin: 9px 0;
  height: 24px;
}
.swiper-warp .classify-box .right-login .news-box ul li p {
  width: 100%;
  height: 24px;
  line-height: 24px;
  font-size: 12px;
  color: #606266;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.swiper-warp .classify-box .right-login .news-box ul li p span {
  display: inline-block;
  height: 24px;
  width: 60px;
  text-align: center;
  color: #fe5448;
  background-color: rgba(254, 84, 72, 0.2);
  border-radius: 3px;
  margin-right: 8px;
}
.time-limit {
  width: 100%;
  height: 190px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 20px 0;
}
.time-limit .activity {
  height: 100%;
  width: 290px;
  transition: all 0.3s;
  cursor: pointer;
}
.time-limit .activity:hover {
  transform: translateY(-10px);
  box-shadow: 0 2px 12px rgba(199, 199, 199, 0.8);
}
.time-limit .activity1 {
  background: url(../../imgs/index/limit1.jpg) no-repeat center;
  background-size: 100% 100%;
}
.time-limit .activity2 {
  background: url(../../imgs/index/limit2.jpg) no-repeat center;
  background-size: 100% 100%;
}
.time-limit .activity3 {
  background: url(../../imgs/index/limit3.jpg) no-repeat center;
  background-size: 100% 100%;
}
.time-limit .activity4 {
  background: url(../../imgs/index/limit4.jpg) no-repeat center;
  background-size: 100% 100%;
}
.brand-title {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}
.brand {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.brand .select-brand,
.brand .select-manufacturer {
  width: 49%;
  background-color: white;
  padding: 10px;
}
.brand .select-brand .title,
.brand .select-manufacturer .title {
  width: 100%;
  margin-bottom: 15px;
}
.brand .select-brand .title span,
.brand .select-manufacturer .title span {
  display: inline-block;
  height: 30px;
  line-height: 30px;
}
.brand .select-brand .title .tit,
.brand .select-manufacturer .title .tit {
  font-size: 18px;
  margin-right: 15px;
  color: #333;
  font-weight: 700;
}
.brand .select-brand .title .desc,
.brand .select-manufacturer .title .desc {
  font-size: 16px;
  color: #666;
}
.brand .select-brand .big-img,
.brand .select-manufacturer .big-img {
  width: 100%;
  height: 180px;
  background: url(../../imgs/index/brand1.png) no-repeat center;
  background-size: 100% 100%;
  border-radius: 10px;
  margin-bottom: 15px;
}
.brand .select-brand .img-list,
.brand .select-manufacturer .img-list {
  width: 100%;
  display: flex;
  justify-content: start;
  align-items: center;
  flex-wrap: wrap;
}
.brand .select-brand .img-list img,
.brand .select-manufacturer .img-list img {
  width: 25%;
  height: 80px;
}
.activity-list {
  background-color: white;
  width: 100%;
  display:flex;
  justify-content:space-between;
  box-shadow: 2px 2px 10px #d8d8d8;
}
.activity-list .new-goods .tit,
.activity-list .discount .tit,
.activity-list .hot .tit {
  height: 25px;
  line-height: 25px;
  margin-bottom: 30px;
}
.activity-list .new-goods .tit p,
.activity-list .discount .tit p,
.activity-list .hot .tit p {
  font-size: 20px;
  font-weight: bold;
  display: inline-block;
}
.activity-list .new-goods .tit p i,
.activity-list .discount .tit p i,
.activity-list .hot .tit p i {
  color: #F25C0B;
  margin-right: 5px;
}
.activity-list .new-goods .tit span,
.activity-list .discount .tit span,
.activity-list .hot .tit span {
  font-size: 12px;
  float: right;
  color: #9e9d9d;
}
.activity-list .new-goods {
  width: 900px;
  padding: 20px;
}
.activity-list .new-goods .new-goods-list {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: flex-start;
  align-content: flex-start;
  flex-wrap: wrap;
}
.activity-list .new-goods .new-goods-list > div {
  flex: 1;
  width: 30%;
  min-width: 30%;
  max-width: 30%;
  height: 330px;
  background-color: #F5F7FA;
  padding: 10px;
  margin: 10px;
  border-bottom: 1px solid rgba(216, 216, 216, 0.5);
  box-shadow: 0 0 10px rgba(216, 216, 216, 0.5);
}
.activity-list .new-goods .new-goods-list > div img {
  width: 100%;
  height: 230px;
}
.activity-list .new-goods .new-goods-list > div .param {
  font-size: 12px;
  color: #616060;
  margin: 6px 0;
}
.activity-list .new-goods .new-goods-list > div .money {
  color: red;
}
.activity-list .discount {
  width: 900px;
  height: 190px;
  padding: 20px;
}
.activity-list .discount .discount-list {
  width: 100%;
  height: 100px;
  display: flex;
  justify-content: space-between;
}
.activity-list .discount .discount-list > div {
  flex: 1;
  width: 30%;
  min-width: 30%;
  max-width: 30%;
  background-color: #F5F7FA;
  padding: 10px;
  box-shadow: 2px 2px 10px #d8d8d8;
}
.activity-list .discount .discount-list > div .name {
  font-weight: bold;
  font-size: 18px;
  color: #06A0FC;
  margin-bottom: 10px;
}
.activity-list .discount .discount-list > div .time {
  color: #909399;
}
.activity-list .discount .discount-list > div img {
  float: right;
  width: 85px;
  height: 85px;
}
.activity-list .hot {

  padding: 20px;
  width: 300px;
}
.activity-list .hot .hot-list > div {
  display:flex;
  justify-content:flex-start;
  align-items:center;
  margin-bottom:10px;
}
.activity-list .hot .hot-list > div > div {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.activity-list .hot .hot-list > div img {
  width: 120px;
  height: 120px;
  margin-right: 10px;
}
.activity-list .hot .hot-list > div .name {
  height: 40px;
  line-height: 40px;
}
.activity-list .hot .hot-list > div .param {
  height: 40px;
  line-height: 40px;
  font-size: 12px;
  color: #616060;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
    .activity-list .hot .hot-list > div .money {
        width: 100px;
        height: 40px;
        line-height: 40px;
        color: red;

    }

.footer {
  background-color: #F1F2F4;
}
.footer .container {
  padding: 20px;
  text-align: center;
}
.footer .container > p {
  font-size: 15px;
  height: 20px;
  line-height: 20px;
}
.footer .container > p span {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url('../../imgs/ga.png') no-repeat;
}
.footer .container .ewm {
  margin: 0 auto;
}
.footer .container .ewm img {
  width: 80px;
  height: 80px;
}
.xuanfu {
  width: 36px;
  height: 100%;
  position: fixed;
  bottom: 0px;
  right: 0px;
  z-index: 999;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.7);
}
.xuanfu .icont-warp {
  position: absolute;
  width: 100%;
  bottom: 20px;
  text-align: center;
}
.xuanfu .icont-warp i {
  display: block;
  color: white;
  font-size: 22px;
  padding: 10px 0;
  margin: 10px 0;
  cursor: pointer;
}
.xuanfu .icont-warp i:hover {
  background-color: #f83014;
}
