.sec_footer_bg {
    background: #363636;
}
.header .mobile-inner-header-icon {
    background: url(../images/bg2.png) no-repeat center center;
}

.header .mobile-inner-header-icon-click {
    background: url(../images/bg3.png) no-repeat center center;
}

.header.sticky .mobile-inner-header-icon {
    background: url(../images/bg2.png) no-repeat center center;
}

.iphone_con {
    padding-top: 60px;
}

.sj_nav {
    display: block;
    float: right;
    position: relative;
    width: 22px;
    right: 0;
    min-height: 60px;
}
.mobile {
    width: 100%;
    float: left;
    position: relative;
}

.mobile-inner {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    z-index: 99999999;
}

.mobile-inner p {
    color: #676767;
    line-height: 25px;
    font-size: 16px;
    padding-bottom: 10px;
    padding-right: 30px;
    padding-left: 30px;
    margin: 0px;
}

.mobile-inner-header {
    width: 100%;
    height: 50px;
    position: relative;
    top: 0px;
    left: 0px;
}

.mobile-inner-header-icon {
    color: #ffffff;
    height: 96px;
    font-size: 50px;
    text-align: center;
    float: right;
    width: 22px;
    position: relative;
    -webkit-transition: background 0.5s;
    -moz-transition: background 0.5s;
    -o-transition: background 0.5s;
    transition: background 0.5s;
    background: url(../images/bg.png) no-repeat center center;
}

.mobile-inner-header-icon:hover {
    cursor: pointer;
}

.mobile-inner-header-icon span {
    position: absolute;
    left: calc((100% - 25px) / 2);
    top: calc((100% - 1px) / 2);
    width: 25px;
    height: 1px;
    background-color: rgba(255, 255, 255, 1);
}

.mobile-inner-header-icon span:nth-child(1) {
    transform: translateY(4px) rotate(0deg);
}

.mobile-inner-header-icon span:nth-child(2) {
    transform: translateY(-4px) rotate(0deg);
}

.mobile-inner-header-icon-click span:nth-child(1) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: clickfirst;
}

.mobile-inner-header-icon-click span:nth-child(2) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: clicksecond;
}
.menuTitle31 {
    cursor: pointer;
    width: 100%;
    height: 48px;
    background: #fff;
    color: #fff;
    font-size: 14px;
    line-height: 48px;
    /* padding: 0 15px; */
    color: #000;
    font-size: 16px;
}

.menuTitle31 a {
    color: #000000;
    font-size: 16px;
    display: block;
    text-align: center;
}

.menuTitle31 a i {
    color: #000000;
    font-size: 16px;
    text-transform: uppercase;
}
.mobile-inner-nav {
    background: #f7f7f7;
    width: 60%;
    position: absolute;
    top: 137px;
    right: 0px;
    padding-top: 0px;
    display: none;
    z-index: 99999999;
    padding-bottom: 20px;
    -webkit-animation-duration: 0.8s;
    animation-duration: 0.8s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig;
    padding: 10px;
}
@keyframes clickfirst {
    0% {
        transform: translateY(4px) rotate(0deg);
    }
    100% {
        transform: translateY(0) rotate(45deg);
    }
}

@keyframes clicksecond {
    0% {
        transform: translateY(-4px) rotate(0deg);
    }
    100% {
        transform: translateY(0) rotate(-45deg);
    }
}

.mobile-inner-header-icon-out span:nth-child(1) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: outfirst;
}

.mobile-inner-header-icon-out span:nth-child(2) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: outsecond;
}

@keyframes outfirst {
    0% {
        transform: translateY(0) rotate(-45deg);
    }
    100% {
        transform: translateY(-4px) rotate(0deg);
    }
}

@keyframes outsecond {
    0% {
        transform: translateY(0) rotate(45deg);
    }
    100% {
        transform: translateY(4px) rotate(0deg);
    }
}
.sj_nav{
    display: none;
}
@media (max-width:1200px){
    .sj_nav{
        display: block;
    }
}