#business_re_new{
    overflow:hidden;
    width:100%;
    margin:0 auto;
}
#business_re_new ul{
    margin:0;
    padding:0;
    list-style:none;
}
#business_re_new .hid{
    text-indent:100%;
    white-space:nowrap;
    display:block;
    overflow:hidden;
}
#business_re_new .section01{
    overflow:hidden;
    background:url(/common/design/user/img/business/banner_business.jpg) no-repeat;
    background-size: 100%;
    height:470px;
    margin-bottom:26px;
}
/*-------------section_03-------------*/
#business_re_new section.section_03 h2 {
    font-size: 31px;
    font-weight: 700;
    text-align: center;
    max-width: 600px;
    width: 100%;
    background: #d61518;
    color: #fff;
    margin: 0 auto;
    padding: 25px 0;
    position: relative;
    z-index: 1;
}
section.section_03 {
    margin-top: 50px;
    margin-bottom: 20px;
}
#business_re_new .title-section_3 {
    position: relative;
    margin-bottom: 20px;
}
#business_re_new .text-top-red {
    font-size: 18px;
    color: #d61518;
    max-width: 165px;
    width: 100%;
    text-align: center;
    padding: 8px 0;
    background: #fff;
    border: 1px solid #d61518;
    border-radius: 50px;
    position: absolute;
    transform: rotateZ(-10deg);
    top: -25px;
    left: 35px;
    z-index: 3;
}
#business_re_new .text-top-red:after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 50%;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 16px solid #fff;
    margin-left: -10px;
}
#business_re_new .text-top-red:before {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 50%;
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right:  7px solid transparent;
    border-top: 17px solid #fff;
    margin-left: -10px;
}
#business_re_new .text_red_small p {
    font-size: 14px;
    color: #d61518;
    text-align: center;
}
#business_re_new .text_red {
    font-size: 63px;
    font-weight: 700;
    color: #d61518;
    position: relative;
    text-align:center ;
}
#business_re_new .text_red:before{
    content: url("/common/design/user/img/business/sorces-left.png");
    position: absolute;
    margin-left: -25px;
}
#business_re_new .text_red:after{
    content: url("/common/design/user/img/business/sorces-right.png");
    position: absolute;
    margin-left: 5px;
}
#business_re_new .column-yellow {
    display: flex;
    justify-content: space-between;
    background-image: linear-gradient(#fffffe, #fffdd5);
    padding: 60px 0px 25px;
    margin: 0 2px 5px;

}
#business_re_new .group-advertise{
    margin-top: -35px;
    border: 1px solid #e9e9e9;
}
#business_re_new .column_content {
    width: calc(100% / 3);
    padding: 0 20px;
    border-left: 1px dashed #898989;
}
#business_re_new .column_content:first-child{
    border: 0;
}
#business_re_new .column_content .image {
    max-width: 127px;
    width: 100%;
    margin: 0 auto 20px;
}
.button_text {
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    max-width: 220px;
    padding: 20px;
    border: 1px solid #000;
    border-radius: 10px;
    margin-bottom: 40px;
}
.text_black{
    font-size: 24px;
    font-weight: 700;
    text-align: center;
}
p.text-bottom {
    font-size: 14px;
    color: #383838;
}
/*----------*/
#business_re_new .section02{
    overflow:hidden;
    border:1px solid #0b49c6;
    border-width:0 6px 6px;
    background:#e5ffff;
    margin-bottom:24px;
    position:relative;
    height:365px;
}
#business_re_new .section02.mb80{margin-bottom:80px;}
#business_re_new .section02 h2{
    position:absolute;
    top:0;
    left:0;
    right:0;
    font-size: 30px;
    line-height: 64px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    background:#0b49c6;
    margin:0;
    text-indent: initial;
}
#business_re_new .section02 h2:after{
    content:'';
    position:absolute;
    bottom:-17px;
    left:50%;
    width:0;
    height:0;
    border-left:10px solid transparent;
    border-right:10px solid transparent;
    border-top:20px solid #0b49c6;
    margin-left:-10px;
}
#business_re_new .section02 .t01{
    position:absolute;
    font-size: 19px;
    line-height: 24px;
    font-weight: bold;
    text-align: center;
    top:100px;
    left:10px;
    width:409px;
    overflow:hidden;
    text-indent: initial;
}
#business_re_new .section02 .t02{
    position:absolute;
    font-size: 19px;
    line-height: 24px;
    font-weight: bold;
    text-align: center;
    top:100px;
    right:10px;
    width:409px;
    overflow:hidden;
    text-indent: initial;
}
#business_re_new .section02 .btn01,
#business_re_new .section02 .btn02{
    position:absolute;
    width:394px;
    height:81px;
    overflow:hidden;
    text-indent:-9999px;
    background:url(/common/design/user/img/business/business-btn-pc1.png) no-repeat 50%;
    top:127px;
    left:15px;
}
#business_re_new .section02 .btn02{
    left:auto;
    right:15px;
    background:url(/common/design/user/img/business/timezone-pc.png) no-repeat 50%;
}
#business_re_new .section02 .btn01:hover,
#business_re_new .section02 .btn02:hover{
    -moz-opacity:0.8;
    filter:alpha(opacity:80);
    opacity:0.8;
}

#business_re_new .section04{
    overflow:hidden;
}
#business_re_new .section04 .list-clients-info{
    margin:0 -4px 30px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    -ms-justify-content: space-around;
    justify-content: space-around;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    overflow:hidden;
}
#business_re_new .section04 .list-clients-info li{
    margin:0 5px 14px;
    width:276px;
    height:228px;
    display:block;
    overflow:hidden;
    text-indent:-9999px;
}
#business_re_new .section04 .list-clients-info li:nth-child(1){
    background:url(/template/pc/html/page/nobody/bsc/bg-bcp-clients-info01.png) no-repeat;
    background-size:276px 228px;
}
#business_re_new .section04 .list-clients-info li:nth-child(2){
    background:url(/template/pc/html/page/nobody/bsc/bg-bcp-clients-info02.png) no-repeat;
    background-size:276px 228px;
}
#business_re_new .section04 .list-clients-info li:nth-child(3){
    background:url(/template/pc/html/page/nobody/bsc/bg-bcp-clients-info03.png) no-repeat;
    background-size:276px 228px;
}
#business_re_new .section04 .list-clients-info li:nth-child(4){
    background:url(/template/pc/html/page/nobody/bsc/bg-bcp-clients-info04.png) no-repeat;
    background-size:276px 228px;
}
#business_re_new .section04 .list-clients-info li:nth-child(5){
    background:url(/template/pc/html/page/nobody/bsc/bg-bcp-clients-info05.png) no-repeat;
    background-size:276px 228px;
}
#business_re_new .section04 .list-clients-info li:nth-child(6){
    background:url(/template/pc/html/page/nobody/bsc/bg-bcp-clients-info06.png) no-repeat;
    background-size:276px 228px;
}
.bcp-title01{
    overflow: hidden;
    margin: 0 0 14px;
    background: url(/common/design/user/img/mike-tshirt-new/triangle.png) no-repeat 50% 100%;
    font-size: 30px;
    line-height: 70px;
    font-weight: bold;
    color: #ee4300;
    text-align: center;
    text-indent: initial;
}
#business_re_new .section05{
    overflow:hidden;
}
#business_re_new .section05 .introduction-list{
    margin:0 0 106px;
    padding:0;
    list-style:none;
    overflow:hidden;
}
#business_re_new .section05 .introduction-list li{
    overflow:hidden;
    margin-top:30px;
}
#business_re_new .section05 .introduction-list li:first-child{margin:0;}
#business_re_new .section05 .introduction-list h3{
    margin:0 0 20px;
    text-align:center;
    background:#b1e6ff;
    font-size:21px;
    line-height:44px;
    font-weight:bold;
    color:#045ca0;
    -moz-border-radius:20px;
    -webkit-border-radius:20px;
    border-radius:20px;
    overflow:hidden;
}
#business_re_new .section05 .introduction-list .wrap{
    overflow:hidden;
}
#business_re_new .section05 .introduction-list .image{
    float:left;
    width:345px;
}
#business_re_new .section05 .introduction-list .image img{
    display:block;
}
#business_re_new .section05 .introduction-list .text{
    overflow:hidden;
}
#business_re_new .section05 .introduction-list .box{
    overflow:hidden;
    margin:23px 0 0;
    padding-left:15px;
    position:relative;
}
#business_re_new .section05 .introduction-list .box:after{
    content:'';
    position:absolute;
    left:0;
    top:4px;
    bottom:4px;
    width:5px;
    background:#ee4300;
    overflow:hidden;
}
#business_re_new .section05 .introduction-list .box:first-child{margin-top:0;}
#business_re_new .section05 .introduction-list h4{
    margin:0;
    color:#ee4300;
    font-size:15px;
    line-height:28px;
    font-weight:bold;
}
#business_re_new .section05 .introduction-list p{
    margin:0;
    color:#1a1a1a;
    font-size:15px;
    line-height:28px;
}
.bcp-title02{
    overflow:hidden;
    margin:0 0 14px;
    text-indent:-9999px;
    background:url(/template/pc/html/page/nobody/bsc/title-business05.png) no-repeat 50%;
    height:74px;
    width:100%;
}
#business_re_new .section02.mb57{margin:0 0 57px;}
#business_re_new .section06{
    overflow:hidden;
}
#business_re_new .list-delivered-cases{
    overflow:hidden;
}
#business_re_new .list-delivered-cases li{
    background:url(/template/pc/html/page/nobody/bsc/bg-bcp-list-delivered-cases.png) repeat-x;
    overflow:hidden;
    margin:14px 0 0;
    padding:23px 20px 0;
}
#business_re_new .list-delivered-cases li:first-child{margin:0;}
#business_re_new .list-delivered-cases .top{
    overflow:hidden;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    margin-bottom:14px;
}
#business_re_new .list-delivered-cases .top .image{
    width:147px;
    margin-right:14px;
}
#business_re_new .list-delivered-cases .top .image img{display:block;}
#business_re_new .list-delivered-cases .top h3{
    margin:0;
    font-size:26px;
    line-height:30px;
    font-weight:bold;
    color:#f60;
}
#business_re_new .list-delivered-cases .top h4{
    margin:0;
    font-size:21px;
    line-height:30px;
    font-weight:bold;
    color:#1e1e1e;
}
#business_re_new .list-delivered-cases .top p{
    margin:0;
    font-size:17px;
    line-height:30px;
    color:#1e1e1e;
    padding-left:25px;
    background:url(/template/pc/html/page/nobody/bsc/icon-bcp01.png) no-repeat 0 50%;
}
#business_re_new .list-delivered-cases .text-info{overflow:hidden;}
#business_re_new .list-delivered-cases .text-info p{
    margin:0 0 20px;
    font-size:15px;
    line-height:30px;
    color:#000;
}
.bcp-title02{
    overflow: hidden;
    margin: 0 0 14px;
    background: url(/common/design/user/img/mike-tshirt-new/triangle.png) no-repeat 50% 102%;
    font-size: 30px;
    line-height: 36px;
    font-weight: bold;
    color: #ee4300;
    text-align: center;
    text-indent: initial;
}
#business_re_new .section07:after{
    content:'';
    display:block;
    clear:both;
}
#business_re_new .section02.mb98{margin-bottom:98px;}
#business_re_new .list-bcp-realized{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    margin:0 2px 27px 0;
}
#business_re_new .list-bcp-realized li{
    display:block;
    border:1px solid #cacaca;
    background:#fff;
    overflow:hidden;
    padding:20px;
    width:375px;
    box-shadow:2px 4px 0 rgba(178, 174, 173, 1);
}
#business_re_new .list-bcp-realized .image{
    overflow:hidden;
    margin-bottom:24px;
}
#business_re_new .list-bcp-realized .image img{
    display:block;
    width:100%;
}
#business_re_new .list-bcp-realized .text{overflow:hidden;}
#business_re_new .list-bcp-realized h3{
    margin:0;
    font-size:17px;
    line-height:22px;
    font-weight:bold;
    color:#040000;
}
#business_re_new .list-bcp-realized p{
    margin:0;
    font-size:15px;
    line-height:22px;
    color:#040000;
}
#business_re_new .section08{
    width:850px;
    height:619px;
    overflow:hidden;
    background:url(/common/design/user/img/mike-tshirt-new/buisness-banner-bg.jpg) no-repeat;
    background-size: contain;
    margin-bottom:40px;
    padding: 30px 50px 0;
}
#business_re_new .section08 h2{
    font-size: 42px;
    line-height: 60px;
    font-weight: bold;
    color: red;
    text-align: center;
    text-shadow: 4px 4px 4px #fff;
    margin-left: -40px;
    margin-bottom: 10px;
}
#business_re_new .section08 h3{
    font-size: 30px;
    line-height: 40px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    text-shadow: 2px 2px 2px #000;
    margin-left: -40px;
    margin-bottom: 10px;
}
.black-bg{
    background-color: #000;
    opacity: .7;
    padding: 14px;
    margin-left: -24px;
    width: 89%;
}
#business_re_new .section08 p{
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    font-weight: bold;
    margin: 0;
}
#business_re_new .section08 span{
    display:block;
    width:100%;
    text-indent: -9999px;
    overflow:hidden;
    margin:0;
}
.bcp-title03{
    overflow:hidden;
    margin:0 0 14px;
    background:url(/common/design/user/img/mike-tshirt-new/triangle.png) no-repeat 50% 102%;
    font-size: 30px;
    line-height: 36px;
    font-weight: bold;
    color: #ee4300;
    text-align: center;
}

#business_re_new .section05 .introduction-list .wrap{width:850px;}
.line-qr{
    position: absolute;
    bottom: 15px;
    left: -1px;
    right: -3px;
}
.line-qr img{
    display: block;
    width: 97%;
    margin: 0 auto;
}

#business_re_new .section02 .btn02 {
    border: 2px solid #bc4b00;
    border-radius: 5px;
    background: transparent;
    text-indent: 1px;
    box-sizing: border-box;
}

#business_re_new .section02 .btn02 .btn02-new-number  {
    height: 100%;
    background: linear-gradient(#ffa341, #ff7603);
    box-sizing: border-box;
    border: 1px solid #ffdfbd;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#business_re_new .section02 .btn02 .btn02-new-number .text {
    font-size: 14px;
    color: #fff;
    margin-bottom: 5px;
}

#business_re_new * {
    box-sizing: border-box;
}

#business_re_new .image img {
    width: 100%;
}

#business_re_new .flex-wrap-ct {
    display: flex;
    flex-wrap: wrap;
    margin-left: -8px;
    margin-right: -8px;
}

#business_re_new .flex-wrap-ct li {
    padding-left: 8px;
    padding-right: 8px;
    margin-bottom: 16px;
    width: 100%;
}

#business_re_new .flex-wrap-ct li .item {
    border: 1px solid #e3e3e3;
    padding: 20px 15px;
    height: 100%;
}

#business_re_new .flex-wrap-ct li .item .title {
    text-align: center;
    margin-bottom: 15px;
}

#business_re_new .flex-wrap-ct li .item .image {
    text-align: center;
    margin-bottom: 15px;
}

#business_re_new .flex-wrap-ct li .item p {
    font-size: 16px;
    line-height: 22px;
}

.wrap-strengths li .item .note {
    font-size: 12px;
    line-height: 17px;
}

.wrap-strengths li .item .title {
    font-size: 22px;
    line-height: 28px;
    font-weight: 700;
}

#business_re_new .wrap-strengths li .item .image img,
#business_re_new .rest-assured li .item .image img {
    width: auto;
}

.rest-assured .flex-wrap-ct li .title {
    height: 45px;
    font-size: 17px;
    line-height: 23px;
}

.rest-assured .flex-wrap-ct li .item {
    padding: 20px 15px 5px;
}

.various-item .content {
    background: linear-gradient(45deg, #ffc000, #fff000);
    padding: 25px 40px;
    margin-bottom: 30px;
}

.various-item .title {
    font-size: 24px;
    line-height: 44px;
    font-weight: 600;
    text-align: center;
    border: 4px solid #8d8951;
    border-radius: 10px;
    max-width: 580px;
    margin: 0 auto 30px;
    padding: 15px;
    position: relative;
}

.various-item .title span {
    font-size: 38px;
    color: #da0101;
}

.various-item .title .box-item {
    width: 60px;
    height: 78px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.various-item .title .item-1 {
    left: -70px;
}

.various-item .title .item-2 {
    right: -70px;
    transform: translateY(-50%) rotate(180deg);
}

.various-item .title .image {
    position: relative;
    height: 80px;
}

.various-item .title .image img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: contain;
    -o-object-fit: contain;
}

.various-item .list-item {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}

#business_re_new .various-item .list-item li {
    width: calc(100% / 3);
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
}

#business_re_new .various-item .list-item li .item {
    border: 0;
    border-radius: 50%;
    overflow: hidden;
    background: #fff;
    width: 200px;
    height: 200px;
    position: relative;
    padding: 0;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

#business_re_new .various-item .list-item li .item .image {
    position: relative;
    width: 100%;
    height: 165px;
    margin-bottom: 0;
}

#business_re_new .various-item .list-item li .item .image img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: contain;
    -o-object-fit: contain;
}

#business_re_new .various-item .list-item li .item p {
    text-shadow: 2px 2px 0 #fff, 2px -2px 0 #fff, -2px 2px 0 #fff, -2px -2px 0 #fff, 2px 0 0 #fff, 0 2px 0 #fff, -2px 0 0 #fff, 0 -2px 0 #fff, 2px 2px 2px rgba(255,255,255,0);
    position: absolute;
    margin-bottom: 0;
    bottom: 20px;
}

#business_re_new .various-item .list-item li:nth-child(2):before,
#business_re_new .various-item .list-item li:nth-child(5):before {
    content: '';
    display: block;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    bottom: -35px;
    left: -30px;
}

#business_re_new .various-item .list-item li:nth-child(2):after,
#business_re_new .various-item .list-item li:nth-child(5):after {
    content: '';
    display: block;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    bottom: -35px;
    right: -30px;
}

.page-business_re_new .oem {
    text-align: center;
    margin-bottom: 50px;
}

.page-business_re_new .oem .content {
    background: url("/common/design/user/img/business/oem-banner-bg.jpg") no-repeat;
    background-size: 100%;
    padding: 100px 50px 20px;
    border: 1px solid #e1e1e1;
}

.page-business_re_new .oem .image {
    margin-bottom: 20px;
}

.page-business_re_new .oem .title {
    background: #da1f2d;
    color: #fff;
    position: relative;
    font-size: 26px;
    line-height: 35px;
    width: 570px;
    margin: 0 auto -73px;
    padding: 30px 5px 20px;
    -webkit-box-shadow: 0 3px 5px 2px rgba(190,190,190,0.8);
    box-shadow: 0 3px 5px 2px rgba(190,190,190,0.8);
}

.page-business_re_new .oem .title:before,
.page-business_re_new .oem .title:after {
    content: '';
    display: block;
    border-bottom: 12px solid #910510;
    position: absolute;
    top: 0;
}

.page-business_re_new .oem .title:before {
    border-left: 8px solid transparent;
    left: -8px;
}

.page-business_re_new .oem .title:after {
    border-right: 8px solid transparent;
    right: -8px;
}

.page-business_re_new .oem p {
    font-size: 17px;
    line-height: 35px;
    margin-bottom: 0;
}

.page-business_re_new .oem .text-border {
    border: 2px solid #000;
    border-radius: 50px;
    padding: 5px;
    font-size: 26px;
    margin-bottom: 15px;
}

#business_re_new.page-business_re_new .list-delivered-cases li {
    background: transparent;
    border: 1px solid #e9e9e9;
}

#business_re_new.page-business_re_new .section06 {
    margin-bottom: 50px;
}

#business_re_new.page-business_re_new .list-bcp-realized li {
    box-shadow: none;
}

#business_re_new.page-business_re_new .section08 {
    background: url("/common/design/user/img/business/own-factory-bg.jpg") no-repeat;
    background-position: center;
}

#business_re_new.page-business_re_new .section08 h2 {
    text-shadow: 2px 2px 0 #fff, 2px -2px 0 #fff, -2px 2px 0 #fff, -2px -2px 0 #fff, 2px 0 0 #fff, 0 2px 0 #fff, -2px 0 0 #fff, 0 -2px 0 #fff, 2px 2px 2px rgba(255,255,255,0);
}

.page-business_re_new .section08 .black-wh {
    background: rgba(255,255,255,0.8);
    width: 390px;
}

#business_re_new.page-business_re_new .section08 .black-wh p {
    color: #000;
    padding: 25px 15px 30px;
    line-height: 25px;
}

#business_re_new.page-business_re_new .section08 {
    width: auto;
    height: auto;
    padding: 30px;
}

#business_re_new.page-business_re_new .section08 h2,
#business_re_new.page-business_re_new .section08 h3 {
    margin-left: 0;
}

#business_re_new.page-business_re_new .section08 h3 {
    margin-bottom: 25px;
}

.page-business_re_new .section08 .d-flex-ct {
    justify-content: space-between;
    align-items: center;
}

.page-business_re_new .section08 .box-circle {
    position: relative;
    border: 5px solid #fff;
    border-radius: 50%;
    width: 210px;
    height: 210px;
    margin-right: 40px;
}

#business_re_new.page-business_re_new .section08 span {
    text-indent: 1px;
    color: #fff;
    height: 90px;
    width: 98px;
    border: 1px solid #fff;
    background: #000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
}

.page-business_re_new .section08 .d-flex-ct span:nth-child(1) {
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
}

.page-business_re_new .section08 .d-flex-ct span:nth-child(2) {
    top: 50%;
    left: 0;
    transform: translate(-50%, -50%);
}

.page-business_re_new .section08 .d-flex-ct span:nth-child(3) {
    top: 50%;
    right: -50%;
    transform: translate(-50%, -50%);
}

.page-business_re_new .section08 .d-flex-ct span:nth-child(4) {
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 35%);
}

.page-business_re_new .section08 .box-h3 {
    position: relative;
}

.page-business_re_new .section08 .box-h3 h3 {
    position: relative;
    z-index: 2;
}

.page-business_re_new .section08 .box-h3 .line-border {
    position: absolute;
    background: #e8ca00;
    width: 300px;
    height: 20px;
    top: 25px;
    right: 100px;
}

.page-business_re_new .proposals-cost {
    text-align: center;
    margin-bottom: 50px;
}

.page-business_re_new .proposals-cost .title {
    font-size: 26px;
    line-height: 40px;
    font-weight: 600;
    position: relative;
    margin-bottom: 10px;
}

.page-business_re_new .proposals-cost .title:before,
.page-business_re_new .proposals-cost .title:after {
    content: '';
    display: block;
    width: 50px;
    height: 1px;
    background: #000;
    position: absolute;
    top: 50%;
    margin-bottom: 20px;
}

.page-business_re_new .proposals-cost .title:before {
    left: 40px;
}

.page-business_re_new .proposals-cost .title:after {
    right: 40px;
}

.page-business_re_new .proposals-cost .title span {
    font-size: 32px;
    color: #cc0000;
}

.page-business_re_new .proposals-cost p {
    font-size: 16px;
    line-height: 29px;
}

.page-business_re_new .proposals-cost ul {
    display: flex;
    margin-left: -8px;
    margin-right: -8px;
    justify-content: space-between;
}

.page-business_re_new .proposals-cost ul li {
    padding-left: 8px;
    padding-right: 8px;
    width: 25%;
}

.page-business_re_new .proposals-cost ul li .item {
    padding: 15px;
    background: #f6f6f6;
    position: relative;
}

.page-business_re_new .proposals-cost ul li:not(:last-child) .item:before,
.page-business_re_new .proposals-cost ul li:not(:last-child) .item:after {
    content: '';
    display: block;
    height: 1px;
    background: #000;
}

.page-business_re_new .proposals-cost ul li:not(:last-child) .item:before {
    width: 55px;
    position: absolute;
    top: 50%;
    right: -36px;
    z-index: 2;
}

.page-business_re_new .proposals-cost ul li:not(:last-child) .item:after {
    width: 25px;
    transform: rotate(40deg);
    position: absolute;
    top: 42%;
    right: -38px;
    z-index: 2;
}

.page-business_re_new .proposals-cost ul li .item .number {
    color: #8d8d8d;
    font-style: italic;
    font-size: 46px;
    margin-bottom: 10px;
}

.page-business_re_new .quality-standard-block .text-info_s1 {
    text-align: center;
    max-width: 540px;
    margin:0 auto 20px;
}

.page-business_re_new .quality-standard-block {
    overflow: hidden;
    margin-bottom: 48px;
}

.page-business_re_new .quality-standard-holder {
    background: rgb(255,239,193);
    background: -moz-linear-gradient(top,rgba(255,239,193,1) 0%,rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(top,rgba(255,239,193,1) 0%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom,rgba(255,239,193,1) 0%,rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffefc1',endColorstr='#ffffff',GradientType=0);
    overflow: hidden;
    padding: 36px 16px 26px;
}

.page-business_re_new .quality-standard-frame {
    overflow: hidden;
    min-height: 209px;
    margin-bottom: 15px;
}

.page-business_re_new .quality-standard-frame h4 {
    font-size: 24px;
    line-height: 26px;
    color: #000;
    margin: 0 0 7px;
}

.page-business_re_new .quality-standard-frame h3 {
    font-size: 45px;
    line-height: 48px;
    font-weight: 700;
    color: #ff8400;
    margin: 0 0 15px;
    text-align: center;
}

.page-business_re_new .quality-standard-frame p {
    font-size: 16px;
    line-height: 28px;
    color: #272727;
    max-width: 608px;
    margin-right: 20px;
    margin-bottom: 0;
}

#business_re_new.page-business_re_new .quality-standard-list {
    list-style: none;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -14px;
}

.page-business_re_new .quality-standard-list>li {
    width: 50%;
    padding: 0 14px;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 19px;
}

.page-business_re_new .quality-standard-list h5 {
    background: #ff8400;
    text-align: center;
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    color: #fff;
    padding: 18px 5px;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 60px;
}

.page-business_re_new .quality-standard-wrap {
    background: #fff;
    overflow: hidden;
    height: calc(100% - 60px);
    width: 100%;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px;
}

.page-business_re_new .quality-standard-wrap img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

.page-business_re_new .quality-standard-wrap strong {
    display: block;
    font-size: 16px;
    line-height: 18px;
    font-weight: 700;
    margin: 0 0 20px;
    text-align: center;
}

.page-business_re_new .quality-standard-wrap.add {
    display: block;
}

.page-business_re_new .quality-standard-wrap .two-k {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.page-business_re_new .quality-standard-wrap .two-k>div {
    width: 100%;
}

.page-business_re_new .quality-standard-wrap .two-k .image_k {
    min-width: 138px;
    width: 138px;
    max-width: 138px;
    margin-right: 10px;
}

.page-business_re_new .quality-standard-wrap .two-k .image_k img {
    display: block;
    width: 100%;
}

.page-business_re_new .quality-standard-wrap .text-info {
    font-size: 14px;
    line-height: 24px;
    color: #000;
}

.page-business_re_new .quality-standard-wrap .text-info p {
    margin: 0 0 12px;
    font-size: 14px;
    line-height: 24px;
    color: #000;
}

.page-business_re_new .quality-standard-wrap .text-info .link {
    display: block;
    color: #0092ef;
    font-size: 14px;
    line-height: 24px;
    text-decoration: underline;
}

.page-business_re_new .quality-standard-wrap .text-info .link:hover {
    text-decoration: none
}

.page-business_re_new .quality-standard-info {
    list-style: none;
    overflow: hidden;
    padding: 16px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.page-business_re_new .quality-standard-info>li {
    width: 100%;
    position: relative;
    padding: 60px 21px 10px 21px;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.page-business_re_new .quality-standard-info>li:after {
    content: '';
    position: absolute;
    top: 14px;
    width: 30px;
    height: 30px;
    border: 2px solid #fff;
    -moz-border-radius: 38px;
    -webkit-border-radius: 38px;
    border-radius: 38px;
    text-align: center;
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    color: #fff;
    left: 50%;
    margin-left: -18px;
}

.page-business_re_new .quality-standard-info>li:nth-child(1) {
    background: #e50d45;
    z-index: 4;
}

.page-business_re_new .quality-standard-info>li:nth-child(2) {
    background: #00ace5;
    z-index: 3;
}

.page-business_re_new .quality-standard-info>li:nth-child(3) {
    background: #f0af00;
    z-index: 2;
}

.page-business_re_new .quality-standard-info>li:nth-child(4) {
    background: #249900;
    z-index: 1;
}

.page-business_re_new .quality-standard-info>li:nth-child(1):after {
    background: #e50d45;
    content: 'P';
}

.page-business_re_new .quality-standard-info>li:nth-child(2):after {
    background: #00ace5;
    content: 'D';
}

.page-business_re_new .quality-standard-info>li:nth-child(3):after {
    background: #f0af00;
    content: 'C';
}

.page-business_re_new .quality-standard-info>li:nth-child(4):after {
    background: #249900;
    content: 'A';
}

.page-business_re_new .quality-standard-info>li:nth-child(1):before {
    content: '';
    position: absolute;
    right: -10px;
    top: 50%;
    margin-top: -12px;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-left: 10px solid #e50d45;
    border-bottom: 6px solid transparent;
}

.page-business_re_new .quality-standard-info>li:nth-child(2):before {
    content: '';
    position: absolute;
    right: -10px;
    top: 50%;
    margin-top: -12px;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-left: 10px solid #00ace5;
    border-bottom: 6px solid transparent;
}

.page-business_re_new .quality-standard-info>li:nth-child(3):before {
    content: '';
    position: absolute;
    right: -10px;
    top: 50%;
    margin-top: -12px;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-left: 10px solid #f0af00;
    border-bottom: 6px solid transparent;
}

.page-business_re_new .quality-standard-info b {
    display: block;
    text-align: center;
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 5px;
}

.page-business_re_new .quality-standard-info ul {
    list-style: none;
    font-size: 12px;
    line-height: 16px;
    color: #fff;
    text-align: center;
}

.page-business_re_new .payment-delivery h3 {
    font-size: 20px;
    line-height: 28px;
    color: #cc0000;
    border-bottom: 3px solid #cc0000;
    width: max-content;
    margin: 0 auto 15px;
    font-weight: 600;
    font-family: "Hiragino Kaku Gothic Pro";
}

.page-business_re_new .payment-delivery .item .title {
    background: #464646;
    color: #fff;
    margin-bottom: 10px;
    padding: 5px;
    text-align: center;
    font-weight: 600;
}

#business_re_new.page-business_re_new .payment-delivery ul {
    display: flex;
    flex-wrap: wrap;
    margin-left: -8px;
    margin-right: -8px;
}

.page-business_re_new .payment-delivery ul li {
    padding-left: 8px;
    padding-right: 8px;
    margin-bottom: 16px;
    width: calc(100% /3);
}

.page-business_re_new .payment-delivery .content ul li:first-child,
.page-business_re_new .payment-delivery .content ul li:nth-child(2) {
    width: 50%;
}
.page-business_re_new .payment-delivery ul li .item p {
    font-size: 14px;
    line-height: 20px;
    font-family: "Hiragino Kaku Gothic Pro";
}

.page-business_re_new .payment-delivery ul li .image {
    text-align: center;
    margin: 0 auto 20px;
    min-height:46px;
}

.page-business_re_new .payment-delivery .content {
    border: 1px solid #e9e9e9;
    margin-bottom: 20px;
    padding: 15px;
}

.page-business_re_new .payment-delivery .content li:last-child .item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.page-business_re_new .payment-delivery .content .note {
    background: #9e9e9e;
    color: #fff;
    border-radius: 50px;
    padding: 5px 10px;
    font-size: 14px;
    line-height: 20px;
}

.page-business_re_new .payment-delivery .content-2 li .item {
    border: 1px solid #e9e9e9;
    height: 100%;
    padding: 10px;
}

.page-business_re_new .payment-delivery .content-2 li .item strong {

    font-size: 16px;
    line-height: 33px;
}

.page-business_re_new .payment-delivery .content-2 .note {
    color: #000;
    font-size: 20px;
    line-height: 33px;
    text-align: center;
    background: #fff0f0;
    padding: 5px;
    margin-bottom: 10px;

}

.page-business_re_new .payment-delivery .content-2 .note span {
    color: #cc0000;
    font-size: 27px;
    display: block;
    font-weight: 600;
}

#business_re_new.page-business_re_new .section02 .btn01,
#business_re_new.page-business_re_new .section02 .btn02 {
    width: 345px;
    background-size: contain;
}

@media (min-width: 992px) {
    #business_re_new .wrap-strengths .flex-wrap-ct li {
        width: 50%;
    }

    #business_re_new .rest-assured .flex-wrap-ct li {
        width: calc(100% / 3);
    }
}
