@charset "utf-8";

*{   
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color:transparent;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
header,
aside,
section,
article,
fieldset,
legend,
input,
button,
textarea,
p,
span,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
	font-family: Microsoft Yahei, arial, SimSun, Tahoma, Helvetica, STHeiti, sans-serif;
	list-style: none;
	transition-property: color, border-color;
	transition-duration: 0.3s;
	outline: none;
	box-sizing: border-box;
	
}

input[type="button"],
input[type="submit"],
input[type="reset"] {
	-webkit-appearance: none;
	border-radius: 0;
}

input[type="submit"],
input[type="button"] {
	box-sizing: content-box;
}

input:focus{
	border: 1px solid #ccc;
	background: inherit;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: inherit;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
	color: inherit;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
	color: inherit;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: inherit;
}


html{
	font-size: 100px;
	height: 100%;
}

body{
	position: relative;
	margin: 0 auto;
	max-width: 1920px;
	color: #333;
	font-size: .14rem;
	height: 100%;
	background: #fff;
	user-select: none;
}

a {
	color: inherit;
	text-decoration: none;
}

a:hover {
    text-decoration: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

th {
	font-weight: 400;
}

img {
	display: block;
	border: 0;
}

textarea,
select,
option,
input {
	outline: none;
}

*::-webkit-scrollbar{
	width: 8px;
    height: 8px;
}

*::-webkit-scrollbar-button{
	display: none;
}

*::-webkit-scrollbar-thumb{
	border-radius: 5px;
    background: #e1e1e1;
    border: 1px solid #fff;
}

*::-webkit-scrollbar-track{
	border: 1px solid #fff;
}

*::-webkit-scrollbar-track-piece{
    background: none;
}

.clearBoth:after,
.clearboth:after {
	content: "";
	display: block;
	clear: both;
}

.centerBox {
	margin: 0 auto;
	/*width: 1700px;*/
	max-width: 1700px;
	user-select: none;
}
.feet{
	width: auto;
	max-width: inherit;
}
/* .centerBox:after {
	content: "";
	display: block;
	clear: both;
} */

.w1500{
	width: 1500px;
	margin: 0 auto;
}

.left{
	float: left;
}

.right{
	float: right;
}

.mobile{
	display: none;
}

.flex-box{
	display: flex;
	/*flex-wrap: wrap;*/
	justify-content: space-between;
	width: 80%;
}
.tab-head{
	width: 100%;
	max-width: 100%;
}
.login{
	background: #46c116;
}

.register{
	background: #429fe1;
}

.swiper-slide img{
	width: 100%;
}

.sections .odds{
	background: #f6f6f6;
}

.sections .cases:nth-child(even){
	background: rgba(72,142,255,0.03);
}

.sections .reverse .flex-box{
	flex-direction: row-reverse;
}

.sections .reverse section{
	padding-left: 0 !important;
	padding-right: 5% !important;
}
