* {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}
section {
    background-color: #fff !important;
}
.bg-grey {
    background-color: #FFFFFF !important;
}
#home {
    width: 100%;
}

input:focus,
select:focus {
    outline: none;
}

/* #home #header {
    width: 100%;
    min-height: 724px;
    min-width: 1640px;
    position: relative;
    overflow: hidden;
} */

#home .join-apply,
.about-fe,
.standard-terminal,
.top-service,
.cooperative-venture {
    display: flex;
    align-items: center;
    flex-direction: column;
}

#home .join-apply {
    width: 1294px;
    min-height: 433px;
    margin: 0 auto;
    margin-top: 60px;
}

.join-apply .title,
.about-fe .title,
.standard-terminal .title,
.top-service .title,
.cooperative-venture .title {
    display: flex;
    align-items: center;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #333333;
    line-height: 52px;
    font-size: 45px;
}

.join-apply .text,
.about-fe .text,
.standard-terminal .text,
.top-service .text,
.cooperative-venture .text {
    color: #F4BC4D;
}

#home .join-apply .arrow {
    width: 23px;
    height: 13px;
    margin-left: 12px;
    background: url(../image/join-down-arrow.png) no-repeat;
    background-size: 23px 13px;
    margin-top: 22px;
}

#home .join-apply .content-apply {
    margin-top: 44px;
    width: 100%;
    background: #F4BC4D;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 342px;
}

#home .join-apply .content-apply .tips {
    font-size: 26px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #333333;
    /* line-height: 52px; */
    text-align: center;
    margin-top: 32px;
}

#home .join-apply .content-apply .fill-out {
    margin-top: 22px;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

#home .join-apply .content-apply .fill-out .input,
.content-apply .form-area {
    display: flex;
    width: 911px;
    justify-content: space-between;
}


.join-apply .fill-out .form-control .getVerificationCodeText {
    position: absolute;
    right: 12px;
    font-size: 20px;
    color: #F4BC4D;
    line-height: 52px;
    cursor: pointer;
}

.join-apply .fill-out .form-control {
    width: 299px;
    display: flex;
    flex-direction: column;
    position: relative;
    height: 59px;
    border: 3px solid #F6F6F6 !important;
    padding: 0;
}

.fill-out input:focus {
    outline: 0;
}

.fill-out .fault {
    display: block;
    position: absolute;
    top: 62px;
    font-size: 12px;
    color: red;
    visibility: hidden;
}

.fill-out .error {
    border: 2px solid rgb(248, 2, 2) !important;
}


.fill-out .area-select {
    display: flex;
    justify-content: space-between;
    height: 59px;
    margin-bottom: 12px;
    width: 100%;
}

.fill-out .area-select select {
    height: 59px;
    font-size: 20px;
    font-family: Source Han Sans CN;
    font-weight: 300;
    color: #000000;
    line-height: 52px;
    display: block;
    padding: 0;
    width: 299px;
    background-color: #FFFFFF;
    border: none;
    margin-bottom: 10px;
    padding-left: 10px;
    border: 3px solid #F6F6F6;
}


.fill-out input {
    font-size: 20px;
    font-family: Source Han Sans CN;
    font-weight: 300;
    color: #C0C0C0;
    line-height: 52px;
    display: block;
    padding: 0;
    padding-left: 10px;
    height: 59px;
    outline: none;
    border: none;
}

.now-apply {
    margin-top: 31px;
    font-size: 34px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #F4BC4D;
    line-height: 52px;
    background: #000000;
    border-radius: 28px;
    text-align: center;
    width: 252px;
    height: 56px;
    border: none;
}

.about-fe {
    width: 100%;
    margin-top: 146px;
}

.standard-terminal-wrap {
    width: 100%;
    background: #F6F6F6;
    overflow: hidden;
    height: 1397px;
}

.standard-terminal {
    width: 1139px;
    background: #F6F6F6;
    margin: 0 auto;
    margin-top: 157px;
    overflow: hidden;
}

.standard-terminal .content {
    margin-top: 57px;
    display: flex;
    font-size: 20px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #7C7A7B;
    line-height: 30px;
    height: 1059px;
    justify-content: space-between;
}

.standard-terminal .content .left {
    display: flex;
    flex-direction: column;
    width: 490px;
    position: relative;
    height: 100%;
}

.standard-terminal .content dt {
    height: 740px;
}

.standard-terminal .content img {
    width: 100%;
    height: 100%;
    display: block;
}

.standard-terminal .content .right {
    display: flex;
    flex-direction: column;
    width: 538px;
    margin-left: 110px;
    position: relative;
    height: 100%;
}

.standard-terminal .content .title {
    font-weight: bold;
    color: #333333;
    line-height: 48px;
    font-size: 35px;
    margin-top: 25px;
    margin-bottom: 24px;
}

.standard-terminal .content .left dt {
    width: 416px;
}

.standard-terminal .content .left dd {
    margin-left: 41px;
}


.standard-terminal .content .right dt {
    width: 538px;
}

.standard-terminal .content .right dd {
    margin-left: 97px;
}

.standard-terminal .content .btn {
    width: 136px;
    height: 48px;
    border: 1px solid #000000;
    border-radius: 26px;
    position: absolute;
    right: 0;
    bottom: 0;
}

.standard-terminal .content .btn a {
    display: block;
    font-size: 25px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #535353;
    width: 100%;
    text-align: center;
    height: 100%;
    height: 48px;
}

.top-service {
    width: 1296px;
    margin: 0 auto;
    margin-top: 80px;
}

.top-service .content {
    margin-top: 43px;
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.top-service .content a {
    display: block;
    width: 413px;
    height: 615px;
    text-decoration: none;
}

.top-service .content a div {
    background: #7D7D7D;
    opacity: 0.8;
    width: 100%;
    height: 100%;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 56px;
    overflow: hidden;
    text-shadow: -3px 2px 12px rgba(87, 86, 86, 0.47);
}



.top-service .standard-service {
    background: url(../image/standard-service.png) no-repeat;
}

.top-service .abundant-goods {
    background: url(../image/abundant-goods.png) no-repeat;
}

.top-service .famous-supply {
    background: url(../image/famous-supply.png) no-repeat;
}

.top-service .top-title {
    text-align: center;
    margin-top: 51px;
    font-size: 40px;
    color: #fff;
}

section{
    border-bottom: none !important;
}

.top-service .top-more {
    margin-top: 18px;
    font-size: 25px;
    display: flex;
    justify-content: center;
}

.top-service .top-more span {
    display: block;
    width: 12px;
    height: 18px;
    /* border: 3px solid #FFFFFF; */
    /* box-shadow: -3px 2px 12px 1px rgba(87, 86, 86, 0.47); */
    margin-left: 8px;
}

.cooperative-venture-wrap {
    position: relative;
    width: 100%;
    margin-top: 124px;
    padding-bottom: 117px;
}

.cooperative-venture {
    margin: 0 auto;
    width: 1290px;
    height: 709px;
}

.cooperative-venture .title {
    position: absolute;
    width: 100%;
    z-index: 1;
    display: flex;
    justify-content: center;
    top: -18px;
}

.cooperative-venture .venture-wrap {
    width: 100%;
    position: absolute;
    display: flex;
    justify-content: center;
    overflow: hidden;
    padding-bottom: 151px;
}

.cooperative-venture .venture {
    margin-top: 75px;
    display: flex;
    flex-direction: column;
    width: 1290px;
}

.cooperative-venture .images {
    height: 95px;
    margin-bottom: 31px;
    display: flex;
    justify-content: space-between;
}

.cooperative-venture .image5 {
    margin-bottom: 0;
}

.cooperative-venture .images .image {
    width: 188px;
    height: 100px;
    border: 2px solid rgb(195, 195, 195, 0.3);
    /* opacity: 0.3; */
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cooperative-venture .images img {
    display: block;
    width: 184px;
    height: 97px;
}

.contact-us-wrap {
    min-width: 1640px;
    min-height: 431px;
    background: #3F3F3F;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.contact-us {
    /* margin-left: 121px; */
    margin-top: 60px
}

.contact-us h3 {
    font-size: 40px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 52px;
}

.contact-us h3 span {
    color: #F4BC4D;
}

.contact-us .content {
    display: flex;
    margin-top: 55px;
    font-size: 20px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 36px;
}


.contact-us .content h6 {
    font-size: 20px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 36px;
    margin: 0;
    padding: 0;
}

.contact-us .content .con2 {
    margin-left: 101px;
    margin-right: 106px;
}

.contact-us .content .hotline,
.contact-us .content .procurement-contact {
    margin-top: 54px;
}

.contact-us .content .con4 {
    margin-left: 142px;
    width: 178px;
}

.contact-us .content .con4 dd {
    font-size: 20px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 24px;
    margin-top: 12px;
    text-align: center;
    width: 100%;
}

.contact-us-wrap .container-copyright {
    border-top: 1px solid rgba(151, 151, 151, 0.32);
    text-align: center;
    height: 70px;
    width: 100%;
}

.contact-us-wrap .container-copyright p {
    font-size: 16px;
}

.contact-us-wrap .contact-us .container-copyright a {
    color: rgba(255, 255, 255, 0.6)
}

.owl-carousel .owl-item {
    transition: .5s;
}

.owl-carousel .owl-item:hover {
    transform: scale(1.1);
}

.popup-img-code__bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
}

.popup-img-code__content {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -180px;
    margin-top: -200px;
    background: #fff;
    width: 360px;
    height: 300px;
    border-top: 8px solid #FF9600;
}

.popup-img-code__content .close {
    display: block;
    background: url(../image/popup-close.png) no-repeat;
    background-size: contain;
    width: 12px;
    height: 12px;
    position: absolute;
    right: 15px;
    top: 15px;
    cursor: pointer;
}

.popup-img-code .title {
    padding: 10px 0 10px 20px;
    font-size: 18px;
}

.popup-img-code .img-code {
    padding: 10px;
    text-align: center;
}

.popup-img-code .input {
    text-align: center;
    padding-top: 20px;
}

.popup-img-code .input input {
    width: 300px;
    height: 36px;
    font-size: 15px;
    border: 0;
    border-bottom: 1px solid #ccc;

}

.popup-img-code .input input::-webkit-input-placeholder {
    color: #BBBBBB;
}

.popup-img-code .error {
    height: 30px;
    padding-top: 2px;
    padding-left: 30px;
    line-height: 25px;
    color: red;
}

.popup-img-code .confirm {
    margin: 0 auto;
    margin-top: 5px;
    width: 100px;
    height: 36px;
    line-height: 36px;
    border-radius: 40px;
    background: #FF9600;
    color: #fff;
    text-align: center;
    font-size: 15px;
    cursor: pointer;
}

.popup-img-code {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 22;
    display: none;
}