body {
  font: 14px/1.5em, 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: #992202;
  border-radius: 50%;
  vertical-align: middle;
  font-size: 10px;
  font-weight: bolder;
  text-align: center;
  line-height: 10px;
}
.box-input input {
  width: 183px;
  height: 22px;
  line-height: 22px;
  padding-left: 5px;
  background: #697487;
  border: 1px solid #2e3747;
  color: #fff;
}
::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #fff;
}
:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #fff;
}
::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #fff;
}
:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #fff;
}
.wrapper {
  background: #f1f1f1 url(../img/bg3.jpg) no-repeat center top;
}
.box {
  width: 1200px;
  min-height: 857px;
}
.logo {
  width: 371px;
  height: 186px;
  background: url(../img/logo.png) no-repeat;
  /*
  top: 10px;
  left: 400px;
  */
  top:-15px;
  left:-55px;
}
/* ******************* part1 ******************************************* */
.part1 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 610px 0 35px;
}
.part1 .user {
  width: 300px;
}
/* part1 left */
.part1 .btn-start {
  width: 300px;
  height: 117px;
  background: url(../img/btn-start.jpg) no-repeat;
  cursor: pointer;
}
.part1 .icon {
  margin: 0 5px 0 20px;
}
.part1 .btn-sign,
.part1 .btn-recharge {
  float: left;
  width: 150px;
  height: 44px;
  background: url(../img/btn-reg.png) no-repeat;
  line-height: 44px;
  cursor: pointer;
}
.part1 .icon-sign {
  width: 22px;
  height: 20px;
  background: url(../img/sprite-icon.png) -217px 0 no-repeat;
}
.part1 .icon-recharge {
  width: 30px;
  height: 25px;
  background: url(../img/sprite-icon.png) -177px 0 no-repeat;
}
.part1 .box-user {
  box-sizing: border-box;
  width: 300px;
  height: 144px;
  background-color: #3c475b;
  clear: both;
  padding: 30px 0 0 20px;
}
.part1 .box-input {
  margin-bottom: 5px;
}
.part1 .btn-login {
  width: 63px;
  height: 57px;
  background: url(../img/btn-login.jpg) no-repeat;
  top: 30px;
  right: 15px;
  color: #fff;
  line-height: 50px;
}
.rem-upwd {
  color: #aaa;
  font-size: 12px;
  margin-top: 10px;
}
.rem-upwd input {
  vertical-align: middle;
}
.get-upwd a {
  color: #aaa;
  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: rgba(255, 255, 255, 0.8);
  font-size: 12px;
}
.banner-dot-item {
  float: left;
  width: 20%;
  cursor: pointer;
  color: #646464;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.banner-dot-item.active {
  color: #fff;
  background-color: #aeb4bd;
}
/* part1 right */
.part1 .entry {
  width: 300px;
  height: 305px;
  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-banner.jpg) no-repeat;
  padding-left: 30px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  cursor: pointer;
  color: #fff;
}
.entry-item a::before {
  content: '';
  display: inline-block;
  flex: none;
  margin-right: 20px;
}
.entry-item.dl a::before {
  width: 48px;
  height: 46px;
  background: url(../img/sprite-icon.png) 0 0 no-repeat;
}
.entry-item.gift a::before {
  width: 49px;
  height: 48px;
  background: url(../img/sprite-icon.png) -55px 0 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: 300px;
  height: 100%;
}
.server .server-title {
  width: 100%;
  height: 47px;
  background-image: linear-gradient(90deg, #c03c05, #992202);
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  padding: 0 15px 0 30px;
}
.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: #f5f6f6;
  padding: 15px;
  font-size: 12px;
  color: #333;
}
.server-login {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 25px;
}
.select-agent {
  width: 150px;
  height: 100%;
  border: 1px solid #333;
}
.agent-name {
  line-height: 25px;
}
.agent-name .icon-arrow {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: #4c5766;
  top: 2px;
  right: 2px;
}
.icon-arrow::before {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-top: 8px solid #1b2f49;
  margin-top: 6px;
}
.agent-list {
  display: none;
  width: 100%;
  background: #f5f6f6;
  border: 1px solid #333;
  margin-left: -1px;
  border-top-color: transparent;
}
.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: 60px;
  height: 100%;
}
.input-region input {
  width: 40px;
  height: 100%;
  padding-left: 5px;
  border: 1px solid #333;
}
.btn-go {
  width: 41px;
  height: 26px;
  cursor: pointer;
  background: url(../img/btn-click-server.png) no-repeat;
}
.server-list {
  max-height: 210px;
  overflow: auto;
  margin-top: 10px;
}
.server-item {
  box-sizing: border-box;
  width: 100%;
  background-color: #cbcfd4;
  margin-bottom: 10px;
  padding-left: 5px;
  display: flex;
  justify-content: start;
  align-items: center;
}
.server-item a {
  display: inline-block;
  color: #333;
  width: 100%;
}
/* .part2  middle*/
.part2 .article {
  box-sizing: border-box;
  width: 600px;
  height: 100%;
  padding: 15px;
  background-color: #fff;
  color: #5b5b5a;
}
.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 {
  color: #000;
  border-bottom: 3px solid #4b5567;
}
.article .btn-more {
  float: right;
  cursor: pointer;
}
.article .icon-more {
  color: #fff;
  background-color: #aeb4bd;
}
.article-common {
  margin: 20px 0;
}
.article-common a {
  color: #ae0404;
  font-size: 18px;
  font-weight: bolder;
}
.article-list {
  display: none;
}
.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 a span {
  float: right;
  color: #b5b5b5;
  font-size: 12px;
}
.article-item:hover a {
  color: #ae0404;
}
/* .part3  right*/
.part2 .intro {
  width: 300px;
  height: 100%;
  background: url(../img/bg-career.jpg) no-repeat;
}
/* footer */
footer {
  width: 100%;
  height: 132px;
  line-height: 132px;
  background-color: #2d3e5c;
  color: #7c8eae;
}
footer a {
  color: #7c8eae;
  border-left: 2px solid #4f6284;
  padding: 0 20px;
}
footer a:first-child {
  border-left: none;
}
