.mobileAn {
    position: fixed !important;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    background-color: #fff;
    opacity: 0;
}
.mobileAn,
.mobileAn-around {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}
.mobileAn .leftTop {
    width: calc(100% / 16.3);
    height: calc(100vh / 18.3);
    background-color: #595758;
}
.mobileAn .leftTopEryThrInu {
    position: relative;
    width: calc(100% / 26.8);
    height: calc(100vh / 47.6);
    left: calc(100% / 16.3);
    background-color: #8E5053;
}
.mobileAn .leftBottomTopG,
.mobileAn .leftBottomTopE,
.mobileAn .leftBottomGray,
.mobileAn .leftBottomEryThrInu,
.mobileAn .rightTopG,
.mobileAn .rightTopE,
.mobileAn .rightSmallE,
.mobileAn .pageLoad-demo,
.mobileAn .mobileAn-subhead .item,
.mobileAn .mobileAn-logo,
.mobileAn .mobileAn-col {
    position: absolute;
}
.mobileAn .leftBottomTopG {
    width: calc(100% / 3);
    height: calc(100vh / 51.3);
    bottom: calc(100vh / 20.8);
    background-color: #595758;
}
.mobileAn .leftBottomTopE {
    width: calc(100% / 3);
    height: calc(100vh / 83.4);
    bottom: calc(100vh / 27);
    background-color: #8E5053;
}
.mobileAn .leftBottomEryThrInu {
    width: calc(100% / 8);
    height: calc(100vh / 41.7);
    bottom: 0;
    background-color: #595758;
}
.mobileAn .leftBottomGray {
    width: calc(100% / 5.7);
    height: calc(100vh / 41.7);
    bottom: 0;
    background-color: #8E5053;
}
.mobileAn .rightTopG {
    width: calc(100% / 3.4);
    height: calc(100vh / 19.6);
    right: 0;
    bottom: calc(100vh / 5.75);
    background-color: #595758;
}
.mobileAn .rightTopE {
    width: calc(100% / 3.4);
    height: calc(100vh / 95.3);
    right: 0;
    bottom: calc(100vh / 6.5);
    background-color: #8E5053;
}
.mobileAn .rightSmallE {
    width: calc(100% / 57.7);
    height: calc(100vh / 133.4);
    right: calc(100% / 8.6);
    bottom: calc(100vh / 6.6);
    background-color: #8E5053;
}
.mobileAn .pageLoad-demo {
    opacity: 0;
    top: 30%;
    left: 50%;
    -webkit-transform: translate(-50%, -30%);
    -moz-transform: translate(-50%, -30%);
    -o-transform: translate(-50%, -30%);
    transform: translate(-50%, -30%);
    font-size: 20px;
    font-weight: 400;
    text-align: right;
}
.mobileAn .pageLoad-demo.on {
    opacity: 1;
}
.mobileAn .line .s1,
.mobileAn .line .s17 {
    text-align: left;
    opacity: 0;
    -webkit-transition: opacity 1s;
    -moz-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s;
}
.mobileAn-subhead .item {
    white-space: nowrap;
    font-size: 12px;
}
.mobileAn-subhead .item span {
    display: block;
    opacity: 0;
    -webkit-transition: opacity 1s;
    -moz-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s;
}
.mobileAn-logo {
    width: 100%;
    top: 45%;
    left: 50%;
    text-align: center;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.mobileAn-logo img {
    max-width: 80%;
    width: auto;
    margin: 0 auto;
    transform: scale(16);
    -webkit-transform: scale(16);
    -moz-transform: scale(16);
    -o-transform: scale(16);
    -webkit-transition: transform 1s;
    -moz-transition: transform 1s;
    -o-transition: transform 1s;
    transition: transform   1s;
}
.mobileAn-col {
    bottom: calc(100vh / 11.5);
    opacity: 0;
    -webkit-transform: scale(0.2);
    -moz-transform: scale(0.2);
    -o-transform: scale(0.2);
    transform: scale(0.2);
    transition: all 2s;
}
.mobileAn-col .col-item {
    position: relative;
    border: 1px solid #8E5053;
    padding: 3px 10px 3px 25px;
    color: rgb(0, 0, 0,.7);
    margin: 18px 0;
    font-size: 14px;
}
.mobileAn-col .col-item::before {
    content: "";
    position: absolute;
    width: 8px;
    height: 90%;
    background-color: #8E5053;
    left: 5px;
    top: -6px;
}
.mobileAn-col .col-item:hover {
    background-color: #DE9898;
    color: #fff;
}