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

/* 文字溢出加省略号 start*/
.substring {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.substring2 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.substring3 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}
/* 文字溢出加省略号 end*/

/* a标签转块 */
a {
    display: block;
}

/* 顶部 */
.top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 6px 0 8px;
    font-size: 13px;
}

.t_right {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 18%;
}
/* 消息小红点 */
.t_right p{
    position: relative;
}
.t_right .dian{
    position: absolute;
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: red;
    top: 0px;
    right: -8px;
}
.t_right p:hover{
    color: #0092FF;
    cursor: pointer;
}
/* end */
.city {
    color: #0092FF;
}

.t_btn {
    color: #fff;
    width: 96px;
    line-height: 26px;
    text-align: center;
    background: #FF8D2D;
    border-radius: 13px;
    cursor: pointer;
}
.t_right .t_btn:hover{
    color: #fff;
    background-color: #f5770b ;
}
.t_icon {
    margin-right: 4px;
    vertical-align: middle;
}

/* 顶部导航 */
.head {
    width: 100%;
    background-color: #0092ff;
}

/* logo */
.n_left {
    font-size: 26px;
    color: #fff;
    font-weight: 800;
    font-style: italic;
}

/* 导航列表 */
.nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.n_center {
    display: flex;
    align-items: center;
    justify-content: space-between;
    line-height: 80px;
}
.n_center>li{
    position: relative;
    text-align: center;
    margin-left: 45px;
}
.n_center>li>a {
    font-size: 16px;
    color: #fff;
    /* margin-left: 45px;
    position: relative; */
}

.n_center .n_tab:hover {
    font-weight: 600;
}
.n_center .n_line{
    position: absolute;
    width: 16px;
    height: 2px;
    background-color: #fff;
    bottom: 28%;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.n_center>li:hover .n_line{
    display: block;
}
/* .n_tab::after {
    content: '';
    display: none;
    width: 16px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    bottom: 27%;
    left: 33%;
}

.n_center .n_tab:hover::after {
    display: block;
} */

/* 认证 */
.n_Rright {
    position: relative;
}

.n_person {
    position: absolute;
    bottom: -7px;
    left: 3px;
}

.n_img {
    width: 40px;
    height: 40px;
    margin-right: 13px;
    vertical-align: middle;
}

.n_right {
    font-size: 16px;
    color: #FFFFFF;
    display: flex;
    align-items: center;
}

.n_icon {
    margin-left: 3px;
}

/* 底部 */
.foot {
    width: 100%;
    background-color: #19233A;
}

.f_center {
    border-bottom: 1px solid #4A505E;
}

.c_list {
    display: flex;
    align-items: center;
    justify-content: center;
}

.c_list>li {
    padding: 33px 0 20px;
}

.c_list>li>a {
    display: inline-block;
    border-right: 2px solid #E7E9EC;
    color: #E7E9EC;
    padding: 0 22px;
}

.c_list>li:last-child>a {
    border: none;
}

.f_bottom {
    color: #9297A4;
    font-size: 14px;
    text-align: center;
    padding: 27px 0 30px;
}

.f_bottom>p:nth-child(2) {
    margin-top: 18px;
}

/* 侧边悬浮框 */
.floatBox {
    position: fixed;
    top: 40%;
    right: 2%;
    width: 70px;
    background: #FFFFFF;
    box-shadow: 0px 0px 40px 0px rgba(72, 72, 72, 0.04);
    border-radius: 4px;
}

.iconbox1 {
    height: 81px;
    width: 70px;
    position: relative;
}

.iconbox1::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: url(../images/icon/right/zx2.png)no-repeat center center;
    position: absolute;
    left: 0;
    top: 0;
}

.iconbox1::before {
    content: '';
    display: none;
    width: 100%;
    height: 100%;
    background: url(../images/icon/right/zx.png)no-repeat center center;
    position: absolute;
    left: 0;
    top: 0;
}

.weixin {
    position: absolute;
    width: 150px;
    height: 170px;
    background: #FFFFFF;
    box-shadow: 0px 0px 40px 0px rgba(72, 72, 72, 0.04);
    border-radius: 4px;
    left: -154px;
    top: 0;
    display: none;
    padding: 21px 25px 24px;
}

.window_info {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.window_info>img {
    width: 100px;
    height: 100px;
    border: 1px solid #0092FF;
}

.window_info>p {
    width: 105px;
    height: 13px;
    font-size: 13px;
    font-weight: 400;
    color: #262626;
    margin-top: 12px;
}

.iconbox1:hover::before {
    display: block;
}

.iconbox1:hover::after {
    display: none;
}

.iconbox1:hover .weixin {
    display: block;
}



.iconbox2 {
    width: 70px;
    height: 56px;
    position: relative;
}

.iconbox2::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: url(../images/icon/right/tel2.png)no-repeat top center;
    position: absolute;
    left: 0;
    top: 0;
}

.iconbox2::before {
    content: '';
    display: none;
    width: 100%;
    height: 100%;
    background: url(../images/icon/right/tel.png)no-repeat top center;
    position: absolute;
    left: 0;
    top: 0;
}

.tel {
    position: absolute;
    background: #FFFFFF;
    box-shadow: 0px 0px 40px 0px rgba(72, 72, 72, 0.04);
    border-radius: 4px;
    left: -174px;
    top: 0;
    display: none;
}

.iconbox2:hover::before {
    display: block;
}

.iconbox2:hover::after {
    display: none;
}

.iconbox2:hover .tel {
    display: block;
}

.telNumber {
    width: 170px;
    height: 76px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.telNumber>p:nth-child(1) {
    font-size: 13px;
    font-weight: 400;
    color: #262626;
    margin: 13px 0 13px;
}

.telNumber>p:nth-child(2) {
    flex: 1;
    font-size: 18px;
    font-weight: 400;
    color: #2380FF;
}

.iconbox3 {
    width: 70px;
    height: 58px;
    position: relative;
}

.iconbox3::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: url(../images/icon/right/cx2.png)no-repeat top center;
    position: absolute;
    left: 0;
    top: 0;
}

.iconbox3::before {
    content: '';
    display: none;
    width: 100%;
    height: 100%;
    background: url(../images/icon/right/cx.png)no-repeat top center;
    position: absolute;
    left: 0;
    top: 0;
}

.weixin {
    position: absolute;
    width: 150px;
    height: 170px;
    background: #FFFFFF;
    box-shadow: 0px 0px 40px 0px rgba(72, 72, 72, 0.04);
    border-radius: 4px;
    left: -154px;
    top: 0;
    display: none;
}

.iconbox3:hover::before {
    display: block;
}

.iconbox3:hover::after {
    display: none;
}

.iconbox3:hover .weixin {
    display: block;
}


.iconbox4 {
    width: 70px;
    height: 54px;
    position: relative;
}

.iconbox4::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: url(../images/icon/right/copy2.png)no-repeat top center;
    position: absolute;
    left: 0;
    top: 0;
}

.iconbox4::before {
    content: '';
    display: none;
    width: 100%;
    height: 100%;
    background: url(../images/icon/right/copy.png)no-repeat top center;
    position: absolute;
    left: 0;
    top: 0;
}

.weixin {
    position: absolute;
    width: 150px;
    height: 170px;
    background: #FFFFFF;
    box-shadow: 0px 0px 40px 0px rgba(72, 72, 72, 0.04);
    border-radius: 4px;
    left: -154px;
    top: 0;
    display: none;
}

.iconbox4:hover::before {
    display: block;
}

.iconbox4:hover::after {
    display: none;
}

.iconbox4:hover .weixin {
    display: block;
}

.iconbox5 {
    width: 70px;
    height: 51px;
    position: relative;
}

.iconbox5::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: url(../images/icon/right/db2.png)no-repeat top center;
    position: absolute;
    left: 0;
    top: 0;
}

.iconbox5::before {
    content: '';
    display: none;
    width: 100%;
    height: 100%;
    background: url(../images/icon/right/db.png)no-repeat top center;
    position: absolute;
    left: 0;
    top: 0;
}

.iconbox5:hover::before {
    display: block;
}

.iconbox5:hover::after {
    display: none;
}

/* 分页 */
.pageInfo {
    background-color: #fff;
    height: 55px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: center;

}

#page {
    display: flex;
    align-items: center;

}

#page>li {
    margin-right: 10px;
}

.pageActive{
    color: #0092FF;
    border: 1px solid #0092FF;
}

#page>li>a {
    color: #8D8D8D;
    padding: 0 10px;
    height: 25px;
    line-height: 25px;
    border: 1px solid #E4E4E4;
    text-align: center;
}
#pageA {
    display: flex;
    align-items: center;

}

#pageA>li {
    margin-right: 10px;
}

.pageAActive{
    color: #0092FF;
    border: 1px solid #0092FF;
}

#pageA>li>a {
    color: #8D8D8D;
    padding: 0 10px;
    height: 25px;
    line-height: 25px;
    border: 1px solid #E4E4E4;
    text-align: center;
}
/* 鼠标禁用 */
.disabled>a {
    cursor: not-allowed;
}
.registSuccess {
    /* display: none; */
    z-index: 100;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
}
.registSuccess .re_content {
    height: 100%;
    justify-content: center;
    align-items: center;
    z-index: 100;
}
.registSuccess .re_content .regist {
    width: 523px;
    height: 367px;
    border-radius: 4px;
    overflow: hidden;
}
.registSuccess .re_content .regist .re_top {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 195px;
    background: #ffffff;
}
.registSuccess .re_content .regist .re_top p:nth-child(2) {
    font-size: 16px;
    font-weight: 400;
    color: #26bb7e;
    margin-top: 23px;
}
.registSuccess .re_content .regist .re_top p:nth-child(3) {
    font-size: 14px;
    font-weight: 400;
    color: #5f5f5f;
    padding-top: 20px;
}
.registSuccess .re_content .regist .re_bottom {
    height: 172px;
    background: #fafbfc;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.registSuccess .re_content .regist .re_bottom .ssyz {
    margin-left: 110px;
    display: flex;
    font-size: 15px;
    font-weight: 400;
    color: #494949;
    height: 40px;
    line-height: 40px;
    /*下拉后箭头*/
    /*修改option*/
}
.registSuccess .re_content .regist .re_bottom .ssyz select {
    height: 38px;
    border: 1px solid #eeeeee;
    border-radius: 3px;
    /*取消默认箭头开始*/
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    /*取消默认箭头结束*/
    border: none;
    width: 9rem;
    font-size: 1rem;
    color: #666;
    -moz-text-align-last: center;
    text-align-last: center; /* 文本居中*/
    background: url(../../images/img/regist/icon2.png) no-repeat right 0.5rem
    center;
    background-size: 0.8rem 0.45rem;
    outline: none;
}
.registSuccess .re_content .regist .re_bottom .ssyz select:focus {
    background: url(../../images/img/regist/icon2.png) no-repeat right 0.5rem
    center;
    background-size: 0.8rem 0.45rem;
}
.registSuccess .re_content .regist .re_bottom .ssyz option::-ms-expand {
    display: none;
}
.registSuccess .re_content .regist .re_bottom .ssyz option {
    -moz-appearance: none; /* Firefox */
    -webkit-appearance: none; /* Safari 和 Chrome */
    appearance: none;
    font-size: 14px;
    font-weight: 400;
    color: #c5c5c5;
    line-height: 33px;
}
.registSuccess .re_content .regist .re_bottom button {
    width: 78px;
    height: 32px;
    background: #0092ff;
    border-radius: 4px;
    margin-left: 223px;
    margin-top: 38px;
    color: #ffffff;
    cursor: pointer;
}
.registSuccess .re_content .regist .re_bottom button:hover {
    background: #0283e3;
}
.dialog .el-dialog{
    border-radius: 4px;
}
.dialog .el-dialog__body{
    padding: 0px 0px;
}
