.mx-auto{
    margin-left:auto;
    margin-right:auto;
}
.mb4{
    margin-bottom:2rem;
}
.head {
    width: 100%;
    height: 50px;
    background: url(../images/top-bar_bg.png?2) repeat-x;
    top: 0;
    right: 0;
    left: 0;
    text-align: center;
    vertical-align: middle;
    overflow: hidden;
    line-height: 50px;
    min-width: 200px;
    font-size: 24px;
}

.head_left {
    float: left;
    width: 40px;
    padding-left: 10px;
    cursor: pointer;
    margin-top: 2px;
}

img {
    vertical-align: top;
    border: 0;
}
.strawgame_logo{
    height: 35px;
    margin-top: 6px;
}

.head_right {
    float: right;
    width: 40px;
    height: 40px;
    padding-right: 10px;
    cursor: pointer;
    position: relative;
    margin-top:3px;
}
.head_right .hsbtn{
    height: 40px;
    width: 40px;
    background: url(../images/search.png?2) center no-repeat;
    _background-image: none;
    _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/h_search_icon.png?v=1");
    cursor: pointer;
    color: #fff;
    display: inline-block;
    font-weight: 300;
    text-decoration: none;
    line-height: 20px;
    border: none;
    outline: none;
    position: absolute;
    right: 6px;

}
.hsinput {
    /*display: none;*/
    line-height: 30px;
    border-radius: 3px !important;
    height: 30px;
    padding: 4px 0px;
    width: 0;
    margin: 2px 0;
    box-sizing: content-box;
    transition: all .3s;
    box-shadow: none;
    font-size: 1rem;
    border: none;
    outline: none;
    position: absolute;
    top: 0;
    right: 50px;
}
a {
    text-decoration: none;
}
#PopMenuDiv {
    display: none;
}
ul, dl {
    list-style: none;
}

#PopMenuDiv ul:after{
    content: '';
    display: block;
    width: 0;
    height: 0;
    clear: both;
}

#PopMeneUL li {
    width: 50%;
    float: left;
    line-height: 24px;
    overflow: hidden;
    border-bottom: #2676A2 1px solid;
    background: #056194;
    padding: 5px 0 5px 10px;
    box-sizing: border-box;
    text-align: center;
    position: relative;
}
#PopMeneUL li:after{
    content: '';
    position: absolute;
    width: 0;
    height: 100%;
    border-right:1px solid #055887;
    border-left:1px solid #2676A2;
    right: 0;
    top: 0;
}

#PopMeneUL li a{
    font-size: 14px;
    color: #fff;
}
/*setting*/
.set_right{
    float: right;
    width: 40px;
    height: 40px;
    padding-right: 10px;
    cursor: pointer;
    position: relative;
    margin-top:3px;
}
.set_right img{
    width: 30px;
    margin-top:5px;
}
#setting{
    display: none;
}
#setting ul:after{
    content: '';
    display: block;
    width: 0;
    height: 0;
    clear: both;
}
#setting ul li{
    width: 50%;
    float: left;
    line-height: 24px;
    overflow: hidden;
    border-bottom: #2676A2 1px solid;
    background: #056194;
    padding: 5px 0 5px 10px;
    box-sizing: border-box;
    text-align: center;
    position: relative;
}
#setting ul li a{
    font-size: 14px;
    color: #fff;
}
#setting ul li.lang{
    display:none;
    line-height:23px;
}
#setting ul li.lang a{
    color:#bbb;
    font-size:12px;
}
#setting ul>li:after{
    content: '';
    position: absolute;
    width: 0;
    height: 100%;
    border-right:1px solid #055887;
    border-left:1px solid #2676A2;
    right: 0;
    top: 0;
}

.ad_320x100{
    width:320px;
    height:100px;
}
.modal-open {
    position: fixed;
    width: 100%;
    top: 0;
}

ins{
    z-index:9998!important;
}