@charset "UTF-8";

/**
 * style.css
 * @authors leiting (leiting@ylwl.cn)
 * @Last Modified time: 2017-04-07 14:29:25
 * @version 0.0.1
 * @desc    游龙网络前端开发
 * @update-log:
 *
 */


/* --------------------------------------------------------------------------
    CSS RESET
    -------------------------------------------------------------------------- */

* {
    margin: 0;
    padding: 0;
    outline: none;
}

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

img {
    border: 0
}


/* --------------------------------------------------------------------------
   自定义公用模块
   -------------------------------------------------------------------------- */

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    -webkit-tap-highlight-color: transparent;
    overflow-x: hidden;
    height: 100%;
    min-width: 6.4rem;
    font-size: 312.5%;
}

body {
    position: relative;
    color: #fff;
    font-size: .24rem;
    line-height: 1.5;
    font-family: arial, "微软雅黑";
    min-height: 100%;
    background: #012941;
    -webkit-font-smoothing: antialiased;
    margin: 0 auto;
}

.act-shade {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 998;
    background-color: rgba(0, 0, 0, .5);
}

.act-shade img {
    float: right;
    margin: .5rem 1rem 0 0;
}
