/*共通
----------------------------------------------*/
/*.whitebg{
  background: #f00;
  float: none;
  width: auto;
  max-width: 50%;
  margin: 0 auto;
}*/
.rowarea{
  padding:20px 0;  
}
.area{
  padding: 45px 0;
}
.rightlink{
  color:#fff;
}
.topmenu{/*MENU*/
  background: #f2ff00;/*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: 4px 0;
}
.search #submit_Btn{
  padding: 6px 6px;
}

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

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

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

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

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


.typesytle{
  padding: 5px 5px;
}

.item{
  padding: 5px 5px;
}

.item:hover{
  box-shadow: 0px 0px 12px #dadada;
  -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: 0.95em;
  text-align:center;
  line-height: 1.3em;
  letter-spacing: 0px;
}
.item .itemname{
  margin: 25px 0 0 0;
   height: 75px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
}
.item .itemmoney{
  color: #666;
  margin: 15px 0 0 0;
}
.item .itemlink{
  padding: 13px 0;
  float: left;
  width: 100%;
  text-align: center;
  background: #f00;
  border-radius: 50px;
  margin: 15px 0;
  color: #fff;
  letter-spacing: 0px;
}

.item .itemlink{
  width: 110px;
  background: #f00;
  margin: 10px auto;
  float:none;
}

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

.idealez{
  padding-bottom:5%; 
}


/*-------------------------------------------------*/
.swipeword{
  margin: 0 auto;
  width: 100%;
  z-index: 2;
  float: none;
  position: absolute;
  top:-1%;
}

.swipecon{
  margin: 0 auto;
  width: 100%;
  /*max-width: 1300px;*/
  float: none;
  position: relative;
  padding:40px 33% 0 0;
  color: #fff;
  text-align: center;
}
.swipecon img{
  transform: scale(0.7);
}

.swipecon-sub{
  margin: 0 auto;
  width: 100%;
  max-width: 900px;
  float: none;
  position: relative;
  padding: 30px 30px;
  color: #fff;
  text-align: center;
}

.swipecon h1{
  font-size: 2em;
  font-weight: bold;
  margin: 5% 0 5% 0 ;
  line-height: 1em;
}


.swipecon p{
  font-size: 1em;
  line-height: 1.3em;
  font-weight: normal;
  margin: 0 0 10% 0 ;
}


/*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: #f2ff00;
  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;
}

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

.toptool .social{
  padding:0px 5px 0 0;
  width:42px;
}

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


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

}

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

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


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

}

.note a{
  color: #870000;
}

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

.nomobile{
  display: none;
}


@media only screen and (min-width: 430px) {
  
  .banner{
    height: 400px;
  }

   .swipeword{
    margin: 0 auto;
    width: 100%;
    z-index: 2;
    float: none;
    position: absolute;
    top:15%;
  }


}

@media only screen and (min-width: 520px) {
  
  .banner{
    height: 380px;
  }

   .swipeword{
    margin: 0 auto;
    width: 100%;
    z-index: 2;
    float: none;
    position: absolute;
    top:15%;
  }

  .swipecon{
 
    padding:10px 40% 0 0;
  }


}

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

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

}



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



  .topmenu{
    padding:0px 0;
  }
  .logo{
    max-width: 250px;
  }
  .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: 600px; 
    object-position: center 0;
  }

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

  .typesytle{
    padding: 5px 10px;
  }

  .maintitle:before,.maintitle:after{
    content: "";
    width: 28%;
    height: 8px;
    background: #f00;
    position: absolute;
    z-index: -1;
  }

  .swipecon{
    text-align: left;
    padding:0px 13%;
  }

  .swipeconsec{
    text-align: right;
  }

  .swipecon img{
    transform: scale(1);
  }











}


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

  .noweb{
    display: none!important;
  }
  .nomobile{
  display: block;
}

.search .input{
    max-width: 115px;
  }

}



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

