.feBaBtn {
    background-color: #FFE514;
    width: 120px;
    padding: 5px 0;
    border-radius: 5px;
    /* position: absolute; */
    z-index: 2;
    color: #e7040e;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    color: #e7040e;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: underline;
    cursor: pointer;
}

.feBaBtn:before {
    position: relative;
    top: 1px;
    content: "!";
    font-weight: bold;
    font-size: 12px;
    line-height: 13px;
    width: 14px;
    height: 14px;
    margin-right: 3px;
    display: inline-block;
    border: 2px solid #e7040e;
    border-radius: 50%;
    text-align: center;
}

/* power */
.gRule {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 10;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
}
.ruleTxt {
    position: absolute;
    z-index: 5;
    top: 120px;
    left: 0;
    right: 0;
    margin: auto;
    width: 525px;
    padding: 20px 20px 30px 30px;
    background: url(../img/qxtopbg.png) no-repeat;
    background-size: 100% auto;
    background-color: #fff;
    text-align: center;
    border-radius: 20px;
}
.gRule .gRclose {
    position: absolute;
    top: 10px;
    right: 9px;
    margin: auto;
    z-index: 10;
    cursor: pointer;
}
.gRule .gRclose i {
    display: inline-block;
    padding: 10px;
    width: 21px;
    height: 20px;
    background: url(../img/icon.png) no-repeat;
    background-size: 1000px 1000px;
    background-position: -240px -158px;
    position: relative;
}
.gRule .gRclose:hover i {
    background-position: -199px -158px;
}
.gRule .oTitle {
    position: relative;
    margin-bottom: 48px;
    text-align: center;
}
.gRule .oTitle p {
    display: block;
    font-size: 0;
    text-shadow: 0px 0px 21px rgba(74, 229, 167, 0.75);
    background: linear-gradient(0deg, #b2fce0 0%, #ffffff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
    line-height: 56px;
    position: relative;
    margin: 0 auto;
}
.gRule .gSure {
    display: block;
    cursor: pointer;
    border: 0;
    background: linear-gradient(90deg, #39d5ca, #40eabb);
    width: 253px;
    height: 58px;
    color: #fff;
    font-size: 24px;
    line-height: 58px;
    margin: 16px auto 17px;
    border-radius: 29px;
}
.ruleMain {
    display: block;
    height: 460px;
    border: none;
    padding: 0 18px 0 6px;
    line-height: 32px;
    font-size: 18px;
    color: #333;
    margin: 30px auto 30px;
    text-align: left;
    overflow: auto;
}
.ruleMain strong {
    display: block;
    font-size: 18px;
    color: #333;
    line-height: 36px;
    font-weight: bold;
}
.rulegMain p {
    margin-bottom: 8px;
    display: block;
}
.ruleMain p span {
    display: block;
}
.ruleMain p br {
    display: none;
}
.ruleBox:after {
    content: "";
    position: absolute;
    bottom: 108px;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
    width: 100%;
    height: 43px;
    background: linear-gradient(0deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
    border-radius: 0px 0px 12px 12px;
}

/* Privacy */
.gPrivacy {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 10;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
}
.privacyTxt {
    position: absolute;
    z-index: 5;
    top: 120px;
    left: 0;
    right: 0;
    margin: auto;
    width: 525px;
    padding: 20px 20px 30px 30px;
    background: url(../img/ystopbg.png) no-repeat;
    background-size: 100% auto;
    background-color: #fff;
    text-align: center;
    border-radius: 20px;
}
.gPrivacy .gPclose {
    position: absolute;
    top: 10px;
    right: 9px;
    margin: auto;
    z-index: 10;
    cursor: pointer;
}
.gPrivacy .gPclose i {
    display: inline-block;
    padding: 10px;
    width: 21px;
    height: 20px;
    background: url(../img/icon.png) no-repeat;
    background-size: 1000px 1000px;
    background-position: -240px -158px;
    position: relative;
}
.gPrivacy .gPclose:hover i {
    background-position: -199px -158px;
}
.gPrivacy .oTitle {
    position: relative;
    margin-bottom: 48px;
    text-align: center;
}
.gPrivacy .oTitle p {
    display: block;
    font-size: 0;
    text-shadow: 0px 0px 21px rgba(74, 229, 167, 0.75);
    background: linear-gradient(0deg, #b2fce0 0%, #ffffff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
    line-height: 56px;
    position: relative;
    margin: 0 auto;
}
.gPrivacy .gSure {
    display: block;
    cursor: pointer;
    border: 0;
    background: linear-gradient(90deg, #39d5ca, #40eabb);
    width: 253px;
    height: 58px;
    color: #fff;
    font-size: 24px;
    line-height: 58px;
    margin: 16px auto 17px;
    border-radius: 29px;
}
.privacyMain {
    display: block;
    height: 460px;
    border: none;
    padding: 0 18px 0 6px;
    line-height: 32px;
    font-size: 18px;
    color: #333;
    margin: 30px auto 30px;
    text-align: left;
    overflow: auto;
}
.privacyMain strong {
    display: block;
    font-size: 18px;
    color: #333;
    line-height: 36px;
    font-weight: bold;
}
.privacyMain p {
    margin-bottom: 8px;
    display: block;
}
.privacyMain p span {
    display: block;
}
.privacyMain p br {
    display: none;
}
.privacyTxt:after {
    content: "";
    position: absolute;
    bottom: 108px;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
    width: 100%;
    height: 43px;
    background: linear-gradient(0deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
    border-radius: 0px 0px 12px 12px;
}

/* feedback */
.feBaBtn {
    cursor: pointer;
}
.feedBack {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 10;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
}
.feBackBox {
    position: absolute;
    z-index: 5;
    top: 120px;
    left: 0;
    right: 0;
    margin: auto;
    width: 416px;
    padding: 30px;
    background: #fff;
    text-align: center;
    border-radius: 24px;
}
.feBaClose {
    position: absolute;
    top: 22px;
    right: 19px;
    margin: auto;
    z-index: 10;
    cursor: pointer;
}
.feBaClose i {
    display: inline-block;
    padding: 10px;
    width: 21px;
    height: 20px;
    background: url(../img/icon.png) no-repeat;
    background-size: 1000px 1000px;
    background-position: -75px -158px;
    position: relative;
}
.feBaClose:hover i {
    background-position: -116px -158px;
}
.feBackBox .fTitle {
    position: relative;
    margin-bottom: 15px;
}
.feBackBox .fTitle p {
    display: block;
    font-size: 24px;
    color: #333;
    font-weight: bold;
    line-height: 26px;
    text-align: left;
    position: relative;
    margin: 0 auto;
}
.feBackBox .feSubmit input {
    display: block;
    cursor: pointer;
    border: 0;
    background: #02bfd3;
    width: 416px;
    height: 54px;
    color: #fff;
    font-size: 18px;
    line-height: 54px;
    margin: 16px auto 2px;
    border-radius: 24px;
}
.feBack {
    margin: 24px auto;
}
.feBack > span {
    font-size: 16px;
    color: #a8a8a8;
    line-height: 20px;
    margin: 10px 0;
    display: block;
    text-align: left;
}
.feBack .info {
    margin: auto;
    margin-bottom: 10px;
    overflow: hidden;
    zoom: 1;
}
.feBack .info p {
    font-size: 14px;
    color: #333;
    line-height: 88px;
}
.feBack textarea {
    width: 386px;
    height: 69px;
    margin-bottom: 6px;
    border: none;
    resize: none;
    padding: 15px 18px;
    font-size: 16px;
    color: #999;
    background-color: #f6f6f6;
    border-radius: 3px;
}
.checkbox {
    position: relative;
    display: block;
    float: left;
    width: 50%;
    height: 34px;
    line-height: 34px;
    cursor: pointer;
}
.checkbox:nth-last-child(1) {
    border-bottom: none;
}
.checkbox input[type="checkbox"] {
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    opacity: 0;
}
.checkbox label {
    position: absolute;
    left: 26px;
    top: 0;
    height: 34px;
    line-height: 34px;
    width: 124px;
    font-size: 16px;
    color: #4d4d4d;
    text-align: left;
}
.checkbox label:after {
    content: "";
    position: absolute;
    left: -25px;
    top: 8.5px;
    width: 10px;
    height: 10px;
    border: 3px solid #fff;
    border-radius: 50%;
    box-shadow: 0 0 0 1px #dcdcdc;
}
.checkbox input[type="checkbox"]:checked + label:after {
    background-color: #02bfd3;
    box-shadow: 0 0 0 1px #02bfd3;
}
.telBox {
    overflow: hidden;
    background-color: #f6f6f6;
}
.telBox input {
    display: block;
    border: none;
    padding: 0 20px;
    width: 376px;
    height: 48px;
    line-height: 48px;
    background: #f6f6f6;
    border-radius: 10px;
    font-size: 16px;
    color: #666;
}
.telBox input::-webkit-input-placeholder {
    color: #999;
}
.telBox input:-moz-placeholder {
    color: #999;
}
.telBox input::-moz-placeholder {
    color: #999;
}
.telBox input:-ms-input-placeholder {
    color: #999;
}

.downBtn a{background: #FFE514}
.downBtn .pcBtn{background: #2ed33a;}
.special-item-left,.d-g-l-detail{position: relative;}
.special-item-left h1{ display: inline-block; height: 22px;line-height: 22px;font-size: 22px; color: #303030;font-weight: bold;vertical-align: top;margin-bottom: 16px;}
.feBaBtn{position: absolute;z-index: 1;right: 0;top: 0;width: auto;padding: 5px 10px;}


.feBaBtn{color: #202020;text-decoration: none;font-weight: 500;}
.feBaBtn:before{border: 1px solid #202020;}
.feBaBtn:hover{text-decoration: underline;}
.reTips{padding: 0 11px;font-size: 16px;color: #ffa113;height: 40px;line-height: 40px;background: linear-gradient(to right,#fff7ea 0%,#fff7ea 70%,#fff 100%) ;}
.reTips strong{font-weight: bold;font-size: 16px;color: #ffa113;}
.reTips:before{content: "";position: relative;top: 12px;vertical-align: top;margin-right: 6px;display: inline-block;width: 14px;height: 15px;background: url(../img/icon.png) no-repeat;background-size: 1000px 1000px;background-position: -335px -168px;}
.d-g-l-detail .feBaBtn{position: relative!important;margin-top: 18px!important;background: #f4f4f4!important;color: #999!important;}
.d-g-l-detail .feBaBtn:before{display: none!important;}
.d-g-l-detail .feBaBtn:hover{background-color: #FFE514!important;color: #4A4A4A!important;}
.d-g-l-line{height: 180px!important;}
.downBtn{float: left;min-width: 300px;}
.d-g-l-detail-content{margin-bottom: 5px;}
.checkbox input[type="checkbox"]:checked + label:after{background-color: #FFE514!important;box-shadow: 0 0 0 1px #FFE514!important;}
.feBackBox .feSubmit input{background-color: #FFE514!important;}
.downBtn a, .downBtn button{width: 210px;}

