@charset "UTF-8";

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

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

.modal p span {
    /*color: #f00;*/
}

.modal a {
    position: absolute;
    width: 90px;
    height: 30px;
    line-height: 30px;
    bottom: 30px;
    color: #228aff;
    cursor: pointer;
    border: 1px solid #228aff;
    border-radius: 5px;
}

.modal .confirm {
    left: 30px;
}

.modal .confirm:hover {
    background: #4ec7ff;
    color: #fff;
    border: 1px solid #4ec7ff;
}

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

.modal .cancel {
    right: 30px;
}

.modal .cancel:hover {
    background: #4ec7ff;
    color: #fff;
    border: 1px solid #4ec7ff;
}

input:disabled {
    background-color: #f5f5f5;
}

.wrap-t {
    width: 1200px;
    height: 60px;
    padding: 0px 18px;
    box-sizing: border-box;
    line-height: 60px;
    background-color: #efefef;
    font-family: PingFangSC-Semibold;
    font-size: 16px;
    color: #333333;
    font-weight: bold;
}

/*视频进度条*/
.wrap-t-three {
    position: relative;
    width: 100%;
    height: 40px;
}

.wrap-t-three a {
    position: relative;
    display: inline-block;
    float: left;
    width: 200px;
}

.wrap-t-three .header-top-span {
    width: 204px;
    background: none;
    background-color: #4ec7ff;
    color: #ffffff;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
}

.wrap-t-three .three-before:before {
    content: "";
    position: absolute;
    top: 0px;
    left: -30px;
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 40px solid transparent;
    border-left: 30px solid #4ec7ff;
    transform: rotate(180deg);
}

.wrap-t-three .header-top-span:after {
    content: "";
    position: absolute;
    top: 0px;
    left: 204px;
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 40px solid transparent;
    border-left: 30px solid #4ec7ff;
}

/*划过后的样式*/
/*.wrap-t-three a:hover .header-top-span {*/
/*background-color: #228aff;*/
/*}*/

/*.wrap-t-three a:hover .header-top-span:after {*/
/*border-left: 30px solid #228aff;*/
/*}*/

/*.wrap-t-three a:hover .three-before:before {*/
/*border-left: 30px solid #228aff;*/
/*}*/

/*点击后的样式*/
.wrap-t-three span.active-blue {
    background-color: #228aff;
}

.wrap-t-three .active-blue:after, .wrap-t-three .active-blue:before {
    border-left: 30px solid #228aff;
}

.hint-p p {
    padding: 0px 64px;
    width: 100%;
    height: 24px;
    box-sizing: border-box;
    line-height: 24px;
    font-size: 14px;
    color: #333333;
}

/*视频---需要删除*/
.videoupdate {
    width: 100%;
    text-align: center;
}

.select-file {
    display: inline-block;
    width: 200px;
    height: 200px;
}

.photo-button {
    opacity: 0;
    filter: alpha(opacity=0);
}

.select-file .button-a {
    color: #fff;
    text-align: center;
    /* border-radius: 30px; */
    -moz-border-radius: 30px;
    /* -webkit-border-radius: 30px; */
}

.photo-texts span {
    height: 30px;
    font-size: 12px;
    line-height: 30px;
    color: #aaaaaa;
    text-align: left;
}

.wrap-up {
    display: inline-block;
    width: 100%;
    height: 100%;
    font-size: 20px;
    line-height: 200px;
    cursor: pointer;
}

.cor {
    background: #228aff;
}

/*作者信息展示*/
#author-mask .alert-window {
    width: 312px;
    padding: 10px 20px 20px 20px;
    background: #fff;
    text-align: center;
    border: 1px solid #bbb;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    box-shadow: 0 0px 10px #949494;
    -webkit-box-shadow: 0 0px 10px #949494;
}

#author-mask h2 {
    font-size: 16px;
    padding-bottom: 5px;
    margin-bottom: 20px;
    text-align: center;
}

#author-mask p {
    position: relative;
    margin-top: 18px;
    padding: 0px 25%;
    text-align: center;
}

#author-mask label {
    display: inline-block;
    width: 70px;
    height: 40px;
    font-size: 14px;
    line-height: 40px;
    cursor: pointer;
    margin-right: 27px;
    text-align: right;
}

#author-mask input,#author-mask select {
    display: inline-block;
    box-sizing: border-box;
    width: 400px;
    height: 40px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    padding: 10px 10px;
    border: 1px solid #ddd;
    -webkit-box-shadow: 0 0 0 #fff;
    -moz-box-shadow: 0 0 0 #fff;
}
#author-mask select{
    cursor: pointer;
}

#author-mask button {
    display: block;
    width: 100px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #333;
    color: #fff;
    border: 0;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    margin: 28px auto 0;
    cursor: pointer;
}

#author-mask strong {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 49px;
    font-size: 8px;
    color: #eb2100;
}

#author-mask .err {
    position: absolute;
    top: 32px;
    left: -97px;
    font-weight: normal;
}

#author-mask input:focus, #name-mask input:focus, #author-mask textarea:focus {
    border: 1px solid #03a9f4;
    box-shadow: 0 0 15px #03a9f4;
}

#buttontwo a, #buttontwos a {
    display: inline-block;
    /* width: 200px; */
    height: 40px;
    padding: 0px 70px;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
    background: #4ec7ff;
    color: #fff;
    border: 0;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    margin: 10px 20px;
    cursor: pointer;
    text-decoration: none;
}

#buttontwo .activeblue, #buttontwos .activeblue {
    background: #228aff;
}

#buttontwo .activeblue:hover, #buttontwos .activeblue:hover {
    background: #4ec7ff;
}

#buttontwo a:hover, #buttontwos a:hover {
    background: #228aff;
}

.author-mask-text {
    height: 14px;
    font-size: 12px;
    letter-spacing: 0px;
    color: #999999;
    padding-left: 38% !important;
    text-align: left !important;
    margin-top: 7px !important;
}

.tocenter {
    position: absolute;
    color: #228aff;
    cursor: pointer;
}

/*已经阅读 钩选按钮*/
.squaredFour {
    width: 71% !important;
    position: relative;
    margin-left: 20%;
}

.squaredFour #clickshow {
    position: absolute;
    /* top: 20px; */
    right: 134px;
}

.squaredFour label {
    width: 14px !important;
    height: 14px !important;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    /*background: #228aff;*/
    background: #fcfff4;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0, 0, 0, 0.5);
    box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0, 0, 0, 0.5);

}

.labelblue {
    background: #228aff;
}

.squaredFour label:after {
    content: '';
    width: 8px;
    height: 5px;
    position: absolute;
    top: 4px;
    left: 3px;
    border: 2px solid #333;
    border-top: none;
    border-right: none;
    background: transparent;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.squaredFour label:before {
    content: '我已阅读并同意遵守';
    width: 140px;
    position: absolute;
    top: -10px;
    right: -147px;
}

/*.squaredFour label:hover::after {*/
    /*filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);*/
    /*opacity: 0;*/
/*}*/

#author-mask .squaredFour input[type=checkbox] {
    visibility: hidden !important;
    width: 20px;
    height: 20px;
}

.squaredFour input[type=checkbox]:checked + label {
    background: #228aff;
}

.squaredFour input[type=checkbox]:checked + label:after {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    border: 2px solid #fff;
    border-top: none;
    border-right: none;
    background: transparent;
    opacity: 1;
}

.squaredFour a {
    color: #228aff;
    cursor: pointer;
}

/*video-message*/
.video-message {
    padding: 10px 17%;
}

.video-message p {
    margin-top: 6px;
}

.video-message span {
    width: 574px;
}

.video-message a {
    width: 132px;
    height: 30px;
    color: #fff;
    font-size: 14px;
    line-height: 30px;
    color: #333333;
    text-align: right;
    margin-right: 60px;
}

.video-message-p {
    text-indent: 11%;
}

/*video_message*/
.video-show {
    margin: 34px 20px;
    height: 455px;
    box-sizing: border-box;
}

.video-show .video-show-left {
    width: 560px;
    height: 100%;
    background-color: #f5f5f5;
    border: solid 1px #d7d7d7;
}

.video-show .video-show-right {
    width: 560px;
}

.video-show h5 {
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding: 0px 20px;
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    border-bottom: solid 1px #d7d7d7;
}

.video-show em {
    font-family: PingFangSC-Regular;
    font-size: 14px;
    letter-spacing: 0px;
    color: #228aff;
    text-align: right;
    cursor: pointer;
}

.video-show-wrap {
    padding: 20px 120px;
}

.video-show-wrap span {
    display: inline-block;
    width: 320px;
    height: 240px;
    box-sizing: border-box;
    background: #fff;
    padding: 49px 84px;
    border: dashed 1px #d7d7d7;
}

.video-show-wrap .videw-show-progress {
    display: inline-block;
    width: 320px;
    height: 240px;
    box-sizing: border-box;
    background: #fff;
    padding: 49px 84px;
    border: dashed 1px #d7d7d7;
    position: relative;
}

.video-show-wrap div.gray {
    width: 152px;
    height: 144px;
    background: #f3f4f6;
}

.video-show-wrap em {
    display: inline-block;
    width: 153px;
    height: 142px;
    background: #f5f5f5;
}

.video-show-wrap strong {
    display: inline-block;
    width: 100%;
    font-family: PingFangSC-Regular;
    font-size: 12px;
    line-height: 24px;
    color: #999999;
    text-align: center;
}

.video-show-wrap p {
    font-size: 14px;
    line-height: 24px;
    color: #333333;
}

.tin {
    text-indent: 28px;
    cursor: pointer;
}

.tin a {
    display: inline-block;
    font-weight: bold;
    cursor: pointer;
}
.tin a:hover{
    color: #228aff;
}
/*video-right*/
.video-show-right .right-wrap {
    /* height: 115px; */
    border: solid 1px #d7d7d7;
    background: #f5f5f5;
}

.right-p {
    position: relative;
    height: 74px;
    box-sizing: border-box;
}

.right-wrap input {
    margin: 16px 40px;
    width: 480px;
    height: 20px;
    padding: 20px 20px;
    box-sizing: border-box;
    border: 1px solid #e5e5e5;
}

.right-p em {
    position: absolute;
    top: 30px;
    right: 49px;
    color: #adadad;
}

.video-show-right .right-b {
    width: 100%;
    height: 278px;
}

/*视频上传img*/
.select-file {
    display: inline-block;
    width: 200px;
    height: 150px;
    position: relative;
}

.photo-button {
    opacity: 0;
    display: none;
    filter: alpha(opacity=0);
}

.select-file .button-a {
    position: absolute;
    top: 0px;
    left: 0px;
    color: #999999;
    text-align: center;
    font-size: 12px;
    /* border-radius: 30px; */
    -moz-border-radius: 30px;
    /* -webkit-border-radius: 30px; */
    border: dashed 1px #d7d7d7;
    z-index: 1;
}

.select-file .addloadimg {
    background: url("../images/haiselect/upimg.png") no-repeat center;
    background-color: #fff;
}

.select-file .updatepic {
    background: url("../images/picundate.png") no-repeat center;
    background-color: rgba(0, 0, 0, 0.2);
    background-size: 20%;
}

.right-b .color-t {
    color: #999999;
}

.photo-texts span {
    height: 30px;
    font-size: 12px;
    line-height: 30px;
    color: #aaaaaa;
    text-align: left;
}

.wrap-up {
    display: inline-block;
    width: 100%;
    height: 100%;
    font-size: 20px;
    padding-top: 106px;
    line-height: 30px;
    cursor: pointer;
    box-sizing: border-box;
}

.cor {
    background: #ffffff;
}

.img-pic {
    display: inline-block;
    width: 100%;
    height: 100%;
    border: dashed 1px #d7d7d7;
    overflow-x: hidden;
    box-sizing: border-box;
    background: #ffffff;
}

.img-pic img {
    width: 100%;
    height: 100%;
}

.img-pic::-webkit-scrollbar {
    width: .4rem;
    background: #898989;
}

.img-pic::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

.img-pic::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #b6b6b6;
}

/*video后加样式*/
#upvideo {
    width: 200px;
    height: 157px;
    background: url("../images/upvideo.png") no-repeat center;
}

.upvideo-t {
    font-size: 20px;
    font-family: PingFangSC-Semibold;
    font-weight: normal;
    line-height: 24px;
    height: 24px;
    color: #333333;
    margin-top: 30px;
    font-weight: bold;
}

.upvideo-p {
    font-size: 14px;
    line-height: 24px;
    color: #999999;
    margin-top: 10px;
}

/*video-succeed*/
.video-succeed-t {
    margin-top: 34px;
    width: 100%;
    height: 30px;
    font-family: PingFangSC-Semibold;
    font-size: 16px;
    line-height: 30px;
    color: #ff9600;
    text-align: center;
    font-weight: bold;
}

.video-succeed-wrap {
    padding: 10px 13%;
}

.video-succeed-wrap span {
    width: 75%;
}

.video-succeed-wrap a {
    text-align: right;
}

.h710 {
    height: 710px;
}

.mt200 {
    margin-top: 145px;
}

#buttontwo .mr160, #buttontwos .mr160 {
    margin-right: 160px;
}

#video-size {
    width: 340px;
    height: 240px;
}

/*圆环进度条样式*/
.game_time {
    width: 100px;
    height: 100px;
    position: absolute;
    top: 30%;
    left: 35%;
    text-align: center;
}

.pie {
    width: 100px;
    height: 100px;
    background-color: blue;
    border-radius: 50%;
    position: absolute;
}

.pie1 {
    clip: rect(0px, 100px, 100px, 50px);
    -o-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    background-color: #fff;
}

.pie2 {
    clip: rect(0px, 50px, 100px, 0px);
    -o-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    background-color: #fff;
}

.hold {
    width: 100px;
    height: 100px;
    position: absolute;
    z-index: 1;
}

.bg {
    width: 100px;
    height: 100px;
    border-radius: 100px;
    position: absolute;
    background: linear-gradient(to bottom, #4dd2ef, #33afe4, #217cd4);
}

.time {
    display: inline-block;
    width: 75px;
    height: 75px;
    margin: 13% -38%;
    background-color: #f5f5f5;
    border-radius: 75px;
    position: absolute;
    z-index: 1;
    text-align: center;
    line-height: 75px;
    font-size: 14px;
    color: #acadaf;
}

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

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

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

input[type="number"] {
    -moz-appearance: textfield;
}
/*作者信息展示按钮*/
#radiobutton a{
    display: inline-block;
    /* width: 200px; */
    height: 40px;
    padding: 0px 70px;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
    color: #fff;
    border: 0;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    margin: 10px 20px;
    cursor: pointer;
    text-decoration: none;
}
#radiobutton .checkedblue{
    background: #4ec7ff;
}
#radiobutton .nocheckgray{
    background: #d6d6d6;
}
#radiobutton .activeblue:hover{
    background: #228aff;
}
/*Author add style*/
