﻿@charset "utf-8";
.main {
    margin-top: 20px;
}

.account {
    padding-top: 70px;
}

.tit_in {
    position: relative;
    padding-left: 45px;
    line-height: 34px;
    font-size: 20px;
    color: #034EA1;
    font-weight: bold;
    margin-bottom: 10px;
}

.tit_in::after {
    content: "";
    position: absolute;
    left: -2px;
    top: 0;
    bottom: 0;
    width: 3px;
    background: #034EA1;
    z-index: 9;
}

.tit_in a {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 18px;
    color: #1952B3;
    font-weight: normal;
    padding-right: 50px;
    background: url("https://www.jaclynpowellnutrition.com/_ts/jsywmb23/images/jszy-more.png") no-repeat right center;
    transition: all .3s;
}

.tit_in a:hover {
    right: 5px;
}

.account p {
    padding-left: 50px;
    line-height: 32px;
    font-size: 16px;
    color: #555555
}

.account .content {
    padding-left: 50px;
    line-height: 32px;
    font-size: 16px;
    color: #555555
}

.hd {
    background: #F4F4F4;
    padding: 0 25px;
}

.hd ul li {
    position: relative;
    display: inline-block;
    height: 64px;
    line-height: 64px;
    cursor: pointer;
}

.hd ul li::after {
    content: "";
    position: absolute;
    left: -15px;
    right: -25px;
    top: 0;
    bottom: 0;
    background: url("https://www.jaclynpowellnutrition.com/_ts/jsywmb23/images/main-bt-bg.png") no-repeat center center;
    background-size: 100% 100%;
    opacity: 0;
    z-index: -1;
}

.hd ul li.on::after {
    opacity: 1;
    z-index: 1;
}

.hd ul li span {
    position: relative;
    display: inline-block;
    padding: 0 40px;
    font-size: 18px;
    color: #333;
    z-index: 9;
}

.hd ul li.on span {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
}

.hd ul li::before {
    content: "";
    position: absolute;
    left: -15px;
    width: 35px;
    height: 1px;
    background: rgba(0, 0, 0, .2);
    top: 50%;
    transform: translateY(-50%) rotate(60deg);
}

.hd ul li.on span::after+li {
    display: none;
}

.hd ul li:first-child::before {
    display: none;
}

.bd {
    position: relative;
    border-left: 1px solid rgba(3, 78, 161, 0.1);
    padding-bottom: 90px;
}


/*
.bd>ul {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
    z-index: -1;
}

.bd>ul.on {
    position: relative;
    opacity: 1;
    z-index: 1;
}
*/

.brief {
    position: relative;
}

.data {
    position: relative;
    float: left;
    width: 69%;
    margin-top: 25px;
    margin-bottom: 30px;
    background: #fff;
    padding: 20px 40px 55px 130px;
}

.data .tit_in {
    position: absolute;
    left: 30px;
    top: 0;
    top: 0;
    bottom: 30px;
    width: 70px;
    padding: 20px 20px 0 20px;
    background: url("https://www.jaclynpowellnutrition.com/_ts/jsywmb23/images/brief-tit.png") no-repeat center center;
    background-size: cover;
    color: #fff;
}

.data a,
.direct>a {
    position: absolute;
    padding-top: 15px;
    padding-left: 22px;
    width: 44px;
    height: 48px;
    background: url("https://www.jaclynpowellnutrition.com/_ts/jsywmb23/images/sj.png") no-repeat center center;
    right: 0;
    bottom: 0;
    font-size: 30px;
    color: #fff;
}

.brief .data li {
    width: 50%;
    float: left;
    font-size: 16px;
    margin: 9px 0;
    color: #424242;
}

.edu {
    margin-top: 40px;
}

.edu p {
    font-size: 16px;
    line-height: 32px;
    color: #555555;
    padding-left: 50px;
}

.direct {
    position: relative;
    margin-top: 70px;
    margin-bottom: 110px;
    padding: 10px 40px 15px 265px;
    background: url("https://www.jaclynpowellnutrition.com/_ts/jsywmb23/images/dect-bg.jpg") no-repeat center bottom;
    background-size: 100% 100%;
}

.direct .tit {
    position: absolute;
    top: -23px;
    bottom: -23px;
    left: 38px;
    width: 227px;
    background: url("https://www.jaclynpowellnutrition.com/_ts/jsywmb23/images/dect-tit-bg.png") no-repeat center center;
    background-size: 100% 100%;
    text-align: center;
}

.direct .tit img {
    display: block;
    margin-left: 95px;
    margin-top: 35px;
    margin-bottom: 15px;
    padding-right: 0;
}

.direct li {
    float: left;
    min-width: 33.333%;
    margin: 15px 0;
    line-height: 30px;
    transition: all .3s;
}

.direct li a span {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-right: 10px;
    border-radius: 5px;
    text-align: center;
    line-height: 30px;
    background: #a82f36;
    font-size: 16px;
    color: #fff;
    font-style: italic;
}

.direct li a {
    display: block;
    font-size: 16px;
    color: #363636;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.direct li:hover a {
    color: #a2292d;
}

.team {
    position: relative;
    z-index: 99;
    margin-top: 40px;
}

.team_intro {
    float: left;
    width: 380px;
    background: url("https://www.jaclynpowellnutrition.com/_ts/jsywmb23/images/team-l-bg.jpg") no-repeat center center;
    background-size: 100% 100%;
    padding: 30px 15px;
    padding-bottom: 40px;
}

.team_intro dl {
    margin-bottom: 18px;
    overflow: hidden;
}

.team_intro dl dt {
    float: left;
    width: 70px;
    text-align: center;
    line-height: 24px;
    font-size: 16px;
    color: #2f2f2f;
    font-weight: bold;
}

.team_intro dl dd {
    line-height: 28px;
    font-size: 16px;
    color: #2f2f2f;
}

.member {
    overflow: hidden;
    padding-left: 50px;
}

.member ul {
    margin: 0 -30px;
}

.member ul li {
    margin-top: 10px;
}

.member ul li a {
    position: relative;
    display: block;
    margin: 0 30px;
}

.member ul li a .pic {
    position: relative;
    padding-top: 129.35%;
    z-index: 9;
    overflow: hidden;
}

.member ul li a .pic img {
    position: absolute;
    left: 50%;
    top: 50%;
    max-width: 100%;
    max-height: 100%;
    /* object-fit: cover; */
    transform: translate(-50%, -50%);
}

.member ul li a .text {
    position: absolute;
    left: 0;
    width: 13;
    bottom: 0;
    width: 122px;
    height: 42px;
    line-height: 42px;
    background: url("https://www.jaclynpowellnutrition.com/_ts/jsywmb23/images/mem-name.png") no-repeat center center;
    background-size: 100% 100%;
    z-index: 9;
}

.member ul li a .text p {
    padding-left: 20px;
    font-size: 18px;
    color: #fff;
}

@media only screen and (max-width:1450px) {
    .member ul {
        margin: 0;
    }
}

@media only screen and (max-width:1000px) {
    .account {
        padding-top: 15px;
    }
    .edu {
        margin-top: 15px;
    }
    .member ul li a {
        margin: 0 15px;
    }
}

@media only screen and (max-width:720px) {
    .xgjj {
        padding-right: 0;
    }
    .introbox {
        padding-bottom: 110px;
    }
    .photobox {
        width: 90px;
        margin-top: 15px;
    }
    .xgjj {
        width: calc(100% - 110px)
    }
    .part_tit .name h1 p {
        font-size: 20px;
    }
    .part_tit .name h1 span {
        font-size: 14px;
    }
    .xx_lx p {
        font-size: 12px;
        line-height: 1.2;
        padding: 2px 0;
        float: none;
    }
    .xx_lx p span img {
        padding-right: 5px;
        height: 10px;
    }
    .xx_lx {
        margin-top: 5px;
    }
}

@media only screen and (max-width:700px) {
    .hd ul li span {
        padding: 0 20px;
    }
    .tit_in {
        padding-left: 15px;
    }
    .account p {
        padding-left: 15px;
    }
    .account .content {
        padding-left: 15px;
    }
    .edu p {
        padding-left: 15px;
    }
    .member {
        padding-left: 15px;
    }
    .bd {
        padding-bottom: 15px;
    }
    .hd {
        padding-left: 0;
    }
    .hd ul li {
        height: 48px;
        line-height: 48px;
    }
    .hd ul li span {
        font-size: 14px;
    }
    .hd ul li::after {
        left: 0;
        right: -15px;
    }
    .hd ul li::before {
        display: none;
    }
    .account p,
    .edu p {
        line-height: 26px;
        font-size: 14px;
    }
    .tit_in {
        line-height: 20px;
        font-size: 17px;
    }
}