
[v-cloak] {
  display: none;
}

* {
  margin: 0;
  padding: 0;
  color: #333;
  text-decoration: none;
}

.text-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.text-two-line {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  white-space: normal !important;
  /* autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  -webkit-line-clamp: 2;
}

.text-three-line {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  white-space: normal !important;
  /* autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  -webkit-line-clamp: 3;
}

.tops {
  width: 100%;
  height: 480px;
  background: linear-gradient(90deg, #100e14 0%, #100f16 18%, #23232d 50%, #0b0b0f 92%, #110f17 100%);
}

.tops .top-center {
  width: 1250px;
  background-image: url("https://hsy1.jibai.com/static/mweb/jzq/img/gz/qy.png");
  background-position: center;
  background-size: cover;
  height: 421px;
  margin: 0 auto;
  position: relative;
}

.tops .top-center .tabsdialog {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.tops .top-center .tabsdialog .tab {
  width: 640px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.tops .top-center .tabsdialog .tab .img {
  width: 22px;
  margin-right: 8px;
}

.tops .top-center .tabsdialog .tab .name {
  font-size: 18px;
  color: #7c561e;
}

.tops .top-center .tabsdialog .tab.left {
  position: absolute;
  left: 0;
  bottom: 0;
  background-image: url("https://imgs0.zupu.cn/photos/common/20210804/eaffbf21-ca80-488d-ba93-31a16639aeb7.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.tops .top-center .tabsdialog .tab.right {
  position: absolute;
  right: 0;
  bottom: 0;
  background-image: url("https://imgs0.zupu.cn/photos/common/20210804/01aaf870-0eb0-4fb7-a4c4-914dcca1323a.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.tops .top-center .tabsdialog .tab.right .name {
  color: #f1d7a6;
}

.tops .top-center .tabsdialog .tab.active {
  z-index: 10;
}

.container {
  width: 100%;
}
.container .img-box {
  width: 1250px;
  background-color: #fff;
  margin: 0 auto;
}

.container .img-box .img {
  margin-top: 32px;
}

.container .main-title {
  font-size: 34px;
  box-sizing: border-box;
  padding: 32px 0;
  color: #191516;
  font-weight: bold;
}

.container .content-box {
  width: 1250px;
  margin: 0 auto;
  background-color: #fff;
  box-sizing: border-box;
  padding: 32px 32px 32px 32px;
}

.container .content-box .content {
  width: 100%;
  margin-bottom: 30px;
}

.container .content-box .content:last-child {
  margin-bottom: 0;
}

.container .content-box .content .title-box {
  width: fit-content;
  box-sizing: border-box;
  margin-bottom: 24px;
  text-align: left;
  position: relative;

}

.container .content-box .content .title-box .name {
  position: relative;
  font-size: 20px;
  line-height: 20px;
  color: #19181e;
  font-weight: bold;
  z-index: 10;
}

.container .content-box .content .title-box .bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 11px;
  background: #ceab7c;
  z-index: 1;
}

.container .content-box .content ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.container .content-box .content ul li {
  width: 286px;
  height: 140px;
  background: #f8f8f8;
  border-radius: 8px;
  box-sizing: border-box;
  padding: 18px 20px 30px;
  display: flex;
  margin-right: 14px;
  margin-bottom: 10px;
}

.container .content-box .content ul li:nth-of-type(4n + 4) {
  margin-right: 0;
}

.container .content-box .content ul li:nth-of-type(2n + 2) {
  background-color: #f8f5f1;
}

.container .content-box .content ul li .left {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}

.container .content-box .content ul li .left .li-name {
  font-size: 18px;
  line-height: 25px;
  color: #582d0f;
  font-weight: bold;
  text-align: left;
}

.container .content-box .content ul li .left .desc {
  font-size: 18px;
  color: #d7ba92;
  text-align: left;
}

.container .content-box .content ul li .img {
  width: 64px;
  height: 64px;
}

.container .ad {
  width: 1250px;
  margin: 32px auto;
}

.app-logged {
  position: absolute;
  top: 50px;
  right: 0;
  width: 313px;
  border-radius: 3px;
  overflow: hidden;
}

.app-logged .main {
  width: 100%;
  box-sizing: border-box;
  padding: 14px 16px;
  background-color: #000000;
}

.app-logged .main .name-box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.app-logged .main .name-box .left {
  display: flex;
  align-items: center;
}

.app-logged .main .name-box .left .name {
  font-size: 18px;
  line-height: 18px;
  color: #fff;
  margin-right: 8px;
}

.app-logged .main .name-box .left .vipType {
  width: 22px;
  height: 17px;
}

.app-logged .main .name-box .status {
  font-size: 14px;
  line-height: 16px;
  color: #666;
}

.app-logged .main .desc-box {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}

.app-logged .main .desc-box .desc, .app-logged .main .desc-box .time {
  margin-top: 8px;
  font-size: 12px;
  color: #999999;
  line-height: 16px;
  cursor: pointer;
}

.app-logged .middle {
  width: 100%;
  box-sizing: border-box;
  padding: 20px 32px 14px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #111;
}

.app-logged .middle .img {
  width: 185px;
  height: 12px;
  margin-bottom: 25px;
}

.app-logged .middle ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.app-logged .middle ul li {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  margin-right: 9px;
}

.app-logged .middle ul li:nth-of-type(2n + 2) {
  margin-right: 0;
}

.app-logged .middle ul li .li-img {
  width: 32px;
  height: 32px;
  margin-right: 8px;
}

.app-logged .middle ul li .name {
  width: 80px;
  font-size: 12px;
  line-height: 16px;
  color: #ccc;
}

.app-logged .middle .btn {
  width: 100%;
  height: 40px;
  background: #f1d7a6;
  border-radius: 3px;
  text-align: center;
  line-height: 40px;
  font-size: 16px;
  color: #7c561e;
  cursor: pointer;
}
.app-logged .middle .btn:hover{
  background: #7c561e ;
  color: #f1d7a6;
}
.app-logged .middle .info {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 12px;
}

.app-logged .middle .info .name {
  font-size: 14px;
  color: #f1d7a6;
  margin-right: 5px;
}

.app-logged .middle .info .name:last-child {
  margin: 0;
}

.app-logged .bottom {
  width: 313px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  background-color: #000000;
  font-size: 14px;
  color: #f1d7a6;
}

.app-login {
  position: absolute;
  top: 50px;
  right: 0;
  width: 320px;
  overflow: hidden;
  box-sizing: border-box;
  background: #ffffff;
  box-shadow: 0px 0px 6px 0px rgba(171, 150, 150, 0.2);
  border-radius: 4px;
}

/* .app-login .login-tabs {
  width: 100%;
  display: flex;
  align-items: center;
}

.app-login .login-tabs .tab {
  flex: 1;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f1f1f1;
  position: relative;
  cursor: pointer;
}

.app-login .login-tabs .tab.active {
  background-color: #fff;
}

.app-login .login-tabs .tab img {
  width: 24px;
  height: 24px;
  margin-right: 6px;
}

.app-login .login-tabs .tab .name {
  font-size: 14px;
  color: #333;
}

.app-login .login-bottom {
  width: 333px;
  height: 32px;
  background: #f1f1f1;
  text-align: center;
  line-height: 32px;
  color: #999;
  font-size: 12px;
}

.app-login .login-bottom a {
  color: #7c561e;
}

.app-login .login-content {
  width: 333px;
  height: 272px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 40px;
  background-color: #fff;
}

.app-login .login-content .wxcode {
  width: 233px;
  height: 233px;
  padding: 10px;
  border: 1px solid #f1f1f1;
  box-sizing: border-box;
}

.app-login .login-content .wxcode img {
  width: 100%;
  height: 100%;
} */

/* .el-select {
  width: 90px;
  border: none;
}

.el-input-group__append,
.el-input-group__prepend {
  border: none;
  background-color: #f1f1f1;
}

.el-input__inner {
  background-color: #f1f1f1;
} */

/* .login-phone {
  width: 333px;
  height: 272px;
  box-sizing: border-box;
  padding: 24px 32px;
  background-color: #fff;
}

.login-phone .input {
  width: 100%;
  margin-top: 8px;
  background: #f1f1f1;
  display: flex;
  align-items: center;
  height: 40px;
  box-sizing: border-box;
  padding: 0 4px 0 16px;
  cursor: pointer;
}

.login-phone .input .yzm {
  width: 72px;
  height: 32px;
}

.login-phone .input input {
  flex: 1;
  border: none;
  outline: none;
  background-color: #f1f1f1;
  height: 100%;
}

.login-phone .input .codeBtn {
  width: 86px;
  height: 32px;
  border: 1px solid #d7ba92;
  text-align: center;
  line-height: 32px;
  color: #7c561e;
  font-size: 14px;
}

.login-phone .input .icon {
  width: 14px;
  height: 15px;
  margin-right: 14px;
}

.login-phone .input .icon-1 {
  width: 12px;
  height: 16px;
  margin-right: 14px;
}

.login-phone .loginbtn {
  width: 100%;
  height: 40px;
  background: #f1d7a6;
  border-radius: 3px;
  text-align: center;
  line-height: 40px;
  font-size: 16px;
  color: #7c561e;
  margin-top: 24px;
  cursor: pointer;
}

.login-phone .loginbtn.code {
  margin-top: 72px;
}

.login-phone .change {
  width: 100%;
  text-align: right;
  font-size: 12px;
  color: #666;
  text-decoration: underline;
  cursor: pointer;
  margin-top: 12px;
}

.el-input__inner::placeholder {
  color: #666;
}

input::placeholder {
  color: #666;
} */

.rPassword-model {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
  overflow: auto;
  background: rgba(0, 0, 0, 0.4);
  text-align: center;
}

.rPassword-model .rPassword-box {
  width: 360px;
  height: auto;
  background-color: #fff;
  border-radius: 8px;
  margin: 110px auto 0;
  padding: 40px 60px;
}

.rPassword-model .rPassword-box .pass-title {
  font-size: 20px;
  line-height: 1.6;
}

.rPassword-model .rPassword-box .pass-title a {
  color: #6aa0f6;
}

.rPassword-model .rPassword-box .pass-dow {
  margin: 10px auto;
  font-size: 16px;
}

.rPassword-model .rPassword-box .pass-dow img {
  width: 200px;
}
