@charset "utf-8";
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

::-webkit-scrollbar {
 width:0.08rem;
 height:0.08rem;
 overflow: auto
}

::-webkit-scrollbar-thumb {
 background-color:rgb(0 148 255 / 65%);
 min-height:0.08rem;
 min-width: 0.08rem;
 border: 1px solid rgba(255,255,255,0.1);
 border-radius: 10em;
}

::-webkit-scrollbar-track {
/*
 background-color: #f7f7f7;
 border: 1px solid #efefef
*/
 background-color: rgba(0,0,0,0.2);
/* border-left: 1px solid #2be9ff;*/
}

/* // 两个滚动条的交汇处 */
::-webkit-scrollbar-corner {
 background-color: transparent;
}
body {
/*
    opacity: 0;
    animation: page-fade-in 2s forwards;
*/
}
 @keyframes page-fade-in {
 0% {
 opacity: 0;
}
 100% {
 opacity: 1;
}
}
body {
 --dcyan: #00dcff;
 --blue: #3D84FF;
 --orangeA: orange;
    /* var属性兼容性 --> https://www.caniuse.com/#feat=css-variables */
    /* 标准色 */
 --red: #e54d42;
 --orange: #f37b1d;
 --yellow: #ffcc00;
 --yellowbring:#ffe24b;
 --olive: #8dc63f;
 --green: #39b54a;
 --cyan: #00e5ff;
 --cyanbring: #00fcff;
 --cyandark:#116965;
 --greenbring: #00ffbf;
 --cblue:#1a82cd;
 --blueA: #0081ff;
 --purple: #6739b6;
 --mauve: #9c26b0;
 --pink: #e03997;
 --brown: #a5673f;
 --grey: #8799a3;
 --black: #333333;
 --darkGray: #666666;
 --gray: #aaaaaa;
 --ghostWhite: #f1f1f1;
 --white: #ffffff;
 --lblue: #007fdf;
    /* 浅色 */
 --redLight: #fadbd9;
 --orangeLight: #fde6d2;
 --yellowLight: #fef2ce;
 --oliveLight: #e8f4d9;
 --greenLight: #d7f0db;
 --cyanLight: #d2f1f0;
 --blueLight: #cce6ff;
 --purpleLight: #e1d7f0;
 --mauveLight: #ebd4ef;
 --pinkLight: #f9d7ea;
 --brownLight: #ede1d9;
 --greyLight: #e7ebed;
    /* 渐变色 */
 --gradualRed: linear-gradient(45deg, #f43f3b, #ec008c);
 --gradualOrange: linear-gradient(45deg, #ff9700, #ed1c24);
 --gradualGreen: linear-gradient(45deg, #39b54a, #8dc63f);
 --gradualPurple: linear-gradient(45deg, #9000ff, #5e00ff);
 --gradualPink: linear-gradient(45deg, #ec008c, #6739b6);
 --gradualBlue: linear-gradient(45deg, #0081ff, #1cbbb4);
 --linearblue: linear-gradient(135deg, #ffe18f, #34ecff);
    /* 阴影透明色 */
 --ShadowSize: 6rpx 6rpx 8rpx;
 --redShadow: rgba(204, 69, 59, 0.2);
 --orangeShadow: rgba(217, 109, 26, 0.2);
 --yellowShadow: rgba(224, 170, 7, 0.2);
 --oliveShadow: rgba(124, 173, 55, 0.2);
 --greenShadow: rgba(48, 156, 63, 0.2);
 --cyanShadow: rgba(28, 187, 180, 0.2);
 --blueShadow: rgba(0, 102, 204, 0.2);
 --purpleShadow: rgba(88, 48, 156, 0.2);
 --mauveShadow: rgba(133, 33, 150, 0.2);
 --pinkShadow: rgba(199, 50, 134, 0.2);
 --brownShadow: rgba(140, 88, 53, 0.2);
 --greyShadow: rgba(114, 130, 138, 0.2);
 --grayShadow: rgba(114, 130, 138, 0.2);
 --blackShadow: rgba(26, 26, 26, 0.2);
    /* 字体 */
    --borbottom: #f1f1f1 solid 1px;
 --fontsx: 50%;
 --fontxs: 70%;
 --fontsm: 90%;
 --fontms: 100%;
 --fontdf: 110%;
 --fontlg: 120%;
 --fontsl: 140%;
 --fontxl: 160%;
 --fontml: 180%;
 --fontdl: 220%;
/*边	*/
--bor:rgba(0,0,0,0.132) solid 1px;
    background: #f6f6f6;/*
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    text-size-adjust: 100%;
*/
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
* {
    border: none;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    outline: none;
}
a {
    color: inherit;
    text-decoration: none;
    color: #4f4f4f;
    cursor: pointer;
    transition: all 0.2s;
}
a:hover {
    color: #3D84FF;
}
a:focus {
    text-decoration: none;
    outline: none;
}
ul, ol, li {
    margin: 0;
    list-style-type: none;
}
body, button, input, select, textarea {
    font-family: Microsoft YaHei, tahoma, arial, Hiragino Sans GB, sans-serif;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 300;
    line-height: 1.4;
    margin: 0;
    color: #4f4f4f;
    border: 0;
    outline: none;
    -webkit-text-size-adjust: none;/*    -webkit-appearance: none;*/
}
body {
    background: transparent;
    word-wrap: break-word;
    word-break: break-all;
    position: relative;
}
input, textarea, button, select {
    font-size: 100%;/*  -webkit-appearance: none;*/
}
 a:focus, a:active, button::-moz-focus-inner, input[type='reset']::-moz-focus-inner, input[type='button']::-moz-focus-inner, input[type='submit']::-moz-focus-inner, select::-moz-focus-inner, input[type='file']>input[type='button']::-moz-focus-inner {
 border: 0;
 outline: 0;
}
a:hover, button:hover {
    -webkit-filter: brightness(1.5);
    filter: brightness(1.5);
    cursor: pointer;
}
textarea {
    resize: none
}
label {
    font-weight: normal;
    margin-bottom: 0;
    white-space: nowrap
}
b {
    font-weight: 600;
}
input[type="radio"], input[type="checkbox"] {
    width: 0.18rem;
    height: 0.18rem;
    vertical-align: middle;
}
.flex {
    display: flex;
}
.wrap {
    flex-wrap: wrap;
}
.flex-items {
    display: flex;
    align-items: center;
}
.flex-between {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}
.flex-all {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.flex-end {
    display: flex;
    align-items: center!important;
    justify-content: flex-end!important
}
.flex-sub, .sub {
    flex: 1
}
.half {
    flex: 0.5
}
.flex-center {
    display: flex;
    justify-content: center
}
.bg-blue {
    background: var(--blueA) !important;
    color: #fff !important;
    background: url(/shuangtan/images/line3-af06b60575a5efdd9d069706951e18ca.png), linear-gradient(to right bottom, rgba(255, 255, 255, 0.7), transparent 50%) var(--blueA);
    box-shadow: #00ffff 0 0 0.05rem inset, rgb(15 115 213) 0 0 0 1px;
}
.bg-orange {
    background: var(--orange) !important;
    color: #fff !important;
}
.bg-red {
    background: var(--red) !important;
    color: #fff !important;
    border: rgba(0, 0, 0, 0.1) solid 1px !important;
}
.bg-green {
    background: var(--green) !important;
    color: #fff !important;
    border: rgba(0, 0, 0, 0.1) solid 1px !important;
}
.bg-yellow {
    background: var(--yellow) !important;
    color: #fff !important;
    border: rgba(0, 0, 0, 0.1) solid 1px !important;
}
.bg-olive {
    background: var(--olive) !important;
    color: #fff !important;
    border: rgba(0, 0, 0, 0.1) solid 1px !important;
}
.bg-purple {
    background: var(--purple) !important;
    color: #fff !important;
    border: rgba(0, 0, 0, 0.1) solid 1px !important;
}
.bg-cyan {
    background: var(--cyan) !important;
    color: #fff !important;
    border: rgba(0, 0, 0, 0.1) solid 1px !important;
}
.bg-cyandark {
    background: var(--cyandark) !important;
    color: #fff !important;
    border: rgba(0, 0, 0, 0.1) solid 1px !important;
}
.bg-cyanbring {
    background: var(--cyanbring) !important;
    color: #fff !important;
    border: rgba(0, 0, 0, 0.1) solid 1px !important;
}
.bg-mauve {
    background: var(--mauve) !important;
    color: #fff !important;
    border: rgba(0, 0, 0, 0.1) solid 1px !important;
}
.bg-pink {
    background: var(--pink) !important;
    color: #fff !important;
    border: rgba(0, 0, 0, 0.1) solid 1px !important;
}
.bor-cyan {
    border: var(--cyanbring ) solid 1px !important;
    background: none !important;
    color: var(--cyanbring ) !important;
}
.bor-red {
    border: var(--red) solid 1px !important;
    background: none !important;
    color: var(--red) !important;
}
.bor-blue {
    border: var(--blue) solid 1px !important;
    background: none !important;
    color: var(--blue) !important;
}
.bor-blue:hover {
    border: rgba(0, 0, 0, 0.3) solid 1px;
    background: var(--blue) !important;
    color: #fff !important;
}
.bor-purple {
    border: var(--purple) solid 1px !important;
    color: var(--purple) !important;
    background: none !important;
}
.bor-purple:hover {
    border: rgba(0, 0, 0, 0.3) solid 1px;
    color: #fff !important;
    background: var(--purple) !important;
}
.bor-red:hover {
    background: var(--red) !important;
    color: #fff !important;
}
.bor-olive {
    border: var(--olive) solid 1px !important;
    background: none !important;
    color: var(--olive) !important;
}
.bor-olive:hover {
    border: rgba(0, 0, 0, 0.3) solid 1px;
    background: var(--olive) !important;
    color: #fff !important;
}
.bor-gary {
    border: rgba(0, 0, 0, 0.3) solid 1px !important;
    background: var(--gary) !important;
    color: inherit !important;
}
.txt-white {
    color: #fff!important
}
.txt-green {
    color: #58ff6f!important
}
.txt-red {
    color: #ff5347!important;
}
.txt-blue {
    color: var(--blue)!important
}
.txt-cyan {
    color: var(--cyanbring)!important
}
.txt-olive {
    color: var(--olive)!important
}
.txt-purple {
    color: #ad7dff!important
}
.txt-yellow {
    color: var(--yellow)!important
}
.txt-orange {
    color: var(--orange)!important
}
.txt-center {
    text-align: center!important;
}
.txt-left {
    text-align: left!important;
}
.txt-right {
    text-align: right!important;
}
.col-05 {
    width: 5% !important
}
.col-1 {
    width: 10% !important
}
.col-15 {
    width: 15% !important
}
.col-2 {
    width: 20% !important
}
.col-25 {
    width: 25% !important
}
.col-3 {
    width: 30% !important
}
.col-35 {
    width: 35% !important
}
.col-4 {
    width: 40% !important
}
.col-45 {
    width: 45% !important
}
.col-5 {
    width: 50% !important
}
.col-55 {
    width: 55% !important
}
.col-6 {
    width: 60% !important
}
.col-65 {
    width: 65% !important
}
.col-66 {
    width: 66.66% !important
}
.col-7 {
    width: 70% !important
}
.col-75 {
    width: 75% !important
}
.col-8 {
    width: 80% !important
}
.col-85 {
    width: 85% !important
}
.col-9 {
    width: 90% !important
}
.col-95 {
    width: 95% !important
}
.col {
    width: 100% !important
}
.col-15 {
    width: 15% !important;
}
[class*="col-"] {
    flex: none !important
}
.mask {
    min-height: 60vh;
    min-width: 9rem;
    padding: 0.2rem 0.22rem 0.45rem 0.5rem;/*	box-shadow: rgb(0 252 252) 0 0.8rem 0.5rem -0.5rem;*/
}
.mask .scroll::-webkit-scrollbar-track, .tipsbox .scroll::-webkit-scrollbar-track {
 border-left: none!important;
 border-right: none!important;
}
.mask .scroll::-webkit-scrollbar-track, .tipsbox .scroll::-webkit-scrollbar-track {
 background-color: rgba(0,0,0,0.06)!important;
 border-left: none!important;
}
.mask .scroll::-webkit-scrollbar-thumb, .tipsbox .scroll::-webkit-scrollbar-thumb {
 background-color: rgb(0 252 252)!important;
}
.mask, .tipsbox {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1000;
    display: none;
    position: fixed;
}
.mask::before {
    border-image-slice: 195 639 234 270 fill;
    border-image-width: 2rem 5rem 2rem 2.3rem;
    border-image-outset: 0.15rem 0.2rem 0.15rem 0.2rem;
    border-image-repeat: stretch repeat;
    border-image-source: url("/shuangtan/images/cj-3282503f1836792efa825c4178c7d7d1.png");
    border-style: solid;
}
.tipsbox {
    min-width: 5rem;
    /*    padding:0rem 0.3rem 0.2rem 0.3rem;*/
    background: url(/shuangtan/images/line-b69993741482c9909719245426346d00.png) #062a40;
    box-shadow: rgba(18 194 255) 0 0 0.5rem inset, rgba(0 190 255) 0 0 0 1px, rgb(10 87 121) 0 0.1rem 0.6rem, rgb(0 16 22 / 30%) 0 0.1rem 2rem;
    border-radius: 0.1rem;
    border: 1px solid rgba(0,255,255,1);
    /*transform-style: preserve-3d;*/
    z-index: 1001;
}
.tipsbox::before {
    border-image-slice: 100 100 100 100 fill;
    border-image-width: 1rem 1rem 1rem 1rem;
    border-image-outset: 0.06rem 0.06rem 0.06rem 0.06rem;
    border-image-repeat: stretch repeat;
    border-image-source: url(/shuangtan/images/tsbor-0360e2925acef822856ecf29c72f3e46.png);
    border-style: solid;
    box-sizing: border-box;
	    
    box-shadow:rgb(18 194 255 / 65%) 0 0 0.2rem inset;
    border-radius: 0.1rem;
}
.mask::before, .tipsbox::before {
    left: 0;
    top: 0;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;/*
    border-image-slice: 195 639 234 270 fill;
    border-image-width: 195px 639px 234px 270px;
    border-image-outset: 0 0 0 0;
    border-image-repeat:repeat repeat;
*/
}
.mask::after, .tipsbox::after {
    background: rgba(0,20,40,0.5);
    width: 100vw;
    height: 100vh;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: -3;
    content: " ";
    position: absolute;
}
.tipsbox::after {
    background: rgba(0,20,40,0.3);
    transform: translate(-50%, -50%) translateZ(-1px);/*	backdrop-filter:  blur(3px);*/
}
.tipstitle {
    text-align: center;
    letter-spacing: 0.02rem
}
.tipstitle>b {
    display: inline-flex;
    margin: 0 auto;
    min-width: 2.5rem;
    position: relative;
    z-index: 0;
    justify-content: center;
    align-items: center;
    padding: 0.03rem 12%;
    white-space: nowrap;
    color: var(--cyanbring);
    border-image-slice: 22 0 22 0 fill;
    border-image-width: 1rem 1rem 1rem 1rem;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch repeat;
    border-image-source: url(/shuangtan/images/tstil-2cc48452b3fb2a36d9f559273ea15a7a.png);
    border-style: solid;
    box-sizing: border-box;
    font-size: var(--fontlg);
}
.delwin {
    position: absolute;
    top: 0.08rem;
    right: 0.08rem;
    background: url(/shuangtan/images/btn_close-c6a7942cd0d476cc98beb65365d76631.png) no-repeat;
    background-size: 100% 100%;
    width: 0.3rem;
    height: 0.3rem;
    font-size: 0;
    cursor: pointer;
    transition: all 0.2s
}
.delwin:hover {
    filter: hue-rotate(200deg);
}
.tipsbtnbox {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 0.3rem;
    padding-top: 0.4rem;
}
.tipstxt {
    padding: 0.5rem 0.5rem 0rem 0.5rem;
    color: #2cf3f8;
    text-align: center;
    font-size: var(--fontsl);
}
/*
.tipstitle>b::after {
    background: url("/shuangtan/images/tstil-2cc48452b3fb2a36d9f559273ea15a7a.png") top right;
    right: 0;
}
.tipstitle>b::before {
    background: url("/shuangtan/images/tstil-2cc48452b3fb2a36d9f559273ea15a7a.png") top left;
    left: 0;
}
.tipstitle>b::after, .tipstitle>b::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    width: 50%;
	height: 100%;
	background-size:auto 100% 
}
*/

.mask .Til {
    display: flex;
    align-items: center;
    background: url(/shuangtan/images/bg_title-fb1990e950e069635ae3fde0b51d3d3c.png) no-repeat;
    background-size: auto 100%;
    height: 0.62rem;
    padding: 0 0.8rem;
    position: relative
}
.mask .Til>h3 {
    text-shadow: var(--cyanbring) 0 0.05rem 0.15rem;
    font-size: var(--fontxl);
    font-weight: 800;
    color: #fff;
}
.mask .Til+.scroll {
    margin-top: 3vh;
}
.mclsoe {
    background: url(/shuangtan/images/cjgb-8e15e5417abf1176f627be24fe29471d.png) no-repeat;
    width: 0.69rem;
    background-size: 100% auto;
    height: 0.58rem;
    position: absolute;
    right: -0.7rem;
    top: -0.1rem;
    cursor: pointer;
    transition: all 0.2s;
}
.mclsoe:hover {
    filter: hue-rotate(190deg) brightness(2);
}
/*
.mask .txt-content {
    overflow: auto;
    max-height: 80vh;
    line-height: 1.7;
    padding: 2vmin 2vmax 2vmin 2vmax;
}
*/

.iframebx {
    width: 100%;
    height: calc(100% - 2vh);
    flex: 1;
    margin-top: 2vh;
    position: relative;
    z-index: 2;
    padding: 0 2.5vmax 2vh 3.5vmax;
}
.iframebx iframe {
    width: 70%;
    height: 69%;
    overflow: hidden;
    border: none;
    padding: 0 4vmin;
    margin-top: 6vmin;
}
.scroll {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    /*    padding: 0vmin 0.3vmin 0vmin 1vmin!important;*/
    height: 100%;
}
.stroke::before {
    content: attr(data-title);
    position: absolute;
    background-image: linear-gradient(#00c6f8, #00ffff, #00c6f8);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 0;
    z-index: 1;
}
.stroke {
    -webkit-text-stroke: 3px #001e4d;
    position: relative;
    z-index: 0;
    white-space: nowrap;
}
.input {
    font-size: 100%;
    flex: 1;
    width: 100%;
    position: relative;
    border: rgb(13 181 239 / 100%) dotted 1px;
    position: relative;
    background: #0e3150;
    display: flex;
}
.input>input, .input>textarea, .input>.intxt, .input>select {
    padding: 0 0.1rem 0 0.16rem;
    width: 100%;
    box-shadow: rgb(13 181 239 / 70%) 0 0 0.125rem inset;
    border: rgb(13 181 239 / 80%) solid 1px;
    color: var(--cyan);
    background: transparent;
    position: relative;
    z-index: 1;
    flex: 1
}
.input>input, .input>.intxt, .input>select {
    height: 0.53rem;
}
.input>select option {
    background: #0e3150
}
.input>textarea {
    height: 1.3rem;
    display: block;
    padding: 0.1rem;
}
.input>.intxt {
    display: flex;
    align-items: center
}
.input::after, .input::before {
    content: '';
    position: absolute;
    top: 0;
    width: 0.1rem;
    height: 100%;
    border: #13cbd9 0.03rem solid;
    box-sizing: border-box;
    z-index: 1
}
.input::after {
    right: 0;
    border-right-width: 0.04rem;
    border-left: none;
}
.input::before {
    left: 0;
    border-left-width: 0.04rem;
    border-right: none;
}
 .input>input::placeholder {
 color: var(--cyan)
}
.input>input:focus {
    box-shadow: var(--cyanbring ) 0 0 0.12rem, var(--cyanbring ) 0 0 0.01rem inset, rgb(13 181 239 / 70%) 0 0 0.125rem inset;
}
.input .dw::after {
    right: 0.15rem
}
.in {
    display: flex;
    padding: 0;
    align-items: center;
}
.in>label {
    padding: 0 0.2rem;
    font-size: var(--fontlg);
    color: var(--cyanbring )
}
/*按钮*/
.btn {
    display: inline-block;
    background: url(/shuangtan/images/tjan-0074190796f18681fbb2427166ab5d5f.png) no-repeat center;
    background-size: 100% 100%;
    width: 1.81rem;
    height: 0.53rem;
    color: #00FCFC;
    text-shadow: 0px 1px 0.06rem rgba(0,0,0,0.6);
    font-size: var(--fontlg);
    font-weight: 500;
    letter-spacing: 0.03rem;
    transition: all 0.2s;
    display: flex;
    align-items: center;
    justify-content: center;
}
.btn>i {
    margin-right: 0.05rem
}
.btn-red {
    background-image: url("/shuangtan/images/btn_red-a452f0bc4f530f8e949d4b490a33186a.png");
    color: #ff889a;
}
.btn+.btn {
    margin-left: 0.1rem
}
.btn.btn-orange {
    filter: hue-rotate(190deg) brightness(2);
}
.btn.btn-orange:hover {
    filter: hue-rotate(190deg) brightness(2.5);
}
/*
.btns {
    padding: 0 0.15rem;
    border-radius: 0.035rem;
    border: none;
    background: url(/shuangtan/images/line3-af06b60575a5efdd9d069706951e18ca.png), linear-gradient(to right bottom, rgba(255, 255, 255, 0.7), transparent 50%) var(--bg, #0986e4);
    box-shadow: #00ffff 0 0 0.05rem inset, rgb(15 115 213) 0 0 0 1px;
    color: #acffff;
    text-shadow: #000000c4 0 1px;
    transition: all 0.2s;
    cursor: pointer;
    min-height: calc(0.4rem - 2px);
    display: inline-flex;
    align-items: center;
    justify-content: center
}
*/
.btns {
    padding: 0 0.15rem;
    border-radius: 0.04rem;
    border: rgba(0, 0, 0, 0.25) solid 1px;
    background: url(/shuangtan/images/line3-af06b60575a5efdd9d069706951e18ca.png), linear-gradient(to right bottom, rgba(255, 255, 255, 0.7), transparent 50%) var(--bg, #0986e4);
    background-blend-mode: luminosity;
    box-shadow: #00ffff 0 0 0.05rem inset;
    /*    color: #acffff;*/
    color: var(--blueLight);
    text-shadow: #000000c4 0 0.011rem;
    transition: all 0.2s;
    cursor: pointer;
    min-height: 0.35rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    margin-top: 0.025rem;
    margin-bottom: 0.025rem;
}
.btns+.btns {
    margin-left: 0.1rem
}
.btns:hover {
    filter: hue-rotate(190deg) brightness(1.2);
}
.btns-orang {
    box-shadow: #ffd100 0 0 0.08rem inset;
    background: url(/shuangtan/images/line3-af06b60575a5efdd9d069706951e18ca.png), linear-gradient(to right bottom, rgba(255, 255, 255, 0.9), transparent 50%) #ff791a;
    color: #fff;
    box-shadow: #ffd100 0 0 0 0.01rem inset;
    text-shadow: none
}
[class*="btns-"] {
}
.btns-blue {
    color: var(--blueLight);
    background: url(/shuangtan/images/line3-af06b60575a5efdd9d069706951e18ca.png), linear-gradient(to right bottom, rgba(255, 255, 255, 0.7), transparent 50%) var(--bg, #0986e4);
    background-blend-mode: soft-light;
    box-shadow: var(--blueLight) 0 0 0.05rem inset;
}
.btns-red {
    color: var(--redLight);
    background: url(/shuangtan/images/line3-af06b60575a5efdd9d069706951e18ca.png), linear-gradient(to right bottom, rgba(255, 255, 255, 0.7), transparent 50%) var(--bg, #e54d42);
    background-blend-mode: soft-light;
    box-shadow: var(--redLight) 0 0 0.05rem inset;
}
.btns-green {
    background: var(--green) !important;
    color: #fff !important;
    border: rgba(0, 0, 0, 0.1) solid 1px !important;
}
.btns-yellow {
    background: var(--yellow) !important;
    color: #fff !important;
    border: rgba(0, 0, 0, 0.1) solid 1px !important;
}
.btns-olive {
    background: var(--olive) !important;
    color: #fff !important;
    border: rgba(0, 0, 0, 0.1) solid 1px !important;
}
.btns-purple {
    background: var(--purple) !important;
    color: #fff !important;
    border: rgba(0, 0, 0, 0.1) solid 1px !important;
}
.btns-cyan {
    background: var(--cyan) !important;
    color: #fff !important;
    border: rgba(0, 0, 0, 0.1) solid 1px !important;
}
.btns-cyandark {
    background: var(--cyandark) !important;
    color: #fff !important;
    border: rgba(0, 0, 0, 0.1) solid 1px !important;
}
.btns-cyanbring {
    background: var(--cyanbring) !important;
    color: #fff !important;
    border: rgba(0, 0, 0, 0.1) solid 1px !important;
}
.btns-mauve {
    background: var(--mauve) !important;
    color: #fff !important;
    border: rgba(0, 0, 0, 0.1) solid 1px !important;
}
.btns-pink {
    background: var(--pink) !important;
    color: #fff !important;
    border: rgba(0, 0, 0, 0.1) solid 1px !important;
}
.btns.samll {
    padding: 0.03rem 0.1rem;
    zoom: 0.85;
    /*    line-height: 1;*/
    min-height: auto;
}
.btnbx {
    justify-content: center;
    margin-top: 0.3rem;
    display: flex;
    align-items: center;
}
.btns-2 {
    height: 0.53rem;
    /*    background: url(/shuangtan/images/linebg-e18886e52713b2ea4dd38a7d1cbfde10.png), linear-gradient(0deg, #0e3856, #12506f);*/
    background: url(/shuangtan/images/linebg-e18886e52713b2ea4dd38a7d1cbfde10.png), linear-gradient(0deg, #003256, #1274a4 70%);
    min-width: 1rem;
    padding: 0 0.2rem;
    background-size: 0.12rem auto;
    border: var(--cyan) solid 1px;
    border-radius: 0.02rem;
    box-shadow: rgba(0,255,255,0.11) 0 0.1rem 0 0 inset, rgba(0,255,255,0.08) 0 -0.1rem 0 0 inset, rgba(0,255,255,1) 0 0 0.02rem inset;
    font-size: var(--fontdf);
    font-weight: 500;
    letter-spacing: 0.03rem;
    transition: all 0.2s;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--cyan);
    text-shadow: 0px 1px 0.06rem rgba(0,0,0,0.6);
}
.btns-2+.btns-2 {
    margin-left: 0.08rem
}
.img {
    width: 100%;
    position: relative;
 padding-bottom: calc(100%/4*4);
}
.img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}
.frombox {
    width: 85%;
    margin: 0 9% 0 6%;
}
.frombox dd {
    margin-top: 0.2rem;
    display: flex;
    align-items: center;
    color: var(--cyan)
}
.frombox dd+dd {
    margin-top: 0.15rem;
}
.frombox dd>label {
    margin-right: 0.15rem;
    min-width: 1.25rem;
    text-align: right;
    color: var(--cyan);/*	    font-size: var(--fontdf);*/
}
 .frombox .input::placeholder {
 color: var(--cayn);
}
.scontent-box .mask-content {
    min-width: 10rem;
}
.scontent-box .til {
    font-size: 120%;
}
.choose-logo {
    padding: 0.2rem;
}
.choose-logo dd.act {
    filter: saturate(200%);
}
.choose-logo dd {
    width: calc(20% - 0.04rem);
    overflow: hidden;
    margin: 0.02rem;
    border-radius: 0.1rem;
    transition: all 0.5s ease;
    z-index: 1;
    border: var(--cyan) dotted 1px;
    padding: 0.03rem;
}
.choose-logo .img img {
    border-radius: 0.1rem;
}
.choose-logo dd.act::after {
    box-shadow: var(--yellow) 0 0 0 0.75vmin inset;
    content: "";
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    border-radius: 0.1rem;
    top: 0;
    left: 0;
}
.choose-logo dd:hover {
    cursor: pointer;
    transform: scale(0.9);
}
.choose-logo dd.act:hover {
    transform: scale(1);
}
.choose-logo .act i {
    border-radius: 10rem 0 0 0;
    background: var(--yellow);
    color: #fff;
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 0.1rem 0.15rem 0.1rem 0.25rem;
    font-size: var(--fontxl);
    z-index: 10;
    display: block;
}
.choose-logo dd>i {
    display: none
}
/*背景返回*/
.cjbg {
    position: relative
}
.cjbg::after {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    background: url( "/shuangtan/images/bg_kk-999d8e006b9a6fb85992cf607cdea593.png") no-repeat;
    background-size: 100% 100%;
}
.cj-reback {
    background: url(/shuangtan/images/btn_back-98989f24223c7f62d4df381b711010b6.png) no-repeat;
    background-size: 100% auto;
    width: 1.59rem;
    height: 1.5rem;
    left: 0.2rem;
    top: 0.2rem;
    position: fixed;
    z-index: 2
}
.cj-reback>span {
    width: 70%;
    content: "";
    left: 0;
    bottom: 0;
    color: var(--cyanbring);
    background: linear-gradient(90deg, transparent, rgba(0,0,0,0.8), transparent);
    text-align: center;
    display: block;
    line-height: 1.5;
    margin: 0.95rem auto 0 auto;
}
.cj-header {
    font-size: 0.36rem;
    font-weight: bolder;
    color: #fff;
    text-shadow: 0px 0.05rem 0px #134B8E;
    letter-spacing: 0.05rem;
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    background: url("/shuangtan/images/title-bg-c4e845ee9df33116245f9bb61e3aeef8.png") no-repeat top center;
    background-size: auto 100%;
    height: 1.543rem;
    width: 100%;
    text-align: center;
    padding-top: 0.2rem;
}
.di-hz .btn {
    margin-left: 0.1rem;
}
.fbox, .fbox2 {
    max-height: 60vh;
    padding: 0 0.25rem;
}
.fbox2 {
    max-height: 68vh;
}
.fbox.scroll, .fbox2.scroll {
    overflow-y: auto;
}
.m-search {
    color: var(--cyan);
    justify-content: center;
}
.m-search, .m-search>dd {
    display: flex;
    align-items: center;
}
.m-search>dd>label {
    margin-right: 0.15rem
}
.m-search>dd+dd {
    margin-left: 0.15rem
}
[style="pointer-events:none"] {
    cursor: pointer
}
table .btns+.btns {
    margin-left: 0.03rem;
}
.radio_box {
    margin: 0.2rem 0;
    padding-left: 0.15rem;
    display: flex;
    align-items: center
}
.radio_box>label {
    margin-right: 0.6rem;
    margin-left: 0.06rem
}
.radio input[type="radio"], .radio input[type="checkbox"] {
    opacity: 0;
}
.radio input[type="radio"], .radio label, .radio input[type="checkbox"] {
    width: 100% !important;
    height: 100% !important;
    display: block
}
.radio label {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    border-radius: 0.04rem;
    border: 1px solid #999;
    background: rgb(255 255 255 / 0.5)
}
.radio input:checked+label {
    background-color: var(--red);
    border: 1px solid rgba(0,0,0,0.2);
    ;
}
.radio input:checked+label::after {
    position: absolute;
    content: "";
    width: 0.06rem;
    height: 0.12rem;
    top: 50%;
    left: 50%;
    border: 0.03rem solid #fff;
    border-top: none;
    border-left: none;
    transform: rotate(45deg) translate(-120%, -25%) scale(0.7);
}
.radio {
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 0;
    width: 0.2rem;
    height: 0.2rem;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden
}

/*手机端*/
@media only screen and (max-width:800px) {
/*
body {
    font-size: calc(100% - 0.20vw)
}
*/
/*	*/
}
