body {
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
  font-family: ArialMT;
}
.header {
  display: block;
  width: 71rem;
  height: 6rem;
  margin: auto;
  padding-top: 3rem;
}
/* 移动端顶部栏 */
.mobile-header {
  display: none;
}
@media screen and (max-width: 720px) {
  .header {
    display: none;
  }
  .mobile-header {
    display: block;
    margin-top: 1rem;
    margin-bottom: 1rem;
    /* padding: 0 1rem;        */
  }
  .download-top {
    width: 100%;
    height: auto;
  }
}
.title {
  width: 28rem;
  height: 2rem;
  font-family: Bahnschrift;
  font-size: 2rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 6rem;
  letter-spacing: 0rem;
  color: #141005;
  display: inline;
  margin-right: 3rem;
  margin-left: 4rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.top-logo {
  width: 17rem;
  height: auto;
  display: inline;
  margin-top: 1rem;
  margin-bottom: 1rem;
  float: left;
}
.download-button {
  width: 19rem;
  height: auto;
  background-image: linear-gradient(0deg, #158d15 0%, #62d32f 100%),
    linear-gradient(#dca242, #dca242);
  background-blend-mode: normal, normal;
  box-shadow: 0rem 0rem 0rem 0rem rgba(22, 15, 3, 0.57);
  border-radius: 1.5rem;
  display: inline;
  float: right;
}
.banner-container {
  margin-top: 29px;
}
.banner {
  width: 100%;
  height: auto;
}
/* 移动端banner */
.mobile-banner-container {
  display: none;
}
@media screen and (max-width: 720px) {
  .banner-container {
    display: none;
  }
  .mobile-banner-container {
    display: block;
    padding: 0;
  }
  .mobile-banner {
    width: 100%;
    height: auto;
  }
}
.game-info {
  margin: 5rem auto;
  padding: auto;
  display: block;
  text-align: center;
}
.rummy-game {
  width: 26rem;
  height: 30rem;
  margin-right: 0.1rem;
}
.game-step {
  margin: 5rem auto;
  padding: auto;
  display: block;
  text-align: center;
  width: 56%;
  height: 23rem;
}
.rummy-game-step {
  width: 100%;
}
/* 移动端main */
.mobile-main {
  display: none;
}
@media screen and (max-width: 720px) {
  .main {
    display: none;
  }
  .mobile-main {
    display: block;
    width: 100%;
  }
  .mobile-rummy-game {
    width: 100%;
    height: auto;
    margin-top: 2rem;
  }
  .mobile-rummy-game-step {
    width: 100%;
    height: auto;
    margin-top: 2rem;
  }
}
.footer {
  width: 100%;
  height: 13rem;
  margin-top: 4rem;
  background-color: #001834;
  color: white;
  text-align: center;
}
.url-link {
  width: 45rem;
  display: inline;
  float: left;
  padding-left: 20rem;
  line-height: 2rem;
  font-size: 1rem;
}
@media screen and (max-width: 1410px) {
  .url-link {
    width: 45rem;
    display: inline;
    float: left;
    padding-left: 2rem;
    padding-top: 2rem;
  }
}
.url-link ul {
  list-style-type: none;
  margin: -0.3rem;
  padding: 0;
}
.url-link li {
  display: inline;
  padding: 1rem;
}
.url-link a {
  text-decoration: none;
  color: #fff;
  font-size: 1.1rem;
}
.url-link a:hover {
  color: #3691fd;
}
.parter-pict {
  width: 22rem;
  display: inline;
  float: left;
  /* padding-left: 5rem; */
  padding-top: 2rem;
}
@media screen and (max-width: 1410px) {
  .parter-pict {
    width: 12rem;
    display: inline;
    float: left;
    padding-left: 2rem;
    padding-top: 2rem;
  }
}
/* 移动端footer */
.mobile-footer {
  display: none;
}
@media screen and (max-width: 720px) {
  .footer {
    display: none;
  }
  .mobile-footer {
    display: block;
    width: 100%;
    height: auto;
    margin-top: 2rem;
    background-color: #001834;
    color: white;
    text-align: center;
    padding-bottom: 2rem;
  }
  .mobile-url-link {
    width: 100%;
    display: inline;
    padding-top: 2rem;
    margin-top: 2rem;
  }
  .mobile-url-link a:hover {
    color: #3691fd;
  }
  .mobile-url-link ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    line-height: 2.5rem;
  }
  .mobile-url-link li {
    display: inline;
    padding: 1rem;
    /* font-size: 1rem; */
    /* line-height: 2rem; */
  }
  .mobile-url-link a {
    text-decoration: none;
    color: #fff;
  }
  .mobile-url-title {
    margin-top: 0.5rem;
    padding-top: -1rem;
    display: block;
    font-size: 2rem;
    line-height: 6rem;
    margin-bottom: -2rem;
  }
  .mobile-parter-pict {
    width: 100%;
    height: auto;
    text-align: center;
  }
  .parter-pict {
    width: 50%;
  }
  .mobile-url-world {
    font-size: 0.8rem;
    color: rgba(255, 250, 250, 0.5);
  }
  .security {
    margin-top: 0rem;
    padding-top: 1rem;
    display: block;
    font-size: 1.7rem;
    margin-bottom: -0.1rem;
  }
}
.about-main {
  width: 100%;
  height: 50rem;
}
.about-content {
  /* width: 68rem; */
  width: 100%;
  text-align: left;
  /* padding: 4rem 22rem; */
}
.about-title {
  width: 20rem;
  height: 1rem;
  font-family: Arial-BoldMT;
  font-size: 2rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 6rem;
  letter-spacing: 0rem;
  color: #1b2c42;
}
.about-title-big {
  width: 100%;
  height: 1rem;
  font-family: Arial-BoldMT;
  font-size: 2rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 6rem;
  letter-spacing: 0rem;
  color: #1b2c42;
}
.about-title-big-long {
  width: 100%;
  height: 1rem;
  font-family: Arial-BoldMT;
  font-size: 1.5rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 5rem;
  letter-spacing: 0rem;
  color: #1b2c42;
}
.about-head {
  width: 18rem;
  height: 1rem;
  font-family: Arial-BoldMT;
  font-size: 2rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 2rem;
  letter-spacing: 0rem;
  color: #1b2c42;
}
.about-head-content {
  margin-top: 2rem;
  font-family: ArialMT;
  font-size: 2rem;
  font-weight: normal;
  letter-spacing: 0rem;
  color: #1b2c42;
}
.line {
  width: 100%;
  height: 0.1rem;
  background-color: #e5eaf5;
  margin-top: 5rem;
  /* margin-left: -50rem; */
}
.line-p {
  width: 100%;
  height: 0.1rem;
  background-color: #e5eaf5;
  margin-top: 4rem;
  margin-bottom: 1rem;
}
.about-main-p {
  width: 100%;
  height: auto;
}
.about-content-p {
  margin-top: 2rem;
  font-family: ArialMT;
  font-size: 2rem;
  font-weight: normal;
  letter-spacing: 0rem;
  color: #1b2c42;
  height: auto;
  padding: 0 3rem;
}
.about-title-p {
  width: 100%;
  height: 3rem;
  font-family: Arial-BoldMT;
  font-size: 2rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 3rem;
  letter-spacing: 0rem;
  color: #1b2c42;
  display: inline;
}
@media screen and (max-width: 1410px) {
  .about-content {
    width: 60rem;
    text-align: left;
    padding: 4rem 5rem;
  }
}
/* 移动端about */
.mobile-about-main {
  display: none;
}
@media screen and (max-width: 720px) {
  .about-main {
    display: none;
  }
  .about-us {
    display: none;
  }
  .mobile-about-main {
    display: block;
    width: 100%;
  }
  .mobile-about-title {
    font-family: Arial-BoldMT;
    font-size: 1rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 3rem;
    letter-spacing: 0rem;
    color: #1b2c42;
    padding: 0 2rem;
  }
  .mobile-line {
    width: 100%;
    height: 0.1rem;
    background-color: #e5eaf5;
    margin-top: -1rem;
  }
  .mobile-about-head {
    font-family: Arial-BoldMT;
    font-size: 1rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1rem;
    letter-spacing: 0rem;
    color: #1b2c42;
    padding: 0 2rem;
  }
  .mobile-about-head-content {
    font-family: ArialMT;
    font-size: 1rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1rem;
    letter-spacing: 0rem;
    color: #1b2c42;
    padding: 0 2rem;
  }
  .about-main-p {
    width: 100%;
    height: auto;
  }
  .about-content-p {
    margin-top: 1rem;
    font-family: ArialMT;
    font-size: 1rem;
    font-weight: normal;
    letter-spacing: 0rem;
    color: #1b2c42;
    height: auto;
    padding: 0 3rem;
  }
  .about-title-p {
    width: 100%;
    height: 1rem;
    font-family: Arial-BoldMT;
    font-size: 1rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1rem;
    letter-spacing: 0rem;
    color: #1b2c42;
    display: inline;
  }
}

.fillet {
  /* width: 68rem; */
  width: 100%;
  height: 19rem;
  background-color: #f2f2f2;
  border-radius: 1rem;
  border: solid 0rem #666666;
  margin-top: 4rem;
  /* position: relative; */
  font-family: ArialMT;
}
.fillet ul {
  list-style-type: none;
  margin-left: 12rem;
  margin-top: 5rem;
  position: absolute;
}
@media screen and (max-width: 1410px) {
  .fillet {
    /* width: 50rem; */
    width: 100%;
    height: 19rem;
    background-color: #f2f2f2;
    border-radius: 1rem;
    border: solid 0rem #666666;
    margin-top: 4rem;
    /* position: relative; */
    font-family: ArialMT;
  }
  .fillet ul {
    list-style-type: none;
    margin-left: 3rem;
    margin-top: 5rem;
    position: absolute;
  }
  .fillet .customer-server {
    /* position: absolute;
    margin-top: 10rem;
    margin-left: 6.5rem; */
  }
  .fillet .customer-server-time {
    /* position: absolute;
    margin-top: 10rem;
    margin-left: 21rem; */
    color: #c8752b;
  }
}
.fillet li {
  display: inline;
  padding: 1rem;
}
.fillet li p {
  display: inline;
  line-height: 3rem;
}
.first-li {
  margin-top: -1rem;
  position: absolute;
}
.next-li {
  margin-top: 0.3rem;
  position: absolute;
}
.email-li {
  color: #0f82fe;
}
.customer-server {
  /* position: absolute;
  margin-top: 10rem;
  margin-left: 15rem; */
}
.customer-server-time {
  /* position: absolute;
  margin-top: 10rem;
  margin-left: 29rem; */
  color: #c8752b;
}
/* 移动端email */
@media screen and (max-width: 720px) {
  .mobile-fillet {
    width: 90%;
    height: 16rem;
    background-color: #f2f2f2;
    border-radius: 1rem;
    border: solid 0rem #666666;
    margin: 2rem;
    margin-left: 1rem;
    position: relative;
    text-align: center;
  }
  .emailgeneral {
    width: 33%;
    height: auto;
    margin-top: 3rem;
    margin-right: 2rem;
    display: inline;
  }
  .emailbusiness {
    width: 27%;
    height: auto;
    margin-top: 3rem;
    display: inline;
  }
  .server-time {
    width: 50%;
    height: auto;
    margin-top: 1rem;
  }
}
/* rummy rule */
.img-div {
  width: 100%;
  height: auto;
  margin: 4rem auto;
  padding: 5rem;
}
.rummy-help {
  width: 80%;
  height: auto;
}
@media screen and (max-width: 720px) {
  .img-div {
    width: 100%;
    height: auto;
    margin: 2rem auto;
    padding: 2rem;
  }
  .rummy-help {
    width: 80%;
    height: auto;
  }
}
/* 邮箱 */
.email-item{
  padding-top: 5rem;
  padding-left: 5rem;
  padding-bottom: 1rem;
}
.email-box-1{
  display: inline;
  margin-right: 2rem;
}
.email-box-2{
  display: inline;
}
.email-content{
  display: inline;
  text-align: center;
  margin-left: 5.5rem;
}
.email-group{
  padding: 0 10rem;
}