.analysisbox {
  width: 310px;
  overflow: hidden;
  float: left;
  background-color: #FFFFFF;
  margin-right: 13px;
}

.analysisbox2 {
  width: 420px;
  overflow: hidden;
  float: left;
  margin-right: 10px;
}

.analysisbox:nth-child(4n) {
  float: right;
  margin-right: 0px;
}

.analysisbox2:nth-child(3n) {
  float: right;
  margin-right: 0px;
}

.swrapbox {
  overflow: hidden;
  background-color: #FFFFFF;
  padding: 26px 28px;
  margin-top: 0;
  border-radius: 18px;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.08);
}

.schbox {
  height: auto;
  overflow: hidden;
  margin: 0 auto;
  width: 100%;
  max-width: 1000px;
  display: flex;
  align-items: center;
  gap: 10px;
}

input.txtbox {
  padding: 0 14px;
  width: 560px;
  box-sizing: border-box;
  font-size: 14px;
  height: 44px;
  outline: none;
  border: 1px solid #D7DCE5;
  border-radius: 12px;
  flex: 1 1 auto;
}

input.ckbox {
  padding: 15px;
}

input.schbtn {
  -webkit-appearance: none;
  border: 0;
  border-radius: 12px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 700;
  height: 44px;
  letter-spacing: 0;
  top: 0;
  vertical-align: top;
  width: 120px;
  background: linear-gradient(180deg, #ff6450 0%, #e12f3b 100%);
  color: #FFFFFF;
  box-shadow: 0 10px 18px rgba(225, 47, 59, 0.18);
}

input.schbtna {
  -webkit-appearance: none;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  font-family: "Microsoft YaHei";
  font-size: 18px;
  height: 46px;
  letter-spacing: 1px;
  top: 0;
  vertical-align: top;
  width: 120px;
  background-color: #333;
  color: #FFFFFF;
}

input.schbtna:hover {
  background-color: #888;
  cursor: pointer;
}

input.subtn {
  width: 320px;
  height: 55px;
  line-height: 55px;
  color: #FFFFFF;
  background-color: #DA0000;
  border: solid 1px FC5F3A;
  border-radius: 2px;
}

input.subtn:hover {
  background-color: #C24237;
  cursor: pointer;
}

.bigdroplst {
  border: 1px solid #D7DCE5;
  height: 44px;
  width: 150px;
  border-radius: 12px;
  padding: 0 12px;
  font-size: 14px;
  color: #333;
  background: #fff;
}

.droplist {
  display: inline-block;
  width: 100px;
  position: relative;
  vertical-align: middle;
  padding: 0;
  overflow: hidden;
  background-color: #fff;
  color: #555;
  border: 1px solid #DA0000;
  text-shadow: none;
  border-radius: 4px;
  transition: box-shadow 0.25s ease;
  z-index: 2;
  height: 30px;
}

.droplist:hover {
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
}

.droplist:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-top-color: #ccc;
  top: 14px;
  right: 10px;
  cursor: pointer;
  z-index: -2;
}

.droplist select {
  cursor: pointer;
  padding: 10px;
  width: 100%;
  border: none;
  background: transparent;
  background-image: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.droplist select:focus {
  outline: none;
}

.tipinfo {
  margin: 14px auto 20px;
  background-color: #FFFFFF;
  line-height: 38px;
  text-align: center;
  padding: 16px 20px;
  margin-bottom: 20px;
  border-radius: 18px;
  /* box-shadow: 0 12px 30px rgba(15, 23, 42, 0.08); */
}

.tiptxt {
  width: auto;
  max-width: 760px;
  min-height: 32px;
  line-height: 30px;
  border-radius: 16px;
  margin: 0 auto;
  color: #fff;
  background: #2a2f37;
  padding: 0 18px;
  font-size: 13px;
}

span.site {
  color: #FFFF00;
  font-weight: 800;
}

.pagebox {
  width: 1280px;
  overflow: hidden;
  margin-top: 16px;
}

table.gamelist {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

table.gamelist td {
  border: solid 1px #DDDDDD;
  height: 30px;
  overflow: hidden;
  text-align: center;
  background-color: #FFFFFF;
  font-size: 13px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

table.gamelist td a {
  color: #FF0000;
  text-decoration: none;
}

table.gamelist td a:hover {
  text-decoration: underline;
}

table.gamelist th {
  border: solid 1px #b92b2b;
  height: 40px;
  text-align: center;
  background-color: #e13b3b;
  color: #ffffff;
  font-weight: 800;
}

table.gamelist tr.db2 td {
  background-color: #FFFF00;
}

table.gamelist tr.db1 td {
  background-color: #ffffcf;
}

table.gamelist tr.db2:hover td {
  background-color: #FFFFFF;
}

table.gamelist tr.db1:hover td {
  background-color: #FFFFFF;
}

table.gamelist td a.blue {
  display: inline-block;
  line-height: 24px;
  padding: 0 8px;
  font-size: 12px;
  text-align: center;
  color: #fff;
  background: #0064BC;
  border-radius: 4px;
}

table.gamelist td span.site {
  color: #0179FF;
}

.pageitem {
  width: 1300px;
  overflow: hidden;
  margin: 0 auto;
  margin-bottom: 15px;
}

.zhanlist {
  width: 890px;
  float: left;
  overflow: hidden;
}

.ggdate {
  width: 400px;
  float: right;
  overflow: hidden;
}

table.result {
  border-collapse: collapse;
}

table.result td {
  border: solid 1px #DDDDDD;
  text-align: center;
  height: 30px;
  line-height: 180%;
  background-color: #FFFFFF;
}

table.result th {
  background-color: #0064BC;
  border: solid 1px #003A98;
  height: 40px;
  color: #ffffff;
  font-weight: 800;
}

table.result td span.site {
  color: #0179FF;
}

.rank_hot_icon_1 {
  width: 27px;
  height: 19px;
  float: left;
  position: absolute;
}

.rank_hot_icon_2 {
  width: 19px;
  height: 23px;
  float: right;
  position: absolute;
}

.rank_bang {
  width: 35px;
  height: 35px;
  float: right;
  position: absolute;
  cursor: pointer;
  margin-top: -3px;
  margin-left: -40px;
}

#SortTable tr.td:hover td {
  background-color: #FFFF99;
}