/* PC */

@media (min-width: 769px) {
  .container {
    padding: 0;
  }
  .xg_content .container {
    width: 100%;
  }
  .xg_content .con_1200 {
    width: 1200px;
    margin: 0 auto;
  }
  /* banner1 */
  .banner1 {
    position: relative;
    width: 1200px;
    margin: 0 auto 35px auto;
    height: 381px;
    background: url(/images/Prototype/banner1.jpg) no-repeat center center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .banner1 p:nth-of-type(1) {
    color: #FFF;
    font-size: 36px;
    margin-bottom: 25px;
  }
  .banner1 p:nth-of-type(2) {
    color: #FFF;
    font-size: 16px;
    margin-bottom: 25px;
  }
  .banner1 span {
    display: inline-block;
    width: 30px;
    height: 5px;
    background: #FFF;
  }
  /* section1 */
  .section1 {
    width: 1200px;
    margin: 0 auto 60px auto;
    padding-bottom: 30px;
    border-bottom: 1px solid #e5e5e5;
  }
  .section1 ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .section1 ul li {
    box-sizing: border-box;
    padding: 25px 15px;
    width: 265px;
    min-height: 300px;
    /* background: #FFF; */
    font-size: 14px;
    color: #666;
    border-radius: 4px;
    /* border:1px solid #e5e5e5; */
  }
  .img1 {
    text-align: center;
    margin-bottom: 25px;
  }
  .img1 img {
    width: 68px;
  }
  .text {
    line-height: 25px;
  }
  /* é¢„ç®— æˆæœ¬ */
  .budget_tit p {
    font-size: 36px;
    color: #333333;
    text-align: center;
  }
  .budget_tit p em {
    font-size: 48px;
  }
  .budget_tit span {
    margin-top: 15px;
    display: block;
    text-align: center;
    font-size: 16px;
  }
  .budget_div {
    position: relative;
    height: 500px;
    width: 900px;
    margin: 50px auto 0 auto;
  }
  .budget_div span {
    display: inline-block;
    position: absolute;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #333333;
    font-size: 14px;
    padding: 0 35px;
    border-radius: 50px;
  }
  .budget_div span:nth-of-type(1) {
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    background: #f7e4d7;
    border: 1px solid #f5d0b5;
  }
  .budget_div span:nth-of-type(2) {
    left: 15%;
    top: 100px;
    background: #f4d4d0;
    border: 1px solid #f0b1a7;
  }
  .budget_div span:nth-of-type(3) {
    right: 15%;
    top: 100px;
    background: #ceedf6;
    border: 1px solid #a3e1f4;
  }
  .budget_div span:nth-of-type(4) {
    left: 5%;
    top: 200px;
    background: #e3d4f9;
    border: 1px solid #ceb0f9;
  }
  .budget_div span:nth-of-type(5) {
    width: 245px;
    height: 245px;
    line-height: 230px;
    text-align: center;
    font-size: 30px;
    color: #FFF;
    border-radius: 50%;
    border: 10px solid #FFF;
    background: #d9344c;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    box-sizing: border-box;
  }
  .budget_div span:nth-of-type(6) {
    right: 5%;
    top: 200px;
    background: #c8f1e4;
    border: 1px solid #99ebd0;
  }
  .budget_div span:nth-of-type(7) {
    left: 15%;
    top: 300px;
    background: #d3daf9;
    border: 1px solid #aebcfa;
  }
  .budget_div span:nth-of-type(8) {
    right: 15%;
    top: 300px;
    background: #f8e7cd;
    border: 1px solid #f8d7a2;
  }
  .budget_div span:nth-of-type(9) {
    left: 30%;
    top: 395px;
    background: #c8f1e4;
    border: 1px solid #99ebd0;
  }
  .budget_div span:nth-of-type(10) {
    right: 30%;
    top: 395px;
    background: #f2d1d6;
    border: 1px solid #ecaab3;
  }
  /* section3 */
  .section3 {
    margin-top: 90px;
  }
  .section3 {
    width: 1200px;
    margin: 60px auto 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 90px;
  }
  .section3>div {
    width: 580px;
    min-height: 500px;
  }
  .Prototype_box>p {
    display: inline-block;
    width: 170px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 7px 7px 0 0;
    color: #FFF;
    background: #666;
  }
  .Prototype_yes>p {
    background: #d9344c;
  }
  /* è¡¨æ ¼ */
  .section3 table {
    background: #FFF;
    color: #333;
  }
  table, tr, th, td {
    padding: 5px 5px;
    border: 1px solid #e5e5e5;
    border-collapse: collapse;
    text-align: center;
  }
  thead div {
    font-size: 14px;
    font-weight: 600;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  tbody tr td div {
    font-size: 14px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  tbody tr td:nth-of-type(5) {
    background: #ebebeb;
  }
  .cell1 {
    width: 70px;
  }
  .cell2 {
    width: 160px;
  }
  .cell3, .cell4 {
    width: 75px;
    line-height: 20px;
  }
  .cell5 {
    padding: 0 10px;
    line-height: 20px;
    text-align: justify;
  }
  .tips {
    width: 100%;
    height: 70px;
    line-height: 70px;
    text-align: center;
    font-size: 14px;
    color: #FFF;
    background: #666;
  }
  .Prototype_yes .tips {
    background: #d9344c;
  }
  /* section4 */
  .section4 {
    padding-top: 110px;
    height: 765px;
    border-top: 1px solid #e5e5e5;
    background: url(/images/Prototype/section4bg.jpg) no-repeat center center;
  }
  .bug_tit p {
    font-size: 36px;
    color: #333333;
    text-align: center;
  }
  .bug_tit p em {
    font-size: 48px;
  }
  .bug_tit span {
    margin-top: 15px;
    display: block;
    text-align: center;
    font-size: 16px;
  }
  .bug_box {
    position: relative;
    height: 500px;
    width: 1000px;
    margin: 50px auto 0 auto;
  }
  .bug_box span {
    display: inline-block;
    position: absolute;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #333333;
    font-size: 14px;
    padding: 0 35px;
    border-radius: 50px;
  }
  .bug_box span:nth-of-type(1) {
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    background: #f7e4d7;
    border: 1px solid #f5d0b5;
  }
  .bug_box span:nth-of-type(2) {
    left: 10%;
    top: 100px;
    background: #f4d4d0;
    border: 1px solid #f0b1a7;
  }
  .bug_box span:nth-of-type(3) {
    right: 10%;
    top: 100px;
    background: #ceedf6;
    border: 1px solid #a3e1f4;
  }
  .bug_box span:nth-of-type(4) {
    left: 5%;
    top: 200px;
    background: #e3d4f9;
    border: 1px solid #ceb0f9;
  }
  .bug_box span:nth-of-type(5) {
    width: 245px;
    height: 245px;
    padding: 70px 45px 0 45px;
    line-height: 40px;
    text-align: center;
    font-size: 30px;
    color: #FFF;
    border-radius: 50%;
    border: 10px solid #FFF;
    background: #d9344c;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    box-sizing: border-box;
  }
  .bug_box span:nth-of-type(6) {
    right: 5%;
    top: 200px;
    background: #c8f1e4;
    border: 1px solid #99ebd0;
  }
  .bug_box span:nth-of-type(7) {
    left: 10%;
    top: 300px;
    background: #d3daf9;
    border: 1px solid #aebcfa;
  }
  .bug_box span:nth-of-type(9) {
    right: 10%;
    top: 300px;
    background: #f8e7cd;
    border: 1px solid #f8d7a2;
  }
  .bug_box span:nth-of-type(8) {
    left: 50%;
    top: 395px;
    transform: translateX(-50%);
    background: #f6d2d7;
    border: 1px solid #efadb6;
  }
  /* section5 */
  .section5 {
    background: #d9354d;
  }
  .section5>div>p {
    font-size: 36px;
    padding: 35px 0;
    text-align: center;
    color: #FFF;
  }
  /* section6 */
  .section6 {
    position: relative;
    margin: 60px 0 80px 0;
  }
  .video_div {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .video_l {
    width: 550px;
    height: 450px;
  }
  .video_title a {
    display: block;
    width: 100%;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background: #d9354d;
    font-size: 16px;
    color: #FFF;
  }
  .video_r {
    width: 630px;
    height: 450px;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
  }
  .video_text1 {
    padding: 30px 35px;
    font-size: 14px;
    background: #ebebeb;
  }
  .video_text1 p {
    text-indent: 2rem;
  }
  .video_text2 {
    padding: 30px 35px;
    font-size: 14px;
    background: #ebebeb;
  }
  .video_text2 h4 {
    font-size: 14px;
    color: #333;
    font-weight: 600;
  }
  .video_text2 p {
    margin-top: 5px;
    padding-bottom: 10px;
  }
  /* section7 */
  .section7 {
    position: relative;
    margin-bottom: 50px;
  }
  .Advertising img {
    max-width: 100%;
  }
  /* section8 */
  /* ç‰›äººå¹³å°æœåŠ¡æµç¨‹ */
  .ServiceProcess {
    padding: 50px 0;
    position: relative;
    overflow: hidden;
  }
  .ServiceProcess>h6 {
    position: relative;
    font-size: 24px;
    color: #333333;
    font-weight: 600;
    padding-bottom: 30px;
    padding-left: 15px;
  }
  .ServiceProcess>h6:before {
    display: inline-block;
    content: "";
    width: 5px;
    height: 25px;
    border-radius: 14px;
    background: #d9374b;
    position: absolute;
    left: 0;
    top: 0;
  }
  .tab_top {
    display: none;
  }
  .tab_con {
    width: 100%;
  }
  .tab_con>div {
    width: 100%;
    border: 1px solid #a0a0a0;
    background: #FFF;
    border-radius: 7px 0 0 7px;
    margin-bottom: 30px;
    overflow: hidden;
    border-radius: 7px;
  }
  .tab_div {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    height: 120px;
  }
  .tab_div div {
    position: relative;
    display: flex;
    align-items: center;
  }
  .tab1::after, .tab2::after, .tab3::after, .tab4::after {
    content: "";
    display: inline-block;
    position: relative;
    top: 0;
    right: 0;
    width: 37px;
    height: 6px;
    background: url(/images/process/line_d.png) no-repeat center;
  }
  .tabtwo .tab4::after {
    display: none;
  }
  .tabtwo ::after {
    margin-left: 30px;
  }
  .tab_div div p {
    width: 108px;
    height: 120px;
    padding: 0 12px;
    text-align: center;
    display: flex;
    align-items: center;
    color: #373737;
    font-weight: 600;
  }
  .tab1 p {
    background: url(/images/process/01.png) no-repeat center;
    width:110px!important;
  }
  .tab2 p {
    background: url(/images/process/02.png) no-repeat center;
  }
  .tab3 p {
    background: url(/images/process/03.png) no-repeat center;
  }
  .tab4 p {
    background: url(/images/process/04.png) no-repeat center;
  }
  .tab5 p {
    background: url(/images/process/05.png) no-repeat center;
  }
  .tabthree .tab_div>div::-webkit-scrollbar {
    display: none;
  }
  .tab1 .tab_div .tab5 {
    width: 175px !important;
  }
  .server_tit {
    padding: 0 32px;
    width: 120px;
    line-height: 33px;
    height: 120px;
    color: #FFF;
    font-size: 24px;
    display: flex;
    align-items: center;
    text-align: center;
    font-weight: 600;
    background: #d9374b url(/images/process/yxfw.png) no-repeat 6px 0px;
    border-radius: 7px;
  }
  .tabtwo .server_tit {
    background: #ff5c00 url(/images/process/sdfw.png) no-repeat 6px 0;
  }
  .tabthree .server_tit {
    background: #5090bc url(/images/process/bzfw.png) no-repeat 6px 0;
  }
}

/* Mobile */

@media (max-width: 768px) {
  /* å†…å®¹åŒº */
  .main-content {
    padding: 0;
  }
  /* banner1 */
  .banner1 {
    position: relative;
    width: 100%;
    margin: 0 auto 35px auto;
    height: 350px;
    background: url(/images/Prototype/banner1_m.jpg) no-repeat center center;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .banner1 p:nth-of-type(1) {
    padding: 0 4%;
    color: #FFF;
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 25px;
  }
  .banner1 p:nth-of-type(2) {
    display: none;
    color: #FFF;
    font-size: 16px;
  }
  .banner1 span {
    display: none;
    width: 30px;
    height: 5px;
    background: #FFF;
  }
  /* section1 */
  .section1 {
    margin-bottom: 30px;
  }
  .section1 ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .section1 ul li {
    box-sizing: border-box;
    padding: 25px 15px;
    width: 50%;
    min-height: 300px;
    font-size: 14px;
    color: #666;
    border-radius: 4px;
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
  }
  .section1 ul li:nth-of-type(2n) {
    border-right: none;
  }
  .section1 ul li:nth-of-type(3), .section1 ul li:nth-of-type(4) {
    border-bottom: none;
  }
  .img1 {
    text-align: center;
    margin-bottom: 25px;
  }
  .img1 img {
    width: 68px;
  }
  .text {
    line-height: 25px;
  }
  /* section2 */
  .section2 {
    padding-top: 25px;
    background: #FFF;
    border-top: 1px solid #e5e5e5;
  }
  .budget_tit p {
    font-size: 18px;
    color: #333333;
    text-align: center;
  }
  .budget_tit p em {
    font-size: 24px;
  }
  .budget_tit span {
    margin-top: 15px;
    display: none;
    text-align: center;
    font-size: 16px;
  }
  .budget_div {
    position: relative;
    height: 307px;
    width: 100%;
    margin: 30px auto 0 auto;
  }
  .budget_div span {
    display: inline-block;
    position: absolute;
    padding: 5px 20px;
    line-height: 20px;
    text-align: center;
    color: #333333;
    font-size: 14px;
    border-radius: 50px;
  }
  .budget_div span:nth-of-type(1) {
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    background: #f7e4d7;
    border: 1px solid #f5d0b5;
  }
  .budget_div span:nth-of-type(2) {
    left: 5%;
    top: 50px;
    background: #f4d4d0;
    border: 1px solid #f0b1a7;
  }
  .budget_div span:nth-of-type(3) {
    right: 5%;
    top: 50px;
    background: #ceedf6;
    border: 1px solid #a3e1f4;
  }
  .budget_div span:nth-of-type(4) {
    left: 2%;
    top: 100px;
    background: #e3d4f9;
    border: 1px solid #ceb0f9;
    width: 120px;
  }
  .budget_div span:nth-of-type(5) {
    width: 120px;
    height: 120px;
    padding-top: 42px;
    line-height: 25px;
    text-align: center;
    font-size: 14px;
    color: #FFF;
    border-radius: 50%;
    border: 5px solid #FFF;
    background: #d9344c;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    box-sizing: border-box;
  }
  .budget_div span:nth-of-type(6) {
    min-width: 86px;
    right: 2%;
    top: 100px;
    background: #c8f1e4;
    border: 1px solid #99ebd0;
    width: 120px;
  }
  .budget_div span:nth-of-type(7) {
    left: 5%;
    top: 175px;
    background: #d3daf9;
    border: 1px solid #aebcfa;
  }
  .budget_div span:nth-of-type(8) {
    right: 2%;
    top: 175px;
    background: #f8e7cd;
    border: 1px solid #f8d7a2;
  }
  .budget_div span:nth-of-type(9) {
    left: 15%;
    top: 235px;
    background: #c8f1e4;
    border: 1px solid #99ebd0;
  }
  .budget_div span:nth-of-type(10) {
    right: 10%;
    top: 235px;
    background: #f2d1d6;
    border: 1px solid #ecaab3;
  }
  /* section3 */
  .section3 {
    margin: 30px auto 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 30px;
  }
  .section3>div {
    width: 100%;
    padding: 0 2%;
    margin-bottom: 25px;
  }
  .Prototype_box>p {
    display: inline-block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 4px 4px 0 0;
    color: #FFF;
    background: #666;
  }
  .Prototype_yes>p {
    background: #d9344c;
  }
  /* è¡¨æ ¼ */
  .section3 table {
    color: #333;
  }
  table, tr, th, td {
    padding: 5px 5px;
    border: 1px solid #e5e5e5;
    border-collapse: collapse;
    text-align: center;
  }
  thead div {
    font-size: 13px;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  tbody tr td div {
    font-size: 13px;
    line-height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  tbody tr td:nth-of-type(5) {
    background: #ebebeb;
  }
  .cell1 {
    width: 40px;
  }
  .cell2 {
    width: 80px;
  }
  .cell3, .cell4 {
    width: 50px;
    line-height: 20px;
  }
  .cell5 {
    padding: 0 10px;
    line-height: 20px;
    text-align: justify;
  }
  .tips {
    width: 100%;
    padding: 15px;
    line-height: 25px;
    text-align: center;
    font-size: 14px;
    color: #FFF;
    background: #666;
  }
  .Prototype_yes .tips {
    background: #d9344c;
  }
  /* section4 */
  .section4 {
    padding-top: 25px;
    border-top: 1px solid #e5e5e5;
  }
  .bug_tit p {
    font-size: 18px;
    color: #333333;
    text-align: center;
  }
  .bug_tit p em {
    font-size: 24px;
  }
  .bug_tit span {
    margin-top: 15px;
    display: none;
    text-align: center;
    font-size: 16px;
  }
  .bug_box {
    position: relative;
    height: 307px;
    width: 100%;
    margin: 30px auto 0 auto;
  }
  .bug_box span {
    display: inline-block;
    position: absolute;
    padding: 5px 10px;
    line-height: 20px;
    text-align: center;
    color: #333333;
    font-size: 13px;
    border-radius: 50px;
  }
  .bug_box span:nth-of-type(1) {
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    background: #f7e4d7;
    border: 1px solid #f5d0b5;
    width: 200px;
  }
  .bug_box span:nth-of-type(2) {
    left: 2%;
    top: 45px;
    background: #f4d4d0;
    border: 1px solid #f0b1a7;
    width: 140px;
  }
  .bug_box span:nth-of-type(3) {
    right: 2%;
    top: 50px;
    background: #ceedf6;
    border: 1px solid #a3e1f4;
    width: 140px;
  }
  .bug_box span:nth-of-type(4) {
    left: 2%;
    top: 115px;
    background: #e3d4f9;
    border: 1px solid #ceb0f9;
    width: 120px;
  }
  .bug_box span:nth-of-type(5) {
    width: 120px;
    height: 120px;
    padding-top: 42px;
    line-height: 25px;
    text-align: center;
    font-size: 14px;
    color: #FFF;
    border-radius: 50%;
    border: 5px solid #FFF;
    background: #d9344c;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    box-sizing: border-box;
  }
  .bug_box span:nth-of-type(6) {
    min-width: 86px;
    right: 2%;
    top: 115px;
    background: #c8f1e4;
    border: 1px solid #99ebd0;
    width: 120px;
  }
  .bug_box span:nth-of-type(7) {
    left: 3%;
    top: 175px;
    background: #d3daf9;
    border: 1px solid #aebcfa;
    width: 120px;
  }
  .bug_box span:nth-of-type(9) {
    right: 3%;
    top: 175px;
    background: #f8e7cd;
    border: 1px solid #f8d7a2;
    width: 120px;
  }
  .bug_box span:nth-of-type(8) {
    left: 50%;
    top: 235px;
    background: #f6d2d7;
    border: 1px solid #efadb6;
    transform: translateX(-50%);
    width: 200px;
  }
  /* section5 */
  .section5 {
    padding: 0 2%;
    background: #d9354d;
  }
  .section5>div>p {
    font-size: 16px;
    padding: 25px 0;
    text-align: center;
    color: #FFF;
  }
  /* section6 */
  .section6 {
    position: relative;
    margin: 30px 0 40px 0;
  }
  .video_div {
    padding: 0 2%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .video_l {
    width: 100%;
  }
  .video_con video {
    width: 100%;
    height: auto;
  }
  .video_title a {
    display: block;
    width: 100%;
    padding: 10px 2%;
    line-height: 25px;
    text-align: center;
    background: #d9354d;
    font-size: 16px;
    color: #FFF;
  }
  .video_r {
    width: 100%;
  }
  .video_text1 {
    padding: 30px 35px;
    font-size: 14px;
    padding: 20px 15px;
    font-size: 14px;
    text-align: justify;
  }
  .video_text1 p {
    text-indent: 2rem;
  }
  .video_text2 {
    padding: 30px 35px;
    font-size: 14px;
    border: 1px solid #e5e5e5;
  }
  .video_text2 h4 {
    font-size: 14px;
    color: #333;
    font-weight: 600;
  }
  .video_text2 h4 em {
    color: #d9344c;
  }
  .video_text2 p {
    margin-top: 5px;
    padding-bottom: 10px;
    margin-bottom: 15px;
    border-bottom: 1px solid #e5e5e5;
    text-align: justify;
  }
  .video_text2 p:nth-last-of-type(1) {
    border: none;
    padding-bottom: 0;
    margin-bottom: 0px;
  }
  /* section7 */
  .section7 {
    position: relative;
    margin-bottom: 50px;
  }
  .Advertising img {
    max-width: 100%;
  }
  /* section8 */
  /* ç‰›äººå¹³å°æœåŠ¡æµç¨‹ */
  .ServiceProcess {
    padding: 0 2%;
    position: relative;
    overflow: hidden;
  }
  .ServiceProcess>h6 {
    position: relative;
    font-size: 24px;
    color: #333333;
    padding-bottom: 30px;
    padding-left: 15px;
  }
  .ServiceProcess>h6:before {
    display: inline-block;
    content: "";
    width: 5px;
    height: 25px;
    border-radius: 14px;
    background: #d9374b;
    position: absolute;
    left: 0;
    top: 0;
  }
  .tab_top {
    display: flex;
    height: 60px;
    text-align: center;
    border-radius: 4px;
    overflow: hidden;
  }
  .tab_top span {
    position: relative;
    flex-grow: 1;
    height: 60px;
    line-height: 60px;
    color: #FFF;
    font-size: 14px;
  }
  .tab_top span:nth-of-type(1) {
    background-color: #d9374b !important;
    background-size: contain;
  }
  .tab_top span:nth-of-type(2) {
    background-color: #ff5c00 !important;
    background-size: contain;
  }
  .tab_top span:nth-of-type(3) {
    background-color: #5090bc !important;
    background-size: contain;
  }
  .tab_con {
    padding: 0 2% 0 2%;
    width: 100%;
  }
  .tab_con>div {
    width: 100%;
    overflow: hidden;
    display: none;
  }
  .tab_con .cur {
    display: block !important;
  }
  .tab_top .active {
    background: red url(/images/process/bzfw_m.png) no-repeat right center !important;
    background-size: 82px auto !important;
  }
  .tab_con>div em {
    display: none;
  }
  .tab_div {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .tab_div>div {
    position: relative;
    width: 100%;
    padding: 0 0 25px 0;
    margin: 25px 0 46px 0;
    border-bottom: 1px solid #fbe3c4;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .tab_div>div::after{
    content: "";
    position: absolute;
    bottom: -46px;
    left: 50%;
    display: inline-block;
    width: 5px;
    height: 46px;
    background: url(/images/process/line_b.png) no-repeat center;
  }
  .tab_div>div:nth-last-of-type(1){
    border: none;
  }
  .tab_div>div:nth-last-of-type(1)::after{
    display: none;
  }
  .tab_div>div p {
    width: 180px;
    height: 90px;
    padding: 0 20px;
    text-align: center;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
  }
  .tab1 p {
    background: url(/images/process/01.png) no-repeat center;
  }
  .tab2 p {
    background: url(/images/process/02.png) no-repeat center;
  }
  .tab3 p {
    background: url(/images/process/03.png) no-repeat center;
  }
  .tab4 p {
    background: url(/images/process/04.png) no-repeat center;
  }
  .tab5 p {
    background: url(/images/process/05.png) no-repeat center;
  }
  .server_tit {
    display: none !important;
  }
}