*{
    padding: 0;
    margin: 0;
}
body{
    background: inherit;
}
body,h1,h2,h3,h4,h5,h6,dl,dt,dd,ul,ol,li,th,td,p,blockquote,
pre,form,fieldset,legend,input,button,textarea{
    padding: 0;
    margin: 0;
    font-family: "microsoft yahei";
}
.multi_select_whatever{
    padding-top: 0 !important;
}
.section-ul-de li .multi_select_whatever {
    float:left;
    padding-top:0px !important;
}
.clearfix{
    clear: both;
}
.clearfix:after{
    content:'';
    display:block;
    clear:both;
}
body,html{
    height: 100%;
    min-height: 100%;
}
input{
    background-color: transparent;
    vertical-align: middle;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid transparent;
}
input[type="checkbox"]{
    -webkit-appearance:none;
    outline: none;
    border: none;
    display: none;
}
.add-asset-serch-ul input[type="checkbox"] + label::before {
    content: "";
    display: inline-block;
    /*vertical-align: .2em;*/
    width: 0.29rem;
    height: 0.3rem;
    background:url(/images/historyTicketList/checkbox_nor.png?v=a37e5b1c) no-repeat;
    background-size:100%;
    text-indent: .15em;
    line-height: .65;
    margin-right: 0.1rem;
    float: left;
    margin-top: 0.02rem;
}
.add-asset-serch-ul input[type="checkbox"]:checked + label::before {
    background:url(/images/historyTicketList/checkbox_down.png?v=ab06a903) no-repeat;
    background-size:100% ;
}
.section-ul-de li span.fl{
    width: 2.5rem;
    display: inline-block;
}
.section-ul-de li span.fl.line-clamp{
    text-overflow:ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp:2;
    overflow: hidden;
}

.section-ul-de input[type="checkbox"] + label::before {
    content: "\a0";
    display: inline-block;
    vertical-align: .2em;
    width: 0.29rem;
    height: 0.3rem;
    background:url(/images/historyTicketList/checkbox_nor.png?v=a37e5b1c) no-repeat;
    background-size:100%;
    text-indent: .15em;
    line-height: .65;
    margin-right: 0.1rem;
    float: left;
    margin-top: 0.02rem;
}
.section-ul-de input[type="checkbox"]:checked + label::before {
    background:url(/images/historyTicketList/checkbox_down.png?v=ab06a903) no-repeat;
    background-size:100% ;
}

.container-content,.add-asset-content{
    background: #f0f5f8;
    height: 100%;
    min-height: 100%;
    overflow: auto;
}
.return-icon{
    width: 0.22rem;
    height: 0.4rem;
    display: inline-block;
    background: url(/images/releasePageTicketAssetTable/return-icon.png?v=ad75e10f) no-repeat;
    background-size:100% 100%;
    float: left;
    margin-right: 0.2rem;

}
.add-asset-header-return{
    padding:0.18rem 0.3rem;
    background: #FFFFFF;
    overflow: hidden;
    font-size: 0.32rem;
    color: #333;
    position: relative;
    text-align: center;
}
.icon-font{
    position: absolute;
    top: 0.22rem;
}
.add-asset-details{
    font-size: 0.36rem;
    display: inline-block;
}
.section-details{
    padding: 0.2rem;
}
.section-ul-de{
    padding: 0 0.3rem;
    font-size: 0.28rem;
    list-style: none;
    background: #fff;
    border-radius: 0.16rem;
    box-shadow:0 0 0.08rem rgba(116,167,215,0.2);
}
.section-ul-de li{
    padding: 0.24rem 0.08rem;
    border-bottom: 1px solid #ececec;
    width: 100%;
    display: inline-block;
}
.section-ul-de li input{
    border: none;
    padding: 0 0.1rem;
    line-height: 0.42rem;
    text-align: right;
    font-size: 0.28rem;

}
.section-ul-de li:last-child{
    border-bottom: none;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
::-webkit-input-placeholder {
    color:    #b1b1b1;
}
:-moz-placeholder {
    color:    #b1b1b1;
}
::-moz-placeholder {
    color:    #b1b1b1;
}
:-ms-input-placeholder {
    color:    #b1b1b1;
}
input::-webkit-input-placeholder{
    color: #b1b1b1;
}
.font-color~input::-webkit-input-placeholder{
    color: #333;
}

.btn{
    background: #3c9efa;
    width: 100%;
    line-height: 1rem;
    height: 1rem;
    text-align: center;
    font-size: 0.28rem;
    color: #fff;

    box-shadow:0 0 0.08rem rgba(116,167,215,0.2);
    border: 1px solid #3c9efa;
    border-radius: 0.25rem;
}

.search-input-cont{
    float: left;
    width: 100%;
    padding: 0.2rem 0.2rem 0.4rem 0.2rem;
    background: #fff;
    box-sizing: border-box;
    position: relative;
}
.search-input-box{
    border: 1px solid #bfced7;
    height: 0.6rem;
    width: calc(100% - 50px);
    border-radius: 4px 0 0 4px;
    padding-left: 0.6rem;
    background: #f0f5f8;
}
.search-input-box #assetTableSearch{
    width: 50%;
    height: 100%;
    border: none;
    padding: 0 0.1rem;
}
.search-input-box #assetTableSearchColumn{
    border: none;
    border-right: 1px solid #bfced7;
    height: 100%;
    width: 50%;
    background: #f0f5f8;
    outline: none;
}
.search-input-cont .scans_div{
    width: 0.6rem;
    height: 0.6rem;
    display: block;
    position: absolute;
    border-right: 1px solid rgba(216, 225, 231);
}
.search-input-cont .scans_div>#search_scans{
    width: 0.3rem;
    height: 0.3rem;
    display: block;
    background: url(/images/releasePageTicketAssetTable/saomiao.svg?v=a85fc78a) no-repeat;
    background-size: 0.3rem;
    margin: 0.15rem 0.15rem;
    
}
.search-input-cont input{
    height: 0.6rem;
    border: 1px solid #bfced7;
    width: 100%;
    background:#f0f5f8 ;
    padding-left: 30px;
    line-height: 0.6rem;
    box-sizing: border-box;
    border-radius:4px;
    outline: none;
    -webkit-appearance:none;
    color: #333;
    float: left;
    font-size: 0.28rem;
}
.search-input-cont input::-webkit-input-placeholder {
    text-indent:30px;
    text-align: center;
    background:url(/images/releasePageTicketAssetTable/search-input-icon.png?v=afa4ca74) no-repeat 45% center;
    background-size: 0.28rem 0.28rem;
}
/*.search-input-cont input::before{
    content: "搜索";
}*/
.add-asset-serch-ul input[type="text"]{
    outline: none;
    -webkit-appearance:none;
    border: none;
    width: 3.5rem;
    float: left;
}
.add-asset-serch-ul .lable-line{
    float: left;
    max-width: 100%;
}
.add-asset-serch-ul label {
    margin-right: 5px;
    /*margin-bottom: 5px;*/
    display: inline-block;
    /*max-width: 91%;*/
    text-overflow:ellipsis;
    overflow: hidden;
    height: 20px;
    white-space: nowrap;
}
.add-asset-header{
    color: #666;
    padding: 0.2rem 0rem;
}
.add-asset-title{
    font-size: 0.3rem;
}
.add_capital_btn{
    display:block;
    width:100%;
    height: 0.82rem;
    line-height: 0.8rem;
    text-align: center;
    border: 1px dashed #dbe1e8;
    border-radius: 0.1rem;
    color: #b4b7bb;
    font-size: 0.24rem;
}
.add-asset-icon1{
    background: url(/images/releasePageTicketAssetTable/add-show.png?v=a4a60882) no-repeat;
    margin-right: 0.2rem;
    background-size: 100%;
}
.add-asset-icon.add-asset-icon2{
    background: url(/images/releasePageTicketAssetTable/toggle-show.png?v=a3cafa85) no-repeat;
    background-size: 100%;
    margin-left: 5px;
    transform: scale(0.8);
    margin-top: 0.16rem;
}
.add-asset-icon{
    height: 20px;
    width: 20px;
    display: inline-block;
    background-size:100% 100%;
    float: left;
}
section.list{
    background: #fff;
}
.label-line{
    float: left;
    max-width: 100%;
    /*height: 20px;*/
    display: inline-block;
    /*overflow: hidden;*/
}
/*.list-ul{ overflow: hidden}*/
.list-li{ 	font-size: 0.24rem;
    /*display: inherit;*/
    width: 100%;
    box-sizing: border-box;
    position:relative;
    color: #666;
    background: #fff;
    -webkit-transform: translateX(0px);
    margin-top: 0.2rem;
}
.list-ul li:last-child{
    margin-bottom: 0;
}
.d-btn{


}

.con-font-line select,.section-ul-de li .multi_select_whatever select,.section-ul-de li select{
    float: left;
    outline: none;
    background: none;
    height: 24px !important;
    border-radius: 4px;
    width: 80px;
    border: 1px solid #DCDEE2;
    vertical-align: middle;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding-left: 10px;
    background:transparent url(/images/historyTicketList/sel_right_bottom.png?v=a15c1f9a) no-repeat center right;
    color: #333;
    background-size: 14px;
    padding-right: 22px;
}
.con-font-line{
    font-size: 0.24rem;
    width: 100%;
    overflow: hidden;
    padding-bottom: 0.2rem;
}
.asset-num-font{
    width: 3.6rem;
    word-break: break-all;
}
.font-color{
    color: #333;
}
.list-ul li :nth-last-child(2){
    /*padding-bottom: 0;*/
}
.d-btn{
    height: 100%;
}
.d-btn p{
    position: relative;
    height: 100%;
}
.d-btn p span{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    transform:translate(-50%,-50%);
}
.add-asset-icon.add-asset-icon2.icon-topT{
    background-position-y: -20px;
}
.list-ul li[style*="translateX(-80px)"]{
    border-radius: 10px 0 0 10px;
    /*transform: translateX(0px) !important;
        transition: inherit !important;*/
}
.list-ul li[style*="translateX(-80px)"] .d-btn{
    border-radius: 0 10px 10px 0;
    /*position: absolute;*/
    /*right: 0 !important;*/


}
.next-all-icon{
    width: 2.32rem;
    height: 0.45rem;
    display: inline-block;
    background: url(/images/releasePageTicketAssetTable/next-all-icon.png?v=abe13f20) no-repeat center;
 
    background-size: 0.32rem 0.15rem;
    display: inline-block;
    text-align: center;
    
    margin: 0 auto;
}

.container-content,.add-asset-content{
    background: #f0f5f8;height: 100%;
    min-height: 100%;
}
.return-icon{
    width: 0.22rem;
    height: 0.4rem;
    display: inline-block;
    background: url(/images/releasePageTicketAssetTable/return-icon.png?v=ad75e10f) no-repeat;
    background-size:100% 100%;
    float: left;
    margin-right: 0.2rem;

}
.add-asset-header-return{
    padding:0.18rem 0.3rem;
    background: #FFFFFF;
    overflow: hidden;
    font-size: 0.32rem;
    color: #333;
    position: relative;
    text-align: center;
}
.icon-font{
    position: absolute;
    top: 0.22rem;
}
.add-asset-details{
    font-size: 0.36rem;
    display: inline-block;
}
.section-details{
    padding: 0.2rem;
}
.section-ul-de{
    padding: 0 0.3rem;
    font-size: 0.28rem;
    list-style: none;
    background: #fff;
    border-radius: 0.16rem;
    box-shadow:0 0 0.08rem rgba(116,167,215,0.2);
}
.section-ul-de li{
    padding: 0.24rem 0.08rem;
    border-bottom: 1px solid #ececec;
}
.section-ul-de li input{
    border: none;
    padding: 0 0.1rem;
    line-height: 0.42rem;
    text-align: right;
    font-size: 0.28rem;
    margin: 0;

}
.section-ul-de li:last-child{
    border-bottom: none;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
::-webkit-input-placeholder {
    color:    #b1b1b1;
}
:-moz-placeholder {
    color:    #b1b1b1;
}
::-moz-placeholder {
    color:    #b1b1b1;
}
:-ms-input-placeholder {
    color:    #b1b1b1;
}
input::-webkit-input-placeholder{
    color: #b1b1b1;
}
.font-color~input::-webkit-input-placeholder{
    color: #333;
}

.btn{
    background: #3c9efa;
    width: 100%;
    line-height: 1rem;
    height: 1rem;
    text-align: center;
    font-size: 0.28rem;
    color: #fff;

    box-shadow:0 0 0.08rem rgba(116,167,215,0.2);
    border: 1px solid #3c9efa;
    border-radius: 0.25rem;
}

.search-input-cont{
    float: left;
    width: 100%;
    padding: 0.2rem 0.2rem 0.4rem 0.2rem;
    background: #fff;
    box-sizing: border-box;
}
.search-input-cont input{
    height: 0.6rem;
    border: 1px solid #bfced7;
    width: calc(100% - 50px);
    background:#f0f5f8 ;
    padding-left: 30px;
    line-height: 0.6rem;
    box-sizing: border-box;
    border-radius: 4px 0 0 4px;
    outline: none;
    -webkit-appearance:none;
    color: #333;
    float: left;
    font-size: 0.28rem;
}
.search-input-cont input::-webkit-input-placeholder {
    text-indent:30px;
    text-align: center;
    background:url(/images/releasePageTicketAssetTable/search-input-icon.png?v=afa4ca74) no-repeat 45% center;
    background-size: 0.28rem 0.28rem;
}
/*.search-input-cont input::before{
    content: "搜索";
}*/

.add-asset-serch-ul li{
    font-size: 0.28rem;
    background: #fff;
    border-radius: 10px;
    padding: 0.2rem 0.2rem 0.5rem 0.2rem;
    margin-bottom: 0.1rem;
    color: #666;
    position: relative;
    height: 150px;
    overflow: hidden;
}
.add-asset-serch-ul{
    padding: 0.2rem;
    overflow: hidden;
}
.add-asset-icon1{
    background: url(/images/releasePageTicketAssetTable/add-show.png?v=a4a60882) no-repeat;
    margin-right: 0.2rem;
    background-size: 100%;
}
.add-asset-icon.add-asset-icon2{
    background: url(/images/releasePageTicketAssetTable/toggle-show.png?v=a3cafa85) no-repeat;
    background-size: 100%;
}

.add-asset-serch-ul .add-asset-icon1{
    position: absolute;
    right: 20px;
    top: 22px;
    /*z-index: 9;*/
}
.con-font-line-lasd{
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #fff;
    /*padding-bottom: 0.1rem;*/
    /*z-index: 9;*/
    padding-bottom: 0.1rem !important;
}
.new-content{

}
.asset-num{
    overflow:hidden;
    width: 100px;
    text-overflow:ellipsis;
    white-space:nowrap;
    margin-right: 5px;
    /*display: -webkit-box;*/
    /*-webkit-box-orient: vertical;*/
    /*-webkit-box-pack: center;*/
    /*-webkit-box-align: center;*/
    /*-webkit-line-clamp:2;*/
    /*overflow: hidden;*/
}
.btn-conten{
    border-radius: 0.2rem;
    width: 5rem;
    height:2.1rem;
    position: fixed;
    border-radius:0.2rem;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);

}
.btn-ul{
    width: 100%;
    height: 0.8rem;
}
.btn-ul li{
    float: left;
    width: 50%;
    list-style: none;
    font-size: 0.28rem;
    height: 0.8rem;
    line-height: 0.8rem;
    text-align: center;
}
.btn-ul li:first-child{
    background: #f3f3f3;
    color: #94a1a7;
    border-radius: 0rem 0rem 0rem 0.2rem;
}
.btn-ul li:last-child{
    background: #3c9efa;
    color: #fff;
    border-radius: 0rem 0rem 0.2rem 0rem;
}
.new-fonts{
    height: 1.3rem;
    background: #fff;
    width: 100%;
    font-size: 0.28rem;
    text-align: center;
    line-height: 1.3rem;
    border-radius: 0.2rem 0.2rem 0 0;
}
.bkg-windows{
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,.4);
    position: fixed;
    top: 0;
    left: 0;
    /*z-index: 10;*/
}
.succeed-content{
    padding:0 0rem 0.6rem 0rem;
    border-radius: 0.2rem;
    background: #fff;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 0.28rem;
    color: #666;
    width: 150px;
    z-index: 20;
    text-align: center;
}
.succeed-icon{
    width: 0.78rem;
    height: 0.78rem;
    display:block;
    background: url(/images/releasePageTicketAssetTable/succeed-icon.png?v=a02c7ecc) no-repeat;
    background-size: 100% 100%;
    margin: auto;
    margin-top: 0.6rem;
    margin-bottom: 0.6rem;
}
* {margin: 0;padding: 0;}
ul {list-style: none;}
.sl-content {
    overflow: hidden;
}
.sl-li {
    height:155px;
    position: relative;
    background-color: #fff;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    border: 1px solid #f7f7f7;
    box-shadow: 0 0 6px 0px rgb(245, 245, 245);
    overflow: hidden;
}
.sl-li .sl-content {
    height: 100%;
    overflow: hidden;
    padding: 10px;
    position: relative;
    z-index: 10;
    pointer-events: auto;
    background-color: #fff;
}
.sl-li .sl-content.animated {
    -webkit-transition: -webkit-transform .2s ease-out;
    transition: transform .2s ease-out;
}
.sl-li .sl-opts {
    height: 100%;
    display: -webkit-box;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0;
}
.sl-li .sl-opts span {
    height: 100%;
    padding: 0 10px;
    display: -webkit-box;
    -webkit-box-pack: center;
    -webkit-box-align: center;
}
.asset-num~div{
    float: left;
}
.section-ul-de li span.fl~div{
    float: right;
    /*width: 110px !important;*/
}
.con-font-line p.multi_select_whatever select{
 height: 24px !important;
}
.update-confirm{
    margin-top: 10px;
}
.section-ul-de li .multi_select_whatever,.section-ul-de li label{
    float: right !important;
}
.section-ul-de li label{
    /*margin-right: 5px;*/
    display: inline-block;
    /*max-width: 91%;*/
    text-overflow:ellipsis;
    overflow: hidden;
    height: 20px;
    white-space: nowrap;
}
.add-asset-serch-ul li.li-height{
    height: auto;
    overflow: inherit;
}
.add-asset-serch-ul li.li-height .next-all-icon{
    transform: rotate(180deg);
}
.section-ul-de  li .multi_select_whatever{
    min-width:75px;
    max-width: 154px;
}
.section-ul-de  li .multi_select_whatever select{
    margin-bottom: 5px;
}
.errorTip{
    padding: 0.4rem;
}
.error-icon{
    height: 0.78rem;
    width: 0.78rem;
    margin: 0.3rem auto;
    background: url(/images/releasePageTicketAssetTable/error-icon.png?v=a707ebbf) no-repeat;
    background-size:100% 100%;
}
div[data-name="3"]{
  width: 105px !important;
}
.search-btn{
    padding: 0;
    background: #4a99ec;
    color: #fff;
    border: 1px solid #4a99ec;
    border-radius: 0 4px 4px 0;
    width: 50px;
    height: 0.6rem;
    line-height: 0.58rem;
    text-align: center;
}
.div-true{
    width:100px;
    overflow: hidden;
    outline: none;
    text-align: right;
}
.list-ul .list-li.height-auto{
    /*height: 100%;*/
}
.list-ul .list-li.height-auto .sl-next-toggle{
    transform: rotate(180deg);
}
.sl-next-content{
    width: 100%;
    height: 15px;
    background: #fff;
    position: absolute;
    bottom: 0;
    z-index: 33;
}
.sl-next-toggle{
    width: 20px;
    height: 12px;
    margin: auto;
    background: url(/images/historyTicketList/sel_right_bottom.png?v=a15c1f9a&v=a15c1f9a) center center no-repeat;
    background-size: 100%;
}
.label-right{
    width: calc(100% - 105px);
}
.section-ul-de .label-right{
    width: calc(100% - 140px);

}
.add-asset a:hover{
    color: inherit;
}
.asses-span .sl-li.height-auto{
    overflow: inherit;
    height: inherit;
}
.list-li.height-auto{
    /*height: 100%;*/
}
.list-li.height-auto .sl-next-toggle{
    transform: rotate(180deg);
}
.look-more{
    display: none;
    text-align: right;
    color: #4894f2;
}
.start-num{
    color: #ff3b30;
}
.start-num:after {
    content: "*";
}