.dialog-mask {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: #000;
    filter: alpha(opacity=20);
    opacity: .2;
    display: none;
    z-index: 99998;
}
.self-service-bar{
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    background-color: #FAFAFA;

    -moz-box-shadow: 0 -1px 6px 0 rgba(32,32,64,.2);
    -webkit-box-shadow: 0 -1px 6px 0 rgba(32,32,64,.2);
    -ms-box-shadow: 0 -1px 6px 0 rgba(32,32,64,.2);
    -o-box-shadow: 0 -1px 6px 0 rgba(32,32,64,.2);
    box-shadow: 0 -1px 6px 0 rgba(32,32,64,.2);
}
.self-service{
    position: relative;
    height: 50px;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.self-service-bar .wrapper{
    max-width: 1200px;
    margin: 0 auto;
}

.self-service .t-btn{
    position: absolute;
    right: 0;
    top: 0;
    width: 120px;
    height: 50px;
    line-height: 50px;
    text-align: center;
}
.self-service .t-btn span.msg{
    position: absolute;
    top: -44px;
    right: 0;
    width: 170px;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    text-align: center;
    color: #FE814B;
    background-color: #FEE6DD;
}
.self-service-middle{
    position: absolute;
    left: 50%;
    top: 0;
    width: 180px;
    height: 50px;
    line-height: 50px;
    margin-left: -90px;
    color: #4C4C4C;
    text-align: center;
    font-size: 14px;
    cursor: pointer;
}

.self-service-middle:hover,.self-service-top:hover{
    background-color: #E5E5E5;
    color: #FE814B;
}

.arrow-svg{
    vertical-align: middle;
    transform:rotate(-90deg);
    -ms-transform:rotate(-90deg);   /* IE 9 */
    -moz-transform:rotate(-90deg);  /* Firefox */
    -webkit-transform:rotate(-90deg); /* Safari 和 Chrome */
    -o-transform:rotate(-90deg);    /* Opera */
}
.self-service-middle:hover .arrow-svg{
    fill: #FE814B;
}
.self-service-bar.show .arrow-svg{
    transform:rotate(-270deg);
    -ms-transform:rotate(-270deg);  /* IE 9 */
    -moz-transform:rotate(-270deg);     /* Firefox */
    -webkit-transform:rotate(-270deg); /* Safari 和 Chrome */
    -o-transform:rotate(-270deg);   /* Opera */
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

.self-service-middle i{
    width: 22px;
    height: 22px;
    border-radius: 50%;
    text-align: center;
    line-height: 22px;
    color: #FE814B;
}
.self-service-top{
    display: none;
    position: absolute;
    bottom: 0;
    width: 35px;
    height: 35px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAAAXNSR0IArs4c6QAAALZJREFUKBVj+P///xwg/gfExAKQ2jmMQOImAwODGhCTAm6BNIoCddgDMSOROv8D1R0kUi0JyoAuUQZiaxK0MDAANfgD8U8gBoGpRGkGKtQE4k8gHUggAa9moEJeIL6BpAHG/ApkaGPVDJQAhfA6mEos9FWgGBeGZqBgFRbF6EILUTQCZd2A+C+6Khz8RLBmoKQCEL/FoQibMMS/QJkD2GQJiB1nAlr7B4j/obgdOweU1EAYpP49AJ/XeHb2AohNAAAAAElFTkSuQmCC);
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
}
.self-items-wrapper{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 0;
    opacity: 0;
    box-sizing: border-box;

    background-color: #FFF;

    -moz-transition: height .3s ease-out;
    -webkit-transition: height .3s ease-out;
    -ms-transition: height .3s ease-out;
    -o-transition: height .3s ease-out;
    transition: height .3s ease-out;

    -moz-box-shadow: 0 -1px 6px 0 rgba(32,32,64,.2);
    -webkit-box-shadow: 0 -1px 6px 0 rgba(32,32,64,.2);
    -ms-box-shadow: 0 -1px 6px 0 rgba(32,32,64,.2);
    -o-box-shadow: 0 -1px 6px 0 rgba(32,32,64,.2);
    box-shadow: 0 -1px 6px 0 rgba(32,32,64,.2);
}
.self-items-wrapper p.op{
    text-align: right;
}

.self-service-bar.show .self-items-wrapper{
    width: 100%;
    height: 370px;
    opacity: 1;
    padding: 15px 20px 0 20px;
    background-color: #FAFAFA;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
}

.self-service-instance{
    display: none;
    padding: 10px 0;
    position: absolute;
    bottom: 0;
    width: 278px;
    background-color: #FAFAFA;
}
.self-service-bar.show .self-service-instance{
    display: block;
}
.self-service-instance .t-btn{
    width: 100%;
    margin-bottom: 10px;
    height: 40px;
    line-height: 40px;
    display: block;
    text-align: center;
}
.self-service-instance .t-btn-text{
    width: 200px;
    background-color: #fff;
}
.self-service-instance .t-btn-text b{
    color: #FE814B;
}
.self-service-instance .t-btn-primary{
    width: 80px;
    position: absolute;
    top: 10px;
    right: 0;
}
.self-option-bar .selected-items{
    height: 360px;
    padding: 20px;
    overflow: auto;
}
.self-items .item{
    float: left;
    width: 280px;
    position: relative;
    padding: 10px;
    margin: 0 5px;
    margin-bottom: 10px;
    background-color: #fff;
    border: 1px solid #f2f2f2;
}
.self-service-bar.show .item{
    display: block;
}

.self-items{
    width: 100%;
    height: 330px;
    overflow: auto;
}
.self-items .item:hover .close{
    display: block;
}
.self-items .item .close{
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    width: 20px;
    height: 20px;
    line-height: 20px;
    border-radius: 50%;
    font-size: 12px;
    color: #fff;
    text-align: center;
    background-color: rgba(0,0,0,.5);
    cursor: pointer;
}
.self-items .item .close:hover{
    background-color: #FE814B;
}
.self-items .item .cover{
    width: 60px;
    height: 60px;
    float: left;
}
.self-items .cover img{
    width: 100%;
    height: 100%;
    vertical-align: middle;
}
.self-items li .info{
    width: 184px;
    float: left;
    padding-left: 10px;
}

.self-items .item .title{
    margin: 0;
    font-size: 12px;
    color: #696969;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.self-items .item .title .icon{
    display: inline-block;
    width: 14px;
    height: 14px;
}
.self-items .item p.price{
    margin-top: 8px;
}
.self-items .item p.rate{
    margin-top: 5px;
    line-height: 13px;
}
.self-items .item .price b{
    font-size: 14px;
    color: #696969;
}
.self-items .item .price .right{
    padding: 1px 0px 1px 6px;
    background-color: #FE814B;
    color: #fff;
    font-size: 11px;
    border: 1px solid #FE814B;
}

.self-items .item .price .right i {
    margin-left: 10px;
    padding: 3.5px 8px 3px 8px;
    background-color: #fff;
    color: #FE814B;
}

.self-items .item .rate span{
    color: #C6C5C5;
    font-size: 12px;
}

.self-items .item .rate .right{
    float: right;
    margin-top: 2px;
    color: #FE814B;
}

.no-data .desc{
    margin-top: 100px;
    color: #666;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
}
.no-data .text{
    text-align: center;
}

.self-service-bar .add-one {
    color: #f50;
    position: absolute;
    top: -10px;
    right: 50px;
    font-size: 20px;
    opacity: 1;
    filter: alpha(opacity=100);
    -moz-transition: all 1s ease-in;
    -webkit-transition: all 1s ease-in;
    -ms-transition: all 1s ease-in;
    -o-transition: all 1s ease-in;
    transition: all 1s ease-in;
}
.self-service-bar .add-one-show{
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translateX(10px) translateY(-20px);
    -moz-transform: translateX(10px) translateY(-20px);
    -ms-transform: translateX(10px) translateY(-20px);
    -o-transform: translateX(10px) translateY(-20px);
    transform: translateX(10px) translateY(-20px);
}

.instance-list{
    padding-top: 10px;
    height: 210px;
    color: #4C4C4C;
    background-color: #FAFAFA;
}
.instance-list .instance-hd{
    position: relative;
    padding-left: 56px;
    line-height: 18px;
}
.instance-hd .t-checkbox{
    position: absolute;
    top: 1px;
    left: 21px;
}
.instance-hd{
    padding-bottom: 8px;
}
.instance-list .instance-hd p{
    margin-right: 20px;
    height: 27px;
    border-bottom: 1px solid #E5E5E5;
}
.instance-list .instance-hd p img{
    height: 18px;
    padding-right: 10px;
    vertical-align: bottom;
}
.instance-list .instances{
    padding-left: 21px;
    max-height: 170px;
    overflow: auto;
}
.instance-list .no-instance{
    padding: 50px 0;
    text-align: center;
    color: #CDCDCD;
    font-size: 14px;
}
.instances .t-checkbox{
    display: block;
    padding: 10px 0;
    font-size: 14px;
}
.instances .t-checkbox_label{
    padding-left: 15px;
    vertical-align: initial;
}
.instance h4{
    position: relative;
    padding-left: 20px;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
}
.instance .close-svg{
    position: absolute;
    right: 20px;
    top: 15px;
    cursor: pointer;
}
.instance .t-modal_body, .instance .t-modal_footer{
    padding: 0;
}
.instance .btn-bar{
    position: relative;
    margin-top: 10px;
    padding: 0 20px;
    height: 36px;
    line-height: 36px;
}
.instance .btn-bar i{
    color: #FE814B;
}
.instance .btn-bar .t-btn{
    position: absolute;
    right: 20px;
    top: 0;
    height: 36px;
    width: 80px;
}
.instance .btn-bar .t-btn span.msg{
    position: absolute;
    top: -44px;
    right: 0;
    width: 170px;
    height: 32px;
    font-size: 14px;
    text-align: center;
    color: #FE814B;
    background-color: #FEE6DD;
}
.self-service .t-btn {
    position: absolute;
    right: 0;
    top: 0;
    width: 120px;
    height: 50px;
    line-height: 50px;
    text-align: center;
}

.t-btn-primary {
    background-color: #FF7438;
    color: #fff;
}

.right {
    float: right;
}

.t-btn{
    height: 36px;
    padding: 0 10px;
    line-height: 36px;
    font-size: 14px;
    border: none;
    outline: none;
    cursor: pointer;
    box-sizing: border-box;
}

.t-btn-default{
    color: #696969;
    background-color: #F8F8F8;
}
.t-btn-default:hover{
    background-color: #eee;
}

.t-btn-primary{
    background-color: #00aeef;
    color: #fff;
}
.t-btn-primary:hover{
    background-color: #00aeef;
    color: #fff;
}

.t-btn-text{
    color: #696969;
    background-color: transparent;
}
.t-btn-text:hover{
    color: #FF7438;
}

.t-btn:disabled{
    color: #c0ccda;
    background-color: #eff2f7;
    cursor: not-allowed;
}

.t-btn-text:disabled{
    color: #c0ccda;
    background-color: transparent;
}

.t-btn-tiny{
    height: 26px;
    line-height: 26px;
    font-size: 12px;
}

.t-btn-small{
    height: 30px;
    line-height: 30px;
    font-size: 14px;
}
.t-btn-large{
    height: 42px;
    line-height: 42px;
    font-size: 16px;
}
.self-service-bar i{
    font-style: normal;
}

.self-service-bar .select-all{
    color: #4C4C4C;
}
.self-service-middle:hover .select-all{
    color: #FF7438;
}