/*by siyuan web:www.siyuanw.com*/
*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    margin: 0;
    background-color: #f3f3f3;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

::-moz-selection {
    background: #F4696A;
    color: #fff;
}

::selection {
    background: #F4696A;
    color: #fff;
}

p {
    color: #888;
}

a {
    text-decoration: none;
}

.chainwon-container {
    position: relative;
    margin-right: auto;
    margin-left: auto;
    width: 860px;
}

.chainwon-item {
    -webkit-box-shadow: 0 0 15px rgba(0, 64, 128, 0.1);
            box-shadow: 0 0 15px rgba(0, 64, 128, 0.1);
    border-radius: 10px;
    background-color: #fff;
    margin-top: 15px;
}

.chainwon-item .chainwon-header {
    position: relative;
    /* padding: 15px 0; */
    margin-bottom:  15px;
    border-bottom: 2px solid #eee;
}

.chainwon-item .chainwon-header::after {
    clear: both;
    content: "";
    display: block;
}

.chainwon-item .chainwon-header .chainwon-title {
    float: left;
    margin-left: 15px;
    padding: 0px 12px;
    background: #F4696A;
    color: #fff;
    line-height: 30px;
    border-radius: 30px;
}

.chainwon-item .chainwon-header .chainwon-tab {
    float: left;
    margin-left: 15px;
    min-height: 62px;
    max-height: 62px;
    padding: 15px 0;
    margin-bottom: -2px;
}

.chainwon-item .chainwon-header .chainwon-tab img {
    width: 32px;
    height: 32px;
    margin-right: 15px;
}

.chainwon-item .chainwon-header .chainwon-tab a {
    min-height: 32px;
    max-height: 32px;
    border-radius: 30px;
    min-width: fit-content;
    padding: 0;
    margin-right: 20px;
}

.chainwon-item .chainwon-header .chainwon-tab .mdui-tab-active {
    color: #F4696A;
}

.chainwon-item .chainwon-header .chainwon-tab  .mdui-tab-indicator {
    border-radius: 30px;
    background: rgb(244, 105, 106);
}

.chainwon-item .chainwon-btn {
    float: right;
    border-radius: 100%;
    background: #F4696A;
    color: #fff;
    width:  30px;
    height:  30px;
    text-align:  center;
    line-height: 28px;
    cursor: pointer;
    margin: 15px;
    margin-left: 0;
}

.chainwon-item .chainwon-btn i {
    font-size: 20px!important;
}

.chainwon-item .mdui-menu {
    text-align: center;
    border-radius: 10px;
    width: 140px;
    -webkit-box-shadow: 0 0 8px rgba(0, 64, 128, .2);
            box-shadow: 0 0 8px rgba(0, 64, 128, .2);
    color: #5a5f69;
}

.chainwon-item .chainwon-content {
    margin: 0 15px;
    padding-bottom: 15px;
    text-align: left;
}

.chainwon-item .chainwon-content::after {
    content: "";
    clear: both;
    display: block;
}

.chainwon-item .chainwon-content .logo {
    width: calc(12.5% - 8.75px);
    margin-right: 10px;
    float: left;
    position: relative;
}

.chainwon-item .chainwon-content .logo:nth-child(8n+8) {
    margin-right: 0;
}

.chainwon-item .chainwon-content .logo span {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 10px;
    z-index: 1;
    background: #F4696A;
    color: #fff;
    line-height: 0;
    padding: 10px 6px;
    border-radius: 15px;
    -webkit-box-shadow: rgba(0, 64, 128, 0.25) 0 0 3px;
            box-shadow: rgba(0, 64, 128, 0.25) 0 0 3px;
}

.chainwon-item .chainwon-content .logo p {
    width: 100%;
    height: 25px;
    line-height: 25px;
    text-align: center;
    font-size: 12px;
    margin: 0;
    color: #5a5f69;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.chainwon-item .chainwon-content .logo a {
    border-radius: 100%;
    font-size: 0;
    display: block;
    border: 1px solid #eaeef1;
}

.chainwon-item .chainwon-content .logo a img {
    width: 100%;
    background: #fff;
}

.chainwon-item .chainwon-content .chainwon-article-card {
    margin-bottom: 15px;
    display: block;
}

.chainwon-item .chainwon-content .chainwon-article-card::after {
    content: "";
    clear: both;
    display: block;
}

.chainwon-item .chainwon-content .chainwon-article-card:last-child {
    margin-bottom: 0;
}

.chainwon-item .chainwon-content .chainwon-article-card .chainwon-detail {float: left;width: calc(100% - 220px);height: 130px;}

.chainwon-item .chainwon-content .chainwon-article-card .chainwon-detail h2 {
    margin-top:  0;
    margin-bottom: 15px;
    color: #5a5f69;
}

.chainwon-item .chainwon-content .chainwon-article-card .chainwon-detail p {
    margin-top:  0;
    margin-bottom: 15px;
}

.chainwon-item .chainwon-content .chainwon-article-card .chainwon-cover {
    float: left;
    width: 220px;
    overflow: hidden;
    height: 130px;
    border-radius: 10px;
    border: 1px solid #eee;
}

.chainwon-item .chainwon-content .chainwon-article-card .chainwon-cover img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}

#chainwon-header .chainwon-item {
    margin-top: 80px;
    height: 280px;
    background-position: center bottom;
    background-size: cover;
    background-repeat: no-repeat;
}

#chainwon-header .chainwon-counttime {
    position: absolute;
    top: 90px;
    left: calc(50% - 150px);
    padding: 10px 0;
    width: 300px;
    border-radius: 35px;
    background: #fff;
    -webkit-box-shadow: rgba(0, 64, 128, 0.1) 0 0 8px;
            box-shadow: rgba(0, 64, 128, 0.1) 0 0 8px;
    color: rgb(208, 216, 227);
    text-align: center;
    font-size: 30px;
    z-index: 1;
}

#chainwon-header .chainwon-counttime a {
    display: block;
    color: rgb(208, 216, 227);
}

#chainwon-header .chainwon-search {
    position: absolute;
    top: 220px;
    width: 100%;
    overflow:  hidden;
    opacity: 0.9;
}

#chainwon-header .chainwon-search.appear {
     z-index: 10;
     border-radius: 10px;
     -webkit-box-shadow: 0 5px 40px rgba(0,0,0,.3);
             box-shadow: 0 5px 40px rgba(0,0,0,.3);
}

#chainwon-header .chainwon-search form:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background-position: center bottom;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-filter: blur(4px);
    filter: blur(4px);
    opacity: .17;
}

#chainwon-header .chainwon-search form {
    position: relative;
    width: 100%;
    height: 60px;
    background: #fff;
    overflow: hidden;
    border-radius: 10px;
}

#chainwon-header .chainwon-search.appear form {
    border-radius: 10px 10px 0 0;
}

#chainwon-header .chainwon-search input {
    padding: 0 60px 0 20px;
    width: 100%;
    height: 100%;
    outline: none;
    border: none;
    background: transparent;
    color: #5b6064;
    font-size: 18px;
    line-height: 33px;
    -webkit-transition: background .35s;
    transition: background .35s;
    -webkit-appearance: none;
    position: relative;
}

#chainwon-header .chainwon-search button {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 60px;
    height: 100%;
    outline: none;
    border: none;
    border-radius: 0;
    background: transparent;
    color: rgb(117, 117, 117);
}

#chainwon-header .chainwon-suggests {
    background: #fff;
    width: 100%;
    max-height: 350px;
    overflow-y: auto;
}

#chainwon-header .chainwon-suggests::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

#chainwon-header .chainwon-suggests::-webkit-scrollbar-thumb {
    background-color: #888;
    border-radius: 6px;
}

#chainwon-header .chainwon-search.hid .chainwon-suggests {
    display: none;
}

#chainwon-header .chainwon-search.appear .chainwon-suggests {
    display: block;
    font-size: 0;
}

#chainwon-header .chainwon-suggests a {
    -webkit-transition: all .35s;
    transition: all .35s;
    display: block;
    font-size: 1.4em;
    color: #5b6064;
    height: 70px;
    position: relative;
}

#chainwon-header .chainwon-suggests a:hover {
    background: #f8f8f8;
}

#chainwon-header .chainwon-suggests p {
    height: 35px;
    line-height: 20px;
    padding-right: 10px;
    width: calc(100% - 70px);
    left: 70px;
    position: absolute;
    font-size: 16px;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

#chainwon-header .chainwon-suggests .logo {
    height: 50px;
    width: 50px;
    margin: 10px;
    background: #fff;
    border-radius: 100%;
    -webkit-box-shadow: 0 0 0 1px #eee;
            box-shadow: 0 0 0 1px #eee;
}

#chainwon-header .chainwon-suggests .title {
    top: 0;
    padding-top: 13px;
    font-weight: 900;
}

#chainwon-header .chainwon-suggests .desc {
    bottom: 0;
    padding-bottom: 13px;
}

#chainwon-footer {
    bottom: 0px;
    padding-top: 40px;
    height: 80px;
    text-align: center;
    color: rgb(90, 95, 105);
}

/* Phone */

@media screen and (max-width: 767px) {
    .chainwon-container {
        position: relative;
        margin-right: auto;
        margin-left: auto;
        width: calc(100% - 30px);
    }
    #animate{font-size:60px!important;}
    #chainwon-header .chainwon-container {
        height: 220px;
    }
    #chainwon-header .chainwon-search {
        top: 160px;
    }
    #chainwon-header .chainwon-counttime {
        top: 70px;
        left: calc(50% - 100px);
        width: 200px;
        text-align: center;
        font-size: 22px;
        padding: 12px;
    }
    .chainwon-item .chainwon-content .logo {
        width: calc(33.3333333333% - 6.66666px);
    }
    .chainwon-item .chainwon-content .logo:nth-child(8n+8) {
        margin-right: 10px;
    }
    .chainwon-item .chainwon-content .logo:nth-child(3n+3) {
        margin-right: 0;
    }
}

article {
    padding: 0;
    color: #444;
    margin-bottom: -10px;
}

article img {
    display: block;
    border-radius: 10px;
    max-width: 100%;
    margin-bottom: 15px;
    border: 1px solid #eee;
}

article h4,
article h2 {
    color: #111;
    margin: 0;
    margin-bottom: 15px;
    font-weight: normal;
}

article h4:before {
    display: inline-block;
    width: 15px;
    content: '#';
    color: #aaa;
}

article h4 {
    font-size: 1.15em;
}

article blockquote {
    color: #666666;
    margin: 0;
    padding: .5em 2em;
    background-color: #f8f8f8;
    line-height: 28px;
    position: relative;
    margin-bottom: 15px;
    border-radius: 10px;
    border: 1px solid #eee;
    text-align: center;
}

article blockquote:before,
article blockquote:after {
    position: absolute;
    color: #888;
    font-size: 3em;
}



article ul {
    font-size: 15px;
    margin: 0;
    padding-left: 2em;
    margin-bottom: 15px;
    color: #F4696A;
}

article ul li p {
    color: rgb(90, 95, 105);
    margin: 0;
}

article ul li p a {
    color: #F4696A;
}

article table {
    color: #5b6064;
    border-spacing: 0;
    border-radius: 3px;
    text-align: center;
    border-collapse: collapse;
    -webkit-box-shadow: 0 0 0 1px #eee;
            box-shadow: 0 0 0 1px #eee;
    display: inline-block;
    max-width: 100%;
    overflow: auto;
    white-space: nowrap;
    margin: 1.5em auto;
}

article table::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

article table::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #888;
}

article table th {
    border-right: 1px solid #eee;
    padding: 7px 14px;
    font-weight: normal;
}

article table td {
    border-right: 1px solid #eee;
    padding: 8px 14px;
}

article table th:last-child,
article table td:last-child {
    border: none;
}

article table tr {
    background-color: #fff;
}

article table tr:nth-child(2n) {
    background-color: #f8f8f8;
}
#animate{
    font-size: 100px;
    height: 100px;
    line-height: 230px;
    text-shadow: 1px 1px 0 #ff3f1a, -1px -1px 0 #00a7e0;
    color: #ffffff;
    text-align: center;
}