:root.theme-juntong {
    --primary-color: #096bcf;
    --info-color: #096bcf;
    --link-color: #096bcf;
    --cyan-4: #0dd2ba;
}

@font-face {
    font-family: "socialshare";
    src: url("../fonts/share-iconfont.eot");
    /* IE9*/
    src: url("../fonts/share-iconfont.eot?#iefix") format("embedded-opentype"),
        /* IE6-IE8 */ url("../fonts/share-iconfont.woff") format("woff"),
        /* chrome, firefox */ url("../fonts/share-iconfont.ttf") format("truetype"),
        /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/ url("../fonts/share-iconfont.svg") format("svg");
    /* iOS 4.1- */
}

.social-share {
    font-family: "socialshare" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}

.social-share * {
    font-family: "socialshare" !important;
}

.social-share .icon-tencent:before {
    content: "\f07a";
}

.social-share .icon-qq:before {
    content: "\f11a";
}

.social-share .icon-weibo:before {
    content: "\f12a";
}

.social-share .icon-wechat:before {
    content: "\f09a";
}

.social-share .icon-douban:before {
    content: "\f10a";
}

.social-share .icon-heart:before {
    content: "\f20a";
}

.social-share .icon-like:before {
    content: "\f00a";
}

.social-share .icon-qzone:before {
    content: "\f08a";
}

.social-share .icon-linkedin:before {
    content: "\f01a";
}

.social-share .icon-diandian:before {
    content: "\f05a";
}

.social-share .icon-facebook:before {
    content: "\f03a";
}

.social-share .icon-google:before {
    content: "\f04a";
}

.social-share .icon-twitter:before {
    content: "\f06a";
}

.social-share a {
    position: relative;
    text-decoration: none;
    margin: 0 10px;
    display: inline-block;
    outline: none;
}

.social-share .social-share-icon {
    position: relative;
    display: inline-block;
    width: 22px;
    height: 22px;
    font-size: 14px;
    border-radius: 50%;
    line-height: 22px;
    /* background-color: #0dd2ba;
    border: 1px solid #0dd2ba; */
    background-color: #fff;
    border: 1px solid #fff;
    color: #004c99;
    text-align: center;
    vertical-align: middle;
    transition: background 0.6s ease-out 0s;
}

.social-share .social-share-icon:hover {
    background-color: transparent;
}

.icon-weibo {
    &:hover {
        color: #ff763b;
        border-color: #ff763b;
    }
}

.icon-tencent {
    &:hover {
        color: #56b6e7;
        border-color: #56b6e7;
    }
}

.icon-qq {
    &:hover {
        color: #56b6e7;
        border-color: #56b6e7;
    }
}

.icon-qzone {
    &:hover {
        color: #fdbe3d;
        border-color: #fdbe3d;
    }
}

.icon-douban {
    &:hover {
        color: #33b045;
        border-color: #33b045;
    }
}

.icon-linkedin {
    &:hover {
        color: #0077b5;
        border-color: #0077b5;
    }
}

.icon-facebook {
    &:hover {
        color: #44619d;
        border-color: #44619d;
    }
}

.icon-google {
    &:hover {
        color: #db4437;
        border-color: #db4437;
    }
}

.icon-twitter {
    &:hover {
        color: #55acee;
        border-color: #55acee;
    }
}

.icon-diandian {
    &:hover {
        color: #307dca;
        border-color: #307dca;
    }
}

.icon-wechat {
    position: relative;

    &:hover {
        color: #7bc549;
        border-color: #7bc549;
    }
}

.social-share .icon-wechat .wechat-qrcode {
    display: none;
    border: 1px solid #eee;
    position: absolute;
    z-index: 9;
    top: -205px;
    left: -84px;
    width: 200px;
    height: 192px;
    color: #666;
    font-size: 12px;
    text-align: center;
    background-color: #fff;
    box-shadow: 0 2px 10px #aaa;
    transition: all 200ms;
    -webkit-tansition: all 350ms;
    -moz-transition: all 350ms;
}

.social-share .icon-wechat .wechat-qrcode.bottom {
    top: 40px;
    left: -84px;
}

.social-share .icon-wechat .wechat-qrcode.bottom:after {
    display: none;
}

.social-share .icon-wechat .wechat-qrcode h4 {
    font-weight: normal;
    height: 26px;
    line-height: 26px;
    font-size: 12px;
    background-color: #f3f3f3;
    margin: 0;
    padding: 0;
    color: #777;
}

.social-share .icon-wechat .wechat-qrcode .qrcode {
    width: 105px;
    margin: 10px auto;
}

.social-share .icon-wechat .wechat-qrcode .qrcode table {
    margin: 0 !important;
}

.social-share .icon-wechat .wechat-qrcode .help p {
    font-weight: normal;
    line-height: 16px;
    padding: 0;
    margin: 0;
}

.social-share .icon-wechat .wechat-qrcode:after {
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -6px;
    bottom: -13px;
    width: 0;
    height: 0;
    border-width: 8px 6px 6px 6px;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
}

.social-share .icon-wechat:hover .wechat-qrcode {
    display: block;
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}

@keyframes circleRotateReverse {
    0% {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }

    to {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
}

@keyframes circleRotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}

@keyframes pop-in {
    0% {
        opacity: 0;
        transform: translateY(40vw);
    }
}

@keyframes jump {
    0% {
        transform: translateY(4px);
    }

    to {
        transform: translateY(-4px);
    }
}

@keyframes jump_dot {
    0% {
        transform: translateY(1px);
    }

    to {
        transform: translateY(-3px);
    }
}

@keyframes hx {
    0% {
        stroke: rgba(49, 197, 255, 0.9);
    }

    to {
        stroke: rgba(49, 197, 255, 0.5);
    }
}

.layer-btn {
    margin: 200px;
    width: 0.8rem;
    height: 0.8rem;
    border-radius: 50%;
    position: relative;
    cursor: pointer;
    pointer-events: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.layer-btn .mask {
    position: absolute;
    left: -0.3rem;
    top: -0.3rem;
    width: calc(100% + 0.6rem);
    pointer-events: none;
    height: calc(100% + 0.6rem);
    background-size: cover;
}

.layer-btn .mask > .lazy {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    background-size: cover;
    -webkit-animation-name: spin;
    animation-name: spin;
    -webkit-animation-duration: 4s;
    animation-duration: 4s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

.layer-btn .mask > svg {
    width: calc(100% - 0.55rem);
    height: calc(100% - 0.55rem);
}

.layer-btn .mask > svg path {
    transform-origin: 50% 50%;
}

.layer-btn .mask > svg .p1 {
    animation: circleRotate 4s linear infinite;
}

.layer-btn .mask > svg .p2 {
    animation: circleRotateReverse 4s linear infinite;
}

.layer-btn .mask > svg.cm {
    opacity: 1;
    transition: opacity 0.5s;
}

.layer-btn .mask > svg.cr {
    opacity: 0;
    transition: opacity 0.5s;
}

.layer-btn .mask:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 8px;
    height: 8px;
    border-top: 1px solid #00d2ff;
    border-right: 1px solid #00d2ff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.layer-btn .mask.noArrow:after {
    opacity: 0;
}

.home .r4 .inner .other .items .layer-btn .inter > a:hover > i.mask:after,
.layer-btn .home .r4 .inner .other .items .inter > a:hover > i.mask:after,
.layer-btn .mask.bc:after {
    border-color: #1c509c;
    border-width: 2px;
    width: 9px;
    height: 9px;
}

.layer-btn i {
    color: #fff;
}

.layer-btn > svg {
    width: 8px;
    display: block;
    margin-top: 5px;
}

.layer-btn:hover .mask > svg.cm {
    opacity: 0;
}

.layer-btn:hover .mask > svg.cr {
    opacity: 1;
}
