body {
    padding-top: 80px;
}
html {
    height: 100%;
}
header {
    height: 600px;
    padding-top: 80px;
    background: url(https://public.feeclouds.com/homepage/imgs/partner_banner.png) no-repeat;
    background-size: cover;
    text-align: center;
    color: #fff;
    margin-top: -80px;
}
header h2 {
    font-size: 48px;
    font-weight: bold;
    margin-top: 150px;
    text-align: center;
}
header h4 {
    font-size: 20px;
    margin-top: 23px;
    text-align: center;
    font-weight: normal;
}
.main_nav {
    top: 0;
    background-color: rgba(28,28,28,0.65);
}
.conect {
    width: 190px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border: 2px solid #FFFFFF;
    margin: 80px auto;
    font-size: 20px;
}
.conect:hover {
    cursor: pointer;
}
.section-fir {
    background: #fff;
}
section {
    text-align: center;
    padding: 53px 10% 0;
}
section .title {
    font-size: 40px;
    color: #000;
    text-align: center;
}
section .desc {
    font-size: 20px;
    color: #344563;
    margin-top: 10px;
    margin-bottom: 80px;
}
.mobile-industry {
    display: none;
}
.industry {
    display: flex;
    justify-content: space-between;
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid #E6E6E6;
}
.industry-sec {
    border: none;
}
.industry img {
    width: 40%;
    height: auto;
}
.industry div {
    width: 40%;
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.industry div h3 {
    font-size: 30px;
    color: #333;
    line-height: 1.5;
    text-align: left;
}

.industry div p {
    font-size: 16px;
    color: #000;
    margin-top: 24px;
}

.section-sec {
    background: #FAFAFB;
    padding-bottom: 100px;
}
.swiper-container{
    display: none;
}
.section-sec ul {
    display: flex;
    justify-content: space-between;
    height: auto;
}

.section-sec ul li {
    width: 220px;
    height: 338px;
    color: #fff;
    font-size: 16px;
    padding-top: 80px;
}

.section-sec ul li:nth-child(1) {
    background: url(https://public.feeclouds.com/homepage/imgs/partner_3.png) no-repeat;
    background-size: cover;
}

.section-sec ul li:nth-child(2) {
    background: url(https://public.feeclouds.com/homepage/imgs/partner_4.png) no-repeat;
    background-size: cover;
}

.section-sec ul li:nth-child(3) {
    background: url(https://public.feeclouds.com/homepage/imgs/partner_5.png) no-repeat;
    background-size: cover;
}

.section-sec ul li:nth-child(4) {
    background: url(https://public.feeclouds.com/homepage/imgs/partner_6.png) no-repeat;
    background-size: cover;
}

.section-sec ul li p:nth-child(2) {
    width: 172px;
    margin: 60px auto 0;
    text-align: left;
}

.section-sec ul li p:nth-child(1) span {
    font-size: 60px;
}

.section-third {
    padding-bottom: 80px;
}

.section-third .item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}

.section-third .item img {
    width: 19%;
    height: 18%;
}

.section-third .item .text {
    width: 19%;
    padding: 30px 0;
}

/* .section-third .item .text-align {
    width: 16%;
    padding: 30px 0;
} */
.section-third .item .text-align h4{
    text-align: right;
}
.section-third .item h4 {
    font-size: 18px;
}

.section-third .item p {
    font-size: 16px;
    text-align: left;
}

.section-four {
    width: 100%;
    height: 411px;
    background: url(https://public.feeclouds.com/homepage/imgs/partner_11.png) no-repeat;
    background-size: cover;
    padding: 40px 0;
}

.section-four .title {
    color: #fff;
}

.section-four .desc {
    font-size: 20px;
    color: #fff;
    margin-bottom: 36px;
}

.footer{
    display: flex;
    justify-content: center;
    height: 202px;
}

.footer .left {
    width: 260px;
    height: 202px;
    color: #fff;
    padding: 40px;
    background: rgba(0, 0, 0, 0.45);
}

.footer .line {
    width: 1px;
    height: 120px;
    background: #E6E6E6;
    margin: 40px 70px;
}

.left .name {
    font-size: 20px;
    margin-bottom: 5px;
}

.left .job-title {
    padding-bottom: 19px;
    border-bottom: 1px solid #ffffff73;
    margin-bottom: 16px;
    font-size: 14px;
}

.left .mobile {
    font-size: 18px;
    line-height: 28px;
}

.left .email {
    font-size: 16px;
}

.footer .right {
    padding-top: 24px;
}

.footer .right input {
    width: 100%; 
    font-size: 12px;
    background: none;
    border: 1px solid #C1C7CF;
    /* margin-bottom: 10px; */
    outline: none;
}

.footer .register {
    background: #1434E1;
    height: 42px;
    line-height: 42px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    margin-top: 16px;
}

.footer .register:hover {
    cursor: pointer;
}

#mask {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 1000;
    background: rgba(0, 0, 0, 0.45);
}


/* 弹框 */

#bg {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10000;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .6);
    background-color: #000;
    opacity: .6;
    filter: Alpha(opacity=60);
}
.ant-modal{
    display: none;
}
.window {
    position: fixed;
    display: flex;
    /* left: 50%;
    top: -100%; */
    z-index: 10000;
    width: 660px;
    height: 408px;
    padding: 27px;
    background: url(https://public.feeclouds.com/homepage/imgs/partner_card_web_z.png) no-repeat;
    background-size: cover;
    -webkit-transition: top .3s ease-out;
    transition: top .5s ease-out;
    top:50%;
    left:50%;
    transform:translateX(-50%) translateY(-50%);
    -ms-transform:translateX(-50%) translateY(-50%);
    -moz-transform:translateX(-50%) translateY(-50%);
    -webkit-transform:translateX(-50%) translateY(-50%);
    -o-transform:translateX(-50%) translateY(-50%);
}

#close {
    width: 24px;
    height: 24px;
    position: absolute;
    right: -34px;
    top: -34px;
}

#close:hover {
    cursor: pointer;
}

.error1,
.error2 {
    color: red;
    font-size: 12px;
    margin-top: -12px;
    display: inline-block;
    float: left;
}

.el-form-item {
    margin-bottom: 22px;
  }
  .el-form-item:after, .el-form-item:before {
    display: table;
    content: "";
  }
  .el-form-item:after {
    clear: both;
  }
  .el-form-item__label {
    text-align: right;
    vertical-align: middle;
    float: left;
    font-size: 14px;
    color: #606266;
    line-height: 40px;
    padding: 0 12px 0 0;
    box-sizing: border-box;
  }
  .el-form-item.is-required:not(.is-no-asterisk)>.el-form-item__label:before {
    content: "*";
    color: #f56c6c;
    margin-right: 4px;
  }
  .el-form-item__content {
    line-height: 32px;
    position: relative;
    font-size: 14px;
  }
  .el-form-item__content:after, .el-form-item__content:before {
    display: table;
    content: "";
  }
  .el-form-item__content:after {
    clear: both;
  }
  .el-form-item label.error {
    color: #f56c6c;
    font-size: 12px;
    line-height: 1;
    padding-top: 4px;
    position: absolute;
    top: 100%;
    left: 0;
  }
  .el-input {
    position: relative;
    font-size: 14px;
    display: inline-block;
    width: 100%;
  }
  .el-input__inner.error, .el-form-item.is-error .el-input__inner:focus, .el-textarea__inner.error, .el-form-item.is-error .el-textarea__inner:focus {
    border-color: #f56c6c;
  }
  .el-input__inner:focus,  .el-textarea__inner:focus{
    outline: none;
    border-color: #409eff;
  }
  .el-input__inner {
    -webkit-appearance: none;
    background-color: #fff;
    background-image: none;
    border-radius: 4px;
    border: 1px solid #dcdfe6;
    box-sizing: border-box;
    color: #606266;
    display: inline-block;
    font-size: inherit;
    height: 32px;
    line-height: 32px;
    outline: none;
    padding: 0 15px;
    transition: border-color .2s cubic-bezier(.645,.045,.355,1);
    width: 100%;
  }
  .el-textarea {
    display: inline-block;
    width: 100%;
    vertical-align: bottom;
    /* font-size: 14px; */
  }
  .el-textarea__inner {
    display: block;
    resize: vertical;
    padding: 5px 15px;
    line-height: 1.5;
    box-sizing: border-box;
    width: 100%;
    font-size: inherit;
    color: #606266;
    background-color: #fff;
    background-image: none;
    border: 1px solid #dcdfe6;
    border-radius: 4px;
    transition: border-color .2s cubic-bezier(.645,.045,.355,1);
  }
  .el-button--primary {
    color: #fff;
    background: #1434E1;
    width: 100%;
    height: 42px;
    line-height: 42px;
    font-size: 14px;
    text-align: center;
    margin-top: 16px;
    border: none;
  }
  .el-button--primary:focus, .el-button--primary:hover {
    background: #1434E1;
  }
  .el-button {
    display: inline-block;
    line-height: 1;
    white-space: nowrap;
    cursor: pointer;
    /* background: #fff; */
    border-color: #dcdfe6;
    /* color: #606266; */
    -webkit-appearance: none;
    text-align: center;
    box-sizing: border-box;
    outline: none;
    margin: 0;
    transition: .1s;
    font-weight: 500;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    padding: 12px 20px;
    font-size: 14px;
    border-radius: 4px;
  }
  input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #dcdfe6;
  }
  input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #dcdfe6;
  }
  input::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #dcdfe6;
  }
  input:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #dcdfe6;
  }
  textarea::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #dcdfe6;
  }
  textarea:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #dcdfe6;
  }
  textarea::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #dcdfe6;
  }
  textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #dcdfe6;
  }


/* mobile */

@media screen and (max-width: 1023px) {
    html {
        font-size: 50px;
    }
    body {
        padding-top: 0;
    }
    header {
        height: 13rem;
        background: url(https://public.feeclouds.com/homepage/imgs/partber_banner_phone.png) no-repeat;
        background-size: cover;
    }
    header h2 {
        font-size: 0.48rem;
        margin-top: 0.12rem;
    }
    header h4 {
        font-size: 0.24rem;
        margin-top: 0.4rem;
    }
    header .conect {
        width: 2.3rem;
        height: 0.6rem;
        line-height: 0.6rem;
        font-size: 0.26rem;
        margin-top: 0.9rem;
    }
    section {
        padding: 0.4rem 5%;
    }
    section .title {
        font-size: 0.4rem;
    }
    section .desc {
        font-size: 0.28rem;
        margin: 0.04rem 0 0.6rem;
    }
    .industry {
        display: none;
    }
    .mobile-industry {
        display: block;
    }
    .mobile-industry div {
        font-size: 0.34rem;
        color: #333;
        text-align: center;
        font-weight: bold;
        margin-bottom: 0.2rem;
    }
    .mobile-industry p {
        font-size: 0.24rem;
        margin-bottom: 0.2rem;
        line-height: 1.5;
        text-align: left;
    }
    .mobile-industry img {
        margin-bottom: 0.6rem;
    }
    .section-sec ul {
        width: 140%;
        padding-bottom: 20px;
        justify-content: start;
        overflow-y: auto;
    }
    .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
        bottom: 0px !important;
    }
    .section-sec {
        padding: 0.4rem 4%;
    }
    
    .section-sec ul li {
        width: 3.2rem;
        min-height: 190px;
        height: auto;
        color: #fff;
        font-size: 0.16rem;
        padding-top: 0.8rem;
    }
    .section-sec ul li p:nth-child(1) span {
        font-size: 0.6rem;
    }
    .section-sec ul li p:nth-child(2) {
        width: 100%;
        margin: -0.6rem auto 0;
        line-height: 1.5;
        padding: 0 10px;
    }
    .section-third .item {
        flex-flow: wrap;
        margin-bottom: 0;
    }
    .section-third .item .text {
        width: 63%;
        padding: 0;
        height: 132px;
    }
    .section-third .item p {
        font-size: 0.24rem;
        text-align: left;
        line-height: 1.5;
    }
    .section-third .item img {
        width: 33%;
        height: 18%;
    }
    .left .job-title {
        border-bottom:none;
        margin-bottom: 0;
    }
    .footer {
        display: flex;
        justify-content: space-between;
        height: 440px;
        flex-flow: column;
    }
    .section-four {
        height: auto;
        padding: 40px 0 0 0;
    }
    .footer .left {
        width: 100%;
        height: 250px;
        color: #fff;
        padding: 30px 40px;
        background: rgba(0, 0, 0, 0.45);
    }
    .footer .line {
        width: 90%;
        height: 1px;
        background: #E6E6E6;
        margin: 0 auto;
    }
    .window {
        width: 400px;
        height: 250px;
    }
    .section-third .item h4 {
        font-size: 16px;
        color: #333333;
        letter-spacing: 0;
        font-weight: bold;
    }
    .section-third .item .text-align h4{
        text-align: right;
    }
    .section-four .desc {
        font-size: 14px;
        color: #fff;
        margin-bottom: 36px;
    }
    .left .mobile {
        font-size: 20px;
        color: #FFFFFF;
        letter-spacing: 0;
        text-align: center;
    }
    .left .email {
        font-size: 19px;
        color: #FFFFFF;
        letter-spacing: 0;
        text-align: center;
    }
    .el-button{
        margin-top: 15px;
    }
    header {
        margin-top: 0px;
    }
    .main_nav {
        top: 0;
        background-color: rgba(28,28,28,1);;
    }
    .section-sec .animatable{
        display: none;
    }
    .swiper-container{
        display: block;
    }
}

@media screen and (min-width:768px) and (max-width:992px){
    .window {
        width: 400px;
        height: 250px;
    }
}


/*-- ============================================================== 
 Ipad & above all(768px) 
 ============================================================== */


/*-- ============================================================== 
 Phone and below ipad(767px) 
 ============================================================== */

@media (max-width: 767px)  and (min-width:576px) {
    .window {
        width: 400px;
        height: 250px;
    }
}
@media (max-width: 575px) {
    .window {
        width: 250px;
        height: 160px;
    }
}
@media only screen and (device-width : 375px) and (device-height : 812px) and (-webkit-device-pixel-ratio : 3) {
    .window {
        width: 80%;
        height: 23%;
    }
 }