*{margin: 0;padding: 0}

#preloader{
    position:relative;
    width: 42px;
    height: 42px;
    -webkit-animation: preloader_6 5s infinite linear;
    -moz-animation: preloader_6 5s infinite linear;
    -ms-animation: preloader_6 5s infinite linear;
    animation: preloader_6 5s infinite linear;
    left: calc(50% - 21px);
    top: 30vw;
}
#preloader span{
    width:20px;
    height:20px;
    position:absolute;
    background:red;
    display:block;
    -webkit-animation: preloader_6_span 1s infinite linear;
    -moz-animation: preloader_6_span 1s infinite linear;
    -ms-animation: preloader_6_span 1s infinite linear;
    animation: preloader_6_span 1s infinite linear;
}
#preloader span:nth-child(1){
    background:#2ecc71;

}
#preloader span:nth-child(2){
    left:22px;
    background:#9b59b6;
    -webkit-animation-delay: .2s;
    -moz-animation-delay: .2s;
    -ms-animation-delay: .2s;
    animation-delay: .2s;

}
#preloader span:nth-child(3){
    top:22px;
    background:#3498db;
    -webkit-animation-delay: .4s;
    -moz-animation-delay: .4s;
    -ms-animation-delay: .4s;
    animation-delay: .4s;
}
#preloader span:nth-child(4){
    top:22px;
    left:22px;
    background:#f1c40f;
    -webkit-animation-delay: .6s;
    -moz-animation-delay: .6s;
    -ms-animation-delay: .6s;
    animation-delay: .6s;
}

@-webkit-keyframes preloader_6 {
    from {-webkit-transform: rotate(0deg);}
    to {-webkit-transform: rotate(360deg);}
}
@-webkit-keyframes preloader_6_span {
    0% { -webkit-transform:scale(1); }
    50% { -webkit-transform:scale(0.5); }
    100% { -webkit-transform:scale(1); }
}


@-moz-keyframes preloader_6 {
    from {-moz-transform: rotate(0deg);}
    to {-moz-transform: rotate(360deg);}
}
@-moz-keyframes preloader_6_span {
    0% { -moz-transform:scale(1); }
    50% { -moz-transform:scale(0.5); }
    100% { -moz-transform:scale(1); }
}

@-ms-keyframes preloader_6 {
    from {-ms-transform: rotate(0deg);}
    to {-ms-transform: rotate(360deg);}
}
@-ms-keyframes preloader_6_span {
    0% { -ms-transform:scale(1); }
    50% { -ms-transform:scale(0.5); }
    100% { -ms-transform:scale(1); }
}

@-ms-keyframes preloader_6 {
    from {-ms-transform: rotate(0deg);}
    to {-ms-transform: rotate(360deg);}
}
@keyframes preloader_6_span {
    0% { transform:scale(1); }
    50% { transform:scale(0.5); }
    100% { transform:scale(1); }
}


/*****������ʽ******/

.dialog-modal-mask {
    width: 100%;
    height: 100%;
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0,0,0,0.5);
    z-index: 2222;
}

#dialog-mask-toast,#dialog-mask-loading {
    background: rgba(0,0,0,0);
}

.dialog-modal {
    position: fixed;
    z-index: 3333;
    display: none;
    left: 0;
    right: 0;
    margin: auto;
    top: 50%;
    transform-origin: center;
    max-width: 78%;
    max-height: 80%;
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
}

.dialog-modal.dialog-modal-model {
    width: 400px;
}

.dialog-modal.dialog-modal-success,.dialog-modal.dialog-modal-error {
    padding: 20px 12px;
    width: 140px;
}

.dialog-modal.dialog-modal-toast {
    padding: 8px 12px;
    max-width: 150px;
    background: rgba(0,0,0,0.8);
}

.dialog-modal.dialog-modal-toast .dialog-modal-text {
    padding: 0;
    color: #fff;
}

.dialog-modal.dialog-modal-loading {
    padding: 20px 12px;
    width: 100px;
    background: rgba(0,0,0,0.8);
}

.dialog-modal.dialog-modal-loading .dialog-modal-text {
    padding: 0;
    color: #fff;
}

.dialog-modal .dialog-modal-load {
    display: flex;
    align-items: center;
    padding-top: 10px;
    margin-bottom: 15px;
    justify-content: center;
}

.dialog-modal .dialog-modal-load span {
    width: 6px;
    animation: dialog-alert-load 1s ease infinite;
    transform: translateY(10px);
    animation-delay: 0.1s;
    margin: 0 5px;
    height: 6px;
    opacity: 0;
    border-radius: 6px;
    background: #fff;
}

.dialog-modal .dialog-modal-load span:nth-child(2) {
    animation-delay: 0.2s;
}

.dialog-modal .dialog-modal-load span:nth-child(3) {
    animation-delay: 0.3s;
}

.dialog-modal .dialog-modal-title {
    padding-top: 18px;
    color: #333;
    font-weight: bold;
    font-size: 15px;
    text-align: center;
}

.dialog-modal .dialog-modal-text {
    font-size: 16px;
    text-align: center;
    color: #333;
    line-height: 23px;
    padding: 18px 20px;
}

.dialog-modal .dialog-modal-text.l {
    text-align: left;
}

.dialog-modal .dialog-modal-text input {
    width: 100%;
    height: 28px;
    line-height: 28px;
    padding: 0 5px;
    border: 1px solid #F1F1F1;
}

.dialog-modal .dialog-modal-icon {
    padding-bottom: 12px;
}

.dialog-modal .dialog-modal-icon svg {
    margin: 0 auto;
    display: block;
}

.dialog-modal.dialog-modal-success .dialog-modal-text,.dialog-modal.dialog-modal-error .dialog-modal-text {
    color: #14d6a2;
    padding: 0;
    opacity: 0;
    transform: translateY(10px);
    animation: dialog-alert-text 0.3s ease forwards;
    animation-delay: 0.9s;
}

.dialog-modal.dialog-modal-error .dialog-modal-text {
    color: #f54655
}

.dialog-modal .dialog-modal-content {
    padding-top: 0;
    overflow: hidden auto;
    max-height: 80%;
    font-size: 16px;
}

.dialog-modal .dialog-modal-btn {
    display: flex;
    align-items: center;
    border-top: 1px solid #F5F5F5;
    justify-content: center;
    margin-top: 5px;
}

.dialog-modal .dialog-modal-btn button {
    flex: 1;
    color: #999;
    cursor: pointer;
    border: 0;
    background: none;
    padding: 14px;
    font-size: 16px;
    border-right: 1px solid #F5F5F5;
}

.dialog-modal .dialog-modal-btn button:last-child {
    color: #35d535;
    border-right: none;
}

.dialog-modal .dialog-modal-btn button.cancel {
}

.dialog-modal .dialog-modal-btn button:active {
    opacity: 0.8;
}

.dialog-ani-open {
    animation: dialog-open 0.2s ease forwards;
}

.dialog-ani-close {
    animation: dialog-close 0.3s ease forwards;
}

@media (device-width:320px) and (-webkit-min-device-pixel-ratio:2) {
    .dialog-modal .dialog-modal-text,.dialog-modal .dialog-modal-content,.dialog-modal .dialog-modal-btn button {
        font-size: 14px;
    }

    .dialog-modal .dialog-modal-title {
        padding-top: 15px;
    }

    .dialog-modal .dialog-modal-text {
        padding: 15px 20px;
    }

    .dialog-modal .dialog-modal-btn button {
        padding: 12px;
    }
}

@-webkit-keyframes dialog-open {

    0% {
        transform: scale(0.7);
        opacity: 0;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

@-webkit-keyframes dialog-close {

    0% {
        transform: scale(1);
        opacity: 1;
    }

    30% {
        transform: scale(1.05);
        opacity: 0.5;
    }

    100% {
        transform: scale(0.7);
        opacity: 0;
    }
}

.dialog-alert-svgcircle {
    stroke-dasharray: 200;
    stroke-dashoffset: 200;
    animation: dialog-alert-ruand 0.5s ease-in-out forwards
}

.dialog-alert-svggou {
    stroke-dasharray: 80;
    stroke-dashoffset: 80;
    animation: dialog-alert-tick .6s ease-out forwards;
    animation-delay: .75s;
}

.dialog-alert-svgca1 {
    stroke-dasharray: 80;
    stroke-dashoffset: 80;
    animation: dialog-alert-tick .6s ease-out forwards;
    animation-delay: .75s;
}

.dialog-alert-svgca2 {
    stroke-dasharray: 80;
    stroke-dashoffset: 80;
    animation: dialog-alert-tick .6s ease-out forwards;
    animation-delay: .85s;
}

@keyframes dialog-alert-ruand {
    form {
        stroke-dashoffset: 200;
    }

    to {
        stroke-dashoffset: 400;
    }
}

@keyframes dialog-alert-tick {
    from {
        stroke-dashoffset: 80;
    }

    to {
        stroke-dashoffset: 0;
    }
}

@keyframes dialog-alert-text {
    from {
        transform: translateY(10px);
        opacity: 0;
    }

    to {
        transform: translateY(0px);
        opacity: 1;
    }
}

@keyframes dialog-alert-button {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes dialog-alert-load {
    0% {
        transform: translateY(0px);
        opacity: 0;
    }

    50% {
        transform: translateY(-10px);
        opacity: 1;
    }

    100% {
        transform: translateY(0px);
        opacity: 0;
    }
}




/* 如果屏幕超过了750px，那么我们就就按照750px设计稿来走，不会让页面超过750px ,使用媒体查询来设置*/
@media screen and (min-width: 750px) {
    html {
        font-size: 75px !important;
    }
}

body { width: 100vw;
    margin: 0 auto;
    font-family: Helvetica, STHeiti STXihei, Microsoft JhengHei, Microsoft YaHei, Tohoma, Arial;
    position: relative;
}

.active_all_img
{
    vertical-align: bottom;
    width: 100%;
}
.active_ani
{
    position: absolute;
}

.active_shadow_area{position: fixed;width: 100vw;height: 100vh;top: 0;left: 0;background: rgba(0, 0, 0, 0.61);display: none;z-index: 99}


/***除去苹果自带样式****/


input[type="text"], input[type="tel"], input[type="password"], input[type="button"], input[type="submit"], input[type="reset"], select, textarea,button {
    -webkit-appearance: none;
    -webkit-tap-highlight-color:rgba(255,255,255,0);
    border: none;
    border: 0.02rem solid #767474;
    outline:none;
}
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 100px white inset;
}



/*******报名页面样式**********/

.active_tc_sumbitBt,.active_hx_sumbitBt, .active_signup_sumbitBt {width: 85%;margin: auto;display: block;height: 8vw;line-height: 8vw;text-align: center;background: #f4632c;color: #FFFFFF;margin-top: 2.7vw;border-radius: 3px;font-size: 16px;font-weight: bold;}
.active_tc_info,.active_hx_info, .active_signup_info {background: #FFFFFF;text-align: center;width: 80vw;padding-top: 5vw;padding-bottom: 10vw;position: relative;margin: auto;margin-top: 16vh;border-radius: 2vw;}
.active_tc_closebt,.active_hx_closebt img ,.active_signup_closebt img {width: 12px;position: absolute;right: 10px;top: 5px;}
.active_hx_info input,.active_signup_info input {width: 80%;padding: 6px;display: block;margin: auto;margin-top: 2.8vw;font-size: 14px;}

.active_hx_hxCodeImg{position: absolute;right: 40px;bottom: 20px;width: 60px}
.active_closeBt {width: 29px;height: 29px;background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADoAAAA6CAMAAADWZboaAAAAyVBMVEUAAAAAAAAUFBTT09NOTk4DAwPHx8crKyvIyMjIyMjIyMhISEi9vb3IyMiDg4NhYWHIyMgdHR2ysrKkpKSZmZmTk5N2dnZcXFzIyMjIyMjIyMjIyMjIyMjIyMjIyMhycnI7OzvIyMjGxsbDw8Px8fG3t7fi4uKtra1ra2tTU1MPDw/IyMjIyMjIyMjIyMjIyMipqamfn5/IyMg8PDzIyMjIyMjIyMjIyMjIyMjIyMiIiIiGhobIyMjIyMjIyMjIyMilpaXIyMj///8iVzq1AAAAQXRSTlPTANf24NTx2wW0LOH8+Orm49n59vPy6+WZg2pgQiQM59yP/v78+/n46eTWz6l1NB/39enf17+iUDkU7+/RyFUX7dFgKCAAAALASURBVEjHndfneqJAGIbhDxKQIhGwgQiJGmOvsabuy/kf1A7RDYoM4j7/7+sDZpSBhP+OR/3txBmra3XTajSD/FT52pg47dPVclHfkQF0ym/9+kAflGpVO9KjhnKN+mMA3dqrRHHWoNoGlgxn0MA1gApzycRSF1g1+VRbMVig1KR6EWgpHOoZ6OrEbfgAjGap1AUqImWlF2FqKbQF1CTKzupBnl5QFyjR1cQyln6CerHMbDiHuT+jmoEa5Uq0oZ7SYIWKRPkqdDA5oS66IuWtDmP2S30DOuVvAfWXjlGhGyq0sTtSHyjQLb1DPVInOfQpcePifWJnANoPVWS8nsvnO/FM3oUJW0Xrh36he74wD2HI7KkME9tFh/lDN9Fu4Fsmk0NJKmIaUROvxLOxTF7xhFEfHYk4liepBJXRLcpEHMuTVIDJ6ARvxLVyuqQhEJDgoE88y5GsIjQSxqgTz3Il9bAjQcWA0nsJwxfeDi2jScKa86sR2dXy7QLblKnxej4+cu08mrpBiSeJuNbGlIQWajzJKoXh8xNdJHUwI6GBKley7lOtBUMgoQmbJ/lWxwejAWAldtlLvJ4cW4PDqPCZfMR/DjK2z+HdxbJ6EXUvblZO7KEnWUzeKr4jqqEt0m31sT78rY1Quk1KNrwDbaAr3UTvIQcHqixRv2loD65woGxscXgDrUPe/6PKCg/5pVhEI37TNQE99+VWMFJiKrRQtHIvjKEJJ1QZoSfmfLrwzs8SMxPlYQ6pt+EkTzCajLl4fWYbYyVJhekSdiEbSn1E8oIKvolO5tYQK4CjpJ4R9yqwYIP550vD4x5qJwba71YqvO8BIy3jKD1TAVR1KQGtvg3IDSX7AL+LcLFaKgyP4yy9VgaD7v76Z4PWMoHI98qLud1B1NoLcn6sTCeqiWPGh+N9cz5WOAXarrltTmcCr7+xaGs4H0wNCQAAAABJRU5ErkJggg==);background-size: cover;background-color: transparent;border: none;position: absolute;right: 5px;}



/**********留言模块*************/
.active_ly {width: 90vw;height: 250px;position: absolute;top:25vh;left: 5vw;z-index: 3;background: #999;}
.active_ly ul {margin: 0;padding: 0;color: #ffffff;height: 145px;padding-top: 10px;padding-bottom: 10px;}
.active_ly ul li {list-style-type: none;font-size: 12px;border-bottom: 1px solid rgba(148, 144, 144, 0.5);width: 90%;padding: 5px;margin-left: 5%;}
.active_ly .sendbt,.closebt {width: 100px;text-align: center;height: 30px;line-height: 30px;color: #ffffff;background: #1197f7;display: block;margin: auto;margin-bottom: 10px;font-size: 14px;}
.active_ly .ly div {display: flex;flex-direction: row;}
.active_ly li.active {color: #ffffff;font-size: 14px;background: chocolate;}
.active_ly input { width: 78vw;margin: auto;margin-top: 10px;margin-bottom: 10px;margin-left:6vw;padding: 1vw;font-size: 12px;border: 1px solid #333333;}
.active_ly .btarea{display: flex}
/*********红包区域简单样式************/
.active_redpackArea
{
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(11, 12, 17, 0.1);
    justify-content: center;
    top: 0;
    left: 0;
    align-items: center;
    display: flex;
}

.active_redpack {
    height: 450px;
    background: #A5423A;
    width: 300px;
    left: 0;
    top: 0;
    border-radius: 10px;
    margin: 0 auto;
    text-align: center;
}
.active_topcontent {
    height: 300px;
    border: 1px solid #BD503A;
    background-color: #BD503A;
    border-radius: 10px 10px 50% 50% / 10px 10px 15% 15%;
    box-shadow: 0px 4px 0px -1px rgba(0,0,0,0.2);
}


.active_redpack_open {
    width: 100px;
    height: 100px;
    border: 1px solid #FFA73A;
    background-color: #FFA73A;
    border-radius: 50%;
    color: #fff;
    font-size: 20px;
    display: inline-block;
    margin-top: -50px;
    box-shadow: 0px 4px 0px 0px rgba(0, 0, 0, 0.2);
    /*animation:rotate .8s infinite;*/
    /*-webkit-animation:rotate .8s infinite;*/
}


.active_toptitle {
    font-size: 30px;
    color: #ffffff;
    margin-top:50%;
}
.active_redpack_open
{
    text-align: center;
    line-height: 100px;
    font-size: 18px;
}

.active_moneyarea
{
    color: #FFFFFF;
    font-size: 18px;
    margin-top: 20px;
    display: none;
}

.active_moneyarea .active_money
{
    font-size: 25px;
    margin-top: 10px;
    color: red;
    font-weight: bold;
}

.active_moneyarea p:nth-child(2)
{
    margin-top: 10px;
}

.active_redpackClose {
    width: 30px;
    position: absolute;
    right: calc(50% - 15px);
    bottom: 10%;
}



.animate05{

    -webkit-animation-duration:1s;
    -webkit-animation-delay: 0s;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.animate1{

    -webkit-animation-duration: 1s;
    -webkit-animation-delay: 1s;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.animate15{

    -webkit-animation-duration: 1.5s;
    -webkit-animation-delay: 1.5s;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}


@keyframes spin {
    0% {transform: rotate(0deg);}
    100% {transform: rotate(360deg);}
}

.myright {
    animation: right 1s 1s infinite;

}

.mywrong{
    animation:wrong 1s 1s infinite;

}


@keyframes right
{

    0% {background-color: #ffffff }
    25% {background-color:#54FF9F }
    50% {background-color: #e6e6e6 }
    75% {background-color: #54ff23 }
    100% {background-color: #ffffff }
}

@keyframes wrong
{

    0% {background-color:#ffffff }
    25% {background-color: #ff0e07 }
    50% {background-color: #e6e6e6 }
    75% {background-color: #ff0e07 }
    100% {background-color: #ffffff }
}