/** @format */

body,html,div {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.login-btn {
  position: absolute;
  top: -1200px;
  right: 30px;
  color: #ffec89;
  font-size: 30px;
  cursor: pointer;
}
.container {
  min-width: 1200px;
  min-height: 3000px;
  padding-top: 1212px;
  width: 100%;
  height: 100%;
  background: url("./october-bg.jpg") center top no-repeat;
}
.num {
  width: 18px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  position: relative;
  top: 3px;
}
.num span {
  position: relative;
  z-index: 1;
  font-size: 16px;
}
.num::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 20px;
    height: 20px;
    background: #330901;
    transform: rotate(133deg);
    z-index: 0;
}
.gift-start {
  margin-top: 8px;
}
.gift-start a {
  color: red;
  text-decoration: none;
}
.content {
  position: relative;
  width: 1200px;
  margin: auto;
  color: #360300;
}

.gift-list {
  display: flex;
  flex-wrap: wrap;
  margin-right: -24px;
  margin-top: 80px;
}

.gift-list .gift-item {
  width: 283px;
  height: 177px;
  background: url("./gift-bg.png") no-repeat;
  font-size: 14px;
  display: flex;
  margin-right: 23px;
  margin-bottom: 23px;
}
.gift-list .gift-item .gift-name {
  font-size: 16px;
}
.gift-img img {
  width: 112px;
  height: 106px;
  margin-top: 36px;
  margin-left: 28px;
}
.gift-info {
  width: 100px;
  margin-top: 30px;
  margin-left: 18px;
  text-align: center;
}
.gift-desc {
  color: #888888;
  margin-top: 8px;
}
.gift-btn {
  color: #fff1b1;
  background: #d40506;
  border-radius: 3px;
  width: 100px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  margin-top: 10px;
  cursor: pointer;
}
.gift-btn.succ{
  background: #ffc500;
  color: #330000;
}
.hdzq {
  margin-top: 235px;
  padding: 10px;
  font-size: 18px;
  color: #ffe896;
}
.zq-item {
  display: flex;
  justify-content: space-between;
  margin: 30px 40px;
}
.zq-item-c {
  width: 1000px;
}
.btn {
  cursor: pointer;
}
.main-tips {
  text-align: center;
  font-size: 14px;
  line-height: 2;
  color: #ffec89;
}


.login-dialog {
}

.login-dialog .el-dialog__header {
  padding: 0;
}

.login-dialog .el-dialog {
  background: #822803;
  border: 4px solid #a12a21;
}

.login-dialog .el-tabs__item.is-active {
  color: #fef384;
}

.login-dialog .el-tabs__item {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
}

.login-dialog .el-tabs__active-bar {
  background-color: #a12a21;
}

.login-dialog .el-tabs__nav-wrap::after {
  background: #822803;
}

.login-dialog .form-label {
  position: relative;
  display: flex;
  font-size: 18px;
  color: #fef384;
  margin-bottom: 20px;
}

.login-dialog .form-label input {
  width: 320px;
  height: 40px;
  background: #fff;
  border-radius: 4px;
  border: none;
  padding: 0 13px;
}

.login-dialog .form-label span {
  display: inline-block;
  width: 78px;
  line-height: 38px;
}

.login-dialog .sms-btn {
  position: absolute;
  top: 10px;
  right: 20px;
  color: red;
  cursor: pointer;
}

.login-dialog .el-dialog__body {
  padding: 30px 50px;
}

.login-dialog .el-tabs__header {
  margin-bottom: 30px;
}

.login-tips {
  color: #fff;
}

.text-yellow {
  color: #fef384;
}

.form-login-btn {
  background: url("//static-1.602.com/602/v3/gameActive/form-login-btn.png") no-repeat;
  display: block;
  width: 210px;
  height: 60px;
  border: none;
  text-align: center;
  margin: auto;
  color: #330000;
  font-size: 28px;
  cursor: pointer;
}

.login-success span {
  margin-right: 10px;
}

.login-dialog .el-dialog__title {
  display: block;
  font-size: 24px;
  line-height: 64px;
  border-bottom: 1px solid #a12a21;
  color: #fef384;
  font-weight: bold;
  text-align: center;
}

.login-dialog .el-table {
  color: #fff;
}
.small-btn {
  display: inline-block;
  background: url("//static-1.602.com/602/v3/gameActive/small-btn-bg.png") no-repeat;
  width: 84px;
  height: 28px;
  border-radius: 4px;
  font-size: 14px;
  color: #330000;
  text-align: center;
  line-height: 28px;
}
.login-dialog .el-table tr {
  background-color: #822803;
}

.date-dialog.login-dialog .el-dialog__body {
  padding: 0;
}
.cart-dialog .el-dialog__body {
  padding: 0;
}
.login-dialog .el-table--enable-row-hover .el-table__body tr:hover > td.el-table__cell {
  background-color: #822803;
}
.cart-list {
  max-height: 500px;
  overflow-y: auto;
}
.cart-list .cart-item {
  display: flex;
  color: #fff;
  padding: 20px;
  border-bottom: 1px solid #a12a21;
}
.cart-list .cart-item .middle {
  width: 280px;
}
.cart-tips {
  color: #fff;
  font-size: 12px;
  margin-bottom: 44px;
  text-align: center;
}
.cart-list .cart-item .left img {
  width: 70px;
  height: 70px;
  margin-right: 10px;
}
.log-list.cart-list .cart-item .middle {
  width: 220px;
}
.el-dialog__headerbtn .el-dialog__close {
  color: #fff;
}
.car-msg {
  text-align: center;
  line-height: 30px;
}
.car-msg .cart-close {
  color: #fff;
  font-size: 18px;
  cursor: pointer;
}
.el-table__empty-block {
  background: #822803;
}
.el-table__empty-text {
  color: #fff;
}
.log-out {
  cursor: pointer;
  text-decoration: underline;
}
.date-dialog-title {
  display: flex;
  font-size: 24px;
  line-height: 64px;
  border-bottom: 1px solid #a12a21;
  color: #fef384;
  font-weight: bold;
}
.date-dialog-title span {
}
.phone-msg {
  position: relative;
  top: -10px;
  margin-left: 76px;
  color: #fff;
}
.phone-msg a {
  color: #fef384;
}
.other_btn {
  padding: 0 2px;
  overflow: hidden;
  margin-bottom: 10px;
}

.other_login {
  margin-top: 15px;
  text-align: center;
}

.other_login p {
  margin-bottom: 10px;
  background: url(//static-1.602.com/602/v3/images/index/other_loginBg.png) no-repeat center center;
  color: #fff;
}

.other_login a {
  display: inline-block;
  margin: 0 8px;
  width: 24px;
  height: 24px;
  background: url(//static-1.602.com/602/v3/images/index/icon.png) no-repeat 0 0;
}

.other_login .qq {
  background-position: 0 -276px;
}

.other_login .wx {
  background-position: -50px -276px;
}

.other_login .xr {
  background-position: -99px -276px;
}

.log-btn {
  position: absolute;
  top: -153px;
  right: -4px;
  width: 100px;
  height: 40px;
  cursor: pointer;
}
.gold-table {
  width: 100%;
  color: #fef384;
}
.gold-table th {
  font-size: 18px;
  line-height: 50px;
}
.gold-table td {
  font-size: 16px;
  line-height: 40px;
  color: #fff;
  text-align: center;
}
.user-list {
    background: rgba(255,255,255,0.5);
    padding: 10px;
}

.user-list::-webkit-scrollbar {
    width: 6px;
}

.user-list::-webkit-scrollbar-track {
    background-color: transparent;
}

.user-list::-webkit-scrollbar-thumb {
    background-color: #999;
    border-radius: 3px;
}

.user-list::-webkit-scrollbar-thumb:hover {
    background-color: darkgray;
}

.user-list .user-item {
    line-height: 30px;
    border-bottom: 2px dotted #ffa513;
    color: #666;
    cursor: pointer;
}

.user-list .user-item span {
    cursor: pointer;
}

.user-list .user-item.active {
    color: #fff;
}

.user-list .user-tag {
    font-size: 12px;
    color: #ffa513;
    border: 1px solid #ffa513;
    padding: 4px;
    line-height: 1;
    display: inline-block;
    margin-left: 0px;
    border-radius: 4px;
    transform: scale(0.7);
}

.user-radio {
    background: url("//static-1.602.com/602/v3/images/index/radio.png") no-repeat;
    width: 16px;
    height: 16px;
    display: inline-block;
    float: right;
    background-size: 100%;
    position: relative;
    top: 7px;
}

.user-list .user-item.active .user-radio {
    background: url("//static-1.602.com/602/v3/images/index/radio-a.png") no-repeat;
    background-size: 100%;
}