
header{
    width: 100vw;
    height: 55px;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    box-shadow:  0 0 5px 0 #ccc;
    position: fixed;
    z-index: 999;
    justify-content: space-around;
}
/* logo */
.logo_img{
    
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px 20px;
}
.logo_img>a>img{
   
    height: 40px;
}
/* 插画 */
.chiaHua{
    width: 70px;
    height: 50px;
}
.chaText{
    width: 100px;
    height: 50px;
    font-size:16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    color: #000000;
    white-space: nowrap;
}
.xl_icon{
    width: 20px;
    height: 20px;
        margin-right: 28px;
}
/* 搜素 */
.searchFor{
    width:75%;
    height: 35px;
    border: solid 1px #a0a0a0;
    overflow: hidden;
    position: relative;
    border-radius: 5px;
    margin-left: 28px;
}
.searchFor>img{
    width: 20px;
    height: 20px;
    position: absolute;
    left: 10px;
    top: 8px;
}
.searchFor>input{
    width: 100%;
    height: 100%;
    padding: 0 40px;
    border: none;
    outline: none;
    
}
/* 充值登录 */
.chongLogin{

    height: 50px;
    display:flex;
    justify-content: space-evenly;
    justify-items: center;
    align-items: center;
    width: 100px;
    margin-right: 50px;
}
.chongLogin>.c_zhi{
    width: 100px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    background-color: #05039C;
    border-radius: 5px;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
}
.chongLogin>.c_zhi>img{
    width: 25px;
    height: 25px;
}
.chongLogin>.D_login{
    width: 90px;
    height: 33px;
    border: solid 1px rgb(134, 134, 134);
    font-size: 14px;
    color: #ffffff;
    line-height: 35px;
    text-align: center;
    border-radius: 5px;
    cursor: pointer;
    background: #05039C;
}
.chongLogin>.D_login:hover{
    border:solid 2px rgb(25, 182, 255);
}



/* 暗部 */
.shadows{
    width: 850px;
    height: 280px;
    position: relative;
    background-color: #ffffff;
    border: solid 2px #f0f0f0;
    border-radius: 10px;
    margin-top: -20px;
    box-shadow: 0 0 5px 0 #f0f0f0;
    transition: 1s;
    display: none;
    margin-left: -620px !important;
}

.T_sanjiao{
    width: 22px;
    height: 14px;
    position: absolute;
    top: -14px;
    left: 34px;
    left: 655px;
}
/*  */
.xilie_a{
    width: 300px;
    overflow: hidden;
    display: flex;
    align-items: center;
    flex-direction: column;
    float: left;
}
.Y_Y{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-around;
}
.Y_Y>a>p{
    color: #000;
}
.c_tlit{
    width: 100%;
    font-size: 14px;
    margin-left: 20px;
    display: flex;
    align-items: center;
    margin-left: 70px;
    margin-top: 20px;
}
.c_tlit>img{
    width: 20px;
    height: 20px;
}
.kuang_op{
    width: 120px;
    margin-top: 15px;
}
.kuang_op>p{
    margin-top: 5px;
    font-size: 13px;
}
.k_img{
    width: 120px;
    height: 70px;
    border: solid 3px #ebebeb;
    overflow: hidden;
    border-radius: 10px;
}
.k_img:hover{
    border: solid 3px rgb(65, 170, 255);
    cursor: pointer;
}
.k_img>img{
    width: 100%;
    height: 100%;
    object-fit:cover;
}
/* 类别 */
.leibie_a{
    width: 500px;
    overflow: hidden;
    margin-left: 30px;
    float: left;
}
.ul_fenlie{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 20px;
}
.ul_fenlie>a{
    width: 120px;
    height: 45px;
    margin-bottom: 24px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    font-size: 14px;
    color: #000;
}
.ul_fenlie>a>img{
    width: 30px;
    height: 30px;
}
.ul_fenlie>a:hover{
    background-color: #ebebeb;
    border-radius: 8px;
    cursor: pointer;
}
/* 充值 */
.money{
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.7);
    position: fixed;
    z-index: 9999;
    display: none;
}
.mu_guan{
    width: 100vw;
    height: 100vh;
    position: absolute;
}
.con_ti{
    width: 888px;
    height: 680px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 13px 0 #fff;
    position: relative;
    top:50%;
	left: 50%;
	transform: translate(-50%,-50%);
    display: flex;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
}
.l_Czhi{
    width: 404px;
    height: 100%;
    overflow: hidden;
    padding:0px 40px;
}
.c_huiyuan{
    font-size:30px;
    font-weight: bold;
    margin-top: 20px;
}
.c_fubiao{
    font-size: 16px;
    margin:30px 0;
    line-height: 28px;
}
.chongbi_{
    width: 100%;
    height: 90px;
    border: solid 2px #999999;
    border-radius: 8px;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    cursor: pointer;
}
.text_c{
    font-size: 12px;
    line-height: 18px;
    text-align: center;
}
.m_jinE{
    width: 100%;
    height: 80px;
    overflow: hidden;
    margin-top: 10px;
}
.fu_qian{
    width: 100%;
    height: 100%;
    display: flex;
    align-items:center;
    justify-content: space-between;
}
.fu_qian>p:nth-child(1){
    font-size: 20px;
    color: #ff7708;
}
.queren{
   width: 100px;
   height: 70px;
   background-color: #05039C;
   text-align: center;
   line-height: 70px;
   color: #fff;
   border-radius: 8px;
   cursor: pointer;
}
/* 右边轮播图 */
.r_Czhi{
    width: 444px;
    height: 100%;
    background-color: rgb(25, 182, 255);
    overflow: hidden;
    position: relative;
}
.r_Czhi>.swipers{
    width: 100%;
    height: 100%;
}
.r_Czhi>.swipers>.swiper-wrapper>.swiper-slide>img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    cursor: pointer;
}
.r_Czhi>.swiper-pagination>.swiper-pagination-bullet{
    width: 13px !important;
    height: 13px !important;
}
.swipers>.swiper-pagination{
    margin-top: -50px;
}
/* 当选中vip时的样式 */
.V_c{
    background-color: rgba(255, 52, 25, 0.6);
    border: solid 2px #ff7708;
}
.V_c>p{
    color: #fff;
}
/* 当屏幕最大是750时 触发 */
@media (max-width:750px){
    header{
        width: 100vw;
        height: 55px;
        background-color: #ffffff;
        display: flex;
        align-items: center;
        box-shadow:  0 0 5px 0 #ccc;
        position: fixed;
        z-index: 99999;
    }
    /* logo */
    .logo_img{
        
        height: 60px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-left: 8px;
        margin: 0px 20px;
    }
    /* 充值登录 */
    .chongLogin{
        width: 260px;
        height: 50px;
        display:flex;
        justify-content: space-around;
        justify-items: center;
        align-items: center;
        margin-left: 10px;
    }
    /* 充值 */
    .chongLogin>.c_zhi{
        width: 100px;
        height: 35px;
        display: flex;
        align-items: center;
        justify-content: space-evenly;
        background-color: rgb(25, 182, 255);
        border-radius: 5px;
        font-size: 14px;
        color: #fff;
        cursor: pointer;
        margin-right: 10px;
    }
    /* 搜素 */
    .searchFor{
        width:75%;
        height: 35px;
        border: solid 1px #a0a0a0;
        overflow: hidden;
        position: relative;
        border-radius: 5px;
        margin-left: 10px;
    }
    /* 登录 */
    .chongLogin>.D_login{
        width: 90px;
        height: 33px;
        border: solid 1px rgb(134, 134, 134);
        font-size: 14px;
        color: #000000;
        line-height: 35px;
        text-align: center;
        border-radius: 5px;
        cursor: pointer;
        margin-right: 8px;
    }
    /* 插画 */
    .chiaHua{
        width: 70px;
        height: 50px;
        display: none;
    }
    /* 充值 */
    .con_ti{
        width: 400px;
        height: 730px;
        background-color: #fff;
        border-radius: 10px;
        box-shadow: 0 0 13px 0 #fff;
        position: relative;
        top:53%;
        left: 48%;
        transform: translate(-50%,-50%);
        display: flex;
        align-items: center;
        justify-content: space-between;
        overflow: hidden;
    }
    .r_Czhi{
        width: 444px;
        height: 100%;
        background-color: aquamarine;
        overflow: hidden;
        position: relative;
        display: none;
    }
}