@charset "UTF-8";

html,
body,
div,
span,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
li,
p,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  box-sizing: border-box;
}
a {
    color: #34322d;
}
.clearfix {
 clear:both;
}
.fl {
    float: left;
}

.fr {
    float: right;
}
/* 设置滚动条的样式 */

::-webkit-scrollbar {
    width: 8px;
}

/* 滚动槽 */

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 6px;
}

/* 滚动条滑块 */

::-webkit-scrollbar-thumb {
    border-radius: 6px;
    background: #CB552D;
}
.headerContainer {
    width: 1200px;
    margin: 0 auto;
    padding-top: 50px;
    border-bottom: 1px solid #CB552D;
}

.topBox {
  display: flex;
  align-items: center;
  justify-content: space-between;


}

.headerInfo {
  display: flex;
  align-items: center;
}

.headerAside {
  display: flex;
  height: 34px;
  align-items: center;
}

.serachBox {
  border-radius: 19px;
  display: flex;
  width: 245px;
  overflow: hidden;
  align-items: center;
  margin-right: 46px;
  padding-left: 16px;
  border: 1px solid #C7471C;
}

.headerAside input {
  width: 210px;
  height: 34px;
  border: none;
  outline: none;
  background: transparent;
}

.headerAside img {
  cursor: pointer;
  margin: 0 12px 0;
}

.headerAside .login {
  display: flex;
  height: 16px;
  height: 34px;
  font-size: 16px;
  color: #010101;
  line-height: 35px;
  margin-right: 33px;
  cursor: pointer;
}

.headerAside .login img {
  margin-right: 4px;
}

.headerAside .user {
   display:flex;
   align-items:center;
   position:relative

}


    .headerAside .name {
        font-size: 14px;
        font-weight: 500;
        color: #CB552D;
        line-height: 35px;
        cursor: pointer;

    }


    .headerAside .name:hover .list {
        display: block;
        width: 120px;
    }

    .headerAside .name .list-box:hover .list-box {
        display: block;
        width: 120px;
    }

.headerAside .user .list {
    border-radius: 4px;
    box-sizing: border-box;
    position: absolute;
    left: 75px;
    top: 24px;
    width: 120px;
    min-width: 120px;
    padding-top: 8px;
    display: none;
    z-index: 1000000;
}

.headerAside .user .list-box {
    background: #FFFFFF;
    border: 1px solid #5B4B4A;
    border-radius: 4px;
    padding: 0 18px;
    box-sizing: border-box;
}

    .headerAside .user .list-box a {
        font-size: 18px;
        font-weight: 500;
        color: #CB552D;
        line-height: 49px;
        display: block;
        border-bottom: 1px solid #CB552D;
    }

        .headerAside .user .list-box a:hover {
            color: #000;
        }

        .headerAside .user .list-box a:last-child {
            border-bottom: none;
        }


.headerVenue {
  width: 271px;
  height: 32px;
  display: flex;
  gap: 0;
  cursor: pointer;
  align-items: center;
  position: relative;
  margin-left: 18px;
  background: url(../img/changeVenu.png) no-repeat;
}

.headerVenue .item {
  color: #fff;
  font-size: 14px;
  display: flex;
  align-items: center;

}

.headerVenue .item .more {
  margin-left: 7px;
}

 .headerVenue .venueAll {
        padding-left: 48px;
        text-align: center;
        text-align: center;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        max-width: 146px;
        display: block;  
}

.headerContainer .line {
  height: 14px;
  width: 1px;
  display: inline-block;
  margin: 0 12px 0 8px;
  background: #FFFFFF;
}

.headerContainer .login {
  display: flex;
  align-items: center;
}

.headerContainer .menu {
    padding-top: 60px;
    display: flex;
    width: 1240px;
    position: relative;
    left: -34px;
    font-family: '宋体';
}

    .headerContainer .menu a {
        position: relative;
        flex: 1;
        text-align: center;
        font-size: 18px;
        font-weight: 800;
        color: #34322D;
        height: 40px;
        text-decoration: none;
        text-shadow: 0.1pt 0px 0px #34322D, 0.1pt 0px 0px #34322D, 0.1pt 0px 0px #34322D, -0.1pt 0px 0px #34322D, 0px 0.1pt 0px #34322D, 0px -0.1pt 0px #34322D;
    }

.headerContainer .menuItem::after {
  content: ' ';
  width: 3px;
  height: 3px;
  background-color: #000;
  border-radius: 50%;
  right: 0;
  top: 9px;
  display: block;
  position: absolute;
}

.headerContainer .menuItem:last-child::after {
  display: none;
}

.headerContainer .menu .active {
  color: #C7471C;
  background: url('../img/menuActive.png') no-repeat center 24px
}



#chooseContainer {
  position: absolute;
  width: 509px;
  padding-bottom: 14px;
  left: 0px;
  top: 40px;
  z-index: 999;
  height: 344px;
  background: url('../img/bg.png') no-repeat;
  background-size: 100% 100%;

}

#chooseContainer .arrow {
  position: absolute;
  left: 104px;
  top: -16px;
}

#chooseContainer .header {
  box-sizing: border-box;
  padding: 30px 0 0 30px;

}

#chooseContainer .mainVenue {
  float: left;
  width: 132px;
  height: 32px;
  background: #CB552D;
  color: white;
  font-size: 16px;
  text-align: center;
  line-height: 32px;
  margin: 32px 46px 0 4px;
  border-radius: 4px;
  cursor: pointer;
}

#chooseContainer .mainVenue img {
  vertical-align: middle;
  margin-right: 2px;
  position: relative;
  top: -1px;
}

.fl {
  float: left;
}

#chooseContainer .recently {
  width: 100%;
  color: #6a6a6a;
  font-size: 14px;
  padding-top: 16px;
}

#chooseContainer .recentlyHist li {
  list-style: none;
  float: left;
  font-size: 14px;
  padding: 0 14px;
  height: 26px;
  line-height: 26px;
  background-color: #eae7dd;
  margin-top: 14px;
  color: #4e4b45;
  border-radius: 13px;
  margin-right: 20px;
  cursor: pointer;
  transition: .3s;
}

#chooseContainer .recentlyHist li:hover {
  color: #CB552D;
  transition: .3s;
}

#chooseContainer .search .title {
  line-height: 40px;
  color: #6a6a6a;
  font-size: 16px;
}

#chooseContainer .searchContainer {
  display: flex;
  width: 240px;
  height: 34px;
  align-items: center;
  border-radius: 17px;
  border: 1px solid #c3c3c3;
  position: relative;
}

#chooseContainer .searchContainer .searchIcon2 {
  padding: 0 12px 0 6px;
  cursor: pointer;
}

#chooseContainer .searchContainer input {
  margin-left: 6px;
  width: 230px;
  line-height: 32px;
  color: #6A6A6A;
  border: none;
  outline: none;
  background: transparent;
}

#chooseContainer .serachContent {
  width: 302px;
  position: absolute;
  background: white;
  left: 0;
  top: 40px;
  border: 1px solid #ededed;
  padding-bottom: 14px;
  padding-top: 4px;
  box-shadow: 0 4px 10px #eceded;
  display: none;
  border-radius: 4px;
}

#chooseContainer .serachContent img {
  position: absolute;
  left: 14px;
  top: -8px;
}

.row1 {
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}

#chooseContainer .searchList {
  margin: 0;
  padding: 0;
}

#chooseContainer .searchList li {
  list-style: none;
  color: #7c7c7c;
  padding-left: 20px;
  padding-top: 6px;
  cursor: pointer;
}

#chooseContainer .searchList li:hover {
  color: #CB552D;
}

#chooseContainer .chooseCity {
  border-bottom: 1px solid #ededed;
  margin-left: 20px;
  margin-right: 14px;
}

#chooseContainer .chooseCity span {
  font-size: 16px;
  color: #6a6a6a;
  line-height: 84px;
}

#chooseContainer .cityList li {
  height: 30px;
  color: #6a6a6a;
  float: left;
  list-style: none;
  font-size: 16px;
  padding: 0px 18px;
  line-height: 30px;
  margin-top: 10px;
  margin-left: 20px;
  cursor: pointer;
  transition: .3s;
}

#chooseContainer .cityList {
  width: 1054px;
  float: right;
  padding: 17px 0 27px 0;
}

#chooseContainer .cityList li.active {
  background: #CB552D;
  color: white;
  border-radius: 4px;
}

#chooseContainer .cityList li:hover {
  transition: .3s;
  background: #CB552D;
  color: white;
  border-radius: 4px;
}

#chooseContainer .chooseCounty {
  border-bottom: 1px solid #ededed;
  margin-left: 20px;
  margin-right: 14px;
}

#chooseContainer .headerMes {
  width: 60px;
  display: table;
  height: 80px;
}

#chooseContainer .headerMes span {
  display: table-cell;
}

#chooseContainer .headerMes img {
  margin-top: 20px;
}

#chooseContainer .countyList {
  padding: 16px 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: 16px;
  border-top: 1px solid #f0ede2;

}

#chooseContainer .countyList li {
  list-style: none;
  padding: 0 14px;
  height: 26px;
  line-height: 26px;
  font-size: 14px;
  color: #4e4b45;
  float: left;
  transition: .3s;
  cursor: pointer;
  margin-right: 4px;
  margin-bottom: 4px;
  border-radius: 15px;
}

#chooseContainer .countyList li.active {
  background: #cb552d;
  color: white;
}

#chooseContainer .countyList li:hover {
  transition: .3s;
  background: #cb552d;
  color: white;
}

#chooseContainer .chooseVenues {
  border-bottom: unset;
}

#chooseContainer .operator {
  height: 38px;
  margin: 16px auto;
  display: flex;
  justify-content: flex-end;
}

#chooseContainer .operator span {
  width: 120px;
  width: 120px;
  height: 30px;
  display: inline-block;
  cursor: pointer;
  background: #ebebeb;
  color: #9e9d9d;
  font-size: 14px;
  text-align: center;
  border-radius: 15px;
  line-height: 30px;
}

#chooseContainer .operator span.confirm {
  background: #cb552d;
  color: white;
  margin-left: 20px;
  margin-right: 20px;
}

#chooseContainer .containerScroll {
  overflow-y: auto;
  max-height: 280px;
}

.containerScroll::-webkit-scrollbar {
  width: 6px;
}
.hot {
    
}
.logo img{
    max-width:400px;
}