.train_row{
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: 6px;
    background-color: #fff;
    box-shadow: 0 1px 2px rgba(139, 139, 139, 0.16);
    margin-top: 15px;
    padding: 29px 0; 
}
.train_row.his_list{
    padding: 10px 0; 
}
.train-img{
    position: absolute;
    left: 0;
    top: 10%;
    width: 6px;
    height: 80%;
}

.train_name{
    text-align: left;
    padding-left: 25px;
}
.train_row.disable{
    background-color: rgba(2, 2, 2, 0.06);    
}
.train_row.disable{
    color: rgba(38, 38, 38, 0.6);
}
.train_tips{
    width: 50px;
    float: right;
    color: rgba(38, 38, 38, 0.4);
    font-size: 0.12rem;
    margin-right: 15px;
}

.his_tips{
    background: #ECF4FF;
}
/* .close{
    margin-right: 30px;
} */
.his_row{
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: 6px;
    background-color: #fff;
    box-shadow: 0 1px 2px rgba(139, 139, 139, 0.16);
    margin-top: 10px;
    padding: 15px 11px; 
}
.jygd_record_item{
    width: -webkit-calc(100% - 125px);
    width: calc(100% - 125px);
}
.jygd_record_item span{
    margin-right: 4px;
}
.jygd_record_time{
    width: 40px;
    margin-right: 10px;
}
.jygd_record_name{
    width: 75px;
}
.his_thir{
    margin-right: 15px;
}
.his_thir .c_black6{
    margin-left: 10px;
}
.his_first{
    /* width: 80px; */
    text-align: left;
}
.his_second{
    width: 60px;
    text-align: left;
}

.lists_lists{
    margin-top: 10px;
}
.lists_row{
    overflow: hidden;
    border-radius: 6px;
    background-color: #fff;
    box-shadow: 0 1px 2px rgba(139, 139, 139, 0.16);
    margin-top: 10px;
    padding-top: 15px; 
}
.lists_item_row{
    overflow: hidden;
    width: 100%;
}
.lists_item_row>div:first-child{
    margin-bottom: 5px;
}
.lists_item_row .lists_row{
    margin-bottom: 5px;
    margin-top: 0;
}
.item_row{
    display: block;
    overflow: hidden;
    float: left;
    position: relative;
    padding: 12px 14px; 
    width: -webkit-calc(50% - 40px);
    width: calc(50% - 40px);
    font-size: 0;
}
.lists_item_row .item_row.width100{
    margin-left: 0;
}
.item_row.width100{
    /* font-size: 0; */
    padding: 20px 14px; 
    width: -webkit-calc(100% - 28px);
    width: calc(100% - 28px); 
    float: none;
    margin-bottom: 15px;
}
.item_row.kaoji{
    width: -webkit-calc(100% - 28px);
    width: calc(100% - 28px);
    padding: 25px 14px;
}

.lists_item_row .item_row{
    margin-left: 24px;
}
.lists_item_row .item_row:nth-child(even){
    margin-left: 0;
}
.item_img{
    float: left;
    display: table;
    width: 13px;
    margin-right: 10px;
    margin-top: 3px;
}
.item_img img{
    display: table-cell;
    vertical-align: middle;
    width: 100%;
}
.name_wrapper{
    width: -webkit-calc(100% - 33px);
    width: calc(100% - 33px);
    float: left;
    font-size: 0.14rem;
}
.arrow_box{
    position: absolute;
    top:50%;
    right: 10px;
    margin-top: 0; 
    width: 9px;
    margin-top: -14px;
}
.arrow_box img{
    width: 100%;
    height: auto;
}

.kaoji .name_wrapper{
    width: -webkit-calc(100% - 45px);
    width: calc(100% - 45px);
}
.kaoji .item_img{
    width: 25px;
    margin-top: -3px
}
input[type="tel"].codeP{
    width: 40px;
    height: 40px;
    text-align: center;
    margin: 0 10px;
    color: #262626;
    border: 1px solid #262626;
    border-radius: 7px;
    padding: 0;
}
.efficient_input_row{
    margin-bottom: 10px;
}
.box-conent-wrapper.codeP_content{
    color: #262626!important;
}

.r1{
    width: 30px;
    margin-right: 10px;
}
.r2{
    width: -webkit-calc(100% - 19px);
    width: calc(100% - 19px);
    margin-right: 10px;
    font-size: 0.14rem;
}
.item_row.have_img .r2{
    width: -webkit-calc(100% - 59px);
    width: calc(100% - 59px);
}
.r3{
    width: 9px;
}
.r1 img,.r3 img{
    width: 100%;
}
.train_tools_title{
    font-weight: bold;
    font-size:0.16rem;
    line-height:20px;
    color:rgba(38,38,38,1);
}
.train_tools_row{
    margin-top: 15px;
}
.new_trains .train_tools_row{
    margin-top: 10px;
    padding: 15px;
    background: #fff;
}
.new_trains .train_tools_row:first-child{
    margin-top: 0;
}
.train_tools_zone{
    overflow: hidden;
}
.train_tools_item{
    display: block;
    float: left;
    height: 40px;
    box-sizing: border-box;
    margin-right: 20px;
    border:1px solid rgba(178,178,178,1);
    border-radius:4px;
    font-size:0.12rem;
    font-weight:500;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height:18px;
    color:rgba(112,112,112,1);
    margin-top: 15px;
    text-align: center;
    background: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.train_tools_item:hover{
    background: #68AAFE;
    color: #fff;
    border: none;
}
.train_tools_zone .train_tools_item:nth-child(1),
.train_tools_zone .train_tools_item:nth-child(2),
.train_tools_zone .train_tools_item:nth-child(3)
{
    margin-top: 0;
}
.train_tools_name{
    line-height:16px;
    margin-bottom: 15px;
}
.train_tools_wrapper{
    margin-top: 15px;
}
.train_tools_item{
    width: -webkit-calc(99.9999% / 3 - 40px / 3);
    width: calc(99.9999% / 3 - 40px / 3);
}
.train_tools_zone .train_tools_item:nth-child(3n){
    margin-right: 0;
}
.trains_tips{
    padding: 0 15px;
    background:rgba(236,245,255,1);
    font-size:0.12rem;
    font-family:Source Han Sans SC;
    font-weight:500;
    line-height:23px;
    color:rgba(243,112,87,1);
}
.trains_vip{
    width:42px;
    text-align: center;
    display: inline-block;
    background:rgba(255,252,236,1);
    border:1px solid rgba(255,181,0,1);
    border-radius:14px;

    font-size:0.12rem;
    font-family:Source Han Sans SC;
    font-weight:bold;
    line-height:16px;
    color:rgba(255,175,0,1);
}
.trains_btn{
    display: inline-block;
    padding: 5px 16px;
    background:rgba(255,216,67,1);
    border-radius:14px;
    font-size:0.12rem;
    font-family:Source Han Sans SC;
    font-weight:500;
    line-height:17px;
    color:rgba(67,6,6,1);
}
a.trains_btn:hover{
    color:rgba(67,6,6,1);
}
.trains_free{
    width:42px;
    text-align: center;
    display: inline-block;
    background:rgba(241,255,248,1);
    border:1px solid rgba(92,183,64,1);
    border-radius:14px;
    font-size:0.12rem;
    font-family:Source Han Sans SC;
    font-weight:bold;
    line-height:16px;
    color:rgba(92,183,64,1);
}
.trains_yellow{
    font-size:0.18rem;
    font-family:Alibaba PuHuiTi;
    font-weight:400;
    color:rgba(255,216,67,1);
}
.trains_year_vip{
    padding: 6px 10px;
    background:linear-gradient(134deg,rgba(48,43,42,1) 0%,rgba(94,86,83,1) 100%);
    border-radius:4px;
}
.trains_banner{
    padding: 15px;
}
.trains_time{
    font-size:0.12rem;
    font-family:Source Han Sans SC;
    font-weight:500;
    color:rgba(255,251,233,1);
    margin-right: 10px;
}
.on_time .trains_year_vip{
    background:rgba(177,177,177,1);
}
.on_time .trains_yellow{
    color:rgba(125,125,125,1);
}
.on_time .trains_time{
    color:rgba(125,125,125,1);
}
