.base-header {
    width: 100%;
    min-width: 1200px;
    background-color: #fff;
    position: fixed;
    top: 0;
    display: flex;
    flex-direction: column;
    z-index: 9999999;
    box-shadow: 2px 2px 5px #e4e4e9;
}

.base-header .inner {
    width: 1200px;
    padding: 30px 0 10px 0;
    margin: auto;
    display: flex;
    justify-content: space-between;
}

.base-header .inner {
    display: flex;
}
.base-header .logo-box {
    display: flex;
}
.base-header .logo-box .child-site{
    margin-top: 19px;
    padding-left: 10px;
    height: 42px;
    width: 110px;
    font-size: 15px;
    line-height: 38px;
    overflow: hidden;
    background-color: #ebf6ff;
    color: #333;
    margin-left:5px;
    cursor: pointer;
}
.base-header .inner .logo-box img {
    margin-right: 10px;
}

.base-header .inner .logo-box .logo-title1 {
    font-size: 35px;
    line-height: 70px;
    font-weight: bold;
}

.base-header .inner .logo-box .logo-title2 {
    font-size: 14px;
    line-height: 20px;
    color: rgba(153, 153, 153, 1);
}
.base-header .inner .search-box {
    height: 70px;
    line-height: 70px;
    display: flex;
}
.base-header .inner .search-box>div {
    display: flex;
    margin: auto;
    width: 350px;
}
.base-header.inner .search-box .bin-input {
    height: 48px !important;
    border-radius: 0px !important;
}

.base-header .tab-box {
    /*width: 100%;*/
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    display: flex;
    justify-content: center;
}

.base-header .tab-box .tab-box-son {
    width: 1200px;
    /*margin: auto;*/
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: nowrap;
}

.base-body {
    margin-top: 174px;
    min-height: calc(100% - 184px - 50px);
}

.base-footer{
    min-width: 1200px;
    background-color: rgba(240, 240, 243, 1);
}
.base-footer .footer{
    width: 1200px;
    padding: 40px 0;
    margin: auto;
    display: flex;
    justify-content: space-between;
}
.base-footer .footer .title {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 10px;
}
.base-footer .footer .right{
    width: 30%;
}
.base-footer .footer .right .one{
    line-height: 40px;
    font-size: 14px;
}
.base-footer .footer .line{
    width: 1px;
    height: 100px;
    background-color: rgba(153, 153, 153, 1);
}
.base-footer .footer .left{
    width: 60%;
}


.tab-item {
    width: 100%;
    height: 62px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #fff;
    cursor: pointer;
    font-size: 20px;
    font-weight: bold;
    line-height: 48px;
}

.tab-item-active {
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    line-height: 48px;
    transition: .3s;
}

.tab-item:hover {
    color: #fff !important;
    font-size: 22px;
    font-weight: bold;
    line-height: 48px;
    transition: .3s;
}

.tab-item a:hover {
    color: #fff !important;
}

.bin-input {
    border-radius: 0px;
    height: 48px;
}

.bin-button {
    height: 48px;
}

.btn-box .bin-button {
    width: 88px;
    /* background-color: rgba(255, 255, 255, 0.3);
    color: #fff; */
}

.tab-item a {
    color: #5e6d82;
    text-decoration: none;
}

.tab-item-active a {
    color: #fff;
    text-decoration: none;
}

.tab-item focus,
.tab-item hover {
    cursor: pointer;
    /*color: #409eff;*/
    color: #fff;
    text-decoration: none;
}


body .site-demo-class .layui-layer-content{
    border-top: 2px solid #0e6cec;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}
body .site-demo-class .layui-layer-content i{
    border:none;
    z-index:-99;
    left:300px;
    position: absolute;
    width: 10px;
    height:10px;
    top:-6px;
    transform: rotate(45deg);
    background-color: #0e6cec;
}
.site-content{
    padding:20px;
}
.site-content .site-province,.site-content .site-city{
    height: 40px;
    width: 92%;
    font-size: 16px;
    float: left;
}
.site-content .item{
    height:40px;
    width: 96px;
    text-align:center;
    font-size:16px;
    float:left;
    line-height: 40px;
    color:rgba(0,0,0,.65);
}
.site-content .item-hover{
    cursor: pointer;
}
.site-content .item-hover:hover{
    background-color: #0e6cec;
    color:#fff;
}
