/* CSS Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    box-sizing: border-box; /* Ensure padding and borders are included in element sizes */
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

body {
    font-family: "Microsoft YaHei","Helvetica";
    font: normal 14px/1.5 helvetica,verdana,san-serif;
    background-color: #FFF;
    color: #333;
}
table {
    display: table;
    border-collapse: separate;
    box-sizing: border-box;
    text-indent: initial;
    border-spacing: 2px;
    border-color: gray;
}
table {
    border-collapse: separate;
    text-indent: initial;
    border-spacing: 2px;
}
tbody {
    display: table-row-group;
    vertical-align: middle;
    border-color: inherit;
}
.tab th {
    text-align: center;
    padding: 8px 0;
    background: #ebebeb;
}
th {
    display: table-cell;
    vertical-align: inherit;
    font-weight: bold;
    text-align: -internal-center;
}
td {
    display: table-cell;
    vertical-align: inherit;
}
.tab td {
    text-align: center;
    padding: 6px 5px;
}
td {
    display: table-cell;
    vertical-align: inherit;
}
.wraper{
    width: 97%;;
}
.tab tbody tr:nth-child(odd) {
    background-color: #FAFAFA;
}
.tab tr td.cnt {
    color: #BBB;
}
.tab tr td.cnt p{
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
}
.tab tr td.cnt a {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
	text-decoration: none;
}
.tab tr td.cnt span{
	color: #F00;
    font-weight: bold;
}

.tab tbody tr:nth-child(even) {
    background-color: #F7EEE3;
}

.i_new .i_new_title{
    padding-left: 30px;
    line-height: 35px;
    font-size: 15px;
    font-weight: bold;
}
.bg3d{
    background: url(../images/3d.png) left center no-repeat;
    background-size: 25px;
}

.bgp3{
    background: url(../images/pl3.png) left center no-repeat;
    background-size: 25px;
}

#click-btn{
    font-size: 14px;
    display: inline-block;
    padding: 5px 16px;
    height: 30px;
    background: #298EEE;
    color: #fff;
    border-radius: 20px;
}
#click-btn2{
    font-size: 14px;
    display: inline-block;
    padding: 5px 16px;
    height: 30px;
    background: #F56C6C;
    color: #fff;
    border-radius: 20px;
}

.center{
    margin: 0 auto;
}
.banner{
    width: 97%;
    padding-top: 5px;
}
.banner img{
    width: 100%;
    border-radius: 5px;
}

.i_tui h1{
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    margin: 10px 0;
}

.i_new{
    margin-top: 15px;

}
.i_new p{
    
}
.i_new em{
    color: #F00;
    font-weight: bold;
}
.i_new h3{
    margin-top: 10px;
}
.footer{
    color: #666;
    text-align: center;
}

.algin-center{
    text-align: center;
}

.popupbox {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 100;
    /* 涓洪槻姝㈤〉闈腑鏈夊叾浠栧畾浣嶅厓绱犵殑z-index杈冨ぇ锛屽彲浠ュ皢杩欓噷鐨剒-index璁剧疆鐨勫緱澶т竴浜� */
    background-color: rgba(0,0,0,.5);
    /* opacity: 0.5; */
    
}
.popupbox .main {
    position: absolute;
    width: 70%;
    height: 376px;
    top: 50%;
    left: 50%;
    margin-left: -35%;
    margin-top: -220px;
    background-color: white;
    border-radius: 10px;
    padding-top: 15px;
}
.main .title {
        height: 35px;
        background-color: #409EFF;
        color: white;
        line-height: 35px;
        border-radius: 10px 10px 0 0;
        font-size: 14px;
        padding-left: 10px;
}
 .main .content {
     width: 100%;
     height: 296px;
     display: flex;
     justify-content: center;
     align-items: center;
}
.main .btn{
        height: 60px;
        width: 100%;
        display: flex;
        justify-content: space-around;
        align-items: center;

}
.close{
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -15px;
    margin-top: 166px;
}
.close img{
    width: 30px;
}
.btn button{
        background-color: #409EFF;
        outline: none;
        color: white;
        border: none;
        height: 30px;
        width: 150px;
        border-radius: 15px;
    
}
.copyText{
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}
.copyText em{
    color: #F56C6C;
    font-weight: bold;
    font-size: 15px;
}
.copyText span{
    font-size: 14px;
    padding: 2px 5px;
    background: #F56C6C;
    color: #fff;
    border-radius: 3px;
}
.copyText p{
    font-size: 16px;
    color: #000;
    font-weight: bold;
}
.textInfo{
    margin-top: 5px;
}
.textInfo p{
    font-size: 14px;
    line-height: 25px;
}
.mt15{
    margin-top: 15px;
}