/* --------------------index------------------------ */
/* --------------------header----------------------- */
.header-phone {
    width: 100%;
    height: 1.04rem;
    background: #fff;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    padding: 0 0.36rem 0 0.46rem;
    position: sticky;
    top: 0;
    z-index: 90;
}

.logo_phone {
    width: 3.04rem;
    height: 0.58rem;
}

.header_option {
    display: inline-flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.header_option a {
    display: inline-block;
    margin-left: 0.54rem;
}

.loginBtns {
    width: 0.42rem;
    height: 0.42rem;
    background: url(../img/loginBtn.png) no-repeat;
    background-size: 100% 100%;
}

.navBtn {
    width: 0.4rem;
    height: 0.4rem;
    background: url(../img/navBtn.png) no-repeat;
    background-size: 100% 100%;
}

/* ------------------------banner------------------ */
.banner-phone {
    width: 100%;
    height: 4.94rem;
}

.banner-phone .swiper-slide>img {
    width: 100%;
}

.banner-phone .bannerContext {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    left: 0;
    margin: 0;
    padding: 1.54rem 0 0 0.7rem;
    justify-content: flex-start;
}

.banner-phone .bannerContext h5 {
    font-weight: bold;
    font-size: 0.4rem;
    color: #FFFFFF;
    line-height: 0.54rem;
}

.banner-phone .bannerContext p {
    font-size: 0.24rem;
    color: #FFFFFF;
    line-height: 0.34rem;
    margin: 0.14rem 0 0.58rem;
}

.banner-phone .bannerContext a {
    width: 1.36rem;
    height: 0.44rem;
    background: #F1A832;
    font-weight: 500;
    font-size: 0.2rem;
    color: #FFFFFF;
    line-height: 0.44rem;
}

.banner-phone .swiper-pagination-bullet {
    width: 0.12rem;
    height: 0.12rem;
    background: #D8D8D8;
    opacity: 1;
}

.banner-phone .swiper-pagination-bullet-active {
    width: 0.32rem;
    height: 0.12rem;
    background: #FFFFFF;
    border-radius: 0.06rem;
}

/* ----------------------标题---------------------- */
.indexTite-phone {
    text-align: center;
    position: relative;
    margin: 0.4rem 0;
    text-align: center;
    font-size: 0.32rem;
    padding-bottom: 0.2rem;
}

.indexTite-phone::after {
    content: '';
    position: absolute;
    left: 50%;
    margin-left: -0.53rem;
    bottom: 0;
    width: 1.06rem;
    height: 0.04rem;
    background: #1147D4;
}

.indexTite-phone p {
    font-weight: bold;
    font-size: 0.32rem;
    color: #333333;
    line-height: 0.44rem;
    margin: 0;
    padding: 0;
}

.indexTite-phone span {
    font-size: 0.24rem;
    color: #999999;
    line-height: 0.34rem;
    margin: 0;
    padding: 0;
}

/* 轻应用 */
.lightApp-phone {
    width: 100%;
}

.lightApp-phone .swiper-slide {
    box-sizing: border-box;
    padding: 0 0.4rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-bottom: 0.4rem;
}

.laPhone-item {
    width: 3.15rem;
    height: 3.15rem;
    position: relative;
    margin-bottom: 0.4rem;
}

.laPhone-item::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    opacity: 0.4;
}

.laPhone-item img {
    width: 100%;
    height: 100%;
    display: block;
}

.laPhone-context {
    position: absolute;
    bottom: 0.4rem;
    left: 0.36rem;
    z-index: 10;
    font-size: 0.24rem;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.laPhone-context>img {
    width: 0.44rem;
    height: 0.44rem;
    margin-right: 0.08rem;
}

.laPhone-context span {
    font-weight: 500;
    font-size: 0.24rem;
    color: #FFFFFF;
    line-height: 0.34rem;
}

.lightApp-phone .swiper-pagination-bullet,
.proApp-pagination .swiper-pagination-bullet {
    width: 0.12rem;
    height: 0.12rem;
}

.lightApp-phone .swiper-pagination-bullet-active,
.proApp-pagination .swiper-pagination-bullet-active {
    width: 0.32rem;
    background: #1147D4;
    border-radius: 6px;
}

/* 专业应用 */
.proApp-phone {
    width: 6.7rem;
    margin: 0 auto;
}

.proApp-phone .swiper-slide {
    position: relative;
}

.proApp-phone .swiper-slide>img {
    width: 100%;
    height: 100%;
}

.proApp-pagination {
    position: relative;
    font-size: 0.2rem;
}

.proApp-context {
    position: absolute;
    top: 0.8rem;
    left: 0.74rem;
    right: 0;
    bottom: 0;
    z-index: 10;
}

.proApp-context h5 {
    font-weight: bold;
    font-size: 0.4rem;
    color: #333333;
    line-height: 0.54rem;
}

.proApp-context p {
    margin: 0.4rem 0;
    font-size: 0.24rem;
    color: #666666;
    line-height: 0.34rem;
}

.proApp-context a {
    display: block;
    width: 1.36rem;
    height: 0.44rem;
    background: #1147D4;
    text-align: center;
    line-height: 0.44rem;
    font-weight: 500;
    font-size: 0.2rem;
    color: #FFFFFF;
}

/* 定制开发 */
.designCon-phone {
    padding: 0 0 0 0.4rem;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.designPhoneItem {
    width: 3.16rem;
    height: 4.16rem;
    margin: 0 0.38rem 0.4rem 0;
    position: relative;
}

.designPhoneItem>img {
    width: 100%;
    height: 100%;
}

.designPhoneContext {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    padding: 0.68rem 0.4rem 0 0.5rem;
}

.designPhoneContext h5 {
    height: 1.08rem;
    font-weight: 500;
    font-size: 0.4rem;
    color: #FFFFFF;
    line-height: 0.54rem;
    margin-bottom: 0.4rem;
}

.designPhoneContext p {
    font-size: 0.24rem;
    color: #FFFFFF;
    line-height: 0.34rem;
    text-align: left;
    font-style: normal;
}

/* 客户案例 */
.partner-phone {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding: 0 0 0 0.27rem;
}

.ppItem {
    width: 2.32rem;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 0.22rem;
}

.ppItem>img {
    width: 2.08rem;
    height: 0.84rem;
    margin: 0 0 0.12rem;
}

.ppItem p {
    font-size: 0.24rem;
    color: #333333;
    line-height: 0.34rem;
}

/* footer */
.footer-phone {
    background: #2C2D2E;
    padding: 0.6rem 0;
    text-align: center;
}

.footer-phone h5 {
    font-weight: 500;
    font-size: 0.32rem;
    color: #FFFFFF;
    line-height: 0.44rem;
}

.footer-phone p {
    margin: 0.4rem 0 0.2rem;
    font-size: 0.28rem;
    color: #FFFFFF;
    line-height: 0.4rem;
}

.footer-phone p:last-child {
    margin: 0;
}

.footer-phone p a,
.footer-phone p a:hover {
    color: #FFFFFF;
}

/* 轻应用页面 */
.bannerCon-phone {
    width: 100%;
    height: 2.6rem;
    background: url(../img/qyy_img.png) no-repeat;
    background-size: 100% 100%;
    font-size: 0.2rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 0.6rem 0.4rem;
    box-sizing: border-box;
}

.bannerCon-phone h5 {
    font-weight: bold;
    font-size: 0.4rem;
    color: #FFFFFF;
    line-height: 0.54rem;
    margin-bottom: 0.28rem;
}

.bannerCon-phone p {
    font-size: 0.2rem;
    color: #FFFFFF;
    line-height: 0.28rem;
}

.secondInfo-phone {
    margin: 0 0.4rem;
}

.secondInfo-phone p {
    font-size: 0.24rem;
    color: #333333;
    line-height: 0.34rem;
    margin-bottom: 0.2rem;
}

.secondInfo-phone h5 {
    font-size: 0.3rem;
    margin-bottom: 0.2rem;
}

.secondInfo-phone img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

.applycationImg-phone {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-bottom: 0.2rem;
}

.aimg-item {
    width: 3.2rem;
    /* height: 2.4rem; */
    margin: 0.2rem 0.3rem 0 0;
}

.aimg-item img {
    width: 100%;
    /* height: 100%; */
}

.aimg-item:nth-child(2n) {
    margin: 0.2rem 0 0;
}

.applyEffectCon-phone {
    margin: 0 0.4rem;
}

.applyEffectCon-phone img {
    width: 100%;
    display: block;
    margin: 0 0 0.4rem;
}

/* 专业应用页面 */
.banner-proApp h5 {
    font-weight: bold;
    font-size: 0.4rem;
    color: #1147D4;
    line-height: 0.54rem;
}

.banner-proApp p {
    font-size: 0.2rem;
    color: #333333;
    line-height: 0.28rem;
}

/* 下拉 */
.shade {
    position: fixed;
    top: 1.04rem;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 99;
    background: #000;
    opacity: 0.3;
    display: none;
}

.loginArea-phone {
    width: 100%;
    position: fixed;
    left: 0;
    top: 1.04rem;
    background: #fff;
    z-index: 100;
    border-top: 2px #f2f2f2 solid;
    padding: 0.72rem 0;
    display: none;
}

.hotline-phone {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.hotline-phone img {
    width: 0.28rem;
    height: 0.28rem;
    margin-right: 0.16rem;
}

.hotline-phone span {
    font-weight: 500;
    font-size: 0.32rem;
    color: #EA3E3E;
    line-height: 0.44rem;
    text-align: left;
    font-style: normal;
    text-transform: uppercase;
}

.loginBtns-phone {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 0.5rem;
}

.loginBtns-phone a {
    width: 1.76rem;
    height: .64rem;
    border: 2px solid #3B69E2;
    box-sizing: border-box;
    background-color: #fff;
    font-size: 0.28rem;
    color: #3B69E2;
    line-height: 0.64rem;
    text-align: center;
    margin: 0 0.1rem;
}

.loginBtns-phone a:first-child {
    background: #1147D4;
    color: #fff;
    border-color: #1147D4;
}

.navList-phone {
    width: 100%;
    position: fixed;
    left: 0;
    top: 1.04rem;
    background: #fff;
    z-index: 100;
    border-top: 2px #f2f2f2 solid;
    padding: 0.25rem 1rem;
    display: none;
    box-sizing: border-box;
}

.navList-phone ul {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.navList-phone ul li {
    width: 33.3%;
    text-align: center;
    margin: 0.35rem 0;
    font-size: 0.2rem;
}

.navList-phone ul li a {
    font-size: 0.3rem;
    color: #333333;
    line-height: 0.42rem;
    text-align: right;
    font-style: normal;
}

/* 应用分类 */
.classBox-phone {
    width: 100%;
    height: 1rem;
    background: #fff;
}

.classBox-phone ul {
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
    overflow-x: scroll;
    padding-right: 0.2rem;
}

.classBox-phone ul li {
    margin-left: 0.4rem;
    font-size: 0.28rem;
    color: #333333;
    white-space: nowrap;
}

.classBox-phone ul li.active {
    color: #1147D4;
}

.classBox-phone ul::-webkit-scrollbar {
    display: none;
}

.classItems-phone {
    background: #f7f7f7;
    padding-bottom: 0.4rem;
}

.className-phone {
    text-align: center;
    font-weight: bold;
    font-size: 0.32rem;
    color: #333333;
    line-height: 0.44rem;
    padding: 0.4rem 0;
}

.classInnerlist-phone {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding: 0 0.4rem;
    width: 100%;
    box-sizing: border-box;
}

.classInneritem-phone {
    width: 3.24rem;
    min-height: 3.8rem;
    box-sizing: border-box;
    padding: 0.24rem;
    margin: 0 0.22rem 0.2rem 0;
    background: #fff;
}

.classInneritem-phone:nth-child(2n) {
    margin: 0 0 0.2rem;
}

.classInneritemPic-phone {
    width: 2.76rem;
    height: 2.02rem;
    overflow: hidden;
}

.classInneritemPic-phone img {
    width: 100%;
}

.classInneritemName-phone {
    margin: 0.24rem 0 0.1rem;
    font-weight: bold;
    font-size: 0.3rem;
    color: #333333;
    line-height: 0.42rem;
}

.classInneritemSlogan-phone {
    font-size: 0.2rem;
    color: #666666;
    line-height: 0.28rem;
}