*,::after,::before{-webkit-box-sizing:border-box;box-sizing:border-box}
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}
:focus{outline:0}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}
body{line-height:1}
ol,ul{list-style:none}
blockquote,q{quotes:none}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}
table{border-collapse:collapse;border-spacing:0}
input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration,input[type=search]::-webkit-search-results-button,input[type=search]::-webkit-search-results-decoration{-webkit-appearance:none;-moz-appearance:none}
input[type=search]{-webkit-appearance:none;-moz-appearance:none;-webkit-box-sizing:content-box;box-sizing:content-box}
textarea{overflow:auto;vertical-align:top;resize:vertical}
audio,canvas,video{display:inline-block;*display:inline;*zoom:1;max-width:100%}
audio:not([controls]){display:none;height:0}
[hidden]{display:none}
html{font-size:100%;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}
a:focus{outline:thin dotted}
a:active,a:hover{outline:0}
img{border:0;-ms-interpolation-mode:bicubic}
figure{margin:0}
form{margin:0}
fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em}
legend{border:0;padding:0;white-space:normal;*margin-left:-7px}
button,input,select,textarea{font-size:100%;margin:0;vertical-align:baseline;*vertical-align:middle}
button,input{line-height:normal}
button,select{text-transform:none}
button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer;*overflow:visible}
button[disabled],html input[disabled]{cursor:default}
input[type="checkbox"],input[type="radio"]{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0;*height:13px;*width:13px}
input[type=search]{-webkit-appearance:textfield;-webkit-box-sizing:content-box;box-sizing:content-box}
input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}
button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}
textarea{overflow:auto;vertical-align:top}
table{border-collapse:collapse;border-spacing:0}
html,button,input,select,textarea{color:#222}
::-moz-selection{background:#b3d4fc;text-shadow:none}
::selection{background:#b3d4fc;text-shadow:none}
img{vertical-align:middle}
fieldset{border:0;margin:0;padding:0}
textarea{resize:vertical}
.chromeframe{margin:0.2em 0;background:#ccc;color:#000;padding:0.2em 0}
html,body{font:14px/1.4 -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji","PingFangTC","Microsoft JhengHei",sans-serif}
/*body{color:#fff;background:#393242 url("../images/main_bg.jpg") no-repeat center top;background-size:100% auto;overflow-x:hidden}*/
/*@media only screen and (min-width: 768px){body{background-image:url("../images/main_bg.jpg");background-repeat:repeat-x;background-size:auto}
}*/
::-moz-selection{color:#fff;background:rgba(255,153,0,0.7);text-shadow:none}
::selection{color:#fff;background:rgba(255,153,0,0.7);text-shadow:none}
a{text-decoration:none}
.container{width:100%;margin:0 auto;padding:0 .5rem;position:relative}
@media only screen and (min-width: 1280px){.container{max-width:1200px;padding:0}
}
.l-content{padding-top:42px}
@media only screen and (min-width: 768px){.l-content{padding-top:56px}
}
.l-footer{color:rgba(255,255,255,0.6);text-align:center;margin:1.5rem 0}
.footer-copyright{margin-bottom:.25rem;font-size:0.85714rem}
@media only screen and (min-width: 768px){.footer-copyright{display:inline-block}
.footer-copyright+.footer-copyright{margin-left:.5rem}
}
.l-header{top:0;right:0;left:0;padding:.5rem;background-color:rgba(255,255,255,0.3);position:fixed;z-index:100}
.l-header .container{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex}
.l-header .nav-item{min-width:calc(5em + .5rem);margin:0 .25rem;padding:.25rem .5rem;color:#cf5305;font-size:0.92857rem;text-align:center;background-color:rgba(255,255,255,0.4);border-radius:0.3rem;display:inline-block;position:relative}
@media only screen and (min-width: 768px){.l-header .nav-item{padding:.5rem 1rem;font-size:1rem}
}
.l-header .nav-item::before{content:"\0020";width:2em;top:100%;left:50%;margin-left:-1em;border-top:1px solid rgba(210,85,0,0.3);-webkit-transition:all .5s ease-out;transition:all .5s ease-out;position:absolute;z-index:1;opacity:0}
.l-header .nav-item::after{content:attr(aria-label);top:100%;right:0;left:0;padding:.5rem .25rem .25rem;color:rgba(210,85,0,0.7);font-size:0.85714rem;background-color:rgba(255,255,255,0.8);border-bottom-right-radius:0.3rem;border-bottom-left-radius:0.3rem;-webkit-transform:translateY(-5px);transform:translateY(-5px);-webkit-transition:all .3s ease-in;transition:all .3s ease-in;position:absolute;opacity:0}
.l-header .nav-item:hover{color:#D25500;background-color:rgba(255,255,255,0.8);border-bottom-right-radius:0;border-bottom-left-radius:0}
.l-header .nav-item:hover::before{opacity:1}
.l-header .nav-item:hover::after{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}
.header-logo{color:transparent;font-size:0}
.header-logo .img-m{width:auto;height:22px}
.article{padding:1rem 0}
.btn{width:257px;height:80px;color:#fff;font-size:1.71429rem;line-height:72px;font-weight:700;text-align:center;text-shadow:rgba(0,0,0,0.5) 0 3px 5px;background:url("../images/button-m.png") no-repeat;background-size:contain;display:inline-block}
@media only screen and (min-width: 768px){.btn{width:325px;height:80px;background-image:url("../images/button.png")}
}
@media only screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-width: 768px) and (min-device-pixel-ratio: 2), only screen and (min-width: 768px) and (min-resolution: 192dpi), only screen and (min-width: 768px) and (min-resolution: 2dppx){.btn{background-image:url("../images/button@2x.png")}
}
.bottom-buttons{margin:1rem 0 3rem;text-align:center}
@media only screen and (min-width: 768px){.bottom-buttons{margin-top:3rem}
}
.btn-buy{margin-top:.5rem;padding:1rem 3rem;color:#fff;font-size:1.42857rem;text-shadow:rgba(0,0,0,0.5) 0 1px 3px;background-image:-webkit-gradient(linear, left top, left bottom, from(#FFC741), to(#C23C18));background-image:linear-gradient(to bottom, #FFC741 0%, #C23C18 100%);border-radius:0.3rem;-webkit-box-shadow:rgba(0,0,0,0.3) 0 3px 5px;box-shadow:rgba(0,0,0,0.3) 0 3px 5px;display:inline-block}
@media only screen and (min-width: 768px){.btn-buy{font-size:1.71429rem}
}
.btn-buy:hover{background-image:-webkit-gradient(linear, left top, left bottom, from(#C23C18), to(#FFC741));background-image:linear-gradient(to bottom, #C23C18 0%, #FFC741 100%)}
.btn-policy{margin-bottom:3rem;padding:1rem 3rem;color:#fff;font-size:1.42857rem;text-shadow:rgba(0,0,0,0.5) 0 1px 3px;background-color:transparent;border:2px solid #fff;border-radius:0.3rem;-webkit-box-shadow:rgba(0,0,0,0.3) 0 3px 5px;box-shadow:rgba(0,0,0,0.3) 0 3px 5px;display:inline-block}
.btn-policy:hover{background-color:rgba(255,255,255,0.2)}
.row{list-style:none}
@media only screen and (min-width: 768px){.row{display:-webkit-box;display:-ms-flexbox;display:flex}
}
.col{max-width:100%;text-align:center;-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}
@media only screen and (min-width: 768px){.col{padding:0 .5rem;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column;display:-webkit-box;display:-ms-flexbox;display:flex}
}
.hr{min-height:73px;background:url("../images/sticker-m.png") no-repeat center center;background-size:contain;border:none;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;display:-webkit-box;display:-ms-flexbox;display:flex}
@media only screen and (min-width: 768px){.hr{min-height:94px;background-image:url("../images/sticker.png")}
}
.img-m{width:100%}
@media only screen and (min-width: 768px){.img-m{display:none}
}
.img{display:none}
@media only screen and (min-width: 768px){.img{max-width:100%;display:block}
}
.plan{max-width:450px;padding-top:1rem;-ms-flex-item-align:center;align-self:center;position:relative}
.coupon{width:calc(100vw - 1rem);height:calc((100vw - 1rem) / 425 * 254);margin-top:36px;background-image:url("../images/coupon.png");background-repeat:no-repeat;background-size:contain;position:relative}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx){.coupon{background-image:url("../images/coupon@2x.png")}
}
@media only screen and (min-width: 768px){.coupon{width:calc(50vw - 1rem);height:calc((50vw - 1rem) / 425 * 254)}
}
@media only screen and (min-width: 992px){.coupon{width:425px;height:254px}
}
.coupon .name{top:24px;left:24px;color:#333;font-size:1.42857rem;position:absolute}
@media only screen and (min-width: 992px){.coupon .name{top:36px;left:36px;font-size:1.71429rem}
}
.coupon .name .quantity{width:48px;height:48px;color:#fff;font-size:1.71429rem;font-weight:700;margin-right:.25rem;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:#BE5437;border-radius:100%;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex}
@media only screen and (min-width: 992px){.coupon .name .quantity{width:64px;height:64px;font-size:2rem}
}
.coupon .price{right:30%;bottom:40px;text-align:right;position:absolute}
@media only screen and (min-width: 768px){.coupon .price{right:96px;bottom:36px}
}
@media only screen and (min-width: 992px){.coupon .price{right:120px;bottom:48px}
}
.coupon .higherprice{color:rgba(255,255,255,0.8);font-size:0.85714rem;margin-bottom:.25rem}
.coupon .higherprice .label,.coupon .higherprice .currency{display:inline-block}
.coupon .higherprice .currency{font-weight:400;text-decoration:line-through}
.coupon .higherprice .currency::before{margin-right:0}
.coupon .lowerprice .currency{font-size:3rem;line-height:1}
@media only screen and (min-width: 768px){.coupon .lowerprice .currency{font-size:4rem}
}
.stamp{width:120px;height:120px;top:1rem;right:-.5rem;background-image:url("../images/stamp.png");background-size:contain;background-repeat:no-repeat;-webkit-filter:drop-shadow(rgba(0,0,0,0.3) 0 5px 10px);filter:drop-shadow(rgba(0,0,0,0.3) 0 5px 10px);-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;position:absolute;z-index:1}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx){.stamp{background-image:url("../images/stamp@2x.png")}
}
@media only screen and (min-width: 992px){.stamp{width:132px;height:132px;right:-1.5rem}
}
.stamp .currency{font-size:1.71429rem}
@media only screen and (min-width: 768px){.stamp .currency{font-size:2rem}
}
.currency{font-weight:700}
.currency::before{content:"\0024";margin-right:.25rem;font-size:.5em}
.qna{height:100%;margin:1.5rem 0;padding:1rem .5rem;background-color:#E7EBF4;border-radius:0.25rem;-webkit-box-shadow:rgba(0,0,0,0.3) 0 5px 10px;box-shadow:rgba(0,0,0,0.3) 0 5px 10px}
@media only screen and (min-width: 992px){.qna{margin:3rem 1.5rem 1rem}
}
.question .desc,.answer .desc{margin:0 .5rem 0 84px;padding:.5rem 1rem;text-align:left;background-color:#470680;border-radius:8px;-webkit-filter:none;filter:none;position:relative}
@media only screen and (min-width: 768px){.question .desc,.answer .desc{border-radius:24px}
}
.question .desc::before,.answer .desc::before{content:"\0020";width:0;height:0;top:8px;left:100%;border:6px solid transparent;border-left-color:#470680;position:absolute}
@media only screen and (min-width: 768px){.question .desc::before,.answer .desc::before{top:24px;border-width:8px}
}
.answer{margin-top:1rem;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;display:-webkit-box;display:-ms-flexbox;display:flex}
.answer .img-avatar{width:48px;margin-right:1rem}
@media only screen and (min-width: 768px){.answer .img-avatar{width:auto}
}
.answer .desc{margin-right:3rem;margin-left:0;background-color:#AD9ABD;-webkit-box-flex:1;-ms-flex:1;flex:1}
.answer .desc::before{right:100%;left:auto;border-right-color:#AD9ABD;border-left-color:transparent}
.subtitle{font-size:2rem;font-weight:700;text-align:center;-webkit-filter:drop-shadow(rgba(0,0,0,0.5) 0 1px 3px);filter:drop-shadow(rgba(0,0,0,0.5) 0 1px 3px)}
@media only screen and (min-width: 768px){.subtitle{font-size:2.57143rem}
}
.desc{font-size:1.28571rem;-webkit-filter:drop-shadow(rgba(0,0,0,0.5) 0 1px 3px);filter:drop-shadow(rgba(0,0,0,0.5) 0 1px 3px)}
@media only screen and (min-width: 768px){.desc{font-size:1.71429rem}
}
.desc.text-center{text-align:center}
.title{margin-right:-24px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column;display:-webkit-box;display:-ms-flexbox;display:flex;position:relative}
@media only screen and (min-width: 768px){.title{margin-right:-64px}
}
@media only screen and (min-width: 1025px){.title .btn{top:200px;right:100px;position:absolute}
}


body{
	/*background-position: center 6%;
	background-size: auto;*/
	/*background: #ffffff url("../images/main_bg.jpg") no-repeat center 2%;*/
	
}

.l-header{
	background-color: #ffffff;
	padding: 0.6rem;
}

.container .mobile{ 
display:none; }

.container{
	margin:0 auto;
	
}

/*.container .pc ,.container .mobile {
	clear: both;
}*/

.container .leader a, .container .light a,.container .free a, .container .fight a{ 
width: 100%; }

.container div a img{
	width: 100%;
	display: block;
}
.container a{
	display: block;
/*	float: left;*/
	/*width: 100%;*/

}

/* 20200305新增--------------------------------------- */
.content{
	margin: 0 auto;
	max-width: 2280px;
	 
}
.topbn{
	margin: 0 auto;
	width: 100%;
	height: 200px;
	background: url("../images/topbn_2280.png") top center no-repeat;
	background-size:auto;
	margin-top: 50px;
}

.word{
	width: 1280px;
	margin: 0 auto;
}
.word .note{
	text-align: center;
	font-size: 1.2rem;
	line-height: 3.5rem;
	color: #888888;
}

.word h2{
	text-align: center;
	font-size: 2.3rem;
	line-height: 5.5rem;
	color: #f29100;
}

.word hr{
	height:1px;
	border: 0;
	border-top:1px solid #f29100;
}

.word_content{
	padding-left: 2%;
	padding-right: 2%;
}
.word p{
	font-size: 1.2rem;
	line-height: 4.5rem;
}
.word ul{
	font-size: 1.2rem;
	line-height: 2.2rem;
	margin-bottom: 2%;
}

/* .word .word_tb{
	width: 100%;
	border: 1px solid #888888;
	text-align: center;
	line-height: 4.2rem;
	font-size: 1.2rem;
	margin-bottom: 1%;
}

.word .word_tb thead{
	background-color: #FFEED4;
}
.word .word_tb td{
	border: 1px solid #888888;
} */
.word_content_a span{
	font-weight: 600;
}
.word_content_a ul{
	font-size: 1.2rem;
	line-height: 2.2rem;
	margin-bottom: 2%;
	list-style: decimal;
	padding-left: 2%;
}

.word_content_a ol{
	font-size: 1.2rem;
	line-height: 2.2rem;
	list-style: initial;
	padding-left: 2%;
}
.word_content_a hr{
	height:1px;
	border: 0;
	border-top:1px solid #888888;
	margin-bottom: 2%;
}

.word_content_b h3{
	font-size: 1.2rem;
	line-height: 3rem;
	color: #f29100;
}

.word_content_b .limit{
	margin-top: 5%;
}

.word_content_b .limit_list{
	margin-bottom: 5%;
}
.word_content_b p{
	line-height: 2rem;
	margin-bottom: 1.3%;
}

.word_content_b .tt{
	width: 12%;
	height: 40px;
	border: 1px solid #E2E2E2;
	border-radius: 20px;
	text-align: center;
	line-height: 40px;
	background: #E2E2E2;
	
	margin-left: 1.3%;
	margin-bottom: 1.3%;
}

.word_content_b img{
	margin-bottom: 2%;
	border: 1px solid #bebebe;
}

.word .sub_tt{
	color: #888888;
	margin-top: 5%;
}
.word .but{
	width: 45%;
	height: 90px;
	border: 1px solid #888888;
	border-radius: 45px;
	text-align: center;
	line-height: 40px;
	margin: 0 auto;
	margin-bottom: 5%;
	
}

.word .btn-submit{
	border: 0;
	font-size: 2rem;
	line-height: 6rem;
	color: #3A58B0;
	background: none;
	
}

.word .but_s{
	width: 12%;
	height: 45px;
	border: 1px solid #888888;
	border-radius: 45px;
	text-align: center;
	line-height: 40px;
	
	margin-bottom: 5%;
}
.word .but_s .btn-submit{
	border: 0;
	font-size:1.2rem;
	line-height: 3rem;
	color: #3A58B0;
	background: none;
}

.l-footer{
	
	background-color: #A9A9A9;
	padding-top:1.5%;
	padding-bottom: 1.5%;
	margin-top: 7%;
	margin-bottom: 0;
}




@media screen and (max-width:1024px){
	body{
		background-position: center 0%;
		background-size: auto;
	}
	.word{
	width: 950px;
	margin: 0 auto;
	}

	.word_content_b img:nth-child(4){
		width: 99%;
	}

	.word .but_s{
		width: 20%;
	}
	


}

@media screen and (max-width:768px){
	body{
		background-image: none;
	}
	.l-header{ background-color: #ffffff;
		padding: 1rem;}
	.l-header .nav-item{
		background-color:rgba(255,255,255,0.6);
	}

	


	.container .leader , .container .light ,.container .free , .container .fight { 
margin-top: 0; }
	.container .pc{ display: none;  }
	.container .mobile{ 
		display: block;
		max-width: 100%;
		margin: 0 auto;	
		background-color: #ce5305;

	}
	.container .mobile img{ 
	width: 100%;

	display: block;
}
	.topbn{
	width: 100%;
	height: 0;
	padding-bottom:15.625%;
	background: url("../images/topbn_600.png") top center no-repeat;
	background-size:100% auto;
	margin-top:13%;
}
	.word{
		width: 93%;
	}
	.word .note{
		font-size:1rem;
		line-height:2rem;
	}
	.word h2{
		font-size:1.7rem;
		line-height:2.8rem;
	}

	.word p{
		font-size:1rem;
		line-height:2rem;
	}

	.word .word_tb{
		font-size:1rem;
		line-height:3rem;
	}
	.word_content_a ul{
		font-size:1rem;
		line-height:2rem;
	}

	.word_content_b h3{
		font-size:1rem;
		line-height:2rem;
	}
	.word_content_b .tt{
		width: 30%;
		height: 0;
		padding-bottom:8%;
		line-height:2.3rem;
	}

	.word_content_b img{
		width: 99%;
		margin-bottom: 5%;
	}

	.word ul{
		font-size:1rem;
		line-height:2rem;
	}
	
	.word .but{
		width: 90%;
		height: 0;
		padding-bottom:18%;
	}

	.word .btn-submit{
		font-size:1.7rem;
		line-height:4.5rem;
	}
	
	.word .but_s .btn-submit{
		font-size:1rem;
	}
	.word .but_s{
		width: 40%;
	}
	.l-footer{
		padding-bottom:3%;
		padding-top:3%;
	}
}


/*下方按鈕*/
/*.afflix{right:0;bottom:0;left:0;padding:1rem .5rem;background-color:rgba(46,5,59,0.8);-webkit-box-shadow:rgba(0,0,0,0.15) 0 -5px 10px;box-shadow:rgba(0,0,0,0.15) 0 -5px 10px;position:fixed}
@media only screen and (min-width: 768px){.afflix .content{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex}
}
.afflix .content{text-align:center}
@media only screen and (min-width: 768px){.afflix .content{margin-top:0;margin-left:1rem;text-align:left}
}
.btn-submit{width:100%;padding:1rem 3rem;font-size:1.28571rem;font-weight:700;background-color:#FFB519;border:none;border-radius:0.25rem;-ms-flex-item-align:center;align-self:center;display:block}
.btn-submit:hover{background-color:#e59b00}
.btn-submit:disabled{background-color:#9E9E9E;opacity:.5}
.modal-footer .btn-submit{margin-top:0}
@media only screen and (min-width: 768px){.btn-submit{width:auto;display:inline-block}
}
.btn-back{width:100%;padding:1rem 1.5rem;color:#5B0F9D;font-size:1.14286rem;background-color:transparent;border:1px solid #5B0F9D;border-radius:0.25rem;display:block;cursor:pointer}
.btn-submit+.btn-back{margin-top:.5rem}
@media only screen and (min-width: 768px){.btn-submit+.btn-back{margin-top:0;margin-right:.5rem}
}
@media only screen and (min-width: 768px){.btn-back{width:auto;display:inline-block}
}

.afflix{right:0;bottom:0;left:0;padding:1rem .5rem;background-color:rgba(46,5,59,0.8);-webkit-box-shadow:rgba(0,0,0,0.15) 0 -5px 10px;box-shadow:rgba(0,0,0,0.15) 0 -5px 10px;position:fixed}
@media only screen and (min-width: 768px){.afflix {-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex}
}
.afflix {text-align:center}
@media only screen and (min-width: 768px){.afflix {margin-top:0;margin-left:1rem;text-align:left}
}*/

/*.afflix .comment{
	display: flex;
}*/
















