﻿@charset "utf-8";

/* 簡單流變媒體
   注意: 流變媒體要求您必須移除 HTML 中媒體的高度和寬度屬性
   http://www.alistapart.com/articles/fluid-images/
*/
img,
object,
embed,
video {
	max-width: 100%;
}

/* IE 6 不支援最大寬度，因此寬度預設為 100% */
.ie6 img {
	width: 100%;
}

ul {
	-webkit-padding-start: 0px;
}

body {
	background-color: #fff;
	color: #000;
	font-family: "微軟正黑體", Arial, Helvetica, sans-serif;
}

.all {
	width: 100%;
	position: relative;
	margin: 0 auto;
	overflow-x: hidden;
	overflow-y: hidden;
}

/*.tophead{
	width: 100%;
	height: 90px;
	background-color: #90c31f;
}
.logo{
	width:222px;
	height: 73px;
	position: relative;
	margin: 0 auto;
	padding-top: 10px;
}
*/

/*new header*/
.mobile-tel,
.mobile-footer,
.mobile-nav,
.header button,
.topic-intro-mobile {
	display: none;
}

/*.wrapper, .header{
	float:left;
	width:100%;
}
*/

.inside {
	width: 1000px;
	margin: 0 auto;
}

.header {
	width: 100%;
	height: 60px;
	background-color: #fff;
	*background-color: #f7f7f7;
}

.logo {
	float: left;
	float: none \9;
	margin-top: 16px;
}

.logo img {
	float: left;
	width: 150px;
	margin-top: 16px \9;
}

.logo p {
	float: left;
	color: #04328d;
	font-size: 15px;
	font-weight: bold;
	letter-spacing: 1px;
	margin-top: 2px;
	margin-top: 18px \9;
}

.logo-info {
	float: left;
	padding-left: 15px;
	padding-top: 20px;
	font-size: 18px;
}

.logo-info img {
	width: 192px;
}

.header-tel {
	color: #888;
	float: right;
	margin-top: 20px;
	/**margin-top: -20px;*/
}

.header-tel span {
	display: inline-block;
	float: right;
	width: 100%;
	text-align: right;
	font-size: 16px;
}


.header button {
	display: none;
	float: right;
	width: 100px;
	margin: 12px 0 0 20px;
	line-height: 35px;
	text-align: center;
	border: 0;
	color: #fff;
	font-size: 14px;
	background-color: #f74c4c;
	border-radius: 2px;
	cursor: pointer;
}

.header button:hover {
	background-color: #e60012;
}




.main_top {
	width: 100%;
	position: relative;
	height: 757px;
	background: url(../images/bg_xl.jpg) center top no-repeat;
	background-image: -webkit-image-set(url(../images/bg_xl.jpg) 1x,
			url(../images/bg_xl@2x.jpg) 2x);
	background-image: -moz-image-set(url(../images/bg_xl.jpg) 1x,
			url(../images/bg_xl@2x.jpg) 2x);
	background-image: -o-image-set(url(../images/bg_xl.jpg) 1x,
			url(../images/bg_xl@2x.jpg) 2x);
	background-image: -ms-image-set(url(../images/bg_xl.jpg) 1x,
			url(../images/bg_xl@2x.jpg) 2x);
	overflow: hidden;
}

.main_title {
	position: absolute;
	top: 0;
	width: 670px;
	height: auto;
	left: 50%;
	right: 50%;
	top: -90px;
	margin-left: -655px;
	z-index: 1005;
}

.main_ghost {
	position: absolute;
	width: 800px;
	height: auto;
	left: 50%;
	right: 50%;
	margin-left: -70px;
	bottom: 30px;
	z-index: 1008;
}

.btn_align {
	width: 100%;
	height: 70px;
	position: absolute;
	bottom: 0;
	left: 0;
	margin: 0 auto;
	z-index: 999;
}

/*ghost block*/
.ghost_block {
	width: 100%;
	height: auto;
	padding: 40px 0;
	position: relative;
	background: url(../images/bg-white.jpg) repeat;
}

.ghost_title {
	width: 100%;
	padding: 0;
	margin-bottom: 20px;
	clear: both;
	text-align: center;
}

.ghost_title p {
	font-size: 24px;
	line-height: 1.6;
	color: #4a4a4a;
	font-weight: bold;
}

.ct_pic {
	width: 95%;
	margin: 0 auto 20px auto;
	max-width: 800px;
	height: auto;
}

.ghostbox {
	width: 90%;
	margin: 0 auto;
	position: relative;
	padding: 15px 0;
}

.choose_box {
	float: left;
	position: relative;
	width: 24%;
	margin-left: 1%;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	display: flex;
	justify-content: center;
	align-items: center;
}

.ml_ghost {
	margin-left: -10px;
}

.box_align_c {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	position: relative;
	padding: 0 0 10px 0;
}

.myghost {
	/*width: 352px;
	height: 357px;*/
	width: 100%;
	max-width: 280px;
	height: auto;
	transition: 0.5s;
	-webkit-transition: 0.5s;
}

/* .myghost:hover {
	width: 103%;
	height: auto;
	transition: width 0.5s, height 0.5s;
	-moz-transition: width 0.5s, height 0.5s;
	-webkit-transition: width 0.5s, height 0.5s;
	-o-transition: width 0.5s, height 0.5s;
	transition-timing-function: ease;
} */

.choose_box_clicked {
	width: 255px;
	height: 293px;
	float: none;
	clear: both;
	display: block;
	text-align: center;
	pointer-events: none;
	cursor: default;
	margin: 0 auto;
}

.choose_box_clicked:hover {
	width: 255px;
	height: 293px;
}

.divdisabled {
	display: none;
}


/*Table*/
#mainform {
	position: relative;
}

.form_block {
	width: 100%;
	height: auto;
	padding: 40px 0;
	position: relative;
	background: url(../images/pentagon.png) repeat;
	background-image: -webkit-image-set(url(../images/pentagon.png) 1x,
			url(../images/pentagon@2x.png) 2x);
	background-image: -moz-image-set(url(../images/pentagon.png) 1x,
			url(../images/pentagon@2x.png) 2x);
	background-image: -o-image-set(url(../images/pentagon.png) 1x,
			url(../images/pentagon@2x.png) 2x);
	background-image: -ms-image-set(url(../images/pentagon.png) 1x,
			url(../images/pentagon@2x.png) 2x);
}

.table_title {
	width: 100%;
	height: auto;
	padding: 15px 0;
	position: relative;
	text-align: center;
}

.ttalign {
	width: 100%;
	max-width: 516px;
	margin: 0 auto;
	text-align: center;
}

.radio {
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 0px 15px;
	cursor: pointer;
	padding-top: 5px;
}

.radio_fir {
	margin-left: 5px;
}

.table_form {
	width: 500px;
	position: relative;
	margin: 10px auto;
}

.private {
	font-size: 20px;
	text-align: center;
	color: #000;
	width: 100%;
	line-height: 32px;
	margin-top: 20px;
}

.private a {
	color: #000;
	text-decoration: underline;
}

.type_frame {
	margin: 0 auto;
	width: 100%;
	max-width: 1024px;
}

.align_box {
	width: 99%;
	clear: both;
	float: none;
	overflow: hidden;
	margin: 0 auto;
}

.type {
	color: #676767;
	background-color: #f9f9f9;
	width: 100%;
	clear: both;
	/*margin-left:1%;*/
	height: 44px;
	line-height: 44px;
	margin: 0 auto 12px auto;
	padding-left: 10px;
	font-size: 16px;
	text-align: left;
	overflow: hidden;
	border: 0;
	box-shadow: inset 0px 2px 3px rgba(200, 200, 200, 0.6);
}

.type2 {
	color: #676767;
	background-color: #f9f9f9;
	width: 50%;
	/*clear:both;
	margin-left:9%;
	margin-bottom:12px;*/
	height: 44px;
	line-height: 44px;
	font-size: 16px;
	padding-left: 10px;
	overflow: hidden;
	border: 0;
	box-shadow: inset 0px 2px 3px rgba(200, 200, 200, 0.6);
	float: left;
}

.type:focus {
	outline: none;
}

.btn_submit {
	color: #fff;
	font-size: 13px;
	margin-bottom: 20px;
}

input[type="btn_submit"] {
	margin-right: 5px;
}

.checkbox {
	margin-left: 61px;
	color: #fff;
	font-size: 13px;
	margin-bottom: 20px;
}

input[type="checkbox"] {
	width: 20px;
	height: 20px;
	margin-right: 5px;
}

.sex_font {
	width: 46%;
	font-size: 17px;
	color: #000;
	float: right;
	text-align: right;
	/*text-align:inherit\9;*/
}

.table_form input[type=radio] {
	display: none;
	display: inline-block\0;
	+display: inline-block;
}

.table_form input[type=radio]+label {
	width: 28%;
	width: 15%\9;
	display: inline-block;

	padding: 13px 10px;
	margin-bottom: 0;
	font-size: 17px;
	line-height: 20px;
	color: #000;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background-color: #FFF;
	background-repeat: repeat-x;
	cursor: pointer;
}

*::-ms-backdrop,
.table_form input[type=radio]+label {
	width: 15%;
}

/* IE11 */
.table_form input[type=radio]:checked+label {
	background-color: #00a8ff;
	color: #FFF;
}

.button2 {
	display: block;
	background-color: #ff216f;
	position: relative;
	margin: 0 auto;
	color: #fff;
	font-size: 28px;
	padding: 22px 0 22px 0;
	text-align: center;
	height: 32px;
	cursor: pointer;
	letter-spacing: 0.2em;
	width: 90%;
	max-width: 250px;
	margin-top: 30px;
	margin-bottom: 10px;
	transition: 0.4s;
}

.button2:hover {
	background-color: #e20654;
}

/*detail*/
.detail {
	width: 100%;
	position: relative;
	background: #fff;
	padding: 5px 0 40px 0;
}

.feature_title {
	width: 100%;
	padding: 20px 0;
	margin-top: 20px;
	clear: both;
	text-align: center;
}

.ft_pic {
	margin: 0 auto;
	width: 485px;
	height: auto;
}

.detail_text {
	width: 480px;
	margin: 0 auto;
	text-align: center;
	font-size: 17px;
	color: #000;
	font-weight: bold;
	line-height: 1.6em;
	font-family: "微軟正黑體", Arial;
}

.content_main {
	background-color: #FFF;
	position: relative;
	margin: 0 auto;
	width: 100%;
	padding: 0;
}

.content_box {
	float: left;
	position: relative;
	width: 31%;
	margin-left: 3%;
}

.box_align {
	width: 720px;
	margin: 0 auto;
	position: relative;
	padding: 0 0 10px 0;
}

.box_left {
	width: 174px;
	height: 174px;
	position: relative;
	float: none;
	clear: both;
	margin: 0 auto;
}

.box_right {
	width: 95%;
	text-align: center;
	padding: 6px 5px;
	position: relative;
	float: none;
	clear: both;
	margin: 0 auto;
}

.text_title {
	width: 100%;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 1px;
}

.text_con {
	width: 82%;
	font-size: 14px;
	color: #000;
	font-weight: normal;
	text-align: justify;
	margin: 5px auto 0 auto;
	line-height: 1.5em;
}


/*Footer*/
.footer {
	width: 100%;
	height: 80px;
	background-color: #02328d;
	text-align: center;
	position: relative;
	margin: 0 auto;
	clear: both;
}

.footer_main {
	width: 1024px;
	position: relative;
	margin: 0 auto;
}

.footer_align {
	width: 800px;
	position: relative;
	text-align: center;
	margin: 10px auto;
}

.footer_share {
	position: relative;
	float: left;
	margin-top: 6px;
	margin-left: 2%;
}

.share_icon {
	width: 50px;
	height: 50px;
	margin: 0;
	position: relative;
	float: left;
}

.share_icon:hover {
	_filter: alpha(opacity=80);
	/*IE6*/
	filter: alpha(opacity=80);
	/*IE7*/
	-moz-opacity: 0.8;
	/*fireFox*/
	opacity: 0.8;
}

.footer_info {
	position: relative;
	float: right;
	color: #fff;
	font-size: 20px;
	margin-top: 22px;
	margin-right: 7%;
}

.info_logo {
	position: relative;
	float: left;
	margin-right: 25px;
	margin-top: 0px;
	width: 180px;
}

.info_tel {
	position: relative;
	float: left;
}

a[href^=tel] {
	color: inherit;
	text-decoration: none;
}

.share_form {
	margin: 0 auto;
	width: 295px;
	position: relative;
	margin-bottom: 20px;
}

/*解答燈箱頁*/
.purple-popup {
	position: relative;
	padding: 0;
	width: 90%;
	max-width: 650px;
	margin: 20px auto 0 auto;
	display: block;
}

.blue-popup {
	position: relative;
	background: #00BBFF;
	padding: 30px 12px;
	width: auto;
	max-width: 658px;
	margin: 0px auto;
	display: block;
	text-align: center;
	color: white;
	font-size: 22px;
	font-weight: 900;
}

.pink-popup {
	position: relative;
	background: #FFB7DD;
	padding: 30px 12px;
	width: auto;
	max-width: 658px;
	margin: 0px auto;
	display: block;
	text-align: center;
	font-size: 22px;
	font-weight: 900;
}

.pink-content {
	padding-bottom: 10px;
}

.btn_gn {
	display: block;
	font-size: 16px;
	padding: 10px 0;
	text-align: center;
	color: #fff;
	border-radius: 40px;
	background: rgb(113, 217, 121);
	background: -moz-linear-gradient(left, rgba(113, 217, 121, 1) 0%, rgba(76, 195, 161, 1) 100%);
	background: -webkit-linear-gradient(left, rgba(113, 217, 121, 1) 0%, rgba(76, 195, 161, 1) 100%);
	background: linear-gradient(to right, rgba(113, 217, 121, 1) 0%, rgba(76, 195, 161, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#71d979', endColorstr='#4cc3a1', GradientType=1);
}

.event-btn a {
	padding: 16px 0;
	font-size: 22px;
	letter-spacing: 2px;
}

.share-item{
	padding: 10px 0;
}

.share-item a {
	display: inline-block;
	width: 130px;
	padding: 10px;
	margin: 5px 5px;
	background-color: #999;
	font-size: 16px;
	border-radius: 10px;
	color: #fff;
	text-align: center;
	line-height: 20px;
	position: relative;
}

.share-item a:hover {
	opacity: 0.8;
}

.share-item a.share-fb {
	background-color: #1878f3;
}

.share-item a.share-line {
	background-color: #00b900;
}

.share-item a.gotoqc {
	background-color:#13498e;
}


.share-item img {
	position: absolute;
	left: 10px;
	width: 20px;
}

/* Popup container */
.popup {
	position: relative;
	cursor: pointer;
}

/* The actual popup (appears on top) */
.popup .popuptext {
	visibility: hidden;
	/* width: 250px; */
	background: rgba(0, 0, 0, 0.5);
	color: #fff;
	text-align: center;
	border-radius: 6px;
	padding: 8px 8px;
	position: absolute;
	z-index: 1;
	bottom: 16px;
	right: 10px;
	margin-left: -125px;
}

/* Popup arrow */
.popup .popuptext::after {
	/* content: ""; */
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: #555 transparent transparent transparent;
}

/* Toggle this class when clicking on the popup container (hide and show the popup) */
.popup .show {
	visibility: visible;
	-webkit-animation: fadeIn 1s;
	animation: fadeIn 1s
}

/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@keyframes fadeIn {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

.ansbox {
	width: 100%;
	position: relative;
	margin: 0 auto;
	text-align: center;
	padding: 40px 0;
	background: #fde9ff;
	border-radius: 10px;
}

.pop_pic {
	margin: 0 auto;
	/*width: 349px;
	height: 496px;*/
	width: 100%;
	height: auto;

}

.pop_align {
	margin: 20px auto;
	width: 349px;
	height: auto;
	position: relative;
}

.pop_pic img {
	width: 100%;
}

.ansbox h1 {
	color: #3e3e3e;
	font-size: 27px;
	margin: 15px auto 5px auto;

}

.fortune_ch {
	width: 80%;
	margin: 0 auto;
	max-width: 600px;
	font-size: 16px;
	color: #585858;
	line-height: 1.8;
	text-align: justify;
	text-justify: inter-ideograph;
	-ms-text-justify: inter-ideograph; /*IE9*/
	-moz-text-align-last:justify; /*Firefox*/
	-webkit-text-align-last:justify; /*Chrome*/
}

.fortune_en {
	color: #f2085a;
	font-size: 20px;
	line-height: 1.4em;
	font-family: "Times New Roman", Times, Baskerville, Georgia, serif;
}

.pop_bg {
	font-weight: lighter;
	text-align: left;
	clear: both;

	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	/* margin-top: 150px; */
}

#ans_pop h1 {
	text-align: center;
	margin: 0px auto 10px auto;
	font-size: 2em;
	font-weight: bold;
}

.anspop_title{
	width: 100%;
	text-align: center;
	font-size: 30px;
	color:#333;
	font-weight: bold;
}

.open-popup-link,
.open-popup-link:hover {
	text-decoration: none;
}

#divLoading {
	text-align: center;
	color: #fff;
	background-color: #808080;
	font-size: 24px;
	padding: 20px 0;
	margin: 0;
}


/*共用*/
.purple {
	color: #6958a8;
}

.yellow {
	color: #e49c00;
}

.blue {
	color: #009cff;
}

.orange {
	color: #ff4e00;
}

.green {
	color: #4eb42a;
}

.red {
	color: #b04058;
}

.borange {
	background-color: #ff7200;
}

.bblue {
	background: #02328d;
}

.byellow {
	background-color: #e49c00;
}

.bgreen {
	background-color: #0d8d00;
}

.bred {
	background-color: #c40012;
}

.bpink {
	background-color: #ff698e;
}

.imhere {
	width: 100%;
	clear: both;
	float: none;
}

.ml_none {
	margin-left: 0;
}

.fleft {
	float: left;
	clear: none;
}

.btop {
	border-top: 6px #e3e3e3 solid;
}

.share_info{
	font-size: 18px;
	line-height: 1.6;
	padding: 0;
	border-top: 1px solid #fff;
	border-radius: 10px;
	border: 2px solid #001c56;
	overflow: hidden;
	margin: 40px 0;
}

.share_top{
	background-color: #001c56;
	color: #fb9e30;
	padding: 10px 0;
	text-align: center;
}

.share_top span{
	display: inline-block;
	color:#fff;
	padding: 0 4px;
	margin-left: 5px;
	font-size: 24px;
	font-weight: 800;

	position: relative;
}

.share_top span:after{
	content: '';
	position: absolute;
	width: 184px;
	height: 1px;
	background-color: #fff;
	/* top: 0; */
	bottom: 0;
	left: 0;
}

.share_t{
	font-size: 30px;
	color:#fb9e30;
	font-weight: bold;
}

.share_step{
	width: 94%;
	margin: 40px auto 20px auto;
	background:rgba(251, 158, 48, 0.4) ;
	border-radius: 10px;
	padding: 10px;
	border:1px solid #e8e8e8;
	text-align: center;
	-webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.step_t{
	width: 100%;
	color: #fff;
	color:#333;
	position: relative;
	padding-top: 20px;
	font-size: 20px;
	line-height: 1.4;
	font-weight: bold;
}

.step_n{
	position: absolute;
	/* display: table; */
	width: 100px;
	background-color: #ffffff;
	border:1px solid #e8e8e8;
	top: -24px;
	left: 50%;
	margin-left: -60px;
	border-radius: 60px;
	font-size: 20px;
}

.step_t span{
	display: block;
	font-size: 28px;
	font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
	padding-bottom: 4px;
}


@media only screen and (max-width: 1340px) {
	.myghost {
		width: 100%;
		height: auto;
	}

	.ml_ghost {
		margin-left: 0px;
	}

	.choose_box_clicked {
		width: 255px;
		height: 293px;
		float: none;
		clear: both;
		display: block;
		text-align: center;
		pointer-events: none;
		cursor: default;
		margin: 0 auto;
	}

	.choose_box_clicked:hover {
		width: 255px;
		height: 293px;
	}
}

@media only screen and (max-width: 1300px) {
	.main_top {
		width: 100%;
		position: relative;
		height: 595px;
		background: url(../images/bg_l.jpg) center top no-repeat;
		background-image: -webkit-image-set(url(../images/bg_l.jpg) 1x,
				url(../images/bg_l@2x.jpg) 2x);
		background-image: -moz-image-set(url(../images/bg_l.jpg) 1x,
				url(../images/bg_l@2x.jpg) 2x);
		background-image: -o-image-set(url(../images/bg_l.jpg) 1x,
				url(../images/bg_l@2x.jpg) 2x);
		background-image: -ms-image-set(url(../images/bg_l.jpg) 1x,
				url(../images/bg_l@2x.jpg) 2x);
	}

	.main_title {
		width: 415px;
		/*max-width: 33%;*/
		margin-left: -455px;
		top: -60px;
	}

	.main_ghost {
		margin-left: -138px;
		width: 630px;
		bottom: 10px;
	}
}

@media only screen and (max-width: 1025px) {
	.main_top {
		width: 100%;
		position: relative;
		height: 595px;
		background: url(../images/bg_m.jpg) center top no-repeat;
		background-image: -webkit-image-set(url(../images/bg_m.jpg) 1x,
				url(../images/bg_m@2x.jpg) 2x);
		background-image: -moz-image-set(url(../images/bg_m.jpg) 1x,
				url(../images/bg_m@2x.jpg) 2x);
		background-image: -o-image-set(url(../images/bg_m.jpg) 1x,
				url(../images/bg_m@2x.jpg) 2x);
		background-image: -ms-image-set(url(../images/bg_m.jpg) 1x,
				url(../images/bg_m@2x.jpg) 2x);
	}

	.main_title {
		width: 380px;
		margin-left: -410px;
		top: -50px;
	}

	.main_ghost {
		margin-left: -140px;
		width: 600px;
		bottom: 0px;
	}
}

@media only screen and (max-width: 900px) {
	.footer_main {
		width: 95%;
	}

	.footer_align {
		width: 95%;
	}

}

@media only screen and (max-width: 850px) {
	.fleft {
		float: none;
		clear: both;
	}

	.info_logo {
		display: none;
	}

	.footer_align {
		width: 80%;
	}
}

@media only screen and (max-width: 800px) {
	.footer_align {
		width: 95%;
	}

	.box_align {
		width: 98%;
	}
}

@media only screen and (max-width: 770px) {
	.main_top {
		width: 100%;
		position: relative;
		height: 427px;
		background: url(../images/bg_m_2.jpg) center top no-repeat;
		background-image: -webkit-image-set(url(../images/bg_m_2.jpg) 1x,
				url(../images/bg_m_2@2x.jpg) 2x);
		background-image: -moz-image-set(url(../images/bg_m_2.jpg) 1x,
				url(../images/bg_m_2@2x.jpg) 2x);
		background-image: -o-image-set(url(../images/bg_m_2.jpg) 1x,
				url(../images/bg_m_2@2x.jpg) 2x);
		background-image: -ms-image-set(url(../images/bg_m_2.jpg) 1x,
				url(../images/bg_m_2@2x.jpg) 2x);
	}

	.main_title {
		width: 290px;
		margin-left: -320px;
		top: -50px;
	}

	.main_ghost {
		margin-left: -110px;
		width: 430px;
		bottom: 0px;
	}

	.detail_text {
		width: 90%;
	}

	.footer_main {
		width: 95%;
	}

	.footer_info {
		margin-right: 0;
	}
}

@media only screen and (max-width: 700px) {
	.content_box {
		float: none;
		position: relative;
		width: 80%;
		margin-left: 0;
		margin: 16px auto;
	}

	.box_left {
		position: relative;
		float: none;
		clear: both;
		margin: 0 auto;
	}

	.box_right {
		width: 80%;
		max-width: 280px;
		text-align: center;
		padding: 6px 10px;
		position: relative;
		float: none;
		clear: both;
		margin: 0 auto;
	}

	.text_con {
		text-align: center;
	}

	.detail_text {
		width: 95%;
	}

	.form_block {
		padding: 20px 0 35px 0;
	}

	.ghost_title {
		margin-bottom: 0px;
	}

	.ghost_block {
		padding: 20px 0;
	}

	.box_align_c {
		width: 86%;
		margin: 0 auto;
		position: relative;
		padding: 0 0 10px 0;
	}

	.choose_box {
		float: left;
		position: relative;
		width: 50%;
		height: auto;
		margin-left: 0%;
		padding: 10px 0;
	}

	.myghost {
		width: 100%;
		height: auto;
		transition: 0.4s;
	}


}


@media only screen and (max-width: 680px) {
	.ct_pic {
		width: 90%;
	}

	.table_form {
		width: 90%;
	}
}

@media only screen and (max-width: 650px) {
	.main_top {
		width: 100%;
		position: relative;
		height: 427px;
		background: url(../images/bg_s.jpg) center top no-repeat;
		background-image: -webkit-image-set(url(../images/bg_s.jpg) 1x,
				url(../images/bg_s@2x.jpg) 2x);
		background-image: -moz-image-set(url(../images/bg_s.jpg) 1x,
				url(../images/bg_s@2x.jpg) 2x);
		background-image: -o-image-set(url(../images/bg_s.jpg) 1x,
				url(../images/bg_s@2x.jpg) 2x);
		background-image: -ms-image-set(url(../images/bg_s.jpg) 1x,
				url(../images/bg_s@2x.jpg) 2x);
	}

	.main_title {
		width: 250px;
		margin-left: -200px;
		top: -30px;
	}

	.main_ghost {
		margin-left: -110px;
		width: 370px;
		bottom: -15px;
	}

	.footer_main {
		width: 100%;
	}

	.share_icon {
		float: left;
	}

	.footer_info {
		font-size: 18px;
	}

	.pop_align {
		width: 260px;
		height: auto;
	}

	.anspop_title{
		font-size: 24px;
	}

	.share_t{
		font-size: 24px;
	}
}

@media only screen and (max-width: 568px) {
	.box_left {

		position: relative;
		float: none;
		clear: both;
		margin: 0 auto;
	}

	.box_right {
		width: 80%;
		max-width: 280px;
		text-align: center;
		padding: 6px 10px;
		position: relative;
		float: none;
		clear: both;
		margin: 0 auto;
	}

	.text_con {
		text-align: center;
	}

	.detail_text {
		width: 95%;
	}

	.private {
		font-size: 16px;
	}

	.info_logo {
		display: none;
	}

	.footer_align {
		width: 95%;
	}

	.footer {
		height: 110px;
	}

	.footer_align {
		width: 300px;
	}

	.footer_main {
		width: 300px;
		text-align: center;
	}

	.footer_share {
		position: relative;
		float: none;
		width: 200px;
		text-align: center;
		margin: 6px auto;
	}

	.footer_info {
		position: relative;
		float: none;
		color: #fff;
		margin: 8px auto 0 auto;
		width: 96%;
		padding-top: 0px;
		text-align: center;
	}

	.info_tel {
		float: none;
	}


	.ghost_title p{
		font-size: 20px;
	}
}

@media only screen and (max-width: 500px) {
	.feature_title {
		width: 100%;
		padding: 20px 0;
		margin-top: 20px;
		clear: both;
		text-align: center;
	}

	.ft_pic {
		margin: 0 auto;
		width: 98%;
		height: auto;
	}

}

@media only screen and (max-width: 410px) {
	.main_top {
		width: 100%;
		position: relative;
		height: 378px;
		background: url(../images/bg_xs.jpg) center top no-repeat;
		background-image: -webkit-image-set(url(../images/bg_xs.jpg) 1x,
				url(../images/bg_xs@2x.jpg) 2x);
		background-image: -moz-image-set(url(../images/bg_xs.jpg) 1x,
				url(../images/bg_xs@2x.jpg) 2x);
		background-image: -o-image-set(url(../images/bg_xs.jpg) 1x,
				url(../images/bg_xs@2x.jpg) 2x);
		background-image: -ms-image-set(url(../images/bg_xs.jpg) 1x,
				url(../images/bg_xs@2x.jpg) 2x);
	}

	.main_title {
		width: 220px;
		margin-left: -140px;
		top: -30px;
	}

	.main_ghost {
		margin-left: -160px;
		width: 330px;
		bottom: -10px;
	}
}



/*new header*/


@media all and (max-width:1000px) {

	/* common */
	.inside {
		width: 100%;
	}

	.header {
		width: 96%;
		padding-left: 2%;
		padding-right: 2%;
	}
}

@media all and (max-width:790px) {
	.mobile-banner {
		position: relative;
		display: block;
		width: 100%;
		height: 350px;
		padding: 0;
		background: url("http://source.vipabc.com/ext/images/website/abc/linkage_page/threeBody/banner.jpg") no-repeat 33% center;
		background-size: cover;
	}
}


@media all and (max-width:610px) {

	/*header*/
	.header {
		/*height:auto*/
		;
		padding: 0;
		width: 100%;
	}

	.header-tel {
		display: none;
	}

	.logo {
		margin-top: 16px;
	}

	.logo img {
		margin-left: 5px;
	}

	.logo-info {
		padding-top: 11px;
		line-height: normal;
	}

	.logo-info img {
		width: 120px;
	}

	.mobile-tel {
		display: block;
		float: right;
		margin: 5px;
	}

	.mobile-tel img {
		width: 35px;
		margin-top: 5px;
	}

	/*banner*/
	.mobile-banner {
		height: 300px;
		background-position: 38% center;
	}
}


@media all and (max-width:380px) {

	/*header*/
	.logo {
		/*margin-top: 6px;*/
	}

	.logo img {
		width: 150px;
	}

	.logo-info {
		font-size: 16px;
		padding-top: 12px;
	}

	/*banner*/
	.mobile-banner {
		height: 270px;
		background-position: 38% center;
	}

	.banner .topic h5 {
		font-size: 18px;
	}

}

@media all and (max-width:330px) {

	/*header*/
	.logo {
		/*margin-top:6px;*/
	}

	.logo-info {
		padding-top: 11px;
	}

	/*banner*/
	.mobile-banner {
		height: 210px;
		background-position: 38% center;
	}

	.banner .topic {
		top: 70px;
	}

	.banner .topic img {
		width: 80%;
	}

	.banner .topic h5 {
		font-size: 15px;
	}

	.banner .topic h5 strong {
		font-size: 22px;
	}
}
