#problem-platform-search {
    background: #eee;
}


/* 头部 */
header {
    height: 16%;
    color: white;
    width: 100%;
    background: url('../../imgs/problem-accept-platform/top-bg.png');
    background-size: cover;
    position: relative;
}

header .header-title {
    font-size: 32px;
    font-weight: bold;
    padding-left: 10%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

header .header-title>div {
    display: inline-block;
    height: 50px;
    line-height: 50px;
    padding: 10px;
}

header .header-title .header-title-img {
    background: url('../../imgs/problem-accept-platform/text-bg.png') center no-repeat;
    background-size: 100%;
}

/* 头部end */

/* 内容区域 */

main {
    width: 60%;
    min-width: 1100px;
    height: 84%;
    margin: 0 auto;
    background: white;
    padding: 2% 2% 1%;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
}

main .main-title {
    display: flex;
    justify-content: space-between;
}

main .main-title .main-title-icon {
    background: url('../../imgs/problem-accept-platform/border-1.png') center no-repeat;
    background-size: 100%;
    width: 40%;
}

main .main-title .main-title-font{
    width: 15%;
    text-align: center;
    font-size: 26px;
    color: #1542d5;
    font-weight: bold;
    letter-spacing: 0.25em;
}

main .main-search {
    padding: 0 20%;
    margin-top: 5%;
}

main .main-search form {
    min-width: 650px;
}

.button-get-verification {
    background-color: #1542d5;
}

.button-submit {
    background-color: #1542d5;
    letter-spacing: 0.25em;
    width: 111px;
    font-size: 18px;
    display: block;
    margin: 60px auto;
}

.submit-btn-item {
    margin-left: -110px;
}

.main-footer {
    position: absolute;
    bottom: 2%;
    border-top: 2px #ccc solid;
    height:65px;
    width: 94%;
    color: rgb(148, 144, 144);
    font-size: 14px;
    line-height: 80px;
    padding-left: 10px;
    box-sizing: border-box;
}

.main-footer span:nth-child(1) {
    margin-right: 80px;
}

/* 内容区域 end */


span.red-important {
    color: red;
    vertical-align: text-bottom;
    margin-right: 8px;
}

#problem-platform-search div.main-search-phone {
    width: 50%;
    min-width: 400px;
}


#problem-platform-search div.main-search-verification {
    width: 55%;
    min-width: 517px;
}

#problem-platform-search div.layui-form-item {
    margin-bottom: 30px;
}