@charset "utf-8";

a {
    user-select: none !important;
    text-decoration: none !important;
}

body {
    background: url("/images/utility/top.jpg");
    background-repeat: no-repeat;
    background-size: 100% auto;
}

#header {
    background: linear-gradient(to right, #F0FBFF, #F6F9FF);
    box-shadow: none;
}

#main-custom {
    padding-top: 80px;
    min-width: 1366px;
}

.container-1 {
    height: 490px;
}

.container-1-content {
    padding: 64px 20px 102px 20px;
    min-width: 1366px;
}

.container-1-title {
    font-style: normal;
    font-size: 52px;
    font-weight: bold;
    color: #186BFF;
    text-align: center;
}

.container-1-title>span:nth-child(2) {
    margin-left: 20px;
}

.container-1-title span>span {
    background: linear-gradient(to right, #8870FF, #852cdd);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.container-1-content p {
    margin-top: 20px;
    text-align: center;
    font-size: 34px;
    color: #000000;
}

.container-1-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin-top: 40px;
}

.container-1-btn button {
    width: 165px;
    height: 53px;
    font-size: 20px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    color: #ffffff;
    background: linear-gradient(to right, #186BFFFF 40%, #8A6FFF 100%);
    box-shadow: 0 4px 12px rgba(74, 140, 255, 0.3);
}

.container-1-btn button:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(74, 140, 255, 0.4);
}

.container-1-btn a {
    margin-left: 16px;
    font-size: 20px;
    color: #000000;
}

.container-2 {
    width: 100%;
}

.container-2-list {
    display: grid;
    grid-template-columns: repeat(auto-fill, 420px);
    justify-content: center;
    gap: 30px;
}

.utility-card {
    width: 420px;
    height: 210px;
    border-radius: 12px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    box-shadow: 4px 10px 10px 0px rgba(238, 241, 242, .9);
    background: linear-gradient(to bottom,
        #E9EFFF 0%,
        #F6F9FF 50%,
        #FFFFFF 100%
    );
    transition: all 0.3s ease;
    cursor: pointer;
}

.utility-card:hover {
    transform: translateY(-5px);
    box-shadow: 4px 15px 20px 0px rgba(238, 241, 242, 1);
}

.card-top {
    padding: 46px 60px 0 60px;
    display: flex;
    align-items: center;
}

.card-top img {
    width: 40px;
    height: 40px;
    flex-shrink: 0;
    border-radius: 12px;
}

.card-title {
    margin-left: 10px;
    font-size: 20px;
    font-weight: bold;
    color: #2D2D2D;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.card-tag {
    padding: 20px 60px 0 70px;
}

.card-tag .iconfont {
    font-size: 18px;
    color: #FFD74B;
    margin-right: 5px;
}

.card-tag span {
    font-size: 14px;
    color: #6D6D6D;
}

.card-bottom {
    padding: 20px 60px 0 70px;
    display: flex;
    align-items: center;
}

.card-bottom .download-btn {
    flex: 1;
    margin-right: 10px;
    padding: 4px 0;
    border: none;
    background: #F6F8FA;
    border-radius: 5px;
    flex-shrink: 0;
    font-size: 14px;
    color: #2B2B2B;
    cursor: pointer;
    text-align: center;
}

.card-bottom a {
    width: fit-content;
    flex-shrink: 0;
    font-size: 14px;
    color: #006EFF;
}

.customize-modal {
    display: none;
}

.customize-modal-content {
	background: url("/images/designSystem/bg001.png");
	background-repeat: no-repeat;
	background-size: 100% auto;
    border-radius: 20px;
    overflow: hidden;
}

.customize-modal-layer {
    border-radius: 20px !important;
    overflow: hidden !important;
}

.customize-modal-layer .layui-layer-content {
    border-radius: 20px !important;
}

.customize-modal-header {
    position: relative;
    padding: 30px 30px 10px;
}

.customize-modal-title {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    font-size: 32px;
    font-weight: 600;
    padding: 10px 0 30px;
    background: linear-gradient(to right, #186BFF, #8A6FFF);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.customize-modal-title .iconfont {
	margin-right: 5px;
	font-size: 28px;
}

.customize-modal-close {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 32px;
    color: #999;
    cursor: pointer;
    line-height: 1;
}

.customize-modal-close:hover {
    color: #333;
}

.customize-modal-body {
    padding: 20px 100px 40px;
}

.form-item {
    margin-bottom: 24px;
    display: flex;
    align-items: flex-start;
}

.form-label {
    width: 120px;
    flex-shrink: 0;
    font-size: 16px;
    color: #333;
    padding-top: 10px;
}

.form-input {
    flex: 1;
    height: 44px;
    padding: 0 16px;
    border: 1px solid #E0E6ED;
    border-radius: 10px;
    font-size: 14px;
    background: #fff;
}

.form-input::placeholder {
    color: #999;
}

.form-contact {
    flex: 1;
    display: flex;
    gap: 10px;
}

.form-select {
    padding: 0 16px;
    border: 1px solid #E0E6ED;
    border-radius: 10px;
    font-size: 14px;
    background: #fff;
    cursor: pointer;
    margin-right: 10px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23333' d='M6 8L1 3h10z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 12px;
    padding-right: 38px;
    transition: all 0.3s ease;
}

.form-select.arrow-up {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23333' d='M6 4L1 9h10z'/%3E%3C/svg%3E");
}

.form-textarea-wrapper {
    flex: 1;
    position: relative;
}

.form-textarea {
    width: 100%;
    min-height: 180px;
    padding: 16px;
    border: 1px solid #E0E6ED;
    border-radius: 10px;
    font-size: 14px;
    background: #fff;
    resize: none;
    box-sizing: border-box;
}

.form-textarea::placeholder {
    color: #999;
}

.textarea-counter {
    position: absolute;
    bottom: 10px;
    right: 10px;
    font-size: 12px;
    color: #999;
}

.customize-modal-footer {
    padding: 0 40px 40px;
    text-align: center;
}

.submit-btn {
    width: 200px;
    height: 44px;
    border: none;
    border-radius: 22px;
    font-size: 16px;
    color: #fff;
    background: linear-gradient(to right, #84B2FE, #176AFE);
    cursor: pointer;
    transition: all 0.3s;
}

.submit-btn:hover {
    opacity: 0.9;
}

@media screen and (min-width: 1366px) {
    .container-2-content {
        padding: 40px 0px 80px 0px;
    }
}

@media screen and (min-width: 1466px) {
    .container-2-content {
        padding: 40px 20px 80px 20px;
    }
}

@media screen and (min-width: 1566px) {
    .container-2-content {
        padding: 40px 80px 80px 80px;
    }
}

@media screen and (min-width: 1666px) {
    .container-2-content {
        padding: 40px 120px 120px 120px;
    }
}

@media screen and (min-width: 1766px) {
    .container-2-content {
        padding: 40px 160px 160px 160px;
    }
}

@media screen and (min-width: 1866px) {
    .container-2-content {
        padding: 40px 200px 200px 200px;
    }
}

@media screen and (min-width: 1920px) {
    .container-2-content {
        padding: 40px 240px 220px 240px;
    }
}

@media screen and (min-width: 2000px) {
    .container-2-content {
        padding: 40px 285px 240px 285px;
    }
}

@media screen and (max-width: 1365px) {
    .container-2-content {
        padding: 40px 0px 80px 0px;
    }
}
