#s_pro_detail_top .nav-social .item-social a{background-image: url(../img/img_pro_detail/social.svg);}
.element {
    display: none;
    height: 100%;
    position: fixed;
    width: 100%;
    text-align: center;
    background: rgba(69,192,198, 0.1);
    z-index: 9999;
}
.loading1 {
    height: 100px;
    position: relative;
    width: 80px;
    display: inline-block;
    top: 45%
}
.loading1>div {
    background-color: #FFF;
    height: 30px;
    position: absolute;
    width: 12px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -webkit-transform: scale(.4);
    -moz-transform: scale(.4);
    -o-transform: scale(.4);
    -webkit-animation-name: loading1;
    -webkit-animation-duration: 1.04s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: linear;
    -moz-animation-name: loading1;
    -moz-animation-duration: 1.04s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-direction: linear;
    -o-animation-name: loading1;
    -o-animation-duration: 1.04s;
    -o-animation-iteration-count: infinite;
    -o-animation-direction: linear
}
.loading1>div:nth-child(1) {
    left: 0;
    top: 36px;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -webkit-animation-delay: 0.39s;
    -moz-animation-delay: 0.39s;
    -o-animation-delay: 0.39s
}
.loading1>div:nth-child(2) {
    left: 10px;
    top: 13px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -webkit-animation-delay: 0.52s;
    -moz-animation-delay: 0.52s;
    -o-animation-delay: 0.52s
}
.loading1>div:nth-child(3) {
    left: 34px;
    top: 4px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-animation-delay: 0.65s;
    -moz-animation-delay: 0.65s;
    -o-animation-delay: 0.65s
}
.loading1>div:nth-child(4) {
    right: 10px;
    top: 13px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-animation-delay: 0.78s;
    -moz-animation-delay: 0.78s;
    -o-animation-delay: 0.78s
}
.loading1>div:nth-child(5) {
    right: 0;
    top: 36px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -webkit-animation-delay: 0.91s;
    -moz-animation-delay: 0.91s;
    -o-animation-delay: 0.91s
}
.loading1>div:nth-child(6) {
    right: 10px;
    bottom: 9px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -webkit-animation-delay: 1.04s;
    -moz-animation-delay: 1.04s;
    -o-animation-delay: 1.04s
}
.loading1>div:nth-child(7) {
    bottom: 0;
    left: 34px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -webkit-animation-delay: 1.17s;
    -moz-animation-delay: 1.17s;
    -o-animation-delay: 1.17s
}
.loading1>div:nth-child(8) {
    left: 10px;
    bottom: 9px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    -webkit-animation-delay: 1.3s;
    -moz-animation-delay: 1.3s;
    -o-animation-delay: 1.3s
}
@-webkit-keyframes loading1 {
    0% {
        background-color: #45C0C6
    }
    100% {
        background-color: #FFF
    }
}
@-moz-keyframes loading1 {
    0% {
        background-color: #45C0C6
    }
    100% {
        background-color: #FFF
    }
}
@-o-keyframes loading1 {
    0% {
        background-color: #45C0C6
    }
    100% {
        background-color: #FFF
    }
}