#jwell-footer {
    background: url("./pics/footbg.jpg") no-repeat center top;
    box-sizing: border-box;
    padding: 60px 0;
    background-size: cover;
}

#jwell-footer .foot-logo{
  padding: 20px 15px;
  margin-bottom: 30px;
}

#jwell-footer .foot-logo img{
  width: 160px;
}

#jwell-footer h5 {
    font-size: 24px;
    color: #fff;
    font-weight: 600;
    background: url(./pics/dot.png) no-repeat left center;
    padding: 0 0 0 30px;
    line-height: 27px;
    margin: 0 0 20px;
    padding-bottom: 4px;
    display: inline-block;
}

#jwell-footer .foot-nav h6 {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}

#jwell-footer .foot-nav p {
    color: rgba(255, 255, 255, 0.73);
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 6px;
}
#jwell-footer .foot-nav h6 span {
    color: rgba(255, 255, 255, 0.73);
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 6px;
    font-weight: 100;
}

#jwell-footer .foot-nav p a:hover {
    color: var(--color-second);
}
#jwell-footer .foot-nav h6 span a:hover {
    color: var(--color-second);
}

#jwell-footer>.container {
    height: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

#jwell-footer .foot-nav ul li {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 6px;
    color: rgba(255, 255, 255, 0.73);
}

#jwell-footer .foot-nav ul li::before {
    content: "\e650";
    font-family: "qico";
    font-size: 17px;
    color: rgba(255, 255, 255, 0.73);
    margin-right: 6px;
}

#jwell-footer .foot-nav ul li a:hover {
    color: var(--color-second);
}

#jwell-footer .foot-contact {
    width: 34%;
}

#jwell-footer .foot-contact h6 {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
    letter-spacing: 1px;
}

#jwell-footer .foot-contact h6~h6 {
    margin-top: 10px;
}

#jwell-footer .foot-contact p {
    color: rgba(255, 255, 255, 0.73);
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 6px;
}

#jwell-footer .foot-contact p a:hover {
    color: var(--color-second);
    text-decoration: underline;
}

#jwell-footer .foot-contact ul li {
    border: 1px solid #7c7c7c;
    box-sizing: border-box;
    padding: 0 10px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
    height: 90px;
    margin-top: 6px;
}

#jwell-footer .foot-contact ul li .ico {
    margin-left: 13px;
    width: 62px;
    height: 62px;
    line-height: 62px;
    background: #66ba58;
    border-radius: 50%;
    text-align: center;
}

#jwell-footer .foot-contact ul li .ico i {
    color: #292929;
    font-size: 35px;
}

#jwell-footer .foot-contact ul li .t {
    -webkit-flex: 1;
    flex: 1;
    display: -webkit-flex;
    display: flex;
    height: 100%;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    padding: 0 0 0 23px;
    margin-left: 23px;
    position: relative;
    color: #c6c6c6;
}

#jwell-footer .foot-contact ul li .t::after {
    content: "";
    width: 1px;
    position: absolute;
    left: 0;
    top: 20px;
    bottom: 20px;
    background: rgba(228, 228, 228, 0.57);
}

#jwell-footer .foot-contact ul li .t p {
    font-size: 16px;
    line-height: 30px;
}

#jwell-footer .foot-contact ul li .t p em {
    width: 50%;
    float: left;
}

#jwell-footBar {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 45px;
    display: none;
    z-index: 999;
    background: var(--color-second);
    border-top: 1px solid rgba(255, 255, 255, 0.8);
    transition: all 0.6s ease 0s;
    -webkit-transition: all 0.6s ease 0s;
}

#jwell-footBar li {
    width: 25%;
    height: 45px;
    float: left;
    text-align: center;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    cursor: pointer;
    box-sizing: border-box;
}

#jwell-footBar li:first-child {
    border-left: none;
}

#jwell-footBar li a {
    display: block;
    height: 45px;
    line-height: 1;
    text-transform: uppercase;
}

#jwell-footBar li i {
    color: #fff;
    font-size: 20px;
}

#jwell-footBar li span {
    display: block;
    color: #fff;
    font-size: 12px;
}

.jwell-copyright {
    padding: 20px 0;
}

.jwell-copyright .container {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
}

.jwell-copyright img {
    height: 70px;
}

.jwell-copyright p {
    font-size: 18px;
    color: var(--text-color);
}

.jwell-copyright a:hover {
    color: var(--color-second);
}

.foot-nav .share {
    font-size: 0;
    display: flex;
}

.foot-nav .share a {
    display: inline-block;
    color: var(--color-primary);
    background: #e2e2e2;
    width: 52px;
    height: 52px;
    line-height: 52px;
    text-align: center;
    border-radius: 4px;
}

.foot-nav .share a+a {
    margin-left: 15px;
}

.foot-nav .share a i {
    font-size: 24px;
    color: inherit;
    line-height: 45px;
}

.foot-nav .share a:hover {
    color: #fff;
    background: var(--color-second);
}

.jwell-foot-form {
    position: relative;
    background: #f6f6f6;
    padding: 80px 0;
}

.jwell-foot-form .container {
    height: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
}

.jwell-foot-form .txt {
    width: 600px;
}

.jwell-foot-form .txt em {
    font-size: 18px;
    color: var(--color-second);
    line-height: 1;
    font-weight: 600;
    letter-spacing: 8px;
    display: inline-block;
    text-transform: uppercase;
}

.jwell-foot-form .txt h5 {
    font-size: 36px;
    color: var(--title-text-color);
    font-weight: 700;
    line-height: 1;
    /*text-transform: uppercase;*/
    margin: 25px 0 0;
}

.jwell-foot-form form {
    width: 670px;
    position: relative;
}

.jwell-foot-form .submit_text {
    width: 100%;
    height: 80px;
    line-height: 80px;
    color: var(--text-color);
    padding: 0 200px 0 25px;
    font-size: 18px;
    background: #fff;
    box-sizing: border-box;
    font-weight: 300;
}

.jwell-foot-form .crmFormVali-error {
  right: auto !important;
  top: auto !important;
  left: 20px;
  bottom: 3px;
}

.jwell-foot-form .submit_btn {
    position: absolute;
    right: 12px;
    top: 12px;
    background: var(--color-primary);
    border: 1px solid var(--color-primary);
    width: 170px;
    height: 54px;
    line-height: 54px;
    font-size: 18px;
    font-weight: 300;
    display: block;
    cursor: pointer;
    text-align: center;
    color: #fff;
}

.jwell-foot-form .submit_btn:hover {
    color: var(--color-primary);
    background: none;
}

@media screen and (max-width: 1500px) {
    #jwell-footer {
        padding: 70px 0;
    }

    #jwell-footer h5 {
        font-size: 22px;
        background-size: 22px;
        padding: 0 0 0 30px;
        line-height: 24px;
    }

    #jwell-footer .foot-nav ul li {
        font-size: 15px;
        line-height: 27px;
    }

    #jwell-footer .foot-nav ul li::before {
        font-size: 16px;
    }

    #jwell-footer .foot-contact {
        width: 45%;
    }

    #jwell-footer .foot-contact h6 {
        font-size: 17px;
    }

    #jwell-footer .foot-contact h6~h6 {
        margin-top: 10px;
    }

    #jwell-footer .foot-contact p {
        font-size: 15px;
    }

    .jwell-copyright img {
        height: 60px;
    }

    .jwell-copyright p {
        font-size: 16px;
    }

    .foot-nav .share a {
        width: 45px;
        height: 45px;
        line-height: 45px;
    }

    .foot-nav .share a+a {
        margin-left: 8px;
    }

    .jwell-foot-form {
        padding: 60px 0;
    }

    .jwell-foot-form .txt {
        width: 500px;
    }

    .jwell-foot-form .txt em {
        font-size: 17px;
    }

    .jwell-foot-form .txt h5 {
        font-size: 32px;
        margin: 20px 0 0;
    }

    .jwell-foot-form form {
        width: 600px;
    }

    .jwell-foot-form .submit_text {
        height: 70px;
        line-height: 70px;
        padding: 0 170px 0 20px;
        font-size: 17px;
    }

    .jwell-foot-form .submit_btn {
        right: 10px;
        top: 10px;
        width: 150px;
        height: 50px;
        line-height: 50px;
        font-size: 16px;
    }
}

@media screen and (max-width: 1400px) {
    .jwell-foot-form .txt {
        width: 48%;
    }

    .jwell-foot-form .txt h5 {
        font-size: 36px;
    }

    .jwell-foot-form form {
        width: 48%;
    }
}

@media screen and (max-width: 1280px) {
  .jwell-foot-form .txt h5 {
        font-size: 34px;
    }
}
@media screen and (max-width: 1200px) {
  .jwell-foot-form .txt h5 {
        font-size: 28px;
    }
}
@media screen and (max-width: 768px) {
    #jwell-footer {
        padding: 30px 0 60px;
    }

    #jwell-footer h5 {
        font-size: 20px;
        background: none;
        padding: 0;
        line-height: 1;
        display: block;
        text-align: center;
        display: none;
    }

    #jwell-footer .container {
        -webkit-flex-direction: column;
        flex-direction: column;
    }

    #jwell-footer .foot-nav {
        /*display: none;*/
    }

    #jwell-footer .foot-contact {
        width: 100%;
    }

    #jwell-footer .foot-contact h6 {
        font-size: 17px;
    }

    #jwell-footer .foot-contact p {
        font-size: 14px;
        line-height: 22px;
    }

    #jwell-footBar {
        display: block;
    }

    .jwell-copyright {
        padding: 15px 0 60px;
    }

    .jwell-copyright .container {
        -webkit-flex-direction: column;
        flex-direction: column;
    }

    .jwell-copyright img {
        height: 50px;
    }

    .jwell-copyright p {
        font-size: 15px;
        margin-top: 15px;
    }

    .foot-nav .share {
        margin: 15px 0 0;
        justify-content: space-between;
    }

    .foot-nav .share a {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }

    .foot-nav .share a+a {
        margin-left: 8px;
    }

    .foot-nav .share a i {
        font-size: 22px;
    }

    .jwell-foot-form {
        height: auto;
        padding: 20px 0;
    }

    .jwell-foot-form .container {
        -webkit-flex-direction: column;
        flex-direction: column;
    }

    .jwell-foot-form .form-box {
        width: 100%;
        margin: 20px 0 0;
        text-align: center;
    }

    .jwell-foot-form .form-box p {
        font-size: 19px;
    }

    .jwell-foot-form .form-box form {
        width: 350px;
        margin: 15px auto 0;
    }

    .jwell-foot-form .submit_text {
        padding: 0 12px;
        font-size: 15px;
    }

    .jwell-foot-form .submit_btn {
        width: 110px;
        font-size: 17px;
    }

    .jwell-foot-form {
        padding: 30px 0;
    }

    .jwell-foot-form .container {
        -webkit-flex-direction: column;
        flex-direction: column;
    }

    .jwell-foot-form .txt {
        width: 100%;
        text-align: center;
    }

    .jwell-foot-form .txt em {
        font-size: 15px;
        letter-spacing: 5px;
    }

    .jwell-foot-form .txt h5 {
        font-size: 30px;
        margin: 15px 0 0;
    }

    .jwell-foot-form form {
        width: 100%;
        margin: 20px 0 0;
    }

    .jwell-foot-form .submit_text {
        height: 50px;
        line-height: 50px;
        padding: 0 120px 0 15px;
        font-size: 16px;
    }

    .jwell-foot-form .submit_btn {
        right: 0;
        top: 0;
        width: 110px;
        height: 50px;
        line-height: 50px;
        font-size: 15px;
    }
}

@media screen and (max-width: 480px) {
    .jwell-foot-form .txt h5 {
        font-size: 22px;
    }
}