body {
    /*max-width: 1600px;*/
    /*margin: auto;*/
}

.w100 {width: 100%;}
.w90 {width: 90%;}
.w80 {width: 80%;}
.w75 {width: 75%;}
.w70 {width: 70%;}
.w65 {width: 65%;}
.w60 {width: 60%;}
.w50 {width: 50%;}
.w55 {width: 55%;}
.w45 {width: 45%;}
.w44 {width: 44%;}
.w40 {width: 40%;}
.w35 {width: 35%;}
.w34 {width: 34%;}
.w30 {width: 30%;}
.w29 {width: 29%;}
.w24 {width: 24%;}
.w20 {width: 20%;}
.w19 {width: 19%;}
.w15 {width: 15%;}
.w10 {width: 10%;}
.w9 {width: 9%;}

.w50px {width: 50px;}
.w80px {width: 80px;}
.w100px {width: 100px;}

.no_max_height {max-height: none !important;}

#wapper {
    width:100%;
}
#wapper_header {
    padding:0 10px;
    border:1px solid var(--dark-color);
    margin-bottom:5px;
    height: 60px;
}
#wapper_header ul {height:58px;display:table;width:100%;}
#wapper_header ul li {display:table-cell;padding:10px 0;width:200px;}
#wapper_header ul li a {
    display:block;
    line-height:42px;
    height:42px;
    text-align:center;
    border:1px solid var(--dark-color);
    
    color:#999;
    border-left:none;
    background-color:var(--dark-color);
}
#wapper_header ul li a:hover {
    color:rgb(19, 109, 169);
    text-decoration:underline;
}
#wapper_header ul li:first-child a {border-left:1px solid var(--dark-color);}
#wapper_header ul li a.selected {
    background:rgb(19, 109, 169);
    border:1px solid rgb(25, 103, 156);
    color:#fff;
    text-decoration:none;
}

div.userinfo {
}
div.userinfo span {display:inline-block;line-height:40px;margin-right:2px;}
div.userinfo span img.icon {
    vertical-align: middle;
}	
div.userinfo span a {}
div.userinfo span a:hover {color:#e57a39;text-decoration:underline;}
div.userinfo span.photo {margin-right:15px;}
div.userinfo span.photo img {width:30px;height:30px;border-radius:15px;border:1px solid rgba(0,0,0,.15);box-sizing:border-box;}
div.userinfo span.today {margin-left:10px;color:#999;}

/* bbs */
div.list div.search {
    margin:5px 0;
    height: 60px;
    position: relative;
}
div.list div.search a.write-btn {
    top: 13px;
    left: 360px;
    position: absolute;
    display:inline-block;
    width:110px;
    height:34px;
    line-height:34px;
    text-align:center;
    background:#d30000;
    border:1px solid #EB1212;
    color:#fff;
}
div.list div.search a.write-btn:hover {
    color:#e57a39;
    text-decoration:underline;
}
div.list div.search select.where {    
    top: 13px;
    left: 10px;
    position: absolute;
    height:34px;
    line-height:34px;
    width:80px;
    border:1px solid #999;
    background-color: #fff;
    color:#888;
    padding:0 10px;
}
div.list div.search input.keyword {    
    top: 13px;
    left: 100px;
    position: absolute;
    height:34px;
    line-height:34px;
    width:180px;
    border:1px solid #999;    
    background-color: #fff;
    color:#555;
    padding:0 10px;    
}
div.list div.search a.btn-search {    
    top: 13px;
    left: 290px;
    position: absolute;
    display:inline-block;
    height:34px;
    line-height:34px;
    width:60px;
    text-align:center;
    cursor:pointer;
    border:1px solid #1287EB;    
    background-color:#0c97ba;
    color:#fff;
}
div.list div.search a.btn-search:hover {    
    color: #e57a39;
    text-decoration:underline;
}

div.list {}	
@media only screen and (max-width: 992px) {
    .td__mobile {width:0px;display: table-column;}
    /* 
    table.table-responsive tr td:nth-child(2)
    {
        display:none;
    } 
    */
}
div.list table {
    width:100%;
    border-spacing:0px;
    border-collapse:collapse;
    /* border:1px solid #555; */
}
div.list table .none {border-left:none;}
div.list table caption {display:none;}
div.list table thead th {
    height:50px;
    line-height:50px;
    /* padding-top:2px; */
    color:#fff;
    /* border-top:1px solid #ccc; */
    /* border-bottom:1px solid #ccc; */
    background:var(--dark-color);
    font-weight:normal;
    /* text-align:center; */
}
/* div.list table thead th.left {border-left:1px solid #ccc;} */
/* div.list table thead th.right {border-right:1px solid #ccc;} */
/* div.list table tbody tr:first-child td {border-top:1px solid #ccc;} */
div.list table thead th img {
    vertical-align: middle;
}

div.list table tbody td {
    height:45px;
    /* line-height:45px; */
    /* text-align:center; */
    /* border-top:1px solid #eee; */
    /* color: #fff; */
}
div.list table tbody tr.ads td {
    height:100px;
    line-height:100px;
    /* text-align:center; */
    /* border-top:1px solid #eee; */
    /* color: #fff; */
}
div.list table tbody td img.ads_list_img{
    /* width: 100%; */
    /* line-height: 45px; */
    /* text-align: center; */
    /* border-top: 1px solid #eee; */
    /* color: #fff; */
    height: 90px;
    vertical-align: middle;
}
div.list table div.user {
    text-align:left;
    /* padding-left:20px; */
    
}
div.list table div.user img.icon {
    vertical-align: middle;
}
div.list table div.title {text-align:left;color:#999999;}
div.list table div.title img.icon {
    vertical-align: middle;
}
div.list table div.title img.newicon {margin-bottom:1px;margin-right:2px;}
div.list table div.title a {
    color:#fff;
}
div.list table div.title a.blind {color:#999999;}
/* div.list table div.title a:hover {
    color:#111;
} */
div.list table div.title a.now {color:rgb(19, 109, 169);font-weight:bold;}
div.list table div.title span.comment {color:#ec3218;font-size:10px;position:relative;top:-1px;font-weight:bold;}
div.list table div.date {font-size:10px;}
div.list table div.count {font-size:10px;}
div.list table tbody tr:hover {background:#aaa;color:#fff;}
div.list table tbody td.null {padding:200px 0 200px 0;text-align:center;background:#aaa;color:#fff;}
div.list table tbody tr:hover td.null {padding:200px 0 200px 0;text-align:center;background:#aaa;color:#fff;}
div.list table tbody tr.now {background:#f7faff}


div.list div.paging {
    background: #f5f5f5;
    text-align: center;
}

div.list div.paging ul.pagination {
    list-style-type: none;
    padding: 5px;
    display: block;
}

div.list div.paging ul.pagination li {
    display: inline-block;
    width: 32px;
    height: 28px;
    margin: 0 1px;
}

div.list div.paging ul.pagination li.select {		
    width: 60px;
}

div.list div.paging ul.pagination li select {    
    background-color: #fff;
    color: #171a1c;
    /* background: transparent; */
    /* padding: 6px; */
    width: 100%;    
    border: none;
}

div.list div.paging ul.pagination li .box {
    display: block;
    background: #ffffff;
    border: 1px solid #e5e5e5;
    height: 30px;
    line-height: 30px;
    color: #999999;
    font-size: 10px;
    text-align: center;
}

div.list div.paging ul.pagination li a.box:hover {
    color: #533e0a;
    background: #ffb400;
    border: 1px solid #b2820e;
}

div.list div.paging ul.pagination li span.box.now {
    background: #16d0df;
    border: 1px solid #0c97ba;
    color: #fff;
}

.nowrap {white-space: nowrap;}

/* div.view {margin-top:5px;} */
/* div.view {margin: 5px 10px;} */
div.view div.user-info {
    position:relative;
    text-align:left;
    padding:10px 20px;
    letter-spacing:-1px;
    border-bottom:none;
}
div.view div.title-box {
    position:relative;
    padding:20px;
    border:1px solid #e7dda8;
    background:#fffceb;
}
div.view div.title-box h1 {font-size:14px;font-family:gulim;font-weight:bold;color:#000;width:75%}
div.view div.title-box div.add-box {position:absolute;top:8px;right:20px;display:block;line-height:36px;}
div.view div.title-box div.add-box span.score {color:#000;font-size:10px;font-family:tahoma;margin-right:2px;}
div.view div.title-box div.add-box span.hit {color:#000;font-size:10px;font-family:tahoma;margin-right:7px;}
div.view div.title-box div.add-box span.date {color:#000;font-size:10px;font-family:tahoma;margin-right:7px;}
div.view div.content {text-align:center;border-bottom:1px solid #555;padding:30px;word-break:break-all;word-break:break-word;}
div.view div.content div.up {margin:70px 0 20px 0;text-align:center;}
div.view div.content div.up span.up-btn {display:inline-block;width:95px;height:95px;background:url(/res/img/bbs/up.png);cursor:pointer;}
div.view div.content div.up span.up-btn:hover {background-position:-95px 0;}
div.view div.content div.up span.up-end {display:inline-block;width:95px;height:95px;background:url(/res/img/bbs/up.png);background-position:-190px 0;}
div.view div.content div.up span.up-off {display:inline-block;width:95px;height:95px;background:url(/res/img/bbs/up.png);}

div.view div.userpost {
    display:table;
    width: 100%;
    /* border:1px solid #555; */
    /* width:100%; */
}	
div.view div.userpost div.list {
    display:table-cell;
    /* width:414px; */
    width:50%;
}
div.view div.userpost ul {padding:10px 30px;}
div.view div.userpost li {text-align:left;color:#999999;line-height:30px;}
div.view div.userpost li img.icon {margin-bottom:2px;margin-right:2px;}
div.view div.userpost li img.newicon {margin-bottom:1px;margin-right:2px;}
div.view div.userpost li a {color:#fff;}
div.view div.userpost li a:hover {color:#e57a39;text-decoration:underline;}
div.view div.userpost li.now a {color:rgb(19, 109, 169);font-weight:bold;}
div.view div.userpost li span.comment {color:#ec3218;font-size:10px;position:relative;top:-1px;font-weight:bold;}

@media only screen and (max-width: 768px) {
    .in_content {
        max-width: 768px;
        width: 100%;
        overflow: scroll;
    }  
    div.in_content img {
        width: 100%;
    }

    div.view div.userpost ul {
        padding: 0px 0px;
    }
    div.view div.userpost li {
        text-align: left;
        color: #999999;
        line-height: 40px;
    }
    div.view div.userpost div.list {
        display: inline-block;
        /* width: 414px; */
        width: 100%;
    }
}


div.view div.comment-write {
    border:1px solid #555;
    width:100%;
    margin-top:5px;
}	
div.view div.comment-write div.name-box {position:relative;text-align:left;padding:10px 20px;border-bottom:none;}
div.view div.comment-write div.write-box {padding:0 20px 20px 20px;}
div.view div.comment-write div.write-box textarea {
    width: 100%;
    height: 80px;
    padding: 10px;
    line-height: 150%;
    font-size: 12px;
    resize: none;
    vertical-align: top;
    border: 1px solid #999;
    border-right: none;
}
div.view div.comment-write div.write-box span.btn {
    display: inline-block;
    height: 40px;
    line-height: 30px;
    width: 65px;
    vertical-align: top;
    background: #777;
    border: 1px solid #555;
    color: #ddd;
    font-size: 12px;
    cursor: pointer;
    text-align: center;
}
div.view div.comment-write div.write-box span.btn:hover {background:#e57a39;border:1px solid #222;color:#fff;text-decoration:underline;}
div.view div.not {padding:20px;text-align:center;border:1px solid #555;margin-top:5px;}
div.view div.clist-item {border:1px solid #555;margin-top:5px;}
div.view div.name-box {position:relative;text-align:left;padding:10px 20px;border-bottom:1px solid #f5f5f5;}
div.view div.ccontent {padding:20px;color:#fff;}
div.view div.ccontent span.content {display:inline-block;word-break:break-all;word-break:break-word;}
div.view div.ccontent span.date {font-size:10px;color:#aaa;margin-left:5px;}
div.view div.cmenu {padding:0 20px 0 20px;color:#dd413e;height:35px;}
div.view div.cmenu span.st {font-size:11px;color:#eee;margin:0 5px;}
div.view div.cmenu span.btn {display:inline-block;cursor:pointer;height:32px;margin-right:7px;}
div.view div.cmenu span.btn.selected {border-bottom:3px solid #dd413e;}
div.view div.cmenu span.btn:hover {text-decoration:underline;}
div.view div.clist-item.depth1 {position:relative;margin-top:0px;border-top:none;background:#fffef7;}
div.view div.clist-item.depth1 div.name-box {padding-left:50px;}
div.view div.clist-item.depth1 div.ccontent {padding-left:50px;}
div.view div.clist-item.depth1 div.cmenu {padding-left:50px;}
div.view div.clist-item.depth1 img.replyIcon {position:absolute;left:20px;top:0px;}
div.view div.clist-item.depth2 {position:relative;margin-top:0px;border-top:none;background:#fffbfb;}
div.view div.clist-item.depth2 div.name-box {padding-left:80px;}
div.view div.clist-item.depth2 div.ccontent {padding-left:80px;}
div.view div.clist-item.depth2 div.cmenu {padding-left:80px;}
div.view div.clist-item.depth2 img.replyIcon {position:absolute;left:50px;top:0px;}
div.view div.reply-write {position:relative;background:#fbfbfb;border-top:1px solid #555;}
div.view div.reply-write img.replyIcon {position:absolute;left:20px;top:0px;}
div.view div.reply-write div.name-box {padding-left:50px;border-bottom:none;}
div.view div.reply-write div.write-box {padding:0 20px 20px 50px;}
div.view div.reply-write div.write-box textarea {width:670px;height:40px;padding:10px;line-height:150%;font-size:12px;resize:none;vertical-align:top;border:1px solid #999;border-right:none;}
div.view div.reply-write div.write-box span.btn {display:inline-block;height:60px;line-height:60px;width:65px;vertical-align:top;background:#777;border:1px solid #555;color:#ddd;font-size:12px;cursor:pointer;text-align:center;}
div.view div.reply-write div.write-box span.btn:hover {background:#e57a39;border:1px solid #222;color:#fff;text-decoration:underline;}
div.view div.reply-write.depth img.replyIcon {left:50px;}
div.view div.reply-write.depth div.name-box {padding-left:80px;}
div.view div.reply-write.depth div.write-box {padding:0 20px 20px 80px;}
div.view div.reply-write.depth div.write-box textarea {width:640px;}
div.view div.modify-write {position:relative;background:#fbfbfb;border-top:1px solid #555;}
div.view div.modify-write div.name-box {padding-left:20px;border-bottom:none;}
div.view div.modify-write div.write-box {padding:0 20px 20px 20px;}
div.view div.modify-write div.write-box textarea {width:700px;height:40px;padding:10px;line-height:150%;font-size:12px;resize:none;vertical-align:top;border:1px solid #999;border-right:none;}
div.view div.modify-write div.write-box span.btn {display:inline-block;height:60px;line-height:60px;width:65px;vertical-align:top;background:#777;border:1px solid #555;color:#ddd;font-size:12px;cursor:pointer;text-align:center;}
div.view div.modify-write div.write-box span.btn:hover {background:#e57a39;border:1px solid #222;color:#fff;text-decoration:underline;}
div.view div.modify-write.depth2 div.name-box {padding-left:50px;}
div.view div.modify-write.depth2 div.write-box {padding:0 20px 20px 50px;}
div.view div.modify-write.depth2 div.write-box textarea {width:670px;}
div.view div.modify-write.depth3 div.name-box {padding-left:80px;}
div.view div.modify-write.depth3 div.write-box {padding:0 20px 20px 80px;}
div.view div.modify-write.depth3 div.write-box textarea {width:640px;}
div.view div.view-btn {clear:both;padding:15px 0 10px 0;text-align:center;}
div.view div.view-btn a {
    display:inline-block;
    /* width:80px; */
    /* height:34px; */
    /* line-height:34px; */
}
div.view div.view-btn a.btn {background:#f5f5f5;border:1px solid #555;color:#777;text-align:center;}
div.view div.view-btn a.btn:hover {background:#f5f5f5;border:1px solid rgb(19, 109, 169);color:rgb(19, 109, 169);text-decoration:underline;}
div.view div.view-btn a.btn-admin {background:#8143c8;border:1px solid #6e33af;color:#ffffff;text-align:center;}
div.view div.view-btn a.btn-admin:hover {text-decoration:underline;}
div.hide .hide {display:none;}
#more-data {margin-top:5px;height:36px;line-height:36px;color:#999999;background:#f5f5f5;border:1px solid #555;text-align:center;cursor:pointer;}
#more-data:hover {background:#e5e5e5;border:1px solid #555;color:#555555;}

div.photo-list li a {display:block;position:relative;content:"";height:77px;overflow:hidden;}
div.photo-list li a img.post {width:110px;min-height:90px;position:absolute;top:-10px;left:-25px;z-index:8888;}
div.photo-list li a span.blind_not {display:block;border:1px solid #f1af97;text-align:center;height:75px;background:#fff8f5;}
div.photo-list li a span.blind_not img {margin-top:20px;}
div.photo-list li a span.post_not {display:block;border:1px solid #9cc6f0;text-align:center;height:75px;background:#ebf5ff;}
div.photo-list li a span.post_not img {margin-top:20px;}
div.photo-list li a span.userphoto {position:absolute;right:10px;bottom:10px;z-index:9999;}
div.photo-list li a span.userphoto img {width:35px;height:35px;border-radius:17px;border:1px solid rgba(0,0,0,.15);box-sizing:border-box;}

div.info {padding:25px;}	
div.info.border {border-bottom:1px solid #e5e5e5;}
div.info ul {display:table;}
div.info ul li {display:table-cell;line-height:38px;;height:38px;;padding:0;letter-spacing:-1px;color:#777777;font-size:12px;}
div.info ul li .margin {margin-right:10px;}
div.info ul li .border {border:1px solid #cccccc;border-right:none;}
div.info ul li .border2 {border:1px solid #cccccc;}
div.info ul li div {text-align:center;box-sizing:border-box;}
div.info ul li div.title {background:#f1f1f1;width:80px;}
div.info ul li div.title2 {background:#444;border:1px solid #222;color:#ffffff;padding:0 15px;}
div.info ul li div.num {
    position:relative;
    color:#bf2b17;
    font-weight:bold;
    padding:0 15px;
    background:#ffffff;
}
div.info ul li div.input {}
/* div.info ul li div.input span.btn {display:inline-block;width:80px;text-align:center;line-height:38px;;height:38px;background:#bf2b17;border:1px solid #9b2313;color:#ffffff;cursor:pointer;} */
div.info ul li div.input span.btn {
    display:inline-block;
    width:80px;
    text-align:center;
    line-height:30px;
    /* height:38px; */
    color:#ffffff;
    cursor:pointer;
}
div.info ul li div.input span.btn:hover {text-decoration:underline;}
div.info ul li div.input span.day-btn1 {display:inline-block;width:80px;text-align:center;line-height:38px;;height:38px;background:#f1d7fb;border:1px solid #9d34c4;color:#9d34c4;cursor:pointer;}
div.info ul li div.input span.day-btn1:hover {text-decoration:underline;}
div.info ul li div.input span.day-btn2 {display:inline-block;width:80px;text-align:center;line-height:38px;;height:38px;background:#efe8d1;border:1px solid #bda243;color:#927617;cursor:pointer;}
div.info ul li div.input span.day-btn2:hover {text-decoration:underline;}
div.info ul li div.input span.day-btn3 {display:inline-block;width:80px;text-align:center;line-height:38px;;height:38px;background:#cbdef0;border:1px solid #4d89c2;color:#174a79;cursor:pointer;}
div.info ul li div.input span.day-btn3:hover {text-decoration:underline;}
div.info ul li div.input a.btn {
    display:inline-block;
    width:80px;
    text-align:center;
    line-height:30px;
    /* height:38px; */
    /* border-left:none; */
}



div.info ul li div.input a.all-del {display:inline-block;width:80px;text-align:center;line-height:38px;;height:38px;border:1px solid #196c19;background:#229122;color:#ffffff}
div.info ul li div.input.st {margin:0 3px;}
div.info ul li select {
    width:100%;
    /* line-height:38px; */
    /* height:38px; */
    border:none;
    padding:0 10px;
    font-size:12px;
    letter-spacing:-1px;
    color:#555;
    background: #fff;
}
div.info ul li select.sty {width:120px;}
div.info ul li select.type {width:120px;}
div.info ul li select.type_change {width:180px;}
div.info ul li select.dYY {width:80px;}
div.info ul li select.dMM {width:70px;}
div.info ul li select.dDD {width:70px;}
div.info ul li select.the_type {width:70px;}

div.info ul li input {
    width:150px;
    line-height:36px;
    /* height:36px; */
    border:none;
    padding:0 10px;
    /* font-size:12px; */
    /* letter-spacing:-1px; */
    color:#555;
    background:#ffffff;
}
div.info ul li input.w30px {
    width:30px;
}
div.info ul li input.w50px {
    width:50px;
}
div.info ul li input.w300px {
    width:300px;
}
div.info ul li input.w500px {
    width:500px;
}
div.info ul li input.w800px {
    width:800px;
}
div.info ul li input.number {width:300px;}
div.info ul li input.ip-c {width:300px;}
div.info ul li input.per {width:60px;}
div.info ul li input.power {width:40px;}
div.info ul li input.bean-per {width:60px;font-weight:bold;color:#bf2b17;}

div.info div.add {clear:both;margin-top:10px;}

div.info div.total {margin-top:10px;}
div.info div.total table {width:100%;;border-spacing:0px;border-collapse:collapse;background:#ffffff;}
div.info div.total thead th {border:1px solid #cccccc;background:#f1f1f1;line-height:44px;height:44px;box-sizing:border-box;color:#777777;letter-spacing:-1px;font-weight:normal;}
div.info div.total tbody td {
    padding: 4px 4px;
    /* line-height: 30px; */
    /* height: 30px; */
    border: 1px solid #666;
    font-size: 11px;
    /* font-weight: bold; */
    color: #666;
}
div.info div.total tbody td.gold {color:#84840c}
div.info div.total tbody td.point {color:#0b88a8}
div.info div.total tbody td.package {color:#666666}
div.info div.total tbody td.admin {color:#bf2b17}
div.info div.total tbody td div.num {}
div.info div.total tbody td div.price {}
div.info div.total tbody td div.title {font-size:12px;font-weight:normal;letter-spacing:-1px;}


/** write **/
div.write {
    width:100%;
}
div.write h1 {font-size:12px;line-height:44px;border:1px solid #b5b5b5;margin:5px 0 0 0;padding:0 15px;font-weight:bold;}
div.write div.notice {line-height:44px;border:1px solid #b5b5b5;border-top:none;font-size:12px;padding:0 15px;}
div.write div.title {margin:5px 0;}
div.write div.title input {width:798px;padding:14px 15px 13px 15px;border:1px solid #b5b5b5;font-size:12px;}
div.write div.title_admin {margin:5px 0;}
div.write div.title_admin span {
    position: relative;
    /* top: 1px; */
    display: inline-block;
    /* width: 80px; */
    padding: 10px 10px 10px 10px;
    border: 1px solid #b5b5b5;
}
div.write div.title_admin span label {cursor:pointer;color:#fff;}
div.write div.title_admin span label input {position:relative;top:2px;margin-right:3px;}
div.write div.title_admin input.title {
    padding:14px 15px 13px 15px;
    border:1px solid #b5b5b5;
    font-size:12px;
}
div.write div.editor {
    position:relative;
    width:100%;
}
div.write div.editor textarea.content {width:826px;height:400px;}
div.write div.btn-box {padding:10px 0 40px 0;text-align:center;}
div.write div.btn-box a.btn {
    display: inline-block;
    width: 95px;
    /* height: 40px; */
    /* line-height: 40px; */
    border: 1px solid #555;
    background: #f9f9f9;
    color: #888;
}
div.write div.btn-box a.btn:hover {text-decoration:underline;}
div.write div.btn-box a.btn.btn-write {background:rgb(19, 109, 169);border:1px solid rgb(25, 103, 156);color:#fff;}
#multiform {display:none;}
#loading {display:none;position:absolute;top:0;left:0;width:100%;height:100%;}
#loading table {width:100%;height:100%;}
#loading table td {text-align:center;line-height:100%;padding-bottom:80px;}
#loading table td span {display:block;font-weight:bold;font-size:10px;margin-top:10px;}