/* contact us 聯繫我們*/
.contact{
    width: 100%;
    background: url("../img/bg_connect.jpg") center center no-repeat;
    background-size: cover;
	
}

.contact .contact_all{
    /*background: url("../img/bg_connect.jpg") center center no-repeat;*/
   /* width: 80vw;*/
    margin: 0 auto;
    justify-content: center;
    align-items: center;
    /*padding: 57px;*/
	/*height: 480px;*/
	padding-top: 390px;
}

.contact i{
    font-size: 50px;
    color: #fff;
}        

.contact .contact_all h2{
    padding-bottom: 10px;
}

.contact .contact_all .contact_text{
    margin: 0 30px;
    /*width: 23%;*/
	font-weight:bold;
	color:#fff;
	letter-spacing: 2px;
	font-size: 18px;
	line-height: 23px;
	/*margin-left: 700px;
    margin-top: -45px;*/
}

.contact .contact_all a{
    width:160px;
    height: 35px;
    color: #fff;
    border:3px solid #fff;
    border-radius: 2px;
    line-height: 27px;
    text-align: center;
	font-size: 20px;
	font-weight: bold;
	padding-top: 2px;
	/*margin-left: 1800px;*/
}

/*.contact .contact_background{

	background: rgba(255,255,204,0.2);
	margin-top: -56px;
    width: 100%;
	padding-top: 20px;
    padding-bottom: 20px;
	margin-left: 10px;
}*/
/*.contact_icon {
    margin-left: 500px;
}*/

/*簡易編輯*/

#hidebg { 
	position:absolute;left:0px;top:0px;
    /*background-color:#002; */
    /*width:100%; */ /*寬度設定為100%，這樣才能使隱藏背景層覆蓋原頁面*/ 
	filter:alpha(opacity=30);  /*設定透明度為60%*/ 
	opacity:0.3;  /*非IE瀏覽器下設定透明度為60%*/ 
	display:none;
	/*z-Index:20;*/
} 
#hidebox { 
	position:absolute;
	/*border:1px solid #99CCFF;*/
	width:180px;
	height:180px;
	top:120px;
	left:87%;
	background-color:#fffdce;
	display:none;
	z-Index:21;
	border-radius: 100px;
	box-shadow: 5px 9px 7px 0px #0000002b;
} 

.winbtn_send{
	text-align: center;
}

#win_send{
	display:none;
}

.showbtn1{
	float: right;
	cursor:pointer;
	width: 32px;
	/*margin: 0px auto;*/
	height: 32px;
    font-size: 25px;
	border: #FFF;
	color:#c75050;
    background-color: #d4eeff;
	border-radius: 30px;
	box-shadow: 1px 1px 3px 0px #002;
}
.showbtn1:hover{
	background-color:#c75050;
	color:#FFF;
	box-shadow: 0px 0px 0px 0px #002;
}
.showbtn2{
	/*background-color:#6a9f3f; */
	font-size:18px;
	width: 9vw;
	margin-left: 125px;
}

#hidebox .p1{
	/*background-color:#ff6868;*/
	/*border-radius: 10px 10px 0 0;*/
	/*width:100%;*/
	/*float:left;*/
	/*color: #fff;*/
    font-size: 20px;
	text-align: center;
	/*line-height: 29px;*/
    /*padding-inline: 10px;*/
	/*padding-top: 13px;*/
	/*height: 57px;*/
	/*margin-left: 0px;*/
}

.btn_del {
    width: 100px;
    margin: 10px;
    background-color: #8f0000;
    border: 0px;
    border-radius: 5px;
    color: #fff;
	height: 40px;
	font-size: 16px;
}

.btn_del:hover{
	background-color: #ff0202;
}

.btn_edit {
    width: 75px;
    margin: 20px;
    background-color: #02bdff;
    border: 0px;
    border-radius: 30px;
    color: #fff;
	height: 35px;
	font-size: 16px;
}

.btn_edit:hover {
    background-color: #9de5ff;
}

.data_pic {
    margin-top: 35px;
    text-align: center;
	font-size: 20px;
	color: #18a78d;
}

.pic_px {
    color: red;
    margin: 5px;
	font-size: 16px;
	line-height: 25px;
}


@media screen and (min-width: 1920px) {
	/*.contact .contact_all {
    margin-left: -255px;
	}*/
	#hidebox{
		left: 85%;
	}
}

@media (min-width:1366px) and (max-width:1919px){
	/*.contact .contact_all {
    margin-left: -440px;
	}*/
}
@media (min-width:1024px) and (max-width:1366px){
	/*.contact .contact_all {
    margin-left: -440px;
	}
	.contact .contact_all .contact_text {
    margin-left: 620px;
	}
	.contact .contact_all a {
    margin-left: 1640px;
	}*/
	#hidebox{
		left: 82%;
	}
}
@media (min-width:768px) and (max-width:1023px){
	#hidebox{
		left: 81%;
	}
}	
@media (min-width:414px) and (max-width:768px){
    .contact {
        text-align: center;
    }

    .contact .contact_all{
        width: 100%;
        display: inline-block;
    }
    .contact_icon{
        text-align: center;
    }
    .contact_text p{
        font-size: 16px;
    }

    .contact .contact_all .contact_text {
        margin: 20px auto;
        width: 100%;
    }

    .contact .contact_all a {
        padding: 3px 5px;
    }
	#hidebox{
		left: 70%;
		top: -500px;
		width: 120px;
		height: 120px;
	}
	.data_pic {
		margin-top: 16px;
		font-size: 5px;
	}
	
	.btn_edit {
		width: 75px;
		margin: 0px;
		border-radius: 30px;
		height: 26px;
		font-size: 16px;
	}
	.pic_px {
		font-size: 5px;
	}
}


@media screen and (max-width: 414px){
/* @media (min-width:374px) and (max-width:414px){ */
    .contact {
        width: 100%;
		background: url(../img/bg_connect_2.jpg) center center no-repeat;
		background-size: contain;
		
    }

    .contact .contact_all{
        width: 100%;
        display: inline-block;
		padding-top: 298px;
    }
    .contact_icon{
        text-align: center;
    }
    .contact_text p{
        font-size: 16px;
    }

    .contact .contact_all .contact_text {
        margin: 20px auto;
        width: 100%;
    }

    .contact .contact_all a {
        padding: 3px 5px;
    }
	#hidebox {
		left: 70%;
		top: -500px;
		width: 100px;
		height: 100px;
	}
	.showbtn1 {
		width: 8vw;
		height: 8vw;
	}
	.data_pic {
		margin-top: 73px;
		text-align: center;
		font-size: 17px;
	}
	.btn_edit {
		width: 75px;
	}
	
	.btn_del {
		width: 75px;
	}
	.pic_px {
		margin: 9px;
		font-size: 5px;
	}
	.data_pic {
		margin-top: 12px;
		font-size: 5px;
	}
	
	.btn_edit {
		border-radius: 30px;
		height: 25px;
		font-size: 10px;
		margin: 0px;
	}
}


}