@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  list-style: none; }

/*
KISSY CSS Reset
理念：1. reset 的目的不是清除浏览器的默认样式，这仅是部分工作。清除和重置是紧密不可分的。
	  2. reset 的目的不是让默认样式在所有浏览器下一致，而是减少默认样式有可能带来的问题。
	  3. reset 期望提供一套普适通用的基础样式。但没有银弹，推荐根据具体需求，裁剪和修改后再使用。
特色：1. 适应中文；2. 基于最新主流浏览器。*/
/** 清除内外边距 **/
body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td {
  margin: 0;
  padding: 0; }

/** 设置默认字体 **/
body,
button,
input,
select,
textarea {
  font-family: 微软雅黑;
  font-size: 12px;
  background-color: white; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%; }

address,
cite,
dfn,
em,
var {
  font-style: normal; }

/* 将斜体扶正*/
code,
kbd,
pre,
samp {
  font-family: courier new, courier, monospace; }

/* 统一等宽字体*/
small {
  font-size: 12px; }

/* 小于 12px 的中文很难阅读，让 small 正常化*/
/** 重置列表元素 **/
ul,
ol {
  list-style: none; }

/** 重置文本格式元素 **/
a {
  text-decoration: none; }

a:hover {
  text-decoration: underline; }

/** 重置表单元素 **/
legend {
  color: #000; }

/* for ie6*/
fieldset,
img {
  border: 0; }

/* img 搭车：让链接里的 img 无边框*/
button,
input,
select,
textarea {
  font-size: 100%; }

/* 使得表单元素在 ie 下能继承字体大小*/
/* 注：optgroup 无法扶正*/
/** 重置表格元素 **/
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* 处理图像3px问题 */
img {
  vertical-align: middle; }

input {
  outline: none; }

textarea {
  outline: none; }

.clearfix::after {
  content: "";
  display: block;
  clear: both; }

a:hover {
  text-decoration: none; }

body {
  min-width: 1440px; }

.yellowBgc {
  width: 100%;
  height: 520px;
  position: absolute;
  top: 0; }
  .yellowBgc img {
    width: 100%;
    height: 520px; }

.nav {
  position: fixed;
  top: 0;
  z-index: 99;
  width: 100%;
  height: 80px;
  backdrop-filter: blur(6px);
  background: linear-gradient(to top right, #fac846, #f0ab0c); }

.nav-center {
  position: relative;
  display: flex;
  align-items: center;
  margin: 0 auto;
  width: 1440px;
  height: 100%;
  color: #333; }

.logo {
  margin-right: 64px;
  width: 237px;
  height: 100px;
  transform: translateX(-60px); }

.nav-list {
  display: flex;
  height: 100%; }

.nav-item {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  margin-right: 32px;
  transform: translateX(-70px);
  font-size: 18px !important;
  font-weight: 600; }

.active::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 36px;
  height: 2px;
  background: #fd5241;
  border-radius: 2px;
  left: 50%;
  transform: translateX(-50%); }

.nav-item a {
  color: #333;
  font-size: 16px; }

.nav-right {
  display: flex;
  align-items: center;
  transform: translateX(40px); }

.nav-right-item {
  margin-right: 30px; }

.nav-right-item a {
  font-size: 14px;
  color: #333; }

.login {
  width: 77px;
  height: 27px;
  background: #fff;
  border-radius: 15px;
  text-align: center;
  line-height: 27px; }

.login a {
  font-size: 12px;
  color: #333; }

.banner {
  position: relative;
  z-index: 1;
  width: 1440px;
  margin: 0 auto;
  margin-top: 80px;
  border-radius: 32px;
  height: 440px;
  background-color: #949592;
  background-repeat: no-repeat;
  background-size: cover; }

.search {
  position: absolute;
  top: 220px;
  left: 50%;
  transform: translateX(-50%);
  width: 600px;
  height: 40px;
  background: #ffffff;
  border-radius: 15px;
  opacity: 0.8;
  overflow: hidden;
  box-sizing: border-box; }

.search-ipt {
  font-size: 18px;
  color: #000;
  padding-left: 28px;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border: 0; }

.search-right {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 40px;
  border-radius: 0px 4px 4px 0px;
  cursor: pointer; }

.hotsearch {
  display: flex;
  align-items: center;
  position: absolute;
  top: 270px;
  left: 50%;
  transform: translateX(-50%);
  height: 28px;
  color: #fff;
  font-size: 16px; }

.hotsearch-title {
  margin-left: 6px;
  margin-right: 8px;
  width: 60px; }

.hotsearch-list {
  display: flex; }

.hotsearch-item {
  margin-right: 24px; }

.hotsearch-item a {
  color: #fff; }

.hotsearch-item a:hover {
  text-decoration: underline; }

.classification {
  padding: 80px 0;
  width: 100%;
  height: 354px;
  background: #f7f7f7;
  box-sizing: border-box; }

.classification-center {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  width: 1440px;
  height: 194px; }

.classification-item {
  position: relative;
  width: 345px;
  height: 194px;
  border-radius: 4px;
  overflow: hidden; }
  .classification-item:hover .classification-img {
    scale: 1.1; }
  .classification-item:hover .classification-meng {
    opacity: 0; }

.classification-img {
  transition: ease-out 0.6s;
  width: 100%;
  height: 100%; }

.classification-meng {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  transition: all 0.5s;
  text-align: center;
  line-height: 194px;
  font-size: 28px;
  font-weight: 500;
  color: #ffffff;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(15px); }
  .classification-meng:hover {
    backdrop-filter: blur(0px); }

/* 精选推荐 */
.recommend {
  position: relative;
  width: 100%;
  height: 980px;
  background-color: #fbfcff; }

.shadow {
  position: absolute;
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
  height: 50px;
  font-size: 36px;
  font-weight: 600;
  color: #dfe0e2;
  line-height: 50px; }

.shadow-meng {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, #f0f2f5 0%, rgba(240, 242, 245, 0.1) 100%); }

.recommend-title {
  position: absolute;
  top: 107px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 32px;
  font-weight: 600;
  color: #333333; }

.recommend-center {
  margin: 0 auto;
  padding-top: 182px;
  width: 1440px;
  height: 100%;
  box-sizing: border-box; }

.recommend-classification {
  width: 200px;
  height: 48px;
  font-size: 16px;
  text-align: center;
  display: flex;
  align-items: center;
  box-shadow: 0px 6px 8px 0px rgba(0, 0, 0, 0.08);
  border-radius: 24px 24px 24px 24px;
  overflow: auto; }

.recommend-select {
  width: 80px;
  position: relative;
  cursor: pointer;
  color: #999;
  padding: 2px 5px;
  border-radius: 4px; }

.recommend-select:nth-child(1) {
  margin-right: 10px;
  margin-left: 8px; }

.recommend-select:nth-child(1)::after {
  content: "|";
  position: absolute;
  right: -10px;
  width: 10px;
  height: 20px;
  color: #e6e6e6; }

.ractive {
  color: #000;
  background-color: #fff;
  font-weight: 600; }

.separate {
  margin: 0 28px 0 18px; }

.recommend-main {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-content: space-between;
  margin-top: 32px;
  width: 100%;
  height: 544px; }

.recommend-main::after {
  content: "";
  width: 466px; }

.recommend-main-item {
  position: relative;
  border-radius: 10px;
  box-shadow: 20px 20px 60px #bebebe, -20px -20px 60px #ffffff;
  width: 466px;
  height: 262px;
  margin-bottom: 60px; }

.recommend-main-item-img {
  cursor: pointer;
  width: 100%;
  height: 100%; }

.recommend-main-item-top {
  position: absolute;
  top: 16px;
  left: 20px;
  padding: 4px 14px;
  background: #000000;
  border-radius: 4px;
  opacity: 0.3;
  border: 2px solid #ffffff;
  color: #ffffff;
  font-size: 14px; }

.recommend-main-item-bottom {
  position: absolute;
  width: 100%;
  bottom: -40px;
  left: 0;
  font-size: 20px;
  color: #000;
  padding: 10px 0;
  background-color: #f1f1f1;
  box-shadow: 0 0 10px #dbd5d5; }

.recommend-main-item-bottom p {
  margin-left: 15px; }

/* 发现好素材 */
.material {
  position: relative;
  width: 1440px;
  margin: auto;
  height: 1600px;
  margin-top: -10px; }

.bg247 {
  background: linear-gradient(0deg, #f7f7f7 0%, rgba(247, 247, 247, 0.1) 100%); }

.material-center {
  margin: 0 auto;
  width: 1440px;
  height: 100%;
  box-sizing: border-box; }

.material-item {
  margin-bottom: 50px;
  height: 264px;
  width: 100%; }

.material-item-top {
  display: flex;
  align-items: center;
  width: 1440px;
  height: 40px; }

.material-item-top-title {
  font-size: 18px;
  font-family: PingFang TC-Medium, PingFang TC;
  font-weight: 600;
  color: #333333;
  line-height: 21px; }

.material-item-bottom {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 194px; }

.material-item-bottom-item {
  position: relative;
  width: 260px;
  height: 245px;
  background: #ffffff;
  box-shadow: 0px 6px 8px 0px rgba(0, 0, 0, 0.04);
  border-radius: 8px; }

.material-item-bottom-item-img {
  cursor: pointer;
  width: 100%;
  height: 167px;
  border-radius: 8px 8px 0 0; }

.material-item-bottom-item-desc {
  font-size: 14px;
  height: 30px;
  color: #333;
  line-height: 18px;
  font-weight: 600;
  margin: 2px 0 5px 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

/* 设计定制 */
.design {
  position: relative;
  width: 100%;
  height: 724px;
  background-color: #f0f2f5; }

.design-center {
  padding-top: 182px;
  margin: 0 auto;
  width: 1440px;
  overflow: hidden;
  box-sizing: border-box; }

.design-top {
  margin-left: 25px;
  font-size: 16px;
  color: #999999; }

.design-top-img {
  margin-top: 3px;
  margin-left: 3px; }

.design-mian {
  margin-top: 24px;
  height: 300px;
  width: 100%; }

.swiper {
  width: 100%;
  height: 100%; }

.swiper-slide {
  position: relative;
  margin-right: 16px;
  width: 250px !important;
  height: 252px !important;
  background-size: cover;
  box-shadow: 0px 6px 8px 0px rgba(0, 0, 0, 0.04);
  border-radius: 8px !important; }
  .swiper-slide .title {
    position: absolute;
    top: 220px;
    left: 50%;
    transform: translateX(-50%); }
    .swiper-slide .title p {
      font-size: 24px;
      font-family: PingFangSC-Medium, PingFang SC;
      font-weight: 500;
      color: #ffffff; }
  .swiper-slide .count {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    position: absolute;
    color: #fff;
    top: 270px;
    font-size: 18px; }
    .swiper-slide .count .icon {
      display: flex;
      width: 18px;
      height: 18px; }
    .swiper-slide .count span {
      margin: 0 5px; }
    .swiper-slide .count .txt {
      margin-left: 6px; }

.desc {
  box-sizing: border-box;
  transition: all 0.4s;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 350px;
  background: #000000;
  border-radius: 4px;
  opacity: 0;
  backdrop-filter: blur(2px); }
  .desc p {
    font-size: 16px;
    color: #fff;
    margin: 24px;
    word-wrap: break-word;
    text-indent: 2rem;
    overflow: hidden;
    text-overflow: ellipsis; }

.cover {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
  background-color: rgba(0, 0, 0, 0.6); }
  .cover .video {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 1200px;
    height: 700px;
    transform: translate(-50%, -50%);
    z-index: 10; }
    .cover .video video {
      width: 100%;
      height: 100%; }

.footer .bottom {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 64px;
  background-color: #fbc846; }

.footer .top {
  height: 299px;
  background-color: #fbc846; }

.footer .top .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 1440px;
  height: 299px;
  margin: 0 auto; }

.footer .top .container .right {
  flex: 1; }

.footer .top .container .right ul {
  display: flex;
  justify-content: space-evenly;
  color: #333;
  font-weight: 600;
  line-height: 24px; }

.footer .top .container .right dt {
  margin-bottom: 24px;
  font-size: 18px; }

.footer .top .container .right dd {
  cursor: pointer;
  margin-top: 14px;
  font-size: 15px;
  opacity: 0.6; }
  .footer .top .container .right dd a {
    color: #333; }

.footer .top .container .qr {
  display: flex;
  flex-direction: column;
  align-items: center; }

.footer .bottom p {
  display: flex;
  justify-content: space-between;
  transform: translateY(10px); }

.footer .bottom p span {
  font-size: 13px;
  font-family: PingFang TC-Regular, PingFang TC;
  margin-right: 30px;
  font-weight: 400;
  color: #333;
  line-height: 22px; }

.swiper-button-next,
.swiper-button-prev {
  z-index: 1; }

.feedback_customized2 {
  width: 720px;
  height: 660px;
  z-index: 999;
  position: fixed;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  border-radius: 6px;
  overflow: auto;
  background-color: #fff; }
  .feedback_customized2 img {
    cursor: pointer;
    position: relative;
    left: 684px;
    top: 20px; }
  .feedback_customized2 h2 {
    padding-bottom: 25px;
    border-bottom: 1px solid #d9dcde;
    text-align: center;
    font-weight: 400;
    color: #9aafbd;
    font-size: 16px;
    width: 660px;
    margin: 0 auto;
    margin-top: 25px; }
  .feedback_customized2 .selected {
    margin-top: 40px;
    margin-left: 30px;
    font-size: 14px;
    color: #000000 !important; }
    .feedback_customized2 .selected label {
      margin-right: 50px; }
    .feedback_customized2 .selected .form_customized {
      display: flex;
      justify-content: space-between;
      width: 90%;
      margin-bottom: 20px;
      color: #000000 !important; }
      .feedback_customized2 .selected .form_customized div {
        flex: 1; }
    .feedback_customized2 .selected p {
      margin-bottom: 20px; }
  .feedback_customized2 textarea {
    padding: 8px 15px;
    border-radius: 4px;
    margin-top: 20px;
    margin-left: 30px;
    width: 628px;
    height: 100px;
    outline: none;
    resize: none;
    color: #555555;
    border: 1px solid #d9d9d9; }
  .feedback_customized2 .btn {
    cursor: pointer;
    width: 260px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    background-color: #e74b3b;
    border-radius: 5px;
    margin: 0 auto;
    margin-top: 40px;
    font-size: 16px;
    color: #ffffff; }

.blurry {
  background: gray;
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9;
  filter: alpha(opacity=60);
  opacity: 0.5 !important; }

.feedback {
  width: 720px;
  height: 450px;
  z-index: 999;
  position: fixed;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  border-radius: 6px;
  overflow: auto;
  background-color: #fff; }
  .feedback img {
    cursor: pointer;
    position: relative;
    left: 684px;
    top: 20px; }
  .feedback h2 {
    padding-bottom: 25px;
    border-bottom: 1px solid #d9dcde;
    text-align: center;
    font-weight: 400;
    color: #9aafbd;
    font-size: 16px;
    width: 660px;
    margin: 0 auto;
    margin-top: 25px; }
  .feedback .selected {
    margin-top: 40px;
    margin-left: 30px;
    font-size: 14px; }
    .feedback .selected label {
      margin-right: 50px; }
      .feedback .selected label input {
        width: 16px;
        height: 16px;
        position: relative;
        top: 3px;
        color: red; }
  .feedback textarea {
    padding: 8px 15px;
    border-radius: 4px;
    margin-top: 40px;
    margin-left: 30px;
    width: 628px;
    height: 100px;
    outline: none;
    resize: none;
    color: #555555;
    border: 1px solid #d9d9d9; }
  .feedback .btn {
    cursor: pointer;
    width: 260px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    background-color: #e74b3b;
    border-radius: 5px;
    margin: 0 auto;
    margin-top: 40px;
    font-size: 16px;
    color: #ffffff; }

.findVideo {
  width: 220px;
  height: 304px;
  background: #ffffff;
  box-shadow: 0px 6px 12px 0px rgba(60, 81, 86, 0.1);
  border-radius: 16px;
  position: absolute;
  top: 80px;
  display: none; }
  .findVideo ul {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    width: 204px;
    margin: auto;
    height: 95%;
    margin-top: 2.5%; }
    .findVideo ul li {
      font-size: 16px;
      font-weight: 600;
      color: #333333;
      line-height: 48px;
      padding-left: 20px;
      width: 90%;
      height: 100%; }
      .findVideo ul li a {
        display: inline-block;
        width: 100%;
        height: 100%; }
    .findVideo ul li:hover {
      background-color: #f7f7f7;
      border-radius: 8px; }

.myHeader_more {
  width: 320px;
  height: 340px;
  background: #ffffff;
  box-shadow: 0px 6px 12px 0px rgba(60, 81, 86, 0.1);
  border-radius: 16px;
  position: absolute;
  top: 80px;
  display: none; }

.myHeader_more_top {
  display: flex; }
  .myHeader_more_top .myHeader_more_top_name {
    color: #000;
    font-weight: 600;
    line-height: 27px;
    font-size: 18px; }
  .myHeader_more_top .myHeader_more_top_renzheng {
    width: 36px;
    height: 17px;
    font-size: 12px;
    color: #3b3e4e;
    line-height: 17px;
    background: linear-gradient(90deg, #fac846 0%, #ffb916 100%);
    text-align: center;
    border-radius: 5px;
    margin-top: 2px; }

.myHeader_more_mid > img {
  width: 310px;
  height: 110px;
  transform: translate(5px, -15px); }

.myHeader_more_mid > div {
  display: flex;
  justify-content: space-around;
  width: 288px;
  margin-left: 16px;
  transform: translateY(-95px);
  text-align: center; }

.myHeader_more_mid .firP {
  color: #333;
  font-size: 13px;
  margin-bottom: 6px; }

.myHeader_more_mid .secPs {
  color: #333;
  font-size: 22px;
  font-weight: bold; }

.myHeader_more_bottom {
  transform: translate(15px, -75px);
  width: 288px;
  height: 156px;
  display: grid;
  text-align: center;
  align-items: center;
  grid-template-columns: repeat(3, 33%);
  grid-template-rows: repeat(2, 50%);
  font-size: 14px;
  color: #333; }

.imgshow {
  display: inline; }

.tuichushow {
  display: inline; }

.imgnone {
  display: none; }

.tuichunone {
  display: none; }

.myHeader_more_main {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  width: 188px;
  margin: auto;
  height: 260px;
  border-bottom: 1px solid #e6e6e6; }
  .myHeader_more_main li {
    width: 182px;
    height: 100%;
    font-size: 14px;
    color: #333;
    padding: 10px 0 0 10px; }
    .myHeader_more_main li img {
      margin-right: 14px; }
    .myHeader_more_main li a {
      display: inline-block;
      width: 100%;
      height: 100%; }
  .myHeader_more_main li:hover {
    background-color: #f7f7f7;
    border-radius: 8px; }

.loginout {
  font-size: 14px;
  color: #333;
  width: 188px;
  margin: auto;
  height: 35px;
  padding: 15px 0 0 15px; }
  .loginout img {
    margin-right: 14px; }

.loginout:hover {
  background-color: #f7f7f7;
  border-radius: 8px; }

.chosenRecommend {
  width: 1440px;
  height: 415px;
  margin: auto; }
  .chosenRecommend .chosenRecommend-title {
    color: #333;
    font-size: 24px;
    font-weight: 600;
    margin-top: 48px;
    margin-bottom: 24px; }

.copyrightPro {
  width: 1440px;
  margin: auto;
  height: 116px;
  display: flex;
  background: #ffffff;
  box-shadow: 0px 6px 12px 0px rgba(60, 81, 86, 0.1);
  border-radius: 16px 16px 16px 16px;
  align-items: center;
  margin-top: 24px; }
  .copyrightPro > div {
    flex: 1;
    display: flex;
    padding: 0 32px; }
  .copyrightPro .firstP {
    font-size: 16px;
    font-weight: 600;
    color: #333333;
    line-height: 19px;
    margin: 2px 0 8px 10px; }
  .copyrightPro .secP {
    font-style: 12px;
    color: #999999;
    line-height: 16px;
    margin-left: 10px; }

.active_hot {
  width: 1440px;
  margin: auto;
  height: 380px; }
  .active_hot .active_hot_title {
    color: #333;
    font-size: 24px;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 24px; }
  .active_hot .active_hot_imgBox {
    display: flex; }

.recommend_albums {
  width: 1440px;
  height: 340px;
  margin: auto; }
  .recommend_albums .recommend_albums_title {
    color: #333;
    font-size: 24px;
    font-weight: 600;
    margin-top: 28px;
    margin-bottom: 24px; }
  .recommend_albums .recommend_albums_title_btn {
    width: 104px;
    height: 44px;
    background: #ffffff;
    box-shadow: 0px 6px 8px 0px rgba(0, 0, 0, 0.08);
    border-radius: 24px 24px 24px 24px;
    margin-top: 38px;
    border: none;
    font-weight: 600;
    transform: translateY(-10px); }

.recommend_albums_main {
  display: flex;
  justify-content: space-around; }
  .recommend_albums_main > div {
    width: 260px;
    height: 230px;
    background: #ffffff;
    box-shadow: 0px 6px 8px 0px rgba(0, 0, 0, 0.04);
    border-radius: 8px; }
  .recommend_albums_main > div > a > div > img {
    width: 260px;
    height: 167px;
    border-radius: 8px 8px 0 0; }
  .recommend_albums_main .recommend_albums_main_dis {
    font-size: 16px;
    color: #333;
    line-height: 18px;
    font-weight: 600;
    margin: 16px 0 20px 20px; }

.recommend_title {
  color: #333;
  font-size: 24px;
  font-weight: 600;
  margin-top: 48px;
  margin-bottom: 24px; }

.material_btn {
  width: 104px;
  height: 44px;
  background: #ffffff;
  box-shadow: 0px 6px 8px 0px rgba(0, 0, 0, 0.08);
  border-radius: 24px 24px 24px 24px;
  border: none;
  font-weight: 600;
  margin-top: -15px; }

.myDesign {
  width: 1440px;
  margin: auto;
  height: 400px;
  overflow: hidden; }
  .myDesign .myDesign_title {
    color: #333;
    font-size: 24px;
    font-weight: 600;
    margin-top: 48px;
    margin-bottom: 24px; }
  .myDesign .myDesign_btn {
    width: 104px;
    height: 44px;
    background: #ffffff;
    box-shadow: 0px 6px 8px 0px rgba(0, 0, 0, 0.08);
    border-radius: 24px;
    border: none;
    font-weight: 600;
    transform: translateY(105px); }
  .myDesign .myDesign_box {
    width: 1440px;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 30px; }
    .myDesign .myDesign_box .myDesign_box_item {
      width: 250px;
      height: 194px;
      background: #ffffff;
      box-shadow: 0px 6px 8px 0px rgba(0, 0, 0, 0.04);
      border-radius: 8px 8px 8px 8px;
      margin-bottom: 30px; }
  .myDesign .myDesign_box_item_avatar {
    width: 56px;
    height: 56px;
    transform: translate(12px, -16px); }
  .myDesign .myDesign_box_item_name {
    width: 150px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 14px;
    font-weight: 500;
    color: #333333;
    line-height: 16px;
    transform: translate(80px, -40px); }

.upload {
  width: 1440px;
  margin: auto;
  height: 400px;
  overflow: hidden; }
  .upload .upload_title {
    color: #333;
    font-size: 24px;
    font-weight: 600;
    margin-top: 48px;
    margin-bottom: 24px; }
  .upload .upload_box {
    display: flex;
    justify-content: center; }
    .upload .upload_box .upload_lilbox {
      width: 324px;
      height: 135px;
      background: #ffffff;
      box-shadow: 0px 6px 8px 0px rgba(0, 0, 0, 0.02);
      border-radius: 16px; }
      .upload .upload_box .upload_lilbox p {
        font-size: 24px;
        font-weight: 500;
        color: #333;
        line-height: 28px;
        transform: translate(25px, -50px); }
  .upload .btnbox {
    width: 1440px;
    margin: auto;
    margin-top: 20px;
    text-align: center; }
    .upload .btnbox button {
      width: 290px;
      height: 56px;
      background: #fbc846;
      border-radius: 12px 12px 12px 12px;
      border: none;
      font-size: 18px;
      color: #000;
      margin-top: 30px;
      cursor: pointer; }

.cooperateShow {
  width: 1440px;
  margin: auto;
  height: 250px; }
  .cooperateShow .cooperateShow_title {
    color: #333;
    font-size: 24px;
    font-weight: 600;
    margin-top: 48px;
    margin-bottom: 24px; }
  .cooperateShow .cooperateShow_com {
    width: 140px;
    height: 140px;
    background-color: #fff;
    border-radius: 16px;
    text-align: center; }
    .cooperateShow .cooperateShow_com img {
      width: 80px;
      height: 80px;
      margin-top: 30px; }

.classKefuImg {
  display: none;
  position: absolute;
  width: 100px;
  height: 220px;
  top: -10px;
  right: 70px; }
  .classKefuImg img {
    margin-bottom: 10px; }

.classKefuImg_bottom {
  display: flex;
  position: absolute;
  width: 210px;
  height: 100px;
  justify-content: space-between;
  top: 120px; }

.classKefuImg_bottom_box {
  display: none; }

.customerService {
  width: 720px;
  height: 650px;
  z-index: 999;
  position: fixed;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  border-radius: 6px;
  overflow: hidden;
  background-color: #fac846;
  color: #333333; }
  .customerService img {
    cursor: pointer;
    position: relative;
    left: 684px;
    top: 20px; }
  .customerService h2 {
    text-align: left;
    font-weight: 400;
    color: #000;
    font-size: 16px;
    width: 660px;
    margin: 0 auto; }
  .customerService .communicateArea {
    background-color: #fff;
    width: 95%;
    height: 500px;
    overflow-y: auto;
    padding: 20px 18px;
    border: 1px solid gainsboro;
    padding-bottom: 0;
    margin-top: 25px;
    font-size: 14px; }
    .customerService .communicateArea .communicateItem {
      width: 100%;
      margin-bottom: 10px;
      display: flex;
      flex-wrap: wrap; }
      .customerService .communicateArea .communicateItem .robotBox {
        background-color: #f5f5f5;
        width: 45%;
        padding: 15px;
        border-radius: 8px; }
        .customerService .communicateArea .communicateItem .robotBox .questionItem {
          color: #0000ff;
          margin-top: 10px;
          cursor: pointer; }
        .customerService .communicateArea .communicateItem .robotBox .answerItem {
          color: #000;
          margin-top: 10px;
          cursor: pointer; }
    .customerService .communicateArea .userBox {
      background-color: #e4f7ff;
      width: 45%;
      padding: 15px;
      border-radius: 8px;
      margin-left: 55%; }
      .customerService .communicateArea .userBox .userInput {
        color: #333333;
        text-align: right; }
  .customerService .input_send {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #fff; }
    .customerService .input_send textarea {
      padding: 8px 15px;
      width: 600px;
      height: 50px;
      outline: none;
      resize: none;
      color: #555555;
      border: none; }
    .customerService .input_send .btn {
      cursor: pointer;
      width: 72px;
      height: 50px;
      text-align: center;
      line-height: 50px;
      background: linear-gradient(135deg, #fac846 0%, #ffb916 100%);
      margin: 0 auto;
      font-size: 16px;
      border-radius: 8px; }
