@import url('./animate.css');
@import url('./bottlecms-font.css');
/*认证图标*/

.auth-icon {
    display: inline-block;
    background-color: rgba(204, 204, 204, .5);
    border-radius: 100%;
    padding: 6px;
    vertical-align: middle;
    margin-top: -3px;
}
.auth-icon.on {
    background-color: var(--color4);
}
.auth-icon::before {
    content: "";
    height: 18px;
    width: 18px;
    display: block;
    background-size: contain;
    background-position: center center;
    opacity: 1
}
.auth-icon.car::before {
    background-image: url("../img/auth/car.svg");
}
.auth-icon.education::before {
    background-image: url("../img/auth/education.svg");
}
.auth-icon.hause::before {
    background-image: url("../img/auth/hause.svg");
}
.auth-icon.idcard::before {
    background-image: url("../img/auth/idcard.svg");
}
.auth-icon.mobile::before {
    background-image: url("../img/auth/mobile.svg");
}
.auth-icon.photo::before {
    background-image: url("../img/auth/photo.svg");
}
.auth-icon.vip::before {
    background-image: url("../img/auth/vip.svg");
}
.auth-icon.wechat::before {
    background-image: url("../img/auth/wechat.svg");
}
.auth-icon.work::before {
    background-image: url("../img/auth/work.svg");
}
.auth-icon.email::before {
    background-image: url("../img/auth/email.svg");
}
._color {
    color: var(--color)
}
._color_a {
    color: #6a35d0
}
._color2 {
    color: #3AB27C
}
._color3 {
    color: #F00
}
._color4 {
    color: #999
}
._color5 {
    color: #CCC
}
._back {
    background-color: var(--color);
}
._back_gcc {
    background-color: var(--color);
    background-image: -webkit-radial-gradient(100px 10px, var(--gradient), var(--gradient2));
}
.bottomdownpop_share_box {}
.bottomdownpop_share_box ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.bottomdownpop_share_box ul li {
    list-style: none;
    padding: 0;
    margin: 0;
    border-bottom: 1px solid #EEE;
    color: #666;
    text-align: center;
    line-height: 50px;
    background: #FFF;
}
.bottomdownpop_share_box ul li a {
    color: var(--color);
}
.filebox {
    position: relative;
}
.filebox input[type=file], .filebox button {
    position: absolute;
    width: 100%;
    height: 100% !important;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
    cursor: pointer;
}
._cover {
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #F9F9F9;
    background-image: url("../img/pic_seat.svg");
}
[photo_mode='2'] {
    -webkit-filter: blur(6px);
    filter: blur(6px);
}
/*性别*/

[photo_mode='2'] {
    -webkit-filter: blur(6px);
    filter: blur(6px);
}
/*性别*/

.gender_1, .gender_2, .icon_identity, .icon_vip {
    font-style: normal;
    font-family: 'bottlecms' !important;
    vertical-align: middle;
    margin-top: -3px;
    display: inline-block;
}
.gender_1::before {
    content: "\e909";
    color: #8399e1;
}
.gender_2::before {
    content: "\e908";
    color: #F9AABE;
}
.icon_identity::before {
    content: "\e911";
    color: #FFCC33;
}
.icon_vip::before {
    content: "\e91f";
    color: #F68;
}
/*bcui-widget*/

.bcui-widget {
    border-radius: 10px;
    background: #F8F8F8;
    padding: 30px;
    margin-bottom: 30px;
}
.bcui-widget:last-child {
    margin-bottom: 0;
}
.bcui-widget .title {
    margin-bottom: 25px;
    font-size: 24px;
    text-transform: capitalize;
}
/*bbcui-widget-slider*/

.bcui-widget-slider {
    position: relative;
}
.bcui-widget-slider .owl-nav button.owl-prev, .bcui-widget-slider .owl-nav button.owl-next {
    position: absolute;
    top: -53px;
    background-color: white;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(119, 123, 146, 0.2);
    box-shadow: 0px 2px 5px 0px rgba(119, 123, 146, 0.2);
    border-radius: 50%;
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    color: #999;
}
.bcui-widget-slider .owl-nav .owl-prev:hover, .bcui-widget-slider .owl-nav .owl-next:hover {
    background-image: -o-linear-gradient(284deg, var(--gradient) 0%, var(--gradient2) 100%);
    background-image: linear-gradient(166deg, var(--gradient) 0%, var(--gradient2) 100%);
    color: #fff;
}
.bcui-widget-slider .owl-nav .owl-prev:focus, .bcui-widget-slider .owl-nav .owl-next:focus {
    outline: 0px;
}
.bcui-widget-slider .owl-nav .owl-next {
    right: 0px;
}
.bcui-widget-slider .owl-nav .owl-prev {
    right: 30px;
}
/*bcui-widget-article*/

.bcui-widget-article {
    padding: 31px 30px 30px;
}
.bcui-widget-article .lists {
    margin: -5px;
}
.bcui-widget-article .lists .item {
    padding: 5px;
}
/*bcui-widget-topic*/

.bcui-widget-topic {
    padding: 31px 30px 30px;
}
.bcui-widget-topic ul {
    margin: -5px;
}
.bcui-widget-topic ul li {
    padding: 5px;
    display: inline-block;
	margin-bottom: 8px
}
.bcui-widget-topic ul li a {
    font-size: 14px;
    text-transform: capitalize;
    color: #ffffff;
    padding: 6px 20px;
    border-radius: 20px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    color: #333;
}
.bcui-widget-topic ul li a:hover, .bcui-widget-topic ul li a.active {
    background-image: -o-linear-gradient(284deg, var(--gradient) 0%, var(--gradient2) 100%);
    background-image: linear-gradient(166deg, var(--gradient) 0%, var(--gradient2) 100%);
    color: #fff;
}
/*bcui-widget-categories*/

.bcui-widget-categories {
    padding: 32px 30px 16px;
}
.bcui-widget-categories ul {
    margin-top: -9px;
}
.bcui-widget-categories ul li {
    padding: 0;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.155);
}
.bcui-widget-categories ul li:last-child {
    border-bottom: 0px;
}
.bcui-widget-categories ul li a {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #333333;
    padding: 6px 0;
    font-size: 16px;
}
.bcui-widget-categories ul li a:hover {
    color: #5650ce;
}
.bcui-widget-categories ul li:first-child a {
    padding-top: 0;
}
/*bcui-widget-follow*/

.bcui-widget-follow ul {
    margin: -5px;
}
.bcui-widget-follow ul li {
    padding: 5px;
}
.bcui-widget-follow ul li a.active, .bcui-widget-follow ul li a:hover {
    border-color: #032055;
    background-image: -webkit-linear-gradient(169deg, #5560ff 17%, #aa52a1 63%, #ff4343 100%);
}
/*bcui-widget-search*/

.bcui-widget-search {
    padding: 32px 30px 30px;
}
.bcui-widget-search .search-form {
    margin-top: -20px;
}
.bcui-widget-search input {
    font-size: 14px;
    border-radius: 0;
    padding-left: 0;
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    margin-bottom: 30px;
    width: 100%;
    display: block;
    height: 50px;
}
/*bcui-widget-activity*/

.bcui-widget-activity {
    padding: 31px 30px 21px;
    position: relative;
}
.bcui-widget-activity .bcui-widget-slider .item .thumb {
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 25px;
}
.bcui-widget-activity .bcui-widget-slider .item .thumb a {
    display: block;
}
.bcui-widget-activity .bcui-widget-slider .item .thumb img {
    width: 100%;
}
.bcui-widget-activity .bcui-widget-slider .item .content .p-title {
    margin-bottom: 7px;
    font-size: 18px;
}
.bcui-widget-activity .bcui-widget-slider .item .content .p-title a {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.bcui-widget-activity .bcui-widget-slider .item .content .meta-activity {
    font-size: 14px;
}
.bcui-widget-activity .bcui-widget-slider .item .content .meta-activity a {
    color: #333333;
}
.bcui-widget-activity .bcui-widget-slider .item .content .meta-activity a i {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: -o-linear-gradient(284deg, var(--gradient) 0%, var(--gradient2) 100%);
    background-image: linear-gradient(166deg, var(--gradient) 0%, var(--gradient2) 100%);
    margin-right: 5px;
}
/*bcui-widget-newsletter*/

.bcui-widget-newsletter .search-form {
    margin-top: -20px;
}
.bcui-widget-newsletter input {
    font-size: 14px;
    border-radius: 0;
    padding-left: 0;
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    margin-bottom: 30px;
}
.bcui-widget-newsletter input::-webkit-input-placeholder {
    color: #4c588f;
}
.bcui-widget-newsletter input::-moz-placeholder {
    color: #4c588f;
}
.bcui-widget-newsletter input:-ms-input-placeholder {
    color: #4c588f;
}
.bcui-widget-newsletter input::-ms-input-placeholder {
    color: #4c588f;
}
.bcui-widget-newsletter input::placeholder {
    color: #4c588f;
}
.bcui-widget-newsletter button {
    width: auto;
    min-width: 120px;
    outline: none;
    color: #ffffff;
    height: 40px;
    border-radius: 20px;
    background-image: -o-linear-gradient(284deg, var(--gradient) 0%, var(--gradient2) 100%);
    background-image: linear-gradient(166deg, var(--gradient) 0%, var(--gradient2) 100%);
    border: 0px;
}
.bcui-widget-newsletter button i {
    margin-right: 5px;
}
/*会员中心*/

.page_manage .manage-aside {
    width: 200px;
    float: left;
    border-radius: 10px;
    background-color: #FFF;
}
.page_manage .manage-main {
    width: 940px;
    margin-left: 40px;
    float: right;
    border-radius: 10px;
    background-color: #FFF;
}
.page_manage .aside-title {
    font-size: 22px;
    font-weight: 700;
    color: var(--color);
    line-height: 80px;
    padding-left: 20px;
}
.page_manage .aside-head{
    text-align: center;
    padding: 30px 20px 20px;
}
.page_manage .aside-head .user-avatar{
    
    overflow: hidden;
}
.page_manage .aside-head .user-avatar .avatar{
    width: 60px;
    height: 60px;
    border-radius: 100%;
}
.page_manage .aside-head .user-username{
    line-height: 30px;
    font-size: 14px;
    color: #666;
}
.page_manage .aside-head .user-info{
    font-size: 12px;
    line-height: 1;
    color: #999;
}


.page_manage .manage-aside .layui-nav .layui-nav-item a {
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    color: #666;
}
.page_manage .manage-aside .layui-nav .layui-nav-item a:hover, 
.page_manage .manage-aside .layui-nav .layui-this a{
    color:var(--color);
    background-color: unset;
}

.page_manage .manage-aside .layui-nav-tree .division{
    height: 1px;
    background-color: #EEE;
    margin:10px 0;
}


.page_manage .main-title {
    font-size: 22px;
    color: #999;
    height: 70px;
    line-height: 70px;
    padding: 0 20px;
    border-bottom: 1px solid #EEE;
}
.page_manage .main-nav:before { content: ""; display: block; position: absolute; bottom: 0; left: 0; right: 0; width: 100%; height: 1px; background-color: #EEE; }
.page_manage .main-nav .layui-nav-bar,
.page_manage .main-nav .layui-this:after { height: 3px; }
.page_manage .main-content {
    padding: 30px;
    position: relative;
}


.page_manage  .main-content .layui-elem-quote{
    background-color: #F5F5F5; 
    border-radius: 10px;
    border:1px solid var(--color);
}


.bcui-alert {
    padding: 12px;
    margin-bottom: 20px;
    font-size: 16px;
    border: 1px solid transparent;
    border-radius: 4px;

    background-color: #F9F9F9;
    border-color: #DDD;
    color: #AAA;
}
.bcui-alert-success {
    background-color: #dbffdc;
    border-color: #50c755;
    color: #50c755;
}
.bcui-alert-info {
    background-color: #caf2ff;
    border-color: #51b6d6;
    color: #51b6d6;
}
.bcui-alert-warning {
    background-color: #fff6f0;
    border-color: #ff9a57;
    color: #ff9a57;
}
.bcui-alert-danger {
    background-color: #fff2f2;
    border-color: #F60;
    color: #F60;
}





.array_status_1 {
    color: #090
}
.array_status_2 {
    color: #F00
}
.array_status_3 {
    color: #F60
}
.array_check_1 {
    color: #090
}
.array_check_2 {
    color: #F00
}
.array_check_3 {
    color: #F60
}
.array_switch_0 {
    color: #F00
}
.array_switch_1 {
    color: #090
}
.array_display_0 {
    color: #F00
}
.array_display_1 {
    color: #090
}
/* 用户中心 分页*/
.manage-pagination-wrap {
    text-align: center;
}
.manage-pagination-wrap .pagination {
    margin: 20px ;
}
.manage-pagination-wrap .pagination>li>a, 
.manage-pagination-wrap .pagination>li>span {
    min-width: 40px;
    font-size: 14px;
    line-height: 40px;
    height: 40px;
    border: 1px solid #DDD;
    text-align: center;
    border-radius: 4px;
    -webkit-box-shadow:unset;
    box-shadow:unset;
}

/* 用户中心 列表用户通用样式*/
.lists_user .photo { width: 50px; height: 50px; border-radius: 100%; margin-right: 5px; vertical-align: middle; }
.lists_user .nickname { font-size: 16px; }
.lists_user .user_info { display: inline-block; vertical-align: middle;}




/*========================
        bcui_voice
========================*/

.bcui_voice {
    display: inline-block;
    width: 150px;
    height: 150px;
    border-radius: 100%;
    position: relative;
    overflow: hidden;
    box-shadow: 0px 0px 4px rgba(100, 100, 100, .07);
    cursor: pointer;
}
.bcui_voice>.bcui_voice_back {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 100%;
    border: 4px solid #FFF;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
}
.bcui_voice>.bcui_voice_back::after {
    background-color: rgba(0, 0, 0, .1);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    display: block;
}
.bcui_voice>.bcui_voice_btn {
    width: 30%;
    height: 30%;
    margin: -15% 0 0 -15%;
    position: absolute;
    top: 50%;
    left: 50%;
    background-image: url("../img/voice_play.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
}
/*播放*/

.bcui_voice.play>.bcui_voice_btn {
    background-image: url(../img/voice_pause.svg);
}
.bcui_voice.play>.bcui_voice_back {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-animation: play 3s linear infinite;
    -moz-animation: play 3s linear infinite;
    animation: play 3s linear infinite;
}
.bcui_voice.play>.bcui_voice_back::after {
    background-color: rgba(255, 255, 255, 0);
}
@-webkit-keyframes play {
    0% {
        -webkit-transform: rotateX(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}
@-moz-keyframes play {
    0% {
        -moz-transform: rotate(0deg);
    }
    100% {
        -moz-transform: rotate(360deg);
    }
}
@keyframes play {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
/*bcui_video*/

.bcui_video {
    display: inline-block;
    width: 100%;
    height: 65%;
    position: relative;
    overflow: hidden;
}
.bcui_video>.bcui_video_back {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 4px solid #FFF;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
}
.bcui_video>.bcui_video_back::after {
    background-color: rgba(0, 0, 0, .1);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    display: block;
}
.bcui_video>.bcui_video_btn {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    margin: -20px 0 0 -20px;
    position: absolute;
    top: 50%;
    left: 50%;
    background-image: url("../img/voice_play.svg");
    background-color: rgba(0, 0, 0, .4);
    background-size: 60%;
    background-position: center;
    background-repeat: no-repeat;
}




/*礼物弹窗*/

.gift-pupup {
    width: 600px;
    height: 450px;
    padding-top:30px;
    top: auto;
    bottom: 0;
    overflow: hidden;
    overflow-y: auto;
    background: #FFF;
}
.gift-pupup .close-popup {
    width:30px;
    height: 30px;
    position: absolute;
    top: 2px;
    right: 2px;
    text-indent: -9999em;
}
.gift-pupup .close-popup::after, .gift-pupup .close-popup::before {
    width: 100%;
    height: 2px;
    content: "";
    background: #DDD;
    position: absolute;
    top: 50%;
    left: 0;
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
}
.gift-pupup .close-popup::before {
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}
.gift-pupup .gift-pupup-swiper {
    padding-top: 70vw !important;
}
.gift-pupup .gift-pupup-swiper .sw-bullet {
    left: 0;
    right: 0
}
.gift-pupup .gifts {
    padding: 0 25px;
}
.gift-pupup .gifts .item {
    width: 100px;
    height: 150px;
    margin: 17px;
    float: left;
    overflow: hidden;
    text-align: center;
    cursor: pointer;
}
.gift-pupup .gifts .item .gift-cover {
    text-align: center;
}
.gift-pupup .gifts .item .gift-cover img {
    width: 100px;
    height: 100px;
    margin: 0 auto;
}
.gift-pupup .gifts .item .gift-name {
    font-size:12px;
    font-weight: 400;
    line-height: 20px;
    color: #999;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.gift-pupup .gifts .item .gift-price {
    font-size: 12px;
    color: #F60;
    line-height: 20px;
}
.gift-pupup .swiper-pagination {
    position: absolute;
    bottom: 4px;
}
.gift-pupup .swiper-pagination .swiper-pagination-bullet {
    background-color: rgba(0, 0, 0, .1);
}
.gift-pupup .swiper-pagination .swiper-pagination-bullet-active {
    background-color: rgba(0, 0, 0, .4);
}
/*批量招呼*/

.greet_pop_bg {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: rgba(0, 0, 0, .6);
    z-index: 998;
}
.greet_pop {
    width: 280px;
    height: 360px;
    background: #FFF;
    border-radius: 8px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -200px;
    margin-left: -140px;
    z-index: 999;
}
.greet_pop .close {
    position: absolute;
    top: -15px;
    right: -15px;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    background: rgba(0, 0, 0, .6);
    color: #FFF;
    text-align: center;
    line-height: 30px;
    font-size: 26px;
}
.greet_pop .head {
    text-align: center;
    color: var(--color);
    font-size: 24px;
    line-height: 50px;
}
.greet_pop .lists {
    padding: 8px 0 0 22px;
    margin-top: -10px;
    overflow: hidden;
}
.greet_pop .lists .item {
    position: relative;
    margin: 4px;
    width: 50px;
    height: 76px;
    float: left;
}
.greet_pop .lists .item .photo {
    width: 50px;
    height: 50px;
}
.greet_pop .lists .item .photo img {
    width: 100%;
    height: 100%;
    border: 1px solid #EEE;
}
.greet_pop .lists .item .nickname {
    font-size: 12px;
    color: #666;
    text-align: center;
    line-height: 1.1;
}
.greet_pop .lists .item .checkbox {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    width: 14px;
    height: 14px;
    background: #e60202;
    border-radius: 100%;
}
.greet_pop .lists .item .checkbox::before {
    width: 3px;
    height: 6px;
    position: absolute;
    content: '';
    display: inline-block;
    top: 2px;
    left: 4px;
    border-right: 2px solid #FFF;
    border-bottom: 2px solid #FFF;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}
.greet_pop .lists .item.active .checkbox {
    display: block;
}
.greet_pop .foot {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 50px;
    text-align: center;
    line-height: 40px;
}


/* 右侧工具 */
.page-left-ad{position: fixed; top:300px; left: 0px; width: 300px; z-index: 10000; }
.page-left-ad img{ width:300px}



.page-tool { position: fixed; bottom:100px; right: 20px; width: 60px; z-index: 10000; }
    .page-tool .item { width: 60px; height: 60px; background-color: rgba(0,0,0,0.5);  cursor: pointer; color: #FFF; margin-top: 2px; position: relative; }
    .page-tool .item:hover { background-color: rgba(0,0,0,0.8);  }
    .page-tool .item .icon { margin:0; display: block; width: 60px; height: 60px;padding: 10px;}
    .page-tool .item .child{ position: absolute; bottom: -10px; right: 80px; width:250px; padding: 20px; background-color: #FFF; border-radius: 10px; -webkit-box-shadow: 0px 5px 30px 0px rgba(35, 57, 184, 0.2);box-shadow: 0px 5px 30px 0px rgba(35, 57, 184, 0.2);  text-align: center; display: none;}
    .page-tool .item:hover .child { display: block; }
    .page-tool .item .child:before{
        content: ''; /*伪类下的属性*/
        display:block;
        position:absolute;
        bottom:30px;
        right:-20px;
        width:0;
        height:0;
        overflow:hidden;
        font-size: 0;     /*是因为, 虽然宽高度为0, 但在IE6下会具有默认的 */
        line-height: 0;  /* 字体大小和行高, 导致盒子呈现被撑开的长矩形 */
        border:10px;
        border-style:dashed dashed dashed solid;
        border-color:transparent transparent transparent #FFF;
    }
    .page-tool .item .child .qrcode{
        width: 100%;
    }
    .page-tool .item .child .title{
        font-size: 18px;
        color: #090;
        line-height: 40px;
    }
	

    .section-left { width: 68%; float: left; }
    .section-right { width: 380px;min-height: 200px; float: right;  }
    .page-content { animation:bounceInUp 1s ease-out .0s; }



    .appointment-list {

    }
    .appointment-list .item {
        background-color: #FFF;
        border-radius: 10px;
        margin-bottom: 20px;     
        position: relative; 
        overflow: hidden;
        -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
        box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);

    }
    .appointment-list .item .userinfo{
        position: absolute;
        top: 0;
        left: 0;
        bottom:0;
        padding: 30px;
        text-align: center;
        width: 180px;
        background-color: #F5F5F5;
    }
    .appointment-list .item .userinfo .photo{
        width: 80px;
        height: 80px;
        border-radius: 100%;
        overflow: hidden;
        display: inline-block;
		margin-bottom: 10px;
    }
    .appointment-list .item .userinfo .photo img{
        width: 100%;
        height: 100%;
    }
    .appointment-list .item .userinfo .nickname{
        font-size: 16px;
        color: #444;
    }
    .appointment-list .item .userinfo .info{
        font-size: 12px;
        color: #999;
    }


    .appointment-list .item .main{
        
        padding: 30px;
        margin-left: 180px;
        width: 500px;
        min-height: 180px;
    }
    

    .appointment-list .item .title{
        font-size: 20px;
        color: #333;
        padding-bottom: 10px;
    }
    .appointment-list .item .info{
        font-size: 14px;
        color: #999;
    }

    .appointment-list .item .infos{
        font-size: 14px;
        color: #999;
    }
    .appointment-list .item  .btn {
         position: absolute;
         top:45%;
         right: 30px;
    }
/*====================================
            按钮
=====================================*/

.btn {
    padding: 0 36px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    text-align: center;
    font-size: 16px;
    margin: 0 5px;
    border: none;
    background-color: var(--color);
    color: #FFF;
    border-radius: 20px;
    cursor: pointer;
    position: relative;
}
a.btn:active, .btn:active, .btn:hover {
    color: #FFF;
    box-shadow: 0 40px 40px rgba(0, 0, 0, .05) inset;
    -moz-box-shadow: 0 40px 40px rgba(0, 0, 0, .05) inset;
    -webkit-box-shadow: 0 40px 40px rgba(0, 0, 0, .05) inset;
}
.btn-sm {
    padding: 0 16px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    border-radius: 15px;
}
.btn-max {
    padding: 0 30px;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    border-radius: 25px;
}
.btn-block {
    display: block;
    width: 100%;
    margin-left: 0;
}
.btn-default {
    color: #666;
    background-color: #FFF;
}
.btn-success {
    background-color: #08c197;
}
.btn-info {
    background-color: #05bfd2;
}
.btn-warning {
    background-color: #f0ad4e;
}
.btn-danger {
    background-color: #FF7474;
}
.btn-invalid {
    color: #AAA;
    background-color: #EEE;
}
.group-btn {
    border-radius: 20px;
    overflow: hidden;
}
.group-btn>.btn {
    border-radius: 0;
    padding: 0 16px;
    display: block;
    margin: 0;
    float: left;
}
.group-btn-sm {
    border-radius: 15px;
}
.group-btn-sm>.btn {
    padding: 0 8px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
}
.group-btn-sm>.btn:first-child {
    padding-left: 12px;
}
.group-btn-sm>.btn:last-child {
    padding-right: 12px;
}