.maxImg img{
    width: 100%;
}

html {
    scroll-behavior: smooth;
    /* 解决锚点位置被导航栏遮挡 */
    scroll-padding-top: 178px;
}
p{
    margin: 0;
}

/*切换彩种*/
.xam,.xg {display: none;}
.type {display: flex;height: 50px;}
.type p {flex-grow: 1;margin: 0;line-height: 50px;text-align: center; border: 1px solid #ccc;font-size: 18px;background: #6e6c6c;color: #fff;}
.type .active {background: #019c3a;}
/*切换彩种*/

.tpc_content{font-family:Arial;padding:0 15px 2em 15px;margin:0;line-height:2em;}
a {text-decoration: none}


.nav2 { width: 100%; max-width: 720px; margin: 0 auto; box-sizing: border-box; padding: 2px; font-size: 13px; background: #fff;}
.nav2 ul { padding: 2px 0; display: flex; justify-content: space-between;}
.nav2 ul li { width: 100%; box-sizing: border-box; padding: 0 2px;}
.nav2 ul li a { display: block; padding: 3px 0; text-align: center; color: #fff; border-radius: 50px; background: #DA183B;}
.nav2 ul li a:hover { background: #da183b;}
#nav2[data-fixed="fixed"]{ position: fixed;	top:45px; left: 0; right: 0; margin: auto; z-index: 1; box-shadow: 0 5px 10px rgba(0,0,0,.1);}
.nav-img { text-align: center; background: #000;}
.nav-img img { width: auto; height: 50px;}
@media screen and (min-width:720px) {
    .nav2 { padding: 4px; font-size: 16px;}
    .nav2 ul { padding: 4px 0;}
    .nav2 ul li { padding: 0 4px;}
    .nav2 ul li a { padding: 5px 0; cursor: pointer;}
}


.sub-header11 {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    background-color: #fbfbfb;
    background: -moz-linear-gradient(top,#fff,#ececec);
    background: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#ececec));
    border-bottom: 1px solid #c6c6c6;
    width: 100%;
    height: 44px;
    moz-box-shadow: 0 0 2px rgba(180,180,180,0.7);
    webkit-box-shadow: 0 0 2px rgba(180,180,180,0.7);
    box-shadow: 0 0 2px rgba(180,180,180,0.7);
}

.center11 {
    text-align: center;
}
.sub-header11 a {
    display: block;
    height: 44px;
    line-height: 44px;
    font-size: 18px;
    text-shadow: 1px 1px 0 #fff;
    font-weight: bold;
    color: #444;
    text-decoration: none;
}
.sub-header11 a:link {
    text-decoration: none;
}

