﻿@charset 'utf-8';

body, button, dd, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, hr, input, legend, li, ol, p, pre, td, textarea, th, ul, div, caption {
    margin: 0;
    padding: 0;
    box-sizing: content-box !important;
    -webkit-tap-highlight-color: transparent;
}
img{
	border: none;
}
pre{
	border: none;
}
a{
	text-decoration: none ;
	color: #333;
}
ul,li,ol,dl,dd,dt{
	list-style: none;
}
body {
    color: #3C3C3C;
    -webkit-font-smoothing: antialiased;
    background-color: #fff;
    font-size: 0.36rem;
    font-family: PingFangSC-Regular, sans-serif,"微软雅黑",microSoft YaHei;
}
article,aside,dialog,header,section,footer,nav,figure,menu{
	display: block;
}

.crumbs{
	width: 1200px;
	margin: 15px auto;
	color: #999;
	font-size: 12px;
}
.crumbs a:hover{
	color: #d2284d;
	text-decoration: underline;
}
.crumbs span{
	color: #333;
}

.header_top {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    background-color: #1b77b8;
    width: 100%;
    height: 1rem;
}
.header_top .logo {
    width: 3.25rem;
    height: 100%;
    /*background: url(/images/logoN.png) no-repeat center;
    background-size: 70%;*/
    position: absolute;
    left: 0;
    top: 0;
}
.header_top .choice {
    min-width: 2.5rem;
    height: 0.85rem;
    position: absolute;
    left: 50%;
    margin-left: -1.25rem;
    top: 0.1rem;
    line-height: 0.85rem;
    text-align: left;
    color: #666;
}
#sitetype {
    height: 100%;
    border-radius: 0.1rem;
    font-size: 0.44rem;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    outline: none;
    padding-left: 0.3rem;
    color:#fff;
    padding-right: 0.85rem;
}
#downBig {
    position: absolute;
    top: 0;
    right: 0;
    width: 0.85rem;
    height: 0.85rem;
    background: url(/images/downBig.png) no-repeat center;
    background-size: .44rem;
    transition: 0.2s;
}
.rotate {
    transform: rotateX(180deg);
}

.footer {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 1000;
    height: 1.15rem;
    background-color: #fff;
    width: 100%;
    box-shadow: 0 -4px 12px rgba(0,0,0,.2);
    padding-top: 0.1rem;
    padding-bottom: 0.1rem;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
}
.footer ul{
	overflow: hidden;
	width: 100%;
	height: 100%;
    display: flex;
    display: -webkit-flex;
}
.footer ul li{
	flex: 1;
	-webkit-flex: 1;
	text-align: center;
	height: 100%;
}
.footer ul li a{
    display: block;
}
.footer ul li p{
	height: 0.7rem;
	width: 100%;
}
.footer ul li span{
	color: #999;
	font-size: 0.3rem;
    display: block;
}
#home p{
	background: url(/images/home.png) no-repeat center;
	background-size: .6rem;
}
#result p {
    background: url(/images/result.png) no-repeat center;
    background-size: .6rem;
}
#chart p {
    background: url(/images/chart.png) no-repeat center;
    background-size: .6rem;
}
#miss p {
    background: url(/images/miss.png) no-repeat center;
    background-size: .6rem;
}
#mine p {
    background: url(/images/mine.png) no-repeat center;
    background-size: .6rem;
}
#province-box {
    position: fixed;
    top: 1rem;
    left: 0;
    z-index: 9999;
    background-color: #fff;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    padding-bottom: 1.5rem;
    display: none;
    -webkit-overflow-scrolling: touch;
}
/*.province-title {
    height: 1.1rem;
    font-size: 0.54rem;
    text-align: center;
    line-height: 1.1rem;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    border-bottom: 1px solid #ccc;
    z-index: 1;
}*/
.province-title>span{
    position: absolute;
    height: 100%;
    font-size: 0.8rem;
    right: 0.45rem;
    line-height: 1.1rem;
    color : #666;
}
.type-title {
    margin: 0 0.42rem;
    font-size: 0.4rem;
    color: #888;
    line-height: 0.8rem;
    margin-top: 0.1rem;
}
.little-box {
    text-align: center;
    font-size: 0;
    padding: 0 0.20rem 0.2rem;
    overflow: hidden;
}
.thisprovince {
    width: 2.26rem;
    height: 1.02rem;
    border: 1px solid #ccc;
    line-height: 1.02rem;
    text-align: center;
    float: left;
    border-radius: 0.1rem;
    margin: 0.2rem 0.13rem;
}
.thisprovince > a {
    font-size: 0.36rem;
    color: #333;
    display: block;
}
.thisprovince > a span{
    color: #1f78ba;
    font-size: 0.4rem;
    /*margin-left: 0.1rem;*/
}
.elevenfive-box .thisprovince:nth-of-type(4n), .k3-box .thisprovince:nth-of-type(4n), .k10-box .thisprovince:nth-of-type(4n), .ssc-box .thisprovince:nth-of-type(4n, .szc-box .thisprovince:nth-of-type(4n)) {
    margin-right: 0;
}
.fixed-scroll{
    height:100%;
    overflow: hidden;
}
body.modal-open {
    position: fixed;
    width: 100%;
}
.type-little-box{
    padding-bottom: 1.5rem;
}
#open-app{
    font-size: 0.4rem;
    color: #fff;
    position: fixed;
    z-index: 1002;
    right:0;
    top:0;
    height: 1rem;
    line-height: 1rem;
    text-align: center;
    width: 3rem;
    display: none;
}
.contact_info{
    padding-bottom: 2rem;
    font-size: 0.4rem;
    background-color: #fff;
}
.contact_info .contact_top {
    background-color: #eee;
    height: 1.2rem;
    line-height: 1.2rem;
    text-align: center;
}
.contact_info .contact_top>a{
    margin: 0 0.2rem;
    color: #666;
    font-size: 0.4rem;
}
.contact_main{
    text-align: center;
    height: 1.2rem;
    line-height: 1.2rem;
}
.contact_main>a{
    color: #1f78ba;
    margin: 0 0.2rem;
    font-size: 0.4rem;
}
.contact_main>a.touch_screen{
    color: #666;
}
.contact_bottom{
    width: 70%;
    margin: 0 auto;
    height: 0.8rem;
    line-height: 0.8rem;
    border: 1px solid #ddd;
    text-align: center;
    border-radius: 0.1rem;
    color: #999;
}
.contact_bottom>span{
    color: #666;
}
.container-ads{
    margin: 5px 0;
    height: 70px;
    position: relative;
    overflow: hidden;
}
.container-ads img {
    width: 100%;
    height: 70px;
}
.container-swiper.first{
    display: none;
}
.container-swiper.second {
    display: block;
}