@charset "UTF-8";

/* CSS Document */
.profile_wrapper {
    width: 90%;
    height: auto;
    margin: 80px auto;
    /*overflow: hidden;*/
    padding: 10px;
    display: flex;
    justify-content: space-between;
    max-width: 1280px;
}

#profile_model {
    width: 30%;
}

.profile_nav_box {
    width: 90%;
    /* float: left;
    margin-right: 3%; */
}

.all_all {
    width: 70%;
    /* float: left; */
}

.profile_content_box {
    width: 100%;
    height: auto;
    float: left;
    border: transparent;
    border-radius: 10px;
    box-shadow: 0px 0px 10px #b1b1b1;
    padding: 4% 3%;
    box-sizing: border-box;
}

/* person_allnav */

.person_all {
    width: 100%;
    height: 90px;
    padding: 10px;
}

.person_box {
    width: 100%;
    height: 50%;
}

.item_title {
    float: left;
    width: 33%;
}

.item_title>img {
    width: 20%;
    float: left;
}

.item_text {
    float: left;
    padding-top: 4px;
}

.form_border {
    width: 100%;
    height: 40px;
    border: 1px solid #eee;
    border-radius: 5px;
    box-shadow: 0px 3px 3px #efe9e9 inset;
    margin: 1.5% 0px;
    font-size: 0.85rem;
    color: #5a5a5a;
    padding-left: 10px;
}

.form_border_locking {
    border: initial!important;
    box-shadow: initial!important;
}

input[type="date"]::-webkit-datetime-edit{
    font-family: 'Noto Sans TC', sans-serif;
}


/* nav */
.top {
    width: 100%;
    height: 30%;
    margin-bottom: 20px;
    border: transparent;
    border-radius: 10px;
    box-shadow: 0px 0px 10px #b1b1b1;
    padding: 30px;
}

.bottom {
    width: 100%;
    height: 70%;
    border: transparent;
    border-radius: 10px;
    box-shadow: 0px 0px 10px #b1b1b1;
    padding: 30px;
}

.profile_title {
    /* border-bottom: 1px solid #f6eceb; */
    width: 100%;
    /* height: 100px; */
    /* margin: 0px auto 20px auto; */
    /* padding-bottom: 20px; */
    box-sizing: border-box;
    /* display: flex;
    align-items: center; */
}
/* 112.3.10更新 */
.id-box{
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.photo_box {
    width: 35%;
    height: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.photo {
    width: 50px;
    height: 50px;
    background-image:url(../img/content_6/noyalogo.png);
    background-size: 100%;
    border: transparent;
    border-radius: 50px;
}

.name {
    width: 60%;
    color: #8c8c8c;
    font-weight: 500;
    letter-spacing: 0.05rem;
    display: grid;
    grid-gap: 0.3rem;
}

.person_money {
    width: 70%;
    margin: 0px auto;
}
.person_money>p{
    color:#8c8c8c;
    font-weight: 500;
    letter-spacing: 0.05rem;
}

.money_title {
    border-left: 3px solid #913c2e;
    color: #913c2e;
    font-weight: 400;
    padding-left: 5px;
}

.save_btn {
    width: 100%;
    height: 50px;
    margin: 0px auto 15px auto;
    display: flex;
}

.save_money_btn {
    width: 100%;
    height: 100%;
    background-image: url(../img/save_money_btn.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #b75444;
}


.profile_nav_item {
    width: 75%;
    max-width: 180px;
    height: 40px;
    position: relative;
    border: 1px solid transparent;
    border-radius: 10px;
    background: #fffcfb;
    background-clip: padding-box;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px auto;
    color: #ca766a;
}

.profile_nav_item::after {
    position: absolute;
    top: -2px;
    bottom: -2px;
    left: -2px;
    right: -2px;
    background: linear-gradient(to top right, #FFA67F, #fff, #FFDEC3, #F6B094);
    content: '';
    z-index: -1;
    border-radius: 10px;
}

.profile_nav_item:hover {
    background: #FFEDE9;
    background-clip: padding-box;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
}


/* save */
.text_box {
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 0.95rem;
    color: #8c8c8c;
    font-weight: 300;
    padding-top: 10px;
    box-sizing: border-box;
    letter-spacing: 0.1rem;
}

.little_ti {
    color: #555;
    border-bottom: 1px solid #eee;
    padding-bottom: 5px;
    margin-top: 30px;
}

.saveWay{
    display: flex;
}

.pay {
    /* float: left; */
    border: 2px solid #dec6c4;
    border-radius: 6px;
    padding: 10px;
    margin: 0px 10px;
    box-sizing: border-box;
    width: calc(100% / 4);
    color: #dec6c4;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.pay>i {
    color: #dec6c4;
}
.pay:hover {
    background-color: #fdf6f5;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
}

.pay:focus {
    background-color: #913c2e;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
}
.money_item {
    float: left;
}

a.howmoney {
    border: 1px solid #dec6c4;
    border-radius: 3px;
    color: #848484;
    font-weight: 300;
    font-size: 14px;
    display: block;
    text-align: center;
    padding: 8px 10px;
    margin: 0px 3px;
    background-color: rgb(255, 255, 255, 0.8);
}

a.howmoney:hover {
    color: #fff;
    background-color: #dec6c4;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
}

.money_1,
.money_2 {
    width: 100%;
    overflow: hidden;
    margin: 15px 0px;
}

.text_money {
    width: 200px;
    height: 40px;
    border: 1px solid #dec6c4;
    border-radius: 3px;
    background-color: rgb(255, 255, 255, 0.8);
    color: #5a5a5a;
}

input.text_money:focus,input.form_border:focus {
    caret-color: #ffd4c7;
    outline: none;
    border-color: #ffd4c7;
}

.text_money>::placeholder,input.form_border>::placeholder {
    color: #acacac;
    opacity: 1;
    /* Firefox */
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #acacac;
}

::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #acacac;
}

.savemoney_btn {
    border: transparent;
    border-radius: 3px;
    background-color: #dec6c4;
    color: #fff;
    width: 100px;
    height: 40px;
    cursor: pointer;
    padding: 0px;
    margin-left: 10px;
}

.savemoney_btn:hover {
    background-color: #a75953;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
}

.gobank_btn {
    width: 40%;
    height: 40px;
    line-height: 40px;
    margin: 2.5% auto 65% auto;
    border: transparent;
    border-radius: 3px;
    background-color: #dec6c4;
    cursor: pointer;
    text-align: center;
    font-weight: 300;
}

.gobank_btn:hover {
    background-color: #a75953;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
}

.gobank_btn>a {
    padding: 2% 3%;
    color: #fff;
}

/* pic */
.border-box {
    box-sizing: border-box;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

input[type="file"] {
    display: block;
}

.bookbg {
    height: 260px;
    background-image: url(../img/bankbook.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.smt_btn {
    width: 30%;
    height: 35px;
    border: transparent;
    border-radius: 3px;
    background-color: #dec6c4;
    border-radius: 5px;
    color: #fff;
}

.smt_btn:hover {
    background-color: #a75953;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
}

/* card */

.creditcardOK{
    width: 100%;
    height: 100px;
    color: #fff;
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url(../img/creditcardOK.png);
}

.creditcard {
    width: 100%;
    height: 100px;
    color: #fff;
    background-image: url(../img/creditcard.png);
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.none-card:hover{
    font-size: 1.05rem;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
}

.card-number{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.uptext {
    display: block;
    color: #d7bbb2;
    font-size: 1.2rem;
    font-weight: 600;
    text-shadow: rgb(255 255 255 / 10%) -8px 6px 1px, rgb(0 0 0 / 35%) 0px 1px 1px;
}
/* upload-css */
input[type="file"] {
    position: fixed;
    right: 100%;
    bottom: 100%;
  }
  .custom-file-upload {
    display: inline-block;
    padding: 6px 12px;
    cursor: pointer;
    font-weight: 500;
  }

.card_up {
    width: 100%;
    height: 40%;
    box-sizing: border-box;
    margin-right: 3%;
}

.card-flex {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.card_down {
    width: 100%;
    height: 60%;
    box-sizing: border-box;

}

li.c {
    width: 33%;
}

.talign {
    display: flex;
    margin-left: 3px;
}

/* code */
.code-content{
    display: flex;
    display: flex;
    justify-content: center;
    padding-top: 1.5rem;
}

.code-content>section>div:last-child{
    display: flex;
    justify-content: center;
}
.code-content>section>div:last-child>button{
    margin-left: 0;
    width: 99%;
}

/* news */
.closepin {
    cursor: pointer;
}

.newsline {
    border-bottom: 1px solid #eee;
    overflow: hidden;
}

.newsline:hover {
    background-color: #f9f9f9;
    transition: 0.5s;
}
.newsline>a{
    color: #808080;
    line-height: 50px;
}

.newsline>a:hover {
    text-decoration: underline;
}

.newul {
    width: 100%;
    display: flex;
    line-height: 50px;
    flex-wrap: wrap;
}

.delete_btn {
    width: 20%;
    line-height: 50px;

}
.modal-title{
    font-size: 1rem;
}

/* vip */
/* 建置中css */
.vipedit{
    width: 100%;
    text-align: center;
    /* min-height: 700px;
    margin-top: 100px; */
    color: rgb(209, 209, 209);
    font-size: 2rem;
}
.edit-w{
    width: 2rem;
}
.mylevel_box {
    width: 100%;
    height: auto;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.vip_littlebox {
    width: 80%;
    height: auto;
    display: flex;
}

.level_img {
    width: 50%;
    max-width: 100px;
    height: 130px;
    background-image: url(../img/vip-medal.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.level_text {
    width: 70%;
    height: auto;
    margin-top: 1.5%;
    margin-left: 1.5%;
}

.morevip_box {
    width: 20%;
    height: auto;
    padding-top: 0;
}

.mylevel {
    width: 100%;
    height: auto;
    height: 2rem;
}

.gift {
    width: 30%;
    margin: 0px 1% 3% 1%;
    box-sizing: border-box;
    border: 1px dashed #eee;
    padding: 2% 0px;
    border-radius: 8px;
    color: #8c8c8c;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}

.gift_t {
    width: 100%;
    font-size: 0.9rem;
    font-weight: 400;
    text-align: center;
    margin-bottom: 3%;
    overflow: hidden;
}

.gift_btn {
    font-weight: 400;
    height: 40px;
    padding: 0 1rem;
    line-height: 40px;
    text-align: center;
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.allowgift_btn {
    background-image: url(../img/save_money_btn.png);
}

.ungift_btn {
    background-image: url(../img/unsave_money_btn.png);
}

.ungift_btn>a {
    color: #efefef;
}

.ungift_btn>a:hover {
    cursor: not-allowed;
}

.allowgift_btn>a {
    display: block;
    color: #c36554;
    
}

.allowgift_btn>a:hover {
    font-weight: 500;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
}

.profile_remark li {
    color: #ff6363;
    margin-left: 15px;
    list-style: initial;
}

.points_gift_code {
    border: 1px solid #dec6c4;
    margin: 5px 3px;
    padding: 5px;
    border-radius: 5px;
}
/* vip+morevip table */
.viptable {
    width: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
}

ul.viptr {
    display: flex;
    justify-content: space-around;
    border-top: 1px dashed #eee;
    border-bottom: 1px dashed #eee;
    border-collapse: collapse;
}

ul.viptr>li {
    width: 20%;
    padding: 2% 0;

}

/* vipload */

.demo {
    background: #2c304a;
    padding: 2em 0;
}

.progress-title {
    color: #777;
    margin: 0 0 5px;
    font-weight: 400;
}

.progress {
    height: 10px;
    background: #e0e0e0;
    border-radius: 20px;
    margin: 5px 0;
    width: 100%;
}

.progress .progress-bar {
    border-radius: 20px;
    -webkit-animation: animate-positive 2s;
    animation: animate-positive 2s;
}

.progress-value {
    font-size: 0.9rem;
    color: #9e9e9e;
    float: right;
}

/* 112.10.26 新增聊天室進度條 */
.progress-bar {
    background: rgb(23, 44, 60);
    -webkit-transition: width 1.5s ease-in-out;
    transition: width 1.5s ease-in-out;
}

@-webkit-keyframes animate-positive {
    0% {
        width: 0;
    }
}

@keyframes animate-positive {
    0% {
        width: 0;
    }
}

/* 輪播vip card*/

.carousel-item {
    width: 100%;
    box-sizing: border-box;
    padding: 0 0px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
}

.carousel-item:not(:first-of-type) {
    position: absolute;
    left: 0;
    top: 0;
}

.vipcard {
    background-image: url(../img/vipcard.png);
}

.unvipcard {
    background-image: url(../img/unvipcard.png);
}

.vipcard_top {
    display: flex;
    justify-content: space-around;
    height: 120px;
}

.vipcard_bottom {
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: space-evenly;
    margin: 20px 0px;
    text-align: center;
}

.viph1 {
    font-size: 2rem;
    font-weight: 500;
    display: flex;
    align-items: center;
    color: #fff;
    text-shadow: rgb(255 255 255 / 10%) -1px -1px 1px, rgb(0 0 0 / 50%) 1px 1px 1px;
    margin-top: 5%;
    font-family: 'Noto Sans TC', sans-serif;
}

/* level1-10_img */
.viplevel_img {
    width: 100px;
    height: 130px !important;
    background-image: url(../img/vip-medal.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: center;
}
.level-0{
    background-position-x: -100px;
    background-position-y:0px;
}
.level-1 {
    background-position-x: -300px;
    background-position-y:0px;
}

.level-2 {
    background-position-x: -500px;
    background-position-y:0px;
}

.level-3 {
    background-position-x: -700px;
    background-position-y:0px;
}

.level-4 {
    background-position-x: -900px;
    background-position-y:0px;
}

.level-5 {
    background-position-x: -1100px;
    background-position-y:0px;
}

.level-6 {
    background-position-x: -1300px;
    background-position-y:0px;
}

.level-7 {
    background-position-x: -1500px;
    background-position-y:0px;
}

.level-8 {
    background-position-x: -1700px;
    background-position-y:0px;
}

.level-9 {
    background-position-x: -1900px;
    background-position-y:0px;
}

.level-10 {
    background-position-x: -2100px;
    background-position-y:0px;
}
.unlevel-0{
    background-position-x: 0px;
    background-position-y:0px;
}
.unlevel-1 {
    background-position-x: -200px;
    background-position-y:0px;
}

.unlevel-2 {
    background-position-x: -400px;
    background-position-y:0px;
}

.unlevel-3 {
    background-position-x: -600px;
    background-position-y:0px;
}

.unlevel-4 {
    background-position-x: -800px;
    background-position-y:0px;
}

.unlevel-5 {
    background-position-x: -1000px;
    background-position-y:0px;
}

.unlevel-6 {
    background-position-x: -1200px;
    background-position-y:0px;
}

.unlevel-7 {
    background-position-x: -1400px;
    background-position-y:0px;
}

.unlevel-8 {
    background-position-x: -1600px;
    background-position-y:0px;
}

.unlevel-9 {
    background-position-x: -1800px;
    background-position-y:0px;
}

.unlevel-10 {
    background-position-x: -2000px;
    background-position-y:0px;
}
.pchide{
    display: none !important;
}
/* maintain */
.fix {
    width: 60%;
    height: 20px;
    line-height: 20px;
    margin: 0px auto;
    background-color: #d4d4d4;
    color: #fff;
    border-color: transparent;
    border-radius: 50px;
}

.fixbox {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    color: #8c8c8c;
}

/* maintain_light */
.ckbx-circle-3 {
    margin-right: 15px;
    margin-bottom: 4px;
}

.ckbx-circle-3 input[type=checkbox] {
    position: absolute;
    opacity: 0;
}

.ckbx-circle-3 label {
    position: relative;
    cursor: pointer;
    display: block;
    width: 1em;
    height: 1em;
    font-size: 1rem;
}

.ckbx-circle-3 label:before {
    content: '';
    position: absolute;
    width: 1em;
    height: 1em;
    transition: background 0.1s 0.1s ease;
    background: #fcfff4;
    border-radius: 100%;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
}

.ckbx-circle-3 label:after {
    content: '';
    position: absolute;
    width: .6em;
    height: .6em;
    border-radius: 100%;
    left: 0.6em;
    top: .1em;
    transition: all 0.2s ease;
    background: #F25F5C;
    border: 0.1em solid #fcfff4;
    z-index: 2;
}

.ckbx-circle-4 label:after {
    background: #70C1B3;
    z-index: 3;
}

.light {
    display: flex;
    justify-content: center;
}
.t-btn-box{
    width: 100%;
    display: flex;
    margin: 2.5% 0;
}
.t-btn-box>div{
    width: calc(100%/7);
    margin:0 1%;
}
.t-btn{
    width: 100%;
    cursor: pointer;
    height: 2.5rem;
    border-radius: 8px;
    color: #fff;
    font-size: 0.95rem;
}
.recycle{
    background-color: #ca7669;
}
.turn{
    background-color:#8c8c8c;
}
.turn-box{
    width: 50%;
    margin: 0 auto;
}
.exChange {
    position: absolute;
    right: 275px;
    top: 135px;
    border-radius: 100%;
    background-color: #dec6c4;
    width: 25px;
    height: 25px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    transform: rotate(90deg);
}
.gift-active>a.gift:hover{
    background-color: rgb(253, 246, 246);
    transition: 0.6s;
}
.gift-active>a.gift:active{
    background-color: #eee;
    transition: 0.2s;
}

/* #btmnav {
    display: none;
} */
/* transaction */
ul.list_all{
    width: 100%;
    background-color: #fffcfb;
}
li.list-flex{
    display: flex;
    border-bottom: 1px dashed #eee;
}
li.list-flex>div{
    width: calc(100%/4);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.6rem 0;
    color: #777777;
}
.table>.pc-table>tbody>tr>th:first-child{
    border-top-left-radius: 10px;
}
.table>.pc-table>tbody>tr>th:last-child{
    border-top-right-radius: 10px;
}
.table>.pc-table>tbody>tr>th{
    width: calc(100%/9);
}

/* detaillist */
.sm-time,
.sm-select,
.smsize,.sm-navtitle,.selectlist,.sm-td/* cooperation */{
    display: none;
}

#Live,#Sport,#Chess,#Elec,#LTR,#Fish{
    display: flex;
}

.OBFISHborder-radius{
    border-radius: 4px !important;
}

/* apply優惠申請 */
.gift_t_label{
    color: #fff;
    font-weight: 500;
    width: 3.4rem;
    height: 1.7rem;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -11px;
    left: -8px;
}

.apply-flex{
    display: flex;
    justify-content: space-evenly;
}

ul.promotion_apply{
    display: flex;
    flex-wrap: wrap;
}

.apply-title{
font-size: 1rem;
font-weight: 500;
}

.label-color-a{
background-color: #6cd1aa;
}
.label-color-b{
    background-color: #f5b86d;
}
.label-color-c{
    background-color: #f1acac;
}

.apply_btn {
    font-weight: 400;
    height: 35px;
    padding: 0 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    border: 1px solid transparent;
    border-radius: 10px;
    background: #fff8f6;
    background-clip: padding-box;
}

.apply_btn::after {
    position: absolute;
    top: -1.8px;
    bottom: -1.8px;
    left: -1.8px;
    right: -1.8px;
    background: linear-gradient(to top right, #FFA67F, #fff, #FFDEC3, #F6B094);
    content: '';
    z-index: -1;
    border-radius: 10px;
}

.apply_btn>a{
    color: #c9978d;
}

.apply_btn>a:hover{
    font-weight: 500;
    transition: 0.8s;
    -webkit-transition: 0.8s;
    -moz-transition: 0.8s;
    -o-transition: 0.8s;
}

.apply-title>hr{
    border: 1px dashed #eee;
}


@media screen and (max-width: 767px) {
    #btmnav,.selectlist,.smsize,.sm-td/* cooperation */  {
        display: block;
    }

    .profile_wrapper {
        width: 100vw;
        /*max-height: calc(100% - 41px);*/
        margin: 0;
        /* overflow: scroll; */
        padding-bottom: 50px;
    }

    #profile_model,
    #content_nav,.pc-select,.pcsize,#pc-vipcard-slide,.pc-td/* cooperation */ {
        display: none;
    }


    .all_all {
        width: 100%;
    }

    .profile_content_box {
        margin: 0;
    }

    .pay {
        margin: 0px 5px;
        width: 30%;
    }

    .card-flex {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    li.c {
        width: 100%;
    }

    .creditcard {
        height: 120px;
        background-size: contain;
        background-position: center;
    }

    .bookbg {
        height: 180px;
    }

    .padding_center {
        width: 100%;
        margin: 10% auto 40% auto;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .talign {
        margin-left: 0;
    }

    .text_money {
        width: 90%;
        margin-left: 3px;
    }

    .savemoney_btn {
        margin-left: 0;
    }

    .save-flex {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
    }

    a.howmoney {
        margin: 0px 3px;
    }

    .sm-gosaveflex {
        align-items: center;
        display: inline-flex;
        width: 100%;
    }

    .time {
        display: none !important;
    }

    .sm-select,
    .sm-time,
    .sm-table {
        display: block;
        width: 100%;
    }

    .light {
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }

    .money_title {
        display: none;
    }

    .sm-loginbox {
        width: 65%;
        margin: 0 auto;
    }

    .photo_box {
        width: 20%;
        margin-right: 10px;
        margin-left: 10px;
    }

    .photo {
        margin: 0;
    }

    .name {
        width: 65%;
    }

    .sm-navtitle {
        display: block;
        background-color: #f5efef;
        border-bottom: 1px solid #d4cbcb;
        padding: 1.5% 0 1.5% 2%;
        color: #8c8c8c;
        font-size: 0.8rem;
    }

    /* .center-morenavbox {
        width: 80%;
        margin: 0 auto;
    } */

    ul.morenavbox {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    li.sm-morenav {
        /* padding: 6% 4%;
        width: 4.5rem; */
        padding: 6% 0%;
    width: 33.33%;
    }

    li.sm-morenav>a {
        font-size: 0.9rem;
    }

    li.sm-morenav>a>i {
        font-size: 1.4rem;
        margin-bottom: 5px;
    }

    .sm-outbtn {
        border-radius: 10px;
    background-color: transparent;
    color: #8c8c8c;
    padding: 2%;
    border: 1px #ddd6d6 solid;
    width: 90%;
    font-size: 0.9rem;
    }

    /* news */
    .newul {
        line-height: 30px;
        flex-direction: column;
    }

    .newsline>a {
        font-size: 0.9rem;
    }
    .zeromodal-container{
        width: 96vw !important; 
        box-sizing: border-box !important;
        top:20vh !important;
        left: 0 !important;
        margin-left: calc(100vw - 98vw) !important;
        
    }

    /* vip */
    .viptable {
        flex-direction: row;
        margin-top: 0;
        font-size: 0.8rem;
        /* justify-content: space-around; */
    }

    ul.viptr {
        flex-direction: column;
    }

    ul.viptr>li {
        width: 100%;
        text-align: center;
        padding: 10% 0;
        border-bottom: 1px dashed #d6d6d6;
    }

    ul.viptr>li:first-child {
        background-color: #fbf5f5;
    }

    .vip_littlebox,
    .morevip_box {
        width: 100%;
        margin-top: 0;
    }


    #levelloadline {
        display: none;
    }


    .mylevel {
        height: 1.5rem;
    }

    .sm-gomorevip {
        width: 35%;
        display: flex;
        justify-content: center;
        padding-top: 0;
    }

    .gift_btn{
        padding: 0 0.5rem;
    }

    .gift_t {
        font-size: 0.85rem;
    }

    /* morevip */
    #pc-vipcard-slide {
        display: none;
    }

    .carousel-item {
        background-size: auto;
    }

    #pc-reward {
        display: none;
    }

    /* calc */
    ul.calc-2 {
        width: calc(100%/2);
    }

    ul.calc-3 {
        width: calc(100%/3);
    }

    ul.calc-4 {
        width: calc(100%/4);
    }
    .t-btn-box>div {
        width: calc(100%/4);
    }
    .member-type{
width: 100%;
    }

    /* profile_apply */
    ul.promotion_apply{
        padding-bottom: 3rem;
    }
    
    ul.promotion_apply>li {
        width: 85%;
        margin: 3.5% auto;
    }
}


@media screen and (min-width: 768px) and (max-width: 1366px) {
    .sm-select, .sm-time, .sm-table {
        display: block;
        width: 100%;
    }
    .time {
        display: none !important;
    }
    .s-box>ul.ul {
        display: none !important;
    }
    #btmnav, .selectlist, .smsize,.pc-td/* cooperation */{
        display: block;
    }
    #profile_model,
    #content_nav,.pc-select,.pcsize,#pc-vipcard-slide  {
        display: none;
    }
    .profile_wrapper {
        width: 95vw;
        height: 100%;
        margin: 0 auto;
        overflow: scroll;
        padding-bottom: 50px;
    }
    .money_title {
        display: none;
    }

    .all_all {
        width: 100%;
    }

    .top,
    .bottom {
        padding: 20px;
    }

    .photo_box {
        width: 30%;
    }

    .profile_nav_item {
        width: 100%;
    }
    #btmnav  {
        display: block;
    }
    .sm-navtitle {
        display: block;
        background-color: #f5efef;
        border-bottom: 1px solid #d4cbcb;
        padding: 1.5% 0 1.5% 2%;
        color: #8c8c8c;
        font-size: 0.8rem;
    }
    .sm-outbtn {
        border-radius: 10px;
        background-color: transparent;
        color: #8c8c8c;
        padding: 2%;
        border: 1px #ddd6d6 solid;
        width: 90%;
        font-size: 0.9rem;
    }
    /* .center-morenavbox {
        width: 95%;
        margin: 0 auto;
    } */
    ul.morenavbox {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        max-width: 450px;
        margin: 0 auto;
    }
    li.sm-morenav {
        padding: 6% 0%;
    width: 33.33%;
    }
    li.sm-morenav>a {
        font-size: 0.9rem;
    }
    li.sm-morenav>a>i {
        font-size: 1.4rem;
        margin-bottom: 5px;
    }
    .t-btn-box>div {
        width: calc(100%/4);
}
}