body{
    font-family : 微软雅黑,宋体;
}

.btn-an{
    background:#18dfc3;
    padding:10px 25px;
    margin-top: 100px;
}

.Photo{
    width:160px;
    height:120px;
    border:1px solid #ccc;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}
.file {
    position: relative;
    display: inline-block;
    width: 160px;
    overflow: hidden;
    color: #1E88C7;
    text-decoration: none;
    text-indent: 0;
    height: 120px;
    line-height: 20px;
}
.Outer-link li {
    margin-top: 15px;
}
.Outer-link li p{
    color:#777;
    font-size: 16px;
}
.Outer-link li a{
    color:#777;
}
.border5 {
    border: 2px solid #96d3ef;
    width: 100%;
    height: 80px;
    border-radius: 5px;
}

.file input {
    position: absolute;
    font-size: 100px;
    right: 0;
    top: 0;
    opacity: 0;
}

.bg-color{
    background: #2196f3;
}
.btn-info{
    padding-left:25px;
    padding-right:25px;
}
.arrow-down{
    position: fixed;
    display: block;
    z-index: 10;
    height: 24px;
    width: 24px;
    left: 48.5%;
    border: 14px solid transparent;
    border-top-color: #2196f3;
    cursor: pointer;
    -webkit-transform: translate3d(-50%, 0, 0) scaleX(0.7);
    transform: translate3d(-50%, 0, 0) scaleX(0.7);
    -webkit-animation: arrowAnimation 1s linear 0s infinite alternate;
}

@keyframes arrowAnimation {
    0% {
        -webkit-transform: translate(0, 0) rotate(0deg);
        transform: translate(0, 0) rotate(0deg);
    }

    100% {
        -webkit-transform: translate(0, 20px) rotate(0deg);
        transform: translate(0, 20px) rotate(0deg);
    }
}

/* 右边滚动点 */
.fp-nav{
    width:28px;
    height:150px;
    position: fixed;
    right:20px;
    opacity: 1;
}
.fp-nav li{
    width:10px;
    height:10px;
    border-radius: 50%;
}
.active{
    background: #000;
}
.fp-nav i{
    width:10px;
    height:10px;
    border:1px solid #000;
    border-radius: 50%;
    display: block;
    margin-top: 10px;
}