.main {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
}

.navigate {
    display: flex;
    position: absolute;
    left: 0;
    right: 0;
    margin: -0.7rem 0;
}

.navigate .bar {
    background-size: 100% 100%;
    width: 100%;
    height: 1.4rem;
    border-radius: 0.1rem;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0.04rem 0.03rem 0px rgba(11, 3, 6, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.24rem;
    flex: 1;
}

.navigate-content {
    width: 25%;
    text-align: center;
    display: block;
}

.navigate-content .title {
    line-height: 0.20rem;
    margin-top: 0.2rem;
    font-size: 0.26rem;
    font-weight: 300;
}

.download {
    width: 100%;
    box-sizing: border-box;
    background-color: rgba(0, 0, 0, .6);
    padding: 0.12rem;
    position: fixed;
    top: 0;
    z-index: 999;
    height: 1.0rem;
    display: flex;
    align-items: center;
}

.download img {
    width: 0.6rem;
    height: 0.6rem;
    margin-left: 0.2rem;
}

.download .title {
    font-size: 0.2rem;
    color: white;
    margin-left: 0.2rem;
}

.download .btn {
    background-color: #32aae2;
    border-radius: 0.15rem;
    border: none;
    font-size: 0.2rem;
    padding: 0.12rem;
    box-sizing: border-box;
    position: absolute;
    right: 0.2rem;
}

.about-us {
    display: flex;
    align-items: center;
}

.about-us-des {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    font-size: 0.2rem;
    color: #333333;
    font-weight: 300;
}

.about-us .dbc {
    font-size: 0.3rem;
    color: #060606;
    font-weight: bold;
    margin-left: 0.5rem;
}

.achievement {
    display: flex;
    align-items: center;
    width: 100%;
    height: auto;
    background-color: #fafafa;
    margin-top: 0.4rem;
    padding-bottom: 0.2rem;
    padding-top: 0.2rem;
}

.content {
    width: 33%;
    display: block;
    margin: 0;
    text-align: center;
}

.left-border {
    border-color: rgb(219, 221, 225);
    border-style: solid;
    border-width: 0 0.001rem 0 0;
}

.right-border {
    border-color: rgb(219, 221, 225);
    border-style: solid;
    border-width: 0 0 0 0.001rem;
}

.center-border {
}

.number-title {
    color: #060606;
    font-size: 0.24rem;
    font-weight: bold;
    margin: 0;
}

.number-title-details {
    color: #666666;
    font-size: 0.24rem;
    margin: 0;
}

.camp-title {
    display: flex;
    margin-top: 0.4rem;
    margin-bottom: 0.4rem;
    font-size: 0.46rem;
    color: #060606;
    align-items: center;
    justify-content: center;
}

.camp .camp-content {
    margin-top: 0.2rem;
    font-size: 0.28rem;
    color: #666666;
    text-align: center;
    font-weight: 300;
}

.camp-course {
    display: flex;
    margin-top: 0.3rem;
    width: 100%;
    box-sizing: content-box;
}

.camp-course .img-left {
    width: 50%;
    height: 100%;
    margin-right: 0.3rem;
    display: block;
}

.camp-course .img-right {
    width: 50%;
    height: 100%;
    margin-left: 0.3rem;
    display: block;
}

.camp {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    margin-top: 0.2rem;
    box-sizing: content-box;
}

.lecture-course {
    text-align: center;
    width: 100%;
    margin-top: 0.18rem;
}

.lecture-course div:nth-child(odd) {
    width: 50%;
    height: 100%;
    margin-right: 0.3rem;
}

.lecture-course div:nth-child(even) {
    width: 50%;
    height: 100%;
    margin-left: 0.3rem;
}

.lecture-course .img-container {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
}

.lecture-course img {
    width: 100%;
    height: 100%;
}

.lecture-course-title {
    font-size: 0.28rem;
    color: #666666;
    height: 0.8rem;
    line-height: 0.4rem;
    overflow: hidden;
    font-weight: 300;
    text-align: left;
    width: 100%;
    display: block;
}

.mod_figure {
    padding: 0;
    margin: 0;
    font-size: 0;
    letter-spacing: -0.03rem;
    width: 100%;
    display: block;
    box-sizing: border-box;
}

.mod_figure li:nth-child(1n) {
    display: inline-block;
    width: 50%;
    margin-bottom: 0.3rem;
    letter-spacing: normal;
    padding: 0 0.3rem 0 0;
    vertical-align: top;
    line-height: 1.5;
    box-sizing: border-box;
}

.mod_figure li:nth-child(2n) {
    display: inline-block;
    width: 50%;
    margin-bottom: 0.3rem;
    letter-spacing: normal;
    padding: 0 0 0 0.3rem;
    vertical-align: top;
    line-height: 1.5;
    box-sizing: border-box;
}

a, a:visited {
    color: #222;
    text-decoration: none;
    -webkit-touch-callout: none;
}

.figure {
    display: inline-block;
    position: relative;
    width: 100%;
    vertical-align: top;
    text-align: center;
}

.figure .figure_pic {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
    background: #DDDEDF center no-repeat;
    -webkit-background-size: 0.40rem auto;
    background-size: 0.40rem auto;
    text-align: left;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    border-radius: 0.1rem;
}

.figure .figure_pic:before {
    content: '';
    position: relative;
    display: block;
    width: 100%;
    padding-bottom: 56.29%;
}

.figure .figure_pic img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 0.15rem;
}

.figure .figure_titles {
    display: block;
    width: 100%;
    margin-top: 0.05rem;
    overflow: hidden;
    font-size: 0.26rem;
    text-align: center;
    overflow: hidden;

    white-space: nowrap;
    text-overflow: ellipsis;
}

.figure .figure_title_multirow {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
    vertical-align: top;
    font-weight: 300;
    color: #666666;
}

.profile-title-h5 {
    font-size: 0.4rem;
    text-transform: capitalize;
    font-weight: 400;
    position: relative;
    margin-top: 0.3rem;
    text-align: center;
}

.profile-title-h5 .line {
    display: block;
    width: 100%;
    height: 0.02rem;
    background-color: #cccccc;
    overflow: hidden;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 0;
}

.profile-title-h5 .txt {
    background-color: #f5f5f5;
    z-index: 1;
    position: relative;
    padding: 0 0.4rem;
}

.bottom-consultant-btn {
    background-color: rgb(22, 160, 248);
    box-shadow: 0px -2px 10px 0px rgba(0, 0, 0, 0.2);
    width: 100%;
    height: 0.96rem;
    left: 0;
    bottom: 0;
    position: fixed;
    z-index: 999;
    color: white;
    font-size: 0.3rem;
    text-align: center;
    line-height: 0.96rem;
}

.bottom-consultant-layer {
    border-radius: 0.1rem;
    padding: 0.1rem;
    background: white;
}

