*, ::after, ::before {
    box-sizing: border-box;
}
@font-face {
    font-family: 'db_helvethaicamon_x55_regular';
    src: url('../font/DB HelvethaicaMon X v3.2.eot');
    src: url('../font/DB HelvethaicaMon X v3.2.eot?#iefix') format('embedded-opentype'), url('../font/DB HelvethaicaMon X v3.2.woff2') format('woff2'), url('../font/DBHelvethaicaMonX-55Regular.woff') format('woff'), url('../font/DBHelvethaicaMonX-55Regular.ttf') format('truetype') , url('../font/DBHelvethaicaMonX-55Regular.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'db_helvethaicamon_x75_bd';
    src: url('../font/db_helvethaica_x_bd_v3.2-webfont.eot');
    src: url('../font/db_helvethaica_x_bd_v3.2-webfont.eot?#iefix') format('embedded-opentype'), url('../font/db_helvethaica_x_bd_v3.2-webfont.woff2') format('woff2'), url('../font/db_helvethaica_x_bd_v3.2-webfont.woff') format('woff'), url('../font/db_helvethaica_x_bd_v3.2-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'mini';
    src: url('../font/mini/MN MINI.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Kanit-Regular';
    src:  url('../font/Kanit-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Kanit-Bold';
    src: url('../font/Kanit-Bold.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Kanit-Medium';
    src: url('../font/Kanit-Medium.ttf');
    font-weight: normal;
    font-style: normal;
}

body {
  margin: 0px;
  padding: 0px;
  padding-top:20px;
  font-family : "db_helvethaicamon_x55_regular" !important;
  /* font-family : "mini" !important; */
  line-height:0.7;
  font-size:22px;
  color:#1c1c1c;
}
body > .container, body > [class^=box]{
	padding-top: 50px;
    padding-bottom: 130px;
	overflow:hidden;

}
/*body > [class^=box]{
	padding-top:60px;
}
body > .box-collectpoints{padding-top:60px;padding-bottom:130px;}*/

/* .bg-img{background: url(../images/white-bg2.png) no-repeat top center; background-size: cover;position:relative;background-attachment: fixed;} */
.bg-img-home{background: #555 no-repeat top center; background-size: cover; position:relative;}
.sec-log img {
    max-width: 200px;
    margin: 0 auto;
    text-align: center;
}
.home.campaign-img{position: relative;z-index: 5;}
.home-footer {
	/*background: url(../images/bg_home_footer.png) no-repeat bottom;
    background-size: cover;*/
    position: absolute;
    /*bottom: -180;
    z-index: -4;
    height: 350px;
    width: 100%;*/
	
}
 .home-footer .img_product {
    position: absolute;
    bottom: 135px;
    width: 100%;
}
.btn-home{
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 5%;
	z-index:10;
}
.btn-home img{max-width:75%;}
.topic {
    padding-top: 20px;
    text-align: center;
}
.form-group {
    margin-bottom: 15px;
	/*box-shadow: 0 1px 10px 0px #0000008a;*/
	border-radius: 10px;
}
input:focus {
    outline:none;
}
.from-controls{    
    background: #fffbfb;
    /* background: linear-gradient(0deg, rgba(233,233,233,1) 0%, rgba(208,208,208,1) 20%, rgba(255,255,255,1) 71%, rgba(255,255,255,1) 100%); */
    text-align-last: left;
    font-family: "mini";
    padding: 5px 10px;
    padding-top: 7px;
    width: 100%;
    border-radius: 15px;
    border: 1px solid #888;
    font-weight: 400;
    font-size: 20px;
    color: #222;

	/*box-shadow: inset 1px -1px 7px 0px #00000075;*/
	line-height:1.2;
}
.from-controls:focus{  
    border: 1px solid #555 !important;
    background-color: #ddd;
    border-color: inherit;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.font-yellow{color:#ffdb16;}
input[type=text]::placeholder {
    color: #7c7c7c;
}

select:required:invalid {
    color: #7c7c7c;

}

option[value=""][disabled] {
    display: none;
  }
  option {
    color: black;
  }

.box-register .title{font-family:"db_helvethaicamon_x55_regular";margin-bottom:10px;color:black;}
.box-register .condition {
    color: #000;
    font-family: "Kanit-Regular";
}
.radio-style {
    display: inline-block;
    position: relative;
    padding-left: 40px;
    margin-bottom: 15px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	color:black;
	margin-right:15px;
	line-height:1.5;
}
.radio-style:after {
    content: '';
   /* box-shadow: 0px 0px 8px 3px #00000038;*/
    position: absolute;
    left: 0;
    right: 0;
    top: 2;
    width: 30px;
    height: 30px;
    z-index: -4;
    border-radius: 50%;
}
input[type=radio] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

input[type=radio] + .checkmark {
    position: absolute;
    top: 2px;
    left: 0;
    height:15px;
    width: 15px;
    background-color: #FFFFFF;
    border-radius: 50%;
    border: 1px solid #666;
    /*box-shadow: inset 0px 0px 3px 0px #0000006e;*/
}
input[type=radio] + .checkmark:after {
	content: "";
    position: absolute;
    display: none;
	top: 0.5px;
    left: 0.5px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #be0006;
}
.checkbox-style {
    display: inline-block;
    position: relative;
    padding-left: 30px;

    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: black;
    line-height: 1.5;
}
.checkbox-style:after {
    content: '';
    /*box-shadow: 0px 0px 8px 0px #00000038;*/
    position: absolute;
    left: 0;
    right: 0;
    top: 0px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    z-index: -4;
	transform: translateY(30%);
}
input[type=checkbox] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
input[type=checkbox] + .checkmark {
    position: absolute;
    top: 0px;
    left: 0;
    height: 15px;
    width: 15px;
    background-color: #eff7f3;
    border: 1px solid #5f6262;
	border-radius: 50%;
    /*box-shadow: inset 0px 0px 3px 0px #0000006e;*/
	transform: translateY(30%);
}
input[type=checkbox]:checked + .checkmark{
    /* background: url('/images/ball-2.png') no-repeat;
    background-size: cover;
    display:inline-block;
      padding: 0 0 0 0px; */
}
input[type=checkbox] + .checkmark:after {
	content: "";
    
    position: absolute;
    display: none;
    top: 0.5px;
    left: 0.5px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #be0006;
}
input:checked ~ .checkmark:after {
    display: block;
}
.col-4 select.from-controls{background-position-x: 92%;}
.row.pl-md-3.pl-4.mb-4 .col-12{padding:0px;}
select{
	-moz-appearance: none;
    -webkit-appearance: none;
    
    appearance: none;
    background-image: url(../images/arrow.png);
    background-size: 12px;
    background-position: right;
    background-repeat: no-repeat;

    background-position-x: 98%;
	outline:0;
}
.box-birth-date .col-12 .col-4{float: left;}
.btn1.text-center{max-width:400px;margin:0 auto;}
.btn1.text-center img{max-width:80%;}
/*.box-menu {
    border: 4px solid #ffdb16;
    border-top-right-radius: 35px;
    border-top-left-radius: 35px;
    margin-top: 20%;
    background-color: #c90000;
    padding: 7% 0px 3%;
	position: absolute;
    width: 100%;
    bottom: 0;
    transform: translateY(100%);
	box-shadow: 0px -5px 13px 5px #00000050;
}*/
.box-menu .list-menu {
	max-width: 100%;
	margin: 0 auto;
}
.box-menu .list-menu .item-menu{
	width: 25%;
    float: left;
    text-align: center;
    background-color: #6eade000;
    padding: 15px;
    padding-bottom: 30px;
	max-height:115px;
}
.box-menu .list-menu .item-menu.active{background-color:rgba(255, 255, 255, 0);}
/* .box-menu .list-menu .item-menu img{max-height:38px;} */
.box-menu .list-menu .item-menu .txt-menu{
	font-size: 1.7rem;
    color: white;
    /* text-shadow: 2px 2px 3px #000000; */
}
.box-menu .list-menu .item-menu.active .txt-menu{
	color:#c90000;
}

.box-menu .list-menu .item-menu .img-menu.active{bottom:160%;}
.box-menu .list-menu .item-menu .img-menu.active img{max-width:38px;}
.box-uploadSilp {
    padding-top: 10px;
}
.profile{margin-bottom:15px;}
.img-profile {
    display: flex;
    align-items: center;
    text-align: center;
}
.img-profile img {
    max-width: 100%;
    margin: 0 auto;
    border-radius: 50%;
    width: 125px;

	box-shadow: inset 1px -1px 7px 0px #00000075;
}
.profile-name span {
    font-size: 1.6rem;
    font-weight: bold;
    text-shadow: -1px 1px 0 #ffffff5e, 1px 1px 0 #ffffff5e, 1px -1px 0 #ffffff5e, -1px -1px 0 #ffffff5e;
    letter-spacing: 0.5;
	line-height:1;
}
.formUpload .sec-uploadfile {
    background-color: #fcf8f8;
    padding: 20px;
    margin-bottom: 15px;
    border-radius: 10px;
    border: 5px solid #007a37;
    box-shadow: inset 4px -2px 10px 0px #00000033;
	text-align:center;
	max-width: 100%;
    margin-right: auto;
    margin-left: auto;
}
#PreUploadFile{width:80px;margin-bottom:25px;}
.uploadFile input[type="file"] {
    position: absolute;
    left: 0;
    right: 0;
    max-width: 250px;
    overflow: hidden;
    opacity: 0;
    height: 100%;
    width: 100%;
    margin: 0 auto;
}
#btnUploadFile {
    width: 250px;
}
.sec-detail {
    margin-bottom: 20px;
}
.sec-detail p {
    margin-bottom: 10px;
	line-height:1;
}
.sec-detail .date {

    padding-left: 40px;
    background-size: 25px !important;
    background-position: 7;
    background-position-y: 7px !important;
}


.sec-detail .add-icon-coin::before {
    padding-left: 40px;
    background-size: 30px !important;
    background-position: 7;
    background-position-y: 7px;
    content: '';
    position: absolute;
    height: 100%;
    left: 20px;
    bottom: 0;
    top: 7px;
    background: url(../images/icon-coin.png) no-repeat;
}

.sec-detail .add-icon-calendar::before {
    padding-left: 40px;
    background-size: 25px !important;
    background-position: 7;
    background-position-y: 7px;
    content: '';
    position: absolute;
    height: 100%;
    left: 22px;
    bottom: 0;
    top: 10px;
    background: url(../images/icon-calendar.png) no-repeat;
}


.sec-detail input[type=text] {
    padding-left: 40px;
    background-size: 25px;
    background-position: 7;
    background-position-y: 7px;
}


.sec-detail .add-icon-cart:before {
    background: url(../images/icon-cart.png) no-repeat;
    padding-left: 40px;
    background-size: 25px;
    background-position: 7;
    background-position-y: 7px;
    content: '';
    position: absolute;
    height: 100%;
    left: 22px;
    bottom: 0;
    top: 5px;
}
.add-icon-cart select {
    padding-left: 45px;
}
.link-other a {
    font-size: 28px;
    color: white;
    text-align: center;
    display: block;
}
.img-title img{max-width:80%;}
#modal-Thankyou .modal-dialog .modal-content {
    /* border: 5px solid #ffdb16; */
    /* box-shadow: inset 2px -2px 6px 0px #00000075; */
    padding: 30px 0px 20px;
	border-radius:40px;
	background-clip:unset;
	border: 3px solid #e60001 ;
    background-color: #ff6262;
    
}
.modal-content{
    background-color: rgba(255, 255, 255, 0);
    border: 0;
}
/*.thxdesc {
    margin-bottom: 7px;
}*/
.thxdesc span{display:block;font-weight:bold;}
.thxdesc img {max-width: 30px;}
.font-red{color:#e60001;}
#modal-Thankyou .remark{font-size:16px; font-weight:bold;margin-top:5px;line-height:1.1;}
.thxdesc {
    line-height: 1.5;
}
.btn2 img{max-width:50%;}
.show-point{margin-left:30px;}
.font-white{color:#fff;}
.show-point span:first-child {
    font-size: 3.5rem;
    font-weight: bold;
    padding-right: 10px;
	line-height: 0.7;
}
.menu-award{
	margin-bottom:30px;
	border-radius: 10px;
    /* box-shadow: 0px 0px 9px 2px #0000004f; */
}
.menu-award a {
    color: #fff;
    font-size: 28px;
    /* font-weight: bold; */
    padding: 15px 10px;
    background-color: #0c5b8f;
    display: inline-block;
    width: 50%;
    border-radius: 10px;
    text-align: center;
	border:none;
	line-height:0.7;
}
.menu-award a.btn-award {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
	box-shadow: inset 1px -4px 8px 0px #3d00008f;
}
.menu-award a.btn-rules {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
	box-shadow: inset -1px -4px 8px 0px #3d00008f;
}
.menu-award a.active {
    background-color: #fdc00f;
    color: black;
    font-weight: bold;
}
.reward-items .reward-img {
    text-align: center;
    margin: auto;
	align-items: center;
    display: flex;
    justify-content: center;
}
.col-6.reward-img img{width:65%;margin-right:40px;}
.reward-items .reward-desc{
	background: #ffe497;
    padding: 15px 20px;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    padding-left: 12%;
    font-weight: bold;
    line-height: 1;
	min-height:230px;
	padding-right:10px;
    box-shadow: -2px 0px 10px 0px #00000045;
}
.reward-desc-point, .reward-desc-detail{font-size:26px;word-break: break-word;}
.reward-desc-type{font-size:40px;color:#c70000;}
.reward-desc-detail{margin-top:5px;}
.reward-point-img{
	position:absolute;
	top: 50% !important;
    transform: translate(-10px, -50%) !important;
	left:0 !important;
	right:0 !important;
	text-align:center;
}
.reward-point-img img{max-width:150px;}
.reward-point-point{
	position:absolute;
	top: 50% !important;
    transform: translate(-10px, -50%) !important;
	left:0 !important;
	right:0 !important;
	text-align:center;
}
.reward-point-point span {
    font-size: 40px;
    font-weight: bold;
    color: #fff0b5;
    letter-spacing: 1.25px;
    text-shadow: -3px 2px #f68e00;
}
.btn3{
	position: absolute;
    bottom: 20px;
    z-index: 5;
    left: 0;
    right: 0;
}
.btn3 img{max-width:70%;}
.reward-items{

padding: 0 10px;
}
.position-relative.menu {
	top: unset!important;
    position: fixed!important;
    text-align: center;
    
    width: 100%;
    bottom: 0;
    z-index: 1000;
   
    /* padding-top: 12%; */
}
.link-other{margin-top:15px;}
.reward-items:before {
    content: '';
    display: block;
    /* background-image: linear-gradient(to left, rgba(255,0,0,0), rgb(255 0 0 / 70%)); */
    height: 100%;
    width: 100%;
    left: 0;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
    top: 0;
}
.reward-items .row {
    /* background: #368bbd;
    box-shadow: inset 0px -3px 7px 0px #0000002e;
    border: 3px solid #14618E; */
    border-radius: 20px;
    min-height: 130px;
    color: #fff;
}
.box-reward-redrem .reward-img > img {
    max-width: 55%;
    margin-top: 0;
	width:70%;
	margin-right:5%;
}
.box-reward-redrem .reward-point-img, .box-reward-redrem .reward-point-point {
    top: unset;
    bottom: 0;
    left: unset;
    right: 0;
	transform: translate(-10px, 0);
}
.box-reward-redrem .reward-point-img {
    bottom: 5%;
}
.box-reward-redrem .reward-point-img img {
    width: 90px;
}
.box-reward-redrem .reward-point-point {
    bottom: 19%;
    right: 17.5%;
}
.box-reward-redrem .reward-point-point span {
    font-size: 34px;
}
.box-reward-redrem .reward-items .reward-desc{padding-left: 10%;}
.redrem-desc{
	background: #ffe497;
    padding: 20px 25px;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    font-weight: bold;
    line-height: 1;
    min-height: 250px;
	box-shadow: -2px 0px 20px 0px #00000059;
}
.redrem-desc-usePoint {
    color: #e40000;
    font-size: 26px;
    font-weight: bold;
}
.set-amount {
    position: absolute;
    bottom: 25px;
    z-index: 5;
    left: 0;
    right: 0;
    text-align: center;
}
.set-amount .remark {
    font-size: 20px;
    text-align: left;
    padding-left: 25px;
}
.amount span{font-size:40px;}
.amount input[type="text"] {
    max-width: 50%;
    width: 50%;
    margin-left: 10px;
    margin-right: 10px;
    border: 1px solid #ffd012;
    border-radius: 10px;
    background-color: #fbad00;
    padding: 7px 10px;
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    margin-top: 5px;
    color: white;
}
.box-reward-redrem .reward-items {
    /* margin-bottom: 15px; */
}
.menu-award a:hover{color:black;}
.box-reward-redrem .link-other{margin-top:10px;}
.logo-header.text-center{
	background-color: #6eade0;
    margin-top: 0px;
    padding: 7px 0px;
    margin-bottom: 5px;
	position: fixed;
    width: 100%;
    z-index: 1000;
}
.logo-header.text-center .col-6.offset-3 {
    margin-left: 0;
    max-width: 100%;
    /* text-align: center; */
}
.logo-header.text-center .col-6.offset-3 img {
    max-width: 100%;
    width: 230px;
}
.box-reward .profile {
    margin-bottom: 20px;
	margin-top:20px;
}
.collectpoints-list {
    margin-bottom: 0px;
}
table {
    border-collapse: separate;
    border-spacing: 0 4px;
    width: 100%;
    position: relative;
    font-size: 22px;
    margin: 0 auto;
}
thead {
    background: #cc0001;
    position: relative;
    color: white;
    box-shadow: inset 4px -3px 5px 0px #00000052;
    margin: 0px auto;
}
thead:before {
    content: '';
    display: block;
    /* background-image: linear-gradient(to left, rgb(175 12 12 / 42%), rgb(255 0 0 / 70%)); */
    height: 110%;
    width: 100%;
    left: 0;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
    top: -3px;
}
tbody:before {
    /* line-height: 0.5em; */
    /* content: ""; */
    color: white;
    display: block;
    height: 10px;
}
th {
	padding: 1rem 0.5rem;
    text-align: center;
    font-size: 20px;
}
tbody tr td:nth-child(2) {
   
}
tbody tr td:nth-last-child(2) {
    
}
tbody td {
    background-color: #ff5f5f;
	padding: 1.3rem 0.5rem ;
    color: #fff;
}
th.spacingtd, td.spacingtd {
    width: 10px;
    background: transparent;
    padding: 0;
}
.box-redemptionhistory th{padding:0.5rem 0rem;}
.box-redemptionhistory tbody td{padding: 1.3rem 0.2rem ;}
.box-redemptionhistory th.spacingtd, .box-redemptionhistory td.spacingtd{width:10px;}
table span.pedding {
    color: #f8b101;
}
table span.delivery-success {
    color: #ff3535;
}
.sec-participating{
	max-width: 100%;
    margin: 0 auto;
    position: relative;
	margin-top:40px;
	margin-bottom:-2px;
	text-align:center;
}
.sec-participating .row{display:block;margin:0 auto;}
.btnToStore{margin-bottom:40px;}
.participating-detail > img{width:auto;}
.participating-detail .title.font-yellow {
    font-size: 32px;
    text-align: unset;
    position: absolute;
    right: 0px;
    top: 0;
    margin-top: 7%;
	margin-right:10%;
	color:black;
}
.participating-detail div img {
    position: absolute;
    width: auto;
	max-width: 55%;
    right: 0px;
    text-align: right;
    bottom: 0;
	margin-bottom:13%;
}
.rules-title {
    background: #e40000;
    position: relative;
    color: #fff0b5;
    box-shadow: inset 4px -3px 8px 0px #00000059;
    padding: 15px 30px;
    line-height: 1;
    font-family: 'db_helvethaicamon_x75_bd';
	margin-bottom:25px;
}
.rules-title:before {
    content: '';
    display: block;
    background-image: linear-gradient(to left, rgb(175 12 12 / 42%), rgb(255 0 0 / 70%));
    height: 110%;
    width: 100%;
    left: 0;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
    top: -4px;
}
.rules-detail {
    margin: 25px 0px;
    padding: 20px;
    line-height: 1;
    font-family: 'db_helvethaicamon_x75_bd';
	margin-top:0px;
}
.rules-detail h3{margin-bottom:0px;}
.bg-rules-white {
    background: white;
    width: 93%;
    float: right;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    box-shadow: 1px 1px 18px 0px #00000075;
}
.bg-rules-red {
    background: #e40000;
    width: 93%;
    margin-left: 0;
    clear: both;
    box-shadow: inset 1px -1px 9px 6px #00000047;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    position: relative;
	padding-left: 45px;
}
.bg-rules-red:before {
    content: '';
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0px;
    right: 0;
    box-shadow: 1px 1px 18px 0px #00000075;
    border-bottom-right-radius: 15px;
    border-top-right-radius: 15px;
    border: 5px solid #ce0000;
    border-left: 4px solid #ce0000;
}
.rules-detail-desc img {
    max-width: 80%;
    margin: 15px auto;
    clear: both;
    display: block;
}
.rules-detail .remark {
    font-size: 20px;
    margin: 5px 0px;
    display: block;
}
.rules-detail-desc .font-yellow {
    color: #fbad00;
}

.clear-both{clear:both;}
.helvethaicamon_x55{
	font-family: "db_helvethaicamon_x55_regular";
}
.imgParticipating{text-align:center;}
.imgParticipating img{padding: 0px 7%;}
.bg-yellow{background-color:#fdc00c;}
.participating-store .title{
	background-color: #fdc00c;
    padding: 15px 10px 10px 10px;
    text-align: center;
    border-radius: 7px;
    margin-bottom: 15px;
    box-shadow: inset 1px 1px 16px 0px #0000001c;
    font-size: 24px;
}
.rules-detail-desc .btn-back{max-width:55%;}
.box-reward-list + .position-relative.menu{top:0px;}
.modal-open .modal{padding-right:0px!important;}

/* Ranking */
.ranking-items .reward-items .reward-desc{min-height: 200px;}
.ranking-items .reward-img {
    padding: 20px 0px;
    display: block;
    padding-left:30px;
}
.ranking-title{text-align: left;}
.ranking-title .rank-num {
    font-size: 28px;
    display: block;
    font-weight: bold;
    text-shadow: 1px 3px 4px #fff, 2px 2px 0px rgb(0 0 0 / 27%);
    line-height: 1;
    font-family: db_helvethaicamon_x75_bd;
}
.ranking-img {
    position: absolute;
    bottom: 12%;
}
.ranking-items .reward-desc-detail{margin-top:0px;}
.ranking-items .reward-desc-detail img {
    max-width: 60%;
    margin-bottom: 10px;
}
.rank-point {
    font-size: 36px;
    font-weight: bold;
    color: c70000;
    /* text-shadow: -2px 2px 0px #ffde50; */
}
.text-point{
    font-size: 28px;
    font-weight: bold;
    color: c70000;
    /* text-shadow: -2px 2px 0px #ffde50; */
}
.ranking-remark{color:#e98000; font-weight: normal;}

@media screen and (max-width:1440px){
    .btn-home{bottom:6%;}
}

@media screen and (max-width:820px){
    .btn-home{bottom:6%;}
    .container{padding-left:20%; padding-right:20%;}
}

@media screen and (max-width:725px){
	.box-reward-redrem .reward-point-img img{margin-right:0px;}
	.box-reward-redrem .reward-point-img {
		bottom: 5%;
		right:5%;
	}
	.box-reward-redrem .reward-point-point{
		right: 12.5%;
	}
    .btn-home{bottom:9.5%;}
}
@media screen and (max-width:650px){
	.btn-home{bottom:6%;}
	.reward-items .reward-desc{padding-left:10%;}
	.reward-point-point span{font-size:36px;}
	.reward-point-img img{width:120px;}
	.reward-desc-point, .reward-desc-detail{font-size:22px;}
	.reward-desc-type{font-size:36px;}
	.sec-participating{max-width:100%;}
	.btnToStore img{max-width:87%; margin:0 auto;}
}
@media screen and (max-width: 576px){
	.container{padding-left:15px; padding-right:15px;}
	/* .box-menu{padding:9% 0 6%;} */
	/* .box-menu .list-menu .item-menu img{max-width:65%;} */
	.box-menu .list-menu .item-menu .txt-menu{font-size:1.2rem;font-weight: 600;}
	.reward-items .reward-desc{padding-left:12%;}
	.reward-desc-point, .reward-desc-detail{font-size:20px;}
	.reward-desc-type{font-size:30px;}
	.box-menu .list-menu .item-menu .img-menu.active img{max-width:38px;}
	.box-reward-redrem .reward-point-point {
		right: 14.5%;
		bottom: 20%;
	}
    .col-6.reward-img .ranking-img img{
        max-width: 70%;
        margin-right: 70px;
        }
    .ranking-items .reward-desc-detail img{max-width:65%;}
    .ranking-remark{font-size:18px;}
}
@media screen and (max-width:480px){
	.reward-point-point span{font-size:24px;}
	.menu-award a{font-size:24px;}
	.reward-point-img img{width:90px;}
	.reward-items .reward-desc{padding-left:12%;}
	.reward-desc-point, .reward-desc-detail{font-size:20px;}
	.reward-desc-type{font-size:26px;}
	.btn3 img{width:80%;}
	/* .box-menu{padding:9% 0 4%;} */
	.box-reward-redrem .reward-desc-point{font-size:22px;}
	.set-amount .remark{font-size:16px;}
	.redrem-desc{padding:20px;}
	.participating-detail div img{right:0px;max-width:55%;margin-bottom:13%;}
	.participating-detail .title.font-yellow{font-size: 26px;    margin-top: 7%; margin-right: 9%;}
	.box-reward-redrem .reward-point-img img{width:90px;}
	.box-reward-redrem .reward-point-point {
		right: 14%;
		bottom: 25%;
	}
	.box-reward-redrem .reward-point-point span{font-size:30px;}
	.sec-participating{margin-top:30px;margin-bottom:-2px;}
	.btnToStore{margin-bottom:30px;}
    .ranking-title .rank-num{font-size: 22px;}
    .rank-point{font-size:30px;}
    .text-point{font-size: 24px;}
    .ranking-remark{font-size:17px;}
    .ranking-items .reward-items .reward-desc{min-height: 180px;}
    .ranking-items .reward-img{padding-left: 20px;}
    .ranking-items .reward-desc-detail img{margin-bottom: 5px;}
    .btn-home{bottom:10.2%;}
}
@media screen and (max-width:425px){
	.sec-participating{margin-bottom:-2px;}
	.participating-detail .title.font-yellow{font-size: 26px;    margin-top: 7%; margin-right: 6.5%;}
	.box-reward-redrem .reward-items .reward-img{}
	
	.box-collectpoints th:nth-child(5), .box-collectpoints td:nth-child(5) {width: 68px;}
	.box-collectpoints th:nth-child(4), .box-collectpoints td:nth-child(4) {width: 80px;}
	.box-collectpoints th:nth-child(2), .box-collectpoints td:nth-child(2) {width: 80px;}
	.box-redemptionhistory th:nth-child(3), .box-redemptionhistory td:nth-child(3) {width: 68px;}
	.box-redemptionhistory th:nth-child(4), .box-redemptionhistory td:nth-child(4) {width: 80px;}
	.box-redemptionhistory th:nth-child(5), .box-redemptionhistory td:nth-child(5) {width: 95px;}
    .ranking-items .reward-items .reward-desc{min-height: 170px;}
    .text-point{font-size: 22px;}
    .ranking-items .reward-point-img, .ranking-items .reward-point-point{top: 45%;transform: translate(0px, -50%);}
    .ranking-items .reward-point-img img {
        width: 80px;
    }
    .ranking-items .reward-point-point span{font-size: 22px;}
}

@media screen and (max-width:400px){
	/*.collectpoints-list{overflow-x:scroll;}
	.collectpoints-list table{width:409px;}*/
}

@media screen and (max-width:390px){
	.chk-sex.pl-4{padding-left:0px!Important;}
	.chk-sex .col-12{display:flex; justify-content:center;}
	.radio-style{margin-right:10px;font-size:20px;padding-left:35px;}
	input[type=radio] + .checkmark, .radio-style:after{height: 15px;width: 15px;}
	input[type=radio] + .checkmark:after{
		top: 0.5px;
		left: 0.8px;
		width: 12px;
		height: 12px;
	}
	.reward-items .reward-desc{padding-left:14%;}
	.menu-award a{font-size:22px;}
	.box-reward-redrem .reward-desc-point{font-size:20px;word-break: break-word;}
	.participating-detail .title.font-yellow {
		font-size: 24px;
		margin-right: 4%;
	}
}
@media screen and (max-width:375px){
	.box-reward-redrem .reward-point-point{
		right:16%;
	}
	.box-menu .list-menu .item-menu{max-height:100px;padding:10px;padding-bottom:20px;}
    .btn-home{bottom:10.2%;}
}
@media screen and (max-width:360px){
	.participating-detail .title.font-yellow {
		font-size: 22px;
		margin-right: 6%;
	}
}
@media screen and (max-width:350px){
	.menu-award a{font-size:20px;}
    .btn-home{bottom:16%;}
}


_::-webkit-full-page-media, _:future, :root .reward-point-point span {

	letter-spacing:0px;
}