.gray {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray
}

.pop {
    width: 602px;
    background: #fff;
    position: relative;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    color: #4f5158;
    display: none;
    position: fixed !important;
    top: 50% !important;
    left: 50% !important;
    margin: 0 !important;
    transform: translate(-50%, -50%) !important;
}

.pop1 {
    width: 415px;
    height: 493px;
    background: url(//game.gtimg.cn/images/cf/cp/a20250716hehuo/pop1.png) no-repeat center;
    box-shadow: none;
}

.pop2 {
    width: 921px;
}

.pop1 .pop-close {
    top: 118px;
    right: 45px;
}

.pop-close {
    width: 42px;
    height: 42px;
    background: url(//game.gtimg.cn/images/cf/cp/a20250716hehuo/pop-close.png) no-repeat center;
    position: absolute;
    top: 0;
    right: 10px;
}

.pop-title {
    height: 42px;
    background: #26282d;
    font-size: 18px;
    color: #fff;
    padding-left: 25px;
    justify-content: flex-start;
}

.pop-cont {
    padding: 20px 25px 30px;
}

.pop-step {
    width: 867px;
    justify-content: space-between;
    font-size: 14px;
    line-height: 18px;
    padding-bottom: 15px;
}

.pop-step li {
    width: 264px;
}

.pop-step a {
    color: #2722ff;
    text-decoration: underline;
}

.pop-bind-desc {
    font-size: 20px;
    text-align: center;
    line-height: 25px;
}

.pop-bind {
    width: 195px;
    height: 193px;
    background: url(//game.gtimg.cn/images/cf/cp/a20250716hehuo/pop-bind.png) no-repeat;
    margin: 20px auto 5px;
    text-align: center;
    font-size: 14px;
    overflow: hidden;
}

.pop-bind img {
    width: 103px;
    height: 103px;
    border: 2px solid #535452;
    margin: 49px auto 8px;
}

.pop-address {
    height: 300px;
    overflow-y: auto;
    padding: 0 10px;
    margin: 10px -10px 0;
}

.pop-address::-webkit-scrollbar {
    background: #999;
    width: 5px;
    border-radius: 999px;
}

.pop-address::-webkit-scrollbar-thumb {
    background: #ff6622;
    border-radius: 999px;
}

.pop-address li {
    height: 40px;
    background: #000;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: #fff;
    margin: 0 auto 23px;
    font-size: 16px;
    box-sizing: border-box;
    padding: 0 20px;
    cursor: pointer;
}

.pop-address li span {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.pop-address li:last-child {
    margin: 0;
}

.pop-address li.cur {
    background: #ff6622;
}

.pop-type {
    height: 18px;
    justify-content: flex-start;
    margin-bottom: 10px;
}

.pop-type::before {
    content: '';
    width: 3px;
    height: 17px;
    background: #ff6622;
    margin-right: 10px;
}

.pop-file {
    position: relative;
    justify-content: flex-start;
    padding-bottom: 12px;
}

.pop-file-btn {
    width: 86px;
    height: 26px;
    border: 2px solid #ff6622;
    border-radius: 3px;
    color: #ff6622;
    font-size: 16px;
}

.pop-file-tips {
    font-size: 12px;
    color: #94969f;
    padding-left: 10px;
}

.pop-file-input {
    width: 100%;
    height: 100%;
    display: none;
}

.pop-file-image {
    padding: 0 0 10px;
    justify-content: flex-start;
    margin: 0 -5px;
    flex-wrap: wrap;
}

.pop-file-image li {
    width: 102px;
    height: 102px;
    background: #e4e7ea;
    margin: 0 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    position: relative;
}

.pop-file-image li:hover::before {
    content: '';
    background: url(//game.gtimg.cn/images/cf/cp/a20250716hehuo/pop-close.png) no-repeat center / 18px auto rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
}

.pop-file-image img {
    max-width: 102px;
    max-height: 102px;
}

.pop-type-input {
    width: 100%;
    height: 42px;
    border: none;
    background: #e4e7ea;
    padding: 0 14px;
    box-sizing: border-box;
    font-size: 14px;
    color: #000;
}

.pop-btn a {
    min-width: 126px;
    height: 36px;
    background: #ff6622;
    color: #fff;
    font-size: 16px;
    border-radius: 5px;
    margin: 20px 14px 0;
    padding: 0 20px;
    box-sizing: border-box;
}

.pop-code {
    padding-top: 180px;
}

.pop-code p {
    text-align: center;
    font-size: 20px;
    color: #333;
    line-height: 24px;
    padding-top: 10px;
}

.pop-code img {
    border: 2px solid #535452;
    width: 186px;
    height: 186px;
    display: block;
    margin: 0 auto;
}

.pop-alert {
    height: 270px;
    font-size: 30px;
    color: #4f5158;
    line-height: 44px;
    text-align: center;
}

.pop-exchange {
    background: #e4e7ea;
    width: 525px;
    margin: 0 auto;
    padding: 18px 0;
    flex-direction: column;
}

.pop-exchange-title {
    font-size: 30px;
    color: #4f5158;
    text-align: center;
    padding: 10px 0 8px;
    line-height: 34px;
}

.pop-exchange-desc {
    font-size: 20px;
    color: #4f5158;
    text-align: center;
    padding: 0 0 10px;
}

.pop-exchange-tips {
    font-size: 12px;
    color: #94969f;
    text-align: center;
}

input.pop-exchange-input {
    display: block;
    margin: 15px auto;
}

.pop-exchange-input {
    height: 38px;
    background: #fff;
    width: 430px;
    margin: 4px auto 15px;
    line-height: 38px;
    border: none;
    padding: 0 14px;
    font-size: 15px;
    color: #4f5158;
    box-sizing: border-box;
}

.pop-exchange-error {
    color: #4f5158;
    font-size: 15px;
}

.pop-exchange-error a {
    color: #ff6622;
    text-decoration: underline;
}

.pop-exchange-link {
    width: 330px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.pop-exchange-copy {
    width: 34px;
    height: 34px;
    background: url(//game.gtimg.cn/images/cf/cp/a20250716hehuo/ic8.png) no-repeat center / 21px;
    text-indent: -9999px;
    margin: 0 -20px 0 15px;
}

.pop-exchange-item {
    padding-bottom: 10px;
}

.pop-exchange-item li {
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pop-exchange-item input {
    height: 38px;
    background: #fff;
    width: 225px;
    line-height: 38px;
    border: none;
    padding: 0 14px;
    font-size: 15px;
    color: #4f5158;
    box-sizing: border-box;
    margin-right: 15px;
}

.pop-exchange-item select {
    height: 38px;
    background: #fff;
    width: 187px;
    line-height: 38px;
    border: none;
    padding: 0 12px;
    font-size: 15px;
    color: #4f5158;
    box-sizing: border-box;
}

.pop-info li {
    display: flex;
    align-items: flex-start;
    padding-top: 12px;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.pop-info-type {
    width: 90px;
    line-height: 38px;
    font-size: 14px;
    color: #4f5158;
    justify-content: flex-end;
}

.pop-info-select {
    height: 38px;
    background: #e4e7ea;
    width: 144px;
    line-height: 38px;
    border: none;
    padding: 0 14px;
    font-size: 15px;
    color: #4f5158;
    box-sizing: border-box;
    margin: 0 0 10px 10px;
}

.pop-info-input {
    height: 38px;
    background: #e4e7ea;
    min-width: 461px;
    line-height: 38px;
    border: none;
    padding: 0 14px;
    font-size: 15px;
    color: #000;
    box-sizing: border-box;
    margin-left: 10px;
    display: block;
}

.pop-info-tips {
    font-size: 12px;
    text-align: justify;
    padding: 15px 50px 0;
    color: #94969f;
    text-align: center;
}

li.disabled {
    pointer-events: none;
    opacity: 0.6;
}



.popup-animation {
    opacity: 0;
    transform: scale(0.95) translateY(10px);
    transition: all 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.popup-animation.show {
    opacity: 1;
    animation: turnToRight 1s;
    transform: scale(1) translateY(0);
}

.pop2 {
    background: none;
}

.pop2bg {
    background-color: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    color: #4f5158;
}

@keyframes turnToRight {
    0% {
        opacity: 0;
        transform: scale(0.89)
    }

    100% {
        opacity: 1;
        transform: scale(1)
    }
}

.pop2 .pop-step {
    justify-content: space-between !important;
    text-align: center;
}

.pop-alert-content {
    height: 230px;
    font-size: 25px;
    color: #4f5158;
    line-height: 44px;
    text-align: center;
    padding-top: 30px;
}