@charset "utf-8";
/* CSS Document */

select {
    /*Chrome和Firefox里面的边框是不一样的，所以复写了一下*/
    border: none;

    /*很关键：将默认的select选择框样式清除*/
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;

    /*在选择框的最右侧中间显示小箭头图片*/
    background: transparent;

    /*为下拉小箭头留出一点位置，避免被文字覆盖*/
    padding-right: 14px;
}

/*清除ie的默认选择框样式清除，隐藏下拉箭头*/
select::-ms-expand {
    display: none;
}

body {
    font-family: "微软雅黑";
}

.logo {
    padding-top: 10px;
}

#imp_mes_check {
    margin-top: 20px;
    padding-left: 20px;
}

.form_box .check_tip {
    color: #a71b11;
}

.form_box .section_title {
    background: url(../images/line.png) repeat-x left center;
    margin-bottom: 20px;
    margin-top: 10px;
}

.form_box p {
    color: #666;
}

.form_box ol {
    padding-left: 16px;
    color: #666;
}

.form_box .section_title h2 {
    padding: 5px 10px 5px 0;
    background: #fff;
    display: inline-block;
}

.plr_15 .tip_p.error,
.preview_box .tip_p.error,
.form-horizontal .tip_p.error {
    text-align: left;
    color: #a71b11 !important;
    overflow: hidden;
}

.form_box .p_select {
    color: #a71b11;
}

.color_red {
    color: #a71b11;
}

.color_666 {
    color: #666;
}

.color_999 {
    color: #999;
}

.color_999 p {
    color: #999;
}

.plr_10 {
    padding: 0 15px;
}

.border_none {
    border: none !important;
}

.form_box .form-group {
    margin-bottom: 20px;
}

.form_box .control-label {
    color: #666;
    font-weight: normal;
    text-align: left;
}

.form_box .form-control {
    height: 32px;
}

.form_box .multi_line_input input {
    margin-bottom: 8px;
}

.form_box .form-group .select_bg {
    text-align: left;
    background: url(../images/select.png) no-repeat right center;
}

.form_box .more_input input {
    display: inline-block;
    margin-left: 0;
}

.form_box .more_select .selector {
    position: relative;
    display: inline-block;
    margin-left: 5px;
}

.form_box .more_select select {
    margin-left: 0px;
}

.form_box .more_select .select_bg {
    margin-left: 0px;
    border: none;
    width: 100%;
}

.tip_p {
    margin-left: 20px;
    padding: 5px 0 0 5px;
}

.green_box .checkbox {
    margin-bottom: 10px;
    padding-left: 20px;
}

.btn_box {
    padding-top: 20px;
}

.btn_box .btn {
    width: 96%;
    color: #fff;
    background: #0066b3;
    display: block;
    margin: auto;
}

.btn_box .btn {
    width: 106px;
    display: inline-block;
    height: 32px;
    margin-left: 0px;
}

.btn_box .btn + .btn {
    margin-left: 20px;
}

.form_box .checkbox label {
    padding-left: 0;
}

.form_box .checkbox .tel_beizhu {
    margin-left: 1px;
    height: 30px;
}

.form_box .instruction_tip .control-label {
    padding-left: 20px;
}

.form_box .instruction_tip {
    overflow: hidden;
}

.card_name_check {
    margin: 0 5px;
    padding: 10px 0;
}

.card_name_check p {
    margin-bottom: 5px;
}

.card_num label {
    font-weight: normal;
}

.card_num input {
    height: 32px;
    width: 240px;
    padding: 0 5px;
}

.card_num {
    margin-top: 10px;
}

.text_style .text_p {
    text-indent: 24px;
}

.text_style .text_font {
    margin-top: 20px;
    text-indent: 0;
}

.select_val {
    position: relative;
}

.select_val select {
    height: 32px;
    position: absolute;
    left: 0;
    top: 0;
    margin-left: 0;
    width: 92%;
    padding-left: 10px;
    padding-right: 42px;
}

/*预览页*/
.preview_br {
    border: 1px solid #ccc;
    max-width: 660px;
}

.preview_box {
    padding: 10px 20px 20px 20px;
    overflow: hidden;
}

.preview_box .row {
    padding-bottom: 10px;
}

.preview_value {
    word-break: break-all;
}

.preview_title {
    color: #0066b3;
    font-weight: bold;
    margin-top: 10px;
}

.btn_box .preview_btn {
    width: 106px;
    display: inline-block;
    height: 32px;
}

.br_ccc {
    border: 1px solid #ccc;
}

.sure_box {
    padding: 5px;
}

.sure_box h4 {
    font-weight: bold;
    text-align: center;
}

.pt_0 {
    padding-top: 0;
}

.centers_wrap {
    text-align: center;
}

.centers_contain {
    display: inline-block;
}

.cardface_note {
    text-align: center;
    width: 80%;
    margin: auto;
}

.cardface_img {
    margin: 0 10px;
}

.form_box h5.title {
    text-align: center;
}

.card_type_name {
    text-align: center;
    margin-bottom: 10px;
}

/****页脚****/
#footer {
    background-color: #0066b3;
    border-top: 1px solid #ccc;
    padding: 20px 10px;
    text-align: center;
    color: #666;
    margin-top: 40px;
}

#footer #footer_box {
    color: #fff;
    text-align: center;
}

#footer #footer_box a {
    color: #fff;
}

#footer #footer_box p {
    margin: 0;
}

#footer #footer_box img {
    margin-top: 10px;
}

/* 手机 */
@media (max-width: 350px) {
    .navbar-brand > img {
        width: 80%;
    }

    .form_box .col-xs-8 {
        padding-left: 0;
    }

    .check_sel .radio-inline,
    .form_box .checkbox {
        padding-top: 0;
    }

    .preview_box {
        padding: 10px;
        font-size: 12px;
    }

    /*预览页*/
    .preview_br {
        border: none;
        border-top: 1px solid #ccc;
    }

    /*预览页*/
}

@media screen and (min-width: 351px) and (max-width: 480px) {
    .navbar-brand > img {
        width: 85%;
    }

    .form_box .col-xs-8 {
        padding-left: 0;
    }

    .check_sel .radio-inline,
    .form_box .checkbox {
        padding-top: 0;
    }

    .preview_box {
        padding: 10px 15px 15px 15px;
        font-size: 12px;
    }

    /*预览页*/
    .preview_br {
        border: none;
        border-top: 1px solid #ccc;
    }

    /*预览页*/
}

@media screen and (min-width: 481px) and (max-width: 640px) {
    .navbar-brand > img {
        width: 90%;
    }

    .form_box .col-xs-8 {
        padding-left: 0;
    }

    .form_box .control-label {
        padding-top: 7px;
    }

    .preview_box {
        font-size: 12px;
    }

    /*预览页*/
    .preview_br {
        border: none;
        border-top: 1px solid #ccc;
    }

    /*预览页*/
}

@media screen and (min-width: 641px) and (max-width: 767px) {
    .form_box .control-label {
        padding-top: 7px;
    }

    .select_val select {
        margin-left: 15px;
    }
}

@media (max-width: 768px) {
    .mr_20 {
        margin-left: 20px;
    }

    .form_box .section_title {
        text-align: center;
        font-weight: bold;
        background: none;
        padding: 15px 0;
        border-bottom: 1px solid #eee;
        border-top: 10px solid #f5f5f5;
    }

    .form_box .section_title h2 {
        background: none;
    }

    .container {
        padding-right: 0;
        padding-left: 0;
    }

    .plr_15 {
        padding-right: 15px;
        padding-left: 15px;
    }

    .form-group .form-control.w_240 {
        border: none;
        box-shadow: none;
        -webkit-box-shadow: none;
    }

    .form-group {
        border-top: 1px solid #eee;
        padding: 10px 0;
        margin-bottom: 0 !important;
    }

    .form-control.w_120 {
        width: 32%;
        border: none;
        padding: 6px 6px;
        box-shadow: none;
        -webkit-box-shadow: none;
    }

    .form-control.w_200,
    .form-control.w_190,
    .form-control.w_180,
    .form-control.w_170,
    .form-control.w_160,
    .form-control.w_150 {
        width: 80%;
    }

    .form_box .form-group input[type="button"] {
        background: url(../images/selcet_bg.png) no-repeat right center;
    }

    .form_box .more_select .selector.w_120 {
        width: 32%;
    }

    .form_box .more_select .selector {
        margin-left: 0;
    }

    .check_sel .radio-inline,
    .form_box .checkbox {
        margin-right: 10px;
        margin-left: 0;
    }

    .gifts_desc {
        display: block;
    }
}

/* 小屏幕（平板，大于等于768px） */
@media (min-width: 768px) {
    .form_box .w_240 {
        width: 240px;
        border: 1px solid #0066b3;
        border-radius: 0;
        margin-left: 20px;
    }

    .form_box .w_120 {
        width: 120px;
        border: 1px solid #0066b3;
        border-radius: 0;
        margin-left: 20px;
    }

    .form_box .w_200 {
        width: 200px;
    }

    .form_box .w_190 {
        width: 190px;
    }

    .form_box .w_180 {
        width: 180px;
    }

    .form_box .w_170 {
        width: 170px;
    }

    .form_box .w_160 {
        width: 160px;
    }

    .form_box .w_150 {
        width: 150px;
    }

    .dropdown-menu.w_240 {
        margin-left: 35px;
        margin-top: -1px;
    }

    .dropdown-menu.w_240 li a {
        padding-left: 12px;
    }

    .form_box .more_input {
        margin-left: 20px;
    }

    .form_box .more_input input {
        margin-right: 5px;
    }

    .form_box .more_input .tip_p {
        margin-left: 0;
    }

    .form_box .more_input input.overbox {
        position: absolute;
    }

    .form_box .more_select .selector:first-child {
        margin-left: 20px;
    }

    /*.tip_p{ width:320px;}*/
    .check_sel .radio-inline {
        margin-left: 20px;
    }

    .green_box {
        padding-left: 80px;
    }

    .form_box .checkbox label {
        padding-left: 20px;
    }

    .green_box .checkbox {
        padding-left: 0;
    }

    .form_box .checkbox .tel_beizhu {
        width: 156px;
        border: 1px solid #0066b3;
        margin-left: 2px;
        height: 30px;
    }

    .form_box .zhiye {
        padding-left: 40px;
    }

    .plr_15 {
        margin-left: 40px;
    }

    .card_num {
        margin-top: 10px;
    }

    .select_val .s_240 {
        width: 240px;
    }

    .select_val .s_120 {
        width: 120px;
    }

    .select_val select {
        margin-left: 35px;
    }

    .centers_item {
        float: left;
    }
}

/* 中等屏幕（桌面显示器，大于等于992px） */
@media (min-width: 992px) {
    .container {
        width: 960px;
    }

    .form_box .zhiye {
        padding-left: 80px;
    }

    .plr_15 {
        margin-left: 80px;
    }

    .card_num {
        margin-top: 10px;
    }
}

/* 大屏幕（大桌面显示器，大于等于1200px） */
@media (min-width: 1200px) {
    .container {
        width: 960px;
    }
}

.card_title {
    text-align: center;
    margin-bottom: 10px;
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
    margin: 0;
    padding: 0;
}

._h1 {
    font-size: 24px !important;
}

._h2 {
    font-size: 16px !important;
}

._h3 {
    font-size: 14px !important;
}

._h4 {
    font-size: 13px !important;
}

._h5 {
    font-size: 14px !important;
}

._h6 {
    font-size: 12px !important;
}

.large ._h1 {
    font-size: 26px !important;
}

.large ._h2 {
    font-size: 18px !important;
}

.large ._h3 {
    font-size: 15px !important;
}

.large ._h4 {
    font-size: 14px !important;
}

.large ._h5,
.large._h5 {
    font-size: 16px !important;
}

.large ._h6 {
    font-size: 14px !important;
}

.small ._h1 {
    font-size: 22px !important;
}

.small ._h2 {
    font-size: 14px !important;
}

.small ._h3 {
    font-size: 13px !important;
}

.small ._h4 {
    font-size: 12px !important;
}

.small ._h5,
.small._h5 {
    font-size: 12px !important;
}

.small ._h6 {
    font-size: 10px !important;
}

.new_header {
    position: relative;
    padding-bottom: 20px;
    border-bottom: 2px solid #0066b3;
    margin-top: 10px;
}

.font_setter {
    position: absolute;
    right: 0;
    top: 0;
}

.font_size {
    margin-right: 15px;
    cursor: pointer;
    display: inline-block;
    border: 2px solid transparent;
    font-size: 12px;
    line-height: 2;
}

.lang_ver {
    font-size: 12px;
    display: inline-block;
    line-height: 2;
}

.lang_ver > a {
    display: inline-block !important;
    text-decoration: none;
    color: #333;
}

.lang_ver > a:focus {
    outline: 2px solid #126cb5 !important;
}

.lang_a12 {
    text-decoration: none;
    color: #333;
}

.lang_ver .current_lang {
    font-weight: bold;
    color: #0066b3;
}

.fr {
    margin-top: 25px;
}

.option {
    width: 140px;
    height: 50px;
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 35px;
    left: -20px;
    white-space: nowrap;
    display: inline-flex;
    background: #ffffff;
    display: none;
}

.arrow {
    position: absolute;
    top: -9px;
    right: 94px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 6px 8.66px 6px;
    border-color: transparent transparent #ffffff transparent;
}

.option > a {
    color: #303030;
    border-radius: 5px;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    z-index: 99;
}

.option > a:focus {
    outline: 2px solid #126cb5 !important;
}

.option > a.selected {
    background: #e2e2e2;
    color: #303030;
    border-radius: 5px;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
}

.small-font-size {
    border-radius: 5px;
    height: 32px;
    width: 40px;
    margin: 9px 0px 9px 6px;
    font-size: 14px;
    text-align: center;
    padding: 8px 0px;
    font-size: 14px;
}

.option.small > .small-font-size {
    height: 30px;
    margin: 10px 0px 10px 6px;
    padding: 9px 0px;
    font-size: 12.4px;
}

.option.large > .small-font-size {
    height: 36px;
    margin: 7px 0px 7px 6px;
    padding: 0px;
    font-size: 18.2px;
    line-height: 36px;
}

.small-font-size:hover {
    background: #e2e2e2;
}

.normal-font-size {
    margin: 9px 0px 9px 0px;
    font-size: 18px;
    width: 40px;
    border-radius: 5px;
    height: 32px;
    text-align: center;
    padding: 6px 0px;
    font-size: 18px;
}

.option.small > .normal-font-size {
    height: 30px;
    margin: 10px 0px 10px 0px;
    padding: 6px 0px;
    font-size: 16.3px;
}

.option.large > .normal-font-size {
    height: 36px;
    margin: 7px 0px 7px 0px;
    padding: 0px;
    font-size: 23.4px;
    line-height: 36px;
}

.normal-font-size:hover {
    background: #e2e2e2;
}

.large-font-size {
    border-radius: 5px;
    width: 40px;
    height: 32px;
    margin: 9px 5px 9px 0px;
    font-size: 26px;
    text-align: center;
    padding: 0px 0px;
    font-size: 26px;
}

.option.small > .large-font-size {
    height: 30px;
    margin: 10px 5px 10px 0px;
    padding: 2px 0px;
    font-size: 23px;
}

.option.large > .large-font-size {
    height: 36px;
    margin: 7px 5px 7px 0px;
    padding: 0px 0px;
    font-size: 33.8px;
    line-height: 36px;
}

.large-font-size:hover {
    background: #e2e2e2;
}

.card_detail .section_title h2 {
    font-weight: bold;
    color: #0066b3;
}

.card_detail .section_title h3 {
    color: #a71b11;
}

#card_detail_frame,
.scroll_end_frame {
    width: 100%;
    height: 300px;
}

.bottom_remark {
    white-space: pre-line;
}

/* .bottom_remark .remark_list{white-space: nowrap;} */

:focus {
    outline: 5px auto #000 !important;
    outline-offset: -2px !important;
}

/*验证码*/
.verify-code-container {
    text-align: center;
    margin-bottom: 20px;
}

.verify-code {
    position: relative;
    display: inline-block;
}

.verify-code-img {
    width: 120px;
    cursor: pointer;
}

.verify-code-reload {
    position: absolute;
    top: 0;
    left: 100%;
    width: 23px;
    height: 23px;
    margin-left: 5px;
    cursor: pointer;
    background-size: 100%;
    background-image: url(/ccbctp/new/app_xyk/images/reload-grey.png);
}

.verify-code-reload:hover {
    background-image: url(/ccbctp/new/app_xyk/images/reload-blue.png);
}

.verify-code-play {
    position: absolute;
    top: 30px;
    left: 100%;
    width: 23px;
    height: 23px;
    margin-left: 5px;
    cursor: pointer;
    background-size: 100%;
    background-image: url(/ccbctp/new/app_xyk/images/audio-grey.png);
}

.verify-code-play:hover {
    background-image: url(/ccbctp/new/app_xyk/images/audio-blue.png);
}

.verify-code-input {
    display: block;
    margin-top: 10px;
}

.verify-code-input input {
    width: 200px;
    height: 32px;
    border: 1px solid #0066b3;
    border-radius: 0;
    padding: 6px 12px;
    line-height: 1.42857143;
    color: #555;
}

.verify-code-input .tip_p.error {
    text-align: center !important;
    margin-left: 0;
}

/*市场推广*/
.market_preference {
    text-align: center;
}

.market_preference__item {
    display: inline-block;
    margin-right: 40px;
}

.market_preference__item:last-child {
    margin-right: 0;
}

.market_preference__icon {
    width: 50px;
    height: 50px;
    object-fit: cover;
    margin: auto;
}

.market_preference__label {
    display: block;
    font-weight: normal;
}

.market_preference__label span {
    display: block;
    margin: 5px 0;
}

.market_preference__label input {
    display: block;
    margin: auto;
}

.download_links > a {
    display: block;
    margin: 15px 0;
}

.download_links > a:after {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(/asia/creditcard/v3/images/download_xieye.png) no-repeat center center;
    background-size: 100%;
    vertical-align: middle;
    margin-left: 5px;
}
