/***
* author: zmt
* data: 2023-10-12
****/
/*index page*/
.container {margin-top: 25px;}
.brand_nav { display: flex; flex-direction: row; justify-content: space-between;flex-wrap: wrap;}
.brand_nav li { width: 190px;height: 55px;border: 1px solid #f6f6f6;border-radius: 5px;}
.brand_nav li a{ width: 100%;height: 100%; display: flex;justify-content: center; align-items: center;font-size:18px; }
.brand_nav li a:hover{ background-color: #f6f6f6;}
.focus_article { margin-top: 30px;}
.focus_article_img { width: 100%;}
.focus_article_title { font-size: 36px;line-height: 1.33em; margin-top: 24px;}
.focus_article_intro {font-size: 18px;line-height: 30px; color: #696969;margin-top: 23px;text-align: justify;}
.focus_article_intro p:last-child{ margin-top: 10px; text-align: right;}
.focus_article_intro p:last-child a{ color: #696969;}
h3{font-size: 36px;line-height:1em;font-weight: bold;text-transform: uppercase;margin-top: 60px;}
.watch { display: grid; margin-top: -35px;grid-template-columns: repeat(auto-fill,minmax(250px,1fr));}
.watch li{position: relative; margin-top: 90px; display: flex; flex-direction: column;font-size: 18px;align-items: center;}
.watch_item_img img{ max-width: 155px;width: 100%;transition: 0.5s all;}
.watch li:hover img{transform: scale(1.1);}
.watch li div:nth-child(n+2){height: 30px; width: 100%; line-height: 30px;text-overflow:ellipsis;white-space: nowrap; overflow: hidden;text-align: center;box-sizing: border-box;}
.watch_item_brand { font-weight: bold;margin-top: 20px;}
.watch_item_series { color:#969696;}
.btn_more {display: flex; justify-content: center; margin-top: 55px;}
.btn_more a{ display: flex; justify-content: center; align-items: center; width: 250px;height: 65px;font-size: 12px; line-height: 65px; color: #4a4a4a; letter-spacing: 2px; border: 1px solid #d2d2d2;}
.stories { margin-top: -15px;display: grid;grid-template-columns:repeat(auto-fill,minmax(390px,1fr));grid-column-gap:15px;}
.stories li{ margin-top: 70px; display: flex; flex-direction: column;font-size: 18px;align-items: center;box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.08);}
.stories_item_img img{width: 100%; height: auto;}
.stories_item_intro p{ font-size: 22px; line-height: 36px;padding: 33px 25px;}
.new_watch {grid-column-gap:2.5%;}
.new_watch li{border: 1px solid #d2d2d2;box-sizing: border-box;padding-top: 15px; padding-bottom: 12px;}
.new_watch li div:nth-child(n+2){text-align: left;padding:0 13px; height: 24px; line-height: 24px;}
.new_watch li .watch_item_price {margin-top: 12px;}

.global_footer { margin-top: 60px;}


@media (max-width: 767.98px) { 
    .focus_article_title {font-size: 22px;}
    h3{font-size: 28px;}
    .stories {grid-template-columns:repeat(auto-fill,minmax(100%,1fr));grid-column-gap:0;}
    .stories li {margin-top: 40px;}
    .stories li img{ height: auto;}
    .watch { margin-top: 0;}
    .global_footer { margin-top: 20px;}
}

@media (min-width: 768px) and (max-width: 919.98px) { 
    .stories {grid-template-columns:repeat(auto-fill,minmax(50%,2fr));}
    .stories li {margin-top: 40px;}
    .watch { margin-top: 0;}
    .watch li {margin-top: 40px;}
}

@media (max-width: 1200px) { 
    .brand_nav{margin-top: -20px;}
    .brand_nav li { width: 30%; margin-top: 20px;}
}