.header {
    /* position: fixed;
    width: 100%;
    z-index: 99;
    height: 126px;
    display: contents; */
    background-color: #000000;
    .w1330{
        /* width: 1330px; */
        max-width: 1330px;
        margin: auto;
    }
}

.header img {
    outline: none;
    cursor: pointer;
    width: 164px;
    height: 46px
}

.header .header-top {
    width: 100%;
    /* background: linear-gradient(180deg, #333, #000); */
    height: 69px;
    border-bottom: 1px solid #EECF63;
}

.header .header-top .header-con {
    /* width: 1300px; */
    justify-content: space-between;
    display: flex;
    height: 100%;
    margin: auto;
    align-items: center
}

.header .header-top .logo {
    height: 28px
}

.header .header-top .logo img {
    height: 76px;
    width: 255px;
    cursor: pointer;
    margin-top: -20px
}

.header .header-top .header-wrap {
    width: 1330px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between
}

.header .header-top .header-wrap .header-left span {
    color: #fff;
    padding: 0 10px;
    font-size: 12px;
    position: relative;
    cursor: pointer;
    outline: none
}

.header .header-top .header-wrap .header-left span :before {
    content: "";
    width: 1px;
    background: #fff;
    height: 14px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%)
}

.header .header-top .header-wrap .header-left span:hover {
    color: #fff071
}

.header .header-top .header-wrap .header-left span :last-child {
    color: #ffd200
}

.header .header-top .header-wrap .header-left span :last-child:hover {
    color: #fff071
}

.header .header-top .header-wrap .header-left span :last-child:before {
    content: none
}

.header .header-top .time {
    height: 22px;
    line-height: 22px;
    text-align: right
}

.header .header-top .time>span {
    color: hsla(0, 0%, 100%, .6);
    font-size: 12px
}

.header .header-top .time>span :not(:first-child) {
    margin-left: 10px
}

.header .header-bottom {
    width: 100%;
    height: 54px;
    /* background: #141414; */
    border-top: 2px solid #000;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header .balance,
.header .header-user,
.header .main,
.header .main-nav,
.header .top-menu,
.header .wrap {
    display: flex;
    align-items: center
}

.header .time {
    color: #fff;
    font-size: 12px
}

.header .time .mr4 {
    margin-right: 4px
}

.header .main,
.header .wrap {
    justify-content: space-between;
    line-height: 100%
}

.header .main .menu-box,
.header .wrap .menu-box {
    position: relative;
    height: 100%
}

.header .nav {
    display: flex;
    align-items: center;
    height: 100%;
    margin-bottom: 0
}

.header .nav .nav-text {
    margin: 0;
    display: block;
    position: relative;
    text-align: center;
    font-size: 14px
}

.header .nav .nav-text img {
    width: 32px;
    height: 32px;
    margin-bottom: -8px;
    margin-left: -2px
}

.header .nav .nav-item:hover {
    background: #000
}

.header .nav .nav-item:hover p {
    color: #e10613
}

.header .nav .active {
    background: #000
}

.header .nav .active p {
    color: #e10613
}

.header .nav .nav-icon {
    background: url(../images/down_icon.f219b26dc3a0986ac23e.png) no-repeat;
    position: absolute;
    right: 0;
    top: 50%;
    width: 12px;
    height: 12px;
    background-size: 25px 12px;
    background-position: 0 0;
    transform: translateY(-50%)
}

.header .nav-item {
    position: relative;
    margin: 0 2px;
    padding: 0 10px;
    height: 100%;
    line-height: 52px;
    color: #d9d9d9;
    font-weight: 700;
    font-size: 14px;
    cursor: pointer;
    transition: all .2s ease;
    text-decoration: none
}

.header .nav-item .nav-icon {
    color: #666
}

.header .nav-item .nav-text {
    color: #d3d4d7
}

.header .nav-item .nav-icon {
    background: url(../images/down_icon.f219b26dc3a0986ac23e.png) no-repeat;
    position: absolute;
    right: 0;
    top: 50%;
    width: 12px;
    height: 12px;
    background-size: 25px 12px;
    background-position: 0 0;
    transform: translateY(-50%)
}

.header .nav-item:hover .nav-text {
    color: #f0424b
}

.header .nav-item:hover .nav-text:after {
    left: 0;
    width: 100%
}

.header .nav-item:hover .nav-icon {
    background-position: -14px 0;
    transform-origin: center center
}

.header .header-user .finance {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
    margin-right: 16px
}

.header .header-user .finance .finance-item {
    flex: 0 0 25px;
    cursor: pointer;
    outline: none
}

.header .header-user .finance .finance-item .recharge-btn {
    width: 65px
}

.header .header-user .finance .finance-item .finance-icon {
    position: relative;
    width: 30px;
    height: 26px
}

.header .header-user .finance .finance-item .finance-icon .icon {
    width: 30px;
    height: 28px;
    z-index: 10;
    background: url(../images/fast-btn.112770e8b137cb158b4b.png);
    background-repeat: no-repeat;
    display: block;
    background-size: 132px 73px
}

.header .header-user .finance .finance-item .finance-icon .icon.income {
    background-position: -5px -40px
}

.header .header-user .finance .finance-item .finance-icon .icon.transfer {
    background-position: -98px -41px
}

.header .header-user .finance .finance-item .finance-icon .icon.withdraw {
    background-position: -52px -40px
}

.header .header-user .finance .finance-item .text {
    font-size: 12px;
    text-align: center;
    margin-top: 1px;
    transition: all .4s ease;
    width: 65px;
    height: 38px;
    background: rgba(189, 105, 15, 0);
    border: 1px solid #EECF63;
    border-radius: 19px;
    line-height: 38px;
    color: #fff;
    margin-right: 8px
}

.header .header-user .finance .finance-item .recharge {
    background-color: #EECF63;
    border: 1px solid #EECF63
}

.header .header-user .finance .finance-item .recharge:hover {
    background-color: #fa313d;
    border: 1px solid #fa313d
}

.header .header-user .finance .finance-item .withdraw-btn:hover {
    background-color: #2d2d2d
}

.header .header-user .finance .finance-item .transfer {
    line-height: 42px;
    border: 1px solid #fff
}

.header .header-user .finance .finance-item .transfer .icon {
    width: 20px;
    height: 20px;
    vertical-align: -.25em;
    fill: currentColor;
    overflow: hidden;
    color: #fff
}

.header .header-user .finance .finance-item .transfer:hover {
    background-color: #2d2d2d
}

.header .header-user .finance .finance-item:hover .finance-icon .icon.income {
    background-position: -5px -5px
}

.header .header-user .finance .finance-item:hover .finance-icon .icon.transfer {
    background-position: -98px -5px
}

.header .header-user .finance .finance-item:hover .finance-icon .icon.withdraw {
    background-position: -52px -5px
}

.header .header-user .finance .line {
    flex: 0 0 1px;
    height: 37px;
    margin: 0 12px;
    background-color: #ced2e2;
    opacity: .3
}

.header .header-user .personal {
    display: flex;
    text-decoration: none;
    padding-right: 4px;
    align-items: center
}

.header .header-user .personal:hover .balance img {
    transform: rotate(-180deg)
}

.header .header-user .personal:hover .bs-popover {
    display: block
}

.header .header-user .personal .avatar {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    position: relative;
    outline: none
}

.header .header-user .personal .avatar .icon {
    width: 36px;
    height: 36px;
    vertical-align: -.15em;
    fill: currentColor;
    overflow: hidden;
    color: #fff
}

.header .header-user .personal .avatar .message {
    position: absolute;
    top: 0;
    right: 0;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: 1px solid #fff;
    background-color: #f0424b
}

.header .header-user .personal .user-info {
    margin-left: 12px;
    transition: color .5s ease;
    outline: none;
    color: #fff
}

.header .header-user .personal .user-info .name {
    height: 16px;
    font-size: 14px;
    font-family: DINAlternate
}

.header .header-user .personal .user-info .balance {
    height: 20px;
    margin-top: 5px
}

.header .header-user .personal .user-info .balance p {
    margin: 0;
    font-weight: 700
}

.header .header-user .personal .user-info .balance span {
    margin-right: 2px
}

.header .header-user .personal .user-info .balance img {
    width: 20px;
    height: 20px;
    margin-left: 4px;
    transition: all .3s ease
}

.header .header-user .personal .user-info:hover {
    color: #f0424b;
    transition: all .5s ease
}

.header .header-user .personal .go-login {
    margin-left: 12px
}

.header .header-user .personal .go-login .hover-col {
    color: #ffffff;
    transition: all .2s ease;
    cursor: pointer
}

.header .header-user .personal .go-login .hover-col:hover {
    color: #f0424b
}

.header .header-user .personal .go-login .mar-num {
    margin: 0 5px
}

.popover-content-item {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 16px;
    border-radius: 8px;
    outline: none;
    color: #252525;
    font-size: 14px;
    font-weight: 700
}

.popover-content-item .icon {
    width: 22px;
    height: 22px;
    vertical-align: -.15em;
    margin-right: 12px;
    fill: currentColor;
    overflow: hidden;
    color: #90949c
}

.popover-content-item .icon path {
    fill: #90949c;
}

.popover-content-item:hover {
    background: #ededed
}

.popover-content-item i {
    width: 20px;
    height: 20px;
    background-size: cover;
    display: inline-block;
    margin-right: 10px
}

.popover-content-item .user-position {
    background: url(../images/userinfo.d1a0d16d37cac23d439e.png);
    background-size: cover
}

.popover-content-item .report-position {
    background: url(../images/my.89151f763197e92584be.png);
    background-size: cover
}

.popover-content-item .finance-position {
    background: url(../images/recharge.bc3be79932e474b63c2a.png);
    background-size: cover
}

.popover-content-item .agent-position {
    background: url(../images/agent.2b8e567740f6a65ec425.png);
    background-size: cover
}

.popover-content-item .agent-report {
    background: url(../images/agentreport.7a67b325f8b36d83efb6.png);
    background-size: cover
}

.popover-content-item .announcement-position {
    background: url(../images/announcement.ed0cbf103c70eb9e9267.png);
    background-size: cover
}

.bs-popover {
    width: 1200px;
    position: absolute;
    display: none
}

.bs-popover-content {
    position: absolute;
    background: #fff;
    border-radius: 4px;
    top: 20px;
    left: -21px;
    box-shadow: 0 3px 6px -4px rgba(0, 0, 0, .12), 0 6px 16px 0 rgba(0, 0, 0, .08), 0 9px 28px 8px rgba(0, 0, 0, .05)
}

.bs-popover-content .bs-popover-arrow {
    position: absolute;
    display: block;
    width: 8px;
    height: 8px;
    background: transparent;
    transform: rotate(45deg);
    right: 50%;
    top: -3px;
    border-color: #fff transparent transparent #fff;
    border-style: solid;
    border-width: 4px;
    box-shadow: -2px -2px 5px rgba(0, 0, 0, .06);
    margin-right: -8px
}

.bs-popover-inner-content {
    padding-left: 10px 14px 14px 0
}

.logout-btn {
    cursor: pointer;
    width: 125%;
    outline: none;
    border: 1px solid #e2e7ef;
    font-size: 14px;
    color: #666;
    background-color: #fff;
    padding: 6px 0;
    transition: all .2s ease-out;
    border-radius: 4px
}

.logout-btn:hover {
    border-color: #f0424b;
    color: #f0424b
}

.bs-popover-inner {
    padding: 10px 8px;
    cursor: default;
    z-index: 300
}

.ant-dropdown {
    margin: 0
}

.cdk-overlay-connected-position-bounding-box {
    width: 100% !important;
    left: 0 !important;
    justify-content: unset !important;
    align-items: unset !important
}

.cdk-overlay-connected-position-bounding-box .ant-dropdown-menu {
    display: flex;
    padding: 0 !important
}

.cdk-overlay-connected-position-bounding-box .wrap {
    width: 1200px !important
}

.cdk-overlay-connected-position-bounding-box .brick-nav {
    padding: 0 !important;
    border: none
}

.cdk-overlay-connected-position-bounding-box .menu-panel {
    background-image: linear-gradient(180deg, #121212 70%, #212121)
}

.cdk-overlay-connected-position-bounding-box .panel-realbet {
    display: flex;
    height: 280px;
    justify-content: space-evenly;
    max-width: 1200px;
    margin: 0 auto
}

.cdk-overlay-connected-position-bounding-box .panel-realbet .third-form {
    position: relative
}

.cdk-overlay-connected-position-bounding-box .panel-realbet .third-form .form-btn {
    color: transparent;
    border: none
}

.cdk-overlay-connected-position-bounding-box .panel-realbet.small_realbet {
    height: 215px
}

.cdk-overlay-connected-position-bounding-box .panel-realbet .brick_rebate div,
.cdk-overlay-connected-position-bounding-box .panel-realbet .buyu_rebate div,
.cdk-overlay-connected-position-bounding-box .panel-realbet .chess_rebate.esports_rebate div,
.cdk-overlay-connected-position-bounding-box .panel-realbet .chess_rebate.realbet_rebate div,
.cdk-overlay-connected-position-bounding-box .panel-realbet .chess_rebate.sports_rebate div,
.cdk-overlay-connected-position-bounding-box .panel-realbet .chess_rebate div,
.cdk-overlay-connected-position-bounding-box .panel-realbet .dz_rebate div {
    background: url(../images/type.dd23a5af8b67f59d961f.png) no-repeat
}

.cdk-overlay-connected-position-bounding-box .panel-realbet .chess_rebate.brick_rebate>div {
    background-position: 0 -207px
}

.cdk-overlay-connected-position-bounding-box .panel-realbet .chess_rebate.realbet_rebate>div {
    background-position: 0 2px
}

.cdk-overlay-connected-position-bounding-box .panel-realbet .chess_rebate>div {
    background-position: 0 -32px
}

.cdk-overlay-connected-position-bounding-box .panel-realbet .chess_rebate.sports_rebate>div {
    background-position: 0 -100px
}

.cdk-overlay-connected-position-bounding-box .panel-realbet .chess_rebate.esports_rebate>div {
    background-position: 0 -36px
}

.cdk-overlay-connected-position-bounding-box .panel-realbet .buyu_rebate>div {
    background-position: 0 -136px
}

.cdk-overlay-connected-position-bounding-box .panel-realbet .dz_rebate>div {
    background-position: 0 -67px
}

.cdk-overlay-connected-position-bounding-box .panel-realbet .realbet-item {
    transition: all .5s ease;
    width: 164px;
    padding: 0 5px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background-image: linear-gradient(180deg, #121212 70%, #212121)
}

.cdk-overlay-connected-position-bounding-box .panel-realbet .realbet-item.chess_item .drop_top {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.cdk-overlay-connected-position-bounding-box .panel-realbet .realbet-item.chess_item .drop_top .title {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%
}

.cdk-overlay-connected-position-bounding-box .panel-realbet .realbet-item.chess_item .drop_top .title .third-img {
    margin-right: 10px
}

.cdk-overlay-connected-position-bounding-box .panel-realbet .realbet-item.chess_item .drop_top .bsqp-pad {
    padding-right: 47px
}

.cdk-overlay-connected-position-bounding-box .panel-realbet .realbet-item.chess_item .drop_top .ob-pad {
    margin-left: -21px
}

.cdk-overlay-connected-position-bounding-box .panel-realbet .realbet-item.chess_item .drop_top .ky-pad {
    margin-left: -18px
}

.cdk-overlay-connected-position-bounding-box .panel-realbet .realbet-item .picture {
    width: 148px
}

.cdk-overlay-connected-position-bounding-box .panel-realbet .realbet-item .picture img {
    width: 100%;
    height: 160px
}

.cdk-overlay-connected-position-bounding-box .panel-realbet .realbet-item .title {
    display: flex;
    justify-content: center;
    align-items: center
}

.cdk-overlay-connected-position-bounding-box .panel-realbet .realbet-item .title p {
    font-family: Arial
}

.cdk-overlay-connected-position-bounding-box .panel-realbet .realbet-item .drop_left {
    position: relative
}

.cdk-overlay-connected-position-bounding-box .panel-realbet .realbet-item .drop_left .picture {
    width: 42%;
    padding-top: 50px
}

.cdk-overlay-connected-position-bounding-box .panel-realbet .realbet-item .drop_left .picture img {
    width: 100%
}

.cdk-overlay-connected-position-bounding-box .panel-realbet .realbet-item .drop_left .drop_right {
    position: absolute;
    top: 56px;
    right: 0;
    width: 55%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.cdk-overlay-connected-position-bounding-box .panel-realbet .realbet-item .drop_left .drop_right .title {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-bottom: 10px;
    margin-top: 8px
}

.cdk-overlay-connected-position-bounding-box .panel-realbet .realbet-item .drop_left .drop_right .title .third-img {
    margin-right: 10px;
    width: 76px;
    height: 36px;
    background-size: cover;
    position: relative
}

.cdk-overlay-connected-position-bounding-box .panel-realbet .realbet-item:hover .picture img {
    transform: scale(1.05);
    transition: .5s
}

.cdk-overlay-connected-position-bounding-box .panel-realbet .chess_rebate {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: -28px
}

.cdk-overlay-connected-position-bounding-box .panel-realbet .chess_rebate div {
    width: 150px;
    height: 36px;
    background-size: 100%
}

.cdk-overlay-connected-position-bounding-box .panel-realbet .chess_rebate span {
    color: #666;
    padding: 20px 0;
    font-size: 14px
}

.cdk-overlay-connected-position-bounding-box .panel-realbet .sports_item .picture {
    width: 162px
}

.cdk-overlay-connected-position-bounding-box .panel-realbet .buyu_item .picture img,
.cdk-overlay-connected-position-bounding-box .panel-realbet .sports_item .picture img {
    width: 100%
}

.cdk-overlay-connected-position-bounding-box .panel-brick {
    height: auto
}

.cdk-overlay-connected-position-bounding-box .ant-dropdown-menu-item {
    text-align: center;
    padding: 15px;
    cursor: default
}

.cdk-overlay-connected-position-bounding-box .ant-dropdown-menu-item .menu-panel {
    position: absolute;
    top: 121px;
    left: 0;
    right: 0;
    min-width: 1200px;
    height: 0;
    box-shadow: 0 6px 19px 0 rgba(0, 0, 0, .2);
    background-color: hsla(0, 0%, 100%, .96);
    transition: height .2s ease-out, visibility .2s ease-out;
    height: 360px
}

.cdk-overlay-connected-position-bounding-box .ant-dropdown-menu-item .menu-panel.visible {
    visibility: visible;
    height: 300px
}

.cdk-overlay-connected-position-bounding-box .ant-dropdown-menu-item .third-img {
    width: 76px;
    height: 36px;
    background-size: cover;
    position: relative;
    margin-right: 8px
}

.cdk-overlay-connected-position-bounding-box .ant-dropdown-menu-item .third-img img {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 0;
    width: 76px;
    left: 50%
}

.cdk-overlay-connected-position-bounding-box .ant-dropdown-menu-item .third-name {
    display: inline-block
}

.cdk-overlay-connected-position-bounding-box .ant-dropdown-menu-item .third-name h3 {
    font-size: 18px;
    color: #fff;
    font-weight: 700
}

.cdk-overlay-connected-position-bounding-box .ant-dropdown-menu-item .third-name p {
    color: #d4d0cf;
    font-size: 12px
}

.cdk-overlay-connected-position-bounding-box .ant-dropdown-menu-item .im-title {
    margin-left: -19px
}

.cdk-overlay-connected-position-bounding-box .ant-dropdown-menu-item .ob-title {
    margin-left: -21px
}

.cdk-overlay-connected-position-bounding-box .ant-dropdown-menu-item .og-title {
    margin-left: -15px
}

.cdk-overlay-connected-position-bounding-box .ant-dropdown-menu-item .ag-title {
    margin-left: -13px
}

.cdk-overlay-connected-position-bounding-box .ant-dropdown-menu-item .bg-title {
    margin-left: -20px
}

.cdk-overlay-connected-position-bounding-box .ant-dropdown-menu-item .ob-margin {
    margin-left: -14px
}

.cdk-overlay-connected-position-bounding-box .ant-dropdown-menu-item .og-margin {
    margin-left: -17px
}

.cdk-overlay-connected-position-bounding-box .ant-dropdown-menu-item .vg-margin {
    margin-left: -11px
}

.cdk-overlay-connected-position-bounding-box .ant-dropdown-menu-item .dz-margin {
    margin-left: -17px
}

.cdk-overlay-connected-position-bounding-box .ant-dropdown-menu-item .im-margin {
    margin-left: -14px
}

.cdk-overlay-connected-position-bounding-box .ant-dropdown-menu-item .bbin-margin,
.cdk-overlay-connected-position-bounding-box .ant-dropdown-menu-item .ybt-margin {
    margin-left: -10px
}

.cdk-overlay-connected-position-bounding-box .ant-dropdown-menu-item .bsqp-position {
    margin-right: -10px
}

.cdk-overlay-connected-position-bounding-box .ant-dropdown-menu-item .ybt-position {
    margin-left: -30px
}

.cdk-overlay-connected-position-bounding-box .ant-dropdown-menu-item .ob-position {
    margin-right: 0 !important
}

.cdk-overlay-connected-position-bounding-box .ant-dropdown-menu-item .bg-margin {
    margin-left: -15px
}

.cdk-overlay-connected-position-bounding-box .ant-dropdown-menu-item .qp-img img {
    left: 63%
}

.cdk-overlay-connected-position-bounding-box .ant-dropdown-menu-item .qp-img .bsqp-img {
    left: 73%
}

.cdk-overlay-connected-position-bounding-box .ant-dropdown-menu-item .qp-img .ky-img {
    left: 75%
}

.cdk-overlay-connected-position-bounding-box .ant-dropdown-menu-item .game-btn {
    background: url(../images/bt.82898c542985e918a2ab.png) no-repeat;
    background-position: 0 0;
    color: #fff;
    border: none;
    width: 110px;
    height: 39px;
    background-size: cover;
    position: relative;
    transition: none;
    line-height: 30px;
    text-decoration: none
}

.cdk-overlay-connected-position-bounding-box .ant-dropdown-menu-item .game-btn:hover {
    background-position: -1px -40px;
    background-size: cover
}

.cdk-overlay-connected-position-bounding-box .ant-dropdown-menu-item .title {
    white-space: nowrap;
    display: flex;
    align-items: center
}

.cdk-overlay-connected-position-bounding-box .ant-dropdown-menu-item .header-brick-nav {
    display: inline-block;
    padding: 12px 0
}

.cdk-overlay-connected-position-bounding-box .ant-dropdown-menu-item .brick-nav-item {
    display: flex;
    align-items: center;
    padding-bottom: 8px
}

.cdk-overlay-connected-position-bounding-box .ant-dropdown-menu-item .brick-sub-item {
    display: flex !important;
    flex-wrap: wrap !important
}

.cdk-overlay-connected-position-bounding-box .ant-dropdown-menu-item .brick-sub-item li {
    height: 32px;
    display: inline-block;
    margin: 5px;
    text-align: center;
    line-height: 32px;
    border-radius: 5px;
    min-width: 100px;
    outline: none;
    cursor: pointer;
    background: linear-gradient(0deg, #efefef, #f8f8f8);
    box-shadow: 1px 1px 0 0 #d1d1d1;
    color: #4d4d4d;
    font-size: 12px
}

.cdk-overlay-connected-position-bounding-box .ant-dropdown-menu-item .brick-sub-item li:hover {
    box-shadow: 0 1px 2px 0 rgb(196 122 3.10526316%);
    background-color: #f0424b;
    background-image: linear-gradient(180deg, #f0424b 45%, #f0424b 55%, #f0424b);
    color: #fff
}

.cdk-overlay-connected-position-bounding-box .ant-dropdown-menu-item .brick-sub-item .brick-item {
    position: relative
}

.cdk-overlay-connected-position-bounding-box .ant-dropdown-menu-item .brick-sub-item .brick-item label {
    position: absolute;
    top: -7px;
    right: -7px;
    width: 18px;
    height: 18px;
    color: #fff;
    font-size: 14px;
    transform: scale(.8);
    -webkit-transform: scale(.8);
    text-align: center;
    line-height: 18px;
    border-radius: 3px;
    background-blend-mode: overlay;
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .8), transparent 67%)
}

.cdk-overlay-connected-position-bounding-box .ant-dropdown-menu-item .brick-sub-item .brick-item label.hot-sign {
    background-color: #fc8f35
}

.cdk-overlay-connected-position-bounding-box .ant-dropdown-menu-item .brick-sub-item .brick-item label.new-sign {
    background-color: #00948a
}

.cdk-overlay-connected-position-bounding-box .ant-dropdown-menu-item .brick-sub-item .brick-item label.fire-sign {
    background-color: #d0201a
}

.cdk-overlay-connected-position-bounding-box .ant-dropdown-menu-item .brick-sub-item .brick-item label.recommend-sign {
    background-color: #ff1493
}

.cdk-overlay-connected-position-bounding-box .ant-dropdown-menu-item .brick-nav-name {
    min-width: 80px;
    font-size: 14px;
    color: #555
}

.cdk-overlay-connected-position-bounding-box .ant-dropdown-menu-item .wrap.menubox {
    padding: 10px 0 !important;
    height: 360px !important
}

.cdk-overlay-connected-position-bounding-box .ant-dropdown-menu-item .menu-item {
    display: inline-block;
    text-align: center;
    margin-right: 30px
}

.cdk-overlay-connected-position-bounding-box .ant-dropdown-menu-item .menu-item span {
    color: #555;
    font-size: 14px
}

.cdk-overlay-connected-position-bounding-box .ant-dropdown-menu-item .menu-sub-main {
    margin-top: 15px;
    display: flex
}

.cdk-overlay-connected-position-bounding-box .ant-dropdown-menu-item .menu-sub-item {
    display: inline-block;
    margin-right: 10px
}

.cdk-overlay-connected-position-bounding-box .ant-dropdown-menu-item .menu-sub-item li {
    width: 150px;
    height: 32px;
    margin-bottom: 10px;
    text-align: center;
    line-height: 30px;
    border-radius: 5px;
    background: linear-gradient(0deg, #efefef, #f8f8f8);
    box-shadow: 1px 1px 0 0 #d1d1d1;
    color: #4d4d4d;
    outline: none;
    cursor: pointer;
    font-size: 12px
}

.cdk-overlay-connected-position-bounding-box .ant-dropdown-menu-item .menu-sub-item li:hover {
    background: linear-gradient(0deg, #d69862, #fbbc88);
    box-shadow: 1px 1px 0 0 #c6742e;
    color: #fff
}

.cdk-overlay-connected-position-bounding-box .menu-panel.ant-dropdown-menu {
    padding: 0 !important
}

.cdk-overlay-connected-position-bounding-box .menu-panel.ant-dropdown-menu .ant-dropdown-menu-item:hover {
    background: transparent
}

.download-detail {
    display: flex;
    height: 220px;
    width: 1200px;
    margin: 0 auto
}

.download-detail .iphone-down-main {
    /* padding: 50px 0 0; */
    /* margin:0 auto; */
}

.download-detail .iphone-down-main p {
    font-size: 24px;
    color: #fff;
    margin-left: 15px
}

.download-detail .iphone-down-main .app-download-wrap {
    display: flex;
    align-items: center;
}

.download-detail .iphone-down-main .app-download-wrap .app-download-img img {
    /* width: 100px */
}

.download-detail .iphone-down-main .app-download-wrap .app-download {
    margin: 0 10px;
    background: #fff;
    padding: 1px;
    width: 122px;
    height: 122px
}

.download-detail .iphone-down-main .app-download-wrap .app-download .qrcode-item {
    width: 120px;
    height: 120px;
    color: #fff
}

.download-detail h2 {
    text-align: center;
    font-size: 24px;
    color: #26282a
}

.download-detail h4 {
    text-align: center;
    color: #26282a;
    margin-bottom: 10px
}

.download-detail .google-header {
    display: block;
    align-items: center;
    justify-content: center;
    padding: 20px 40px;
    text-align: center
}

.download-detail .google-header p {
    font-size: 24px;
    color: #fff;
    margin-left: 15px
}

.download-detail .google-header .download-btn {
    width: 140px;
    height: 33px;
    font-weight: 700;
    text-align: center;
    background: #f0424b;
    color: #fff;
    border-radius: 0;
    border: none;
    outline: 0;
    transition: none;
    font-size: 16px;
    text-decoration: none;
    cursor: pointer;
    border-radius: 3px;
    background: linear-gradient(0deg, #c22c2d, #eb3b3d)
}

.download-detail .google-header .download-btn:hover {
    background: linear-gradient(0deg, #e64645, #f65b5d)
}

.download-detail .google-header .google-logo {
    padding: 4px 0;
    text-align: center
}

.download-detail .google-header .google-logo img {
    width: 80px
}

.download-detail .p-left20 {
    padding-left: 20px
}

.download-detail .p-left40 {
    padding-left: 40px
}

.download-detail .p-right40 {
    padding-right: 40px
}

.download-detail .p-top80 {
    padding-top: 80px
}

.download-detail .p-top30 {
    padding-top: 30px
}

.download-detail .p-right20 {
    padding-right: 20px
}

.download-detail .m-left20 {
    margin-left: 20px
}

.download-detail .m-left40 {
    margin-left: 40px
}

.gm-position img,
.obby-position img,
.obqp-position img {
    position: absolute;
    width: 32px;
    transform: translate(-50%);
    left: 50%;
    top: 25%
}

.ag-position img,
.aio-position img,
.dz-position img,
.ebet-position img,
.im-position img,
.obzr-position img,
.ybt-position img {
    position: absolute;
    transform: translate(-50%);
    width: 76px;
    left: 62%;
    top: 0
}

.ag-position .ebet-zr-img,
.ag-position .im-ty-img,
.ag-position .ybt-ty-img,
.aio-position .ebet-zr-img,
.aio-position .im-ty-img,
.aio-position .ybt-ty-img,
.dz-position .ebet-zr-img,
.dz-position .im-ty-img,
.dz-position .ybt-ty-img,
.ebet-position .ebet-zr-img,
.ebet-position .im-ty-img,
.ebet-position .ybt-ty-img,
.im-position .ebet-zr-img,
.im-position .im-ty-img,
.im-position .ybt-ty-img,
.obzr-position .ebet-zr-img,
.obzr-position .im-ty-img,
.obzr-position .ybt-ty-img,
.ybt-position .ebet-zr-img,
.ybt-position .im-ty-img,
.ybt-position .ybt-ty-img {
    width: 76px;
    height: 36px
}

.ag-position .ebet-zr-img,
.aio-position .ebet-zr-img,
.dz-position .ebet-zr-img,
.ebet-position .ebet-zr-img,
.im-position .ebet-zr-img,
.obzr-position .ebet-zr-img,
.ybt-position .ebet-zr-img {
    top: 0 !important
}

.ebet-position img {
    top: 33% !important
}

.obzr-position img {
    left: 49%
}

.header-empty {
    /* height: 121px */
}

.ant-dropdown-menu {
    box-shadow: none;
    background-image: linear-gradient(180deg, #121212 70%, #212121)
}

.hot-icon {
    width: 20px;
    height: 32px;
    background: url(../images/hot_new.gif) no-repeat;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 1px;
    overflow: hidden;
    background-size: 70%;
}