/* public style */
[v-cloak] {
    display: none !important;
}

/*PC: header */
.hd-content {
    position: fixed;
    top: 0px;
    left: 0;
    width: 100%;
    font-size: 16px;
    transition: top .3s ease-out;
    z-index: 999;
}

.hd-content-bg {
    background-color: #fff;
}

.hd-content .hd-box {
    max-width: 1320px;
    height: 60px;
    margin: 0 auto;
    position: relative;
    box-sizing: border-box;
}

.hd-content .hd-box .hd-free {
    position: absolute;
    right: 0;
    top: 14px;
}
.hd-content .hd-box .hd-free .free-a-box {
    display: inline-block;
    width: 145px;
    height: 32px;
    margin-right: 40px;
    background: url('../img/home/newPrce/free-button.png') top center no-repeat;
    background-size: cover;
    vertical-align: middle;
    transition: ease 0.3s;
}
.hd-content .hd-box .hd-free .free-a-box:hover{
    background: url('../img/home/newPrce/free_button_hover.png') top center no-repeat;
    background-size: cover;
}
.hd-content .hd-box .hd-free .hd-free-img {
    width: 145px;
    height: 32px;
    margin-right: 40px;
    vertical-align: middle;
    cursor: pointer;
}

.hd-content .hd-box .hd-free .hd-in-button {
    width: 120px;
    height: 32px;
    color: rgb(255, 255, 255);
    background: #007EFF;
    border-radius: 4px;
    vertical-align: middle;
    transition: background ease 0.3s;
}
.hd-content .hd-box .hd-free .hd-in-button:hover {
    background: #006FE0;
}
.hd-content .hd-box .hd-logo {
    display: inline-block;
    padding-top: 18px;
}

.hd-content .hd-box .hd-logo img {
    width: 190px;
    height: 30px;
}

.hd-content .hd-box .hd-rg {
    position: absolute;
    top: 14px;
    right: 0;
}

.hd-content .hd-box .hd-list {
    display: inline-block;
    margin: 0;
    padding: 0;
}

.hd-content .hd-box .hd-list .hd-item {
    position: relative;
    float: left;
    user-select: none;
    padding: 20px 40px 16px 0;
    color: #222222;
    margin-right: 22px;
}

.hd-content .hd-box .hd-list .hd-item a {
    color: #222222;
}

.hd-console {
    cursor: pointer;
    margin-right: 40px !important;
}

.hd-console a:hover {
    color: #007EFF !important;
}

.hd-rg .hd-rg-item a {
    color: #222222;
}

.hd-rg .hd-rg-item {
    position: relative;
    float: left;
    margin-right: 50px;
    user-select: none;
    padding-top: 6px;
    color: #222222;
}

.hd-rg .hd-rg-arrow {
    position: relative;
}

.hd-rg .hd-rg-arrow::before {
    content: "";
    position: absolute;
    top: 15px;
    right: -18px;
    width: 6px;
    height: 6px;
    border-left: 1px solid #222222;
    border-bottom: 1px solid #222222;
    transform: rotate(-48deg);
    transition: ease-in-out .3s;
    opacity: 1;
}

.hd-rg .hd-rg-arrow::after {
    content: "";
    position: absolute;
    top: 28px;
    right: -17px;
    width: 6px;
    height: 6px;
    border-left: 1px solid #007EFF;
    border-bottom: 1px solid #007EFF;
    transform: rotate(133deg);
    transition: ease-in-out 0.3s;
    opacity: 0;
}

.hd-rg .hd-rg-arrow:hover {
    color: #007EFF;
}

.hd-rg .hd-rg-arrow:hover::after {
    top: 15px;
    opacity: 1;
}

.hd-rg .hd-rg-arrow:hover::before {
    top: 20px;
    opacity: 0;
}

/*
* @hdrg  导航上部分
*/
.hd-content .hd-box .hd-rg .hd-rg-item:last-child {
    margin-right: 0;
    margin-left: 40px;
    padding: 0;
}

.hd-content .hd-box .hd-list .hd-adv::before {
    content: '';
    position: absolute;
    left: -40px;
    top: 0;
    width: 1px;
    height: 32px;
    background: #B8B8B8;
    border-radius: 1px;
}

.hd-content .hd-box .hd-rg .hd-rg-item .hd-button {
    width: 120px;
    height: 32px;
    border-radius: 4px;
    border: 1px solid #007EFF;
    color: #007EFF;
    background-color: rgba(255, 255, 255, 0);
    transition: background ease 0.3s;
}
.hd-content .hd-box .hd-rg .hd-rg-item .hd-button:hover {
    color: #fff;
    background: #007EFF;;
}
.li-arrow {
    position: relative;
}

.li-arrow::before {
    content: "";
    position: absolute;
    top: 29px;
    right: 23px;
    width: 6px;
    height: 6px;
    border-left: 1px solid #222222;
    border-bottom: 1px solid #222222;
    transform: rotate(-48deg);
    transition: ease-in-out .3s;
    opacity: 1;
}

.li-arrow::after {
    content: "";
    position: absolute;
    top: 47px;
    right: 23px;
    width: 6px;
    height: 6px;
    border-left: 1px solid #007EFF;
    border-bottom: 1px solid #007EFF;
    transform: rotate(133deg);
    transition: ease-in-out 0.3s;
    opacity: 0;
}

.li-arrow:hover {
    color: #007EFF !important;
}

.li-arrow:hover::after {
    top: 31px;
    opacity: 1;
}

.li-arrow:hover::before {
    top: 47px;
    opacity: 0;
}

.hd-rg-item:hover .hd-lower-menu {
    max-height: 300px;
}

.hd-lower-menu {
    position: absolute;
    top: 36px;
    left: 0;
    width: 120px;
    max-height: 0;
    background: #FFFFFF;
    box-shadow: 0px 2px 6px 0px rgba(0, 32, 64, 0.1);
    border-radius: 4px;
    overflow: hidden;
    transition: max-height ease 0.3s;
    z-index: 999;
}

.hd-lower-menu p {
    position: relative;
    cursor: pointer;
    padding-left: 12px;
    margin-bottom: 24px;
    font-size: 14px;
    font-weight: 400;
    color: #222222;
}

.hd-lower-menu p:last-child {
    margin-bottom: 0;
}

.hd-lower-menu p::before {
    content: '';
    position: absolute;
    top: 2px;
    left: 0;
    width: 2px;
    height: 0px;
    background: #007EFF;
    border-radius: 1px;
    transition: ease 0.3s;
}

.hd-lower-menu p:hover {
    color: #007EFF;
}

.hd-lower-menu p:hover::before {
    height: 18px;
}

.hd-down-menu {
    position: absolute;
    top: 120px;
    left: 0;
    width: 100%;
    height: 0;
    background: #F0F2F5;
    box-shadow: 0px 4px 8px 0px rgba(0, 21, 43, 0.15);
    transition: ease-in-out 0.3s;
    opacity: 0;
    overflow: hidden;
}

.hd-down-menu .hd-down-box {
    width: 1320px;
    padding-bottom: 20px;
    margin: 0 auto;
    margin-top: 30px;
}

.hd-down-menu .hd-down-item {
    display: inline-block;
    width: 380px;
    vertical-align: top;
    margin-right: 80px;
}

.hd-down-row .hd-down-item:last-child {
    margin-right: 0;
}

.hd-down-menu .hd-down-top {
    min-width: 270px;
    border-bottom: 1px solid #C0C0C0;
    padding-bottom: 10px;
    margin-bottom: 30px;
    font-size: 16px;
    font-weight: bold;
    color: #222222;
}

.hd-down-menu .hd-down-top img {
    width: 48px;
    height: 48px;
}

.hd-down-menu .hd-down-top span {
    vertical-align: middle;
}

.hd-down-row:nth-child(2) {
    margin-top: 60px;
}

.hd-down-menu .hd-down-desc {
    min-height: 36px;
    margin-bottom: 30px;
    font-size: 13px;
    font-weight: 400;
    color: #666666;
}

.hd-down-he {
    margin-bottom: 30px;
}

.hd-down-he:last-child {
    margin-bottom: 0;
}

.hd-down-he a {
    color: #222222;
}

.hd-down-he .hd-down-title {
    cursor: pointer;
}

.hd-down-he .hd-down-title a:hover {
    color: #007EFF;
}

.hd-down-he .hd-down-desc {
    margin-top: 16px;
    margin-bottom: 0;
    max-width: 227px;
    min-height: auto;
}

.hd-down-menu .hd-down-button {
    width: 140px;
    height: 30px;
    border-radius: 4px;
    font-size: 14px;
    color: #007EFF;
    background-color: #F0F2F5;
    border: 1px solid #007EFF;
}

.hd-down-menu .hd-down-button>img {
    width: 16px;
    height: 8px;
    transform: translateX(10px);
    transition: ease 0.3s;
}

.hd-down-menu .hd-down-button:hover>img {
    transform: translateX(14px);
    vertical-align: middle;
}

.bg-btf {
    width: 257px;
    height: 50px;
    font-size: 19px;
    font-weight: bold;
    color: #FFFFFF;
}

.in-button {
    background: #007EFF;
    box-shadow: 0px 6px 20px 0px rgba(0, 126, 255, 0.6);
    border-radius: 4px;
    transition: ease-in 0.3s;
}

.in-button:hover {
    background: #006FE0;
    box-shadow: 0px 6px 20px 0px rgba(0, 126, 255, 0.6);
}

/* footer style */
#footer {
    width: 100%;
    height: auto;
    background: #F0F2F5;
}

.hd-footer {
    max-width: 1320px;
    margin: 0 auto;
    padding-top: 131px;
}

.hd-footer .ft-top {
    padding: 30px 0;
    margin-bottom: 60px;
    border-bottom: 1px solid #C0C0C0;
}

.ft-product .cloud-product-bg {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding-bottom: 60px;
    border-bottom: 1px solid #C0C0C0;
}

.ft-product .cloud-product-bg .bg {
    font-size: 14px;

    font-weight: 400;
    color: #222222;
    width: auto;
}

.ft-product .cloud-product-bg .bg-title {
    margin-bottom: 50px;
    font-size: 18px;
    font-weight: 500;
    color: #222222;
}

.cloud-product-bg .bg .bg-content {
    color: #999;
    flex-wrap: wrap;
    display: flex;
    flex-direction: column;
    padding-right: 30px;
    height: 240px;
}

.cloud-product-bg .bg .bg-content a,
.cloud-product-bg .bg .bg-content p {
    font-size: 14px;

    font-weight: 400;
    color: #222222;
}

.cloud-product-bg .bg .bg-content div {
    max-width: 241px;
    margin-bottom: 30px;
}

.cloud-product-bg .bg .bg-content div:last-child {
    margin-bottom: 0;
}

.cloud-product-bg .bg .bg-content .p_true {
    cursor: pointer;
}

.cloud-product-bg .bg .bg-content .p_true a:hover {
    color: #0069FF;
}

.ft-bottom {
    padding: 30px 0;
}

.ft-bottom a,
.ft-bottom p {
    font-size: 14px;
    font-weight: 400;
    color: #222222;
}

.ft-bottom p {
    display: inline-block;
}

.bottom {
    width: 100%;
    height: auto;
}

.bottom .bottom-register {
    text-align: center;
    width: 100%;
    height: 220px;
}

.bottom .bottom-register .br-bg {
    padding: 40px 0;
    width: 100%;
    height: 220px;
    background: url('../img/home/ubottom-bg.png') no-repeat top center;
    background-size: cover;
}

.bottom .bottom-register .br-bg .box {
    width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.bottom .bottom-register .title {
    font-size: 32px;
    padding-top: 20px;
    font-weight: bold;
    line-height: 32px;
    color: #fff;
    text-align: center;
}

.bottom .bottom-register .bottom-button {
    padding: 0 35px;
    border-radius: 34px;
    color: #333333;
    display: block;
    font-size: 18px;
    margin: 0 auto;
    width: 280px;
    height: 46px;
    cursor: pointer;
    font-weight: 500;
    background: #FFF;
    line-height: 46px;
    margin-top: 42px;
}

.bottom .bottom-register .bottom-button:hover {
    color: #1D7AFF;
    box-shadow: 0px 4px 8px 2px rgba(18, 97, 211, 1);
}

.bottom .bottom-black {
    background-color: #1E1B1A;
    padding: 25px 0 40px 0;
}

.bottom .bottom-black .bottom-product {
    max-width: 1200px;
    margin: 0 auto;
}

.cookie-hint {
    position: fixed;
    z-index: 3;
    bottom: 0;
    width: 100%;
    background: rgba(64, 64, 64, 1);
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.5);
    height: 80px;
}

.cookie-hint>div {
    position: relative;
}

.cookie-hint div p {
    font-size: 14px;
    color: rgba(255, 255, 255, 1);
    line-height: 19px;
    width: 48%;
    margin: 21px 20%;
}

.cookie-hint div p a {
    text-decoration: underline;
    cursor: pointer;
    color: rgba(255, 255, 255, 1);
}

.cookie-hint div.buts {
    position: absolute;
    right: 15%;
    top: 0;
}

.cookie-hint div.buts button {
    cursor: pointer;
    outline: none;
    border: none;
}

.cookie-hint div.buts button:nth-child(1) {
    padding: 8px 20px;
    background: rgba(0, 177, 245, 1);
    font-size: 14px;
    color: rgba(255, 255, 255, 1);
    margin-right: 20px;
}

.cookie-hint div.buts button:nth-child(1):hover {
    background: rgba(0, 142, 196, 1);
}

.cookie-hint div.buts button:nth-child(2) {
    padding: 8px 20px;
    background: rgba(255, 255, 255, 1);
    font-size: 14px;
    color: rgba(66, 66, 66, 1);
}

.cookie-hint div.buts button:nth-child(2):hover {
    background: rgba(213, 213, 213, 1);
}

.m-bottom {
    display: none;
}

.bg-contact {
    margin-top: 12px;
    font-size: 18px;
    line-height: 18px;
    color: #fff;
    font-weight: 500;
}

.contactBox {
    width: auto;
    margin-top: 15px;
    display: flex;
    justify-content: flex-start;
}

.contactBox img+img {
    width: 30px;
    height: 32px;
    margin-left: 20px;
}


.bottom .bottom-info {
    background-color: #0B0605;
    padding: 20px 0;
}

.bottom .bottom-info .bi-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 1200px;
    margin: 0 auto;
}

.bottom .bottom-info .support+div {
    margin-left: 62px;
}

.bottom .bottom-info .support span {
    color: #FFFFFF;
    font-size: 14px;
}

.bottom .bottom-info .support a:hover {
    color: #0069FF;
}

.cookie-hint {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: rgba(64, 64, 64, 1);
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.5);
    height: 80px;
}

.cs-content {
    position: fixed;
    bottom: 183px;
    right: 18px;
    z-index: 999;
}


.cs-content .cs-kf-button {
    width: 100%;
    height: 35px;
    background: #007EFF;
    border-radius: 4px;
    text-align: center;
    line-height: 35px;
    color: #fff;
    margin-top: 20px;
}

.cs-content .cs-bt-title {
    color: #333333;
}

.cs-content .cs-bt-hui {
    color: #666666;
    margin-top: 20px;
}

.cs-content .cs-bt-hui span {
    color: #007EFF;
}

.cs-content .cs-kf-boxs {
    width: 0px !important;
    max-height: 0px !important;
}

.cs-content .cs-kf-box {
    width: 320px;
    max-height: 556px;
    position: relative;
    background-color: #fff;
    border-radius: 4px;
    transition: all ease 0.5s;
    overflow: auto;
    text-align: left;
}

.cs-content .cs-kf-box::-webkit-scrollbar {
    display: none;
}

.cs-content .cs-kf-arrow {
    position: absolute;
    width: 10px;
    height: 10px;
    right: 0;
    bottom: 70px;
    transition: all ease-in-out 0.3s;
}

.cs-content .cs-kf-arrow::after {
    content: "";
    width: 14px;
    right: 20px;
    bottom: -7px;
    position: absolute;
    z-index: 600002;
    border-style: solid;
    border-width: 7px 7px 0 7px;
    border-color: #fff transparent transparent transparent;
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
}

.cs-content .cs-kf-content {
    position: relative;
    margin: 0 4px 10px 0;
    box-shadow: 0px 0px 9px 0px rgba(77, 77, 77, 0.36);
    overflow: hidden;
}

.cs-content .cs-kf-content .cs-kf-modal {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 50px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 38%);
}

.cs-content .cs-kf-box .cs-box-bg {
    height: 168px;
    color: #fff;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    padding: 20px;
    background: linear-gradient(128deg, #314D76 0%, #4F7BBB 100%);
}

.cs-content .cs-kf-box .cs-bt-box {
    padding: 20px;
    font-size: 16px;
}

.cs-content .cs-kf-box .cs-bt-box .cs-bt-one {
    padding: 29px;
    background-color: #fff;
    border-radius: 6px;
    margin-top: -50px;
    box-shadow: 0px 0px 9px 0px rgba(77, 77, 77, 0.36);
}

.cs-bg-title {
    font-size: 21px;
}

.cs-bg-desc {
    font-size: 16px;
}

.cs-content .cs-kf-list .cs-kf-item {
    margin-bottom: 20px;
    position: relative;
    text-align: right;
}

.cs-content .cs-kf-list .cs-kf-item img {
    cursor: pointer;
    display: block;
}

.cs-content .cs-kf-list .cs-kf-item .cs-kf-icon {
    display: inline-block;
    overflow: hidden;
}

.cs-content .cs-kf-list .cs-kf-item .cs-kf-icon .cs-kf-mg {
    margin-top: -54px;
}

.cs-content .cs-kf-list .cs-kf-item .cs-kf-icon img {
    transition: all ease-in 0.2s;
}

.cs-content .cs-kf-list .cs-kf-item:last-child {
    margin-bottom: 0;
}


/*  mobile  */
.m-head {
    display: none;
}

/* 移动端 */
.m-bottom {
    padding: 20px;
    background-color: #fff;
}

.m-bottom .f-bottomlogo {
    display: block;
    width: auto;
    height: 20px;
    margin-bottom: 20px;
}

.m-bottom .m-we {
    width: auto;
    height: auto;
}

.m-bottom .m-we .wmp-item {
    padding-top: 20px;
    border-top: 1px solid #D9D9D9;
    padding-bottom: 20px;
}

.m-we .wmp-item .wmp-title {
    font-size: 14px;
    color: #333333;
    line-height: 18px;
}

.m-we .wmp-item .wmp-innerInfo {
    width: auto;
    height: auto;
    font-size: 13px;
    color: #666666;
    font-weight: 400;
    line-height: 14px;
}

.wmp-item .wmp-innerInfo a {
    display: inline-block;
    margin-right: 20px;
    margin-top: 16px;
    font-size: 13px;
    color: #666666;
    font-weight: 400;
    line-height: 14px;
}

.wmp-item .wmp-innerInfo p {
    margin-top: 16px;
}

.m-bottom .mb-text {
    border-top: 1px solid #D9D9D9;
    padding-top: 20px;
    color: #666666;
    font-size: 12px;
    text-align: left;
}

.m-bottom .mb-text a {
    color: #666666;
    font-size: 12px;
}

/* FixedBar */
#fixedBar {
    position: fixed;
    bottom: 10%;
    right: 20px;
    width: 44px;
    height: 164px;
    z-index: 999;
}

#fixedBar .fix-top {
    width: 100%;
    height: 145px;
    position: relative;
}

.fix-top .fix-text {
    width: 100%;
    height: 145px;
    writing-mode: vertical-lr;
    writing-mode: bt-rl;
    text-align: center;
    font-size: 14px;
    color: #fff;
    line-height: 44px;
    background: linear-gradient(360deg, rgba(0, 105, 255, 1) 0%, rgba(154, 196, 255, 1) 100%);
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);
    cursor: pointer;
}

.fix-top:hover .fix-contact {
    width: 167px;
}

.fix-top .fix-contact {
    position: absolute;
    top: 0;
    right: 46px;
    width: 0;
    height: 145px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.2);
    padding: 16px 0;
    transition: width 0.3s ease-in;
    box-sizing: border-box;
    overflow: hidden;
}

.fix-contact .fix-con-sales {
    display: block;
    width: 139px;
    height: 32px;
    background: rgba(255, 255, 255, 1);
    border-radius: 2px;
    border: 1px solid #0069FF;
    font-size: 12px;
    color: #0069FF;
    text-align: center;
    line-height: 32px;
    margin: 0 auto;
    margin-bottom: 14px;
    cursor: pointer;
}

.fix-contact .fix-con-sales:last-child {
    margin-bottom: 0;
}

.fix-contact .fix-con-sales:hover {
    background: #0069FF;
    color: #fff;
}

#fixedBar .fix-to-top {
    display: none;
    margin-top: 10px;
    width: 44px;
    height: 44px;
    background: url("../img/home/to_top.png") no-repeat center top;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);
    cursor: pointer;
}

.back-top {
    width: 54px;
    height: 54px;
    cursor: pointer;
    background: url('../img/back-top.png') no-repeat center top;
    background-size: cover;
}

.m-head,
.m-new-footer {
    display: none;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
    #head {
        width: 100%;
    }

    .m-new-footer {
        display: block;
    }

    .logo img {
        height: 20px;
    }

    .haderSearch {
        width: 160px;
        margin: 14px 0;
        height: 32px;
    }

    .hseInput {
        width: 140px;
        padding: 0 10px 0 10px;
        height: 30px;
        line-height: 30px;
    }

    .haderSearch .head-searchbtn {
        width: 28px;
        height: 30px;
    }

    .haderSearch .head-searchbtn:after {
        right: 10px;
    }

    .logo {
        padding-left: 20px;
    }

    .p-collapse .p-link {
        padding: 0 6px;
        font-size: 14px;
    }

    .pc-head .p-collapse .lg-in {
        padding: 0 6px;
    }

    .pc-head .p-collapse .lg-re {
        width: 80px;
        font-size: 14px;
        margin-right: 0;
        padding: 0;
    }

    .nav-list .nav-left .nav-item {
        padding: 0 10px;
    }

    #footer {
        width: 100%;
    }

    .cookie-hint {
        display: none;
    }

    .bottom .bottom-register .br-bg .box {
        width: 100%;
    }

    .bottom .bottom-black .bottom-product {
        max-width: 100%;
    }

    .cloud-product-bg .bg .bg-title {
        font-size: 16px;
        line-height: 16px;
        padding-bottom: 40px;
    }

    .cloud-product-bg .bg:nth-child(1) {
        width: 25%;
    }

    .cloud-product-bg .bg .bg-content {
        padding-right: 15px;
    }

    .cloud-product-bg .bg .bg-content p {
        margin-right: 0;
    }

    .cloud-product-bg .bg:nth-child(2) {
        width: 20%;
    }

    .cloud-product-bg .bg:nth-child(3) {
        width: 15%;
    }

    .cloud-product-bg .bg:nth-child(4) {
        width: 15%;
    }

    .cloud-product-bg .bg:nth-child(5) {
        width: 25%;
    }

    .bottom-product .cloud-product-bg {
        padding: 9px 20px;
    }

    .nav-list .nav-left .nav-item a {
        font-size: 14px;
    }

    .np-bs a {
        font-size: 14px;
    }

    .np-bs .np-item .buy-box img {
        width: 20px;
        height: auto;
    }

    .np-box .np-title {
        font-size: 14px;
    }

    .np-box .np-title2 {
        font-size: 14px;
    }

    .cs-content .cs-kf-list .cs-kf-item img {
        width: 41px;
    }

    .cs-content .cs-kf-box {
        width: 286px;
        max-height: 479px;
    }

    .cs-content .cs-kf-box .cs-box-bg {
        height: 147px;
    }

    .cs-content .cs-kf-box .cs-bt-box .cs-bt-one {
        padding: 16px;
    }

    .cs-content .cs-bt-title {
        font-size: 15px;
    }

    .cs-content .cs-bt-hui {
        font-size: 13px;
    }

    .cs-content .cs-kf-button {
        font-size: 13px;
    }

    .cs-bg-title {
        font-size: 19px;
    }

    .cs-bg-desc {
        font-size: 13px;
    }

    .back-top {
        width: 41px;
        height: 41px;
    }

    .cs-content .cs-kf-content .cs-kf-modal {
        height: 33px;
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 63%);
    }
    .mobile-head .mobile-logo {
        margin-left: 40.3%;
    }
}

@media only screen and (min-width: 900px) and (max-width: 1199px) {
    .p-collapse .p-link {
        padding: 0 10px;
    }

    .pc-head .p-collapse .lg-in {
        padding: 0 10px;
    }

    .pc-head .p-collapse .lg-re {
        margin-right: 20px;
    }

    .cookie-hint {
        display: none;
    }
    .m-head {
        position: relative;
        display: block;
        background: #231E1E;
        z-index: 99;
        height: 44px;
        margin: 0 auto;
    }

    .mobile-head {
        max-height: 600px;
        height: auto;
        overflow: hidden;
        transition: max-height ease-in-out 0.5s;
    }

    .mh-top {
        height: 44px;
        padding: 0 20px;
    }

    .mobile-head .mr-icon {
        float: right;
        margin-left: 20px;
        margin-top: 10px;
        width: 24px;
        height: 24px;
        background: url("../img/home/newPrce/icon_meun.png") no-repeat center top;
        background-size: cover;
    }

    .mobile-head .mr-searchnav {
        float: right;
        margin-left: 20px;
        margin-top: 10px;
        width: 24px;
        height: 24px;
        background: url("../img/home/newPrce/icon_search.png") no-repeat center top;
        background-size: cover;
    }

    .mobile-head .mobile-logo {
        display: inline-block;
        margin-left: 28.3%;
        vertical-align: middle;
    }

    .mobile-head .mobile-logo .mobile-limg {
        margin-top: 10px;
        width: 100px;
        height: 16px;
        display: block;
    }

    .mobile-head .m-logining {
        float: right;
        margin-top: 5px;
    }

    .mobile-head .m-logining img {
        border-radius: 50%;
        width: 30px;
        height: 30px;
        vertical-align: middle;
    }

    .mobile-head .m-logining .ml-text {
        vertical-align: middle;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        display: inline-block;
        font-size: 12px;
        min-width: 30px;
        max-width: 70px;
        color: #9b908e;
    }

    .mobile-head .m-logining .ml-block {
        border: solid;
        border-color: #98908e transparent transparent transparent;
        border-width: 10px 7px 0;
        width: 0px;
        display: inline-block;
        transform: rotate(0);
        transition: transform ease-in-out 0.5s;
    }

    .mobile-head .m-logining .ml-blocks {
        border: solid;
        border-color: #98908e transparent transparent transparent;
        border-width: 10px 7px 0;
        width: 0px;
        display: inline-block;
        transform: rotate(180deg);
        transition: transform ease-in-out 0.5s;
    }

    .mobile-head .m-pople {
        display: inline-block;
        vertical-align: middle;
        width: 24px;
        height: 24px;
        margin-top: 10px;
        background: url("../img/home/newPrce/icon_login.png") no-repeat center top;
        background-size: cover;
    }

    .mobile-head .m-pople.active {
        background: url("../img/home/m-login-active.png") no-repeat center top;
        background-size: cover;
    }

    .ivu-icon {
        display: inline-block;
        font-family: Ionicons;
        speak: none;
        font-style: normal;
        font-weight: 400;
        font-variant: normal;
        text-transform: none;
        text-rendering: auto;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        vertical-align: middle;
    }

    .mobile-head .m-login {
        display: flex;
        background-color: #231E1E;
        color: #fff;
        font-size: 12px;
        text-align: center;
        width: 100%;
        overflow: hidden;
        max-height: 0px;
        transition: max-height ease-in-out 0.3s;
    }

    .mobile-head .m-login a {
        color: #fff;
    }

    .mobile-head .m-logins {
        max-height: 39px !important;
        transition: max-height ease-in-out 0.3s;
    }

    .mobile-head .m-login div {
        width: 33.3%;
        padding: 0;
        border-right: 1px solid #6F6A6A;
        line-height: 40px;
    }

    .mobile-head .m-login div:last-child {
        background-color: #0069FF;
        border-right: none;
    }

    .ml-right {
        background-color: #231E1E;
        position: absolute;
        z-index: 2;
        top: 60px;
        left: 0;
        width: 100%;
        transition: height ease-in-out 0.5s;
        overflow: hidden;
        height: 0;
    }

    .ml-rights {
        height: auto;
    }

    .ml-right .m-list {
        padding: 10px 20px;
    }

    .ml-right .m-item {
        box-sizing: border-box;
        color: #fff;
        font-size: 14px;
        height: 40px;
        line-height: 40px;
    }

    .ml-right .m-item a {
        display: inline-block;
    }

    .ml-right .m-item .umh-name {
        display: inline-block;
    }

    .ml-right .m-item .umh-logout {
        margin-left: 30px;
        display: inline-block;
    }

    .mhead-list {
        z-index: 9;
        width: 100%;
        overflow: hidden;
        max-height: 0px;
        font-size: 14px;
        transition: max-height ease-in-out 0.3s;
    }

    .mhead-lists {
        /* border-top: 1px solid #444; */
        max-height: 2000px;
        font-size: 14px;
        transition: max-height ease-in-out 0.3s;
        background-color: #231E1E;
    }

    .mhead-list,
    .mhead-lists .mhead-product .mhead-child {
        background-color: #231E1E;
    }

    .msearch-box {
        position: relative;
        background-color: #231E1E;
        width: 100%;
        text-align: center;
        box-sizing: border-box;
        height: 0;
        transition: height ease-in-out 0.3s;
        overflow: hidden;
    }

    .msearch-box.msearch-boxs {
        height: auto;
    }

    .msearch-input {
        box-sizing: border-box;
        margin: 10px 20px;
        padding-left: 10px;
        padding-right: 40px;
        display: block;
        width: calc(100% - 40px);
        height: 40px;
        color: #fff;
        border: 1px solid rgba(96, 87, 86, 1);
        background-color: #231E1E;
        outline: none;
    }

    .msearch-input:hover {
        border-color: rgba(96, 87, 86, 1);
    }

    .msearch-icon {
        position: absolute;
        right: 20px;
        top: 10px;
        width: 40px;
        height: 40px;
    }

    .msearch-icon .min-search-icon {
        margin-top: 9px;
        font-size: 22px;
        color: #9B908E;
    }

    .m-search-res-box {
        position: absolute;
        top: 60px;
        left: 0;
        width: 100%;
        height: auto;
        background: #1D1716;
        z-index: 99;
        padding: 0 10px;
        text-align: left;
        overflow: scroll;
    }

    .m-search-res-box .m-sear-probox {
        width: 100%;
        text-align: left;
    }

    .m-sear-probox .m-search-titi {
        width: 100%;
        height: auto;
        text-align: left;
        font-size: 14px;
        line-height: 16px;
        color: #807A79;
    }

    .m-sear-probox .m-search-listdata {
        width: 100%;
        text-align: left;
    }

    .m-search-listdata li {
        width: 100%;
        margin-bottom: 10px;
    }

    .m-search-listdata li a {
        text-align: left;
        color: #fff;
        font-size: 14px;
        margin-top: 8px;
    }

    .m-sear-nodata {
        margin-top: 10px;
        font-size: 14px;
        color: #ff624b;
    }

    .m-searDor-in {
        width: 100%;
        margin-top: 10px;
    }

    .m-searDor-in .m-head-search-docbox {
        display: block;
        font-size: 14px;
        color: #fff;
        line-height: 24px;
    }

    .mhead-lists .mhead-product {
        background-color: #231E1E;
        color: #fff;
        box-shadow: 0px 1px 0px 0px rgba(111, 106, 106, 0.5);
        overflow: hidden;
        font-size: 14px;
    }

    .mhead-product span,
    .mhead-product a {
        font-size: 14px;
        color: #fff;
    }

    .mhead-arrow2 {
        transform: rotate(133deg);
        transition: transform ease-in-out .3s;
        float: right;
        cursor: pointer;
    }

    .mhead-arrow2::before {
        content: '';
        width: 10px;
        display: inline-block;
        height: 10px;
        border-radius: 2px;
        border-top: 2px solid #C5C0BF;
        border-right: 2px solid #C5C0BF;
    }

    .mhead-cdd {
        box-shadow: 0px 1px 0px 0px rgba(111, 106, 106, 0.5);
        padding: 10px 20px;
        background-color: #24201D;
    }

    .mhead-arrow {
        transform: rotate(-45deg);
        transition: transform ease-in-out .3s;
        float: right;
        cursor: pointer;
    }

    .mhead-arrow::before {
        content: '';
        width: 10px;
        display: inline-block;
        height: 10px;
        border-radius: 2px;
        border-top: 2px solid #C5C0BF;
        border-right: 2px solid #C5C0BF;
    }

    .mhead-pone {
        max-height: 68rem;
        transition: max-height ease-in-out .3s;
        -webkit-transition: max-height ease-in-out .3s;
        -moz-transition: max-height ease-in-out .3s;
        overflow: hidden;
    }

    .mhead-box {
        max-height: 320px;
        transition: max-height ease-in-out .3s;
        -webkit-transition: max-height ease-in-out .3s;
        -moz-transition: max-height ease-in-out .3s;
        overflow: hidden;
    }

    .mhead-pones {
        background-color: #24201D;
    }

    .mhead-pones {
        max-height: 0;
        transition: max-height ease-in-out .3s;
        -webkit-transition: max-height ease-in-out .3s;
        -moz-transition: max-height ease-in-out .3s;
        overflow: hidden;
    }

    .mhead-boxs {
        max-height: 0;
    }

    .mhead-chd {
        background-color: #34302F;
        padding: 10px 30px;
    }

    .mhead-chd a {
        font-size: 14px;
        color: #fff;
    }

    .m-bottom {
        display: block;
        padding: 20px;
        background-color: #fff;
    }

    .bottom {
        display: none;
    }

    #fixedBar {
        bottom: 40%;
        right: 10px;
        width: 40px;
        height: 40px;
    }

    #fixedBar .fix-top {
        display: block;
    }

    #fixedBar .fix-to-top {
        margin-top: 0;
        width: 40px;
        height: 40px;
    }

    .hd-content {
        display: none;
    }

    .hd-footer {
        display: none;
    }

    .m-hd-footer {
        padding: 30px 10px;
    }

    .m-hd-footer .m-ft-top {
        padding-left: 10px;
        margin-bottom: 20px;
    }

    .m-hd-footer .m-ft-top>img {
        width: 100px;
        height: 16px;
    }

    .m-hd-footer .m-ft-box {
        max-height: 300px;
        padding-top: 19px;
        margin-bottom: 20px;
        border-top: 1px solid #C0C0C0;
        overflow: hidden;
        transition: max-height ease-in-out 0.3s;
    }

    .m-ft-box-active {
        max-height: 40px !important;
    }

    .m-hd-footer .m-ft-check {
        position: relative;
        padding-left: 10px;
        font-size: 14px;
        font-weight: bold;
        color: #222222;
    }

    .m-hd-footer .m-ft-check::after {
        content: '';
        position: absolute;
        top: 10px;
        right: 10px;
        width: 6px;
        height: 6px;
        border-top: 1px solid #666666;
        border-left: 1px solid #666666;
        transform: rotate(45deg);
        transition: transform ease-in-out 0.3s;
    }

    .m-hd-footer .m-ft-check:hover::after {
        transform: rotate(-137deg);
    }

    .m-hd-footer .m-check-box {
        margin-top: 20px;
        padding-left: 20px;
        font-size: 13px;

        font-weight: 400;
        color: #222222;
    }

    .m-hd-footer .m-check-box p {
        margin-bottom: 16px;
    }

    .m-hd-footer .m-check-box a {
        color: #222222;
        text-decoration: none;
    }

    .m-hd-footer .m-check-box p:last-child {
        margin-bottom: 0;
    }

    .m-footer-bottom {
        padding: 19px 10px 0 10px;
        border-top: 1px solid #C0C0C0;
        font-size: 12px;
        font-weight: 400;
        color: #666666;
    }

    .m-footer-bottom a {
        color: #666666;
        text-decoration: none;
    }
}

@media only screen and (max-width: 767px) {
    #head {
        width: 100%;
        background: #231E1E;
    }
    .m-new-footer {
        display: block;
    }
    .cs-content {
        bottom: 22px;
    }

    .cs-content .cs-kf-list .cs-kf-item img {
        width: 41px;
    }

    .cs-content .cs-kf-box {
        width: 286px;
        max-height: 479px;
    }

    .cs-content .cs-kf-box .cs-box-bg {
        height: 147px;
    }

    .cs-content .cs-kf-box .cs-bt-box .cs-bt-one {
        padding: 16px;
    }

    .cs-content .cs-bt-title {
        font-size: 15px;
    }

    .cs-content .cs-bt-hui {
        font-size: 13px;
    }

    .cs-content .cs-kf-button {
        font-size: 13px;
    }

    .cs-bg-title {
        font-size: 19px;
    }

    .cs-bg-desc {
        font-size: 13px;
    }

    .back-top {
        width: 41px;
        height: 41px;
    }

    .cs-content .cs-kf-content .cs-kf-modal {
        height: 33px;
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 63%);
    }

    .cookie-hint {
        display: none;
    }

    .pc-top {
        display: none;
    }

    .m-head {
        position: relative;
        display: block;
        background: #231E1E;
        z-index: 99;
        height: 44px;
        margin: 0 auto;
    }

    .mobile-head {
        max-height: 600px;
        height: auto;
        overflow: hidden;
        transition: max-height ease-in-out 0.5s;
    }

    .mh-top {
        height: 44px;
        padding: 0 20px;
    }

    .mobile-head .mr-icon {
        float: right;
        margin-left: 20px;
        margin-top: 10px;
        width: 24px;
        height: 24px;
        background: url("../img/home/newPrce/icon_meun.png") no-repeat center top;
        background-size: cover;
    }

    .mobile-head .mr-searchnav {
        float: right;
        margin-left: 20px;
        margin-top: 10px;
        width: 24px;
        height: 24px;
        background: url("../img/home/newPrce/icon_search.png") no-repeat center top;
        background-size: cover;
    }

    .mobile-head .mobile-logo {
        display: inline-block;
        margin-left: 28.3%;
        vertical-align: middle;
    }

    .mobile-head .mobile-logo .mobile-limg {
        margin-top: 10px;
        width: 100px;
        height: 16px;
        display: block;
    }

    .mobile-head .m-logining {
        float: right;
        margin-top: 5px;
    }

    .mobile-head .m-logining img {
        border-radius: 50%;
        width: 30px;
        height: 30px;
        vertical-align: middle;
    }

    .mobile-head .m-logining .ml-text {
        vertical-align: middle;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        display: inline-block;
        font-size: 12px;
        min-width: 30px;
        max-width: 70px;
        color: #9b908e;
    }

    .mobile-head .m-logining .ml-block {
        border: solid;
        border-color: #98908e transparent transparent transparent;
        border-width: 10px 7px 0;
        width: 0px;
        display: inline-block;
        transform: rotate(0);
        transition: transform ease-in-out 0.5s;
    }

    .mobile-head .m-logining .ml-blocks {
        border: solid;
        border-color: #98908e transparent transparent transparent;
        border-width: 10px 7px 0;
        width: 0px;
        display: inline-block;
        transform: rotate(180deg);
        transition: transform ease-in-out 0.5s;
    }

    .mobile-head .m-pople {
        display: inline-block;
        vertical-align: middle;
        width: 24px;
        height: 24px;
        margin-top: 10px;
        background: url("../img/home/newPrce/icon_login.png") no-repeat center top;
        background-size: cover;
    }

    .mobile-head .m-pople.active {
        background: url("../img/home/m-login-active.png") no-repeat center top;
        background-size: cover;
    }

    .ivu-icon {
        display: inline-block;
        font-family: Ionicons;
        speak: none;
        font-style: normal;
        font-weight: 400;
        font-variant: normal;
        text-transform: none;
        text-rendering: auto;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        vertical-align: middle;
    }

    .mobile-head .m-login {
        display: flex;
        background-color: #231E1E;
        color: #fff;
        font-size: 12px;
        text-align: center;
        width: 100%;
        overflow: hidden;
        max-height: 0px;
        transition: max-height ease-in-out 0.3s;
    }

    .mobile-head .m-login a {
        color: #fff;
    }

    .mobile-head .m-logins {
        max-height: 39px !important;
        transition: max-height ease-in-out 0.3s;
    }

    .mobile-head .m-login div {
        width: 33.3%;
        padding: 0;
        border-right: 1px solid #6F6A6A;
        line-height: 40px;
    }

    .mobile-head .m-login div:last-child {
        background-color: #0069FF;
        border-right: none;
    }

    .ml-right {
        background-color: #231E1E;
        position: absolute;
        z-index: 2;
        top: 60px;
        left: 0;
        width: 100%;
        transition: height ease-in-out 0.5s;
        overflow: hidden;
        height: 0;
    }

    .ml-rights {
        height: auto;
    }

    .ml-right .m-list {
        padding: 10px 20px;
    }

    .ml-right .m-item {
        box-sizing: border-box;
        color: #fff;
        font-size: 14px;
        height: 40px;
        line-height: 40px;
    }

    .ml-right .m-item a {
        display: inline-block;
    }

    .ml-right .m-item .umh-name {
        display: inline-block;
    }

    .ml-right .m-item .umh-logout {
        margin-left: 30px;
        display: inline-block;
    }

    .mhead-list {
        z-index: 9;
        width: 100%;
        overflow: hidden;
        max-height: 0px;
        font-size: 14px;
        transition: max-height ease-in-out 0.3s;
    }

    .mhead-lists {
        /* border-top: 1px solid #444; */
        max-height: 2000px;
        font-size: 14px;
        transition: max-height ease-in-out 0.3s;
        background-color: #231E1E;
    }

    .mhead-list,
    .mhead-lists .mhead-product .mhead-child {
        background-color: #231E1E;
    }

    .msearch-box {
        position: relative;
        background-color: #231E1E;
        width: 100%;
        text-align: center;
        box-sizing: border-box;
        height: 0;
        transition: height ease-in-out 0.3s;
        overflow: hidden;
    }

    .msearch-box.msearch-boxs {
        height: auto;
    }

    .msearch-input {
        box-sizing: border-box;
        margin: 10px 20px;
        padding-left: 10px;
        padding-right: 40px;
        display: block;
        width: calc(100% - 40px);
        height: 40px;
        color: #fff;
        border: 1px solid rgba(96, 87, 86, 1);
        background-color: #231E1E;
        outline: none;
    }

    .msearch-input:hover {
        border-color: rgba(96, 87, 86, 1);
    }

    .msearch-icon {
        position: absolute;
        right: 20px;
        top: 10px;
        width: 40px;
        height: 40px;
    }

    .msearch-icon .min-search-icon {
        margin-top: 9px;
        font-size: 22px;
        color: #9B908E;
    }

    .m-search-res-box {
        position: absolute;
        top: 60px;
        left: 0;
        width: 100%;
        height: auto;
        background: #1D1716;
        z-index: 99;
        padding: 0 10px;
        text-align: left;
        overflow: scroll;
    }

    .m-search-res-box .m-sear-probox {
        width: 100%;
        text-align: left;
    }

    .m-sear-probox .m-search-titi {
        width: 100%;
        height: auto;
        text-align: left;
        font-size: 14px;
        line-height: 16px;
        color: #807A79;
    }

    .m-sear-probox .m-search-listdata {
        width: 100%;
        text-align: left;
    }

    .m-search-listdata li {
        width: 100%;
        margin-bottom: 10px;
    }

    .m-search-listdata li a {
        text-align: left;
        color: #fff;
        font-size: 14px;
        margin-top: 8px;
    }

    .m-sear-nodata {
        margin-top: 10px;
        font-size: 14px;
        color: #ff624b;
    }

    .m-searDor-in {
        width: 100%;
        margin-top: 10px;
    }

    .m-searDor-in .m-head-search-docbox {
        display: block;
        font-size: 14px;
        color: #fff;
        line-height: 24px;
    }

    .mhead-lists .mhead-product {
        background-color: #231E1E;
        color: #fff;
        box-shadow: 0px 1px 0px 0px rgba(111, 106, 106, 0.5);
        overflow: hidden;
        font-size: 14px;
    }

    .mhead-product span,
    .mhead-product a {
        font-size: 14px;
        color: #fff;
    }

    .mhead-arrow2 {
        transform: rotate(133deg);
        transition: transform ease-in-out .3s;
        float: right;
        cursor: pointer;
    }

    .mhead-arrow2::before {
        content: '';
        width: 10px;
        display: inline-block;
        height: 10px;
        border-radius: 2px;
        border-top: 2px solid #C5C0BF;
        border-right: 2px solid #C5C0BF;
    }

    .mhead-cdd {
        box-shadow: 0px 1px 0px 0px rgba(111, 106, 106, 0.5);
        padding: 10px 20px;
        background-color: #24201D;
    }

    .mhead-arrow {
        transform: rotate(-45deg);
        transition: transform ease-in-out .3s;
        float: right;
        cursor: pointer;
    }

    .mhead-arrow::before {
        content: '';
        width: 10px;
        display: inline-block;
        height: 10px;
        border-radius: 2px;
        border-top: 2px solid #C5C0BF;
        border-right: 2px solid #C5C0BF;
    }

    .mhead-pone {
        max-height: 68rem;
        transition: max-height ease-in-out .3s;
        -webkit-transition: max-height ease-in-out .3s;
        -moz-transition: max-height ease-in-out .3s;
        overflow: hidden;
    }

    .mhead-box {
        max-height: 320px;
        transition: max-height ease-in-out .3s;
        -webkit-transition: max-height ease-in-out .3s;
        -moz-transition: max-height ease-in-out .3s;
        overflow: hidden;
    }

    .mhead-pones {
        background-color: #24201D;
    }

    .mhead-pones {
        max-height: 0;
        transition: max-height ease-in-out .3s;
        -webkit-transition: max-height ease-in-out .3s;
        -moz-transition: max-height ease-in-out .3s;
        overflow: hidden;
    }

    .mhead-boxs {
        max-height: 0;
    }

    .mhead-chd {
        background-color: #34302F;
        padding: 10px 30px;
    }

    .mhead-chd a {
        font-size: 14px;
        color: #fff;
    }

    .m-bottom {
        display: block;
        padding: 20px;
        background-color: #fff;
    }

    .bottom {
        display: none;
    }

    #fixedBar {
        bottom: 40%;
        right: 10px;
        width: 40px;
        height: 40px;
    }

    #fixedBar .fix-top {
        display: block;
    }

    #fixedBar .fix-to-top {
        margin-top: 0;
        width: 40px;
        height: 40px;
    }

    .hd-content {
        display: none;
    }

    .hd-footer {
        display: none;
    }

    .m-hd-footer {
        padding: 30px 10px;
    }

    .m-hd-footer .m-ft-top {
        padding-left: 10px;
        margin-bottom: 20px;
    }

    .m-hd-footer .m-ft-top>img {
        width: 100px;
        height: 16px;
    }

    .m-hd-footer .m-ft-box {
        max-height: 300px;
        padding-top: 19px;
        margin-bottom: 20px;
        border-top: 1px solid #C0C0C0;
        overflow: hidden;
        transition: max-height ease-in-out 0.3s;
    }

    .m-ft-box-active {
        max-height: 40px !important;
    }

    .m-hd-footer .m-ft-check {
        position: relative;
        padding-left: 10px;
        font-size: 14px;
        font-weight: bold;
        color: #222222;
    }

    .m-hd-footer .m-ft-check::after {
        content: '';
        position: absolute;
        top: 10px;
        right: 10px;
        width: 6px;
        height: 6px;
        border-top: 1px solid #666666;
        border-left: 1px solid #666666;
        transform: rotate(45deg);
        transition: transform ease-in-out 0.3s;
    }

    .m-hd-footer .m-ft-check:hover::after {
        transform: rotate(-137deg);
    }

    .m-hd-footer .m-check-box {
        margin-top: 20px;
        padding-left: 20px;
        font-size: 13px;

        font-weight: 400;
        color: #222222;
    }

    .m-hd-footer .m-check-box p {
        margin-bottom: 16px;
    }

    .m-hd-footer .m-check-box a {
        color: #222222;
        text-decoration: none;
    }

    .m-hd-footer .m-check-box p:last-child {
        margin-bottom: 0;
    }

    .m-footer-bottom {
        padding: 19px 10px 0 10px;
        border-top: 1px solid #C0C0C0;
        font-size: 12px;
        font-weight: 400;
        color: #666666;
    }

    .m-footer-bottom a {
        color: #666666;
        text-decoration: none;
    }
}

@media only screen and (max-width: 375px) {
    .cookie-hint {
        display: none;
    }
}