@-webkit-keyframes twinkling {
    /*透明度由0到1*/
    0%, 50%, 100% {
        opacity: 1;
    }
    25%, 75% {
        opacity: 0;
    }
}

.countrynav-left {
    position: fixed;
    left: 0;
    top: 12%;
    z-index: 99;
    left: -200px;
    transition: 0.3s all ease-in-out;
}

ul {
    margin: 0px;
}

.closenav {
    left: -200px;
}

.left_hover {
    left: 40px;
}

.nav-icon {
    width: 20px;
    height: 20px;
    background-size: cover;
    background: url(/uploads/image/tgifloatnav/nav.png)no-repeat;
    margin-bottom: 10px;
}

.nav-showpc {
    position: fixed;
    left: 0px;
    top: 12%;
    line-height: 1.7;
    text-align: center;
    padding: 80px 10px 80px 10px;
    background-color: #ce2222;
    color: #fff;
    font-size: 16px;
    display: block;
    z-index: 100;
    transition: 0.3s all ease-in-out;
    cursor: pointer;
    border-radius: 6px;
    box-shadow: 2px 0px 5px 0px rgba(0, 0, 0, 0.4);
}

.nav-showpc:hover {
    background-color: #e03131;
}

.hidebtnpc_hover {
    padding: 202px 10px 202px 10px;
    transition: 0.3s all ease-in-out;
}

.countrynav-left .area-box {
    width: 126px;
    overflow: hidden;
    text-align: center;
    margin-bottom: 0;
    background-color: rgba(255, 255, 255, 0.85);
}

.countrynav-left .area-box ul li {
    margin: 0px 5px;
}

.countrynav-left .area-box .area-title {
    height: 25px;
    color: #fff;
    font-size: 15px;
    font-weight: normal;
}

.countrynav-left .oceania .area-title {
    background-color: #3b5998;
}

.countrynav-left .america .area-title {
    background-color: #ec2e2e;
}

.countrynav-left .europe .area-title {
    background-color: #0077b5;
}

.countrynav-left .homesite .area-title {
    background-color: #a1a1a1;
}

.countrynav-left .homesite .area-title a {
    color: #fff;
    font-size: 16px;
}

.countrynav-left .homesite .area-title a:hover {
    color: #ffd456;
}

.countrynav-left ul {
    padding: 10px 0px;
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
}

.countrynav-left ul li {
    display: block;
    font-size: 15px;
    font-weight: normal;
    line-height: 25px;
    letter-spacing: normal;
}

.countrynav-left ul li a {
    color: #333;
}

.countrynav-left .oceania ul li a:hover {
    color: #3b5998;
}

.countrynav-left .america ul li a:hover {
    color: #ec2e2e;
}

.countrynav-left .europe ul li a:hover {
    color: #0077b5;
}

.countrynav-left .europe ul {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 0;
}

.nav-showmobile {
    display: none;
}

/* start */

.nav-hidemobile {
    display: none;
}

.floatcontent {
    display: none;
}

@media only screen and (max-width:768px) {
    .countrynav-left .oceania .area-title, .countrynav-left .america .area-title {
        background-color: #b0894b;
        font-weight: bold;
    }
    .countrynav-left .america .area-title, .countrynav-left .europe .area-title {
        background-color: #b0894b;
        font-weight: bold;
    }
    .countrynav-left .homesite .area-title {
        background-color: #b0894b;
        font-weight: bold;
    }
    .countrynav-left .area-box:nth-child(2) {
        bottom: -1px;
    }
    .countrynav-left .area-box ul {
        display: inline-block;
        border: none;
        text-align: center;
        border-bottom: 1px solid #ca9b50;
    }
    .countrynav-left .area-box ul:nth-child(2) {
        width: 80%;
    }
    .countrynav-left .area-box ul li {
        float: left;
        text-align: center;
        /* width: 60px; */
    }
    .countrynav-left .area-box ul li a {
        color: #e7e7e7;
    }
    .countrynav-left {
        bottom: -400px;
        left: 0px;
        top: initial;
        margin-left: 0;
        z-index: 50;
        transition: 0.3s all ease-in-out;
    }
    .show-nav {
        bottom: 40px;
        transition: 0.3s all ease-in-out;
    }
    .countrynav-left .area-box {
        width: 100%;
        background-color: #b0894b;
    }
    .countrynav-left .area-box .area-title {
        height: 40px;
        line-height: 40px;
        font-size: 16px;
    }
    .countrynav-left .homesite .area-title {
        height: 62px;
        line-height: 32px;
        font-size: 16px;
    }
    .countrynav-left ul li {
        display: block;
        float: left;
        text-align: center;
        font-size: 14px;
        font-weight: normal;
        line-height: 1.8;
        letter-spacing: normal;
    }
    .nav-hidepc {
        display: none;
    }
    .nav-showpc {
        display: none;
    }
    .nav-showmobile {
        position: fixed;
        left: 0;
        bottom: 0;
        width: 60px;
        height: 60px;
        padding-top: 33px;
        background: url(/uploads/image/tgfloatnav/floatbot-1.png) no-repeat center 15px #c0a26f;
        background-size: 20px;
        text-align: center;
        color: #fff;
        font-size: 12px;
        display: block;
        z-index: 101;
        transition: 0.3s all ease-in-out;
    }
    .hidebtn {
        /* left: -28px; */
        transition: 0.3s all ease-in-out;
    }
    .displaynone {
        display: none;
    }
    .displayblock {
        display: block;
    }
    .nav-hidemobile {
        position: fixed;
        left: 0;
        bottom: 0;
        width: 60px;
        height: 60px;
        padding-top: 33px;
        background: url(/uploads/image/tgfloatnav/floatbot-1.png) no-repeat center 15px #c0a26f;
        background-size: 20px;
        text-align: center;
        color: #fff;
        font-size: 12px;
        display: block;
        z-index: 101;
        transition: 0.3s all ease-in-out;
    }
    /*floatcontent start*/
    .floatcontent {
        display: block;
        overflow: hidden;
        position: fixed;
        bottom: 0;
        z-index: 100;
        width: 100%;
        height: 60px;
        background-repeat: repeat-x;
        background: #c0a26f;
    }
    .partone {
        float: left;
        width: 37%;
        height: 44px;
        margin-left: 16.8%;
        margin-top: 8px;
        border-radius: 22px;
        background-color: #fff;
        text-align: center;
        line-height: 44px;
    }
    .partthree {
        float: left;
        width: 37%;
        height: 44px;
        margin-left: 4.8%;
        margin-top: 8px;
        border-radius: 22px;
        background-color: #be2827;
        text-align: center;
        line-height: 44px;
    }
    .floatcontent a {
        color: #fff;
        font-size: 15px;
        font-weight: bold;
    }
    .partone a {
        color: #aa8a54;
    }
    .floatcontent img {
        vertical-align: middle;
        width: 16px;
        height: 16px;
        margin-right: 9px;
    }
    .right-kf {
        width: 28px;
        height: 28px;
        position: fixed;
        top: 80%;
        left: 90%;
        z-index: 999;
    }
    .right-kf img {
        width: 100%;
    }
}

.izl-rmenu {}

.izl-rmenu .rightkf-large {
    position: fixed;
    right: 10%;
    top: 50%;
    margin-top: -115px;
    width: 140px;
    height: 230px;
    z-index: 999;
    transition: transform 5s;
}

.izl-rmenu .rightkf-large img {
    filter: drop-shadow(0 0 35px rgba(153, 153, 153, 0.35));
    -webkit-filter: drop-shadow(0 0 35px rgba(153, 153, 153, 0.35));
}

.izl-rmenu .rightkf-large .rightkf-x {
    position: absolute;
    top: -20px;
    right: 0;
    width: 12px;
    height: 12px;
    z-index: 999;
}

.izl-rmenu .rightkf-small {
    position: fixed;
    right: -75px;
    top: 50%;
    margin-top: -80px;
    width: 75px;
    height: 160px;
    z-index: 999;
}

.izl-rmenu .rightkf-small a {
    display: block;
    width: 75px;
    height: 75px;
    margin-bottom: 10px;
}

.izl-rmenu .rightkf-small-tel {
    position: relative;
}

.izl-rmenu .rightkf-small-tel img {
    position: relative;
    z-index: 1000;
}

.izl-rmenu .rightkf-small-tel span {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 75px;
    height: 75px;
    padding-left: 16px;
    border-radius: 38px;
    background-color: #b61b1b;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    line-height: 75px;
    overflow: hidden;
    z-index: 999;
    transition: width 0.4s;
}

.izl-rmenu .rightkf-small-tel:hover span {
    width: 271px;
}

.izl-rmenu .rightkf {
    width: 64px;
    height: 70px;
    margin-bottom: 1px;
    cursor: pointer;
    position: relative;
}

.izl-rmenu .rightkf-kf {
    background: url(/uploads/image/tgifloatnav/kf.png) center no-repeat;
    background-color: #ce2222;
    display: block;
    border-radius: 6px 6px 0px 0px;
    -webkit-animation: twinkling 10s infinite ease-in-out;
}

.izl-rmenu .rightkf-qq {
    background: url(/uploads/image/tgifloatnav/pg.png) 0px 0px no-repeat;
    background-color: #ce2222;
    display: block;
}

.izl-rmenu .rightkf-qq:hover {
    background-color: #ec2e2e;
}

.izl-rmenu .rightkf-wx {
    background: url(/uploads/image/tgifloatnav/wx.png) 0px 0px no-repeat;
    background-color: #ce2222;
}

.izl-rmenu .rightkf-wx:hover {
    background-color: #ec2e2e;
}

.izl-rmenu .rightkf-wx .pic {
    position: absolute;
    left: -150px;
    top: 0px;
    display: none;
    width: 140px;
    height: 140px;
    max-width: initial;
}

.izl-rmenu .rightkf-phone {
    background: url(/uploads/image/tgifloatnav/phone.png) 0px 0px no-repeat;
    background-color: #ce2222;
}

.izl-rmenu .rightkf-phone:hover {
    background-color: #ec2e2e;
}

.izl-rmenu .rightkf-phone .phone {
    padding: 0px 10px;
    background-color: #fff;
    box-shadow: 0px 2px 3px 2px rgb(73, 73, 73, 0.3);
    border-radius: 10px;
    position: absolute;
    height: 70px;
    left: -180px;
    top: 0px;
    color: #fff;
    text-align: center;
    display: none;
    font-family: "hiragino sans gb", "微软雅黑", helvetica;
}

.izl-rmenu .rightkf-phone .phone span {
    display: block;
    line-height: 28px;
    height: 28px;
    font-size: 16px;
    margin-top: 10px;
    display: block;
    color: #ec2e2e;
    font-weight: 700;
}

.izl-rmenu .rightkf-phone .phone .time {
    border-top: 1px solid #9b9b9b;
    height: 22px;
    font-size: 14px;
    margin-top: 0;
    padding-bottom: 9px;
    color: #858585;
}

.izl-rmenu .rightkf-top {
    position: fixed;
    bottom: 50px;
    right: 30px;
    width: 75px;
    height: 75px;
    background: url(/uploads/image/tgfloatnav/fixed-top.png) no-repeat;
    display: none;
}

@media (min-width: 1680px) {
    .izl-rmenu {
        /* margin-left: 640px; */
        left: 15%;
    }
}

@media (max-width: 1366px) {
    .izl-rmenu {
        /* margin-left: 640px; */
        left: 3.5%;
    }
}

@media (max-width: 768px) {
    .izl-rmenu {
        display: none;
    }
}

@media only screen and (device-width: 428px) and (device-height: 926px) and (-webkit-device-pixel-ratio: 3) {
    .floatcontent {
        height: 70px;
    }
    .nav-showmobile, .nav-hidemobile {
        bottom: 10px;
    }
}

@media only screen and (device-width: 390px) and (device-height: 844px) and (-webkit-device-pixel-ratio: 3) {
    .floatcontent {
        height: 70px;
    }
    .nav-showmobile, .nav-hidemobile {
        bottom: 10px;
    }
}

@media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) {
    .floatcontent {
        height: 70px;
    }
    .nav-showmobile, .nav-hidemobile {
        bottom: 10px;
    }
}

@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 3) {
    .floatcontent {
        height: 70px;
    }
    .nav-showmobile, .nav-hidemobile {
        bottom: 10px;
    }
}

@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 2) {
    .floatcontent {
        height: 70px;
    }
    .nav-showmobile, .nav-hidemobile {
        bottom: 10px;
    }
}