<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*鏇存柊鏃堕棿 2021骞�4鏈�6鏃�23鐐�18鍒�*/
/*@import "./appConfig/global.css";*/
/*.display{*/
/*display:block; !*杞崲涓哄潡绾�*!*/
/*display:inline; !*杞崲涓鸿鍐�*!*/
/*display:inline-block; !* 浠嶆湭琛屽唴鍏冪礌锛屼絾鏄彲浠ヨ缃畐idth鍙奾eight灞炴€х瓑*!*/
/*}*/

/*瀛楁瘝鎴栨暟瀛楀己鍒舵崲琛�*/
/*white-space:normal;*/
/*word-break:break-all;*/
/*word-wrap: break-word;*/


/*闃绘榛樿浜嬩欢*/
/** { touch-action: none; }*/

html,body{
    width: 100%;
    margin: 0 0 0 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    background: #fff;
    /*font-family: PingFang-SC-Regular; !*瀛椾綋*!*/
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	min-width:1250px;
}
div{
	margin: 0 auto;
}
.pos_rel{
	position: relative;
}
.inline_block{
	letter-spacing: -3em;
	font-size: 0;
}
.inline_block li{
	display: inline-block;
	vertical-align: top;
	*display: inline;
	*zoom:0;
	letter-spacing: normal;
}
.floatlft{
	float: left;
}
.floatrgt{
	float: right;
}
.overhid{
	overflow: hidden;
}
h1,h2,h3,h4{
	margin: 0;
	padding: 0;
}
.bdy_wid{
	width: 1200px;
}
ul,li,dl,dd{
	list-style: none;
	margin: 0;
	padding: 0;
}
.font_normal{
	font-size: 16px;
}
.font_middle{
	font-size: 20px;
}
img{
	vertical-align: top;
}
/*&lt;editor-fold desc="20201105 鍘婚櫎input鐨勮竟妗�"&gt;*/
input {
    outline: none;
    border: none;
    padding-left: 20rpx;
    padding-right: 20rpx;
    height: 100%;
    flex: 1;
    box-sizing: border-box;
}
/*&lt;/editor-fold&gt;*/

/*&lt;!--&lt;editor-fold desc="20201105 鍘婚櫎a鏍囩鐨勬牱寮�"&gt;--&gt;*/
a {
    text-decoration: none;
	color: #000;
}
/*涓嬪垝绾�*/
a:link {
    text-decoration: none;
}
/*姝ｅ父鐨勬湭琚闂繃鐨勯摼鎺�*/
a:visited {
    text-decoration: none;
}
/*宸茬粡璁块棶杩囩殑閾炬帴*/
a:hover {
    text-decoration: none;
	opacity: .8;
}
/*榧犳爣鍒掕繃(鍋滅暀)*/
a:active {
    text-decoration: none;
}

/*&lt;!--&lt;/editor-fold&gt;--&gt;*/

/*&lt;editor-fold desc="20201105 寮规€у竷灞€ 澶栧姞鍏煎鍐欐硶"&gt;*/
.a-flex {
    display: -webkit-box!important; /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
    display: -moz-box!important; /* Firefox 17- */
    display: -webkit-flex!important; /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
    display: -moz-flex!important; /* Firefox 18+ */
    display: -ms-flexbox!important; /* IE 10 */
    display: flex!important; /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */

    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items:center;
    -moz-align-items:center;
    -ms-align-items:center;
    -o-align-items:center;
    align-items:center;
}
.a-flex-A { /*鍒嗘暎瀵归綈*/
    display: -webkit-box!important; /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
    display: -moz-box!important; /* Firefox 17- */
    display: -webkit-flex!important; /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
    display: -moz-flex!important; /* Firefox 18+ */
    display: -ms-flexbox!important; /* IE 10 */
    display: flex!important; /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */

    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    -ms-justify-content: space-around;
    -o-justify-content: space-around;
    justify-content: space-around;

    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items:center;
    -moz-align-items:center;
    -ms-align-items:center;
    -o-align-items:center;
    align-items:center;
}
.a-flex-B { /*涓ょ瀵归綈*/
    display: -webkit-box!important; /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
    display: -moz-box!important; /* Firefox 17- */
    display: -webkit-flex!important; /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
    display: -moz-flex!important; /* Firefox 18+ */
    display: -ms-flexbox!important; /* IE 10 */
    display: flex!important; /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */

    -webkit-justify-content:space-between;
    -moz-justify-content:space-between;
    -ms-justify-content:space-between;
    -o-justify-content:space-between;
    justify-content:space-between;

    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items:center;
    -moz-align-items:center;
    -ms-align-items:center;
    -o-align-items:center;
    align-items:center;
}
.a-flex-C { /*灞呬腑瀵归綈*/
    display: -webkit-box!important; /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
    display: -moz-box!important; /* Firefox 17- */
    display: -webkit-flex!important; /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
    display: -moz-flex!important; /* Firefox 18+ */
    display: -ms-flexbox!important; /* IE 10 */
    display: flex!important; /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */

    -webkit-justify-content:center;
    -moz-justify-content:center;
    -ms-justify-content:center;
    -o-justify-content:center;
    justify-content:center;

    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items:center;
    -moz-align-items:center;
    -ms-align-items:center;
    -o-align-items:center;
    align-items:center;
}
.a-flex-R { /*闈犲彸瀵归綈*/
    display: -webkit-box!important; /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
    display: -moz-box!important; /* Firefox 17- */
    display: -webkit-flex!important; /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
    display: -moz-flex!important; /* Firefox 18+ */
    display: -ms-flexbox!important; /* IE 10 */
    display: flex!important; /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */

    -webkit-justify-content:flex-end;
    -moz-justify-content:flex-end;
    -ms-justify-content:flex-end;
    -o-justify-content:flex-end;
    justify-content:flex-end;

    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items:center;
    -moz-align-items:center;
    -ms-align-items:center;
    -o-align-items:center;
    align-items:center;
}
.a-flex-column { /**鍨傜洿甯冨眬*/
    display: -webkit-box!important; /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
    display: -moz-box!important; /* Firefox 17- */
    display: -webkit-flex!important; /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
    display: -moz-flex!important; /* Firefox 18+ */
    display: -ms-flexbox!important; /* IE 10 */
    display: flex!important; /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */

    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -o-flex-direction: column;
    flex-direction:column;
}
.a-flex-column-A { /**鍨傜洿 鑷姩闂磋窛*/
    display: -webkit-box!important; /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
    display: -moz-box!important; /* Firefox 17- */
    display: -webkit-flex!important; /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
    display: -moz-flex!important; /* Firefox 18+ */
    display: -ms-flexbox!important; /* IE 10 */
    display: flex!important; /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */

    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;

    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    -ms-justify-content: space-around;
    -o-justify-content: space-around;
    justify-content: space-around;
}
.a-flex-column-B { /**鍨傜洿 涓ょ*/
    display: -webkit-box!important; /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
    display: -moz-box!important; /* Firefox 17- */
    display: -webkit-flex!important; /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
    display: -moz-flex!important; /* Firefox 18+ */
    display: -ms-flexbox!important; /* IE 10 */
    display: flex!important; /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */

    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;

    -webkit-justify-content:space-between;
    -moz-justify-content:space-between;
    -ms-justify-content:space-between;
    -o-justify-content:space-between;
    justify-content:space-between;
}
.a-flex-column-C { /**鍨傜洿灞呬腑锛屼綅浜庡鍣ㄧ殑涓績*/
    display: -webkit-box!important; /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
    display: -moz-box!important; /* Firefox 17- */
    display: -webkit-flex!important; /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
    display: -moz-flex!important; /* Firefox 18+ */
    display: -ms-flexbox!important; /* IE 10 */
    display: flex!important; /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */

    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;

    -webkit-justify-content:center;
    -moz-justify-content:center;
    -ms-justify-content:center;
    -o-justify-content:center;
    justify-content:center;

    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items:center;
    -moz-align-items:center;
    -ms-align-items:center;
    -o-align-items:center;
    align-items:center;
}
.a-no-align { /**涓嶈涓婁笅灞呬腑*/
    -webkit-box-align: normal!important;
    -ms-flex-align: normal!important;
    -webkit-align-items:normal!important;
    -moz-align-items:normal!important;
    -ms-align-items:normal!important;
    -o-align-items:normal!important;
    align-items: normal !important;
}
.a-flex-wrap { /**鎹㈣*/
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap:wrap;
}
.a-flex-1 {
    flex: 1 !important;
}
.a-flex-shrink { /*涓嶈鍙樺舰*/
    flex-shrink: 0;
}
/*&lt;/editor-fold&gt;*/

/*&lt;editor-fold desc="20201105 瀛椾綋棰滆壊"&gt;*/
.a-color-w {
    color: white !important;
}
.a-color-green {
    color: green !important;
}
.a-color-red {
    color: red !important;
}
.a-color-hui {
    color: #989898 !important;
}
.a-color-jinse {
    color: gold !important;
}
.a-color-wheat {
    color: wheat!important;
}
/*&lt;/editor-fold&gt;*/

/*&lt;editor-fold desc="20201105 瀛椾綋澶у皬"&gt;*/
.a-font-18 {
    font-size: 18rpx !important;
}
.a-font-20 {
    font-size: 20rpx !important;
}
.a-font-22 {
    font-size: 22rpx !important;
}
.a-font-24 {
    font-size: 24rpx !important;
}
.a-font-26 {
    font-size: 26rpx !important;
}
.a-font-28 {
    font-size: 28rpx !important;
}
.a-font-30 {
    font-size: 30rpx !important;
}
.a-font-32 {
    font-size: 32rpx !important;
}
.a-font-34 {
    font-size: 34rpx !important;
}
.a-font-36 {
    font-size: 36rpx !important;
}
.a-font-38 {
    font-size: 38rpx !important;
}
.a-font-40 {
    font-size: 40rpx !important;
}
.a-font-42 {
    font-size: 42rpx !important;
}
.a-font-44 {
    font-size: 44rpx !important;
}
.a-font-46 {
    font-size: 46rpx !important;
}
.a-font-48 {
    font-size: 48rpx !important;
}
.a-font-50 {
    font-size: 50rpx !important;
}
.a-font-weight {
    font-weight: bolder;
}
/*&lt;/editor-fold&gt;*/

/*&lt;!--&lt;editor-fold desc="20201105 鑳屾櫙鑹�"&gt;--&gt;*/
.a-back-w {
    background: white;
}

.a-back-reds {
    background-image: linear-gradient(0deg, #f30000 0%, #ff1800 100%), linear-gradient(#e00f00, #e00f00);
    background-blend-mode: normal, normal;
}

/*&lt;!--&lt;/editor-fold&gt;--&gt;*/

/*&lt;editor-fold desc="20201105 鑳屾櫙鍥�"&gt;*/
.a-maxImg {
    width: 100%;
    height: 100%;
}

.a-maxPic { /*鑳屾櫙鍥剧墖鏈€澶у寲*/
    background-repeat: no-repeat !important; /*鍥惧儚鐨勫钩閾烘ā寮�*/
    background-size: 100% 100% !important; /*鑳屾櫙鍥惧儚鎵╁睍鑷宠冻澶熷ぇ锛坈enter銆乧over銆�100%绛夛級*/
    background-position: 100% 100% !important; /*鑳屾櫙鍥惧儚鐨勮捣濮嬩綅缃紙center銆�100%锛�*/
}

.a-maxPic-auto { /*鑳屾櫙鍥剧墖灞呬腑鑷姩澶у皬*/
    background-repeat: no-repeat !important; /*鍥惧儚鐨勫钩閾烘ā寮�*/
    background-size: contain !important; /*鑳屾櫙鍥惧儚鎵╁睍鑷宠冻澶熷ぇ锛坈enter銆乧over銆乧ontain绛夛級*/
    background-position: center center !important; /*鑳屾櫙鍥惧儚鐨勮捣濮嬩綅缃紙center銆�100%锛�*/
}

/*&lt;image mode="aspectFit" src=""&gt;&lt;/image&gt;*/
.a-iconPic-45 {
    width: 45rpx;
    height: 45rpx;
    background-repeat: no-repeat !important; /*鍥惧儚鐨勫钩閾烘ā寮�*/
    background-size: 100% 100% !important; /*鑳屾櫙鍥惧儚鎵╁睍鑷宠冻澶熷ぇ锛坈enter銆乧over銆�100%绛夛級*/
    background-position: 100% 100% !important; /*鑳屾櫙鍥惧儚鐨勮捣濮嬩綅缃紙center銆�100%锛�*/
}
/*&lt;/editor-fold&gt;*/

/*&lt;editor-fold desc="20201105 闆舵暎鐨勬牱寮�"&gt;*/
.a-title-shu { /* |鏍囬宸︿晶鐨勭珫绾�*/
    width: 8rpx;
    height: 30rpx;
    border-radius: 8rpx;
    background: white;
    margin-right: 10rpx;
}

.a-text-L {
    text-align: left;
}

.a-text-R {
    text-align: right;
}

.a-text-C {
    text-align: center;
}

.a-absolute {
    position: absolute;
}

.a-relative {
    position: relative;
}

.a-fixed {
    position: fixed !important;
}

.a-pageEnd-title {
    width: 100%;
    text-align: center;
    padding-top: 20rpx;
    padding-bottom: 20rpx;
    color: #b7b7b7;
    font-size: 24rpx;
}

.a-click:active {
    cursor: pointer !important;
    border: solid 1px rgba(153, 153, 153, 0.54) !important;
    box-shadow: 0 0 5px rgba(153, 153, 153, 0.49) inset !important;
}

.a-margin-LR28 { /*鐖剁骇妗嗘灦瀹�*/
    margin: auto 28rpx;
}

.a-margin-LR20 { /*鐖剁骇妗嗘灦瀹�*/
    margin: auto 20rpx;
}

.a-padding-noBig { /*padding 涓嶆拺澶�*/
    -moz-box-sizing: border-box; /*Firefox3.5+*/
    -webkit-box-sizing: border-box; /*Safari3.2+*/
    -o-box-sizing: border-box; /*Opera9.6*/
    -ms-box-sizing: border-box; /*IE8*/
    box-sizing: border-box; /*W3C鏍囧噯(IE9+锛孲afari5.1+,Chrome10.0+,Opera10.6+閮界鍚堝害box-sizing鐨剋3c鏍囧噯璇硶)*/
}

.a-noShow {
    display: none !important;
    z-index: -1 !important;
}

.a-onLine { /*鍗曡锛岀姝㈡崲琛�*/
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; /*绂佹鎹㈣*/
}
.a-onLine-2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;/*闄愬埗琛屾暟涓�2琛�*/
    line-clamp: 2;/*闄愬埗琛屾暟涓�2琛�*/
}
.a-onLine-4 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;/*闄愬埗琛屾暟涓�2琛�*/
    line-clamp: 4;/*闄愬埗琛屾暟涓�2琛�*/
}


.a-appBtn {
    font-size: 32rpx;
    width: 694rpx;
    height: 100rpx;
    line-height: 100rpx;
    border-radius: 60rpx;
    text-align: center;
    color: #222;
    cursor: pointer;
    margin: 60rpx auto auto auto;
    border: 1px solid rgba(0, 0, 0, 0.2);
    background-color: #f8f8f8;
}

.a-appBtn:active {
    cursor: pointer !important;
    border: solid 1px rgba(34, 34, 34, 0.44) !important;
    box-shadow: 0 0 5px rgba(34, 34, 34, 0.44) inset !important;
}
/*&lt;/editor-fold&gt;*/

/*&lt;editor-fold desc="20201105 涓婁笅寮硅烦"&gt;*/
.qrcode{
    animation: myfirst 1s infinite alternate;
    margin-right: 20rpx;
}

@keyframes myfirst {
    0% {
        transform: translateY(0);
    }

    25% {
        transform: translateY(7px);
    }

    50% {
        transform: translateY(15px) scale(1.2,0.9);
    }

    75% {
        ransform: translateY(7px);
    }

    100% {
        ransform: translateY(0);
    }
}
/*&lt;/editor-fold&gt;*/

/*&lt;editor-fold desc="20201105 杩囨浮鍔ㄧ敾"&gt;*/
.a-transitionOpacity,view{
    animation: 0.5s transitionOpacity ;
}
@keyframes transitionOpacity{
    0%{opacity:0;}
    100%{opacity:1;}
}
/*&lt;/editor-fold&gt;*/

/*&lt;editor-fold desc="20201105 闅愯棌婊氬姩鏉�"&gt;*/
.a-scrollNoShow div::-webkit-scrollbar {
    width: 0 !important;
    height: 0 !important;
}

.a-scrollNoShow div::-webkit-scrollbar-track {
    background-color: transparent !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}

.a-scrollNoShow div::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0) !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}
/*&lt;/editor-fold&gt;*/

/*&lt;editor-fold desc="20201105 缇庡寲婊氬姩鏉�"&gt;*/

/*婊氬姩鏉＄殑瀹藉害*/
.a-min-scrollbar::-webkit-scrollbar {
    width:4px;
    height:4px;
}

/*澶栧眰杞ㄩ亾銆傚彲浠ョ敤display:none璁╁叾涓嶆樉绀猴紝涔熷彲浠ユ坊鍔犺儗鏅浘鐗囷紝棰滆壊鏀瑰彉鏄剧ず鏁堟灉*/
.a-min-scrollbar::-webkit-scrollbar-track {
    width: 4px;
    background-color: #d0d0d0;
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius:2em;
}

/*婊氬姩鏉＄殑璁剧疆*/
.a-min-scrollbar::-webkit-scrollbar-thumb {
    background-color: #a0a0a0;
    background-clip:padding-box;
    min-height:28px;
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius:2em;
}
/*婊氬姩鏉＄Щ涓婂幓鐨勮儗鏅�*/

.a-min-scrollbar::-webkit-scrollbar-thumb:hover {
    background-color: #9f9f9f;
}
/*===============涓嶆樉绀簊crollbar==============*/

.a-scrollNoBackground::-webkit-scrollbar-track {
    background: rgba(0,0,0,0)!important;
}
.a-scrollNoBackground::-webkit-scrollbar-thumb {
    background:rgba(0,0,0,0)!important;
}

.a-scrollNoBackground::-webkit-scrollbar-thumb:hover{
    background:rgba(0,0,0,0)!important;
}
/*&lt;/editor-fold&gt;*/

/*&lt;editor-fold desc="20201105 閫夋嫨鏍忓簳閮ㄧ殑涓嬪垝绾�"&gt;*/
.a-select-nav-item{
    height: 90rpx;
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}
.a-select-nav-item:before {
    content: " ";
    position: absolute;
    top: auto;
    bottom: 3upx;
    width: 40%;
    height: 5upx;
    background-color:#FF4A00;
    border-radius: 4px;
    transform: scale3d(0, 1, 1);
    transform-origin: left;
    transition: all 0.5s;
}
.a-select-nav-item-this {
    color: #FF4A00;
    font-weight: bold!important;
}
.a-select-nav-item-this:before {
    transform: scale3d(1, 1, 1) !important;
}
/*&lt;/editor-fold&gt;*/

/*&lt;editor-fold desc="20201105 鏃犳牱寮廱utton (鐢ㄤ簬浼猻ubmit)"&gt;*/
.a-no-button {
    display: block;
    margin: 0;
    padding: 0;
    line-height: normal;
    background: none;
    border-radius: 0;
    box-shadow: none;
    border: none;
    font-size: unset;
    text-align: unset;
    overflow: visible;
    color: inherit;
}
.a-no-button:after {
    content: none;
    border: none;
}
/*&lt;/editor-fold&gt;*/

/*&lt;editor-fold desc="20201105 鏃犳牱寮廱utton (鐢ㄤ簬浼猻ubmit)"&gt;*/
.a-no-button {
    display: block;
    margin: 0;
    padding: 0;
    line-height: normal;
    background: none;
    border-radius: 0;
    box-shadow: none;
    border: none;
    font-size: unset;
    text-align: unset;
    overflow: visible;
    color: inherit;
}
.a-no-button:after {
    content: none;
    border: none;
}
/*&lt;/editor-fold&gt;*/

/*&lt;editor-fold desc="20201127 鏄惁鍏佽閫夋嫨鏂囨湰"&gt;*/
/*none锛氭枃鏈笉鑳借閫夋嫨*/
.a-textCopy-none{
    /* Keyword values */
    user-select: none!important;
    /* Mozilla-specific values */
    -moz-user-select: none!important;
    /* WebKit-specific values */
    -webkit-user-select: none!important;
    /* Microsoft-specific values */
    -ms-user-select: none!important;
}
/*text锛氬彲浠ラ€夋嫨鏂囨湰*/
.a-textCopy-text{
    /* Keyword values */
    user-select: text!important;
    /* Mozilla-specific values */
    -moz-user-select: text!important;
    /* WebKit-specific values */
    -webkit-user-select: text!important;
    /* Microsoft-specific values */
    -ms-user-select: text!important;
}
/*all锛氬綋鎵€鏈夊唴瀹逛綔涓轰竴涓暣浣撴椂鍙互琚€夋嫨銆傚鏋滃弻鍑绘垨鑰呭湪涓婁笅鏂囦笂鐐瑰嚮瀛愬厓绱狅紝閭ｄ箞琚€夋嫨鐨勯儴鍒嗗皢鏄互璇ュ瓙鍏冪礌鍚戜笂鍥炴函鐨勬渶楂樼鍏堝厓绱犮€�*/
.a-textCopy-all{
    /* Keyword values */
    user-select: all!important;
    /* Mozilla-specific values */
    -moz-user-select: all!important;
    /* WebKit-specific values */
    -webkit-user-select: all!important;
    /* Microsoft-specific values */
    -ms-user-select: all!important;
}
/*element锛氬彲浠ラ€夋嫨鏂囨湰锛屼絾閫夋嫨鑼冨洿鍙楀厓绱犺竟鐣岀殑绾︽潫*/
.a-textCopy-element{
    /* Keyword values */
    user-select: element!important;
    /* Mozilla-specific values */
    -moz-user-select: element!important;
    /* WebKit-specific values */
    -webkit-user-select: element!important;
    /* Microsoft-specific values */
    -ms-user-select: element!important;
}
/*&lt;/editor-fold&gt;*/

/*&lt;editor-fold desc="20210114 鑳屾櫙鍔ㄦ€佹笎鍙�"&gt;*/
.a-back-auto{
    -webkit-animation: changeBg 20s infinite;
    -moz-animation: changeBg 20s infinite;
    animation: changeBg 20s infinite;
    background-color: #ED5564;
}

@-webkit-keyframes changeBg{
    0%{background-color:#ED5564;}
    10%{background-color:#FB6E52;}
    20%{background-color:#FFCE55;}
    30%{background-color:#A0D468;}
    40%{background-color:#48CFAE;}
    50%{background-color:#4FC0E8;}
    60%{background-color:#5D9CEC;}
    70%{background-color:#AC92ED;}
    80%{background-color:#EC87BF;}
    90%{background-color:#ED5564;}
}
@-moz-keyframes changeBg{
    0%{background-color:#ED5564;}
    10%{background-color:#FB6E52;}
    20%{background-color:#FFCE55;}
    30%{background-color:#A0D468;}
    40%{background-color:#48CFAE;}
    50%{background-color:#4FC0E8;}
    60%{background-color:#5D9CEC;}
    70%{background-color:#AC92ED;}
    80%{background-color:#EC87BF;}
    90%{background-color:#ED5564;}
}
@keyframes changeBg{
    0%{background-color:#ED5564;}
    10%{background-color:#FB6E52;}
    20%{background-color:#FFCE55;}
    30%{background-color:#A0D468;}
    40%{background-color:#48CFAE;}
    50%{background-color:#4FC0E8;}
    60%{background-color:#5D9CEC;}
    70%{background-color:#AC92ED;}
    80%{background-color:#EC87BF;}
    90%{background-color:#ED5564;}
}
/*&lt;/editor-fold&gt;*/</pre></body></html>