.ui-piclist{
    width: 9.453333rem;
    height: auto;
    margin: 0 auto .333333rem;
}
.ui-piclist-ul{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.ui-piclist-li{
    width: 4.586667rem;
    height: 4.106667rem;
    box-shadow: 0 0 5px #eaeaea;
}
.ui-piclist-a{
    display: block;
    margin: .226667rem .253333rem;
}

.ui-piclist-img{
    display: block;
    width: 100%;
    height: 2.853333rem;
}
.ui-piclist-title{
    font-size: .346667rem;
    color: #727272;
    line-height: 1rem;
}
.ui-videolist {
    width: 9.453333rem;
    height: auto;
    margin: 0 auto .333333rem;
}

.ui-videolist-ul {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.ui-videolist-li {
    width: 4.586667rem;
    height: 4.106667rem;
    box-shadow: 0 0 5px #eaeaea;
}

.ui-videolist-a {
    display: block;
    margin: .226667rem .253333rem;
}
.ui-videolist-k{
    width: 100%;
    height: 2.853333rem;
    position: relative;
}
.ui-videolist-img {
    display: block;
    width: 100%;
    height: 2.853333rem;
}
.mask{
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    top: 0;
    left: 0;
}
.ui-videolist-title {
    font-size: .346667rem;
    color: #727272;
    line-height: 1rem;
}
.mask-img{
    display: block;
    width: .666667rem;
    height: .666667rem;
    margin: 1.09rem auto;
}
.ui-detail{
    width: 100%;
    min-height: 2.06667rem;
    border-bottom: 1px solid #f0f0f0;
}
.ui-detail-title{
    width: 8.853333rem;
    margin: 0 auto;
    padding: .533333rem 0rem;
    font-size: .506667rem;
    color: #1475c6;
    text-align: center;
    line-height: 0.8rem;
}
.ui-detail-other{
    text-align: center;
    line-height: 1rem;
}
.ui-detail-content{
    width: 9.426667rem;
    height: auto;
    margin: 0 auto;
}
.ui-video-k{
    width: 100%;
    height: 6.88rem;
    box-shadow:  0 0 5px #eaeaea;
    margin-top: 0.5rem;
}
.ui-video{
    width: 8.533333rem;
    height: 5.906667rem;
    margin: .466667rem .426667rem;
}
.ui-detailb{
    width: 9.426667rem;
    height: auto;
    margin: 0.5rem auto;
}
    .ui-detailb img {
        display: block;
        max-width: 100%;
        /*max-height: 5rem;*/
        object-fit: contain;
        width: 100%;
        height: auto;
        margin: .266667rem 0rem !important;
    }
table {
    margin:0 auto;
}
.ui-detailb p{
    font-size: .32rem;
    color: #404040;
    line-height: 0.6rem;
    /*text-indent: 2em;*/
}
.cd-top {
    display: inline-block;
    height: 40px;
    width: 40px;
    position: fixed;
    bottom: 40px;
    right: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    /* image replacement properties */
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: #014069 url(../images/cd-top-arrow.svg) no-repeat center 50%;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    -moz-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s;
}

.cd-top.cd-is-visible,
.cd-top.cd-fade-out,
.no-touch .cd-top:hover {
    -webkit-transition: opacity .3s 0s, visibility 0s 0s;
    -moz-transition: opacity .3s 0s, visibility 0s 0s;
    transition: opacity .3s 0s, visibility 0s 0s;
}

.cd-top.cd-is-visible {
    /* the button becomes visible */
    visibility: visible;
    opacity: 1;
}

.cd-top.cd-fade-out {
    /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
    opacity: .5;
}

.no-touch .cd-top:hover {
    background-color: #e86256;
    opacity: 1;
}

@media only screen and (min-width: 768px) {
    .cd-top {
        right: 20px;
        bottom: 20px;
    }
}

@media only screen and (min-width: 1024px) {
    .cd-top {
        height: 60px;
        width: 60px;
        right: 30px;
        bottom: 30px;
    }
}