a {
    text-decoration: none;
    font-size: 13px;
    color: #333;
}

* {
    font-family: -apple-system, BlinkMacSystemFont, "SF Pro SC", "SF Pro Text", "Helvetica Neue", Helvetica, "PingFang SC", "Segoe UI", Roboto, "Hiragino Sans GB", arial, 'microsoft yahei ui', "Microsoft YaHei", SimSun, sans-serif;
}

.el-icon-arrow-down:before {
    content: "\e6df";
}

.el-icon-arrow-up:before {
    content: "\e6e1";
}

@font-face {
    font-family: element-icons;
    src: url(../../style/font/535877f.woff) format("woff"), url(../../style/font/535877f.woff) format("truetype");
    font-weight: 400;
    font-display: "auto";
    font-style: normal
}

/* @font-face {
    font-family: YouSheBiaoTiHei;
    src: url(../../style/font/youshebiaoti.ttf) format("woff"), url(../../style/font/youshebiaoti.ttf) format("truetype");
    font-weight: 400;
    font-display: "auto";
    font-style: normal
} */

@font-face {
    font-family: DIN Medium;
    src: url(../../style/font/DIN-Medium.otf) format("woff"), url(../../style/font/DIN-Medium.otf) format("truetype");
    font-weight: 400;
    font-display: "auto";
    font-style: normal
}

@font-face {
    font-family: weiruanyahei;
    src: url(../../style/font/Microsoft_YaHei.ttf) format("woff"), url(../../style/font/Microsoft_YaHei.ttf) format("truetype");
    font-weight: 400;
    font-display: "auto";
    font-style: normal
}

.navigationBar {
    width: 6px;
    height: 6px;
    background: #a7a7a7;
    border: 2px solid #a7a7a7;
    float: left;
    margin-top: 16px;
}

.header .top {
    background-color: #e9e9e9;
    line-height: 30px;
    height: 30px;
    color: #333;
    font-size: 16px;
    font-size: 12px
}

.header .top .ct {
    overflow: hidden
}

.header .top .lside {
    margin-left: 74px
}

.header .top span {
    margin-right: 22px
}

.header .top a.line {
    display: inline-block;
    height: 10px;
    border-left: 1px solid #d4d4d4;
    margin: -2px 12px 0;
    vertical-align: middle
}

.header .top a {
    font-weight: 400;
    /* font-family: Source Han Sans CN */
}

.header .top .rside .newsc {
    margin-right: 36px
}

.header .top .rside .newsc a {
    color: #666
}

.header .top .rside .newsc .bk {
    padding-right: 36px;
    border-right: 1px solid #d4d4d4
}

.header>.middle {
    height: 104px;
    background: #fff
}

.header>.middle .logo {
    width: 190px;
    height: 134px;
    background: #ec554c 50% no-repeat;
    float: left;
    margin-top: -30px;
    z-index: 2;
    cursor: pointer;
    margin-right: 12px
}

.header>.middle .slogan {
    float: left;
    margin-top: 2%;
    position: relative;
    width: 205px;
}

.header>.middle .slogan img {

    position: absolute;

}

.header>.middle .rside {
    height: 104px;
    width: 730px;
    float: left
}

.header>.middle .rside .search {
    margin-top: 20px;
    overflow: hidden
}

.header>.middle .rside .search .inputw {
    width: 570px;
    float: left
}

.header>.middle .rside .search .el-select .el-input {
    width: 113px
}

.header>.middle .rside .search .input-with-select .el-input-group__prepend {
    background-color: #f3f3f3
}

.header>.middle .rside .search .el-input-group__append {
    background: #2E5EC0;
    color: #fff;
    border: 3px solid #2E5EC0;
    font-size: 17px;
    font-weight: 700;
    text-align: left;
    color: #ffffff;
    line-height: 26px;
}

.header>.middle .rside .search .el-input-group__append:hover {
    opacity: .7
}

.header>.middle .rside .search .btn {
    margin-left: 17px;
    width: 140px;
    height: 44px;
    float: left
}

.header>.middle .rside .keyWords {
    color: #999;
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    color: #999999;
    line-height: 26px;
}

.header>.middle .rside .keyWords span {
    cursor: pointer;
    margin-right: 5px
}

.header>.middle .serchinput input {
    /* background-color: #f3f3f3 */
}

.header .navmain {
    height: 47px;
    background: #ffffff;
    background-color: #ffffff;
    line-height: 36px;
    margin-top: 8px;
    clear: both
}


.maxw {
    width: 1200px
}

.maxw,
.w1000 {
    margin: 0 auto
}

.header.scroll .navmain {
    height: 50px;
    background: #fff;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10;
    transition: .3s;
    border-bottom: 2px solid #606ca5;
    -webkit-animation: ani .5s linear forwards;
    animation: ani .5s linear forwards;
    box-shadow: 0 0 8px rgba(160, 174, 188, .5)
}

.header.scroll .navmain .itemize {
    height: 48px;
    line-height: 48px;
    overflow: hidden
}

.header.scroll .navmain .nav {
    transition: .3s;
    overflow: hidden;
    width: 800px
}

.header.scroll .navmain .nav.inputShow {
    width: 600px;
    height: 48px
}

.header.scroll .navmain .nav.inputShow .el-icon-d-arrow-right {
    display: inline-block;
    line-height: 54px
}

.header.scroll .navmain .nav.inputShow .el-icon-d-arrow-right:hover {
    color: #ec554c
}

.header.scroll .navmain .nav>li a {
    display: inline-block;
    line-height: 48px;
    font-size: 16px;
    color: #333
}

.header.scroll .navmain .nav>li a p:first-child {
    opacity: 1
}

.header.scroll .navmain .nav>li a .line {
    transition: .3s;
    border-top: 2px solid transparent;
    margin: -4px auto 0
}

.header.scroll .navmain .nav>li:hover p:first-child {
    opacity: 1;
    color: #ec554c;
    background-color: #fff
}

.header.scroll .navmain .nav>li:hover .line {
    width: 20%;
    border-top: 2px solid #ec554c
}

.header.scroll .navmain .nav>li .active {
    opacity: 1;
    background-color: #fff;
    color: #ec554c
}

.header.scroll .navmain .nav>li .active p:first-child {
    opacity: 1;
    background-color: #fff
}

.header.scroll .navmain .nav>li .active .line {
    width: 20%;
    border-top: 2px solid #ec554c
}

.header.scroll .navmain .rside {
    display: block;
    height: 50px;
    line-height: 50px
}

.header.scroll .navmain .rside .input {
    width: 0;
    height: 35px;
    margin-top: 7px;
    overflow: hidden;
    float: left;
    line-height: 30px;
    transition: .3s;
    border-bottom: 1px solid #ec554c
}

.header.scroll .navmain .rside .input .w {
    width: 160px
}

.header.scroll .navmain .rside .input input {
    border: none
}

.header.scroll .navmain .rside .input .type {
    border: none;
    width: 100px
}

.header.scroll .navmain .rside .show {
    width: 272px
}

.header.scroll .navmain .rside img {
    vertical-align: middle;
    cursor: pointer
}

.header.scroll .navmain .rside img:not(:last-child) {
    margin-right: 36px
}

.search {
    overflow: hidden;
    margin-bottom: 9px
}

.search .label {
    font-size: 14px;
    color: #333;
    margin-right: 10px;
    line-height: 32px
}

.search .label:not(:first-child) {
    margin-left: 28px
}

.search .btns {
    margin-left: 20px
}

.search>div {
    float: left
}

.search>div .inputw {
    width: 200px
}

.el-input {
    position: relative;
    font-size: 14px;
    display: inline-block;
    width: 100%;
    height: 39px
}

.el-input::-webkit-scrollbar {
    z-index: 11;
    width: 6px
}

.el-input::-webkit-scrollbar:horizontal {
    height: 6px
}

.el-input::-webkit-scrollbar-thumb {
    border-radius: 5px;
    width: 6px;
    background: #b4bccc
}

.el-input::-webkit-scrollbar-corner,
.el-input::-webkit-scrollbar-track {
    background: #fff
}

.el-input::-webkit-scrollbar-track-piece {
    background: #fff;
    width: 6px
}

.el-input-group__append,
.el-input-group__prepend {
    background-color: #f5f7fa;
    color: #909399;
    vertical-align: middle;
    display: table-cell;
    position: relative;
    padding: 0 20px;
    width: 1px;
    white-space: nowrap
}

.el-input-group__append:focus,
.el-input-group__prepend:focus {
    outline: none
}

.el-input-group__append .el-button,
.el-input-group__append .el-select,
.el-input-group__prepend .el-button,
.el-input-group__prepend .el-select {
    display: inline-block;
    margin: -10px -20px
}

.el-input-group__append button.el-button,
.el-input-group__append div.el-select .el-input__inner,
.el-input-group__append div.el-select:hover .el-input__inner,
.el-input-group__prepend button.el-button,
.el-input-group__prepend div.el-select .el-input__inner,
.el-input-group__prepend div.el-select:hover .el-input__inner {
    border-color: transparent;
    background-color: transparent;
    color: inherit;
    border-top: 0;
    border-bottom: 0
}

.el-input-group__append .el-input,
.el-input-group__prepend .el-button,
.el-input-group__prepend .el-input {
    font-size: inherit
}

.el-input-group__prepend {
    border-right: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.el-form-item__content .el-input-group {
    vertical-align: top
}

.el-input-group {
    line-height: normal;
    display: inline-table;
    width: 100%;
    border-collapse: separate;
    border-spacing: 0
}

.el-input-group>.el-input__inner {
    vertical-align: middle;
    display: table-cell
}

.el-input-group__append,
.el-input-group__prepend {
    background-color: #f5f7fa;
    color: #666666;
    vertical-align: middle;
    display: table-cell;
    position: relative;
    padding: 0 20px;
    width: 1px;
    white-space: nowrap
}

.el-input-group__append:focus,
.el-input-group__prepend:focus {
    outline: none
}

.el-input-group__append .el-button,
.el-input-group__append .el-select,
.el-input-group__prepend .el-button,
.el-input-group__prepend .el-select {
    display: inline-block;
    margin: -10px -20px
}

.el-input-group__append button.el-button,
.el-input-group__append div.el-select .el-input__inner,
.el-input-group__append div.el-select:hover .el-input__inner,
.el-input-group__prepend button.el-button,
.el-input-group__prepend div.el-select .el-input__inner,
.el-input-group__prepend div.el-select:hover .el-input__inner {
    border-color: transparent;
    background-color: transparent;
    color: inherit;
    border-top: 0;
    border-bottom: 0
}

.el-input-group__append .el-input,
.el-input-group__prepend .el-button,
.el-input-group__prepend .el-input {
    font-size: inherit
}

.el-input-group__prepend {
    border-right: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.el-input-group__append {
    border-left: 0
}

.el-input-group--prepend .el-input__inner,
.el-input-group__append {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.el-input-group--prepend .el-select .el-input.is-focus .el-input__inner {
    border-color: transparent
}

.el-input-group--append .el-input__inner {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.el-input-group--append .el-select .el-input.is-focus .el-input__inner {
    border-color: transparent
}



.el-select {
    display: inline-block;
    position: relative
}

.el-input__suffix {
    position: absolute;
    height: 100%;
    right: 5px;
    top: 0;
    text-align: center;
    color: #c0c4cc;
    transition: all .3s;
    pointer-events: none
}

.ft_primary {
    color: #FF570D;
}

.el-input__suffix-inner {
    pointer-events: all
}

.el-select .el-input .el-select__caret {
    color: #666666;
    font-size: 14px;
    transition: transform .3s;
    transform: rotate(180deg);
    cursor: pointer
}

.el-select .el-input .el-select__caret.is-reverse {
    transform: rotate(0deg)
}

.el-select .el-input .el-select__caret.is-show-close {
    font-size: 14px;
    text-align: center;
    transform: rotate(180deg);
    border-radius: 100%;
    color: #c0c4cc;
    transition: color .2s cubic-bezier(.645, .045, .355, 1)
}

.el-select .el-input .el-select__caret.is-show-close:hover {
    color: #909399
}

.el-select-dropdown {
    position: absolute;
    z-index: 1001;
    border: 1px solid #e4e7ed;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
    box-sizing: border-box;
    margin: 5px 0
}

.el-select-dropdown.is-multiple .el-select-dropdown__item.selected {
    color: #606ca5;
    background-color: #fff
}

.el-select-dropdown.is-multiple .el-select-dropdown__item.selected.hover {
    background-color: #f5f7fa
}

.el-select-dropdown.is-multiple .el-select-dropdown__item.selected:after {
    position: absolute;
    right: 20px;
    font-family: element-icons;
    content: "\e6da";
    font-size: 12px;
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.el-select-dropdown .el-scrollbar.is-empty .el-select-dropdown__list {
    padding: 0
}

.el-select-dropdown__empty {
    padding: 10px 0;
    margin: 0;
    text-align: center;
    color: #999;
    font-size: 14px
}

.el-select-dropdown__wrap {
    max-height: 274px
}

.el-select-dropdown__list {
    list-style: none;
    padding: 6px 0;
    margin: 0;
    box-sizing: border-box
}

.el-select-dropdown__item {
    font-size: 14px;
    padding: 0 20px;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #606266;
    height: 34px;
    line-height: 34px;
    box-sizing: border-box;
    cursor: pointer
}

.el-select-dropdown__item.is-disabled {
    color: #c0c4cc;
    cursor: not-allowed
}

.el-select-dropdown__item.is-disabled:hover {
    background-color: #fff
}

.el-select-dropdown__item.hover,
.el-select-dropdown__item:hover {
    background-color: #f5f7fa
}

.el-select-dropdown__item.selected {
    color: #606ca5;
    font-weight: 700
}

.el-input__inner {
    -webkit-appearance: none;
    background-color: #fff;
    background-image: none;
    border-radius: 4px;
    border: 1px solid #dcdfe6;
    box-sizing: border-box;
    color: #606266;
    display: inline-block;
    font-size: inherit;
    height: 40px;
    line-height: 40px;
    outline: none;
    padding: 0 15px;
    transition: border-color .2s cubic-bezier(.645, .045, .355, 1);
    width: 100%
}

.el-input__inner::-webkit-input-placeholder {
    color: #c0c4cc
}

.el-input__inner::-moz-placeholder {
    color: #c0c4cc
}

.el-input__inner:-ms-input-placeholder {
    color: #c0c4cc
}

.el-input__inner::-ms-input-placeholder {
    color: #c0c4cc
}

.el-input__inner::placeholder {
    color: #c0c4cc
}

.el-input__inner:hover {
    border-color: #c0c4cc
}

.el-input__inner:focus {
    outline: none;
    border-color: #606ca5
}

.el-button {
    display: inline-block;

    white-space: nowrap;
    cursor: pointer;
    background: #fff;
    border: 1px solid #dcdfe6;
    color: #606266;
    -webkit-appearance: none;
    text-align: center;
    box-sizing: border-box;
    outline: none;
    margin: 0;
    transition: .1s;
    font-weight: 500;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    padding: 12px 20px;
    font-size: 14px;
    border-radius: 0px;
}

.el-button+.el-button {
    margin-left: 10px
}

.el-button.is-round {
    padding: 12px 20px
}

.el-button:focus,
.el-button:hover {
    color: #606ca5;
    border-color: #cfd3e4;
    background-color: #eff0f6
}

.el-button:active {
    color: #566195;
    border-color: #566195;
    outline: none
}

.el-button::-moz-focus-inner {
    border: 0
}

.el-button [class*=el-icon-]+span {
    margin-left: 5px
}

.el-button.is-plain:focus,
.el-button.is-plain:hover {
    background: #fff;
    border-color: #606ca5;
    color: #606ca5
}

.el-button.is-plain:active {
    background: #fff;
    outline: none
}

.el-button.is-active,
.el-button.is-plain:active {
    border-color: #566195;
    color: #566195
}

.el-button.is-disabled,
.el-button.is-disabled:focus,
.el-button.is-disabled:hover {
    color: #c0c4cc;
    cursor: not-allowed;
    background-image: none;
    background-color: #fff;
    border-color: #ebeef5
}

.el-button.is-disabled.el-button--text {
    background-color: transparent
}

.el-button.is-disabled.is-plain,
.el-button.is-disabled.is-plain:focus,
.el-button.is-disabled.is-plain:hover {
    background-color: #fff;
    border-color: #ebeef5;
    color: #c0c4cc
}

.el-button.is-loading {
    position: relative;
    pointer-events: none
}

.el-button.is-loading:before {
    pointer-events: none;
    content: "";
    position: absolute;
    left: -1px;
    top: -1px;
    right: -1px;
    bottom: -1px;
    border-radius: inherit;
    background-color: hsla(0, 0%, 100%, .35)
}

.el-button.is-round {
    border-radius: 20px;
    padding: 12px 23px
}

.el-button.is-circle {
    border-radius: 50%;
    padding: 12px
}

.el-button--primary {
    color: #fff;
    background-color: #606ca5;
    border-color: #606ca5
}

.el-button--primary:focus,
.el-button--primary:hover {
    background: #8089b7;
    border-color: #8089b7;
    color: #fff
}

.el-button--primary:active {
    outline: none
}

.el-button--primary.is-active,
.el-button--primary:active {
    background: #566195;
    border-color: #566195;
    color: #fff
}

.el-button--primary.is-disabled,
.el-button--primary.is-disabled:active,
.el-button--primary.is-disabled:focus,
.el-button--primary.is-disabled:hover {
    color: #fff;
    background-color: #b0b6d2;
    border-color: #b0b6d2
}

.el-button--primary.is-plain {
    color: #606ca5;
    background: #eff0f6;
    border-color: #bfc4db
}

.el-button--primary.is-plain:focus,
.el-button--primary.is-plain:hover {
    background: #606ca5;
    border-color: #606ca5;
    color: #fff
}

.el-button--primary.is-plain:active {
    background: #566195;
    border-color: #566195;
    color: #fff;
    outline: none
}

.el-button--primary.is-plain.is-disabled,
.el-button--primary.is-plain.is-disabled:active,
.el-button--primary.is-plain.is-disabled:focus,
.el-button--primary.is-plain.is-disabled:hover {
    color: #a0a7c9;
    background-color: #eff0f6;
    border-color: #dfe2ed
}

.el-button--success {
    color: #fff;
    background-color: #75a87b;
    border-color: #75a87b
}

.el-button--success:focus,
.el-button--success:hover {
    background: #91b995;
    border-color: #91b995;
    color: #fff
}

.el-button--success:active {
    outline: none
}

.el-button--success.is-active,
.el-button--success:active {
    background: #69976f;
    border-color: #69976f;
    color: #fff
}

.el-button--success.is-disabled,
.el-button--success.is-disabled:active,
.el-button--success.is-disabled:focus,
.el-button--success.is-disabled:hover {
    color: #fff;
    background-color: #bad4bd;
    border-color: #bad4bd
}

.el-button--success.is-plain {
    color: #75a87b;
    background: #f1f6f2;
    border-color: #c8dcca
}

.el-button--success.is-plain:focus,
.el-button--success.is-plain:hover {
    background: #75a87b;
    border-color: #75a87b;
    color: #fff
}

.el-button--success.is-plain:active {
    background: #69976f;
    border-color: #69976f;
    color: #fff;
    outline: none
}

.el-button--success.is-plain.is-disabled,
.el-button--success.is-plain.is-disabled:active,
.el-button--success.is-plain.is-disabled:focus,
.el-button--success.is-plain.is-disabled:hover {
    color: #accbb0;
    background-color: #f1f6f2;
    border-color: #e3eee5
}

.el-button--warning {
    color: #fff;
    background-color: #eeb53a;
    border-color: #eeb53a
}

.el-button--warning:focus,
.el-button--warning:hover {
    background: #f1c461;
    border-color: #f1c461;
    color: #fff
}

.el-button--warning:active {
    outline: none
}

.el-button--warning.is-active,
.el-button--warning:active {
    background: #d6a334;
    border-color: #d6a334;
    color: #fff
}

.el-button--warning.is-disabled,
.el-button--warning.is-disabled:active,
.el-button--warning.is-disabled:focus,
.el-button--warning.is-disabled:hover {
    color: #fff;
    background-color: #f7da9d;
    border-color: #f7da9d
}

.el-button--warning.is-plain {
    color: #eeb53a;
    background: #fdf8eb;
    border-color: #f8e1b0
}

.el-button--warning.is-plain:focus,
.el-button--warning.is-plain:hover {
    background: #eeb53a;
    border-color: #eeb53a;
    color: #fff
}

.el-button--warning.is-plain:active {
    background: #d6a334;
    border-color: #d6a334;
    color: #fff;
    outline: none
}

.el-button--warning.is-plain.is-disabled,
.el-button--warning.is-plain.is-disabled:active,
.el-button--warning.is-plain.is-disabled:focus,
.el-button--warning.is-plain.is-disabled:hover {
    color: #f5d389;
    background-color: #fdf8eb;
    border-color: #fcf0d8
}

.el-button--danger {
    color: #fff;
    background-color: #2E5EC0;
    border-color: #2E5EC0;
    font-size: 17px;
    /* font-family: Microsoft YaHei Bold, Microsoft YaHei Bold-Bold; */
    font-weight: 700;
    text-align: left;
    color: #ffffff;
}

.el-button--danger:focus,
.el-button--danger:hover {
    background: #2E5EC0;
    border-color: #2E5EC0;
    opacity: .7;
    color: #fff
}

.el-button--danger:active {
    outline: none
}

.el-button--danger.is-active,
.el-button--danger:active {
    background: #2E5EC0;
    border-color: #2E5EC0;
    color: #fff
}

.el-button--danger.is-disabled,
.el-button--danger.is-disabled:active,
.el-button--danger.is-disabled:focus,
.el-button--danger.is-disabled:hover {
    color: #fff;
    background-color: #f6aaa6;
    border-color: #f6aaa6
}

.el-button--danger.is-plain {
    color: #ec554c;
    background: #fdeeed;
    border-color: #f7bbb7
}

.el-button--danger.is-plain:focus,
.el-button--danger.is-plain:hover {
    background: #ec554c;
    border-color: #ec554c;
    color: #fff
}

.el-button--danger.is-plain:active {
    background: #d44d44;
    border-color: #d44d44;
    color: #fff;
    outline: none
}

.el-button--danger.is-plain.is-disabled,
.el-button--danger.is-plain.is-disabled:active,
.el-button--danger.is-plain.is-disabled:focus,
.el-button--danger.is-plain.is-disabled:hover {
    color: #f49994;
    background-color: #fdeeed;
    border-color: #fbdddb
}

.el-button--info {
    color: #fff;
    background-color: #909399;
    border-color: #909399
}

.el-button--info:focus,
.el-button--info:hover {
    background: #a6a9ad;
    border-color: #a6a9ad;
    color: #fff
}

.el-button--info:active {
    outline: none
}

.el-button--info.is-active,
.el-button--info:active {
    background: #82848a;
    border-color: #82848a;
    color: #fff
}

.el-button--info.is-disabled,
.el-button--info.is-disabled:active,
.el-button--info.is-disabled:focus,
.el-button--info.is-disabled:hover {
    color: #fff;
    background-color: #c8c9cc;
    border-color: #c8c9cc
}

.el-button--info.is-plain {
    color: #909399;
    background: #f4f4f5;
    border-color: #d3d4d6
}

.el-button--info.is-plain:focus,
.el-button--info.is-plain:hover {
    background: #909399;
    border-color: #909399;
    color: #fff
}

.el-button--info.is-plain:active {
    background: #82848a;
    border-color: #82848a;
    color: #fff;
    outline: none
}

.el-button--info.is-plain.is-disabled,
.el-button--info.is-plain.is-disabled:active,
.el-button--info.is-plain.is-disabled:focus,
.el-button--info.is-plain.is-disabled:hover {
    color: #bcbec2;
    background-color: #f4f4f5;
    border-color: #e9e9eb
}

.el-button--medium {
    padding: 10px 20px;
    font-size: 14px;
    border-radius: 4px
}

.el-button--medium.is-round {
    padding: 10px 20px
}

.el-button--medium.is-circle {
    padding: 10px
}

.el-button--small {
    padding: 9px 15px;
    font-size: 12px;
    border-radius: 3px
}

.el-button--small.is-round {
    padding: 9px 15px
}

.el-button--small.is-circle {
    padding: 9px
}

.el-button--mini {
    padding: 7px 15px;
    font-size: 12px;
    border-radius: 3px
}

.el-button--mini.is-round {
    padding: 7px 15px
}

.el-button--mini.is-circle {
    padding: 7px
}

.el-button--text {
    border-color: transparent;
    color: #606ca5;
    background: transparent;
    padding-left: 0;
    padding-right: 0
}

.el-button--text:focus,
.el-button--text:hover {
    color: #8089b7;
    border-color: transparent;
    background-color: transparent
}

.el-button--text:active {
    color: #566195;
    background-color: transparent
}

.el-button--text.is-disabled,
.el-button--text.is-disabled:focus,
.el-button--text.is-disabled:hover,
.el-button--text:active {
    border-color: transparent
}

.el-button-group {
    display: inline-block;
    vertical-align: middle
}

.el-button-group:after,
.el-button-group:before {
    display: table;
    content: ""
}

.el-button-group:after {
    clear: both
}

.el-button-group>.el-button {
    float: left;
    position: relative
}

.el-button-group>.el-button+.el-button {
    margin-left: 0
}

.el-button-group>.el-button.is-disabled {
    z-index: 1
}

.el-button-group>.el-button:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.el-button-group>.el-button:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.el-button-group>.el-button:first-child:last-child {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px
}

.el-button-group>.el-button:first-child:last-child.is-round {
    border-radius: 20px
}

.el-button-group>.el-button:first-child:last-child.is-circle {
    border-radius: 50%
}

.el-button-group>.el-button:not(:first-child):not(:last-child) {
    border-radius: 0
}

.el-button-group>.el-button:not(:last-child) {
    margin-right: -1px
}

.el-button-group>.el-button.is-active,
.el-button-group>.el-button:active,
.el-button-group>.el-button:focus,
.el-button-group>.el-button:hover {
    z-index: 1
}

.el-button-group>.el-dropdown>.el-button {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left-color: hsla(0, 0%, 100%, .5)
}

.el-button-group .el-button--primary:first-child {
    border-right-color: hsla(0, 0%, 100%, .5)
}

.el-button-group .el-button--primary:last-child {
    border-left-color: hsla(0, 0%, 100%, .5)
}

.el-button-group .el-button--primary:not(:first-child):not(:last-child) {
    border-left-color: hsla(0, 0%, 100%, .5);
    border-right-color: hsla(0, 0%, 100%, .5)
}

.el-button-group .el-button--success:first-child {
    border-right-color: hsla(0, 0%, 100%, .5)
}

.el-button-group .el-button--success:last-child {
    border-left-color: hsla(0, 0%, 100%, .5)
}

.el-button-group .el-button--success:not(:first-child):not(:last-child) {
    border-left-color: hsla(0, 0%, 100%, .5);
    border-right-color: hsla(0, 0%, 100%, .5)
}

.el-button-group .el-button--warning:first-child {
    border-right-color: hsla(0, 0%, 100%, .5)
}

.el-button-group .el-button--warning:last-child {
    border-left-color: hsla(0, 0%, 100%, .5)
}

.el-button-group .el-button--warning:not(:first-child):not(:last-child) {
    border-left-color: hsla(0, 0%, 100%, .5);
    border-right-color: hsla(0, 0%, 100%, .5)
}

.el-button-group .el-button--danger:first-child {
    border-right-color: hsla(0, 0%, 100%, .5)
}

.el-button-group .el-button--danger:last-child {
    border-left-color: hsla(0, 0%, 100%, .5)
}

.el-button-group .el-button--danger:not(:first-child):not(:last-child) {
    border-left-color: hsla(0, 0%, 100%, .5);
    border-right-color: hsla(0, 0%, 100%, .5)
}

.el-button-group .el-button--info:first-child {
    border-right-color: hsla(0, 0%, 100%, .5)
}

.el-button-group .el-button--info:last-child {
    border-left-color: hsla(0, 0%, 100%, .5)
}

.el-button-group .el-button--info:not(:first-child):not(:last-child) {
    border-left-color: hsla(0, 0%, 100%, .5);
    border-right-color: hsla(0, 0%, 100%, .5)
}

.header .navmain .nav {
    float: left
}

.header .navmain .nav .inputShow {
    display: none
}

.header .navmain .nav>li {
    float: left;
    /* margin: 0 15px 0 20px; */
    text-align: center;
    width: 105px;
    height: 42px;
    border-left: 1px solid #F8F8F9;
    border-bottom: 1px solid #f8f8f9;
}

.header .navmain .nav>li:last-child {
    border-right: 1px solid #f8f8f9;
}

.chooseHeaderItem {
    background-image: url(/images/index/daohang.png);
    background-repeat: no-repeat;
    margin-top: -10px !important;
    color: #ffffff !important;
    border-bottom: 0px !important;
}

.headerLine {
    margin-left: 36px;
    height: 2px;
    background-color: #2E5EC0;
    width: 631px;
    position: absolute;
    margin-top: -2px;
}

.header .navmain .nav>li a {
    font-size: 16px;
    color: rgb(2, 2, 2);
    padding: 0px;
    font-size: 16px;
    font-weight: 400;
    text-align: left
}

.header .navmain .nav>li a p {
    padding-left: 28px;
    line-height: 40px;
}

.header .navmain .nav>li a p:first-child {
    opacity: 1
}

.sousuoicon {
    position: absolute;
    margin-top: -31px;
    margin-left: 10px;
}

.header .navmain .nav>li a .line {
    transition: .3s;
    border-top: 2px solid transparent;
    margin: -4px auto 0
}

/* .header .navmain .nav>li:hover p:first-child {
    opacity: 1;
    color: #fff;
    background-color: #2E5EC0;
} */

.header .navmain .nav>li:hover .line {
    width: 100%;
    border-top: 2px solid #ec554c
}


.header .navmain .nav>li .active,
.header .navmain .nav>li .active p:first-child {
    opacity: 1;

}

.header .navmain .nav>li .active .line {
    width: 100%;
    border-top: 2px solid #ec554c
}

[class*=" el-icon-"],
[class^=el-icon-] {
    font-family: element-icons !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-feature-settings: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: baseline;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.header .navmain .rside {
    display: none
}

.el-input__icon,
.el-input__prefix {
    height: 100%;
    text-align: center;
    transition: all .3s
}

.el-input__icon {
    width: 25px;
    line-height: 40px
}

.el-input__icon:after {
    content: "";
    height: 100%;
    width: 0;
    display: inline-block;
    vertical-align: middle
}

.el-dropdown {
    display: inline-block;
    position: relative;
    color: #606266;
    font-size: 14px
}

.el-dropdown .el-button-group {
    display: block
}

.el-dropdown .el-button-group .el-button {
    float: none
}

.el-dropdown .el-dropdown__caret-button {
    padding-left: 5px;
    padding-right: 5px;
    position: relative;
    border-left: none
}

.el-dropdown .el-dropdown__caret-button:before {
    content: "";
    position: absolute;
    display: block;
    width: 1px;
    top: 5px;
    bottom: 5px;
    left: 0;
    background: hsla(0, 0%, 100%, .5)
}

.el-dropdown .el-dropdown__caret-button.el-button--default:before {
    background: rgba(220, 223, 230, .5)
}

.el-dropdown .el-dropdown__caret-button:hover:before {
    top: 0;
    bottom: 0
}

.el-dropdown .el-dropdown__caret-button .el-dropdown__icon {
    padding-left: 0
}

.el-dropdown__icon {
    font-size: 12px;
    margin: 0 3px
}

.el-dropdown .el-dropdown-selfdefine:focus:active,
.el-dropdown .el-dropdown-selfdefine:focus:not(.focusing) {
    outline-width: 0
}

.el-dropdown-menu {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    padding: 10px 0;
    margin: 5px 0;
    background-color: #fff;
    border: 1px solid #ebeef5;
    border-radius: 4px;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1)
}

.el-dropdown-menu__item {
    list-style: none;
    line-height: 36px;
    padding: 0 20px;
    margin: 0;
    font-size: 14px;
    color: #606266;
    cursor: pointer;
    outline: none
}

.el-dropdown-menu__item:focus,
.el-dropdown-menu__item:not(.is-disabled):hover {
    background-color: #eff0f6;
    color: #8089b7
}

.el-dropdown-menu__item i {
    margin-right: 5px
}

.el-dropdown-menu__item--divided {
    position: relative;
    margin-top: 6px;
    border-top: 1px solid #ebeef5
}

.el-dropdown-menu__item--divided:before {
    content: "";
    height: 6px;
    display: block;
    margin: 0 -20px;
    background-color: #fff
}

.el-dropdown-menu__item.is-disabled {
    cursor: default;
    color: #bbb;
    pointer-events: none
}

.el-dropdown-menu--medium {
    padding: 6px 0
}

.el-dropdown-menu--medium .el-dropdown-menu__item {
    line-height: 30px;
    padding: 0 17px;
    font-size: 14px
}

.el-dropdown-menu--medium .el-dropdown-menu__item.el-dropdown-menu__item--divided {
    margin-top: 6px
}

.el-dropdown-menu--medium .el-dropdown-menu__item.el-dropdown-menu__item--divided:before {
    height: 6px;
    margin: 0 -17px
}

.el-dropdown-menu--small {
    padding: 6px 0
}

.el-dropdown-menu--small .el-dropdown-menu__item {
    line-height: 27px;
    padding: 0 15px;
    font-size: 13px
}

.el-dropdown-menu--small .el-dropdown-menu__item.el-dropdown-menu__item--divided {
    margin-top: 4px
}

.el-dropdown-menu--small .el-dropdown-menu__item.el-dropdown-menu__item--divided:before {
    height: 4px;
    margin: 0 -15px
}

.el-dropdown-menu--mini {
    padding: 3px 0
}

.el-dropdown-menu--mini .el-dropdown-menu__item {
    line-height: 24px;
    padding: 0 10px;
    font-size: 12px
}

.el-dropdown-menu--mini .el-dropdown-menu__item.el-dropdown-menu__item--divided {
    margin-top: 3px
}

.el-dropdown-menu--mini .el-dropdown-menu__item.el-dropdown-menu__item--divided:before {
    height: 3px;
    margin: 0 -10px
}

.el-icon--right {
    margin-left: 5px
}

@media screen and (max-width:1500px) {
    .header .middle .rside {
        width: 732px
    }
}

@media screen and (max-width:1430px) {
    .footer .content .items .item2 {
        margin-left: 50px
    }

    .el-icon-d-arrow-right {
        display: none !important
    }

    .header .middle .rside {
        width: 627px
    }

    .header .middle .rside .search .inputw {
        width: 468px
    }

    .header.scroll .navmain .rside {
        display: none
    }

    .footer .content .title .middle {
        margin-right: 25px
    }

    .footer .content .items .item1 {
        max-width: 295px
    }

    .footer .content .items .item2 {
        margin-left: 30px
    }
    .headerLine{
        margin-left: 31px;
    }
}

.el-popper[x-placement^=bottom] {
    margin-top: 12px;
}

.el-scrollbar {
    overflow: hidden;
    position: relative;
}

.el-scrollbar__wrap {
    overflow: scroll;
    height: 100%;
}

.el-scrollbar__bar {
    position: absolute;
    right: 2px;
    bottom: 2px;
    z-index: 1;
    border-radius: 4px;
    opacity: 0;
    transition: opacity .12s ease-out;
}

.el-scrollbar__thumb {
    position: relative;
    display: block;
    width: 0;
    height: 0;
    cursor: pointer;
    border-radius: inherit;
    background-color: rgba(144, 147, 153, .3);
    transition: background-color .3s;
}

.el-scrollbar__bar.is-vertical {
    width: 6px;
    top: 2px;
}

.popper__arrow {
    top: -6px;
    left: 50%;
    margin-right: 3px;
    border-top-width: 0;
    border-bottom-color: #ebeef5;
}

.el-popper .popper__arrow,
.el-popper .popper__arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.el-popper .popper__arrow {
    border-width: 6px;
    -webkit-filter: drop-shadow(0 2px 12px rgba(0, 0, 0, .03));
    filter: drop-shadow(0 2px 12px rgba(0, 0, 0, .03))
}

.el-popper .popper__arrow:after {
    content: " ";
    border-width: 6px
}

.el-popper[x-placement^=top] {
    margin-bottom: 12px
}

.el-popper[x-placement^=top] .popper__arrow {
    bottom: -6px;
    left: 50%;
    margin-right: 3px;
    border-top-color: #ebeef5;
    border-bottom-width: 0
}

.el-popper[x-placement^=top] .popper__arrow:after {
    bottom: 1px;
    margin-left: -6px;
    border-top-color: #fff;
    border-bottom-width: 0
}

.el-popper[x-placement^=bottom] {
    margin-top: 12px
}

.el-popper[x-placement^=bottom] .popper__arrow {
    top: -6px;
    left: 50%;
    margin-right: 3px;
    border-top-width: 0;
    border-bottom-color: #ebeef5
}

.el-popper[x-placement^=bottom] .popper__arrow:after {
    top: 1px;
    margin-left: -6px;
    border-top-width: 0;
    border-bottom-color: #fff
}

.el-popper[x-placement^=right] {
    margin-left: 12px
}

.el-popper[x-placement^=right] .popper__arrow {
    top: 50%;
    left: -6px;
    margin-bottom: 3px;
    border-right-color: #ebeef5;
    border-left-width: 0
}

.el-popper[x-placement^=right] .popper__arrow:after {
    bottom: -6px;
    left: 1px;
    border-right-color: #fff;
    border-left-width: 0
}

.el-popper[x-placement^=left] {
    margin-right: 12px
}

/* .el-popper[x-placement^=left] .popper__arrow {
            top: 50%;
            right: -6px;
            margin-bottom: 3px;
            border-right-width: 0;
            border-left-color: #ebeef5
        } */

.el-popper[x-placement^=left] .popper__arrow:after {
    right: 1px;
    bottom: -6px;
    margin-left: -6px;
    border-right-width: 0;
    border-left-color: #fff
}

.popper__arrow:after {
    top: 1px;
    margin-left: -6px;
    border-top-width: 0;
    border-bottom-color: #fff;
}

/* @media screen and (max-width: 1500px){
            .maxw {
                width: 1200px;
            }
        } */
@media screen and (max-width: 1430px) {
    .maxw {
        width: 1024px;
    }

}

.quitLogin {
    color: red
}

.weiLogin,
.yiLoginShow {
    display: none;
}

.el-button--danger:focus,
.el-button--danger:focus:active {
    outline-width: 0px;
}

.purchaseCount,
.purchaseBuyCount,
.custormerServiceCount {
    color: #ffffff;
    font-size: 1px;
    margin-top: -31px;
    line-height: 12px;
    font-weight: 400;
}

.showPurchaseCount,
.showBuyPurchaseCount,
.showServiceCount {
    min-width: 14px;
    height: 14px;
    background-color: #eb0d0d;
    border-radius: 10px;
    position: absolute;
    margin-left: -12px;
    margin-top: -19px;
    text-align: center;
}

.showPurchaseCount,
.showBuyPurchaseCount,
.showServiceCount {
    display: none;
}

input[type="number"] {
    -moz-appearance: textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.isReadFlag {
    min-height: 12px;
    width: 12px;
    background-color: #DB2828 !important;
    border-color: #DB2828 !important;
    border-radius: 62px;
    position: absolute;
    transform: scale(.5);
    margin-left: -10px;
    display: none;
}