/* 新版维客cc宣传页css 18-01-04*/
.container{
  max-width: 1000px;
  min-width: 1000px;
}

.container.crm-header-container{
    max-width: 1200px;
  min-width: 1200px;

}

section{
  width: 100%;
}
body{
  background-color: #fff;
}

.index-header{
  position: relative;
  width: 100%;
  height: 530px;
  background: url(../images/images_new/banner.jpg)
}

.index-main .main-items .main-item .item-internet-content .platform .title {
  font-size: 24px
}

.index-main .main-support {
  width: 100%;
  /* height: 551px; */
  color: #333;
  text-align: center;
  background: #ffffff;
  border-top: 1px solid #fff;
  padding-bottom: 40px;
}

.index-main .main-support .support-title {
  font-size: 28px;
  font-weight: 200;
  font-family: "Ping Fang";
  margin: 70px 0 35px 0;
  text-transform: uppercase
}

.index-main .main-support .support-slogan {
  font-size: 22px;
  font-weight: 700
}

.index-main .main-support .support-arrow-down {
  opacity: .4;
  margin-top: 20px
}

.index-main .main-support .support-items {
  overflow: hidden;
  margin-top: 85px
}

.index-main .main-support .support-items .support-item {
  width: 25%;
  float: left
}

.index-main .main-support .support-items .support-item .support-img-container {
  height: 51px
}

.index-main .main-support .support-items .support-item .support-item-title {
  color: #000;
  font-size: 20px;
  font-weight: 400;
  margin: 35px 0 24px 0
}

.index-main .main-support .support-items .support-item .support-item-desc {
  color: #000;
  opacity: .6;
  font-size: 12px;
  font-weight: 400;
  line-height: 24px
}
.main-support-info{
  margin-top: 65px;
  font-size: 16px;
  text-align: center;
  line-height: 28px;
}
.banner-content-wrap{
  position: absolute;
  height: 530px;
  left: 0;
  right: 0;
  bottom: 0;
}
.iphone{
  position: absolute;
  bottom: -40px;
  right: 0;
width: 671px;
height: 413px;
  background-image: url(../images/images_new/iphone.png);

}
.banner-content-wrap .left-wrap{
  position: absolute;
  top: 105px;
  bottom: 0;
  left: 0;
  height: auto;
}
.banner-slogan{
  width: 345px;
  height: 162px;
  background-image: url(../images/images_new/slogan.png);
  
}
.main-item{
  background-color: #fff;
}
.main-item .container{
  display: flex;
}
.main-item .container img{
  width: 50%;
  display: block;
  float: left;
}
.main-item .container .main-item-text{
  width: 50%;
float: left;
  display: block;
}
.main-item-text{
  padding: 0 75px;
  height: 500px;
}
.main-item-text.right{
  text-align: right;
}
.main-item-text .title{
  margin-top: 180px;
  font-size: 20px;
  color: #222;
  font-weight: bold;
}
.main-item-text .body{
  margin-top: 30px;
  font-size: 14px;
  color: #808080;
  line-height: 22px;
}
.QRcode{
  width: 136px;
  height: 160px;
  margin-top: 40px;
  background-image: url(../images/images_new/code.png);
}

.last-item{
  padding-bottom: 40px;
}


.index-footer {
  width: 100%;
  height: 175px;
  background: #333;
  text-align: center;
  padding-top: 40px
}

.index-footer .footer-container {
  width: 726px;
  margin: 0 auto
}

.index-footer .footer-container .footer-text {
  font-size: 12px;
  font-weight: 400;
  line-height: 28px;
  color: #8d8d8d
}

.crm-container{
  height: 100%;
  color: transparent;
  z-index: 10;
  padding-top: 25px;
  position: relative;
  width: 90%;
  margin: 0 auto;
  max-width: 1000px;
}
