#spTimeStr span {
    display: inline-block;
    width: 80px;
    height: 60px;
    margin-right: 30px;
    position: relative;
}

#spTimeStr span:after {
    content: "=>";
    display: inline-block;
    color: red;
    position: absolute;
    right: -26px;
    top: 16px;
}

#spTimeStr span.last:after {
    content: "";
}

#spTimeStr span>p {
    width: 80px;
    overflow: hidden;
    text-align: center;
    height: 30px;
}

#spTimeStr span>input {
    width: 78px;
}


/*买票盒子*/

#ajaxcontent #zezhao {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 9;
    background-color: #000;
    -moz-opacity: 0.5;
    opacity: .50;
    filter: alpha(opacity=50);
}

#buycarbox {
    display: block;
    position: absolute;
    width: 800px;
    left: 50%;
    top: 50%;
    margin-left: -400px;
    margin-top: -200px;
    z-index: 10;
    background: white;
    border: 1px solid #ccc;
    border-radius: 10px;
}

fieldset {
    width: 700px;
    margin: 24px auto;
    border: 1px solid #ccc;
    padding: 10px;
}

#bold td {
    font-weight: bold;
}

fieldset>p {
    margin: 10px;
}

fieldset>p>span {
    margin-right: 20px;
}

legend {
    color: red;
}

#buycarbox>[type="button"] {
    background-color: #87a971;
    border: 0;
    cursor: pointer;
    width: 140px;
    height: 30px;
    color: #fff;
    margin: 10px;
    font-size: 14px;
    font-weight: bold;
}

#buycarbox .xiao {
    width: 50px;
}

#buycarbox li {
    line-height: 40px;
}

#buycarbox li input {
    height: 30px;
}


/* #buycarbox>[type="button"]:hover {
    background: red;
    color: white;
    outline: none;
} */

#closeWind {
    position: absolute;
    top: 4px;
    right: 15px;
    font-size: 40px;
    display: block;
    text-align: center;
    width: 20px;
}


/*打印车票样式*/

#printBox {
    background: #eee;
    width: 350px;
    margin-top: 8px;
    height: 315px;
    letter-spacing: 2px;
    /* margin-top: -47px; */
    margin-left: 185px;
}

#printBox p {
    line-height: 12px;
    position: relative;
    font-size: 13px;
}

#printBox p .spanpos {
    position: absolute;
    left: 91px;
    top: 48px;
    display: block;
    width: 150px;
    text-align: left;
}

#printBox p .spanpos1 {
    position: absolute;
    left: 230px;
    top: 0px;
    display: block;
    width: 200px;
    text-align: left;
}

#printBox div img {
    width: 150px;
    height: 75px
}

#printBox .start {
    position: absolute;
    left: 77px;
    top: 95px;
    display: block;
    width: 100px;
    text-align: left;
}

#printBox .end {
    position: absolute;
    left: 259px;
    top: 95px;
    display: block;
    width: 120px;
    text-align: left;
    line-height: 12px;
}

#printBox .date {
    position: absolute;
    left: 90px;
    top: 118px;
    display: block;
    text-align: left;
}

#printBox .time {
    position: absolute;
    left: 200px;
    top: 118px;
    display: block;
    text-align: left;
}

#printBox .price {
    position: absolute;
    left: 55px;
    top: 160px;
    display: block;
    text-align: left;
}

#printBox .num {
    position: absolute;
    left: 310px;
    top: 160px;
    display: block;
    text-align: left;
}

#printBox .ticket_desk {
    position: absolute;
    left: 70px;
    top: 186px;
    display: block;
    text-align: left;
}

#printBox .bustime {
    position: absolute;
    left: 288px;
    top: 186px;
    display: block;
    width: 150px;
    text-align: left;
}

#printBox .tel {
    position: absolute;
    left: 93px;
    top: 210px;
    display: block;
    text-align: left;
}

#printBox .type {
    position: absolute;
    left: 91px;
    top: 140px;
    display: block;
    text-align: left;
}

#printBox .busLine {
    position: absolute;
    left: 80px;
    top: 70px;
    display: block;
    text-align: left;
}


/*确认车票盒子样子*/

#surBox {
    display: block;
    position: absolute;
    width: 800px;
    height: 400px;
    left: 50%;
    top: 50%;
    margin-left: -400px;
    margin-top: -200px;
    z-index: 11;
    background: white;
    border: 1px solid #ccc;
    border-radius: 10px;
}

#surBox h3 {
    width: 100px;
    text-align: center;
    margin: 15px auto;
}

#surBox div {
    width: 700px;
    margin: 10px auto;
    border-bottom: 1px solid #ddd;
    line-height: 18px;
}

#surBox div span {
    display: inline-block;
    margin: 0px 20px;
    width: 250px;
    overflow: hidden;
}

#surBox div span span {
    display: inline-block;
    width: 85px;
}

#surBox [type='button'] {
    margin: 0px auto;
    width: 200px;
    height: 45px;
    font-size: 16px;
    color: #898989;
    display: block;
}

#surBox [type='button']:hover {
    background: red;
    color: white;
    outline: none;
}


/*短信盒子*/

#duanxinbox {
    display: block;
    position: absolute;
    width: 800px;
    height: 400px;
    left: 50%;
    top: 50%;
    margin-left: -400px;
    margin-top: -200px;
    z-index: 10;
    background: white;
    border: 1px solid #ccc;
    border-radius: 10px;
}

#duanxinbox fieldset {
    width: 700px;
    margin: 24px auto;
    border: 1px solid #ccc;
    padding: 10px;
    height: 300px
}

#duanxinbox textarea {
    height: 200px;
    width: 700px;
}

#duanxinbox>fieldset>[type="button"] {
    width: 200px;
    height: 45px;
    font-size: 16px;
    color: #898989;
    margin-left: 120px;
}

#duanxinbox>fieldset>[type="button"]:hover {
    background: red;
    color: white;
    outline: none;
}