@charset "utf-8";
/* CSS Document */
.gray_bg{
    background-color: #f8f8f8;
}
.mlogin_top{
    padding-top: 50px;
    padding-bottom: 50px;
}
.member_top{
    padding-top: 50px;
    padding-bottom: 50px;
}
.run_Message{
    margin-top: -5px;
    margin-bottom: 15px;
}

/*手機版會員選單*/
.company_menu{
    display: block;
}
.company_menu_mobile{
    display: none;
}
@media all and (max-width: 992px) {
.company_menu{
    display: none;
}
.company_menu_mobile{
    display: block;
}
.member_name_mobile{
    background-color: #20a2e5;
    padding: 10px 15px;
    color:#fff;
    font-size: 15px;
}
.member_menu_mobile ul{
    margin: 0;
    padding: 0;
/*    overflow: hidden;*/
    border-bottom: 0px solid #ddd;
    overflow-x: scroll;
    display: flex;
    flex-wrap: nowrap;
}
.member_menu_mobile li {
    display: inline-block;
    white-space:nowrap;
    list-style: none;
    font-size: 16px;
    color: #444;
    padding: 15px 20px 13px 20px;
}
.member_menu_mobile li a {
    color: #444;
    cursor: pointer;
    font-weight: 700;
    text-decoration: none;
}
.member_menu_mobile li.active {
    border-bottom: 3px solid #fd5d5e;
}
.member_menu_mobile li.active a {
    color: #fd5d5e;
}
.member_Sales_mobile{
    background-color: #fff;
    padding: 10px 20px;
    font-size: 14px;
    line-height: 26px;
    color: #666;
    border-bottom: 1px solid #ddd;
}
.member_Sales_mobile .item{
    display: inline-block;
    padding-right: 20px;
}
}

.errmsg{
    color: #e30d15;
    font-size: 14px;
    padding-top: 3px;
}
.company_header {
    background: url(../images/company_banner.jpg) #FFF center no-repeat;
    min-height: 300px;
    text-align: center;
    color: #fff;
}
.company_header h2 {
    margin: 0;
    font-size: 32px;
    font-weight: bold;
    padding-top: 45px;
}
.company_header h3 {
    margin: 0;
    font-size: 21px;
    line-height: 28px;
    padding-top: 15px;
}
.company_vip h2{
    margin: 0;
    font-size: 30px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 35px;
}
.company_vip .flex_box{
    display: flex;
    width: 100%;
    overflow: hidden;
    flex-wrap: wrap;
    justify-content:flex-start;
}
.company_vip .flex_box .item{
    width: 25%;
    padding: 15px;
}
.company_vip .item_box{
    padding: 15px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 12px 0 rgb(0 0 0 / 3%);
    -moz-box-shadow: 0 0 12px 0 rgba(0,0,0,0.03);
    box-shadow: 0 0 12px 0 rgb(0 0 0 / 3%);
    max-height: 110px;
    min-height: 110px;
    display: table;
    width: 100%;
    text-align: center;
}
.company_vip .item_box a,
.company_vip .item_box a:hover {
    color: #20a2e5;
    text-decoration: none;
    display:table-cell;
    vertical-align: middle;
    text-align: center;
    font-size: 18px;
}
.company_vip .item_box img{ 
    width: auto;
    max-height: 80px;
}
.errmsg_show{
    font-size: 15px;
    text-align: center;
}
.member_rule{
    font-size: 15px;
    line-height: 28px;
}
.member_rule h3{
    margin: 0;
    font-size: 30px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #eee;
    text-align: center;
}
.member_tab{
    border: 1px solid #ddd;
}
.member_tab li{
    width: 50%;
    text-align: center;
    margin-bottom: -1px;
}
.member_tab li a {
    border-radius: 0;
    padding:20px 15px;
    font-size: 14px;
    margin-right: 0;
    border-color: transparent #ddd #ddd transparent;
    background-color: #fbfbfb;
    color: #333;
}
.member_tab li:nth-last-of-type(1) a {
    border-right-color: transparent !important;
}
.member_tab li.active a, 
.member_tab li.active a:focus, 
.member_tab li.active a:hover {
    font-weight: bold;
    background-color: #fff;
    border-color: transparent #ddd transparent transparent;
}
.border{
    border: 0px solid #ddd;
    overflow: hidden;
    -webkit-box-shadow: 0 0 12px 0 rgb(0 0 0 / 3%);
    -moz-box-shadow: 0 0 12px 0 rgba(0,0,0,0.03);
    box-shadow: 0 0 12px 0 rgb(0 0 0 / 3%);
    background-color: #fff;
    border-radius: 5px;
}
.login{
    padding: 50px 120px;
    font-size: 15px;
    background-color: #fff;
}
.login h3{
    margin: 0;
    margin-bottom: 20px;
    font-size: 23px;
    font-weight: 700;
    text-align: center;
}
.login .other_line span{
    background-color: #fff;
    padding: 0 20px;
    font-size: 14px;
}
.login .other_line{
    color: #888;
    text-align: center;
    padding-top: 0px;
    padding-bottom: 35px;
}
.login .other_line::after{
    content: '';
    display: block;
    margin-top: -10px;
    border-bottom:1px solid #ddd;
}
.login .other_login{
    margin: auto;
    text-align: center;
}
.login .other_login a{
    margin: auto 10px;
    text-align: center;
    list-style: none;
    display: inline-block;
    width: 60px;
    height: 60px;
    border-radius: 99em;
    font-size: 22px;
    line-height: 60px;
    color: #fff;
    text-decoration: none;
}
.login .other_login .fb{
    background-color: #3b5998;
}
.login .other_login .line{
    background-color: #01b901;
}
.login .other_login .google{
    background-color: #dd4b39;
}
.login .company_pic{
    text-align: center;
    padding: 5px 0;
}
.login .company_pic img{
    min-height: 60px;
    max-height: 300px;
    width: auto;
}
.login p{
    margin:0;
    font-size: 15px;
    line-height: 23px;
    color: #666;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 30px;
}
.login .form-group {
    margin-bottom: 20px;
}
.login label {
    color: #444;
    font-size: 15px;
    margin-bottom: 5px;
}
.login a{
    cursor: pointer;
}
.login .list{
    width: 100%;
    display: table;
    -webkit-box-align: center;
    align-items: center;
    padding-bottom: 22px;
}
.login .list span{
    display: table-cell;
    width: 90px;
    vertical-align: middle;
}
.login .list span.left{
    vertical-align: top;
    padding-top: 10px;
}
.login .list .right{
    display: table-cell;
    width: calc(100% - 90px);
}
.forget_link{
    text-align: right;
    padding-top: 10px;
}
.forget_link a{
    color: #666;
}
.forget_link a:hover,
.forget_link a:hover{
    color: #fd5d5e;
    text-decoration: none;
}
.Green_btn,
.Green_btn:hover,
.Green_btn:focus{
    background-color: #20bb99;
    color: #fff;
    padding: 5px 20px;
    font-size: 15px;
}
.Green_btn:hover,
.Green_btn:focus{
    background-color: #0EAB88;
}

/*會員專區*/
.member_index{
    color: #444;
}
.member_index h3{
    margin: 0;
    color: #333;
    font-weight: 500;
    font-size: 25px;
    margin-bottom: 30px;
    padding-left: 12px;
    border-left: 4px solid #333;
}
.member_index .index_box{
    background-color: #f5f5f5;
    overflow: hidden;
    padding: 40px;
    width: 100%;
    display: flex;
    align-items: center;
}
.member_index .index_box .icon{
    text-align: right;
    width: 50%;
    padding-right: 25px;
}
.member_index .index_box .icon img{
    text-align: center;
    max-width: 140px;
    height: auto;
}
.member_index .index_box .icon .fa{
/*
    background-color: #fff;
    border-radius:100%;
    line-height: 95px;
    width: 95px;
    height: 95px;
*/
    font-size: 75px;
    color: #3BB2EF;
    text-align: center;
}
.member_index .index_box .con{
    width: 50%;
}
.member_index .index_box .title1{
    font-size: 28px;
}
.member_index .index_box .title2{
    margin-top: 16px;
    font-size: 21px;
}
.member_item{
    margin-top: 50px;
    margin-bottom: 20px;
    text-align: center;
    width: 100%;
    display: flex;
}
.member_item .item{
    width: 20%;
    border: 1px solid #ddd;
    color: #ffad33;
}
.member_item .item:nth-child(2),
.member_item .item:nth-child(3),
.member_item .item:nth-child(4),
.member_item .item:nth-child(5){
    border-left:none;
}
.member_item a .fa{
    font-size: 40px;
    margin-top: 30px;
    margin-bottom: 30px;
}
.member_item a .fa_icon1{
    color: #ffad33;
}
.member_item a .fa_icon2{
    color: #3BB2EF;
}
.member_item a .fa_icon3{
    color: #FF6D6E;
}
.member_item a .fa_icon4{
    color: #777;
}
.member_item a,
.member_item a:hover,
.member_item a:focus{
    display: block;
    color: #444;
    text-decoration: none;
    cursor: pointer;
}
.member_item h4{
    font-size: 16px;
    margin: 0;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    border-top:1px solid #ddd;
    background-color: #fbfbfb;
}

.member_width{
    width: 100%;
    display: flex;
}
.member_width .width_left{
    width: 240px;
    margin-right: 40px;
}
.member_width .width_right{
    width: calc(100% - 240px);
}

/*會員專區選單*/
.member_menu{
    border-radius: 5px;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 4px 0 rgb(0 0 0 / 6%);
    -moz-box-shadow: 0 1px 4px 0 rgba(0,0,0,0.06);
    box-shadow: 0 1px 4px 0 rgb(0 0 0 / 6%);
}
.member_menu h3{
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    margin: 0;
    background-color: #333;
    padding:18px 15px;
    color: #fff;
    font-size: 15px;
    text-align: center;
}
.member_menu ul{
    margin: 0;
    padding: 0;
    border: 0px solid #ddd;
}
.member_menu li{
    list-style: none;
    font-size: 15px;
    color: #666;
    border-bottom: 1px solid #ddd;
    padding: 12px 20px;
}
.member_menu li:last-child{
    border-bottom:0;
}
.member_menu li a{
    color: #666;
    cursor: pointer;
}
/*
.member_menu li.active{
    background-color: #fbfbfb;
}
*/
.member_menu li.active a{
    color: #fd5d5e;
    font-weight: 700;
}
.member_menu li a:hover,
.member_menu li a:focus{
    color: #fd5d5e;
    text-decoration: none;
}
.member_menu .menu_infor{
    background-color: #fff;
    border-bottom:1px solid #ddd;
/*
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
*/
    padding: 20px 15px 15px 15px;
    font-size: 15px;
}
.member_menu .menu_infor .icon{  
    display: block;
    text-align: center;
    margin-bottom: 8px;
}
.member_menu .menu_infor .icon img{
    max-width: 90px;
    height: auto;
}
.member_menu .menu_infor .icon .fa {
/*
    -webkit-box-shadow: 0 1px 5px #ddd;
	-moz-box-shadow: 0 1px 5px #ddd;
	box-shadow: 0 1px 5px #ddd;
    background-color: #fff;
    line-height: 75px;
    width: 75px;
    height: 75px;
    border-radius: 100%;
*/
    font-size: 45px;
    color: #3BB2EF;
    text-align: center;
}
.member_menu .menu_infor .item{
/*
    display: flex;
    width: 100%;
*/
    padding: 2px 0;
    text-align: center;
    font-weight: 700;
    color: #555;
    font-size: 16px;
}
/*
.member_menu .menu_infor .item .left{
    width: 45px;
    color:#444;
}
*/
.member_menu .menu_infor .item .right{
/*    width: calc(100% - 45px);*/
/*    color: #20a2e5;*/
}

.member_Sales{
    border-radius: 5px;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 4px 0 rgb(0 0 0 / 6%);
    -moz-box-shadow: 0 1px 4px 0 rgba(0,0,0,0.06);
    box-shadow: 0 1px 4px 0 rgb(0 0 0 / 6%);
    margin-top: 20px;
    padding: 13px 20px;
    font-size: 14px;
    color: #666;
    line-height: 28px;
}
.member_Sales h3 {
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    margin: 0;
    background-color: #333;
    padding: 18px 15px;
    color: #fff;
    font-size: 15px;
    text-align: center;
}

.member_box h3{
    margin: 0;
    font-size: 25px;
    font-weight: 500;
    margin-bottom: 22px;
    padding-left: 12px;
    border-left:4px solid #333;
    color: #333;
}
.member_box .pad_bottom{
    padding-bottom: 10px;
}
.member_box .pad_TravelData{
    font-size: 15px;
    padding: 15px 0;
}
.member_box label {
    color: #444;
    font-size: 15px;
    margin-bottom: 5px;
}
.member_box .form-group {
    margin-bottom: 20px;
}
.member_box .line{
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.member_box .item{
    font-size: 15px;
    padding-bottom: 3px;
    color: #666;
}
.member_box .content{
    font-size: 15px;
    line-height: 26px;
}
.member_box .back{
    text-align: center;
    padding-top: 40px;
    padding-bottom: 20px;
}
.member_box .back .btn_backlist{
    border: 2px solid #94D4F1;
    background-color: #fff;
    padding: 8px 25px;
    color: #555;
    font-size: 16px;
}
.member_box .back .btn_backlist:hover{
    background-color: #20a2e5;
    border: 2px solid #20a2e5;
    color: #fff;
}
.member_box .Blue_btn,  
.member_box .Blue_btn:hover, 
.member_box .Blue_btn:focus{
    background-color: #20a2e5;
    color: #FFF;
    font-size: 16px;
    padding: 7px 12px;
}
.member_box .Blue_btn_noline,  
.member_box .Blue_btn_noline:hover, 
.member_box .Blue_btn_noline:focus{
    border: 1px solid #20a2e5;
    background-color: #fff;
    color: #20a2e5;
    font-size: 16px;
    padding: 7px 12px;
}
.member_box .Green_btn,  
.member_box .Green_btn:hover, 
.member_box .Green_btn:focus{
    background-color: #20bb99;
    color: #FFF;
    font-size: 16px;
    padding: 7px 12px;
}
.member_box .Red_btn,  
.member_box .Red_btn:hover, 
.member_box .Red_btn:focus{
    background-color: #E86A6C;
    color: #FFF;
    font-size: 16px;
    padding: 7px 12px;
}
.member_box .search_box{
    padding-top: 5px;
    padding-bottom: 15px;
}
.member_box .search_item{
    display: inline-block;
    vertical-align: top;
    padding-right: 15px;
    padding-bottom: 10px;
}
.member_box .search_item .inline{
    display: inline-block;
}
.member_box .search_item label{
    display: inline-block;
    font-weight: normal;
    margin-top: 5px;
}
.member_box .search_item .DateClearBtn {
	padding: 0px;
	width: 30px;
	height: 30px;
	color: #666;
	line-height: 36px;
    font-size: 23px;
	text-align: center;
	cursor: pointer;
	position: absolute;
	top: 0px;
	right: 0px;
}
.member_box .search_item .date_css{
    cursor: pointer;
    min-width: 220px;
}
.news_table{
    border-collapse:collapse;
    width: 100%;
    border:1px solid #eaeaea;
    color: #444;
    font-size: 15px;
}
.news_table th{
    padding:10px;
    background-color: #F3F3F3;
    border: 1px solid #eaeaea;
    text-align: center;
    width: 150px;
}
.news_table td{
    background-color: #fff;
    border: 1px solid #eaeaea;
    text-align: left;
    padding:10px;
}

/*列表清單*/
.table_div {
    overflow-x: auto;
    display: flex;
    flex-wrap: nowrap;   
}
.table_list_bor{
    width: 100%;
    border: 1px solid #ddd;
    font-size: 14px;
    color: #555;
    border-collapse:collapse;
}
.table_list_bor th { 
   background-color: #E5F2F8;
   padding:5px 6px;
   border:1px solid #ddd;
   text-align: center;
}
.table_list_bor td { 
   padding:5px 6px;
   border:1px solid #ddd;
}
.table_list_bor a,
.table_list_bor a:hover{
    color: #20a2e5;
    text-decoration: none;
}

.table_list {
    width: 100%;
    border: 1px solid #ddd;
    font-size: 14px;
    color: #555;
}
.table_list tr {
    width: 100%;
/*    display: flex;*/
    border-bottom: 1px solid #ddd;
}
.table_list tbody tr:last-child {
    border-bottom: 0;
}
.table_list th,
.table_list td{ 
/*
    display: flex;
    -webkit-box-align: center;
    justify-content: center;
    align-items:center;
*/
    text-align: center;
    line-height: 20px;
    padding: 10px 6px;
}
.table_list th{
    background-color: #E5F2F8;
    padding: 12px 6px;
}
.table_list a,
.table_list a:hover{
    color: #20a2e5;
    text-decoration: none;
	outline: none;
}
.table_list a:foucs{
	outline: none;
}
.table_list a.red,
.table_list a.red:hover{
    color: #E86A6C;
    text-decoration: none;
}
.table_list .download_txt{
    display: block;
    width: 100%;
    padding: 0;
}
.table_list .fa{
    font-size: 18px;
}
.table_list .txt_small{
    font-size: 13px;
    line-height: 18px;
}
.table_list .txt_gray{
    display: block;
    font-size: 13px;
    line-height: 20px;
    color: #888;
}
.table_list .txt_title{
    color: #222;
}
.table_list .btn_detail{
    background-color:#20a2e5;
    color: #fff;
    padding: 2px 10px;
    font-size: 14px;
}
.table_list .btn_desc{
    background-color: #fff;
    color: #20a2e5;
    padding: 0;
    font-size: 14px;
    margin-top: 2px;
}
.table_list .OtherMemo{
    justify-content: start;
    border-bottom:3px solid #ddd;
    background-color:#f7f7f7;
    padding:15px;
    text-align: left;
}

.table_list_TB {
    width: 100%;
    border: 1px solid #ddd;
    font-size: 15px;
    color: #555;
}
.table_list_TB tr {
    display: flex;
    border-bottom: 1px solid #ddd;
}
.table_list_TB tbody tr:last-child {
    border-bottom: 0;
}
.table_list_TB th {
    background-color: #E5F2F8;
}
.table_list_TB th,
.table_list_TB td{ 
    display: flex;
    -webkit-box-align: center;
    justify-content: center;
    text-align: center;
    align-items:center;
    padding: 12px 15px; 
}

.Modal_open .modal-title {
    font-size: 21px;
    font-weight: bold;
    text-align: center;
}
.Modal_fileupload .modal_pad{
    padding: 30px 50px;
}
.Modal_fileupload .upload_css {
    position: relative;
    font-weight: normal;
    font-size: 16px;
    height: 50px;
}
@media all and (min-width: 768px) {
.modal-dialog-centered {
  text-align: center;
  padding: 0!important;
}
.modal-dialog-centered:before {
  content: '';
  display: inline-block;
  height: 90%;
  vertical-align: middle;
  margin-right: -4px;
}
.modal-dialog-centered .modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
} 
}
/*
.Modal_fileupload .file_label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: 43px;
    padding: 10px 18px;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 .25rem .25rem 0;
}
*/

#No_order{
    margin-top: 30px;
    margin-bottom: 50px;
}
#No_order h3{
    margin: 0;
    margin-bottom: 20px;
    font-size: 26px;
    text-align: center;
}
#No_infor{
    background-color: #E5F2F8;
    border: 1px solid #C2E3F4;
    padding: 20px;
    font-size: 18px;
    text-align: center;
}

/*訂單內容*/
.member_box .box_head{
/*
    border: 1px solid #E7E7E7;
*/
    background-color: #fff;
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 4px 0 rgb(0 0 0 / 8%);
    -moz-box-shadow: 0 1px 4px 0 rgba(0,0,0,0.08);
    box-shadow: 0 1px 4px 0 rgb(0 0 0 / 8%);
    padding: 18px 25px;
}
.member_box .box_head h4{
    margin: 0;
    margin-bottom: 5px;
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
}
.member_box .box_head .box {
    display: flex;
    color: #444;
    font-size: 15px;
    padding-top: 3px;
    padding-bottom: 3px;
}
.member_box .box_head .box a,
.member_box .box_head .box a:hover{
    color: #20a2e5;
    text-decoration: none;
}
.member_box .box_head .box .box_left {
    width: 50px;
    color: #555;
    font-weight: bold;
}
.member_box .box_head .box_table{
    width: 100%;
    display: table;
}
.member_box .box_head .box_table .item {
    display: table;
    width: 100%;
}
.member_box .box_head .box_table .item:last-child {
    padding-bottom: 0;
}
.member_box .box_head .box_table .item.box_btn {
    text-align: right;
    vertical-align: bottom;
}
.member_box .box_head .box_table .item .btn{
    margin-left: 10px;
}
.member_box .box_con{
    background-color: #fff;
    border-radius: 5px;
    margin-top: 25px;
    -webkit-box-shadow: 0 1px 4px 0 rgb(0 0 0 / 8%);
    -moz-box-shadow: 0 1px 4px 0 rgba(0,0,0,0.08);
    box-shadow: 0 1px 4px 0 rgb(0 0 0 / 8%);
}
.member_box .box_pad{
    background-color: #fff;
    border-radius: 5px;
    padding: 22px;
    min-height: 340px;
    -webkit-box-shadow: 0 1px 4px 0 rgb(0 0 0 / 8%);
    -moz-box-shadow: 0 1px 4px 0 rgba(0,0,0,0.08);
    box-shadow: 0 1px 4px 0 rgb(0 0 0 / 8%);
}
.member_box .box_con h4{
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background-color: #448EBF;
    border-bottom: 0px solid #eaeaea;
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    padding-bottom: 15px;
    color: #fff;
    padding: 13px 25px;
}
.member_box .box_con h4.line{
    border-bottom: 0px solid #eaeaea;
    margin-bottom: 0px;
}
.member_box .con_pad{
    padding: 18px 25px;
}
.member_box .con_pad .Upgrade{
    background-color: #f0f6f9;
    border-radius: 3px;
    padding: 12px 15px;
    margin-bottom: 20px;
    font-size: 15px;
    font-weight: bold;
    color: #444;
}
.member_box .con_bg{
    padding: 25px 33px 18px 33px;
    background-color: #f5f5f5;
    border-radius: 5px;
}
.member_box .con_pad .row_pad{
    margin-left: -10px;
    margin-right: -10px;
}
.member_box .con_pad .col_pad{
    padding-left: 10px;
    padding-right: 10px;
}
.member_box .con_pad label{
    color: #444;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    min-height: 22px;
    margin-bottom: 0px;
}
.member_box .con_pad .Checkbox_css{
    margin: 0;
}
.member_box .con_pad .form-group{
    margin-bottom: 11px;
}
.member_box .con_pad .item_bg{
    background-color: #ebf4f9;
    padding: 10px 15px;
}
.member_box .con_pad .item_block{
    display: block;
    font-size: 15px;
    padding: 2px 0;
}
.member_box .con_pad .item{
    padding-bottom: 15px;
}
.member_box .con_pad .item:last-child{
    padding-bottom:0;
}
.member_box .con_pad .item h5{
    font-weight: 700;
    font-size: 15px;
    margin-bottom: 16px;
}
.member_box .con_pad .item h5 span{
    background-color: #5FBDED;
    color: #fff;
    padding: 5px 10px;
    border-radius: 4px;
}
.member_box .con_pad .item h5 .small{
    background-color: #fff;
    color: #444;
    font-size: 14px;
    padding: 0;
    padding-left: 5px;
    border-radius: 0px;
}
.member_box .box_con .con_section{
/*
    background-color: #f0f6f9;
    padding: 20px 30px;
    border-radius: 5px;
*/
}
.member_box .box_con .con_section .title{
    line-height: 18px;
    font-size: 15px;
    color: #666;
    margin-bottom: 10px;
}
.member_box .box_con .Classify_tab {
    border-bottom: 0;
    margin-bottom: 5px;
}
.member_box .box_con .Classify_tab>li>a {
    margin-right:7px;
    border-radius: 5px;
    border: 1px solid #20a2e5;
    padding: 5px 15px;
    margin-bottom: 10px;
    font-size: 15px;
    color: #666;
}
.member_box .box_con .Classify_tab>li>a:focus, 
.member_box .box_con .Classify_tab>li>a:hover{
    background-color: #f0f6f9;
    color: #20a2e5;
    font-weight: 700;
}
.member_box .box_con .Classify_tab>li.active>a,
.member_box .box_con .Classify_tab>li.active>a:focus, 
.member_box .box_con .Classify_tab>li.active>a:hover{
    background-color: #20a2e5;
    color: #fff;
    font-weight: 700;
}
.member_box .box_con .con_section .select{
    margin-bottom: 25px;
}
.member_box .box_con .con_section .detail_item{
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    background-color: #f0f6f9;
    padding: 12px 18px;
    margin-bottom: 15px;
    border-radius: 3px;
}
.member_box .box_con .con_section .detail_item .item_left{
    width: calc(100% - 150px);
    text-align: left;
    font-weight: 600;
}
.member_box .box_con .con_section .detail_item .item_right{
    width: 150px;
    text-align: right;
    font-weight: 600;
}
.member_box .box_con .box_flex{
    border: 0px solid #E7E7E7;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.member_box .box_con .box_flex .item {
    display: flex;
    align-items: flex-start;
    width: 50%;
    font-size: 15px;
    padding-top: 4px;
    padding-bottom: 4px;
    border-bottom: solid 0px #eaeaea;
    color: #666;
}
.member_box .box_con .box_flex .item2 {
    display: flex;
    align-items: flex-start;
    width: 100%;
    font-size: 15px;
    padding-top: 4px;
    padding-bottom: 4px;
    border-bottom: solid 0px #eaeaea;
    color: #666;
}
.member_box .box_con .box_flex .box_left {
    width: 80px;
    font-weight: 700;
    color: #555;
}
.member_box .box_con .box_flex .box_right {
    width: calc(100% - 90px);
    padding-right: 20px;
}
.member_box .box_con .box_flex .item:nth-child(even) .box_right {
    padding-right: 0px;
}
.member_box .box_con .box_flex .box_btn{
    display: block;
    width: 100%;
    text-align: right;
    padding-top: 5px;
}
.member_box .box_button{
    padding-top: 5px;
    text-align: center;
}
.member_box .box_con .blue{
    color: #20a2e5;
}
.btn_blue,.btn_blue:hover,.btn_blue:focus{
    background-color: #20a2e5;
    color: #fff;
    padding: 6px 15px;
    font-size: 15px;
}
.btn_gray,.btn_gray:hover,.btn_gray:focus{
    background-color: #999;
    color: #fff;
    padding: 6px 15px;
    font-size: 15px;
}
.member_box .btn_pad{
    padding-top: 30px;
}
.table_detail_pad{
    margin-bottom: 30px;
}
.table_detail_pad .box_btn {
    display: block;
    width: 100%;
    text-align: right;
    padding-top: 5px;
    border:0;
}
.table_detail_pad .box_btn .btn{
    margin-left: 10px;
}
.table_detail{
    border-top: 1px solid #eaeaea;
    border-left: 1px solid #eaeaea;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.table_detail .detail_flex {
    display: flex;
    width: 50%;
    color: #444;
    font-size: 15px;
}
.table_detail .detail_flex .detail_left {
    width: 100px;
    font-weight: bold;
    text-align: center;
    background-color: #F3F3F3;
    border-right: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
    padding: 10px;
}
.table_detail .detail_flex .detail_right {
    padding: 10px;
    border-right: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
    width: calc(100% - 100px);
    display: flex;
}
.table_detail .detail_flex .w_60{
    width: 60%;
}
.table_detail .detail_flex .w_40{
    width: 40%;
}
.table_detail .detail_flex .w_50{
    width: 50%;
}
.btn_blueS, .btn_blueS:focus{
    background-color: #20a2e5;
    color: #fff;
    font-size: 14px;
    padding: 3px 10px;
    border-radius: 3px;
}
.btn_blueS:hover,.btn_blueS.active {
    color:#fff;
}
.btn_yellowS, .btn_yellowS:focus{
    background-color: #ffe074;
    color: #0f506d;
    font-size: 14px;
    padding: 3px 10px;
    border-radius: 3px;
}
.btn_yellowS:hover,.btn_yellowS.active {
    color:#0f506d;
}
.btn_GreenB, .btn_GreenB:focus{
    background-color: #20bb99;
    color: #FFF;
    font-size: 16px;
    padding: 8px 20px;
}
.btn_GreenB:hover,.btn_GreenB.active {
    color:#fff;
}
.btn_RedB, .btn_RedB:focus{
    background-color: #d9534f;
    color: #FFF;
    font-size: 16px;
    padding: 8px 20px;
}
.btn_RedB:hover,.btn_RedB.active {
    color:#fff;
}
.btn_grayline, .btn_grayline:focus{
    border: 1px solid #DDD;
    background-color: #fff;
    color: #333;
    font-size: 13px;
    padding: 3px 10px;
    margin: 2px 0;
    border-radius: 0px;
}
.btn_grayline:hover,.btn_grayline.active {
    border: 1px solid #20a2e5;
    background-color: #20a2e5;
    color: #fff;
}

/*旅客報到*/
.pl_All{
    font-family: "Noto Sans TC", 微軟正黑體, "Microsoft JhengHei", sans-serif;
}
.pl_title{
    font-size: 32px;
    text-align: center;
    margin-bottom: 30px;
}
.pl_con{
    padding-bottom: 20px;
    line-height: 28px;
    color: #666;
}
.pl_btn_pad{
    padding-top: 50px;
}
.pl_box{
    background-color: #fff;
    box-shadow: 0 2px 6px 0 rgb(0 0 0 / 8%);
    min-height: 180px;
    margin-bottom: 40px;
    border-radius: 5px;
}
.pl_box:last-child{
    margin-bottom:0;
}
.pl_box h3{
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background-color: #3397cf;
/*    border-bottom: 1px solid #ddd;*/
    margin: 0;
    padding: 10px 20px;
    font-size: 20px;
    color: #fff;
    font-weight: 400;
}
.pl_box h3 .fa_icon{
    border-radius: 100%;
    background-color: #81d4fa;
    color: #01579b;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    margin-right: 7px;
}
.pl_box .box_pad{
    padding: 30px 50px 10px 50px;  
}
.pl_box .box_pad2{
    padding: 20px 25px 25px 25px; 
}
.pl_box .box_topic{
    padding-bottom: 35px;
}
.pl_box .box_topic h4{
    margin: 0;
    font-size: 18px;
    line-height: 26px;
    color: #444;
    font-weight: 400;
    padding-bottom: 12px;
}
.pl_box .box_topic .box_item{
    display: flex;
    align-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    padding-left: 20px;
    font-size: 16px;
    color: #666;
    font-weight: 400;
}
.pl_box .box_topic .box_Answer{
    background-color: #f5f5f5;
    padding: 15px 20px;
    color: #888;
}
.pl_box .box_topic .box_item .item_txt{
    width: 100%;
    margin-bottom: 12px;
}
.pl_box .box_topic .box_item .item_txt span{
    color: #fff;
    background-color: #777;
    font-size: 14px;
    border-radius: 20px;
    padding: 6px 8px;
}
.pl_box .box_topic .box_item .item_type{
    width: calc(20% - 10px);
    margin: 0px 10px 10px 0;
    padding: 8px 12px;
    border: 1px dotted #bbb;
    border-radius: 3px;
}
.pl_box .textarea_css{
    font-size: 16px;
    line-height: 23px;
}
.Room_box{
    padding-top: 5px;
    padding-bottom: 40px;  
}
.Room_box:last-child{
    padding-bottom: 0;
}
.Room_day{
    padding-bottom: 15px;
    font-size: 17px;
}
.Room_day .day{
    font-size: 15px;
    background-color: #5FBDED;
    color: #fff;
    padding: 3px 10px;
    border-radius: 4px;
    margin-right: 15px;
}
.Room_list {
    width: 100%;
    border: 1px solid #ddd;
    font-size: 15px;
}
.Room_list tr {
    width: 100%;
    display: flex;
    border-bottom: 1px solid #ddd;
}
.Room_list tbody tr:last-child {
    border-bottom: 0;
}
.Room_list th,
.Room_list td{ 
    display: flex;
    -webkit-box-align: center;
    justify-content: center;
    text-align: center;
    align-items:center;
    line-height: 23px;
    padding: 8px 5px;
    color: #555;
}
.Room_list th{
    background-color: #E5F2F8;
    font-weight: normal;
}
.Room_list td{
    padding: 12px 5px;
}
.TGMemo_box{
    padding-bottom:40px;
    margin-bottom:40px;
    border-bottom: 1px solid #ddd;
}
.TGMemo_box:last-child{
    padding-bottom:20px;
    margin-bottom:0;
    border-bottom:0;
}
.TGMemo_box .Priority{
    padding: 0;
    font-size: 16px;
}
.TGMemo_box .Priority .label{
    font-weight: normal;
    font-size:14px;
}
.TGMemo_box .Priority .label-danger{
    background-color: #E76B67;
}
.TGMemo_box .Priority .label-success{
    background-color: #55BF8F;
}
.TGMemo_box .Priority .label-info{
    background-color: #55B9DD;
}
.TGMemo_box .Priority .fa_icon{
    color: #fff;
    font-size: 14px;
    padding-left:1px;
}
.TGMemo_box .title{
    font-size: 20px;
    padding: 18px 0 12px 0;
}
.TGMemo_box .content{
    line-height: 26px;
    color: #666;
}

@media all and (max-width: 992px) {
.run_Message{
    margin-top: 18px;
    margin-bottom: -15px;
}
.login{
    padding: 40px 50px;
}
.member_top{
    padding-top: 0px;
    padding-bottom: 30px;
}
.company_header h2 {
    padding-top: 35px;
    font-size: 28px;
}
.company_header h3 {
    font-size: 17px;
    line-height: 25px;
    padding-left: 15px;
    padding-right: 15px;
}
.company_vip h2 {
    font-size: 26px;
    margin-bottom: 30px;
}
.company_vip .flex_box .item{
    width: 33.333%;
}
.company_vip .item_box {
    max-height: 90px;
    min-height: 90px;
}
.company_vip .item_box img{ 
    max-height: 60px;
}
.member_width{
    flex-direction: column;
}
.member_width .width_left{
    width: 100%;
    margin-right: 0px;
}
.member_width .width_right{
    width: 100%;
}
.member_rule h3{
    font-size: 26px;
}
.member_index h3 {
    font-size: 23px;
}
.member_index .index_box{
    padding: 30px;
}
.member_index .index_box .icon{
    width: 100px;
}
.member_index .index_box .icon .fa{
    font-size: 38px;
    line-height: 80px;
    width: 80px;
    height: 80px;
}
.member_index .index_box .con {
    width: calc(100% - 110px);
}
.member_index .index_box .title1{
    font-size: 25px;
    line-height: 33px;
}
.member_index .index_box .title2{
    margin-top: 8px;
    font-size: 19px;
}
.member_menu{
    margin-right: 0px;
    margin-bottom: 40px;
}
.member_menu h3{
    display: none;   
}
.member_menu ul{
    border: 0;
    border-bottom: 1px solid #ddd;
}
.member_menu li{
    display: inline-block;
    border-bottom: 0;
    padding: 8px 15px;
    font-size: 16px;
}
.member_menu li.active{
    border-bottom:3px solid #fd5d5e;
}
.member_menu li a {
    font-weight: 700;
}
.member_menu li.active a{
    color: #fd5d5e; 
}
.member_menu .menu_infor {
    border-right: 0;
    border-left: 0;
    background-color: #f5f5f5;
    font-size: 16px;
    margin-bottom: 30px;
    display: flex;
    align-items:center;
    width: 100%;
}
.member_menu .menu_infor .icon{
    width: 70px;
    margin-bottom: 0px;
}
.member_menu .menu_infor .icon img {
    max-width: 70px;
}
.member_menu .menu_infor .icon .fa{
    box-shadow: none;
    font-size: 45px;
    line-height: 70px;
    width: 70px;
    height: 70px;
}
.member_menu .menu_infor .con {
    width: calc(100% - 100px);
    padding-left:15px;
} 
.member_menu .menu_infor .item{
    text-align: left;
}   
.member_box h3{
    font-size: 23px;
    margin-top: 30px;
}
.pl_box .box_topic .box_item .item_type{
    width: calc(33.3333% - 10px);
}
}

@media all and (max-width: 767px) {
.mlogin_top{
    padding:20px;
}
.company_header {
    min-height: 200px;
}
.company_header h2 {
    font-size: 25px;
}
.company_vip .flex_box .item{
    width: 50%;
    padding: 10px;
}
.company_vip .item_box a,
.company_vip .item_box a:hover {
    font-size: 16px;
}
.login h3{
    font-size: 21px;
}
.login .list {
    padding-bottom: 20px;
}
.login .list span{
    width: 80px;
}
.login .list .right{
    width: calc(100% - 80px);
}
.company_vip h2 {
    font-size: 23px;
    margin-bottom: 25px;
}
.member_rule{
    padding-top: 20px;
    padding-bottom: 20px;
}
.member_rule h3{
    font-size: 23px;
}
.member_index .index_box{
    padding: 20px;
}
.member_index h3 {
    font-size: 21px;
    margin-top: 10px;
}
.member_index .index_box .icon{
    width: 80px;
}
.member_index .index_box .icon .fa{
    font-size: 32px;
    line-height: 65px;
    width: 65px;
    height: 65px;
}
.member_index .index_box .con {
    width: calc(100% - 90px);
    font-weight: 700;
    color:#555;
}
.member_index .index_box .title1{
    font-size: 18px;
    line-height: 26px;
}
.member_index .index_box .title2{
    margin-top: 2px;
    font-size: 16px;
}
.member_item {
    margin-top: 30px;
}
.member_item a .fa {
    font-size: 30px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.member_item h4 {
    font-size: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
}
.member_item{
    flex-wrap:wrap;
}
.member_item .item:nth-child(4){
    border-left: 1px solid #ddd;
}
.member_item .item:nth-child(4),
.member_item .item:nth-child(5){
    border-top: none;
}
.member_item .item{
    width: 33.3333%;
}
    
.member_tab li a {
    padding: 15px;
}
.border{
    border: 0;
    padding: 40px;
}
.member_menu li{
    padding: 8px 10px;
    font-size: 15px;
}
.member_box h3{
    font-size: 21px;
    margin-bottom: 20px;
    padding-left: 10px;
}
.member_box .box_head {
    padding: 15px 20px;
}
.member_box .box_con h4 {
    padding: 13px 15px;
}
.member_box .box_pad {
    padding: 15px;
    min-height:inherit;
}
.member_box .con_pad{
    padding: 15px;
}
.member_box .con_bg{
    padding: 15px 15px 8px 15px;
}
.table_list{
    border: 0;
}
.table_list tr{
    display: block;
    border: 1px solid #E1E1E1;
    margin-bottom: 20px;
    border-bottom: 0;
}
/*
.table_list tr:nth-child(even){
    margin-bottom: 20px;
    border-top: 0;
}
*/
.table_list thead{
    display: none;
}
.table_list td{
    padding: 0;
    -webkit-box-align: center;
    align-items: center;
    border-bottom: 1px solid #E1E1E1;
    justify-content: center;
    width: 100%;
    display: table;
}
.table_list td:nth-child(n){
    width: 100%; 
}
.table_list td::before {
    content: attr(data-th) " ";
    font-weight: bold;
    width: 100px;
    background-color: #f5f5f5;
    border-right: 1px solid #E1E1E1;
    display: table-cell;
    padding: 10px;
}
.table_list td div{
    width: calc(100% - 100px);
    padding: 6px 10px;
    text-align: left;
    display: table-cell;
}
.table_list td div .FeeMemo{
    padding: 0;
}
.table_list .btn_detail{
    display: inline;
}
.table_list .OtherMemo{
    border-bottom:1px solid #ddd;
    background-color:#fff;
    text-align: center;
}
.member_box .box_con .con_section {
/*    padding: 20px 20px 10px 20px;*/
}
.member_box .box_con .Classify_tab>li>a {
    padding: 5px 10px;
}
.member_box .box_con .con_section .detail_item .item_left{
    width: calc(100% - 100px);
}
.member_box .box_con .con_section .detail_item .item_right{
    width: 100px;
}
.pl_btn_pad{
    padding-top: 40px;
    padding-bottom: 10px;
}
.pl_title {
    font-size: 26px;
    margin-top: 5px;
    margin-bottom: 25px;
}
.pl_box {
    margin-bottom: 30px;
}
.pl_box h3{
    font-size: 19px;
}
.pl_box h3 .fa_icon {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 15px;
    margin-right: 5px;
}
.pl_box .box_pad {
    padding: 30px 30px 0px 30px;
}
.pl_box .box_topic .box_item .item_type{
    width: calc(50% - 10px);
}
}

@media all and (max-width: 640px) {
.login .other_login a{
    margin: auto 6px;
    width: 52px;
    height: 52px;
    line-height: 52px;
}
.member_box .box_head .box_table .item .btn {
    margin-left: 10px;
    margin-bottom: 5px; 
}
.member_box .box_con .box_flex .item {
    width: 100%;
}
.member_box .box_con .box_flex .box_right {
    padding-right: 0px;
}
.table_detail .detail_flex {
    width: 100%;
}
.table_detail .detail_flex:nth-child(even) .detail_left {
    border-left:0;
} 
.table_detail .detail_flex:nth-last-child(2) .detail_left {
    border-bottom: 1px solid #eaeaea;
}
.table_detail .detail_flex:nth-last-child(2) .detail_right {
    border-bottom: 1px solid #eaeaea;
}
.btn_GreenB, .btn_GreenB:focus{
    font-size: 15px;
    padding: 8px 20px;
}
.btn_RedB, .btn_RedB:focus{
    font-size: 15px;
    padding: 8px 20px;
}
.pl_box .box_pad {
    padding: 25px 20px 0px 20px;
}
.pl_box .box_pad2 {
    padding: 15px 15px 20px 15px;
}
.pl_box .box_topic .box_item .item_type{
    width: 100%;
    margin: 0px 0px 10px 0;
}
}

@media all and (max-width: 480px) {
.mlogin_top{
    padding:0px;
}
.login{
    padding: 35px 25px;
}
.company_header {
    display: none;
}
.member_box .con_bg{
    padding: 18px 20px 12px 20px;
}
.member_box .box_con .Classify_tab>li>a {
    font-size: 14px;
}
.member_box .box_con .con_section .detail_item {
    padding: 10px 12px;
}
.member_box .box_con .con_section .detail_item .item_left{
    width: calc(100% - 80px);
    padding-right: 10px;
    font-size: 15px;
}
.member_box .box_con .con_section .detail_item .item_right{
    width: 80px;
}
.border{
    padding: 30px 20px;
}
}