@charset "utf-8";
/* CSS Document */
body {
  font-family: "Oscine-Regular", 'SF Pro Text', 'SF Pro Icons', Roboto, Helvetica, Arial, 'Arial Narrow', 'sans-serif', '微軟正黑體', 'Microsoft JhengHei' !important;
  font-size: 1.0rem;
  word-break: break-word;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: "Montserrat", "Oscine-Regular", 'SF Pro Text', 'SF Pro Icons', Roboto, Helvetica, Arial, 'Arial Narrow', 'sans-serif', '微軟正黑體', 'Microsoft JhengHei' !important;
  font-weight: 700;
  line-height: 1.2;
}
a {
  color: #000;
  text-decoration: none;
  background-color: transparent;
	
}
a:hover {
  color: #FA5B58;
  text-decoration: none;

}

.btn-group a:hover {

  text-decoration: none; box-shadow:1px 1px 1px rgba(0,0,0,.5);

}
section a:hover {
  color: #c82333;/*#333*/
  text-decoration: none;
	    /*box-shadow: inset 0 -3px 0 #c82333;*/
}
.font-18 {font-size: 2.2rem!important;text-shadow: 2px 2px 0px rgba(0,0,0,.3), 3px 3px 0px rgba(0,0,0,.2), 4px 4px 0px rgba(0,0,0,.1);font-weight: bold}
.nav-logo {
  height: 40px
}
.quick-btn {
  padding: 0.5rem 0rem
}
header .masthead {
  position: relative;
  background-color: #343a40;
  background: url(../img/bg-masthead.jpg) no-repeat center center;
  background-size: cover;
}
.masthead {
  padding-top: calc(0rem + 83px);
  padding-bottom: 0rem;
}
.text-warning {
  color: #ffff00 !important
}
.rounded {
  border-radius: 0.25rem !important;
}
#mainNav {
  padding-top: 1.0rem;
  padding-bottom: 1.0rem;
  transition: padding-top 0.3s, padding-bottom 0.3s;
}
.navbar-brand {
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 0rem;
  font-size: 1.25rem;
}
.bg-user {
  background: #ff8888;/*#1abc9c*/ 
}
/*countdown*/
.countdown {
  background-color: #fff;
  display: inline-block;
  padding: 5px;
  border-radius: 10px;
}
.countdown > div {
  display: inline-block;
}
.countdown > div > span {
  display: block;
  text-align: center;
}
.countdown-container {
  margin: 0 3px;
}
.countdown-container .countdown-heading {
  font-size: .8rem;
  margin: 3px;
  color: #000;

}
.countdown-container .countdown-value {
  font-size: 1rem;
	font-weight: bold;
	color: #dc3545
  /*text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);*/
}
.page-section {
  padding: 1rem 0;
}
/*thumb*/
.thumb-lg {
  height: 88px;
  width: 88px;
}
/*shopping label*/
.white-btn .label {
    background-color: #ffffff;
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    border-radius: 50%;
    color: #000;
    font-weight: bold;
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
    font-size: 12px;
}
.quick-btn .label {
  background-color: #c82333;/*ff7a7a*/
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  border-radius: 50%;
  color: #fff;
  font-weight: bold;
  font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
  font-size: 12px;
}
span.itemPrice {
  font-size: 1rem;
  color: #dc3545;
}
.nav-tabs .nav-link {
  border: 0.125rem solid transparent;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
  font-size: 1.0rem;/* .9rem*/
  font-weight: bold;
	border-color: #e9ecef #e9ecef #dee2e6;
}
.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #f8f8f8;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 0.5rem;
  margin: 0px
}
.card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1rem;
}
.card-body h5 {
  font-size: 1.0rem;
  color: #333
}
.card-body h6 {
  font-size: 0.95rem;
  color: #333
}
.card-body .card-title {
  font-size: 1rem;
  color: #000;
  line-height: 1.5rem
}
.card-body b {
  background-color: #c82333;/*#ff7a7a*/
  color: #fff;
  padding: 5px 10px;
  border-radius: 5px
}
.card-body .fa-ul {
  color: #666
}
.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.125);
  border-top: 0rem solid rgba(0, 0, 0, 0.125);
}
.portfolio .portfolio-item {
  cursor: auto;
  position: relative;
  display: block;
  max-width: 100%;
  border-radius: 0.5rem;
  overflow: hidden;
}
.footer {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #E8E8E8;
  color: #000;
}
.copyright {
  background-color: #B8B8B8;
}
.portfolio-modal .portfolio-modal-title {
  font-size: 2rem;
  line-height: 2.5rem;
}
.portfolio .portfolio-item .portfolio-item-caption {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  padding-top: 4rem;
  transition: all 0.2s ease-in-out;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.50);
  font-weight: bold;
}
.portfolio-modal .close {
  position: absolute;
  z-index: 1;
  right: 1.5rem;
  top: 1rem;
  font-size: 1.5rem;
  line-height: 3rem;
  color: #000;
  opacity: 1;
}
.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}
.btn-primary {
  color: #fff;
  background-color: #ff7a7a;
  border-color: #ff7a7a;
}
.btn-primary:hover {
  color: #fff;
  background-color: #FF3333;
  border-color: #FF3333;
}
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #FF3333;
  border-color: #FF3333;
  box-shadow: 0 0 0 0.2rem rgba(60, 198, 171, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #ff7a7a;
  border-color: #ff7a7a;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #FF3333;
  border-color: #FF3333;
}
.btn-outline-light {
  color: #333;
  font-size: .8rem;
  background: #E4E8EC;
  border-color: #D3D9E0;
}
/*stepwizard*/
.stepwizard-step p {
  margin-top: 5px;
}
.stepwizard-row {
  display: table-row;
}
.stepwizard {
  display: table;
  width: 100%;
  position: relative;
}
.stepwizard-step button[disabled] {
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
}
.stepwizard-row:before {
  top: 14px;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 100%;
  height: 3px;
  background-color: #f5f5f5;
  z-order: 0;
}
.stepwizard-step {
  display: table-cell;
  text-align: center;
  position: relative;
  width: 33%;
}
.btn-circle {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 15px;
}
#profile {
  padding: 5px;
  background-color: #e4e4e4;
  -webkit-box-shadow: 0 0.25rem 0.125rem 0 rgba(0, 0, 0, .05);
  box-shadow: 0 0.25rem 0.125rem 0 rgba(0, 0, 0, .05);
}
/*購物車表格*/
/*供應商區塊*/
.supplier {
  border: 1px solid #e4e4e4;
  margin-bottom: 10px;
  background-color: #fff
}
.table-xs {
  margin-bottom: 0px
}
.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
  padding: 8px;
  line-height: 1.42857143;
  border-top: 1px solid #e4e4e4;
}
/*品牌logo*/
caption img {
  width: 40px;
  margin-left: 5px
}
/*加購表格*/
.table-xs-more {
  font-size: .9em;
  background-color: #232323 !important;
}
.table-xs-more tr {
  background-color: #f4f4f4 !important;
}
.table-xs-more caption {
  padding-left: 10px;
  color: #000;
  background-color: #f4f4f4 !important
}
/*加購表格*/
.table-xs .event {
  color: #000;
  font-size: 12px;
  padding: 2px 10px;
  background: #f4f4f4
}
.table-xs .event:hover {
  background: #fff
}
.thumbnail-s {
  width: 100px
}
td, th {
  display: table-cell;
  vertical-align: inherit;
  vertical-align: middle !important;
}
/*購物車表格tag*/
.table-xs .tag {
  color: #000
}
.table-xs .total-row .tag {
  font-size: 1em
}
.table-xs .tag strong {
  color: #f00
}
/*購物車總計*/
.total-all {
  font-size: 1.15em;
  text-align: center;
  padding: .5em;
  border: 3px solid #f27362;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 10px;
  margin: 0px
}
.total-all span {
  padding: 0px;
  font-weight: bold;
  color: #f00
}
.price {
  color: #dc3545;
  font-weight: bold;
}
/*品牌運費*/
.table-xs .total-row {
  background: #fff;
}
.table-xs .total-row2 {
  background: #fff;
}
h4 {
  margin-top: 20px
}
/*品牌小計*/
.table-xs .total-row3 {
  background: #f4f4f4;
  border: 0px solid #ff7a7a;
  font-size: 1.1em
}
/*購物車表格寬度*/
.set1 {
  width: 200px
}
.set2 {
  width: 350px
}
.set2a {
  width: 280px
}
.set3 {
  width: 250px
}
.set4 {
  width: 100px
}
.set5 {
  width: 80px;
  text-align: center
}
.set6 {
  width: 100px
}
@media (max-width: 1040px) {
  .total-all {
    font-size: 1.2em;
    text-align: center;
    padding: 10px 20px;
    border: 1px solid #ea5371;
    margin: 10px
  }
  .table-xs tr, .table-xs td, .table-xs tbody, .table-xs thead, .table-xs tfoot, .table-xs th {
    display: table;
    width: 100%;
    border-collapse: separate;
    vertical-align: middle;
  }
  .table-xs th {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .table-xs td[title]:before {
    content: attr(title) ": ";
    color: #232323
  }
  .table-xs td:before {
    white-space: nowrap;
    width: 50%;
    display: table-cell;
    text-align: left;
    font-weight: bold;
  }
  .table-xs .fa-lg {
    font-size: 2em;
    margin: 20px;
  }
  .table-xs .item-row td:first-child, .table-xs .item-row td:nth-child(2) {
    border: 0 none;
  }
  .table-xs .item-row td:first-child {
    border: 0 none;
    color: #000
  }
  .table-xs .item-row td:last-child {
    background: #eee;
    border-bottom: 2px solid #232323;
    font-weight: bold;
  }
  .table-xs .item-row td:nth-child(3) {
    text-align: right
  }
  .table-xs-more .item-row td:nth-child(2) {
    text-align: right
  }
  .table-xs .total-row2 {
    background: #fff
  }
  .table-xs .total-row td {
    display: table-cell;
    width: 1%;
    font-weight: bold;
    font-size: 1em;
  }
  .table-xs .total-row2 td:first-child {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .table-xs .total-row3 td:first-child {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .table-xs .total-row td:first-child {
    width: 99%;
  }
  /*品牌小計*/
  .table-xs .total-row3 {
    background: #f4f4f4;
    border: 2px solid #ff7a7a;
    font-size: 1.1em
  }
  .form-group select {
    margin-bottom: 15px;
  }
}
tbody th.title {
  padding-top: .75rem;
  padding-left: 10px;
  padding-bottom: .75rem;
  color: #fff;
  background-color: #666;
  text-align: center;
  font-weight: bold;
  ;
  caption-side: top;
	width: 12%;
}
tbody td.con {
  text-align: center;
}
@media (max-width: 420px) {
tbody td.con {
  text-align: left!important;
}
	}
caption {
    padding-top: 0.75rem;
    padding-left: 10px;
    padding-bottom: 0.75rem;
    color: #fff;
    background-color: #666;
    text-align: left;
    font-weight: bold;
    caption-side: top;
}
.controls {
  padding: 10px;
}
.form-group {
  margin-bottom: 1rem;
}
label {
  display: inline-block;
  margin-bottom: 0.5rem;
  font-weight: bold
}
.lead {
  font-size: .9rem;
  font-weight: 300;
}
.has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.checkbox label, .has-error.checkbox-inline label, .has-error.radio label, .has-error.radio-inline label {
  color: #ff7a7a;
}
.has-error .form-control {
  border-color: #ff7a7a;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.thumb-xs {
  width: 80px
}
.alert-alert {
  background: #ff0000;
  color: #fff
}
.mytooltip {
  display: inline;
  position: relative;
  z-index: 999
}
.mytooltip .tooltip-item {
  background: #fff;
  cursor: pointer;
  display: inline-block;
  font-weight: 500;
  padding: 0 4px;
  font-size: .8rem
}
.mytooltip .tooltip-content {
  position: absolute;
  z-index: 9999;
  width: 300px;
  left: 50%;
  margin: 0 0 10px -150px;
  bottom: 100%;
  text-align: left;
  font-size: 14px;
  line-height: 30px;
  -webkit-box-shadow: -5px -5px 15px rgba(48, 54, 61, 0.2);
  box-shadow: -5px -5px 15px rgba(48, 54, 61, 0.2);
  background: #2b2b2b;
  padding: 10px;
  opacity: 0;
  cursor: default;
  pointer-events: none
}
.mytooltip .tooltip-content::after {
  content: '';
  top: 100%;
  left: 50%;
  border: solid transparent;
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: #2a3035 transparent transparent;
  border-width: 10px;
  margin-left: -10px
}
.mytooltip .tooltip-content img {
  position: relative;
  height: 140px;
  display: block;
  float: left;
  margin-right: 1em
}
.mytooltip .tooltip-item::after {
  content: '';
  position: absolute;
  width: 300px;
  height: 20px;
  bottom: 100%;
  left: 50%;
  pointer-events: none;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%)
}
.mytooltip:hover .tooltip-item::after {
  pointer-events: auto
}
.mytooltip:hover .tooltip-content {
  pointer-events: auto;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0) rotate3d(0, 0, 0, 0deg);
  transform: translate3d(0, 0, 0) rotate3d(0, 0, 0, 0deg)
}
.mytooltip:hover .tooltip-content2 {
  opacity: 1;
  font-size: 18px
}
.mytooltip .tooltip-text {
  font-size: 14px;
  line-height: 24px;
  display: block;
  padding: 0;
  color: #fff
}
/*404*/
.error-page-wrap {
  width: 310px;
  height: 310px;
  margin: 155px auto;
}
.error-page-wrap:before {
  box-shadow: 0 0 200px 150px #fff;
  width: 310px;
  height: 310px;
  border-radius: 50%;
  position: relative;
  z-index: -1;
  content: '';
  display: block;
}
.error-page {
  width: 310px;
  height: 310px;
  border-radius: 50%;
  top: -310px;
  position: relative;
  text-align: center;
  background: #d36242;
  background: -moz-linear-gradient(top, #d36242 0%, darkred 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d36242), color-stop(100%, darkred));
  background: -webkit-linear-gradient(top, #d36242 0%, darkred 100%);
  background: -o-linear-gradient(top, #d36242 0%, darkred 100%);
  background: -ms-linear-gradient(top, #d36242 0%, darkred 100%);
  background: linear-gradient(to bottom, #d36242 0%, darkred 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$firstColor', endColorstr='$secondColor', GradientType=0);
}
.error-page:before {
  width: 63px;
  height: 63px;
  border-radius: 50%;
  box-shadow: 3px 25px 0 5px #C95439;
  content: '';
  z-index: -1;
  display: block;
  position: relative;
  top: -19px;
  left: 44px;
}
.error-page:after {
  width: 310px;
  height: 17px;
  margin: 0 auto;
  top: 25px;
  content: '';
  z-index: -1;
  display: block;
  position: relative;
  background: -moz-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.65) 0%, rgba(35, 26, 26, 0) 59%, rgba(60, 44, 44, 0) 100%);
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(0, 0, 0, 0.65)), color-stop(59%, rgba(35, 26, 26, 0)), color-stop(100%, rgba(60, 44, 44, 0)));
  background: -webkit-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.65) 0%, rgba(35, 26, 26, 0) 59%, rgba(60, 44, 44, 0) 100%);
  background: -o-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.65) 0%, rgba(35, 26, 26, 0) 59%, rgba(60, 44, 44, 0) 100%);
  background: -ms-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.65) 0%, rgba(35, 26, 26, 0) 59%, rgba(60, 44, 44, 0) 100%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.65) 0%, rgba(35, 26, 26, 0) 59%, rgba(60, 44, 44, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#003c2c2c', GradientType=1);
}
.error-page h1 {
  color: rgba(255, 255, 255, 0.94);
  font-size: 100px;
  margin: 0px auto 0 auto;
  text-shadow: 0px 0 7px rgba(0, 0, 0, 0.5);
}
.error-page h1:before {
  width: 260px;
  height: 1px;
  position: relative;
  margin: 0 auto;
  top: 70px;
  content: '';
  display: block;
  background: -moz-radial-gradient(center, ellipse cover, rgba(111, 25, 25, 0.65) 0%, rgba(75, 38, 38, 0) 70%, rgba(60, 44, 44, 0) 100%);
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(111, 25, 25, 0.65)), color-stop(70%, rgba(75, 38, 38, 0)), color-stop(100%, rgba(60, 44, 44, 0)));
  background: -webkit-radial-gradient(center, ellipse cover, rgba(111, 25, 25, 0.65) 0%, rgba(75, 38, 38, 0) 70%, rgba(60, 44, 44, 0) 100%);
  background: -o-radial-gradient(center, ellipse cover, rgba(111, 25, 25, 0.65) 0%, rgba(75, 38, 38, 0) 70%, rgba(60, 44, 44, 0) 100%);
  background: -ms-radial-gradient(center, ellipse cover, rgba(111, 25, 25, 0.65) 0%, rgba(75, 38, 38, 0) 70%, rgba(60, 44, 44, 0) 100%);
  background: radial-gradient(ellipse at center, rgba(111, 25, 25, 0.65) 0%, rgba(75, 38, 38, 0) 70%, rgba(60, 44, 44, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a66f1919', endColorstr='#003c2c2c', GradientType=1);
}
.error-page h1:after {
  width: 260px;
  height: 1px;
  content: '';
  display: block;
  opacity: 0.2;
  margin: 0 auto;
  top: 50px;
  position: relative;
  background: -moz-radial-gradient(center, ellipse cover, rgba(247, 173, 148, 0.65) 0%, rgba(255, 255, 255, 0.01) 99%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(247, 173, 148, 0.65)), color-stop(99%, rgba(255, 255, 255, 0.01)), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -webkit-radial-gradient(center, ellipse cover, rgba(247, 173, 148, 0.65) 0%, rgba(255, 255, 255, 0.01) 99%, rgba(255, 255, 255, 0) 100%);
  background: -o-radial-gradient(center, ellipse cover, rgba(247, 173, 148, 0.65) 0%, rgba(255, 255, 255, 0.01) 99%, rgba(255, 255, 255, 0) 100%);
  background: -ms-radial-gradient(center, ellipse cover, rgba(247, 173, 148, 0.65) 0%, rgba(255, 255, 255, 0.01) 99%, rgba(255, 255, 255, 0) 100%);
  background: radial-gradient(ellipse at center, rgba(247, 173, 148, 0.65) 0%, rgba(255, 255, 255, 0.01) 99%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6f7ad94', endColorstr='#00ffffff', GradientType=1);
}
.error-page h2 {
  margin: 20px 0 30px 0;
  font-size: 17px;
  color: #fff
}
.error-page h2:before {
  width: 130px;
  height: 1px;
  position: relative;
  margin: 0 auto;
  top: 31px;
  content: '';
  display: block;
  background: -moz-radial-gradient(center, ellipse cover, rgba(111, 25, 25, 0.65) 0%, rgba(75, 38, 38, 0) 70%, rgba(60, 44, 44, 0) 100%);
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(111, 25, 25, 0.65)), color-stop(70%, rgba(75, 38, 38, 0)), color-stop(100%, rgba(60, 44, 44, 0)));
  background: -webkit-radial-gradient(center, ellipse cover, rgba(111, 25, 25, 0.65) 0%, rgba(75, 38, 38, 0) 70%, rgba(60, 44, 44, 0) 100%);
  background: -o-radial-gradient(center, ellipse cover, rgba(111, 25, 25, 0.65) 0%, rgba(75, 38, 38, 0) 70%, rgba(60, 44, 44, 0) 100%);
  background: -ms-radial-gradient(center, ellipse cover, rgba(111, 25, 25, 0.65) 0%, rgba(75, 38, 38, 0) 70%, rgba(60, 44, 44, 0) 100%);
  background: radial-gradient(ellipse at center, rgba(111, 25, 25, 0.65) 0%, rgba(75, 38, 38, 0) 70%, rgba(60, 44, 44, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a66f1919', endColorstr='#003c2c2c', GradientType=1);
}
.error-page h2:after {
  width: 130px;
  height: 1px;
  content: '';
  display: block;
  opacity: 0.2;
  margin: 0 auto;
  top: 11px;
  position: relative;
  background: -moz-radial-gradient(center, ellipse cover, rgba(247, 173, 148, 0.65) 0%, rgba(255, 255, 255, 0.01) 99%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(247, 173, 148, 0.65)), color-stop(99%, rgba(255, 255, 255, 0.01)), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -webkit-radial-gradient(center, ellipse cover, rgba(247, 173, 148, 0.65) 0%, rgba(255, 255, 255, 0.01) 99%, rgba(255, 255, 255, 0) 100%);
  background: -o-radial-gradient(center, ellipse cover, rgba(247, 173, 148, 0.65) 0%, rgba(255, 255, 255, 0.01) 99%, rgba(255, 255, 255, 0) 100%);
  background: -ms-radial-gradient(center, ellipse cover, rgba(247, 173, 148, 0.65) 0%, rgba(255, 255, 255, 0.01) 99%, rgba(255, 255, 255, 0) 100%);
  background: radial-gradient(ellipse at center, rgba(247, 173, 148, 0.65) 0%, rgba(255, 255, 255, 0.01) 99%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6f7ad94', endColorstr='#00ffffff', GradientType=1);
}
.error-back {
  text-decoration: none;
  color: #430400;
  font-size: 15px;
}
.error-back:hover {
  color: #EB957D;
  text-shadow: 0 0 3px black;
}

/*贈品*/
@media only screen and (max-width: 800px) {
 .giveaway>.custom-control-inline {
    display: block!important;
 
}
	
	.blue .w-25{width:100%!important}
}

/*20200707*/
.list .btn{margin-bottom:5px}

/*20210308*/
.giveaway2 input:checked + label {
  color: red;
	
}
.box p{margin-bottom:0px;margin-top:10px}
.box .bg-warning{background-color: #FFFF92!important}
.box{
      
        padding: 15px;
        display: block;
        margin-top: 0px;
    }
    .red{ background: #ffeded; }
    .green{ background: #e8fffd; }
    .blue{ background: #e2f3ff; }

.newsletter-subscribe {
  color:#313437;
  background-color:#fff;
  padding:20px 0;
}

.newsletter-subscribe p {
  color:#000;
  line-height:2rem;font-weight: bold
}

.newsletter-subscribe h2 {
  font-size:24px;
  font-weight:bold;
  margin-bottom:0px;
  line-height:1.5;
  padding-top:0;
  margin-top:0;
  color:inherit;
}

.newsletter-subscribe .intro {
  font-size:18px;
  max-width:500px;
  margin:0 auto 0px;
}

.newsletter-subscribe .intro p {
  margin-bottom:15px;
}

.newsletter-subscribe form {
  justify-content:center;
}

.newsletter-subscribe form .form-control {
  background:#eff1f4;
  
  border-radius:3px;
  box-shadow:none;
  outline:none;
  color:inherit;
  text-indent:9px;
  height:45px;
  margin-right:10px;
  width:150px;
}

.newsletter-subscribe form .btn {
  padding:10px 22px;
  border:none;
  background:none;
  box-shadow:none;
  text-shadow:none;
  opacity:0.9;
  text-transform:uppercase;
  font-weight:bold;
  font-size:13px;
  letter-spacing:0.4px;
  line-height:1;
}

.newsletter-subscribe form .btn:hover {
  opacity:1;
}

.newsletter-subscribe form .btn:active {
  transform:translateY(1px);
}

.newsletter-subscribe form .btn-primary {
  background-color:#055ada !important;
	font-size: 1.5rem;
  color:#fff;
  outline:none !important;
}

		.text-primary {
    color: #0084FF !important;
}

#Top {
  display: none;
  position: absolute;
  z-index: 9999;
}
.scrollToTop {
  bottom: 105px;
  /*display: none;*/
  font-size: 32px;
  font-weight: bold;
  height: 50px;
  /*position: fixed;*/
  right: 45px;
  text-align: center;
  text-decoration: none;
  width: 50px;
  color: #000;
  background-color: #fcc433;
  -webkit-border-top-left-radius: 30px;
  -webkit-border-top-right-radius: 30px;
  -moz-border-radius-topleft: 30px;
  -moz-border-radius-topright: 30px;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  /*background-color: rgba(0, 0, 0, 0.1);*/
  padding: 0px 14px 0px 14px;
  /*border: 1px solid #3276b1;*/
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s
}
.scrollToTop:hover, .scrollToTop:focus {
  text-decoration: none;
  outline: none;
  color: #000; /*e17342*/ /*border: 1px solid #0088cc;*/
}
#ad {
  position: fixed;
	right: 30px;
  bottom: 5%;
  z-index: 9999999;
}
#act {
	color: #fff;
    margin-bottom:35px;
  width: 60px;
  height: 60px;
	border-radius: 50%;
	background-color: #a21b21;
}

#close_ad {
  font-size: 16px;
  color: #000;
  text-decoration: none;
	margin-top: -30px;width: 60px;
}
#ad_link {
  margin: 6px;
  /*background-color: #fcc433;*/
  padding: 6px;
}