html,body{
    height: 100%;
}
body{
    position: relative;
    font-family: 'MicrosoftYaHei';
    min-width: 1250px;
    width: 100%;
}
/*@font-face {*/
/*    font-family: '锐字真言体';*/
/*    src: url("/fonts/rzzy.ttf") format('truetype'),;*/
/*}*/
.fontfacerzzy{
    font-family: 'ZhenyanGB';
    font-weight: normal !important;
}
/*文档大小*/
.content-width{
    width: 1260px;
}
@media (min-width: 1680px) {
    .content-width .aside-width{
        position: relative;
        left: -88px;
    }
    .content-width .aside-width+section{
        position: relative;
        left: -88px;
    }
    .home-body-page .content-width .aside-width{
        position: relative;
        left: -95px;
    }
    .home-body-page  .content-width .aside-width+section{
        position: relative;
        left: -95px;
    }
}
/*aside大小*/
.home-body-page .aside-width{
    margin-top: 32px;
}
.aside-width{
    width: 156px;
    margin-right: 20px;
    flex: none;
}
.aside-box-wrap{
    width: 156px;
    background: #fff;
}
.aside-box-wrap.opacity .aside-list-wrap{
    opacity: 0.4;
    transition: all 0.2s;
}
.aside-box-wrap .aside-list-wrap:hover{
    opacity: 1 !important;
}
/*顶部当前位置*/
.right-content {
    position: relative;
    flex: 1;
}
.top-breadcrumb {
    width: 100%;
    height: 50px;
    background-color: #f4f3f2;
    margin-bottom: 10px;
}
.top-breadcrumb-text {
    position: absolute;
    top: -60px;
    font-size: 13px;
    height: 50px;
    line-height: 50px;
    color: #888;
}
.top-breadcrumb-text .location-icon {
    width: 15px;
    height: 15px;
}
.top-breadcrumb-text .location-icon img {
    width: 15px;
    height: 15px;
}
.top-breadcrumb-text .details {
    display: none;
}
.top-breadcrumb-text .details.active {
    display:inline-block;
    zoom:1;
    _display:inline;
    margin-left: 3px;
}
/*内容顶部tab菜单样式*/
.content-main {
    width: 100%;
}
.content-main .content-nav {
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #F7F6F5;
}
.content-main .content-nav .nav-item {
    display: flex;
    color: #333434;
    padding: 0 10px;
    cursor: pointer;
    font-size: 14px;
}
.content-main .content-nav .nav-item.active {
    color: #0064C5;
    position: relative;
    font-weight: bold;
}
.content-main .content-nav .nav-item.active::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    background: #0064C5;
    bottom: 0;
    left: 0;
    z-index: 11;
}
.content-main .content-nav .nav-item:hover{
    color: #0064C5;
    position: relative;
}
.content-main .content-nav .nav-item:hover::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    background: #0064C5;
    bottom: 0;
    left: 0;
    z-index: 11;
}
.content-main .content-nav .nav-item .nav-link {
    padding: 0 5px;
    color: #333434;
}
.content-main .content-nav .nav-item.active .nav-link {
    color: #0064C5;
}
.content-main .content-nav .nav-item .nav-link:hover {
    color: #0064C5;
}
/*所在地区*/
/*发布日期*/
.search-box {
    width: 100%;
    margin-top: 8px;
    font-size: 14px;
}
.search-box .search-item {
    display: flex;
    line-height: 40px;
    padding: 0 10px;
    background-color: #f4f3f2;
}

.search-box .search-input-item.search-item {
  background: #fff;
  align-items: center;
}
.search-box .search-input-item.search-item .search-input {
  width: 300px;
}
.search-box .area.search-item{
    line-height: 30px;
    padding: 10px;
}
.search-box .search-item .title {
    width: 60px;
    font-size: 12px;
    font-weight: bold;
    color: #1d2124;
}
.search-box .search-item .list-content {
    width: calc(100% - 60px);
    display: flex;
}
.search-box .search-item .list-content .city-list-item, .search-box .search-item .list-content .month-list-item  {
    width: 100%;
}
.search-box .search-item .list-content .list-item .list-item-label {
    margin: 0 6px;
    cursor: pointer;
    display: inline-block;
}
.search-box .search-item .list-content .list-item .list-item-label:hover{
    color: #0064C5;
}
.search-box .search-item .list-content .list-item .list-item-label.active {
    color: #0064C5;
}
.search-box .search-item .list-content .list-item .list-item-label input {
    vertical-align: middle;
    margin-right: 3px;
    margin-bottom: 2px;
}
.search-box .search-item .list-content .list-item .list-item-label input:checked{
    color:#2879ff ;
}

.search-box .search-item .list-content .city-list-item .list-item-label,
.search-box .search-item .list-content .month-list-item .all-month{
    padding: 0 5px;
    cursor: pointer;
    margin: 0;
}
.search-box .search-item .list-content .city-list-item .list-item-label:hover,
.search-box .search-item .list-content .month-list-item .list-item-label:hover{
    color: #0064C5;
}
.search-box .area .list-content .city-list-item .list-item-label.active,
.search-box .search-item .list-content .month-list-item .list-item-label.active {
    color: #0064C5;
}
.search-box .date {
    background-color: #ffffff;
}
.search-box .type {
    background-color: #FFFFFF;
}
.search-box .area {
    border-bottom: 1px dotted #ccc;
}
.search-box .search-item .list-content .month-list-item .list-item-label {
    padding: 0 5px;
    position: relative;
}
.search-box .search-item .list-content .month-list-item .list-item-label input {
    vertical-align: middle;
    margin-right: 3px;
    margin-bottom: 2px;
}
.search-box .search-item .list-content .month-list-item .list-item-label input:checked{
    color:#2879ff ;
}
.list-item-label.Checkbox .label {
    line-height: 21px;
}
.list-item-label.Checkbox .label:before {
    position: absolute;
    top: 4px;
    left: -19px;
}
.list-item-label.Checkbox input:checked + .label:after{
    position: absolute;
    left: -16px;
    top: 8px;
}
.search-box .change {
    display: none;
}
.search-box .change.active {
    display: flex;
}
.nicescroll-rails >div{
    background: #ccc !important;
}
input.form-control::-webkit-input-placeholder {
    color: #999;
}
input.form-control::placeholder {
    color: #999;
}
input.form-control:-moz-input-placeholder {
    color: #999;
}

input.form-control:-ms-input-placeholder {
    color: #999;
}

.cluster-label-tooltips{
    transform: translateX(-50%);
    color: #fff;
    background: gray;
    padding: 10px;
}
.content-main .nav-item .iconfont{
    font-weight: normal;
}
/*checkbox*/
input:disabled +.label::before {/*禁用的指针*/
    cursor: not-allowed
}
.Checkbox{
    display: inline-flex;
    align-items: center;
    margin-right: 10px;
}
.Checkbox input {
    opacity: 0;
    cursor: pointer;
}
.Checkbox .label {
    position: relative;
    margin-left: 5px;
    display: inline-block;
    height: 21px;
}
.Checkbox.disabled{
    pointer-events: none;
}
.Checkbox .label:before {
    content: '';
    height: 14px;
    width: 14px;
    display: inline-block;
    cursor: pointer;
    position: absolute;
    top: 2px;
    left: -19px;
    background: #f3f3f3;
    border: 1px solid #ddd;
    pointer-events: none;
}

.Checkbox input:hover +.label:before {
    border-color: #2879ff;
}
.Checkbox input:disabled + .label:before {
    background-color: #CCC;
    border-color: #999;
    opacity: 0.5;
}
.Checkbox input:disabled + .label {
    opacity: 0.5;
}
.Checkbox input:checked + .label{
    color:#2879ff ;
}
.Checkbox input:checked + .label:after{
    position: absolute;
    transition: 0.2S;
    content: '';
    cursor: pointer;
    height: 4px;
    width: 8px;
    left: -16px;
    top: 6px;
    transform: rotateZ(-45deg);
    pointer-events: none;
    border-left: 1px solid #2879ff;
    border-bottom: 1px solid #2879ff;
    z-index: 1;
}
.Checkbox input:checked + .label:before {
    border-color: #2879ff;
    background: #e0edfd;
}

/*page*/
.pagination .page a{
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6;
    text-decoration: none;
}
.pagination .page.active a{
    z-index: 3;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}
.viewer-button.viewer-close{
    background: #999;
}
/*模拟table*/
.flex-talbe{
    display: flex;
    border-radius: 2px;
    border: 1px solid #F3F3F3;
    text-align: center;
    flex-direction: column;
}
.flex-talbe .flex-th{
    font-weight: bold;
    display: flex;
    font-size: 14px;
}
.flex-talbe .flex-tr{
    display: flex;
    font-size: 12px;
    border-top: 1px solid #F3F3F3;
}
.flex-talbe .flex-th, .flex-talbe .flex-tr{
    align-items: center;
}

.flex-talbe .flex-td{
    flex: 1;
    min-height: 36px;
    border-left: 1px solid #F3F3F3;
    align-items: center;
    justify-content: center;
    display: flex;
    white-space: normal;
    padding: 5px;
    padding: 5px;
    word-break: break-all;
}
.flex-talbe .flex-th .flex-td:first-child, .flex-talbe .flex-tr .flex-td:first-child{
    border-left: none;
}
.flex-none{
    flex: none !important;
}
.w-20{
    width: 20%;
}

/*对比*/
.my-constrast-class-left{
    top: 50px;
    left: 400px;
    position: absolute;
    z-index: 33;
    transition: all 0.6s;
}
.my-constrast-class-left.tranform-hidden{
    transform: translateX(-261px) translateY(-40px);
}
.my-constrast-class-right{
    top: 40%;
    right: 5px;
    position: fixed;
    z-index: 33;
}
.constrast-header-wrap{
 position: relative;
}
.constrast-header-left{
    background: #A2A2A2;
    color: #fff;
    font-size: 12px;
    width: 30px;
    text-align: center;
    display: flex;
    flex-direction: column;
    transition: all 0.6s;
    padding: 5px 8px;
    line-height: 1;
    cursor: pointer;
}
.constrast-header-left i{
    font-size: 12px;
    transform: rotateZ(90deg);
}
.constrast-header-left i.hide-dialog-icon {
   transform: rotateZ(-90deg);
}
.my-constrast-class-right .constrast-header-left i{
    transform: rotateZ(-90deg);
}
.constrast-header-right{
    background: #ddd;
    font-size: 12px;
    transition: all 0.6s;
    width: 30px;
    text-align: center;
    display: flex;
    flex-direction: column;
    padding: 10px 8px;
    line-height: 1;
    color: #888;
    cursor: default;
}
.constrast-body-wrap{
    display: none;
}
.show-detail-wrap .constrast-body-wrap{
    display: block;
    background: #fff;
    margin-top: 5px;
    border: 1px solid #ddd;
}
.show-detail-wrap .constrast-header-left{
    width: 60px;
    flex-direction: row;
    height: 28px;
    align-items: center;
}
.show-detail-wrap .constrast-header-right{
    flex-direction: revert;
    height: 28px;
    align-items: center;
    width: 180px;
}
.show-detail-wrap .constrast-header-wrap{
    display: flex;
    flex-direction: row;
}
.constrast-btns-wrap {
    display: flex;
    justify-content: space-around;
    margin-bottom: 5px;
    padding-top: 5px;
    box-shadow: 0 -4px 6px -4px #ddd;
}
.constrast-body-des{
    font-size: 12px;
    color: #666;
    padding: 5px;
    padding-left: 10px;
    padding-top: 10px;
}
.constrast-list-wrap{
    min-height: 20px;
    padding: 6px;
    font-size: 12px;
    max-height: 250px;
    overflow: auto;
}
.constrast-list-none{
    display: none;
    text-align: center;
    font-size: 14px;
    line-height: 40px;
    color: #999;
}
.list-item-constrast-wrap{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 20px;
    margin-bottom: 6px;
    padding-left: 5px;
    padding-right: 5px;
}
.list-item-constrast-wrap .Checkbox{
    margin-bottom: 0;
    flex: auto;
}
.list-item-constrast-wrap .icon-close{
    border: 1px solid #bbb;
    font-size: 12px;
    height: 14px;
    line-height: 14px;
    width: 14px;
    cursor: pointer;
    transition: all 0.6s;
}
.list-item-constrast-wrap .icon-close:hover{
    transform: rotateZ(360deg);
}
.list-item-constrast-wrap.mymove{
    animation: mymove 0.3s infinite;
}
.constrast-dialog-wrap .modal-header{
    background: #2879ff;
    color: #fff;
    padding: 10px;
    align-items: center;
}
.constrast-dialog-wrap .modal-header .modal-title{
    font-size: 14px;
    line-height: 1;
}
.constrast-dialog-wrap .modal-header .close{
    color: #fff;
    text-shadow: none;
    opacity: 1;
    font-weight: normal;
    padding: 0;
    margin: 0;
}
.constrast-dialog-wrap .modal-footer{
    justify-content: center;
    box-shadow: 0 -6px 10px -6px #ddd;
    padding: 10px;
}
.constrast-dialog-wrap .header-tips {
    position: absolute;
    top: -33px;
    font-size: 12px;
    color: rgba(255,255,255,0.8);
    left: 70px;
    transform: scale(0.8);
}
.constrast-dialog-content-header{
    display: flex;
}
.constrast-dialog-content-header-item{

}
.constrast-dialog-content-header-item.item-n{
    background: #E4E4E4;
    width: 80px;
    flex-shrink: 0;
    flex-grow: 0;
    align-items: center;
    display: flex;
    justify-content: center;
    font-weight: bold;
    font-size: 14px;
}
.constrast-dialog-content-header-item.item-has{
    background-image: linear-gradient(0deg, #3e73eb, #47cfef);
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    flex: 1;
    margin-left: 12px;
    font-size: 12px;
    position: relative;
    color: #fff;
    align-items: center;
    text-align: center;
}
.constrast-dialog-content-header-item .item-has-c{
    position: relative;
    overflow: hidden;
    height: 100%;
    width: 100%;
    padding: 5px;
}
.constrast-dialog-content-header-item .item-has-c:before{
    position: absolute;
    content: '';
    bottom: 0%;
    right: -10px;
    height: 100%;
    width: 100%;
    background: #fff;
    opacity: 0.2;
    transform: rotateZ(-55deg);
    transform-origin: 100% 0;
}
.constrast-dialog-content-header-item .header-num{
    font-size: 20px;
}
.constrast-dialog-wrap .modal-body{
    display: flex;
    flex-direction: column;
    max-height: calc(90vh - 100px);
}
.constrast-dialog-content-header-item .header-unit{
    font-size: 14px;
    letter-spacing: 2px;
}
.constrast-dialog-content-header-item .header-content{
    opacity: 0.6;
    text-align: left;
    word-break: break-all;
}
.constrast-dialog-content-header-item .icon-close{
    position: absolute;
    right: -4px;
    top: -8px;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: #333;
    line-height: 15px;
    font-size: 10px;
    padding-left: 1px;
    cursor: pointer;
}
.constrast-dialog-content-header-item.item-has:nth-child(odd){
    background-image: linear-gradient(45deg, #ff6338, #ffa80f);
}
.constrast-dialog-content-body {
    margin-top: 15px;
    border-bottom: 1px solid #ccc;
    overflow: auto;
}
.constrast-dialog-content-body .collapse-item-title{
    font-weight: bold;
    font-size: 13px;
    color: #000;
    padding: 5px 15px;
    background: #e4e4e4;
    border: 1px solid #ccc;
    border-bottom: none;
}
.constrast-dialog-content-body .collapse-item-tr {
    display: flex;
}
.constrast-dialog-content-body .collapse-item-tr >div{
    border: 1px solid #ccc;
    border-bottom: none;
    border-left: none;
}
.constrast-dialog-content-body .collapse-item-tr >div:first-child{
    border-left: 1px solid #ccc;
}
.constrast-dialog-content-body .collapse-item-td {
    flex-shrink: 0;
    align-items: center;
    display: flex;
    justify-content: center;
    flex: 1;
    color: #0158e8;
    font-size: 12px;
    padding: 5px;
    font-weight: bold;
    text-align: center;
}
.constrast-dialog-content-body .collapse-item-td:nth-child(odd) {
    color: #ff5101;
}
.constrast-dialog-content-body .collapse-item-td-label {
    background: #f2f2f2;
    width: 87px;
    flex-shrink: 0;
    flex-grow: 0;
    align-items: center;
    display: flex;
    justify-content: center;
    font-size: 12px;
    flex-direction: column;
}
.constrast-btns-wrap button.btn.btn-danger.start-class.disabled {
    background: #999;
    border-color: #999;
}


/*组件样式1   ------------------ 招拍*/
.panl-topbottom-type1 {
    display: flex;
    flex-wrap: wrap;
    padding-top: 10px;
    width: 1068px;
}
.panl-topbottom-type1-item{
    padding: 5px;
    font-size: 12px;
    margin-right: 15px;
    margin-bottom: 18px;
}
.panl-topbottom-type1-item:first-child,.panl-topbottom-type1-item:nth-child(5n){
    margin-left: 8px;
}
.panl-topbottom-type1-item:nth-child(4n){
    margin-right: 0px;
}
.panl-topbottom-type1-item.shadow-sm{
   box-shadow:  0px 0px 7px 0px rgba(0, 0, 0, 0.2) !important;
}
.panl-topbottom-type1-top{
    display: flex;
    width: 243px;
    align-items: center;
    justify-content: center;
    text-align: center;
    overflow: hidden;
    background: #eee;
}
.panl-topbottom-type1-top img {
    max-width: 100%;
    display: block;
    transition: all 0.2s;
    text-align: center;
    margin: 0 auto;
}
.panl-topbottom-type1-top img.default-image{
    min-width: 100%;
}
.panl-topbottom-type1-top:hover img{
    transform: scale(1.2);
}
.panl-topbottom-type1-bottom {
    position: relative;
    padding: 12px 8px 5px 8px;
    width: 231px;
}
.panl-topbottom-type1-title {
    font-size: 14px;
    font-weight: bold;
    word-break: break-all;
    max-width: 232px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.panl-topbottom-type1-positionright {
    position: absolute;
    right: 5px;
    bottom: 0;
}
.panl-topbottom-type1-positionright .des {
    color: #999;
    margin-bottom: 10px;
    max-width: 78px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.panl-topbottom-type1-positionright .num {
    color: #2879ff;
    font-weight: bold;
    font-size: 16px;
}
.panl-topbottom-type1-bottom address{
    margin-bottom: 3px;
    color: #999;
}
.panl-topbottom-type1-mj {
    color: #444;
    font-weight: bold;
    margin-bottom: 10px;
}
.panl-topbottom-type1-bottom time {
    font-weight: bold;
    color: #444;
}

/*list样式1 ---------------- 政府公示价格*/
.panl-list-type1{
    display: flex;
    flex-direction: column;
}
.panl-list-type1 .panl-list-type1-item{
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding-right: 5px;
    align-items: center;
    padding-top: 5px;
    padding-bottom: 5px;
    line-height: 24px;
    font-size: 12px;
    background: #f7f7f7;
    position: relative;
    cursor: pointer;
}
figcaption.panl-list-type1-item::before {
    content: '';
    position: absolute;
    height: 6px;
    width: 6px;
    background: #bbb;
    border-radius: 50%;
    left: 13px;
    top: calc(50% - 3px);
}
.panl-list-type1-item address{
    width: calc(100% - 80px);
    margin-bottom: 0;
    color: #8f8f8f;
    padding-left: 30px;
}
.panl-list-type1-item address:hover{
    color: #2879ff;
    text-decoration: underline;
}
.panl-list-type1-item time{
    width: 80px;
    color: #8f8f8f;
    text-align: center;
    flex: none;
    display: inline-block;
}
.panl-list-type1-item:nth-child(odd){
    background: #fff;
}

/*左右结构类型1 ------------ 新闻列表*/
.panl-leftright-type1{
    display: flex;
    flex: 1;
    flex-direction: column;
}
.panl-leftright-type1-item{
    display: flex;
    margin-bottom: 20px;
}
.panl-leftright-type1-right {
    font-size: 12px;
    padding-left: 15px;
    position: relative;
    height: 125px;
    flex: 1;
}
.panl-leftright-type1-right .title{
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 5px;
    cursor: pointer;
    color: #333;
    word-break: break-all;
    width: 100%;
    max-height: 43px;
    overflow: hidden;
}
.panl-leftright-type1-right .title:hover{
    color: #2879ff;
    text-decoration: underline;
}
.panl-leftright-type1-content{
    height: 110px;
    display: flex;
    flex-direction: column;
    width: 100%;
}
.panl-leftright-type1-right .des{
    margin-bottom: 10px;
    color: #666;
    flex: 1;
    width: 100%;
    max-width: 524px;
    overflow: hidden;
    position: relative;
}
.panl-leftright-type1-right .footer{
    color: #aaa;
    display: flex;
    justify-content: space-between;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    padding-left: 15px;
}
.panl-leftright-type1-right .footer address{
    margin-bottom: 0;
}
.panl-leftright-type1-item .img-left-wrap {
    height: 125px;
    width: 190px;
    overflow: hidden;
    flex: none;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #eee;
}
.panl-leftright-type1-item .img-left-wrap img{
    transition: all 0.2s;
    cursor: pointer;
    max-height: 100%;
}
.panl-leftright-type1-item .img-left-wrap img.default-image{
    max-height: 80%;
}
.panl-leftright-type1-item .img-left-wrap:hover img{
    transform: scale(1.2);
}
.p-after:after{
    content: "...";
    position: absolute;
    bottom: 0;
    right: 0;
    background: linear-gradient(to right,#fff 50%, #fff);
}
/*视频样式*/
.video-img-wrap{
    display: flex;
    flex-direction: column;
    width: 260px;
}
.video-img-wrap .img-box{
    position: relative;
    overflow: hidden;
    height: 145px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #eee;
}
.video-img-wrap .img-box img{
    transition: all 0.2s;
    cursor: pointer;
    height: 100%;
}
.video-img-wrap .img-box img.default-image{
    max-height: 80%;
}
.video-img-wrap .img-box:hover img{
    transform: scale(1.2);
}
.video-img-wrap .opacity-wrap {
    position: absolute;
    bottom: 0;
    font-size: 12px;
    color: #fff;
    background: rgba(0,0,0,0.3);
    left: 0;
    right: 0;
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    min-height: 46px;
    /*height: 46px;*/
    /*overflow: hidden;*/
}
.video-img-wrap .img-des-wrap {
    background: #edf1f4;
    font-size: 14px;
    line-height: 30px;
    font-weight: bold;
    padding: 3px 10px 3px 10px;
}
.text-overflow-elp{
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/*loading*/
.sk-fading-circle {
    height: 60px;
    width: 60px;
    right: 0;
    left: 0;
    z-index: 10;
    margin-right: 40px;
    display: inline-block;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.sk-fading-circle .sk-circle {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0
}

.sk-fading-circle .sk-circle:before {
    content: '';
    display: block;
    margin: 0 auto;
    width: 15%;
    height: 15%;
    background-color: #fff;
    border-radius: 100%;
    -webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
    animation: sk-circleFadeDelay 1.2s infinite ease-in-out both
}

.sk-fading-circle .sk-circle2 {
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg)
}

.sk-fading-circle .sk-circle3 {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg)
}

.sk-fading-circle .sk-circle4 {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.sk-fading-circle .sk-circle5 {
    -webkit-transform: rotate(120deg);
    -ms-transform: rotate(120deg);
    transform: rotate(120deg)
}

.sk-fading-circle .sk-circle6 {
    -webkit-transform: rotate(150deg);
    -ms-transform: rotate(150deg);
    transform: rotate(150deg)
}

.sk-fading-circle .sk-circle7 {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.sk-fading-circle .sk-circle8 {
    -webkit-transform: rotate(210deg);
    -ms-transform: rotate(210deg);
    transform: rotate(210deg)
}

.sk-fading-circle .sk-circle9 {
    -webkit-transform: rotate(240deg);
    -ms-transform: rotate(240deg);
    transform: rotate(240deg)
}

.sk-fading-circle .sk-circle10 {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.sk-fading-circle .sk-circle11 {
    -webkit-transform: rotate(300deg);
    -ms-transform: rotate(300deg);
    transform: rotate(300deg)
}

.sk-fading-circle .sk-circle12 {
    -webkit-transform: rotate(330deg);
    -ms-transform: rotate(330deg);
    transform: rotate(330deg)
}

.sk-fading-circle .sk-circle2:before {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s
}

.sk-fading-circle .sk-circle3:before {
    -webkit-animation-delay: -1s;
    animation-delay: -1s
}

.sk-fading-circle .sk-circle4:before {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s
}

.sk-fading-circle .sk-circle5:before {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s
}

.sk-fading-circle .sk-circle6:before {
    -webkit-animation-delay: -0.7s;
    animation-delay: -0.7s
}

.sk-fading-circle .sk-circle7:before {
    -webkit-animation-delay: -0.6s;
    animation-delay: -0.6s
}

.sk-fading-circle .sk-circle8:before {
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s
}

.sk-fading-circle .sk-circle9:before {
    -webkit-animation-delay: -0.4s;
    animation-delay: -0.4s
}

.sk-fading-circle .sk-circle10:before {
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s
}

.sk-fading-circle .sk-circle11:before {
    -webkit-animation-delay: -0.2s;
    animation-delay: -0.2s
}

.sk-fading-circle .sk-circle12:before {
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s
}
.sk-fading-circle .sk-circle-text{
    position: relative;
    top: 70px;
    left: -10px;
    white-space: nowrap;
}
.loading-pages-wrap{
    position: fixed;
    z-index: 10000;
    background: rgba(0,0,0,0.4);
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    height: auto !important;
    justify-content: center;
    align-items: center;
    display: none;
}

.select-panel-wrap-box{
    background: #fff;
    min-height: 100px;
    position: absolute;
    bottom: 0;
    left: 20px;
    min-width: 100px;
    transform: translateY(100%);
    border: 1px solid #ccc;
    border-top-color: #39f;
    z-index: 1;
    display: none;
    cursor: default;
}
.select-panel-wrap-box::before,.select-panel-wrap-box::after{
    border: 5px solid transparent;
    content: " ";
    display: block;
    height: 0;
    position: absolute;
    width: 0;
    border-top: 0;
    left: 10px;
    top: -5px;
    border-bottom-color: #39f;
}
.select-panel-wrap-box::after{
    border-bottom-color: #fff;
    top: -4px;
}
.select-panel-wrap-box .tool-box-bar{
    width: 100%;
    height: 30px;
    background: #f9f9f9;
    border-bottom: 1px solid #eee;
    box-sizing: border-box;
    position: relative;
    text-align: center;
    clear: both;
}
.select-panel-wrap-box .tool-box-bar .tool-clear{
    float: right;
    padding-right: 10px;
    padding-top: 5px;
    color: #2879ff;
    cursor: pointer;
}
.select-panel-wrap-box .tool-box-bar .tool-clear.disabled{
    color: #999999;
    cursor: default;
}
.select-panel-wrap-box ul{
    list-style: none;
    padding: 0px;
    margin: 0px;
    clear: both;
    color: #212529;
}
.select-panel-wrap-box .year-item-li{
    background-color: #fff;
    cursor: pointer;
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
    height: 52px;
    line-height: 52px;
    width: 52px;
    color: #212529;
}
.select-panel-wrap-box .year-item-li:hover{
    background: #eff6fd;
}
.select-panel-wrap-box .year-item-li.active{
    color: #39f;
    background: #e5f2ff;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
/* 在Firefox浏览器下 */
input[type="number"]{
    -moz-appearance: textfield;
}
@-webkit-keyframes sk-circleFadeDelay {
    0%, 39%, 100% {
        opacity: 0
    }

    40% {
        opacity: 1
    }
}

@keyframes sk-circleFadeDelay {
    0%, 39%, 100% {
        opacity: 0
    }

    40% {
        opacity: 1
    }
}
@keyframes mymove {
    from {
        border: 1px solid #379ffe;
        box-shadow: 0px 0px 7px 2px rgba(55, 159, 254,0.1);
    }
    to {
        border: 1px solid #379ffe;
        box-shadow: 0px 1px 0px 0px rgba(55, 159, 254, 0.5);
    }
}
