/***
* author: wrq
* data: 2023-10-24
* page：腕表详情页
****/
strong {font-weight: lighter;}
h3 {font-size: 30px;line-height: 1em;font-weight: bold;text-transform: uppercase}
.crumb {margin-top: 60px;font-size: 12px;line-height: 16px;color: #c0c0c0}
.crumb a {color: #c0c0c0}
.product_detail {display: flex;flex-direction: row;margin-top: 40px;justify-content: space-between;}
.watch_pic {flex-basis: 52%}
.watch_pic a {display: block;width: 100%;max-width: 360px;margin: 0 auto}
.watch_pic img {width: 100%;height: auto}
.watch_btn_love {font-size: 14px;color: #898989;align-self: flex-end;margin-bottom: 27px;white-space: nowrap;margin-right: 70px}
.watch_btn_love i {display: inline-block;vertical-align: middle;margin-right: 1px;width: 25px;height: 20px;background: url(../images/pc/icon_love1.png) no-repeat center center}
.watch_brand {margin-top: 40px;flex-basis: 38%}
.watch_brand_logo {max-width: 180px;margin-bottom: 70px}
.watch_brand_logo img {width: 100%;height: auto;}
.watch_brand_name {font-size: 26px;line-height: 30px;margin-bottom: 30px}
.watch_brand_detail {font-size: 20px;line-height: 36px;margin-bottom: 44px}
.watch_brand_price {border-top: 1px solid #e8e9ea}
.watch_brand_price li {border-bottom: 1px solid #e8e9ea;line-height: 40px;height: 40px}
.watch_brand_price strong {font-size: 14px;color: #898989}
.watch_brand_price span {font-size: 14px;color: #c90000}
/* 参数 */
/* 左侧 */
.product_param_watch {display: flex;justify-content: space-between;flex-direction: row;margin-top: 130px;}
.product_param {flex: 1;margin-right: 30px;overflow: hidden}
.product_param h3 {display: inline-block;line-height: 30px;font-size: 30px;padding-bottom: 15px;border-bottom: 3px solid #a88335;margin-bottom: 20px;}
.product_param div {border: 1px solid #dedede;box-sizing: border-box;padding: 18px 20px 25px 20px;}
.product_param dl {margin-bottom: 17px;}
.product_param dt,.product_param dd {padding-left: 20px;line-height: 39px;border-bottom: 1px solid #dedede;box-sizing: border-box;}
.product_param dt {font-size: 18px;font-weight: bold;flex-basis: 165px;line-height: 40px;}
.product_param dd {font-size: 14px;display: flex;justify-content: flex-start}
.product_param dd strong {width: 165px}
.product_param dd strong.bold {font-weight: bold}
.product_param dd span {flex: 1;font-weight: bold;}

/* 右侧 */
.most_like_watch {width: 300px;padding-top: 14px}
.most_like_watch_tit {width: 100%;max-width: 300px;font-size: 14px;border-bottom: 3px solid #a88336;margin-bottom: 20px;text-align: justify;line-height: 16px;text-transform: uppercase}
.most_like_watch_tit::after {content: '';display: inline-block;width: 100%;}
.most_like_watch_con {display: flex;flex-direction: column;justify-content: space-between;flex-wrap: wrap}
.most_like_watch_item {border: 1px solid #d2d2d2;box-sizing: border-box;padding: 8px 25px 12px;margin-bottom: 25px;width: 100%;}
.most_like_watch_pic {height: auto;margin-bottom: 22px;text-align: center}
.most_like_watch_pic img {max-width: 170px;width: 100%;height: auto;}
.most_like_watch_name {font-size: 18px;line-height: 20px;font-weight: bold;margin-bottom: 3px;text-overflow: ellipsis;overflow: hidden;white-space: nowrap;}
.most_like_watch_detail {font-size: 18px;color: #969696;margin-bottom: 13px;line-height: 20px;text-overflow: ellipsis;overflow: hidden;white-space: nowrap;}
.most_like_watch_price {font-size: 18px;line-height: 20px;color: #bf0000;text-overflow: ellipsis;overflow: hidden;white-space: nowrap}

/* news article */
.product_news_articles_tit {text-align: center;position: relative;min-height: 45px;margin-top: 90px}
.product_news_articles_tit::after {content: '';position: absolute;width: 70px;left: 50%;bottom: 0;margin-left: -35px;height: 2px;background: #d1bd94}
.product_news_articles {display: flex;justify-content: space-between;flex-wrap: wrap;margin-top: -32px;}
.product_news_articles li {flex-basis: 31.7%;display: flex;flex-direction: column;margin-top: 57px}
.product_news_articles_img img {width: 100%;height: auto}
.product_news_articles_title {font-size: 20px;line-height: 30px;margin: 2px 0 19px}
.product_news_articles_intro {font-size: 14px;line-height: 26px}
.global_footer {margin-top: 125px;}
@media (min-width: 768px) and (max-width: 919.98px) {
    .watch_pic {flex-basis: 36%;}
    .watch_pic a {width: 298px}
    .watch_btn_love {align-self: flex-end;margin: 27px}
    .watch_brand_logo {margin-bottom: 30px;}
    .watch_brand_name,.watch_brand_detail {margin-bottom: 15px;}
    .product_param {margin: 0;}
    .most_like_watch {width: auto;margin-top: 25px;}
    .product_param_watch {flex-direction: column;margin-top: 80px;}
    .most_like_watch_con {flex-direction: row;}
    .most_like_watch_item {width: 49%;}
    .product_news_articles_tit {margin-top: 65px;}
    .product_news_articles li {flex-basis: 49%;}
}
@media (max-width: 767.98px) {
    h3 {font-size: 28px !important;}
    .crumb {margin-top: 30px;}
    .product_detail {flex-direction: column;justify-content: center;}
    .watch_pic {flex-basis: 100%;}
    .article_list li {flex-basis: 100%;margin-top: 40px;}
    .watch_btn_love {align-self: center;margin: 20px 0 0}
    .watch_brand_logo {margin-bottom: 30px;}
    .watch_brand_name,.watch_brand_detail {margin-bottom: 15px;}
    .product_param {margin: 0;}
    .most_like_watch {width: auto;margin-top: 25px;}
    .product_param_watch {flex-direction: column;margin-top: 50px;}
    .most_like_watch_con {flex-direction: row;}
    .most_like_watch_item {width: 49%;}
    .product_param div {padding: 18px 12px 25px 12px;}
    .product_param dt,.product_param dd {padding: 0;}
    .product_param dd {flex-direction: column;}
    .product_param dd strong {width: 150px;}
    .product_news_articles_tit {margin-top: 45px;}
    .product_news_articles li {flex-basis: 100%;}
}