/*头部*/
.header{
    background: #ffffff;
}
.header .main{
    height: 120px;
    padding-top: 25px;
}
.header .main .title{
    width: 835px;
    height: 36px;
    margin-top: 20px;
}
.header .main .title.step2{
    background: url(../image/book_title2.png) no-repeat;
}
.header .main .title.step3{
    background: url(../image/book_title3.png) no-repeat;
}
.header .main .title.step4{
    background: url(../image/book_title4.png) no-repeat;
}
.header .main .private_title{
    width: 600px;
    height: 36px;
    margin-top: 20px;
}
.header .main .private_title.step2{
    background: url(../image/bookprivate_title2.png) no-repeat;
}
.header .main .private_title.step3{
    background: url(../image/bookprivate_title3.png) no-repeat;
}

/*公用*/
.container{
    padding: 30px 0 80px;
    background: #f1f1f1;
}
.w_l{
    width: 850px;
    float: left;
}
.w_r{
    width: 320px;
    float: right;
}
.w_1_3{
    width: 33.333333%;
}
.w_1_2{
    width: 50%;
}
.required{
    color: #fe2929;
}

.select{
    width: 280px;
    height: 36px;
    line-height: 36px;
    padding: 0 36px 0 10px;
    position: relative;
    border: 1px solid #cccccc;
    cursor: pointer;
}
.select i{
    width: 34px;
    height: 34px;
    background: url(../image/sel_icon.png) no-repeat;
    right: 0;
    top: 0;
    display: block;
    position: absolute;
}
.select .list{
    position: absolute;
    top: 100%;
    left: -1px;
    right: -1px;
    border: 1px solid #cccccc;
    border-top: 0;
    background: #ffffff;
    display: none;
    z-index: 10;
}
.select .list li{
    padding-left: 10px;
}
.select .list li:hover{
    color: #00b7b6;
}

.checkbox{
    width: 18px;
    height: 15px;
    background: url(../image/checkbox.png) no-repeat;
    background-position: center bottom;
    display: inline-block;
    position: relative;
}
.checkbox.checked{
    background: url(../image/checkbox_checked.png) no-repeat;
    background-position: center bottom;
}

/*信息框*/
.info_box{
    background: #ffffff;
    box-shadow: 0 1px 2px #cfcfcf;
}
.info_box>.title{
    border-bottom: 2px solid #11bcbb;
}
.info_box>.title h3{
    font-size: 18px;
    width: 120px;
    height: 43px;
    line-height: 45px;
    float: left;
    color: #ffffff;
    background: #11bcbb;
    text-align: center;
    font-weight: bold;
}
.info_box>.title .tips{
    margin-left: 140px;
    font-size: 12px;
    color: #999999;
    line-height: 43px;
    position: relative;
    top: 5px;
}

/*联系人信息*/
.linkman{

}
.linkman .li{
    border-left: 1px solid #dddddd;
    padding: 15px 20px 0 20px;
    height: 106px;
}
.linkman .li:first-child{
    border-left: 0;
}
.linkman .input{
    width: 240px;
    height: 36px;
    border: 1px solid #cccccc;
    padding-left: 10px;
    font-size: 14px;
    display: block;
    margin-top: 8px;
    padding-right: 10px;
}
.linkman .info{
    color: #8c8c8c;
    margin-top: 15px;
}
.linkman .error{
    color: #fe0303;
    font-size: 12px;
    margin-top: 5px;
    display: none;
}

/*旅客，报名人信息*/
.guest{
    padding: 10px 30px;
    position: relative;
}
.guest .add_guest_btn{
    position: absolute;
    width: 80px;
    height: 24px;
    line-height: 24px;
    font-size: 13px;
    color: #ffffff;
    background: #00b7b6;
    right: 30px;
    top: 14px;
    text-align: center;
}
.guest .linkman_list{
    border-bottom: 1px solid #dddddd;
    padding-left: 5px;
    line-height: 24px;
    padding-bottom: 10px;
}
.guest .linkman_list .li{
    float: left;
    margin-right: 40px;
    font-weight: bold;
    font-size: 14px;
    margin-top: 5px;
}
.guest .linkman_list .li .checkbox{
    top: 3px;
    margin-left: 5px;
}
.guest_info_list{
    padding: 15px 10px;
}
.guest_info_list .li{
    color: #999999;
    font-size: 13px;
    margin-top: 15px;
    line-height: 20px;
}
.guest_info_list .li .info{
    margin-right: 40px;
}
.guest_info_list .li:first-child{
    margin-top: 0;
}
.guest_list{

}
.guest_list.nolinkman{
    margin-top: 40px;
    border-top: 1px solid #dddddd;
}
.guest_box{
    padding: 30px 0;
    position: relative;
    border-top: 1px solid #dddddd;
    position: relative;
}
.guest_box:first-child{
    border-top: 0;
}
.guest_box .delete{
    float: right;
    margin-top: -12px;
}
.guest_box>.title{
    position: absolute;
    left: 0;
    top: 45px;
}
.guest_box>.title h3{
    font-weight: bold;
}
.guest_box>.title .personType{
    background: #fe5d5d;
    color: #ffffff;
    font-size: 12px;
    margin-left: 5px;
    padding: 0 5px;
}
.guest_box .input_box{
    margin-top: 10px;
    color: #585858;
}
.guest_box .input_box:first-child{
    margin-top: 0;
}
.guest_box .input_box .label{
    float: left;
    width: 200px;
    display: block;
    text-align: right;
    line-height: 36px;
}
.guest_box .input_box .label .required{
    padding: 0 5px;
}
.guest_box .input_box .input_main{
    width: 280px;
    margin-left: 5px;
    float: left;
}
.guest_box .input_box .input_main .input{
    width: 100%;
    height: 36px;
    padding: 0 10px;
    border: 1px solid #cccccc;
    font-size: 14px;
    display: block;
}
.guest_box .input_box .input_main .info{
    line-height: 36px;
}
.guest_box .input_box .input_main .error{
    color: #fe0303;
    font-size: 12px;
    margin-top: 5px;
    display: none;
}
.guest_box .input_box .input_main .radio_sel{
    height: 36px;
    line-height: 36px;
}
.guest_box .input_box .input_main .radio_sel label{
    margin-right: 10px;
    cursor: pointer;
}
.guest_box .input_box .input_main .radio_sel input{
    cursor: pointer;
}
.guest_box .input_box .tips{
    float: left;
    margin-left: 15px;
    white-space: nowrap;
    line-height: 36px;
}

/*发票信息*/
.invoice{
    padding: 20px 0 20px 35px;
    color: #585858;
}
.invoice .isNeed{
    margin-top: 24px;
}
.invoice .isNeed .checkbox{
    top: 2px;
    margin-right: 5px;
}
.invoice .label{
    margin-top: 24px;
    margin-left: 27px;
}
.invoice .textarea{
    margin-left: 40px;
    border: 1px solid #cccccc;
    padding: 5px;
    width: 450px;
    height: 65px;
    resize: none;
}
.invoice .info{
    margin-left: 40px;
    width: 450px;
    min-height: 55px;
    float: left;
    margin-top: 10px;
}

/*优惠券*/
.coupons{
    border-top: 3px solid #11bcbb;
    padding: 20px 20px 48px 20px;
}
.coupons .select{
    width: 450px;
    margin-top: 25px;
    margin-left: 220px;
}

/*备注*/
.note{
    padding: 20px;
}
.note .textarea{
    width: 580px;
    height: 70px;
    padding: 5px;
    resize: none;
    margin-left: 90px;
    margin-top: 10px;
    border: 1px solid #cccccc;
    display: block;
}
.note .info{
    width: 580px;
    min-height: 70px;
    margin-left: 135px;
    margin-top: 10px;
    color: #585858;
}

/*订购须知*/
.orderNote{
    border-top: 3px solid #11bcbb;
    padding: 27px 20px;
}
.orderNote .isAgree{
    margin-left: 20px;
    color: #000000;
    font-size: 13px;
}
.orderNote .isAgree .checkbox{
    margin-right: 5px;
    top: 1px;
}
.orderNote .info{
    width: 100%;
    margin-top: 15px;
}

/*订单信息*/
.order_box{
    border-top: 3px solid #00b7b6;
}
.order_box.fixed{
    position: fixed;
    top: 0;
    width: 320px;
}
.order_box .info{
    background: #ffffff;
    padding: 10px 0;
    border-left: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
}
.order_box .info .title{
    padding: 10px 20px;
}
.order_box .info .title h2{
    line-height: 30px;
    max-height: 120px;
    overflow: hidden;
}
.order_box .info .title p{
    margin-top: 10px;
    font-size: 13px;
    color: #a9a9a9;
    line-height: 20px;
    max-height: 40px;
    overflow: hidden;
}
.order_box .info .det{
    border-top: 1px solid #dddddd;
    padding: 10px 20px 0;
}
.order_box .info .det p{
    color: #999999;
    font-size: 13px;
    line-height: 22px;
}
.order_box .info .det p.label{
    color: #cccccc;
}
.order_box .info .det p.dot_line{
    border: 1px dashed #dddddd;
    margin: 15px 0;
}
.order_box .submit_box{
    height: 50px;
    line-height: 50px;
    color: #ffffff;
    background: #999999;
}
.order_box .submit_box .price{
    float: left;
    margin-left: 20px;
}
.order_box .submit_box .price .price_det{
    font-size: 26px;
}
.order_box .submit_box .submit{
    width: 130px;
    float: right;
    height: 50px;
    background: #00b7b6;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
}
.applySubmit{
    width: 100%;
    height: 50px;
    line-height: 50px;
    display: block;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    background: #00b7b6;
    color: #ffffff;
}

/*返回*/
.returnBtn{
    width: 160px;
    height: 50px;
    line-height: 50px;
    color: #ffffff;
    background: #00b7b6;
    text-align: center;
    font-size: 15px;
    display: block;
}

/*支付*/
.payInfo{
    height: 100px;
    background: #f9f9f9;
    padding-left: 50px;
    padding-top: 24px;
}
.payInfo>.label{
    font-size: 18px;
    font-weight: bold;
    float: left;
    margin-top: 15px;
}
.payInfo>.price{
    float: left;
    margin-left: 30px;
    color: #00b7b6;
    font-size: 13px;
    margin-top: 5px;
}
.payInfo>.price .price_det{
    font-weight: bold;
    font-size: 30px;
}
.payInfo>.desc{
    margin-left: 35px;
    float: left;
}
.payInfo>.desc h2{
    font-weight: bold;
    font-size: 24px;
}
.payInfo>.desc p{
    font-size: 13px;
    color: #b6b6b6;
    margin-top: 5px;
}

.paySel{
    padding: 30px 50px 50px;
    background: #ffffff;
}
.paySel .list{
    width: 865px;
    border: 1px solid #e1e1e1;
    margin-top: 10px;
    padding: 30px 40px;
}
.paySel .list .li{
    width: 190px;
    height: 60px;
    margin-right: 50px;
    border: 1px solid #e1e1e1;
    float: left;
    cursor: pointer;
}
.paySel .list .li .pay_sel{
    margin-left: 10px;
    vertical-align: middle;
    margin-top: 10px;
    cursor: pointer;
}
.paySel .list .li img{
    vertical-align: middle;
    margin-top: 7px;
}
.paySel .nextBtn{
    width: 120px;
    height: 45px;
    background: #00b7b6;
    color: #ffffff;
    line-height: 45px;
    text-align: center;
    margin-top: 30px;
    display: block;
    font-size: 18px;
    font-weight: bold;
}

/*支付成功*/
.success_box{
    width: 700px;
    padding: 10px;
    background: #e8e8e8;
}
.success_box .box_main{
    height: 180px;
    background: #ffffff;
    padding: 35px 18px 0;
}
.success_box .box_main h3{
    text-align: center;
    border-bottom: 1px solid #dddddd;
    padding-bottom: 30px;
    font-weight: bold;
}
.success_box .box_main .btn{
    display: block;
    margin: 20px auto 0;
    width: 120px;
    height: 40px;
    line-height: 40px;
    background: #00b7b6;
    color: #ffffff;
    text-align: center;
    border-radius: 3px;
    font-size: 15px;
}

/*微信支付弹出层*/
.wx_box{
    position: fixed;
    z-index: 111111;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: none;
}
.wx_box .bg{
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(0,0,0,0.5);
    z-index: -1;
}
.wx_box .wx_main{
    width: 600px;
    height: 450px;
    background: #ffffff;
    margin: 120px auto 0;
    padding-top: 40px;
}
.wx_box .wx_main .title{
    text-align: center;
    font-size: 24px;
    font-weight: bold;
}
.wx_box .wx_main .img{
    display: block;
    margin: 40px auto 0;
}
.wx_box .wx_main .tips{
    width: 240px;
    height: 60px;
    background: #00b7b6;
    color: #ffffff;
    margin: 30px auto 0;
    padding: 10px 0 0 60px;
    line-height: 20px;
}