@charset "UTF-8";
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box
}

ul li {
    list-style: none
}

a {
    color: inherit
}

a:focus {
    color: inherit;
    text-decoration: none
}

.display-con {
    display: flex;
    justify-content: center;
    align-items: center
}

.display-j {
    display: flex
}

.display-f {
    display: flex
}

.header .logo {
    /*background-color: #E9F1FB*/
}

.header .logo ul {
    display: flex;
    justify-content: center;
    padding: 15px 0
}

.header .logo ul li .logo1 {
    width: 100px;
    height: 100px
}

.header .logo ul li .logo2 {
    width: 270px
}

.header .logo ul li .logo-title {
    margin-left: 20px
}

.header .logo ul li .logo-title .p1 {
    font-size: 36px;
    color: #fff;
    text-stroke: 1px #2E47AB;
    -webkit-text-stroke: 2px #2E47AB
}

.header .logo ul li .logo-title .p2 {
    font-size: 24px;
    color: #2E47AB;
    padding-left: 70px;
    font-weight: bold
}

.header .logo ul .li2 {
    align-self: center;
    padding-left: 70px
}

.test {
    position: absolute;
    top: 0;
    left: 5%;
    z-index: 999;
    height: 300px;
    width: 90%;
    color: #fff;
    display: flex;
    justify-content: space-evenly;
    flex-direction: column;
    align-items: center
}

.test p {
    font-size: 28px
}

.test .test-ul {
    color: #fff;
    display: flex;
    margin: -30px 0 0 0
}

.test .test-ul li {
    width: 100px;
    border-radius: 8px;
    text-align: center;
    padding: 10px;
    border: 1px solid #fff
}

.test .test-ul li:hover {
    cursor: pointer
}

.test .test-ul .li1:hover {
    border: 1px solid #1498d4
}

.test .test-ul .li2 {
    margin-left: 20px
}

.test .test-ul .li2:hover {
    border: 1px solid #1498d4
}

.public-classify-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #103869;
    height: 70px
}

.public-classify-title .p1 {
    width: 49%;
    height: 30px;
    border-bottom: 1px solid #103869;
    font-size: 22px;
    text-align: right
}

.public-classify-title .p2 {
    width: 49%;
    border-top: 1px solid #103869;
    align-self: flex-end
}

.public2-title .p1 {
    position: relative;
    padding-right: 8px
}

.public2-title .p1::before {
    content: '';
    position: absolute;
    top: 14px;
    right: -27px;
    width: 35px;
    height: 1px;
    transform: rotate(-60deg);
    background-color: #103869
}

.public2-title .p1::after {
    content: '';
    position: absolute;
    top: -4px;
    right: -21px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #103869
}

.public2-title .p2 {
    position: relative;
    padding-right: 8px
}

.public2-title .p2::before {
    content: '';
    position: absolute;
    top: 10px;
    left: -19px;
    width: 25px;
    height: 1px;
    transform: rotate(-60deg);
    background-color: #103869
}

.public2-title .p2::after {
    content: '';
    position: absolute;
    top: 19px;
    left: -15px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #103869
}

.index-video {
    padding: 20px 0 40px
}

.index-video .index-video-box {
    display: flex;
    justify-content: space-between;
    margin: 20px 0 0
}

.index-video .index-video-box .video {
    width: 500px;
    height: 280px;
    object-fit: fill;
    background-color: #000
}

.need .need-bg {
    color: #fff;
    margin-top: 30px;
    min-height: 280px;
    background: url("../../img/need.jpg") no-repeat
}

.need .need-bg .need-ul {
    display: flex;
    justify-content: space-evenly;
    padding: 0 20%
}

.need .need-bg .need-ul li {
    width: 100px
}

.need .need-bg .need-ul li .p1 {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: #0034BB;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 3px solid #2A516B
}

.need .need-bg .need-ul li .p1 i {
    font-size: 40px
}

.need .need-bg .need-ul li .p1:hover {
    background-color: #F86B4F
}

.need .need-bg .need-ul li .p2 {
    margin-top: 20px;
    text-align: center
}

table {
    width: 100%;
    /*text-align: center*/
}

table caption {
    font-size: 24px
}

table th {
    font-weight: normal
}

table tr {
    line-height: 30px
}
#wraper .btn-wraper {
    margin-bottom: 20px;
}

#wraper .btn-wraper #browse {
    font-size: 18px;
    background: #a4b5c0;
    border-radius: 3px;
    line-height: 44px;
    padding: 0 30px;
    color: #fff;
}

#wraper .btn-wraper #browse:hover {
    background: #848f95
}

#wraper .btn-wraper #start_upload {
    font-size: 18px;
    background: #00b7ee;
    border-radius: 3px;
    line-height: 44px;
    padding: 0 30px;
    color: #fff;
    position: relative;
    z-index: 10;
    margin:0 10px;
}

#wraper .btn-wraper #start_upload:hover {
    background: #00a5d6
}

#wraper .btn-wraper .img-clear {
    border: none;
    background: #f0ad4e;
    line-height: 44px;
    padding: 0 15px;
    color: #fff;
    margin: 0
}

#wraper .btn-wraper .img-clear:hover {
    color: #fff;
    background-color: #f0c322
}

#wraper #drag-area {
    border: 1px dashed #ccc;
    min-height: 200px;
    color: #aaa;
    padding: 10px
}

#wraper #drag-area #file-list,
#wraper #drag-area #result-img-ul {
    display: inline-flex;
    flex-flow: row wrap
}

#wraper #drag-area #file-list li,
#wraper #drag-area #result-img-ul li {
    width: 110px;
    height: 110px;
    position: relative;
    overflow: hidden;
    margin: 0 10px 10px 0;
    cursor: pointer
}

#wraper #drag-area #file-list li:last-child,
#wraper #drag-area #result-img-ul li:last-child {
    margin-right: 0
}

#wraper #drag-area #file-list li img,
#wraper #drag-area #result-img-ul li img {
    width: 100%;
    height: 100%;
    border: 1px solid #999
}

#wraper #drag-area #file-list li .progress,
#wraper #drag-area #result-img-ul li .progress {
    height: 5px;
    font-size: 0;
    line-height: 4px;
    background: #1c9bff;
    width: 0;
    position: absolute;
    bottom: -18%
}

#wraper #drag-area #file-list li .file-name,
#wraper #drag-area #result-img-ul li .file-name {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

#wraper #drag-area #file-list li .file-del,
#wraper #drag-area #result-img-ul li .file-del {
    position: absolute;
    top: 0;
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    display: none;
    height: 20px
}

#wraper #drag-area #file-list li .file-del span,
#wraper #drag-area #result-img-ul li .file-del span {
    width: 20px;
    height: 20px;
    display: inline;
    float: right;
    text-indent: -9999px;
    overflow: hidden;
    background: url(../js/plupload/del.png) no-repeat;
    background-position: -48px -22px;
    cursor: pointer
}

