.purchase .t_banner img{
    width: 100%;
}
.purchase .remark{font-size: 15px;margin: 25px auto;color:#333333;text-align: center}
.purchase .remark span{color: #BE0000}
.purchase .t_search{
    width: 1200px;
    margin: 35px auto;
}
.purchase .t_search .search_box{
    justify-content: center;
    align-items: center;
}
.purchase .t_search .search_box input{
    width: 450px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    background: rgba(255,255,255);
    border: 1px solid #B4B4B4;
    opacity: 1;
    border-radius: 6px 0px 0px 6px;
    padding: 0 10px;
    border-right: none;
}
.purchase .t_search .search_box .button_span{
    width: 70px;
    height: 40px;
    display: block;
    text-align: center;
    background: rgba(190,0,0);
    opacity: 1;
    border-radius: 0px 6px 6px 0px;
    font-size: 20px;
    font-weight: 400;
    line-height: 40px;
    color: #FFFFFF;
    border: none;
}
.purchase .t_search .title{color: #333333;font-weight: bold;line-height: 40px;font-size: 18px}
.purchase .t_search .search_remark{font-size: 14px;color: #666666;margin-top: 10px;margin-left: 370px}
.purchase .content{width: 1200px;margin: auto}
.purchase .guide_href{color: #BE0000;font-size: 16px;text-align: right;margin-top: 30px;display: block}
.t_list_box{
    width: 1200px;
    margin: 30px auto;
    background-color: #FCF4F4;
    padding: 30px 25px 20px;
}
.t_list_box .t_list{
    margin-top: 20px;
    text-align: center;
    font-size: 14px;
    flex-wrap: wrap;
}
.t_list_box .t_list .item{
    background-color: #FFFFFF;
    padding: 10px;
    margin-right: 20px;
    margin-bottom: 20px;
    width: calc((100% - 80px) / 4);box-sizing: border-box;
}
.t_list_box .t_list .item:nth-child(4n){
    margin-right: 0;
}
.t_list_box .t_list .item .row1{
    background-color: #F1F1F1;
    position: relative;
    padding: 10px 15px
}
.t_list_box .t_list .item .row1 .way{
    position: absolute;
    left: 5px;
    top: 5px;
}
.t_list_box .t_list .item .row1 .t1{
    font-weight: bold;
    line-height: 22px;
    color: #333333;
    font-size: 16px;
    margin-top: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.t_list_box .t_list .item .row2{
    font-weight: bold;
    color: #BE0000;
    margin: 5px 0;
    font-size: 18px;
}
.t_list_box .t_list .item .row3{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.t_list_box .t_list .item .row4{
    height: 27px;
    background: rgba(255,255,255,0.39);
    border: 1px solid #BE0000;
    opacity: 1;
    border-radius: 13px;
    color: #BE0000;
    text-align: center;
    line-height: 25px;
    margin: 7px auto 5px;
    width: 120px;
    cursor: pointer;
    display: block;
}


.t_btn_box{
    margin: 40px auto 80px;
    text-align: center;
}
.t_btn_box .t_btn_title{
    font-size: 20px;
    font-weight: bold;
    line-height: 33px;
    color: #000000;
    opacity: 1;
    margin-bottom: 10px;
}
.t_btn_box .button1{
    display: block;
    width: 300px;
    height: 42px;
    background: rgba(190,0,0);
    opacity: 1;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 400;
    line-height: 40px;
    color: #FFFFFF;
    text-align: center;
    border: none;
    cursor: pointer;
    margin: auto;
}