	.popapp-fixedBottomBar{
		position: absolute;
		bottom: 0px;
		z-index: 3;
		width: 100%;
		background-color: #333;
		left: 0;
		bottom: 0;
		border-bottom: constant(safe-area-inset-bottom) solid transparent;
		border-bottom: env(safe-area-inset-bottom) solid transparent;
	}
	.popapp-fixedBottomBar * {
		box-sizing: content-box;
	}
	.popapp-fixedBottomBar ul{
		display: flex;
        list-style: none;
        margin: 0;
        padding: 0;
        /*overflow: auto;*/
        text-align: center;
        max-width: 600px;
        margin: 0 auto;
	}
	.popapp-fixedBottomBar .fixedMenu-sec .col-content:not(:last-child){
		border-right: .5px solid;
	}
	.popapp-fixedBottomBar ul.fixedMenu-sec li{
		flex: 1;
		float: left;
		margin: 15px 0;
		color: #fff;
		font-size: 0.8em;
        cursor: pointer;
        height: 18px;
    }

	.popapp-fixedBottomBar .icon{
		width: 18px;
		height: 18px;
		background-repeat: no-repeat;
	    background-size: 100%;
	    background-position: center;

		margin: 1px 0;
        margin-bottom: -4px;
		line-height: 15px;
		display: inline-block;
    }
	.popapp-fixedBottomBar .icon.like {
		background-image: url(../img/globalicon/white-heart.png);
	}
	.popapp-fixedBottomBar .icon.reply {
		background-image: url(../img/globalicon/message-circle.png);
	}
	.popapp-fixedBottomBar .icon.save {
		background-image: url(../img/globalicon/star.png);
	}
	.popapp-fixedBottomBar .menuLikeBTN[data-isclicked="1"] .icon {
		background-image: url(../img/globalicon/like02.png) !important;
	}
	.popapp-fixedBottomBar .menuSavedBTN[data-isclicked="1"] .icon {
		background-image: url(../img/globalicon/star@3x.png) !important;
	}
	.popapp-fixedBottomBar span.num{
		margin-left: 3px;
	}

	.popapp-fixedBottomBar .replyBar{
		list-style: none;
		padding: 10px 0 10px 0;
		overflow: hidden;
		text-align: center;
		max-width: 600px;
		margin: 0 auto;
		display: none;
	}
	.popapp-fixedBottomBar .replyBar li{
		float: left;
	}
	.popapp-fixedBottomBar .replyBar .user-img{
		width: 2em;
		margin: 0 10px 0 10px;
	}
	.popapp-fixedBottomBar .replyBar .inputText{
        width: calc(100% - 115px);
        /* margin-bottom: 15px; */
	}
	.popapp-fixedBottomBar .replyBar .replyBtn{
		color: #FFF;
		width: 40px;
		padding-left: 18px;
		padding-top: 15px;
		padding-right: 30px;
		padding-bottom: 20px;
		margin-top: -15px;
		margin-right: -30px;
		margin-bottom: -20px;
		line-height: 32px;
		cursor: pointer;
	}
	.popapp-fixedBottomBar .replyBar .inputText textarea {
		display: block;
		margin:0 auto;
		overflow: scroll;
		width: 100%;
		font-size: 1em;
		height: 1.8em;
		line-height: 1.8em;
		padding:2px 5px;
		border-radius: 5px;
		outline: 0 none;
		border-color: rgba(82, 168, 236, 0.8);
		-webkit-appearance:none;appearance: none;

		/* position: absolute; */
		bottom:0;
		left:0;
		right: 0;
	}


	.popapp-fixedBottomBar .replyBar .upload-img{
		width: 30px;
		height: 30px;
		margin: 0 10px 0 10px;
		overflow: hidden;
		cursor:pointer;
		background-image: url(https://i0.wp.com/static.popdaily.com.tw/img/icon/camera_alt_white_72x72.png);
		background-size:100%;
		background-position: center;
		background-repeat: no-repeat;
		margin-top:2px;
	}
	.popapp-fixedBottomBar .replyBar .upload-img input{
		right: 0;
		top: 0;
		opacity: 0;
		width: 100%;
		cursor: pointer;
		height: 100%;
	}
	.popapp-fixedBottomBar .replyBar .inputText .upload-img{
		display: none;
	}

	.popapp-fixedBottomBar .like-icon, .popapp-fixedBottomBar .icon-white-star{
		position: relative;
	}
	.popapp-fixedBottomBar svg{
		display: none;
		position: absolute;
		left: calc(50% - 9px);
	}
	.popapp-fixedBottomBar .like-icon svg{
		transform: scale(3) !important;
		left: -8px;
		top: -1px;
	}
	.popapp-fixedBottomBar .icon-white-star svg{
		top: calc(50% - 9px);
		transform: scale(3) !important;
	}

	.popapp-fixedBottomBar.white {
		background-color: #FFF;
	    -moz-box-shadow: 0 -2px 7px 0px rgba(0, 0, 0, 0.09);
	    -webkit-box-shadow: 0 -2px 7px 0px rgba(0, 0, 0, 0.09);
	    box-shadow: 0 -2px 7px 0px rgba(0, 0, 0, 0.09);
	}

	.popapp-fixedBottomBar.white ul.fixedMenu-sec li {
		color: #666;
		border-right-color: #eee !important;
	}

	.popapp-fixedBottomBar.white .icon {
		margin-right: 5px;
	}
	

	.popapp-fixedBottomBar.white .icon.like {
		background-image: url(https://i0.wp.com/static.popdaily.com.tw/img/icon/heart@3x.png);
	}
	.popapp-fixedBottomBar.white .icon.reply {
		background-image: url(https://i0.wp.com/static.popdaily.com.tw/img/icon/inactive_3@3x.png);
	}
	.popapp-fixedBottomBar.white .icon.comment {
		background-image: url(../img/globalicon/lightgrey/wirte.png);
	}
	.popapp-fixedBottomBar.white .icon.save {
		background-image: url(https://i0.wp.com/static.popdaily.com.tw/img/icon/inactive_2@3x.png);
	}
	/* .popapp-fixedBottomBar.white .replyBar .upload-img {
		background-image: url(https://i0.wp.com/static.popdaily.com.tw/img/icon/camera@3x.png);
	} */
	.popapp-fixedBottomBar.white .replyBar li.upload-img{
		display: none;
	}
	.popapp-fixedBottomBar.white .replyBar .inputText .upload-img{
		display: block;
		opacity: .8;
	}

	.popapp-fixedBottomBar.white .replyBar .replyBtn {
		color: rgb(131,142,255);
		padding-left: 10px;
		padding-right: 13px;
		margin-right: 0px;
		margin-left: 60px;
	}

	.popapp-fixedBottomBar.white .replyBar .inputText{
		width: calc(100% - 135px);
		margin-left: 10px;
		flex: 1;
		position: relative;
	}
	.popapp-fixedBottomBar.white .replyBar .inputText textarea {
		border-radius: 20px;
		border-color: rgb(236, 236, 236);	
		padding: 2px 45px 2px 12px;
	}

	.popapp-fixedBottomBar.white .replyBar .upload-img{
		margin: 10px;
		cursor: pointer;
		background-image: url(https://i0.wp.com/static.popdaily.com.tw/img/icon/camera@3x.png);
		background-size: 100%;
		margin-top: 2px;
		position: absolute;
		right: -60px;
		top: 0px;
		background-position: center;
		background-size: 24px;
		/* bottom: 10px; */
	}


	.popapp-fixedBottomBar .like-post-span-SVG{
		width: 50px;
		position: fixed;
		height: 50px;
		float: left;
		overflow: hidden;
		margin-left: -17px;
		margin-top: -17px;
	}