*{
    margin: 0;
    padding: 0;
}
html,body{
    width: 100%;
    height: 100%;
    background: url("../imgs/2.png") repeat-y;
}
.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:#88110B;
}

@font-face {
    font-family:myFont;
    src:url('../font/danqing.ttf');
}
li{
    list-style: none;
}
a{
    text-decoration: none;
    display: inline-block;
}
body{
    /*font-family: myFont;*/
}
.main{
    width: 1200px;
    margin: 0 auto;
}
.row1{
    word-break:keep-all;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
header{
    height: 177px;
    background: url("../imgs/top.png") no-repeat center center ;
    background-size: 100% 100%;
}
header .tips{
    font-size: 16px;
    font-weight: 500;
    color: #333;
    line-height: 35px;
    text-align: right;
}

header .logo {
    float: left;
    position: relative;
}
    header .plant {
        width: 196px;
        height: 30px;
        line-height: 30px;
        margin-top: 8px;
        text-align: center;
        color:#88110B;
        font-weight:bold;
        cursor: pointer;
        background: url("../imgs/plant.png") no-repeat;
        background-size: 100% 100%;
        position: relative;
    }


header  .right{
    padding-top: 46px;
}
header  .right img{
    vertical-align: middle;
    padding-right: 6px;
}{

}
header  .search{
    margin-right: 60px;
    display: inline-block;
    width: 287px;
    height: 40px;
    background: #FFFFFF;
    border: 1px solid #88110B;
    opacity: 0.95;
    border-radius: 20px;
    position: relative;
    z-index:999;
}
header  .search .list{
    width: 105px;

    position: absolute;
    left: 0;
    top: 40px;
    display: none;
    padding-top: 10px;
}
header  .search .list-box{
    background: #FFFFFF;
    border-radius: 10px;
}
header  .search .list a{
    display: block;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    color: #88110B;
    line-height: 42px;
    text-indent: 0;
}
    header .search .list a:hover {
        color: white;
        background:#88110B;
    }
header  .item{
    margin-right: 18px;
    padding-right: 18px;
    border-right: 1px solid #ccc;
}
header  .item1{
    position: relative;
    top: 6px;
    cursor: pointer;
}
header  .top{
    width: 76px;
    height: 40px;
    display: inline-block;
    background: #88110B;
    line-height: 40px;
    color: #fff;
    text-align: center;
    text-indent: -8px;
    border-radius: 18px 0px 0px 18px;
/*    position: relative;*/
    cursor: pointer;
}
header .top::after{
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-top-color: #fff;
    right: 6px;
    top: 18px;
}
header .top:hover .list{
    display: block;
}
header  .search input{
    height: 36px;
    border: none;
    outline: none;
    width: 166px;
}
header .searchIcon {
    padding: 4px;
    cursor: pointer;
}
header .user{
    position: relative;
    top: 6px;
}
header .name {
    font-size: 18px;
    font-weight: 500;
    color: #88110B;
    line-height: 35px;
    cursor: pointer;
    min-height: 120px;
    width:120px;
    height:100px;
  
}
    header .name:hover .list {
        display: block;
        width: 120px;
    }

    header .name .list-box:hover .list-box {
        display: block;
        width: 120px;
    }
header  .user .list{
    border-radius: 4px;
    box-sizing: border-box;
    position: absolute;
    left: 44px;
    top: 14px;
    width:120px;
    min-width:120px;
    padding-top: 8px;
 

    display: none;
}
header   .user .list-box{
    background: #FFFFFF;
    border: 1px solid #5B4B4A;
    border-radius: 4px;
    padding: 0 18px;
    box-sizing: border-box;
}

header .user .list-box a {
    font-size: 18px;
    font-weight: 500;
    color: #88110B;
    line-height: 49px;
    display: block;
    border-bottom: 1px solid #88110B;
}
header  .user .list-box a:hover{
    color: #000;
}
header .user .list-box a:last-child {
    border-bottom: none;
}

nav{
    height: 78px;
    background: url("../imgs/menu.png");

}
nav ul{
    padding-top: 20px;
    text-align:center;

}
nav ul li{
    display: inline-block;
    width: 90px;
    height: 40px;
    text-align: center;
    font-weight: 500;
    overflow:hidden;

    line-height: 40px;
    cursor: pointer;
    font-size: 20px;
    color: white;
}
nav ul li.active{
    background: url("../imgs/nav.png") no-repeat;
    color: #F4DEC4;
    background-size: 100% 100%;
}



#chooseContainer {
    position: absolute;
    width: 1192px;
    background: white;
    padding-bottom: 14px;
    left: 0px;
    top: 130px;
    z-index: 999;
    border: 1px solid #ededed;

}

#chooseContainer .arrow {
    position: absolute;
    left: 104px;
    top: -16px;
}

#chooseContainer .header {
    height: 94px;
    margin: 0 16px 0 22px;
    box-sizing: border-box;
    border-bottom: 1px solid #ededed;
    width: auto;
}

#chooseContainer .mainVenue {
    float: left;
    width: 132px;
    height: 32px;
    background: #88110B;
    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 {
    float: left;
    width: 450px;
    color: #6a6a6a;
    font-size: 16px;
    line-height: 94px;
    float: left;
}

#chooseContainer .recentlyHist li {
    list-style: none;
    float: left;
    font-size: 16px;
    padding: 0 20px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #ededed;
    margin-top: 30px;
    color: #a3a3a3;
    border-radius: 4px;
    margin-left: 20px;
    cursor: pointer;
    transition: .3s;
}

#chooseContainer .recentlyHist li:hover {
    color: #88110B;
    transition: .3s;
}

#chooseContainer .search {
    float: left;
    height: 40px;
    width: 400px;
    border: unset;
    margin-top: 27px;
}

#chooseContainer .search .title {
    line-height: 40px;
    color: #6a6a6a;
    font-size: 16px;
}

#chooseContainer .searchContainer {
    width: 302px;
    height: 38px;
    border-radius: 4px;
    border: 1px solid #ededed;
    float: left;
    position: relative;
}

#chooseContainer .searchContainer .searchIcon2 {
    padding: 13px;
    float: left;
    cursor: pointer;
}

#chooseContainer .searchContainer input {
    height: 34px;
    margin-left: 16px;
    width: 230px;
    color: #6A6A6A;
    border: none;
    outline: none;
}

#chooseContainer .serachContent {
    width: 302px;
    position: absolute;
    background: white;
    left: 0;
    top: 50px;
    border: 1px solid #ededed;
    padding-bottom: 14px;
    padding-top: 4px;
    box-shadow: 0 4px 10px #eceded;
    display: none;
}

#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 li {
    list-style: none;
    color: #7c7c7c;
    padding-left: 20px;
    cursor: pointer;
}

#chooseContainer .searchList li:hover {
    color:#88110B;
}

#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: #88110B;
    color: white;
    border-radius: 4px;
}

#chooseContainer .cityList li:hover {
    transition: .3s;
    background: #88110B;
    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: 20px 0;
    width: 1080px;
}

#chooseContainer .countyList li {
    list-style: none;
    padding: 0 10px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    color: #6a6a6a;
    float: left;
    transition: .3s;
    cursor: pointer;
    margin-right: 20px;
    margin-bottom: 10px;
}

#chooseContainer .countyList li.active {
    background: #88110B;
    color: white;
    border-radius: 4px;
}

#chooseContainer .countyList li:hover {
    transition: .3s;
    background: #88110B;
    color: white;
    border-radius: 4px;
}

#chooseContainer .chooseVenues {
    border-bottom: unset;
}

#chooseContainer .operator {
    height: 38px;
    width: 520px;
    margin: 16px auto;
}

#chooseContainer .operator span {
    width: 150px;
    height: 38px;
    display: inline-block;
    cursor: pointer;
    background: #ebebeb;
    color: #aeaeae;
    font-size: 16px;
    text-align: center;
    border-radius: 4px;
    line-height: 38px;
}

#chooseContainer .operator span.confirm {
    background: #88110B;
    color: white;
    margin-left: 120px;
}

#chooseContainer .containerScroll {
    overflow-y: auto;
    max-height: 560px;
}

.containerScroll::-webkit-scrollbar {
    width: 8px;
}

.containerScroll::-webkit-scrollbar-track {
    background-color: white;
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius: 2em;
}

.containerScroll::-webkit-scrollbar-thumb {
    background-color: #d4d4d4;
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius: 2em;
}


.zry_site_nav .zry-browse {
    display: inline-block;
    float: right;
    color: #393433;
    font-size: 14px;
}

.zry_site_nav .zry-browse span {
    margin-right: 10px;
}

.zry_site_nav .zry-browse i {
    color: #88110B;
}
.top{
    display: inline-block;
    width: 20px;
    height: 30px;
    float: left;
    margin-right: 4px;
    background: url("../images/top.png") no-repeat;
}
.welcome{
    font-size: 14px;
    color: #5C5C5C;
}
.welcome i{
    color: #88110B;
    padding-left: 10px;
}
.phoneIcon{
    background-position: 10px 11px;
}
.loginIcon{
    background-position: -10px 11px;
}
.regIcon{
    background-position: -30px 11px;
}
.login{
    margin-left: 10px
}
.topVenue{
    height: 24px;
    width: 14px;
    float: none;
    margin-right: 0;
    position: absolute;
    left: 8px;
    background-position: -53px 12px;
}
.search-icon{
    position: absolute;
    right: 12px;
    width: 30px;
    height: 30px;
    top: 4px;
    cursor: pointer;
    background-position: -22px -16px;
}
.header {
padding-bottom:30px;
background:#fff;
}
.nav-menu{
    height: 58px;
    border-bottom: 1px solid #ddd;
    border-top:1px solid #ddd ;

    background:#fff;
}
.nav-box{
    width: 1280px;
    margin: 0 auto;

}
.menu{
    display: flex;
}
.menu-list{
    flex: 1;
    text-align: center;
    line-height: 58px;
    font-size: 18px;
    font-weight: 500;
    color: #333333;
    float: left;
    cursor: pointer;
    position: relative;
}

.menu .menu-list a:hover {
    color: #88110B;
}
    .menu-list > a {

        display: block;
        font-weight: bold;
    }

.second-menu{
    position: absolute;
    left: 0;
    top: 58px;
    z-index:9999;
    width: 180px;
    padding: 10px;
    box-sizing: border-box;
    background: white;
    border-radius: 4px;
    display: none;
    box-shadow: 0px 4px 24px 0px rgba(32, 23, 21, 0.16);
}
.second-menu li{
    text-align: left;
    padding-left: 20px;
}
.second-menu li:hover{
    color: #88110B;
}
.menu-list:hover .second-menu{
    display: block;
}
