* {
    margin: 0;
    padding: 0;
    font-family: "微软雅黑"
}

body {
    width: 100%;
    height: 100%;
    background-color: #E4E7F0;
}

.body {
    width: 1000px;
    margin: 0 auto;
    background: #FFFFFF;
    box-sizing: border-box;
    padding: 0 110px;
    padding-bottom: 120px;
    padding-top: 40px;
    padding-top: 80px\9;
}

.title1 {
    font-size: 36px;
    font-family: PingFang-SC-Medium;
    font-weight: 500;
    color: rgba(1, 30, 60, 1);
    text-align: center;
}

.title {
    font-size: 36px;
    font-family: PingFang-SC-Medium;
    font-weight: 500;
    color: rgba(1, 30, 60, 1);
    text-align: center;
    margin-top: 20px;
    margin-top: 20px\9;
    margin-bottom: 50px;
}

.height {
    height: 30px;
}

.parent {
    display: table;
    margin-top: 20px;

}

.children {
    display: table-cell;
    vertical-align: middle;
    position: relative;
}

.ui-select {
    border: solid 0 #D4D6D9;
}

select {
    width: 100%;
    height: 42px;
    font-size: 14px;
    padding-left: 10px;
}

.colors {
    color: #E0E0E0\9;
}

.name {
    font-size: 18px;
    font-family: PingFang-SC-Regular;
    font-weight: 400;
    color: rgba(0, 0, 0, 1);
    width: 100px;
}

.input {
    width: 680px;
    height: 42px;
    border: solid 1px #D4D6D9;
}

.input input {
    border: none;
    width: 650px;
    height: 42px;
    font-size: 14px;
    padding-left: 15px;
    color: #555;
}

.buttom {
    width: 390px;
    height: 40px;
    border: solid 1px #D4D6D9;
}

.buttom input {
    border: none;
    width: 360px;
    height: 40px;
    font-size: 14px;
    padding-left: 15px;
}

.btn:hover {
    cursor: pointer;
}

.btn {
    width: 280px;
    height: 40px;
    background: #00A6F0;
    font-size: 20px;
    font-family: PingFang-SC-Regular;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;
    left: 10px;
}

.btn.disabled {
    background: #666;
    cursor: not-allowed;
}

.textarea {
    width: 680px;
    height: 80px;
    border: solid 1px #D4D6D9;
}

.textarea textarea {
    border: none;
    width: 650px;
    height: 80px;
    padding-left: 15px;
    overflow: auto;
    font-size: 24px;
}

.placeholder {
    position: absolute;
    left: 30px;
    top: 10px;
    font-size: 16px;
    font-family: PingFang-SC-Regular;
    font-weight: 400;
    color: #E0E0E0;
}

.reg {
    width: 680px;
    height: 48px;
    background: #00A6F0;
    font-size: 24px;
    font-family: PingFang-SC-Medium;
    font-weight: 500;
    color: #FFFFFF;
    text-align: center;
    top: 30px;
    cursor: pointer;
}

.reg.loading {
    color: #333;
    background: #d6d6d6;
}

.reg .layui-layer-ico16 {
    position: absolute;
    left: 330px;
    bottom: 13px;
}

.bangonBox {
    text-align: center;
    padding-bottom: 40px;
}