﻿#products .main-top-box,
#products-page .main-top-box{
	margin-top: 0;
}
#products .main-sorting-box,
#products-page .main-sorting-box{
	padding-top: 10px;
}
#products .search-box,
#products-page .search-box{
	margin-top: 10px;
}
.main-page-box{
	width: 1200px;
	max-width: 100%;
	display: block;
	margin: 0 auto;
}

.main-page-info-box{
	width: 100%;
	display: block;
	font-size: 0;
	padding-top: 40px;
}
.main-page-info-left,
.main-page-info-right{
	width: 50%;
	display: inline-block;
	vertical-align: top;
}
.main-page-info-right{
	padding-left: 30px;
	box-sizing: border-box;
}
.main-page-img-box{
	width: 100%;
	height: 600px;
}

.main-page-info{
	width: 100%;
	min-height: 600px;
	display: -webkit-flex;
    display:         flex;
  	-webkit-justify-content: center;
          justify-content: center;
     flex-direction:column
}
.main-page-info-title{
	font-size: 22px;
	color: #555555;
	display: block;
}
.main-page-info-price{
	font-size: 28px;
	letter-spacing: 1px;
}
.main-page-info-many{
	width: 48%;
	max-width: 100%;
	display: inline-block;
	position: relative;
}
.main-page-info-many-box .main-page-info-many:nth-child(2){
	margin-left: 4%;
}
.main-page-info-many-box .main-page-info-many{
	margin-bottom: 10px;
}
.main-page-many-title{
	font-size: 20px;
	color: #555555;
	letter-spacing: 1px;
	font-weight:bold;
}
.main-page-select{
	width: 100%;
    height: 40px;
    line-height: 40px;
    padding-left: 20px;
    box-sizing: border-box;
    border: 1px solid #555555;
    color: #555555;
    font-size: 16px;
    font-family: "微軟正黑體";
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-expand: none;
    cursor: pointer;
    position: relative;
    background-color: rgba(0, 0, 0, 0.0);
    outline: none;
}

.main-page-info-many:before{
	content: 'normal';
    font-size: 0;
    width: 42px;
    display: block;
    border-left: 1px solid #555555;
    height: 38px;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
    pointer-events: none;
}
.main-page-info-many:after {
    content: 'normal';
    font-size: 0;
    width: 0px;
    display: block;
    position: absolute;
    top: 49px;
    right: 10px;
    border-right: 10px solid transparent;
    border-top: 10px solid #555555;
    border-left: 10px solid transparent;
    pointer-events: none;
}

.main-page-info-narrative-title{
	font-size: 20px;
	color: #555555;
	letter-spacing: 1px;
	font-weight:bold;
}

.main-page-info-narrative{
	font-size: 16px;
	letter-spacing: 1px ;
	line-height: 1.6;
	padding-top: 5px;
	color:#555555;
	margin-bottom: 20px;
	max-height: 250px;
	overflow: hidden;
}
.main-page-sumit{
	font-size: 18px;
	color: #FFF;
	width: 300px;
	height: 40px;
	line-height: 40px;
	max-width: 100%;
	text-align: center;
	display: inline-block;
	letter-spacing: 2px;
	background-color: #464647;
	transition: all .3s linear;
}

.main-page-sumit-box .main-page-sumit:nth-child(2){
	margin-left: 20px;
}
.main-page-more-title{
	font-size: 14px;
	text-align: center;
	letter-spacing: 1px;
	padding: 20px 0;
}
.main-page-more-products-list-box{
	width: 100%;
	display: block;
}
.main-page-more-products-list{
	display: block;
	width: 260px;
	margin: 0 20px;
	outline: none;
	padding-top: 10px;
}
.main-page-more-products-title{
	color: #555555;
	font-size: 14px;
	height: 44px;
	overflow: hidden;
}
.main-page-more-products-price{
	font-size: 14px;
	display: block;
	padding-top: 5px;
}
.main-page-more-box{
	margin-top: 80px;
}
.main-page-more-products-list-img{
	width: 100%;
	height: 400px;
	display: block;
	position: relative;
	overflow: hidden;
}
.main-page-more-products-list-img span{
	width: 100%;
	height: 100%;
	display: block;
	transition: all .3s linear;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.main-page-edit-box{
	width: 100%;
	display: block;
	font-size: 16px;
	line-height: 1.6;
	letter-spacing: 1px;
	
}

.main-page-line{
	width: 100%;
	height: 1px;
	display: block;
	background-color: #EEE;
	margin-top: 50px;
	margin-bottom: 20px;
}


.slick-prev:before, .slick-next:before{
	display: none;
}
.main-page-more-box .slick-prev{
	background-image: url('../img/left.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	opacity: 0.4;
	transition: all .3s linear;
}

.main-page-more-box .slick-next{
	background-image: url('../img/right.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	opacity: 0.4;
	transition: all .3s linear;
}

.main-page-info-class{
	font-size: 14px;
	letter-spacing: 1px;
	color: #f25b82;
}