@charset "utf-8";
/* CSS Document */
* {
  margin: 0;
  padding: 0;
}
html { background: linear-gradient(to bottom, #ffefd7, #ffe4e1); background-attachment: fixed; min-height: 100vh;}
body {
  width: 100%;
  max-width: 800px;
  min-height: 100vh;
  margin: 0 auto;
  line-height: 1.75;
  font-size: 16px;
  border-left: solid 10px #fff;
  border-right: solid 10px #fff;
  font-family: "微软雅黑";
  word-break: break-all;
  word-wrap: break-word;
  background: #fff;
}
input,
select,
button,
textarea {
  margin: 0;
  padding: 0;
  vertical-align: middle;
  font-size: 100%;
  color: inherit;
  border: 0;
  font-family: inherit;
  outline: none;
  resize: none;
}
input[type="text"] {
  -webkit-appearance: none;
}
ol,
ul {
  list-style: none;
}
img {
  max-width: 100%;
  vertical-align: middle;
}
a {
  text-decoration: none;
  color: inherit;
}
:focus {
  outline: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

.h10 {
  height: 8px;
  font-size: 0;
  line-height: 0;
  clear: both;
  background: #eee;
}
.clear {
  clear: both;
}
.mt10 {
  margin-top: 10px;
}

@media screen and (max-width: 750px) {
  body {
    font-size: 15px;
    border: 0;
  }
  .h10 {
    height: 6px;
  }
  .mt10 {
    margin-top: 6px;
  }
}

.header-index {
  height: 80px;
  background: linear-gradient(to right, #ff6348, #ff3956);
}
.header-index .logo {
  height: 100%;
}
.header-index .logo img {
  height: 100%;
  width: auto;
}
@media screen and (max-width: 750px) {
  .header-index {
    height: 48px;
  }
}

.header-in {
  height: 48px;
  background: linear-gradient(to right, #ff6348, #ff3956);
  position: relative;
}
.header-in .head-back {
  width: 48px;
  height: 48px;
  position: absolute;
  top: 0;
  left: 0;
}
.header-in .head-back a {
  display: inline-block;
  width: 48px;
  height: 48px;
  font-size: 0;
  text-indent: -99999999px;
  overflow: hidden;
  background: url(../images/back.png) no-repeat center center;
  background-size: 20px 20px;
}
.header-in .head-tit {
  height: 48px;
  line-height: 48px;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .header-in .head-tit {
    font-size: 16px;
  }
}

.tzjl {
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  position: fixed;
  bottom: 80px;
  right: 20px;
  z-index: 2;
}
.tzjl ul {
}
.tzjl ul li {
  margin-top: 10px;
}
.tzjl ul li a {
  display: block;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  border-radius: 50%;
}
.tzjl ul li a.touzhu {
  background: #e41bcd;
}
.tzjl ul li a.jiaoliu {
  background: #403abd;
}
@media screen and (max-width: 750px) {
  .tzjl {
    font-size: 18px;
    bottom: 72px;
    right: 10px;
  }
  .tzjl ul li a {
    width: 48px;
    height: 48px;
    line-height: 48px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
  }
}

.nav1 {
  padding: 10px 0;
  text-align: center;
  font-size: 14px;
}
.nav1 ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
}
.nav1 ul li {
  width: 25%;
  padding: 10px 0;
}
.nav1 ul li img {
  width: 60px;
  height: 60px;
}
.nav1 ul li p {
  padding-top: 5px;
}
@media screen and (max-width: 750px) {
  .nav1 {
    padding: 5px 0;
    font-size: 12px;
  }
  .nav1 ul li {
    padding: 5px 0;
  }
  .nav1 ul li img {
    width: 40px;
    height: 40px;
  }
}

.nav2 {
  width: 100%;
  max-width: 800px;
  padding: 4px;
  box-sizing: border-box;
  text-align: center;
  background: #fff;
}
.nav2 ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
}
.nav2 ul li {
  width: 20%;
  padding: 4px;
  box-sizing: border-box;
}
.nav2 ul li a {
  display: block;
  height: 36px;
  line-height: 36px;
  color: #fff;
  border-radius: 36px;
  background: linear-gradient(to right, #ff6348, #ff3956);
}
nav2[data-fixed="fixed"] {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9;
  margin: auto;
}
@media screen and (max-width: 750px) {
  .nav2 ul li {
    padding: 2px;
  }
  .nav2 ul li a {
    height: 26px;
    line-height: 26px;
    font-size: 13px;
  }
}

.kjcj {
  padding: 10px 0;
}
@media screen and (max-width: 750px) {
  .kjcj {
    padding: 5px;
  }
}

.ambm {
  text-align: center;
}
@media screen and (max-width: 750px) {
  .ambm {
    padding: 0 30px;
  }
}

.zxgg {
  display: flex;
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  font-size: 14px;
  color: #fff;
  background: #ff3956;
}
.zxgg div {
  color: #ff0;
  font-weight: bold;
}
.zxgg marquee {
  flex: 1;
}
@media screen and (max-width: 750px) {
  .zxgg {
    height: 32px;
    line-height: 32px;
    font-size: 12px;
  }
}

.tit {
  display: flex;
  align-items: center;
  height: 48px;
  padding: 0 16px;
  color: #fff;
  background: #ff3956;
}
.tit h3 {
  font-size: 20px;
  font-weight: bold;
}
.tit h3:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 6px;
  height: 18px;
  margin-right: 10px;
  background: #ff0;
}
.tit a {
  flex: 1;
  text-align: right;
  font-size: 14px;
}
@media screen and (max-width: 750px) {
  .tit {
    height: 36px;
    padding: 0 10px;
  }
  .tit h3 {
    font-size: 15px;
  }
  .tit h3:before {
    width: 6px;
    height: 14px;
  }
  .tit a {
    font-size: 12px;
  }
}

.titBox {
  display: flex;
  justify-content: space-between;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}
.titBox div {
  display: flex;
  flex: 1;
  margin-right: 1px;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 44px;
  background: #aaa;
  cursor: pointer;
}
.titBox div:last-child {
  margin-right: 0;
}
.titBox div.hover {
  background: #ff3956;
}
@media screen and (max-width: 750px) {
  .titBox div {
    height: 36px;
    font-size: 15px;
  }
}

.box-img {
  border: 10px solid #ff3956;
  border-top: 0;
}
.box-img img {
  width: 100%;
}
@media screen and (max-width: 750px) {
  .box-img {
    border: 6px solid #ff3956;
  }
}

.footer {
  padding: 10px;
  font-size: 14px;
  text-align: center;
  color: #666;
}
@media screen and (max-width: 750px) {
  .footer {
    font-size: 12px;
  }
}

.foot-down {
  display: flex;
  align-items: center;
  height: 48px;
  padding: 0 10px;
  font-weight: bold;
  color: #fff;
  background: rgba(0, 0, 0, 0.7);
  max-width: 800px;
  position: fixed;
  bottom: 0;
  margin: auto;
  left: 0;
  right: 0;
  z-index: 2;
}
.foot-down-l {
  width: 24px;
  height: 24px;
  background: url(../images/x.png) 0 0 no-repeat;
  font-size: 0;
  overflow: hidden;
  text-indent: -9999999999px;
}
.foot-down-m {
  flex: 1;
  text-align: center;
}
.foot-down-r {
}
.foot-down-r a {
  display: inline-block;
  padding: 2px 16px;
  border-radius: 8px;
  background: #ff3956;
}
@media screen and (max-width: 750px) {
  .foot-down {
    height: 40px;
    padding: 0 10px;
  }
  .foot-down-r a {
    padding: 2px 8px;
    border-radius: 4px;
  }
}

.hot-ad {
}
.hot-item {
  margin: 4px 0;
  padding: 3px 0 3px 32px;
  font-weight: bold;
  border: solid 1px #ff3956;
  border-radius: 4px;
  box-shadow: 0 3px 3px rgba(255, 57, 86, 0.2);
  background: linear-gradient(to top, #ff0, #fff);
  position: relative;
}
.hot-item:before {
  content: "";
  display: inline-block;
  width: 32px;
  height: 32px;
  background: url(../images/hot.gif) top left no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 750px) {
  .hot-ad {
    padding: 0 4px;
  }
}

.big-tit {
  padding: 10px;
  font-size: 24px;
  font-weight: bold;
  color: #ff3956;
  border-bottom: dashed 1px #aaa;
  background: linear-gradient(to top, #f5f5f5, #fff);
}
.big-bd {
  padding: 10px 0;
  font-weight: bold;
  font-size: 18px;
}
@media screen and (max-width: 750px) {
  .big-tit {
    font-size: 20px;
  }
  .big-bd {
    padding: 10px;
    font-size: 16px;
  }
}

/* 开奖区块样式 */
.kj-box {
  padding: 10px;
  background: #f5f5f5;
  margin: 10px 0;
}
.kj-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 0;
  font-size: 14px;
  color: #666;
}
.kj-nums {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 10px 0;
}
.kj-num {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  margin: 5px;
  border-radius: 50%;
  background: linear-gradient(to bottom, #ff6348, #ff3956);
  color: #fff;
  font-size: 20px;
  font-weight: bold;
}
.kj-num.special {
  background: linear-gradient(to bottom, #ffd700, #ff8c00);
  border: 3px solid #ff3956;
}
.kj-num-info {
  font-size: 12px;
  color: #666;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .kj-num {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
  }
}

/* 永久网址区 */
.url-box {
  padding: 15px;
  text-align: center;
  background: linear-gradient(to bottom, #0066cc, #003399);
  color: #fff;
  margin: 10px 0;
}
.url-title {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 10px;
}
.url-item {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.url-link {
  display: inline-block;
  padding: 8px 20px;
  margin: 5px;
  background: #fff;
  color: #ff3956;
  font-weight: bold;
  font-size: 18px;
  border-radius: 5px;
}

/* 资料列表样式 */
.data-box {
  margin: 10px 0;
}
.data-title {
  padding: 10px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  background: #ff3956;
}
.data-title.blue {
  background: #0066cc;
}
.data-title.green {
  background: #28a745;
}
.data-title.orange {
  background: #ff8c00;
}
.data-title.purple {
  background: #6f42c1;
}
.data-list {
  padding: 10px;
  background: #fff;
}
.data-list li {
  padding: 8px 0;
  border-bottom: 1px dashed #eee;
  font-size: 14px;
}
.data-list li:last-child {
  border-bottom: none;
}

/* 高手帖列表 */
.gs-box {
  margin: 10px 0;
  border: 1px solid #ff3956;
}
.gs-item {
  display: flex;
  justify-content: space-between;
  padding: 10px;
  border-bottom: 1px solid #eee;
}
.gs-item:last-child {
  border-bottom: none;
}
.gs-tag {
  display: inline-block;
  padding: 2px 8px;
  background: #ff3956;
  color: #fff;
  font-size: 12px;
  border-radius: 3px;
  margin-right: 10px;
}
.gs-content {
  flex: 1;
  font-size: 14px;
}
.gs-author {
  color: #999;
  font-size: 12px;
}
