
header {
    color: #b38549;
    position:relative;
    z-index:9;
}

.nav {
    width: 100%;
    background-color: #242324;
}

@media (min-width: 768px) {
    .nav {
        height: 60px;
        line-height: 60px;
    }

    .poker_nav .logo {
        float: left;
    }

    .poker_nav > .nav_text > ul {
        float: left;
    }

    .poker_nav > .nav_text > ul > li {
        float: left;
        text-align: center;
        letter-spacing: 1px;
    }

.nav_text_ul1{
    display:none;
}
.nav_text_li:hover .nav_text_ul1{
    display:block;
}
    .nav_world {
        float: right;
        cursor: pointer;
        /*width: 60px;*/
        font-size: 16px;
        position: relative;
        z-index: 999;
    }

    .nav_text ul li .nav_text_ul1 a {
        display: block;
        font-size: 14px;
        height: 40px;
        line-height: 40px;
        background:#242324;
        padding: 0px 15px 0;
    }

    .nav_text ul li .nav_text_ul1 a:hover {
        background:#2c2c2c;
        color:#fff;
    }
    
    .nav_text ul li > a {
        border-top: 4px solid #242324;
        display: block;
        font-size: 16px;
        background:none;
        height: 54px;
        line-height: 54px;
        padding: 0px 15px 0;
    }


    .nav_text ul li:hover > a {
        border-top: 4px solid #DDBD8A;
    }

    .nav_world :hover {
        color: #DDBD8A;
    }

    .nav_world .nav_lan {
        background-color: #242324;
        position: absolute;
        top: 60px;
        left: -18px;
    }

    .nav_world .lang img {
        width: 11px;

    }

    .nav_world .lang {
        position: relative;
        top: -58px;
        left: 30px;
    }

    .nav_world .nav_lan {
        display: none;
        box-shadow: 0 -1px 0 rgba(255, 255, 255, .1);
    }

    .nav_world .nav_lan .line {
        height: 1px;
        border-radius: 50%;
        background: -webkit-radial-gradient(rgba(179, 133, 73, 0.68) 0%, #B38549 25%, rgba(179, 133, 73, 0.68) 50%);
        /*å…¼å®¹ie radiusæ¸å˜*/
        background: -ms-radial-gradient(rgba(179, 133, 73, 0.68) 0%, #B38549 25%, rgba(179, 133, 73, 0.68) 50%);
        transform: scale(55, 1);
        -webkit-transform: scale(55, 1);
        -ms-transform: scale(55, 1);
        text-align: center;
        width: 2px;
        margin-left: 58px;
    }

}

@media (min-width: 1200px) {
    .logo {
        margin-left: 40px;
    }

    .poker_nav > .nav_text > ul {
        width: 870px;
    }

    .nav_text ul li {
        margin-left: 50px;
    }

    .nav_world {
        margin-right: 40px;
    }

    .nav_world img {
        margin-right: 8px;;
    }

    .nav_world .nav_lan .language {
        height: 42px;
        line-height: 42px;
        width: 120px;
        text-align: center;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .logo {
        margin-left: 20px;
    }

    .poker_nav > .nav_text > ul {
        width: 700px;
    }

    .nav_text ul li {
        margin-left: 40px;
    }

    .nav_world {
        margin-right: 20px;
    }

    .nav_world img {
        margin-right: 8px;;
    }

    .nav_world .nav_lan .language {
        height: 40px;
        line-height: 40px;
        width: 120px;
        text-align: center;
    }

    .nav_world {

    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .logo {
        margin-left: 0px;
    }

    .poker_nav > .nav_text > ul {
        width: 500px;
    }

    .nav_text ul li {
        margin-left: 19px;
    }

    .nav_world {
        margin-right: 25px;
    }

    .nav_world img {
        margin-right: 8px;;
    }

    .nav_world .nav_lan .language {
        height: 40px;
        line-height: 40px;
        width: 110px;
        text-align: center;
    }

    .nav_world .nav_lan {
        top: 60px;
        left: -12px;
    }

    .nav_world .nav_lan .line {
        margin-left: 54px;
    }
}

@media (max-width: 767px) {
    header {
        position: absolute;
        width: 100%;
        z-index: 999;
    }

    .pc-item{
        width: 45px;
        height: 45px;
    } 
    .pc-item img{
        width: 100% !important;
        height: 100% !important;
    }   
    .nav {
        height: 48px;
        line-height: 48px;
        position: relative;
    }

    .poker_nav {
        padding: 0;
    }

    .nav .nav_text {
        position: absolute;
        top: 48px;
        background-color: #232423;
        width: 100%;
        box-shadow: 0 -1px 0 rgba(255, 255, 255, .1);
    }

    .nav_text_li .ericon {
        color: #d4a273;
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        float: right;
        position: relative;
        z-index: 3;
    }
    
    .nav_text_li .ericon .icon2 {
        display: block;
        width: 20px;
        height: 10px;
        margin-top: 15px;
        background: url(../image/icon22.png) no-repeat;
        background-size: 100% 100%;
    }
    .nav_text_li .ericon .icon1 {
        display: none;
    }
    .nav_text_li .ericon.xz .icon1 {
        display: block;
        width: 20px;
        height: 10px;
        margin-top: 15px;
        background: url(../image/icon11.png) no-repeat;
        background-size: 100% 100%;
    }
    .nav_text_li .ericon.xz .icon2 {
        display: none;
    }

    .nav_text_ul1{
        display: none;
    }

    .nav_text_li .nav_text_ul1 a{
        font-size: 14px !important;
        color: #eee;
        text-indent: 2em;
    }

    .nav .nav_text ul {
        margin: 0;
        display: none;
    }

    .nav .nav_text > ul > li a {
        width: 100%;
        display: block;
    }

    .nav .nav_text .nav_text_li {
        font-size: 16px;
        height: auto;
        overflow: hidden;
        line-height: 40px;
        margin-left: 35px;
    }

    .nav .nav_text .nav_text_li_lan {
        position: relative;
    }

    .nav .nav_text .nav_text_li_lan img {
        width: 14px;
        position: absolute;
        top: 40%;
        right: 10%;
    }

    .nav .nav_text li a {
        font-size: 16px
    }

    .nav .nav_text .nav_line {
        height: 1px;
        width: 100%;
        position: relative;
    }

    .nav .nav_text .nav_line img {
        height: 1px;
        width: 100%;
        position: absolute;
    }

    .nav .logo {
        float: left;
    }

    .nav .select {
        float: right;
    }

    .nav .logo img {
        width: 80px;
        margin-left: 20px;
    }

    .nav .select {
        height: 48px;
        width: 48px;
        text-align: center;
    }

    .nav .select img {
        width: 18px;
        margin-right: 20px;
    }

    .nav_text_ul2 {
        display: none;
    }
}


.pc-item .pc-s{
    display: block;
}

.pc-item .pc-a{
    display: none;
}


.pc-item.active .pc-s{
    display: none;
}

.pc-item.active .pc-a{
    display: block;
}

/* 选择页面上ID为bottom-right-element的元素，并为其设置样式 */
#bottom-right-element {
    position: fixed; /* 定位方式设置为固定定位，意味着元素将相对于浏览器窗口固定在指定位置 */
    right: 80px; /* 设置元素的右边缘距离浏览器窗口的右边缘100像素 */
    bottom: 25px; /* 设置元素的底边缘距离浏览器窗口的底边缘20像素 */
    width: 135px; /* 设置元素的宽度为150像素 */
    height: 52px; /* 设置元素的高度为60像素 */
    background-color: #7138E4; /* 设置元素的背景颜色为红色 */
    color: white; /* 设置元素的文本颜色为白色 */
    z-index: 1000; /* 设置元素的堆叠顺序，数值越高，元素越位于上层 */
    border-radius: 50px; /* 设置元素的边框圆角为50像素，使其看起来像圆形边缘 */
    padding: 10px; /* 设置元素内部的所有四边都增加10像素的内边距 */
    box-sizing: border-box; /* 设置边框盒模型，意味着元素的宽度和高度将包括padding和border */
    display: flex; /* 设置使用弹性盒子模型来布局元素内的子元素 */
    align-items: center; /* 设置子元素在弹性盒子的垂直方向上居中对齐 */
    justify-content: center; /* 设置子元素在弹性盒子的水平方向上居中对齐 */
    text-align: center; /* 设置子元素的文本在水平方向上居中对齐 */
    line-height: 40px; /* 设置行高为40像素，影响文本的垂直居中对齐 */
    font-weight: bold;
    }
}
/* 定义一个媒体查询，当屏幕宽度小于或等于768像素时，下面的规则将被应用 */
@media screen and (max-width: 768px) {
    #bottom-right-element {
        width: 135px; /* 在屏幕宽度小于768像素时，元素的宽度调整为120像素 */
        height: 52px; /* 元素的高度调整为54像素 */
        right: 80px; /* 元素的右边缘距离浏览器窗口的右边缘调整为50像素 */
        bottom: 25px; /* 元素的底边缘距离浏览器窗口的底边缘调整为10像素 */
        line-height: 24px; /* 行高调整为24像素，以适应较小元素内的文本垂直居中 */
    }
}


