body {
     padding-bottom: 00px !important;
}
body{padding-top: 0px!important;}

.xtLogoImg{
    width: 30%;

}

.xtLogoImg>img{
    width: 100%;
    max-width: 223px;
}
@media screen and (max-width: 1440px) {

}

@media screen and (max-width: 1366px){

}

@media screen and (max-width: 1280px){
    /*.page-wrap-left{width: 250px;}*/
    .xtLogoImg>img{width: 75%;}
    .xtLogo{top: 2%!important;left: 3%}
}

@media screen and (max-width: 1024px){
    /*.page-wrap-left{width: 100%;}*/
    .xtLogo{top: 4%!important;left: 2%}

    .xtSearch{display: none;}

    .xtYuan{
        margin-top: 1%;
    }

    .xtPhone{display: none;}

    .xtLogoImg>img{width: 75%;}
}

@media screen and (max-width: 750px){
    .xtLogo{top: 2%!important;left: 2%}

    .xtSearch{display: none;}

    .xtYuan{
        margin-top: 1%;
    }

    .xtPhone{display: none;}

    .xtLogoImg>img{width: 75%;}

    .xtYuan {
        max-width: 30px;
        max-height: 30px;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        border-radius: 50%;
        border: 2px solid #ffffff;
        width: 5vw;
        height: 5vw;
    }

    .ccscn, .ccsen {
        width: 30vw !important;
    }

    .page-mob-tool{
        z-index: 9 !important;
    }
}

table{
    width: 100% !important;
}

table tr{
    width: 100% !important;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

table td{
    width: 50% !important;
}

table td>img{
    width: 98% !important;
    max-width: 550px;
}