* {
    margin: 0px;
    padding: 0px;
}

/* 伪元素清除浮动 */
.clearfix::after {
    content: "";
    display: block;
    height: 0;
    clear: both;
}

.content {
    width: 100%;
    height: 100%;
}

.central-bg {
    display: flex;
    background-color: #F5F7FA;
}

.central {
    width: 1200px;
    margin: auto;
}

.central-top {
    width: 1200px;
    height: 187px;
    background-color: #fff;
    margin-top: 29px;
}

.central-top-1 {
    display: flex;
    justify-content: center;
    align-items: center;
    /* margin-top: 59px; */
}

.central-top-1 img {
    margin-top: 59px;
}

.central-top-1 p {
    margin-top: 68px;
    margin-left: 5px;
    font-size: 14px;
    color: #666666;
}

.central-text {
    text-align: center;
    font-size: 20px;
    color: #666666;
    font-weight: 700;
    /* line-height: 100px; */
    margin-top: 61px;
    margin-bottom: 36px;
}

.central-foot-left {
    float: left;
    width: 586px;
    height: 431px;
    background: #ffffff;
    margin: auto;
    text-align: center;
    margin-bottom: 54px;
}

.central-foot-left1 {
    margin-top: 59px;
}

.central-foot-left img {
    width: 264px;
    height: 264px;
}

.central-foot-left p {
    font-size: 16px;
    font-family: Microsoft YaHei Regular, Microsoft YaHei Regular-Regular;
    font-weight: 400;
    text-align: center;
    color: #666666;
    line-height: 25px;
}

.central-foot-right {
    float: right;
    width: 586px;
    height: 431px;
    background: #ffffff;
}

.central-foot-right1 {
    width: 525px;
    height: 399px;
    /* background-color: bisque; */
    margin: auto;
    margin-top: 20px;
}

.central-foot-right1 p {
    font-size: 16px;
    color: #333;
    font-weight: 700;
}

.central-line {
    width: 525px;
    height: 1px;
    background-color: #F2F2F2;
    border: 1px solid #f2f2f2;
    margin: auto;
    margin-top: 15px;
}



.input-list {
    margin-top: 21px;
    font-size: 14px;
}

.input-list-product input {
    width: 329px;
    height: 36px;
    padding-left: 10px;
    border: 1px solid #E2E2E2 !important;
    font-size: 12px;
    border-color: #E2E2E2 !important;
    outline: none;
    margin-left: 20px;
}

.input-list-product :first-child {
    color: red;
}

.input-list-know {
    margin-top: 20px;
}

.input-list-know .tit {
    display: block;
    float: left;
    width: 85px;
    line-height: 36px;
}

.input-list-know input {
    width: 70px;
    height: 36px;
    /* padding-left: 10px; */
    border: 1px solid #E2E2E2;
    font-size: 12px;
    outline: none;
    margin-left: 34px;
}

.inputdefault input {
    display: none;
}

.input-list-know .active {
    border: 1px solid #FF6600;
    background: url('../../logo/sanjiaobiao.png') right bottom no-repeat;
}

.input-list-know .xing {
    color: red;
}

.inputdefault {
    display: block;
    float: left;
    border: 1px solid #D3D3D3;
    line-height: 36px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: 12px;
    /* margin-right: 10px; */
}

.item-label {
    float: left;
    margin-left: 8px;
}

.phonepwd :first-child {
    color: red;
}

.phonepwd {
    margin-top: 20px;
}

.phonepwd input {
    width: 329px;
    height: 36px;
    padding-left: 10px;
    border: 1px solid #E2E2E2;
    font-size: 12px;
    outline: none;
    margin-left: 34px;
}

.phonepwd :first-child {
    color: red;
}

.CompanyName {
    margin-top: 20px;
}

.CompanyName input {
    width: 329px;
    height: 36px;
    padding-left: 10px;
    border: 1px solid #D3D3D3;
    font-size: 12px;
    outline: none;
    margin-left: 34px;
}

.CompanyName :first-child {
    color: red;
}

.named {
    margin-top: 20px;
}

.named input {
    width: 329px;
    height: 36px;
    padding-left: 10px;
    border: 1px solid #D3D3D3;
    font-size: 12px;
    outline: none;
    margin-left: 34px;
}

.named :first-child {
    color: red;
}

.btn {
    margin-top: 20px;
    margin-left: 105px;
}

.btn1 {
    width: 102px;
    height: 36px;
    background: #388DE7;
    color: #fff;
    border: 1px solid #388DE7;
    font-size: 17px;
    line-height: 32px;
}

.btn2 {
    width: 102px;
    height: 36px;
    background: #F2F2F2;
    color: #333333;
    border: 1px solid #F2F2F2;
    font-size: 17px;
    line-height: 32px;
    margin-left: 17px;
}