﻿html {
}

body {
    margin: 0px;
    padding: 0px;
    overflow-x:hidden;
}

* {
    font-family: "Microsoft YaHei", "微软雅黑", sans-serif, "宋体";
    margin: 0;
    padding: 0;
    font-size: 16px;
    line-height: 32px;
    color: #5c5c56;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

@media screen and (max-width:800px) {
    * {
        font-size: 16px;
        line-height: 30px;
    }
    html{
        height:100%;
    }
    body {
        height: 100%;
        width: 100%;
        display: flex;
        flex-direction: column;
    }
}

/*body::-webkit-scrollbar {
    width: 0;
}*/

a:link {
    text-decoration: none;
}

a:visited {
    color: #737373;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a:active {
    color: #737373;
    text-decoration: none;
}

img {
    object-fit: cover;
}

ul {
    list-style: none;
}

.banner {
    width: 100%;
    height: 350px;
}

    .banner img {
        height: 350px;
        width: 100%;
    }

@media screen and (max-width:800px) {
    .banner {
        height: 200px;
    }

        .banner img {
            height: 200px;
        }
}
