@charset "utf-8";
/* 清除内外边距 */
body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
fieldset,
lengend,
button,
input,
textarea,
th,
td {
  /* table elements 表格元素 */
  margin: 0;
  padding: 0;
}
input,
textarea {
  border: 2 none;
  box-shadow: none;
  outline: none;
}
/* 设置默认字体 */
body,
button,
input,
select,
textarea {
  font: 14px/22px "Microsoft YaHei", "微软雅黑", "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", Arial, sans-serif;
  color: #666;
}
* h1,
* h2,
* h3,
* h4,
* h5,
* h6 {
  margin: 0px;
}
/*覆盖bootstrape对标题加的默认外边距*/
address,
cite,
dfn,
em,
i,
var {
  font-style: normal;
}
/* 斜体扶正 */
/* 重置列表元素 */
ul,
ol,
li {
  list-style: none;
}
/* 重置文本格式元素 */
a {
  text-decoration: none;
  color: #666;
  word-wrap: break-word;
}
/*英文换行*/
a:hover {
  text-decoration: none;
  color: #910800;
}
/* 重置表单元素 */
legend {
  color: #000;
}
/* for ie6 */
fieldset,
img {
  border: none;
}
/* img 搭车：让链接里的 img 无边框 */
/* 注：optgroup 无法扶正 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 使表单元素在 ie 下能继承字体大小 */
}
/* 重置表格元素 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* 让非ie浏览器默认也显示垂直滚动条，防止因滚动条引起的闪烁 */
html {
  overflow-y: scroll;
}
/*设置浮动*/
.fl {
  float: left;
}
.fr {
  float: right;
}
.pr {
  position: relative;
}
.pa {
  position: absolute;
}
/*字体大小*/
.clear {
  clear: both;
  height: 0;
}
.blk-main .clearlist {
  clear: both;
  height: 0;
  padding: 0;
  margin: 0;
  border: 0;
  width: 100% ;
  float: none;
}
/*表单弹框*/
.nsw-modal {
  width: 100%;
  height: 100%;
  background: rgba(225, 225, 225, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
}
.modal-dialog {
  position: fixed;
  color: #000000;
  top: 150px;
  width: 400px;
  border-radius: 3px;
  min-height: 155px;
  overflow: hidden;
  z-index: 99998;
  margin-left: -200px;
  left: 50%;
}
.modal-dialog .css-icon {
  background-image: url("../images/modal-icons.png");
}
.modal-dialog .modal-head {
  height: 30px;
  line-height: 30px;
  padding: 0px 20px;
  background: #F6EFEF;
  font-size: 14px;
}
.modal-dialog .modal-head .modal-logo {
  width: 15px;
  height: 15px;
  background-position: 1px 0px;
  margin: 8px 5px 0 0;
  float: left;
}
.modal-dialog .modal-head .close {
  float: right;
  width: 15px;
  height: 15px;
  background-position: -14px 0px;
  margin-top: 8px;
}
.modal-dialog .modal-body {
  width: 100%;
  min-height: 125px;
  background: #ffffff;
}
.modal-dialog .modal-body .modal-body-left {
  width: 140px;
  float: left;
}
.modal-dialog .modal-body .modal-body-left .icon {
  width: 64px;
  height: 64px;
  margin: 30px 0 0 48px;
}
.modal-dialog .modal-body .modal-body-left .success-message {
  background-position: 0px -14px;
}
.modal-dialog .modal-body .modal-body-left .warming-message {
  background-position: 0px -78px;
}
.modal-dialog .modal-body .modal-body-right {
  width: 260px;
  float: right;
  padding-top: 20px;
}
.modal-dialog .modal-body .modal-body-right .close-btn {
  color: #000;
  text-align: center;
  width: 90px;
  display: inline-block;
  height: 24px;
  line-height: 24px;
  background: #818079;
}
.modal-dialog .modal-body .modal-body-right p {
  line-height: 30px;
}
/*COMMON_BLK_START*/
/*AVAIBLE_VI
[
{"vicolor":"#3c16c5","sub1color":"#333333"},
{"vicolor":"#00B32D","sub1color":"#59B370"},
{"vicolor":"#FC3BFF","sub1color":"#FF9875"},
{"vicolor":"#914E00","sub1color":"#B8824D"}
]
AVAIBLE_VI*/
.ovh {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
body {
  min-width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  width: 100%;
}
.content {
  width: 87.5%;
  margin: 0 auto;
}
/*COMMON_BLK_END*/
.gui_r img,
.liuc_r img,
.case dl dt img,
.faq dl dt img {
  display: block;
  width: 100%;
}
/**/
.guide {
  padding: 5rem 0;
  width: 100%;
  overflow: hidden;
  background: #7563fb;
}
.gui_l {
  width: 40.5%;
  margin-top: 1.5rem;
}
.gui_l h2 {
  height: 9rem;
  line-height: 4.5rem;
  font-size: 4rem;
  color: #fff;
}
.gui_l p {
  font-size: 0.9rem;
  color: #fff;
  line-height: 1.5rem;
  padding-top: 1.5rem;
}
.gui_l i {
  display: block;
}
.gui_l ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 2.5rem;
}
.gui_l ul li {
  width: 7.4rem;
  height: 5.8rem;
  font-size: 0.8rem;
  color: #fff;
  background-image: url('../images/aizhiying_yinzk01.png');
  background-repeat: no-repeat;
  background-position: center 0;
  background-size: 100% 5.8rem;
  line-height: 1rem;
  padding: 0.6rem 0.8rem 0;
  box-sizing: border-box;
}
.gui_l ul li b {
  display: block;
  font-size: 1.4rem;
  line-height: 1.8rem;
  padding-bottom: 0.25rem;
}
.gui_l ul li:nth-child(4) {
  width: 9.3rem;
  background-image: url('../images/aizhiying_yinzk02.png');
}
.gui_r {
  width: 53.6%;
  line-height: 0;
  overflow: hidden;
  margin-right: -2.5rem;
}
/*数字人定制*/
.dingz {
  padding: 11.5rem 0 0;
  width: 100%;
  height: 40.5rem;
  overflow: hidden;
  background-image: url('../images/aizhiying_dingzbg.jpg');
  background-repeat: no-repeat;
  background-position: center 0;
  background-size: 100% 52rem;
}
.dingz_tit {
  height: 4rem;
  line-height: 3.6rem;
  font-size: 3.1rem;
  color: #5026f1;
  background-image: linear-gradient(to right, #b1a6f9, #5026f1);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.dingz_r {
  width: 50%;
}
.dingz_m {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 2rem;
}
.dingz_list {
  width: 47.6%;
  padding-bottom: 1.6rem;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 3rem 3rem 2rem 2rem;
}
.dingz_list h3 {
  height: 4rem;
  line-height: 4rem;
  font-size: 1.4rem;
  color: #fff;
  background: #805ef6;
  border-radius: 3rem 3rem 0 0;
  text-align: center;
}
.dingz_list .dingz01 {
  width: 82.5%;
  margin: 0 auto;
  padding: 1.5rem 0;
  display: flex;
  align-items: center;
}
.dingz01 em {
  width: 5rem;
  height: 5rem;
  line-height: 0;
  overflow: hidden;
}
.dingz01 em img {
  width: 5rem;
  height: 5rem;
}
.dingz01 p {
  width: 50%;
  line-height: 1rem;
  font-size: 0.8rem;
  color: #666;
  padding: 0 0 0 1.2rem;
}
.dingz01 b {
  display: block;
  font-size: 1.1rem;
  color: #7e60f5;
  line-height: 1.5rem;
  padding-bottom: 0.5rem;
}
.dingz_btn{
    position: relative;
    width: 100%;
}
.dingz_btn span {
  width: 11.6rem;
  height: 3.5rem;
  display: block;
  margin: 0 auto;
  line-height: 0;
  overflow: hidden;
}
.dingz_btn span img {
  width: 11.6rem;
  height: 3.5rem;
}
.dingz_btn em {
  width: 7rem;
  height: 7rem;
  display: none;
  margin-left: -3.5rem;
  line-height: 0;
  overflow: hidden;
  border-radius:1rem;
  position: absolute;
  top: 3.6rem;
  left: 50%;
}
.dingz_btn em img {
  width: 7rem;
  height: 7rem;
}
.dingz_btn:hover em{
    display: block;
}
.dingz_bor {
  border-bottom: #9a98a9 1px solid;
}
.dingz01:hover em {
  animation: flipInY 1s;
}
/*智能创作剪辑*/
.three_bg {
  padding: 5.7rem 0 0;
  width: 100%;
  height: 49rem;
  overflow: hidden;
  background-image: url('../images/aizhiying_threebg.jpg');
  background-repeat: no-repeat;
  background-position: center 0;
  background-size: 100% 54.7rem;
}
.three {
  height: 49rem;
}
.three .dingz_tit,
.fuw .dingz_tit,
.case .dingz_tit,
.faq .dingz_tit {
  margin: 0 auto;
  width: 36%;
  text-align: center;
}
.three_l {
  width: 21.8rem;
  margin-top: 5.5rem;
}
.three_l ul li {
  width: 100%;
  height: 8.2rem;
  background-image: url('../images/aizhiying_threek01.png');
  background-repeat: no-repeat;
  background-position: center 0;
  background-size: 100% 8.2rem;
  padding: 0 1rem 0 1.5rem;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  margin-bottom: 1.3rem;
}
.three_l ul li em {
  width: 5rem;
  height: 5rem;
  line-height: 0;
  overflow: hidden;
}
.three_l ul li em img {
  width: 5rem;
  height: 5rem;
}
.three_l ul li span {
  font-size: 0.9rem;
  color: #333;
  line-height: 1.5rem;
  padding-left: 0.8rem;
}
.three_l ul li b {
  padding-bottom: 0.3rem;
  display: block;
  font-size: 1.2rem;
  color: #3c16c5;
}
.three_l ul li.on {
  background-image: url('../images/aizhiying_threek02.png');
}
.three_r {
  width: 68%;
  height: 43.5rem;
  position: absolute;
  bottom: 0;
  right: 0;
}
.three_r dl {
  width: 100%;
}
.three_r dl dt {
  width: 51%;
  height: 43.5rem;
  float: left;
  line-height: 0;
  overflow: hidden;
}
.three_r dl dd {
  width: 43%;
  float: right;
  margin-top: 6rem;
}
.three_r dl dd h5 {
  font-size: 2.3rem;
  color: #3c16c5;
  line-height: 3rem;
  height: 3rem;
  overflow: hidden;
}
.three_r dl dd p {
  font-size: 0.9rem;
  color: #333;
  line-height: 1.5rem;
  padding-top: 1.8rem;
}
.three_r dl dd ul {
  width: 100%;
  margin-top: 2.5rem;
}
.three_r dl dd ul li {
  font-size: 0.9rem;
  color: #333;
  line-height: 2rem;
}
.three_r dl dt img,
.fuw dl dt img,
.fuw .hover img {
  width: 100%;
  height: 100%;
  display: block;
}
.three_btn {
  width: 15%;
  height: 4rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  top: 33.5rem;
  right: 12.5rem;
  z-index: 2;
}
.three_btn p {
  width: 3.9rem;
  height: 3.7rem;
  line-height: 0;
  cursor: pointer;
}
.three_btn img {
  width: 3.9rem;
  height: 3.7rem;
}
.three_btn .pageState {
  height: 4rem;
  line-height: 4rem;
  font-size: 1.2rem;
  color: #3c16c5;
  font-weight: bold;
  overflow: hidden;
}
.three_btn .pageState span {
  font-size: 2.4rem;
}
/*更多尊享服务*/
.fuw {
  background: #f2f4ff;
  padding: 6rem 0 7rem;
}
.fuw .dingz_tit {
  width: 24%;
}
.fuw dl {
  width: 100%;
  border-radius: 1rem;
  height: 30rem;
}
.fuw dl dt {
  width: 100%;
  height: 22rem;
  line-height: 0;
  overflow: hidden;
  border-radius: 1rem 1rem 0 0;
}
.fuw dl dd {
  width: 100%;
  height: 8rem;
  padding: 0 1rem;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  background: #fff;
  border: #b4b5d8 0.1rem solid;
  border-top: none;
  border-radius: 0 0 1rem 1rem;
  position: relative;
}
.fuw dl dd em {
  width: 5rem;
  height: 5rem;
  line-height: 0;
  overflow: hidden;
}
.fuw dl dd em img {
  width: 5rem;
  height: 5rem;
}
.fuw dl dd span {
  font-size: 0.9rem;
  color: #333;
  line-height: 1.5rem;
  padding-left: 1.2rem;
  font-weight: bold;
}
.fuw dl dd i {
  padding-bottom: 0.3rem;
  display: block;
  font-size: 1.2rem;
  color: #3c16c5;
}
.fuw dl dd b {
  display: block;
  width: 2.3rem;
  height: 2.3rem;
  line-height: 0;
  overflow: hidden;
  position: absolute;
  top: 2rem;
  right: 1.2rem;
}
.fuw dl dd b img {
  width: 2.3rem;
  height: 2.3rem;
}
.fuw-ul {
  margin-top: 2rem;
}
.fuw-ul li {
  float: left;
  width: 26.8%;
  height: 30rem;
  position: relative;
  overflow: hidden;
  transition: 0.5s;
  margin-left: 2.9%;
  border-radius: 1rem;
}
.fuw-ul li:first-child {
  margin-left: 0;
}
.fuw-ul li .default {
  width: 100%;
  height: 30rem;
}
.fuw-ul li .hover {
  width: 100%;
  height: 30rem;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.fuw-ul li .hover p {
  position: absolute;
  left: 13%;
  top: 3rem;
  width: 74%;
  font-size: 0.9rem;
  color: rgba(62, 46, 119, 0.7);
  line-height: 1.3rem;
}
.fuw-ul li .hover i {
  color: rgba(21, 0, 175, 0.7);
}
.fuw-ul li .hover.fuw03 p {
  width: 40%;
  left: 2.5rem;
  top: 10.5rem;
}
.fuw-ul li.cur {
  width: 40.5%;
}
.fuw-ul li.cur .default {
  opacity: 0;
}
.fuw-ul li.cur .hover {
  opacity: 1;
}
.fuw .hover:before {
  content: '';
  cursor: pointer;
  position: absolute;
  left: -110%;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: -moz-linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
  background-image: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
  transform: skewx(-25deg);
}
.fuw .hover:hover:before {
  left: 110%;
  -moz-transition: 1s;
  -o-transition: 1s;
  -webkit-transition: 1s;
  transition: 1s;
}
/*操作流程*/
.liuc {
  padding: 0.5rem 0 0;
  width: 100%;
  height: 38.8rem;
  overflow: hidden;
  background-image: url('../images/aizhiying_liucbg.jpg');
  background-repeat: no-repeat;
  background-position: center 0;
  background-size: 100% 39.3rem;
}
.liuc_l {
  width: 41%;
  margin-top: 4rem;
}
.liuc_l .dingz_tit {
  width: 40%;
}
.liuc_l h3 {
  line-height: 1.5rem;
  font-size: 1.4rem;
  color: #7e60f5;
  margin-top: 1.5rem;
  font-weight: normal;
}
.liuc_l h3 i {
  display: block;
  font-size: 2.4rem;
  line-height: 2.5rem;
  padding-top: 0.5rem;
}
.liuc_l ul {
  margin-top: 2rem;
  width: 100%;
}
.liuc_l ul li {
  width: 100%;
  height: 7rem;
  font-size: 0.8rem;
  color: #fff;
  line-height: 1rem;
  padding: 0.6rem 0 0;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 0.5rem;
  margin-bottom: 0.6rem;
}
.liuc_l ul li b {
  display: block;
  float: left;
  width: 1.3rem;
  text-align: center;
  height: 1.3rem;
  font-size: 0.8rem;
  color: #7e60f5;
  line-height: 1.2rem;
  border: #d7cbff 0.15rem solid;
  border-radius: 50%;
  margin: 0 0.8rem 0 2rem;
}
.liuc_l ul li span {
  width: 80%;
  float: left;
  font-size: 0.9rem;
  color: #333;
  line-height: 1.3rem;
}
.liuc_l ul li i {
  display: block;
  font-size: 1rem;
  padding-bottom: 0.3rem;
  line-height: 1.6rem;
  height: 1.6rem;
}
.liuc_l ul li:nth-child(1) {
  background-image: url('../images/aizhiying_liucline.png');
  background-repeat: no-repeat;
  background-position: 2.6rem 3rem;
  background-size: 0.3rem 2.8rem;
}
.liuc_r {
  width: 36.1%;
  cursor: pointer;
  line-height: 0;
  overflow: hidden;
}
/*优势*/
.super {
  padding: 4.5rem 0 6rem;
  width: 100%;
  overflow: hidden;
  background: #eff1fe;
}
.sup_t {
  padding-bottom: 1rem;
}
.sup_t .dingz_tit {
  width: 18%;
  height: 8rem;
  float: left;
}
.sup_t .dingz_tit i {
  display: block;
}
.sup_desc {
  width: 70%;
  float: right;
  display: flex;
  justify-content: space-between;
}
.sup_desc p {
  width: 46%;
  font-size: 0.8rem;
  color: rgba(13, 0, 61, 0.7);
  line-height: 1.5rem;
}
.sup_desc i {
  display: block;
}
.sup_bot {
  padding: 4rem 0 0;
  width: 100%;
  height: 33.4rem;
  overflow: hidden;
  background-image: url('../images/aizhiying_ysren.png');
  background-repeat: no-repeat;
  background-position: center 0;
  background-size: 100% 37.4rem;
  position: relative;
}
.digital {
  width: 90%;
  margin: 0 auto;
  overflow: hidden;
}
.digital ul li {
  color: #fff;
  height: 7.5rem;
  padding-top: 6.5rem;
  font-weight: bold;
  float: left;
  width: 26%;
}
.digital ul li b,
.digital ul li i {
  font-size: 6rem;
  line-height: 5rem;
}
.digital ul li span {
  display: block;
  width: 100%;
  font-size: 0.9rem;
  line-height: 1.2rem;
  clear: both;
  padding: 0.8rem 0 0 1rem;
  box-sizing: border-box;
}
.digital ul li:nth-child(2n) {
  text-align: right;
  margin-left: 48%;
}
.sup_small {
  border-radius: 0.5rem;
  padding: 0.6rem 1rem 0.6rem 0.6rem;
  background: linear-gradient(to right, #ede6fa 0%, #cfbef1 100%);
  display: inline-block;
}
.sup_small em {
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 0.5rem;
  display: block;
  float: left;
  line-height: 0;
  overflow: hidden;
}
.sup_small em img {
  width: 3.2rem;
  height: 3.2rem;
}
.sup_small span {
  display: block;
  float: left;
  font-size: 0.8rem;
  color: #170345;
  line-height: 1.2rem;
  padding: 0.4rem 0 0 0.5rem;
}
.sup_small i {
  display: block;
}
.sup_small b {
  width: 1.5rem;
  height: 1.5rem;
  display: block;
  line-height: 0;
  overflow: hidden;
  position: absolute;
  top: -0.8rem;
  left: -0.6rem;
}
.sup_small b img {
  width: 1.5rem;
  height: 1.5rem;
}
.sup_m dl {
  opacity: 0;
  position: absolute;
  top: -4rem;
  left: 0;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 1rem;
  overflow: hidden;
  width: 33rem;
  z-index: 5;
}
.sup_m dl dt {
  width: 11rem;
  height: 11rem;
  border-radius: 1rem 0 0 1rem;
  float: left;
  line-height: 0;
  overflow: hidden;
}
.sup_m dl dt img {
  width: 11rem;
  height: 11rem;
}
.sup_m dl dd {
  float: left;
  width: 18rem;
  padding: 1.5rem 0 0 1.5rem;
}
.sup_m dl dd h5 {
  font-size: 1rem;
  color: #333;
  line-height: 1.5rem;
}
.sup_m dl dd i {
  display: block;
}
.sup_m dl dd p {
  font-size: 0.8rem;
  color: #666;
  line-height: 1.2rem;
  padding-top: 0.5rem;
}
.sup_m:hover .sup_small {
  opacity: 0;
}
.sup_m:hover dl {
  opacity: 1;
}
.sup01 {
  position: absolute;
  top: 15.6rem;
  left: 56%;
}
.sup01 dl {
  width: 25rem;
}
.sup01 dl dd {
  width: 10rem;
}
.sup02 {
  position: absolute;
  top: 23rem;
  left: 23%;
}
.sup02 .sup_small b {
  width: 3rem;
  height: 2.7rem;
  display: block;
  line-height: 0;
  overflow: hidden;
  position: absolute;
  top: -1.4rem;
  left: auto;
  right: -1.6rem;
}
.sup02 .sup_small b img {
  width: 3rem;
  height: 2.7rem;
}
.sup02 dl {
  left: -5rem;
}
.sup03 {
  position: absolute;
  top: 26rem;
  left: 46%;
}
/*案例*/
.case {
  padding: 3rem 0 0;
  width: 100%;
  height: 52.3rem;
  overflow: hidden;
  background-image: url('../images/aizhiying_casebg.jpg');
  background-repeat: no-repeat;
  background-position: center 0;
  background-size: 100% 55.3rem;
}
.case .dingz_tit {
  width: 28%;
  background-image: linear-gradient(to left, #b1a6f9, #5026f1);
}
.case_nav {
  width: 20.2rem;
  height: 4rem;
  overflow: hidden;
  background-image: url('../images/aizhiying_casetbg.png');
  background-repeat: no-repeat;
  background-position: center 0;
  background-size: 100% 4rem;
  margin: 1.5rem auto 0;
}
.case_nav ul li {
  width: 50%;
  float: left;
  line-height: 4rem;
  text-align: center;
}
.case_nav ul li a {
  font-size: 1rem;
  color: #333;
}
.case_nav ul li:first-child a {
  color: #fff;
}
.casem {
  width: 100%;
  margin-top: 2rem;
}
.casem dl {
  background-image: url('../images/aizhiying_casek.png');
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 28.9rem 27.2rem;
}
.casem dl dt {
  width: 40%;
  float: left;
  line-height: 0;
  overflow: hidden;
}
.casem dl dd {
  width: 48%;
  float: left;
  padding: 7rem 0 0 2.5rem;
}
.casem dl dd h5 {
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 2rem;
  color: #0a012f;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.casem dl dd p {
  font-size: 0.8rem;
  color: rgba(13, 0, 61, 0.7);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  line-height: 1.3rem;
  height: 5.2rem;
  margin-top: 1.5rem;
}
.casem dl dd span {
  position: relative;
  font-size: 0.9rem;
  color: rgba(13, 0, 61, 0.7);
  display: flex;
  align-items: center;
  margin-top: 3rem;
  padding-top: 1.6rem;
  width: 100%;
  height: 2.7rem;
}
.casem dl dd span:before {
  content: '';
  width: 2.8rem;
  height: 1px;
  position: absolute;
  left: 0;
  top: 0;
  background: #383651;
}
.casem dl dd em {
  width: 2.7rem;
  height: 2.7rem;
  line-height: 0;
  overflow: hidden;
  margin-right: 0.7rem;
}
.casem dl dd em img {
  width: 2.7rem;
  height: 2.7rem;
}
.casem dl dd h5:hover {
  font-weight: bold;
}
.case_btn {
  width: 100%;
  height: 2.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2rem;
}
.case_btn .swiper-pagination {
  position: relative;
}
.case_btn .swiper-pagination-bullet {
  width: 2.2rem;
  height: 2.2rem;
  background-image: url('../images/aizhiying_caseico01.png');
  background-repeat: no-repeat;
  background-position: center 0;
  background-size: 2.2rem 2.2rem;
  background-color: transparent;
  border-radius: 0;
  opacity: 1;
  font-size: 0.7rem;
  color: #7341e3;
  font-weight: bold;
  text-align: center;
  line-height: 2.2rem;
  margin: 0 0.25rem;
}
.case_btn .swiper-pagination-bullet-active {
  font-size: 0.9rem;
  background-image: url('../images/aizhiying_caseico02.png');
}
.case_btn i {
  width: 2.4rem;
  height: 0.6rem;
  line-height: 0;
  overflow: hidden;
  cursor: pointer;
  padding: 0 0.5rem;
}
.case_btn img {
  width: 2.4rem;
  height: 0.6rem;
}
/*FAQ问答库*/
.faq {
  padding: 6rem 0;
  background: #7866fa;
  overflow: hidden;
}
.faq .dingz_tit {
  width: 20%;
  background-image: linear-gradient(to right, #f4f2fe, #daa0fd);
}
.faqm {
  width: 100%;
  margin-top: 2rem;
  position: relative;
}
.faqm .swiper-container-horizontal > .swiper-pagination-bullets{bottom:0;}
.faqm .faq_list {
  width: 85%;
  padding-bottom: 3rem;
}
.faqm .swiper-pagination-bullet {
  width: 0.9rem;
  height: 0.9rem;
  background-image: url('../images/aizhiying_dot01.png');
  background-repeat: no-repeat;
  background-position: center 0;
  background-size: 0.9rem 0.9rem;
  background-color: transparent;
  border-radius: 0;
  opacity: 1;
  text-indent: -999999px;
}
.faqm .swiper-pagination-bullet-active {
  background-image: url('../images/aizhiying_dot02.png');
}
.faqm dl {
  width: 28.1%;
  transform: scale(0.9);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.faqm dl dt {
  width: 100%;
  line-height: 0;
  overflow: hidden;
  border-radius: 1rem;
}
.faqm dl dd {
  width: 82%;
  position: absolute;
  top: 1rem;
  left: 9%;
}
.faqm dl dd .faq_time {
  display: block;
  width: 100%;
  height: 3.5rem;
  line-height: 3.2rem;
  overflow: hidden;
  font-size: 2.2rem;
  color: #fff;
  position: relative;
}
.faqm dl dd .faq_time i {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.8);
  margin-left: 0.3rem;
}
.faqm dl dd .faq_time:before {
  content: '';
  width: 4.5rem;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #fff;
}
.faqm dl dd h5 {
  font-size: 1.4rem;
  color: #fff;
  width: 100%;
  margin-top: 1rem;
  line-height: 2rem;
}
.faqm dl dd h5 i {
  width: 80%;
  line-height: 2.5rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.faqm dl dd span {
  font-size: 1rem;
  text-align: center;
  line-height: 1.8rem;
  width: 2.6rem;
  height: 1.9rem;
  background-image: url('../images/aizhiying_faqk01.png');
  background-repeat: no-repeat;
  background-position: center 0;
  background-size: 2.6rem 1.9rem;
  margin-right: 0.5rem;
}
.faqm dl dd p {
  display: none;
  font-size: 0.8rem;
  color: #fff;
  margin-top: 1rem;
  line-height: 1.3rem;
}
.faqm dl dd p i {
  display: block;
}
.faqm dl dd em {
  display: block;
  width: 2.2rem;
  height: 2.2rem;
  line-height: 0;
  overflow: hidden;
  margin-top: 2rem;
}
.faqm dl dd em img {
  width: 2.2rem;
  height: 2.2rem;
}
.faqm dl.swiper-slide-active {
  transform: scale(1);
}
.faqm dl.swiper-slide-active dd p {
  display: block;
}
.faq_btn {
  display: block;
  width: 3.9rem;
  height: 3.9rem;
  position: absolute;
  top: 18rem;
  z-index: 5;
  line-height: 0;
  overflow: hidden;
  cursor: pointer;
}
.faq_btn img {
  width: 3.9rem;
  height: 3.9rem;
}
.faq-prev {
  left: 0;
}
.faq-next {
  right: 0;
}
/**/
html{font-size:12px;-webkit-text-size-adjust:none}
@media screen and (min-width:1200px){html{font-size:12.5px}
}
@media screen and (min-width:1280px){html{font-size:13.33333px}
}
@media screen and (min-width:1366px){html{font-size:14.22916px}
}
@media screen and (min-width:1440px){html{font-size:15px}
}
@media screen and (min-width:1600px){html{font-size:16.66666px}
}
@media screen and (min-width:1800px){html{font-size:18.75px}
}
@media screen and (min-width:1920px){html{font-size:20px}
}
@media screen and (min-width:2144px){html{font-size:22.33333px}
}
@media screen and (min-width:2400px){html{font-size:25px}
}
@media screen and (min-width:2752px){html{font-size:28.66666px}
}
@media screen and (min-width:3200px){html{font-size:33.33333px}
}
@media screen and (min-width:3840px){html{font-size:40px}
}
/**/
@keyframes warn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  5% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: scale(2);
    transform: scale(2);
  }
}
@keyframes warn2 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  5% {
    opacity: 8;
  }
  to {
    opacity: 0;
    -webkit-transform: scale(2);
    transform: scale(2);
  }
}
/**/
@-webkit-keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
  }
  20%,
  60% {
    -webkit-transform: translate3d(-10px, 0, 0);
  }
  40%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
  }
}
@keyframes shake {
  from,
  to {
    transform: translate3d(0, 0, 0);
  }
  20%,
  60% {
    transform: translate3d(-10px, 0, 0);
  }
  40%,
  80% {
    transform: translate3d(10px, 0, 0);
  }
}
/*图标抖动*/
@-webkit-keyframes hvr-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}
@keyframes hvr-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}
