/* 登录 注册界面 */
#bg-box{
    position: relative;
    width: 100%;
    height: 100vh;
}

#bg-box::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: url(../images/banner1.jpg) no-repeat center/cover;
    filter: blur(4px);
}

.rigister-form{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 360px;
    height: 400px;
    padding: 0 20px;
    background-color: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.137);
    transform: translate(-50%,-50%);
}

.rigister-form h2{
    margin: 70px 0 40px;
    text-align: center;
}

.login-form h2{
    margin: 50px 0 40px;
}

.rigister-form label,
.rigister-form input{
    display: inline-block;
}

.rigister-form label{
    width: 25%;
    text-align: right;
}

.rigister-form input{
    width: 70%;
    height: 30px;
    outline: none;
    border: 1px solid #09d2fe;
}

.account-bar{
    margin-bottom: 10px;
}

.account-bar input{
    padding-left: 5px;
    box-sizing: border-box;
}

.account-bar input:hover{
    border: 2px solid #09d2fe;
}

.submit-bar{
    margin: 40px 0;
    text-align: center;
}

.submit-bar input{
    width: 120px;
    color: #fff;
    cursor: pointer;
    background-color: #09d2fe;
}

.submit-bar input:hover{
    background-color: #0ac6f0;
}

.submit-bar input:first-child{
    margin-right: 20px;
}

/* 角色介绍 */
.role-card-wrapper{
    margin-bottom: 40px;
    justify-content: space-between;
    flex-wrap: wrap;
}
.role-card{
    width: 31%;
}

.role-img{
    height: 372px;
    background-color: #fff;
    padding: 20px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.137);
    box-sizing: border-box;
}

.role-img img{
    height: 100%;
}

.role-text{
    padding: 20px;
}

.role-text h3{
    color: #0281E8;
    padding-bottom: 10px;
}

.role-card-wrapper2{
    background-color: #fff;
    padding: 20px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.137);
    box-sizing: border-box;
}

.role-card-wrapper2{
    align-items: center;
    margin-bottom: 40px;
}


.role-card-wrapper2 .role-img2{
    width: 25%;
}

.role-img2 img{
    width: 100%;
}

.role-card-wrapper2 .role-text{
    flex: 1;
}

/* 图集欣赏  */
.atlas-wrapper img:hover{
    filter: brightness(1);
}

.phone-img-wrapper,
.computer-img-wrapper
 {
    flex-wrap: wrap;
    justify-content: space-between;
}

.phone-img-wrapper img{
    width: 19%;
    margin-bottom: 15px;
    filter: brightness(0.9);
}

.computer-img-wrapper img{
    width: 32.5%;
    height: 220px;
    margin-bottom: 15px;
    filter: brightness(0.8);
}

.computer-img-wrapper{
    margin-bottom: 25px;
}

/* 在线视频 */
.video-container{
    background: url(../images/bg.png) no-repeat center/cover;
}

.video-container .column-title h3{
    border-left-color: #ffee34;
}

.online-video a{
    display: inline-block;
    margin-bottom: 20px;
    color: #034CFF;
    text-decoration: underline;
}

.online-video a:hover{
    color: #ffee34;
    text-shadow: 0 0 5px gray;
}

.video-top-left{
    width: 70%;
}

.video-top-right{
    flex: 1;
    padding: 30px;
}

.video-top-right h2{
    margin-bottom: 30px;
}


.video-column-music ul>li{
    margin-bottom: 10px;
}

.video-column-music p{
    display: inline-block;
    width: 70%;
    height: 54px;
    line-height: 54px;
    vertical-align: middle;
    font-size: 16px;
    border-bottom: 1px solid #0281E8;
}

.video-column-music p:hover{
    color: #ffee34;
    cursor: pointer;
}

.video-column-music audio{
    width: 20%;
    margin-left: 20px;
    vertical-align: middle;
}

.video-clip-card-wrapper{
    margin-bottom: 40px;
    flex-wrap: wrap;
    justify-content: space-between;
}

.video-clip-card{
    width: 19%;
}

.video-clip-v video{
    border-radius: 15px;
    vertical-align: top;
}

.video-clip-t p{
    padding: 10px 0;
}

/* 经典台词 */
.classicline-card{
    width: 24%;
    padding: 20px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.137);
    border-radius: 20px;
    box-sizing: border-box;
}

.classicline-card-wrapper{
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

.classicline-card{
    margin-bottom: 15px;
    transition: background-color .5s linear;
}

.classicline-card:hover{
    color: #fff;
    background-color: #09d2fe;
}

.classicline-card span{
    display: block;
    margin-top: 20px;
    text-align: right;
}

/* 作品评价  */
#award-bg{
    padding: 10px 0;
    background: url(../images/bg2.jpg) no-repeat center center/cover;
}

.award-main-content{
    margin-bottom: 40px;
    border-collapse: collapse;
    border-spacing: 0;
    border: 1px solid #0281E8;
    color: #666;
    width: 100%;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #ffffff7d;
}

.award-main-content th{
    padding: 6px 0;
    background-color: #0281E8;
    border-bottom: 1px solid #e9e9e9!important;
    color: #fff;
    font-weight: 700;
    text-align: center;
}

.award-main-content tr td{
    border-top: 1px dashed #0281E8;
    color: #333;
    line-height: 24px;
    padding: 6px;

}


/* 联系我们 */
.contactus-banner{
    height: 420px;
    background: url(../images/banner2.jpg) no-repeat center/cover;
}

.email-box li{
    padding-bottom: 20px;
}

.email-box li a{
    display: inline-block;
    margin: 10px 0 -10px;
    padding: 10px 20px;
    border: 1px solid #000;
    color: #034CFF;
    text-decoration: underline;
}

.email-box li a:hover{
    color: #fff;
    background-color: #0281E8;
}

.leave-message{
    width: 80%;
    margin: 0 auto 40px;
}

.leave-message input{
    height: 30px;
    margin-bottom: 20px;
    outline: none;
    box-sizing: border-box;
}

.leave-message input:hover{
    border:2px solid #09d2fe;
}

.userbar div{
    width: 50%;
}

.userbar input{
    width: 80%;
    padding-left: 5px;
}

.useremail input{
    width: 90%;
    padding-left: 5px;
}

.mesagebar label{
    vertical-align: top;
}

.mesagebar textarea{
    width: 90%;
    height: 200px;
    padding: 5px;
    margin-bottom: 20px;
    outline: none;
    box-sizing: border-box;
}

.mesagebar textarea:hover{
    border:2px solid #09d2fe;
}

.submitbar{
    text-align: center;
}

.submitbar input{
    display: inline-block;
    width: 150px;
    height: 30px;
    cursor: pointer;
}

.submitbar input[type=reset] {
    margin-left: 25px;
}