@charset "UTF-8";
html, body {
  font-family: -apple-system, BlinkMacSystemFont, "PingFang SC","Helvetica Neue",STHeiti,"Microsoft Yahei",Tahoma,Simsun,sans-serif;
}

html * {
  outline: 0;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
  -webkit-tap-highlight-color: transparent;
}

body, th, td, p, ol, ul, li, dl, dt, dd, a, h1, h2, h3, h4, h5, h6, form, fieldset, input, legend, select, textarea {
  margin: 0;
  padding: 0;
}

input, img, fieldset {
  border: none;
}

input, select, fieldset {
  vertical-align: middle;
}

ul, ol {
  list-style-type: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  max-width: 100%;
  vertical-align: top;
}

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

a:link {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a:active {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

input:focus::-webkit-input-placeholder {
  color: transparent;
}

input:focus:-moz-placeholder, input:focus::-moz-placeholder {
  color: transparent;
}

button, input[type=button], input[type=password], input[type=submit], input[type=text], textarea {
  -webkit-appearance: none;
}

input:-ms-clear {
  display: none;
}

/* clear IE10 X */
input {
  -webkit-user-modify: read-write-plaintext-only;
}

.clear::after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  line-height: 0;
  visibility: hidden;
}

.tl {
  text-align: left;
}

.tc {
  text-align: center;
}

.tr {
  text-align: right;
}

.bc {
  margin: 0 auto;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.vm {
  vertical-align: middle;
}

.pr {
  position: relative;
}

.pa {
  position: absolute;
}

.none {
  display: none;
}

.block {
  display: block;
}

.f12 {
  font-size: 12px;
}

.f13 {
  font-size: 13px;
}

.f14 {
  font-size: 14px;
}

.f16 {
  font-size: 16px;
}

.f20 {
  font-size: 20px;
}

.fb {
  font-weight: bold;
}

.fn {
  font-weight: normal;
}

.t2 {
  text-indent: 2em;
}

/* ellipsis */
.elli {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.mr6 {
  margin-right: 6px;
}

.w10 {
  width: 10px;
}

.h10 {
  height: 10px;
}

del {
  text-decoration: line-through;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

[v-cloak] {
  display: none;
}

.layout {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

/**layout**/
.layoutbg {
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}

.child-with-unknown-dimensions {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/**
 * 让子元素绝对居中于父容器
 * 向 Sass mixin 传递了宽度，所以就使用负向 margin 处理水平位置，
 * 使用 CSS transform 处理垂直位置 
 */
.child-with-known-width {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 4rem;
  margin-left: -2rem;
  transform: translateY(-50%);
}

/**
 * 让子元素绝对居中于父容器
 * 向 Sass mixin 传递了高度，所以就使用负向 margin 处理垂直位置，
 * 使用 CSS transform 处理水平位置 
 */
.child-with-known-height {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 4rem;
  margin-top: -2rem;
  transform: translateX(-50%);
}

/**
 * 让子元素绝对居中于父容器
 * 向 Sass mixin 传递了高度和宽度，所以就使用负向 margin 处理水平和垂直位置
 */
.child-with-known-dimensions {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 4rem;
  height: 4rem;
  margin: -2rem 0 0 -2rem;
}

::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #d89c76;
}

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #d89c76;
}

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #d89c76;
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #d89c76;
}

[v-cloak] {
  display: none;
}

html,
body {
  max-width: 1080px;
  margin: 0 auto;
  background: #fff;
}

.top {
  width: 100%;
  height: 1.62rem;
  background: url(../images/titlebg.jpg) center 0 no-repeat;
  background-size: 100% auto;
  position: fixed;
  left: 0;
  top: 0;
  background-size: 10.8rem auto;
  z-index: 5;
}

.top2 {
  width: 100%;
  height: 1.62rem;
  background: url(../images/titlebg2.jpg) center 0 no-repeat;
  background-size: 100% auto;
  position: fixed;
  left: 0;
  top: 0;
  background-size: 10.8rem auto;
  z-index: 5;
}

.top3 {
  width: 100%;
  height: 1.62rem;
  background: url(../images/titlebg3.jpg) center 0 no-repeat;
  background-size: 100% auto;
  position: fixed;
  left: 0;
  top: 0;
  background-size: 10.8rem auto;
  z-index: 5;
}

.index-top {
  width: 100%;
  height: 1.62rem;
  background: url(../images/titlebg.jpg) center 0 no-repeat;
  background-size: 100% auto;
  background-size: 10.8rem auto;
}

.title {
  width: 100%;
  height: 1.62rem;
  font-size: 0.72rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.goback {
  width: 0.25rem;
  height: 0.45rem;
  background: url(../images/goback.png) center 0 no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 50%;
  margin-top: -0.22rem;
  left: 0.4rem;
}

.bottom {
  width: 100%;
  height: 1.64rem;
  background: #4c4287;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 5;
}

.bottom ul {
  padding: 0.32rem 1rem;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
}

.bottom ul li {
  color: #4c4287;
  font-size: 0.48rem;
  font-weight: boler;
  width: 4rem;
  height: 1rem;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}

.bottom ul li.btnbg1 {
  width: 4rem;
  height: 1rem;
  background: url(../images/btnbg1.png) center 0 no-repeat;
  background-size: 100% auto;
}

.bottom ul li.btnbg2 {
  width: 4rem;
  height: 1rem;
  background: url(../images/btnbg2.png) center 0 no-repeat;
  background-size: 100% auto;
}

.bottom ul li a {
  color: #4c4287;
  font-size: 0.48rem;
}

.index-top-section {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 5;
  width: 100%;
  background: #fff;
}

.search-content {
  width: 10.2rem;
  padding: 0.3rem 0 0.5rem;
  margin: 0.1rem auto 0;
  display: flex;
}

.search-content input {
  width: 7.76rem;
  height: 0.8rem;
  border: 1px solid #caa37c;
  border-radius: 0.5rem;
  padding: 0 0.5rem;
  box-sizing: border-box;
  font-size: 0.36rem;
  line-height: 0.8rem;
}

.search-content input::-webkit-input-placeholder {
  color: #c0c0c0;
}

.searchbtn {
  width: 2.12rem;
  height: 0.8rem;
  background: url(../images/search-btn.png) center 0 no-repeat;
  background-size: 100% auto;
  margin-left: auto;
  color: #fff;
  font-size: 0.36rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.attrlist {
  width: 100%;
}

.attr-content {
  width: 100%;
  padding-top: 0.3rem;
  padding-left: 0.3rem;
  box-sizing: border-box;
  overflow-x: scroll;
}

.attr-content ul {
  width: 23rem;
  height: 3.4rem;
}

.attr-content ul li {
  float: left;
  font-size: 0.32rem;
  color: #f1cca8;
  width: 2.1rem;
  text-align: center;
  padding-right: 0.2rem;
}

.attr-content ul li img {
  width: 2.1rem;
  height: 2.1rem;
}

.attr-name {
  padding-top: 0.22rem;
}

.active .attr-name {
  color: #a386bf;
}

.grouplist {
  padding-top: 9rem;
  margin-bottom: 2.6rem;
}

.attr-title,
.group-title,
.mycard-title {
  margin-left: 0.3rem;
  height: 0.94rem;
  border-bottom: 1px solid #d8d8d8;
}

.attr-title dl,
.group-title dl,
.mycard-title dl {
  height: 0.9rem;
}

.attr-title dl dt,
.attr-title dl dd,
.group-title dl dt,
.group-title dl dd,
.mycard-title dl dt,
.mycard-title dl dd {
  float: left;
  height: 0.9rem;
}

.attr-title dl dt,
.group-title dl dt,
.mycard-title dl dt {
  font-size: 0.6rem;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5d5d9a), to(#e67ac4));
  padding: 0 0.3rem;
  position: relative;
  line-height: 0.8rem;
}

.attr-title dl dt::before,
.group-title dl dt::before,
.mycard-title dl dt::before {
  width: 0.1rem;
  height: 0.72rem;
  background: #f6e2cc;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  display: block;
}

.attr-title dl dd,
.group-title dl dd,
.mycard-title dl dd {
  color: #dda45b;
  font-size: 0.32rem;
  line-height: 1rem;
}

.card-detail-title,
.card-edit-detail-title {
  margin-left: 0.3rem;
  height: 0.94rem;
  border-bottom: 1px solid #d8d8d8;
}

.card-detail-title dl,
.card-edit-detail-title dl {
  height: 0.9rem;
}

.card-detail-title dl dt,
.card-detail-title dl dd,
.card-edit-detail-title dl dt,
.card-edit-detail-title dl dd {
  float: left;
  height: 0.9rem;
}

.card-detail-title dl dt,
.card-edit-detail-title dl dt {
  padding: 0 0.3rem;
  position: relative;
  line-height: 0.8rem;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  color: #4c4287;
  font-size: 0.6rem;
}

.card-detail-title dl dt input,
.card-edit-detail-title dl dt input {
  width: 8rem;
  height: 0.8rem;
  color: #4c4287;
  font-size: 0.6rem;
}

.card-detail-title dl dt::before,
.card-edit-detail-title dl dt::before {
  width: 0.1rem;
  height: 0.72rem;
  background: #f6e2cc;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  display: block;
}

.card-detail-title dl dd,
.card-edit-detail-title dl dd {
  color: #dda45b;
  font-size: 0.32rem;
  line-height: 1rem;
}

.group-title {
  padding-top: 0.14rem;
}

.group-title dt {
  width: 7.4rem;
}

.select-cate {
  width: 2.12rem;
  height: 0.65rem;
  border: 0.02rem solid #e3b074;
  background: #fff;
  font-size: 0.36rem;
  color: #e3b074;
  padding: 0 0.3rem;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  position: relative;
}

.select-cate i {
  padding-top: 0;
}

.select-cate span {
  width: 0;
  height: 0;
  border-top: 0.22rem solid #e3b074;
  border-left: 0.22rem solid transparent;
  border-right: 0.22rem solid transparent;
  border-bottom: 0.22rem solid transparent;
  margin-top: 0.2rem;
}

.select-cate ul {
  position: absolute;
  left: -0.02rem;
  top: 0.6rem;
  background: #fff;
}

.select-cate ul li {
  font-size: 0.36rem;
  color: #e3b074;
  border: 0.02rem solid #e3b074;
  width: 2.14rem;
  height: 0.8rem;
  box-sizing: border-box;
  line-height: 0.8rem;
  text-align: center;
}

.select-cate ul li:first-child {
  border-bottom: none;
}

.group-content {
  width: 10.2rem;
  height: 3.3rem;
  background: url(../images/cardbg.png) center 0 no-repeat;
  background-size: 100% auto;
  margin: 0.46rem auto 0;
  display: flex;
}

.group-img-section {
  margin-left: 0.28rem;
  margin-right: 0.04rem;
  width: 2.82rem;
  height: 3.3rem;
  display: flex;
  align-items: center;
  position: relative;
}

.group-img {
  width: 2.82rem;
  height: 2.82rem;
  background: url(../images/borderbg.png) center 0 no-repeat;
  background-size: 100% auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.group-img img {
  width: 2.34rem;
  height: 2.34rem;
}

.group-attr {
  position: absolute;
  z-index: 2;
  width: 0.64rem;
  height: 0.64rem;
  top: 2.1rem;
  right: 0.48rem;
}

.group-attr img {
  width: 0.64rem;
  height: 0.64rem;
}

.group-card {
  width: 5rem;
}

.group-card-name {
  height: 0.74rem;
  border-bottom: 1px solid #fff4cf;
  color: #fff;
  font-size: 0.42rem;
  padding-left: 0.1rem;
  line-height: 0.9rem;
}

.group-card-stat {
  width: 100%;
  height: 1.6rem;
  padding-top: 0.1rem;
  padding-left: 0.16rem;
}

.group-card-stat ul li {
  float: left;
  padding-right: 0.1rem;
  width: 0.5rem;
  font-size: 0.3rem;
  color: #fff;
  font-weight: bold;
  text-align: center;
}

.line {
  width: 0.5rem;
  height: 1rem;
  background: #c19575;
  position: relative;
}

.line-active {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0.5rem;
  height: 1rem;
  background: #fff4cf;
}

.lnum-icon {
  position: absolute;
  bottom: -0.3rem;
  left: 0.05rem;
}

.lnum-icon0 {
  width: 0.4rem;
  height: 0.48rem;
  background: url(../images/num0.png) center 0 no-repeat;
  background-size: 100% auto;
}

.lnum-icon1 {
  width: 0.4rem;
  height: 0.48rem;
  background: url(../images/num1.png) center 0 no-repeat;
  background-size: 100% auto;
}

.lnum-icon2 {
  width: 0.4rem;
  height: 0.48rem;
  background: url(../images/num2.png) center 0 no-repeat;
  background-size: 100% auto;
}

.lnum-icon3 {
  width: 0.4rem;
  height: 0.48rem;
  background: url(../images/num3.png) center 0 no-repeat;
  background-size: 100% auto;
}

.lnum-icon4 {
  width: 0.4rem;
  height: 0.48rem;
  background: url(../images/num4.png) center 0 no-repeat;
  background-size: 100% auto;
}

.lnum-icon5 {
  width: 0.4rem;
  height: 0.48rem;
  background: url(../images/num5.png) center 0 no-repeat;
  background-size: 100% auto;
}

.lnum-icon6 {
  width: 0.4rem;
  height: 0.48rem;
  background: url(../images/num6.png) center 0 no-repeat;
  background-size: 100% auto;
}

.lnum-icon7 {
  width: 0.4rem;
  height: 0.48rem;
  background: url(../images/num7.png) center 0 no-repeat;
  background-size: 100% auto;
}

.group-card-cate {
  color: #825935;
  font-size: 0.3rem;
  width: 100%;
  height: 0.9rem;
  display: flex;
  display: -webkit-flex;
}

.group-card-cate li {
  display: flex;
  display: -webkit-flex;
  align-items: center;
}

.group-card-cate li:first-child {
  padding: 0 0.3rem 0 0.2rem;
}

.group-card-cate li span {
  padding: 0 0.3rem 0 0.05rem;
}

.group-card-cate li i {
  width: 0.32rem;
  height: 0.37rem;
  background: url(../images/dot.png) center 0 no-repeat;
  background-size: 100% auto;
  margin-right: 0.1rem;
}

.group-card-cate li i.bs {
  width: 0.32rem;
  height: 0.37rem;
  background: url(../images/dot4.png) center 0 no-repeat;
  background-size: 100% auto;
}

.group-card-cate li i.fs {
  width: 0.32rem;
  height: 0.37rem;
  background: url(../images/dot3.png) center 0 no-repeat;
  background-size: 100% auto;
}

.group-avatar {
  width: 2.04rem;
  color: #825935;
}

.group-avatar-bg {
  width: 1.36rem;
  height: 1.36rem;
  background: #fff4cf;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0.64rem auto 0;
}

.group-avatar-bg img {
  width: 1.28rem;
  height: 1.28rem;
  border-radius: 100%;
}

.group-avatar-name {
  font-size: 0.3rem;
  text-align: center;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 0.1rem;
  box-sizing: border-box;
}

.group-rq {
  font-size: 0.2rem;
  text-align: center;
  width: 100%;
}

.choose-attr-content {
  width: 9.84rem;
  padding-top: 2.2rem;
  margin: 0 auto;
}

.attr-item {
  width: 2.48rem;
  float: left;
  padding: 0 0.4rem;
  text-align: center;
  margin-bottom: 0.6rem;
}

.attr-item-img {
  padding-bottom: 0.2rem;
}

.attr-item-img img {
  width: 2.48rem;
  height: 2.48rem;
}

.attr-item-name {
  font-size: 0.36rem;
  color: #a386bf;
}

.role-content {
  width: 10.5rem;
  margin: 0 auto;
  padding-top: 2.3rem;
}

.role-item {
  width: 3.18rem;
  padding: 0 0.16rem 0.35rem;
  color: #825935;
  font-size: 0.36rem;
  text-align: center;
  float: left;
  position: relative;
}

.role-item img {
  width: 3.18rem;
  height: 4.68rem;
}

.role-detail-btn {
  position: absolute;
  width: 0.6rem;
  height: 0.6rem;
  background: url(../images/check-btn.png) center 0 no-repeat;
  background-size: 100% auto;
  top: 0.32rem;
  right: 0.4rem;
}

.role-name {
  padding: 0.16rem 0 0.3rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.layoutbg {
  z-index: 10;
}

.layout {
  width: 10.2rem;
  height: 15.5rem;
}

.layout2 {
  width: 10.2rem;
  height: 17rem;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.layout-role {
  font-size: 0.36rem;
  color: #fff;
}

.layout-role p {
  border-bottom: 1px solid #fff;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  height: 0.8rem;
  margin-bottom: 0.2rem;
}

.layout-role p i {
  width: 0.1rem;
  height: 0.1rem;
  background: #fff;
  margin-right: 0.12rem;
  transform: rotate(45deg);
}

.role-detail-content {
  font-size: 0.32rem;
  line-height: 0.6rem;
  padding: 0.2rem;
}

.close,
.close2 {
  width: 0.8rem;
  height: 0.8rem;
  background: url(../images/close.png) center 0 no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 0.1rem;
  right: 0.88rem;
  z-index: 15;
}

.close2 {
  right: 0.7rem;
}

.role-detail-img {
  width: 10.2rem;
  height: 7.9rem;
  position: relative;
  text-align: center;
}

.role-detail-img img {
  width: 5.18rem;
  height: 7.89rem;
}

.role-detail-name {
  font-size: 0.72rem;
  color: #fff;
  text-align: center;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
}

.role-detail-name img {
  width: 0.64rem;
  height: 0.64rem;
  display: inline-block;
  padding-right: 0.22rem;
}

.role-skill {
  width: 10.2rem;
  height: 2.22rem;
}

.topSelectFixed {
  position: fixed;
  top: 1.6rem;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 5;
}

.tablist {
  padding-top: 0.4rem;
  width: 10.2rem;
  margin: 0 auto;
}

.tablist ul {
  width: 10.2rem;
  height: 1rem;
  border-bottom: 0.04rem solid #dcdcdc;
}

.tablist ul li {
  float: left;
  height: 1rem;
  line-height: 0.9rem;
  width: 50%;
  position: relative;
  font-size: 0.48rem;
  text-align: center;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bolder;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5d5d9a), to(#e67ac4));
}

.tablist ul li.active::after {
  position: absolute;
  bottom: -0.04rem;
  width: 100%;
  height: 0.08rem;
  background: #8c63ca;
  content: '';
  left: 0;
}

.create-card-section {
  width: 10.2rem;
  margin: 0 auto;
  padding: 0.5rem 0;
  height: 0.8rem;
}

.flex {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
}

.create-card {
  width: 3.72rem;
  height: 0.8rem;
  background: url(../images/create-card-bg.png) center 0 no-repeat;
  background-size: 100% auto;
  font-size: 0.36rem;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}

.create-card-input {
  width: 3.46rem;
  height: 0.8rem;
  border: 1px solid #caa37c;
  box-sizing: border-box;
  border-radius: 0.8rem;
  padding: 0 0.4rem;
}

.create-card-input::-webkit-input-placeholder {
  color: #c0c0c0;
}

.mr30 {
  margin-left: 0.3rem;
}

.mycard-title {
  padding-top: 0.14rem;
  margin-bottom: 0.3rem;
}

.mycard-title dt {
  width: 6rem;
}

.mycard-title dd {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  width: 3.5rem;
}

.mycard-title span {
  width: 1.5rem;
  height: 0.6rem;
  background: #fff;
  color: #8c63ca;
  border: 0.02rem solid #8c63ca;
  box-sizing: border-box;
  font-size: 0.36rem;
  text-align: center;
  line-height: 0.6rem;
}

.mycard-title span.complete-btn {
  margin-right: 0.3rem;
  color: #fff;
  background: #8c63ca;
}

.mycard-title span.edit-btn {
  color: #fff;
  background: #8c63ca;
  margin-left: auto;
}

.mycard-section-content {
  padding-top: 11.2rem;
}

.mycard-item {
  width: 10.2rem;
  height: 2rem;
  background: url(../images/cardbg2.png) center 0 no-repeat;
  background-size: 100% auto;
  margin: 0 auto 0.24rem;
  padding-left: 0.78rem;
  padding-top: 0.18rem;
  box-sizing: border-box;
}

.mycard-item .mycard-dot {
  display: none;
}

.mycard-item dl {
  width: 8.9rem;
  height: 1.64rem;
}

.mycard-item dl dt,
.mycard-item dl dd {
  float: left;
}

.mycard-item dl dt {
  width: 2.3rem;
  height: 1.64rem;
  position: relative;
}

.mycard-item dl dd {
  width: 6.6rem;
  font-size: 0.42rem;
  color: #714b2a;
}

.mycard-item dl dd ul {
  display: flex;
  display: -webkit-flex;
  height: 0.9rem;
}

.mycard-item dl dd ul li {
  color: #825935;
  font-size: 0.3rem;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  height: 0.9rem;
  padding-left: 0.18rem;
}

.mycard-item dl dd ul li i {
  width: 0.32rem;
  height: 0.37rem;
  background: url(../images/dot.png) center 0 no-repeat;
  background-size: 100% auto;
  margin-right: 0.1rem;
}

.mycard-item dl dd ul li i.fs {
  width: 0.32rem;
  height: 0.37rem;
  background: url(../images/dot3.png) center 0 no-repeat;
  background-size: 100% auto;
}

.mycard-item dl dd ul li i.bs {
  width: 0.32rem;
  height: 0.37rem;
  background: url(../images/dot4.png) center 0 no-repeat;
  background-size: 100% auto;
}

.mycard-item dl dd ul li span {
  padding-left: 0.1rem;
}

.mycard-item2 {
  width: 10.2rem;
  margin: 0 auto 0.24rem;
  display: flex;
  display: -webkit-flex;
}

.mycard-item2 .mycard-dot {
  width: 1rem;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  padding-left: 0.1rem;
  box-sizing: border-box;
}

.mycard-item2 .mycard-dot span {
  width: 0.5rem;
  height: 0.5rem;
  background: url(../images/dot1.png) center 0 no-repeat;
  background-size: 100% auto;
}

.mycard-item2 .mycard-dot.active span {
  width: 0.5rem;
  height: 0.5rem;
  background: url(../images/dot2.png) center 0 no-repeat;
  background-size: 100% auto;
}

.mycard-item2 dl {
  width: 9.2rem;
  height: 2rem;
  background: url(../images/cardbg4.png) center 0 no-repeat;
  background-size: 100% auto;
  padding-left: 0.78rem;
  padding-top: 0.18rem;
  box-sizing: border-box;
}

.mycard-item2 dl dt,
.mycard-item2 dl dd {
  float: left;
}

.mycard-item2 dl dt {
  width: 2.3rem;
  height: 1.64rem;
  position: relative;
}

.mycard-item2 dl dd {
  width: 5rem;
  font-size: 0.42rem;
  color: #714b2a;
}

.mycard-item2 dl dd ul {
  display: flex;
  display: -webkit-flex;
  height: 0.9rem;
}

.mycard-item2 dl dd ul li {
  color: #825935;
  font-size: 0.3rem;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  height: 0.9rem;
  padding-left: 0.18rem;
}

.mycard-item2 dl dd ul li i {
  width: 0.32rem;
  height: 0.37rem;
  background: url(../images/dot.png) center 0 no-repeat;
  background-size: 100% auto;
  margin-right: 0.1rem;
}

.mycard-item2 dl dd ul li span {
  padding-left: 0.1rem;
}

.mycard-avatar {
  width: 1.64rem;
  height: 1.64rem;
  background: url(../images/avatarbg.png) center 0 no-repeat;
  background-size: 100% auto;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
}

.mycard-avatar img {
  width: 1.4rem;
  height: 1.4rem;
  border: 0.02rem solid #caa37c;
}

.mycard-attr-img {
  width: 0.64rem;
  height: 0.64rem;
  position: absolute;
  bottom: -0.1rem;
  left: 1.2rem;
}

.mycard-group-title {
  border-bottom: 1px solid #fff4cf;
  height: 0.78rem;
  padding-left: 0.1rem;
  width: 100%;
  box-sizing: border-box;
  line-height: 0.78rem;
}

.card-detail {
  padding-top: 1.2rem;
  padding-bottom: 2rem;
}

#content {
  padding: 1rem 0;
}

.card-detail-sub {
  font-size: 0.32rem;
  color: #dda45b;
  overflow: hidden;
  padding-bottom: 0.2rem;
}

.card-detail-sub dl {
  width: 10.2rem;
  min-height: 0.5rem;
  margin: 0.2rem auto;
  clear: both;
}

.card-detail-sub dl dt,
.card-detail-sub dl dd {
  float: left;
}

.card-detail-sub dl dt {
  width: 1.2rem;
  height: 0.48rem;
  border: 0.02rem solid #dda45b;
  text-align: center;
  line-height: 0.48rem;
  box-sizing: border-box;
  border-radius: 0.5rem;
  margin-right: 0.3rem;
}

.card-detail-sub dl dd input {
  width: 5rem;
  height: 0.48rem;
  color: #dda45b;
  font-size: 0.32rem;
}

.card-detail-sub dl dd ul {
  width: 6.7rem;
}

.card-detail-sub dl dd li {
  float: left;
  padding: 0 0.12rem;
  margin-right: 0.32rem;
  background: #8c63ca;
  color: #fff;
  border-radius: 0.3rem;
  margin-bottom: 0.2rem;
  line-height: 0.5rem;
}

.card-detail-sub dl dd.w800 {
  width: 6.7rem;
  word-wrap: break-word;
  word-break: break-all;
  line-height: 0.5rem;
}

.card-detail-sub dl dd.pclass {
  color: #c0c0c0;
}

.card-detail-sub dl a {
  width: 1.64rem;
  height: 0.49rem;
  border: 1px solid #8c63ca;
  display: flex;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.32rem;
  color: #8c63ca;
  border-radius: 0.3rem;
}

.card-detail-line {
  margin-left: 0.3rem;
  border-bottom: 1px solid #d8d8d8;
  margin-bottom: 0.54rem;
}

.card-detail-copy {
  width: 7.5rem;
  margin: 0 auto 0.5rem;
  font-size: 0.36rem;
  color: #dda45b;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
}

.card-detail-copy span {
  width: 3.56rem;
  height: 0.8rem;
  border: 1px solid #caa37c;
  box-sizing: border-box;
  border-radius: 0.8rem;
  padding: 0 0.4rem;
  font-size: 0.3rem;
  line-height: 0.7rem;
}

.card-detail-copy button {
  width: 2.32rem;
  height: 0.8rem;
  background: url(../images/copy-btn.png) center 0 no-repeat;
  background-size: 100% auto;
  border: none;
  display: flex;
  display: -webkit-flex;
  font-size: 0.36rem;
  color: #fff;
  align-items: center;
  justify-content: center;
}

.card-detail-skill {
  width: 10.2rem;
  margin: 0 auto;
}

.card-detail-skill img {
  width: 10.2rem;
}

.card-detail-group {
  width: 10.2rem;
  margin: 0 auto;
  padding-top: 0.26rem;
}

.card-detail-group ul {
  width: 10.2rem;
  padding-bottom: 0.3rem;
  overflow: hidden;
}

.card-detail-group ul li {
  float: left;
  width: 50%;
  margin-bottom: 0.18rem;
  height: 0.6rem;
}

.card-detail-stat {
  clear: both;
  width: 10.2rem;
  height: 3.3rem;
  background: url(../images/cardbg.png) center 0 no-repeat;
  background-size: 100% auto;
  margin: 0 auto;
  padding: 0.2rem 0.42rem 0;
  box-sizing: border-box;
}

.card-detail-stat-type1 {
  width: 4.9rem;
  float: left;
}

.card-detail-stat-type2 {
  width: 4.28rem;
  float: right;
}

.card-detail-stat-type1 p,
.card-detail-stat-type2 p {
  color: #825935;
  font-size: 0.42rem;
  border-bottom: 1px solid #fff;
  padding-left: 0.1rem;
  height: 0.74rem;
}

.card-detail-stat-chart1 {
  width: 100%;
  height: 1.6rem;
  padding-top: 0.1rem;
  padding-left: 0.08rem;
}

.card-detail-stat-chart1 ul li {
  float: left;
  padding-right: 0.1rem;
  width: 0.5rem;
  font-size: 0.3rem;
  color: #fff;
  font-weight: bold;
  text-align: center;
}

#pieChart,
.pie,
.pie2,
.pie3 {
  width: 1.6rem;
  height: 1.6rem;
  top: 0.3rem;
  left: 0.3rem;
  border: 0.02rem solid #c19575;
  box-sizing: border-box;
  position: absolute;
  border-radius: 50%;
  overflow: hidden;
}

.pie2 {
  background: #fff4cf;
}

.pie3 {
  background: #8c63ca;
}

.card-detail-stat-chart2 {
  position: relative;
}

.pie-detail {
  color: #825935;
  font-weight: bold;
  position: absolute;
  right: 0.1rem;
  top: 0.18rem;
}

.pie-detail h2 {
  font-size: 0.48rem;
  text-align: center;
}

.pie-detail ul li {
  font-size: 0.3rem;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  margin-bottom: 0.12rem;
}

.pie-detail ul li i {
  width: 0.32rem;
  height: 0.37rem;
  background: url(../images/dot.png) center 0 no-repeat;
  background-size: 100% auto;
  margin-right: 0.1rem;
}

.pie-detail ul li i.bs {
  width: 0.32rem;
  height: 0.37rem;
  background: url(../images/dot4.png) center 0 no-repeat;
  background-size: 100% auto;
}

.pie-detail ul li i.fs {
  width: 0.32rem;
  height: 0.37rem;
  background: url(../images/dot3.png) center 0 no-repeat;
  background-size: 100% auto;
}

.mycard-toolbar {
  width: 10.2rem;
  height: 1.64rem;
  margin: 0 auto;
  display: flex;
  display: -webkit-flex;
  align-items: center;
}

.toolbar-item {
  width: 1.64rem;
  height: 1.8rem;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 0.3rem;
}

.toolbar-item img {
  width: 0.58rem;
  height: 0.44rem;
  margin-bottom: 0.2rem;
}

.toolbar-item2 {
  margin-left: auto;
  width: 1.8rem;
}

.toolbar-sc1 {
  width: 0.46rem;
  height: 0.44rem;
  background: url(../images/toolbar-sc1.png) center 0 no-repeat;
  background-size: 100% auto;
  margin-bottom: 0.2rem;
}

.toolbar-sc2 {
  width: 0.46rem;
  height: 0.44rem;
  background: url(../images/toolbar-sc2.png) center 0 no-repeat;
  background-size: 100% auto;
  margin-bottom: 0.2rem;
}

.toolbar-edit-btn {
  width: 0.44rem;
  height: 0.44rem;
  background: url(../images/toolbar-edit.png) center 0 no-repeat;
  background-size: 100% auto;
  margin-bottom: 0.2rem;
}

.toolbar-view {
  width: 0.44rem;
  height: 0.44rem;
  background: url(../images/toolbar-view.png) center 0 no-repeat;
  background-size: 100% auto;
  margin: 0.1rem 0;
}

.toolbar-unview {
  width: 0.44rem;
  height: 0.44rem;
  background: url(../images/toolbar-unview.png) center 0 no-repeat;
  background-size: 100% auto;
  margin: 0.1rem 0;
}

.toolbar-star {
  width: 3.4rem;
  height: 1rem;
  background: url(../images/toolbar-starbg.png) center 0 no-repeat;
  background-size: 100% auto;
  margin-left: auto;
  margin-right: 0.2rem;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.48rem;
  color: #4c4287;
  font-weight: bold;
}

.toolbar-star span {
  width: 0.36rem;
  height: 0.38rem;
  background: url(../images/toolbar-star.png) center 0 no-repeat;
  background-size: 100% auto;
  margin-right: 0.1rem;
}

.toolbar-star span.active {
  width: 0.36rem;
  height: 0.38rem;
  background: url(../images/toolbar-star1.png) center 0 no-repeat;
  background-size: 100% auto;
}

.toolbar-edit-card-btn {
  width: 0.69rem;
  height: 0.67rem;
  background: url(../images/edit-card.png) center 0 no-repeat;
  background-size: 100% auto;
  margin-right: 0.1rem;
}

.toolbar-publish {
  width: 2.4rem;
  height: 1rem;
  background: url(../images/publish-btn.png) center 0 no-repeat;
  background-size: 100% auto;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.48rem;
  color: #4c4287;
  font-weight: bold;
  margin-left: 0.4rem;
  margin-right: 0.2rem;
}

.label-add-content p {
  width: 10.2rem;
  margin: 0 auto;
  clear: both;
  color: #8c63ca;
  font-size: 0.48rem;
  border-bottom: 1px solid #dcdcdc;
  height: 0.94rem;
  margin-top: 0.26rem;
  line-height: 0.94rem;
  display: flex;
  display: -webkit-flex;
  align-items: center;
}

.label-add-content p span {
  padding-left: 0.4rem;
  color: #dda45b;
  font-size: 0.32rem;
}

.label-add-content p i {
  width: 2rem;
  height: 0.56rem;
  color: #8c63ca;
  font-size: 0.32rem;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.3rem;
  border: 1px solid #8c63ca;
  margin-left: auto;
}

.label-add-content p i.type1 {
  color: #fff;
  background: #8c63ca;
}

.labelList-type1 {
  width: 10.2rem;
  margin: 0 auto;
  padding-top: 0.6rem;
}

.labelList-type1 ul {
  width: 10.2rem;
}

.labelList-type1 ul li {
  float: left;
  padding: 0.1rem 0.3rem;
  background: #8c63ca;
  border-radius: 0.5rem;
  font-size: 0.32rem;
  color: #fff;
  margin-bottom: 0.6rem;
  margin-right: 0.5rem;
  position: relative;
}

.labelList-type1 ul li::after {
  position: absolute;
  width: 0.4rem;
  height: 0.4rem;
  background: url(../images/close1.png) center 0 no-repeat;
  background-size: 100% auto;
  content: '';
  right: 0rem;
  top: -0.2rem;
}

.labelList-type2 {
  width: 10.64rem;
  margin: 0 auto;
  padding-top: 0.6rem;
}

.labelList-type2 ul {
  width: 10.64rem;
}

.labelList-type2 ul li {
  float: left;
  width: 2.18rem;
  height: 0.64rem;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  background: #8c63ca;
  border-radius: 0.5rem;
  font-size: 0.32rem;
  color: #fff;
  margin: 0 0.24rem 0.5rem;
}

.labelList-type3,
.labelList-type4 {
  width: 10.64rem;
  margin: 0 auto;
  padding-top: 0;
  clear: both;
}

.labelList-type3 ul,
.labelList-type4 ul {
  width: 10.64rem;
}

.labelList-type3 ul li,
.labelList-type4 ul li {
  float: left;
  padding: 0.1rem 0.32rem;
  min-width: 2.18rem;
  box-sizing: border-box;
  border: 0.02rem solid #8c63ca;
  color: #8c63ca;
  border-radius: 0.5rem;
  font-size: 0.32rem;
  margin: 0 0.24rem 0.5rem;
  position: relative;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
}

.labelList-type3 li.add {
  border: 0.02rem solid #ccc;
  color: #ccc;
  width: 2.18rem;
  height: 0.64rem;
  box-sizing: border-box;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
}

.labelList-type3 li.add input {
  width: 1.8rem;
  height: 0.4rem;
  font-size: 0.32rem;
}

.labelList-type3 li.add input::placeholder {
  text-align: center;
  color: #ccc;
}

.labelList-type4 li::after {
  position: absolute;
  width: 0.4rem;
  height: 0.4rem;
  background: url(../images/close1.png) center 0 no-repeat;
  background-size: 100% auto;
  content: '';
  right: 0rem;
  top: -0.2rem;
}

.labelList-type4 li.add {
  display: none;
}

.desc-section {
  width: 10.2rem;
  height: 7rem;
  margin: 0 auto;
}

.desc-content {
  width: 10.2rem;
  height: 5rem;
  border: 1px solid #caa37c;
  box-sizing: border-box;
  margin: 0.5rem auto 0.4rem;
  position: relative;
}

.desc-content textarea {
  border: none;
  padding: 0.16rem 0.3rem;
  box-sizing: border-box;
  width: 10.14rem;
  height: 4rem;
}

.desc-content textarea::placeholder {
  color: #999;
}

.desc-tips {
  position: absolute;
  bottom: 0.22rem;
  right: 0.5rem;
  font-size: 0.3rem;
  color: #8c63ca;
}

.save-btn {
  width: 2rem;
  height: 0.56rem;
  box-sizing: border-box;
  color: #8c63ca;
  font-size: 0.32rem;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #8c63ca;
  border-radius: 0.3rem;
  float: right;
}

.edit-card-group-content {
  background: #fffefb;
  display: flex;
  display: -webkit-flex;
  padding-top: 1.62rem;
}

.edit-card-group-left {
  width: 7.08rem;
  padding-left: 0.3rem;
  box-sizing: border-box;
  padding-top: 3.3rem;
}

.card-group-search {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  padding: 0.4rem 0;
}

.card-group-search input {
  width: 4.16rem;
  height: 0.8rem;
  border: 1px solid #caa37c;
  padding: 0 0.2rem;
  border-radius: 0.8rem;
  box-sizing: border-box;
  line-height: 0.8rem;
}

.card-group-search input::placeholder {
  color: #c0c0c0;
  font-size: 0.36rem;
  line-height: 0.8rem;
}

.card-group-search .card-group-search-btn {
  width: 2.13rem;
  height: 0.8rem;
  background: url(../images/search-btn.png) center 0 no-repeat;
  background-size: 100% auto;
  font-size: 0.36rem;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  margin-right: 0.2rem;
}

.card-group-dnum ul {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  padding-right: 0.2rem;
}

.card-group-dnum ul li.gnum0 {
  width: 0.65rem;
  height: 0.78rem;
  background: url(../images/gnum0.png) center 0 no-repeat;
  background-size: 100% auto;
}

.card-group-dnum ul li.gnum0.active {
  width: 0.65rem;
  height: 0.78rem;
  background: url(../images/num0.png) center 0 no-repeat;
  background-size: 100% auto;
}

.card-group-dnum ul li.gnum1 {
  width: 0.65rem;
  height: 0.78rem;
  background: url(../images/gnum1.png) center 0 no-repeat;
  background-size: 100% auto;
}

.card-group-dnum ul li.gnum1.active {
  width: 0.65rem;
  height: 0.78rem;
  background: url(../images/num1.png) center 0 no-repeat;
  background-size: 100% auto;
}

.card-group-dnum ul li.gnum2 {
  width: 0.65rem;
  height: 0.78rem;
  background: url(../images/gnum2.png) center 0 no-repeat;
  background-size: 100% auto;
}

.card-group-dnum ul li.gnum2.active {
  width: 0.65rem;
  height: 0.78rem;
  background: url(../images/num2.png) center 0 no-repeat;
  background-size: 100% auto;
}

.card-group-dnum ul li.gnum3 {
  width: 0.65rem;
  height: 0.78rem;
  background: url(../images/gnum3.png) center 0 no-repeat;
  background-size: 100% auto;
}

.card-group-dnum ul li.gnum3.active {
  width: 0.65rem;
  height: 0.78rem;
  background: url(../images/num3.png) center 0 no-repeat;
  background-size: 100% auto;
}

.card-group-dnum ul li.gnum4 {
  width: 0.65rem;
  height: 0.78rem;
  background: url(../images/gnum4.png) center 0 no-repeat;
  background-size: 100% auto;
}

.card-group-dnum ul li.gnum4.active {
  width: 0.65rem;
  height: 0.78rem;
  background: url(../images/num4.png) center 0 no-repeat;
  background-size: 100% auto;
}

.card-group-dnum ul li.gnum5 {
  width: 0.65rem;
  height: 0.78rem;
  background: url(../images/gnum5.png) center 0 no-repeat;
  background-size: 100% auto;
}

.card-group-dnum ul li.gnum5.active {
  width: 0.65rem;
  height: 0.78rem;
  background: url(../images/num5.png) center 0 no-repeat;
  background-size: 100% auto;
}

.card-group-dnum ul li.gnum6 {
  width: 0.65rem;
  height: 0.78rem;
  background: url(../images/gnum6.png) center 0 no-repeat;
  background-size: 100% auto;
}

.card-group-dnum ul li.gnum6.active {
  width: 0.65rem;
  height: 0.78rem;
  background: url(../images/num6.png) center 0 no-repeat;
  background-size: 100% auto;
}

.card-group-dnum ul li.gnum7 {
  width: 0.65rem;
  height: 0.78rem;
  background: url(../images/gnum7.png) center 0 no-repeat;
  background-size: 100% auto;
}

.card-group-dnum ul li.gnum7.active {
  width: 0.65rem;
  height: 0.78rem;
  background: url(../images/num7.png) center 0 no-repeat;
  background-size: 100% auto;
}

.card-group-select {
  padding-right: 0.2rem;
  padding-top: 0.4rem;
  position: relative;
}

.card-group-select > ul {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
}

.card-group-select > ul li {
  width: 1.44rem;
  height: 0.48rem;
  border: 0.02rem solid #8c63ca;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.32rem;
  color: #8c63ca;
  box-sizing: border-box;
}

.card-group-select > ul li.active {
  background: #8c63ca;
  color: #fff;
}

.card-group-select-content {
  border: 0.02rem solid #8c63ca;
  width: 6.54rem;
  overflow: hidden;
  background: #fff;
  margin-top: -0.02rem;
}

.select-attr-list {
  padding: 0.2rem 0 0;
}

.select-attr-list li {
  float: left;
  width: 1.8rem;
  height: 1.6rem;
  text-align: center;
  line-height: 0.5rem;
}

.select-attr-list li.active img,
.select-attr-list li.active p {
  opacity: 1;
}

.select-attr-list li img {
  width: 0.8rem;
  height: 0.8rem;
  opacity: 0.8;
}

.select-attr-list li p {
  height: 0.7rem;
  font-size: 0.24rem;
  color: #8c63ca;
  text-align: center;
  line-height: 0.7rem;
  overflow: hidden;
  text-overflow: ellipsis;
  opacity: 0.5;
}

.card-group-list {
  padding-top: 0.4rem;
}

.card-group-list-item {
  float: left;
  width: 1.98rem;
  height: 4rem;
  margin-right: 0.3rem;
  position: relative;
}

.card-group-list-item img {
  width: 1.98rem;
  height: 3.02rem;
}

.card-group-list-item h3 {
  font-size: 0.3rem;
  color: #825935;
  text-align: center;
  height: 0.58rem;
  line-height: 0.58rem;
  overflow: hidden;
  text-overflow: ellipsis;
}

.card-group-list-item:nth-child(3n) {
  margin-right: 0;
}

.role-detail-btn {
  width: 0.4rem;
  height: 0.4rem;
  background: url(../images/check-btn.png) center 0 no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 0.2rem;
  right: 0.3rem;
}

.card-group-select-type1,
.card-group-select-type3 {
  padding: 0.3rem;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
}

.card-group-select-type1 li,
.card-group-select-type3 li {
  float: left;
  width: 2.64rem;
  height: 0.48rem;
  border-radius: 0.3rem;
  display: flex;
  display: -wekbit-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.32rem;
  color: #8c63ca;
  background: #fff;
  box-sizing: border-box;
  border: 0.02rem solid #8c63ca;
}

.card-group-select-type1 li.active,
.card-group-select-type3 li.active {
  color: #fff;
  background: #8c63ca;
}

.card-group-select-type4 {
  padding: 0.3rem 0 0.3rem 0.02rem;
}

.card-group-select-type4 li {
  float: left;
  width: 1.5rem;
  height: 0.48rem;
  border-radius: 0.3rem;
  display: flex;
  display: -wekbit-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.32rem;
  color: #8c63ca;
  background: #fff;
  box-sizing: border-box;
  border: 0.02rem solid #8c63ca;
  margin: 0 0.06rem 0.2rem;
}

.card-group-select-type4 li.active {
  color: #fff;
  background: #8c63ca;
}

.card-group-select-type3 {
  padding: 0.3rem 0.1rem;
}

.card-group-select-type3 li {
  width: 1.5rem;
}

.card-group-select-type2 {
  padding: 0.3rem;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
}

.card-group-select-type2 li {
  width: 0.72rem;
  height: 0.82rem;
}

.card-group-select-type2 li.rare0 {
  background: url(../images/gray-rare.png) center center no-repeat;
  background-size: 0.72rem 0.82rem;
}

.card-group-select-type2 li.rare0.active {
  background: url(../images/gray-rare-active.png) center center no-repeat;
  background-size: 0.72rem 0.82rem;
}

.card-group-select-type2 li.rare1 {
  background: url(../images/white-rare.png) center center no-repeat;
  background-size: 0.72rem 0.82rem;
}

.card-group-select-type2 li.rare1.active {
  background: url(../images/white-rare-active.png) center center no-repeat;
  background-size: 0.72rem 0.82rem;
}

.card-group-select-type2 li.rare2 {
  background: url(../images/blue-rare.png) center center no-repeat;
  background-size: 0.72rem 0.82rem;
}

.card-group-select-type2 li.rare2.active {
  background: url(../images/blue-rare-active.png) center center no-repeat;
  background-size: 0.72rem 0.82rem;
}

.card-group-select-type2 li.rare3 {
  background: url(../images/purple-rare.png) center center no-repeat;
  background-size: 0.72rem 0.82rem;
}

.card-group-select-type2 li.rare3.active {
  background: url(../images/purple-rare-active.png) center center no-repeat;
  background-size: 0.72rem 0.82rem;
}

.card-group-select-type2 li.rare4 {
  background: url(../images/orange-rare.png) center center no-repeat;
  background-size: 0.72rem 0.82rem;
}

.card-group-select-type2 li.rare4.active {
  background: url(../images/orange-rare-active.png) center center no-repeat;
  background-size: 0.72rem 0.82rem;
}

.card-group-select-type2 li.rare5 {
  background: url(../images/red-rare.png) center center no-repeat;
  background-size: 0.72rem 0.82rem;
}

.card-group-select-type2 li.rare5.active {
  background: url(../images/red-rare-active.png) center center no-repeat;
  background-size: 0.72rem 0.82rem;
}

.edit-card-group-right {
  position: fixed;
  background: #ececec;
  width: 3.72rem;
  height: 100%;
  right: 0;
}

.edit-card-role-content {
  width: 3.22rem;
  height: 1.2rem;
  background: #fff;
  margin: 0.4rem 0 0.3rem 0.2rem;
}

.edit-card-role-content dl {
  color: #41377c;
  display: flex;
}

.edit-card-role-content dl dt {
  padding-left: 0.2rem;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  justify-content: space-around;
}

.edit-card-role-content dl dt h2 {
  font-size: 0.36rem;
  font-weight: normal;
  width: 1.7rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.edit-card-role-content dl dt p {
  font-size: 0.3rem;
}

.edit-card-role-content dl dd {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  width: 1.3rem;
}

.edit-card-role-content dl dd img {
  width: 1.1rem;
  height: 1.1rem;
}

.edit-cardlist-choose {
  padding-left: 0.2rem;
  height: 13rem;
  overflow-y: scroll;
}

.edit-choose-item {
  width: 3.22rem;
  height: 0.62rem;
  position: relative;
  padding-left: 0.26rem;
  padding-top: 0.03rem;
  box-sizing: border-box;
  margin-bottom: 0.2rem;
}

.edit-choose-item img {
  width: 0.56rem;
  height: 0.56rem;
  border: 0.02rem solid #8c63ca;
  position: absolute;
  top: 0;
  right: 0.5rem;
}

.edit-choose-item-dot {
  width: 0.52rem;
  height: 0.62rem;
  position: absolute;
  top: 0;
  left: 0;
}

.item-dot0 {
  width: 0.52rem;
  height: 0.62rem;
  background: url(../images/num0.png) center 0 no-repeat;
  background-size: 100% auto;
}

.item-dot1 {
  width: 0.52rem;
  height: 0.62rem;
  background: url(../images/num1.png) center 0 no-repeat;
  background-size: 100% auto;
}

.item-dot2 {
  width: 0.52rem;
  height: 0.62rem;
  background: url(../images/num2.png) center 0 no-repeat;
  background-size: 100% auto;
}

.item-dot3 {
  width: 0.52rem;
  height: 0.62rem;
  background: url(../images/num3.png) center 0 no-repeat;
  background-size: 100% auto;
}

.item-dot4 {
  width: 0.52rem;
  height: 0.62rem;
  background: url(../images/num4.png) center 0 no-repeat;
  background-size: 100% auto;
}

.item-dot5 {
  width: 0.52rem;
  height: 0.62rem;
  background: url(../images/num5.png) center 0 no-repeat;
  background-size: 100% auto;
}

.item-dot6 {
  width: 0.52rem;
  height: 0.62rem;
  background: url(../images/num6.png) center 0 no-repeat;
  background-size: 100% auto;
}

.item-dot7 {
  width: 0.52rem;
  height: 0.62rem;
  background: url(../images/num7.png) center 0 no-repeat;
  background-size: 100% auto;
}

.edit-choose-itembg {
  width: 2.95rem;
  height: 0.54rem;
  background: url(../images/cardbg3.png) center 0 no-repeat;
  background-size: 100% auto;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  color: #825935;
  font-size: 0.3rem;
}

.edit-choose-itembg span {
  padding-left: 0.38rem;
  overflow: hidden;
  width: 1.7rem;
  text-overflow: ellipsis;
  box-sizing: border-box;
  white-space: nowrap;
  display: block;
  line-height: 0.54rem;
}

.edit-choose-itembg i {
  width: 0.5rem;
  height: 0.5rem;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  font-weight: bold;
}

.edit-choose-item-type2 {
  width: 4.9rem;
  height: 0.64rem;
  position: relative;
  padding-left: 0.26rem;
  padding-top: 0.03rem;
  box-sizing: border-box;
  margin-bottom: 0.2rem;
}

.edit-choose-item-type2 img {
  width: 1.52rem;
  height: 0.54rem;
  position: absolute;
  top: 0.04rem;
  right: 0.5rem;
}

.edit-choose-item-dot {
  width: 0.52rem;
  height: 0.62rem;
  position: absolute;
  top: 0;
  left: 0;
}

.item-dot0 {
  width: 0.52rem;
  height: 0.62rem;
  background: url(../images/num0.png) center 0 no-repeat;
  background-size: 100% auto;
}

.item-dot1 {
  width: 0.52rem;
  height: 0.62rem;
  background: url(../images/num1.png) center 0 no-repeat;
  background-size: 100% auto;
}

.item-dot2 {
  width: 0.52rem;
  height: 0.62rem;
  background: url(../images/num2.png) center 0 no-repeat;
  background-size: 100% auto;
}

.item-dot3 {
  width: 0.52rem;
  height: 0.62rem;
  background: url(../images/num3.png) center 0 no-repeat;
  background-size: 100% auto;
}

.item-dot4 {
  width: 0.52rem;
  height: 0.62rem;
  background: url(../images/num4.png) center 0 no-repeat;
  background-size: 100% auto;
}

.item-dot5 {
  width: 0.52rem;
  height: 0.62rem;
  background: url(../images/num5.png) center 0 no-repeat;
  background-size: 100% auto;
}

.item-dot6 {
  width: 0.52rem;
  height: 0.62rem;
  background: url(../images/num6.png) center 0 no-repeat;
  background-size: 100% auto;
}

.item-dot7 {
  width: 0.52rem;
  height: 0.62rem;
  background: url(../images/num7.png) center 0 no-repeat;
  background-size: 100% auto;
}

.edit-choose-itembg2 {
  width: 4.64rem;
  height: 0.54rem;
  background: url(../images/cardbg5.png) center 0 no-repeat;
  background-size: 100% auto;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  color: #825935;
  font-size: 0.3rem;
}

.edit-choose-itembg2 span {
  padding-left: 0.38rem;
  overflow: hidden;
  width: 2.5rem;
  text-overflow: ellipsis;
  box-sizing: border-box;
  white-space: nowrap;
  display: block;
  line-height: 0.54rem;
}

.edit-choose-itembg2 i {
  width: 0.5rem;
  height: 0.5rem;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  font-weight: bold;
}

.btn-group {
  width: 100%;
  height: 2.4rem;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
}

.add-btn {
  width: 3.22rem;
  height: 0.8rem;
  background: url(../images/add-btn.png) center 0 no-repeat;
  background-size: 100% auto;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 0.36rem;
}

.cx-btn {
  color: #8c63ca;
  font-size: 0.36rem;
  width: 3.22rem;
  height: 0.8rem;
  background: url(../images/cx-btn.png) center 0 no-repeat;
  background-size: 100% auto;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
}

.uncx-btn {
  color: #999;
  font-size: 0.36rem;
  width: 3.22rem;
  height: 0.8rem;
  background: url(../images/uncx-btn.png) center 0 no-repeat;
  background-size: 100% auto;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
}

.card-detail-content {
  font-size: 0.36rem;
  color: #fff;
  padding: 0.4rem 0.74rem;
  width: 9.28rem;
  box-sizing: border-box;
  border-top: 1px solid #fff;
  margin: 0.2rem auto;
}

.card-detail-content dl {
  width: 100%;
  clear: both;
  overflow: hidden;
}

.card-detail-content dl dt,
.card-detail-content dl dd {
  float: left;
  padding-bottom: 0.2rem;
}

.card-detail-content dl dt {
  width: 1.8rem;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  line-height: 0.6rem;
  height: 0.6rem;
}

.card-detail-content dl dt span {
  width: 0.1rem;
  height: 0.1rem;
  background: #fff;
  transform: rotate(45deg);
  margin-right: 0.2rem;
}

.card-detail-content dl dd {
  width: 5.9rem;
  line-height: 0.6rem;
  text-align: left;
}

.laytips {
  height: 3rem;
}

.layout-tips {
  width: 7.56rem;
  height: 3rem;
  background: #fff;
  font-size: 0.3rem;
  color: #8c63ca;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  margin-left: 0.6rem;
}

.laytips2 {
  width: 7.56rem;
  height: 3rem;
  background: #fff;
  font-size: 0.3rem;
  color: #8c63ca;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
}

.laybtns {
  height: 4.64rem;
}

.layout-content-box {
  width: 10.2rem;
  height: 4.64rem;
}

.layout-content {
  width: 7.56rem;
  height: 4.64rem;
  background: #fff;
  margin-left: 0.8rem;
}

.layout-content-item {
  width: 100%;
  padding-top: 0.76rem;
}

.content-item1 {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
}

.content-item1 a {
  width: 4.24rem;
  height: 0.92rem;
  background: url(../images/create-btn.png) center 0 no-repeat;
  background-size: 100% auto;
  font-size: 0.36rem;
  color: #fff;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
}

.content-item2 {
  display: flex;
  display: -webkit-flex;
  justify-content: space-around;
  padding: 0.76rem 0.1rem 0;
  box-sizing: border-box;
}

.content-item2 input {
  width: 4.36rem;
  height: 0.8rem;
  border: 1px solid #caa37c;
  box-sizing: border-box;
  border-radius: 0.8rem;
  padding: 0 0.4rem;
}

.content-item2 input::-webkit-input-placeholder {
  color: #c0c0c0;
}

.create-btn2 {
  width: 2.32rem;
  height: 0.8rem;
  background: url(../images/create-btn2.png) center 0 no-repeat;
  background-size: 100% auto;
  font-size: 0.36rem;
  color: #fff;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
}

.layout-btns-tips {
  width: 7.56rem;
  height: 4.64rem;
  background: #fff;
  font-size: 0.3rem;
  color: #8c63ca;
  margin-left: 0.6rem;
  text-align: center;
  box-sizing: border-box;
}

.layout-btns-tips p {
  padding: 1.38rem 0 1.26rem;
}

.layout-btns {
  display: flex;
  display: -webkit-flex;
  justify-content: space-around;
  padding: 0 0.3rem;
}

.layout-btns a {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.36rem;
}

.layout-btns a.layout-btns-cancel {
  width: 2.72rem;
  height: 0.8rem;
  background: url(../images/cancelbg.png) center 0 no-repeat;
  background-size: 100% auto;
  color: #8c63ca;
}

.layout-btns a.layout-btns-save {
  width: 2.72rem;
  height: 0.8rem;
  background: url(../images/savebg.png) center 0 no-repeat;
  background-size: 100% auto;
  color: #fff;
}

.loading {
  width: 100%;
  padding-top: 2rem;
  display: flex;
  -webkit-display: flex;
  align-items: center;
  justify-content: center;
}

.loading span {
  width: 2rem;
  height: 2rem;
  background: url(../images/loading2.gif) center 0 no-repeat;
  background-size: 100% auto;
  display: block;
  margin: 0 auto;
}

.loadingtips {
  text-align: center;
  padding: 0.2rem 0;
  font-size: 0.26rem;
  color: #949290;
  display: flex;
  -webkit-display: flex;
  align-items: center;
  justify-content: center;
}

.loadingtips span {
  width: 0.64rem;
  height: 0.64rem;
  background: url(../images/loading.gif) center 0 no-repeat;
  background-size: 100% auto;
  background-size: 100% auto;
  display: inline-block;
  margin-right: 0.1rem;
}

.layout-tpic {
  width: 6rem;
}

#photoPic img {
  width: 6rem;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
}

.card-group-list-tips {
  font-size: 0.32rem;
  text-align: center;
  color: #999;
}

.edit-card-fixed-search {
  position: fixed;
  z-index: 5;
  width: 7.08rem;
  left: 0;
  top: 1.62rem;
  background: #fff;
  padding-left: 0.3rem;
  box-sizing: border-box;
  padding-bottom: 0.3rem;
}

.left-arrow {
  width: 0.95rem;
  height: 0.66rem;
  background: url(../images/larrow.png) center 0 no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 4rem;
  left: 1rem;
  z-index: 15;
}

.right-arrow {
  width: 0.95rem;
  height: 0.66rem;
  background: url(../images/rarrow.png) center 0 no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 4rem;
  right: 1rem;
  z-index: 15;
}

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

.mt126 {
  padding-top: 1.3rem;
}
