/* 通用 */
* {
    padding: 0;
    margin: 0;
    border: 0;
    vertical-align: baseline;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

input,
select,
button {
    outline: 0;
}

button {
    border: 0;
    background-clip: padding-box;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

img {
    border: none;
    vertical-align: baseline;
}

textarea,
input {
    word-wrap: break-word;
    word-break: break-all;
}

span,
p,
div {
    word-wrap: break-word;
}

.lf {
    float: left;
}

.rt {
    float: right;
}

html,
body,
div,
p,
ul,
ol,
li {
    list-style: none;
}

a {
    text-decoration: none;
    cursor: pointer;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}



/* 黑色title背景主题 适用于alert confirm*/
body .skin_class_exmple .layui-layer-title {
    padding: 0 !important;
    text-align: center;
    background: black !important;
    color: white !important;
    font-size: 22px !important;
    height: 50px !important;
    line-height: 50px !important;
    position: relative !important;
}

body .skin_class_exmple .layui-layer-setwin {
    top: 15px !important;
}

body .skin_class_exmple .layui-layer-ico {
    background: url('../../../images/activity/uj67swhw/close2.png')no-repeat !important;
    background-size: 115%;
}

body .skin_class_exmple>.layui-layer-content {
    text-align: center;
    font-size: 20px;
    color: red;
    box-sizing: border-box;
}

body .skin_class_exmple .layui-layer-setwin a {
    width: 24px;
    height: 24px;
    opacity: 1;
}

body .skin_class_exmple .layui-layer-setwin a:hover {
    opacity: 1;
}

body .skin_class_exmple .layui-layer-setwin {
    opacity: 1;
}

body .skin_class_exmple>.layui-layer-btn {
    background: white;
    text-align: center;
}

body .layui-layer-title {
    background-color: transparent !important;
    border-bottom: none;
}

body .layui-layer-content {
    background-color: transparent !important;
    border-bottom: none;
    box-shadow: none;
}

body .layui-layer-setwin a {
    width: 24px;
    height: 24px;
    opacity: 0;
}

body .layui-layer-setwin a:hover {
    opacity: 0;
}

body .layui-layer-setwin {
    opacity: 0;
}

body .layui-layer-setwin .layui-layer-close2 {
    right: -2px;
    top: -2px;
}

body .skin_class_two {
    box-shadow: none;
}

.cu_layer {
    display: none;
}

html {
    width: 100%;
    height: 100%;
    position: relative;
    margin: 0 auto;
}

body {
    max-width: 1920px;
    width: 100%;
    position: relative;
    margin: 0 auto;
}



a:hover {
    -webkit-filter: brightness(115%);
    -ms-filter: brightness(115%);
    -o-filter: brightness(115%);
    -moz-filter: brightness(115%);
    opacity: 0.85\0;
}

a.geted {
    pointer-events: none;
}

/* 页面部分 */
.indexPage {
    min-width: 1400px;
    display: block;
    height: 3832px;
    text-align: center;
    background: url(../../../images/activity/uj67swhw/bg.jpg) no-repeat center top;
    position: relative;
}





/* 头部 */
.header {
    padding: 55px 40px 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.header .logo a {
    display: inline-block;
    width: 393px;
    height: 158px;
    background: url(../../../images/activity/uj67swhw/logo.png) no-repeat;
}


.header .enter a {
    display: inline-block;
    width: 252px;
    height: 66px;
    background: url(../../../images/activity/uj67swhw/enter_btn.png) no-repeat;
}


.main {
    width: 1400px;
    margin: 470px auto 0;
}

.active_time {

    display: flex;
    justify-content: flex-end;

}

.active_time p {
    width:920px;
    height: 58px;
    line-height: 58px;
    font-size: 28px;
    color: #660099;
    font-family: 'SourceHanSansSC';
    font-weight: bold;
    background-image: url(../../../images/activity/uj67swhw/active_bg.png);
    background-size: 100% 100%;
}

.login {
    height: 50px;
    line-height: 50px;
    margin-top: 100px;

}

.login p {
    font-size: 24px;
    color: #fff;
    text-align: center;
}

.login p a {
    color: #ffff00;
}



/* part */
.partOne {
    width: 1367px;
    height: 823px;
    background-image: url(../../../images/activity/uj67swhw/partOne_bg.png);
    background-size: 100% 100%;
    margin: 55px auto 0;

}

.sign{
    width: 830px;
    padding-top: 185px;
    margin: 0 auto;
    display: flex
;
    justify-content: space-between;
    align-items: center;
}
.sign p{
    font-size: 14px;
    color: #333;
    line-height: 24px;
}
.sign .sign-li .text{
    height: 170px;
        display: flex
;
    flex-direction: column;
    justify-content: center;
    /* margin-bottom: 20px; */
}
.sign .sign-li a{
     display: inline-block;
    width: 375px;
    height: 103px;
    background: url(../../../images/activity/uj67swhw/partOne_signbtn.png) no-repeat;
}
.sign .sign-li:nth-child(2){
    padding-left: 140px;
}
.sign .sign-li:nth-child(2) a{
    background-position-y: -103px;
}
.partOne .partOne-content {
    padding-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.partOne .le {
    width: 667px;
    padding-right: 80px;
}

.partOne .le .list:first-child {
    margin-left: 180px;
}

.partOne .le .list:nth-child(2) {
    margin-left: 233px;
    padding-bottom: 30px;
}

.partOne .list {

    margin-left: 270px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 92px;
    padding-bottom: 33px;
}

.partOne .list p {
    text-align: left;
    color: #660099;
    font-family: 'SourceHanSansSC';
}

.partOne .list a {
    display: inline-block;
    width: 104px;
    height: 34px;
    background: url(../../../images/activity/uj67swhw/partOne_btn.png) no-repeat;
}

.partOne a.geted {
    background-position-y: -34px;
}

.partOne .ri {
    width: 667px;
    padding-right: 80px;
}

.partOne .ri .list:first-child {
    margin-left: 195px;
}

.partOne .ri .list:nth-child(2) {
    margin-left: 140px;
    padding-bottom: 30px;
}


/* partTwo */
.partTwo {
    width: 1400px;
    height: 900px;
    background-image: url(../../../images/activity/uj67swhw/partTwo_bg.png);
    background-size: 100% 100%;
    margin: 260px auto 0;
}
.partTwo p{
    width: 1300px;
    font-family: 'SourceHanSansSC';
    color: #333;
    font-size: 16px;
    text-align: left;
    margin: 0px auto 64px;
    padding-top: 90px;
    font-weight: 500;
}
.partTwo .list{
    width: 1294px;
    margin: 0 auto;
    height: 272px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding-bottom: 30px;
}
.partTwo .list a{
    display: inline-block;
    width: 194px;
    height: 46px;
    background: url(../../../images/activity/uj67swhw/partTwo_btn.png) no-repeat;
}
.partTwo .list a.Sixty{
    background-position-y: -46px;
}
.partTwo .list a.Forty{
    background-position-y: -92px;
}
.partTwo .list a.Twenty-Four{
    background-position-y: -138px;
}
.partTwo .list a.twelve{
    background-position-y: -184px;
}
.partTwo .list a.six{
    background-position-y: -230px;
}
.partTwo .list a.four{
    background-position-y: -276px;
}

.partTwo .list a.two{
    background-position-y: -322px;
}
.partTwo .list a.geted{
    background-position-y: -368px;
}
/* activeRule */
.activeRule {
    width: 870px;
    margin: 480px auto 0;
    padding-left: 20px;
}

.activeRule .activeRule-con {
    margin-top: 45px;
}

.activeRule p {
    font-family: 'SourceHanSansSC';
    color: #fff;
    font-size: 16px;
    text-align: left;
    line-height: 39px;
}



.openQueryPage{
    background-image: url(../../../images/activity/uj67swhw/pop.png);
    background-size: 100% 100%;
}
.openQueryPage .lay_content {
    margin-top: 130px;
}
.openQueryPage p{
    font-size: 18px;
    color: #fff;
    line-height: 30px;
    font-family: 'SourceHanSansSC';
    text-align: center;
}

