* {
    padding: 0;
    margin: 0;
    font-family: "Arial","Microsoft YaHei","ºÚÌå","ËÎÌå",sans-serif;

}

img {
    margin: 0;
}

a {
    margin: 0;
}

a, a:link, a:visited, a:hover, a:active {
    text-decoration: none;
    /* color: #000; */
}

::-webkit-scrollbar {
    display: none;
}

.fix:after {
    content: "";
    display: table;
    clear: both;
}

.fix {
    *zoom: 1;
}

body {
    font-size: 14px;
    background: #ffffff;
}

/*-------------------------------------
  fixed configuaration
---------------------------------------*/
.ht_5 {
    width: 100%;
    height: 5%;
}

.ht_10 {
    width: 100%;
    height: 10%;
}

.ht_15 {
    width: 100%;
    height: 15%;
}

.ht_11 {
    width: 100%;
    height: 11%;
}

.ht_12 {
    width: 100%;
    height: 12%;
}

.ht_20 {
    width: 100%;
    height: 20%;
}

.ht_25 {
    width: 100%;
    height: 25%;
}

.ht_30 {
    width: 100%;
    height: 30%;
}

.ht_40 {
    width: 100%;
    height: 40%;
}

.ht_50 {
    width: 100%;
    height: 50%;
}

.wd_5 {
    width: 5%;
    height: 100%;
}

.wd_10 {
    width: 10%;
    height: 100%;
}

.wd_20 {
    width: 20%;
    height: 100%;
}

.wd_25 {
    width: 25%;
    height: 100%;
}

.wd_40 {
    width: 40%;
    height: 100%;
}

.wd_50 {
    width: 50%;
    height: 100%;
}

.hr_1 {
    border-bottom: 1px solid #ccc;
}

.hr_2 {
    border-bottom: 2px solid #ccc;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

/*-------------------------------------
  text
---------------------------------------*/
.txt_center {
    text-align: center;
}

/*-------------------------------------
  whole screen
---------------------------------------*/
.main {
    width: 100%;
    min-width: 320px;
    height: 100%;
}

.oritation_mask {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #ccc;
    z-index: 1000;
    text-align: center;
    display: none;
}

/*-------------------------------------
  scroll
---------------------------------------*/
.scroll_content {
    height: 88.5%;
    overflow-y: scroll;
    background: #F6F7F6;
    position: relative;
}

/* logo */
.logo {
    width: 100%;
    height: 60px;
    background: #FD1F1F;
    text-align: center;
}

.logo img {
    margin-top: 15px;
    width: 250px;
    height: 35px;
}

/*-------------------------------------
  menu
---------------------------------------*/
.menu {
    width: 100%;
    min-width: 320px;
    height: 62px;
    position: fixed;
    bottom: 0;
    font-size: .8em;
    overflow: hidden;
    background: #000;
}

.menu_wrapper {
    width: 25%;
    height: 100%;
    overflow: hidden;
    text-align: center;
}

.menu_cnt {
    width: 80px;
    height: 40px;
    display: inline-block;
    text-align: center;
}

.menu_img {
    display: inline-block;
    width: 38%;
    height: 70%;
    overflow: hidden;
}

.menu_img img {
    width: 100%;
    height: 100%;
}

.menu_title {
    color: #fff;
    width: 100%;
    height: 30%;
}

.menu_selected {
    color: #FD1F1F;
}

.clear {
    clear: both;
}

