*{padding: 0;margin: 0;box-sizing: border-box;font-family: -apple-system, BlinkMacSystemFont, 'San Francisco', 'Microsoft YaHei', 'PingFang SC','Hiragino Sans GB', 'WenQuanYi Micro Hei', 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell','Fira Sans', 'Droid Sans', 'Noto Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif,'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';}
a{text-decoration: none;-webkit-tap-highlight-color: rgba(0,0,0,0);}

    /**新增文字广告**/
    .txtguanggao{
        width: 100%;
        overflow: hidden;
        display: block;
        box-shadow: 0 1px 2px 0 rgba(0,0,0,.05);
    }
    .txtguanggao a{
        width: calc((100% - 20px) / 4);
        float: left;
        border-radius: 2px;
        line-height: 35.35px;
        height: 35.35px;
        text-align: center;
        font-size: 14px;
        color: #fff;
        display: inline-block;
        background-color: rgb(255, 153, 159);
        margin: 2.5px;
            
        transition-duration: .3s;
    }
    .txtguanggao a:nth-child(1) {
        background-color: #FF0000;
    }
    .txtguanggao a:nth-child(2) {
        background-color: #0000FF;
    }
    .txtguanggao a:nth-child(3) {
        background-color: #B404AE;
    }
    .txtguanggao a:nth-child(4) {
        background-color: #04B404;
    }
    .txtguanggao a:nth-child(5) {
        background-color: #28a745;
    }
    .txtguanggao a:nth-child(6) {
        background-color: #B404AE;
    }
    .txtguanggao a:nth-child(7) {
        background-color: #0000FF;
    }
    .txtguanggao a:nth-child(8){
        background-color: #FF0000;
    }
    .txtguanggao a:hover{
    background:#FF2805;color:#FFF
    }
    @media screen and (max-width: 1000px) {
    .txtguanggao a{
       width: calc((100% - 10px) / 2);
        float: left;
        border-radius: 2px;
        line-height: 35.35px;
        height: 35.35px;
        text-align: center;
        font-size: 14px;
        color: #fff;
        display: inline-block;
        background-color: rgb(255, 153, 159);
        margin: 2.5px;
        transition-duration: .3s;
    }
    }
        @media screen and (min-width: 1000px) {
            .txtguanggao a{
            width: calc((100% - 20px) / 4);
            }}



a:link {
 text-decoration: none;
}
a:visited {
 text-decoration: none;
}
a:hover {
 text-decoration: none;
}
a:active {
 text-decoration: none;
}
.unit-100 {
    width: 100%;
}
.language {
    text-align: center;
    margin: 0 auto;
    position: relative;
	padding-top: 10px;
}	
.btn2 {
    display: inline-block;
    vertical-align: top;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    color: #5cb85c;
    margin: 5px;
    border: none;
    border-radius: 3px;
    box-shadow: none;
    cursor: pointer;
    background: #eeeded;
    padding: 20px 20px;
    height: 2.3em;
}
.btn2:link {
    color: #FFFFFF;
    background: #5cb85c;
}

.btn2:visited {
    color: #FFFFFF;
    background: #5cb85c;
}

.btn2:hover {
    color: #5cb85c;
    background: #FFFFFF;
}

.btn2:active {
    color: #FFFFFF;
    background: #5cb85c;
}
.btn-outline2 {
    background: none;
    border: 3px solid #5cb85c;
    *height: 15px;
    *height: _15px;
    margin-right: 14px;
    padding-top: 5px;
    padding-right: 20px;
    padding-bottom: 5px;
    padding-left: 20px;
}
.tit {
            margin: 0 auto;
            padding: 4px;
			font-size: 24px;
            text-align: center;
}
ul {
    margin: 0;
    padding: 10px 20px;
}

ul, menu, dir {
    display: block;
    list-style-type: disc;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 10px;
}
ul li {
    padding: 4px 0;
    list-style: none;
    *line-height: 30px;
   * font-size: 16px;
    *white-space: nowrap;
}

li {
    display: list-item;
    text-align: -webkit-match-parent;
}
.coin {
    position: fixed;
    top: -9999px;
    left: -9999px;
}
