@charset "UTF-8";
html, body {
    width: 100%;
    min-width: 1200px;
}

.main-section1,
.rule-box,
.audition-intro,
.grouping ul,
.show-list,
.work-details,
.intro,
.group-list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.grouping ul,
.group-list {
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -webkit-justify-content: space-around;
    justify-content: space-around;
}

.intro {
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.intro strong {
    position: absolute;
    top: 0;
    right: 0px;
    width: 89px;
    height: 16px;
    line-height: 16px;
    background: url("../images/eye.png") no-repeat left;
    background-size: 25%;
    text-indent: 32px;
    color: #333;
    /* margin-left: 356px; */
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.show-list {
    flex-wrap: wrap;
}

.rule-item,
.audition-intro,
.audition-intro .enroll,
.show-title,
.show-title .input-group,
.show-content,
.works-info,
.works-rank {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.audition-intro,
.show-content,
.works-info,
.works-rank {
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .4);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .4);
    -o-box-shadow: 0 0 10px rgba(0, 0, 0, .4);
    box-shadow: 0 0 10px rgba(0, 0, 0, .4);
}

.info {
    color: #4ec7ff
}

.f8-bg {
    background: #f8f8f8
}

.c999 {
    color: #999
}

.danger {
    color: #f00 !important
}

.text-center {
    text-align: center;
}

main,
.nav-show,
.show-container,
.work-details {
    margin: 0 auto;
    width: 1200px;
    min-width: 1200px;
}

.font16 {
    font-size: 16px;
}

.ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/* common end */

.poster-audition {
    position: relative;
    width: 100%;
    min-width: 1200px;
    height: 550px;
    background: url('../images/haiselect/banner_audition.png') no-repeat center;
}

.poster-audition .join,
.poster-audition .works-show {
    position: absolute;
    left: 50%;
    bottom: 30px;
    width: 254px;
    height: 62px;
}

.poster-audition .join {
    margin-left: -360px;
    background: url('../images/haiselect/btn_join.png') no-repeat;
}

.poster-audition .join:hover {
    background: url('../images/haiselect/btn_join_hover.png') no-repeat;
}

.poster-audition .works-show {
    margin-left: 190px;
    background: url('../images/haiselect/btn_show.png') no-repeat;
}

.poster-audition .works-show:hover {
    background: url('../images/haiselect/btn_show_hover.png') no-repeat;
}

.audition-title1 {
    margin-top: 70px;
}

.audition-title,
.rule {
    font-size: 28px;
}

.audition-title .university,
.audition-title .v-card {
    display: inline-block;
    vertical-align: middle;
    font-weight: 600;
}

.audition-title strong {
    padding-bottom: 4px;
    border-bottom: 2px solid #4ec7ff;
    color: #4ec7ff;
    font-weight: 600;
    letter-spacing: 4px;
}

.audition-title .university {
    margin-right: 20px;
    width: 30px;
    height: 30px;
    background: url('../images/haiselect/university.png') no-repeat;
}

.audition-title .v-card {
    margin-right: 16px;
    width: 33px;
    height: 29px;
    background: url('../images/haiselect/v_card.png') no-repeat;
}

.main-section {
    padding-left: 230px;
}

.main-section .process4,
.main-section .process2,
.main-section .process3 {
    margin: 0 auto;
    width: 90px;
    height: 90px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.main-section .process2 {
    background: url('../images/haiselect/process2.png') center no-repeat #f8b21d;
}

.main-section .process3 {
    background: url('../images/haiselect/process3.png') center no-repeat #1dbdf8;
}

.main-section .process4 {
    background: url('../images/haiselect/process4.png') center no-repeat #f16a46;
}

.main-section .arrow-right {
    width: 69px;
    height: 78px;
    background: url('../images/haiselect/arrow_right.png') no-repeat;
}

.main-section > div:not(.arrow-right) {
    width: 190px;
}

.main-section p {
    font-size: 16px;
    color: #000;
}

.main-section1 {
    margin-bottom: 50px;
}

.main-section1 p {
    padding-top: 10px;
    text-align: center;
    line-height: 1.8em;
}

.main-section1 > :nth-child(2) {
    margin: 10px 40px 0 40px;
}

.main-section1 > :nth-child(4) {
    margin: 10px 30px 0 40px;
}

.main-section2 p {
    line-height: 2.2em;
}

.main-section2 .tip {
    font-size: 14px;
    color: #f00;
    text-indent: 18px;
}

.rule {
    margin: 30px 0 40px 0;
    text-align: center;
    color: #4ec7ff;
}

.rule i {
    margin-right: 20px;
    display: inline-block;
    width: 60px;
    height: 61px;
    vertical-align: middle;
    background: url('../images/haiselect/iocxiaoff.png') no-repeat;
}

.arrow-right-big {
    margin: 150px 44px 0 44px;
    width: 152px;
    height: 167px;
    background: url('../images/haiselect/arrow_right_big.png') no-repeat;
}

.rule-item {
    width: 490px;
    height: 470px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .3);
    -o-box-shadow: 0 0 10px rgba(0, 0, 0, .3);
    box-shadow: 0 0 10px rgba(0, 0, 0, .3);
    background-color: #f1f6f9;
    text-align: center;
    font-size: 18px;
    overflow: hidden;
}

.rule-item h3 {
    margin-bottom: 36px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 24px;
    color: #fff;
    background-color: #4ec7ff;
}

.rule-item em,
.rule-item strong {
    font-size: 24px;
    color: #4ec7ff;
    letter-spacing: 4px;
}

.rule-item strong {
    font-size: 22px;
}

.rule-item strong {
    font-weight: 600;
}

.rule-item .danger {
    margin: 0 6px;
}

.rule-item img {
    margin: 36px auto;
}

.audition-intro {
    margin-top: 90px;
    padding: 70px 36px 50px 60px;
    width: 100%;
    line-height: 1.8em;
    font-size: 16px;
    color: #000;
    background-color: #fff;
}

.audition-intro h3 {
    margin-bottom: 60px;
    text-align: center;
    font-size: 26px;
    color: #4ec7ff;
    font-weight: 600;
    letter-spacing: 2px;
}

.audition-intro h4 {
    font-size: 22px;
}

.audition-intro h4 {
    margin-top: 20px;
}

.audition-intro p {
    margin-top: 20px;
}

.audition-intro img {
    margin-top: 50px;
}

.video-require {
    padding-left: 60px;
    width: 570px;
    border-left: 1px solid #d7d7d7;
}

.video-require p {
    position: relative;
}

.video-require > p:before {
    position: absolute;
    top: 11px;
    left: -20px;
    width: 7px;
    height: 7px;
    background-color: #4ec7ff;
    content: '';
}

.video-require strong {
    font-weight: 600;
    color: #000;
}

video::-internal-media-controls-download-button {
    display: none;
}

video::-webkit-media-controls-enclosure {
    overflow: hidden;
}

video::-webkit-media-controls-panel {
    width: calc(100% + 30px);
}

.audition-intro .enroll {
    margin: 80px auto 0;
    display: block;
    width: 240px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 24px;
    color: #fff;
    background-color: #0089ff;
}

.audition-intro .enroll:hover {
    -webkit-box-shadow: 0 3px 1px #32b0da;
    -moz-box-shadow: 0 3px 1px #32b0da;
    box-shadow: 0 3px 1px #32b0da;
}

.contact-us {
    margin: 70px 0;
    color: #000;
    font-size: 16px;
}

.contact-us h3 {
    margin-bottom: 40px;
    font-size: 28px;
    text-align: center;
    color: #4ec7ff;
}

.contact-us p span:first-child {
    margin: 0 330px 0 170px;
}

/* ä½œå“è¯¦æƒ… */

.icon-arrow-right {
    display: inline-block;
    width: 10px;
    height: 18px;
    vertical-align: middle;
    background: url('../images/haiselect/icon_arrow_right.png') no-repeat;
}

.nav-show {
    margin: 24px auto;
    font-size: 14px;
}

.nav-show .icon-arrow-right {
    margin: 0 20px;
}

.nav-show .active {
    color: #0173ff;
    text-decoration: underline;
}

.nav-show a:hover {
    color: #0173ff;
    text-decoration: underline;
    cursor: pointer;
}

.show-title {
    height: 70px;
    background-color: #4ec7ff;
    overflow: hidden;
}

.show-title > i {
    position: relative;
    display: inline-block;
    width: 100px;
    height: 70px;
    background: url('../images/haiselect/work_show.png') no-repeat center;
    background-color: #fff;
}

.show-title > i:after {
    position: absolute;
    right: -48px;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent;
    border-left-width: 45px;
    border-left-color: #fff;
    border-top-width: 35px;
    border-bottom-width: 35px;
    content: '';
}

.show-title > span {
    margin: 19px 0 0 64px;
    font-weight: 600;
    font-size: 20px;
    color: #fff;
    letter-spacing: 4px;
}

.show-title .input-group {
    margin: 5px 10px 0 0;
    padding-left: 10px;
    width: 460px;
    height: 60px;
    line-height: 60px;
    border: 1px solid #999;
    background-color: #fff;
    overflow: hidden;
}

.show-title select,
.show-title input {
    border: none;
    font-size: 16px;
    color: #999;
}

.show-title .input-group .vertical-line {
    display: inline-block;
    width: 1px;
    height: 48px;
    vertical-align: middle;
    background-color: #999;
}

.show-title input {
    padding: 0 0 3px 10px;
    width: 230px;
}

.input-group .search {
    width: 54px;
    height: 60px;
    vertical-align: middle;
    background: url('../images/haiselect/search.png') no-repeat center #d7d7d7;
    cursor: pointer;
}

.input-group .close {
    display: inline-block;
    width: 29px;
    height: 29px;
    vertical-align: middle;
    background: url('../images/haiselect/close.png') no-repeat;
    cursor: pointer;
}

.show-content {
    position: relative;
    margin-top: 36px;
    padding: 20px;
    min-height: 920px;
}

.grouping span {
    font-size: 18px;
}

.grouping ul {
    width: 620px;
    font-size: 16px;
}

.grouping ul li {
    padding-bottom: 10px;
    border-bottom: 5px solid #4ec7ff;
    cursor: pointer;
}

.grouping .active {
    color: #4ec7ff;
}

.show-list {
    margin-top: 30px;
    min-height: 800px;
    font-size: 16px;
}

.show-list-span {
    position: absolute;
    left: 0;
    top: 0;
    /* width: 80px; */
    padding: 0px 15px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    background: rgba(0, 0, 0, 0.4);
    z-index: 10;
}

.show-list li {
    position: relative;
    margin-bottom: 40px;
    border: 1px solid #4ec7ff;
    width: 256px;
    height: 360px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    overflow: hidden;
}

.show-list .pic-wrap {
    margin-bottom: 10px;
}

.show-list .pic-wrap a {
    display: block;
    width: 256px;
    height: 150px;
    overflow: hidden;
}

.show-list li img {
    position: relative;
    top: 50%;
    left: 50%;
    width: 100%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

.show-list li a:hover img {
    width: 110%;
}

.show-list li:not(:nth-child(4n)) {
    margin-right: 44px;
}

.show-list p {
    margin-bottom: 30px;
    padding-left: 10px;
    width: 240px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/* åˆ†é¡µ */

.paging {
    text-align: center;
    font-size: 16px;
}

.paging span,
.paging a {
    padding: 10px 15px;
    border: 1px solid #bfbfbf;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.paging a {
    margin-right: 16px;
}

.paging .active {
    color: #fff;
    background-color: #4ec7ff;
    border-color: #4ec7ff;
}

/* è¯¦æƒ… */

.work-details {
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    font-size: 16px;
}

.works-info {
    margin-right: 20px;
    padding: 26px 20px;
    width: 666px;
    min-height: 758px;
}

.works-info h2 {
    text-align: left;
    font-weight: 600;
}

.works-info video {
    margin-top: 20px;
    display: block;
    width: 627px;
    height: 360px;
}

.works-rank {
    width: 516px;
    overflow: hidden;
    background-color: #fff;
}

.intro {
    position: relative;
    margin-top: 20px;
    padding-right: 12px;
}

.vote-count {
    padding-right: 14px;
    text-align: right;
}

.vote-count i {
    display: inline-block;
    margin: 20px 10px;
    width: 43px;
    height: 43px;
    vertical-align: middle;
    background: url('../images/haiselect/icon_vote.png') no-repeat;
}

.vote {
    width: 626px;
    height: 150px;
    line-height: 150px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    background-image: -webkit-linear-gradient(135deg, #35cdff 0%, #4fe4ff 100%);
    background-image: -moz-linear-gradient(135deg, #35cdff, #4fe4ff);
    background-image: -o-linear-gradient(135deg, #35cdff, #4fe4ff);
    background-image: linear-gradient(135deg, #35cdff, #4fe4ff);
}

.vote img {
    margin: 6px 130px 0 20px;
    width: 138px;
    height: 138px;
}

.works-rank h3 {
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    letter-spacing: 2px;
    background-color: #4ec7ff;
}

.group-list {
    margin: 10px 0;
    height: 32px;
}

.group-list li {
    padding-bottom: 6px;
    border-bottom: 4px solid #4ec7ff;
    height: 32px;
    cursor: pointer;
}

.group-list .active {
    color: #4ec7ff;
}

.rank-table {
    padding: 0 16px;
    min-height: 257px;
}

.rank-table table {
    border-top: 1px solid #eee;
    width: 100%;
    text-align: center;
}

.rank-table table tr {
    border-bottom: 1px solid #eee;
}

.rank-table table tr th,
.rank-table table tr td {
    padding: 0 5px;
}

.rank-table table tr th {
    height: 50px;
    line-height: 50px;
}

.rank-table table tr td {
    height: 40px;
    line-height: 40px;
    font-weight: 600;
    color: #408bd5;
}

.rank-num {
    display: inline-block;
    width: 27px;
    height: 33px;
    line-height: 27px;
    vertical-align: middle;
    color: #fff;
    background: url('../images/haiselect/rank.png') no-repeat;
}

.rank-table tr td:nth-child(2),
.rank-table tr td:nth-child(2) p {
    width: 250px;
}

.rank-table tr td:nth-child(2) p a {
    text-decoration: underline;
    color: #408bd5;
}

.rank-table tr td:nth-child(3),
.rank-table tr td:nth-child(3) p {
    width: 80px;
}

.works-rank > p {
    margin: 16px 18px 16px 0;
    font-size: 14px;
    color: #999;
    text-align: right;
}

/* loading */

.loading {
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    padding-top: 80px;
    width: 82px;
    height: 80px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: url('../images/loading.gif') no-repeat center;
}

.loading:after {
    content:  '正在加载中...';
}

/* modal */

.modal {
    position: fixed;
    z-index: 100;
    top: 50%;
    left: 50%;
    padding: 30px;
    width: 390px;
    height: 210px;
    text-align: center;
    background-color: #fff;
    transform: translate(-50%, -50%);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.modal p {
    padding: 0 10px;
    line-height: 2em;
    font-size: 18px;
    color: #4ec7ff;
}

.modal a {
    position: absolute;
    width: 90px;
    height: 30px;
    line-height: 30px;
    bottom: 30px;
    color: #fff;
    background-color: #4ec7ff;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.modal .confirm {
    left: 30px;
}

.modal .ok {
    left: 120px;
    width: 150px;
}

.modal .cancel {
    right: 30px;
}

/*ç‚¹èµž*/
.vote-bottom {
    width: 100%;
    padding: 1rem 3rem;
    box-sizing: border-box;
    text-align: center;
}

.vote-bottom span {
    display: inline-block;
    width: 34%;
    height: 40PX;
    border: 1px solid #cacaca;
    border-radius: 15rem;
    text-align: center;
}

.vote-bottom .favored {
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url("../images/praisey.png") no-repeat center;
    background-size: 100%;
    cursor: pointer;
    margin-left: 32%;
    margin-top: 3px;
}

.vote-bottom .vote-vote {
    display: inline-block;
    /* width: 100%; */
    max-width: 70px;
    height: 100%;
    font-size: 14px;
    line-height: 40px;
    border-radius: .1rem;
    color: #eb2100;
    font-weight: bold;
    padding-left: 7px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.vote-bottom strong.addactive {
    width: 30px;
    height: 30px;
    background: url("../images/praise.png") no-repeat center;
    background-size: 100%;
    margin-left: 32%;
    margin-top: 3px;
}

/*share*/
#share {
    position: relative;
    margin-top: 10px;
    width: 17%;
    height: 30px;
    border: 1px solid #cacaca;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -maz-border-radius: 20px;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
}

#share:hover {
    border: 1px solid #00b7f0;
}

.wxshare {
    position: absolute;
    top: -134px;
    left: -318px;
    display: inline-block;
    width: 302px;
    height: 302px;
    border: 1px solid #888888;
    text-align: center;
    background: #fff;
}

.wxshare i {
    display: inline-block;
    width: 100%;
    font-size: 20px;
    text-align: right;
    padding: 0px 10px;
}

#addfavored .shareblue {
    border: 1px solid #00b7f0;
}

.wxshare strong {
    display: inline-block;
    width: 50%;
    height: 50%;
    margin-top: 62px;
    padding: 10px 10px;
    box-sizing: border-box;
    border: 1px solid #888888;
}
