@charset "UTF-8";
*,
*:before,
*:after {
    box-sizing: border-box !important;
}

.cd__main {
    height: 100%;
    /*display: block !important;*/
    background: linear-gradient(to right, #1c92d2, #f2fcfe) !important;
}

:root {
    --white: #fff;
    --black: #000;
    --bg: #f8f8f8;
    --grey: #999;
    --dark: #1a1a1a;
    --light: #e6e6e6;
    --wrapper: 1200px;
    --blue: #00b0ff;
}

body {
    background-color: var(--bg);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    /*font-family: "Source Sans Pro", sans-serif;*/
    font-weight: 400;
    /*background-image: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/382994/image.jpg");*/
    background-size: cover;
    background-repeat: none;
}

.twoLine {
    width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    /* 限制为两行 */
    overflow: hidden;
    text-overflow: ellipsis;
}

.imDiv {
    background: #fff;
    border-radius: 5px;
    bottom: 70px;
    box-shadow: 0 0 10px 1px rgb(0 0 0 / 16%);
    height: 700px;
    position: fixed;
    right: 155px;
    transition: all .5s ease;
    z-index: 99;
}


/*.write{*/


/*display: flex;*/


/*justify-content: space-between;*/


/*}*/

.imwrapper {
    /*position: relative;*/
    /*left: 50%;*/
    width: var(--wrapper);
    height: 700px;
    /*transform: translate(-50%, 0);*/
    text-align: left;
}

.layui-tab-title li {
    width: 55px;
    padding: 0px 2px;
    min-width: 55px;
}

.container {
    /*position: relative;*/
    /*top: 50%;*/
    /*left: 50%;*/
    width: 100%;
    height: 100%;
    background-color: #F6F6F7;
    display: flex;
    justify-content: space-between;
    /*transform: translate(-50%, -50%);*/
}

.container .left {
    float: left;
    width: 280px;
    height: 100%;
    border: 1px solid var(--light);
    background-color: var(--white);
    /*padding-top: 20px;*/
}

.container .left .top {
    position: relative;
    width: 100%;
    height: 62px;
    padding: 10px;
}

.container .left .top:after {
    position: absolute;
    bottom: 0;
    left: 50%;
    display: block;
    width: 80%;
    height: 1px;
    content: "";
    background-color: var(--light);
    transform: translate(-50%, 0);
}

.container .left input {
    float: left;
    width: 188px;
    height: 42px;
    padding: 0 15px;
    border: 1px solid var(--light);
    background-color: #eceff1;
    border-radius: 21px;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 400;
}

.container .left input:focus {
    outline: none;
}

.container .left a.search {
    display: block;
    float: left;
    width: 42px;
    height: 42px;
    margin-left: 10px;
    border: 1px solid var(--light);
    background-color: var(--blue);
    background-image: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/382994/name-type.png");
    background-repeat: no-repeat;
    background-position: top 12px left 14px;
    border-radius: 50%;
}

.container .left a.imsearch {
    display: block;
    float: left;
    width: 42px;
    height: 42px;
    margin-left: 10px;
    border: 1px solid var(--light);
    background-color: var(--blue);
    background-image: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/382994/name-type.png");
    background-repeat: no-repeat;
    background-position: top 12px left 14px;
    border-radius: 50%;
}

.container .left .people {
    margin-left: -1px;
    border-right: 1px solid var(--light);
    border-left: 1px solid var(--light);
    width: calc(100% + 2px);
    height: 625px;
    overflow: hidden;
    overflow-y: auto;
}

.container .left .people .person {
    position: relative;
    width: 100%;
    padding: 12px 10px;
    cursor: pointer;
    background-color: var(--white);
    display: flex;
    justify-content: flex-start;
}

.container .left .people .person:after {
    position: absolute;
    bottom: 0;
    left: 50%;
    display: block;
    width: 80%;
    height: 1px;
    content: "";
    background-color: var(--light);
    transform: translate(-50%, 0);
}


/*.container .left .people .person img {*/


/*float: left;*/


/*width: 50px;*/


/*height: 50px;*/


/*margin-right: 12px;*/


/*border-radius: 50%;*/


/*-o-object-fit: cover;*/


/*object-fit: cover;*/


/*}*/


/* 聊天群组 图片头像 */

.container .left .people .person .touxiang {
    width: 50px;
    height: 50px;
    /*border: 1px solid #42677E;*/
    border-radius: 8px;
    margin-right: 10px;
    position: relative;
    overflow: hidden;
}


/*!* 聊天群组 图片头像 *!*/


/*.container .left .people .person .touxiang img {*/


/*width: 72px;*/


/*height: 72px;*/


/*margin-right: 12px;*/


/*!*border-radius: 50%;*!*/


/*-o-object-fit: cover;*/


/*object-fit: cover;*/


/*}*/

.container .left .people .person .touxiang .touxiang1 {
    width: 100%;
    height: 100%;
}

.container .left .people .person .touxiang .touxiang2 {
    width: 50%;
    height: 50%;
}

.container .left .people .person .touxiang .touxiang3 {
    float: left;
    width: 50%;
    height: 50%;
}

.container .left .people .person .touxiang .touxiang4 {
    float: left;
    width: 50%;
    height: 50%;
}

.container .left .people .person .touxiang .touxiang5 {
    float: left;
    width: 33%;
    height: 50%;
}

.container .left .people .person .touxiang .touxiang6 {
    float: left;
    width: 33%;
    height: 50%;
}

.container .left .people .person .touxiang .touxiang7 {
    float: left;
    width: 33%;
    height: 33%;
}

.container .left .people .person .touxiang .touxiang8 {
    float: left;
    width: 33%;
    height: 33%;
}

.container .left .people .person .touxiang .touxiang9 {
    float: left;
    width: 33%;
    height: 33%;
}

.container .left .people .person .groupMsg {
    width: 125px;
}

.container .left .people .person .name {
    font-size: 14px;
    line-height: 22px;
    color: var(--dark);
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 600;
    display: block;
    width: 100%;
    white-space: nowrap;
    /* 禁止换行 */
    overflow: hidden;
    /* 隐藏超出部分 */
    text-overflow: ellipsis;
    /* 超出部分用省略号表示 */
}

.container .left .people .person .time {
    font-size: 14px;
    position: absolute;
    top: 12px;
    right: 6%;
    padding: 0 0 5px 5px;
    color: var(--grey);
    background-color: var(--white);
}

.container .left .people .person .layui-badge {
    position: absolute;
    top: 50px;
    right: 6%;
}

.container .left .people .person .preview {
    font-size: 14px;
    display: inline-block;
    overflow: hidden !important;
    width: 70%;
    margin-top: 5px;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: var(--grey);
}

.container .left .people .person.active,
.container .left .people .person:hover {
    margin-top: -1px;
    margin-left: -1px;
    padding-top: 13px;
    border: 0;
    background-color: #FFF6ED;
    /*width: calc(100% + 2px);*/
    /*padding-left: calc(10% + 1px);*/
}

.container .left .people .person.active span,
.container .left .people .person:hover span {
    /*color: var(--white);*/
    background: transparent;
}

.container .left .people .person.active:after,
.container .left .people .person:hover:after {
    display: none;
}

.container .right {
    position: relative;
    float: left;
    width: calc(100% - 560px);
    height: 100%;
}


/*.container .right .top {*/


/*width: 100%;*/


/*height: 47px;*/


/*padding: 15px 29px;*/


/*background-color: #eceff1;*/


/*}*/

.container .right .imtop {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 620px;
    height: 48px;
    margin: 0 auto;
    border-radius: 8px;
    padding: 15px 29px;
    margin-top: 12px;
    margin-bottom: 12px;
    background-color: #FFFFFF;
}

.container .right .top span {
    font-size: 15px;
    color: var(--grey);
}

.container .right .top .close {
    font-size: 25px;
    cursor: pointer;
}

.container .right .top span .name {
    color: var(--dark);
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 600;
}

.container .right .chat {
    position: relative;
    /*display: none;   calc(100% - 48px);*/
    padding: 0 15px 0px;
    /*border-width: 1px 1px 1px 0;*/
    /*border-style: solid;*/
    /*border-color: var(--light);*/
    height: calc(100% - 245px);
    justify-content: flex-end;
    flex-direction: column;
    overflow: hidden;
    overflow-y: auto;
}

.container .right .chat.active-chat {
    display: block;
    /*display: flex;*/
}

.container .right .chat.active-chat .bubble {
    transition-timing-function: cubic-bezier(0.4, -0.04, 1, 1);
}

.container .right .chat.active-chat .bubble:nth-of-type(1) {
    -webkit-animation-duration: 0.15s;
    animation-duration: 0.15s;
}

.container .right .chat.active-chat .bubble:nth-of-type(2) {
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
}

.container .right .chat.active-chat .bubble:nth-of-type(3) {
    -webkit-animation-duration: 0.45s;
    animation-duration: 0.45s;
}

.container .right .chat.active-chat .bubble:nth-of-type(4) {
    -webkit-animation-duration: 0.6s;
    animation-duration: 0.6s;
}

.container .right .chat.active-chat .bubble:nth-of-type(5) {
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
}

.container .right .chat.active-chat .bubble:nth-of-type(6) {
    -webkit-animation-duration: 0.9s;
    animation-duration: 0.9s;
}

.container .right .chat.active-chat .bubble:nth-of-type(7) {
    -webkit-animation-duration: 1.05s;
    animation-duration: 1.05s;
}

.container .right .chat.active-chat .bubble:nth-of-type(8) {
    -webkit-animation-duration: 1.2s;
    animation-duration: 1.2s;
}

.container .right .chat.active-chat .bubble:nth-of-type(9) {
    -webkit-animation-duration: 1.35s;
    animation-duration: 1.35s;
}

.container .right .chat.active-chat .bubble:nth-of-type(10) {
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
}

.container .right .write {
    position: absolute;
    bottom: 0px;
    left: 0px;
    height: 160px;
    padding-left: 8px;
    border: 1px solid var(--light);
    background-color: #fff;
    width: 100%;
    /*border-radius: 5px;*/
    border-radius: 8px 8px 0px 0px;
    /*display: flex;*/
    /*justify-content: space-between;*/
}

.container .right .emoji {
    width: 100%;
    height: 250px;
    display: none;
    position: absolute;
    top: -250px;
    left: 0px;
    overflow: hidden;
    background-color: #fff;
}

.container .right .emoji .emojis {
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.container .right .emoji .emo {
    margin-right: 5px;
    cursor: pointer;
    font-size: 20px;
}

.container .right .write .btns {
    width: calc(100% - 40px);
    height: 55px;
    margin: 0px auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.container .right .write .btns .imgs img {
    width: 30px;
    height: 30px;
    margin-right: 10px;
}

.container .right .write .inputmMsg {
    font-size: 16px;
    width: 100%;
    height: 70px;
    padding: 0px 20px;
    color: var(--dark);
    border: 0;
    outline: none;
    background-color: #fff;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 400;
}

.container .right .write input {
    font-size: 16px;
    float: left;
    width: 347px;
    height: 40px;
    padding: 0 10px;
    color: var(--dark);
    border: 0;
    outline: none;
    background-color: #eceff1;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 400;
}

.container .right .write .write-link.attach:before {
    display: inline-block;
    float: left;
    width: 20px;
    height: 42px;
    content: "";
    background-image: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/382994/attachment.png");
    background-repeat: no-repeat;
    background-position: center;
}

.container .right .write .write-link.smiley:before {
    display: inline-block;
    float: left;
    width: 20px;
    height: 42px;
    content: "";
    background-image: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/382994/smiley.png");
    background-repeat: no-repeat;
    background-position: center;
}

.container .right .write .write-link.send:before {
    display: inline-block;
    float: left;
    width: 20px;
    height: 42px;
    margin-left: 11px;
    content: "";
    background-image: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/382994/send.png");
    background-repeat: no-repeat;
    background-position: center;
}

.container .right .bubble {
    font-size: 16px;
    position: relative;
    display: inline-block;
    clear: both;
    margin-bottom: 8px;
    /*padding: 13px 14px;*/
    vertical-align: top;
    border-radius: 5px;
    width: 100%;
}

.container .right .bubble .bubble1 {
    font-size: 16px;
    position: relative;
    display: inline-block;
    clear: both;
    margin: 8px 20px;
    padding: 13px 14px;
    vertical-align: top;
    border-radius: 5px;
}

.container .right .bubble:before {
    position: absolute;
    top: 19px;
    display: block;
    width: 8px;
    height: 6px;
    content: " ";
    transform: rotate(29deg) skew(-35deg);
}

.container .right .bubble.time-itme {
    float: left;
    width: 100%;
    text-align: center;
    margin: 12px 0px;
}

.container .right .bubble.time-itme .time {
    display: inline-block;
    background-color: #ccc;
    color: #fff;
    padding: 5px 10px;
    font-size: 14px;
    border-radius: 5px;
}

.container .right .bubble.you {
    float: left;
    padding-left: 60px;
}

.container .right .bubble.you .user img {
    position: absolute;
    left: 0px;
    border: 1px solid #42677E;
    border-radius: 50%;
}

.container .right .bubble.you .bubble1 {
    color: #666666;
    background-color: #fff;
    align-self: flex-start;
    -webkit-animation-name: slideFromLeft;
    animation-name: slideFromLeft;
    margin: 8px 20px 8px 0px;
}

.container .right .bubble.you:before {
    /*left: -3px;*/
    /*background-color: var(--blue);*/
}

.container .right .bubble.youPic {
    /*background-color: #fff;*/
}

.container .right .bubble.youPic .msgimg {
    float: left;
    margin: 8px 20px 8px 0px;
}

.container .right .bubble.me {
    float: right;
}

.container .right .bubble.me .user {
    text-align: right;
    padding-right: 60px;
    position: relative;
}

.container .right .bubble.me .user img {
    position: absolute;
    right: 0px;
    /*border: 1px solid #42677E;*/
    border-radius: 50%;
}

.container .right .bubble.me .bubble1 {
    color: #666666;
    background-color: #fff;
    align-self: flex-end;
    -webkit-animation-name: slideFromRight;
    animation-name: slideFromRight;
    margin: 8px 60px 8px 20px;
    float: right;
    max-width: 85%;
}

.container .right .bubble.me:before {
    /*right: -3px;*/
    /*background-color: #eceff1;*/
}

.container .right .bubble.mePic {
    /*background-color: #fff;*/
}

.container .right .bubble.mePic .msgimg {
    float: right;
    margin: 8px 20px;
    margin-right: 60px;
}

.container .right .conversation-start {
    position: relative;
    width: 100%;
    margin-bottom: 27px;
    text-align: center;
}

.container .right .conversation-start span {
    font-size: 14px;
    display: inline-block;
    color: var(--grey);
}

.container .right .conversation-start span:before,
.container .right .conversation-start span:after {
    position: absolute;
    top: 10px;
    display: inline-block;
    width: 30%;
    height: 1px;
    content: "";
    background-color: var(--light);
}

.container .right .conversation-start span:before {
    left: 0;
}

.container .right .conversation-start span:after {
    right: 0;
}

.container .info {
    width: 270px;
    height: 700px;
    background: #fff;
}

.container .info .about_cyt {
    width: 100%;
    height: 700px;
    background: url("/adminstatic/images/im_img/member/about_bg.png") no-repeat center;
    background-size: cover;
    position: relative;
}

.container .info .about_cyt h2 {
    color: #333333;
    font-size: 18px;
    line-height: 18px;
    box-sizing: border-box;
    padding-top: 20px;
    padding-bottom: 16px;
    padding-left: 16px;
}

.container .info .about_cyt .jieshao {
    width: 100%;
    box-sizing: border-box;
    padding: 16px;
    color: #666666;
    font-size: 12px;
    line-height: 18px;
}

.container .info .about_cyt .cyt {
    width: 100%;
    position: absolute;
    bottom: 0px;
}

/* 道具详情 */
.container .info .prop{
    width: 100%;
    height: 700px;
    /* background: url("/adminstatic/images/im_img/member/about_bg.png") no-repeat center;
    background-size: cover; */
    background: linear-gradient( to bottom, #FFF6ED 0%,#FFFFFF 50%, #FFFFFF 100%);
    position: relative;
}
.container .info .prop .order-title{
    font-weight: bold;
    font-family: Bold, OPPOSans-B, OPPOSans;
    font-size: 16px;
    color: #333333;
    padding-left: 16px;
    padding-top: 18px;
    margin-bottom: 12px;
}

.container .info .prop .order{
    width: calc(100% - 32px);
    margin: 0 auto;
    display: flex;
    justify-content: flex-start;
    background-color: #fff;
    box-sizing: border-box;
    padding: 12px 8px;
    margin-bottom: 12px;
}
.container .info .prop .order  .account-img{
    width: 72px;
    height: 72px;
    margin-right: 12px;
}
.container .info .prop .order .order-info{
    font-size: 12px;
    color: #333333;
}
.container .info .prop .order .title{
    font-weight: 500;
    font-size: 12px;
    color: #333333;
}
.container .info .prop .order .price{
    font-weight: 500;
    font-size: 12px;
    color: #333333;
}
.container .info .prop .order .price .order-price{
    font-weight: bold;
    font-family: Bold, OPPOSans-B, OPPOSans;
    font-size: 16px;
    color: #E6686B;
}
.container .info .prop .sendYin{
    width: calc(100% - 32px);
    margin: 0 auto;
}
.container .info .prop .sendYin .sendYin-btns{
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.container .info .prop .sendYin .sendYin-btns .yifahuo{
    width: 109px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    background-color: #FF8D3B;
    border-radius: 8px;
    font-weight: bold;
    font-family: Bold, OPPOSans-B, OPPOSans;
    font-size: 12px;
    color: #FFFFFF;
    letter-spacing: 2px;
    cursor: pointer;
}

.container .info .prop .sendYin .sendYin-btns .quxiao{
    width: 109px;
    height: 36px;
    text-align: center;
    line-height: 34px;
    /* background-color: #CCCCCC; */
    border: 1px solid #CCCCCC;
    border-radius: 8px;
    font-weight: bold;
    font-family: Bold, OPPOSans-B, OPPOSans;
    font-size: 12px;
    color: #666;
    letter-spacing: 2px;
    cursor: pointer;
}

.container .info .prop .sendYin .getUserInfo{
    width: calc(100% - 32px);
    margin: 0 auto;
    margin-top: 20px;
}
.container .info .prop .sendYin .getUserInfo .getInfo-title{
    font-weight: bold;
    font-family: Bold, OPPOSans-B, OPPOSans;
    font-size: 16px;
    color: #333333;
    margin-bottom: 20px;
}

.container .info .prop .sendYin .getUserInfo .getInfo-item{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
}

.container .info .prop .sendYin .getUserInfo .getInfo-item .getInfo-item-name{
    font-weight: 500;
    font-size: 12px;
    color: #999999;
}
.container .info .prop .sendYin .getUserInfo .getInfo-item .getInfo-item-val{
    font-weight: 500;
    font-size: 12px;
    color: #666666;
}


.container .info .prop .getYin{
    width: calc(100% - 32px);
    margin: 0 auto;
}
.container .info .prop .getYin .getYin-btns{
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.container .info .prop .getYin .getYin-btns .shouhuo{
    width: 109px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    background-color: #FF8D3B;
    border-radius: 8px;
    font-weight: bold;
    font-family: Bold, OPPOSans-B, OPPOSans;
    font-size: 12px;
    color: #FFFFFF;
    letter-spacing: 2px;
    cursor: pointer;
}

.container .info .prop .getYin .getYin-btns .tixing{
    width: 109px;
    height: 36px;
    text-align: center;
    line-height: 34px;
    /* background-color: #CCCCCC; */
    border: 1px solid #CCCCCC;
    border-radius: 8px;
    font-weight: bold;
    font-family: Bold, OPPOSans-B, OPPOSans;
    font-size: 12px;
    color: #666;
    letter-spacing: 2px;
    cursor: pointer;
}

.container .info .prop .getYin .wancheng{
    text-align: center;
}
.container .info .prop .getYin .wancheng .wanchang-info{
    font-weight: 500;
    font-size: 14px;
    color: #FF8D3C;
    margin-top: 16px;
    margin-bottom: 24px;
}
.container .info .prop .getYin .wancheng .order-quest{
    font-weight: 500;
    font-size: 12px;
    color: #999999;
}
.container .info .prop .getYin .wancheng .order-quest .toKefu{
    color: #4A8AFF;
}

.container .info .prop .cyt {
    width: 100%;
    position: absolute;
    bottom: 0px;
}

/* 诛仙 */
.container .info .zhuxian{
    width: 100%;
    height: 700px;
    /* background: url("/adminstatic/images/im_img/member/about_bg.png") no-repeat center;
    background-size: cover; */
    background: linear-gradient( to bottom, #FFF6ED 0%,#FFFFFF 50%, #FFFFFF 100%);
    position: relative;
}
.container .info .zhuxian .order-title{
    font-weight: bold;
    font-family: Bold, OPPOSans-B, OPPOSans;
    font-size: 16px;
    color: #333333;
    padding-left: 16px;
    padding-top: 18px;
    margin-bottom: 12px;
}

.container .info .zhuxian .order{
    width: calc(100% - 32px);
    margin: 0 auto;
    display: flex;
    justify-content: flex-start;
    background-color: #fff;
    box-sizing: border-box;
    padding: 12px 8px;
    margin-bottom: 12px;
}
.container .info .zhuxian .order  .account-img{
    width: 72px;
    height: 72px;
    margin-right: 12px;
}
.container .info .zhuxian .order .order-info{
    font-size: 12px;
    color: #333333;
}
.container .info .zhuxian .order .title{
    font-weight: 500;
    font-size: 12px;
    color: #333333;
}
.container .info .zhuxian .order .price{
    font-weight: 500;
    font-size: 12px;
    color: #333333;
}
.container .info .zhuxian .order .price .order-price{
    font-weight: bold;
    font-family: Bold, OPPOSans-B, OPPOSans;
    font-size: 16px;
    color: #E6686B;
}
.container .info .zhuxian .sendYin{
    width: calc(100% - 32px);
    margin: 0 auto;
}
.container .info .zhuxian .sendYin .sendYin-btns{
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.container .info .zhuxian .sendYin .sendYin-btns .yifahuo{
    width: 109px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    background-color: #FF8D3B;
    border-radius: 8px;
    font-weight: bold;
    font-family: Bold, OPPOSans-B, OPPOSans;
    font-size: 12px;
    color: #FFFFFF;
    letter-spacing: 2px;
    cursor: pointer;
}

.container .info .zhuxian .sendYin .sendYin-btns .quxiao{
    width: 109px;
    height: 36px;
    text-align: center;
    line-height: 34px;
    /* background-color: #CCCCCC; */
    border: 1px solid #CCCCCC;
    border-radius: 8px;
    font-weight: bold;
    font-family: Bold, OPPOSans-B, OPPOSans;
    font-size: 12px;
    color: #666;
    letter-spacing: 2px;
    cursor: pointer;
}

.container .info .zhuxian .sendYin .getUserInfo{
    width: calc(100% - 32px);
    margin: 0 auto;
    margin-top: 20px;
}
.container .info .zhuxian .sendYin .getUserInfo .getInfo-title{
    font-weight: bold;
    font-family: Bold, OPPOSans-B, OPPOSans;
    font-size: 16px;
    color: #333333;
    margin-bottom: 20px;
}

.container .info .zhuxian .sendYin .getUserInfo .getInfo-item{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
}

.container .info .zhuxian .sendYin .getUserInfo .getInfo-item .getInfo-item-name{
    font-weight: 500;
    font-size: 12px;
    color: #999999;
}
.container .info .zhuxian .sendYin .getUserInfo .getInfo-item .getInfo-item-val{
    font-weight: 500;
    font-size: 12px;
    color: #666666;
}


.container .info .zhuxian .getYin{
    width: calc(100% - 32px);
    margin: 0 auto;
}
.container .info .zhuxian .getYin .getYin-btns{
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.container .info .zhuxian .getYin .getYin-btns .shouhuo{
    width: 109px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    background-color: #FF8D3B;
    border-radius: 8px;
    font-weight: bold;
    font-family: Bold, OPPOSans-B, OPPOSans;
    font-size: 12px;
    color: #FFFFFF;
    letter-spacing: 2px;
    cursor: pointer;
}

.container .info .zhuxian .getYin .getYin-btns .tixing{
    width: 109px;
    height: 36px;
    text-align: center;
    line-height: 34px;
    /* background-color: #CCCCCC; */
    border: 1px solid #CCCCCC;
    border-radius: 8px;
    font-weight: bold;
    font-family: Bold, OPPOSans-B, OPPOSans;
    font-size: 12px;
    color: #666;
    letter-spacing: 2px;
    cursor: pointer;
}

.container .info .zhuxian .getYin .wancheng{
    text-align: center;
}
.container .info .zhuxian .getYin .wancheng .wanchang-info{
    font-weight: 500;
    font-size: 14px;
    color: #FF8D3C;
    margin-top: 16px;
    margin-bottom: 24px;
}
.container .info .zhuxian .getYin .wancheng .order-quest{
    font-weight: 500;
    font-size: 12px;
    color: #999999;
}
.container .info .zhuxian .getYin .wancheng .order-quest .toKefu{
    color: #4A8AFF;
}

.container .info .zhuxian .cyt {
    width: 100%;
    position: absolute;
    bottom: 0px;
}






.msgItem {
    background-color: #FAFAFA;
    /*background-color: #fff;*/
    border-radius: 4px;
    margin-left: 6px;
    padding: 10px;
    width: 278px;
}

.msgItem .title {
    color: #333;
    font-size: 14px;
    font-weight: 400;
}

.msgItem .content {
    margin-top: 10px;
    color: #333;
    font-size: 14px;
    font-weight: 400;
}

.msgItem .btn {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end !important;
    padding: 10px 0 0;
    width: 100%;
    font-size: 14px;
    color: #333;
}

.msgItem .btn div {
    background: #e60f0f;
    border: 1px solid #e60f0f;
    color: #fff;
    border-radius: 2px;
    cursor: pointer;
    font-size: 12px;
    margin-bottom: 2px;
    margin-left: 10px;
    min-width: 84px;
    padding: 4px 6px;
    text-align: center;
}

@keyframes slideFromLeft {
    0% {
        margin-left: -200px;
        opacity: 0;
    }
    100% {
        margin-left: 0;
        opacity: 1;
    }
}

@-webkit-keyframes slideFromLeft {
    0% {
        margin-left: -200px;
        opacity: 0;
    }
    100% {
        margin-left: 0;
        opacity: 1;
    }
}

@keyframes slideFromRight {
    0% {
        margin-right: -200px;
        opacity: 0;
    }
    100% {
        margin-right: 0;
        opacity: 1;
    }
}

@-webkit-keyframes slideFromRight {
    0% {
        margin-right: -200px;
        opacity: 0;
    }
    100% {
        margin-right: 0;
        opacity: 1;
    }
}
