#index.layui_main {
  padding: 0;
}
body {
  background: #fcfcfc;
}
.title {
  text-align: center;
  font-weight: 800;
  font-size: 40px;
  color: #333333;
  line-height: 48px;
}

.adesc {
  text-align: center;
  font-weight: 400;
  font-size: 14px;
  color: #666666;
}

/* banner */
.banner {
  width: 100%;
  min-width: 1440px;
  margin: 0 auto;
  height: 620px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 80px;
}

.banner .banner_imgs img {
  width: 100%;
  min-width: 1200px;
  height: 100%;
}

/* .banner .search {
  max-width: 1440px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 20px;
  min-width: 1200px;
  position: absolute;
  z-index: 1;
  margin-top: 350px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
} */
.banner .search {
  width: 880px;
  height: 60px;
  position: absolute;
  bottom: 68px;
}
.banner .search .search_val {
  width: 100%;
  height: 100%;
  border-radius: 999px;
  overflow: hidden;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.banner .search_val .search_label{
  width: 120px;
  height: 100%;
  background: #FFF8F4;
  font-weight: bold;
  font-size: 20px;
  color: #FF7011;
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner .search_val .search_btn{
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: linear-gradient(0deg, #FE6844 0%, #FB983C 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.banner .search_val input{
  min-width: 0;
  flex: 1;
  height: 100%;
  font-size: 16px;
  color: #666666;
  padding: 20px;
}

.banner .search .banner_left {
  margin-left: 20px;
  width: calc(100% - 560px);
}

.banner .search .banner_left ul {
  display: flex;
  align-items: center;
}

.banner .search .banner_left ul li {
  width: 80px;
  font-weight: 400;
  font-size: 20px;
  color: #666666;
  margin-bottom: 6px;
  cursor: pointer;
}

.banner .search .banner_left ul .active {
  color: #113f82;
  font-weight: bold;
}

.banner .search .banner_left .search_val {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 46px;
  background: #ffffff;
  border-radius: 10px;
  border: 2px solid #113f82;
  padding: 5px;
}

.banner .search .banner_left input {
  padding-left: 15px;
  width: calc(100% - 100px);
  height: 46px;
  line-height: 46px;
}

.banner .search .banner_left .search_btn {
  width: 80px;
  height: 46px;
  background: #113f82;
  border-radius: 10px;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  color: #ffffff;
  line-height: 46px;
  cursor: pointer;
}

.banner .search .banner_right {
  margin-right: 20px;
  width: 530px;
  display: flex;
  align-items: center;
}

.banner .search .banner_right a {
  margin-left: 20px;
  cursor: pointer;
}
.banner_right .sb_box {
  width: 240px;
  border-radius: 10px;
  padding: 20px 30px 21px 20px;
  box-sizing: border-box;
  background: linear-gradient(90deg, #1e3c72 0%, #1a4da8 100%);
  position: relative;
}
.banner_right .sb_box img {
  position: absolute;
  right: 12px;
  top: 14px;
}

.banner_right .sb_box.sbzc_box {
  background: linear-gradient(90deg, #ffe8ce 0%, #fbb8a0 100%);
}
.banner_right .sb_box p {
  font-size: 24px;
  color: #fff;
  line-height: 36px;
}
.banner_right .sb_box span {
  color: #fff;
  font-size: 14px;
}
.banner_right .sb_box.sbzc_box p {
  color: #935037;
}
.banner_right .sb_box.sbzc_box span {
  color: #c37356;
}

/*精选优质商品  */
.selected {
  margin-top: 40px;
}

.selected .selected_header {
  display: flex;
  align-items: center;
  justify-content: center;
}

.selected .title {
  text-align: center;
}

.selected .title span {
  color: #113f82;
}

.selected .adesc {
  text-align: center;
}

.selected .check_more {
  display: inline-block;
  width: 200px;
  height: 48px;
  background: #FFE3DC;
  border-radius: 24px;
  font-weight: bold;
  font-size: 16px;
  color: #FF6C3F;
  line-height: 48px;
  text-align: center;
  cursor: pointer;
}

.selected .trademarks {
  width: 1400px;
  background: #ffffff;
  border-radius: 40px;
  padding: 20px 20px 0;
  margin-top: 30px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  box-shadow: 0px 5px 10px 0px rgba(224,224,224,0.7);
}

.selected .trademarks a {
  margin-bottom: 20px;
  width: 216px;
  height: 300px;
  background: #F9F9F9;
  border-radius: 20px;
  border: 1px solid transparent;
  padding: 6px;
  margin-right: 20px;
  box-sizing: border-box;
  position: relative;
}

.selected .trademarks a:hover {
  border: 1px solid #FF8C25;
}
.selected .trademarks a .trademark-icon {
  position: absolute;
  right: -5px;
  top: -5px;
}
.selected .trademarks a .trademark-img {
  width: 196px;
  height: 196px;
  background: #fff;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  overflow: hidden;
}
.selected .trademarks a .trademark-img:hover img {
  transform: scale(1.2);
  transition: all linear 0.3s;
}
.selected .trademarks .trademark-img img {
  max-width: 80%;
  max-height: 80%;
  border-radius: 10px;
}

.selected .trademarks .trademark-name {
  font-weight: bold;
  font-size: 18px;
  color: #333333;
  line-height: 24px;
  margin-left: 4px;
  margin-top: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.selected .trademarks .trademark-category {
  font-weight: bold;
  font-size: 14px;
  color: #FF6541;
  background: #FFF2EF;
  border-radius: 5px;
  padding: 2px 6px;
  display: inline-block;
  margin: 6px 0;
  margin-left: 4px;
}

.selected .trademarks .trademark-price {
  font-family: "Roboto";
  font-weight: bold;
  font-size: 14px;
  color: #ff4b21;
  line-height: 16px;
  margin-left: 4px;
}

.selected .trademarks .trademark-price span {
  font-family: "Roboto";
  font-weight: bold;
  font-size: 20px;
  color: #ff4b21;
}

/* 商标经纪人推荐 */
.change {
  margin-top: 40px;
  background: #fff;
  padding: 50px 0;
  border-radius: 20px;
}

.change ul {
  margin: 20px 30px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.change ul li {
  width: 28%;
  background: linear-gradient(0deg, #5074a8 0%, #113f82 100%);
  border-radius: 10px;
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.change li .name {
  font-weight: 800;
  font-size: 24px;
  color: #fff;
  line-height: 36px;
}

.change li .broker_tel {
  font-weight: 800;
  font-size: 18px;
  color: #fff;
  line-height: 36px;
  display: flex;
  align-items: center;
}
.change li .broker_tel span {
  color: #fff;
}

.change li .r_code {
  width: 116px;
  height: 116px;
  background: #ffffff;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2px;
}

.change li .r_code img {
  max-width: 100%;
  max-height: 100%;
}

.change li .tips {
  font-weight: 400;
  font-size: 14px;
  color: #fff;
  line-height: 26px;
}

.change li .broker_right {
  width: 200px;
  height: 200px;
  background: #e7eaef;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.change li .broker_right img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 10px;
}

/* 服务流程 */
.process {
  width: 1458px;
  margin: 20px auto 70px;
  border-radius: 20px;
}
.process_banner{
  margin-top: 30px;
}
.process_banner img{
  max-width: 100%;
}

/* .process .layui-tab {
  margin: 20px 70px 0;
}

.process .layui-tab .layui-tab-title {
  border: none;
  width: 480px;
  height: 48px;
  background: #e2eaf6;
  border-radius: 24px;
  margin: 0 auto 20px;
}

.process .layui-tab .layui-tab-title .layui-this:after {
  top: 0px;
  border: none;
  height: 48px;
}

.process .layui-tab .layui-tab-title li {
  width: 50%;
  text-align: center;
  line-height: 48px;
  font-size: 16px;
  color: #113f82;
  padding: 0;
  border-radius: 24px;
}

.process .layui-tab .layui-tab-title .layui-this {
  background: #113f82;
  color: #fff;
}

.process .layui-tab .layui-tab-item ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: center;
}

.process .layui-tab .layui-tab-item ul .title {
  font-weight: 800;
  font-size: 18px;
  color: #333333;
  line-height: 24px;
}

.process .layui-tab .layui-tab-item ul .adesc {
  font-weight: 400;
  font-size: 14px;
  color: #666;
  line-height: 24px;
} */
.banner .layui-carousel-ind {
  top: -180px;
}
.banner .layui-carousel-ind ul {
  background: none;
}
.banner .layui-carousel-ind ul li {
  width: 24px;
  height: 6px;
  border-radius: 3px;
  background-color: #d4def2;
}
.banner .layui-carousel-ind ul li.layui-this {
  background-color: #1f5aaf;
}
/* 2025年国庆品宣广告 */
.advertisement {
  position: fixed;
}

.ad_box {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.ad_box div {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  margin-right: 350px;
  margin-bottom: 15px;
}

.ad_box div span {
  margin-left: 5px;
  font-size: 16px;
  font-weight: 400;
  color: #666;
}

.ad_box div .close {
  margin-left: 10px;
  cursor: pointer;
}
