@charset "utf-8";
textarea {
    resize: none
}

button:focus {
    outline: 0;
}

button {
    outline: none
}

* {
    padding: 0px;
    margin: 0px;
}

body {
    font-size: 15px;
    color: #555;
    font-family: "Microsoft YaHei", "SimHei", "Source Han Sans CN", Arial, Tahoma, sans-serif;
}

body,
ul,
ol,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
p,
i,
b,
em,
span,
form,
fieldset,
legend,
input,
textarea,
select,
button,
th,
td {
    margin: 0;
    padding: 0;
    font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    list-style: none;
}

input,
select,
button,
textarea {
    font-size: 15px;
    border: 0;
    background: none;
    outline: none;
    vertical-align: middle;
    font-family: "PingFang SC", "SimHei", "Source Han Sans CN", "Microsoft YaHei", Arial, Tahoma, sans-serif;
}

button {
    overflow: visible;
}

img {
    border: none;
}

li {
    list-style: none;
}

a {
    color: #000;
    text-decoration: none;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

a:hover {
    color: #0a0d59;
    text-decoration: none !important;
}

.clear {
    overflow: hidden;
    clear: both;
    height: 0px;
}


/* ::-webkit-scrollbar {
    width: 6px;
}

 ::-webkit-scrollbar-track {
    background-color: #000;
}

 ::-webkit-scrollbar-thumb {
    background-color: #aaa;
}

 ::-webkit-scrollbar-thumb:hover {
    background-color: #5b5b5b;
}

 ::-webkit-scrollbar-thumb:active {
    background-color: #0a0d59;
} */

@media only screen and (max-width: 1024px) {
    body {
        font-size: 20px;
    }
    input,
    select,
    button,
    textarea {
        font-size: 20px;
    }
    input,
    textarea {
        -webkit-appearance: none;
        border-radius: 0;
    }
    .container {
        padding: 0 25px;
    }
}

@media only screen and (max-width: 1024px) {
    html.on {
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
    }
}

body {
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    background-color: #f8f8f8;
}

@media only screen and (max-width: 1024px) {
    body.on {
        transform: translateX(-60%);
        -webkit-transform: translateX(-60%);
        -moz-transform: translateX(-60%);
        -ms-transform: translateX(-60%);
        -o-transform: translateX(-60%);
    }
}

@media only screen and (max-width: 1024px) {
    .sj_bj {
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);
        position: absolute;
        top: 0;
        left: 0;
        content: "";
        z-index: 99999;
        display: none;
    }
}

.top {
    height: 147px;
    background-color: #fff;
}

.top .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}

.top .logo {
    display: flex;
    align-items: center;
}

.top .logo .wnez {
    font-size: 26px;
    color: #161616;
    margin-left: 36px;
    padding-left: 33px;
    position: relative;
}

.top .logo .wnez::after {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    content: '';
    height: 50px;
    width: 1px;
    background-color: #e5e5e5;
}

.top .top_you {
    display: flex;
}

.top .top_you .left .ss_tpo {
    font-size: 14px;
}

.top .top_you .left .ss_tpo span {
    color: #212121;
    margin-left: 18px;
    cursor: pointer;
}
.top .top_you .left .ss_tpo span.on{
    color: #5d33f6;
}
.ss_bk_dd{
    display: none;
}
.ss_bk .ss_bk_dd:nth-child(1){
    display: block;
}

.top .top_you .left .ss_tpo a {
    color: #969696;
    margin-left: 18px;
}

.top .top_you .left .biaodan {
    position: relative;
    display: flex;
    margin-top: 5px;
}

.top .top_you .left .biaodan .img_ss {
    position: absolute;
    left: 18px;
    top: 50%;
    transform: translateY(-50%);
}

.top .top_you .left .biaodan input {
    width: 485px;
    height: 44px;
    border: 2px solid #eeeeee;
    border-radius: 5px 0 0 5px;
    color: #969696;
    font-size: 14px;
    border-right: none;
    padding-left: 46px;
}

.top .top_you .left .biaodan button {
    width: 66px;
    background: linear-gradient( to bottom, #8465f3, #5f35f6);
    background: -webkit-linear-gradient( to bottom, #8465f3, #5f35f6);
    background: -o-linear-gradient(to bottom, #8465f3, #5f35f6);
    background: -moz-linear-gradient(to bottom, #8465f3, #5f35f6);
    background: -ms-linear-gradient(to bottom, #8465f3, #5f35f6);
    font-size: 16px;
    color: #ffffff;
    border-radius: 0 5px 5px 0;
}

.top .top_you .left .ss_bottom {
    font-size: 13px;
    color: #212121;
    padding-left: 19px;
    margin-top: 8px;
}

.top .top_you .left .ss_bottom a {
    color: #212121;
    margin-right: 20px;
}

.top .top_you .right {
    margin-left: 15px;
    margin-top: 25px;
}

.top .top_you .right .r_tp {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color: #ffffff;
    width: 148px;
    height: 44px;
    background: linear-gradient( to bottom, #ff552d, #f24118) no-repeat;
    background: -webkit-linear-gradient( top, #ff552d, #f24118) no-repeat;
    border-radius: 5px;
}

.top .top_you .right .xgsc {
    font-size: 14px;
    color: #969696;
    display: block;
    text-align: center;
    margin-top: 5px;
}

.top .logo img {
    max-width: 215px;
}

@media only screen and (max-width:1200px) {
    .top .logo .wnez {
        display: none;
    }
    .top .top_you .left .biaodan input {
        width: 399px;
    }
}

@media only screen and (max-width:1024px) {
    .top .logo .wnez {
        display: none;
    }
    .top_you {
        display: none;
    }
    .top {
        height: 120px;
    }
    .top .logo img {
        max-width: 278px;
    }
    .top .top_you .yy_dh {
        font-size: 21px;
        padding-right: 66px;
    }
    .top .top_you .left {
        display: none;
    }
    .top .top_you .right {
        margin-right: 80px;
    }
    .top .top_you .right .r_tp {
        font-size: 21px;
    }
    .top .top_you .right .xgsc {
        font-size: 18px;
    }
}

.hello {
    background-color: #f6f6f6;
}

.hello .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 50px;
    font-size: 14px;
}

.hello .container .zuo {
    color: #161616;
}

.hello .container .zuo a {
    color: #5d33f6;
}

.hello .container .you a {
    color: #161616;
}

@media only screen and (max-width:1024px) {
    .hello .container {
        font-size: 18px;
    }
}

.header {
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    z-index: 9;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    background-color: #5d33f6;
}

.header .an {
    position: absolute;
    top: 50%;
    margin-top: -75px;
    right: 25px;
    height: 33px;
    width: 50px;
    display: none;
}

.header .an span {
    width: 50px;
    height: 3px;
    background: #314979;
    display: block;
    position: absolute;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.header .an span.a1 {
    top: 0;
    left: 0;
}

.header .an span.a2 {
    top: 14px;
    left: 0;
}

.header .an span.a3 {
    top: 28px;
    left: 0;
}

.header .an.n span.a2 {
    display: none;
}

.header .an.n span.a1 {
    top: 13px;
    transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.header .an.n span.a3 {
    top: 13px;
    transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}

.header .nav ul {
    height: 100%;
    display: flex;
    align-items: center;
}

.header .nav ul li {
    position: relative;
    height: 100%;
    flex: 1;
}

.header .nav .y_j {
    position: relative;
}

.header .nav .y_j i {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 14px;
    color: #bcbdc0;
    line-height: 64px;
    z-index: 99;
    display: none;
}

.header .nav .y_j a {
    display: block;
    font-size: 18px;
    color: #ffffff;
    line-height: 50px;
    text-transform: uppercase;
    position: relative;
    width: 100%;
    z-index: 2;
    text-align: center;
}

.header .nav .y_j a::after {
    width: 1px;
    height: 25px;
    position: absolute;
    content: '';
    left: 0;
    transform: translateY(-50%);
    top: 50%;
    background: #d6ccfd;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.header .nav li:nth-child(1) .y_j a::after {
    display: none;
}

.header .nav .e_j {
    width: 100%;
    background-color: rgba(255, 255, 255, 0.9);
    box-shadow: 0 0 5px rgb(219, 216, 216);
    position: absolute;
    left: 0%;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.header .nav ul li:hover .e_j {
    opacity: 1;
    visibility: inherit;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
}

.header .nav .e_j a {
    font-size: 16px;
    color: #333333;
    line-height: 50px;
    text-align: center;
    border-bottom: 1px solid #f7f7f7;
    display: block;
}

@media only screen and (max-width: 1024px) {
    .header .nav .e_j::after {
        display: none;
    }
    .header .nav li.on .y_j a::after,
    .header .nav li:hover .y_j a::after {
        display: none;
    }
    .header_h {
        display: none;
    }
    .header.on .nav li.on .y_j a,
    .header.headernei .nav li.on .y_j a {
        color: #fff;
        font-weight: initial;
    }
    .header.s_y {
        border-bottom: 0;
        background-color: rgba(255, 255, 255, 0.9);
    }
    .header .logo {
        margin: 0;
        padding: 25px 0;
        float: none;
    }
    .header .logo img.d_w {
        opacity: 1;
        top: 25px;
    }
    .header .logo img.t_m {
        opacity: 0;
    }
    .header.on .logo img.t_m {
        opacity: 0;
    }
    .header.on .logo img.d_w {
        opacity: 1;
    }
    .header .an {
        display: block;
    }
    .header .tel {
        height: 90px;
        font-size: 22px;
        line-height: 90px;
        text-align: left;
        color: #fff;
        float: none;
    }
    .header .tel i {
        color: #fff;
    }
    .header .nav {
        width: 60%;
        height: 100vh;
        padding: 10px 5% 0;
        margin: 0;
        background-color: #141414;
        position: fixed;
        top: 0;
        right: -60%;
        z-index: 9999;
        overflow: auto;
        transition: all 0.5s;
        -o-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        display: block;
    }
    .header .nav ul {
        width: 100%;
        float: none;
        display: block;
    }
    .header .nav ul li {
        width: 100%;
        text-align: left;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        float: none;
        padding: 10px 0;
        margin: 0;
        height: auto;
    }
    .header .nav .y_j {
        height: auto;
        justify-content: flex-start;
    }
    .header .nav .y_j i {
        display: block;
        width: 50%;
        text-align: right;
        font-size: 24px;
    }
    .header .nav .y_j:after {
        display: none;
    }
    .header .nav .y_j a,
    .header.headernei .nav .y_j a {
        font-size: 22px;
        color: #fff;
        line-height: 70px;
        text-align: left;
    }
    .header .nav ul li:hover .y_j a {
        color: #fff;
    }
    .header .nav ul li.on .y_j a {
        color: #fff;
    }
    .header .nav .e_j {
        width: 100%;
        background: none;
        border-top: 1px solid rgba(255, 255, 255, 0.1);
        box-shadow: none;
        position: relative;
        left: auto;
        top: auto;
        padding: 10px 0;
        margin-left: 0;
        opacity: 0;
        visibility: inherit;
        display: none;
        transform: none;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transition: none;
        -o-transition: none;
        -ms-transition: none;
        -moz-transition: none;
        -webkit-transition: none;
    }
    .header .nav ul li:hover .e_j {
        transform: none;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
    }
    .header .nav .e_j a {
        font-size: 20px;
        line-height: 56px;
        text-align: left;
        color: #fff;
        margin: 0 30px 0 0;
        border-bottom: none;
    }
    .header .nav ul li:hover::after,
    .header .nav ul li.on::after {
        display: none;
    }
    .header {
        position: relative;
        background-color: #000;
    }
}

@media only screen and (max-width: 992px) {
    .header .nav {
        display: block;
    }
}

.head_h {
    width: 100%;
    height: 100px;
    background-color: #fff;
    overflow: hidden;
}

.head_h.g_b {
    display: none;
}

@media only screen and (max-width: 1024px) {
    .head_h {
        height: 120px;
    }
    .head_h.g_b {
        display: block;
    }
}

.sy_mk1 {
    padding: 30px 0 18px;
}

.sy_mk1 .container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.sy_mk1 .left {
    flex: 0 0 63.49%;
    max-width: 63.49%;
    padding: 22px 20px 40px 35px;
}

.sy_mk1 .left .top_title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sy_mk1 .left .top_title .more {
    font-size: 18px;
    color: #212121;
    width: 60px;
    height: 30px;
    background-color: #f8f8f8;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sy_mk1 .left .top_title .bt_tab {
    flex: 0 0 85%;
    max-width: 85%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #212121;
    font-size: 18px;
}

.sy_mk1 .left .top_title .bt {
    position: relative;
    padding: 6px;
    cursor: pointer;
}

.sy_mk1 .left .top_title .bt.on {
    color: #5d33f6;
}

.sy_mk1 .left .top_title .bt.on::after {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 20px;
    height: 3px;
    border-radius: 100px;
    background-color: #5d33f6;
    content: '';
}

.sy_mk1 .left .top_title .bt.new::before {
    width: 5px;
    height: 5px;
    background-color: #df280f;
    border-radius: 100px;
    position: absolute;
    content: '';
    right: 0;
    top: 6px;
}

.body_tab .once {
    display: none;
}

.sy_mk1 .left .body_tab .lr_news {
    padding-top: 30px;
    display: flex;
}

.sy_mk1 .left .body_tab .lr_news .left_nr {
    width: 350px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.sy_mk1 .left .body_tab .lr_news .shang {
    display: block;
    flex: 0 0 48%;
    max-width: 48%;
    margin-top: 19px;
}

.sy_mk1 .left .body_tab .lr_news .shang .img {
    overflow: hidden;
}

.sy_mk1 .left .body_tab .lr_news .shang img {
    width: 100%;
    height: 100%;
    display: block;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.sy_mk1 .left .body_tab .lr_news .shang:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
}

.sy_mk1 .left .body_tab .lr_news .shang:nth-child(1) {
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 0;
}

.sy_mk1 .left .body_tab .lr_news .shang .xia {
    padding: 6px;
}

.sy_mk1 .left .body_tab .lr_news .shang .xia h5 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    font-size: 16px;
    color: #1e1e1e;
}

.sy_mk1 .left .body_tab .lr_news .shang:nth-child(1) .img {
    border-radius: 5px 5px 0 0;
}

.sy_mk1 .left .body_tab .lr_news .shang:nth-child(1) .xia {
    background-color: #f8f8f8;
    padding: 10px 15px;
    border-radius: 0 0 5px 5px;
}

.sy_mk1 .left .body_tab .lr_news .shang:nth-child(1) .xia h5 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
}

.sy_mk1 .left .body_tab .lr_news .right_nr {
    flex: 1;
    padding-left: 40px;
}

.sy_mk1 .left .body_tab .lr_news .right_nr a {
    display: block;
    position: relative;
    font-size: 16px;
    color: #696969;
    margin-top: 10px;
}

.sy_mk1 .left .body_tab .lr_news .right_nr .da_bt {
    margin-top: 20px;
}

.sy_mk1 .left .body_tab .lr_news .right_nr a:nth-child(1) {
    margin-top: 0;
}

.sy_mk1 .left .body_tab .lr_news .right_nr .wz {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
}

.sy_mk1 .left .body_tab .lr_news .right_nr .da_bt {
    font-size: 18px;
    color: #1e1e1e;
    font-weight: bold;
}

.sy_mk1 .left .body_tab .lr_news .right_nr .wz::after {
    position: absolute;
    left: -13px;
    top: 50%;
    transform: translateY(-50%);
    width: 6px;
    height: 6px;
    background-color: #1e1e1e;
    border-radius: 100%;
    content: '';
}

.sy_mk1 .left .body_tab .lr_news .right_nr .xiao_bt .wz::after {
    position: absolute;
    left: -13px;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 4px;
    background-color: #c7c7c7;
    border-radius: 100%;
    content: '';
}

.sy_mk1 .right {
    flex: 0 0 34.92%;
    max-width: 34.92%;
    padding: 24px 18px 22px 19px;
}

.sy_mk1 .right .y_title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sy_mk1 .right .y_title .title_l {
    font-size: 18px;
    color: #212121;
    display: flex;
    align-items: center;
}

.sy_mk1 .right .y_title .title_l img {
    margin-right: 11px;
}

.sy_mk1 .right .y_title .title_r {
    font-size: 14px;
    color: #f34018;
    display: flex;
    align-items: center;
}

.sy_mk1 .right .y_title .title_r img {
    margin-right: 5px;
}

.sy_mk1 .right .y_content {
    margin-top: 39px;
}

.sy_mk1 .right .y_content .news1 {
    display: block;
    border-radius: 5px;
    overflow: hidden;
}

.sy_mk1 .right .y_content .news1 img {
    width: 100%;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    display: block;
}

.sy_mk1 .right .y_content .news1:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
}

.sy_mk1 .right .y_content .news_list {
    padding-top: 10px;
}

.sy_mk1 .right .y_content .lr {
    display: flex;
    justify-content: space-between;
    margin-top: 9px;
}

.sy_mk1 .right .y_content .lr .tt {
    font-size: 16px;
    color: #323232;
    padding-left: 13px;
    position: relative;
    flex: 0 0 70%;
    max-width: 70%;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
}

.sy_mk1 .right .y_content .lr .tt::after {
    position: absolute;
    content: '';
    left: 4px;
    top: 50%;
    transform: translateY(-50%);
    width: 5px;
    height: 5px;
    background-color: #969696;
    border-radius: 100%;
}

.sy_mk1 .right .y_content .lr .time {
    font-size: 14px;
    color: #646464;
}

@media only screen and (max-width:1200px) {
    .sy_mk1 .left .body_tab .lr_news .left_nr {
        width: 288px;
    }
}

@media only screen and (max-width:1024px) {
    .sy_mk1 .left .body_tab .lr_news {
        flex-wrap: wrap;
    }
    .sy_mk1 .left,
    .sy_mk1 .right {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .sy_mk1 .left .body_tab .lr_news .left_nr {
        width: 100%;
    }
    .sy_mk1 .left .body_tab .lr_news .right_nr {
        flex: 0 0 100%;
        max-width: 100%;
        margin-top: 40px;
        padding-left: 24px;
    }
    .sy_mk1 .left .top_title .bt_tab {
        font-size: 20px;
    }
    .sy_mk1 .left .body_tab .lr_news .shang .xia h5 {
        font-size: 20px;
    }
    .sy_mk1 .left .body_tab .lr_news .right_nr .da_bt {
        font-size: 22px;
    }
    .sy_mk1 .left .body_tab .lr_news .right_nr a {
        font-size: 19px;
    }
    .sy_mk1 .right {
        margin-top: 20px;
    }
    .sy_mk1 .right .y_title .title_l {
        font-size: 24px;
    }
    .sy_mk1 .right .y_title .title_r {
        font-size: 19px;
    }
    .sy_mk1 .right .y_content .lr .tt,
    .sy_mk1 .right .y_content .lr .time {
        font-size: 19px;
    }
    .sy_mk1 .right .y_content .lr {
        margin-top: 14px;
    }
}

.sy_mk2 {}

.sy_mk2 .fl_title {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.sy_mk2 .hyfl_content {
    padding: 30px 30px 35px;
}

.sy_mk2 .hyfl_content .bt_top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sy_mk2 .hyfl_content .bt_top .left_zi {
    position: relative;
    color: #212121;
    font-size: 18px;
    padding-bottom: 10px;
    border-bottom: 2px solid #5d33f6;
}

.sy_mk2 .hyfl_content .bt_top .right_a {
    color: #212121;
    font-size: 18px;
    width: 60px;
    height: 30px;
    background-color: #f8f8f8;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sy_mk2 .hyfl_content .fl_title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sy_mk2 .hyfl_content .fl_title .bt {
    margin-top: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    /* 换主轴方向 */
    flex-direction: column;
    cursor: pointer;
}

.sy_mk2 .hyfl_content .fl_title .bt i {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 61px;
    height: 61px;
    /* border: 1px solid #969696; */
    border: 1px solid #5d33f6;
    border-radius: 100%;
    filter: brightness(0);
    opacity: 50%;
}

.sy_mk2 .hyfl_content .fl_title .bt.on i {
    /* border: 1px solid #5d33f6; */
    filter: none;
    opacity: 1;
}

.sy_mk2 .hyfl_content .fl_title .bt h5 {
    font-size: 15px;
    color: #1e1e1e;
    margin-top: 13px;
}

.sy_mk2 .hyfl_content .fl_title .bt.on h5 {
    color: #5d33f6;
}

.sy_mk2 .hyfl_bk {
    margin-top: 17px;
    padding: 0;
    overflow: hidden;
}

.sy_mk2 .once {
    display: block;
}

.top_lr_once {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #5d33f6;
    padding-right: 14px;
}

.small_tab_head {
    display: flex;
}

.small_tab_head .sm_bt {
    height: 58px;
    width: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 15px;
    cursor: pointer;
}

.small_tab_head .sm_bt.on {
    background-color: #5d33f6;
    color: #fff;
}

.sy_mk2 .once .sm_right {
    display: flex;
    align-items: center;
}

.sy_mk2 .once .sm_right a {
    font-size: 18px;
    width: 135px;
    height: 39px;
    color: #969696;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #d2d2d2;
    border-radius: 50px;
    margin-left: 16px;
}

.sy_mk2 .once .sm_right a:nth-child(1) {
    background-color: #ff552e;
    border: 1px solid #ff552e;
    color: #fffefe;
    font-weight: bold;
}

.small_tab_body .sm_once {
    display: none;
    padding-bottom: 1px;
}

.small_tab_body .dg_news {
    position: relative;
    min-height: 285px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 34px 72px 36px 22px;
    border-top: 1px solid #eeeeee;
}
.dg_news_ok{
    position: absolute;
    right:50px;
    top: 30px;
    width: 60px;
}
.dg_news_ok img{
    width: 100%;
}
.small_tab_body .dg_news .left {
    overflow: hidden;
    width: 307px;
    border-radius: 10px;
}

.small_tab_body .dg_news .left img {
    width: 100%;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.small_tab_body .dg_news:hover .left img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
}

.small_tab_body .dg_news .center {
    flex: 1;
    padding-left: 22px;
    padding-right: 100px;
}

.small_tab_body .dg_news .center h5 {
    font-size: 22px;
    color: #323232;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
}

.small_tab_body .dg_news .center h6 {
    font-size: 16px;
    color: #969696;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    margin-top: 30px;
}

.small_tab_body .dg_news .center .address {
    font-size: 16px;
    color: #969696;
    margin-top: 5px;
}

.small_tab_body .dg_news .center .dgbq {
    display: inline-block;
    color: #0085c7;
    font-size: 16px;
    border: 1px solid #0085c7;
    border-radius: 5px;
    padding: 5px 10px;
    line-height: 1;
    margin-right: 10px;
    margin-top: 10px;
}

.small_tab_body .dg_news .center .dgbq:nth-child(2) {
    border: 1px solid #e90936;
    color: #e90936;
}

.small_tab_body .dg_news .center .jg {
    font-size: 26px;
    color: #df280f;
    margin-top: 20px;
}

.small_tab_body .dg_news .right {
    font-size: 18px;
    color: #fffefe;
    font-weight: bold;
    width: 160px;
    height: 50px;
    background-color: #ff552e;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.small_tab_body .dg_news .right img {
    margin-right: 7px;
}

@media only screen and (max-width:1024px) {
    .sy_mk2 .hyfl_content .fl_title .bt {
        flex: 0 0 30%;
        max-width: 30%;
    }
    .sy_mk2 .hyfl_content .fl_title .bt h5 {
        font-size: 22px;
    }
    .sy_mk2 .hyfl_content .bt_top .left_zi {
        font-size: 24px;
    }
    .top_lr_once {
        flex-wrap: wrap;
    }
    .sy_mk2 .once .sm_right {
        flex: 0 0 100%;
    }
    .small_tab_head .sm_bt {
        width: auto;
        flex: 0 0 33.3333%;
        max-width: 33.3333%;
        margin-right: 0;
    }
    .small_tab_head {
        width: 100%;
        border-bottom: 1px solid #5d33f6;
    }
    .top_lr_once {
        padding-right: 0;
        border: none;
    }
    .sy_mk2 .once .sm_right {
        margin-top: 30px;
    }
    .sy_mk2 .once .sm_right a {
        font-size: 21px;
        width: 179px;
        height: 54px;
    }
}


/* 偶尔小课堂 */

.sy_mk3 {
    margin-top: 42px;
    padding-bottom: 38px;
}

.sy_mk3 .bt {
    font-size: 24px;
    color: #212121;
}

.sy_mk3 .bt span {
    font-size: 15px;
    color: #212121;
    margin-left: 19px;
}

.sy_mk3 .lr_xkt {
    box-shadow: 0 0 10px #f3f2f7;
    background-color: #fff;
    border-radius: 0 0 10px 10px;
    margin-top: 20px;
    display: flex;
}

.sy_mk3 .lr_xkt .left {
    flex: 0 0 74.6%;
    max-width: 74.6%;
}

.sy_mk3 .lr_xkt .right {
    flex: 1;
}

.sy_mk3 .lr_xkt .top_bt {
    height: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 22px;
    background-color: #5d33f6;
}

.sy_mk3 .lr_xkt .right .top_bt {
    background-color: #ff552e;
}

.sy_mk3 .lr_xkt .top_bt .zbt {
    font-size: 16px;
    color: #fafbff;
    font-weight: bold;
}

.sy_mk3 .lr_xkt .top_bt .y_link {
    display: flex;
}

.sy_mk3 .lr_xkt .top_bt .y_link .news_link {
    font-size: 14px;
    color: #fafbff;
    width: 86px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #8e71f9;
    border-radius: 50px;
    margin-right: 10px;
}

.sy_mk3 .lr_xkt .lr_content {
    padding: 22px 26px 11px 20px;
    display: flex;
    justify-content: space-between;
}

.sy_mk3 .lr_xkt .lr_content .once_nr {
    flex: 0 0 48%;
    max-width: 48%;
}

.sy_mk3 .lr_xkt .lr_content .top_a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 23px;
}

.sy_mk3 .lr_xkt .lr_content .top_a .img {
    overflow: hidden;
    width: 129px;
    border-radius: 5px;
}

.sy_mk3 .lr_xkt .lr_content .top_a img {
    width: 100%;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    display: block;
}

.sy_mk3 .lr_xkt .lr_content .top_a:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
}

.sy_mk3 .lr_xkt .lr_content .top_a .y_zi {
    flex: 1;
    padding-left: 7px;
}

.sy_mk3 .lr_xkt .lr_content .top_a .y_zi h5 {
    font-size: 16px;
    color: #1e1e1e;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    font-weight: bold;
}

.sy_mk3 .lr_xkt .lr_content .top_a .y_zi h6 {
    font-size: 14px;
    color: #969696;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    margin-top: 10px;
}

.sy_mk3 .lr_xkt .lr_content .sj {
    font-size: 14px;
    color: #969696;
    display: flex;
    align-items: center;
}

.sy_mk3 .lr_xkt .lr_content .sj img {
    margin-right: 5px;
    width: 15px;
    height: 15px;
}

.sy_mk3 .lr_xkt .lr_content .top_a .sj {
    margin-top: 15px;
    width: 100%;
}

.sy_mk3 .lr_xkt .lr_content .zc_a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #eeeeee;
    padding: 15px 0;
}

.sy_mk3 .lr_xkt .lr_content .zc_a h5 {
    flex: 0 0 69%;
    max-width: 69%;
    font-size: 15px;
    color: #1e1e1e;
    padding-left: 11px;
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
}

.sy_mk3 .lr_xkt .lr_content .zc_a h5::after {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    content: '';
    width: 5px;
    height: 5px;
    background-color: #969696;
    border-radius: 50%;
}

.sy_mk3 .lr_xkt .right {
    border-left: 1px solid #eeeeee;
}

.sy_mk3 .lr_xkt .right .link_r {
    padding: 0 17px;
}

.sy_mk3 .lr_xkt .right .dg_wd {
    display: block;
    padding: 17px 0;
    border-top: 1px solid #eeeeee;
}

.sy_mk3 .lr_xkt .right .dg_wd:nth-child(1) {
    padding: 25px 0 32px;
    border-top: none;
}

.sy_mk3 .lr_xkt .right .dg_wd h5 {
    font-size: 15px;
    color: #1e1e1e;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
}

.sy_mk3 .lr_xkt .right .dg_wd h6 {
    font-size: 14px;
    color: #969696;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    margin-top: 9px;
    line-height: 23px;
}

@media only screen and (max-width:1200px) {
    .sy_mk3 .lr_xkt .lr_content .zc_a h5 {
        flex: 0 0 65%;
        max-width: 65%;
    }
}

@media only screen and (max-width:1024px) {
    .sy_mk3 .bt span {
        font-size: 18px;
    }
    .sy_mk3 .lr_xkt .left,
    .sy_mk3 .lr_xkt .right {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .sy_mk3 .lr_xkt .right {
        margin-top: 20px;
    }
    .sy_mk3 .lr_xkt {
        flex-wrap: wrap;
    }
    .sy_mk3 .lr_xkt .top_bt .zbt {
        font-size: 22px;
    }
    .sy_mk3 .lr_xkt .top_bt .y_link .news_link {
        font-size: 18px;
        width: 111px;
        height: 35px;
    }
    .sy_mk3 .lr_xkt .lr_content .once_nr {
        flex: 0 0 100%;
        max-width: 100%;
        margin-top: 20px;
    }
    .sy_mk3 .lr_xkt .lr_content,
    .sy_mk3 .lr_xkt .lr_content .top_a {
        flex-wrap: wrap;
    }
    .sy_mk3 .lr_xkt .lr_content .top_a .img {
        width: 100%;
    }
    .sy_mk3 .lr_xkt .lr_content .top_a .y_zi {
        padding-left: 0;
        margin-top: 20px;
    }
    .sy_mk3 .lr_xkt .lr_content .top_a .y_zi h5 {
        font-size: 22px;
    }
    .sy_mk3 .lr_xkt .lr_content .top_a .y_zi h6 {
        font-size: 20px;
    }
    .sy_mk3 .lr_xkt .lr_content .sj,
    .sy_mk3 .lr_xkt .lr_content .zc_a h5 {
        font-size: 19px;
    }
    .sy_mk3 .lr_xkt .right .dg_wd h5 {
        font-size: 22px;
    }
    .sy_mk3 .lr_xkt .right .dg_wd h6 {
        font-size: 19px;
    }
}


/* 镖局合作 */

.sy_mk4 {
    padding: 50px 0 80px;
    background-color: #fcfcfc;
}

.sy_mk4 .bt {
    text-align: center;
    font-size: 24px;
    color: #212121;
}

.sy_mk4 .ms {
    text-align: center;
    font-size: 18px;
    color: #969696;
    margin-top: 5px;
}

.sy_mk4 .biaodan {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 36px;
}

.sy_mk4 .biaodan input,
.sy_mk4 .biaodan button {
    flex: 0 0 32%;
    max-width: 32%;
    height: 50px;
    border-radius: 50px;
}

.sy_mk4 .biaodan input {
    background-color: #fff;
    box-shadow: 0 0 10px #ddd9f7;
    font-size: 16px;
    color: #969696;
    padding-left: 26px;
}

.sy_mk4 .biaodan button {
    font-size: 16px;
    color: #ffffff;
    font-weight: bold;
    background: linear-gradient( to right, #ff8c77, #ff5650) no-repeat;
    background: -webkit-linear-gradient( left, #ff8c77, #ff5650) no-repeat;
}

.syggbg {
    background-color: #fff;
    border-radius: 10px;
}

@media only screen and (max-width:1024px) {
    .sy_mk4 .ms {
        font-size: 19px;
    }
    .sy_mk4 .biaodan input,
    .sy_mk4 .biaodan button {
        flex: 0 0 100%;
        max-width: 100%;
        margin-top: 20px;
        font-size: 20px;
        height: 60px;
    }
    .sy_mk4 .biaodan {
        flex-wrap: wrap;
    }
    .sy_mk4 {
        padding: 50px 0;
    }
}

footer {
    background-color: #1a1e2a;
    padding: 60px 0 18px;
}

footer .container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

footer .left {
    flex: 0 0 50%;
    max-width: 50%;
}

footer .left .top_link {
    display: flex;
    justify-content: space-between;
}

footer .left .top_link .da_bt {
    font-size: 16px;
    color: #ffffff;
    padding-bottom: 10px;
    border-bottom: 1px solid #5a5d65;
    margin-bottom: 15px;
    display: block;
}

footer .left .top_link .xiao_bt {
    display: block;
    font-size: 14px;
    color: #d3d3d3;
    margin-top: 5px;
}

footer .left .wai_link .ljbt {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color: #ffffff;
    margin-top: 40px;
    width: 80px;
    height: 30px;
    background-color: #3f4658;
    border-radius: 5px;
}

footer .left .wai_link .lj a {
    font-size: 14px;
    color: #969696;
    padding: 0 9px;
    display: inline-block;
    position: relative;
    line-height: 1;
    margin-top: 20px;
}

footer .left .wai_link .lj a::after {
    left: -1px;
    top: 0;
    background-color: #969696;
    position: absolute;
    content: '';
    width: 1px;
    height: 100%;
}

footer .left .wai_link .lj a:nth-child(1):after {
    display: none;
}

footer .right {
    flex: 0 0 34.76%;
    max-width: 34.76%;
    display: flex;
    justify-content: space-between;
}

footer .right .di_l {
    flex: 0 0 70%;
    max-width: 70%;
    padding-left: 29px;
}

footer .right .di_l .hea_bt {
    font-size: 15px;
    color: #ffffff;
    position: relative;
}

footer .right .di_l .hea_bt img {
    position: absolute;
    left: -30px;
    top: 0;
}

footer .right .di_l h5 {
    font-size: 24px;
    color: #ffffff;
    margin-top: 10px;
    padding-bottom: 10px;
}

footer .right .di_l h6 {
    font-size: 15px;
    color: #ffffff;
    margin-top: 10px;
}

footer .right .di_l h6 span {
    font-size: 14px;
}

footer .right .di_r {
    width: 95px;
}

footer .right .di_r img {
    width: 100%;
}

footer .right .di_r h5 {
    text-align: center;
    font-size: 15px;
    color: #ffffff;
    margin-top: 10px;
}

footer .right {
    position: relative;
}

footer .right .bg {
    position: absolute;
    right: 134px;
    top: 60px;
}

footer .banquan {
    margin-top: 47px;
    font-size: 14px;
    padding-top: 18px;
    color: #ffffff;
    border-top: 1px solid #5a5d65;
}

footer .banquan a {
    color: #ffffff;
}

@media only screen and (max-width:1024px) {
    footer .left .top_link {
        display: none;
    }
    footer .right,
    footer .left {
        flex: 0 0 100%;
        max-width: 100%;
    }
    footer .right {
        order: -1;
    }
    footer .right .di_l .hea_bt {
        font-size: 24px;
    }
    footer .right .di_l h6 {
        font-size: 24px;
    }
    footer .right .di_l h6 span {
        font-size: 20px;
        margin-top: 10px;
        display: block;
    }
    footer .right .di_l .hea_bt img {
        top: 8px;
    }
    footer .right .di_l {
        flex: 0 0 60%;
        max-width: 60%;
    }
    footer .right .di_r {
        width: 30%;
    }
    footer .right .di_r h5 {
        font-size: 23px;
    }
    footer .left .wai_link .ljbt {
        width: 109px;
        height: 39px;
        font-size: 20px;
    }
    footer .left .wai_link .lj a {
        font-size: 19px;
    }
    footer .banquan {
        font-size: 16px;
    }
}


/* 合作 */

.hz_nr {
    padding: 70px 0 112px;
    background: url(../images/bg1_02.png) no-repeat center top;
}

.hz_nr .hz_bkuang {
    padding: 40px 28px 70px 35px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.hz_nr .hz_bkuang .left {
    flex: 0 0 44%;
    max-width: 44%;
}

.hz_nr .hz_bkuang .left .bt {
    font-weight: bold;
    font-size: 26px;
    color: #000000;
}

.hz_nr .hz_bkuang .left .ms {
    font-size: 20px;
    color: #323232;
    margin-top: 10px;
}

.hz_nr .hz_bkuang .left .xia_tu {
    margin-top: 25px;
    border-radius: 10px;
    padding: 20px 48px 23px 23px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.hz_nr .hz_bkuang .left_bt .once {
    margin-top: 25px;
}

.hz_nr .hz_bkuang .left_bt .once:nth-child(1) {
    margin-top: 0;
}

.hz_nr .hz_bkuang .left_bt .once h5 {
    font-size: 18px;
    color: #ffffff;
    font-weight: bold;
}

.hz_nr .hz_bkuang .left_bt .once h6 {
    font-size: 21px;
    color: #ffffff;
    margin-top: 12px;
    word-wrap: break-word;
}

.hz_nr .hz_bkuang .left_bt {
    flex: 0 0 60%;
    max-width: 60%;
}

.hz_nr .hz_bkuang .right_nr {
    width: 115px;
}

.hz_nr .hz_bkuang .right_nr img {
    width: 100px;
    display: block;
    margin: 0 auto;
    border-radius: 10px;
}

.hz_nr .hz_bkuang .right_nr h5 {
    font-size: 14px;
    color: #ffffff;
    margin-top: 5px;
}

.hz_nr .hz_bkuang .right {
    flex: 0 0 52.76%;
    max-width: 52.76%;
}

.hz_nr .hz_bkuang .right .biaodan {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.hz_nr .hz_bkuang .right .biaodan input,
.hz_nr .hz_bkuang .right .biaodan textarea {
    flex: 0 0 48%;
    max-width: 48%;
    height: 50px;
    border: 1px solid #eeeeee;
    border-radius: 5px;
    padding-left: 19px;
    margin-bottom: 19px;
}

.hz_nr .hz_bkuang .right .biaodan textarea {
    padding-top: 19px;
    flex: 0 0 100%;
    max-width: 100%;
    height: 145px;
}

.hz_nr .hz_bkuang .right .biaodan button {
    font-size: 18px;
    color: #ffffff;
    font-weight: bold;
    border-radius: 5px;
    height: 50px;
    background-color: #6640f5;
    width: 100%;
}

@media only screen and (max-width:992px) {
    .hz_nr .hz_bkuang .left,
    .hz_nr .hz_bkuang .right {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .hz_nr .hz_bkuang .right {
        margin-top: 40px;
    }
    .hz_nr .hz_bkuang .right_nr h5 {
        font-size: 18px;
        margin-top: 20px;
    }
    .hz_nr .hz_bkuang .right_nr {
        width: 150px;
    }
    .hz_nr .hz_bkuang .right_nr img {
        width: 141px;
    }
    .hz_nr .hz_bkuang .right .biaodan input,
    .hz_nr .hz_bkuang .right .biaodan textarea {
        flex: 0 0 100%;
        max-width: 100%;
        height: 61px;
    }
    .hz_nr .hz_bkuang .right .biaodan textarea {
        height: 200px;
    }
    .hz_nr .hz_bkuang .right .biaodan button {
        height: 60px;
    }
}


/* 课堂 */

.kt_nr {
    background: url(../images/bg2_02.png) no-repeat center top;
    padding: 47px 0 62px;
}

.kt_nr .container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.kt_nr .left {
    flex: 0 0 78.4%;
    max-width: 78.4%;
}

.kt_nr .left .shang_ss {
    padding: 30px 25px 28px 20px;
    border-bottom: 2px solid #eeeeee;
}

.kt_nr .left .banss {
    display: flex;
    justify-content: space-between;
    position: relative;
}

.kt_nr .left .banss input {
    width: 81%;
    height: 46px;
    background-color: #f8f8f8;
    padding-left: 50px;
    font-size: 15px;
    color: #969696;
    border: 1px solid #eeeeee;
    border-radius: 5px;
}

.kt_nr .left .banss button {
    width: 17.29%;
    height: 46px;
    background-color: #663ff5;
    border-radius: 5px;
    font-size: 16px;
    color: #ffffff;
}

.kt_nr .left .banss .sous {
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
}

.kt_nr .left .xia_link {
    font-size: 14px;
    color: #1e1e1e;
    margin-top: 13px;
    padding-left: 11px;
}

.kt_nr .left .xia_link a {
    color: #969696;
    margin-right: 38px;
}

.kt_nr .left .xia_link a.on {
    color: #663ff5;
}

.kt_nr .left .news_list {
    padding: 48px 23px 0 35px;
}

.kt_nr .left .erji a {
    position: relative;
    font-size: 18px;
    color: #212121;
    margin-right: 60px;
    display: inline-block;
    padding-bottom: 7px;
}

.kt_nr .left .erji a.on {
    color: #5d33f6;
}

.kt_nr .left .erji a::after {
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    background-color: #5d33f6;
    border-radius: 50px;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
}

.kt_nr .left .erji a.on::after {
    width: 20px;
}

.kt_nr .left .list_xw {
    margin-top: 10px;
}

.kt_nr .left .list_xw .dgxw {
    padding: 20px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #eeeeee;
}

.kt_nr .left .list_xw .dgxw:nth-child(1) {
    border-top: none;
}

.kt_nr .left .list_xw .dgxw .zuo {
    flex: 0 0 25.9%;
    max-width: 25.9%;
    overflow: hidden;
    border-radius: 10px;
}

.kt_nr .left .list_xw .dgxw .zuo img {
    width: 100%;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.kt_nr .left .list_xw .dgxw:hover .zuo img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
}

.kt_nr .left .list_xw .dgxw .you {
    flex: 1;
    padding-left: 18px;
}

.kt_nr .left .list_xw .dgxw .you h5 {
    font-size: 18px;
    color: #1e1e1e;
    font-weight: bold;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
}

.kt_nr .left .list_xw .dgxw .you h6 {
    font-size: 16px;
    color: #969696;
    line-height: 26px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    margin-top: 5px;
}

.kt_nr .left .list_xw .dgxw .you .sj {
    font-size: 16px;
    color: #969696;
    margin-top: 20px;
}

@media only screen and (max-width:1200px) {
    .kt_nr .left .erji a {
        margin-right: 26px;
    }
}

.fenye {
    display: flex;
    align-items: center;
    margin-top: 18px;
    padding: 9px 20px;
    font-size: 14px;
    color: #323232;
    position: relative;
}

.fenye .prve,
.fenye .next {
    width: 25px;
    height: 25px;
    border: 1px solid #eeeeee;
    border-radius: 5px;
    position: absolute;
    right: 50px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
}

.fenye .next {
    right: 20px;
}

.fenye a {
    padding: 5px 10px;
    border: 1px solid #eeeeee;
    font-size: 14px;
    color: #969696;
    margin: 0 5px;
}

.fenye a.on {
    background-color: #663ff5;
    border: 1px solid #663ff5;
    color: #ffffff;
}

.fenye .sub {
    margin-left: 10px;
}

.fenye .zong {
    margin-right: 19px;
}

.fenye input {
    border: 1px solid #eeeeee;
    width: 55px;
    height: 35px;
    margin: 0 10px;
}

.fenye.shouji {
    display: none;
}
.order_ztdiv{
    display: inline-block;
}

@media only screen and (max-width:1200px) {
    .fenye.shouji {
        display: flex;
    }
    .fenye.diannao {
        display: none;
    }
    .fenye a {
        font-size: 19px;
    }
}

.kt_nr .right {
    flex: 0 0 20.79%;
    max-width: 20.79%;
}

.kt_nr .right .biaoti {
    padding: 15px 15px 20px;
    position: relative;
    background-color: #5d33f6;
    border-radius: 10px 10px 0 0;
}

.kt_nr .right .biaoti .bg3 {
    position: absolute;
    right: 28px;
    top: 25px;
}

.kt_nr .right .biaoti h5 {
    font-size: 24px;
    color: #ffffff;
}

.kt_nr .right .biaoti h6 {
    font-size: 15px;
    color: #ffffff;
    margin-top: 8px;
}

.kt_nr .right .xia_lj {
    padding: 10px 14px 10px;
    background-color: #fff;
    border-radius: 0 0 10px 10px;
}

.kt_nr .right .xia_lj .once_xlj {
    display: block;
    padding: 10px 0;
    padding-left: 28px;
    position: relative;
}

.kt_nr .right .xia_lj .once_xlj::after {
    position: absolute;
    left: 0;
    top: 12px;
    width: 19px;
    height: 19px;
    background: url(../images/q_03.png) no-repeat center / cover;
    content: '';
}

.kt_nr .right .xia_lj .once_xlj:nth-child(1) {
    padding-bottom: 20px;
    margin-bottom: 10px;
    border-bottom: 1px solid #eeeeee;
}

.kt_nr .right .xia_lj .once_xlj h5 {
    font-size: 16px;
    color: #1e1e1e;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    line-height: 20px;
}

.kt_nr .right .xia_lj .once_xlj h6 {
    font-size: 14px;
    color: #969696;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    text-overflow: ellipsis;
    margin-top: 10px;
    line-height: 24px;
}

.kt_nr .right .x_qglx {
    border-radius: 10px;
    background: url(../images/bg4_03.png) no-repeat center / cover;
    margin-top: 10px;
    padding: 20px 20px 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    /* 换主轴方向 */
    flex-direction: column;
}

.kt_nr .right .x_qglx h5 {
    font-size: 15px;
    margin-top: 14px;
    color: #969696;
}

.kt_nr .right .x_qglx .lianxi {
    font-size: 16px;
    margin-top: 16px;
    color: #ffffff;
    width: 120px;
    height: 40px;
    background: linear-gradient( to bottom, #957afc, #6740f5) no-repeat;
    background: -webkit-linear-gradient( top, #957afc, #6740f5) no-repeat;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.kt_nr .right .x_qglx .dh {
    font-size: 21px;
    font-weight: bold;
    margin-top: 50px;
    color: #fb4a21;
}

.kt_nr .right .x_qglx .zi {
    font-size: 15px;
    margin-top: 9px;
    color: #1e1e1e;
}

@media only screen and (max-width:1024px) {
    .kt_nr .left,
    .kt_nr .right {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .kt_nr .right {
        margin-top: 40px;
    }
    .kt_nr .container {
        flex-wrap: wrap;
    }
    .kt_nr .left .xia_link {
        font-size: 19px;
    }
    .kt_nr .left .banss input {
        font-size: 18px;
    }
    .kt_nr .left .banss button {
        font-size: 20px;
    }
    .kt_nr .left .erji a {
        font-size: 21px;
        margin-right: 21px;
    }
    .kt_nr .left .list_xw .dgxw {
        flex-wrap: wrap;
    }
    .kt_nr .left .list_xw .dgxw .zuo {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .kt_nr .left .list_xw .dgxw .you {
        padding-left: 0;
        flex: 0 0 100%;
        max-width: 100%;
        margin-top: 30px;
    }
    .kt_nr .left .list_xw .dgxw .you h6 {
        font-size: 19px;
        line-height: 35px;
    }
    .kt_nr .left .list_xw .dgxw .you h5 {
        font-size: 24px;
    }
    .kt_nr .left .list_xw .dgxw .you .sj {
        font-size: 20px;
    }
    .kt_nr .left .news_list {
        padding: 20px;
    }
    .kt_nr .right .biaoti h6 {
        font-size: 19px;
    }
    .kt_nr .right .xia_lj .once_xlj h5 {
        font-size: 22px;
    }
    .kt_nr .right .xia_lj .once_xlj h6 {
        font-size: 19px;
        line-height: 35px;
    }
    .kt_nr .right .xia_lj .once_xlj h5 {
        line-height: 37px;
    }
    .kt_nr .right .x_qglx h5 {
        font-size: 19px;
    }
    .kt_nr .right .x_qglx .lianxi {
        font-size: 20px;
        width: 174px;
        height: 61px;
    }
    .kt_nr .right .x_qglx .zi {
        font-size: 20px;
    }
}


/* 我的 */

.my_nr {
    background: url(../images/bg5_02.png) no-repeat center top;
    padding: 44px 0 50px;
}

.my_nr .my_shang {
    padding: 20px 20px 40px;
}

.my_nr .my_shang .tj {
    display: flex;
}

.my_nr .my_shang .tj:nth-child(1) {
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 25px;
}

.my_nr .my_shang .tj .left {
    width: 103px;
    text-align: right;
    margin-top: 20px;
    font-size: 16px;
    color: #161616;
}

.my_nr .my_shang .tj .right {
    flex: 1;
}

.my_nr .my_shang .tj .link {
    font-size: 16px;
    color: #646464;
    padding: 0 20px;
    margin-top: 20px;
    display: inline-block;
}

.my_nr .my_shang .tj .link.on {
    color: #663ff5;
}

.my_nr .my_shang .head_tou {
    display: flex;
}

.my_nr .my_shang .head_tou a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 125px;
    height: 35px;
    border: 1px solid #fe512a;
    border-radius: 5px;
    color: #fe512a;
    margin-right: 9px;
}

.my_nr .my_shang .head_tou a.on {
    background-color: #663ff5;
    border: 1px solid #663ff5;
    color: #fefefe;
}

.my_nr .my_xia {
    margin-top: 20px;
    padding: 27px 20px 5px;
}

.my_nr .my_xia .bi {
    font-size: 18px;
    color: #fe512a;
    width: 126px;
    height: 36px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #fe512a;
}

.my_nr .my_xia .list .dg_lb {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
    border-top: 1px solid #eeeeee;
    min-height: 207px;
}

.my_nr .my_xia .list .dg_lb:nth-child(1) {
    border-top: none;
}

.my_nr .my_xia .list .dg_lb .left {
    width: 260px;
    border-radius: 10px;
    margin-right: 38px;
}

.my_nr .my_xia .list .dg_lb .left .tp {
    box-shadow: 0 0 10px #cacaca;
    overflow: hidden;
}

.my_nr .my_xia .list .dg_lb .left img {
    width: 100%;
    display: block;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.my_nr .my_xia .list .dg_lb:hover .left img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
}

.my_nr .my_xia .list .dg_lb .center {
    flex: 1;
}

.my_nr .my_xia .list .dg_lb .center h5 {
    font-size: 24px;
    color: #1e1e1e;
    font-weight: bold;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
}

.my_nr .my_xia .list .dg_lb .center h6 {
    font-size: 18px;
    color: #646464;
    margin-top: 20px;
    line-height: 30px;
}

.my_nr .my_xia .list .dg_lb .right {
    width: 280px;
    padding-right: 24px;
    display: flex;
    justify-content: space-between;
}

.my_nr .my_xia .list .dg_lb .right a {
    font-size: 18px;
    color: #fefefe;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 120px;
    height: 35px;
    background-color: #663ff5;
    border-radius: 50px;
}

.my_nr .my_xia .list .dg_lb .right a:nth-child(2) {
    background-color: #fe512a;
}


/* 右侧分页器 */

.my_nr .my_xia {
    position: relative;
}

.ycfyq {
    position: absolute;
    right: 23px;
    top: 32px;
    display: flex;
}

.ycfyq a {
    width: 25px;
    height: 25px;
    border: 1px solid #eeeeee;
    margin-left: 5px;
    border-radius: 5px;
    color: #c8c8c8;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media only screen and (max-width:1024px) {
    .my_nr .my_shang .tj .left {
        font-size: 20px;
    }
    .my_nr .my_shang .tj .link {
        font-size: 20px;
    }
    .my_nr .my_xia .list .dg_lb {
        flex-wrap: wrap;
    }
    .my_nr .my_xia .list .dg_lb .left {
        width: 100%;
    }
    .my_nr .my_xia .list .dg_lb .center {
        flex: 0 0 100%;
        max-width: 100%;
        margin-top: 40px;
    }
    .my_nr .my_xia .list .dg_lb .right {
        margin-top: 30px;
        width: 335px;
        padding-right: 0;
    }
    .my_nr .my_xia .list .dg_lb .right a {
        width: 157px;
        height: 50px;
    }
    .my_nr .my_xia .list .dg_lb .left {
        margin-right: 0;
    }
}


/* 我要接镖 */

.myage_nr {
    padding: 48px 0 50px;
    background: url(../images/bg6_02.png) no-repeat center top;
}

.myage_nr .el-select:hover .el-input__inner,
.el-input__inner {
    border: none;
}

.myage_nr .myage_shang {
    display: flex;
}

.myage_nr .myage_shang .left1 {
    flex: 0 0 79.365%;
    max-width: 79.365%;
    padding: 1px 20px 44px;
}

.myage_nr .tj {
    display: flex;
}

.myage_nr .tj.on {
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 25px;
}
.myage_nr .tj.on .right{
    margin-top: 20px;
    border-top: 1px dashed #eeeeee;
}

.myage_nr .tj .left {
    width: 50px;
    text-align: right;
    margin-top: 20px;
    font-size: 16px;
    color: #161616;
}

.myage_nr .tj .right {
    flex: 1;
}

.myage_nr .tj .link {
    font-size: 16px;
    color: #646464;
    padding: 0 20px;
    margin-top: 20px;
    display: inline-block;
}

.myage_nr .tj .link.on {
    color: #663ff5;
}

.myage_nr .ssluai {
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.myage_nr .ssluai .in {
    position: relative;
    margin: 0 10px;
}

.myage_nr .ssluai .in span {
    position: absolute;
    right: 5px;
    font-size: 14px;
    color: #969696;
    top: 50%;
    transform: translateY(-50%);
}

.myage_nr .ssluai input {
    width: 90px;
    height: 25px;
    border-radius: 5px;
    background-color: #f3f4f6;
    padding: 0 10px;
}

.myage_nr .ssluai button {
    font-size: 14px;
    color: #ffffff;
    background-color: #e90634;
    width: 45px;
    height: 25px;
    border-radius: 5px;
    margin-left: 5px;
}

.myage_nr .myage_shang .right1 {
    flex: 1;
    border-left: 1px solid #eeeeee;
}

.myage_nr .myage_shang .right1 .bt {
    background-color: #fc5028;
    padding: 18px;
    color: #fff;
    position: relative;
    border-radius: 0 10px 0 0;
}

.myage_nr .myage_shang .right1 h5 {
    font-size: 24px;
    color: #ffffff;
}

.myage_nr .myage_shang .right1 h6 {
    font-size: 15px;
    color: #ffffff;
    margin-top: 7px;
}

.myage_nr .myage_shang .right1 .bt img {
    right: 15px;
    top: 27px;
    position: absolute;
}

.myage_nr .myage_shang .right1 .dg_nr {
    padding: 23px 18px 10px;
    display: block;
}

.myage_nr .myage_shang .right1 .dg_title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 13px;
    color: #969696;
}

.myage_nr .myage_shang .right1 .dg_nr h5 {
    font-size: 14px;
    color: #323232;
    margin-top: 8px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
}

.myage_nr .muage_se {
    position: relative;
    padding: 14px 27px 14px 20px;
    margin-top: 17px;
}

.myage_nr .muage_se .left {
    display: flex;
}

.myage_nr .muage_se .dg_se {
    width: 100px;
    margin-right: 50px;
    position: relative;
}
.myage_nr .muage_se .dg_se.on a{
    color: #5d33f6;
}

.myage_nr .muage_se .dg_se::after {
    position: absolute;
    right: -30px;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 20px;
    background-color: #eeeeee;
    content: '';
}

.myage_nr .muage_se .dg_se:nth-last-child(1):after {
    display: none;
}

.layui-form-select .layui-input {
    border: none;
}

.myage_nr .muage_se .dg_se:hover .layui-form-select .layui-edge {
    border-top-color: #663ff5;
}

.myage_nr .muage_se .dg_se:hover .layui-form-select .layui-input {
    color: #663ff5;
}

.myage_nr .ycfyq {
    top: 50%;
    transform: translateY(-50%);
}

.myage_nr .myage_tent {
    margin-top: 19px;
    overflow: hidden;
    padding-bottom: 20px;
}

.myage_nr .myage_tent .sm_right a {
    font-size: 18px;
    color: #1e1e1e;
    font-weight: bold;
}

@media only screen and (max-width:1024px) {
    .myage_nr .myage_tent .sm_right a {
        font-size: 21px;
        width: 179px;
        height: 54px;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #ff552e;
        border: 1px solid #ff552e;
        color: #fffefe;
        font-weight: bold;
        border-radius: 50px;
        margin-top: 20px;
        margin-left: 20px;
    }
    .myage_nr .myage_shang {
        flex-wrap: wrap;
    }
    .myage_nr .myage_shang .left1 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .myage_nr .myage_shang .right1 .bt {
        border-radius: 0;
    }
    .myage_nr .tj .left {
        font-size: 20px;
        width: 59px;
    }
    .myage_nr .tj .link {
        font-size: 20px;
    }
    .myage_nr .ssluai {
        flex: 0 0 100%;
    }
    .myage_nr .tj:nth-last-child(1) {
        flex-wrap: wrap;
    }
    .myage_nr .ssluai input {
        width: 127px;
        height: 50px;
    }
    .myage_nr .ssluai .in span {
        font-size: 19px;
    }
    .myage_nr .ssluai button {
        height: 49px;
        font-size: 20px;
        width: 81px;
    }
    .myage_nr .myage_shang .right1 h6 {
        font-size: 20px;
    }
    .myage_nr .myage_shang .right1 .dg_title {
        font-size: 18px;
    }
    .myage_nr .myage_shang .right1 .dg_nr h5 {
        font-size: 20px;
    }
    .myage_nr .muage_se .dg_se {
        width: 125px;
    }
    .el-input--suffix .el-input__inner {
        font-size: 20px;
    }
    .el-select-dropdown__item {
        font-size: 17px;
    }
    .ycfyq a {
        width: 33px;
        height: 33px;
    }
    .small_tab_body .dg_news {
        padding: 30px;
        flex-wrap: wrap;
    }
    .small_tab_body .dg_news .left {
        width: 100%;
    }
    .small_tab_body .dg_news .center {
        padding-left: 0;
        padding-right: 0;
        margin-top: 30px;
    }
    .small_tab_body .dg_news .center h6 {
        font-size: 20px;
    }
    .small_tab_body .dg_news .center .address {
        font-size: 20px;
    }
    .small_tab_body .dg_news .center .dgbq {
        font-size: 20px;
        padding: 10px 22px;
    }
}


/* 我要发 */

.myfa_nr {
    padding: 66px 0 80px;
    background: url(../images/bg7_02.png) no-repeat center top;
}

.myfa_nr .myfa_content {
    padding: 60px 150px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.myfa_nr .myfa_content .bt {
    font-size: 18px;
    color: #1e1e1e;
    font-weight: bold;
    width: 100%;
}

.myfa_nr .myfa_content .xxxx {
    margin-top: 60px;
}

.myfa_nr .myfa_content .zy {
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.myfa_nr .myfa_content .zy .ggybt {
    font-size: 16px;
    color: #1e1e1e;
    width: 100px;
}

.myfa_nr .myfa_content .zy .ggybt i {
    color: #fe512a;
}

.myfa_nr .myfa_content .zy input,
.myfa_nr .myfa_content .zy textarea {
    flex: 1;
    height: 46px;
    border-radius: 5px;
    border: 1px solid #e5e5e5;
}

.myfa_nr .myfa_content .zy textarea {
    height: 320px;
}

.myfa_nr .myfa_content .texta {
    align-items: flex-start;
}

.myfa_nr .myfa_content .texta .ggybt {
    padding-top: 14px;
}

.myfa_nr .myfa_content .layui-form {
    flex: 1;
}

.myfa_nr .myfa_content .wushi {
    flex: 0 0 48%;
    max-width: 48%;
}

.myfa_nr .myfa_content .yibai {
    flex: 0 0 100%;
    max-width: 100%;
}

.myfa_nr .myfa_content .phone {
    position: relative;
}

.myfa_nr .myfa_content .phone::after {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    content: '';
    background: url(../images/dui.png);
    width: 20px;
    height: 14px;
}

.myfa_nr .myfa_content .y_neir {
    flex: 1;
    display: flex;
}

.el-select {
    flex: 1;
}

.el-scrollbar__wrap {
    overflow: initial;
    overflow-y: scroll;
    /* 隐藏滚动条 */
    scrollbar-width: none;
    /* firefox */
    -ms-overflow-style: none;
    /* IE 10+ */
}

.el-scrollbar__wrap::-webkit-scrollbar {
    display: none;
    /* Chrome Safari */
}

.myfa_nr .myfa_content .y_neir .zuo_sc {
    width: 315px;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
}

.myfa_nr .myfa_content .y_neir .zuo_sc .btsc {
    font-size: 16px;
    color: #969696;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #eeeeee;
}

.myfa_nr .myfa_content .y_neir .you_sc {
    padding-left: 30px;
    flex: 1;
}

.myfa_nr .myfa_content .y_neir .you_sc .ms {
    font-size: 16px;
    color: #969696;
    line-height: 32px;
}

.myfa_nr .myfa_content .y_neir .el-upload-dragger {
    width: 100%;
    border: none;
}

.myfa_nr .myfa_content .shangc_duo {
    margin-top: 37px;
}

.myfa_nr .myfa_content .shangc_duo .el-upload {
    width: 106px !important;
    height: 106px;
}

.el-upload-dragger {
    width: 100%;
    height: 192px;
    display: flex;
    justify-content: center;
    align-items: center;
    /* 换主轴方向 */
    flex-direction: column;
}

.el-upload-dragger .el-upload__text {
    color: #969696;
    font-size: 16px;
    margin-top: 40px;
}

.el-upload {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.myfa_nr .myfa_content .anniu {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 57px;
    width: 100%;
}

.myfa_nr .myfa_content .anniu button {
    margin: 0 13px;
    border-radius: 5px;
    font-size: 16px;
    color: #ffffff;
    font-weight: bold;
    width: 230px;
    height: 55px;
    background: linear-gradient( to bottom, #7d5ef3, #6139f5) no-repeat;
    background: -webkit-linear-gradient( top, #7d5ef3, #6139f5) no-repeat;
}

.myfa_nr .myfa_content .anniu button:nth-child(2) {
    background: linear-gradient( to bottom, #fe5129, #f44118) no-repeat;
    background: -webkit-linear-gradient( top, #fe5129, #f44118) no-repeat;
}

@media only screen and (max-width:1024px) {
    .myfa_nr .myfa_content {
        padding: 50px 30px;
    }
    .myfa_nr .myfa_content .wushi {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .myfa_nr .myfa_content .zy input,
    .myfa_nr .myfa_content .zy textarea {
        height: 54px;
        font-size: 20px;
        padding-left: 15px;
    }
    .myfa_nr .myfa_content .zy .ggybt {
        font-size: 20px;
    }
    .myfa_nr .myfa_content .y_neir {
        flex-wrap: wrap;
    }
    .myfa_nr .myfa_content .y_neir .zuo_sc {
        display: none;
    }
    .myfa_nr .myfa_content .y_neir .you_sc .ms {
        font-size: 19px;
        margin-top: 10px;
    }
    .myfa_nr .myfa_content .anniu button {
        font-size: 19px;
    }
}

.ny_banner{
    overflow: hidden;
    position: relative;
    height: 200px;
    background-size: cover!important;
}
.show_m{
    margin-top: -150px;
    width: 100%;
    position: relative;
    margin-bottom: 65px;
}
.show_m_a{
    width: 100%;
    background: #ffffff;
    border-radius: 8px;
    position: relative;
    overflow: hidden;
    padding: 30px 0 18px 0;
}
.show_atop{
    width: 100%;
    padding: 0 40px;
    padding-bottom: 20px;
    border-bottom: solid 1px #EEEEEE;
}
.show_m_wz{
    padding-left: 28px;
    width: 100%;
    font-size: 15px;
    color: #969696;
    background: url('../images/ico_1_1.png') left top 4px no-repeat;
}
.show_m_wz a{
    font-size: 15px;
    color: #969696;
}
.show_m_wz a:hover{
     color: #5D33F5;
}
.show_m_bt{
    margin-top: 40px;
    width: 100%;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.show_m_btleft{
    width: 85%;
}
.show_m_btleft h1{
    font-size: 24px;
    color: #1e1e1e;
    font-weight: bold;
    line-height: 30px;
}

.show_m_btqt{
    width: 100%;
    margin-top: 10px;
}
.show_m_btqt .show_m_span{
    display: inline-block;
    font-size: 15px;
    color: #969696;
    line-height: 30px;
    margin-right: 30px;
    padding-left: 20px
}
.show_m_icoa{
    background: url("../images/ico_1_2.png") left center no-repeat;
}
.show_m_icob{
    background: url("../images/ico_1_3.png") left center no-repeat;
}

.show_m_btright{
    width: 42px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.collect{
    width: 100%;
    text-align: center;
}
.collect i{
    display: inline-block;
    width: 100%;
    height: 16px;

}
.collect i.sc_icoa{
    background: url("../images/ico_1_4.png") center center no-repeat;
}
.collect i.sc_icob{
    background: url("../images/ico_1_44.png") center center no-repeat;
}
.collect span{
    display: block;
    font-size: 14px;
    color: #969696;
    line-height: 22px;
}
.collect span.sc_color_h{
    color: #F04142;
}



.show_abot{
    position: relative;
    width: 100%;
    padding: 40px 40px 0 40px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.show_imgs{
    width: 390px;
    position: relative;
}
.mySwiper{
    margin-top: 6px;
    position: relative;
    padding: 5px 0;
}
.mySwiper .swiper-slide{
    overflow: hidden;
    cursor: pointer;
}
.mySwiper .swiper-slide img{
    width: 100%;
}
.mySwiper .swiper-slide{
    border: solid 1px transparent;
    overflow: hidden;
    border-radius: 5px;
}
.mySwiper .swiper-slide.swiper-slide-thumb-active{
    border: solid 1px #5d33f6;
}

.mySwiper .swiper-button-prev{
    width: 24px;
    height: 100%;
    left: 0;
    background: rgba(0,0,0,0.6);
    top: 0;
    margin-top: 0;
}
.mySwiper .swiper-button-next{
    width: 24px;
    height: 100%;
    right: 0;
    background: rgba(0,0,0,0.6);
    top: 0;
    margin-top: 0;
}
.mySwiper .swiper-button-next:after, .mySwiper .swiper-button-prev:after
{
    color: #ffffff;
    font-size: 15px;
}

.show_cs{
    width: 63.5%;
    position: relative;
    padding-top: 18px;
}
.show_cs dd{
    width: 100%;
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 24px;
    color: #1e1e1e;
}
.show_cs dd span{
    width: 80px;
    display: inline-block;
    color: #646464;
}
.show_cs dd i{
    font-weight: bold;
    color: #6032F7;
}

.show_but{
    width: 100%;
    display: flex;
}
.show_buttons{
    position: relative;
    display: inline-block;
    padding: 0 30px;
    height: 40px;
    background: -o-linear-gradient(#FF522A, #F34017);
    background: -moz-linear-gradient(#FF522A, #F34017);
    background: -ms-linear-gradient(#FF522A, #F34017);
    background: -webkit-linear-gradient(#FF522A, #F34017);
    background: linear-gradient(#FF522A, #F34017);
    border-radius: 8px;
    text-align: center;
    line-height: 40px;
    color: #ffffff;
    font-size: 16px;
    cursor: pointer;
    margin-right: 10px;
}
.private_letter{
    background: linear-gradient( to bottom, #8465f3, #5f35f6);
    background: -webkit-linear-gradient( to bottom, #8465f3, #5f35f6);
    background: -o-linear-gradient(to bottom, #8465f3, #5f35f6);
    background: -moz-linear-gradient(to bottom, #8465f3, #5f35f6);
    background: -ms-linear-gradient(to bottom, #8465f3, #5f35f6);
}
.private_letter:hover{
    color: #ffffff;
    opacity: 0.8;
}
.private_letter i{
    margin-left: 8px;
}
.order_ok{
    background: #5d33f6!important;
}
.order_qt{
    background: #cccccc!important;
}
.order_but_dart{
    background: #f71d1d;
}


.order_but:active{
    opacity: 0.8;
}

.show_m_b{
    width: 100%;
    position: relative;
    margin-top: 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.show_bleft{
    width: 960px;
    background: #ffffff;
    position: relative;
    border-radius: 8px;
    padding-bottom: 40px;
}
.mySwiper2 .swiper-slide img{
    width: 100%;
}

.show_ba{
    width: 100%;
    border-bottom: solid 1px #EEEEEE;
    padding: 15px 40px;
}
.show_ba span{
    font-size: 20px;
    color: #1e1e1e;
    line-height: 24px;
}

.show_ba_info{
    position: relative;
    width: 100%;
    padding: 20px 40px;
    font-size: 15px;
    color: #646464;
    line-height: 24px;
}
.show_ba_info img{
    max-width: 100%;
}

.show_bright{
    width: 280px;
    overflow: hidden;
    border-radius: 8px;
}
.show_b_list{
    width: 100%;
    padding: 15px;
    background: #ffffff;
}
.show_b_ltitle{
    width: 100%;
    font-size: 20px;
    color: #1e1e1e;
    line-height: 24px;
}
.show_b_list ul{
    width: 100%;
    margin-top: 15px;
}
.show_b_list dd{
    margin-bottom: 20px;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.show_b_img{
    width: 108px;
}
.show_b_img img{
    width: 100%;
}
.show_b_info{
    width: 120px;
}
.show_b_info a{
    font-size: 14px;
    color: #1e1e1e;
    line-height: 22px;
}
.show_b_info a:hover{
    color: #5D33F5;
}
@media only screen and (max-width:1300px) {
    .show_cs{
        width: 60%;
    }
    .show_bleft{
        width: 70%;
    }
    .show_bright{
        width: 28%;
    }
}
@media only screen and (max-width:1200px) {
    .show_cs{
        width: 48%;
    }
    .show_bleft{
        width: 68%;
    }
    .show_bright{
        width: 30%;
    }
}
@media only screen and (max-width:1024px) {
    .show_imgs{
        width: 100%;
    }
    .show_cs{
        width: 100%;
    }
    .show_bleft{
        width: 100%;
    }
    .show_bright{
        width: 100%;
        margin-top: 30px;
    }
    .mySwiper2 .swiper-slide img{
        width: 100%;
    }
    .show_cs dd{
        margin-bottom: 20px;
    }
    .show_b_info{
        width: 75%;
    }
}
@media only screen and (max-width:760px) {
    .show_m_btleft h1{
        font-size: 22px;
    }
    .show_m_btqt .show_m_span{
        font-size: 17px;
    }
    .show_cs dd{
        font-size: 18px;
    }
    .show_cs dd span{
        width: 100px;
    }
    .show_but{
        width: 100%;
    }
    .show_ba_info{
        font-size: 17px;
    }
    .show_b_info a{
        font-size: 18px;
    }
    .diannao{
        display: none;
    }
    .fenye .zong{
        font-size: 18px;
    }
}

.news_show_m{
    padding: 30px 40px;
}
.news_show_title{
    width: 100%;
    font-size: 22px;
    line-height: 26px;
    color: #000000;
    margin-bottom: 20px;
    text-align: center;
}
.news_show_qt{
    width: 100%;
    text-align: center;
    border-bottom: solid 1px #efefef;
    padding-bottom: 10px;
}
.news_show_qt span{
    font-size: 14px;
    margin-right: 30px;
}
.news_show_info{
    width: 100%;
    position: relative;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 16px;
}
.news_show_info img{
    max-width: 100%;
}

.show_page{
    border-top: solid 1px #efefef;
    padding-top: 20px;
    width: 100%;
}
.page_span{
    width: 100%;
    color: #000000;
    font-size: 14px;
}
.page_span a{
    color: #101010;
}
.page_span a:hover{
    color: #6740f5;
}
@media only screen and (max-width:1024px) {
    .news_show_info{
        font-size: 16px;
    }
}
@media only screen and (max-width:768px) {
    .news_show_info{
        font-size: 20px;
    }
    .news_show_title{
        font-size: 24px;
        line-height: 28px;
    }
    .news_show_qt span{
        font-size: 18px;
    }
    .news_show_info{
        font-size: 18px;
        line-height: 30px;
    }
    .page_span{
        font-size: 18px;
    }
}

.hor_but{
    cursor: pointer;
}

/*私信提示*/
.sms_prompt{
    position: fixed;
    right: 0;
    bottom: 0;
    width: 240px;
}
.sms_prompt_title{
    width: 100%;
    height: 36px;
    background: #5d33f6;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 0 10px;
    line-height: 34px;
}
.sms_prompt_title span{
    font-size: 14px;
    color: #ffffff;
}
.sms_prompt_title button{
    color: #ffffff;
    font-size: 14px;
    cursor:pointer;
}
.sms_prompt_info{
    border: solid 1px #cccccc;
    border-top: none;
    padding: 15px;
    text-align: center;
}
.sms_prompt_num{
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
}
.sms_prompt_info .sms_prompt_ck{
    color: #5d33f6;
}