
.chatroom .chatArea .chatContent .chatMsg .msgRow .msg {
    word-wrap: break-word;
}

.chatroom .chatArea .chatContent .chatMsg .msgRow .msg img, .chatroom .chatArea .chatContent .chatMsg .msgRow .msg video {
    display: block;
    width: 100%;
}

.chatroom {
    max-width: 900px;
    width: 90%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    border: 1px solid #dcdce0;
    border-radius: 4px;
    box-sizing: border-box;
    overflow: hidden
}

@media only screen and (max-width: 992px) {
    .chatroom {
        max-width: 100%;
        width: 100%;
        height: 100vh;
        border-radius: 0;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 99;
        transform: translate(0, 0);
        border: 0
    }
}

.chatroom .chatTitle {
    width: 100%;
    height: 40px;
    color: #ee4d2d;
    font-size: 20px;
    line-height: 40px;
    font-weight: 300;
    padding: 0 12px;
    box-sizing: border-box;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.08);
    position: relative;
    z-index: 1
}

@media only screen and (max-width: 992px) {
    .chatroom .chatTitle {
        height: 6vh;
        font-size: 5vw;
        line-height: 6vh;
        padding: 0;
        text-align: center
    }
}

.chatroom .chatArea {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    z-index: 2
}

@media only screen and (max-width: 992px) {
    .chatroom .chatArea {
        display: block
    }
}

.chatroom .chatArea .chatList {
    width: 30%
}

@media only screen and (max-width: 992px) {
    .chatroom .chatArea .chatList {
        width: 100%;
        position: relative;
        z-index: 1
    }
}

.chatroom .chatArea .chatList .searchArea {
    padding: 8px 12px
}

@media only screen and (max-width: 992px) {
    .chatroom .chatArea .chatList .searchArea {
        padding: 3vw
    }
}

.chatroom .chatArea .chatList .searchArea .searchBar {
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    padding: 0 12px
}

@media only screen and (max-width: 992px) {
    .chatroom .chatArea .chatList .searchArea .searchBar {
        padding: 0 2vw
    }
}

.chatroom .chatArea .chatList .searchArea .searchBar i {
    color: #999;
    padding: 0 5px
}

@media only screen and (max-width: 992px) {
    .chatroom .chatArea .chatList .searchArea .searchBar i {
        padding: 0 1vw
    }
}

.chatroom .chatArea .chatList .searchArea .searchBar input {
    flex: 1;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    outline-style: none;
    border: 0;
    border-radius: 0;
    line-height: 28px
}

@media only screen and (max-width: 992px) {
    .chatroom .chatArea .chatList .searchArea .searchBar input {
        line-height: 8vw
    }
}

.chatroom .chatArea .chatList .searchArea .searchBar input::placeholder {
    color: #c4c4c4
}

.chatroom .chatArea .chatList .searchArea .searchBar input::-webkit-search-cancel-button {
    -webkit-appearance: none;
    height: 16px;
    width: 16px;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23777'><path d='M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z'/></svg>");
    cursor: pointer
}

.chatroom .chatArea .chatList .allList {
    width: 100%;
    height: 520px;
    overflow-x: hidden
}

@media only screen and (max-width: 992px) {
    .chatroom .chatArea .chatList .allList {
        height: 72vh
    }
}

.chatroom .chatArea .chatList .allList .listItem {
    position: relative;
    display: flex;
    align-items: center;
    padding: 12px;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent
}

@media only screen and (max-width: 992px) {
    .chatroom .chatArea .chatList .allList .listItem {
        padding: 3vw
    }
}

.chatroom .chatArea .chatList .allList .listItem.active {
    background: rgba(0, 0, 0, 0.08)
}

.chatroom .chatArea .chatList .allList .listItem.online .seller_avatar::before {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 2;
    width: 12px;
    height: 12px;
    background: #00FF00;
    border-radius: 100%
}

@media only screen and (max-width: 992px) {
    .chatroom .chatArea .chatList .allList .listItem.online .seller_avatar::before {
        width: 3.7vw;
        height: 3.7vw
    }
}

.chatroom .chatArea .chatList .allList .listItem.unread::after {
    content: attr(unreadNum);
    position: absolute;
    right: 8px;
    bottom: 14px;
    z-index: 2;
    width: 20px;
    height: 20px;
    background: #f15f73;
    color: #fff;
    font-size: 12px;
    font-weight: 300;
    line-height: 20px;
    border-radius: 100%;
    text-align: center
}

@media only screen and (max-width: 992px) {
    .chatroom .chatArea .chatList .allList .listItem.unread::after {
        right: 2.5vw;
        bottom: 4.5vw;
        width: 6vw;
        height: 6vw;
        line-height: 6vw;
        font-size: 3.75vw
    }
}

.chatroom .chatArea .chatList .allList .listItem .seller_avatar {
    position: relative;
    z-index: 1
}

.chatroom .chatArea .chatList .allList .listItem .seller_avatar img {
    position: relative;
    z-index: 1;
    display: block;
    width: 45px;
    height: 45px;
    border-radius: 100%
}

@media only screen and (max-width: 992px) {
    .chatroom .chatArea .chatList .allList .listItem .seller_avatar img {
        width: 15vw;
        height: 15vw;
    }
}

.chatroom .chatArea .chatList .allList .listItem .seller_dec {
    flex: 1;
    padding: 0 0 0 8px;
    position: relative;
    z-index: 1
}

@media only screen and (max-width: 992px) {
    .chatroom .chatArea .chatList .allList .listItem .seller_dec {
        padding: 0 0 0 2vw
    }
}

.chatroom .chatArea .chatList .allList .listItem .seller_dec .msg_date {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 12px;
    line-height: 18px;
    font-weight: 300
}

@media only screen and (max-width: 992px) {
    .chatroom .chatArea .chatList .allList .listItem .seller_dec .msg_date {
        font-size: 3.75vw;
        line-height: 5vw
    }
}

.chatroom .chatArea .chatList .allList .listItem .seller_dec .seller_name {
    font-size: 16px;
    line-height: 18px;
    font-weight: 500
}

@media only screen and (max-width: 992px) {
    .chatroom .chatArea .chatList .allList .listItem .seller_dec .seller_name {
        font-size: 4.2vw;
        line-height: 5vw
    }
}

.chatroom .chatArea .chatList .allList .listItem .seller_dec .msg_temp {
    padding: 5px 0 0 0;
    font-weight: 300;
    width: 120px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

@media only screen and (max-width: 992px) {
    .chatroom .chatArea .chatList .allList .listItem .seller_dec .msg_temp {
        padding: 1vw 0 0 0;
        width: 68vw;
    }
}

.chatroom .chatArea .chatContent {
    width: 70%;
    border-left: 1px solid #e4e6e8;
    box-sizing: border-box
}

@media only screen and (max-width: 992px) {
    .chatroom .chatArea .chatContent {
        width: 100%;
        position: absolute;
        top: -6vh;
        left: 0;
        transform: translate(100%, 0);
        z-index: 2;
        background: #fff;
        transition: all .6s
    }
}

@media only screen and (max-width: 992px) {
    .chatroom .chatArea .chatContent.active {
        transform: translate(0, 0)
    }
}

.chatroom .chatArea .chatContent .seller_title {
    padding: 8px 12px;
    display: flex;
    align-items: center
}

@media only screen and (max-width: 992px) {
    .chatroom .chatArea .chatContent .seller_title {
        padding: 3vw
    }
}

.chatroom .chatArea .chatContent .seller_title .back_btn {
    font-size: 5.5vw;
    line-height: 1;
    color: #ee4d2d;
    margin: 0 4vw 0 0;
    display: none
}

@media only screen and (max-width: 992px) {
    .chatroom .chatArea .chatContent .seller_title .back_btn {
        display: block
    }
}

.chatroom .chatArea .chatContent .seller_title .seller_avatar {
    margin: 0 5px 0 0
}

.chatroom .chatArea .chatContent .seller_title .seller_avatar img {
    display: block;
    width: 32px;
    height: 32px;
    border-radius: 100%
}

@media only screen and (max-width: 992px) {
    .chatroom .chatArea .chatContent .seller_title .seller_avatar img {
        width: 10vw;
        height: 10vw
    }
}

.chatroom .chatArea .chatContent .seller_title .seller_name {
    font-weight: 500
}

.chatroom .chatArea .chatContent .chatMsg {
    background: #f3f3f3;
    height: 400px;
    overflow-x: hidden;
    padding: 0 16px;
    box-sizing: border-box
}

@media only screen and (max-width: 992px) {
    .chatroom .chatArea .chatContent .chatMsg {
        height: 60vh;
        padding: 0 5vw
    }
}

.chatroom .chatArea .chatContent .chatMsg .allMsg {
    padding: 0 0 12px 0;
    box-sizing: border-box
}

@media only screen and (max-width: 992px) {
    .chatroom .chatArea .chatContent .chatMsg .allMsg {
        padding: 0 0 4vw 0
    }
}

.chatroom .chatArea .chatContent .chatMsg .msgRow {
    position: relative;
    width: 100%;
    margin: 12px 0 0 0;
    box-sizing: border-box;
    display: flex
}

@media only screen and (max-width: 992px) {
    .chatroom .chatArea .chatContent .chatMsg .msgRow {
        margin: 4vw 0 0 0
    }
}

.chatroom .chatArea .chatContent .chatMsg .msgRow.seller {
    justify-content: flex-start
}

.chatroom .chatArea .chatContent .chatMsg .msgRow.seller .msg {
    border-radius: 0 10px 10px 10px
}

.chatroom .chatArea .chatContent .chatMsg .msgRow.seller .msg::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-top: 5px solid #fff;
    border-right: 6px solid #fff;
    border-bottom: 5px solid transparent;
    border-left: 6px solid transparent;
    border-radius: 4px;
    position: absolute;
    top: 0;
    left: -10px
}

.chatroom .chatArea .chatContent .chatMsg .msgRow.buyer {
    justify-content: flex-end
}

.chatroom .chatArea .chatContent .chatMsg .msgRow.buyer .msg {
    background: #d7f7ef;
    border-radius: 8px 0 8px 8px;
    word-wrap: break-word
}

.chatroom .chatArea .chatContent .chatMsg .msgRow.buyer .msg::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-top: 5px solid #d7f7ef;
    border-right: 6px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 6px solid #d7f7ef;
    border-radius: 4px;
    position: absolute;
    top: 0;
    right: -10px
}

.chatroom .chatArea .chatContent .chatMsg .msgRow.buyer .msg img,
.chatroom .chatArea .chatContent .chatMsg .msgRow.buyer .msg video {
    display: block;
    width: 100%
}

.chatroom .chatArea .chatContent .chatMsg .msgRow .msg {
    position: relative;
    background: #fff;
    width: 50%;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    padding: 12px 12px 6px 12px;
    box-sizing: border-box
}

@media only screen and (max-width: 992px) {
    .chatroom .chatArea .chatContent .chatMsg .msgRow .msg {
        padding: 3vw 3vw 2vw 3vw
    }
}

.chatroom .chatArea .chatContent .chatMsg .msgRow .msg p.time {
    font-size: 12px;
    line-height: 1;
    font-weight: 300;
    text-align: right;
    margin: 6px 0 0 0
}

.chatroom .chatArea .chatContent .chatMsg .msgRow .msg p.content span.emo {
    vertical-align: middle;
    padding: 0 1px
}

.chatroom .chatArea .chatContent .enterMsg {
    position: relative;
    height: 120px
}

@media only screen and (max-width: 992px) {
    .chatroom .chatArea .chatContent .enterMsg {
        height: auto
    }
}

.chatroom .chatArea .chatContent .enterMsg #msgText {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    outline-style: none;
    border: 0;
    border-radius: 0;
    resize: none;
    width: 100%;
    height: 80px;
    box-sizing: border-box;
    padding: 0 8px;
    margin: 8px 0;
    font-size: 14px;
    line-height: 1.34;
    position: relative;
    z-index: 2;
    overflow-x: hidden
}

@media only screen and (max-width: 992px) {
    .chatroom .chatArea .chatContent .enterMsg #msgText {
        height: 15vh;
        padding: 0 3vw;
        margin: 3vw 0;
        font-size: 4vw
    }
}

.chatroom .chatArea .chatContent .enterMsg #msgText span.emo {
    vertical-align: middle;
    padding: 0 1px
}

.chatroom .chatArea .chatContent .enterMsg .tips {
    content: '输入文字';
    position: absolute;
    top: 8px;
    left: 8px;
    z-index: 1;
    color: #999;
    user-select: none;
    -webkit-user-select: none
}

.chatroom .chatArea .chatContent .enterMsg .tips.nowkeyin {
    display: none
}

.chatroom .chatArea .chatContent .enterMsg .func {
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
    padding: 0 8px
}

@media only screen and (max-width: 992px) {
    .chatroom .chatArea .chatContent .enterMsg .func {
        padding: 3vw
    }
}

.chatroom .chatArea .chatContent .enterMsg .func .moreFun {
    float: left;
    display: flex;
    flex-wrap: wrap
}

.chatroom .chatArea .chatContent .enterMsg .func .moreFun a {
    display: block;
    font-size: 20px;
    line-height: 1;
    color: #8ea4d1;
    margin: 0 5px 0 0
}

@media only screen and (max-width: 992px) {
    .chatroom .chatArea .chatContent .enterMsg .func .moreFun a {
        font-size: 6vw;
        margin: 0 1.5vw 0 0
    }
}

.chatroom .chatArea .chatContent .enterMsg .func .moreFun a.active {
    color: #ee4d2d
}

.chatroom .chatArea .chatContent .enterMsg .func .moreFun a img {
    display: block;
    width: 22px
}

@media only screen and (max-width: 992px) {
    .chatroom .chatArea .chatContent .enterMsg .func .moreFun a img {
        width: 6vw
    }
}

.chatroom .chatArea .chatContent .enterMsg .func .moreFun input {
    display: none
}

.chatroom .chatArea .chatContent .enterMsg .func .enter {
    float: right;
    display: block;
    font-size: 24px;
    line-height: 1;
    font-weight: bold;
    color: #ccc;
    pointer-events: none
}

@media only screen and (max-width: 992px) {
    .chatroom .chatArea .chatContent .enterMsg .func .enter {
        font-size: 7vw
    }
}

.chatroom .chatArea .chatContent .enterMsg .func .enter.active {
    color: #ee4d2d;
    pointer-events: auto
}

.chatroom .chatArea .chatContent .enterMsg .allemoji {
    display: none;
    width: 312px;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 8px;
    position: absolute;
    top: -110px;
    left: 10px;
    z-index: 99;
    padding: 5px;
    box-sizing: border-box
}

@media only screen and (max-width: 992px) {
    .chatroom .chatArea .chatContent .enterMsg .allemoji {
        width: 95vw;
        top: -27vw;
        left: 2vw;
        padding: 2vw
    }
}

.chatroom .chatArea .chatContent .enterMsg .allemoji .smileys {
    display: flex;
    flex-wrap: wrap
}

.chatroom .chatArea .chatContent .enterMsg .allemoji a.emoji_btn {
    width: 30px;
    height: 30px;
    font-size: 20px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center
}

@media only screen and (max-width: 992px) {
    .chatroom .chatArea .chatContent .enterMsg .allemoji a.emoji_btn {
        width: 9vw;
        height: 9vw;
        font-size: 6.5vw
    }
}

::-webkit-scrollbar {
    width: 6px;
    background: none
}

::-webkit-scrollbar-thumb {
    background: #bbbbbb;
    -webkit-border-radius: 1ex
}

.popupWrap {
    z-index: 9999;
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.3)
}

.popupWrap .popupArea {
    width: 800px;
    height: 550px;
    background: #f6f6f6;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 6px;
    overflow: hidden;
    display: flex;
    flex-direction: column
}

@media only screen and (max-width:992px) {
    .popupWrap .popupArea {
        width: 80vw;
        height: 50vh;
    }
}

.popupWrap .popupArea .popup_top {
    background: #e56f0c;
    position: relative;
    font-size: 20px;
    line-height: 1;
    color: #fff;
    text-align: center;
    padding: 10px 20px;
    box-sizing: border-box
}

@media only screen and (max-width:992px) {
    .popupWrap .popupArea .popup_top {
        font-size: 4.2vw;
        padding: 3vw 6vw
    }
}

.popupWrap .popupArea .popup_top .popup_close {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translate(0, -50%)
}

@media only screen and (max-width:992px) {
    .popupWrap .popupArea .popup_top .popup_close {
        width: 6vw;
        height: 6vw
    }
}

.popupWrap .popupArea .popup_top .popup_close::before,
.popupWrap .popupArea .popup_top .popup_close::after {
    position: absolute;
    content: ' ';
    background-color: #eee;
    width: 1px;
    height: 100%
}

.popupWrap .popupArea .popup_top .popup_close::before {
    transform: rotate(45deg)
}

.popupWrap .popupArea .popup_top .popup_close::after {
    transform: rotate(-45deg)
}

.popupWrap .popupArea .popup_main {
    width: 100%;
    flex: 1;
    overflow-y: scroll;
    overflow-x: hidden;
    padding: 0 10px;
    box-sizing: border-box
}

@media only screen and (max-width:992px) {
    .popupWrap .popupArea .popup_main {
        padding: 0 3vw
    }
}

.popupWrap .popupArea .popup_main .bulletin_list {
    box-sizing: border-box
}

@media only screen and (max-width:992px) {
    .popupWrap .popupArea .popup_main .bulletin_list {
        width: 100%;
        border-right: none
    }
}

.popupWrap .popupArea .popup_main .bulletin_list .list_item {
    text-align: center;
}

@media only screen and (max-width:992px) {
    .popupWrap .popupArea .popup_main .bulletin_list .list_item {
        font-size: 3.75vw
    }
}

.popupWrap .popupArea .popup_main .bulletin_list .list_item:nth-child(1) .item_right {
    top: 0
}

@media only screen and (max-width:992px) {
    .popupWrap .popupArea .popup_main .bulletin_list .list_item:nth-child(1) .item_right {
        top: 0
    }
}

.popupWrap .popupArea .popup_main .bulletin_list .list_item:nth-child(2) .item_right {
    top: -40px
}

@media only screen and (max-width:992px) {
    .popupWrap .popupArea .popup_main .bulletin_list .list_item:nth-child(2) .item_right {
        top: 0
    }
}

.popupWrap .popupArea .popup_main .bulletin_list .list_item:nth-child(3) .item_right {
    top: -80px
}

@media only screen and (max-width:992px) {
    .popupWrap .popupArea .popup_main .bulletin_list .list_item:nth-child(3) .item_right {
        top: 0
    }
}

.popupWrap .popupArea .popup_main .bulletin_list .list_item:nth-child(4) .item_right {
    top: -120px
}

@media only screen and (max-width:992px) {
    .popupWrap .popupArea .popup_main .bulletin_list .list_item:nth-child(4) .item_right {
        top: 0
    }
}

.popupWrap .popupArea .popup_main .bulletin_list .list_item:nth-child(5) .item_right {
    top: -160px
}

@media only screen and (max-width:992px) {
    .popupWrap .popupArea .popup_main .bulletin_list .list_item:nth-child(5) .item_right {
        top: 0
    }
}

.popupWrap .popupArea .popup_main .bulletin_list .list_item:nth-child(6) .item_right {
    top: -200px
}

@media only screen and (max-width:992px) {
    .popupWrap .popupArea .popup_main .bulletin_list .list_item:nth-child(6) .item_right {
        top: 0
    }
}

.popupWrap .popupArea .popup_main .bulletin_list .list_item:nth-child(7) .item_right {
    top: -240px
}

@media only screen and (max-width:992px) {
    .popupWrap .popupArea .popup_main .bulletin_list .list_item:nth-child(7) .item_right {
        top: 0
    }
}

.popupWrap .popupArea .popup_main .bulletin_list .list_item:nth-child(8) .item_right {
    top: -280px
}

@media only screen and (max-width:992px) {
    .popupWrap .popupArea .popup_main .bulletin_list .list_item:nth-child(8) .item_right {
        top: 0
    }
}

.popupWrap .popupArea .popup_main .bulletin_list .list_item:nth-child(9) .item_right {
    top: -320px
}

@media only screen and (max-width:992px) {
    .popupWrap .popupArea .popup_main .bulletin_list .list_item:nth-child(9) .item_right {
        top: 0
    }
}

.popupWrap .popupArea .popup_main .bulletin_list .list_item:nth-child(10) .item_right {
    top: -360px
}

@media only screen and (max-width:992px) {
    .popupWrap .popupArea .popup_main .bulletin_list .list_item:nth-child(10) .item_right {
        top: 0
    }
}

.popupWrap .popupArea .popup_main .bulletin_list .list_item:nth-child(11) .item_right {
    top: -400px
}

@media only screen and (max-width:992px) {
    .popupWrap .popupArea .popup_main .bulletin_list .list_item:nth-child(11) .item_right {
        top: 0
    }
}

.popupWrap .popupArea .popup_main .bulletin_list .list_item:nth-child(12) .item_right {
    top: -440px
}

@media only screen and (max-width:992px) {
    .popupWrap .popupArea .popup_main .bulletin_list .list_item:nth-child(12) .item_right {
        top: 0
    }
}

.popupWrap .popupArea .popup_main .bulletin_list .list_item:nth-child(13) .item_right {
    top: -480px
}

@media only screen and (max-width:992px) {
    .popupWrap .popupArea .popup_main .bulletin_list .list_item:nth-child(13) .item_right {
        top: 0
    }
}

.popupWrap .popupArea .popup_main .bulletin_list .list_item:nth-child(14) .item_right {
    top: -520px
}

@media only screen and (max-width:992px) {
    .popupWrap .popupArea .popup_main .bulletin_list .list_item:nth-child(14) .item_right {
        top: 0
    }
}

.popupWrap .popupArea .popup_main .bulletin_list .list_item:nth-child(15) .item_right {
    top: -560px
}

@media only screen and (max-width:992px) {
    .popupWrap .popupArea .popup_main .bulletin_list .list_item:nth-child(15) .item_right {
        top: 0
    }
}

.popupWrap .popupArea .popup_main .bulletin_list .list_item:nth-child(16) .item_right {
    top: -600px
}

@media only screen and (max-width:992px) {
    .popupWrap .popupArea .popup_main .bulletin_list .list_item:nth-child(16) .item_right {
        top: 0
    }
}

.popupWrap .popupArea .popup_main .bulletin_list .list_item:nth-child(17) .item_right {
    top: -640px
}

@media only screen and (max-width:992px) {
    .popupWrap .popupArea .popup_main .bulletin_list .list_item:nth-child(17) .item_right {
        top: 0
    }
}

.popupWrap .popupArea .popup_main .bulletin_list .list_item:nth-child(18) .item_right {
    top: -680px
}

@media only screen and (max-width:992px) {
    .popupWrap .popupArea .popup_main .bulletin_list .list_item:nth-child(18) .item_right {
        top: 0
    }
}

.popupWrap .popupArea .popup_main .bulletin_list .list_item:nth-child(19) .item_right {
    top: -720px
}

@media only screen and (max-width:992px) {
    .popupWrap .popupArea .popup_main .bulletin_list .list_item:nth-child(19) .item_right {
        top: 0
    }
}

.popupWrap .popupArea .popup_main .bulletin_list .list_item:nth-child(20) .item_right {
    top: -760px
}

@media only screen and (max-width:992px) {
    .popupWrap .popupArea .popup_main .bulletin_list .list_item:nth-child(20) .item_right {
        top: 0
    }
}

.popupWrap .popupArea .popup_main .bulletin_list .list_item:nth-child(21) .item_right {
    top: -800px
}

@media only screen and (max-width:992px) {
    .popupWrap .popupArea .popup_main .bulletin_list .list_item:nth-child(21) .item_right {
        top: 0
    }
}

.popupWrap .popupArea .popup_main .bulletin_list .list_item:nth-child(22) .item_right {
    top: -840px
}

@media only screen and (max-width:992px) {
    .popupWrap .popupArea .popup_main .bulletin_list .list_item:nth-child(22) .item_right {
        top: 0
    }
}

.popupWrap .popupArea .popup_main .bulletin_list .list_item:nth-child(23) .item_right {
    top: -880px
}

@media only screen and (max-width:992px) {
    .popupWrap .popupArea .popup_main .bulletin_list .list_item:nth-child(23) .item_right {
        top: 0
    }
}

.popupWrap .popupArea .popup_main .bulletin_list .list_item:nth-child(24) .item_right {
    top: -920px
}

@media only screen and (max-width:992px) {
    .popupWrap .popupArea .popup_main .bulletin_list .list_item:nth-child(24) .item_right {
        top: 0
    }
}

.popupWrap .popupArea .popup_main .bulletin_list .list_item .item_left {
    width: 200px;
    padding: 9px 0 9px 15px;
    border-bottom: 1px solid #ddd;
    box-sizing: border-box;
    position: relative;
    cursor: pointer
}

@media only screen and (max-width:992px) {
    .popupWrap .popupArea .popup_main .bulletin_list .list_item .item_left {
        width: 100%;
        padding: 3vw 0 3vw 4vw
    }
}

.popupWrap .popupArea .popup_main .bulletin_list .list_item .item_left.active {
    color: #e56f0c
}

.popupWrap .popupArea .popup_main .bulletin_list .list_item .item_left p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical
}

.popupWrap .popupArea .popup_main .bulletin_list .list_item .item_left::before {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    background: #e56f0c;
    border-radius: 99%;
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translate(0, -50%)
}

@media only screen and (max-width:992px) {
    .popupWrap .popupArea .popup_main .bulletin_list .list_item .item_left::before {
        width: 2.4vw;
        height: 2.4vw
    }
}

.popupWrap .popupArea .popup_main .bulletin_list .list_item .item_right {
    width: 680px;
    min-height: 499px;
    background: #f6f6f6;
    padding: 0 10px;
    box-sizing: border-box;
    position: absolute;
    left: 200px;
    top: 0;
    display: none;
    border-left: 1px solid #ddd
}

@media only screen and (max-width:992px) {
    .popupWrap .popupArea .popup_main .bulletin_list .list_item .item_right {
        width: 100%;
        min-height: auto;
        position: relative;
        left: 0;
        padding: 0 3vw;
        border-bottom: 1px solid #ddd;
        background: #ebebeb
    }
}

.popupWrap .popupArea .popup_main .bulletin_list .list_item .item_right.active {
    display: block
}

.popupWrap .popupArea .popup_main .bulletin_list .list_item .item_right p {
    margin: 0 0 10px 0
}

@media only screen and (max-width:992px) {
    .popupWrap .popupArea .popup_main .bulletin_list .list_item .item_right p {
        margin: 0 0 3vw 0
    }
}

.popupWrap .popupArea .popup_main .bulletin_list .list_item .item_right p.t {
    font-size: 24px;
    color: #e56f0c;
    text-align: center;
    padding: 10px 0;
    margin: 0
}

@media only screen and (max-width:992px) {
    .popupWrap .popupArea .popup_main .bulletin_list .list_item .item_right p.t {
        font-size: 4.2vw;
        padding: 3vw 0
    }
}

.popupWrap .popupArea .popup_main .bulletin_list .list_item .item_right img {
    display: block;
    width: 100%;
    margin: 10px 0
}

@media only screen and (max-width:992px) {
    .popupWrap .popupArea .popup_main .bulletin_list .list_item .item_right img {
        margin: 3vw 0
    }
}

.popupWrap .popupArea .popup_main .bulletin_list .list_item .item_right a {
    color: #e56f0c
}

.popupWrap .popupArea .popup_main .bulletin_list .list_item .item_right a:hover {
    text-decoration: underline
}

.popupWrap .popupArea .popup_bottom {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 150px;
    padding: 10px 0;
    box-sizing: border-box;
    border-top: 1px solid #ddd
}

@media only screen and (max-width:992px) {
    .popupWrap .popupArea .popup_bottom {
        gap: 0 10vw;
        padding: 2.5vw 0
    }
}

.popupWrap .popupArea .popup_bottom button {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    outline-style: none;
    border: 0;
    cursor: pointer;
    background: #e56f0c;
    color: #fff;
    border-radius: 30px;
    padding: 13px 20px;
    font-size: 14px;
    line-height: 1
}

@media only screen and (max-width:992px) {
    .popupWrap .popupArea .popup_bottom button {
        padding: 3vw 4vw;
        font-size: 3.75vw
    }
}


