.yun-box-img {
    position: absolute;left: 0;bottom: 0;text-align: center;
}
.yun-box-img img{
    width: 70%;
}
.yun-view {
    position: relative;z-index: 1;
}
.bg-box {
    border: 1px solid #eee;margin: 10px;border-radius: 6px;box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
    background: #FFF9EB;position: relative;
    height: 400px;
}
.mobile .bg-box {
    height: 345px;
}
.pc .select-box {
    width: 370px;margin: 0 auto;
}
.mobile .select-box .layui-input-block {
    width: 200px;
}
.item-box {
    padding-bottom: 20px;background-color: rgba(254, 241, 220, 1);;
}
.context-txt .item_title {
    background-color: #f3d086;
}
.pb {
    padding-bottom: 0px;
}
