
.page-workshop .aside-panel {
    display: inline;
    float: left;
    width: 220px;
}
.ui-box .box-header {
    position: relative;
    height: 50px;
}
.m-aside-nav-com .box-header {
    padding-left: 35px;
    height: 66px;
    font-size: 18px;
}
.work-finish {
    text-align: center;
    background: rgb(221, 221, 221);
    color: #666;
    cursor: not-allowed !important;
}
.ui-box .box-header .works-name {
    float: left;
    color: #333;
    font: 18px/66px 'Microsoft YaHei', sans-serif;
}
.m-aside-nav-com li {
    border-top: dashed 1px #ccc;
}
.m-aside-nav-com li a:hover, .m-aside-nav-com li.active a {
    border-left-color: #e22e2d;
    color: #e22e2d;
}
.m-aside-nav-com li a {
    display: table;
    border-left: solid 3px transparent;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAALCAMAAACecocUAAAAZlBMVEX///+QkJCjo6OJiYktLS0wMDAnJyf6+vr8/Pz+/v6tra06Ojr39/epqakqKio9PT2goKCMjIydnZ3Hx8e6urrNzc3h4eHAwMB7e3seHh6zs7NWVlanp6d5eXlOTk5wcHBDQ0Pr6+ugl1R3AAAAVklEQVQI1y3MRwKAIAxEUcRIKIoC9u79L6kJzur9zQgjRhmmWuSZrgWLmRSqoUBEraPjSFHK3W5AMS9Q0cAPYj3KbydA8X+l2xfIwt4B0xAVkfyESzJf/2kDyNYnJOgAAAAASUVORK5CYII=) no-repeat 12px 50%;
    line-height: 20px;
    font-size: 12px;
    color: #666;
    padding: 20px 0 20px 35px;
}
.page-workshop .main-panel {
    display: inline;
    float: right;
    width: 900px;
}
.win_team{
    display: none;
}
.win_team:first-child{
    display: block;
}
/**
上传作品
 */
.m-competition-form {
    margin-top: 30px;


}
.m-competition-form .inner {
    display: block;
    margin: 0 auto;
    width: 1040px;

}
.m-competition-form table {
    width: 100%;

}
.m-competition-form .control-label {
    width: 400px;
    text-align: right;
    line-height: 30px;
    font-size: 14px;
    color: #202020;
}
.form-input_upload_pic{
    position: relative;
}
.m-competition-form td {
    padding: 10px 5px;
    vertical-align: top;
}
.m-competition-form .form-input input[type=text] {
    display: block;
    width: 300px;
    height: 30px;
    outline: 0;
    border: 1px solid #ccc;
    text-indent: 8px;
    border-radius: 6px;
    font-size: 14px;
}
.m-competition-form .form-input select {
    display: block;
    width: 300px;
    height: 30px;
    outline: 0;
    border: 1px solid #ccc;
    text-indent: 4px;
    border-radius: 6px;
}
.m-competition-form .form-group .form-input input.line {
    display: inline-block;
    width: 40px;
    border: 0;
    border-bottom: solid 1px #999;
    border-radius: inherit;
}
.m-competition-form .form-controls {
    text-align: center;
}
.m-competition-form .control-label i {
    color: #f00;
    font-style: normal;
}
.m-competition-form .form-input {
    width: 315px;
}
.m-competition-form .upload_pic{
    width: 426px;
    display:inline-block;
}
.m-competition-form .remark {
    position: relative;
    padding: 15px 10px;
    color: #999;
    font: 14px/20px 'Microsoft YaHei', sans-serif;
}
.m-competition-form .form-input .multiline {
    display: block;
    box-sizing: border-box;
    padding: 4px 10px;
    width: 300px;
    height: 160px;
    border: 1px solid #ccc;
    border-radius: 6px;
}
.file-upload.simple {
    width: 120px;
    height: 120px;
    border-radius: 10px;
}

.file-upload {
    position: relative;
    display: inline;
    float: left;
    margin-right: 20px;
    border: 1px solid #ddd;
}
.file-upload .placeholder {
    text-align: center;
    font-size: 78px;

    color: #dddddd;
}

textarea::-webkit-input-placeholder {

    text-align: right;
    padding-top: 130px;
}
.file-upload.simple .placeholder .works-name {
    margin: 30px 0 20px;
}

.file-upload .placeholder .works-name {
    display: block;
    color: #333;
    font: 14px/18px 'Microsoft YaHei', sans-serif;
}
.file-upload .picker {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    /* z-index: 3; */
    background: url(../../../img/add.png) no-repeat center center;
}
.m-competition-form .form-controls .submit {
    border: 1px solid #fc4147;
    color: #fff;
    font-size: 18px;
    background-color: #fc4147;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;

}
.m-competition-form .form-controls .btn {
    display: inline-block;
    margin: 0 10px;
    padding: 7px 23px;

    cursor: pointer;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
.file-upload .preview {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
}
.file-upload .picker .webuploader-pick {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: transparent;
}


.file-upload .preview .close {
    position: absolute;
    top: -10px;
    right: -10px;
    z-index: 3;
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 10px;
    background: #f55 url(../../../img/small-pic/close.png) no-repeat 50% 50%;
    cursor: pointer;
}

.close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
}
.file-upload .preview img {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .1);
}
#authcode{
    width: 120px;
    display: inline-block;
}
#checkCode{
    width: 60px;
    height: 30px;
    letter-spacing: 2px;
    font-style: italic;
    font-weight: bold;
}
.change_pic {
    color: #757776;
    font-size: 12px;
}
#commitment{
    color: #fc4147;
}
.top-btn-wrapper{
    position: absolute;
    left: 440px;
    bottom: 0;
}
.top-btn-wrapper>a,
.top-btn-wrapper>span{
    display: block;
    float: left;
    width: 100px;
    text-align: center;
    height: 36px;
    line-height: 36px;
    cursor: pointer;
}
.top-btn-wrapper a:nth-child(1){
    border-radius: 18px 0 0 18px;
    width: 100px;
}
.top-btn-wrapper a:nth-child(2){
    border-radius: 0;
    position: relative;
}
.top-btn-wrapper a:nth-child(2)::before
/*,.top-btn-wrapper a:nth-child(2)::after*/
{
    content: "";
    display: block;
    position: absolute;
    height: 20px;
    border-left: 1px solid #eee;
    top: 8px;
    right: 0;
}
.top-btn-wrapper a:nth-child(2)::before{
    right: 100px;
}
.top-btn-wrapper a:nth-child(2){
    border-radius: 0 18px 18px 0;
}
.top-btn-wrapper span{
    border-radius: 18px;
    width: 120px
}
.top-btn-wrapper span u{
    margin-left: 2px
}
.clearfix::after {
    content: "";
    display: block;
    clear: both;
}
.clearfix li {
    float: left;
    width: 128px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    position: relative;
    color: #333;
    font-size: 16px;
}
.clearfix li.active,
.clearfix li:hover
{
    border-bottom: solid 4px #FC4147;
    font-weight: bold;
    border-top: 3px #FC4147 solid;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    border-bottom: 1px #fff solid;
    cursor: pointer;
    box-sizing: border-box;
}
.area-body img{
    max-width: 90% !important;
}
.area-body .introduction{
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
}
.area-body .introduction .title{
    font-size: 16px;
    font-weight: bold;
    position: relative;
    padding-left: 10px;
}
.area-body .introduction .title::before{
    content: "";
    display: block;
    position: absolute;
    height: 13px;
    left: 0px;
    top: 2px;
    border: solid 2px #fc4147;
}

.area-body .file-wrapper .item {
    width: 560px;
}
.file-wrapper .item .right .name{
	font-size: 15px;
	color: #333
} 

.file-wrapper .item .right .size
{
	font-size: 15px;
	color: #999
} 
.file-wrapper .item .right .preview
{
	font-size: 14px;
	color: #1e5994;
	margin-right: 30px;
	cursor: pointer;
} 
.file-wrapper .item .right .download
{
	cursor: pointer;
	font-size: 14px;
	color: #1e5994
} 
.area-body .icon-files-ppt{
	color: #9b4f4e;
}
.area-body .icon-files-doc{
	color: #0c6bc3
}
.area-body .icon-files-xls{
	color: #199255
}
.area-body .icon-files-pdf{
	color: #f16019
}
.area-body .icon-files-mp{
	color: #e217ef
}
.area-body .icon-files-zip{
	color: #232d8c
}
.area-body .icon-files-rar{
	color: #232d8c
}
.area-body .session-list{
    /* padding: 20px; */
}
.area-body .session-wrapper .suc-tip{
    height: 44px;
    line-height: 44px;
    color: #358815;
    background-color: #F3FFEC;
    padding-left:40px;
    font-size: 12px; 
    position: relative;
    margin:  20px 20px 20px 30px;
}
.area-body .session-wrapper .suc-tip::before{
    font-size: 13px;
    margin-right: 8px;
}
.area-body .session-list .suc-tip::before{
    position: absolute;
    left: 23px;
}
.session-list>li{
    padding: 30px;
    border-bottom: solid 1px #ddd;
    position: relative;
}
.session-list>li:nth-child(1){
    padding-top: 0
}
.session-list>li>img{
    display: block;
    float: left;
    height: 210px;
    width: 320px;
    margin-right: 20px;
    background: #199255
}
.session-list>li>div .tt{
    font-size: 20px;
    font-weight: bold;
    line-height: 20px;
    height: 20px;
    margin-bottom: 46px;
}
.session-list>li>div li{
    height: 12px;
    margin-bottom: 32px;
    line-height: 10px
}
.session-list>li>div li:nth-child(4){
    margin-bottom: 0
}
.session-list>li>div li span{
    font-size: 14px;
    line-height: 14px;
    color: #666;
}
.session-list>li>div li span:nth-child(1){
    margin-right: 20px;
}
.session-list>li .btn-wrapper{
    width: 200px;
    position: absolute;
    right: 20px;
    bottom: 20px;
}
.session-list>li .btn-wrapper div{
    height: 40px;
    line-height: 40px;
    width: 140px;
    text-align: center;
    font-size: 14px;
    margin-bottom: 10px;
    box-sizing: border-box;
    border-radius: 20px;
}
.dian{
    position: relative;
    margin-right: 3px !important
}
.dian::after{
    content: "";
    display: block;
    position: absolute;
    height: 2px;
    width: 2px;
    background: #000;
    border-radius: 50%;
    top: 8px;
    right: -4px;
}
.iden-cancel .icon-choose-circle-full::before{
    color: #ff6000;
}
.iden-cancel li::before{
    margin-right: 2px;
    cursor: pointer
}
.iden-cancel{
    padding: 2px 30px 40px;
}
.iden-cancel li{
    margin-top: 14px;
    font-size: 14px;
    color: #666;
    cursor: pointer
}


.group-modal{
    position: fixed;
    background: rgba(0,0,0,.6);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 65535;
}
.group-modal *{
    box-sizing: border-box;
}
.group-modal .group-box{
    position: relative;
    width: 700px;
    background: #fff;
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%);
    color: #333;
}
.group-modal .group-box .m-title{
    height: 59px;
    line-height: 58px;
    border-bottom: 1px solid #ddd;
    padding: 0 30px;
    font-size: 20px;
}
.group-modal .group-box .icon-close{
    float: right;
    color: #666;
    cursor: pointer;
}
.group-modal .group-box .icon-close:hover{
    opacity: .8;
}

.group-modal .group-body{
    padding: 20px 30px 40px;
}
.group-modal .group-body dl{
    border: 1px solid #ddd;
    /*border-bottom: none;*/
    max-height: 340px;
    overflow-y: auto;
}

.group-modal .group-body dt{
    height: 40px;
    line-height: 40px;
    background: #eee;
    padding: 0 10px;
}

.group-modal .group-body dd{
    height: 50px;
    line-height: 50px;
    cursor: pointer;
    padding: 0 10px;
    border-bottom: 1px solid #ddd;
}
.group-modal .group-body dd:last-child{
    border-bottom: none;
}
.group-modal .group-body dd:hover,
.group-modal .group-body dd.active{
    background: #fc4147;
    color: #fff;
}

.group-modal .group-body dd.disabled{
    background: #eee;
    cursor: no-drop;
    color: #333;
}

.group-modal .group-body .btns{
    margin-top: 30px;
    text-align: right;
}
.group-modal .group-body .btns .hint{
    font-size: 12px;
    color: #999;
    float: left;
}
.group-modal .group-body .btns .btn{
    display: inline-block;
    text-align: center;
    width: 84px;
    height: 30px;
    line-height: 28px;
    border: 1px solid #fc4147;
    color: #fc4147;
    cursor: pointer;
    border-radius: 3px;
}

.group-modal .group-body .btns .btn.active,
.group-modal .group-body .btns .btn:hover
{
    background: #fc4147;
    color: #fff;
}
.group-modal .group-body .btns .btn:hover{
    opacity: .8;
}



.act-main .info .icon1 {
    color: #777;
}

.zx-share-ul1 {
    color: #777;
    font-size: 14px;
}

#article-body .info .ic-d3{
    margin-top: 0;
}

.zx-share .font_family{
    font-size: 20px;
    margin-right: 15px;
    color: #777;
    cursor: pointer;
}
.icon-go-wechat:hover {
    color: #09BB07;
}
.icon-go-qzone:hover {
    color: #FFCD00;
}
.icon-go-weibo:hover {
    color: #E71F19;
}
.act-main .info{
    height: 260px;
}

.act-main .zx-share-ul1 li p:hover{
    height: auto;
}





@media screen and (max-width:1541px){
    .introduction .active-detail>p>img{
     max-width: 1140px
    }
    .introduction .active-detail>p>span>img{
     max-width: 1140px
    }
}
@media screen and (min-width:1540px){
    .introduction .active-detail>p>img{
        max-width: 1340px
       }
    .introduction .active-detail>p>span>img{
        max-width: 1340px
       }
}