@charset "utf-8";
.addschool{
    width: 125px;
    height: 35px;
    background: #f39e19;
    display: inline-block;
    text-align: center;
    line-height: 35px;
    font-size: 15px;
    color: #fff;
    border-radius: 35px;
    margin-right: 35px;
}
.barbox{
    height: 80%;
    background: #fff;
    box-shadow: 0 0 40px rgba(208, 202, 183, 0.25);
    border-radius: 9px;
    overflow: hidden;
    padding-top: 86px;
    position: relative;
}
.bardiv{
    height: 100%;
    /* padding-top: 86px; */
    /* margin-top: -86px; */
    overflow-y: auto;
}
.bar.bar-t{margin-top: 8px;background: #fff;position: absolute;width: 100%;top: 0;left: 0;}
.bar-t p{
    font-weight: 600;
}
.bar{
    min-height: 78px;
    position: relative;
}
.bar:after{
    content:'';
    display:block;
    height: 31px;
    background: url(../img/shadow_02.png) top center no-repeat;
    position: absolute;
    width: 100%;
    top: 78px;
    background-size: 100% auto;
}
.bar p{
    color: #555555;
    font-size: 16px;
    display: inline-block;
    width: 20%;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 78px;
    padding: 0 10px;
}
.bar a{
    /* display: inline-block; */
    color: #555555;
    font-size: 16px;
}

.bar p>a:after {
    content: '';
    display: inline-block;
    height: 24px;
    width: 1px;
    background: #a4a4a4;
    vertical-align: middle;
    margin: 0 10px;
}
.bar p>a:last-child:after {
    display: none;
}
.bar a.del.not{
    opacity: .4;
    cursor: default;
}
.submitbox,.resubmitbox{
    width: 500px;
    margin-left: -250px;
    z-index: 22;
    top: 10%;
}
.subdiv{
    text-align: center;
    padding: 0 45px;
}
.subdiv>div{
    font-size: 0;
}
.subimg{
    width: 80px;
    height: 80px;
    border-radius: 50%;
    box-shadow: 0 0 12px rgba(208, 202, 183, 0.65);
    margin: 0px auto 20px;
    /* background: #fff url(../img/icon_10.png) center no-repeat; */
    background-size: 30% auto;
    position: relative;
    overflow: hidden;
}

.subimg:after {
    content: 'LOGO';
    display: block;
    position: absolute;
    top: 31px;
    left: 21px;
    color: #606060;
    font-size: 14px;
}
.subimg img{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    left: 0;
    top: 0;
}
.subimg input{
    position: absolute;
    width: 100%;
    height: 100%;
    cursor: pointer;
    z-index: 2;
    opacity: 0;
    left: 0;
    top: 0;
}
.subinput{
    margin-bottom: 20px;
    text-align: center;
}
.subinput span{
    color: #606060;
    font-size: 16px;
    width: 90px;
    display: inline-block;
}
.subinput input{
    height: 45px;
    background: #ffff;
    border-radius: 15px;
    border: 0;
    width: 100%;
    padding: 0 20px;
    font-size: 16px;
    display: inline-block;
    box-shadow: 0 0 40px rgba(208, 202, 183, 0.45);
    text-align: center;
}
.subinput .hint{
    font-size: 12px;
    margin-top: 12px;
    color: #c77e25;
}
.asubmit{
    height: 50px;
    background: #cfa972;
    border-radius: 45px;
    border: 0;
    width: 100%;
    padding: 0 20px;
    font-size: 16px;
    display: inline-block;
    text-align: center;
    line-height: 50px;
    margin: 24px 0;
}

.classifylist{}
.classifylist .resource-li>i{
    width: 19px;
    height: 19px;
    display: block;
    background: url(../img/sel.png) center no-repeat;
    position: absolute;
    z-index: 2;
    top: 6px;
    left: 6px;
    display: none;
    cursor: pointer;
}
.classifylist .resource-li:hover .selecti{
    display: block;
}
.classifylist .resource-li.on .selecti{
    background: url(../img/selon.png) center no-repeat;
    display: block;
}
.classify-t{
    font-size: 0;
}
.classify-t .searchbox{
    margin-right: 0;
    float: right;
    margin-top: 0px;
}
.classify-t>a{
    display: inline-block;
    width: 122px;
    height: 35px;
    background: #fff;
    box-shadow: 0 0 40px rgba(208, 202, 183, 0.25);
    border-radius: 35px;
    line-height: 35px;
    font-size: 15px;
    color: #2d2d2d;
    text-align: center;
    margin-right: 25px;
}
.classify-t>a.add{
    background: #f39e19;
    color: #fff;
}

.movebox{
    width: 832px;
    margin-left: -416px;
}
.movebox>div{
    margin-top: 15px;
    /* height: 300px; */
}
.movebox .allclass{
    margin-left: 15px;
}
.movebox .classify{
    font-size: 16px;
    color: #1d1d1d;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
}
.movebox .move-l .classify{
    width: 250px;
    height: 48px;
    text-align: center;
    box-shadow: 0 0 21px 2px rgba(208, 202, 183, 0.46);
    border-radius: 2px;
    margin-bottom: 15px;
    line-height: 48px;
    /* margin-left: 15px; */
}
.movebox .classify .on{}
.movebox .classify .active{}
.movebox .classify.on:after{
    content: '';
    display: block;
    background: url(../img/icon_13.png) center no-repeat;
    width: 11px;
    height: 17px;
    position: absolute;
    right: 10px;
    top: 15px;
}
.movebox .classify.active{
    color:#f39e19
}
.movebox .classify.active:before{
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #f39e19;
    vertical-align: middle;
    margin-bottom: 2px;
    margin-right: 10px;
}

.move-l{
    display: inline-block;
    vertical-align: top;
    background: url(../img/shadow_03.png) right center no-repeat;
    width: 320px;
}
.move-l ul{
}
.move-l ul li{
 
position: relative;
 
padding: 0 25px 0 5px;
}
.move-r{
    display: inline-block;
    vertical-align: top;
    width: 405px;
    margin-top: 58px;
}
.move-r ul{
    height: 255px;
    overflow-y: auto;
}
.move-r ul li{
    display: inline-block;
    width: 170px;
    text-align: center;
    line-height: 48px;
    margin-left: 30px;
}
.move-b {
    text-align: center;
    margin-top: 30px;
}
.move-b a{
    display: inline-block;
    width: 122px;
    height: 35px;
    background: #fff;
    box-shadow: 0 0 21px 5px rgba(208, 202, 183, 0.46);
    border-radius: 35px;
    line-height: 35px;
    font-size: 15px;
    color: #2d2d2d;
    text-align: center;
    margin-right: 25px;
}
.move-b a.add{
    background: #f39e19;
    color: #fff;
    margin-left: 25px;
}
.move-l div{
    padding-left: 15px;
    height: 268px;
    overflow-y: auto;
    padding-top: 15px;
    margin-top: -15px;
    width: 285px;
}

.bar .p-handle{
    height: 78px;
    display: inline-block;
    width: 20%;
}
.bar .handlebox {
    height: 30px;
    background: url(../img/icon_14.png) center no-repeat;
    display: block;
    width: 100px;
    margin: 24px auto;
    position: relative;
}
.bar .handlebox:hover .handleul{
    display: block;
}
.bar .handlebox:hover .handleul a:hover{
    color:#f39e19;
}
.p-handle .handleul{
    position: absolute;
    width: 84px;
    right: -50px;
    top: 5px;
    box-shadow: 0 0 20px 1px rgba(208, 202, 183, 0.48);
    text-align: center;
    padding: 10px;
    background: #fff;
    z-index: 2;
    display: none;
}
.p-handle .handleul a{
    display: block;
    font-size: 16px;
    color: #555555;
    line-height: 32px;
}
.coursebox .bar.not p:nth-child(4){
    color:#f39e19;
}
.quesbox-t>a {
    display: inline-block;
    width: 122px;
    height: 35px;
    background: #fff;
    box-shadow: 0 0 20px 1px rgba(208, 202, 183, 0.48);
    border-radius: 35px;
    line-height: 35px;
    font-size: 15px;
    color: #2d2d2d;
    text-align: center;
    margin-right: 15px;
    vertical-align: top;
}

.quesbox-t>a.add {
    background: #f39e19;
    color: #fff;
    float: right;
    margin-right: 0;
}
.quesbox-t .search{
    display: inline-block;
    margin: 0;
    vertical-align: top;
    box-shadow: 0 0 20px 1px rgba(208, 202, 183, 0.48);
}
.quesrbox {
    height: 100%;
}
.quesbox {
    height: 100%;
}
.coursebox .bardiv ul li.bar:last-child .handleul,.coursebox .bardiv ul li.bar:nth-last-child(2) .handleul{
    
top: -158px;
}
.coursebox .bardiv ul li.bar:first-child div.handleul,.coursebox .bardiv ul li.bar:nth-child(2) div.handleul{
    
top:5px;
}
.summarybox{
    width: 800px;
    margin-left: -400px;
    top: 10%;
}
.quesbox-t{
    height: 35px;
}
.resourcebox .bar>p{
    width: 25%;
}
.quesbox-t .way{}
.addthingbox{
    width: 800px;
    margin-left: -400px;
    top: 10%;
    height: 80%;
}
.addthingbox>div{
    text-align: center;
    height: 100%;
    padding-bottom: 80px;
}
.addthingbox>div>a{
    margin-top: 3%;
}
.addthingbox .quesbox-t{
    margin-bottom: 15px;
}
.addthingbox .barbox{
    height: 84%;
}
.addthingbox .bar p{
    width: 50%;
}
.addthingbox .bar p i{
    width: 19px;
    height: 19px;
    background: #b9b9b9;
    display: inline-block;
    border-radius: 4px;
    cursor: pointer;
}
.addthingbox .bar.on p i{
    background: url(../img/selon.png);
}
.titbarbox.titbox{
    padding: 40px 0;
    font-size: 0;
    top: 10%;
    min-height: 480px;
}
.titbarbox.titbox h2{
    margin-left: 25px;
}
.testbox .bar>p{
    width: 25%;
}
.subimg.noimg:hover:after{
    content:'可不传';
    display: block;
}
.comsel{
    width: 150px;
    height: 35px;
    line-height: 35px;
    display: inline-block;
    vertical-align: top;
    margin-right: 15px;
    color: #5a5a5a;
    font-size: 14px;
    text-align: center;
    position: relative;
}

.comsel ul{
    box-shadow: 0 0 10px 0px rgba(4, 0, 0, 0.06);
    width: 100%;
    background: #fff;
    position: absolute;
    z-index: 5;
    left: 0;
    top: 24px;
    z-index: 1;
    padding: 25px 10px 10px;
    max-height: 300px;
    overflow-y: auto;
    cursor: pointer;
}

.comsel ul li{
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.comsel ul li.no-result{
    pointer-events: none;
    cursor: text;
}

.comsel ul li:hover{
    color: #f39e19;
}

.comsel p{
    cursor: pointer;
    position: relative;
    z-index: 999;
    padding: 0 35px 0 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    background: #fff;
    border-radius: 35px;
    box-shadow: 0 0 20px 1px rgba(208, 202, 183, 0.48);
}

.comsel p:after{
    cursor: pointer;
    content: '';
    display: inline-block;
    width: 20px;
    height: 11px;
    background: url(../img/icon_06.png) center no-repeat;
    position: absolute;
    right: 14px;
    top: 13px;
    margin-left: 7px;
}

.smallbarbox .bar p {
  line-height: 55px;
}

.smallbarbox .bar {
  height: 55px;
  min-height: 55px;
}

.smallbarbox .bar:after {

  top: 50px;
}

.smallbarbox .barbox {
  padding-top: 60px;
}