/* prefixed by https://autoprefixer.github.io (PostCSS: v7.0.26, autoprefixer: v9.7.3) */

* {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: .14rem;
    text-decoration: none;
    list-style: none;
    font-family: "微软雅黑";
}

html {
    /* font-size: 100px!important; */
}

.w {
    width: 12rem;
    margin: 0 auto;
}
a:hover {
    text-decoration: none
}

body {
    height: 100%;
}

p {
    text-align: justify;
}

input::-ms-clear, input::-ms-reveal {
    display: none;
}

input, select {
    outline: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: fixed;
}

.clear::before, .clear::after {
    content: "";
    font-size: 0;
    line-height: 0;
    height: 0;
    display: block;
    clear: both;
}

.hide {
    display: none !important;
}

.overflow-dot {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.overflow-dot2 {
    -o-text-overflow: -o-ellipsis-lastline;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.must {
    position: relative;
}

.must:after {
    content: '*';
    color: #f00;
    position: absolute;
    right: 0;
    font-size: .16rem;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.Imgcenter {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: #3370FF;
    /* border-radius: 0.28rem; */
    padding: .04rem .2rem;
    box-sizing: border-box;
}


@media screen and (min-width: 1201px) {
    .container{
        width: 12rem!important;
        margin: 0 auto;
    }
}