* {
    padding: 0;
    margin: 0;
}
html,
body {
    min-width: 1500px;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.clearfix:after {
    content: "";
    display: block;
    clear: both;
}
.clearfix {
    zoom: 1;
}
.top {
    width: 100%;
    height: 2649px;
    background: url(../images/top.jpg) no-repeat center;
}
.form-box {
    background: #f7fafa;
    padding: 101px 0;
}
.form-box form {
    display: block;
    width: 1200px;
    margin: 0 auto;
}
.form-box h3 {
    width: 473px;
    height: 57px;
    margin: 0 auto 98px;
    background: url(../images/title.png) no-repeat center;
}
.form-box input[type="text"] {
    width: 1036px;
    border: 1px solid #b6b2a9;
    border-radius: 5px;
    height: 66px;
    line-height: 66px;
    outline: none;
    margin-bottom: 38px;
    padding-left: 30px;
    font-size: 20px;
}
.form-box input[type="button"] {
    width: 234px;
    height: 73px;
    background: #b82c32;
    color: #fff;
    text-align: center;
    line-height: 73px;
    border: 0;
    font-size: 25px;
    border-radius: 7px;
    cursor: pointer;
}
.form-box input[type="reset"] {
    width: 234px;
    height: 73px;
    background: #252e4a;
    color: #fff;
    text-align: center;
    line-height: 73px;
    border: 0;
    font-size: 25px;
    margin-right: 30px;
    border-radius: 7px;
    cursor: pointer;
}
.form-box input[type="file"] {
    background: #e9e5dc;
    border: 1px solid #b6b2a9;
    border-radius: 5px;
    height: 53px;
}
.form-box label {
    height: 66px;
    line-height: 66px;
    font-size: 20px;
}
.form-box .butom-group {
    width: 505px;
    margin: 60px auto 0;
}
.form-box p {
    color: #cc6166;
    padding-left: 103px;
    margin-top: 10px;
}
.file {
    position: relative;
    display: inline;
    background: #e9e5dc;
    border: 1px solid #b6b2a9;
    border-radius: 4px;
    padding: 17px 56px;
    overflow: hidden;
    color: #847961;
    text-decoration: none;
    text-indent: 0;
    cursor: pointer;
}
.file input {
    position: absolute;
    font-size: 100px;
    right: 0;
    top: 0;
    opacity: 0;
}
.file:hover {
    background: #e9e5dc;
    border: 1px solid #b6b2a9;
    color: #847961;
    text-decoration: none;
    cursor: pointer;
}
#loading p {
    font-size: 30px;
    text-align: center;
    color: #fff;
    position: absolute;
    top: 65%;
    width: 100%;
}
#loading {
    background: rgba(0, 0, 0, 0.6);
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 1;
    margin-top: 0px;
    top: 0px;
}
#loading-center {
    width: 100%;
    height: 100%;
    position: relative;
}
#loading-center-absolute {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 150px;
    width: 150px;
    margin-top: -75px;
    margin-left: -75px;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.marking {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #252e4a;
    background: rgba(0, 0, 0, 0.5);
    z-index: 5;
  top:0
}
.marking .message-box {
    width: 400px;
    padding: 30px;
    background: #fff;
    margin: 100px auto 0;
    border-radius: 5px;
    position: relative;
}
.marking .close-btn {
    position: absolute;
    width: 32px;
    height: 32px;
    background: url(../images/close.png) no-repeat center;
    top: 10px;
    right: 10px;
    cursor: pointer;
}
.marking h2 {
    text-align: center;
    line-height: 37px;
    margin-top: 16px;
}
.fileName {
  position: absolute;
  top: 10px;
  left: 200px;
  font-size: 20px;
  font-weight: 700;
}
.from-gruop{
  position: relative;
}
.object {
    width: 20px;
    height: 20px;
    background-color: #fff;
    position: absolute;
    left: 65px;
    top: 65px;
}
.object:nth-child(2n + 0) {
    margin-right: 0px;
}
#object_one {
    -webkit-animation: object_one 2s infinite;
    animation: object_one 2s infinite;
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}
#object_two {
    -webkit-animation: object_two 2s infinite;
    animation: object_two 2s infinite;
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}
#object_three {
    -webkit-animation: object_three 2s infinite;
    animation: object_three 2s infinite;
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}
#object_four {
    -webkit-animation: object_four 2s infinite;
    animation: object_four 2s infinite;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}
#object_five {
    -webkit-animation: object_five 2s infinite;
    animation: object_five 2s infinite;
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}
#object_six {
    -webkit-animation: object_six 2s infinite;
    animation: object_six 2s infinite;
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
}
#object_seven {
    -webkit-animation: object_seven 2s infinite;
    animation: object_seven 2s infinite;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
}
#object_eight {
    -webkit-animation: object_eight 2s infinite;
    animation: object_eight 2s infinite;
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
}
#object_big {
    position: absolute;
    width: 50px;
    height: 50px;
    left: 50px;
    top: 50px;
    -webkit-animation: object_big 2s infinite;
    animation: object_big 2s infinite;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}
@-webkit-keyframes object_big {
    50% {
        -webkit-transform: scale(0.5);
    }
}
@keyframes object_big {
    50% {
        transform: scale(0.5);
        -webkit-transform: scale(0.5);
    }
}
@-webkit-keyframes object_one {
    50% {
        -webkit-transform: translate(-65px, -65px);
    }
}
@keyframes object_one {
    50% {
        transform: translate(-65px, -65px);
        -webkit-transform: translate(-65px, -65px);
    }
}
@-webkit-keyframes object_two {
    50% {
        -webkit-transform: translate(0, -65px);
    }
}
@keyframes object_two {
    50% {
        transform: translate(0, -65px);
        -webkit-transform: translate(0, -65px);
    }
}
@-webkit-keyframes object_three {
    50% {
        -webkit-transform: translate(65px, -65px);
    }
}
@keyframes object_three {
    50% {
        transform: translate(65px, -65px);
        -webkit-transform: translate(65px, -65px);
    }
}
@-webkit-keyframes object_four {
    50% {
        -webkit-transform: translate(65px, 0);
    }
}
@keyframes object_four {
    50% {
        transform: translate(65px, 0);
        -webkit-transform: translate(65px, 0);
    }
}
@-webkit-keyframes object_five {
    50% {
        -webkit-transform: translate(65px, 65px);
    }
}
@keyframes object_five {
    50% {
        transform: translate(65px, 65px);
        -webkit-transform: translate(65px, 65px);
    }
}

@-webkit-keyframes object_six {
    50% {
        -webkit-transform: translate(0, 65px);
    }
}

@keyframes object_six {
    50% {
        transform: translate(0, 65px);
        -webkit-transform: translate(0, 65px);
    }
}
@-webkit-keyframes object_seven {
    50% {
        -webkit-transform: translate(-65px, 65px);
    }
}
@keyframes object_seven {
    50% {
        transform: translate(-65px, 65px);
        -webkit-transform: translate(-65px, 65px);
    }
}
@-webkit-keyframes object_eight {
    50% {
        -webkit-transform: translate(-65px, 0);
    }
}
@keyframes object_eight {
    50% {
        transform: translate(-65px, 0);
        -webkit-transform: translate(-65px, 0);
    }
}
