* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
a {
    text-decoration: none;
}
input,button{
outline:none;
}
ul {
    list-style: none;
}
body {
    min-width: 950px;
}
.text-overflow{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: inline-block;
    text-align: left;
    text-indent: 0;
    max-width: 12em;
 }   
.container {
    min-width: 950px;
    max-width: 1300px;
    width: 80%;
    margin: 0 auto;
}
header {
    background-color: #171717;
    border: 1px solid rgba(233, 233, 233, 0.32);
}
header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
header .container .logo img{
       width: 172px;
    height: 43px;
}
header .container .menu {
    display: flex;
    align-items: center;
}
header .container .menu .nav ul {
    display: flex;
    align-items: center;
}
header .container .menu .nav ul li {
    position: relative;
}
header .container .menu .nav ul .nav-active a {
    color: rgba(254, 102, 0, 1);
}
header .container .menu .nav ul li a {
    display: inline-block;
    color: #fff;
    font-size: 14px;
    text-align: center;
    padding: 10px 10px;
    line-height: 40px;
}
header .container .menu .nav > ul > li > a > img {
    margin-left: 5px;
    transform: translateY(1px);
}
header .container .menu .nav ul .has-menu:hover .sec-menu {
    display: block;
}
header .container .menu .nav ul li .sec-menu {
    position: absolute;
    left: 0;
    top: 70px;
    font-size: 13px;
    z-index: 9;
    display: none;
    width: 100%;
    flex-direction: row;
    background-color: #2B2B2B;
}
header .container .menu .nav ul li .sec-menu li {
    display: inline-block;
    width: 100%;
}
header .container .menu .nav ul li .sec-menu li img {
    display: inline-block;
    transform: translateY(-1px);
    vertical-align: middle;
}
header .container .menu .nav ul li .sec-menu li a {
    display: inline-block;
    width: 100%;
    font-size: 13px;
    text-align: left;
    padding: 0;
    line-height: 45px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}
header .container .menu .nav ul li .sec-menu li a:hover {
    color: rgba(254, 102, 0, 1);
}

header .container .menu .other {
    display: flex;
    align-items: center;
}
header .container .menu .other .item {
    margin-left: 15px;
    text-align: center;
    color: #fff;
    font-size: 14px;
}
header .container .menu .other .item a {
    display: block;
    color: #fff;
}
header .search {
    position: relative;
}
header .search input {
    outline: none;
    border: none;
    width: 15vw;
    height: 50px;
    padding: 0 2vw;
    font-size: 18px;
    border-radius: 2vw;
    background-color: rgba(255, 255, 255, 0.48);
}
header .search button {
    position: absolute;
    right: 1.5vw;
    top: 50%;
    display: inline-block;
    width: 2vw;
    height: 2vw;
    border: none;
    outline: none;
    background: url("../image/search.png") no-repeat;
    background-size: cover;
    cursor: pointer;
    transform: translateY(-50%);
}

.banner {
    position: relative;
}
.banner .tips {
    background-color: #000000;
    color: #fff;
    padding: 10px 0;
    font-size: 14px;
}
.banner .tips .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.banner .tips .container .right a {
    display: inline-block;
    padding: 5px;
    font-size: 0;
    margin: 0 5px;
    background-color: #424242;
    border-radius: 2px;
}
.banner .search {
    position: absolute;
    left: 50%;
    top: 20%;
    z-index: 2;
    transform: translateX(-50%);
}
.banner .search input {
    outline: none;
    border: none;
    width: 30vw;
    height: 2.5vw;
    padding: 0 2vw;
    font-size: 18px;
    border-radius: 2vw;
    background-color: rgba(255, 255, 255, 0.7);
}
.banner .search button {
    position: absolute;
    right: 1.5vw;
    top: 50%;
    display: inline-block;
    width: 2vw;
    height: 2vw;
    border: none;
    outline: none;
    background: url("../image/search.png") no-repeat;
    background-size: cover;
    cursor: pointer;
    transform: translateY(-50%);
}
.banner .swiper-container {
    height: 23vw;
    overflow: hidden;
}
.banner .swiper-wrapper {
    display: flex;
}
.banner .swiper-wrapper .swiper-slide {
    position: relative;
    flex: 1;
}
.banner .swiper-wrapper .swiper-slide .pic img {
    display: block;
    width: 100%;
    -webkit-user-drag: none;
}
.banner .swiper-wrapper .swiper-slide .text {
    position: absolute;
    bottom: 10%;
    left: 50%;
    z-index: 2;
    width: 100%;
    font-size: 20px;
    text-align: center;
    color: #fff;
    transform: translateX(-50%);
}
.banner .swiper-wrapper .swiper-slide .text p {
    margin-bottom: 15px;
}
.banner .swiper-wrapper .swiper-active .cover {
    display: none;
}
.banner .swiper-wrapper .swiper-slide .cover {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: rgba(191, 186, 186, 0);
}

main .breadCrumbs {
    margin: 32px 0;
}
main .breadCrumbs a {
    color: rgba(0, 0, 0, 0.7);
}
main .breadCrumbs .currentCrumb {
    color: rgba(255, 113, 10, 1);
}

main .about {
    margin-top: 19px;
    padding: 20px ;
    box-shadow: 0px 1px 9px 8px rgba(23, 23, 23, 0.18);
    border-radius: 8px;
}
main .about .title span {
    display: inline-block;
    padding-bottom: 2px;
    border-bottom: 2px solid rgba(255, 113, 10, 1);
}
main .about .content {
    display: flex;
    padding: 10px 0 0;
}
main .about .content .content-left {
    margin-right: 80px;
}
main .about .content .content-left .box {
    padding: 10px 20px;
    text-align: center;
    background-color: #F8F8F8;
    margin-bottom: 10px;
    border-radius: 12px;
}
main .about .content .content-left .box:last-child {
    margin-bottom: 0;
}
main .about .content .content-left .box p:first-child {
    color: rgba(255, 113, 10, 1);
    font-size: 20px;
}
main .about .content .content-left .box p {
    margin-bottom: 10px;
}
main .about .content .content-left .box p img {
    vertical-align: middle;
}
main .about .content .content-right {
    flex: 1;
}
main .about .content .content-right a {
    color: rgba(255, 162, 95, 1);
    font-size: 20px;
    overflow-wrap: anywhere;
}
main .about .content .content-right ul li {
    margin-bottom: 22px;
}
main .about .content .content-right ul li:last-child {
    margin-bottom: 0;
}
main .about .content .content-right ul li .icon {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-right: 8px;
    background-image: linear-gradient( 
211deg
, rgba(252, 187, 7, 1) 0%, rgba(248, 134, 3, 1) 100% );
    border-radius: 50%;
}

main .dy-list {
    margin-top: 42px;
}
main .dy-list .dy-wrap .dy-tag {
    display: flex;
    align-items: center;
    color: #fff;
    padding: 15px;
    background-color: #171717;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}
main .dy-list .dy-wrap .dy-tag .dy-tag-item {
    flex: 1;
    text-align: center;
}

main .dy-list .dy-list-wrap .dy-item {
    display: flex;
    margin: 10px 0;
    padding: 15px 0;
    box-shadow: 0px 0px 6px 0px rgb(0 0 0 / 15%);
    border-radius: 8px;
}
main .dy-list .dy-list-wrap .dy-item > div:first-child ,
main .dy-list .dy-wrap .dy-tag .dy-tag-item:first-child {
    flex: 2;
}
main .dy-list .dy-list-wrap .dy-item > div:first-child {
    text-align: left;
    text-indent: 5em;
}
main .dy-list .dy-list-wrap .dy-item > div {
    flex: 1;
    text-align: center;
}
main .dy-list .dy-list-wrap .dy-item .dy-name .stauts {
    display: inline-block;
    padding: 0 5px;
    border-radius: 4px;
    text-align: center;
    text-indent: 0;
    background: url(../image/tips.png) 100% no-repeat;
    color: #fff;
    background-size: cover;
    background-position: center;
    font-size: 14px;
}
main .dy-list .dy-list-wrap .dy-item .dy-href a {
    color: rgba(255, 113, 10, 1);
}



.dy-details {
    position: relative;
    margin-top: 32px;
    padding: 24px;
    box-shadow: -2px 2px 6px 0px rgb(0 0 0 / 15%);
    border-radius: 12px;
    background-color: #fff;
}
.dy-details .dy-tags {
    padding: 8px 0 32px;
}
.dy-details .dy-tags a {
    color: rgba(0, 0, 0, 0.7);
}
.dy-details .dy-tags .currentTag {
    color: rgba(255, 113, 10, 1);
}
.dy-details .title span {
    position: relative;
    display: inline-block;
    padding-left: 10px;
}
.dy-details .title span::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 4px;
    height: 20px;
    border-radius: 0 2px 2px 0;
    background-color: rgba(255, 113, 10, 1);
    transform: translateY(-50%);
}
.dy-details .dy-content {
    display: flex;
    margin-top: 24px;
}
.dy-details .dy-content .dy-content-left {
    margin-right: 20px;
}
.dy-details .dy-content .dy-content-left .dy-pic img {
    display: block;
    width: 378px;
    height: 532px;
    border-radius: 8px;
}
.dy-details .dy-content .dy-content-right {
    font-size: 20px;
    color: rgba(0, 0, 0, 0.8);
}
.dy-details .dy-content .dy-content-right > div:nth-child(n+2) {
    margin-top: 16px;
}
.dy-details .dy-content .dy-content-right > div:nth-child(2) {
    margin-top: 24px;
}
.collect {
    margin-top: 32px;
}
.collect .collect-title {
    padding: 18px 31px;
    border-radius: 12px 12px 0 0;
    background-color: rgba(23, 23, 23, 1);
    color: #fff;
}
.collect .collect-item .collect-item-title span {
    position: relative;
    display: inline-block;
    padding-left: 12px;
}
.collect .collect-item .collect-item-title span::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 2px;
    height: 20px;
    border-radius: 0 2px 2px 0;
    background-color: rgba(255, 113, 10, 1);
    transform: translateY(-50%);
}
.collect .collect-item {
    padding-top: 14px;
    padding-bottom: 24px;
    box-shadow: 0px 0px 4px 0px rgb(0 0 0 / 15%);
}
.collect .collect-item:nth-of-type(n+3) {
    margin-top: 24px;
}
.collect .collect-item .collect-item-href {
    display: flex;
    align-items: center;
    padding-left: 12px;
    line-height: 40px;
        justify-content: space-between;
        margin: 10px 0 10px 0;
    background-color: rgba(247, 249, 250, 1);
}
.collect .collect-item .collect-item-href .right {
    padding-right: 12px;
}
.collect .collect-item .collect-item-href span {
    display: inline-block;
    margin: 0 10px;
}
.collect .collect-item .collect-item-href a {
    font-size: 14px;
    color: rgba(255, 162, 95, 1);
}
.collect .collect-item label {
    display: inline-block;
    width: 24px;
    height: 24px;
    background-color: #fff;
    border: 1px solid rgba(255, 113, 10, 1);
    border-radius: 2px;
    cursor: pointer;
}
.collect .collect-item input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.collect .collect-item input:checked + label {
    border: 1px solid rgba(255, 113, 10, 1);
    background-color: rgba(255, 113, 10, 1);
    background-image: url("../image/on.png");
    background-repeat: no-repeat;
    background-position: center;
}
.collect .collect-item .collect-item-foot {
    display: flex;
    align-items: center;
    padding-left: 12px;
    margin-top: 15px;
}
.collect .collect-item .collect-item-foot button {
    display: inline-block;
    outline: none;
    border: none;
    background: rgba(255, 113, 10, 1);
    border-radius: 2px;
    padding: 5px;
    color: #fff;
    font-size: 12px;
    margin-left: 20px;
    cursor: pointer;
}
.collect .collect-item .collect-item-href .left {
    display: flex;
    align-items: center;
}
.collect .collect-item .collect-item-href .right button {
    display: inline-flex;
    align-items: center;
    border-radius: 10.5px;
    font-size: 12px;
    padding: 2px 8px;
    outline: none;
    border: none;
    background: #FF0000;
    color: #fff;
    cursor: pointer;
}
.message {
    margin: 32px 0;
}
.message .box-title {
    padding: 18px 31px;
    background-color: #171717;
    color: #fff;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}
.message .msg-content {
    padding: 32px;
    border-radius: 0 0 12px 12px;
    box-shadow: 0px 0px 4px 0px rgb(0 0 0 / 15%);
}
.message .msg-content textarea {
    width: 100%;
    height: 189px;
    resize: none;
    background-color: #F2F2F2;
    outline: none;
    border: none;
    padding: 20px;
    border-radius: 4px;
}
.message .msg-content .msg-input {
    position: relative;
}
.message .msg-content .msg-input .statistical {
    position: absolute;
    right: 10px;
    bottom: 10px;
    display: flex;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.5);
}

.message .msg-content .msg-wrap .msg-all {
    margin: 12px 0 0;
}
.message .msg-content .msg-wrap .msg-all span {
    display: inline-block;
    margin-right: 30px;
}
.message .msg-content .msg-wrap .msg-all a {
    color: rgba(0, 0, 0, 0.8);
}
.message .msg-content .msg-wrap .msg-s {
    display: flex;
    margin-top: 23px;
}
.message .msg-content .msg-wrap .msg-s .msg-input {
    flex: 1;
}
.message .msg-content .msg-wrap .msg-s .msg-input textarea {
    width: 100%;
    height: 68px;
    outline: none;
    border: none;
    background-color: rgba(242, 242, 242, 1);
    border-radius: 4px;
    resize: none;
    padding: 25px;
}
.message .msg-content .msg-wrap .msg-s .msg-send {
    margin-left: 30px;
}
.message .msg-content .msg-wrap .msg-s .msg-send button {
    color: #fff;
    padding: 0 30px;
    height: 68px;
    font-size: 18px;
    border: none;
    background: url("../image/button.png") no-repeat center;
    border-radius: 4px;
    cursor: pointer;
}
.message .msg-content .msg-send .btn button {
    display: inline-block;
    padding: 10px 20px;
    color: #fff;
    outline: none;
    border: none;
    border-radius: 4px;
    background: url("../image/button.png") no-repeat center;
    cursor: pointer;
}
.message .msg-content .msg-wrap .msg-item {
    display: flex;
    justify-content: space-between;
    margin-top: 24px;
}
.message .msg-content .msg-wrap .msg-item .msg-item-left {
    display: flex;
    align-items: center;
}
.message .msg-content .msg-wrap .msg-item .msg-item-left .avatar {
    margin-right: 14px;
    align-self: flex-start;
}
.message .msg-content .msg-wrap .msg-item .msg-item-left .avatar img {
    display: block;
    width: 78px;
    height: 78px;
    border-radius: 50%;
}
.message .msg-content .msg-wrap .msg-item .msg-item-left .msg-item .avatar img {
    display: block;
    width: 38px;
    height: 38px;
    border-radius: 50%;
}
.message .msg-content .msg-wrap .msg-item .msg-item-left .msg-item .info {
    font-size: 14px;
}
.message .msg-content .msg-wrap .msg-item .msg-item-left .uname {
    color: rgba(0, 0, 0, 0.6);
    margin-bottom: 12px;
}
.message .msg-content .msg-wrap .msg-item .msg-item-left .content {
    color: rgba(0, 0, 0, 0.6);
}
.message .msg-content .msg-wrap .msg-item .msg-item-left .others {
    display: flex;
    align-items: center;
    margin-top: 12px;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.4);
}
.message .msg-content .msg-wrap .msg-item .msg-item-left .others .dz {
    margin-left: 32px;
}
.message .msg-content .msg-wrap .msg-item .msg-item-left .others img {
    position: relative;
    top: 3px;
}
.message .msg-content .msg-wrap .msg-item .msg-item-left .others .cai {
    margin-left: 18px;
}
.message .msg-content .msg-wrap .msg-item .msg-item-left .others .replay {
    margin-left: 39px;
}
.message .msg-content .msg-wrap .msg-item .msg-item-left .others .replay a {
    color: rgba(0, 0, 0, 0.4);
}
.message .msg-content .msg-wrap .msg-item .msg-item-left .others .report {
    margin-left: 42px;
}

.pagetion {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 42px 0;
    text-align: center; 
}
.pagetion a:hover,.pagetion button:hover{
      color: #fff;
    background-color: rgba(255, 113, 10, 1);
}
.pagetion > div {
    display: inline-flex;
}
.pagetion a,.pagetion button{
    display: inline-block;
    padding: 2px 8px;
    margin: 0 5px;
    background-color: #F0F2F5;
    color: rgba(0, 0, 0, 0.6);
    border:none;
    cursor: pointer;
}
.pagetion .currentPage {
    color: #fff;
    background-color: rgba(255, 113, 10, 1);
}
.pagetion .toPage input {
    width: 40px;
    margin-right: 10px;
    outline: none;
    padding-left: 5px;
}
    .form-control.verify {
    width: 90px;
    text-align: center;
    margin-right: 10px;
    display: inline-block;
}
.form-control{display:block;width:100%; padding: 0 10px;font-size:12px;line-height: 20px;border-radius:4px;transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;    background-color: #F5F5F5;
    color: #999999;
    border: 1px solid #eee;}
img#verify_img {
    border: 0;
    vertical-align: middle;
    margin-top: 5px;
}

a.comment_reply.replay{ color: rgba(0, 0, 0, 0.6);}

.contact {
    position: fixed;
    right: 0;
    top: 15vw;
    font-size: 12px;
    padding: 30px 8px 0;
    background-color: #fff;
    border-radius:16px 0px 0px 16px;
    box-shadow: -2px 2px 4px 0px rgb(1 1 1 / 15%);
        z-index: 9999;
}
.contact-item {
    text-align: center;
    margin-bottom: 33px;
}
.contact-item a {
    color: #000;
}
.contact-item img {
    width:32px;
    height:32px;
}
.con-num {
    color: rgba(255, 102, 0, 1);
}

.popup,.mac_pop_msg {
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 999;
    background-color: #D4EDDA;
    border: 1px solid #c3e6cb;
    padding: 1vw;
    border-radius: 4px;
    color: #155724;
    opacity: 1;
    transform: translate(-50%, -50%);
    transition: all .5s;
}
.mac_pop_msg {opacity:1;width:auto!important;}
.popup-hide {
    pointer-events: none;
    z-index: -1;
    opacity: 0;
}
.digg_num {
    color: rgba(0, 0, 0, 0.4);
}
.slash:last-child {
    display: none;
}
.dy-starring a{
    color: rgba(0, 0, 0, 0.8);
}
.cmt{text-align: justify;word-break:break-all;line-break:anywhere;}
footer {
    background-color: #171717;
    padding: 58px 0;
}
footer p {
    margin-bottom: 21px;
    text-align: center;
    color: #fff;
}
footer p a {
    color: #fff;
}