@charset "utf-8";

* {
  margin: 0;
  padding: 0;
  outline: none;
}
html, body {
  min-width: 1200px;
  height: 100%;
  background: #f0f2f5;
  font-size: 14px;
  color: #333;
}
ul {
  list-style: none;
}
a {
  text-decoration: none !important;
  color: #333;
}
a:hover {
	text-decoration: none !important;
  color: #333;
}
a:link {
	text-decoration: none !important;
  color: #333;
}
a:visited {
	text-decoration: none !important;
  color: #333;
}

::-webkit-scrollbar {
  height: 10px;
  width: 10px
}
::-webkit-scrollbar-thumb {
  border-radius: 10px;
  border: 2px solid transparent;
  background: rgba(0,0,0,.25);
  background-clip: padding-box
}
::-webkit-scrollbar-track {
  border-radius: 10px
}
::-webkit-scrollbar-thumb:hover {
  background: rgba(0,0,0,.5)
}
::-webkit-scrollbar-corner {
  background-color: transparent
}

.luck-container {
  width: 1200px;
  margin: 0 auto;
}

.none {
  display: none;
}
.color {
  color: #fe346e;
}
.luck-text-default {
  color: #fe346e;
}
.luck-text-price {
  color: #FF0000;
}

.luck-btn-default {
  background-color: #fe346e;
  color: #fff;
}
.luck-btn-default:hover {
  color: #fff;
}
.luck-btn-secondary {
  background-color: #6c757d;
  color: #fff;
}
.luck-btn-secondary:hover {
  color: #fff;
}

.luck-loading {
  background: url('/static/images/loading/1.gif') no-repeat;
  background-position: center;
  height: 50px;
}

.header {
  width: 100%;
  height: 60px;
  line-height: 60px;
  background: #f5f6f7;
  box-shadow: 0 2px 4px 0 hsl(0deg 0% 82% / 50%);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
}
.header .logo {
  float: left;
}
.header .logo img {
  width: 100px;
  height: 50px;
  vertical-align: middle;
  margin-top: -4px;
}
.header .menus {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  float: left;
  margin-left: 20px;
}
.header .menus .item {
  padding: 0 20px;
}
.header .account {
  float: right;
  position: relative;
}
.header .account .userinfo {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  cursor: pointer;
}
.header .account .userinfo .avatar {
  width: 26px;
  height: 26px;
  -o-object-fit: cover;
  object-fit: cover;
  margin-right: 6px;
  border-radius: 50%;
}
.header .account .userinfo .nickname {
  font-weight: 600;
  margin-right: 6px;
}
.header .account .userinfo i {
  font-size: 12px;
  color: #999;
}
.header .account .userinfo i:after {
  content: '\e799';
  color: #999;
}
.header .account .popover-arrow {
  position: absolute;
  top: 56px;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  border-top-color: #fff;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: #fff;
  -webkit-box-shadow: -2px -2px 5px rgb(0 0 0 / 6%);
  box-shadow: -2px -2px 5px rgb(0 0 0 / 6%);
  width: 8px;
  height: 8px;
  background: transparent;
  border-style: solid;
  border-width: 4px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  display: none;
}
.header .account .fold_items {
  position: absolute;
  background-color: #fff;
  box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
  width: 120px;
  right: 0;
  top: 60px;
  border-radius: 3px;
  z-index: 99;
  padding: 8px 0 10px 0;
  display: none;
}
.header .account .fold_item {
  line-height: 28px;
  color: #333;
  display: block;
  font-size: 13px;
  text-align: center;
  border-radius: 3px;
  letter-spacing: 1px;
}
.header .account:hover .popover-arrow {
  display: block;
}
.header .account:hover .fold_items {
  display: block;
}
.header_blank {
  height: 60px;
}

.footer {
  background-color: #383b42;
  color: #fff;
}
.footer .bd {
  padding: 40px 0;
  display: flex;
  width: 1100px;
}
.footer .box1 {
  display: flex;
}
.footer .box1 dl {
  width: 130px;
  margin-bottom: -12px;
}
.footer .box1 dt {
  margin-bottom: 12px;
  color: #fff;
  line-height: 20px;
  font-weight: 400;
}
.footer .box1 dd {
  font-weight: 400;
  color: #999;
  line-height: 28px;
}
.footer .box1 dd a {
  color: #999;
}
.footer .box2 {
  display: flex;
  justify-content: center;
  width: 620px;
}
.footer .box2 .item {
  text-align: center;
  margin-right: 20px;
}
.footer .box2 .item .stitle {
  margin-bottom: 8px;
}
.footer .box2 .item .img {
  width: 120px;
  height: 120px;
  border-radius: 3px;
}
.footer .box3 .stitle i:before {
  content: '\ec2e';
  margin-right: 8px;
}
.footer .box3 .phone {
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 18px;
}
.footer .box3 .msg {
  margin-top: 8px;
  color: #999;
}
.footer .copyright {
  background-color: #2b2e33;
  color: #999;
  font-size: 12px;
  text-align: center;
  padding: 12px 0;
}
.footer .copyright a {
  color: #999;
}

/* noresult start */
.noresult {
  text-align: center;
  display: block;
  margin: 50px 0;
}
.noresult img {
  max-width: 100px;
}
.noresult p {
  font-size: 12px;
  margin-top: 10px;
  color: #ccc;
  letter-spacing: 1px;
}
.noresult p.link {
  margin-top: 20px;
}
.noresult p.link a {
  background-color: #ffaa2c;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  color: #fff;
  margin-left: 8px;
  padding: 0 10px;
  border-radius: 5px;
}
.noresult p.link a:first-child {
  margin-left: 0;
}
/* noresult end */

/* paginate start */
.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  font-size: 14px;
  margin-bottom: 0;
}
.page-link {
  position: relative;
  display: block;
  color: #707070;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #dee2e6;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.page-link:hover {
  z-index: 2;
  color: #707070;
  background-color: #fe346E;
  border-color: #fe346E;
  color: #fff;
}
.page-item:not(:first-child) .page-link {
  margin-left: -1px;
}
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #fe346E;
  border-color: #fe346E;
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
  border-color: #dee2e6;
}
.page-link {
  padding: 0.375rem 0.75rem;
}
.page-item:first-child .page-link {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
/* paginate end */

@font-face {
  font-family: 'iconfont';  /* Project id 3846737 */
  src: url('//at.alicdn.com/t/c/font_3846737_owcuudzsbn.woff2?t=1679629566851') format('woff2'),
       url('//at.alicdn.com/t/c/font_3846737_owcuudzsbn.woff?t=1679629566851') format('woff'),
       url('//at.alicdn.com/t/c/font_3846737_owcuudzsbn.ttf?t=1679629566851') format('truetype');
}
.iconfont {
  font-family: "iconfont" !important;
  font-style: normal;
}

/* 注册登录 start */
.login {
  overflow: hidden;
  min-height: 100%;
  background: url(/static/images/bg3.jpg) no-repeat;
  background-size: cover;
}
.login a {
  text-decoration: none;
  color: #fe346e;
}
.login .box {
  background-color: #fff;
  max-width: 420px;
  margin: 0 auto;
  padding: 50px 25px 55px 25px;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(3, 27, 78, .12);
  margin-top: 60px;
}
.login .top {
  text-align: center;
  margin-bottom: 30px;
}
.login .title {
  font-size: 24px;
  font-weight: 600;
}
.login .short_title {
  margin-top: 10px;
  letter-spacing: 2px;
}
.login .other_way {
  font-size: 12px;
  margin-top: 20px;
  overflow: hidden;
}
.login .other_way .a1 {
  float: left;
}
.login .other_way .a2 {
  float: right;
}
.login .agreement {
  margin-top: 20px;
  color: #999;
}
.login .agreement a {
  margin: 0 3px;
}

.login .send_code a {
  font-size: 12px;
  color: #666;
}
.login input::-webkit-input-placeholder {
  /* WebKit browsers */
  font-size:14px;
  color: #999;
}
.login input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  font-size:14px;
  color: #999;
}
.login input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  font-size:14px;
  color: #999;
}
/* 注册登录 end */
