@charset "UTF-8";
.a_demo_three {
	background-color:#3bb3e0;
	font-family: 'Open Sans', sans-serif;
	font-size:15px;
	text-decoration:none;
	color:#fff;
	position:relative;
	padding:10px 60px;
	border-left:solid 1px #2ab7ec;
	margin-left:35px;
	background-image: linear-gradient(bottom, rgb(44,160,202) 0%, rgb(62,184,229) 100%);
	background-image: -o-linear-gradient(bottom, rgb(44,160,202) 0%, rgb(62,184,229) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(44,160,202) 0%, rgb(62,184,229) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(44,160,202) 0%, rgb(62,184,229) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(44,160,202) 0%, rgb(62,184,229) 100%);
	background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0, rgb(44,160,202)),
	color-stop(1, rgb(62,184,229))
	);
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	-webkit-box-shadow: inset 0px 1px 0px #2ab7ec, 0px 5px 0px 0px #156785, 0px 10px 5px #999;
	-moz-box-shadow: inset 0px 1px 0px #2ab7ec, 0px 5px 0px 0px #156785, 0px 10px 5px #999;
	-o-box-shadow: inset 0px 1px 0px #2ab7ec, 0px 5px 0px 0px #156785, 0px 10px 5px #999;
	box-shadow: inset 0px 1px 0px #2ab7ec, 0px 5px 0px 0px #156785, 0px 10px 5px #999;
}

.a_demo_three:active {
	top:3px;
	background-image: linear-gradient(bottom, rgb(62,184,229) 0%, rgb(44,160,202) 100%);
	background-image: -o-linear-gradient(bottom, rgb(62,184,229) 0%, rgb(44,160,202) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(62,184,229) 0%, rgb(44,160,202) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(62,184,229) 0%, rgb(44,160,202) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(62,184,229) 0%, rgb(44,160,202) 100%);
	background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0, rgb(62,184,229)),
	color-stop(1, rgb(44,160,202))
	);
	-webkit-box-shadow: inset 0px 1px 0px #2ab7ec, 0px 2px 0px 0px #156785, 0px 5px 3px #999;
	-moz-box-shadow: inset 0px 1px 0px #2ab7ec, 0px 2px 0px 0px #156785, 0px 5px 3px #999;
	-o-box-shadow: inset 0px 1px 0px #2ab7ec, 0px 2px 0px 0px #156785, 0px 5px 3px #999;
	box-shadow: inset 0px 1px 0px #2ab7ec, 0px 2px 0px 0px #156785, 0px 5px 3px #999;
}

.a_demo_three::before {
	background-color:#2561b4;
	content:"1";
	width:35px;
	max-height:40px;
	height:100%;
	position:absolute;
	display:block;
	padding-top:8px;
	top:0px;
	left:-36px;
	font-size:16px;
	font-weight:bold;
	color:#8fd1ea;
	text-shadow:1px 1px 0px #07526e;
	border-right:solid 1px #07526e;
	background-image: linear-gradient(bottom, rgb(10,94,125) 0%, rgb(14,139,184) 100%);
	background-image: -o-linear-gradient(bottom, rgb(10,94,125) 0%, rgb(14,139,184) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(10,94,125) 0%, rgb(14,139,184) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(10,94,125) 0%, rgb(14,139,184) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(10,94,125) 0%, rgb(14,139,184) 100%);
	background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0, rgb(10,94,125)),
	color-stop(1, rgb(14,139,184))
	);
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	-webkit-box-shadow:inset 0px 1px 0px #2ab7ec, 0px 5px 0px 0px #032b3a, 0px 10px 5px #999 ;
	-moz-box-shadow:inset 0px 1px 0px #2ab7ec, 0px 5px 0px 0px #032b3a, 0px 10px 5px #999 ;
	-o-box-shadow:inset 0px 1px 0px #2ab7ec, 0px 5px 0px 0px #032b3a, 0px 10px 5px #999 ;
	box-shadow:inset 0px 1px 0px #2ab7ec, 0px 5px 0px 0px #032b3a, 0px 10px 5px #999 ;
}

.a_demo_three:active::before {
	top:-3px;
	-webkit-box-shadow:inset 0px 1px 0px #2ab7ec, 0px 5px 0px 0px #032b3a, 1px 1px 0px 0px #044a64, 2px 2px 0px 0px #044a64, 2px 5px 0px 0px #044a64, 6px 4px 2px #0b698b, 0px 10px 5px #999 ;
	-moz-box-shadow:inset 0px 1px 0px #2ab7ec, 0px 5px 0px 0px #032b3a, 1px 1px 0px 0px #044a64, 2px 2px 0px 0px #044a64, 2px 5px 0px 0px #044a64, 6px 4px 2px #0b698b, 0px 10px 5px #999 ;
	-o-box-shadow:inset 0px 1px 0px #2ab7ec, 0px 5px 0px 0px #032b3a, 1px 1px 0px 0px #044a64, 2px 2px 0px 0px #044a64, 2px 5px 0px 0px #044a64, 6px 4px 2px #0b698b, 0px 10px 5px #999 ;
	box-shadow:inset 0px 1px 0px #2ab7ec, 0px 5px 0px 0px #032b3a, 1px 1px 0px 0px #044a64, 2px 2px 0px 0px #044a64, 2px 5px 0px 0px #044a64, 6px 4px 2px #0b698b, 0px 10px 5px #999 ;
}

.third_button::before {
	content:"";
}


.ArCard1 {
    display: flex;
    flex-direction: column;
    margin-bottom: 16px;
    background: #f8f9fa;
    border-radius: 8px;
    margin-top: 22px;
}
.ArCardt {
    position: relative;
    display: flex;
    padding: 16px;
}
.ArCardpw {
    flex-grow: 0;
    flex-shrink: 0;
}
.ArCardok {
    box-sizing: border-box;
    -o-object-fit: cover;
    object-fit: cover;
    border: 1px solid hsla(0,0%,100%,.2);
    border-radius: 50%;
}

element.style {
    width: 72px;
    height: 72px;
}
img, video {
    max-width: 100%;
    height: auto;
}
.ArCardba {
    flex-grow: 1;
    flex-shrink: 1;
    margin-left: 12px;
    position: relative;
    width: 100%;
}
.ArCdname {
    width: 188px;
    height: 21px;
    overflow: hidden;
    color: var(--model-info-color-title);
    font-weight: 600;
    font-size: 18px;
    line-height: 21px;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.AArCdtag {
    width: -moz-fit-content;
    width: fit-content;
    margin-top: 5px;
    color: #aa8645;
    font-weight: 400;
    background: linear-gradient(94.11deg,#efd6a9 10.52%,#f0dcbc 107.96%);
    border-radius: 4px;
    transform: skew(-10deg);
}
.AArCdtagln {
    display: flex;
    align-items: center;
    height: 22px;
    padding: 0 8px 0 5px;
    font-size: 14px;
    line-height: 22px;
    transform: skew(10deg);
}
.ArCard1 .ArCdtagdm {
    width: 18px;
    margin-top: -1px;
    margin-right: 1px;
}
img, video {
    max-width: 100%;
    height: auto;
}
.ArCdtagsum {
    display: flex;
    margin-top: 11px;
}
.ArCdtagsum1 {
    display: flex;
    align-items: center;
    height: 13px;
    color: #999;
}
.ArCard1{
    background: 50% no-repeat;
    background-size: contain;
}
.AuthorCard_icon__Inz5q {
    width: 12px;
    height: 12px;
    margin-right: 2px;
}

.AuthorCard_num__vYVwi {
    margin-right: 9px;
    font-size: 12px;
}
.mdcardrun {
    display: flex;
    flex: 1;
    align-items: center;
    justify-content: center;
    height: 56px;
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    cursor: pointer;
    background: #ff324b;
    border-radius: 8px;
}
.liblibfont {
    font-family: liblibfont!important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

:after, :before {
    --tw-content: "";
}
.mdcardadw {
    display: flex;
    flex: 1;
    align-items: center;
    justify-content: center;
    height: 56px;
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    cursor: pointer;
    background: #2e97e5;
    border-radius: 8px;
    margin-top: 15px;
}
.MDCard5 {
    height: 17px;
    margin-left: -8px;
    padding: 0 8px;
    line-height: 17px;
    border: none;
    color: #2d28ff;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    background:  linear-gradient(90deg,rgba(45,40,255,.1),rgba(26,125,255,.1));
    border-radius: 10px;
}

.mdcardrun, .mdcardadw {
    display: inline-block;
    padding: 10px 20px;
    margin: 10px;
    background-color: #3498db;
    color: white;
    border: 2px solid #3498db;
    border-radius: 5px;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    transition: all 0.3s ease;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.mdcardrun:hover, .mdcardadw:hover {
    background-color: #2980b9;
    border-color: #2980b9;
    transform: translateY(-2px);
    box-shadow: 0 6px 8px rgba(0, 0, 0, 0.15);
}

.mdcardrun:active, .mdcardadw:active {
    transform: translateY(0);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.mdcardaddb {
    display: flex;
    flex: 1;
    align-items: center;
    justify-content: center;
    height: 56px;
    color: #303030;
    margin-right: 8px;
    font-weight: 500;
    font-size: 16px;
    background: #3489e196;
    border-radius: 8px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    color: #fff;
}
.mdcdmdc {
    margin-top: 16px;
    overflow: hidden;
    border: 1px solid #e6e9ed;
    border-radius: 8px;
}
.mdcdhvc {
    /*height: 40px;*/
    padding: 0 17px;
    font-weight: 500;
    font-size: 14px;
    font-family: PingFang SC;
    font-style: normal;
    line-height: 40px;
}
.mdcdaoc {
    box-sizing: border-box;
    font-size: 12px;
    border-top: 1px solid #e6e9ed;
}
.mdcditem1 {
    display: flex;
    justify-content: flex-start;
}
.mdcdvalue {
    padding-top: 16px;
}
.mdcdmdc .mdcdlabel {
    flex-shrink: 0;
    width: 92px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 16px;
    border-right: 1px solid var(--model-info-text-divider-border-color);
    color: var(--model-info-detail-color);
    font-weight: 400;
}
.mdcdvalue {
    display: flex;
    flex-wrap: wrap;
    padding: 5px 10px 5px 13px;
}
.ModelDetailCard_cardType__BO0o5 {
    height: 17px;
    margin-left: -8px;
    padding: 0 8px;
    line-height: 17px;
    border: none;
    color: #2d28ff;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    background: var(--model-info-card-type-background);
    border-radius: 10px;
}
.ModelDetailCard_cardType__BO0o5 span {
    background-image: var(--model-info-card-type-text-background);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
.mdcdlicen {
    margin-top: 16px;
    padding: 0 17px;
}
*, :after, :before {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x: ;
    --tw-pan-y: ;
    --tw-pinch-zoom: ;
    --tw-scroll-snap-strictness: proximity;
    --tw-gradient-from-position: ;
    --tw-gradient-via-position: ;
    --tw-gradient-to-position: ;
    --tw-ordinal: ;
    --tw-slashed-zero: ;
    --tw-numeric-figure: ;
    --tw-numeric-spacing: ;
    --tw-numeric-fraction: ;
    --tw-ring-inset: ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgba(59,130,246,.5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur: ;
    --tw-brightness: ;
    --tw-contrast: ;
    --tw-grayscale: ;
    --tw-hue-rotate: ;
    --tw-invert: ;
    --tw-saturate: ;
    --tw-sepia: ;
    --tw-drop-shadow: ;
    --tw-backdrop-blur: ;
    --tw-backdrop-brightness: ;
    --tw-backdrop-contrast: ;
    --tw-backdrop-grayscale: ;
    --tw-backdrop-hue-rotate: ;
    --tw-backdrop-invert: ;
    --tw-backdrop-opacity: ;
    --tw-backdrop-saturate: ;
    --tw-backdrop-sepia: ;
}
.ArCard1 {
    display: flex;
    flex-direction: column;
    margin-bottom: 16px;
    background: var(--model-info-input-background);
    border-radius: 8px;
    margin-top: 22px;
}
.green-button {
            background-color: #3bb3e0;
            color: white;
            padding: 10px 20px;
            border: none;
            cursor: pointer;
            margin: 5px;
            border-radius: 5px; /* 圆角半径 */
            box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2); /* 立体效果 */
}
@keyframes blink {
    0% { opacity: 1; }
    50% { opacity: 0; }
    100% { opacity: 1; }
    }
.blink {
    animation: blink 1s infinite;    }