html, body {
/* height: 100%;*/
}
body {
}
.navbars-box.sub {
    height: 92px;
}
.navbars-box-top {
    padding-top: 46px;
}
/*選單與標題*/
.top-menu-btn-box>div, .top-menu-btn-box>a {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    height: 46px;
    background-color: #3E3A39;
    color: #fff;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, opacity .15s ease-in-out;
}
.top-menu-btn-box>div, .top-menu-btn-box>a {
    border-right: 1px solid #595757;
}
.top-menu-btn-box>div:last-child, .top-menu-btn-box>a:last-child {
    border-right: 0px;
}
.top-menu-btn-box>div:hover, .top-menu-btn-box>a:hover {
}
.top-menu-btn-box>div.active , .top-menu-btn-box>a.active {
}
.nav-pills .nav-link {
    border-radius: 0px;
    padding: 0px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: inherit;
    background-color: whitesmoke;
}



/*上方封面*/


.carousel-item {
    width: 100%;
    height: 420px;
}
.carousel-item .charityPage-main-bg {
	position: relative;
	background-position: center center;
	background-repeat: no-repeat;
    width: 100%;
    height: 420px;
	image-rendering: -webkit-optimize-contrast;
	background-color: #f9f1ec;
}
.carousel-item .charityPage-main-bg {
	background-image: url("/images/charity/1920x760.jpg");
}
@media (max-width: 1180px) {


	.carousel-item .charityPage-main-bg {
		background-image: url("../../images/charity/1180x760.jpg");
	}
}
@media (max-width: 680px) {

	.carousel-item .charityPage-main-bg {
		background-image: url("../../images/charity/768x760.jpg");
	}
}
/*上方封面*/

/*主要*/
.bg-box {
	background-color: #f9f1ec;
}
.charity-content-text-1 {
	position: relative;
	margin: 16px auto 16px auto;	
	padding: 0px 24px;
}
.charity-content-text-1 .text {
	max-width: 424px;
	text-align: center;
	font-weight: bold;
	font-size: 28px;
	background-color: #ffffff;
	border-radius: 8px;
	padding: 16px 20px;
	box-shadow: 0 0 4px rgba(0,0,0, .1);
}
.charity-content-text-1.mw100 .text {
	max-width: 100%;
}
.charity-content-text-2 {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-weight: bold;
	font-size: 28px;
	margin-top: 16px;
	cursor: pointer;	
}
.charity-content-text-2 .icon-img {
	margin-left: 8px;
	max-width: 80px;
	transition: all .15s ease-in-out;
}
.charity-content-text-2:hover .icon-img {
	max-width: 100px;
}
.charity-content {
	width: 100%;
	align-items: center;
}
.charity-photo {
	flex: 1 1 86px;
	padding-left: 90px;
}
.charity-title {
	flex: 1 1 50%;
	padding: 0 90px 0 24px;
}



.charity-round {
	padding: 0 92px;
}
.charity-round-box iframe {
	width: 400px;
	height: 563px;
}
.charity-round-box {
	position: relative;
	background-color: rgba(255,255,255,0.5);
	border: 2px solid #3e3a39;
	border-radius: 16px;
	max-width: 920px;
	text-align: center;
	box-shadow: 0 0 4px rgba(0,0,0, .3);
}
.charity-round-box.content1 {
	padding: 80px 24px 24px 24px;
	margin: 104px auto 0px auto;
}
.charity-round-box.content2 {
	padding: 24px 24px 24px 24px;
	margin: 20px auto 0 auto;
}

.span-color {
	color: #eaa7b0;
}
.footer-img {
	position: relative;
	margin: 0 auto;
	max-width: 952px;
	padding: 0 16px;
	margin-bottom: 36px;

	display: block;
	text-align: center;
}
.footer-img>img:nth-child(2) {
	display: none;
}
.footer-img-c-box {
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
    right: 0;
	padding: 0px 44px;
	display: flex;
	align-items: center;
}
.footer-img-c-box>a, .footer-img-c-box>div {
	padding: 0px 8px;
}
/* 僅 IE11 */
@media all and (-ms-high-contrast:none) {
.footer-img-c-box>a, .footer-img-c-box>div {	
	width: 100%;
}
}
.etwarm-southchina-charity-box {	
	display: block;
}
.etwarm-southchina-charity-box img {
	border-radius: 8px;
}
.etwarm-southchina-charity-box img:nth-child(2) {
	display: none;
}
@media (max-width: 1036px) {
.charity-round-box.content1 {
	margin: 124px auto 0px auto;
}
.round-box-c2 {
	max-width: 204px;
    top: -128px;
}
}
@media (max-width: 850px) {

}
@media (max-width: 768px) {
.charity-content-text-1 {
	margin: 0px auto 12px auto;	
}
.charity-content-text-1 .text {
	font-size: 24px;
}
.charity-photo {
	padding-left: 36px;
}
.charity-title {
	padding: 0 36px 0 24px;
}

.round-box-c1 {
	max-width: 400px;
}
.charity-round-box.content1 {
	margin: 104px auto 0px auto;
}
}
@media (max-width: 680px) {

.charity-content {
	text-align: center;
}
.charity-photo {
	flex: 1 1 100%;
	padding-left: 0px;
	padding: 0 48px;
	max-width: 268px;
    margin: 0 auto 18px auto;
}
.charity-title {
	flex: 1 1 100%;
	padding: 0 24px;
}

.charity-round {
	padding: 0 16px;
}
.charity-round-box.content1 {
	padding: 40px 0px 16px 0px;
    margin: 60px auto 0px auto;
}

.charity-content-text-2 {
	font-size: 20px;
	margin-top: 16px;
	cursor: pointer;
}
.charity-content-text-2 .icon-img {
	margin-left: 8px;
	max-width: 50px;
}
.footer-img>img:nth-child(1) {
	display: none;
}
.footer-img>img:nth-child(2) {
	display: inline-block;
}
.charity-round-box.content2 {
	padding: 16px;
}
.etwarm-southchina-charity-box img:nth-child(1) {
	display: none;
}
.etwarm-southchina-charity-box img:nth-child(2) {
	display: inline-block;
}
.footer-img-c-box {
	flex-direction: column;
	justify-content: center;
	top: 48px;
}
.footer-img-c-box>a, .footer-img-c-box>div {
	padding: 0px 46px;
    margin-bottom: 10px;
}
.footer-img-c-box .logo-1 {
	padding: 0px 28px;
}
.charity-round-box iframe {
	width: 292px;
	height: 455px;
}
}
@media (max-width: 320px) {
.charity-content-text-1 .text {
    font-size: 17px;
}
.charity-round-box.content1 {
	padding: 28px 0px 16px 0px;
}
.round-box-c1 {
    max-width: 264px;
}
.charity-round-box iframe {
	width: 260px;
	height: 458px;
}
.footer-img-c-box>a, .footer-img-c-box>div {
	padding: 0px 34px;
    margin-bottom: 10px;
}
}
/*主要*/


.push-modal-box {
	position: fixed;
	right: 0;
	bottom: 0;
	z-index: 0;
	pointer-events: none;
	opacity: 0;

	transform: translate(0px, 40px);
	will-change: transform;
	transition: all .3s ease-out;

	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;		
}
.push-modal-box.show {
	opacity: 1;
	transform: translate(0px, 0px);
}
.push-modal-box.show .push-modal-imgBox {
	pointer-events: auto;
}
.push-modal-imgBox {
	position: relative;
	width: 360px;
	height: auto;
	border-radius: 16px;
	background-color: #90bbc2;
	box-shadow: 0px 1px 6px 1px rgba(0, 0, 0, .2);
}
.push-modal-imgBox>img {
	border-radius: 16px 16px 0 0;
	width: 100%;
	height: auto;	
}
.push-modal-imgBox .text {
	text-align: center;
	padding: 12px;
	margin: 24px;
	background-color: white;
	border-radius: 8px;
	font-size: 12px;
}
.push-modal-imgBox .text .img {
	width: 188px;
	height: auto;
}
.push-modal-imgBox .text>div, .push-modal-imgBox .text>a {
	margin-bottom: 8px;
}
.push-modal-imgBox .text>div:last-child {
	margin-bottom: 0px;
}
.push-modal-imgBox .text>div:nth-child(1) {
	color: #90bbc2;
	font-size: 20px;
	font-weight: bold;
}
.push-modal-imgBox .text>div:nth-child(3) {
	font-size: 15px;
	text-align: left;
}
.push-modal-imgBox .text>div:last-child {
	font-size: 12px;
	text-align: left;
	color: #9fa0a0;
}
.push-modal-close {
	position: absolute;
    top: -13px;
    right: -13px;
    padding: 2px;
    border-radius: 50%;
    font-size: 32px;
    color: #3E3A39;
    background-color: white;
    width: 36px;
    height: 36px;
    cursor: pointer;
    box-shadow: 0px 1px 6px 1px rgb(0 0 0 / 20%);
}
@media (max-width: 680px) {
.push-modal-imgBox {
	width: 300px;
}
.push-modal-imgBox>img {
	display: none;
}
.push-modal-imgBox .text {
	margin: 12px;
}
.push-modal-imgBox .text>div:nth-child(3) {
	font-size: 13px;
	text-align: left;
}
}
@media (max-width: 320px) {
.push-modal-imgBox .text>div:nth-child(3) {
	font-size: 12px;
	text-align: left;
}
}

.news-box .col-l{
	flex: 0 0 100%;
    max-width: 100%;
}