* {
  margin: 0;
  padding: 0;
}

html {
  width: 100%;
  height: 100%;
}

body {
  width: 100%;
  height: 124%;
  background-image: url(../images/background.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  /* -moz-background-size: 100% 100%; */
}

img,
a {
  display: inline-block;
  border: 0;
  vertical-align: middle;
}

.flt {
  float: left;
}

.frt {
  float: right;
}

.clear {
  clear: both;
}

ul,
li {
  list-style: none;
}

ul:after,
.clear:after,
.clear:before {
  /*content: "";*/
  /*clear: both;*/
  /*display: table;*/
}

img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

.img {
  overflow: hidden;
  position: relative;
}

.header {
  height: 113px;
  width: 100%;
  float: left;
  margin: 0px 0 0 0;
}

.header .main {
  width: 92%;
  margin: 12px auto;
}

.header .main .logo {
  width: 392px;
  height: 98px;
}
.header .main .logo img {
  padding-top: 0px;
}
.container .main .logo_phone {
  width: 392px;
  height: 60px;
  display: none;
}

.header .main .menu {
  margin-top: 34px;
}

.header .main .menu ul {
  display: inline-block;
}

.header .main .menu ul li {
  position: relative;
  float: left;
  margin-left: 35px;
  font-size: 20px;
}

.header .main .menu ul li .home {
  width: 54px;
  height: 20px;
}

.header .main .menu ul li .privacy {
  width: 124px;
  height: 20px;
  cursor: pointer;
}

.header .main .menu ul li .terms {
  width: 160px;
  height: 20px;
  cursor: pointer;
}

.header .main .menu ul li .official {
  width: 126px;
  height: 20px;
  cursor: pointer;
}

.header .main .menu ul li .support {
  width: 119px;
  height: 39px;
  cursor: pointer;
}

.header .main .menu_wrap {
  margin-top: 20px;
}

.header .main .menu_wrap img {
  width: 40px;
  height: 40px;
}

#h_menu {
  /* display: none; */
  position: fixed;
  top: 0;
  left: -100%;
  width: 60%;
  height: 100%;
  background: url(../images/mask.png) 0 0 no-repeat;
  transition: 0.5s;
}

#h_menu .title {
  margin: 1rem auto;
}

#h_menu .title img {
  width: 200px;
  height: 70px;
}

#h_menu ul li {
  float: none;
  display: block;
  padding: 0;
  margin: 24px;
  margin-bottom: 32px;
}

#r_mask {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  width: 40%;
  height: 100%;
}

.container {
  width: 84%;
  height: 82%;
  margin: 0 auto;
  /* margin-bottom: 40px; */
}

.container .c_main {
  padding-top: 20%;
}

.container .c_main .title {
  margin-bottom: 6%;
  width: 600px;
}

.container .c_main .content {
  position: relative;
  margin-bottom: 14%;
  width: 580px;
  height: 170px;
}

.container .c_main .button {
  width: 600px;
  height: 250px;
  cursor: pointer;
  margin-top: 160px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.container .c_main .button a {
  width: 300px;
  vertical-align: top;
}
.container .c_main .pic {
  width: 481px;
  height: 484px;
  margin-top: 100px;
}

.footer {
  width: 100%;
  margin: 0px 0 0 0;
  text-align: center;
}

.footer .main {
  width: 90%;
  margin: 0 auto;
  max-width: 1100px;
  position: relative;
}

.footer .main .footer_title {
  height: 22px;
  margin: 0 auto;
  position: relative;
}

.footer .main .footer_title ul li {
  margin-right: 37px;
  display: inline-block;
}
.footer .main .footer_title ul li img{
  width: auto;
  height: 18px;
}
.footer .main .footer_title ul li .download {
  width: 87px;
  height: 18px;
}

.footer .main .footer_title ul li .pricavy {
  width: 114px;
  height: 18px;
}

.footer .main .footer_title ul li .terms {
  width: 130px;
  height: 18px;
}

.footer .main .footer_title ul li .mail {
  width: 190px;
  /*height: 16px;*/
}
.footer .main .un_logo {
  margin-top: 40px;
  text-align: center;
}

.footer .main .un_logo img {
  width: 400px;
  height: 90px;
}
#footer_title_ul{
  display: flex;
  justify-content: center;
  width: 100%;
}
