[v-cloak] {
    display: none !important;
}

html {
    line-height: 1.15; /* Correct the line height in all browsers */
    -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS. */
}

body {
    margin: 0;
}

a {
    background-color: transparent; /* Remove the gray background on active links in IE 10. */
}

img {
    border-style: none; /*  Remove the border on images inside links in IE 10. */
}

* {
    padding: 0;
    margin: 0;
    vertical-align: middle;
}

body, html {
    width: 100%;
    height: 100%;
}

body {
    font-family: '12px/18px "Hiragino Sans GB","Microsoft Yahei",sans-serif';
    font-size: 14px;
    min-width: 1280px !important;
    letter-spacing: 1px;
}

h1, h2, h3, h4, h5, h6 {
    color: #000;
    cursor: pointer;
}

.el-button--primary span, .el-button--primary span:hover {
    color: #fff;
}

a {
    text-decoration: none !important;
    cursor: pointer;
    color: #4E4E4E;
}

pre {
    white-space: pre-wrap !important;
    word-wrap: break-word !important;
    *white-space: normal !important;
}

a:hover {
    overflow: hidden;
}

ul,
li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.w1400 {
    width: 1200px;
    margin: 0 auto;
}

#w1400 ul li:first-child {
    padding-left: 0;
}

#w1400 ul li:last-child {
    padding-right: 0;
}

/*轮播图索引点样式*/
.el-carousel__button {
    display: block;
    opacity: 1;
    width: 8px;
    height: 8px;
    background-color: #3b914d;
    border: none;
    border-radius: 50%;
}

.el-carousel__indicator.is-active button {
    opacity: 1;
    width: 26px;
    border-radius: 5px;
    background: #B61318;
}

.el-carousel__indicators--outside button {
    background-color: #CCCCCC;
    opacity: 1;
}

/*公用模板*/
/*顶部*/
.topBox {
    text-align: right;
    height: 38px;
    /*background-image: linear-gradient(to right, #FFFFFF, #F5F6F8);*/
}

.topBox a {
    line-height: 38px;
    color: #666666;
    margin-left: 30px;
}

/*logo行*/
.logoHang {
    padding: 15px 0 30px;
    margin-bottom: 10px;
    display: flex;
    /*border-bottom: 3px solid #B81B22;*/
}

.logoHang .logoImg {
    height: 75px;
    margin-right: 124px;
    float: left;
    /*margin-left: -28px;*/
}

.logoHang .el-input-group {
    /*flex: 1;*/
    margin: 20px 0;
}

.logoHang .el-input__inner {
    height: 45px;
    line-height: 45px;
    border: 1px solid #cccccc;
    font-size: 18px;
    color: #010101;
    letter-spacing: 1px;
}

.logoHang .el-input__inner::placeholder {
    color: #999999;
    font-size: 16px;
    line-height: 45px;
    letter-spacing: 1px;
}

.logoHang .el-input__inner:focus {
    border-color: #cccccc;
}

.logoHang .el-input-group__append {
    width: 80px !important;
    text-align: center;
    font-size: 24px;
    background: #B81B22;
    border: 1px solid #B81B22;
    color: #FFF;
    font-weight: bold;
}

.logoHang .wxBox {
    margin-left: 100px;
}

.logoHang .wxBox ul {
    padding-top: 28px;
}

.logoHang .wxBox ul li {
    float: left;
    margin-left: 20px;
    position: relative;
    cursor: pointer;
}

.logoHang .wxBox ul li > img {
    height: 35px;
    margin-right: 5px;
}

.logoHang .wxBox ul li > span {
    font-size: 16px;
    color: #666666;
    letter-spacing: 1px;
    line-height: 35px;
}

.logoHang .wxBox ul li > div {
    position: absolute;
    top: 45px;
    left: -20px;
    z-index: 11;
    display: none;
}

.logoHang .wxBox ul li:hover div {
    display: block;
    padding: 15px;
    background: #FFFFFF;
    border-radius: 5px;
    box-shadow: 0 0 8px 5px #e8e8e8;
}

.logoHang .wxBox ul li > div img {
    width: 150px;
    border-radius: 3px;
}

/*导航*/
.navBox {
    margin-bottom: 10px;
    padding-bottom: 3px;
    box-shadow: 0 6px 11px rgba(185, 185, 185, .3);
    z-index: 2;
}

.navBox > .w1400 > ul {
    /*margin: 0 auto;*/
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.navBox > .w1400 > ul > li {
   /* padding: 0 14px;*/
    padding: 0 20px 0 10px;
    float: left;
    text-align: center;
    position: relative;
}

/*.navBox > .w1400 > ul > li:hover{
    border: 1px solid red;
    !*min-width: 100%;*!
}*/

.navBox > .w1400 > ul > li > a {
    display: block;
    font-size: 20px;
    letter-spacing: 1.5px;
    line-height: 37px;
    height: 37px;
    box-sizing: border-box;
    color: #000000;
}

.navBox > .w1400 > ul > li.current > a,
.navBox > .w1400 > ul > li:hover > a {
    border-bottom: 2px solid #B81B22;
}

.navBox > .w1400 > ul > li:nth-child(13) > .insetBox {
    right: 0;
    left: unset;
}

.navBox > .w1400 > ul > li > a > i {
    width: 1px;
    background: #000;
    height: 13px;
    display: block;
    position: absolute;
    right: 0;
    top: 13px;
}

.navBox > .w1400 > ul > li:last-child > a > i {
    display: none;
}

.navBox > .w1400 > ul > li > .insetBox {
    position: absolute;
    white-space: nowrap;
    overflow: hidden;
    z-index: 999999;
    /*min-width: 100%;*/
    background: #F4F4F4;
    padding: 15px 10px;
    left: 0;
    top: 38px;
    display: none;
    border-radius: 0 0 10px 10px;
    box-shadow: -2px 5px 5px rgba(159, 159, 159, .4);
}

.navBox > .w1400 > ul > li:nth-child(12) > .insetBox {
    left: -120px !important;
}

.navBox > .w1400 > ul > li > .insetBox a {
    writing-mode: vertical-lr;
    writing-mode: tb-lr;
    width: 20px;
    text-align: center;
    padding: 0 10px;
    border-right: 1.5px solid #fff;
    color: #868686;
    letter-spacing: 5px;
    vertical-align: text-top;
}

.navBox > .w1400 > ul > li > .insetBox a:last-child {
    border-right: none;
}

.navBox > .w1400 > ul > li:hover > .insetBox {
    display: block;
}

.navBox > .w1400 > ul > li:nth-child(7) > .insetBox {
    left: -80px;
}

/*左侧边框*/
.leftBox {
    width: 74%;
    padding-top: 15px;
    float: left;
}

/*卡片形式*/
.cardBox img {
    width: 100%;
    height: 140px;
    display: block;
    object-fit: contain;
}

.artBox .cardBox {
    /*border: 1px solid #ffffff;*/
    clear: both;
}

.artBox .mores {
    display: block;
    width: 78px;
    height: 25px;
    background: url("../images/more-off.png") no-repeat;
    background-size: 100% 100%;
}

.artBox .cardBox li div:nth-child(2) {
    /*flex: 0 0 60% !important;*/
}

.artBox .cardBox li {
    width: 49%;
    /*padding: 20px;*/
    padding: 15px;
    color: #333;
    position: relative;
    box-shadow: 0 0 8px 5px #f5f5f5;
    box-sizing: border-box;
    float: left;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    background: #fff;
    margin-right: 2%;
    overflow: hidden;
    margin-bottom: 20px;
    cursor: pointer;
    border-radius: 10px;
}

.artBox .cardBox li .news_share {
    color: #666;
    /*display: block !important;*/
    display: none !important;
    bottom: inherit;
    top: 0;
    width: 100%;
    left: 0;
    line-height: 21px;
    font-size: 12px;
    position: absolute;
    height: 0;
    overflow: hidden;
    z-index: 10;
    padding: 0 10px;
    box-sizing: border-box;
    background: url(./../images/share_bg_white.png) no-repeat;
    background-size: 100%;
}

.artBox .cardBox li .news_share a {
    width: 19px;
    height: 21px;
    margin-left: 3px;
    margin-top: 7px;
    vertical-align: middle;
    display: block;
    background: url(./../images/share_bg90.png) no-repeat;
    background-size: 78px;
    float: right;
}

.artBox .cardBox li .news_share p {
    width: 19px;
    height: 21px;
    margin-left: 3px;
    margin-top: 7px;
    vertical-align: middle;
    display: block;
    background: url(./../images/share_bg90.png) no-repeat;
    background-position: -20px 0 !important;
    background-size: 78px;
    float: right;
}

.artBox .cardBox li .news_share span {
    float: right;
    line-height: 33px;
    margin-right: 5px;
}

.artBox .cardBox li:hover {
    -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .3);
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .3);
    -webkit-transform: translate(0, -10px) !important;
    transform: translate(0, -10px) !important;
}

.artBox .cardBox li:hover .news_share {
    height: 69px;
}

.artBox .cardBox li:nth-child(2n) {
    margin-right: 0;
}

.artBox .cardBox li .messBox {
    position: relative;
    flex: 1;
}

.take {
    position: absolute;
    bottom: 0;
}

.take span {
    font-size: 12px;
}

.artBox .cardBox li .messBox .messBox-content .content{
    overflow: hidden;
    font-size: 13px;
    letter-spacing: 1px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp:4;
}

.artBox .cardBox li .messBox h2 {
    width: 100%;
    font-size: 16px;
    line-height:19px;
    overflow: hidden;
    height: 46px;
    font-weight: normal;
    letter-spacing: 1.5px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.artBox .cardBox li .messBox h2 a {
    color: #000000;
    font-size: 14px;
    font-weight: bold;
}

.artBox .cardBox li .messBox .messBox-content{
    font-size: 12px;
    margin-top: 0px;
    line-height: 23px;
    max-height: 90px;
    overflow: hidden;
    text-align: justify;
    color: #7C7C7C;
    letter-spacing: .7px;
    display: flex;
    align-items: center;
}

.artBox .cardBox li .messBox .messBox-content span {
    text-align: center;
}

.artBox .cardBox li .messBox .messBox-content span:nth-child(2) {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 130px;
    text-align: left;
}
.artBox .cardBox li .messBox p{
    overflow: hidden;
    letter-spacing: 1px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    font-size: 12px;
    line-height: 14px;
}

.artBox .cardBox li .messBox p span {
    margin-right: 4px;
    height: 24px;
    color: #B4B4B5;
    letter-spacing: .7px;
}

.artBox .cardBox li .moreBtnBox a {
    /*border: 1px solid #949494;
    border-radius: 20px;
    line-height: 23px;
    display: inline-block;
    font-size: 13px;
    padding: 0 6px 0 11px;
    color: #949494;*/
}

.artBox .cardBox li:hover .moreBtnBox b {
    /*color: #B30810;
    border: 1px solid #B30810;*/
    background: url("../images/more-on.png") no-repeat;
}

.artBox li.bigLi {
    display: flex;
    width: 100%;
    margin-right: 0;
}

.artBox li.bigLi > a {
    width: 70%;
}

.artBox li.bigLi > a img {
    width: 95%;
    height: 264px;
    object-fit: cover;
}

.artBox .cardBox .listRight {
    width: 30%;
    position: relative;
}

.artBox .cardBox .listRight .absBox p {
    font-size: 15px;
    color: #666666;
    line-height: 25px;
    height: 125px;
    text-indent: 2em;
    letter-spacing: 1px;
    overflow: hidden;
    margin: 10px 0 20px;
    text-align: justify;
}

.artBox .cardBox .listRight h2 {
    margin-top: 20px;
}

/*右侧*/
.rightBox {
    z-index: 0;
    width: 22.5%;
    padding-top: 15px;
    float: right;
    position: relative;
}

.column-padding {
    padding-bottom: 0px;
}

.columnName {
    position: relative;
    background-color: #F4F4F4;
    /* line-height: 53.2px; */
    color: #C00000;
    font-size: 16px;
    letter-spacing: 2px;
    padding: 6px 24px;
    display: inline-block;
    border-radius: 20px;
}

.columnName::before {
    content: '';
    position: absolute;
    left: 12px;
    top: 12px;
    background: red;
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50% 50%;
}

.column-wrapper {
    padding: 0px 20px;
    border-radius: 10px;
    padding-top: 20px;
    box-shadow: 4px 0px 15px 0px #e8e8e8;
}


/*热点和随手拍*/
.hotBox {
    margin-bottom: 10px;
}

.hotBox .firstBox {
    box-shadow: 0 0 8px 5px #e8e8e8;
    padding: 10px 15px 15px;
}

.hotBox .firstBox .imgBox {
    width: 100%;
    margin-bottom: 15px;
    box-sizing: border-box;
}

.hotBox .firstBox .imgBox img {
    width: 100%;
    height: 180px;
    object-fit: cover;
}


.suishoupai .imgBox {
    display: none;
}

.suishoupai .isShow {
    display: block;
}

.hotBox li {
    margin-bottom: 15px;
}

.hotBox .artTitle {
    display: flex;
    margin: 10px 0;
}

.hotBox .artTitle i {
    display: block;
    font-style: normal;
    width: 22px;
    height: 22px;
    border-radius: 3px;
    margin-right: 8px;
    text-align: center;
    line-height: 22px;
    background: #F1F1F1;
    color: #666666;
}

.hotBox li:first-child .artTitle i {
    background: #B61D22;
    color: #FFFFFF;
}

.hotBox li:nth-child(2) .artTitle i {
    background: #D0581C;
    color: #FFFFFF;
}

.hotBox li:nth-child(3) .artTitle i {
    background: #E98314;
    color: #FFFFFF;
}

.hotBox .artTitle p {
    flex: 1;
    line-height: 22px;
    font-size: 15px;
    letter-spacing: 1.5px;
    height: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #010101;
}

.hotBox .artMess {
    display: flex;
    align-items: center;
}

.hotBox .artMess i {
    vertical-align: bottom;
    margin-right: 2px;
}

.hotBox .artMess span {
    margin-right: 3px;
    color: #999999;
    font-size: 13px;
}

/*绿吧*/
.greenBarBox {
    margin-bottom: 10px;
}

.greenBarBox .oneBox {
    /*border-bottom: 1px solid #e8e8e8;*/
    padding: 15px 0;
}

.greenBarBox .oneBox > a {
    line-height: 28px;
    height:48px;
    overflow: hidden;
    font-size: 15px;
    letter-spacing: 1px;
    color: #010101;

    text-overflow:ellipsis;

    display:-webkit-box;

    -webkit-box-orient:vertical;

    -webkit-line-clamp:2;
}

.greenBarBox .oneBox .greenBarTitle {
    display: flex;
    margin-bottom: 10px;
}

.greenBarBox .oneBox .greenBarTitle img {
    width: 55px;
    height: 55px;
    object-fit: cover;
    margin-right: 13px;
    border-radius: 50%;
}

.greenBarBox .oneBox .greenBarTitle .zan-color {
    color: #B81B22;
}

.greenBarBox .oneBox .greenBarTitle p {
    flex: 1;
}

.greenBarBox .oneBox .greenBarTitle p span {
    display: block;
    line-height: 27.5px;
    letter-spacing: 1px;
}

.greenBarBox .oneBox .greenBarTitle p span:first-child {
    color: #004E98;
    font-size: 16px;
}

.greenBarBox .oneBox .greenBarTitle p span:nth-child(2) {
    color: #999999;
    font-size: 13px;
}

.greenBarBox .oneBox .greenBarTitle i {
    display: block;
    font-size: 26px;
    line-height: 55px;
    margin-left: 20px;
    color: #B2B2B2;
    cursor: pointer;
}

/*爆料*/
.revelationsBox {
    margin: 18px 0;
}

.revelationsBox .mores {
    display: flex;
    text-align: right;
}

.revelationsBox a {
    display: block;
    padding: 15px 0;
    border-bottom: 1px solid #E5E5E5;
}

.revelationsBox a:nth-child(6) {
    border: none;
}

.revelationsBox a:first-child {
    padding-top: 0;
}

.revelationsBox .activecolor {
    font-weight: bold !important;
    color: #B81B22 !important;
}

.revelationsBox a p {
    color: #666666;
    width: 100%;
    overflow: hidden;
    font-size: 15px;
    text-overflow: ellipsis;
    white-space: nowrap;
    letter-spacing: 1px;
}

.revelationsBox a p i {
    display: inline-block;
    width: 32px;
    height: 32px;
    background: url("../images/redu.png") no-repeat center;
    background-size: 100% 100%;
    vertical-align: middle;
    margin-right: 10px;
}

.revelationsBox a span {
    display: block;
    color: #a0a0a0;
    font-size: 13px;
}

/*云服务*/
.cloudSerBox a {
    display: block;
    width: 100%;
    margin-bottom: 25px;
}

.cloudSerBox a img {
    width: 100%;
    height: 93px;
    object-fit: cover;
    border-radius: 5px;
}

/*链接*/
.linkBox {
    background: #FFFCF7;
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    /*padding: 15px 0;*/
}

.linkBox ul {
    overflow: visible;
}

.linkBox ul li {
    float: left;
    width: 20%;
}

.linkBox ul li a {
    line-height: 35px;
    color: #36322F;
}

/*版权*/
.footerBox {
    height: 250px;
    box-sizing: border-box;
    padding-top: 45px;
    background: #E8E8E8 !important;
    border-top: 1px solid #E9E6E1;
}

.footerBox ul {
    display: table;
    margin: 0 auto 18px;
}

.footerBox ul li {
    float: left;
}


.footerBox ul li a {
    color: #5F5F5F;
    padding: 0 10px;
    display: block;
    letter-spacing: 1px;
    border-right: 1px solid #5F5F5F;
    line-height: 15px;
}

.footerBox ul li:last-child a {
    border-right: none;
}

.footerBox p {
    text-align: center;
    color: #5F5F5F;
    line-height: 40px;
    letter-spacing: 1px;
}

.footerBox p a {
    color: #5F5F5F !important;
}

    /*部分公共样式*/
.btm {
    border-top: 2px solid #eeeeee;
    margin-top: 8px;
}

/*箭头样式*/
.arrowBox {
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
}

.arrowBox a {
    width: 100px;
    height: 46px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    line-height: 48px;
    position: absolute;
    text-align: center;
    top: 500px;
    transition: background 0.2s ease-out 0s;
}

.arrowBox #t-prev {
    left: 0;
    padding-right: 5px;
}

.arrowBox #t-next {
    padding-left: 5px;
    right: 0;
}

.arrowBox i {
    display: inline-block;
    height: 52px;
    width: 30px;
    color: #999999;
    font-size: 50px;
}

.arrowBox #t-prev i {
    float: left;
    margin-left: 10px;
}

.arrowBox #t-next i {
    float: right;
    margin-right: 20px;
}

.arrowBox a span {
    display: none;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: background 0.2s ease-out 0s;
}

.arrowBox #t-prev span {
    margin-left: -40px;
}

.arrowBox #t-next span {
    margin-right: -16px;
}

.arrowBox a:hover {
    background: #e83829 none repeat scroll 0 0;
    border-radius: 3px;
}

.arrowBox a:hover span {
    display: inline-block;
    opacity: 1;
    filter: alpha(opacity=100);
}

.arrowBox a:hover i {
    font-size: 22px;
    margin-right: 10px;
    line-height: 50px;
    color: #ffffff;
}

/*位置*/
.locationBox {
    margin-top: 5px;
    margin-bottom: 15px;
}

.locationBox span {
    margin-right: 5px;
    font-size: 15px;
    letter-spacing: 1px;
}

/*分享，页面右固定模块*/
#share-wrapper {
    z-index: 20005;
    position: fixed;
    top: 277px;
    right: 46px;
    height: auto;
    text-align: center;
}

.share-com {
    /*z-index: 0;
    position: fixed;
    display: flex;
    flex-direction: column;
    padding-left: 400px;
    bottom: 320px;*/

}

.share-com a {
    display: block;
    width: 66px;
    height: 66px;
    margin-top: 20px;
    transition: all .3s ease-in;
}

.share-com a:nth-child(1) {
    background: url(../images/sina.png) no-repeat center;
    background-size: 100% 100%;
}

.share-com a:nth-child(2) {
    background: url(../images/WeChats.png) no-repeat center;
    background-size: 100% 100%;
}

.share-com a:nth-child(3) {
    background: url(../images/erweima.png) no-repeat center;
    background-size: 100% 100%;
}

.share-com a:nth-child(4) {
    background: url(../images/up.png) no-repeat center;
    background-size: 100% 100%;
}

.share-com a:nth-child(1):hover{
    background: url(../images/sina_on.png) no-repeat center;
    background-size: 100% 100%;
}

.share-com a:nth-child(2):hover {
    background: url(../images/WeChats_on.png) no-repeat center;
    background-size: 100% 100%;
}

.share-com a:nth-child(3):hover {
    background: url(../images/erweima_on.png) no-repeat center;
    background-size: 100% 100%;
}

.share-com a:nth-child(4):hover {
    background: url(../images/up_on.png) no-repeat center;
    background-size: 100% 100%;
}

@media screen and (max-width: 1600px) {
    #share-wrapper {

    }
}

.mask,.bindphone-mask {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    z-index: 999999;
    display: block;
}

.login-wrapper,.login-wrappers,.bind-phone-wrapper {
    z-index: 1000000;
    width: 800px;
    height: 520px;
    background: #ffffff;
    border-radius: 8px;
    position: fixed;
    top: 50%;
    left:50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%, -50%);
}

.bindphone-mask {
    display: none;
}

.bind-phone-wrapper {
    display: none;
}

.login-wrappers {
    display: none;
    z-index: 1000001;
}

.login-wrappers #login_container {
    text-align: center;
    padding-top: 58px;
}

.login-wrapper .close,.login-wrappers .close,.bind-phone-wrapper .close{
    position: absolute;
    top: 16px;
    right: 20px;
    width: 30px;
    height: 30px;
    background: url(../images/login-close.png) no-repeat top center;
    background-size: 100% 100%;
    cursor: pointer;
}

.login-contain {
    width: 85%;
    height: 100%;
    margin: 0 auto;
}

.login-img {
    width: 30%;
    margin-top: 30px;
    margin-left: -26px;
}

.login-img img {
    width: 100%;
}

.phoneLogin {
    font-size: 18px;
    padding-top: 10px;
}

.login-input {
    position: relative;
}

.login-input input {
    width: 97%;
    height: 45px;
    border: 1px solid #ccccce;
    border-radius: 6px;
    margin-top: 20px;
    padding-left: 20px;
}

.login-input .yzm-wrapper {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 200px;
    height: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    user-select: none;
}

.login-input .yzm-wrapper .next-yzm {
    float: left;
    font-size: 16px;
    border-bottom:1px solid #1989fa;
}

.login-input .yzm-wrapper .yzm {
    float: right;
    width: 130px;
    height: 36px;
    line-height: 39px;
    text-align: center;
    background-color: #ccccce;
    margin-top: 3px;
    margin-right: 4px;
}

.login-input .getCode {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 120px;
    height: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    user-select: none;
}

.login-input .getCode a {
    background: #02bafa;
    border: 1px #26bbdb solid;
    color: #ffffff;
    border-radius: 3px;
    display: inline-block;
    text-decoration: none;
    font-size: 14px;
    outline: none;
    width: 100%;
    height: 32px;
    line-height: 32px;
    margin-right: 4px;
}

.checkbox-wra {
    padding: 20px 0;
}

.checkbox-wra p:first-child {
    float: left;
}

.checkbox-wra p:last-child {
    float: right;
    color: red;
}

.login-btn {
    text-align: center;
    margin-top: 26px;
}

.login-btn a {
    border: 1px red solid;
    color: red;
    border-radius: 20px;
    display: inline-block;
    text-decoration: none;
    font-size: 16px;
    outline: none;
    width: 100px;
    height: 32px;
    line-height: 32px;
    margin-right: 4px;
}

.login-input input [type=text]:focus {
    border: 1px solid #1989fa;
}

.login-wrapper .other-ogin {
    width: 100%;
    height: 40px;
    line-height: 40px;
    margin-top: 10px;
    text-align: center;
}

.login-wrapper .other-ogin ul {
    display: inline-block;
}

.login-wrapper .other-ogin ul li {
    float: left;
}

.login-wrapper .other-ogin ul li img {
    width: 28px;
    height: 28px;
}

.login-wrapper .other-ogin ul li a {
    font-size: 14px;
}
.login-wrapper .other-ogin ul li span {
    padding: 0 10px;
}

/*微信二维码展示*/
.wxcode,.share-wx {
    display: none;
    z-index: 1000000;
    position: fixed;
    top:50%;
    left:50%;
    width: 800px;
    height: 520px;
    background: #ffffff;
    transform:translate(-50%,-50%);
    text-align: center;
}

.show-code {
    padding-top: 13%;
}

.show-code p:last-child {
    padding-top: 20px;
}

.wxcode img,.share-wx img {
    margin-top: 20px;
    width: 200px;
    height: 200px;
}

.wxcode-close,.share-wxclose {
    position: absolute;
    right: 12px;
    top: 3px;
    font-style: normal;
    display: block;
    font-size: 23px;
    cursor: pointer;
}

.guanzhuActive {
    color: #cccccc !important;
}

.zan-color {
    color: #B81B22;
}

.artBox .tabBox a:first-child {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

.artBox .tabBox a:last-child {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.dati {
    width: 100%;
    height: 22px;
}

.dati .dati-btn {
    width: 100px;
    height: 22px;
    background: #B81B22;
    color: #ffffff;
    font-size: 12px;
    padding: 2px 6px;
    text-align: center;
}

.footer_web_linkUl{
    height: 47px;
}
.footer_web_linkUl .footer_web_linkLi{
    padding: 0 20px;
    text-align: center;
    height: 47px;
    line-height: 47px;
    font-size: 14px;
    cursor: pointer;
}
.footer_web_linkUl .footer_web_linkLi img{
    vertical-align: middle;
    margin-left: 4px;
    width: 20px;
    height: 20px;
}
.footer_web_linkUl .footer_web_linkLi:hover + h3 {
    color: #0a70b2;
}
.footer_web_linkBBox{
    height: 51px;
}
.footer_web_linkBBox span{
    line-height: 51px;
    font-size: 14px;
}
.footer_web_linkBBox ul{
    margin-top: 18px;
}
.footer_web_linkBBox ul li{
    padding:0 15px;
    font-size: 14px;
    height: 16px;
    line-height: 16px;
}

.footer_web_linkLi2.active {
    background: #e5e5e5;
    color: #2c658d;
}
/*展开列表*/
.footerTopUl {
    width: 100%;
    min-width: 1000px;
    bottom: 47px;
    background: #f0f0f0;
    box-shadow: 0 -5px 5px #f6f6f6;
    position: absolute;
    left: 0;
    overflow: hidden;
    z-index: 2009;
}

.footerTopUl .center {
    background: #e5e5e5;
    margin: 0 auto;
}

.footerTopUl ul {
    text-align: center;
    display: none;
    overflow-y: auto;
    height: 112px;
    padding-left: 35px;
}

.footerTopUl ul.active {
    display: block;
}

.footer_web_linkLi2.active {
    background: #e5e5e5;
    color: #2c658d;
}

.footerTopUl ul li {
    width: 315px;
    float: left;
    font-size: 14px;
    padding: 5px;
}

.footerTopUl ul li a {
    padding-left: 30px;
    height: 28px;
    line-height: 28px;
    color: #333;
    display: block;
}

/*.footerTopUl .center {
    background: #0a70b2;
}*/
.footer_web_linkUl .footer_web_linkLi i {
    font-style: normal;
    padding-left: 6px;
    vertical-align: bottom;
}
.footer_web_linkUl .footer_web_linkLi:nth-child(2):hover {
    background: #e5e5e5;
    color: #2c658d;
}
.footer_web_linkUl .footer_web_linkLi:nth-child(3):hover {
    background: #e5e5e5;
    color: #2c658d;
}

.footer_web_linkUl .footer_web_linkLi:nth-child(4):hover {
    background: #e5e5e5;
    color: #2c658d;
}

.footer_web_linkUl .footer_web_linkLi:nth-child(2):hover .footerTopUl ul {
    display: block;
}

.footer_web_linkUl .footer_web_linkLi:nth-child(3):hover .footerTopUl ul {
    display: block;
}

.footer_web_linkUl .footer_web_linkLi:nth-child(4):hover .footerTopUl ul {
    display: block;
}