*{
    padding: 0;
    margin: 0;
}
body:before{
    content: ' ';
    position: fixed;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-size: 100% 100%;
    background: url("image/bg.png");
    background-attachment: fixed;
    font-family: "微软雅黑"；
}
#contain{
    position: relative;
    left: 0;
    top: 0;
}
.gameContain{
    position: relative;
    margin-top: -7.2%;
    margin-right: 6%;
    margin-left: 6%;
    font-size: 16px;
    padding: 20px 0 0 0;
    background-image: url("image/frame_bg.png");
    filter:"progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale')";
    -moz-background-size:100% 100%;
    background-size:100% 100%;
}
.inputGroup{
    width: 100%;
    position: relative;
    height: 40px;
    line-height: 40px;
}
.messageText{
    width: 30%;
    text-align: right;
    font-size: 12px;
    float: left;
    color: rgb(130,131,211);
}
.messageText p{
    margin: 0 15px;
}
.messageInput{
    width: 51%;
    float: left;
}
.messageInput input{
    width: 100%;
    height: 24px;
    border: 1px solid rgb(74,74,134);
    background-color: rgb(44,46,97);
    font-size: 12px;
    color: #f6ab00;
    padding-left: 10px;
}
.gameButton{
    position: relative;
    margin: 15px 0 40px 0;
    width:36%;
    left: 32%;
}
.alert_bg{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.4);
}
.SVGModal{
    width: 100%;
    position: relative;
}
.SVGModalBottom{
    width: 100%;
    position: relative;
    margin-bottom: 40px;
}
.barrageInput{
    position: absolute;
    bottom: 5%;
    left: 2%;
    width: 78%;
    height: 9%;
    border: 1px solid #f6ab00;
    background: rgba(0,0,0,0.7);
    color: white;
    border-radius: 4px;
    font-size: 16px;
    padding-left: 2%;
}