* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body {
    font-family: Microsoft YaHei;
    font-size: 14px;
    line-height: 1.5;
    color: rgb(51, 51, 51);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: rgb(245, 245, 245);
    /* background-color: #fff; */
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

em {
    font-style: normal;
}

.header-box {
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10;
    padding: 24px 30px;
    box-sizing: border-box;
}

.header {
    display: flex;
    color: #fff;
}

.headerL {
    display: flex;
    align-items: center;
}

.headerR {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.header-phone {
    color: inherit;
    font-size: 20px;
    padding-left: 30px;
}

.header-phone .iconfont {
    font-size: 24px;
    color: inherit;
}

.header-nav {
    display: flex;
    align-items: center;
}

.header-nav li {
    padding: 0 30px;
    font-size: 16px;
    font-weight: 300;
    color: inherit;
}

.header-nav li a {
    color: inherit;
}

.header-nav li:hover,
.header-nav li.active {
    font-weight: 700;
}

.header-user {
    padding-left: 50px;
    font-size: 14px;
}

.header-user .view {
    display: inline-flex;
    align-items: center;
}

.header-user .iconfont {
    font-size: 24px;
    vertical-align: -4px;
    margin-right: 5px;
}

.header-user .btn {
    position: relative;
    cursor: pointer;
}

.header-user .name {
    padding-right: 15px;
}

.header-user .btn-quit,
.header-user .btn-register {
    padding-left: 15px;
    margin-left: 15px;
}

.header-user .btn-quit:before,
.header-user .btn-register:before {
    content: "";
    display: inline-block;
    background: rgb(229, 229, 229);
    width: 1px;
    height: 15px;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.header1 {
    background: #fff;
    border-bottom: 1px solid #f5f5f5;
}

.header1 .header {
    color: #333;
}

.header1 .header-nav li {
    font-weight: normal;
}

.header1 .header-nav li:hover,
.header1 .header-nav li.active {
    font-weight: 700;
    color: #0088f5;
}

.header1 .header-user .iconfont {
    color: #0088f5;
}

.header1 .header-user .btn:hover {
    color: #0088f5;
}

.header .left {
    display: flex;
}

.header .left div {
    margin-right: 70px;
}

.footer {
    background: #fff;
}

.footer-main {
    padding-top: 32px;
    padding-bottom: 32px;
}

.footerL {
    flex: 1;
}

.flex {
    display: flex;
    align-items: center;
}

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

.footer-box {
    min-width: 1400px;
    width: 100%;
}

.footer .phone .iconfont {
    font-size: 28px;
    margin-right: 8px;
}

.footer .phone span {
    font-size: 24px;
}

.footer-nav {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.footer-nav a {
    color: #333;
}

.footer-nav a:hover {
    color: #11B8AA;
}

.footerR img {
    /*width: 110px;*/
    /*height: 110px;*/
    /*float: right;
    margin-top: -80px;*/
    /*margin-top: -80px;*/
    width: 110px;
    height: 110px;
}

.wrapper5 {
    width: 1200px;
    height: 140px;
    /* background-color: pink; */
    margin: 0 auto;
    display: flex;
    align-items: center;
}

.text-c {
    /*font-size: 12px;
    color: #999;
    text-align: center;*/
    /*margin-top: 30px;
    margin-right: -120px;
    float: right;*/
}

.footerL .phone {
    font-weight: 500;
    font-size: 24px;
}

.icon104 {
    margin-right: 10px;
    font-size: 24px !important;
}

.v-line {
    font-style: normal;
}

.wrapper {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

.f-16 {
    font-size: 16px;
}

.f-18 {
    font-size: 18px;
}

.f-20 {
    font-size: 20px;
}

.f-22 {
    font-size: 22px;
}

.f-32 {
    font-size: 32px;
}

.f-bold {
    font-weight: bold;
}

.flex {
    display: flex;
    align-items: center;
}

.flex-1 {
    flex: 1;
}

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

.mr-5 {
    margin-right: 5px;
    margin-bottom: -5px;
}

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

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

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

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

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

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

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

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

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

.mainColor {
    color: #0088f5;
}

.inverColor {
    color: #ff6772;
}

.tipColor {
    color: rgb(255, 156, 0);
}

.gray-6 {
    color: #666;
}

.gray-9 {
    color: #999;
}

.bg-fff {
    background-color: #fff;
}

.xx-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 84px;
    height: 36px;
    background: #0088f5;
    color: #fff;
    border-radius: 3px;
    cursor: pointer;
}

.xx-btn.plain {
    background: #fff;
    border: 1px solid #f0f0f0;
    color: #333;
}

.xx-btn--lg {
    width: 316px;
    height: 50px;
    font-size: 18px;
}

.xx-btn-group {
    display: flex;
    justify-content: center;
}

.text-c {
    text-align: center;
    justify-content: center;
}

.tool {
    position: absolute;
    bottom: 20px;
    right: -100px;
}

/* 分页 */
[hidden] {
    display: none !important;
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #11B8AA;
    border-color: #11B8AA;
}

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
}

.page-link:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.pagin {
    padding-top: 15px;
}

.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem;
}

.pagin .pagination .page-item .page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #11B8AA;
    background-color: #fff;
    border: 1px solid #dee2e6;
    width: 42px;
    height: 42px;
    background-color: #ffffff;
    border: solid 1px #e6e6e6;
    margin-right: 20px;
    text-align: center;
    line-height: 27px;
    color: #333333;

}

.pagin .pagination .active .page-link {
    background-color: #11B8AA;
    border: solid 1px #11B8AA;
    color: #fff;
}

.pagin .pagination .page-item .ellipsis {
    border: none;
}

.pagin .pagination .page-item .left .iconfont {
    color: #999999;
}

.pagin .pagination .page-item .right {
    color: #11B8AA;
    border-color: #11B8AA;
    border-radius: 0;
}

.page-item:first-child .page-link {
    border-radius: 0;
}

.ellipsis {
    width: 180px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.default {
    height: 360px;
    width: 1200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    margin: 0px auto 20px;
}


/*弹窗样式*/
.transfer-dom {
    font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "\5FAE\8F6F\96C5\9ED1", Arial, sans-serif;
    font-size: 14px;
    line-height: 1.5;
    color: #333;
    -webkit-font-smoothing: antialiased;
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    margin: 0;
    padding: 0;
}

.modal-mask {
    font-size: 14px;
    line-height: 1.5;
    color: #333;
    -webkit-font-smoothing: antialiased;
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    margin: 0;
    padding: 0;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(55, 55, 55, 0.6);
    height: 100%;
    z-index: 1008;
}

.modal-wrap {
    font-size: 14px;
    line-height: 1.5;
    color: #333;
    -webkit-font-smoothing: antialiased;
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    margin: 0;
    padding: 0;
    position: fixed;
    overflow: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    outline: 0;
    z-index: 1008;
}

.modal {
    font-size: 14px;
    line-height: 1.5;
    color: #333;
    -webkit-font-smoothing: antialiased;
    padding: 0;
    margin: 0 auto;
    position: relative;
    outline: none;
    top: 100px;
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    width: 416px;
}

.modal-content {
    font-size: 14px;
    line-height: 1.5;
    color: #333;
    -webkit-font-smoothing: antialiased;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    position: relative;
    background-color: #fff;
    border: 0;
    background-clip: padding-box;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.modal-body {
    color: #333;
    -webkit-font-smoothing: antialiased;
    margin: 0;
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    line-height: 1.5;
    padding: 20px;
    font-size: 14px;
}

.modal-confirm {
    color: #333;
    -webkit-font-smoothing: antialiased;
    line-height: 1.5;
    font-size: 14px;
    margin: 0;
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    padding-left: 0;
    padding-right: 0;
}

.modal-confirm-head {
    color: #333;
    -webkit-font-smoothing: antialiased;
    line-height: 1.5;
    font-size: 14px;
    margin: 0;
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    padding: 0 12px 0 0;
}

.modal-confirm-head-icon-confirm {
    -webkit-font-smoothing: antialiased;
    line-height: 1.5;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    font-size: 28px;
    vertical-align: middle;
    position: relative;
    top: -2px;
    color: #ff9900;
    display: none;
}

.icon-ios-help-circle {
    font-size: 28px;
    color: #ff9900;
    display: inline-block;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-rendering: optimizeLegibility;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    vertical-align: -0.125em;
    text-align: center;
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.modal-confirm-head-title {
    -webkit-font-smoothing: antialiased;
    line-height: 1.5;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    display: inline-block;
    vertical-align: middle;
    color: #17233d;
    font-weight: 500;
    margin-left: 0;
    font-size: 16px;
}

.modal-confirm-body {
    -webkit-font-smoothing: antialiased;
    line-height: 1.5;
    margin: 0;
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    font-size: 14px;
    color: #333;
    position: relative;
    padding: 20px 0;
}

.modal-confirm-footer {
    color: #333;
    -webkit-font-smoothing: antialiased;
    line-height: 1.5;
    font-size: 14px;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    margin-top: 20px;
    text-align: center;
    padding-bottom: 10px;
}

.btn-text {
    -webkit-font-smoothing: antialiased;
    overflow: visible;
    text-transform: none;
    margin: 0;
    font-family: inherit;
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    white-space: nowrap;
    line-height: 1.5;
    user-select: none;
    padding: 0 15px;
    font-size: 14px;
    border-radius: 2px;
    transition: color 0.2s linear, background-color 0.2s linear, border 0.2s linear, box-shadow 0.2s linear, -webkit-box-shadow 0.2s linear;
    outline: 0;
    color: #333;
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-appearance: button;
    width: 100px;
    height: 36px;
    padding-left: 0;
    padding-right: 0;
    border: 1px solid #e5e5e5;
    background: #fafafa;
}

/* 页码 */
.page{
    height: 60px;
    width: 100%;
    margin-bottom: 20px;
}
.page-item{
    width: 1200px;
    height: 60px;
    background-color: #ffffff;
    margin: 0 auto;
}
.page-item i{
    color: #317dff;
    font-style: normal;
}
.page-item  .div{
    width: 1200px;
    height: 60px;
    display: flex;
    justify-content: flex-end;
    padding-right: 40px;
}
.page-item  .div div{
    font-size: 12px;
    color: #333333;
    line-height: 60px;
    display: flex;
}
.page-item  .div div p{
    width: 60px;
    height: 30px;
    border-radius: 4px;
    border: solid 1px #e6e6e6;
    line-height: 30px;
    text-align: center;
    margin-right: 0;
    margin: 15px  10px 0 10px;
}
.page-item  .div div span{
    margin-right: 29px;
}
.page-item  .div ul{
    display: flex;
    height: 60px;
    width: 310px;
    justify-content: space-between;
    padding-top: 15px;
    margin: 0 30px;
}
.page-item  .div ul  li{
    cursor: pointer;
    width: 30px;
    height: 30px;
    border-radius: 4px;
    border: solid 1px #e6e6e6;
    line-height: 30px;
    text-align: center;
}
.page-item  .div ul  .li-1{
    border: 0px;
    color: #317dff;
}

.btn-primary {
    -webkit-font-smoothing: antialiased;
    overflow: visible;
    text-transform: none;
    margin: 0;
    font-family: inherit;
    display: inline-block;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    line-height: 1.5;
    user-select: none;
    padding: 0 15px;
    font-size: 14px;
    border-radius: 2px;
    transition: color 0.2s linear, background-color 0.2s linear, border 0.2s linear, box-shadow 0.2s linear, -webkit-box-shadow 0.2s linear;
    outline: 0;
    color: #fff;
    background-color: #11B8AA;
    border-color: #11B8AA;
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-appearance: button;
    margin-bottom: 0;
    margin-left: 1px !important;
    width: 100px;
    height: 36px;
    padding-left: 0;
    padding-right: 0;
}

button + button {
    margin-left: 42px !important;
}

