@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+TC&display=swap');

@charset "utf-8";
/* CSS Document */
body {
	background: url(../images/bg.jpg) top center;
    font-family: 微軟正黑體, Roboto, "Varela Round", sans-serif;
    margin: 0;
    overflow-x: hidden;
    position: relative;
    width: 100%;
    font-size: 100%;
    min-height: 100vh;
}
.body-by {
	background: url(../images/homedec.png) left bottom no-repeat;
	background-size: 120%;
	   width: 100%;
    font-size: 100%;
    min-height: 100vh;
}

.b-box{
	width: 50%;
	float: left;
	position: absolute;
	left: 50%;
	top: 50%;
	padding: 0px 0px 0px;
	transform: translateX(-50%) translateY(-50%);
	box-shadow: 10px 10px 25px rgba(4,11,32,.3);
}
.return{
    width: 100%;
    float: left;
    padding: 10%;
    font-size: 2em;
    color: #fff;
    margin-bottom: 60px;
    text-align: center;
    background-size: cover;
    background: url(../images/product2-by.jpg) center center no-repeat;
}
.b2-box a:hover {
      background-color: #b71c1c;
}

.b2-box{
	padding: 50px 80px;
    float: left;
    width: 100%;
}
.b-box .titleBox{
text-align: center;
padding-bottom: 50px;
position: relative;
}

.b-box .titleBox h1{
font-family: 'Noto Serif TC', serif;

}

.or{
position: absolute;
    width: 30px;
    height: 30px;
    top: 10px;
    left: 50%;
    z-index: 2;
    text-align: center;
    line-height: 30px;
    border-radius: 25px;
    background-color: #dea15f;
 transform: translateX(-50%);

}
.b-box .titleBox:before {
    content: '';
    position: absolute;
    bottom: 0px;
    right: 0;
    width: 200px;
    height: 150px;
    background: url(../images/unnamed.svg) center center no-repeat;
    background-size: 100%;
}
  input[type="text"]{
	width: 50%;
	padding: 15px;
	border:1px solid #7d7d7d;
	outline:none;
	font-size: 1.5em;
	margin-bottom:30px;
	border-radius: 30px;
	float: left;
	text-align: center;
}
input[type="submit"] {
    background: #29221a;
    padding: 20px 0;
    font-size: 18px;
    color: #fff;
    cursor: pointer;
    outline: none;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    width: 100%;
    border: none;
    margin-top: 25px;
    border-radius: 30px;
    background: #dea15f;
	text-transform:uppercase;
}
@media (max-width: 1024px){
.b-box{
	width: 70%;
}
}
@media (max-width: 768px){
.b-box{
	width: 80%;
	    padding: 0px;
}
input[type="text"] {
    width: 100%;
   
}
.or {

top: 58px;
}
}
@media (max-width: 420px){
.b2-box {
    padding: 0px 20px 50px;
    float: left;
    width: 100%;
}
.b-box{
	width: 90%;
	padding: 0px 0px;
}
}