﻿@font-face {
    src: url("");
    font-family: "SourceHanSansCN-ExtraLight";
}
 @font-face {
    src: url("");
    font-family: "SourceHanSansCN-Light";
}
@font-face {
    src: url("");
    font-family: "SourceHanSansCN-Heavy";
}
@font-face {
    src: url("../font/impact.ttf");
    font-family: "impact";
}
/*
@font-face {
    src: url("");
    font-family: "MONTSERRAT-EXTRALIGHT-5.OTF";
  }  */
* {
  font-family: "微软雅黑","Arial";
  padding: 0;
  margin: 0;
  /* box-sizing: border-box; */
}
body {
}
.app{
    padding-top: 80px
}
/* 苹果兼容性 */

input[type=button], input[type=submit], input[type=file], button { cursor: pointer; -webkit-appearance: none; }
/* ----------------------首页---------------------- */
.wrap {
    max-width: 1678px;
    margin: 0 auto;
    width: 96%;
}

/* ----------------------销售网络---------------------- */
.wl{
    padding: 130px 0 55px;
}
.wl-top-pic>img{
  width: 100%;
}
.wl-top{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;

}
.wl-top-l{
  width: 59%;
}
.wl-top-r{
  width: 40%;
}
.ul-wl{
  display: flex;
  flex-wrap: wrap;
  max-width: 1788px;
  margin: 0px auto;
}
.ul-wl>li{
 width: 30.65%;
 margin: 0 0 2.5% 2.2%;
 padding: 25px;   
 min-height: 220px;
 border: 1px #dbdbdb solid;
 box-sizing: border-box;
}
.wl-title{
  color: #2c2c2c;
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 15px;
  border-bottom: 3px #dadada solid;
}
.wl-txt{
 margin-top: 25px;
}
.wl-tx{
  display: flex;
  color: #555555;
  font-size: 14px;
  line-height: 30px;
}
.wl-tx span{
  display: flex;
  align-items: flex-start;
  min-width: 128px;
}
.wl-tx span img{
margin-right: 10px;
margin-left: 5px;
margin-top: 8px;
}
.wl-tx:nth-child(1){
  margin-top: 0;
}
