@charset "utf-8";

/*font-family:"PingFangSC",Heiti SC,Arial,Lucida Grande,Verdana,STXhei,Microsoft YaHei,hei; */

body {
    position: relative;
    background: #fff;
    font-size: 14px;
    padding: 0;
    width: 100%;
    margin: 0 auto;
    overflow-x: auto;
    min-width: 1200px;
}

ul,
li,
ol {
    list-style: none;
}

a {
    font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
    text-decoration: none;
    color: inherit;
}


/*inherit 继承*/

section,
header,
footer,
nav {
    display: block;
    margin: 0 auto;
}

header,
footer {
    margin: 0 auto;
    width: 100%;
}

em,
i {
    font-style: normal;
}

button,
input {
    border: 0 none;
}

u,
del {
    text-decoration: none;
}

input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="password"],
input[type="text"],
button {
    -webkit-appearance: none;
    /*appearance 用来改变按钮和其他控件的外观，使其外观类似于原生控件。-webkit-appearance:none 来移除原生控件样式。*/
    outline: none;
}

input[type="button"] {
    cursor: pointer
}

h1,
h2,
h3,
h4,
h5,
h6,
em {
    font-style: normal;
    font-weight: normal;
}

.clear:after {
    content: '';
    display: block;
    clear: both;
}

.clear:before {
    content: '';
    display: table;
}

.header,
.hot-active,
.index-news,
.footer-contact {
    width: 1200px;
    margin: auto;
}

.header {
    display: flex;
    justify-content: space-between;
    height: 88px;
    line-height: 88px;
    background: #fff;
}

.mainnavbar .navbar-nav>li>a {
    color: #fff;
    padding-left: 30px;
    padding-right: 30px
}

.mainnavbar .nav>li>a:hover,
.mainnavbar .nav>li>a:focus {
    background: rgba(33, 34, 34, 0.14);
}

.add-index-search {
    position: relative;
    margin-top: 22px;
    width: 500px;
    height: 44px;
    border-radius: 10px;
    box-shadow: 0 4px 18px rgba(33, 34, 34, 0.14);
    overflow: hidden;
    box-sizing: border-box;
}

.add-index-search a {
    display: block;
    width: 100%;
    height: 44px;
    position: relative;
}

.add-index-search input {
    width: 82%;
    height: 44px;
    font-size: 15px;
    color: #333;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
}

.add-index-search input::-webkit-input-placeholder {
    font-size: 15px;
    color: rgba(0, 0, 0, 0.4);
}

.add-index-search input:-moz-placeholder {
    font-size: 15px;
    color: rgba(0, 0, 0, 0.4);
}

.add-index-search input:-ms-input-placeholder {
    font-size: 15px;
    color: rgba(0, 0, 0, 0.4);
}

.add-index-search button {
    position: absolute;
    right: 0;
    top: 0;
    width: 18%;
    height: 44px;
    border-radius: 0 10px 10px 0;
    background: #3c70df url(../img/search.png) no-repeat center center;
    background-size: 20px 22px;
    text-align: center;
}

.add-index-search span img {
    position: absolute;
    left: 39%;
    top: 12px;
    width: 20px;
    height: 22px;
}


/* 首页修改 */

.add_service,
.add_cooperation {
    width: 1270px;
    margin: auto;
}

.add_service_title {
    margin-bottom: 40px;
}

.add_service_title_big,
.add_service_title_small {
    float: left;
    color: #1a55bf;
}

.add_service_title_big {
    font-size: 32px;
}

.add_service_small_top {
    font-size: 18px;
    line-height: 1.1em;
    color: #1c54c3;
}

.add_service_small_bot {
    font-size: 12px;
    line-height: 1.1em;
    color: #1c54c3;
}

.add_service_title p {
    margin: 0;
}

.add_service_list {
    padding-left: 0;
    margin-bottom: 0;
}

.add_service_li {
    float: left;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 14px;
    box-shadow: 0 5px 5px rgba(33, 34, 34, 0.5);
}

.add_service_li:first-child {
    margin-right: 12px;
    width: 272px;
    height: 558px;
    background: #ffbc53;
}

.add_service_li:first-child img {
    width: 272px;
    height: 558px;
    display: block;
}

.add_service_clover {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 10;
    display: flex;
    /* display:none; */
}

.add_service_clover1 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.add_service_clover1 a,
.add_service_clover0 a {
    display: block;
    width: 177px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 4px;
    color: #fff;
    font-size: 18px;
    border: 1px solid #fff;
}

.add_service_clover1 a:nth-child(2) {
    margin-top: 40px;
}

.add_service_li:hover .add_service_clover {
    display: flex;
}

.add_service_clover0 {
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.add_service_clover0 a {
    margin-left: 23px;
}

.add_service_clover0 a:first-child {
    margin-left: 0;
}

.add_service_li:nth-child(2) {
    width: 350px;
    height: 272px;
    background: #74d77d;
    margin-right: 12px;
}

.add_service_li:nth-child(3) {
    width: 340px;
    height: 272px;
    background: #4d9ee3;
    margin-right: 12px;
}

.add_service_li:nth-child(4) {
    width: 272px;
    height: 272px;
    background: #ee9573;
}

.add_service_li:nth-child(5) {
    width: 272px;
    height: 272px;
    background: #fe8b95;
    margin-right: 12px;
}

.add_service_li:last-child {
    width: 700px;
    height: 272px;
    background: #d988ed;
}

.add_service_li:last-child img {
    width: 702px;
    height: 273px;
    display: block;
}

.add_service_li_mid {
    text-align: center;
    font-size: 23px;
    color: #fff;
}

.add_service_li_mid a:hover {
    color: #fff;
}

.add_service_li_mid img {
    display: block;
}

.add_service_li_icon {
    margin: auto;
    width: 76px;
}

.add_service_li_qw {
    margin: 20px 40px 0 auto;
    width: 24px;
    height: 24px;
}

.add_service_li_mid p {
    padding: 40px 0 20px;
}

.add_service_bottom {
    padding-left: 0;
    margin-bottom: 100px;
    /* height:199px; */
    background: #13bfb1;
    border-radius: 10px;
    box-shadow: 0 5px 5px rgba(33, 34, 34, 0.5);
    padding: 45px 100px 15px 120px;
    box-sizing: border-box;
}

.add_service_bottom a {
    display: inline-block;
    min-width: 128px;
    height: 41px;
    line-height: 41px;
    padding: 0 5px;
    text-align: center;
    border: 1px solid #fff;
    font-size: 18px;
    color: #fff;
    margin-right: 18.5px;
    margin-bottom: 25px;
    box-sizing: border-box;
}

.add_cooperation_div {
    width: 100%;
}

.add_cooperation_list {
    width: 1305px;
    position: relative;
    left: -35px;
    padding-left: 0;
}

.add_cooperation_li {
    float: left;
    margin-left: 35px;
    width: 291px;
    /* height:190px; */
    height: 137px;
    box-sizing: border-box;
    box-shadow: 0 0 8px rgba(33, 34, 34, 0.15);
    margin-bottom: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.footer.add_footer_index {
    background: #3c70df;
}

.footer-left .add_footer_li {
    font-size: 18px;
    margin-bottom: 15px;
}

.add_footer_index li {
    font-size: 14px;
    line-height: 27px;
}

.footer-contact img {
    width: 103px;
    height: 103px;
}

.add_footer_bot {
    border-top: 1px solid #08929d;
}

.add_footer_bot_list {
    width: 1200px;
    margin: auto;
    color: #fff;
    font-size: 15px;
}

.add_footer_bot_list li {
    padding: 15px 0;
}

.add_footer_bot_right {
    float: right;
}

.add_footer_bot_left {
    float: left;
}

.add_footer_desc {
    font-size: 14px;
    color: #fff;
    text-align: center;
}


/* 首页修改 */


/* user 修改 */

.footer.add_footer_user {
    background: #fff;
}

.footer.add_footer_user ul li {
    color: #333 !important;
}

.add_footer_user .add_footer_bot {
    border-top: 1px solid #b8c4ce;
}


/* user 修改 */

.header-list li {
    float: left;
    padding: 0 20px;
    height: 100%;
    /* font-size: 18px; */
    /* color: #999; */
    font-size: 17px;
    color: #3c70df;
    cursor: pointer;
}

#index-slider {
    position: relative;
    margin-bottom: 100px;
}

.bx-wrapper .bx-pager {
    bottom: 20px !important;
}

.slider-clover {
    position: absolute;
    width: 100%;
    left: 0;
    text-align: center;
    bottom: -10%;
}

.bx-controls-direction {
    display: none;
}

.clover-bg {
    position: relative;
    width: 1200px;
    margin: auto;
}


/*公告*/

.huadong {
    position: absolute;
    top: 0;
    left: 10%;
    width: 80%;
    height: 100%;
}

.huadong .huabox {
    margin: 0 auto;
    width: 100%;
    height: 100%;
    line-height: 64px;
    display: flex;
    align-items: center;
}

.huadong .hdimg {
    float: left;
    line-height: 56px;
}

.huadong .hdimg img {
    width: 100%;
    vertical-align: middle;
}

.huadong h5 {
    font-size: 16px;
    float: left;
    line-height: 35.2px;
    margin-left: 10px;
}

.huadong .gg_more {
    float: left;
}

.huadong .gg_more a {
    font-size: 12.8px;
    text-decoration: none;
}

.huadong .notice_active {
    float: left;
    width: 80%;
    height: 64px;
    padding: 0;
    overflow: hidden;
    position: relative;
}

.huadong .notice_active li {
    list-style-type: none;
    line-height: 38.4px;
    overflow: hidden;
}

.huadong .notice_active li.notice_active_ch span {
    color: #656972;
    font-size: 16px;
    display: block;
    overflow: hidden;
    /* width: 80%; */
    float: left;
    margin: 3px 0 32px 10px;
    text-align: left;
}


/* 省略号 */

.huadong .notice_active li.notice_active_ch span,
.exam-li h5,
.exam-li h6,
.news-left p,
.news-rtitle,
.news-rdesc p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-align: justify;
    -webkit-line-clamp: 1;
}


/*公告*/

.index-exam {
    width: 1200px;
    margin: 30px auto;
}

.index-title {
    font-size: 24px;
    font-weight: normal;
    color: #333;
    text-align: center;
    background: url(../img/index-bg.png) no-repeat 50% 40px;
    background-size: 265px 11px;
    padding-bottom: 30px;
}

.index-title span {
    margin-left: 15px;
    font-size: 22px;
    display: inline-block;
    font-family: arial;
}

.exam-nav {
    margin: 40px 0 30px;
}

.exam-nav li {
    float: left;
    padding: 0 35px;
    font-size: 16px;
    color: #999;
    border-left: 1px solid #999;
}

.exam-nav li:first-child {
    border-left: none;
}

.exam-nav li.exam-active {
    color: #333;
    font-size: 18px;
}

.exam-list {
    width: 100%;
    margin: auto;
    overflow-x: hidden;
}

.exam-list ul {
    margin: 0;
    padding-left: 2px;
    margin-right: -12px;
    overflow: hidden;
}

.exam-li {
    float: left;
    padding-right: 12px;
    width: 302px;
    text-align: center;
    margin-bottom: 20px;
}

.examli-img {
    width: 100%;
    position: relative;
}

.examli-img img {
    width: 290px;
    height: 220px;
}

.examli-img a img {
    width: 44px;
    height: 44px;
}

.exam-li:hover>.examli-img .examli-clover {
    display: block;
}

.examli-clover {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    display: none;
}

.examli-clover a {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.examli-clover i {
    display: block;
    width: 44px;
    height: 44px;
    background: url(../img/exam-clover.png);
}

.examli-clover p {
    color: #fff;
    font-size: 16px;
    margin-top: 6px;
}

.exam-li h5 {
    font-size: 18px;
    color: #333;
    margin: 20px 0 0;
    text-align: center;
}

.examli-online {
    display: inline-block;
    width: 38px;
    height: 2px;
    background: rgb(217, 56, 64);
}

.exam-li h6 {
    font-size: 14px;
    color: #999;
    line-height: 24px;
    -webkit-line-clamp: 3;
}

.add-more {
    display: block;
    margin: 40px auto;
    width: 120px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    background: #999;
    color: #fff;
    border-radius: 3px;
    font-size: 18px;
}

.add-more:hover {
    background: rgb(230, 69, 64);
}

.index-active {
    width: 100%;
    background: rgb(240, 240, 240);
}

.hot-active,
.index-news {
    padding: 60px 0 20px;
}

.active-out {
    width: 100%;
    overflow-x: hidden;
    margin-top: 30px;
}

.active-list {
    padding: 0;
    margin-right: -15px;
    position: relative;
}

.active-li {
    float: left;
    width: 390px;
    margin-right: 15px;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 25px;
}

.active-list2 {
    padding: 0 40px;
}

.active-list2 .active-li {
    float: none;
    width: 100%;
    height: 0;
    padding-bottom: 75%;
}

.active-li img {
    width: 390px;
    height: 292.5px
}

.active-list2 img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.active-clover {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    font-size: 16px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    padding: 0 10%;
    display: none;
}

.active-li:hover>.active-clover {
    display: flex;
}

.active-title {
    line-height: 24px;
    text-align: center;
}

.li-more {
    width: 110px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    border-radius: 3px;
    border: 1px solid #fff;
    margin-top: 10px;
}

.news-out {
    margin-top: 30px;
}

.news-left img {
    width: 477px;
    height: 380px;
}

.news-left {
    float: left;
    width: 40%;
    border: 1px solid rgb(204, 204, 204);
}

.news-left h6 {
    font-size: 18px;
    margin: 15px 15px 10px;
}

.news-left p {
    font-size: 14px;
    color: #999;
    line-height: 22px;
    -webkit-line-clamp: 2;
    margin: 0 15px 10px;
}

.news-right {
    float: right;
    width: 690px;
    padding: 0;
}

.news-rimg {
    float: left;
    width: 200px;
}

.news-rimg img {
    width: 200px;
    height: 150px;
}

.news-rdesc {
    float: right;
    width: 465px;
}

.news-rdesc h6 {
    margin: 0;
    font-size: 18px;
    line-height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-bottom: 1px solid #cbcbcb;
}

.news-rtitle {
    float: left;
    width: 85%;
}

.news-rtime {
    float: right;
    font-family: arial;
    margin-top: 3px;
}

.news-rdesc p {
    margin-top: 2%;
    font-size: 14px;
    color: #999;
    line-height: 26px;
    -webkit-line-clamp: 3;
}

.news-right li {
    margin-bottom: 15px;
}

.famous-book {
    height: 700px;
    position: relative;
}

.famous-left {
    float: left;
    width: 50%;
    height: 100%;
    background: rgb(175, 208, 226);
}

.famous-right {
    float: right;
    width: 50%;
    height: 100%;
    background: rgb(240, 240, 240);
}

.famous-clover {
    float: right;
    width: 650px;
    height: 475px;
    padding: 0;
    background: #fff;
    position: relative;
    right: -142px;
    margin-top: 113px;
}

.famous-clover .swiper-button-prev {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAyNyA0NCc+PHBhdGggZD0nTTAsMjJMMjIsMGwyLjEsMi4xTDQuMiwyMmwxOS45LDE5LjlMMjIsNDRMMCwyMkwwLDIyTDAsMjJ6JyBmaWxsPScjOWM5YzljJy8+PC9zdmc+");
}

.famous-clover .swiper-button-next {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAyNyA0NCc+PHBhdGggZD0nTTI3LDIyTDI3LDIyTDUsNDRsLTIuMS0yLjFMMjIuOCwyMkwyLjksMi4xTDUsMEwyNywyMkwyNywyMnonIGZpbGw9JyM5YzljOWMnLz48L3N2Zz4=");
}

.famous-clover img {
    width: 450px;
    height: 337px;
    margin-left: 100px;
    margin-top: 25px;
}

.famous-clover p {
    margin: 0 50px;
    font-size: 22px;
    text-align: center;
    line-height: 40px;
    margin-top: 10px;
}

.famous-ul {
    width: 60%;
    margin-left: 30%;
    height: 100%;
    padding-top: 200px;
}

.famous-ul li {
    list-style: none;
    position: relative;
    padding-left: 30px;
}

.famous-ul li:nth-child(1) {
    font-size: 22px;
    color: #333;
    margin-bottom: 20px;
}

.famous-ul li:nth-child(2) {
    font-size: 16px;
    color: #999;
    line-height: 26px;
    margin-bottom: 20px;
}

.famous-ul li:nth-child(3) {
    font-size: 16px;
    color: rgb(217, 56, 64);
}

.famous-ul li:before {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgb(217, 56, 64);
    position: absolute;
    top: 6px;
    left: 0px;
}

.famous-cimg span {
    font-size: 30px;
    font-family: 黑体;
    font-weight: bold;
    cursor: pointer;
    color: #999;
}

.footer {
    background: rgb(91, 91, 91);
}

.footer-contact {
    padding: 30px 0 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-left {
    font-size: 16px;
    line-height: 32px;
    color: #fff;
}

.news-list,
.detail {
    width: 1200px;
    margin: auto;
    padding-bottom: 30px;
}

.news-list .news-right {
    width: 100%;
    float: none;
}

.news-list .news-right li {
    margin-bottom: 30px;
}

.news-list .news-rdesc {
    width: 975px;
}


/* 注册 register */

.register-section {
    width: 1200px;
    margin: 0 auto;
}

.register-section h1 {
    font-size: 36px;
}

.register-section h3 {
    font-size: 28px;
    margin: 30px 0;
}

.register-mess h6 {
    font-size: 14px;
    color: rgb(204, 204, 204);
}

.register-mess input {
    box-sizing: border-box;
    width: 450px;
    height: 50px;
    border: 1px solid rgb(204, 204, 204);
    font-size: 18px;
    padding: 0 20px;
    margin-bottom: 12px;
}

#reVaild,
.register-login {
    float: left;
}

input#reVaild {
    width: 160px;
}

.register-mess>div {
    width: 100%;
}

input#reVaild-btn {
    float: right;
    width: 265px;
}

.regiter-btn {
    box-sizing: border-box;
    width: 450px;
    height: 50px;
    border: 1px solid rgb(204, 204, 204);
    font-size: 18px;
    padding: 0 20px;
    margin-bottom: 12px;
    font-size: 22px;
    background: #3c70df;
    color: #fff;
}

.register-agree span {
    width: 18px;
    height: 16px;
    border-color: rgb(204, 204, 204);
    border-radius: 3px;
}

.register-agree .reSquare {
    background: url(../img/register-agree.png) no-repeat 1px 2px;
    background-size: 16px 12px;
}

.register-mess {
    /* float: left; */
    width: 591px;
    margin: 100px auto;
    background: #fff;
    border-radius: 20px;
    padding: 100px 70px 40px;
    box-sizing: border-box;
    /* margin: 0 0 40px; */
}

.register-login {
    padding-top: 50px;
    margin-left: 180px;
}

.register-login h1 {
    font-size: 30px;
    margin-bottom: 50px;
    text-align: center;
}

.register-login span {
    display: inline-block;
    width: 105px;
    height: 2px;
    background: #3c70df;
    margin: 0 10px;
}

.register-success {
    text-align: center;
    display: none;
    margin-bottom: 35px;
    background: #fff;
    padding: 30px 0;
    border-radius: 20px;
}

.register-success p {
    margin: 0 auto;
    width: 780px;
    font-size: 30px;
    padding: 25px 0;
    border-bottom: 1px dashed #999;
}

.register-success h6 {
    font-size: 18px;
    margin: 50px 0;
}

.register-success input {
    width: 230px;
    height: 50px;
    font-size: 22px;
    background: #3c70df;
    color: #fff;
}


/* 验证内容 */

.coopName,
.coopPhone {
    color: red;
    font-size: 16px;
}

.cname,
.cphone,
.rcnamed,
.rcphoned,
.rcname,
.rcphone,
.username,
.password,
.phone,
.vaild,
.nickName,
.rePwd,
.rePwd1,
.rePhone,
.reVaild {
    color: red;
    display: inline-block;
    padding-bottom: 5px;
    font-size: 12px;
}


/* 登录 */

.login-cover {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 100;
}

.login-classify {
    display: none;
    position: fixed;
    top: 195px;
    left: 40%;
    width: 390px;
    height: 540px;
    background: #fff;
    z-index: 101;
    border-radius: 10px;
}

.login-else h1 {
    margin-bottom: 20px;
}

.login-close {
    text-align: right;
    padding: 15px 10px 0;
}

.login-mode {
    padding: 0 10px;
    margin: 15px 0;
    border-bottom: 1px solid rgb(204, 204, 204);
}

.login-mode li {
    /* float: left; */
    padding: 15px;
    text-align: center;
    margin: 0 10px;
    font-size: 16px;
}

.login-active {
    /* border-bottom: 2px solid rgb(204, 0, 68); */
}

.disnone {
    display: none;
}

.tab-show {
    display: block;
}

#divs {
    padding-top: 30px;
}

.disnone p,
.index-btn input,
.phone-btn input {
    width: 295px;
    height: 36px;
    line-height: 36px;
}

.disnone p {
    padding-left: 15px;
    border: 1px solid rgb(204, 204, 204);
    overflow: hidden;
    box-sizing: border-box;
}

.disnone p,
.index-btn input,
.phone-btn input,
#vaild-btn,
.buy-left p,
ul.hide-list,
.register-mess input {
    border-radius: 3px;
}

.disnone p input {
    width: 240px;
    height: 100%;
    color: #333;
    padding-left: 10px;
}

.disnone input::-webkit-input-placeholder,
.buy-left input::-webkit-input-placeholder,
.register-mess input::-webkit-input-placeholder {
    color: rgb(204, 204, 204);
}

.disnone input:-moz-placeholder,
.buy-left input:-moz-placeholder,
.register-mess input:-moz-placeholder {
    color: rgb(204, 204, 204);
}

.disnone input:-ms-input-placeholder,
.buy-left input:-moz-placeholder,
.register-mess input:-moz-placeholder {
    color: rgb(204, 204, 204);
}

.index-btn input,
.phone-btn input {
    background: rgb(204, 0, 68);
    color: #fff;
}

#vaild-p {
    width: 153px;
    float: left;
}

#vaild {
    width: 90px
}

#vaild-btn {
    float: right;
    margin-right: 5px;
    width: 112px;
    height: 36px;
    line-height: 36px;
    background: rgb(204, 204, 204);
    color: #fff;
}

.login-register {
    text-align: center;
    margin: 30px 0;
    color: rgb(204, 204, 204);
}

.login-else {
    text-align: center;
}

.login-else span {
    display: inline-block;
    width: 65px;
    height: 1px;
    background: #089e93;
}


/* 分页 */

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

.tcdPageCode {
    padding: 30px 0 20px;
    text-align: left;
    color: #ccc;
    text-align: center;
}

.tcdPageCode a {
    font-size: 16px !important;
    display: inline-block;
    color: #000;
    display: inline-block;
    height: 25px;
    line-height: 25px;
    padding: 0 10px;
    border: 1px solid #ddd;
    margin: 0 2px;
    border-radius: 4px;
    vertical-align: middle;
}

.tcdPageCode a:hover {
    text-decoration: none;
    color: rgb(230, 69, 64);
    border: 1px solid rgb(230, 69, 64);
}

.tcdPageCode span.current {
    display: inline-block;
    height: 25px;
    line-height: 25px;
    padding: 0 10px;
    margin: 0 3px;
    border: 1px solid rgb(230, 69, 64);
    background: rgb(230, 69, 64);
    color: #fff;
    border-radius: 4px;
    vertical-align: middle;
}

.tcdPageCode span.disabled {
    display: inline-block;
    height: 25px;
    line-height: 25px;
    padding: 0 10px;
    margin: 0 3px;
    color: #bfbfbf;
    background: #f2f2f2;
    border: 1px solid #bfbfbf;
    border-radius: 4px;
    vertical-align: middle;
}

.kefu-block{
    position: fixed;
    top:100px;
    right: 10px;
    width: 60px;
    background: #fff;
    border: 1px solid #d1d1d1;
    box-shadow: 0 0 10px rgba(0,0,0,.5)
}

.kefu-item{
    position: relative;
    text-align: center;
    color: #000;
    font-size: 12px;
    padding-bottom: 10px;
}
.kefu-item:after{
    content: '';
    height: 1px;
    position: absolute;
    left:0;right:0;
    bottom: 0;
    display: block;
    background: #000;
    transform: scaleX(0.5);
}
.kefu-item:last-child:after{
    display: none;
}
.kefu-item i{
    display: block;
    width: 40px;
    height: 40px;
    margin: 10px 10px 0;
    background-size:cover; 
}
.kefu-item span{
    line-height: 1
}
.kefu-item:hover span{
    color: #1296db;
}
.icon-kefu-kefu{
    background-image: url(/images/kefu0.png);
}
.kefu-item:hover .icon-kefu-kefu{
    background-image: url(/images/kefu1.png);
}
.icon-kefu-shipin{
    background-image: url(/images/shipin0.png);
}
.kefu-item:hover .icon-kefu-shipin{
    background-image: url(/images/shipin1.png);
}
.icon-kefu-youhuiquan{
    background-image: url(/images/youhuiquan0.png);
}
.kefu-item:hover .icon-kefu-youhuiquan{
    background-image: url(/images/youhuiquan1.png);
}
.icon-kefu-ziliao{
    background-image: url(/images/ziliao0.png);
}
.kefu-item:hover .icon-kefu-ziliao{
    background-image: url(/images/ziliao1.png);
}
.kefu-ewm{
    display: none;
    position: absolute;
    top:0;
    right: 70px;
    padding: 1px;
    border-radius: 3px;
    background: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,.5);
}
.kefu-item:hover .kefu-ewm{
    display: block;
}
.kefu-ewm:after{
    content: "";
    display: block;
    position: absolute;
    right: -5px;
    top: 20px;
    width: 10px;
    height: 10px;
    background: #fff;
    transform: rotate(45deg);
}
@media (min-width:768px){.modal-dialog{width:700px;margin:30px auto}
