* {
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}

*,
:after,
:before {
    box-sizing: border-box;
}

body,
html {
    width: 100%;
    height: 100%;
}

html {
    font-size: 625%;
}

body {
    font-size: 12px;
    font-size: 0.12rem;
    color: rgba(0, 0, 0, .65);
    --theme-color01: #0168b7;
    --theme-color02: #ff9600;
}

div,
button,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
li {
    border: 0;
    outline: 0;
    font-size: 100%;
    font: inherit;
}

ul,
li {
    list-style: none;
}

a,
a:hover,
a:active,
a:visited,
a:link,
a:focus {
    color: unset;
    outline: none;
    background: none;
    text-decoration: none;
    -webkit-user-select: none;
    -moz-user-focus: none;
    -moz-user-select: none;
}

em {
    font-style: normal;
}

/********** input ***********/
input {
    text-indent: 0;
    background: transparent;
    border: none;
    resize: none;
    outline: none;
    /*清除选中效果的默认蓝色边框 */
    -webkit-appearance: none;
    /*清除浏览器默认的样式 */
    line-height: normal;
    /*光标问题*/
}

input::-webkit-input-placeholder {
    color: #ccc;
    font-size: 0.26rem;
}

input::-moz-placeholder {
    color: #ccc;
    font-size: 0.26rem;
}

input::-ms-input-placeholder {
    color: #ccc;
    font-size: 0.26rem;
}

@media screen and (min-width:310px) and (max-width:359px) and (orientation:portrait) {
    html {
        font-size: 266.66% !important;
    }
}

@media screen and (min-width:360px) and (max-width:374px) and (orientation:portrait) {
    html {
        font-size: 300% !important;
    }
}

@media screen and (min-width:375px) and (max-width:383px) and (orientation:portrait) {
    html {
        font-size: 312.5% !important;
    }
}

@media screen and (min-width:384px) and (max-width:399px) and (orientation:portrait) {
    html {
        font-size: 320.3% !important;
    }
}

@media screen and (min-width:400px) and (max-width:413px) and (orientation:portrait) {
    html {
        font-size: 341.66% !important;
    }
}

@media screen and (min-width:414px) and (max-width:431px) and (orientation:portrait) {
    html {
        font-size: 350% !important;
    }
}

@media screen and (min-width:432px) and (max-width:479px) and (orientation:portrait) {
    html {
        font-size: 375% !important;
    }
}

@media only screen and (min-width: 480px) {
    html {
        font-size: 375% !important;
    }
}

@media only screen and (min-width: 750px) {
    html {
        font-size: 625% !important;
    }
}

/* 上面是通用 */


/****************** 菜单导航 menu-modal-wrapper *******************/
.menu-modal-wrapper{
    display: none;
}
.menu-modal-wrapper.active{
    display: block;
}
.menu-modal-mask, .menu-modal{
    position: fixed;
    top: 0;
    z-index: 999;
}
.menu-modal-mask{
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.28);
}
.menu-modal {
    right: 0;
    bottom: 0;
    width: 5.25rem;
    background: #fff;
    box-shadow: 0 -3px 10px 0 rgba(0,0,0,.1);
    -webkit-animation: slideInLeft .2s cubic-bezier(.645,.045,.355,1);
    animation: slideInLeft .2s cubic-bezier(.645,.045,.355,1);
}
@keyframes slideInLeft{
    from{right: -5.25rem;}
    to{right: 0;}
}
@-ms-keyframes slideInLeft{
    from{right: -5.25rem;}
    to{right: 0;}
}
.menu-modal-header {
    width: 100%;
    font-size: 0.24rem;
    height: 1.31rem;
    padding: 0 0.5rem;
    border-bottom: 1px solid #f4f4f5;
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
}
.menu-modal-header .title-box{
    flex: 1;
}
.menu-modal-header .title-box p{
    font-size: 0.36rem;
    color: var(--theme-color01);
    font-weight: bold;
}
.menu-modal-header .title-box p.en{
    font-size: 0.3rem;
    color: #000;
    font-weight: normal;
}
.menu-modal-header .menu-close{
    flex: none;
    height: 1.3rem;
    width: 0.5rem;
    display: flex;
    align-items: center;
}
.menu-modal-header .menu-close img{
    width: 100%;
}
.menu-modal-body {
    position: absolute;
    top: 1.3rem;
    bottom: 0;
    width: 100%;
    overflow: auto;
    padding: 0.2rem 0;
}
.menu-modal-body .nav-list .item{
    width: 100%;
    height: 0.95rem;
    border-bottom: 1px solid #f4f4f5;
}
.menu-modal-body .nav-list .item.active{
    background: #f8f8f8;
}
.menu-modal-body .nav-list .item .link-box{
    display: block;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0 0.5rem;
}
.menu-modal-body .nav-list .item .name{
    font-size: 0.3rem;
    color: #1d1d26;
}
.menu-modal-body .nav-list .item.active .name{
    color: #c8a973;
}

/****************** main-head *******************/
.main-head{
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    z-index: 200;
    width: 100%;
    height: 0.88rem;
    background-color: var(--theme-color01);
    overflow: hidden;
    max-width: 750px;
    margin: 0 auto;
}
.main-head .pic-box{
    display: inline-flex;
    /*width: 100%;*/
    height: 100%;
    align-items: center;
    justify-content: flex-start;
    padding: 0.15rem 0 0.1rem;
    padding-left: 0.2rem;
}
.main-head .pic-box img{
    height: 100%;
}
.main-head .menu-box{
    display: block;
    width: 0.54rem;
    height: 0.54rem;
    position: absolute;
    right: 0.2rem;
    top: 0.17rem;
}
.main-head .menu-box img{
    width: 100%;
}
/****************** main-body *******************/
.main-body{
    width: 100%;
    max-width: 750px;
    margin: 0 auto;
    background-color: #f5f5f5;
    padding-top: 0.88rem;
}

.main-body {
    width: 100%;
    max-width: 750px;
    margin: 0 auto;
    background-color: #f5f5f5;
}

.banner-box {}

.banner-box .banner-bg {
    width: 100%;
    object-fit: cover;
}

.module-title {
    width: 100%;
    text-align: center;
    font-family: 'Microsoft YaHei';
    font-size: 0.3rem;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #000000;
    font-weight: bold;
}

.industry-analysis {
    /* padding-top: 0.36rem;
            padding-bottom: 0.54rem; */
    padding: 0.36rem 0.3rem 0.54rem 0.3rem;
    background: #fff;
    position: relative;
    overflow: hidden;
}

.industry-analysis .industry-img {
    position: absolute;
    left: -0.3rem;
    top: 0.5rem;
    width: 1.3rem;

}

.industry-analysis .lawyers-number-box {
    display: flex;
    margin: 0 auto;
    margin-top: 0.6rem;
    justify-content: space-between;
}

.industry-analysis .lawyers-number-box .picture img {
    width: 3.6rem;
    height: 2.2rem;
    object-fit: cover;
}

.industry-analysis .lawyers-number-box .dialog {
    position: relative;

}

.industry-analysis .lawyers-number-box .dialog-bg {
    width: 3rem;
    height: 2rem;
    background-color: #ffffff;

}

.industry-analysis .lawyers-number-box .dialog-txt {
    position: absolute;
    left: 58%;
    top: 45%;
    transform: translate(-50%, -50%);
    font-family: 'Microsoft YaHei';
    font-size: 0.18rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.26rem;
    width: 2rem;
    text-align: left;
    letter-spacing: 0px;
    color: #333;
}

.industry-analysis .case-number-box {

    display: flex;
    margin: 0 auto;
    margin-top: 0.74rem;
    justify-content: space-between;
}

.industry-analysis .case-number-box .dialog {
    position: relative;

}

.industry-analysis .case-number-box .dialog-bg {
    width: 3rem;
    height: 2rem;
    background-color: #ffffff;

}

.industry-analysis .case-number-box .picture img {
    width: 3.6rem;
    height: 2.2rem;
    object-fit: cover;
}

.industry-analysis .case-number-box .dialog-txt {
    position: absolute;
    left: 44%;
    top: 45%;
    transform: translate(-50%, -50%);
    font-family: 'Microsoft YaHei';
    font-size: 0.18rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.26rem;
    width: 2rem;
    text-align: left;
    letter-spacing: 0px;
    color: #333;
}

.lawyer-power {
    padding-top: 0.52rem;
    padding-bottom: 0.6rem;
    padding: 0.54rem 0.3rem 0.6rem 0.3rem;
}

.power-con .intro {
    width: 100%;
    text-align: center;
}

.power-con .service-summary {
    margin-top: 0.35rem;
    font-family: 'Microsoft YaHei';
    font-size: 0.18rem;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #333;
}

.power-con .province-lawfirm-summary {
    font-family: 'Microsoft YaHei';
    font-size: 0.18rem;
    margin-top: 0.18rem;
    font-weight: normal;
    letter-spacing: 0px;
    color: #F4833F;
}

.power-con .province-lawfirm-summary .sp {
    font-size: 0.28rem;
}

.power-con .achievement-summary {
    font-family: 'Microsoft YaHei';
    font-size: 0.18rem;
    margin-top: 0.18rem;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #0267b5;
}

.power-con .empower-summary {
    font-family: 'Microsoft YaHei';
    font-size: 0.18rem;
    margin-top: 0.18rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.3rem;
    letter-spacing: 0px;
    color: #333;
}

.power-con .map {
    width: 100%;
    text-align: center;
    margin-top: 0.36rem;
}

.power-con .map img {
    width: 5.6rem;
    margin-bottom: 0.6rem;
}


.power-phone {
    box-sizing: border-box;
    display: flex;
    height: 0.62rem;
    border-radius: 0.3rem;
    align-items: center;
    border: 1px solid #f4833f;
    margin: 0 auto;
}

.power-phone .phone-num {
    width: 3.2rem;
    background-color: #f4833f;
    height: 0.62rem;
    border-radius: 0.3rem;
    display: flex;
    align-items: center;
    font-family: 'Microsoft YaHei';
    font-size: 0.3rem;
    font-weight: normal;
    font-stretch: normal;
    color: #ffffff;
}

.power-phone .phone-num img {
    margin-left: 0.3rem;
    margin-right: 0.15rem;
    width: 0.32rem;
    height: 0.32rem;
}

.power-phone .phone-txt {
    margin: 0 auto;
    text-align: center;
    font-size: 0.26rem;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #000000;
}

.training-project {
    padding-top: 0.84rem;
    padding: 0.87rem 0.3rem 0 0.3rem;
    background-color: #FCFCFC;
}

.training-project .project-intro {
    width: 100%;
    margin: 0 auto;
    margin-top: 0.44rem;
    font-family: 'Microsoft YaHei';
    font-size: 0.18rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.35rem;
    letter-spacing: 0px;
    text-align: center;
    color: #333;
}

.training-project .project-intro .sp {
    color: #0267b5;
}

.training-project .project-con {

    display: flex;
    justify-content: space-between;
    width: 6.9rem;
    margin: 0 auto;
    margin-top: 0.64rem;
}

.training-project .project-con .foundation-img {
    width: 3.4rem;
    height: 4.85rem;
    margin-top: 0.34rem;
}

.training-project .project-con .strengthen-img {
    width: 3.2rem;
    height: 5.5rem;
}

.marketing-skill {
    background-color: #FCFCFC;
    padding: 1.08rem 0.3rem 0 0.3rem;
}

.marketing-skill .skill-phrase {
    margin-top: 0.3rem;
    font-family: 'Microsoft YaHei';
    font-size: 0.18rem;
    font-weight: normal;
    font-stretch: normal;
    width: 100%;
    text-align: center;
    letter-spacing: 0px;
    color: #333;
}

.skill-intro {
    margin-top: 0.8rem;
}

.marketing-skill .skill-intro {
    display: flex;
}

.skill-intro .intro-item {
    width: 25%;
    text-align: center;
}

.skill-intro .intro-item .number {
    font-family: 'Microsoft YaHei';
    font-size: 0.3rem;
    font-weight: bold;
    font-stretch: normal;
    /* line-height: 22px; */
    letter-spacing: -1px;
    color: #0267b5;

}

.skill-intro .intro-item .number .sp {
    /* font-weight: bold; */
    font-size: 0.58rem;
    margin-right: 0.1rem;

    /* letter-spacing: -6px; */
}

.skill-intro .intro-item .line {
    margin-top: 0.18rem;
    width: 100%;
    height: 2px;
    background-color: #bfbebe;
    position: relative;
}

.skill-intro .intro-item .line .circular {
    width: 0.1rem;
    height: 0.1rem;
    background-color: #ffffff;
    border: solid 1px #817e7e;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.skill-intro .intro-item .title {
    margin-top: 0.16rem;
    font-family: 'Microsoft YaHei';
    font-size: 0.18rem;
    font-weight: normal;
    font-stretch: normal;

    letter-spacing: 0px;
    color: #000000;
}

.skill-intro .intro-item .desc {
    width: 1.28rem;
    height: 0.56rem;
    background-color: #efefef;
    font-family: 'Microsoft YaHei';
    font-size: 0.14rem;
    font-weight: normal;
    font-stretch: normal;
    border-radius: 0.08rem;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    letter-spacing: 0px;
    color: #000000;
    margin-top: 0.18rem;
}

.skill-intro .intro-item .feature {
    font-family: 'Microsoft YaHei';
    font-size: 0.14rem;
    font-weight: normal;
    font-stretch: normal;

    letter-spacing: 0px;
    color: #0168b7;
    margin-top: 0.12rem;
}

.teaching {
    margin-top: 0.34rem;
}

.teaching .teaching-bg {
    width: 100%;

}

.marketing-skill .power-phone {
    margin-top: 0.2rem;
}

.teacher-team {
    /* padding-top: 0.88rem; */
    padding: 0.88rem 0.3rem 1.14rem 0.3rem;
    background: #FCFCFC;
    position: relative;
}

.teacher-team .swiper-pagination {
    left: 50%;
    bottom: 0.5rem;
    transform: translateX(-50%);
}

.teacher-team .swiper-pagination .swiper-pagination-bullet {
    margin-right: 0.1rem;
}

.teacher-team .team-con-box {
    margin-top: 0.38rem;
    width: 6.9rem;
    height: 4.3rem;
}


.team-con .picture {
    width: 2.6rem;
    min-width: 2.6rem;
    height: 4.3rem;
    background: #F5F5F5;
    z-index: 9;
}

.team-con .picture img {
    width: 100%;
    object-fit: cover;

}

.team-list .team-con .introduce-bg{

    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    width: 4.3rem;
    min-width:  4.3rem;
    height: 100%;
}

.team-list .team-con {
    display: flex;
    position: relative;
}


.team-list .team-con .teacher-intro {
    padding: 0.2rem 0.14rem 0.24rem 0.26rem;
    /* background-color: #f5f5f5; */
    box-sizing: border-box;
    height: 4.3rem;
    z-index: 9;
    width: 4.3rem;
}

.team-list .team-con .teacher-intro .teacher-name-box {
    display: flex;
    font-family: 'Microsoft YaHei';
    font-size: 0.18rem;
    font-weight: bold;
    font-stretch: normal;
    letter-spacing: 2px;
    position: relative;
    color: #0267b5;
    width: 1.6rem;
    height: 0.28rem;
/* 
    background-color: #f5f5f5; */
}

.teacher-team .teacher-intro .teacher-name-box .teacher-title {
    position: absolute;
    right: -0.2rem;
    bottom: 0;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%);
    font-family: 'Microsoft YaHei';
    font-size: 0.12rem;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 2px;
    height: 0.24rem;
    background-image: linear-gradient(2deg, 
        #b86800 0%, 
        #d68612 45%, 
        #f4a423 100%), 
    linear-gradient(
        #b86800, 
        #b86800);
    background-blend-mode: normal, 
        normal;
    border-radius: 0.06rem;
    color: #fff;
    line-height: 0.24rem;
    padding: 0 0.1rem;
}

.teacher-team .teacher-intro .teacher-name {
    position: absolute;
    left: 0.01rem;
    top: 50%;
    transform: translateY(-50%);
}

.teacher-team .teacher-intro .teacher-name-box .info-bg {
    position: absolute;
    width: 1.6rem;
    bottom: 0;
    right: 0;
    z-index: 0;
}

.teacher-team .teacher-intro {
    font-size: 0.16rem;
}

.teacher-team .teacher-intro .teacher-expert {
    margin-top: 0.26rem;
    line-height: 0.24rem;
}

.teacher-team .teacher-intro .teacher-achievement {
    margin-top: 0.26rem;
    line-height: 0.24rem;
}

.teacher-team .teacher-intro .teacher-advantage {
    margin-top: 0.26rem;
    line-height: 0.24rem;
}

.teacher-team .team-other-box {
    width: 6.9rem;
    margin-top: 0.36rem;
    /* height: 252px; */
}

.teacher-team .other-list {
    width: 6.9rem;
    /* height: 252px; */
    max-width: 6.9rem;
    /* margin: 0 auto;
            display: flex;
            justify-content: space-between; */
    /* margin-top: 73px; */
    /* overflow: hidden; */
}

.teacher-team .other-list .other-item {
    position: relative;
    width: 1.64rem;
    height: 2.22rem;
    min-width: 1.64rem;
    margin-right: 0.1rem;
    background-color: #F5F5F5;
}

.teacher-team .other-list .other-item img {
    width: 100%;

    object-fit: cover;
}

.teacher-team .other-list .other-item>.teacher-name {
    font-family: 'Microsoft YaHei';
    font-size: 0.12rem;
    font-weight: normal;
    font-stretch: normal;
    /* line-height: 30px; */
    letter-spacing: 2px;
    color: #ffffff;
    position: absolute;
    top: 0.24rem;
    right: 0.28rem;
    writing-mode: vertical-rl;
    /* 必须配合 writing-mode 使用 */
    text-orientation: upright;
    /* 使文本竖直但不旋转 */
}

.teacher-team .other-list .other-item>.teacher-title {

    width: 0.16rem;
    background: #FDE2BA;
    padding: 0.05rem 0;
    font-family: 'Microsoft YaHei';
    font-size: 0.1rem;
    font-weight: normal;
    font-stretch: normal;
    /* line-height: 74px; */
    color: #0267b5;
    position: absolute;
    top: 0.2rem;
    right: 0.1rem;
    display: flex;
    /* 新增 */
    align-items: center;
    /* 垂直居中 */
    justify-content: center;
    /* 水平居中 */
    text-align: center;
    writing-mode: vertical-rl;
    /* 必须配合 writing-mode 使用 */
    text-orientation: upright;
    text-align: center;
    /* 使文本竖直但不旋转 */
}

/* iOS设备专用样式 */
@supports (-webkit-touch-callout: none) {
    .teacher-team .other-list .other-item>.teacher-title {
           text-align: center;
           padding-right: 0.02rem;
    }
}

.training-advantage {
    width: 100%;
    position: relative;
    padding-top: 0.58rem;
    height: 13.04rem;
    padding: 0.48rem 0.28rem 0.7rem 0.28rem;
}

.training-advantage .swiper-pagination {
    bottom: 0 !important;
}

.training-advantage .module-title {
    margin-bottom: 0.5rem;
}

.training-advantage .advantage-bg {
    width: 100%;
    object-fit: cover;
    height: 13.04rem;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

.training-advantage .module-title {
    z-index: 9;
    position: relative;
    color: #fff;
}

.training-advantage .advantage-list {
    z-index: 9;
    position: relative;
}

.training-advantage .power-phone {
    position: relative;
    z-index: 9;
    margin-top: 0.8rem;

}

.training-advantage .power-phone .phone-txt {
    color: #fff;
}

.training-advantage .advantage-list {
    width: 100%;
    margin: 0 auto;
    display: flex;

}

.training-advantage .advantage-list .advantage-item {

    width: 100%;
    margin-bottom: 0.4rem;
    box-sizing: border-box;
}

.training-advantage .advantage-list .advantage-item .advantage-top {
    display: flex;
    justify-content: space-between;
    font-family: 'Microsoft YaHei';
    font-size: 0.2rem;
    font-weight: bold;
    font-stretch: normal;
    /* line-height: 35px; */
    /* letter-spacing: -2px; */
    color: #ffffff;
    position: relative;

}

.training-advantage .advantage-list .advantage-item .advantage-top .num {
    position: absolute;
    right: 0.22rem;
    bottom: -0.35rem;
}

.training-advantage .advantage-list .advantage-item .advantage-top .num img {
    width: 0.5rem;
    height: 0.5rem;
}

.advantage-item .advantage-con {
    width: 100%;
    height: 2.46rem;

    background-color: #ffffff;
    box-shadow: 0px 8px 0px 0px rgba(1, 104, 183, 0.13);
    border-radius: 0.08rem;
    margin-top: 0.1rem;
    padding: 0.28rem;
    box-sizing: border-box;
}

.advantage-item .advantage-con .sp {
    margin-top: 0.2rem;
}

.advantage-item .advantage-con .til {
    font-family: 'Microsoft YaHei';
    font-size: 0.16rem;
    font-weight: bold;
    font-stretch: normal;

    line-height: 0.2rem;
    letter-spacing: 0px;
    color: #000000;
}

.advantage-item .advantage-con .txt {
    font-family: 'Microsoft YaHei';
    font-size: 0.16rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.2rem;
    letter-spacing: 0px;
    color: #777;
    margin-top: 0.08rem;
}

.advantage-item .advantage-con .til:nth-child(3) {
    margin-top: 0.2rem;
}

.advantage-item .advantage-con .til:nth-child(5) {
    margin-top: 0.2rem;
}

.success-case {
    padding-top: 0.7rem;
    padding: 0.7rem;
    padding: 0.7rem 0.3rem 1.08rem 0.3rem;
    position: relative;
}

.success-case .swiper-pagination {
    left: 50%;
    bottom: 0.6rem;
    transform: translateX(-50%);
}

.success-case .swiper-pagination .swiper-pagination-bullet {
    margin-right: 0.1rem;
}

.success-case .case-con {
    margin-top: 0.6rem;
}

.success-case .case-list .case-item {
    margin-right: 0.5rem;
    width: 2rem;
    height: 4.34rem;
}

.success-case .case-list .case-item img {
    width: 100%;
    object-fit: cover;

}

.jion-lz {
    padding: 0.54rem 0.3rem 0.7rem 0.3rem;
    position: relative;
    color: #fff;
}

.jion-lz .contact-bg {
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
    height: 8.12rem;
    z-index: 1;
    width: 100%;
}

.jion-lz .module-title {
    position: relative;
    z-index: 9;
    color: #fff;
}

.jion-lz .lz-intro {
    position: relative;
    z-index: 9;
    width: 100%;
    text-align: center;
    font-family: 'Microsoft YaHei';
    font-size: 0.16rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.35rem;
    letter-spacing: 0px;
    color: #ffffff;
    margin-top: 0.3rem;
}

.jion-lz .lz-plan {
    position: relative;
    z-index: 9;
    width: 100%;
    height: 3.04rem;
    border-radius: 0.2rem;
    background: #fff;
    margin-top: 0.35rem;
    padding: 0.1rem 0.3rem 0.28rem 0.3rem;
}

.jion-lz .lz-plan .plan-title {
    font-size: 0.2rem;
    font-weight: normal;
    font-stretch: normal;
    width: 100%;
    text-align: center;
    color: #0267b5;
}

.jion-lz .lz-plan .plan-con {
    width: 100%;
    height: 2.28rem;
    margin-top: 0.14rem;
    border-radius: 0.2rem;
    border: 1px solid #989699;
    padding: 0.4rem 0.3rem 0 0.3rem;
}

.jion-lz .lz-plan .plan-con .plan-top {
    width: 5.54rem;
    text-align: center;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
}

.jion-lz .lz-plan .plan-con .plan-bottom {
    font-size: 0.16rem;
    padding-top: 0.3rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.2rem;
    letter-spacing: 0px;
    color: #333;
}
.jion-lz .lz-plan .plan-con .plan-bottom p{
    white-space: nowrap;
}

.jion-lz .lz-plan .plan-con .plan-bottom p:nth-child(2) {
    margin-top: 0.1rem;
}

.jion-lz .lz-plan .plan-con .plan-base {
    width: 2.62rem;
    height: 0.48rem;
    background-color: #0168b7;
    border-radius: 0.12rem;
    border: 1px solid #c4c4c4;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.2rem;
}

.jion-lz .lz-plan .plan-con .plan-improve {
    width: 2.62rem;
    height: 0.48rem;
    background-color: #f4833f;
    border-radius: 0.12rem;
    border: 1px solid #c4c4c4;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.2rem;
}

.jion-lz .power-phone {
    position: relative;
    z-index: 9;
    margin-top: 0.4rem;
    border: 1px solid #fff;
}

.jion-lz .power-phone .phone-num {
    background: transparent;
    border: 1px solid #fff;
}


.jion-lz .power-phone .phone-txt {
    color: #fff;

}

.jion-lz .record-number {
    position: absolute;
    z-index: 9;
    color: #fff;
    width: 100%;
    left: 0;
    text-align: center;
    font-size: 0.2rem;
    bottom: 0.2rem;
}