@charset "utf-8";
* {
    margin: 0;
    padding: 0;
}

@-webkit-keyframes fadeInUps {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes fadeInUps {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

video {
    max-width: 100%;
    max-height: 100%;
    object-fit: fill;
}

.swiper-button-next:focus,
.swiper-button-prev:focus,
.swiper-button-next1,
.swiper-button-prev1,
.swiper-button-next2,
.swiper-button-prev2 {
    outline: none;
}

body * {
    box-sizing: border-box;
    /* font-family: Microsoft YaHei; */
}

video {
    max-width: 100%;
    max-height: 100%;
    /* object-fit: fill; */
    object-fit: cover;
}

::-webkit-scrollbar {
    width: 0;
}


/* 重置 */

div,
form,
p,
i,
img,
ul,
li,
ol,
dl,
dt,
dd,
table,
tr,
td,
th,
fieldset,
label,
legend,
select,
button,
input {
    margin: 0;
    padding: 0;
}

p,
li,
div {
    /* 
line-height: 20px;*/
}


/* 标题样式 */

h1,
h2,
h3,
h4,
h5,
h6 {
    /* margin: 0; */
    padding: 0;
    /* font-size: 12px; */
    font-weight: normal;
}

h1 img,
h2 img,
h3 img,
h4 img,
h5 img,
h6 img {
    margin: 0;
}


/* 列表样式 */

ul,
ol,
li,
dl,
dt,
dd {
    list-style: none;
}


/* 图片样式 */

img,
a img {
    border: 0px;
    padding: 0px;
    margin: 0px;
}

img {
    max-width: 100%;
}


/* 链接样式 */

a {
    color: #333;
    text-decoration: none;
    cursor: pointer;
    display: block;
}

a:hover,
a:focus {
    text-decoration: none !important;
}

div,
p,
span,
body {
    /* font-family: Source Han Sans CN; */
    /* font-family: Microsoft YaHei; */
    /* font-weight: 400; */
}

.m_show,
.m_img {
    display: none;
}

.other_banner img {
    width: 100%;
}

input {
    outline: none;
}

.p70 {
    padding-top: 70px;
    padding-bottom: 70px;
}

.m60 {
    margin-top: 60px;
    margin-bottom: 60px;
}

.pc_show,
.pc_img {
    display: block;
}

.m_show,
.m_img {
    display: none;
}

.over1 {
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    /*要显示的行数*/
    -webkit-box-orient: vertical;
}

.over2 {
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    /*要显示的行数*/
    -webkit-box-orient: vertical;
}

.over3 {
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    /*要显示的行数*/
    -webkit-box-orient: vertical;
}

.over4 {
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    /*要显示的行数*/
    -webkit-box-orient: vertical;
}

.over5 {
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 5;
    /*要显示的行数*/
    -webkit-box-orient: vertical;
}

.over6 {
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 6;
    /*要显示的行数*/
    -webkit-box-orient: vertical;
}

.fl_left {
    float: left;
}

.fl_right {
    float: right;
}

.clear {
    clear: both;
}

.opacity_0 {
    opacity: 0;
}

.width50 {
    width: 50%;
}

.back_img {
    background: no-repeat center/cover;
}

.sl_width1 {
    padding-left: 210px;
    padding-right: 210px;
}

.sl_width2 {
    padding-left: 105px;
    padding-right: 105px;
}

.p80 {
    /* padding-top: 80px;
    padding-bottom: 80px; */
    padding-top: 4.2vw;
    padding-bottom: 4.2vw;
}

.op_img {
    opacity: 0;
}

.zindex_p {
    position: relative;
    z-index: 12;
}

button:focus {
    outline: 0;
}

@keyframes sun {
    100% {
        background-position: -400% 0;
    }
}


/*公共顶部*/

.pc_header1 {
    background-color: #fff;
    padding-top: 22px;
    padding-bottom: 22px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.pc_header1_list {
    display: flex;
    align-items: center;
}

.pc_hlone {
    display: flex;
    align-items: center;
    margin-left: 55px;
}

.pc_hlone_text {
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    margin-left: 8px;
    line-height: 23px;
}

.pc_hlone_text2 {
    color: #F4AB01;
    font-size: 24px;
    font-weight: bold;
}

.pc_hlone_text3 {
    font-size: 22px;
}

.pc_hlone img {
    width: 52px;
    height: 52px;
}

.pc_header2 {
    /* background-image: url('../images/top_back.png'); */
    background-repeat: no-repeat;
    background-size: 100% cover;
    /* background-color: #24a2ae; */
    background-color: #2CB8C4;
    /* background-color: #2cb8c4; */
    display: flex;
    justify-content: space-between;
    background-size: 100% 100%;
    /* background-color: #1acfe3; */
}

.pc_h2list {
    display: flex;
    font-size: 16px;
    color: #fff;
    width: 73%;
    margin-left: -14px;
    height: 59px;
}

.pc_h2list .pc_2lone {
    font-size: 16px;
    color: #fff;
    padding: 17px 0;
    text-align: center;
    /* margin-left: 1vw; */
    /* min-width: 9%; */
    width: 12.5%;
    position: relative;
}

.pc_2ltext {
    position: absolute;
    top: 59px;
    left: 50%;
    transform: translateX(-50%) translateY(-20%);
    width: 100%;
    height: 0;
    z-index: 9;
    background: rgba(255, 255, 255, 0.92);
    border-radius: 0px 0px 10px 10px;
    color: #2CB8C4;
    font-size: 15px;
    /* padding: 37px 20px; */
    /* line-height: 46px; */
    opacity: 0;
    transition: all .4s ease;
    overflow: hidden;
}

.goto_url_l {
    margin-bottom: 25px;
    color: #444444;
}

.goto_url_l:last-child {
    margin-bottom: 0;
}

.pc_2lone:hover .pc_2ltext {
    padding: 1.9vw .5vw;
    transition: all .4s ease;
    opacity: 1;
    transform: translateX(-50%) translateY(0%);
    height: auto;
}

.active_lone {
    transition: all .4s ease;
}

.goto_url_l:hover {
    color: #2CB8C4;
}

.pc_2lone:first-child {
    margin-left: 0;
}

.pc_2lone {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.icon_img {
    margin-left: 6px;
    width: 13px;
    height: 8px;
}

.pc_h2list_2 {
    display: flex;
    align-items: center;
}

.p2_h2language {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: white;
}

.active_lang {
    width: 28px;
    height: 28px;
    line-height: 28px;
    background: #FFFFFF;
    border-radius: 50%;
    color: #2CB8C4 !important;
    text-align: center;
}

.p2_h2language a {
    color: #fff;
    /* font-weight: bold; */
    font-family: Microsoft YaHei;
}

.p2_lang_line {
    margin: 0 10px;
    opacity: 0.6;
}

.p2_h2search {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 16px;
    height: 32px;
    margin-left: 25px;
    color: #fff;
    padding-right: 18px;
    flex-shrink: 0;
}

.p2_h2search input {
    border: none;
    height: 100%;
    padding: 0 0px 0 20px;
    width: 140px;
    background-color: transparent;
}

.p2_h2search input::placeholder,
.pspan {
    color: #fff;
}

.p2_h2search img {
    width: 15px;
    height: 15px;
}

.pc_2lone {
    position: relative;
}

.pc_2lone::after {
    position: absolute;
    /* background: #07D2D8; */
    background: #fbbf35;
    box-shadow: 0px 3px 7px 0px rgba(16, 85, 91, 0.29);
    border-radius: 0px 0px 10px 10px;
    /* height: 70px; */
    /* height: 118%; */
    height: 116%;
    width: 100%;
    top: 0;
    left: 0;
    content: " ";
    opacity: 0;
    z-index: 10;
}

.pc_2lone:first-child::after {
    width: 73.5%;
    left: 50%;
    transform: translateX(-50%);
}

.pspan {
    position: relative;
    z-index: 15;
}

.active_lone::after {
    opacity: 1;
}

.active_lone .pspan {
    font-size: 18px;
}


/*公共底部*/

.footer_all {
    background-color: #222222;
}

.footer_1 {
    padding-top: 53px;
    padding-bottom: 40px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.f1_left_list {
    margin: 25px 0 35px;
}

.f1_lone {
    display: flex;
    align-items: flex-start;
    color: #D7DADA;
    font-size: 14px;
    margin-bottom: 20px;
    line-height: 24px;
}

.f1_lone img {
    margin-right: 14px;
    height: 24px;
}

.f1_lone_text {
    display: flex;
    align-items: baseline;
}

.f1_nav {
    display: flex;
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
}

.f1_nav a {
    color: rgba(255, 255, 255, 0.7);
    padding: 0 19px;
    position: relative;
}

.f1_nav a:first-child {
    padding-left: 0;
}

.f1_nav a:last-child::after {
    display: none;
}

.fl_nav_a::after {
    content: " ";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 70%;
    width: 1px;
    background-color: rgba(255, 255, 255, 0.7);
}

.footer1_right {
    display: flex;
}

.f1_rone {
    text-align: center;
    color: rgba(255, 255, 255, 0.7);
    font-size: 16px;
    line-height: 24px;
    margin-left: 30px;
}

.f1_rone_tit {
    margin-top: 18px;
}

.f1_rone_img {
    position: relative;
}

.f1_rone_it {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 36px;
    line-height: 36px;
    padding: 0px 10px;
    background: rgba(0, 0, 0, 0.9);
    text-align: center;
    width: 90px;
}

.footer_2 {
    padding-top: 17px;
    padding-bottom: 17px;
    border-top: 1px solid #505252;
    display: flex;
    justify-content: space-between;
    color: #A4A5A5;
}

.f2_left {
    display: flex;
}

.f2_left a {
    color: #A4A5A5;
}

.f2_left1 {
    margin-right: 23px;
    display: flex;
}

.f2_right {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.f2_right img {
    margin-left: 12px;
}

.fl_nav_a:hover {
    color: #fff;
}


/*右侧悬浮修改 start   向下到  end结束*/

/*右侧悬浮*/

.fix_right {
    position: fixed;
    right: 10px;
    z-index: 99;
    top: 60%;
    transform: translateY(-50%);
}

.fix_rone {
    position: relative;
    cursor: pointer;
}

.fix_rone:hover .fix_otext {
    opacity: 1;
    width: auto;
    transform: translateX(-50%);
    transition: all 0.4s ease-out;
}

.fix_otext {
    position: absolute;
    left: -90px;
    top: 0;
    height: auto;
    width: 0;
    transform: translateX(-80%);
    opacity: 0;
    transition: all 0.4s ease-out;
}

.fix_otext_number {
    height: 0;
    left: -110px;
    width: 200px !important;
    font-size: 16px;
    display: flex;
    overflow: hidden;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    padding: 0;
    background: #fff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
    transition: all 0s ease-out;

}
.fix_rone:hover .fix_otext.fix_otext_number {

    padding: 13px 15px;
    min-height: 80px;

}

.fix_otext_number span {
    color: #F9582D;
    font-size: 24px;
    font-weight: bold;
}

.fix_otext_img {
    width: 150px;
    max-width: 150px;
}

/*右侧悬浮修改 start   向下到  end结束*/

.fix_one {
    width: 80px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 14px;
    flex-direction: column;
    padding: 8px;
}

.fix_rone {
    margin-bottom: 6px;
}

.fix_rone:nth-child(1) .fix_one {
    background: #000000;/*28C445*/
}

.fix_rone:nth-child(2) .fix_one {
    background-color: #F9582D;
}

.fix_rone:nth-child(3) .fix_one {
    background: #0897F7;
}

.fix_rone:nth-child(4) .fix_one {
    background: #F9582D;
}

.fix_rone:nth-child(5) .fix_one {
    background: #FFFFFF;
    color: #999999;
}

.fix_one_im {
    width: 46px;
}


/*手机导航*/

.m_header {
    display: block;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 50px;
    right: -100%;
    background: rgba(0, 0, 0, .6);
    z-index: 9999;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    opacity: 0;
    visibility: hidden;
    overflow: auto;
    padding-top: 5px;
}

.m_header_nav {
    padding: 15px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 55px;
    line-height: 55px;
    box-sizing: border-box;
    background: #fff;
    z-index: 99;
}

.m_header_logo {
    width: 85px;
    /* height: 30px; */
}

.mheader_right {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 20%;
}

.mheader_right_i img {
    width: 30px;
}

.m_header_menu {
    width: 18px;
    height: 16px;
}

.m_nav_box {
    width: 100%;
    padding-left: 33%;
    box-sizing: border-box;
    height: 100%;
    position: relative;
}

.hide_m_nav {
    width: 33%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0);
}

.m_nav_ul {
    width: 100%;
    margin: 0;
    padding: 0;
    height: 100%;
    list-style: none;
    background: #fff;
    overflow: auto;
}

.m_back_h {
    background-color: white;
    display: flex;
    justify-content: space-between;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 55px;
    line-height: 55px;
    box-sizing: border-box;
    padding: 15px;
}

.m_header_close {
    width: 0.9rem;
    height: 0.9rem;
}

.parent_a {
    position: relative;
}

.m_nav_ul_p .parent_a::after {
    content: '';
    width: 0.6rem;
    height: 0.6rem;
    background: url(../images/nav_arrow.png) no-repeat;
    background-size: 100% auto;
    background-position: center center;
    position: absolute;
    right: 0.8rem;
    top: 50%;
    margin-top: -0.325rem;
}

.m_nav_ul_p.show_nav .parent_a::after {
    content: '';
    width: 0.6rem;
    height: 0.6rem;
    background: url(../images/nav_arrow_b.png) no-repeat;
    background-size: 100% auto;
    background-position: center center;
    position: absolute;
    right: 0.8rem;
    top: 50%;
    margin-top: -0.325rem;
}

.m_nav_ul_p.show_nav .m_nav_div {
    display: inline-block;
}

.m_nav_div {
    width: 100%;
    display: none;
    /* padding: 0 0.8rem; */
    background: #F7F7F7;
}

.m_nav_ul li {
    display: inline-block;
    width: 100%;
    line-height: 50px;
    border-bottom: 1px solid #ececec;
}

.m_nav_ul li a {
    display: inline-block;
    width: 100%;
    line-height: 50px;
    font-size: 14px;
    color: #333;
    padding: 0 20px;
}

.pc_li_a1 {
    position: relative;
}

.pc_li_a1::after {
    background-color: #B80011;
    opacity: 0;
    content: " ";
    bottom: 0px;
    height: 4px;
    position: absolute;
    width: 0%;
    transition: .5s;
    left: 50%;
}

.flex_pc {
    display: flex;
    flex-wrap: wrap;
}

.flex_pc1 {
    display: flex;
    align-items: baseline;
}

.opacity_img {
    opacity: 1;
}

.opacity_img {
    opacity: 0;
}


/*手机导航结束*/


/*分页*/

.pages_all {
    display: flex;
    align-items: center;
}

.pages_aone {
    background: #FFFFFF;
    border: 1px solid #D8D8D8;
    padding: 5px;
    color: #666666;
    font-size: 16px;
    width: 40px;
    height: 40px;
    line-height: 30px;
    text-align: center;
}

.pages_alist {
    display: flex;
    align-items: center;
}

.pages_alist .pages_aone {
    margin: 0 7px 0 0;
}

.pages_alist .pages_aone:first-child {
    margin-left: 7px;
}

.pages_prev,
.pages_next {
    width: 96px;
    height: 40px;
}

.pages_aone_active {
    background-color: #2CB8C4;
    border: none;
    color: #fff;
}

.pages_aone:hover {
    background-color: #2CB8C4;
    border: none;
    color: #fff;
}


/*遮罩*/

.zhe_div {
    position: fixed;
    z-index: 40;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    top: 0;
    left: 0;
}

.buy_zall {
    position: fixed;
    top: 50%;
    left: 50%;
    background-color: #fff;
    width: 500px;
    height: 550px;
    border-radius: 10px;
    transform: translate(-50%, -50%);
    z-index: 41;
    font-family: Source Han Sans CN;
    font-weight: 400;
    max-width: 90%;
    max-height: 90%;
}

.buy_ztop {
    position: relative;
    padding: 15px 18px;
    color: #fff;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.close_buy {
    /* position: absolute;
    top: 15px;
    right: 18px; */
    text-align: right;
    cursor: pointer;
}

.close_buy img {
    width: 17px;
}

.buy_ztop_text {
    text-align: center;
    font-size: 14px;
    /* margin-top: 5px; */
    margin-bottom: 10px;
}

.buy_ztop_text1 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 5px;
}

.buy_from {
    padding: 30px;
}

.buy_from_one {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 16px;
    color: #333333;
    margin-bottom: 18px;
}

.buy_x {
    color: #FF0000;
}

.buy_from_t {
    width: 22%;
}

.buy_t {
    display: inline-block;
    width: 92%;
    text-align: justify;
    text-justify: distribute-all-lines;
    text-align-last: justify;
}

.buy_from_one input {
    border: none;
    background: #F5F5F5;
    height: 42px;
    padding: 0 20px;
    /* margin-left: 10px; */
    width: 77%;
}

.buy_from_one input::placeholder {
    color: #999999;
}

.buy_sub {
    display: flex;
    margin-top: 31px;
}

.buy_sub_btn {
    width: 160px;
    height: 46px;
    background: #2CB8C4;
    color: #FFFFFF;
    text-align: center;
    line-height: 46px;
    cursor: pointer;
}

.no_show {
    display: none;
}

.tips_all {
    position: fixed;
    bottom: 0;
    width: 100vw;
    height: 0px;
    /* background-color: rgba(255, 0, 0, .4); */
    background-color: #2CB8C4;
    left: 0;
    z-index: 999;
    color: white;
    text-align: center;
    transition: .5s;
    transform: translateY(-10px);
}

.hide_this {
    opacity: 0;
    height: 0px;
    transition: .5s;
    transform: translateY(-10px);
}

.tips_this {
    opacity: 1;
    height: 50px;
    transition: .5s;
    transform: translateY(0px);
    line-height: 50px;
}

@media(min-width:1671px) and (max-width:1850px) {
    .sl_width1 {
        padding-left: 9.3%;
        padding-right: 9.3%;
    }
    .sl_width2 {
        padding-left: 4.2%;
        padding-right: 4.2%;
    }
}

@media(min-width:1500px) and (max-width:1670px) {
    .sl_width1 {
        padding-left: 6.3%;
        padding-right: 6.3%;
    }
    .sl_width2 {
        padding-left: 1.3%;
        padding-right: 1.3%;
    }
}

@media(min-width:1332px) and (max-width:1500px) {
    .sl_width1 {
        padding-left: 3%;
        padding-right: 3%;
    }
    .sl_width2 {
        padding-left: .6%;
        padding-right: .6%;
    }
    .swiper-button-prev2 {
        margin-right: 17px !important;
    }
    .swiper-button-next2 {
        margin-left: 17px !important;
    }
}

@media(min-width:1025px) and (max-width:1331px) {
    .pc_h2list .pc_2lone {
        font-size: 14px;
    }
    .active_lone .pspan {
        font-size: 16px;
    }
    .sl_width1 {
        padding-left: 2%;
        padding-right: 2%;
    }
    .sl_width2 {
        padding-left: .6%;
        padding-right: .6%;
    }
    .swiper-button-prev2 {
        margin-right: 17px !important;
    }
    .swiper-button-next2 {
        margin-left: 17px !important;
    }
    .pc_2ltext {
        font-size: 13px;
    }
}

@media(min-width:1024px) and (max-width:1200px) {
    .f1_nav a {
        padding: 0 15px;
    }
    .f1_rone {
        margin-left: 20px;
    }
    .f1_nav a:last-child {
        padding-right: 0;
    }
    .f1_rone_img>img {
        width: 140px;
    }
    .pc_2ltext {
        font-size: 12px;
    }
    .sl_width2 {
        padding-left: .6%;
        padding-right: .6%;
    }
    .swiper-button-prev2 {
        margin-right: 17px !important;
    }
    .swiper-button-next2 {
        margin-left: 17px !important;
    }
}

@media screen and (max-width: 1024px) {
    .fl_left,
    .fl_right {
        float: none;
    }
    .sl_width1,
    .sl_width2 {
        padding-left: 15px;
        padding-right: 15px;
    }
    .pc_show,
    .pc_img,
    .pc_header,
    .pc_show_flex {
        display: none !important;
    }
    .m_show,
    .m_img {
        display: block;
    }
    .banner_fa,
    .banner_all {
        margin-top: 55px;
    }
    .opacity_img {
        display: none;
    }
    .p70,
    .p80 {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .close_buy img {
        width: 14px;
    }
    .buy_ztop_text1 {
        font-size: 16px;
    }
    .buy_ztop_text {
        font-size: 13px;
    }
    .buy_ztop {
        padding: 8px 15px;
    }
    .buy_from {
        padding: 25px 20px;
    }
    .buy_from_t {
        display: none;
    }
    .buy_from_one {
        margin-bottom: 15px;
        font-size: 14px;
    }
    .buy_from_one input {
        width: 100%;
        height: 40px;
    }
    .buy_zall {
        height: auto;
        border-radius: 5px;
    }
    .buy_ztop {
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
    }
    .buy_sub_btn {
        width: 100%;
        height: 40px;
        line-height: 40px;
        font-size: 15px;
    }
    .buy_sub {
        margin-top: 25px;
    }
    /*底部*/
    .footer_1 {
        padding-top: 35px;
        padding-bottom: 25px;
        display: block;
    }
    .f2_left1 {
        text-align: center;
        margin-bottom: 8px;
        margin-right: 0;
    }
    .f2_left {
        font-size: 13px;
        text-align: center;
    }
    .footer_2 {
        padding-bottom: 12px;
        display: block;
    }
    .f2_left,
    .f2_left1 {
        display: block;
    }
    .f1_lone img {
        height: 23px;
        margin-right: 12px
    }
    .f1_rone_img img {
        width: 100px;
    }
    .f1_rone {
        margin-left: 0;
        margin-right: 15px;
        font-size: 12px;
    }
    .f1_rone:nth-child(2n) {
        margin-right: 0;
    }
    .footer1_right {
        justify-content: center;
    }
    .f1_rone_tit {
        margin-top: 7px;
    }
    .f1_lone {
        margin-bottom: 14px;
    }
    .marea_text {
        display: inline-block;
    }
    /*弹框*/
    .tips_this {
        height: 40px;
        line-height: 40px;
        font-size: 13px;
    }
}