body,
html {
    font-size: 20px;
    width: 100%;
}

a:hover {
    cursor: pointer;
}

.container {
    width: 100%;
    overflow: hidden;
    position: relative;
}

#top {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1001;
    width: 100%;
}

#top.is-active {
    background: #000 !important;
}

.top {
    width: 100%;
    padding: 0rem 0.75rem;
    box-sizing: border-box;
    overflow: hidden;
}

.top>a {
    display: block;
    width: 25%;
    float: left;
    margin: 0.65rem 0;
    height: 1.2rem;
}

.top>a.mune .line {
    width: 0.85rem;
    height: 0.1rem;
    background-color: #fff;
    display: block;
    margin: 0.3rem;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.top>a.mune.is-active .line:nth-child(1) {
    -webkit-transform: translateY(4px) rotate(45deg);
    -ms-transform: translateY(4px) rotate(45deg);
    -o-transform: translateY(4px) rotate(45deg);
    transform: translateY(4px) rotate(45deg);
}

.top>a.mune.is-active .line:nth-child(2) {
    -webkit-transform: translateY(-4px) rotate(-45deg);
    -ms-transform: translateY(-4px) rotate(-45deg);
    -o-transform: translateY(-4px) rotate(-45deg);
    transform: translateY(-4px) rotate(-45deg);
}

.top>a.logo {
    width: 50%;
    text-align: center;
}

.top>a.logo>img {
    height: 100%;
}

.top>a.up {
    text-align: right;
}

.top>a.up span {
    font-size: 0.6rem;
    color: #fff;
    display: inline-block;
    padding: 0.25rem 0.5rem;
    border: 1px solid #fff;
    border-radius: 5rem;
}

.muneAll {
    background: #000000;
    padding: 0 1.875rem 8rem 1.875rem;
    box-sizing: border-box;
    position: fixed;
    top: 2.5rem;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 10001;
    display: none;
    overflow: auto;
}

.muneAll ul,
.muneAll li {
    width: 100%;
    display: inline-block;
    box-sizing: border-box;
}

.muneAll li>ul {
    padding-left: 1.875rem;
}

.muneAll li a {
    font-size: 0.75rem;
    line-height: 2.5rem;
    border-bottom: 1px solid #444444;
    color: #fff;
    width: 100%;
    display: block;
}

.muneAll li {
    position: relative;
}

.muneAll li span {
    height: 2.5rem;
    width: 2.5rem;
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1009;
}

.muneAll li span .line {
    width: 0.9rem;
    height: 0.1rem;
    background-color: #fff;
    display: block;
    margin: 1.18rem auto;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.muneAll li span .line:nth-child(2) {
    margin-top: -1.29rem;
}

.muneAll li span.is-active .line:nth-child(2) {
    -webkit-transform: translateY(0px) rotate(90deg);
    -ms-transform: translateY(0px) rotate(90deg);
    -o-transform: translateY(0px) rotate(90deg);
    transform: translateY(0px) rotate(90deg);
}

.mask {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.40);
    z-index: 10001;
    display: none;
}

.pup {
    width: 80%;
    position: fixed;
    top: calc(50% - 11rem);
    right: 10%;
    left: 10%;
    background: #fff;
    z-index: 10002;
    display: none;
}

.pup>.closed {
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
    width: 1.5rem;
    height: 1.5rem;
    padding: 0.4rem;
    box-sizing: border-box;
}

.pup>.closed>img {
    width: 100%;
}

.pup>img {
    width: 100%;
    display: block;
    margin: 0;
    border: 0;
}

.pup>.inpMgs {
    width: 100%;
    padding: 3rem;
    box-sizing: border-box;
}

.pup>.inpMgs img {
    width: 100%;
}

.con {
    width: 100%;
    overflow: hidden;
}

.con img,
.con a {
    width: 100%;
    display: block;
    margin: 0;
    border: none;
}

.arrows {
    height: 2rem;
    width: 2rem;
    float: left;
    display: block;
    position: fixed;
    z-index: 10001;
    bottom: 3rem;
    right: 0.75rem;
    border-radius: 0.2rem;
    background-color: rgba(255, 255, 255, .4);
    font-size: 0.9rem;
    text-align: center;
    line-height: 2rem;
    color: #333;
    border: 1px solid #D1DCED;
    opacity: 0;
}

.arrows img {
    vertical-align: middle;
    width: 100%;
}

.arrows:hover {
    color: #005FCC;
}

.case {
    width: 100%;
    background-color: #F6F6F6;
    padding: 0 0.75rem;
    box-sizing: border-box;
}

.case ul {
    width: 100%;
    overflow: hidden;
}

.case ul li {
    display: inline-block;
    float: left;
    width: 100%;
    margin: 0.5rem 0;
    background: #fff;
}

.case ul li a {
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
}

.case ul li div {
    width: 100%;
    overflow: hidden;
    display: block;
    margin: 0;
}

.case ul li div>img {
    width: 100%;
    display: block;
    margin: 0;
}

.case ul li div:last-child {
    padding: 0.75rem;
    box-sizing: border-box;
}

.case ul li div h1,
.case ul li div h3 {
    text-align: left;
    width: 100%;
}

.case ul li div h1 {
    margin-bottom: 0.375rem;
}

.case ul li div h1 span {
    width: 100%;
    display: block;
    font-size: 0.6rem;
    color: #333;
    line-height: 1.44;
}

.case ul li div h1 span:first-child {
    color: #417CDD;
    padding-bottom: 0.275rem;
    border-bottom: 1px solid #C1D9FF;
    margin-bottom: 0.325rem;
    font-size: 0.6rem;
}

.case ul li div h3 {
    font-size: 0.45rem;
    color: #909090;
    line-height: 1.8;
    /* display: -webkit-box; */
    /* -webkit-box-orient: vertical; */
    /* -webkit-line-clamp: 5; */
    /* height: 6.15rem; */
    overflow: hidden;
    text-align: justify;
}


/* .case ul li:hover { */


/* transform: scale(1.035); */


/* } */

.foot {
    background-color: #2A2A2A;
    width: 100%;
    overflow: hidden;
}