/*基础类*/
html, body {
    overflow: visible;
    font-family: "Hiragino Sans GB","Microsoft YaHei";
    line-height: 150%;

}
div{
    box-sizing: border-box;
}

a {
    text-decoration: none;
    border: 0;
    display: inline-block;
}

a:hover, a:focus {
    text-decoration: none;
    border: 0;
    outline: none
}

a:active {
    outline: none
}

img {
    border: 0;
}

ul, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, input[type="text"], p {
    margin: 0;
    padding: 0;
    list-style: none;
    background: transparent;
}

input:focus {
    border-color: transparent;
    outline: none
}

/*表格相关*/
table {
    border: 0;
    border-collapse: collapse;
    border-spacing: 0;
    padding: 0;
    margin: 0
}

@media screen and (min-width: 981px) and (max-width: 1369px) {
    .t-w0 {
        width: auto;
    }

    .t-w32 {
        width: 32px;
    }

    .t-w50 {
        width: 50px;
    }

    .t-w60 {
        width: 60px;
    }

    .t-w80 {
        width: 80px;
    }

    .t-w100 {
        width: 100px;
    }

    .t-w120 {
        width: 120px
    }

    .t-w140 {
        width: 140px
    }

    .t-w160 {
        width: 160px;
    }

    .t-w180 {
        width: 180px;
    }

    .t-w200 {
        width: 200px;
    }
}

@media screen and (min-width: 1370px) {
    .t-w0 {
        width: auto;
    }

    .t-w32 {
        width: -moz-calc(32px * 1.3);
        width: -webkit-calc(32px * 1.3);
        width: calc(32px * 1.3);
    }

    .t-w50 {
        width: -moz-calc(50px * 1.3);
        width: -webkit-calc(50px * 1.3);
        width: calc(50px * 1.3);
    }

    .t-w60 {
        width: -moz-calc(60px * 1.3);
        width: -webkit-calc(60px * 1.3);
        width: calc(60px * 1.3);
    }

    .t-w80 {
        width: -moz-calc(80px * 1.3);
        width: -webkit-calc(80px * 1.3);
        width: calc(80px * 1.3);
    }

    .t-w100 {
        width: -moz-calc(100px * 1.3);
        width: -webkit-calc(100px * 1.3);
        width: calc(100px * 1.3);
    }

    .t-w120 {
        width: -moz-calc(120px * 1.3);
        width: -webkit-calc(120px * 1.3);
        width: calc(120px * 1.3);
    }

    .t-w140 {
        width: -moz-calc(140px * 1.3);
        width: -webkit-calc(140px * 1.3);
        width: calc(140px * 1.3);
    }

    .t-w160 {
        width: -moz-calc(160px * 1.3);
        width: -webkit-calc(160px * 1.3);
        width: calc(160px * 1.3);
    }

    .t-w180 {
        width: -moz-calc(180px * 1.3);
        width: -webkit-calc(180px * 1.3);
        width: calc(180px * 1.3);
    }

    .t-w200 {
        width: -moz-calc(200px * 1.3);
        width: -webkit-calc(200px * 1.3);
        width: calc(200px * 1.3);
    }
}
