@charset "utf-8";
/* 引入图标库 */
/* @import url(https://at.alicdn.com/t/font_3304945_fcazwn0c5ve.css); */
/* CSS Document */
html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
i,
b,
img,
dl,
dt,
dd,
ol,
ul,
li,
form,
label,
table,
tbody,
tfoot,
thead,
tr,
th,
td,
canvas,
footer,
header,
nav,
menu,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  outline: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

button,
select,
input,
textarea {
  font-size: 14px;
  font-family: STHeiti-Light, "Hiragino Sans GB", "Microsoft Yahei", Arial;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #aaa;
}
html,
body {
  height: 100%;
  background: #f1f4f8;
}
body {
  font-size: 14px;
  font-family: STHeiti-Light, "Hiragino Sans GB", "Microsoft Yahei", Arial;
  color: #333;
  line-height: 1.8;
  display: flex;
  flex-direction: column;
}

ul,
ol {
  list-style: none;
}

img {
  border: 0;
}

button,
input {
  line-height: normal;
  *overflow: visible;
}

input,
textarea {
  outline: none;
  resize: none;
}

div:active {
  outline: none;
  text-decoration: none;
}

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

img {
  max-width: 100%;
  vertical-align: top;
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
  /* image-rendering: optimizeSpeed;
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: pixelated;
  -ms-interpolation-mode: nearest-neighbor;  */
}

input {
  border: none;
}

input:focus {
  border: none;
  outline: none;
}

a {
  color: #333;
  text-decoration: none;
  transition: 0.2s;
  cursor: pointer;
}

a:hover {
  color: #0772fc;
}

/* scrollbar */
::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
}

::-webkit-scrollbar-track:hover {
  background: #eee;
}

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #b9b9b9;
}

::-webkit-scrollbar-thumb:hover {
  background: #747474;
}

::-webkit-scrollbar-thumb:active {
  background: #555;
}

/* common ------------------------*/

.layui-btn {
  background-color: #0092ff;
}

.mt10 {
  margin-top: 10px;
}
.mt15 {
  margin-top: 15px;
}
.mt20 {
  margin-top: 20px;
}
.mt30 {
  margin-top: 30px;
}
.mt40 {
  margin-top: 40px;
}
.mt50 {
  margin-top: 50px;
}
.mt70 {
  margin-top: 70px;
}
.mt120 {
  margin-top: 120px;
}
.h450 {
  height: 450px;
}
.mb10 {
  margin-bottom: 10px;
}

.content {
  width: 1200px;
  margin: 0 auto;
  flex: 1 0 auto;
}
.flex_spb {
  display: flex;
  justify-content: space-between;
}
.flex_cet {
  display: flex;
  justify-content: center;
}
.flex_alc {
  display: flex;
  align-items: center;
}
.block {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.block .left {
  width: 170px;
}
.block .center {
  width: 835px;
}
.block .right {
  width: 355px;
}

header {
  width: 100%;
  flex: 0 0 auto;
  background: #fff;
}
header .logo,
header .logo img {
  height: 90px;
}
header .search_box {
  width: 520px;
  border: 1px solid #0092ff;
  display: flex;
}
header .search_box .layui-input {
  font-size: 15px;
  height: 40px;
  border: none;
}
header .search_box .layui-btn {
  color: #fff;
  font-size: 16px;
  text-indent: 25px;
  width: 90px;
  height: 40px;
  border: none;
  border-radius: 0;
  background: #0092ff url(../images/ico_01.png) 15px no-repeat;
  padding: 0;
  flex-shrink: 0;
}
header .nav_block {
  width: 100%;
  background: #0092ff;
}
header .nav_block .nav {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
header .nav_block .nav a {
  color: #fff;
  font-size: 16px;
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  display: inline-block;
}
header .nav_block .nav a:hover,
header .nav_block .nav .slt a {
  background: #0083e5;
}
header .nav_block .nav > li > ul {
  display: none;
  background: #0092ff;
  position: absolute;
  z-index: 50;
}
header .nav_block .nav > li > ul li a {
  display: block;
}
header .nav_block .nav > li:hover > ul {
  display: block;
}
.layui-carousel-ind li {
  background-color: rgba(0, 0, 0, 0.4) !important;
}
.layui-carousel-ind li.layui-this {
  background-color: #0092ff !important;
}

.layui-carousel-ind ul {
  background-color: rgba(0, 0, 0, 0) !important;
}
.layui-carousel-ind {
  top: -25px !important;
}

.news_top {
  width: 100%;
  background: #fff;
  padding: 15px;
  display: flex;
  justify-content: space-between;
}
.news_top .img {
  width: 370px;
  height: 320px;
}
.news_top .top_list {
  width: 480px;
  height: 320px;
}
.news_top .top_list .top_list_box {
  background: #fff;
}
.news_top .top_list .top_list_box .top {
  width: 100%;
  display: flex;
  justify-content: center;
}
.news_top .top_list .top_list_box .top a {
  color: #117bdc;
  font-size: 20px;
  font-weight: bold;
  height: 36px;
  line-height: 36px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.news_top .top_list .layui-carousel-ind li.layui-this {
  width: 20px !important;
  border-radius: 5px !important;
}
.news_top .top_list .top_list_box ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.news_top .top_list .top_list_box li {
  font-size: 14px;
  width: 48%;
  height: 36px;
  line-height: 36px;
  padding-left: 15px;
  position: relative;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.news_top .top_list .top_list_box li::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 6px;
  background: #999;
  position: absolute;
  left: 0px;
  top: 14px;
}

.news_top .university_list {
  width: 270px;
  height: 320px;
}
.news_top .university_list .title {
  width: 100%;
  display: flex;
  justify-content: center;
}
.news_top .university_list .title strong {
  font-size: 18px;
  position: relative;
}
.news_top .university_list .title strong::before {
  content: "";
  width: 80px;
  height: 1px;
  background: #ddd;
  position: absolute;
  left: -95px;
  top: 12px;
}
.news_top .university_list .title strong::after {
  content: "";
  width: 80px;
  height: 1px;
  background: #ddd;
  position: absolute;
  right: -95px;
  top: 12px;
}
.news_top .university_list .tab_box {
  width: 100%;
  border: 1px solid #ddd;
  padding: 6px;
  margin-top: 5px;
  font-size: 12px;
}
.news_top .university_list .tab_more {
  text-align: right;
  font-size: 12px;
}
.news_top .university_list .tab_box table {
  font-size: 12px;
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}
.news_top .university_list .tab_box table td {
  height: 28px;
  line-height: 28px;
  padding: 0 3px 1px 3px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.news_top .university_list .tab_box .td1 {
  text-align: center;
}
.news_top .university_list .tab_box .no {
  font-style: normal;
  text-align: center;
  width: 20px;
  height: 28px;
  line-height: 28px;
  background: #eee;
  display: block;
}
.news_top .university_list .tab_box tr:nth-child(2) .no::before {
  content: "1";
}
.news_top .university_list .tab_box tr:nth-child(3) .no::before {
  content: "2";
}
.news_top .university_list .tab_box tr:nth-child(4) .no::before {
  content: "3";
}
.news_top .university_list .tab_box tr:nth-child(5) .no::before {
  content: "4";
}
.news_top .university_list .tab_box tr:nth-child(6) .no::before {
  content: "5";
}
.news_top .university_list .tab_box tr:nth-child(7) .no::before {
  content: "6";
}
.news_top .university_list .tab_box tr:nth-child(8) .no::before {
  content: "7";
}
.news_top .university_list .tab_box tr:nth-child(9) .no::before {
  content: "8";
}
.news_top .university_list .tab_box table tr:nth-child(2) .no,
.news_top .university_list .tab_box table tr:nth-child(3) .no,
.news_top .university_list .tab_box table tr:nth-child(4) .no {
  color: #fff;
  background: #e23131;
}

.news_box {
  width: 100%;
  background: #fff;
  padding: 20px 15px;
  margin-bottom: 5px;
  display: flex;
  justify-content: space-between;
}
.news_box .img {
  width: 180px;
  height: 120px;
  margin-right: 20px;
  flex-shrink: 0;
}
.news_box .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news_box .info {
  width: 100%;
  min-width: 0;
}
.news_box .title {
  font-size: 18px;
  width: 100%;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.news_box p {
  color: #666;
  width: 100%;
  line-height: 22px;
  max-height: 66px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.news_box .time {
  color: #999;
  font-size: 13px;
  width: 100%;
  margin-top: 5px;
}

.sticky {
  position: sticky;
  top: 0;
  z-index: 99;
}

.news_block {
  width: 100%;
  background: #fff;
  padding: 15px 20px;
}

.title_01 {
  display: flex;
  justify-content: space-between;
  margin-left: -20px;
}
.title_01 span {
  color: #0092ff;
  font-size: 16px;
  font-weight: bold;
  height: 20px;
  line-height: 20px;
  border-left: 6px solid #0092ff;
  padding-left: 15px;
}

.ranking_list li {
  width: 100%;
  padding-left: 32px;
  position: relative;
  display: flex;
}
.ranking_list li a {
  width: 100%;
  height: 39px;
  line-height: 39px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.ranking_list li::before {
  content: "";
  color: #fff;
  font-size: 12px;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  background: #ebebeb;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0px;
  top: 12px;
}
.ranking_list li:nth-child(1):before {
  content: "1";
  background: #e33e42;
}
.ranking_list li:nth-child(2):before {
  content: "2";
  background: #e7805c;
}
.ranking_list li:nth-child(3):before {
  content: "3";
  background: #e8b856;
}
.ranking_list li:nth-child(4):before {
  content: "4";
  color: #999;
}
.ranking_list li:nth-child(5):before {
  content: "5";
  color: #999;
}
.ranking_list li:nth-child(6):before {
  content: "6";
  color: #999;
}
.ranking_list li:nth-child(7):before {
  content: "7";
  color: #999;
}
.ranking_list li:nth-child(8):before {
  content: "8";
  color: #999;
}
.ranking_list li:nth-child(9):before {
  content: "9";
  color: #999;
}
.ranking_list li:nth-child(10):before {
  content: "10";
  color: #999;
}
.ranking_list li:nth-child(11):before {
  content: "11";
  color: #999;
}
.ranking_list li:nth-child(12):before {
  content: "12";
  color: #999;
}
.img_list li {
  width: 100%;
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 10px;
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
}
.img_list .img {
  width: 66px;
  height: 44px;
  margin-right: 15px;
  flex-shrink: 0;
}
.img_list .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.img_list .info {
  width: 100%;
  min-width: 0;
}
.img_list .title {
  font-size: 15px;
  width: 100%;
  height: 24px;
  line-height: 24px;
  display: inline-block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.img_list p {
  color: #999;
  font-size: 12px;
  width: 100%;
}
.linker_block {
  background-color: #fff;
  padding: 15px 20px;
}
.linker_block > .layui-tab-title .layui-this {
  color: #0092ff !important;
  font-size: 16px;
  font-weight: bold;
}
.linker_block > .layui-tab-title .layui-this:after {
  border-bottom: 2px solid #0092ff !important;
}
.linker_block > .layui-tab-content .layui-tab-item {
  min-height: 50px;
}
.linker_block > .layui-tab-content .layui-tab-item a {
  font-size: 15px;
  margin-right: 20px;
}
.linker_block > .layui-tab-content .layui-tab-item img {
  height: 50px;
}

footer {
  width: 100%;
  background: #333d3c;
  margin-top: 20px;
  padding: 20px 0;
  flex: 0 0 auto;
}
footer a {
  color: #ccc;
}
footer .menu_foot {
  width: 100%;
  height: 60px;
  line-height: 60px;
  border-bottom: 1px solid #636766;
  display: flex;
  justify-content: center;
}
footer .menu_foot a {
  font-size: 15px;
  margin: 0 15px;
}
footer .copyright {
  color: #999;
  width: 100%;
  line-height: 30px;
  padding-top: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
footer .copyright a.gaba {
  padding-left: 30px;
  background-image: url("/static/common/img/gaba_logo.png");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 20px;
}
.cate-menu {
  background-color: #fff;
  padding: 5px;
  margin-bottom: 5px;
}
.cate-menu li {
  display: inline-block;
  margin: 5px;
}
.cate-menu li a {
  display: block;
  background-color: #f8f8f8;
  padding: 5px 8px;
  border-radius: 2px;
}
.cate-menu li a:hover {
  background-color: #0092ff;
  color: #fff;
}
.location {
  color: #999;
  font-size: 13px;
  width: 100%;
  height: 40px;
  line-height: 40px;
  background: #fff url(../images/ico_02.png) 20px no-repeat;
  padding-left: 45px;
  margin-bottom: 5px;
}
.location h1 {
  display: inline;
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
  padding: 0;
}
.text_block {
  width: 100%;
  background: #fff;
}
.text_block > .info {
  width: 100%;
  border-bottom: 1px solid #ececec;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.text_block > .info h1 {
  font-size: 24px;
  font-weight: bold;
}
.text_block > .info p {
  color: #999;
  font-size: 13px;
  margin-top: 10px;
}
.text_block .text_box {
  font-size: 16px;
  width: 100%;
  line-height: 30px;
  padding: 25px;
}
.text_block .text_box p {
  margin: 10px 0;
  color: #666;
}
.text_block .text_box a {
  color: #0092ff;
}
.text_block .text_box strong {
  color: #121212;
}
.text_block .text_box h2 {
  color: #121212;
  font-size: 20px;
  font-weight: bold;
  padding: 15px;
  position: relative;
}
.text_block .text_box h2:before {
  content: "";
  width: 4px;
  background: linear-gradient(to right, #43aeff, #21a1ff);
  box-shadow: 8px 0 12px 0 rgba(0, 123, 255, 0.3);
  position: absolute;
  left: 0;
  top: 15px;
  bottom: 15px;
}
.text_block .text_box h3 {
  font-size: 18px;
  font-weight: bold;
  padding: 10px 15px;
  position: relative;
}
.text_block .text_box h3:before {
  content: "";
  width: 4px;
  background: linear-gradient(to right, #43aeff, #21a1ff);
  box-shadow: 8px 0 12px 0 rgba(0, 123, 255, 0.3);
  position: absolute;
  left: 0;
  top: 15px;
  bottom: 15px;
}
.text_block .text_box ._editor h2,
.text_block .text_box ._editor h3 {
  padding: 0;
}
.text_block .text_box ._editor h2:before,
.text_block .text_box ._editor h3:before {
  width: 0;
}
.text_block .text_box img {
  max-width: 100%;
  height: auto;
}
.text_block .text_box table {
  width: 100%;
  max-width: 100% !important;
  border-left: 1px solid #c2c2c2;
  border-top: 1px solid #c2c2c2;
}
.text_block .text_box table td,
.text_block .text_box table th {
  padding: 3px 5px;
  border-right: 1px solid #c2c2c2;
  border-bottom: 1px solid #c2c2c2;
}
.link_box {
  width: 100%;
  padding: 0 25px;
  background: #fff;
  display: flex;
  justify-content: space-between;
}
.link_box .link {
  max-width: 48%;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.title_02 {
  font-size: 16px;
  font-weight: bold;
  width: 100%;
  height: 45px;
  line-height: 45px;
  padding: 0 25px;
  background: #fff;
  border-bottom: 1px solid #ececec;
}
.tag_block {
  width: 100%;
  padding: 15px;
  background: #fff;
  display: flex;
  flex-wrap: wrap;
}
.tag_block a {
  color: #7c7c9e;
  height: 28px;
  line-height: 28px;
  border: 1px solid #eee;
  background: #f7f7f7;
  padding: 0 7px;
  margin: 8px 10px 8px 0;
}
.tag_block a:hover {
  color: #fff;
  background: #0092ff;
  border: 1px solid #0092ff;
}
.right_block {
  width: 1020px;
}
.filter_block {
  width: 100%;
  padding: 20px 25px;
  background: #fff;
}
.filter_block .filter_box {
  width: 100%;
  margin-bottom: 7px;
  display: flex;
}
.filter_block .filter_box strong {
  font-size: 15px;
  font-weight: bold;
  width: 80px;
  line-height: 36px;
  flex-shrink: 0;
}
.filter_block .filter_box .filter_list li {
  display: flex;
  flex-wrap: wrap;
}
.filter_block .filter_box .filter_list a {
  text-align: center;
  height: 30px;
  line-height: 30px;
  padding: 0 12px;
  margin: 3px 7px 3px 0;
}
.filter_block .filter_box .filter_list a.slt {
  color: #fff;
  background: #0092ff;
  border-radius: 4px;
}
.filter_search {
  width: 100%;
  margin-top: 15px;
  display: flex;
  justify-content: right;
}
.filter_block .search_box {
  width: 300px;
  display: flex;
}
.filter_block .search_box .layui-input {
  font-size: 14px;
  height: 35px;
  border: 1px solid #e6e6e6;
  border-right: none;
  border-radius: 4px 0 0 4px;
}
.filter_block .search_box .layui-btn {
  color: #fff;
  font-size: 16px;
  text-indent: 25px;
  width: 40px;
  height: 35px;
  border: none;
  border-radius: 0;
  background: #0092ff url(../images/ico_01.png) center no-repeat;
  background-size: 40% auto;
  border-radius: 0 4px 4px 0;
  padding: 0;
  flex-shrink: 0;
}

.school_block {
  width: 100%;
  padding: 10px 20px;
  background: #fff;
}
.school_block .school_box {
  width: 100%;
  border-bottom: 1px solid #eee;
  padding: 15px 0;
  display: flex;
  align-items: center;
}
.school_block .school_box:last-child {
  border-bottom: none;
}

.school_block .school_box img {
  width: 110px;
  height: 110px;
  border-radius: 110px;
  margin-right: 25px;
  flex-shrink: 0;
}
.school_block .school_box .info {
  width: 900px;
  line-height: 34px;
  border-right: 1px dashed #e2e2e2;
  padding-right: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-shrink: 0;
}
.school_block .school_box .info strong {
  font-size: 20px;
  font-weight: bold;
  width: 100%;
}
.school_block .school_box .info .level span {
  margin-right: 80px;
}
.school_block .school_box .info .intro {
  width: 100%;
  height: 34px;
  line-height: 34px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.school_block .school_box .link {
  width: 100%;
  display: flex;
  justify-content: right;
}
.school_block .school_box .link a {
  color: #0092ff;
  text-align: center;
  width: 105px;
  height: 35px;
  line-height: 35px;
  border: 1px solid #0092ff;
  border-radius: 3px;
}
.school_block .school_box .link a:hover {
  color: #fff;
  background: #0092ff;
}

.page_list {
  width: 100%;
  padding: 20px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page_list a {
  height: 33px;
  line-height: 33px;
  background: #f6f6f6;
  border: 1px solid #e9e9e9;
  padding: 0 13px;
  margin: 0 5px;
}
.page_list a.slt {
  color: #fff;
  background: #587bff;
  border: 1px solid #587bff;
}
.page_list a:hover {
  color: #fff;
  background: #587bff;
  border: 1px solid #587bff;
}

.school_intro {
  width: 100%;
  padding: 20px;
  background: #fff;
  display: flex;
}
.school_intro .img {
  width: 130px;
  height: 130px;
  border-radius: 130px;
  margin-right: 25px;
  flex-shrink: 0;
}
.school_intro .info_list {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.school_intro .info_list li {
  width: 100%;
  min-width: 0;
  margin: 7px 0;
  display: flex;
}
.school_intro .info_list strong {
  font-size: 30px;
}
.school_intro .info_list em {
  color: #0092ff;
  font-style: normal;
  height: 26px;
  line-height: 26px;
  background: #f1f4f8;
  padding: 0 15px;
  margin-right: 15px;
  border-radius: 4px;
}
.school_intro .info_list span {
  height: 26px;
  line-height: 26px;
  margin-right: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.school_item_list {
  width: 100%;
  background: #fff;
  padding: 0 25px;
  display: flex;
  justify-content: space-between;
}
.school_item_list a {
  font-size: 15px;
  height: 60px;
  line-height: 60px;
}
.school_item_list .slt a {
  color: #0092ff;
  border-bottom: 3px solid #0092ff;
  display: inline-block;
}
.school_item_list a:hover {
  color: #0092ff;
  border-bottom: 3px solid #0092ff;
  display: inline-block;
}
.school_block2 {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.school_block2 .section {
  width: 855px;
}
.school_block2 .section .section_block {
  background: #fff;
  padding: 15px 0;
  margin-bottom: 10px;
}
.school_block2 .section .section_name {
  line-height: 20px;
  border-left: 6px solid #0092ff;
  padding-left: 15px;
  color: #0092ff;
  font-size: 16px;
  font-weight: bold;
}
.school_block2 .section .section_body {
  padding: 15px 20px;
  line-height: 30px;
}
.school_block2 .article {
  text-indent: 2em;
  width: 850px;
  line-height: 30px;
  background: #fff;
  padding: 15px 20px;
}
.school_block2 .article img {
  max-width: 100%;
}
.school_block2 .left {
  width: 850px;
  line-height: 30px;
  background: #fff;
  padding: 15px 20px;
}
.evaluate_notice {
  width: 100%;
  display: flex;
  position: relative;
  cursor: pointer;
}
.evaluate_notice i {
  color: #666;
  font-size: 18px;
  margin-right: 5px;
}
.evaluate_notice span {
  color: #0092ff;
}
.evaluate_notice .tips {
  color: #fff;
  font-size: 12px;
  width: 320px;
  line-height: 18px;
  padding: 10px;
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  left: -10px;
  top: -80px;
  display: none;
}
.evaluate_notice .tips > em {
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-top: 5px solid rgba(0, 0, 0, 0.8);
  position: absolute;
  bottom: -10px;
  left: 13px;
}
.evaluate_notice:hover .tips {
  display: block;
}
.evaluate_tab.layui-table thead tr {
  color: #fff;
  background-color: #0092ff;
}
.evaluate_tab.layui-table tbody tr:hover {
  background: #e5f4ff;
}
.school_block2 .right {
  width: 335px;
}
.school_list {
  width: 100%;
}
.school_list li {
  font-size: 15px;
  width: 100%;
  padding: 5px 0;
  display: flex;
  align-items: center;
}
.school_list li img {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  margin-right: 15px;
}
.news_list li {
  width: 100%;
  height: 40px;
  line-height: 40px;
  padding-left: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
}
.news_list li::before {
  content: "";
  width: 5px;
  height: 5px;
  background: #ccc;
  position: absolute;
  left: 0px;
  top: 17px;
}

.title_03 {
  width: 100%;
  border-bottom: 1px solid #ddd;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.title_03 strong {
  font-size: 20px;
  padding-bottom: 10px;
  border-bottom: 2px solid #0092ff;
  margin-bottom: -1px;
}
.title_03 a {
  color: #999;
  font-size: 14px;
}

.img_news_block {
  width: 100%;
  border-bottom: 1px dotted #ddd;
  padding-bottom: 5px;
  display: flex;
  justify-content: space-between;
}
.img_news_block .img_news_list {
  width: 180px;
}
.img_news_block .img_news_list img {
  width: 180px;
  height: 120px;
  margin-bottom: 5px;
  object-fit: cover;
}
.img_news_block .img_news_list dd {
  width: 100%;
  line-height: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news_list2 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.news_list2 li {
  width: 49%;
  height: 30px;
  line-height: 30px;
  padding-left: 15px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.news_list2 li::before {
  content: "";
  width: 3px;
  height: 3px;
  background: #bbb;
  position: absolute;
  left: 0;
  top: 14px;
}
.news_list2 li a {
  width: 85%;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news_list2 li span {
  color: #aaaaaa;
}

.university_list2 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  overflow: hidden;
}
.university_list2 li {
  text-align: center;
  width: 20%;
  padding: 24px 0;
  margin-bottom: -1px;
  border-bottom: 1px dotted #ddd;
}
.university_list2 li img {
  width: 100px;
  height: 100px;
  object-fit: cover;
}
.university_list2 li a.name {
  color: #fff;
  text-align: center;
  width: 110px;
  height: 26px;
  line-height: 26px;
  padding: 0 15px;
  margin-top: 15px;
  background: #67bfff;
  border-radius: 26px;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.discipline_block {
  width: 100%;
  padding: 10px 20px;
  background: #fff;
}
.discipline_block li {
  padding: 15px 0;
  border-bottom: 1px dashed #f5f5f5;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.discipline_block li strong {
  color: #222;
  font-size: 16px;
}
.discipline_block li p {
  margin-top: 13px;
}
.discipline_block li span {
  color: #222;
  padding-right: 25px;
  margin-right: 25px;
  position: relative;
}
.discipline_block li span::after {
  content: "";
  width: 1px;
  height: 15px;
  background: #666;
  position: absolute;
  right: 0px;
  top: 1px;
}
.discipline_block li span:last-child::after {
  display: none;
}
.discipline_block li a {
  color: #fff;
  text-align: center;
  width: 74px;
  height: 32px;
  line-height: 32px;
  background: #0092ff;
  border-radius: 3px;
}
.discipline_block li a:hover {
  opacity: 0.8;
}

.discipline_detail {
  width: 100%;
  background: #fff;
  padding: 30px 20px;
}
.discipline_detail h2 {
  font-size: 30px;
  font-weight: bold;
}
.discipline_detail .info {
  margin-top: 20px;
}
.discipline_detail .info span {
  margin-right: 50px;
}
.discipline_title {
  width: 100%;
  border-bottom: 1px solid #0092ff;
  background: #fff;
  display: flex;
}
.discipline_title a {
  color: #0092ff;
  font-size: 17px;
  height: 50px;
  line-height: 50px;
  margin-right: 5px;
  padding: 0 22px;
  background: #e5f4ff;
}
.discipline_title .slt {
  color: #fff;
  background: #0092ff;
}

.pages {
  padding: 10px 15px;
  text-align: center;
}

.pages a,
.pages span {
  display: inline-block;
  height: 32px;
  line-height: 22px;
  padding: 5px 10px;
  margin: 3px;
  border: 1px solid #0092ff;
  background-color: #ffffff;
  color: #0092ff;
}

.pages a.cur,
.pages a:hover {
  color: #ffffff;
  background: #0092ff;
  border: 1px solid #0092ff;
}

.majors {
  line-height: 30px;
  background: #fff;
  margin-bottom: 10px;
}
.school_block2 .majors {
  width: 850px;
}
.major_item {
  display: flex;
  border-top: 1px dashed #eee;
  padding: 15px;
}
.major_item:hover {
  background-color: #f9f9f9;
}
.major_item:first-child {
  border-top: none;
}
.major_item .info {
  flex: 1;
}
.major_item .info .name {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
}
.major_item .info .tags {
  display: flex;
}

.major_item .info .tags span {
  font-size: 14px;
  color: #555;
  display: inline-block;
  padding-right: 13px;
  position: relative;
  margin-right: 13px;
  border-right: 1px solid #555;
  line-height: 15px;
}
.major_item .info .tags span:last-child {
  padding-right: 0;
  margin-right: 0;
  border-right: 0;
}
.major_item .link {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.major_item .link a {
  display: inline-block;
  width: 74px;
  height: 32px;
  background: #0092ff;
  border-radius: 4px;
  text-align: center;
  line-height: 32px;
  font-size: 14px;
  color: #fff;
}

.college_list {
  padding: 10px;
  border-bottom: 1px solid #ececec;
}
.college_list .college_item {
  border-bottom: 1px solid #ececec;
  display: flex;
  padding: 15px;
}
.college_list .college_item:last-child {
  border-bottom: none;
}
.college_list .college_item .logo,
.college_list .college_item .logo img {
  width: 90px;
  height: 90px;
}
.college_list .college_item .logo img {
  border-radius: 100%;
}

.college_list .college_item .info {
  flex: 1;
  line-height: 1.8;
  padding: 0 15px;
}
.college_list .college_item .info .name {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 5px;
}
.college_list .college_item .info .level span {
  margin-right: 25px;
}
.college_list .college_item .link {
  align-items: center;
  display: flex;
}
.college_list .college_item .link a {
  display: inline-block;
  color: #0092ff;
  text-align: center;
  width: 105px;
  height: 35px;
  line-height: 35px;
  border: 1px solid #0092ff;
  border-radius: 3px;
}

/* 标题企业卡片 */
.ent_belong_list {
  padding: 16px 20px 0;
}
.ent_belong_card {
  display: flex;
  align-items: stretch;
  gap: 24px;
  margin-bottom: 16px;
  padding: 20px 24px;
  background: #fff;
  border: 1px solid #e8ecf1;
  border-radius: 12px;
  box-sizing: border-box;
}
.ent_belong_main {
  flex: 1;
  min-width: 0;
}
.ent_belong_head {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
}
.ent_belong_label {
  font-size: 14px;
  font-weight: 600;
  color: #2f6bff;
  line-height: 1.4;
}
.ent_belong_badge {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 2px 10px;
  font-size: 12px;
  color: #2f6bff;
  background: #eef3ff;
  border-radius: 999px;
  line-height: 20px;
}
.ent_belong_badge::before {
  content: "";
  width: 12px;
  height: 12px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Ccircle cx='8' cy='8' r='8' fill='%232f6bff'/%3E%3Cpath d='M4.8 8.2l2.1 2.1 4.3-4.3' stroke='%23fff' stroke-width='1.6' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat;
}
.ent_belong_name {
  margin-bottom: 8px;
  font-size: 22px;
  font-weight: 700;
  color: #1a1a1a;
  line-height: 1.35;
}
.ent_belong_name a {
  color: inherit;
}
.ent_belong_name a:hover {
  color: #2f6bff;
}
.ent_belong_summary {
  margin-bottom: 14px;
  font-size: 14px;
  color: #666;
  line-height: 1.7;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.ent_belong_meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 28px;
  font-size: 13px;
  color: #8a8f98;
}
.ent_belong_meta .meta_item {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.ent_belong_meta .meta_item::before {
  content: "";
  flex-shrink: 0;
  width: 14px;
  height: 14px;
  opacity: 0.75;
}
.ent_belong_meta .meta_industry::before {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%238a8f98' stroke-width='1.4'%3E%3Cpath d='M2 14V6.5L8 3l6 3.5V14'/%3E%3Cpath d='M6 14V9h4v5'/%3E%3C/svg%3E") center / contain no-repeat;
}
.ent_belong_meta .meta_area::before {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%238a8f98' stroke-width='1.4'%3E%3Cpath d='M8 14s5-4.2 5-7.2A5 5 0 0 0 3 6.8C3 9.8 8 14 8 14z'/%3E%3Ccircle cx='8' cy='6.8' r='1.6'/%3E%3C/svg%3E") center / contain no-repeat;
}
.ent_belong_meta .meta_phone::before {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%238a8f98' stroke-width='1.4'%3E%3Cpath d='M4.2 2.8l1.8 1.8-1 1.6c.8 1.6 2.1 2.9 3.7 3.7l1.6-1 1.8 1.8-.6 1.6c-.3.7-1 .9-1.6 1.1C6.6 14.5 1.5 9.4 2.6 5c.2-.6.4-1.3 1.1-1.6l.5-.6z'/%3E%3C/svg%3E") center / contain no-repeat;
}
.ent_belong_actions {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
  flex-shrink: 0;
  width: 148px;
}
.ent_belong_actions .btn_home,
.ent_belong_actions .btn_contact {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  height: 40px;
  padding: 0 14px;
  font-size: 14px;
  border-radius: 8px;
  box-sizing: border-box;
  text-decoration: none;
}
.ent_belong_actions .btn_home {
  color: #fff;
  background: #2f6bff;
  border: 1px solid #2f6bff;
}
.ent_belong_actions .btn_home::after {
  content: "→";
  font-size: 13px;
}
.ent_belong_actions .btn_home:hover {
  background: #1f5aef;
  border-color: #1f5aef;
}
.ent_belong_actions .btn_contact {
  color: #555;
  background: #fff;
  border: 1px solid #d8dde6;
}
.ent_belong_actions .btn_contact::before {
  content: "";
  width: 14px;
  height: 14px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23555555' stroke-width='1.4'%3E%3Cpath d='M4.2 2.8l1.8 1.8-1 1.6c.8 1.6 2.1 2.9 3.7 3.7l1.6-1 1.8 1.8-.6 1.6c-.3.7-1 .9-1.6 1.1C6.6 14.5 1.5 9.4 2.6 5c.2-.6.4-1.3 1.1-1.6l.5-.6z'/%3E%3C/svg%3E") center / contain no-repeat;
}
.ent_belong_actions .btn_contact:hover {
  border-color: #2f6bff;
  color: #2f6bff;
}

.school_block .school_box .info {
  width: 605px;
}
.school_block .school_box .link a.like,
.school_block .school_box .link a.liked {
  margin-left: 15px;
  color: #f58b5b;
  border: 1px solid #f58b5b;
}
.school_block .school_box .link a.liked,
.school_block .school_box .link a.like:hover {
  color: #fff;
  background: #f58b5b;
}
.school_intro .info_list li.school_name {
  justify-content: space-between;
}
.school_intro .info_list li.school_name a.like,
.school_intro .info_list li.school_name a.liked {
  text-align: center;
  width: 105px;
  height: 35px;
  line-height: 35px;
  border-radius: 3px;
  margin-left: 15px;
  color: #f58b5b;
  border: 1px solid #f58b5b;
}
.school_intro .info_list li.school_name a.liked,
.school_intro .info_list li.school_name a.like:hover {
  color: #fff;
  background: #f58b5b;
}

.text_block .tags_box {
  padding: 0px 25px 25px 25px;
}
.text_block .tags_box a {
  display: inline-block;
  padding: 5px 8px;
  background-color: #f0f0f0;
  color: #999;
  border-radius: 3px;
  font-size: 12px;
}

.ent-login {
  padding: 6px 10px;
  border: 1px solid #155dfc;
  border-radius: 8px;
  background-color: #eff6ff;
  color: #1447e6;
  max-width: 200px;
}
.ent-login.is-guest {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 8px 14px;
}
.ent-login-entry {
  color: #1447e6;
  font-size: 13px;
  font-weight: 500;
  white-space: nowrap;
}
.ent-login-entry:hover {
  color: #1d4ed8;
}
.ent-login .company-name {
  margin-bottom: 6px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.ent-login_btn {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
}
.ent-login_btn .ent-blc {
  color: #007a55;
  display: flex;
  align-items: center;
  margin-right: 15px;
}
.ent-login_btn .ent-blc.is-pending {
  color: #b45309;
}
.ent-login_btn .ent-blc svg {
  width: 12px;
  height: 12px;
  margin-right: 5px;
}
.ent-login_btn .console {
  margin-right: 6px;
}
.ent-login_btn .console:hover {
  color: #1447e6;
}
.ent-login_btn .logout {
  color: #1f1f1f;
}
.ent-login_btn .logout:hover {
  color: #ec003f;
}

.merchant-container {
  --merchant-primary: #2563eb;
  --merchant-primary-deep: #1e40af;
  --merchant-text: #0f172a;
  --merchant-muted: #64748b;
  --merchant-border: #e6ebf2;
  display: flex;
  align-items: flex-start;
  gap: 20px;
  padding: 18px 0 46px;
}
.merchant-menu {
  width: 230px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.merchant-nav {
  background: #fff;
  border: 1px solid var(--merchant-border);
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(15, 23, 42, 0.03);
  padding: 14px 0 12px;
}
.merchant-nav_title {
  font-size: 13px;
  font-weight: bold;
  color: #778398;
  padding: 0 16px 12px;
  border-bottom: 1px solid #f1f5f9;
  margin-bottom: 6px;
}
.merchant-nav_list li + li {
  margin-top: 2px;
}
.merchant-nav_list li a {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 42px;
  padding: 0 16px;
  color: #2f3e53;
  font-size: 14px;
  transition: 0.15s ease;
}
.merchant-nav_list li a svg {
  flex-shrink: 0;
  color: #95a4ba;
}
.merchant-nav_list li a span {
  flex: 1;
  min-width: 0;
}
.merchant-nav_list li a:hover {
  color: var(--merchant-primary);
  background: #f8fbff;
}
.merchant-nav_list li.merchant-nav_divider {
  margin-top: 8px;
  padding-top: 8px;
  border-top: 1px dashed #e2e8f0;
}
.merchant-nav_list a.merchant-nav_external {
  color: #3b4f6b;
}
.merchant-nav_list li.active a,
.merchant-page-index .merchant-nav_list li:nth-child(1) a,
.merchant-page-certification .merchant-nav_list li:nth-child(2) a,
.merchant-page-news .merchant-nav_list li:nth-child(3) a,
.merchant-page-product .merchant-nav_list li:nth-child(4) a,
.merchant-page-faqs .merchant-nav_list li:nth-child(5) a,
.merchant-page-profile .merchant-nav_list li:nth-child(6) a,
.merchant-page-contact .merchant-nav_list li:nth-child(7) a,
.merchant-page-seo .merchant-nav_list li:nth-child(8) a {
  color: var(--merchant-primary);
  font-weight: 600;
  background: #ecf3ff;
  border-left: 3px solid var(--merchant-primary);
  padding-left: 13px;
}
.merchant-nav_list li.active a svg,
.merchant-page-index .merchant-nav_list li:nth-child(1) a svg,
.merchant-page-certification .merchant-nav_list li:nth-child(2) a svg,
.merchant-page-news .merchant-nav_list li:nth-child(3) a svg,
.merchant-page-product .merchant-nav_list li:nth-child(4) a svg,
.merchant-page-faqs .merchant-nav_list li:nth-child(5) a svg,
.merchant-page-profile .merchant-nav_list li:nth-child(6) a svg,
.merchant-page-contact .merchant-nav_list li:nth-child(7) a svg,
.merchant-page-seo .merchant-nav_list li:nth-child(8) a svg {
  color: var(--merchant-primary);
}
.merchant-nav_arrow {
  width: 7px;
  height: 7px;
  border-right: 1.5px solid #a8b4c5;
  border-top: 1.5px solid #a8b4c5;
  transform: rotate(45deg);
  flex-shrink: 0;
}
.merchant-badge {
  font-size: 12px;
  font-style: normal;
  min-width: 22px;
  height: 20px;
  line-height: 20px;
  padding: 0 7px;
  text-align: center;
  border-radius: 999px;
  background: #f1f5f9;
  color: #64748b;
  flex-shrink: 0;
}
.merchant-badge_ok {
  background: #ecfdf5;
  color: #059669;
  font-weight: 600;
}
.merchant-brief {
  background: #fff;
  border: 1px solid var(--merchant-border);
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(15, 23, 42, 0.03);
  padding: 16px;
}
.merchant-brief_head {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  color: #1e293b;
}
.merchant-brief_head svg {
  color: var(--merchant-primary);
}
.merchant-brief_head strong {
  font-size: 14px;
  font-weight: bold;
}
.merchant-brief_stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-bottom: 14px;
}
.merchant-brief_stats div {
  background: #f8fafc;
  border: 1px solid #edf2f7;
  border-radius: 8px;
  padding: 10px 12px;
}
.merchant-brief_stats span {
  display: block;
  font-size: 12px;
  color: #94a3b8;
  line-height: 1.4;
}
.merchant-brief_stats b {
  display: block;
  font-size: 18px;
  font-weight: bold;
  color: #0f172a;
  line-height: 1.3;
}
.merchant-brief_tip {
  background: linear-gradient(135deg, #fffcf0 0%, #eef5ff 100%);
  border: 1px dashed #e3eaf5;
  border-radius: 8px;
  padding: 12px;
}
.merchant-brief_tip strong {
  display: block;
  font-size: 13px;
  font-weight: bold;
  color: #1e293b;
  margin-bottom: 6px;
}
.merchant-brief_tip p {
  font-size: 12px;
  color: #64748b;
  line-height: 1.7;
}

.merchant-main {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.merchant-page-main {
  gap: 14px;
}
.merchant-page-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
  padding-bottom: 12px;
  border-bottom: 1px solid #e7edf5;
}
.merchant-page-header_text h1 {
  margin: 0 0 6px;
  font-size: 24px;
  line-height: 1.25;
  font-weight: 700;
  color: #1f2f4f;
}
.merchant-page-header_text p {
  margin: 0;
  max-width: 760px;
  font-size: 12px;
  line-height: 1.7;
  color: #5f738c;
}
.merchant-page-header_actions {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}
.merchant-page-manage {
  height: 40px;
  border: 1px solid #d8e1ec;
  border-radius: 10px;
  padding: 0 14px;
  background: #fff;
  color: #2f425e;
  font-size: 13px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
}
.merchant-page-manage:hover {
  background: #f8fafc;
  border-color: #c8d5e4;
  color: #253954;
}
.merchant-cat-manage-link {
  margin-left: 8px;
  font-size: 12px;
  font-weight: 500;
  color: #2563eb;
}
.merchant-cat-manage-link:hover {
  color: #1e4fd3;
}
.merchant-cat-layer-content {
  overflow: hidden !important;
  box-sizing: border-box;
}
.merchant-cat-manager {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 16px 18px 18px;
  box-sizing: border-box;
  overflow: hidden;
}
.merchant-cat-manager_toolbar {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 12px;
  flex-shrink: 0;
}
.merchant-cat-manager_toolbar .primary {
  height: 34px;
  border: none;
  border-radius: 8px;
  padding: 0 14px;
  background: #2563eb;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
}
.merchant-cat-manager_toolbar .primary:hover {
  background: #1e4fd3;
}
.merchant-cat-empty {
  margin: 0;
  padding: 28px 12px;
  text-align: center;
  color: #64748b;
  font-size: 13px;
  background: #f8fafc;
  border: 1px dashed #dbe4ee;
  border-radius: 10px;
}
.merchant-cat-list {
  flex: 1 1 auto;
  min-height: 0;
  overflow: auto;
}
.merchant-cat-table-wrap {
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  overflow: hidden;
}
.merchant-cat-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;
}
.merchant-cat-table th,
.merchant-cat-table td {
  padding: 10px 12px;
  border-bottom: 1px solid #edf2f7;
  text-align: left;
}
.merchant-cat-table th {
  position: sticky;
  top: 0;
  background: #f8fafc;
  color: #475569;
  font-weight: 600;
  z-index: 1;
}
.merchant-cat-table tr:last-child td {
  border-bottom: none;
}
.merchant-cat-status {
  display: inline-flex;
  align-items: center;
  height: 22px;
  padding: 0 8px;
  border-radius: 999px;
  background: #f1f5f9;
  color: #64748b;
  font-size: 12px;
}
.merchant-cat-status.is-on {
  background: #dcfce7;
  color: #15803d;
}
.merchant-cat-actions {
  white-space: nowrap;
}
.merchant-cat-actions a {
  color: #2563eb;
  margin-right: 10px;
}
.merchant-cat-actions a.danger {
  color: #dc2626;
}
.merchant-cat-actions a:hover {
  text-decoration: underline;
}
.merchant-cat-form {
  display: none;
  margin-top: 14px;
  padding: 14px;
  border: 1px solid #dbe4ee;
  border-radius: 10px;
  background: #f8fafc;
  flex-shrink: 0;
}
.merchant-cat-form.is-visible {
  display: block;
}
.merchant-cat-form_title {
  margin: 0 0 12px;
  font-size: 14px;
  color: #1e293b;
}
.merchant-cat-form_grid {
  display: grid;
  grid-template-columns: 1fr 100px 100px;
  gap: 10px;
}
.merchant-cat-form_grid label {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.merchant-cat-form_grid label span {
  font-size: 12px;
  color: #64748b;
}
.merchant-cat-form_grid input,
.merchant-cat-form_grid select {
  height: 36px;
  border: 1px solid #d8e1ec;
  border-radius: 8px;
  padding: 0 10px;
  background: #fff;
  font-size: 13px;
}
.merchant-cat-form_actions {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
  margin-top: 12px;
}
.merchant-cat-form_actions button {
  height: 34px;
  border-radius: 8px;
  padding: 0 14px;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
}
.merchant-cat-form_actions .ghost {
  border: 1px solid #d8e1ec;
  background: #fff;
  color: #475569;
}
.merchant-cat-form_actions .primary {
  border: none;
  background: #2563eb;
  color: #fff;
}
@media (max-width: 680px) {
  .merchant-cat-form_grid {
    grid-template-columns: 1fr;
  }
}
.merchant-page-create {
  height: 40px;
  border: none;
  border-radius: 10px;
  padding: 0 16px;
  background: #2563eb;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  flex-shrink: 0;
}
.merchant-page-create:hover {
  background: #1e4fd3;
  color: #fff;
}
.merchant-edit-grid {
  display: grid;
  gap: 14px;
}
.merchant-edit-side {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.merchant-hero {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  min-height: 236px;
  background: linear-gradient(102deg, #1b4ed9 0%, #2458e7 48%, #1f8af0 100%);
  box-shadow: 0 6px 18px rgba(30, 84, 219, 0.24);
}
.merchant-hero_bg {
  position: absolute;
  right: -36px;
  top: 50%;
  transform: translateY(-50%);
  width: 42%;
  height: 118%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(94, 164, 255, 0.4);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(146, 195, 255, 0.08) 100%);
  pointer-events: none;
  z-index: 0;
  overflow: hidden;
}
.merchant-hero_bg:before,
.merchant-hero_bg:after {
  display: none;
}
.merchant-hero_bg svg {
  width: 132%;
  height: 132%;
  display: block;
  opacity: 1;
  transform: translate(8%, 7%);
}
.merchant-hero_bg svg path {
  vector-effect: non-scaling-stroke;
  stroke-width: 30;
}
.merchant-hero_building g {
  opacity: 0.92;
}
.merchant-hero_body {
  position: relative;
  z-index: 1;
  padding: 30px 28px;
  color: #fff;
}
.merchant-hero_tag {
  display: inline-block;
  font-size: 12px;
  padding: 3px 10px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.16);
  margin-bottom: 10px;
}
.merchant-hero_body h1 {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.28;
  margin-bottom: 10px;
  letter-spacing: 0.2px;
}
.merchant-hero_body p {
  font-size: 13px;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.86);
  margin-bottom: 20px;
  max-width: 96%;
}
.merchant-hero_actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.merchant-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  height: 38px;
  padding: 0 18px;
  border-radius: 10px;
  font-size: 13px;
  font-weight: 600;
  transition: 0.15s;
}
.merchant-btn_light {
  background: #fff;
  color: var(--merchant-primary);
  box-shadow: 0 2px 8px rgba(255, 255, 255, 0.24);
}
.merchant-btn_light:hover {
  background: #f8fafc;
}
.merchant-btn_outline {
  background: rgba(15, 23, 42, 0.22);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.35);
}
.merchant-btn_outline:hover {
  background: rgba(15, 23, 42, 0.34);
}

.merchant-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.merchant-stat_card {
  background: #fff;
  border: 1px solid #dbe3ec;
  border-radius: 12px;
  padding: 15px 16px;
  box-shadow: 0 1px 4px rgba(15, 23, 42, 0.04);
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 86px;
}
.merchant-stat_icon {
  width: 38px;
  height: 38px;
  border-radius: 9px;
  background: #f8fafc;
  color: #4b5565;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border: 1px solid #e4edff;
}
.merchant-stat_icon_green {
  background: #ecfdf5;
  color: #059669;
  border-color: #d3f4e3;
}
.merchant-stat_info span {
  display: block;
  font-size: 12px;
  color: #8b98aa;
  line-height: 1.4;
  margin-bottom: 4px;
}
.merchant-stat_info strong {
  display: block;
  font-weight: bold;
  color: var(--merchant-text);
  line-height: 1.1;
}
.merchant-stat_info strong em {
  font-weight: normal;
  color: #4a5568;
  font-style: normal;
}
.merchant-stat_tag {
  color: #059669 !important;
  font-weight: 600 !important;
}

.merchant-tasks {
  background: #fff;
  border: 1px solid #dbe3ec;
  border-radius: 12px;
  box-shadow: 0 1px 4px rgba(15, 23, 42, 0.04);
  padding: 18px 24px 10px;
}
.merchant-tasks_head {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
  padding-bottom: 12px;
  border-bottom: 1px solid #ecf0f4;
  color: var(--merchant-text);
}
.merchant-tasks_head svg {
  color: #64748b;
}
.merchant-tasks_head h2 {
  font-size: 16px;
  font-weight: bold;
}
.merchant-tasks_list li {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 0;
  border-top: 1px solid #ecf0f4;
}
.merchant-tasks_list li:first-child {
  border-top: none;
  padding-top: 8px;
}
.merchant-tasks_check {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 1.5px solid #cfd8e3;
  flex-shrink: 0;
  position: relative;
}
.merchant-tasks_list li.done .merchant-tasks_check {
  background: #f0fdf4;
  border-color: #86efac;
}
.merchant-tasks_list li.done .merchant-tasks_check:after {
  content: "";
  position: absolute;
  left: 5px;
  top: 2px;
  width: 4px;
  height: 8px;
  border: solid #10b981;
  border-width: 0 1.5px 1.5px 0;
  transform: rotate(45deg);
}
.merchant-tasks_check_pending {
  border-color: #d0d8e3;
  background: #fff;
}
.merchant-tasks_body {
  flex: 1;
  min-width: 0;
}
.merchant-tasks_body strong {
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: #334155;
  line-height: 1.5;
}
.merchant-tasks_body p {
  font-size: 12px;
  color: #94a3b8;
  line-height: 1.6;
}
.merchant-tasks_status {
  font-size: 12px;
  font-weight: 600;
  flex-shrink: 0;
  color: #10b981;
  background: #ecfdf5;
  padding: 3px 12px;
  border-radius: 999px;
  line-height: 1.5;
}
.merchant-tasks_status_ok {
  color: #059669;
}
.merchant-tasks_link {
  font-size: 12px;
  font-weight: 600;
  color: var(--merchant-primary);
  flex-shrink: 0;
}
.merchant-tasks_link:hover {
  color: var(--merchant-primary-deep);
}

@media (max-width: 1100px) {
  .merchant-hero_body h1 {
    font-size: 28px;
  }
  .merchant-hero_body {
    max-width: 72%;
  }
  .merchant-stat_info strong {
    font-size: 20px;
  }
  .merchant-stat_info strong em {
    font-size: 18px;
  }
  .merchant-stats {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 900px) {
  .merchant-container {
    flex-direction: column;
  }
  .merchant-menu {
    width: 100%;
  }
  .merchant-hero_body {
    padding: 22px;
  }
  .merchant-hero_bg {
    right: -70px;
    width: 52%;
    height: 108%;
    opacity: 0.58;
  }
  .merchant-hero_body h1 {
    font-size: 24px;
  }
  .merchant-stats {
    grid-template-columns: 1fr;
  }
}

.merchant-cert-main {
  gap: 12px;
}
.merchant-cert-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  padding-top: 2px;
}
.merchant-cert-header_text h1 {
  font-size: 24px;
  line-height: 1.3;
  font-weight: bold;
  color: #1f2f4f;
  margin-bottom: 6px;
}
.merchant-cert-header_text p {
  font-size: 13px;
  color: #63758f;
  line-height: 1.75;
  max-width: 760px;
}
.merchant-cert-state {
  height: 32px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid #b8eed8;
  background: #ecfbf4;
  color: #0e9a66;
  font-size: 13px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  white-space: nowrap;
}
.merchant-cert-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  padding: 16px 18px;
  border: 1px solid #dbe3ec;
  border-radius: 12px;
  background: #fff;
}
.merchant-cert-step {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.merchant-cert-step_no {
  width: 24px;
  height: 24px;
  border-radius: 8px;
  background: #2563eb;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  line-height: 24px;
  text-align: center;
  flex-shrink: 0;
}
.merchant-cert-step.done .merchant-cert-step_no {
  background: #4caf81;
}
.merchant-cert-step strong {
  display: block;
  color: #1f2f4f;
  font-size: 14px;
  line-height: 1.45;
  margin-bottom: 2px;
}
.merchant-cert-step p {
  color: #74859b;
  font-size: 12px;
  line-height: 1.5;
}
.merchant-cert-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 280px;
  gap: 14px;
}
.merchant-cert-card {
  border: 1px solid #dbe3ec;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 1px 4px rgba(15, 23, 42, 0.04);
}
.merchant-cert-form {
  padding: 16px 18px 16px;
}
.merchant-cert-form .merchant-edit-card_head,
.merchant-cert-upload .merchant-edit-card_head {
  padding-bottom: 12px;
  border-bottom: 1px solid #ecf0f4;
  margin-bottom: 14px;
}
.merchant-cert-form .merchant-edit-card_head h2,
.merchant-cert-upload .merchant-edit-card_head h2 {
  margin: 0;
}
.merchant-cert-fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 12px;
}
.merchant-cert-field {
  min-width: 0;
}
.merchant-cert-field.full {
  grid-column: span 2;
}
.merchant-cert-field label {
  display: block;
  margin-bottom: 6px;
  color: #5f7089;
  font-size: 12px;
  line-height: 1.4;
}
.merchant-cert-field label span {
  color: #ef4444;
}
.merchant-cert-field input,
.merchant-cert-field select,
.merchant-cert-field textarea {
  display: block;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  height: 40px;
  border: 1px solid #dbe3ec;
  border-radius: 8px;
  background: #f8fafc;
  color: #233653;
  font-size: 14px;
  padding: 0 12px;
}
.merchant-cert-field textarea {
  height: 96px;
  padding: 10px 12px;
  resize: none;
  line-height: 1.7;
}
.merchant-cert-field input[type="date"] {
  min-width: 0;
}
.merchant-cert-field select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.merchant-cert-actions {
  margin-top: 14px;
  display: flex;
  justify-content: flex-end;
}
.merchant-cert-actions button {
  height: 40px;
  border: none;
  border-radius: 10px;
  background: #2563eb;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  padding: 0 20px;
  cursor: pointer;
}
.merchant-cert-actions button:disabled {
  cursor: not-allowed;
  opacity: 0.92;
}
.merchant-cert-actions button.is-pending {
  background: #94a3b8;
}
.merchant-cert-actions button.is-passed {
  background: #007a55;
}
.merchant-cert-actions button.is-rejected {
  background: #2563eb;
}
.merchant-cert-state.is-pending {
  color: #b45309;
  background: #fffbeb;
  border-color: #fde68a;
}
.merchant-cert-state.is-rejected {
  color: #b91c1c;
  background: #fef2f2;
  border-color: #fecaca;
}
.merchant-cert-state.is-passed {
  color: #007a55;
  background: #ecfdf5;
  border-color: #a7f3d0;
}
.merchant-cert-alert {
  margin-bottom: 16px;
  padding: 14px 16px;
  border-radius: 12px;
  border: 1px solid #dbeafe;
  background: #eff6ff;
  color: #1e3a8a;
}
.merchant-cert-alert.is-pending {
  border-color: #fde68a;
  background: #fffbeb;
  color: #92400e;
}
.merchant-cert-alert.is-reject {
  border-color: #fecaca;
  background: #fef2f2;
  color: #991b1b;
}
.merchant-cert-alert.is-passed {
  border-color: #a7f3d0;
  background: #ecfdf5;
  color: #065f46;
}
.merchant-cert-alert_title {
  display: block;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 6px;
}
.merchant-cert-alert_text {
  margin: 0 0 8px;
  font-size: 13px;
  line-height: 1.7;
}
.merchant-cert-alert_item {
  margin-top: 8px;
  font-size: 13px;
  line-height: 1.7;
}
.merchant-cert-alert_item span {
  display: block;
  font-weight: 600;
  margin-bottom: 2px;
}
.merchant-cert-alert_item p {
  margin: 0;
  white-space: pre-wrap;
  word-break: break-word;
}
.merchant-cert-form.is-readonly,
.merchant-cert-upload.is-readonly {
  opacity: 0.92;
}
.merchant-cert-form.is-readonly .merchant-cert-field input,
.merchant-cert-form.is-readonly .merchant-cert-field select,
.merchant-cert-form.is-readonly .merchant-cert-field textarea,
.merchant-cert-upload.is-readonly button {
  cursor: not-allowed;
}
.merchant-cert-upload {
  padding: 16px;
}
.merchant-cert-upload_tip {
  color: #3e4f67;
  font-size: 13px;
  line-height: 1.75;
  margin-bottom: 12px;
}
.merchant-cert-license_preview {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 3;
  border: 1px dashed #c9d6e6;
  border-radius: 12px;
  background: #f8fbff;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.merchant-cert-license_preview.is-empty img {
  display: none;
}
.merchant-cert-license_placeholder {
  color: #94a3b8;
  font-size: 13px;
  text-align: center;
  padding: 0 16px;
}
.merchant-cert-license_preview img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #fff;
  padding: 8px;
  box-sizing: border-box;
}
.merchant-cert-license_meta {
  margin-top: 10px;
  border: 1px solid #dbe3ec;
  border-radius: 10px;
  background: #f8fafc;
  padding: 10px 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
.merchant-cert-license_name {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-width: 0;
  color: #3f526f;
  font-size: 13px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.merchant-cert-license_name svg {
  color: #4f8b6a;
  flex-shrink: 0;
}
.merchant-cert-license_meta a {
  color: #0f9f6e;
  font-size: 13px;
  font-weight: 600;
  flex-shrink: 0;
}
.merchant-cert-license_actions {
  display: grid;
  gap: 8px;
  margin-top: 12px;
}
.merchant-cert-license_btn {
  width: 100%;
  height: 42px;
  border: 1px solid #dbe3ec;
  border-radius: 10px;
  background: #fff;
  color: #253a56;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}
.merchant-cert-license_btn:hover {
  border-color: #b8c9de;
  background: #f5f8fc;
  color: #1a2f4a;
}
.merchant-cert-license_remove {
  width: 100%;
  height: 38px;
  border: 1px solid #e7d4d4;
  border-radius: 10px;
  background: #fff;
  color: #b45309;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}
.merchant-cert-license_remove:hover {
  border-color: #e8b4b4;
  background: #fff7ed;
  color: #9a3412;
}
.merchant-cert-dropzone {
  border: 1px dashed #c9d6e6;
  border-radius: 12px;
  background: #f8fbff;
  text-align: center;
  padding: 24px 14px;
}
.merchant-cert-dropzone_icon {
  width: 36px;
  height: 36px;
  margin: 0 auto 8px;
  border-radius: 50%;
  background: #eaf1ff;
  color: #4c6fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.merchant-cert-dropzone strong {
  display: block;
  color: #234067;
  font-size: 15px;
  margin-bottom: 4px;
}
.merchant-cert-dropzone span {
  color: #8193ac;
  font-size: 12px;
}
.merchant-cert-file {
  margin-top: 12px;
  border: 1px solid #dbe3ec;
  border-radius: 10px;
  background: #f8fafc;
  padding: 10px 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
.merchant-cert-file_name {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #3f526f;
  font-size: 13px;
  min-width: 0;
}
.merchant-cert-file_name svg {
  color: #4f8b6a;
  flex-shrink: 0;
}
.merchant-cert-file_name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.merchant-cert-file a {
  color: #0f9f6e;
  font-size: 13px;
  font-weight: 600;
}
.merchant-cert-preview {
  margin-top: 12px;
  border-radius: 10px;
  border: 1px solid #dbe3ec;
  height: 130px;
  background:
    linear-gradient(0deg, rgba(15, 23, 42, 0.02), rgba(15, 23, 42, 0.02)),
    linear-gradient(135deg, #fbfdff 0%, #eef3f8 100%);
  position: relative;
  overflow: hidden;
}
.merchant-cert-preview:before {
  content: "";
  position: absolute;
  left: 20px;
  right: 20px;
  top: 18px;
  bottom: 18px;
  border-radius: 8px;
  background:
    radial-gradient(circle at 18% 22%, #d9e2ee 0 8px, transparent 9px),
    linear-gradient(125deg, #f5f7fb 0%, #e6edf6 100%);
}

.merchant-news-main {
  gap: 12px;
}
.merchant-news-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
}
.merchant-news-header_text h1 {
  font-size: 24px;
  line-height: 1.25;
  font-weight: 700;
  color: #1f2f4f;
  margin-bottom: 6px;
}
.merchant-news-header_text p {
  max-width: 740px;
  font-size: 13px;
  color: #61748f;
  line-height: 1.7;
}
.merchant-news-create {
  height: 40px;
  border: none;
  border-radius: 10px;
  padding: 0 16px;
  background: #2563eb;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  flex-shrink: 0;
}
.merchant-news-create:hover {
  background: #1e4fd3;
}
.merchant-news-board {
  background: #fff;
  border: 1px solid #dbe3ec;
  border-radius: 12px;
  box-shadow: 0 1px 4px rgba(15, 23, 42, 0.04);
  overflow: hidden;
}
.merchant-news-toolbar {
  min-height: 65px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 14px;
  border-bottom: 1px solid #ecf0f4;
}
.merchant-filter-tabs {
  display: flex;
  align-items: center;
  gap: 4px;
  flex-wrap: nowrap;
  flex: 1;
  min-width: 0;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  scrollbar-width: thin;
  -webkit-overflow-scrolling: touch;
}
.merchant-filter-tabs::-webkit-scrollbar {
  height: 6px;
}
.merchant-filter-tabs::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: #d6deea;
}
.merchant-filter-tabs::-webkit-scrollbar-track {
  background: transparent;
}
.merchant-filter-tabs a {
  flex: 0 0 auto;
  height: 34px;
  line-height: 34px;
  border-radius: 8px;
  border: 1px solid #e4eaf2;
  padding: 0 12px;
  font-size: 14px;
  color: #54657e;
  background: #fff;
}
.merchant-filter-tabs a.active {
  border-color: #2563eb;
  background: #2563eb;
  color: #fff;
}
.merchant-filter-search {
  width: 240px;
  flex-shrink: 0;
}
.merchant-filter-search input {
  width: 100%;
  height: 34px;
  border-radius: 8px;
  border: 1px solid #dce5f0;
  padding: 0 12px;
  font-size: 13px;
  color: #324866;
  background: #f8fafc;
  box-sizing: border-box;
}
.merchant-news-list {
  width: 100%;
}
.merchant-page-faqs .merchant-news-item {
  grid-template-columns: minmax(0, 1fr) 174px;
}
.merchant-news-item {
  display: grid;
  grid-template-columns: 82px minmax(0, 1fr) 174px;
  gap: 14px;
  padding: 14px;
  border-top: 1px solid #edf2f7;
}
.merchant-news-item:first-child {
  border-top: none;
}
.merchant-news-item.is-empty {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 220px;
  padding: 32px 20px;
  text-align: center;
}
.merchant-news-item.is-empty .merchant-news-content {
  max-width: 420px;
}
.merchant-news-item.is-empty .merchant-news-content h3 {
  margin-bottom: 8px;
  color: #475569;
}
.merchant-news-item.is-empty .merchant-news-content p {
  display: block;
  -webkit-line-clamp: unset;
  line-clamp: unset;
  -webkit-box-orient: unset;
  overflow: visible;
  color: #94a3b8;
}
.merchant-news-thumb {
  width: 82px;
  height: 60px;
  border-radius: 8px;
  border: 1px solid #e1e8f2;
  background:
    linear-gradient(0deg, rgba(12, 25, 44, 0.2), rgba(12, 25, 44, 0.2)),
    linear-gradient(140deg, #9caaba 0%, #dce4ed 100%);
}
.merchant-news-thumb_2 {
  background:
    linear-gradient(0deg, rgba(8, 27, 50, 0.2), rgba(8, 27, 50, 0.2)), linear-gradient(140deg, #4f6275 0%, #8598aa 100%);
}
.merchant-news-thumb_3 {
  background:
    linear-gradient(0deg, rgba(10, 31, 57, 0.2), rgba(10, 31, 57, 0.2)),
    linear-gradient(140deg, #7f93a7 0%, #c0cdd9 100%);
}
.merchant-news-thumb_4 {
  background:
    linear-gradient(0deg, rgba(16, 32, 49, 0.2), rgba(16, 32, 49, 0.2)),
    linear-gradient(140deg, #667e98 0%, #b8c6d4 100%);
}
.merchant-news-content {
  min-width: 0;
}
.merchant-news-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px 10px;
  margin-bottom: 4px;
}
.merchant-news-tag {
  height: 22px;
  line-height: 22px;
  padding: 0 8px;
  border-radius: 6px;
  border: 1px solid #e5ebf3;
  color: #52627a;
  font-size: 12px;
  background: #f8fafc;
}
.merchant-news-status {
  height: 22px;
  line-height: 22px;
  padding: 0 8px;
  border-radius: 999px;
  color: #0f9f6e;
  font-size: 12px;
  font-weight: 600;
  background: #ecfdf5;
  border: 1px solid #b7ebd3;
}
.merchant-news-draft {
  height: 22px;
  line-height: 22px;
  padding: 0 8px;
  border-radius: 999px;
  color: #6b7280;
  font-size: 12px;
  font-weight: 600;
  background: #f3f4f6;
  border: 1px solid #e5e7eb;
}
.merchant-news-date {
  font-size: 12px;
  color: #8191a7;
}
.merchant-news-content h3 {
  font-size: 16px;
  line-height: 1.45;
  color: #223652;
  font-weight: 700;
  margin-bottom: 3px;
}
.merchant-news-content h3 a {
  color: inherit;
  text-decoration: none;
}
.merchant-news-content h3 a:hover {
  color: #1d4ed8;
}
.merchant-news-content p {
  font-size: 12px;
  color: #62748f;
  line-height: 1.62;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.merchant-news-side {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  gap: 10px;
}
.merchant-news-side p {
  color: #4d6079;
  font-size: 13px;
}
.merchant-news-side p strong {
  color: #1f2f4f;
  font-weight: 700;
}
.merchant-news-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 8px;
}
.merchant-news-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  height: 32px;
  border: 1px solid #dfe7f1;
  border-radius: 8px;
  padding: 0 12px;
  color: #334963;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  background: #fff;
  white-space: nowrap;
  transition: border-color 0.15s ease, background-color 0.15s ease, color 0.15s ease;
}
.merchant-news-actions a svg {
  flex-shrink: 0;
}
.merchant-news-actions a:hover {
  border-color: #c6d2e1;
  background: #f8fafc;
  color: #1d4ed8;
}
.merchant-news-actions a.delete {
  color: #b42318;
  border-color: #fecdca;
  background: #fff;
}
.merchant-news-actions a.delete:hover {
  border-color: #fda29b;
  background: #fef3f2;
  color: #b42318;
}

.merchant-product-main {
  gap: 16px;
}
.merchant-product-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
  padding-right: 2px;
}
.merchant-product-header_text h1 {
  font-size: 24px;
  line-height: 1.22;
  font-weight: 700;
  color: #1e2f4a;
  margin-bottom: 5px;
}
.merchant-product-header_text p {
  max-width: 760px;
  font-size: 14px;
  color: #52647d;
  line-height: 1.66;
}
.merchant-product-create {
  height: 42px;
  border-radius: 11px;
  padding: 0 18px;
  background: #2563eb;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  flex-shrink: 0;
  box-shadow: 0 4px 10px rgba(37, 99, 235, 0.2);
}
.merchant-product-create:hover {
  background: #1e4fd3;
  color: #fff;
}
.merchant-product-board {
  border: none;
  border-radius: 0;
  background: transparent;
  padding: 0;
}
.merchant-product-toolbar {
  min-height: 65px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 14px;
  border: 1px solid #dbe3ec;
  border-radius: 14px;
  background: #fff;
}
.merchant-product-grid {
  padding: 18px 0 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}
.merchant-product-card {
  border: 1px solid #d8e0ea;
  border-radius: 14px;
  background: #fff;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(15, 23, 42, 0.06);
  height: 440px;
  display: flex;
  flex-direction: column;
}
.merchant-product-card.is-empty {
  grid-column: 1 / -1;
  height: auto;
  min-height: 220px;
  align-items: center;
  justify-content: center;
  box-shadow: none;
  border-style: dashed;
  background: #f8fafc;
}
.merchant-product-card.is-empty .merchant-product-body {
  height: auto;
  width: 100%;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 40px 20px;
}
.merchant-product-card.is-empty .merchant-product-body h3 {
  min-height: 0;
  max-height: none;
  margin-bottom: 8px;
  color: #475569;
  -webkit-line-clamp: unset;
  line-clamp: unset;
}
.merchant-product-card.is-empty .merchant-product-body p {
  color: #94a3b8;
  margin: 0;
}
.merchant-product-image {
  height: 170px;
  border-bottom: 1px solid #e4ebf3;
  position: relative;
  background: #90a4b8
    url("https://images.unsplash.com/photo-1581092919535-7146ff1a5909?auto=format&fit=crop&w=900&q=80") center/cover
    no-repeat;
}
.merchant-product-image.image-2 {
  background: #647f96
    url("https://images.unsplash.com/photo-1449824913935-59a10b8d2000?auto=format&fit=crop&w=900&q=80") center/cover
    no-repeat;
}
.merchant-product-image.image-3 {
  background: #758ea3
    url("https://images.unsplash.com/photo-1504307651254-35680f356dfd?auto=format&fit=crop&w=900&q=80") center/cover
    no-repeat;
}
.merchant-product-tag {
  position: absolute;
  left: 10px;
  top: 10px;
  height: 24px;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.68);
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  padding: 0 10px;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}
.merchant-product-body {
  padding: 14px;
  height: 270px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}
.merchant-product-body h3 {
  font-size: 17px;
  line-height: 1.35;
  font-weight: 700;
  color: #243751;
  margin: 0 0 10px;
  min-height: 46px;
  max-height: 46px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.merchant-product-specs {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 11px;
  min-height: 52px;
  max-height: 52px;
  overflow: hidden;
  align-content: flex-start;
}
.merchant-product-specs span {
  height: 23px;
  line-height: 23px;
  border: 1px solid #e4ebf3;
  border-radius: 6px;
  padding: 0 8px;
  color: #5f738f;
  font-size: 12px;
  background: #f8fafc;
}
.merchant-product-body p {
  font-size: 13px;
  color: #5c718c;
  line-height: 1.72;
  margin: 0;
  min-height: 72px;
  max-height: 72px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}
.merchant-product-actions {
  margin-top: auto;
  min-height: 40px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}
.merchant-product-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  height: 36px;
  border: 1px solid #dfe7f1;
  border-radius: 10px;
  background: #fff;
  color: #334963;
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
  padding: 0 14px;
  white-space: nowrap;
  transition: border-color 0.15s ease, background-color 0.15s ease, color 0.15s ease;
}
.merchant-product-actions a svg {
  flex-shrink: 0;
}
.merchant-product-actions a:hover {
  border-color: #c6d2e1;
  background: #f8fafc;
  color: #1d4ed8;
}
.merchant-product-actions a.delete {
  color: #b42318;
  border-color: #fecdca;
  background: #fff;
  padding: 0 12px;
}
.merchant-product-actions a.delete:hover {
  border-color: #fda29b;
  background: #fef3f2;
  color: #b42318;
}

.merchant-contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 314px;
  gap: 14px;
}
.merchant-contact-card {
  border: 1px solid #dbe3ec;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 1px 4px rgba(15, 23, 42, 0.04);
}
.merchant-contact-form {
  padding: 14px 16px 16px;
}
.merchant-contact-form .merchant-edit-card_head,
.merchant-contact-qr .merchant-edit-card_head {
  padding: 6px 10px 12px;
  border-bottom: 1px solid #edf2f7;
  margin-bottom: 12px;
}
.merchant-contact-form .merchant-edit-card_head h2,
.merchant-contact-qr .merchant-edit-card_head h2 {
  margin: 0;
}
.merchant-contact-fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 12px;
}
.merchant-contact-field {
  min-width: 0;
}
.merchant-contact-field.full {
  grid-column: 1 / -1;
}
.merchant-contact-field label {
  display: block;
  margin-bottom: 6px;
  color: #5f7089;
  font-size: 12px;
  line-height: 1.4;
}
.merchant-contact-field label span {
  color: #ef4444;
}
.merchant-contact-input {
  height: 40px;
  border: 1px solid #dbe3ec;
  border-radius: 10px;
  background: #f8fafc;
  padding: 0 12px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.merchant-contact-input svg {
  color: #4c607b;
  flex-shrink: 0;
}
.merchant-contact-input input {
  width: 100%;
  border: none;
  background: transparent;
  color: #253a56;
  font-size: 14px;
  line-height: 1;
  padding: 0;
}
.merchant-contact-input input:focus {
  outline: none;
}
.merchant-contact-actions {
  margin-top: 16px;
  padding-top: 12px;
  border-top: 1px solid #edf2f7;
  display: flex;
  justify-content: flex-end;
}
.merchant-contact-actions button {
  height: 40px;
  border: none;
  border-radius: 10px;
  background: #2563eb;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  padding: 0 22px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
}
.merchant-contact-side {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.merchant-contact-qr {
  padding: 14px;
}
.merchant-contact-qr p {
  color: #3e5069;
  font-size: 13px;
  line-height: 1.72;
  margin: 0 0 12px;
}
.merchant-contact-qr_box {
  border: 1px solid #dbe3ec;
  border-radius: 12px;
  background: #f8fafc;
  text-align: center;
  padding: 16px 12px 12px;
}
.merchant-contact-qr_box.is-empty img {
  display: none;
}
.merchant-contact-qr_placeholder {
  width: 138px;
  height: 138px;
  margin: 0 auto;
  border: 1px dashed #c9d5e4;
  border-radius: 12px;
  background: #fff;
  color: #9aa8ba;
  font-size: 13px;
  line-height: 138px;
}
.merchant-contact-qr_box img {
  width: 138px;
  height: 138px;
  object-fit: contain;
  border-radius: 12px;
  border: 1px solid #dde5ef;
  background: #fff;
  padding: 6px;
}
.merchant-contact-qr_box span {
  display: block;
  margin-top: 8px;
  font-size: 12px;
  letter-spacing: 0.3px;
  color: #8a98aa;
  word-break: break-all;
}
.merchant-contact-qr_actions {
  display: grid;
  gap: 8px;
  margin-top: 12px;
}
.merchant-contact-qr_btn {
  width: 100%;
  height: 42px;
  border: 1px solid #dbe3ec;
  border-radius: 10px;
  background: #fff;
  color: #253a56;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}
.merchant-contact-qr_btn:hover {
  border-color: #b8c9de;
  background: #f5f8fc;
  color: #1a2f4a;
}
.merchant-contact-qr_btn:active {
  background: #eef3f9;
}
.merchant-contact-qr_remove {
  width: 100%;
  height: 38px;
  border: 1px solid #e7d4d4;
  border-radius: 10px;
  background: #fff;
  color: #b45309;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}
.merchant-contact-qr_remove:hover {
  border-color: #e8b4b4;
  background: #fff7ed;
  color: #9a3412;
}
.merchant-contact-qr_remove:active {
  background: #ffedd5;
}
.merchant-contact-shield {
  padding: 12px 14px;
  background: #f8fafc;
}
.merchant-contact-shield h3 {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin: 0 0 6px;
  font-size: 14px;
  line-height: 1.4;
  color: #25364f;
}
.merchant-contact-shield h3 svg {
  color: #6c7f98;
}
.merchant-contact-shield p {
  margin: 0;
  color: #5f728c;
  font-size: 13px;
  line-height: 1.7;
}

.merchant-seo-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 380px;
  gap: 14px;
}
.merchant-seo-card {
  border: 1px solid #dbe3ec;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 1px 4px rgba(15, 23, 42, 0.04);
}
.merchant-seo-form {
  padding: 14px 16px 16px;
}
.merchant-seo-form .merchant-edit-card_head {
  padding: 8px 10px 12px;
  border-bottom: 1px solid #edf2f7;
  margin-bottom: 12px;
}
.merchant-seo-form .merchant-edit-card_head h2 {
  margin: 0;
}
.merchant-seo-fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 14px;
}
.merchant-seo-field {
  grid-column: 1 / -1;
  min-width: 0;
}
.merchant-seo-field.merchant-seo-half {
  grid-column: span 1;
}
.merchant-seo-label_row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 6px;
}
.merchant-seo-label_row > label,
.merchant-seo-field > label,
.merchant-seo-field_label {
  color: #6a7d95;
  font-size: 12px;
  line-height: 1.45;
  font-weight: 600;
}
.merchant-seo-field_label {
  display: block;
  margin-bottom: 6px;
}
.merchant-seo-label_row > label span {
  color: #ef4444;
}
.merchant-seo-label_row > span {
  color: #8a99ab;
  font-size: 12px;
  white-space: nowrap;
}
.merchant-seo-label_row > span.is-over {
  color: #dc2626;
  font-weight: 700;
}
.merchant-seo-label_row > span.is-short {
  color: #d97706;
  font-weight: 700;
}
.merchant-profile-edit-form input[readonly] {
  cursor: pointer;
  background: #f7f9fc;
}
.merchant-seo-field input,
.merchant-seo-field textarea {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #dbe3ec;
  border-radius: 10px;
  background: #f8fafc;
  color: #263a58;
  font-size: 14px;
  padding: 0 14px;
}
.merchant-seo-field input[readonly] {
  color: #8a99ab;
  background: #f1f5f9;
  cursor: not-allowed;
}
.merchant-seo-field input:not([type="checkbox"]) {
  height: 42px;
}
.merchant-seo-field textarea {
  min-height: 116px;
  line-height: 1.72;
  padding: 10px 14px;
  resize: none;
}
.merchant-seo-switch_row {
  height: 42px;
  border: 1px solid #dbe3ec;
  border-radius: 10px;
  background: #f8fafc;
  padding: 0 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.merchant-seo-switch_row > span {
  color: #263a58;
  font-size: 14px;
}
.merchant-seo-switch {
  position: relative;
  width: 44px;
  height: 24px;
  display: inline-flex;
}
.merchant-seo-switch input {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  opacity: 0;
  cursor: pointer;
  z-index: 1;
}
.merchant-seo-switch i {
  width: 44px;
  height: 24px;
  border-radius: 999px;
  background: #d4deea;
  position: relative;
  transition: all 0.2s ease;
}
.merchant-seo-switch i:after {
  content: "";
  position: absolute;
  left: 3px;
  top: 3px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.2);
  transition: all 0.2s ease;
}
.merchant-seo-switch input:checked + i {
  background: #2f66ec;
}
.merchant-seo-switch input:checked + i:after {
  left: 23px;
}
.merchant-seo-actions {
  grid-column: 1 / -1;
  margin-top: 14px;
  display: flex;
  justify-content: flex-end;
}
.merchant-seo-actions button {
  height: 40px;
  border: none;
  border-radius: 10px;
  background: #2563eb;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  padding: 0 22px;
}
.merchant-seo-side {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.merchant-seo-preview {
  padding: 14px;
}
.merchant-seo-side_head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
.merchant-seo-side_head h3 {
  margin: 0;
  color: #8a99ab;
  font-size: 12px;
  font-weight: 600;
}
.merchant-seo-side_head span {
  height: 24px;
  line-height: 24px;
  border-radius: 6px;
  background: #eef3f9;
  color: #4f6079;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.8px;
  padding: 0 10px;
}
.merchant-seo-snippet {
  border: 1px solid #dde6f0;
  border-radius: 10px;
  background: #f9fbfd;
  padding: 14px;
}
.merchant-seo-snippet_url {
  color: #202124;
  font-size: 12px;
  line-height: 1.5;
  margin-bottom: 6px;
  word-break: break-all;
}
.merchant-seo-snippet h4 {
  margin: 0 0 6px;
  color: #1a0dab;
  font-size: 18px;
  line-height: 1.35;
  font-weight: 400;
  cursor: default;
}
.merchant-seo-snippet h4:hover {
  text-decoration: underline;
}
.merchant-seo-snippet p {
  margin: 0;
  color: #4d5156;
  font-size: 13px;
  line-height: 1.58;
  padding-bottom: 10px;
  border-bottom: 1px solid #e8eaed;
}
.merchant-seo-snippet_meta {
  margin-top: 8px;
  color: #8b9bb0;
  font-size: 13px;
}
.merchant-seo-snippet_meta b {
  color: #56708f;
  font-weight: 600;
}
.merchant-seo-score {
  padding: 14px;
}
.merchant-seo-score_head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
.merchant-seo-score_head h3 {
  margin: 0;
  color: #7d8ea4;
  font-size: 13px;
  font-weight: 700;
}
.merchant-seo-score_head span {
  height: 26px;
  line-height: 26px;
  border-radius: 8px;
  background: #eef2f7;
  color: #5f6f86;
  font-size: 15px;
  font-weight: 700;
  padding: 0 10px;
}
.merchant-seo-score.is-good .merchant-seo-score_head span {
  background: #e8fbf1;
  color: #17a36a;
}
.merchant-seo-score.is-warn .merchant-seo-score_head span {
  background: #fff7e8;
  color: #d97706;
}
.merchant-seo-score.is-bad .merchant-seo-score_head span {
  background: #fef2f2;
  color: #dc2626;
}
.merchant-seo-score_bar {
  height: 10px;
  border-radius: 999px;
  background: #e8eef5;
  overflow: hidden;
  margin-bottom: 14px;
}
.merchant-seo-score_bar i {
  display: block;
  width: 0;
  height: 100%;
  background: #94a3b8;
  transition: width 0.25s ease, background-color 0.25s ease;
}
.merchant-seo-score.is-good .merchant-seo-score_bar i {
  background: #0fa96d;
}
.merchant-seo-score.is-warn .merchant-seo-score_bar i {
  background: #f59e0b;
}
.merchant-seo-score.is-bad .merchant-seo-score_bar i {
  background: #ef4444;
}
.merchant-seo-score_body,
.merchant-seo-score_ok {
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  background: #f8fafc;
  padding: 12px;
}
.merchant-seo-score.is-good .merchant-seo-score_body,
.merchant-seo-score.is-good .merchant-seo-score_ok {
  border-color: #caecd9;
  background: #effbf4;
}
.merchant-seo-score.is-warn .merchant-seo-score_body {
  border-color: #fde6b8;
  background: #fffbeb;
}
.merchant-seo-score.is-bad .merchant-seo-score_body {
  border-color: #fecaca;
  background: #fef2f2;
}
.merchant-seo-score_body strong,
.merchant-seo-score_ok strong {
  display: block;
  color: #475569;
  font-size: 14px;
  margin-bottom: 5px;
}
.merchant-seo-score.is-good .merchant-seo-score_body strong,
.merchant-seo-score.is-good .merchant-seo-score_ok strong {
  color: #0f8f60;
}
.merchant-seo-score.is-warn .merchant-seo-score_body strong {
  color: #b45309;
}
.merchant-seo-score.is-bad .merchant-seo-score_body strong {
  color: #b91c1c;
}
.merchant-seo-score_body p,
.merchant-seo-score_ok p {
  margin: 0;
  color: #64748b;
  font-size: 13px;
  line-height: 1.68;
}
.merchant-seo-score.is-good .merchant-seo-score_body p,
.merchant-seo-score.is-good .merchant-seo-score_ok p {
  color: #226645;
}
.merchant-seo-score.is-warn .merchant-seo-score_body p {
  color: #92400e;
}
.merchant-seo-score.is-bad .merchant-seo-score_body p {
  color: #991b1b;
}
.merchant-seo-score_tips {
  margin: 8px 0 0;
  padding: 0 0 0 18px;
  color: #64748b;
  font-size: 12px;
  line-height: 1.65;
}
.merchant-seo-score.is-warn .merchant-seo-score_tips {
  color: #92400e;
}
.merchant-seo-score.is-bad .merchant-seo-score_tips {
  color: #991b1b;
}
.merchant-seo-score_tips:empty {
  display: none;
}

.merchant-news-edit-main {
  gap: 14px;
}
.merchant-news-edit-header {
  padding-bottom: 10px;
  border-bottom: 1px solid #e9eef4;
}
.merchant-edit-card,
.merchant-news-edit-card {
  border: 1px solid #dbe3ec;
  border-radius: 14px;
  background: #fff;
  padding: 14px 18px 16px;
}
.merchant-edit-card.merchant-cert-form {
  padding: 16px 18px 16px;
}
.merchant-edit-card.merchant-cert-upload {
  padding: 16px;
}
.merchant-edit-card.merchant-contact-form {
  padding: 14px 16px 16px;
}
.merchant-edit-card.merchant-contact-qr {
  padding: 14px;
}
.merchant-edit-card.merchant-contact-shield {
  padding: 12px 14px;
}
.merchant-edit-card.merchant-seo-form {
  padding: 14px 16px 16px;
}
.merchant-edit-card.merchant-seo-preview,
.merchant-edit-card.merchant-seo-score {
  padding: 14px;
}
.merchant-edit-card_head,
.merchant-news-edit-card_head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 6px 0 10px;
  border-bottom: 1px solid #edf2f7;
  margin-bottom: 12px;
}
.merchant-edit-card_head h2,
.merchant-news-edit-card_head h2 {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 700;
  color: #25364f;
}
.merchant-edit-card_head .merchant-edit-title {
  margin: 0;
}
.merchant-edit-title svg {
  color: #556b86;
}
.merchant-edit-close,
.merchant-news-edit-close {
  color: #9ca8b8;
  font-size: 18px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.merchant-edit-close:hover,
.merchant-news-edit-close:hover {
  background: #f5f7fb;
}
.merchant-edit-form,
.merchant-news-edit-form {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}
.merchant-edit-form > .full,
.merchant-news-edit-form > .full {
  grid-column: span 3;
}
.merchant-edit-field,
.merchant-news-edit-field {
  min-width: 0;
}
.merchant-edit-field.full,
.merchant-news-edit-field.full {
  grid-column: span 3;
}
.merchant-edit-field label,
.merchant-news-edit-field label {
  display: block;
  margin-bottom: 6px;
  color: #5e708a;
  font-size: 12px;
  line-height: 1.4;
}
.merchant-edit-field label span,
.merchant-news-edit-field label span {
  color: #ef4444;
}
.merchant-edit-field input,
.merchant-edit-field select,
.merchant-edit-field textarea,
.merchant-news-edit-field input,
.merchant-news-edit-field select,
.merchant-news-edit-field textarea {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  height: 42px;
  border: 1px solid #d9e2ec;
  border-radius: 10px;
  background: #f8fafc;
  color: #263a58;
  font-size: 14px;
  padding: 0 14px;
}
.merchant-edit-field textarea,
.merchant-news-edit-field textarea {
  height: 138px;
  resize: vertical;
  line-height: 1.8;
  padding: 12px 14px;
}
.merchant-edit-field.profile-mid textarea,
.merchant-news-edit-field.profile-mid textarea {
  height: 120px;
}
.merchant-edit-field.profile-tall textarea,
.merchant-news-edit-field.profile-tall textarea {
  height: 220px;
}
.merchant-edit-field input::placeholder,
.merchant-edit-field textarea::placeholder,
.merchant-news-edit-field input::placeholder,
.merchant-news-edit-field textarea::placeholder {
  color: #99a8ba;
}
.merchant-cover-upload {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.merchant-cover-preview {
  width: 100%;
  max-width: 360px;
  min-height: 160px;
  border: 1px dashed #d5dee9;
  border-radius: 12px;
  background: #f8fafc;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.merchant-cover-preview img {
  width: 100%;
  height: 100%;
  min-height: 160px;
  object-fit: cover;
  display: block;
}
/* 简介页横幅底图：全宽 3:1，需写在通用 cover 规则之后避免被覆盖 */
.merchant-cover-preview.merchant-profile-banner-preview {
  position: relative;
  max-width: none;
  aspect-ratio: 3 / 1;
  min-height: 0;
}
.merchant-cover-preview.merchant-profile-banner-preview img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  min-height: 0;
  max-height: none;
  object-fit: cover;
}
.merchant-cover-placeholder {
  color: #94a3b8;
  font-size: 13px;
}
.merchant-cover-upload_actions {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.merchant-cover-upload-btn,
.merchant-cover-remove-btn {
  height: 36px;
  border-radius: 8px;
  padding: 0 14px;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
}
.merchant-cover-upload-btn {
  border: none;
  background: #2563eb;
  color: #fff;
}
.merchant-cover-upload-btn:hover {
  background: #1e4fd3;
}
.merchant-cover-remove-btn.ghost {
  border: 1px solid #d8e1ec;
  background: #fff;
  color: #475569;
}
.merchant-cover-upload_tip {
  margin: 0;
  font-size: 12px;
  color: #94a3b8;
  line-height: 1.5;
}
.merchant-field-tip {
  margin: 0 0 10px;
  font-size: 12px;
  color: #94a3b8;
  line-height: 1.5;
}
.merchant-inline-add-btn {
  height: 34px;
  border: none;
  border-radius: 8px;
  padding: 0 14px;
  background: #2563eb;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
}
.merchant-inline-add-btn:hover {
  background: #1e4fd3;
}
.merchant-product-carousel-row {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dashed #e2e8f0;
}
.merchant-product-carousel-row:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.merchant-product-carousel-item {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}
.merchant-product-carousel-thumb {
  width: 56px;
  height: 42px;
  object-fit: cover;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  background: #f8fafc;
}
.merchant-product-carousel-url {
  flex: 1;
  min-width: 180px;
  height: 36px;
  border: 1px solid #d8e1ec;
  border-radius: 8px;
  padding: 0 10px;
  font-size: 13px;
}
.merchant-product-carousel-item button {
  height: 34px;
  border-radius: 8px;
  padding: 0 12px;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
  border: none;
}
.merchant-product-carousel-item button.primary {
  background: #2563eb;
  color: #fff;
}
.merchant-product-carousel-item button.ghost {
  border: 1px solid #d8e1ec;
  background: #fff;
  color: #475569;
}
.merchant-product-carousel-item button.danger {
  color: #dc2626;
  border-color: #fecaca;
  background: #fff;
}
.merchant-product-spec-row {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 8px;
  margin-bottom: 10px;
}
.merchant-edit-field .merchant-product-spec-key {
  width: 160px;
  min-width: 140px;
  max-width: 180px;
  flex: 0 0 160px;
  height: 36px;
  border: 1px solid #d8e1ec;
  border-radius: 8px;
  padding: 0 10px;
  font-size: 13px;
  box-sizing: border-box;
}
.merchant-edit-field .merchant-product-spec-val {
  flex: 1 1 auto;
  min-width: 0;
  width: auto;
  max-width: none;
  height: 36px;
  border: 1px solid #d8e1ec;
  border-radius: 8px;
  padding: 0 10px;
  font-size: 13px;
  box-sizing: border-box;
}
.merchant-edit-field .merchant-product-spec-remove {
  flex: 0 0 auto;
  width: auto;
  height: 34px;
  border-radius: 8px;
  padding: 0 12px;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
  border: 1px solid #d8e1ec;
  background: #fff;
  color: #475569;
  white-space: nowrap;
}
.merchant-wangeditor-wrapper {
  border: 1px solid #d6e0eb;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
  z-index: 20;
}
.merchant-wangeditor-wrapper #merchantNewsToolbar,
.merchant-wangeditor-wrapper [id$="Toolbar"] {
  border-bottom: 1px solid #e8edf3;
}
.merchant-wangeditor-wrapper #merchantNewsEditor,
.merchant-wangeditor-wrapper #merchantProductEditor,
.merchant-wangeditor-wrapper #merchantProfileEditor,
.merchant-wangeditor-wrapper [id$="Editor"] {
  height: 420px;
}
.merchant-wangeditor-wrapper .w-e-text-container [data-slate-editor] {
  min-height: 380px;
}
.merchant-wangeditor-wrapper .button-container {
  position: relative;
  right: auto;
}
.merchant-news-covers {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: -2px;
}
.merchant-news-covers button {
  width: 98px;
  height: 64px;
  border: 1px solid #d8e1ec;
  border-radius: 10px;
  background:
    linear-gradient(0deg, rgba(17, 28, 44, 0.18), rgba(17, 28, 44, 0.18)),
    linear-gradient(135deg, #9aabbf 0%, #d7e1ea 100%);
}
.merchant-news-covers button.cover-2 {
  background:
    linear-gradient(0deg, rgba(18, 27, 44, 0.2), rgba(18, 27, 44, 0.2)),
    linear-gradient(135deg, #63798f 0%, #a8b7c8 100%);
}
.merchant-news-covers button.cover-3 {
  background:
    linear-gradient(0deg, rgba(20, 30, 45, 0.2), rgba(20, 30, 45, 0.2)),
    linear-gradient(135deg, #8ea4ba 0%, #cad5e0 100%);
}
.merchant-news-covers button.cover-4 {
  background:
    linear-gradient(0deg, rgba(20, 30, 45, 0.22), rgba(20, 30, 45, 0.22)),
    linear-gradient(135deg, #7088a1 0%, #b7c5d2 100%);
}
.merchant-news-covers button.cover-5 {
  background:
    linear-gradient(0deg, rgba(22, 32, 47, 0.24), rgba(22, 32, 47, 0.24)),
    linear-gradient(135deg, #7b91a8 0%, #c4d0dc 100%);
}
.merchant-news-covers button.active {
  border: 2px solid #2563eb;
}
.merchant-news-editor_head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 6px;
  gap: 8px;
}
.merchant-news-editor_modes {
  display: flex;
  align-items: center;
  gap: 8px;
}
.merchant-news-editor_modes a {
  height: 32px;
  line-height: 32px;
  border: 1px solid #d9e2ec;
  border-radius: 9px;
  padding: 0 12px;
  color: #3d5472;
  background: #f8fafc;
  font-size: 13px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.merchant-news-editor {
  border: 1px solid #d6e0eb;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
}
.merchant-news-editor_toolbar {
  min-height: 50px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
  padding: 8px 10px;
  border-bottom: 1px solid #e6edf5;
}
.merchant-news-editor_toolbar button {
  height: 30px;
  min-width: 30px;
  padding: 0 9px;
  border: 1px solid #d8e0ec;
  border-radius: 7px;
  background: #fff;
  color: #354a67;
  font-size: 13px;
  line-height: 1;
}
.merchant-news-editor textarea {
  min-height: 262px;
  border: none;
  border-radius: 0;
  background: #f8fafc;
}
.merchant-news-seo {
  margin-top: 2px;
  border: 1px solid #dce4ee;
  border-radius: 10px;
  background: #fff;
  padding: 0;
  display: block;
  overflow: hidden;
}
.merchant-news-seo_head {
  min-height: 42px;
  padding: 0 14px;
  background: #f8fafc;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.merchant-news-seo_title {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  color: #344a67;
  font-weight: 600;
}
.merchant-news-seo_title svg {
  color: #6b7f99;
}
.merchant-news-seo_head > a {
  color: #8192a8;
  font-size: 13px;
  text-decoration: none;
}
.merchant-news-seo_body {
  border-top: 1px solid #e6edf5;
  padding: 12px 14px 14px;
  background: #fff;
}
.merchant-news-seo_grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 12px;
}
.merchant-news-seo_grid .merchant-edit-field.full,
.merchant-news-seo_grid .merchant-news-edit-field.full {
  grid-column: span 2;
}
.merchant-news-seo_grid .merchant-edit-field label,
.merchant-news-seo_grid .merchant-news-edit-field label {
  font-size: 12px;
  color: #6a7d96;
}
.merchant-news-seo_grid .merchant-edit-field input,
.merchant-news-seo_grid .merchant-news-edit-field input {
  height: 40px;
}
.merchant-news-seo.is-collapsed .merchant-news-seo_body {
  display: none;
}
.merchant-news-seo.is-collapsed .merchant-news-seo_head {
  border-bottom: none;
}
.merchant-edit-actions,
.merchant-news-edit-actions {
  margin-top: 8px;
  display: flex;
  justify-content: flex-end;
  gap: 12px;
  grid-column: 1 / -1;
  width: 100%;
}
.merchant-edit-actions button,
.merchant-news-edit-actions button {
  height: 40px;
  border-radius: 10px;
  padding: 0 20px;
  font-size: 14px;
  font-weight: 600;
}
.merchant-edit-actions .ghost,
.merchant-news-edit-actions .ghost {
  border: 1px solid #d8e1ec;
  background: #fff;
  color: #2f425e;
}
.merchant-edit-actions .primary,
.merchant-news-edit-actions .primary {
  border: none;
  background: #2563eb;
  color: #fff;
}

.merchant-product-edit-main {
  gap: 18px;
}
.merchant-product-edit-header {
  padding-bottom: 14px;
  border-bottom: 2px solid #223146;
}
.merchant-product-edit-header_text h1 {
  font-size: 24px;
  line-height: 1.2;
  font-weight: 700;
  color: #1d2f4c;
  margin: 0 0 7px;
}
.merchant-product-edit-header_text p {
  max-width: none;
  font-size: 14px;
  line-height: 1.7;
  color: #324862;
}
.merchant-product-edit-card {
  border: 1px solid #1f2d3f;
  border-radius: 14px;
  background: #fff;
  box-shadow: none;
  padding: 18px 26px 20px;
}
.merchant-product-edit-card_head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 3px 0 14px;
  margin-bottom: 16px;
  border-bottom: 1px solid #e7edf4;
}
.merchant-product-edit-form,
.merchant-news-edit-form,
.merchant-profile-edit-form {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 18px;
}
.merchant-edit-meta-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px 18px;
  min-width: 0;
}
.merchant-edit-meta-row .merchant-edit-field,
.merchant-edit-meta-row .merchant-news-edit-field {
  min-width: 0;
}
.merchant-product-edit-form > .full,
.merchant-product-edit-form .merchant-edit-field.full,
.merchant-product-edit-form .merchant-news-edit-field.full,
.merchant-news-edit-form > .full,
.merchant-news-edit-form .merchant-edit-field.full,
.merchant-news-edit-form .merchant-news-edit-field.full,
.merchant-profile-edit-form > .full,
.merchant-profile-edit-form .merchant-edit-field.full,
.merchant-profile-edit-form .merchant-news-edit-field.full {
  grid-column: span 2;
}
.merchant-product-edit-form .merchant-edit-field label,
.merchant-product-edit-form .merchant-news-edit-field label,
.merchant-news-edit-form .merchant-edit-field label,
.merchant-news-edit-form .merchant-news-edit-field label,
.merchant-profile-edit-form .merchant-edit-field label,
.merchant-profile-edit-form .merchant-news-edit-field label {
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 1.45;
  font-weight: 600;
  color: #5f728c;
}
.merchant-product-edit-form .merchant-edit-field input,
.merchant-product-edit-form .merchant-edit-field select,
.merchant-product-edit-form .merchant-edit-field textarea,
.merchant-product-edit-form .merchant-news-edit-field input,
.merchant-product-edit-form .merchant-news-edit-field select,
.merchant-product-edit-form .merchant-news-edit-field textarea,
.merchant-news-edit-form .merchant-edit-field input,
.merchant-news-edit-form .merchant-edit-field select,
.merchant-news-edit-form .merchant-edit-field textarea,
.merchant-news-edit-form .merchant-news-edit-field input,
.merchant-news-edit-form .merchant-news-edit-field select,
.merchant-news-edit-form .merchant-news-edit-field textarea,
.merchant-profile-edit-form .merchant-edit-field input,
.merchant-profile-edit-form .merchant-edit-field select,
.merchant-profile-edit-form .merchant-edit-field textarea,
.merchant-profile-edit-form .merchant-news-edit-field input,
.merchant-profile-edit-form .merchant-news-edit-field select,
.merchant-profile-edit-form .merchant-news-edit-field textarea {
  height: 42px;
  border: 1px solid #d6e0eb;
  border-radius: 10px;
  background: #f7f9fc;
  color: #2b405c;
  font-size: 14px;
  padding: 0 14px;
}
.merchant-product-edit-form .merchant-edit-field textarea,
.merchant-product-edit-form .merchant-news-edit-field textarea,
.merchant-news-edit-form .merchant-edit-field textarea,
.merchant-news-edit-form .merchant-news-edit-field textarea,
.merchant-profile-edit-form .merchant-edit-field textarea,
.merchant-profile-edit-form .merchant-news-edit-field textarea {
  height: 130px;
  resize: none;
  padding: 12px 14px;
  line-height: 1.75;
}
.merchant-product-edit-form .merchant-edit-field input::placeholder,
.merchant-product-edit-form .merchant-edit-field textarea::placeholder,
.merchant-product-edit-form .merchant-news-edit-field input::placeholder,
.merchant-product-edit-form .merchant-news-edit-field textarea::placeholder,
.merchant-news-edit-form .merchant-edit-field input::placeholder,
.merchant-news-edit-form .merchant-edit-field textarea::placeholder,
.merchant-news-edit-form .merchant-news-edit-field input::placeholder,
.merchant-news-edit-form .merchant-news-edit-field textarea::placeholder,
.merchant-profile-edit-form .merchant-edit-field input::placeholder,
.merchant-profile-edit-form .merchant-edit-field textarea::placeholder,
.merchant-profile-edit-form .merchant-news-edit-field input::placeholder,
.merchant-profile-edit-form .merchant-news-edit-field textarea::placeholder {
  color: #96a6b9;
}
.merchant-product-covers {
  margin-top: 0;
  gap: 14px;
}
.merchant-product-covers button {
  width: 104px;
  height: 66px;
  border: 1px solid #d5dfeb;
  border-radius: 10px;
  background-color: #d4dde8;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.merchant-product-covers button.active {
  border: 2px solid #2c63ea;
}
.merchant-product-covers .merchant-product-cover-1 {
  background-image: url("https://images.unsplash.com/photo-1489515217757-5fd1be406fef?auto=format&fit=crop&w=360&q=80");
}
.merchant-product-covers .merchant-product-cover-2 {
  background-image: url("https://images.unsplash.com/photo-1518770660439-4636190af475?auto=format&fit=crop&w=360&q=80");
}
.merchant-product-covers .merchant-product-cover-3 {
  background-image: url("https://images.unsplash.com/photo-1581092160607-ee22621dd758?auto=format&fit=crop&w=360&q=80");
}
.merchant-product-covers .merchant-product-cover-4 {
  background-image: url("https://images.unsplash.com/photo-1590496793929-36417d3117de?auto=format&fit=crop&w=360&q=80");
}
.merchant-product-covers .merchant-product-cover-5 {
  background-image: url("https://images.unsplash.com/photo-1581092335397-9583eb92d232?auto=format&fit=crop&w=360&q=80");
}
.merchant-product-seo {
  height: auto;
  border: 1px solid #dbe3ec;
  border-radius: 12px;
  background: #fff;
  padding: 0;
  display: block;
  overflow: hidden;
}
.merchant-product-seo_head {
  min-height: 50px;
  padding: 0 14px;
  border-bottom: 1px solid #e3e9f1;
  background: #f3f6fa;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.merchant-product-seo_head > a {
  color: #8b9aae;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
}
.merchant-product-seo .merchant-news-seo_title {
  font-size: 14px;
  font-weight: 700;
  color: #22344f;
}
.merchant-product-seo_optional {
  font-style: normal;
  font-weight: 600;
  color: #506682;
}
.merchant-product-seo .merchant-news-seo_title svg {
  color: #2f66ec;
}
.merchant-product-seo_body {
  padding: 14px;
}
.merchant-product-seo_body > p {
  margin: 0 0 12px;
  font-size: 13px;
  line-height: 1.7;
  color: #74869d;
}
.merchant-product-seo_grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 14px;
}
.merchant-product-seo_grid .merchant-edit-field.full,
.merchant-product-seo_grid .merchant-news-edit-field.full {
  grid-column: span 2;
}
.merchant-product-seo_grid .merchant-edit-field label,
.merchant-product-seo_grid .merchant-news-edit-field label {
  margin-bottom: 6px;
  font-size: 12px;
  color: #6d8098;
}
.merchant-product-seo_grid .merchant-edit-field input,
.merchant-product-seo_grid .merchant-news-edit-field input {
  height: 40px;
  border: 1px solid #d8e2ed;
  border-radius: 9px;
  background: #f8fafd;
  padding: 0 12px;
  font-size: 13px;
}
.merchant-product-seo_grid .merchant-edit-field input::placeholder,
.merchant-product-seo_grid .merchant-news-edit-field input::placeholder {
  color: #a0afc0;
}
.merchant-product-seo.is-collapsed .merchant-product-seo_head {
  border-bottom: none;
}
.merchant-product-seo.is-collapsed .merchant-product-seo_body {
  display: none;
}
.merchant-product-edit-actions,
.merchant-news-edit-actions,
.merchant-profile-edit-actions {
  margin-top: 18px;
  padding-top: 14px;
  border-top: 1px solid #e7edf5;
  display: flex;
  justify-content: flex-end;
  gap: 12px;
  grid-column: 1 / -1;
  width: 100%;
}
.merchant-product-edit-actions .ghost,
.merchant-news-edit-actions .ghost,
.merchant-profile-edit-actions .ghost {
  border: 1px solid #d5dfeb;
  color: #253954;
  background: #fff;
}
.merchant-product-edit-actions .primary,
.merchant-news-edit-actions .primary,
.merchant-profile-edit-actions .primary {
  min-width: 108px;
  background: #2c63ea;
}

@media (max-width: 1200px) {
  .merchant-cert-grid {
    grid-template-columns: minmax(0, 1fr);
  }
  .merchant-news-item {
    grid-template-columns: 82px minmax(0, 1fr);
  }
  .merchant-news-side {
    grid-column: span 2;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}

@media (max-width: 900px) {
  .merchant-cert-header {
    flex-direction: column;
    align-items: flex-start;
  }
  .merchant-cert-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .merchant-cert-fields {
    grid-template-columns: 1fr;
  }
  .merchant-cert-field.full {
    grid-column: span 1;
  }
  .merchant-news-header {
    flex-direction: column;
    align-items: flex-start;
  }
  .merchant-product-header {
    flex-direction: column;
    align-items: flex-start;
  }
  .merchant-product-toolbar {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
  .merchant-filter-tabs {
    width: 100%;
  }
  .merchant-filter-search {
    width: 100%;
  }
  .merchant-product-grid {
    grid-template-columns: 1fr;
  }
  .merchant-product-image {
    height: 210px;
  }
  .merchant-product-card {
    height: auto;
  }
  .merchant-product-body {
    height: auto;
  }
  .merchant-product-body h3 {
    min-height: 0;
    max-height: none;
  }
  .merchant-product-specs {
    min-height: 0;
    max-height: none;
  }
  .merchant-product-header_text h1 {
    font-size: 30px;
  }
  .merchant-product-body p {
    min-height: 0;
    max-height: 126px;
  }
  .merchant-news-toolbar {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
  .merchant-news-item {
    grid-template-columns: 1fr;
  }
  .merchant-news-thumb {
    width: 100%;
    height: 110px;
  }
  .merchant-news-side {
    grid-column: auto;
  }
  .merchant-edit-form,
  .merchant-news-edit-form,
  .merchant-profile-edit-form {
    grid-template-columns: 1fr;
  }
  .merchant-edit-form > .full,
  .merchant-news-edit-form > .full {
    grid-column: span 1;
  }
  .merchant-edit-field.full,
  .merchant-news-edit-field.full {
    grid-column: span 1;
  }
  .merchant-product-edit-form > .full,
  .merchant-product-edit-form .merchant-edit-field.full,
  .merchant-product-edit-form .merchant-news-edit-field.full,
  .merchant-news-edit-form > .full,
  .merchant-news-edit-form .merchant-edit-field.full,
  .merchant-news-edit-form .merchant-news-edit-field.full,
  .merchant-profile-edit-form > .full,
  .merchant-profile-edit-form .merchant-edit-field.full,
  .merchant-profile-edit-form .merchant-news-edit-field.full {
    grid-column: span 1;
  }
  .merchant-edit-meta-row {
    grid-template-columns: 1fr;
  }
  .merchant-product-edit-header_text h1 {
    font-size: 24px;
  }
  .merchant-product-edit-card {
    padding: 15px 16px 16px;
  }
  .merchant-news-seo_grid {
    grid-template-columns: 1fr;
  }
  .merchant-news-seo_grid .merchant-edit-field.full,
  .merchant-news-seo_grid .merchant-news-edit-field.full {
    grid-column: span 1;
  }
  .merchant-product-seo_grid {
    grid-template-columns: 1fr;
  }
  .merchant-product-seo_grid .merchant-edit-field.full,
  .merchant-product-seo_grid .merchant-news-edit-field.full {
    grid-column: span 1;
  }
  .merchant-news-covers {
    flex-wrap: wrap;
  }
  .merchant-edit-card_head h2,
  .merchant-news-edit-card_head h2 {
    font-size: 24px;
  }
  .merchant-news-editor_head {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* merchant auth page */
body.merchant-auth-body {
  display: block;
  min-height: 100%;
  background: #f3f4f6;
}
.merchant-auth-wrap {
  max-width: 640px;
  margin: 0 auto;
  padding: 56px 24px 40px;
  text-align: center;
}
.merchant-auth-brand {
  display: block;
  text-align: center;
}
.merchant-auth-brand_logo {
  display: inline-block;
  width: auto;
  height: auto;
  max-width: min(70vw, 260px);
  max-height: 68px;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
  border: 1px solid #dbe3ec;
  box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
  object-fit: contain;
  vertical-align: top;
}
.merchant-auth-title {
  margin: 18px 0 10px;
  color: #0f172a;
  font-size: 26px;
  line-height: 1.2;
  font-weight: 700;
}
.merchant-auth-subtitle {
  margin: 0 auto;
  max-width: 620px;
  color: #374151;
  font-size: 14px;
  line-height: 1.75;
}
.merchant-auth-card {
  margin: 34px auto 0;
  width: 100%;
  max-width: 540px;
  background: #fff;
  border: 1px solid #dbe3ec;
  border-radius: 14px;
  box-shadow: 0 2px 8px rgba(15, 23, 42, 0.06);
  padding: 18px 16px 18px;
  text-align: left;
}
.merchant-auth-tabs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  border-bottom: 1px solid #e8eef5;
  padding-bottom: 10px;
}
.merchant-auth-tabs button {
  position: relative;
  border: none;
  background: transparent;
  height: 48px;
  color: #9ba9ba;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
}
.merchant-auth-tabs button.is-active {
  color: #2563eb;
}
.merchant-auth-tabs button.is-active:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -11px;
  height: 3px;
  border-radius: 999px;
  background: #2563eb;
}
.merchant-auth-panel {
  display: none;
  padding-top: 16px;
}
.merchant-auth-panel.is-active {
  display: block;
}
.merchant-auth-field {
  margin-top: 14px;
}
.merchant-auth-field label {
  display: block;
  margin-bottom: 6px;
  color: #6f7f92;
  font-size: 13px;
  line-height: 1.45;
  font-weight: 600;
}
.merchant-auth-field label span {
  color: #ef4444;
}
.merchant-auth-label_row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.merchant-auth-label_row a {
  color: #8d9bad;
  font-size: 13px;
}
.merchant-auth-input {
  height: 44px;
  border-radius: 12px;
  border: 1px solid #d7e0eb;
  background: #f8fafc;
  padding: 0 14px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.merchant-auth-input svg {
  width: 22px;
  height: 22px;
  color: #9aa8b8;
  flex-shrink: 0;
}
.merchant-auth-input input {
  width: 100%;
  border: none;
  background: transparent;
  color: #1f2937;
  font-size: 14px;
  font-weight: 500;
  padding: 0;
}
.merchant-auth-input input::placeholder {
  color: #acb8c8;
  font-weight: 500;
}
.merchant-auth-meta {
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}
.merchant-auth-check {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #4b5f78;
  font-size: 13px;
}
.merchant-auth-check input {
  width: 18px;
  height: 18px;
}
.merchant-auth-ssl {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #0d8a72;
  font-size: 13px;
  font-weight: 600;
}
.merchant-auth-ssl svg {
  width: 18px;
  height: 18px;
}
.merchant-auth-submit {
  margin-top: 14px;
  width: 100%;
  height: 44px;
  border: none;
  border-radius: 12px;
  background: linear-gradient(180deg, #2f6af1 0%, #1f57e3 100%);
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.4px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  cursor: pointer;
}
.merchant-auth-submit:hover {
  background: linear-gradient(180deg, #2a62df 0%, #1b4dd1 100%);
}
.merchant-auth-submit span {
  font-size: 16px;
  line-height: 1;
}
.merchant-auth-tips {
  margin-top: 16px;
  padding: 12px 14px;
  border: 1px solid #dbe3ec;
  border-radius: 12px;
  background: #f8fafc;
}
.merchant-auth-tips h4 {
  margin: 0 0 4px;
  color: #4f6077;
  font-size: 13px;
  font-weight: 700;
}
.merchant-auth-tips ul {
  list-style: disc;
  padding-left: 18px;
}
.merchant-auth-tips li {
  margin-top: 4px;
  color: #5e718c;
  font-size: 12px;
  line-height: 1.65;
}
.merchant-auth-footer {
  margin-top: 30px;
  color: #9ba8b8;
  font-size: 12px;
  line-height: 1.9;
}

@media (max-width: 900px) {
  .merchant-auth-wrap {
    padding: 52px 16px 34px;
  }
  .merchant-auth-title {
    font-size: 22px;
    margin-top: 16px;
  }
  .merchant-auth-subtitle {
    font-size: 13px;
  }
  .merchant-auth-card {
    padding: 16px 14px;
  }
  .merchant-auth-tabs button {
    font-size: 15px;
    height: 46px;
  }
  .merchant-auth-field label,
  .merchant-auth-check,
  .merchant-auth-ssl,
  .merchant-auth-label_row a,
  .merchant-auth-submit,
  .merchant-auth-tips h4,
  .merchant-auth-tips li,
  .merchant-auth-footer {
    font-size: 14px;
  }
  .merchant-auth-input {
    height: 44px;
  }
  .merchant-auth-input input {
    font-size: 16px;
  }
}
