@charset "utf-8";

/* CSS Document */
body {
    width: 100%;
    overflow-x: hidden;
}

.fancybox-skin {
    background: none;
}

.fancybox-opened .fancybox-skin {
    box-shadow: none;
}

.bg {
    background: url(../images/m_bg.jpg) center top no-repeat #000;
    width: 100%;
    position: relative;
    padding-bottom: 60px;
    background-size: 100%;
}

.content {
    width: 100%;
    margin: 0 auto;
    position: relative;
    padding-top: 7.5rem;
}

.nav-link-wrap{background: url(../images/navLink_bg.png) no-repeat;margin: 0 auto .70rem;width: 100%;height: 1.30rem;padding-top: .90rem;display: flex;background-size: 100%;}
.nav-link-wrap a{display: block;width: 50%;height: 1.3rem;}

.fs_index {
    display: none;
    position: absolute;
    width: 180px;
    height: 73px;
    left: 46px;
    top: 28px;
}

.top_link {
    position: absolute;
    left: 730px;
    top: 51px;
    width: 270px;
}

.top_link a {
    display: block;
    height: 36px;
    margin-right: 20px;
    width: 132px;
    text-align: center;
    background: #6223d5;
    line-height: 36px;
    text-decoration: none;
    color: #fff;
}

.layer-out{width: 6.45rem;padding: .10rem 0 .30rem;margin: .30rem auto;border: .03rem solid #a45ce1;border-radius: .10rem;}

.layer {
    position: relative;
    padding: 0 0 .20rem;
    width: 100%;
    margin: 0 auto .40rem;
    background: #262320;
}
#bottom{display: none;}



.layer h2 {
    
    position: relative;
    width: 100%;
    background: #483e32;
    height: .80rem;
    line-height: .80rem;
    text-align: center;
    font-size: .22rem;
    color: #958066;
    margin-bottom: .20rem;
    
}


.layer p {
    width: 90%;
    margin: 0 auto;
    line-height: 25px;
    font-size: 12px;
    color: #fff;
}

.layer p.center{text-align: center;}

.layer p span {
    padding-left: 80px;
}

.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: #eed9b1;
}

.layer p strong {
    color: #78ff00;
}

.layer img{display: block;margin: .20rem auto;width: 5.5rem;}
.award-tips{text-align: center;margin: .20rem 0;line-height: .30rem;color: white;}
.award-tips b {color: #00f1ff;}
.award-tips span {color: #ffde00;}

.apply-btn{width: 4.20rem;margin: 1.30rem auto 0;position: relative;}
.apply-btn a{display: block;background: url(../images/apply_btn.png) no-repeat;width: 4.20rem;height: 1.20rem;background-size: 100%;}

.apply-btn::after{display: block;background: url(../images/mic.png) no-repeat;width: 1.27rem;height: 2.39rem;position: absolute;top: -0.85rem;left: -0.25rem;content: "";background-size: 100%;}

#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;
    display: none;
    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 {
    display: none;
    background: #000;
    padding: 30px 0;
    border: 3px solid #eed9b1;
}


#pop_wrap div {
    clear: both;
    margin-bottom: 8px;
    overflow: hidden;
}

#pop_wrap div p {
    width: 2.70rem;
    margin-right: 15px;
    line-height: 32px;
    text-align: right;
    font-size: 12px;
    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: 3.25rem;
    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: 3.25rem;
    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: #958066;
    font-size: 14px;
    color: white;
    font-weight: bold;
    border: none;
}


#submit_btn {
    display: block;
    width: 155px;
    height: 48px;
    margin: 30px auto;
    background: #958066;
    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: 0 auto;
}

#show img {
    width: 100px;
    height: 100px;
    border-radius: 100px;
}
