* {
    padding: 0;
    margin: 0;
    list-style: none;
    outline: none;
    box-sizing: border-box;
}

input,
button {
    vertical-align: middle;
    outline: none;
    border: none;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    font-size: 100%;
}

::-webkit-scrollbar {
    width: 12px;
    height: 12px;
    background-color: #F5F5F5;

}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #F5F5F5;
}


::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .1);
    background-color: #c1c1c1;
    cursor: pointer;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #a1a1a1;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #bbb;
    font-family: "思源雅黑", "微软雅黑", "黑体", "宋体";
}

input::-moz-input-placeholder, textarea::-moz-input-placeholder {
    color: #bbb;
    font-family: "思源雅黑", "微软雅黑", "黑体", "宋体";
}

input::-ms-input-placeholder, textarea::-ms-input-placeholder {
    color: #bbb;
    font-family: "思源雅黑", "微软雅黑", "黑体", "宋体";
}

input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a {
    text-decoration: none;
    outline: none;
    color: #333;
}

a:hover {
    color: #673DE6 !important;
}

body {
    height: 100%;
    background-color: #fff;
    font-family: '微软雅黑', "webfont", "NotoSansHans-Regular", 'Arial', 'sans-serif';
    min-width: 1440px;
    font-size: 14px;
    color: #333;
    line-height: 1.6em;
    position: relative;
}

.tooltip {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
}

#tooltip {
    display: none;
    position: absolute;
    background-color: #673DE6;
    color: #fff;
    padding: 3px 5px;
    font-size: 12px;
    border-radius: 3px;
    font-family: "Courier New" consolas;
    display: inline-block;
    text-align: center;
    z-index: 11;
}

#tooltip:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

#tooltip.top:after {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #673DE6;
}

#tooltip.bottom:after {
    top: 0;
    left: 50%;
    margin-left: -5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #673DE6;
}

#tooltip.left:after {
    top: 50%;
    right: 0;
    margin-top: -5px;
    margin-right: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #673DE6;
}

#tooltip.right:after {
    top: 50%;
    left: 0;
    margin-top: -5px;
    margin-left: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #673DE6;
}

#tooltip.track {
    text-align: left;
}

#tooltip.track:after {
    display: none;
}

.popupMsg {
    position: absolute;
    font-size: 12px;
    left: -8px;
    top: -6px;
    transform: translateY(-100%);
    width: max-content;
    padding: 3px 5px;
    background: #fff;
    color: #333;
    border: 1px solid #dfdfdf;
    line-height: 18px;
    border-radius: 4px;
    font-style: inherit;
    text-align: left;
    z-index: 999;
    box-shadow: 0 0px 8px 0 rgb(0 0 0 / 10%);
}

.popupMsg:after {
    content: '';
    position: absolute;
    bottom: -6px;
    left: 20px;
    margin-left: -6px;
    background: none;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 6px 0 6px;
    border-color: #dfdfdf transparent transparent transparent;
}

.popupMsgBox {
    position: relative;
    border-bottom: 1px dashed #999;
    cursor: pointer;
}

.popupMsgBox .popupMsg {
    display: none;
}

.popupMsgBox:hover .popupMsg {
    display: block;
}

.w1200 {
    margin: 0 auto;
    width: 1200px;
}

.z {
    float: left;
}

.y {
    float: right;
}

.tag {
    border: 1px solid #ddd;
    color: #333;
    border-radius: 3px;
    padding: 0 4px;
    display: inline-flex;
    line-height: 18px;
    font-size: 12px;
    min-width: 16px;
    justify-content: center;
}

.tag.tag-error {
    border: 1px solid #f74c00;
    color: #f74c00 !important;
}

.tag.tag-success {
    border: 1px solid #67c23a;
    color: #67c23a !important;
}

.tag.tag-warning {
    border: 1px solid #E6A550;
    color: #E6A550 !important;
}

.tag.tag-blue {
    border: 1px solid #854ffb;
    color: #854ffb !important;
}


.tag.tag-info {
    border: 1px solid #666;
    color: #666 !important;
}

.tag.tag-disabled {
    border: 1px solid #999;
    color: #999 !important;
}

.tag.tag-chunk {
    background: #fff;
}

.tag.tag-chunk.tag-error {
    background: #f74c00;
    color: #fff !important;
}

.tag.tag-chunk.tag-success {
    background: #67c23a;
    color: #fff !important;
}

.tag.tag-chunk.tag-success.tag-min {
    padding: 2px 6px 2px 3px;
    background: #2fcc79;
    border-radius: 14px;
    border: none;
}

.tag.tag-chunk.tag-warning {
    background: #e6b721;
    color: #fff !important;
}

.tag.tag-chunk.tag-blue {
    background: #673DE6;
    color: #fff !important;
}

.tag.tag-chunk.tag-info {
    background: #666;
    color: #fff !important;
}

.tag.tag-chunk.tag-disabled {
    background: #999;
    color: #fff !important;
}

.hide {
    display: none;
}

.show {
    display: block;
}

.flex-g {
    display: flex;
}

.flex {
    display: flex;
    flex-wrap: wrap;
}

.flexInline {
    display: inline-flex;
}

.justify-start {
    justify-content: flex-start;
}

.justify-end {
    justify-content: flex-end;
}

.justify-center {
    justify-content: center;
}

.justify-between {
    justify-content: space-between;
}

.direction-column {
    flex-direction: column;
}

.align-start {
    align-items: flex-start;
}

.align-end {
    align-items: flex-end;
}

.align-center {
    align-items: center;
    align-content: center;
}

.flex-avg {
    flex: 1;
}

.flex-no-shrink {
    flex-shrink: 0;
}

.col {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%
}

.col-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%
}

.col-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%
}

.col-3 {
    flex: 0 0 25%;
    max-width: 25%
}

.col-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%
}

.col-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%
}

.col-6 {
    flex: 0 0 50%;
    max-width: 50%
}

.col-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%
}

.col-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%
}

.col-9 {
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%
}

.col-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%
}

.col-12 {
    flex: 0 0 100%;
    max-width: 100%
}

.textCenter {
    text-align: center !important;
}

.textRight {
    text-align: right !important;
}

.color42dd3f {
    color: #6ecc50
}

.colorbef663 {
    color: #acd357
}

.colorf6ed44 {
    color: #f9c764
}

.colorf69833 {
    color: #ff9545
}

.colore61610 {
    color: #e0414c
}

.color-success {
    color: #00b858;
}

.color-error {
    color: #ef5656 !important;
}

.color-warning {
    color: #ffa417 !important;
}

.color-orange {
    color: #ffe032 !important;
}

.color-blue, .c-primary {
    color: #673DE6 !important;
    cursor: pointer;
}

.color-fff {
    color: #fff;
}

.color-333 {
    color: #333 !important;
}

.color-666 {
    color: #666 !important;
}

.color-999 {
    color: #999 !important;
}

.disabled {
    cursor: no-drop !important;
    opacity: 0.5;
}

.btn {
    display: inline-block;
    color: #673DE6;
    text-align: center;
    vertical-align: middle;
    background-color: transparent;
    border: 1px solid #673DE6;
    padding: 0px 16px;
    font-size: 14px;
    height: 32px;
    line-height: 30px;
    border-radius: 4px;
    cursor: pointer;
    font-weight: 500;
}

.btn.btn-mini {
    padding: 0px 10px;
    font-size: 12px;
    height: 26px !important;
    line-height: 24px !important;
}

.btn.btn-big {
    padding: 0px 24px;
    font-size: 15px;
    height: 40px !important;
    line-height: 38px !important;
}

.btn:hover {
    text-decoration: none
}

.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0 rgba(70, 128, 255, .25)
}

.btn.disabled, .btn:disabled,.btn.btn-loading {
    opacity: .65;
    cursor: not-allowed !important;
    pointer-events: none
}

.btn:not(:disabled):not(.disabled):not(.btn-loading) {
    cursor: pointer
}

.btn-primary {
    color: #fff !important;
    background: linear-gradient(180deg, #FCF7EE 0%, #A47AFF 0%, #6451FE 100%);
    border: none;
}

.btn-primary:hover {
    background: #673DE6;
    border-color: #673DE6;
}

.btn-primary.focus, .btn-primary:focus {
    color: #fff;
    background: #673DE6;
    border-color: #673DE6;
    box-shadow: 0 0 0 0 rgba(98, 147, 255, .5)
}

.btn-primary.disabled,.btn-primary.btn-loading, .btn-primary:disabled {
    color: #fff !important;
    background-color: #673DE6;
    border-color: #673DE6;
    cursor: no-drop;
}

.btn-primary:not(:disabled):not(.disabled):hover:not(.btn-loading):hover {
    color: #fff !important;
    background: #673DE6;
    border-color: #673DE6;
}

.btn-error {
    color: #fff !important;
    background: linear-gradient(180deg, rgba(255,136,136,1) 0%,rgba(255,51,51,1) 100%);
    border: none;
}

.btn-error:hover {
    color: #fff !important;
    background: linear-gradient(180deg, rgb(253, 108, 108) 0%, rgb(255, 30, 30) 100%);
}

.btn-error-plain {
    color: #ef5656 !important;
    border-color: #ef5656;
}

.btn-error-plain:hover {
    color: #ef5656 !important;
}

.btn-error.disabled,.btn-error.btn-loading, .btn-error:disabled {
    cursor: no-drop;
    opacity: 0.8;
}

.btn-link {
    color: #673DE6;
    padding: 0px;
    border: 1px solid transparent;
    text-decoration: none;
}

.btn-link:hover {
    color: #673DE6;
}

.btn-link.focus, .btn-link:focus {
    text-decoration: underline
}

.btn-link.disabled, .btn-link:disabled {
    color: #6c757d;
    pointer-events: none
}

.btn + .btn {
    margin-left: 8px
}

.text-input {
    width: 196px;
    height: 30px;
    line-height: 28px;
    border-radius: 4px;
    padding-left: 8px;
    border: 1px solid #DCDFE6;
}

.checkbox-control {
    position: relative;
    display: inline-block;
    line-height: 22px;
}

.checkbox-control + .checkbox-control {
    margin-left: 16px;
}

.checkbox-control-input {
    position: absolute;
    left: 0;
    z-index: -1;
    width: 14px;
    height: 14px;
    opacity: 0
}

.checkbox-control-input:checked ~ .checkbox-control-label::before {
    color: #fff;
    border-color: #A47BFF;
    background-color: #A47BFF
}

.checkbox-control-label {
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.checkbox-control-label::before {
    position: relative;
    display: inline-flex;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #D4D4D4 solid 1px;
    border-radius: 2px;
    top: 0px;
    width: 14px;
    height: 14px;
    margin-right: 5px;
}

.checkbox-control-label::after {
    content: "";
    display: block;
    width: 3px;
    height: 8px;
    opacity: .9;
    background-image: none;
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;
    position: absolute;
    left: 3px;
    top: 12px;
    transform: scaleX(-1) rotate(135deg);
    transform-origin: left top;
}

.dropdown-cont {
    position: relative;
    display: inline-block;
}

.dropdown-text i:after {
    position: relative;
    top: 11px;
    z-index: 1;
    width: 0;
    margin-left: 6px;
    height: 0;
    content: '';
    border-top: 4px solid #666;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
}

.dropdown-menu {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 1000;
    min-width: 120px;
    padding: 5px 0;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .1);
}

.dropdown-item {
    display: block;
    color: #212529;
    cursor: pointer;
    padding: 0px 16px;
    line-height: 30px;
}

.dropdown-item.on {
    background: #edf3ff;
}

.title-g {
    font-size: 20px;
    line-height: 28px;
    font-weight: bold;
    position: relative;
}

.title-min-g {
    font-size: 16px;
    line-height: 16px;
    position: relative;
    display: flex;
    border-bottom: 1px solid #eee;
    padding-bottom: 14px;
    align-items: center;
}

.title-min-g:before {
    content: '';
    display: inline-block;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 30px;
    height: 2px;
    background: #673DE6;
    transition: width .2s;
}

.title-min-g svg {
    width: 24px;
    height: 24px;
    margin-right: 8px;
}

.title-icon-g {
    font-size: 16px;
    line-height: 16px;
    border-bottom: 1px solid #eee;
    padding-bottom: 14px;
    margin-bottom: 16px;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.title-icon-g:before {
    content: '';
    display: inline-block;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 30px;
    height: 2px;
    background: #673DE6;
    transition: width .2s;
}

.title-icon-g > div {
    display: flex;
    align-items: center;
}

.title-icon-g i {
    margin-right: 8px;
    font-size: 20px;
    color: #673DE6;
}

.title-icon-g svg {
    width: 24px;
    height: 24px;
    margin-right: 8px;
}

.title-icon-g i.iconarrow {
    margin-right: 0px;
    color: #999 !important;
}

/*.box-g:hover .title-min-g:before, .index-tool-item:hover .title-min-g:before {
    width: 100%;
}*/

.font-12 {
    font-size: 12px !important;
}

.font-14 {
    font-size: 14px !important;
}

.font-16 {
    font-size: 16px !important;
}

.font-18 {
    font-size: 18px !important;
}

.font-20 {
    font-size: 20px !important;
}

.font-22 {
    font-size: 22px !important;
}

.font-24 {
    font-size: 24px !important;
}

.font-26 {
    font-size: 26px !important;
}

.font-28 {
    font-size: 28px !important;
}

.font-32 {
    font-size: 32px !important;
}

.font-40 {
    font-size: 40px !important;
}

.ml-4 {
    margin-left: 4px;
}

.ml-8 {
    margin-left: 8px;
}

.ml-16 {
    margin-left: 16px !important;
}

.ml-24 {
    margin-left: 24px;
}

.ml-32 {
    margin-left: 32px;
}

.ml-40 {
    margin-left: 40px;
}

.mr-4 {
    margin-right: 4px !important;
}

.mr-8 {
    margin-right: 8px !important;
}

.mr-16 {
    margin-right: 16px !important;
}

.mr-24 {
    margin-right: 24px;
}

.mr-32 {
    margin-right: 32px;
}

.mr-40 {
    margin-right: 40px;
}

.mt-4 {
    margin-top: 4px;
}

.mt-8 {
    margin-top: 8px;
}

.mt-16 {
    margin-top: 16px !important;
}

.mt-24 {
    margin-top: 24px !important;
}

.mt-32 {
    margin-top: 32px !important;
}

.mt-40 {
    margin-top: 40px !important;
}

.mt-50 {
    margin-top: 50px !important;
}

.mb-4 {
    margin-bottom: 4px;
}

.mb-8 {
    margin-bottom: 8px !important;
}

.mb-16 {
    margin-bottom: 16px;
}

.mb-24 {
    margin-bottom: 24px !important;
}

.mb-32 {
    margin-bottom: 32px !important;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-50 {
    margin-bottom: 50px;
}

.pt-4 {
    padding-top: 4px !important;
}

.pt-8 {
    padding-top: 8px;
}

.pt-16 {
    padding-top: 16px;
}

.pt-24 {
    padding-top: 24px;
}

.pt-32 {
    padding-top: 32px;
}

.pt-40 {
    padding-top: 40px;
}

.pt-50 {
    padding-top: 50px;
}

.pr-4 {
    padding-right: 4px;
}

.pr-8 {
    padding-right: 8px;
}

.pr-16 {
    padding-right: 16px;
}

.pr-24 {
    padding-right: 24px !important;
}

.pb-0 {
    padding-bottom: 0px !important;
}

.pb-4 {
    padding-bottom: 4px !important;
}

.pb-8 {
    padding-bottom: 8px !important;
}

.pb-16 {
    padding-bottom: 16px;
}

.pb-24 {
    padding-bottom: 24px;
}

.pb-32 {
    padding-bottom: 32px;
}

.pb-40 {
    padding-bottom: 40px;
}

.pl-4 {
    padding-left: 4px;
}

.pl-8 {
    padding-left: 8px;
}

.pl-16 {
    padding-left: 16px;
}

.pl-24 {
    padding-left: 24px !important;
}

.p-16 {
    padding: 16px;
}

.pt60 {
    padding-top: 60px;
}

.pb30 {
    padding-bottom: 30px;
}

.pb40 {
    padding-bottom: 40px;
}

.pb60 {
    padding-bottom: 60px;
}

.pt20 {
    padding-top: 20px;
}

.PopupHtm, .PopupHtms {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 99999999;
    display: none;
}

.PopupHtm:after, .PopupHtms:after {
    content: "";
    display: inline-block;
    height: 100%;
    width: 0;
    vertical-align: middle;
}

.PopupHtmCont, .PopupHtmConts {
    display: inline-block;
    max-width: 480px;
    min-width: 360px;
    vertical-align: middle;
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #ebeef5;
    font-size: 18px;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
    text-align: left;
    overflow: hidden;
    backface-visibility: hidden;
    position: relative;
    z-index: 999;
}

.PopupHtmBg, .PopupHtmBgs {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
}

.PopupHtmBg p.loadingp1, .PopupHtmBgs p.loadingp1 {
    color: #fff;
    position: absolute;
    width: 100%;
    top: 50%;
    padding-top: 60px;
    font-size: 16px;
}

.loading-g:before{
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.9);
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
}
.loading-g:after{
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: url("/statics/web/images/spinner2.png") no-repeat center;
    background-size: 100px;
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    animation: rotate 1s linear infinite;
}

.loading-imgs1 {
    overflow: hidden;
}

.loading-imgs {
    -webkit-transition-property: -webkit-transform;
    -webkit-transition-duration: 1s;
    -moz-transition-property: -moz-transform;
    -moz-transition-duration: 1s;
    -webkit-animation: rotate 1s linear infinite;
    -moz-animation: rotate 1s linear infinite;
    -o-animation: rotate 1s linear infinite;
    animation: rotate 1s linear infinite;
    width: 100px;
    display: block;
    margin: 20px auto;
}

.PopupHtmBg img, .PopupHtmBgs img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100px;
    margin: -50px 0 0 -50px;
    -webkit-transition-property: -webkit-transform;
    -webkit-transition-duration: 1s;
    -moz-transition-property: -moz-transform;
    -moz-transition-duration: 1s;
    -webkit-animation: rotate 1s linear infinite;
    -moz-animation: rotate 1s linear infinite;
    -o-animation: rotate 1s linear infinite;
    animation: rotate 1s linear infinite;
}

@-webkit-keyframes rotate {
    from {
        -webkit-transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(359deg)
    }
}

@-moz-keyframes rotate {
    from {
        -moz-transform: rotate(0deg)
    }
    to {
        -moz-transform: rotate(359deg)
    }
}

@-o-keyframes rotate {
    from {
        -o-transform: rotate(0deg)
    }
    to {
        -o-transform: rotate(359deg)
    }
}

@keyframes rotate {
    from {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(359deg)
    }
}

.PopupHtmContTitle {
    position: relative;
    line-height: 50px;
    padding: 0 15px;
    border-bottom: 1px solid #dfdfdf;
}

.PopupHtmContTitle span {
    padding-left: 0;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 50px;
    color: #303133;
    font-weight: bold;
}

.PopupHtmContTitle img {
    float: right;
    cursor: pointer;
    margin: 18px 0;
}

.PopupHtmContText {
    padding: 20px 30px;
    font-size: 14px;
    text-align: left;
    line-height: 24px;
}

.PopupHtmContText p {
    position: relative;
    padding: 10px 0px;
    color: #606266;
    font-size: 14px;
    word-wrap: break-word;
    line-height: 23px;
    display: inline-block;
    text-align: left;
}

.PopupHtmContText p a {
    color: #673DE6;
}

.PopupHtmContText .bott {
    text-align: right;
    margin-top: 20px;
    display: block;
}

.PopupHtmContText .popup-success {
    font-size: 14px;
    border-radius: 3px;
    display: inline-block;
    line-height: 1;
    white-space: nowrap;
    cursor: pointer;
    border: 1px solid #673DE6;
    -webkit-appearance: none;
    text-align: center;
    box-sizing: border-box;
    outline: none;
    color: #333;
}

.PopupHtmContText .back {
    padding: 0 16px;
    font-size: 14px;
    border-radius: 3px;
    display: inline-block;
    white-space: nowrap;
    cursor: pointer;
    border: 1px solid #e0e1e5;
    -webkit-appearance: none;
    text-align: center;
    box-sizing: border-box;
    outline: none;
    background: #fff;
    margin-left: 10px;
    color: #666;
}

.PopupHtmContText input:hover, .PopupHtmContText a:hover {
    background: #673DE6;
    color: #fff;
    border-color: #673DE6;
}

.PopupHtmContText input.code_value:hover {
    background: #fff;
    color: #333;
    border-color: #dfdfdf;
}

.PopupHtmContText a.nobg:hover {
    background: #fff;
    color: #673DE6;
    border-color: #fff;
}

.PopupMsg {
    position: fixed;
    top: -60px;
    left: 50%;
    transform: translate(-50%, 0px);
    background-color: #fff;
    color: #673DE6;
    font-size: 14px;
    line-height: 52px;
    height: 52px;
    border-radius: 8px;
    z-index: 999;
    transition: all .5s;
    min-width: 200px;
    padding: 0px 30px;
    text-align: center;
    -webkit-animation: move 3s;
    animation: move 3s;
    border: 1px solid #c6b8ef;
}

.PopupMsg.error {
    background: #fef0f0;
    color: #f15d5d;
    border: 1px solid #fde2e2;
}

.PopupMsg.warning {
    background: #fdf6ec;
    color: #e39829;
    border: 1px solid #faecd8;
}

.PopupMsg.success {
    background: #f0f9eb;
    color: #5ebe2f;
    border: 1px solid #e1f3d8;
}

@-webkit-keyframes move {
    0% {
        top: -60px;
        opacity: 1;
        z-index: 999999999;
    }
    10% {
        top: 40px;
        opacity: 1;
        z-index: 999999999;
    }
    90% {
        top: 40px;
        opacity: 1;
        z-index: 999999999;
    }
    100% {
        top: -70px;
        opacity: 1;
        z-index: 999999999;
    }
}

@keyframes move {
    0% {
        top: -60px;
        opacity: 1;
        z-index: 999999999;
    }
    10% {
        top: 40px;
        opacity: 1;
        z-index: 999999999;
    }
    90% {
        top: 40px;
        opacity: 1;
        z-index: 999999999;
    }
    100% {
        top: -70px;
        opacity: 1;
        z-index: 999999999;
    }
}

.loadingText {
    position: fixed;
    top: 45px;
    right: 48px;
    min-width: 100px;
    background-color: #000;
    filter: alpha(opacity=1);
    opacity: 1;
    background-color: rgba(0, 0, 0, .6);
    color: #fff;
    border: none;
    padding: 6px 15px;
    text-align: center;
    z-index: 99999999;
    box-sizing: border-box;
    border-radius: 2px;
    -webkit-animation: move1 .3s;
    animation: move1 .3s;
    font-size: 14px;
    line-height: 22px;
}

.loadingText span {
    text-decoration: underline;
    cursor: pointer;
}

.loadingText img {
    -webkit-transition-property: -webkit-transform;
    -webkit-transition-duration: 1s;
    -moz-transition-property: -moz-transform;
    -moz-transition-duration: 1s;
    -webkit-animation: rotate 1s linear infinite;
    -moz-animation: rotate 1s linear infinite;
    -o-animation: rotate 1s linear infinite;
    animation: rotate 1s linear infinite;
}

@-webkit-keyframes move1 {
    0% {
        top: 0px;
        opacity: .2;
        z-index: 999999999
    }
    100% {
        top: 60px;
        opacity: 1;
        z-index: 999999999
    }
}

@keyframes move1 {
    0% {
        top: 0px;
        opacity: .2;
        z-index: 999999999
    }
    100% {
        top: 60px;
        opacity: 1;
        z-index: 999999999
    }
}


.popup {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 99999999;
    display: none;
    background: none;
}

.popup:after {
    content: "";
    display: inline-block;
    height: 100%;
    width: 0;
    vertical-align: middle;
}

.popupCont {
    display: inline-block;
    width: 460px;
    vertical-align: middle;
    background-color: #fff;
    border-radius: 4px;
    font-size: 18px;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
    text-align: left;
    overflow: initial;
    backface-visibility: hidden;
    position: relative;
    z-index: 999;
}

.popupBg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
}

.popupContTitle {
    border-radius: 4px 4px 0 0;
    height: 50px;
    line-height: 50px;
    padding-left: 24px;
    color: #333;
    position: relative;
    border-bottom: 1px solid #dfdfdf;
}

.popupContTitle span {
    color: #333;
    font-size: 38px;
    position: absolute;
    right: 5px;
    padding: 0 10px;
    font-weight: 100;
    top: -3px;
    cursor: pointer;
}

.popupContText {
    font-size: 14px;
    color: #333;
    position: relative;
    padding: 24px 32px;
    line-height: 28px;
}

.popupContBottom {
    display: flex;
    justify-content: end;
    margin-top: 20px;
}

.contact_right {
    position: fixed;
    flex-wrap: wrap;
    top: 50%;
    right: 0;
    width: 75px;
    z-index: 992;
    display: flex;
    justify-content: right;
    margin: 0px 16px 0 0;
}

.contact_right01 {
    position: relative;
    width: 58px;
    padding-left: 10px;
}

.contact_right01h {
    width: 48px;
    height: 48px;
    border-radius: 8px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    font-size: 12px;
    cursor: pointer;
    box-shadow: 0 0px 4px 0 rgb(0 0 0 / 20%);
    color: #fff;
    background: linear-gradient(180deg, rgba(252, 247, 238, 1) 0%, rgba(164, 122, 255, 1) 0%, rgba(100, 81, 254, 1) 100%);
}

.contact_right01h > p {
    line-height: 18px;
    font-size: 14px;
    letter-spacing: 1px;
}

.contact_right01h:hover {
    background: linear-gradient(180deg, rgba(252, 247, 238, 1) 0%, rgba(164, 122, 255, 1) 0%, rgba(100, 81, 254, 1) 100%);
    color: #fff;
}

.contact_right01h i {
    display: block;
    color: #fff;
    width: 32px;
    height: 26px;
    font-size: 24px;
    margin: 0 auto;
    text-align: center;
}

.contact_right01a {
    display: none;
    position: absolute;
    right: 52px;
    bottom: 0;
    color: #333;
    font-size: 14px;
    width: 210px;
    background: #fff;
    text-align: left;
    box-shadow: 0 0px 10px 0 rgb(0 0 0 / 6%);
    border-radius: 4px;
    cursor: default;
    overflow: hidden;
}

.contact_right01:hover .contact_right01a, .contact_right03:hover .contact_right01a {
    display: block;
}

.contact_right01b {
    border-bottom: 1px solid #f0f1f1;
    display: flex;
    align-items: center;
}

.contact_right01b:last-child {
    border-bottom: none;
}

.contact_right01c {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px !important;
}

.iconfenzhijiedian:before {
    position: relative;
    top: -2px;
}

.contact_right01d {
    line-height: 40px;
}

.contact_right01d b {
    display: block;
}

.contact_right01d a {
    display: flex;
    align-items: center;
    width: 210px;
    justify-content: space-between;
}

.contact_right01d a:hover{
    color: #673DE6 !important;
}

.contact_right02 {
    position: relative;
    display: none;
    text-align: center;
    line-height: 44px;
    width: 48px;
    height: 48px;
    background: linear-gradient(120deg, #ffffff, #eef2fa);
    cursor: pointer;
    border-radius: 8px;
    box-shadow: 0 0px 4px 0 rgb(0 0 0 / 20%);
}

.contact_right02:hover {
    background: linear-gradient(180deg, rgba(252, 247, 238, 1) 0%, rgba(164, 122, 255, 1) 0%, rgba(100, 81, 254, 1) 100%);
    color: #fff;
}

.contact_right02 i {
    font-size: 32px;
}
}

.contact_wechat {
    background: url("../images/wechat01.png") no-repeat center;
    background-size: 100%;
    width: 90px;
    height: 90px;
    margin-top: 8px;
}

.right_whatsApp{
    background: url("../img/imga19.jpg") no-repeat center;
    background-size: 100%;
    width: 120px;
    height: 120px;
    margin: 0 36px;
    position: relative;
    top: -8px;
}

.iframe-cont {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999999;
    border: none;
    display: none;
}

.money_vip_popup {
    width: 280px;
    margin: 0 auto;
    position: relative;
}

.money_vip_popup a {
    margin: 0 !important;
}

.money_login {
    margin: 20px auto;
    position: relative;
}

.money_login_cont {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    width: 460px;
}

.money_left {
    position: fixed;
    top: 50%;
    margin: -175px 0 0 -710px;
    left: 50%;
    width: 100px;
    height: 360px;
    z-index: 10;
}

.money_right {
    position: fixed;
    top: 50%;
    margin: -175px -710px 0 0;
    right: 50%;
    width: 100px;
    height: 360px;
    z-index: 10;
}

@media (max-width: 1439px) {

    .money_left {
        position: absolute;
        left: 10px;
        margin-left: 0;
    }
    .money_right {
        position: absolute;
        right: 10px;
        margin-right: 0;
    }

}

.money_box {
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    position: relative;
    width: 1200px;
    font-size: 16px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-radius: 4px;
    background: #fff;
    padding: 5px;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
}

.money_row {
    width: 100%;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 5px;
}
.money_row:last-child {
    margin-bottom: 0;
}

.money_box .money_item {
    position: relative;
    display: inline-flex;
}

.money_head_nav {
    position: relative;
    font-size: 16px;
}

.money_box .money_item span, .money_text span, .money_left span, .money_right span, .money_banner span, .money_head_nav span, .money_vip_popup span, .money_login span {
    z-index: 2;
    font-size: 12px;
    position: absolute !important;
    right: 0;
    top: 0;
    display: inline-block;
    padding: 3px 5px;
    line-height: 12px;
    background: rgba(0, 0, 0, 0.1);
    color: #fff;
}

.money_text {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    background-color: #fff;
    padding: 8px 0 2px;
    position: relative;
    width: 100%;
}

.money_text a {
    width: 20%;
    display: block;
    text-align: center;
    line-height: 30px;
    overflow: hidden;
    text-decoration: none;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 13px;
    color: #595855;
}

.money_text a.red {
    color: #e10000;
}

.money_text a.blue {
    color: #00f;
}

.money_box .psText {
    margin-right: 8px;
    color: #999;
    text-align: right;
    font-size: 12px;
    width: 100%;
    line-height: 32px;
}

.index-top-long {
    width: 100%;
    background: #ccc;
    position: sticky;
    top: 0;
    z-index: 20;
}

.index-top-long .money_item {
    position: relative;
    display: block;
    text-align: center;
}

.index-top-long .money_item span {
    display: none;
}

.shareBtn {
    cursor: pointer;
}


.text-error {
    position: relative;
}

.text-error:hover .text-error-tips {
    display: block;
}

.text-error-tips {
    position: absolute;
    border: 1px solid #ddd;
    background-color: #fff;
    z-index: 1;
    color: #444;
    padding: 10px 16px;
    border-radius: 4px;
    width: 700px;
    line-height: 2em;
    top: 100%;
    display: none;
    box-shadow: 2px 4px 8px 0 rgba(0, 0, 0, 0.15);
}

.text-error-tips:after {
    content: '';
    position: absolute;
    top: -6px;
    left: 20px;
    margin-left: -6px;
    background: none;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0px 6px 6px 6px;
    border-color: transparent transparent #ddd transparent;
}

.httpCode {
    position: relative;
}

.httpCodeTips {
    position: absolute;
    border: 1px solid #ddd;
    background-color: #fff;
    z-index: 1;
    color: #444;
    padding: 10px 16px;
    border-radius: 4px;
    top: 100%;
    display: none;
    max-width: 390px;
    min-width: 110px;
    left: 0;
    line-height: 1.8em;
    width: max-content;
    box-shadow: 2px 4px 8px 0 rgba(0, 0, 0, 0.15);
}

.httpCode:hover .httpCodeTips {
    display: block;
}

.httpCodeTips:after {
    content: '';
    position: absolute;
    top: -6px;
    left: 20px;
    margin-left: -6px;
    background: none;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0px 6px 6px 6px;
    border-color: transparent transparent #ddd transparent;
}

body .footerMin {
    position: fixed;
    bottom: 0;
}
.footer{
    padding: 50px 0 0;
    background: #181A21;
    width: 100%;
}
.footer-cont{
    color: #fff;
    display: flex;
    justify-content: space-between;
}
.footer-item{

}
.footer-list a{
    color: #fff;
}
.footer-title{
    padding-bottom: 12px;
    font-size: 16px;
}
.footer-list p {
    line-height: 38px;
    opacity: .9;
}
.footer-list p a.tag{
    padding: 0 6px;
    margin-right: 4px;
}
.footer-cont .footer-list p a:nth-child(1){
    width: 85px;
    display: inline-block;
}
.footer-cont .footer-item:nth-child(2) p a:nth-child(1){
    width: 64px;
}
.footer-cont .footer-item:nth-child(3) p a:nth-child(1){
    width: 78px;
}
.footer-cont .footer-item:nth-child(4) p a:nth-child(1){
    width: 92px;
}
.footer-links a{
    display: flex;
    width: 210px;
    height: 38px;
    line-height: 36px;
    border-radius: 4px;
    background: rgba(37, 40, 51, 1);
    border: 1px solid rgba(54, 55, 59, 1);
    padding-left: 8px;
    color: #fff;
    margin-bottom: 10px;
    position: relative;
}

.foot_whatsApp{
    background: url("../img/imga19.jpg") no-repeat center;
    background-size: 100%;
    width: 140px;
    height: 140px;
    position: absolute;
    bottom: 100%;
    left: 0;
    border-radius: 4px;
    display: none;
}

.footer-links a:hover .foot_whatsApp{
    display: block;
}

.foot_links {
    width: 1200px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    margin: 0 auto;
    color: #fff;
    font-size: 12px;
    overflow: hidden;
    padding: 18px 0;
    line-height: 26px;
    display: flex;
}

.foot_links .foot_links_row {
    width: 1134px;
    display: flex;
    flex-wrap: wrap;
}
.foot_links > .foot_links_row a {
    font-size: 12px;
    color: #fff;
    opacity: 0.6;
    position: relative;
}

.foot_links > .foot_links_row a:hover {
    color: #fff !important;
    opacity: 1;
}

.foot_links a:after {
    content: '';
    display: block;
    width: 1px;
    height: 12px;
    position: relative;
    top: 7.5px;
    float: right;
    margin: 0 14px;
    background: rgba(99, 111, 148, 0.6);
}

.foot_links a:last-child::after {
    display: none;
}

.foot_links > span {
    width: 62px;
    color: #fff;
}



.foot_links > a:after {
    content: '';
    display: block;
    width: 1px;
    height: 12px;
    position: relative;
    top: 9px;
    float: right;
    margin: 0 10px;
    background: #fff;
    opacity: 0.6;
}

.foot_links > a:last-child:after {
    display: none;
}


.foot_company {
    height: 60px;
    line-height: 60px;
    font-size: 14px;
    color: #fff;
    text-align: center;
}

.header{
    line-height: 60px;
    background: #FFFFFF;
    box-shadow: 0px 2px 10px rgba(0,0,0,0.1);
}
.head-logo {
    height: 30px;
    width: 147px;
    background: url("../img/logo.png") no-repeat center;
    display: block;
}
.head-nav > a{
    margin-right: 40px;
    position: relative;
}
.head-nav .login{
    top: 6px;
    position: relative;
}
.head-nav > a:hover,.head-nav > a.on,.header-menu-item > a:hover,.header-menu-item > a.on{
    color: #673DE6 !important;
}
.head-nav a.on:after{
    content: '';
    background: #673DE6;
    width: 100%;
    height: 3px;
    position: absolute;
    left: 0;
    bottom: 0;
}
.head-nav .header-menu-item:nth-child(2) .footer-list p a:nth-child(1){
    width: 85px;
    display: inline-block;
}
.header-menu-item{
    position: relative;
    margin-right: 40px;
}
.header-menu-item:hover .header-menu-min{
    display: flex;
}
.header-menu-min{
    background: #fff;
    display: none;
    justify-content: space-between;
    top: 100%;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
    position: absolute;
    line-height: 22px;
    left: 0;
    text-align: left;
    transition: all 0.7s ease-out;
    z-index: 20;
    border-radius: 8px;
    padding: 12px 20px;
    flex-wrap: wrap;
    width: 620px;
}
.header-menu-min .footer-list a{
    color: #333;
}
.header-menu-min .footer-list p{
    opacity: 1;
}
.header-menu-min .footer-title{
    border-bottom: 1px solid #dfdfdf;
    padding-top: 6px;
    margin-bottom: 8px;
}
.header-menu-min::after {
    content: '';
    position: absolute;
    left: 22px;
    width: 0;
    height: 0;
    border: 8px solid;
    border-color: transparent transparent #fff transparent;
    top: -14px;
    /*filter: drop-shadow(0px 0px 0px rgba(0, 0, 0, 0.3));*/
}

.user-cont {
    position: relative;
    cursor: pointer;
    height: 50px;
}

.user-cont:hover .user-info-cont {
    display: block;
}

.user-info-cont {
    background: #ffffff;
    display: none;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    position: absolute;
    right: -20px;
    top: 100%;
    text-align: left;
    width: 330px;
    z-index: 22;
    padding: 0 16px;
    line-height: 1.8em;
}

.user-info-cont:after {
    position: absolute;
    top: -8px;
    right: 24px;
    z-index: 99;
    width: 0;
    height: 0;
    content: '';
    border-bottom: 8px solid #fff;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    line-height: 22px;
}

.user-info-cont1 .iconyonghu {
    position: relative;
    top: 12px;
    margin-right: 8px;
}

.user-info-cont1 {
    border-bottom: 1px dashed #ccc;
    padding: 10px 0;
}

.user-info-cont2 {
    padding: 4px 0;
}

.user-info-cont2 a {
    margin: 0;
    display: flex;
    justify-content: space-between;
    line-height: 32px;
}

.user-info-cont a.loginOut {
    border-radius: 0 0 5px 5px;
    background: #F5F5FA;
    display: block;
    line-height: 40px;
    position: relative;
    left: -16px;
    width: 330px;
    margin: 0;
    text-align: center;
    color: #666;
}

.user-info-cont3 .tag {
    padding: 0 8px;
    display: inline-flex;
}

