@charset "utf-8";
/* CSS Document */
a{text-decoration: none}
a:hover{text-decoration: none}
 .link a{
    text-decoration:underline;
 }
.b_bj{
    background-image: url(../images/sxy_bj.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-color: #00446a;
}
.top{
    width: 100%;
}
.top img{
    width: 100%;
}
.mb10{
    margin-bottom: 10px;
}
/*内容*/
.sxy_title{
    width: 92%;
    margin: 0 auto;/*
    display: flex;
    flex-direction: row;
    justify-content: space-between;*/
    height: 40px;
    line-height: 40px;
}
.rk{
	color: #fff;
    font-size: 16px;
    width: 100%;
    padding: 4px 15px;
    overflow: hidden;
    background: url(../images/tit-bg.jpg) no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: 100%;
/*	border-bottom: 1px dotted #6BC4E0;*/
}
.bookmark{
	color:#fff;
	padding: 7px 14px;
	border-radius:5px
}
.a-hover{
	background-color:#fff;
	color:#000;
	padding:5px 14px
}
.rk-1{
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
	overflow: hidden;
/*	background:url("../images/tit-bg.jpg") no-repeat*/
}
.w49{
    width: 49%;
}
.w49 img{
    width: 100%;
	border-radius: 10px;
}
.w491{
    width: 100%;
}
.w491 img{
    width: 100%;
	border-radius: 10px;
}
.l{
    float: left;
}
.r{
    float: right;
}
.c{
    clear: both;
}
.sxy_title a{
    text-decoration: none;
}
.sxy_c{
    margin: 0 auto;
    width: 92%;
    background-color: #f6fbe2;
    vertical-align:bottom;
    border-radius: 15px;
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
	margin-bottom:15px
}
.sxy_c_foot{
     width:92%;
    margin: 0 auto;
}
.sxy_c_foot img{
    width: 100%;
}
.sxy_title_list{
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    width:100%;
     height: 40px;
    line-height: 40px;
}
.sxy_title_l{
    border-top-left-radius: 8px;
    float: left;
}
.sxy_title_r{
    border-top-right-radius: 8px;
      border-top-left-radius: 8px;
    float: left;
}
.sxy_title_c1{
    background-color: #fad777;
}
.sxy_title_c2{
    background-color: #87ce55;
}
.txt_white{
    color: #ffffff;
}
.txt_blue{
    color: #002540;
}
.txt_red{
    color: #e60a39;
}
.font_size_20{
    font-size: 20px;
}
.blod{
    font-weight: bold;
}
.txt-center{
    text-align: center;
}
.p15{
    padding: 15px;
}

.sxy_c_t{
}
.sxy_c_t h2{
    font-size: 18px;
    font-weight: bold;

}
.sxy_icon{
    width: 5px;
    height: 20px;
    background-color: #4ca765;
    display: inline-block;
    float: left;

}

.card{
    width: 80%;
    margin: 0 auto;
}
.card img{
    width: 100%;
}

.sxy_shuoming{

    padding:15px;
}

.sxy_btn{
    text-align: center;
    margin: 0 auto;
}

.sxy_btn_bj{
    background-color: #ba7a26;
    padding: 5px 25px;
    border-radius: 30px;
    color: #f6fbe2;
    border:0px;
}
.sxy_link a{
    text-decoration: underline;
}


/*表格*/
table.imagetable {
    font-family: verdana,arial,sans-serif;
    font-size:11px;
    color:#333333;
    border-width: 1px;
    border-color: #999999;
    border-collapse: collapse;
    font-size: 10px;
    width: 100%;
}
table.imagetable th {
    /*background:#b5d2bf url('cell-blue.jpg');*/
    border-width: 1px;
    padding: 8px;
    border-style: solid;
    border-color: #999999;
}
table.imagetable td {
    /*background:#dcddc0 url('cell-grey.jpg');*/
    border-width: 1px;
    padding: 8px;
    border-style: solid;
    border-color: #999999;

    font-size: 10px;
}

.list1{
    width: 100%;
}
.list1 img{
    width: 100%;
}


.top_img{
    position: relative;
}

.top_img_txt{
    position: absolute;
    right: 0px;
    top:30px;
    padding: 5px;
    padding-left: 10px;
    background-color:#f8b140;
    color: #ffffff;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}

/*弹框*/
.checkbox{width:100%;height:100px; margin:100px auto; text-align:center}
.checkbox a{ display:inline-block;width:100px; height:40px; border:solid 1px #f00; color:#f00; text-align:center; line-height:40px; text-decoration:none}
/*弹框样式1*/
.cd-popup {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    transition: opacity 0.3s 0s, visibility 0s 0.3s;
    z-index:9999;
}
.cd-popup.is-visible {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
    transition: opacity 0.3s 0s, visibility 0s 0s;
}
.cd-popup-container {
    position: relative;
    width:90%;
    margin:25% auto;
    display: block;
    padding-top: 20px;
    padding-bottom: 20px;
    background: #FFF;
    border-radius: .4rem .4rem .4rem .4rem;
    text-align: center;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    -webkit-transform:scale(1.2);
    -moz-transform:scale(1.2);
    -ms-transform:scale(1.2);
    -o-transform:scale(1.2);
    transform:scale(1.2);
    -webkit-backface-visibility: hidden;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    padding-left: 20px;
    padding-right: 20px;
    text-align: left;
}

.cd-popup-container p {
    font-size: 16px;
    font-weight: bold;
    padding-top: 15px;
    display: block;
    text-align: center;
}
.cd-popup-close{
    font-size:14px; 
    width: 50%; 
    text-align: center;
    display: block;

    background-color:#b13a04;
    color: #ffffff;
    margin: 0 auto;
    padding-top: 8px;
    padding-bottom:8px;
    border-radius: 30px;
    margin-top: 15px;

}
.is-visible .cd-popup-container {-webkit-transform:scale(1); -moz-transform:scale(1); -ms-transform:scale(1); -o-transform:scale(1); transform:scale(1);}

.cd-buttons i{
    font-style: normal;
    font-weight: bold;
    color: #750000;
}

.code{
    width: 55%;
    margin: 0 auto;
    padding-top: 10px;
    padding-bottom: 10px;

}

.code img{
    width: 100%;
}

.code_txt{
    text-align: left;
}

.code_txt a{
    color: #b13c05;
    text-decoration: underline;
}

.code_title{
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}

.code_txt_f11{
    font-size: 11px;
}

.btn_green{
    background-color: #b23d05;
    padding: 5px 40px;
    color: #ffffff;
    border-radius: 20px;
    border:0px;
}

.align_auto{
    text-align: center;
}

/*支付*/

.payment_ok{
    width:20%;
    text-align: center;
    margin: 0 auto;
    margin-top:80px;
}
.payment_ok img{
    width: 100%;
}
.payment-txt{
    text-align: center;
    padding: 20px;
    font-size: 20px;
}
.payment_btn{
    width: 50%;
    text-align: center;
    margin: 0 auto;
    margin-top: 100px;

}

.btn_green2{
    background-color: #019a2a;
    padding: 8px 40px;
    color: #ffffff;
    border-radius: 20px;
    border:0px;
}

.zhifu_rmb{
    font-size: 30px;
    font-weight: bold;
}

.zhifu_rmb i{
    font-size: 14px;
}

.mt50{
    margin-top: 50px;
}
.pay_ing_bj{
    background-color: #eef2f5;
}

.pay_ing{
    width:60%;
    text-align: center;
    margin: 0 auto;
    margin-top:60px;
}
.pay_ing img{
    width: 100%;
}
.pay_ing_c{
    color: #b3bac4;
     text-align: center;
     font-size: 18px;
     margin-top: 20px;
}

.text-2em{
    text-indent:2em;
}

.index_btn_big{
    width: 100%;
}
.index_btn_big img{
    width: 100%;
}
.w50{
    width: 50%;
}
.w50 img{
    width: 100%;
}
.p-fixed{
	position:fixed;
	top:0
}
.list-ticket,.list-hotel{
	margin-bottom:4rem
}
.bottom-bar{
	width:100%;
	height:4rem;
    font-size: 13px;
	position:fixed;
	bottom:0;
	background-color:#00446a;
	display: flex;
	justify-content: space-around;
    align-items: center;
	border-top: 5px solid #f8d77a;
}
.bottom-bar1{
    width:100%;
    height:4rem;
    font-size: 13px;
    position:fixed;
    bottom:0;
    background-color:#00446a;
    display: flex;
    justify-content: space-around;
    align-items: center;
    border-top: 5px solid #f8d77a;
    margin-left: -32px;
    margin-top:15px;
}
.bottom-bar a{
	text-decoration: none;
	color: #f6fbe2;
	display: flex;
    align-items: center;
}
.bottom-bar1 a{
    text-decoration: none;
    color: #f6fbe2;
    display: flex;
    align-items: center;
}

/*tips*/
.tips-bg{
	height:100%;
	display: flex;
    flex-direction: column;
	background: url("../images/tips-bg.jpg") no-repeat;
	background-position: bottom;
	align-items: center;
	background-color: #CAF6FD
}
.tips-font{
	font-size:1.4rem;
	color:#fff;
	background-color:#FF6B00;
	height:3rem;
	width:50%;
	display:flex;
	justify-content: center;
	align-items: center;
	border-radius: 1.5rem;
	position: relative;
	margin-top: 10rem;
}
.tips-font i{
	width: 0;
    height: 0;
    border-left: 1rem solid transparent;
    border-right: 1rem solid transparent;
    border-top: 1rem solid #FF6B00;
	position: absolute;
	bottom:-1rem
}
.tips-icon{
	width:50%;
	margin-top: 2rem;
}
.tips-icon img{
	width:100%
}
.tips-font-b{
	font-size:1.6rem;
	margin-top: 1.5rem;
}
.tips-font-s{
	font-size:1rem;
	width:50%;
	margin-top: 1.5rem;
	color:#666
}
.tips-wrap{
	width:50%;
}
.cd-popup-container {
    position: relative;
    width:90%;
    margin:25% auto;
    display: block;
    padding-top: 20px;
    padding-bottom: 20px;
    background: #FFF;
    border-radius: .4rem .4rem .4rem .4rem;
    text-align: center;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    -webkit-transform:scale(1.2);
    -moz-transform:scale(1.2);
    -ms-transform:scale(1.2);
    -o-transform:scale(1.2);
    transform:scale(1.2);
    -webkit-backface-visibility: hidden;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    padding-left: 15px;
    padding-right: 15px;
    text-align: left;
    height: 70%;
    overflow:scroll;
}
.tips-wrap button{
	font-size:1.2rem;
	color:#fff;
	width:100%;
	height:3rem;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #F8B140;
	border:none;
	border-radius: .8rem;
	margin-top:1.5rem
}


/*弹窗样式 add by cxj  0426*/
/* 弹窗 (background) */
.modal {
    display: none; /* 默认隐藏 */
    position: fixed; /* 固定定位 */
    z-index: 1; /* 设置在顶层 */
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%;
    overflow: auto; 
    background-color: rgb(0,0,0); 
    background-color: rgba(0,0,0,0.4); 
}

/* 弹窗内容 */
.modal-content {
    background-color: #fefefe;
    margin: 15% auto; 
    padding: 20px;
    border: 1px solid #888;
    width: 80%; 
    height: 80%;
    overflow: auto;

}

/* 关闭按钮 */
.close {
    color: #000000;
    float: right;
    font-size: 28px;
    font-weight: bold;    
    position: absolute;
    top:10px;
    right: 10px;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

/*弹穿内容样式*/
.cxktc_title{
    font-size: 14px;
    text-align: center;
    font-weight: bold;
    padding-bottom: 15px;
    margin-top: 10px;
}

.cxktc_link{
	 text-align:center;
	 text-decoration: underline;
	 color:blue;
}
.red{
	color:red;
}
