body {
    min-width: 1380px;
    position: relative;
    background: url("../resource/drop/best-background.png") no-repeat;
}

header {
    overflow: hidden;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    padding: 0 !important;
    height: 990px;
}

header > div > div {
    position: relative;
    height: 990px;
    margin: 0 auto;
}

header > div > div > .topBox {
    width: 100%;
    max-width: 1201px;
    height: 450px;
    position: relative;
    margin: 0 auto;
}

header > div > div > .topBox > .top {
    float: left;
    position: relative;
    left: 35%;
    font-family: "思源黑体" !important;
}

/* 上面的logo、下拉列表、图标 */
header > div > div > .logo {
    background: url("../resource/drop/circular-eight.png") no-repeat 100% 100%;
    width: 470px;
    height: 275px;
    position: relative;
    background-size: 550px;
    position: absolute;
    left: 0;
    top: 0;
}

header > div > div > .logo > img {
    width: 250px;
    position: absolute;
    top: 75px;
    right: 170px;
}

/* 下拉菜单一级菜单 */
.primary-menu {
    margin-top: 108px;
    position: relative;
    z-index: 99;
}

.primary-menu > .primary-submenu {
    float: left;
    font-size: 22px;
    font-weight: 500;
    width: 180px;
    text-align: center;
}

.primary-menu > .primary-submenu a {
    color: #6e6e6e;
}

.primary-menu > .primary-submenu a:hover {
    color: #436fbc;
}

.primary-menu > .primary-submenu > .active {
    color: #436fbc;
}

/* 下拉菜单二级菜单 */
.primary-menu > .primary-submenu > .secondary-menu {
    display: none;
    position: relative;
    margin-top: 20px;
    border: 2px #acf3ff;
    box-shadow: #acf3ff 0px 0px 5px 5px;
    border-radius: 10px;
    background-color: #edfdfd;
    opacity: 0.8;
}

/*生成2个叠加的三角形*/
.primary-menu > .primary-submenu > .secondary-menu:before, .primary-menu > .primary-submenu > .secondary-menu:after {
    content: "";
    display: block;
    border-width: 15px;
    position: absolute;
    top: -30px;
    left: 80px;
    border-style: solid dashed dashed solid;
    border-color: transparent transparent #acf3ff transparent;
    font-size: 0;
    line-height: 0;
}

/*将上面的三角形颜色设置和容器背景色相同*/
.primary-menu > .primary-submenu > .secondary-menu:after {
    top: -27px;
    border-color: transparent transparent #FFF transparent;
}

.primary-menu > .primary-submenu > .secondary-menu > .triangle {
    display: inline-block;
    position: absolute;
    left: 60px;
    top: -24px;
    width: 0;
    height: 0;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-bottom: 20px solid transparent;
    box-shadow: #acf3ff 0px 0px 5px 5px;
}

.primary-menu > .primary-submenu > .secondary-menu > .secondary-submenu {
    margin: 0 15px;
    padding: 14px 0;
}

.primary-menu > .primary-submenu > .secondary-menu > .need-bottom {
    border-bottom: 1px double #d7d7d7;
}

.primary-menu > .primary-submenu:hover > .secondary-menu {
    display: block;
}

/* 下拉菜单三级菜单 */
.primary-menu > .primary-submenu > .secondary-menu > .secondary-submenu > .third-menu {
    display: none;
    position: absolute;
    left: 190px;
    top: 45px;
    width: 160px;
    margin: 20px 15px 0 15px;
    border: 2px #acf3ff;
    box-shadow: #acf3ff 0px 0px 5px 5px;
    border-radius: 10px;
    background-color: #edfdfd;
    opacity: 0.8;
}

/*生成2个叠加的三角形*/
.primary-menu > .primary-submenu > .secondary-menu > .secondary-submenu > .third-menu:before, .primary-menu > .primary-submenu > .secondary-menu > .secondary-submenu > .third-menu:after {
    content: "";
    display: block;
    border-width: 15px;
    position: absolute;
    top: 80px;
    left: -33px;
    border-style: solid dashed dashed solid;
    border-color: transparent #acf3ff transparent transparent;
    font-size: 0;
    line-height: 0;
}

/*将上面的三角形颜色设置和容器背景色相同*/
.primary-menu > .primary-submenu > .secondary-menu > .secondary-submenu > .third-menu:after {
    left: -28px;
    border-color: transparent #FFF transparent transparent;
}

.primary-menu > .primary-submenu > .secondary-menu > .secondary-submenu > .third-menu > .third-submenu{
    margin: 0 15px;
    padding: 14px 0;
}

.primary-menu > .primary-submenu > .secondary-menu > .secondary-submenu > .third-menu > .need-bottom {
    border-bottom: 1px double #d7d7d7;
}

#member-service-li {
    width: 200px;
    padding-right: 45px;
}

#member-service-li:hover > .third-menu {
    display: block;
}

header > div > div > .topBox > .nav-right {
    margin-top: 110px;
    margin-left: 40px;
    position: relative;
    z-index: 99;
    font-family: "思源黑体" !important;
}

header > div > div > .topBox > .nav-right > .country > a {
    display: inline-block;
}

header > div > div > .topBox > .nav-right > .country > a > svg {
    width: 52px;
    height: 52px;
}

/* 下面的文字、人物图片 */
header > div > div > .font {
    font-size: 45px;
    background-image: linear-gradient(180deg,#21dc7b,#00b7ef);
    background-size: 100%;
    -webkit-text-fill-color:transparent;
    -webkit-background-clip:text;
    position: relative;
    left: -4%;
    margin: 0 auto;
    max-width: 1201px;
    z-index: 99;
}

header > div > div > .font > div {
    margin-left: 60px;
}

header > div > div > .font div b {
    font-size: 60px;
}

header > div > div > .person {
    position: absolute;
    height: 990px;
    max-width: 1201px;
    width: 1201px;
    left: 50%;
    top: 70%;
    margin: 0 auto;
    z-index: 1;
}

header > div > div > .person > img {
    position: absolute;
    width: 1700px;
    top: -73%;
    left: -25%;
    z-index: 1;
}

/* 身体部分 */
article {
    width: 100%;
    position: relative;
}

/* 企业概况 */
.overview {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

.overview > .logo {
    background: url("../resource/drop/circular-eight.png") no-repeat 100% 100%;
    width: 470px;
    height: 280px;
    position: relative;
    left: 0;
    margin: 0;
    background-size: 550px;
}

.overview > .logo > img {
    width: 250px;
    position: absolute;
    top: 75px;
    right: 170px;
}

.overview > div {
    position: relative;
    max-width: 1201px;
    margin: 0 auto;
    height: 280px;
    z-index: 99;
}

.overview > div > .font {
    position: absolute;
    width: 100%;
    font-size: 45px;
    left: 12%;
    background-image: linear-gradient(180deg,#51f7a1,#029ece);
    background-size: 100%;
    -webkit-text-fill-color:transparent;
    -webkit-background-clip:text;
    z-index: 99;
}

.overview > div > .font div b {
    font-size: 60px;
}

.overview .paragraph {
    position: relative;
    left: 12%;
}

.overview .paragraph > li {
    padding: 25px 0;
    font-size: 22px;
    color: #6e6e6e;
    list-style-type: disc;
    position: relative;
    letter-spacing: 2px;
    line-height: 38px;
    z-index: 99;
}

.overview .paragraph > li::marker {
    font-size: 30px;
    color: #51f7a1;
}

.overview > .person {
    position: relative;
    height: 850px;
    z-index: 2;
}

.overview > .person > .background {
    position: absolute;
    left: 35%;
    top: -20%;
    font-size: 30px;
    z-index: 1;
}

.overview > .person > .background > img:nth-child(2) {
    position: absolute;
    width: 680px;
    left: 10%;
    top: 34%;
}

.overview > .person > .background >  div {
    position: absolute;
    left: 28%;
    top: 70%;
    font-size: 38px;
    font-weight: 500;
    text-align: right;
    color: white;
}

.overview > .person > .background > div > b {
    font-size: 58px;
}

/* 我们的服务 */
.service {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

.service > div {
    position: relative;
}

.service > .future {
    height: 780px;
}

.service > .future > img {
    display: block;
    margin: 0 auto;
}

.service > .one-stop {
    height: 530px;
    position: relative;
    z-index: 20;
}

.service > .one-stop > img {
    width: 1080px;
    display: block;
    margin: 0 auto;
}

.service > .history {
    height: 600px;
    background: url("../resource/drop/circular-three.png") no-repeat 0px -300px;
    position: relative;
    z-index: 10;
}

.service > .history > img {
    width: 1360px;
    display: block;
    margin: 0 auto;
}

/* 医疗管理服务 */
.medical-service {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

.medical-service > .font > div {
    text-align: center;
    font-size: 45px;
    background-image: linear-gradient(to right,#51f7a1,#00c3ff);
    background-size: 100%;
    -webkit-text-fill-color:transparent;
    -webkit-background-clip:text;
}

.medical-service > .font > div > b {
    font-size: 60px;
}

.medical-service > div:nth-child(3) {
    height: 400px;
    width: 100%;
    margin: 0 auto;
}

.medical-service > div > .section {
    margin: 40px auto 0 auto;
    padding: 0;
    display: table;
    text-align: center;
    font-family: "思源黑体" !important;
}

.medical-service > div > .section > li {
    float: left;
    text-align: center;
}

.medical-service > div > .section > li > .top {
    width: 155px;
    border: 2px #acf3ff;
    box-shadow: #acf3ff 0px 0px 5px 8px;
    border-radius: 20px;
    position: relative;
    height: 330px;
    padding: 0 10px;
}

.medical-service > div > .section > li > .top > div:nth-child(1) {
    padding-top: 20px;
    padding-bottom: 50px;
}

.medical-service > div > .section > li > .top > #more {
    padding-bottom: 72px;
}

.medical-service > div > .section > li > .top > div:nth-child(2) {
    position: absolute;
    width: 183px;
    height: 44px;
    left: -15px;
    top: 145px;
    font-weight: bold;
    color: white;
    font-size: 16px;
    letter-spacing: 3px;
    padding-top: 3px;
    background: url("../resource/drop/polygon.png") no-repeat;
}

.medical-service > div > .section > li > .top > div:nth-child(3) {
    font-size: 12px;
    padding-left: 2px;
    padding-right: 2px;
    text-align: left;
    color: #333333;
}

.medical-service > div > .section > li > .top > img {
    position: absolute;
    bottom: -10px;
    left: calc(50% - 10px);
}

.medical-service > div > .section > li > .bottom {
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    background-image: linear-gradient(to right,#51f7a1,#00c3ff);
    background-size: 100%;
    -webkit-text-fill-color:transparent;
    -webkit-background-clip:text;
    width: 200px;
    margin-top: 20px;
    position: relative;
}

.medical-service > div > .section > li > .first {
    text-align: left;
    padding-left: 15px;
}

.medical-service > div > .section > li > .bottom > div {
    padding-left: 30px;
    text-align: left;
}

.medical-service > div > .section > li > .bottom > .last {
    padding-left: 20px;
}

.medical-service > div > .section > li > .bottom b {
    font-weight: bold;
    font-size: 24px;
}

.medical-service > div > .section > li > .bottom > img {
    display: inline-block;
    position: absolute;
    left: 0;
    top: 4px;
}

/* 保险管理服务 */
.insurance-service {
    margin: 0 auto;
    position: relative;
    height: 1000px;
}

.insurance-service > .background {
    position: absolute;
    right: 0px;
    top: -250px;
    z-index: 1;
}

.insurance-service > .font {
    padding-top: 60px;
}

.insurance-service > .font > div {
    text-align: center;
    font-size: 45px;
    background-image: linear-gradient(to right,#51f7a1,#00c3ff);
    background-size: 100%;
    -webkit-text-fill-color:transparent;
    -webkit-background-clip:text;
    font-family: "思源黑体" !important;
}

.insurance-service > .font > div > b {
    font-size: 60px;
}

.insurance-service > .bottom {
    width: 100%;
    height: 800px;
}

.insurance-service > .bottom > img {
    margin: 30px auto 0 auto;
    display: block;
    width: 950px;
    position: relative;
    z-index: 99;
}

/* 会员管理服务 */
.member-service {
    position: relative;
    width: 100%;
    height: 5010px;
    margin: 0 auto;
}

.member-service > .member-total {
    height: 760px;
}

.member-service > .member-total > h3 {
    margin-bottom: 100px;
    text-align: center;
    position: relative;
    top: 250px;
}

.member-service > .member-total > ul {
    width: 1100px;
    height: 300px;
    position: relative;
    margin: 350px auto 0 auto;
}

.member-service > .member-total > ul > li {
    width: 25%;
    text-align: center;
    float: left;
}

.member-icon {
    margin: 0 auto;
    text-align: center;
    position: relative;
    bottom: -70px;
}

.dentistry-content {
    width: 1100px;
    height: 400px;
    margin: 120px auto 0 auto;
    background-color: #fff;
    position: relative;
}

.dentistry-content > .content {
    float: left;
    width: 325px;
    height: 400px;
    margin: 0 20px;
    padding: 40px 20px 0 40px;
    box-shadow: 0 0 5px 5px #f7f7f7;
    border-radius: 15px;
    position: relative;
}

.dentistry-content > .content > .line .need-top {
    margin-top: 10px;
}

.dentistry-content > .content > .line > ul {
    list-style-type: disc;
    margin: 0;
}

.dentistry-content > .content > .line > ul > li {
    display: list-item;
}

.dentistry-content > .content > .line > ul > li::marker {
    color: #66d9cb;
    font-size: 20px;
}

.dentistry-content > .content > .line > ul > li > b {
    display: inline-block;
}

.dentistry-content > .content > .line > p {
    color: #666666;
    margin: 0;
}

.dentistry-content > .content > .card-middle-icon {
    width: 325px;
    height: 50px;
    position: absolute;
    text-align: center;
    left: 0;
    bottom: -8px;
}

.dentistry-content > .content > .card-middle-icon > span {
    display: inline-block;
    width: 200px;
    height: 50px;
    font-size: 24px;
    color: white;
    background-color: #57dbca;
    border-radius: 15px;
    line-height: 45px;
    position: relative;
    top: 15px;
}

.member-content {
    width: 1100px;
    height: 400px;
    margin: 120px auto 0 auto;
    background-color: #fff;
    position: relative;
}

.member-content > .middle-line {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 550px;
    height: 80px;
    border-right: 1px solid #e4e4e4;
}

.member-content > .left-content {
    float: left;
    width: 40%;
    height: 500px;
    padding: 70px 100px 40px 100px;
    box-shadow: 0 0 5px 5px #f7f7f7;
    position: relative;
    margin-left: 40px;
    border-radius: 15px;
}

.member-content > .left-content > ul > li {
    color: #666666;
    list-style-type: disc;
    margin: 0;
}

.member-content > .left-content > ul > li {
    display: list-item;
}

.member-content > .left-content > ul > li::marker {
    color: #66d9cb;
    font-size: 20px;
}

.member-content > .left-content > ul > li > b {
    display: inline-block;
    color: #333333;
}

.dentistry-content > .content > .line > p {
    color: #666666;
    margin: 0;
}

.member-content > .left-content > .ul-need-top {
    margin-top: 10px;
}

.member-content > .left-content > p {
    color: #666666;
}

.member-content > .left-content > .card-icon-two {
    position: absolute;
    left: 0;
    bottom: 0;
    text-align: center;
    width: 440px;
    height: 50px;
}

.member-content > .left-content > .card-icon-two > span {
    display: inline-block;
    width: 200px;
    height: 50px;
    line-height: 45px;
    color: white;
    border-radius: 15px;
    background-color: #57dbca;
    position: relative;
    font-size: 24px;
    top: 20px;
}

.member-content > .right-content {
    float: right;
    width: 40%;
    height: 500px;
    padding: 70px 100px 40px 100px;
    box-shadow: 0 0 5px 5px #f7f7f7;
    position: relative;
    margin-right: 40px;
    border-radius: 15px;
}

.member-content > .right-content > .ul-need-top {
    margin-top: 10px;
}

.member-content > .right-content > ul > li {
    color: #666666;
    list-style-type: disc;
    margin: 0;
}

.member-content > .right-content > ul > li {
    display: list-item;
}

.member-content > .right-content > ul > li::marker {
    color: #66d9cb;
    font-size: 20px;
}

.member-content > .right-content > ul > li > b {
    display: inline-block;
}

.member-content > .right-content > ul > .need-top {
    margin-top: 10px;
}

.member-content > .right-content > ul > li > b {
    color: #333333;
}

.member-content > .right-content > p {
    color: #666666;
}

.member-content > .right-content > .card-icon-two {
    position: absolute;
    right: 0;
    bottom: 0;
    text-align: center;
    width: 440px;
    height: 50px;
}

.member-content > .right-content > .card-icon-two > span {
    display: inline-block;
    width: 200px;
    height: 50px;
    line-height: 45px;
    color: white;
    border-radius: 15px;
    background-color: #57dbca;
    position: relative;
    font-size: 24px;
    top: 20px;
}

.member-content > .card-icon {
    width: 100%;
    height: 50px;
    text-align: center;
    float: left;
    position: relative;
}

.member-content > .card-icon > span {
    display: inline-block;
    width: 200px;
    height: 50px;
    font-size: 24px;
    color: white;
    line-height: 45px;
    background-color: #57dbca;
    border-radius: 15px;
    position: relative;
    top: -20px;
}

.dentistry {
    height: 1400px;
}

.physical-examination {
    height: 950px;
}

.physical-examination > .member-content > .left-content {
    height: 450px;
    padding-top: 110px;
}

.physical-examination > .member-content > .right-content {
    height: 450px;
    padding-top: 110px;
}

.ophthalmology {
    height: 950px;
}

.medical-service-sub {
    height: 950px;
}

.medical-service-sub > .medical-service-sub-content {
    width: 1100px;
    height: 500px;
    margin: 120px auto 0 auto;
    background-color: #fff;
    position: relative;
}

.medical-service-sub > .medical-service-sub-content > .card-content {
    width: 100%;
    height: 100%;
    margin: 0;
}

.medical-service-sub > .medical-service-sub-content > .card-content > li {
    width: 320px;
    height: 200px;
    margin: 20px 20px;
    padding: 55px 20px 20px 25px;
    float: left;
    box-shadow: 0 0 5px 5px #f7f7f7;
    border-radius: 15px;
}

.medical-service-sub > .medical-service-sub-content > .card-content > li > b {
    display: block;
    text-align: center;
    margin-bottom: 20px;
}

.medical-service-sub > .medical-service-sub-content > .card-content > li  > p {
    color: #666666;
}

/* 医疗合作伙伴 */
.healthcare-partner {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

.healthcare-partner > .font > div {
    text-align: right;
    font-size: 45px;
    background-image: linear-gradient(to right,#51f7a1,#00c3ff);
    background-size: 100%;
    -webkit-text-fill-color:transparent;
    -webkit-background-clip:text;
    margin-right: 100px;
}

.healthcare-partner > .font > div > b {
    font-size: 60px;
}

.healthcare-partner > .bottom > img {
    width: 90%;
    display: block;
    margin: 0 auto;
}

.healthcare-partner > .bottom > div {
    text-align: left;
    font-size: 25px;
    background-image: linear-gradient(to right,#51f7a1,#00c3ff);
    background-size: 100%;
    -webkit-text-fill-color:transparent;
    -webkit-background-clip:text;
}

/* 渠道合作伙伴 */
.channel-partner {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

.channel-partner > .font {
    padding-top: 60px;
}

.channel-partner > .font {
    text-align: center;
    font-size: 45px;
    height: 150px;
    background-image: linear-gradient(to right,#51f7a1,#00c3ff);
    background-size: 100%;
    -webkit-text-fill-color:transparent;
    -webkit-background-clip:text;
}

.channel-partner > .font > b {
    font-size: 60px;
}

.channel-partner > div {
    height: 400px;
    width: 100%;
    margin: 0 auto;
}

.channel-partner > div > .insurance-icon {
    margin: 40px auto 0 auto;
    padding: 0;
    display: table;
    text-align: center;
    width: 60%;
}

.channel-partner > div > .insurance-icon > li {
    float: left;
    width: 18%;
}

.channel-partner > div > .insurance-icon > .need-margin-left {
    margin-left: 70px;
}

.channel-partner > div > .insurance-icon > li > div {
    border: 2px #acf3ff;
    box-shadow: #acf3ff 0px 0px 5px 5px;
    border-radius: 20px;
    width: 130px;
    height: 70px;
    margin: 20px auto;
    position: relative;
}

.channel-partner > div > .insurance-icon > li > div > img {
    position: absolute;
    top: 18px;
    left: 13px;
}

.channel-partner > div > .insurance-icon > li > div > .taiping-icon {
    left: 32px;
    top: 8px;
}

/* 信息中心 */
#info {
    padding-bottom: 260px;
    overflow: hidden;
}

#info > img {
    width: 2100px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

#info > .news-box {
    display: flex;
    flex-wrap: wrap;
    width: 1140px;
    margin: 40px auto 0 auto;
    font-family: "思源黑体" !important;
}

.news-box > .card {
    bottom: 0px;
    width: 365px;
    float: left;
    margin: 20px 7px;
    box-shadow: 2px 1px 10px #e9e9e9;
    transition: .3s ease;
    overflow: hidden;
}

.news-box > .card:hover {
    bottom: 10px;
    box-shadow: 2px 5px 10px #c9c9c9;
    /*transition: all .3s;*/
}

.news-box .card-head {
    position: relative;
    overflow: hidden;
    height: 200px;
    border-bottom: 1px solid #e9e9e9;
    background-size: cover;
    cursor: pointer;
}

.news-box .card-head-title {
    background-color: rgba(0, 0, 0, 0.4);
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 5px 40px;
    color: white;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    overflow: hidden;
}

.news-box .card-icons {
    z-index: 999;
    position: absolute;
    right: -4rem;
    bottom: -1rem;
    transition: all 0.3s;
    display: flex;
    flex-direction: row;
    padding: 10px;
    opacity: 0;
}

.news-box .brand-icons {
    display: flex;
    flex-direction: row;
}

.news-box .share-icon {
    color: white;
    background: #3EC9C3;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 27px;
    height: 27px;
    border-radius: 50%;
    transition: all 0.3s;
    right: 0rem;
}

.news-box .brand-icon {
    color: white;
    background: #3EC9C3;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 27px;
    height: 27px;
    border-radius: 50%;
    transition: all 0.3s;
    right: 0rem;
    margin: 0 3px;
    opacity: 0;
}


.news-box .card-img-top {
    transition: all 1s;
}

.news-box .card-img-top:hover {
    /*transform: scale(1.1);*/
}

.news-box > .card > .card-body {
    padding: 0.5rem 1.25rem;
}

.news-box .card-body .second-title-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    border-bottom: 1px solid #e9e9e9;
    transition: .3s all;
    cursor: pointer
}
.news-box .card-body .second-title-nav:last-child {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    border-bottom: 0px solid #e9e9e9;
    transition: .3s all;
    cursor: pointer;
}

.news-box > .card > .card-body .second-title-nav:hover {
    color: #3EC9C3;
    background-image: linear-gradient(20deg, rgba(84, 199, 240, 0.05), rgba(127, 244, 145, 0.05));
}

.news-box > .card > .card-body > .card-text {
    text-indent: 1em;
    text-align: left;
    color: #687385;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: .9rem;
}

#infoSwiper > div > div > img {
    transition: all 1s;
}

#infoSwiper > div > div > img:hover {
    transform: scale(1.1);
}

/* 我们的使命 */
.our-mission {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

.our-mission > .font {
    padding-top: 60px;
    padding-bottom: 100px;
    margin: 0 auto;
    width: 1000px;
}

.our-mission > .font > div {
    font-size: 45px;
    background-image: linear-gradient(to right,#51f7a1,#00c3ff);
    background-size: 100%;
    -webkit-text-fill-color:transparent;
    -webkit-background-clip:text;
}

.our-mission > .font > div:nth-child(1) {
    text-align: left;
}

.our-mission > .font > div:nth-child(2) {
    text-align: right;
}

.our-mission > .font > div > i > b {
    font-size: 60px;
}

/* 尾部联系我们 */
.foot-contact-us {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    height: 1000px;
}

.foot-contact-us > .contact-us {
    height: 1000px;
}

.foot-contact-us > .contact-us > .background {
    position: absolute;
    left: 0;
    top: -60px;
    width: 100%;
    z-index: 1;
}

.foot-contact-us > .contact-us > .background > img {
    width: 100%;
}

.foot-contact-us > .contact-us > .address {
    position: relative;
    height: 100%;
    margin: 0 auto;
    z-index: 50;
}

.foot-contact-us > .contact-us > .address > div {
    position: relative;
}

.foot-contact-us > .contact-us > .address > div > img {
    position: absolute;
    transform: translate(-55%);
    left: 50%;
    top: 230px;
}

.foot-contact-us > .contact-us > .address > div > .font {
    position: absolute;
    transform: translate(-57%);
    left: 50%;
    top: 310px;
    font-size: 30px;
    line-height: 35px;
    text-align: center;
    color: white;
}

.foot-contact-us > .contact-us > .address > div > .font > p {
    font-weight: bold;
    color: #ffffff;
    margin-top: 40px;
    margin-bottom: 2rem;
}

.foot-contact-us > .contact-us > .address > div > .font > span {
    font-size: 22px;
}

.foot-contact-us > .contact-us > .address > div > .code {
    position: absolute;
    transform: translate(83%);
    left: 50%;
    top: 500px;
    z-index: 99;
}

.foot-contact-us > .contact-us > .address > div > .code > img {
    width: 300px;
}

/* 小工具 */
#root {
    position: relative;
    width: 100%;
    height: 1000px;
}

#root > section {
    text-align: center;
    padding: 0;
}

#root > section .font {
    height: 300px;
    padding-top: 100px;
    color: white;
}

.calculator {
    margin: 70px auto 0 auto;
    display: block;
    position: relative;
    overflow: hidden;
}

.calculator > .row-calculator {
    height: 550px;
    margin-right: -15px;
    margin-left: -15px;
}

.calculator > .row-calculator > .step {
    display: flex;
    flex-wrap: nowrap;
}

.calculator-progressbar {
    display:inline-block;
    list-style:none;
}

.calculator-progressbar-item {
    position:relative;
    text-align:center;
    color:#d8d8d8;
    font-size:2em;
    height:40px;
    width:40px;
    z-index:1;
    margin:0 auto 110px;
}

.widgets-btn {
    position: relative;
    z-index: 99;
}

.calculator-progressbar-item:before {
    border: 3px solid #d8d8d8;
    font-size: .7em;
    height: 40px;
    transition: all .6s ease-in-out;
    width: 40px;
    background-color: #fff;
    border-radius: 50%;
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

.calculator-progressbar-item-active:before, .calculator-progressbar-item-complete:before {
    background-color: #fff;
    border: 3px solid #005596;
    color: #005596;
    transition: all .6s ease-in-out;
}

.calculator-progressbar-item:not(:first-child):after {
    background-color: #d8d8d8;
    content: "";
    display: block;
    height: 110px;
    left: 19px;
    margin: 0 auto;
    position: absolute;
    top: -110px;
    -webkit-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    width: 3px;
}

.calculator-progressbar-item-active:not(:first-child):after, .calculator-progressbar-item-complete:not(:first-child):after {
    background-color: #005596;
    -webkit-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}

.calculator-progressbar-item-1:before {
    content:"1";
}

.calculator-progressbar-item-2:before {
    content:"2";
}

.calculator-progressbar-item-3:before {
    content:"3";
}

.calculator-progressbar-item-4:before {
    content:"4";
}

.calculator-progressbar-item-check:before {
    content:"\2713";
}

.calculator-main {
    display: flex;
    align-items: center;
    flex-direction: row;
    height: 600px;
    margin-right: 100px;
}

.four-container-input {
    display: inline-block;
    margin-right: 20px;
    width: 40%;
}

.four-container-input > input {
    width: 100% !important;
}

.calculator-main-content-titles h3 {
    color:#626366;
    font-size:2.25em;
}

.calculator-main-content-description p {
    color:#626366;
    line-height:1.5em;
}

.calculator-form {
    position:relative;
    margin:0 0 30px;
}

.calculator-form-field-container label {
    display:block;
    color:#626366;
    font-size:1.13em;
    font-weight:600;
    margin:0 0 15px;
}

.calculator-form-field-container .calculator-form-field-required-marker {
    font-size:.8em;
    vertical-align:super;
    margin:0 0 0 4px;
}

.calculator-form-field-container .calculator-form-field-error {
    color:#e3173f;
    visibility:hidden;
    font-size:.9em;
    margin:10px 0 0;
}

.calculator-form-field-container.error .calculator-form-field-error {
    visibility:visible;
}

.calculator-form-field-container.error input[type=text],.calculator-form-field-container.error select {
    border-bottom:1px solid #e3173f;
}

.calculator-form-field-container input[type=text],.calculator-form-field-container select {
    background:#f8f8f8;
    border:1px solid #adadaf;
    border-radius:8px;
    font-size:1em;
    font-weight:400;
    width:40%;
    padding:8px 12px;
}

.calculator-form-field-container select {
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    background-image:url("../resource/drop/arrow-down.svg");
    background-position:96% 54%;
    background-repeat:no-repeat;
    background-size:14px;
}

.calculator-form-field-container input[type=range] {
    background:transparent;
    display:inline-block;
    -webkit-appearance:none;
    width:80%;
    margin:0 0 20px;
}

.calculator-form-field-container input[type=range]::-ms-track {
    color:transparent;
    background:transparent;
    cursor:pointer;
    height:6px;
    width:100%;
    border-color:transparent;
}

.calculator-form-field-container input[type=range]::-webkit-slider-thumb {
    -webkit-appearance:none;
    background:#005596;
    cursor:pointer;
    height:50px;
    margin-top:-24px;
    width:14px;
}

.calculator-form-field-container input[type=range]::-webkit-slider-runnable-track {
    background:#d8d8d8;
    cursor:pointer;
    height:8px;
    width:100%;
    margin:18px 0 0;
}

.calculator-form-field-container input[type=range]::-moz-range-track {
    background:#d8d8d8;
    cursor:pointer;
    height:6px;
    width:100%;
}

.calculator-form-field-container input[type=range]::-ms-fill-lower,.calculator-form-field-container input[type=range]::-ms-fill-upper {
    background:#d8d8d8;
}

.calculator-form-field-container-multi {
    display:inline-block;
    width:45%;
}

.calculator-form-field-output {
    color:#005596;
    font-size:3.25em;
    position:absolute;
    right:0;
}

.calculator-form-field-output-max:after {
    content:"+";
    display:block;
    font-size:.8em;
    font-weight:400;
    right:-20px;
    position:absolute;
    top:-24px;
}

.calculator-controls {
    position:relative;
    text-align:right;
}

.calculator-controls-button-next {
    background-color:#005596;
    border:none;
    border-radius:5px;
    bottom:0;
    color:#fff;
    letter-spacing:.15em;
    -webkit-transition:all .35s ease-in-out;
    transition:all .35s ease-in-out;
    padding:10px 26px;
}

.button-next {
    background-color:#005596;
    border:none;
    border-radius:5px;
    bottom:0;
    color:#fff;
    letter-spacing:.15em;
    -webkit-transition:all .35s ease-in-out;
    transition:all .35s ease-in-out;
    padding:10px 26px;
    display: none;
}

.calculator-controls-button-next:active,.calculator-controls-button-next:focus,.calculator-controls-button-next:hover {
    background-color:#036;
    -webkit-transition:all .35s ease-in-out;
    transition:all .35s ease-in-out;
}

.calculator-controls-button-previous {
    background-color:transparent;
    border:none;
    border-bottom:1px solid transparent;
    color:#005596;
    line-height:1.1em;
    -webkit-transition:all .35s ease-in-out;
    transition:all .35s ease-in-out;
    margin:0 0 0 12px;
    padding:0;
}

.calculator-controls-button-previous:active,.calculator-controls-button-previous:focus,.calculator-controls-button-previous:hover {
    color:#036;
    border-bottom:1px solid #036;
    -webkit-transition:all .35s ease-in-out;
    transition:all .35s ease-in-out;
}

.calculator-controls-button-previous:before {
    content:"\25C2";
    display:block;
    font-size:30px;
    left:-20px;
    position:absolute;
    top:-1px;
}

.calculator-main-graphic img {
    display:block;
    max-width:80%;
    margin:0 auto;
}

.calculator-results-table-container {
    border:1px solid #9b9b9b;
    padding:20px;
}

.calculator-results-table {
    border-collapse:collapse;
    border-spacing:20px;
    font-size:.9em;
    line-height:1.25em;
}

.calculator-bar-graph-title {
    color:#005596;
    font-weight:600;
    line-height:1.2em;
    width:1px;
    margin:0 0 32px;
}

.calculator-bar-graph-bar-span {
    display:inline-block;
    -webkit-transition-duration:3s;
    transition-duration:3s;
}

.calculator-bar-graph-bar-horizontal {
    height:40px;
    margin:0 0 20px;
}

.calculator-bar-graph-bar-vertical {
    display:inline-block;
    height:100%;
    width:33.333%;
}

.calculator-bar-graph-bar:first-child .calculator-bar-graph-bar-span {
    background-color:#96bfe6;
}

.calculator-bar-graph-bar:nth-child(2) .calculator-bar-graph-bar-span {
    background-color:#005596;
}

.calculator-bar-graph-bar:nth-child(3) .calculator-bar-graph-bar-span {
    background-color:#72d54a;
}

.calculator-cta h2 {
    color:#005596;
    font-size:2.5em;
    font-weight:400;
    text-align:left;
}

.calculator-cta-cta:link,.calculator-cta-cta:visited {
    background-color:#72d54a;
    border:none;
    border-radius:5px;
    bottom:0;
    color:#fff;
    display:inline;
    -webkit-transition:all .35s ease-in-out;
    transition:all .35s ease-in-out;
    text-decoration:none;
    padding:10px 24px;
}

.calculator-cta-cta:active,.calculator-cta-cta:focus,.calculator-cta-cta:hover {
    background-color:#56a337;
    color:#fff;
    text-decoration:none;
    -webkit-transition:all .35s ease-in-out;
    transition:all .35s ease-in-out;
}

.calculator-controls-button-previous {
    left: 100px;
    position: absolute;
    top: 8px;
    border: none;
    outline: none !important;
}

#others {
    display: none;
    margin-top: 15px;
    width: 65%;
}

/* 底部的版权信息 */
#copyright {
    font-size: 12px;
    color: #333333;
    text-align: center;
    padding: 10px 0;
    background-color: rgba(240, 240, 240, 0.5);
    width: 100%;
}

/* 一键回到顶部的按钮 */
body > .jump-top {
    position: fixed;
    right: 10px;
    bottom: 100px;
    opacity: 0;
    transition: all 1s;
    text-align: center;
    z-index: 999;
}

body > .jump-top > a > img {
    display: block;
    width: 60px;
}

body > .jump-top > a > span {
    color: #6e6e6e;
    font-family: "思源黑体" !important;
}

body > .jump-top > a > .to-top-hover {
    display: none;
}

body > .jump-top > a:hover > span {
    color: #f16500;
}

body > .jump-top > a:hover > .to-top {
    display: none;
}

body > .jump-top > a:hover > .to-top + .to-top-hover{
    display: block;
}

.swal-button {
    padding: 7px 19px;
    border-radius: 2px;
    background-color: #235697;
    font-size: 12px;
    color: white;
    border: 1px solid #235697;
    text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.3);
}

/* 设置整体的字体和字间距 */
.need-letter-spacing {
    letter-spacing: 4px;
    font-family: "思源黑体" !important;
}

/* 单纯设置字体 */
.setting-font {
    font-family: "思源黑体" !important;
}
