/* 移隐藏移动端另外设置的内容 */
#mobile-nav {
    display: none;
}

#mobile-banner {
    display: none;
}

.zuohua {
    display: none;
}

.mobile-exam-box {
    display: none;
}

.mobile_sanjiao {
    display: none;
}

.mobile-class {
    display: none;
}

.mobile-tit {
    display: none;
}

.m-hdrc-wrapper {
    display: none;
}

.m_p {
    display: none;
}

.m-pymb-img {
    display: none;
}

.m-course {
    display: none;
}

.m_xmjs_img {
    display: none;
}


html {
    scroll-behavior: smooth;
}

/* nav */
#nav {
    background: #b3333d;
    box-shadow: 0px 14px 40px 0px rgba(0, 0, 0, 0.2);
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 210;
}

#nav .nav-box {
    display: flex;
    justify-content: space-between;
    height: 80px;
}

#nav .nav-box .logo {
    width: 280px;
    height: 50px;
    margin-top: 15px;
}

#nav .nav-box .logo img {
    width: 100%;
}

.nav-box .nav-item {
    display: flex;
}

.nav-box .nav-item .nav-items {
    margin: 0 10px;
    cursor: pointer;
    line-height: 80px;
}

.nav-box .nav-item .nav-items.active {
    border-bottom: 4px solid #eec88f;
}

.nav-box .nav-item .nav-items a {
    font-size: 16px;
    line-height: 18px;
    color: #e2e2e2;
}

/* banner */
#banner {
    width: 100%;
    height: 850px;
    position: relative;
    background: none;
}

#banner .banner-bg {
    width: 1920px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

#banner .banner-title {
    width: 800px;
    position: relative;
    z-index: 10;
}

#banner .banner-title img {
    width: 100%;
    margin-top: 250px;
}




/* title */
.title {
    position: relative;
    width: 352px;
    height: 80px;
}

.title .cntit {
    position: absolute;
    top: 0;
    left: 15px;
    z-index: 10;
    width: 90%;
}

.title .engtit {
    position: absolute;
    top: -25px;
    z-index: 5;
}


/* 发展历程 */
#fzlc {
    background: url(../images/bg-fzlc.png);
    padding-top: 150px;
    height: 600px;
    position: relative;
    z-index: -1;
}

.development {
    width: 1426px;
    margin: 0 auto;

}


/* 项目介绍 */
#xmjs {
    background: url(../images/bg-xmjs.png)no-repeat center;
    background-size: 100% 100%;
    position: relative;
    margin-top: -100px;
    z-index: 10;
}

.xmjs-con {
    padding-top: 150px;
}

.xmjs-con .xmjs-tab {
    padding-bottom: 90px;
}

.xmjs-con .xmjs-tabbox {
    margin: 64px auto;
    width: 544px;
    display: flex;
    flex-wrap: nowrap;
}

.xmjs-con .xmjs-tabtit {
    border: solid 1px #b3333d;
    width: 272px;
    font-size: 22px;
    font-weight: bold;
    color: #b3333d;
    background: #fff;
    height: 56px;
    line-height: 56px;
    text-align: center;
    cursor: pointer;
}

.xmjs-con .xmjs-tabtit.active {
    color: #fff;
    background: #b3333d;
}

.xmjs-con .xmjs-tab .xmjs-tab-item.active {
    display: flex;
}

.xmjs-con .xmjs-tab .xmjs-tab-item1,
.xmjs-con .xmjs-tab .xmjs-tab-item2 {
    flex-wrap: nowrap;
    width: 1180px;
    height: 420px;
    background: #fff;
    display: none;
}

.xmjs-tab .xmjs-item-l {
    width: 580px;
    position: relative;
}



.xmjs-tab .xmjs-item-l .xmjs-item-line {
    width: 111px;
    height: 124px;
    position: absolute;
    top: -22px;
    left: -22px;
}

.xmjs-tab .xmjs-item-r h2 {
    color: #b3333d;
    font-size: 22px;
    line-height: 24px;
}

.xmjs-tab .xmjs-item-r {
    border: solid 1px #b3333d;
    border-left: none;
    padding: 40px 24px;
}

.xmjs-tab .xmjs-item-r p {
    width: 552px;
    text-align: justify;
    margin-top: 21px;
    font-size: 16px;
    line-height: 30px;
}

/* 报考流程 */
#bklc {
    padding-top: 120px;
    padding-bottom: 100px;
    background: url(../images/bg-bklc.png) no-repeat center;
    background-size: 100%;
}

.exam-box {
    border: solid 1px #b3333b;
    border-radius: 30px;
    background-color: #fff;
}

.exam-box .exam-tabbox {
    margin: 50px auto;
    width: 544px;
    display: flex;
    flex-wrap: nowrap;
}

.exam-box .exam-tabbox .exam-tabtit {
    border: solid 1px #b3333d;
    width: 272px;
    font-size: 22px;
    font-weight: bold;
    color: #b3333d;
    height: 56px;
    line-height: 56px;
    text-align: center;
    cursor: pointer;
}

.exam-box .exam-tabbox .exam-tabtit.active {
    color: #fff;
    background: #b3333d;
}

.exam-box .test-con {
    margin-left: 50px;
    display: flex;
    flex-wrap: nowrap;
}

.exam-box .test-con .test-category {
    background: url(../images/bklc-tag.png) no-repeat;
    width: 140px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    color: #fff;
    text-align: center;
    position: relative;
    top: 23px;
}

.exam-box .test-con .test-process ul {
    display: flex;
    flex-wrap: nowrap;
    width: 870px;
    justify-content: space-between;
    margin-left: 30px;
}

.exam-box .test-con .test-process .test-process-arrow {
    position: relative;
    top: 28px;
}

.exam-box .test-con .test-process ul .test-process-step {
    text-align: center;
    opacity: .5;
    cursor: pointer;
}

.exam-box .test-con .test-process ul .test-process-step.active {
    opacity: 1;
}

.exam-box .test-con .test-process ul .step-num {
    background: url(../images/bklc-circle.png) no-repeat center;
    height: 88px;
    width: 108px;
    position: relative;
    margin: 0 auto;
}

.exam-box .test-con .test-process ul .step-num>img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.exam-box .test-con .test-process ul .step-text {
    font-size: 20px;
    font-weight: bold;
    color: #b3333d;
    margin: 34px 0;
    text-align: center;
}

.exam-box .text-process-con {
    padding: 17px 100px;
    width: 780px;
    max-height: 52px;
    border: dashed 1px #b3333d;
    margin-left: 190px;
    margin-bottom: 35px;
    display: none;
}

.exam-box .text-process-con.active {
    display: block;
}

.exam-box .text-process-con p {
    text-align: center;
    font-size: 16px;
    color: #b3333d;
    line-height: 24px;
}

.exam-box .test-box {
    display: none;
}

.exam-box .test-box.active {
    display: block;
}

.schedule-box {
    width: 1200px;
    height: 350px;
    background: #b3333d;
    border-radius: 30px;
    position: relative;
    padding-top: 50px;
    margin-top: 60px;
}

.schedule-box .schedule-line {
    width: 1140px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    top: 100px;
    left: 25px;
    z-index: 1;
}

.schedule-box .schedule-items {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.schedule-box .schedule-items .schedule-item {
    width: 120px;
    text-align: center;
}

.schedule-box .schedule-items .schedule-item p {
    font-size: 18px;
    color: #fff;
}

.schedule-box .schedule-items .schedule-item img {
    display: block;
    margin: 0 auto;
    position: relative;
    z-index: 10;
}

.schedule-box .schedule-items .schedule-item img:nth-child(2) {
    margin: 20px auto 17px auto;
}

/* 招生政策 */
#zszc {
    background: url(../images/bg-zszc.png) no-repeat center;
    background-size: 100% 100%;
    padding-top: 120px;
    padding-bottom: 80px;
    overflow: hidden;
}

.bktj {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    background: #fff;
    margin-bottom: 50px;
    box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.1);
}

.bktj .bktj-img {
    width: 580px;
    height: 280px;
    overflow: hidden;
}

.bktj .bktj-img img {
    width: 100%;
}

.bktj .bktj-con {
    margin-top: 30px;
    margin-left: 50px;
}

.bktj .bktj-con h2 {
    color: #b3333d;
    font-size: 20px;
    position: relative;
}

.bktj .bktj-con h2>span {
    position: absolute;
    left: -25px;
    top: -2px;
}

.bktj .bktj-con h3 {
    color: #333;
    font-size: 18px;
    margin-top: 35px;
    margin-bottom: 20px;
}

.bktj .bktj-con p {
    font-size: 16px;
    line-height: 40px;
}

.zszc-con .bktj-textbox {
    background: #fff;
    padding-top: 30px;
    padding-left: 30px;
    padding-bottom: 30px;
    display: flex;
    flex-wrap: nowrap;
    box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.1);
    margin-bottom: 40px;
}

.zszc-con .bktj-textbox .bktj-tab-tit {
    width: 200px;
    height: 56px;
    background: #ebebeb;
    line-height: 56px;
    font-size: 18px;
    line-height: 56px;
    text-align: center;
    color: #333;
    font-weight: bold;
    margin-bottom: 24px;
    cursor: pointer;
}

.zszc-con .bktj-textbox .bktj-tab-tit.active {
    background: #b3333d;
    color: #fff;
}

.zszc-con .bktj-textbox .bktj-content {
    padding-right: 30px;
}

.zszc-con .bktj-textbox .bktj-content .bktj-tab-text {
    border: solid 1px #b3333d;
    margin-left: 20px;
    position: relative;
    padding: 20px;
    display: none;
}

.zszc-con .bktj-textbox .bktj-content .bktj-tab-text.active {
    display: block;
}

.zszc-con .bktj-textbox .bktj-content .bktj-tab-text .sanjiao {
    position: absolute;
    width: 15px;
    height: 28px;
    left: -14px;
    top: 15px;
}

.zszc-con .bktj-textbox .bktj-content .bktj-tab-text h2 {
    color: #b3333d;
    font-size: 16px;
    line-height: 34px;
}

.zszc-con .bktj-textbox .bktj-content .bktj-tab-text p {
    font-size: 16px;
    line-height: 34px;
}

.zszc-con .bktj-textbox .bktj-content .bktj-tab-text .zhu {
    font-size: 14px;
    color: #b3333d;
    line-height: 28px;
}

.zszc-con .bktj-textbox .bktj-content .bktj-tab-text>p>span {
    display: inline-block;
    width: 70px;
    height: 22px;
    line-height: 22px;
    color: #fff;
    background: #b3333d;
    border-radius: 11px;
    text-align: center;
}

.lqgz {
    padding: 30px;
    background: #fff;
    box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.04);
    margin-bottom: 40px;
}

.lqgz .lqgz-tab-box {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    margin-bottom: 30px;
}

.lqgz .lqgz-tab-box .lqgz-tabtit {
    width: 50%;
    height: 56px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    line-height: 56px;
    color: #333;
    background: #ebebeb;
    cursor: pointer;
    position: relative;
}

.lqgz .lqgz-tab-box .lqgz-tabtit.active {
    color: #fff;
    background: #b3333d;
}

.lqgz .lqgz-tab-box .lqgz-tabtit.active::after {
    content: '';
    border: 15px solid #b3333d;
    position: absolute;
    transform: translate(50% 50%);
    top: 97%;
    left: 47.5%;
    border-color: #b3333d transparent transparent transparent;
}

.lqgz .lqgz-table {
    display: none;
}

.lqgz .lqgz-table tr>th:nth-child(1) {
    width: 190px;
}


.lqgz .lqgz-table .table-line1 {
    display: inline-block;
    position: absolute;
    bottom: 0;
    width: 152px;
    height: 1px;
    background: #fff;
    left: 15px;
}

.lqgz .lqgz-table .table-line2 {
    width: 1px;
    height: 19px;
    background: #fff;
    position: absolute;
    right: 0;
}


.lqgz .gz-table tr {
    text-align: center;
}


.lqgz .lqgz-table tr {
    height: 80px;
}

.lqgz .lqgz-table.active {
    display: block;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    border: 1px #b3333d solid;
}

table td {
    font-size: 14px;
    line-height: 24px;
    padding: 20px;
    border: 1px #b3333d solid;
}

table th {
    color: #fff;
    font-size: 18px;
    background: #b3333d;
    /* border-left: 1px #fff solid;
    border-top: 1px #fff solid; */
}

.tbtx {
    padding: 30px 40px;
    background-color: #fff;
    background: url(../images/bg-zszc2.png);
    background-size: cover;
    background-size: 100%;
}

.tbtx h2 {
    font-size: 20px;
    color: #b3333d;
    margin-bottom: 15px;
    position: relative;
}

.tbtx h2>span {
    position: absolute;
    top: -2px;
    left: -20px;
}

.tbtx p {
    font-size: 16px;
    line-height: 28px;
    color: #333;
    position: relative;
}

.tbtx p>span {
    position: absolute;
    left: -20px;
}

/* 预审面试时间表 */
#zshd {
    background: url(../images/bg-zshd.png)no-repeat center;
    background-size: 100% 100%;
    padding-top: 120px;
    margin-top: -1px;
}

.zshd-con .zshd-title {
    font-size: 24px;
    font-weight: bold;
    color: #b3333d;
    text-align: center;
}

.zshd-con .zshd-table table {
    width: 100%;
    text-align: center;
    margin-top: 36px;
    margin-bottom: 25px;
}

.zshd-con .zshd-table .table-line3 {
    width: 1px;
    height: 19px;
    background: #fff;
    position: absolute;
    right: 0;
}

.zshd-con .zshd-table table td {
    font-size: 16px;
}

.zshd-con .zshd-table table .apply-btn {
    display: inline-block;
    color: #b3333d;
    background: #fff;
    border: #b3333d solid 1px;
    border-radius: 18px;
    width: 100px;
    height: 36px;
    line-height: 36px;
    text-align: center;
}

.zshd-con .zshd-table table .apply-btn:hover {
    color: #fff;
    background: #b3333d;
}

.zshd-con .zshd-table table .apply-btn.over {
    background: #c1c1c1;
    border: none;
    color: #fff;
}

.zshd-con .zshd-table .zhu {
    color: #b3333d;
    font-size: 14px;
    line-height: 24px;
}

/* 活动日程 */
#hdrc {
    margin-top: 80px;
    margin-bottom: 80px;
    padding-top: 100px;
}

.swiper-box .swiper-wrapper {
    width: 1000px;
    margin: 0 auto;
}


.hdrc-con .swiper-box .hdrc-item {
    width: 228px;
    height: 280px;
    position: relative;
    overflow: visible;
}

.hdrc-con .swiper-box .hdrc-item {
    flex-grow: 1;
}

.hdrc-con .swiper-box .hdrc-item .hdrc-tit {
    background: url(../images/zshdrc-img2.png)no-repeat center;
    background-size: 100%;
    width: 88px;
    height: 80px;
    margin: 0 auto;
    text-align: center;
    line-height: 80px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    position: absolute;
    left: 70px;
    top: 20px;
    z-index: 10;
}

.hdrc-con .swiper-box .hdrc-item .hdrc-con {
    width: 228px;
    height: 170px;
    text-align: center;
    font-size: 16px;
    line-height: 20px;
    padding-top: 50px;
    background: #eef3f8;
    border-radius: 60px 60px 114px 114px;
    position: absolute;
    bottom: 0;
}

.hdrc-con .swiper-box .hdrc-item .hdrc-con .apply-btn2 {
    display: inline-block;
    width: 120px;
    height: 36px;
    line-height: 36px;
    color: #fff;
    background: #b3333d;
    border-radius: 18px;
    margin-top: 25px;
}

.hdrc-con .swiper-box .hdrc-item.finish .hdrc-tit {
    background: url(../images/zshdrc-img1.png) no-repeat center;
    background-size: 100%;
    color: #999;
}

.hdrc-con .swiper-box .hdrc-item.finish .hdrc-con {
    color: #999;
    background: #eee;
}

.hdrc-con .swiper-box .hdrc-item.finish .hdrc-con i {
    opacity: .5;
}

.hdrc-con .swiper-box .hdrc-item.finish .apply-btn2 {
    background: #c1c1c1;
}

.hdrc-con .swiper-box .hdrc-item.not-start {
    opacity: .6;
}

.swiper-box .swiper-button-next::after,
.swiper-box .swiper-button-prev::after {
    content: "";
    width: 30px;
    height: 40px;
}

.swiper-box .swiper-button-next::after {
    background: url(../images/page-prev2.png) no-repeat center;
    background-size: 100%;
}

.swiper-box .swiper-button-prev::after {
    background: url(../images/page-prev.png) no-repeat center;
    background-size: 100%;
}



/* 项目特色 */
#xmts {
    background: url(../images/bg-xmts.png) no-repeat center;
    background-size: 100% 100%;
    padding-top: 120px;
    padding-bottom: 80px;
}

.xmts-text {
    color: #fff;
    font-size: 16px;
    text-align: justify;
    width: 1100px;
    margin: 0 auto;
    margin-top: 50px;
    margin-bottom: 50px;
    font-size: 16px;
    line-height: 30px;
}

.xmts-text p {
    width: 1100px;
    margin: 0 auto;
}

.xmts-con .xmts-items {
    width: 100%;
    height: 270px;
    border-radius: 30px;
    background: rgba(0, 0, 0, .26);
}

.xmts-items ul {
    display: flex;
    flex-wrap: nowrap;
    padding-top: 50px;
    padding-left: 15px;
    margin: auto;
}

.xmts-items ul li {
    text-align: center;
}

.xmts-items ul .xmts-item {
    width: 135px;
}

.xmts-items ul .xmts-item img {
    width: 125px;
}

.xmts-items ul .xmts-item p {
    font-size: 16px;
    color: #ccc38a;
    line-height: 30px;
    margin-top: 30px;
}

.xmts-items ul .xmts-line {
    position: relative;
    top: 47px;
}

/* 培养目标 */
#pymb {
    padding-top: 120px;
    background: url(../images/bg-pymb.png)no-repeat center;
    background-size: 100% 100%;
    padding-bottom: 80px;
}

.pymb-img {
    width: 1068px;
    height: 436px;
    margin: 0 auto;
}

.pymb-img img {
    width: 100%;
}

/* 课程设置 */
#kcsz {
    padding-top: 120px;
    background: url(../images/bg-kcsz.png)no-repeat;
    background-position: 0 0;
    padding-bottom: 40px;
}

.kcsz-items ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.kcsz-items .course {
    width: 280px;
    height: 185px;
    position: relative;
    margin-bottom: 45px;
}

.kcsz-items li .course-tit {
    width: 240px;
    height: 50px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    line-height: 50px;
    border-radius: 25px;
    position: absolute;
    top: 0;
    left: 20px;
    z-index: 10;
}

.kcsz-items li .course-tit1 {
    background: #004296;
}

.kcsz-items li .course-tit2 {
    background: #b3333d;
}

.kcsz-items li .course-inner {
    width: 280px;
    height: 160px;
    border-radius: 20px;
    position: absolute;
    bottom: 0;
}

.kcsz-items li .course-inner>ul {
    margin: 50px 20px 0;
}

.kcsz-items li .course-inner>ul>li {
    width: 50%;
    line-height: 30px;
    text-align: left;
}

.kcsz-items li .course-inner1 {
    border: 1px solid #004296;
    background: rgba(0, 66, 150, 0.08);
}

.kcsz-items li .course-inner2 {
    border: 1px solid #b3333d;
    background: rgba(179, 51, 61, 0.08);
}

.kcsz-items li .course-inner>ul:nth-child(1) span {
    font-size: 14px;
}

/* 听TA说 */
#tts {
    background: url(../images/bg-tts.png)no-repeat center;
    background-size: 100% 100%;
    padding-top: 100px;
    padding-bottom: 100px;
}

.tts-box {
    width: 100%;
    margin-top: 40px;
    display: flex;
    flex-wrap: nowrap;
}

.tts-box .tts-item {
    display: flex;
    flex-wrap: nowrap;
    height: 370px;
    position: relative;
}

.tts-box .tts-item .tts-shadow {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #f4d6a6;
    opacity: .8;
    top: 0;
    left: 0;
    transition: 1s;
}

.tts-box .tts-item .tts-shadow.active {
    opacity: 0;
    transition: 1s;
}

.tts-box .tts-item .tts-people {
    max-width: 160px;
}

.tts-box .tts-item .tts-text {
    width: 240px;
    background: #d13a48;
    position: relative;
    display: none;
}

.tts-box .tts-item .tts-text.tts-text1 {
    width: 260px;
}

.tts-box .tts-item .tts-text.active {
    display: block;
}

.tts-box .tts-item .tts-text>div {
    margin: 20px 15px;
    color: #fff;
    line-height: 20px;
    font-size: 14px;
    text-align: justify;
}

.tts-box .tts-item .tts-text .info {
    position: absolute;
    bottom: 0;
    width: 210px;
}

.tts-box .tts-item .tts-text .info .name {
    float: left;
}

.tts-box .tts-item .tts-text .info .more {
    float: right;
    color: #fff;
}

/* 联系我们 */
#lxwm {
    padding-top: 100px;
    background: url(../images/bg-lxwm.png)no-repeat center;
    background-size: 100% 100%;
    padding-bottom: 30px;
    overflow: hidden;
}

.lxwm-inner .cont {
    font-size: 20px;
    color: #fff;
    line-height: 42px;
}

.lxwm-inner .cont a {
    font-size: 20px;
    color: #fff;
}

.lxwm-inner .cont a i {
    font-weight: bold;
}

.lxwm-inner .ma>div {
    display: inline-block;
    margin: 20px 40px;
}

.lxwm-inner .ma>div p {
    text-align: center;
    color: #fff;
    font-size: 16px;
    line-height: 42px;
}

.lxwm-inner .ma>div img {
    width: 110px;
    height: 110px;
}

#mbachina {
    text-align: center;
}

#mbachina a {
    color: #fff;
}

/* 回顶部 */
#totop {
    width: 60px;
    height: 60px;
    position: fixed;
    right: 36px;
    bottom: 100px;
    cursor: pointer;
    z-index: 10;
    display: none;
}

#totop img {
    width: 100%;
    height: 100%;
}



@media (max-width:768px) {

    body {
        width: 7.5rem;
        overflow-x: hidden;
    }

    .wrap {
        width: 6.8rem;
        margin: 0 .35rem;
    }

    /* 隐藏PC端重复的内容 */
    #nav {
        display: none;
    }

    #banner {
        display: none;
    }

    /* mobile style start */
    /* nav */
    #mobile-nav {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 999;
        height: .88rem;
        line-height: .88rem;
        background: #b3333d;
        box-shadow: 0 .14rem .4rem 0 rgb(0, 0, 0, 20%);
    }

    .mobile-nav-box {
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-between;
    }

    .mobile-nav-box .logo {
        width: 3.45rem;
    }

    .mobile-nav-box .logo img {
        width: 100%;
    }

    .mobile-nav-box .nav-btn {
        width: .35rem;
        height: .35rem;
        margin-top: .2rem;
    }

    #mobile-nav .nav-btn .icon-bar {
        display: block;
        margin-top: .08rem;
        width: .44rem;
        height: .06rem;
        background: #fff;
        border-radius: .02rem;
        transition: all .5s;
    }

    #mobile-nav .nav-btn.rotate .icon-bar2 {
        opacity: 0;
        transition: all .5s;
    }

    #mobile-nav .nav-btn.rotate .icon-bar1 {
        transform-origin: left;
        transform: rotate(42deg);
        transition: all .5s;
    }

    #mobile-nav .nav-btn.rotate .icon-bar3 {
        transform-origin: left;
        transform: rotate(-42deg);
        transition: all .5s;
    }



    .mobile-nav-box .nav-btn img {
        width: 100%;
    }

    /*  */
    #mobile-nav .mobile-nav-items {
        width: 1.8rem;
        float: right;
        background: rgba(179, 51, 61, .8);
        display: none;
    }

    #mobile-nav .mobile-nav-items .mobile-nav-item {
        font-size: .28rem;
        line-height: .28rem;
        margin: .6rem 0;
        margin-left: .4rem;
    }

    #mobile-nav .mobile-nav-items .mobile-nav-item.active {
        border-right: .05rem solid #eec88f;
    }

    #mobile-nav .mobile-nav-items .mobile-nav-item.active a {
        color: #eec88f;
    }

    #mobile-nav .mobile-nav-items .mobile-nav-item a {
        color: #fff;
    }



    /* banner */
    #mobile-banner {
        display: block;
        background: url(../images/mobile_banner_bg.png) no-repeat center;
        background-size: 100% 100%;
        margin-top: .88rem;
        width: 7.5rem;
        height: 8rem;
        position: relative;
        z-index: 2;
    }

    #mobile-banner .mobile-banner-img1 {
        width: 4rem;
        height: 1.8rem;
        position: absolute;
        top: 1.2rem;
        left: 2.5rem;
    }

    #mobile-banner .mobile-banner-img2 {
        width: 6.3rem;
        height: 1.8rem;
        position: absolute;
        top: 2.6rem;
        left: .6rem;
    }

    #mobile-banner .mobile-banner-img3 {
        width: 6.7rem;
        height: .8rem;
        position: absolute;
        top: 4.4rem;
        left: .4rem;
    }

    /* title */
    .title {
        position: relative;
        width: 3.52rem;
        height: .8rem;
    }

    .title img {
        width: 100%;
    }

    .title .cntit {
        position: absolute;
        top: 0;
        left: .15rem;
        z-index: 10;
        width: 90%;
    }

    .title .engtit {
        position: absolute;
        top: -.25rem;
        z-index: 5;
    }

    /* 左滑 */
    .zuohua {
        display: block;
        text-align: center;
        color: #b3333d;
        font-size: .2rem;
    }

    /* 发展历程 */
    #fzlc {
        background: url(../images/mobile_fzlc_bg.png) no-repeat center;
        background-size: 100% 100%;
        height: 6rem;
        padding-top: 1rem;
        position: relative;
        z-index: 1;
        top: -1rem;
    }

    .development {
        width: 7rem;
        margin: 0 auto;
        margin-bottom: .3rem;
        ;
        overflow-x: scroll;
    }

    .development img {
        width: 14rem;
        height: 3.8rem;
    }


    /* 项目介绍 */
    #xmjs {
        background: url(../images/mobile_xmjs_bg.png) no-repeat center;
        background-size: 100% 100%;
        position: relative;
        margin-top: -1.8rem;
        margin-bottom: -.5rem;
    }

    .xmjs-con {
        padding-top: 1.5rem;
    }

    .xmjs-con .xmjs-tab {
        padding-bottom: .9rem;
    }

    .xmjs-con .xmjs-tabbox {
        margin: .7rem auto;
        width: 6.1rem;
        display: flex;
        flex-wrap: nowrap;
    }

    .xmjs-con .xmjs-tabtit {
        border: solid .01rem #b3333d;
        width: 3.05rem;
        height: .8rem;
        line-height: .8rem;
        color: #b3333d;
        font-weight: bold;
        font-size: .32rem;
        background: #fff;
    }

    .xmjs-con .xmjs-tabtit.active {
        color: #fff;
        background: #b3333d;
    }

    .xmjs-con .xmjs-tab .xmjs-tab-item.active {
        display: block;
    }

    .xmjs-con .xmjs-tab .xmjs-tab-item {
        width: 6.9rem;
        display: none;
        height: auto;
        background: #fff;
    }

    .xmjs-tab .xmjs-item-l {
        width: 6.9rem;
        height: 3.8rem;
        position: relative;
    }

    .xmjs-tab .xmjs-item-l img {
        width: 100%;
        height: 100%;
        position: relative;
    }

    .xmjs-tab .xmjs-item-l .pc_xmjs_img {
        display: none;
    }

    .xmjs-tab .xmjs-item-l .m_xmjs_img {
        display: block;
    }

    .xmjs-tab .xmjs-item-l .xmjs-item-line {
        width: 1.15rem;
        height: 1.3rem;
        position: absolute;
        z-index: 1;
        top: -.25rem;
        left: -.25rem;
    }

    .xmjs-tab .xmjs-item-r {
        border: solid .01rem #b3333d;
        border-top: none;
        padding: .3rem;
        /* height: 7rem; */
    }

    .xmjs-tab .xmjs-item-r h2 {
        color: #b3333d;
        font-size: .26rem;
        line-height: .24rem;
    }

    .xmjs-tab .xmjs-item-r p {
        width: 6.4rem;
        text-align: justify;
        margin-top: .2rem;
        font-size: .24rem;
        line-height: .5rem;
    }

    /* 报考流程 */
    #bklc {
        padding-top: 1.2rem;
        padding-bottom: 1rem;
        background: url(../images/mobile_bklc_bg.png);
        background-size: 100% 100%;
    }

    .exam-box {
        display: none;
    }

    .mobile-exam-box {
        display: block;
        border: solid .01rem #b3333d;
        background-color: #fff;
        border-radius: .2rem;
    }

    .mobile-exam-box .m-exam-tabbox {
        margin: .4rem;
        width: 6.1rem;
        display: flex;
        flex-wrap: nowrap;
    }

    .mobile-exam-box .m-exam-tabbox .m-exam-tabtit {
        border: solid .01rem #b3333d;
        width: 3.05rem;
        height: .8rem;
        text-align: center;
        line-height: 0.8rem;
        font-weight: bold;
        color: #b3333d;
    }

    .mobile-exam-box .m-exam-tabbox .m-exam-tabtit.active {
        color: #fff;
        background: #b3333d;
    }

    .mobile-exam-box .m-test-con {
        display: flex;
        flex-wrap: nowrap;
        margin-left: .2rem;
    }

    .mobile-exam-box .m-test-con .m-test-category {
        width: 1rem;
        height: .3rem;
        position: relative;
        top: .1rem;
    }

    .mobile-exam-box .m-test-con .m-test-category img {
        width: 1rem;
        height: .3rem;
    }

    .mobile-exam-box .m-test-con .m-test-process ul {
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-between;
        /* width: 5.6rem; */
    }

    .mobile-exam-box .m-test-con .m-test-process .m-test-process-arrow {
        position: relative;
        top: .12rem;
    }

    .mobile-exam-box .m-test-con .m-test-process .m-test-process-arrow img {
        width: .2rem;
        height: .2rem;
    }

    .mobile-exam-box .m-test-con .m-test-process ul .m-test-process-step {
        text-align: center;
        opacity: .5;
        min-width: .9rem;
        transition: all .5s;
    }

    .mobile-exam-box .m-test-con .m-test-process ul .m-test-process-step.active {
        opacity: 1;
        transition: all .5s;
    }

    .mobile-exam-box .m-test-con .m-test-process ul .step-num {
        background: url(../images/bklc-circle.png) no-repeat center;
        background-size: 100% 100%;
        height: .7rem;
        width: .8rem;
        position: relative;
        margin: 0 auto;
    }

    .mobile-exam-box .m-test-con .m-test-process ul .step-num img {
        width: .34rem;
        height: .26rem;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .mobile-exam-box .m-test-con .m-test-process ul .step-text {
        font-size: .16rem;
        color: #b3333d;
    }

    .mobile-exam-box .m-text-process-con {
        border: dashed .01rem #b3333d;
        padding: .2rem;
        width: 6rem;
        margin: .2rem auto;
        display: none;
    }

    .mobile-exam-box .m-text-process-con.active {
        display: block;
    }

    .mobile-exam-box .m-text-process-con p {
        text-align: center;
        color: #b3333d;
        font-size: .24rem;
    }

    .mobile-exam-box .m-test-box {
        display: none;
    }

    .mobile-exam-box .m-test-box.active {
        display: block;
    }


    /* 报考流程时间 */
    .schedule-box {
        width: 6.9rem;
        height: 4.6rem;
        background: #b3333d;
        border-radius: .2rem;
        padding-top: .4rem;
        padding-left: .1rem;
        padding-bottom: .2rem;
        overflow-x: scroll;
        margin-bottom: .2rem;
    }

    .schedule-box .schedule-line {
        width: 14.5rem;
        height: .02rem;
        top: .95rem;
        left: .25rem;
    }

    .schedule-box .schedule-items {
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-between;
        width: 15rem;
    }

    .schedule-box .schedule-items .schedule-item {
        width: 1.4rem;
        text-align: center;
    }

    .schedule-box .schedule-items .schedule-item img:nth-child(2) {
        margin: .1rem auto .1rem auto;
        width: .2rem;
    }

    .schedule-box .schedule-items .schedule-item img:nth-child(3) {
        margin: .1rem auto .1rem auto;
        width: .8rem;
    }


    .schedule-box .schedule-items .schedule-item p {
        font-size: .28rem;
        color: #fff;
    }

    .schedule-box .zuohua {
        color: #ecc38a;
    }

    /* 招生政策 */
    #zszc {
        background: url(../images/mobile_zszc_bg.png);
        padding-top: 1.2rem;
        padding-bottom: .8rem;
    }

    .bktj {
        width: 100%;
        display: block;
        margin-bottom: .5rem;
        padding-bottom: .2rem;
    }

    .bktj .bktj-img {
        width: 100%;
        height: 3.4rem;
        overflow: hidden;
    }

    .bktj .bktj-con {
        margin: .3rem;
    }

    .bktj .bktj-con h2 {
        color: #b3333d;
        font-size: .28rem;
        position: relative;
        font-weight: bold;
    }

    .bktj .bktj-con h2>span {
        position: absolute;
        left: -.25rem;
        top: -.02rem;
        display: inline-block;
        width: .08rem;
        height: .2rem;
    }

    .bktj .bktj-con h2>span img {
        width: 100%;
        height: 100%;
    }

    .bktj .bktj-con h3 {
        color: #333;
        font-size: .24rem;
        line-height: .3rem;
        margin: .2rem 0;
    }

    .bktj .bktj-con p {
        font-size: .24rem;
        line-height: .4rem;
    }

    .zszc-con .bktj-textbox {
        background: none;
        padding: 0;
        display: block;
        box-shadow: none;
        margin-bottom: .4rem;
    }

    .zszc-con .bktj-textbox .bktj-tab-box {
        display: flex;
        flex-wrap: nowrap;
    }

    .zszc-con .bktj-textbox .bktj-tab-tit {
        width: 3.45rem;
        height: .8rem;
        background: #ebebeb;
        line-height: .8rem;
        font-size: .32rem;
        line-height: .8rem;
        text-align: center;
        color: #333;
        font-weight: bold;
        margin-bottom: .3rem;
        cursor: pointer;
    }

    .zszc-con .bktj-textbox .bktj-content {
        padding: 0;
    }

    .zszc-con .bktj-textbox .bktj-content .bktj-tab-text {
        border: solid 1px #b3333d;
        margin: 0;
        position: relative;
        padding: .2rem;
        display: none;
        background: #fff;
    }

    .zszc-con .bktj-textbox .bktj-content .bktj-tab-text::after {
        background: url(../images/mobile_sanjiao.png) no-repeat center;
        background-size: 100% 100%;
    }

    .zszc-con .bktj-textbox .bktj-content .bktj-tab-text .sanjiao {
        display: none;
    }

    .mobile_sanjiao {
        display: block;
        position: absolute;
        top: -.19rem;
        left: 1.5rem;
        width: .38rem;
        height: .2rem;
    }

    .zszc-con .bktj-textbox .bktj-content .bktj-tab-text h2 {
        color: #b3333d;
        font-size: .28rem;
        line-height: .6rem;
    }

    .zszc-con .bktj-textbox .bktj-content .bktj-tab-text p {
        font-size: .26rem;
        line-height: .5rem;
    }

    .zszc-con .bktj-textbox .bktj-content .bktj-tab-text .zhu {
        font-size: .18rem;
        color: #b3333d;
        line-height: .28rem;
        margin-top: .2rem;
    }

    .pc-class {
        display: none;
    }

    .mobile-class {
        display: block;
    }

    .pc-tit {
        display: none;
    }

    .mobile-tit {
        display: block;
    }

    .zszc-con .bktj-textbox .bktj-content .bktj-tab-text>p>span {
        display: inline-block;
        width: 1rem;
        height: .34rem;
        line-height: .34rem;
        color: #fff;
        background: #b3333d;
        border-radius: .18rem;
        text-align: center;
    }

    .lqgz {
        padding: .3rem;
        background: #fff;
        box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.04);
        margin-bottom: .4rem;
    }

    .lqgz .lqgz-tab-box {
        width: 100%;
        display: flex;
        flex-wrap: nowrap;
        margin-bottom: .3rem;
    }

    .lqgz .lqgz-tab-box .lqgz-tabtit {
        width: 50%;
        height: .8rem;
        text-align: center;
        font-weight: bold;
        font-size: .24rem;
        line-height: .8rem;
        color: #333;
        background: #ebebeb;
        cursor: pointer;
        position: relative;
    }

    .lqgz .lqgz-tab-box .lqgz-tabtit.active::after {
        content: '';
        border: .15rem solid #b3333d;
        position: absolute;
        transform: translate(50% 50%);
        top: 97%;
        left: 47.5%;
        border-color: #b3333d transparent transparent transparent;
    }

    .lqgz .lqgz-table {
        overflow-x: scroll;
    }

    .lqgz .ysmsjg-table tr>th:nth-child(1) {
        width: 2rem;
        max-width: 4rem;
    }

    .lqgz .ysmsjg-table tr {
        height: 1rem;
    }

    .lqgz .gz-table tr {
        height: 1rem;
    }

    .lqgz .gz-table tr>th {
        width: 1rem;
        height: 1rem;
    }

    .lqgz .gz-table tr>th:nth-child(1) {
        width: .5rem;
    }

    .lqgz .gz-table tr>th:nth-child(2) {
        width: .5rem;
    }

    .lqgz .gz-table tr>th:nth-child(3) {
        width: 1.5rem;
    }

    .lqgz .lqgz-table .table-line1 {
        display: inline-block;
        position: absolute;
        bottom: 0;
        width: 1.5rem;
        height: .02rem;
        background: #fff;
        left: .2rem;
    }

    .lqgz .lqgz-table .table-line2 {
        width: .01rem;
        height: .3rem;
        background: #fff;
        position: absolute;
        right: 0;
    }



    table {
        width: 16rem;
        border-collapse: collapse;
        border-spacing: 0;
        border: .01rem #b3333d solid;
        margin-bottom: .4rem;
    }

    table td {
        font-size: .2rem;
        line-height: .3rem;
        padding: .2rem;
        border: 1px #b3333d solid;
    }

    table th {
        color: #fff;
        font-size: .24rem;
        background: #b3333d;
        border-right: .02rem #b3333d solid;
        /* border-left: 1px #fff solid;
        border-top: 1px #fff solid; */
    }

    .tbtx {
        background: url(../images/mobile_tbtx_bg.png) no-repeat center;
        padding: .3rem .2rem .2rem .6rem;
        text-align: justify;
    }

    .tbtx h2 {
        font-size: .26rem;
        color: #b3333d;
        margin-bottom: .2rem;
        position: relative;
    }

    .tbtx h2>span {
        position: absolute;
        top: -2px;
        left: -20px;
        display: inline-block;
        width: .07rem;
        height: .26rem;
    }

    .tbtx h2>span img {
        width: 100%;
        height: 100%;
    }

    .tbtx p {
        font-size: .28rem;
        line-height: .48rem;
        color: #333;
        position: relative;
    }

    /* 预审面试时间表 */

    #zshd {
        background: url(../images/mobile__zshd_bg.png)no-repeat center;
        background-size: 100% 100%;
        padding-top: 1rem;
        margin-top: -1px;
        position: relative;
        top: -.5rem;
    }

    .zshd-con .m-zshd-table {
        overflow-x: scroll;
    }

    .zshd-con .zshd-title {
        font-size: .26rem;
        font-weight: bold;
        color: #b3333d;
        text-align: center;
    }


    .zshd-con .zshd-table .table-line3 {
        width: .01rem;
        height: .3rem;
        background: #fff;
        position: absolute;
        right: 0;
    }

    .zshd-con .zshd-table .m-zshd-table table {
        width: 16rem;
        text-align: center;
        margin-top: 36px;
        margin-bottom: 25px;
    }

    .zshd-con .zshd-table table td {
        font-size: .24rem;
        padding: .2rem;
    }

    .zshd-con .zshd-table .zhu {
        color: #b3333d;
        font-size: .22rem;
        line-height: .4rem;
    }

    /* 活动日程 */
    #hdrc {
        margin-top: .8rem;
        margin-bottom: .8rem;
        padding: 0 .2rem;
    }

    #hdrc .title .engtit {
        left: 0 !important;
    }

    .swiper-box {
        display: none;
    }

    .m-hdrc-wrapper {
        margin: .4rem 0;
        display: block;
        overflow-x: scroll;
    }

    .m-hdrc-wrapper .m-hdrc-slide {
        display: flex;
        flex-wrap: nowrap;
        width: 11rem;
    }

    .m-hdrc-wrapper .m-hdrc-slide .m-hdrc-item {
        width: 3.2rem;
        height: 3.8rem;
        margin: 0 .2rem;
        position: relative;
    }

    .m-hdrc-wrapper .m-hdrc-item .m-hdrc-tit {
        text-align: center;
        background: url(../images/zshdrc-img2.png) no-repeat center;
        background-size: 100%;
        width: 1.3rem;
        height: 1.3rem;
        line-height: 1.3rem;
        font-size: .26rem;
        color: #fff;
        position: absolute;
        top: 0;
        z-index: 10;
        left: .8rem;
    }

    .m-hdrc-wrapper .m-hdrc-item .m-hdrc-con {
        text-align: center;
        width: 3rem;
        height: 2.4rem;
        border-radius: .8rem .8rem 1.5rem 1.5rem;
        background: #eef3f8;
        position: absolute;
        bottom: 0;
        padding-top: .5rem;
        font-size: .24rem;
    }

    .m-hdrc-wrapper .m-hdrc-item .m-hdrc-con .apply-btn2 {
        display: inline-block;
        width: 1.6rem;
        height: .48rem;
        line-height: .48rem;
        background: #b3333d;
        border-radius: .34rem;
        color: #fff;
        margin-top: .2rem;
    }

    .m-hdrc-wrapper .m-hdrc-item.finish .m-hdrc-con .apply-btn2 {
        background: #999;
    }

    .m-hdrc-wrapper .m-hdrc-item.finish .m-hdrc-tit {
        background: url(../images/zshdrc-img1.png) no-repeat center;
        background-size: 100%;
        color: #999;
    }

    .m-hdrc-wrapper .m-hdrc-item.finish .m-hdrc-con {
        color: #999;
    }

    .m-hdrc-wrapper .m-hdrc-item.finish .m-hdrc-con i {
        opacity: .5;
    }

    /* 项目特色 */
    #xmts {
        background: url(../images/mobile_xmts_bg.png) no-repeat center;
        background-size: 100% 100%;
        padding-top: 2rem;
        padding-bottom: .8rem;
    }

    .xmts-text {
        color: #fff;
        font-size: .24rem;
        text-align: justify;
        width: 7rem;
        margin: 0 auto;
        margin-top: .2rem;
        margin-bottom: .2rem;
        line-height: .5rem;
    }

    .xmts-text p {
        width: 100%;
    }

    .xmts-con .xmts-items {
        width: 100%;
        height: 2.4rem;
        border-radius: .2rem;
        background: rgba(0, 0, 0, .26);
    }

    .xmts-items ul {
        display: flex;
        flex-wrap: nowrap;
        padding-top: .3rem;
        padding-left: 0;
        margin: auto;
        justify-content: space-between;
    }

    .xmts-items ul .xmts-item {
        flex-grow: 1;
        width: 1rem;
    }

    .xmts-items ul .xmts-item img {
        width: 1rem;
    }

    .xmts-items ul .xmts-item p {
        font-size: .2rem;
        color: #ccc38a;
        line-height: .4rem;
        margin-top: .2rem;
    }

    .xmts-items ul .xmts-line {
        display: none;
    }

    .pc_p {
        display: none;
    }

    .m_p {
        display: block;
    }

    /* 培养目标 */
    #pymb {
        background: url(../images/mobile_pymb_bg.png) no-repeat center;
        background-size: 100% 100%;
        padding-top: 1.6rem;
    }

    #pymb .title .engtit {
        left: .6rem !important;
        width: 2.2rem;
    }

    .pymb-img {
        display: none;
    }

    .m-pymb-img {
        display: block;
        width: 7rem;
    }

    .m-pymb-img img {
        width: 100%;
    }

    /* 课程设置 */
    #kcsz {
        background: #fff;
        padding-top: 1rem;
        padding-bottom: 0;
    }

    #kcsz .title .engtit {
        left: .5rem !important;
        width: 2.5rem;
    }

    .kcsz-items .course {
        width: 3.3rem;
        height: 2.8rem;
        position: relative;
        margin-bottom: .4rem;
    }

    .kcsz-items li .course-tit {
        width: 2.9rem;
        height: .5rem;
        text-align: center;
        color: #fff;
        font-size: .24rem;
        font-weight: bold;
        line-height: .5rem;
        border-radius: .25rem;
        position: absolute;
        top: 0;
        left: .2rem;
        z-index: 10;
    }

    .kcsz-items li .course-inner {
        width: 3.3rem;
        height: 2.4rem;
        border-radius: 20px;
        position: absolute;
        bottom: 0;
    }

    .kcsz-items li .course-inner>ul {
        margin: .2rem .2rem .2rem;
        display: block;
    }

    .kcsz-items li .course-inner>ul:nth-child(1) span {
        font-size: .24rem;
    }

    .kcsz-items li .course-inner>ul li {
        width: 100% !important;
        text-align: left !important;
        font-size: .24rem;
        line-height: .4rem;
    }

    .kcsz-items li .course-inner1 {
        border: none;
        background: none;
    }

    .kcsz-items li .course-inner2 {
        border: none;
        background: none;
    }

    .kcsz-items li .course-tit1 {
        background: none;
    }

    .kcsz-items li .course-tit2 {
        background: none;
    }

    .kcsz-items li .course-tit3 {
        background: #004296;
    }

    .kcsz-items li .course-tit4 {
        background: #b3333d;
    }

    .kcsz-items li .course-inner3 {
        border: 1px solid #004296;
        background: rgba(0, 66, 150, 0.08);
    }

    .kcsz-items li .course-inner4 {
        border: 1px solid #b3333d;
        background: rgba(179, 51, 61, 0.08);
    }

    .pc-course {
        display: none;
    }

    .kcsz-items .m-course {
        display: block;
        display: flex;
    }

    .kcsz-items .m-course .course-inner ul {
        margin: 0;
        margin-top: .2rem;
        margin-left: .1rem;
    }

    .kcsz-items .m-course span {
        font-size: .24rem;
        line-height: .4rem;
    }

    /* 听TA说 */
    #tts {
        background: url(../images/bg-tts.png)no-repeat center;
        background-size: 100% 100%;
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

    #tts .title .engtit {
        left: .5rem !important;
        width: 2.5rem;
    }

    .tts-box {
        width: 100%;
        margin-top: .4rem;
        margin-bottom: .4rem;
        margin-left: 0;
        display: flex;
        flex-wrap: nowrap;
        overflow-x: scroll;
    }

    .tts-box .tts-item {
        display: flex;
        flex-wrap: nowrap;
        height: 3.9rem;
        position: relative;
    }

    .tts-box .tts-item .tts-text>div {
        margin: .2rem .15rem;
        color: #fff;
        line-height: .3rem;
        font-size: .22rem;
        text-align: justify;
    }

    .tts-box .tts-item .tts-people {
        width: 2rem;
        height: 3.9rem;
    }

    .tts-box .tts-item .tts-people img {
        width: 100%;
        height: 100%;
    }

    .tts-box .tts-item .tts-text {
        width: 4.6rem;
        background: #d13a48;
        position: relative;
        display: block;
    }

    .tts-box .tts-item .tts-text .info {
        width: 3.6rem;
    }

    .tts-box .tts-item .tts-shadow {
        display: none;
    }

    .tts-box .tts-item .tts-text.tts-text1 {
        width: 5.6rem;
    }

    .tts-box .tts-item .tts-text.tts-text1 .info {
        width: 5rem;
    }

    /* 联系我们 */
    #lxwm {
        padding-top: .7rem;
        padding-bottom: 0;
        background: url(../images/mobile_footer_bg.png)no-repeat center;
        background-size: 100% 100%;
    }

    #lxwm .title .engtit {
        left: .8rem !important;
        width: 1.8rem;
    }

    .lxwm-inner .cont {
        font-size: .24rem;
        color: #fff;
        line-height: .48rem;
        float: none;
    }

    .lxwm-inner .cont a {
        font-size: .24rem;
        color: #fff;
    }

    .lxwm-inner .ma {
        float: none;
        margin: .3rem auto;
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-between;
        width: 7rem;
    }

    .lxwm-inner .ma>div {
        display: inline-block;
        margin: .2rem .4rem;
        width: 2rem;
        height: 2rem;
        text-align: center;
    }

    .lxwm-inner .ma>div img {
        width: 1.6rem;
        height: 1.6rem;
    }

    .lxwm-inner .ma>div p {
        text-align: center;
        color: #fff;
        font-size: .22rem;
        line-height: .6rem;
    }

    #mbachina {
        line-height: 1rem;
    }

    /* 回顶部 */
    #totop {
        width: .6rem;
        height: .6rem;
        position: fixed;
        right: .3rem;
        bottom: 1rem;
        cursor: pointer;
        z-index: 10;
        display: none;
    }

    #totop img {
        width: 100%;
        height: 100%;
    }

    /* 技术支持 */
    #mbachina a {
        font-size: .24rem;
    }

}