input::-webkit-input-placeholder {
    color: #ccc;
}

input::-moz-input-placeholder {
    color: #ccc;
}

input::-ms-input-placeholder {
    color: #ccc;
}
label {
    font-weight: normal;
}
/*去掉input自动补全后的黄色样式*/
input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
-webkit-transition-delay: 99999s;
-webkit-transition: color 99999s ease-out, background-color 99999s ease-out;
}
/*内容*/
.content .add{
    margin-bottom: 14px;
}
.content .add .add_version{
    display: block;
    width: 100px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-color: #2c9cf0;
    color: #fff;
    font-size: 14px;
    border-radius: 5px;
    text-decoration: none;
}
.content .search{
    font-size: 0;
}
.content .search .searchs{
    color: #000;
    width: 70%;
    height: 30px;
    text-align: left;
    text-indent:1em;
    box-sizing: border-box;
    font-size: 12px;
}
.content .search .search_to{
    width: 30%;
    height: 30px;
    box-sizing: border-box;
    font-size: 12px;
    background-color: #2c9cf0;
    color: #fff;
    border: none;
    vertical-align: bottom;
}
/*表格*/
.content .ui_box .ui_table_list{
    width: 100%;
}
.content .ui_box .ui_table_list .ui_table_list_head{
    background-color: #f5f5f5;
    height: 40px;
    line-height: 40px;
}
.content .ui_box .ui_table_list .ui_table_list_head th{
    width: 14%;
    text-align: center;
    font-size: 16px;
}
.content .ui_box .ui_table_list .ui_table_body tr{
    width: 100%;
    border: 1px solid #dddddd;
    border-top: none;
    font-size: 16px;
}
.content .ui_box .ui_table_list .ui_table_body tr td{
    text-align: center;
    font-size: 14px;
    padding: 10px 16px;
    overflow: hidden;
}
.used{
    color: #ff0000;
}
.using{
    color: #00cc00;
}
.blue{
    color: #4ea7f1;
    text-decoration: none;
}
.content .ui_box .ui_table_list .ui_table_body tr td a{
    color: #4ea7f1;
    text-decoration: none;
}
.ui_table_body .update{
    cursor: pointer;
}
#myModalLabel{
    text-align: left;
    font-weight: bold;
    color: #000;
}

.form_datetime .date_text{
    font-size: 12px;
    width: 78px;
    padding: 0;
    height: 26px;
    padding-left: 4px;
}
.form_datetime .input-group-addon{
    padding: 3px 12px;
}
.modal-content .modal-footer{
    text-align: center;
}
.modal-content .modal-footer .btn{
    border: 1px solid #2c9cf0;
    color: #2c9cf0;
    width: 70px;
}
.modal-content .modal-footer .btn-primary{
    background-color: #2c9cf0;
    color: #fff;
}
.ui_table_body .note{
    cursor: pointer;
}
.modal.fade.in{
  top:90px;  
}


/*商品详情*/
/*内容*/
.content .title{
    border-bottom: 1px solid #dddddd;
    font-size: 16px;
}
.content .title span{
    border-bottom: 2px solid #2c9cf0;
    display: block;
    width: 70px;
    height: 30px;
}
.content .box{
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
    font-size: 14px;
}
.content .box .item{
    width: 25%;
    height: 24px;
    margin-bottom: 20px;
    overflow: hidden;
}
.box .using{
    color: #00cc00
}
.box a{
    color: #2c9cf0;
}
.note_update{
    display: flex;
}
.note_update .note{
    padding-top: 10px;
}
.note_update .note span{
    display: block;
    width: 30px;
}
.note_update .note span .update{
    color: #2c9cf0;
}
.note_update .textareas{
    padding-left: 10px;
}
.buy_operation{
    margin-top: 30px;
}
.buy_operation ul{
    margin-bottom: 10px;
}
.buy_operation ul li a{
    display: block;
    background-color: #f2f2f2;
    border-radius: 0;
}
.buy_operation ul li.active a{
    background-color: #2c9cf0 !important;
    color: #fff !important;
}
.buy .buy_table .buy_table_list{
    width: 100%;
}
.buy .buy_table .buy_table_list .buy_table_list_head{
    background-color: #f2f2f2;
}
.buy .buy_table .buy_table_list .buy_table_list_head th{
    text-align: center;
    padding: 14px 0;
}
.buy_table .buy_table_body tr{
    width: 100%;
    border: 1px solid #dddddd;
    border-top: none;
}
.buy_table .buy_table_body tr td{
    width: 14%;
    text-align: center;
    font-size: 14px;
    padding: 10px 16px;
    overflow: hidden;
}
.buy_table .buy_table_body .pay{
    color: #ff0000;
}

/*添加商家css*/
/*内容*/
.content .form_datetime{
    padding-left: 15px;
    padding-right: 15px;
}
.textareas{
    margin-top: 16px;
}
.textareas .pl_pr_15{
    padding-left: 15px;
    padding-right: 15px;
}

.save_back button{
    width: 90px;
    background-color: #2c9cf0;
    color: #fff;
}
.save_back .back{
    border: 1px solid #999999;
    width: 90px;
    float: right;
}
.checkbox_seconds .checkbox-inline{
    margin-right: 6px;
}

/*添加版本的权限css*/
.permissions .permissions_content li{
    width: 90px;
    text-align: center;
}
.permissions .permissions_content li a{
    display: block;
    background-color: #f2f2f2;
}
.permissions .permissions_content li.active a{
    background-color: #2c9cf0;
    color: #fff;
}
.permissions .permissions_content .nav-tabs{
    border-bottom: none;
}

.permissions .permissions_content .tab-content{
    border: 1px solid #dddddd;
    margin-top: 26px;
}
.permissions .permissions_content .tab-content .checkbox{
    padding: 16px 0 0 14px;
}
.permissions .permissions_content .tab-content .checkbox label{
    font-weight: bold;
}
.permissions .permissions_content .tab-content .tab-pane{
    background-color: #f5f5f5;
}
.permissions .permissions_content .tab-content .checkbox_seconds{
    padding-left: 8%;
}
.permissions .permissions_content .tab-content .checkbox_seconds label{
    font-size: 14px;
}
.permissions .permissions_content .tab-content .checkbox_three{
    padding-left: 5%;
}
.add_back button{
    width: 90px;
    background-color: #2c9cf0;
    color: #fff;
    margin-left: 40px;
}
.add_back .back{
    border: 1px solid #999999;
    width: 90px;
    margin-left: 40px;
}
/*商家版本模态框css*/
.modal-body-note .left{
    width: 50px !important;

}
/*发布公告css*/
/*模态框css*/
.modal-body .pb .left{
    width: 90px;
    display: inline-block;
    text-align: right
}
.modal-body .pb .right{
    padding-left: 10px;
    text-overflow:ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.modal-body .words{
    position: relative;
    height: 70px;
}
.modal-body .words .left{
    position: absolute;
    top: 0;
    left:27%;
    width: 40px;
    height: 70px;
}
.words .pos{
    position: absolute;
    top: 0;
    left:26%;
    width: 240px;
    height: 63px;
}
.modal-footer-close{
    text-align: center;
}
.modal-footer-close .btn{
    color: #4ea7f1;
    border: 1px solid #4ea7f1;
    background-color: #fff;
}
.modal-body .pb{
    padding-bottom: 4px;
}
.modal-header #myModalLabel{
    font-weight: 700;
    color: #000;
}
.toView{
    cursor: pointer;
}
/*发布返回css*/
.send_back .btn{
    width: 90px;
    background-color: #2c9cf0;
    color: #fff;
}
.send_back .back{
    margin-left: 20px;
}
/*发布邮件模态框css*/
/*添加邮件css*/
.send_back .btn{
    width: 90px;
    background-color: #2c9cf0;
    color: #fff;
}
.send_back .back{
    margin-left: 20px;
}
/*发布邮件模态框css*/
.modal-body .right{
    padding-left: 10px;
    /*text-overflow:ellipsis;
    white-space: nowrap;*/
    overflow: hidden;
}
.left_pb{
    transform: translateX(4px);
}
.modal-body .words{
    position: relative;
    height: 70px;
}
.words .pos{
    position: absolute;
    top: 0;
    left:36%;
    width: 240px;
    height: 63px;
}
.modal-footer{
    text-align: center;
}
.modal-footer .btn{
    color: #4ea7f1;
    border: 1px solid #4ea7f1;
    background-color: #fff;
}
.modal-body .pb{
    padding-bottom: 4px;
    padding-left: 40px;
}
.modal-header #myModalLabel{
    font-weight: 700;
    color: #000;
}
.ui_table_body .toView{
    cursor: pointer;
}
.communication{
    cursor: pointer;
}
.communication,.communication:hover{
    color: #4ea7f1;
}
.modal_body_addMail{
    padding-top: 0;
}
.mails_options{
    width: 100%;
    height: 100px;
    overflow-y:auto;
    border: 1px solid #ccc
}
.mails_options .options{
    padding-left: 10px;
    line-height: 24px;
    margin: 3px 0px;
    cursor: pointer;
    text-align: left;
}
.mails_options .options:hover{
    background-color: #4ea7f1;
    color: #fff;
}
/*添加角色css*/
.content .pl{
    padding-left: 20px;
}

/*系统平台模块表格*/
/*表格*/
.ui_box .ui_box_table{
    margin-bottom: 0;
    border-color: #e4e4e4;
    border-top: 1px solid #cfcfcf;
    font-size: 12px;
    width: 100%;
}
.ui_box .ui_box_table th{
    border-bottom: 1px solid #ebebeb;
    background: #f5f5f5;
    border-right: 1px solid #f1f1f1;
    padding: 6px 15px;
    vertical-align: bottom
}
.ui_box .ui_box_table tr{
    height: 40px;
    min-height: 40px;
    border-bottom:1px solid #ddd; 
}
.center{
    text-align: center;
}
.center a{
    color: #4ea7f1;
}
.isFalse a{
    color: #ff0000;
}
.isTrue a{
    color: #049204;
}
.ui_box .ui_box_table tr td{
    padding: 6px 15px;
    border-top: 1px solid #f1f1f1;
}

/*添加模块css*/
/*添加返回css*/
.add_back .add{
    width: 90px;
    background-color: #2c9cf0;
    color: #fff;
}
.add_back .back{
    float: right;
    width: 90px;
    background-color: #fff;
    color: #333;
    border: 1px solid #ccc;
}
/*index css*/
.index_content{
    background-color: #fff;
    display: flex;
    padding: 20px;
}
.index_content .item{
    width: 20%;
    height: 160px;
    position: relative;
}
.index_content .item:nth-child(-n+4){
   margin-right: 16px;
}
.index_content .item:nth-child(1){
   background-color: #8fcf8f;
}
.index_content .item:nth-child(2){
   background-color: #84bdd0;
}
.index_content .item:nth-child(3){
   background-color: #849bd0;
}
.index_content .item:nth-child(4){
   background-color: #d084c5;
}
.index_content .item:nth-child(5){
   background-color: #7383ea;
}
.index_content .item .word{
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    overflow: hidden;
    width: 100%;
}
.index_content .item .word .num{
    display: block;
    text-align: center;
    font-size: 26px; 
}
.index_content .item .word .describe{
    display: block;
    text-align: center;
    font-size: 20px;
    font-style:normal;

}
.index_tables{
    background-color: #fff;
}

/*数据css*/
.content .businessProfile{
    width: 100%;
    border-bottom: 1px solid #ddd;
    padding-bottom: 6px;
}
.content .businessProfile h3{
    font-weight: bold;
    padding-bottom: 6px;
    border-bottom: 3px solid #2c9cf0;
    display: inline;
}
.box5_1{
    background-color: #fff;
    display: flex;
    padding-top: 20px;
    padding-bottom: 60px;
}
.box5_1 .item{
    width: 20%;
    height: 160px;
    position: relative;
    background-color: #f5f5f5;
}
.box5_1 .item:nth-child(-n+4){
   margin-right: 16px;
}
.box5_1 .item .word{
    color: #666;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    overflow: hidden;
    width: 100%;
}
.box5_1 .item .word .num{
    display: block;
    text-align: center;
    font-size: 26px; 
    color: #ff0000;
}
.box5_1 .item .word .describe{
    display: block;
    text-align: center;
    font-size: 20px; 
}
.date_interval{
    padding-top: 20px;
}

/*搜索框*/
.content .schs{
    padding-top: 20px;
    padding-bottom: 20px;
}
.content .ui_box .circle{
    display: block;
    width: 26px;
    height: 26px;
    line-height: 26px;
    margin: 0 auto;
    background-color: #999;
    color: #fff;
}
.content .ui_box .top_three{
    background-color: #fd4e26;
}
/*分页*/
.pagination>.active>a, .pagination>.active>a:focus, 
.pagination>.active>a:hover, .pagination>.active>span, 
.pagination>.active>span:focus, 
.pagination>.active>span:hover{
    background-color: #2c9cf0;
    border-color:#2c9cf0; 
}
.pagination>li>a, .pagination>li>span{
    background-color: #eeeeee;
    color: #666;
}
.page1{
    text-align: right;
}
/*日期区间css*/
.pr {
    position: relative;
}

.pr i {
    position: absolute;
    bottom: 2px;
    right: 13px;
    top: auto;
    cursor: pointer;
}
.pr_model i{
    position: absolute;
    bottom: 27px;
    right: 26px;
    cursor: pointer;
}
.v-table th, .v-table td {
    text-align: center;
    vertical-align: middle !important;
}
a:focus{
    text-decoration: none;
    color: #2c9cf0;
}
.modal-backdrop {
  filter: alpha(opacity=0) !important;
  opacity: 0 !important;
}
/*登录*/
.login-box{
    width: 520px;
    height: 470px;
    background-color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.login-box .login-left{
    float: left;
    width: 340px;
    height: 480px;
    text-align: center;
}
.login-box .login-left .img{
    padding-top: 200px;
}
.login-box .login-right{
    float: left;
    width: 520px;
    height: 480px;
    text-align: center;
}
.login-box .login-right .title{
    font-size: 24px;
    font-weight: bold;
    padding-top: 20px;
    padding-bottom: 20px;
}
.login-box .login-right dl{
    width: 368px;
    height: 50px;
    border: 1px solid #c3cad9;
    font-size: 18px;
    background-color: #fff;
    margin: 0 auto 20px;
}
.login-box .login-right dt{
    width: 50px;
    text-align: center;
    font-weight: 400;
    margin-top: 12px;
}
.login-box .login-right .inputs{
    height: 48px;
    width: 316px;
    font-size: 16px;
    border-style: none;
    padding-left: 6px;
}
.login-box .login-right .inputs:focus{
    outline: none;
}
.login-right .submit{
    width: 368px;
    font-size: 18px;
    padding-top: 16px;
    padding-bottom: 16px;
    background-color: #e4e4e4;
    /*color: #fff;*/
    border-style: none;
    cursor: pointer;
}
.login-right .okSubmit{
    background-color: #328ddb;
    color: #fff;
}
.input-file{
    width: 60px;
    height: 20px;
    padding: 0;
    margin: 0;
    border: none 0;
    opacity: 0;
    filter: alpha(opacity = 0);
    cursor: pointer;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 99;
}
.addonsLogo{
    width:48px;
    height:48px;
}
/*登录*/
/*短信配置样式*/
.text-bright {
    color: #d60a0a;
}
.btn-file input[type='file'] {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}
/*短信配置样式*/
#licenseImg .updateImg {
    text-align: right;
}

/*#licenseImg .updateImg a{
    color:#2c9cf0;
}*/

#licenseImg .images_ul {
    margin-top: 10px;
    overflow-y:scroll;
    height: 500px; 
    border-top: 1px solid #ddd;
}
#licenseImg .images_ul ul{
    min-height: 414px;
}
#licenseImg .images_ul ul li {
    margin-right: 6px;
    margin-bottom: 4px;
    width: 150px;
    height: 150px;
    position: relative;
    overflow: hidden;
    line-height: 105px;
}
#licenseImg .images_ul ul li.active{
    border:3px solid #2c9cf0;
    line-height: 99px;
}
#licenseImg .images_ul ul li img{
    width: 100%;
    height: auto;
}
.mtb10{
    margin: 10px 0;
}

#licenseImg .images_ul ul li .des {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: rgba(128, 128, 128, 0.8);
    color: #fff;
    text-align: center;
    height: 20px;
    line-height: 20px;
}

#licenseImg .updateBorder {
    display: inline-block;
    width: 100px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 4px;
    background-color: #2c9cf0;
    color: #fff;
    position: relative;
}
/*开关switch*/
.switch-inline{}
.switch-inline input[type="checkbox"] {
    display: none;
}
.switch-inline input[type="checkbox"] + label {
    display: inline-block;
    width: 40px;
    height: 20px;
    position: relative;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    margin-bottom: 0;
    margin-top: 7px;
    box-sizing: border-box;
    background: #ddd url('../images/close.png') no-repeat 21px 4px;
    border-radius: 20px;
    cursor: pointer;
}
.switch-inline input[type="checkbox"] + label:after {
    content: '';
    display: block;
    position: absolute;
    /*left: 0px;
    top: 0px;
    width: 20px;
    height: 20px;*/
    -webkit-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;

    background: #fff;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    top: 2px;
    left: 2px;
}

.switch-inline input[type="checkbox"]:checked + label {
    background: #2c9cf0 url('../images/open.png') no-repeat 8px 4px;
}

.switch-inline input[type="checkbox"]:checked + label:after {
    left: calc(100% - 18px);
    background: #ffffff;
}

.logos{
    margin-top: 20px;
}
/*6.13*/
.mb-20 {
    margin-bottom: 20px;
}
.btn {
    border-radius: 4px;
    font-size: 12px;
}
.btn .icon {
    font-size: 12px;
}
.search-input-group {
    width: 320px;
}
.ml-10 {
    margin-left: 10px;
}
.search-input-group .input-group-btn .J-search {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.v-nav-tabs {
    margin-bottom: 10px;
}
.v-nav-tabs>li.active>a, .v-nav-tabs>li.active>a:focus, .v-nav-tabs>li.active>a:hover {
    background-color: #2589ff;
    color: #fff;
}
.v-nav-tabs>li>a span {
    display: inline-block;
    max-width: 90%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.blockchain-code-pr{
    position: relative;
    width: 100px;
    cursor: pointer;
}
.blockchain-code-pr:hover .blockchain-code-pos{
    display: block;
}
.blockchain-code-pr .blockchain-code-pos{
    display: none;
    position: absolute;
    left: -80px;
    width: 260px;
    height: 190px;
    z-index: 99;
    padding: 10px 4px;
    text-align: center;
}
.blockchain-code-pr .blockchain-code-arrow{
    border: 1px solid #ccc;
    padding: 8px;
    border-radius: 4px;
    background-color: #fff;
}
.blockchain-code-arrow:after, .blockchain-code-arrow:before {
    content: '';
    display: block;
    position: absolute;
    top: 1px;
    width: 14px;
    height: 10px;
    left: 50%;
    margin-left: -7px;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
}
.blockchain-code-arrow:before {
    border-bottom: 7px dashed #000;
}
.blockchain-code-arrow:after {
    border-bottom: 7px dashed #fff;
}

.btn-operation {
    display: inline-block;
    margin-right: 4px;
    color: #2589ff;
    padding:2px 4px;
    font-size: 12px;
    position: relative;
}
.btn-operation:not(:last-child):after {
    content: "";
    display: block;
    position: absolute;
    height: 10px;
    width: 1px;
    top: 50%;
    right: 1px;
    -webkit-transform: translate(4px,-50%);
    -moz-transform: translate(4px,-50%);
    -ms-transform: translate(4px,-50%);
    transform: translate(4px,-50%);
    background: #bbb;
}
.btn-operation:hover{
    color: #1E83FF;
}
.operationLeft{
    text-align: right !important;
}
.text-red1{
    color: #f00;
}
.text-red1:focus{
    color: #f00 !important;
}
.text-red1:hover{
    color: #e90909;
}
.pr-14{
    padding-right:14px !important;
}
.padding-15{
    padding: 15px;
}
.text-red {
    color: #f00;
}
.mb-10 {
    margin-bottom: 10px;
}
textarea {
    resize: none;
}
.flex-auto-center {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.v-nav-tabs>li>a {
    background-color: #f5f5f5;
    /* border-radius: 4px; */
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    color: #333;
    border-bottom: 1px solid #ddd;
    padding: 0;
    text-align: center;
    width: 82px;
    height: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: column;
    -moz-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
}
/*开关switch*/
.switch-inline{}
.switch-inline input[type="checkbox"] {
    display: none;
}
.switch-inline input[type="checkbox"] + label {
    display: inline-block;
    width: 52px;
    height: 22px;
    position: relative;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    margin-bottom: 0;
    margin-top: 7px;
    box-sizing: border-box;
    background: #ddd url('../images/close.png') no-repeat 25px 4px;
    border-radius: 20px;
    cursor: pointer;
}
.switch-inline input[type="checkbox"] + label:after {
    content: '';
    display: block;
    position: absolute;
    /*left: 0px;
    top: 0px;
    width: 20px;
    height: 20px;*/
    -webkit-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;

    background: #fff;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    top: 3px;
    left: 2px;
}

.switch-inline input[type="checkbox"]:checked + label {
    background: #2589ff url('../images/open.png') no-repeat 15px 4px;
}

.switch-inline input[type="checkbox"]:checked + label:after {
    left: calc(100% - 18px);
    background: #ffffff;
}
/*6.13*/
/*查询条件样式修改*/
.v-filter-container{
    background-color: #f5f5f5;
    padding: 20px 10px 5px;
    margin-bottom: 10px;
}
.filter-fields-wrap .filter-item__field {
    /*display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;*/
    float: left;
}
.filter-fields-wrap .filter-item__field .v__control-group {
    margin-bottom: 15px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}
.filter-fields-wrap .filter-item__field .v__control-group .v__control-label {
    width: 80px;
    line-height: 30px;
    text-align: right;
    margin-bottom: 0;
    display: inline-block;
    vertical-align: top;
    margin-right: 20px;
}
.filter-fields-wrap .filter-item__field .v__controls {
    margin-left: 0;
    display: inline-block;
}
.filter-fields-wrap .filter-item__field .v__controls .v__control_input{
    outline:none;
    display: block;
    width: 270px;
    height: 32px;
    padding: 6px 12px;
    line-height: 1.42857143;
    color: #666;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.v-date-input-control{
    display: inline-block;
    position: relative;
}
.v-date-input-control .icon {
    position: absolute;
    right: 0;
    top: 0;
    padding: 10px;
    cursor: pointer;
    font-size: 14px;
    z-index: 55;
    color: #999;
}
.pr-30{
    padding-right: 30px !important;
}
.v-filter-container label{
    margin-bottom: 0;
}
/*查询条件样式修改*/
/*筛选条件标题*/
.screen-title{
    height: 32px;
    margin-bottom: 10px;
    border-bottom: 1px solid #dddddd;
}
.screen-title .text{
    float: left;
    height: 32px;
    line-height: 30px;
    padding-right: 6px;
    font-weight: 700;
    border-bottom: 3px solid #2589ff;
}
/*筛选条件标题*/
.mb-10 {
    margin-bottom: 10px;
}
.flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.flex-pack-justify {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.search-input-group {
    width: 320px;
}
.search-input-group input {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.search-input-group .input-group-btn .search {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group {
    padding: 7px 28px 6px;
}
.widthFixedForm{}
.widthFixedForm .col-md-2{
    width: 190px;
}
.widthFixedForm .col-md-5{
    width: 620px;
}
.v-datetime-input-control {
    display: inline-block;
    position: relative;
}
.v-datetime-input-control .form-control{
    width: 590px;
}
.v-datetime-input-control .icon{
    position: absolute;
    right: 0;
    top: 0;
    padding: 10px;
    cursor: pointer;
    font-size: 14px;
    z-index: 55;
    color: #999;
}
.h-200 {
    height: 200px;
}
.sort-form-control {
    display: inline-block;
    width: 70px;
    text-align: center;
}
.mb-0{
    margin-bottom: 0;
}
/*余额充值*/
.wallet-pay{}
.wallet-pay .wallet-pay-item{
    width: 150px;
    height: 50px;
    border: 1px solid #ccc;
    display: inline-block;
    cursor: pointer;
    position: relative;
    margin-right: 4px;
}
.wallet-pay .wallet-pay-item.sel{
    border: 1px solid red;
}
.wallet-pay .sel-pic{
    display: none;
}
.wallet-pay .wallet-pay-item.sel .sel-pic{
    display: block;
    position: absolute;
    bottom: -1px;
    right: 0px;
}
/*余额充值*/
.v-subnav-list li .items{
    position: relative;
    padding-left: 16px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
    font-size: 14px;
}
.v-subnav-list li .items:after{
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    transform: rotate(135deg);
    transition: all .2s;
    -webkit-transform: rotate(135deg);
    position: absolute;
    left: 1px;
    top: 15px;
}
.v-subnav-list li .items.expanded:after{
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transition: all .2s;
}
.hides{
    display: none;
}
.editor1-main-tips {
    background: #D9EDF7;
    color: #8a8a8a;
    min-height: 100px;
    padding: 16px 12px;
    -webkit-transition: .5s ease;
}
/*进度条*/
.level-pro{
    width: 300px;
    height: 30px;
    background-color: #e6e6e6;
    -webkit-border-radius: 80px;
    -moz-border-radius: 80px;
    border-radius: 80px;
    position: relative;
    overflow: hidden;
}
.level-pro .user-pro{
    border-radius: 80px;
    height: 30px;
    background-color: #FF3300;
}
.level-pro .level-word{
    position: absolute;
    top: 50%;
    right: 4px;
    transform: translateY(-50%);
}
.level-status{
    position: relative;
    top: -11px;
    display: inline-block;
}
.inline-block {
    display: inline-block;
}
/*背景颜色*/
.label-orange {
    background-color: #ffc000;
}
