/*
 * @Author: Lsy 
 * @Date: 2018-04-12 22:18:51 
 * @Last Modified by:   Marte
 * @Last Modified time: 2018-05-18 14:04:01
 */
/*Header*/
.header {
    height: 130px;
    padding-top: 5px;
    padding-bottom: 10px;
}

/*header_top*/
.header .header_top {
    width: 1200px;
    height: 20px;
    margin: 0 auto;
    font-size: 0.75rem;
    color: #959595;
    line-height: 20px;
    cursor: default;
}

.header .header_top .top_r li {
    position: relative;
    padding: 0 20px;
    border-right: 1px solid #959595;
}

.header .header_top .top_r li:first-child {
    border-right: none;
}

.header .header_top .top_r li.news {
    padding: 0 25px 0 35px;
    background: url('../imgs/icons/icon_news.png') 20% center no-repeat;
    background-size: 15px auto;
    cursor: pointer;
}

.header .header_top .top_r li.news:hover img {
    -webkit-transform: rotateZ(180deg);
    -moz-transform: rotateZ(180deg);
    -ms-transform: rotateZ(180deg);
    -o-transform: rotateZ(180deg);
    transform: rotateZ(180deg);
    transition: all .6s;
}

.header .header_top .top_r li.news img {
    position: absolute;
    top: 35%;
    right: 12%;
    width: 10px;
    height: auto;
    transition: all .6s;
}

.header .header_top .top_r li.order {
    cursor: pointer;
}

.header .header_top .top_r li.order:hover,
.header .header_top .top_r li.news:hover {
    color: #3ea4ea;
}

.header .header_top .top_r li.order:hover img {
    -webkit-transform: rotateZ(180deg);
    -moz-transform: rotateZ(180deg);
    -ms-transform: rotateZ(180deg);
    -o-transform: rotateZ(180deg);
    transform: rotateZ(180deg);
    transition: all .6s;
}

.header .header_top .top_r li.order img {
    position: absolute;
    top: 35%;
    right: 8%;
    width: 10px;
    height: auto;
    transition: all .6s;
}

/*header_box*/
.header .header_box {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
}

.header .header_box .box_l {
    width: 320px;
    height: 100px;
    margin-top: -20px;
}

.header .header_box .box_l img {
    width: 90%;
}

.header .header_box .box_mid {
    width: 500px;
    margin-left: 30px;
}

.header .header_box .box_r {
    width: 20.17%;
}

.header .header_box .box_r>a {
    color: #38a4ff;
    font-size: 1rem;
    line-height: 60px;
}

.header .header_box .box_r .header_ad {
    display: block;
    width: 270px;
    height: 75px;
    line-height: 75px;
    color: #38a4ff;
    text-indent: 105px;
    background: url(../imgs/header_ad.png) left center no-repeat;
    font-size: 1.8rem;
}

.header .header_search_form {
    position: relative;
    top: -5px;
    width: 93%;
    height: 40px;
    /* border: 2px solid #f24a15; */
    border-width: 2px;
    border-style: solid;
    border-radius: 5px;
}

.header .header_search_form select {
    position: absolute;
    left: 0;
    top: 0;
    width: 16.67%;
    height: 36px;
    border: none;
    border-right: 2px solid #e6e6e6;
    appearance: none;
    -ms-appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background-image: url("../imgs/icons/arrow_down.png");
    background-position: 80% center;
    background-repeat: no-repeat;
    color: #a1a1a2;
    padding-left: 8px;
    font-size: 0.75rem;
}

.header .header_search_form input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 36px;
    border: none;
    padding-left: 10px;
    padding-right: 20.83%;
    color: #a1a1a2;
    font-size: 0.75rem;
    text-align: left;
}

input::-webkit-input-placeholder {
    color: #a1a1a2;
}

input::-moz-placeholder {
    color: #a1a1a2;
}

input:-moz-placeholder {
    color: #a1a1a2;
}

input:-ms-input-placeholder {
    color: #a1a1a2;
}

.header .header_search_form #search {
    position: absolute;
    right: -2px;
    top: 0;
    height: 36px;
    width: 20.83%;
    border: none;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    text-align: center;
    line-height: 36px;
}

.header .hot_search {
    width: 450px;
    height: 30px;
    /* margin-top: 5px; */
    overflow: hidden;
    /* border: 1px solid red; */
}

.header .hot_search li {
    float: left;
    padding-right: 20px;
    /* border: 1px solid black; */
}

.header .hot_search a {
    color: #777;
    font-size: 14px;
    line-height: 30px;
}


/* 服务热线 */
#phone {
    height: 40px;
    width: 350px;
    margin-top: 16px;
    /* color: #ff7029; */
}

#phone>span:nth-of-type(1) {
    font-family: '楷体';
    font-size: 28px;
    font-weight: bold;
}

#phone>span:nth-of-type(2) {
    font-size: 26px;
}

.top_r {
    margin-top: 5px;
    color: #777777;
    font-size: 14px;
}

.top_r>li>a {
    color: #777777;
}


/*Nav*/
.nav {
    height: 46px;
    /* background-color: #FF7029; */
    margin-top: 5px;
}

.nav>ul {
    width: 1200px;
    margin: 0 auto;
}

.nav li.list.all {
    width: 190px;
}

.nav .list {
    line-height: 46px;
}

.nav .list a {
    font-size: 16px;
    color: #fff;
    display: block;
    padding: 0 18px;
}

.nav .list:first-child {
    position: relative;
    padding-left: 25px;
}


.nav .list:first-child i {
    position: absolute;
    width: 16px;
    height: 16px;
    left: 12px;
    top: 12px;
    background: url(../imgs/icons/icon_nav_all.png) center center no-repeat;
    background-size: 100%;
}

.nav .drop_down {
    display: none;
    /*position:absolute;*/
    position: relative;
    left: 0;
    width: 100%;
    z-index: 999999;
}

.nav .drop_down>li>a {
    display: block;
    position: relative;
    font-size: 16px;
    color: #fff;
    text-align: center;
    cursor: pointer;
   
}

.nav .drop_down>li:hover>a {
    color: #000;
    background-color: #fff;
    border-left: 2px solid yellow;
}

.nav .drop_down>li {
    /*position: relative;*/
    margin-left: -25px;
    width: 190px;
}

.nav .drop_down .slide_left {
    display: none;
    position: absolute;
    width: 600px;
    /*left:160px;*/
    left: 135px;
    top: 0;
    z-index: 999999;
    background-color: #fff;
    padding: 10px;
    min-height: 450px;
}

.nav .drop_down li.slides {
    float: left;
    width: 260px;
    text-align: center;
    margin: 13px 10px;
}

.nav .drop_down li.slides a {
    display: block;
    color: #000;
    border-left: 3px solid #38a4ff;
    line-height: 20px;
    text-align: left;
}

.nav .drop_down li.slides:hover a {
    color: #38a4ff;
}

.nav .drop_down>li:hover .slide_left {
    display: block;
}

/*Footer*/
/* .footer .coop {
    width: 1200px;
    margin: 0 auto 30px;
}
.footer .coop >h2 {
    padding-left: 16px;
}
.footer .coop .coop_content {
    position: relative;
    padding: 5px 9px;
}
.footer .coop .list {
    margin-right: 1.6%;
}
.footer .coop .coop_content .follow_us {
    position: absolute;
    right:0;
    bottom:0;
}
.footer .coop .coop_content .follow_us >h4 {
    color:#000;
    font-size: .75rem;
} */
.footer .coop {
    width: 1200px;
    margin: 50px auto 30px;
}

.footer .coop .title {
    font-size: 24px;
    color: #444444;
}

.coop ul.coop_list {
    width: 1200px;
    margin: 0 auto;
    margin-top: 30px;
    overflow: hidden;
}

.coop ul.coop_list .list {
    float: left;
    width: auto;
    margin-right: 10px;
}

.coop ul.coop_list a {
    font-size: 14px;
    color: #a7a7a7;
}




.footer .mid_container {
    width: 100%;
}

.footer .mid {
    width: 1200px;
    height: 45px;
    margin: 0 auto;
    text-align: center;
}

.footer .mid li {
    display: inline-block;
    padding-left: 25px;
    margin-right: 35px;
    box-sizing: border-box;
}

.footer .mid li a {
    line-height: 45px;
    color: #fff;
    font-size: .95rem;
}

.footer .mid li.aq {
    background: url('../imgs/icon_01.png') 0 center no-repeat;
    background-size: 20px;
}

.footer .mid li.rd {
    background: url('../imgs/icon_02.png') 0 center no-repeat;
    background-size: 20px;
}

.footer .mid li.tk {
    background: url('../imgs/icon_03.png') 0 center no-repeat;
    background-size: 20px;
}

.footer .mid li.zf {
    background: url('../imgs/icon_04.png') 0 center no-repeat;
    background-size: 20px;
}

.footer .bottom {
    height: 140px;
    background-color: #ffffff;
}

.footer .bottom p {
    text-align: center;
    font-size: 1rem;
    color: #a7a7aa;
    line-height: 30px;
    margin: 0;
    padding: 0;
    margin-top: 20px;
}

.footer .bottom ul {
    width: 350px;
    margin: 20px auto;
}

.footer .bottom ul li {
    display: inline-block;
    width: 70px;
    text-align: center;
}

.footer .bottom ul li img {
    width: 30px;
}

/*Sort*/

.sort {
    width: 1200px;
    padding: 0px;
    overflow: hidden;
    margin: 0 auto;
}

.sort .bread_nav {
    margin: 0;
    padding: 0;
    line-height: 40px;
    /* margin-top: 20px; */
    font-size: 14px;
    color: #777;
}

.sort .bread_nav a {
    color: #666;
}


.sort .sort_box {
    /* border: 1px solid #dddddd; */
    border-bottom: 0;
    position: relative;
    background: #fff;
    margin-top: 10px;
}

.sort .sort_box dl {
    line-height: 20px;
    height: 36px;
    overflow: hidden;
}

.sort .sort_box dl.height_auto {
    height: auto;
}

.sort .sort_box dt {
    width: 82px;
    float: left;
    color: #333;
    /* font-weight: 900; */
    margin: 7px 0;
    text-align: right;
    font-size: 0.85rem;
}

.sort .sort_box dd {
    text-align: left;
    padding: 5px 120px 5px 82px;
}

.sort .item {
    position: relative;
    display: inline-block;
    padding-left: 6px;
    margin-top: 1px;
    display: inline-block;
}

.sort .sort_box dd a {
    display: inline-block;
    overflow: hidden;
    zoom: 1;
    margin: 2px 6px;
    padding: 0 6px;
    color: #666;
    font-size: 0.75rem;
}

/* .sort .sort_box dd .close_theme {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 5px;
    width: 10px;
    height: 10px;
    text-align: center;
    line-height: 10px;
    font-size: 10px;
} */

.sort .sort_box dd a.on {
    color: #fff;
}

.sort .sort_box .dl_box {
    position: relative;
    margin-top: -1px;
    /* border-top: 1px solid #ddd; */
    border-bottom: 0 none;
}

.sort .sort_box .dl_box:last-child {
    /* border-bottom: 1px solid #ddd; */
}

.sort .sort_box .dl_box .action {
    position: absolute;
    right: 20px;
    top: 6px;
}

.sort .sort_box .dl_box .more {
    color: #777;
    font-size: .75rem;
}

.sort .sort_byprice {
    width: 900px;
    height: 32px;
    line-height: 32px;
    border: 1px solid #dddddd;
    font-size: 14px;
    margin-top: 10px;
}

.sort .sort_byprice span {
    float: left;
    height: 32px;
    border-right: 1px solid #cce1f1;
    width: 80px;
}

.sort .sort_byprice span a {
    display: block;
    height: 32px;
    text-align: center;
    position: relative;
    color: #333333;
    z-index: 2;
}

.sort .sort_byprice span.on {
    height: 32px;
    line-height: 32px;
    background: #f2f2f2;
}

.sort .sort_byprice span.on a {
    color: #666;
}

.sort .sort_byprice span i {
    position: absolute;
    top: 12px;
    right: 10px;
    width: 7px;
    height: 8px;
    background-position: -92px -114px;
    overflow: hidden;
    background: url('../imgs/icons/ico_channel.png') no-repeat;
}

.sort .sort_byprice span i.default {
    background-position: -92px -114px;
}

.sort .sort_byprice span i.down {
    background-position: -92px -130px;
}


.m-style {
    position: relative;
    text-align: center;
    zoom: 1;
}

.m-style:before,
.m-style:after {
    content: "";
    display: table;
}

.m-style:after {
    clear: both;
    overflow: hidden;
}

.m-style span {
    float: left;
    margin: 0 5px;
    width: 38px;
    height: 38px;
    line-height: 38px;
    color: #bdbdbd;
    font-size: 14px;
}

.m-style .active {
    float: left;
    margin: 0 5px;
    width: 38px;
    height: 38px;
    line-height: 38px;
    background: #38a4ff;
    color: #fff;
    font-size: 14px;
    border: 1px solid #38a4ff;
}

.m-style a {
    float: left;
    margin: 0 5px;
    width: 38px;
    height: 38px;
    line-height: 38px;
    background: #fff;
    border: 1px solid #ebebeb;
    color: #bdbdbd;
    font-size: 14px;
}

.m-style a:hover {
    color: #fff;
    background: #38a4ff;
}

.m-style .next,
.m-style .prev {
    font-family: "Simsun";
    font-size: 16px;
    font-weight: bold;
}

.now,
.count {
    padding: 0 5px;
    color: #f00;
}

.eg img {
    max-width: 800px;
    min-height: 500px;
}

.m-style input {
    float: left;
    margin: 0 5px;
    width: 38px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    background: #fff;
    border: 1px solid #ebebeb;
    outline: none;
    color: #bdbdbd;
    font-size: 14px;
}

#table {
    width: 100%;
    border-color: #ddd;
    color: #666;
    margin-bottom: 20px;

}

#table tbody td {
    font-size: .75rem;
    padding-left: 10px;
}

/*Login*/
.login_header_box {
    width: 1200px;
    height: 100px;
    margin: 20px auto 0;
}

.login_header_box .logo {
    margin-top: 50px;
    width: auto;
    height: 60px;
}

section.login_box {
    position: relative;
    width: 100%;
    height: calc(100% - 325px);
}

section.login_box img {
    margin-bottom: -4px;
    width: 100%;
    height: 100%;
}

section.login_box .edge {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -600px;
}

.login_form {
    position: absolute;
    top: 30px;
    right: 0;
    width: 360px;
    height: 410px;
    background-color: #fff;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
    padding: 0 20px;
}

.regist_form {
    height: 410px;
}

.login_form .login_form_title_regist,
.login_form .login_form_title_login {
    display: block;
    line-height: 60px;
    font-size: 1.13rem;
}



.login_form .login_form_title_regist {
    color: #666;
}



.login_form .form_group {
    margin-bottom: 25px;
    height: 40px;
}

.login_form .form_group:last-child {
    margin-bottom: 0;
    position: relative;
    top: 15px;
}

.login_form .form_group .inp {
    line-height: 40px;
    padding-left: 10px;
    width: 320px;
    border: 1px solid #ddd;
    color: #666;
}
.login_form .form_group select.inp{
    height: 42px;
}
.login_form .form_group input.iden {
    width: 218px;
}

.login_form .form_group span.iden {
    width: 96px;
    border: 1px solid #ddd;
    display: inline-block;
    line-height: 40px;
    text-align: center;
    color: #666;
    font-size: .88rem;
}

.login_form .form_group span.iden img {
    height: 40px;
    margin-bottom: -15px;
}

.login_form .form_group label.text {
    display: inline-block;
    color: #666;
    font-size: .88rem;
    cursor: pointer;
}
#registerBtn{
    position: relative;
    top: 20px;
}
.login_form a.form_group {
    text-align: center;
    color: #fff;
    display: block;
    line-height: 40px;
    border-radius: 3px;
    box-shadow: 3px 3px 10px rgba(255, 255, 255, .6), -3px -3px 10px rgba(255, 255, 255, 0.6);
    margin-top: -15px;
}

.regist_form a.form_group {
    margin-top: 10px;
}

.regist_form .form_group .forget_password {
    position: relative;
    top: -25px;
}

.login_form .forget_password {
    float: right;
    color: #666;
    font-size: .88rem;
    cursor: pointer;
    position: relative;
    top: -5px;
}

.regist_form .forget_password {
    float: right;
    color: #666;
    font-size: .88rem;
    cursor: pointer;
    position: relative;
    top: -5px;
}



.regist_form .form_group span.iden {
    cursor: pointer;
    background-color: #ccc;
    color: #fff;
}


.payment_box {
    width: 1200px;
    margin: 0 auto 20px;
}

.payment_box .payment_bar {
    height: 40px;
    background: url(../imgs/icons/pay_program1.png) center center no-repeat;
    background-size: 100%;
}

.payment_box .payment_info {
    line-height: 35px;
    font-size: 1.25rem;
    margin-top:40px;
}


.payment_box .payment_ticketName {
    color: #333;
    font-size: .75rem;
    line-height: 30px;
}

.payment_box .payment_ticketInfo>p {
    width: 100%;
    font-size: 0.75rem;
    line-height: 35px;
}
.payment_box .payment_ticketInfo>p.price{
    font-size: 16px;
    color: #ff7129;
}
.payment_box .payment_ticketInfo>p.price>label{
    font-size: 16px;
    color: #000;
}
.payment_box .payment_ticketInfo>p>label {
    display: inline-block;
    width: 130px;
    text-align: right;
    font-size: 0.875rem;
    line-height: 40px;
    color: #666;
}

.payment_box .payment_ticketInfo dl {
    margin-top: 5px;
    margin-bottom: 30px;
}

.payment_box .payment_ticketInfo dt {
    float: left;
    color: #666;
    font-size: .88rem;
    line-height: 30px;
}

.payment_box .payment_ticketInfo .date_picker {
    height: 30px;
    width: 240px;
    padding-left: 10px;
    color: #999;
    font-size: .88rem;
    padding-right: 20px;
    background: url(../imgs/icons/tickets-3.png) 215px center no-repeat;
    border: 1px solid #38a4ff;
    cursor: pointer;
}

.payment_box .payment_ticketInfo .calendar_box {
    width: 450px;
    margin-left: 41px;
}

.payment_box .payment_contact {
    /* padding-left: 80px; */
    padding-top: 10px;
}
.payment_box .payment_contact label.error{
    padding-left: 10px;
}
.payment_box .payment_contact dt {
    line-height: 30px;
    color: #666;
    font-size: .88rem;
    width: 130px;
    text-align: right;
}

span.must {
    color: #f60;
}

.payment_box .payment_contact dd {
    line-height: 30px;
}

.payment_box .payment_contact dl:nth-of-type(3) {
    margin-top: 6px;
}

.payment_box .payment_contact input {
    border-radius: 3px;
    border: none;
    border: 1px solid #999;
}

.payment_box .payment_contact input.inp {
    width: 260px;
    line-height: 30px;
    padding-left: 10px;
    color: #666;
    font-size: .88rem;
    border-radius: 3px;
    border: none;
    border: 1px solid #999;
}

.payment_box .payment_contact input.inp.tel {
    width: 150px;
    border-radius: 3px;
    border: none;
    border: 1px solid #999;
}

.payment_box .payment_contact select {
    line-height: 30px;
    font-size: 0.88rem;
    width: 105px;
    height: 34px;
    position: relative;
    top: 1px;
    margin-right: 5px;
    border-radius: 3px;
    border: none;
    border: 1px solid #999;
}

.mb5 {
    margin-bottom: 5px;
}

.kindly_tips {
    color: #f60;
    font-size: .75rem;
}

.payment_box .payment_table {
    width: 100%;
    border: 1px solid #ddd;
    text-align: center;
}

/* 常用旅客 */
.payment_box .common_travel {
    width: 100%;
    height: 100px;
    /* margin-top: 10px; */
    border-bottom: 1px solid #ddd;
    position: relative;
}

.payment_box .common_travel .name {    
    width: 100px;
    height: 100px;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    padding-top: 10px;
}

.payment_box .common_travel ul {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 100px;
    width: 840px;
}

.payment_box .common_travel ul>li {
    display: inline-block;
    border: 1px solid gainsboro;
    /*width: 80px;*/
    padding: 0 15px;
    height: 30px;
    line-height: 30px;
    margin-right: 10px;
    margin-top: 10px;
    text-align: center;
    font-size: 0.75rem;
    color: #666;
    box-sizing: border-box;
}

.payment_box .common_travel ul>li:hover {
    cursor: pointer;
}

.payment_box .common_travel ul>li.active {
    position: relative;
}

.payment_box .common_travel ul>li.active::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    height: 0;
    width: 0;
    border-left: 15px solid transparent;
    z-index: 999;
}

.payment_box .common_travel ul>li.active::after {
    content: "√";
    color: white;
    font-size: 0.625rem;
    position: absolute;
    top: -10px;
    right: -5px;
    height: 0;
    z-index: 9999;
    transform: rotate(16deg);
}

/* 旅客信息 */
.payment_box .travel_info {
    width: 100%;
    margin-top: 20px;
}

.payment_box .travel_info .sort {
    color: #ff7129;
    font-size: 1rem;
}

.payment_box .travel_info .container {
    margin-top: 10px;
    font-size: 0.875rem;
    color: #333;
}

.payment_box .travel_info .block .parten{
    display: inline-block;
    width: 15px;
    height: 15px;
    text-align: center;
    line-height: 15px;
}
.payment_box .travel_info .block .clear{
    padding-left: 20px;
}
.payment_box .travel_info .block .clear:hover{
    cursor: pointer;
}
.payment_box .travel_info .block.save{
    cursor: pointer;
}
.payment_box .travel_info .block .container label {
    display: inline-block;
    width: 130px;
    text-align: right;
    font-size: 0.88rem;
    color: #666;
}

.payment_box .travel_info .block .container label.error {
    text-align: left;
    width: 200px;
    padding-left: 10px;
}
.age-error{
    display: none;
    color: #ff7029;
}
.payment_box .travel_info .block .container input {
    width: 260px;
    line-height: 30px;
    padding-left: 10px;
    border-radius: 3px;
    border: none;
    border: 1px solid #999;
}

.payment_box .travel_info .block .container select {
    width: 260px;
    height: 30px;
}

/* .payment_box .travel_info .block .container select option {
    width: 100%;
    text-align: center;
} */

.payment_box .travel_info .block .container select.type {
    height: 34px;
    width: 70px;
}

.payment_box .travel_info .block .container select.tel {
    width: 100px;
}

.payment_box .travel_info .block .container input.radio {
    width: 20px;
    margin-top: 10px;
}

.payment_box .travel_info .block .container input.sel {
    width: 185px;
}

.payment_box .travel_info .block .container input.tel {
    width: 155px;
}

.payment_box .travel_info .block .container input.english {
    width: 125px;
    margin-right: 5px;
}

.payment_box .travel_info .block .container .form_group {
    margin-bottom: 7px;
}

.payment_box .travel_info .block .container .tip {
    font-size: 0.625rem;
    color: #666;
    margin-left: 200px;
}

.payment_box .travel_info .line {
    border: 0.5px solid #ddd;
    margin-top: 40px;
    margin-bottom: 40px;
}


.payment_box .payment_table tr td:first-child {
    border-right: 1px solid #ddd;
}

.payment_box .payment_table tr td {
    border-bottom: 1px solid #ddd;
}

.payment_box .payment_table tr {
    line-height: 42px;
}

.payment_box .payment_table tr:first-child {
    line-height: 36px;
    background-color: #f6f6f6;
}

.payment_box .payment_table td.price_type {
    width: 10%;
}

.payment_box .payment_table td.name {
    width: 10%;
}

.payment_box .payment_table td.tourist_type {
    width: 10%;
}

.payment_box .payment_table td.tel {
    width: 15%;
}

.payment_box .payment_table td.id_card {
    width: 25%;
    text-align: left;
}

.payment_box .payment_table td.age {
    width: 10%;
}

.payment_box .payment_table input {
    height: 30px;
    padding-left: 5px;
    color: #666;
    font-size: .88rem;
}

.payment_box .payment_table input.name {
    width: 80px;

}

.payment_box .payment_table input.tel {
    width: 160px;
}

.payment_box .payment_table input.id_card {
    width: 220px;
}

.payment_box .payment_table input.age {
    width: 40px;
}

.payment_box .payment_table input.remarks {
    width: 160px;
}

.payment_box .payment_table select {
    color: #666;
    font-size: .88rem;
    height: 30px;
}

.payment_box .payment_table select.tourist_type {
    width: 70px;
}

.mb20 {
    margin-bottom: 20px;
}

.payment_box .payment_priceTotal {
    margin-top: 40px;
    margin-bottom: 100px;
}

.payment_box .payment_btn {
    display: inline-block;
    width: 200px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    /* background-color: #f14a15; */
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    color: #fff;
    margin-left: 20px;
}

/* .payment_box .payment_btn:hover {
    background-color: #ff2a00;
} */

.payment_box .priceTotal {
    line-height: 45px;
    color: #666;
    font-size: 1rem;
}

.payment_box .priceTotal em.num {
    color: #f14a15;
    font-size: 1.88rem;
}

.pay_box {
    width: 1200px;
    margin: 0 auto 20px;
}

.pay_box .pay_bar {
    height: 40px;
    /* background: url(../imgs/icons/pay-1.png) center center no-repeat; */
    background: url(../imgs/icons/pay_program2.png) center center no-repeat;
    background-size: 100%;
}

.pay_box .pay_priceTotal {
    width: 100%;
    height: 170px;
    border-radius: 10px;
    box-shadow: 0 0 30px rgba(0, 0, 0, .25);
    overflow: hidden;
}

.pay_box .pay_priceTotal .left {
    display: inline-block;
    width: 400px;
    height: 100%;
    padding-top: 20px;
    padding-left: 80px;
}

.pay_box .pay_priceTotal .left p {
    font-size: 0.75rem;
    color: #666;
    margin-bottom: 10px;
}

.pay_box .pay_priceTotal em.num {
    color: #f14a15;
    font-size: 1.7rem;
    font-weight: 800;
}

.pay_box .pay_needPay {
    background-color: #fff;
    font-size: .75rem;
}

.pay_box .pay_priceTotal .right {
    display: inline-block;
    width: 795px;
    height: 100%;
    padding-top: 20px;
    padding-left: 80px;
}

.pay_box .pay_priceTotal .right .title {
    font-size: 1rem;
    font-family: '微软雅黑';
    color: #333;
    padding-right: 40px;
    line-height: 30px;
    height: 60px;
    /* 可以用来多行文本的情况下，用省略号“…”隐藏超出范围的文本 。 */
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 15px;
}

.pay_box .pay_priceTotal .right p {
    color: #666;
    line-height: 25px;
    font-size: 0.75rem;
}

.pay_box .pay_methods {
    width: 100%;
    height: 480px;
    border-radius: 10px;
    box-shadow: 0 0 30px rgba(0, 0, 0, .25);
    overflow: hidden;
    margin-top: 50px;
}

.pay_box .pay_tab {
    width: 800px;
    margin-left: 40px;
    margin-top: 10px;
    /* border-bottom: 1px solid #38a4ff; */
}

.pay_box .pay_tab li {
    width: 140px;
    text-align: center;
    line-height: 40px;
    font-size: 1.4rem;
    color: #666;
    border-bottom: none;
    cursor: pointer;
}

.pay_box .pay_tab li.active {
    color: black;
    font-size: 1.5rem;
}

.mr10 {
    margin-right: 10px;
}

.pay_box .pay_logo {
    width: 1200px;
    height: 390px;
    text-align: center;
    padding-top: 50px;
}

.pay_box .pay_logo img:nth-of-type(2) {
    display: none;
}

.pay_box .pay_back_next .back {
    line-height: 45px;
    color: #ff7129;
    font-size: 1rem;
}

.pay_box .pay_back_next>div {
    width: 350px;
}

.add_subtract_box {
    display: inline-block;
    width: 110px;
    height: 30px;
}

.add_subtract_box a.btn {
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    color: #fff;
    font-size: 2rem;
    background-color: #38a4ff;
    line-height: 24px;
}

.add_subtract_box input.inp {
    width: 50px;
    height: 30px;
    border-top: 1px solid #38a4ff;
    border-bottom: 1px solid #38a4ff;
    text-align: center;
    border-left: none;
    border-right: none;
}

.calendar {
    margin-top: -25px;
}





.error {
    color: #f60 !important;
    font-size: .75rem;
}

input .error {
    border-color: #f60;
    font-size: .75rem;
}





#mask {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .5);
    z-index: 999999999999999999999999999;
}

#mask .mask_box {
    width: 520px;
    height: 440px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -220px;
    margin-left: -260px;
    background-color: #fff;
    border-radius: 15px;
}

.mask_box .pay_title {
    line-height: 35px;
    color: #38a4ff;
    font-size: .88rem;
    padding-left: 15px;
    background-color: #acd9ff;
    font-weight: 800;
    border-radius: 15px 15px 0 0 / 15px 15px 0 0;
}

.mask_box .pay_qrcode {
    display: block;
    width: 280px;
    height: 280px;
    margin: 15px auto 0;
}

.mask_box .pay_tips {
    text-align: center;
    color: #333;
    font-size: .75rem;
    margin-top: 30px;
}

.mask_box .count_down {
    width: 75px;
    line-height: 20px;
    text-align: center;
    padding-left: 5px;
    color: #f14a15;
    font-size: 1rem;
    margin: 10px auto 0;
    background: url(../imgs/icons/count_down.png) left center no-repeat;
}

/* 分类列表 */
.sort_list {
    width: 100%;
    height: 30px;
    margin-top: 10px;
    font-size: 0;
}

.sort_list>li {
    display: inline-block;
    width: 100px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #666;
    font-size: 14px;
    background: url('../imgs/unselect.png');
}

.sort_list>li:hover {
    cursor: pointer;
}

.sort_list>li.active {
    background: url('../imgs/select.png');
    color: white;
}



/* 隐藏类 */
.unshow {
    display: none;
}

/* 未登录时弹框样式 */
#login_mask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .3);
    z-index: 99999;
}

#login_mask .login_box {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -200px;
    margin-left: -400px;
    width: 800px;
    height: 400px;
    background-color: #fff;
    border-radius: 15px;
}

#login_mask .login_box>div {
    display: inline-block;
    position: relative;
}

#login_mask .login_box .left {
    width: 500px;
    height: 400px;
}

#login_mask .login_box .left .methods {
    position: absolute;
    top: 40px;
    left: 150px;
    width: 60%;
    height: 40px;
    border-bottom: 1px solid #ddd;
}

#login_mask .login_box .left .methods span {
    display: inline-block;
    border-radius: 5px;
    background-color: #FFAD85;
    overflow: hidden;
}

#login_mask .login_box .left .methods button {
    height: 40px;
    color: white;
    font-size: 14px;
    line-height: 40px;
    border: none;
    padding: 0 10px;
}

/* #login_mask .login_box .left .methods button.active {
    background-color: #FF7129;
} */

/* #login_mask .login_box .left .methods button:hover {
    cursor: pointer;
    background-color: #ff2a00;
} */

#login_mask .login_box .left .normal,
#login_mask .login_box .left .phone {
    width: 100%;
    /* height: 180px; */
    padding-top: 20px;
    position: absolute;
    top: 100px;
    border-right: 1px solid #ddd;
}

#login_mask .login_box .left .form_group {
    width: 100%;
    height: 40px;
    margin-bottom: 20px;
    position: relative;
}

#login_mask .login_box .left .form_group label {
    display: inline-block;
    width: 150px;
    height: 40px;
    line-height: 40px;
    text-align: right;
    padding-right: 20px;
    font-size: 16px;
    color: #666;
}

#login_mask .login_box .left .form_group input {
    width: 250px;
    height: 40px;
    border: 1px solid #ddd;
    padding-left: 10px;
}

#login_mask .login_box .left .form_group input.verify_code {
    width: 150px;
    position: relative;
    left: -4px;
}

#login_mask .login_box .left .form_group span.iden {
    display: inline-block;
    width: 90px;
    height: 40px;
    line-height: 40px;
    position: absolute;
    left: 310px;
}

#login_mask .login_box .left .form_group .iden img {
    height: 100%;
}

#login_mask .login_box .left .form_group .send {
    font-size: 12px;
    color: #ff7129;
    position: absolute;
    right: 105px;
    top: 11px;
    background-color: #fff;
    border: none;
}

#login_mask .login_box .left .form_group .send:hover {
    color: #ff2a00;
    cursor: pointer;
}

#login_mask .login_box .left .btn_login_normal,
#login_mask .login_box .left .btn_login_phone {
    width: 250px;
    height: 35px;
    font-size: 16px;
    line-height: 35px;
    text-align: center;
    color: white;
    border: none;
    border-radius: 5px;
    margin-left: 150px;
    margin-top: 5px;
}
/* #login_mask .login_box .left .btn_login_normal:hover,#login_mask .login_box .left .btn_login_phone:hover{
    cursor: pointer;
    background-color: #ff2a00;
} */
#login_mask .login_box .left .forget_password {
    font-size: 12px;
    margin-left: 350px;
    position: relative;
    top: 10px;
}

#login_mask .login_box .right {
    width: 295px;
    height: 400px;
}

#login_mask .login_box .right h3 {
    position: absolute;
    top: 50px;
    font-size: 20px;
    font-weight: bold;
    font-family: '宋体';
    width: 100%;
    height: 30px;
    line-height: 30px;
    padding-left: 80px;
}

#login_mask .login_box .right button.yd {
    position: absolute;
    top: 190px;
    left: 45px;
    color: white;
    border-radius: 5px;
    width: 200px;
    height: 35px;
    line-height: 35px;
    border: none;
    font-size: 16px;
    
}

/* #login_mask .login_box .right button.yd:hover,
#login_mask .login_box .left .btn_login:hover { 
    cursor: pointer;
} */
.validate_err{
    font-size: 12px;
    color: #ff7129;
    line-height: 20px;
}

/* 团期 */
.calendar .calendar_num>li.bold {
    color: #ff7029 !important;
}
#calendar_tab td .count{
    background-color: #ff7129;
}
.calendar .calendar_right .on .count{
    background-color: #ff7129;
}
.calendar .calendar_right .on .calendar_price01{
    color: #ff6000;
}