
.middlenav {
	height: 80px;
	text-align: center;
	background: #dcdedd;
}

.middlenav h2 {
	font-size: 28px;
	line-height: 80px;
}

.mnavbg {
	background: #ffe463;
}

.product02 .product_02 .case_box .imgbox,
.product01 .product_01 .case_box .imgbox {
	height: 283px;
	overflow: hidden;
	width: 100%;
	position: relative;
}
 .bd_share .btnbox{
	background: url(../images/newpipe/bg.png);
	background-attachment: fixed;
	
}
 .bd_share .margin-large-top {
    margin-top: 0px;
}

.bd_share .btn1 {
	background: #283F83;
	color: white;
	margin-right: 40px;
	float: left;
	font-size: 22px;
}
.bd_share .topbox {
    width: -webkit-fit-content;
    margin: 0 auto;
}

.bd_share .topbox a.more img {
    height: 30px;
    margin-right: 10px;
    vertical-align: middle;
    font-size: 24px;
    letter-spacing: 1em;
}
.bd_share .btn2 {
	background: #FFE463;
	color: #606060;
	float: left;
	font-size: 22px;
}


.product02 .product_02 .case_box .imgbox img,
.product01 .product_01 .case_box .imgbox img {
	width: 100%;
}

.product02 .product_02 .case_box,
.product01 .product_01 .case_box {
	position: relative;
	margin: 0 10px;
	border-bottom: 2px solid #273F85;
}

.product02 .product_02 .case_box:hover,
.product01 .product_01 .case_box:hover {
	border-bottom: 2px solid #ffe463;
	padding-bottom: 54px;
}

.product02 .product_02 .case_box .mask,
.product01 .product_01 .case_box .mask {
	width: 100%;
	height: 54px;
	position: relative;
	bottom: 0;
	transition: 0.5s ease-in;

}

.product02 .product_02 .x4,
.product01 .product_01 .x4 {
	height: 400px;
}

.product02 .product_02 .case_box:hover .mask,
.product01 .product_01 .case_box:hover .mask {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #ffe463;
	cursor: pointer;

}

.product02 .product_02 .case_box .mask p,
.product01 .product_01 .case_box .mask p {
	text-align: center;
	line-height: 54px;
	font-size: 20px;
}

.product02 .product_02 .case_box:hover .mask p,
.product01 .product_01 .case_box:hover .mask p {
	margin-top: 30%;
	transform: myopacity 0.5s;
	transition: 0.5s ease-in;
}



.searchbar {
    background-color: #dcdedd;
    text-align:center;
}
.searchbar select {
    width: 300px;
    height: 70px;
    font-size: 20px;
    display:inline-block;
    margin: 30px 15px;
}
.searchbar .bigmore {
    width: 300px;
    height: 70px;
    text-align: center;
    font-size: 20px;
    line-height: 48px;
    margin: 30px 15px;
    letter-spacing: 0.1em;
     display:inline-block;
     cursor:pointer;
}


@keyframes myopacity {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

.price table {
	font-size: 20px;
}

.price table th {
	background-color: #273F85;
	color: white;
	text-align: center;
	border: 1px solid #5d5d5d;
	padding: 20px 0;
}
.price p {
    text-align:left;
}

.price table tr td {
	border: 1px solid #5d5d5d;
	padding: 20px 0;
}

.price table tr:nth-child(odd) {
	background-color: #eeeeee;
}


.peboxs {
   
}
    .peboxs:after {
        content:'';
        display:block;
        clear:both;
    }




@media screen and (max-width: 1440px) {

	.product02 .product_02 .x4,
	.product01 .product_01 .x4 {
		height: 325px;
	}
	.product02 .product_02 .case_box .imgbox, .product01 .product_01 .case_box .imgbox {
	    height: 190px;
	}
}
