﻿#div_company_mini{
    display:none !important;
}
.banner {
    width: 100%;
    position: relative;
    background-size: 100%;
    padding-bottom:150px;
}

.contaiter {
    width: 1200px;
    height: 100%;
    margin: 0 auto;

}

.contaiter .bannerTab {
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 30px 0;
    box-sizing: border-box;
}

.contaiter .bannerTab .tabItem a {
    margin: 0 15px;
    padding: 5px 10px;
    border-radius: 3px;
    cursor: pointer;
    color: #fff;
}

.contaiter .bannerTab .tabItem.active a {
    background: #fff;
    color: #3A3A3A;
    position: relative;
}

.contaiter .bannerTab .tabItem a:hover {
    background: #fff;
    color: #3A3A3A;
    position: relative;
}

.contaiter .bannerTab .tabItem.active a::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-width: 5px 5px 0;
    border-style: solid;
    border-color: #fff transparent transparent;
    position: absolute;
    bottom: -5px;
    left: 0px;
    right: 0px;
    margin: 0 auto;
}

.contaiter .bannerTab .tabItem a:hover::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-width: 5px 5px 0;
    border-style: solid;
    border-color: #fff transparent transparent;
    position: absolute;
    bottom: -5px;
    left: 0px;
    right: 0px;
    margin: 0 auto;
}

.contaiter .qds_slogan1 {
    text-align: center;
    color: #fff;
    padding-bottom: 10px;
    width: 100%;
    font-size: 38px;
    font-weight: 500;
}

.contaiter .qds_slogan2 {
    text-align: center;
    color: #fff;
    font-size: 52px;
    /*padding-bottom: 30px;*/
    width: 100%;
    font-weight: normal;
}

.contaiter .ss_wrap {
    width: 1160px;
    box-sizing: border-box;
    background: rgba(0,0,0,0.3);
    margin: 30px auto;
    border-radius: 2px;
    padding:5px 0;
}
.contaiter .ss_wrap .form1160 {
    width: 100%;
    margin: 10px auto;
}

.contaiter .ss_wrap form {
    width: 100%;
    height: 100%;
    padding: 0 20px;
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
}

.contaiter .ss_wrap .ssfomr_box {
    border-radius: 3px;
}

.contaiter .ss_wrap .ssfomr_box .tithiht {
    height: 49px;
    line-height: 49px;
    color: #000;
    font-size: 16px;
    display: inline-block;
    clear: both;
    padding: 0 8px;
    box-sizing: border-box;
    position: absolute;
}
    .contaiter .ss_wrap .ssfomr_box .qie_view {
        display: inline-block;
        margin-left: 15px;
        color: #f9ff00;
        cursor: pointer;
        position: relative;
    }

.contaiter .ss_wrap .ssfomr_box .qie_view span {
    position: absolute;
    display: inline-block;
    width: 250px;
    padding: 5px 25px;
    line-height: 25px;
    font-size: 16px;
    border-radius: 30px;
    background: #52A6E7;
    top: 60px;
    left: -90px;
}
    .contaiter .ss_wrap .ssfomr_box .cpzhItem.piview {
        margin-bottom: 5px;
        position: relative;
    }
    .contaiter .ss_wrap .ssfomr_box .cpzhItem input {
        padding-left: 60px;
    }
    .contaiter .ss_wrap .ssfomr_box .piview input {
        height: 40px;
        line-height: 40px;
    }
    .contaiter .ss_wrap .ssfomr_box .piview .tithiht {
        height: 40px;
        line-height: 40px;
    }
    .contaiter .ss_wrap .ssfomr_box .cpzhItem .cpzhClose {
        /*display: none;*/
        width: 40px;
        height: 40px;
        line-height: 40px;
        background: #F8B551;
        color: #fff;
        position: absolute;
        right: 0px;
        top: 50%;
        transform: translateY(-50%);
        text-align: center;
        font-size: 18px;
        cursor: pointer;
    }
    .contaiter .ss_wrap .ssfomr_box .addword {
        display: none;
        height: 40px;
        line-height: 40px;
        background: #fff;
        text-align: center;
        font-size: 17px;
        color: #9B9B9B;
        border-radius: 3px;
        cursor: pointer;
    }
    .contaiter .ss_wrap .ssfomr_box .qie_view span::after {
        content: "";
        display: block;
        width: 0;
        height: 0;
        border-width: 0 10px 20px;
        border-style: solid;
        border-color: transparent transparent #52A6E7;
        position: absolute;
        top: -20px;
        left: 0px;
        right: 0px;
        margin: 0 auto;
    }
.contaiter .ss_wrap .ssfomr_box input {
    width: 100%;
    height: 49px;
    line-height: 49px;
    margin: 0;
    font-size: 16px;
    padding-left: 14px;
    display: inline-block;
    clear: both;
    border-radius: 2px;
    border: none;
}

.contaiter .ss_wrap .ssfomr_box select {
    width: 184px;
    height: 48px;
    line-height: 48px;
    margin: 0;
    font-size: 16px;
    color: #666;
    padding-left: 5px;
    display: inline-block;
    clear: both;
    border-radius: 2px;
    border: none;
}

.contaiter .ss_wrap .ssfomr_box button {
    width: 140px;
    height: 49px;
    line-height: 49px;
    border-radius: 3px;
    font-size: 20px;
    border: none;
    cursor: pointer;
    outline: none;
     background: linear-gradient(135deg, #fba761 0%,#e84a60 100%);
    font-weight: 500;
    color: #fff;
}

.contaiter .ss_wrap .region {
    width: 150px;
    position: relative;
}

/*.contaiter .ss_wrap .region input {
    width: 105px;
}*/

.contaiter .ss_wrap .qmword {
    width: 360px;
    position: relative;
}

.contaiter .ss_wrap .qmword input {
    width: 110px;
}

.contaiter .ss_wrap .qmwnum {
    width: 216px;
    position: relative;
}

.contaiter .ss_wrap .qmwnum input {
    width: 125px;
}

.contaiter .ss_wrap .hytype {
    width: 255px;
    position: relative;
}

.contaiter .ss_wrap .hytype input {
    padding-left:85px;
}

#queryForm {
    line-height: 41px;
}

.hint {
    font-size: 16px;
    font-weight: 400;
    color: rgb(232,232,232);
    width: 1124px;
    margin: auto;
    margin-top: 30px;
    text-align: center;
}

.contaiter .syrs1 {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    color: #fff;
    height: 38px;
    width: 1124px;
    margin: auto;
}

.syrs1 img {
    margin-right: 19px;
}

.contaiter .syrs1 span {
    padding: 0 4px;
    color: #fa7a12;
    font-weight: bold;
}
/*文案*/
.qishu {
    width: 100%;
    height: 164px;
    position: relative;
}
/*今日好名推荐*/
.goodName {
    width: 100%;
    height: 790px;
    padding: 20px 0;
    box-sizing: border-box;
}

    .goodName .goodscontent {
        width: 1200px;
        height: 100%;
        margin: 0 auto;
    }

.goodscontent .goods {
    width: 1202px;
    height: 632px;
    margin: 115px auto 0;
    background: #fff;
    border: 1px solid rgba(210,210,210,1);
    box-shadow: 0px 3px 13px 0px rgba(48,92,174,0.26);
    border-radius: 4px;
}

.goodscontent .today_name {
    width: 100%;
    padding: 35px 20px 32px;
    box-sizing: border-box;
    position: relative;
}

    .goodscontent .today_name .goodNameImg {
        position: absolute;
        width: 606px;
        height: 72px;
        top: -27px;
        margin: 0 auto;
        left: 0;
        right: 0;
    }

        .goodscontent .today_name .goodNameImg img {
            width: 100%;
            height: 100%;
        }

        .goodscontent .today_name .goodNameImg span {
            width: 100%;
            height: 72px;
            position: absolute;
            text-align: center;
            left:0;
            top: 0;
            line-height: 72px;
            color: #fff;
            font-size: 38px;
        }

    .goodscontent .today_name .top {
        width: 100%;
        height: 128px;
        margin-top: 35px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 0 55px;
        box-sizing: border-box;
    }

        .goodscontent .today_name .top .nameItem {
            width: 252px;
            height: 56px;
            line-height: 56px;
            margin-bottom: 8px;
            text-align: center;
            border: 1px solid #BFBFBF;
            position: relative;
        }

            .goodscontent .today_name .top .nameItem .nameItemActive {
                display: none;
                width: 252px;
                height: 56px;
                position: absolute;
                left: -1px;
                top: -1px;
            }

            .goodscontent .today_name .top .nameItem label {
                display: inline-block;
                width: 100%;
                height: 100%;
                cursor: pointer;
            }

            .goodscontent .today_name .top .nameItem input {
                position: absolute;
                left: 80px;
                top: 50%;
                transform: translateY(-50%);
                opacity: 0;
            }

    .goodscontent .today_name .bottom {
        width: 150px;
        height: 35px;
        line-height: 35px;
        text-align: center;
        padding: 0 20px;
        background: #fff;
        border-radius: 5px;
        box-sizing: border-box;
        color: #fa7a12;
        cursor: pointer;
        margin: 10px auto 0;
    }

        .goodscontent .today_name .bottom .loader {
            width: 20px;
            height: 16px;
            vertical-align: middle;
            margin-right: 10px;
            margin-bottom: 3px;
        }

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.goodscontent .bottomReview {
    width: 100%;
    padding: 5px 55px;
    box-sizing: border-box;
}

    .goodscontent .bottomReview .reviewForm {
        width: 100%;
        box-sizing: border-box;
        display: flex;
        justify-content: space-between;
    }

        .goodscontent .bottomReview .reviewForm .formitem {
            width: 220px;
            text-align: center;
            padding: 10px 20px;
            box-sizing: border-box;
            display: flex;
            position: relative;
        }

        .goodscontent .bottomReview .reviewForm .itemword {
            display: flex;
            justify-content: space-between;
            flex-wrap: wrap;
            width: 420px;
            height: 205px;
            border-radius: 4px;
            padding: 14px 33px;
            box-sizing: border-box;
            box-shadow: 0px 1px 31px 0px rgba(85,129,186,0.29);
        }

            .goodscontent .bottomReview .reviewForm .itemword .wordInp {
                width: 168px;
                height: 44px;
                border: 1px dashed #BFBFBF;
                border-radius: 4px;
                margin-bottom: 10px;
                position: relative;
            }

                .goodscontent .bottomReview .reviewForm .itemword .wordInp input {
                    width: 100%;
                    height: 100%;
                    line-height: 44px;
                    border: 1px solid #F8B551;
                    border-radius: 4px;
                }

::-webkit-input-placeholder {
    color: #999;
}

.goodscontent .bottomReview .reviewForm .itemword .wordInp .inpClose {
    width: 38px;
    height: 100%;
    line-height: 38px;
    text-align: center;
    color: #fff;
    background: #F8B551;
    cursor: pointer;
    font-size: 25px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.goodscontent .bottomReview .reviewForm .itemword .hiht {
    width: 100%;
    text-align: left;
    color: red;
    font-size: 15px;
}

.goodscontent .bottomReview .reviewForm .formitem input {
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    border: none;
    box-sizing: border-box;
    background: #fff;
    box-shadow: 0px 3px 14px 0px rgba(0, 72, 252, 0.55);
    border-radius: 4px;
}

.goodscontent .bottomReview .reviewForm .itemtype {
    width: 194px;
}

    .goodscontent .bottomReview .reviewForm .itemtype select {
        width: 100%;
        height: 40px;
        line-height: 40px;
        box-shadow: 0px 3px 14px 0px rgba(0, 72, 252, 0.55);
        border-radius: 4px;
        padding: 0 10px;
        border: none;
        box-sizing: border-box;
    }

.goodscontent .batch_btn {
    width: 100%;
    height: 48px;
    text-align: center;
    margin-top: 30px;
}

    .goodscontent .batch_btn button {
        width: 192px;
        height: 48px;
        line-height: 48px;
        text-align: center;
        border: none;
        font-size: 17px;
        font-weight: 500;
        color: #fff;
        background: linear-gradient(180deg,rgba(251,126,38,1),rgba(251,163,38,1));
        box-shadow: 0px 5px 16px 0px rgba(237,109,32,0.32);
        border-radius: 4px;
        cursor: pointer;
    }

/*实时核名动态*/
.goodsnames {
    width: 100%;
    margin-top: 90px;
}

.realReview {
    width: 976px;
    height: 160px;
    padding: 24px;
    background: #fff;
    box-sizing: border-box;
    margin: 44px auto;
    border: 1px solid rgba(210,210,210,1);
    box-shadow: 0px 3px 20px 0px rgba(135,151,171,0.25);
    display: flex;
}

    .realReview .real_left {
        width: 174px;
        height: 100%;
        font-size: 27px;
        color: #525252;
        text-align: center;
        font-weight: 800;
        padding: 20px 30px;
        position: relative;
        box-sizing: border-box;
    }

        .realReview .real_left::after {
            content: "";
            display: block;
            width: 1px;
            height: 80px;
            background: #BFBFBF;
            position: absolute;
            right: 0;
            top: 50%;
            transform: translateY(-50%);
        }

    .realReview .list {
        width: 344px;
        height: 100%;
        margin-left: 30px;
        box-sizing: border-box;
        overflow: hidden;
    }

.goodscontent .realReview .list ul.line {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.realReview .list ul.line li {
    width: 100%;
    height: 30px;
    box-sizing: border-box;
    text-indent: 15px;
    font-size: 12px;
    line-height: 30px;
    list-style: none;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.realReview .list ul.line li span {
    color: #FF3838;
}
/*人工*/
.labour {
    width: 100%;
    height: 300px;
}

.labour .realReview {
    width: 1122px;
    height: 160px;
    padding: 24px;
    background: #fff;
    box-sizing: border-box;
    margin: 44px auto 50px;
    border: 1px solid rgba(210,210,210,1);
    box-shadow: 0px 3px 20px 0px rgba(135,151,171,0.25);
    display: flex;
}

.labour .realReview .real_left {
    width: 174px;
    height: 100%;
    font-size: 27px;
    color: #525252;
    text-align: center;
    font-weight: 800;
    padding: 20px 30px;
    position: relative;
    box-sizing: border-box;
}

.labour .realReview .real_left::after {
    content: "";
    display: block;
    width: 1px;
    height: 80px;
    background: #BFBFBF;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.labour .realReview .list {
    width: 344px;
    height: 100%;
    margin-left: 30px;
    box-sizing: border-box;
}

.labour .realReview .list ul.line {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.labour .realReview .list ul.line li {
    width: 100%;
    height: 30px;
    box-sizing: border-box;
    text-indent: 15px;
    font-size: 12px;
    line-height: 30px;
    list-style: none;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.labour .bourReview {
    width: 100%;
    display: flex;
}

.labour .bourReview .bourimg {
    width: 316px;
    height: auto;
}

.labour .bourReview .bourRight {
    margin-left: 50px;
}

.labour .bourReview .bourRight .bourtitle {
    height: 60px;
    line-height: 60px;
    font-size: 35px;
    color: #292929;
    margin-bottom: 20px;
}

.labour .bourReview .bourRight .bourtitle span {
    font-size: 25px;
    color: #525151;
}

.labour .bourReview .bourRight .bouricon {
    width: auto;
    height: 95px;
}

.labour .bourReview .bourRight .bouricon span {
    display: inline-block;
    height: 95px;
    line-height: 95px;
    font-size: 21px;
    color: #292929;
    vertical-align: top;
    margin-left: 10px;
}

.labour .bourReview .bourRight .price {
    width: 500px;
    height: 60px;
    line-height: 60px;
    font-size: 15px;
    color: #A2A2A2;
    background: #F4F4F4;
    padding: 0 18px;
    margin-top: 35px;
}
.labour .bourReview .bourRight .price span.pricespan {
    font-size: 21px;
    color: #FF5539;
}
.labour .bourReview .bourRight .price span.linePrice {
    font-size: 21px;
    color: #B1B1B1;
    text-decoration: line-through;
    padding-left: 25px;
}

.labour .bourReview .bourRight .bourbtn {
    margin-top: 26px;
}

.labour .bourReview .bourRight .bourbtn button {
    width: 178px;
    height: 46px;
    line-height: 46px;
    border-radius: 2px;
    border: none;
    margin-right: 26px;
    cursor: pointer;
}

.labour .bourReview .bourRight .bourbtn .bourBtn1 {
    display: inline-block;
    width: 178px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    border-radius: 2px;
    border: none;
    margin-right: 26px;
    background: -webkit-linear-gradient(0deg,rgba(251,171,38,1),rgba(251,125,38,1));
    background: linear-gradient(0deg,rgba(251,171,38,1),rgba(251,125,38,1));
    color: #fff;
    font-size: 16px;
}

.labour .bourReview .bourRight .bourbtn .bourBtn2 {
    background: #fff;
    border: 1px solid rgba(236,105,65,1);
    color: #FB9626;
    font-size: 16px;
}

.labour .labour-btn {
    width: 100%;
    text-align: center;
    margin-top: 50px;
}

.labour .labour-btn button {
    width: 218px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    font-size: 17px;
    border: none;
    background: linear-gradient(0deg,rgba(251,173,38,1) 0%,rgba(251,123,38,1) 100%);
    box-shadow: 0px 6px 14px 0px rgba(235,86,20,0.25);
    border-radius: 3px;
    cursor: pointer;
}

/*公司注册流程*/
.regFlowBg {
    width: 100%;
    height: 790px;
    position: relative;
}
.regFlowBg .flowTitle {
    text-align: center;
    font-size: 36px;
    color: #333;
    padding-top: 30px;
}
.regFlowBg .flowsubTitle {
    text-align: center;
    font-size: 18px;
    color: #999;
    padding-top: 10px;
}

/*材料下载*/
.noned {
    display: none;
}

.cailiao {
    width: 100%;
    background: #E9EFFB;
    padding-bottom: 50px;
}

.mat_down {
    width: 1200px;
    margin: auto;
}

.md_p {
    text-align: center;
    padding-top: 56px;
    margin-bottom: 56px;
    font-size: 35px;
    color: #333;
}

.md_con {
    width: 100%;
    overflow: hidden;
    background: #fff;
}

.mc_left {
    float: left;
    width: 100%;
    padding: 20px 0px;
}

.ml_tit {
    width: 100%;
    height: 55px;
    background: rgb(220,220,220);
    display: flex;
    justify-content: space-between;
}

.ml_sp {
    display: inline-block;
    width: 50%;
    line-height: 55px;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    color: rgb(69,69,69);
    cursor: pointer;
}

.clickitem {
    background: #fff;
    color: #fa7a12;
    border-top: 2px solid #fa7a12;
}

.ml_li {
    width: 50%;
    height: 55px;
    line-height: 55px;
    font-size: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px 30px 40px;
    float: left;
}

    .ml_li > span:nth-of-type(1) {
        width: 300px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        color: rgb(43,43,43);
    }

    .ml_li > span:nth-of-type(2) {
        color: rgb(132,132,132);
    }

    .ml_li > a {
        width: 80px;
        height: 32px;
        border: 1px solid #F19149;
        border-radius: 5px;
        line-height: 32px;
        text-align: center;
        color: #F68031;
    }

.mc_right {
    float: right;
    width: 600px;
    padding: 10px 21px 30px 49px;
}

.ml_qy {
    border-left: 1px solid #fff;
}


/*文章*/
.article {
    width: 100%;
    /*height: 670px;*/
}

.article .artitle {
    width: 100%;
    text-align: center;
    font-size: 36px;
    color: #333333;
    margin-top: 50px;
}

.article .arsubtitle {
    width: 100%;
    text-align: center;
    font-size: 18px;
    color: #999999;
}

.article .news {
    width: 100%;
    margin-top: 60px;
    display: flex;
    justify-content: space-around;
}

.article .news .left {
    width: 438px;
}

.article .news .left .time {
    color: #FCAA38;
    font-size: 25px;
}

.article .news .left .title {
    width: 100%;
    color: #404040;
    font-size: 20px;
    margin-top: 12px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.article .news .left .subtitle {
    width: 100%;
    color: #727272;
    font-size: 17px;
    margin-top: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.article .news .left .articleImg {
    width: 370px;
    height: 180px;
    overflow: hidden;
    margin-top: 22px;
}

.article .news .left .articleImg img {
    width: 100%;
    height: auto;
}

.article .news .left .artlook {
    display: inline-block;
    margin-top: 34px;
    width: 164px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    color: #fff;
    background: -webkit-linear-gradient(-35deg,rgba(252,171,57,1),rgba(250,129,10,1));
    background: linear-gradient(-35deg,rgba(252,171,57,1),rgba(250,129,10,1));
    box-shadow: 0px 5px 10px 0px rgba(250,129,10,0.29);
    border-radius: 3px;
}

.article .news .rightList {
    width: 510px;
}

.article .news .rightList .item {
    width: 100%;
    padding-bottom: 40px;
    border-bottom: 1px solid #D2D2D2;
    margin-bottom: 30px;
}

.article .news .rightList .item:last-child {
    border: none;
}

.article .news .rightList .item a {
    display: block;
    width: 100%;
    height: 100%;
}

.article .news .rightList .item .tit {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.article .news .rightList .item .tit .title {
    width: 400px;
    height: 35px;
    line-height: 35px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #404040;
    font-size: 17px;
}

.article .news .rightList .item .tit .time {
    color: #FCAA38;
    font-size: 25px;
}

.article .news .rightList .item .subtitle {
    width: 100%;
    color: #727272;
    font-size: 17px;
    margin-top: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

/*批量核名弹窗*/
.flayBatch {
    display: none;
    width: 840px;
    height: 570px;
    padding: 40px 45px 0 50px;
    box-sizing: border-box;
    background: #fff;
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: auto;
    z-index: 10000;
    border-radius: 8px;
    overflow: hidden;
}

.flayBatch .batchClose {
    position: absolute;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 40px;
    right: 0;
    top: 0;
    cursor: pointer;
}

.flayBatch .title {
    width: 100%;
    text-align: center;
    color: #272727;
    font-size: 25px;
}

.flayBatch .batch_list {
    width: 100%;
    margin-top: 35px;
}

.flayBatch .batch_list li.batch_item {
    width: 100%;
    height: 55px;
    line-height: 55px;
    display: flex;
    justify-content: space-between;
}

.flayBatch .batch_list li.batch_item .item_title {
    width: 50%;
    font-size: 19px;
    color: #272727;
}

.flayBatch .batch_list li.batch_item .item_title span {
    color: #FA8B15;
}

.flayBatch .batch_list li.batch_item .item_right {
    width: 50%;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.flayBatch .batch_list li.batch_item .item_right .item_lv {
    font-size: 17px;
    color: #272727;
}

.flayBatch .batch_list li.batch_item .item_right .item_bar {
    width: 146px;
    height: 14px;
    border-radius: 7px;
    background: #eee;
    position: relative;
}

.flayBatch .batch_list li.batch_item .item_right .item_bar span {
    height: 14px;
    border-radius: 7px;
    position: absolute;
    top: 0;
    left: 0;
}

.flayBatch .batch_list li.batch_item .item_right .item_bar span span {
    width: 100%;
    height: 14px;
    border-radius: 7px;
    background: linear-gradient(90deg,rgba(252,171,57,1),rgba(250,129,10,1));
    position: absolute;
    top: 0;
    left: 0;
    animation: jindutiao 1s;
}

@keyframes jindutiao {
    from {
        width: 0%;
    }

    to {
        width: 100%;
    }
}

.flayBatch .batch_list li.batch_item .item_right .item_zhi {
    font-size: 21px;
}

.flayBatch .batch_list li.batch_item .item_right .item_zhi.gao {
    color: #259D4A;
}

.flayBatch .batch_list li.batch_item .item_right .item_zhi.zhong {
    color: #F67E26;
}

.flayBatch .batch_list li.batch_item .item_right .item_zhi.di {
    color: #E72A2A;
}

.flayBatch .ailoading {
    width: 100%;
    height: 40px;
    line-height: 40px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 75px;
    text-align: center;
    color: #999;
}

    .flayBatch .ailoading span::after {
        animation: txt 1.5s infinite;
        content: "";
    }

@keyframes txt {
    0% {
        content: ".";
    }

    50% {
        content: "..";
    }

    100% {
        content: "...";
    }
}

.flayBatch .batch_btn {
    width: 100%;
    height: 48px;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 20px;
}

    .flayBatch .batch_btn button {
        width: 170px;
        height: 48px;
        text-align: center;
        background: #F19149;
        font-size: 19px;
        color: #fff;
        border: #fff;
        border-radius: 4px;
        cursor: pointer;
    }

