body {
  font: 14px/1.5em, 'Microsoft YaHei', 'simsun', sans-serif, Arial;
  overflow-x: hidden;
  color: #fff;
}
.icon {
  display: inline-block;
  vertical-align: middle;
}
.icon-more {
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #fff;
  color: #f28a1a;
  border-radius: 50%;
  vertical-align: middle;
  font-size: 10px;
  font-weight: bolder;
  text-align: center;
  line-height: 8px;
}
.box-input {
  display: inline-block;
}
.box-input input {
  width: 145px;
  height: 30px;
  line-height: 30px;
  padding-left: 5px;
  border: 1px solid rgb(212, 195, 155);
}
::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: rgb(163, 152, 125);
}
:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: rgb(163, 152, 125);
}
::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: rgb(163, 152, 125);
}
:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: rgb(163, 152, 125);
}
.wrapper {
  background: #ffffff url(../img/bg.jpg) no-repeat center top;
}
.box {
  width: 1200px;
  min-height: 857px;
}
.logo {
  width: 329px;
  height: 136px;
  background: url(../img/logo.png) no-repeat;
  top: 10px;
  left: 400px;
}
/* ******************* part1 ******************************************* */
.part1 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 610px 0 35px;
}
.part1 .user {
  width: 298px;
  height: 306px;
  background: url(../img/bg-user.png) no-repeat center bottom;
}
/* part1 left */
.part1 .btn-start {
  top: -170px;
  left: 10px;
  width: 272px;
  height: 289px;
  background: url(../img/btn-start.png) no-repeat;
  cursor: pointer;
}
.part1 .icon {
  margin-right: 5px;
}
.part1 .btn-group {
  width: 264px;
  height: 48px;
  margin: 110px 0 20px 23px;
  background: url(../img/btn-reg.png) no-repeat;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
}
.part1 .btn-group > span {
  color: #000;
}
.part1 .btn-sign,
.part1 .btn-recharge {
  width: 48%;
  height: 40px;
  line-height: 40px;
  cursor: pointer;
}
.part1 .icon-sign {
  width: 20px;
  height: 18px;
  background: url(../img/icon-sign.png) no-repeat;
  margin-left: 20px;
}
.part1 .icon-recharge {
  width: 28px;
  height: 23px;
  background: url(../img/icon-recharge.png) no-repeat;
}
.part1 .box-user {
  box-sizing: border-box;
  height: 144px;
  clear: both;
  padding-left: 35px;
}
.part1 .box-input {
  margin-bottom: 10px;
}
.part1 .btn-login {
  width: 98px;
  height: 99px;
  background: url(../img/btn-login.png) no-repeat;
  top: -13px;
  right: 15px;
  color: #f1f7cf;
  line-height: 99px;
  font-weight: bolder;
}
.rem-upwd {
  color: #f28a1a;
  font-size: 12px;
  margin-top: 0px;
}
.rem-upwd input {
  vertical-align: middle;
}
.get-upwd a {
  color: #f28a1a;
  font-size: 12px;
  margin-left: 18px;
}
/* part1 middle */
.part1 .swiper-container {
  width: 600px;
  height: 305px;
}
.swiper-container a img {
  display: block;
  width: 100%;
  height: 100%;
}
.swiper-pagination-custom {
  bottom: 0;
}
.banner-dot-list {
  left: 0;
  bottom: 0;
  width: 100%;
  height: 38px;
  line-height: 38px;
  background-color: #a36920;
  font-size: 12px;
}
.banner-dot-item {
  float: left;
  width: 20%;
  cursor: pointer;
  color: #fffbe0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.banner-dot-item.active {
  color: #a77823;
  background-color: #ffd851;
}
/* part1 right */
.part1 .entry {
  width: 300px;
  height: 306px;
  font-size: 24px;
  font-weight: bolder;
}
.part1 .entry-item {
  box-sizing: border-box;
  width: 100%;
  height: 102px;
}
.part1 .entry-item a {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../img/btn-bg.jpg) no-repeat;

	padding-left: 37px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	cursor: pointer;
	color: rgb(158,81,11);
}

.part1 .entry-item a::before {
  content: '';
  display: inline-block;
  flex: none;
  margin-right: 20px;
}

.entry-item.gift a::before {
	width: 52px;
    height: 35px;
    background: url(../img/sprite-icon.png) -112px -5px no-repeat;
}
.entry-item.dl a::before {
	width: 52px;
    height: 45px;
    background: url(../img/sprite-icon.png) 0px 0px no-repeat;
}

.entry-item.support a::before {
	width: 52px;
    height: 35px;
    background: url(../img/sprite-icon.png) -112px -5px no-repeat;
}
/* ******************* part2 ******************************************* */
.part2 {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 313px;
  margin-bottom: 100px;
}
/* part2 left */
.part2 .server {
  width: 272px;
  margin: 0 15px 0 10px;
  height: 100%;
  border: 1px solid #f28a1a;
}
.server .server-title {
  width: 100%;
  height: 47px;
  background-image: linear-gradient(90deg, #f28a1a, #f28a1a);
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  padding: 0 15px 0 20px;
}
.server-title .title {
  font-size: 18px;
  font-weight: bold;
}
.server .btn-more {
  cursor: pointer;
}
.server .box-server {
  box-sizing: border-box;
  width: 100%;
  height: calc(100% - 47px);
  background-color: #fff;
  padding: 15px;
  font-size: 12px;
  color: #333;
}
.select-agent {
  width: 245px;
  height: 100%;
  border: 1px solid #a36920;
  margin-bottom: 10px;
}
.agent-name {
  line-height: 25px;
  padding: 0 20px 0 5px;
}
.agent-name .icon-arrow {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: #f28a1a;
  top: 2px;
  right: 2px;
}
.icon-arrow::before {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-top: 8px solid #c96d15;
  margin-top: 6px;
}
.agent-list {
  display: none;
  width: 100%;
  background: #f5f6f6;
  border: 1px solid #a36920;
  margin-left: -1px;
  border-top-color: transparent;
  z-index: 10;
}
.select-agent:hover .agent-list {
  display: block;
}
.agent-item {
  cursor: pointer;
  height: 20px;
  line-height: 20px;
  padding-left: 5px;
}
.agent-item:hover {
  background-color: #ddd;
}
.input-region {
  width: 245px;
}
.input-region input {
  box-sizing: border-box;
  width: 100%;
  height: 25px;
  padding: 0 60px 0 5px;
  border: 1px solid #a36920;
}
.input-region input::after {
  content: 'GO';
  display: inline-block;
  text-align: center;
  width: 60px;
  font-size: 16px;
  background-color: #e83f00;
}
.btn-go {
  width: 50px;
  height: 25px;
  line-height: 25px;
  top: 0;
  right: 0;
  font-size: 14px;
  background-color: #e83f00;
  color: #fff;
  text-align: center;
  cursor: pointer;
}
.server-list {
  max-height: 170px;
  overflow: auto;
  margin-top: 10px;
}
.server-item {
  box-sizing: border-box;
  width: 100%;
  background-color: #faf6ef;
  margin-bottom: 10px;
  padding-left: 5px;
  display: flex;
  justify-content: start;
  align-items: center;
}
.server-item a {
  display: inline-block;
  color: #333;
  width: 100%;
}
.server-item::before {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #fff;
  margin-right: 10px;
}
.server-item.hb::before {
  background-color: #e93d16;
}
.server-item.lc::before {
  background-color: #37f617;
}
/* .part2  middle*/
.part2 .article {
  box-sizing: border-box;
  width: 900px;
  height: 100%;
  padding: 15px;
  background-color: #fff;
  color: #ff620d;
  border: 1px solid #f28a1a;
}
.article-title {
  border-bottom: 1px solid #5b5b5a;
}
.tab-list {
  float: left;
}
.tab-item {
  float: left;
  height: 30px;
  width: 50px;
  line-height: 30px;
  cursor: pointer;
  text-align: center;
  border-bottom: 3px solid transparent;
  margin-right: 30px;
}
.tab-item.active {
  font-weight: bolder;
  border-bottom: 3px solid #f28a1a;
}
.article .btn-more {
  float: right;
  cursor: pointer;
}
.article .icon-more {
  color: #fff;
  background-color: #f28a1a;
}
.article-header {
  height: 110px;
}
.article-thumb {
  width: 186px;
  height: 95px;
  margin-top: 8px;
}
.article-new {
  display: inline-block;
  text-align: center;
  width: 660px;
  margin-left: 15px;
}
.article-common {
  margin: 20px 0;
}
.article-common a {
  color: #ff936b;
  font-size: 18px;
  font-weight: bolder;
}
.article-new-main {
  color: #333;
  font-size: 14px;
  text-align: left;
  font-weight: normal;
  margin-top: 5px;
}
.article-list {
  display: none;
  max-height: 145px;
  overflow: auto;
}
.article-list.active {
  display: block;
}
.article-item {
  height: 35px;
  line-height: 35px;
  border-top: 1px dotted #ddd;
}
.article-item a {
  color: #484644;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
}
.article-item em {
  color: #f28a1a;
  font-weight: bolder;
}
.article-item a span {
  float: right;
  color: #b5b5b5;
  font-size: 12px;
}
.article-item:hover a {
  color: #ae0404;
}
/* footer */
footer {
  width: 100%;
  height: 132px;
  line-height: 132px;
  background-color: #2a559c;
  color: #688fd3;
}
footer a {
  color: #688fd3;
  border-left: 2px solid #4f6284;
  padding: 0 20px;
}
footer a:first-child {
  border-left: none;
}
