* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-size: 16px;
}

body {
    background: url(../images/bg.png) top center no-repeat;
}

ul {
    list-style: none;
}
a:link,
a:visited,
a:hover,
a:active,
a {
    color: #000;
    text-decoration: none;
}
.page-min-height{
	min-height: 100vh;
}
.flex-around-center{
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.flex-center {
    display: flex;
    justify-content: center;
    align-items: center;
}
.flex-between-end{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;    
}
.flex-between-top{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.flex-between-center {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

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

.flex-start-end {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
}

.flex-start-top {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.flex-wrap {
    flex-wrap: wrap;
}

.nowrap {
    white-space: nowrap;
}

.text-center {
    text-align: center;
}
.mb-50{
    margin-bottom: 50px;
}
.mb-40{
    margin-bottom: 40px;
}
.mb-30{
    margin-bottom: 30px;
}
.mb-20{
    margin-bottom: 20px;
}
.mb-10{
    margin-bottom: 10px;
}
.ml-10{
    margin-left: 10px;
}
.mr-5{
    margin-right: 5px;
}
.mr-10{
    margin-right: 10px;
}
.mr-20{
    margin-right: 20px;
}
.mr-30{
    margin-right: 30px;
}
.mr-40{
    margin-right: 40px;
}
.pt-20{
    padding-top: 20px;
}
.pt-40{
    padding-top: 40px;
}
.w1200 {
    width: 1200px;
    margin: 0 auto;
}
.mr-15{
    margin-right: 15px;
}
.mr-50{
    margin-right: 50px;
}
.top-nav{
    background-color: #fff;
    height: 90px;
    padding: 0 10px 0 30px;
}
.top-nav-logo{
    display: block;
}
.top-nav a{
    font-size: 14px;
    color: #000000;
}
.top-nav a.fabu-btn{
    display: block;
    padding: 5px 15px;
    border-radius: 20px;
    background-color: #f78600;
    color: #ffffff;
    font-size: 14px;
    margin-right: 20px;
}
.search-box{
    height: 30px;
}
.search-box input{
    border-left: 1px solid #aaaaaa;
    border-top: 1px solid #aaaaaa;
    border-bottom: 1px solid #aaaaaa;
    border-right: none;
    padding: 6px 10px;
    font-size: 14px;
}
.search-box button{
    width: 36px;
    height: 30px;
    cursor: pointer;
    border: none;
    outline: #00448d;
    background: #00448d url(../images/search.png) center center no-repeat;
}
.nav-boxwrap{
    background-color: #1f73cc;
}
.nav-box a{
    display: block;
    color: #fff;
    padding: 15px 10px;
}
.nav-box a:hover,
.nav-box a.active{
    background-color: #00448d;
}
.bg-fff{
    background-color: #fff;
}
.ads{
    padding: 10px 5px 20px;
}
.ad1{
    display: block;
    margin-bottom: 15px;
}
.ad1 img{
    display: block;
    width: 100%;
    height: 90px;
}
.ad2{
    display: block;
}
.ad2 img{
    display: block;
    width: 380px;
    height: 90px;
}
.big-title-box{
    padding: 14px;
    background-color: #f2f2f2;
    margin-bottom: 40px;
}
.big-title-box .title{
    font-weight: bolder;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    margin-bottom: 10px;
}
.big-title-box .title-text{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-right: 50px;
    font-size: 28px;
}
.big-title-box .title-time{
    font-size: 16px;
    white-space: nowrap;
}
.big-title-box .sub-title{
    display: block;
}


.oneline-over{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.footer{
    color: #666666;
}
.footer-bg{
    width: 100%;
    height: 10px;
    margin-bottom: 30px;
    background: #006de1 url(../images/footer-bg.png) center center no-repeat;
}
.footer-link{
    padding-bottom: 16px;
    border-bottom: 1px solid #dfdfdf;
    margin-bottom: 10px;
}
.footer-link a{
    padding: 0 10px;
    position: relative;
}
.footer-link a::after{
    content: '|';
    position: absolute;
    right: 0;
    top: 0;
}
.footer-link a:last-child::after{
    display: none;
}
.footer-info{
    line-height: 40px;
    text-align: center;
}
.friend-link{
    background-color: #f1f1f1;
    padding: 10px 20px;
    margin-bottom: 30px;
}
.friend-link-logo{
    flex: none;
    margin-right: 10px;
}
.qrcode{
    padding-right: 20px;
    position: relative;
    flex: none;
}
.qrcode:last-child{
    padding-right: 30px;
    margin-right: 30px;
}
.qrcode:last-child::after{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    border-right: 1px solid #cccccc;
}
.qrcode img{
    padding: 6px;
    border-radius: 4px;
    background-color: #fff;
}
.qrcode .text-center{
    color: #666666;
    font-size: 12px;
}
.friend-links a{
    color: #666666;
    line-height: 30px;
    padding: 0 20px;
    font-size: 14px;
}
.other-link{
    margin-bottom: 40px;
}
.other-link a{
    display: block;
    border: 1px solid #ebebeb;
}
.other-link a img{
    display: block;
    width: 180px;
    height: 70px;
}
.ads2{
    display: block;
    margin-bottom: 36px;
}
.ads2 img{
    display: block;
    width: 100%;
    height: 90px;
}
.zhuanjiabox{
    padding: 20px 0;
    background-color: #f3f3f3;
    margin-bottom: 30px;
}
.index-title .title-text{
    font-size: 24px;
    color: #282828;
    position: relative;
    border-left: 5px solid #1f73cc;
    padding: 0 10px;
}
.index-title .more{
    color: #666666;
    font-size: 14px;
    margin-right: 10px;    
}
.zj-itembox{
    overflow: hidden;
}
.zj-item{
    margin: 20px 14px 0 16px;
}
.zj-item img{
    display: block;
    margin-bottom: 10px;
    width: 210px;
    height: 255px;
}
.ncptj .zj-item img{
    width: 210px;
    height: 140px;
}
.ncptj .zj-item span{
    padding: 0 15px;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.zc-wx-jl{
    width: 375px;
}
.zc-wx-jl .index-title{
    padding-bottom: 10px;
    border-bottom: 1px solid #dadada;
    margin-bottom: 20px;
}
.jryw .link-a,
.gy-qg .link-a,
.zc-wx-jl .link-a{
    line-height: 36px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    padding-left: 10px;
}
.jryw .link-a::before,
.gy-qg .link-a::before,
.zc-wx-jl .link-a::before{
    content: "·";
    position: absolute;
    top: 0;
    left: 4px;
}
.jryw .link-a,
.gy-qg .link-a{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px 0 10px;
}
.jryw .link-a{
    padding-right: 0;
    line-height: 32px;
}
.jryw .link-a .text,
.gy-qg .link-a .text{
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 75%;
}
.zc-wx-jl .link-a:hover,
.gy-qg .link-a:hover .text{
    color: #e50012;
}
.zc-wx-jl .link-a:hover::before,
.gy-qg .link-a:hover::before{
    color: #e50012;
}
.jryw .link-a:hover .text{
    font-weight: bold;
    font-size: 18px;
}
.zc-wx-jl .link-img{
    display: block;
    margin-bottom: 10px;
    position: relative;
}
.zc-wx-jl .link-img img{
    display: block;
    width: 375px;
    height: 180px;
}
.zc-wx-jl .link-img div{
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    padding: 10px 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
}
.gy-qg{
    width: 580px;
    min-height: 100px;
    border: 1px solid #e3e3e3;
    padding: 16px 6px;
}
.lanmubox{
    margin-top: 20px;
    margin-bottom: 10px;
    padding: 0 10px 6px;
    border-bottom: 1px solid #dfdfdf;
}
.lanmu{
    font-size: 14px;
    color: #000000;
    padding: 8px 10px;
    border-radius: 4px;
    cursor: pointer;
    margin-right: 20px;
}
.lanmu:last-child{
    margin-right: 0;
}
.lanmu:hover,
.lanmu.active{
    color: #fff;
    background-color: #1f73cc;
}
.jryw-swiper{
    width: 680px;
    height: 420px;
    margin: 0;
}
.jryw-swiper-item{
    display: block;
    position: relative;
}
.jryw-swiper-item img{
    display: block;
    width: 680px;
    height: 420px;
}
.jryw-swiper-item .info{
    position: absolute;
    width: 100%;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    font-size: 18px;
    padding: 20px 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.jryw{
    width: 500px;
}
.jryw .title{
    color: #e60815;
    font-weight: bold;
    font-size: 24px;
    padding-bottom: 10px;
    border-bottom: 1px solid #cfc8bc;
    margin-bottom: 10px;
}

.left-navs{
    flex: none;
    margin: 0 20px 0 10px;
    width: 240px;
    border: 1px solid #dadada;
}
.left-navs .title{
    line-height: 50px;
    padding-left: 40px;
    font-weight: bold;
    color: #fff;
    font-size: 24px;
    background: #00448d url(../images/nav-bg.png);
}
.left-navs .item{
    display: block;
    line-height: 60px;
    padding-left: 40px;
    border-bottom: 1px solid #dadada;
    background-color: #f1f1f1;
    position: relative;
}
.left-navs .item:hover,
.left-navs .item.active{
    color: #2e67da;
}
.left-navs .item:hover::after,
.left-navs .item.active::after{
    content: "";
    position: absolute;
    right: 20px;
    top: 50%;
    width: 16px;
    height: 16px;
    transform: translateY(-50%);
    background: url(../images/arrow-right.png);
}
.right-contents{
    width: 100%;
    margin-right: 30px;
    overflow: hidden;
}
.title-box{
    width: 100%;
    padding-bottom: 10px;
    padding-left: 10px;
    border-bottom: 1px solid #e5e8ef;
}
.title-box .title-text{
    max-width: 50%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 24px;
    font-weight: bold;
}
.title-box a:last-child{
    color: #1f73cc;
}
.pages{
    margin-bottom: 70px;
}
.pages a{
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #070707;
    margin-right: 10px;
    font-size: 14px;
    background-color: #eeeeee;
}
.pages a.active{
    background-color: #006de0;
    color: #fff;
}
.pages a:last-child{
    margin-right: 0;
}
.tuwen-item img,
.zj-item2 img{
    display: block;
    width: 210px;
    height: 250px;
    object-fit: contain;
    margin-bottom: 14px;
}
.tuwen-item,
.zj-item2{
    margin-bottom: 30px;
    margin-right: 20px;
    font-size: 14px;
}
.tuwen-item{
    margin-right: 42px;
}
.tuwen-item img{
    width: 272px;
    height: 180px;
}
.tuwen-item:nth-child(3n),
.zj-item2:nth-child(4n){
    margin-right: 0;
}
.mt-50{
    margin-top: 50px;
}
.page-gyxx{
    padding: 40px 10px 5px;
}
.fenlei{
    background-color: #f4f4f4;
}
.fenlei a{
    display: block;
    font-size: 14px;
    padding: 6px 10px;
    border-radius: 26px;
    margin: 10px;
}
.fenlei a:hover,
.fenlei a.active{
    color: #fff;
    background-color: #1f73cc;
}
.page-search input{
    margin-right: 10px;
    width: 400px;
    padding: 8px 14px;
    border: 1px solid #e5e5e5;
}
.page-search button{
    padding: 8px 22px;
    background-color: #00448d;
    color: #fff;
    font-size: 14px;
    outline: none;
    border: none;
    cursor: pointer;
    text-align: center;
}
.page-list-item{
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e7e7e7;
}
.page-list-item .info{
    color: #666666;
    font-size: 14px;
}
.page-list-item .time{
    margin-right: 20px;
    color: #999999;
    font-size: 14px;
}

.page-list-item .title-text{
    font-weight: bold;
    margin-right: 40px;
}
.page-list-item .title-info{
    color: #1f73cc;
    font-size: 14px;
}
.page-list-item .liuyan{
    color: #fff;
    background-color: #08c376;
    padding: 8px 16px;
    border-radius: 28px;
    font-size: 14px;
    border: none;
    outline: none;
    cursor: pointer;
}
.page-detail .title{
    font-weight: bold;
    font-size: 18px;
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 15px;
}
.noborder{
    border: none !important;
}
.page-detail .content{
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 15px;
}
.page-detail .content p{
    line-height: 2em;
    text-indent: 2em;
    margin-bottom: 30px;
}
.pre-next{
    width: 100%;
    margin: 30px 0;
}
.pre-next span{
    white-space: nowrap;
    font-weight: bold;
}
.pre-next a{
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.flex-end{
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.common-detail{
    margin: 0 30px;
}
.common-detail .title-box{
    border-bottom: none;
}
.simple-detail{
    margin: 0 10px;
}
.details-list{
    padding-bottom: 30px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e7e7e7;
}
.details-list-item{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 20px;
}
.details-list-item .label{
    font-weight: bold;
    min-width: 100px;
    display: block;
    text-align: right;
    margin-right: 20px;
}
.lyxj{
    color: #fff;
    background-color: #08c376;
    padding: 10px 40px;
    border-radius: 44px;
    font-size: 18px;
    border: none;
    outline: none;
    cursor: pointer;
    margin-left: 20px;
    margin-bottom: 50px;
}
.detail-swiper{
    width: 400px;
    margin: 0;
}
.detail-swiper {
    margin-bottom: 10px;
}
.detail-swiper .swiper-slide{
    height: 250px;
}
.detail-thumbs{
    margin: 0 20px;
}
.detail-thumbs .swiper-slide{
    width: 80px;
    height: 50px;
}
.detail-swiper-prev{
    top: auto;
    bottom: 0;
    width: 15px;
    left: 0;
    height: 50px;
    background: url(../images/a-left.png);
}
.detail-swiper-next{
    top: auto;
    bottom: 0;
    width: 15px;
    right: 0;
    height: 50px;
    background: url(../images/a-right.png);
}
.detail-swiper-prev::after,
.detail-swiper-next::after{
    content: ''
}
.detail-thumbs .swiper-slide::after{
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
}
.detail-thumbs .swiper-slide-thumb-active::after{
    background-color: transparent;
}
.thumbs-item{
    margin-bottom: 40px;
}
.thumbs-item img{
    width: 170px;
    height: 110px;
    margin-right: 20px;
    display: block;
    flex: none;
}
.thumbs-item .title{
    color: #000000;
    width: 70%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.thumbs-item .time{
    color: #666666;
}
.thumbs-item .info{
    font-size: 14px;
    color: #666666;
    margin-top: 30px;
}
.wenlink-wrap{
    border-bottom: 1px solid #f1f1f1;
    padding: 20px 0;
}
.wenlink {
    line-height: 36px;
}
.wenlink .text{
    color: #000000;
    flex: 1;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-right: 40px;
}
a.wenlink:hover .text{
	color: #e60815;
}
.wenlink .time{
    color: #999999;
    white-space: nowrap;
}
.shareimg{
    display: block;
}
.f14{
    font-size: 14px;
}
.color979797{
    color: #979797;
}
.wyfb{
    padding: 0 150px 100px 260px;
}
.wyfb .title{
    font-size: 30px;
    padding: 50px 0;
    text-align: center;
}
.wyfb .form-item{
    margin-bottom: 10px;
}
.wyfb .form-item-label{    
    font-size: 14px;
    margin-right: 10px;
    line-height: 40px;
    text-align: right;
    white-space: nowrap;
    width: 90px;
    flex: none;
}
.wyfb .require{
    padding-left: 16px;
    position: relative;
}
.wyfb .require::before{
    content: "*";
    position: absolute;
    left: 0;
    top: 4px;
    color: #eb0000;
}
.wyfb .form-select{
    height: 40px;
    padding: 10px;
    cursor: pointer;
    border: 1px solid #ddd;
}
.wyfb .form-input{
    height: 40px;
    padding: 10px;
    border: 1px solid #ddd;
}
.wyfb .submit-btn{
    width: 500px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    cursor: pointer;
    border: none;
    background-color: #f78600;
    margin-left: 100px;
}
.wyfb .form-warning{
    color: #ee8101;
    font-size: 14px;
    margin-left: 20px;
    margin-bottom: 20px;
}
.wyfb .file-btn{
    position: relative;
    width: 90px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 30px;
    background-color: #1f73cc;
    color: #fff;
    margin: 5px 0;
    font-size: 14px;
}
.img-btn input,
.file-btn input{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    cursor: pointer;
}
.img-btn{
    position: relative;
    width: 60px;
    height: 60px;
    cursor: pointer;
}

.popIn {
    -webkit-animation: fadeleftIn .4s;
    animation: fadeleftIn .4s;
    -webkit-animation-name: popIn;
    animation-name: popIn;
  }
  @-webkit-keyframes popIn {
    0% {
        -webkit-transform: scale3d(0, 0, 0);
        transform: scale3d(0.5, 0.5, 0.5);
        opacity: 0;
    }
    50% {
        -webkit-animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
        animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
        -webkit-animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
        animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
        opacity: 1;
    }
  }
  @keyframes popIn {
    0% {
        -webkit-transform: scale3d(0, 0, 0);
        transform: scale3d(0.5, 0.5, 0.5);
        opacity: 0;
    }
    50% {
        -webkit-animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
        animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
        -webkit-animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
        animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
        opacity: 1;
    }
  }

.mask-dialog {
    display: none;
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 9999;
}

.mask-content-wrap {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding-top: 140px;
    padding-bottom: 40px;
    overflow: auto;
}

.mask-content {
    width: 540px;
    padding-bottom: 80px;
    min-height: 50%;
    background-color: #fff;
    overflow: hidden;
    position: relative;
}
/* .login .mask-content{
    background: url(../images/login-bg.png) top right no-repeat;
} */
.login{
    flex: 1;
}
.yhxy .title,
.login .title{
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    padding: 30px 0;
    color: #000000;
}
.login form{
    padding: 0 70px;
}
.code-img{
    display: block;
    margin-left: 16px;
}
.code-img img{
    width: 140px;
    height: 36px;
    display: block;
}

.login .form-item{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 14px;
}
.login .form-item-label{
    white-space: nowrap;
    width: 70px;
    flex: none;
    font-size: 14px;
    line-height: 40px;
    color: #000000;
}
.login .form-item-content{
    flex: 1;
}
.login .form-item-input{
    padding: 10px;
    width: 100%;
    border: 1px solid #dcdcdc;
    font-size: 14px;
}
.yhxy .submit-btn,
.login .submit-btn{
    width: 100%;
    line-height: 40px;
    text-align: center;
    color: #fff;
    cursor: pointer;
    border: none;
    background-color: #1070c9;
    font-size: 14px;
    border-radius: 4px;
}

.login .require{
    position: relative;
}
.login .require::before{
    content: "*";
    position: absolute;
    left: -10px;
    top: 2px;
    color: #eb0000;
}
.jryw-pagination{
	text-align: right;
}
.jryw-pagination .swiper-pagination-bullet{
	width: 14PX;
	height: 14px;
	background-color: #fff;
	opacity: 0.8;
}
.jryw-pagination .swiper-pagination-bullet-active{
	background-color: #1f73cc;
}
.yhxy p{
    padding: 20px;
    line-height: 2em;
    color: #666666;
    font-size: 14px;
    text-indent: 2em;
}
.usercenter-nav{
    margin: 10px;
    width: 210px;
    flex: none;
    background-color: #eaf3ff;
    text-align: center;
}
.usercenter-nav a{
    display: block;
    line-height: 50px;
    color: #00448d;
}
.usercenter-nav a:nth-child(2n){
    border-bottom: 1px solid #d2ddee;
}
.usercenter-nav a:hover,
.usercenter-nav a.active{
    color: #fff;
    background-color: #f78600;
    position: relative;
}
.usercenter-nav a:hover::after,
.usercenter-nav a.active::after{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: -20px;
    width: 20px;
    background-color: #f78600;
}
.usercenter-headbox{
    background-color: #3f88f2;
    color: #fff;
    padding: 30px;
}
.usercenter-headbox img{
    width: 80px;
    height: 80px;
    display: block;
    border: 10px solid #fff;
    border-radius: 50%;
    margin: 0 auto 10px;
}
.f12{
    font-size: 12px;
}
.fb{
    font-weight: bold;
}
.color-666{
    color: #666666;
}
.usercenter-content{
    margin: 10px;
    flex: 1;
    overflow: hidden;
}
.usercenter-content .title{
    font-weight: bold;
    font-size: 24px;
    color: #000;
    padding: 15px 0;
    border-bottom: 1px solid #e5e8ef;
}
.usercenter-content .content{
    padding: 20px;
}
.usercenter-content .content .wenlink{
    display: block;
    padding-bottom: 20px;
}
.wenlink .status{
    width: 90px;
    margin-left: 50px;
    flex: none;
}
.wenlink .status.success{
    color: #3366cc;
}
.wenlink .status.danger{
    color: #ff0000;
}
.look-why{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    color: #3399ff;
    cursor: pointer;
}
.icon-why{
    width: 10px;
    height: 5px;
    margin: 5px;
    transition: all .4s;
}
.why-box{
    background-color: #f4f4f4;
    padding: 20px 14px;
    border-radius: 4px;
    line-height: 1.6em;
    margin-top: 20px;
    display: none;
}

.app-btn{
display: block;
background-color: #1f73cc;
margin-right: 40px;
border-radius: 4px;
width: 90px;
padding: 10px 0;
text-align: center;	
color: #fff !important;
}