﻿.jumbotron {
    background: -webkit-linear-gradient(left, rgb(241, 157,185), rgb(12, 180,234));
    /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(right, rgb(241, 157,185), rgb(12, 180,234));
    /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right, rgb(241, 157,185), rgb(12, 180,234));
    /* Firefox 3.6 - 15 */
    background: linear-gradient(to right, rgb(241, 157,185), rgb(12, 180,234));
    /* height: 600px; */
    padding-bottom: 0px;
}


.bg {
    /* background: url(../img/5.png) no-repeat 100% 142px;
    height: 100%; */
    float: right;
    padding-top: 20px;
}


.jumbotron .version{
    color: white;
    font-weight: bold;
    font-size: medium;
}
.right{
    text-align: right
}

footer a{
    color: #000;
}
.bg-m {
    background-image: url(/img/bg_m.jpg);
    background-repeat: repeat;
    background-size: cover;
}
.bg-m .wenzi{
    padding: 0px;
    text-align: center;
    padding-top: 80px;

}
.bg-m .wenzi div {
    padding: 0px;
}
.bg-m .wenzi img {
    float: right;
}
.weixin {
        position: fixed;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        z-index: 1000;
        background-color: rgba(0,0,0,0.8);
        filter: alpha(opacity=80);
}
.weixin p{
    text-align: center;
    margin-top: 10%;
    padding-left: 5%;
    padding-right: 5%
}
.weixin p img {
    max-width: 100%;
    height: auto;
}

.info-title {
    text-align: center;
    margin-top: 50px;
}

.info-name {
    font-weight: bold;
    font-size: larger;
}



