@charset "utf-8";
/*-----------------------------------------------
Name:     Ginat Travel -UI 2015-css
Date:     2015-9-02-start
----------------------------------------------- */

/*FORM
----------------------------------------------*/
.keyins {
    padding: 7px 10px;
    margin-bottom: 2px;
    color: #666666;
    border: #dce4ee 1px solid;
    background: #ffffff;
    font-family: Arial, STHeiti, "Microsoft JhengHei", "微軟正黑體", sans-serif;
    font-size: 1.4rem;
    outline: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
.form_region .keyins {
    padding: 9px 10px;
}
.keyins:focus {
    color: #000000;
    border: #5bb5f4 1px solid;
    background-color: #eef4f7;
}
select.keyins {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    text-overflow: '';
    text-indent: 0.01px;
    padding-right: 40px;
}
select.keyins,
select.keyins:focus {
    outline: none;
    background-image: url(../images/icon_selectdown.png);
    background-position: right center;
    background-repeat: no-repeat;
}
select::-ms-expand {
    display: none;
}
@-moz-document url-prefix() {
    select.keyins {
        height: 3.6rem;
    }
    .keyins {
        padding: 8px 10px;
    }
}
.k_error {
    border: #e60012 1px solid;
    background: #f8f4f4;
}
.keyins.k_password {
    background: url(../images/icon_lock.png) no-repeat 5px center;
    padding-left: 30px;
}
.txterror {
    color: #d01821;
    font-size: 1.3rem;
    margin-left: 2px;
}
input + .txterror,
textarea + .txterror {
    margin-top: -7px;
    margin-bottom: 10px;
}
textarea + .txterror {
    margin-top: -10px;
}
.txterror img {
    vertical-align: middle;
    margin-right: 3px;
    margin-top: -2px;
}
/*BTN
-----------------------------------------------*/
.btn_style {
    display: inline-block;
    padding: 10px 15px 10px;
    text-align: center;
    background-color: #0458e7;
    border: #0458e7 1px solid;
    color: #ffffff;
    font-size: 1.5rem;
    line-height: 100%;
    outline: none;
    cursor: pointer;
    -webkit-appearance: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.btn_style.bs_cancel {
    background-color: #7f868b;
    border-color: #7f868b;
}
.btn_style:hover,
a.btn_style:hover,
.btn_style.bs_cancel:hover {
    background-color: #063f66;
    border: #063f66 1px solid;
    text-decoration: none;
}
.btn_style:active,
a.btn_style:active,
.btn_style.bs_cancel:active,
a.btn_style.bs_bikeCarried:active,
a.btn_style.bs_qa:active {
    background-color: #031a2b;
    text-decoration: none;
}
a.btn_style,
.btn_style.btn_style-o:hover {
    color: #ffffff;
}
.btn_style.btn_style-o {
    background-color: #ffffff;
    border: #d8e7f7 1px solid;
    color: #0458e7;
    vertical-align: middle;
    box-shadow: 1px 1px 0px rgba(0,0,0,0.1);
}
.btn_style-o span {
    font-size: 2rem;
}
.btn_style.bs_bikeCarried,
.attendstep .btn_style.bs_bikeCarried,
.btn_style.bs_qa,
.attendstep .btn_style.bs_qa,
.btn_style.bs_downloadpdf {
    color: #000000;
    text-decoration: none;
    background: #ffffff no-repeat;
    border: #b2d9f6 1px solid;
    box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
    padding: 17px 20px;
    padding-left: 55px;
    width: inherit;
}
.btn_style.bs_bikeCarried,
.attendstep .btn_style.bs_bikeCarried {
    background-image: url(../images/icon_word.png);
    background-position: 20px 12px;
}
.btn_style.bs_qa,
.attendstep .btn_style.bs_qa {
    background-image: url(../images/icon_qa.png);
    background-position: 20px 13px;
}
.btn_style.bs_downloadpdf {
    background-image: url(../images/icon_download.png);
    background-position: 20px 8px;
}
a.btn_style.bs_bikeCarried:hover,
a.btn_style.bs_qa:hover,
.btn_style.bs_downloadpdf:hover {
    text-decoration: none;
    background-color: #0458e7;
    border: #0458e7 1px solid;
    color: #ffffff;
}
a.btn_style.bs_bikeCarried:hover{
    background-position: 20px -39px;
}
a.btn_style.bs_qa:hover {
    background-position: 20px -38px;
}
.btn_style.bs_downloadpdf:hover {
    background-position: 20px -41px;
}
a.btn_style.bs_bikeCarried:active,
a.btn_style.bs_qa:active,
.btn_style.bs_downloadpdf:active {
    top: 1px;
    position: relative;
}
/*Search's btn*/
.btn_search {
    background: #0458e7 url(../images/icon_search.png) no-repeat center;
    display: inline-block;
    vertical-align: top;
    width: 32px;
    height: 32px;
    text-indent: -9999px;
    cursor: pointer;
    outline: none;
}
.btn_search:hover {
    background-color: #063f66;
}
.btn_search:active {
    background-color: #031a2b;
}
/*Clear Search's btn*/
.btn_clearsearch{
    display: inline-block;
    margin-left: -20px;
    position: relative;
    top: -1px;
    left: -7px;
    z-index: 1;
    width: 20px;
    height: 20px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    background: #98adb8;
}
.btn_clearsearch .btnicon{
    display: block;
    width: 100%;
    height: 100%;
    font-size: 1.5rem;
    line-height: 20px;
    text-align: center;
}
/*Play's btn*/
.btn_play {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -19px;
    margin-left: -28px;
    width: 58px;
    height: 42px;
    background: red url(../images/icons_arrow.png) -120px 0;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    text-indent: -9999px;
}
.btn_play:hover {
    background-color: #000;
}
.btn_play a {
    display: block;
    height: 100%;
}
/*Back's btn*/
.btn_back {
    display: block;
    width: 27px;
    height: 27px;
    background: url(../images/icons_arrow.png) no-repeat -180px 0 ;
    text-indent: -9999px;
}
.btn_back:hover {
    background-position: -180px -60px;
}
.btn_back:active {
    background-position: -180px -59px;
}
/*More's btn*/
.btn_more {
    display: block;
    text-align: right;
    padding: 10px 15px;
    color: #555555;
}
.btn_more:hover {
    color: #0458e7;
}
.btn_more::after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin-top: -3px;
    margin-left: 5px;
    width: 5px;
    height: 5px;
    border-top: 3px solid;
    border-right: 3px solid;
    border-color: #0458e7;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}
/*Close's btn*/
.btn_close {
    background: #0458e7 url(../images/icon_delete_w.png) no-repeat center;
    width: 32px;
    height: 32px;
    text-indent: -9999px;
    display: inline-block;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.btn_close:hover {
    background-color: #063f66;
}
.btn_close:active {
    background-color: #031a2b;
    margin-top: 1px;
}
/*Code's btn*/
.codeimg,
.btn_return {
    display: inline-block;
    vertical-align: middle;
}
.codeimg img {
    height: 37px;
    display: block;
}
.btn_return {
    width: 27px;
    height: 27px;
    text-indent: -9999px;
    margin-left: 10px;
    background: url(../images/icon_return.png) no-repeat 0 0;
}
.btn_return:hover {
    background-position: 0 -51px;
}
.btn_return:active {
    background-position: 0 -50px;
}
/*Add's btn*/
.btn_add {
    display: inline-block;
    /*float: right;*/
    padding: 5px 15px;
    color: #0458e7;
    font-size: 1.6rem;
}
.btn_add:hover {
    color: #000000;
}
.btn_add::before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin-top: -3px;
    margin-right: 5px;
    width: 17px;
    height: 17px;
    background: url(../images/icon_plus.png) no-repeat;
}

/*GALLERY
-----------------------------------------------*/
.gui-gallery_region{
    /*width: 588px;
    height: 310px;*/
    position: relative;
}
.gui-gallery_region .images_list{
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    overflow: hidden;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.gil_img{
    width: 100%;
    height: 100%;
}
.gui-gallery_region .images_list img{
    width: 100%;
    height: 100%;
}
.gui-gallery_region .list-control{
    display: none;
}
.gui-gallery_region:hover .list-control{
    display: block;
}
.gui-gallery_region .list-control .btn_control {
    position: absolute;
    display: block;
    width: 60px;
    height: 60px;
    margin-top: -30px;
    top: 50%;
    background: rgba(255,255,255,0.7) url(../images/icons_arrow.png) no-repeat;
    text-indent: -9999px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
}
.gui-gallery_region .list-control .btn_control:hover {
    background-color: #0458e7;
}
.gui-gallery_region .btn_control.b_prev{
    left: 3%;
    background-position: 0 0;
}
.gui-gallery_region .btn_control.b_next{
    right: 3%;
    background-position: -60px 0;
}
.gui-gallery_region .btn_control.b_prev:hover{
    background-position: 0 -60px;
}
.gui-gallery_region .btn_control.b_next:hover{
    background-position: -60px -60px;
}
.gui-gallery_region .btn_control.b_prev:active{
    margin-top: -29px;
}
.gui-gallery_region .btn_control.b_next:active{
    margin-top: -29px;
}
/*SELECTBOX*/
.gui-selectbox_region {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}
.thumbs_list {
    text-align: center;
    margin: 12px 0;
}
.gui-selectbox_region li {
    display: inline-block;
    margin-right: 3px;
    position: relative;
}
.gui-selectbox_region a i {
    display: inline-block;
    vertical-align: middle;
    text-indent: -9999px;
    background: #cccccc;
    box-shadow: 1px 1px 2px rgba(0,0,0,0.35);
    width: 14px;
    height: 14px;
    margin-right: 5px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
}
.gui-selectbox_region a:last-of-type i {
    margin-right: 0;
}
.gui-selectbox_region a:hover i {
    background: #0458e7;
}
.gui-selectbox_region li.current a i {
    width: 15px;
    height: 15px;
    background: #0458e7;
    border: #ffffff 5px solid;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
}
.showimg {
    display: none;
    opacity: 0;
}
.gui-selectbox_region a:hover .showimg {
    display: block;
    opacity: 1;
    width: 170px;
    position: absolute;
    bottom: 40px;
    padding: 5px;
    left: 0;
    background-color: #fff;
    margin-left: -80px;
}
.gui-selectbox_region li.current a .showimg {
    margin-left: -75px;
}
.showimg::after {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -13px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 14px 12px 0 12px;
    border-color: #ffffff transparent transparent transparent;
}
.showimg img {
    width: 100%;
    display: block;
}
/*SELECTBOX_NUM*/
.gui-selectbox_num_region{
    text-align: center;
    width: 100%;
    clear: both;
}
.gui-selectbox_num_region a,
.pageoverflow{
    display: inline-block;
    vertical-align: middle;
    min-width: 10px;
    margin: 0 5px;
    font-size: 1.4rem;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.gui-selectbox_num_region a{
    color: #ffffff;
    background-color: #222222;
    /*border: #ffffff 1px solid;*/
    padding: 0 5px;
}
.gui-selectbox_num_region a:hover{
    background-color: #0078c2;
    text-decoration: none;
}
.gui-selectbox_num_region a:active{
    background-color: #0078c2;
    margin-top: 1px;
}
.gui-selectbox_num_region a.current{
    padding: 5px 10px;
    background: #0458e7;
    border: #ffffff 3px solid;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}
.gui-selectbox_num_region a:active{
    margin-top: 1px;
}
.gui-selectbox_num_region .btn_control {
    display: inline-block;
    text-indent: -9999px;
    width: 27px;
    height: 27px;
    background: url(../images/icons_arrow.png) no-repeat;
}
.gui-selectbox_num_region .b_prev {
    background-position: -180px 0;
}
.gui-selectbox_num_region .b_next {
    background-position: -240px 0;
}
.gui-selectbox_num_region .b_prev:hover {
    background-color: transparent;
    background-position: -180px -60px;
}
.gui-selectbox_num_region .b_next:hover {
    background-color: transparent;
    background-position: -240px -60px;
}
.gui-selectbox_num_region .b_prev:active {
    background-position: -180px -59px;
}
.gui-selectbox_num_region .b_next:active {
    background-position: -240px -59px;
}
/*TAB
-----------------------------------------------*/
.qui-tab_region {
    clear: both;
    background-color: #f0f7fd;
    border: #f0f7fd 1px solid;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
}
.qui-tab_header li {
    float: left;
    display: inline-block;
    /*width: 50%;*/
    text-align: center;
    /*border-right: #f0f7fd 1px solid;*/
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
/*.qui-tab_header li:last-of-type {
    border-right: none;
}*/
.qui-tab_header li a {
    display: block;
    padding: 10px 20px;
    background-color: #ffffff;
    font-size: 1.7rem;
    color: #000000;
}
.qui-tab_header li.current a {
    background-color: #f0f7fd;
}
.qui-tab_header li a:hover {
    color: #0458e7;
    text-decoration: none;
}
.qui-tab_header .btnicon {
    display: inline-block;
    vertical-align: middle;
    width: 60px;
    height: 60px;
    margin-right: 5px;
    /*background: url(../images/icons_cyclinggps.png) no-repeat;*/
}
.qui-tab_content {
    padding: 30px;
    clear: both;
}
.qui-tab_header .list_amount {
    margin: 0 5px;
    font-size: 85%;
    margin-top: -6px;
    vertical-align: middle;
    display: inline-block;
}
.nodata_region {
    width: 450px;
    min-height: 170px;
    margin: 30px auto;
}
.nd_content,
.nodata_region::before {
    display: block;
    float: left;
}
.nd_content {
    width: calc(100% - 170px);
    font-size: 1.3rem;
}
.nodata_region::before {
    content: '';
    width: 170px;
    height: 170px;
    background: url(../images/icon_searchwarnning.png) no-repeat left top;
}
.nodata_region .btn_style {
    margin-top: 10px;
}
.nodata_region h4 {
    color: #444444;
    margin-bottom: 12px;
}
/*POSTNAV
-----------------------------------------------*/
.detail_postnav{
    clear: both;
}
.detail_postnav strong{
  display: block;
  font-size: 1.7rem;
  margin-bottom: 7px;
}
.detail_postnav a{
  display: block;
}
.detail_post_prev,
.detail_post_next{
  width: 46%;
  line-height: 120%;
}
.detail_post_prev{
  float: left;
}
.detail_post_next{
  float: right;
}
.detail_post_next strong,
.detail_post_next a{
  text-align: right;
}
/*EDITOR
-----------------------------------------------*/
.editor_region {
    clear: both;
    line-height: 190%;
}
.editor_region img{
    max-width: 100%;
    vertical-align: middle;
}
.editor_region a{
    text-decoration: underline;
}
.editor_region p {
    margin: 10px 0;
}
.editor_region li {
    line-height: 145%;
    margin-bottom: 8px;
}
.editor_region ul {
    margin: 10px 0;
    margin-left: 2px;
}
.editor_region ul li {
    background: url(../images/icon_point_gray.gif) no-repeat 3px 4px;
    padding-left: 20px;
}
.editor_region ol {
    margin: 10px 0;
    margin-left: 23px;
}
/* Firefox */
@-moz-document url-prefix() {
    .editor_region ol {
        margin-left: 20px;
    }
}
.editor_region ol li {
    list-style-type: decimal;
}
.editor_region table {
    clear: both;
    border-top: #92aac9 1px solid;
    border-bottom: #92aac9 1px solid;
    margin-bottom: 10px;
}
.editor_region caption {
    font-size: 1.6rem;
    margin: 7px 0;
    padding-left: 15px;
    text-align: left;
}
.editor_region table th {
    font-size: 1.6rem;
    color: #768d9d;
    background: #f6fafd;
    border-right: #92aac9 1px solid;
    padding-left: 15px;
    text-align: left;
}
.editor_region table th + th:last-of-type {
    border-right: none;
}
.editor_region td + td{
    border-left: #dce4ee 1px solid;
}
.editor_region th,
.editor_region td {
    padding: 5px 15px;
    border-bottom: #dce4ee 1px solid;
}
.editor_region strong {
    color: #000000;
    font-weight: bold;
}

/*DIALOG
-----------------------------------------------*/
.qui-dialog_region{
}
.widget_overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #031a2b\0;
    filter:alpha(opacity=80)\0; /* IE */
    z-index: 100;
}
:root .widget_overlay {
    background-color: rgba(3,26,43,0.8);
}
.widget_main {
    position: relative;
    max-width: 420px;
    min-height: 200px;/*
    left: 50%;
    top: 50%;
    margin-left: -200px;
    margin-top: -100px;*/
    z-index: 101;
    background-color: #ffffff;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    padding: 20px;
    outline: 0;
    overflow: hidden;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
.widget_main .page_illustration {
    position: absolute;
    right: -30px;
    top: -10px;
    z-index: 1;
}
.wm_content {
    position: relative;
    z-index: 1;
}
.wm_content.gui-gallery_region {
    z-index: 0;
}
.widget_main .btn_close {
    position: absolute;
    right: 20px;
    z-index: 2;
}
.wmc_title {
    font-size: 2rem;
    color: #0458e7;
    margin-right: 45px;
    margin-top: 10px;
    margin-bottom: 20px;
    padding-left: 5px;
}
.wmc_message {
    border-top: #ccc 1px solid;
    padding: 20px 5px 0;
    background-color: #ffffff;
    max-height: 350px;
    overflow: auto;
}

.diffprice table{
    width:100%; 
    margin-top:20px;
}

.diffprice table:first-child{
    width:100%;
    margin-top:0px;
}
.diffprice table tr:first-child{
    background-color:#dae8f9;
    height:35px;
}

.diffprice table tr{
   height:30px; 
}
.diffprice table tr:first-child{
    background-color:#dae8f9;
    height:35px;
}
.diffprice table tr td{
    font-size:small;
}
.diffprice table tr td:first-child{
    text-align:center;
}
.diffprice table tr td:nth-child(2){
    text-align:left;
}
.diffprice table tr td:nth-child(3){
    text-align:right;
    padding-right:10px;
}
.diffprice table tr:first-child td:first-child{
    font-size:1.5rem; 
    color:#000; 
    font-weight:bold;
    text-align:center;
    width:92px;
}
.diffprice table tr:first-child td:nth-child(3){
    font-size:1.5rem; 
    color:#000; 
    font-weight:bold;
    text-align:right;
    padding-right:10px;
}

.wm_content.gui-gallery_region .wmc_message {
    border-top: none;
    padding: 0;
    background-color: #ececec;
}
.widget_main .btn_region {
    text-align: center;
    margin: 20px 0;
}
.wm_content .form_region {
    margin-top: 20px;
}
.wm_content form input {
    margin-bottom: 5px;
}
.wm_content .form_region .k_idcard {
    width: calc(100% - 34px);
}
/*STEP_REGION
-----------------------------------------------*/
.qui-step_region {
    min-height: 85px;
}
.qui-step_region li {
    float: left;
    /*width: 25%;*/
}
.qsr_three li {
    width: 33.3%;
}
.qsr_four li {
    width: 25%;
}
.qui-step_region li.current {
    position: relative;
    z-index: 1;
}
.qui-step_region .step_brief,
.qui-step_region .qui-thumbtack  {
    display: inline-block;
    vertical-align: middle;
}
.qui-step_region .step_brief {
    font-size: 1.8rem;
    color: #333333;
    width: calc(100% - 80px);
}
.qui-step_region .current .step_brief {
    color: #0458e7;
}
.qui-step_region .qui-thumbtack {
    margin-right: 10px;
    position: relative;
}
.qui-step_region .current .qui-thumbtack {
    background-color: #0458e7;
}
.qui-step_region .current .qui-thumbtack::after {
    border-color: #0458e7 transparent transparent transparent;
}
.qui-step_region .qui-thumbtack .qui-tb-number {
    font-weight: normal;
}
.aidline {
    display: block;
    background-color: #e3e6e8;
    height: 7px;
    width: 100%;
    margin-top: 13px;
    margin-left: 10px;
    z-index: 0;
}
.qui-step_region li:first-of-type .aidline,
.qui-step_region li.current .aidline,
.qui-step_region .pass .aidline {
    margin-left: 20px;
}
.qui-step_region li:last-of-type .aidline {
    margin-left: 0;
    width: 100%;
}
.qui-step_region .current .aidline,
.qui-step_region .pass .aidline {
    background-color: #145a8f;
}
.qui-step_region .current .aidline {
    width: 97%;
}
.current .aidline::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 3px 0 4px 7px;
    border-color: transparent transparent transparent #145a8f;
    float: right;
    margin-right: -6px;
}
.current:last-of-type .aidline::after {
    display: none;
}
.qui-step_region .pass .qui-thumbtack::after {
    border-color: #9fc5e1 transparent transparent transparent;
}
.qui-step_region .pass .step_brief {
    color: #9fc5e1;
}
.qui-step_region .pass .qui-thumbtack {
    background-color: #9fc5e1;
}
/*ROW
-----------------------------------------------*/
.row {
    clear: both;
}
.ft_title {
    width: 75px;
}
.ft_title,
.ft_title + .column {
    float: left;
}
.ft_title + .column {
    width: calc(100% - 80px);
}
.ft_title.required,
.ft_title.required strong {
    color: #1a9ced;
}
/*TOTAL
-----------------------------------------------*/
.money_region {
    text-align: right;
    margin-bottom: 50px;
    clear: both;
    position: relative;
}
.total{
    display: inline-block;
    background-color: #e5f0f9;
    padding: 10px;
    margin-bottom: 10px;
}
.total_block {
    /*border-right: #c0d3e3 1px solid;*/
    display: inline-block;
    vertical-align: top;
    padding: 10px 25px;
    font-size: 1.7rem;
    color: #000000;
}
.masa_balance {
    border-right: #c0d3e3 1px solid;
    border-left: #c0d3e3 1px solid;
}

.total_block strong {
    display: block;
    text-align: right;
    line-height: 120%;
    margin-bottom: 10px;
}

.total_block .masa_strong {
    border-bottom:1px #c0d3e3 dashed;
    padding:0px 0px 12px 50px;
    margin-bottom:8px;
}
.total_block .sub_balance_title{
    color:#999; 
    font-size:1.4rem;
}
.total_block .sub_balance_price{
    color:#000; 
    font-size:1.5rem;
    margin-bottom:8px
}
.total_block .total_balance_price{
    margin-top:10px;
    padding-top:10px;
    border-top:1px #c0d3e3 dashed;
}

.total_block .sub_balance_item {
    margin-top:15px;
    font-size:1.4rem;
    color: #0458e7;
    font-weight: bold;
}

.total_block .under_line{
    border-bottom: 1px solid #666;
}
.total_block em {}
.total_block span {
    font-size: 2.5rem;
    margin: 0 0 0 5px;
}
.tb_people {
    padding: 5px 25px 10px;
}
.peopletitle {
    display: inline-block;
    text-indent: -9999px;
    width: 100%;
    height: 36px;
    background: url(../images/icon_people.png) no-repeat center;
}
.total_block.tb_people strong {
    display: block;
    text-align: left;
    margin-bottom: 5px;
}
.tb_people span {
    color: #0458e7;
}
/*.tb_deposit {
    color: #d3000a;
}*/
.total_block.highRed {
    color: #d3000a;
}
.tb_balance {
    color: #000;
}
.tb_balance.nobalance {
    color: #000;
}
.tb_totalmoney {
    border-right: none;
    padding-right: 15px;
}
.tb_deposit span,
.tb_totalmoney span {
    margin-right: 0;
}
/*OTHER
-----------------------------------------------*/
.style_space {
    display: inline-block;
    vertical-align: middle;
    font-size: 1.6rem;
    line-height: 1.6rem;
    color: #555555;
    margin: 0px 10px;
    text-indent: -9999px;
    border-right: #555555 1px solid;
}
.obfit_contain {
    object-fit: contain;
    -webkit-object-fit: contain;
}
.page_illustration {
    display: block;
    position: relative;
    z-index: 0;
    background: url(../images/icon_stamp.png) no-repeat;
    width: 205px;
    height: 155px;
    float: right;
    margin-top: -60px;
}
.slogan {
    font-size: 1.8rem;
    color: #0458e7;
}
.subtitle {
    font-size: 1.5rem;
    color: #000000;
}
.underline {
    display: inline-block;
    text-decoration: none;
    border-bottom: #666666 1px solid;
    line-height: 100%;
    min-width: 35px;
}
.txtnote {
    color: #888888;
    font-size: 1.3rem;
    padding-left: 2px;
}
.txtmarked {
    color: #0458e7;
}
.iconflag {
    display: inline-block;
    /*position: absolute;
    top: 50%;
    left: 15px;
    margin-top: -7px;*/
    background-color: red;
    z-index: 1;
    width: 16px;
    height: 14px;
    text-indent: -9999px;
}

/*CLEAR
----------------------------------------------*/
.clear::after,
.footer_main::after,
.content_wrap_in::after,
.search_result .list_result li::after,
.cycling_list::after,
.cycling_list li a::after,
.echo_list li::after,
.share_region::after,
.download_list li::after,
.qui-step_region::after,
.customer_form .qui-allLevel > ul::after,
.attendstep .base_info::after,
.attendstep .column::after,
.signinform_info::after,
.methodlist li::after,
.finshpay_region::after,
.oi_serviceman::after,
.ci_group::after,
.of_detail .row::after {
    display: block;
    content: '';
    clear: both;
}
/*.content_wrap_in{
    display: table;
}*/

/*PC的1280以下＋pad的1024---------------*/
@media screen and (max-width:1279px),(max-device-width:1024px) and (orientation:landscape) {
    .midcontent .gui-gallery_region {
        width: 100%;
    }
}
/*720~----------*/
@media screen and (max-width: 720px) {
    .content_wrap .keyins {
        padding: 12px 10px;
    }
    .page_illustration {
        width: 10rem;
        height: 8rem;
        background-size: 10rem;
        margin-right: -1.5rem;
    }
    .gui-selectbox_num_region .btn_control {
        margin: 0;
        padding: 0;
    }
    .pageoverflow,
    .gui-selectbox_num_region a.firstpage,
    .gui-selectbox_num_region a.lastpage,
    .qui-tab_header .btnicon,
    .qui-step_region li.pass,
    .qui-step_region li.current + li ~ li,
    .nodata_region::before {
        display: none;
    }
    .qui-tab_region {
        margin-top: 3rem;
    }
    .qui-tab_header li a {
        padding: 20px 0;
    }
    .qui-tab_content {
        padding: 10px;
    }
/*    li.si_line {
        display: block;
    }*/
    .widget_main {
        max-width: 90%;
        min-width: inherit;
    }
    .widget_main .page_illustration {
        right: 0;
        top: -27px;
        margin: 0;
    }
    .qui-step_region {
        min-height: 57px;
        margin-right: 5px;
    }
    .qui-step_region li {
        width: 50%;
    }
    .qui-step_region .qui-thumbtack {
        left: inherit;
        top: inherit;
        margin-right: 0;
    }
    .qui-step_region .qui-thumbtack .qui-tb-subtitle {
        font-size: 1.2rem;
    }
    .qui-step_region .step_brief {
        width: calc(100% - 60px);
        margin-top: 10px;
        height: 3rem;
    }
    .aidline {
        margin-top: 3px;
        margin-left: 0px;
    }
    .qui-step_region li:first-of-type .aidline,
    .qui-step_region li.current .aidline {
        margin-left: 10px;
    }
    .qui-thumbtack .qui-tb-number {
        font-weight: normal;
    }
    .wmc_message {
        padding: 20px 5px 10px;
    }
    .money_region {
        margin-bottom: 0px;
    }
    .total {
        display: block;
        text-align: left;
    }
    .total_block {
        border: none;
        border-bottom: #c0d3e3 1px solid;
        display: block;
        width: 100%;
        padding: 17px 15px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        text-align: right;
    }
    .tb_people {
        padding: 5px 15px;
    }
    .tb_totalmoney {
        border-bottom: none;
    }
    .total_block strong,
    .total_block em {
        vertical-align: middle;
    }
    .total_block strong {
        display: inline-block;
        text-align: left;
        margin: 0;
    }

    .total_block .masa_strong {
        border-bottom:0px #c0d3e3 dashed;
        padding: 0px 0px 12px 0px;
        margin-bottom:8px;
    }
    .total_block em span {
        vertical-align: text-bottom;
    }
    .total_block.tb_people strong {
        display: inline-block;
        width: 36px;
    }
    .codeimg img {
        height: inherit;
    }
    .nodata_region {
        width: 90%;
        min-height: inherit;
    }
    .nd_content {
        width: 100%;
        float: none;
    }
}
/*540~----------*/
@media screen and (max-width: 540px) {
    .qui-step_region .step_brief {
        height: 3.6rem;
    }
}

