html,
body {
    padding: 0;
    margin: 0;
    font-family:  'Noto Sans SC', sans-serif;
    font-size: 16px;
    color: #000000;
}

body {
    /* background-image: url(images/bg.jpg); */
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

@keyframes animtran {
    from {
        transform: rotateZ(0deg);
    }

    to {
        transform: rotateZ(360deg);
    }
}

@keyframes animtrans {
    from {
        transform: rotateZ(360deg);
    }

    to {
        transform: rotateZ(0deg);
    }
}

@-webkit-keyframes animtran {
    from {
        transform: rotateZ(0deg);
    }

    to {
        transform: rotateZ(360deg);
    }
}

@-webkit-keyframes animtrans {
    from {
        transform: rotateZ(360deg);
    }

    to {
        transform: rotateZ(0deg);
    }
}

#advert {
    width: 300px;
    height: 300px;
    margin: 10% auto;
    position: relative;
}

#advert .bg1 {
    width: 300px;
    height: 300px;
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 10;
}

#advert .bg1 div {
    width: 300px;
    height: 300px;
    border: #ccc 1px solid;
    border-radius: 15em;
    position: relative;
    animation: animtran 16s linear infinite;
    -webkit-animation: animtran 16s linear infinite;
}

#advert .bg1 img {
    width: 50px;
    position: absolute;
    animation: animtrans 16s linear infinite;
    -webkit-animation: animtrans 16s linear infinite;
}

#advert .bg1 .icon01 {
    bottom: 25px;
    left: 7px;
}

#advert .bg1 .icon02 {
    top: 80px;
    left: -24px;
}

#advert .bg1 .icon03 {
    top: -20px;
    left: 80px;
}

#advert .bg1 .icon04 {
    top: -7px;
    right: 44px;
}

#advert .bg1 .icon05 {
    top: 80px;
    right: -24px;
}

#advert .bg1 .icon06 {
    bottom: 25px;
    right: 7px;
}

#advert .bg1 .icon07 {
    bottom: -25px;
    left: 105px;
}

#advert .bg2 {
    width: 190px;
    height: 190px;
    position: absolute;
    top: 60px;
    left: 60px;
    z-index: 9;
}

#advert .bg2 div {
    width: 190px;
    height: 190px;
    border: #A5B4CE 1px solid;
    border-radius: 15em;
    position: relative;
    animation: animtrans 12s linear infinite;
    -webkit-animation: animtrans 12s linear infinite;
}

#advert .bg2 span {
    display: inline-block;
    background-color: #FFFFFF;
    overflow: hidden;
    border-radius: 15em;
    position: absolute;
    animation: animtran 6s linear infinite;
    -webkit-animation: animtran 6s linear infinite;
}

#advert .bg2 img {
    padding: 10px;
    display: block;
}

#advert .bg2 .icon08 {
    top: 0;
    left: 10px;
}

#advert .bg2 .icon09 {
    bottom: 0;
    left: 7px;
}

#advert .bg2 .icon10 {
    bottom: 40px;
    right: -15px;
}


#advert .bg3 {
    width: 70px;
    height: 70px;
    position: absolute;
    top: 100px;
    left: 100px;
    z-index: 8;
}

#advert .bg3 div {
    width: 70px;
    height: 70px;
    border: #E07174 1px dotted;
    border-radius: 15em;
    position: relative;
    animation: animtran 8s linear infinite;
    -webkit-animation: animtran 8s linear infinite;
}

#advert .bg3 span {
    display: inline-block;
    background-color: #FFFFFF;
    overflow: hidden;
    border-radius: 15em;
    position: absolute;
    animation: animtrans 4s linear infinite;
    -webkit-animation: animtrans 4s linear infinite;
}

#advert .bg3 img {
    padding: 10px;
    display: block;
}

#advert .bg3 .icon11 {
    top: -14px;
    right: 0;
}

#advert .bg3 .icon12 {
    bottom: -16px;
    right: 10px;
}

#advert .bg4 {
    width: 200px;
    height: 180px;
    position: absolute;
    top: 100px;
    left: 100px;
    z-index: 7;
}

#advert .bg4 div {
    width: 200px;
    height: 180px;
    border: #2C8655 1px dotted;
    border-radius: 50%;
    position: relative;
    animation: animtran 6s linear infinite;
    -webkit-animation: animtran 6s linear infinite;
}

#advert .bg4 span {
    display: inline-block;
    background-color: #FFFFFF;
    overflow: hidden;
    border-radius: 15em;
    position: absolute;
    animation: animtrans 2s linear infinite;
    -webkit-animation: animtrans 2s linear infinite;
}

#advert .bg4 .icon14 {
    display: inline-block;
    background-color: #FFFFFF;
    overflow: hidden;
    border-radius: 15em;
    position: absolute;
    animation: animtrans 1s linear infinite;
    -webkit-animation: animtrans 1s linear infinite;
}

#advert .bg4 .icon15 {
    display: inline-block;
    background-color: #FFFFFF;
    overflow: hidden;
    border-radius: 15em;
    position: absolute;
    animation: animtrans 8s linear infinite;
    -webkit-animation: animtrans 8s linear infinite;
}

#advert .bg4 img {
    padding: 10px;
    display: block;
}

#advert .bg4 .icon13 {
    top: 125px;
    right: 28px;
}

#advert .bg4 .icon14 {
    top: 15px;
    right: 70px;
}

#advert .bg4 .icon15 {
    top: 15px;
    right: 145px;
}

/*
*****
***提交申请
*****
*/

.star-animation {
    width: 40%;
    float: left;
    padding-top: 40px;
    padding-right: 20px;
}

.join-form {
    width: 49%;
    float: left;
    margin-top: 50px;
    padding: 20px 0 10px;
    border-left: 1px solid #CEDBE3;
}

.join-title {
    width: 100%;
    overflow: hidden;
    text-align: left;
    color: #fff;
    padding: 5px 0 15px;
}

.join-title img {
    width: 120px;
    /*float: left;*/
    margin-left: 20px;
}

.join-text {
    display: inline-block;
    font-size: 16px;
    vertical-align: top;
    margin-top: 24px;
    margin-left: 30px;
    color: #404040;
}

.apply-title {
    width: 25%;
    font-size: 20px;
    font-weight: bold;
    color: #606060;
    padding: 10px 0;
    /*border-bottom:1px solid #3399E5;*/
    background: #E0F0F7;
    text-align: center;
    /*margin:0 auto;*/
    margin-left: 10%;
}

.apply-group {
    width: 100%;
    margin: 30px auto;
    overflow: hidden;
}

.apply-group:nth-child(1) {
    margin-top: 40px;
}

.apply-group label {
    display: inline-block;
    width: 25%;
    text-align: right;
    font-size: 16px;
    font-weight: bold;
    color: #606060;
    /*vertical-align: bottom;*/
    /*margin-bottom: 0;*/
}

.apply-group input {
    width: 55%;
    text-align: left;
    font-size: 16px;
    color: #606060;
    padding: 10px 10px;
    border: 1px solid #6CC4EF;
    /*border-radius: 5px;*/
    outline: none;
    margin-left: 20px;
}

.apply-footer {
    width: 100%;
    margin-top: 80px;
    text-align: center;
}

.join-btn {
    background: #0093dd;
    display: block;
    width: 320px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    color: #fff;
    border-radius: 5px;
    margin: auto;
}

/* 弹窗 */

.model {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
    display: none;
}

.model-wrap {
    width: 560px;
    height: 470px;
    background: #fff;
    margin: 150px auto 0;
    border-radius: 3px;
    padding: 20px;
}

.model-title {
    width: 120px;
    font-size: 20px;
    font-weight: bold;
    color: #606060;
    padding: 10px 0;
    /*border-bottom:1px solid #3399E5;*/
    background: #E0F0F7;
    text-align: center;
    margin: 0 auto;
}