.c_db {
    color: #DBDBDB;
}

.c_58 {
    color: #5B5B5B;
}

.lh24 {
    line-height: 24px;
}

.h26 {
    height: 26px;
}

.h_100 {
    height: 100%;
}

.h40 {
    height: 40px;
}

.h40 {
    height: 40px;
}

.h150 {
    height: 150px;
}

.w370 {
    width: 370px;
}

.w235 {
    width: 235px;
}

.w270 {
    width: 270px;
}

.w265 {
    width: 265px;
}

.w_50 {
    width: 50%;
}

.f10 {
    font-size: 10px;
}

.f40 {
    font-size: 40px;
}

.f50 {
    font-size: 50px;
}

.blue_txt_btn {
    background-color: #fff !important;
    color: #0099ff;
    cursor: pointer;
}

.blue_gray_btn {
    background-color: #f5f5f5;
    border-radius: 3px;
    border: 1px solid #0099ff;
    padding: 3px 6px;
    outline: none;
    color: #0099ff;
    line-height: 18px;
}

.my-table tr td {
    padding: 10px 0;
}

.my-table select {
    display: inline-block;
    width: 148px;
    height: 26px;
}

.my-table-detail tr td {
    padding: 5px 0;
}

.express_list2 dt {
    border-left: 1px solid #ccc;
    min-height: 60px;
}

.express_list2 dt:before {
    content: '';
    border: 3px solid #E9E9E9;
    background-color: #999999;
    display: inline-block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    margin-left: -6px;
}

.express_list2 dt em.time {
    margin-left: 10px;
    text-align: left;
}

.express_list2 dt em.txt {
    margin-left: 18px;
    text-align: left;
    vertical-align: top;
}

.express_list2 dt.curr {
    color: #ff6600;
}

.express_list2 dt.curr:before {
    content: '';
    border: 3px solid #f5dede;
    background-color: #ff6600;
}

.express_list2 dt:last-child {
    border-left: 1px solid #fff;
}

.express_list2 dt em {
    width: 110px;
    text-align: left;
    display: inline-block;
}

.f13 {
    font-size: 13px!important;
}

.follow-state-list dt {
    min-height: 30px;
}

.follow-state-list dt .time {
    border-right: 2px solid #e0e0e0;
    position: relative;
    margin-right: 30px;
    padding-bottom: 30px;
    padding-right: 30px;
    min-width: 109px;
    min-height: 30px;
}

.follow-state-list dt .time i {
    font-style: normal;
    position: absolute;
    right: -11px;
    top: -3px;
    background: #fff;
}

.follow-state-list dt .time i.finish {
    color: #fff;
    background-color: #ff5000;
    border: 2px solid #ff5000;
}

.follow-state-list dt .time i.finish:before {
    position: absolute;
    content: '';
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: none;
    border: 1px solid #ff5000;
    top: -5px;
    left: -5px;
    z-index: 0;
}

.follow-state-list dt:last-child .time {
    padding-bottom: 0;
    border-right: 0;
}


/* 职员管理 弹框的placeholder */

.input_10 input::placeholder {
    text-indent: 10px;
    color: #999;
}

.input_10 input::-webkit-input-placeholder {
    text-indent: 10px;
    color: #999;
}

.input_10 input::-moz-placeholder {
    text-indent: 10px;
    color: #999;
}


/* 采购意向录入 */

.procurement-process {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.procurement-process p {
    width: 72px;
    text-align: center;
    color: #ff6600;
}

.procurement-process p i {
    display: inline-block;
    width: 20px;
    height: 20px;
}

.procurement-process p:nth-child(2n) {
    width: 40px;
}

.logistics_list {
    padding: 0 20px;
}

.logistics_list dl {
    position: relative;
    line-height: 22px;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #dedede;
}

.logistics_list dl.cur {
    border: 1px solid #ff6600;
}

.logistics_list dl .icon-correct_bg {
    display: none;
}

.logistics_list dl.cur .icon-correct_bg {
    font-size: 26px;
    width: 30px;
    height: 30px;
    background: #fff;
    display: inline-block;
    color: #ff6600;
    position: absolute;
    right: -15px;
    top: -5px;
}

.logistics_list dl {
    float: left;
    width: 25%;
    margin: 16px 30px 20px 0px;
}

.logistics_list dl:nth-child(3n+1) {
    margin-left: 0;
}


/* 左侧菜单 */

.nav {
    width: 150px;
    height: 100%;
    background: #E60012;
    transition: all .3s;
    overflow: auto;
}

.nav a {
    display: block;
    overflow: hidden;
    padding-left: 20px;
    line-height: 36px;
    color: #fff;
    transition: all .3s;
    border-bottom: 1px solid #E7E7E7;
}

.nav-item .nav-m li a {
    width: 144px;
    margin-left: 2px;
}

.nav-item.cur>a {
    border-bottom: 0;
}

.nav a span {
    margin-left: 30px;
    font-size: 14px;
}

.nav .nav-item.cur {
    border-bottom: 0;
}

.nav-item ul {
    display: none;
    background: #fff;
    border: 1px solid #E60012;
}

.nav-item>a:hover {
    color: #fff;
}

.nav-m li.cur {
    color: #E60012;
    background: #FEF0F1;
}

.nav-item li:hover {
    color: #E60012;
    background: #FEF0F1;
}

.nav-item li a {
    padding: 0;
    text-align: center;
}

.nav-item .nav-m a {
    color: #000;
}

.nav-item li a span {
    margin-left: 0;
}

.nav-item>a i {
    float: right;
    margin-right: 10px;
}

.nav-item.cur .nav-m {
    display: block;
}


/* 黄色字体 */

.yellow-text {
    padding-top: 60px;
    font-size: 34px;
    font-weight: 700;
    color: #FFF800;
    text-shadow: 0 0 2px #000, 0 0 3px #043C5D;
    text-align: center;
}

.white—text a {
    text-decoration: underline;
}

.white—text a:hover {
    color: #fff;
}

.white—text {
    text-indent: 34px;
    font-size: 18px;
    color: #fff;
    line-height: 36px;
    padding: 0px 20px;
    box-sizing: border-box;
    letter-spacing: 2px;
}


/* 新的搜索 */

.er-search {
    width: 266px;
}

.er-search input {
    width: 230px;
}

.er-search input::placeholder {
    text-indent: 20px;
}

.er-search button {
    display: inline-block;
    height: 26px;
    width: 34px;
    text-align: center;
    line-height: 26px;
    background: #F5F5F5;
    border: 1px solid #ddd;
    border-left: none;
    float: right;
}


/* 家电用钢 数据展示 */

.household-list li {
    width: 345px;
    background: #f5f5f5;
    box-sizing: border-box;
    padding: 10px;
    margin: 0 0px 24px 20px;
    float: left;
}

.household-list li .gray-btn {
    color: #A7A7A7;
    background: transparent !important;
    ;
}


/* 零部件分类 */

.spare-parts li {
    float: left;
    width: 125px;
    height: 125px;
    margin-right: 17px;
    margin-bottom: 17px;
}

.spare-parts.ischoose li {
    width: 151px;
}

.spare-parts.ischoose .op-radio {
    width: 20px;
    display: inline-block;
    float: left;
    margin-top: 50px;
}

.spare-parts li.cur div {
    border: 1px solid #F14950;
}

.spare-parts li:nth-child(7n+1) {
    margin-left: 10px;
}

.spare-parts li div {
    position: relative;
    width: 125px;
    height: 100%;
    border: 1px solid #EEEEEE;
    float: left;
}

.spare-parts li div .txt {
    position: absolute;
    background: #303030;
    text-align: center;
    line-height: 27px;
    color: #fff;
    width: 127px;
    bottom: -1px;
    left: -1px;
}

.spare-parts li div .input-txt {
    width: 100px;
    position: absolute;
    text-align: center;
    bottom: 10px;
    left: 10px;
    display: inline-block;
}

.spare-parts li img {
    display: block;
    padding-top: 15px;
}

.spare-parts .icon-error_circle {
    position: absolute;
    top: -10px;
    right: -7px;
    background: #fff;
}


/* 选材推荐 */

.con_swiper {
    width: 100%;
}

.con_swiper .box {
    width: 940px;
    overflow: hidden;
}

.con_swiper .box li {
    float: left;
    width: 268px;
    padding-top: 20px;
    margin: 0 20px 20px;
    white-space: nowrap;
}

.big_txt {
    display: inline-block;
    width: 160px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: break-all;
    line-height: 29px;
    height: 20px;
}

.con_swiper .box li.curr {
    transform: scale(1.2);
    margin: 0 20px;
}

.con_swiper .box li>div {
    padding: 5px 8px 8px;
}

.con_swiper .box li p {
    margin-bottom: 5px;
}

.goLeft,
.goRight {
    position: absolute;
    top: 80px;
}

.goLeft {
    transform: rotate(-180deg);
    left: 10px;
}

.goRight {
    right: 50px;
    transform: rotate(0deg);
}

.blue_table {
    border: 1px solid #7FCCFF;
}

.blue_table tr td {
    background: #F0F9FF;
    color: #333333;
    line-height: 24px;
    border: 1px solid #7FCCFF;
    white-space: pre-wrap;
    word-wrap: break-word;
    word-break: break-all;
}

.blue_table tr td span {
    display: inline-block;
    line-height: 16px!important;
}

.blue_table tr td:nth-of-type(1) {
    background: #E5F5FF;
    text-align: center;
}


/* 红色切换 */

.loan-titel-red {
    margin: 0 10px 15px;
    padding-top: 10px;
    border-bottom: 1px solid #F1F1F1;
}

.loan-titel-red a {
    display: inline-block;
    text-align: center;
    padding: 0 20px 5px;
    border-bottom: 2px solid white;
    font-size: 14px;
    color: #333;
}

.loan-titel-red span {
    border-right: 1px solid #F1F1F1;
}

.loan-titel-red span:last-of-type {
    border-right: 0;
}

.loan-titel-red .curr a {
    color: #E60012;
    border-bottom: 2px solid #E60012;
}

.server-list ul li {
    float: left;
    border: 1px solid #F0F0F0;
    border-radius: 3px;
    padding: 5px 10px;
    box-sizing: border-box;
    width: 372px;
    margin-right: 15px;
    margin-bottom: 15px;
    height: 200px;
}

.server-list ul li p {
    overflow: hidden;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: break-all;
}

.server-list ul li:nth-of-type(3n) {
    margin-right: 0px;
}


/* 筛选滚动条样式 */

.gundongLine::-webkit-scrollbar {
    width: 6px;
}

.gundongLine::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: rgba(0, 0, 0, 0.2);
    border-radius: 2px;
}

.gundongLine::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 0;
    background: rgba(0, 0, 0, 0.1);
    border-radius: 2px;
}


/* 添加图片 */

.addImage {
    width: 187px;
    height: 114px;
    background: url(../image/addImage1.png);
}

.addIMG {
    width: 175px;
    height: 100px;
    overflow: hidden;
    margin: 7px 0px 0 6px;
    background-size: cover;
    line-height: 100px;
    text-align: center;
    color: #999;
}


/* 首页样式 */

.layui-carousel[lay-arrow=always] .layui-carousel-arrow {
    left: 250px;
}

.layui-carousel[lay-arrow=always] .layui-carousel-arrow[lay-type=add] {
    right: 270px;
}

.home_search_red .search {
    width: 525px;
    border: 1px solid #F5001A;
    box-sizing: border-box;
    height: 40px;
}

.home_search_red .search select {
    width: 100px;
    display: inline-block;
    height: 36px;
    margin-left: 1px;
    margin-top: 1px;
}

.home_search_red .search_input {
    display: inline-block;
    line-height: 34px;
    height: 34px;
    margin-top: 1px;
    border: none;
    width: 400px;
}

.home_search_red .search-red-btn {
    display: inline-block;
    width: 80px;
    line-height: 40px;
    text-align: center;
    background: #F5001A;
    color: #fff;
}

.home_search_red .my-car {
    width: 180px;
    color: #F5001A;
    text-align: center;
    background: #FCFCFC;
    border: 1px solid #E6E6E6;
    height: 40px;
    box-sizing: border-box;
    padding: 0 25px;
}

.home_search_red .num {
    background: #F5001A;
    border-radius: 4px;
    color: #fff;
    height: 16px;
    line-height: 16px;
    font-size: 10px;
    padding: 0 2px;
    top: 5px;
    right: 25px;
}

.rz-banner {
    height: 400px;
}


/* 右侧固定 */

.rz-toolbar {
    position: fixed;
    z-index: 100000020;
    width: 35px;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #333333;
    -webkit-transform: translate3d(0, 0, 0);
    font-size: 0;
}

.center {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.rz-toolbar-item {
    position: relative;
}

.rz-toolbar-item-hd {
    display: block;
    width: 35px;
    position: relative;
    color: #fff;
    font-size: 12px;
    text-decoration: none!important;
    cursor: pointer;
    outline: 0;
    box-sizing: border-box;
    padding: 5px 10px;
    text-align: center;
    line-height: 20px;
}

.rz-toolbar-item-hd .num {
    border-radius: 5px;
    background-color: #F5001A;
    color: #fff;
    width: 18px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    display: inline-block;
}

.rz-toolbar-list .rz-toolbar-item:hover {
    color: #fff;
    background: #F5001A;
}

.rz-toolbar-list .rz-toolbar-item:hover a {
    color: #fff;
}

.rz-toolbar-list .rz-toolbar-item:hover .left_title {
    display: block;
    -webkit-animation: 0.5s arrowMove;
    -moz-animation: 0.5s arrowMove;
    -o-animation: 0.5s arrowMove;
    animation: 0.5s arrowMove;
}

.rz-toolbar-list .rz-toolbar-item:hover .num {
    background: #fff;
    color: #F5001A;
}

.rz-toolbar-list .rz-toolbar-item .left_title {
    position: absolute;
    right: 50px;
    top: 2px;
    line-height: 20px!important;
    font-size: 12px;
    color: #FFFFFF;
    padding: 5px 10px;
    cursor: default;
    display: none;
    border-radius: 5px;
    background: #343434;
    white-space: nowrap;
}

.rz-toolbar-list .rz-toolbar-item:hover .ewm {
    display: block;
    -webkit-animation: 0.5s arrowMove2;
    -moz-animation: 0.5s arrowMove2;
    -o-animation: 0.5s arrowMove2;
    animation: 0.5s arrowMove2;
}

.rz-toolbar-list .rz-toolbar-item .ewm {
    position: absolute;
    width: 100px;
    height: 100px;
    left: -110px;
    top: -20px;
    display: none;
}

@keyframes arrowMove2 {
    0% {
        opacity: 0;
        right: 60px;
    }
    100% {
        opacity: 1;
        right: 40px;
    }
}

@keyframes arrowMove {
    0% {
        opacity: 0;
        right: 60px;
    }
    100% {
        opacity: 1;
        right: 40px;
    }
}

.rz-toolbar-list .rz-toolbar-item .left_title:after {
    position: absolute;
    right: 0px;
    top: 0px;
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-left: 9px solid #343434;
    border-bottom: 6px solid transparent;
    float: right;
    margin-top: 9px;
    margin-right: -8px;
}

.rz-banner .home_menu {
    height: 32px;
}

.rz-banner .home_menu ul li {
    text-align: left;
}

.rz-banner .home_menu ul li a {
    margin-top: 7px;
    font-size: 16px;
}

.rz-banner .home_menu ul li:first-child {
    background-color: #F5001A;
    color: #fff;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    width: 235px;
    line-height: 40px;
    padding: 0;
    margin-right: 40px;
    height: 40px;
    font-size: 16px;
}

.home_menu ul li:hover a,
.home_menu ul li.current a {
    color: #F5001A;
    border-bottom: 2px solid #F5001A;
}

.home_menu ul li {
    margin-right: 20px;
}

.home_menu ul li a {
    padding: 0 0px 4px 0px;
    line-height: 26px;
    font-size: 16px;
}

.rz-banner .new_menu {
    width: 235px;
    border: 0;
    background: rgba(0, 0, 0, .6);
}

.rz-banner .new_menu dt {
    position: relative;
    line-height: 40px;
    border-right: none;
    padding-left: 0px;
    height: 40px;
}

.rz-banner .new_menu dt .menu_child {
    position: absolute;
    background: #fff;
    left: 233px;
    display: none;
    border: 2px solid #F5001A;
    z-index: 9;
}

.rz-banner .new_menu dt:hover .menu_child {
    display: block;
}

.rz-banner .new_menu dt:hover .icon_txt {
    background: #fff;
    color: #F5001A;
    border: 2px solid #F5001A;
    border-right: 0;
    z-index: 10;
}

.rz-banner .new_menu dt:hover .icon_txt .icon-jt_left {
    color: #F5001A;
    font-weight: 500;
}

.rz-banner .new_menu dt .menu_child .left {
    width: 500px;
    padding: 10px 25px;
}

.rz-banner .new_menu dt .menu_child .heard_txt {
    font-size: 16px;
    color: #000;
    line-height: 30px;
}

.rz-banner .new_menu dt .icon_txt {
    height: 40px;
    box-sizing: border-box;
    width: 235px;
    position: absolute;
    left: 0;
    top: 0;
}

.rz-banner .new_menu dt .menu_child_list a {
    padding-right: 20px;
}

.gray-menu {
    background: #5F5750;
    box-sizing: border-box;
    height: 170px;
    padding: 10px;
}

.gray-menu li {
    width: 70px;
    float: left;
    box-sizing: border-box;
    border-bottom: 1px solid #72665B;
    border-right: 1px solid #72665B;
    font-size: 12px;
    height: 76px;
}

.gray-menu li:nth-of-type(3n+3) {
    border-right: 0;
}

.gray-menu li:nth-of-type(4) {
    border-bottom: 0;
}

.gray-menu li:nth-of-type(5) {
    border-bottom: 0;
}

.gray-menu li:nth-of-type(6) {
    border-bottom: 0;
}

.gray-menu a {
    display: inline-block;
    width: 100%;
    color: #E5E3E1;
    height: 85px;
    text-align: center;
}

.gray-menu a i {
    line-height: 40px;
    font-size: 24px;
    display: inline-block;
    padding-top: 10px;
}

.gray-menu a:hover i {
    -o-animation: tobig 0.5s;
    -moz-animation: tobig 0.5s;
    -webkit-animation：tobig 0.5s;
    animation: tobig 0.5s;
}

@keyframes tobig {
    0% {
        font-size: 28px;
    }
    50% {
        font-size: 12px;
    }
    100% {
        font-size: 28px;
    }
}


/* 竞价区 */

.color-bind li {
    float: left;
    width: 180px;
    text-align: center;
    height: 270px;
    border-radius: 10px;
    margin-left: 13px;
}

.color-bind li .img {
    width: 100px;
    height: 100px;
    display: inline-block;
    border-radius: 50%;
    margin: 20px auto 10px;
}

.color-bind li .txt {
    display: inline-block;
    color: #fff;
    width: 68px;
    text-align: center;
    height: 20px;
    border-radius: 0 0 5px 5px;
}

.color-bind li .bg-txt {
    width: 90%;
    margin: 0 auto;
    background: #FFF8F7;
    border-radius: 15px;
    height: 30px;
    line-height: 30px;
}

.color-bind li.red .bg-txt {
    color: #FF6357;
}

.color-bind li.gray .bg-txt {
    color: #EB3333;
}

.color-bind li.green .bg-txt {
    color: #EB3333;
}

.color-bind li.red {
    background: #FFE7E5;
    color: #FF6155;
}

.color-bind li.red .txt {
    background: #FF8B89;
}

.color-bind li.red .img {
    border: 2px solid #FF6155;
}

.color-bind li.red .txt {
    background: #FF8B89;
}

.color-bind li.red .line {
    border-top: 1px solid #FFC9C7;
    padding-top: 2px;
}

.color-bind li.gray {
    background: #EBEBEB;
    color: #666666;
}

.color-bind li.gray .txt {
    background: #C3C3C3;
}

.color-bind li.gray .img {
    border: 2px solid #B1B1B1;
}

.color-bind li.gray .txt {
    background: #C3C3C3;
}

.color-bind li.gray .line {
    border-top: 1px solid #DBDBDB;
    padding-top: 2px;
}

.color-bind li.green {
    background: #DBF0DB;
    color: #83CE85;
}

.color-bind li.green .txt {
    background: #83CE85;
}

.color-bind li.green .img {
    border: 2px solid #83CE85;
}

.color-bind li.green .txt {
    background: #83CE85;
}

.color-bind li.green .line {
    border-top: 1px solid #CEDFCE;
    padding-top: 2px;
}

.three-pro.yellow {
    width: 312px;
    height: 170px;
    box-sizing: border-box;
    background: #F1E5CD;
    padding: 14px;
}

.three-pro.yellow .big {
    border: 2px solid #B19563;
    height: 138px;
    color: #A87B36;
}

.three-pro .txt-button {
    height: 28px;
    line-height: 28px;
    width: 80px;
    text-align: center;
    margin-top: 20px;
    display: inline-block;
    background: transparent;
}

.three-pro.yellow .txt-button {
    color: #A87B36;
    border: 1px solid #A87B36;
}

.three-pro.blue .txt-button {
    color: #7B97C5;
    border: 1px solid #7B97C5;
}

.three-pro.blue {
    width: 312px;
    height: 170px;
    box-sizing: border-box;
    background: #D6DEEE;
    padding: 14px;
}

.three-pro.blue .big {
    border: 2px solid #7B97C5;
    height: 138px;
    color: #7B97C5;
}

.three-pro.red .txt-button {
    color: #7B97C5;
    border: 1px solid #7B97C5;
}

.three-pro.red {
    width: 310px;
    height: 170px;
    box-sizing: border-box;
    background: #F4DCD4;
    padding: 14px;
}

.three-pro.red .big {
    border: 2px solid #B38378;
    height: 138px;
    color: #9F6553;
}

.three-pro.red .txt-button {
    color: #9F6553;
    border: 1px solid #9F6553;
}

.gray-table tr th {
    line-height: 40px;
    color: #666666;
}

.gray-table tr td {
    border-bottom: 1px dashed #EDEDED;
    line-height: 40px;
    text-align: center;
}

.network-list li {
    float: left;
    width: 300px;
    height: 64px;
}

.network-list li a {
    width: 80%;
    display: block;
    color: #fff;
    height: 64px;
    margin-left: 20%;
}

.network-list li:first-of-type a {
    margin-left: 0;
}

.network-list li i {
    display: inline-block;
    width: 44px;
    height: 44px;
    font-size: 40px;
    line-height: 64px;
}

.a-txt a {
    color: #333;
    line-height: 24px;
    font-size: 15px;
}

.a-txt i {
    color: #333;
    padding: 0 5px;
}

.tobigImg {
    transition: all 0.5s;
}

.left_img:hover .tobigImg {
    transform: scale(1.2);
}

.dingzhi-list>div:hover .tobigImg {
    transform: scale(1.2);
}

.dingzhi-list>div:hover i {
    color: #F5001A;
}

.dingzhi-list>div {
    width: 330px;
    height: 180px;
    float: left;
    margin-right: 8px;
    margin-bottom: 10px;
    overflow: hidden;
}

.dingzhi-list>div:nth-of-type(2n+2) {
    margin-right: 0;
}

.pro-icon li {
    float: left;
    width: 120px;
    text-align: center;
    margin-bottom: 30px;
}

.pro-icon a {
    width: 100%;
    display: inline-block;
    color: #333;
}

.pro-icon a i {
    font-size: 40px;
    color: #999;
    display: inline-block;
    height: 43px;
    line-height: 43px;
}

.pro-icon li:hover a {
    color: #0099ff;
}

.pro-icon li:hover i {
    color: #0099ff;
    -webkit-animation: hvr-icon-pulse-grow 1s;
    -o-animation: hvr-icon-pulse-grow 1s;
    -moz-animation: hvr-icon-pulse-grow 1s;
    animation: hvr-icon-pulse-grow 1s;
}

@keyframes hvr-icon-pulse-grow {
    0% {
        font-size: 40px;
    }
    50% {
        font-size: 24px;
    }
    100% {
        font-size: 40px;
    }
}

.red_fff_menu {
    position: relative;
    line-height: 33px;
    height: 35px;
    font-size: 14px;
    background: #F8F8F8;
}

.red_fff_menu .fff_r,
.red_fff_menu .red_r,
.red_fff_menu span {
    float: left;
}

.red_fff_menu::before {
    content: '';
    position: absolute;
    background: url(../image/red_triangle.png);
    width: 5px;
    height: 4px;
    top: 35px;
    left: -5px;
}

.red_bg {
    background: #FEF0F1;
    border: 1px solid #F7E9EA;
    display: inline-block;
    border: 1px solid #F3ADB3;
    border-right: 0;
    min-width: 90px;
    height: 33px;
    text-align: center;
    z-index: 4;
    padding: 0 15px;
}

.red_r {
    width: 18px;
    height: 35px;
    background: url(../image/red_r.png);
    background-size: cover;
    display: inline-block;
    position: relative;
}

.fff_bg {
    background: #fff;
    border: 1px solid #F7E9EA;
    display: inline-block;
    height: 33px;
    border: 1px solid #F3ADB3;
    border-right: 0;
    min-width: 90px;
    text-align: center;
    z-index: 5;
    padding: 0 15px;
}

.fff_r {
    width: 18px;
    height: 35px;
    background: url(../image/fff_r.png);
    background-size: cover;
    display: inline-block;
    z-index: 5;
    position: relative;
}


/* 在线支持 */

.text-watermark {
    position: relative;
    height: 154px;
}

.big—txt {
    letter-spacing: 4px;
    font-size: 50px;
    font-weight: 700;
    line-height: 154px;
    width: 100%;
    text-align: center;
    position: absolute;
    left: 0;
}

.small-txt.blue {
    color: #003472;
    text-align: center;
    font-size: 28px;
    position: absolute;
    top: 70px;
    width: 100%;
}

.blue-line {
    position: absolute;
    width: 54px;
    height: 2px;
    background: #1E4C83;
    top: 116px;
    left: 0;
    margin: auto;
    right: 0;
}

.white-line {
    position: absolute;
    width: 54px;
    height: 2px;
    background: #fff;
    top: 116px;
    left: 0;
    margin: auto;
    right: 0;
}

.blue_table2 {
    text-align: center;
    border: 1px solid #355D8E;
    color: #355D8E;
}

.blue_table2 tr th {
    line-height: 50px;
    background: #F2F4F5;
    border-bottom: 1px solid #355D8E;
}

.blue_table2 tr td {
    line-height: 20px;
    padding: 6px 0;
    border-bottom: 1px solid #355D8E;
}

.bd_blue_r {
    border-right: 1px solid #355D8E;
}


/* 找回密码 */

.findPass {
    width: 420px;
    height: 90px;
    border: 1px solid #E8E8E8;
    border-radius: 5px;
    line-height: 90px;
}

.findPass.curr,
.findPass:hover {
    background: #FEF4EC;
    border: 1px solid #F49D56;
    cursor: pointer;
}

.tab_info {
    overflow: hidden;
    border-radius: 8px;
}

.tab_info li {
    float: left;
    width: 93px;
    text-align: center;
    height: 25px;
    line-height: 25px;
    border: 1px solid #F6F6F6;
}

.tab_info li.curr {
    background: #EE6F2E;
    color: #fff;
}

.tab_info li:first-child {
    border-right: 0;
}

.b_r_5 {
    border-radius: 5px;
}