@charset "utf-8";
/* CSS Document */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video  {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  font-family: DINCondensedBold, "微軟正黑體", "Microsoft JhengHei";
}

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
  display: block;
}

ul,
li,
ol {
  list-style: none;
}
button{
	cursor: pointer;
}
button,input{
	border: none;
	outline: none;
}


html {
  width: 100%;
  height: 100%;
  -ms-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -o-text-size-adjust: none;
}

body {
  margin: 0;
  padding: 0;
  width: 100%;
  font-family: DINCondensedBold, "微軟正黑體", "Microsoft JhengHei";
}

a:link,
a:visited,
a:hover {
  text-decoration: none;
  outline: none;
  font-size: 17px;
}

img,
input {
  width: 100%;
  vertical-align: middle;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.clicked{
	color: red!important;
	background:red!important;
	}
.clicked2{
	color: red!important;
	border-bottom: 2px solid red!important;
	}
.newcdt{
	display: block;
	overflow: hidden;
}
.slidefocus li{
	background: #9c9c9c;
}
.cdtion{
	text-align: center;
	border-left: 1px solid rgba(242,242,242,1.00);
	border-top: 1px solid rgba(242,242,242,1.00);
	padding: 8px 3px;
	font-size: 20px;
	font-weight: 600;
	height: 50px;
	line-height: 1.6;
}
.box-center{
	display: flex;
	justify-content: center;
}

/*color*/
.bagd{
	background: #ddd;
}

/*seachbox*/

.seachbox{
	width: 100%;
	position: fixed;
    top: 0;
    z-index: 1000;
	border-bottom: 1px solid #dadada;
    margin: 0px auto;
	background: #F50C10;
}
.topation{
	overflow: hidden;
	width: 100%;
	float: right;
	display: none;
}
.topation .tpa-r{
	width: 120px;
	padding-top: 5px;
	float: right;
	text-align: center;
}
.topation > .tpa-r:nth-child(2){
	border-right: 1px solid #ff8080;
}
.tpa-r a{
	color: #fff;
}
.topseach{
	width: 100%;
	padding: 5px 0;
}

.topseach .logo{
	width: 25%;
	float: left;
}
.logo img{
	width: 90px;
	margin-left: 5px;
}

.logo2 img{
	width: 45px;
	margin:7px 12px;
	float: right;
}
.logo2{
	overflow: hidden;
	float: left;
	width: 20%;
}
.topseach .seach{
	float: left;
	width: 60%;
	margin-top: 13px;
}
.topseach .notopt{
	width: 15%;
	float: left;
	display: none;
}
.topseach .sm-not{
	width: 17%;
	float: right;
	display: block;
}

.sch-txt input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: red;
	font-size: 20px;
	font-weight: 600;
}
.sch-txt input::-moz-placeholder { /* Firefox 19+ */
  color: red;
	font-size: 20px;
	font-weight: 600;
}
.sch-txt input:-ms-input-placeholder { /* IE 10+ */
  color: red;
	font-size: 20px;
	font-weight: 600;
}
.sch-txt input:-moz-placeholder { /* Firefox 18- */
  color: red;
	font-size: 20px;
	font-weight: 600;
}
.seach-input input::-webkit-input-placeholder { /* Chrome/Opera/Safari */  
	font-size: 17px;
	font-weight: 600;
	padding-left: 0;
	
}
.seach-input input::-moz-placeholder { /* Firefox 19+ */
	font-size: 20px;
	font-weight: 600;
	padding-top: 8px;
	margin-left: -10px;
}
.seach-input input:-ms-input-placeholder { /* IE 10+ */
	font-size: 20px;
	font-weight: 600;
	padding-top: 8px;
	margin-left: -10px;
}
.seach-input input:-moz-placeholder { /* Firefox 18- */
	font-size: 20px;
	font-weight: 600;
	padding-top: 8px;
	margin-left: -10px;
}

.fdtx{
	width: 100%;
	height: 36px;
	overflow: hidden;
}
.fdtx li{
	float: left;
	margin-right: 1em;
	max-width: 74px;
	overflow: hidden;
	white-space: nowrap;
}
@media only screen and (max-width: 1200px){
	.fdtx{
		height: 27px;
	}
	.fdtx li{
		max-width: 60px;
	}
}
.fdtx li a{
	font-size: 12px;
	color: #fff;
}

.sm-not .nopt-r img{
	width: 40px;
	margin-left: 8px;
	margin-top: 10px;
}
.sch-txt input{
	width: 100%;
}
.sch-txt{
	position: relative;
}


/*index*/
.img-100{
	width: 100%!important;
}
.pl-0{
	padding-left: 0!important;
}
.banout{
	display: flow-root;
	margin: 5px 0;
}
.banfo li{
	width: 50%!important;
	float: left;
}
.caption a.line-through{
	color: #adadad;
	text-align: left;
	font-size: 20px;
	font-weight: 600;
	text-decoration: line-through!important;
}
/*footer*/
.fotr-bottom {
	overflow: hidden;
    padding: 2em 8em;
    background: #D7083B;
    border: 1px solid #D7083B;
    text-align: left;
	display: none;
	width:100%;
}
.fotr-bottom-copyright {
	width:90%;
	text-align:right;
	color: #FFFFFF;
	font-size: 14px;
}
.fotr-project {
	overflow: hidden;
    padding: 2em 8em;
    background: #D7083B;
    text-align: left;
	display: none;
	width:100%;
}
.prjt-masg{
	float: left;
	width: 16.66666667%;
}

.prjt-masg .prjt-masg-span {
    color: #fff;
	width: 100%;
	font-size : 18px;
	font-weight:bold;
}

.prjt-masg li {
    color: #fff;
    margin-bottom: 5px;
}
.prjt-masg li a{
	color: #fff;
	font-size : 14px;
}
.under{
  position: fixed;
  bottom: 0px;
  width: 100%;
  z-index: 999;
  background: #D7083B;
}

.under li {
    width: 20%;
    padding: 5px 5px;
    background: #D7083B;
    border-top: 1px solid #D7083B;
    float: left;
    text-align: center;
}

.under li i {
    display: block;
    font-size: 14px !important;
}
.under a{
	color: #000!important;
	 font-size: 14px !important;
	white-space: nowrap;
} 
.under img{
	width: 30px;
}

@media only screen 
    and (device-width : 375px) 
    and (device-height : 812px) 
    and (-webkit-device-pixel-ratio : 3) {
			.under li{
				padding: 10px 5px;
			}
		 }
@media only screen and (max-width: 480px){
	
	.cdtion{
		font-size: 15px;
		height: 30px;
		line-height: .9;
	}
	.container-search{
		padding-top: 4em!important;
	}
}	
@media only screen and (min-width: 640px) {

/*seachbox*/
	.topation{
		display: block;
	}
	.topseach .sm-not{
	display: none;
	}
	.nopt-r{
	width: 180px;
	float: right;
	}
	
	.fdtx li{
	float: left;
	margin-right: 1em;
	padding: 6px 0;
}
.fdtx li a{
	font-size: 15px;
}
	
	
	.notopt .nopt-r img{
		width: 30px;
		margin-left: 10px;
	}
	.topseach .logo{
		width: 20%;
		margin-top: 15px;
	}
	.topseach .seach {
		width: 55%;
		margin-top: 17px;
	}
	.topseach .notopt{
		width: 20%;
		margin-top: 23px;
		display: block;
	}
	.nopt-r li{
		float: left!important;
	}
	.logo img {
    width: 150px;
	}
	
	
	.sch-txt input{
	width: 100%;
	height: 45px;
	}

	.under{
		display: none;
	}
	
	.container-search{
		padding-top: 9em!important;
	}
}
@media (min-width: 640px) and (max-width: 1024px){
	.under{
        display: block;
      }
	.under li a {
		font-size: 16px;
	}
	.under img{
		width: 35px;
	}
}
@media (min-width: 768px) and (max-width: 1024px){
	
	.under span {
		font-size: 16px;
	}
	.under img{
		width: 35px!important;
	}
}

@media only screen and (min-width: 1025px) {
	
/*seachbox*/
	.con-mlr{
	width: 77% !important;
	margin: 0 auto;
	}
	
	.nopt-r{
	width: 210px;
	float: right;
	}
	
	.notopt .nopt-r img{
		width: 30px;
		margin-left: 1em;
	}
	.topseach .logo{
		width: 25%;
		margin-top: 8px;
	}
	.topseach .seach {
		width: 50%;
	}
	.topseach .notopt{
		width: 25%;
		margin-top: 23px;
	}
	.logo img {
    width: 200px;
	}
	
	
/*footer*/
	.fotr-bottom{
		display: block;
	}
	.fotr-project{
		display: block;
	}
}

@media only screen and (min-width: 1260px) {
	
/*seachbox*/
	.nopt-r{
		width: 270px;
	}
	
	.notopt .nopt-r img{
		width: 40px;
		margin-left: 21px;
	}
	.topseach .logo{
		margin-top: 0px;
	}
	
	.topseach .notopt{
		margin-top: 17px;
	}
	.logo img {
    	width: 260px;
	}
}

@media only screen and (min-width: 1600px) {
	
/*seachbox*/
	.nopt-r{
		width: 280px;
	}
	
	.notopt .nopt-r img{
		width: 40px;
		margin-left: 25px;
	}
	
	.topseach .logo{
		width: 20%;
	}
	.topseach .seach {
		width: 60%;
	}
	.topseach .notopt{
		width: 20%;
	}
	
}


/* -------------------------------- */
.evaWrap{
	font-family: "Microsoft JhengHei";
	padding: 10px 0;
	margin: 0 20px;
	display: flex;
    justify-content: center;
    align-items: center;
}
.evaScore{
	font-weight: bold;
	font-size: 9em;
	color: red;
	display: inline-block;
}
.eva-left{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.eva-left img{
	width: 150px;
	margin-top: 15px;
}
.eva-right{
	display: inline-block;
	vertical-align: top;
	width: 85%;
	margin-left: 30px;
}
.userImgName{
	display: inline-block;
	margin-bottom: 5px;
}
.userImgName .selfImg{
	width: 22px !important;
	height: 22px !important;
	background-size: cover;
	background-image: url("../fimg/selfImg.png");
	float: left;
}
.userImgName h4{
	float: left;
	font-weight: bold;
	font-size: 18px;
	margin-left: 10px;
}
.productDetail{
	width: 100%;
}
.productImg{
	width: 65px;
	height: 65px;
	background-size: cover;
	background-image: url("../fimg/product.png");
	display: inline-block;
}
.productD-right{
	display: inline-block;
	vertical-align: top;
	padding-top: 10px;
	margin-left: 10px;
	color: rgb(102, 102, 102);
	font-weight: bold;
	font-size: 18px;
}
.productD-right h5{
	margin-bottom: 10px;
}
/* starNav */

.starNav {
    font-family: "Microsoft JhengHei";
    font-weight: bold;
    display: inline-block;
    width: 100%;
}

.starNav ul {
    margin-top: 5px;
    margin-left: 10px;
}

.starNav ul li {
    display: inline-block;
    color: rgb(102, 102, 102);
    padding: 10px 0;
}

.starNav ul .navLine {
    font-weight: 100;
    font-size: 30px;
    margin: 0 2%;
}

.starNav ul li a {
    color: rgb(102, 102, 102);
    transition: .3s;
}

.starNav ul li a:hover {
    color: red;
}

.starNav ul li a.a-active {
    color: red;
}

@media screen and (max-width: 1025px) {
    .starNav {
        width: 100%;
        display: block;
        text-align: center;
    }
    .starNav ul {
        margin-top: auto;
        margin-left: auto;
    }
    .starNav ul li:first-child {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    .swiper-container.m-starNav {
        border-bottom: 1px solid rgb(221, 221, 221);
    }
    .swiper-slide.c {
        font-family: "Microsoft JhengHei";
        text-align: center;
        font-size: 18px;
        background: #fff;
        border-right: 1px solid rgb(221, 221, 221);
        padding: 20px 0;
        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }
    .swiper-slide.c a {
        text-decoration: none;
        color: rgb(102, 102, 102);
    }
    .swiper-slide.c a.m-a-active {
        color: #fff;
    }
    .swiper-slide.c.m-a-active-bg {
        background-color: red;
    }
    .swiper-slide.c.s-m-a-active-bg {
        background-color: rgb(62, 123, 151);
    }
}

@media screen and (max-width: 414px) {
    .swiper-slide.c {
        font-size: 15px;
        padding: 15px 0;
    }
}

@media screen and (max-width: 320px) {
    .swiper-slide.c {
        font-size: 13px;
    }
}

/* average score */

.averageScoreWrap {
    font-family: "Microsoft JhengHei";
    width: 96%;
    padding-bottom: 10px;
    margin-left: 20px;
    border-bottom: 1px solid rgb(221, 221, 221);
    display: flex;
    justify-content: left;
    align-items: center;
}

.averageScore {
    font-weight: bold;
    font-size: 11em;
    color: red;
}

.s-averageScore {
    color: rgb(62, 123, 151);
}

.evaNumRate-left {
    display: inline-block;
}

.evaNumRate-right {
    width: 60%;
    display: inline-block;
}

.i-star {
    width: 400px;
    height: 70px;
    background-size: cover;
    /* background-image: url("../../fimg/comment/star5.png"); */
    /* position: absolute;
	top: 170px;
	left: 280px; */
}

.evaNumRate {
    margin-top: 20px;
    margin-left: 10px;
}

.evaNumRate h3 {
    margin-right: 10px;
}

.evaNumRate h3,
.evaNumRate p {
    display: inline-block;
    font-size: 32px;
    font-weight: bold;
    color: rgb(102, 102, 102)
}

@media screen and (max-width: 1025px) {
    .averageScoreWrap {
        margin-top: 50px;
    }
}

@media screen and (max-width: 768px) {
    .averageScoreWrap {
        width: 100%;
        margin: auto;
        justify-content: center;
        padding: 10px 0;
    }
    .averageScore {
        font-size: 7em;
        width: 100%;
        margin-right: 10px;
    }
    .evaNumRate-right {
        width: 35%;
    }
    .i-star {
        width: 266.666px;
        height: 46.666px;
    }
    .evaNumRate h3,
    .evaNumRate p {
        font-size: 22px;
    }
}

@media screen and (max-width: 414px) {
    .averageScore {
        font-size: 5em;
    }
    .evaNumRate-right {
        width: auto;
    }
    .i-star {
        width: 160px;
        height: 26.25px;
        top: 80px;
        left: 170px;
    }
    .evaNumRate {
        margin-top: 7px;
        margin-left: 5px;
    }
    .evaNumRate h3,
    .evaNumRate p {
        font-size: 14px;
    }
}

@media screen and (max-width: 375px) {
    .averageScoreWrap {
        width: 95%;
        padding: 15px 0 15px 5%;
    }
    .i-star {
        left: 160px;
    }
    .evaNumRate {
        top: 120px;
        left: 150px;
    }
}

@media screen and (max-width: 320px) {
    .i-star {
        left: 140px;
    }
    .evaNumRate {
        left: 140px;
    }
    .evaNumRate h3 {
        margin-right: 5px;
    }
    .evaNumRate h3,
    .evaNumRate p {
        font-size: 12px;
    }
}
.evaluation{
	width: 100%;
	margin-top: 20px;
	font-size: 18px;
	font-weight: bold;
	color: rgb(102, 102, 102);
}
.evaluation .p-evaluation{
	margin-bottom: 20px;
	word-break: break-all;
}
.evaluation .timestamp{
	font-size: 16px;
}
.sellerReply{
	width: 97%;
	background-color: rgb(255, 251, 243);
	padding: 10px;
	margin-top: 10px;
	font-weight: bold;
}
.sellerReply h4{
	color: rgb(247, 147, 30);
	margin-bottom: 10px;
}
.sellerReply p{
	color: rgb(102, 102, 102);
	margin-bottom: 20px;
	word-break: break-all;
}
.sellerReply-time .timestamp{
	margin-top: 20px;
	margin-left: 10px;
    font-size: 16px;
    font-weight: bold;
    color: rgb(102, 102, 102);
}
.eva-right textarea{
	width: 100%;
	display: block;
	margin-top: 10px;
	padding: 5px;
	resize: none;
	height: 80px;
	border: 1px solid rgb(221, 221, 221);
	border-radius: 3px;
}
.sellerReply h4{
	margin-right: 10px;
}
.sellerReply h4,.sellerReply .timestamp{
	display: inline-block;
}
.m-sellerReply{
	display: none;
}
@media screen and (min-width: 1260px){
	/*index*/
	.caption a.line-through{
		font-size: 20px!important;
	}
}
@media screen and (min-width: 1025px){
	/*index*/
	.caption a.line-through{
		font-size: 17px;
	}
}
@media screen and (min-width: 769px){
	/*index*/
	.caption a.line-through{
		font-size: 15px;
	}
}
@media screen and (max-width: 768px){
	.sellerReply{
		display: none;
		width: 100%;
	}
	.m-sellerReply{
		display: block;
		padding-left: 20%;
	}
	.evaWrap{
		margin: 0;
		border-bottom: none;
	}
	.evaWrap-top{
		width: 100%;
	}
	.evaScore{
		font-size: 6.5em;
		margin-top: -46px;
	}
	.eva-right{
		margin-top: -10px;
		width: 77%;
	}
	.evaluation{
		width: 100%;
	}
	.sch-txt input{
		width: 65;
		height: 35px
	}
	.sch-btn{
		top: 0;
	}
	.media-heading{
		font-size: 18px!important;
		padding-left: .5em;
	}
	.topseach .logo{
		width: 22%;
		margin-top: 17px
	}
	.topseach .notopt{
		float: right!important;
	}
	/*index*/
	.caption a.line-through{
		font-size: 12px;
	}
}
@media screen and (max-width: 414px){
	.evaScore{
		font-size: 4.5em;
		margin-top: -26px;
	}
	.eva-right{
		margin-top: -5px;
		width: 77%;
	}
	.eva-left{
		width: 22%;
		margin: 0 10px;
	}
	.eva-left img{
			width: 100%;
	}
	.evaluation{
		font-size: 15px;
	}
	.evaluation .timestamp{
		font-size: 14px;
	}
	/*index*/
	.caption a.line-through{
		font-size: 12px;
	}
	.topseach .logo{
		margin-top:0;
	}
	.sch-btn{
		top: 6px;
		background-size: 20px!important;
	}
	
}
@media screen and (max-width: 320px){
	.userImgName h4{
		font-size: 16px;
		padding-top: 3px;
	}
}

@media only screen 
and (device-width : 375px) 
and (device-height : 812px) 
and (-webkit-device-pixel-ratio : 3){
		body{
				padding-top: constant(safe-area-inset-top);
				padding-right: constant(safe-area-inset-right);
				padding-bottom: constant(safe-area-inset-bottom);
				padding-left: constant(safe-area-inset-left);
		}
}

/* PC -----------------------------------*/
@media (min-width: 1025px) {
	.mptopc{
		width: 1px;
	}
}

/* Mobile Tablet -------------------------------*/
@media (max-width: 1024px) {
	.mptopc{
		width: 2px;
	}
}