@charset "utf-8";
html,body{margin:0;padding:0;font-family:"微软雅黑";font-size:10px;min-width: 1340px;position: relative;height:100%;background-size: 100%;background: url(./bg2.png) no-repeat;background-size: 100% 100%;-webkit-background-size: 100% 100%;}
textarea{font-family:"微软雅黑";}
html,body,div,dl,dt,dd,ol,ul,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,p{margin:0;padding:0;font-size: 16px;}
img{border:0; vertical-align:bottom;}
ul,li{list-style:none;}
a{text-decoration:none;color: #fff}
input::-webkit-input-placeholder {color:#fff;font-size:12px;}
.btn_circle {
    height: 100px;
    width: 100px;
    border:20px solid #eee;
    line-height: 100px;
    font-size: 24px;
    text-align: center;
    border-radius: 50%;
    background-color: #f00;
    cursor: pointer;
    z-index: 9;
    color:#fff;
    -webkit-transition:all 0.7s linear;
    -moz-transition:all 0.7s linear;
    -ms-transition:all 0.7s linear;
    -o-transition:all 0.7s linear;
    transition:all 0.7s linear;
}
.btn_circle:hover{
    background-color: darkorange;
    border-color: #fff;
}
.btn_start{
    position: static;
    margin:70px auto 0 auto;
}
.thumb{
	width:50px;
	height:50px;
	border-radius:25px;
	margin-bottom:10px;
}
.cl{display: block;clear: both;}
.box{position: relative;padding-bottom:0;}
.Title{font-size:54.85px;color: #ffdc00;font-weight: bold;text-align: center;padding-top:150px;padding-bottom: 70px;letter-spacing:150px;padding-left:150px;}
.prizeList{width:1000px;margin: 0 auto;-moz-column-count:2;-webkit-column-count:2;column-count: 2;column-gap: none;column-count:none;}
.prizeList li{width:430px;height:70px;text-align:left;background: linear-gradient(45deg, #ebc761, #f6de74);line-height:70px;box-sizing:border-box;border:1px dashed #a34925;margin-bottom: 15px;padding: 0 15px;color: #000000;font-weight: bold;font-size: 22px;writing-mode: lr-tb;display: inline-block; /*ie8 竖直排列*/}
.prizeList li label{float: right;font-weight: normal;margin-right:30px;}