@charset "utf-8";
/* CSS Document */
body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
}
* {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}
ul {
    list-style: none
}
.pWidth {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 20px;
}
a {
    text-decoration: none;
}
p {
    line-height: 30px;
}
.button {
    background: #8e0606;
    color: #fff;
    border-radius: 50px;
    padding: 0px 50px;
    height: 60px;
    box-sizing: border-box;
    line-height: 60px;
    font-size: 20px;
    text-align: center;
    cursor: pointer;
    cursor: hand;
}
header {
    width: 100%;
    float: left;
    background: #050505;
    padding: 20px 0;
    position: fixed;
    z-index: 99;
}
header .logo {
    background: url(../images/logo.webp) no-repeat left top;
    float: left;
    width: 215px;
    height: 38px;
    background-size: cover;
    text-indent: -999999PX;
    overflow: hidden;
}
header .mainnav {
    float: right;
    padding-top: 10px;
}
header .mainnav a {
    color: #fff;
    padding: 7px 30px;
}
header .mainnav a:last-child {
    border: 1px solid #fff;
    border-radius: 100px;
}
.banner {
    width: 100%;
    background: url(../images/banner.webp) no-repeat center bottom;
    background-size: cover;
    float: left;
    margin-top: 75px;
    color: #fff;
}
.banner h1, .banner h2.bannerWord {
    width: 100%;
    max-width: 600px;
    padding-top: 150px;
    font-size: 60px;
    text-transform: uppercase;
}
.banner h2 {
    width: 100%;
    max-width: 650px;
    font-weight: normal;
    font-size: 30px;
    padding: 29px 0 60px 0;
}
.banner .button {
    margin-bottom: 300px;
    display: block;
    float: left;
}
.howWork, .advantage, .sugarDating, .mainTxt, .articles, footer {
    width: 100%;
    float: left;
    padding: 100px 0;
}
.tit {
    font-size: 30px;
    text-align: center;
    text-transform: uppercase;
    padding-bottom: 55px;
    font-weight: bold;
}
.howWork ul li {
    width: 25%;
    min-height: 430px;
    background: #fff;
    text-align: center;
    float: left;
    padding: 70px 40px 0 40px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2)
}
.howWork ul li i {
    background: url(../images/icon-work1.webp) no-repeat center center;
    background-size: cover;
    width: 54px;
    height: 55px;
    display: block;
    margin: 0 auto;
}
.howWork ul li i.howWorkIco02 {
    background-image: url(../images/icon-work2.webp)
}
.howWork ul li i.howWorkIco03 {
    background-image: url(../images/icon-work3.webp)
}
.howWork ul li i.howWorkIco04 {
    background-image: url(../images/icon-work4.webp)
}
.howWork ul li h3 {
    font-size: 22px;
    padding: 32px 0 12px 0;
}
.advantage {
    background: #fbfbfb;
}
.advantage .pic {
    float: right;
    width: 100%;
    max-width: 500px;
}
.advantage .pic img {
    width: 100%;
    height: auto;
}
.advantage .txt {
    margin: 0 550px 0 0;
}
.advantage ul {
    width: 100%;
    float: left;
    padding: 0 0 40px 0;
}
.advantage ul li {
    position: relative;
    padding: 10px 0 10px 30px;
    line-height: 30px;
}
.advantage ul li::before {
    content: '';
    position: absolute;
    width: 6px;
    height: 2px;
    background: #000;
    left: 0px;
    top: 23px;
}
.advantage .button {
    float: left;
}
.advantage .tit {
    padding-top: 45px;
    text-align: left;
    line-height: 40px;
    padding-bottom: 45px;
}
.advantage.cleft {
    background: none;
}
.advantage.cleft .pic {
    float: left;
}
.advantage.cleft .txt {
    margin: 0 0 0 550px;
}
.bannerWords p {
    padding: 20px 0 30px 0;
    max-width: 500px;
}
.sugarDating {
    text-align: center;
    background: url(../images/advantages-sugar-dating.webp) no-repeat center center;
    color: #fff;
}
.sugarDating .tit {
    text-transform: uppercase;
}
.mainTxt p {
    padding: 15px 0;
}
.mainTxt h3, .mainTxt h4 {
    padding: 20px 0;
    line-height: 30px;
}
.mainTxt p a {
    color: #8e0606;
    text-decoration: underline;
}
.mainTxt h2 {
    padding: 20px 0;
}
.mainTxt .button {
    display: block;
    margin: 50px auto 0 auto;
    width: 300px;
}
.mainTxt.blogDetails {
    padding-top: 20px;
    background: #fff;
    border-radius: 5px;
    padding: 30px;
    width: 70%;
    margin-bottom: 50px;
}
.mainTxt.blogDetails .tit {
    padding-bottom: 15px;
    padding-top: 20px;
    text-transform: none;
}
.mainTxt.blogDetails ul {
    list-style: outside;
    padding: 10px 0 10px 50px;
}
.mainTxt.blogDetails time {
    color: #666;
    width: 100%;
    text-align: center;
    display: block;
    margin-bottom: 30px;
}
.mainTxt.blogDetails img {
    width: 100%;
    height: auto;
}
.mainTxt.blogDetails ul li {
    padding: 10px 0;
    line-height: 30px;
}
.bg-article {
    background: #f5f5f5;
}
.breadcrumb-navigation {
    margin: 80px 0 20px 0;
    padding: 10px 0px;
    width: 100%;
    color: #ccc;
    border-bottom: 1px dashed #8E0606;
    line-height: 24px;
    float: left;
    font-size: 14px;
}
.breadcrumb-navigation span {
    color: #666;
}
.breadcrumb-navigation a {
    color: #8E0606;
}
.breadcrumb-navigation a:hover {
    text-decoration: underline;
}
.articles {
    background: #8E0606;
    color: #fff;
    width: 100%;
    float: left;
}
.articles ul li {
    width: 29.3%;
    float: left;
    margin: 0 3%;
}
.articles ul li:first-child {
    margin-left: 0px;
}
.articles ul li:last-child {
    margin-right: 0px;
}
.articles ul li figure img {
    width: 100%;
    height: auto;
    border-radius: 15px;
}
.articles ul li h3 {
    padding: 40px 0 20px 0;
}
.articles ul li h3 a:hover {
    text-decoration: underline;
}
.articles ul li a {
    color: #fff;
}
.articles ul li .read-more {
    padding-top: 20px;
    text-decoration: underline;
    display: block;
}
.articles ul li a:hover {
    text-decoration: underline;
}
.articles ul li .read-more:hover {
    text-decoration: none;
}
footer {
    color: #fff;
    background: #000;
    padding: 40px 0 30px 0;
}
footer a {
    color: #fff;
}
footer a:hover {
    text-decoration: underline;
}
footer dl {
    float: left;
    width: 25%;
}
footer dl dt {
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 20px;
}
footer dl dd {
    padding: 5px 0;
}
footer .copyRight {
    color: #fff;
    padding-top: 30px;
    margin-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    float: left;
    width: 100%;
    text-align: center;
}
.footerLinks {
    text-align: center;
}
.footerLinks a {
    padding: 0 20px;
}
.blogList {
    clear: both;
}
.blogList .tit {
    padding-top: 30px;
}
.blogList ul {
    padding: 0 0 80px 0;
    width: 100%;
    float: left;
}
.blogList ul li {
    padding: 15px 0;
    color: #8e0606;
    width: 50%;
    float: left;
}
.blogList ul li figure {
    width: 150px;
    float: left;
}
.blogList ul li > a {
    margin-left: 160px;
    display: block;
}
.blogList ul li figure img {
    width: 100%;
    height: auto;
    border-radius: 5px;
}
.blogList ul li a {
    padding-left: 10px;
    color: #8e0606;
    line-height: 30px;
    padding-right: 30px;
}
.blogList ul li a:hover {
    text-decoration: underline;
}
aside {
    width: 27%;
    float: right;
    border-radius: 5px;
}
aside img {
    width: 100%;
    height: auto;
}
aside .articleBox {
    margin-bottom: 20px;
    background: #fff;
}
aside .articleBox span {
    padding: 10px;
    display: block;
    color: #000;
}
aside .articleBox span:hover {
    text-decoration: underline;
}
.recentPosts {
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
    padding: 15px;
}
.recentPosts figure {
    float: left;
    width: 100px;
}
.recentPosts figure img {
    width: 100%;
    height: auto;
}
.recentPosts ul {
    padding: 10px 0;
}
.recentPosts li {
    width: 100%;
    float: left;
    padding: 20px 0 15px 0;
    border-bottom: 1px dashed #ccc;
}
.recentPosts h3 {
    margin: 0 0 0 110px;
    font-size: 16px;
    font-weight: normal;
}
.recentPosts h3 a {
    color: #000;
    line-height: 25px;
}
.recentPosts h3 a:hover {
    text-decoration: underline;
}
.recentPosts .title {
    padding: 10px;
    background: #efefef;
    border-radius: 5px;
}
.lead {
    font-size: 1.2rem;
    color: #3a5468;
    border-left: 4px solid #e2b862;
    padding-left: 1rem;
    margin: 1rem 0 1.8rem 0;
    font-weight: 400;
}
.grid-2cols {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
    margin: 1.5rem 0;
}
.pro-card, .con-card {
    background: #f9fbfd;
    border-radius: 20px;
    padding: 1.3rem 1.6rem;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.03);
    border: 1px solid #eef2f6;
}
.pro-card h4, .con-card h4 {
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 0.75rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}
.pro-card h4::before {
    content: "✓";
    color: #1f8a4c;
    font-weight: 800;
    font-size: 1.6rem;
}
.con-card h4::before {
    content: "✗";
    color: #c2410c;
    font-weight: 800;
    font-size: 1.6rem;
}
.mainTxt.blogDetails ul.pro-list, .mainTxt.blogDetails ul.con-list {
    list-style: none;
}
.pro-list li, .con-list li {
    margin-bottom: 0.6rem;
    padding-left: 1.6rem;
    position: relative;
}
.pro-list li::before {
    content: "✔️";
    position: absolute;
    left: -37px;
    color: #1f8a4c;
}
.con-list li::before {
    content: "⚠️";
    position: absolute;
    left: -37px;
    color: #c2410c;
}
table {
    width: 100%;
    border-collapse: collapse;
    margin: 1.5rem 0;
    font-size: 0.95rem;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
th {
    background-color: #eef2f7;
    text-align: left;
    padding: 12px 14px;
    font-weight: 600;
    color: #1e3b4a;
}
td {
    border-bottom: 1px solid #e2e8f0;
    padding: 12px 14px;
    background-color: #fff;
}
tr:last-child td {
    border-bottom: none;
}
.table-responsive {
    overflow-x: auto;
    margin: 1.2rem 0;
}
blockquote {
    background: #f8f6f0;
    border-left: 5px solid #e2b862;
    padding: 1rem 1.5rem;
    margin: 1.2rem 0;
    border-radius: 12px;
    font-style: normal;
    color: #2c3e47;
}
.faq-item {
    margin-bottom: 1.5rem;
    border-bottom: 1px solid #e9edf2;
    padding-bottom: 1rem;
}
.faq-question {
    font-weight: 700;
    font-size: 1.1rem;
    color: #1f3b4c;
    margin-bottom: 0.4rem;
}
.verdict {
    background: #eef3f9;
    padding: 1.6rem;
    border-radius: 24px;
    margin: 2rem 0;
    border: 1px solid #dde5ec;
}
.badge {
    background: #d4e3ed;
    color: #1b516b;
    font-size: 0.75rem;
    font-weight: 600;
    padding: 0.2rem 0.6rem;
    border-radius: 40px;
    display: inline-block;
    margin-right: 0.5rem;
}
.qa {
    padding: 80px 0;
}
.qa dt {
    font-size: 24px;
    text-align: center;
    width: 100%;
    padding-bottom: 30px;
}
.qa dd {
    padding: 10px 0;
    width: 50%;
    padding-right: 20px;
    box-sizing: border-box;
}
.qa dd a {
    color: #000;
}
.qa dd a:hover {
    text-decoration: underline;
}
@media screen and (max-width:768px) {
    .mainTxt.blogDetails, aside {
        width: 100%;
    }
    .mainTxt.blogDetails {
        padding: 20px;
    }
    .blogList ul li {
        width: 100%;
    }
    .blogList ul li a {
        color: #8e0606;
        line-height: 30px;
    }
    .blogList .tit {
        text-align: left;
    }
    header .mainnav a.signUp {
        display: none;
    }
    header .logo {
        width: 157px;
        height: 30px;
    }
    header .mainnav {
        padding-top: 4px;
    }
    .banner {
        margin-top: 40px;
        background-size: auto 100%;
    }
    .banner h1, .banner h2.bannerWord {
        font-size: 38px;
    }
    .banner h2 {
        font-size: 20px;
    }
    .banner .button {
        margin-bottom: 250px;
    }
    .howWork ul li {
        width: 100%;
        border-radius: 15px;
        margin-bottom: 50px;
    }
    .howWork ul li:last-child {
        margin-bottom: 0px;
    }
    .howWork, .advantage, .sugarDating, .mainTxt, .articles, footer {
        padding: 50px 0;
    }
    .tit {
        font-size: 22px;
        padding-bottom: 15px;
        line-height: 30px;
    }
    .mainTxt.blogDetails time {
        font-size: 14px;
        line-height: 25px;
    }
    .advantage .txt, .advantage.cleft .txt {
        margin: 0px 0 0 0;
        float: left;
    }
    .articles ul li, footer dl {
        width: 100%;
        margin: 0px 0 50px 0;
    }
    .articles .tit, .howWork .tit {
        padding-bottom: 50px;
    }
    .advantage .tit {
        padding-top: 30px;
        padding-bottom: 15px;
    }
    header .mainnav a {
        padding: 7px 12px;
    }
}
@media screen and (max-width:420px) {
    .qa dd {
        width: 100%;
    }
    .blogList ul li figure {
        width: 100%;
    }
    .blogList ul li a {
        margin: 0;
        width: 100%;
        padding: 10px 0 0 0px;
        overflow: hidden;
        line-height: 27px;
    }
}