
.service-section ul {
    padding: 0;
    margin: 0;
    display: -webkit-box;
    -webkit-box-align: center;
    align-items: center;
    list-style: none;
}
li.active.mobileUrl {
    width: 50%;
}
a.title:hover {
    /*transform: translateX(10px);*/
    padding-left: 10px;
}
a.more:hover {
    background: none;
    color: #c80000;
}
li.mobileUrl {
    list-style: none;
    position: relative;
    width: 25%;
    height: 40vw;
    padding: 0;
    transition: all .4s ease 0s;
    overflow: hidden;
    border: 1px solid #fff;
    background-repeat: no-repeat;
    background-position: center;
}
li.mobileUrl .pro-cover {
    position: absolute;
    padding: 1.5rem;
    background-color: rgba(0,0,0,0.7);
    color: #fff;
    left: 0;
    right: 0;
    top: 100%;
    transition: all .4s ease 0s;
    transition-delay: .2s;
    z-index: 55;
}
a.title {
    font-size: 30px;
    transition: all .4s ease 0s;
    color: #fff;
}
.mobileUrl .desc {
    font-size: 16px;
    margin: 20px 0;
    font-weight: 300;
}
a.more {
    border-radius: 2em;
    background: #c80000;
    padding: 5px 15px;
    margin: 5px 0;
    color: #fff;
}
.mobileUrl .pro-info {
    color: #fff;
    width: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    transition: .8s;
    z-index: 5;
    transform: translateX(-50%) translateY(-50%) scale(1);
}
p.id.id1 {
    background-image: url(../images/no_01.png);
}
p.id.id2 {
    background-image: url(../images/no_02.png);
}
p.id.id3 {
    background-image: url(../images/no_03.png);
}
p.id {
    font-size: 1.4rem;
    color: transparent;
    position: absolute;
    left: -0.7rem;
    bottom: 60%;
    line-height: 1;
    z-index: 99;
    width: 5em;
    height: 4em;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.mobileUrl .pro-info h3 {
    position: relative;
    z-index: 5;
    font-size: 30px;
    color: #fff;
    display: block;
    transition: all .4s ease 0s;
}
li.mobileUrl::after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    left: 0;
    top: 0;
    z-index: 1;
    opacity: 1;
    transition: all .4s ease 0s;
}
/*active css*/
.active.mobileUrl .pro-cover {
    transform: translateY(-100%);
}
.mobileUrl.active .pro-info {
    transform: scale(0);
}
li.mobileUrl.active::after {
    opacity: 0;
}
/*active css end*/

