.slide-right-enter-active,
.slide-right-leave-active,
.slide-left-enter-active,
.slide-left-leave-active {
    will-change: transform;
    transition: all 500ms;
    position: absolute;
}
.slide-right-enter {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
}
.slide-right-leave-active {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
}
.slide-left-enter {
   opacity: 0;
   transform: translate3d(100%, 0, 0);
}
.slide-left-leave-active {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
}
.Router {
    width: 100%;
    transition: all .5s ease;

}
.replaceBody{
    color: #666;
    background: white;
    font-size: 14px;
    line-height: 1.5;
}
.custom-tip{
    display: block;
    text-align: center;
    padding-top: 10px;
    font-size: 14px;
    font-weight: normal;
    color: #888888;
    line-height: 24px;
}
.custom-obtain{
    border: 1px solid #ededed;
    background: #f8f8f8;
    border-radius: 6px;
    width: 70px;
}

/*弹窗*/
.pop_frame_inner {
    left: 15px;
    top: 127%;
    background: #ffffff;
    border-radius: 5px;
    overflow: hidden;
    right: 15px;
    padding-bottom: 60px;
    width: 300px;
}
.pop_frame_inner .h4 {
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 20px;
    color: #d9605e;
    font-weight: normal;
    position: relative;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom: 2px #dddddd dashed;
    margin: 0 20px;
}
.pop_frame_inner .h4 .a {
    display: block;
    width: 16px;
    height: 16px;
    position: absolute;
    right: 0px;
    top: 16px;
}
.a {
    font-size: 6px;
    text-decoration: none;
}
.pop_type {
    padding: 20px;
    text-align: center;
    font-size: 14px;
    color: #666666;
}
.pop_code {
    height: 27px;
    border: 2px #dddddd solid;
    border-radius: 10px;
    background: #ffffff;
    margin: 0 20px;
    padding: 0 10px;
}
.pop_code input {
    border: 0px;
    line-height: 27px;
    color: #999999;
    font-size: 12px;
    height: 100%;
    width: 100%;
    display: block;
    bottom: 10px;
}
.pop_mine {
    height: 44px;
    position: absolute;
    lefT: 0px;
    right: 0px;
    bottom: 0px;
    border-bottom-left-radius: 10px;
    border-top-right-radius: 10px;
}
.pop_mine .li {
    widtH: 50%;
    float: left;
}
.pop_mine .li .a {
    display: block;
    text-align: center;
    line-height: 44px;
    font-size: 14px;
    color: #666666;
}
.customFirstDev {
    height: 100%;
    overflow: hidden;
}
.coustomPage {
    position: absolute;
    overflow: auto;
    height: 100%;
    background: white;
}

.customUl {
    min-height: 100%;
}

.customMaxNum {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 75px;
}

.activate-list {
    margin-bottom: 60px;
}

.page-ar-search {
    margin-top: 44px
}
