html, body {
	font-family: 'Lato', sans-serif;
	height: 100%;
	margin: 0;
	
}

.wrapper {
	min-height: 100%;
	display: flex;
	flex-direction: column;
}

.main {
	flex: 1;
}

.con-wrap {
	
}

a,
a:hover,
a:visited,
a:link {
	color: inherit;
	text-decoration: none;
}

ul {
	list-style: none;
	padding: 0;
	margin: 0;
	margin-bottom: 0 !important;
}

.op-effect {
	
}

.op-effect .op-box {
	-webkit-transition: 0.2s;
	   -moz-transition: 0.2s;
	    -ms-transition: 0.2s;
	     -o-transition: 0.2s;
	        transition: 0.2s;
}

.op-effect .op-box.off {
	opacity: 0.5;
}

.btn-2 {
	text-transform: uppercase;
	padding: 10px 0;
	-webkit-border-radius: 30px;
	        border-radius: 30px;
	text-align: center;
}

.glow-effect {
	cursor: pointer;
	filter: brightness(1);
	-webkit-transition: 0.2s;
	   -moz-transition: 0.2s;
	    -ms-transition: 0.2s;
	     -o-transition: 0.2s;
	        transition: 0.2s;
}

.glow-effect:hover {
	filter: brightness(1.3);
}

.fullwidth {
	max-width: 2000px;
	margin: 0 auto;
}

.fullwidth .carousel-item {
	height: 470px;
}

.fullwidth .carousel-item img {
	margin-left: 50%;
	-webkit-transform: translate( -50%, 0);;
	   -moz-transform: translate( -50%, 0);;
	    -ms-transform: translate( -50%, 0);;
	     -o-transform: translate( -50%, 0);;
	        transform: translate( -50%, 0);;
}




/*---------header-----------*/
header {
	min-height: 80px;
}

header nav {
	font-weight: 300;
}

header nav li {
	
}

.main-nav {

}

.main-nav a {
	display: block;
    height: 100%;
    padding: 27px 10px;
}


@keyframes linewidth {
  from {width: 0%;}
  to {width: 100%;}
}

.main-nav a:after {
	content: "";
	width: 0;
	height: 0;
	display: none;
}

.main-nav a.active:after,
.main-nav a:hover:after  {
	content: "";
	display: block;
	margin: 0 auto;
	height: 1px;
	width: 100%;
	background: #fada8d;
	animation-name: linewidth;
  animation-duration: 0.2s;
}

.btn-angpao {
	cursor: pointer;
  transition: 0.2s;
	filter: brightness(1);
  transform: rotate(-20deg);
}

.btn-angpao:hover {
	filter: brightness(1.3);
	transform: rotate(0deg);
	
}

.logo-wrap {
	max-width: 200px;
	display: flex;
	align-items: center;
}

.header-dropdown {
	margin-top: -1px;
	width: 100%;
	height: auto;
	padding: 15px;
	background: rgba(0,0,0,.5);
	display: block;
	position: absolute;
	backdrop-filter: blur(10px);
	z-index: 2;
}

.notice {
	top: 0px;
	right: -3px;
	height: 8px;
	width: 8px;
	-webkit-border-radius: 50%;
	        border-radius: 50%;
	text-align: center;
	background: red;
	position: absolute;
}

.navdrop-list {
	cursor: pointer;
}

.navdrop-list .navdrop-wrap {
	display: none;
}

/*.navdrop-list::hover {
	display: none;
}*/

.navdrop-list:hover .navdrop-wrap {
	display: block;
}

.navdrop-wrap {
  z-index: 2;
  position: absolute;
  top: 40px;  /* position the top  edge of the element at the middle of the parent */
  left: 50%; /* position the left edge of the element at the middle of the parent */
  transform: translate( -50%, 0);
}

.navdrop-wrap:before {
	content: "";
	margin: 0 auto;
	display: block;
	width: 0; 
  height: 0; 
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #3a3a3a;
}

.navdrop-wrap .navdrop {
	width: auto;
	background: #3a3a3a;
	box-shadow: 0 10px 15px rgba(0,0,0,.5);
	padding: 12px 15px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	text-wrap: nowrap;
	font-size: 12px;
	color: #fff;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

.navdrop-wrap .navdrop a {
	padding: 5px 15px;
	color: #e8af1b;
	text-align: left;
	-webkit-border-radius: 5px;
	        border-radius: 5px;
}

.navdrop-wrap .navdrop a.active,
.navdrop-wrap .navdrop a:hover  {
	background: #e8af1b;
	color: #000;
	
}

.nav-wallet-wrap {
	
}

.nav-wallet.main {
	background: #000;
}

.nav-wallet {
	min-width: 200px;
	background: rgba(0,0,0,.3);
	border-radius: 5px;
	margin: 5px 0 0;
	padding: 10px;
	display: flex;
	width: 100%;
	-webkit-align-items: center;
	align-items: center;
	justify-content: space-between;
	cursor: pointer;
}

.nav-wallet .product {
	padding: 0 15px 0 0;
	line-height: 13px;
	color: #ccc;
	/*display: flex;
	text-align: left;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-align-items: center;
	        align-items: center;*/
}

.nav-wallet .product .sml {
	display: block;
	font-size: 10px;
}

.nav-wallet .info {
	display: flex;
	align-items: center;
}

.nav-wallet .info .amount {
	color: #e8af1b;	
}

.nav-wallet .info .icon {
	width: 20px;
	height: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.nav-wallet .info .icon.plus {
	display: flex;
	align-items: center;
}

.nav-wallet .info .icon.plus:after {
	content: "+";
	display: block;
	text-align: center;
	margin: 0 auto;
	width: 15px;
	height: 15px;
	font-weight: bold;
	color: #000;
	line-height: 13px;
	background: #e8af1b;
	border-radius: 50%;
}

.nav-wallet-col.show .nav-wallet .info .icon.plus:after {
	content: "-";
}

.nav-wallet .info .icon img {
	width: 15px;
	height: 15px;
	-webkit-background-size: 15px;
	-o-background-size: 15px;
	background-size: 15px;
	margin: 0 auto;
}

.nav-wallet-col .nav-wallet-drop {
	display: none;
}

.nav-wallet-col.show .nav-wallet-drop {
	display: block;
}

.nav-wallet-col.show > .nav-wallet {
	-webkit-border-radius: 5px 5px 0 0;
	        border-radius: 5px 5px 0 0;
}

.nav-wallet-drop {
	
}

.nav-wallet-drop.show {
	
}

.nav-wallet-drop .nav-wallet {
	background: rgba(0,0,0,.5);
	margin: 0;
	border-radius: 0;
	padding: 5px 10px;
}

@media only screen and (max-width: 1200px) {
  header {
  	font-size: 9pt;
  }

  .logo-wrap {
  	max-width: 150px;
  }
}

/*---------homepage-----------*/
.main-sec-wrap {
	width: 100%;
	/*background-image: url(../images/mainbg-casino.png);*/
	background-repeat: no-repeat;
	background-position: center top;
	-webkit-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
}

.main-sec-title {
	width: 325px;
	top: 120px;
	left: 69px;
}

.main-sec-title h3 {
	font-size: 35px;
	letter-spacing: 10px;
}

.main-sec-title p {
	font-size: 20px;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.maincasino-thumb {
	overflow: hidden;
	-webkit-border-radius: 15px;
	        border-radius: 15px;
}

.maincasino-thumb .thumb {
	overflow: hidden;
	border-radius: 9px;
}

.maincasino-thumb .tag {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 58px;
	height: 30px;
	background-size: 58px 30px;
}

.maincasino-thumb .tag.hot {
	background-image: url(../images/tag-hot1.png);
}

.maincasino-thumb .tag.new {
	background-image: url(../images/tag-new1.png);
}

.main-slot-tab-wrap {
	margin: 70px 0 0 60px;
}

.main-slot-tab-wrap li {
	color: #5b5a5a;
	padding: 5px 5px;
	width: 200px;
	font-size: 12px;
	text-align: center;
	background: #000;
	margin: 0 5px 0 0;
	border-radius: 5px 5px 0 0;
	border: 1px solid #5b5a5a;
	cursor: pointer;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-ms-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}

.main-slot-tab-wrap li.active ,
.main-slot-tab-wrap li:hover {
	color: #000;
	background: #e8af1b;
}

.mainslot-wrap {
	margin: 0 3% 3% 0;
	cursor: pointer;
	width: 30%;
	position: relative;
	overflow: hidden;
	border-radius: 10px 10px 0 0;
}

.mainslot-wrap:hover {
	
}

.mainslot-wrap .mask {
	top: 100%;
	opacity: 0;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-ms-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-align-content: center;
	align-content: center;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	background: rgba(0,0,0,.5);
	position: absolute;
	z-index: 2;
	width: 100%;
	height: 100%;
}

.mainslot-wrap:hover .mask{
	top: 0;
	opacity: 1;
}

.mainslot-wrap .mask .mskbtn {
	width: 60%;
	padding: 5px;
	background: #929292;
	color: #414141;
	margin: 5px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	-webkit-border-radius: 5px;
	        border-radius: 5px;
}

.mainslot-wrap .mask .mskbtn.btn-1 {
	background: #e8af1b;
	color: #000;
}

.mainslot-wrap .imgwrap {overflow: hidden;}

.mainslot-wrap img {
	width: 100%;
	height: auto;
	display: block;
}

.mainslot-wrap span {
	background: #000;
	display: block;
	color: #c8d1e7;
	text-align: center;
	padding: 5px;
	font-size: 12px;
}

/*---------subpage-----------*/
.sub-bg {
	position: relative;
	min-height: 620px;
	width:100%;
	display:block;
	background-repeat: no-repeat;
	-webkit-background-size: contain;
	     -o-background-size: contain;
	        background-size: contain;
}

.product-detail-wrap {
	position: absolute;
	right: 15%;
	width: 32%;
	top: 118px;
}

.product-detail-wrap .product-detail {
	position: relative;
	min-height: 250px;
	padding-bottom: 90px;
}

.product-detail-wrap .product-detail .product-name {
	width: 60%;
	margin: 0 auto 20px;
}

.product-detail-wrap .product-detail .product-info {
	color: #FFF;
	text-align: center;
}

.product-detail-wrap .product-detail .btn-wrap {
	width: 60%;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	position: absolute;
	bottom: 20px;
}

.products-sel-wrap {
	display: flex;
	flex-wrap: wrap;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	bottom: 10px;
	width: 100%;
	margin: 0 15px;
	position: absolute;
	padding: 15px;
	background: rgba(255,255,255,.1);
	-webkit-border-radius: 15px;
	border-radius: 15px;
}

.products-sel-wrap .product-box {
	cursor: pointer;
	position: relative;
	display: flex;
	align-items: center;
	background: rgba(0,0,0,.3);
	padding: 5px 36px;
	-webkit-border-radius: 20px;
	border-radius: 57px;
	width: 13%;
	margin: .5% .5%;
	-webkit-transition: 0.2s;
	   -moz-transition: 0.2s;
	    -ms-transition: 0.2s;
	     -o-transition: 0.2s;
	        transition: 0.2s;
}

.products-sel-wrap .product-box.active,
.products-sel-wrap .product-box:hover {
	border: 1px solid #ffba00;
	background: rgba(0,0,0,1);
}

.products-sel-wrap .product-box .tag {
	position: absolute;
	top: -5px;
	left: -5px;
	-webkit-background-size: 38px 15px;
	-o-background-size: 38px 15px;
	background-size: 38px 15px;
	width: 38px;
	height: 15px;
}

.products-sel-wrap .product-box .tag.hot {
	background-image: url(../images/tag-hot2.png);
}

.products-sel-wrap .product-box .tag.new {
	background-image: url(../images/tag-new2.png);
}

/*---------slotpage-----------*/
.slotpage {
	
}

.slotpage .mainslot-wrap {
	width: 14%;
	margin: 1% 1.3%;
}

.slotpage nav {
	
}

.slotpage nav > * {
	color: #888888;
	padding: 5px 20px;
	margin: 0 5px;
	cursor: pointer;
	font-size: 12px;
	display: flex;
	align-items: center;
}

.slotpage nav > .active,
.slotpage nav > *:hover {
	background: #fec700;
	color: #000;
	-webkit-border-radius: 20px;
	        border-radius: 20px;
}

.slot-dl-wrap {
	color: #fff;
	width: 45%;
	padding: 20px 60px;
	-webkit-border-radius: 15px;
	        border-radius: 15px;
	background: rgba(255,255,255,.1);
}

.slot-dl-wrap {
	
}

.slot-dl-wrap .img-wrap {
	width: 60%;
	margin: 0 auto;
}

.slot-dl-wrap form {
	width: 70%;
	margin: 0 auto;
	padding: 20px 0 0;
}

.slot-dl-info {
	width: 42%;
	color: #fff;
	padding: 20px 40px 0 67px;
}

.slot-dl-info .btn-wrap {
	width: 100%;
}

.btn-sub {
	display: block;
	width: 100%;
	text-align: center;
	margin: 0 auto;
	padding: 10px;
	color: #000 !important;
	background: #e8af1b;
	-webkit-border-radius: 5px;
	        border-radius: 5px;
}

/*----------------------------*/
/*--------new-download--------*/
/*----------------------------*/
.download-wrapper {
  max-width: 1000px;
  padding: 20px 15px;
  margin: 0 auto;
}

.download-wrapper h2 {
  color: #D49F43;
  text-align: center;
  font-size: 50px;
  margin-bottom: 39px;
}

.download-box-wrap {
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
}

.download-box {
  width: 50%;
  padding: 15px 5% 50px;
  display: flex;
  flex-direction: column;
}

.download-box .img-wrap {
  width: 80%;
  margin: 0 auto;
}

.download-box .img-wrap img {
  display: block;
  width: 100%;
  height: auto;
}

.download-box .title {
  text-align: center;
  font-size: 10px;
  color: #303030;
  width: 80%;
  -webkit-border-radius: 20px;
          border-radius: 20px;
  background: rgba(255,255,255, .1)
}

.download-box .title > * {
	
}

.download-box .title .android,
.download-box .title .ios {
  display: inline-block;
  margin: 0 2px;
  width: 22px;
  height: 22px;
  -webkit-background-size: 22px;
       -o-background-size: 22px;
          background-size: 22px;
}

.download-box .title .android {
  background-image: url(../images/symbol/icon-android.svg);
}

.download-box .title .ios {
  background-image: url(../images/symbol/icon-ios.svg);
}

.download-box .info-wrap {
  margin: 0 auto;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.download-box .info-wrap .qr-box {
  width: 72px;
}

.download-box .info-wrap .qr-box img {
  display: block;
  width: 100%;
  height: auto;
}

.download-box .info-wrap .info-box {
  flex-direction: column;
  padding: 0 10px;
  -webkit-align-items: center;
  align-items: baseline;
  -webkit-justify-content: flex-start;
  justify-content: center;
  display: flex;
  text-align: left;
}

.download-box .info-wrap .info-box a {
  color: #D49F43;
  font-size: 12px;
}

.download-box .info-wrap .info-box span {
  display: block;
  color: #fff;
  font-size: 11px;
}

/*----------------------------*/
/*---------promotion---------*/
/*----------------------------*/
.promo-wrap {
	margin: 0 auto;
	width: 80%;
	padding: 0 15px 50px;
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	-webkit-justify-content: start;
	        justify-content: start;
}

.promo-box {
	position: relative;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	margin: 15px 11px;
	width: 31%;
	overflow: hidden;
	-webkit-border-radius: 10px;
	border-radius: 9px;
}

.promo-box .tag {
	display: flex;
	-webkit-justify-content: start;
	justify-content: start;
	position: absolute;
	top: 10px;
	left: 20px;
}

.promo-box .tag > *{
	color: #000;
	background: #ccc;
	display: block;
	padding: 1px 7px;
	font-weight: bold;
	margin: 0 5px 0 0;
	font-size: 8px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
}

.promo-box .img-wrap {
	width: 100%;
	height: 162px;
	display: flex;
	align-items: center;
}

.promo-box .img-wrap img {
	
}

.promo-box .info-wrap {
	background: #333;
	position: relative;
	padding: 30px 21px 20px;
	width: 100%;
	color: #fff;
}

.promo-box .info-wrap .title {
	color: #e8af1b;
	font-size: 22px;
	height: 51px;
	line-height: 25.6px;
}

.promo-box .info-wrap .btn-wrap {
	display: flex;
	-webkit-flex-direction: row;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-justify-content: start;
	        justify-content: start;
}

.promo-box .info-wrap .btn-wrap > * {
	text-align: center;
	width: 50%;
	display: block;
	padding: 10px;
	font-size: 10px;
	color: #000;
	background: #fff;
	margin: 0 5px 0 0;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	text-transform: uppercase;
	text-decoration: none;
}

.promo-nav li {
	color: #888888;
  padding: 5px 20px;
  margin: 0 5px;
  cursor: pointer;
  font-size: 12px;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.promo-nav li.active,
.promo-nav li:hover {
	  background: #fec700;
    color: #000;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    cursor: pointer;
}

.promo-modal {
	
}

.promo-modal .img-wrap {
	overflow: hidden;
	max-height: 260px;
	display: flex;
	-webkit-align-items: center;
	        align-items: center;
}

@media only screen and (max-width: 1400px) {
  .promo-wrap {
  	width: 100%;
  }
}
/*----sub infopage like about us and etc -------*/
.subinfo-wrap {
  padding: 20px 200px 120px;
  color: #ccc;
}

.subinfo-wrap h2 {
  color: #efbc3e;
  text-align: center;
  margin-bottom: 30px;
  margin-top: 15px;
}

.panel-default {
  border-color: #3e3e3e;
}

.panel-default>.panel-heading {
  background: #3e3e3e;
  border-color: #3e3e3e;
}

.panel-title {
  font-weight: 500;
  padding: 10px 20px;
  font-size: 20px;
}

.panel-body {
  background: #1e1e1e;
}


/*----affilate-------*/
.ali-nav-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: start;
  justify-content: start;
}

.ali-nav-wrap div {
  font-size: 12px;
  margin: 0 5px;
  color: #888888;
  width: auto;
  margin: 0 10px;
  padding: 5px 20px;
  cursor: pointer;
  display: block;
  text-align: center;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.ali-nav-wrap div.active,
.ali-nav-wrap div:hover {
  background: #fec700;
  padding: 5px 20px;
  color: #000;
  border-radius: 20px;
}

/*----------------------------*/
/*---------walletpage---------*/
/*----------------------------*/
.form-group .img-wrap {
  height: 34px;
  float: left;
  width: 109px;
  margin: 0 10px 0 0;
}

.form-group .img-wrap img {
  display: block;
  width: 100%;
  height: auto;
}

.form-group .vcode {
  float: left;
  width: 78%;
}

.form-group input {
  width: 100%;
}

.form-group.chkbox input {
  width: auto;
}

.form-group select {
  height: 34px;
  color: #000;
}

.deposit-sel {
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}

.deposit-sel > * {
  width: 48%;
}

.amount-sel {
  display: flex;
  -webkit-justify-content: space-around;
  justify-content: space-between;
  flex-wrap: wrap;
}

.amount-sel > * {
  width: 16%;
  margin: 1% 0;
}

.bank-sel {
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
}

.bank-sel > * {
  width: 24%;
  margin: 0 1% 7px 0;
}

.spbox > * {
  color: #ccc;
  height: 45px;
  border: 1px solid #303030;
  background: rgba(0,0,0,.2);
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  cursor: pointer;
  display: block;
  line-height: 17px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.spbox > div > img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

.spbox .active,
.spbox div:hover {
	color: #000;
  background: #e8af1b;
 
}

.bank-sel.spbox > * {
  border: 3px solid #303030;
  overflow: hidden;
}

.bank-sel.spbox .active,
.bank-sel.spbox div:hover {
  border: 3px solid #e8af1b;
}

/*----------------------------*/
/*---------walletpage nav-----*/
/*----------------------------*/
.sub-wallet-nav {
	
}

.sub-wallet-nav ul {
	padding: 0;
	margin: 0;
}

.sub-wallet-nav a {
	color: #fff;
	width: 100%;
	display: block;
	padding: 10px;
	margin: 0 0 5px;
	text-align: center;
	-webkit-border-radius: 5px;
	        border-radius: 5px;
	background: rgba(0,0,0,.2);
}

.sub-wallet-nav a.active,
.sub-wallet-nav a:hover {
	background: #e8af1b;
	color: #000;
}

/*----------------------------*/
/*--------news inbox----------*/
/*----------------------------*/
.inbox-wrap {
  -webkit-box-shadow: 2px 5px 5px rgba(0,0,0,.05);
          box-shadow: 2px 5px 5px rgba(0,0,0,.05);
}

.inbox-col {
  background: #000;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  border-bottom: 2px solid #333;
  border-left: 2px solid #333;
  border-right: 2px solid #333;
}

.inbox-col.header {
  border: 2px solid #333;
  font-weight: bold;
  background: #e8af1b;
  color: #000;
}

.inbox-col.hover {
  z-index: 19;
  position: relative;
  cursor: pointer;
}

.inbox-col.hover:hover {
  z-index: 20;
  -webkit-box-shadow: 2px 2px 5px rgba(0,0,0,.08), -2px 2px 5px rgba(0,0,0,.08), 2px -2px 5px rgba(0,0,0,.08), -2px -2px 5px rgba(0,0,0,.08);
          box-shadow: 2px 2px 5px rgba(0,0,0,.08), -2px 2px 5px rgba(0,0,0,.08), 2px -2px 5px rgba(0,0,0,.08), -2px -2px 5px rgba(0,0,0,.08);
}

.inbox-col.active {
  background: #000;
}

.inbox-col .no,
.inbox-col .sub,
.inbox-col .date,
.inbox-col .remark {
  padding: 20px 10px;
}

.inbox-col .no {
  min-width: 46px;
  text-align: center;
}

.inbox-col .sub {
  min-width: 68%;
}

.inbox-col .date {
  min-width: 114px;
  text-align: center;
}

.inbox-col.hover .remark {
  padding: 13px 10px;
}

.inbox-msg {
  padding: 20px;
  background: #333;
}

.dustbin {
  background: #dbdbdb;
  border-radius: 50%;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  height: 35px;
  width: 35px;
  background-repeat: no-repeat;
  background-position: center;
}

.dustbin:hover {
  background: #eebf04;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.dustbin img {
  background-image: url(../images/dustbin.svg);
  width: 18px;
  height: 18px;
}

.at-message {
  position: relative;
}

.num-nav {
  display: flex;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
}

.num-nav span.btn {
  cursor: pointer;
  color: #ccc;
}

.num-nav span.btn:hover {
  color: #e8af1b;
}

.num-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
}

.num-nav li {
  color: ##d9d9d9;
  padding: 8px 5px;
  text-align: center;
  cursor: pointer;
}

.num-nav li.active,
.num-nav li:hover  {
  color: #e8af1b;
}






/*----------------------------*/
/*------------modal-----------*/
/*----------------------------*/
.modal-style {
	
}

.modal-style .btn-close {
	color: #fff;
}

.modal-style .modal-content {
	background-color: #121212;
	color: #ccc;
	border: 2px solid #303030;
}

.modal-style .modal-body {
	
}


/*---------footer-----------*/
footer {
	margin-top: auto;
}

footer nav {
	
}

footer nav li {
	
}

footer nav li a {
	margin: 0 25px;
}

.foot-products {
	
}

.foot-products img {
	width: 100%;
	height: auto;
	filter: saturate(0);
}

.fcu-wrap {
	display: flex;
	-webkit-align-items: center;
	        align-items: center;
	-webkit-justify-content: start;
	        justify-content: start;
}

.fcu-wrap .fcu-img {
	display: flex;
	-webkit-border-radius: 50%;
	        border-radius: 50%;
	-webkit-align-items: center;
	        align-items: center;
	background: #969696;
	width: 25px;
	height: 25px;
	padding: 5px;
}

.fcu-wrap .fcu-info {
	color: #fff;
	margin-left:5px;
	font-size: 10px
}































