@keyframes scaleDraw {

    /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
    0% {
        transform: scale(1);
        /*开始为原始大小*/
    }

    10% {
        transform: scale(1.1);
        /*放大1.1倍*/
    }

    20% {
        transform: scale(1);
    }

    30% {
        transform: scale(1.1);
    }
    40% {
        transform: scale(1);
        /*开始为原始大小*/
    }

    50% {
        transform: scale(1.1);
        /*放大1.1倍*/
    }

    70% {
        transform: scale(1);
    }

    80% {
        transform: scale(1.1);
    }
}

@-webkit-keyframes fadenum {

    /*设置内容由显示变为隐藏*/
    0% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@-moz-keyframes fadenum {

    /*设置内容由显示变为隐藏*/
    0% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@-o-keyframes fadenum {

    /*设置内容由显示变为隐藏*/
    0% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fadenum {

    /*设置内容由显示变为隐藏*/
    0% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.scrollup {
    display: none;
    /* position: fixed;
    top: 540px;
    right: 10px;
    width: 70px;
    height: 70px;
    margin-left:auto;
    margin-right:auto;
    padding: 0px;
    color: white;
    font-size: 12px;
    box-sizing: content-box;
    font-family: "Microsoft Yahei";  
    z-index: 99999;
    opacity: 0;
    background: url(/special/btob/img/newbacktotop.png) no-repeat;
    background-position: center;
    background-size: 80px 80px;
    -webkit-animation: fadenum 2s ease;
    -webkit-animation-delay:2s;
    animation-fill-mode:forwards;
    -moz-animation: fadenum 2s ease;
    -moz-animation-delay:2s;
    animation-fill-mode:forwards;
    animation:fadenum 2s ease;
    animation-delay:2s; 
    animation-fill-mode:forwards; */
}

.scrollup>img {
    width: 70px;
    height: 70px;
}

.scrollup2 {
    position: fixed;
    top: 300px;
    right: 10px;
    width: 70px;
    height: 180px;
    margin-left: auto;
    margin-right: auto;
    /* border-radius: 5px; */
    padding: 0px;
    /* box-shadow: rgba(0,0,0,0.3) 0 0 5px; */
    color: white;
    font-size: 12px;
    box-sizing: content-box;
    font-family: "Microsoft Yahei";
    z-index: 99999;
    /* display: none; */
    /* opacity: 0; */
}

.scrollup {
    bottom: 100px;
}


.toptxt {
    background-color: rgba(0, 0, 0, 0.7);
    /* border: 2px solid black; */
    /* border-radius: 5px; */
    margin: 0 auto;
    text-align: center;
    height: 70px;
    width: 70px;
    line-height: 30px;

}

.toptxt>img {
    width: 30px;
    margin-top: 5px;
}

.helpwindow:hover .toptxt:first-child {
    background-color: red;
}

.toptxt:hover {
    background-color: rgba(255, 0, 0, 0.9);
}

.toptxt a {
    position: fixed;
    right: 10px;
    width: 70px;
    height: 70px;
    font-size: 12px;
    color: #fff;
    text-decoration: none;
    line-height: 90px;
    font-weight: 500;
}

.toptxt>p {
    position: fixed;
    font-size: 12px;
    right: 10px;
    color: #fff;
    line-height: 90px;
    font-weight: 500;
    margin: 0;
    width: 70px;
    height: 70px;
    padding: 0;
}

.helpwindow>a>img {
    position: initial;
    width: 15px;
    top: 305px;
    right: 85px;
}

.helpwindow {
    position: fixed;
    right: 80px;
    margin-left: auto;
    margin-right: auto;
    padding: 0px;
    color: white;
    font-size: 16px;
    box-sizing: content-box;
    font-family: "Microsoft Yahei";
    background-color: rgb(255, 0, 0);

    margin: 0 auto;
    text-align: center;
    width: 250px;
    height: 80px;
    line-height: 80px;
    top: 300px;
    /* opacity: 0; */
}

.helpwindowshow {
    -webkit-animation: fadenum 2s ease;
    -webkit-animation-delay: 2s;
    animation-fill-mode: forwards;
    -moz-animation: fadenum 2s ease;
    -moz-animation-delay: 2s;
    animation-fill-mode: forwards;
    animation: fadenum 2s ease;
    animation-delay: 2s;
    animation-fill-mode: forwards;
    animation: scaleDraw 5s ease-in-out infinite;
    -webkit-animation: scaleDraw 5s ease-in-out;
    /* animation: fadenum  5s infinite; */
}

.helpwindowshow>a {
    position: initial;
    right: 80px;
    padding: 0px;
    color: white;
    font-size: 16px;
    box-sizing: content-box;
    font-family: "Microsoft Yahei";
    margin: 0 auto;
    text-align: center;
    width: 250px;
    height: 80px;
    line-height: 80px;
    top: 300px;
}


.helpwindowClose {
    display: none;
}

/* .txtshowmain1 .txtshow1{
    position: fixed;
    top:0;
    right: 40px;
    width: 250px;
    margin-left:auto;
    margin-right:auto;
    padding: 0px;
    color: white;
    font-size: 14px;
    box-sizing: content-box;
    font-family: "Microsoft Yahei";  
    background-color:rgb(153, 153, 153);
    border-radius: 5px;
    margin: 0 auto;
    text-align: center;
    height: 70px;
    line-height: 70px;
    display: none;
} */
/* .txtshowmain1:hover .txtshow1{
    display: block;
} */

.txtshowmain2 .txtshow2 {
    position: fixed;
    top: 415px;
    right: 80px;
    width: 250px;
    margin-left: auto;
    margin-right: auto;
    padding: 0px;
    color: white;
    font-size: 14px;
    box-sizing: content-box;
    font-family: "Microsoft Yahei";
    background-color: rgb(153, 153, 153);
    margin: 0 auto;
    text-align: center;
    height: 70px;
    line-height: 70px;
    display: none;
}

.txtshowmain2:hover .txtshow2 {
    display: block;
}

.txtshowmain3 .txtshow3 {
    position: fixed;
    top: 295px;
    right: 80px;
    width: 250px;
    margin-left: auto;
    margin-right: auto;
    padding: 0px;
    color: black;
    font-size: 14px;
    box-sizing: content-box;
    font-family: "Microsoft Yahei";
    background-color: white;
    margin: 0 auto;
    text-align: center;
    height: 70px;
    line-height: 30px;
    display: none;
}

/* .txtshowmain3 .txtshow3>img{
    border-top: 1px solid rgba(171,171,171,0.7);
} */

.txtshowmain3:hover .txtshow3 {
    display: block;
}

.txtshowmain4 {
    margin-top: 10px;
}

.txtshowmain4>img {
    width: 100%;
    height: 100%;
    margin: 0;
}


.Global_CookiePop .CookiePop2 {
    position: fixed;
    left: 0px;
    right: 0px;
    width: 80%;
    height: 100px;
    margin-left: auto;
    margin-right: auto;
    z-index: 900;
    padding: 0px;
    color: #000;
    font-size: 15px;
    line-height: 1.5;
    bottom: 0;
    box-sizing: content-box;
}

.Global_CookiePop .CookiePop {
    position: fixed;
    left: 0px;
    right: 0px;
    width: 100%;
    height: 110px;
    margin-left: auto;
    margin-right: auto;
    z-index: 900;
    /* border-radius: 5px; */
    padding: 0px;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.3) 0 0 5px;
    color: #000;
    font-size: 16px;
    line-height: 1.5;
    bottom: 0;
    box-sizing: content-box;
    font-family: "Microsoft Yahei";
    line-height: 40px;
}

.Global_CookiePop .CookiePop p {
    color: #000;
    background: none;
    margin: 0;
    padding: 0;
    font-size: 18px;
    margin-bottom: 1%;
    font-weight: bold;
}

.Global_CookiePop .CookiePop a {
    text-decoration: underline;
    color: #000;
    background: none;
    margin: 0;
    padding: 0;
}

.Global_CookiePop .CookiePop .CookiePopBtn {
    margin-top: 1%;
    display: block;
    width: 200px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #fff;
    background-color: gray;
    font-size: 18px;
    vertical-align: middle;
    /* border-radius: 3px; */
    text-decoration: none;
}

.Global_CookiePop .CookiePop .CookiePopBtn:hover {
    background-color: #4d4d4d;
}

/* @media screen and ( max-width: 1100px) {
    .Global_CookiePop .CookiePop{
        box-sizing: border-box;
        height: 30px;
        line-height: 30px;
        margin: auto;
    }
    .Global_CookiePop .CookiePop .CookiePopBtn{
        width: 70px;
        font-size: 12px;
        border-radius: 2px;
    }
} */


@media screen and (max-width: 768px) {
    .Global_CookiePop .CookiePop2 {
        height: 135px;
        font-size: 14.5px;
    }

    .Global_CookiePop .CookiePop {
        line-height: 70px;
        height: 140px;
    }

    .Global_CookiePop .CookiePop .CookiePopBtn {
        height: 30px;
        width: 175px;
        line-height: 30px;
        font-size: 15px;
    }

    .scrollup2 {
        width: 15px;
        height: 15px;
    }

    .toptxt {
        height: 45px;
        width: 45px;
        line-height: 20px;
    }

    .helpwindow {
        display: none;
    }

    .txtshowmain2:hover .txtshow2 {
        display: none;
    }

    .txtshowmain3:hover .txtshow3 {
        top: 165px
    }

    .txtshowmain3:hover body {
        background-color: rgba(171, 171, 171, 0.7);
    }

    .scrollup {
        top: 450px;
        width: 55px;
        height: 55px;
        right: 0px;
    }

    .scrollup2 {
        top: 280px;
        width: 55px;
        height: 55px;
        right: 0px;
    }

    .toptxt {
        width: 55px;
        height: 55px;
    }

    .toptxt a {
        right: 0px;
        width: 55px;
        height: 55px;
        line-height: 75px;
        font-size: 10px;
    }

    .toptxt>p {
        top: 395px;
        right: 0px;
        line-height: 75px;
        font-size: 10px;
        width: 55px;
        height: 55px;
    }

    .toptxt>img {
        width: 22px;
        margin-bottom: 3px;
    }

    .txtshowmain4>img {
        width: 100%;
        height: 100%;
        margin: 0;
    }




}

/* @media screen and (min-width:768px) and (max-width:768px) {
    .Global_CookiePop .CookiePop{
        line-height: 70px;
        height: 140px;
    }
    .Global_CookiePop .CookiePop2{
        height: 135px;
        font-size: 14.5px;
    }
} */

@media screen and (max-width:610px) {
    .Global_CookiePop .CookiePop2 {
        font-size: 13.5px;
    }
}

@media screen and (max-width:340px) {
    .Global_CookiePop .CookiePop2 {
        font-size: 12.5px;
    }
}

/* @media screen and ( max-width: 373px) {
    .Global_CookiePop .CookiePop{
        height: 80px;
        line-height: 25px;
    }
} */