* {
    margin: 0;
    padding: 0;
    text-decoration: none;
    font-family: '微软雅黑';
    text-size-adjust: none;
}

a:hover {
    text-decoration: none;
}

ul {
    list-style: none;
}

body {
    overflow-x: hidden;
    max-width: 1920px;
    margin: 0 auto;
}

.change-box,
.change-box2 {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

.change-box2 .close {
    position: fixed;
    top: 400px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 12;
    width: 36px;
    height: 36px;
}

.change-box2.two .close {
    top: 476px;
}

.change-box .msk,
.change-box2 .msk {
    position: fixed;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 999;
    max-width: inherit;
    margin: 0 auto;
    overflow: hidden;
}

.change-box .box,
.change-box2 .box {
    position: fixed;
    background: #fff;
    border-radius: 10px;
    right: 0;
    left: 0;
    margin: auto;
    width: 52%;
    z-index: 1000;
    top: 210px;
    padding: 20px;
    max-width: 220px;
}

.change-box2.two .box {
    top: 180px;
}

.change-box2.two .box img {
    width: 130px;
}

.change-box .box>p {
    font-size: 14px;
    color: #f83244;
}

.radio {
    margin: 10px 0;
    position: relative;
    display: flex;
    align-items: center;
}

.radio label {
    width: 100%;
}

.radio input[type="radio"] {
    opacity: 0;
}

.radio input[type="radio"]+.radio-label:before {
    content: '';
    background: #f4f4f4;
    border-radius: 100%;
    border: 1px solid #b4b4b4;
    display: inline-block;
    width: 18px;
    height: 18px;
    margin: 0 10px;
    vertical-align: top;
    cursor: pointer;
    text-align: center;
    -webkit-transition: all 250ms ease;
    transition: all 250ms ease;
}

.radio input[type="radio"]:checked+.radio-label:before {
    background-color: #F83244;
    box-shadow: inset 0 0 0 4px #f4f4f4;
}

.radio input[type="radio"]:focus+.radio-label:before {
    outline: none;
    border-color: #F83244;
}

.radio input[type="radio"]:disabled+.radio-label:before {
    box-shadow: inset 0 0 0 4px #f4f4f4;
    border-color: #b4b4b4;
    background: #b4b4b4;
}

.radio input[type="radio"]+.radio-label:empty:before {
    margin-right: 0;
}

.sum-box {
    width: 100%;
}

.sum-box .item {
    position: relative;
    margin-top: 36px;
    min-height: 400px;
}

.sum-box .item>img {
    width: 100%;
}

.sum-box .item h3 {
    font-size: 17px;
    font-weight: bold;
    position: absolute;
    top: 26%;
    left: 49.5%;
    line-height: 1.1;
}

.sum-box .item p {
    width: 20%;
    margin-left: 11%;
    font-size: 16px;
    color: #9A9A9A;
    position: absolute;
    top: 35%;
    left: 34.5%;
    line-height: 1.4;
}

/* .sum-box.compatible .item p {
    width: 92%;
    margin-left: 4%;
    font-size: 13px;
    color: #9A9A9A;
    position: absolute;
    top: 11%;
    line-height: 1.3;
}

.sum-box.compatible .item.type1 .tag {
    top: 45%;
}

.sum-box.compatible .item:nth-child(1) p {
    top: 40%;
}

.sum-box.compatible .item:nth-child(2) p {
    top: 8%;
}

.sum-box.compatible .item:nth-child(3) p {
    top: 8%;
}

.sum-box.compatible .item:nth-child(4) p {
    top: 13%;
}

.sum-box.compatible .item:nth-child(5) p {
    top: 9%;
}

.sum-box.compatible .item:nth-child(7) p {
    top: 8%;
} */

.sum-box .item strong {
    font-size: 18px;
    color: #000;
    width: 100%;
    text-align: center;
    display: block;
}

.sum-box .item .btn {
    margin: 20px auto 32px;
    box-shadow: 0 3px 6px rgba(236, 26, 25, 0.4);

}

.sum-box .item .tag-style {
    position: absolute;
    font-weight: bold;
    color: #343434;
    display: flex;
    align-items: center;
    font-size: 14px;
}


.sum-box .item.type1 .tag img,
.sum-box .item.type3 .tag1 img,
.sum-box .item.type3 .tag2 img,
.sum-box .item.type3 .tag3 img,
.sum-box .item.type2 .tag3 img,
.sum-box .item.type2 .tag4 img,
.sum-box .item.type2 .tag5 img,
.sum-box .item.type2 .tag6 img {
    width: 6px;
    margin-right: 2px;
}

.sum-box .item.type1 .tag {
    left: 45.5%;
    top: 51%;
}

.sum-box .item.type2 .tag1 img,
.sum-box .item.type2 .tag2 img {
    width: 6px;
    margin-left: 2px;
}


.sum-box .item.type2 .tag1 {
    right: 57%;
    top: 26%;
}

.sum-box .item.type2 .tag2 {
    right: 57%;
    top: 62%;
}

.sum-box .item.type2 .tag3 {
    left: 55%;
    top: 29%;
}

.sum-box .item.type2 .tag4 {
    left: 55%;
    top: 64%;
}

.sum-box .item.type2 .tag5 {
    left: 56%;
    top: 25%;
}

.sum-box .item.type2 .tag6 {
    left: 56%;
    top: 61%;
}

.sum-box .item.type3 .tag1 {
    left: 12%;
    top: 34%;
}

.sum-box .item.type3 .tag2 {
    right: 46%;
    top: 91%;
}

.sum-box .item.type3 .tag3 {
    right: 13%;
    top: 34%;
}




.on-404 {
    width: 100%;
    text-align: center;
    height: 82.6vh;
}

.on-404 img {
    margin-top: 15vh;
}

.on-404 a {
    display: block;
    text-align: center;
    margin: 40px auto;
    color: #333;
    font-size: 20px;
    width: 10%;
    height: 60px;
    line-height: 60px;
    border: 1px solid #b3babf;
    border-radius: 30px;
    cursor: pointer;
}

.bb-tit {
    margin-top: 40px;
}

.body1 .bb-tit {
    margin-top: 10px;
}

.navbar-toggle {
    border: none;
}

.hide {
    display: none !important;
}

.clearfloat {
    zoom: 1;
}

.clearfloat::after {
    display: block;
    clear: both;
    content: "";
    visibility: hidden;
    height: 0;
}

.f-left {
    float: left;
}

.f-right {
    float: right;
}

.navbar {
    width: 100%;
    max-width: 1920px;
    position: fixed;
    top: 0;
    height: 80px;
    z-index: 999;
    background-color: #fff;
    border-radius: 0;
    border: none;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.19);
    display: flex;
    justify-content: space-between;
}

.navbar>.box {
    margin-top: 8px;
    width: 75%;
}

.nav>li {
    height: 44px;
    line-height: 44px;
    margin-right: 34px;
}

.nav>li:last-child {
    margin: 0;
}

.nav>li a {
    height: inherit;
    font-size: 16px;
}

.navbar-nav {
    margin-top: 6px;
}

.navbar-header {
    padding-left: 20px;
    box-sizing: border-box;
}

.navbar-header>div {
    display: flex;
    align-items: center;
    margin-top: 12px;
}

.navbar-header>div .change {
    display: flex;
    align-items: center;
    min-width: 86px;
    height: 30px;
    justify-content: center;
    border-radius: 20px;
    color: #666;
    background: #F3F3F3;
    font-size: 12px;
    margin-left: 14px;
    cursor: pointer;
}

.navbar-header>div .change img {
    width: 12px;
    margin-right: 3px;
}

.navbar-default .navbar-brand {
    color: #D0A972;
    margin-left: 0 !important;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: #B80501 !important;
    background-color: unset !important;
}

.navbar-default .navbar-nav>.active>i {
    display: block;
    width: 42px;
    height: 2px;
    background: #B80501;
    margin: 0 auto;
}

.navbar .collapse.in {
    background-color: #fff;
    width: 70%;
    height: 100vh;
    float: right;
    overflow: hidden;
    margin-right: -6%;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background: transparent;
}

.logo {
    width: 120px;
}

.pr65 {
    padding-right: 65px;
}

.pl65 {
    padding-left: 65px;
}

.pb20 {
    padding-bottom: 20px;
}

.body1 .home {
    box-sizing: border-box;
    margin-top: 80px;
}

.body1 .home .box {
    position: relative;
    padding: 0;
}

.body1 .home .box .tbox {
    z-index: 99;
    position: absolute;
    top: 28%;
    left: 55%;
    color: #fff;
}

.body1 .home .box .tbox h1 {
    font-size: 32px;
}

.body1 .home .box .tbox p {
    font-size: 16px;
}

.body1 .home .box .ct {
    background: rgba(255, 255, 255, 0.1);
    padding: 20px 0;
    width: 22%;
    position: absolute;
    right: 23%;
    z-index: 99;
    top: 45%;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.body1 .home .box .ct img {
    width: 30%;
    margin-left: 6%;
}

.body1 .home .box .ct .right {
    width: 70%;
    margin-left: 37px;
}

.body1 .home .box .ct .right a {
    width: 84%;
    height: 46px;
    line-height: 46px;
    text-align: center;
    font-size: 16px;
    border-radius: 26px;
    background: #fff;
    border: 1px solid #DE2037;
    color: #DE2037;
    display: block;
    white-space: nowrap;
    box-shadow: 5px 5px 20px rgba(240, 100, 100, 0.2);
}

.body1 .home .box .ct .right a:first-of-type {
    margin-bottom: 14px;
}

.body1 .home .box .ct .right h4 {
    color: #FFF;
    font-size: 17px;
    font-weight: normal;
    margin-bottom: 20px;
}

.body1 .home .box img {
    width: 100%;
}

.w100p {
    width: 100%;
}

.t-center {
    text-align: center;
}

.t-left {
    text-align: left;
}

.t-right {
    text-align: right;
}

.pr15 {
    padding-right: 15px;
}

.pl15 {
    padding-left: 15px;
}

.flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.flex-bri {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: 126px;
}

.flex-bri .t h4 {
    font-size: 20px;
    font-weight: normal;
    text-align: center;
    font-family: '微软雅黑';
}

.flex1 {
    flex: 1;
}

.text-r {
    text-align: right;
}

/* .carousel-inner{
    display: flex;
    justify-content: center;
} */
.home .img-box {
    padding: 0 40px;
    box-sizing: border-box;
    position: relative;
}

.home .img-box>img {
    position: absolute;
}

.home .img-box>img:first-child {
    width: 160px;
    left: 0;
    top: 34px;
    z-index: 2;
}

.home .img-box>img:nth-last-of-type(2) {
    left: 100px;
    width: 170px;
    top: -1px;
    z-index: 1;
}

.home .img-box>img:last-child {
    left: 180px;
    width: 300px;
    top: -56px;
    z-index: 0;
}

.home .qr {
    width: 140px;
}

.home .title {
    color: #fff;
}



.aboutUs {
    margin-top: 20px;
}

.aboutUs img {
    width: 70px;
    margin-top: 20px;
}

.aboutUs .card-box {
    height: 490px;
    padding: 10px;
    position: relative;
    box-sizing: border-box;
    /* background-color: #ddd; */
    color: #888;
}

.aboutUs .card-box h4 {
    font-size: 24px;
    border-bottom: 1px solid #B80501;
    padding-bottom: 20px;
    width: 98%;
    margin: 12px auto 32px auto;
}

.aboutUs .card-box p {
    margin-bottom: 6px;
    color: #666;
    font-weight: 200;
    font-size: 18px;
    display: flex;
}

.aboutUs .card-box .status {
    position: absolute;
    right: 0;
    top: -6%;
}

.list-style {
    margin-right: 14px;

}

.list-style::after {
    content: '';
    width: 6px;
    height: 6px;
    background: #F52626;
    transform: rotate(45deg) translateY(-6px);
    display: inline-block;
}

.aboutUs .card-box .flex {
    position: absolute;
    bottom: 0;
    color: #C0C0C0;
    text-align: center;
    width: calc(100% - 20px);
}

.aboutUs .card-box .flex span {
    margin: 0 auto;
    font-size: 16px;
    color: #ccc;
}

.card-box .watting {
    color: #C0C0C0;
}

.card-box .developing {
    color: #D0AA76;
}

.card-box .releasing {
    color: #39b459;
}

.viewShow {
    margin-top: 50px;
}

.viewShow img {
    width: 100%;
}


.desc {
    background-color: #eee;
    color: #333;
    min-height: 430px;
    padding-bottom: 10px;
}

.desc .img {
    width: 184px;
}

.desc .left p {
    color: #0A0A0A;
    font-size: 13px;
}

.desc .lft {
    margin-top: 82px;
    font-family: '微软雅黑';
}

.desc .lft h4 {
    font-size: 24px;
    color: #333;
}

.desc .lft p {
    font-size: 18px;
    color: #666;
}

.desc .lft div {
    display: flex;
}

.desc .lft div span {
    color: #333;
    font-size: 20px;
}

.desc .lft div img {
    width: 100px;
}

.bottom-line {
    background: #666;
    width: 54px;
    height: 3px;
    margin-bottom: 10px;
}

.bottom-line.red {
    background: #B80501;
}

.slide-img {
    text-align: center;
}

.slide-img>img {
    width: 60%;
}

.slide-ct {
    min-height: 460px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.slide {
    margin-top: 70px;
}

.slide-ct li {
    display: flex;
    justify-content: space-between;
}

.slide-ct li .lf {
    width: 20%;
}

.slide-ct li .lf>img {
    width: 100%;
}

.slide-ct li>.rt {
    width: 80%;
}

.slide-ct li>.rt h4 {
    font-size: 20px;
    color: #DE2037;
    font-weight: normal;
}

.slide-ct li>.rt h4 i {
    display: inline-block;
    float: left;
    margin-top: 4px;
    width: 7px;
    height: 14px;
    margin-right: 8px;
    background: #DE2037;
}

.slide-ct li>.rt p {
    font-size: 15px;
}

.shop-box {
    display: flex;
    justify-content: center;
    margin: 50px 0 30px 0;

}

.shop-box img {
    margin: 0 50px;
    width: 30%;
}

.footer {
    background-color: #242424;
    color: #666;
    border-top: 1px solid #222;
    padding: 17px 15px;
    font-size: 11px;
}

.footer ul {
    margin-bottom: 0;
}

.footer a {
    color: #999;
    font-size: 20px;
    font-weight: lighter;
}

.footer .footer-menu a {
    padding: 0 10px;
}

.footer .footer-menu ul {
    text-align: right;
}

.footer .footer-menu ul li {
    display: inline-block;
}

.footer2 {
    width: 100%;
    display: none;
}

.footer2 .top {
    background: rgba(38, 39, 41, 0.9);
}

.footer2 .top .t {
    display: flex;
    align-items: center;
    padding-top: 12px;
}

.footer2 .top .t .left {
    width: 60%;
    color: #fff;
    text-align: center;
}

.footer2 .top .t .left h4 {
    display: flex;
    margin: 0 auto;
    width: 80%;
    text-align: center;
    align-items: center;
    color: #fff;
    font-size: 19px;
}

.footer2 .top .t .left h4 img {
    width: 22px;
    height: 22px;
}

.footer2 .top .t .left span {
    font-size: 12px;
    color: rgba(196, 196, 196, 0.3);
    display: inline-block;
    margin: 7px 0 8px 0;
}

.footer2 .top .t .left p {
    height: 23px;
    line-height: 23px;
    border: 1px solid #696868;
    border-radius: 4px;
    width: 80%;
    margin: 0 auto;
}

.footer2 .top .t .left p img {
    width: 10%;
    margin: -4px 4px 0 0;
}

.footer2 .top .t .r {
    width: 40%;
    border-left: 1px solid #5B5B5C;
    text-align: center;
}

.footer2 .top .t .r p {
    color: #999999;
    margin: 13px 0 2px 0;
}

.footer2 .top .t .r img {
    width: 50%;
}

.footer2 .top>p {
    width: 88%;
    margin: 20px auto 10px auto;
    padding-bottom: 9px;
    color: #C4C4C4;
    text-align: center;
    border-bottom: 1px solid #5B5B5C;
}

.footer2 .top>span {
    font-size: 12px;
    color: #aaa;
    display: block;
    text-align: center;
    padding-bottom: 12px;
}

.footer2 .top>span a {
    color: #aaa;
}

.footer2 .bottom {
    height: 52px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 4px;
}

.footer2 .bottom div {
    height: 42px;
    width: 49%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.footer2 .bottom div:first-child {
    /* border-right: 1px solid #E8E8E8; */
}

.footer2 .bottom div img {
    width: 14%;
}

.footer2 .bottom div p {
    width: 100%;
    text-align: center;
}

h2 span {
    font-size: 16px;
    color: #666;
    vertical-align: bottom;
}

.carousel-indicators {
    bottom: -20px;
}

.carousel-indicators li {
    border: 1px solid #DBDBDB;
}

.carousel-indicators li.active {
    background: linear-gradient(#FF5E5E, #DE2037);
}

.time-line .row>div {
    margin-bottom: 30px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .055),
        4px 4px 20px rgba(7, 7, 7, 0.08);
    border-radius: 16px;
}

.time-line .row>div:first-child {
    box-shadow: none;
}

.time-line .col-sm-4 {
    width: 30%;
}

.sss {
    margin: 0 3.333333%;
}

.download-btn {
    width: 180px;
    height: 52px;
    background: linear-gradient(#FF5E5E, #DE2037);
    color: #fff !important;
    margin: 8px 0;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 5px 15px rgba(231, 95, 84, 0.3);
}

.download-btn>a {
    color: #fff;
    font-size: 19px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.download-btn .left {
    width: 70%;
}

.download-btn .left img {
    height: 100%;
    width: 100%;
}

.download-btn .right a {
    display: block;
    color: #fff;
    font-size: 10px;
}

.main-footer .flex-bri .b {
    margin-left: 20px;
    padding-top: 30px;
}

.main-footer .flex-bri .b div:first-child {
    margin-bottom: 27px;
}

.body1 h4,
.body3 h4,
.body2 h4 {
    font-weight: bold;
    font-family: '微软雅黑';
    font-size: 18px;
    color: #333;
}

.body1 h4 span,
.body3 h4 span,
.body2 h4 span {
    font-size: 13px;
    font-weight: normal;
    color: #818281;
}

.page-wrap {
    margin-top: 80px;
    position: relative;
}

.page-wrap .wxqr {
    width: 210px;
    position: absolute;
    top: 15px;
    right: 5%;

}

.page-wrap .l {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.page-wrap .l>div:first-child {
    margin-right: 20px;
}

.page-wrap .r {
    display: block;
}

.body2 .ct2 {
    text-align: center;
    margin: 50px 0;
}

.body2 .ct2 .item {
    width: 70%;
    min-height: 300px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.body2 .ct2 .item .fck1 {
    text-align: left;
    color: #343434;
}

.body2 .ct2 .item .fck1 p {
    margin: 40px 0;
    font-size: 13px;
}

.body2 .ct2 .item2 {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(90deg, #000 0%, rgba(0, 0, 0, 0.98) 100%);
}

.body2 .ct2 .item2>div {
    width: 50%;
    padding: 0 !important;
    float: unset;
    position: relative;
}

.body2 .ct2 .item2>div img {
    width: 100%;
}

.body2 .ct2 .item2>div .fct {
    position: absolute;
    top: 25%;
    left: 32%;
    color: #fff;
    width: 66%;
    text-align: left;
    font-size: 14px;
}

.body2 .ct2 .item2>div .fct2 {
    left: 10%;
    width: 70%;
    top: 10%;
}

.body2 .ct2 .item2>div .fct p {
    padding: 20px 0;
    line-height: 1.8;
}

.body2 .ct {
    text-align: center;
    margin: 50px 0;
}

.body2 .ct .item {
    margin-bottom: 20px;
}

.body2 .ct .item .img img {
    width: 100%;
}

.body2 .ct .item .text {
    text-align: left;
}

.body2 .ct .item .text h4 {
    font-size: 32px;
    color: #333;
}

.body2 .ct .item .text .bottom-line {
    margin: 30px 0;
}

.body2 .ct .item .text p {
    font-size: 19px;
    color: #666;
    font-family: '微软雅黑';
}

.pd0 {
    padding: 0;
}

.body3 .ct {
    width: 100%;
    height: 360px;
    display: flex;
    margin-bottom: 20px;
    justify-content: center;
}

.body3 .ct>div {
    height: 360px;
    /* width: 360px; */
    margin: 0 16px;
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
}

.body3 .ct>div div strong {
    font-size: 24px;
    font-family: '微软雅黑';
    margin-bottom: 18px;
    display: inline-block;
    color: #333;
}

.body3 .ct>div div p {
    font-size: 20px;
    font-family: '微软雅黑';
    color: #666;
    margin: 0;
}

.body3 .ct>div .top h4 {
    font-size: 36px;
    color: #000;
}

.body3 .ct>div .center,
.body3 .ct>div .bottom {
    width: 100%;
}

.body3 .ct>div .bottom.bt {
    display: flex;
    align-items: flex-end;
}

.body3 .ct>div .bottom>img {
    width: 80px;
    height: 80px;
    margin-left: 10px;
}

.ct-phone {
    margin-top: 118px;
}

.body3 .ct>div:hover {
    /* transform: scale(1.04);
    transition-duration: 100ms;
    box-shadow: 4px 4px 10px #E8E8E8; */
    /* filter: drop-shadow(10px 10px 10px #ccc); */
}

.body3 .btm,
.body2 .btm {
    margin-top: 32px;
}

.body3 .btm .icon {
    width: 83px;
    height: auto;
    margin-top: 8px;
}

.tree {
    width: 80%;
    min-height: 400px;
    position: relative;
    margin: 20px auto;
}

.tree .line {
    width: 1px;
    background: #ccc;
    height: 90%;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 4%;
}


.tree .item {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-bottom: 70px;
    width: 40%;
    margin-left: 46%;
}

.tree .item.left {
    margin-left: 6%;
}

.tree .item .icon {
    border: 1px solid #DE2037;
    background: #fff;
    height: 19px;
    width: 19px;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 0;
    right: 0;
    margin: -1% auto 0 auto;
}

.tree .item .icon>div {
    height: 9px;
    width: 9px;
    background: #DE2037;
    border-radius: 20px;
}

.tree .item .text {
    height: 68px;
    line-height: 68px;
    min-width: 300px;
    position: relative;
    left: 10%;
}

.tree .item .text .arrow {
    width: 14px;
    height: 14px;
    background: #fff;
    border: 1px solid #DADADA;
    border-top: none;
    border-right: none;
    transform: rotate(45deg);
    position: absolute;
    left: -7px;
    top: 30%;
    z-index: 0;
}

.tree .item.red .text .arrow {
    border: 1px solid #DE2037;
    border-top: none;
    border-right: none;
}

.tree .item.left .text .arrow {
    left: unset;
    right: -7px;
    transform: rotate(-135deg);
}

.tree .item.left .text {
    left: 10%;
}

.tree .item .text .place {
    height: inherit;
    width: inherit;
    border: 1px solid #DADADA;
    background: #fff;
    z-index: 1;
    text-align: center;
}

.tree .item.red .text .place {
    border: 1px solid #DE2037;
}

.tree .item .text .place span {
    font-size: 16px;
    font-family: '微软雅黑';
    margin-right: 6px;
}

.tree .item .text .place strong {
    font-size: 20px;
    color: #333;
    font-family: '微软雅黑';
}

.tree .item.red .text .place strong {
    color: #DE2037;
}

.tree .item.red .text .place span {
    color: #DE2037;
}

.comn-title .top {
    display: flex;
    align-items: center;
    justify-content: center;
}

.comn-title .top span {
    color: #333;
    font-size: 46px;
    font-weight: bold;
    margin: 0 10px;
    font-family: '微软雅黑';
}

.comn-title .top img {
    display: inline-block;
    width: 39px;
    height: 33px;
}

.comn-title .top img:last-child {
    transform: rotateY(180deg);
}

.comn-title p {
    text-align: center;
    font-size: 18px;
    color: #6C6C6C;
    width: 50%;
    margin: 0 auto;
}

.comn-title strong {
    color: #ECECEC;
    font-size: 39px;
    display: block;
    text-align: center;
}

.banner1 img,
.banner2 img {
    width: 100%;
}




.carousel-control {
    text-shadow: 0 1px 2px rgba(0, 0, 0, 1);
}

.carousel-control.left,
.carousel-control.right {
    background: none;
    z-index: 9;
}





/* 阅读圣经 */
.bible-catalog {
    position: relative;
    padding-bottom: 20px;
    margin: 80px auto 0 auto;
    min-height: 650px;
    width: 56%;
    background: #fff;
    z-index: 1;
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
}

.bible-catalog .leftP,
.bible-catalog .rightP {
    min-height: 500px;
    width: 380px;
    margin-top: 50px;
}

.bible-catalog .leftP h2,
.bible-catalog .rightP h2 {
    color: #666;
    font-weight: bold;
}

.bible-catalog .centerP {
    min-height: 500px;
    margin-top: 50px;
    width: 1px;
    border: 1px solid #eee;
}

.bible-catalog>span {
    font-size: 16px;
    color: #DE2037;
    position: absolute;
    top: 20px;
    cursor: pointer;
    display: block;
    width: 20%;
    height: 30px;
    left: 3%;
}

.bibleGrid-row {
    width: 98%;
    padding: 1% 0 0 1%;
    /* display: flex;
    justify-content: space-between; */
    margin: 10px 0;

}

.bibleGrid-row .bibleGrid-item {
    width: 24%;
    text-align: center;
    min-height: 36px;
    border: 1px solid #eee;
    background: #fff;
    float: left;
    margin-left: 1%;
    cursor: pointer;
    display: flex;
    flex-wrap: wrap;
}

.bibleGrid-row .bibleGrid-item>p {
    width: 100%;
    margin: 0;
    text-align: left;
    color: #818281;
    font-size: 17px;
    margin-left: 10px;

}

.bibleGrid-row .bibleGrid-item>span {
    display: inline-block;
    width: 100%;
    text-align: center;
    color: #818281;
    text-align: left;
    font-size: 13px;
    margin-left: 10px;

}

.bibleGrid-row .bibleGrid-item.cur {
    color: #fff;
    background: #DE2037;
}

.bibleGrid-row .bibleGrid-item.cur>p,
.bibleGrid-row .bibleGrid-item.cur>span {
    color: #fff;
}


.bibleGrid-row .list-box {
    float: left;
    background: #fff;
    width: 100%;
    margin: 6px 2px 0px 2px;
    box-shadow: 1px 1px 4px rgba(51, 51, 51, 0.2);
    border-radius: 2px;
}

.bibleGrid-row .list-box ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 0 auto;
}

.bibleGrid-row .list-box ul li,
.bible-ct .menu>ul>li>.list li {
    width: 40px;
    height: 40px;
    border-radius: 2px;
    background: #fff;
    cursor: pointer;
    border: 1px solid #E8E8E8;
    margin: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #999;
}

.bibleGrid-row .list-box ul li.cur {
    color: #F52525;
}

.bible-ct .arrow:after {
    content: '';
    display: block;
    border: 3px solid #fff;
    height: 17px;
    width: 17px;
    cursor: pointer;
    margin: 36% auto;
}

.bible-ct .arrow.left:after,
.arrow.left:after {
    border-top: none;
    border-right: none;
    transform: rotate(45deg);
}

.bible-ct .arrow.right:after,
.arrow.right:after {
    border-bottom: none;
    border-left: none;
    transform: rotate(45deg);
}

.bible-ct .arrow.left,
.bible-ct .arrow.right {
    background: rgba(204, 204, 204, 0.5);
    border-radius: 40px;
    flex-shrink: 0;
    height: 64px;
    width: 64px;
}


.bible-ct {
    width: 100%;
    min-height: 700px;
    background: #fff;
}

.bible-ct .content {
    padding: 0 15%;
}

.bible-ct .content>.left,
.bible-ct .content>.center,
.bible-ct .content>.right {
    /* border: 1px solid greenyellow; */
    min-height: 700px;
    display: flex;
    justify-content: center;
    align-items: center;
}


.bible-ct .content>.center {
    justify-content: unset;
    align-items: unset;
}

.bible-ct .menu {
    height: 98px;
    width: 100%;
    background: #fff;
    box-shadow: 2px 2px 5px #999;
    position: fixed;
    bottom: 0;
    left: 0;
    display: flex;
}

.bible-ct .menu ul {
    width: 50%;
    max-height: 400px;
    margin: 10px auto;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-right: 30%;
}

.bible-ct .menu>ul>li {
    border: 1px solid #ccc;
    border-radius: 4px;
    height: 42px;
    width: 16%;
    text-align: center;
    cursor: pointer;
    margin-left: 5%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bible-ct .menu>ul>li img {
    width: 22px;
    height: 22px;
    margin-right: 6px;
}

.bible-ct .menu>ul>li>.list,
.bible-ct .menu>ul>li>.set {
    position: fixed;
    bottom: 110px;
    left: 0px;
    right: 0;
    margin: 0 auto;
    width: 310px;
    min-height: 100px;
    overflow-y: scroll;
    border: 1px solid #eee;
    box-shadow: 1px 1px 5px #eee;
    background: #fff;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    z-index: 1;
}

.bible-ct .menu>ul>li>.set {
    left: unset;
    right: 30%;
    width: 260px;
    border-radius: 4px;
}

.bible-ct .menu>ul>li>.set>span {
    position: absolute;
    top: 5px;
    right: 5px;
    font-size: 16px;
    border: 1px solid #ccc;
    width: 22px;
    height: 22px;
    border-radius: 20px;
    color: #ccc;
    display: block;
}

.bible-ct .menu>ul>li>.set li {
    width: 100%;
    height: 42px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.bible-ct .menu>ul>li>.set li .left {
    width: 36%;
}

.bible-ct .menu>ul>li>.set li .right {
    width: 64%;
    text-align: left;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.bible-ct .menu>ul>li>.set li .right>span {
    display: inline-block;
    text-align: center;
    width: 24%;
    margin-right: 5%;
    border: 1px solid #333;
    border-radius: 2px;
}

.bible-ct .menu>ul>li>.set li .right>span:nth-child(2) {
    background: #333;
    color: #fff;
}

.bible-ct .menu>ul>li>.set li .right .el-color-picker--medium {
    height: 25px;
}

.bible-ct .menu>ul>li>.set li .right .el-color-picker--medium .el-color-picker__trigger {
    height: 24px;
    border-image: linear-gradient(45deg, orange, pink 50%, #03a9f487) 1 1;
}

.bible-ct .menu>ul>li>.set li .right>span:last-child {
    margin-right: 0;
}

.bible-ct .menu>ul>li>.list li.cur,
.bible-ct .menu>ul>li>.list li:hover {
    border: 1px solid #DE2037;
}

.bible-ct .menu>ul>li>.list li.cur span,
.bible-ct .menu>ul>li>.list li:hover span {
    color: #DE2037;
    font-weight: bold;
}

.bible-ct .main-body {
    padding: 20px 2%;
    height: 690px;
    overflow-y: scroll;
    width: 100%;
    color: #333;
    font-size: 28px;
    background: #F4F4F4;
}

.bible-ct .main-body>.tit {
    font-size: 20px;
    color: #333;
    border-bottom: 1px solid #AC0000;
    width: 100%;
    padding-bottom: 10px;
}

.bible-ct .main-body>.tit span {
    margin-left: 2%;
}

.bible-ct .main-body>.tit span:last-of-type {
    float: right;
}

.un-section {
    display: inline;
}

.bible-ct .main-body .item {
    margin-bottom: 20px;
}

.bible-ct .main-body .item h3 {
    font-weight: bold;
    margin-top: 20px;
}

.bible-ct .main-body .item:first-child h3 {
    margin-top: 0;
}

.bible-ct .main-body .item>span {
    font-size: 15px;
    margin: 18px 0;
    display: block;
    font-weight: bold;
}

.bible-ct .main-body .item>p {
    margin: 0;
}

.bible-ct .main-body .item h3>span {
    font-size: 15px;
    font-weight: bold;
}

.sec-title {
    text-align: center;
}

.sec-title h4 {
    font-size: 28px;
    color: #333333;
}

.sec-title span {
    color: #ECECEC;
    font-size: 24px;
}

.on-pc {
    display: block !important;
}

.on-phone {
    display: none !important;

}

.weui-mask {
    position: fixed;
    z-index: 1000;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
}

.weui-mask_transparent {
    position: fixed;
    z-index: 1000;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

.weui-toast {
    position: fixed;
    z-index: 5000;
    width: 7.6em;
    height: 7.6em;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: rgba(17, 17, 17, 0.7);
    text-align: center;
    border-radius: 5px;
    color: #FFFFFF;
}

.weui-loading {
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    -webkit-animation: weuiLoading 1s steps(12, end) infinite;
    animation: weuiLoading 1s steps(12, end) infinite;
    background: transparent url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMjAiIGhlaWdodD0iMTIwIiB2aWV3Qm94PSIwIDAgMTAwIDEwMCI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTTAgMGgxMDB2MTAwSDB6Ii8+PHJlY3Qgd2lkdGg9IjciIGhlaWdodD0iMjAiIHg9IjQ2LjUiIHk9IjQwIiBmaWxsPSIjRTlFOUU5IiByeD0iNSIgcnk9IjUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAgLTMwKSIvPjxyZWN0IHdpZHRoPSI3IiBoZWlnaHQ9IjIwIiB4PSI0Ni41IiB5PSI0MCIgZmlsbD0iIzk4OTY5NyIgcng9IjUiIHJ5PSI1IiB0cmFuc2Zvcm09InJvdGF0ZSgzMCAxMDUuOTggNjUpIi8+PHJlY3Qgd2lkdGg9IjciIGhlaWdodD0iMjAiIHg9IjQ2LjUiIHk9IjQwIiBmaWxsPSIjOUI5OTlBIiByeD0iNSIgcnk9IjUiIHRyYW5zZm9ybT0icm90YXRlKDYwIDc1Ljk4IDY1KSIvPjxyZWN0IHdpZHRoPSI3IiBoZWlnaHQ9IjIwIiB4PSI0Ni41IiB5PSI0MCIgZmlsbD0iI0EzQTFBMiIgcng9IjUiIHJ5PSI1IiB0cmFuc2Zvcm09InJvdGF0ZSg5MCA2NSA2NSkiLz48cmVjdCB3aWR0aD0iNyIgaGVpZ2h0PSIyMCIgeD0iNDYuNSIgeT0iNDAiIGZpbGw9IiNBQkE5QUEiIHJ4PSI1IiByeT0iNSIgdHJhbnNmb3JtPSJyb3RhdGUoMTIwIDU4LjY2IDY1KSIvPjxyZWN0IHdpZHRoPSI3IiBoZWlnaHQ9IjIwIiB4PSI0Ni41IiB5PSI0MCIgZmlsbD0iI0IyQjJCMiIgcng9IjUiIHJ5PSI1IiB0cmFuc2Zvcm09InJvdGF0ZSgxNTAgNTQuMDIgNjUpIi8+PHJlY3Qgd2lkdGg9IjciIGhlaWdodD0iMjAiIHg9IjQ2LjUiIHk9IjQwIiBmaWxsPSIjQkFCOEI5IiByeD0iNSIgcnk9IjUiIHRyYW5zZm9ybT0icm90YXRlKDE4MCA1MCA2NSkiLz48cmVjdCB3aWR0aD0iNyIgaGVpZ2h0PSIyMCIgeD0iNDYuNSIgeT0iNDAiIGZpbGw9IiNDMkMwQzEiIHJ4PSI1IiByeT0iNSIgdHJhbnNmb3JtPSJyb3RhdGUoLTE1MCA0NS45OCA2NSkiLz48cmVjdCB3aWR0aD0iNyIgaGVpZ2h0PSIyMCIgeD0iNDYuNSIgeT0iNDAiIGZpbGw9IiNDQkNCQ0IiIHJ4PSI1IiByeT0iNSIgdHJhbnNmb3JtPSJyb3RhdGUoLTEyMCA0MS4zNCA2NSkiLz48cmVjdCB3aWR0aD0iNyIgaGVpZ2h0PSIyMCIgeD0iNDYuNSIgeT0iNDAiIGZpbGw9IiNEMkQyRDIiIHJ4PSI1IiByeT0iNSIgdHJhbnNmb3JtPSJyb3RhdGUoLTkwIDM1IDY1KSIvPjxyZWN0IHdpZHRoPSI3IiBoZWlnaHQ9IjIwIiB4PSI0Ni41IiB5PSI0MCIgZmlsbD0iI0RBREFEQSIgcng9IjUiIHJ5PSI1IiB0cmFuc2Zvcm09InJvdGF0ZSgtNjAgMjQuMDIgNjUpIi8+PHJlY3Qgd2lkdGg9IjciIGhlaWdodD0iMjAiIHg9IjQ2LjUiIHk9IjQwIiBmaWxsPSIjRTJFMkUyIiByeD0iNSIgcnk9IjUiIHRyYW5zZm9ybT0icm90YXRlKC0zMCAtNS45OCA2NSkiLz48L3N2Zz4=) no-repeat;
    background-size: 100%;
}

.weui-icon_toast.weui-loading {
    margin: 30px 0 0;
    width: 38px;
    height: 38px;
    vertical-align: baseline;
}

@-webkit-keyframes weuiLoading {
    0% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
    }

    100% {
        -webkit-transform: rotate3d(0, 0, 1, 360deg);
        transform: rotate3d(0, 0, 1, 360deg);
    }
}

@keyframes weuiLoading {
    0% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
    }

    100% {
        -webkit-transform: rotate3d(0, 0, 1, 360deg);
        transform: rotate3d(0, 0, 1, 360deg);
    }
}

@media screen and (max-width:1400px) {
    .body1 .home .box .ct {
        top: 48%;
    }

    .body1 .home .box .ct .right h4 {
        font-size: 17px;
    }

    .body1 .home .box .ct .right a {
        font-size: 14px;
        height: 30px;
        line-height: 30px;
    }
}

@media screen and (max-width:1000px) {
    .nav>li {
        margin-right: 4px;
    }

    .navbar-nav>li>a {
        font-size: 14px;
    }
}

@media screen and (max-width:900px) {
    .body1 .home .box .ct {
        top: 38%;
        padding: 8px 0;
    }

    .body1 .home .box .ct .right h4 {
        font-size: 15px;
    }

    .body1 .home .box .ct .right a {
        font-size: 11px;
        height: 30px;
        line-height: 30px;
    }

    .body1 .home .box .ct img {
        display: none;
    }
}


@media screen and (max-width:767px) {
    body {
        overflow-x: hidden;
    }

    .on-pc {
        display: none !important;
    }

    .on-phone {
        display: block !important;
    }

    .body2 .ct2 .item {
        display: unset;
        width: 100%;
    }

    .body2 .ct2 .item2 {
        flex-wrap: wrap;
    }

    .body2 .ct2 .item2>div:first-child {
        min-height: 450px;
    }

    .body2 .ct2 .item2>div {
        width: 98%;
        margin: 0 auto;
        min-height: 400px;
        padding-bottom: 10px;
    }

    .body2 .ct2 .item2>div .fct p {
        padding: 2px 0;
        line-height: 1.2;
    }

    .body2 .ct2 .item2>div .fct {
        left: 5%;
        width: 90%;
    }

    .body2 .ct2 .item2>div .fct2 {
        width: 90%;
    }

    .body2 .ct2 .item .fck1 p {
        width: 90%;
        margin: 10px auto;
    }

    .on-404 {
        height: 60vh;
    }

    .on-404 img {
        width: 50%;
        margin-top: 5vh;
    }

    .on-404 a {
        width: 48%;
        font-size: 18px;
        height: 50px;
        line-height: 50px;
    }

    .slide {
        margin-top: 40px;
    }

    .text-r {
        text-align: left;
    }

    .bottom-line {
        height: 1px;
        width: 30px;
    }

    .main-footer .flex-bri {
        justify-content: center;
    }

    .main-footer .flex-bri>img {
        width: 100px;
        height: 100px;
    }

    .footer .footer-menu ul {
        text-align: left;
        margin-top: 10px;
    }

    .page-wrap .r {
        /* display: none; */
        /* padding: 0; */
    }

    .home .qr {
        width: 90px;
    }

    .home .img-box>img:last-child {
        right: 0;
        left: unset;
        width: 150px;
        top: 1px;
        z-index: 0;
    }

    .home .img-box>img:nth-last-of-type(2) {
        right: 30%;
        left: unset;
        width: 85px;
        top: 28px;
        z-index: 1;
    }

    .home .img-box>img:first-child {
        width: 80px;
        right: 44%;
        left: unset;
        top: 45px;
        z-index: 2;
    }

    .ct-phone {
        margin-top: 0;
    }

    .page-wrap {
        margin-top: 50px;
    }

    .body3 .page-wrap {
        margin-top: 50px;
        background: #F4F4F4;
    }

    .page-wrap .l {
        margin-top: 0;
    }

    .rowri {
        margin-top: 70px;
    }

    .viewShow {
        margin-top: 0;
    }

    .itemm>div {
        border-bottom: 1px solid #ddd;
        margin-bottom: 20px;
    }

    .itemm>div:last-child {
        border-bottom: none;
        margin-bottom: 0;
    }

    .w100p {
        height: 200px;
    }

    .navbar-default .navbar-nav>li>a {
        color: #333;
    }

    .navbar-nav {
        height: 100%;
        margin-top: 0;
    }

    .navbar {
        height: 50px;
    }

    .navbar>.box {
        margin: 0 auto;
        width: 96%;
        padding: 0;
    }

    .nav>li {
        height: 49px;
        line-height: 49px;
    }

    .nav>li.active {
        background: #EEEEEE;
        margin-right: 0;
    }

    .navbar-default .navbar-nav>.active>a,
    .navbar-default .navbar-nav>.active>a:hover,
    .navbar-default .navbar-nav>.active>a:focus .nav>li a {
        display: inline;
        color: #333 !important;
        font-size: 17px;
    }

    .navbar-default .navbar-toggle .icon-bar {
        background: #DBDBDB;
    }

    .logo {
        width: 100px;
    }


    .desc {
        background: #F9F9F9;
        min-height: 158px;
        padding-top: 6px;
    }

    .desc .lft {
        margin-top: 10px;
    }

    .desc .lft h4 {
        font-size: 14px;
        font-weight: bold;
        margin: 6px 0;
    }

    .desc .lft p {
        font-size: 12px;
    }

    .desc .rgt {
        background: rgba(0, 0, 0, 0.1);
        width: 44%;
        margin-left: 3%;
        margin-top: 14px;
    }

    .desc .rgt h4 {
        font-size: 14px;
        margin: 8px 0;
    }

    .desc .img {
        width: 56px;
    }

    .main-footer .flex-bri .b {
        padding: 0;
        margin-left: 4px;
    }

    .main-footer .flex-bri .b div:first-child {
        margin-bottom: 10px;
    }

    .download-btn {
        width: 89px;
        height: 24px;
    }

    .download-btn>a {
        font-size: 13px;
    }

    .flex-bri {
        margin-top: 0;
    }

    .time-line .col-sm-4 {
        width: 100%;
    }

    .sss {
        margin: 0;
    }

    .carousel-control {
        font-size: 30px;
    }

    .time-line .row>div {
        width: 90%;
        margin-left: 5%;
    }

    .bb-tit {
        margin-top: 30px;
    }

    .msk {
        position: fixed;
        top: 50px;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.4);
        z-index: -1;
    }

    .navbar-default .navbar-collapse,
    .navbar-default .navbar-form {
        background: #fff;
    }

    .body3 .btm,
    .body2 .btm {
        margin-top: 0;
    }

    .aboutUs {
        margin-top: 0;
    }

    .aboutUs .card-box {
        height: unset;
    }

    .aboutUs .card-box .flex {
        bottom: -10px;
    }

    .aboutUs .card-box .status {
        top: -28px;
    }

    .aboutUs .card-box h4 {
        padding-bottom: 10px;
        margin: 12px auto 12px auto;
        font-size: 20px;
    }

    .aboutUs .card-box p {
        font-size: 16px;
        font-weight: bold;
    }

    .aboutUs img {
        width: 60px;
    }

    .comn-title .top {
        align-items: baseline;
    }

    .comn-title .top img {
        width: 18px;
        height: 14px;
    }

    .comn-title .top span {
        font-size: 20px;
        font-weight: bold;
    }

    .comn-title strong {
        font-size: 18px;
    }

    .comn-title p {
        width: 80%;
        font-size: 12px;
    }

    .carousel-indicators {
        bottom: 0;
    }

    .bibleGrid-row .list-box ul {
        justify-content: center;
    }

    .slide-ct {
        height: 340px;
        min-height: unset;
        padding-bottom: 20px;
        padding-right: 0;
    }

    .slide-img {
        min-height: 340px;
        display: flex;
        align-items: center;
        padding: 0;
    }

    .slide-img>img {
        width: 100%;
        margin-top: -20px;
    }

    .slide-ct li>.rt h4 {
        font-size: 16px;
        margin: 0;
    }

    .slide-ct li>.rt h4 img {
        display: inline-block !important;
        width: 13%;
        margin-right: 4px;
    }

    .slide-ct li>.rt {
        width: 100%;
    }

    .slide-ct li>.rt p {
        font-size: 13px;
        color: #666;
        margin: 0;
    }

    .tree {
        width: 100%;
        overflow-x: hidden;
        margin: 20px auto 0 auto;
    }

    .tree .line {
        height: 85%;
    }

    .tree .item {
        width: 50%;
        margin-left: 51%;
        margin-bottom: 40px;
    }

    .tree .item:last-child {
        margin-bottom: 10px;
    }

    .tree .item.left {
        margin-left: -1%;
        justify-content: flex-end;
    }

    .tree .item.left .text {
        left: -10%;
    }

    .tree .item .text {
        height: 44px;
        line-height: unset;
        min-width: 150px;
        left: 10%;
    }

    .tree .item .text .arrow {
        top: 22%;
    }

    .tree .item .text .place {
        width: 150px;
    }

    .tree .item .text .place span {
        font-size: 12px;
        display: inline-block;
        width: 100%;
    }

    .tree .item .text .place strong {
        font-size: 14px;
    }

    .tree .item {
        justify-content: flex-start;
    }

    .aboutUs .card-box .flex span {
        font-size: 12px;
    }

    .body1 .home {
        margin-top: 50px;
    }

    .body1 .home .box .ct {
        right: 6%;
        width: 36%;
        top: 45%;
        flex-wrap: wrap;
        padding: 8px 0;
    }

    .body1 .home .box .ct>h4 {
        color: #fff;
        font-size: 12px;
        text-align: center;
        margin: 4px auto;
    }


    .body1 .home .box .ct .right {
        margin-left: 4%;
    }

    .body1 .home .box .ct .right h4 {
        font-size: 14px;
    }

    .body1 .home .box .ct .right a {
        font-size: 11px;
        height: 24px;
        line-height: 24px;
        width: 100%;
    }

    .body1 .home .box .ct .right a:first-of-type {
        margin: 7px 0;
    }

    .body2 .ct {
        margin: 20px 0;
    }

    .body2 .ct .item {
        padding: 0;
        margin-bottom: 0;
    }

    .body2 .ct .item .text h4 {
        font-size: 16px;
    }

    .body2 .ct .item .text .bottom-line {
        margin: 10px 0;
    }

    .body2 .ct .item .text p {
        font-size: 14px;
    }

    .list-style {
        margin-right: 10px;
    }

    .bible-catalog .leftP,
    .bible-catalog .rightP {
        margin: 50px auto 0 auto;
    }

    .bible-ct .menu>ul>li>.list,
    .bible-ct .menu>ul>li>.set {
        bottom: 60px;
    }

    .bible-ct .menu ul {
        width: 100%;
        justify-content: space-around;
    }

    .bible-ct .menu>ul>li {
        width: 30%;
        border: unset;
        margin-left: unset;
        flex-wrap: wrap;
    }

    .bible-ct .menu>ul>li>span {
        display: block;
        width: 100%;
        margin-top: 4px;
    }

    .bible-ct .menu>ul>li img {
        margin: 0;
    }

    .bible-ct .menu>ul>li>.set {
        right: 2%;
    }

    .bible-ct .main-body {
        height: 460px;
    }

    .bible-ct .content>.left,
    .bible-ct .content>.center,
    .bible-ct .content>.right {
        min-height: 400px;
    }

    .bible-ct .content>.left,
    .bible-ct .content>.right {
        display: none;
    }

    .bible-ct .content {
        padding: 0;
        overflow-x: hidden;
    }

    .bible-ct .content>.center {
        width: 100%;
        overflow-x: hidden;
    }

    .bible-ct .content>.center>.arrow {
        position: absolute;
        top: 50%;
    }

    .bible-ct .content>.center>.arrow.left {
        left: 6%;
    }

    .bible-ct .content>.center>.arrow.right {
        right: 5%;
    }

    .bible-ct .arrow:after {
        border: 3px solid #666;
        width: 14px;
        height: 14px;
    }

    .bible-ct .menu {
        height: 50px;
        position: fixed;
        bottom: 0;
    }

    .bible-ct .menu ul {
        margin: 0;
    }

    .bible-ct {
        min-height: unset;
        overflow: hidden;
    }

    .bible-ct .row {
        overflow-x: hidden;
    }

    .bible-catalog {
        width: 100%;
        display: block;
        margin: 0 auto;
        background: #F4F4F4;
    }

    .bible-catalog .centerP {
        display: none;
    }

    .bible-catalog>span {
        top: 0;
    }

    .bible-catalog .leftP h2,
    .bible-catalog .rightP h2 {
        text-align: center;
        color: #333;
        font-size: 20px;
    }


    .body3 .ct {
        height: unset;
        display: unset;

    }

    .body3 .ct>div .top h4 {
        font-size: 22px;
    }

    .body3 .ct>div div strong {
        font-size: 18px;
    }

    .body3 .ct>div div p {
        font-size: 16px;

    }

    .body3 .ct>div {
        align-items: flex-start;
        height: 200px;
    }

    .body3 .ct>div.last {
        height: unset;
    }

    .body3 .btm {
        margin-top: 0;
    }

    .bible-ct .arrow.left,
    .bible-ct .arrow.right {
        width: 44px;
        height: 44px;
    }


    .footer {
        display: none;
    }

    .footer2 {
        display: block;
    }
}


.hide {
    display: none !important;
}