#main {
  min-width: 1590px;
  background: #000000;
}
.bubble {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99999;
	width: 100%;
	height: 100%;
	text-align: center;
  display: none;
}

.bubble p {
	max-width: 80%;
	margin: 30% auto 0 auto;
	padding: 20px 60px;
	color: white;
	font-size: 20px;
	text-align: center;
	background: rgba(0, 0, 0, 0.5);
	display: inline-block;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background-clip: padding-box;
	word-break: break-all;
	white-space: pre-wrap;
}

.p-ret {
  position: relative;
}

.ft-left {
  float: left;
}

li {
  list-style: none;
}

.clear:after {
  content: '';
  height: 0;
  line-height: 0;
  display: block;
  visibility: hidden;
  clear: both;
}

.banner-contaiin {
  position: relative;
  margin: 0 auto;
}

.banner-contaiin .left-box {
  float: left;
  width: 54%;
  padding-top: 166px;
}
.banner-contaiin .right-box-content {
  width: 598px;
  padding-top: 120px;
}
.banner-contaiin .right-box {
  float: right;
  width: 45%;
  color: #000;
  padding-top: 166px;
  padding-bottom: 30px;
}
.banner-contaiin .right-box .detail {
  max-width: 990px;
}
.right-box p {
  margin: 0;
}

.banner-contaiin .bottom-mask {
  position: relative;
  width: 100%;
  height: 533px;
}

.transparant-mask {
  position: absolute;
  width: 100%;
  height: 513px;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.9);
}

.banner-contaiin .left-img {
  float: left;
  width: 310px;
  height: 513px;
}

.right-box .title1 {
  font-size: 30px;
  padding: 15px 0 15px 0;
}

.right-box .title2 {
  font-size: 18px;
  /* margin: 0; */
  padding: 8px 0 8px 0;
  margin-top: 15px;
  font-weight: 600;
  color: #FFEF02;
}

.left-box .title2 {
  font-size: 18px;
  opacity: 0.7;
  margin: 0;
  color: #FFEF02;
  padding: 8px 0 8px 0;
}

.left-box .detail {
  font-size: 18px;
  width: 600px;
  color:#FFFFFF;
  line-height: 1.8;
}

.right-box .singt-size .first-title {
  font-size: 32px;
  color: #00c79e;
  padding: 0px 0 5px 0;
  font-weight: bold;
}

.right-box .detail {
  opacity: 0.8;
  font-size: 18px;
  width: 100%;
  line-height: 1.8;
  color:#FFFFFF;
  padding-bottom: 10px;
}

.singt-size {
  /* width: 316px; */
}

.singt-lg-cn {
  background-image: url('../imgs/zh_hans/title@2x.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.singt-lg-tc {
  background-image: url('../imgs/zh_hant_tw/title@2x.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.downd-box {
  /* width: 543px; 两个按钮 */
  width: 600px;
  height: 140px;
  margin: 0 auto;
  position: relative;
}

.downd-box .downd-btns {
  float: right;
  padding-top: 52px;
}

.downd-box .btn {
  width: 280px;
  height: 88px;
  border: solid 1px #B8B8B8;
  border-radius: 18px;
  box-sizing: border-box;
  padding: 13px 0 0 44px;
  cursor: pointer;
}
.downd-box .btn img {
  width: 62px;
  height: 62px;
}
.downd-box .btn .txt1 {
  font-size: 24px;
  color: #333333;
}
.downd-box .btn .txt2 {
  font-size: 22px;
  color: #666;
}

.downd-box .btn1 {
  padding-right: 43px;
}

.downd-box .btn2 {
  padding-right: 60px;
}
.downd-box .left-item {
  float: left;
}
.downd-box .right-item {
  float: right;
}
/* .downd-box .google-qrcode {
  width: 256px;
  height: 256px;
  background-image: url('../imgs/utils/google_qrcode.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
} */
/* .downd-box .apple-qrcode {
  width: 256px;
  height: 256px;
  background-image: url('../imgs/utils/apple_qrcode.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
} */

.downd-box .one-store-btn-cn {
  /* background-image: url('../imgs/zh_hans/appstore_download@2x.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain; */
}

.downd-box .google-btn-cn {
  /* background-image: url('../imgs/zh_hans/googleplay_download@2x.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain; */
}

.downd-box .one-store-btn-tc {
  background-image: url('../imgs/zh_hant_tw/appstore_download@2x.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.downd-box .google-btn-tc {
  background-image: url('../imgs/zh_hant_tw/googleplay_download@2x.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.downd-box .huawei-btn-tc {
  background-image: url('../imgs/zh_hans/appgallery_download@2x.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.img-list-contain {
  width: 100%;
  padding: 40px 0 80px 0;
  position: relative;
}

.img-list-contain ul {
  /* width: 1627px; */
  width: 1922px;
  margin: 0 auto;
  padding-top: 20px;
  text-align: center;
}

.img-list-contain-en ul {
  width: 1035px !important;
}
.img-list-contain .img-size {
  width: 310px;
  height: 516px;
}

.img-list-contain .mg-right {
  margin-right: 30px;
}

.img-list-contain .com-sty {
  font-size: 20px;
  color: #fd5e53;
  font-weight: bold;
}

.img-list-contain .pcUp {
  padding-top: 10px;
}

.img-list-contain .pcDown {
  padding-left: 34px;
  padding-top: 10px;
}

/** 多语言 五张图片 **/

/** 英文、菲律宾 **/
.small-one-en,.small-one-ph {
  background-image: url('../imgs/five-img/en/1.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.small-two-en,.small-two-ph {
  background-image: url('../imgs/five-img/en/2.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.small-three-en,.small-three-ph {
  background-image: url('../imgs/five-img/en/3.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.small-four-en,.small-four-ph {
  background-image: url('../imgs/five-img/en/4.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.small-five-en,.small-five-ph {
  background-image: url('../imgs/five-img/en/5.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}


/* 韩文 */
.small-one-kr {
  background-image: url('../imgs/five-img/kr/1.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.small-two-kr {
  background-image: url('../imgs/five-img/kr/2.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.small-three-kr {
  background-image: url('../imgs/five-img/kr/3.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.small-four-kr {
  background-image: url('../imgs/five-img/kr/4.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.small-five-kr {
  background-image: url('../imgs/five-img/kr/5.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.small-six-kr {
  background-image: url('../imgs/five-img/kr/6.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
/* 中文 */

.small-one-tw,.small-one-cn {
  background-image: url('../imgs/five-img/tw/1.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.small-two-tw,.small-two-cn{
  background-image: url('../imgs/five-img/tw/2.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.small-three-tw,.small-three-cn {
  background-image: url('../imgs/five-img/tw/3.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.small-four-tw,.small-four-cn{
  background-image: url('../imgs/five-img/tw/4.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.small-five-tw,.small-five-cn {
  background-image: url('../imgs/five-img/tw/5.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
/* 越南 */
.small-one-vn {
  background-image: url('../imgs/five-img/vn/1.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.small-two-vn{
  background-image: url('../imgs/five-img/vn/2.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.small-three-vn {
  background-image: url('../imgs/five-img/vn/3.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.small-four-vn{
  background-image: url('../imgs/five-img/vn/4.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.small-five-vn {
  background-image: url('../imgs/five-img/vn/5.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}