html,
body {
    margin: 0;
    padding: 0;
}

body {
    text-align: justify;
    font-weight: normal;
    color: #333333;
    line-height: 2;
}

img {
    max-width: 100%;
}

* {
    box-sizing: border-box;
}

a {
    text-decoration: none;
    color: inherit;
}

a:hover {
    text-decoration: none;
    color: inherit;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
}

.main-color {
    color: var(--main-color);
}

.main-image {
    display: block;
}

.image-wrap img {
    width: 100%;
    display: block;
}

.line-height-1 {
    line-height: 1;
}

.desc {
    color: #a7a7a7;
}

.clipPath {
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 90% 100%, 0% 100%);
    clip-path: polygon(0% 0%, 100% 0%, 90% 100%, 0% 100%);
}

/* 鍗曡鏂囨湰鐪佺暐 */
.ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.single-line {
    white-space: nowrap;
    /* 绂佹鎹㈣ */
    overflow: hidden;
    /* 闅愯棌婧㈠嚭鐨勫唴瀹� */
    text-overflow: ellipsis;
    /* 鏄剧ず鐪佺暐鍙� */
}

.multi-line {
    display: -webkit-box;
    /* 灏嗗厓绱犺涓哄脊鎬т几缂╃洅瀛� */
    -webkit-line-clamp: 2;
    /* 鎸囧畾鏄剧ず鐨勮鏁� */
    -webkit-box-orient: vertical;
    /* 璁剧疆浼哥缉鐩掑瓙鐨勫瀭鐩存柟鍚戞帓鍒� */
    overflow: hidden;
    /* 闅愯棌婧㈠嚭鐨勫唴瀹� */
}

.multi-line.line-3 {
    -webkit-line-clamp: 3;
}

.multi-line.line-4 {
    -webkit-line-clamp: 4;
}

/* 鏂囨湰鍔犵矖 */
.bold {
    font-weight: bold;
}

/* 鏂囨湰涓嬪垝绾� */
.underline {
    text-decoration: underline;
}

/* 鍘婚櫎涓嬪垝绾� */
.no-underline {
    text-decoration: none;
}

/* 鏂囧瓧瀵归綈 */
.text-left {
    text-align: left;
    /* 宸﹀榻愭枃鏈� */
}

.text-right {
    text-align: right;
    /* 鍙冲榻愭枃鏈� */
}

.text-center {
    text-align: center;
    /* 灞呬腑瀵归綈鏂囨湰 */
}

.text-justify {
    text-align: justify;
    /* 涓ょ瀵归綈鏂囨湰 */
}

/* Flex 瀹瑰櫒鍩虹绫� */
.flex-container {
    display: flex;
}

.flex-column {
    flex-direction: column;
}

.flex-wrap {
    flex-wrap: wrap;
}

/* 姘村钩瀵归綈 - 宸﹀榻� */
.justify-start {
    justify-content: flex-start;
}

/* 姘村钩瀵归綈 - 鍙冲榻� */
.justify-end {
    justify-content: flex-end;
}

/* 姘村钩瀵归綈 - 灞呬腑瀵归綈 */
.justify-center {
    justify-content: center;
}

/* 姘村钩瀵归綈 - 涓ょ瀵归綈 */
.justify-between {
    justify-content: space-between;
}

/* 姘村钩瀵归綈 - 骞冲潎鍒嗗竷 */
.justify-around {
    justify-content: space-around;
}

/* 鍨傜洿瀵归綈 - 椤堕儴瀵归綈 */
.align-start {
    align-items: flex-start;
}

/* 鍨傜洿瀵归綈 - 搴曢儴瀵归綈 */
.align-end {
    align-items: flex-end;
}

/* 鍨傜洿瀵归綈 - 灞呬腑瀵归綈 */
.align-center {
    align-items: center;
}

/* 鍨傜洿瀵归綈 - 鍩虹嚎瀵归綈 */
.align-baseline {
    align-items: baseline;
}

/* 绛夐珮鍒� - 浣跨敤 align-items 灞呬腑瀹炵幇绛夐珮 */
.equal-height {
    align-items: stretch;
}

/* Grid 瀹瑰櫒鍩虹绫� */
.grid-container {
    display: grid;
}

/* 姘村钩瀵归綈 - 宸﹀榻� */
.grid-justify-start {
    justify-items: start;
}

/* 姘村钩瀵归綈 - 鍙冲榻� */
.grid-justify-end {
    justify-items: end;
}

/* 姘村钩瀵归綈 - 灞呬腑瀵归綈 */
.grid-justify-center {
    justify-items: center;
}

/* 姘村钩瀵归綈 - 涓ょ瀵归綈 (闇€瑕佽缃� grid-template-columns 涓� repeat() 骞舵寚瀹氬垪瀹�) */
.grid-justify-stretch {
    justify-items: stretch;
}

/* 鍨傜洿瀵归綈 - 椤堕儴瀵归綈 */
.grid-align-start {
    align-items: start;
}

/* 鍨傜洿瀵归綈 - 搴曢儴瀵归綈 */
.grid-align-end {
    align-items: end;
}

/* 鍨傜洿瀵归綈 - 灞呬腑瀵归綈 */
.grid-align-center {
    align-items: center;
}

/* 鍨傜洿瀵归綈 - 鍩虹嚎瀵归綈 */
.grid-align-baseline {
    align-items: baseline;
}

/* 绛夐珮鍒� - 浣跨敤 grid-auto-rows 涓� minmax() 瀹炵幇绛夐珮 */
.equal-height {
    grid-auto-rows: minmax(0, 1fr);
}

.clearfix:after {
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    content: ".";
}

.position-absolute {
    position: absolute;
}

.list-unstyled {
    margin: 0;
    padding: 0;
    list-style: none;
}

.pc-show {
    display: block;
}

.pc-hide {
    display: none;
}

@media (max-width: 767px) {
    .pc-show {
        display: none;
    }

    .pc-hide {
        display: block;
    }
}