@charset "utf-8";

/* CSS Document */
body {
    width: 100%;
    overflow-x: hidden;
    font-family: "Noto Sans SC", sans-serif;
}

.fancybox-skin {
    background: none;
}

.fancybox-opened .fancybox-skin {
    box-shadow: none;
}

.bg {
    background: url(../images/bg.jpg) center top no-repeat #1d212d;
    width: 100%;
    position: relative;
    padding-bottom: 200px;
}

.content {
    width: 1000px;
    margin: 0 auto;
    position: relative;
    padding-top: 575px;
    font-size: 14px;
}


.layer-out{width: 645px;padding: 10px 0 30px;margin: 30px auto;border: 3px solid #a45ce1;border-radius: 10px;}

.layer {
    position: relative;
    padding: 0 0 20px;
}



.layer h2 {
    
    position: relative;
    width: 620px;
    margin: 0 auto 20px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-size: 14px;
    color: #00ffff;
    font-weight: normal;
    
}
.layer h2::before{display: block;background: url(../images/title_bg.png) no-repeat;width: 244px;height: 3px;content: "";left: 0;top: 16.5px;position: absolute;}
.layer h2::after{display: block;background: url(../images/title_bg.png) no-repeat;width: 244px;height: 3px;content: "";right: 0;top: 16.5px;position: absolute;}
.layer h2.line{font-size: 22px;font-weight: bold; text-shadow:2px 2px 0 #a45ce1, -2px -2px 0 #a45ce1, 2px -2px 0 #a45ce1, -2px 2px 0 #a45ce1;}


.layer p {
    line-height: 30px;
    color: #f2e3ff;
    text-align: center;
}

.layer p span {
   color: #ffd800;
}

.layer p span.icon {
    padding-left: 0;
    display: inline-block;
    vertical-align: middle;
    width: 25px;height: 32px;
    background: url(../images/icon.png) no-repeat;
    margin: 0 3px;
    background-size: 100%;
}

.layer p b {color: #00f1ff;}
.layer p strong {color: #ff9000;}
.layer img{display: block;margin: 20px auto;}
.award-tips{text-align: center;margin: 20px 0;line-height: 30px;color: white;}
.award-tips b {color: #00f1ff;}
.award-tips span {color: #ffde00;}

.apply-btn {
    width: 212px;
    height: 65px;
    margin: 0 auto;
    text-align: center;
    font-size: 22px;
    color: white;
    line-height: 65px;
    background: #a45ce1;
    border-radius: 10px;
    display: block;
}

.apply-btn:hover {
    text-decoration: none;
}

#bottom_fixed {
    width: 100%;
    background: url(../images/bottom.png) center no-repeat;
    height: 110px;
    position: fixed;
    left: 0;
    bottom: 0;
    display: none;
}

.btn-wrap {
    width: 420px;
    position: absolute;
    left: 50%;
    margin-left: -210px;
    display: flex;
    top: -45px;
    justify-content: space-between;
}

.btn-wrap a {
    display: block;
    background: url(../images/bottom_btn.png) no-repeat;
    width: 179px;
    height: 87px;
    font-size: 24px;
    color: white;
    font-weight: bold;
    text-align: center;
    line-height: 77px;
}

.btn-wrap a:hover {
    text-decoration: none;
}

#pop_wrap {
    width: 720px;
    display: none;
    background: #25004b;
    padding: 30px 0;
    background: #000;
    border: 3px solid #a45ce1;
}


#pop_wrap div {
    clear: both;
    margin-bottom: 8px;
    overflow: hidden;
}

#pop_wrap div p {
    width: 270px;
    margin-right: 15px;
    line-height: 32px;
    text-align: right;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
}

#pop_wrap div label {display: block;float: left;margin-right: 15px;width: 50px;text-align: center;color: white;}


#pop_wrap div select,
#pop_wrap div input {
    float: left;
    display: block;
    width: 325px;
    height: 32px;
    color: black;
    font-size: 16px;
    border: none;
}
#pop_wrap div label input{float: none;width: 20px;margin: 0 auto;}

textarea {
    float: left;
    display: block;
    width: 325px;
    height: 120px;
    color: black;
    font-size: 16px;
    border: none;
    line-height: 30px;
}

#pop_wrap div button {
    display: block;
    float: left;
    width: 100px;
    height: 26px;
    text-align: center;
    background: #ba00ff;
    font-size: 14px;
    color: white;
    font-weight: bold;
    border: none;
}


#submit_btn {
    display: block;
    width: 222px;
    height: 44px;
    margin: 30px auto;
    background: #7328c6;
    border: none;
    color: black;
    font-size: 18px;
    color: #fff;
}

#cropper-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.cropper-container {
    max-width: 100%;
    max-height: 100%;
    overflow: hidden;
    margin: auto;
}

.cropper-container img {
    display: block;
    max-width: none;
    width: 400px;
}

.cropper-controls {
    position: absolute;
    bottom: 20%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9999;
}

.cropper-controls button {
    display: block;
    width: 100px;
    height: 26px;
    text-align: center;
    background: #690000;
    font-size: 14px;
    color: white;
    font-weight: bold;
    border: none;
}

#pop_wrap div#show {
    display: none;
    width: 100px;
    height: 100px;
    margin-left: 285px;
}

#show img {
    width: 100px;
    height: 100px;
    border-radius: 100px;
}