@charset 'utf-8';

html {
    font-family: "Microsoft YaHei UI", "Microsoft YaHei", sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

html,
body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dt,
dd,
ol,
ul,
li,
table,
tbody,
tfoot,
thead,
tr,
th,
td
{
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline
}

button,
input,
optgroup,
select,
textarea {
    outline: none;
}

li {
    list-style: none
}

a {
    background-color: transparent;
    text-decoration: none
}

input {
    outline: 0
}

img {
    border: 0
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

.clearfix:after {
    content: "";
    display: table;
    clear: both;
    height: 0;
}

.clearfix {
    zoom: 1;
}

body{
	background-color: #efefef;
}
.wrap {
    width: 1200px;
    margin: 0 auto;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.top-bar {
    border-bottom: 2px #E20000 solid;
    background: #fff;
    z-index: 1000;
}

.top-bar-login,
.top-bar-login-after {
    line-height: 30px;
    font: 12px/30px simsun;
}

.top-bar-login-after {
    display: none;
}

.top-bar .ofw-logo {
    margin-top: 2px;
}

.top-bar-login>.signin {
    display: inline-block;
    background: #e20000;
    height: 24px;
    width: 50px;
    border-radius: 2px;
    text-align: center;
    margin-top: 3px;
    line-height: 24px;
}

.top-bar-login>.signin>a {
    color: #fff;
}

.top-bar-login a,
.top-bar-login-after a {
    color: #333;
}

.top-bar-login a:hover,
.top-bar-login-after a:hover {
    text-decoration: underline;
}

.top-bar-login i {
    font-style: normal;
    color: #666;
}

.top-bar-login>.email {
    padding-left: 24px;
    display: inline-block;
    background: url(http://images.ofweek.com/images/global-steven/email/ico_email.png) no-repeat left;
}
.bor_bf{
	border: 1px solid #bfbfbf;
	background-color: #fff;
}
/* main */
.banner{
	position: relative;
	width: 100%;
	height: 350px;
	background: url("../images/banner.jpg?v=111") no-repeat center;
	margin: 20px auto;
}
.banner a{
	position: absolute;
	top: 250px;
	left: 70px;
	width: 190px;
	height: 42px;
}
.main{
	overflow: hidden;
}
.main_left{
	width: 840px;
}
.main_right{
	width: 328px;
}
.down{
	overflow: hidden;
	
	margin-bottom: 20px;
}
.down a{
	width: 136px;
	height: 56px;
	margin: 25px 30px;
	background: url("../images/down.jpg?v=111") no-repeat center;
}
.down p{
	width: 625px;
	margin-top: 25px;
	line-height: 1.65;
	font-size: 12px;
}
.menu{
	height: 1353px;
	padding: 45px 75px;
	overflow: auto;
}
.rule h3{
	font-size: 14px;
}
.rule p{
	font-size: 12px;
	line-height: 1.8;
	margin: 10px auto;
}
.rule h4{
	width: 80px;
	height: 20px;
	background: url(../images/title_bg.png) no-repeat center;
	color: #fff;
	font-size: 14px;
	text-align: center;
	font-weight: 100;
	line-height: 20px;
}
.rule span{
	display: block;
	font-size: 12px;
	color: #666;
	margin: 10px auto;
}
.prize{
	margin: 20px auto;
	padding: 10px;
}
.prize h3{
	font-size: 14px;
}
.prize ul{
	overflow: hidden;
	text-align: center;
}
.prize li{
	float: left;
	border-bottom: 1px dashed #999;
	width: 100%;
	padding: 20px 0;
}
.prize li:last-of-type{
	border-bottom: 0px;
}
.prize li p{
	font-size: 14px;
	line-height: 2;
}
.prize li img{
	display: block;
	margin: 0 auto;
}
.prize li span{
	color: red;
}