.header {
    width: 100vw;
    height: 22.6667vw;
}

.header h1 {
    padding-top: 8vw;
    line-height: 1.2em;
    font-family: "Adobe Heiti Std";
    text-align: center;
    font-size: 4vw;
    color: #ffffff;






}

.mainBg {
    position: absolute;
    top: 0;
    left: 0;

    width: 100vw;
    height: 42.6667vw;
    background: url(../images/img/bg.png) no-repeat;
    background-size: 100% 100%;
    z-index: -1;
}

.searchForm {
    position: relative;
    display: flex;
    /* justify-content: center; */
    flex-direction: column;
    align-items: center;
    width: 89.0667vw;
    height: 34.4vw;
    border-radius: 1.3333vw;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0.6667vw 3.6vw 0px rgba(64, 64, 64, 0.27);
    margin: 0 auto;
    margin-bottom: 6.1333vw;
}

.searchIcon {
    position: absolute;
    left: 5.8667vw;
    top: 6.6667vw;

    width: 5.8667vw;
    height: 5.8667vw;
    background: url(../images/img/searchIcon.png) no-repeat;
    background-size: 100% 100%;
}

.searchBox {

    width: 68.5333vw;
    height: 9.0667vw;
    padding-top: 4.8vw;
    padding-left: 8vw;
    border: none;
    border-bottom: 1px solid #d3d0d0;
    font-size: 4vw;
    color: #e1e1e1;

}

.submit-Btn {
    width: 82.2667vw;
    height: 8.2667vw;
    border: none;
    background: #ff5e62;

    margin-top: 6.1333vw;
    border-radius: 6.6667vw;
    font-size: 4vw;
    line-height: 8.2667vw;
    color: #ffffff;
}

.infoWrap {

    width: 88.9333vw;
    padding-bottom: 2.6667vw;
    margin: 0 auto;
    border-radius: 1.3333vw;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0.6667vw 2.4vw rgba(64, 64, 64, 0.27);

}

.infoTitle {
    width: 100%;
    height: 8.2667vw;
    padding-top: 8vw;
    font-size: 5vw;
    text-align: center;
    color: #e24142;
    font-weight: 700;
    font-family: "Adobe Heiti Std";
}

.infoFrom {
    width: 80vw;

    /* height: 4000px; */
    margin: 0 auto;
    border-top: 1px solid #303030;
    border-left: 1px solid #303030;
}

.row {
    display: flex;
    justify-content: space-between;
    border: 1px solid #303030;
    border-left: none;
    border-top: none;

}

.row span:first-child {
    border-left: none;
}

.row span {
    border-left: 1px solid #303030;

}

.infoFrom span {
    min-height: 10vw;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 3.2vw;
}

.oneLine {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
    text-align: center;
}

.twoOneLine {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0.8;
    text-align: center;
}

.oneFive {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1.5;
    text-align: center;

}

.oneTwo {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1.2;
    text-align: center;
}

.threeLine {
    display: flex;
    align-items: center;
    flex: 5;
    text-align: center;
}

.sixrow {
    display: flex;
    flex-direction: row;
    align-items: center;
    border: 1px solid #303030;
    border-top: none;
    border-left: none;
    justify-content: space-between;
}

.sixrow span {
    border-left: 1px solid #303030;
}

.sixrow span:first-child {
    border-left: none;
}

.sixrow .oneLive {
    flex: 1;
}

.sixrow .twoLive {
    flex: 2;
}

.sixrow .fiveLive {
    display: flex;

    flex: 5;
    border-left: 1px solid #303030;
}

.materials-left,
.materials-right {
    flex: 1;
}

.materials-left p,
.materials-right p {
    font-size: 3.2vw;
}