.tool-export-modal {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 0;
    top:0;
    left:0;
    z-index: 9;
}

.tool-export-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    width: 320px;
    height: 243px;
    border: 1px solid #030000;
    border-radius: 2px;
}

.tool-export-header {
    flex-shrink: 0;
    height: 30px;
    font-size: 12px;
    color: #FFFFFF;
    background: -webkit-gradient(linear, left top, right top, from(#62B2FD), to(#6C87EF));
    background: -webkit-linear-gradient(left, #62B2FD 0%, #6C87EF 100%);
    background: -o-linear-gradient(left, #62B2FD 0%, #6C87EF 100%);
    background: linear-gradient(90deg, #62B2FD 0%, #6C87EF 100%);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 0 0 10px;
    border-radius: 2px 2px 0 0;
}

.tool-export-content {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 20px 20px 0;
    background: #F0F2F7;
}

.tool-export-tips {
    font-size: 9px;
    line-height: 12px;
    color: #23262e;
}

.tool-export-input {
    font-size: 10px;
    color: #23262e;
    border: 1px solid #d0d3d9;
    outline: none;
    border-radius: 0;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 7px 10px 7px 10px;
    line-height: 1;
    background: #ffffff;
    border-radius: 2px;
}
.tool-export-input::-webkit-input-placeholder{
    color: #818589;
}

.mt-13 {
    margin-top: 5px;
}

.mt-24 {
    margin-top: 12px;
}

.mt-46 {
    margin-top: 23px;
}

.mt-76 {
    margin-top: 38px;
}
.text-al-c {
    text-align: center;
    color: #2dc955 !important;
}

.text-al-c-error {
    color: #f82f2f !important;
}

.tool-export-btn {
    position: absolute;
    width: 90px;
    height: 26px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 12px;
    color: #fefefe;
    background: -webkit-gradient(linear, left top, right top, from(#62B2FD), to(#6C87EF));
    background: -webkit-linear-gradient(left, #62B2FD 0%, #6C87EF 100%);
    background: -o-linear-gradient(left, #62B2FD 0%, #6C87EF 100%);
    background: linear-gradient(90deg, #62B2FD 0%, #6C87EF 100%);
    bottom: 20px;
    left: 110px;
    border-radius: 2px;
}

.btn-gray {
    background: -webkit-gradient(linear, left top, right top, from(#c2c2c2), to(#aaaaaa));
    background: -webkit-linear-gradient(left, #c2c2c2 0%, #aaaaaa 100%);
    background: -o-linear-gradient(left, #c2c2c2 0%, #aaaaaa 100%);
    background: linear-gradient(90deg, #c2c2c2 0%, #aaaaaa 100%);
    box-sizing: border-box;
}

.tool-export-error {
    font-size: 9px;
    color: #f82f2f;
    margin: 2px 0 0 0;
}

.tool-export-sign-wrap {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.tool-export-sign {
    font-size: 24px;
    color: #4f73ed;
}

.tool-export-copy {
    width: 36px;
    height: 16px;
    border: 1px solid #4f73ed;
    border-radius: 16px;
    color: #4f73ed;
    font-size: 9px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: 8px;
}

.tool-export-tips2 {
    font-size: 12px;
    line-height: 20px;
    color: #23262e;
    font-weight: bold;
    text-align: center;
}

.tool-export-tips3 {
    position: absolute;
    font-size: 9px;
    color: #818589;
    left: 20px;
    bottom: 10px;
}

.tool-export-close {
    width: 30px;
    height: 30px;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
    background: url('//game.gtimg.cn/images/xiaoyue/newsdk/export-close2.png') no-repeat;
    background-size: 100% 100%;
    font-size: 0;
    color: transparent;
}
.input-lable{display: none;}
/* hgame */
.style-21120 .tool-export-box {width:360px;height:228px;background:url('//game.gtimg.cn/images/xiaoyue/newsdk/21120/tool-export-modal.png') no-repeat;background-size:100% 100%;border:none;}
.style-21120 .tool-export-header {background:none;padding:16px 0 0 0;border-radius:0;justify-content:center;color:#a8803f;font-size:12px;}
.style-21120 .tool-export-content {background:none;padding:5px 30px 0;}
.style-21120 .tool-export-tips {color:#2d1d04;}
.style-21120 .tool-export-input {color:#a8803f;border:none;padding:4px 10px 4px 10px;background:url('//game.gtimg.cn/images/xiaoyue/newsdk/21120/tool-export-input-bg.png') no-repeat;background-size:100% 100%;border-radius:0;}
.style-21120 .tool-export-input::-webkit-input-placeholder {color:#a8803f;}
.style-21120 .text-al-c {color:#007b07 !important;}
.style-21120 .text-al-c-error {color:#d70023 !important;}
.style-21120 .tool-export-btn {width:89px;height:30px;color:#fefdeb;background:url('//game.gtimg.cn/images/xiaoyue/newsdk/21120/export-btn.png') no-repeat;background-size:100% 100%;border-radius:0;bottom:20px;font-size:13px;margin-left:24px;}
.style-21120 .btn-gray {background:url('//game.gtimg.cn/images/xiaoyue/newsdk/21120/export-btn-gray.png') no-repeat;background-size:100% 100%;}
.style-21120 .tool-export-error {font-size:9px;color:rgba(222,72,72,1);}
.style-21120 .tool-export-sign {font-size:24px;color:rgba(45,29,4,1);}
.style-21120 .tool-export-copy {width:36px;height:16px;border:1px solid #2d1d04;color:#2d1d04;margin-left:8px;}
.style-21120 .tool-export-tips2 {color:#2d1d04;font-weight:normal;}
.style-21120 .tool-export-tips3 {color:#737373;bottom: 26px;left: 55px;}
.style-21120 .tool-export-close {position:absolute;top:15px;right:10px;width:25px;height:25px;background:url('//game.gtimg.cn/images/xiaoyue/newsdk/21120/export-close2.png') no-repeat;background-size:100% 100%;}


/* 指尖领主换肤 */
.style-21094 .tool-export-box {width:335px;height:226px;background:url('//game.gtimg.cn/images/xiaoyue/newsdk/21094/tool-export-modal.png') no-repeat;background-size:100% 100%;border:none;}
.style-21094 .tool-export-header {background:none;border-radius:0;justify-content:left;color:#fff;font-size:15px;height:36px;padding:0 0 0 13px;}
.style-21094 .tool-export-content {background:none;padding:18px 30px 0;}
.style-21094 .tool-export-tips {color:#816241;}
.style-21094 .tool-export-input {color:#816241;border:none;padding:4px 10px 4px 10px;background:#e5decf;border-radius:4px;}
.style-21094 .tool-export-input::-webkit-input-placeholder {color:#aea79c;}
.style-21094 .text-al-c {color:#5aa65a !important;}
.style-21094 .text-al-c-error {color:#dd4b4b !important;}
.style-21094 .tool-export-btn {padding-bottom:3px;width:89px;height:30px;color:#804913;background:url('//game.gtimg.cn/images/xiaoyue/newsdk/21094/export-btn.png') no-repeat;background-size:100% 100%;border-radius:0;bottom:15px;font-size:13px;left:0;right:0;margin:0 auto;}
.style-21094 .btn-gray {background:url('//game.gtimg.cn/images/xiaoyue/newsdk/21094/export-btn-gray.png') no-repeat;background-size:100% 100%;color:#686868;}
.style-21094 .tool-export-error {font-size:9px;color:#dd4b4b;}
.style-21094 .tool-export-sign {font-size:24px;color:#816241;}
.style-21094 .tool-export-copy {border:1px solid #816241;color:#816241;}
.style-21094 .tool-export-tips2 {color:#816241;font-weight:normal;}
.style-21094 .tool-export-tips3 {color:#a89887;}
.style-21094 .tool-export-close {position:absolute;top:-3px;right:13px;width:31px;height:35px;background:url('//game.gtimg.cn/images/xiaoyue/newsdk/21094/export-close2.png') no-repeat;background-size:100% 100%;}


/* 代号生机 */
.style-1350 .tool-export-box {width:322px;height:224px;background:url('//game.gtimg.cn/images/xiaoyue/newsdk/1350/tool-export-modal.png') no-repeat;background-size:100% 100%;border:none;}
.style-1350 .tool-export-header {background:none;border-radius:0;justify-content:left;color:#fff;font-size:12px;height:26px;padding:0 0 0 13px;}
.style-1350 .tool-export-content {background:none;padding:18px 20px 0;}
.style-1350 .tool-export-tips {color:#fefefe;}
.style-1350 .tool-export-input {color:#fefefe;border-radius:0;border:1px solid rgba(84,104,136,0.28);padding:6px 10px 6px 10px;background:rgba(0,0,0,0.18);}
.style-1350 .tool-export-input::-webkit-input-placeholder {color:#4f5c7b;}
.style-1350 .text-al-c {color:#5aa65a !important;}
.style-1350 .text-al-c-error {color:#e24040 !important;}
.style-1350 .tool-export-btn {width:78px;height:23px;color:#331c04;background:url('//game.gtimg.cn/images/xiaoyue/newsdk/1350/export-btn.png') no-repeat;background-size:100% 100%;border-radius:0;bottom:15px;font-size:13px;left:0;right:0;margin:0 auto;}
.style-1350 .btn-gray {background:url('//game.gtimg.cn/images/xiaoyue/newsdk/1350/export-btn-gray.png') no-repeat;background-size:100% 100%;color:#686868;}
.style-1350 .tool-export-error {font-size:9px;color:#e24040;}
.style-1350 .tool-export-sign {font-size:24px;color:#fff;}
.style-1350 .tool-export-copy {border:1px solid #ffa944;color:#ffa944;}
.style-1350 .tool-export-tips2 {color:#fefefe;font-weight:normal;}
.style-1350 .tool-export-tips3 {color:#d6d6d6;}
.style-1350 .tool-export-close {position:absolute;top:6px;right:6px;width:15px;height:15px;background:url('//game.gtimg.cn/images/xiaoyue/newsdk/1350/export-close2.png') no-repeat;background-size:100% 100%;}


/* UA */
.style-21060 .tool-export-box {width:364px;height:209px;background:url('//image.gbot.qq.com/sdk/21060/v2/page/tool-export-modal.png') no-repeat;background-size:100% 100%;border:none;}
.style-21060 .tool-export-header {background:none;border-radius:0;justify-content:left;color:#999;font-size:14px;height:28px;padding:3px 0 0 42px;}
.style-21060 .tool-export-content {background:none;padding:7px 25px 0;}
.style-21060 .tool-export-tips {color:#CCC;font-size: 10px;}
.style-21060 .tool-export-input {color:#808080;border-radius:0;border:none;padding:5px 10px 5px 10px;background: #2A2A2A;}
.style-21060 .tool-export-input::-webkit-input-placeholder {color:rgba(128,128,128,0.5);}
.style-21060 .text-al-c {color:#92B665 !important;}
.style-21060 .text-al-c-error {color:#D64040 !important;}
.style-21060 .tool-export-btn {width:106px;height:26px;color:#e0ddd0;background:url('//image.gbot.qq.com/sdk/21060/v2/page/export-btn.png') no-repeat;background-size:100% 100%;border-radius:0;bottom:13px;font-size:14px;right:17px;left:auto;}
.style-21060 .btn-gray {background:url('//image.gbot.qq.com/sdk/21060/v2/page/export-btn-gray.png') no-repeat;background-size:100% 100%;color:#404040;}
.style-21060 .tool-export-error {font-size:8px;color:#D64040;}
.style-21060 .tool-export-sign {font-size:18px;color:#D36C46;}
.style-21060 .tool-export-copy {margin-left: 12px;text-indent: -9999px;border:none;display: block;width:31px;height:15px;background:url('//image.gbot.qq.com/sdk/21060/v2/page/icon-copy.png') no-repeat;background-size:100% 100%;border-radius: 0;}
.style-21060 .tool-export-tips2 {color:#CCC;font-weight:normal;}
.style-21060 .tool-export-tips3 {color:#808080;bottom: 63px;right: 20px;margin: 0 auto;text-align: center;}
.style-21060 .tool-export-close {position:absolute;top:auto;left:17px;width:106px;height:26px;background:url('//image.gbot.qq.com/sdk/21060/v2/page/export-close.png') no-repeat;background-size:100% 100%;bottom: 12px;right: auto;}
.style-21060 .mt-76{margin-top: 16px}
.style-21060 .tool-export-content.step1 .tool-export-tips{line-height: 15px;}
.style-21060 .tool-export-content.step1 .tool-export-tips.mt-13{margin-top: 0;}
.style-21060 .tool-export-content .mt-24{margin-top: 7px;}
.style-21060 .tool-export-content.step1 .tool-export-error{line-height: 15px;width:calc(100% + 20px);margin:0;}
.style-21060 .tool-export-close.sleft{left: 128px;}


/* 石器时代 */
.style-21114 .tool-export-box {width:325px;height:228px;background:url('//game.gtimg.cn/images/xiaoyue/newsdk/21114/tool-export-modal.png') no-repeat;background-size:100% 100%;border:none;}
.style-21114 .tool-export-header {background:none;border-radius:0;justify-content:left;color:#bd562f;font-size:12px;height:36px;padding:3px 0 0 30px;display: none;}
.style-21114 .tool-export-content {background:none;padding:45px 30px 0;}
.style-21114 .tool-export-tips {color:#faebda;text-shadow: #5c4d3b 1px 0 0, #5c4d3b 0 1px 0, #5c4d3b -1px 0 0, #5c4d3b 0 -1px 0;}
.style-21114 .tool-export-input {color:#faebda;border-radius:4px;border:none;padding:6px 10px 6px 10px;background:#5a473b;}
.style-21114 .tool-export-input::-webkit-input-placeholder {color:#9a8a77;}
.style-21114 .text-al-c {color:#477332 !important;}
.style-21114 .text-al-c-error {color:#ae381c !important;}
.style-21114 .tool-export-btn {width:69px;height:27px;color:#fff8ee;background:url('//game.gtimg.cn/images/xiaoyue/newsdk/21114/export-btn.png') no-repeat;background-size:100% 100%;border-radius:0;bottom:22px;font-size:13px;left:0;right:0;margin:0 auto;
    text-shadow: #60412a 1px 0 0, #60412a 0 1px 0, #60412a -1px 0 0, #60412a 0 -1px 0;}
.style-21114 .btn-gray {background:url('//game.gtimg.cn/images/xiaoyue/newsdk/21114/export-btn-gray.png') no-repeat;background-size:100% 100%;color:#8b8780;text-shadow: #60412a 1px 0 0, #60412a 0 1px 0, #60412a -1px 0 0, #60412a 0 -1px 0;}
.style-21114 .tool-export-error {font-size:9px;color:rgba(186,31,31,1);}
.style-21114 .tool-export-sign {font-size:24px;color:#faebda;text-shadow: #5c4d3b 1px 0 0, #5c4d3b 0 1px 0, #5c4d3b -1px 0 0, #5c4d3b 0 -1px 0;}
.style-21114 .tool-export-copy {border:1px solid #5c4d3b;color:#faebda;text-shadow: #5c4d3b 1px 0 0, #5c4d3b 0 1px 0, #5c4d3b -1px 0 0, #5c4d3b 0 -1px 0;}
.style-21114 .tool-export-tips2 {color:#faebda;font-weight:normal;text-shadow: #5c4d3b 1px 0 0, #5c4d3b 0 1px 0, #5c4d3b -1px 0 0, #5c4d3b 0 -1px 0;}
.style-21114 .tool-export-tips3 {color:#7d6b56;bottom: 20px;}
.style-21114 .tool-export-close {position:absolute;top:-8px;right:-9px;width:31px;height:31px;background:url('//game.gtimg.cn/images/xiaoyue/newsdk/21114/export-close2.png') no-repeat;background-size:100% 100%;}
.style-21114  .tool-export-modal{border-radius: 0 0 8px 8px;}
.style-21114 .mt-24 {margin-top: 6px;}


/* 手工星球皮肤 */
.style-1298 .tool-export-modal {background:rgba(0,0,0,0);}
.style-1298 .tool-export-box {width:320px;height:224px;border-radius:15px;border:none;background:rgba(0,0,0,0.8);}
.style-1298 .tool-export-header {font-size:14px;color:#FFFFFF;background:none;padding:4px 0 0 12px;border-radius:0;}
.style-1298 .tool-export-content {background:none;border-radius:0;padding: 10px 20px 0;}
.style-1298 .tool-export-tips {color:#fff;}
.style-1298 .tool-export-input {color:rgba(82,79,75,1);border:none;padding:7px 10px 7px 10px;background:#ffffff;border-radius:15px;}
.style-1298 .tool-export-input::-webkit-input-placeholder {color:rgba(171,171,171,1);}
.style-1298 .text-al-c {color:rgba(28,154,61,1) !important;}
.style-1298 .text-al-c-error {color:rgba(222,72,72,1) !important;}
.style-1298 .tool-export-btn {width:87px;height:35px;color:#fefefe;background:url('//game.gtimg.cn/images/xiaoyue/newsdk/1298/v2/export-btn.png') no-repeat;background-size:100% 100%;border-radius:16px;bottom:10px;font-size:13px;}
.style-1298 .btn-gray {background:url('//game.gtimg.cn/images/xiaoyue/newsdk/1298/v2/export-btn-gray.png') no-repeat;background-size:100% 100%;}
.style-1298 .tool-export-error {font-size:9px;color:rgba(222,72,72,1);}
.style-1298 .tool-export-sign {font-size:24px;color:rgba(108,184,185,1);}
.style-1298 .tool-export-copy {width:36px;height:16px;border:1px solid rgba(108,184,185,1);color:rgba(108,184,185,1);margin-left:16px;}
.style-1298 .tool-export-tips2 {color:#fff;font-weight:normal;}
.style-1298 .tool-export-tips3 {color:rgba(237,237,237,1)}
.style-1298 .tool-export-close {position:absolute;top:3px;right:3px;width:25px;height:25px;background:url('//game.gtimg.cn/images/xiaoyue/newsdk/1298/v2/export-close2.png');background-size:100% 100%;}
.style-1298 .mt-24{margin-top:8px;}


/* 云顶之亦 */
.style-1414 .tool-export-box {width:322px;height:224px;background:url('//game.gtimg.cn/images/xiaoyue/newsdk/1414/v3/tool-export-modal.png') no-repeat;background-size:100% 100%;border:none;border-radius: 0;}
.style-1414 .tool-export-header {background:none;border-radius:0;justify-content:left;color:#d1bf8f;font-size:12px;height:32px;padding:0 0 0 13px;}
.style-1414 .tool-export-content {background:none;padding:18px 20px 0;}
.style-1414 .tool-export-tips {color:#cfc9b5;}
.style-1414 .tool-export-input {color:#cfc9b5;border-radius:0;border:none;padding:6px 10px 6px 10px;background:rgba(0,0,0,0.2);}
.style-1414 .tool-export-input::-webkit-input-placeholder {color:#41485d;}
.style-1414 .text-al-c {color:#6fa456 !important;}
.style-1414 .text-al-c-error {color:#e24040 !important;}
.style-1414 .tool-export-btn {width:64px;height:24px;color:#c7b889;background:url('//game.gtimg.cn/images/xiaoyue/newsdk/1414/v3/export-btn.png') no-repeat;background-size:100% 100%;border-radius:0;bottom:15px;font-size:13px;left:0;right:0;margin:0 auto;}
.style-1414 .btn-gray {background:url('//game.gtimg.cn/images/xiaoyue/newsdk/1414/v3/export-btn-gray.png') no-repeat;background-size:100% 100%;color:#686868;}
.style-1414 .tool-export-error {font-size:9px;color:#933a25;}
.style-1414 .tool-export-sign {font-size:24px;color:#cfc9b5;}
.style-1414 .tool-export-copy {border:1px solid #cfc9b5;color:#cfc9b5;}
.style-1414 .tool-export-tips2 {color:#888373;font-weight:normal;}
.style-1414 .tool-export-tips3 {color:#888373;}
.style-1414 .tool-export-close {position:absolute;top:8px;right:8px;width:15px;height:15px;background:url('//game.gtimg.cn/images/xiaoyue/newsdk/1414/v3/export-close2.png') no-repeat;background-size:100% 100%;}

/* 冒险岛 */
.style-21143 .tool-export-box {width:322px;height:224px;background:url('//game.gtimg.cn/images/xiaoyue/newsdk/21143/tool-export-modal.png') no-repeat;background-size:100% 100%;border:none;border-radius: 0;}
.style-21143 .tool-export-header {background:none;border-radius:0;justify-content:center;color:#fff;font-size:15px;height:40px;padding:0;}
.style-21143 .tool-export-content {background:none;padding:18px 20px 0;}
.style-21143 .tool-export-tips {color:#424d59;}
.style-21143 .tool-export-input {color:#415066;border-radius:2px;border:none;padding:6px 10px 6px 10px;background: rgba(66,77,89,0.3);}
.style-21143 .tool-export-input::-webkit-input-placeholder {color:#656565;}
.style-21143 .text-al-c {color:#1c9a3d !important;}
.style-21143 .text-al-c-error {color:#de4343 !important;}
.style-21143 .tool-export-btn {width:77px;height:26px;color:#fff;background:url('//game.gtimg.cn/images/xiaoyue/newsdk/21143/export-btn.png') no-repeat;background-size:100% 100%;border-radius:0;bottom:15px;font-size:13px;left:0;right:0;margin:0 auto;}
.style-21143 .btn-gray {background:url('//game.gtimg.cn/images/xiaoyue/newsdk/21143/export-btn-gray.png') no-repeat;background-size:100% 100%;}
.style-21143 .tool-export-error {font-size:9px;color:#c03737;}
.style-21143 .tool-export-sign {font-size:24px;color:#424d59;}
.style-21143 .tool-export-copy {border:1px solid #424d59;color:#424d59;}
.style-21143 .tool-export-tips2 {color:#424d59;font-weight:normal;}
.style-21143 .tool-export-tips3 {color:#939ca6;}
.style-21143 .tool-export-close {position:absolute;top:14px;right:10px;width:15px;height:15px;background:url('//game.gtimg.cn/images/xiaoyue/newsdk/21143/export-close.png') no-repeat;background-size:100% 100%;}

/* mDNF */
.style-1338 .tool-export-box {width:322px;height:224px;background:url('//game.gtimg.cn/images/xiaoyue/newsdk/1338/v2/tool-export-modal.png') no-repeat;background-size:100% 100%;border:none;border-radius: 0;}
.style-1338 .tool-export-header {background:none;border-radius:0;color:#fff0b9;font-size:12px;height:27px;padding:0 0 0 20px;}
.style-1338 .tool-export-content {background:none;padding:18px 20px 0;}
.style-1338 .tool-export-tips {color:#fff;}
.style-1338 .tool-export-input {color:#fff0b9;border-radius:2px;border:1px solid #494036;padding:6px 10px 6px 10px;background:#252525;}
.style-1338 .tool-export-input::-webkit-input-placeholder {color:#837c75;}
.style-1338 .text-al-c {color:#6b9f5a !important;}
.style-1338 .text-al-c-error {color:#9a3a33 !important;}
.style-1338 .tool-export-btn {width:98px;height:26px;color:#fff9ea;background:url('//game.gtimg.cn/images/xiaoyue/newsdk/1338/v2/export-btn.png') no-repeat;background-size:100% 100%;border-radius:0;bottom:15px;font-size:13px;left:0;right:0;margin:0 auto;}
.style-1338 .btn-gray {background:url('//game.gtimg.cn/images/xiaoyue/newsdk/1338/v2/export-btn-gray.png') no-repeat;background-size:100% 100%;}
.style-1338 .tool-export-error {font-size:9px;color:#9a3a33;}
.style-1338 .tool-export-sign {font-size:24px;color:#fff;}
.style-1338 .tool-export-copy {border:1px solid #fff0b9;color:#fff0b9;}
.style-1338 .tool-export-tips2 {color:#fff;font-weight:normal;}
.style-1338 .tool-export-tips3 {color:#837c75;}
.style-1338 .tool-export-close {position:absolute;top:3px;right:10px;width:21px;height:21px;background:url('//game.gtimg.cn/images/xiaoyue/newsdk/1338/v2/export-close.png') no-repeat;background-size:100% 100%;}


/* 合金弹头 */
.style-21061 .tool-export-box {width:350px;height:237px;background:url('//game.gtimg.cn/images/xiaoyue/newsdk/21061/tool-export-modal.png') no-repeat;background-size:100% 100%;border:none;border-radius: 0;}
.style-21061 .tool-export-header {background:none;border-radius:0;color:#f0e6d2;font-size:15px;height:22px;margin-top: 31px;padding: 0;}
.style-21061 .tool-export-header span{margin: 0 auto;}
.style-21061 .tool-export-content {background:none;padding:10px 20px 0;}
.style-21061 .tool-export-tips {color:#2d2827;}
.style-21061 .tool-export-input {color:#2d2827;border-radius:2px;border:1px solid rgb(174,160,143,0.5);padding:3px 10px 3px 10px;background:rgb(174,160,143,0.5);}
.style-21061 .tool-export-input::-webkit-input-placeholder {color:#6d605d;}
.style-21061 .text-al-c {color:#4f843e !important;}
.style-21061 .text-al-c-error {color:#943a25 !important;}
.style-21061 .tool-export-btn {width:97px;height:31px;color:#1c2015;background:url('//game.gtimg.cn/images/xiaoyue/newsdk/21061/export-btn.png') no-repeat;background-size:100% 100%;border-radius:0;bottom:8px;font-size:17px;left:0;right:0;margin:0 auto;}
.style-21061 .btn-gray {background:url('//game.gtimg.cn/images/xiaoyue/newsdk/21061/export-btn-gray.png') no-repeat;background-size:100% 100%;}
.style-21061 .tool-export-error {font-size:9px;color:#943a25;}
.style-21061 .tool-export-sign {font-size:24px;color:#2d2827;}
.style-21061 .tool-export-copy {border:1px solid #bc5510;color:#bc5510;}
.style-21061 .tool-export-tips2 {color:#2d2827;font-weight:normal;}
.style-21061 .tool-export-tips3 {color:#624730;}
.style-21061 .tool-export-close {position:absolute;top:30px;right:6px;width:16px;height:16px;background:url('//game.gtimg.cn/images/xiaoyue/newsdk/21061/export-close.png') no-repeat;background-size:100% 100%;}
.style-21061 .mt-24{margin-top: 6px;}
.style-21061 .tool-export-tips3{right: 0;text-align: center;}

/* 代号生机 */
.style-1415 .tool-export-box {width:326px;height:229px;background:url('//game.gtimg.cn/images/xiaoyue/newsdk/1415/hz/tool-export-modal.png') no-repeat;background-size:100% 100%;border:none;border-radius: 0;}
.style-1415 .tool-export-header {background:none;border-radius:0;color:#fff;font-size:15px;height:22px;padding:0;margin-top: 10px;}
.style-1415 .tool-export-header span{margin: 0 auto;}
.style-1415 .tool-export-content {background:none;padding:18px 20px 0;}
.style-1415 .tool-export-tips {color:#fff;}
.style-1415 .tool-export-input {color:#f8ffd3;border-radius:2px;border:none;padding:3px 10px 3px 10px;background:rgba(52,68,87,0.5);}
.style-1415 .tool-export-input::-webkit-input-placeholder {color:#44546f;}
.style-1415 .text-al-c {color:#82d863 !important;}
.style-1415 .text-al-c-error {color:#943a25 !important;}
.style-1415 .tool-export-btn {width:122px;height:29px;color:#fff;background:url('//game.gtimg.cn/images/xiaoyue/newsdk/1415/hz/export-btn.png') no-repeat;background-size:100% 100%;border-radius:0;bottom:12px;font-size:14px;left:0;right:0;margin:0 auto;}
.style-1415 .btn-gray {background:url('//game.gtimg.cn/images/xiaoyue/newsdk/1415/hz/export-btn-gray.png') no-repeat;background-size:100% 100%;}
.style-1415 .tool-export-error {font-size:9px;color:#b90f0f;}
.style-1415 .tool-export-sign {font-size:24px;color:#fff;}
.style-1415 .tool-export-copy {border:1px solid #f5e0a3;color:#f5e0a3;}
.style-1415 .tool-export-tips2 {color:#fff;font-weight:normal;}
.style-1415 .tool-export-tips3 {color:#72899b;right: 0;left:0;text-align: center;margin:0 auto;}
.style-1415 .tool-export-close {position:absolute;top:10px;right:20px;width:21px;height:19px;background:url('//game.gtimg.cn/images/xiaoyue/newsdk/1415/hz/export-close.png') no-repeat;background-size:100% 100%;}
.style-1415 .mt-24{margin-top: 6px;}



/* FAM */
.style-21164 .tool-export-box {width:347px;height:232px;background:url('//game.gtimg.cn/images/xiaoyue/newsdk/21164/vt/tool-export-modal.png') no-repeat;background-size:100% 100%;border:none;border-radius: 0;}
.style-21164 .tool-export-header {background:none;border-radius:0;color:#8f95ca;font-size:18px;height:22px;padding:0;margin-top: 10px;}
.style-21164 .tool-export-header span{margin: 0 auto;}
.style-21164 .tool-export-content {background:none;padding:18px 20px 0;}
.style-21164 .tool-export-tips {color:#afb0ca;}
.style-21164 .tool-export-input {color:#fff;border-radius:2px;border:none;padding:3px 10px 3px 10px;background:rgba(175,176,202,0.4);}
.style-21164 .tool-export-input::-webkit-input-placeholder {color:#afb0ca;}
.style-21164 .text-al-c {color:#86e84b !important;}
.style-21164 .text-al-c-error {color:#d24c36 !important;}
.style-21164 .tool-export-btn {width:93px;height:28px;color:#fff;background:url('//game.gtimg.cn/images/xiaoyue/newsdk/21164/vt/export-btn.png') no-repeat;background-size:100% 100%;border-radius:0;bottom:12px;font-size:14px;left:0;right:0;margin:0 auto;}
.style-21164 .btn-gray {background:url('//game.gtimg.cn/images/xiaoyue/newsdk/21164/vt/export-btn-gray.png') no-repeat;background-size:100% 100%;}
.style-21164 .tool-export-error {font-size:9px;color:#d24c36;}
.style-21164 .tool-export-sign {font-size:24px;color:#89a3ff;}
.style-21164 .tool-export-copy {border:1px solid #58679b;color:#58679b;}
.style-21164 .tool-export-tips2 {color:#afb0ca;font-weight:normal;}
.style-21164 .tool-export-tips3 {color:#a0a0a0;right: 0;left:0;text-align: center;margin:0 auto;}
.style-21164 .tool-export-close {position:absolute;top:4px;right:6px;width:34px;height:34px;background:url('//game.gtimg.cn/images/xiaoyue/newsdk/21164/vt/export-close.png') no-repeat;background-size:100% 100%;}
.style-21164 .mt-24{margin-top: 6px;}

/* 二之国 */
.style-21131 .tool-export-box {width:326px;height:229px;background:url('//game.gtimg.cn/images/xiaoyue/newsdk/21131/hz/tool-export-modal.png') no-repeat;background-size:100% 100%;border:none;border-radius: 0;}
.style-21131 .tool-export-header {background:none;border-radius:0;color:#fdefa6;font-size:15px;height:22px;padding:0;margin-top: 10px;}
.style-21131 .tool-export-header span{margin: 0 auto;}
.style-21131 .tool-export-content {background:none;padding:18px 20px 0;}
.style-21131 .tool-export-tips {color:#f6ffe0;}
.style-21131 .tool-export-input {color:#f6ffe0;border-radius:2px;border:none;padding:4px 10px 4px 10px;background:rgba(17,38,53,0.5);}
.style-21131 .tool-export-input::-webkit-input-placeholder {color:rgba(246,255,224,0.5);}
.style-21131 .text-al-c {color:#b7ff61 !important;}
.style-21131 .text-al-c-error {color:#ff7a6c !important;}
.style-21131 .tool-export-btn {width:117px;height:37px;color:#f6ffe0;background:url('//game.gtimg.cn/images/xiaoyue/newsdk/21131/hz/export-btn.png') no-repeat;background-size:100% 100%;border-radius:0;bottom:16px;font-size:14px;left:0;right:0;margin:0 auto;}
.style-21131 .btn-gray {background:url('//game.gtimg.cn/images/xiaoyue/newsdk/21131/hz/export-btn.png') no-repeat;background-size:100% 100%;}
.style-21131 .tool-export-error {font-size:9px;color:#ff7a6c;}
.style-21131 .tool-export-sign {font-size:24px;color:#f6ffe0;}
.style-21131 .tool-export-copy {border:1px solid #f5e0a3;color:#f5e0a3;}
.style-21131 .tool-export-tips2 {color:#f6ffe0;font-weight:normal;}
.style-21131 .tool-export-tips3 {color:rgba(246,255,224,0.5);right: 0;left:0;text-align: center;margin:0 auto;}
.style-21131 .tool-export-close {position:absolute;top:4px;right:0;width:53px;height:36px;background:url('//game.gtimg.cn/images/xiaoyue/newsdk/21131/hz/export-close.png') no-repeat;background-size:100% 100%;}
.style-21131 .mt-24{margin-top: 6px;}

/* 妄想山海 */
.style-1396 .tool-export-box {width:337px;height:213px;background:url('//game.gtimg.cn/images/xiaoyue/newsdk/1396/hz/tool-export-modal.png') no-repeat;background-size:100% 100%;border:none;border-radius: 0;}
.style-1396 .tool-export-header {background:none;border-radius:0;color:#c7c7c7;font-size:12px;height:24px;padding:0;margin-top: 0;}
.style-1396 .tool-export-header span{margin-left: 15px;}
.style-1396 .tool-export-content {background:none;padding:18px 20px 0;}
.style-1396 .tool-export-tips {color:#fff;}
.style-1396 .tool-export-input {color:#fff;border-radius:2px;border:none;padding:4px 10px 4px 10px;background:rgba(115,127,163,0.5);}
.style-1396 .tool-export-input::-webkit-input-placeholder {color:#8790ac;}
.style-1396 .text-al-c {color:#83c16e !important;}
.style-1396 .text-al-c-error {color:#ff6159 !important;}
.style-1396 .tool-export-btn {display:block;text-align:center;width:98px;height:23px;line-height:24px;color:#f6ffe0;background:url('//game.gtimg.cn/images/xiaoyue/newsdk/1396/hz/export-btn.png') no-repeat;background-size:100% 100%;border-radius:0;bottom:20px;font-size:12px;left:0;right:0;margin:0 auto;}
.style-1396 .btn-gray {background:url('//game.gtimg.cn/images/xiaoyue/newsdk/1396/hz/export-btn-gray.png') no-repeat;background-size:100% 100%;}
.style-1396 .tool-export-error {font-size:9px;color:#ff6159;}
.style-1396 .tool-export-sign {font-size:24px;color:#fff;}
.style-1396 .tool-export-copy {border:1px solid #efcb68;color:#efcb68;}
.style-1396 .tool-export-tips2 {color:#fff;font-weight:normal;}
.style-1396 .tool-export-tips3 {color:rgba(255,255,255,0.5);right: 0;left:0;text-align: center;margin:0 auto;}
.style-1396 .tool-export-close {position:absolute;top:1px;right:0;width:28px;height:19px;background:url('//game.gtimg.cn/images/xiaoyue/newsdk/1396/hz/export-close.png') no-repeat;background-size:100% 100%;}
.style-1396 .mt-24{margin-top: 6px;}


/* 火影忍者新世代 */
.style-21134 .tool-export-modal{background:rgba(19, 17, 13, 0.6);}
.style-21134 .tool-export-box {width:330px;height:211px;background:url('//image.gbot.qq.com/sdk/21134/page/tool-export-modal.png') no-repeat;background-size:100% 100%;border:none;border-radius: 0;}
.style-21134 .tool-export-header {background:none;border-radius:0;color:#fff;font-size:12px;height:21px;padding:0;margin-top: 17px;}
.style-21134 .tool-export-header span{display:block; width:314px; text-align:center;}
.style-21134 .tool-export-content {background:none;padding:18px 36px 0 16px;}
.style-21134 .tool-export-tips {color:#56462e;}
.style-21134 .tool-export-input {color:#56462E;border-radius:2px;border:none;padding:3px 10px 3px 10px;background:rgba(170, 130, 69, 0.29);}
.style-21134 .tool-export-input::-webkit-input-placeholder {color:#938162;}
.style-21134 .text-al-c {color:#407b32 !important;}
.style-21134 .text-al-c-error {color:#dd3204 !important;}
.style-21134 .tool-export-btn {width:86px;height:26.5px;color:#fff;background:url('//game.gtimg.cn/images/xiaoyue/newsdk/21134/export-btn.png') no-repeat;background-size:100% 100%;border-radius:0;bottom:8px;font-size:12px;left:auto;right:34px;text-shadow: #a43600 1px 0 0, #a43600 0 1px 0, #a43600 -1px 0 0, #a43600 0 -1px 0;}
.style-21134 .btn-gray {color:#8C8C8C; background:url('//image.gbot.qq.com/sdk/21134/page/export-btn-gray.png') no-repeat;background-size:100% 100%;text-shadow: #656157 1px 0 0, #656157 0 1px 0, #656157 -1px 0 0, #656157 0 -1px 0;}
.style-21134 .tool-export-error {font-size:9px;color:#dd3204;}
.style-21134 .tool-export-sign {font-size:24px;color:#B66518;}
.style-21134 .tool-export-copy {border:1px solid transparent;color:transparent;background: url('//image.gbot.qq.com/sdk/21134/page/icon-copy.png') no-repeat;background-size:100% 100%;width: 20px;height: 20px;}
.style-21134 .tool-export-tips2 {color:#56462e;font-weight:normal;}
.style-21134 .tool-export-tips3 {color:#56462E;right: 0;left:0;text-align: center;margin:0 auto;bottom: 14px;padding-right: 18px;}
.style-21134 .tool-export-close {position:absolute;top:11px;right:5px;width:31px;height:28px;background:url('//image.gbot.qq.com/sdk/21134/page/export-close.png') no-repeat;background-size:100% 100%;}
.style-21134 .mt-24{margin-top: 6px;}


/* 饥荒 */
.style-21183 .tool-export-box {width:433px;height:375px;background:url('//image.gbot.qq.com/sdk/21183/page/tool-export-modal.png') no-repeat;background-size:100% 100%;border:none;border-radius: 0;}
.style-21183 .tool-export-header {background:none;border-radius:0;color:#EAD7C0;font-size:13px;height:21px;padding:0;margin: 93px auto 0;}
.style-21183 .tool-export-content {background:none;padding:15px 80px 0 80px;}
.style-21183 .tool-export-tips {color:#B1967A;font-size: 10px;}
.style-21183 .tool-export-input {color:#EAD7C0;border-radius:1px;border:none;padding:4px 10px 4px 10px;background:rgba(73, 57, 41, 0.65);}
.style-21183 .tool-export-input::-webkit-input-placeholder {color:#6B5B4A;}
.style-21183 .text-al-c {color:#6ec550 !important;}
.style-21183 .text-al-c-error {color:#cd4f4f !important;}
.style-21183 .tool-export-btn {display:block;text-align:center;line-height:31px;width:90px;height:30px;color:#000;background:url('//image.gbot.qq.com/sdk/21183/page/export-btn.png') no-repeat;background-size:100% 100%;border-radius:0;bottom:100px;font-size:13px;left:auto;right:100px;margin:0;text-shadow: none;}
.style-21183 .btn-gray {background:url('//image.gbot.qq.com/sdk/21183/page/export-btn-gray.png') no-repeat;background-size:100% 100%;}
.style-21183 .tool-export-error {font-size:10px;color:#CD4F4F;margin: 2px 0 0 0;}
.style-21183 .tool-export-sign {font-size:20px;color:#E2C46A;}
.style-21183 .tool-export-copy {margin-left: 10px;text-indent: -9999px;border:none;display: block;width:16px;height:16px;background:url('//image.gbot.qq.com/sdk/21183/page/icon-copy.png') no-repeat;background-size:100% 100%;}
.style-21183 .tool-export-tips2 {color:#B1967A;font-weight:normal;}
.style-21183 .tool-export-tips3 {font-size:10px;color:rgba(177,150,122,0.6);right: 0;left:0;text-align: center;margin:0 auto;bottom: 152px;}
.style-21183 .tool-export-close {position:absolute;top:auto;bottom:99px;left:100px;right:auto;margin:0;width:90px;height:30px;background:url('//image.gbot.qq.com/sdk/21183/page/export-close1.png') no-repeat;background-size:100% 100%;font-size:13px;color:#000000;text-align:center;line-height:30px;border-radius:0;}
.style-21183 .mt-24{margin-top: 6px;}
.style-21183 .tool-export-content.step3 .mt-76{margin-top:18px;}
.style-21183 .tool-export-content.step3 .tool-export-error{margin: -2px 0 0 0;}
.style-21183 .tool-export-content.step1 .tool-export-error,.style-21183 .tool-export-content.step2 .tool-export-error{font-size: 8px;}
.style-21183 .tool-export-close.sleft{left: 171px;}



/* 极品飞车 */
.style-21196 .tool-export-box {width:310px;height:235px;background:url('//image.gbot.qq.com/sdk/21196/tool-export-modal.png') no-repeat;background-size:100% 100%;border:none;border-radius: 0;}
.style-21196 .tool-export-header {background:none;border-radius:0;color:#fff;font-size:14px;height:45px;padding:0;margin: 0 0 0 14px;}
.style-21196 .tool-export-content {background:none;padding:8px 14px 0 14px;}
.style-21196 .tool-export-tips {color:#1a1a1a;}
.style-21196 .tool-export-input {color:#f3f3f3;border-radius:2px;border:none;padding:3px 10px 3px 10px;background:rgba(48,48,48,0.3);}
.style-21196 .tool-export-input::-webkit-input-placeholder {color:#727272;}
.style-21196 .text-al-c {color:#268022 !important;}
.style-21196 .text-al-c-error {color:#d30f0f !important;}
.style-21196 .tool-export-btn {display:block;text-align:center;line-height:40px;width:101px;height:36px;color:#fff;background:url('//image.gbot.qq.com/sdk/21196/export-btn.png') no-repeat;background-size:100% 100%;border-radius:0;bottom:20px;font-size:12px;left:0;right:0;margin:0 auto;text-shadow: none;}
.style-21196 .btn-gray {background:url('//image.gbot.qq.com/sdk/21196/export-btn-gray.png') no-repeat;background-size:100% 100%;}
.style-21196 .tool-export-error {font-size:9px;color:#d30f0f;}
.style-21196 .tool-export-sign {font-size:24px;color:#000;}
.style-21196 .tool-export-copy {display: block;text-align: center;line-height: 18px;border:1px solid rgba(58,119,44,0.3);color:#000;background:#d9fe0f;}
.style-21196 .tool-export-tips2 {color:#1a1a1a;font-weight:normal;}
.style-21196 .tool-export-tips3 {color:#919191;right: 0;left:0;text-align: center;margin:0 auto;bottom: 40px;}
.style-21196 .tool-export-close {position:absolute;top:1px;right:0;width:50px;height:39px;background:url('//image.gbot.qq.com/sdk/21196/export-close.png') no-repeat;background-size:100% 100%;}
.style-21196 .mt-24{margin-top: 6px;}

/* 航海王 */
.style-21217 .tool-export-box {width:375px;height:241px;background:url('//image.gbot.qq.com/sdk/21217/tool-export-modal2.png') no-repeat;background-size:100% 100%;border:none;border-radius: 0;}
.style-21217 .tool-export-header {background:none;border-radius:0;color:#3C444E;font-size:14px;height:51px;padding:0;margin: 0 0 0 30px;}
.style-21217 .tool-export-content {background:none;padding:2px 30px 0 30px;}
.style-21217 .tool-export-tips {color:#59697B;}
.style-21217 .tool-export-input {color:#48688B;border-radius:3px;border:none;padding:4px 8px 4px 8px;background:rgba(123,140,171,0.4);}
.style-21217 .tool-export-input::-webkit-input-placeholder {color:#59697B;}
.style-21217 .text-al-c {color:#4A945C !important;}
.style-21217 .text-al-c-error {color:#D93934 !important;margin: -2px 0 0 0;}
.style-21217 .tool-export-btn {width:153px;height:26px;display:block;line-height:23px;text-align:center;color:#272727;background:url('//image.gbot.qq.com/sdk/21217/export-btn.png') no-repeat;background-size:100% 100%;border-radius:0;bottom:25px;font-size:12px;left:0;right:0;margin:0 auto;text-shadow: none;}
.style-21217 .btn-gray {background:url('//image.gbot.qq.com/sdk/21217/export-btn-gray.png') no-repeat;background-size:100% 100%;color: #fff;}
.style-21217 .tool-export-error {font-size:9px;color:#D93934;}
.style-21217 .tool-export-sign {font-size:24px;color:#3A4858;}
.style-21217 .tool-export-copy {border:1px solid #000;color:#fff;background:#000;}
.style-21217 .tool-export-tips2 {color:#59697B;font-weight:normal;margin-top: 22px;}
.style-21217 .tool-export-tips3 {color:#59697B;right: 0;left:0;text-align: center;margin:0 auto;bottom: 40px;}
.style-21217 .tool-export-close {position:absolute;top:10px;right:9px;width:49px;height:30px;background:url('//image.gbot.qq.com/sdk/21217/export-close.png') no-repeat;background-size:100% 100%;}
.style-21217 .mt-24{margin-top: 6px;}
.style-21217 .tool-export-content.step1::before,.style-21217 .tool-export-content.step2::before{background: url('//image.gbot.qq.com/sdk/21217/tool-export-modal-boder.png') no-repeat 0 0/100% 100%;width: 333px;height:8px;content: '';position: absolute;left: 20px;bottom: 56px;}

/* 20004 sdk v4.0 默认皮肤 */
.style-20004 .tool-export-box {width:322px;height:224px;background:url('//image.gbot.qq.com/sdk/20004/tool-export-modal.png') no-repeat;background-size:100% 100%;border:none;border-radius: 0;}
.style-20004 .tool-export-header {background:none;border-radius:0;color:#fff;font-size:14px;height:30px;padding:0;margin: 0 0 0 25px;}
.style-20004 .tool-export-content {background:none;padding:20px 25px 0 25px;}
.style-20004 .tool-export-tips {color:#3D60B4;}
.style-20004 .tool-export-input {color:#3D60B4;border-radius:2px;border:none;padding:5px 10px 5px 10px;background:rgba(150,169,212,0.5);}
.style-20004 .tool-export-input::-webkit-input-placeholder {color:#4E6497;}
.style-20004 .text-al-c {color:#159235 !important;}
.style-20004 .text-al-c-error {color:#D54949 !important;}
.style-20004 .tool-export-btn {display:block;text-align:center;line-height:23px;width:85px;height:23px;color:#4B61D9;background:url('//image.gbot.qq.com/sdk/20004/export-btn.png') no-repeat;background-size:100% 100%;border-radius:0;bottom:20px;font-size:12px;left:0;right:0;margin:0 auto;text-shadow: none;}
.style-20004 .btn-gray {background:url('//image.gbot.qq.com/sdk/20004/export-btn-gray.png') no-repeat;background-size:100% 100%;color: #B6C9F5;}
.style-20004 .tool-export-error {font-size:9px;color:#D54949;}
.style-20004 .tool-export-sign {font-size:24px;color:#436EF9;}
.style-20004 .tool-export-copy {display: block;text-align: center;line-height: 15px;border:1px solid #C3CBFF;color:#fff;background:linear-gradient(#6994F2, #526DE2);}
.style-20004 .tool-export-tips2 {color:#3D60B4;font-weight:normal;}
.style-20004 .tool-export-tips3 {color:#7B93E4;right: 0;left:0;text-align: center;margin:0 auto;bottom: 14px;}
.style-20004 .tool-export-close {position:absolute;top:1px;right:0;width:51px;height:31px;background:url('//image.gbot.qq.com/sdk/20004/export-close.png') no-repeat;background-size:100% 100%;}

/* 1177 火影 */
.style-1177 .tool-export-box {width:322px;height:224px;background:url('//image.gbot.qq.com/sdk/1177/tool-export-modal.png') no-repeat;background-size:100% 100%;border:none;border-radius: 0;}
.style-1177 .tool-export-header {background:none;border-radius:0;color:#fff;font-size:14px;height:33px;padding:0;margin: 0 0 0 25px;}
.style-1177 .tool-export-content {background:none;padding:10px 25px 0 25px;}
.style-1177 .tool-export-tips {color:#000;}
.style-1177 .tool-export-input {color:#83642F;border-radius:2px;border:none;padding:5px 10px 5px 10px;background:rgba(182,166,113,0.6);}
.style-1177 .tool-export-input::-webkit-input-placeholder {color:#948964;}
.style-1177 .text-al-c {color:#157A23 !important;}
.style-1177 .text-al-c-error {color:#CB2F04 !important;}
.style-1177 .tool-export-btn {display:block;text-align:center;line-height:29px;width:85px;height:29px;color:#FCFB6F;background:url('//image.gbot.qq.com/sdk/1177/export-btn.png') no-repeat;background-size:100% 100%;border-radius:0;bottom:20px;font-size:12px;left:0;right:0;margin:0 auto;text-shadow: #5D2000 1px 0 0, #5D2000 0 1px 0, #5D2000 -1px 0 0, #5D2000 0 -1px 0;}
.style-1177 .btn-gray {background:url('//image.gbot.qq.com/sdk/1177/export-btn-gray.png') no-repeat;background-size:100% 100%;color: #E8DFC7;text-shadow: #4F4E4B 1px 0 0, #4F4E4B 0 1px 0, #4F4E4B -1px 0 0, #4F4E4B 0 -1px 0;}
.style-1177 .tool-export-error {font-size:9px;color:#CB2F04;}
.style-1177 .tool-export-sign {font-size:24px;color:#A2502F;}
.style-1177 .tool-export-copy {text-indent: -9999px;border:none;display: block;width:38px;height:21px;background:url('//image.gbot.qq.com/sdk/1177/icon-copy.png') no-repeat;background-size:100% 100%;}
.style-1177 .tool-export-tips2 {color:#000;font-weight:normal;}
.style-1177 .tool-export-tips3 {color:rgba(0, 0, 0, 0.7);right: 0;left:0;text-align: center;margin:0 auto;bottom: 32px;}
.style-1177 .tool-export-close {position:absolute;top:-1px;right:14px;width:41px;height:36px;background:url('//image.gbot.qq.com/sdk/1177/export-close.png') no-repeat;background-size:100% 100%;}
.style-1177  .mt-24{margin-top: 6px;}
.style-1177 .mt-13{margin-top: 10px;}

/* 龙息神寂 */
.style-21223 .tool-export-box {width:342px;height:239px;background:url('//image.gbot.qq.com/sdk/21223/tool-export-modal.png') no-repeat;background-size:100% 100%;border:none;border-radius: 0;}
.style-21223 .tool-export-header {-webkit-box-pack: center;-webkit-justify-content: center;-ms-flex-pack: center;justify-content: center;background:none;border-radius:0;color:#9C7F53;font-size:14px;height:44px;padding:0;margin: 0 0 0 25px;}
.style-21223 .tool-export-content {background:none;padding:10px 25px 0 25px;}
.style-21223 .tool-export-tips {color:#E1CDAA;}
.style-21223 .tool-export-input {color:#E1CDAA;border:1px solid #4F4532;padding:5px 10px 5px 10px;background:#0C0B08;border-radius: 0;}
.style-21223 .tool-export-input::-webkit-input-placeholder {color:#554B42;}
.style-21223 .text-al-c {color:#FFCD75 !important;margin: -2px 0 0 0;}
.style-21223 .text-al-c-error {color:#882B2F !important;}
.style-21223 .tool-export-btn {display:block;text-align:center;line-height:30px;width:98px;height:34px;color:#FCFB6F;background:url('//image.gbot.qq.com/sdk/21223/export-btn.png') no-repeat;background-size:100% 100%;border-radius:0;bottom:15px;font-size:12px;left:0;right:0;margin:0 auto;}
.style-21223 .btn-gray {background:url('//image.gbot.qq.com/sdk/21223/export-btn-gray.png') no-repeat;background-size:100% 100%;color: #E8DFC7;}
.style-21223 .tool-export-error {font-size:9px;color:#882B2F;}
.style-21223 .tool-export-sign {font-size:24px;color:#E1CDAA;}
.style-21223 .tool-export-copy {text-indent: -9999px;border:none;display: block;width:19px;height:18px;background:url('//image.gbot.qq.com/sdk/21223/icon-copy.png') no-repeat;background-size:100% 100%;}
.style-21223 .tool-export-tips2 {color:#E1CDAA;font-weight:normal;}
.style-21223 .tool-export-tips3 {color:#595143;right: 0;left:0;text-align: center;margin:0 auto;bottom: 32px;}
.style-21223 .tool-export-close {position:absolute;top:2px;right:12px;width:34px;height:37px;background:url('//image.gbot.qq.com/sdk/21223/export-close.png') no-repeat;background-size:100% 100%;}
.style-21223  .mt-24{margin-top: 12px;}
.style-21223 .mt-13{margin-top: 6px;}
.style-21223 .mt-46{margin-top: 28px;}

/* 龙石战争 */
.style-21199 .tool-export-box {width:353px;height:203px;background:url('//image.gbot.qq.com/sdk/21199/tool-export-modal.png') no-repeat;background-size:100% 100%;border:none;border-radius: 0;}
.style-21199 .tool-export-header {-webkit-box-pack: center;-webkit-justify-content: center;-ms-flex-pack: center;justify-content: center;background:none;border-radius:0;color:#fff;font-size:12px;height:25px;padding:0;margin-left: -10px;}
.style-21199 .tool-export-content {background:none;padding:8px 30px 0 25px;}
.style-21199 .tool-export-tips {color:#E9F2FA;font-size:10px;}
.style-21199 .tool-export-input {color:#E9F2FA;border:none;padding:4px 10px 6px 10px;background:rgba(0, 0, 0, 0.5);border-radius: 21px;}
.style-21199 .tool-export-input::-webkit-input-placeholder {color:rgba(255, 255, 255, 0.34);}
.style-21199 .text-al-c {color:#5FF243 !important;margin: -2px 0 0 0;}
.style-21199 .text-al-c-error {color:#FF5454 !important;}
.style-21199 .tool-export-btn {display:block;text-align:center;line-height:28px;width:113px;height:34px;color:#604A2E;background:url('//image.gbot.qq.com/sdk/21199/export-btn.png') no-repeat;background-size:100% 100%;border-radius:0;bottom:7px;font-size:13px;left:-4px;right:0;margin:0 auto;text-indent: 7px;}
.style-21199 .btn-gray {background:url('//image.gbot.qq.com/sdk/21199/export-btn-gray.png') no-repeat;background-size:100% 100%;color: #575757;}
.style-21199 .tool-export-error {font-size:9px;color:#FF5454;padding-left: 12px;}
.style-21199 .tool-export-sign {font-size:24px;color:#FFA163;}
.style-21199 .tool-export-copy {border:14px;display: flex;width:29px;height:14px;color: #FFA163;background: #000;}
.style-21199 .tool-export-tips2 {color:#E9F2FA;font-weight:normal;}
.style-21199 .tool-export-tips3 {font-size:10px;color:rgba(233,242,250,0.6);right: 0;left:-7px;text-align: center;margin:0 auto;bottom: 32px;}
.style-21199 .tool-export-close {position:absolute;top:6px;right:18px;width:15px;height:14px;background:url('//image.gbot.qq.com/sdk/21199/export-close.png') no-repeat;background-size:100% 100%;}
.style-21199  .mt-24{margin-top: 7px;}
.style-21199 .mt-13{margin-top: 5px;}
.style-21199 .mt-46{margin-top: 28px;}
.style-21199 .mt-76 {margin-top: 24px;}

/* 王者荣耀 */
.style-1191 .tool-export-box {margin: -36px 0 0 -16px;width:364.5px;height:218px;background:url('//image.gbot.qq.com/sdk/1191/sdk/tool-export-modal.png') no-repeat;background-size:100% 100%;border:none;border-radius: 0;}
.style-1191 .tool-export-header {-webkit-box-pack: start;-webkit-justify-content: flex-start;-ms-flex-pack: flex-start;justify-content: flex-start;background:none;border-radius:0;color:#fff;font-size:13px;height:46px;padding:0;margin: 0 0 0 32px;}
.style-1191 .tool-export-content {background:none;padding:0 27px 0 47px;text-align: center;}
.style-1191 .tool-export-tips {color:#82A0CC;font-size: 10px;}
.style-1191 .tool-export-input {color:#82A0CC;border:1px solid rgba(53,102,158,0.4);padding:6px 10px 4px 10px;background:rgba(6,20,44,0.5);width: 222px;border-radius: none;}
.style-1191 .tool-export-input::-webkit-input-placeholder {color:rgba(255, 255, 255, 0.34);}
.style-1191 .text-al-c {color:#4DCC21 !important;margin: -2px 0 0 0;}
.style-1191 .text-al-c-error {color:#D54F40 !important;}
.style-1191 .tool-export-btn {display:block;text-align:center;line-height:26px;width:94px;height:24px;color:#fff;background:url('//image.gbot.qq.com/sdk/1191/sdk/export-btn.png') no-repeat;background-size:100% 100%;border-radius:0;bottom:15px;font-size:13px;left:0;right:0;margin:0 auto;}
.style-1191 .btn-gray {background:url('//image.gbot.qq.com/sdk/1191/sdk/export-btn-gray.png') no-repeat;background-size:100% 100%;color: #7E7E7E;}
.style-1191 .tool-export-error {font-size:9px;color:#D54F40;}
.style-1191 .tool-export-sign {font-size:24px;color:#F6B84B;}
.style-1191 .tool-export-copy {margin-top: -4px;border-radius: 0;text-indent: -9999px;border:none;display: block;width:40px;height:20px;background:url('//image.gbot.qq.com/sdk/1191/sdk/icon-copy.png') no-repeat;background-size:100% 100%;}
.style-1191 .tool-export-tips2 {color:#82A0CC;font-weight:normal;}
.style-1191 .tool-export-tips3 {font-size:10px;color:#82A0CC;right: 0;left:22px;text-align: center;margin:0 auto;bottom: 32px;}
.style-1191 .tool-export-close {position:absolute;top:8px;right:0;width:66px;height:36px;background:url('//image.gbot.qq.com/sdk/1191/sdk/export-close.png') no-repeat;background-size:100% 100%;}
.style-1191  .mt-24{margin-top: 7px;}
.style-1191 .mt-13{margin-top: 5px;}
.style-1191 .mt-46{margin-top: 12px;}
.style-1191 .mt-76{margin-top: 20px;}


/* 最终幻想 */
.tool-export-tips .tool-export-tips{font-size:10px;}
.style-21225 .tool-export-box {width:321px;height:198px;background:url('//image.gbot.qq.com/sdk/21225/tool-export-modal.png') no-repeat;background-size:100% 100%;border:none;border-radius: 0;}
.style-21225 .tool-export-header {-webkit-box-pack: center;-webkit-justify-content: center;-ms-flex-pack: center;justify-content: center;background:none;border-radius:0;color:#C6B78B;font-size:13px;height:32px;padding:0;}
.style-21225 .tool-export-content {background:none;padding:6px 25px 0 25px;}
.style-21225 .tool-export-tips {color:#CFC9B5;font-size: 10px;}
.style-21225 .tool-export-input {color:#B3A994;border:none;padding:2px 10px 3px 10px;background:rgba(0, 0, 0, 0.3);border-radius: 2px;}
.style-21225 .tool-export-input::-webkit-input-placeholder {color:#5D5952;}
.style-21225 .text-al-c {color:#86E47F !important;margin: 2px 0 0 0;}
.style-21225 .text-al-c-error {color:#C85340 !important;}
.style-21225 .tool-export-btn {display:block;text-align:center;line-height:24px;width:105px;height:32px;color:#FFFCF1;background:url('//image.gbot.qq.com/sdk/21225/export-btn.png') no-repeat;background-size:100% 100%;border-radius:0;bottom:6px;font-size:13px;left:0;right:0;margin:0 auto;text-shadow: #2F2E28 1px 0 0, #2F2E28 0 1px 0, #2F2E28 -1px 0 0, #2F2E28 0 -1px 0;}
.style-21225 .btn-gray {background:url('//image.gbot.qq.com/sdk/21225/export-btn-gray.png') no-repeat;background-size:100% 100%;color: #F3F3F3;}
.style-21225 .tool-export-error {font-size:10px;color:#C85340;}
.style-21225 .tool-export-sign {font-size:18px;color:#F4DD8F;}
.style-21225 .tool-export-copy {text-align:center;line-height:13px;color:#F4DD8F;border-radius: 7px;border:none;display: block;width:31px;height:13px;background:#000;}
.style-21225 .tool-export-tips2 {color:#CFC9B5;font-weight:normal;font-size: 10px;}
.style-21225 .tool-export-tips3 {font-size:9px;color:#78736D;right: 0;left:3px;text-align: center;margin:0 auto;bottom: 32px;}
.style-21225 .tool-export-close {position:absolute;top:2px;right:2px;width:37px;height:30px;background:url('//image.gbot.qq.com/sdk/21225/export-close.png') no-repeat;background-size:100% 100%;}
.style-21225  .mt-24{margin-top: 5px;}
.style-21225 .mt-13{margin-top: 6px;}
.style-21225 .mt-46{margin-top: 20px;}
.style-21225 .mt-76 {margin-top: 20px;}


/* CodeV */
.style-21116 .tool-export-box {margin-top:-5px;width:340px;height:191px;background:url('//image.gbot.qq.com/sdk/21116/page/tool-export-modal.png') no-repeat;background-size:100% 100%;border:none;border-radius: 0;}
.style-21116 .tool-export-header {-webkit-box-pack: flex-start;-webkit-justify-content: flex-start;-ms-flex-pack: flex-start;justify-content: flex-start;background:none;border-radius:0;color:#ECE8E1;font-size:12px;height:24px;padding:4px 0 0 15px;}
.style-21116 .tool-export-content {background:none;padding:10px 10px 0 11px;}
.style-21116 .tool-export-tips {color:#C6C5C1;font-size: 10px;}
.style-21116 .tool-export-input {color:#8B978F;border:0.01rem solid rgba(255, 255, 255, 0.10);padding:2px 10px 2px 10px;background:rgba(0, 0, 0, 0.30);border-radius: 0px;}
.style-21116 .tool-export-input::-webkit-input-placeholder {color:rgba(139,151,143,0.5);}
.style-21116 .text-al-c {color:#31C2B6 !important;margin: -2px 0 0 0;}
.style-21116 .text-al-c-error {color:#FF4655 !important;}
.style-21116 .tool-export-btn {display:block;text-align:center;line-height:30px;width:97px;height:30px;color:#fff;background:url('//image.gbot.qq.com/sdk/21116/page/export-btn.png') no-repeat;background-size:100% 100%;border-radius:0;bottom:10px;font-size:12px;left:122px;right:0;margin:0 auto;-webkit-text-stroke-width: 0.2px;}
.style-21116 .btn-gray {background:url('//image.gbot.qq.com/sdk/21116/page/export-btn-gray.png') no-repeat;background-size:100% 100%;color: rgba(198,197,193,0.4);}
.style-21116 .tool-export-error {font-size:8px;color:#FF4655;text-align: center;margin: 4px -10px 0;}
.style-21116 .tool-export-sign {font-size:18px;color:#FF4655;}
.style-21116 .tool-export-copy {text-align:center;line-height:13px;color:#fff;border-radius: 7px;border:none;display: block;width:31px;height:13px;background:linear-gradient(180deg, #FF4655 0%, #FF2769 100%);}
.style-21116 .tool-export-tips2 {color:#C6C5C1;font-weight:normal;font-size: 10px;}
.style-21116 .tool-export-tips3 {font-size:10px;color:rgba(198,197,193,0.5);right: 0;left:0;text-align: center;margin:0 auto;bottom: 54px;}
.style-21116 .tool-export-close {display: inline-flex;align-items: center;justify-content: center;font-size:12px;color:#C6C5C1;position:absolute;top:auto;bottom:10px;left:62px;width:97px;height:30px;background:url('//image.gbot.qq.com/sdk/21116/page/export-close2.png') no-repeat;background-size:100% 100%;-webkit-text-stroke-width: 0.2px;}
.style-21116  .mt-24{margin: 5px auto 0; width: calc(100% - 75px);}
.style-21116 .mt-13{margin: 5px auto 0; width: calc(100% - 75px);}
.style-21116 .mt-46{margin-top: 23px;}
.style-21116 .tool-export-sign-wrap{margin-top:0 !important;}
.style-21116 .mt-76{margin-top:7px;}
.style-21116 .tool-export-content.step3 .tool-export-error{ font-size: 10px; margin: -2px -10px;}
.style-21116 .tool-export-close.sleft{left: 122px;}
.style-21116 .tool-export-content .tool-export-tips{width: 100%;}
.style-21116 .tool-export-content.step2 .tool-export-tips{text-align: center;}

/* 代号雪刀手游 */
.style-21227 .tool-export-box {margin-left: -52px;width:416px;height:227px;background:url('//image.gbot.qq.com/sdk/21227/page/tool-export-modal.png') no-repeat;background-size:100% 100%;border:none;border-radius: 0;}
.style-21227 .tool-export-header {-webkit-box-pack: flex-start;-webkit-justify-content: flex-start;-ms-flex-pack: flex-start;justify-content: flex-start;background:none;border-radius:0;color:#E3BF82;font-size:14px;height:24px;padding:16px 0 4px 72px;}
.style-21227 .tool-export-content {background:none;padding:10px 34px 0 86px;}
.style-21227 .tool-export-tips {color:#EAEAEA;font-size: 10px;}
.style-21227 .tool-export-input {color:#EAEAEA;border:none;padding:3px 10px 3px 10px;background:rgba(0,0,0,0.2);border-radius: 0px;}
.style-21227 .tool-export-input::-webkit-input-placeholder {color:#898989;}
.style-21227 .text-al-c {color:#87DB8D !important;}
.style-21227 .text-al-c-error {color:#E67067 !important;}
.style-21227 .tool-export-btn {display:block;text-align:center;line-height:27px;width:107px;height:30px;color:#fff;background:url('//image.gbot.qq.com/sdk/21227/page/export-btn.png') no-repeat;background-size:100% 100%;border-radius:0;bottom:23px;font-size:13px;left:53px;right:0;margin:0 auto;}
.style-21227 .btn-gray {background:url('//image.gbot.qq.com/sdk/21227/page/export-btn-gray.png') no-repeat;background-size:100% 100%;color: rgba(234,234,234,0.5);}
.style-21227 .tool-export-error {font-size:10px;color:#E67067;text-align: center;line-height: 1.2;}
.style-21227 .tool-export-sign {font-size:18px;color:#E1B872;}
.style-21227 .tool-export-copy {text-align:center;line-height:13px;color:#87DB8D;border-radius: 7px;border:none;display: block;width:31px;height:13px;background:#000;}
.style-21227 .tool-export-tips2 {color:#EAEAEA;font-weight:normal;font-size: 10px;}
.style-21227 .tool-export-tips3 {font-size:10px;color:#898989;right: 0;left:60px;text-align: center;margin:0 auto;bottom: 40px;}
.style-21227 .tool-export-close {position:absolute;top:8px;right:-2px;width:27px;height:25px;background:url('//image.gbot.qq.com/sdk/21227/page/export-close.png') no-repeat;background-size:100% 100%;}
.style-21227  .mt-24{margin-top: 5px;}
.style-21227 .mt-13{margin-top: 5px;}
.style-21227 .mt-46{margin-top: 10px;}
.style-21227 .tool-export-sign-wrap{margin-top:10px;}
.style-21227 .tool-export-content.step3 .mt-76{margin-top: 13px;}
.style-21227 .tool-export-content.step3 .tool-export-error{margin: -2px 0 0 0;}
.style-21227 .tool-export-content.step2 {padding: 24px 34px 0 86px;}

/* 暗区端游小程序 */
.style-21234 .tool-export-box {width:325px;height:274px;background:url('//image.gbot.qq.com/h5/21234/page/tool-export-modal.png') no-repeat;background-size:100% 100%;border:none;border-radius: 0;}
.style-21234 .tool-export-header {-webkit-box-pack: flex-start;-webkit-justify-content: flex-start;-ms-flex-pack: flex-start;justify-content: flex-start;background:none;border-radius:0;color:#708392;font-size:16px;height:42px;padding: 0 40px 0 40px;}
.style-21234 .tool-export-content {background:none;padding:14px 22px 0 22px;}
.style-21234 .tool-export-tips {color:#708392;font-size: 11px;}
.style-21234 .tool-export-input {color:#E8F8FF;border:1px solid #424A53;padding:5px 10px 5px 10px;background:#1A1B1D;border-radius: 0px;}
.style-21234 .tool-export-input::-webkit-input-placeholder {color:#708392;}
.style-21234 .text-al-c {color:#83CEA0 !important;}
.style-21234 .text-al-c-error {color:#E67067 !important;}
.style-21234 .tool-export-btn {display:block;text-align:center;line-height:27px;width:111px;height:29px;color:#fff;background:url('//image.gbot.qq.com/h5/21234/page/export-btn.png') no-repeat;background-size:100% 100%;border-radius:0;bottom:23px;font-size:15px;left:0;right:0;margin:0 auto;}
.style-21234 .btn-gray {background:url('//image.gbot.qq.com/h5/21234/page/export-btn-gray.png') no-repeat;background-size:100% 100%;color: rgba(234,234,234,0.5);}
.style-21234 .tool-export-error {font-size:10px;color:#C62F49;}
.style-21234 .tool-export-sign {font-size:24px;color:#CA4D32;}
.style-21234 .tool-export-copy {text-align:center;line-height:13px;color:#fff;border-radius: 0;border:1px solid rgba(255, 255, 255, 0.20);display: block;width:31px;height:13px;background:#4E9346;}
.style-21234 .tool-export-tips2 {color:#708392;font-weight:normal;font-size: 11px;}
.style-21234 .tool-export-tips3 {font-size:10px;color:rgba(112, 131, 146, 0.50);left: 0;right: 0;text-align: center;margin:0 auto;bottom: 57px;}
.style-21234 .tool-export-close {position:absolute;top:7px;right:10px;width:29px;height:29px;background:url('//image.gbot.qq.com/h5/21234/page/export-close.png') no-repeat;background-size:100% 100%;}
.style-21234  .mt-24{margin-top: 5px;}
.style-21234 .mt-13{margin-top: 5px;}
.style-21234 .mt-46{margin-top: 40px;}
.style-21234 .tool-export-sign-wrap{margin-top:5px;}
.style-21234 .tool-export-content.step1 span{margin-bottom:5px;display: inline-block;}
.style-21234 .tool-export-content.step3 {padding: 24px 22px 0 22px;}

/* 完美世界 */
.style-1313 .tool-export-box {width:383px;height:243px;background:url('https://image.gbot.qq.com/sdk/1313/page/tool-export-modal.png') no-repeat;background-size:100% 100%;border:none;border-radius: 0;}
.style-1313 .tool-export-header {font-weight:400;background:none;border-radius:0;color:#6B508A;font-size:15px;height:21px;padding:0;margin: 16px auto 0;}
.style-1313 .tool-export-content {background:none;padding:9px 25px 0 25px;}
.style-1313 .tool-export-tips {color:#675077;font-size: 11px;line-height: 15px;}
.style-1313 .tool-export-input {color:#fff;border-radius:0;border:none;padding:6px 10px 6px 10px;background:rgba(103, 80, 119, 0.40);font-size: 11px;}
.style-1313 .tool-export-input::-webkit-input-placeholder {color:#675077;}
.style-1313 .text-al-c {color:#259E9C !important;}
.style-1313 .text-al-c-error {color:#D56C1F !important;}
.style-1313 .tool-export-btn {display:block;text-align:center;line-height:29px;width:114px;height:29px;color:#675077;background:url('https://image.gbot.qq.com/sdk/1313/page/export-btn.png') no-repeat;background-size:100% 100%;border-radius:0;bottom:27px;font-size:14px;left:auto;right:56px;margin:0 auto;text-shadow: none;}
.style-1313 .btn-gray {color:#5C5B5E;background:url('https://image.gbot.qq.com/sdk/1313/page/export-btn-gray.png') no-repeat;background-size:100% 100%;}
.style-1313 .tool-export-error {font-size:11px;color:#D44040;margin: 0;}
.style-1313 .tool-export-sign {font-size:20px;color:#744CB5;margin-top:2px;}
.style-1313 .tool-export-copy {font-size:10px;margin-left: 10px;border:none;border-radius:0;display: block;background:#744CB5;color: #fff;width: auto;height: auto;line-height: 1;padding: 3px 5px;}
.style-1313 .tool-export-tips2 {color:#675077;font-weight:normal;}
.style-1313 .tool-export-tips3 {font-size:10px;color:rgba(103,80,119,0.5);right: 0;left:0;text-align: center;margin:0 auto;bottom: 85px;}
.style-1313 .tool-export-close {line-height:29px;color:#675077;font-size: 14px;position:absolute;top:auto;bottom: 27px;text-align:center;left:56px;width:114px;height:29px;background:url('https://image.gbot.qq.com/sdk/1313/page/export-close.png') no-repeat;background-size:100% 100%;}
.style-1313 .mt-24{margin-top: 6px;}
.style-1313 .tool-export-content.step2 .mt-46{margin-top:33px;}
.style-1313 .tool-export-content.step3 .mt-76{margin-top:12px;}
.style-1313 .tool-export-content.step3 .mt-46{margin-top:13px;}
.style-1313 .tool-export-content.step3 .tool-export-error{margin: -2px 0 0 0;}
.style-1313 .tool-export-content.step1 .tool-export-error,.style-1313 .tool-export-content.step2 .tool-export-error{font-size: 9px;margin-top:2px;line-height: 13px;}
.style-1313 .tool-export-close.sleft{left: 134px;}

/* 洛克王国 */
.style-21226 .tool-export-box {width:420px;height:220px;background:url('https://image.gbot.qq.com/sdk/21226/page/tool-export-modal.png') no-repeat;background-size:100% 100%;border:none;border-radius: 0;}
.style-21226 .tool-export-header {background:none;border-radius:0;color:#F4EEE1;font-size:16px;height:21px;padding:0;margin: 10px auto 0;}
.style-21226 .tool-export-content {background:none;padding:15px 25px 0 25px;}
.style-21226 .tool-export-tips {color:#272727;font-size: 10px;line-height: 15px;text-align: center;}
.style-21226 .tool-export-input {width:165px;color:#272727;border-radius:16px;border:none;padding:5px 10px 5px 10px;background:#DFD7C0;}
.style-21226 .tool-export-input::-webkit-input-placeholder {color:transparent;}
.style-21226 .text-al-c {color:#DC9827 !important;}
.style-21226 .text-al-c-error {color:#D56C1F !important;}
.style-21226 .tool-export-btn {font-family:"SSDunDunTi_FONT" !important;display:block;text-align:center;line-height:31px;width:97px;height:31px;color:#292929;background:url('https://image.gbot.qq.com/sdk/21226/page/export-btn.png') no-repeat;background-size:100% 100%;border-radius:0;bottom:0;font-size:15px;left:auto;right:98px;margin:0 auto;text-shadow: none;}
.style-21226 .btn-gray {background:url('https://image.gbot.qq.com/sdk/21226/page/export-btn-gray.png') no-repeat;background-size:100% 100%;}
.style-21226 .tool-export-error {font-size:10px;color:#D56C1F;margin: 5px 0 0 0;text-align: center;}
.style-21226 .tool-export-sign {font-size:30px;color:#272727;font-family:"SSDunDunTi_FONT" !important;line-height: 40px;}
.style-21226 .tool-export-copy {margin-left: 10px;border:none;border-radius:0;display: block;background:url('https://image.gbot.qq.com/sdk/21226/page/icon-copy.png') no-repeat;background-size:100% 100%;color:transparent;width: 22px;height: 22px;}
.style-21226 .tool-export-tips2 {color:#272727;font-weight:normal;}
.style-21226 .tool-export-tips3 {font-size:10px;color:#62605E;right: 0;left:0;text-align: center;margin:0 auto;bottom: 68px;}
.style-21226 .tool-export-close {color:#292929;font-family:'SSDunDunTi_FONT' !important;font-size: 15px;position:absolute;top:auto;bottom: 0;text-align:center;left:98px;width:97px;height:31px;line-height:31px;background:url('https://image.gbot.qq.com/sdk/21226/page/export-close.png') no-repeat;background-size:100% 100%;}
.style-21226 .mt-24{margin-top: 6px;}
.style-21226 .input-lable{display: inline-block;}
.style-21226 .tool-export-content.step2 .mt-46{margin-top:23px;}
.style-21226 .tool-export-content.step3 .mt-76{margin-top:3px;}
.style-21226 .tool-export-content.step3 .mt-46{margin-top:13px;}
.style-21226 .tool-export-content.step3 .tool-export-error{margin: -2px 0 0 0; color: #C7494A !important}
.style-21226 .tool-export-content.step1 .tool-export-error,.style-21226 .tool-export-content.step2 .tool-export-error{font-size: 8px;}
.style-21226 .tool-export-close.sleft{left: 162px;}
.style-21226 .single-calendar{justify-content: flex-start;align-items: flex-start;margin: 36px 0 0 74px;}
.style-21226 .tool-export-content.step1 .tool-export-tips.mt-13{margin-top:0;}
.style-21226 .tool-export-sign-wrap{margin-top:0;}
.style-21226 .tool-export-content .input-warp{font-size: 11px; width: 233px;display: flex;justify-content: space-between;align-items: center;margin: 5px auto 0;}
.style-21226 .tool-export-content.step2 .input-warp{width: 253px;}

/* 代号RM */
.style-21208 .tool-export-box {width:380.5px;height:254px;background:url('//image.gbot.qq.com/sdk/21208/v2/page/tool-export-modal.png') no-repeat;background-size:100% 100%;border:none;border-radius: 0;}
.style-21208 .tool-export-header {-webkit-box-pack: flex-start;-webkit-justify-content: flex-start;-ms-flex-pack: flex-start;justify-content: flex-start;background:none;border-radius:0;color:#F8724B;font-size:13px;height:24px;padding:12.5px 0 0 33px;}
.style-21208 .tool-export-content {background:none;padding:20px 34px 0 37px;}
.style-21208 .tool-export-tips {color:#DAAE88;font-size: 11px;}
.style-21208 .tool-export-input {border:1px solid rgba(255, 255, 255, 0.05);color:#A65038;padding:7px 10px 7px 10px;background: url('//image.gbot.qq.com/sdk/21208/v2/page/tool-export-input-bg.png') no-repeat 0 0/100% 100%;border-radius: 0px;}
.style-21208 .tool-export-input::-webkit-input-placeholder {color:rgba(166,80,56,0.5);}
.style-21208 .text-al-c {color:#A4BB37 !important;margin: -2px 0 0 0;}
.style-21208 .text-al-c-error {color:#E67067 !important;}
.style-21208 .tool-export-btn {display:block;text-align:center;font-weight:bold;line-height:26px;width:119px;height:38px;line-height:38px;color:#241E1E;background:url('//image.gbot.qq.com/sdk/21208/v2/page/export-btn.png') no-repeat;background-size:100% 100%;border-radius:0;bottom:30px;font-size:13px;left:6px;right:0;margin:0 auto;}
.style-21208 .btn-gray {background:url('//image.gbot.qq.com/sdk/21208/v2/page/export-btn-gray.png') no-repeat;background-size:100% 100%;color: #241E1E;}
.style-21208 .tool-export-error {font-size:8px;color:#F83111; margin: 4px -8px 0;}
.style-21208 .tool-export-sign {font-size:24px;color:#F8724B;}
.style-21208 .tool-export-copy {text-align:center;line-height:13px;color:transparent;border-radius: 0;border:none;display: block;width:20px;height:20px;background: url('//image.gbot.qq.com/sdk/21208/v2/page/icon-copy.png') no-repeat 0 0/100% 100%;}
.style-21208 .tool-export-tips2 {color:#DAAE88;font-weight:normal;font-size: 11px;margin-top: 13px;}
.style-21208 .tool-export-tips3 {font-size:10px;color:rgba(218,174,136,0.3);right: 0;left:0;text-align: center;margin:0 auto;bottom: 62px;}
.style-21208 .tool-export-close {right:14px;top:9px;width:33.5px;height:33px;line-height:33px;text-align:center;font-weight:bold;font-size:0;color:transparent;background:url('//image.gbot.qq.com/sdk/21208/v2/page/export-close.png') no-repeat;background-size:100% 100%;}
.style-21208  .mt-24{margin-top: 12px;}
.style-21208 .mt-13{margin-top: 5px;}
.style-21208 .mt-46{margin-top: 26px;}
.style-21208 .tool-export-sign-wrap{margin-top:5px;}
.style-21208 .tool-export-content.step2{padding: 20px 34px 0 37px;}
.style-21208 .tool-export-content.step3 .text-al-c{font-size: 11px;}

/* 修仙时代 */
.style-21260 .tool-export-box {width:437px;height:232px;background:url('//image.gbot.qq.com/sdk/21260/page/tool-export-modal.png') no-repeat;background-size:100% 100%;border:none;border-radius: 0;margin-top: -0.1rem;}
.style-21260 .tool-export-header {background:none;border-radius:0;color:#E6E2D8;font-size:12px;height:23px;padding:0;margin: 10px auto 0;}
.style-21260 .tool-export-content {background:none;padding:15px 45px 0 52px;}
.style-21260 .tool-export-tips {color:#50535B;font-size: 10px;line-height: 15px;}
.style-21260 .tool-export-input {width:334px;color:#50535B;border-radius:0;border:none;padding:5px 10px 5px 10px;background:url('//image.gbot.qq.com/sdk/21260/page/tool-export-input-bg.png') no-repeat 0 0/100% 100%;}
.style-21260 .tool-export-input::-webkit-input-placeholder {color:rgba(80,83,91,0.5);}
.style-21260 .text-al-c {color:#3C7C24 !important;}
.style-21260 .text-al-c-error {color:#B72121 !important;}
.style-21260 .tool-export-btn {display:block;text-align:center;line-height:34px;width:123px;height:34px;color:#5C3112;background:url('//image.gbot.qq.com/sdk/21260/page/export-btn.png') no-repeat;background-size:100% 100%;border-radius:0;bottom:10px;font-size:14px;left:auto;right:50px;margin:0 auto;text-shadow: none;}
.style-21260 .btn-gray {background:url('//image.gbot.qq.com/sdk/21260/page/export-btn-gray.png') no-repeat;background-size:100% 100%;}
.style-21260 .tool-export-error {font-size:8px;color:#B72121;margin: 7px 0 0 0;}
.style-21260 .tool-export-sign {font-size:25px;color:#50535B;line-height: 40px;margin-top: -5px;}
.style-21260 .tool-export-copy {margin-left: 10px;border:none;border-radius:0;display: block;background:url('//image.gbot.qq.com/sdk/21260/page/icon-copy.png') no-repeat;background-size:100% 100%;color:transparent;width: 20px;height: 20px;}
.style-21260 .tool-export-tips2 {color:#50535B;font-weight:normal;font-size: 10px;}
.style-21260 .tool-export-tips3 {font-size:10px;color:rgba(80,83,91,0.5);right: 0;left:0;margin:0 auto;bottom: 63px;text-align: center;}
.style-21260 .tool-export-close {color:#5A6063;font-size: 0;position:absolute;top:auto;bottom: 10px;text-align:center;left:50px;width:123px;height:34px;line-height:31px;background:url('//image.gbot.qq.com/sdk/21260/page/export-close.png') no-repeat;background-size:100% 100%;}
.style-21260 .mt-24{margin-top: 6px;}
.style-21260 .tool-export-content.step2 .mt-46{margin-top:23px;}
.style-21260 .tool-export-content.step3 .mt-76{margin-top:3px;}
.style-21260 .tool-export-content.step3 .mt-46{margin-top:13px;}
.style-21260 .tool-export-content.step3 .tool-export-error{margin: -2px 0 0 0; color: #B72121 !important;font-size: 11px;}
.style-21260 .tool-export-content.step1 .tool-export-error,.style-21260 .tool-export-content.step2 .tool-export-error{font-size: 8px;}
.style-21260 .tool-export-close.sleft{left: 158px;}
.style-21260 .tool-export-content.step1 .tool-export-tips.mt-13{margin-top:0;}
.style-21260 .tool-export-sign-wrap{margin-top:0;}
.style-21260 .tool-export-content.step3 {padding: 28px 45px 0 52px;}
.style-21260 .tool-export-header span{font-family:"SourceHanSerifCN_FONT", sans-serif !important;}

/* qq 农场 */
.style-21270 .tool-export-box {width:307px;height:342px;background:url('//image.gbot.qq.com/h5/21270wx/page/tool-export-modal.png') no-repeat;background-size:100% 100%;border:none;border-radius: 0;}
.style-21270 .tool-export-header {-webkit-box-pack: center;-webkit-justify-content: center;-ms-flex-pack: center;justify-content: center;background:none;border-radius:0;color:#F9EFDF;font-size:16px;height:38px;padding:1.5px 0 0 12px;}
.style-21270 .tool-export-content {background:none;padding:28px 34px 0 37px;}
.style-21270 .tool-export-tips {color:#82442A;font-size: 12px;line-height: 16px;}
.style-21270 .tool-export-input {color:#82442A;padding:7px 10px 7px 10px;background:#F1D7AE;border-radius: 8px;box-shadow: 0 1px 4px 2px #F2D49F inset, 0 1px 0 0 #FFFCEA;font-size: 12px;border: none;}
.style-21270 .tool-export-input::-webkit-input-placeholder {color:#BA967C;}
.style-21270 .tool-export-content.step3 .text-al-c {position: relative;z-index: 1;margin: -32px 0 0 0;font-size: 12px;color: #F9EFDF !important;}
.style-21270 .tool-export-content.step3 .text-al-c-error {color: #F9EFDF !important;}
.style-21270 .tool-export-btn {text-shadow: 1px 0 #6C6D67, -1px 0 #6C6D67, 0 1px #6C6D67, 0 -1px #6C6D67;display:block;text-align:center;font-weight:bold;width:125px;height:42.5px;color:#fff;line-height: 40px;background:url('//image.gbot.qq.com/h5/21270wx/page/export-btn.png') no-repeat;background-size:100% 100%;border-radius:0;bottom:31px;font-size:18px;left:0;right:0;margin:0 auto;}
.style-21270 .btn-gray {background:url('//image.gbot.qq.com/h5/21270wx/page/export-btn-gray.png') no-repeat;background-size:100% 100%;}
.style-21270 .tool-export-error {font-size:9px;color:#EE4D37;}
.style-21270 .tool-export-sign {font-size:30.5px;color:#82442A;}
.style-21270 .tool-export-copy {color:transparent;border-radius: 0;border:none;display: block;width:22.5px;height:22.5px;background:url('//image.gbot.qq.com/h5/21270wx/page/icon-copy.png') no-repeat 0 0 / 100% 100%;}
.style-21270 .tool-export-tips2 {color:#82442A;font-weight:normal;font-size: 12px;margin-top: 83px;}
.style-21270 .tool-export-tips3 {font-size:10px;color:#BA967C;right: 28px;left:28px;text-align: center;margin:0 auto;bottom: 28px;}
.style-21270 .tool-export-close {width:43px;height:43px;background:url('//image.gbot.qq.com/h5/21270wx/page/export-close.png') no-repeat;background-size:100% 100%;top: -10px;right: -6px;}
.style-21270  .mt-24{margin-top: 5px;}
.style-21270 .mt-13{margin-top: 5px;}
.style-21270 .mt-46{margin-top: 10px;}
.style-21270 .tool-export-sign-wrap{margin-top:5px;}
.style-21270 .tool-export-content.step2{padding: 57px 28px 0 28px;}
.style-21270 .tool-export-content .text-mask::after {z-index: -1;width: 146px;height: 28px;position: absolute;left: 0;right: 0;margin: -6px auto 0;display: inline-block;content: '';background: url('//image.gbot.qq.com/h5/21270wx/page/text-al-bg.png') no-repeat 0 0/100% 100%;}
.style-21270 .tool-al-bg{margin-top:-32px;}
.style-21270 .tool-export-content.step1 .tool-export-tips div{display: inline;}

/* dnf */
.style-1 .tool-export-box {width:447px;height:300px;background:url('//image.gbot.qq.com/sdk/1/page/tool-export-modal.png') no-repeat;background-size:100% 100%;border:none;border-radius: 0;}
.style-1 .tool-export-header {-webkit-box-pack: center;-webkit-justify-content: center;-ms-flex-pack: center;justify-content: center;background:none;border-radius:0;color:#F9EFDF;font-size:14px;height:18px;padding:1.5px 0 0 12px;text-shadow: #000 1px 0 0, #000 0 1px 0, #000 -1px 0 0, #000 0 -1px 0;}
.style-1 .tool-export-content {background:none;padding:33px 28px 0 28px;}
.style-1 .tool-export-tips {color:#CFD2E9;font-size: 14px;margin-bottom: 0;line-height: 18px;}
.style-1 .tool-export-input {color:#CFD2E9;padding:8px 10px 8px 14px;background:#2B3249;border-radius: 2px;font-size: 13px;border: none;}
.style-1 .tool-export-input::-webkit-input-placeholder {color:rgba(207,210,233,0.5);}
.style-1 .tool-export-content.step3 .text-al-c {position: relative;z-index: 1;font-size: 14px;color: #61A31A !important;}
.style-1 .tool-export-content.step3 .text-al-c-error {color: #BD2F2F !important;}
.style-1 .tool-export-btn {display:block;text-align:center;font-weight:bold;width:126px;height:34px;color:#fff;line-height: 32px;background:url('//image.gbot.qq.com/sdk/1/page/export-btn.png') no-repeat;background-size:100% 100%;border-radius:0;bottom:24px;font-size:14px;left:0;right:0;margin:0 auto;text-shadow: #000 1px 0 0, #000 0 1px 0, #000 -1px 0 0, #000 0 -1px 0;}
.style-1 .btn-gray {background:url('//image.gbot.qq.com/sdk/1/page/export-btn-gray.png') no-repeat;background-size:100% 100%;}
.style-1 .tool-export-error {font-size:12px;color:#EE4D37;}
.style-1 .tool-export-sign {font-size:28px;color:#CFD2E9;}
.style-1 .tool-export-copy {margin-left:14px;color:transparent;border-radius: 0;border:none;display: block;width:19px;height:22px;background:url('//image.gbot.qq.com/sdk/1/page/icon-copy.png') no-repeat 0 0 / 100% 100%;}
.style-1 .tool-export-tips2 {color:#CFD2E9;font-weight:normal;font-size: 14px;margin-top: 40px;}
.style-1 .tool-export-tips3 {font-size:12px;color:rgba(207,210,233,0.5);right: 28px;left:28px;text-align: center;margin:0 auto;bottom: 54px;}
.style-1 .tool-export-close {width:40px;height:24px;background:url('//image.gbot.qq.com/sdk/1/page/export-close.png') no-repeat;background-size:100% 100%;right: 4px;}
.style-1  .mt-24{margin-top: 5px;}
.style-1 .mt-13{margin-top: 5px;}
.style-1 .mt-46{margin-top: 10px;}
.style-1 .tool-export-sign-wrap{margin-top:5px;}
.style-1 .tool-export-content.step2{padding: 53px 28px 0 28px;}
.style-1 .tool-export-content .text-mask::after {z-index: -1;width: 146px;height: 28px;position: absolute;left: 0;right: 0;margin: -6px auto 0;display: inline-block;content: '';background: url('//image.gbot.qq.com/sdk/1/page/text-al-bg.png') no-repeat 0 0/100% 100%;}
.style-1 .tool-al-bg{margin-top:-32px;}

/* 三国c2 */
.style-21277 .tool-export-modal{background: rgba(0, 0, 0, 0.6);}
.style-21277 .tool-export-box {width:356px;height:208.5px;background:url('//image.gbot.qq.com/sdk/21277/page/tool-export-modal.png') no-repeat;background-size:100% 100%;border:none;border-radius: 0;margin-top: 4px;}
.style-21277 .tool-export-header {background:none;border-radius:0;color:#FFF9BB;font-size:12px;height:21px;padding:0;margin: 0 auto 0;}
.style-21277 .tool-export-content {background:none;padding:10px 20px 0 20px;}
.style-21277 .tool-export-tips {color:#50535B;font-size: 10px;line-height: 15px;}
.style-21277 .tool-export-input {color:#4B4B4B;border-radius:0;border:none;padding:5px 10px 5px 10px;background: rgba(142, 156, 169, 0.72);}
.style-21277 .tool-export-input::-webkit-input-placeholder {color:rgba(75,75,75,0.5);}
.style-21277 .text-al-c {color:#336F25 !important;}
.style-21277 .text-al-c-error {color:#B72121 !important;}
.style-21277 .tool-export-btn {font-family:"AIzaozijianke" !important;display:block;text-align:center;line-height:28px;width:105px;height:28px;color:#FFF199;background:url('//image.gbot.qq.com/sdk/21277/page/export-btn.png') no-repeat;background-size:100% 100%;border-radius:0;bottom:20px;font-size:14px;left:auto;right:55px;margin:0 auto;text-shadow: none;}
.style-21277 .btn-gray {background:url('//image.gbot.qq.com/sdk/21277/page/export-btn-gray.png') no-repeat;background-size:100% 100%;color: #fff;}
.style-21277 .tool-export-error {font-size:8px;color:#AE2121;margin: 2px 0 0 0;}
.style-21277 .tool-export-sign {font-size:25px;color:#BE6E17;line-height: 40px;margin-top: -5px;}
.style-21277 .tool-export-copy {margin-left: 10px;border:none;border-radius:0;display: block;background:url('//image.gbot.qq.com/sdk/21277/page/icon-copy.png') no-repeat;background-size:100% 100%;color:transparent;width: 20px;height: 20px;}
.style-21277 .tool-export-tips2 {color:#4B4B4B;font-weight:normal;font-size: 10px;}
.style-21277 .tool-export-tips3 {font-size:10px;color:rgba(75,75,75,0.5);right: 0;left:0;margin:0 auto;bottom: 63px;text-align: center;}
.style-21277 .tool-export-close {color:#5A6063;font-size: 0;position:absolute;top:auto;bottom: 20px;text-align:center;left:55px;width:105px;height:28px;line-height:28px;background:url('//image.gbot.qq.com/sdk/21277/page/export-close.png') no-repeat;background-size:100% 100%;}
.style-21277 .mt-24{margin-top: 6px;}
.style-21277 .tool-export-content.step2 .mt-46{margin-top:23px;}
.style-21277 .tool-export-content.step3 .mt-76{margin-top:3px;}
.style-21277 .tool-export-content.step3 .mt-46{margin-top:13px;}
.style-21277 .tool-export-content.step3 .tool-export-error{margin: -2px 0 0 0; color: #B72121 !important;font-size: 11px;}
.style-21277 .tool-export-content.step1 .tool-export-error,.style-21277 .tool-export-content.step2 .tool-export-error{font-size: 9px;}
.style-21277 .tool-export-close.sleft{left: 122px;}
.style-21277 .tool-export-content.step1 .tool-export-tips.mt-13{margin-top:0;}
.style-21277 .tool-export-sign-wrap{margin-top:0;}
.style-21277 .tool-export-content.step3 {padding: 18px 45px 0 52px;}
