.pink-border-line {
    border:1px solid #f87499 !important;
}
.orange-border-line {
    border:1px solid #f56735 !important;
}
.orange-color {
    color: #f56735 !important;
}
.pink-color {
    color: #f87499 !important;
}
.gray-color {
    color: #999999 !important;
}
.bgPink-whiteTxt{
    background:#f87499 !important;
    color: white !important;
}
.bgBlack-yellowTxt{
    background:#333 !important;
    color:#e5c68e !important;
}
.bgBlue-whiteTxt{
    background:#50aae9 !important;
    color:white !important;
}
.orange-border-line::before {
    content: '';
    background: url(../mysteryBoxes/png_PC_1.6_10.png);
    background-size: 100% 100%;
    width: 30px;
    height: 30px;
    position: absolute;
    left: -1px;
    top: -1px;
}
.pink-border-line::before {
    content: '';
    background: url(../iconfont/icon_14.png);
    background-size: 100% 100%;
    width: 30px;
    height: 30px;
    position: absolute;
    left: -1px;
    top: -1px;
}
.flex-column {
    flex-direction: column;
}
.margin-right-none {
    margin-right: 0 !important;
}
.coin-wrap {
    width: 100%;
    padding: 16px 0 20px 0;
}
.coin-box {
    position: relative;
    border:1px solid #f0f0f0;
    border-radius:5px;
    width:218px;
    height:86px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin:0 16px 16px 0;
    font-size: 20px;
}
.coin-box-icon {
    width: 36px;
    height: 36px;
    margin-right: 16px;
}
.coin-mini {
    font-size: 14px;
}
.form-txt-pink {
    font-size: 16px;
    color: #999;
}
.btn-radio{
    border-radius:100px;
    width:220px;
    height:50px;
    text-align: center;
    line-height: 50px;
    font-size: 20px;
    margin: 30px 0 54px 0;
    cursor: pointer;
}
.btn-pop-small{
    border-radius:100px;
    width:200px;
    height:50px;
    font-size: 20px;
    line-height: 50px;
    text-align: center;
    left: 50%;
    margin-left: -100px;
    position: absolute;
    bottom: 46px;
    cursor: pointer;
}
.pop-center {
    position: relative;
    width: 100%;
    margin-top: 60px;
}
.pop-center-title{
    font-size:20px;
    color:#333333;
    text-align: center;
}
.pop-center-txt{
    font-size:14px;
    color:#999;
    text-align: center;
    margin-top: 8px;
}
#exchangePop {
    display: none;
}
.md-title {
    font-size: 32px;
}
.detail-top-box-txt {
    color: #999;
    font-size: 16px;
}
.gray-line-small{
    background:#dedede;
    width:1px;
    height:16px;
    margin: 0 22px;
}
.md-top-box, .detail-top-box-txt {
    display: flex;
    align-items: center;
}
.md-top-box{
    margin-top: 14px;
}
.gray-start, .pink-start, .gray-share{
    cursor: pointer;
}
.gray-start::before, .pink-start::before{
    content: "";
    width: 18px;
    height: 17px;
    margin-right: 7px; 
    display: inline-flex;
}
.gray-start::before{
    background: url(../iconfont/icon_16.png);
    background-size: 100% 100%;
}
.pink-start::before{
    background: url(../iconfont/icon_16_2.png);
    background-size: 100% 100%;
}
.gray-share::before{
    content: "";
    width: 16px;
    height: 16px;
    margin-right: 7px;
    display: inline-flex;
    background: url(../iconfont/icon_09.png);
    background-size: 100% 100%;
}
.orange-fire::before{
    content: "";
    width: 16px;
    height: 20px;
    margin-right: 7px;
    display: inline-flex;
    background: url(../mysteryBoxes/png_PC_1.6_8.png);
    background-size: 100% 100%;
}
.mystery-detail-user {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 50px 0;
}
.md-user-photo {
    width: 50px;
    height: 50px;
    margin-right: 14px;
    border-radius: 50%;
}
.md-user-center {
    font-size: 16px;
    flex: 1;
}
.md-user-right-btn {
    background:#ffffff;
    border:1px solid #f0f0f0;
    border-radius:5px;
    width:64px;
    height:34px;
    line-height: 34px;
    text-align: center;
    font-size:16px;
    cursor: pointer;
    color:#999999;
}
.md-page-top {
    display: flex;
    align-items: center;
    font-size: 16px;
    margin-bottom: 32px;
}
.md-page-top-icon {
    width: 20px;
    height: 20px;
    margin-right: 7px;
}
.md-page-top-btn{
    display: block;
    padding: 0 15px;
    color: #f87499;
    font-weight: bold;
}
.mystery-box-wrap{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.mystery-box-item {
    position: relative;
    background:#ffffff;
    border:1px solid #dedede;
    width:294px;
    height:447px;
    margin: 0 25px 26px 0;
    overflow: hidden;
    cursor: pointer;
}
.mystery-box-item:hover {
    box-shadow:0 2px 20px 0 #dedede;
}
.mystery-box-item:nth-child(4n) {
    margin-right: 0;
}
.mystery-box-model {
    position: relative;
    width:294px;
    height: 294px;
}
.mystery-box-img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.mystery-top-left-flag {
    width:88px;
    height:36px;
    text-align: center;
    font-size: 16px;
    line-height: 36px;
    position: absolute;
    top: 0;
    left: 0;
    background:#333;
    color:#e5c68e;
    font-weight: bold;
}
.mystery-center-flag, .mystery-bottom-flag,.mystery-bottom-flag-gray {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    color: white;
    text-align: center;
}
.mystery-center-flag{
    background-color: #48ae60; 
    font-size: 24px;
    line-height: 24px;
    height: 66px;
    line-height: 66px;
    top: 50%;
    margin-top: -33px;
    font-weight: bold;
}
.mystery-bottom-flag,.mystery-bottom-flag-gray {
    width:294px;
    height:36px;
    font-size: 16px;
    line-height: 36px;
    color: white;
    background-color: rgba(0, 0, 0, .5);
    bottom: 0;
}
.mystery-box-bottom {
    width: 100%;
    height: 44px;
    font-size: 16px;
    line-height: 24px;
    color: #333;
    padding: 0 10px;
    margin: 16px 0;
    box-sizing: border-box;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
}
.mystery-box-bottom-arrow {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 10px;
    box-sizing: border-box;
    width: 100%;
    color: #999;
    font-size: 16px;
    height: 46px;
    border-top: 1px solid #f0f0f0;
    position: absolute;
    bottom: 0;
}
.box-bottom-arrow-icon {
    width: 8px;
    height: 11px;
}
.get-mystery-box > li > img{
    width: 48px;
    height: 48px;
    border-radius: 0;
}
.get-mystery-box li {
    height: 88px;
}
.get-mystery-box li>div>p {
    font-size: 16px;
    margin-bottom: 6px;
}
.get-mystery-box li .feeded {
    font-size: 14px;
}
.form-rule-txt {
    font-size: 16px;
    color: #999;
    margin-bottom: 36px;
}
.bottom-fixed-box {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background:#ffffff;
    box-shadow:0 2px 4px 0 #f0f0f0;
    width:100%;
    height:88px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 11;
}
.btn-fixed-left, .btn-fixed-right {
    border-radius:100px;
    width:616px;
    height:66px;
    line-height: 66px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
}
.btn-fixed-right {
    border-radius:100px;
    width:200px;
    margin-left: 24px;
}
.open-boxes-pop {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, .7);
    z-index: 18;
    cursor: pointer;
    display: none;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.open-boxes-text {
    color: white;
    font-size: 20px;
}
.submit-pop {
    background-color: white;
    width: 480px;
    border-radius: 20px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 48px 36px;
    box-sizing: border-box;
    z-index: 12;
    font-size: 20px;
    display: none;
    align-items: center;
    flex-direction: column;
    z-index: 200;
}
.submit-pop-img {
    width: 126px;
    height: 160px;
    margin: 24px 0;
}
.pop-blod-title {
    width: 100%;
    text-align: center;
    font-size: 20px;
    padding-top: 16px;
    position:absolute;
    top: 0;
}
.pop-gray-text{
    color: #999;
    font-size: 14px;
    padding-top: 8px;
}
.pop-submit-btn{
    margin-top: 28px;
    font-size: 20px;
    font-weight: bold;
    background:#000000;
    border-radius:100px;
    width:200px;
    height:50px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.one-ellipsis-txt {
    display: inline-block;
    margin-left: 20px;
    width: calc(100% - 200px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    flex: 1;
}
.ellipsis-txt{
    margin: -4px 0 0 20px;
    width: calc(100% - 60px);
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
    line-height: 28px;
}
._right_item-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 20px;
    margin-top: 14px;
}
.flex-right-btn {
    font-size: 20px;
    cursor: pointer;
    color: #999;
    padding-left: 4px;
}
.form-gray-box {
    background:#f6f8f9;
    border-radius:5px;
    width:100%;
    height:88px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    box-sizing: border-box;
    margin-bottom: 50px;
    margin-top: 24px;
}
.form-gray-box-img {
    width: 48px;
    height: 48px;
    margin-right: 15px;
}
.form-gray-box-center {
    flex: 1;
    font-size: 14px;
    color: #999;
}
.form-gray-box-center p {
    font-size: 16px;
    color: #333;
    padding-bottom: 4px;
}
.form-gray-box-btn {
    color: #999;
    font-size: 16px;
    padding: 0 20px;
    cursor: pointer;
}
.care-boxes {
    color: #fff;
    font-size: 16px;
    display: flex;
    margin-bottom: 15px;
}
.care-boxes-right {
    padding-left: 16px;
    display: inline-block;
    width: calc(100% - 50px);
}
.care-boxes-img {
    width: 88px;
    height: 88px;
    border-radius: 3px;
    position: relative;
    left: 50%;
    margin-left: -44px;
    margin-bottom: 14px;
}
.care-boxes-title {
    font-size: 20px;
    text-align: center;
}
#boxes_photo {
    width: 100%;
    overflow:auto;
    height: 94%;
    margin-top: 6%;
}
.boxes_scroll {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}
#boxes_photo img {
    width: 60%;
}
#boxes-box {
    display: none;
    position: fixed;
    background-color: black;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 13;
}
#boxes_photo::-webkit-scrollbar{
    display: none;
}
.mystery-box-bottom-title {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    padding: 10px 10px 4px 10px;
    box-sizing: border-box;
}
.mystery-box-bottom-gray-txt {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    color: #999;
    padding: 0 10px 8px 10px;
    box-sizing: border-box;
}
.mystery-box-bottom-orange-txt {
    color:#f56735;
    font-size: 24px;
    display: flex;
    align-items: center;
    padding-left: 10px;
}
.mystery-box-bottom-orange-txt::after {
    content: '币';
    font-size: 16px;
    padding-left: 2px;
    line-height: 3px;
}
.gray_txt_flag {
    background:#f0f0f0;
    border-radius:5px;
    width:220px;
    height:88px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-top: 18px;
    font-size: 28px;
    font-weight: bold;
}
.gray_txt_flag > span{
    font-size:14px;
    font-weight: normal;
    color:#999999;
}