/* 通用 */
* {
    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/12ty6leb/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: 3357px;
    text-align: center;
    background: url(../../../images/activity/12ty6leb/bg.jpg) no-repeat center top;
    position: relative;
}





/* 头部 */
.header {
    padding: 40px 120px 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}



.header .enter a {
    display: inline-block;
    width: 220px;
    height: 56px;
    background: url(../../../images/activity/12ty6leb/enter_btn.png) no-repeat;
}


.main {
    width: 1400px;
    margin: 535px auto 0;
}

.active_time {

    display: flex;
    justify-content: flex-end;

}

.active_time p {
    width: 604px;
    height: 34px;
    line-height: 34px;
    font-size: 18px;
    color: #fff;
    font-family: 'SourceHanSansSC';
    font-weight: bold;
    background: url(../../../images/activity/12ty6leb/active_bg.png) no-repeat;
}

.login {

    margin-top: 95px;

}

.login p {
    font-size: 18px;
    color: #faffff;
    text-align: center;
}

.login p a {
    color: #ff0000;
}



/* part */
.partOne {
    width: 1400px;
    height:712px;
    background-image: url(../../../images/activity/12ty6leb/partOne_bg.png);
    background-size: 100% 100%;
    margin: 160px auto 0;

}

.sign{
        width: 753px;
    padding-top: 230px;

    margin: 0 auto;
    display: flex
;
    justify-content: space-between;
    align-items: center;
}
.sign p{
    font-size: 16px;
    color: #500303;
    line-height: 26px;
}
.sign .sign-li .text{
    height: 168px;
        display: flex;
    flex-direction: column;
    justify-content: center;
    /* margin-bottom: 20px; */
}
.sign .sign-li a{
     display: inline-block;
    width: 239px;
    height: 59px;
    background: url(../../../images/activity/12ty6leb/partOne_signbtn.png) no-repeat;
}
.sign .sign-li:nth-child(2) .text{
    padding-left: 18px;
}
.sign .sign-li:nth-child(2) a{
    background-position-y: -59px;
}
.partOne .partOne-content {
    padding-top: 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.partOne .le {
    width: 800px;
    padding-right: 67px;
}

.partOne .le .list:first-child {
    margin-left: 180px;
}

.partOne .le .list:nth-child(2) {
    margin-left: 233px;
}

.partOne .list {

    margin-left: 270px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 60px;
    padding-bottom: 10px;
}

.partOne .list p {
    text-align: left;
    color: #fff;
    font-size: 16px;
    font-family: 'SourceHanSansSC';
}

.partOne .list a {
    display: inline-block;
    width: 131px;
    height: 36px;
    background: url(../../../images/activity/12ty6leb/partOne_btn.png) no-repeat;
}

.partOne a.geted {
    background-position-y: -36px;
}

.partOne .ri {
    width: 755px;
    padding-right: 25px;
}

.partOne .ri .list:first-child {
    margin-left: 195px;
}

.partOne .ri .list:nth-child(2) {
    margin-left: 140px;
}


/* partTwo */
.partTwo {
    width: 1400px;
    height: 812px;
    background-image: url(../../../images/activity/12ty6leb/partTwo_bg.png);
    background-size: 100% 100%;
    margin: 130px auto 0;
}
.partTwo p{
    width: 1300px;
    font-family: 'SourceHanSansSC';
    color: #ffdcdc;
    font-size: 18px;
    text-align: right;
    margin: 0px auto 28px;
    padding-top: 130px;
    font-weight: 500;
}
.partTwo .list{
    width: 1190px;
    margin: 0 auto;
    height: 228px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding-bottom: 12px;
}
.partTwo .list a{
    display: inline-block;
    width: 131px;
    height: 36px;
    background: url(../../../images/activity/12ty6leb/partTwo_btn.png) no-repeat;
}
.partTwo .list a.Sixty{
    background-position-y: -36px;
}
.partTwo .list a.Forty{
    background-position-y: -72px;
}
.partTwo .list a.Twenty-Four{
    background-position-y: -108px;
}
.partTwo .list a.twelve{
    background-position-y: -144px;
}
.partTwo .list a.six{
    background-position-y: -180px;
}
.partTwo .list a.four{
    background-position-y: -216px;
}

.partTwo .list a.two{
    background-position-y: -252px;
}
.partTwo .list a.geted{
    background-position-y: -288px;
}
/* partThree */
.partThree {
width: 1400px;
    margin: 200px auto 0;
    padding-left: 20px;
    text-align: left;
}

.partThree .activeRule-con {
    width: 900px;
    margin: 20px auto 0;
}

.partThree p {
    font-family: 'SourceHanSansSC';
    color: #ffdcdc;
    font-size: 16px;
    text-align: left;
    line-height: 39px;
}



.openQueryPage{
    background-image: url(../../../images/activity/12ty6leb/pop.png);
    background-size: 100% 100%;
}
.openQueryPage .lay_content {
    margin-top: 100px;
}
.openQueryPage p{
    font-size: 14px;
    color: #790103;
    line-height: 30px;
    font-family: 'SourceHanSansSC';
    text-align: center;
}

