/* css reset */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a {
    color: inherit;
    text-decoration: none!important;
}

p {
    font-family: "Microsoft YaHei", serif;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Kaiti SC", serif;
}

@font-face {
    font-family: 'iconfont';  /* project id 1301777 */
    src: url('https://at.alicdn.com/t/font_1301777_x9d797u7fo.eot');
    src: url('https://at.alicdn.com/t/font_1301777_x9d797u7fo.eot?#iefix') format('embedded-opentype'),
    url('https://at.alicdn.com/t/font_1301777_x9d797u7fo.woff2') format('woff2'),
    url('https://at.alicdn.com/t/font_1301777_x9d797u7fo.woff') format('woff'),
    url('https://at.alicdn.com/t/font_1301777_x9d797u7fo.ttf') format('truetype'),
    url('https://at.alicdn.com/t/font_1301777_x9d797u7fo.svg#iconfont') format('svg');
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 14px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* css reset */

header {
    /* position: fixed; */
    height: 100px;
    width: 100%;
    margin-top: 40px;
}

.container {
    width: 1200px;
}

header .container {
    padding: 0 64px;
    width: 100%;
    min-width: 1200px;
}

header ul li {
    float: left;
    font-size: 14px;
    color: #333;
    margin-right: 5px;
}

header ul li a {
    margin-right: 5px;
}

header .iconfont {
    font-size: 22px;
    margin-left: 20px;
    position: relative;
    top: 5px;
    cursor: pointer;
}

header ul {
    margin-top: 10px;
    float: right;
}

.pub-title h5 {
    float: left;
    font-size: 48px;
    color: #333;
    margin-right: 15px;
}

.pub-title button {
    background: none;
    margin-top: 5px;
    box-shadow: none!important;;
    outline: none!important;
    font-size: 16px;
}

main {
    padding-top: 50px;
}

.i-box {
    margin-top: 35px;
    height: 535px;
    position: relative;
    width: 246px;
    top: 0;
    overflow: hidden;
    transition: all 0.3s ease;
    background: #681515 url(../imgs/i-bg.png) repeat-x ;
}

.i-box1 {
    background: #932525 url(../imgs/i-bg.png) repeat-x ;
}

.i-box img {
    position: absolute;
    bottom: 0px;
}

.i-box h5 {
    color: #ffffff;
    margin: 0 auto;
    padding-top: 77px;
    font-size: 32px;
    width: 49px;
    line-height: 1.5;
}

.i-box:hover {
    top: -20px;
}

.detail-right h5 {
    text-align: center;
    font-size: 48px;
    color: #333;
}

.detail-right hr {
    margin: 30px 0;
    border-top: 1px solid #979797;
}

.detail-right p {
    font-size: 16px;
    color: #333333;
    line-height: 32px;
}

.detail-right button {
    border: 1px solid #979797;
    border-radius: 22px;
    background: none;
    display: block;
    margin: 0 auto;
    padding: 10px 20px;
    margin-top: 40px;
}

.i-content img {
    display: block;
    position: absolute;
    top: 0px;
}

.i-content {
    height: 580px;
} 

.i-content .swiper-slide {
    position: relative;
}

.i-content h5 {
    position: absolute;
    bottom: 30px;
    font-size: 32px;
    color: #333333;
}

.i-content .swiper-bg {
    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -220px;
    z-index: -1;
}

.i-content p {
    font-size: 18px;
    color: #666666;
    position: absolute;
    bottom: 0px;
}

.search {  
    /* width: 305px; */
    height: 45px;
    margin-top: 35px;
    position: relative;
}

#accordion {
    margin-top: 30px;
}

.panel {
    border: none;
    background: none;
    box-shadow: none!important;
}

.panel-group .panel-heading {
    background: none;
    border-bottom: 1px solid #979797;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body{
    border: none;
}

.search input {
    width: 100%;
    height: 100%;
    border: 1px solid #979797;
    border-radius: 22px;
}  

.search i {
    position: absolute;
    right: 15px;
    font-size: 16px;
    top: 15px;
}

.panel-body {
    padding: 0px;
}

.panel-body li {
    padding: 15px;
    font-size: 14px;
    margin-left: 20px;
    border-bottom: 1px solid #979797;
}

.panel .caret {
    float: right;
    margin-top: 5px;
}

.panel-body ul {
    margin-bottom: 20px;
}

.master {
    background: url('../imgs/bg.png') repeat-x;
}

.master-box h5 { 
    font-size: 28px;
    color: #333333;
    line-height: 39px;
    margin-top: 20px;
    margin-bottom: 5px;
    white-space: nowrap;
}

.master-box {
    text-align: center;
    margin-bottom: 35px;
}

.master-img {
    height: 317px;
    width: 100%;
    overflow: hidden;
    position: relative
}

.master-img hr {
    border-top: 4px solid #DCBB9C;
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 100;
    margin: 0;
    width: 0;
    transition: all 0.7s ease;
    /* height: 4px; */
}

.master-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: all 0.7s ease;
}

.swiper-slide-active:hover .more {
    display: block;
}

.more {
    height: 120px;
    width: 120px;
    position: absolute;
    right: 80px;
    top: 200px;
    border-radius: 100%;
    z-index: 1000;
    cursor: pointer;
    display: none;
    /* padding: 1px; */
}

.more-border {
    border-radius: 100%; 
    background: url('../imgs/circle.png') no-repeat;
    position: absolute;
    width: 120px;
    height: 120px;
    left: 0px;
    z-index: -1;
    border-radius: 100%;
    top: 0px;
    animation: namemf 1s linear infinite;    
}

@keyframes namemf{    
    from{    
        transform:rotate(0deg) ;    
    }    
    to{    
        transform: rotate(360deg);    
    }    
}   

.more-in {
    height: 118px;
    width: 118px;
    margin-left: 1px;
    margin-top: 1px;
    border-radius: 100%;
    text-align: center;
    /* background-color: rgba(255, 255, 2555, 0.5); */
    /* background: #fff; */
    padding-top: 9px;
}

.more-in span {
    opacity: .8;
    height: 100px;
    width: 100px;
    background:#681515;
    font-size: 16px;
    margin: 0px auto;
    line-height: 1.5;
    display: block;
    color: #fff;
    padding-top: 25px;
    border-radius: 100%;
}

.more-in span em {
    display: block;
    width: 40px;
    margin: 0 auto;
}

.master-img:hover img {
    transform: scale(1.1);
}

.master-img:hover hr {
    width: 100%;
}

.master-box p {
    font-size: 14px;
    color: #333333;
} 

#i-swiper {
    width: 100%;
    height: 100%;
}

#i-swiper .swiper-slide {
    text-align: center;
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    transition: 300ms;
    transform: scale(0.8);
    transition: all 0.4s linear;
}

#i-swiper .swiper-slide-active,#i-swiper .swiper-slide-duplicate-active {
    transform: scale(1);
}

.master-left {
    height: 670px;
    position: relative;
    width: 100%;
}

.master-left .master-text {
    position: absolute;
    left: -120px;
    top: -100px;
    z-index: -1;
}

.master-left .master1 {
    height: 670px;
}

.master-left h5 {
    font-size: 32px;
    width: 32px;
    position: absolute;
    left: 0px;
    top: 0px;
    line-height: 1.5;
}

.master-bottom {
    background: #681515;
    width: 100%;
    margin-top: 200px;
    height: auto;
}

.master-bottom .container {
    position: relative;
    top: -120px;
}

.master-bottom .master-img {
    height: 234px;
}

.master-bottom .master-box p {
    color: #999999;
}


.master-right  {
    overflow: auto;
    /* max-height: calc(100vh - 100px); */
}

.master-right::-webkit-scrollbar {
    /* display: none; */
    width: 0px; 
}

.right1  {
    overflow: auto;
    /* max-height: calc(100vh - 100px); */
}

.right1::-webkit-scrollbar {
    /* display: none; */
    width: 0px; 
}

.master-bottom .master-box h5 {
    color: #fff;
    font-size: 18px;
}

.master-left p {
    position: absolute;
    left: 50px;
    top: 0px;
    font-size: 16px;
    width: 16px;
    line-height: 1.5;
}

.master-right p {
    font-family: MicrosoftYaHei;
    font-size: 16px;
    text-indent: 2em;
    color: #333333;
    margin-bottom: 40px;
    line-height: 32px;
}

.master-right img {
    margin: 0 auto;
    display: block;
    margin-bottom: 40px;
}

footer {
    padding-top: 60px;
    /* 21/4/9 s:ä¿®æ”¹ */
    background: #681515;
    /* 21/4/9 e:ä¿®æ”¹ */
    height: 210px;
    margin-top: 50px;
}

.footer-content a {
    font-size: 16px;
    color: #fff;
    margin-right: 40px;
    display: inline-block;
}

footer p {
    color: #999;
    line-height: 1.5;
    margin-top: 30px;
    font-size: 14px;
}

.mask {
    position: fixed;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    /* 21/4/9 s:ä¿®æ”¹ */
    z-index: 10000;
    /* 21/4/9 e:ä¿®æ”¹ */
    overflow: hidden;
    display: none;
}

.foot-p {
    position: absolute;
    bottom: 50px;
    width: 600px;
    left: 50%;
    text-align: center;
    margin-left: -300px;
    line-height: 1.5;
    opacity: 0.61;
}

.mask video {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.mask-content {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.mask-content .logo {
    margin-top: 100px;
    margin-bottom: 100px;
}

.mask-content p {
    color: #fff;
    font-size: 14px;
    margin-top: 10px;
}

.mask-content hr {
    margin-top: 66px;
}

.mask-content .col-sm-2 {
    text-align: center;
}

.nav-box {
    height: 150px;
    margin-bottom: 70px;
}

.nav-hover {
    margin-bottom: 4px;
    position: relative;
    top: 0px;
    display: block;
    transition: all 0.7s ease;
}

.nav-box .row>div:hover .nav-hover {
    top: -20px;
}
/* 
.nav-hover:hover {
    top: -20px;
} */

.close1 {
    font-size: 28px;
    color: #fff;
    position: absolute;
    right: 57px;
    top: 40px;
    cursor: pointer;
    transition: all 0.7s ease;
}

.close1:hover {
    transform: rotate(180deg);
}

/* 1231æ–°å¢ž */
.qw-content {
    max-width: 100%;
    width: 600px;
    height: 500px;
    position: absolute;
    top: 50%;
    margin-top: -250px;
    left: 50%;
    margin-left: -300px;
}

#qw .swiper-slide img {
    display: block;
    margin: 0 auto;
    max-height: 100%;
    max-width: 100%;
}

#qw .swiper-slide h6 {
    color: #fff;
    font-size: 20px;
    text-align: center;
}

.qw-content .swiper-button-next {
    background: none;
    height: 60px;
    line-height: 55px;
    text-align: center;
    color: #fff;
    border: 1px solid #fff;
    transform: rotate(180deg);
}

.qw-content .swiper-button-prev {
    background: none;
    height: 60px;
    line-height: 60px;
    text-align: center;
    color: #fff;
    border: 1px solid #fff;
}

.modal-open .modal {
    background: rgba(0, 0, 0, 0.75);
}
/* 1231æ–°å¢ž */

/* 0108æ–°å¢ž */
footer {
    position: absolute;
    bottom: 0px;
    width: 100%;
}

html {
    height: 100%;
    overflow-x: hidden;
}

body {
    min-height: 100%;
    position: relative;
}

main {
    padding-bottom: 240px;
}

#sort {
    float: right;
    cursor: pointer;
    margin-top: 15px;
}

#sort img {
    margin-left: 10px;
}

#sort .down {
    transform: rotate(180deg);
}

.new-master h5 {
    font-size: 16px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
    margin-top: 30px;
    font-family: "Microsoft YaHei", serif;
}

.m1:hover {
    content: url(../imgs/m1-hover.png);
}

.m2:hover {
    content: url(../imgs/m2-hover.png);
}

.m3:hover {
    content: url(../imgs/m3-hover.png);
}

.active .m1 {
    content: url(../imgs/m1-hover.png);
}

.active .m2 {
    content: url(../imgs/m2-hover.png);
}

.active .m3 {
    content: url(../imgs/m3-hover.png);
}

.new-master {
    margin-bottom: 20px;
}

.new-master-box {
    text-align: center;
    margin: 20px 0;
    cursor: pointer;
}

.new-master-box img {
    height: 65px;
    width: 65px;
    margin-bottom: 10px;
}

.new-master-tab {
    margin-top: 10px;
}

.new-master-box p {
    font-size: 16px;
}

.new-master-tab h6 {
    font-family: "Microsoft YaHei", serif;
    cursor: pointer;
    font-size: 14px;
    text-align: center;
    margin-bottom: 10px;
    padding: 5px;
    border-radius: 20px;
    border: 1px solid #999999;
}

.new-master-tab h6:hover {
    background: #681515;
    color: #fff;
    border: 1px solid #681515;
}

.new-master-tab .active {
    background: #681515;
    color: #fff;
    border: 1px solid #681515;
}

.search input {
    background: none;
}

/* 0111æ–°å¢ž */
.dx-logo {
    padding-bottom: 30px;
}

.i-content .swiper-bg1 {
    top: -150px;
}

.dx-content .swiper-container {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 50px;
}

.dx-content .swiper-slide {
    background-position: center;
    background-size: cover;
    width: 320px;
    height: 450px;
}

.dx-content .swiper-slide img {
    /* background-position: center; */
    /* background-size: cover; */
    object-fit: cover;
    width: 100%;
    height: 100%;
    -webkit-box-reflect: below -280px linear-gradient(transparent, rgba(255,255,255,0.2));
}

.dx-content  .more {
    right: 30px;
}

.dx-content .i-content  h5 {
    position: relative;
    bottom: 0px;
    margin-top: 20px;
    margin-bottom: 10px;
}

.dx-content .i-content p {
    position: relative;
    color: #999;
}

.swiper-slide-active .dx-bottom {
    display: block;
}

.dx-bottom {
    position: absolute;
    top: 450px;
    width: 100%;
    display: none;
}

.leaves {
    position: absolute;
    max-width: 100%;

}
/* 0111æ–°å¢ž */

/* 21/4/9 s:æ–°å¢ž */
.video-item {
    width: calc(50% - 15px);
    height: 233px;
    display: inline-block;
    margin-bottom: 85px;
    vertical-align: top;
    cursor: pointer;
    position: relative;
}
.video-item:nth-child(odd) {
    margin-right: 25px;
}
.video-item h3 {
    font-family: MicrosoftYaHei;
    font-size: 18px;
    color: #333333;
    letter-spacing: 1.19px;
    line-height: 28px;
    margin-top: 18px;
}
.video-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.playButton {
    width: 40px;
    height: 40px;
    bottom: 15px;
    left: 23px;
    position: absolute;
    background: rgba(0,0,0,0.45);
    border: 2px solid #FFFFFF;
    border-radius: 50%;
    cursor: pointer;
}
.playButton::after {
    display: block;
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    border: 10px solid white;
    border-color: transparent transparent transparent white;
    margin-top: -10px;
    margin-left: -3px;
}
.videoTime {
    position: absolute;
    bottom: 15px;
    right: 20px;
    font-family: MicrosoftYaHei;
    font-size: 12px;
    color: #FFFFFF;
    letter-spacing: 0.71px;
}
.videoMask {
    width: 100%;
    height: 100%;
    position: absolute;
    background: linear-gradient(180deg, rgba(0,0,0,0.00) 63%, rgba(0,0,0,0.6) 100%);
    bottom: 0;
}
.detail-content {
    height: 600px;
    overflow: auto;
    margin-top: 20px;
}
.videoDetailBack {
    font-family: MicrosoftYaHei;
    font-size: 16px;
    color: #999999;
    letter-spacing: 0.95px;
    line-height: 28px;
    position: relative;
    padding-left: 26px;
    cursor: pointer;
    transition: color .3s linear;
}
.videoDetailBack::after {
    display: block;
    content: '';
    position: absolute;
    left: 2px;
    top: 8.5px;
    width: 12px;
    height: 12px;
    transform: scaleX(-1) rotate(-135deg);
    border: 2px solid #CCCCCC;
    border-color: transparent transparent #ccc #ccc;
    transition: border-color .3s linear;
}
.videoDetailBack:hover {
    color: #2a6496;
}
.videoDetailBack:hover::after {
    border-color: transparent transparent #2a6496 #2a6496;
}
.opera-video-detail video{
    background: black;
    width: 100%;
    height: 420px;
}
.video-wrap {
    width: 100%;
    height: 420px;
    /* padding-bottom: 56.25%; */
    position: relative;
}
.video-wrap .playButton {
    width: 88px;
    height: 88px;
    left: 48px;
    bottom: 30px;
}
.video-wrap .playButton::after {
    border: 20px solid white;
    border-color: transparent transparent transparent white;
    margin-top: -19px;
    margin-left: -6px;
}
.video-wrap .videoTime {
    font-family: MicrosoftYaHei;
    font-size: 18px;
    color: #FFFFFF;
    letter-spacing: 1.07px;
    bottom: 30px;
    right: 20px;
}
.opera-video-detail {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.opera-video-detail h3 {
    opacity: 0.8;
    font-family: "Kaiti SC", serif;
    font-size: 28px;
    color: #333333;
    letter-spacing: 0.26px;
    line-height: 32px;
    height: 55px;
    border-bottom: 1px solid #979797;
    margin-bottom: 16px;
    margin-top: 44px;
}
.opera-video-detail p {
    font-family: MicrosoftYaHei;
    font-size: 16px;
    color: #333333;
    letter-spacing: 0.95px;
    line-height: 28px;
}
.opera main {
    padding-top: 0;
    padding-bottom: 150px;
}
.opera footer {
    position: static;
}
.opera-in {
    height: 600px !important;
}

/* .technique .technique-item:nth-of-type(2) .box:nth-child(4) .figure {
    width: 250px;
}

.technique .technique-item:nth-of-type(2) .box:nth-child(1) .figure {
    width: 180px;
}

.technique .technique-item:nth-of-type(1) .box:nth-child(3) .figure {
    width: 200px;
}

.technique .technique-item:nth-of-type(1) .box:nth-child(4) .figure {
    width: 140px;
}

.technique .technique-item:nth-of-type(3) .box:nth-child(3) .figure {
    width: 200px;
}

.technique .technique-item:nth-of-type(3) .box:nth-child(4) .figure {
    width: 180px;
} */

.newTitle {
    display: none;
}

.allTitle {
    margin-bottom: 50px;
}

.detailClose {
    z-index: 111;
}

.con1,.con2 {
    float: right;
}

.pc-title {
    display: block;
    margin: 0 auto 30px;
}

@media (max-width: 767px) {
    .opera main {
        padding-top: 50px;
        padding-bottom: 500px;
    }
    .opera footer {
        position: absolute;
    }
    .opera-video-detail {
        position: static;
    }
    .video-wrap .playButton {
        width: 44px;
        height: 44px;
    }
    .video-wrap .playButton::after {
        border: 10px solid white;
        border-color: transparent transparent transparent white;
        margin-top: -10px;
        margin-left: -3px;
    }
    .newTitle {
        display: block;
        margin: 20px auto 50px;
    }
    .allTitle {
        margin: 20px auto 50px;
        display: block;
    }
    .con0 {
        position: static !important;
    }
}
.list {
    background-color: #932525 !important;
}

.list p{
    position: relative;
    padding-left: 30px;
}

.list p a:hover,
.list p a:focus {
    color: inherit;
}

.list p::after {
    display: block;
    content: '';
    width: 8px;
    height: 8px;
    position: absolute;
    left: 10px;
    top: 12px;
    border-radius: 100%;
    opacity: .7;
}

.list p.a::after {
    background: white;
}

.list p.b::after {
    background: #d5b584;
}


/* 0824 */
.banner {
    /* height: 300px;
    background: url('../imgs/new-banner.png') no-repeat center center;
    background-size: cover;
    padding-top: 30px; */
}

.banner a {
    color: #fff;
    float: left;
    font-size: 14px;
}

.banner img {
    height: 333px;
    width: 237px;
    margin-top: 130px;
}

.banner h5 {
    font-size: 40px;
    margin-top: 150px;
    color: #fff;
    font-weight: normal;
} 

.new-tab {
    height: 60px;
    background: #F4F4F4;
}

.new-tab li {
    float: left;
    height: 60px;
    width: 25%;
    line-height: 60px;
}

.new-tab li a {
    color: inherit;
    display: block;
}

.banner i {
    margin-right: 5px;
}

.new-tab .active {
    background: #E2E2E2;
}

.new-tab li img {
    margin-top: 15px;
    float: left;
    margin-right: 10px;
    margin-left: 50px;
}

.pdt0 {
    padding-top: 0px;
}

.page {
    padding-top: 40px;
    display: none;
}

.page p {
    font-size: 16px;
    color: #333333;
    text-indent: 2em;
    margin-bottom: 20px;
    line-height: 28px;
}

.page span {
    font-size: 14px;
    color: #666666;
    line-height: 24px;
}

.box {
    padding: 20px;
}

.box span {
    display: block;
    margin-top: 20px;
}

.video-box {
    height: 240px;
    position: relative;
}

.video-img {
    height: 150px;
    position: relative;
    margin-bottom: 10px;
}

.video-img .img {
    height: 150px;
}

.video-box h5 {
    color: #333;
    font-size: 14px;
    line-height: 28px;
}

.video-box .play {
    position: absolute;
    left: 10px;
    bottom: 10px;
}

.new-right {
    padding-top: 10px;
}

.new-right input {
    width: 200px;
    display: inline-block;
    margin-right: 20px;
}

.new-list {
    padding-top: 50px;
}

.new-card {
    height: 340px;
    margin-bottom: 50px;
    transition: all 0.3s linear;
    box-shadow: 0 10px 24px 0 rgba(0,0,0,0.11);
}

.implements-list-main .content {
    display: none;
}

/* 9.10 */
.new-card .card-top {
    height: 250px;
    padding: 10px 0;
    background: #F1F1F1;
}
/* 9.10 */

.new-card .card-bottom {
    background: #fff;
    text-align: center;
    padding-top: 25px;
}

.new-card .card-bottom h6 {
    margin-bottom: 10px;
}

.new-card .card-bottom span {
    color: #999;
    font-size: 12px;
}

.new-card a {
    color: inherit;
}

.new-right .search {
    width: 200px;
    display: inline-block;
    height: 34px;
    margin: 0px;
    margin-right: 15px;
}

.new-right .search input {
    border-radius: 6px;
}

.new-right .search i {
    top: 8px;
}

.loading {
    font-size: 16px;
    color: #666666;
}
body {
    overflow: hidden;
}
.new-card:hover {
    position: relative;
    top: -15px;
    box-shadow: 0 10px 24px 0 rgba(0,0,0,0.25);
}
/* 0824 */

/* 9.13修改 */

.video-list {
    min-height: 800px;
}

.video-content {
    min-height: 800px;
}
.video-content p {
    color: #999;
    font-size: 16px;
    cursor: pointer;
    text-indent: 0;
}

.video-content video {
    max-width: 100%;
}

.video-content i {
    margin-right: 5px;
}

.video-content h5 {
    margin-top: 20px;
    font-size: 20px;
    line-height: 1.5;
}
/* 9.13修改 */

/**
 * Update by sunJia on 2025/09/15.
 * @Description: 化妆栏目添加横向二级标题、侧栏高度限制
 */
.sub-title-box{ display: flex; display: -ms-flexbox;flex-wrap: wrap; padding-left: 20px; padding-top: 3px;}
.sub-title-box a{ display: inline-block; font-size: 26px; font-family: "Kaiti SC", serif; padding: 10px 20px; border-radius: 20px;
    line-height: 1;border: 1px solid #999; margin-right: 10px;}
.sub-title-box a:last-child{ margin-right: 0;}
.sub-title-box a:hover{ background: #681515; color: #fff;}
.new-master-tab{ max-height: calc(100vh - 410px); overflow: auto;}
@media screen and (max-width: 767px) {
    .sub-title-box{ padding-top: 0; margin-top: -10px;}
    .sub-title-box a{ font-size: 20px; padding: 10px 15px;}
}
/* 2025.09.15 End */
