.login_main {

    padding-top: 105px;
}

.login_main .inner {
    background: url("../img/login_bg.png") no-repeat top center;
    height: 472px;
    position: relative;
}

.login {
    width: 336px;
    height: 380px;
    background-color: #fff;
    position: absolute;
    left: 50%;
    margin-left: 264px;
    top: 50px;
}

.login .title {
    font-size: 18px;
    padding-top: 5px;
    height: 50px;
    color: #333333;
    margin-bottom: 4px;
    border-bottom: 1px solid #e1e8ee;
}

.login .title .act {
    font-weight: bold;
    color: #26a331;
}

.login .title span {
    display: block;
    cursor: pointer;
    float: left;
    width: 167px;
    height: 18px;
    line-height: 18px;
    margin-top: 15px;
    text-align: center;
    border-left: 1px solid #e1e8ee;
}

.login .info {
    width: 268px;
    height: 38px;
    border-radius: 3px;
    border: 1px solid #e1e8ee;
    margin: 15px auto 0;
    display: table;
}

.login .info .ico {
    display: table-cell;
    width: 43px;
    vertical-align: middle;
    text-align: center;
}

.login .info .ico img {
    display: inline;
}

.login .info .input {
    display: table-cell;
    width: 224px;
    height: 38px;
    border-left: 1px solid #e1e8ee;
    text-indent: 1em;
    background-color: #f3f7fc;
    font-size: 14px;
    color: #8c9cb5;
}

.login .rem {
    width: 270px;
    margin: 12px auto;
    font-size: 12px;
    color: #666666;
}

.login .rem a {
    font-size: 12px;
    color: #ff8801;
}

.login .yzm {
    width: 268px;
    height: 40px;
    margin: 0 auto;
}

.login .yzm .input {
    width: 164px;
    height: 38px;
    border: 1px solid #e1e8ee;
    border-radius: 3px;
    text-indent: 1em;
    background-color: #f3f7fc;
    font-size: 14px;
    color: #8c9cb5;
    margin-right: 4px;
    vertical-align: middle;
}

.login .yzm img {
    vertical-align: middle;
    display: inline;
}

.login_btn {
    width: 270px;
    margin: 30px auto 0;
    text-align: center;
    font-size: 12px;
    color: #666666;
}

.login_btn button {
    width: 270px;
    height: 40px;
    background-color: #26a331;
    color: #fff;
    font-size: 16px;
    font-family: "microsoft yahei";
    border: 0;
    border-radius: 3px;
    margin-bottom: 12px;
}

.login_btn a {
    color: #ff8801;
}

.undis {
    display: none;
}

.dtm {
    width: 270px;
    margin: 0 auto;
}

.dtm button {
    width: 120px;
    height: 40px;
    background-color: #00a0e9;
    color: #fff;
    font-size: 16px;
    font-family: "microsoft yahei";
    border: 0;
    border-radius: 3px;
}

.reg_main {
    width: 100%;
    padding-top: 105px;
}

.reg_main .inner {
    width: 945px;
    margin: 0 auto;
    height: 625px;
}

.reg_main .inner .left {
    float: left;
    width: 400px;
    padding-right: 68px;
    margin-top: 65px;
    border-right: 1px solid #e1e8ee;
}

.reg_main .inner .left .info {
    width: 380px;
    height: 52px;
    padding-left: 20px;
    border-radius: 3px;
    border: 1px solid #e1e8ee;
    background-color: #f3f7fc;
    margin-bottom: 32px;
}

.reg_main .inner .left .info .ico {
    display: block;
    float: left;
    line-height: 52px;
    width: 60px;
    text-align: justify;
}

.reg_main .inner .left .info .input {
    float: left;
    background-color: #f3f7fc;
    height: 52px;
    width: 160px;
    margin-left: 40px;
}

.reg_main .inner .left .info button {
    width: 110px;
    height: 40px;
    float: left;
    margin-top: 6px;
    background-color: #00a0e9;
    color: #fff;
    font-size: 16px;
    font-family: "microsoft yahei";
    border: 0;
    border-radius: 3px;
}

.reg_main .inner .right {
    float: left;
    width: 476px;
}

.reg_main .inner .right img {
    margin-top: 200px;
    margin-left: 82px;
}

.reg_main .rem {
    width: 400px;
    margin: 0 auto;
    font-size: 12px;
    color: #666666;

}

.reg_main .rem a {
    font-size: 12px;
    color: #ff8801;
}

.reg_btn {
    width: 400px;
    margin: 30px auto 0;
    text-align: center;
    font-size: 16px;
    color: #666666;
}

.reg_btn button {
    width: 400px;
    height: 56px;
    background-color: #26a331;
    color: #fff;
    font-size: 16px;
    font-family: "microsoft yahei";
    border: 0;
    border-radius: 3px;
}

.list-cont .left {
    width: 115px;
}

.list-cont .mid {
    width: 762px;
}

.list-cont .right {
    width: 300px;
}

.list-cont .right h1 {
    height: 38px;
    padding-top: 15px;
    width: 255px;
    line-height: 38px;
    font-size: 16px;
    margin-left: 20px;
    font-weight: 600;
    background: #fff;
}

.list-cont .right .nav-list {
    background-color: #fff;
}

.list-cont .right .lists ul {
    background: #fff;
    border: 0;
    padding: 10px;
}

.list-cont .mid .info {
    background-color: #fff;
    padding: 20px;
    font-size: 14px;
    color: #333333;
    overflow: auto;
}

.list-cont .mid .info .tit {
    font-weight: bold;
}

.list-cont .mid .info a {
    color: #333333;
    font-size: 12px;
}

.list-cont .mid .info img {
    display: inline;
    vertical-align: middle;
}

.list-cont .mid .info .reg_time {
    margin-left: 5px;
    font-size: 12px;
    color: #333333;
    font-weight: normal;
}

.list-cont .mid .table {
    width: 680px;
}

.list-cont .mid .table tr td {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 12px;
    line-height: 20px;
    vertical-align: top;
    position: relative;
    border-top: 1px solid #e0e0e0;
}

.list-cont .mid .table tr.fr_tr td {
    padding-top: 20px;
    border-top: 0;
}

.list-cont .mid .table tr td.center {
    text-align: center;
}

.list-cont .mid .table tr td .order_no {
    position: absolute;
    left: 0;
    bottom: 20px;
}

.list-cont .left .tit_name {
    width: 80px;
    padding-left: 35px;
    padding-bottom: 10px;
    position: relative;
}

.list-cont .left .tit_name .ico {
    position: absolute;
    left: 0;
    top: 0;
}
.list-cont .left ul{
    color: #666666;
}
.list-cont .left ul li {
    height: 30px;
    line-height: 20px;
    font-size: 14px;

}

.list-cont .left ul li.name {
    color: #333333;
    font-weight: bold;
}

.info_list div {
    margin-right: 29px;
    line-height: 40px;
    color: #333333;
    font-weight: normal;
    text-align: center;
}

.info_list div label {
    font-weight: bold;
    color: #26a331;
    margin-left: 8px;
}

/*car*/
.self_car .title {
    height: 36px;
    line-height: 36px;
    padding-top: 4px;
}

.self_car .title span {
    display: block;
    float: left;
    width: 100px;
    text-align: center;
    font-size: 16px;
    color: #26a331;
    font-weight: bold;
    border-bottom: 1px solid #26a331;
}

.self_car .title .search {
    font-size: 0;
    float: right;
    height: 24px;
}

.self_car .title .search input {
    border: 1px solid #26a331;
    height: 22px;
    width: 308px;
    text-indent: 1em;
    vertical-align: middle;
}

.self_car .title .search button {
    vertical-align: middle;
    background-color: #26a331;
    width: 75px;
    border: 0;
    height: 24px;
    font-family: "microsoft yahei";
    font-size: 12px;
    color: #fff;
}
.self_car .table{
    width: 100%;
}
.self_car .table.tbody{
    margin-top: 18px;
    border: 1px solid #e0e0e0;
}
.self_car .table.tbody tr td{
    color: #333;
    font-size: 12px;
    padding-top: 20px;
    padding-bottom: 20px;
    line-height: 20px;
    vertical-align: top;
    position: relative;
    text-align: center;
    border-top: 1px solid #e0e0e0;
}
.self_car .table.thead tr td{
    color: #666666;
    font-size: 12px;
    line-height: 40px;
    text-align: center;

}
.self_car .table tr td.tb_left{
    text-align: left;
}
.self_car .table tr td a{
    color: #333;
}
.self_car .table tr td img{
    display: inline;
}

.self_car .table tr td .s7 {
    position: absolute;
    left: 0;
    line-height: 18px;
    color: #ff8d01;
    bottom: 20px;
}
.self_car .table tr td .s7 img{
    vertical-align: middle;
    margin-right: 4px;
}
.self_car .table.thead{
    background-color: #f3f3f3;
    border: 1px solid #e0e0e0;
}
.self_car .table.bottom{
    border: 1px solid #e0e0e0;
    margin-top: 18px;
}
.self_car .table.bottom tr td{
    color: #666666;
    font-size: 12px;
    height: 52px;
    vertical-align: middle;
    text-align: center;

}
.self_car .table.bottom button{
    width: 100px;
    height: 52px;
    border: 0;
    background-color: #26a331;
    color: #fff;
    font-family: "microsoft yahei";
    font-size: 18px;
    font-weight: bold;
}
.self_car .table.bottom label{
    color: #26a331;
    margin-left: 3px;
    margin-right: 3px;
    font-weight: bold;
}
.Spinner {
    display: block;
    overflow: hidden;
    width: 80px;
    margin: 0 auto;
}

.Spinner .Amount {
    width: 34px;
    height: 12px;
    padding: 4px 5px;
    line-height: 12px;
    border-width: 1px 0;
    border-style: solid;
    border-color: #d9d9d9;
    float: left;
    text-align: center;
    color: #565656;
    outline: 0;
}

.Spinner a {
    display: inline-block;
    width: 16px;
    height: 20px;
    border: 1px solid #d9d9d9;
    background-color: #f7f7f7;
    float: left;
    cursor: pointer;
    outline: 0;
}

.Spinner a i {
    font-style: normal;
    background: url("../img/BuynBtn.png") no-repeat;
    display: block;
    width: 9px;
    height: 9px;
    margin: 5px 3px;
    text-indent: 999999%;
    overflow: hidden;
}

.Spinner .Decrease i {
    background-position: -9px -9px;
}

.Spinner .Increase i {
    background-position: -9px -0px;
}

.Spinner .DisDe i {
    background-position: -0px -9px;
}

.Spinner .DisIn i {
    background-position: -0px -0px;
}

.or_right{
    width: 1050px;
    padding: 24px 15px;
    background-color: #fff;
}
.self_car .table.head tr td{
    color: #333;
    font-size: 14px;
    line-height: 40px;
    text-align: center;

}
.self_car .table.head{
    background-color: #f3f3f3;
    border: 1px solid #e0e0e0;
}
.self_car .table.head tr td.fr_td{
    font-weight: bold;
    color: #26a331;
}

.or_right .search {
    font-size: 0;
    float: left;
    margin-top: 18px;
    height: 24px;
}

.or_right .search input {
    border: 1px solid #26a331;
    height: 22px;
    width: 308px;
    font-size: 12px;
    text-indent: 1em;
    vertical-align: middle;
}

.or_right .search button {
    vertical-align: middle;
    background-color: #26a331;
    width: 75px;
    border: 0;
    height: 24px;
    font-family: "microsoft yahei";
    font-size: 12px;
    color: #fff;
}
.or_right .btn_pr{
    float: right;
    margin-top: 18px;
    margin-right: 10px;
}
.or_right .btn_pr button{
    width: 58px;
    margin-left: 5px;
    height: 22px;
    vertical-align: middle;
    border-radius: 3px;
    border: 1px solid #e0e0e0;
    font-size: 12px;
    color: #666666;
    font-family: "microsoft yahei";
    background-color: #fff;
}
.self_car .table.tlist{
    margin-top: 18px;
    border: 1px solid #e0e0e0;
}
.self_car .table.tlist tr td{
    color: #333;
    font-size: 12px;
    padding-top: 20px;
    padding-bottom: 20px;
    line-height: 20px;
    vertical-align: top;
    position: relative;
    text-align: center;
}
.self_car .table.tlist thead{
    background-color: #f3f3f3;
    height: 44px;
}
.self_car .table.tlist thead tr td{
    padding-top: 15px;
    padding-bottom: 15px;
    line-height: 12px;
}
.self_car .table.tlist thead tr td span{
    font-weight: bold;
}
.self_car .table.tlist thead tr td img{
    vertical-align: middle;
    margin-right: 5px;
}
.btn_pj{
    width: 58px;
    height: 28px;
    border: 1px solid #e2e2e2;
    border-radius: 3px;
    background-color: #fff;
    font-weight: bold;
    font-size: 12px;
    font-family: "microsoft yahei";
    color: #333;
}

.rf-bottom{

    height:30px;
    margin-top: 20px;
}
.rf-bottom-span{
    display: block;
    font-size: 12px;
    float: left;
    color: #4c4c4c;
}
.rf-page{
    float: right;
}
.rf-page li{
    float: left;
    border: 1px solid #d2d7db;
    color: #666666;
    font-size: 12px;
    min-width: 33px;
    height: 33px;
    line-height: 33px;
    text-align: center;
    cursor: pointer;
    font-family: "microsoft yahei";
    margin-left: 2px;
}
.rf-page li.slh{
    border: 0;
    width: 35px;
}
.rf-page li.rf_left{
    margin-right: 3px;
    font-family: "simsum";
}
.rf-page li.rf_right{
    margin-left: 5px;
    font-family: "simsum";
}
.rf-page .active{
    background-color: #26a331;
    border: 0;
    height: 34px;
    width: 34px;
    text-align: center;
    padding: 0;
    color: #fff;

}
.rf-page .pageto{
    border: 0;
    padding-left: 20px;
    cursor:auto;
}
.rf-page .pageto input{
    width: 47px;
    margin-left: 4px;
    margin-right: 4px;
    height: 33px;
    border: 1px solid #d2d7db;
}
.rf-page  .go{
    width: 52px;
    height: 27px;
    margin-top: 3px;
    margin-left: 5px;
    line-height: 27px;
}

.right_grzx .title{
    width: 60px;
    height: 24px;
    line-height: 24px;
    color: #26a331;
     border-bottom: 1px solid #26a331;
    font-size: 14px;
    font-weight: bold;
}
.right_grzx .table{
    width: 555px;
    margin-left: 200px;
}
.right_grzx .table tr td.name{
    text-align: right;
    padding-left: 0;
}
.right_grzx .table tr td{
    color: #333;
    font-size: 14px;
    height: 66px;
    vertical-align: middle;
    text-align: left;
    padding-left: 25px;
}
.right_grzx .table tr td input{
    width: 280px;
    height: 42px;
    background-color: #f3f7fc;
    border: 1px solid #e1e8ee;
    border-radius: 3px;
    font-family: "microsoft yahei";
    color: #8c9cb5;
    font-size: 14px;
    text-indent: 1em;
}
.right_grzx .table tr td select{
    width: 73px;
    height: 42px;
    background-color: #f3f7fc;
    border: 1px solid #e1e8ee;
    border-radius: 3px;
    text-indent: 5px;
    font-size: 14px;
    font-family: "microsoft yahei";
}
.right_grzx .table tr td select.select{
    width: 280px;
}
.right_grzx .table tr td label{
    color: #8c9cb5;
    margin-left: 10px;
}
.btn_sb{
    width: 280px;
    height: 42px;
    background-color: #26a331;
    border: 0;
    font-family: "microsoft yahei";
    color: #fff;
    font-size: 14px;
    margin-left: 315px;
    border-radius: 3px;
    margin-top: 10px;
}
.state{
    width: 750px;
    margin: 15px auto;
}
.btn_sb2{
    width: 220px;
    height: 42px;
    background-color: #26a331;
    border: 0;
    font-family: "microsoft yahei";
    color: #fff;
    font-size: 14px;
    border-radius: 3px;
}
.right_grzx .main{
    width: 100%;
    color: #666666;
    text-align: center;
}
.right_grzx .main .label{
    color: #333333;
    font-size: 18px;
    font-weight: bold;
}
.right_grzx .main .input{
    width: 220px;
    height: 42px;
    background-color: #f3f7fc;
    border: 1px solid #e1e8ee;
    border-radius: 3px;
    font-family: "microsoft yahei";
    color: #8c9cb5;
    font-size: 14px;
    vertical-align: middle;
    margin-left: 4px;
    margin-right: 8px;
    text-indent: 1em;
}
.right_grzx .main .button{
    width: 128px;
    height: 42px;
    background-color: #f3f7fc;
    border: 1px solid #e1e8ee;
    border-radius: 3px;
    font-family: "microsoft yahei";
    color: #8c9cb5;
    font-size: 14px;
    text-indent: 1em;
}
.right_grzx .main label{
    margin-left: 10px;
}
.blue_color{
    color: #00a0e9;
}
.right_grzx .main .label2{
    color: #8c9cb5;
}
.right_grzx .main .pwd{
    padding-left: 110px;
    line-height: 24px;
    clear: both;
    overflow: auto;
}
.right_grzx .main .pwd span{
    display: block;
    float: left;
}
.right_grzx .main .pwd span.pwd_save{
    width: 50px;
    height: 24px;
    border-radius: 3px;
    background-color: #dadada;
    color: #333;
    text-align: center;
    line-height: 24px;
    margin-right: 10px;
}
.right_grzx .main .input2{
    width: 280px;
    height: 42px;
    background-color: #f3f7fc;
    border: 1px solid #e1e8ee;
    border-radius: 3px;
    font-family: "microsoft yahei";
    color: #8c9cb5;
    font-size: 14px;
    vertical-align: middle;
    margin-left: 4px;
    margin-right: 8px;
    text-indent: 1em;
}
.btn_sb3{
    width: 280px;
    height: 42px;
    margin-left: 65px;
    background-color: #26a331;
    border: 0;
    font-family: "microsoft yahei";
    color: #fff;
    font-size: 14px;
    border-radius: 3px;
}

/*jtzn*/
.way_type{
    background: url("../img/way_type.png") no-repeat;
    width: 660px;
    height: 75px;
    padding-left:90px;
    padding-right:89px;
    clear: both;
    overflow: auto;
    margin-top: 20px;
}
.way_type li{
    width: 108px;
    height: 25px;
    padding-top: 50px;
    float: left;
    text-align: center;
    line-height: 25px;
}
.way_type li a{

}
.way_type li.active{
    background:url("../img/way_act.png") no-repeat top center;
}

.wddd_title {
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 7px;
    line-height: 23px;
    color: #434343;
}
.wddd_title img{
    vertical-align: middle;
    display: inline;
    margin-right: 10px;
}
.wddd_title a{
    color: #434343;
}
.wddd_title a.act{
    color: #37c349;
}
.order_info{
    height: 300px;
    border: 1px solid #58b92f;
    background-color: #e9f8e4;
    padding-left: 65px;
    padding-top: 15px;
    text-align: left;
}
.order_info .tit{
    color: #000;
    font-size: 18px;
    margin-left: 10px;
    margin-top: 10px;
}
.order_info .o_info{
    width: 888px;
    font-size: 14px;
    padding-bottom: 20px;
    padding-left: 15px;
    position: relative;
    line-height: 25px;
    color: #000000;
}
.order_info .o_info .quer{
    width: 5px;
    height: 5px;
    display: block;
    position: absolute;
    left: 0;
    top: 10px;
    margin-left: 0;
    background-color: #000;
}
.order_info2{
    border: 1px solid #58b92f;
    text-align: left;
}
.order_info2 .o_table{
    width: 100%;

}
.order_info2 .o_table tr td{
    text-align: center;
    height: 50px;
    color: #666;
}
.order_info2 .o_table tr td span{
    color: #000;
    line-height: 30px;
}
.order_info2 .o_table tr td img{
    width: 180px;
    display: inline;
    height: 108px;
}
.order_info2 .o_table tr.fr_tr td{
    background-color: #e9f8e4;
    color: #000000;
    font-weight: bold;
    height: 44px;
}
.order_info2 .o_table tr td table{
    width: 100%;
}
.order_info2 .o_table tr td table tr td{
    height: 30px;
}
.act_btm{
    width: 100%;
    height: 40px;
    line-height: 28px;
}
.act_btm span{
    display: block;
    float: left;
    font-size: 16px;
    color: #43b313;
    height: 40px;
    margin-left: 230px;
    width: 80px;
    text-align: center;
}
.act_btm span.act_state{
    background: url("../img/act_btm.png") no-repeat bottom center;
}