.col-xs-1,  .col-xs-11,  .col-xs-3{
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}
.last_play{
    background-color: orange;
    border-radius: 10px;
    color:white;
}
.title h6{
    text-align: center;
}
.more .title h6{
    color:lightgrey;
}
.menu{
    display: block;
    height:3em;
    border-bottom: 1px solid lightgray;
    border-top: 2px solid orange;
    border-top-left-radius: 42px;
}
.menu .active{
    border-bottom: 2px solid orange;
}
.menu a h5{
    color:black;
}
.menu .active a h5,.menu .active a:hover{
    color:orange;
    text-decoration: none;
}
.menu_left,.menu_right{
    width:50%;
    text-align: center;
}
.menu_right>a>h5,.menu_left>a>h5{
    font-size: 18px;
}
.menu_left>a>h5{
    border-right: 2px solid black;
}
.game_list_m{
    height:5em;
    margin-top: 1em;
    border-bottom: 1px solid lightgrey;
}
.game_list_m img{
    height:4.5em;
}
.game_list_m >.col-sm-2,.game_list_m>.col-xs-2{
    padding-top: 15px;
    padding-left: 0;
    padding-right: 0;
}
.game_list_m>.col-sm-5,.game_list_m>.col-xs-5{
    padding-left: 0;
    padding-right: 0;
}
.footer_nav ul li img{
    width:40%;
    margin-left: 30%;
}
.footer_nav ul li{
    padding: 0 0;
    text-align: center;
}
.footer_nav>li>a {
    padding: 1px 15px;

}
.navbar-nav>li>a {
    padding-top: 0px;
    padding-bottom: 0px;
    line-height: 20px;
}
.nav>li>a {
    position: relative;
    display: block;
    padding: 0px 15px;
}
.tips_nav{
    background-color: #4e6bf9;
}
.tips_nav>#myTab{
    width:90%;
    margin:0 auto;
}
.tips_nav>.nav>li{
    margin-left: 10px;
}
.tips_nav>.nav>li>a{
    line-height: 3em;
    color:black;
}
.tips_nav>.nav-tabs>li.active>a{
    color: white;
    cursor: default;
    background-color:#0d5bea;
    border-radius: 10px;
    border: none;
}
.gifts_nav>.nav-tabs>li.active>a{
    cursor: default;
    background: none;
    color: white;
    border: none;
    border-bottom: 2px solid white;
    font-weight: 600;
}
.gifts_nav{
    width: 90%;
    margin: 0 auto;
}
.gifts_nav>.nav>li>a{
    line-height: 3em;
    color:white;
}
.navbar-nav {
    margin: 7.5px 0px;
}
.tab-content{
    margin-bottom: 10em;
}
.search_tab{
    background: linear-gradient(45deg, #6892f1, #5755ec);
    height: 4em;
}
.gifts_search{
    height: 4em;
}
.gift_head{
    /*background: linear-gradient(45deg, #52a0f1, #234fef);*/
    background: url(../index/images/dw-min.png) no-repeat;
    background-size: cover;
}
.gift_head #myTab{
    border:none;
    padding-bottom: 10px;
}
.search{
    width: 80%;
    margin: 0 auto;
    padding-top: 0.8em;
}
.search .btn{
    position: absolute;
    top: 0.55em;
    right: 10%;
    font-size: 22px;
    padding: 0px 5px;
}
.gifts_content{
    margin-top:1em;
    background-color: white;
    border-radius: 10px;
    margin-bottom: 2em;
}
.index-content{
    margin-bottom: 5em;
    margin-top: 0.5em;
}
.gifts_list{
    height:8em;
    margin-top:1em;
    border-bottom: 1px solid lightgrey;
}
.gifts_list img{
    width: 100%;
    margin-top: 1em;
}
.gifts_list .col-sm-2,.gifts_list .col-xs-2{
    padding-top: 20px;
}
.gifts_list .col-xs-2 .btn,.gifts_list .col-sm-2 .btn{

}
.gifts_list_more{
    text-align: center;
    margin-top: 1em;
    margin-bottom: 1em;
}
.gifts_list div h5{
    overflow: hidden;white-space: nowrap;text-overflow: ellipsis;
}
.gifts_list div p{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.user_nav .row .col-sm-12,.user_nav .row .col-md-12{
    padding-right: 0;
    padding-left: 0;
}
.user_nav .thumbnail{
    background: url(../index/images/a_04.jpg) no-repeat;
    background-size: cover;
}
.user_nav .thumbnail img{
    border-radius: 50px;
}
.user-content {
    margin-top: -2em;
    border-radius: 18px;
    margin-bottom: 10em;
}
.user-content .row{
    width: 100%;
    margin: 20px auto;
}
.user-content .row ul li{
    padding: 15px 15px;
}
.list-group-item{
    border:none;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
.user-content .row ul li span{
    padding-right: 10px;
}
.user-content .row ul li a{
    color:grey;
    text-shadow: lightgrey 5px 3px 3px;
    display: block;
}
.modal{
    top: 25%;
    right: 15px;
}
.modal .modal-header{
    background-color: orange;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    color: white;
    text-align: center;
}
.modal-body p{
    border-bottom: 1px solid #e6e0e0;
}
.modal-body p span,.modal-body p label{padding-right: 10px;}
.modal-body p input{
    border: none;
    height: 2em;
    text-indent: 1em;
    width:54%;
}
.modal-body p a{font-size: 12px;float: right;}
.modal-footer{
    text-align: center;
    border:none;
}
.modal .modal-footer .btn{
    padding: 8px 30px;
}
.code {
    width: 100%;
    height: 6em;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    border-bottom: 1px solid grey;
}
.code .col-xs-3,.code .col-sm-2,.code .col-xs-2,.code .col-sm-3,.code .col-sm-6,.code .col-xs-6,#Gift_record .col-sm-12,#Gift_record .col-xs-12{
    padding-left: 1px;
    padding-right: 1px;
}
.code .pull-right{
    margin-top:1em;
}
.code h5,.code p{
    font-size: 12px;
    margin-top: 1px;
    margin-bottom: 1px;
}
.img_container{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 1001;
}
.c_bottom{
    width: 100%;
    position: absolute;
    bottom: 6em;
    text-align: center;
}
.c_bottom a{
    width: 20%;
    font-size: 1.2em;
    display: block;
    margin-left: 20%;
    height: 2em;
    float: left;
    background: white;
    line-height: 2em;
    border-radius: 10px;
}
.game_shade{
    display: none;
    z-index: 999;
    width: 100%;
    text-align: center;
    height: -webkit-fill-available;
    opacity: 0.8;
    background-color: black;
    position: fixed;
    top: 0;
}
.game_tips_error{
    display: none;
    position: fixed;
    top: 22em;
    z-index: 1060;
    width: 100%;
    height: 3em;
    line-height: 3em;
}
.game_tips_error p{
    text-align: center;
    width: 60%;
    margin: 0 auto;
    background: #7e7eea;
    border-radius: 10px;
    color: white;
}
#Gift_record .modal-body{
    height:15em;
    overflow: scroll;
}
#myTabContent .list-group-item a{
    width: 70%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
}
#art_content img{width:100%;}
.article_page{margin-bottom: 5em;}




