/*! 版权所有，翻版必究 */
/*商家入驻*/
.mask {
    height: 100%;
    width: 100%;
    position: fixed;
    bottom: 0px;
    display: none;
    background-color: rgba(0, 0, 0, 0.5);
    color: #EEEEEE;
    font-size: 20px;
    /*display: block;*/
    z-index: 9;
}

.enterForm {
    width: 35%;
    border: 1px solid white;
    background-color: white;
    z-index: 10;
    position: fixed;
    top: 20%;
    left: 35%;
    border-radius: 5px;
    text-align: center;
    display: none;
}

.enterButton {
    background-color: #2773FF;
    border-radius: 5px;
    padding: 5px 40px 5px 40px;
    color: white;
    border-color: #2773FF;
    margin-bottom: 20px;
}

.formGroup {
    padding-bottom: 40px;
}

.controlLabel{
    text-align: right;
    font-size:16px;
    font-weight:400;
    color:rgba(65,65,66,1);
}

.radioSpan {
    font-size: 16px;
    font-weight: 400;
    color: rgba(65, 65, 66, 1);
    position: absolute;
}
.radio-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    /* font-weight: 400; */
    /* vertical-align: middle; */
    cursor: pointer;
    margin-right: 30px;
    top: -15px;
}

.errorhidden{
    display: none;
    color: red;
    font-size: 16px;
    margin-top: -20px;
}

.suchidden{
    display: none;
    color: green;
    font-size: 16px;
    margin-top: -20px;
}

/* banner */
#itemone {
    position: relative;
    margin-top: -70px;
    width: 100%;
    height: 100%;
}

#bannerimg {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -11;
    width: 100%;
    height: 100%;
}

#bannerimg img {
    width: 100%;
    height: 100%;
}

#slogan {
    position: relative;
    width: 100%;
    height: 100%;
}

#slogan p {
    color: #fff;
    position: absolute;
    left: 0px;
    text-align: center;
    width: 100%;
}

#slogan .small {
    top: 43%;
    font-size: 16px;
    line-height: 30px;
}

#slogan .big {
    top: 55%;
    font-size: 58px;
    line-height: 64px;
    margin-bottom: 20px;
    transform: translateY(-50%);
    font-weight: 300;
}

#slogan .word {
    top: 62%;
    font-size: 16px;
    line-height: 40px;
    margin-bottom: 20px;
    font-weight: 300;
}

/* whirligigbox */
#whirligigbox {
    height: auto;
    padding: 50px 0;
    position: relative;
    background: linear-gradient(#fff, #EAF0FF);
    /* background: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#EAF0FF));
    background: -moz-linear-gradient(top, #fff, #EAF0FF);
    background: -o-linear-gradient(top, #fff, #EAF0FF);
    background: -ms-linear-gradient(#fff, 0%,#EAF0FF 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#EAF0FF',GradientType=1 ); */
}

#whirligigbox .container {
    height: 100%;
}

#whirligigcontent {
    width: 100%;
    height: 100%;
}

#whirligigcontent .whirligigtitle {
    font-size: 32px;
    font-weight: 300;
    color: #3863D2;
    text-align: center;
    margin-bottom: 50px;
    margin-top: 0px;
}

#whirligig {
    height: auto;
}

#descbox {
    color: #38373F;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    margin-bottom: 10px;
}

/*  --*/
ol,
ul {
    list-style: none;
}

a {
    text-decoration: none;
}

.wrap {
    width: 100%;
    height: 500px;
    position: relative;
}

.slide {
    height: 100%;
    position: relative;
}

.slide li {
    position: absolute;
    left: 200px;
    top: 0;
}

.slide li .slidebg {
    position: absolute;
    left: 0px;
    bottom: 0;
    height: auto;
    background: rgba(0, 0, 0, 0.4);
    line-height: 30px;
    font-size: 20px;
    color: #fff;
    border-radius: 0 0 20px 20px;
    padding: 0 20px;
    width: 100%;
}

.slide li img {
    width: 100%;
    border-radius: 20px;
}

.arrow {
    opacity: 1;
    position: absolute;
    top: 40%;
    z-index: 1000;
    width: 100%;
    transform: translateY(-50%);
}

.prev,
.next {
    width: 76px;
    height: 112px;
    position: absolute;
    z-index: 99;
}

.prev {
    left: 0;
    background: url(https://flpublic.oss-cn-shanghai.aliyuncs.com/website/image/prev.png) no-repeat center center;
}

.next {
    right: 0;
    background: url(https://flpublic.oss-cn-shanghai.aliyuncs.com/website/image/next.png) no-repeat center center;
}

#activeli {
    height: 30px;
    padding: 10px 0;
    width: 60px;
    margin: 0 auto;
}

#activeli li {
    width: 8px;
    height: 8px;
    background: rgba(56, 99, 210, 0.3);
    ;
    border-radius: 50%;
    margin-right: 10px;
}

#activeli li.active {
    background: #3863D2;
}

#ulbox li:nth-child(1) {
    width: 570px;
    top: 70px;
    left: 0px;
    opacity: 0.8;
    z-index: 3;
}

#ulbox li:nth-child(2) {
    width: 800px;
    top: 0px;
    left: 200px;
    opacity: 1;
    z-index: 4;
}

#ulbox li:nth-child(3) {
    width: 570px;
    top: 70px;
    left: 570px;
    opacity: 0.8;
    z-index: 3;
}

#ulbox {
    height: 100%;
}

/* flow */
#flow {
    height: auto;
    padding: 70px 0;
    background: linear-gradient(#6088EF, #3863D2);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#6088EF), to(#3863D2));
    /** Chrome Safari **/
    background: -moz-linear-gradient(top, #6088EF, #3863D2);
    /** FireFox **/
    background: -o-linear-gradient(top, #6088EF, #3863D2);
    /** Opear **/
    background: -ms-linear-gradient(#6088EF, 0%, #3863D2 100%);
    /** IE9 IE10 **/
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6088EF', endColorstr='#3863D2', GradientType=1);
}

.flowtitle {
    font-size: 32px;
    font-weight: 300;
    color: #fff;
    text-align: center;
    margin-bottom: 20px;
}

.flowdescript {
    font-size: 18px;
    color: #fff;
    text-align: center;
    margin-bottom: 100px;
}

#flowprocess {
    width: 94%;
    border: 3px solid #fff;
    border-left: 0px solid #fff;
    border-right: 0px solid #fff;
    height: 150px;
    margin-bottom: 130px;
    position: relative;
    z-index: 2;
}

#flowprocess::after {
    content: '';
    position: absolute;
    width: 150px;
    height: 150px;
    border: 3px solid #fff;
    border-left: 0px solid #fff;
    border-radius: 0 50% 50% 0;
    right: -75px;
    top: -3px;
    z-index: 4;
}

.flowitem {
    width: 80px;
    height: 80px;
    position: absolute;
    z-index: 5;
    border-radius: 50%;
}

.flowitem img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.flowitem:nth-child(1) {
    left: 10%;
    top: 0;
    transform: translateY(-50%);
}

.flowitem:nth-child(1)::after {
    position: absolute;
    content: '1.接单';
    left: 15%;
    bottom: -34px;
    font-size: 20px;
    color: #fff;
}

.flowitem:nth-child(2) {
    left: 35%;
    top: 0;
    transform: translateY(-50%);
}

.flowitem:nth-child(2)::after {
    position: absolute;
    content: '2.面料采购';
    width: 200px;
    left: -13%;
    bottom: -34px;
    font-size: 20px;
    color: #fff;
}

.flowitem:nth-child(3) {
    left: 60%;
    top: 0;
    transform: translateY(-50%);
}

.flowitem:nth-child(3)::after {
    position: absolute;
    content: '3.工厂验布';
    width: 200px;
    left: -13%;
    bottom: -34px;
    font-size: 20px;
    color: #fff;
}

.flowitem:nth-child(4) {
    left: 85%;
    top: 0;
    transform: translateY(-50%);
}

.flowitem:nth-child(4)::after {
    position: absolute;
    content: '4.生产排程和作业排程';
    width: 300px;
    left: -68%;
    bottom: -34px;
    font-size: 20px;
    color: #fff;
}

.flowitem:nth-child(5) {
    left: 10%;
    bottom: 0px;
    transform: translateY(50%);
}

.flowitem:nth-child(5)::after {
    position: absolute;
    content: '8.物流运送';
    width: 200px;
    left: -13%;
    bottom: -34px;
    font-size: 20px;
    color: #fff;
}

.flowitem:nth-child(6) {
    left: 35%;
    bottom: 0px;
    transform: translateY(50%);
}

.flowitem:nth-child(6)::after {
    position: absolute;
    content: '7.缝纫加工';
    width: 200px;
    left: -13%;
    bottom: -34px;
    font-size: 20px;
    color: #fff;
}

.flowitem:nth-child(7) {
    left: 60%;
    bottom: 0px;
    transform: translateY(50%);
}

.flowitem:nth-child(7)::after {
    position: absolute;
    content: '6.裁切';
    width: 200px;
    left: 15%;
    bottom: -34px;
    font-size: 20px;
    color: #fff;
}

.flowitem:nth-child(8) {
    left: 85%;
    bottom: 0px;
    transform: translateY(50%);
}

.flowitem:nth-child(8)::after {
    position: absolute;
    content: '5.排唛';
    width: 200px;
    left: 15%;
    bottom: -34px;
    font-size: 20px;
    color: #fff;
}

/* advantage */
#advantagecontent {
    height: auto;
    padding: 40px 0;
    background: #fff url(https://flpublic.oss-cn-shanghai.aliyuncs.com/website/image/advantagebg.png) no-repeat left bottom;
}

#advantage {
    height: auto;
}

#advantage .advantagetitle {
    font-size: 32px;
    font-weight: 300;
    color: #3863D2;
    text-align: center;
    margin-bottom: 20px;
}

#advantage .advantagedescript {
    font-size: 18px;
    color: #38373F;
    text-align: center;
    margin-bottom: 30px;
    font-weight: 300;
}

#advantageline {
    width: 80%;
    height: 140px;
    /* background: pink; */
    margin: 120px auto;
    position: relative;
}

.advantsitembox {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.advantscontentbox {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
}

.advantsitem {
    width: 400px;
    height: 0px;
    display: inline-block;
    border: 2px dashed #BDCBF1;
}

.advantsitem:nth-child(1) {
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    /* IE 9 */
    -moz-transform: rotate(-45deg);
    /* Firefox */
    -webkit-transform: rotate(-45deg);
    /* Safari 和 Chrome */
    -o-transform: rotate(-45deg);
    /* Opera */
    transform-origin: bottom left;
    position: absolute;
    left: 5%;
    bottom: 0px;
}

.advantsitem:nth-child(2) {
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform-origin: top left;
    position: absolute;
    left: 30%;
    top: 0px;
}

.advantsitem:nth-child(3) {
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    /* IE 9 */
    -moz-transform: rotate(-45deg);
    /* Firefox */
    -webkit-transform: rotate(-45deg);
    /* Safari 和 Chrome */
    -o-transform: rotate(-45deg);
    /* Opera */
    transform-origin: bottom left;
    position: absolute;
    left: 55%;
    bottom: 0px;
}

.advantsitem:nth-child(4) {
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform-origin: top left;
    position: absolute;
    left: 80%;
    top: 0px;
}

.advantscontent {
    width: 160px;
    height: 160px;
    background: #3963D3;
    background: linear-gradient(#3963D3, #5E86EE);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#3963D3), to(#5E86EE));
    background: -moz-linear-gradient(top, #3963D3, #5E86EE);
    background: -o-linear-gradient(top, #3963D3, #5E86EE);
    background: -ms-linear-gradient(#3963D3, #5E86EE);
    position: absolute;
    z-index: 5;
    border-radius: 50%;
}

.advantsbox {
    width: 94%;
    height: 94%;
    margin: 3%;
    border-radius: 50%;
    border: 1px dashed #fff;
    position: absolute;
    box-sizing: border-box;
}

.advantscontent1 {
    left: -15%;
    bottom: 0px;
    transform: translateX(50%) translateY(50%);
}

.advantscontent2 {
    left: 7%;
    top: 0px;
    transform: translateX(50%) translateY(-50%);
}

.advantscontent3 {
    left: 31%;
    bottom: 0px;
    transform: translateX(50%) translateY(50%);
}

.advantscontent4 {
    left: 55%;
    top: 0px;
    transform: translateX(50%) translateY(-50%);
}

.advantscontent5 {
    left: 97%;
    bottom: 0px;
    transform: translateX(-50%) translateY(50%);
}

/* apply */
#applycontent {
    height: auto;
    padding: 40px 0;
    background: linear-gradient(#6088EF, #3863D2);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#6088EF), to(#3863D2));
    /** Chrome Safari **/
    background: -moz-linear-gradient(top, #6088EF, #3863D2);
    /** FireFox **/
    background: -o-linear-gradient(top, #6088EF, #3863D2);
    /** Opear **/
    background: -ms-linear-gradient(#6088EF, 0%, #3863D2 100%);
    /** IE9 IE10 **/
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6088EF', endColorstr='#3863D2', GradientType=1);
}

#apply {
    height: auto;
}

.applyimg {
    min-width: 100%  !important;
    width: auto  !important;
    height: 450px;
    overflow: hidden;
    flex-wrap: nowrap;
    display: flex;
}

#apply .applytitle {
    font-size: 32px;
    font-weight: 300;
    color: #fff;
    text-align: center;
    margin-bottom: 62px;
}

.applyimgitem {
    height: 450px;
    overflow: hidden;
    background-size: contain;
    background-clip: content-box;
    padding: 0;
    padding-right: 5px;
    float: left;
}

.applyimgitem:nth-child(1) {
    background: url(https://flpublic.oss-cn-shanghai.aliyuncs.com/website/image/apply1.png) no-repeat;
    background-clip: content-box;
}

.applyimgitem:nth-child(2) {
    background: url(https://flpublic.oss-cn-shanghai.aliyuncs.com/website/image/apply2.png) no-repeat;
    background-clip: content-box;
}

.applyimgitem:nth-child(3) {
    background: url(https://flpublic.oss-cn-shanghai.aliyuncs.com/website/image/apply3.png) no-repeat;
    background-clip: content-box;
}

.applyimgitem:nth-child(4) {
    background: url(https://flpublic.oss-cn-shanghai.aliyuncs.com/website/image/apply4.png) no-repeat;
    background-clip: content-box;
    padding-right: 0px;
}

.applyimg img {
    width: 100%;
    height: 100%;
}

.applyimgitem::after {
    position: absolute;
    left: 0px;
    top: 0px;
    width: calc(100% - 5px);
    content: '';
    height: 100%;
    /* background: rgba(0, 0, 0, 0.4); */
    z-index: 5;
}

.applyimgitem:last-child::after {
    width: calc(100%);
}

.applyimgitemword {
    position: absolute;
    top: 55%;
    width: 100%;
    text-align: center;
    font-size: 20px;
    left: 0px;
    line-height: 30px;
    color: #fff;
    z-index: 8;
    transform: translateY(-50%);
    font-weight: 300;
}

.applyimgitemwordshow {
    display: block;
}

.f30 {
    font-size: 30px;
}

.hidewords {
    margin-bottom: 10px;
    font-size: 30px;
}

.applyimgitemwordhide {
    display: none;
}

.applyimgitem:hover .applyimgitemwordshow {
    display: none;
}

.applyimgitem:hover .applyimgitemwordhide {
    display: block;
}

.advantsboxbig {
    width: 100%;
    height: 60%;
    text-align: center;
    line-height: 118px;
    font-size: 42px;
    color: #fff;
}

.advantsboxbig span {
    font-size: 12px;
    color: #fff;
}

.advantsboxsmall {
    width: 100%;
    height: 40%;
    font-size: 18px;
    text-align: center;
    line-height: 26px;
    color: #fff;
}

#ulbox li a,
#arrLeft,
#arrRight {
    cursor: auto;
}

.applywidth {
    width: 250px;
    margin: 0 auto;
}
#pcItem{
    display: block;
}
#phonesItem{
    display: none;
}

/* 适配 */
/* 大屏幕 */
@media (min-width: 1200px) {
    #itemfactory {
        padding: 100px 0;
        background: pink;
    }
    #pcItem{
        display: block;
    }
    #phonesItem{
        display: none;
    }
}

/* 中等屏幕 */
@media (min-width: 992px) and (max-width: 1200px) {
    #itemfactory {
        padding: 80px 0;
        background: green;
    }
    #pcItem{
        display: block;
    }
    #phonesItem{
        display: none;
    }
}

/* 小屏幕 */
@media (min-width: 768px) and (max-width: 992px) {
    #itemfactory {
        padding: 50px 0;
        background: red;
    }
    #pcItem{
        display: block;
    }
    #phonesItem{
        display: none;
    }
}

/* 手机 */
@media (max-width: 768px) {
    #pcItem{
        display: none;
    }
    #phonesItem{
        display: block;
    }
    #itemone {
        margin-top: 0px;
        height: 400px;
    }

    #slogan .big {
        /* line-height: 40px;
        top: 53%;
        font-size: 30px;
        font-family: 'SourceHanSansCN-Normal';
        font-weight: 400;
        color: rgba(255, 255, 255, 1);
        line-height: 40px;
        margin-bottom: 8px; */
        top: 50%;
        font-size: 26px;
        font-family: 'SourceHanSansCN-Medium';
        font-weight: 500;
        color: rgba(255, 255, 255, 1);
        line-height: 26px;
        margin-bottom: 36px;
    }

    #slogan .word {
        /* top: 60%;
        font-size: 12px;
        font-family: 'PingFang-SC-Regular';
        font-weight: 400;
        color: rgba(255, 255, 255, 1);
        line-height: 14px; */
        top: 60%;
        margin-bottom: 20px;
        font-size: 14px;
        font-family: 'SourceHanSansCN-Normal';
        font-weight: 400;
        color: rgba(255, 255, 255, 1);
        line-height: 26px;
    }

    #slogan .small {
        /* top: 14%;
        font-size: 16px;
        line-height: 50px; */
        top: 35%;
        line-height: 20px;
        margin-bottom: 30px;
        font-size: 12px;
        font-family: 'ArialMT';
        font-weight: 400;
        color: rgba(255, 255, 255, 1);
    }

    #bannerimg {
        position: absolute;
        left: 0;
        top: 0;
        z-index: -11;
        width: 100%;
        height: 100%;
    }

    #bannerimg img {
        width: 100%;
        height: 100%;
    }

    #whirligigcontent .whirligigtitle {
        font-size: 18px;
        margin-bottom: 20px;
    }

    #descbox {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 0px;
        margin-top: 20px;
    }

    #whirligigbox {
        padding: 20px 0;
    }

    #ulbox li:nth-child(1) {
        width: 173px;
        top: 20px;
        left: 0px;
        opacity: 0.8;
        z-index: 3;
    }

    #ulbox li:nth-child(2) {
        width: 240px;
        top: 0px;
        left: 52px;
        opacity: 1;
        z-index: 4;
    }

    #ulbox li:nth-child(3) {
        width: 173px;
        top: 20px;
        left: 173px;
        opacity: 0.8;
        z-index: 3;
    }

    .wrap {
        height: 128px;
    }

    .arrow {
        top: 8%;
    }

    /* #flow */
    #flow {
        padding: 36px 0;
        background: #3863D2;
    }

    .flowtitle {
        text-align: center;
        margin-bottom: 20px;
        font-size: 24px;
        font-family: 'SourceHanSansCN-Medium';
        font-weight: 500;
        color: rgba(255, 255, 255, 1);
        line-height: 26px;
    }

    .flowdescript {
        width: 60%;
        margin: 0 auto;
        color: #fff;
        text-align: center;
        margin-bottom: 10px;
        font-size: 12px;
        font-family: 'SourceHanSansCN-Light';
        font-weight: 300;
        color: rgba(255, 255, 255, .7);
        line-height: 17px;
    }

    #phoneflowprocessbox {
        width: 100%;
        height: auto;
        padding: 40px 46px;
    }

    #phoneflowprocess {
        width: calc(100% - 30px);
        border: 2px solid #fff;
        border-left: 0px solid #fff;
        border-right: 0px solid #fff;
        height: 100px;
        position: relative;
        z-index: 2;
        margin-left: 30px;
    }

    #phoneflowprocess::after {
        content: '';
        position: absolute;
        width: 100px;
        height: 100px;
        border: 2px solid #fff;
        border-left: 0px solid #fff;
        border-radius: 0 50% 50% 0;
        right: -44px;
        top: -2px;
        z-index: 4;
    }

    #phoneflowprocess1 {
        width: 50%;
        border-bottom: 2px solid #fff;
        height: 100px;
        position: relative;
        z-index: 2;
        top: -2px;
        padding-left: 30px;
    }

    #phoneflowprocess1::after {
        content: '';
        position: absolute;
        width: 100px;
        height: 100px;
        border: 2px solid #fff;
        border-right: 0px solid #fff;
        border-radius: 50% 0 0 50%;
        left: -44px;
        top: 0px;
        z-index: 4;
    }

    .phoneflowitem {
        width: 60px;
        height: 60px;
        position: absolute;
        z-index: 15;
        border-radius: 50%;
    }

    .phoneflowitem img {
        width: 100%;
        height: 100%;
    }

    #phoneflowprocess .phoneflowitem:nth-child(1) {
        left: 0%;
        top: 0;
        transform: translateY(-50%) translateX(-50%);
    }

    #phoneflowprocess .phoneflowitem::after {
        width: 110%;
    }

    #phoneflowprocess .phoneflowitem:nth-child(1)::after {
        position: absolute;
        content: '1.接单';
        left: 20%;
        font-size: 12px;
        color: #fff;
        font-family: 'SourceHanSansCN-Light';
        font-weight: 300;
        color: rgba(255, 255, 255, 1);
        line-height: 22px;
        bottom: 0;
        margin-bottom: -20px;
    }

    #phoneflowprocess .phoneflowitem:nth-child(2) {
        left: 46%;
        top: 0;
        transform: translateY(-50%) translateX(-50%);
    }

    #phoneflowprocess .phoneflowitem:nth-child(2)::after {
        position: absolute;
        content: '2.面料采购';
        left: -4%;
        font-size: 12px;
        color: #fff;
        font-family: 'SourceHanSansCN-Light';
        font-weight: 300;
        color: rgba(255, 255, 255, 1);
        line-height: 22px;
        bottom: 0;
        margin-bottom: -20px;
    }

    #phoneflowprocess .phoneflowitem:nth-child(3) {
        left: 90%;
        top: 0;
        transform: translateY(-50%) translateX(-50%);
    }

    #phoneflowprocess .phoneflowitem:nth-child(3)::after {
        position: absolute;
        content: '3.工厂验布';
        left: -4%;
        font-size: 12px;
        color: #fff;
        font-family: 'SourceHanSansCN-Light';
        font-weight: 300;
        color: rgba(255, 255, 255, 1);
        line-height: 22px;
        bottom: 0;
        margin-bottom: -20px;
    }

    #phoneflowprocess .phoneflowitem:nth-child(4) {
        left: 0%;
        bottom: 0px;
        transform: translateY(50%) translateX(-50%);
    }

    #phoneflowprocess .phoneflowitem:nth-child(6)::after {
        position: absolute;
        content: '4.生产排程和作业排程';
        left: -4%;
        font-size: 12px;
        color: #fff;
        font-family: 'SourceHanSansCN-Light';
        font-weight: 300;
        color: rgba(255, 255, 255, 1);
        line-height: 18px;
        bottom: 0;
        margin-bottom: -34px;
    }

    #phoneflowprocess .phoneflowitem:nth-child(5) {
        left: 46%;
        bottom: 0px;
        transform: translateY(50%) translateX(-50%);
    }

    #phoneflowprocess .phoneflowitem:nth-child(5)::after {
        position: absolute;
        content: '5.排唛';
        left: 20%;
        font-size: 12px;
        color: #fff;
        font-family: 'SourceHanSansCN-Light';
        font-weight: 300;
        color: rgba(255, 255, 255, 1);
        line-height: 22px;
        bottom: 0;
        margin-bottom: -20px;
    }


    #phoneflowprocess .phoneflowitem:nth-child(6) {
        left: 90%;
        bottom: 0px;
        transform: translateY(50%) translateX(-50%);
    }

    #phoneflowprocess1 .phoneflowitem:nth-child(1) {
        left: 30px;
        bottom: 0px;
        transform: translateY(50%) translateX(-50%);
    }

    #phoneflowprocess1 .phoneflowitem:nth-child(1)::after {
        position: absolute;
        content: '7.缝纫加工';
        left: -4%;
        font-size: 12px;
        color: #fff;
        font-family: 'SourceHanSansCN-Light';
        font-weight: 300;
        color: rgba(255, 255, 255, 1);
        line-height: 22px;
        bottom: 0;
        margin-bottom: -20px;
    }

    #phoneflowprocess1 .phoneflowitem:nth-child(2) {
        left: 104%;
        bottom: 0px;
        transform: translateY(50%) translateX(-50%);
    }

    #phoneflowprocess1 .phoneflowitem:nth-child(2)::after {
        position: absolute;
        content: '8.物流运送';
        left: -4%;
        font-size: 12px;
        color: #fff;
        font-family: 'SourceHanSansCN-Light';
        font-weight: 300;
        color: rgba(255, 255, 255, 1);
        line-height: 22px;
        bottom: 0;
        margin-bottom: -20px;
    }

    #phoneflowprocess1 .phoneflowitem:nth-child(3) {
        left: 30px;
        top: 0px;
        transform: translateY(-50%) translateX(-50%);
    }

    #phoneflowprocess1 .phoneflowitem:nth-child(3)::after {
        position: absolute;
        content: '6.裁切';
        left: 20%;
        font-size: 12px;
        color: #fff;
        font-family: 'SourceHanSansCN-Light';
        font-weight: 300;
        color: rgba(255, 255, 255, 1);
        line-height: 22px;
        bottom: 0;
        margin-bottom: -20px;
    }

    /* advantage */
    .advantscontent {
        width: 92px;
        height: 92px;
    }

    .advantsboxbig {
        height: auto;
        font-size: 30px;
        font-family: 'MechanicGothic-Regular';
        font-weight: 400;
        color: rgba(255, 255, 255, 1);
        line-height: 65px;
    }

    .advantsboxsmall {
        font-size: 12px;
        line-height: 15px;
        height: auto;
        position: absolute;
        bottom: 20px;
    }

    .advantscontent1 .advantsboxsmall,
    .advantscontent2 .advantsboxsmall,
    .advantscontent4 .advantsboxsmall {
        font-size: 16px;
    }

    #advantageline {
        width: 90%;
    }

    .advantsitem:nth-child(1) {
        left: 0;
    }

    .advantsitem:nth-child(2) {
        left: 20%;
    }

    .advantsitem:nth-child(3) {
        left: 40%;
    }

    .advantsitem:nth-child(4) {
        left: 60%;
    }

    .advantscontent1 {
        /* left: -19%; */
        left: 0%;
        bottom: 0px;
        transform: translateX(0%) translateY(50%);
    }

    .advantscontent2 {
        left: 30%;
        top: 0px;
        transform: translateX(-50%) translateY(-50%);
    }

    .advantscontent3 {
        /* left: 22%; */
        left: 50%;
        bottom: 0px;
        transform: translateX(-50%) translateY(50%);
    }

    .advantscontent4 {
        left: 70%;
        top: 0px;
        transform: translateX(-50%) translateY(-50%);
    }

    .advantscontent5 {
        left: 100%;
        bottom: 0px;
        transform: translateX(-100%) translateY(50%);
    }

    #advantageline {
        margin: 46px 0;
        width: 100%;
    }

    #advantage .advantagedescript {
        margin-bottom: 90px;
        font-size: 12px;
        font-family: 'SourceHanSansCN-Regular';
        font-weight: 400;
        color: rgba(56, 55, 63, 1);
    }

    #advantage .advantagetitle {
        margin-bottom: 14px;
        margin-top: 0px;
        font-size: 24px;
        font-family: 'SourceHanSansCN-Medium';
        font-weight: 500;
        color: rgba(56, 99, 210, 1);
        line-height: 26px;
    }

    /* applycontent */
    .applyimgitem:nth-child(1) {
        background: url(https://flpublic.oss-cn-shanghai.aliyuncs.com/website/image/phoneapply1.png) no-repeat;
    }

    .applyimgitem:nth-child(2) {
        background: url(https://flpublic.oss-cn-shanghai.aliyuncs.com/website/image/phoneapply2.png) no-repeat;
    }

    .applyimgitem:nth-child(3) {
        background: url(https://flpublic.oss-cn-shanghai.aliyuncs.com/website/image/phoneapply3.png) no-repeat;
    }

    .applyimgitem:nth-child(4) {
        background: url(https://flpublic.oss-cn-shanghai.aliyuncs.com/website/image/phoneapply4.png) no-repeat;
    }

    #applycontent {
        padding: 50px 0;
    }

    #apply .applytitle {
        margin-top: 0px;
        margin-bottom: 30px;
        font-size: 24px;
        font-family: 'SourceHanSansCN-Medium';
        font-weight: 500;
        color: rgba(255, 255, 255, 1);
        line-height: 26px;
    }

    .applyimgitem {
        height: 204px;
    }

    .f30 {
        font-size: 14px;
    }

    .applyimgitemwordhide {
        font-size: 12px;
    }

    .hidewords {
        margin-bottom: 10px;
        font-size: 14px;
    }

    .slide li img {
        border-radius: 12px;
    }

    .advantsitem {
        border: 1px dashed #BDCBF1;
    }

    #advantageline {
        height: 120px;
    }

    .advantsbox {
        border: 1px dashed rgba(255, 255, 255, .5);
    }

    #applycontent .container-fluid {
        padding: 0;
    }

    .applyimgitemword {
        line-height: 22px;
    }

    /* phonewhirligigbox */
    .phonewhirligigbox {
        height: auto;
        padding: 0;
        margin: 0;
    }

    .phonewhirligigboxitem {
        padding: 50px 0 34px 0;
        box-sizing: content-box;
        height: auto;
    }

    .phonewhirligigboxitemtit {
        font-size: 24px;
        font-family: 'SourceHanSansCN-Medium';
        font-weight: 500;
        color: rgba(56, 99, 210, 1);
        line-height: 26px;
        text-align: center;
        margin-bottom: 16px;
    }

    .phonewhirligigboxitemdesc {
        text-align: center;
        font-size: 12px;
        font-family: 'SourceHanSansCN-Regular';
        font-weight: 400;
        color: rgba(56, 55, 63, 1);
        line-height: 15px;
        width: 80%;
        margin: 0 auto;
        margin-bottom: 40px;
    }

    .phonewhirligigboxitemimg {
        width: 98%;
        height: auto;
        display: block;
        margin: 0 auto;
    }

    #advantagecontent {
        padding: 46px 0;
    }

    .phoneapply {
        height: auto;
    }

    .phoneapply .row {
        height: auto;
    }

    .phoneapplyitem {
        margin-bottom: 10px;
        width: 49%;
        margin-right: 1%;
        border-radius: 12px;
        padding: 0px !important;
        position: relative;
    }

    .phoneapplyitem img {
        width: 100%;
        height: auto;
        border-radius: 12px;
    }

    .phoneapplyitem:nth-child(2),
    .phoneapplyitem:nth-child(4) {
        margin-right: 0%;
        margin-left: 1%;
    }

    #applycontent {
        background: #345ec6 url(https://flpublic.oss-cn-shanghai.aliyuncs.com/website/image/phonestockbg.png) no-repeat left bottom;
    }

    .phoneapplyitemtip {
        width: auto;
        height: auto;
        background: #3863D2;
        border-radius: 18px;
        position: absolute;
        left: 50%;
        z-index: 4;
        top: 50%;
        color: #fff;
        padding: 4px 14px;
        line-height: 20px;
        transform: translateX(-50%) translateY(-50%);
    }

    .phoneapplyitemdesc {
        position: absolute;
        width: 92%;
        text-align: center;
        z-index: 4;
        bottom: 10px;
        font-size: 12px;
        font-family: 'SourceHanSansCN-Regular';
        font-weight: 400;
        color: rgba(255, 255, 255, 1);
        line-height: 15px;
        left: 50%;
        transform: translateX(-50%);
    }
    .phoneapplyitem:nth-child(3)  .phoneapplyitemtip  , .phoneapplyitem:nth-child(4)  .phoneapplyitemtip   {
        width:  84px;
        margin-left: -42px;
        transform: translateX(0%) translateY(-50%);
    }



}
