.regContetn {
    height: 100%;
    position: relative;
}
.regContetn .info-box	{
    width: 900px;
    height: auto;
    background-color: #FFFFFF;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    border-radius: 8px;
	padding-bottom: 90px;
    padding-left: 15px;
    padding-right: 15px;
}
.info-box .left-info {
    /* height: 500px; */
    width: 50%;
    padding-right: 10px;
}
.info-box .right-info {
    height: 500px;
    width: 50%;
    padding-right: 10px;
}
.info-box .layui-form-label {
    padding: 9px 5px;
    color: #333333;
    font-size: 16px;
	text-align: justify;
}
.layui-input-block {
    margin-left: 100px;
}
.top-tit {
    height: 50px;
    width: 100%;
    margin-bottom: 10px;
}
.top-tit h5 {
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    line-height: 50px;
}
.layui-form-label {
    width: 90px;
}
.dangerpeo-box {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.dangerpeo-box span {
    display: inline-block;
    line-height: 38px;
    font-size: 16px;
    color: #333333;
    margin-top: -10px;
    margin-left: 10px;
}
.dangerpeo-box .endtime {
    margin-left: 15px;
}
.getreg {
    height: 80px;
    width: 900px;
    position: absolute;
    left: 0;
    bottom: 0;
    text-align: center;
}
.getreg button {
    margin-top: 15px;
    padding-left: 35px;
    padding-right: 35px;
}
.dangerpeo-box .layui-input-inline {
    margin-top: -15px;
}

.xm-select-parent .xm-select-title div.xm-select-label>span{
    min-width: 42px;
}
.xm-select-parent .xm-select-title div.xm-select-label>span>font{
    min-width: 42px; display: inline-block;
}