﻿@charset "utf-8";
/* Public CSS Document */


@font-face {
	font-family: OPPOSansR;
	src: url("/acc/font/OPPOSans-R.tAcFw8I3.ttf")
}
@font-face {
	font-family: OPPOSansB;
	src: url("/acc/font/OPPOSans-B.BaXLKlcn.ttf")
}
@font-face {
	font-family: Alibaba_PuHuiTi;
	src: url("/acc/font/Alibaba_PuHuiTi_2.0_45_Light_45_Light.CmYyYtlY.ttf")
}

* {
	margin: 0;
	padding: 0;
}

body {
	color: #5A5A5A;
	font-size: 12px;
	line-height: 16px;
	font-style: normal;
	font-weight: normal;
	font-family: "Alibaba_PuHuiTi";
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}
ol,ul,li {
	list-style-type: none;
}
a, a:link, a:visited {
	color: #1890FF;
	text-decoration: none;
}
a:hover {
	color: #50CDFF;
	text-decoration: none;
}

#wrapper {
	width: 100%;
	min-width: 1200px;
	height: 100%;
}

.transition {
	transition: all 0.8s ease;
	-o-transition: all 0.8s ease;
	-ms-transition: all 0.8s ease;
	-moz-transition: all 0.8s ease;
	-webkit-transition: all 0.8s ease;
}
.full_content {
	width: 100%;
}
.sub_content {
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
}