.pagination {
    display: block;
}

.pagelist ul {
    text-align: center;
    font-size: 0;
}

.pagelist ul li {
    display: inline-block;
    margin: 0 3px;
}

.pagelist ul li a {
    padding: 9px 15px;
    font-size: 14px;
    display: block;
    color: #333;
    border: 1px solid #007bff;
    /* background: #007bff;
        color: #fff; */
}

.pagelist ul li span {
    padding: 9px 15px;
    font-size: 14px;
    display: block;
    color: #333;
}

.pagelist ul li.active a {
    background: none;
    color: #333;
    border: 1px solid #e5e5e5;
}

.pagelist ul li.active span {
    background: none;
    color: #333;
    border: 1px solid #007bff;
}

.pagelist ul li.active,
.pagelist ul li.active span {
    background-color: #007bff;
    color: #fff;
}

.pagelist ul li.disabled span {
    background: none;
    color: #333;
    border: 1px solid #007bff;
}

.pagelist ul li.pageprev a,
.pagelist ul li.pagenext a {
    background: none;
    color: #333;
    border: 1px solid #e5e5e5;
}

.pagelist ul li:hover {
    transform: scale(0.95);
}

.next a {
    width: 250px;
    word-wrap: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.f0 {
    font-size: 0px
}

.f13 {
    font-size: 13px
}

.mt10 {
    margin-top: 10px;
}

.mt15 {
    margin-top: 15px;
}

.c6 {
    color: rgba(102, 102, 102, 1)
}

.h30 {
    height: 30px
}

.ib {
    display: inline-block
}

.p12 {
    padding: 12px;
}

.t_mr {
    border-bottom: 0px solid #fff;
    color: #333
}

.t_xz {
    border-bottom: 2px solid #4959FF;
    color: #4959FF
}

.max_div {
    margin-left: 30px;
    width: 465px;
}

.max_div2 {
    padding-left: 50px;
}

.l_title {
    font-weight: bold;
    font-size: 20px;
}

.l_sr_div {
    border-bottom: 1px solid #CBCFD6;
    padding-bottom: 10px;
}

.l_sr_img {
    width: 20px;
    height: 20px;
    vertical-align: bottom
}

.l_sr_input {
    border: 0px;
    padding-left: 15px;
    font-size: 13px;
    width: 300px;
    line-height: 30px;
}

.l_sr_inputs {
    border: 0px;
    padding-left: 15px;
    font-size: 13px;
    width: 100%;
    line-height: 30px;
    text-align: left;
}

.l_btn {
    background-color: #4959FF;
    border-radius: 23px;
    height: 46px;
    width: 330px;
    border: 0px;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .3);
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .3);
}

.l_ts {
    display: none;
    color: red;
    font-size: 12px;
    line-height: 24px
}

.message_code_btn {
    border-radius: 20px;
    border: 1px solid rgba(73, 89, 255, 1);
    padding: 5px 15px;
    font-size: 12px;
    margin-left: 20px;
}

.message_code_btn2 {
    border-radius: 20px;
    border: 1px solid #999999;
    padding: 5px 15px;
    font-size: 12px;
    color: #999;
    margin-left: 8px;
}

.ivu-checkbox {
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
    cursor: pointer;
    outline: 0;
    line-height: 1;
    position: relative;
}

.ivu-checkbox-inner {
    display: inline-block;
    width: 14px;
    height: 14px;
    position: relative;
    top: 0;
    left: 0;
    border: 1px solid #d3d5dc;
    border-radius: 2px;
    background-color: #fff;
    transition: border-color .2s ease-in-out, background-color .2s ease-in-out;
}

.ivu-checkbox .ivu-checkbox-inner {
    width: 16px;
    height: 16px;
    border-radius: 2px;
    border: 1px solid #b3b6c2;
}

.ivu-checkbox-checked .ivu-checkbox-inner {
    border: 1px solid #84899f;
    background: #fff;
}

.ivu-checkbox-checked .ivu-checkbox-inner:after,
.ivu-checkbox-checked:hover .ivu-checkbox-inner:after {
    content: "";
    display: table;
    width: 6px;
    height: 10px;
    position: absolute;
    top: 0px;
    left: 5px;
    border: 2px solid #28b78a;
    border-top: 0;
    border-left: 0;
    transform: rotate(45deg) scale(1);
    transition: all .2s ease-in-out;
}

/**协议**/
h3 {
    font-weight: bold;
    font-size: 16px;
}

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

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

.ivu-modal-wrap {
    position: fixed;
    overflow: auto;
    overflow-x: hidden;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10000000;
    -webkit-overflow-scrolling: touch;
    outline: 0
}

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

.ismiddle .ivu-modal {
    top: 0px;
}

.login-modal .ismiddle .ivu-modal {
    top: -100px;
}

.ivu-modal-wrap * {
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    line-height: 24px;
}

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

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

.ivu-modal-content {
    position: relative;
    background-color: #fff;
    border: 0;
    border-radius: 6px;
    background-clip: padding-box
}

.ivu-modal-header {
    border-bottom: 1px solid #e9eaec;
    padding: 14px 16px;
    line-height: 1
}

.ivu-modal-header p,
.ivu-modal-header-inner {
    display: inline-block;
    width: 100%;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    color: #1c2438;
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

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

.ivu-modal-close .ivu-icon-ios-close-empty {
    font-size: 31px;
    color: #848a9f;
    transition: color .2s ease;
    position: relative;
    top: 11px;
}

.close-empty-top .ivu-modal-close .ivu-icon-ios-close-empty {
    top: 5px;
}

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

.ivu-modal-body {
    padding: 16px;
    font-size: 12px;
    line-height: 1.5
}

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

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

.ivu-modal-confirm {
    padding: 0 4px
}

.ivu-modal-confirm-head-title {
    display: inline-block;
    font-size: 14px;
    color: #1c2438;
    font-weight: 700
}

.ivu-modal-confirm-body {
    margin-top: 6px;
    padding-left: 48px;
    padding-top: 16px;
    font-size: 14px;
    color: #848a9f;
    position: relative
}

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

.ivu-modal-confirm-body-icon {
    font-size: 36px;
    position: absolute;
    top: 0;
    left: 0
}

.ivu-modal-confirm-body-icon-info {
    color: #689cfc
}

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

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

.ivu-modal-confirm-body-icon-error {
    color: #ff5055
}

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

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

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

.agreement {
    height: 600px;
    overflow: auto;
    font-size: 14px;
    word-spacing: 4px;
}

.successimg {
    margin-top: 100px;
    text-align: center;
}

.green {
    color: #27c77a;
}

#login_div {
    background: #fff;
    border-radius: 10px;
    /*width:500px;*/
    /*height:624px; */
    margin: 0 auto;
    /*margin-top:10%;*/
}

.left_div {
    display: float;
    width: 400px;
    height: 360px;
    float: left;
    margin-top: 10%;
    margin-left: 8%;
}

.left_div img {
    width: 100%;
    height: 100%;
}

@media only screen and (max-width: 450px) {
    .left_div {
        display: none;
        width: 100%;
    }

    .left_div img {
        display: none;
    }

    .max_div {
        margin-left: 0px;
        width: 100%;
    }

    .max_div2 {
        padding-left: 10px;
    }

    .pt_div {
        float: left !important;
    }

    #login_div {
        width: 100%;
        margin-top: 5%;
    }
}

.select2-hidden-accessible {
    /* clip: rect(0 0 0 0) !important; */
    clip: unset !important;
    -webkit-clip-path: inset(0%) !important;
    clip-path: inset(0%) !important;
}

.select2-container--default .select2-selection--single {
    background-color: transparent !important;
    border: 0px solid #aaa !important;
    border-radius: 4px;
    height: 45px;
    margin-top: -10px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    display: none !important;
}

.select2-container--open .select2-dropdown--below {
    width: 200px !important;
    font-size: 13px !important;
    border: 1px solid #d9d9d9 !important;
    border-radius: 4px !important;
}

.select2-results__options::-webkit-scrollbar-thumb {
    background: #555 !important;
}

.select2-results__options::-webkit-scrollbar {
    width: 4px;
    height: 8px;
    background-color: rgba(175, 175, 175, 0.2);
}

.select2-container--default .select2-results>.select2-results__options {
    max-height: 140px !important;
}

.shiyong {
    height: 300px;
    /*450*/
    border-radius: 20px;
    background-image: linear-gradient(to right, rgb(230, 212, 234), rgb(237, 214, 230));

}

.box {
    display: block;
    width: 90%;
    height: 60px;
    background-image: linear-gradient(to right, rgb(112, 36, 161), rgb(150, 48, 140), rgb(172, 58, 128));
    border-radius: 30px;
    padding: 5px 7px 5px 5px;
    box-sizing: border-box;
    margin: -2% auto;
}

.input {
    outline: none;
    background: #fff;
    border: none;
    width: 100%;
    background-image: linear-gradient(to right, rgb(230, 212, 234), rgb(237, 214, 230));
    height: 100%;
    border-radius: 30px;
    box-sizing: border-box;
}

.service-content .post-thumb i {
    top: 30% !important;
    left: 35% !important;
}

.u {
    display: inline-block;
    width: 100px;
    height: 45px;
    margin-left: 34%;
}

.u.active {
    /* color:rgb(112,36,160); */
    /* color: rgb(255,146,0);
        border-bottom:3px solid rgb(255,146,0); */
    color: #016ff1;
    border-bottom: 3px solid #016ff1;
}

.u:hover {
    /* color:rgb(255,146,0);
        border-bottom:3px solid rgb(255,146,0); */
    color: #016ff1;
    border-bottom: 3px solid #016ff1;
}

.container-mode {
    margin-top: 13% !important;
    margin-left: 0%;
}

.titleItem {
    flex: 1;
    text-align: center;
    font-size: 26px;
    padding: 10px 0;
    cursor: pointer;
    font-weight: 400;
    color: #716c80;
}

.activeTab {
    color: #0091ff;
}

.title {
    display: flex;
    width: 1114px;
    margin: 0 auto;
}

.resver {
    flex-direction: row-reverse;
    justify-content: flex-end;
    align-items: center;
    position: relative;
}

.resverimgpx {
    height: 390px;
    position: absolute;
    right: 0;
    top: 0;
}

.conteu {
    width: 194.4px;
    margin-top: 13px;
    border-width: 0;
    position: relative;
    width: 142px;
    height: 4px;
    background: inherit;
    background-color: #0091ff;
    border: none;
    border-radius: 0;
    box-shadow: none;
    text-align: left;
}

.tetx-z {
    line-height: 30px;
    width: 500px;
    margin-top: 40px;
    font-size: 16px;
    color: #646566;
    /* color: #707786; */
}

.messageUl li::marker {
    color: #0091ff;
    font-size: 24px;
}

/* 切换语言 */
.nav-item:first-child {
    margin-left: 0;
    width: 94px;
    text-align: center;
}

.right-item {
    flex-shrink: 0;
    align-items: center;
    display: flex;
}

.lang {
    margin-left: 10px;
    padding-left: 6px;
    cursor: pointer;
}

.nav-item {
    position: relative;
    flex-shrink: 0;
    /* margin-left: 6%; */
    margin-left: 40px;
    /* margin-top: 20px; */
    height: 40px;
    line-height: 40px;
    font-weight: bold;
    cursor: pointer;
    color: #fff;
    font-size: 19px;
}

.nav-item:hover .lang-icon .white {
    display: none;
}

.icon img.white {
    display: none;
}

.right-item img {
    display: block;
    width: 100%;
}

.nav-item:hover .lang-icon .dark {
    display: block;
}

.lang-icon::after {
    position: absolute;
    content: "\f107";
    color: #fff;
    font-weight: bold;
    top: 55%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-family: "Font Awesome 5 Free";
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
}

.slide-block.single.china {
    width: 160px;
}

.slide-block.single {
    padding: 26px 0 20px;
    width: 250px;
}

.slide-block {
    display: none;
    position: absolute;
    z-index: 99;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    padding: 26px 30px 20px;
    background: #FFFFFF;
    box-shadow: 0px 5px 11px 0px #d7e3ed;
    border-radius: 12px;
}

.slide-block-inner {
    display: flex;
    justify-content: space-between;
    font-weight: 400;
}

.single-list {
    margin: 0 auto;
}

.single-item3 {
    width: 130px;
    height: 48px;
    line-height: 48px;
}

.single-list li {
    list-style: none;
}

.header-inner.big a {
    text-decoration: none;
}

.single-item3 a {
    /* text-align: center; */
    padding-left: 10px;
    display: block;
    color: #52545A;
    font-size: 14px;
    border-radius: 4px;
    text-align: left;
}

.nav-item a {
    display: block;
    color: #52545a;
}

.single-item3 {
    width: 130px;
    height: 48px;
    line-height: 48px;
}

.nav-item:hover .slide-block {
    display: block;
}

.icon img {
    display: block;
    height: 12px;
}

.slide-block::after {
    position: absolute;
    top: -14px;
    left: 50%;
    margin-left: -12px;
    content: '';
    width: 0;
    height: 0;
    border: 8px solid transparent;
    border-bottom-color: #FFFFFF;
}

.nav-item .icon {
    margin-left: 4px;
    display: inline-block;
    width: 13px;
    height: 12px;
    transition: transform .3s;
}

.nav-item:hover .icon {
    transform: rotate(-180deg);
}

.single-item3 a:hover {
    color: #455C9D;
    background: #F0F4F7;
}

/*  */
.layui-nav .layui-this:after, .layui-nav-bar {
    content: ""  !important;
    position: absolute  !important;
    left: 0  !important;
    top: 0  !important;
    width: 0 !important;
    height: 3px !important;
    /* background-color:none !important; */
    transition: all .2s  !important;
    -webkit-transition: all .2s  !important;
    pointer-events: none  !important;
}

.layui-nav .layui-nav-more {
    position: absolute !important;
    top: 0  !important;
    right: -12px  !important;
    left: auto!important;
    margin-top: 6px  !important;
    font-size: 14px  !important;
    cursor: pointer  !important;
    transition: all .2s  !important;
    -webkit-transition: all .2s  !important;
}

.layui-card {
    margin-bottom: 15px !important;
    border-radius: 2px !important;
    background-color: #fff !important;
    box-shadow:none !important;
}
.layui-card .layui-card-header {
    position: relative;
    height: 42px;
    line-height: 42px;
    padding: 0 15px;
    border-bottom:2px solid #0F40F5 !important;
    color: #333;
    border-radius: 2px 2px 0 0;
    font-size: 18px !important;
}
/*  */
.info {
    min-height:250px;
    background: #fff;
    box-shadow: 0 4px 40px -10px rgba(0,23,74,.2);
    position: relative;
    padding: 20px 35px 30px
}

.info .right-top {
    position: absolute;
    width: 180px;
    height: 160px;
    right: 0;
    top: 0
}

.info .top {
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid #c5cfd5;
    padding-bottom: 15px
}

.info .top img {
    width:50px;
    height:50px;
    /* margin-bottom:1px */
}

.info .top .label {
    /* display: block;
    float:right; */
    font-size: 17px;
    color: #14181f;
    letter-spacing: 0;
    font-weight: 400;
    position: absolute;
    right:15%;
    text-align: right;
    margin-top:13px;
}

.info .bot p {
    margin-top:25px;
    font-size: 14px;
    /* color: #8c9fad */
}

.mb.active{
    color:#687EF2;
}
/*  */
.ys{
    height:163px;border-radius:30px !important;
}
.ys img{
    display: block;
    margin:13% auto;width:70%;height:70%;
}
.ys .tt{
    display: block;
    width:100%;
    font-size:20px;
    text-align: center;
    font-weight: bolder;
    margin-top:6%;
}
.ys .tm{
    display: block;
    width:100%;
    margin-top:2%;
    margin-left:30px;
}
/*  */
.layui-menu .layui-menu-item-checked,.layui-menu .layui-menu-item-checked2 {
    background: none !important;
    color: #687EF2 !important;
}

.layui-menu .layui-menu-item-checked a,.layui-menu .layui-menu-item-checked2 a {
    color: #687EF2
}

.layui-menu .layui-menu-item-checked:after {
    position: absolute  !important;
    right: -1px  !important;
    top: 0  !important;
    bottom: 0  !important;
    border-right: 0px !important;
    content: ""  !important
}
.layui-menu li:hover {
    background: none !important;
}