html{min-height: 100%; padding: 0; margin: 0;}
body{
    height: 100vh;
    padding: 0;
    margin: 0;
    background-image: url('../images/bg.jpg');
    background-size: 100% 100%;
    font-size: 16px;
}
.banner{margin-top: 10px;}
.tabs{margin-top: 10px;}
.tabs .tab{text-align: center; height: 40px; line-height: 40px; font-weight: bold; color: #707070;}
.tabs .tabActive{color: #D82E28;}
.tabs .tab .line{width: 60px; height: 3px; margin-left: auto; margin-right: auto; background-color: transparent; }
.tabs .tab .lineActive{background-color: #D82E28 !important;}
.tabcon .items{padding-top: 10px;}
.tabcon .items .item{width: 30%; text-align: center;}
.tabcon .items .item h3{font-size: 16px; font-weight: normal;}
.tabcon .items .item h3 a{color: #333333;}
#mzdp{display: none;}
