Out of Stock
* {
font-family: helvetica, sans-serif, arial;
}
.brand {
width: 100%;
}
.brand #brand {
width: 100%;
}
.banner {
width: 100%;
}
.banner #banner {
width: 100%;
}
.features {
width: 100%; display: flex; justify-content: space-between;
}
.features .featuresPic {
width: 30%;
}
.features .featuresPic #featuresPic {
width: 100%;
}
.features .featuresParaContainer {
width: 30%;
}
.features .featuresParaContainer .featuresTitle {
margin: 0;
}
.features .featuresParaContainer .featuresPara .featuresList {
margin: 0; padding: 0; list-style-type: none;
}
.features .featuresParaContainer .featuresPara .featuresList .featuresListItem {
padding: 10px;
}
.features .specs {
max-width: 30%;
}
.features .specs .specsTitle {
margin: 0;
}
.features .specs .specsListContainer {
padding-left: 20px; border-radius: 10px; background-color: #f5f5f5;
}
.features .specs .specsListContainer .specsList {
margin-left: 5px; padding: 0; border-radius: 10px;
}
.features .specs .specsListContainer .specsList .specsListItem {
padding: 10px;
}
.install {
display: flex; flex-wrap: wrap; width: 100%; justify-content: space-around;
}
.install .installParaContainer .installTitle {
margin: 0;
}
.install .installParaContainer .installListContainer .installList {
list-style-type: none; padding: 0;
}
.install .installParaContainer .installListContainer .installList .installListItem {
padding: 10px;
}
.install .installPic {
flex: none; width: 300px;
}
.install .installPic #installPic {
width: 100%;
}
{
margin: 2em 0; width: 100%; display: flex; justify-content: space-around;
}
{
width: 30%; padding: 2em; border-radius: 2em; background-color: #ffffff; box-shadow: 0 20px 30px 10px rgb(0, 0, 0, 0.15); transition: background-color 1.5s ease;
}
:hover {
background-color: #6de4ff;
}
{
width: 100%;
}
{
width: 100%;
}
{
width: 100%;
}
{
margin-bottom: 2em; width: 100%; display: flex; justify-content: space-around;
}
{
width: 30%; padding: 2em; border-radius: 2em; background-color: #ffffff; box-shadow: 0 20px 30px 10px rgb(0, 0, 0, 0.15); transition: background-color 1.5s ease;
}
:hover {
background-color: #6de4ff;
}
{
width: 100%;
}
{
width: 100%;
}
{
width: 100%;
}
.compatible {
width: 100%;
}
.compatible .compatibleTitle {
margin: 0;
}
.compatible .compatibleList {
padding: 0; margin-top: 5px; list-style-type: none;
}
.compatible .compatibleList .compatibleListItem {
padding: 4px;
}
.package {
width: 100%;
}
.package .packageTitle {
margin: 0;
}
.package .packageList {
padding: 0; margin-top: 5px; list-style-type: none;
}
.package .packageList .packageListItem {
padding: 5px;
}
.recommend {
width: 100%; position: relative; padding-top: 2em; border-top: 1px solid #f1f1f1;
}
.recommend .recommendPicContainer {
width: 100%;
}
.recommend .recommendPicContainer #recommendPic {
width: 100%;
}
.recommend .recommendParaContainer {
width: 12%; height: 10%; position: absolute; display: flex; align-items: center; justify-content: center; top: 68%; left: 5%; background-color: rgba(245, 245, 245, .6); border: 1px solid #000000; box-sizing: border-box; transition: all .2s ease;
}
.recommend a {
text-decoration: none;
}
.recommend .recommendParaContainer:hover {
background-color: #ffffff; cursor: pointer; color: #ffffff; box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.17), -5px -5px 5px #FFFFFF;
}
.recommend .recommendParaContainer .recommendParaContent {
color: #000000;
}
.recommendTwo {
width: 100%; position: relative; padding-top: 2em; border-top: 1px solid #f1f1f1;
}
.recommendTwo .recommendPicContainer {
width: 100%;
}
.recommendTwo .recommendPicContainer #recommendPic {
width: 100%;
}
.recommendTwo .recommendParaContainer {
width: 12%; height: 10%; position: absolute; display: flex; align-items: center; justify-content: center; border-radius: 3em; top: 72%; left: 5%; background: #3cadff; background: -moz-linear-gradient(top, rgba(60, 173, 255, 1) 0%, rgba(10, 38, 45, 1) 100%); background: -webkit-linear-gradient(top, rgba(60, 173, 255, 1) 0%, rgba(10, 38, 45, 1) 100%); background: linear-gradient(to bottom, rgba(60, 173, 255, 1) 0%, rgba(10, 38, 45, 1) 100%); filter: progid: DXImageTransform.M( startColorstr=’#3cadff’, endColorstr=’#0a262d’, GradientType=0); box-sizing: border-box; transition: all .2s ease;
}
.recommendTwo a {
text-decoration: none;
}
.recommendTwo .recommendParaContainer:hover {
background-color: #ffffff; cursor: pointer; color: #ffffff;
}
.recommendTwo .recommendParaContainer .recommendParaContent {
color: #ffffff;
}
@media (max-width: 600px) {
.features {
flex-wrap: wrap;
}
.features .specs {
max-width: 100%;
}
.features .featuresItem {
flex: none; width: 100%;
}
{
flex-wrap: wrap;
}
{
flex: none; width: 80%; margin-left: auto; margin-right: auto;
}
:nth-child(1) {
margin-bottom: 2em;
}
{
flex-wrap: wrap;
}
{
flex: none; width: 80%; margin-left: auto; margin-right: auto;
}
:nth-child(1) {
margin-bottom: 2em;
}
.recommend .recommendParaContainer .recommendParaContent {
font-size: 5px;
}
.recommendTwo .recommendParaContainer .recommendParaContent {
font-size: 5px;
}
}