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;
}

/*右方快捷影片廣告*/
.right-sp-video {	
	
    position: fixed;

    top: 148px;
    right: 0;
    bottom: 0;
    /*margin: auto 0;*/

    background-color: transparent;
    background-image: url(../../images/new/right-sp-video.png);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: 40px 160px;
    width: 40px;
	height: 160px;
/*    height: 220px;*/
    overflow: hidden;
    z-index: 999;
    border-bottom-left-radius: 20px;
    border-top-left-radius: 20px;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
    cursor: pointer;
}
/*右方快捷影片廣告*/

/*上方封面*/
.btn-go {
	position: relative;
    margin: 0 auto;
    top: 528px;
    left: -256px;
	width: 550px;
	transition: all .15s ease-in-out;	
	
	cursor: pointer;
}
.btn-go img {
	position: absolute;
}
.btn-go img:last-child {
	opacity: 0;
	transition: all .15s ease-in-out;
}
.btn-go:hover img:last-child {
	opacity: 1;
}
.share-box {
	position: relative;
    margin: 0 auto;
    top: 66px;
    left: 464px;
	width: 104px;
	display: flex;
	opacity: 0;
	
	transition: all .15s ease-in-out;
}
.share-box .round {
	width: 56px;
	height: 56px;
	border-radius: 50%;
	background-color: aquamarine;
}
.share-box .round:last-child {
	position: relative;
	left: 10px;
}
.carousel-item {
    width: 100%;
    height: 760px;
}
.carousel-item .petPage-main-bg {
	position: relative;
	background-position: center center;
	background-repeat: no-repeat;
    width: 100%;
    height: 760px;
	image-rendering: -webkit-optimize-contrast;
}
.carousel-item .petPage-main-bg {
	background-image: url("https://www.etwarm.com.tw/images/pet/1920x760.jpg");
}
@media (max-width: 1180px) {
.btn-go {
    top: 536px;
    left: -138px;
	width: 420px;
}
.share-box {
    top: 51px;
    left: 270px;
}
.share-box .round {
}
.share-box .round:last-child {
}
.carousel-item .petPage-main-bg {
	background-image: url("https://www.etwarm.com.tw/images/pet/1180x760.jpg");
}
}
@media (max-width: 680px) {
.btn-go {	
	top: 580px;
    left: 0;
	width: 292px;
}
.share-box {
    top: 33px;
    left: 100px;
	width: 92px;
}
.share-box .round {
	width: 46px;
	height: 46px;
}
.share-box .round:last-child {
	left: 6px;
}
.carousel-item .petPage-main-bg {
	background-image: url("https://www.etwarm.com.tw/images/pet/768x760.jpg");
}
}
/*上方封面*/

/*主要*/
.bg-box {
	background: url(../../images/pet/bg.jpg) top center;
/*
    background-size: cover;    
    background-attachment: fixed;
*/
}
.pet-content-text-1 {
	position: relative;
	margin: 16px auto 16px auto;	
	padding: 0px 24px;
}
.pet-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);
}
.pet-content-text-1.mw100 .text {
	max-width: 100%;
}
.pet-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;	
}
.pet-content-text-2 .icon-img {
	margin-left: 8px;
	max-width: 80px;
	transition: all .15s ease-in-out;
}
.pet-content-text-2:hover .icon-img {
	max-width: 100px;
}
.pet-content {
	width: 100%;
	align-items: center;
}
.pet-photo {
	flex: 1 1 86px;
	padding-left: 90px;
}
.pet-title {
	flex: 1 1 50%;
	padding: 0 90px 0 24px;
}
.pet-btn1 {
	display: flex;
	justify-content: center;
	padding: 0 16px;
}
.pet-btn1>div {
	max-width: 265px;
	margin: 28px 20px;
	cursor: pointer;
	transition: all .15s ease-in-out;
}
.pet-btn1>div:hover {
	max-width: 280px;
}
.can-dog, .can-cat {
	max-width: 180px;
	position: absolute;
	top: 50px;
}
.can-dog {
	left: -172px;
}
.can-cat {
	right: -172px;
}
.pet-round {
	padding: 0 92px;
}
.pet-round-box iframe {
	width: 400px;
	height: 563px;
}
.pet-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);
}
.pet-round-box.content1 {
	padding: 80px 24px 24px 24px;
	margin: 104px auto 0px auto;
}
.pet-round-box.content2 {
	padding: 24px 24px 24px 24px;
	margin: 20px auto 0 auto;
}
.round-box-c1 {
	max-width: 440px;
    position: absolute;
    top: -80px;
    left: -28px;
}
.round-box-c2 {
	max-width: 280px;
    position: absolute;
    top: -168px;
    right: -32px;
}
.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-pet-box {	
	display: block;
}
.etwarm-southchina-pet-box img {
	border-radius: 8px;
}
.etwarm-southchina-pet-box img:nth-child(2) {
	display: none;
}
@media (max-width: 1036px) {
.pet-round-box.content1 {
	margin: 124px auto 0px auto;
}
.round-box-c2 {
	max-width: 204px;
    top: -128px;
}
}
@media (max-width: 850px) {
.can-dog, .can-cat {
	position: static;
	display: inline-block;
	margin: 10px 0;
}
}
@media (max-width: 768px) {
.pet-content-text-1 {
	margin: 0px auto 12px auto;	
}
.pet-content-text-1 .text {
	font-size: 24px;
}
.pet-photo {
	padding-left: 36px;
}
.pet-title {
	padding: 0 36px 0 24px;
}
.pet-btn1>div {
	margin: 28px 10px;
}
.round-box-c1 {
	max-width: 400px;
}
.pet-round-box.content1 {
	margin: 104px auto 0px auto;
}
}
@media (max-width: 680px) {
.pet-btn1>div {
	width: 100%;
}
.pet-content {
	text-align: center;
}
.pet-photo {
	flex: 1 1 100%;
	padding-left: 0px;
	padding: 0 48px;
	max-width: 268px;
    margin: 0 auto 18px auto;
}
.pet-title {
	flex: 1 1 100%;
	padding: 0 24px;
}
.can-dog, .can-cat {
	max-width: 120px;
}
.pet-round {
	padding: 0 16px;
}
.pet-round-box.content1 {
	padding: 40px 0px 16px 0px;
    margin: 60px auto 0px auto;
}
.round-box-c1 {
    max-width: 300px;
    top: -52px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.round-box-c2 {
	display: none;
}
.pet-content-text-2 {
	font-size: 20px;
	margin-top: 16px;
	cursor: pointer;
}
.pet-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;
}
.pet-round-box.content2 {
	padding: 16px;
}
.etwarm-southchina-pet-box img:nth-child(1) {
	display: none;
}
.etwarm-southchina-pet-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;
}
.pet-round-box iframe {
	width: 292px;
	height: 455px;
}
}
@media (max-width: 320px) {
.pet-content-text-1 .text {
    font-size: 17px;
}
.pet-round-box.content1 {
	padding: 28px 0px 16px 0px;
}
.round-box-c1 {
    max-width: 264px;
}
.pet-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;
}
}

.hr-style1 {
	border-top: 1px dashed #90bbc2;
	margin: 0px 0px 36px 0px;
}