.wechat-wrap {
  padding-top: 76px;
}

.bannber-bg {
  width: 100%;
  /* height: 450px; */
}

.crm-top {
  /* position: relative;
  background-size: 100% 450px; */
  background-color: #FAFBFC;
}

.top-main {
  width: 1200px;
  margin: 0 auto;
  padding-top: 100px;
  padding-bottom: 110px;
  position: relative;
}

.inner-wrap {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  position: relative;
}

.small-pic {
  position: absolute;
  right: 0;
  width: 55%;
}

.slide-icon {
  width: 24px;
  height: 24px;
}

.f-down-stitle {
  margin: 10px 0 35px;
}

.now-ask {
  display: inline-block;
  background-color: #0252CC;
  color: #fff;
  padding: 15px 30px;
  border-radius: 4px;
  margin-right: 20px;
  border: 1px solid #0252CC;
  cursor: pointer;
}

.top-tel {
  color: #0052CC;
  font-size: 16px;
}

.toggle-title {
  margin-bottom: 60px;
}


.crm .p-tab-item {
  width: 150px;
  text-align: center;
  margin-right: 112px;
  cursor: pointer;
}

.crm .p-tab-item:nth-child(5) {
  margin-right: 0;
}

.base-title {
  width: 100%;
  text-align: center;
}

.my-wechat {
  padding-top: 100px;
  background-color: #fff;
}

.my-wechat .my-main {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}

.my-wechat .my-main .my-item {
  width: 355px;
  margin: 10px 20px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

.my-wechat .my-main .my-item .my-icon {
  width: 40px;
  height: 40px;
  display: inline-block;
  margin-right: 10px;
}

.my-wechat .my-main .my-item .my-txt {
  
}

.my-wechat .my-main .my-item .my-item-title {
  color: #253858;
  font-size: 18px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.my-wechat .my-main .my-item .my-item-desc {
  color: var(--text-color-gray);
  font-size: 14px;
  line-height: 24px;
  text-align: justify;
}

.blue-stitle {
  color: #FFFFFF;
  font-size: 16px;
  text-align: center;
  margin-top: 10px;
}

.now-tel {
  background: #FFAB00;
  border-radius: 3px;
  color: var(--text-color-black);
  padding: 5px 10px;
  border-radius: 4px;
  margin-right: 20px;
  border: 1px solid #FFAB00;
  cursor: pointer;
}


