.custom-select:not(.input) {
    position: relative;
    text-transform: uppercase;
    font-size: 1.3rem;
    font-weight: 700;
   
    color: #152f4f;
}
.custom-select {
    width: 198px;
}
.custom-select__toggle[aria-expanded=false] {
    box-shadow: 0 7px 35px rgba(0,0,0,.1);
}
[type=reset], [type=submit], button, html [type=button] {
    -webkit-appearance: button;
}
.custom-select__toggle {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    border-radius: 0;
    height: 36px;
    background: #fff;
    line-height: 39px;
    text-align: left;
    padding: 0 105px 0 30px;
    position: relative;
    z-index: 1;
    font-size: 0.1rem;
    font-weight: 700;
    letter-spacing: .3em;
    color: #152f4f;
    text-transform: uppercase;
    display: block;
    width: 100%;
}

.custom-select__toggle::before {
    top: 0;
    right: 0;
    bottom: 0;
    width: 53px;
    background: #f5f7f9;
}

.custom-select__toggle::after {
    top: 50%;
    right: 20.5px;
    margin-top: -4px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 9px 6px 0 6px;
    border-color: #abcc0b transparent transparent transparent;
}
.custom-select__toggle::after, .custom-select__toggle::before {
    content: '';
    display: block;
    position: absolute;
}

.custom-select__menu[hidden] {
    display: none;
}
.custom-select__menu {
    position: absolute;
    z-index: 0;
    top: 36px;
    left: 0;
    width: 100%;
    text-align: left;
    background: #fff;
    line-height: 1.4;
    padding-top: 0px;
}

.custom-select__menu a {
    text-decoration: none;
    display: block;
    padding: 9px 60px 16px 14px;
    color: inherit;
    border-top: 1px solid #f5f7f9;
    transition: background .3s;
    font-size: 14px;
    font-weight: normal;
    color: #abcc0b;
    cursor: pointer;
}

.custom-select__menu {
    box-shadow: 0 7px 35px rgba(0,0,0,.1);
}
.labels{
    color: #abcc0b;
    font-size: 14px;
    padding: 0
}
.color2{
    font-size: 14px;
}
.hero__select {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 30px;
}

.hero__select label {
    font-weight: 700;
    text-transform: uppercase;
    margin-right: 2%;
}
.Competitions{
     width: 100%;
     margin: 0 auto;
    padding-top: 7rem;
}
.Competitions_ul li{
    width: 30.83%;
    float: left;
    height: 29.7rem;
    margin-right: 3.7%;
    margin-bottom: 3.7%;
    background: #fff;
    box-shadow: 0 4px 10px #66666638;
    overflow: hidden;
    cursor: pointer;
}
.Competitions_ul li:nth-child(3n){
    float: right;
    margin-right: 0;
}
.Competitions_ul_text{
    padding: 1.75rem;
}
.Competitions_ul_text h5{
    margin-top: 0;
    font-size: 1.5rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #999;
    margin-bottom: 1.75rem;
    -webkit-transition: opacity 1s, -webkit-transform 0.5s;
    transition: opacity 1s, transform 0.5s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.Competitions_oymn{
    -webkit-transition: opacity 1s, -webkit-transform 1s;
    transition: opacity 1s, transform 1s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    height: 23rem;
}
.Competitions_oymn p{
    font-size: 1rem;
    color: #abcc0b;
    line-height: 1.5rem;
    overflow: hidden;
}
.Competitions_oymn span:nth-child(1n){
    float: left;
}
.Competitions_oymn span:nth-child(2n){
    display: inline-block;
    width: 65%;
    font-size: 0.8rem;
    color: #999;
    margin-left: 1rem;
}
/* 门店内页 */
.adminwidht{
    width: 73%;
    padding-bottom: 44%;
}
.Competitions_ul_btn{
    text-align: center;
    margin-top: 1.5rem;
}
.Competitions_ul_btn a{
    display: inline-block;
    width: 6rem;
    height: 2rem;
    border-radius: 4px;
    color: #fff;
    background: #2e6da4;
    font-size: 0.9rem;
    text-align: center;
    line-height: 2rem;
}
@media screen and (max-width: 760px){
    .Competitions_ul li{
        width: 100%;
        height: auto;
    }
    .Competitions_oymn span:nth-child(2n){
        width: 68%;
    }
    .Competitions_ul li:hover .Competitions_ul_text h5{
        transform: translateY(0);
    }
    .Competitions_ul li:hover .Competitions_oymn{
        transform: translateY(0);
    }
}