.container {
    width: 1200px;
    margin: 40px auto 0;
    clear: both;
}
.g-parse>.section {
    width: 890px;
}
.container-inner-left {
    float: left;
    width: 890px;
}
.container-inner-right {
    float: right;
    width: 290px;
    position: relative;
}

.container-inner-right .kaifubiao-box .left-kaifubiao{
    margin-top: 0;
}
.container-inner-right .kaifubiao-box .left-kaifubiao span.active{
    font-weight: bold;
}
.webgame-gift-center{
    background: #fff;
    border-radius: 4px;
    padding: 20px 20px 20px 20px;
    position: relative;
}
.section h2{
    display: inline-block;
    border-left: 4px solid #ffd900;
    height: 20px;
    line-height: 20px;
    margin-bottom: 20px;
    margin-right: 20px;
    padding-left: 14px;
    font-size: 20px;
}
.webgame-gift-center a.mygift{
    position: absolute;
    width: 120px;
    height: 30px;
    line-height: 28px;
    color:#fa0;
    border:1px solid #fa0;
    background: #fff;
    text-align: center;
    top: 20px;
    right: 30px;
    border-radius: 4px;
}
.webgame-gift-center a.mygift:hover{
    color:#fff;
    background: #fa0;
}
.webgame-gift-center .game-attr{
    height: 30px;
    margin-top: 0px;
}
.webgame-gift-center .game-attr span,
.webgame-gift-center .game-attr a{
    display: inline-block;
    font-size: 17px;
    border-radius: 3px;
    padding: 0 12px;
    line-height: 30px;
    margin-right: 10px;
    color:#212121;
    border: 1.3px solid #fff;
    background: #f0f0f0;
}
.webgame-gift-center .game-attr span{
    color:#616161;
    background: #fff;
    padding-left: 0px;
}
.webgame-gift-center .game-attr a{
    color:rgb(91, 91, 91);
}
.webgame-gift-center .game-attr a:hover{
    color:#fa0;
    border-color: #fa0;
    background: #fff;
}
.webgame-gift-center .gift-game-list{
    border-top: 1px solid #dedede;
    margin-top: 20px;
    padding-top: 20px;
    margin-bottom: -30px;
    min-height: 965px;
}
.webgame-gift-center .gift-game-list li{
    margin-bottom: 20px;
    width: 25%;
    float: left;
}
.webgame-gift-center .gift-game-list li a{
    display: block;
    height: 80px;
    position: relative;
    padding-left: 90px;
}
.webgame-gift-center .gift-game-list li a img{
    position: absolute;
    top:5px;
    left:0;
    width: 70px;
    height: 70px;
    border-radius: 6px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.webgame-gift-center .gift-game-list li a .game-name{
    height: 25px;
    line-height:30px;
    font-size: 15px;
}
.webgame-gift-center .gift-game-list li a .gift-num{
    height: 20px;
    line-height:20px;
    font-size: 12px;
    color:#999;
}
.webgame-gift-center .gift-game-list li a .gift-num span{
    margin: 0 5px;
    color:#fb3021;
}
.webgame-gift-center .gift-game-list li a .gift-get{
    height: 30px;
    line-height: 28px;
    font-size: 14px;
    color:#666;
    border: 1px solid #dedede;
    width: 85px;
    text-align: center;
    border-radius: 30px;
    margin-top: 0px;
}
.webgame-gift-center .gift-game-list li a .gift-go{
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0%;
    left: -5px;
    border-radius: 4px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    background: linear-gradient(90deg, rgba(255, 170, 0, .2) 0, rgba(255, 170, 0, .8) 100%);
    display: none;
}
.webgame-gift-center .gift-game-list li a .gift-go div{
    height: 40px;
    line-height: 39px;
    font-size: 18px;
    color:#fff;
    background: #fb3021;
    border: 1px solid #fb3021;
    width: 100px;
    text-align: center;
    border-radius: 6px;
    margin: 31px 0 0 95px;
}
.webgame-gift-center .gift-game-list li a:hover img{
    z-index: 99;
}
.webgame-gift-center .gift-game-list li a:hover .gift-num, 
.webgame-gift-center .gift-game-list li a:hover .gift-get {
    display: none;
}
.webgame-gift-center .gift-game-list li a:hover .gift-go{
    display: block;
}

.container-inner-left h2 {
    display: inline-block;
    border-left: 4px solid #ffd900;
    height: 20px;
    line-height: 20px;
    margin-right: 20px;
    margin-bottom: 20px;
    padding-left: 14px;
    font-size: 20px;
}
.game-gift-box{
    background: #fff;
    border-radius: 4px;
    padding: 20px;
    min-height: 750px;
}
.game-gift-box .game-infos{
}
.game-gift-box .game-infos .game-image{
    width: 264px;
    float: left;
}
.game-gift-box .game-infos .game-image img{
    width: 264px;
    height: 168px;
    border-radius: 5px;
    border: #d8d8d8 1px solid;
}
.game-gift-box .game-infos .game-name{
    position: relative;
    width: 550px;
    float: left;
    margin-left: 35px;
}
.game-gift-box .game-infos .game-name .gift-game {
    font-size: 16px;
    line-height: 25px;
    font-weight: 700;
}
.game-gift-box .game-infos .game-name .gift-num{
    color:#666;
    font-size: 14px;
    line-height: 25px;
}
.game-gift-box .game-infos .game-name .gift-num span{
    margin: 0 5px;
    color:#fb3021;
}
.game-gift-box .game-infos .game-name .game-myserver{
    height: 25px;
    line-height: 25px;
    color:#666;
    font-size: 13px;
    padding-bottom: 20px;
    border-bottom: 1px solid #dedede;
}
.game-gift-box .game-infos .game-name .game-myserver span{
    margin-left: 10px;
    color:#fb3021;
}
.game-gift-box .game-infos .game-name .game-links{
    margin-top: 15px;
}
.game-gift-box .game-infos .game-name .game-links a{
    display: inline-block;
    padding: 0px 20px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    margin-right: 20px;
    border: 1px solid #fb3021;
    border-radius: 3px;
    color:#fb3021;
}
.game-gift-box .game-infos .game-name .game-links a:hover,
.game-gift-box .game-infos .game-name .game-links a.play,
.game-gift-box .game-infos .game-name .gift-record:hover{
    color:#fff;
    background: #fb3021;
}
.game-gift-box .game-infos .game-name .gift-record {
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 0 20px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    margin-right: 0px;
    border: 1px solid #fb3021;
    border-radius: 3px;
    color:#fb3021;
}
.gift-list .gift-box{
    margin-top: 20px;
    border: 1px solid #dedede;
    border-radius: 4px;
    padding:15px 20px 15px 15px;
}
.gift-list .gift-box .gift-image{
    float: left;
    width: 100px;
    height: 60px;
    position: relative;
    padding-left: 80px;
    padding-right: 20px;
    border-right: 1px solid #dedede;
}
.gift-list .gift-box .gift-image img{
    position: absolute;
    top:0;
    left:0;
    width: 60px;
    height: 60px;
    border-radius: 4px;
}
.gift-list .gift-box .gift-name{
    font-size: 15px;
    height: 30px;
    line-height: 30px;
    font-weight: bold;
}
.gift-list .gift-box .gift-num{
    height: 30px;
    line-height: 30px;
    color:#757575;
    font-size: 13px;
}
.gift-list .gift-box .gift-num span{
    margin: 0 5px;
    color: #fb3021;
}
.gift-list .gift-box .gift-content{
    float: left;
    width: 200px;
    padding-left: 20px;
    padding-right: 20px;
    border-right: 1px solid #dedede;
}
.gift-list .gift-box .gift-content .content-tips{
    height: 30px;
    line-height: 30px;
    font-size: 15px;
    color:#464646;
    font-weight: bold;
}
.gift-list .gift-box .gift-content .contents{
    line-height: 30px;
    height: 30px;
    overflow: hidden;
    color:#757575;
    font-size: 13px;
}
.gift-list .gift-box .gift-precon{
    float: left;
    width: 200px;
    padding-left: 20px;
    padding-right: 20px;
}
.gift-list .gift-box .gift-precon .precon-tips{
    height: 30px;
    line-height: 30px;
    font-size: 15px;
    color:#464646;
    font-weight: bold;
}
.gift-list .gift-box .gift-precon .precon{
    line-height: 30px;
    height: 30px;
    overflow: hidden;
    color:#757575;
    font-size: 13px;
}

.gift-list .gift-box .gift-content .contents span.viplimit{
    display: block;
    color:#f00;
    font-weight: bold;
}
.gift-list .gift-box .gift-content .contents span.wxlimit{
    display: block;
    color:#008000;
    font-weight: bold;
}
.gift-list .gift-box .gift-content .contents span.qqlimit{
    display: block;
    color:#00f;
    font-weight: bold;
}
.gift-list .gift-box .get-gift{
    float: right;
    width: 100px;
}
.gift-list .gift-box .get-gift span{
    display: block;
    width: 100px;
    height: 36px;
    line-height: 34px;
    font-size: 15px;
    text-align: center;
    background: #fff;
    color:#fb3021;
    border: 1px solid #fb3021;
    border-radius: 18px;
    cursor: pointer;
    margin-top: 12px;
}
.gift-list .gift-box .done-gift{
    float: right;
    width: 100px;
}
.gift-list .gift-box .done-gift span{
    display: block;
    width: 100px;
    height: 36px;
    line-height: 34px;
    font-size: 15px;
    text-align: center;
    background: #f0f0f0;
    color:rgb(91, 91, 91);
    border-radius: 18px;
    margin-top: 12px;
}
.gift-list .gift-box .get-gift span:hover{
    background: #fb3021;
    color:#fff;
}
.gift-list .gift-box .get-gift span.disabled{
    background: #d2d2d2;
    color:#fff;
    border-color: #d2d2d2;
}
.container-inner-right h2{
    display: inline-block;
    border-left: 4px solid #ffd900;
    height: 20px;
    line-height: 20px;
    margin-right: 20px;
    margin-bottom: 20px;
    padding-left: 14px;
    font-size: 20px;
}
.right-hot-gift{
    background: #fff;
    border-radius: 4px;
    padding:20px;
}
.right-hot-gift .container-box-cate{
    border-bottom: 1px solid #dedede;
}
.right-hot-gift ul li{
    margin-top: 15px;
    border-bottom: 1px dashed #dedede;
    padding-bottom: 15px;
}
.right-hot-gift ul li .hot-item{
    display: block;
    height: 50px;
    position: relative;
    padding-left: 60px;
    overflow: hidden;
    cursor: pointer;
}
.right-hot-gift ul li .hot-item img{
    position: absolute;
    top:1px;
    left:0;
    width: 48px;
    height: 48px;
    border-radius: 4px;
    z-index: 99;
}
.right-hot-gift ul li .hot-item .game-name{
    height: 25px;
    line-height:25px;
    font-size: 15px;
    font-weight: bold;
}
.right-hot-gift ul li .hot-item .gift-info span.gift-name{
    height: 25px;
    line-height:25px;
    font-size: 14px;
    color:#333;
}
.right-hot-gift ul li .hot-item .gift-info span.left{
    margin-left: 10px;
    font-size: 12px;
    color:#999;
}
.right-hot-gift ul li .hot-item .gift-info span.left i{
    color:#fb3021;
}
.right-hot-gift ul li .hot-item .gift-get{
    position: absolute;
    top:9.5px;
    right:0;
    display: block;
    width: 50px;
    text-align: center;
    height: 30px;
    line-height: 30px;
    font-size: 15px;
    color:#fb3021;
    border: 1px solid #fb3021;
    text-align: center;
    border-radius: 30px;
}
.right-hot-gift ul li .hot-item .gift-go{
    position: absolute;
    height: 100%;
    width: 190px;
    top: 0;
    left: 100%;
    background: linear-gradient(90deg, rgba(37, 0, 72, 0.5) 0, rgba(37, 0, 72, 1) 100%);
    border-radius: 4px;
    padding-left: 60px;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
.right-hot-gift ul li .hot-item .gift-go a{
    float: left;
    width: 80px;
    text-align: center;
    height: 30px;
    line-height: 30px;
    font-size: 15px;
    margin-top: 9px;
    color:#fff;
    border: 1px solid #fb3021;
    text-align: center;
    border-radius: 4px;
}
.right-hot-gift ul li .hot-item .gift-go a:first-child{
    border-color: #ffd900;
    margin-right: 13px;
}
.right-hot-gift ul li .hot-item:hover .game-name,
.right-hot-gift ul li .hot-item:hover .gift-info,
.right-hot-gift ul li .hot-item:hover .gift-get{
    /* display: none; */
}
.right-hot-gift ul li .hot-item:hover .gift-go{
    left: 0px;
}
.right-hot-gift ul li .hot-item .gift-go a:first-child:hover{
    background-color: rgb(255, 200, 0);
    border-color: rgb(255, 200, 0);
}
.right-hot-gift ul li .hot-item .gift-go a:last-child:hover{
    background-color: #fb3021;
}
.my-gift-list{
    background: #fff;
    border-radius: 4px;
    padding:20px;   
    min-height: 750px; 
}
.my-gift-list .game-infos{
    margin-top: 40px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 40px;
}
.my-gift-list .game-infos.nogift{
    border-bottom: none;
    text-align: center;
    color:#666;
}
.my-gift-list .game-infos .game-image{
    float: left;
    width: 200px;
}
.my-gift-list .game-infos .game-image img{
    width: 200px;
    height: 125px;
    border-radius: 10px;
}
.my-gift-list .game-infos .game-giftcard{
    float: right;
    width: 625px;
}
.my-gift-list .game-infos .game-giftcard h1{
    line-height: 25px;
    font-size: 16px;
    font-weight: bold;
}
.my-gift-list .game-infos .game-giftcard h1 span{
    font-size: 13px;
    font-weight: normal;
    margin-left: 10px;
    color:#999;
}
.my-gift-list .game-infos .game-giftcard h1 span i{
    color:#ff5e00;
    margin: 0 3px;
}

.my-gift-list .game-infos .game-giftcard .game-links{
    margin-top: 5px;
}
.my-gift-list .game-infos .game-giftcard .game-links a{
    display: inline-block;
    padding: 0 10px;
    height: 25px;
    line-height: 23px;
    font-size: 12px;
    margin-right: 15px;
    border: 1px solid #dedede;
    border-radius: 3px;
    color:#333;
}
.my-gift-list .game-infos .game-giftcard .game-links a:hover,
.my-gift-list .game-infos .game-giftcard .game-links a.play{
    color:#ff5e00;
    border-color: #ff5e00;
}
.my-gift-list .game-infos .game-giftcard .gift-card{
    margin-top: 10px;
}
.my-gift-list .gift-card-tips{
    line-height: 20px;
    font-weight: bold;
}
.my-gift-list .gift-card-list li{
    margin-top: 10px;
    height: 20px;
    line-height: 20px;
}
.my-gift-list .gift-card-list li span{
    display: inline-block;
    vertical-align: top;
    height: 20px;
    line-height: 20px;
    padding: 0 15px;
}
.my-gift-list .gift-card-list li span.gift-name{
    background: #21c7c0;
    color:#fff;
    border-radius: 3px;
    font-size: 12px;
    min-width: 90px;
    text-align: center;
}
.my-gift-list .gift-card-list li span.card{
    background: #5aad77;
    color:#fff;
    border-radius: 3px;
    font-size: 12px;
    margin-left: 5px;
}
.my-gift-list .gift-card-list li span.time{
    float: right;
    color:#666;
    border-radius: 3px;
    font-size: 12px;
    margin-left: 5px;
}
.my-gift-list .gift-card-list li span.copycard{
    background: #ff5e00;
    color:#fff;
    border-radius: 3px;
    font-size: 12px;
    margin-left: 5px;
    cursor: pointer;
}
.my-gift-list .gift-card-list li span.copycard:hover{
    color:#ff5e00;
    background: #fff;
}
.my-gift-list .gift-card-list li span.copycard.success{
    background: #008000;
}

.gift-layout-fix{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 500;
    background: rgba(0, 0, 0, .5);
    display: none;
}
.gift-layout,
.receive-giftcard-error,
.gift-extract-layout
{
    position: absolute;
    background: #fff;
    border-radius: 5px;
    top: 50%;
    left: 50%;
    z-index: 600;
    width: 400px;
    height: 250px;
    margin-top: -125px;
    margin-left: -200px;
    display: none;
}
.receive-giftcard-error{
    width: 320px;
    height: 200px;
    margin-top: -100px;
    margin-left: -160px;
}
.gift-extract-layout{
    width: 400px;
    height: 260px;
    margin-top: -130px;
    margin-left: -250px;
}
.gift-layout .layout-title,
.receive-giftcard-error .layout-title,
.gift-extract-layout .layout-title
{
    height: 40px;
    line-height: 40px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background: #ff9222;
    color: #fff;
    position: relative;
    text-indent: 15px;
    font-weight: bold;
}
.gift-layout .layout-title i,
.receive-giftcard-error .layout-title i,
.gift-extract-layout .layout-title i
{
    position: absolute;
    top: 8px;
    right: 8px;
    width: 24px;
    height: 24px;
    line-height: 25px;
    text-align: center;
    font-size: 15px;
    color: #fff;
    cursor: pointer;
    text-indent: 0;
}
.gift-layout .layout-body{
    width: 100%;    
}
.gift-layout .gameserver-box{
    padding: 0 10px;
}
.gift-layout .gameserver-box .server-group-tabs{
    border-bottom: 1px solid #dedede;
    position: relative;
    height: 42px;
    padding: 10px 5px;
}
.gift-layout .gameserver-box .server-group-tabs span{
    display: inline-block;
    border-radius: 3px;
    background: #d8d8d8;
    color: #616161;
    margin-right: 15px;
    font-size: 12px;
    height: 22px;
    line-height: 22px;
    padding: 0 8px;
    cursor: pointer;
}
.gift-layout .gameserver-box .server-group-tabs span.active{
    background: #1e9fff;
    color: #fff;
}
.gift-layout .gameserver-box .server-group-list{
    display: none;
    overflow-y: auto;
    height: 88px;
    margin-top: 10px;
}
.gift-layout .gameserver-box .server-group-list span {
    display: inline-block;
    width: 20%;
    font-size: 12px;
    text-align: center;
    height: 22px;
    line-height: 22px;
    color: #003ca9;
    cursor: pointer;
    text-decoration: underline;
}
.receive-giftcard-error .layout-button ,
.gift-layout .layout-button,
.gift-extract-layout .layout-button
 {
    text-align: center;
    height: 30px;
    margin-top: 20px;
}
.receive-giftcard-error .layout-button span.cancel,
.receive-giftcard-error .layout-button a,
.gift-extract-layout .layout-button span,
.gift-layout .layout-button span.cancel {
    border: 1px solid #a0a0a0;
    color: #666;
    cursor: pointer;
    display: inline-block;
    margin: 0 15px;
    border-radius: 5px;
    line-height: 25px;
    text-align: center;
    width: 90px;
}
.receive-giftcard-error .layout-button a,
.gift-extract-layout .layout-button span{
    background: #f96d28;
    border: 1px solid #f96d28;
    color: #fff;
    cursor: pointer;
}
.receive-giftcard-error .receive-error {
    font-size: 15px;
    line-height: 25px;
    text-align: center;
    color: #333;
    padding: 20px;
    height: 90px;
    overflow: hidden;
}

.extract-conditions{
    display: none;
    padding: 20px;
}
.extract-conditions .tips{
    text-align: left;
    color: #c00;
    font-size: 14px;
    line-height: 20px;
}
.extract-conditions .qrcode{
    text-align: center;
    padding: 10px 0;
}
.extract-conditions .qrcode img{
    width: 120px;
    height: 120px;
    vertical-align: middle;
}
.extract-conditions .tips span{
    font-size: 14px;
    font-weight: bold;
    color:#00f;
}
.extract-input{
    padding:0 20px;
    height: 35px;
    text-align: center;
}
.extract-input label{
    display: inline-block;
    font-size: 14px;
    height: 35px;
    line-height: 35px;
}
.extract-input input{
    display: inline-block;
    width: 200px;
    font-size: 14px;
    height: 35px;
    line-height: 35px;
    border: 1px  solid #a2a2a2;
    border-radius: 3px;
    padding: 0 5px;
    text-align: center;
}
.g-footer .g-inner {
    height: 227px;
}