html{
    overflow-y: scroll;
}
html, body {
    position: relative;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-tap-highlight-color: transparent;
    overflow-x:hidden;
}
body {
    max-width: 1920px;
    min-width: 1250px;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
    overflow-y: hidden;
}
.banner{
	background: url(https://www.alldocube.com/en/wp-content/uploads/2022/08/1661137238-822-banner-pc.jpg) no-repeat center;
	background-size: cover;
}
.banner-wrap{
	width: 1200px;
	height: 1031px;
	margin: auto;
}
.content{
	background-color: #43b4fd;
	padding: 0 0 100px;
}
.content-wrap{
	width: 1200px;
	margin: auto;
}
.content-title{
	text-align: center;
}
.title-wrap{
	margin-bottom: 80px;
}
.sale-wrap{
	margin-bottom: 50px;
}
.sale{
	background-color: #9be7ff;
	overflow: hidden;
	box-sizing: border-box;
}
.sale-wrap{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.wrap-hot .sale{
	width: 48%;
	margin-bottom: 50px;
	padding: 30px;
	border-radius: 30px;
}
.wrap-windows .sale,
.wrap-android .sale{
	width: 32.2222222%;
	margin-bottom: 20px;
	padding: 20px;
	border-radius: 18px;
}
.inner{
	background-color: #fff;
	border-radius: 25px;
	overflow: hidden;
	padding: 25px;
	box-shadow: 0 0 20px 5px #43b4fd;
	position: relative;
}
.wrap-windows .inner,
.wrap-android .inner{
	padding: 15px;
	border-radius: 15px;
}
.name{
	font-size: 45px;
	font-weight: bold;
	color: #ff9333;
	position: relative;
	z-index: 2;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.wrap-windows .name,
.wrap-android .name{
	font-size: 30px;
}
.des{
	font-size: 26px;
	color: #ff9333;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.wrap-windows .des,
.wrap-android .des{
	font-size: 20px;
}
.img-box{
	margin-top: 20px;
	text-align: center;
	display: flex;
    justify-content: center;
    align-items: center;
}
.wrap-windows .img-box,
.wrap-android .img-box{
	margin-top: 10px;
}
.img-box img{
	max-height: 400px;
	max-width: 100%;
	height: auto;
	width: auto;
}
.wrap-windows .img-box img,
.wrap-android .img-box img{
	max-height: 280px;
	max-width: 100%;
}
.price-wrap{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 10px;
}
.price{
	width: 48%;
	text-align: left;
}
.original-price{
	font-size: 26px;
	text-align: right;
    color: #999;
}
.wrap-hot .original-price{
	font-size: 38px;
}
.original-price span{
	text-decoration: line-through;
	vertical-align: middle;
}
.current-price{
	font-size: 28px;
    font-weight: bold;
    color: #222;
}
.wrap-hot .current-price{
	font-size: 40px;
}
.current-price span{
	vertical-align: middle;
}
.buy-btn-wrap{
	margin-top: 10px;
	text-align: center;
}
.wrap-windows .buy-btn-wrap,
.wrap-android .buy-btn-wrap{
	margin-top: 8px;
}
.buy-btn{
	width: 234px;
	height: 58px;
	background: #ed4c00;
	background-size: cover;
	border-radius: 30px;
	overflow: hidden;
	display: inline-block;
	font-size: 30px;
	color: #fff;
	font-weight: bold;
	line-height: 58px;
	text-align: center;
	cursor:pointer;
}
.wrap-windows .buy-btn,
.wrap-android .buy-btn{
	width: 165px;
	height: 43px;
	line-height: 43px;
	border-radius: 20px;
	font-size: 20px;
}
.buy-btn:hover{
	color: #fff;
	background-color: red;
}
.off{
	position: absolute;
	background-color: #18a513;
	width: 145px;
	height: 40px;
	font-size: 25px;
	color: #fff;
	font-weight: bold;
	right: 0;
	top: 0;
	border-bottom-left-radius: 25px;
	line-height: 40px;
	text-align: center;
	z-index: 1;
}
.wrap-windows .off,
.wrap-android .off{
	width: 100px;
	height: 30px;
	line-height: 30px;
	font-size: 16px;
}
/*media*/
.foot{
	padding-top: 20px;
	background-color: #9be7ff;
}
.msg{
	background-color: #fff;
	box-shadow: 0 0 20px 5px #43b4fd;
}
.msg-container{
	padding: 60px 0 100px;
	width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.subscribe{
	width: 60%;
}
.subscribe-title,
.social-title{
	font-size: 24px;
	margin: 0 0 30px 0;
	font-weight: bold;
	color: #111;
}
.subscribe-title,
.subscribe #mc_embed_signup{
	width: 450px;
}
.subscribe #mc_embed_signup form{
	padding: 0;
}
.subscribe #mc_embed_signup h2{
	display: none;
}
.subscribe #mc_embed_signup .indicates-required{
	margin-right: 0;
	font-size: 12px;
}
.subscribe #mc_embed_signup .mc-field-group{
	width: 100%;
	padding: 0;
}
.subscribe #mc_embed_signup .helper_text{
	padding: 0;
}
.subscribe #mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error{
	margin: 0;
	margin-top: 10px;
	font-weight: bold;
}
.subscribe #mc_embed_signup .button{
	margin-top: 15px;
    width: 160px;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    background-color: #00b0ec;
}
.subscribe #mc_embed_signup .button:hover{
	background-color: #008cd6;
}
.subscribe #mc_embed_signup div#mce-responses{
	width: 100%;
	margin: 0;
	padding: 0;
}
.subscribe #mc_embed_signup div.response{
	margin: 0;
	width: 100%;
	padding: 3px;
	margin-top: 10px;
}
.social{
	width: 40%;
}
.social-title{
	text-align: right;
}
.social-icon-wrap{
	padding: 30px 0;
}
.social-icon-wrap::after{
	content: "";
	display: table;
	clear: both;
}
.social-icon-box{
	width: 50px;
	height: 50px;
	border-radius: 50%;
	margin-left: 20px;
	display: block;
    float: right;
    line-height: 50px;
    background-color: #333;
    text-align: center;
    font-size: 0;
}
.social-icon-wrap .social-icon-box:last-of-type{
	margin-left: 0;
}
.social .social-icon{
	font-size: 28px;
	color: #fff;
}
.social-icon-box-facebook{
	background-color: #3c5a96;
}
.social-icon-box-twitter{
	background-color: #1cb3ea;
}
.social-icon-box-instagram{
	background-color: #4a4a4a;
}
.social-icon-box-youtube{
	background-color: #e64236;
}
.social-icon-box-tiktok{
	background-color: #000;
}