* {
    padding: 0;
    margin: 0
}

body {
    font-size: 16px;
    font-family: MicrosoftYaHei, Arial, Helvetica, sans-serif;
    background: #F5F9FC !important;
}

input[readonly], select[readonly], input[disabled], select[disabled] {
    background-color: #D0D0D0;
}

input[readonly].datebox {
    background-color: #fff;
}

input[type="radio"], input[type="checkbox"] {
    width: 22px !important;
    vertical-align: middle !important;
}

input[type="radio"]:last-child {
    margin-left: 10px;
}

input.placeholder {
    color: #A9A9A9;
}

#header {
    background-color: #0053b5;
    height: 150px;
}

.header_warp {
    width: 1005px;
    height: 100%;
    margin: 0 auto;
    background: url(../images/logo.png) 0 center no-repeat;
}

#footer {
    height: 50px;
    border-top: 3px solid #0053b5;
    color: #5d5c5c;
    line-height: 32px;
    text-align: center;
    clear: both;
}

#container {
    overflow: auto;
    width: 1200px;
    margin: 0 auto;
    padding-top: 13px;
}

.l_warp {
    position: static;
    left: 0;
    top: 0;
    float: left;
    width: 172px;
}

.l_warp.postion {
    position: fixed;
}

.l_warp.postion.bottom {
    position: absolute;
}

.l_menu {
    float: left;
    width: 100%;
    cursor: pointer;
}

#l_meun .meun2 a {
    padding-left: 43px;
    font-size: 14px;
    color: #333333;
    height: 46px;
    letter-spacing: 0;
    display: block;
    line-height: 46px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#l_meun .title1 {
    cursor: pointer;
    font-size: 16px;
    padding: 25px 22px;
    background-color: rgba(39, 137, 238, 0.08);
    color: #2789ee;
    border: solid 1px #ebf3fc;
    border-left: 2px solid #2789ee;
}

#l_meun .title2 {
    cursor: pointer;
    font-size: 16px;
    padding: 25px 22px;
    background-color: rgba(39, 137, 238, 0.08);
    color: #2789ee;
    border: solid 1px #ebf3fc;
    border-left: 2px solid #2789ee;
}

#l_meun .title_icon1 {
    cursor: pointer;
    font-size: 16px;
    padding: 25px 22px;
    background-color: rgba(39, 137, 238, 0.08);
    color: #2789ee;
    border: solid 1px #ebf3fc;
    border-left: 2px solid #2789ee;
    background-image: url(../images/grzx-icon-zk.png);
    background-repeat: no-repeat;
    background-size: 9px auto;
    background-position-y: center;
    background-position-x: 152px;
}

#l_meun .title_icon2 {
    cursor: pointer;
    font-size: 16px;
    padding: 25px 22px;
    background-color: rgba(39, 137, 238, 0.08);
    color: #2789ee;
    border: solid 1px #ebf3fc;
    border-left: 2px solid #2789ee;
    background-image: url(../images/grzx-icon-sq.png);
    background-repeat: no-repeat;
    background-size: 9px auto;
    background-position-y: center;
    background-position-x: 152px;
}

#l_meun .meun2 {
    width: 172px;
    font-size: 14px;
    color: #333333;
    background: linear-gradient(90deg, #ffffff 0%, #fafafb 100%);
}

#l_meun .meun2 a:last-child {
    border-bottom: 0
}

#l_meun .meun2 a:hover {
    color: #2789ee;
}

#l_meun .meun2 a.checked {
    color: #2789ee;
    text-decoration: none;
}

.login-box {
    float: left;
    width: 200px;
    line-height: 32px;
    font-size: 14px;
    background: #f2f2f2;
}

.login-box a {
    float: left;
    width: 175px;
    line-height: 32px;
    font-size: 14px;
    padding-left: 25px;
    color: #484848;
    text-decoration: none !important;
}

.dwxz_filter {
    font-family: MicrosoftYaHei, sans-serif;
    color: #484848;
    font-size: 16px;
    overflow: hidden;
    display: flex;
    padding: 0 20px;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.dwxz_filter span {
    padding-right: 10px;
    line-height: 29px;
}

.dwxz_filter_box {
    float: left;
}

.dwxz_filter input, .sbxz_filter select {
    border: 1px solid #D8D8D8;
    background: #FFF none repeat scroll 0 0;
    padding: 0 5px;
    color: #484848;
    margin-right: 12px;
}

.dwxz_filter input{
    height: 26px;
    line-height: 26px;
    width: 160px;
}

.dwxz_filter select {
    height: 28px;
    line-height: 28px;
    width: 165px;
}

.dwxz_searchBtn {
    background: #FF7200 none repeat scroll 0 0;
    height: 26px;
    line-height: 26px;
    border: 1px solid #DD6300;
    padding: 0 20px;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    float: right;
}

.dwxz_searchBtn:hover {
    background: #FF8A2B none repeat scroll 0 0;
}

.dwxz_searchBtn.disabled:hover {
    background: #FF7200 none repeat scroll 0 0;
}

.dwxz_datagrid {
    width: 100%;
    margin-top: 5px;
}

.sbxz_filter,
.content-box .xz_filter{
    font-family: MicrosoftYaHei, sans-serif;
    color: #484848;
    font-size: 16px;
    overflow: hidden;
    display: flex;
    padding: 0 20px;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.sbxz_filter span {
    padding-right: 10px;
    line-height: 29px;
}


.sbxz_filter_btn .r_c_button,
.content-box .xz_filter .r_c_button{
 margin-left: 5px;
}

.sbxz_filter input,
.sbxz_filter select,
.content-box .xz_filter input,
.content-box .xz_filter select{
    border: 1px solid #D8D8D8;
    background: #FFF none repeat scroll 0 0;
    padding: 0 5px;
    color: #484848;
    margin-right: 12px;
}

.sbxz_filter input,
.content-box .xz_filter input{
    height: 26px;
    line-height: 26px;
    width: 160px;
}

.sbxz_filter select,
.content-box .xz_filter select{
    height: 28px;
    line-height: 28px;
    width: 165px;
}

.sbxz_datagrid {
    width: 100%;
    margin-top: 5px;
}

.r_warp {
    float: right;
    width: 985px;
    background-color: transparent;
    position: relative;
    top: 0;
    left: 0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.r_warp.full {
    position: absolute;
    background-color: #FFF;
    width: 100%;
    height: 100%;
}

.r_warp .subbtn {
    padding: 3px 12px;
    background: #04B5AF;
    color: #fff;
    border-radius: 3px;
    box-shadow: 0 1px 1px #ddd;
    cursor: pointer;
    border: 0px;
    border-bottom-style: none;
    border-top-style: none;
    border-left-style: none;
    border-right-style: none;
}

.r_title {
    padding-top: 10px;
    overflow: hidden;
    background: url(../images/i_title.png) bottom repeat-x;
}

.r_title h1 {
    float: left;
    line-height: 33px;
    font-size: 18px;
    border-bottom: 2px solid #0C7CFF;
    padding: 0 5px;
    color: #0C7CFF;
    font-weight: normal;
}

.r_title .titleDiv {
    cursor: pointer;
    padding-right: 15px;
    border-bottom: 2px solid #d7d4d4;
    color: #968f8f;
}

.r_title .selected {
    border-bottom: 2px solid #0C7CFF !important;
    color: #0C7CFF;
}

.ykb_r_title{
    display: flex;
    justify-content: space-between;
}

.ykb_r_title .ykb_title_div{
    line-height: 45px;
    font-size: 22px;
    font-weight: bold;
    display: inline-block;
    font-family: MicrosoftYaHei, sans-serif;
}

.ykb_r_title .ykb_title_div.selected{
    border-bottom: 5px solid #0c7cff;
    color: #0c7cff;
}

.r_content {
    background-image: linear-gradient(#ffffff, #ffffff), linear-gradient(#ecf4fe, #ecf4fe);
    box-shadow: 0 1px 14px 0 rgba(209, 224, 239, 0.45);
    border-radius: 4px 4px 0 0;
    padding: 0 20px;
}

.r_content h3 {
    line-height: 35px;
    font-size: 14px;
    color: #0C7CFF;
    padding: 15px 0 5px;
    font-weight: normal;
}

.r_content h3.center {
    text-align: center;
    line-height: 1;
    padding: 5px;
    clear: left;
}

.r_content>form{
    padding-bottom: 15px;
}

.r_content .rectangle{
    display: flex;
    align-items: center;
    font-size: 16px;
}

.r_content .rectangle::before{
    content: "";
    display: inline-block;
    width: 5px;
    height: 22px;
    background: #0C7CFF;
    margin-right: 5px;
}

.r_c_title {
    line-height: 35px;
    font-size: 16px;
    color: #FF5A00;
    font-weight: normal;
    border-bottom: 1px dotted #B7B7B7;
}

.r_menu {
    padding-top: 5px;
}

.r_btn_lit{
    line-height: 50px;
}

.r_c_table {
    border-collapse: collapse;
    border: none;
}

.r_c_table td {
    text-align: right;
    padding: 3px 0 3px 12px;
}

.r_c_table td.r_td {
    text-align: right;
}

.r_c_table td.l_td {
    text-align: left;
}

.r_c_table td.c_td {
    text-align: center;
}

.r_c_table td.l_td {
    text-align: left;
}

.r_c_table td > span {
    font-family: "宋体", sans-serif;
    font-size: 12px;
    color: #484848;
    padding: 0 5px 0 0;
}

.r_c_table tr {
}

.r_c_table input, textarea.textarea {
    height: 26px;
    line-height: 26px;
    border: 1px solid #D8D8D8;
    background: #fff none repeat scroll 0 0;
    padding: 0 5px;
    color: #484848;
    width: 250px;
    border-radius: 5px;
}

.r_c_table select {
    height: 28px;
    line-height: 28px;
    border: 1px solid #D8D8D8;
    background: #fff none repeat scroll 0 0;
    padding: 0 5px;
    color: #484848;
    width: 263px;
}

.r_c_grid_status{
    padding: 8px 10px;
    background: #e8f0ff;
    color: #666666;
    border-radius: 5px;
}

.r_c_a_norm_blue{
    color: #2b71ff;
}

.r_c_a_norm_red{
    color: red;
}

.r_c_button {
    background: linear-gradient(45deg,#43A7F6 0%, #298AEE 100%);
    height: 34px;
    min-width: 104px;
    line-height: 34px;
    padding: 0 5px;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    text-align: center;
    border-radius: 4px;
    font-size: 16px;
    border: 1px solid;
}

.r_c_button:hover {
    background: linear-gradient(45deg,#43A7F6 0%, #298AEE 100%);
}

.r_c_button.upload-icon,.r_c_button.add-icon,.r_c_button.wx-icon{
    display: inline-flex;
    align-items: center;
    justify-content: space-around;
}

.r_c_button.upload-icon::before{
    content: "";
    background-image: url('../images/upload_icon.png');
    background-size: contain;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-right: 10px;
}

.r_c_button.add-icon::before{
    content: "";
    background-image: url('../images/add_icon.png');
    background-size: contain;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-right: 10px;
}

.r_c_button.wx-icon::before{
    content: "";
    background-image: url('../images/wx_icon.png');
    background-size: contain;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-right: 10px;
}

.r_c_btn_orange{
    background: linear-gradient(45deg, #FF8900 0%, #FA8400 100%);
}

.r_c_btn_orange:hover{
    background: linear-gradient(45deg, #FF8900 0%, #FA8400 100%);
}

.r_c_button.disabled {
    background: linear-gradient(45deg, #43a7f661 0%, #298aee6b 100%);
}

.r_c_button.disabled:hover {
    background: linear-gradient(45deg, #43a7f661 0%, #298aee6b 100%);
}


.r_c_button.gray {
    background: #a9a8a8 none repeat scroll 0 0;
    border: 1px solid #9e9d9d;
}

.r_c_button.gray:hover {
    background: #bbbbbb none repeat scroll 0 0;
}

.r_c_button.gray.disabled:hover {
    background: #a9a8a8 none repeat scroll 0 0;
}

.r_c_datagrid {
    width: 100%;
}

.r_c_bottom {
    margin: 18px 0 20px 0;
    padding-right: 75px;
    text-align: right;
    overflow: hidden;
}

.required_span {
    font-size: 12px;
    color: red !important;
}

.pull-left {
    text-align: left !important;
}

.hello-box {
    text-indent: 5px;
    font-size: 14px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-text-overflow: ellipsis;
}

.task-window {
    overflow: auto;
}

.sgdw_sdlr_warp .filter {
    line-height: 40px;
    font-size: 16px;
    padding: 5px;
    display: flex;
}

.sgdw_sdlr_warp .filter input,
.sgdw_sdlr_warp .filter select {
    border: 1px solid #D8D8D8;
    background: #FFF none repeat scroll 0 0;
    padding: 0 0 0 12px;
    color: #484848;
    margin-right: 12px;
}

.sgdw_sdlr_warp .filter input{
    height: 30px;
    line-height: 30px;
    width: 180px;
}

.sgdw_sdlr_warp .filter select{
    height: 35px;
    line-height: 35px;
    width: 194px;
}

.c_warp {
    float: right;
    width: 100%;
    background-color: transparent;
    position: relative;
    top: 0;
    left: 0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.c_warp.full {
    position: absolute;
    background-color: #FFF;
    width: 100%;
    height: 100%;
}

.c_warp .subbtn {
    padding: 3px 12px;
    background: #04B5AF;
    color: #fff;
    border-radius: 3px;
    box-shadow: 0 1px 1px #ddd;
    cursor: pointer;
    border: 0px;
    border-bottom-style: none;
    border-top-style: none;
    border-left-style: none;
    border-right-style: none;
}

.subbtn.orange-btn {
    background: #ED8708;
}

.staff_filter {
    font-family: MicrosoftYaHei, sans-serif;
    color: #484848;
    font-size: 16px;
    overflow: hidden;
    display: flex;
    padding: 0 20px;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.staff_filter span {
    padding-right: 10px;
    line-height: 29px;
}

.staff_filter_box {
    float: left;
}

.staff_filter input, .sbxz_filter select {
    border: 1px solid #D8D8D8;
    background: #FFF none repeat scroll 0 0;
    padding: 0 5px;
    color: #484848;
    margin-right: 12px;
}

.staff_filter select {
    height: 28px;
    line-height: 28px;
    width: 165px;
}

.staff_filter input {
    height: 26px;
    line-height: 26px;
    width: 160px;
}

/*.staff_searchBtn {*/
/*    background: #FF7200 none repeat scroll 0 0;*/
/*    height: 26px;*/
/*    line-height: 26px;*/
/*    border: 1px solid #DD6300;*/
/*    padding: 0 20px;*/
/*    color: #fff;*/
/*    text-decoration: none;*/
/*    display: inline-block;*/
/*    cursor: pointer;*/
/*    float: right;*/
/*}*/

/*.staff_searchBtn:hover {*/
/*    background: #FF8A2B none repeat scroll 0 0;*/
/*}*/

/*.staff_searchBtn.disabled:hover {*/
/*    background: #FF7200 none repeat scroll 0 0;*/
/*}*/

.staff_datagrid {
    width: 100%;
}

.self_toolbar {
    border-width: 0 0 1px 0;
    overflow: hidden;
    clear: both;
}

.finemi-datagrid {
    border-collapse: collapse;
    border: none;
    table-layout: fixed;
}

.finemi-datagrid thead {
    height: 40px;
}

.finemi-datagrid th {
    font-size: 18px;
    font-weight: normal;
    background: rgba(183, 209, 232, 0.18);
    color: #2f455b;
    line-height: 40px;
    text-align: left;
    text-indent: 5px;
}

.finemi-datagrid tbody tr:hover {
    background-color: #FDF6F1;

}

.finemi-datagrid tbody td {
    line-height: 33px;
    text-align: left;
    /*text-indent: 5px;*/
    font-size: 18px;
    color: #333333;
    border-bottom: 1px solid #edf1f5;
    white-space: break-spaces;
    /*text-overflow: ellipsis;*/
    /*overflow: hidden;*/
    cursor: pointer;
    height: 84px;
    padding: 0px 2px;
}

.finemi-datagrid tbody td.min-td{
    height: 44px;
}

.finemi-datagrid thead th.checkbox_td {
    text-align: center;
    text-indent: 0;
}

.finemi-datagrid tbody td.checkbox_td {
    text-align: center;
    text-indent: 0;
}

.finemi-datagrid tbody td.left {
    text-align: left;
}

.finemi-datagrid tbody td.center {
    text-align: center;
}

.finemi-datagrid tbody td.right {
    text-align: right;
}

.finemi-datagrid tbody td.noSpace {
    white-space: normal;
    text-indent: 0;
}

.finemi-datagrid .datagrid-button {
    text-decoration: none;
    color: #484848;
}

.finemi-datagrid .datagrid-button:hover {
    text-decoration: underline;
}

.finemi-datagrid-bottom {
    padding: 40px 0;
    /*height: 20px;*/
    font-size: 16px;
    /*background: rgb(242, 242, 242) none repeat scroll 0 0;*/
    margin-top: 1px;
}

.finemi-datagrid-pageButton {
    padding: 5px;
    display: inline-block;
    line-height: 22px;
    height: 22px;
    text-align: center;
    border-radius: 2px;
    color: #666666;
    box-shadow: rgba(0, 0, 0, 0.0980392) 0 0 1px;
    cursor: pointer;
    text-decoration: none;
    background-color: #EBEBEB;
    margin-right: 6px;
}

.pageOk{
    background: #2789EE;
    color: #FFFFFF;
    padding: 5px 8px;
    margin-left: 5px;
}

.finemi-datagrid-warp {
    position: relative;
    padding-top: 15px;
}

.finemi-datagrid-bottom {
    /*position: absolute;*/
    bottom: 0;
    left: 0;
    width: 100%;
}

.finemi-datagrid-bottom .buttonWarp {
    float: left;
    /*margin-left: 10px;*/
}

.finemi-datagrid-bottom .toolWarp {
    float: left;
    color: rgb(51, 51, 51);
}

.finemi-datagrid-bottom .toolWarp span {
    margin: 0 3px;
}

.finemi-datagrid-pageText {
    line-height: 30px;
    border: 1px solid #D1D1D1;
    border-radius: 4px;
    background: #fff;
    padding: 0 2px;
    color: #484848;
    width: 50px !important;
}

.finemi-datagrid .datagrid-checkbox {
    position: relative;
    top: -2px;
    left: -2px;
    cursor: pointer;
}

.finemi-datagrid-loading {
    width: 100%;
    height: 100%;
    display: none;
    position: absolute;
    left: 0;
    top: 0;
}

.finemi-datagrid-noDataTip {
    width: 100%;
    height: 42px;
    line-height: 25px;
    display: none;
    left: 0;
    top: 0;
    font-family: "微软雅黑", Arial, Helvetica, sans-serif !important;
    text-align: center;
    font-size: 18px;
    color: #848484;
    margin: 5px 0;
    /* border-top: 1px solid #DCDADA; */
    /* border-bottom: 1px solid #DCDADA; */
    padding: 18px 0;
}

.finemi-datagrid-noDataTip.no-data-img{
    height: 130px;
}

.finemi-datagrid-noDataTip span {
    display: block;
}

.datagrid-buttonWarp {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.datagrid-buttonWarp .datagrid-button {
    margin-right: 10px;
    color: #2789EE;
}


.window-content {
    position: fixed !important;
    *position: absolute !important;
    z-index: 10000;
    left: 50%;
    top: 50%;
    /*padding: 20px;*/
    padding-top: 21px;
    /*background: #FFF;*/
    border: 0 solid;
    display: none;
    background-image: linear-gradient(180deg, #f0f7fd 0%, #ffffff 40%);
    border-radius: 4px;
}

.window-content .title-box {
    display: flex;
    justify-content: space-between;
    line-height: 35px;
    border-bottom: 1px solid #f3f4f4;
    padding-bottom: 24px;
}

.window-content .title-box>.title-box-text{
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 1px;
    color: #333333;
    padding-left: 21px;
}

.window-content .title-box>.title-box-close:before{
    content: " ";
    background-image: url('../images/close.png');
    background-size: contain;
    background-repeat: no-repeat;
    width: 15px;
    height: 15px;
    display: inline-block;
    padding-right: 20px;
}

.window-content .title-box>.title-box-close{
    display: inline-flex;
    align-items: center;
}

.window-content .content-box {
    overflow: auto;
}

.window-content .button {
    line-height: 36px;
    width: 99px;
    height: 36px;
    border-radius: 2px;
    border: solid 1px #2789ee;
    cursor: pointer;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0;
    color: #2789ee;
    background-color: #fff;
    margin-right: 29px;
    text-align: center;
}

.window-content .button:hover {
    filter: alpha(opacity=80);
    opacity: 0.8;
}

.window-content .button-default {
    background: #fff;
}

.window-content .button-default:hover {
    background: #fff;
}

.window-content .button-submit {
    background: #2789ee;
    color: #fff;
}

.window-content .button-submit:hover {
    background: #2789ee;
    color: #fff;
}

.window-content .button-box {
    height: 90px;
    border-top: 1px solid #f3f4f4;
    display: flex;
    align-items: center;
}

#BACK-STORY {
    background: #000;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0; /*FF IE7*/
    filter: alpha(opacity=60); /*IE*/
    opacity: 0.6; /*FF*/
    z-index: 9000;
    position: fixed !important; /*FF IE7*/
}

.validate-noaccept {
    background-color: #faffbd !important;
}

.validate-noaccept-tip {
    color: #FF5A00 !important;
    font-size: 12px !important;
    font-family: "宋体" !important;
    line-height: 14px !important;
    text-align: left !important;
}

.validate-noaccept-tip-warp {
    background-color: #FF5A00;
    border-radius: 2px;
    position: absolute;
    padding: 8px 10px;
    z-index: 10000;
}

.validate-noaccept-tip-arrow {
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-right: 6px solid #FF5A00;
    position: absolute;
    left: -6px;
    top: 8px;
}

.validate-noaccept-tip-content {
    color: #fff !important;
    font-size: 12px !important;
    font-family: "宋体" !important;
    line-height: 14px !important;
    text-align: left !important;
}

.datagrid-mask-msg {
    border-color: #95B8E7;
    background: #ffffff url(../images/loading.gif) no-repeat scroll center 5px;
    height: 16px;
    padding: 25px 10px 10px 10px;
}

.my_fieldset{
    border: 1px solid #95B8E7;
    margin: 10px 10px 15px;
    padding-left: 10px;
    padding-bottom: 7px;
}

.my_fieldset .my_legend {
    font-size: 13px;
    font-weight: bold;
    margin-left: 15px;
    padding: 0px 5px;
    line-height: 18px;
    height: 18px;
    cursor: pointer;
}

.my_fieldset tr{
    height: 30px;
}

.no_data_img{
    width: 150px;
    height: 150px;
    margin: 0 auto;
    background-image: url("../images/ykb_no_data_img.png");
}

#ykb_header_iframe{
    overflow-y: hidden;
    background: #fff;
    border: none;
    width: 100%;
    min-width: 1200px;
}

#ykb_footer_iframe{
    border: none;
    width: 100%;
    min-width: 1200px;
    min-height: 402px;
}

.area-gt-warp{
    background: #ffffff;
}

.area-gt-warp .area-title{
    font-size: 24px;
    font-weight: bold;
    color: #4393f4;
    border-bottom: 1px solid #f7f7f7;
}

.area-gt-warp .area-tc-warp{
    width: 100%;
    font-family: "Microsoft YaHei", serif;
}

.area-tc-warp .area-tc-ul{
    padding-top: 10px;
    padding-bottom: 10px;
}

.area-tc-warp .area-tc-ul>li{
    width: 185px;
    font-size: 16px;
    line-height: 34px;
    color: #333333;
    display: inline-block;
    cursor: pointer;
    white-space: nowrap;
}

.area-tc-warp .area-tc-ul>li.cur{
    color: #4393f4;
}

.area-tc-footer .area-tc-choose{
    color: #4393f4;
    font-size: 18px;
    line-height: 50px;
}

#area-tc-ce-text{
    letter-spacing: 2px;
}

@media screen and (min-width: 769px) {
    #ykb_header_iframe{
        min-height: 200px;
    }
}


@media screen and (min-width: 1360px) {
    #ykb_header_iframe{
        min-height: 227px;
    }
}

@media screen and (min-width: 1680px) {
    #ykb_header_iframe{
        min-height: 280px;
    }
}

@media screen and (min-width: 1920px) {
    #ykb_header_iframe{
        min-height: 307px;
    }
}