@font-face {
  font-family: 'iconfont';
  src: url('../icon/iconfont.woff2?t=1637422382277') format('woff2'),
  url('../icon/iconfont.woff?t=1637422382277') format('woff'),
  url('../icon/iconfont.ttf?t=1637422382277') format('truetype');
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 1.5em;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.paylistScroll #buylist ul#list {
    animation: heshangshu_scroll 12s both infinite linear;
}
.paylistScroll #buylist ul#list:hover {
    animation-play-state: paused;
}
@keyframes heshangshu_scroll {
    5%{margin-top: -22px;}
    10%{margin-top: -22px;}
    15%{margin-top: -44px;}
    20%{margin-top: -44px;}
    25%{margin-top: -66px;}
    30%{margin-top: -66px;}
    35%{margin-top: -88px;}
    40%{margin-top: -88px;}
    45%{margin-top: -110px;}
    50%{margin-top: -110px;}
    55%{margin-top: -132px;}
    60%{margin-top: -132px;}
    65%{margin-top: -154px;}
    70%{margin-top: -154px;}
    75%{margin-top: -176px;}
    80%{margin-top: -176px;}
    85%{margin-top: -198px;}
    90%{margin-top: -198px;}
    95%{margin-top: -220px;}
    100%{margin-top: -220px;}
}
.home_pay_list {
    /*border: 1px solid rgba(5,135,255,0.2);*/
    margin-top: 25px;
    /*box-shadow: 0 0 30px 1px rgba(5,135,255,0.2);*/
    /*padding: 20px 20px 10px 20px;*/
}
.paylistScroll{
    margin: 21px 0 25px 20px;
    height: 428px;
    /*height: 276px;*/
    overflow-y: hidden;
    padding: 0 15px 0 0;
}
.home_pay_pic{
    width: 300px;
    height: 450px;
    display: inline-block;
}
.home_pay_pic_bg{
    background: url(../images/300_300ad.png) no-repeat;
    /*background: url(../images/book.jpg) no-repeat;*/
    background-size: 100% 100%;
}
.left{
    float: left;
}
.right{
    float: right;
}
.clear{
    clear: both;
}
.home_pay_list::after{
    clear: both;
}
.title{
    font-size: 0.9rem;
    font-weight: 600;
}
.bottom_line{
    border-bottom: 1px solid #007bff6b;
    width: 100%;
    /*padding: 0 10px 0px 10px;*/
}

.title_txt{
    position: relative;
    top: -8px;
}
.home_notice:hover{
    margin-top: -8px;
}
.pay_record_{
    width: 32px;
    height: 32px;
    
    display: inline-block;
    margin-right: 7px;
}
.pay_record_notice{
    background: url(../images/notice.gif) no-repeat;
    background-size: 100% 100%;
    width: 48px;
    height: 48px;
}
.pay_record_pay{
    background: url(../images/home_pay_record.gif) no-repeat;
    background-size: 100% 100%;
}


/*list box*/
.HeProduct{
    box-shadow: 0 0 30px 1px rgba(5,135,255,0.2);
    /*margin: 20px;*/
    width: calc(100% -40px);
}

/*list box end*/





/*早知道*/
.flnews-cell {
    transition: background .3s;
    position: relative;
    padding: 10px 20px;
    background: #fff;
}
.flnews-cell .tdot {
    width: 13px;
    height: 13px;
    background: #128bed;
    border: solid 2px #E9F3FF;
    border-radius: 50%;
    position: absolute;
    top: 20px;
    left: 14px;
    z-index: 2;
}
.flnews-cell .tline{
    margin-bottom: 30px;
}
.flnews-cell .tline .time {
    position: absolute;
    top: 15px;
    left: 35px;
    color: #404040b0;
    font-size: 0.8rem;
}
.flnews-cell .tline:after {
    content: " ";
    position: absolute;
    width: 1px;
    background: #eee;
    top: 0px;
    bottom: 0px;
    left: 20px;
}
.click_more_only{
    margin-top: 30px;
    text-align: center;
    cursor: pointer;
    color: #333;
    width: 120px;
    height: 42px;
    line-height: 42px;
    background: #004a99;
    margin: 0 auto;
    border-radius: 5px;
    color: #fff;
    box-shadow: 0 5px 25px -6px rgba(41, 128, 185, 0.2);
    position: relative;
    top: 30px;
}
.click_more_only:hover{
    background: #333;
}
.click_more_tip{
    display: none;
    text-align: center;
    margin-bottom: 30px;
}
.index-title{
    margin: 60px auto;
    text-align: center;
    font-size: 36px;
}
.flnews-cell{
    padding-left: 40px!important;
}
/*.container.allProduct .flnews-cell:last-child{
    margin-bottom: 40px;
}*/
.text-primary{
    background: orange;
    border-radius: 50px;
    margin-right: 10px;
    color: #fff!important;
    padding: 5px 15px;
    font-size: 0.75em;
    margin-top: 10px;
}
.m-t-xs{
    margin-top: 10px;
}
.item{
    margin-top: 10px!important;
}
/*早知道end*/


.btm_center{
   margin:0 auto;
   width:120px; 
}

.border-secondary-blue {
    border-color: #dbe5ef !important;
}