﻿/*顶部按钮*/
.webIndex_topDivBox {
    width: 100%;
    /*min-width: 1024px;*/
    position: fixed;
    height: 50px;
    background: #fff;
    opacity:0.95;
    filter: alpha(opacity=95);
    z-index: 1000;
}

.webIndex_topDiv {
    width: 1200px;
    margin: 0 auto;
    height: 50px;
    line-height: 50px;
}

    .webIndex_topDiv div, .webIndex_topDiv a {
        padding: 0;
        margin: 0;
        text-decoration: none;
        color: #000;
    }
    .webIndex_topDiv a:hover {
        color: red;
    }

        .webIndex_topDiv div, .webIndex_topDiv a img {
            float: left;
            margin-right: 20px;
        }

    .webIndex_topDiv img {
        margin-right: 10px;
    }

    .webIndex_topDiv div:first-child {
         width:88px;
         box-shadow:2px 2px 10px rgba(183,0,5,0.5);
    }

    .webIndex_topDiv div:nth-child(2) {
        cursor: default;
    }

    .webIndex_topDiv div:first-child + div {
        cursor: default;
    }

    .webIndex_topDiv div:nth-child(3) {
        margin-left: 400px;
    }

    .webIndex_topDiv div:first-child + div + div {
        margin-left: 240px;
    }

.webIndex_topMobileDivBox {
    display: none;
}

.currentColor {
    color: red!important;
    font-size: 18px;
    font-weight: 700;
}
/*顶部按钮end*/

/*媒体查询*/

@media screen and /*(min-width: 1025px ) and */(max-width: 1220px) {
    /*顶部栏*/
    .webIndex_topDiv {
        width: 960px;
    }

        .webIndex_topDiv div:first-child + div + div {
            margin-left: 50px;
        }
}

@media screen and (max-width: 767px ) {
    /*顶部按钮移动端样式*/
    /*.webIndex_topDivBox {
        display: none;
    }*/

    .webIndex_topMobileDivBox {
        width: 100%;
        position: fixed;
        background-color: #ce0f31;
        height: 44px;
        display: block;
        z-index: 100;
    }

    .uiIndexNavMenu {
        width: 30px;
        height: 25px;
        position: absolute;
        left: 9px;
        top: 20px;
    }

    .uiIndexNavMenuIcon {
        position: relative;
        width: 30px;
        height: 3px;
        background-color: #fff;
        display: block;
    }

        .uiIndexNavMenuIcon::before, .uiIndexNavMenuIcon::after {
            content: "";
            width: 30px;
            height: 3px;
            background-color: #fff;
            position: absolute;
            display: block;
        }

        .uiIndexNavMenuIcon::before {
            margin-top: -10px;
        }

        .uiIndexNavMenuIcon::after {
            margin-top: 10px;
        }

    .uiIndexNavImage {
        position: absolute;
        left: 50%;
        width: 22px;
        height: 28px;
        left: 50%;
        margin-left: -11px;
        top: 8px;
    }

        .uiIndexNavImage img {
            width: 100%;
            height: 100%;
        }

    .uiIndexNavText {
        position: absolute;
        right: 10px;
        top: 10px;
        width: 74px;
        height: 24px;
        border: 1px solid #fff;
        line-height: 24px;
        text-align: center;
    }

        .uiIndexNavText a {
            text-decoration: none;
            color: #fff;
            font-size: 13px;
        }
}
/*媒体查询end*/

/*图形动效*/
.wwdc15 {
    /*position: relative;*/
    height: 798px;
    margin: 38px auto;
    color: #fff;
    font-size: 34px;
    font-weight: 400;
}

.wwdc15 span {
    display: block;
    position: absolute;
}

.wwdc15 .large-circles {
    width: 710px;
    height: 708px;
    left: 50%;
    top: 50%;
    margin-left: -355px;
    margin-top: -354px;
    background: url(../../Image/UICourse/Index/part1/large-circles.png) no-repeat;
    -webkit-animation: spin 20s linear infinite;
    animation: spin 20s linear infinite;
}

.wwdc15 .small-shapes {
    width: 802px;
    height: 798px;
    left: 50%;
    top: 50%;
    margin-left: -401px;
    margin-top: -399px;
    background: url(../../Image/UICourse/Index/part1/small-shapes.png) no-repeat;
    -webkit-animation: spin 30s linear infinite;
    animation: spin 30s linear infinite;
}

.wwdc15 .content-squircle {
    width: 498px;
    height: 498px;
    left: 50%;
    top: 50%;
    margin-left: -249px;
    margin-top: -249px;
    background: url(../../Image/UICourse/Index/part1/content-squircle.png) no-repeat;
    -webkit-animation: spin-pulse 10s linear infinite;
    animation: spin-pulse 10s linear infinite;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotateZ(0);
        transform: rotateZ(0);
    }
    100% {
        -webkit-transform: rotateZ(360deg);
        transform: rotateZ(360deg);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotateZ(0);
        transform: rotateZ(0);
    }
    100% {
        -webkit-transform: rotateZ(360deg);
        transform: rotateZ(360deg);
    }
}

@-webkit-keyframes spin-pulse {
    0% {
        -webkit-transform: scale(1) rotateZ(0);
        transform: scale(1) rotateZ(0);
    }
    /*50% {
        -webkit-transform: scale(0.9) rotateZ(180deg);
        transform: scale(0.9) rotateZ(180deg);
    }*/
    100% {
        -webkit-transform: scale(1) rotateZ(360deg);
        transform: scale(1) rotateZ(360deg);
    }
}

@keyframes spin-pulse {
    0% {
        -webkit-transform: scale(1) rotateZ(0);
        transform: scale(1) rotateZ(0);
    }
    /*50% {
        -webkit-transform: scale(0.9) rotateZ(180deg);
        transform: scale(0.9) rotateZ(180deg);
    }*/
    100% {
        -webkit-transform: scale(1) rotateZ(360deg);
        transform: scale(1) rotateZ(360deg);
    }
}


.wwdc15 .large.squircle {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 498px;
    height: 498px;
    margin-left: -249px;
    margin-top: -249px;
    border: none;
    background: url(../../Image/UICourse/Index/part1/squircle-two.png) no-repeat;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

.wwdc15 .content {
    text-align: center;
    color: #fffeff;
    text-shadow: 1px 1px 45px #ff72a8, 1px 1px 42px #ff72a8, 1px 1px 17px #ff7eb0;
    /*text-shadow: 0 0 50px #c87495;*/
}
.wwdc15 .content .logoName {
    width: 520px;
    height: 268px;
    margin-left: -11px;
}

.wwdc15 .content img {
    margin-top: 70px;
}

.wwdc15 .content p {
    line-height: 44px;
    font-family: fzzzh;
    margin: 10px 0 0;
}
.wwdc15 .content p:first-child {
    margin-top: 20px!important;
}
.wwdc15 .content p:last-child {
    width: 650px;
    margin-left: -76px;
}
/*图形动效end*/
#shareBtn {
    margin-top: 15px;
    width: 20px;
    height: 20px;
    background: url(../../Image/share/PCshare.png) no-repeat;
}
