html {
    background: url(../img/platform/bg.png) center no-repeat;
    background-size: 100% 100%;
    background-attachment: fixed;
}

.top-section-wrap {
    height: 80px;
    background: linear-gradient(180deg, rgba(34, 35, 37, 1) 0%, rgba(14, 16, 18, 1) 100%);
}

/* 协议弹框 */
.protocol-wrap {
    display: none;
    padding: 0 20px 0 20px;
    width: 1000px;
    height: 872px;
    border-radius: 4px;
    background: url(../img/platform/protocol-bg.png) center no-repeat;
    background-size: 100% 100%;
}

.pop-mask .pop-close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    background: url(../img/platform/close.png) center no-repeat;
}

.pop-mask .pop-close:hover {
    cursor: pointer;
    background-image: url(../img/platform/close-hover.png);
}

.protocol-title {
    margin-top: 40px;
    display: flex;
    justify-content: center;
}

.protocol-title .step .icon {
    width: 62px;
    height: 62px;
}

.protocol-title .step1 .icon {
    background: url(../img/platform/step1.png) center no-repeat;
    background-size: 100%;
}

.protocol-title .step1 .icon.active {
    background-image: url(../img/platform/step1-active.png);
}

.protocol-title .step2 .icon {
    background: url(../img/platform/step2.png) center no-repeat;
    background-size: 100%;
}

.protocol-title .step2 .icon.active {
    background-image: url(../img/platform/step2-active.png);
}

.protocol-title .line {
    width: 71px;
    height: 2px;
    margin-top: 30px;
    background-color: rgba(201, 201, 201, 1);
}

.protocol-title .line.active {
    background-color: rgba(40, 170, 254, 1);
}

.protocol-title .step .text {
    margin-top: 4px;
    color: rgba(201, 201, 201, 1);
}

.protocol-title .step .text.active {
    color: rgba(40, 170, 254, 1);
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
}

/* 第一步 */
.protocol-first {
    display: block;
}


.protocol-first .protocol-tip {
    margin-top: 40px;
    line-height: 24px;
    color: rgba(51, 51, 51, 1);
    font-weight: bold;
}

.protocol-first .protocol-content-wrap {
    height: 548px;
    padding: 24px 6px 0 24px;
    background: rgba(250, 250, 250, 1);
}

.protocol-first .protocol-content {
    height: 444px;
    overflow-y: auto;
    white-space: pre-line;
}

.protocol-first .protocol-content a {
    color: rgba(40, 170, 254, 1);
    text-decoration: none;
}

/* 设置滑块的样式 */
.protocol-first .protocol-content::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg, rgba(37, 234, 255, 1) 0%, rgba(0, 99, 205, 1) 100%);
    border-radius: 3px;
}

.protocol-first .agree-sec {
    font-size: 0;
    margin-top: 30px;
}

.protocol-first .agree-sec span {
    display: inline-block;
    color: rgba(102, 102, 102, 1);
    font-size: 16px;
    line-height: 24px;
    vertical-align: middle;
    user-select: none;
}

.protocol-first .agree-sec span.icon {
    margin-right: 6px;
    width: 20px;
    height: 20px;
    background: url(../img/platform/checkbox-not.png) center no-repeat;
    position: relative;
}

.protocol-first .agree-sec span.icon i {
    position: absolute;
    top: 30px;
    left: 0;
    width: 196px;
    height: 36px;
    border-radius: 2px;
    background: rgba(100, 100, 100, 1);
    color: rgba(255, 255, 255, 1);
    font-weight: bold;
    font-size: 16px;
    display: none;
    align-items: center;
    justify-content: center;
}

.protocol-first .agree-sec span.icon:hover i {
    display: flex;
}

.protocol-first .agree-sec span.icon.agree:hover {
    cursor: pointer;
    background-image: url(../img/platform/checkbox-hover.png);
}

.protocol-first .agree-sec span.icon.agree:hover i {
    display: none;
}

.protocol-first .agree-sec span.icon.agree.active {
    background-image: url(../img/platform/checkbox-active.png);
}

.protocol-first .next-step {
    margin: 30px auto 0;
    cursor: not-allowed;
    width: 195px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, 1);
    font-weight: bold;
    font-size: 18px;
    background: url(../img/platform/next-btn-not.png) center no-repeat;
    background-size: 100% 100%;
}

.protocol-first .next-step.agree {
    cursor: pointer;
    background-image: url(../img/platform/next-btn-df.png);
}

.protocol-first .next-step.agree:hover {
    background-image: url(../img/platform/next-btn-hover.png);
}

/* 第二步样式 */
.fill-sec {
    margin: 40px auto 0;
    padding-top: 60px;
    height: 352px;
    background-color: rgba(250, 250, 250, 1);
}

.protocol-two .dev-info {
    text-align: center;
    color: rgba(102, 102, 102, 1);
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 40px;
}

.protocol-two .form-wrap .input-item {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 24px;
}

.protocol-two .form-wrap .input-item .label {
    width: 105px;
    color: rgba(102, 102, 102, 1);
    font-size: 16px;
    text-align: right;
}

.protocol-two .form-wrap .input-item input {
    margin-left: 8px;
    outline: none;
    width: 324px;
    height: 40px;
    border-radius: 2px;
    font-size: 16px;
    border: 2px solid transparent;
    background: rgba(233, 233, 233, 1);
    color: rgba(51, 51, 51, 1);
    padding: 0 12px;
}

.protocol-two .form-wrap .input-item input:focus {
    border: 2px solid rgba(40, 170, 254, 1);
}

.protocol-two .form-wrap .input-item input::-webkit-input-placeholder {
    color: rgba(153, 153, 153, 1);
}

.protocol-two .form-wrap .input-item .label::before {
    content: "*";
    color: rgba(255, 75, 36, 1);
}

.protocol-two .form-wrap .error-tip {
    position: absolute;
    display: none;
    top: 40px;
    left: 390px;
    font-size: 16px;
    color: rgba(255, 75, 36, 1);
}

.protocol-two .operate-btn {
    margin-top: 60px;
    display: flex;
    justify-content: center;
}

.protocol-two .operate-btn div {
    margin: 0 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 196px;
    height: 52px;
    border-radius: 2px;
    color: rgba(255, 255, 255, 1);
    font-weight: bold;
    font-size: 18px;
    cursor: pointer;
    background-size: 100%;
}

.protocol-two .operate-btn .pre-btn {
    background: url(../img/platform/next-btn-df.png) center no-repeat;
}

.protocol-two .operate-btn .pre-btn:hover {
    background-image: url(../img/platform/next-btn-hover.png);
}

.protocol-two .operate-btn .submit-btn {
    cursor: not-allowed;
    background: url(../img/platform/next-btn-not.png) center no-repeat;
}

.protocol-two .operate-btn .submit-btn.agree {
    cursor: pointer;
    background-image: url(../img/platform/next-btn-df.png);
}

.protocol-two .operate-btn .submit-btn.agree:hover {
    background-image: url(../img/platform/next-btn-hover.png);
}

/* 主内容 */
.main-content {
    padding-top: 120px;
    margin: 0 auto 216px;
    width: 1320px;
}

.main-content .left-sec {
    padding-top: 40px;
    float: left;
    width: 260px;
    height: 1024px;
    background: url(../img/platform/left-bg.png) center no-repeat;
    background-size: 100% 100%;
}

.main-content .left-sec .logo {
    margin: 0 auto 30px;
    width: 80px;
    height: 80px;
    background: url(../img/logo.png) center no-repeat;
}

.main-content .left-sec .classify-wrap .item {
    width: 260px;
    height: 46px;
    display: flex;
}

.main-content .left-sec .classify-wrap .item .line {
    width: 6px;
    background-color: transparent;
}

.main-content .left-sec .classify-wrap .item .text {
    padding-left: 34px;
    flex: 1;
    color: rgba(153, 153, 153, 1);
    line-height: 46px;
    font-size: 20px;
}

.main-content .left-sec .classify-wrap .item:hover .text {
    cursor: pointer;
    color: rgba(40, 170, 254, 1);
}

.main-content .left-sec .classify-wrap .item.active {
    background: rgba(40, 170, 254, 0.1);
}

.main-content .left-sec .classify-wrap .item.active .line {
    background: linear-gradient(180deg, rgba(37, 234, 255, 1) 0%, rgba(0, 99, 205, 1) 100%);
}

.main-content .left-sec .classify-wrap .item.active .text {
    color: rgba(40, 170, 254, 1);
}

.main-content .right-sec {
    margin-left: 16px;
    float: left;
    width: 1044px;
}

.main-content .right-sec .upload-sec .right-top {
    display: block;
    cursor: pointer;
    margin-bottom: 16px;
    width: 1044px;
    height: 280px;
    background: url(../img/platform/right-top.png) center no-repeat;
}

.main-content .right-sec .upload-sec .right-con {
    padding-top: 40px;
    width: 1044px;
    height: 728px;
    border-radius: 4px;
    background: rgba(255, 255, 255, 1);
    position: relative;
}

.upload-title {
    display: flex;
    justify-content: center;
}

.upload-title .step .icon {
    width: 62px;
    height: 62px;
}

.upload-title .step1 .icon {
    background: url(../img/platform/step1.png) center no-repeat;
    background-size: 100%;
}

.upload-title .step1 .icon.active {
    background-image: url(../img/platform/step1-active.png);
}

.upload-title .step2 .icon {
    background: url(../img/platform/step2.png) center no-repeat;
    background-size: 100%;
}

.upload-title .step2 .icon.active {
    background-image: url(../img/platform/step2-active.png);
}

.upload-title .line {
    width: 71px;
    height: 2px;
    margin-top: 30px;
    background-color: rgba(201, 201, 201, 1);
}

.upload-title .line.active {
    background-color: rgba(40, 170, 254, 1);
}

.upload-title .step .text {
    margin-top: 4px;
    color: rgba(201, 201, 201, 1);
}

.upload-title .step .text.active {
    color: rgba(40, 170, 254, 1);
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
}

.upload-sec .form-wrap {
    margin-top: 40px;
}

.upload-sec .form-wrap .input-item {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 24px;
}

.upload-sec .form-wrap .textarea-input {
    align-items: flex-start;
}

.upload-sec .form-wrap .input-item .label {
    width: 105px;
    color: rgba(102, 102, 102, 1);
    font-size: 16px;
    text-align: right;
}

.upload-sec .form-wrap .input-item input {
    outline: none;
    width: 530px;
    height: 40px;
    border-radius: 2px;
    font-size: 16px;
    border: 2px solid transparent;
    background: rgba(233, 233, 233, 1);
    color: rgba(51, 51, 51, 1);
    padding: 0 12px;
}

.upload-sec .form-wrap .input-item textarea {
    outline: none;
    width: 530px;
    height: 200px;
    border-radius: 2px;
    font-size: 16px;
    border: 2px solid transparent;
    background: rgba(233, 233, 233, 1);
    color: rgba(51, 51, 51, 1);
    padding: 8px 12px;
    resize: none;
}

.upload-sec .form-wrap .input-item .upload-file-wrap {
    font-size: 0;
    width: 530px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.upload-sec .form-wrap .input-item .upload-file-wrap .webuploader-pick {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 126px;
    height: 40px;
    background: url(../img/platform/upload-btn.png) center no-repeat;
    color: rgba(255, 255, 255, 1);
    font-weight: 500;
    font-size: 16px;
}

.upload-sec .form-wrap .input-item .upload-file-wrap .webuploader-pick-hover {
    background: url(../img/platform/upload-btn-hover.png) center no-repeat !important;
}

.upload-sec .form-wrap .input-item .upload-file-wrap .limit-tip {
    color: rgba(102, 102, 102, 1);
    font-family: Source Han Sans CN;
    font-size: 16px;
    margin-left: 8px;
}

.upload-sec .form-wrap .input-item input:focus,
.upload-sec .form-wrap .input-item textarea:focus {
    border: 2px solid rgba(40, 170, 254, 1);
}

.upload-sec .form-wrap .input-item input::-webkit-input-placeholder,
.upload-sec .form-wrap .input-item textarea::-webkit-input-placeholder {
    color: rgba(153, 153, 153, 1);
}

.upload-sec .form-wrap .input-item .label::before {
    content: "*";
    color: rgba(255, 75, 36, 1);
}

.upload-sec .form-wrap .input-item .label.no-require::before {
    display: none;
}

.upload-sec .form-wrap .error-tip {
    position: absolute;
    display: none;
    top: 40px;
    left: 390px;
    font-size: 16px;
    color: rgba(255, 75, 36, 1);
}

/* 地图上传第一步 */
.upload-file-step {
    margin: 88px auto 0;
    width: 195px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, 1);
    font-weight: bold;
    font-size: 18px;
    background: url(../img/platform/next-btn-not.png) center no-repeat;
    background-size: 100% 100%;
}

.upload-file-step.agree {
    cursor: pointer;
    background-image: url(../img/platform/next-btn-df.png);
}

.upload-file-step.agree:hover {
    background-image: url(../img/platform/next-btn-hover.png);
}

/* 文件上传 */
.map-upload-progress {
    position: absolute;
    display: none;
    flex-direction: column;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 760px;
}

.map-upload-progress .pop-logo {
    height: 90px;
    width: 90px;
    margin: 0 auto 40px;
    background: url(../img/logo_90_90.png) center no-repeat;
    background-size: 100% 100%;
}

.map-upload-progress .upload-wrap {
    width: 100%;
    display: flex;
    align-items: center;
}

.map-upload-progress .upload-len {
    width: 746px;
    height: 16px;
    border-radius: 50px;
    margin-right: 8px;
    background: rgba(169, 169, 169, 1);
}

.map-upload-progress .upload-len .real-len {
    width: 0;
    height: 16px;
    border-radius: 50px;
    background: linear-gradient(180deg, rgba(37, 234, 255, 1) 0%, rgba(0, 99, 205, 1) 100%);
}

.map-upload-progress .upload-text {
    color: rgba(255, 255, 255, 1);
    font-weight: bold;
    font-size: 20px;
    line-height: 30px;
}

.map-upload-progress .pop-up-tip {
    margin-top: 9px;
    text-align: center;
    color: rgba(255, 255, 255, 1);
    font-weight: bold;
    font-size: 20px;
    line-height: 30px;
}

.cancel-upload-btn {
    margin: 24px auto 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 126px;
    height: 40px;
    border-radius: 2px;
    background: rgba(192, 192, 192, 1);
    color: rgba(255, 255, 255, 1);
    font-family: Source Han Sans CN;
    font-weight: 500;
    font-size: 16px;
}

.upload-sec .operate-btn {
    margin-top: 60px;
    display: flex;
    justify-content: center;
}

.upload-sec .operate-btn div {
    margin: 0 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 196px;
    height: 52px;
    border-radius: 2px;
    color: rgba(255, 255, 255, 1);
    font-weight: bold;
    font-size: 18px;
    cursor: pointer;
    background-size: 100%;
}

.upload-sec .operate-btn .pre-btn {
    background: url(../img/platform/next-btn-df.png) center no-repeat;
}

.upload-sec .operate-btn .pre-btn:hover {
    background-image: url(../img/platform/next-btn-hover.png);
}

.upload-sec .operate-btn .submit-btn {
    cursor: not-allowed;
    background: url(../img/platform/next-btn-not.png) center no-repeat;
}

.upload-sec .operate-btn .submit-btn.agree {
    cursor: pointer;
    background-image: url(../img/platform/next-btn-df.png);
}

.upload-sec .operate-btn .submit-btn.agree:hover {
    background-image: url(../img/platform/next-btn-hover.png);
}

.map-list-wrap {
    display: none;
    width: 1044px;
    height: 728px;
    border-radius: 4px;
    background: rgba(255, 255, 255, 1);
    padding: 24px;
}

.map-list-wrap .list-title {
    color: rgba(51, 51, 51, 1);
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 8px;
}

.map-list-wrap .map-item-body {
    height: 596px;
    overflow-y: auto;
}

.map-list-wrap .map-item span {
    color: rgba(51, 51, 51, 1);
    font-size: 16px;
    text-align: center;
    line-height: 46px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.map-list-wrap .map-item span.watch-btn,
.map-list-wrap .map-item span.del-btn {
    cursor: pointer;
    color: rgba(40, 170, 254, 1);
}

.map-list-wrap .first-item span {
    font-weight: bold;
    flex-shrink: 0;
}

.map-list-wrap .first-item {
    background-color: rgba(40, 170, 254, 0.15)
}

.map-list-wrap .map-item {
    display: flex;
    height: 46px;
}

.map-list-wrap .map-item span {
    flex-shrink: 0;
    padding: 0 5px;
}

.map-list-wrap .map-item-body::-webkit-scrollbar {
    width: 0 !important;
}

.map-list-wrap .map-item-body .map-item:nth-child(2n) {
    background-color: rgba(40, 170, 254, 0.15)
}

.map-list-wrap .map-item-body .map-item:nth-child(2n+1) {
    background-color: rgba(40, 170, 254, 0.05)
}

.map-list-wrap .map-item .map-name {
    flex: 3;
}

.map-list-wrap .map-item .map-desc {
    flex: 4;
}

.map-list-wrap .map-item .map-extra {
    flex: 2;
}

.map-list-wrap .map-item .map-status {
    flex: 2;
}

.map-list-wrap .map-item .map-op {
    flex: 2;
}

.extra-file-pop {
    position: absolute;
    display: none;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 900px;
    height: 452px;
    border-radius: 4px;
    background: rgba(255, 255, 255, 1);
}

.extra-file-pop .extra-list-wrap {
    width: 770px;
    margin: 62px auto 0;
}

.extra-list-wrap .extra-item {
    display: flex;
}

.extra-list-wrap .extra-item span {
    color: rgba(51, 51, 51, 1);
    font-size: 16px;
    text-align: center;
    line-height: 46px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    flex-shrink: 0;
}

.extra-list-wrap .extra-item.first-extra-item span {
    font-weight: bold;
}

.extra-list-wrap .extra-item .extra-name {
    flex: 1;
}

.extra-list-wrap .extra-item .extra-desc {
    flex: 1;
}

.extra-list-wrap .extra-item .extra-format {
    flex: 1;
}

.extra-list-wrap .first-extra-item {
    background-color: rgba(40, 170, 254, 0.15)
}

.extra-list-wrap .extra-item-body {
    height: 276px;
    overflow-y: auto;
}

.extra-list-wrap .extra-item-body::-webkit-scrollbar {
    width: 0 !important;
}

.extra-list-wrap .extra-item-body .extra-item:nth-child(2n) {
    background-color: rgba(40, 170, 254, 0.15)
}

.extra-list-wrap .extra-item-body .extra-item:nth-child(2n+1) {
    background-color: rgba(40, 170, 254, 0.05)
}

.cancel-upload-file-pop {
    position: absolute;
    display: none;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 350px;
    height: 218px;
    background: url(../img/platform/bg2.png) center no-repeat;
}

.cancel-upload-file-pop .pop-close {
    position: absolute;
    height: 32px;
    width: 32px;
    top: 14px;
    right: 14px;
    background: url(../img/close-default-icon.png) center no-repeat;
}

.cancel-upload-file-pop .pop-close:hover {
    background: url(../img/close-hover-icon.png) center no-repeat;
}

.cancel-upload-file-pop .title {
    padding-top: 16px;
    text-align: center;
    color: rgba(255, 255, 255, 1);
    font-weight: bold;
    font-size: 20px;
    line-height: 27px;
}

.cancel-upload-file-pop .content {
    margin-top: 40px;
    color: rgba(255, 255, 255, 1);
    font-size: 16px;
    line-height: 21px;
    text-align: center;
}

.cancel-upload-file-pop .cancel-op-sec {
    display: flex;
    justify-content: center;
}

.cancel-upload-file-pop .cancel-op-sec span {
    width: 120px;
    height: 34px;
    margin: 0 4px;
    color: rgba(255, 255, 255, 1);
    font-family: Microsoft YaHei;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.cancel-upload-file-pop .cancel-op-sec {
    margin-top: 61px;
}

.cancel-upload-file-pop .cancel-op-sec .sp1 {
    background: url(../img/platform/cancel-btn.png);
}

.cancel-upload-file-pop .cancel-op-sec .sp1:hover {
    background: url(../img/platform/cancel-btn-hover.png);
}

.cancel-upload-file-pop .cancel-op-sec .sp2 {
    background: url(../img/platform/cancel-btn2.png);
}

.cancel-upload-file-pop .cancel-op-sec .sp2:hover {
    background: url(../img/platform/cancel-btn2-hover.png);
}

.right-con .kf-link {
    position: absolute;
    top: 16px;
    right: 16px;
    color: rgba(102, 102, 102, 1);
    font-size: 16px;
    user-select: text;
}

.right-con .kf-link:hover {
    color: rgba(40, 170, 254, 1);
}

.upload-title .line.active {
    background-color: rgba(40, 170, 254, 1);
}
