
.bg_other{
    background: #e6f2ff
}

.aside_index_btn{
    position: absolute;
    right: -249px;
    /* margin-left: -110px; */
    bottom: 55px;
    width: 201px;
    height: 64px;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    line-height: 72px;
    background: url(../img/index_aside_btn.png) center center no-repeat;
    bottom: -172px;
    z-index: 2;
}
.ind_order {
    position: relative;
    z-index: 1;
    padding-top: 80px;
}
.ind_order_1 .cont {
    position: relative; 
    padding-bottom: 117px;
    padding-top:40px;
}
.ind_order_1 .wordbox {
    padding: 44px 50px 45px 422px;
    text-align: justify;
    background: #fff;
    box-shadow: 0px 12px 49px 0px rgba(25,111,239,0.15);
    border-radius: 8px;
    font-size: 14px;
    line-height: 28px;
}
.ind_order_1 .cont img {
    position: absolute;
    left: 80px;
    top: 0;
}
.ind_order_1_01_box{
    padding: 80px 0px;
    display: flex;
    justify-content: space-between;
    width: 1000px;
    margin:0 auto;
    text-align: center;
}
.ind_order_1_01_box img{
    vertical-align: middle;
    margin-bottom: 10px;
}
.ind_order_1_01_box p{
    line-height: 20px;
}
.ind_order_2{
    padding-bottom: 80px;
}
.ind_order_2  .ext{

    width: 627px;
    margin: 0 auto;
    text-align: center;
    font-size: 16px;
    padding-top: 40px;
}
.ind_order_2 .table {
    margin-top: 40px;
    width: 100%;
    font-size: 14px;
    line-height: 40px;
}
.ind_order_2 .table .c4 {
    width: 383px;
}
.ind_order_2 .caption {
    position: relative;
    z-index: 1;
    text-align: left;
    font-size: 20px;
    background-color: #66aaf4;
    padding-left: 18px;
    color: #fff;
}
.ind_order_2 .caption .live {
    position: absolute;
    right: 0;
    top: 0;
    padding: 0 20px;
    line-height: 40px;
    font-size: 14px;
    background:#999;
}

.ind_order_2 .caption .review_btn {
    position: absolute;
    right: 0;
    top: 0;
    padding: 0 32px;
    line-height: 40px;
    font-size: 16px;
    /* background:#999; */
    background: #1a70f0;
    text-decoration: none;
    color: #fff;
}
.ind_order_2 .caption .review_btn:hover {
    background:#5B9BFE;
}
.fontWeight{
    font-weight: 700;
}
.border-left0{
    border-left-color: transparent!important;
}
.ind_order_2 .caption .live:hover{
    background:#999;
}
/*.ind_order_2 .caption .live::after {
    content: "";
    display: inline-block;
    vertical-align: -2px;
    margin-left: 8px;
    width: 14px;
    height: 14px;
    background: url('../img/live_bg.png') center center no-repeat;
}*/
.ind_order_2 .caption .live:hover {
    color: #fff;
    background:#999;
}
.ind_order_2 .th {
    background-color: #8cc1fb;
    font-weight: 700;
}
.ind_order_2 .tr {
}
.ind_order_2 .tr::after {
    content: "";
    clear: both;
    visibility: hidden;
    font-size: 0;
    line-height: 0;
    display: block;
}
.ind_order_2 .c1 {
    margin: -1px 0 0 -1px;
    width: 126px;
}
.ind_order_2 .row1 .c1 {
    height: 80px;
    line-height: 80px;
}
.ind_order_2 .c2 {
    margin: -1px 0 0 -1px;
    margin: -1px 0 0 -1px;
    width: 447px;
}
.ind_order_2 .c3 {
    margin: -1px 0 0 -1px;
    width: 240px;
}
.ind_order_2 .c4 {
    margin: -1px 0 0 -1px;
}
.ind_order_2 .th,
.ind_order_2 .td {
    float: left;
    border: 1px solid #b9d9fc;
    text-indent: 20px;
}
.ind_order_2 .td{
background: #cde3fc;
}
.ind_order_2 .tab2 {
    margin:41px 0 0px;
}
.ind_order_2 .tab2 .caption .live {
    background-color: #1a70f0;
}
.ind_order_2 .tab2 .caption .live:hover {
    background:#5B9BFE;
}
.ind_order_2 .tab2 .caption .live::after {
    content: "";
    display: inline-block;
    vertical-align: -2px;
    margin-left: 8px;
    width: 14px;
    height: 14px;
    background: url('../img/live_bg.png') center center no-repeat;
}
.photo_list{
    padding: 30px 0 10px 0;
    width: 1030px;
    margin: 0 auto;
}
.photo_list .word {
    overflow: hidden;
    height: 94px;
   /* width:250px;*/
    background-color: #852ac2;
    background:url(../img/word_icon.png) no-repeat;
    background-size: 250px 94px;
   /* background: linear-gradient(to right top, #852ac2, #b464bc);*/
    line-height: 1;
    margin-top: -20px;
    position: relative;
}
.photo_list .word p {
    overflow: hidden;
    white-space: nowrap;
    padding: 0 20px;
    text-overflow: ellipsis;
}
.photo_list .word .t1 {
    margin: 15px 0 5px;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
}
.photo_list .word .t2 {
    font-size: 14px;
    white-space: normal;
    line-height: 1.4;
    height: 43px;
    display: flex;
    justify-content: left;
    align-content: center;
    align-items: center;
    padding-top: 10px;
}
.photo_list img{
    display: block;
    width: 243px;
    cursor: pointer;
}
.photo_list img:nth-child(4n+0){
    margin-right: 0;
}
.photo_list li {
    padding-top: 2px;
    box-sizing: border-box;
}
.ind_order_3 .swiper-container{
    padding-bottom: 115px !important;
}
.ind_order_3 .sec_tit {
    margin-bottom: 60px;
}
.photo_list .swiper-pagination {
    bottom: 70px !important;
}
.photo_list .swiper-pagination-bullet{
    margin: 0 10px !important;
    width: 40px !important;
    height: 4px !important;
    border-radius: 0 !important;
    background-color: #e6f2ff;
}
.photo_list .swiper-pagination-bullet-active {
    background-color: #1a70f0;
}
.ind_order_3 .swiper-button-prev {
    left: 50%;
    margin: 18px 0 0 -583px;
    background-image: url('../img/prev.png');
}
.ind_order_3 .swiper-button-next {
    left: 50%;
    margin: 18px 0 0 555px;
    background-image: url('../img/next.png');
}
.ind_order_3 .swiper-button-next,.ind_order_3 .swiper-button-prev{
    width: 41px;
    height: 69px;
    background-size: 41px 69px;
}
.ind_order_4{
    padding-bottom: 80px;
}
.ind_order_4 .ext {
    padding-top: 40px;
    width: 583px;
    margin: 0 auto;
    margin-bottom: 40px;
    text-align: center;
}

.manu_list .swiper-slide img {
    width: 190px;
    height: 70px;
}

.why_join {
    height: 420px;
    background: url('../img/why_join.png') center center no-repeat;
}
.ind_order_5 .ext{
    padding-top: 40px;
    text-align: center;
}

.apply_form {
    width: 820px;
    margin: 50px auto 0;
    font-size: 16px;
    line-height: 40px;
}
.apply_form .ipt_box {
    justify-content: space-between;
}
.apply_form .ipt_box>.flex {
    flex-wrap: wrap;
    justify-content: space-between;
}
.apply_form .item {
    margin-bottom: 20px;
}
.apply_form .tag:before {
    margin-right: 5px;
    content: "*";
    color: #aa58bd;
}
.apply_form .ipt_text {
    width: 300px;
    background: #e6f2ff;
    height: 40px;
    border: none;
    text-indent: 10px;
    color: #333;
}
.apply_form [type=checkbox] {
    margin-right: 5px;
    vertical-align: -2px;
}
.apply_form .tag {
    margin-right: 15px;
}
.apply_form label {
    margin-right: 100px;
}
.apply_form button {
    display: block;
    margin: 50px auto 80px;
    width: 160px;
    text-align: center;
    line-height: 50px;
    outline: none;
    background:#1a70f0;
    border-radius: 4px;
    color: #fff;
    border: none;
}
.apply_form button:hover {
    background: #5B9BFE;
    cursor: pointer;
}
.apply_form .addr_box {
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flex;
    display: -o-inline-flex;
    display: inline-flex;
    width: 300px;
    justify-content: space-between;
}
.apply_form .addr_box select {
    width: 145px;
}
.apply_form select {
    width: 300px;
    height: 40px;
    background: #e6f2ff;
    border: none;
    color: #333;
    text-indent: 10px;
}
.ind_order_6 {
    padding-bottom: 0px;
}
.ind_order_6 .address {
    display: block;
    margin: 0 auto;
    position: relative;
    left: -80px;
    margin-top: 40px;
    width: 1200px;
    height:644px;
    background: url(../img/address.png) center bottom no-repeat;
    background-size: contain;
}

.ind_order_7 {
    padding-bottom: 40px;
}
.partner p{
    margin-bottom: 17px;
}
.partner img{
    margin-bottom: 39px;
}
.bottom_live {
    display: none;
}
.partent3_m{
    display: none;
}
.partent2{
    width: 1122px;
}
.xbf{
    width: 428px;
    height: 60px;
    vertical-align: middle;
}
.zcdw{
    display: block;
    width: 931px;
    height: 60px;
}
.zcdw_m{
    display: none;
}
.xbf2{
    margin-left: 10px;
}
.xbfImg{
    width: 264px;
    height: 70px;
}
.zcWrap img{
    width: 190px;
    height: 70px;
    margin-right:10px ;
}
@media (max-width: 750px) {
       .partent3{
        display: none;
       }

    .partent3_m{
        display: inline-block;
    }
    .ind_order {
        padding-top: 0.8rem;
    }
    header .menu .top_back_btn {
        display: block;
        order: -1;
        margin: 0.22rem 0rem 0 -.6rem;
        width: 1.2rem !important;
        padding: 0;
        line-height: 0.66rem;
        text-align: center;
        border-radius: 0;
        text-indent: 0!important;
        color: #fff;
        background: #1a70f0;
        font-size: 0.24rem!important;
    }
    /* .index_banner {
        height: 3.75rem;
        background-image: url('../img/index_banner_m.jpg?20210723');
        background-size: auto 100%;
    } */
    .index_banner {
        height: 3.75rem;
        background: url(../img/banner.png?20220929); 
        background-size: auto 100%;
    }

    .index_banner .back_btn {
        display: block;
        width: 2rem;
        height: 0.6rem;
        background: url(../img/-e-btn.png);
        background-size: 2rem 0.6rem;
        position: absolute;
        left: 0;
        right: 0;
        /* margin: 0 auto; */
        bottom: 0.6rem;
        padding-top: 0;
    }
    .index_banner .back_btn span{
        font-size: 0.2rem;
        line-height: 0.5rem;
    }
    
    .index_banner::after {
        display: none;
    }
    .ind_order_1 {
        padding-bottom:     0.8rem;
    }
    .index_banner a,
    .bdshare-area,
    .ind_order_1 .cont img,
    .ind_order_1 .split_line {
        display: none;
    }
    .split_line {
        margin: .7rem 0 .4rem;
    }
    .ind_order_1 .cont {
        height: auto;
        border-radius: 8px 8px 0 0;
        padding: 0;
        padding-top: 0.4rem;
    }
    .ind_order_1 .wordbox {
        margin: 0;
        width: auto;
        font-size: 16px;
        padding: .5rem .3rem;
        background: #fff;
    }
    .ind_order_1_01_box {
        padding: 0.4rem 0px 0.8rem;
        flex-flow: wrap;
        width: 100%;
        margin: 0 auto;
        text-align: center;
    }
    .ind_order_1_01_box li{
        width:  50%;
        margin-bottom: 0.5rem
    }
    .ind_order_1_01_box li:nth-child(4),
    .ind_order_1_01_box li:nth-child(5){
        margin-bottom:  0px;
    }
    .ind_order_1_01_box img{
        width:60%;
    }
    .ind_order_2 {
        padding-bottom: 0.8rem;
    }
    .ind_order_2 .caption .review_btn{
        display: none;
    }
    .ind_order_2 .ext{
        width:  100%;
        text-align: left;
    }
    .ind_order_2 .tab1 {
        margin-top: .5rem;
    }
    .ind_order_2 .tab2 {
        margin: .3rem 0 0;
    }
    .ind_order_2 .tr {
        display: block;
        margin-top: -1px;
        border: 1px solid #b9d9fc;
        padding: .25rem;
        font-size: .24rem;
        line-height: 2;
        background: transparent;
    }
    
    .ind_order_2 .th, .ind_order_2 .td {
        float: none;
        border: none;
        margin: 0;
    }
    .ind_order_2 .thead {
        display: none;
    }
    .ind_order_2 .caption {
        line-height: .8rem;
        font-size: .34rem;
        text-align: left;
    }
    .ind_order_2 .tab1 .caption {
        text-align: center;
    }
    .ind_order_2 .caption .live {
        display: none;
    }
    .ind_order_2 .tr .td {
        display: block;
        width: 100%;
        opacity: .8;
        text-indent: 0;
        background: transparent;
    }
    .ind_order_2 .row1 .c1 {
        height: auto;
        line-height: inherit;
    }
    .ind_order_2 .tr .c2 {
        opacity: 1;
        font-size: .3rem;
        font-weight: 700;
        line-height: 1.4;
    }
    .ind_order_2 .last_child_boxs .c1{
        height: auto;
        line-height: 15px;
    }
    .ind_order_2 .last_child_boxs .c2 {
        height: auto;
        padding-top: 7px;
        line-height: 20px;
    }
    .ind_order_2 .tr .c3,
    .ind_order_2 .tr .c4 {
        display: inline;
    }
    .ind_order_2 .tr .c4::before {
        margin: 8px;
        content: "|";
    }

    .ind_order_2 .tr .c4.line_none::before {
        margin: 0px;
        content: "";

    }
    .ind_order_2 .spe .c3,
    .ind_order_2 .spe .c4 {
        display: none;
    }
    .ind_order_3{
        padding-bottom: 0.8rem;
    }    
    .ind_order_3 .sec_tit {
        margin-bottom: .4rem;
    }
    .ind_order_3 .photo_list {
        margin-left: -2.15rem;
        width: 9.8rem;
        padding-bottom: 0 !important;
    }
    .photo_list .word .t2 {
        font-size: 12px;
       
    }
    .ind_order_3 .wrap {
        overflow: hidden;
        margin: 0 .8rem;
    }
    .photo_list img {
        width: 3.6rem;
    }
    .photo_list .swiper-pagination {
        display: none;
    }
    .photo_list .swiper-slide {
        transition: all .3s;
        transform: scale(.8);
    }
   .photo_list .swiper-slide-prev {
        transform: scale(.8) translateX(2rem);
    }
    .photo_list .swiper-slide-next {
        transform: scale(.8) translateX(-2rem);
    }
    .photo_list .swiper-slide-active {
        position: relative;
        z-index: 1;
        transform: scale(1);
    }
    .ind_order_3 .swiper-button-prev,
    .ind_order_3 .swiper-button-next {
       margin:0;
    }
    .ind_order_3 .swiper-button-prev{
        left: 0.3rem;
    }
    .ind_order_3 .swiper-button-next{
        left: initial;
        right: 0.3rem;
    }
    .ind_order_3 .swiper-button-next, .ind_order_3 .swiper-button-prev {
        top:55%;
        width: 0.28rem;
        height: 0.48rem;
        background-size:0.28rem 0.48rem;
    }
    .ind_order_3 .swiper-button-prev {
        background-image: url(../img/prev_1.png);
    }
    .ind_order_3 .swiper-button-next {
        background-image: url(../img/next_1.png);
    }
    .manu_list .swiper-slide {
        width: 1.9rem;
        height: .7rem;
    }
    .manu_list .swiper-slide img {
        width: 1.9rem;
        height: .7rem;
    }
    .why_join {
        padding: 0 0;
        height:4.2rem;
        background-image: url('../img/why_join_m.png');
        background-size: cover;
        background-position: center bottom;
    }
    .ind_order_5 .ext {
        padding-top: 0.4rem;
        color: #ccc;
        text-align: left;
    }
    .apply_form {
        width: auto;
        font-size: .3rem;
    }
    .apply_form .ipt_box>.flex {
        display: block;
    }
    .apply_form .tag {
        white-space: nowrap;
    }
    .apply_form .item {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        align-items: center;
    }
    .apply_form .ipt_text {
        flex: 1;
    }
    .apply_form .addr_box select {
        width: auto;
        flex: 1;
    }
    .apply_form label {
        margin-right: .3rem;
        display: inline-block;
    }
    .apply_form button {
        width: 75%;
        line-height: .8rem;
        margin: .3rem auto .7rem;
    }
    .ind_order_4 {
        padding-bottom: 0.8rem;
    }
    .ind_order_4 .ext{
        width: 100%;
        padding-top: 0.4rem;
        margin-bottom: 0.4rem;
    }
    .ind_order_6 {
        padding-bottom: 0.8rem;
    }
    .ind_order_6 .address {
        width: calc(100% + 0.6rem);
        height: 7.9rem;
        margin: 0.7rem 0 0;
        background: url(../img/address_m.png) 65% center no-repeat;
        background-size: cover;
        margin-left: -0.3rem;
        position: relative;
        left: 0;
    }
    .ind_order_7 {
        margin-bottom:0rem;
        padding-bottom:0.4rem;
    }

    .partner p{
        margin-bottom: 0.17rem;
    }
    .partner img{
        margin-bottom: 0.39rem;
        width:  100%;
    }
    .partner img.partent1{
        width:  1.7rem;
    }
    .contact_foot {
        margin-bottom: 0;
    }
    .bottom_live {
        display: block;
        z-index: 1;
        position: fixed;
        left: 0;
        bottom: 0;
        width: 100%;
        line-height: .88rem;
    }
    .bottom_live .live {
        float: left;
        width: 50%;
        text-align: center;
        color: #fff;
        font-size: .3rem;
        background-color: #1a70f0;
    }
    .bottom_live .live:last-child {
        background-color: #5b9bfe;
    }
    .partner img.xbf{
        width: 3.43rem;
        height: 0.72rem;
        vertical-align: middle;
    }
    .zcdw{
        display: none;
    }
    .zcdw_m{
        display: block;
    }
    .partner .xbfImg{
        width: 2.78rem;
        height: 0.72rem;
    }
    .zcWrap img{
       width: 1.7rem;
       height: 0.72rem;
       margin-right: 0.03rem;
    }
    .xbf2{
        margin-left: 0.03rem;
    }
}