.upLoadregion {
    margin: 0 auto 76px;
    position: relative;
    width: 800px;
    height: 240px;
    opacity: 1;
    border-radius: 40px;
    border: 1px dashed #999999;
}

.upLoadBox {
    padding: 15px;
    width: 100%;
    height: 100%;
}

.layui-upload-drag {
    width: 100%;
    height: 210px;
    background: url(../images/icon_upload.png) no-repeat center 40px;
    padding-top: 134px;
    border-width: 0!important;
}

.layui-upload-drag p.text01 {
    color: #333;
    font-size: 24px;
    height: 40px;
    line-height: 40px;
}

.layui-upload-drag p.text02 {
    color: #999;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
}

.explainBox ul {
    font-size: 0px;
    display: flex;
    flex-wrap: wrap;
    max-width: 100%;
    justify-content: space-between;
    align-items: flex-start;
}

.explainBox ul li {
    display: flex;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: flex-start;
    padding: 20px 20px 28px 110px;
    width: 384px;
    font-size: 12px;
    border-radius: 8px;
    background: #FFFFFF;
    box-shadow: 3px 3px 6px 0px rgba(0, 22, 59, .2);
    margin-bottom: 20px;
}

.explainBox ul li.item01 {
    background: url(../images/icon_upload_01.png) no-repeat 20px center;
}

.explainBox ul li.item02 {
    background: url(../images/icon_upload_02.png) no-repeat 20px center;
}

.explainBox ul li.item03 {
    background: url(../images/icon_upload_03.png) no-repeat 20px center;
}

.explainBox ul li.item04 {
    background: url(../images/icon_upload_04.png) no-repeat 20px center;
}

.explainBox ul li.item05 {
    background: url(../images/icon_upload_05.png) no-repeat 20px center;
}

.explainBox ul li.item06 {
    background: url(../images/icon_upload_06.png) no-repeat 20px center;
}

.explainBox ul li .name {
    line-height: 28px;
    font-size: 18px;
    font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    font-stretch: normal;
    font-weight: 600;
    color: #333;
    margin: 0px;
}

.explainBox ul li .explainText {
    line-height: 24px;
    font-size: 14px;
    font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    font-stretch: normal;
    font-weight: 400;
    color: #878787;
    max-width: 100%;
}

.uploading {
    display: none;
    width: 100%;
    text-align: center;
    padding-top: 100px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
}

.loadText {
    color: #fff;
    font-size: 18px;
    margin-top: 21%;
}

.successUpload {
    background-color: #fff;
    border: solid 1px #E0E0E0
}

.success {
    margin-top: 37px;
    margin-left: 30px;
    font-size: 18px;
    display: none;
    text-align: center;
    line-height: 150px;
    display: none;
}


/*ä¸‹è½½*/

.downloadBox {
    width: 100%;
    position: absolute;
    left: 0px;
    bottom: 0px;
    font-size: 0;
    display: none;
}

.download {
    display: inline-block;
    width: 168px;
    height: 96px;
    border: 1px solid #E0E0E0;
    box-sizing: border-box;
    vertical-align: bottom;
    border-left: 0px;
    border-bottom: 0px;
    font-size: 12px;
    cursor: pointer;
}

.downloadBox div:nth-child(7) {
    border-right: 0px;
}

.download {
    position: relative;
}

.tishi {
    width: 97px;
    height: 36px;
    line-height: 24px;
    padding: 6px;
    color: #fff;
    position: absolute;
    background-color: #212121;
    left: 20%;
    top: -44px;
    border-radius: 3px;
    text-align: center;
    display: none;
}

.tishi:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    border-top: solid 6px #212121;
    border-left: solid 6px transparent;
    border-right: solid 6px transparent;
    left: 50%;
    bottom: -6px;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.download:hover .tishi {
    display: block;
}

.download:hover {
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.2);
}

.download img {
    margin-top: 26px;
    margin-left: 15px;
}

.download p {
    margin-left: 72px;
    margin-top: -39px;
    font-size: 14px;
}

.download .Abbreviation {
    margin-top: 4px;
}

.downloadIcon {
    font-size: 45px;
    display: block;
    color: rgb(73, 200, 242);
    margin-top: 26px;
    margin-left: 15px;
}

.sourceFile {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.mask {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
    display: none;
}

.changes {
    text-align: center;
    margin-top: 30%;
    color: #fff;
    font-size: 18px;
}


/*åˆ·æ–°*/

.Refresh {
    position: absolute;
    top: 10px;
    right: 20px;
    cursor: pointer;
    display: none;
}

.Refresh i {
    font-size: 36px;
    color: #666666;
}


/*æƒé™*/

.Jurisdiction {
    width: 100%;
    margin-top: 20px;
    text-align: right;
    position: relative;
}

.Jurisdiction input {
    width: 280px;
    height: 33px;
    line-height: 33px;
    border-radius: 3px;
    outline: none;
    border: 1px solid #cec9c9;
    text-indent: 10px;
}

.sure {
    width: 70px;
    height: 32px;
    background-color: rgb(73, 200, 242);
    border: 0px;
    color: #fff;
    border-radius: 5px;
    margin-left: 10px;
    font-size: 15px;
    cursor: pointer;
}

.sure:hover {
    background-color: rgb(101, 206, 241);
}

.error {
    position: absolute;
    right: 253px;
    bottom: -22px;
    font-size: 12px;
    color: #F1BD43;
    text-align: right;
}