.apply-con {
    width: 1200px;
    margin: 0 auto;
}

.apply-con span {
    margin-right: 10px;
    font-size: 14px;
    vertical-align: top;
}

.apply-tit {
    text-align: center;
    font-size: 35px;
    margin: 40px 0;
    padding-bottom: 20px;
    position: relative;
    letter-spacing: 3px;
}

.line {
    width: 800px;
    height: 2px;
    background: #94772e;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -400px;
}

.apply-point {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
    position: relative;
}

.points {
    position: absolute;
    left: 55px;
    top: 28px;
    border: 1px #ccc solid;
    border-radius: 0 0 5px 5px;
    border-top: none;
    width: 400px;
    background: #fff;
    z-index: 1;
    /*height: 0;*/
    display: none;
    max-height: 350px;
    overflow-y: scroll !important;
}

.points li {
    padding: 8px 10px;
    cursor: pointer;
}

.points li:hover {
    background: #e7feff;
}

.ap-input {
    width: 400px;
    height: 30px;
    padding: 5px;
    border: 1px #ccc solid;
    border-radius: 5px;
    z-index: 2;
}

.contestant-con {
    font-size: 0;
    display: flex;
    align-items: top;
    justify-content: space-between;
}

.cc-right {
    flex: 1;
}

.single-contestant {
    display: inline-block;
    width: 212px;
    border: 1px #ccc solid;
    border-radius: 5px;
    overflow: hidden;
    padding: 15px 10px;
    margin-right: 15px;
    margin-bottom: 25px;
    position: relative;
}

.asc-img {
    width: 163px;
    height: 163px;
    margin: 0 auto;
    text-align: center;
}

.asc-img img {
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
}

.asc-id, .asc-name {
    font-size: 16px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.asc-id {
    margin: 10px 0;
}

.aa-btn {
    display: inline-block;
    vertical-align: top;
    line-height: 286px;
    cursor: pointer;
}

.group-con {
    margin: 40px 0;
}

.group-con div {
    margin: 20px 0;
}

.mes-input {}

.single-mi {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}

.single-mi span {
    display: inline-block;
    width: 89px;
    text-align: justify;
    text-justify: inter-ideograph;
}

.single-mi input {
    width: 92%;
    height: 30px;
    padding: 5px;
    border: 1px #ccc solid;
    border-radius: 5px;
}

.single-mi textarea {
    width: 92%;
    height: 80px;
    padding: 5px;
    border: 1px #ccc solid;
    border-radius: 5px;
}

.star {
    color: #ff0000;
    vertical-align: middle;
    line-height: 25px;
}

.apply-hint {
    margin-left: -5px;
    text-decoration: underline;
}

.apply-btn input {
    margin: 30px 0 50px;
    width: 100px;
    height: 40px;
    background: #94772e;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.fixed-mask {
    position: fixed;
    left: 0;
    top: 0;
    background: #000;
    opacity: 0.5;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 9;
}

.panels {
    background: #fff;
    border-radius: 5px;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    padding: 15px 20px;
    display: none;
    z-index: 9;
}

.ap-img-con {
    text-align: center;
}

.panels div {
    /*margin: 20px 0;*/
}

/*.panels span{
	display: inline-block;
	width: 60px;
	text-align: right;
}*/

.panels input {
    width: 200px;
    height: 30px;
    border: 1px #ccc solid;
    border-radius: 5px;
    padding: 5px;
}

.ap-btn {}

.ap-btn input {
    width: 100px;
    height: 40px;
    background: #94772e;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.ap-close, .a-close {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 24px;
    height: 24px;
    cursor: pointer;
}

.annouce-panel {
    width: 800px;
    max-height: 70%;
}

.a-tit {
    font-size: 20px;
    text-align: center;
}

.a-main {
    font-size: 16px;
    line-height: 31px;
}

.apply-panel {
    position: fixed;
    width: 1000px;
    height: 70%;
    left: 50%;
    top: 50%;
    flex-flow: column;
    transform: translateX(-50%) translateY(-50%);
}

#ap-in {
    font-size: 0;
    /*overflow-y:scroll ;*/
    position: relative;
}

.ucl-single-contestant {
    border: 1px #ccc solid;
    width: 220px;
    margin: 0 7px 25px;
    border-radius: 5px;
    /*overflow: hidden;*/
    padding: 15px 20px;
    display: inline-block;
    position: relative;
    cursor: pointer;
}

.apply-active {
    border: 1px #ff0000 solid;
}

.apply-panel-tit {
    text-align: center;
    margin: 25px 0;
    text-align: center;
    margin: 0 0 26px;
    font-size: 16px;
}

.sc-close {
    position: absolute;
    right: -12px;
    top: -12px;
    cursor: pointer;
    opacity: 0.6;
    display: none;
}

.sc-img {
    /*width: 188px;
	height: 188px;
	line-height: 188px;
	text-align: center;*/
}

.sc-img img {
    max-width: 100%;
}

.sc-id-card {
    margin: 15px 0;
    font-size: 16px;
    text-align: center;
}

.sc-name-edit {
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    text-align: center;
}

.sc-name {
    width: 100%;
    display: block;
}

.sc-edit {
    cursor: pointer;
}

.apply-icon {
    text-align: center;
    /*position: absolute;
	bottom: 0;
	left: 0;
	background: #fff;
	width: 100%;*/
}

.apply-icon input {
    width: 70px;
    height: 30px;
    background: #94772e;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.panels {
    overflow-y: auto!important;
}

#ap-in {
    font-size: 0;
    overflow-y: scroll;
    position: relative;
    flex: 1;
    width: 100%;
}

.sc-img img {
    max-width: 100%;
    max-height: 100%;
}