@import 'colunms2.css';

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html, body {
  margin: 0;
  padding: 0;
  height: 100%;
  font-size: 13px;
  font-family: tahoma, Helvetica, Arial, "Hiragino Sans GB", "Microsoft YaHei", "\5b8b\4f53";
}

.inline-block {
  display: inline-block;
}

.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

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

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.clearfix {
  clear: both;
}
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden}
.clearfix{*+height:1%;}
.ellipsis {
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
a {
  text-decoration: none;
  cursor: pointer;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

h1 {
  font-size: 20px;
  color: #333333;
  line-height: 28px;
  padding: 40px 0 10px 0;
  margin: 0;
  font-weight: normal;
}
@media(min-width: 768px){
  h1{
    padding: 100px 0 25px 0;
    font-size: 28px;
  }
}

p.content {
  font-size: 14px;
  color: #666666;
  line-height: 24px;
  padding: 0;
  margin: 95px 0 20px 0;

}

p.content-title {
  font-size: 16px;
}

.content-width {
  max-width: 997px;
}

p.position-center, .position-center {
  margin: 0 auto;
}

.btn {
  width: 120px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
  display: block;
}

.btn-primary {
  border: 1px solid #FA555E;
  border-radius: 2px;
  color: #FA555E;
}

.btn-primary:hover {
  background-color: #FA555E;
  color: #FFF;
}

.font-common-color {
  color: rgba(255, 255, 255, 0.60);
}

.overflow-hidden {
  overflow: hidden;
}

a {
  color: #333;
}

.text-white {
  color: #ffffff;
}

.p-v-sm{
  padding: 0 10px;
}

button {
  font-family: 'Microsoft Yahei';
}

.ul-content {
  margin-top: 27px;
  margin-bottom: 20px;
  list-style: disc;
  font-size: 14px;
  color: #666666;
  line-height: 24px;
  padding: 0;
}
@media(max-width: 769px) {
  .ul-content{
    margin-left:36px;
  }
  .m-hidden{
    display: none !important;
  }
  .m-img{
    width: 100%;
  }
}
@media(min-width: 768px){
  .ul-content{
    width: 400px;
  }
}

.hidden {
  display: none;
}

/*背景图片暂时先这么处理*/
.solution-bg {
  background: url('./img/solution/bg2.svg') no-repeat center center;
}

.supplydeal-bg {
  background: url("./img/supplydeal/bg.svg") no-repeat center center;
}

.indmall-bg {
  background: url("./img/indmall/bg.svg") no-repeat center center
}

.market-bg {
  background: url("./img/market/bg.svg") no-repeat center center;
}

#suppliers {
  background: url("./img/suppliers/bg.png") no-repeat center center;
}

#footer {
  /* background: url("./img/ycFooter/bg.png") no-repeat center center; */
  background-color: #3A445F;
}

/*六大服务*/
#services-bg {
  background: url("./img/services/bg.png") no-repeat center center;
}
