body {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    overflow-x: hidden;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}
h1 {
    font-size: 4.5em;
    font-weight: 300;
}
h2 {
    font-size: 1.8em;
    text-transform: uppercase;
    color: #606060;
}
h3 {
    font-size: 1.7em;
    text-transform: uppercase;
    font-weight: 300;
    margin-bottom: 20px;
    color: #111;
}
p {
    font-size: 15px;
    color: #727272;
    line-height: 1.5em;
    font-weight: 400;
}
a {
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
    color: #24C0D9;
    font-weight: 400;
    letter-spacing: .3px;
}
a:hover {
    -webkit-transition: background-color .3s ease;
    -moz-transition: background-color .3s ease;
    -o-transition: background-color .3s ease;
    transition: background-color .3s ease;
}
.section {
    padding: 75px 0;
}
.section-title {
    margin-bottom: 50px;
    padding-bottom: 20px;
    display: inline-block;
    border-bottom: 1px solid #a8522d;
}
.button {
    border: none;
    padding: 12px 25px;
    border-radius: 5px;
    display: inline-block;
    color: #5F5F5F;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 15px;
    -webkit-transition: background-color .3s ease;
    -moz-transition: background-color .3s ease;
    -o-transition: background-color .3s ease;
    transition: background-color .3s ease;
}
.button:hover {
    text-decoration: none;
    background: #454545;
    border-color: #454545;
}
.overlay {
    background-image: linear-gradient(#f8eacd, #fcf2e1);
}
/* NAVIGATION
================================================ */
.navbar .navbar-header {
    width: 100%;
    display: flex;
    align-items: center;
    /* justify-content: space-between; */
}
.navbar-default {
    background: #fff;
    border-color: transparent;
    padding: 10px 0;
    -moz-box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
}
.navbar-brand {
    padding: 5px 15px;
    max-width: 220px;
}
.navbar-default .navbar-nav>li>a {
    color: #949494;
    margin-right: 8px;
}
.navbar-default .navbar-nav>li>a:hover {
    color: #24C0D9;
}

.navbar-header .login-btn {
    margin-left: auto;
    width: 119px;
    height: 35px;
    background-color: #EF966E;
    border-radius: 17px;
    color: #fff;
    border: none;
}
.navbar-header .buy-btn {
    margin-left: 10px;
    width: 119px;
    height: 35px;
    background-color: #EF966E;
    border-radius: 17px;
    color: #fff;
    border: none;
}

/* HEADER
================================================ */

#home-area {
    background-position: 50% 50%;
    background-size: cover;
}
#home-area .container {
    padding-top: 150px;
    padding-bottom: 6px;
	width: 1400px;
}
.home-content {
    color: #fff;
    padding-top: 100px;
}
.home-content h1 {
    text-transform: capitalize;
    font-weight: 200;
}
.home-content p. {
    font-size: 20px;
    font-weight: 200;
    color: #fff;
    letter-spacing: .3px;
    line-height: 1.7em;
    margin: 30px 0;
}
.home-content .home {
    border: 1px solid #fff;
    color: #fff;
}
.home-content .home:hover {
    background: #fff;
    color: #222;
}
.home-feature {}
/* SERVICES
================================================ */

#services {
    background: #fff;
    border-bottom: 1px solid #efefef;
}
#services a:hover {
    color: #187F90;
    text-decoration: none;
}
.single-service {
    margin: 30px 25px;
}
.service-title {
    color: #24C0D9;
}
.service-content {
    margin-left: 65px;
    margin-top: -66px;
}
/* PORTFOLIO
================================================ */

#portfolio {
    background: #fff;
    border-bottom: 1px solid #efefef;
}
.portfolio-filter {
    position: relative;
    right: 0;
    text-transform: uppercase;
    margin: 20px;
}
.portfolio-filter a {
    font-size: 14px;
    text-decoration: none;
    color: #6A6F73;
    padding: 10px 20px;
    border-radius: 5px;
    border: 1px solid #efefef;
    margin: 10px 0;
}
.portfolio-filter a:hover {
    color: #55DDF3;
    border: 1px solid #55DDF3;
    background: #55DDF3;
    color: #fff;
}
.single-portfolio {
    float: left;
    width: 25%;
}
.single-portfolio a:hover {
    background: #41C8DE;
}
/* NEWSLETTER SIGNUP
 ================================================ */

#newsletter {
    background: #24C0D9;
    background-size: cover;
    background-position: 0% 80%;
    padding-top: 40px;
    padding-bottom: 30px;
}
#newsletter .form-control {
    border: none;
    height: 50px;
    margin: 20px 0;
    font-size: 18px;
    padding-left: 20px;
}
#newsletter h2 {
    margin-top: 50px;
    color: #fff;
}
#newsletter p {
    color: #fff;
    margin: 20px 0;
}
#newsletter input {
    display: inline-block;
}
.newsletter {
    position: relative;
    top: -70px;
    right: -1px;
    border: none;
    background: #222;
    color: #fff;
    height: 50px;
}
.newsletter:hover {
    background: #454545;
    color: #fff;
}
/* TESTIMONIAL
================================================ */

#testimonial {
    background: #fff;
    border-bottom: 1px solid #efefef;
}
#owl-demo .item img {
    display: block;
    width: 100%;
    height: auto;
}
.single-testimonial {
    max-width: 500px;
    margin: 0 auto;
}
.single-testimonial img {
    max-width: 102px;
    max-height: 102px;
    border-radius: 100%;
    border: 2px solid #efefef;
}
.single-testimonial p {
    margin-top: 30px;
}
.social-networks {
    margin-top: 0px;
    margin-bottom: 30px;
}
.social-networks a {
    display: inline-block;
    border: 1px solid #24C0D9;
    border-radius: 50%;
    background: #FFFFFF;
    margin: 3px;
    padding: 14px 20px 15px 18px;
    width: 50px;
    height: 50px;
}
.social-networks a:hover {
    background: #24C0D9;
    border: 1px solid #24C0D9;
    color: #fff;
}
.testimonial {
    background: #24C0D9;
    color: #fff;
    margin-top: 20px;
}
.testimonial:hover {
    color: #fff;
}
/* GET TRIAL
================================================ */

#get-trial {
    background: #34495E;
    padding: 120px 0;
}
#get-trial h4 {
    display: inline-block;
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    margin: 20px;
}
.get-trial {
    background: #24C0D9;
    border: none;
    color: #fff;
}
.get-trial:hover {
    background: #fff;
    color: #222;
}
/* CONTACT US
 ================================================ */

.contact-form .form-control {
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 20px 15px;
}
.form-control {
    height: 45px;
    font-size: 16px;
}
.send-button {
    background: #24C0D9;
    color: #fff;
}
.contact-form {
    margin-top: 30px;
    margin-bottom: 100px;
}
.contact-info {
    margin-top: 30px;
}
.contact-info span {
    color: #24C0D9;
    margin-right: 10px;
}
.contact-info, .business-hours {
    margin-bottom: 30px;
    margin-left: 10px;
}
/* FOOTER
================================================ */

footer {
    background: #fff;
    border-top: 1px solid #efefef;
    padding: 40px 0;
}
.footer-menu li {
    border-right: 1px solid #e4e4e4;
}
.footer-menu li:last-child {
    border-right: none;
}
.footer-menu a {
    color: #A8A8A8;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 0 5px;
}
.footer-menu a:hover {
    color: #41C8DE;
    text-decoration: none;
}
.footer-content p {
    color: #34495E;
    font-size: 14px;
}

/* 登录弹窗 */
.login {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 467px;
    height: 500px;
    background: url('../img/login-bg.png') no-repeat;
    background-size: cover;
    border-radius: 12px;
    padding: 23px 37px;
    box-sizing: border-box;

    display: none;
    z-index: 99999;
}
.login .title {
    position: relative;
    font-size: 35px;
    font-weight: bold;
}
.login .remove-icon {
    position: absolute;
    right: -47px;
    top: -35px;
    color: #ccc;
    font-size: 20px;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.login .login-form {
    margin-top: 64px;
}
.login .form-group {
    position: relative;
}
.login .form-group input {
    width: 406px;
    height: 69px;
    background: #FFF4EF;
    border-radius: 4px;
    padding-left: 126px;
    padding-top: 10px;
    font-size: 26px;
}
.login .form-group input::placeholder {
    font-size: 26px;
}
.login .form-group .icon {
    position: absolute;
    top: 0;
    display: flex;
    align-items: center;
}

.login .form-group .icon .tip {
    height: 69px;
    padding: 17px;
    padding-left: 16px;
    display: flex;
    align-items: center;
    font-size: 26px;
    font-weight: 700;
}
.login .form-group .icon .divider {
    width: 2px;
    height: 35px;
    background: #D0BFB7;
}
.login .form-group .code {
    position: absolute;
    top: 0;
    display: flex;
    align-items: center;
    height: 69px;
    right: 0;
    font-size: 26px;
    color: #FF8D48;
    cursor: pointer;
}

.login .info {
    margin: 25px 0 43px 0;
    font-size: 19px;
}

.login .btn {
    display: flex;
    align-items: center;
    justify-content: center;
}

.login .btn-login {
    width: 303px;
    height: 68px;
    border-radius: 34px;
    color: #fff;
    background: #EF966E;
    border: none;
    outline: none;
    font-size: 31px;
}

.mask {
    position: absolute;
    height: 100vh;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, .5);
    display: none;
}

/* 支付 */
#home-area .container.product-buy {
    padding-top: 0;
    margin-bottom: 25px;
}
#home-area .container.product-buy .product-wrapper {
    padding: 0 200px;
}
#home-area .container.product-buy .buy-service {
    width: 270px;
    /* height: 199px; */
    box-shadow: 0px 0px 6px 0px rgba(190,190,190,0.5);
    border-radius: 4px;
    padding: 23px 16px;
}
#home-area .product-wrapper .buy-service .top {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 22px;
    display: flex;
}
#home-area .product-wrapper .buy-service .top .icon {
    margin-left: auto;
    width: 85px;
    height: 33px;
    background: #FF4A4A;
    border-radius: 16px;
    color: #fff;
    font-size: 15px;
    text-align: center;
    line-height: 33px;
}
#home-area .product-wrapper .buy-service .info {
    margin-bottom: 21px;
}
#home-area .product-wrapper .buy-service .price {
    display: flex;
    
}
#home-area .product-wrapper .buy-service .price .real-price {
    display: flex;
    align-items: center;
    margin-right: 9px;
    color: #FF4A4A;
    font-weight: 700;
}
#home-area .product-wrapper .buy-service .price .real-price .num {
    font-size: 21px;
}
#home-area .product-wrapper .buy-service .price .old-price {
    display: flex;
    align-items: center;
    margin-bottom: -2px;
    font-size: 13px;
    text-decoration: line-through;
}
#home-area .product-buy .buy-btn {
    margin-top: 18px;
}
#home-area .product-buy .buy-btn button {
    width: 436px;
    height: 35px;
    border: none;
    outline: none;
    background: #EF966E;
    color: #fff;
    border-radius: 16px;
}

/* 购买vip弹窗 */
.buy-dialog {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 1039px;
    height: 575px;
    border-radius: 12px;
    box-sizing: border-box;
    background-color: #fff;
    overflow: hidden;

    display: none;
}
.buy-dialog .header {
    padding: 23px 37px;
    display: flex;
    background-color: #F9ECD4;
    height: 69px;
    align-items: center;
    padding-left: 17px;
    padding-right: 14px;
}
.buy-dialog .header .title {
    font-size: 26px;
    font-weight: 700;
}
.buy-dialog .buy-dialog-remove {
    margin-left: auto;
    font-style: normal;
    font-size: 20px;
    width: 25px;
    height: 25px;
    border: 1px solid rgb(162, 114, 120);
    border-radius: 50%;
    color: rgb(162, 114, 120);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.buy-dialog .sub-title {
    margin-top: 35px;
    margin-bottom: 38px;
    text-align: center;
    font-size: 26px;
    font-weight: 700;
}

.buy-dialog .buy-list {
    display: flex;
    list-style: none;
}

.buy-dialog .buy-list .buy-item {
    margin-right: 33px;
    width: 307px;
    height: 155px;
    background: #FFFFFF;
    box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.29);
    border-radius: 4px;
    padding-top: 29px;
    padding-bottom: 36px;
    box-sizing: border-box;
    cursor: pointer;
}

.buy-dialog .buy-list .buy-item.active {
    background-color: #FFFDFA;
    border: 1px solid #F09A36;
}

.buy-dialog .buy-list .buy-item .info {
    display: flex;
    justify-content: center;
    padding-right: 10px;
}
.buy-dialog .buy-list .buy-item .info .day {
    font-size: 26px;
    font-weight: 700;
}

.buy-dialog .buy-list .buy-item:first-child .info .day {
    margin-left: 105px;
}

.buy-dialog .buy-list .buy-item .info .icon {
    margin-left: auto;
    width: 85px;
    height: 33px;
    background: #FF4A4A;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}
.buy-dialog .buy-list .buy-item .price {
    display: flex;
    align-items: center;
    /* justify-content: center; */
    margin-top: 32px;
    margin-left: 100px;
}
.buy-dialog .buy-list .buy-item .price .real-price {
    display: flex;
    align-items: center;
    color: #FF4A4A;
    font-weight: 700;
    font-size: 21px;
}
.buy-dialog .buy-list .buy-item .price .old-price {
    display: flex;
    align-items: center;
    margin-bottom: -5px;
    margin-left: 10px;
    color: #B3B2B2 ;
    font-size: 13px;
    text-decoration: line-through;
}
.buy-dialog p.info {
    margin-top: 42px;
    margin-bottom: 20px;
    padding-left: 40px;
}
.buy-dialog .btn {
    display: flex;
    justify-content: center;
}
.buy-dialog .btn button {
    border: none;
    outline: none;
    width: 308px;
    height: 43px;
    background: #F9ECD4;
    border-radius: 22px;
    margin-top: 20px;
}
.buy-dialog p.pay-title {
    display: flex;
    align-items: center;
    justify-content: center;
}
.buy-dialog p.pay-title::after,
.buy-dialog p.pay-title::before {
    content: '';
    display: block;
    width: 88px;
    height: 1px;
    background-color: #AEAEAE;
    position: relative;
}
.buy-dialog p.pay-title::after {
    left: 5px;
}
.buy-dialog p.pay-title::before {
    right: 5px;
}
.buy-dialog .pay-way {
    display: flex;
    justify-content: center;
}
.buy-dialog .pay-way .info {
    display: flex;
    margin-left: 8px;
}
.buy-dialog .pay-way .pay-way-item {
    display: flex;
    flex-direction: column;
    margin-right: 15px;
}
.buy-dialog .pay-way .pay-way-item .weixin-icon,
.buy-dialog .pay-way .pay-way-item .zhifubao-icon {
    width: 25px;
    height: 25px;
    margin-right: 7px;
    background-image: url('../img/weixin.png');
    background-size: cover;
    position: relative;
    top: -2px;
}
.buy-dialog .pay-way .pay-way-item .zhifubao-icon {
    background-image: url('../img/zhifubao.png');
}

/* 退出登录 */
.logout-btn {
    margin-left: auto;
    display: none;
    color: #EF966E;
    cursor: pointer;
}

