body {
    background: -o-linear-gradient(right, #412938, #262033);
    background: -webkit-gradient(linear, left top, right top, from(#412938), to(#262033));
    background: -o-linear-gradient(left, #412938, #262033);
    background: linear-gradient(90deg, #412938, #262033);
}

.header {
    background: #2a2237;
    height: 100px;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    min-width: 1200px;
    width: 100%;
    z-index: 99;
}

.header .container {
    width: 1200px;
    margin: 0 auto;
}
.header .container li a:hover,.header .container .my-order:hover{
    color: white;
}

.header .container img {
    margin-top: 23px;
    display: block;
    float: left;
    margin-right: 90px;
}

.header .container li {
    float: left;
    margin-top: 35px;
}

.header .container li a {
    display: inline-block;
    padding: 0 12px;
    font-size: 14px;
    height: 30px;
    border-radius: 4px;
    line-height: 30px;
    text-align: center;
    margin-right: 6px;
    color: #a1919e;
}

.header .container .active, .goods-all-list .g-right .ranking-list .active {
    color: #fff;
!important;
    background: -o-linear-gradient(right, #706e8c, #ec2a4c);
    background: -webkit-gradient(linear, left top, right top, from(#706e8c), to(#ec2a4c));
    background: -o-linear-gradient(left, #706e8c, #ec2a4c);
    background: linear-gradient(90deg, #706e8c, #ec2a4c);
}

.header .container .search-bg {
    margin-top: 30px;
    color: #a1919e;
    position: relative;
    float: right;
    margin-right: 25px;
}

.header .container .search-bg input {
    width: 147px;
    height: 32px;
    border-radius: 4px;
    border: none;
    padding: 0 33px 0 10px;
    background: #fff5fb;
}

.header .container .search-bg .search-icon {
    position: absolute;
    top: 5px;
    right: 5px;
    cursor: pointer;
}

.header .container .my-order {
    float: right;
    color: #a1919e;
    margin-top: 37px;
    cursor: pointer;
}
.header .container .nav li{
    height: 30px;
    border-radius: 4px;
    display: inline-block;
    color: #a1919e;
    margin-right: 6px;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
    font-size: 14px;
    position: relative;
}
.header .container .nav li .down-menu {
    display: none;
    position: absolute;
    left: -4px;
    top: 30px;
    border-radius: 4px;
    border: 1px solid #3f3c4f;
    background: #2a2237;
    width: 100%;
    z-index: 100;
    overflow: hidden;
}
.header .container .nav li .huo{
    position: absolute;
    right: 0px;
    top: -7px;
    width: 16px;
    height: 16px;
    display: block;
    background: url("/img/hot.svg") no-repeat;
}
.header .container .nav li .down-menu .item{
    color: #a1919e;
    padding: 0 5px 0 10px;
    display: block;
    width: 100%;
    text-align: left;
    border-bottom: 1px solid #3f3c4f;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.main {
    width: 100%;
    margin-top: 100px;
}

.main .container .banner {
    width: 1903px;
    height: 400px;
    margin: 0 auto;
}

.main .container .goods-list {
    width: 1200px;
    margin: 0 auto;
}

.main .container .goods-list .goods-title, .goods-all-list .goods-title {
    display: block;
    background: #231d29;
    height: 40px;
    border-radius: 4px;
    color: #a1919e;
    line-height: 40px;
    padding: 0 15px;
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.bord-promotion {
    border-left: 5px solid #00a854;
}

.bord-future {
    border-left: 5px solid rgb(22, 132, 255);
}

.bord-hot {
    border-left: 5px solid rgb(200, 41, 71);
}

.bord-all {
    border-left: 5px solid #d8d4d7;
}

.main .container .goods-list .goods-title a, .goods-all-list .goods-title a {
    float: right;
    color: #a1919e;
    font-size: 14px;
}

.main .container .goods-list .goods-title i, .goods-all-list .goods-title i {
    float: right;
}

.main .container .goods-list ul li {
    float: left;
    width: 227px;
    margin-right: 16px;
    border-radius: 4px;
    background: #241e2d;
    cursor: pointer;
}

.main .container .goods-list ul li:hover, .goods-all-list .goods-con li:hover, .goods-all-list .g-right .goods-con li:hover {
    background: #1d1822;
}

.main .container .goods-list ul li .goods-img, .goods-all-list .goods-con .goods-img {
    width: 100%;
    height: 107px;
    overflow: hidden;
    position: relative;
    border-radius: 4px 4px 0 0;
}

.main .container .goods-list ul li .goods-game {
    padding: 15px;
    height: 34px;
    color: white;
}

.main .container .goods-list ul li .goods-btn {
    padding: 15px;
    float: right;
}

.btn {
    margin-left: 8px;
    color: #fff;
    height: 24px;
    padding: 0 10px;
    border-radius: 2px;
    background: #4a4048;
}

.main .container .goods-list ul li .goods-discount {
    border: none;
    cursor: pointer;
}

.main .container .goods-list ul li .goods-price {
    border: none;
    background: linear-gradient(90deg, #eb2a52, #7465e6);
    padding: 0 10px;
    cursor: pointer;
}

.main .container .goods-list ul li .goods-img img, .goods-all-list .goods-con img {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.overflow {
    overflow: hidden;
}

.main .container .goods-all-list {
    width: 1200px;
    margin: 0 auto;
}

.goods-all-list .g-left {
    width: 800px;
    float: left;
    margin-right: 20px;
}

.goods-all-list .goods-con li {
    height: 107px;
    border-radius: 4px;
    background: #251e2b;
    margin-bottom: 10px;
    overflow: hidden;
    color: #a1919e;
    cursor: pointer;
    position: relative;
}

.goods-all-list .g-left .goods-con .g-time {
    font-size: 12px;
    margin-bottom: 8px;
    color: #a1919e;
    cursor: pointer;
}

.goods-all-list .g-left .goods-con .g-tips {
    font-size: 12px;
    color: #a1919e;
    cursor: pointer;
}

.goods-all-list .g-left .goods-con .g-tips span {
    display: inline-block;
    border-radius: 2px;
    border: 1px solid #a1919e;
    margin-right: 5px;
    padding: 0 5px;
}

.goods-all-list .g-left .goods-con .g-price {
    float: left;
}

.goods-all-list .g-left .goods-con .g-price .btn-gray {
    border: none;
}

.goods-all-list .g-left .goods-con .g-price del {
    color: #a1919e;
    cursor: pointer;
}

.goods-all-list .g-left .goods-con .goods-game span.tip {
    width: 33px;
    height: 20px;
    color: #fff;
    font-size: 12px;
    border-radius: 2px;
    font-weight: 400;
    margin-left: 5px;
    padding: 2px 4px;
}

.goods-all-list .g-left .goods-con .goods-game span.promotion {
    background: #00a854;
}

.goods-all-list .g-left .goods-con .goods-game span.hot {
    background: #c82947;
}

.goods-all-list .g-left .goods-con .goods-game span.future {
    background: #1684ff;
}

.goods-all-list .g-left .goods-con .g-price h2 {
    display: inline;
    font-size: 20px;
    font-weight: 700;
    color: #eb294b;
    vertical-align: middle;
    margin-left: 10px;
    position: relative;
    top: -3px;
}

.goods-all-list .g-left .goods-img {
    width: 225px;
    height: 107px;
    overflow: hidden;
    position: relative;
    float: left;
    border-radius: 4px 0 0 4px;
}

.goods-all-list .g-right {
    width: 380px;
    float: left;
}

.goods-all-list .goods-game {
    color: #ffffff;
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 10px;
    padding-top: 15px;
    margin-left: 250px;
}

.goods-all-list .goods-info {
    width: 300px;
    margin-left: 25px;
    float: left;
    padding-bottom: 15px;
}

.goods-all-list .ranking-list {
    margin-top: 20px;
    background: #261e2b;
    overflow: hidden;
}

.goods-all-list .g-right .g-lab {
    width: 85px;
    height: 40px;
    float: left;
    text-align: center;
    cursor: pointer;
    line-height: 40px;
    color: #a1919e;
}

.goods-all-list .g-right .goods-con li {
    height: 70px;
    border-radius: 4px;
    background: #251e2b;
    margin-bottom: 10px;
    overflow: hidden;
    color: #a1919e;
    cursor: pointer;
    margin-top: 10px;
}

.goods-all-list .g-right .goods-img {
    width: 150px;
    height: 70px;
    overflow: hidden;
    position: relative;
    float: left;
    border-radius: 4px 0 0 4px;
}

.goods-all-list .g-right .goods-game {
    width: 140px;
    margin-left: 25px;
    float: left;
    padding-top: 15px;
    position: relative;
}

.goods-all-list .g-right .goods-time {
    font-size: 12px;
    color: #a1919e;
    float: left;
    margin-left: 25px;
    cursor: pointer;
}

.goods-all-list .g-right .goods-num {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 40px;
    height: 40px;
    background: #4a4048;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    font-size: 18px;
    font-weight: 700;
    color: #201c2b;
}

.goods-all-list .g-right .goods-num-red {
    background: #eb2a52;
!important;
    color: #fff;
!important;
}

.goods-all-list .g-right .goods-num-green {
    background: #00a854 !important;
    color: #fff;
!important;
}

.goods-all-list .g-right .goods-num-blue {
    background: #1684ff !important;
    color: #fff;
!important;
}

.footer {
    clear: both;
    background: #231d29;
    height: 195px;
    display: block;
}

.footer .container {
    width: 1200px;
    margin: 0 auto;
}

.footer .container .f-left {
    float: left;
    margin: 65px 20px 0 220px;
    width: 144px;
    height: 61px;
    background: url("/pc/img/logo-footer.png");
}

.footer .container .f-center {
    float: left;
    text-align: center;
    color: #4a4048;
    padding-top: 70px;
    font-size: 12px;
}

.footer .container .f-right {
    float: left;
    margin-top: 70px;
    margin-left: 20px;
}

.none {
    display: none;
}

/**
    商品列表页
 */

.main .bread-crumb a {
    color: #a1919e;
}

.main .bread-crumb {
    background: #3c344a;
    height: 40px;
    line-height: 40px;
    color: #a1919e;
}

.main .bread-crumb em {
    font-style: normal;
    color: white;
}

.main .bread-crumb .container {
    width: 1200px;
    margin: 0 auto;
}

.goods-price-search {
    font-size: 14px !important;
}

.goods-price-search span {
    float: right;
}

.goods-price-search .reset {
    margin-right: 5px;
    width: 50px;
    height: 24px;
    color: rgb(161, 145, 158);
    background: rgb(74, 64, 72);
    line-height: 24px;
    border-radius: 4px;
    text-align: center;
    margin-top: 8px;
    margin-left: 10px;
    cursor: pointer;
    margin-right: 20px;
}

.goods-price-search .sure {
    margin-right: 5px;
    width: 50px;
    height: 24px;
    color: #ffffff;
    border-radius: 4px;
    background: rgb(22, 132, 255);;
    line-height: 24px;
    text-align: center;
    margin-top: 8px;
    margin-left: 10px;
    cursor: pointer;
}
.goods-price-search .price-box{
    float: left;
    width: 234px;
    margin-left: 307px;
}
.goods-price-search .start-price{
    width: 50px;
    height: 24px;
    background: #261f2e;
    border-radius: 4px;
    border: 1px solid #4a4048;
    color: #a1919e;
    padding: 0 5px;
}
.goods-price-search .all{
    cursor: pointer;
}

.goods-label li{
    margin-top: 0px!important;
}

.goods-all-list .g-right .l-r-con{
    color: #a1919e;
    padding: 20px 20px 0;
    overflow: hidden;
    background: #231d29;
}

.goods-all-list .g-right .l-r-con .item{
    float: left;
    line-height: 15px;
    width: 50%;
    margin-bottom: 20px;
    color: #a1919e;
}

.goods-all-list .g-right .l-r-con .checkbox{
    cursor: pointer;
    width: 14px;
    height: 12px;
    display: inline-block;
    background: url('/pc/img/icon-checkbox.png');
    vertical-align: middle;
    margin-right: 10px;
    position: relative;
    top: -2px;
}

.active-sel{
    background:url("/pc/img/icon-chected-selection.png") !important;
}
#goods-info {
    width: 1200px;
    margin: 0 auto;
}
#goods-info .img-bg,#goods-info .detail-info,#goods-info .detail-orders{
    float: left;
}
#goods-info .detail-info{
    width: 466px;
    padding: 20px 0 0 35px;
}
#goods-info .detail-info .g-name{
    font-size: 24px;
    font-weight: 700;
    color: #fff5fb;
    line-height: 24px;
    margin-bottom: 10px;
}
#goods-info .detail-info .g-tips{
    font-size: 12px;
    margin-bottom: 10px;
    height: 18px;
}
#goods-info .detail-info .g-tips span{
    display: inline-block;
    border-radius: 2px;
    border: 1px solid #a1919e;
    margin-right: 5px;
    padding: 0 5px;
    color: #a1919e;
}
#goods-info .detail-info .g-price{
    margin-bottom: 17px;
    height: 50px;
    position: relative;
    top: -10px;
}
#goods-info .detail-info .g-price .sale-price{
    display: inline-block;
    width: 32px;
    height: 50px;
    background: url('/pc/img/price-img.png') no-repeat;
    margin-right: 10px;
    vertical-align: middle;
}
#goods-info .detail-info .g-price strong{
    display: inline-block;
    font-size: 48px;
    font-weight: 700;
    color: #eb294b;
    vertical-align: middle;
}
#goods-info .detail-info .g-price .price-bg{
    position: relative;
}
#goods-info .detail-info .g-price .sale-tips{
    position: absolute;
    display: inline-block;
    width: 42px;
    height: 18px;
    background: url('/pc/img/discount-img.png') no-repeat;
    vertical-align: middle;
    top: -10px;
    left: 5px;
}
#goods-info .detail-info .g-price .price-bg del{
    color: #fff;
    position: relative;
    top: 15px;
    left: 5px;
}
#goods-info .detail-info .g-price .sale-num{
    position: relative;
    display: inline-block;
    width: 71px;
    height: 30px;
    background: url('/pc/img/discount-box.png') no-repeat;
    vertical-align: middle;
    color: #fff;
    padding: 3px 0 0 7px;
    left: 15px;
}
#goods-info .detail-info .game-detail-buy {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
#goods-info .detail-info .game-detail-buy .btn ,#pay-success .btn{
    background: -o-linear-gradient(right,#eb2a52,#7465e6);
    background: -webkit-gradient(linear,left top,right top,from(#eb2a52),to(#7465e6));
    background: -o-linear-gradient(left,#eb2a52,#7465e6);
    background: linear-gradient(90deg,#eb2a52,#7465e6);
    font-size: 24px;
    font-weight: 700;
    color: #fff5fb;
    width: 140px;
    height: 42px;
    line-height: 42px;
    padding: 0;
    border-radius: 4px;
    border: none;
    cursor: pointer;
}
#goods-info .detail-info .game-detail-buy .buy-mutil{
    width: 24px;
    height: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 18px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 30px;
    color: #fff;
    cursor: pointer;
    border-radius: 50%;
    background: #eb294b;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: 700;
    margin-left: 10px;
    margin-right: 10px;
}
#goods-info .detail-info .game-detail-buy .buy-num{
    text-align: center;
    background: none;
    border: 1px solid #a1919e;
    height: 32px;
    width: 32px;
    color: #bfbfbf;
    padding: 0 5px;
    border-radius: 5px;
    width: 32px;
    height: 32px;
}
#goods-info .detail-info .game-detail-buy .buy-add{
    width: 24px;
    height: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 16px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 30px;
    color: #fff;
    cursor: pointer;
    border-radius: 50%;
    background: #eb294b;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: 700;
    margin-left: 10px;
    line-height: 24px;
}
#goods-info .detail-orders{
    width: 230px;
    height: 79px;
    margin-top: 50px;
    border-left: 1px dotted #4d4955;
    color: #a1919e;
    text-align: center;
    padding-top: 35px;
    float: left;
}
#goods-info .detail-orders .num{
    color: #eb294b;
}
#goods-info .detail-con{
    margin: 20px auto 15px;
    height: 215px;
    background: #201c2b;
}

#goods-info .detail-main .d-left{
    float: left;
    width: 950px;
    margin-right: 20px;
}
#goods-info .detail-main .d-title{
    height: 40px;
    line-height: 40px;
    background: #201c2b;
    color: #a1919e;
    margin-bottom: 10px;
}
#goods-info .detail-main .d-title span.active{
    border-color: #eb2a52;
    color: #fff;
}
#goods-info .detail-main .d-title span{
    display: inline-block;
    padding: 0 15px;
    border-bottom: 2px solid transparent;
    cursor: pointer;
}
#goods-info .detail-main .d-left .main-bg{
    background: #201c2b;
    margin-bottom: 20px;
    color: #a1919e;
    padding: 15px;
    overflow: hidden;
}
#goods-info .detail-main{
    overflow: hidden;
    margin-top: 15px;
}
#goods-info .detail-main .d-right{
    float: left;
    width: 230px;
}
#goods-info .detail-main .d-right .d-title{
    border-left: 5px solid #eb2a4c;
    padding: 0 20px;
}
#goods-info .detail-main .d-right li{
    width: 230px;
    height: 201px;
    background: #241e2d;
    margin-bottom: 8px;
    cursor: pointer;
}
#goods-info .detail-main .d-right li .g-img{
    width: 100%;
    height: 107px;
    overflow: hidden;
    position: relative;
}
#goods-info .detail-main .d-right li .g-img img{
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
#goods-info .detail-main .d-right li .g-name{
    padding: 5px 15px;
    width: 100%;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #faf7ff;
}
#goods-info .detail-main .d-right li del{
    display: block;
    padding: 0 15px;
    color: #faf7ff;
}
#goods-info .detail-main .d-right li .g-price{
    padding: 0 15px 15px;
}
#goods-info .detail-main .d-right li .sale-num{
    display: inline-block;
    width: 71px;
    height: 30px;
    background: url('/pc/img/discount-box.png') no-repeat;
    color: #fff;
    padding: 3px 0 0 7px;
    position: relative;
    left: -2px;
}
#goods-info .detail-main .d-right li .g-price strong{
    color: #eb294b;
    font-size: 24px;
    vertical-align: middle;
}
#goods-info .detail-main .d-right li:hover{
    background: #1d1822;
}

i.layui-layer-close{
    position: absolute;
    right: 36px;
    top: 21px;
    width: 18px;
    height: 18px;
    cursor: pointer;
    background: url(/pc/img/icon_guanbi.png) center no-repeat;
}
#buy .layui-layer-content, #wx-qrcode .layui-layer-content ,#zfb-qrcode .layui-layer-content,#pay-success .layui-layer-content {
    background: #201c2b;
    color: #a1919e;
}
#buy .goods-name , #wx-qrcode .goods-name ,#zfb-qrcode .goods-name,#pay-success .goods-name{
    background: #201c2b;
    border: none;
    padding: 0 25px;
}
#buy h1 , #wx-qrcode h1 ,#zfb-qrcode h1,#pay-success h1{
    color: #a1919e;
    height: 60px;
    line-height: 60px;
    border-bottom: 1px solid #4a4048;
    font-size: 16px;
}
#buy .goods-form{
    padding: 24px;
    font-size: 14px;
    line-height: 1.5;
    word-wrap: break-word;
}
#wx-qrcode .goods-form p ,#zfb-qrcode .goods-form p{
    text-align: center;
    margin-top: 20px;
}
#wx-qrcode .goods-form span ,#zfb-qrcode .goods-form span{
    font-size: 26px;
    color: #eb294b;
}
#buy .goods-form label{
    display: inline-block;
    width: 91px;
    height: 35px;
    text-align: right;
    margin-right: 15px;
}
#buy .goods-form .form-item{
    overflow: hidden;
    margin-bottom: 8px;
}
#buy .goods-form .form-item span{
    font-size: 12px;
    margin-top: 8px;
}
#buy .goods-form .form-item .item-box{
    float: left;
}
#buy .goods-form .form-item p{
    color: #eb294b;
    font-size: 24px;
    font-weight: 700;
}
#buy .goods-form input{
    width: 202px;
    height: 32px;
    border-radius: 4px;
    padding: 0 5px;
    border: none;
    background: #fff5fb;
}
#buy .goods-form .item{
    float: left;
    width: 101px;
    height: 41px;
    border-radius: 4px;
    position: relative;
    cursor: pointer;
    margin-right: 10px;
}
#buy .goods-form .form-item .wx{
    background: #fff url('/pc/img/pay-wx.png') no-repeat 50%;
}
#buy .goods-form .form-item .wx.active span ,#buy .goods-form .form-item .zfb.active span{
    display: block;
}
#buy .goods-form .form-item .wx span, #buy .goods-form .form-item .zfb span{
    position: absolute;
    right: 0;
    bottom: 0;
    width: 22px;
    height: 22px;
    border-radius: 0 0 4px 0;
    background: url('/pc/img/checket.png') no-repeat 50%;
    display: none;
}
#buy .goods-form .form-item .zfb{
    background: #fff url('/pc/img/pay-zfb.png') no-repeat 50%;
}
#buy .goods-form .form-item .sub{
    background: -o-linear-gradient(right,#eb2a52,#7465e6);
    background: -webkit-gradient(linear,left top,right top,from(#eb2a52),to(#7465e6));
    background: -o-linear-gradient(left,#eb2a52,#7465e6);
    background: linear-gradient(90deg,#eb2a52,#7465e6);
    font-size: 16px;
    font-weight: 700;
    width: 140px;
    height: 40px;
    line-height: 40px;
    padding: 0;
    border-radius: 4px;
    text-align: center;
    margin-top: 20px;
    cursor: pointer;
}
#buy .goods-form .form-item .sub a{
    color: white;
}
.header-model .get-code{
    width: 76px;
    height: 32px;
    background: #eb2a52;
    border-radius: 4px;
    color: white;
    display: inline-block;
    text-align: center;
    line-height: 32px;
    cursor: pointer;
}
.header-model .get-code:hover{
    background: #e54f6e;
}
.hearder-layui .layui-nav .layui-nav-child dd.layui-this a, .hearder-layui .layui-nav-child dd.layui-this {
    background-color: #e54f6e;
    color: #fff;
}
.hearder-layui .layui-nav-bar{
    background-color: #e54f6e;
}
.hearder-layui .layui-nav .layui-nav-child a:hover{
    background: -o-linear-gradient(right, #706e8c, #ec2a4c);
    background: -webkit-gradient(linear, left top, right top, from(#706e8c), to(#ec2a4c));
    background: -o-linear-gradient(left, #706e8c, #ec2a4c);
    background: linear-gradient(90deg, #706e8c, #ec2a4c);
}
.hearder-layui .layui-nav .layui-nav-item a{
    width: 133px;!important;
    margin-right: 0px;!important;
}

.main .search-form,.main .no-content,.main .game-order{
    width: 1200px;
    margin: 0 auto;
    margin-bottom: 10px;
    margin-top: 10px;
}
.main .order-line{
    height: 40px;
    line-height: 40px;
    background: #26202e;
    color: #a1919e;
}
.main .search-form .search-bg{
    float: left;
}
.main .search-form .search-bg input{
    width: 114px;
    height: 24px;
    border-radius: 4px;
    border: none;
    padding: 0 33px 0 10px;
    background: #fff5fb;
    margin-right: 5px;
}
.main .search-form .btn-search{
    width: 78px;
    height: 24px;
    line-height: 24px;
    border-radius: 5px;
    margin-top: 8px;
    margin-left: 10px;
    background: #1684ff;
    cursor: pointer;
    float: right;
    color: #fff;
    text-align: center;
    border: none;
    margin-right: 10px;
}
.main .search-form .order-status{
    float: left;
    width: 500px;
}
.main .search-form .order-status ul li.active{
    background: -o-linear-gradient(right,#706e8c,#ec2a4c);
    background: -webkit-gradient(linear,left top,right top,from(#706e8c),to(#ec2a4c));
    background: -o-linear-gradient(left,#706e8c,#ec2a4c);
    background: linear-gradient(90deg,#706e8c,#ec2a4c);
    color: #fff;
}
.main .search-form .order-status ul li{
    float: left;
    padding: 0 10px;
    height: 24px;
    line-height: 24px;
    border-radius: 5px;
    cursor: pointer;
    margin-top: 8px;
}
.main .search-form .order-status span{
    float: left;
}
.main .no-content{
    height: 400px;
    background: #26202e;
    margin-bottom: 15px;
    text-align: center;
    line-height: 400px;
    color: #a1919e;
}
.layui-laydate .layui-this{
    background: -o-linear-gradient(right, #706e8c, #ec2a4c);
    background: -webkit-gradient(linear, left top, right top, from(#706e8c), to(#ec2a4c));
    background: -o-linear-gradient(left, #706e8c, #ec2a4c);
    background: linear-gradient(90deg, #706e8c, #ec2a4c);
    color: #fff!important;
}
.main .game-order .order-list-product-title{
    height: 40px;
    line-height: 40px;
    background: #3c344a;
    color: #a1919e;
    padding: 0 15px;
    font-size: 12px;
    margin: 2px 0;
}
.main .game-order .order-list-product-title .order-product-title-time{
    margin-right: 40px;
}
.main .game-order .order-list-product-content{
    height: 107px;
    background: #26202e;
    color: #a1919e;
}
.main .game-order .order-list-product-content img{
    width: 227px;
    height: 107px;
    background-size: cover;
    float: left;
}
.float-left{
    float: left;
}
.main .game-order .order-list-product-content .order-list-product-content-name{
    width: 243px;
    height: 107px;
    line-height: 107px;
    text-align: left;
    padding-left: 25px;
    color: #fff;
}
.main .game-order .order-list-product-content .order-list-product-content-num{
    width: 80px;
    text-align: left;
    height: 107px;
    padding-left: 25px;
    line-height: 107px;
    color: #a1919e;
}
.main .game-order .order-list-product-content .order-list-product-content-status{
    width: 125px;
    text-align: left;
    height: 107px;
    padding-left: 25px;
}
.main .game-order .order-list-product-content .order-list-product-content-status .success-back{
    color: #00a854;
    font-size: 16px;
}
.main .game-order .order-list-product-content .order-list-product-content-status .fail-back{
    color: #999;
    font-size: 16px;
}
.main .game-order .order-list-product-content .order-list-product-content-status .processing-back{
    color: #FF5722;
    font-size: 16px;
}
.main .game-order .order-list-product-content .order-list-product-content-status .refund-back{
    color: #1684ff;
    font-size: 16px;
}
.main .game-order .order-list-product-content .order-status{
    margin-top: 37px;
    width: 66px;
    height: 32px;
    line-height: 32px;
    color: #fff;
    text-align: center;
    border-radius: 5px;
}

.main .game-order .order-list-product-content .order-list-product-content-price{
    width: 186px;
    text-align: left;
    height: 107px;
    line-height: 107px;
    padding-left: 25px;
    font-size: 24px;
    font-weight: 700;
}
.font-red{
    color: #c82947;
}
.main .game-order .order-list-product-content .order-list-product-content-control{
    width: 175px;
    text-align: left;
    height: 107px;
    padding-left: 25px;
}
.main .game-order .order-list-product-content .order-list-product-content-control .fail-content{
    margin-top: 17px;
}
.main .game-order .order-list-product-content .order-list-product-content-control .fail-content-reason{
    position: relative;
    color: #fff;
}
.main .game-order .order-list-product-content .order-list-product-content-control .contact-customer-service{
    display: block;
    font-size: 16px;
    color: #c82947!important;
}

.main .game-order .order-list-product-content .order-list-product-content-control .look-card-pwd{
    width: 76px;
    height: 32px;
    margin-top: 37px;
    line-height: 32px;
    background: #1684ff;
    border-radius: 5px;
    text-align: center;
    color: #fff;
    cursor: pointer;
}
.order-list-product{
    overflow: hidden;
}
