#cookiesDiv{
    position: fixed;
    z-index: 998;
    width:100%;
    height: 124px;
    text-align: left;
    background: #E9E9E9;
    display: none;
}
#cookiesDiv .cookiesContent{
    width: 990px;
    margin: 10px auto;
    position: relative;
}
#cookiesDiv .cookiesContent .title_cookie{
    font-family: PingFangSC-Semibold;
    font-size: 16px;
    color: #333333;
    font-weight: bold;
}
#cookiesDiv .dropDownSelectedCookie{
    position: relative;
    border: 1px solid  #AAAAAA;
    padding: 2px 4px;
    border-radius: 6px;
}
#cookiesDiv .cookiesContent .dropDownMenuCookie{
    display: none;
    width: 100px;
    height: 144px;
    position: absolute;
    left: 12px;
    top: 30px;
    background: #ffffff;
    border: 1px solid #ccc;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
}
#cookiesDiv .list-unstyled li{
    font-weight: 500;
    font-size: 12px;
    height: 40px;
    line-height: 40px;
    color: #666;
    text-indent: 16px;
    padding: 4px 9px;
}
#cookiesDiv .list-unstyled li:hover{
    background: #FCF2F3;
    color: #DC1D32;
}
#cookiesDiv .cookiesContent .dropDownMenuCookie:before{
    box-sizing: content-box;
    width: 0px;
    height: 0px;
    position: absolute;
    top: -16px;;
    left:28px;
    padding:0;
    border-bottom:8px solid #FFFFFF;
    border-top:8px solid transparent;
    border-left:8px solid transparent;
    border-right:8px solid transparent;
    display: block;
    content:'';
    z-index: 12;
}
#cookiesDiv .cookieText{
    float: left;
    width: 650px;
    line-height: 24px;
}
#cookiesDiv .cookieText a{
    color: #0093c9 !important;
}
#cookiesDiv .cookieRight{
    position: absolute;
    right: -45px;
    top: 50%;
    transform: translateY(-50%);
}
.cookieHeader_button{
    background: #DC1D32;
    border-radius: 16px;
    border: none;
    color: #fff;
    padding: 0 18px;
    margin: 0 4px;
    height: 32px;
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: center;
    line-height: 32px;
}

.preference_content{
    font-size: 14px;
    color:#666;
}
.preference_content .inner_title{
    padding: 0 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 55px;
    border-bottom: 1px solid #eee;
    font-size: 16px;
    font-weight: normal;
}
.preference_content .inner_title b {
    color: #999;
    font-size: 24px;
    font-weight: normal;
    cursor: pointer;
}
.preference_content .inner_bottom {
    height: 63px;
    line-height: 63px;
    text-align: right;
    border-top: 1px solid #eee;
    padding-right: 24px;
}
.preference_content .inner_bottom button{
    width: 64px;
    height: 32px;
    line-height: 32px;
    border-radius: 4px;
    background: #DC1D32;
    font-size: 16px;
    color:#fff;
    border: none;
}
.preference_form li{
    padding:0 24px;
}
.preference_form li div{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.preference_form li div p{
    width:300px;
    margin: 14px 0 24px 0;
}
.preference_form li h3{
    border-bottom: 1px solid #333;
    padding-bottom: 14px;
}

.preference_form input[type='checkbox'].switch{
    outline: none;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    position: relative;
    width: 40px;
    height: 20px;
    background: #ccc;
    border-radius: 10px;
    transition: border-color .3s, background-color .3s;
}

.preference_form input[type='checkbox'].switch::after {
    content: '';
    display: inline-block;
    width: 1rem;
    height:1rem;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 0 2px #999;
    transition:.4s;
    top: 2px;
    position: absolute;
    left: 2px;
}

.preference_form input[type='checkbox'].switch:checked {
    background: #DC1D32;
}
/* 当input[type=checkbox]被选中时：伪元素显示下面样式 位置发生变化 */
.preference_form input[type='checkbox'].switch:checked::after {
    content: '';
    position: absolute;
    left: 55%;
    top: 2px;
}

#privacy_mask .cookie_inner .privacy_bottom{
    width: 100%;
    display: flex;
    justify-content: center;
    align-content: center;
    margin-top: 40px;
}
#privacy_mask .cookie_inner{
    overflow-y: auto;
}
#privacy_mask .cookie_inner .cookie_auto{
    height: auto;
}
#privacy_mask .cookie_inner .i_know{
    width: 86px;
    height: 32px;
    line-height: 32px;
    border-radius: 4px;
    background: #DC1D32;
    font-size: 16px;
    color: #fff;
    border: none;
}
#preference_mask ul {
    padding: 0;
    margin: 0;
}
