/*www.eputong.com*/

body {
    font-family: 'Microsoft YaHei', 'SimHei', 'Arial', sans-serif;
}

:root {
    --text-1: #18191c;
    --text-2: #61666d;
    --text-3: #9499a0;
    --text-4: #c9ccd0;
    --bg-1: #fff;
    --bg-2: #f6f7f8;
    --bg-3: #f1f2f3;
    --bg-black: #242933;
    --border-1: #e3e5e7;
    --border-2: #f0f2f4;
    --link: #06f;
    --link-hover: #59f;
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    color: var(--text-1);
}

body {
    min-width: 280px;
}

input,
botton,
select,
div {
    outline: none;
}

a {
    text-decoration: none!important;
    font-size: 15px;
    color: var(--text-1);
}

i,
em {
    font-style: normal;
}

ul,
li {
    list-style: none;
    padding: 0;
    margin: 0;
}

p {
    padding: 10px 0;
    margin: 0;
}

.container {
    width: 1280px;
    margin: 0 auto;
    min-width: 280px;
}

.container-xxl {
    width: 992px;
    margin: 0 auto;
    min-width: 280px;
}

.container-xl {
    width: 768px;
    margin: 0 auto;
    min-width: 280px;
}

.container-sl {
    width: 100%;
    margin: 0 auto;
    min-width: 280px;
}

@media screen and (max-width: 1280px) {
    .container {
        width: 992px;
    }
}

@media screen and (max-width: 992px) {
    .container,
    .container-xxl {
        width: 768px;
    }
}

@media screen and (max-width: 768px) {
    .container,
    .container-xxl,
    .container-xl {
        width: 100%;
    }
}

.m-1 {
    margin: 5px;
}

.m-2 {
    margin: 10px;
}

.m-3 {
    margin: 15px;
}

.m-4 {
    margin: 20px;
}

.mt-1 {
    margin-top: 5px;
}

.mt-2 {
    margin-top: 10px;
}

.mt-3 {
    margin-top: 15px;
}

.mt-4 {
    margin-top: 20px;
}

.mb-1 {
    margin-bottom: 5px;
}

.mb-2 {
    margin-bottom: 10px;
}

.mb-3 {
    margin-bottom: 15px;
}

.mb-4 {
    margin-bottom: 20px;
}

.ml-1 {
    margin-left: 5px;
}

.ml-2 {
    margin-left: 10px;
}

.ml-3 {
    margin-left: 15px;
}

.ml-4 {
    margin-left: 20px;
}

.mr-1 {
    margin-right: 5px;
}

.mr-2 {
    margin-right: 10px;
}

.mr-3 {
    margin-right: 15px;
}

.mr-4 {
    margin-right: 20px;
}

.col-1 {
    width: 8.333333%;
}

.col-2 {
    width: 16.666667%;
}

.col-3 {
    width: 25%;
}

.col-4 {
    width: 33.333333%;
}

.col-5 {
    width: 41.666666%;
}

.col-6 {
    width: 50%;
}

.col-7 {
    width: 58.333333%;
}

.col-8 {
    width: 66.666666%;
}

.col-9 {
    width: 75%;
}

.col-10 {
    width: 83.333333%;
}

.col-11 {
    width: 91.666666%;
}

.col-12 {
    width: 100%;
}

@media screen and (max-width: 1280px) {
    .col-xxl-1 {
        width: 8.333333%;
    }
    .col-xxl-2 {
        width: 16.666667%;
    }
    .col-xxl-3 {
        width: 25%;
    }
    .col-xxl-4 {
        width: 33.333333%;
    }
    .col-xxl-5 {
        width: 41.666666%;
    }
    .col-xxl-6 {
        width: 50%;
    }
    .col-xxl-7 {
        width: 58.333333%;
    }
    .col-xxl-8 {
        width: 66.666666%;
    }
    .col-xxl-9 {
        width: 75%;
    }
    .col-xxl-10 {
        width: 83.333333%;
    }
    .col-xxl-11 {
        width: 91.666666%;
    }
    .col-xxl-12 {
        width: 100%;
    }
}

@media screen and (max-width: 992px) {
    .col-xl-1 {
        width: 8.333333%;
    }
    .col-xl-2 {
        width: 16.666667%;
    }
    .col-xl-3 {
        width: 25%;
    }
    .col-xl-4 {
        width: 33.333333%;
    }
    .col-xl-5 {
        width: 41.666666%;
    }
    .col-xl-6 {
        width: 50%;
    }
    .col-xl-7 {
        width: 58.333333%;
    }
    .col-xl-8 {
        width: 66.666666%;
    }
    .col-xl-9 {
        width: 75%;
    }
    .col-xl-10 {
        width: 83.333333%;
    }
    .col-xl-11 {
        width: 91.666666%;
    }
    .col-xl-12 {
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .col-sl-1 {
        width: 8.333333%;
    }
    .col-sl-2 {
        width: 16.666667%;
    }
    .col-sl-3 {
        width: 25%;
    }
    .col-sl-4 {
        width: 33.333333%;
    }
    .col-sl-5 {
        width: 41.666666%;
    }
    .col-sl-6 {
        width: 50%;
    }
    .col-sl-7 {
        width: 58.333333%;
    }
    .col-sl-8 {
        width: 66.666666%;
    }
    .col-sl-9 {
        width: 75%;
    }
    .col-sl-10 {
        width: 83.333333%;
    }
    .col-sl-11 {
        width: 91.666666%;
    }
    .col-sl-12 {
        width: 100%;
    }
}

.price_cardbox {
    display: flex;
    justify-content: space-around;
    margin-bottom: 60px;
}

.price_card {
    background: #FFFFFF;
    border-radius: 8px;
    text-align: center;
    padding: 20px;
    margin: 10px;
}

.pricecard_image1 {
    background-image: url(price_blue.png);
    background-repeat: no-repeat;
    background-size: auto;
    background-size: 100% 43%;
    position: relative;
}

.pricecard_image2 {
    background-image: url(price_green.png);
    background-repeat: no-repeat;
    background-size: auto;
    background-size: 100% 43%;
    position: relative;
}

.pricecard_image3 {
    background-image: url(price_orange.png);
    background-repeat: no-repeat;
    background-size: auto;
    background-size: 100% 43%;
    position: relative;
}

.pricecard_image4 {
    background-image: url(price_purple.png);
    background-repeat: no-repeat;
    background-size: auto;
    background-size: 100% 43%;
    position: relative;
}

.price_desc {
    color: #878686;
    background-color: #ffffff;
    padding: 30px 10px;
    border-radius: 30px;
    line-height: 20px;
    border-top: 5px solid #dcdcdc;
    font-size: 14px;
}

.brief {
    color: #ffffff;
    padding: 6px 30px;
    border-radius: 15px;
    font-size: 12px;
    text-align: center;
    border: 1px solid #fff;
    position: absolute;
    left: 75px;
    top: 103px;
}

.brief1 {
    background: linear-gradient(to right, #3f8ced 20%, #18b5fa 100%);
}

.brief2 {
    background: linear-gradient(to right, #18a86b 20%, #2eb282 100%);
}

.brief3 {
    background: linear-gradient(to right, #f94a02 20%, #fcbb1e 100%);
}

.brief4 {
    background: linear-gradient(to right, #f235fd 20%, #8db8e8 100%);
}

.price_title {
    font-size: 24px;
    color: #Fff;
}

.selling_price {
    font-size: 28px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 15px;
}

.experience {
    border-radius: 100px;
    padding: 10px;
    color: #fff;
    margin-bottom: 20px;
}

.experience_bg1 {
    background: linear-gradient(to right, #3f8ced 20%, #18b5fa 100%);
    ;
}

.experience_bg2 {
    background: linear-gradient(to right, #18a86b 20%, #2eb282 100%);
    ;
}

.experience_bg3 {
    background: linear-gradient(to right, #f94a02 20%, #fcbb1e 100%);
    ;
}

.experience_bg4 {
    background: linear-gradient(to right, #f235fd 20%, #8db8e8 100%);
    ;
}

.duration {
    font-size: 14px;
    color: #fff;
}

.tips_desc {
    display: none;
    background-color: rgb(62 61 61);
    position: absolute;
    color: #fff;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    max-width: 260px;
    top: 0;
    padding: 0 10px;
    font-size: 14px;
    line-height: 30px;
    text-align: left;
    word-wrap: break-word;
    word-break: normal;
    border-radius: 5px;
    left: 35px;
    display: none;
}

.price_asks:hover+.tips_desc {
    display: block;
}

.tips_box {
    width: 25px;
    height: 25px;
    display: inline-block;
    position: relative;
    left: 0;
    top: 0;
    cursor: pointer;
}

.price_asks {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 6px;
}

.price_cardbox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}


/* ä»·æ ¼å¡ç‰‡ */

.price_card {
    width: 300px;
    margin: 10px;
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 5px;
    text-align: center;
    background-color: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    /* å¢žåŠ è¿‡æ¸¡æ•ˆæžœ */
    transition: all 0.3s ease;
}

.price_card:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}


/* æ ‡é¢˜æ ·å¼ */

.price_title {
    font-size: 1.5rem;
    margin-bottom: 10px;
}


/* å”®ä»·æ ·å¼ */

.selling_price {
    font-size: 1.2rem;
    margin-bottom: 10px;
}


/* æ—¶é•¿æ ·å¼ */

.duration {
    font-size: 0.8rem;
}


/* ç®€ä»‹æ ·å¼ */

.brief {
    font-size: 1rem;
    margin-bottom: 10px;
}


/* æè¿°æ ·å¼ */

.price_desc {
    font-size: 0.9rem;
    margin-bottom: 10px;
}


/* ä½“éªŒæŒ‰é’®æ ·å¼ */

.experience {
    display: inline-block;
    padding: 10px 20px;
    background-color: #007BFF;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 1rem;
}


/* å“åº”å¼è°ƒæ•´ï¼Œä¾‹å¦‚åœ¨å°å±å¹•è®¾å¤‡ä¸Šå¡ç‰‡å®½åº¦æ›´æ”¹ä¸º 100% */

@media (max-width: 600px) {
    .price_card {
        width: 100%;
    }
    .brief {
        left: 100px;
    }
}

.invited_icon {
    transition: transform 0.5s ease;
}

.invited_box:hover .invited_icon {
    transform: translateX(10px);
}
.news_bg{
    width: 100%;
    padding: 20px 0 80px;
    background: #f5f6f7;
}
.news_box{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.news_left{
    width: 950px;
}
.newstype{
    width: 100%;
    height: 60px;
    background: #fff;
    border-radius: 8px 8px 0 0;
    padding: 12px;
    display: flex;
    justify-content: space-around;
}
.typeitem{
    width: fit-content;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
}
.article-list{
    width: 100%;

}
.article-card{
    width: 100%;
    height: 160px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 8px;
    padding: 20px;
    background: #fff;
}
.article-image{
    width: 240px;
    height: 120px;
    background: #f5f6f7;
}
.article-image .pic{
    width: 100%;
    height: 100%;
}
.article-image img{
    height: 100%;
    width: 100%;
}
.article-content{
    flex: 1;
    padding-left: 20px;
    overflow: hidden;
}
.article-title{
    width: 100%;
    font-size: 18px;
    font-weight: 700;
    line-height: 1em;
    color: #121212;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.article-title:hover{
    color: #06f;
}
.article-excerpt{
    width: 100%;
    height: 2.8em;
    font-size: 14px;
    line-height: 1.4em;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: 12px;
}
.article-meta{
    width: 100%;
    margin-top: 30px;
    display: flex;
}
.news_right{
    width: 300px;
}
.aside-box{
    background: #fff;
    padding: 10px;
    border: var(--aside-box-border);
    margin-bottom: 10px;
    border-radius: 10px;
    overflow: hidden;
}
.wdiget-title:after{
    position: absolute;
    width: 12px;
    height: 12px;
    transform: none;
    background: #fc625d;
    border-radius: 50%;
    top: 6px;
    left: 20px;
    content: '';
}
.wdiget-title:before{
    position: absolute;
    width: 12px;
    height: 12px;
    transform: none;
    background: #fc625d;
    border-radius: 50%;
    top: 6px;
    left: 20px;
    content: '';
}
.wdiget-title:after{
    left: 5px;
    background-color: #fdbc40;
}
.wdiget-title{
    position: relative;
    margin-bottom: 6px;
    padding-bottom: 16px;
    font-size: 16px;
    font-weight: 600;
    color: #000000;
    display: flex;
    align-items: center;
    gap: 2px;
    border-bottom: none;
    padding-left: 40px;
}
.aside-box .center{
    width: 300px;
    height: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.aside-box .account-qrcode{
    width: 200px;
    height: 200px;
}
.account-qrcode img{
    width: 100%;
}
.newstype .active{
    font-weight: 700;
}
.nav-icon{
    display: flex;
    position: relative;
    width: 26px;
}
.newstype .active .nav-icon:before{
    width: 12px;
    height: 12px;
    background: #0066ff;
    content: '';
    margin-right: 10px;
    transform: translateX(-50%) rotate(45deg);
}
.newstype .active .nav-icon:after{
    width: 12px;
    height: 12px;
        background: rgb(124 168 255 / 43%);
    content: '';
    margin-right: 10px;
    transform: translateX(-50%) rotate(45deg);
    position: absolute;
    left: 6px;
}