body
{
    font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif;
    background-color: #d6dcd2;
}

.x_navbar{ background-color:#333;}
.x_navbar .logo{
    position: relative;
    height: 80px;}
.x_header{ background: #333; height: 80px;}
.x_navbar .logo img{ width: auto; height:50px; }


.x_navbar .x-navbar-collapse{
    /*height: 80px;*/}
.x_navbar .nav>li>a{
    padding-top: 10px;
    padding-bottom: 10px;
    height: 80px;line-height: 60px;
    padding-left: 20px; padding-right: 20px; color: #fff;
    -webkit-transition: background-color .3s;
}
.x_navbar .nav li a:hover{ background-color:#fff; color: #333; }
.container{ }


.x_navbar .navbar-toggle {
    border: solid 1px #efefef;
    outline: none;
    margin-top: 22px;
    position: absolute;
    right: 10px;
    transition: .3s;
    -webkit-transition: .3s;
    border-radius: 4px;
}

.x_navbar .navbar-toggle .icon-bar {
    background: #efefef;
}
.x_navbar .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px;
}
.x_navbar .navbar-toggle:hover {
    background:#fff;
    border-color: #666;
}
.x_navbar .navbar-toggle .icon-bar {
    /*background: #999;*/
}
.x_navbar .navbar-toggle:hover .icon-bar {
    background: #333;
}
.x-footer li a{ color: #eee;}


.center {
    width: auto;
    display: table;
    margin-left: auto;
    margin-right: auto;
}
.text-center {
    text-align: center;
}

.sub_title{
    padding: 0;
    font-size: 24px;
    position: absolute;
    width:200px;
    left: 50%;
    margin-left: -100px;
    color: #fff;
    height: 80px;
    text-align: center;
    line-height: 80px;
}
.ie{
    display: block;
    background-color: rgb(214,65,44);
    font-weight: bold;
    padding: 50px;
    height: 400px;
    line-height: 100px;
    color: #eee;
    text-align: center;
    width: 100%;
    font-size: 24px;
}
.ie a{ color: #fff; font-size: 30px;}


@-webkit-keyframes qrcode_move /* Safari and Chrome */
{
    0%   {-webkit-transform: rotate(25deg) scale(0.5); opacity: 0;}
    60% {-webkit-transform: rotate(0deg) scale(1); opacity: 1;}
}
@-webkit-keyframes qrcode_move /* Safari and Chrome */
{
    0%   {-webkit-transform: rotate(25deg) scale(0.5); opacity: 0;}
    60% {-webkit-transform: rotate(0deg) scale(1); opacity: 1;}
}
.qrcode
{
    position:relative;
    margin-top: 20px;
    width:260px;
    height:260px;
    border: 1px solid #eee;
    padding: 20px;
    animation:qrcode_move 3s 1;
    -moz-animation:qrcode_move 3s 1;
    -webkit-animation:qrcode_move 3s 1;
    background-color: #fff;
}

.low .qrcode
{
    position:absolute;
    display: block;
    top: 20px;
    left: 50%;
    margin-left: -130px;
    width:260px;
    height:260px;
    border: 1px solid #eee;
    padding: 20px;
    animation:qrcode_move 3s 1;
    -moz-animation:qrcode_move 3s 1;
    -webkit-animation:qrcode_move 3s 1;
    background-color: #fff;
}
.low .qrcode-image{
    position: absolute;
    top:20px;
    left: 20px;
    width: 220px;
    height: 220px;
}

.low .mask{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("/img/mask.png");
}
.low .qr-container{
    height: 310px;
}



@-webkit-keyframes zoomInRight {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}

@keyframes zoomInRight {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}

@-webkit-keyframes zoomInRight2 {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }
    30% {
        opacity: 0;
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}

@keyframes zoomInRight2 {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }
    30% {
        opacity: 0;
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}
#content>div{
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;}
#content>div.tip{
    margin-top: 20px;
    padding: 20px;
    border: 1px solid #eee;
    width:320px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}
#content>div.confirm{
    display: none;
    margin-top: 20px;
    background: url("/img/ok.png") no-repeat;
    background-position: 20px center;
    margin-left: auto;
    margin-right: auto;
    width:320px;
    background-color: #333;
    color: #fff;
    padding: 30px;
    margin-bottom: 20px;
}
#content div.ok_content{
    text-align: left;
    margin-left: 70px;
}
#content a{ color: #c0bd37;}
.low .version-tip{
    text-align: center;
    position: absolute;
    top: 50%;
    margin-top: -50px;
    left: 0;
    height: 100px;
    width: 100%;
    color:rgb(246,83,53);
    font-size: 26px;
    font-weight: bold;
}
.low .version-tip div{
    line-height: 50px;
}


#content .download{
    margin-top: 30px;
    background:rgb(246,83,53);
    color: #fff;
    padding:10px 100px;
    font-size: 24px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    background-image:url('/img/sogou.png');
    background-position: 60px center;
    background-repeat: no-repeat;
}
.low #content{
    margin-top: 30px;
}
.low #content{
    margin-bottom: 50px;
}

