* {
    padding: 0;
    margin: 0;
    color: #000;
    font-family: "Microsoft YaHei",'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}
body {
    font-size: 16px;
}
ul,ol,li{list-style: none;}
.flex {
    display: flex;
}
.flex-row {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}
.flex-col{
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-around;
}
.flex-center{
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.allbody {
    background: url(../images/bg.webp) no-repeat center top;
}
.wrap {
    width: 1400px;
    margin: 0 auto;
    position: relative;
}
.top {
    height: 950px;
}
.xylogo {
    width: 150px;
    height: 50px;
    background: url(https://www.ixinyou.com/images/ixy-logo.png) no-repeat center top;
    margin-top: 10px;
}
.sslogo {
    width: 99px;
    height: 94px;
    background: url(../images/sslogo.png) no-repeat center top;
}
.logobox {
    width: 350px;
    height: 100px;
    position: absolute;
    top: 50px;
    left: 40px;
}
.topbtnbox {
    width: 350px;
    height: 40px;
    position: absolute;
    top: 50px;
    right: 20px;
}
.topdownbtn {
    width: 152px;
    height: 37px;
    background: url(../images/topbtn_download.png) no-repeat center top;
    cursor: pointer;
    margin: 0 auto;
}
.topgwbtn {
    width: 152px;
    height: 37px;
    background: url(../images/topbtn_guanwang.png) no-repeat center top;
    cursor: pointer;
    margin: 0 auto;
}
.hdinfo {
    width: 600px;
    height: 30px;
    line-height: 30px;
    color: #a47251;
    position: absolute;
    top: 623px;
    left: 732px;
    text-align: center;
}
.loginInfo {
    width: 400px;
    height: 30px;
    line-height: 30px;
    color: #000;;
    position: absolute;
    top: 700px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    font-size: 18px;
}
.loginInfo a {
    color: #f00;
    text-decoration: none;
}
.topmainbtns {
    width: 800px;
    height: 64px;
    position: absolute;
    top: 800px;
    left: 50%;
    transform: translateX(-50%);
}
.appbtn {
    width: 293px;
    height: 61px;
    background: url(../images/btn_appointment.png) no-repeat center top;
    cursor: pointer;
    margin: 0 auto;
}
.appbtn.success {
    background: url(../images/btn_haveapp.png) no-repeat center top;
    cursor: default;
}
.downbtn {
    width: 293px;
    height: 61px;
    background: url(../images/btn_download.png) no-repeat center top;
    cursor: pointer;
    margin: 0 auto;
}
.appselfpanel {
    height: 480px;
    background: url(../images/appselfbg.png) no-repeat center top;
}
.appselfpanel .getbtn {
    width: 207px;
    height: 60px;
    background: url(../images/btn_get.png) no-repeat center top;
    cursor: pointer;
    position: absolute;
    top: 400px;
    left: 50%;
    transform: translateX(-50%);
}
.appselfpanel .getbtn.success {
    background: url(../images/btn_havegot.png) no-repeat center top;
    cursor: default;
}
.rulepanel {
    height: 360px;
}
.appInfo {
    height: 100px;
    width: 100%;
    line-height: 100px;
    text-align: center;
    font-size: 24px;
    vertical-align: bottom;
    background-image: linear-gradient(to bottom, #14557b, #3c7aa1);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent; /* 使得文字颜色透明，以便看到背景渐变 */
}
.appInfo span {
    width: 150px;
    font-size: 48px;
    display: inline-block;
    background-image: linear-gradient(to bottom, #14557b, #3c7aa1);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent; /* 使得文字颜色透明，以便看到背景渐变 */
}
.rulebox {
    width: 800px;
    height: 260px;
    margin: 0 auto;
}
.ruletitle {
    width: 110px;
    height: 30px;
    line-height: 30px;
    font-size: 20px;
    border-radius: 15px;
    background: #3c7aa1;
    text-align: center;
    color: #fff;
}
.ruledesc {
    width: 600px;
    height: 210px;
    line-height: 30px;
    font-size: 18px;
    color: #000;
    margin: 20px 0 0 140px;
}
.ruledesc li {
    list-style-type: decimal;
}   
.appallpanel {
    height: 520px;
    background: url(../images/appallbg.png) no-repeat center top;
}
.get2btn {
    width: 132px;
    height: 39px;
    background: url(../images/btn_get2.png) no-repeat center top;
    cursor: pointer;
    position: absolute;
    top: 370px;
}
.get2btn.success {
    background: url(../images/btn_havegot2.png) no-repeat center top;
    cursor: default;
}
.get2btn.a1 {
    left: 126px;
}
.get2btn.a2 {
    left: 394px;
}
.get2btn.a3 {
    left: 662px;
}
.get2btn.a4 {
    left: 930px;
}
.get2btn.a5 {
    left: 1198px;
}
.lotterypanel {
    height: 720px;
    background: url(../images/lotpanel.webp) no-repeat center top;
}
.lottop {
    height: 70px;
}
.ruledesc {
    width: 600px;
    height: 200px;
    line-height: 30px;
    font-size: 18px;
    color: #000;
    margin: 0 auto;
    transform: translateX(10px);
}
.lotteryrule li {
    list-style-type: decimal;
}
.lotterybox {
    width: 1300px;
    height: 420px;
    margin: 0 auto;
    position: relative;
}
.recordlnk {
    width: 95px;
    height: 30px;
    cursor: pointer;
    position: absolute;
    top: 25px;
    left: 50px;
}
.ratelnk {
    width: 95px;
    height: 30px;
    cursor: pointer;
    position: absolute;
    top: 25px;
    left: 485px;
}
.lotbtnline {
    width: 500px;
    height: 50px;
    position: absolute;
    top: 345px;
    left: 70px;
}
.saveboxbtn {
    width: 190px;
    height: 45px;
    background: url(../images/btn_save.png) no-repeat center top;
    cursor: pointer;
    margin: 0 auto;
}
.lotterybtn {
    width: 190px;
    height: 45px;
    background: url(../images/btn_lot.png) no-repeat center top;
    cursor: pointer;
    margin: 0 auto;
}
.missionlist {
    width: 600px;
    height: 280px;
    position: absolute;
    top: 122px;
    right:0;
}
.missionline {
    height: 48px;
    line-height: 48px;
    font-size: 20px;
    color: #000;
    margin: 0 auto 21px;
    position: relative;
}
.missionbtn {
    width: 132px;
    height: 39px;
    /* background: url(../images/btn_getnow.png) no-repeat center top; */
    background: url(../images/btn-task-1.png) no-repeat top center;
    cursor: pointer;
    position: absolute;
    top: 5px;
    right: 5px;
}
.missionbtn::after{
    content: " ";
    font-size: 20px;
        /* font-weight: bold; */
    color: #576169;
    text-align: center;
    margin: -5px 0 0 30px;
    position: absolute;
}
.missionbtn.success::after{
    content: "已完成";
    color: #eeea11;
}
.missionbtn.success,.missionbtn.success:hover {
    /* background: url(../images/btn_havegot2.png) no-repeat center top; */
    background-image: url(../images/btn-task-3.png);
    cursor: default;
}
.missionbtn:hover{
    background-image: url(../images/btn-task-2.png);
}

.btn-mission-1::after{
    content: "立即登录";
}

.btn-mission-2::after{
    content: "立即预约";
}

.btn-mission-3::after{
    content: "立即分享";
}

.btn-mission-4::after{
    content: "立即邀请";
}

.mask {
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    display: none;
}
.pop {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 1000;
    display:none;
}
.closepop {
    width: 29px;
    height: 29px;
    background: url(../images/btn_close.png) no-repeat center top;
    cursor: pointer;
    position: absolute;
    top: 30px;
    right: 30px;
}
.popmsg {
    width: 400px;
    height: 300px;
    background: #ebf7ff;
    border: 2px solid #7bc1e1;
}
.popmsg .closepop {
    top: -45px;
    right: -45px;
}
.msgcont {
    width: 300px;
    height: 210px;
    position: absolute;
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
}
.msgtxt {
    width: 100%;
    height: 120px;
    line-height: 40px;
    font-size: 18px;
    color: #000;
    text-align: center;
}
.poplogin,.popbindrole,.popbindphone {
    width: 445px;
    height: 435px;
    background: #ebf7ff url(../images/bg-login.jpg) no-repeat top center;
    border: 2px solid #7bc1e1;
}
.poplogin .closepop {
    top: 5px;
    right: 5px;
}
.poplogin .title,.popbindrole .title,.popbindphone .title{
    text-align: center;
    font-size: 24px;
    line-height: 50px;
    margin-top: 30px;
    position: relative;
}
.popbindphone .gainshow {
    width: 70%;
    margin: 0 auto;
}
.gainshow{
    font-size: 20px;
}
.gainshow input{
    font-size: 18px;
}
#btn-sms {
    width: 50px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #34993c;
    padding-left: 15px;
}


.popbindphone .title, .popbindrole .title{
   margin-top: -45px;padding-bottom: 20px;
}
.popbindphone .in-line {
    height: 90px;
}

.popbindrole .gainshow {
    width: 80%;
    margin: 0 auto;
}
.roleId {
    width: 20px;
    height: 20px;
}
.role {
    margin-left: 110px;
}
.loginfrm {
    width: 295px;
    height: 265px;
    margin: 45px auto;
}
.btn.btn-copy {
    text-decoration: underline double;
    cursor: pointer;
    color: blue;
    font-size: 18px;
    letter-spacing: 5px;
}
.popgain {
    width: 616px;
    height: 379px;
    background: url("../images/pop_gain.webp") no-repeat center top;
}
.gaincont {
    width: 500px;
    height: 240px;
    position: relative;
    top: 120px;
    left: 50%;
    transform: translateX(-50%);
}
.awardname {
    width: 100%;
    height: 30px;
    color: #000;
    text-align: center;
    padding-top: 10px;
}
.okbtn {
    width: 190px;
    height: 45px;
    background: url(../images/btn_ok.png) no-repeat center top;
    cursor: pointer;
    margin: 30px auto;
}
.poprecord {
    width: 938px;
    height: 578px;
    background: url("../images/pop_lotrecord.webp") no-repeat center top;
}
.recordcont {
    width: 800px;
    height: 450px;
    position: absolute;
    top: 120px;
    left: 50%;
    transform: translateX(-50%);
}
.lotrecordtab {
    width: 100%;
    text-align: center;
    border-collapse: collapse;
}
.lotrecordtab th {
    background: #7bc1e1;
    border: 1px solid #7bc1e1;
    color: #fff;
    height: 35px;
    line-height: 35px;
}
.lotrecordtab td {
    border: 1px solid #7bc1e1;
    height: 35px;
    line-height: 35px;
}
.poprate {
    width: 738px;
    height: 455px;
    background: url("../images/pop_lotrate.webp") no-repeat center top;
}
.ratecont {
    width: 600px;
    height: 320px;
    position: absolute;
    top: 120px;
    left: 50%;
    transform: translateX(-50%);
}
.ratetab {
    width: 100%;
    text-align: center;
    border-collapse: collapse;
}
.ratetab th {
    background: #7bc1e1;
    border: 1px solid #7bc1e1;
    color: #fff;
    height: 35px;
    line-height: 35px;
}
.ratetab td {
    border: 1px solid #7bc1e1;
    height: 35px;
    line-height: 35px;
}
.popsaved {
    width:  938px;
    height: 578px;
    background: url("../images/pop_savebox.webp") no-repeat center top;
}
.savedcont {
    width: 800px;
    height: 400px;
    position: absolute;
    top: 120px;
    left: 50%;
    transform: translateX(-50%);
    overflow-y: auto;
    overflow-x: hidden;
}
.savedtab {
    width: 780px;
    text-align: center;
    border-collapse: collapse;
}
.savedtab th {
    background: #7bc1e1;
    border: 1px solid #7bc1e1;
    color: #fff;
    height: 35px;
    line-height: 35px;
}
.savedtab td {
    border: 1px solid #7bc1e1;
    height: 35px;
    line-height: 35px;
}




.footer {
    height: 150px;
    background: #000;
    color: #666;
}

.footer .w1400 {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

.footer .fnav a {
    color: #f2f2f2;
    margin: 0 10px;
}

.footer .footer-cplogo {
    text-align: center;
    float: left;
    width: 190px;
    height: 80px;
    margin-top: 35px;
    color: #fff;
}

.footer .footer-cplogo img {
    width: 100%
}

.footer .flogo {
    width: 180px;
    height: 98px;
    float: left;
    margin-top: 45px;
    text-align: center;
    border-right: 0px solid #000;
}

.footer .f_bus {
    width: 124px;
    height: 47px;
    margin-left: 10px;
    float: left;
    margin-top: 60px;
}

.footer .finfo {
    width: 768px;
    float: left;
    margin-top: 25px;
    line-height: 21px;
    margin-left: 20px;
}

.footer .finfo p {
    font-size: 12px;
    text-align: center;
    color: #fff;
}

.footer .finfo p a {
    color: #fff;
    ;
}

.footer .finfo p a:hover {
    color: #fff;
}

.btn {
    cursor: pointer;
}
.btn.enable:hover{
    transform: scale(1.02);
    font-weight: bolder;
}
.btn.getbtn.enable:hover{
    transform: scale(1.02) translateX(-50.2%);
}

.heartbeat {
    opacity: 1;
    overflow: hidden;
    -webkit-animation-name: HeartBeat;
    -moz-animation-name: HeartBeat;
    -o-animation-name: HeartBeat;
    animation-name: HeartBeat;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
}

@keyframes HeartBeat {
    from {
        transform: rotate(0deg) scale(0.8, 0.8);
    }
    50% {
        transform: rotate(0deg) scale(1, 1);
    }
    to {
        transform: rotate(0deg) scale(0.8, 0.8);
    }
}

@-webkit-keyframes HeartBeat {
    from {
        transform: rotate(0deg) scale(0.8, 0.8);
    }
    50% {
        transform: rotate(0deg) scale(1, 1);
    }
    to {
        transform: rotate(0deg) scale(0.8, 0.8);
    }
}
.sms-wrap {
    display: -webkit-inline-box;
    width: 250px;
}
.mask-sms {
    background-color: #64686bb5;
    display: none;
    z-index: 100;
    width: 70px;
    height: 30px;
    position: absolute;
    color: beige;
    text-align: center;
    cursor: default;
    line-height: 30px;
    font-size: 20px;
    RIGHT: 65PX;
}
.err-tips{font-size: 14px;color:red; text-align: left;position: absolute;    bottom: 10px;}
.lottery-state {
    position: absolute;
    bottom: 90px;
    text-align: center;
    width: 50%;
    font-size: 18px;
}
.balance{
    color: #f00;
    font-weight: bold;
}
.disable {
    filter: grayscale(1);
    cursor: default;
}
.phone, .sms_code {
	width: 180px;
}