﻿@charset "utf-8";
@import "globe.css";

/******************/


/** 2013,12,30开始做的新的模板公用样式 */

html {
    overflow-y: scroll;
    overflow-x: hidden;
}

body {
    background: #FFF;
    min-width: 320px;
    max-width: 1242px;
    margin: 0 auto;
    position: relative;
}


/** 字体图标的引用 */

@font-face {
    font-family: 'icomoon';
    src: url('../font/icomoon.woff') format('woff'), url('../font/icomoon.ttf') format('truetype'), url('../font/icomoon.svg#svgFontName') format('svg');
}


/** 公用底部 */

.wsd-footer {
    opacity: 0;
    position: relative;
    /*position:absolute;bottom:0;*/
    font-size: 0.85rem;
    background-color: rgb(189 189 189 / 20%);
}

.wsd-footer .ui-support {
    display: block;
    padding: 0 10px;
    /* color: #FFF; */
    color: rgb(74 74 74 / 70%);
    /* background: #222; */
    /* height: 30px;
    line-height: 30px; */
    height: 1.2rem;
    line-height: 1.2rem;
    /* padding-bottom: 10px; */
    overflow: hidden;
}


/** 快捷菜单 */

.weishidai-list-item {
    position: relative;
    display: block;
    height: 68px;
    width: 100%;
    background-image: -webkit-gradient(linear, left top, left bottom, from( #fff), to( #f1f1f1));
    background-image: -webkit-linear-gradient( #fff, #f1f1f1);
    background-image: -moz-linear-gradient( #fff, #f1f1f1);
    background-image: -ms-linear-gradient( #fff, #f1f1f1);
    background-image: -o-linear-gradient( #fff, #f1f1f1);
    background-image: linear-gradient( #fff, #f1f1f1);
    overflow: hidden;
    border-bottom: 1px solid #ccc
}

.weishidai-list-item-title {
    color: #000000;
    font-size: 16px;
    white-space: nowrap;
    zoom: 1
}

.weishidai-list-item-line {
    display: table-cell;
    height: inherit;
    background-position: center;
    background-repeat: no-repeat;
    padding-left: 60px;
    vertical-align: middle;
    padding-right: 32px
}

.weishidai-quickpanel {
    width: 17em;
    min-height: 320px;
    display: none
}

.weishidai-quickpanel-box {
    position: absolute;
    display: none;
    z-index: 999;
    top: 0;
    min-height: 100%;
    background: #000000;
    border: 1px solid #444;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#444), to(#222));
    background-image: -webkit-linear-gradient( #444, #222);
    background-image: -moz-linear-gradient( #444, #222);
    background-image: -ms-linear-gradient( #444, #222);
    background-image: -o-linear-gradient( #444, #222);
    background-image: linear-gradient( #444, #222)
}

.weishidai-quickpanel-toolbar {
    position: relative;
    height: 42px;
    background: #444;
    line-height: 42px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#444), to(#333));
    background-image: -webkit-linear-gradient( #444, #333);
    background-image: -moz-linear-gradient( #444, #333);
    background-image: -ms-linear-gradient( #444, #333);
    background-image: -o-linear-gradient( #444, #333);
    background-image: linear-gradient( #444, #333)
}

.weishidai-quickpanel-toolbar-title {
    position: relative;
    margin-right: 10px;
    height: inherit;
    line-height: inherit;
    color: #ffffff;
    text-align: right
}

.weishidai-quickpanel-toolbar-close {
    position: absolute;
    top: 50%;
    margin-top: -9px;
    left: 3px;
    z-index: 999;
    width: 18px;
    height: 18px;
    background-color: #666;
    opacity: 0.6;
    background-color: rgba(0, 0, 0, .4);
    background-image: url('../../css/images/icons-18-white.png');
    background-repeat: no-repeat;
    border-radius: 9px;
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px
}

.weishidai-quickpanel-animate-push {
    -webkit-transform: translate3d(-17em, 0, 0);
    -moz-transform: translate3d(-17em, 0, 0);
    transform: translate3d(-17em, 0, 0)
}

.weishidai-quickpanel-animate {
    -webkit-transition: -webkit-transform 350ms ease;
    -moz-transition: -moz-transform 350ms ease;
    transition: transform 350ms ease
}

.weishidai-quickpanel .weishidai-list .weishidai-list-item {
    height: 42px;
    background: #333;
    background-image: -webkit-gradient(linear, left top, left bottom, from( #444), to( #2d2d2d));
    background-image: -webkit-linear-gradient( #444, #2d2d2d);
    background-image: -moz-linear-gradient( #444, #2d2d2d);
    background-image: -ms-linear-gradient( #444, #2d2d2d);
    background-image: -o-linear-gradient( #444, #2d2d2d);
    background-image: linear-gradient( #444, #2d2d2d);
    border-bottom: none
}

.weishidai-quickpanel .weishidai-list .weishidai-list-item .weishidai-list-item-title {
    color: #fff
}

.weishidai-quickpanel .weishidai-list .weishidai-list-item .weishidai-list-item-line {
    padding-left: 10px
}


/** 字体模块公共样式 */

.gl-icomoon {
    display: inline-block;
    font-family: 'icomoon';
    overflow: hidden;
    vertical-align: top;
    text-align: center;
    color: #FFF;
}


/** 背景大图 */

.wsd-body-bg {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-repeat: 0 0;
    background-position: 50% 0;
}


/** wsdBodyer */

#wsdBodyer {
    opacity: 0;
}