/* css reset */
@charset "utf-8";


h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    line-height: normal;
}

h2 {
    font-size: 18px;
}

h3 {
    font-size: 16px;
}

strong {
    color: #000;
}

ol,
ul,
li {
    list-style: none;
}

pre {
    padding: 10px;
    margin: 10px 0;
    word-break: break-all;
    word-wrap: break-word;
    white-space: pre-wrap;
    background: #f9f9f9;
    border: 1px solid #f0f0f0;
    color: #aaa;
}

hr {
    margin: 10px 0 0 0;
    height: 1px;
    border: none;
    background: #ddd;
}

input,
select,
textarea {
    border: 1px solid #bbb;
    background: #fff;
    outline: none;
    width: 100%;
    color: #464646;
    padding: 8px;
    -webkit-appearance: none;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
}

select {
    -webkit-appearance: menulist;
}

textarea {
    resize: none;
    overflow-y: hidden;
    display: block;
    -webkit-appearance: none;
}

input[type="radio"] {
    width: auto;
    height: auto;
    -webkit-appearance: radio;
}

input[type="checkbox"] {
    width: auto !important;
    height: auto !important;
    -webkit-appearance: checkbox;
}

.clear:after,
.clear:before {
    content: ".";
    display: block;
    visibility: hidden;
    height: 0;
    clear: both;
}

/* .fl {
    float: left;
    position: relative;
} */

.fr {
    float: right;
    position: relative;
}


.hidden {
    display: none;
}

.nowrap {
    white-space: nowrap;
}

.am {
    transition: all 0.3s linear 0s;
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s ease-in-out;
}

.capital {
    text-transform: uppercase;
}

.public {
    
    position: relative;
    transition: width 0.2s linear 0s;
    -webkit-transition: width 0.2s linear 0s;
    -moz-transition: width 0.2s linear 0s;
}

.textcenter {
    text-align: center;
}

.wei {
    width: 100%;
    background-color: #333333;
    text-align: center;
    padding-top: 50px;
    height: 650px;
    
}
