html,body {
  padding: 0;
  margin: 0
}
body{
  min-width: 1200px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 14px;
  color: #333;
}
a{
  text-decoration: none;
  color:#333
}
*{
  box-sizing: border-box;
}
.w1200{
	width:1200px;
	margin:0 auto;
}
.footer {
  position: fixed;
  width: 100%;
  bottom: 0;
  background: #1c1c1c;
  text-align: center;
  height: 146px;
  width: 100%;
  bottom: 0;
  min-width: 1220px
}

.footer a,.footer div {
  font-size: 12px;
  color: #555
}

.footer a {
  margin: 0 10px;
  display: inline-block;
  margin-top: 35px;
  margin-bottom: 10px
}

.footer div {
  margin-bottom: 5px
}

.oh {
  overflow: hidden
}
.clearfloat:after{display:block;clear:both;content:"";visibility:hidden;height:0}
.clearfloat{zoom:1}

.fl {
  float: left
}

.fr {
  float: right
}

.db {
  display: block
}

.tac {
  text-align: center
}

.tal {
  text-align: left
}

.tar {
  text-align: right
}

.cp {
  cursor: pointer
}

.ma {
  margin: auto
}
/*更改元素的 diplay*/
.ds_block{
  display: block;
}
.ds_inline_block{
  display: inline-block;
}
/*超出一行省略号*/
.ellipsis_one{
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
/*超出两行省略号*/
.ellipsis_two {
  white-space: pre-wrap;
  overflow: hidden;
  display: -webkit-box;
  display: -moz-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  -moz-line-clamp: 2;
  -moz-box-orient: vertical;
  word-break: break-all!important;
}
/*超出三行省略号*/
.ellipsis_three {
  white-space: pre-wrap;
  overflow: hidden;
  display: -webkit-box;
  display: -moz-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  -moz-line-clamp: 3;
  -moz-box-orient: vertical;
  word-break: break-all!important;
}
/*超出三行省略号*/
.ellipsis_four {
  white-space: pre-wrap;
  overflow: hidden;
  display: -webkit-box;
  display: -moz-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  -moz-line-clamp: 4;
  -moz-box-orient: vertical;
  word-break: break-all!important;
}
/* @font-face{
  font-family: 'Regular-Price1';
  src:url("/font/12134.woff") format('woff');
}
.priceFont {
  font-family: 'Regular-Price1' !important;
  font-size: 16px;
} */
/*分页的样式*/
#fenye {
  font-size: 12px;
  text-align: center;
  margin-top: 20px;
}
#fenye a{
  display: inline-block;
  cursor: pointer;
  padding: 0 12px;
  border-radius: 2px;
  background-color: #f1eff0;
  margin: 0 3px 6px;
  height: 26px;
  line-height: 26px;
  color: #666;
}
#fenye a:hover{
  color: #337ab7;
  text-decoration:underline;
}
#fenye .active{
  background-color: #E00000;
  color: #ffffff!important;
}

input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{
  -webkit-appearance: none !important;
 }
/* chrome */

input[type="number"]{
  -moz-appearance:textfield;/* firefox */
}
.model-open{
  height: 100%;
  overflow: hidden;
}
.map{
  display: flex;
  flex-direction: column;
  margin-top: 50px;
}
.map .map-item{
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}
.map .map-item .item-l{
  width: 10%;
  font-size: 16px;
  font-weight: bold;
}
.map .map-item .item-r{
  width: 110%;
}
.map .map-item .item-r a{
  font-size: 14px;
  color: gray;
  margin-right: 16px;
  margin-bottom: 10px;
}
.map .map-item .item-r a:hover{
  color: #E00000;
}

.noLoginPromptModel{
  display: none;
  position: fixed;
  bottom: 0;
  right: 56px;
  z-index: 999;
  background-color: #fff;
  border-radius: 2px;
  /* border: 1px solid #D7D7D7; */
  padding: 20px;
  background-image: url(/img/goodsBac.png);
  background-color: #fff;
  background-size: 180px 153px;
  background-position: right;
  background-repeat: no-repeat;
  box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.05);
}
.noLoginPromptModel .noLoginTitle{
  font-size: 14px;
  margin-bottom: 10px;
  font-weight: 600;
}
.noLoginPromptModel .noLoginTitle .closeImg{
  width: 20px;
  margin-left: 20px;
  cursor: pointer;
}
.noLoginPromptModel .noLoginLi{
  line-height: 30px;
  font-size: 14px;
  color: #848192;
}
.noLoginPromptModel .noLoginLi::before{
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #D7D7D7;
  border-radius: 50%;
  margin-right: 10px;
}
.noLoginPromptModel .noLoginBtn{
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #ffffff;
  background-color: #E00000;
  border-radius: 4px;
  margin-top: 10px;
  user-select: none;
  cursor: pointer;
}