.marketCooperation {

}

.marketCooperation .headPic {
    width: 100%;
    height: 638px;
    min-width: 1280px;
    margin: 0 auto;
    text-align: center;
    background: url("../img/mimg1.jpg") no-repeat;
    background-size: cover;
    overflow: hidden;
}

.marketCooperation .signUp {
    width: 1280px;
    margin: 0 auto 172px;
    display: flex;
}

.marketCooperation .signUp .left {
    width: 345px;
    margin-left: 56px;
}

.marketCooperation .signUp .left .titC {
    font-size: 28px;
    font-weight: bold;
    color: #101558;
    margin: 123px 0 16px 0;
}

.marketCooperation .signUp .left .titE {
    font-size: 16px;
    font-weight: 500;
    color: #999999;
    line-height: 24px;
}

.marketCooperation .signUp .left .text {
    font-size: 16px;
    font-weight: 500;
    color: #666666;
    margin-top: 40px;
}

.marketCooperation .signUp .right {
    width: 760px;
    height: 294px;
    background: #FFFFFF;
    box-shadow: 0px 0px 15px 0px rgba(1, 68, 130, 0.1);
    padding: 40px;
    margin: 102px 0 0 60px;
}

.marketCooperation .signUp .right .busnisType {
    display: flex;
}

.marketCooperation .signUp .right .busnisType ul {
    display: flex;
    margin-bottom: 33px;
}

.marketCooperation .signUp .right .busnisType ul li {
    display: flex;
    align-items: center;
    margin-right: 40px;
    cursor: pointer;
}

.marketCooperation .signUp .right .busnisType ul .ball {
    width: 18px;
    height: 18px;;
    border: 1px solid #3D7FFF;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 4px;
}

.marketCooperation .signUp .right .busnisType ul .ball span {
    display: block;
    width: 10px;
    height: 10px;
    background: #3D7FFF;
    border-radius: 100%;
}

.marketCooperation .signUp .right input {
    background: #F6F8F9;
    border: none;
    height: 56px;
    line-height: 56px;
    padding-left: 20px;
    font-size: 16px;
    /*letter-spacing: ;*/
}

.marketCooperation .signUp .right .lineOne {
    display: flex;
}

.marketCooperation .signUp .right .lineOne input {
    width: 328px;
}

.marketCooperation .signUp .right .lineOne input:nth-of-type(1) {
    margin-right: 24px;
}

.marketCooperation .signUp .right .lineTwo {
    margin-top: 24px;
}

.marketCooperation .signUp .right .lineTwo input {
    width: 680px;
    background: #F6F8F9;
    color: #000000;
}
.marketCooperation .signUp .right .lineTwo input::-webkit-input-placeholder{
    color: #666666;
}

.marketCooperation .signUp .right .warnText {
    margin: 10px;
}

.marketCooperation .signUp .right .subBtn {
    width: 240px;
    height: 56px;
    line-height: 56px;
    background: #014482;
    margin: 32px auto 0;
    text-align: center;
    color: #FFFFFF;
    font-size: 20px;
    cursor: pointer;
}

.marketCooperation .toast {
    background: #000000;
    opacity: 0.8;
    color: #FFFFFF;
    padding: 20px;
    font-size: 18px;
    border-radius: 0.3rem;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.marketTitle {
    text-align: center;
}

.marketTitle .textC {
    font-size: 32px;
    font-weight: 500;
    color: #333333;
}

.marketTitle .textE {
    font-size: 16px;
    font-weight: 500;
    color: #999999;
    margin-top: 16px;
}

.marketCooperation .system {
    width: 1280px;
    margin: 24px auto 223px;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.marketCooperation .system .box {
    width: 400px;
    height: 272px;
    text-align: center;
    margin-top: 40px;
}

.marketCooperation .system .box:nth-of-type(1) {
    background: url("../img/mimg2.jpg") no-repeat;
}

.marketCooperation .system .box:nth-of-type(2) {
    background: url("../img/mimg3.jpg") no-repeat;
    margin: 40px 40px 0;
}

.marketCooperation .system .box:nth-of-type(3) {
    background: url("../img/mimg4.jpg") no-repeat;
}

.marketCooperation .system .box:nth-of-type(4) {
    background: url("../img/mimg5.jpg") no-repeat;
}

.marketCooperation .system .box:nth-of-type(5) {
    background: url("../img/mimg6.jpg") no-repeat;
    margin: 40px 40px 0;
}

.marketCooperation .system .box:nth-of-type(6) {
    background: url("../img/mimg7.jpg") no-repeat;
}

.marketCooperation .system .box .title {
    font-size: 24px;
    font-weight: 500;
    color: #FFFFFF;
    margin: 64px 0 32px 0;
}

.marketCooperation .system .box .text {
    width: 288px;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 29px;
    margin: 0 auto;
}