.news-box {
    padding: 20px;
    background-color: #FFFFFF
}
.news-box .news-head {
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.news-box .news-head:after {
    content: "";
    display: block;
    clear: both;
}
.news-box .news-head h1 {
    font-size: 26px;
    color: #333;
    line-height: 1.5;
}
.news-box .news-head .news-option {
    float: left;
    margin-top: 10px;
    line-height: 24px;
}
.news-box .news-head .news-option span {
    color: #999;
    font-size: 14px;
    margin-right: 30px;
}
.news-box .news-head .news-option span:last-child {
    margin-right: 0
}
.news-box .news-head .news-action {
    float: right;
    margin-top: 10px;
    line-height: 24px;
}
.news-box .news-head .news-action a {
    color: #999;
    font-size: 14px;
    margin-left: 20px;
}
.news-box .news-head .news-action a:hover {
    color: #ff5d3d;
}
.news-box .news-head .news-action a:before {
    margin-right: 4px;
}
.news-box .news-head .news-action a span {
    margin-left: 4px;
}
.news-box .news-content {
    font-size: 14px;
    line-height: 2em;
    margin-bottom: 10px;
}
.news-box .news-content * {
    max-width: 100% !important;
    box-sizing: border-box;
}
.news-box .news-content th,
.news-box .news-content td {
    border-style: solid
}
.news-box .news-attr {
    white-space: nowrap;
    margin: 20px;
    border-top: 1px solid rgba(0, 0, 0, .1);
    border-left: 1px solid rgba(0, 0, 0, .1);
}
.news-box .news-attr dl {
    border-right: 1px solid rgba(0, 0, 0, .1);
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}
.news-box .news-attr dt,
.news-box .news-attr dd {
    padding: 0 10px;
    line-height: 36px;
    overflow: hidden;
}
.news-box .news-attr dt {
    float: left;
    width: 80px;
    background: #f7f7f7;
}
.news-box .news-attr dd {
    margin-left: 100px;
    border-left: 1px solid rgba(0, 0, 0, .1);
}
@media screen and (max-width: 768px) {
    .news-box {
        padding: 10px;
        margin-bottom: 0;
    }
    .news-box .news-head {
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
    .news-box .news-head h1 {
        text-align: center
    }
    .news-box .news-head .news-option {
    }
    .news-box .news-head .news-option span {
        display: block;
    }
    .news-box .news-head .news-action {
    }
    .news-box .news-content {
        line-height: 1.6em;
    }
}
.product-box {
    padding: 15px 20px;
    background-color: #FFFFFF
}
.product-box .product-title {
    margin: 10px 20px 20px;
}
.product-box .product-title h1 {
    display: inline-block;
    text-align: left;
    line-height: 34px;
    font-size: 24px;
    font-weight: bold;
}
.product-box .default-pic {
    position: relative;
}
.product-box .default-pic .defpic {
    display: block;
    position: relative;
    padding-top: 100%;
}
.product-box .default-pic img,
.product-box .swiper-wrapper img {
    max-width: 100%;
    max-height: 570px;
    margin: 0 auto;
}
.product-box .product-detail {
    position: relative;
    padding: 0 20px;
    margin-bottom: 15px;
    background: var(--detail-price-bc);
    overflow: hidden;
    color: #666;
}
.product-box .product-detail .product-title {
    margin: 15px 0;
    color: #333;
}
.product-box .product-detail :first-child {
    border-top: none;
}
.product-box .product-price {
    margin: 20px 0 15px;
}
.product-box .product-price em {
    color: var(--detail-price-fc);
    font-size: 24px;
    font-style: normal
}
.product-box .product-price strong {
    margin: 0 6px;
    color: var(--detail-price-fc);
    font-size: 36px;
    font-weight: bold;
}
.product-box .product-attrs {
    border-top: 1px dashed #ddd;
    padding: 10px 0;
}
.product-box .product-attrs:empty {
    display: none;
}
.product-box .product-attrs:first-child {
    border-top: none
}
.product-box .product-attr-item {
    padding: 8px 0;
    float: left;
    width: 50%;
    font-size: 14px;
    line-height: 20px;
}
.product-box .product-attr-item.item-line {
    width: 100%;
}
.product-box .product-attr-item label {
    float: left;
}
.product-box .product-attr-item label + div {
    margin-left: 70px;
}
.product-box .product-btns {
    text-align: center;
    margin: 10px 0;
}
.product-box .product-btns .layui-btn {
    margin-top: 10px;
}
.product-box .product-btns .layui-btn:before {
    margin-right: 5px;
}
.product-box .product-btns .layui-btn span {
    margin-left: 5px;
}
.product-box .product-btns .layui-btn-lg {
    padding: 0 10px;
    margin-bottom: 10px;
    height: 38px;
    line-height: 38px;
    font-size: 14px;
}
.layui-btn-buy {
    background-color: var(--detail-buy-bc);
}
.layui-btn-play {
    background-color: var(--detail-buy-bc);
}
.layui-btn-like {
    background-color: var(--detail-like-bc);
}
.layui-btn-share {
    background-color: var(--detail-share-bc);
}
.layui-btn-commnet {
    background-color: var(--detail-comment-bc);
}
.layui-btn-favorite {
    background-color: var(--detail-favorite-bc);
}
@media screen and (max-width: 991px) {
    .product-box .default-pic {
        display: none;
    }
}
@media screen and (max-width: 768px) {
    .product-box {
        padding: 10px;
    }
    .product-box .product-box-left {
        padding: 0;
    }
    .product-box .product-title {
        text-align: center;
        margin: 0 0 10px;
    }
    .product-box .product-title h1 {
        line-height: 30px;
        font-size: 18px;
    }
    .product-box .product-detail {
        position: relative;
        padding: 0 15px;
        margin-bottom: 10px;
    }
    .product-box .product-detail .product-title {
        margin: 0 0 10px;
    }
    .product-box .product-price {
        margin: 15px 0 10px
    }
    .product-box .product-price em {
        font-size: 18px
    }
    .product-box .product-price strong {
        margin: 0 3px;
        font-size: 28px
    }
    .product-box .product-attr-item {
        padding: 5px 0;
        width: 100%;
    }
}
.product-price-box,
.product-tabs-box {
    margin-top: 20px;
}
.product-price-table {
    background: #fff;
    padding: 15px;
}
.product-price-table table {
    width: 100%;
}
.product-price-table .product-price-item {
    border: 1px solid rgba(0, 0, 0, .1);
}
.product-price-table .product-price-item td {
    padding: 10px;
    height: 80px;
}
.product-price-table .product-price-name {
    width: 90px;
    text-align: center;
}
.product-price-table .product-price-name img {
    display: block;
    max-width: 90px;
    max-height: 60px;
    margin: 0 auto;
}
.product-price-table .product-price-attr img {
    display: inline-block;
    max-width: 90px;
    max-height: 60px;
    margin-right: 15px;
}
.product-price-table .product-price-attr span {
    margin-right: 15px;
}
.product-price-table .product-price-price {
    width: 90px;
    color: var(--pricered);
    text-align: right;
}
.product-price-table .product-price-btn {
    width: 90px;
    text-align: center;
}
.product-price-table .product-price-btn .price {
    color: var(--pricered);
    line-height: 30px;
}
.product-price-list {
    margin-bottom: 15px;
}
.product-price-list table {
    width: 100%;
}
.product-price-list .product-price-item {
    height: 44px;
}
.product-price-list .product-price-item + .product-price-item {
    border-top: 1px dashed #ddd;
}
.product-price-list .product-price-item td {
    padding: 0 20px;
}
.product-price-list .product-price-name {
    width: 36px;
}
.product-price-list .product-price-name img {
    display: block;
    width: 36px;
    height: 36px;
}
.product-price-list .product-price-attr img {
    display: inline-block;
    width: 36px;
    height: 36px;
    margin-right: 10px;
}
.product-price-list .product-price-attr span {
    font-size: 13px;
    margin-right: 10px;
}
.product-price-list .product-price-price {
    /*width: 100px;*/
    color: var(--pricered);
    text-align: right;
}
.product-price-list .number-box {
    width: 100px;
}
.product-price-area,
.product-price-date {
    padding: 0 20px;
    margin-bottom: 15px;
}
.product-price-area label,
.product-price-date label {
    float: left;
    line-height: 38px;
}
.product-price-area .layui-input-wrap,
.product-price-date .layui-input-wrap {
    width: 180px;
    margin-left: 70px;
}
.product-price-date + .product-price-list .product-price-item {
    border-top: 1px dashed #ddd;
}
@media screen and (max-width: 768px) {
    .product-price-box,
    .product-tabs-box {
        margin-top: 0;
    }
    .product-price-attr img {
        float: left;
        margin-right: 10px !important;
    }
    .product-price-attr span {
        display: block;
        margin-right: 0 !important;
    }
    .product-price-table .product-price-btn {
        width: 80px;
    }
}
.detail-tabs {
    position: relative;
    background-color: #fff;
    z-index: 99;
    font-size: 0;
    border-bottom: 1px solid #eee;
    overflow: auto;
    white-space: nowrap;
}
.detail-tabs li {
    display: inline-block;
    position: relative;
    height: 44px;
    line-height: 44px;
    font-size: 16px;
    padding: 0 1em;
    cursor: pointer;
}
.detail-tabs .layui-this {
    color: var(--detail-tab-fc);
}
.detail-tabs .layui-this:after {
    position: absolute;
    content: '';
    height: 2px;
    width: 100%;
    bottom: 0;
    left: 0;
    background-color: var(--detail-tab-fc);
}
.tab-content .tab-item {
    display: none;
}
.tab-item {
    position: relative;
    padding: 10px 20px 0;
    background: #fff;
}
.tab-item:last-child {
    padding-bottom: 20px;
}
.tab-item .tab-item-icon {
    position: absolute;
    left: 35px;
    top: 26px;
    margin: 0;
}
.tab-item .tab-item-icon:before {
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 0;
    border-radius: 50%;
    content: '';
    box-shadow: 0 13px 10px 2px rgba(0, 0, 0, .3);
}
.tab-item .tab-item-icon .icon {
    display: block;
    width: 40px;
    height: 40px;
    font-size: 40px;
    color: #f60
}
.tab-item .tab-item-title {
    padding: 15px;
    font-size: 18px;
    line-height: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}
.tab-item .tab-item-title p {
    color: #999;
    font-size: 16px;
}
.tab-item .item-content-btn {
    display: inline-block;
    padding: 0 15px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    background: #7c8084;
    color: #fff;
    font-size: 16px;
    border-radius: 5px;
}
.tab-item .item-content-btn + .tab-item-content {
    margin: 15px 0 0;
}
.tab-item .tab-item-content {
    padding: 15px;
    line-height: 25px;
    overflow: hidden;
    font-size: 14px;
}
.tab-item.current {
    padding-top: 70px;
}
.tab-item.current .tab-item-icon {
    top: 76px;
}
@media screen and (max-width: 768px) {
    .detail-tabs li {
        font-size: 14px;
        height: 40px;
        line-height: 40px;
    }
    .tab-item {
        padding: 10px;
        border: none
    }
    .tab-item .tab-item-title {
        padding-bottom: 10px;
        font-size: 16px;
    }
    .tab-item .tab-item-title p {
        font-size: 14px
    }
    .tab-item .tab-item-icon {
        display: none
    }
    .tab-item .tab-item-content {
        padding: 10px;
    }
}
.product-tabs-box img {
    max-width: 100%;
}
.minglu-box {
    background: #f7f7f7;
    padding: 20px;
}
.minglu-box .minglu-image {
    position: relative;
    float: left;
    width: 200px;
    min-height: 200px;
}
.minglu-box .minglu-detail {
    margin: 0;
    padding: 0;
    background: none;
}
.minglu-box .minglu-detail,
.minglu-box .customer-resumes {
    margin-left: 240px;
}
@media screen and (max-width: 768px) {
    .minglu-box {
        padding: 10px;
    }
    .minglu-box .minglu-image {
        width: 100px;
        min-height: 100px;
    }
    .minglu-box .minglu-detail {
        margin-left: 120px;
    }
    .minglu-box .product-attrs,
    .minglu-box .product-attr-item {
        padding: 5px 0;
    }
    .minglu-box .customer-resumes {
        clear: both;
        margin-left: 0;
    }
    .minglu-box .customer-resumes label {
        display: none;
    }
    .minglu-box .customer-resumes .resume,
    .minglu-box .customer-resumes .resume-content {
        margin-left: 0;
    }
}
.date-picker {
    position: relative;
    height: 60px;
    background: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}
.date-picker-main {
    position: absolute;
    top: 0;
    left: 30px;
    right: 90px;
    height: 60px;
    overflow: hidden;
}
.date-picker-list {
    transition: all 500ms;
}
.date-picker-list li {
    float: left;
    width: 99px;
    height: 56px;
    text-align: center;
    border-right: 1px solid rgba(0, 0, 0, .1);
    border-top: 4px solid #fff;
    cursor: pointer;
}
.date-picker-list .layui-this {
    border-top: 4px solid #00c77b;
    /*color: #00c77b;*/
    background: #e8f8ef;
}
.date-picker-list .layui-disabled {
}
.date-picker-list .date {
    font-weight: bold;
    line-height: 24px;
    margin-top: 6px;
}
.date-picker-list .price {
    color: var(--pricered);
    line-height: 20px;
}
.date-picker-move,
.date-picker-more {
    position: absolute;
    top: 0;
    height: 60px;
    line-height: 60px;
    text-align: center;
    cursor: pointer;
}
.date-picker-move {
    width: 29px;
    font-size: 20px;
    color: #999;
}
.date-picker-move-left {
    border-right: 1px solid rgba(0, 0, 0, .1);
    left: 0;
}
.date-picker-move-right {
    border-left: 1px solid rgba(0, 0, 0, .1);
    right: 60px;
}
.date-picker-more {
    border-left: 1px solid rgba(0, 0, 0, .1);
    right: 0;
    width: 59px;
    font-size: 30px;
    color: #666;
}
.laydate-theme-fullCal {
    min-width: 280px;
    max-width: 600px;
}
.laydate-theme-fullCal,
.laydate-theme-fullCal .layui-laydate-main,
.laydate-theme-fullCal .layui-laydate-content table {
    width: 100%;
}
.laydate-theme-fullCal .layui-laydate-content th,
.laydate-theme-fullCal .layui-laydate-content td {
    border: 1px solid #e2e2e2;
}
.laydate-theme-fullCal .layui-laydate-content td {
    padding: 0;
    height: 50px;
}
.laydate-theme-fullCal .laydate-day-mark {
    top: auto;
    bottom: 0;
    color: var(--pricered);
    text-align: center;
}
.laydate-theme-fullCal .laydate-day-mark::after {
    background: none;
}
.product-image {
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: stretch;
    min-height: 200px;
    max-height: 480px;
}
.minglu-image img {
    display: block;
    max-width: 100%;
    max-height: 100%;
}
@keyframes iconshow {
    20% {
        top: 50%;
        left: 50%;
        margin-top: -140px;
        margin-left: -140px;
        width: 280px;
        height: 280px;
    }
    80% {
        top: 50%;
        left: 50%;
        margin-top: -140px;
        margin-left: -140px;
        width: 280px;
        height: 280px;
        transform: scale(1.1);
    }
}
.customer-resumes {
    padding: 8px 0;
    line-height: 20px;
    color: #666;
}
.customer-resumes label {
    float: left;
}
.customer-resumes .resume {
    display: flex;
    flex-wrap: wrap;
}
.customer-resumes .resume,
.customer-resumes .resume-content {
    margin-left: 5em;
}
.customer-resumes .resume + .resume,
.customer-resumes .resume-content + .resume {
    margin-top: 10px;
}
.customer-resumes .resume-name {
    flex: 1;
}
.customer-resumes .resume-name,
.customer-resumes .resume-time {
    white-space: nowrap;
}
.video-list .video-item {
    display: block;
    overflow: hidden;
}
.video-list .video-item + .video-item {
    margin-top: 15px;
}
.video-list .video-item .item-pic {
    position: relative;
    float: left;
}
.video-list .video-item .item-pic,
.video-list .video-item .item-pic img {
    display: block;
    width: 100px;
    height: 56px;
}
.video-list .video-item .defpic em {
    font-size: 12px;
}
.video-list .video-item .item-info {
    padding-left: 110px;
}
.video-list .video-item .item-info p {
    white-space: nowrap;
    overflow: hidden;
}
.video-list .video-item .item-name {
    line-height: 30px;
}
.video-list .video-item .progress {
    line-height: 20px;
    color: #666;
}
.video-list .video-item .item-btns {
    line-height: 56px;
}
.video-list .video-item .play-btn {
    display: inline-block;
    line-height: 30px;
    padding: 0 10px;
    color: var(--detail-buy-bc);
}
.player-container {
    position: relative;
    background: #fff;
    margin-top: 20px;
    margin-bottom: 20px;
    overflow: hidden;
}
#videoBox {
    display: flex;
    z-index: 0;
}
#videoBox .player {
    width: 100%;
    height: 100%;
}
#videoBox .player-box {
    position: relative;
    flex: 1;
}
#videoBox .player-box-side {
    position: relative;
    width: 220px;
    padding: 10px 0 10px 10px;
    background: #111;
    color: #fff;
    z-index: 999;
}
#videoBox .player-box-side.hide {
    width: 0;
}
#videoBox .player-box-side-btn {
    position: absolute;
    left: -24px;
    top: 50%;
    transform: translateY(-50%);
    background: #111;
    width: 20px;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    padding: 20px 2px;
    border-radius: 4px 0 0 4px;
    cursor: pointer;
}
#videoPage .player {
    width: 100%;
    height: 100%;
}
#videoPage .player-box {
    position: relative;
    width: 720px;
    height: 405px;
    background: #333;
}
#videoPage .player-box-side {
    padding: 15px;
}
@media screen and (max-width: 768px) {
    #videoPage .player-box {
        width: 100vw;
        height: 56.25vw;
    }
}
@media screen and (min-width: 992px) {
    #videoPage .player-box-side {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 720px;
        padding: 0 15px;
        overflow-y: auto;
    }
}
.player-tips {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.6);
    color: #ccc;
    line-height: 24px;
    padding: 10px 40px 10px 10px;
}
.player-tips a {
    color: #fff;
    padding: 0 5px;
    font-weight: bold;
}
.player-tips .close {
    color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 24px;
    line-height: 44px;
    width: 34px;
    text-align: center;
}
.trip-timeline {
    margin-left: -5px;
    padding-left: 0;
}
.trip-timeline .layui-timeline-item {
    padding-bottom: 0;
}
.trip-timeline .layui-timeline-title {
    margin: 10px 0 5px;
    font-size: 15px;
    font-weight: bold;
}
.trip-timeline .tripname {
    margin-left: 1em;
}
.trip-timeline .tripattr span {
    margin-right: 1em;
}
.trip-timeline .tripitem * {
    margin: 0;
}
.trip-timeline .tagcolor {
    font-weight: bold;
    color: var(--highlight);
}
.trip-timeline .tripimgname {
    text-align: center;
    line-height: 20px;
    padding-top: 6px;
}



