    body {
        font-family: "Microsoft YaHei";
    }
    
    a:hover {
        color: #05C9C5;
    }
    
    .marTop50 {
        margin-top: 50px;
    }
    
    .header {
        background-color: #fff;
        /* width: 100%;
    position: fixed;
    left: 0px;
    right: 0px;
    top: 0px; */
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        z-index: 99999;
    }
    
    .header_top {
        line-height: 40px;
        background-color: #f8f8f8;
    }
    
    .header_top_ul {
        display: flex;
        justify-content: space-between;
        color: #888;
    }
    
    .tuichu {
        background-color: transparent;
        color: #05C9C5;
        border: 0px;
    }
    
    .tuichu:hover {
        color: #05C9C5;
    }

    .header_top_a {
        color: #888;
        padding: 0px 25px;
        border-left: 1px solid #e3e3e3;
    }
    
    .header_top_a:first-child {
        border-left: 0px;
    }
    
    .header_top_a:hover {
        color: #05C9C5;
    }
    
    .logo-search {
        display: flex;
        align-items: center;
    }
    
    .search_div {
        display: flex;
        justify-content: flex-end;
    }
    
    .search_text {
        width: 300px;
        height: 36px;
        border: 2px solid #05C9C5;
        padding: 0px 8px;
    }
    
    .search_text::-webkit-input-placeholder {
        color: #999;
    }
    
    .search_btn {
        width: 80px;
        height: 40px;
        border: 2px solid #05C9C5;
        background-color: #05C9C5;
        color: #fff;
    }
    
    .search_hot {
        text-align: left;
        margin-top: 10px;
    }
    
    .search_hot a {
        margin-left: 10px;
        color: #999
    }
    
    .search_hot a:hover {
        color: #05C9C5;
    }
    
    .logo {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    
    .logo img {
        max-width: 230px;
        max-height: 70px;
    }
    
    .ygnav {
        text-align: center;
        background: transparent;
        color: #333;
        display: flex;
        justify-content: space-between;
    }
    
    .layui-nav .layui-nav-item a {
        font-size: 16px;
        color: #333;
    }
    
    .layui-nav .layui-this:after,
    .layui-nav-bar,
    .layui-nav-tree .layui-nav-itemed:after {
        background-color: #05C9C5;
    }
    
    .layui-nav .layui-this a {
        color: #05C9C5;
    }
    
    .layui-nav .layui-nav-item a:hover {
        color: #05C9C5;
    }
    
    .logoBar {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    
    .nav_btn {
        display: none;
    }
    
    .layui-btn-normal {
        background-color: #05C9C5;
    }
    
    .nav_ceng {
        display: none;
        position: absolute;
        left: 0px;
        right: 0px;
        top: 60px;
        z-index: 999;
        background-color: #fff;
    }
    
    .nav_ceng dd {
        border-bottom: 1px solid #eee;
        line-height: 44px;
    }
    
    .layui-this .nav_ceng a {
        color: #333;
    }
    
    .layui-this .nav_ceng a:hover {
        color: #05C9C5;
    }
    
    .layui-nav-item:hover .nav_ceng {
        display: block;
    }
    
    @media(max-width:1024px) {
        #phone_nav {
            display: none;
        }
        .nav_btn {
            display: block;
        }
        .ygnav {
            padding: 0px;
            text-align: center;
        }
        .ygnav .layui-nav-item {
            display: block;
            line-height: 44px;
            border-top: 1px solid #eee;
        }
        .layui-nav .layui-this:after,
        .layui-nav-bar,
        .layui-nav-tree .layui-nav-itemed:after {
            height: 3px;
        }
    }
    /* å¤´éƒ¨æ ·å¼ç»“æŸ */
    
    .slideBar {
        /* margin-top: 190px; */
        text-align: center;
    }
    
    @media(max-width:1024px) {
        .slideBar {
            margin-top: 54px;
            height: 350px !important;
        }
        .slideBar img {
            width: 100%;
            height: 100%;
        }
        .topBg {
            height: 245px !important;
        }
    }
    
    @media(max-width:414px) {
        .slideBar {
            margin-top: 54px;
            height: 148px !important;
        }
        .slideBar img {
            width: 100%;
        }
    }
    /* ç¬¬ä¸€å—æ ·å¼ */
    
    .bgColorgray {
        background-color: #f4f4f4;
    }
    
    .ad_1a {
        width: 50%;
        float: left;
        margin-bottom: 10px;
    }
    
    .ad_1a a {
        display: block;
        margin-right: 10px;
    }
    
    .ad_1a img {
        width: 100%;
    }
    /* é¦–é¡µæ ‡é¢˜æ ·å¼ */
    
    .marL20 {
        margin-left: 20px;
    }
    
    .titleBar {
        text-align: left;
    }
    
    .title {
        font-size: 24px;
        display: flex;
        align-items: center;
    }
    
    .title i {
        display: block;
        text-align: center;
        width: 20px;
        line-height: 20px;
        border: 1px solid #999;
        border-radius: 50px;
        margin-left: 10px;
        transition: all 0.3s ease;
        color: #999;
    }
    
    .titleBar a:hover {
        color: #000;
    }
    
    .titleBar a:hover i {
        transform: translateX(10px);
    }
    /* å¥—é¤æ ·å¼ */
    
    .tc_list {
        transition: all 0.3s ease;
    }
    
    .tc_list a {
        display: block;
        margin-right: 10px;
    }
    
    .tc_list img {
        max-width: 100%;
    }
    
    .tc_list:hover {
        transform: translateY(-10px);
    }
    
    .tc_title {
        font-size: 16px;
        margin: 10px 0px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    
    .tc_price {
        display: flex;
        justify-content: space-between;
        font-size: 12px;
    }
    
    .tc_price b {
        font-size: 18px;
    }
    
    .colorRed {
        color: #F72323;
    }
    
    .yuanjia {
        margin-left: 10px;
        text-decoration: line-through;
    }
    /* èµ„è®¯æ ·å¼ */
    
    .font30 {
        font-size: 30px;
    }
    
    .ad_img img {
        max-width: 100%;
    }
    
    .list {}
    
    .list_item {
        margin-bottom: 40px;
        margin-bottom: 20px;
        transition: all 0.3s ease;
    }
    
    .list_item:hover {
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
        transform: translateX(-10px);
    }
    
    .list_item a {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    
    .list_item a:hover {
        color: #05C9C5;
    }
    
    .width90 {
        width: 90px;
    }
    
    .list_left {
        width: 200px;
        height: 150px;
        overflow: hidden;
        margin-right: 30px;
    }
    
    .list_left img {
        max-width: 100%;
    }
    
    .list_main {
        flex: 1;
    }
    
    .list_main h1 {
        font-size: 20px;
        height: 48px;
        overflow: hidden;
        margin-bottom: 10px;
    }
    
    .list_main p {
        color: #999;
        max-height: 38px;
        overflow: hidden;
        margin-top: 10px;
    }
    
    .textCenter {
        text-align: center;
        justify-content: center;
    }
    
    .more_btn {
        padding: 10px 20px;
        min-width: 120px;
        border: 1px solid #e1e1e1;
        border-radius: 250px;
        display: inline-block;
        margin-top: 20px;
    }
    
    .more_btn i {
        margin-left: 10px;
    }
    
    .more_btn:hover {
        color: #05C9C5;
        border: 1px solid #05C9C5;
    }
    
    .clear {
        clear: both;
    }
    
    .color9 {
        color: #999;
    }
    
    .marTop20 {
        margin-top: 20px;
    }
    /* å…³äºŽåŽä¿¡ */
    
    .padTB30 {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    
    .huaxin_left {
        margin-right: 13px;
        position: relative;
    }
    
    .huaxin_left img,
    .hx_div img {
        max-width: 100%;
    }
    
    .jianjie {
        position: absolute;
        left: 0px;
        bottom: 0px;
        background-color: rgba(0, 0, 0, 0.5);
        color: #fff;
        padding: 30px;
        width: 50%;
        transition: all 0.3s ease;
    }
    
    .jianjie dt {
        font-size: 20px;
        margin-bottom: 20px;
        padding-bottom: 20px;
        position: relative;
    }
    
    .jianjie dt::after {
        content: "";
        border-bottom: 3px solid #fff;
        width: 40px;
        position: absolute;
        left: 0px;
        bottom: 0px;
    }
    
    .jianjie dd {
        text-align: justify;
        line-height: 2;
        transition: all 0.3s ease;
    }
    
    .hx_div {
        position: relative;
    }
    
    .hx_div:first-child {
        margin-bottom: 5px;
    }
    
    .hx_div:last-child {
        margin-top: 13px;
    }
    
    .hx_div p {
        position: absolute;
        left: 0px;
        bottom: 0px;
        right: 0px;
        background-color: rgba(0, 0, 0, 0.5);
        color: #fff;
        padding: 10px 15px;
    }
    /* ************* */
    
    .lb_item {
        position: relative;
    }
    
    .ib_title {
        position: absolute;
        left: 0px;
        right: 0px;
        bottom: 0px;
        height: 48px;
        line-height: 48px;
        background-color: rgba(0, 0, 0, 0.5);
        color: #fff;
        padding: 0px 65px 0px 10px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    
    .news_img .layui-carousel-ind {
        text-align: right;
    }
    
    .layui-carousel-ind ul {
        background-color: transparent;
    }
    
    .layui-carousel-ind li.layui-this {
        background-color: #05C9C5;
    }
    
    @media (max-width:991px) {
        .list {
            margin-left: 0px;
        }
        .title {
            font-size: 20px;
            background-size: 24px;
            padding-left: 40px;
        }
        .marTop50 {
            margin-top: 25px;
        }
        .news_img {
            height: 92vw !important;
        }
        .list_main {
            margin-left: 100px;
        }
        .list_date {
            width: 80px;
        }
        .list_item {
            height: 80px;
            margin-bottom: 15px;
            display: flex;
            flex-wrap: wrap;
            align-items: center;
        }
        .list_main h1 {
            font-size: 16px;
            height: auto;
        }
        .list_main p {
            display: none;
        }
        .lb_item img {
            height: 100%;
        }
    }
    /* é€‰æ‹©åŽä¿¡ç†ç”± */
    
    .liyou_bg {
        background: url(../images/sb1.jpg) no-repeat center top, url(../images/sb3.jpg) no-repeat center bottom, url(../images/sb2.jpg) repeat-y center;
        padding-top: 270px;
        padding-bottom: 260px;
    }
    
    .liyou_bg h2 {
        font-size: 36px;
    }
    
    .liyou_bg span {
        font-size: 18px;
        margin-top: 20px;
    }
    
    .liyou {
        width: 80%;
        margin: 70px auto;
        display: flex;
        justify-content: space-between;
    }
    
    .liyou_item {
        width: 30%;
        display: flex;
    }
    
    .liyou_left {
        width: 66px;
        height: 66px;
        display: flex;
        justify-content: center;
        align-items: center;
        border: 1px solid #333;
        border-radius: 10px;
    }
    
    .liyou_left img {
        width: 48px;
    }
    
    .liyou_right {
        flex: 1;
        margin-left: 20px;
    }
    
    .liyou_right h3 {
        font-weight: bold;
        font-size: 16px;
    }
    
    .liyou_right p {
        margin-top: 10px;
        color: #777;
    }
    /* æ°´è´¨åŠ¨æ€ */
    
    .shuizhi .more_btn {
        border: 1px solid #999;
    }
    
    @media(max-width:991px) {
        .shuizhi {
            padding-top: 25px;
            padding-bottom: 25px;
        }
    }
    
    .colorgray {
        background-color: #ddd;
    }
    
    .dibu_part1 {
        padding: 30px 0px;
        display: flex;
        justify-content: space-between;
    }
    
    .dibu_part1 .title {
        font-size: 20px;
        margin-bottom: 20px;
    }
    
    .db_link {
        flex: 1;
    }
    
    .link_main {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    
    .link_main a {
        display: block;
        width: 32%;
        background-color: #e3e3e3;
        text-align: center;
        padding: 10px;
        box-sizing: border-box;
        margin-bottom: 10px;
        border-radius: 5px;
    }
    
    .link_main a:hover {
        background-color: #05C9C5;
        color: #fff;
    }
    
    .db_dizhi {
        width: 300px;
        margin-left: 17px;
    }
    
    .db_dizhi p {
        margin-bottom: 15px;
    }
    
    .db_weixin {
        width: 100px;
        margin-left: 15px;
    }
    
    .db_weixin img {
        width: 100%;
    }
    
    .dibu {
        text-align: center;
        padding: 15px 0px;
    }
    
    .topBg {
        height: 245px;
        background: url("../images/bg.jpg") no-repeat center;
    }
    
    .zx_list {
        background: url("../images/bg_zx.jpg") no-repeat center;
    }
    
    .siren {
        background: url("../images/siren.jpg") no-repeat center;
    }
    
    .footerBar {
        position: fixed;
        left: 0px;
        bottom: 0px;
        right: 0px;
        z-index: 98;
    }
    
    @media(max-width:768px) {
        .topBg {
            height: 175px !important;
            background-size: auto 100%;
        }
    }
    /* æ‚¬æµ®æ¡†æ ·å¼ */
    
    .fixbar_right {
        width: 96px;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
        position: fixed;
        right: 10px;
        top: 20%;
    }
    
    .fixbar_right li {
        position: relative;
        background-repeat: no-repeat;
        background-size: 32px auto;
        background-position: top center;
        padding: 20px;
        border-bottom: 1px solid #eee;
        background-origin: content-box;
        text-align: center;
        color: #666;
        background-color: #fff;
    }
    
    .fixbar_right li:first-child {
        border-radius: 5px 5px 0px 0px;
    }
    
    .fixbar_right li:last-child {
        border-radius: 0px 0px 5px 5px;
        border-bottom: 0px;
    }
    
    .right_a {
        display: block;
        padding-top: 36px;
    }
    
    .fixbar_right li p {
        text-align: center;
    }
    
    .cart {
        background-image: url(../images/fix_img1.png);
    }
    
    .advice {
        background-image: url(../images/fix_img2.png);
        background-size: 36px auto;
    }
    
    .telPhone {
        background-image: url(../images/fix_img3.png);
    }
    
    .erweima {
        background-image: url(../images/fix_img4.png);
    }
    
    .top_btn {
        background-image: url(../images/fix_img5.png);
    }
    
    .cart_num {
        display: block;
        width: 16px;
        line-height: 16px;
        position: absolute;
        right: 20px;
        top: 15px;
        background-color: #FB7A21;
        font-size: 12px;
        color: #fff;
        border-radius: 50px;
    }
    
    .fixbar_right li:hover {
        background-color: #05C9C5;
    }
    
    .fixbar_right li:hover .right_a {
        color: #fff;
    }
    
    .fixbar_right .cart:hover {
        background-image: url(../images/fix_img1-1.png);
    }
    
    .fixbar_right .advice:hover {
        background-image: url(../images/fix_img2-1.png);
    }
    
    .fixbar_right .telPhone:hover {
        background-image: url(../images/fix_img3-1.png);
    }
    
    .fixbar_right .erweima:hover {
        background-image: url(../images/fix_img4-1.png);
    }
    
    .fixbar_right .top_btn:hover {
        background-image: url(../images/fix_img5-1.png);
    }
    
    .fixbar_right li:hover .cart_num {
        background-color: #fff;
        color: #05C9C5;
    }
    
    .fixbar_c {
        position: relative;
        position: absolute;
        right: 96px;
        top: 0px;
        background-color: #fff;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
        display: flex;
        display: none;
        min-height: 95px;
        z-index: 99;
    }
    
    .fixbar_right li:hover .fixbar_c {
        display: flex;
    }
    
    .fixbar_c::before {
        content: "";
        border: 8px solid transparent;
        border-left: 8px solid #fff;
        position: absolute;
        right: -16px;
        top: 40px;
    }
    
    .zx {
        width: 96px;
        margin: 21px 0px;
        border-right: 1px solid #eee;
        background-repeat: no-repeat;
        background-size: 32px auto;
        background-position: top center;
        padding-top: 35px;
        text-align: center;
        color: #666;
    }
    
    .zx:last-child {
        border-right: 0px;
    }
    
    .zx1 {
        background-image: url(../images/zx1.png);
    }
    
    .zx2 {
        background-image: url(../images/zx2.png);
    }
    
    .zx3 {
        background-image: url(../images/zx3.png);
    }
    
    .zx1:hover {
        background-image: url(../images/zx1-1.png);
    }
    
    .zx2:hover {
        background-image: url(../images/zx2-1.png);
    }
    
    .zx3:hover {
        background-image: url(../images/zx3-1.png);
    }
    
    .telPhone_div {
        align-items: center;
        font-size: 16px;
    }
    
    .telPhone_div p {
        text-align: center;
        min-width: 250px;
    }
    
    .gzh {
        flex-wrap: wrap;
        padding: 15px 15px 0px;
    }
    
    .gzh p {
        width: 100%;
        padding: 10px 0px;
    }
    
    .gzh img {
        display: block;
        width: 100px;
    }
    /* ä½“æ£€åˆ—è¡¨åˆ†ç±»æ ·å¼ */
    
    .fenlei {
        display: flex;
        padding: 5px 20px;
        border: 1px solid #eee;
    }
    
    .fenlei dt {
        width: 32px;
        margin-top: 15px;
        color: #999;
    }
    
    .fenlei dd {
        flex: 1;
        color: #333;
    }
    
    .fenlei dd a {
        display: inline-block;
        min-width: 86px;
        margin: 5px 10px;
        padding-top: 5px;
        padding-bottom: 5px;
        text-align: center;
    }
    
    .fenlei dd span {
        padding: 5px 15px;
        border-radius: 3px;
    }
    
    .fenlei dd span:hover {
        background-color: #05C9C5;
        color: #fff;
    }
    
    .fenlei_focus {
        background-color: #05C9C5;
        color: #fff;
    }
    
    .tj_shaixuan {
        background-color: #f4f4f4;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    
    .shaixuan_left {
        display: flex;
        align-items: center;
        padding: 5px;
    }
    
    .shaixuan_left .layui-table-cell {
        border-right: 1px dashed #ddd;
        cursor: pointer;
    }
    
    .shaixuan_left .layui-table-cell:hover {
        color: #05C9C5;
    }
    
    .tj_fenye {
        margin-right: 10px;
        color: #333;
    }
    
    .tj_fenye .layui-table-page {
        border: 0px;
        padding: 0px;
        height: auto;
    }
    
    .layui-laypage .layui-laypage-curr .layui-laypage-em {
        background-color: #05C9C5;
    }
    /* æ°´åŽ‚é¦–é¡µ */
    
    .wenjuan {
        width: 120px;
        box-sizing: border-box;
        padding: 10px;
        background-color: #ddd;
        position: fixed;
        right: 5%;
        top: 45%;
        z-index: 9998;
        text-align: center;
    }
    
    .wenjuan img {
        width: 100%;
        margin-bottom: 10px;
    }
    
    .about_main {
        overflow: hidden;
    }
    
    .about_main img {
        display: block;
        margin: 10px auto;
    }
    /* èµ„è®¯åˆ—è¡¨ */
    /* å¥åº·èµ„è®¯åˆ—è¡¨ */
    
    .bq_new,
    .bq_istop {
        padding: 2px 6px;
        color: #fff;
        font-size: 12px;
        margin-right: 10px;
    }
    
    .bq_new {
        background-color: #05C9C5;
    }
    
    .bq_istop {
        background-color: #FB7A21;
    }
    
    .zixun .list_item {
        padding: 19px;
        margin-bottom: 0px;
        transition: all 0.3s ease;
        border-radius: 10px;
    }
    
    .zixun .list_item_focus {
        box-shadow: 0 0 7px #ddd;
        transform: scale(1.02);
    }
    
    .yg_page {
        text-align: center;
        margin-top: 30px;
    }
    
    .yg_page a,
    .yg_page span {
        margin-left: 5px;
        margin-right: 5px;
        height: 32px;
        line-height: 32px;
    }
    
    .yg_page .layui-laypage-em {
        background-color: #05C9C5;
    }
    /* è¯¦æƒ…æ ·å¼ */
    
    .mbx_nav {
        border-bottom: 1px solid #eee;
        padding-bottom: 15px;
        margin-top: 15px;
    }
    
    .mbx_nav a:hover {
        color: #05C9C5 !important;
    }
    
    .fabuDate {
        color: #999;
        margin-top: 20px;
    }
    /* ç§äººè®¢åˆ¶æ ·å¼ */
    
    .liuceng {
        text-align: center;
        display: flex;
        justify-content: center;
    }
    
    .liuceng li {
        position: relative;
        padding-left: 50px;
        padding-right: 50px;
        color: #666;
    }
    
    .liuceng li::after {
        content: "";
        position: absolute;
        right: 0px;
        top: 20px;
        z-index: -1;
        width: 50%;
        border-top: 2px solid #ddd;
    }
    
    .liuceng .liuceng_this::after {
        border-top: 2px solid #05C9C5;
    }
    
    .liuceng li::before {
        content: "";
        position: absolute;
        left: 0px;
        top: 20px;
        z-index: -1;
        width: 50%;
        border-top: 2px solid #ddd;
    }
    
    .liuceng .liuceng_this::before {
        border-top: 2px solid #05C9C5;
    }
    
    .liuceng li:first-child::before {
        border-top: 0px;
    }
    
    .liuceng li:last-child::after {
        border-top: 0px;
    }
    
    .liuceng h1 {
        margin: 0px auto 15px;
        border: 1px solid #888;
        background-color: #fff;
        width: 40px;
        line-height: 40px;
        font-size: 20px;
        border-radius: 50px;
    }
    
    .liuceng_this h1 {
        border: 1px solid #05C9C5;
        background-color: #05C9C5;
        color: #fff;
    }
    
    .liuceng_this p {
        color: #05C9C5;
        font-weight: bold;
    }
    
    .siren_title {
        font-size: 20px;
        padding-bottom: 20px;
        border-bottom: 1px solid #eee;
        margin-bottom: 10px;
        font-weight: bold;
    }
    
    .siren_title span {
        font-size: 12px;
        font-weight: normal;
        margin-left: 15px;
    }
    
    .ziliao {
        border-left: 1px solid #eee;
        padding-left: 30px;
    }
    
    .ziliao1 {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    
    .ziliao1 li {
        width: 50%;
        border-bottom: 1px solid #eee;
        margin-bottom: 10px;
    }
    
    .ziliao1 .layui-form-label {
        width: 60px;
        text-align: justify;
        text-align-last: justify;
        padding: 9px 0px;
    }
    
    .ziliao1 .layui-input-block {
        margin-left: 85px;
    }
    
    .ziliao1 .layui-input {
        border: 0px;
    }
    
    .ziliao1 .layui-form-item {
        margin-bottom: 10px;
    }
    
    .ziliao_fxk {
        border-bottom: 1px solid #eee;
        margin-bottom: 10px;
        padding-bottom: 20px;
    }
    
    .ziliao_fxk h2 {
        font-size: 18px;
    }
    
    .ziliao_fxk .layui-form-checkbox[lay-skin=primary] {
        min-width: 100px;
        margin-top: 20px;
    }
    
    .jiwangshi {
        padding-bottom: 10px;
    }
    
    .jiwangshi .layui-form-checkbox[lay-skin=primary] {
        min-width: 120px;
    }
    
    .jiwangshi_text {
        margin-top: 10px;
    }
    
    .jiwangshi_text input {
        border: 0px;
        padding-left: 0px;
    }
    
    .layui-form-radio>i:hover,
    .layui-form-radioed>i {
        color: #05C9C5;
    }
    
    .layui-form-checked[lay-skin=primary] i {
        border-color: #05C9C5!important;
        background-color: #05C9C5;
    }
    
    .layui-btn {
        background-color: #11bbb8;
        padding: 0px 35px;
    }
    
    .sx_xiangmu .layui-form-label {
        padding: 9px 0px;
        width: auto;
    }
    
    .sx_xiangmu .layui-input-block {
        margin-left: 50px;
    }
    
    .layui-form-checked span,
    .layui-form-checked:hover span {
        background-color: #05C9C5;
    }
    
    .layui-form-checked i,
    .layui-form-checked:hover i {
        color: #05C9C5;
    }
    
    .sr_item .layui-colla-title {
        padding-left: 105px;
        font-size: 16px;
        font-weight: bold;
        color: #000;
    }
    
    .sr_item .layui-colla-icon {
        right: 15px;
        font-weight: normal;
        left: auto;
    }
    
    .layui-colla-item {
        position: relative;
    }
    
    .sr_item_select {
        position: absolute;
        z-index: 9999;
        left: 5px;
        top: 0px;
        height: 42px;
        padding-left: 10px;
        display: flex;
        align-items: center;
    }
    
    .sr_item_select .layui-form-checkbox span {
        font-size: 18px;
        font-weight: bold;
        color: #000;
    }
    
    .sr_item_select .layui-form-checked span,
    .sr_item_select .layui-form-checked:hover span {
        background-color: transparent;
    }
    
    .xm_price {
        margin-left: 30px;
        font-weight: normal;
    }
    
    .xm_price b {
        font-size: 18px;
        margin-left: 3px;
    }
    
    .sr_item .layui-collapse {
        border: 0px;
    }
    
    .sr_item .layui-colla-item {
        margin-top: 10px;
    }
    
    .sr_item .layui-colla-item {
        border: 1px solid #e6e6e6;
    }
    
    .xm_item {
        display: flex;
        color: #333;
        margin-bottom: 20px;
    }
    
    .xm_item_label {
        width: 90px;
        font-size: 14px;
        font-weight: bold;
    }
    
    .xm_item_p {
        flex: 1;
    }
    
    .sr_tijiao {
        margin-top: 10px;
        background-color: #f8f8f8;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    
    .quanxuan {
        margin-left: 15px;
    }
    
    .tj_right {
        display: flex;
        justify-content: right;
        align-items: center;
    }
    
    .tj_right .layui-btn {
        height: 48px;
        margin-left: 20px;
    }
    
    .tj_right b {
        font-size: 20px;
    }
    
    .colorOrg {
        color: #FB7A21;
    }
    
    .tjdd_title {
        font-size: 14px;
        margin-top: 20px;
    }
    
    .tjdd_title label {
        font-weight: bold;
        display: inline-block;
        min-width: 80px;
        text-align: justify;
        text-align-last: justify;
        margin-right: 15px;
    }
    
    .tjdd_title span {
        font-size: 12px;
    }
    
    .tjdd_item {
        margin-top: 15px;
    }
    
    .tjdd_item .layui-form-label {
        padding: 9px 0px;
        margin-right: 15px;
    }
    
    .tjdd_item .layui-input-block {
        margin-left: 0px;
    }
    
    .marTop10 {
        margin-top: 10px;
    }
    
    .fapiao_btn {
        border: 0px;
        background-color: transparent;
        color: #FB7A21;
        margin-left: 30px;
        cursor: pointer;
    }
    
    .xiangmu_table {
        width: 100%;
        margin-top: 15px;
        line-height: 28px;
        text-align: center;
    }
    
    .xiangmu_table th {
        background-color: #f4f4f4;
        padding: 8px 10px;
    }
    
    .xiangmu_table td {
        padding: 20px 10px;
    }
    
    .xiangmu_table tr:nth-child(2n+1) {
        background-color: #F6FDFD;
    }
    
    .quan_div {
        display: flex;
        flex-wrap: wrap;
    }
    
    .yhquan {
        width: 280px;
        margin-right: 15px;
        margin-bottom: 10px;
        border-width: 1px;
        border-style: solid;
        border-radius: 5px;
        display: inline-flex;
        align-items: center;
        border-color: #FB7A21;
    }
    
    .jinyong_quan {
        border-color: #bbb;
    }
    
    .yhquan dt {
        width: 100px;
        text-align: center;
        border-right-width: 1px;
        border-right-style: dashed;
        padding: 25px 10px;
        box-sizing: border-box;
        font-size: 28px;
        color: #FB7A21;
    }
    
    .jinyong_quan dt {
        color: #999;
    }
    
    .yhquan dt span {
        font-size: 16px;
        margin-right: 5px;
    }
    
    .yhquan dd {
        min-width: 150px;
        font-size: 12px;
        color: #999;
        padding: 10px 20px;
    }
    
    .bukeyong_bq {
        display: inline-block;
        padding: 3px 10px;
        background-color: #eee;
        margin-top: 5px;
    }
    
    .yilingqu_bq {
        display: inline-block;
        padding: 3px 10px;
        background-color: #FFF4EC;
        margin-top: 5px;
        color: #FB7A21;
    }
    
    .dailingqu_bq {
        display: inline-block;
        padding: 3px 10px;
        background-color: #FBB021;
        margin-top: 5px;
        color: #fff;
    }
    
    .dailingqu {
        background-color: #FB7A21;
        cursor: pointer;
    }
    
    .dailingqu dt {
        color: #fff;
    }
    
    .dailingqu dd {
        color: #fff;
    }
    
    .beizhu {
        display: flex;
        justify-content: space-between;
        background-color: #f4f4f4;
        padding: 15px 15px 0px;
    }
    
    .jiage {
        line-height: 32px;
        color: #333;
        text-align: right;
    }
    
    .jiage p {
        display: inline-block;
        width: 100px;
    }
    /*å‘ç¥¨å¼¹æ¡†æ ·å¼ ****************************************************************** */
    
    .fpEdit {
        padding: 20px;
    }
    
    .fpEdit .layui-form-label {
        padding: 9px 15px 9px 0px;
        width: 70px;
    }
    
    .fpEdit .layui-input-block {
        margin-left: 100px;
    }
    /*å•†å“è¯¦æƒ…æ ·å¼ ****************************************************************** */
    
    .xq_right {
        margin-left: 30px;
    }
    
    .xq_right h1 {
        font-size: 28px;
        margin-bottom: 20px;
    }
    
    .xq_zhaiyao {
        font-size: 12px;
        color: #999;
        line-height: 22px;
    }
    
    .xq_middle {
        margin-top: 20px;
        background-color: #f8f8f8;
        padding: 20px 20px 5px;
    }
    
    .xq_middle .layui-form-label {
        padding: 9px 0px;
        width: 60px;
        text-align: justify;
        text-align-last: justify;
        color: #777;
    }
    
    .xq_middle .layui-input-block {
        margin-left: 90px;
    }
    
    .xq_price {
        line-height: 38px;
    }
    
    .font24 {
        font-size: 24px;
    }
    
    .xq_quan {
        display: inline-block;
        margin-right: 10px;
        border: 1px solid #F72323;
        padding: 5px 10px;
        margin-top: 4px;
        color: #F72323;
        border-radius: 5px;
    }
    
    .xq_quan a {
        padding-left: 10px;
        margin-left: 10px;
        border-left: 1px dashed #F72323;
        color: #F72323;
    }
    
    .xq_number {
        display: inline-flex;
    }
    
    .xq_number .layui-btn {
        background-color: #EEEEEE;
        border: 1px solid #ddd;
        color: #999;
        padding: 0px 15px;
        border-radius: 0px;
    }
    
    .xq_number .layui-input {
        border-left: 0px;
        border-right: 0px;
        width: 90px;
        text-align: center;
        border-radius: 0px;
    }
    
    .gou_border {
        border: 1px solid #F72323;
        border-radius: 50%;
        display: inline-block;
        width: 16px;
        line-height: 15px;
        text-align: center;
        margin-right: 15px;
    }
    
    .gou_border i {
        color: #F72323;
        font-size: 12px;
        font-weight: bold;
    }
    
    .xq_btn {
        margin-top: 20px;
    }
    
    .xq_btn .layui-btn {
        height: 48px;
        line-height: 48px;
    }
    
    .buy_btn {
        background-color: #FB7A21;
    }
    
    .tab_bg {
        background-color: #f8f8f8;
    }
    
    .layui-tab-brief>.tab_bg .layui-this {
        color: #07B3AF;
    }
    
    .layui-tab-brief>.tab_bg .layui-this:after {
        border-bottom: 2px solid #07B3AF;
    }
    /* è”ç³»æˆ‘ä»¬ */
    
    .lianxi {
        margin-bottom: 30px;
        background-color: #f4f4f4;
    }
    
    .lianxi img {
        width: 100%;
    }
    
    .lianxi h2 {
        margin-left: 20px;
        font-size: 16px;
        font-weight: bold;
        margin-top: 20px;
    }
    
    .lx_dz {
        margin-top: 20px;
        margin-left: 20px;
        line-height: 24px;
    }
    
    .lx_dz li {
        margin-bottom: 10px;
        padding-left: 30px;
        background-position: left center;
        background-repeat: no-repeat;
        background-size: 16px auto;
    }
    
    .lx_dz li:nth-child(1) {
        background-image: url("../images/lx1.png");
    }
    
    .lx_dz li:nth-child(2) {
        background-image: url("../images/lx2.png");
    }
    
    .lx_dz li:nth-child(3) {
        background-image: url("../images/lx3.png");
    }
    /* ä¸ªäººä¸­å¿ƒæ ·å¼*********************************************************************************************** */
    
    .bgColorWhite {
        background-color: #fff;
        margin-bottom: 20px;
    }
    
    .center_left {
        border-right: 1px solid #eee;
        padding-bottom: 20px;
    }
    
    .center_right {
        border-left: 1px solid #eee;
        padding-bottom: 20px;
        margin-left: -1px;
    }
    
    .center_title {
        text-align: center;
        color: #fff;
        background-color: #05C9C5;
        font-size: 20px;
        font-weight: bold;
        padding: 10px 0px;
    }
    
    .center_nav {
        line-height: 32px;
    }
    
    .center_nav li {
        padding: 10px 0px;
        margin-left: 15px;
        margin-right: 15px;
        border-bottom: 1px dashed #eee;
    }
    
    .center_nav .li_title {
        font-weight: bold;
        padding-left: 15px;
        padding-right: 15px;
        margin-left: 0px;
        margin-right: 0px;
    }
    
    .center_nav i {
        float: right;
        opacity: 0;
    }
    
    .center_nav_focus a {
        color: #05C9C5;
        display: block;
        font-weight: bold;
    }
    
    .center_nav_focus i {
        opacity: 1;
        transform: rotate(180deg);
    }
    
    .breadcrumb {
        margin-left: 15px;
        margin-right: 15px;
        margin-bottom: 15px;
        border-bottom: 1px solid #eee;
        padding: 13px 0px;
    }
    
    .marLR15 {
        margin-left: 15px;
        margin-right: 15px;
    }
    
    .chanpin {
        display: flex;
        text-align: left;
    }
    
    .chanpin dt {
        width: 80px;
        margin-right: 10px;
    }
    
    .chanpin img {
        width: 100%;
    }
    
    .chanpin dd {
        flex: 1;
        text-align: left;
    }
    
    .table_delete {
        background-color: transparent;
        color: #999;
        border: 0px;
    }
    
    .table_delete:hover {
        color: #05C9C5;
    }

    .del_batch {
        background-color: transparent;
        color: #999;
        border: 0px;
     }
    
     .del_batch:hover {
        color: #05C9C5;
     }
    
    .lingquan {
        background-color: rgba(251, 122, 33, 0.05);
        padding: 10px;
        color: #FB7A21;
    }
    
    .lingquan a {
        color: #FB7A21;
    }
    
    .xuanzhong {
        border: 2px solid #F72323;
        position: relative;
    }
    
    .xuanzhong::after {
        content: "";
        position: absolute;
        z-index: 9999;
        right: 10px;
        bottom: 10px;
        width: 20px;
        height: 20px;
        background: url(../images/gou.png) no-repeat right bottom;
        background-size: 100% auto;
    }
    
    .xuanzhong dt {
        color: #F72323;
    }

    .xuanzhong .youhui {
        font-size: 28px;
    }

    .xuanzhong .dazhe {
        font-size: 28px;
    }
    
    .fukuan_top {
        display: flex;
    }
    
    .dui,
    .cuo {
        width: 40px;
        height: 40px;
        line-height: 40px;
        color: #fff;
        text-align: center;
        border-radius: 50%;
        margin-right: 20px;
    }
    
    .dui .layui-icon,
    .cuo .layui-icon {
        font-size: 24px;
        font-weight: bold;
    }
    
    .dui {
        background-color: #15CC71;
    }
    
    .cuo {
        background-color: #FB7A21;
    }
    
    .fukuan_dl {
        flex: 1;
    }
    
    .fukuan_dt {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    
    .fukuan_dt h1 {
        font-size: 24px;
    }
    
    .fukuan_dt span {
        font-size: 14px;
    }
    
    .fukuan_dt p {
        color: #F72323;
        font-size: 20px;
    }
    
    .dd_xiangqing {
        float: right;
        margin-right: 25px;
        color: #333;
    }
    
    .fukuan_top .layui-colla-item,
    .fukuan_top .layui-collapse {
        border: 0px
    }
    
    .fukuan_top .layui-colla-title {
        padding: 0px;
        background-color: transparent;
    }
    
    .fukuan_top dd .layui-colla-icon {
        left: auto;
        right: 0px;
    }
    
    .fukuan_top .layui-colla-title {
        color: #666;
    }
    
    .dd_xiangqing_div {
        border-top: 0px;
        background-color: #f4f4f4;
        position: relative;
        margin-left: -60px;
    }
    
    .dd_xiangqing_div .layui-form-label {
        text-align: justify;
        text-align-last: justify;
        width: 74px;
        margin-left: 30px;
    }
    
    .dd_xiangqing_div::before {
        content: "";
        width: 1px;
        height: 1px;
        position: absolute;
        top: -10px;
        right: 40px;
        border-bottom: 10px solid #f4f4f4;
        border-left: 10px solid #fff;
        border-right: 10px solid #fff;
    }
    
    .dd_xiangqing_div .layui-form-item {
        margin-bottom: 0px;
    }
    
    .dd_xiangqing_div .layui-form-mid {
        color: #333;
    }
    
    .dd_xiangqing_div .layui-form-mid span {
        margin-left: 15px;
    }
    
    .fk_fangshi {
        height: 73px;
    }
    
    .fk_fangshi li {
        padding: 17px 10px;
        min-width: 180px;
        text-align: center;
    }
    
    .fk_fangshi img {
        height: 36px;
    }
    
    .fk_fangshi .layui-this:after {
        height: 74px;
    }
    
    .fk_neirong {
        border: 1px solid #e6e6e6;
        border-top: 0px;
        padding: 20px 50px;
    }
    
    .fk_erweima {
        display: flex;
        text-align: left;
        margin-top: 30px;
    }
    
    .fk_erweima li {
        margin-right: 20px;
    }
    
    .erweima_img img {
        width: 180px;
        height: 180px;
        padding: 15px;
        border: 1px solid #e6e6e6;
        border-radius: 10px;
    }
    
    .erweima_img p {
        width: 212px;
        text-align: center;
        margin-top: 20px;
        color: #666;
    }
    
    .layui-layer-setwin .layui-layer-close2 {
        right: 0px !important;
        top: 0px !important;
        width: 16px !important;
        height: 16px !important;
        background-position: 1px -40px !important;
    }
    
    .zhifu_ceng {
        text-align: center;
        margin-top: 30px;
    }
    
    .xunwen {
        display: inline-block;
        background: url("../images/xunwen.png") no-repeat left center;
        background-size: 64px auto;
        padding-left: 70px;
        text-align: left;
    }
    
    .xunwen h2 {
        margin-bottom: 5px;
        font-size: 20px;
    }
    
    .zhifu_btn {
        margin-top: 30px;
        text-align: center;
        margin-bottom: 20px;
    }
    
    .zhifu_btn .layui-btn {
        min-width: 140px;
        padding: 0px 20px;
    }
    
    .weizhifu {
        background-color: #eee;
        color: #666;
        margin-left: 20px;
    }
    
    .weizhifu:hover {
        color: #666;
    }
    
    .table_title {
        display: flex;
        background-color: #f8f8f8;
        margin-top: 10px;
    }
    
    .table_title li {
        display: inline-block;
        width: 135px;
        padding: 10px;
        text-align: center;
        box-sizing: border-box;
    }
    
    .padding0 {
        padding: 0px;
    }
    
    .ddList_main {
        border: 1px solid #eee;
        margin-top: 10px;
    }
    
    .ddList_main_top {
        padding: 0px 10px;
        background-color: #f8f8f8;
        line-height: 32px;
        font-size: 12px;
    }
    
    .ddList_main_top label {
        margin-right: 30px;
    }
    
    .ddList_main_top p {
        float: right;
    }
    
    .table_main li {
        width: 135px;
        border-right: 1px solid #eee;
        box-sizing: border-box;
        padding: 10px;
    }
    
    .table_main li:last-child {
        border-right: 0px;
        flex: 1;
    }
    
    .table_title .dd_xx,
    .table_main .dd_xx {
        width: 500px;
        text-align: left;
    }
    
    .table_main {
        display: flex;
        text-align: center;
        border-top: 1px solid #eee;
    }
    
    .table_main .layui-btn {
        padding: 0px 15px;
        height: 32px;
        line-height: 32px;
    }
    
    .dd_xx .chanpin {
        border-top: 1px solid #eee;
        margin-top: 10px;
        padding-top: 10px;
    }
    
    .dd_xx .chanpin:first-child {
        border-top: 0px;
        margin-top: 0px;
        padding-top: 0px;
    }
    
    .price_num {
        display: flex;
        justify-content: space-between;
        margin-top: 20px;
        color: #999;
    }
    
    .time {
        background: url("../images/time.png") no-repeat left center;
        padding-left: 25px;
        background-size: 16px auto;
    }
    
    .btn_org {
        background-color: transparent;
        color: #FB7A21;
    }
    
    .btn_org:hover {
        background-color: transparent;
        color: #FB7A21;
    }
    
    .ckbaogao {
        border: 1px solid #05C9C5;
        color: #05C9C5;
        background-color: transparent;
    }
    
    .ckbaogao:hover {
        color: #05C9C5;
    }
    
    .readonly_text {
        background-color: #f4f4f4;
    }
    
    .dd_xx_bottom {
        margin-top: 20px;
        display: flex;
        justify-content: space-between;
    }
    
    .dd_xx_bottom dt {
        line-height: 28px;
    }
    
    .btn_bggray {
        background-color: #eee;
        color: #333;
    }
    
    .btn_bggray:hover {
        color: #555;
    }
    
    .tk_div {
        position: relative;
        margin-left: 15px;
    }
    
    .tk_div::after {
        content: "";
        position: absolute;
        left: 0px;
        top: 10px;
        bottom: 30px;
        border-left: 2px solid #ddd;
        z-index: -1;
    }
    
    .tk_div dl {
        position: relative;
        margin-bottom: 20px;
    }
    
    .tk_div dt {
        position: absolute;
        left: -15px;
        top: 0px;
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 20px;
        color: #666;
        border: 1px solid #ddd;
        background-color: #fff;
        text-align: center;
        border-radius: 50px;
    }
    
    .tk_div dd {
        margin-left: 40px;
    }
    
    .tk_div dd h3 {
        font-size: 16px;
    }
    
    .tk_div dd p {
        font-size: 12px;
        margin-top: 5px;
    }
    
    .dl_focus dt {
        background-color: #05C9C5;
        color: #fff;
        border: 1px solid #05C9C5;
    }
    
    .add_btn {
        float: right;
        border: 1px solid #05C9C5;
        border-radius: 3px;
        color: #05C9C5;
    }
    
    .add_btn .layui-btn {
        padding: 0px 20px;
        height: 32px;
        line-height: 32px;
        color: #05C9C5;
    }
    
    .add_label {
        margin-top: 6px;
    }
    
    .tjr_list {
        padding-bottom: 5px;
        border-bottom: 1px dashed #eee;
        margin-bottom: 10px;
    }
    
    .tjr_left {
        float: left;
        margin-top: 5px;
    }
    
    .tjr_left p {
        display: inline-block;
        line-height: 28px;
    }
    
    .tjr_left .layui-form-radio {
        margin-right: 0px;
        margin-top: 0px;
    }
    
    .tjr_right {
        float: right;
    }
    
    .tjr_right button {
        padding: 0px 20px;
    }
    
    .tjr_xx label {
        display: inline-block;
        min-width: 70px;
    }
    
    .tjr_xx span {
        color: #999;
        padding: 0px 15px;
        position: relative;
    }
    
    .tjr_xx span::after {
        content: "";
        height: 10px;
        border-left: 1px solid #e3e3e3;
        position: absolute;
        left: 0px;
        top: 6px;
    }
    
    .tjr_focus {
        color: #FB7A21;
    }
    
    .tjr_focus span {
        color: #FB7A21;
    }
    
    .pad15 {
        padding: 15px;
    }
    
    .tjTime {
        margin-top: 20px;
        border-top: 1px solid #eee;
        border-left: 1px solid #eee;
    }
    
    .tjTime th {
        background-color: #f4f4f4;
    }
    
    .tjTime th,
    .tjTime td {
        padding: 10px;
        text-align: center;
        border-right: 1px solid #eee;
        border-bottom: 1px solid #eee;
    }
    
    .yy_focus {
        background: url("../images/gou2.png") #fba366 no-repeat 15px center;
        background-origin: padding-box;
    }
    
    .yy_detail {
        font-size: 16px;
        color: #000;
        margin-left: 45px;
        font-weight: bold;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    
    .tj_detail .dd_xiangqing_div {
        margin-left: 0px;
    }
    
    .layui-form-item .yzm_div {
        width: auto;
        min-width: 220px;
        position: relative;
    }
    
    .yzm_text {
        display: inline-block;
    }
    
    .hqyzm {
        position: absolute;
        right: 1px;
        top: 5px;
        background-color: #FFf;
        color: #05C9C5;
        padding: 0px 10px;
        height: 28px;
        line-height: 28px;
        border-left: 1px solid #ddd;
    }
    
    .hqyzm:hover {
        color: #07B3AF;
    }
    
    .tj_list {
        text-align: center;
        border-top: 1px solid #eee;
        border-left: 1px solid #eee;
        line-height: 28px;
    }
    
    .tj_list th {
        padding: 5px 0px;
        background-color: #f4f4f4;
    }
    
    .tj_list tr:nth-child(odd) {
        background-color: #F6FDFD;
    }
    
    .tj_list td {
        padding: 5px 0px;
        border-bottom: 1px solid #eee;
        border-right: 1px solid #eee;
    }
    
    .bg_td a {
        display: block;
    }
    
    .zhizhibg {
        border: 0px;
        background-color: transparent;
        cursor: pointer;
    }
    
    .yihuoqu {
        color: #999;
    }
    
    .addDizhi .layui-input-inline {
        width: 150px;
    }
    
    .loginbg {
        background: url("../images/login_bg.jpg") no-repeat center;
        background-attachment: fixed;
    }
    
    .login_div {
        width: 900px;
        min-height: 460px;
        margin: 30px auto;
        display: flex;
    }
    
    .login_left,
    .login_right {
        width: 50%;
    }
    
    .login_left {
        background: url("../images/login_left.png") no-repeat center;
        border-radius: 8px 0px 0px 8px;
        text-align: center;
        box-sizing: border-box;
        padding-top: 80px;
    }
    
    .login_right {
        background-color: #FFF;
        border-radius: 0px 8px 8px 0px;
    }
    
    .login_main {
        padding: 30px 50px;
    }
    
    .login_main dt {
        font-size: 30px;
        padding-bottom: 15px;
        display: inline-block;
        border-bottom: 3px solid #0db4a0;
        color: #0db4a0;
        margin-bottom: 10px;
    }
    
    .login_text {
        width: 100%;
        background-color: transparent;
        border: 0px;
        border-bottom: 1px solid #eee;
        line-height: 44px;
        background-position: left center;
        background-repeat: no-repeat;
        padding-left: 28px;
        box-sizing: border-box;
    }
    
    .login_zh {
        background-image: url("../images/login_zh.png");
    }
    
    .login_mm {
        background-image: url("../images/login_mm.png");
    }
    
    .login_yzm {
        background-image: url("../images/login_yzm.png");
    }
    
    .login_btn {
        width: 100%;
        border: 0px;
        background-color: #0db4a0;
        color: #fff;
        text-align: center;
        font-size: 16px;
        font-family: "å¾®è½¯é›…é»‘";
        box-shadow: 0 0 5px #0db4a0;
        line-height: 44px;
        margin-top: 20px;
        border-radius: 50px;
    }
    
    .wjmm_zc {
        height: 44px;
        line-height: 44px;
    }
    
    .wjmm {
        float: left;
        color: #999;
    }
    
    .myzh {
        color: #999;
        float: right;
    }
    
    .disanf {
        color: #999;
        font-size: 16px;
        text-align: center;
        position: relative;
    }
    
    .disanf span {
        background-color: #fff;
        padding: 0px 10px;
        position: relative;
        z-index: 1;
    }
    
    .disanf::after {
        content: "";
        position: absolute;
        left: 0px;
        right: 0px;
        top: 12px;
        border-top: 1px solid #eee;
    }
    
    .wx_a {
        display: inline-block;
        margin-top: 20px;
        padding: 15px;
        border: 1px solid #29ac6a;
        border-radius: 50px;
    }
    
    .yzm_dd {
        position: relative;
    }
    
    .zc_yzm {
        position: absolute;
        right: 0px;
        top: 10px;
        color: #0db4a0;
        height: 24px;
        border: 0px;
        background-color: transparent;
        cursor: pointer;
        padding-left: 20px;
        border-left: 1px solid #eee;
    }