/**登录注册**/
.layer, .layer_detail {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .9);
    z-index: 999;
}
.layer_detail {
    z-index: 29;
}
.loginReg {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 530px;
    height: 580px;
    background-color: #fff;
    transform: translate(-50%, -50%);
    border-radius: 8px;
    z-index: 1000;
}
.login-change {
    padding-top: 50px;
    margin-bottom: 42px;
    text-align: center;
    font-size: 28px;
    cursor: pointer;
    color: #ec553c;
}
.login-tab {
    margin: 0 7.5%;
}
.close01, .close_detail {
    position: absolute;
    top: 20px;
    right: 18px;
    width: 15px;
    cursor: pointer;
    transition: transform .5s ease;
}
.close_detail {
    display: none;
}
.close01:hover, .close_detail:hover {
    transform: rotate(180deg);
}
.input, .select {
    width: 100%;
    height: 56px;
    margin-bottom: 16px;
    border-radius: 4px;
    border: 1px solid #c6c6c6;
    text-indent: 1em;
    font-size: 16px;
}
.select {
    float: left;
    width: 48%;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background-image: url(../images/icon-arr-1.png);
    background-repeat: no-repeat;
    background-position: right;
    outline: none;
}
.select:first-child {
    margin-right: 4%;
}
.input.active {
    float: left;
    width: 305px;
}
#imgCode {
    float: right;
    width: 135px;
    height: 58px;
}
.send {
    float: right;
    width: 135px;
    height: 58px;
    cursor: pointer;
    background-color: #fee9e8;
    border: 1px solid #feccd0;
    font-size: 20px;
    color: #ec553c;
    transition: opacity .5s ease;
}
.send:hover {
    opacity: .9;
}
.loginReg p {
    color: #ec553c;
    font-size: 16px;
}
.login-submit {
    display: block;
    width: 252px;
    height: 56px;
    margin: 16px auto 0;
    border-radius: 56px;
    background: #fc5b4a;
    background: linear-gradient(to right, #fd9d4e, #fd5855, #fc2b59);
    font-size: 20px;
    line-height: 56px;
    text-align: center;
    color: #fff;
    cursor: pointer;
    transition: opacity .5s ease;
}
.login-submit:hover {
    opacity: .95;
}
.login {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    padding: 20px 0;
}
.login a {
    display: block;
    margin: 0 4px;
    line-height: 32px;
    color: #333333;
    font-size: 16px;
}
.login a.logout {
    display: none;
}
.fx_title_s {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 30px;
}
.fx_title_s img {
    display: block;
    width: 20px;
    margin-right: 4px;
}
.fx_title_s span {
    display: block;
    background: #F45D44;
    border-radius: 1px;
    margin-right: 4px;
    width: 4px;
    height: 16px;
}
.fx_title_s h5 {
    font-size: 16px;
    color: #333;
    font-weight: bold;
}
.fx_zwk_box {
    box-sizing: border-box;
    padding: 10px;
    margin-bottom: 20px;
}
.fx_zwb_list, .fx_sjfx_list {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    text-align: center;
    flex-wrap: wrap;
}
.fx_zwb_list {
    margin-bottom: 20px;
}
.fx_zwb_list li:nth-child(6n), .fx_sjfx_list li:nth-child(6n) {
    margin-right: 0;
}
.fx_zwb_list li {
    width: 16%;
    margin-right: 0.8%;
    margin-top: 20px;
    height: 50px;
    padding: 0 6px;
    border-radius: 4px;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #DDDDDD;
    background: #FFFFFF;
    box-sizing: border-box;
}
.fx_zwb_list li a {
    line-height: 20px;
    display: block;
    color: #333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.fx_zwb_list li:hover {
    background: rgba(244, 93, 68, 0.2);
    border: 1px solid #F45D44;
}
.fx_zwb_list li:hover a {
    color: #F45D44;
}
.fx_sjfx_list li {
    background-size: 100% 100%;
    background-image: url('../images/fx_sjfx_bg.png');
    width: 16%;
    margin-right: 0.8%;
    margin-top: 20px;
    height: 88px;
}
.fx_sjfx_list li {
    background-size: 100%;
    background-image: url('../images/fx_sjfx_bg.png');
    width: 240px;
    height: 88px;
}
.fx_sjfx_list li a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: left;
    box-sizing: border-box;
    padding: 0 10px;
    height: 100%;
    width: 100%;
    font-size: 16px;
}
.zwk_exam_list li {
    cursor: pointer;
    float: left;
    text-align: center;
    color: #333;
    margin-right: 16px;
    line-height: 30px;
    font-size: 14px;
    margin-bottom: 8px;
}
.zwk_exam_list li a {
    display: block;
    color: #333;
}
.zwk_exam_list li a b {
    font-weight: bold;
}
.zwk_exam_list li a:hover {
    color: #F45D44;
    text-decoration: underline;
}
.fx_sjfx_list li a p {
    width: 100%;
    line-height: 22px;
    color: #FFF231;
}
.fx_sjfx_list li a h5 {
    width: 100%;
    line-height: 24px;
    color: #fff;
}
select {
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
}
/* 通用底部 */
.footer {
    clear: both;
    position: relative;
    padding: 30px 0;
    text-align: center;
    color: #fff;
    background: #333;
}
.footer p span {
    padding: 0 5px;
    color:#fff;
}
.footer p a {
    color:#fff;
}
.footer p {
    color:#fff;
}
.box_container {
    padding: 40px 0;
}
/* top */
.top {
    height: 72px;
}
.top_l {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.top_logo {
    display: block;
    margin-right: 30px;
    height: 32px;
}
.top_logo img {
    display: block;
    height: 100%;
}
.top_nav {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.top_nav li {
    margin-right: 24px;
    font-size: 16px;
    height: 72px;
    line-height: 72px;
    color: #333333;
    position: relative;
}
.top_nav li a {
    display: block;
    color: #333;
}
.top_nav_qr {
    display: none;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 78px;
    width: 140px;
    padding: 10px;
    background: #fff;
    z-index: 99;
    box-sizing: border-box;
}
.top_nav_qr::before {
    content:'';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    left: 50%;
    transform: translateX(-50%);
    top: -6px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
}
.top_nav_qr img {
    display: block;
    width: 100%;
}
.top_nav_slide {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    cursor: pointer;
    height: 72px;
    line-height: 72px;
    font-size: 16px;
}
.top_nav li:hover>a, .nav_slide a:hover {
    color: #F45D44;
}
.top_nav_slide img {
    transition: all .5s;
    display: block;
    margin-left: 4px;
    width: 20px;
}
.top_nav_slide.top_nav_slide_hover {
    color: #F45D44;
}
.top_nav_slide img.nav_slide_img, .top_nav_slide.top_nav_slide_hover img.nav_slide_img_hover {
    display: block;
}
.top_nav_slide.top_nav_slide_hover img.nav_slide_img, .top_nav_slide img.nav_slide_img_hover {
    display: none;
}
.nav_slide {
    background: #fff;
    display: none;
    position: fixed;
    z-index: 90;
    left: 0;
    right: 0;
    top: 72px;
    text-align: center;
    box-sizing: border-box;
    padding: 22px 0 10px;
    box-shadow: 0 0 16px 0px rgba(0, 0, 0, 0.08);
}
.nav_list li {
    float: left;
    width: 88px;
    margin-right: 12px;
    margin-bottom: 12px;
    font-size: 14px;
    line-height: 36px;
    background: #EEEEEE;
    border-radius: 18px;
}
.nav_list li a {
    color: #333;
    display: block;
}
.nav_list li:hover {
    background: #F45D44;
}
.nav_list li:hover a {
    color: #fff;
}
.top_login {
    box-sizing: border-box;
    padding: 20px 0;
}
.top_login a {
    display: block;
    line-height: 32px;
    color: #333333;
    font-size: 16px;
}
.top_login a.logout {
    display: none;
}
.banner_box {
    background-image: url('../images/banner_bg.png');
    background-size: auto 100%;
    background-position: center top;
    background-repeat: no-repeat;
    height: 300px
}
.banner_box .Width {
    height: 100%;
}
.banner_box h1 {
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    line-height: 80px;
    font-size: 72px;
    color: #fff;
    font-weight: bold;
}
.nav_box {
    width: 1400px;
    height: 140px;
    margin: -60px auto 0;
    z-index: 2;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    background: #fff;
    box-shadow: 0px 8px 8px 0px rgba(0, 0, 0, 0.06);
    border-radius: 4px;
}
.nav_box a {
    width: 14.3%;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: relative;
}
.nav_box a:nth-last-child(1)::after {
    display: none;
}
.nav_box a::after {
    content:'';
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 75px;
    background: #DDDDDD;
}
.nav_box a img {
    width: 48px;
}
.nav_box a p {
    line-height: 32px;
    font-size: 16px;
    color: #666;
}
.nav_box a:hover {
    background: rgba(244, 93, 68, 0.2);
}
.nav_box a:hover p {
    color: #F45D44;
}
.nav_box a img.nav_icon, .nav_box a:hover img.nav_icon_hover {
    display: block;
}
.nav_box a:hover img.nav_icon, .nav_box a img.nav_icon_hover {
    display: none;
}
/* index_top */
.index_top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #FFFFFF;
}
.index_top_show1 .zwk_info:nth-child(n+2) {
    display: none;
}
.index_top_show2 .zwk_info:nth-child(n+3) {
    display: none;
}
.index_top_show3 .zwk_info:nth-child(n+4) {
    display: none;
}
/* index_top_show2 */
.index_top_show2 .zwk_num {
    align-items: flex-start;
}
.index_top_show2 .zwk_info {
    width: 49%;
}
.index_top_show2 .zwk_num_text p {
    font-size: 14px;
    line-height: 18px;
}
.index_top_show2 .zwk_icon {
    width: 18px;
    height: 18px;
    margin-right: 8px;
}
.index_top_show2 .zwk_icon img {
    width: 12px;
}
.index_top_show2 .zwk_info_btn a {
    margin: 0 30px;
}
/* index_top_show3 */
.index_top_show3 .zwk_info {
    width: 32.5%;
}
.index_top_show3 .zwk_num_box {
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-bottom: 12px;
}
.index_top_show3 .zwk_num_text {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.index_top_show3 .zwk_num {
    width: 50%;
    box-sizing: border-box;
    height: 30px;
    padding-left: 20px;
    border-right: 0;
    justify-content: flex-start;
    align-items: center;
}
.index_top_show3 .zwk_num_text p, .index_top_show3 .zwk_num_text h5 {
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 0;
    margin-right: 4px;
    line-height: 18px;
}
.index_top_show3 .zwk_icon {
    width: 18px;
    height: 18px;
    margin-right: 8px;
}
.index_top_show3 .zwk_icon img {
    width: 12px;
}
.index_top_show3 .zwk_info_btn a {
    margin: 0 10px;
    line-height: 36px;
    border-radius: 18px;
}
.zwk_list {
    display: none;
}
/* index_top_show4 */
.index_top_show4 .zwk_list {
    display: block;
    height: 200px;
    width: 24%;
    box-sizing: border-box;
    padding: 8px;
    box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.08);
    border-radius: 4px;
}
.index_top_show4 .zwk_list h5 {
    line-height: 30px;
    margin-bottom: 6px;
    font-size: 16px;
    color: #333;
    font-weight: bold;
}
.zwk_more_list {
    max-height: 150px;
    overflow-y: scroll;
}
.zwk_more_list li {
    line-height: 24px;
    font-size: 14px;
}
.zwk_more_list li a {
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    color: #333;
}
.zwk_more_list li a:hover {
    color: #F45D44;
}
.index_top_show4 .zwk_info {
    width: 24%;
    padding: 8px;
}
.index_top_show4 .zwk_num_box {
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-bottom: 12px;
}
.index_top_show4 .zwk_num_text {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.index_top_show4 .zwk_num {
    width: 50%;
    box-sizing: border-box;
    height: 32px;
    padding-left: 0;
    border-right: 0;
    justify-content: flex-start;
    align-items: center;
}
.index_top_show4 .zwk_num_text p, .index_top_show4 .zwk_num_text h5 {
    font-size: 12px;
    font-weight: normal;
    margin-bottom: 0;
    margin-right: 4px;
    line-height: 18px;
}
.index_top_show4 .zwk_icon {
    width: 18px;
    height: 18px;
    margin-right: 8px;
}
.index_top_show4 .zwk_icon img {
    width: 12px;
}
.index_top_show3 .zwk_num:nth-last-child(1), .index_top_show4 .zwk_num:nth-last-child(1) {
    width: 100%;
}
.index_top_show4 .zwk_info_btn a {
    line-height: 32px;
    border-radius: 16px;
    margin: 0 10px;
}
.zwk_info {
    height: 200px;
    display: block;
    cursor: pointer;
    box-sizing: border-box;
    padding: 16px;
    box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.08);
    border-radius: 4px;
    width: 100%;
}
.zwk_title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 26px;
    line-height: 26px;
}
.zwk_title h3, .zwk_title h5 {
    font-size: 16px;
    color: #333;
    font-weight: bold;
}
.zwk_title h3 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    max-width: 70%;
}
.zwk_title h3 span {
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    max-width: calc(100% - 26px);
    max-height: 60px;
    display: block;
}
.zwk_title h3 img {
    display: block;
    width: 24px;
    margin-left: 4px;
}
.zwk_title h5 span {
    color: #F45D44;
}
.zwk_num_box {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 12px;
    margin-bottom: 30px;
}
.zwk_num:nth-last-child(1) {
    border-right: 0;
}
.zwk_num {
    width: 20%;
    display: flex;
    box-sizing: border-box;
    justify-content: center;
    align-items: center;
    border-right: 1px solid #EEEEEE;
}
.zwk_num:hover img {
    transform: scale(1.1);
}
.zwk_num:nth-child(1) .zwk_icon {
    background: rgba(244, 93, 68, .2);
}
.zwk_num:nth-child(2) .zwk_icon {
    background: rgba(255, 183, 81, .2);
}
.zwk_num:nth-child(3) .zwk_icon {
    background: rgba(145, 248, 96, .2);
}
.zwk_num:nth-child(4) .zwk_icon {
    background: rgba(55, 164, 249, .2);
}
.zwk_num:nth-child(5) .zwk_icon {
    background: rgba(231, 176, 255, .2);
}
.zwk_icon {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    width: 54px;
    height: 54px;
    margin-right: 16px;
}
.zwk_icon img {
    display: block;
    transition: all .5s;
    width: 24px;
}
.zwk_num_text p {
    line-height: 22px;
    margin-bottom: 4px;
    font-size: 16px;
    color: #333;
}
.zwk_num_text h5 {
    line-height: 28px;
    font-size: 24px;
    color: #333;
    font-weight: bold;
}
.zwk_info_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.zwk_info_btn a {
    display: block;
    background: #F45D44;
    color: #fff;
    font-size: 14px;
    margin: 0 50px;
    width: 280px;
    line-height: 44px;
    border-radius: 22px;
}
/* zwk_condition */
.zwk_condition_box {
    margin: 50px auto;
    background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 250, 250, 0.31) 100%);
    border: 1px solid #EEEEEE;
    box-sizing: border-box;
    padding: 12px 12px 20px;
}
.zwk_condition_title {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 44px;
}
.zwk_condition_title img {
    display: block;
    width: 20px;
    margin-right: 4px;
}
.zwk_condition_title h5 {
    font-size: 16px;
    color: #333;
}
.zwk_condition_list li {
    cursor: pointer;
    float: left;
    text-align: center;
    color: #333;
    width: 60px;
    line-height: 30px;
    font-size: 14px;
    margin-bottom: 8px;
}
.zwk_condition_list li.active {
    color: #F45D44;
    text-decoration: underline;
}
.zwk_condition_btn {
    cursor: pointer;
    text-align: center;
    color: #fff;
    background: #F45D44;
    margin: 20px auto 0;
    font-size: 16px;
    width: 560px;
    line-height: 54px;
    border-radius: 30px;
}
.position_box {
    line-height: 50px;
    color: #999999;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.position_box p, .position_box a {
    font-size: 12px;
    display: block;
    color: #999;
}
.fx_title {
    height: 50px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    box-sizing: border-box;
    border-bottom: 1px solid #DDDDDD;
    margin-bottom: 24px;
}
.fx_title h3 {
    line-height: 50px;
    font-size: 24px;
    border-bottom: 2px solid #F45D44;
    color: #333;
    font-weight: bold;
    box-sizing: border-box;
}
.fx_title h3 span {
    color: #F45D44;
}
.fx_bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
}
.fx_xcx {
    width: 134px;
    background: #FFFFFF;
    border: 1px solid #333333;
    box-sizing: border-box;
}
.fx_xcx_img {
    height: 134px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.fx_xcx_img img {
    display: block;
    width: 100%;
}
.fx_xcx_text {
    box-sizing: border-box;
    background: #F45D44;
    text-align: center;
    padding: 4px;
}
.fx_xcx_text h5 {
    color: #fff;
    line-height: 20px;
    font-size: 13px;
}
.fx_xcx_text p {
    color: #fff;
    line-height: 16px;
    font-size: 12px;
}
.fx_contact_box {
    box-sizing: border-box;
    border-left: 1px solid #ddd;
    padding-left: 30px;
    width: 1430px;
}
.fx_contact_tab {
    flex-wrap: wrap;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.fx_contact_tab li {
    cursor: pointer;
    text-align: center;
    box-sizing: border-box;
    color: #333;
    border: 1px solid #DDDDD0;
    width: 80px;
    line-height: 32px;
    border-radius: 4px;
    font-size: 14px;
    margin-right: 8px;
    margin-bottom: 8px;
}
.fx_contact_tab li.active, .fx_contact_tab li:hover {
    background: #F45D44;
    border: 1px solid #F45D44;
    color: #fff;
}
.fx_contact_cont {
    display: none;
}
.fx_contact_cont:nth-child(1) {
    display: block;
}
.fx_contact {
    float: left;
    margin-top: 10px;
    margin-right: 80px;
}
.fx_contact h4 {
    line-height: 30px;
    font-size: 18px;
    font-weight: bold;
    color: #333;
}
.fx_contact p {
    line-height: 20px;
    font-size: 14px;
    color: #666;
}
.fx_contact p a {
    color: #666;
}
/* bottom */
.bottom_box {
    margin-top: 40px;
    background: #F5F5F5;
    box-sizing: border-box;
    padding: 10px;
}
.bottom_zwk_list {
    box-sizing: border-box;
    border-bottom: 1px solid #DDDDD0;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.bottom_zwk_list li {
    float: left;
    text-align: center;
    box-sizing: border-box;
    margin-bottom: 12px;
    margin-right: 12px;
    font-size: 14px;
    width: 88px;
    line-height: 36px;
    border-radius: 4px;
    border: 1px solid #DDDDD0;
}
.bottom_zwk_list li a {
    display: block;
    color: #333;
}
.bottom_zwk_list li:hover {
    border: 1px solid #F45D44;
}
.bottom_zwk_list li:hover a {
    color: #F45D44;
}
.bottom_box .h4 {
    height: 40px;
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: bold;
    color: #333;
    line-height: 40px;
}
.bottom_box .h4 a:hover, .bottom_box .h4:hover {
    color: #f45d44;
    text-decoration: none;
}
.bottom_box .footleft i, .bottom_box .footright i {
    background: url(https://u3.huatu.com/uploads/allimg/210809/icon.png) no-repeat;
    background-position-x: 0%;
    background-position-y: 0%;
}
.bottom_box .footleft {
    display: inline;
    float: left;
    width: 184px;
    padding: 5px 35px 5px 0;
    margin-bottom: 20px;
    margin-right: 70px;
    border-right: 1px solid #dcdcdc;
}
.bottom_box .col03 {
    width: 243px;
}
.bottom_box .col04 {
    padding-right: 0;
    margin-right: 0;
    border: none;
}
.bottom_box .footleft dt {
    width: 147px;
}
.bottom_box .col03 dt {
    width: 203px;
}
.bottom_box .footleft dt i {
    display: block;
    width: 50px;
    height: 50px;
    margin: 0 auto;
}
.bottom_box .footleft dt i.icon01 {
    background-position: 0 -170px;
}
.bottom_box .footleft dt i.icon02 {
    background-position: -50px -170px;
}
.bottom_box .footleft dt i.icon03 {
    background-position: -100px -170px;
}
.bottom_box .footleft dt i.icon04 {
    background-position: -150px -170px;
}
.bottom_box .footleft dt:hover i.icon01 {
    background-position: 0 -420px;
}
.bottom_box .footleft dt:hover i.icon02 {
    background-position: -50px -420px;
}
.bottom_box .footleft dt:hover i.icon03 {
    background-position: -100px -420px;
}
.bottom_box .footleft dt:hover i.icon04 {
    background-position: -150px -420px;
}
.bottom_box .footleft dt span {
    display: block;
    width: 100%;
    margin: 5px 0 15px;
    font-weight: bold;
    text-align: center;
}
.bottom_box .footleft dt:hover span a {
    color: #e92930;
    text-decoration: none;
}
.bottom_box .footleft dd {
    color: #888;
    font-size: 14px;
    line-height: 30px;
}
.bottom_box .footleft dd a {
    display: block;
    float: left;
    margin-right: 35px;
    color: #888;
    transition: color 0.3s;
}
.bottom_box .footleft dd a:hover {
    color: #e92930;
}
.bottom_box .footright {
    display: inline;
    float: right;
    width: 315px;
    padding-top: 10px;
}
.bottom_box .footright .h5 {
    height: 46px;
    font-size: 16px;
    line-height: 26px;
}
.bottom_box .footright i {
    display: block;
    float: left;
    width: 46px;
    height: 46px;
    margin-right: 15px;
    background: #d7d7d7 url(https://u3.huatu.com/uploads/allimg/210809/icon.png) no-repeat;
    border-radius: 3px;
}
.bottom_box .footright i.icon05 {
    background-position: 0 -120px;
}
.bottom_box .footright i.icon06 {
    background-position: -50px -120px;
}
.bottom_box .footright .h5:hover i.icon05 {
    background: #e92930 url(https://u3.huatu.com/uploads/allimg/210809/icon.png) no-repeat 0 -120px;
}
.bottom_box .footright .h5:hover i.icon06 {
    background: #e92930 url(https://u3.huatu.com/uploads/allimg/210809/icon.png) no-repeat -50px -120px;
}
.bottom_box .footright .row01 a {
    display: block;
    height: 30px;
    font-size: 30px;
    line-height: 30px;
}
.bottom_box .footright .row01 a:hover {
    text-decoration: none;
}
.bottom_box .footright .row01 span {
    display: block;
    height: 16px;
    color: #888;
    font-size: 14px;
    line-height: 16px;
}
.bottom_box .footright .row02 {
    margin: 25px 0 15px;
}
.bottom_box .footright .row02 span {
    display: block;
    float: left;
    height: 46px;
    font-size: 20px;
    line-height: 46px;
}
.bottom_box .footright .row02 a {
    display: block;
    float: left;
    width: 76px;
    height: 28px;
    margin: 8px 0 0 20px;
    border: 1px solid #d7d7d7;
    border-radius: 3px;
    font-size: 14px;
    line-height: 28px;
    text-align: center;
}
.bottom_box .footright .row02 a:hover {
    border-color: #e92930;
    color: #e92930;
    text-decoration: none;
}
.bottom_box .footright p {
    color: #888;
    line-height: 20px;
}
.bottom_box .footNav {
    padding: 30px 0;
    margin-top: 30px;
    border-top: 1px solid #dcdcdc;
}
.bottom_box .footNav p {
    font-size: 14px;
    line-height: 26px;
    text-align: center;
}
.bottom_box .footNav p:first-child {
    color: #888;
    font-family: Arial;
}
.bottom_box .footNav p a {
    display: inline-block;
    padding: 0 5px;
}
.window_mask {
    display: none;
    position: fixed;
    z-index: 99;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .6);
}
#share_box {
    display: none;
    position: fixed;
    z-index: 99;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    text-align: center;
}
.fixed_box {
    position: fixed;
    z-index: 90;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    box-sizing: border-box;
    background-size: 100%;
}
.toTop {
    cursor: pointer;
}
.fixed_box1 {
    display: none;
    background-image: url('../images/fixed_bg1.png');
    width: 128px;
    height: 404px;
    padding: 130px 8px 0 8px;
}
.fixed_box1 a {
    display: block;
    line-height: 40px;
    font-size: 14px;
    color: #fff;
    border-bottom: 1px solid #FFB751;
}
.fixed_box1 p {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
    line-height: 50px;
    font-size: 14px;
    color: #fff;
}
.fixed_box1 p::before {
    content:'';
    position: absolute;
    display: block;
    top: 6px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
}
.fixed_box2 {
    display: none;
    width: 128px;
}
.fixed_box2 img {
    display: block;
    position: relative;
    z-index: 2;
    width: 100%;
    margin-bottom: 4px;
}
.fixed_box2::before, .fixed_box2::after {
    content:'';
    display: block;
    position: absolute;
    background: #333333;
    bottom: 20px;
    width: 6px;
    height: calc(100% - 20px);
}
.fixed_box2::before {
    left: 20px;
}
.fixed_box2::after {
    right: 20px;
}
.fixed_box2 a, .fixed_box2 p {
    display: block;
    position: relative;
    z-index: 2;
    background-image: url('../images/fixed_bg2_a.png');
    background-size: 100%;
    height: 61px;
    line-height: 61px;
    font-size: 16px;
    font-weight: bold;
    color: #FFFFFF;
    -webkit-text-stroke: 1px #333333;
    text-stroke: 1px #333333;
}
.fixed_box3 {
    background-image: url('../images/fixed_bg3.png');
    width: 128px;
    height: 348px;
    padding: 62px 10px 0 10px;
}
.fixed_box3 h5 {
    width: 100%;
    background: linear-gradient(180deg, #FFE4AF 0%, #FFCF6E 100%);
    box-shadow: 1px 1px 0px 0px rgba(0, 0, 0, 0.11);
    color: #C98315;
    font-size: 16px;
    line-height: 30px;
    border-radius: 15px;
}
.fixed_box3 a {
    display: block;
    line-height: 40px;
    font-size: 14px;
    color: #fff;
    border-bottom: 1px dashed #fff;
}
.fixed_box3 p {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
    line-height: 50px;
    font-size: 14px;
    color: #fff;
}
.fixed_box3 p::before {
    content:'';
    position: absolute;
    display: block;
    top: 6px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
}
.line_cont {
    position: relative;
    box-sizing: border-box;
    box-shadow: 0 0 15px 3px rgb(0 0 0 / 10%);
    padding: 30px 70px;
}
.line_pjf {
    position: absolute;
    left: 70px;
    top: 30px;
    line-height: 30px;
    font-size: 16px;
    color: #f45d44;
}
.line_name {
    text-align: center;
    color: #333;
    font-weight: normal;
    line-height: 40px;
    font-size: 24px;
}
#echarts_line {
    width: 100%;
    height: 500px;
}
.fx_course_list {
    margin: 40px auto 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.fx_course_list li {
    width: 380px;
}
.fx_course_list a {
    display: block;
}
.fx_course_list a img {
    display: block;
    width: 100%;
    height: 220px;
}
.fx_course_list a p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    color: #333333;
    text-align: justify;
    font-size: 14px;
    line-height: 20px;
    height: 40px;
    margin-top: 16px;
}
@media screen and (min-width: 1220px) and (max-width: 1709px) {
    /* 1200px */
    /* index_top_show4 */
    .index_top_show4 .zwk_list {
        display: block;
        height: 200px;
        width: 24%;
        box-sizing: border-box;
        padding: 8px;
        box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.08);
        border-radius: 4px;
    }
    .index_top_show4 .zwk_list h5 {
        line-height: 30px;
        margin-bottom: 6px;
        font-size: 16px;
        color: #333;
        font-weight: bold;
    }
    .zwk_more_list {
        max-height: 150px;
        overflow-y: scroll;
    }
    .zwk_more_list li {
        line-height: 24px;
        font-size: 14px;
    }
    .zwk_more_list li a {
        overflow: hidden;
        text-overflow:ellipsis;
        white-space: nowrap;
        color: #333;
    }
    .zwk_more_list li a:hover {
        color: #F45D44;
    }
    .index_top_show4 .zwk_info {
        width: 24%;
        padding: 8px;
    }
    .index_top_show4 .zwk_num_box {
        flex-wrap: wrap;
        justify-content: flex-start;
        margin-bottom: 12px;
    }
    .index_top_show4 .zwk_num_text {
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }
    .index_top_show4 .zwk_num {
        width: 50%;
        box-sizing: border-box;
        height: 32px;
        padding-left: 0;
        border-right: 0;
        justify-content: flex-start;
        align-items: center;
    }
    .index_top_show4 .zwk_num_text p, .index_top_show4 .zwk_num_text h5 {
        font-size: 12px;
        font-weight: normal;
        margin-bottom: 0;
        margin-right: 4px;
        line-height: 18px;
    }
    .index_top_show4 .zwk_icon {
        width: 18px;
        height: 18px;
        margin-right: 8px;
    }
    .index_top_show4 .zwk_icon img {
        width: 12px;
    }
    .index_top_show3 .zwk_num:nth-last-child(1), .index_top_show4 .zwk_num:nth-last-child(1) {
        width: 100%;
    }
    .index_top_show4 .zwk_info_btn a {
        line-height: 32px;
        border-radius: 16px;
        margin: 0 10px;
    }
    .zwk_info {
        height: 200px;
        display: block;
        cursor: pointer;
        box-sizing: border-box;
        padding: 16px;
        box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.08);
        border-radius: 4px;
        width: 100%;
    }
    .zwk_title {
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: 26px;
        line-height: 26px;
    }
    .zwk_title h3, .zwk_title h5 {
        font-size: 16px;
        color: #333;
        font-weight: bold;
        max-height: 60px;
        overflow: hidden;
    }
    .zwk_title h3 {
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }
    .zwk_title h3 img {
        display: block;
        width: 24px;
        margin-left: 4px;
    }
    .zwk_title h5 span {
        color: #F45D44;
    }
    .zwk_num_box {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 12px;
        margin-bottom: 30px;
    }
    .zwk_num:nth-last-child(1) {
        border-right: 0;
    }
    .zwk_num {
        width: 20%;
        display: flex;
        box-sizing: border-box;
        justify-content: center;
        align-items: center;
        border-right: 1px solid #EEEEEE;
    }
    .zwk_num:hover img {
        transform: scale(1.1);
    }
    .zwk_num:nth-child(1) .zwk_icon {
        background: rgba(244, 93, 68, .2);
    }
    .zwk_num:nth-child(2) .zwk_icon {
        background: rgba(255, 183, 81, .2);
    }
    .zwk_num:nth-child(3) .zwk_icon {
        background: rgba(145, 248, 96, .2);
    }
    .zwk_num:nth-child(4) .zwk_icon {
        background: rgba(55, 164, 249, .2);
    }
    .zwk_num:nth-child(5) .zwk_icon {
        background: rgba(231, 176, 255, .2);
    }
    .zwk_icon {
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 4px;
        width: 54px;
        height: 54px;
        margin-right: 16px;
    }
    .zwk_icon img {
        display: block;
        transition: all .5s;
        width: 24px;
    }
    .zwk_num_text p {
        line-height: 22px;
        margin-bottom: 4px;
        font-size: 16px;
        color: #333;
    }
    .zwk_num_text h5 {
        line-height: 28px;
        font-size: 24px;
        color: #333;
        font-weight: bold;
    }
    .zwk_info_btn {
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
    }
    .zwk_info_btn a {
        display: block;
        background: #F45D44;
        color: #fff;
        font-size: 14px;
        margin: 0 50px;
        width: 280px;
        line-height: 44px;
        border-radius: 22px;
    }
}
@media screen and (max-width: 1219px) {
    /* m */
    /* index_top */
    .index_top {
        white-space:nowrap;
        flex-wrap: nowrap !important;
        width: 100%;
        height: auto;
        display: block;
        justify-content: normal;
        background: #FFFFFF;
        overflow-x: auto;
        overflow-y: hidden;
        padding-top: .4rem;
    }
    .index_top::-webkit-scrollbar{
        display: none;
    }
    .index_top_show1 .zwk_info:nth-child(n+2) {
        display: none;
    }
    .index_top_show2 .zwk_info:nth-child(n+3) {
        display: none;
    }
    .index_top_show3 .zwk_info:nth-child(n+4) {
        display: none;
    }
    /* index_top_show2 */
    .index_top_show2 .zwk_num {
        align-items: flex-start;
    }
    .index_top_show2 .zwk_info {
        width: 80%;
        margin-left: 2%;
        display: inline-block;
    }
    .index_top_show2 .zwk_num_text p {
        font-size: 14px;
        line-height: 18px;
    }
    .index_top_show2 .zwk_icon {
        width: 18px;
        height: 18px;
        margin-right: 8px;
    }
    .index_top_show2 .zwk_icon img {
        width: 12px;
    }
    .index_top_show2 .zwk_info_btn a {
        margin: 0 30px;
    }
    /* index_top_show3 */
    .index_top_show3 .zwk_info {
        width: 32.5%;
    }
    .index_top_show3 .zwk_num_box {
        flex-wrap: wrap;
        justify-content: flex-start;
        margin-bottom: 12px;
    }
    .index_top_show3 .zwk_num_text {
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }
    .index_top_show3 .zwk_num {
        width: 50%;
        box-sizing: border-box;
        height: 30px;
        padding-left: 20px;
        border-right: 0;
        justify-content: flex-start;
        align-items: center;
    }
    .index_top_show3 .zwk_num_text p, .index_top_show3 .zwk_num_text h5 {
        font-size: 14px;
        font-weight: normal;
        margin-bottom: 0;
        margin-right: 4px;
        line-height: 18px;
    }
    .index_top_show3 .zwk_icon {
        width: 18px;
        height: 18px;
        margin-right: 8px;
    }
    .index_top_show3 .zwk_icon img {
        width: 12px;
    }
    .index_top_show3 .zwk_info_btn a {
        margin: 0 10px;
        line-height: 36px;
        border-radius: 18px;
    }
    .zwk_list {
        display: none;
    }
    /* index_top_show4 */
    .index_top_show4 .zwk_list {
        margin-right: .8rem;
        display: inline-block;
        height: 200px;
        width: 24%;
        box-sizing: border-box;
        padding: 8px;
        box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.08);
        border-radius: 4px;
    }
    .index_top_show4 .zwk_list h5 {
        line-height: 30px;
        margin-bottom: 6px;
        font-size: 16px;
        color: #333;
        font-weight: bold;
    }
    .zwk_more_list {
        max-height: 150px;
        overflow-y: scroll;
    }
    .zwk_more_list li {
        line-height: 24px;
        font-size: 14px;
    }
    .zwk_more_list li a {
        overflow: hidden;
        text-overflow:ellipsis;
        white-space: nowrap;
        color: #333;
    }
    .zwk_more_list li a:hover {
        color: #F45D44;
    }
    .index_top_show1 .zwk_info {
        width: 93%;
        padding: 8px;
        margin-left: 1%;
    }
    .index_top_show1 .zwk_num:nth-child(1) .zwk_icon {
        position: relative;
        left: -7px;
    }
    .index_top_show2 .zwk_num:nth-child(1) .zwk_icon {
        position: relative;
        left: -7px;
    }
    .index_top_show4 .zwk_info {
        width: 24%;
        padding: 8px;
    }
    .index_top_show4 .zwk_num_box {
        flex-wrap: wrap;
        justify-content: flex-start;
        margin-bottom: 12px;
    }
    .index_top_show4 .zwk_num_text {
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }
    .index_top_show4 .zwk_num {
        width: 50%;
        box-sizing: border-box;
        height: 32px;
        padding-left: 0;
        border-right: 0;
        justify-content: flex-start;
        align-items: center;
    }
    .index_top_show4 .zwk_num_text p, .index_top_show4 .zwk_num_text h5 {
        font-size: 12px;
        font-weight: normal;
        margin-bottom: 0;
        margin-right: 4px;
        line-height: 18px;
    }
    .index_top_show4 .zwk_icon {
        width: 18px;
        height: 18px;
        margin-right: 8px;
    }
    .index_top_show4 .zwk_icon img {
        width: 12px;
    }
    .index_top_show3 .zwk_num:nth-last-child(1), .index_top_show4 .zwk_num:nth-last-child(1) {
        width: 100%;
    }
    .index_top_show4 .zwk_info_btn a {
        line-height: 32px;
        border-radius: 16px;
        margin: 0 10px;
    }
    .zwk_info {
        height: 200px;
        display: block;
        cursor: pointer;
        box-sizing: border-box;
        padding: 16px;
        box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.08);
        border-radius: 4px;
        width: 100%;
    }
    .zwk_title {
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: 26px;
        line-height: 26px;
    }
    .zwk_title h3, .zwk_title h5 {
        font-size: 16px;
        color: #333;
        font-weight: bold;
    }
    .zwk_title h3 {
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }
    .zwk_title h3 img {
        display: block;
        width: 24px;
        margin-left: 4px;
    }
    .zwk_num_box {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 12px;
        margin-bottom: 30px;
    }
    .zwk_num:nth-last-child(1) {
        border-right: 0;
    }
    .zwk_num {
        width: 20%;
        display: flex;
        box-sizing: border-box;
        justify-content: center;
        align-items: center;
        border-right: 1px solid #EEEEEE;
    }
    .zwk_num:hover img {
        transform: scale(1.1);
    }
    .zwk_num:nth-child(1) .zwk_icon {
        background: rgba(244, 93, 68, .2);
    }
    .zwk_num:nth-child(2) .zwk_icon {
        background: rgba(255, 183, 81, .2);
    }
    .zwk_num:nth-child(3) .zwk_icon {
        background: rgba(145, 248, 96, .2);
    }
    .zwk_num:nth-child(4) .zwk_icon {
        background: rgba(55, 164, 249, .2);
    }
    .zwk_num:nth-child(5) .zwk_icon {
        background: rgba(231, 176, 255, .2);
    }
    .zwk_icon {
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 4px;
        width: 54px;
        height: 54px;
        margin-right: 16px;
    }
    .zwk_icon img {
        display: block;
        transition: all .5s;
        width: 24px;
    }
    .zwk_num_text p {
        line-height: 22px;
        margin-bottom: 4px;
        font-size: 16px;
        color: #333;
    }
    .zwk_num_text h5 {
        line-height: 28px;
        font-size: 24px;
        color: #333;
        font-weight: bold;
    }
    .zwk_info_btn {
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
    }
    .zwk_info_btn a {
        display: block;
        background: #F45D44;
        color: #fff;
        font-size: 14px;
        margin: 0 50px;
        width: 280px;
        line-height: 44px;
        border-radius: 22px;
    }
}
@media screen and (max-width: 1219px) {
    /* m */
    /* zwk_condition */
    .zwk_condition_box {
        margin: 1rem auto;
        padding: .3rem .3rem .5rem;
        overflow: hidden;
    }
    .zwk_condition_title {
        height: 1.8rem;
    }
    .zwk_condition_title img {
        width: .9rem;
        margin-right: .2rem;
    }
    .zwk_condition_title h5 {
        font-size: .8rem;
    }
    .zwk_condition_list li, .zwk_exam_list li {
        width: auto;
        line-height: 1.3rem;
        font-size: .7rem;
        margin-bottom: .2rem;
        margin-right: .4rem;
    }
    .zwk_condition_btn {
        margin: .5rem auto 0;
        font-size: .85rem;
        width: 10rem;
        line-height: 1.6rem;
        border-radius: 1rem;
    }
    /* index_top */
    .index_top {
        flex-wrap: wrap;
    }
    .index_top_show2 .zwk_info {
        width: 80%;
        margin-left: 2%;
        display: inline-block;
    }
    /* index_top_show3 */
    .index_top_show3 .zwk_info {
        width: 80%;
        display: inline-block;
        padding: 1.3rem .8rem;
        border-radius: .2rem;
        margin-left: .4rem;
        margin-right: .2rem;
    }
    .index_top_show4 .zwk_num_box, .index_top_show3 .zwk_num_box {
        margin-bottom: .2rem;
    }
    .index_top_show4 .zwk_num, .index_top_show3 .zwk_num {
        height: 1rem;
        padding-left: .4rem;
    }
    .index_top_show4 .zwk_num_text p, .index_top_show4 .zwk_num_text h5, .index_top_show3 .zwk_num_text p, .index_top_show3 .zwk_num_text h5 {
        font-size: .7rem;
        margin-right: .2rem;
        line-height: 1rem;
    }
    .index_top_show4 .zwk_icon, .index_top_show3 .zwk_icon {
        width: 1rem;
        line-height: 1rem;
        margin-right: .2rem;
    }
    .index_top_show4 .zwk_icon img, .index_top_show3 .zwk_icon img {
        width: .6rem;
    }
    .index_top_show4 .zwk_info_btn a, .index_top_show3 .zwk_info_btn a {
        margin: 0 .2rem;
        line-height: 1.2rem;
        font-size: .7rem;
    }
    .zwk_list {
        display: none;
    }
    /* index_top_show4 */
    .index_top_show4 .zwk_list {
        width: 70%;
        padding: 1.3rem .8rem;
        border-radius: .2rem;
        margin-left: .4rem;
        margin-right: .8rem;
        height: 7.9rem;
        vertical-align: top;
    }
    .index_top_show4 .zwk_list h5 {
        line-height: 1.2rem;
        margin-bottom: .2rem;
        font-size: .8rem;
    }
    .zwk_more_list {
        max-height: none;
    }
    .zwk_more_list li {
        line-height: 1rem;
        font-size: .7rem;
    }
    .index_top_show4 .zwk_info {
        width: 80%;
        display: inline-block;
        padding-bottom: .8rem;
        margin-left: .4rem;
    }
    .zwk_info {
        height: auto;
        margin-bottom: .5rem;
        padding: .4rem;
        border-radius: .2rem;
        width: 15.7rem;
        background: #FFFFFF;
        box-shadow: 0px 4px 13px 0px rgba(0,0,0,0.08);
    }
    .zwk_title {
        height: 1.2rem;
        line-height: 1.2rem;
    }
    .zwk_title h3, .zwk_title h5 {
        font-size: .7rem;
    }
    .zwk_title h3 span {
        padding-right: 10px;
        max-width: calc(100% - 1rem);
        max-height: 2rem;
        line-height: .8rem;
    }
    .zwk_title h3 img {
        width: 1rem;
        margin-left: .2rem;
    }
    .zwk_num_box {
        margin-top: .3rem;
        margin-bottom: .3rem;
        flex-wrap: wrap;
    }
    .zwk_num {
        width: 49%;
        margin-bottom: .2rem;
        border: 0;
    }
    .index_top_show2 .zwk_icon, .zwk_icon {
        border-radius: .2rem;
        width: 2rem;
        height: 2rem;
        margin-right: .2rem;
    }
    .index_top_show2 .zwk_icon img, .zwk_icon img {
        width: 1rem;
    }
    .zwk_num_text p {
        line-height: 1rem;
        margin-bottom: .1rem;
        font-size: .7rem;
    }
    .zwk_num_text h5 {
        line-height: 1rem;
        font-size: .75rem;
    }
    .index_top_show2 .zwk_info_btn a, .index_top_show3 .zwk_info_btn a, .index_top_show4 .zwk_info_btn a, .zwk_info_btn a {
        font-size: .7rem;
        margin: 0 .5rem;
        width: 7rem;
        line-height: 1.4rem;
        border-radius: .7rem;
    }
    .top {
        height: 1.8rem;
    }
    .top_logo {
        height: 1.6rem;
        margin-right: 0;
        margin-top: .1rem;
    }
    .fixed_box {
        display: none;
    }
    .top_nav {
        display: none;
    }
    .fx_title {
        height: 1.2rem;
        font-size: .8rem;
        line-height: 1.2rem;
        margin: 0 auto .5rem;
    }
    .fx_bottom {
        display: none;
    }
    .bottom_box .h4 {
        height: 1.2rem;
        margin: 0 auto .5rem;
        font-size: .8rem;
        line-height: 1.2rem;
    }
    .bottom_zwk_list {
        padding-bottom: .3rem;
        margin: 0 auto .3rem;
    }
    .bottom_zwk_list li {
        box-sizing: border-box;
        margin: .1rem .5%;
        font-size: .7rem;
        width: 24%;
        line-height: 1.4rem;
        border-radius: .2rem;
    }
    .line_cont {
        padding: .5rem;
    }
    .line_pjf {
        left: .5rem;
        top: .5rem;
        line-height: 1.2rem;
        font-size: .75rem;
    }
    .line_name {
        line-height: 1.2rem;
        font-size: .75rem;
    }
    #echarts_line {
        height: 12rem;
    }
    .login {
        padding: 0;
    }
    .login a {
        margin: 0 .2rem;
        line-height: 1.4rem;
        font-size: .75rem;
    }
    .fx_title h3 {
        height: 1.2rem;
        line-height: 1.2rem;
        font-size: .8rem;
        margin-bottom: .5rem;
    }
    .fx_bottom {
        margin-bottom: .3rem;
        display: block;
        padding-bottom: .3rem;
    }
    .fx_xcx {
        width: 7rem;
        margin: 0 auto;
    }
    .fx_xcx_img {
        height: 7rem;
    }
    .fx_xcx_text {
        padding: .1rem;
    }
    .fx_xcx_text h5 {
        line-height: 1rem;
        font-size: .7rem;
    }
    .fx_xcx_text p {
        line-height: 1rem;
        font-size: .7rem;
    }
    .fx_course_list {
        margin: .5rem auto 0;
        flex-wrap: wrap;
    }
    .fx_course_list li {
        width: 48%;
        margin: .1rem 1%;
    }
    .fx_course_list a img {
        width: 100%;
        height: 5rem;
    }
    .fx_course_list a p {
        font-size: .7rem;
        line-height: 1rem;
        height: 2rem;
        margin-top: .2rem;
    }
    .jieguo_conent{
        display: block;
        padding: 0;
    }
}