/* 样式初始化 */
@font-face {
    font-family: KBFGTEXTL;
    src: url("../font/KBFGTEXTL.TTF");
    font-display: swap;
}
/* 
@font-face {
    font-family: KBFGTEXTL;
    src: url("../font/KBFGTEXTL.TTF");
    unicode-range: U+AC00–D7A3,U+4E00–9FFF,U+3400–4DBF;
}*/
* {
    box-sizing: border-box;
    margin: 0;
    font-family: KBFGTEXTL;
    padding: 0;
}

body {
    margin: 0;
    padding: 0;
    background: #FBFBF9;
}

body a:hover {
    color: #FCA500;
}

html {
    min-width: 1200px;
}

ul,
ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    color: rgb(0, 0, 0);
}

/* 头部样式 */
.header_container {
    width: 100%;
    position: absolute;
    height: 80px;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 99;
}

.tab_bar {
    margin: 0 auto;
    width: 1100px;
    height: 76px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.tab_bar_right {
    align-items: center;
}

.header_middle {
    width: 100%;
    height: 76px;
    background-image: linear-gradient(180deg, #FFFFFF 0%, #FFFCF4 100%);
    box-shadow: 0px 2px 5px 0px rgba(113, 96, 81, 0.16);
}

.tab_bar_personal {
    margin: 0 auto;
    width: 1000px;
    height: 76px;
}

.logo_image {
    width: 189px;
    height: 34px;
}

.tab_list,
.tab_list ul {
    width: auto;
    height: 76px;
}

.tab_list li {
    width: 200px;
    display: inline;
    margin-right: 30px;
}

.tab_list li a {
    line-height: 76px;
    font-size: 18px;
    font-weight: 500;
    color: #ffffff !important;
}

.tab_list li a:hover {
    color: #FCA500 !important;
}


.tab_list_black {
    height: 76px;
    width: 550px;
}

.bottom_info {
    height: auto;
    width: 728px;
    padding: 20px;
    background: #FAFAFA;
    font-size: 12px;
    color: #666666;
    letter-spacing: 0;
    line-height: 18px;
    font-weight: 400;
    margin: 20px 0px 50px 0px;
    border: 1px solid gray;
}

.email_table {
    width: 730px;
    border: 1px solid rgba(208,208,208,1);
}

.email_table tr {
    width: 730px;
    height: 56px;
}

.email_table thead {
    height: 56px;
    background: #FAFAFF;
    font-size: 14px;
    color: #666666;
    letter-spacing: 0;
    font-weight: 500;
}

.email_table tbody {
    font-size: 12px;
    color: #666666;
    letter-spacing: 0;
    line-height: 22px;
    font-weight: 400;
}

.email_table tbody tr td:nth-child(1) {
    font-size: 12px;
    color: #333333;
    letter-spacing: 0;
    font-weight: 600;
}

.email_table tbody tr:nth-child(2),
.email_table tbody tr:nth-child(4),
.email_table tbody tr:nth-child(6) {
    background: #FAFAFF;
}

.bottom_info p {
    margin-bottom: 15px;
}

.top_menu {
    position: relative;
    height: 100%;
    overflow: hidden;
}

.hover_yellow:hover {
    color: #FCA500;
}

.top_title {
    font-size: 18px;
    color: #333333;
    line-height: 76px;
    font-weight: 500;
}

.top_second_menu {
    position: absolute;
    visibility: hidden;
    left: 0px;
    top: 51px;
    width: 140px;
    box-sizing: border-box;
    background: #FFFFFF;
    height: auto;
    border: 1px solid gray;
}

.second_menu_item {
    font-size: 12px !important;
    color: rgb(70, 63, 58) !important;
    line-height: 22px !important;
    padding: 0px 15px;
    line-height: 40px;
}

.bank_logo {
    width: 150px;
    align-items: center;
    height: 26px;
}

.bank_logo p {
    font-size: 26px;
    color: black;
    font-weight: 600;
}
.bank_logo p a{
    font-family: Microsoft Yahei !important;
}

.bank_image {
    width: 34px;
    height: 25px;
}

.language_tab {
    width: 138px;
    height: 34px;
    border-radius: 4px;
    display: flex;
    flex-direction: row;
    background: #fff;
}

.tab_item {
    width: 50%;
    height: 34px;
    line-height: 34px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 500;
    color: black;
    background: #fff;
    text-align: center;
}

.deposit_banner {
    width: 728px;
    height: 126px;
}

.all_tab {
    width: 80px;
    height: 20px;
    margin-top: 25px;
}

.business_header {
    position: absolute;
    top: 0px;
    left: 0px;
    background: white;
    align-items: center;
    width: 100%;
}

.business_header_top {
    position: relative;
    z-index: 100;
    background: white;
    width: 100%;
    align-items: center;
}

#all_tab_on {
    width: 80px;
    height: 42px;
    margin-top: 25px;
}

.bank_logo_footer {
    width: 130px;
    align-items: center;
}

.bank_logo_footer a {
    font-size: 22px !important;
}

.QAbox {
    width: 550px;
}

.question_box {
    height: 46px;
    align-items: center;
}

.qa_image {
    width: 180px;
    height: 460px;
    margin-right: -20px;
}

.question_image {
    height: 18px;
    width: 18px;
    margin-right: 6px;
}

.answer_box {
    background: #FAFAFA;
    font-size: 12px;
    color: #666666;
    letter-spacing: 0;
    text-align: justify;
    line-height: 16px;
    font-weight: 400;
    padding: 10px 24px;
}

.all_menu {
    display: none;
    width: 100%;
    height: 242px;
    /*background-image: linear-gradient(180deg, rgba(118, 106, 71, 0.80) 10%, rgba(0, 0, 0, 0.74) 90%);*/
}

.all_menu_inner {
    width: 1000px;
    margin: 0 auto;
    padding: 35px 0px 10px 85px;
    height: 200px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.all_menu_item_box {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    writing-mode: vertical-lr;
    height: 160px;
}

.all_menu_title {
    margin-bottom: 17px;
}

.all_menu_title a {
    writing-mode: horizontal-tb;
    color: white;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 30px;
}

.all_menu_item a {
    writing-mode: horizontal-tb;
    color: white;
    line-height: 22px;
    font-size: 14px;
    text-align: left;
    padding-left: 11px;
}

.menu_list {
    width: auto;
    height: 180px;
}


.all_menu_on {
    display: block;
}

.tab_item_on {
    background: rgba(255, 203, 0, 1);
}

.header_top {
    background: #545045;
    width: 100%;
    height: 38px;
    z-index: -2;
}

.header_top_inner {
    width: 1000px;
    height: 35px;
}

.button_change_lang {
    margin: 7px 0px 7px 50px;
    width: 78px;
    height: 21px;
}

.white_li li a {
    font-size: 14px;
    line-height: 35px;
    color: white !important;
    font-weight: 500;
    padding: 0px 20px;
}

.detailMsg_top {
    font-size: 12px;
    color: #333333;
    letter-spacing: 0;
    font-weight: 500;
    line-height: 40px;
    height: 40px;
    width: 1000px;
    margin: 0 auto;
}
.detailMsg_top a {
    margin: 0 5px;
}

.bank_button {
    width: 208px;
    height: 30px;
    border-radius: 0px 0px 4px 4px;
    overflow: hidden;
    /* font css   */
    font-size: 14px;
    color: #333333;
    line-height: 30px;
    font-weight: 500;
}

.bank_button_left, .bank_button_right {
    font-weight: 600;
    position: relative;
    width: 104px;
    height: 30px;
    text-align: center;
}

.bank_button_left::before, .bank_button_right::before {
    content: '';
    position: absolute;
    left: -5px;
    z-index: -1;
    width: 110px;
    height: 30px;
    background-image: linear-gradient(180deg, #FFCC00 0%, #FFBC00 100%);
    transform: skew(-20deg);
    border-right: 1px solid black;
}

.bank_button_right::before {
    left: 2px;
}

.bank_button_left:hover::before, .bank_button_right:hover::before {
    background: linear-gradient(90deg, #997B61 100%, #716051 100%);
}

.bank_button_left:hover, .bank_button_right:hover {
    color: white;
}

/*侧边menu样式*/
.business_content {
    min-height: calc(100vh - 225px);
    margin-top: 115px;
    width: 100%;
    align-items: center;
}

.content_banner {
    position: absolute;
    left: calc((100vw - 1920px) / 2);
    width: 1920px;
    height: 403px;
    margin: 0 auto;
}

.banner_text {
    height: 140px;
    width: 920px;
    margin: 0 auto;
    padding-top: 40px;
    font-size: 24px;
    font-weight: 500;
    color: #463F3A;
    line-height: 29px;
}

.banner_text p {
    font-size: 14px;
    font-weight: 500;
    color: #463F3A;
    line-height: 30px;
}

.content_inner {
    width: 1000px;
    height: auto;
}

.question_mark {
    position: absolute;
    right: 0px;
}

.content_menu {
    width: 210px;
    height: auto;
    z-index: 1;
    background: #FFFFFF;
}

.phone_image {
    width: 210px;
    height: 92px;
    margin-top: 15px;
}

.content_right {
    width: 770px;
    padding: 0px 20px 30px 20px;
    height: auto;
    background: #FFFFFF;
}

.menu_title {
    font-size: 18px;
    color: #333333;
    font-weight: 500;
    line-height: 70px;
    width: 210px;
    height: 70px;
    position: relative;
    padding-left: 36px;
}

.all_menu_item {
    height: 30px;
    position: relative;
    line-height: 30px;
}

.all_menu_item::before {
    content: '';
    height: 4px;
    width: 4px;
    transform: rotate(45deg);
    border-top: 1px solid #FCA500;
    border-right: 1px solid #FCA500;
    position: absolute;
    left: 0px;
    top: 8px;
}

.menu_title::before {
    content: '';
    position: absolute;
    top: 25px;
    left: 10px;
    background: #77663E 100%;
    border-radius: 2px;
    width: 4px;
    height: 20px;
}

.content_title {
    font-size: 18px;
    color: #333333;
    letter-spacing: 0;
    line-height: 70px;
    font-weight: 500;
}

.content_title a {
    color: #333333 !important;
    font-size: 18px;
    line-height: 40px;
}

.second_menu {
    width: 210px;
    height: 35px;
    margin: 6px 0px 9px 0px;
    padding-left: 36px;
    position: relative;
    font-size: 14px;
    color: #333333;
    font-weight: 600;
    line-height: 35px;
}

.second_menu_on::before, .second_menu:hover::before {
    content: '';
    position: absolute;
    top: 10px;
    left: 24px;
    background: #F1B21E;
    border-radius: 2px;
    width: 2px;
    height: 14px;
}

.second_menu_on::after, .second_menu:hover::after {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: -1;
    height: 100%;
    width: 100%;
    background-color: #FFBF00;
}

.third_menu_box {
    display: none;
}

.third_show {
    display: initial;
}

.third_menu {
    width: 210px;
    align-items: center;
    color: #333333;
    line-height: 28px;
    font-weight: 500;
    font-size: 14px;
    margin: 6px 0px 18px 0px;
    padding-left: 36px;
}

.third_menu:hover {
    background: #FFF6E1;
}

.third_menu_circle {
    height: 6px;
    width: 6px;
    border-radius: 3px;
    background: #EDE2C9;
    margin-right: 6px;
}

.third_menu_circle_on {
    height: 6px;
    width: 6px;
    border-radius: 3px;
    background: #F1B21E;
    margin-right: 6px;
}

/*footer样式*/
.footer {
    background: rgba(52, 51, 47, 0.9);
    width: 100%;
    min-width: 1200px;
    min-height: 250px;
    margin-top: 30px;
}

.footer_inner {
    background: rgba(52, 51, 47, 0.9);
    width: 100%;
    min-width: 1200px;
    min-height: 80px;
    margin-top: 30px;
}

.footer_link {
    min-width: 1200px;
    height: 50px;
}

.link_inner, .link_inner_footer {
    width: 1250px;
    height: 50px;
    align-items: center;
}

.link_inner a {
    font-size: 18px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 50px;
}

.link_inner_footer a {
    font-size: 16px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 50px;
}

.link_inner span, .link_inner_footer span {
    height: 22px;
    width: 2px;
    background: white;
}

.footer_bottom {
    height: 220px;
    border-bottom: 1px solid rgba(96, 96, 96, 1);
}

.footer_bottom_inner {
    width: 1250px;
    margin: 20px auto 0;
    height: 150px;
    align-items: center;
}

.img_box {
    margin: 0px 40px 0px 0px;
    align-items: center;
    color: #FFFFFF;
}

.img_box img {
    width: 80px;
    height: 80px;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 17px;
    margin: 27px 0px 20px 0px;
}

.text_box h3 {
    font-size: 22px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 40px;
}

.text_box p {
    font-size: 14px;
    font-weight: 500;
    line-height: 30px;
    color: #FFFFFF;
}

.copyright {
    width: 100%;
    text-align: center;
    height: 50px;
    font-size: 14px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 50px;
    background: rgba(52, 51, 47, 0.43);
}

.copyright_inner {
    width: 100%;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    color: #FFFFFF;
    background: rgba(52, 51, 47, 0.43);
    height: 30px;
    line-height: 30px;
}

.copyright div {
    width: 30px;
}


/* *************************************************公共样式************************************************ */
.pointer {
    cursor: pointer;
}

/*布局*/
.flex_row {
    display: flex;
    flex-direction: row;
    justify-content: start;
}

.flex_row_end {
    display: flex;
    flex-direction: row;
    justify-content: end;
}

.flex_column {
    display: flex;
    flex-direction: column;
    justify-content: start;
}

.flex_column_end {
    display: flex;
    flex-direction: column;
    justify-content: end;
}

.flex_row_between {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.flex_row_around {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

.flex_row_center {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.flex_column_between {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.flex_column_around {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.flex_column_center {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* 宽 */
.wd-5 {
    width: 5px;
}

.wd-10 {
    width: 10px;
}

.wd-15 {
    width: 15px;
}

.wd-20 {
    width: 20px;
}

.wd-25 {
    width: 25px;
}

.wd-30 {
    width: 30px;
}

.wd-40 {
    width: 40px;
}

.wd-50 {
    width: 50px;
}

.wd-100 {
    width: 100px;
}

/* 高 */
.ht-5 {
    height: 5px;
}

.ht-10 {
    height: 10px;
}

.ht-15 {
    height: 15px;
}

.ht-20 {
    height: 20px;
}

.ht-25 {
    height: 25px;
}

.ht-30 {
    height: 30px;
}

.ht-40 {
    height: 40px;
}

.ht-50 {
    height: 50px;
}

.ht-100 {
    height: 100px;
}

/* margin */
.mgl-5 {
    margin-left: 5px;
}

.mgl-10 {
    margin-left: 10px;
}

.mgl-15 {
    margin-left: 15px;
}

.mgl-20 {
    margin-left: 20px;
}

.mgl-25 {
    margin-left: 25px;
}

.mgl-30 {
    margin-left: 30px;
}

.mgl-35 {
    margin-left: 35px;
}

.mgl-40 {
    margin-left: 40px;
}

.mgl-45 {
    margin-left: 45px;
}

.mgl-50 {
    margin-left: 50px;
}

.mgl-60 {
    margin-left: 60px;
}

.mgl-70 {
    margin-left: 70px;
}

.mgl-80 {
    margin-left: 80px;
}

.mgl-90 {
    margin-left: 90px;
}

.mgl-100 {
    margin-left: 100px;
}

.mgr-5 {
    margin-right: 5px;
}

.mgr-10 {
    margin-right: 10px;
}

.mgr-15 {
    margin-right: 15px;
}

.mgr-20 {
    margin-right: 20px;
}

.mgr-25 {
    margin-right: 25px;
}

.mgr-30 {
    margin-right: 30px;
}

.mgr-35 {
    margin-right: 35px;
}

.mgr-40 {
    margin-right: 40px;
}

.mgr-45 {
    margin-right: 45px;
}

.mgr-50 {
    margin-right: 50px;
}

.mgr-60 {
    margin-right: 60px;
}

.mgr-70 {
    margin-right: 70px;
}

.mgr-80 {
    margin-right: 80px;
}

.mgr-90 {
    margin-right: 90px;
}

.mgr-100 {
    margin-right: 100px;
}

.mgt-5 {
    margin-top: 5px;
}

.mgt-10 {
    margin-top: 10px;
}

.mgt-15 {
    margin-top: 15px;
}

.mgt-20 {
    margin-top: 20px;
}

.mgt-25 {
    margin-top: 25px;
}

.mgt-30 {
    margin-top: 30px;
}

.mgt-35 {
    margin-top: 35px;
}

.mgt-40 {
    margin-top: 40px;
}

.mgt-45 {
    margin-top: 45px;
}

.mgt-50 {
    margin-top: 50px;
}

.mgt-60 {
    margin-top: 60px;
}

.mgt-70 {
    margin-top: 70px;
}

.mgt-80 {
    margin-top: 80px;
}

.mgt-90 {
    margin-top: 90px;
}

.mgt-100 {
    margin-top: 100px;
}

.mgb-5 {
    margin-bottom: 5px;
}

.mgb-10 {
    margin-bottom: 10px;
}

.mgb-15 {
    margin-bottom: 15px;
}

.mgb-20 {
    margin-bottom: 20px;
}

.mgb-25 {
    margin-bottom: 25px;
}

.mgb-30 {
    margin-bottom: 30px;
}

.mgb-35 {
    margin-bottom: 35px;
}

.mgb-40 {
    margin-bottom: 40px;
}

.mgb-45 {
    margin-bottom: 45px;
}

.mgb-50 {
    margin-bottom: 50px;
}

.mgb-60 {
    margin-bottom: 60px;
}

.mgb-70 {
    margin-bottom: 70px;
}

.mgb-80 {
    margin-bottom: 80px;
}

.mgb-90 {
    margin-bottom: 90px;
}

.mgb-100 {
    margin-bottom: 100px;
}

/* padding */
.pdt-5 {
    padding-top: 5px;
}

.pdt-10 {
    padding-top: 10px;
}

.pdt-15 {
    padding-top: 15px;
}

.pdt-20 {
    padding-top: 20px;
}

.pdt-25 {
    padding-top: 25px;
}

.pdt-30 {
    padding-top: 30px;
}

.pdt-35 {
    padding-top: 35px;
}

.pdt-40 {
    padding-top: 40px;
}

.pdt-45 {
    padding-top: 45px;
}

.pdt-50 {
    padding-top: 50px;
}

.pdt-60 {
    padding-top: 60px;
}

.pdt-70 {
    padding-top: 70px;
}

.pdt-80 {
    padding-top: 80px;
}

.pdt-90 {
    padding-top: 90px;
}

.pdt-100 {
    padding-top: 100px;
}

.pdl-5 {
    padding-left: 5px;
}

.pdl-10 {
    padding-left: 10px;
}

.pdl-15 {
    padding-left: 15px;
}

.pdl-20 {
    padding-left: 20px;
}

.pdl-25 {
    padding-left: 25px;
}

.pdl-30 {
    padding-left: 30px;
}

.pdl-35 {
    padding-left: 35px;
}

.pdl-40 {
    padding-left: 40px;
}

.pdl-45 {
    padding-left: 45px;
}

.pdl-50 {
    padding-left: 50px;
}

.pdl-60 {
    padding-left: 60px;
}

.pdl-70 {
    padding-left: 70px;
}

.pdl-80 {
    padding-left: 80px;
}

.pdl-90 {
    padding-left: 90px;
}

.pdl-100 {
    padding-left: 100px;
}

.pdr-5 {
    padding-right: 5px;
}

.pdr-10 {
    padding-right: 10px;
}

.pdr-15 {
    padding-right: 15px;
}

.pdr-20 {
    padding-right: 20px;
}

.pdr-25 {
    padding-right: 25px;
}

.pdr-30 {
    padding-right: 30px;
}

.pdr-35 {
    padding-right: 35px;
}

.pdr-40 {
    padding-right: 40px;
}

.pdr-45 {
    padding-right: 45px;
}

.pdr-50 {
    padding-right: 50px;
}

.pdr-60 {
    padding-right: 60px;
}

.pdr-70 {
    padding-right: 70px;
}

.pdr-80 {
    padding-right: 80px;
}

.pdr-90 {
    padding-right: 90px;
}

.pdr-100 {
    padding-right: 100px;
}

.pdb-5 {
    padding-bottom: 5px;
}

.pdb-10 {
    padding-bottom: 10px;
}

.pdb-15 {
    padding-bottom: 15px;
}

.pdb-20 {
    padding-bottom: 20px;
}

.pdb-25 {
    padding-bottom: 25px;
}

.pdb-30 {
    padding-bottom: 30px;
}

.pdb-35 {
    padding-bottom: 35px;
}

.pdb-40 {
    padding-bottom: 40px;
}

.pdb-45 {
    padding-bottom: 45px;
}

.pdb-50 {
    padding-bottom: 50px;
}

.pdb-60 {
    padding-bottom: 60px;
}

.pdb-70 {
    padding-bottom: 70px;
}

.pdb-80 {
    padding-bottom: 80px;
}

.pdb-90 {
    padding-bottom: 90px;
}

.pdb-100 {
    padding-bottom: 100px;
}

/* 浮动 */
.fl-l {
    float: left;
}

.fl-r {
    float: right;
}

.clear {
    content: "";
    display: table;
    clear: both;
}

/* 定位 */
.pos-re {
    position: relative;
}

.pos-ab {
    position: absolute;
}

.top0 {
    top: 0;
}

.top5 {
    top: 5px;
}

.top10 {
    top: 10px;
}

.top15 {
    top: 15px;
}

.top20 {
    top: 20px;
}

.top25 {
    top: 25px;
}

.top30 {
    top: 30px;
}

.top35 {
    top: 35px;
}

.top40 {
    top: 40px;
}

.top45 {
    top: 45px;
}

.top50 {
    top: 50px;
}

.right0 {
    right: 0;
}

.right5 {
    right: 5px;
}

.right10 {
    right: 10px;
}

.right15 {
    right: 15px;
}

.right20 {
    right: 20px;
}

.right25 {
    right: 250x;
}

.right30 {
    right: 30px;
}

.right35 {
    right: 35px;
}

.right40 {
    right: 40px;
}

.right45 {
    right: 45px;
}

.right50 {
    right: 50px;
}

.left0 {
    left: 0;
}

.left5 {
    left: 5px;
}

.left10 {
    left: 10px;
}

.left15 {
    left: 15px;
}

.left20 {
    left: 20px;
}

.left25 {
    left: 25px;
}

.left30 {
    left: 30px;
}

.left35 {
    left: 35px;
}

.left40 {
    left: 40px;
}

.left45 {
    left: 45px;
}

.left50 {
    left: 50px;
}

.bottom0 {
    bottom: 0;
}

.bottom5 {
    bottom: 5px;
}

.bottom10 {
    bottom: 10px;
}

.bottom15 {
    bottom: 15px;
}

.bottom20 {
    bottom: 20px;
}

.bottom25 {
    bottom: 25px;
}

.bottom30 {
    bottom: 30px;
}

.bottom35 {
    bottom: 35px;
}

.bottom40 {
    bottom: 40px;
}

.bottom45 {
    bottom: 45px;
}

.bottom50 {
    bottom: 50px;
}

/* 字体颜色 */
.font-red {
    color: #ff0000;
}

/* 文字样式 */
.text-l {
    text-align: left;
}

.text-r {
    text-align: right;
}

.text-c {
    text-align: center;
}

/* display */
.dis-inlin {
    display: inline;
}

.dis-inbl {
    display: inline-block;
}

.dis-block {
    display: block;
}

.dis-no {
    display: none;
}

/* *************************************************公共样式************************************************ */

/*手续费列表样式*/

.handling_fee {
    width: 730px;
    height: auto;
}

.handling_fee tbody td {
    border: 1px solid rgba(243, 243, 248, 1);
}

.handling_fee thead tr td {
    white-space: nowrap;
}

.handling_fee thead tr {
    width: 730px;
    height: 56px;
}

.handling_fee tbody td {
    height: 40px;
    line-height: 40px;
}

.handling_fee thead {
    height: 56px;
    background: #FFFBF2;
    font-size: 14px;
    color: #666666;
    letter-spacing: 0;
    font-weight: 500;
}

.handling_fee tr td {
    padding: 0px 15px;
}

.handling_fee tbody {
    font-size: 12px;
    color: #666666;
    font-weight: 400;
}

.handling_fee tbody tr:nth-child(2),
.handling_fee tbody tr:nth-child(4),
.handling_fee tbody tr:nth-child(6),
.handling_fee tbody tr:nth-child(8),
.handling_fee tbody tr:nth-child(10) {
    /*background: #FAFAFF;*/
}

.handling_fee_bottom {
    margin-top: 20px;
    padding: 20px 20px 20px 120px;
    font-size: 12px;
    width: 100%;
}

/* form table 样式*/

.form_table {
    border-collapse: collapse;
    width: 730px;
    height: auto;
    background: #FFFFFF;
    border: 1px solid rgba(236, 236, 236, 1);
    border-radius: 4px;
}

.form_table th {
    padding: 0px 10px;
    min-height: 45px;
    width: 200px;
    border: 1px solid rgba(236, 236, 236, 1);
    white-space: nowrap;
    background: #F1F1F1;
    font-size: 14px;
    color: #333333;
    letter-spacing: 0;
    font-weight: 400;
}

.form_table td {
    border: 1px solid rgba(236, 236, 236, 1);
}


.form_table input::placeholder {
    font-size: 14px;
    color: #999999;
    letter-spacing: 0;
    font-weight: 400;
}

/*列表表格样式*/

.list_table {
    width: 730px;
}

.list_table td {
    position: relative;
}

.list_table td::after {
    content: '';
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 1px;
    background-image: linear-gradient(to right, #D6D6D6 50%, transparent 50%);
    background-size: 10px 1px;
    background-repeat: repeat-x;
}

.bottom_line {
    width: 550px;
    height: 1px;
    background-image: linear-gradient(to right, #D6D6D6 50%, transparent 50%);
    background-size: 10px 1px;
}

.list_table tr th:nth-child(2) {
    text-align: left;
}

.list_table th {
    height: 45px;
    padding: 0px 20px;
    line-height: 45px;
    font-size: 16px;
    color: #333333;
    font-weight: 600;
    background: #F5F5F5;
}

.list_table tbody tr {
    height: 45px;
    font-size: 14px;
    color: #333333;
    letter-spacing: 0;
    line-height: 16px;
    font-weight: 400;
}

.list_table tbody tr td:nth-child(1), .list_table tbody tr td:nth-child(3), .list_table tbody tr td:nth-child(4) {
    text-align: center;
}

.pages_box {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 50px;
    height: 25px;
}

.href_former, .href_pre, .href_next, .href_latter {
    width: 22px;
    height: 25px;
    background-position: -106px -243px;
    margin-right: 5px;
}

.tab_title {
    width: 730px;
    height: 42px;
    line-height: 42px;
}

.customer_banner {
    height: 360px;
    width: 1440px;
}

.customer_title_box {
    width: 1000px;
    border-bottom: 1px solid #e7e7e7;
    margin-bottom: 15px;
}

.customer_content_box {
    width: 1000px;
    background: #FFFFFF;
    border: 1px solid #E7E7E7;
    padding: 25px;
}

.customer_content_box_inner {
    padding: 30px;
    background: rgba(231, 231, 231, 1)
}

.customer_title_inner {
    width: 136px;
    height: 39px;
    background: #FECD07;
    font-size: 16px;
    font-weight: 500;
    color: #4D3F33;
    line-height: 39px;
    text-align: center;
}

.customer_title_item {
    padding: 0px 15px;
    height: 39px;
    color: #4D3F33;
    line-height: 39px;
    text-align: center;
    font-weight: 500;
    font-size: 16px;
}

.customer_title_on {
    background: #FECD07;
}

.customer_item_box {
    width: 1000px;
    height: auto;
}

.customer_item {
    width: 220px;
    height: 188px;
    background: #FFFFFF;
    border: 1px solid #E6E5E5;
    border-top: 3px solid #FFD100;
    padding: 10px;
    font-size: 18px;
    font-weight: 500;
    color: #463F3A;
    line-height: 35px;
    text-align: center;
}

.customer_item img {
    width: 200px;
    height: 140px;
}

.send_button {
    border: none;
    height: 40px;
    width: 186px;
    margin: 25px auto;
    background-image: linear-gradient(180deg, #FFCC00 0%, #FFBC00 100%);
    border-radius: 8px;
    font-size: 16px;
    color: #333333;
    letter-spacing: 0;
    font-weight: 500;
}

.introduce_box {
    border-radius: 4px;
    width: 1000px;
    line-height: 25px;
    border-radius: 3px;
    border: 1px solid rgb(204 204 204);
    padding: 10px 15px 8px 15px;
    margin-bottom: 25px;
    font-size: 12px;
    background: #FBFBFB;
}

.introduce_box_calculator {
    width: 1000px;
    line-height: 25px;
    border-radius: 3px;
    font-size: 12px;
    border: 1px solid rgb(216 216 216);
    border-radius: 3px;
    padding: 30px 15px 21px 200px;
    margin-bottom: 35px;
}

.search_input {
    width: 616px;
    height: 32px;
    border: 1px solid rgba(240, 240, 240, 1);
    border-radius: 4px;
}

.search_button {
    border: none;
    height: 32px;
    width: 112px;
    background-image: linear-gradient(180deg, #FFCC00 0%, #FFBC00 100%);
    border-radius: 4px;
    line-height: 32px;
    font-size: 16px;
    color: #333333;
    letter-spacing: 0;
    font-weight: 500;
}

.tab_box {
    background: #FBFBFB;
    border-radius: 4px;
    width: 730px;
    height: 42px;
    line-height: 42px;
    font-size: 14px;
    color: #333333;
    text-align: center;
    font-weight: 400;
}

.inner_tab_item {
    height: 42px;
    width: 120px;
}

.inner_tab_item_on {
    background-image: linear-gradient(180deg, #FFCC00 0%, #FFBC00 100%);
}

.introduce_url {
    width: 728px;
    height: 86px;
    margin: 15px 0px;
    padding: 20px;
    line-height: 30px;
    color: rgb(78 71 63);
    font-size: 12px;
    background: #FBFBFB;
    border: 1px solid rgba(236, 236, 236, 1);
    border-radius: 4px;
}

.introduce_url li {
    list-style-type: disc;
}

.title_on {
    position: absolute;
    top: 30px;
    left: calc((100% - 30px) / 2);
    width: 30px;
    height: 5px;
    background: rgba(255, 219, 73, 1);
    border-radius: 2px;
}

.rate_title {
    line-height: 50px;
}

.consult_box {
    width: 730px;
}

.consult_right, .consult_left {
    width: 50%;
    border: 1px solid gray;
    padding-left: 100px;
    padding-top: 20px;
    min-height: 120px;
    font-size: 12px;
    font-weight: normal;
}

.consult_left, .consult_right {
    border-left: 0px;
}

.consult_right {
    border-right: 0px;
}

.consult_button {
    background-image: linear-gradient(180deg, #FFFFFF 72%, #F5F5F5 100%);
    border: 1px solid rgba(183, 183, 183, 0.45);
    border-radius: 4px;
    display: inline-block;
    height: 22px;
    padding: 0px 12px;
    line-height: 22px;
    color: rgb(83 79 74);
    cursor: pointer;
}

.result_box {
    width: 730px;
    margin-bottom: 26px;
    border: 3px solid rgb(171 212 237);
    border-radius: 3px;
    height: 125px;
    padding-left: 180px;
}


.confirm_button {
    height: 35px;
    width: auto;
    padding: 0px 30px;
    font-size: 18px;
    font-weight: 500;
    background: #d6bf7e;
    color: #2A2A2A;
}

.hidden_box {
    display: none !important;
}

.show_box {
    display: flex !important;
}

.show_box2 {
    display: block !important;
}

.bottom_introduce_box {
    line-height: 25px;
    width: 730px;
    border: 1px solid rgb(216 216 216);
    border-radius: 3px;
    padding: 25px 0 20px 126px;
    font-size: 12px;
    margin-top: 20px;
}

.carousel_box {
    width: 1100px;
    height: 190px;
    margin: 20px 0px;
    background: #FFFFFF;
}

.article_introduce {
    float: left;
    width: 800px;
    padding: 50px 30px 20px 30px;
    background: #FFFFFF;
}

.article_introduce h1 {
    font-size: 24px;
    color: #333333;
    letter-spacing: 0;
    font-weight: 500;
}

.article_introduce p {
    font-size: 16px;
    color: #9C9C9C;
    letter-spacing: 0;
    font-weight: 500;
}

.carousel_image {
    float: right;
    width: 230px;
    height: 150px;
    background: #FFFFFF;
    margin: 16px 20px;
}

.footer_line{
    height: 173px;
    width: 2px;
    background-image: linear-gradient(gray 50%, transparent 50%);
    background-size: 1px 16px;
    background-repeat: repeat-y;
}

.after_line {
    position: relative;
}

.after_line::after {
    position: absolute;
    right: -50px;
    content: '';
    height: 100%;
    background-image: linear-gradient(gray 50%, transparent 50%);
    background-size: 1px 16px;
    background-repeat: repeat-y;
    width: 1px;
}

.language_button {
    background: #716051;
    border-radius: 4px;
    height: 26px;
    width: 64px;
    /*font css*/
    font-size: 14px;
    color: #FFFFFF;
    text-align: center;
    line-height: 26px;
    font-weight: 500;
}

.header_top_left {
    height: 38px;
    width: 420px;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 38px;
    font-weight: 500;
}

.header_top_right {
    height: 38px;
    width: auto;
    align-items: center;

    font-size: 14px;
    color: #FFFFFF;
    line-height: 38px;
    font-weight: 500;
}

.logo_box {
    width: 390px;
    height: 76px;
    align-items: center;
}

.bank_introduce {
    opacity: 0.49;
    font-size: 14px;
    line-height: 20px;
    color: #333333;
    font-weight: 500;
}

/*首页样式*/

#banner {
    overflow: hidden;
    position: absolute;
    left: 0px;
    top: 0px;
}

.banner_image {
    width:100% !important;
    height: 100% !important;
    object-fit: cover;
}

.container {
    width: 1100px;
    height: auto;
    overflow-y: auto;
    margin: 0 auto;
    position: relative
}

.gray_container {
    width: 100%;
    background: #F7F7F8;
}

.float_window {
    position: absolute;
    z-index: 99;
    top: 20%;
    right: 10%;
    width: 240px;
    height: 200px;
    background: rgba(113, 96, 81, 0.6);
    border-radius: 8px;
    padding: 15px 20px;
}

.point_icon {
    width: 8px;
    height: 8px;
    background: #FFCC00;
    border-radius: 4px;
    margin: 7px 10px 7px 30px;
}

icon_img {
    height: 40px;
    width: 40px;
}

.float_window p {
    font-size: 16px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 22px;
}

.header-wrap{
    position: relative;
    width: 100%;
    padding-bottom: 36%;
}

.border_bottom {
    width: 100%;
    background: #9D8876;
    height: 1px;
}

.all_menu_item a {
    width: 140px;
}

.header_bottom {
    width: 100%;
    position: absolute;
    z-index: 99;
    bottom: 0;
    left: 0;
    height: 100px;
    background: rgba(0, 0, 0, 0.4);
}

.bottom_inner_container {
    width: 1100px;
    margin: 0 auto;
}

.inner_item {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.inner_item img {
    width: 50px;
    height: 50px;
    margin: 10px 0px;
}

.inner_item a {
    line-height: 20px;
    font-size: 16px;
    font-weight: 500;
    color: #FFFFFF;
}

.template_head {
    width: 1100px;
    height: 95px;
    padding-top: 25px;
    border-bottom: 1px solid #A67F5C;
}

.template_title {
    position: relative;
    height: 70px;
    font-size: 24px;
    font-weight: 600;
    color: #333333;
    line-height: 50px;
}

.template_title::after {
    content: '';
    position: absolute;
    top: 64px;
    left: 0px;
    width: 100%;
    height: 6px;
    background: linear-gradient(360deg, #FFDB49 0%, #FFCC00 100%);
}


.template_title_right a {
    font-size: 16px;
    font-weight: 500;
    color: #666666;
    line-height: 70px;
}

.template_title_right image {
    width: 16px;
    height: 16px;
    margin: 27px 10px;
}

.template_content {
    width: 1100px;
    height: auto;
    padding: 30px 0px;
}

.template_item {
    position: relative;
    width: 460px;
    height: 310px;
    background: #FFFFFF;
    border: 1px solid #EEEEEE;
    padding: 10px;
}

.template_item .img_description {
    position: absolute;
    bottom: 10px;
    left: 10px;
    width: 320px;
    height: 30px;
    background: rgba(60, 60, 60, 0.6);
    padding: 0px 15px;
}

.img_description p {
    font-size: 16px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 30px;
    min-width:95px;
}

.card_front {
    width: 4px;
    height: 20px;
    background: #F1B21E;
    border-radius: 2px;
}

.card_title {
    height: 20px;
    line-height: 20px;
    margin-left: 10px;
    font-size: 16px;
    color: #333333;
    letter-spacing: 0;
    font-weight: 500;
}

.product_summary {
    margin-top: 20px;
}

.text_ellipsis {
    letter-spacing: 0;
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.content_list {
    width: 700px;
}

.subContent_list {
    width: 500px;
    height: 120px
}

.list_item_on {
    background: #A67F5C 100%;
    -webkit-background-clip: text;
    color: transparent !important;
}

.list_box {
    width: 1100px;
    height: 144px;
    margin: 5px 0px 15px 0px;
}

.middle_line {
    height: 144px;
    width: 1px;
    background-image: linear-gradient(gray 50%, transparent 50%);
    background-size: 1px 10px;
    background-repeat: repeat-y;
}

.subContent_list li {
    padding-left: 30px;
    font-size: 16px;
    color: #333333;
    letter-spacing: 0;
    line-height: 48px;
    font-weight: 500;
    position: relative;
}

.pad_top0 {
    padding-top: 0px !important;
}

.content_list li {
    padding-left: 20px;
    font-size: 16px;
    font-weight: 500;
    color: #333333;
    line-height: 50px;
    list-style-type: disc;
    position: relative;
}
.content_list li .text_ellipsis {
    width: 580px;
}

.list_disc {
    content: '';
    position: absolute;
    height: 5px;
    width: 5px;
    border-radius: 2.5px;
    background: rgba(102, 102, 102, 1);
    top: 22px;
    left: -10px;
}

.list_disc_sub {
    content: '';
    position: absolute;
    height: 5px;
    width: 5px;
    border-radius: 2.5px;
    background: rgba(102, 102, 102, 1);
    top: 22px;
    left: 15px;
}

.template_banner_image {
    height: 213px;
    width: 320px;
}

#banner2 .layui-carousel-ind {
    top: -70px;
}

.banner_item {
    width: 350px;
    height: 240px;
    overflow: hidden;
    position: relative;
}

.banner_item_image {
    width: 350px;
    height: 240px;
}

.active_introduce:hover {
    transform: translateY(-200px);
    transition: all 300ms ease-in;
}

.active_introduce {
    width: 350px;
    height: 250px;
    padding: 0px 30px;
    position: absolute;
    top: 200px;
    left: 0px;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 24px;
    transition: all 300ms ease-in;
}

.active0 {
    background: rgba(233, 134, 54, 0.6);
}

.active1 {
    background: rgba(80, 138, 230, 0.6);
}

.active2 {
    background: rgba(70, 158, 149, 0.6);
}

.active_introduce span {
    font-size: 18px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 40px;
}

/*业务介绍样式*/

.content_container {
    display: flex;
    flex-direction: row;
    flex-flow: wrap;
    justify-content: space-between;
}
.content_container img {
    max-width: 730px;
}

.product_item {
    width: 730px;
    height: auto;
    padding: 26px 30px 26px 18px;
    margin: 20px 0px 0px 0px;
    align-items: center;
    background-image: linear-gradient(180deg, #FFF6E1 0%, #FFFFFF 33%);
    border: 1px solid rgba(238, 238, 238, 1);
    border-radius: 4px;
}

.product_left_box {
    width: 550px;
}

.product_title_box {
    height: 20px;
    align-items: center;
    margin-bottom: 17px;
}

.product_summary_article {
    text-overflow: ellipsis;
    margin: 8px 16px 10px 16px;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    color: #463F3A;
    line-height: 24px;
}

.product_button {
    width: 98px;
    height: 33px;
    border: 1px solid rgba(241, 178, 30, 1);
    border-radius: 4px;
    background: white;

    line-height: 33px;
    font-size: 14px;
    color: #333333;
    letter-spacing: 0;
    font-weight: 500;
}

.content_table {
    width: 730px;
    height: auto;
}

.content_table thead {
    background: rgba(252, 196, 20, 1);
    font-size: 14px;
    font-weight: 500;
    color: #333333;
}

.content_table tr {
    display: flex;
    flex-direction: row;
    width: 730px;
    min-height: 40px;
    line-height: 16px;
}

.content_table td {
    padding: 12px;
}

.content_table td:first-child {
    flex: 1;
}

.content_table td:nth-child(2) {
    flex: 2;
}

.content_table td:nth-child(3) {
    flex: 2;
}

.content_table tbody td {
    font-size: 12px;
    font-weight: 500;
    color: #333333;
}

.content_table {
    width: 730px;
}

.content_table tr {
    width: 730px;
    min-height: 56px;
}

.content_table thead {
    min-height: 56px;
    background: #FFFBF2;

    font-size: 14px;
    color: #666666;
    letter-spacing: 0;
    font-weight: 500;
}

.content_table thead tr td:nth-child(1) {
    padding-left: 30px;
}

.content_table tbody {
    font-size: 12px;
    color: #666666;
    letter-spacing: 0;
    line-height: 22px;
    font-weight: 400;
}

.content_table tbody tr td:nth-child(1) {
    font-size: 12px;
    color: #333333;
    letter-spacing: 0;
    font-weight: 600;
    padding-left: 30px;
}

.content_table tbody tr:nth-child(2),
.content_table tbody tr:nth-child(4),
.content_table tbody tr:nth-child(6) {
    background: #FAFAFF;
}


.content_table tbody tr:nth-child(6) {
    line-height: 20px;
}

.upload_button {
    height: 26px;
    line-height: 26px;
    margin: 10px 20px;
    background-image: linear-gradient(180deg, #FBFBFB 0%, #F5F5F5 100%);
    border: 1px solid rgba(224, 224, 224, 1);
    border-radius: 4px;
    font-size: 14px;
    color: #333333;
    letter-spacing: 0;
    font-weight: 400;
    padding: 0px 12px;
}

/*文章样式*/

.img_content {
    width: 730px;
    height: auto;
}

.consult {
    width: 730px;
    height: 240px;
    padding: 130px 0px 0px 20px;
}

.content_info {
    width: 730px;
    font-size: 12px;
    color: rgb(146 136 129);
}

.article_title {
    width: 730px;
    font-size: 14px;
    font-weight: 500;
    color: rgb(78, 71, 63);
    line-height: 50px;
    border-bottom: 2px solid gray;
}

.article_page {
    width: 730px;
    padding: 30px 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.article_attachment {
    width: 730px;
    font-size: 12px;
    height: 80px;
    line-height: 80px;
    border-bottom: 1px solid gray;
}

.article_table {
    margin: 0 auto;
    width: 58px;
    height: 34px;
    line-height: 34px;
    margin-top: 30px;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    background: #d6bf7e;
}


.product_item_online {
    width: 730px;
    min-height: 90px;
    background: #FFFFFF;
    padding-left: 100px;
    margin: 0px 0px 20px 0px;
}

.product_title_online {
    font-size: 16px;
    color: #333333;
    letter-spacing: 0;
    font-weight: 500;
    margin: 20px 0px 12px 0px;
}

.product_summary_online {
    font-size: 12px;
    color: #666666;
    letter-spacing: 0;
    text-align: justify;
    line-height: 18px;
    font-weight: 400;
}

.product_summary_article_online {
    text-overflow: ellipsis;
    margin: 8px 16px 10px 16px;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    color: #463F3A;
    line-height: 24px;
}

/*siteMap css*/


.siteMapItem {
    width: 1000px;
    margin: 0 auto;
    padding: 35px 85px 80px 185px;
    min-height: 200px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    position: relative;
    border-bottom: 1px solid rgb(221 221 221);
}

.siteMapItem_title {
    margin-bottom: 17px;
}

.siteMapItem_title a {
    writing-mode: horizontal-tb;
    color: black;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 30px;
}

.siteMapItem_item a {
    writing-mode: horizontal-tb;
    color: black;
    line-height: 22px;
    font-size: 14px;
    text-align: left;
    padding-left: 11px;
}


.siteMapItem_list {
    width: 20%;
    height: auto;
    padding-bottom: 40px;
}

.siteMapItem_item {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 30px;
    position: relative;
    line-height: 30px;
}

.siteMapItem_item::before {
    content: '';
    height: 4px;
    width: 4px;
    transform: rotate(45deg);
    border-top: 1px solid #FCA500;
    border-right: 1px solid #FCA500;
    position: absolute;
    left: 0px;
    top: 12px;
}

.site_title {
    position: absolute;
    left: 20px;
    top: 35px;
    font-size: 26px;
}

.show_box3 {
    display: block !important;
}

.handling_title {
    font-size: 14px;
    color: #333333;
    letter-spacing: 0;
    font-weight: 500;
    margin: 15px 0px;
}

.handling_tab {
    background: #FBFBF9;
    padding: 10px 15px;
    line-height: 40px;
    margin-bottom: 20px;
}

.rest_warn{
    position: absolute;
    right: 20px;
    bottom: 10px;
}

.layui-tab-title{
    text-align: left !important;
    background: rgb(251 251 251);
    border-radius: 4px;
    width: 730px;
    height: 42px;
    line-height: 42px;
    font-size: 14px;
    color: rgb(51 51 51);
    text-align: center;
    font-weight: 400;
}

.layui-this{
    background-image: linear-gradient(180deg, rgb(255 204 0) 0%, rgb(255 188 0) 100%);
}

.article_content_title {
    font-size: 16px;
    color: #333333;
    letter-spacing: 0;
    font-weight: 500;
    position: relative;
    line-height: 20px;
    margin: 20px 0px 13px 0px;
    padding-left: 14px;
}

.article_content {
    font-size: 14px;
    color: #4A4440;
    letter-spacing: 0;
    line-height: 24px;
    font-weight: 400;
}

.article_content_title::after {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    height: 20px;
    width: 4px;
    background: #F1B21E;
    border-radius: 2px;
}

body .window-class .layui-layer-btn .layui-layer-btn0 {
    background: #F1B21E;
    color: black;
    border:none;
}

.qa-list li{
    list-style-type: ' - ';
    margin-left: 10px;
}

table.email_table td:nth-child(2) {
    max-width: 200px;
    padding: 0px 30px;
}

table.email_table td:nth-child(1),table.email_table td:nth-child(3),table.email_table td:nth-child(4){
    text-align: center;
}

table.email_table thead{
    text-align: center;
}

table.email_table td:nth-child(1){
    padding-left: 20px;
}

table.email_table td:nth-child(4){
    padding-right: 20px;
}
.time-box {
    position: relative;
    width: 730px;
}

.time-box:before {
    content: '';
    width: 2px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background: #fca500;
}

.time-box div {
    transform: translateX(100%);
}

.time-box div:nth-of-type(2n) {
    transform: translateX(0);
    text-align: right;
}

.time-box div {
    width: 50%;
}

.time-box div h3 {
    position: relative;
    color: #fca500;
    font-size: 26px;
    font-weight: normal;
    margin: 0;
    padding: 10px 0 10px 35px;
}

.time-box div:nth-of-type(2n) h3 {
    padding: 10px 35px 10px 0;
}

.time-box div h3:before,
.time-box div h3:after {
    content: '';
    position: absolute;
    top: 50%;
    background: #fca500;
    transform: translateY(-50%);
}

.time-box div h3:before {
    height: 2px;
    width: 20px;
    left: 0;
}

.time-box div h3:after {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    left: 20px;
}

.time-box div:nth-of-type(2n) h3:before {
    left: auto;
    right: 0;
}

.time-box div:nth-of-type(2n) h3:after {
    left: auto;
    right: 20px;
}

.time-box div p {
    margin: 0 0 0 20px;
    font-size: 13px;
    color: #666;
    line-height: 32px;
}

.time-box div:nth-of-type(2n) p {
    margin: 0 20px 0 0;
}

.time-box div p em {
    margin: 0 10px;
    font-weight: bold;
    font-style: normal;
}

.time-box div:nth-of-type(2n) p em {
    float: right;
}

.padding-right20{
    padding-right:20px;
}
