/*共通
----------------------------------------------*/

.rowarea{
  padding:0px 0;  
   background: #f4f1ec;
}


.area{
  padding: 45px 0;
}
.rightlink{
  color:#fff;
}
.topmenu{/*MENU*/
  background: #d60039;/*29a9e0*/
  padding:0px 0;
  position: relative;
  /*position: sticky;
  position: -webkit-sticky;*/
  z-index: 2;
  /*border-bottom:1px solid #ccc;*/
  top:0px;
  box-shadow: 0 0px 1px #666;
}
.logo{
  overflow: hidden;
  max-width: 340px;
}
.search input{
  padding: 6px 15px;
  border-radius: 5px;
  border:0px; 
  max-width: 115px;
  float: left;
  margin: 5px 0;
}
.search #submit_Btn{
  padding: 6px 6px;
}

.search .input{
  width: 90%;
  max-width: unset;
}

.flexy-menu .flex{
  align-items: center;
  display: flex;
}

.flexy-menu .flex img{
  margin: 0 10px 0 0;
}

/*分類區塊-----------------------------------------*/

.cataarea{
  padding: 3.5% 0 0 0;
}

.catagories .sincata:nth-child(even) .itemname{
  background:#d60039;
}
.cata{
  padding: 0 0 20px 0px;
  /*background-color: #f00;*/
}

.cata a:hover{
  /*box-shadow: 3px 3px 8px #565656;
  -o-transition:color .3s linear,box-shadow .3s linear,border .15s linear;
  -webkit-transition:color .3s linear,box-shadow .3s linear,border .15s linear;
  -moz-transition:color .3s linear,box-shadow .3s linear,border .15s linear;
  transition:color .3s linear,box-shadow .3s linear,border .15s linear;*/
}

.cata a{
  padding: 0px 0;
  text-align: center;
  letter-spacing: 0px;
  color: #fff;
  /*box-shadow: 3px 3px 8px #565656;*/
  box-shadow: none;
}

.cata .itemname{
  font-size: 1.1em;
  text-align:center;
  line-height: 1.3em;
  letter-spacing: 0px;
  background:#d60039; 
  text-align: center;
  padding: 15px 0;
  font-weight: bold;
  margin: 15px 0 0 0;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.circle{
  border-radius:110px;
  overflow: hidden;
}

/*商品區塊
*--------------------------------------------------*/

.banner{
  object-fit: cover;
  width: 100%;
  height: 220px;
  object-position: center 0;
}
/*///*/
.maintitle{
  /*background: #f00;*/
  margin: 20px 0 30px 0;
  padding: 10px 15px;
  color: #339966;
  font-size: 1.5em;
  letter-spacing: 0px;
  line-height: 1.5em;
}
.maintitle p{
  color: #666;
  font-style: italic;
}
/*.maintitle:before,.maintitle:after{
  content: "";
  width: 28%;
  height: 8px;
  background: #f00;
  position: absolute;
}*/

.maintitle:before{
  left: 0;
  top:80px;
}

.maintitle:after{
  right: 0;
  top:80px;
}


.typesytle{
  padding: 5px 5px;
}

.item{
  padding: 0px 0px;
  margin: 5px 0 20px 0;
}

.item:hover{
  box-shadow: 0px 0px 12px #bbbbbb;
  -o-transition:color .3s linear,box-shadow .3s linear,border .15s linear;
  -webkit-transition:color .3s linear,box-shadow .3s linear,border .15s linear;
  -moz-transition:color .3s linear,box-shadow .3s linear,border .15s linear;
  transition:color .3s linear,box-shadow .3s linear,border .15s linear;
}

.item .itemname,.item .itemmoney{
  font-size: 1em;
  text-align:center;
  line-height: 1.3em;
  letter-spacing: 0px;
}
.item .itemname{
  margin: 10px 0 0 0;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.item .itemmoney{
  color: #fff;
  margin: 15px 0 0 0;
}
.item .itemlink{
  padding: 13px 0;
  float: left;
  width: 100%;
  text-align: center;
  background: #339966;
  border-radius: 50px;
  margin: 15px 0;
  color: #fff;
  letter-spacing: 0px;
  display: flex;
    align-items: center;
    justify-content: center;
}

.item .itemlink{
  width: 120px;
 /* background: #f00;*/
  margin: 0 auto;
  float:none;
}

.allarea{
  background: #d60039;
  padding: 15px 10px;
  color: #fff;
  margin:-5px 0 0 0;
}

.free{
  min-height: 46px;
}

.idealez iframe{
  width: 100%;
  float: left;
  height: 390px;
}

.idealez{
  padding-bottom:5%; 
}


.goarrow{
  width: 0px;
  overflow: hidden;
  margin: 0 0 0 5px;
}


@-webkit-keyframes grow {
  0%   { width: 0; }
  100% { width: 15px; }
}
@-moz-keyframes grow {
  0%   { width: 0; }
  100% { width: 15px; }
}
@-o-keyframes grow {
  0%   { width: 0; }
  100% { width: 15px; }
}
@keyframes grow {
  0%   { width: 0; }
  100% { width: 15px; }
}


/*.item .itemlink:hover {
  width: 120px;
  transition:width .3s linear;
}*/

.item .itemlink:hover .goarrow{

  -webkit-animation: grow .2s forwards; /* Safari 4+ */
  -moz-animation:    grow .2s forwards; /* Fx 5+ */
  -o-animation:      grow .2s forwards; /* Opera 12+ */
  animation:         grow .2s forwards; /* IE 10+, Fx 29+ */
}

/*footer
---------------------------------------------------*/
/*
.notice{
  background: #f2ff00;
  color: #f8b62d;
  padding: 20px 0;
}

.noticesin{
  margin: 10px 0;
}

.noticesin a{
  color: #f39800;
}

.noticesin:first-child{
  min-width: 180px;
  padding: 10px 5px;
  text-align:  right;
}

.notice img{
  margin: 0 15px ;
}

.notice p{
  line-height: 22px;
}*/
/**/
.footer{
  background: #e5e5e5;
  padding: 25px 0 0px 0;
  color: #232323;
}

.footerlistbe{
  max-width: 1100px;
  margin: 0 auto;
  float: none;
  font-size: 1.1em;
}
.footerlink{
  margin: 5px 0;
  font-size: 14px;
  border-right:1px solid #c9caca;
}
.footerlink a{
  color: #c9caca;
  padding:4px 10px;
  float: left;
  /*font-family:Baskerville Bold;/*"Ubuntu"sans-serif*/
  font-size: 1em; 
  /*font-weight: bold;*/
  letter-spacing: 0px;
}

.footerlink a:hover{
  color: #fff;
  cursor: pointer;
}

.footer p{
  line-height: 21px;
  font-size: 14px;
  margin: 15px 0; 
  letter-spacing: 1px;
}

.social{
  padding: 5px 8px 5px 0;
}


.note a{
  color: #870000;
}

.note .flex{
  align-items: center;
  flex-wrap: unset;
}


.social{
  padding:0px 15px 0 0;
  width:56px;
}

.social a{
  color: #d60039;
  border-radius: 50px;
  border:1px solid #d60039;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height:2.2em;
  font-size: 1.5em;
  padding: 0px 0px;
  float: left;
}


.social a:hover{
  color: #fff;
  border-radius: 50px;
  background: #d60039;

}


@media only screen and (min-width: 600px) {

  

}

@media (min-width: 640px) and (max-width: 999px) {

  .maintitle:before,.maintitle:after{
    content: "";
    width: 10%;
    height: 8px;
    background: #111;
    position: absolute;
  }

}



@media screen and (min-width: 1000px){

  .rowarea{
    padding:20px 0;  
    background: #f4f1ec;
  }

  .topmenu{
    padding:0px 0;
  }
  .logo{
    max-width: 270px;
  }
  .topmenu .contentword{
    width: 95%;
    /*max-width: 1400px;*/
  }


  .footerlink a{
    padding:3px 10px;
    /*font-family:Baskerville Bold;/*"Ubuntu"sans-serif*/
  }

  .noticesin:first-child{
    text-align:  right;
  }

  .banner{
    object-fit: cover;
    width: 100%;
    height: 400px;
  }

  .item .itemname,.item .itemmoney{
    font-size: 1.15em;
  }

  .typesytle{
    padding: 5px 15px;
  }

  .maintitle:before,.maintitle:after{
    content: "";
    width: 30%;
    height: 6px;
    background: #111;
    position: absolute;
  }





}

@media screen and (min-width: 1200px){
.search .input{
    max-width: 115px;
  }
}

.circle{
  border-radius:110px;
  overflow: hidden;
 
}

@media screen and (min-width: 1500px){
  .banner{
    object-fit: cover;
    width: 100%;
    height: 500px;
  }


   .item .itemname,.item .itemmoney{
    font-size: 1.26em;
  }



}