/* common */
:root {
    --main-font-color: #333333;
    --nav-hover-color: #FFF0BC;
    --hover-color: #DC0000;
    --font-light-weight: 200;
    --font-regular-weight: 400;
    --font-bold-weight: 600;
}



body {
  background: #FFFAEB;
}
.bodyBg {
  width: 100%;
  height: 354px;
  position: absolute;
  top: 0;
}
.bodyBg img {
  width: 100%;
  height: 100%;
  object-fit:cover;
}
.container {
  width: 1200px;
  margin: 0 auto;
  background: #fff;
}
.container-minW {
  min-width: 1200px;
}

/* topBar */
.topBar {
  width: 100%;
  height: 180px;
  position: relative;
}
.share {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
}
.share a:nth-of-type(2) {
  margin-left: -3px;
}
.share img {
  width: auto;
  height: 42px;
}
.search {
  width: 470px;
  height: 34px;
  position: absolute;
  right: 0;
  top: 132px;
  z-index: 9;
  display: flex;
  align-items: center;
}
.search-form {
  width: 399px;
  height: 100%;
  display: flex;
  align-items: center;
  border: 1px solid #D8D8D8;
  position: relative;
}
.selectwrap {
    /* width: 140px; */
    height: 100%;
    position: relative;
}
.searchSelect {
    /* width: 140px; */
    height: 100%;
    background: #fff;
    padding-left: 10px;
    white-space: pre-wrap;
}
.searchInput {
  /* width: 299px; */
  flex: 1;
  height: 100%;
  line-height: 34px;
  background: #fff;
  padding:  0 14px;
}
.searchIcon {
  width: 23px;
  height: 23px;
  position: absolute;
  top: 50%;
  right: 7px;
  transform: translateY(-50%);
  cursor: pointer;
}
.searchBtn {
  width: 70px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  cursor: pointer;
  font-size: 14px;
  color: #848A9D;
}


.header {
  width: 100%;
  position: relative;
}
.banner {
  width: 1200px;
  margin: 0 auto;
  background: #FFFFFF;
  padding: 20px;
}
.header img {
  width: 100%;
  height: 100%;
  object-fit:cover;
}
.nav {
  width: calc(100% + 20px);
  height: 63px;
  background: url('../img/navBg.png');
  background-size: 100% 100%;
  position: relative;
  left: -10px;
}
.nav-wrap {
  width: 1200px;
  height: 60px;
  margin: 0 auto;
  display: flex;
  padding: 0 40px;
  justify-content: space-between;
  align-items: center;
}
.nav-item {
  color: #ffffff;
  font-size: 16px;
  font-weight: var(--font-bold-weight);
  cursor: pointer;
}
.nav-item:hover {
  color: var(--nav-hover-color);
}
.curNav {
  color: var(--nav-hover-color);
}


/* footer */
.footer {
  width: 100%;
  height: 214px;
  background: #fff;
  padding-top: 40px;
  text-align: center;
  font-size: 14px;
  color: #333333;
  font-weight: 600;
}
.footer-row {
  font-size: 14px;
  color: #333333;
  font-weight: var(--font-bold-weight);
  text-align: center;
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
}
.footer-row a {
  font-size: 14px;
  color: #333333;
  margin-left: 8px;
}
.footer a {
  display: inline-block;
  margin-left: 8px;
  color: #333333
}
#_ideConac {
/*  width: 56px;
  height: 68px;*/
  margin: 0 auto;
  margin-top: 20px;
  display: inline-block;
}
/* components */
.slideTitle {
  width: 36px;
  height: 140px;
  background: url('../img/slide_title_bg.png') no-repeat;
  background-size: 100% 100%;
  font-size: 16px;
  color: #fff;
  text-align: center;
  display: flex;
  align-items: center;
  padding: 0 10px;
  line-height: 20px;
}

.courtBanner-02 {
  width: 1160px;
  height: 42px;
  margin: 0 auto;
  background: linear-gradient(to bottom, #FFFFFF, #E4E4E4);
  margin: 0 auto;
  margin-top: 20px;
  padding: 0 20px;
}
.courtBanner-02-list {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 5px 0;
}
.courtBanner-02-list a {
  font-size: 14px;
  color: #666666;
  line-height: 24px;
  margin-right: 30px;
}
.courtBanner-02-list a:hover {
  color: var(--hover-color);
}