/*底部*/
.mob-dowebok-ft{ height: 52rem; background-color: #272727;}
.mob-footer{position: relative; z-index: 1;  width: 100vw; height: auto; margin: 0 auto; }
.mob-footer .mob-footer-cont{ width: 21.4375rem; height: 8.6875rem; margin: 0 auto; text-align: center; margin-bottom: 12px;}
.mob-footer .mob-footer-cont img{ width: 6.5625rem; height: 2.25rem; margin-top: 40px; }
.mob-footer .mob-footer-cont h2{ margin-top: 20px; color: #8C8C8C; line-height: 26px; font-size: 18px; font-weight: 300;}

/*菜单内容-------------------------------------------------------------------------*/
/* #mob-header-cont {padding-top: 16px;} */
.mobf-verticalMenu > div { width: 100%; float: left; }
.mobf-verticalMenu > div > div:first-child { text-align: left;
     /* width: 21.4375rem; */
     width: calc(100vw - 2rem);
     height: 54px; line-height: 54px; transition: background-color 0.4s linear; 
    color: #ffffff; font-size: 18px; margin: 0 auto; border-top: 0.3px solid #8C8C8C; border-bottom: 0.3px solid #8C8C8C; }
.mobf-verticalMenu > div > div:first-child > i:last-child { line-height: 54px; float: right; transform: rotate(0deg);
    transition: transform 0.4s linear; color: #ffffff; background: url(../mimages/footerjia.png); width: 14px; height: 14px; background-size: 14px 14px;
    margin-top: 17px; }
.mobf-verticalMenu > div > div:last-child { width: 100%; display: none; }
.mobf-verticalMenu > div > div:last-child > div { color: #8C8C8C; transition: background-color 0.1s linear; text-align: left; width: 21.4375rem;
    margin: 0 auto; line-height: 54px; font-size: 18px; }
.mobf-verticalMenu > div:last-child::after { display: block; clear: both; color: #8C8C8C;}

/*底部-------------------------------------------------------------------------*/
.mob-footer-kong{ clear: both;  height: 14px;}
.mob-footer-end {clear: both; 
    /* width: 21.4375rem; */
    width: calc(100vw - 2rem);
    height: 319px; margin: 0 auto; 
    display: flex; 
    flex-direction: column;
    align-items: center;
}

.mob-footer-end img {width: 170px; height: 170px; margin-top: 26px;}
.mob-footer-end h1{color: #ffffff; font-weight: 400; font-size: 16px; line-height: 18px; margin-top: 12px; }
.mob-footer-end a {color: #8C8C8C; font-weight: 400; font-size: 16px; line-height: 22px; margin-top: 40px; text-align: center;}