@charset "utf-8";
/* CSS Document */

@media screen and (max-width: 991px) {
	footer .left,
	footer .right {
	  float:none !important;
	}
	header {
	  height: 100px;
	}
	header .logo img {
	  max-width: 300px;
	  width: 100%;
	}
	header .logo {
	  padding: 18px 10px;
	  display: block;
	  z-index: 3;
	  position: relative;
	  text-align: center;
	}
	header .toplink {
	  display: none;
	}
	.membercentre {
	  right: 0px;
	  z-index: 4;
	  top: 3px;
	}
	.membercentre a {
	  background-color:transparent;
	  width: inherit;
	}
	.membercentre a:hover {
	  background-color:transparent;
	}
	.membercentre .icon {
	  width:50px;
	  height: 50px;
	  border-radius:100%;
	  padding:10px;
	  background-color: #00757c;
	}
	body .newsbox .text {
	  text-align:center;
	}
	body .newsbox .text .txt {
	  position:relative;
	  left: inherit;
	  top: 0;
	  padding: 10px 0;
	}
	body .newsbox .text .btn {
	  position:relative;
	  right: initial;
	  top: 0px;
	}
	body .itempay .list li {
		width: calc( 50% - 10px );
		margin: 5px;
	}
	body .regbt li {
	  float:left;
	  width:25%;
	  display:block;
	  padding:5px;
	  margin: 0;
	}
	body .regbt li:first-child {
	  padding-left:0px;
	}
	body .regbt li:last-child {
	  padding-right:0px;
	}
	body .login {
	  border:none;
	}
	body .regbt ul li span {
	  padding: 8px 0 0 10px;
	}
	.fastqrcode {
	  display:none;
	}
}
@media screen and (max-width: 992px) {
	footer .info.Update{
	  margin-top: 8px;
	}
	.membercentre .btn-info {
	  background-color:transparent;
	  border-color: transparent;
	  padding:0;
	}
	.membercentre .btn-info .icon {
	  border-radius: 100%;
	  width:50px;
	  height:50px;
	  display: inline-block;
	  background-color: #00757c;
	  padding-top:8px;
	}
	.membercentre .dropdown-item {
	  display: inherit;
	  border:none;
	}
	.membercentre .dropdown-menu {
	  left: 10px !important;
	}
	.membercentre .dropdown-item:nth-child(1):hover {
	  border-top-left-radius:3px;
	  border-top-right-radius:3px;
	  border-bottom-left-radius:0px;
	}
	.membercentre .dropdown-item:nth-child(2):hover {
	  border-bottom-left-radius:3px;
	  border-bottom-right-radius:3px;
	  border-top-right-radius:0px;
	}
	.menu  a.accesskey{
	  display:none;
	}
	body .lifepay .text {
	  text-align:center;
	}
	body .lifepay .text .title {
	  margin:0;
	}
	body .lifepay .text .txt {
	  position: relative;
	  left: inherit;
	  top: inherit;
	}
	body .lifepay .list li {
	  padding:0px;
	}
	.sub_title >img{
		display: none;
	}
	.itempay {
		background-size: cover;
	}
	.newsbox .list-group li p {
		width: 100%;
		padding-left: 20px;
		box-sizing: border-box;
	}
	body .paylink {
		background-position: center;
	}
}
@media screen and (min-width: 992px) {
	.toplink {
	  position: absolute;
	  right: 20px;
	  top: 20px;
	  z-index: 1;
	  font-size: 95%;
	  line-height: 36px;
	}
	.toplink,
	.toplink a {
	  color: #fff;
	}
	.toplink a {
	  padding: 0 6px;
	}
	.toplink a:hover {
	  color: #fff;
	}
	.toplink  a.accesskey{
	  padding: 0 !important;
	  left: -10px;
	  top: 0;
	}
	.menu a.accesskey {
	  padding: 0 !important;
	  /* left:5px; */
	  top:10px;
	  color: transparent;
	}
	.menu.smaller a.accesskey {
	  display: none;
	}
	body .login_info .btn {
	  display:none;
	}
}
@media screen and (max-width: 767px) {
	.membercentre {
	  right: 15px;
	}
	body .slick-dots li button:before {
	  /*width:10px !important;
	  height:10px !important;*/
	}
	body .lifepay .list li {
	  padding:8px;
	}
	footer .info {
		padding: 10px 0;
	}
	body .newsbox .infobox .text {
	  width:100%;
	}
	body .newsbox .text {
	  padding: 0px;
	  transition: all 200ms ease-out;
	}
	body .newsbox .text .btn {
	  top:5px;
	}
	body.home .Update {
	  flex-direction: row;
	}
	body .newsbox {
	  padding:25px 0;
	}
	body .itempay .list li {
	  width: 100%;
	}
	body .regbt li {
	  float:none;
	  width:100%;
	  padding:0px;
	  margin-bottom:10px;
	}
	body .itempay .signinfo span {
	  display:none;
	}
	body a:focus, body button:focus {
		outline: none !important;
	}
}
@media screen and (max-width: 580px) {
	body .fastlist .slick-next,
	body .piclist .slick-next {
	  right: 0px;
	}
	body .fastlist .slick-prev,
	body .piclist .slick-prev {
	  left: 0px;
	}
	body .login .send .bt01 {
	  padding-right:0 !important;
	  margin-bottom:10px;
	}
	body .login .send .bt02 {
	  padding-left:0 !important;
	}
}
@media (min-width: 576px) {
	.modal-dialog {
		max-width: 560px;
	}
}
@media screen and (max-width: 480px) {
	.container {
	  padding: 0px;
	}
	header {
	  height: 80px;
	}
	header .logo {
	  padding: 14px 10px;
	}
	header .logo img {
	  max-width: 170px;
	}
	.membercentre {
	  top:0px;
	}
	.membercentre .icon {
	  width:40px;
	  height: 40px;
	  padding:8px;
	}
	body .newsbox .text {
	  width:100%;
	}
	body .newsbox .text .btn {
	  padding:10px 0;
	}
	body .newsbox .text .btn a {
	  display:block;
	  width:100%;
	}
	body .lifepay {
	  background-repeat:repeat-y;
	}
	body .newsbox .list-group span {
	  float:none !important;
	}
	body .newsbox .list-group li p {
	  padding-left: 0px !important;
	  padding-top: 10px !important;
	  overflow: inherit !important;
	  white-space: inherit !important;
	  text-overflow: inherit !important;
	}
	body .itempay {
	  padding: 20px 15px 0px 15px;
	}
	body.in .itempay {
	  padding: 15px 15px 15px 15px;
	}
	body .itempay .signinfo {
	  top: inherit;
	  position: relative;
	  margin-bottom: 10px;
	}
	body .itempay .list li {
	  position:relative;
	  width:100%;
	  padding: 8px;
	  background-color:#FFF;
	  border-radius:5px;
	  margin-bottom:20px;
	  box-shadow:0 0 10px rgba(0,0,0,0.2);
	}
	body .itempay .list li a {
	  position:relative;
	  display:flex;
	  justify-content: flex-start;
	  align-items:center;
	}
	body .itempay .list li a:hover .icon  {
	  transform: none;
	}
	body .itempay .list li .icon {
	  display:block;
	  width:80px;
	  height:80px;
	  margin:auto;
	  box-shadow:none;
	  border:none;
	  border-radius:0;
	}
	body .itempay .list li .right {
	  display:inline-block;
	  border-left:1px solid #ccc;
	  padding-left:10px;
	  width:80%;
	}
	body .itempay .list li .right p {
	  text-align: left;
	  border:none;
	  padding:0;
	  margin:0;
	  height:inherit;
	}
	body .itempay .list li .right p.data {
	  font-size:95%;
	}
	body .itempay .list li .icon img {
	  width:100%;
	}
	body .paylink .text .txt,
	body .newsbox .text .txt,
	body .itempay .text .txt {
	  font-size: 95%;
	  padding-top: 0;
	}
	body .paylink .text .title,
	body .newsbox .text .title,
	body .itempay .text .title{
	  font-size:150% !important;
	  font-weight: bold;
	}
	body .newsbox .text .title::after,
	body .paylink .text .title::after,
	body .itempay .text .title::after {
	  display:none;
	}
	body .regbtbox {
	  padding:0 !important;
	}
	body .regbt {
	  padding: 20px 0 0 0 !important;
	}
	body .login {
	  padding: 0 !important;
	}
	body .itempay .list li p.tt {
		text-align: left;
		font-size: 130%;
		font-weight: bold;
		color: #bd5486;
		margin-bottom: 5px;
	}
	body .itempay .list li p.ex {
		padding: 0px;
	}
	.pay_box >div img{
		width: 100%;
	}
	.pay_info {
		max-width: 100%;
	}
	.pay_qr {
		padding: 5px;
	}
	.right_box {
		width: calc( 100% - 80px );
	}
	body .paylink {
		background: #f7e1da;
	}
	.sub_title ,.hili_txt{
		font-size: 140%;
	}
	body .newsbox {
		padding: 0px 0px 20px 0px;
	}
	body .paylink {
		padding: 0px;
	}
	body .newsbox .list-group li span {
		padding: 3px 5px;
	}
	footer {
		padding: 10px;
		box-sizing: border-box;
	}
	.marquee {
		padding: 0px;
	}
	.marquee_box .icon {
		top: inherit;
	}
	body .gotop a {
		zoom: 0.8;
	}
}