.tutorial-items {
	display: flex;
	flex-wrap: wrap;
	text-align: center
}
.tutorial-item {
	padding: 20px;
	position: relative;
	width: 50%
}
.tutorial-item .number {
	background: #fbe158;
	border-radius: 20px;
	height: 40px;
	left: 0;
	line-height: 40px;
	position: absolute;
	text-align: center;
	top: 0;
	width: 40px;
	z-index: 1
}
.tutorial-item-text {
	color: #666;
	font-size: 14px;
	padding-top: 20px
}
.padding-5-1 {
	padding: 5vh 1vw
}
.text-center {
	text-align: center
}
.advantages-explain-block {
	background: #fff;
	padding: 5vh 1vw
}
.w-150 {
	width: 150px
}
.h2-title {
	color: #333;
	font-weight: 400;
	margin-bottom: 40px
}
.number-gold {
	background: #fbe158
}
.number-aqua,.number-gold {
	color: #fff;
	font-weight: 700
}
.number-aqua {
	background: var(--main-blue)
}
.faq-img-gold {
	border: 4px solid var(--main-blue);
	border-radius: 10%;
	width: 90%
}
.faq-img-aqua {
	border: 4px solid #fbe158;
	border-radius: 10%;
	width: 90%
}
.elevated.faq-img-gold {
	margin-top: 0
}
.p-10 {
	padding: 10px
}
.other-links {
	padding-bottom: 60px;
	padding-top: 0
}
.other-links .title {
	margin-top: 0
}
.resultdiv {
	margin-top: 25px;
	background-color: #fff;
	border: 1px solid #e6e6e6;
	border-radius: 1px;
	padding: 10px 0
}
.profileheader {
	height: 55px;
	border-bottom: 1px solid #efefef;
	padding-top: 5px
}
.profilepic {
	height: 40px;
	width: 40px;
	margin-left: 15px;
	position: absolute
}
.profilename,.username {
	margin-top: 10px
}
.profilename {
	font-weight: bolder;
	color: #3d3b3b
}
.downloadimage {
	width: 100%;
	height: auto
}
.downloadbutton {
	cursor: pointer;
	-webkit-appearance: none;
	border-radius: 3px;
	font-size: 15px;
	font-weight: 500;
	line-height: 30px;
	outline: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	background: #C84FB4;
	border-color: #fff;
	color: #fff;
	margin-top: 10px;
	padding: 10px;
	flex-basis: 100%;
	text-align: center
}
.downloadmusicbutton {
	cursor: pointer;
	-webkit-appearance: none;
	border-radius: 3px;
	border-style: solid;
	border-width: 1px;
	font-size: 14px;
	font-weight: 300;
	line-height: 30px;
	outline: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	background: #3897f0;
	border-color: #3897f0;
	color: #fff;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 30px;
	padding: 0;
	padding-left: 20px;
	padding-right: 20px
}
.downloadmusicbutton:hover {
	color: #fff
}
.downloadmusicbutton:focus {
	color: #fff;
	-webkit-appearance: none
}
.download-info {
	margin-top: 15px;
	padding-left: 13px
}
.downloadbutton:hover {
	color: #fff
}
.downloadbutton:focus {
	color: #fff;
	-webkit-appearance: none
}
.resultdiv {
	display: none
}
#videoplayer {
	border-radius: 4px
}
a {
	text-decoration: none;
	color: #ffffff
}
a:hover {
	cursor: pointer;
	cursor: hand;
	text-decoration: none
}
.grid-container {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
}
.grid-item {
	padding: 20px 5px;
	margin: 5px;
	font-size: 30px;
	text-align: center;
	border: 2px solid #ffa94d;
	border-radius: 5px;
	padding: 1em;
	color: #d9480f;
}
#result,#s-result {
	display: flex;
	justify-content: space-around;
	padding-top: 20px;
	margin: 20px auto;
}
#videoTitle {
	margin-top: 20px;
	margin-bottom: 20px;
}
#singleAudio i {
	margin-right: 5px;
}
#singleVideo i {
	margin-right: 5px;
}
.insta-preview-resource {
	position: relative;
	margin-bottom: 15px;
}
.insta-preview-resource img {
	display: block;
}
.insta-preview-resource i {
	color: var(--primary-color);
	font-size: 3.5rem;
	/* margin-top: 50%;
	*/
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.iconoverlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	opacity: 1;
	transition: 0.5s ease;
	background-color: #4747477e;
}
.table> :not(caption)>*>* {
	padding: 0 !important;
}
.dlbtn {
	background-color: DodgerBlue;
	border: none;
	color: white;
	padding: 12px 30px;
	cursor: pointer;
	font-size: 20px;
}
/* Darker background on mouse-over */
.dlbtn:hover {
	background-color: RoyalBlue;
}
@media screen and (max-width: 500px) {
	.grid-container {
		display: grid;
		grid-template-columns: 1fr;
	}
}
footer {
	display: block;
}
dd,dl,dt {
	margin: 0;
	padding: 0;
	-webkit-tap-highlight-color: transparent;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.flex {
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	flex-wrap: wrap;
}
.flex-jc {
	justify-content: space-between;
}
.container-warpper {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}
.footer {
	background-color: #279599;
	color: #fff;
	padding-top: 20px;
}
.footer .logo a:hover {
	color: #fff;
}
.footer .logo {
	text-align: center;	width: 20%;
}
.footer .logo img {
	width: 55px;
}
.footer .logo span.name {
	display: block;
	font-size: 27px;
	font-weight: 500;
}
.footer .logo span.sing-name {
	display: block;
	font-size: 14px;
}
.footer .dl-list {
	font-size: 14px;	width: 75%;
}.footer .dl-list dd{	display: inline-block;}
.footer .dl-list dt,.footer .flow-us .title {
	font-weight: 600;
	margin-bottom: 10px;
	font-size: 15px;
}
.footer .dl-list dd a {
	color: rgba(255, 255, 255, 0.7);
}
.footer .dl-list dd a:hover {
	color: #fff;
	text-decoration: underline;
}
.footer .dl-list dd {
	padding: 5px 0;
}
.footer .flow-us {
	align-items: auto;
}
.footer .flow-us .share img {
	width: 35px;
	margin-left: 5px;
}
.footer .copyright {
	text-align: center;
	font-size: 13px;
	margin-top: 15px;
	padding-top: 10px;
	padding-bottom: 15px;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
}
@media (max-width: 1180px) {
	.container-warpper {
		padding-left: 15px;
		padding-right: 15px;
		width: 100%;
		box-sizing: border-box;
	}
}
@media (max-width: 768px) {
	.footer .logo {
		text-align: left;
	}
	.footer .dl-list,.footer .logo {
		width: 100%;
		margin-bottom: 15px;
	}
	.footer .flow-us {
		width: 100%;
	}
}
.iconfont {
	font-family: iconfont !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.icon-jiantou-copy-copy:before {
	content: "\e668";
}
* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	outline: 0;
	-webkit-tap-highlight-color: transparent;
	-webkit-tap-highlight-color: transparent;
}
header {
	display: block;
}
dd,dl,dt,li,ul {
	margin: 0;
	padding: 0;
	-webkit-tap-highlight-color: transparent;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
ul {
	list-style: none;
}
a {
	color: inherit;
	text-decoration: none;
	-webkit-transition: 0.25s;
	transition: 0.25s;
	cursor: pointer;
}
a:active,a:hover {
	outline: 0;
	color: #279599;
}
img {
	max-width: 100%;
	border: 0;
	vertical-align: middle;
}
a {
	cursor: pointer;
	text-decoration: none;
}
.cf:after,.cf:before {
	display: table;
	content: " ";
}
.cf:after {
	clear: both;
}
.flex {
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	flex-wrap: wrap;
}
.flex-between {
	justify-content: space-between;
	align-items: center;
}
.flex-ai {
	align-items: center;
}
.flex-jc {
	justify-content: space-between;
}
.container-warpper {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}
.header {
	background-color: #fff;
	border-bottom: 1px solid rgba(0, 0, 0, 0.3);
	color: #000;
	position: relative;
	z-index: 999;
}
.header .logo {
	font-size: 24px;
	padding-bottom: 3px;
}
.header .logo a {
	color: #000;
}
.header .logo img {
	width: 38px;
	height: auto;
	margin-right: 5px;
	display: inline-block;
}
.header .logo-name {
	line-height: 1;
}
.header .logo-name span.slogan {
	font-size: 12px;
	color: #333;
	display: block;
	width: 100%;
	margin-top: 5px;
}
.header .nav ul li {
	padding: 0 45px;
	font-size: 16px;
	position: relative;
	margin-left: 20px;
	height: 50px;
	line-height: 50px;
}
.header .nav ul li .togNav,.header .nav ul li a {
	font-size: 16px;
	font-weight: 500;
	display: block;
	cursor: pointer;
}
.header .nav ul li:hover {
	color: #07bec9;
}
.header .nav ul li .iconfont {
	position: absolute;
	right: 20px;
	line-height: 1;
	top: 17px;
}
.header .nav ul li .item {
	position: absolute;
	z-index: 999;
	top: 50px;
	left: 0;
	background-color: #fff;
	color: #333;
	padding: 20px 0;
	width: 550px;
	display: none;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}
.header .nav ul li .item dl {
	border-right: 1px solid #ddd;
	width: 49%;
	padding-left: 22px;
}
.header .nav ul li .item dl a {
	color: #333;
	font-size: 14px;
}
.header .nav ul li .item dl:last-child {
	border: none;
}
.header .nav ul li .item dl dt {
	font-weight: 500;
	padding-bottom: 10px;
	line-height: 1.5;
}
.header .nav ul li .item dl dd {
	font-size: 15px;
	padding: 5px 0;
	position: relative;
	line-height: 1.7;
}
.header .nav ul li .item dl dd a:hover {
	color: #07bec9;
}
.ace-mobile {
	display: none;
	float: right;
}
.header .nav ul li .item dl dt {
	font-weight: 300;
	padding-bottom: 10px;
	font-size: 14px;
	color: #777;
}
.header .nav ul li .item dl dd .product-img-icon,.header .nav ul li .item dl dd .product-img-icon-s {
	position: absolute;
	left: -12px;
	top: 8px;
}
.header .nav ul li .item dl.have-icon dd a {
	font-size: 16px;
}
.header .nav ul li .item dl dd .product-img-icon img {
	width: 38px;
	height: auto;
}
.header .nav ul li .item dl.have-icon dd {
	padding-left: 35px;
}
.header .nav ul li .item dl dd span {
	display: block;
	color: #666;
	font-size: 13px;
	font-weight: 400;
}
.header .nav ul li .item.support-item {
	width: 260px;
}
.header .nav ul li .item.support-item dl {
	width: 100%;
}
.header .nav ul li .item dl dd .product-img-icon-s img {
	width: 30px;
	height: auto;
}
@media (max-width: 1280px) {
	.ace-mobile {
		display: block;
	}
	.header .logo {
		width: 60%;
	}
	.header .nav {
		display: none;
	}
	.header .nav ul li {
		width: 100%;
		line-height: 42px;
		padding: 0;
		margin-left: 15px;
		height: auto;
	}
	.header .nav ul {
		width: 100%;
	}
	.header .nav ul li .item {
		width: 100%;
		position: inherit;
		box-shadow: none;
		height: auto;
	}
	.header .nav ul li .item {
		top: inherit;
	}
}
@media (max-width: 1180px) {
	.container-warpper {
		padding-left: 15px;
		padding-right: 15px;
		width: 100%;
		box-sizing: border-box;
	}
}
@media (max-width: 960px) {
	.header .nav {
		width: 100%;
		padding-left: 0;
		display: none;
	}
	.header .logo span {
		width: 40px;
		text-align: center;
	}
}
@media (max-width: 768px) {
	.header .nav ul li .item dl {
		width: 100%;
		border-right: none;
	}
	.header .nav ul li {
		margin-left: 0;
	}
	.header .nav ul li .item.support-item {
		width: 100%;
	}
}

.close-box {
	position: relative;
}
  
.close-box::before {
	content: "";
	background-size: contain;
	width: 25px;
	height: 25px;
	position: absolute;
	right: 30px;
	top: 18px;
	cursor: pointer;
}
  
.pop-box1 {
	padding: 35px 15px;
	background-color: #fff;
	text-align: center;
	width: 545px;
	border-radius: 12px;
	position: fixed; /* Changed from absolute */
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 9999; /* Higher to ensure it's on top */
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
	transition: opacity 0.3s ease, visibility 0.3s ease;
}
.pop-box2 {
	padding: 35px 15px;
	background-color: #fff;
	text-align: center;
	width: 545px;
	border-radius: 12px;
	position: fixed; /* Changed from absolute */
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 9999; /* Higher to ensure it's on top */
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
	transition: opacity 0.3s ease, visibility 0.3s ease;
}
.close-new,
.close {
	position: absolute;
	top: 19px;
	right: 19px;
	width: 15px;
	cursor: pointer;
}
  
.banner-how-to {
     margin-top: 10px;
      vertical-align: bottom;
}
.banner-how-to a,
.banner-how-to a:hover {
      display: inline-block;
    margin: 0 2px;
    text-decoration: underline;
	color: #fff;
    font-size: 1.2rem;
}
.comment-box .close {
    position: absolute;
    top: 19px;
    right: 19px;
    cursor: pointer
}

.comment-box {
    position: absolute;
    top: 230px;
    left: 0;
    right: 0;
    display: none;
    margin: 0 auto;
    z-index: 100;
    box-shadow: 0 0 5px rgba(0,0,0,.15);
    display: none;
    transition: top .2s ease
}

.custom-alert.show {
    display: block;
    z-index: 1000
}

.comment-box .close {
    width: 20px;
    height: 20px
}

.pop-box-buy {
    display: none
}

.pop-box-buy.show {
    display: block;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 500
}

.pop-box-store {
    display: none
}

.pop-box-store.show {
    display: block;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 500
}

.close {
    position: absolute;
    top: 14px;
    right: 35px;
    cursor: pointer
}

.close img {
    width: 40px;
    height: auto
}
.formInput {
    margin-top: 35px;
    width: 100% !important;
}
.container-video {
    width: 1400px;
    margin: 0 auto;
}
.recommd-product {
	padding: 20px;
	border-radius: 8px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	justify-content: space-between;
	align-items: center;
	background: #fff
}

.recommd-product .img {
	width: 150px!important;
	text-align: center
}

.recommd-product .img img {
	width: auto;
	height: auto
}

.recommd-product .img span {
	display: block
}

.product-free .recommd-product .des,
.recommd-product .des {
	width: 65%!important;
	font-size: 17px;
	text-align: left;
	padding: 0 0 0 15px
}

.recommd-product .down-box {
	width: 20%!important
}

.recommd-product .down-box .btn-download-action {
	color: #fff !important;
	background-color: #006dff;
	border-color: #006dff;
	box-shadow: none;
	font-size: 18px;
	font-weight: 600;
	text-decoration: none
}

.recommd-product .down-box .se-img {
	text-align: center;
	padding-top: 5px;
	position: relative;
	vertical-align: middle;
	font-size: 14px
}

.recommd-product .down-box .se-img::before {
	content: '';
	display: inline-block;
	width: 22px;
	height: 22px;
	vertical-align: middle;
	margin-right: 2px;
	background: url("https://aquapp.net/downloader/assets/security.png") left 0 / 20px auto no-repeat;
}
.tabcontent {
	padding: 6px 12px;
	border: 1px solid #ccc;
	border-top: none
}

.custom-tab-container {
	border: 1px solid #ccc;
	background-color: #f1f1f1;
	width: 53%;
	margin: 0 auto;
	border-radius: 32px;
	overflow: hidden;
	padding: 4px
}

.custom-tab-container .tablinks {
	background-color: inherit;
	float: left;
	border: none;
	outline: none;
	cursor: pointer;
	padding: 14px 16px;
	transition: 0.3s;
	font-size: 17px;
	width: 50%
}

.custom-tab-container .tablinks.active {
	background-color: #07A796;
	color: #fff;
	border-radius: 50px
}

.mt-15{margin-top: 15px;}
.box-ra-shaw{border-radius: 20px;box-shadow: 0 0 12px rgba(0,0,0,.2);}
.auto-img{margin-bottom: 15px;}
.auto-img, .auto-img img {width: auto;height: auto;}
.comment-box .name{font-size: 30px;font-weight: 600;padding: 25px 0 15px 0;}
.comment-box .info{font-size: 20px;margin-bottom: 15px;}
.comment-box .title{font-weight: 600;font-size: 18px;margin-bottom: 10px;}
.comment-box ul{padding: 0;width: 70%;margin: 0 auto;text-align: left;}
.comment-box ul li{margin-top: 15px;list-style-type: disc;}
.flex-btn{margin-top:20px;}
.flex-btn .btn{background-color: #32bb96;color: #fff;min-width: 200px;border-radius: 40px;font-size: 18px;margin: 0 10px;font-weight: 600;}
.close-box{position: relative;}
.close-box::before{content: "";background: url(../assets/img/store-new/close-black.svg)no-repeat;background-size: contain;width: 25px;height: 25px;position: absolute;right:30px;top: 18px;cursor: pointer;}
.pop-box1{padding:35px 15px;background-color: #fff;text-align: center;width: 545px;}
.pop-box-buy{background-color: #e2e2e2;text-align: center;width:900px;overflow: hidden;}
.comment-box .pro-pic{width: 30%;padding:20px  0;}
.comment-box .pro-info{width: 69%;text-align: left;padding-bottom: 30px;background-color: #fff;padding-left: 30px;padding-right: 15px;}
.comment-box .pro-pic img{width: auto;height: auto;max-width: 100%;}
.comment-box .pro-pic .tit{font-size: 18px;text-align: left;padding-left: 15px;font-weight: bold;padding-top: 15px;}
.comment-box .pro-info .tit{font-size: 20px;color: #333;font-weight: 600;}
.comment-box .pro-info .ic{width: 21px;height: auto;margin: 0;}
.comment-box .pro-info .ic1{width: 25px;height: auto;margin: 0;}
.comment-box .pro-info .pro-vs-info{color: #555;}
.comment-box .pro-info .pro-vs-info p{margin-bottom: 0;margin-top: 5px;font-size: 14px;}
.comment-box .pro-info .pro-vs-info .tit-small{font-size: 18px;font-weight: 600;color: #333;margin-top: 12px;}
.pop-box-buy.comment-box .pro-info{padding-top: 30px;}
.pop-box-buy .flex-btn .btn{background-color: #c9c9c9;margin-left: 0;margin-right: 0;font-size: 20px;}
.pop-box-buy .flex-btn .btn span{font-size:14px;font-weight: normal;}
.pop-box-buy .flex-btn .btn.buy{background-color: #fac52d;}
.pop-box-buy .flex-btn .btn.download{background-color: #e4fcf6;color: #333;border-color: transparent;}
.pop-box-buy .flex-btn .btn{width: 100%;margin-top: 12px;}
.ul-features li{position: relative;padding-left: 25px;z-index: 20;}
.ul-features li::before {background: url("../assets/img/store-new/right-blue.svg");position: absolute;left: 0;top:2px;content: "";width: 20px;height: 20px;background-size: contain;}
.pop-box-store{background-color: #fff;text-align: center;width: 900px;overflow: hidden;}
.pop-box-store.comment-box .pro-pic{font-size: 14px;background-color: #d7f8ef;}
.pop-box-store.comment-box .pro-info{padding: 60px 20px 20px 20px;}
.pop-box-store.comment-box ul{width: 100%;padding:0 15px 20px 15px;}
.pop-box-store.comment-box ul li{list-style-type:none;padding-top: 0;}
.pop-box-store.comment-box .link-buy-box{padding: 5px 10px;}
.link-buy-box .item{border: 1px solid #ddd;border-radius: 10px;text-align: center;width: 32%;overflow: hidden;margin-left:2%;}
.link-buy-box .item:first-child{margin-left: 0;}
.link-buy-box .item .save-num{background-color: #333;text-align: center;color: #fff;}
.link-buy-box .item .tit{font-size: 15px;font-weight: bold;padding: 10px;}
.link-buy-box .item .price{color: #e83b45;font-size: 20px;padding-bottom: 15px;font-weight: bold;}
.link-buy-box .item .price del{display: block;color: #666;font-size: 14px;font-weight: normal;}
.pop-box-store.comment-box .pro-info .note{margin-top: 20px;font-size: 13px;}
.tab-changeBox ul li{cursor: pointer;}
.tab-changeBox ul li:hover{background-color: #f5f5f5;}
.tab-changeBox ul li.active{border-color: #333;background-color: #e4fcf6;}
.tab-changeBox .change-item {display: none;}
.tab-changeBox .change-cont{padding: 15px;}
.tab-changeBox .change-item.active {display: block;opacity: 1;}
.tab-changeBox .change-cont .buy-box{margin-top: 10px;}
.tab-changeBox .change-cont .buy-box a{border-radius:10px;padding:10px;font-size: 16px;display: block;border: 1px solid #333;text-align: center;}
.tab-changeBox .change-cont .buy-box .buy-now{background-color: #333;color: #fff;margin-bottom: 10px;}
.tab-changeBox .change-cont .buy-box .paypal-buy img{width: 60px;background-color: #fff;}
.pop-box-store.comment-box .pro-pic{background: #d7f8ef url(../assets/img/store-new/store-pop-bg.jpg)no-repeat bottom center;padding-bottom:80px;}
.comment-box .pro-info .pro-vs-info .item{width: 48%;margin-top: 15px;}
.comment-box .pro-info .pro-vs-info .item:first-child{border-right: 1px solid #ddd;}
.comment-box .pro-info .pro-vs-info .item ul{width: 100%;margin:inherit;font-size: 14px;padding-left: 15px;}
.comment-box .pro-info .pro-vs-info .item ul li{margin-top: 10px;}
.pop-box-buy.comment-box .pro-info .name-pro{font-size: 26px;font-weight: 600;}
.mobile-show{display: none!important;}
@media (max-width: 1399px) {
	.container-product,
	.container-video{
		width: 94%
	}
	
}
@media (max-width: 960px){
	.pop-box-buy,
	.pop-box1,
	.pop-box-store,
	.comment-box.pop-box-buy,.comment-box.pop-box-store{width: 92%!important;}
	.comment-box .pro-pic,.comment-box .pro-info,.comment-box .pro-info .pro-vs-info .item,.link-buy-box .item{width: 100%;}
	.comment-box .pro-info .pro-vs-info .item:first-child{border: none;}
	.pop-box-store.comment-box .pro-info{padding: 15px;}
	.comment-box .pro-info{padding-left: 15px;}
	.comment-box .name{font-size: 26px;}
	.windows-show{display: none!important;}
	.mobile-show{display: block!important;}
	.pop-box-store.comment-box .pro-pic{padding-bottom: 20px;}
	.link-buy-box .item .price del{display: inline-block;}
	.tab-changeBox .change-cont{padding-top: 0;}
}