@charset "utf-8";
/* CSS Document */

body {
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-family: "Microsoft Yahei";
}

div,
form,
img,
ul,
ol,
li,
dl,
dt,
dd,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    border: 0;
}

ul,
li {
    list-style-type: none;
}

img {
    vertical-align: middle;
    border: 0;
    margin: 0;
    padding: 0;
}

button {
    vertical-align: middle;
    cursor: pointer;
}

input txt,
button {
    vertical-align: middle;
    border: none;
}

a,
a:link {
    color: #222;
    text-decoration: none;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

a:hover {
    color: #333333;
    text-decoration: underline;
}

dt {
    font-weight: normal;
}

dd,
dt {
    line-height: initial;
}


.warp {
    min-width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    background: #fff;
}

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

.header {
    background: #ffffff;
}

.header * {
    box-sizing: border-box;
}

.header .top {
    background: rgba(246, 246, 246, 1);
    height: 36px
}

.header .top dl {
    float: right
}

.header .top dt,
.top dd {
    float: left;
    font-size: 12px;
    color: rgba(102, 102, 102, 1);
    line-height: 36px;
    margin-left: 16px
}

.header .top dt.login-box a {
    display: inline-block;
    color: rgba(102, 102, 102, 1);
    margin-left: 16px
}

.header .top dt.user-center a {
    display: inline-block;
    color: rgba(102, 102, 102, 1);
    margin-left: 2px;
    margin-right: 2px
}

.header .top dd {
    padding-right: 10px;
    cursor: pointer;
    position: relative
}

.header .top dd:after {
    content: "";
    position: absolute;
    width: 0px;
    height: 0px;
    border-left: solid 3px transparent;
    border-top: solid 3px #BBBBBB;
    border-right: solid 3px transparent;
    top: 17px;
    right: 0
}

.header .top dd.follow {
    padding-left: 25px;
    position: relative
}

.header .top dd.follow:before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background: url(../images/icon.png) no-repeat;
    background-position: 0 0;
    top: 8px;
    left: 0
}

.header .top dd.follow .follow-box {
    position: absolute;
    background: #FFF;
    width: 126px;
    height: 126px;
    padding: 4px;
    box-shadow: rgba(0, 0, 0, .2) 0 3px 7px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 36px;
    left: 50%;
    display: none
}

.header .top dd.follow .follow-box:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-left: solid 6px transparent;
    border-bottom: solid 6px #FFF;
    border-right: solid 6px transparent;
    margin-left: -6px;
    top: -6px;
    left: 50%
}

.header .top dd.follow .follow-box img {
    width: 100%
}

.header .top dd.follow:hover .follow-box {
    display: block
}

.header .logo-search {
    padding: 30px 0 23px;
    height: 120px;
}

.header .logo-search .logo {
    float: left;
    width: 435px;
}

.header .logo-search .logo a {
    width: 225px;
    display: block;
    margin-top: -2px;
    position: relative;
}

.header .logo-search .logo a img {
    width: 100%;
}

.header .logo-search .logo a img.wenda-logo {
    position: absolute;
    max-width: 86px;
    left: 235px;
    top: 11px;
    height: 40px;
}

.header .logo-search .search {
    float: left
}

.header .logo-search .search form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 34px;
    position: relative;
    width: 400px;
    border: solid 1px #387FFC;
    box-sizing: border-box;
}

.header .logo-search .search form:after {
    position: absolute;
    width: 0;
    height: 0;
    content: '';
    left: 63px;
    top: 14px;
    border-width: 4px;
    border-style: solid;
    border-color: #222 transparent transparent transparent;
}

.header .logo-search .search form .index-select-type {
    width: 80px;
    height: 100%;
    border: 0;
    padding-left: 14px;
    font-size: 16px;
    color: #222;
    padding-bottom: 3px;
    cursor: pointer;
    background: #fff;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    border-radius: 0;
}

.header .logo-search .search form .index-select-type:focus {
    outline: 0;
}

.header .logo-search .search input {
    float: left;
    padding: 0;
    border: none;
    outline: none
}

.header .logo-search .search input.search-text {
    height: 100%;
    padding: 0 9px;
    font-size: 16px;
    color: #333;
    line-height: 34px;
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
}

.header .logo-search .search input.search-text::-webkit-input-placeholder {
    color: rgba(102, 102, 102, .6);
}

.header .logo-search .search input.search-text:-ms-input-placeholder {
    color: rgba(102, 102, 102, .6);
}

.header .logo-search .search input.search-text::-ms-input-placeholder {
    color: rgba(102, 102, 102, .6);
}

.header .logo-search .search input.search-text::placeholder {
    color: rgba(102, 102, 102, .6);
}

.header .logo-search .search input.search-submit {
    background: #387FFC;
    width: 40px;
    height: 100%;
    background: url(../images/search-icon.png) center no-repeat #387FFC;
    cursor: pointer;
}

.header .logo-search .search .hot-search {
    font-size: 12px;
    color: #999999;
    line-height: 20px;
    padding: 4px 0
}

.header .logo-search .search .hot-search a {
    color: #999999
}

.header .nav {
    background: #387FFC;
    height: 40px
}

.header .nav .nav-list {
    position: relative;
}

.header .nav .nav-item {
    float: left;
    width: 92px;
    height: 40px;
    text-align: center;
    font-size: 14px;
    color: #FFFFFF;
    position: relative;
    overflow: hidden;
}

.header .nav .nav-menu.slide-down {
    overflow: initial;
}

.header .nav .nav-item>a {
    display: block;
    color: #FFFFFF;
    line-height: 40px;
    text-decoration: none;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear
}

.header .nav .nav-item:hover>a {
    background: #0657C0
}

.header .nav .nav-item.nav-menu>a:after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-left: solid 4px transparent;
    border-top: solid 4px #FFF;
    border-right: solid 4px transparent;
    margin: 0 0 2px 5px
}

.header .nav .nav-item .nav-box {
    position: absolute;
    background: #FFF;
    width: 137px;
    padding: 0;
    box-shadow: rgba(2, 2, 2, .1) 0 0 9px;
    top: -9999px;
    left: -22px;
    z-index: 99;
    max-height: 0;
    -webkit-transition: max-height .3s ease-in, opacity .25s linear;
    transition: max-height .3s ease-in, opacity .25s linear;
    opacity: 0;
}

.header .nav .nav-menu.slide-down .nav-box {
    top: 40px;
    opacity: 1;
    max-height: 300px;
    padding: 9px 0 11px;
}

.header .nav .nav-item .nav-box ul {
    display: inline-block;
}

.header .nav .nav-item .nav-box li {
    text-align: left;
    font-size: 15px;
    color: #333333;
    line-height: 26px;
    padding: 5px 0
}

.header .nav .nav-item .nav-box li a {
    color: #333333
}

.header .nav .nav-item.nav-menu2 {
    position: static
}

.header .nav .nav-item.nav-menu2 .nav-box {
    width: auto;
    padding: 9px 20px 11px 32px;
    left: 0
}

.header .nav .nav-item.nav-menu2 .nav-box dl {
    line-height: 22px;
    text-align: left;
    padding-top: 10px;
    overflow: hidden
}

.header .nav .nav-item.nav-menu2 .nav-box dt {
    float: left;
    width: 50px;
    padding-right: 7px;
    font-size: 16px;
    color: #333333;
    font-weight: bold
}

.header .nav .nav-item.nav-menu2 .nav-box.another-box dt {
    width: 80px;
}

.header .nav .nav-item.nav-menu2 .nav-box dd {
    float: left;
    max-width: 576px
}

.header .nav .nav-item.nav-menu2 .nav-box dd a {
    float: left;
    font-size: 14px;
    color: #777777;
    height: 14px;
    line-height: 22px;
    margin-bottom: 10px;
}

.header .nav .nav-item.nav-menu2 .nav-box dd i {
    float: left;
    width: 19px;
    height: 14px;
    position: relative;
    margin-bottom: 10px;
}

.header .nav .nav-item.nav-menu2 .nav-box dd i:before {
    content: "";
    position: absolute;
    background: #777777;
    width: 1px;
    height: 14px;
    top: 5px;
    left: 9px
}

.header .nav .nav-item.nav-menu2 .nav-box dd i:last-child {
    display: none;
}

.header .nav .red {
    color: red !important
}

/*客户服务*/
.header .top dd.service .service-box {
    position: absolute;
    background: #FFF;
    width: 80px;
    /* height: 126px; */
    padding: 4px;
    box-shadow: rgba(0, 0, 0, .2) 0 3px 7px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 36px;
    left: 50%;
    display: none;
    text-align: center;
}

.header .top dd.service .service-box:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-left: solid 6px transparent;
    border-bottom: solid 6px #FFF;
    border-right: solid 6px transparent;
    margin-left: -6px;
    top: -6px;
    left: 50%
}

.header .top dd.service:hover .service-box {
    display: block
}

/*登录下拉*/
.header .top .login-box .login-state {
    padding-left: 25px;
    position: relative
}

.header .top dt.login-box .login-state {
    display: none;
    position: absolute;
    text-align: left;
    width: 312px;
    height: 200px;
    border: 1px solid #f0f0f0;
    border-top: 0;
    box-shadow: rgba(0, 0, 0, .2) 0 3px 7px;
    background-color: #fff;
    padding-left: 15px;
    z-index: 10;
}

.header .top dt#box-login-register:hover .login-state {
    display: block
}

.header .top dt.login-box .login-state .title {
    font-size: 12px;
    padding: 5px 0;
    color: #666;
}

.header .top dt.login-box .login-state .login-btn {
    display: block;
    width: 210px;
    height: 30px;
    background-color: #178eee;
    color: #fff;
    font-size: 15px;
    text-align: center;
    line-height: 30px;
    border-radius: 5px;
    margin: 0 auto;
}

.header .top dt.login-box .login-state .other-login {
    border-top: 1px dotted #F0F0F0;
    margin-top: 15px;
}

.header .top dt.login-box .login-state .other-login p {
    color: #666;
    font-size: 12px;
}

.header .top dt.login-box .login-state .other-login a {
    display: inline-block;
    width: 74px;
    text-align: center;
    line-height: 20px;
}

.header .temp_logo {
    position: absolute;
    left: 236px;
    top: -13px;
    height: 80px;
    width: 200px;
}

.header .temp_logo img {
    display: block;
    height: 100%;
    width: 100%;
}

.header .temp_logo:before {
    content: "";
    position: absolute;
    height: 46px;
    width: 1px;
    background: #999;
    left: 0;
    top: 20px;
}

.footer {
    background: #f4f4f4;
    padding: 32px 0;
}

.footer .friendship {
    border-bottom: solid 1px #EEEEEE
}

.footer .friendship-title {
    font-size: 18px;
    color: #666666;
    line-height: 18px;
    padding-left: 8px;
    border-left: solid 4px #999999
}

.footer .friendship-link {
    position: relative;
    padding: 14px 60px 25px 12px
}

.footer .friendship-link .friendship-toggle {
    position: absolute;
    font-size: 14px;
    cursor: pointer;
    color: #999;
    top: 17px;
    right: 0;
}

.footer .friendship-link ul {
    overflow: hidden;
    -webkit-transition: .2s;
    transition: .2s;
    max-height: 27px;
}

.footer .friendship-link.active ul {
    overflow: hidden;
    max-height: 120px;
}

.footer .friendship-link.active .friendship-toggle {}

.footer .friendship-link .friendship-toggle i {
    -webkit-transition: .2s;
    transition: .2s;
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-left: 5px;
    background-image: url("//www.lgstatic.com/lg-www-fed/index/modules/friendlink/img/arrow_down2_eea7e54.png");
    background-repeat: no-repeat;
    background-position: 0 3px;
    background-size: 12px 6px;
}

.footer .friendship-link.active .friendship-toggle i {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.footer .friendship-link li {
    float: left;
    font-size: 14px;
    color: #666666;
    line-height: 24px;
    padding-right: 17px
}

.footer .friendship-link li a {
    color: #666666;
    text-decoration: none
}

.footer .footer-copy {
    font-size: 12px;
    color: #999999;
    text-align: center;
    line-height: 27px;
    padding-top: 23px
}

.footer .footer-copy a {
    color: #999999
}

.footer .footer-bei {
    text-align: center;
    margin-top: 12px
}

.footer .footer-bei ul {
    display: inline-block;
    overflow: hidden
}

.footer .footer-bei li {
    float: left;
    margin: 0 6px;
    height: 37px;
    width: 97px;
}

.footer .footer-bei li img {
    display: block;
    width: 100%;
    height: 100%;
}



/* 工具类 */
.clear {
    clear: both;
    overflow: hidden;
    height: 0px;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.lft {
    float: left;
}

.rgt {
    float: right;
}

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

.text-multiple-2 {
    /* autoprefixer:off */
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.responsive-image,
.img-block {
    display: block;
    width: 100%;
    height: 100%;
}

/* 全局分页器样式 */
.normal-pagination ul.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 38px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;

}

.normal-pagination ul.pagination li {
    height: 36px;
    line-height: 36px;
    font-size: 16px !important;
    background: #EFEFEF;
    color: #333333;
    width: 36px;
    text-align: center;
    text-decoration: none;
    -webkit-transition: .3s;
    transition: .3s;
    margin: 0;
    padding: 0;
    border: 0;
    margin-right: 13px;
}

.normal-pagination ul.pagination li.disabled {
    opacity: .7;
    pointer-events: none;
}

.normal-pagination ul.pagination li:not(.no-hover).disabled span {
    background: #fff;
}

.normal-pagination ul.pagination li a,
.normal-pagination ul.pagination li span {
    margin: 0;
    padding: 0;
    display: block;
    float: none;
    width: 36px;
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    text-decoration: none;
    -webkit-transition: .3s;
    transition: .3s;
    text-align: center;
    border: 0;
    color: #333;
    background: #EFEFEF;
}

.normal-pagination ul.pagination li.img-icon img {
    height: 24px;
}

.normal-pagination ul.pagination li:first-child {
    width: 86px;
}

.normal-pagination ul.pagination li:last-child {
    width: 86px;
    margin-right: 0;
}

.normal-pagination ul.pagination li:last-child a,
.normal-pagination ul.pagination li:last-child span {
    width: 100%;
}

.normal-pagination ul.pagination li:not(.no-hover):hover a,
.normal-pagination ul.pagination li:not(.no-hover).active a,
.normal-pagination ul.pagination li:not(.no-hover):hover span,
.normal-pagination ul.pagination li:not(.no-hover).active span {
    color: #fff;
    background-color: #387FFC;
}

/* element-ui分页器样式修改 */
.normal-pagination .el-pager li {
    height: 30px;
    line-height: 30px;
}

.normal-pagination .el-pagination.is-background .el-pager li {
    background-color: #efefef;
    color: #333;
    font-size: 14px;
    font-weight: normal;
}

.normal-pagination .el-pagination.is-background .el-pager li:not(.disabled).active {
    background-color: #387FFC;
    color: #FFF;
}

.normal-pagination .el-pagination .btn-next .el-icon,
.normal-pagination .el-pagination .btn-prev .el-icon {
    font-size: 16px;
}

.normal-pagination .el-pagination.is-background .btn-next,
.normal-pagination .el-pagination.is-background .btn-prev {
    background-color: #efefef;
}

.normal-pagination .el-pagination__total {
    width: 70px;
    height: 30px;
    line-height: 30px;
    background: #efefef;
    text-align: center;
    font-size: 14px !important;
    color: #333;
}

.normal-pagination:empty {
    display: none !important;
}

/* 分页器样式结束 */
/* 面包屑统一样式 */
.subnav {
    overflow: hidden;
    margin-bottom: 12px;
    font-size: 16px;
}

.subnav li {
    float: left;
    font-size: 14px;
    color: #666666;
    line-height: 20px;
    padding-right: 27px;
    position: relative;
}

.subnav li:before {
    content: ">";
    position: absolute;
    width: 27px;
    line-height: 20px;
    text-align: center;
    top: 0;
    right: 0;
}

.subnav li:last-child,
.subnav li:first-child {
    padding-right: 0;
}

.subnav li:last-child:before,
.subnav li:first-child:before {
    display: none;
}

.subnav li a {
    color: #666666;
    text-decoration: none;
}

/* vue需要的样式 */
[v-cloak] {
    display: none;
}

/* 控制富文本里的图片宽度不要超了 */
img {
    max-width: 100%;
}

/* 问答全局弹窗样式 */
.el-message.kj-message-box {
    min-width: 247px;
    background: #fff !important;
    box-shadow: 0px 1px 106px 0px rgba(94, 94, 94, 0.18);
    border-radius: 10px;
    border: 0;
    padding: 18px;
    top: 105px !important;
    top: 11% !important;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    transition: opacity .2s, transform .2s, top .2s, -webkit-transform .2s !important;
    max-width: 340px;
    border-radius: 10px;
}

.kj-message-box .el-message__icon.el-icon-success {
    background: url(../img/alert-success.png) 0 0 no-repeat;
}

.kj-message-box .el-message__icon.el-icon-error {
    background: url(../img/alert-error.png) 0 0 no-repeat;
}

.kj-message-box .el-message__icon.el-icon-info {
    background: url(../img/alert-info.png) 0 0 no-repeat;
}

.kj-message-box i.el-message__icon {
    width: 30px !important;
    height: 30px !important;
    margin-right: 20px !important;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    background-size: contain !important;
}

.kj-message-box i.el-message__icon:before {
    display: none !important;
}

.kj-message-box .el-message__content {
    font-size: 18px !important;
    font-weight: bold !important;
    color: #222 !important;
    line-height: 1.6 !important;
}

/* 查看全部样式 */
.view-all {
    color: #387FFC;
}

.search-biaozhu {
    color: #F52D2D;
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.flex-space-between {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.flex-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.ui-disabled {
    pointer-events: none;
    opacity: .5;
}

/* 
.normal-pagination ul.pagination li a,
.normal-pagination ul.pagination li .prevClass {
    width: 36px;
    height: 36px;
    background: url(../img/noLeft.png);
    background-size: 17px 17px;
    background-repeat: no-repeat;
    display: inline-block;
    background-position: center;
}

.normal-pagination ul.pagination li a,
.normal-pagination ul.pagination li .prevClass:hover {
    width: 36px;
    height: 36px;
    background: url('../img/activeLeft.png');
    background-size: 17px 17px;
    background-repeat: no-repeat;
    display: inline-block;
    background-position: center;
}

.normal-pagination ul.pagination li a,
.normal-pagination ul.pagination li .prevClassActive {
    width: 36px;
    height: 36px;
    background: url('../img/noRight.png');
    background-size: 17px 17px;
    background-repeat: no-repeat;
    display: inline-block;
    background-position: center;
    color: red;
}

.normal-pagination ul.pagination li a,
.normal-pagination ul.pagination li .prevClassActive:hover {
    width: 36px;
    height: 36px;
    background: url('../img/activeRight.png');
    background-size: 17px 17px;
    background-repeat: no-repeat;
    display: inline-block;
    background-position: center;
}

.normal-pagination ul.pagination li:not(.no-hover):hover span.prevClassActive,
.normal-pagination ul.pagination li:not(.no-hover):hover span.prevClass {
    color: #fff;
    background-color: transparent;
} */