html,body{
    max-width: 750px;
    margin: 0 auto;
}

body {
    background: #eff1f6;
}

.plr40 {
     margin-top: 20px;
    position: relative;
    padding: 0 0.4rem;
    z-index: 99;
}

.img-block {
    display: block;
    width: 100%;
}

.lm-bt {
    font-size: 0.34rem;
    font-weight: bold;
    color: #f59831;
    text-align: center;
    line-height: 1.5;
    padding: 0.2rem 0;
}
.lm-bt-sub {
    font-size: 0.28rem;
    text-align: center;
    margin-top: -0.25rem;
}

.lm-xx {
    display: block;
}
.lm-xx p {
    font-size: 0.28rem;
    line-height: 0.46rem;
    margin-bottom: 0.1rem;
}
.lm-xx p:last-child {
    margin-bottom: 0;
}

.lm-xx p img {
    display: block;
    width: 100%;
}


.two-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 0.2rem;
    margin-top: 0.5rem;
    margin-bottom: -0.3rem;
}

.two-btn a {
    flex: 1;
    margin: 0 0.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 0.1rem;
    -webkit-border-radius: 0.1rem;
    -moz-border-radius: 0.1rem;
    -ms-border-radius: 0.1rem;
    -o-border-radius: 0.1rem;
    padding: 0.25rem 0;
    box-shadow: 0 3px 5px rgba(119,131,160,.2);
}

.two-btn a img {
    display: block;
    width: 0.8rem;
    height: 0.8rem;
}

.two-btn a span {
    font-size: 0.32rem;
    font-weight: bold;
}



.msg-btn {
    padding: 0.6rem 0.4rem;
}
.msg-btn a {
    display: block;
    width: 100%;
    border-radius: 0.1rem;
    background: #f59831;
    font-size: 0.32rem;
    color: #fff;
    text-align: center;
    line-height: 0.92rem;
    -webkit-border-radius: 0.1rem;
    -moz-border-radius: 0.1rem;
    -ms-border-radius: 0.1rem;
    -o-border-radius: 0.1rem;
    box-shadow: 0 3px 5px rgba(119,131,160,.2);
}

.tab-placeholder {
    height: 1.2rem;
    background: transparent;
}
.tab-bar {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1.2rem;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}
.tab-bar li {
    width: 25%;
    box-sizing: border-box;
    padding: 0 0.1rem;
}
.tab-bar li a {
    display: block;
    width: 100%;
    height: 1.2rem;
}
.tab-bar li.icon01 a {
    background: url('./../img/tab_icon01.png') center no-repeat;
    background-size: 0.54rem 0.54rem;
}
.tab-bar li.icon01.active a {
    background: url('./../img/tab_icon01_h.png') center no-repeat;
    background-size: 0.54rem 0.54rem;
}
.tab-bar li.icon02 a {
    background: url('./../img/tab_icon02.png') center no-repeat;
    background-size: 0.54rem 0.54rem;
}
.tab-bar li.icon02.active a {
    background: url('./../img/tab_icon02_h.png') center no-repeat;
    background-size: 0.54rem 0.54rem;
}
.tab-bar li.icon03 a {
    background: url('./../img/tab_icon03.png') center no-repeat;
    background-size: 0.54rem 0.54rem;
}
.tab-bar li.icon03.active a {
    background: url('./../img/tab_icon03_h.png') center no-repeat;
    background-size: 0.54rem 0.54rem;
}
.tab-bar li.icon04 a {
    background: url('./../img/tab_icon04.png') center no-repeat;
    background-size: 0.54rem 0.54rem;
}
.tab-bar li.icon04.active a {
    background: url('./../img/tab_icon04_h.png') center no-repeat;
    background-size: 0.54rem 0.54rem;
}


.ny-banner {
    width: 100%;
}
.ny-banner img {
    display: block;
    width: 100%;
}


/* 首页 */
.index-banner .swiper-pagination {
    display: flex;
    left: 0;
    bottom: 0;
}

.index-banner .swiper-pagination .swiper-pagination-bullet {
    margin: 0;
    flex: 1;
    width: auto;
    height: 0.08rem;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    background: #63656a;
    opacity: .8;
}
.index-banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #fbb931;
}

.index-banner img {
    display: block;
    width: 100%;
    height: 3.52rem;
}

.index-nav {
    width: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 0.2rem;
    background: #fff;
}
.index-nav li {
    margin: 0.2rem 0;
    width: 33.33%;
    box-sizing: border-box;
    padding: 0 0.2rem;
}
.index-nav li a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.index-nav li a img {
    display: block;
    width: 0.95rem;
    height: 0.95rem;
}
.index-nav li a span {
    line-height: 0.5rem;
    font-size: 0.28rem;
    color: #000;
}

.index_xxInfo {
    width: 100%;
    background: url('./../img/index_xxbg.png') no-repeat;
    background-size: cover;
    box-sizing: border-box;
    padding: 0.2rem 0.4rem 0.4rem 0.4rem;
}
.index_xxInfo .title {
    font-size: 0.34rem;
    font-weight: bold;
    color: #fff;
    line-height: 0.58rem;
    margin-bottom: 0.08rem;
}
.index_xxInfo .info {
    font-size: 0.28rem;
    color: #fff;
    line-height: 0.46rem;
}

.index-fangan {
    width: 100%;
    box-sizing: border-box;
    padding: 0 0.4rem;
    margin-bottom: 0.3rem;
}
.index-fangan img {
    display: block;
    width: 100%;
    box-shadow: 0 3px 5px rgba(119,131,160,.2);
}

.solution-banner .swiper-pagination {
    display: flex;
    left: 0;
    bottom: 0;
}

.solution-banner .swiper-pagination .swiper-pagination-bullet {
    margin: 0;
    flex: 1;
    width: auto;
    height: 0.08rem;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    background: #63656a;
    opacity: .8;
}
.solution-banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #fbb931;
}

.solution-banner img {
    display: block;
    width: 100%;
    height: 3.52rem;
}

.solution-area {
    display: block;
    position: relative;
    margin-bottom: 0.4rem;
    box-shadow: 0 3px 5px rgba(119,131,160,.2);
}

.solution-area img {
    display: block;
    width: 100%;
}
.solution-area01 {

}

.solution-area p {
    position: absolute;
    top: 1.1rem;
    box-sizing: border-box;
    padding: 0 0.35rem;
    font-size: 0.25rem;
    line-height: 0.45rem;
}
.solution-area04 p {
    top: 2.7rem;
    padding: 0 0.2rem;
}


/* 关于veeva */
.about-banner .swiper-pagination {
    bottom: 0.25rem;
}
.about-banner .swiper-pagination .swiper-pagination-bullet {
    background: #dbdcdc;
    opacity: .8;
}
.about-banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #fbb931;
}
.about-banner img {
    display: block;
    width: 100%;
    height: 3.3rem;
}

.about01 {
    height: 1.2rem;
    background: url('./../img/aboutus01.png') no-repeat;
    background-size: cover;
    color: #fff;
    text-align: center;
    font-size: 0.32rem;
    line-height: 1.2rem;
}

.about-bt {
    padding: 0.3rem 0;
    font-size: 0.34rem;
    color: #f59831;
    font-weight: bold;
    margin-top: 0.2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.about-bt em {
    font-size: 0.24rem;
    color: #f59831;
}

.about-bt-sm {
    font-size: 0.28rem;
}
.about-bt02 {
    padding: 0.2rem 0;
    font-size: 0.3rem;
    color: #f59831;
    font-weight: bold;
    margin-top: 0.2rem;
}

.aboutxx {
    border: 1px solid #d6e0e8;
    padding: 0.2rem 0.3rem;
    background: #fff;
    border-radius: 0.15rem;
    -webkit-border-radius: 0.15rem;
    -moz-border-radius: 0.15rem;
    -ms-border-radius: 0.15rem;
    -o-border-radius: 0.15rem;
}
.aboutxx p {
    font-size: 0.28rem;
    line-height: 0.46rem;
    margin-bottom: 0.1rem;
}
.aboutxx p img {
    display: block;
    width: 100%;
}

.aboutxx02 {
}
.aboutxx02 img {
    display: block;
    width: 100%;
}

.aboutxx03 {
    background: #fff;
    padding: 0.2rem 0.3rem;
    border-radius: 0.15rem;
    -webkit-border-radius: 0.15rem;
    -moz-border-radius: 0.15rem;
    -ms-border-radius: 0.15rem;
    -o-border-radius: 0.15rem;
    box-shadow: 0 3px 5px rgba(119,131,160,.2);
}
.aboutxx03 img {
    display: block;
    width: 100%;
}

.about-notop {
    border-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}


/* 解决方案 */
.sol-title {
    font-size: 0.34rem;
    font-weight: bold;
    padding: 0.1rem 0;
}
.sol-info {
    padding: 0.1rem 0;
    font-size: 0.28rem;
    line-height: 0.46rem;
}

.business_pic01 {
    margin: 0.2rem -0.4rem;
}

.orange-border {
    border: 1px solid #f7b874;
    padding: 0.2rem 0.3rem;
    background: #fff;
    border-radius: 0.15rem;
    -webkit-border-radius: 0.15rem;
    -moz-border-radius: 0.15rem;
    -ms-border-radius: 0.15rem;
    -o-border-radius: 0.15rem;
    box-shadow: 0 3px 5px rgba(119,131,160,.2);
    margin-bottom: 0.3rem;
}

.orange-border .orange-bt {
    font-size: 0.34rem;
    color: #f59831;
    font-weight: bold;
    line-height: 0.5rem;
    padding: 0.1rem 0;
}

.orange-border .gray-bt {
    font-size: 0.34rem;
    font-weight: bold;
    line-height: 0.5rem;
    padding: 0.1rem 0;
}

.panel-list {}
.panel-list li {
    border-bottom: 1px solid #d9e2ea;
}

.panel-list li:last-child {
    border-bottom: 0;
}
.panel-list li .panel-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.2rem 0;
}
.panel-list li .panel-item div {
    flex: 1;
}
.panel-list li .panel-item div p {
    font-size: 0.28rem;
    line-height: 1.5;
}
.panel-list li .panel-item div p:nth-child(1) {
    font-size: 0.3rem;
    font-weight: bold;
    margin-bottom: 0.2rem;
}
.panel-list li .panel-item .arrow-right {
    display: block;
    width: 0.4rem;
    height: 0.4rem;
    margin-left: 0.2rem;
}

.sfa-tit {
    font-size: 0.34rem;
    font-weight: bold;
    color: #f59831;
    padding: 0.4rem 0 0.3rem 0.4rem;
}
.sfa-tit-gray {
    font-size: 0.3rem;
    font-weight: bold;
    padding: 0 0 0.3rem 0.4rem;
    line-height: 0.5rem;
}

.sfa-box {}
.sfa-box p:nth-child(1) {
    color: #f59831;
    font-size: 0.28rem;
    font-weight: bold;
    line-height: 0.4rem;
    margin-bottom: 0.1rem;
}
.sfa-box p:nth-child(2) {
    font-size: 0.28rem;
    font-weight: bold;
    line-height: 0.4rem;
    margin-bottom: 0.1rem;
}

.sfa-box p.more {
    text-align: center;
    margin-top: 0.2rem;
}

.sfa-box p.more a {
    display: inline-block;
    width: 2.75rem;
    height: 0.58rem;
    border-radius: 0.1rem;
    font-size: 0.28rem;
    line-height: 0.58rem;
    text-align: center;
    color: #fff;
    font-weight: bold;
    background: #f59831;
    position: relative;
}

.sfa-box p.more a img {
    position: absolute;
    top: 0.17rem;
    right: 0.15rem;
    display: block;
    width: 0.24rem;
    height: 0.24rem;
}

.sfa-ul {
    border: 1px solid #d5dfe8;
    background: #fff;
    padding: 0 0.3rem;
    border-radius: 0.15rem;
    -webkit-border-radius: 0.15rem;
    -moz-border-radius: 0.15rem;
    -ms-border-radius: 0.15rem;
    -o-border-radius: 0.15rem;
}
.sfa-ul li {
    border-bottom: 1px solid #d5dfe8;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.25rem 0;
    min-height: 1.4rem;
}
.sfa-ul li:last-child {
    border-bottom: 0;
}
.sfa-ul li img {
    display: block;
    width: 0.9rem;
    height: 0.9rem;
}
.sfa-ul li span {
    font-size: 0.34rem;
    font-weight: bold;
    width: 1.3rem;
    margin: 0 0.1rem;
}
.sfa-ul li p {
    flex: 1;
    font-size: 0.28rem;
    line-height: 0.46rem;
}

.sfa-ul2 {}
.sfa-ul2 li {
    border: 1px solid #f7b874;
    padding: 0.2rem 0.3rem;
    background: #fff;
    border-radius: 0.15rem;
    -webkit-border-radius: 0.15rem;
    -moz-border-radius: 0.15rem;
    -ms-border-radius: 0.15rem;
    -o-border-radius: 0.15rem;
    box-shadow: 0 3px 5px rgba(119,131,160,.2);
    margin-bottom: 0.3rem;
}
.sfa-ul2 li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}
.sfa-ul2 li a div {
    flex: 1;
}
.sfa-ul2 li a .icon {
    display: block;
    width: 0.9rem;
    height: 0.9rem;
    margin-right: 0.1rem;
}
.sfa-ul2 li a div {}
.sfa-ul2 li a div p {
    font-size: 0.28rem;
    line-height: 0.46rem;
}
.sfa-ul2 li a div p:nth-child(1) {
    font-weight: bold;
    font-size: 0.3rem;
}
.sfa-ul2 li a .arrow-right {
    display: block;
    width: 0.4rem;
    height: 0.4rem;
    margin-left: 0.1rem;
}


.sfa-ul3 {
    border: 1px solid #d5dfe8;
    background: #fff;
    padding: 0 0.3rem;
    border-radius: 0.15rem;
    -webkit-border-radius: 0.15rem;
    -moz-border-radius: 0.15rem;
    -ms-border-radius: 0.15rem;
    -o-border-radius: 0.15rem;
}
.sfa-ul3 li {
    border-bottom: 1px solid #d5dfe8;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.25rem 0;
    min-height: 1.4rem;
}
.sfa-ul3 li:last-child {
    border-bottom: 0;
}
.sfa-ul3 li img {
    display: block;
    width: 0.9rem;
    height: 0.9rem;
    margin: 0 0.2rem;
}
.sfa-ul3 li p img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
}

.sfa-ul3 li div {
   flex: 1;
}
.sfa-ul3 li p {
    font-size: 0.28rem;
    line-height: 0.46rem;
}
.sfa-ul3 li p:nth-child(1) {
    font-weight: bold;
    font-size: 0.3rem;
}

.sfa-ul4 {
    border: 1px solid #f7b874;
    background: #fff;
    padding: 0 0.3rem;
    border-radius: 0.15rem;
    -webkit-border-radius: 0.15rem;
    -moz-border-radius: 0.15rem;
    -ms-border-radius: 0.15rem;
    -o-border-radius: 0.15rem;
}
.sfa-ul4 li {
    border-bottom: 1px solid #d5dfe8;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.25rem 0;
    min-height: 1.4rem;
}
.sfa-ul4 li:last-child {
    border-bottom: 0;
}
.sfa-ul4 li img {
    display: block;
    width: 2.45rem;
    margin: 0 0.1rem;
}

.sfa-ul4 li p {
    flex: 1;
    font-size: 0.28rem;
    line-height: 0.46rem;
}

.sfa-ul5 {}
.sfa-ul5 li {
    border: 1px solid #f7b874;
    padding: 0.2rem 0.3rem;
    background: #fff;
    border-radius: 0.15rem;
    -webkit-border-radius: 0.15rem;
    -moz-border-radius: 0.15rem;
    -ms-border-radius: 0.15rem;
    -o-border-radius: 0.15rem;
    box-shadow: 0 3px 5px rgba(119,131,160,.2);
    margin-bottom: 0.3rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 1.4rem;
}

.sfa-ul5 li div {
    flex: 1;
}
.sfa-ul5 li .icon {
    display: block;
    width: 0.9rem;
    height: 0.9rem;
    margin-right: 0.1rem;
}
.sfa-ul5 li div p {
    font-size: 0.28rem;
    line-height: 0.46rem;
}
.sfa-ul5 li div p:nth-child(1) {
    font-weight: bold;
    font-size: 0.3rem;
}




.blue-border {
    border: 1px solid #d5dfe8;
    padding: 0.2rem 0.3rem;
    background: #fff;
    border-radius: 0.15rem;
    -webkit-border-radius: 0.15rem;
    -moz-border-radius: 0.15rem;
    -ms-border-radius: 0.15rem;
    -o-border-radius: 0.15rem;
    box-shadow: 0 3px 5px rgba(119,131,160,.2);
}

.khgl_ul {
}
.khgl_ul li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 0.1rem;
}

.khgl_ul li .dot {
    display: inline-block;
    width: 4px;
    height: 4px;
    background: #f59831;
    vertical-align: middle;
    margin-right: 0.1rem;
    margin-top: 0.18rem;
}

.khgl_ul li p {
    flex: 1;
    font-size: 0.28rem;
    line-height: 0.46rem;
} 

.blue-line {
    background: #d5dfe8;
    height: 1px;
    margin: 0.2rem 0;
}


/* CRM */
.crm-flex {
    display: flex;
    justify-content: space-between;
}

.crm-flex p {
    flex: 1;
    font-size: 0.28rem;
    line-height: 0.46rem;
}

.crm-flex .arrow-right {
    margin-top: 0.15rem;
    display: block;
    width: 0.4rem;
    height: 0.4rem;
    margin-left: .5rem;
}
.crm-flex .arrow-right2 {
    margin-top: -0.25rem;
    display: block;
    width: 0.4rem;
    height: 0.4rem;
    margin-left: .5rem;
}

.yellowbefore {
    position: relative;
}
.yellowbefore::before {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 4.5rem;
    background: #f59831;
    z-index: -1;
}
.yellowbefore .yellow, .yellowbefore .yellow p {
    color: #fff;
}

p.xxshadow { margin-bottom: 0.3rem;}


.vault-bt {
    padding: 0 0 0.2rem;
}
.vault-bt p { font-size: 0.28rem; line-height: 0.46rem;}
.vault-bt p span {
    padding: 0.1rem 0.2rem;
    background: #f59831;
    font-weight: bold;
}
.vault-bt p:nth-child(2) {
    padding-top: 0.2rem;
    padding-left: 0.2rem;
}

/* 联系我们 */

.lx-wrap {}
.lx-box {
    display: flex;
    align-items: flex-start;
    margin-bottom: 0.2rem;
}
.lx-box img {
    display: block;
    width: 0.54rem;
    height: 0.54rem;
    margin: 0 0.15rem;
    margin-top: 0.15rem;
}
.lx-box div {
    flex: 1;
}

.lx-box div p {
    color: #3e3a39;
    font-size: 0.26rem;
    padding: 0.1rem 0;
}

.lx-box div p:nth-child(2) {
    color: #f59831;
}

.ywzx-box {
    background: #fff;
    padding: 0 0.4rem 0.4rem;
}

.ywzx-box .ywzx-item {
    border: 1px solid #d1d8de;
    height: 0.92rem;
    border-radius: 0.1rem;
    -webkit-border-radius: 0.1rem;
    -moz-border-radius: 0.1rem;
    -ms-border-radius: 0.1rem;
    -o-border-radius: 0.1rem;
    margin-bottom: 0.25rem;
    box-shadow: 0 3px 5px rgba(119,131,160,.2);
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 0 0.25rem;
}

.ywzx-box .ywzx-item span {
    font-size: 0.26rem;
    color: #c0cfdc;
    margin-right: 0.15rem;
}
.ywzx-box .ywzx-item input, .ywzx-box .ywzx-item select {
    border: none;
    flex: 1;
    height: 0.9rem;
    outline: none;
    font-size: 0.26rem;
    background: transparent;
}

.ywzx-box .ywzx-btn {
    display: block;
    width: 100%;
    border-radius: 0.1rem;
    background: #f59831;
    font-size: 0.32rem;
    color: #fff;
    text-align: center;
    line-height: 0.92rem;
    -webkit-border-radius: 0.1rem;
    -moz-border-radius: 0.1rem;
    -ms-border-radius: 0.1rem;
    -o-border-radius: 0.1rem;
    box-shadow: 0 3px 5px rgb(119 131 160 / 20%);
}


.address-box {
    border: 1px solid #cad6e1;
    box-shadow: 0 3px 5px rgba(119,131,160,.2);
    border-radius: 0.1rem;
    -webkit-border-radius: 0.1rem;
    -moz-border-radius: 0.1rem;
    -ms-border-radius: 0.1rem;
    -o-border-radius: 0.1rem;
    background: #fff;
    padding-bottom: 0.15rem;
    margin-bottom: 0.4rem;
}

.address-box .address-title {
    display: flex;
    align-items: center;
    padding: 0.25rem;
    border-bottom: 1px solid #eaeff3;
}
.address-box .address-title span:nth-child(1){
    font-size: 0.26rem;
}

.address-box .address-title span:nth-child(2){
    font-size: 0.20rem;
    color: #f59831;
    margin: 0 0.22rem;
}

.address-box .address-title span:nth-child(3){
    font-weight: bold;
}

.address-box .address-info {
    display: flex;
    align-items: flex-start;
    padding: 0.1rem 0.2rem;
}

.address-box .address-info img {
    display: block;
    width: 0.28rem;
    height: 0.28rem;
    margin-top: 0.15rem;
    margin-right: 0.1rem;
}
.address-box .address-info p {
    font-size: 0.26rem;
    line-height: 0.5rem;
}



/* 所有页面留言咨询弹框 */
.lyzx-wrap {
    display: none;
}
.lyzx-wrap .lyzx-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, .5);
    z-index: 10000;
}

.lyzx-wrap .lyzx-box {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 10001;
    box-sizing: border-box;
    padding: 0 0.4rem;
    padding-bottom: 1rem;
}
.lyzx-box .title {
    font-size: 0.34rem;
    color: #f59831;
    font-weight: bold;
    line-height: 1.15rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.lyzx-box .title em {
    font-size: 0.24rem;
    color: #f59831;
    margin-right: 0.6rem;
}

.lyzx-box .lyzx-close {
    position: absolute;
    width: 0.5rem;
    height: 0.5rem;
    right: 0.32rem;
    top: 0.32rem;
}
.lyzx-box .lyzx-close img {
    display: block;
    width: 0.5rem;
}

.lyzx-box .lyzx-item {
    border: 1px solid #d1d8de;
    height: 0.92rem;
    border-radius: 0.1rem;
    -webkit-border-radius: 0.1rem;
    -moz-border-radius: 0.1rem;
    -ms-border-radius: 0.1rem;
    -o-border-radius: 0.1rem;
    margin-bottom: 0.25rem;
    box-shadow: 0 3px 5px rgba(119,131,160,.2);
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 0 0.25rem;
}

.lyzx-box .lyzx-item span {
    font-size: 0.26rem;
    color: #c0cfdc;
    margin-right: 0.15rem;
}
.lyzx-box .lyzx-item input {
    border: none;
    flex: 1;
    height: 0.9rem;
    outline: none;
    font-size: 0.26rem;
    background: transparent;
}

.lyzx-box .lyzx-item02 {
    width: 100%;
    border: 1px solid #d1d8de;
    border-radius: 0.1rem;
    -webkit-border-radius: 0.1rem;
    -moz-border-radius: 0.1rem;
    -ms-border-radius: 0.1rem;
    -o-border-radius: 0.1rem;
    box-shadow: 0 3px 5px rgba(119,131,160,.2);
    box-sizing: border-box;
    padding: 0.15rem 0.2rem;
}

.lyzx-box .lyzx-item02 span {
    font-size: 0.26rem;
    color: #c0cfdc;
    margin-bottom: 0.05rem;
}

.lyzx-box .lyzx-item02 textarea {
    width: 100%;
    height: 1.8rem;
    border: none;
    line-height: 1.5;
}

.lyzx-box .lyzx-item02 textarea::placeholder {
    color: #c0cfdc;
}

.lyzx-box .lyzx-btn {
    margin-top: 0.4rem;
    display: block;
    width: 100%;
    border-radius: 0.1rem;
    background: #f59831;
    font-size: 0.32rem;
    color: #fff;
    text-align: center;
    line-height: 0.92rem;
    -webkit-border-radius: 0.1rem;
    -moz-border-radius: 0.1rem;
    -ms-border-radius: 0.1rem;
    -o-border-radius: 0.1rem;
    box-shadow: 0 3px 5px rgb(119 131 160 / 20%);
}

.tj-box {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -0.93rem;
    margin-left: -2.6rem;
    z-index: 10003;
    width: 5.2rem;
    height: 1.86rem;
    box-sizing: border-box;
    border: 1px solid #f59831;
    padding: 0.1rem 0.25rem;
    text-align: center;
    background: #fff;
    border-radius: 0.1rem;
    -webkit-border-radius: 0.1rem;
    -moz-border-radius: 0.1rem;
    -ms-border-radius: 0.1rem;
    -o-border-radius: 0.1rem;
    display: none;
    align-items: center;
    justify-content: center;
}

.tj-box p {
    font-size: 0.36rem;
    line-height: 1.5;
}


/* 资源中心 */
.res-fixed {
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10002;
    background: #fff;
}
.res-fixed-placeloader {
    height: 2.02rem;
}
.res-search {
    padding: 0.3rem;
    padding-bottom: 0;
    position: relative;
    height: 0.62rem;
}
.res-search-input {
    position: absolute;
    left: 0.3rem;
    top: 0.3rem;
    right: 0.3rem;
    width: calc(100% - 0.62rem);
    border: 1px solid #f8ba76;
    height: 0.62rem;
    border-radius: 0.3rem;
    -webkit-border-radius: 0.3rem;
    -moz-border-radius: 0.3rem;
    -ms-border-radius: 0.3rem;
    -o-border-radius: 0.3rem;
    box-sizing: border-box;
    padding: 0 0.25rem;
    background: transparent;
    z-index: 2;
}
.res-search-btn {
    position: absolute;
    top: 0.31rem;
    left: 50%;
    margin-left: -0.6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.2rem;
    height: 0.6rem;
    color: #fce0c1;
    z-index: 1;
}
.res-search-btn.active {
    margin-left: 0;
    left: auto;
    right: 0.5rem;
    z-index: 3;
}
.res-search-btn img {
    display: block;
    width: 0.25rem;
    margin-right: 0.15rem;
}

.res-filter {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.2rem 0.3rem;
}
.res-filter li {
    margin: 0 0.3rem;
}

.res-filter li .item {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 0.7rem;
}

.res-filter li .item img {
    display: block;
    width: 0.45rem;
}

.res-filter li .item span {
    font-size: 0.27rem;
    font-weight: 500;
    margin: 0 0.1rem;
}

.res-filter li .item i {
    display: block;
    width: 0.18rem;
    height: 0.11rem;
    background: url('./../img/resources_down.png') no-repeat;
    background-size: cover;
}

.res-filter li.active .item i {
    background: url('./../img/resources_up.png') no-repeat;
    background-size: cover;
}


.res-filter li .list {
    display: none;
    position: absolute;
    width: 100%;
    left: 0;
    top: 1rem;
    background: #fff;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0.1rem 0;
    
}
.res-filter li .list a {
    display: block;
    width: 100%;
    line-height: 0.6rem;
    font-size: 0.26rem;
    margin: 0.1rem 0;
    text-align: center;
}

.res-filter li .list a.active {
    color: #5f93c0;
}

.res-filter li.active .list {
    display: flex;
}

.res-filter-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, .5);
    z-index: 10001;
    display: none;
}

.res-filter-bg.active {
    display: block;
}


.res-list {
    padding: 0.25rem 0.15rem;
}

#tiles {
    position: relative;
    margin: 0;
    padding: 0;
}

#tiles li {
    padding: 0.15rem;
}

.res-list .res-box {
    width: 3.3rem;
    border-radius: 0.1rem;
    -webkit-border-radius: 0.1rem;
    -moz-border-radius: 0.1rem;
    -ms-border-radius: 0.1rem;
    -o-border-radius: 0.1rem;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    background: #fff;
}
.res-list .res-box img {
    display: block;
    width: 100%;
}

.res-list .res-box p {
    padding: 0.15rem;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.res-list .res-box p span {
    font-size: 0.25rem;
    line-height: 0.4rem;
    height: 0.8rem;
    text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;					
	-webkit-box-orient: vertical;
    position: relative;
}

.res-list .res-box p img {
    margin-left: 0.1rem;
    margin-bottom: 0.07rem;
    /* position: absolute; */
    display: block;
    width: 0.3rem;
    height: 0.3rem;
    /* right: 0.15rem;
    bottom: 0.17rem; */
}


/* 精采活动 */
.act-fixed-placeloader {
    height: 1.1rem;
}

.act-list {
    padding: 0 0.4rem;
}

.act-list .act-bt {
    padding: 0.3rem 0;
    font-size: 0.34rem;
    color: #f59831;
    font-weight: bold;
}

.act-list .act-item {
    margin-bottom: 0.3rem;
    border: 1px solid #d5dfe8;
    background: #fff;
    border-radius: 0.1rem;
    -webkit-border-radius: 0.1rem;
    -moz-border-radius: 0.1rem;
    -ms-border-radius: 0.1rem;
    -o-border-radius: 0.1rem;
    box-shadow: 0 3px 5px rgb(119 131 160 / 20%);
    padding: 0.25rem;
    display: flex;
    align-items: center;
}

.act-list .act-item .act-img {
    width: 1.8rem;
    margin-right: 0.2rem;
}

.act-list .act-item .act-img img {
    display: block;
    width: 100%;
}

.act-list .act-item .act-info {
    flex: 1;
}
.act-info .bt {
    font-size: 0.28rem;
    font-weight: bold;
    line-height: 1.4;
}

.act-info .time {
    padding: 0.1rem 0;
}
.act-info .time span {
    display: inline-block;
    color: #5f93c0;
    font-size: 0.2rem;
    margin-right: 0.3rem;
}

.act-info .btn {
    margin-top: 0.1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.act-info .btn span {}

.act-info .btn span.over {
    width: 0.94rem;
    height: 0.32rem;
    font-size: 0.2rem;
    color: #fff;
    background: #c9caca;
    text-align: center;
    line-height: 0.32rem;
    border-top-right-radius: 0.16rem;
    border-bottom-right-radius: 0.16rem;
}

.act-info .btn a {
    display: inline-block;
    font-size: 0.24rem;
    color: #fff;
    width: 2rem;
    height: 0.56rem;
    background: #f59831;
    border-radius: 0.3rem;
    -webkit-border-radius: 0.3rem;
    -moz-border-radius: 0.3rem;
    -ms-border-radius: 0.3rem;
    -o-border-radius: 0.3rem;
    text-align: center;
    line-height: 0.56rem;
}

.act-detail {
    padding: 0.3rem 0.4rem;
}

.act-detail .bt {
    font-size: 0.34rem;
    font-weight: bold;
    line-height: 1.5;
}

.act-detail .time {
    padding: 0.15rem 0;
}
.act-detail .time span {
    display: inline-block;
    color: #8a8a8a;
    font-size: 0.22rem;
    margin-right: 0.3rem;
}
.act-detail .act-xx {
    margin-top: 0.1rem;
    background: #fff;
    border: 1px solid #d5dfe8;
    padding: 0.25rem;
    box-shadow: 0 3px 5px rgb(119 131 160 / 20%);
    border-radius: 0.1rem;
    -webkit-border-radius: 0.1rem;
    -moz-border-radius: 0.1rem;
    -ms-border-radius: 0.1rem;
    -o-border-radius: 0.1rem;
}

.act-detail .act-xx p {
    font-size: 0.26rem;
    line-height: 1.5;
    color: #3e3a39;
    margin-bottom: 0.15rem;
}
.act-detail .act-xx p img {
    display: block;
    width: 100%;
}
.act-detail .act-xx p:last-child {
    margin-bottom: 0;
}
.act-detail .fx-btn {
    margin-top: 0.5rem;
    display: block;
    width: 100%;
    border-radius: 0.1rem;
    background: #f59831;
    font-size: 0.32rem;
    color: #fff;
    text-align: center;
    line-height: 0.92rem;
    -webkit-border-radius: 0.1rem;
    -moz-border-radius: 0.1rem;
    -ms-border-radius: 0.1rem;
    -o-border-radius: 0.1rem;
    box-shadow: 0 3px 5px rgb(119 131 160 / 20%);
}

.act-detail .ch-btn {
    margin-top: 0.3rem;
    display: block;
    width: 100%;
    border-radius: 0.1rem;
    background: #7f9bc2;
    font-size: 0.32rem;
    color: #fff;
    text-align: center;
    line-height: 0.92rem;
    -webkit-border-radius: 0.1rem;
    -moz-border-radius: 0.1rem;
    -ms-border-radius: 0.1rem;
    -o-border-radius: 0.1rem;
    box-shadow: 0 3px 5px rgb(119 131 160 / 20%);
}

.share_tip {
    background: url('./../img/share-tip.png') top center no-repeat rgba(0, 0, 0, .5);
    background-size: 100% auto;
    z-index: 1000;
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    right: 0;
    display: none;
}

/* 客户案例 */
.case-fixed-placeloader {
    height: 1.22rem;
}

.case-list {
    display: flex;
    flex-wrap: wrap;
    padding: 0.25rem 0.1rem;
}

.case-list a {
    display: block;
    width: 3.3rem;
    margin: 0.15rem;
}
.case-list a img {
    display: block;
    width: 100%;
}



.case-down {
    padding: 0;
    background: transparent;
}
.case-down .ywzx-item {
    background: #fff;
}

.case-down .ywzx-item-checkbox {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    padding: 0.2rem 0;
    text-align: center;
    margin-bottom: 0.2rem;
}

.case-down .ywzx-item-checkbox span {
    margin-left: 0.1rem;
}

.case-down .ywzx-item-checkbox a {
    color: #5f93c0;
}

.case-down .bt {
    color: #f59831;
    padding-top: 0.4rem;
}

.case-down .tip {
    font-size: 0.22rem;
    margin-bottom: 0.3rem;
    margin-top: 0.15rem;
}

.result-box {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -0.93rem;
    margin-left: -2.6rem;
    z-index: 10003;
    width: 5.2rem;
    height: 1.86rem;
    box-sizing: border-box;
    border: 1px solid #f59831;
    padding: 0 0.25rem;
    text-align: center;
    background: #fff;
    border-radius: 0.1rem;
    -webkit-border-radius: 0.1rem;
    -moz-border-radius: 0.1rem;
    -ms-border-radius: 0.1rem;
    -o-border-radius: 0.1rem;
}

.result-box div{
    height: 1.86rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.result-box p.xx {
    display: flex;
    align-items: center;
    justify-content: center;
}
.result-box p.xx img {
    display: block;
    width: 0.55rem;
    margin-right: 0.15rem;
}

.result-box p.xx span {
    font-size: 0.4rem;
    font-weight: bold;
    line-height: 1;
}
.result-box p.tip {
    margin-top: 0.2rem;
    font-size: 0.22rem;
    color: #8a8a8a;
}


/* 资源详情补充 */
.down-form {
    background: transparent;
}

.down-form .down-tip {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0.3rem;
}
.down-form .down-tip span {
    font-size: 0.24rem;
}

.down-form .down-tip span:nth-child(2) {
    color: #f59831;
}

.down-form .ywzx-item {
    background: #fff;
}

.ywzx-checkbox {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.35rem;
    margin-top: 0.35rem;
}
.ywzx-checkbox input {
    margin-right: 0.15rem;
}

.ywzx-checkbox a {
    color: #056ab7;
}