.mation_header{
    padding-top:20px;
    margin-bottom: 12px;
}
.mation_header h3{
    height: 24px;
    font:24px/24px "微软雅黑";
    text-align: center;
    font-weight: normal;
    color:#333;
}
.mation_header span{
    display: block;
    height:48px;
    font:12px/48px "微软雅黑";
    text-align: center;
    color: #8a9099;
}
.mation_content h6{
    height:44px;
    font:14px/44px "微软雅黑";
    color:#8a9099;
    font-weight: normal;
}
.mation_content p{
    font:14px/24px "微软雅黑";
    color:#8a9099;
}
/* .mation_content p:last-child{
    margin-bottom: 25px;
} */

/** 添加商城文章详情css begin **/
.mation_content{
    width: 640px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 25px;
}

.mation_content img {
    max-width: 100%;
    height: auto!important;
}

.mation_content .cartBox,
.mation_content .iframe-box {
    display: block;
    width: 640px;
    margin: 10px auto;
    text-indent: 0;
    text-align: left;
    font-size: 14px;
}

.mation_content .product-card {
    display: -webkit-flex;
    display: flex;
    padding: 8px;
    border: 1px solid #dddddd;
    box-sizing: border-box;
    text-decoration: none;
    color: #333333;
}

.mation_content .product-card .product-cover {
    width: 120px;
    height: 120px;
}

.mation_content .product-card .product-cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mation_content .product-card .product-info {
    flex: 1;
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    justify-content: space-between;
    margin-left: 20px;
    color: #333333;
}

.mation_content .product-card .product-info .product-title {
    max-width: 100%;
    overflow: hidden;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: inherit;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 40px;
    max-height: 40px;
    line-height: 20px;
    color: #333333;
}

.mation_content .product-card .product-info .product-bar {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-align-content: center;
    align-content: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.mation_content .product-card .product-info .product-price {
    font-size: 14px;
    color: #f84d90;
}

.mation_content .product-card .product-info .product-btn {
    background-color: #f84d90;
    border-radius: 3px;
    padding: 8px 8px;
    color: #ffffff;
    font-size: 14px;
}

.mation_content .product-card .product-info .product-btn-icons {
    margin-right: 2px;
}

.mation_content .product-empty {
    box-sizing: border-box;
    position: relative;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    justify-content: flex-start;
    width: 100%;
    height: 160px;
    background-color: #dddddd;
    border-radius: 10px;
    overflow: hidden;
    padding: 10px;
}

.mation_content .product-empty i {
    display: block;
    width: 30px;
    height: 30px;
    flex: none;
    background-image: url("../images/warn.png");
    background-size: 100% 100%;
    background-position: center center;
}

.mation_content .product-empty p {
    flex: 1;
    margin-left: 20px;
    color: #333333;
    font-size: 16px;
}

.mation_content .audio-player {
    position: relative;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: 80px;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(238, 238, 238, 1);
    border-radius: 10px;
    overflow: hidden;
    margin: 0 auto;
}

.mation_content .audio-player .player-cover {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    flex: none;
    width: 55px;
    height: 100%;
}

.mation_content .audio-player .player-icons {
    width: 32px;
    height: 32px;
}

.mation_content .audio-player .js-play {
    background-image: url("../images/play.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center center;
}

.mation_content .audio-player .js-pause {
    background-image: url("../images/pause.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center center;
}

.mation_content .audio-player .player-info {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    flex-direction: column;
    flex: 1;
    height: 70px;
    margin-right: 16px;
}

.mation_content .audio-player .player-title {
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    font-weight: bold;
    color: #333;
}
.mation_content .audio-player .player-duration {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    width: 100%;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    font-weight: 500;
    color: #fb4d90;
    text-align: right;
}
.mation_content .audio-player .progress-inner {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    height: 2px;
    background: #ddd;
    border-radius: 1px;
}
.mation_content .audio-player .progress-bar {
    position: relative;
    width: 100%;
    height: 20px;
}
.mation_content .audio-player .progress-btn-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    left: -12px;
    margin-top: -15px;
}
.mation_content .audio-player .progress-btn {
    display: block;
    position: relative;
    width: 6px;
    height: 6px;
    box-sizing: border-box;
    box-shadow: 0px 0.5px 1.5px 0px rgba(0, 0, 0, 0.3);
    border-radius: 50%;
    border: 1px solid #fb4d90;
    background-color: #fff;
    box-shadow: 0px 0px 5px #fb4d90;
}

.mation_content .audio-empty {
    box-sizing: border-box;
    position: relative;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    justify-content: flex-start;
    width: 100%;
    height: 66px;
    background-color: #dddddd;
    border-radius: 10px;
    overflow: hidden;
    padding: 10px;
}

.mation_content .audio-empty i {
    display: block;
    width: 30px;
    height: 30px;
    flex: none;
    background-image: url("../images/warn.png");
    background-size: 100% 100%;
    background-position: center center;
}

.mation_content .audio-empty p {
    flex: 1;
    margin-left: 20px;
    color: #333333;
    font-size: 16px;
}

.mation_content .video-player {
    width: 100%;
    height: 300px;
}

.mation_content .video-empty {
    display: none;
    width: 100%;
    height: 300px;
    background-color: #dddddd;
    text-align: center;
    overflow: hidden;
}

.mation_content .video-empty-icon {
    display: block;
    width: 64px;
    height: 64px;
    margin: 80px auto 0 auto;
}

.mation_content .video-empty-txt {
    margin: 30px auto 0 auto;
    color: #333333;
    font-size: 16px;
}

/** 添加商城文章详情css end **/