header ol,
header ul,
header li,
.footer-content ul,
.footer-content li{
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    /* font-size: 100%; */
    list-style: none;
    /* vertical-align:middle; */
    box-sizing: border-box;
    /* background:transparent; */
    font-family: PingFangSC-Regular, sans-serif;
}
#header {
    text-align: center;
    background: #2d353d;
    box-shadow: 0px 1px 0px 0px #ebebeb;
    position: relative;
    z-index: 100;
}

.header a {
    color: #fff;
}

.header .line-gray {
    border-bottom: 1px solid #eaeaef;
    width: 100%;
    height: 0;
    margin-bottom: 30px;
}

.header .concat {
    position: fixed;
    bottom: 150px;
    right: 100px;
    width: 48px;
    z-index: 10;
}

.header .concat .top-btn {
    display: none;
    width: 48px;
    height: 48px;
    background: url("../images/up.png") center no-repeat;
    background-size: 48px auto;
    margin: 0 auto;
}

.header .concat .kefu,
.header .concat .dingyuhao {
    width: 48px;
    height: 48px;
    position: relative;
    background: url("../images/kefu.png") center no-repeat;
    background-size: 38px 38px;
    background-color: #bababa;
    margin-bottom: 5px;
    font-size: 0;
    cursor: pointer;
}

.header .concat .kefu .ma,
.header .concat .dingyuhao .ma {
    display: none;
    position: absolute;
    width: 150px;
    height: 150px;
    top: -60px;
    left: -150px;
    background: url("../images/wechat.jpeg") no-repeat;
    background-size: 150px 150px;
    background-position: center;
}

.header .concat .kefu:hover,
.header .concat .dingyuhao:hover {
    padding-top: 8px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 16px;
    background: #51b5e4;
}

.header .concat .kefu:hover .ma,
.header .concat .dingyuhao:hover .ma {
    display: block;
}

.header .concat .header a {
    color: #fff;
}

.header .concat .dingyuhao {
    background: url("https://jdi.cocosbcx.net/image/cocoachina/ding.png") center no-repeat;
    background-size: 48px 48px;
}

.header .concat .dingyuhao .ma {
    background: url("https://jdi.cocosbcx.net/image/cocoachina/dingyuhao.jpeg") no-repeat;
    background-size: 150px 150px;
    background-position: center;
}

.header .concat .dingyuhao:hover {
    line-height: 48px;
    padding: 0;
}

.header .header-wrap {
    max-width: 1100px;
    margin: 0 auto;
    height: 62px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header .header-wrap .header-left {
    height: 100%;
    color: #ffffff;
    display: flex;
}

.header .header-wrap .header-left .logo {
    height: 100%;
    color: #ffffff;
    height: 36px;
    width: 167px;
}

.header .header-wrap .header-left li {
    /* float: left; */
    height: 100%;
    line-height: 62px;
    padding: 0 20px;
    min-width: 70px;
}

.header .header-wrap .header-left li:nth-of-type(2) {
    /* float: left; */
    margin-left: 35px;
}

.header .header-wrap .header-left li a {
    display: block;
    font-size: 16px;
    /* font-weight: bold; */
    position: relative;
}

.header .header-wrap .header-left li a img {
    height: 54px;
    vertical-align: middle;
}

.header .header-wrap .header-left li a:after {
    content: '';
    width: 100%;
    height: 2px;
    /* background: #ff6740; */
    position: absolute;
    bottom: 12px;
    left: 0;
    transform: scale(0);
}

.header .header-wrap .header-left li a:hover,
.header .header-wrap .header-left li a.router-link-active {
    color: #01ADE6;
    font-weight: bold;
}

.header .header-wrap .header-left li:nth-child(1) {
    padding: 0;
    width: 154px;
    margin-right: 10px;
}

.header .header-wrap .header-left li:nth-child(1) a {
    font-size: 0;
}

.header .header-wrap .header-left li:nth-child(1) a:hover {
    font-size: 0;
}

.header .header-wrap .header-left li:nth-child(1) a:hover:after {
    content: '';
    display: none;
}

.header .header-wrap .header-right {
    height: 100%;
    display: flex;
    align-items: center;
    float: right;
    height: 62px;

}

.header .header-wrap .header-right .input-box {
    width:170px;
    height:30px;
    background:rgba(62,74,86,1);
    border-radius:4px;
    margin-right: 50px;
    display: flex;
    align-items: center;
}

.header .header-wrap .header-right .input-box img {
    cursor: pointer;
}

.header .header-wrap .header-right li {
    float: left;
    height: 100%;
    padding-top: 16px;
    box-sizing: border-box;
}

.header .header-wrap .header-right li .search {
    width: 280px;
    height: 32px;
    background: #f1f1f1;
    border-radius: 16px;
    padding: 0 28px;
    box-sizing: border-box;
    margin-right: 25px;
}

.header .header-wrap .header-right li .search input {
    color: #333;
    width: 210px;
    background: transparent !important;
    height: 32px;
    line-height: 32px;
    padding-left: 0;
    display: inline-block;
}

.header .header-wrap .header-right input::-webkit-input-placeholder {
    color: #738596;
    font-size: 14px;
}

.header .header-wrap .header-right input:-moz-placeholder {
    color: #738596;
    font-size: 14px;
}

.header .header-wrap .header-right input::-moz-placeholder {
    color: #738596;
    font-size: 14px;
}

.header .header-wrap .header-right input:-ms-input-placeholder {
    color: #738596;
    font-size: 14px;
}

.header .header-wrap .header-right .icon-search {
    display: inline-block;
    width: 12px;
    height: 32px;
    background: url("../images/search.png") center no-repeat;
    background-size: 12px 12px;
}

.header .header-wrap .header-right .info {
    display: flex;
    align-items: center;
    /* position: relative; */
}

.header .header-wrap .header-right .info .fixed-list {
    position: absolute;
    top: 48px;
    left: -300px;
    max-height: 385px;
    width: 360px;
    background: #fafafa;
    box-shadow: 0px 0px 0px 1px #ebebeb;
    z-index: 100;
    padding-bottom: 50px;
}

.header .header-wrap .header-right .info .fixed-list .btns {
    width: 100%;
    box-shadow: 0px 1px 0px 0px #ebebeb;
    height: 50px;
    display: flex;
    align-items: center;
}

.header .header-wrap .header-right .info .fixed-list .btns .btn {
    width: 33.33%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.header .header-wrap .header-right .info .fixed-list .btns .btn .point {
    width: 5px;
    height: 5px;
    background: #ff3535;
    position: absolute;
    display: block;
    border-radius: 100%;
    right: 34px;
}

.header .header-wrap .header-right .info .fixed-list .btns .cut {
    width: 1px;
    height: 20px;
    background: #cccccc;
    display: block;
}

.header .header-wrap .header-right .info .fixed-list #message-list {
    max-height: 284px;
    width: 360px;
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 0 15px;
}

.header .header-wrap .header-right .info .fixed-list .messages-list {
    display: flex;
    flex-direction: column;
}

.header .header-wrap .header-right .info .fixed-list .messages-list .article {
    color: #52C0F6;
    font-size: 14px;
    color: #26649c;
    line-height: 20px;
    padding: 10px;
    margin-top: 1px;
    text-align: left;
}

.header .header-wrap .header-right .info .fixed-list .messages-list .article span {
    color: #333333;
    margin: 0 10px;
}

.header .header-wrap .header-right .info .fixed-list .messages-list .article .hover:hover {
    color: #26649c;
}

.header .header-wrap .header-right .info .fixed-list .more {
    width: 360px;
    height: 50px;
    background: #fafafa;
    border-top: 1px solid #ebebeb;
    position: absolute;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333333;
    cursor: pointer;
}

.header .header-wrap .header-right .info .register {
    margin: 0 8px 0 30px;
    font-size: 16px;
}
.header .header-wrap .header-right .info .register a{
    color: #738596;
}
.header .header-wrap .header-right .info .register a:hover{
    color: rgba(82,192,246,1)
}
.header .header-wrap .header-right .info .cut {
    display: flex;
    height: 12px;
    width: 1px;
    background: #515E6B;
}

/* 登录状态 登录css start */
.header .header-wrap .header-right .info .info-center {
    position: absolute;
    width: 135px;
    padding: 15px 0;
    background: #ffffff;
    box-shadow: 0px 0px 10px 0px rgba(159, 159, 159, 0.5);
    border-radius: 2px;
    top: 62px;
    right: calc((100% - 1100px)/2);
}

.header .header-wrap .header-right .info .info-center .center,
.header .header-wrap .header-right .info .info-center .logout {
    display: inline-block;
    color: #000;
    float: left;
    width:100%;
    height:45px;
    line-height: 45px;
    background:#FFFFFF;
    box-sizing: border-box;
}

.header .header-wrap .header-right .info .info-center a.active,
.header .header-wrap .header-right .info .info-center .center:hover,
.header .header-wrap .header-right .info .info-center .logout:hover {
    background: #F2F4F7;
}
/* 登录状态 登录css end */

.header .header-wrap .header-right .info .login {
    margin-left: 8px;
    font-size: 16px;
}
.header .header-wrap .header-right .info .login a {
    color: #738596;
}
.header .header-wrap .header-right .info .login a:hover {
    color: rgba(82,192,246,1);
}

.header .header-wrap .header-right .info .message {
    margin-left: 62px;
    position: relative;
    cursor: pointer;
}

.header .header-wrap .header-right .info .message .alert {
    position: absolute;
    width: 6px;
    height: 6px;
    background: #ff3535;
    border-radius: 100%;
    right: 0;
    top: 0;
}

.header .header-wrap .header-right .info .info-detail {
    display: flex;
    height: 30px;
    cursor: pointer;
    justify-content: space-between;
    align-items: center;
    margin-left: 33px;
}

.header .header-wrap .header-right .info a:hover {
    color: #fff;
}

.header .header-wrap .header-right .info .info-detail .photo {
    height: 30px;
    width: 30px;
    border-radius: 50%;
    border: 1px solid #2d353d;
}

.header .header-wrap .header-right .info .info-detail .photo.active{
    border: 1px solid #52C0F6;
}

.header .header-wrap .header-right .info .info-detail .shows {
    margin-left: 12px;
    height: 7px;
    width: 13px;
}

/* 首页改版新增二级头部 start */
.second-header {
    height:50px;
    background:rgba(255,255,255,1);
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.05);
}
.second-header .second-wrap {
    height: 50px;
    width: 1100px;
    margin: 0 auto;
    padding: 0 6px;
}
.second-header .second-wrap li {
    float: left;
    font-size:14px;
    font-family: PingFangSC-Regular, sans-serif;
    font-weight:400;
    line-height:50px;
    margin-right: 41px;
    min-width: 28px;
}
.second-header .second-wrap li a{
    color:#666666;
}
.second-header .second-wrap li a:hover,
.second-header .second-wrap li a.active{
    /* font-weight:600; */
    color:#01ADE6;   
}
/* 首页改版新增二级头部 end */

.cover-content {
    height: 337px;
}

.footer-content {
    /* position: absolute;
    bottom: 0;
    width: 100%; */
}

.footer {
    /* height: 130px; */
    background: rgba(45, 53, 61, 1);
    padding: 31px 0;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;

    /* height: 50px; */
}

.footer .box {
    width: 1100px;
    margin: 0 auto;
}


.footer .bottom-list {
    display: flex;
    margin-right: 74px;
    width: 1126px;
    justify-content: space-between;
}

.footer section ul {
    display: flex;
    flex-direction: column
}

.footer section ul li {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.6);
    margin-top: 12px;
}

.footer section ul li:nth-of-type(1) {
    margin-top: 0;
    color: rgba(255, 255, 255, 1);
}

.footer section ul li:nth-of-type(2) {
    margin-top: 22px;
}

.footer a {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.6);
    ;
}

.footer a:hover {
    color: #fff !important;
}

.footer .links {
    display: flex;
    align-items: center;
    height: 14px;
    justify-content: center;
    margin: 0 auto 18px;
}

.footer .links a {
    margin-right: 25px;
}

.footer .links a:nth-last-child(1) {
    margin-right: 0;
}

.footer .p1,
.footer .p2 {
    font-size: 12px;
    /* font-family: SimSun; */
    height: 17px;
    line-height: 17px;
    color: rgba(255, 255, 255, 0.32);
    /* margin-bottom: 16px; */
}

.footer .record-number {
    display: flex;
    height: 14px;
    justify-content: center;
    align-items: center;
    width: 1100px;
    margin: 35px auto 13px;
}

.footer .record-number .item {
    margin: 0 12px;
    display: flex;
    align-items: center;
}

.footer .record-number .item span {
    font-size: 12px;
    height: 17px;
    line-height: 17px;
    color: rgba(255, 255, 255, 0.32);
}

.footer .record-number .img span {
    margin-left: 10px;
}


.footer .record-number .item .police {
    width: 18px;
}

.footer .record-number .item .jing {
    width: 30px;
}

.footer .record-number .item:hover span {
    color: #fff !important;
}

.footer li {
    position: relative;
}

.footer .issue .ma {
    position: absolute;
    width: 150px;
    height: 150px;
    top: -60px;
    left: -150px;
    background: url("https://jdi.cocosbcx.net/image/cocoachina/dingyuhao.jpeg") no-repeat;
    background-size: 150px 150px;
    display: none;
    z-index: 10;
}

.footer .suggest .ma {
    position: absolute;
    width: 150px;
    height: 150px;
    top: -60px;
    left: -150px;
    background: url("https://jdi.cocosbcx.net/image/cocoachina/dingyuhao.jpeg") no-repeat;
    background-size: 150px 150px;
    display: none;
    z-index: 10;
}

.footer .wechat .ma {
    position: absolute;
    width: 150px;
    height: 150px;
    top: -60px;
    left: -150px;
    background: url("../images/wechat.jpeg") no-repeat;
    background-size: 150px 150px;
    display: none;
    z-index: 10;
}


.footer .medias li a {
    display: flex;
    align-items: center;
}


.footer .issue:hover .ma {
    display: block;
}

.footer .suggest:hover .ma {
    display: block;
}

.footer .wechat:hover .ma {
    display: block;
}


.footer .medias li img {
    height: 18px;
    width: 18px;
    margin-left: 6px;
}

footer .links-box {
    width: 100%;
    margin: 0 auto;
    height: 45px;
    /* background: red; */
    background: rgba(248, 248, 248, 1);
}

footer .links-box .link {
    line-height: 45px;
    float: left;
}

footer .links {
    width: 1100px;
    margin: 0 auto;
    line-height: 45px;
    position: relative;
}

footer .links .link .title {
    color: #333333;
    font-size: 12px;
    height: 45px;
    line-height: 45px;
    min-width: 65px;
    float: left;
    position: absolute;
    top: 1px;
}

footer .links .link ul {
    line-height: 45px;
    width: 1060px;
    height: 45px;
    overflow: hidden;
    margin-left: 65px;
}

footer .links .link ul li {
    margin-left: 29px;
    float: left
}

footer .links .link ul li:hover {
    text-decoration: underline;
}

footer .links .link ul li:hover a {
    color: #1f2125;
}

footer .links .link ul li a {
    font-size: 12px;
    color: rgba(155, 155, 155, 1)
}

.down-arrow {
    display: inline-block;
    position: relative;
    width: 20px;
    height: 15px;
}

.down-arrow::after {
    display: inline-block;
    content: " ";
    height: 8px;
    width: 8px;
    border-width: 0 2px 2px 0;
    border-color: #999999;
    border-style: solid;
    transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
    transform-origin: center;
    transition: transform .3s;
    position: absolute;
    top: 50%;
    right: 5px;
    margin-top: -3px;
}

footer .show {
    color: rgba(155, 155, 155, 1);
    font-size: 12px;
    height: 45px;
    line-height: 45px;
    min-width: 65px;
    float: right;
}
/* footer-end */


.up-arrow {
    display: inline-block;
    position: relative;
    width: 20px;
    height: 15px;
}

.up-arrow::after {
    display: inline-block;
    content: " ";
    height: 8px;
    width: 8px;
    border-width: 2px 0 0 2px;
    border-color: rgba(155, 155, 155, 1);
    border-style: solid;
    transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
    transform-origin: center;
    transition: transform .3s;
    position: absolute;
    top: 50%;
    right: 5px;
    margin-top: 2px;
}

/* loading */
/* .list-wrap{
    position: relative;
} */
.loading {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: 0.9;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999;
}

.loading img {
    width: 280px;
}

/* 回到顶部 、 首页加载 - end */

.lt {
    float: left;
}

.rt {
    float: right;
}

.details {
    font-size: 15px;
    color: #2A2A2A;
    line-height: 30px;
    margin: 30px 0;
}

.details p,
.details ul,
.details li
 {
    font-size: 16px;
    color: #2A2A2A;
    line-height: 30px;
    margin: 15px 0;
    word-wrap: break-word
}

.details a {
    font-size: 16px;
    color: #52c0f6;
    display: inline-block;
    margin-bottom: 4px;
}

.details img {
    /* max-width: 855px; */
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

.details pre {
    background: #f8f8f8;
    padding: 18px 15px 12px;
    overflow-x: scroll;
    width: 100%;
    box-sizing: border-box;
}

.swiper-pagination {
    text-align: right;
    margin-right: 20px !important;
    width: auto !important;
    float: right !important;
    right: 0;
}

.swiper-pagination-bullet {
    width: 10px;
    height: 6px;
    background: rgba(255, 255, 255, 1);
    border-radius: 3px;
    opacity: 0.5;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 18px;
    height: 6px;
    background: rgba(255, 255, 255, 1);
    border-radius: 3px;
    opacity: 1;
}
.editor-content {
    min-height: 450px;
    background: #fff;
    border: 1px solid #eee;
    text-align: left;
    margin-top: 20px;
    margin-bottom: 36px;
    padding: 20px 40px!important;
}
#editor ul{
    list-style-type: disc;
}
#editor ul li{
    list-style-type: disc;
}
#editor ol{
    list-style-type: decimal-leading-zero;
}
#editor ol li{
    list-style-type: decimal-leading-zero;
}

/* 输入框代码 */
.w-e-toolbar *, .w-e-text-container *, .w-e-menu-panel * {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
.w-e-text code {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    background-color: #f1f1f1;
    border-radius: 3px;
    padding: 3px 5px;
    margin: 0 3px;
}

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
}

