
.user-info .form-group {
	position: relative;
	height: 70px;
}
.travel-info .hint{
position: relative;
}
.user-info i[class=error]{
	position: absolute;
	display: block;
	top: -2px;
	right: 2px;
	background: #fff;
	border: 1px solid #b00;
	padding:1px 3px;
	font-size: 0.9em;
	border-radius: 5px;

}
.travel-info i[class=error]{
	position: absolute;
	display: block;
	bottom: -25px;
	left: 5px;
	background: #fff;
	border: 1px solid #b00;
	padding:1px 3px;
	font-size: 0.9em;
	border-radius: 5px;

}
.user-info i[class=error]:after,
.user-info i[class=error]:before,
.travel-info i[class=error]:after,
.travel-info i[class=error]:before{
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	border: 5px solid;
}
.user-info i[class=error]:after{
	border-color: #b00 transparent transparent transparent;
	bottom: -10px;
	left: 10px;
	z-index: 1;
}
.user-info i[class=error]:before{
	border-color: #fff transparent transparent transparent;
	bottom: -9px;
	left: 10px;
	z-index: 2;
}
.travel-info i[class=error]:after{
	border-color:  transparent transparent #b00 transparent;
	top: -10px;
	left: 10px;
	z-index: 1;
}
.travel-info i[class=error]:before{
	border-color:  transparent transparent #fff transparent;
	top: -9px;
	left: 10px;
	z-index: 2;
}
.book-bg {
    background: #eee;

}

.l-tourbook-top {
    overflow: hidden;
}

.l-tourbook-top img {
    width: 100%;
}

.book-item {
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 15px;
    padding-bottom: 25px;
}
.book-item h1{
    text-align: center;
    color: #b00000;
    font-size: 1.85em;
}
.book-item .tour-info{
    font-size: 16px;
}
.book-item h2 {
    margin-top: 0;
    background: #004986;
    color: #fff;
    padding-left: 5px;
   height: 40px;
    line-height: 40px;
    font-size: 24px;
}

.book-item h2 img {
    position: relative;
    padding-right: 5px;
    margin-top: -5px;
}

.book-item .tour-info,
.book-item .user-info {
    padding-top: 5px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
}
.ss-top-nav .breadcrumb {
     background: transparent;
    border-bottom: 0;
     margin-bottom: 10px;
}
.user-info .user-name{
	width: 100%;
}
.user-info .user-name select,
.user-info .user-name input,
.travel-info .travel-item .input_200{
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555555;
    background-color: transparent;
    background-image: none;
    border: 1px solid #cccccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.travel-info .travel-item .input_200{
	background: url("/images-2.0/book/3.png") no-repeat scroll right 5px center;
}
.travel-info .travel-item textarea{
	padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555555;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.travel-info .travel-item textarea:focus,
.user-info .user-name input:focus ,
.user-info .user-name select:focus,
.travel-info .travel-item input:focus{
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.user-info .user-name select{
	width: 68px;
}
.user-info .user-name input{
	width: calc(100% - 73px);
}
.user-info .user-name select{
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	background: url("/images-2.0/book/arrow.png") no-repeat scroll right center #FFFFFF;
}

.travel-info{
	padding-left: 15px;
	padding-right: 15px;
	overflow: hidden;
}
.travel-info .travel-item{
	margin: 8px auto;
    overflow: hidden;
}
.travel-info .travel-item h4{
 padding-top: 10px;
 padding-bottom: 8px;
}
.travel-info  .travel-item label{
	font-weight: 400;
}
.travel-info  .last-item{
	border-top: 1px dotted #444;
}
.travel-info .add, .travel-info .min {
    vertical-align: middle;
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    width: 25px !important;
    height: 25px !important;
    border: 1px solid #CCCCCC;
    background: #434343;
    font-size: 20px;
    line-height: 22px;
    font-weight: bold;
    color: #fff;
}

.travel-info .add {
   padding-top: 2px;
}
.travel-info .text_box {
    vertical-align: middle;
    text-align: center;
    height: 25px;
    width: 30px !important;
    border: 1px solid;
        border-top-color: currentcolor;
        border-right-color: currentcolor;
        border-bottom-color: currentcolor;
        border-left-color: currentcolor;
    border-color: #CCCCCC;
    margin: 0;
    padding: 0;
    border-radius: 0;
    box-shadow: none;

}

.travel-item  .tailor_box_guide{
    margin-top: 10px;
}
.travel-item  .tailor_box_guide li{
    float: left; 
    padding-left: 15px;
    padding-right: 15px;
    cursor: pointer;
    overflow: hidden;
}
.travel-item  label{
    cursor: pointer;
}
.travel-item .textarea_request{
        width: 100%;
}

.user-info .form-group label{
    font-weight: 500;
}

/*自定义复选框*/
.item-input .group{
    margin: 2px 0;
}
.item-input .destinationheckbox{
    display: none;
    position: relative;
}
.item-input .destinationheckbox + label{
    padding-left: 8px;
}
.item-input .destinationheckbox + label:before{
    position: absolute;
    content: "";
    left: 0;
    top: 2px;
    width: 18px;
    height: 18px;
    border:2px solid #b3b3b3;
    border-radius: 2px;
}
.item-input .destinationheckbox + label:after {
    display: none;
    position: absolute;
    content: "";
    left: 3px;
    top: 5px;
    width: 12px;
    height: 6px;
    background: #005393;
    border: 2px solid #eee;
    transform: rotate(-45deg);
    border-top: 0;
    border-right: 0;
}
.item-input .destinationheckbox:checked + label:before{
    border:2px solid #005393;
    background: #005393;
}
.item-input .destinationheckbox:checked + label:after{
    display: block;
}
.has-error .ss-form-control {
    border-color: #a94442 !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}
.item-input .ss-checkbox{
    display: none;
    position: relative;
}
.item-input .ss-checkbox + label{
    padding-left: 8px;
}
.item-input .ss-checkbox + label:before{
    position: absolute;
    content: "";
    left: 0;
    top: 2px;
    width: 18px;
    height: 18px;
    border:2px solid #b3b3b3;
    border-radius: 2px;
}
.item-input .ss-checkbox + label:after {
    display: none;
    position: absolute;
    content: "";
    left: 3px;
    top: 5px;
    width: 12px;
    height: 6px;
    background: #005393;
    border: 2px solid #eee;
    transform: rotate(-45deg);
    border-top: 0;
    border-right: 0;
}
.item-input .ss-checkbox:checked + label:before{
    border:2px solid #005393;
    background: #005393;
}
.item-input .ss-checkbox:checked + label:after{
    display: block;
}
.item-input .ss-radio{
    display: none;
}
.item-input .ss-radio + label{

    padding-left: 8px;
    margin: 2px 0;
}
.item-input .ss-radio + label:before{
    position: absolute;
    content: "";
    left: 0;
    top: 2px;
    width: 18px;
    height: 18px;
    border:2px solid #b3b3b3;
    border-radius: 50%;
}
.item-input .ss-radio:checked + label:before{
    border:2px solid #005393;
    background: #005393;
}
.item-input .ss-radio + label:after{
    display: none;
    position: absolute;
    content: "";
    left: 4px;
    top: 6px;
    width: 10px;
    height: 6px;
    background: #005393;
    border: 2px solid #eee;
    transform: rotate(-45deg);
    border-top: 0;
    border-right: 0;
}
.item-input .ss-radio:checked + label:after{
    display: block;
}

.submit_button_red{
    color: #fff;
    background: #eb6100;
    border-radius: 25px;
    padding: 10px 25px;
    font-size: 1.5em;
    text-align: center;
    display: block;
    margin:0 auto;
    margin-top: 30px;
    border: 0;
}

.contact-us .book-item h2{
    /*text-align: center;*/
    height: auto;
    overflow: hidden;
}
.contact-us .book-item h2 p{
    color: #fff;
    font-size:14px;
    line-height: 20px;
}

.contact-us .book-item.item-01 > div{
    padding: 25px 20px;
    line-height: 25px;
}
/* 自定义带边框的单选 */
.ss-radio-border{
    position: relative;
    margin-bottom: 15px;


}
.ss-radio-border > input{
    position: absolute;
    width: 100%;
    opacity: 0;
}
.ss-radio-border > label{
    display: block;
    width: 100%;
    border: 2px solid #eeeeee;
    padding: 5px 10px;
    text-align: center;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    min-width: 80px;
    font-weight: normal;
}
@media (min-width:768px){
    .ss-radio-border:hover > label{
        border: 2px solid #b00000;
        color: #b00000;
    }
}
.ss-radio-border > input:checked + label{
    border: 2px solid #b00000;
    color: #b00000;
}
.ss-radio-border>input:checked+label:after{
    display: block;
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    right: -16px;
    bottom: -16px;
    border: 16px solid;
    border-color: #b00000 transparent transparent transparent;
    transform: rotate(-45deg);
    -ms-transform:rotate(-45deg); 	
    -moz-transform:rotate(-45deg); 	
    -webkit-transform:rotate(-45deg); 
    -o-transform:rotate(-45deg);
}
.ss-radio-border>input:checked+label::before{
    display: block;
    content: "";
    position: absolute;
    width: 10px;
    height: 5px;
    right: 2px;
    bottom: 6px;
    border: 2px solid;
    border-color:  transparent transparent #ffffff #ffffff;
    transform: rotate(-45deg);
    -ms-transform:rotate(-45deg); 	
    -moz-transform:rotate(-45deg); 	
    -webkit-transform:rotate(-45deg); 
    -o-transform:rotate(-45deg);
    z-index: 1;
}
/* 自定义带边框的复选框 */
.ss-checkbox-border{
    position: relative;
    margin-bottom: 15px;
    cursor: pointer;
}
.ss-checkbox-border > input{
    position: absolute;
    width: 100%;
    opacity: 0;
}
.ss-checkbox-border > label{
    display: block;
    width: 100%;
    border: 2px solid #dddddd;
    padding: 5px 10px;
    text-align: center;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    min-width: 80px;
    height: 100%;
    font-weight: normal;
    cursor: pointer;
}
@media (min-width:768px){
    .ss-checkbox-border:hover > label{
        border: 2px solid #b00000;
        color: #b00000;
    }
}
.ss-checkbox-border > input:checked + label{
    border: 2px solid #b00000;
    color: #b00000;
}
.ss-checkbox-border>input:checked+label:after{
    display: block;
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    right: -16px;
    bottom: -16px;
    border: 16px solid;
    border-color: #b00000 transparent transparent transparent;
    transform: rotate(-45deg);
    -ms-transform:rotate(-45deg); 	
    -moz-transform:rotate(-45deg); 	
    -webkit-transform:rotate(-45deg); 
    -o-transform:rotate(-45deg);
}
.ss-checkbox-border>input:checked+label::before{
    display: block;
    content: "";
    position: absolute;
    width: 10px;
    height: 5px;
    right: 2px;
    bottom: 6px;
    border: 2px solid;
    border-color:  transparent transparent #ffffff #ffffff;
    transform: rotate(-45deg);
    -ms-transform:rotate(-45deg); 	
    -moz-transform:rotate(-45deg); 	
    -webkit-transform:rotate(-45deg); 
    -o-transform:rotate(-45deg);
    z-index: 1;
}