@charset "utf-8";
* {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

body {
    background-color: #F4F5F6;
}

nav {
    margin: 5px;
}

.login {
    margin-left: 50px;
}

.top-left {
    width: 700px;
    position: absolute;
    right: 20px;
}

.content-box {
   
    width: 83%;
    margin: 20px auto;
    margin-top: 60px;
    /* border: 1px solid black; */

}

.left {
    background-color: white;
    /* height: 500px; */
    width: 70%;
    border-radius: 3px;

}

.top {
    width: 400px;
}

.news-type {
    height: 45px;
}

.news-type>li {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;


}

.news-type>li.active {
    color: black;
    font-weight: bold;
}

.news-type>li.active::after {
    content: "";
    position: absolute;
    height: 4px;
    width: 80%;
    background-color: black;
    bottom: 0px;
}

.swiper-wrapper {
    padding: 20px;
    box-sizing: border-box;
}

.order-ul li {
    height: 60px;
    width: 100%;
    margin-bottom: 20px;
}

ul li .small-box2 {
    height: 100%;
    /* border: 1px solid black; */
    padding-left: 20px;
    box-sizing: border-box;
}

ul li .small-box2-name {
    /* font-size: 12px; */
    font-weight: bold;
}

ul li .small-box2-time {
    font-size: 12px;
}
ul li .small-box2-price {
    font-size: 12px;
}

.small-box3 {
    width: 100px;
    height: 100%;
    color: red;
}

.game-img {
    object-fit: contain;
    width: 60px;
    height: 60px;
}

.right {
    width: 29%;
    height: 500px;

}

.right1 {
    width: 100%;
    height: 250px;
    background-color: white;
    border-radius: 3px;
}

.right2 {
    margin-top: 10px;
    height: 100px;
    background-color: white;
    border-radius: 3px;
}

.right3 {
    margin-top: 10px;
    height: 50px;
    background-color: white;
    border-radius: 3px;
}

.bottom-box {
    width: 100%;
    background-color: #1E1E1E;
    color: white;
    padding-top: 30px;
    padding-bottom: 30px;
    box-sizing: border-box;
}

.box1 {
    width: 500px;
    height: 50px;
    line-height: 50px;
}

.bottom-box ul>li {
    font-size: 12px;
    color: gainsboro;
}

.bottom-right {
    width: 400px;
    text-align: center;
}

.bottom-right-a {
    margin-bottom: 10px;

}

.photo {
    width: 100%;
    height: 100px;
    margin-top: 30px;
    text-align: center;
}

.name {
    width: 100%;
    height: 30px;
    text-align: center;
}

.id {
    width: 100%;
    height: 20px;
    text-align: center;
    font-size: 12px;
    color: gainsboro;

}

.btn-box {
    height: 100px;
    width: 100%;
    text-align: center;

}

#img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
}

.right2-text {
    text-align: center;
}

.text {
    font-size: 12px;
}

.right3 {
    padding-left: 10px;
    box-sizing: border-box;
}

.ul1 {
    background-color: #FAFBFD;
    padding: 10px;
}

.ul2>li {
    margin-top: 20px;
}

.pay-box .monly {
    font-size: 20px;
    font-weight: bold;
}

.pay-box .pay {
    color: white;
    background-color: black;
}

.cdk-box .btn {
    width: 50px;
    height: 30px;
    font-size: 12px;
    color: gainsboro;
    border: 1px solid gainsboro;

}

.dropdown-menu a {
    font-size: 12px;
    color: gray;
}