﻿html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0px;
    padding: 0px;
    border: 0px;
    outline: 0px;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after, q:before, q:after {
        content: '';
        content: none;
    }

:focus {
    outline: 0;
}

ins {
    text-decoration: none;
}

del {
    text-decoration: line-through;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a {
    text-decoration: none;
    color: #fff;
}

body {
    font-family: "Kreon";
    font-weight: 300;
    color: #333;
}

#switcher {
    height: 54px;
    background: url(bg2.png) repeat-x;
    z-index: 99999;
    position: fixed;
    width: 100%;
    top: 0;
    background: #000000;
}

.center {
    width: 100%;
    padding-top: 0px;
}

    .center ul li {
        display: inline;
        float: left;
        position: relative;
    }

.logoTop {
    margin-left: 20px;
    margin-top: 20px;
}

    .logoTop a:hover {
        text-decoration: underline;
    }

.center ul li ul {
    font-family: 'Droid Serif',serif;
    display: none;
    margin-left: 17px;
    position: absolute;
    width: 313px;
    background: #10100f;
    border: 1px solid #323024;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    padding-bottom: 3px;
}

    .center ul li ul li {
        margin: 0 0 1px 4px;
        padding: 5px;
        width: 271px;
    }

        .center ul li ul li a {
            display: block;
            width: 210px;
            font-size: 13px;
            color: #c4beab;
            float: left;
            line-height: 22px;
            white-space: nowrap;
            overflow: hidden;
        }

        .center ul li ul li .tag {
            display: block;
            width: 50px;
            height: 22px;
            font-size: 10px;
            color: #c4beab;
            margin: 0 8px 0 0;
            line-height: 22px;
            white-space: nowrap;
            background: url(sel-sp-act.png) no-repeat;
            text-align: center;
            float: left;
        }

        .center ul li ul li a span.link {
            display: block;
            width: 209px;
            height: 22px;
            overflow: hidden;
            float: left;
        }

        .center ul li ul li:hover {
            background: url(sel-act.png) no-repeat;
        }

            .center ul li ul li:hover a {
                color: #f8bc06;
            }

            .center ul li ul li:hover .tag {
                color: #f8bc06;
            }

        .center ul li ul li:first-child {
            margin-top: 3px;
        }

li.device-resolution {
    text-transform: uppercase;
    font-size: 12px;
    color: #ada58b;
    font-family: 'Cambria';
    line-height: 54px;
}

li.purchase {
    float: right !important;
    margin-top: 11px;
}

    li.purchase a {
        padding: 0;
        background: url(trolley2.png) no-repeat 0 0;
        width: 133px;
        height: 36px;
        display: block;
        transition: all 0.3s ease-out 0s;
    }

        li.purchase a:hover {
            background-position: 0 -36px;
        }

li.remove_frame {
    margin-left: 17px;
    float: right !important;
    margin-right: 30px;
}

    li.remove_frame a {
        background: url(cross2.png) no-repeat 0px 0px;
        width: 20px;
        height: 21px;
        display: block;
        margin-top: 18px;
        transition: all 0.3s ease-out 0s;
    }

        li.remove_frame a:hover {
            background-position: 0px -21px;
        }

#iframe {
    margin-top: 0px;
}

.icon-monitor, .icon-tablet, .icon-mobile-1, .icon-mobile-2, .icon-mobile-3 {
    margin-right: 7px;
    margin-top: 20px;
    width: 17px;
    height: 16px;
}

.icon-monitor {
    background: url(mon-spr.png) no-repeat 0 0;
    margin-left: 10px;
}

.icon-tablet {
    background: url(mon-spr.png) no-repeat -24px 0;
}

.icon-mobile-1 {
    background: url(mon-spr.png) no-repeat -49px 0;
}

.icon-monitor:hover, .icon-monitor.active {
    background-position: 0 -16px;
}

.icon-tablet:hover, .icon-tablet.active {
    background-position: -24px -16px;
}

.icon-mobile-1:hover, .icon-mobile-1.active {
    background-position: -49px -16px;
}

.icon-mobile-2 {
    background: url(mon-spr.png) no-repeat -71px 0;
}

.icon-mobile-3 {
    background: url(mon-spr.png) no-repeat -94px 0;
}

.icon-mobile-2:hover, .icon-mobile-2.active {
    background-position: -71px -16px;
}

.icon-mobile-3:hover, .icon-mobile-3.active {
    background-position: -94px -16px;
}

#iframe-wrap {
    height: 100%;
    overflow: visible;
    position: relative;
    top: 54px;
    z-index: 50;
}

.tablet-width {
    height: 960px !important;
    margin: 0 auto;
    padding: 175px 100px 115px 100px;
    width: 785px;
    margin-top: 40px;
    background: url(bg-mob.png) no-repeat 0 0;
}

    .tablet-width iframe {
        height: 960px !important;
    }

.mobile-width {
    height: 703px !important;
    margin: 0 auto;
    padding: 165px 115px 100px 100px;
    width: 1041px;
    margin-top: 40px;
    background: url(bg-mob.png) no-repeat 0 -1249px;
}

    .mobile-width iframe {
        height: 704px !important;
    }

.mobile-width-2 {
    height: 417px !important;
    margin: 0 auto;
    padding: 125px 25px 159px 25px;
    width: 337px;
    margin-top: 40px;
    background: url(bg-mob.png) no-repeat 0 -2217px;
}

    .mobile-width-2 iframe {
        height: 416px !important;
    }

.mobile-width-3 {
    height: 256px !important;
    margin: 0 auto;
    padding: 45px 115px 69px 105px;
    width: 497px;
    margin-top: 40px;
    background: url(bg-mob.png) no-repeat -387px -2217px;
}

    .mobile-width-3 iframe {
        height: 256px !important;
    }

.logoTop {
    border-left: 1px solid #333;
    padding-left: 20px;
    border-right: 1px solid #333;
    padding-right: 20px;
}

.share {
    margin-top: 15px;
    margin-left: 20px;
}
#ad-switcher {
        opacity: .7;
    background-color: #fff;
    width: 200px;
    position: fixed;
    top: 140px;
    z-index: 999;
    border-radius: 0 0 3px;
    right: 0;
    border: 1px solid #e4e4e4;
    border-left: 0;
    border-top: 0;
    box-shadow: 0 0 3px 0 rgba(0,0,0,.08);
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}
#ad-switcher h2 {
    font-family:微软雅黑;
    background-color: #666;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    padding: 0 0 0 20px;
    margin: 0;
    line-height: 35px;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}
#ad-switcher h2 span {
    background-color: #666;
    display: block;
    height: 30px;
    position: absolute;
    right: 0;
    font-size: 18px;
    text-align: center;
    color: #fff;
    top: 0;
    width: 35px;
    text-decoration: none;
    border-radius: 0 3px 3px 0;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    cursor:pointer;
}
 