.m-kf1 {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.1);
    position: fixed;
    z-index: 10;
    right: 10px;
    top: 40%;
    transform: translateY(-50%);z-index: 21
}

.m-kf1 .kf-item {
    border-radius: 10px;
    position: relative;
    width: 50px;
    height: 50px;
    display: block;
    line-height: 0;
    font-size: 0;
    margin-bottom: 2px;
}

.m-kf1 .kf-item:last-of-type {
    margin-bottom: 0;
}

.m-kf1 .kf-item .icon {
    color: #2a2a2a;
    font-size: 24px;
    line-height: 24px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.m-kf1 .kf-item .list-box {
    padding: 0px 25px;
    display: none;
    width: auto;
    height: auto;
    position: absolute;
    right: 100%;
    top: 0;
}

.m-kf1 .kf-item .list-box > ul {
    box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.1);
    position: relative;
    padding: 12px 0;
    background-color: #2a2a2a;
    color: #fff;
}

.m-kf1 .kf-item .list-box > ul:after {
    border-left: 12px solid #2a2a2a;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    content: "";
    position: absolute;
    left: 100%;
    top: 12px;
}

.m-kf1 .kf-item .list-box > ul > li {
    min-width: 100px;
    text-align: right;
    position: relative;
    font-size: 14px;
    color: #fff;
    line-height: 30px;
    padding: 0 20px;
    white-space: nowrap;
}

.m-kf1 .kf-item .list-box > ul > li > img {
    margin-bottom: 6px;
    max-width: 120px;
}

.m-kf1 .kf-item .list-box > ul > li > .wechat-text {
    display: none;
    padding: 0 25px;
    position: absolute;
    right: 100%;
    top: 50%;
    transform: translateY(-50%);
}

.m-kf1 .kf-item .list-box > ul > li > .wechat-text span {
    box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.1);
    position: relative;
    display: inline-block;
    white-space: nowrap;
    line-height: 30px;
    padding: 3px 15px;
    background-color: #2a2a2a;
    color: #fff;
}

.m-kf1 .kf-item .list-box > ul > li > .wechat-text span:after {
    border-left: 12px solid #2a2a2a;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    content: "";
    position: absolute;
    left: 100%;
    top: 50%;
    transform: translateY(-50%);
}

.m-kf1 .kf-item .list-box > ul > li > a {
    display: block;
    font-size: 14px;
    color: #fff;
    line-height: 30px;
    white-space: nowrap;
	  
}

.m-kf1 .kf-item .list-box > ul > li > a:hover {
    font-weight: bold;
}

.m-kf1 .kf-item .list-box > ul > li:hover > .wechat-text {
    display: block;
}

.m-kf1 .kf-item:hover {
    background-color: #2a2a2a;
}

.m-kf1 .kf-item:hover .list-box {
    display: block;
}

.m-kf1 .kf-item:hover .icon {
    color: #fff;
}

@media screen and (max-width: 767px) {
    .m-kf1 {
        transform: unset;
        height: auto;
        border-radius: 0;
        box-shadow: unset;
        right: 0;
        top: auto;
        bottom: 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-flow: row nowrap;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        width: 100%;
        background-color: #fff;
    }

    .m-kf1 .kf-item {
        width: 12.66666%;
        margin: 0 2% 0;
        text-align: center;
        background-color: unset;
        box-shadow: none;
        float: left;
    }

    .m-kf1 .kf-item .list-box {
        padding: 0px 0px 25px;
        right: unset;
        top: unset;
        left: 0;
        bottom: 100%;
        width: auto;
        height: auto;
    }

    .m-kf1 .kf-item .list-box > ul:after {
        left: 12px;
        top: 100%;
        border-top: 12px solid #2a2a2a;
        border-left: 12px solid transparent;
        border-right: 12px solid transparent;
    }
}

@media screen and (max-width: 520px) {
    .m-kf1 .kf-item {
        margin: 0px;
    }
}


/* *********** 右侧悬浮——样式2 ***********/
.m-kf2 {
    position: fixed;
    z-index: 10;
    right: 0;
    top: 40%;
    transform: translateY(-50%);
    z-index: 999;
}

.m-kf2 .kf-item {
    position: relative;
    width: 50px;
    height: 50px;
    margin-right: 0px;
    display: block;
    line-height: 0;
    font-size: 0;
    margin-bottom: 2px;
    background-color: #f0f0f0;
}

.m-kf2 .kf-item .icon {
    color: #2a2a2a;
    font-size: 24px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.m-kf2 .kf-item .list-box {
    padding: 0px 10px;
    display: none;
    width: auto;
    height: auto;
    position: absolute;
    right: 100%;
    top: 0;
}

.m-kf2 .kf-item .list-box > ul {
    padding: 12px 0;
    background-color: #2a2a2a;
    color: #fff;
}

.m-kf2 .kf-item .list-box > ul > li {
    min-width: 100px;
    text-align: right;
    position: relative;
    font-size: 14px;
    color: #fff;
    line-height: 30px;
    padding: 0 20px;
    white-space: nowrap;
}

.m-kf2 .kf-item .list-box > ul > li > img {
    margin-bottom: 6px;
    max-width: 120px;
}

.m-kf2 .kf-item .list-box > ul > li > .wechat-text {
    display: none;
    padding: 0 10px;
    position: absolute;
    right: 100%;
    top: 50%;
    transform: translateY(-50%);
}

.m-kf2 .kf-item .list-box > ul > li > .wechat-text span {
    display: inline-block;
    white-space: nowrap;
    line-height: 30px;
    padding: 3px 15px;
    background-color: #2a2a2a;
    color: #fff;
}

.m-kf2 .kf-item .list-box > ul > li > a {
    display: block;
    font-size: 14px;
    color: #fff;
    line-height: 30px;
    white-space: nowrap;
}

.m-kf2 .kf-item .list-box > ul > li > a:hover {
    font-weight: bold;
}

.m-kf2 .kf-item .list-box > ul > li:hover > .wechat-text {
    display: block;
}

.m-kf2 .kf-item:hover {
    background-color: #2a2a2a;
}

.m-kf2 .kf-item:hover .list-box {
    display: block;
}

.m-kf2 .kf-item:hover .icon {
    color: #fff;
}

/*右侧悬浮——样式2 ——圆角*/
.m-kf2.radius .kf-item {
    border-radius: 5px;
}

.m-kf2.radius .kf-item .list-box ul {
    border-radius: 5px;
}

.m-kf2.radius .kf-item .list-box > ul > li > .wechat-text span {
    border-radius: 5px;
}

@media screen and (max-width: 767px) {
    .m-kf2 {
        transform: unset;
        right: 0;
        top: auto;
        bottom: 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-flow: row nowrap;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        width: 100%;
        background-color: #fff;
    }

    .m-kf2 .kf-item {
        width: 12.66666%;
        margin: 0 2% 0;
        text-align: center;
        background-color: unset;
        box-shadow: none;
        float: left;
    }

    .m-kf2 .kf-item .list-box {
        padding: 0px 0px 10px;
        right: unset;
        top: unset;
        left: 0;
        bottom: 100%;
        width: auto;
        height: auto;
    }
}

@media screen and (max-width: 520px) {
    .m-kf2 .kf-item {
        margin: 0px;
    }
}


/* *********** 右侧悬浮——样式3 ************/
.m-kf3 {
    position: fixed;
    z-index: 99999999999999999;
    right: 0px;
    top: 40%;
    transform: translateY(-50%);
}

.m-kf3 .kf-item {
    box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    border-radius: 5px 0 0 5px;
    margin-bottom: 10px;
    width: 50px;
    height: 50px;
    display: block;
    position: relative;
    line-height: 0;
    font-size: 0;
}

.m-kf3 .kf-item .icon {
    font-size: 24px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.m-kf3 .kf-item .icon.whatsapp {
    color: #3ac34c;
}

.m-kf3 .kf-item .icon.skype {
    color: #1296db;
}

.m-kf3 .kf-item .icon.email {
    color: #fbc93b;
}

.m-kf3 .kf-item .icon.qq {
    width: 100%;
    height: 100%;
}

.m-kf3 .kf-item .icon.qq .icon {
    width: 1em;
    height: 1em;
    vertical-align: -0.15em;
    fill: currentColor;
    overflow: hidden;
    width: 100%;
    height: 100%;
    padding: 10px;
}

.m-kf3 .kf-item .icon.wechat {
    color: #09bb07;
}

.m-kf3 .kf-item .icon.trademanager {
    color: #1896eb;
}

.m-kf3 .kf-item .list-box {
    padding: 0px 25px;
    display: none;
    width: auto;
    height: auto;
    position: absolute;
    right: 100%;
    top: 0;
}

.m-kf3 .kf-item .list-box > ul {
    box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.1);
    position: relative;
    padding: 12px 0;
    background-color: #fff;
    color: #333;
}

.m-kf3 .kf-item .list-box > ul:after {
    border-left: 12px solid #fff;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    content: "";
    position: absolute;
    left: 100%;
    top: 12px;
}

.m-kf3 .kf-item .list-box > ul > li {
    min-width: 100px;
    text-align: right;
    position: relative;
    font-size: 14px;
    color: #333;
    line-height: 30px;
    padding: 0 20px;
    white-space: nowrap;
}

.m-kf3 .kf-item .list-box > ul > li > img {
    margin-bottom: 6px;
    max-width: 120px;
}

.m-kf3 .kf-item .list-box > ul > li > .wechat-text {
    display: none;
    padding: 0 25px;
    position: absolute;
    right: 100%;
    top: 50%;
    transform: translateY(-50%);
}

.m-kf3 .kf-item .list-box > ul > li > .wechat-text span {
    box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.1);
    position: relative;
    display: inline-block;
    white-space: nowrap;
    line-height: 30px;
    padding: 3px 15px;
    background-color: #fff;
    color: #333;
}

.m-kf3 .kf-item .list-box > ul > li > .wechat-text span:after {
    border-left: 12px solid #fff;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    content: "";
    position: absolute;
    left: 100%;
    top: 50%;
    transform: translateY(-50%);
}

.m-kf3 .kf-item .list-box > ul > li > a {
    display: block;
    font-size: 14px;
    color: #333;
    line-height: 30px;
    white-space: nowrap;
}

.m-kf3 .kf-item .list-box > ul > li > a:hover {
    font-weight: bold;
}

.m-kf3 .kf-item .list-box > ul > li:hover > .wechat-text {
    display: block;
}

.m-kf3 .kf-item:hover .list-box {
    display: block;
}

@media screen and (max-width: 767px) {
    .m-kf3 {
        transform: unset;
        height: auto;
        border-radius: 0;
        box-shadow: unset;
        right: 0;
        top: auto;
        bottom: 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-flow: row nowrap;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        width: 100%;
        background-color: #fff;
    }

    .m-kf3 .kf-item {
        width: 12.66666%;
        margin: 0 2% 0;
        text-align: center;
        background-color: unset;
        box-shadow: none;
        float: left;
    }

    .m-kf3 .kf-item .list-box {
        padding: 0px 0px 25px;
        right: unset;
        top: unset;
        left: 0;
        bottom: 100%;
        width: auto;
        height: auto;
    }

    .m-kf3 .kf-item .list-box > ul:after {
        left: 12px;
        top: 100%;
        border-top: 12px solid #fff;
        border-left: 12px solid transparent;
        border-right: 12px solid transparent;
    }

    .kf-item:last-of-type .list-box {
        left: unset !important;
        right: 0 !important;
    }

    .kf-item:last-of-type .list-box > ul:after {
        left: unset !important;
        right: 12px !important;
    }
}

@media screen and (max-width: 520px) {
    .m-kf3 .kf-item {
        margin: 0px;
    }
}


/* *********** 右侧悬浮——样式4 ***********/
.m-kf4 {
    box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    position: fixed;
    z-index: 10;
    right: 0px;
    top: 40%;
    transform: translateY(-50%);
}

.m-kf4 .kf-item {
    position: relative;
    height: 80px;
    text-align: center;
    display: block;
    line-height: 0;
    font-size: 0;
    margin-bottom: 2px;
}

.m-kf4 .kf-item:last-of-type {
    margin-bottom: 0;
}

.m-kf4 .kf-item .ibox {
    padding: 15px 10px 15px;
    position: relative;
}

.m-kf4 .kf-item .ibox > a {
    display: block;
    width: 100%;
    height: 25px;
    text-align: center;
}

.m-kf4 .kf-item .ibox .text {
    font-size: 14px;
    color: #333;
    line-height: 25px;
}

.m-kf4 .kf-item .ibox .icon {
    color: #01785C;
    font-size: 24px;
    line-height: 25px;
}

.m-kf4 .kf-item:last-of-type .ibox:after {
    display: none;
}

.m-kf4 .kf-item .ibox i {
    display: inline-block;
    width: calc(100% - 40px);
    position: absolute;
    bottom: 0;
    left: 20px;
    height: 1px;
    background-color: #dcdcdc;
}

.m-kf4 .kf-item .list-box .qq {
    min-width: 150px
}

.m-kf4 .kf-item .list-box {
    display: none;
    width: auto;
    height: auto;
    position: absolute;
    right: 100%;
    top: 0;
}

.m-kf4 .kf-item .list-box > ul {
    padding: 10px 0;
    background-color: #01785C;
    color: #fff;
    min-height: 80px
}

.m-kf4 .kf-item .list-box > ul > li {
    min-width: 100px;
    text-align: right;
    position: relative;
    font-size: 14px;
    color: #fff;
    line-height: 30px;
    padding: 0 10px;
    white-space: nowrap;
}

.m-kf4 .kf-item .list-box > ul > li.wechat {
    width: 80px;
}

.m-kf4 .kf-item .list-box > ul > li > img {
    margin-bottom: 6px;
    max-width: 120px;
}

.m-kf4 .kf-item .list-box > ul > li.wechat:last-of-type > img {
    margin-bottom: 0px;
}

.m-kf4 .kf-item .list-box > ul > li > .wechat-text {
    display: none;
    position: absolute;
    right: 100%;
    top: 50%;
    transform: translateY(-50%);
}

.m-kf4 .kf-item .list-box > ul > li > .wechat-text span {
    display: inline-block;
    white-space: nowrap;
    line-height: 30px;
    padding: 3px 15px;
    background-color: #01785C;
    color: #fff;
}

.m-kf4 .kf-item .list-box > ul > li > a {
    display: block;
    font-size: 14px;
    color: #fff;
    line-height: 30px;
    white-space: nowrap;
}

.m-kf4 .kf-item .list-box > ul > li > a:hover {
    font-weight: bold;
}

.m-kf4 .kf-item .list-box > ul > li:hover > .wechat-text {
    display: block;
}

.m-kf4 .kf-item:hover {
    background-color: #01785C;
}

.m-kf4 .kf-item:hover .list-box {
    display: block;
}

.m-kf4 .kf-item:hover .icon {
    color: #fff;
}

.m-kf4 .kf-item:hover .text {
    color: #fff;
}

@media screen and (max-width: 767px) {
    .m-kf4 {
        transform: unset;
        box-shadow: unset;
        height: auto;
        right: 0;
        top: auto;
        bottom: 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-flow: row nowrap;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        width: 100%;
        background-color: #fff;
    }

    .m-kf4 .kf-item {
        height: 50px;
        width: 12.66666%;
        margin: 0 2% 0;
        text-align: center;
        background-color: unset;
        box-shadow: none;
        float: left;
    }

    .m-kf4 .kf-item .ibox {
        border: 0;
        padding: 0;
    }

    .m-kf4 .kf-item .ibox .icon {
        margin-top: 12px;
    }

    .m-kf4 .kf-item .ibox .text {
        display: none;
    }

    .m-kf4 .kf-item .list-box {
        right: unset;
        top: unset;
        left: 0;
        bottom: 100%;
        width: auto;
        height: auto;
    }
}

@media screen and (max-width: 520px) {
    .m-kf4 .kf-item {
        margin: 0px;
    }
}


/*==================================================  右侧悬浮 end ===================================================================*/
/*滚到顶部*/
.returntop {
    background-color: #f15a22;
    display: none;
    position: fixed;
    right: 0px;
    bottom: 70px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.returntop .icon {
    font-size: 20px;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.returntop:hover {
    opacity: 0.8;
    filter: Alpha(opacity=0.8)
}

.fs26 {
    font-size: 26px !important;
}

.fs20 {
    font-size: 20px !important;
}

.news-details .news-content .news-content-title2 p span {
    display: flex;
    align-items: center;
}

/*gou wu che  yanse*/
.cart-list .cart-operate .cart-delate, .cart-allprice {
    color: #5F0618 !important;
    font-size: 14px;
}

.order-buy-now .order-button {
    border: none !important;
    cursor: pointer;
}

.cart-title {
    margin-top: 10px;
}

.order-success .order-s-img img {
    margin-left: auto;
    margin-right: auto;
}

.order-buy-now .order-input, .order-buy-now .order-address-box .order-flex .simulate-select-country {
    box-sizing: border-box;
}
.cart-simulate-box .simulate-option-box .cart-simulate-select-ul li{
    font-size: 14px;
}
.cart-list .cart-quantity .simulate-select{
    color: #999999;
}
.cart-list .cart-quantity .simulate-select {
    color: #999999;
    font-size: 14px;
}

.order-buy-now .order-info .order-pro-item .order-price{
    font-size: 14px;
    color: #999;
}
.order-buy-now .order-info .order-pro-item .order-quantity{
    font-size: 14px;
    color: #999;
}
.order-buy-now .order-info .order-pro-item .order-subtotal{
    font-size: 14px;
    color: #999;
}
.order-buy-now .order-info .order-pro-item .order-remark{
    font-size: 14px;
    color: #999;
}
.order-price-bot .cart-currency-txt{
    color: #fff;
}
.order-buy-now .order-address-box .order-title{
    color: #999;
}
.order-buy-now .simulate-select-ul li{
    font-size: 14px;
}
