<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">:root {
    /* prettier-ignore */
    --Color: #F0854D;
    --MinorColor: #3A9B54;
    /* prettier-ignore */
    --lightColor: #fedcd2;
    /* prettier-ignore */
    --bgColor: #F3F6FB;
    /* prettier-ignore */
    --navBgColor: #feede8;
}

.flx-row-bw-c {
    align-items: center;
}

.flx-row-bw,
.flx-row-s-s {
    display: flex;
    flex-direction: row;
}

.flx-row-bw-c,
.flx-row-bw-s {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.flx-row-bw-s,
.flx-row-s-s {
    align-items: center;
}

.flx-row-s-s {
    justify-content: flex-start;
}

.flx-row-bw {
    justify-content: space-between;
}

.flx-row-s-c {
    justify-content: flex-start;
}

.flx-row-e-c,
.flx-row-s-c {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.flx-row-e-c {
    justify-content: flex-end;
}

.flx-row-c-c {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.flx-col-s-c {
    justify-content: flex-start;
}

.flx-col-c-c,
.flx-col-s-c {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.flx-col-c-c,
.flx-col-c-s {
    justify-content: center;
}

.flx-col-c-s,
.flx-col-s-s {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.flx-col-s-e,
.flx-col-s-s {
    justify-content: flex-start;
}

.flx-col-s-e {
    align-items: flex-end;
}

.flx-col-e-c,
.flx-col-s-e {
    display: flex;
    flex-direction: column;
}

.flx-col-e-c {
    justify-content: flex-end;
    align-items: center;
}

.flx-col {
    display: flex;
    flex-direction: column;
}

.flx-row {
    display: flex;
    flex-direction: row;
}
input,
textarea {
    outline: none;
    border: none;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 400px #fff inset;
    -webkit-text-fill-color: #ababab;
}

input {
    filter: none !important;
}

textarea {
    resize: none;
    overflow: auto;
    background-color: transparent !important;
    font-family: inherit;
}
.content-p{
    position: relative;
}
.w-p-100 {
    width: 100%;
}
.f-20{
font-size: 20px;
font-weight: 700;
}
.f-18{
font-size: 18px;
font-weight: 700;
}
.f-16{
font-size: 16px;
font-weight: 700;
}
.f-14{
font-size: 14px;
font-weight: 400;
}
.f-12{
font-size: 12px;
font-weight: 400;
}
.f-w-400 {
    font-weight: 400;
}

.f-w-600 {
    font-weight: 600;
}

.c-n{
   color: #000;  
}
.c-d{
   color: #3D3D3D;  
}

.c-o{
   color:var(--Color);
}
.b-w{
   background-color: #fff;
}
.c-g{
 color: #3A9B54;
}

.f-b{
    font-weight: 700;
}
.title-h3{
   font-size: 16px;
   color: #6C7788;
   font-weight: 400;
   line-height: 28px;
}
.title-h3 span{
    margin: 0 10px;
}

.page-size-button-area span {
    color: #1b1b1b;
    font-size: 14px;
}

.page-size-button-area .button-style {
    margin-left: 15px;
    width: 72px;
    height: 28px;
    text-align: center;
    line-height: 28px;
    border-radius: 4px;
    cursor: pointer;
    transition: color 0.3s, background-color 0.3s, border-color 0.3s;
}

.page-size-button-area .not-active {
    border: 1px solid #898989;
    color: #898989;
    background-color: #fff;
}

.page-size-button-area .not-active:hover {
    border: 1px solid var(--Color);
    color: var(--Color);
}

.page-size-button-area .active {
    color: #fff;
    background-color: var(--Color);
}

#app {
    min-width: 1240px;
}
/*å†…å®¹ä¸»ä½“*/
.content{
    background:var(--bgColor);
    min-height: 500px;
    padding-bottom: 20px;
}
.middle {
    width: 1240px;
    margin: 0 auto;
}
.middle-b{
    width: 1240px;
    margin: 0 auto;
}
.main-area{
    width: 1240px;
    margin: 0 auto;   
}
.main-box{
    width: 100%;
    background-color: #fff;
}
.location{
    padding: 84px 0 20px 0;
}

.location-icon{
height: 10px;
width: 2px;
border-radius: 13px;
display: inline-block;
background: #F0854D;   
}

.location-line{
height: 11px;
width: 11px;
display: inline-block; 
background: url("/images/location-line-be494edc911b5c8748012d209e02ddde.png") no-repeat;
}
.location-item{
   padding: 0 7px; 
   color: #000;
}

.content-left{
width: 824px;
}
.content-right{
width: 396px;
}
/*æ–‡ç«&nbsp;ç±»åˆ—è¡¨*/
.r-top{
    padding: 22px 0;
    border-radius: 5px;
    border: 1px solid #D5DFEE;
    background: #fff;
    margin-bottom: 10px;
}
.r-title{
line-height: 28px;
font-size: 18px;
font-weight: 700;
text-align: left;
padding-left: 23px;
color: #3D3D3D;
margin-left: 19px;
background: url("/images/rectangle100-1d0779e991423a22d5aee111bfc1ad15.png") left center no-repeat;
}

.list-item{
    border-bottom: 1px solid #E4E6FA;
}
.list-item:last-child{
    border-bottom: none;
}
.list-item a{
    line-height: 48px;
    height: 48px;
}

.list-item span{
    width: 90%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #3D3D3D;
    transition: color 0.3s;
}

.list-item a:hover span{
color:var(--Color);
}
.an-hide{
    display: none;
}
/*æ–‡ç«&nbsp;ç±»è¯¦æƒ…é¡µ*/
.content-detail{
padding-top: 50px;
color: #000;
font-size: 14px;
font-weight: 400;
line-height: 20px;  
}
.content-view{padding: 40px 40px 0;background: #fff;}
.content-top .title{
font-style: normal;
font-weight: 400;
font-size: 20px;
line-height: 24px;
text-align: center;
text-transform: uppercase;
margin-bottom: 27px;
color: #F2632C; 
}
.content-top{
    font-size: 12px;
    color:#9F9F9F;
    padding-bottom: 10px;
    font-weight: 400;
    border-bottom: 1px solid #E4E6FA;
}
/*è¡¨æ&nbsp;¼*/
.table-area {
    width: 100%;
    table-layout: auto;
    box-sizing: border-box;
}

.table-area thead {
    background-color: #fff;
}

.table-area thead .line-style {
    min-height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #000;
    font-weight: 700;
}

.table-area thead th {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 100px;
}

.table-area thead .sort-icon-top {
    /* transform: rotate(180deg); */
    transform: rotate(-45deg);
}
.table-area thead .sort-icon-bottom {
    /* transform: rotate(180deg); */
    transform: rotate(135deg);
}

.table-area thead .sort-icon-bottom,
.table-area thead .sort-icon-top {
    /* height: 0;
    width: 0;
    border: 5px solid transparent;
    border-top-color: #898989; */
    width: 5px;
    height: 5px;
    border-top: 1px solid #898989;
    border-right: 1px solid #898989;
}

.table-area thead .sort-active {
    border-color: var(--Color) !important;
}

.table-area tbody tr {
    transition: transform 0.1s, box-shadow 0.3s;
}

.table-area tbody tr:hover {
    transform: scale(1.01);
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
}

.table-area tbody .lc-f {
    background-color: #fff;
}

.table-area tbody tr td{
    border-top: 1px solid #E4E6FA;
}

.table-area tbody td {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 350px;
    padding: 0 8px;
}

.table-area .line-style {
    justify-content: center;
}

.table-area .line-style,
.table-area .line-style-left,
.table-area .line-style-right{
    width: 100%;
    min-height: 60px;
    display: flex;
    align-items: center;
    text-align: center;
}

.table-area .line-style-left {
    justify-content: left;
    padding-left: 20px;
}
.table-area .line-style-right {
    justify-content: right;
   
}

.table-area .strong-f {
    color: var(--Color);
}

.table-area .normal-f {
    color: #3d3d3d;
}

.table-area .normal-p {
    color: var(--Color);
}

.table-area .f-ell-sin {
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.table-area .f-wrap {
    padding: 8px 0;
    white-space: pre-wrap;
    display: inline-block;
}

.table-area .button {
    width: 62px;
    height: 30px;
    font-size: 14px;
    border: 1px solid var(--Color);
    transition: background-color 0.3s, color 0.3s;
    background-color: #fff;
    color: var(--Color);
    text-align: center;
    line-height: 30px;
    border-radius: 6px;
    cursor: pointer;
}
.table-area .button--minor {
    width: 95px;
    height: 30px;
    font-size: 14px;
    border: 1px solid var(--MinorColor);
    transition: background-color 0.3s, color 0.3s;
    background-color: var(--MinorColor);
    color: #fff;
    text-align: center;
    line-height: 30px;
    border-radius: 6px;
    cursor: pointer;
}


.table-area .button:hover {
    background-color: var(--Color);
    color: #fff;
}
.table-area .button--minor:hover {
    background-color: var(--MinorColor);
    color: #fff;
}
.ivu-checkbox-wrapper{
    font-size: 14px;
}
.ivu-checkbox-inner{
    width: 16px;
    height: 16px;
}
.ivu-checkbox-checked .ivu-checkbox-inner{
    border-color: var(--Color);
    background-color: var(--Color);
}
.ivu-checkbox-checked .ivu-checkbox-inner:after{
    content: "";
    display: table;
    width: 4px;
    height: 10px;
    position: absolute;
    top: 2px;
    left: 5px;
    border: 2px solid #fff;
    border-top: 0;
    border-left: 0;
    transform: rotate(45deg) scale(1);
    transition: all .2s ease-in-out;
}
.ivu-checkbox-checked:hover .ivu-checkbox-inner {
    border-color: var(--Color);
}
.table-area .tips-area {
    width: 100%;
    overflow: hidden;
}

.table-area .tips-area .scroll-area {
    display: inline-block;
}

.table-area .tips-area .scroll {
    padding-left: 14px;
    white-space: nowrap;
    text-align: left;
    line-height: 16px;
    font-size: 12px;
    color: var(--Color);
    background-image: url(/images/tips2-31a28e0ee70af30c620dbcb50a9758d3.png);
    background-size: 11px 13px;
    background-repeat: no-repeat;
    background-position: left 0;
    margin-right: 30px;
}

@-webkit-keyframes scroll {
    0% {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
}

.user-normal-button {
    transition: background-color 0.3s, color 0.3s;
    background-color: var(--Color);
    color: #fff;
    cursor: pointer;
}

.user-normal-button:hover {
    background-color: rgba(249, 82, 31, 0.8);
    color: #fff;
}

.ivu-select-selection {
    display: block;
    box-sizing: border-box;
    outline: 0;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    position: relative;
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #F3F6FB;
    transition: all 0.2s ease-in-out;
}

.ivu-select-selection-focused,
.ivu-select-selection:hover {
    border-color: #F2632C;
}

.ivu-select-single .ivu-select-selection .ivu-select-placeholder,
.ivu-select-single .ivu-select-selection .ivu-select-selected-value {
    display: block;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: 8px;
    font-weight: 400;
    padding-right: 24px;
    color:#6C7788;
}

.table-area .f-ell-sin {
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.line-button {
  transition: color 0.3s;
  cursor: pointer;
}
.line-button:hover {
  color: var(--Color);
}
.ivu-input-wrapper {
    display: inline-block;
    width: 100%;
    position: relative;
    vertical-align: middle;
    line-height: normal;
}
.ivu-input{
    display: inline-block;
    width: 100%;
    height: 32px;
    line-height: 1.5;
    padding: 4px 7px;
    font-size: 14px;
    border: 1px solid #dcdee2;
    border-radius: 4px;
    color: #515a6e;
    background-color: #fff;
    background-image: none;
    position: relative;
    cursor: text;
    transition: border 0.2s ease-in-out, background 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}
.ivu-input-large{
    font-size: 16px;
    padding: 6px 7px;
    height: 40px;
}
textarea.ivu-input{
    max-width: 100%;
    height: auto;
    min-height: 32px;
    vertical-align: bottom;
    font-size: 14px;
}

.form-page-bottom-area {
    width: 100%;
    height: 66px;
    background-color: #fff;
    border-top: 1px solid #E4E6FA;
    padding: 0 30px;
}
.form-page-bottom-area .button-style{
    width: 118px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 6px;
    cursor: pointer;
}
.form-page-bottom-area .strong-button{
    transition: background-color 0.3s;
    background-color: var(--Color);
    color: #fff;
}



.ivu-page{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 0;
}
.ivu-page-item-active {
    background-color: var(--Color) !important;
    border-color: #e5e5e5 !important;
}

.ivu-page-item-active:hover a,
.ivu-page-item-active a {
    color: #fff !important;
}

.ivu-page-item:hover,
.ivu-page-next:hover,
.ivu-page-options-elevator input:hover,
.ivu-page-prev:hover {
    border-color: var(--Color) !important;
}

.ivu-page-item-active a,
.ivu-page-item.ivu-page-item-active:hover a {
    color: #fff !important;
}

.ivu-page-item-jump-next a,
.ivu-page-item-jump-prev a,
.ivu-page-item .ivu-page-item:hover a,
.ivu-page-item:hover a,
.ivu-page-next:hover a,
.ivu-page-prev:hover a {
    color: var(--Color) !important;
}

.ivu-page-options-elevator input:focus {
    border-color: var(--Color) !important;
    box-shadow: none !important;
}


/*å¤´éƒ¨*/
.header-container {
    width: 100%;
    height: 63px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
}
.header{
    height: 63px;
    display: flex;
    align-items: center;
    background-color: #fff;
}
.header-logo{
    width: 90px;
    height: 56px;
    margin-right: 40px;
}
.header-logo img{
    width: 100%;
    height: 100%;
}
.header-search{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 112px;
    height: 36px;
    background-color: var(--Color);
    color: #fff;
    border-radius: 3px;
}
.header-search:hover{
    color: #fff;
}
.header-search-icon{
    display: block;
    width: 15px;
    height: 14px;
    margin-left: 20px;
    background: url('/images/search-btn-1856a679b5ff399653b59bbe97c012ed.png') no-repeat;
    background-size: 100%;
}
.header-shoping{
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--Color);
    margin-left: 55px;
}
.header-shoping-icon{
    display: block;
    width: 30px;
    height: 30px;
    margin-right: 5px;
    background: url('/images/icon-head-2d8e3cb66e612f147e5bd8650a2680a8.png') no-repeat;
    background-position: -300px 0;
}
.header-shoping:hover .header-shoping-icon{
    background-position: -300px -30px;
}

.loginbf{
    position: relative;
    margin-left: 55px;
}
.loginbf-icon{
    display: block;
    width: 30px;
    height: 30px;
    margin-right: 5px;
    background: url('/images/icon-head-2d8e3cb66e612f147e5bd8650a2680a8.png') no-repeat;
    background-position: -330px 0;
}
.loginbf:hover .loginbf-icon{
    background-position: -330px -30px;
}
.loginbf-drop{
    right: 0;
    top: 40px;
    opacity: 0;
    position: absolute;
    width: 140px;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0px 1px 0px #EEEEEE;
}
.header-user:hover .loginbf-drop {
    opacity: 1;
}
.loginbf-drop li{
    padding: 16px 0;
    text-align: center;
}
.loginbf-drop li::marker{
    content: '';
}



.header-menu{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    height: 100%;
}
.header-menu li::marker{
    content: '';
}
.header-menu li{
    padding-right: 35px;
    display: flex;
    height: 100%;
}

.header-menu li a{
    display: flex;
    align-items: center;
    justify-content: center;
}
.header-menu li.header-menu-active a{
    color: var(--Color);
}
.icon-head{
    display: block;
    width: 30px;
    height: 30px;
    margin-right: 5px;
    background: url('/images/icon-head-2d8e3cb66e612f147e5bd8650a2680a8.png') no-repeat;
}
.header-menu-sy .icon-head{
    background-position: 0 0;
}
.header-menu-yd .icon-head{
    background-position: -30px 0;
}
.header-menu-zc .icon-head{
    background-position: -60px 0;
}
.header-menu-jj .icon-head{
    background-position: -90px 0;
}
.header-menu-kj .icon-head{
    background-position: -120px 0;
}
.header-menu-zj .icon-head{
    background-position: -150px 0;
}
.header-menu-fw .icon-head{
    background-position: -180px 0;
}
.header-menu-zx .icon-head{
    background-position: -210px 0;
}
.header-menu-dl .icon-head{
    background-position: -240px 0;
}
.header-menu-sc .icon-head{
    background-position: -270px 0;
}
.header-menu-news .icon-head{
    background-position: -360px 0;
}


.header-menu-yd:hover .user-Nav-Box{
    transform: translate(0, 0);
    z-index: 5;
    opacity: 1;
    visibility:visible;
}
.header-menu-jj:hover .user-Nav-Box{
    transform: translate(0, 0);
    z-index: 5;
    opacity: 1;
    visibility:visible;
}

.header-menu-kj:hover .user-Nav-Box{
    transform: translate(0, 0) ;
    z-index: 5 ;
    opacity: 1 ;
    visibility:visible;
}

.header-menu-zj:hover .user-Nav-Box{
    transform: translate(0, 0);
    z-index: 5;
    opacity: 1;
    visibility:visible;
}

.header-menu-news:hover .user-Nav-Box{
    transform: translate(0, 0);
    z-index: 5;
    opacity: 1;
    visibility:visible;
}

.header-menu-yd:hover .user-Nav-Box .middle .list-area-item-2{
    background: #fff;
}
.header-menu-jj:hover .user-Nav-Box .middle .list-area-item-3{
    background: #fff;
}
.header-menu-kj:hover .user-Nav-Box .middle .list-area-item-4{
    background: #fff;
}
.header-menu-news:hover .user-Nav-Box .middle .list-area-item-5{
    background: #fff;
}

.header-menu-yd:hover .title{
    color: var(--Color);
}
.header-menu-jj:hover .title{
    color: var(--Color);
}
.header-menu-kj:hover .title{
    color: var(--Color);
}
.header-menu-zj:hover .title{
    color: var(--Color);
}
.header-menu-news:hover .title{
    color: var(--Color);
}


.header-menu-sy:hover .icon-head,.header-menu-sy.header-menu-active .icon-head{
    background-position: 0 -30px;
}
.header-menu-yd:hover .icon-head,.header-menu-yd.header-menu-active .icon-head{
    background-position: -30px -30px;
}
.header-menu-zc:hover .icon-head,.header-menu-zc.header-menu-active .icon-head{
    background-position: -60px -30px;
}
.header-menu-jj:hover .icon-head,.header-menu-jj.header-menu-active .icon-head{
    background-position: -90px -30px;
}
.header-menu-kj:hover .icon-head,.header-menu-kj.header-menu-active .icon-head{
    background-position: -120px -30px;
}
.header-menu-zj:hover .icon-head,.header-menu-zj.header-menu-active .icon-head{
    background-position: -150px -30px;
}
.header-menu-fw:hover .icon-head,.header-menu-fw.header-menu-active .icon-head{
    background-position: -180px -30px;
}
.header-menu-zx:hover .icon-head,.header-menu-zx.header-menu-active .icon-head{
    background-position: -210px -30px;
}
.header-menu-dl:hover .icon-head,.header-menu-dl.header-menu-active .icon-head{
    background-position: -240px -30px;
}
.header-menu-sc:hover .icon-head,.header-menu-sc.header-menu-active .icon-head{
    background-position: -270px -30px;
}
.header-menu-news:hover .icon-head,.header-menu-news.header-menu-active .icon-head{
    background-position: -360px -30px;
}

/*å¤´éƒ¨å¯¼èˆªä¸‹æ‹‰*/
.user-Nav-Box{
    width: 100%;
    padding: 0px 20px 0px 0;
    box-sizing: border-box;
    background: #f5f5f5;
    transform: translate(0, 10px);
    min-width: 1240px;
    position: absolute;
    top: 60px;
    left: 0;
    font-size: 12px;
    line-height: 40px;
    z-index: -1;
    visibility:hidden;
    opacity: 0;
    transition: all 0.2s;
}

.user-Nav-Box .list-area-item{
    padding: 40px 20px 20px;
    margin-top: -5px;
}

.user-Nav-Box .list-area-item:hover {
     background: #fff;
 }

.user-Nav-Box .list-area-item .list-item{
    display: block;
    font-size: 14px;
    min-width: 85px;
    color:#000;
    cursor: pointer;
    border:none;
}

.user-Nav-Box .list-area-item .list-item:hover span{
    color: var(--Color)
}

.user-Nav-Box .other-area{
    width: 430px;
    flex-wrap: wrap;
    position: relative;
}

.user-Nav-Box .other-area .inner-item{
    font-size: 14px;
}

.user-Nav-Box .other-area .inner-item:hover{
    background: #fff;
}

.user-Nav-Box .other-area .inner-item .inner-title{
    color: #000;
    font-weight: 600;
}

.user-Nav-Box .other-area .inner-item .inner-list-area{
    flex-wrap: wrap;
}

.user-Nav-Box .other-area .inner-item-5 {
    margin-top: -160px;
    margin-left: -10px;
}
.user-Nav-Box .other-area .inner-item-6 {
    margin-top: -160px;
}
.user-Nav-Box .other-area .inner-item-7 {
    margin-top: -160px;
}

.user-Nav-Box .m-right{
    padding-right: 25px;
}



.user-strong-button{
    transition: background-color 0.3s, color 0.3s;
    background-color: var(--Color);
    color: #fff;
}
.big-button-size, .big-button-size-40{
    min-width: 150px;
    font-size: 14px;
    text-align: center;
    padding: 0 20px;
    border-radius: 4px;
    cursor: pointer;
    background-color: #e8e8e8;
    color: #898989;
}
.big-button-size-40{
    height: 40px;
    line-height: 40px;
}
.window.to {
    margin-right: 0;
}

.window .container {
    position: relative;
    width: 20px;
    height: 20px;
}

.window .chevron {
    position: absolute;
    top: 5px;
    left: -2px;
    font-size: 16px;
    -webkit-animation: move-left-data-v-5c52844e 0.8s ease-out infinite;
    animation: move-left-data-v-5c52844e 0.8s ease-out infinite;
}

.window .chevron:after,
.window .chevron:before {
    border: 6px solid transparent;
    border-right-color: #fff;
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    content: " ";
}

.window .chevron:before {
    border-right-color: var(--Color);
    right: -10px;
}

.window .chevron.show {
    -webkit-animation: move-data-v-5c52844e 0.8s ease-out infinite;
    animation: move-data-v-5c52844e 0.8s ease-out infinite;
}

.window .chevron.show:after,
.window .chevron.show:before {
    border: 6px solid transparent;
    border-left-color: #fff;
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    right: -10px;
    content: " ";
}

.window .chevron.show:before {
    border-left-color: var(--Color);
    right: -12px;
}

.ivu-input:hover {
    border-color: var(--Color);
}

.loading-area {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.spin-area {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.4);
    z-index: 8;
}

@-webkit-keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(1turn);
    }
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(1turn);
    }
}

.loading-area .loading {
    background-image: url(/images/Loading-17ed288876fed8a3239a42419cfd36a2.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    transform: rotate(360deg);
    animation: rotation 3s linear infinite;
    -moz-animation: rotation 3s linear infinite;
    -webkit-animation: rotation 3s linear infinite;
    -o-animation: rotation 3s linear infinite;
}
.c-d2 {
    color: #3d3d3d;
}

.c-b {
    color: #1c9cdf;
}

.c-g {
    color: #898989;
}

.c-gr {
    color: #59ab15;
}

.c-r {
    color: var(--Color);
}


.loading-area .small-loading {
    width: 50px;
    height: 50px;
}
.big-button-size {
    height: 43px;
    line-height: 43px;
}
.user-normal-button {
    border: 1px solid var(--Color);
    transition: background-color 0.3s, color 0.3s;
    background-color: #fff;
    color: var(--Color);
}
.modal-main {
    padding: 30px 40px 50px;
}

.ivu-modal-no-mask {
    background-color: rgba(55,55,55,.6);
    height: 100%;
}
.modal-main {
    padding: 30px 40px 50px;
}
.modal-text {
    text-align: center;
}
.f-16 {
    font-size: 16px;
}

.ivu-modal {
    width: auto;
    position: relative;
    margin: 0 auto;
    outline: 0;
    top: 0;
}

.modal-main {
    padding: 30px 40px 50px;
}

.ivu-modal-hidden {
    display: none !important;
}

.ivu-modal-wrap {
    position: fixed;
    overflow: hidden;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}
.ivu-modal {
    height: 100%;
}
.ivu-modal-wrap * {
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
}

.ivu-modal-mask {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(55, 55, 55, 0.6);
    height: 100%;
    z-index: 1000;
}

.ivu-modal-mask-hidden {
    display: none;
}

.ivu-modal-content {
    position: relative;
    background-color: #fff;
    border: 0;
    border-radius: 6px;
    background-clip: padding-box;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    top: 100px;
    max-height: 75%;
}

.ivu-modal-content-no-mask {
    pointer-events: auto;
}

.ivu-modal-content-drag {
    position: absolute;
}

.ivu-modal-content-drag .ivu-modal-header {
    cursor: move;
}

.ivu-modal-content-dragging {
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.ivu-modal-header {
    border-bottom: 1px solid #e8eaec;
    padding: 14px 16px;
    line-height: 1;
    color: #f5f5f5;
    cursor: move;
}

.ivu-modal-header-inner,
.ivu-modal-header p {
    display: inline-block;
    width: 100%;
    height: 20px;
    color: #17233d;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    line-height: 25px;
}

.ivu-modal-close {
    z-index: 1;
    font-size: 12px;
    position: absolute;
    right: 8px;
    top: 8px;
    overflow: hidden;
    cursor: pointer;
}

.ivu-modal-close .ivu-icon-ios-close {
    font-size: 31px;
    color: #999;
    transition: color 0.2s ease;
    position: relative;
    top: 1px;
}

.ivu-modal-close .ivu-icon-ios-close:hover {
    color: #444;
}

.ivu-modal-body {
    padding: 16px;
    font-size: 14px!important;
    line-height: 1.5;
    height: calc(100% - 54px);
}

.pay-modal-main {
    padding: 30px 40px 50px;
}

.ivu-modal-footer {
    border-top: 1px solid #e8eaec;
    padding: 12px 18px;
    text-align: right;
}

.ivu-modal-footer button+button {
    margin-left: 8px;
    margin-bottom: 0;
}

.ivu-modal-fullscreen {
    width: 100% !important;
    position: absolute;
    bottom: 0;
    top: 0!important;
    left: 0!important;
    right: 0!important;
}

.ivu-modal-fullscreen .ivu-modal-content {
    width: 100%!important;
    height: 100%;
    max-height: inherit;
    border-radius: 0;
    position: absolute;
    bottom: 0!important;
    top: 0!important;
    left: 0!important;
    right: 0!important;
}

.ivu-modal-fullscreen .ivu-modal-body {
    width: 100%;
    overflow: auto;
    position: absolute;
    top: 51px;
    bottom: 61px;
}

.ivu-modal-fullscreen-no-header .ivu-modal-body {
    top: 0;
}

.ivu-modal-fullscreen-no-footer .ivu-modal-body {
    bottom: 0;
}

.ivu-modal-fullscreen .ivu-modal-footer {
    position: absolute;
    width: 100%;
    bottom: 0;
}

@media (max-width: 576px) {
    .ivu-modal {
        width: auto !important;
        margin: 10px;
    }
    .ivu-modal-fullscreen {
        width: 100% !important;
        margin: 0;
    }
    .vertical-center-modal .ivu-modal {
        flex: 1;
    }
}

.ivu-modal-confirm {
    padding: 6px 16px 8px;
}

.ivu-modal-confirm-head {
    padding: 0 12px 0 0;
}

.ivu-modal-confirm-head-icon {
    display: inline-block;
    font-size: 28px;
    vertical-align: middle;
    position: relative;
    top: -2px;
}

.ivu-modal-confirm-head-icon-info {
    color: #2d8cf0;
}

.ivu-modal-confirm-head-icon-success {
    color: #19be6b;
}

.ivu-modal-confirm-head-icon-warning {
    color: #f90;
}

.ivu-modal-confirm-head-icon-error {
    color: #ed4014;
}

.ivu-modal-confirm-head-icon-confirm {
    color: #f90;
}


.ivu-modal-confirm-head-title {
    display: inline-block;
    vertical-align: middle;
    margin-left: 12px;
    font-size: 16px;
    color: #17233d;
    font-weight: 500;
}

.ivu-modal-confirm-body {
    padding-left: 40px;
    font-size: 14px;
    color: #515a6e;
    position: relative;
}

.ivu-modal-confirm-body-render {
    margin: 0;
    padding: 0;
}

.ivu-modal-confirm-footer {
    margin-top: 20px;
    text-align: right;
}

.ivu-modal-confirm-footer button+button {
    margin-left: 8px;
    margin-bottom: 0;
}

.modal-header {
    width: 100%;
    position: relative;
}

.modal-header span {
    font-size: 16px;
    line-height: 25px;
    color: #515a6e;
}

.modal-header .fullscreen {
    position: absolute;
    right: 30px;
    cursor: pointer;
    color: #888;
    transition: color 0.3s;
}

.modal-header .fullscreen:hover {
    color: #111;
}
.ivu-modal-body {
    padding: 0;
    font-size: 14px!important;
    line-height: 1.5;
    height: calc(100% - 54px);
}
.rule-content-area-height {
    max-height: 400px;
}
.rule-content-area {
    padding: 25px 30px;
    overflow-y: auto;
    height: 100%;
}
.rule-content-area h2 {
    font-size: 18px;
    padding-bottom: 10px;
    margin-bottom: 12px;
    border-bottom: 1px dashed #f1f1f1;
}
.rule-content-area p {
    margin-bottom: 20px;
}
.b-form-font-button {
    transition: color 0.3s;
    color: var(--Color);
    font-size: 14px;
    cursor: pointer;
}
.ivu-input:focus {
    border-color: var(--Color);
    box-shadow: none;
    -webkit-box-shadow: none;
}
.ivu-radio-checked:hover .ivu-radio-inner {
    border-color: var(--Color) !important;
}
.box-area {
    width: 100%;
    border: 1px solid #eaeaea;
    padding: 20px 30px 30px;
    border-radius: 5px;
}

.box-area .line-item {
    margin-bottom: 20px;
}
.box-area .name {
    width: 90px;
    text-align: right;
    margin-right: 15px;
    font-size: 14px;
    color: #3d3d3d;
}
.bankNumber {
    border: 1px solid #dcdee2;
    border-radius: 4px;
    width: 100%;
    height: 32px;
    line-height: 1.5;
    padding: 4px 7px;
    font-size: 14px;
    transition: border .2s ease-in-out,background .2s ease-in-out,box-shadow .2s ease-in-out;
    background-color: #fff;
    color: #20213c;
}
.box-area .pay-method-box.active, .box-area .pay-method-box:hover {
    border-color: var(--Color);
    color: var(--Color);
}
.box-area .pay-method-box.p-i-1 {
    background-image: url(/images/p-i-1-69ac8346148e5c1ceaefb32f5315b642.png);
    background-size: 24px 24px;
    background-repeat: no-repeat;
    background-position: 19px;
}
.box-area .pay-method-box.p-i-2 {
    background-image: url(/images/p-i-2-602e1eb88a9199119f35946e8b90f6da.png);
    background-size: 27px 25px;
    background-repeat: no-repeat;
    background-position: 13px;
}
.box-area .pay-method-box {
    width: 150px;
    height: 50px;
    border: 1px solid #dcdee2;
    padding: 12px 13px 12px 53px;
    border-radius: 5px;
    transition: border-color .3s,color .3s;
    font-size: 14px;
    color: rgba(61,61,61,.9);
    cursor: pointer;
    margin-right: 20px;
}
.pay-img {
    width: 228px;
    height: 284px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
}
.wechat {
    background-image: url(/images/wechat-pay-07ea081e32ea90a3edbdf3fb3ea7cd2b.png);
}
.zhifubao {
    background-image: url(/images/zhifubao-pay-f78ac057b1822b42fd123c1c847799f1.png);
}
.code-area ~.tips-area {
    width: 180px;
    padding: 8px 20px;
    background-color: var(--Color);
    color: #fff;
    text-align: center;
    border-radius: 5px;
    margin-top: 15px;
}
.big-button-size, .big-button-size-40 {
    min-width: 150px;
    font-size: 14px;
    text-align: center;
    padding: 0 20px;
    border-radius: 4px;
    cursor: pointer;
}
.window.to {
    margin-right: 0;
}
.window {
    position: fixed;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    padding: 15px 10px;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 2px 2px 5px #333;
    z-index: 99;
    margin-right: -126px;
    transition: margin 0.3s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.cursor-pointer {
    cursor: pointer;
}
.window .qrCode {
    width: 106px;
    height: 106px;
    background-color: #fff;
    margin-bottom: 10px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
}

.window .container {
    position: relative;
    width: 20px;
    height: 20px;
}

.window .chevron {
    position: absolute;
    top: 5px;
    left: -2px;
    font-size: 16px;
    -webkit-animation: move-left-data-v-5c52844e 0.8s ease-out infinite;
    animation: move-left-data-v-5c52844e 0.8s ease-out infinite;
}

.window .chevron:after,
.window .chevron:before {
    border: 6px solid transparent;
    border-right-color: #fff;
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    content: " ";
}

.window .chevron:before {
    border-right-color: var(--Color);
    right: -10px;
}

.window .chevron.show {
    -webkit-animation: move-data-v-5c52844e 0.8s ease-out infinite;
    animation: move-data-v-5c52844e 0.8s ease-out infinite;
}

.window .chevron.show:after,
.window .chevron.show:before {
    border: 6px solid transparent;
    border-left-color: #fff;
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    right: -10px;
    content: " ";
}

.window .chevron.show:before {
    border-left-color: var(--Color);
    right: -12px;
}

.ivu-page-item-jump-next+.ivu-page-item {
    display: none!important;
}

.common-modal-main-1,.common-modal-main-2 {
    padding: 0 !important;
}
.common-modal-main-1 .rule-content-area-height {
    max-height: none!important;
}</pre></body></html>