@media (max-width:799px){
	.desktop{
	display:none;
	}
}

@media (min-width:800px){
	.mobile{
	display:none;
	}
}
.mobile, .mobile *{font-size:47px !important; text-align:justify !important; vertical-align:middle;}
.mobile>p {padding: 0 5% !important;}
.mobile>p>span>img {width:56px; margin-right:20px}
.mobile>ul {margin-left:5%; width:87%}
.info_row {display:flex; margin:15px 0;}
.head_left {float:left; width:35%; font-weight:bold; display:inline-block; margin-bottom:30px;}
.text_right {float:left; width:65%; display:inline-block; margin-bottom:30px;}
.text_right>img {height:55px; margin-right:20px;}
.pic_container {margin-left:5%;}
.pic_bottom {float:left; margin:0 2% 2% 0; width:46%}
.pic_bottom>img {width:100%;max-height:100%;}
.buy_button {height:130px; width:500px; background-color:#01A7FF; float:right; color:white; text-align:center !important; font-weight:bold;}