@charset "UTF-8";
.border[data-v-7607a945] {
  border: 1px solid #EEEEEE;
}
el-drawer[data-v-7607a945]  {
  z-index: 9999999999999999;
}
.custom-header[data-v-7607a945]  {
  z-index: 999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 110px;
  background-color: #fff;
}
.custom-header[data-v-7607a945] .tabs-section {
    height: 60px;
}
.custom-header[data-v-7607a945] .tabs-section .el-row {
      display: flex;
      align-items: center;
}
.custom-header[data-v-7607a945] .tabs-section .left {
      display: flex;
      align-items: center;
}
.custom-header[data-v-7607a945] .tabs-section .left img {
        width: 134px;
        height: 38px;
        cursor: pointer;
}
.custom-header[data-v-7607a945] .tabs-section .left .tabs-list {
        overflow: hidden;
}
.custom-header[data-v-7607a945] .tabs-section .left .tabs-list .item {
          float: left;
          height: 60px;
          line-height: 60px;
          margin-left: 35px;
          font-weight: 700;
          font-size: 20px;
          color: #1B1B1B;
          position: relative;
}
.custom-header[data-v-7607a945] .tabs-section .left .tabs-list .item.active::after {
            background: #FFB93D;
}
.custom-header[data-v-7607a945] .tabs-section .left .tabs-list .item::after {
            content: '';
            position: absolute;
            bottom: 0px;
            left: 50%;
            transform: translateX(-50%);
            width: 54px;
            height: 2px;
            background: #fff;
}
.custom-header[data-v-7607a945] .tabs-section .left .tabs-list .item a {
            display: inline-block;
            width: 100%;
            height: 100%;
}
.custom-header[data-v-7607a945] .tabs-section .right {
      display: flex;
      align-items: center;
      justify-content: flex-end;
}
.custom-header[data-v-7607a945] .tabs-section .right .keyword-box {
        position: relative;
        width: 350px;
        height: 40px;
        padding: 0 90px 0 90px;
        margin-right: 40px;
        border-radius: 8px;
        background: #EEEEEE;
}
.custom-header[data-v-7607a945] .tabs-section .right .keyword-box .select-box {
          z-index: 999;
          position: absolute;
          top: 50%;
          left: 6px;
          transform: translateY(-50%);
          width: 74px;
          border-radius: 4px;
          background: #FFFFFF;
}
.custom-header[data-v-7607a945] .tabs-section .right .keyword-box .select-box .select-value {
            height: 28px;
            display: flex;
            align-items: center;
            justify-content: center;
}
.custom-header[data-v-7607a945] .tabs-section .right .keyword-box .select-box .select-value span {
              font-size: 12px;
              color: #535353;
}
.custom-header[data-v-7607a945] .tabs-section .right .keyword-box .select-box .select-value img {
              width: 10px;
              height: 10px;
              margin-left: 10px;
}
.custom-header[data-v-7607a945] .tabs-section .right .keyword-box .select-box:hover .items-list {
            display: block;
}
.custom-header[data-v-7607a945] .tabs-section .right .keyword-box .select-box .items-list {
            display: none;
            z-index: 999;
            position: absolute;
            top: 29px;
            left: 0;
            width: 90px;
            border-radius: 4px;
            background-color: #FFFFFF;
            box-shadow: 0px 3px 14px 2px rgba(207, 207, 207, 0.4);
}
.custom-header[data-v-7607a945] .tabs-section .right .keyword-box .select-box .items-list .item {
              height: 32px;
              display: flex;
              align-items: center;
              justify-content: center;
              border-bottom: 1px solid #eee;
}
.custom-header[data-v-7607a945] .tabs-section .right .keyword-box .select-box .items-list .item img {
                width: 20px;
                height: 20px;
}
.custom-header[data-v-7607a945] .tabs-section .right .keyword-box .select-box .items-list .item.active span {
                color: #FFB93D;
}
.custom-header[data-v-7607a945] .tabs-section .right .keyword-box .select-box .items-list .item span {
                font-size: 12px;
                color: #535353;
                margin-left: 11px;
}
.custom-header[data-v-7607a945] .tabs-section .right .keyword-box input {
          width: 100%;
          height: 100%;
          outline: none;
          border: none;
          box-sizing: border-box;
          background: #EEEEEE;
}
.custom-header[data-v-7607a945] .tabs-section .right .keyword-box .kw-btn {
          position: absolute;
          top: 0;
          right: 0;
          width: 80px;
          height: 40px;
          text-align: center;
          background: #313131;
          display: flex;
          align-items: center;
          justify-content: center;
          border-radius: 0 8px 8px 0;
}
.custom-header[data-v-7607a945] .tabs-section .right .keyword-box .kw-btn img {
            width: 22px;
            height: 22px;
}
.custom-header[data-v-7607a945] .tabs-section .right .login-box {
        height: 60px;
        display: flex;
        align-items: center;
}
.custom-header[data-v-7607a945] .tabs-section .right .login-box .no-login {
          display: flex;
          align-items: center;
}
.custom-header[data-v-7607a945] .tabs-section .right .login-box .no-login .btn {
            width: 96px;
            height: 38px;
            line-height: 38px;
            text-align: center;
            border-radius: 19px;
            font-size: 16px;
            border: 1px solid #959595;
}
.custom-header[data-v-7607a945] .tabs-section .right .login-box .no-login .register {
            background: #DCDCDC;
}
.custom-header[data-v-7607a945] .tabs-section .right .login-box .is-login {
          position: relative;
}
.custom-header[data-v-7607a945] .tabs-section .right .login-box .is-login img {
            width: 34px;
            height: 34px;
            border-radius: 50%;
}
.custom-header[data-v-7607a945] .tabs-section .right .login-box .is-login .select-box {
            display: none;
}
.custom-header[data-v-7607a945] .tabs-section .right .login-box .is-login .select-box.active {
          display: block;
          z-index: 999;
          position: absolute;
          top: 49px;
          left: 0;
          width: 170px;
          box-shadow: 0px 3px 14px 2px rgba(207, 207, 207, 0.4);
}
.custom-header[data-v-7607a945] .tabs-section .right .login-box .is-login .select-box.active li {
            height: 50px;
            line-height: 50px;
            font-size: 14px;
            color: #707070;
            transition: all .4s ease;
            background-color: #FFFFFF;
            border-bottom: 1px solid #EEEEEE;
}
.custom-header[data-v-7607a945] .tabs-section .right .login-box .is-login .select-box.active li:hover {
              background-color: #eee;
}
.custom-header[data-v-7607a945] .tabs-section .right .login-box .is-login .select-box.active li:nth-of-type(6) {
              color: #FF0000;
              border: none;
}
.custom-header[data-v-7607a945] .tabs-section .right .login-box .is-login .select-box.active li a {
              display: block;
              padding-left: 20px;
              height: 50px;
              line-height: 50px;
}
.custom-header[data-v-7607a945] .tabs-section .right .shop-box {
        margin-left: 26px;
}
.custom-header[data-v-7607a945] .tabs-section .right .shop-box img {
          width: 30px;
          height: 30px;
}
.custom-header[data-v-7607a945] .item-section {
    height: 50px;
    background-color: #EEEEEE;
}
.custom-header[data-v-7607a945] .item-section .content {
      display: flex;
      align-items: center;
}
.custom-header[data-v-7607a945] .item-section .content .item {
        min-width: 90px !important;
        height: 50px;
        line-height: 50px;
        text-align: center;
        font-size: 14px;
        color: #434343;
        transition: all .4s ease;
}
.custom-header[data-v-7607a945] .item-section .content .item.active, .custom-header[data-v-7607a945] .item-section .content .item:hover {
          background-color: #DCDCDC;
}
.custom-header[data-v-7607a945] .el-drawer .el-drawer__header {
    padding: 10px 20px;
    margin-bottom: 0px;
    font-size: 15px;
    font-weight: 700;
    color: #313131;
    background-color: #F2F5F7;
}
.custom-header[data-v-7607a945] .el-drawer .el-drawer__body {
    padding: 16px;
    overflow: auto;
}
.custom-header[data-v-7607a945] .el-drawer .el-drawer__body::-webkit-scrollbar {
      width: 0;
      /*高宽分别对应横竖滚动条的尺寸*/
      height: 0;
}
.custom-header[data-v-7607a945] .el-drawer .el-drawer__body::-webkit-scrollbar-thumb {
      border-radius: 5px;
      -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
      background: rgba(0, 0, 0, 0.2);
}
.custom-header[data-v-7607a945] .el-drawer .el-drawer__body::-webkit-scrollbar-track {
      -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
      border-radius: 0;
      background: rgba(0, 0, 0, 0.1);
}
.custom-header[data-v-7607a945] .el-drawer .el-drawer__body .items-list {
      height: 100%;
}
.custom-header[data-v-7607a945] .el-drawer .el-drawer__body .items-list .item {
        padding: 16px;
        margin-bottom: 18px;
        border-radius: 6px;
        background-color: #F2F5F7;
        display: flex;
        align-items: center;
        justify-content: space-between;
}
.custom-header[data-v-7607a945] .el-drawer .el-drawer__body .items-list .item img {
          width: 72px;
          height: 72px;
          border-radius: 4px;
}
.custom-header[data-v-7607a945] .el-drawer .el-drawer__body .items-list .item .right-box {
          flex: 1;
          margin-left: 15px;
}
.custom-header[data-v-7607a945] .el-drawer .el-drawer__body .items-list .item .right-box .shop-name {
            font-size: 14px;
            font-weight: 700;
            color: #313131;
}
.custom-header[data-v-7607a945] .el-drawer .el-drawer__body .items-list .item .right-box .shop-type {
            margin: 9px 0 11px;
            font-size: 14px;
            color: #86A1B3;
}
.custom-header[data-v-7607a945] .el-drawer .el-drawer__body .items-list .item .right-box .shop-desc {
            display: flex;
            align-items: center;
            justify-content: space-between;
}
.custom-header[data-v-7607a945] .el-drawer .el-drawer__body .items-list .item .right-box .shop-desc .price {
              font-size: 14px;
              color: #313131;
}
.custom-header[data-v-7607a945] .el-drawer .el-drawer__body .items-list .item .right-box .shop-desc .btn-buy {
              width: 70px;
              height: 20px;
              text-align: center;
              line-height: 20px;
              color: #FFFFFF;
              background: #FFB93D;
              border-radius: 4px;
}
.custom-header[data-v-7607a945] .el-drawer .el-drawer__body .items-list .item .right-box .shop-desc .collect {
              font-size: 12px;
              color: #86A1B3;
}
.custom-header[data-v-7607a945] .el-drawer .el-drawer__body .items-list .item .right-box .shop-desc .delect {
              font-size: 12px;
              color: #86A1B3;
}
.custom-header.light[data-v-7607a945]  {
  height: 60px;
  background-color: #fff;
  box-shadow: 0px 4px 8px 1px rgba(84, 84, 84, 0.16);
}
.custom-header.light[data-v-7607a945] .item-section {
    display: none;
}
.xm-container[data-v-7607a945] {
  z-index: 999;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(27, 27, 27, 0.5);
}
.xm-container .xm-yarn[data-v-7607a945] {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 960px;
    height: 550px;
    border-radius: 26px;
    transform: translate(-50%, -50%);
    background: #FFFFFF;
}
.xm-container .xm-yarn .xm-content[data-v-7607a945]  {
      display: flex;
      align-items: center;
      justify-content: space-between;
}
.xm-container .xm-yarn .xm-content[data-v-7607a945] .xm-desc {
        width: 473px;
        height: 550px;
        padding: 70px 57px;
        border-right: 1px solid #DCDCDC;
}
.xm-container .xm-yarn .xm-content[data-v-7607a945] .xm-desc img {
          width: 180px;
          height: 48px;
}
.xm-container .xm-yarn .xm-content[data-v-7607a945] .xm-desc p {
          margin-top: 33px;
          font-size: 14px;
          color: #626262;
}
.xm-container .xm-yarn .xm-content[data-v-7607a945] .xm-form {
        width: 486px;
        height: 550px;
        padding: 48px 63px;
}
.xm-container .xm-yarn .xm-content[data-v-7607a945] .xm-form .form-title {
          font-weight: 900;
          font-size: 32px;
          color: #1B1B1B;
}
.xm-container .xm-yarn .xm-content[data-v-7607a945] .xm-form .input-container .el-input__inner {
          padding: 0;
          border: none;
          border-bottom: 1px solid #EEEEEE;
}
.xm-container .xm-yarn .xm-content[data-v-7607a945] .xm-form .input-container .el-input__inner::-webkit-input-placeholder {
            font-size: 16px;
            color: #707070;
}
.xm-container .xm-yarn .xm-content[data-v-7607a945] .xm-form .input-container.has-yzm .yzm-box {
          display: flex;
          align-items: flex-end;
          justify-content: space-between;
}
.xm-container .xm-yarn .xm-content[data-v-7607a945] .xm-form .input-container.has-yzm .yzm-box .el-input {
            flex: 1;
}
.xm-container .xm-yarn .xm-content[data-v-7607a945] .xm-form .input-container.has-yzm .yzm-box #myCanvas {
            cursor: pointer;
            margin-left: 10px;
}
.xm-container .xm-yarn .xm-content[data-v-7607a945] .xm-form .input-container.has-yzm .yzm-box .message-btn {
            width: 110px;
            height: 40px;
            margin-left: 5px;
            color: #FFB93D;
            border-color: #FFB93D;
            background-color: #FFFFFF;
}
.xm-container .xm-yarn .xm-content[data-v-7607a945] .xm-form .input-container.has-yzm .yzm-box .message-btn.is-disabled {
              color: #B1B1B1;
              border-color: #E5E5E5;
              cursor: not-allowed;
}
.xm-container .xm-yarn .xm-content[data-v-7607a945] .xm-form.xm-login .input-container .el-input {
          margin-top: 30px;
}
.xm-container .xm-yarn .xm-content[data-v-7607a945] .xm-form.xm-register {
          padding: 40px 63px;
}
.xm-container .xm-yarn .xm-content[data-v-7607a945] .xm-form.xm-register .input-container .el-input {
            margin-top: 18px;
}
.xm-container .xm-yarn .xm-content[data-v-7607a945] .xm-form.xm-register .btn {
            margin-top: 16px;
}
.xm-container .xm-yarn .xm-content[data-v-7607a945] .xm-form.xm-register .desc-text {
            margin: 12px 0;
}
.xm-container .xm-yarn .xm-content[data-v-7607a945] .xm-form.xm-register .desc-text.border-bm {
              margin-top: 12px;
              padding-bottom: 12px;
              border-bottom: 1px solid #eee;
}
.xm-container .xm-yarn .xm-content[data-v-7607a945] .xm-form.xm-password .input-container .el-input {
          margin-top: 18px;
}
.xm-container .xm-yarn .xm-content[data-v-7607a945] .xm-form.xm-password .btn {
          margin-top: 25px;
}
.xm-container .xm-yarn .xm-content[data-v-7607a945] .xm-form.xm-password .desc-text {
          margin: 25px 0;
}
.xm-container .xm-yarn .xm-content[data-v-7607a945] .xm-form .btn {
          width: 100%;
          height: 50px;
          margin-top: 30px;
          line-height: 50px;
          text-align: center;
          border-radius: 25px;
          font-size: 16px;
          font-weight: bold;
          color: #FFFFFF;
          background: #FFB93D;
}
.xm-container .xm-yarn .xm-content[data-v-7607a945] .xm-form .btn.btn-create {
            color: #1B1B1B;
            background: #FFFFFF;
            border: 1px solid #000000;
}
.xm-container .xm-yarn .xm-content[data-v-7607a945] .xm-form .desc-text {
          margin: 24px 0;
          font-size: 14px;
          color: #626262;
}
.xm-container .xm-yarn .xm-content[data-v-7607a945] .xm-form .desc-text span {
            color: #3366CC;
}
.xm-container .xm-yarn .xm-content[data-v-7607a945] .xm-form .desc-text.border-bm {
            margin-top: 24px;
            padding-bottom: 24px;
            border-bottom: 1px solid #eee;
}
.login[data-v-7607a945] {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: space-around;
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #535353;
}
.login img[data-v-7607a945] {
  cursor: pointer;
  width: 78px;
  height: 78px;
}
.login div div[data-v-7607a945] {
  margin-top: 16px;
}
.sx[data-v-7607a945] {
  width: 26px;
  height: 26px;
}
.su img[data-v-7607a945] {
  width: 26px;
  height: 26px;
}

