/*
* 通用设置
*/
.wrap {
    padding-top: 0.64rem;
    background: url(/assets/remoteservice/bg-top.webp) top center no-repeat;
    background-size: 100% auto !important
}
.container {
    margin: 0 auto;
    width: 12rem;
    padding: 0.64rem 0;
}
h3 {
    font-size: 0.36rem;
    display: block;
    text-align: center;
}
.btn-down{
    background-color: var(--maser-blue-6) !important;
}
.explain{
    font-size: 0.18rem;
    height: 0.36rem;
    display: flex;
}
.explain span {
    display: flex;
    align-items: center;
    gap: 0.08rem;
}
.explain span::before {
    content: '';
    width: 0.24rem;
    height: 0.24rem;
    background: url(/assets/pc/newimg/check-green.svg) no-repeat center center;
    background-size: contain;
    color: var(--maser-blue-6) !important;
}
.font-cyan5{
    color: var(--maser-blue-6) !important;
}
.font-cyan6{
    color: var(--maser-orange-dark) !important;
}


/*
* product
*/
.product-box {
    width: 12rem;
    margin: 0 auto;

    display: flex;
    justify-content: space-between;
    align-items: center;
    overflow: visible;
}
.product-box .screenshot {
    width: 8rem;
    height: 6.4rem;
}
.product-box .product {
    width: 4.8rem;
}
.product-box h2 {
    font-size: 0.6rem;
    justify-content: flex-start;
}
.product-box .slogan {
    font-size: 0.24rem;
    font-size: 600;
}
.product-box .introduction {
    padding: 0.24rem 0;
}
.product-box .introduction .explain span {
    width: 45%;
}
.product-box .btn-box {
    justify-content: space-between;
    margin-bottom: 0.16rem;
}
.product-box .btn-down::before {
    content: "\e81e";
}
.product-box .notice {
    font-size: 0.16rem;
    color: var(--font-lowkey-color);
}

/*
* 功能展示
*/
.domain-warp .domain {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 1.2rem;
}
.domain-warp .domain-img {
    width: 5.6rem;
    height: 5.2rem;
}
.domain-warp .domain-content {
    width: 4rem;
}
.domain-warp h4 {
    font-size: 0.24rem;
    margin-bottom: 0.24rem;
    justify-content: flex-start;
}
.domain-warp .domain-btn {
    margin-top: 0.48rem;
}


/*
* 卡片
*/
.advantage-warp {
    background: var(--maser-blue-1);
}
.advantage-warp .card-box{
    margin-top: 0.48rem;
    align-items: stretch;
    gap: 0.24rem;
}
.advantage-warp .advantageCard{
    min-width: 23%;
    flex: 1;
    padding: 0.24rem 0.24rem 0.48rem;
    align-items: center;
    gap: 0.08rem;

    background: #FFFFFF;
}
.advantageCard img{
    width: 1rem;
    height: 0.78rem;
}
.advantageCard h4{
    margin-top: 0.08rem;
}



/*
* 评价
*/
.evaluation-warp{
    padding: 0.64rem 0;
}
.evaluation-warp .swiper-wrapper{
    margin-top: 0.48rem;
    flex-wrap: nowrap;
    justify-content: normal;
    cursor: pointer;
}
.evaluation-warp .evaluationCard{
    height: 2.6rem;
    width: 3.84rem;
    margin-right: 0.24rem;
}
.evaluationCard::before{
    content: '\e81c';
    color: var(--maser-orange-dark);
    font-size: 0.2rem;
}
.evaluationCard .user{
	height: 0.48rem;
	display: flex;
	align-items: center;
    justify-content: space-between;
}
.evaluationCard .user::after{
    content: '\e81a';
    color: var(--maser-green-dark);
    font-size: 0.32rem;
}
.evaluationCard .profile{
    width: 0.48rem;
    height: 0.48rem;
    border-radius: 50%;
}
.evaluationCard .name{
    width: 2.14rem;
    display: flex;
	flex-direction: column;
    justify-content: space-between;
}
.evaluationCard .name span:nth-child(1){
    font-size: 0.16rem;
    color: var(--font-title-color);
}
.evaluationCard .name span:nth-child(2){
    color: var(--font-lowkey-color);
}

@media only screen and (max-width: 1024px) {
    .btn-down, .screenshot, .domain-img {
        display: none;
    }
    .product-box{
        width: 100%;
        justify-content: center;
    }
    .container {
        width: 90%;
    }
}