.u-totalW {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
body,
html {
  width: 100%;
  overflow-x: hidden;
}
.crmuu_header {
  background-color: #eaecff;
  background-image: url(../image/bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  min-width: 1200px;
  background-position: center;
}
.crmuu_header_main {
  padding-top: 60px;
}
.crmuu_header_main_box {
  position: relative;
  font-size: 60px;
  color: #27272a;
  padding-top: 77px;
  padding-bottom: 110px;
  font-weight: 700;
  line-height: 57px;
}
.crmuu_header_main_box .header_icon {
  position: absolute;
  right: 0;
  bottom: 0;
  top: -20px;
  width: 944px;
}
.crmuu_header_main_box .tips {
  display: flex;
  height: 28px;
  padding-top: 7px;
  box-sizing: content-box;
}
.crmuu_header_main_box .tips .icon {
  width: 28px;
  height: 28px;
  margin-right: 10px;
}
.crmuu_header_main_box .tips-item {
  margin-right: 30px;
  font-size: 22px;
  line-height: 22px;
  font-family: "PingFangSC";
  color: #1a1c29;
  display: flex;
  align-items: center;
}
.crmuu_header_main_box .desc {
  margin-top: 22px;
  margin-bottom: 58px;
  font-size: 14px;
  font-family: "PingFangSC";
  color: #1a1c29;
  line-height: 1.2;
  font-weight: normal;
}
.crmuu_header_main_box .title {
  margin-bottom: 35px;
  font-weight: bold;
}
.crmuu_header_main_box .btn {
  width: 180px;
  height: 55px;
  padding-left: 30px;
  border-radius: 10px;
  background-image: -moz-linear-gradient(0deg, #f7385b 0%, #ff716e 100%);
  background-image: -webkit-linear-gradient(0deg, #f7385b 0%, #ff716e 100%);
  background-image: -ms-linear-gradient(0deg, #f7385b 0%, #ff716e 100%);
  box-shadow: 8.29px 5.592px 8px 0px rgba(74, 80, 149, 0.29);
  font-size: 20px;
  font-family: "PingFangSC";
  color: #ffffff;
  text-transform: uppercase;
  line-height: 1.2;
  font-weight: normal;
  line-height: 55px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.crmuu_header_main_box .btn .icon {
  margin-left: 10px;
  width: 25px;
  height: 25px;
  vertical-align: sub;
  animation: iconMove 1s ease-in-out infinite;
  /* transition: all 0.3s ease-in-out; */
}
.crmuu_header_main_box .btn:hover {
  background-image: -moz-linear-gradient(0deg, #ee0b34 0%, #fd5552 100%);
  background-image: -webkit-linear-gradient(0deg, #ee0b34 0%, #fd5552 100%);
  background-image: -ms-linear-gradient(0deg, #ee0b34 0%, #fd5552 100%);
  box-shadow: 5px 2px 8px 0px rgba(74, 80, 149, 0.4);
}
.crmuu_header_main_box .btn:hover .icon {
  margin-left: 18px;
}
.crmuu_top_introduce {
  display: flex;
  justify-content: space-between;
  margin-top: -35px;
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.crmuu_top_introduce .t-i-item {
  display: flex;
  width: 290px;
  height: 94px;
  border-radius: 8px;
  background-color: #ffffff;
  box-shadow: 0px 7px 21px 0px rgba(136, 155, 207, 0.17);
  transition: all 0.3s ease-in-out;
}
.crmuu_top_introduce .t-i-item:hover {
  box-shadow: 0px 7px 15px 0px rgba(136, 155, 207, 0.5);
}
.crmuu_top_introduce .t-i-item:hover:nth-child(1) .item-l .icon {
  background-position: 2px -8px;
}
.crmuu_top_introduce .t-i-item:hover .item-l {
  background-position: 10px 12px;
}
.crmuu_top_introduce .t-i-item:hover .item-l .icon {
  transform: scale(1.18);
  background-position: 12px -8px;
}
.crmuu_top_introduce .t-i-item .item-l {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 106px;
  height: 92px;
  margin-right: 12px;
  margin-left: 1px;
  margin-top: 1px;
  border-radius: 8px;
  background: url("../image/b-icon-bg.png") no-repeat center center #f9f9f9;
  background-size: 75%;
  flex-shrink: 0;
  transition: all 0.3s ease-in-out;
}
.crmuu_top_introduce .t-i-item .item-l .icon {
  display: block;
  width: 80px;
  height: 45px;
  background-repeat: no-repeat;
  background-position: center -5px;
  background-size: contain;
  transition: all 0.3s ease-in-out;
}
.crmuu_top_introduce .t-i-item .item-l .icon.icon1 {
  background-image: url("../image/b-icon1.png");
}
.crmuu_top_introduce .t-i-item .item-l .icon.icon2 {
  background-image: url("../image/b-icon2.png");
}
.crmuu_top_introduce .t-i-item .item-l .icon.icon3 {
  background-image: url("../image/b-icon3.png");
}
.crmuu_top_introduce .t-i-item .item-l .icon.icon4 {
  background-image: url("../image/b-icon4.png");
}
.crmuu_top_introduce .item-r {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.crmuu_top_introduce .item-r .tit {
  font-size: 20px;
  font-family: "PingFangSC";
  color: #000000;
  line-height: 20px;
  font-weight: normal;
}
.crmuu_top_introduce .item-r .desc {
  margin-top: 10px;
  font-size: 14px;
  font-family: "PingFangSC";
  color: #8b8f97;
  line-height: 14px;
}
.crmuu_main {
  min-width: 1200px;
}
.crmuu_main .crmuu_main_section.m-m1 {
  background: url("../image/m1-bg.png") no-repeat bottom center;
  background-size: contain;
  padding-top: 60px;
  padding-bottom: 80px;
}
.crmuu_main .crmuu_main_section.m-m1 .title:after {
  content: "Field operations";
}
.crmuu_main .crmuu_main_section.m-m1 .image {
  width: 919px;
  height: 506px;
  margin-left: -105px;
  margin-top: -28px;
}
.crmuu_main .crmuu_main_section.m-m1 .point {
  bottom: 0;
  left: 55%;
  width: 136px;
  height: 94px;
}
.crmuu_main .crmuu_main_section.m-m1 .sub-pic1 {
  top: 190px;
  left: -51px;
  width: 353px;
  height: 310px;
}
.crmuu_main .crmuu_main_section.m-m1 .sub-pic2 {
  top: 234px;    
  right: 428px;
  width: 328px;
  height: 394px;
}

/* 流量投放 */
.crmuu_main .crmuu_main_section.m-m2 {
  padding-top: 60px;
  padding-bottom: 70px;
  background-color: #f8f8fa;
}
.crmuu_main .crmuu_main_section.m-m2 .title:after {
  content: "Traffic on the";
  color: #f1f1f3;
}
.crmuu_main .crmuu_main_section.m-m2 .box {
  margin-top: 15px;
}
.crmuu_main .crmuu_main_section.m-m2 .tips {
  margin-bottom: 40px;
}
.crmuu_main .crmuu_main_section.m-m2 .image {
  width: 823px;
  height: 498px;
  margin-right: -55px;
}
.crmuu_main .crmuu_main_section.m-m2 .sub-pic1 {
  top: 89px;
  left: 415px;
  width: 628px;
  height: 421px;
  z-index: 2;
}
.crmuu_main .crmuu_main_section.m-m2 .sub-pic2 {
  top: 180px;
  right: -64px;
  width: 355px;
  height: 275px;
  z-index: 1;
}
.crmuu_main .crmuu_main_section.m-m2 .point1 {
  bottom: 0;
  left: 31.4%;
  width: 304px;
  height: 130px;
}
.crmuu_main .crmuu_main_section.m-m2 .point2 {
  right: -93px;
  bottom: 10px;
  width: 142px;
  height: 517px;
}

/* 播后复盘 */
.crmuu_main .crmuu_main_section.m-m3 {
  padding-top: 60px;
  padding-bottom: 80px;
  background: url("../image/bg.png") no-repeat bottom center #f8f8fa;
  background-size: contain;
}
.crmuu_main .crmuu_main_section.m-m3 .title:after {
  content: "ANALYSE";
  color: #f1f1f3;
}
.crmuu_main .crmuu_main_section.m-m3 .image {
  width: 801px;
  height: 526px;
  margin-left: -62px;
}
.crmuu_main .crmuu_main_section.m-m3 .list_box {
  width: 352px;
}
.crmuu_main .crmuu_main_section.m-m3 .list_box .list_title {
  margin-bottom: 12px;
}
.crmuu_main .crmuu_main_section.m-m3 .list_box .tips {
  margin-bottom: 30px;
  line-height: 28px;
}
.crmuu_main .crmuu_main_section.m-m3 .sub-pic {
  top: 124px;
  height: 32px;
  padding-left: 36px;
  padding-right: 18px;
  line-height: 32px;
  font-size: 14px;
  font-family: "PingFangSC";
  color: #737c9c;
  background-image: -moz-linear-gradient(0deg, #f6f7ff 0%, #e2e7ff 100%);
  background-image: -webkit-linear-gradient(0deg, #f6f7ff 0%, #e2e7ff 100%);
  background-image: -ms-linear-gradient(0deg, #f6f7ff 0%, #e2e7ff 100%);
  border-radius: 0 32px 32px 0;
}
.crmuu_main .crmuu_main_section.m-m3 .sub-pic1 {
  left: 166px;
  z-index: 4;
  background-image: -moz-linear-gradient(0deg, rgba(246, 247, 255, 0) 0%, #e2e7ff 100%);
  background-image: -webkit-linear-gradient(0deg, rgba(246, 247, 255, 0) 0%, #e2e7ff 100%);
  background-image: -ms-linear-gradient(0deg, rgba(246, 247, 255, 0) 0%, #e2e7ff 100%);
}
.crmuu_main .crmuu_main_section.m-m3 .sub-pic2 {
  left: 262px;
  z-index: 3;
}
.crmuu_main .crmuu_main_section.m-m3 .sub-pic3 {
  left: 330px;
  z-index: 2;
}
.crmuu_main .crmuu_main_section.m-m3 .sub-pic4 {
  left: 410px;
  z-index: 1;
}
.crmuu_main .crmuu_main_section.m-m3 .point {
  bottom: 0px;
  left: 53%;
  width: 140px;
  height: 190px;
}

/* 轮班管理 */
.crmuu_main .crmuu_main_section.m-m4 {
  padding-bottom: 20px;
}
.crmuu_main .crmuu_main_section.m-m4 .image {
  width: 842px;
  height: 612px;
  margin-right: -62px;
}
.crmuu_main .crmuu_main_section.m-m4 .title:after {
  content: "management";
}
.crmuu_main .crmuu_main_section.m-m4 .sub-pic {
  width: 292px;
  height: 189px;
}
.crmuu_main .crmuu_main_section.m-m4 .sub-pic1 {
  top: 260px;
  left: 420px;
}
.crmuu_main .crmuu_main_section.m-m4 .sub-pic2 {
  top: 214px;
  right: -50px;
}
.crmuu_main .crmuu_main_section.m-m4 .point {
  bottom: -27px;
  left: 38%;
  width: 140px;
  height: 94px;
}

/* 更多辅助工具 */
.crmuu_main .crmuu_main_section.m-m5 {
  padding-top: 60px;
  padding-bottom: 120px;
  background: url("../image/m5-bg.jpg") no-repeat bottom center;
  background-size: cover;
}
.crmuu_main .crmuu_main_section.m-m5 .title:after {
  content: "Auxiliary tool";
}
.crmuu_main .crmuu_main_section.m-m6 {
  background-color: #f8f9fa;
}

/* 转化看板 */
.crmuu_main .crmuu_main_section.m-m7{
  padding-top: 60px;
  padding-bottom: 20px;
}
.crmuu_main .crmuu_main_section.m-m7 .image {
  width: 814px;
  height: 650px;
  margin-left: -45px;
}
.crmuu_main .crmuu_main_section.m-m7 .title:after {
  content: "conversion";
}
.crmuu_main .crmuu_main_section.m-m7 .sub-pic1 {
  top: 435px;
  left: 78px;
  width: 178px;
  z-index: 2;
}
.crmuu_main .crmuu_main_section.m-m7 .sub-pic2 {
  bottom: 7px;
  left: 0;
  width: 120px;
}
.crmuu_main .crmuu_main_section.m-m7 .sub-pic3{    
  width: 798px;
  height: 475px;
  left: 37px;
  top: 203px;
}
.crmuu_main .crmuu_main_section.m-m7 .sub-pic4{
  width: 197px;
  right: 447px;
  bottom: 9px;
}
.crmuu_main .crmuu_main_section.m-m7 .point {
  bottom: 10px;
  left: 46%;
  width: 260px;
  height: 94px;
}

/* 短视频投产 */
.crmuu_main .crmuu_main_section.m-m8{
  padding-top: 60px;
  padding-bottom: 20px;
}
.crmuu_main .crmuu_main_section.m-m8 .image {
  width: 840px;
  height: 612px;
  margin-right: -32px;
}
.crmuu_main .crmuu_main_section.m-m8 .title:after {
  content: "A short video";
}
.crmuu_main .crmuu_main_section.m-m8 .sub-pic1 {
  top: 144px;
  left: 826px;
  width: 477px;
  height: 266px;
}
.crmuu_main .crmuu_main_section.m-m8 .sub-pic2 {
  top: 406px;
  right: -99px;
  width: 498px;
  height: 218px;
}
.crmuu_main .crmuu_main_section.m-m8 .point {
  bottom: 23px;
  left: 30%;
  width: 150px;
  height: 94px;
}

.crmuu_main_section_box {
  position: relative;
}
.crmuu_main_section_box .point {
  position: absolute;
  background: url("../image/point.png") 0 0;
  background-size: inherit;
  z-index: 0;
}
.crmuu_main_section_box .sub-pic {
  position: absolute;
  background-size: contain;
  z-index: 1;
}
.crmuu_main_section_box .title {
  position: relative;
  font-size: 38px;
  font-weight: 700;
  padding-bottom: 70px;
  text-align: center;
  color: #000;
  font-family: "PingFangSC";
  line-height: 1.2;
}
.crmuu_main_section_box .title:after {
  position: absolute;
  top: -35px;
  left: 50%;
  z-index: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 60px;
  font-family: "PingFangSC";
  font-weight: normal;
  color: #f5f7f9;
  text-transform: uppercase;
  line-height: 1.2;
}
.crmuu_main_section_box .title h2 {
  position: relative;
  z-index: 2;
  font-size: 38px;
}
.crmuu_main_section_box .title h2:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  width: 55px;
  height: 4px;
  margin: 14px auto 0;
  background-color: #4f7eff;
}
.crmuu_main_section_box .box {
  position: relative;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  justify-content: space-between;
  font-weight: 700;
  z-index: 1;
}
.crmuu_main_section_box .list_box li {
  list-style: none;
}
.crmuu_main_section_box .list_box li:last-child .tips {
  padding-bottom: 0;
}
.crmuu_main_section_box .list_box .tips {
  margin-bottom: 34px;
  font-weight: 400;
  font-size: 16px;
  font-family: "PingFangSC";
  color: #878787;
  text-transform: uppercase;
  line-height: 1.2;
}
.crmuu_main_section_box .list_box .list_title {
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  margin-bottom: 15px;
  font-weight: 600;
  font-size: 26px;
  font-family: "PingFangSC";
  color: #161823;
  text-transform: uppercase;
  line-height: 1.2;
}
.crmuu_main_section_box .list_box .list_title img {
  width: 34px;
  height: 34px;
  margin-right: 15px;
}
.crmuu_main_section_box .auxiliary_box {
  list-style: none;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
}
.crmuu_main_section_box .auxiliary_box li {
  width: 376px;
  height: 270px;
  flex-shrink: 0;
  padding: 0 24px 48px 24px;
  margin-right: 36px;
  border-radius: 10px;
  background-color: #ffffff;
  box-shadow: 0px 10px 30px 0px rgba(212, 216, 227, 0.42);
  transition: all 0.3s ease-in-out;
}
.crmuu_main_section_box .auxiliary_box li:hover {
  box-shadow: 0px 4px 15px 0px #c2c7d4;
}
.crmuu_main_section_box .auxiliary_box li:hover .list_title1 img {
  animation: m5IconMove1 1s ease-in-out forwards;
}
.crmuu_main_section_box .auxiliary_box li:hover .list_title2 img {
  animation: m5IconMove2 1s ease-in-out forwards;
}
.crmuu_main_section_box .auxiliary_box li:hover .list_title3 img {
  animation: m5IconMove31 1s ease-in-out forwards;
}
.crmuu_main_section_box .auxiliary_box li:hover .icon-bg {
  animation: m5IconMove3 1s ease-in-out forwards;
  -webkit-transform-origin: 50% 0;
  -moz-transform-origin: 50% 0;
  transform-origin: 50% 0;
}
.crmuu_main_section_box .auxiliary_box:last-child {
  margin: 0;
}
.crmuu_main_section_box .auxiliary_box .tips {
  font-size: 14px;
  color: #4c4c4c;
  line-height: 24px;
  padding-top: 25px;
  border-top: 1px solid #f3f3f3;
}
.crmuu_main_section_box .auxiliary_box .list_title {
  position: relative;
  color: #191919;
  font-size: 28px;
  line-height: 27px;
  text-align: center;
  padding-top: 43px;
  padding-bottom: 22px;
  font-weight: 700;
}
.crmuu_main_section_box .auxiliary_box .list_title img {
  position: relative;
  width: 44px;
  height: 44px;
  margin: 0 142px;
  display: block;
  margin-bottom: 15px;
  z-index: 1;
  transition: all 0.3s ease-in-out;
}
.crmuu_main_section_box .auxiliary_box .list_title .icon-bg-box {
  position: relative;
  width: 60px;
  height: 60px;
}
.crmuu_main_section_box .auxiliary_box .list_title .icon-bg {
  position: absolute;
  width: 28px;
  height: 28px;
  top: 23%;
  left: 12%;
  border-radius: 100%;
  margin: 28px 0 0 120px;
  z-index: 0;
}
.crmuu_main_section_box .auxiliary_box .list_title.list_title1 .icon-bg {
  background-color: #e5efff;
}
.crmuu_main_section_box .auxiliary_box .list_title.list_title2 .icon-bg {
  background-color: #e4fcf4;
}
.crmuu_main_section_box .auxiliary_box .list_title.list_title3 .icon-bg {
  background-color: #ffeff5;
}
.crmuu_main_section_box .image {
  object-fit: cover;
}
@keyframes m5IconMove1 {
  50% {
    transform: rotate3d(0, 1, 0, 30deg);
  }
}
@keyframes m5IconMove2 {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes m5IconMove3 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes m5IconMove31 {
  0% {
    margin-left: 142px;
  }
  50% {
    margin-left: 120px;
  }
  100% {
    margin-left: 142px;
  }
}
.crmuu_main_article_box {
  padding-top: 80px;
  padding-bottom: 82px;
}
.crmuu_main_article_box .title_box {
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  justify-content: space-between;
  padding-bottom: 8px;
  font-family: "PingFangSC";
  line-height: 1.2;
}
.crmuu_main_article_box .title_box h3 {
  font-size: 38px;
  color: #000000;
}
.crmuu_main_article_box .title_box a {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #51536c;
  transition: all 0.3s ease-in-out;
}
.crmuu_main_article_box .title_box a:hover {
  color: #278dff;
}
.crmuu_main_article_box .title_box a .icon {
  display: inline-block;
  width: 14px;
  height: 15px;
  margin-left: 10px;
  background: url("../image/arrow.png") no-repeat center center;
  background-size: contain;
}
.crmuu_main_article_box .article-main {
  display: flex;
  justify-content: space-between;
}
.crmuu_main_article_box .article-main .main-l {
  width: 545px;
}
.crmuu_main_article_box .article-main .main-l .article_list_box .article_list_href {
  display: flex;
}
.crmuu_main_article_box .article-main .main-l .list_pic {
  width: 270px;
  height: 155px;
  margin-right: 16px;
  border-radius: 10px;
  background-color: #b5b5b5;
  object-fit: cover;
  flex-shrink: 0;
}
.crmuu_main_article_box .article-main .main-l .list_main {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-family: "PingFangSC";
}
.crmuu_main_article_box .article-main .main-l .list_main_top .tit {
  width: 255px;
  margin-bottom: 15px;
  font-size: 16px;
  color: #333333;
  font-weight: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.crmuu_main_article_box .article-main .main-l .list_main_top .desc {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  font-size: 14px;
  color: #999999;
}
.crmuu_main_article_box .article-main .main-l .list_main_bottom {
  margin-bottom: 12px;
  font-size: 12px;
  color: #999999;
}
.crmuu_main_article_box .article-main .main-l .list_main_bottom .icon {
  width: 16px;
  height: 16px;
  margin-right: 8px;
  vertical-align: sub;
}
.crmuu_main_article_box .article-main .main-r {
  width: 585px;
  border-top: 1px solid #d9dfea;
}
.crmuu_main_article_box .article-main .main-r .main-r-item {
  display: flex;
  justify-content: space-between;
  height: 70px;
  padding-left: 10px;
  padding-right: 10px;
  line-height: 70px;
  font-size: 16px;
  font-family: "PingFangSC";
  color: #51536c;
  border-bottom: 1px solid #d9dfea;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.crmuu_main_article_box .article-main .main-r .main-r-item:hover {
  color: #3369ff;
  background-color: #f6f6f6;
}
.crmuu_main_article_box .article-main .main-r .main-r-item:hover .main:before {
  background-color: #3369ff;
}
.crmuu_main_article_box .article-main .main-r .main-r-item .main {
  width: 470px;
  flex-shrink: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.crmuu_main_article_box .article-main .main-r .main-r-item .main:before {
  content: "";
  display: inline-block;
  border-radius: 1px;
  background-color: #bcc4da;
  width: 5px;
  height: 10px;
  margin-top: 30px;
  margin-right: 15px;
  transition: all 0.3s ease-in-out;
}
.crmuu_main_article_box .article-main .main-r .main-r-item .time {
  font-size: 14px;
  color: #aeafbc;
}
.crmuu_main_article_box .article_list,
.crmuu_main_article_box .main-r {
  margin-top: 46px;
}
.crmuu_customer_service {
  position: fixed;
  right: 25px;
  bottom: 20px;
  transform: translateY(-50%);
  z-index: 100;
  user-select: none;
}
.crmuu_customer_service_content {
  position: relative;
}
.crmuu_customer_service_content:hover .crmuu_customer_service_box {
  animation: serviceMove 0.3s ease-in-out forwards;
}
.crmuu_customer_service .crmuu_customer_service_icon {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80px;
  cursor: pointer;
}
.crmuu_customer_service .crmuu_customer_service_icon .icon_logo {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #4393ff;
  box-shadow: 5.803px 3.914px 16px 0px rgba(64, 100, 149, 0.25);
}
.crmuu_customer_service .crmuu_customer_service_icon .icon_text {
  margin-top: 10px;
  font-size: 14px;
  font-family: "PingFangSC";
  color: #333333;
  text-align: justifyLeft;
}
.crmuu_customer_service_box {
  position: absolute;
  right: 0;
  bottom: 0;
  background: #fff;
  border-radius: 10px;
  box-shadow: 2px 2px 20px 0px rgba(0, 0, 0, 0.1);
  opacity: 0;
  width: 240px;
  padding: 23px 0 15px 0;
  text-align: center;
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #666666;
  visibility: hidden;
  z-index: 1;
  transition: all 0.3s ease-in-out;
}
.crmuu_customer_service_box .title_box {
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 600;
  color: #333333;
}
.crmuu_customer_service_box .box_img {
  margin-top: 5px;
  width: 180px;
}
@keyframes serviceMove {
  0% {
    right: 0px;
    opacity: 0;
    visibility: hidden;
  }
  100% {
    right: 90px;
    opacity: 1;
    visibility: inherit;
  }
}
.crmuu_customer_service_bag {
  width: 80px;
  height: 100px;
  margin-top: 20px;
  padding-top: 60px;
  border-radius: 4px;
  background: url("../image/bag.png") no-repeat center center;
  background-size: contain;
  cursor: pointer;
  box-shadow: 5.803px 3.914px 16px 0px rgba(211, 211, 227, 0.76);
  user-select: none;
}
.crmuu_customer_service_bag .tit {
  font-size: 12px;
  font-family: "PingFangSC";
  color: #ff6464;
  text-align: center;
}
.crmuu_customer_service_bag .desc {
  font-size: 12px;
  font-family: "PingFangSC";
  color: #333333;
  text-align: center;
}
.crmuu_bag_container {
  display: none;
  position: fixed;
  right: 156px;
  top: 50%;
  transform: translateY(-50%);
  width: 470px;
  height: 573px;
  padding: 35px 22px 10px;
  border-radius: 8px;
  box-sizing: border-box;
  background-image: -moz-linear-gradient(-90deg, #e4e8f1 0%, #ffffff 61%);
  background-image: -webkit-linear-gradient(-90deg, #e4e8f1 0%, #ffffff 61%);
  background-image: -ms-linear-gradient(-90deg, #e4e8f1 0%, #ffffff 61%);
  box-shadow: 1.805px 2.396px 24px 0px rgba(211, 211, 227, 0.76);
  z-index: 10;
}
.crmuu_bag_container.success_kefu_show .bag-tit {
  margin-bottom: 20px;
  font-size: 22px;
  line-height: 34px;
}
.crmuu_bag_container.success_kefu_show .bag-tit span {
  font-size: 22px;
}
.crmuu_bag_container.success_kefu_show .bag-content {
  margin-bottom: 20px;
}
.crmuu_bag_container .bag-tit {
  margin-bottom: 40px;
  text-align: center;
  line-height: 40px;
  color: #000000;
  font-size: 28px;
}
.crmuu_bag_container .bag-tit span {
  font-size: 28px;
  font-family: "PingFangSC";
  text-transform: uppercase;
  color: #ff5f27;
}
.crmuu_bag_container .bag-content {
  height: 240px;
}
.crmuu_bag_container .bag-content .qr-code {
  display: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.crmuu_bag_container .bag-content .qr-code .qrcode-ct {
  position: relative;
  width: 172px;
  height: 172px;
}
.crmuu_bag_container .bag-content .qr-code .qrcode-ct .mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.94);
}
.crmuu_bag_container .bag-content .qr-code .qrcode-ct .loader1 {
  position: absolute;
  height: 50px;
  width: 50px;
  border-radius: 50px;
  border: 3px solid rgba(255, 255, 255, 0.7);
  top: 35%;
  left: 35%;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-animation: loader1 1.5s linear infinite;
  animation: loader1 1.5s linear infinite;
}
.crmuu_bag_container .bag-content .qr-code .qrcode-ct .loader1:after {
  content: "";
  position: absolute;
  top: -5px;
  left: 20px;
  width: 11px;
  height: 11px;
  border-radius: 10px;
  background-color: #fff;
}
@-webkit-keyframes loader1 {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes loader1 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.crmuu_bag_container .bag-content .qr-code .qrcode-ct .status {
  position: absolute;
  right: 0;
  left: 0;
  width: 100px;
  z-index: 9;
  margin: auto;
  margin-top: 45px;
  height: 75px;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
}
.crmuu_bag_container .bag-content .qr-code .qrcode-ct .status button {
  outline: none;
  height: 34px;
  line-height: 34px;
  color: #fff;
  border: none;
  background-color: #4f7eff;
  display: inline-block;
  margin-top: 6px;
  margin-top: 4px\0;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  font-size: 14px;
  border-radius: 3px;
  padding: 0 16px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.crmuu_bag_container .bag-content .qr-code .qrcode-ct .status button:hover {
  box-shadow: 0px 4px 8px 0px #4f7eff9f;
}
.crmuu_bag_container .bag-content .qr-code .qrcode-ct .status .icon-pic {
  width: 47px;
  height: 47px;
  margin: 0 auto;
  border-radius: 50%;
}
.crmuu_bag_container .bag-content .qr-code .qrcode-ct .status .login-ok-txt {
  margin-top: 5px;
}
.crmuu_bag_container .bag-content .qr-code .qrcode-ct-end {
  display: none;
}
.crmuu_bag_container .bag-content .qr-code .img {
  display: block;
  width: 172px;
  height: 172px;
  background-color: #dadada;
}
.crmuu_bag_container .bag-content .qr-code .desc {
  margin-top: 14px;
  font-size: 14px;
  font-family: "PingFangSC";
  color: #666666;
}
.crmuu_bag_container .bag-content .qr-code .qrcode-desc2 .desc {
  margin-top: 6px;
}
.crmuu_bag_container .bag-content .qr-code .qrcode-desc2 .desc-btn {
  width: 100px;
  height: 28px;
  background: #3369ff;
  border-radius: 5px;
  line-height: 28px;
  text-align: center;
  color: #fff;
  cursor: pointer;
  margin: 15px auto;
  font-size: 14px;
}
.crmuu_bag_container .bag-content .form-main {
  display: none;
  width: 360px;
  margin-left: auto;
  margin-right: auto;
}
.crmuu_bag_container .bag-content .form-main .form-item {
  position: relative;
}
.crmuu_bag_container .bag-content .form-main .form-item .txt {
  width: 358px;
  height: 46px;
  margin-bottom: 20px;
  padding: 17px 14px;
  border: 1px solid #dcdcdc;
  border-radius: 8px;
  font-size: 14px;
  font-family: "PingFangSC";
  color: #333;
}
.crmuu_bag_container .bag-content .form-main .form-item .txt.error {
  border-color: #ff5f27;
}
.crmuu_bag_container .bag-content .form-main .form-item .txt.txt1 {
  width: 258px;
}
.crmuu_bag_container .bag-content .form-main .form-item .error-txt-tips {
  font-size: 12px;
  position: absolute;
  top: 45px;
  color: #fd5552;
}
.crmuu_bag_container .bag-content .form-main .form-item .btn {
  width: 88px;
  height: 46px;
  border: 1px solid #dcdcdc;
  border-radius: 8px;
  font-size: 14px;
  font-family: "PingFangSC";
  color: #666666;
  line-height: 46px;
  text-align: center;
  cursor: pointer;
  user-select: none;
  transition: all 0.3s ease-in-out;
}
.crmuu_bag_container .bag-content .form-main .form-item .btn:hover {
  border-color: #4f7eff;
  color: #4f7eff;
}
.crmuu_bag_container .bag-content .form-main .form-item .btn.unable {
  border: 1px solid #ccc;
  color: #fff;
  background-color: #ccc;
  cursor: no-drop;
}
.crmuu_bag_container .bag-content .form-main .form-item input::-webkit-outer-spin-button,
.crmuu_bag_container .bag-content .form-main .form-item input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.crmuu_bag_container .bag-content .form-main .form-item input[type="number"] {
  -moz-appearance: textfield;
}
.crmuu_bag_container .bag-content .form-main .form-item1 {
  display: flex;
  justify-content: space-between;
}
.crmuu_bag_container .bag-content .form-main input {
  overflow: visible;
  outline: none;
}
.crmuu_bag_container .bag-content .form-main .form-btn {
  width: 360px;
  height: 48px;
  margin-top: 12px;
  border-radius: 8px;
  background-color: #4f7eff;
  text-align: center;
  line-height: 48px;
  font-size: 14px;
  font-family: "PingFangSC";
  color: #ffffff;
  cursor: pointer;
  user-select: none;
  transition: all 0.3s ease-in-out;
}
.crmuu_bag_container .bag-content .form-main .form-btn.un-click {
  background-color: #b5b5b5;
  cursor: no-drop;
}
.crmuu_bag_container .bag-content .form-main .form-btn.un-click:hover {
  background-color: #b5b5b5;
}
.crmuu_bag_container .bag-content .form-main .form-btn:hover {
  background-color: #315cd3;
}
.crmuu_bag_container .bag-bottom .bottom-tit {
  position: relative;
  font-size: 12px;
  text-align: center;
  font-family: "PingFangSC";
  color: #999999;
}
.crmuu_bag_container .bag-bottom .bottom-tit::before,
.crmuu_bag_container .bag-bottom .bottom-tit::after {
  content: "";
  width: 168px;
  height: 1px;
  border-bottom: 1px dotted #999999;
  display: block;
  position: absolute;
  bottom: 6px;
}
.crmuu_bag_container .bag-bottom .bottom-tit::after {
  right: 0;
}
.crmuu_bag_container .bag-bottom .bottom-main {
  display: flex;
  flex-wrap: wrap;
  margin-top: 24px;
}
.crmuu_bag_container .bag-bottom .bottom-main .main-item {
  width: 50%;
  margin-bottom: 25px;
  padding-left: 28px;
}
.crmuu_bag_container .bag-bottom .bottom-main strong {
  font-size: 16px;
  font-family: "PingFangSC";
  color: #333333;
}
.crmuu_bag_container .bag-bottom .bottom-main .main-item-desc {
  margin-top: 6px;
  font-size: 12px;
  font-family: "PingFangSC";
  color: #bbbbbb;
  text-transform: uppercase;
}
input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #ccc;
}
input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #ccc;
}
input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #ccc;
}
input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #ccc;
}
.commont-pop-tips {
  position: fixed;
  top: 6%;
  left: 0;
  right: 0;
  opacity: 0;
  color: #fff;
  z-index: 100;
  text-align: center;
  animation: tipsMove 0.3s ease-in-out forwards;
}
.commont-pop-tips .tips-txt {
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 4px;
  display: inline-block;
  padding: 10px 20px;
}
@keyframes tipsMove {
  0% {
    opacity: 0;
    top: 3%;
  }
  100% {
    opacity: 1;
    top: 10%;
  }
}
.tips-toast {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 0%;
  max-width: 200px;
  color: #fff;
  z-index: 1400;
  -webkit-animation: toastMove 0.5s ease forwards;
  -o-animation: toastMove 0.5s ease forwards;
  animation: toastMove 0.5s ease forwards;
}
.tips-toast span {
  display: table;
  margin: 0 auto;
  padding: 10px 15px;
  border-radius: 10px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.8);
}
@keyframes toastMove {
  0% {
    opacity: 0;
    top: 0%;
  }
  100% {
    opacity: 1;
    top: 10%;
  }
}

@keyframes iconMove {
  0% {
    margin-left: 6px;
  }
  50% {
    margin-left: 15px;
  }
  100% {
    margin-left: 6px;
  }
}