* {
    margin: 0;
    padding: 0;
    /* list-style: none; */
}
img {
    display: block;
}

.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    min-width: 1200px;
    z-index: 10;
}
.full_box1 {
    min-width: 1200px;
}
.full_box1 img{
    width: 100%;
}
.full_box2 {
    min-width: 1200px;
}
.full_box2 img{
    width: 100%;
}
.full_box3{
    width: 100%;
    background-image: url('./../images/bg_03.jpg');
    background-size: 100% 100%;
}

.full_box3 .content {
    width: 1159px;
    margin: 0 auto;
}
.full_box3 .formBox {
    position: relative;
    top: -25px;
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 46px 60px;
    margin-bottom: 0;
    box-sizing: border-box;
    background-color: #fff;
}
.full_box3 .formBoxLeft {
    flex: 523px 0 0;
}
.full_box3 .formBoxLeft img {
    width: 100%;
}
.full_box3 .formBoxRight {
    flex: 493px 0 0;
}
.full_box3 .formBoxRight img{
    width: 100%;
}

.full_box3 .formBoxRight .formItem {
    padding-top: 10px;
}
.full_box3 .formBoxRight input{
    width: 100%;
    height: 72px;
    background: #FFFFFF;
    border: 1px solid #B3B3B3;
    border-radius: 8px;
    font-size: 24px;
    line-height: 72px;
    text-indent: 20px;
    color: #B3B3B3;
}
.full_box3 .formBoxRight select{
    width: 100%;
    height: 72px;
    background: #FFFFFF;
    border: 1px solid #B3B3B3;
    border-radius: 8px;
    font-size: 24px;
    outline: none;
    line-height: 72px;
    text-indent: 20px;
    color: #B3B3B3;
}
.full_box3 .formBoxRight .pop-imgBtn {
    margin-top: 20px;
    cursor: pointer;
}
.full_box3 .bottom {
    padding-bottom: 20px;
    width: 100%;
}
.full_box3 .bottom img {
    width: 100%;
}

input::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #B3B3B3;
}

input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #B3B3B3;
}

input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #B3B3B3;
}

input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #B3B3B3;
}