@charset "utf-8";

.bannerImg img {
    width: 100%
}

.title-name {
    margin-top: 85px;
    color: #333;
    font-size: 36px;
    text-align: center;
    position: relative;
    font-weight: 600
}

.cityList {
    width: 1200px;
    margin: 0 auto
}

.cityList li {
    width: 373px;
    height: 207px;
    background: #F7F7F7;
    border: 3px solid #F7F7F7;
    padding: 0 30px 0 30px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: 40px;
    margin-bottom: 40px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.cityList li:nth-child(3n) {
    margin-right: 0
}

.cityList li .city-name {
    font-size: 20px;
    padding-top: 50px;
    color: #000;
    font-weight: 300
}

.cityList li .shop-name {
    padding-top: 5px;
    font-weight: 600;
    font-size: 20px;
    color: #333
}

.cityList li .location {
    font-size: 12px;
    padding-top: 10px;
    font-weight: 300;
    line-height: 18px;
    color: #999
}

.cityList li.expect .shop-name::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(https://files.mijwed.com/activity/join_city/pc_city/dateIcon.png) no-repeat center / cover;
    vertical-align: text-bottom;
    margin-right: 2px
}

.cityList li.expect .location {
    color: #E3E3E3;
    font-size: 30px;
    line-height: 40px
}

.cityList li.expect .location span {
    font-size: 20px
}

#direct_list {
    margin-top: 50px
}

.intrduce {
    width: 1200px;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    color: #999;
    margin: 9px auto 47px;
    text-align: center
}

#join_list {
    margin-bottom: 95px
}

#join_list li.active {
    border-color: #D9393B;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.16);
    -webkit-transform: translate(-1px, -3px);
    -moz-transform: translate(-1px, -3px);
    -ms-transform: translate(-1px, -3px);
    -o-transform: translate(-1px, -3px);
    transform: translate(-1px, -3px)
}

#join_list li {
    position: relative
}

#join_list li::before {
    content: "";
    position: absolute;
    width: 110px;
    height: 19px;
    top: 20px;
    right: 20px;
    background: url(https://files.mijwed.com/activity/join_city/pc_city/brand_2.png) no-repeat center / cover
}

#join_list li.active::before {
    background-image: url(https://files.mijwed.com/activity/join_city/pc_city/brand_1.png)
}

#join_list li.brand::before {
    background-image: url(https://files.mijwed.com/activity/join_city/pc_city/technology_2.png)
}

#join_list li.brand.active::before {
    background-image: url(https://files.mijwed.com/activity/join_city/pc_city/technology_1.png)
}

#input_serch {
    width: 500px;
    height: 40px;
    position: relative;
    border: 1px solid red;
    margin: 0 auto 52px
}

#input_serch::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 6px;
    width: 20px;
    height: 20px;
    background: url(https://files.mijwed.com/activity/join_city/pc_city/serchIcon.png) no-repeat center / cover;
    opacity: 1;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    margin-top: -9px
}

#input_serch.active::before {
    display: none;
    opacity: 0
}

#input_serch.active input {
    padding-left: 10px
}

#input_serch.active #serch_clear,
#input_serch.active ul {
    display: block
}

#input_serch #serch_clear {
    position: absolute;
    top: 50%;
    right: 10px;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    background: url(https://files.mijwed.com/activity/join_city/pc_city/delIcon.png) no-repeat center / cover;
    display: none
}

#input_serch input {
    border: 0;
    background: transparent;
    height: 100%;
    padding-left: 26px;
    width: 100%;
    color: #333;
    font-size: 12px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

#input_serch ul {
    position: absolute;
    top: 42px;
    z-index: 9;
    left: 0;
    width: 100%;
    max-height: 205px;
    overflow: auto;
    background: #fff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.16);
    display: none
}

#input_serch ul li {
    height: 40px;
    line-height: 40px;
    background: #fff;
    text-indent: 16px;
    font-size: 12px;
    color: #333;
    cursor: pointer
}

#input_serch ul li.active {
    background: #F8F8F8
}

#pageDateCut {
    text-align: center;
    margin-left: -10px
}

#pageDateCut li {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    padding: 0 17px;
    background: #fff;
    border: 1px solid #707070;
    color: #666;
    margin-right: 20px;
    -moz-transition: .3s background, .3s border-color, .3s color;
    transition: .3s background, .3s border-color, .3s color;
    cursor: pointer
}

#pageDateCut li.active,
#pageDateCut li:hover {
    background: #DC0000;
    border-color: #DC0000;
    color: #fff
}

#pageDateCut {
    margin-bottom: 120px
}