/*----------------------------------------*/
/*  1. Theme default CSS
/*----------------------------------------*/

::-moz-selection {
    background: #00b0ff;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #00b0ff;
    color: #fff;
    text-shadow: none;
}

.no-mar {
    margin: 0 !important;
}

.no-pad {
    padding: 0 !important;
}

.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}


html {
    font-size: 62.5%;
    -webkit-font-smoothing: antialiased;
}

body {
    background: #fff;
    font-weight: normal;
    font-size: 15px;
    letter-spacing: 1.5px;
    color: #666;
    line-height: 30px;
    -webkit-font-smoothing: antialiased;
    /* Fix for webkit rendering */
    -webkit-text-size-adjust: 100%;
}

img {
    max-width: 100%;
    height: auto;
}

button,
input,
textarea {
    letter-spacing: 1px;
}


/* 
--------------------------
- Default Typography
--------------------------
*/

body {
    font-family: 'Poppins', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    color: #000;
    letter-spacing: 1.5px;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    font-weight: inherit;
    font-family: 'Poppins', sans-serif;
}

h1 {
    font-size: 36px;
    line-height: 70px;
    letter-spacing: 1px;
    margin-bottom: 0px;
}

h2 {
    font-size: 22px;
    line-height: 24px;
    margin-bottom: 0px;
}

h3 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 0px;
}

h4 {
    font-size: 20px;
    line-height: 27px;
}

h5 {
    font-size: 16px;
    line-height: 24px;
}

h6 {
    font-size: 14px;
    line-height: 24px;
}

p {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 0;
    line-height: 28px;
    margin: 0;
}

p img {
    margin: 0;
}

span {
    font-family: 'Poppins', sans-serif;
}

a,
a:visited {
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
    font-weight: normal;
    font-size: 12px;
    color: #111;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    outline: 0;
}

a:hover,
a:active {
    color: #00b0ff;
    text-decoration: none;
    outline: 0;
}

a:focus {
    text-decoration: none;
    outline: 0;
}

p a,
p a:visited {
    line-height: inherit;
    outline: 0;
}

a.active-page {
    color: #e6ae48 !important;
}


/* list */

ul,
ol {
    margin-bottom: 0px;
    margin-top: 0px;
}

ul {
    margin: 0;
}

ol {
    list-style: decimal;
}

ol,
ul.square,
ul.circle,
ul.disc {
    margin-left: 0px;
}

ul.square {
    list-style: square outside;
}

ul.circle {
    list-style: circle outside;
}

ul.disc {
    list-style: disc outside;
}

ul ul,
ul ol,
ol ol,
ol ul {
    margin: 0;
}

ul ul li,
ul ol li,
ol ol li,
ol ul li {
    margin-bottom: 0px;
}

li {
    line-height: 18px;
    margin-bottom: 0px;
}

/* definition list */

dl {
    margin: 12px 0;
}

dt {
    margin: 0;
    color: #11ABB0;
}

dd {
    margin: 0 0 0 20px;
}

a.rm-btn {
    background-color: #1b88c2;
    display: inline-block;
    padding: 12px 40px;
    border-radius: 25px;
    color: #fcf6ff;
    font-size: 16px;
    letter-spacing: 0px;
}


.section-title {
    position: relative;
    text-align: center;
    max-width: 767px;
    margin: 25px auto;
}

.section-title span {
    display: block;
    color: #1bc26c;
    font-size: 18px;
    letter-spacing: 0px;
    line-height: 30px;
    font-weight: 500;
}

.section-title h3 {
    font-size: 44px;
    letter-spacing: 0px;
    color: #12100e;
    font-weight: 600;
    margin: 15px auto;
    line-height: 50px;
}

.section-title p {
    font-size: 16px;
    line-height: 28px;
    color: #666;
    font-weight: 300;
    max-width: 75%;
    margin: 0 auto;
}

a.rm-btn:hover {
    -webkit-box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05);
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05);
}

.section-padding {
    padding: 80px 0px;
}

.st-left {
    margin-left: -0px !important;
}

/*----------------------------------------*/
/*  4. Features CSS
/*----------------------------------------*/
.features-area {
    position: relative;
}

.features-area:before {
    position: absolute;
    content: '';
    height: 1375px;
    width: 600px;
    background-size: 100% 100%;
    left: 0;
    top: 0;
    z-index: -1;
}

.single-features {
    position: relative;
    max-width: 350px;
    margin: 25px auto;
    text-align: center;
    background-color: #f5f7fc;
    transition: .5s ease;
    border-top-left-radius: 65px;
    border-bottom-right-radius: 65px;
}

.single-features:hover {
    background-color: #fff;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05);
}

.single-features .sf-icon {
    position: relative;
    background-color: #000;
    padding: 35px 15px;
    border-top-left-radius: 65px;
    border-bottom-right-radius: 65px;
    transition: .5s ease;
}

.single-features .sf-icon:before {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    background-size: 100% 100%;
    left: 0;
    top: 0;
}

.sf-1 .sf-icon {
    background-color: #7D6FEB;
    opacity: 0.7;
}

.sf-2 .sf-icon {
    background-color: #00B1A9;
    opacity: 0.7;
}

.sf-3 .sf-icon {
    background-color: #1089FF;
    opacity: 0.7;
}
.sf-4 .sf-icon {
    background-color: #FC5877;
    opacity: 0.7;
}
.sf-5 .sf-icon {
    background-color: #39B259;
    opacity: 0.7;
}
.sf-6 .sf-icon {
    background-color: #FF647C;
    opacity: 0.7;
}
.sf-7 .sf-icon {
    background-color: #9F9FA9;
    opacity: 0.7;
}
.sf-8 .sf-icon {
    background-color: #ED9E3B;
    opacity: 0.7;
}

.sf-icon img, .sf-icon i {
    transition: .5s ease;
}

.single-features:hover .sf-icon img,
.single-features:hover .sf-icon i {
    transform: scaleX(-1);
}

.single-features .sf-text {
    position: relative;
    padding: 20px;
}

.single-features .sf-text h4 {
    color: #12100e;
    font-size: 28px;
    letter-spacing: 0px;
    font-weight: 600;
    line-height: 40px;
    margin: 15px auto;
}

.single-features .sf-text img {
    width: 68px;
    height: 68px;
    border-radius: 34px;
}

.single-features .sf-text p {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    max-height: 8em; /* 设置最大高度为3行 */
    overflow: hidden; /* 超出部分隐藏 */
}

.single-features .sf-text a.sf-btn {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0px;
    background-color: #fff;
    padding: 12px 40px;
    border-radius: 25px;
    display: inline-block;
    margin: 15px auto;
}

.single-features:hover a.sf-btn {
    background-color: #1bc26c;
    color: #fff;
}

/*============== End Features CSS ==============*/

/*----------------------------------------*/
/*  15. Footer CSS
/*----------------------------------------*/


.footer-area {
    position: relative;
    background-image: url(../image/footer.png);
    background-size: 100% 100%;
    background-color: #f4f7fc;
}

.newsletter-area {
    position: relative;
    padding: 160px 0px 60px;
}

.nl-title {
    position: relative;
    margin: 25px auto;
}

.nl-title h3 {
    color: #fff;
    font-size: 42px;
    letter-spacing: 0px;
    font-weight: 600;
    line-height: 50px;
    margin: 15px auto;
}

.nl-title p {
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 24px;
    color: rgba(255, 255, 255, .65);
    font-weight: 300;
}

.nl-fom {
    position: relative;
    text-align: right;
    margin: 60px auto;
}

.nl-fom form.nlf {
    position: relative;
    max-width: 490px;
    margin: 0 auto;
}

.nl-fom form.nlf input {
    width: 100%;
    border: none;
    height: 60px;
    font-size: 14px;
    letter-spacing: 0px;
    padding: 0px 25px;
}

.nl-fom form.nlf button.nl-btn {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 160px;
    letter-spacing: 0px;
    font-size: 17px;
    color: #c5ebd3;
    background-color: #1bc26c;
    border: none;
    cursor: pointer;
}

.scroll-top {
    position: absolute;
    right: 20%;
    top: 40px;
}


.footer-widget-area {
    position: relative;
    padding: 50px 0px;
}


.footer-widget h4 {
    font-size: 24px;
    letter-spacing: 0px;
    color: rgba(255, 255, 255, .90);
    font-weight: 600;
}

.footer-widget .footer-links ul.fl {
    position: relative;
    padding: 0;
    list-style-type: none;
    margin: 45px auto;
}

.footer-widget .footer-links ul.fl li {
    font-size: 16px;
    letter-spacing: 0px;
    color: rgba(255, 255, 255, .65);
    font-weight: 300;
    line-height: 24px;
    margin: 5px auto;
}

.footer-widget .footer-links ul.fl li a {
    font-size: 16px;
    letter-spacing: 0px;
    color: rgba(255, 255, 255, .65);
    line-height: 28px;
}

.footer-widget .footer-links ul.fl li a:hover {
    color: #fff;
}

.footer-widget .footer-links ul.fl li i {
    padding-right: 10px;
}

.footer-widget .footer-links ul.footer-social {
    position: relative;
    padding: 0px;
    list-style-type: none;
    padding-top: 30px;
}

.footer-widget .footer-links ul.footer-social li {
    display: inline-block;
    margin: 0px 5px;
}

.footer-widget .footer-links ul.footer-social li a {
    color: #a9adb4;
    font-size: 20px;
    margin: 5px;
    display: block;
    padding: 2px;
}

.footer-widget .footer-links ul.footer-social li:first-child {
    margin-left: 0px;
}

/*============== End Footer CSS ==============*/