@charset "UTF-8";

/*
*列表展示的项目
*param {
	$width: 百分比，一行展示4个用25%，以此类推，
	$marginRight：项目水平间距，单位px
}
*/
/*
*背景图片
*param {
	$url: string
}
*/
/*
*文本基本设置
*param {
	$fontSize: 
	$lineHeight: 
	$fontFamily: 
	$color: 
	$marginBottom: 
}
*/
/*
*a标签模拟按钮
*param {
	display: inline-block;
	$fontSize: 
	$lineHeight: 
	$fontFamily: 
	$color: 
	$padding: 
	text-decoration: none;
	$border: 
}
*/
/*
*力普产品列表项封装
*
*/
/*
	填满区域
*/
/*
	手机端一级标题
*/
/*
	手机端二级标题
*/
/*
	手机端正文
*/
/*
	手机端按钮
*/
/*
	手机端Section padding-top & padding-bottom
*/
/*
	手机端 item margin-bottom
*/
.namespace-server .section {
    height: 100vh;
    position: relative;
    background-image: url("/assets/img/alan/service/images/serverBanner.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.namespace-server .section .title {
    font-size: 60px;
    line-height: 1;
    font-family: "Lato-Bold";
    color: #ebf0f5;
    margin-bottom: 46px;
}

.namespace-server .section .des {
    font-size: 20px;
    line-height: 36px;
    font-family: "Roboto-Regular";
    color: #ebf0f5;
    margin-bottom: 0px;
    max-width: 1200px;
}

.namespace-server .section .goto-btn {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    width: 68px;
    height: 68px;
    border: 1px solid #fff;
    border-radius: 3px;
}

.namespace-server .section .goto-btn::before {
    content: "";
    position: absolute;
    width: 1px;
    height: 36px;
    left: 50%;
    top: 15px;
    background-color: #fff;
}

.namespace-server .section .goto-btn .arrow-half {
    position: absolute;
    width: 18px;
    height: 18px;
    top: 30px;
    left: 25px;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    transform: rotate(-45deg);
}

.namespace-server #support {
    padding-top: 100px;
    padding-bottom: 100px;
}

.namespace-server #support .s-title {
    text-align: center;
    font-size: 60px;
    line-height: 1;
    font-family: "Lato-Bold";
    color: #424242;
    margin-bottom: 45px;
}

.namespace-server #support .img-wrap {
    margin-bottom: 30px;
}

.namespace-server #support .title {
    font-size: 36px;
    line-height: 1;
    font-family: "Lato-Bold";
    color: #424242;
    margin-bottom: 20px;
}

.namespace-server #support .des {
    font-size: 20px;
    line-height: 28px;
    font-family: "Lato-Regular";
    color: #424242;
    margin-bottom: 30px;
    /* height: 50px; */
    width: 63%;
}

.namespace-server #support .view-more-btn {
    display: inline-block;
    font-size: 20px;
    line-height: 1;
    font-family: "Roboto-Regular";
    color: #000;
    padding: 15px 95px;
    text-decoration: none;
    border: 1px solid #000;
}

.namespace-server #support .view-more-btn:hover {
    background: #F36928;
}

.namespace-server #support .view-more-btn:hover {
    background-color: #F36928;
    border: 0;
    color: #fff;
}

@media (min-width: 0px) and (max-width: 768px) {
    .namespace-server .section .title {
        font-size: 24px;
        line-height: 1.2;
    }

    .namespace-server .section .des {
        font-size: 14px;
        line-height: 1.5;
    }

    .namespace-server #support {
        padding-top: 50px;
        padding-bottom: 30px;
    }

    .namespace-server #support .s-title {
        font-size: 24px;
        line-height: 1.2;
        margin-bottom: 25px;
    }

    .namespace-server #support .title {
        font-size: 16px;
        line-height: 1.2;
    }

    .namespace-server #support .des {
        font-size: 14px;
        line-height: 1.5;
        margin-bottom: 15px;
        width: 100%;
    }

    .namespace-server #support .view-more-btn {
        font-size: 14px;
        padding: 10px 35px;
        margin-bottom: 25px;
    }

    .namespace-server #support .title {
        margin-bottom: 10px;
    }
}

@media (min-width: 444px) and (max-width: 768px) {
    .namespace-server .section {
        height: 40vh;
    }
}

/*# sourceMappingURL=server.css.map */