@charset "UTF-8";
:root {
    --max-width: 100vw;
}
@media screen and (max-width: 1400px) {
    :root {
        --max-width: 1400px;
    }
}

/* reset start */
html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, input, textarea, p, th, td, em, button {
    margin: 0;
    padding: 0;
}
body, button, input, select, textarea{
    font:12px/1.5 tahoma,sans-serif
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
img {
    border: 0;
}
a {
    text-decoration: none;
}
em, b {
    font-style: normal;
    font-weight: normal;
}
ul {
    list-style: none;
}
h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}
html, body {
    overflow-x: hidden;
}
a:hover {
    filter: brightness(1.1);
}
/* reset end */

/* footer start */
#afooter { width: 100%; height: 100px; text-align: center; font-size: 12px; line-height: 20px; color: #999; background: #000; padding-top: 35px; min-width: 1200px; overflow: hidden; }
#afooter .wrap_ied { width: 100%; margin: 0 auto; padding-top: 10px; width: 800px; }
#afooter p.e { font-size: 10px; -webkit-text-size-adjust: none; }
#afooter a { color: #999; text-decoration: none; }
#afooter a:hover { text-decoration: underline; }
/* footer end */

/* font start*/
@font-face { /* HY 50S */
    font-family: font1;
    src: url(//game.gtimg.cn/images/kq/cp/CustomizedTaskChallenge/fonts/font1.subset.otf);
}
@font-face { /* HY 70S */
    font-family: font2;
    src: url(//game.gtimg.cn/images/kq/cp/CustomizedTaskChallenge/fonts/font2.subset.otf);
}
@font-face { /* CLBQ R */
    font-family: font3;
    src: url(//game.gtimg.cn/images/kq/cp/CustomizedTaskChallenge/fonts/font3.subset.ttf);
}
@font-face { /* ALMM */
    font-family: font4;
    src: url(//game.gtimg.cn/images/kq/cp/CustomizedTaskChallenge/fonts/font4.subset.ttf);
}
/* font end*/

/* body start */
.wrap {
    position: relative;
    width: 1920px;
}
.wrap *,
.wrap *::before,
.wrap *::after {
    box-sizing: border-box;
    user-select: none;
}
.wrap-container{
    position: relative;
    width: 1920px;
    height: 1080px;
    background: url(//game.gtimg.cn/images/kq/cp/CustomizedTaskChallenge/bg.jpg) center top;
    background-size: 100% 100%;
}
.wrap-container.guide *{
    pointer-events: none;
}
.wrap-container .guide-msg-cont.guide,
.wrap-container.guide .guide-msg-cont.resident {
    display: none;
}
.wrap-container .guide-msg-cont.resident,
.wrap-container.guide .guide-msg-cont.guide {
    display: flex;
}

.login-model {
    position: absolute;
    top: 15px;
    right: 35px;
    width: 66px;
    height: 66px;
    line-height: 66px;
    text-align: center;
    border-radius: 50%;
    background-color: rgba(0,0,0,.7);
    z-index: 20;
}
.login-model .user-cover{
    margin-top: -3px;
    vertical-align: middle;
}
.login-cont {
    padding-top: 14px;
    position: absolute;
    bottom: -70px;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    width: 450px;
    height: 102px;
    background: url(//game.gtimg.cn/images/kq/cp/CustomizedTaskChallenge/login-hover.png);
    color: #a8a8a8;
    opacity: 0;
    pointer-events: none;
    transition: all .3s ease;
}
.login-cont a {
    color: #ffffff;
}
.login-model:hover .login-cont {
    bottom: -104px;
    opacity: 1;
    pointer-events: all;
}

.part0 {
    position: absolute;
    top: 80px;
    left: 158px;
    width: 958px;
    height: 231px;
}
.part0-title {
    position: relative;
    margin-top: 5px;
    margin-left: 71px;
    width: 381px;
    height: 149px;
    background: url(//game.gtimg.cn/images/kq/cp/CustomizedTaskChallenge/title-1.png);
}
.show-rule {
    position: absolute;
    top: 16px;
    left: 218px;
    display: block;
    width: 40px;
    height: 40px;
    background: url(//game.gtimg.cn/images/kq/cp/CustomizedTaskChallenge/icon-1.png);
}
.part0-countdown {
    position: absolute;
    top: 39px;
    right: 228px;
    width: 254px;
    height: 76px;
    font-family: font4;
    font-size: 20px;
    line-height: 64px;
    text-align: center;
    background: url(//game.gtimg.cn/images/kq/cp/CustomizedTaskChallenge/countdown.png);
    color: #2ecaf8;
}
.part0-subtitle {
    margin-top: 15px;
    margin-left: 65px;
    width: 789px;
    height: 46px;
    font-family: font4;
    font-size: 26px;
    line-height: 46px;
    font-style: italic;
    text-align: center;
    background: url(//game.gtimg.cn/images/kq/cp/CustomizedTaskChallenge/subtitle-1.png);
    color: #ffffff;
}
.part0-time {
    position: absolute;
    top: 112px;
    left: 450px;
    font-family: font2;
    font-size: 20px;
    line-height: 22px;
    font-style: italic;
    color: #ffea78;
}
.part1-subtitle span {
    color: #ffe46e;
}
.part1 {
    position: absolute;
    top: 316px;
    left: 229px;
    width: 886px;
    height: 130px;
}
.guide-model {
    padding-top: 26px;
    position: relative;
    width: 886px;
    height: 130px;
}
.guide-cover {
    position: absolute;
    bottom: -18px;
    left: -23px;
    width: 159px;
    height: 158px;
    background: url(//game.gtimg.cn/images/kq/cp/CustomizedTaskChallenge/guide-cover.png);
}
.guide-msg-cont {
    padding-top: 5px;
    margin-left: 78px;
    display: flex;
    align-items: center;
    width: 808px;
    height: 102px;
    background: url(//game.gtimg.cn/images/kq/cp/CustomizedTaskChallenge/guide-msg.png);
    cursor: default;
    user-select: none;
}
.guide-role-name {
    position: absolute;
    top: -2px;
    padding-left: 65px;
    font-family: font4;
    font-size: 22px;
    line-height: 27px;
    color: #ffffff;
}
.guide-role-name span {
    font-family: font1;
    font-size: 17px;
    color: #dbe4e9;
}
.guide-msg { 
    padding-left: 65px;
    padding-right: 40px;
    font-family: font1;
    font-size: 20px;
    line-height: 26px;
    color: #ffffff;
}
.guide-msg.on {
    display: block;
}
.click-tips.act {
    opacity: .7;
}
.click-tips {
    position: absolute;
    right: 30px;
    bottom: 15px;
    font-size: 12px;
    color: #ffffff;
    text-shadow: 2px 2px 3px rgba(0,0,0,.5);
    opacity: 0;
    transition: opacity .3s ease;
}
.click-tips span {
    position: relative;
    left: 0;
    animation: tipsMove 1.2s ease infinite;
}
@keyframes tipsMove {
    0%, 100% {
        left: 0;
    }
    50% {
        left: 3px;
    }
}
.part2 {
    position: absolute;
    display: flex;
    top: 472px;
    left: 219px;
    width: 1057px;
    height: 383px;
}
.part2-left {
    padding-top: 38px;
    width: 154px;
    height: 383px;
}
.part2-title {
    margin-left: 15px;
    width: 136px;
    height: 263px;
    background: url(//game.gtimg.cn/images/kq/cp/CustomizedTaskChallenge/part2-title.png);
}
.part2-countdown {
    position: relative;
    left: -2px;
    margin-top: 18px;
    text-align: center;
    font-family: font1;
    font-size: 18px;
    line-height: 20px;
    color: #00ffea;
}
.quest-list {
    padding: 23px 20px 0 25px;
    position: relative;
    display: flex;
    justify-content: space-between;
    width: 902px;
    height: 383px;
}
.quest-item {
    position: relative;
    top: 0;
    display: block;
    width: 272px;
    height: 332px;
    transition: top .25s linear;
}
.quest-item:hover {
    top: -10px;
}
.quest-item.reco::before {
    content: "\63a8\8350";
    margin-left: -36px;
    position: absolute;
    left: 50%;
    top: -24px;
    width: 72px;
    height: 49px;
    font-family: font2;
    font-size: 18px;
    line-height: 39px;
    text-align: center;
    color: #d2a92b;
    background: url(//game.gtimg.cn/images/kq/cp/CustomizedTaskChallenge/icon-5.png);
}
.quest-progress {
    padding-left: 10px;
    position: absolute;
    right: -12px;
    top: 12px;
    display: block;
    width: 123px;
    height: 27px;
    font-family: font1;
    font-size: 20px;
    line-height: 27px;
    color: #ffffff;
    background: url(//game.gtimg.cn/images/kq/cp/CustomizedTaskChallenge/icon-2.png);
}
.serial-num {
    padding-top: 12px;
    padding-left: 30px;
    font-family: font3;
    font-size: 10px;
    height: 32px;
}
.quest-name {
    padding: 0 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 88px;
    font-family: font2;
    font-size: 32px;
    line-height: 34px;
    text-align: center;
    color: #ffffff;
}
.quest-desc {
    padding: 0 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 122px;
    font-family: font1;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    color: #d1d6da;
}
.quest-item-bot {
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 268px;
    height: 114px;
}
.quest-item.quest1 .serial-num {
    color: #0be7e7;
}
.quest-item.quest2 .serial-num {
    color: #01d4fa;
}
.quest-item.quest3 {
    background: url(//game.gtimg.cn/images/kq/cp/CustomizedTaskChallenge/quest-cont3.png);
}
.quest-item.quest3 .serial-num {
    color: #1593f5;
}
.quest-btn {
    margin: 10px auto 0;
    display: block;
    width: 158px;
    height: 48px;
}
.quest-btn p {
    position: relative;
    display: none;
    text-align: center;
    line-height: 48px;
    color: #ffffff;
    z-index: 10;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.9);
}
.quest-item[data-state="comp"] .quest-btn {
    font-size: 23px;
    pointer-events: none;
}
.quest-item[data-state="comp"] .quest-btn p.comp {
    display: block;
}
.quest-item[data-state="confirm"] .quest-btn {
    width: 170px;
    height: 60px;
    font-size: 22px;
    background: url(//game.gtimg.cn/images/kq/cp/CustomizedTaskChallenge/btn-quest-confirm.png);
}
.quest-item[data-state="confirm"] .quest-btn p.confirm {
    display: block;
    line-height: 60px;
}
.quest-item[data-state="tog"] .quest-btn {
    width: 170px;
    height: 60px;
    font-size: 22px;
    background: url(//game.gtimg.cn/images/kq/cp/CustomizedTaskChallenge/btn-quest-tog.png);
}
.quest-item:nth-of-type(1)[data-state="tog"] .quest-btn{
    background: url(//game.gtimg.cn/images/kq/cp/CustomizedTaskChallenge/btn-quest-tog1.png);
    background-size: 100%;
}
.quest-item:nth-of-type(2)[data-state="tog"] .quest-btn{
    background: url(//game.gtimg.cn/images/kq/cp/CustomizedTaskChallenge/btn-quest-tog2.png);
    background-size: 100%;
}
.quest-item[data-state="tog"] .quest-btn p.tog {
    display: block;
    line-height: 60px;
}
.quest-item[data-state="done"] .quest-btn {
    margin-top: -7px;
    width: 200px;
    height: 90px;
    font-size: 22px;
}
.quest-item[data-state="done"] .quest-btn p.done {
    display: block;
    line-height: 90px;
}
.quest-item[data-state="have"] .quest-btn {
    width: 170px;
    height: 60px;
    font-size: 22px;
    background: url(//game.gtimg.cn/images/kq/cp/CustomizedTaskChallenge/btn-quest-have.png);
    background-size: 100%;
}
.quest-item[data-state="have"] .quest-btn p.have {
    display: block;
    line-height: 60px;
}

.part3 {
    display: flex;
    position: absolute;
    left: 219px;
    top: 854px;
    width: 1057px;
    height: 133px;
    z-index: 10;
}
.part3-left {
    width: 155px;
    height: 133px;
    background: url(//game.gtimg.cn/images/kq/cp/CustomizedTaskChallenge/progress.png) no-repeat;
    background-position: 16px 3px;
}
.part3-left p {
    margin-left: 32px;
    padding-top: 22px;
    width: 86px;
    font-family: font1;
    font-size: 17px;
    line-height: 32px;
    text-align: center;
    color: #dbc65c;
}
.progress-num {
    margin-left: 16px;
    display: block;
    width: 117px;
    height: 36px;
    font-family: font3;
    font-size: 34px;
    line-height: 36px;
    text-align: center;
    color: #e1ce63;
}
.progress-mode {
    padding-top: 12px;
    width: 893px;
    height: 123px;
}
.progress-list {
    margin-bottom: 6px;
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 92px;
}
.progress-item {
    display: block;
    position: relative;
    padding-top: 5px;
    width: 139px;
    height: 92px;
    background: url(//game.gtimg.cn/images/kq/cp/CustomizedTaskChallenge/prog-reward-cont1.png);
    transform: translateY(0);
    transition: transform .15s ease;
    /* pointer-events: none; */
}
.progress-item:nth-of-type(6),
.progress-item:nth-of-type(3) {
    background: url(//game.gtimg.cn/images/kq/cp/CustomizedTaskChallenge/prog-reward-cont3.png);
}
.progress-item-hover {
    position: absolute;
    top: -280px;
    left: 50%;
    width: 349px;
    height: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-family: font2;
    text-align: center;
    background: url(//game.gtimg.cn/images/kq/cp/CustomizedTaskChallenge/progress-hover2.png);
    z-index: 20;
    opacity: 0;
    pointer-events: none;
    transition: all .25s ease;
    transform: translateX(-50%);
    overflow: hidden;
}
.progress-item:nth-of-type(6) .progress-item-hover,
.progress-item:nth-of-type(3) .progress-item-hover {
    width: 549px;
    background: url(//game.gtimg.cn/images/kq/cp/CustomizedTaskChallenge/progress-hover.png);
}
.progress-item-hover p:first-of-type {
    margin-top: -20px;
}
.progress-item-hover p.yello{
    font-size: 22px;
    line-height: 26px;
    color: #ffd04b;
}
.progress-item-hover p.cyan{
    margin-bottom: 15px;
    font-size: 20px;
    line-height: 20px;
    color: #93eaff;
}
.progress-item:hover {
    transform: translateY(-6px);
}
.progress-item:hover .img-box img {
    transform: scale(1.15); 
}
.progress-item:hover .progress-item-hover {
    top: -180px;
    height:234px;
    opacity: 1;
}
.progress-item:nth-of-type(6):hover .progress-item-hover,
.progress-item:nth-of-type(3):hover .progress-item-hover {
    top: -230px;
    height: 284px;
    background: url(//game.gtimg.cn/images/kq/cp/CustomizedTaskChallenge/progress-hover.png);
}
.progress-item:nth-of-type(6):hover  .progress-item-hover p:first-of-type,
.progress-item:nth-of-type(3):hover  .progress-item-hover p:first-of-type {
    margin-top: 0;
}
.progress-item .img-box {
    position: relative;
    width: 135px;
    height: 58px;
    line-height: 58px;
    text-align: center;
}

.progress-item .img-box img {
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transform: scale(1); 
    transition: transform .15s ease;
}
.progress-item .item-button {
    position: absolute;
    bottom: 0;
    width: 135px;
    height: 28px;
    font-family: font1;
    font-size: 17px;
    line-height: 28px;
    text-align: center;
    /* background-color: rgba(0,0,0,.5); */
    color: #9beff7;
}
.progress-item.geted::before {
    content: "";
    position: absolute;
    display: block;
    width: 135px;
    height: 87px;
    background: url(//game.gtimg.cn/images/kq/cp/CustomizedTaskChallenge/icon-3.png);
    z-index: 10;
}
.progress-item.geted {
    background: url(//game.gtimg.cn/images/kq/cp/CustomizedTaskChallenge/prog-reward-cont4.png);
    cursor: default;
}
.progress-item.done {
    position: relative;
    background: url(//game.gtimg.cn/images/kq/cp/CustomizedTaskChallenge/prog-reward-cont2.png);
    /* box-shadow: 0px 0px 3px 3px rgba(218, 197, 90, .5); */
    pointer-events: all;
}
.progress-item.done::before{
    position: absolute;
    content: "";
    width: 135px;
    height: 86px;
    background: transparent !important;
    box-shadow: 0 0 15px rgba(225, 185, 77, .5),
                0 0 15px rgba(225, 185, 77, .5),
                0 0 15px rgba(225, 185, 77, .5),
                0 0 15px rgba(225, 185, 77, .5);
    animation: breathe 1.2s alternate linear infinite;
}
@keyframes breathe {
    0%  {
        box-shadow: 0 0 15px rgba(225, 185, 77, .5),
                    0 0 15px rgba(225, 185, 77, .5),
                    0 0 15px rgba(225, 185, 77, .5),
                    0 0 15px rgba(225, 185, 77, .5);
    }
    100% {
        box-shadow: 0 0 10px rgba(225, 185, 77, .5),
                    0 0 10px rgba(225, 185, 77, .5),
                    0 0 10px rgba(225, 185, 77, .5),
                    0 0 10px rgba(225, 185, 77, .5);
    }

}
.progress-item.done .item-button {
    color: #715a1a;
}
.progress-box {
    padding: 2px;
    width: 890px;
    height: 10px;
    background: url(//game.gtimg.cn/images/kq/cp/CustomizedTaskChallenge/progress-box.png);
}
.progress-bar {
    height: 6px;
    background: linear-gradient(to right, #e1b94d, #eee88a, #feffc2);
}

.part4 {
    padding-top: 44px;
    position: absolute;
    top: 316px;
    left: 1275px;
    width: 605px;
    height: 662px;
    background: url(//game.gtimg.cn/images/kq/cp/CustomizedTaskChallenge/cont-3.png);
}
.part4-title {
    margin-left: 107px;
    width: 381px;
    height: 59px;
    background: url(//game.gtimg.cn/images/kq/cp/CustomizedTaskChallenge/title-2.png);
}
.part4-desc {
    margin-top: 6px;
    width: 100%;
    text-align: center;
    transform: rotateZ(3deg);
}
.part4-desc p:first-of-type {
    font-family: font1;
    font-size: 24px;
    line-height: 32px;
    color: #dff2fc;
}
.part4-desc p:last-of-type {
    font-family: font1;
    font-size: 20px;
    line-height: 32px;
    color: #dff2fc;
}
.icon-4 {
    position: relative;
    top: -2px;
    display: inline-block;
    width: 34px;
    height: 35px;
    vertical-align: middle;
    background: url(//game.gtimg.cn/images/kq/cp/CustomizedTaskChallenge/icon-4.png);
}
.part4-tips {
    margin-top: 40px;
    font-family: font3;
    font-size: 24px;
    color: #d8e5f0;
    transform: rotateZ(3deg);
    text-align: center;
}
.spray-list {
    position: relative;
    margin-top: 24px;
    margin-left: 52px;
    display: flex;
    justify-content: space-between;
    width: 474px;
    height: 204px;
    transform: rotateZ(3deg);
}
.spray-top-list {
    position: absolute;
    top: -42px;
    left: -4px;
    width: 497px;
    height: 207px;
    background: url(//game.gtimg.cn/images/kq/cp/CustomizedTaskChallenge/conver-img.png);
    transform: rotateZ(-3deg);
}
.spray-top {
    width: 147px;
    height: 156px;
    background: url(//game.gtimg.cn/images/kq/cp/CustomizedTaskChallenge/cont-4.png);
    visibility: hidden;
}
.spray-top .img-box {
    position: relative;
    width: 147px;
    height: 128px;
}
.spray-top .img-box img {
    position: absolute;
    bottom: 0;
    left: 4px;
}
.spray-item:nth-of-type(2) .spray-top .img-box img {
    left: 7px;
}
.spray-item:nth-of-type(3) .spray-top .img-box img {
    left: -5px;
    bottom: -6px;
}
.spray-top .prop-name {
    width: 100%;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    color: #303030;
}
.spray-item .spray-bot {
    margin-top: 7px;
    display: block;
    width: 150px;
    height: 44px;
    font-family: font1;
    font-size: 20px;
    line-height: 41px;
    text-align: center;
    color: #ffffff;
    background: url(//game.gtimg.cn/images/kq/cp/CustomizedTaskChallenge/btn-spray.png) ;
    background-position: 1px -13px ; 
    cursor: pointer;
}
.spray-list .spray-item:nth-child(1) .spray-bot {
    background: url(//game.gtimg.cn/images/kq/cp/CustomizedTaskChallenge/btn-spray.png) ;
    background-position: 1px -13px; 
}
.spray-list .spray-item:nth-child(2) .spray-bot {
    background: url(//game.gtimg.cn/images/kq/cp/CustomizedTaskChallenge/btn-spray.png) ;
    background-position: 313px  -13px; 
}
.spray-list .spray-item:nth-child(3) .spray-bot {
    background: url(//game.gtimg.cn/images/kq/cp/CustomizedTaskChallenge/btn-spray.png) ;
    background-position: 152px  -13px; 
}
.spray-item.on .spray-bot {
    color: #75a2e8;
    line-height: 45px;
    box-shadow: none;
    cursor: default;
    background: #163768 !important;
    pointer-events: none;
}
/* .spray-list .spray-item.on:nth-child(1) .spray-bot {
    background: url(//game.gtimg.cn/images/kq/cp/CustomizedTaskChallenge/btn-spray-on.png) ;
    background-position: 1px -13px; 
}
.spray-list .spray-item.on:nth-child(2) .spray-bot {
    background: url(//game.gtimg.cn/images/kq/cp/CustomizedTaskChallenge/btn-spray-on.png) ;
    background-position: 313px  -13px;
}
.spray-list .spray-item.on:nth-child(3) .spray-bot {
    background: url(//game.gtimg.cn/images/kq/cp/CustomizedTaskChallenge/btn-spray-on.png) ;
    background-position: 152px  -13px; 
} */
.spray-item .spray-bot p,
.spray-item.on .spray-bot .def {
    display: none;
}
.spray-item .spray-bot .def {
    display: block;
}
.spray-item.on .spray-bot .on {
    display: block;
}
.aid-model {
    margin-top: 40px;
    margin-left: 29px;
    display: flex;
    width: 514px;
    height: 79px;
    transform: rotateZ(3deg);
}
.aid-left {
    width: 224px;
    height: 79px;
    font-family: font2;
    font-size: 24px;
    line-height: 79px;
    text-align: center;
    color: #d8dfed;
}
.aid-btn {
    display: block;
    width: 272px;
    height: 79px;
    font-family: font2;
    font-size: 24px;
    line-height: 79px;
    text-align: center;
    color: #ffffff;
    text-shadow: 2px 2px 2px rgba(0,0,0,.5);
    background: url(//game.gtimg.cn/images/kq/cp/CustomizedTaskChallenge/btn-aid.png);
}
.part5 {
    position: absolute;
    left: 1005px;
    top: 72px;
    width: 745px;
    height: 410px;
    z-index: 10;
}
.act-spray {
    display: none;
}
.act-spray.active {
    display: block;
}
.spray-1 {
    position: absolute;
    top: 7px;
    left: 0;
    width: 251px;
    height: 224px;
    background: url(//game.gtimg.cn/images/kq/cp/CustomizedTaskChallenge/big-spray1.png);
    background: url(//game.gtimg.cn/images/kq/cp/CustomizedTaskChallenge/prop/spray-pop-prop1.gif);

}
.spray-2 {
    position: absolute;
    top: 52px;
    left: 369px;
    width: 250px;
    height: 230px;
    background: url(//game.gtimg.cn/images/kq/cp/CustomizedTaskChallenge/big-spray2.png);
    background: url(//game.gtimg.cn/images/kq/cp/CustomizedTaskChallenge/prop/spray-pop-prop2.gif);
    transform: scale(1.1);
}
.spray-3 {
    position: absolute;
    bottom: 10px;
    left: 116px;
    width: 267px;
    height: 230px;
    background: url(//game.gtimg.cn/images/kq/cp/CustomizedTaskChallenge/big-spray3.png);
    background: url(//game.gtimg.cn/images/kq/cp/CustomizedTaskChallenge/prop/spray-pop-prop3.gif);
    transform: scale(1.1);
}
.spray-4 {
    position: absolute;
    top: -24px;
    left: 198px;
    width: 255px;
    height: 255px;
    background: url(//game.gtimg.cn/images/kq/cp/CustomizedTaskChallenge/big-spray4.gif);
    transform: scale(.65);
}
.spray-5 {
    position: absolute;
    top: -52px;
    right: -69px;
    width: 255px;
    height: 255px;
    background: url(//game.gtimg.cn/images/kq/cp/CustomizedTaskChallenge/big-spray5.gif);
    transform: scale(.7) rotateZ(348deg);
}
.spray-6 {
    position: absolute;
    top: 101px;
    right: -60px;
    width: 255px;
    height: 255px;
    background: url(//game.gtimg.cn/images/kq/cp/CustomizedTaskChallenge/big-spray6.gif);
    transform: scale(.6);
}
/* body end */


/* dialog start */
.dialog * {
    box-sizing: border-box;
}
.dia-tips-cont,
.dia-conve-cont,
.dia-reward-cont {
    padding-top: 54px;
    padding-left: 38px;
    padding-right: 13px;
    position: relative;;
    width: 780px;
    height: 570px;
    background: url(//game.gtimg.cn/images/kq/cp/CustomizedTaskChallenge/tc-cont1.png);
}
.dia-tips-title,
.dia-rule-title,
.dia-reward-title {
    margin: 0 auto 16px;
    width: 100%;
    text-align: center;
    font-family: font4;
    font-size: 40px;
    line-height: 40px;
    background: linear-gradient(to bottom, #ffcd46, #fff891);
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
}
.dia-tips-cont .cont-box,
.dia-conve-cont .cont-box,
.dia-reward-cont .cont-box {
    margin: 0 auto 0;
    padding-top: 41px;
    width: 628px;
    height: 290px;
}
.dia-tips-cont .cont-box {
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: font1;
    font-size: 22px;
    text-align: center;
    color: #e0e0e0;
}
.dia-reward-cont .cont-box .prop-box {
    position: relative;
    margin: 0 auto;
    padding-top: 5px;
    padding-right: 4px;
    width: 230px;
    height: 210px;
    background: url(//game.gtimg.cn/images/kq/cp/CustomizedTaskChallenge/box1.png);
}
.dia-reward-cont .prop-box .img-box {
    width: 100%;
    height: 160px;
    line-height: 160px;
    text-align: center;
}
.dia-reward-cont .prop-box .img-box img{
    vertical-align: middle;
}
.dia-reward-cont .prop-box .prop-name {
    padding: 8px 20px 6px;
    position: absolute;
    bottom: 4px;
    width: 100%;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    color: #ffffff;
    background-color: rgba(0,0,0,.3);
    z-index: 10;
}
.dia-reward-tips {
    margin: 28px auto 8px;
    font-family: font1;
    font-size: 22px;
    text-align: center;
    color: #e0e0e0;
}
.dia-tips-btn,
.dia-conve-btn1,
.dia-reward-btn {
    margin: 0 auto 0;
    display: block;
    width: 271px;
    height: 69px;
    font-family: font2;
    font-size: 28px;
    line-height: 68px;
    text-align: center;
    color: #ffffff;
    text-shadow: 2px 2px 2px rgba(0,0,0,.5);
    background: url(//game.gtimg.cn/images/kq/cp/CustomizedTaskChallenge/tc-btn1.png);
}
.dia-tips-btn {
    margin-top: 48px;
}
.dia-conve-cont {
    padding-top: 66px;
}
.dia-conve-cont .cont-box .prop-box {
    position: relative;
    margin: 0 auto;
    padding-top: 5px;
    padding-right: 4px;
    width: 230px;
    height: 226px;
    background: url(//game.gtimg.cn/images/kq/cp/CustomizedTaskChallenge/box2.png);
}
.dia-conve-cont .prop-box .img-box {
    position: relative;
    width: 100%;
    height: 161px;
    text-align: center;
}
.dia-conve-cont .prop-box .img-box img{
    position: absolute;
    left: 50%;
    bottom: -30px;
    transform: translateX(-50%);
}
.dia-conve-cont .prop-box .prop-name {
    padding: 8px 20px 6px;
    position: absolute;
    bottom: 0;
    width: 100%;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    color: #ffffff;
    background-color: rgba(0,0,0,.3);
    z-index: 10;
}
.dia-conve-title {
    margin: 0 auto 12px;
    width: 100%;
    text-align: center;
    font-family: font4;
    font-size: 28px;
    line-height: 28px;
    color: #ffffff;
}
.dia-conve-title span{
    color: #fae172;
}
.dia-conve-btn {
    margin: 40px auto 0;
    display: flex;
    justify-content: space-between;
    width: 568px;
    height: 69px;
}
.dia-conve-btn1 {
    margin: 0;
}
.dia-conve-btn2 {
    display: block;
    width: 271px;
    height: 69px;
    font-family: font2;
    font-size: 28px;
    line-height: 64px;
    text-align: center;
    color: #ffffff;
    background: url(//game.gtimg.cn/images/kq/cp/CustomizedTaskChallenge/tc-btn2.png);
}
.dia-rule-cont {
    padding-top: 54px;
    padding-left: 38px;
    padding-right: 13px;
    position: relative;;
    width: 899px;
    height: 601px;
    background: url(//game.gtimg.cn/images/kq/cp/CustomizedTaskChallenge/tc-cont3.png);
}
.dia-rule-cont .cont-box {
    padding: 0 45px;
    width: 100%;
    height: 440px;
}
.rule-cont {
    margin: 30px auto 0;
    padding-right: 28px;
    width: 724px;
    height: 395px;
    overflow-y: auto;
}
.rule-cont::-webkit-scrollbar {
    width: 6px;
    background: rgba(0,0,0,.6);
}
.rule-cont::-webkit-scrollbar-thumb {
    background-color: #65bed7;
}
.rule-cont-subtitle {
    text-indent: -10px;
    font-family: font2;
    font-size: 22px;
    line-height: 28px;
    color: #ffe36c;
}
.rule-cont-text1 {
    margin-bottom: 30px;
    font-family: font1;
    font-size: 22px;
    line-height: 32px;
    color: #e4f0ff;
}
.rule-cont-text2 {
    padding-left: 36px;
    margin-bottom: 16px;
    position: relative;
    font-family: font1;
    font-size: 22px;
    line-height: 32px;
    color: #e4f0ff;
}
.rule-cont-num {
    position: absolute;
    top: 0px;
    left: 5px;
}


.dia-share-cont {
    padding-top: 158px;
    position: relative;
    width: 1372px;
    height: 813px;
}
.share-part1 {
    position: absolute;
    top: 9px;
    left: 58px;
    width: 886px;
    height: 130px;
}
.share-cont {
    padding-top: 54px;
    padding-left: 68px;
    position: relative;
    width: 1372px;
    height: 658px;
    background: url(//game.gtimg.cn/images/kq/cp/CustomizedTaskChallenge/tc-cont2.png);
}
.share-left {
    position: relative;
    width: 678px;
    height: 505px;
}
.share-lottery-title {
    width: 100%;
    font-family: font4;
    font-size: 28px;
    line-height: 28px;
    color: #ffffff;
    text-align: center;
}   
.share-lottery-title span {
    color: #fae172;
}

.share-cont .aid-model {
    justify-content: space-between;
    margin: 0 auto;
    transform: rotateZ(0);
}
.share-right {
    position: absolute;
    top: 155px;
    right: 41px;
    width: 550px;
    height: 470px;
}
.share-right-subtitle {
    font-family: font2;
    font-size: 30px;
    line-height: 30px;
    color: #ffffff;
}
.order-box {
    margin: 10px auto 8px;
    display: flex;
    width: 100%;
    height: 88px;
}
.order-input {
    padding: 18px;
    width: 416px;
    height: 88px;
    font-size: 22px;
    line-height: 28px;
    background: rgba(0,0,0,.5);
    border: none;
    color: #7febff;
    white-space: pre-wrap;
    outline:none;
    resize: none;
    overflow-y: hidden;
}
.clipboard-hide {
    font-size: 0!important;
    text-indent: -9999 !important;
    /*display: none !important;*/
}
.order-btn {
    display: block;
    width: 132px;
    height: 88px;
    font-family: font2;
    font-size: 24px;
    line-height: 88px;
    text-align: center;
    color: #ffffff;
    text-shadow: 2px 2px 2px rgba(0,0,0,.5);
    background: url(//game.gtimg.cn/images/kq/cp/CustomizedTaskChallenge/tc-btn3.png);
}
.share-right p.w,
.share-right p.y {
    color: #fae172;
    font-size: font1;
    font-size: 20px;
    line-height: 26px;
}
.share-right p.w {
    color: #e1e8f1;
}
.share-right .my {
    margin-bottom: 48px;
}

.tc-close {
    position: absolute;
    right: 20px;
    top: -85px;
    display: block;
    width: 72px;
    height: 110px;
    background: url(//game.gtimg.cn/images/kq/cp/CustomizedTaskChallenge/tc-close.png);
}
.dia-share .tc-close {
    top: 98px;
    right: 78p;
}
/* dialog end */



/* lottery start*/
.lottery-cont {
    margin: 35px auto 46px;
    width: 630px;
    height: 310px;
}
.lottery-list {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 20;
}
.lottery-item {
    position: absolute;
    top: 0;
    left: 0;
    padding: 4px;
    padding-left: 0;
    width: 150px;
    height: 150px;
    background: url(//game.gtimg.cn/images/kq/cp/CustomizedTaskChallenge/box3.png);
    transform: translateY(0);
    transition: transform .25s ease;
}
.lottery-item.act {
    background: url(//game.gtimg.cn/images/kq/cp/CustomizedTaskChallenge/box3-act.png) !important;
}
.lottery-item.act .lottery-name {
    padding-right: 4px;
    color: #715a1a;
    background-color: #ffffff;
}
.lottery-item:hover {
    transform: translateY(-8px);
}
.lottery-item:hover .img-box img {
    transform: scale(1.1);
}
.lottery-item .img-box {
    width: 100%;
    height: 109px;
    line-height: 109px;
    text-align: center;
}
.lottery-item .img-box img {
    vertical-align: middle;
    transform: scale(1);
    transition: transform .25s ease;
}
.lottery-name {
    position: absolute;
    bottom: 4px;
    padding: 7px 0 4px;
    width: 146px;
    font-family: font1;
    font-size: 16px;
    line-height: 20px;
    color: #ffffff;
    text-align: center;
    background-color: rgba(0,0,0,.3);
}
.lottery-item:nth-of-type(1) {top:0;     left:0;}
.lottery-item:nth-of-type(2) {top:0;     left:161px;}
.lottery-item:nth-of-type(3) {top:0;     left:321px;}
.lottery-item:nth-of-type(4) {top:0;     left:481px;}
.lottery-item:nth-of-type(5) {top:160px; left:0;}
.lottery-item:nth-of-type(6) {top:160px; left:161px;}
.lottery-item:nth-of-type(7) {top:160px; left:321px;}
.lottery-item:nth-of-type(8) {top:160px; left:481px;}

.lottery-item:nth-of-type(1) {
    background: url(//game.gtimg.cn/images/kq/cp/CustomizedTaskChallenge/box4.png);
}
.lottery-item:nth-of-type(1) .img-box img {
    margin-top: -14px;
}
.lotterycontent_container {
    left: 23px !important;
    top: 63px !important;
}
/* lottery end */




/* audio start */
.load-audio {
    display: none;
    width: 0;
    height: 0;
    opacity: 0;
    overflow: hidden;
}
.load-audio audio {
    display: none;
}
/* audio end */



/* common statr */
.hide-text {
    font-size: 0;
    text-indent: -9999px;
    color: transparent;
}
/* common end */


/* guide start */
.guide-mask {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.6);
    z-index: 1001;
}
/* .guide-mask.active {
    display: none;
} */
.guide-part2 {
    display: none;
    position: absolute;
    top: -6px;
    left: 0;
    width: 1057px;
    height: 383px;
    border: 6px solid #39dafd;
    background: url(//game.gtimg.cn/images/kq/cp/CustomizedTaskChallenge/blankstartbtn.png) no-repeat;
    z-index: 1100;
    overflow: hidden;
    box-shadow: 0px 0px 80px rgba(57, 218, 253, 0.6) inset, -4px -4px 10px rgba(0, 54, 255,.3);
    animation: breath 1.6s alternate linear infinite;
}
.guide-part3 {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 1057px;
    height: 133px;
    border: 6px solid #39dafd;
    z-index: 1100;
    overflow: hidden;
    box-shadow: 0px 0px 80px rgba(57, 218, 253, 0.6) inset;
    animation: breath 1.6s alternate linear infinite;
}
.guide-part4 {
    display: none;
    position: absolute;
    left: 24px;
    top: 3px;
    width: 546px;
    height: 640px;
    border: 6px solid #39dafd;
    transform: rotateZ(3deg);
    z-index: 1100;
    overflow: hidden;
    box-shadow: 0px 0px 80px rgba(57, 218, 253, 0.6) inset;
    animation: breath 1.6s alternate linear infinite;
    transition: all .8s ease;
}
.guide-part4.focus {
    left: 233px;
    top: 513px;
    width: 312px;
    height: 99px;
    filter: brightness(1.5);
}
.guide-part4::before,
.guide-part3::before,
.guide-part2:before {
    content: "";
    position: absolute;
    top: -1565px;
    left: -260px;
    width: 1565px;
    height: 110px; 
    background-image: linear-gradient(to bottom,transparent,rgba( 57, 218, 253,.5),transparent);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-animation: searchLights  3s ease-in 1.65s 1;
    -o-animation: searchLights  3s ease-in 1.65s 1;
    animation: searchLights  3s ease-in 1.65s 1; 
    z-index: 1101;
}
@keyframes breath {
    100%, 0% {
        box-shadow: 0px 0px 80px rgba(57, 218, 253, 0.6) inset;
    }
    50% {
        box-shadow: 0px 0px 20px rgba(57, 218, 253, 0.6) inset;
    }
}
@keyframes searchLights {
    0% {
        top: -1565px;
        left: -260px;
    }
    100% {
        left: -260px;
        top: 800px;
    }
}
/* guide end */


/* footer start */
#gfooter {
    height: auto;
}
.foot {
    background: #222222 !important;
}
.foot_ieg_logo,
.copyright_zh {
    display: none !important;
}
.foot_cpright {
    width: calc(1400 / 1920 * var(--max-width));
    margin: 0 auto;
    padding: calc(30 / 1920 * var(--max-width)) 0 calc(30 / 1920 * var(--max-width)) !important;
}
.foot_cpright .foot_lefts {
    width: calc(430 / 1920 * var(--max-width));
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    margin-top: calc(32 / 1920 * var(--max-width))
}
.foot_cpright .foot_lefts:after {
    content: '';
    width: 0;
    height: calc(66 / 1920 * var(--max-width));
    position: absolute;
    left: 58%;
    top: 50%;
    border-left: #3b3e44 solid 2px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.foot_cpright .foot_left {
    width: calc(228 / 1920 * var(--max-width));
    height: calc(79 / 1920 * var(--max-width));
    margin: 0;
}
.foot_cpright .foot_left.logo1 {
    background: url(//game.gtimg.cn/images/kq/m/web20230505/fot_logo1.png) no-repeat;
    background-size: 100% 100%;
}
.foot_cpright .foot_left.logo2 {
    width: calc(150 / 1920 * var(--max-width));
    height: calc(35 / 1920 * var(--max-width));
    background: url(//game.gtimg.cn/images/kq/m/web20230505/fot_logo2.png) no-repeat;
    background-size: 100% 100%;
}
.foot_cpright .foot_links {
    width: calc(900 / 1920 * var(--max-width));
}
.foot_cpright .link_map {
    width: 100%;
    padding-bottom: calc(24 / 1920 * var(--max-width));
    border-bottom: #3b3e44 solid 1px;
}
.foot_cpright .link_map a {
    font-size: calc(14 / 1920 * var(--max-width)) !important;
    color: #ffffff !important;
    margin: 0 calc(4 / 1920 * var(--max-width));
}
.foot_cpright .copyright_en {
    margin-top: calc(20 / 1920 * var(--max-width));
    position: relative;
    overflow: inherit;
}
.foot_cpright .copyright_en:before {
    content: '';
    width: calc(50 / 1920 * var(--max-width));
    height: calc(64 / 1920 * var(--max-width));
    background: url(//game.gtimg.cn/images/kq/m/web20230505/sltx.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.foot_cpright .copyright_en, .foot_cpright .copyright_public a, .foot_cpright .copyright_txt {
    font-size: calc(14 / 1920 * var(--max-width)) !important;
    line-height: calc(24 / 1920 * var(--max-width)) !important;
    color: rgba(255, 255, 255, 0.6) !important;
}
.foot_cpright .copyright_en, .foot_cpright .copyright_public {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: calc(67 / 1920 * var(--max-width));
}
/* footer end */


/* update start */
.dia-login-cont {
    padding-top: 170px;
    width: 705px;
    height: 477px;
    background: url(//game.gtimg.cn/images/kq/cp/CustomizedTaskChallenge/tc-cont4.png);
}
.dia-login-cont .cont-box {
    margin: 0 auto 0;
    display: flex;
    justify-content: space-between;
    width: 445px;
    height: 190px;
}
.dia-login-item {
    display: block;
    width: 200px;
    height: 190px;
}
.dia-login-item.qq {
    background: url(//game.gtimg.cn/images/kq/cp/CustomizedTaskChallenge/qq-logo.png);
    background-size: 100%;
}
.dia-login-item.wx {
    background: url(//game.gtimg.cn/images/kq/cp/CustomizedTaskChallenge/wx-logo.png);
    background-size: 100%;
}
/* update end */


/* test start */
.test-box {
    position: fixed;
    top: 20px;
    left: 30px;
    z-index: 999;
}
.test-box button {
    font-size: 20px;
}
/* test end */