html{font-family: Arial,Verdana,Sans-serif;}

.ex-header-warp
{
    height: 45px;
    background: #fff;
    top: 0;
    left: 0;
    right: 0;
    position: fixed;
    box-shadow: 0 1px 0 0 rgba(0,0,0,.1), 0 0.5px 0.5px 0 rgba(0,0,0,.2);
    -ms-box-shadow: 0 1px 0 0 rgba(0,0,0,.1), 0 0.5px 0.5px 0 rgba(0,0,0,.2);
    -webkit-box-shadow: 0 1px 0 0 rgba(0,0,0,.1), 0 0.5px 0.5px 0 rgba(0,0,0,.2);
    -moz-box-shadow: 0 1px 0 0 rgba(0,0,0,.1), 0 0.5px 0.5px 0 rgba(0,0,0,.2);
    z-index: 2;
}

.ex-header-warp a
{
    display: block;
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    position: absolute;
    left: 0;
    top: 0;
}

.ex-header-warp a i
{
    font-size: 18px;
}

.ex-header-warp span
{
    line-height: 45px;
    display: block;
    text-align: center;
    font-size: 18px;
}

.ex-user-info
{
    height: 50px;
    position: fixed;
    top: 51px;
    background: #fff;
    left: 10px;
    right: 0;
    overflow: hidden;
    opacity: 1;
    box-shadow: 0 1px 0 0 rgba(0,0,0,.1), 0 0.5px 0.5px 0 rgba(0,0,0,.2);
    -ms-box-shadow: 0 1px 0 0 rgba(0,0,0,.1), 0 0.5px 0.5px 0 rgba(0,0,0,.2);
    -webkit-box-shadow: 0 1px 0 0 rgba(0,0,0,.1), 0 0.5px 0.5px 0 rgba(0,0,0,.2);
    -moz-box-shadow: 0 1px 0 0 rgba(0,0,0,.1), 0 0.5px 0.5px 0 rgba(0,0,0,.2);
    transition: .5s;
    border-radius: 0;
    z-index: 2;
}

.ex-user-info img
{
    float: left;
    width: 40px;
    height: 40px;
    margin: 5px;
    border-radius: 40px;
    border: 0;
    background: rgb(220,220,220);
}

.ex-user-info-box
{
    height: 40px;
    margin-top: 5px;
    margin-left: 10px;
    float: left;
}

.ex-user-info-box .title
{
    font-size: 14px;
    line-height: 20px;
}

.ex-user-info-box .subtitle
{
    font-size: 12px;
    line-height: 15px;
}

.ex-user-num
{
    height: 50px;
    line-height: 50px;
    background: #fff;
    position: absolute;
    right: 0;
    padding: 0 10px;
    font-size: 16px;
    z-index: 1;
}

.ex-user-num span
{
    font-weight: bold;
}

.ex-nav-warp
{
    background: #fff;
    padding-top: 10px;
}

.line-bottom
{
    height: 1px;
    background: rgb(220,220,220);
}

.ex-nav
{
    margin-bottom: 10px;
    float: left;
    width: 25%;
}

.ex-nav a
{
    display: block;
    color: rgb(60,60,60);
}

.ex-nav img
{
    display: block;
    margin: 0 auto;
    width: 50%;
}

.ex-nav span
{
    display: block;
    font-size: 10px;
    text-align: center;
    margin-top: 5px;
}

.ex-index-adv-warp
{
    margin-top: 5px;
}

.ex-index-adv-warp img
{
    display: block;
    width: 100%;
}

.ex-index-goods-warp
{
    margin-top: 10px;
    background: #fff;
}

.ex-index-goods-title-box
{
    line-height: 40px;
    padding-left: 10px;
    font-size: 14px;
    font-weight: bold;
}

.ex-index-goods-box
{
    height: 110px;
}

.ex-index-goods-icon
{
    width: 30%;
    float: left;
    padding-top: 15px;
}

.ex-index-goods-icon img
{
    display: block;
    width: 80px;
    height: 80px;
    margin: 0 auto;
}

.ex-index-info-box
{
    width: 70%;
    float: left;
    height: 80px;
    margin: 15px 0;
}

.ex-index-info-title
{
    font-size: 14px;
    margin-right: 10px;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
}

.ex-index-info-title a
{
    color: rgb(60,60,60);
}

.ex-index-info-title span
{
    float: left;
    font-size: 12px;
    margin-top: 2px;
    line-height: 16px;
    background: orangered;
    padding: 0 5px;
    color: #fff;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    margin-right: 5px;
}

.ex-index-price
{
    font-size: 12px;
    line-height: 40px;
    color: rgb(120,120,120);
}

.shortcut-box
{
    width: 25%;
}

.ex-cat-box
{
    float: left;
    width: 25%;
    text-align: center;
    margin-top: 30px;
    overflow: hidden;
}

.ex-cat-box img
{
    display: block;
    width: 60%;
    margin: 0 auto;
    border-radius: 100px;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
}

.ex-cat-box span
{
    margin-top: 10px;
    display: block;
    text-align: center;
    font-size: 12px;
    color: #000;
}

.ex-cat-box a
{
    display: block;
}

.ex-catnav-warp
{
    line-height: 48px;
    overflow-x: auto;
    width: 100%;
    background: #fff;
}

.ex-catnav-box
{
    width: 500%;
}

.ex-catnav
{
    float: left;
    height: 50px;
    padding: 0 15px;
    background: #fff;
}

.ex-catnav a
{
    display: block;
}

.ex-catnav span
{
    display: inline-block;
}

.ex-catgoods-box
{
    float: left;
    width: 50%;
}

.ex-catgoods-info
{
    margin: 0 10px;
    margin-top: 10px;
    background: #fff;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    overflow: hidden;
}

.ex-catgoods-info img
{
    display: block;
    width: 100%;
}

.ex-catgoods-title
{
    padding: 0 5px;
    font-size: 12px;
    margin: 5px 0;
    line-height: 16px;
    height: 32px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.ex-catgoods-money
{
    color: rgb(110,110,110);
    padding: 0 5px;
    margin-bottom: 5px;
}

.ex-catgoods-money span
{
    font-weight: bold;
    color: orangered;
}

.ex-catgoods-box a
{
    display: block;
}

.ex-goods-header
{
    text-align: center;
}

.ex-goods-header span
{
    margin: 0 8px;
    display: inline-block;
}

.ex-goods-header .comment
{
    padding: 0;
}

.exchange-goods-option {
    text-align: center;
    float: right;
    width: 16%;
    height: 50px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-top: 1px solid rgb(230,230,230);
}

.exchange-goods-option a {
    display: block;
    color: rgb(60,60,60);
}

.exchange-goods-option img {
    display: block;
    margin: 8px auto;
    width: 20px;
    height: 20px;
    margin-bottom: 3px;
}

.exchange-goods-option a {
    display: block;
    color: rgb(60,60,60);
    font-size: 12px;
}

.go-cart-warp, .add-cart-warp
{
    width: 26%;
}

.exchange-goods-number {
    margin-top: 15px;
    font-size: 14px;
    color: rgb(150,150,150);
}

.exchange-goods-number span {
    margin-left: 20px;
}

.exchange-goods-tips {
    background: #fff;
    padding: 10px 10px;
    margin-top: 10px;
}

.exchange-goods-tips div {
    float: left;
    margin-right: 20px;
}

.exchange-goods-tips img {
    float: left;
    width: 15px;
}

.exchange-goods-tips span {
    font-size: 12px;
    float: left;
    margin-left: 5px;
}

.ex-select-warp
{
    padding: 10px;
    background: #fff;
    margin-top: 10px;
}

.ex-select-warp .title
{
    font-size: 12px;
    color: rgb(150,150,150);
    padding-bottom: 10px;
}

.ex-select-warp .subtitle
{
    float: left;
    font-size: 12px;
    margin-right: 15px;
    margin-bottom: 10px;
    color: rgb(150,150,150);
    border: 1px solid rgb(180,180,180);
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    padding: 5px 10px;
}

.exchange-goods-number b
{
    font-weight: normal;
}

.ex-desc-warp,.ex-comment-warp
{
    padding-right: 10px;
    padding-left: 10px;
    font-size: 14px;
    background: #fff;
    height: 40px;
    line-height: 40px;
    color: rgb(150,150,150);
    border-bottom: 1px solid rgb(230,230,230);
}

.ex-desc-warp em,.ex-comment-warp em
{
    float: right;
}

.ex-desctext-warp,.ex-commenttext-warp
{
    position: fixed;
    top: 45px;
    bottom: 50px;
    left: 100%;
    width: 100%;
    background: #fff;
    z-index: 2;
    transition: .3s;
    overflow-y: auto;
}

.ex-desctext-box
{
    padding: 10px;
}

.ex-desctext-box .title
{
    color: rgb(150,150,150);
    line-height: 30px;
}

.ex-desctext
{
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 12px;
}

.ex-desctext img
{
    display: block;
    width: 100%;
}

.ex-goodsum-warp img
{
    display: block;
    margin: 30px auto;
}

.ex-goodsum-warp span
{
    display: block;
    font-size: 18px;
    text-align: center;
}

.nine-warp
{
    margin: 20px;
    position: relative;
}

.nine-warp img
{
    display: block;
    width: 100%;
}

.nine-tips
{
    margin: 0 20px;

}

.nine-box
{
    position: absolute;
}

.lucky-nine
{
    background: #fff;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

.lucky-nine,.lucky-nine-click
{
    float: left;
    margin-left: 10px;
    margin-top: 10px;
    text-align: center;
}

.lucky-nine-click
{
    position: relative;
}

.lucky-nine-click span
{
    color: orangered;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 1px;
    font-weight: bold;
    font-size: 12px;
}

.lucky-nine-click img
{
    width: 100%;
    height: 100%;
    display: block;
}

.nine-back
{
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999999;
    background: rgba(0,0,0,.5);
}

.nine-get
{
    display: none;
    position: fixed;
    z-index: 999999;
    left: 50px;
    right: 50px;
    top: 150px;
}

.get-text1
{
    position: absolute;
    top: 24%;
    left: 0;
    right: 0;
    text-align: center;
    color: #DF4437;
    font-weight: bold;
    font-size: 55px;
}

.get-text2
{
    position: absolute;
    top: 41%;
    left: 0;
    right: 0;
    text-align: center;
    color: #DF4437;
    font-size: 14px;
}

.get-text3
{
    position: absolute;
    bottom: 25%;
    left: 0;
    right: 0;
    text-align: center;
    color: #E49E3C;
    font-size: 12px;
    font-weight: bold;
}

.nine-get img
{
    width: 100%;
}

.nine-tips
{
    margin-bottom: 10px;
}

.nine-tips .title
{
    font-size: 16px;
}

.nine-tips p
{
    margin-top: 5px;
    font-size: 14px;
    line-height: 25px;
}

.game-list-warp
{
    background: #fff;
}

.game-list-warp img
{
    float: left;
    width: 60px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.game-info
{
    margin-left: 70px;
}

.game-info .title
{
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
}
.game-info .subtitle
{
    font-size: 12px;
    line-height: 15px;
    margin-top: 5px;
}

.game-list-warp a
{
    display: block;
    padding: 10px;
}

.game-line
{
    height: 1px;
    background: #ebebeb;
}