/* 公共样式 */
.float_left{
	float: left;
}
.float_right{
	float: right;
}
.float_clr{
	clear: both;
}
.clearfix {
    zoom: 1;
}
.m_b10{
	margin-bottom: 10px;
}
.m_b20{
	margin-bottom: 20px;
}
.m_b30{
	margin-bottom: 30px;
}
.m_t20{
	margin-top: 20px;
}
.hide{
	display: none;
}
/* 头部样式修改  */
#top{
	background: #000000;
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99999;
}
.quick-menu a:hover{
	background: #000000;
}
.d-corner {
    font: 8px/25px arial;
    color: #999;
    font-style: normal;
    float: right;
    margin-left: 2px;
    margin-top: 4px;
}
.up-arrow{
	display: none;
}
#website_ind_wrap:hover #website_nav{
	display: block;
}
#website_ind_wrap:hover .up-arrow{
	display: block;
}
#website_ind_wrap:hover .down-arrow{
	display: none;
}
#top #website_ind_wrap:hover{
	background: #bb192f !important;
}
#top #website_nav:hover{
	background: #fff;
	color: #666 !important;
}
#top .wraplist_title:hover{
	background: #fff;
	color: #666 !important;
}
#top a:hover{
	background: #000;
	color: #fff;
}
#website_nav{
	display: none;
	position: absolute;
    top: 31;
    left: 15.5px;
    width: 966px;
    z-index: 999;
    background: #fff;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.sub_dis_wrap{
    height: 180px;
    border-right: 1px solid #d9d9d9;
    text-align: left;
    margin: 10px 0;
    padding: 0 38px 10px;
    z-index: 1000;
    float: left;
}
.sub_dis_wrap .disList {
    list-style: none;
    display: block;
    margin-right: 10px;
    float: left;
}
.sub_dis_wrap .disList li {
    float: none;
    padding-left: 0;
    background: none;
    margin: 0 0 10px;
    padding-right: 0;
}
#top #website_nav a {
    color: #666666 !important;
}
#top #website_nav a:hover{
	background: #fff;
}
.sub_dis_wrap .disTitle a {
    font-size: 14px;
    font-family: "Microsoft YaHei","微软雅黑";
    font-weight: bold;
    color: #444444;
    height: 40px;
    line-height: 40px;
}


/* 导航  */
.nav_Pbox{
	width: 100%;
	height: 80px;
	background: #fff;
	z-index: 9999;
	position: fixed;
	left: 0;
	top: 30px;
	border-bottom: 1px solid #E4E4E4;
}
.nav_box{
	width: 1200px;
	margin: 0 auto;
	line-height: 80px;
}
.nav_box img{
	vertical-align: middle;
	margin-right: 6px;
}
.nav_box b{
	font-size: 16px;
}
.nav_box ul li{
	ont-size: 16px;
	line-height: 78px;
	float: left;
	margin:0 30px;
	cursor: pointer;
}
.nav_box ul li.ac a{
	color:#DD0000;
	font-size: 18px;
	font-weight: bold;
}
.nav_box ul li a:hover{
	color:#DD0000;
}

.big_title{
    font-family: '微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
    text-align: center;
    margin-bottom: 30px;
    font-size: 20px;
}
.big_title i{
    margin: 0 20px;
    font-size: 16px;
    letter-spacing: 10px;
    font-weight: bold;
    color: #bb192f;
}

/*<!--  活动概要  -->*/
.a_explain{
	position: relative;
	width: 1200px;
	padding-top: 30px;
	margin: 0 auto;
}
.a_explain .a_explain_title{
    line-height: 40px;
}
.a_explain_title img{
    vertical-align: middle;
    margin:0 10px;
}
.a_explain .weixin_eq{
    position: absolute;
    top: 50px;
    left: -50px;
    background: #fff;
    padding: 10px 0;
    box-shadow: 0px 0px 5px #ccc;
    display: none;
}
.a_explain_title span{
    display: inline-block;
    position: relative;
}
.a_explain_title span:hover .weixin_eq{
    display: block;
}
.a_explain_msg{
    width: 1100px;
    line-height: 30px;
    margin: 50px auto;
}

/* <!-- 现场照片  --> */
.new_photo_box{
    width: 100%;
    background: #edecee;
}
.new_photo{
    width: 1200px;
    margin: 0 auto;
    position: relative;
    padding-top: 50px;
}
.new_photo span{
    display: block;
    width: 30px;
    height: 70px;
    line-height: 70px;
    background: rgba(0,0,0,0.5);
    position: absolute;
    top: 170px;
    text-align: center;
    cursor: pointer;
}
.new_photo span:hover{
    background: rgba(0,0,0,0.8);
}
.new_photo img{
    vertical-align: middle;
}
.new_photo .n_left{
    left: 0px;
}
.new_photo .n_rigth{
    right: 0px;
}
.d_list{
    width: 1100px;
    height: 200px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}
.d_list ul{
    width: 3360px;
    height: 200px;
    position: absolute;
    top: 0;
}
.d_list li{
    width: 260px;
    height: 100%;
    margin-right: 20px;
    position: relative;
    float: left;
    font-size: 14px;
    cursor: pointer;
    overflow: hidden;
}
.d_list li:hover{
    border:1px solid #bb192f;
    box-sizing: border-box; 
}
.d_list li img{
    width: 100%;
}
.new_photo p{
    text-align: center;
    padding:50px 0;
}
.new_photo_box a{
    color: #666;
}
.new_photo_box a:hover{
    color: #bb192f;
}


/* <!--  技术演讲  --> */
.s_tip{
    line-height: 26px;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 30px;
    color: #666;
}
.video_box{
    width: 1200px;
    margin: 0 auto;
    padding: 50px 0;
}
.video_box .big_title{
    margin: 0;
}
.video_box p{
    color: #666;
}
.video_box ul li{
    width: 386px;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    height: 450px;
    border:1px solid #e4e4e4;
    border-radius: 3px;
}
.video_box ul li:nth-of-type(3){
    margin-right: 0;
}
.video_box .img_box{
    width: 100%;
    height: 220px;
    position: relative;
}
.video_box .play_btn{
    position: absolute;
    top: 40%;
    left: 40%;
    cursor: pointer;
}
.video_box .play_btn:hover{
    border-radius: 50%;
    background: rgba(0,0,0,.5);
}
.video_box .msg_box{
    width: 100%;
    height: 220px;
    padding: 0 20px;
    width: 100%;
    box-sizing: border-box;
    color: #666;
    position: relative;
}
.msg_box h4{
    color: #000;
    font-size: 16px;
    line-height: 50px;
    border-bottom: 1px solid #E4E4E4;
}
.msg_box p{
    line-height: 20px;
    font-size: 12px;
}
.msg_box a{
    position: absolute;
    left: 20px;
    bottom: 0px;
    font-size: 14px;
    color: #bb192f;
}
.msg_box a:hover{
    font-weight: bold;
}


/* <!--  资料下载  --> */
.downFlies_box{
    width: 1200px;
    margin: 0 auto;
}
.downFlies_box .big_title{
    margin: 0;
}
.downFlies_list{
    width: 1100px;
    padding: 50px;
    background:#dd8c97;
    border-radius: 20px;
    position: relative;
}
.downFlies_list .sanjiao{
    position: absolute;
    bottom: -30px;
    left: 570px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.downFlies_list li{
    width: 260px;
    height: 290px;
    position: relative;
    float: left;
    margin-right: 20px;
}
.downFlies_list li:nth-of-type(4){
    margin-right: 0;
}
.downFlies_list li img{
    width: 100%;
    vertical-align: middle;
}
.downFlies_list li:hover{
    border: 2px solid #bb192f;
    border-bottom: none; 
    box-sizing: border-box;
}
.downFlies_list li p{
    width: 100%;
    text-align: center;
    line-height: 40px;
    position: absolute;
    left: 0;
    bottom: 0;
    color: #fff;
    background:#bb192f;
}
.downFlies_btn{
    line-height: 50px;
    margin: 50px 0;
    text-align: center;
}
.downFlies_btn a{
    display: inline-block;
    width: 160px;
    text-align: left;
    background: #bb192f;
    color: #fff;
    border-radius: 5px;
}
.downFlies_btn a img{
    float: left;
    margin: 15px 20px 0 20px;
}

/* 活动说明 */
.activity_description{
    width: 1120px;
    margin: 0 auto;
    background: #6a2668;
    color: #fff;
    border: 1px dashed #fff;
    border-radius: 10px;
    padding: 40px;
    position: relative;
}
.activity_description p{
    line-height: 26px;
}
.activity_description .right_box{
    position: absolute;
    top: 50px;
    right: 50px;
}
.right_box p{
    text-align: center;
    line-height: 30px;
}

/* <!--  结束说明  --> */
.end_tip{
    width: 1120px;
    margin: 50px auto;
    background: #f2f2f2;
    padding: 50px 40px;
    border-radius: 10px;
    position: relative;
}
.end_tip p{
	line-height: 32px;
}
.end_tip b{
    float: left;
    display: inline-block;
    margin-top: 45px;
    margin-right: 36px;
}
.end_tip .right_box{
    position: absolute;
    text-align: center;
    top: 50px;
    right: 50px;
    font-size: 14px;
}

.num_chance{
    width: 120px;
    height: 120px;
    position: fixed;
    right: 0px;
    top: 50%;
    background: url(../img/num_chance.png);
    background-size:100% 100%;
}
.num_chance a{
    display: block;
    width: 100%;
    height: 105px;
    padding-top: 15px;
}
.num_chance b{
    color: #fff;
    font-size: 26px;
    margin-left: 45px;
}

/* <!-- 图片预览 -->  */
.pop_up_box{
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0,0,0,.5);
    z-index: 99999;
    display: none;
}
.big_watch{
    width: 900px;
    margin:120px auto; 
    position: relative;
}
.big_watch .bigImg_box img{
    width: 100%;
}
.big_watch span{
    position: absolute;
    width: 48px;
    top: 50%;
    cursor: pointer;
}
.big_watch .arrow-left{
    left: -80px;
}
.big_watch .arrow-right{
    right: -80px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.big_watch .del{
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: rgba(0,0,0,.7);
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}
.big_watch .del img{
    width: 16px;
}

/* <!--  抽奖  --> */
.step_3{
    padding:50px 0;
	width: 100%;
	background:rgba(121, 60, 119, 1);;
}
.index_module{
	width: 1160px;
	margin: 0 auto;
	padding-bottom: 40px;
}
.index_module .big_title{
    color: #fff;
}
.index_module .big_title i{
    color: #fff;
}
#step_3 a {
    color: #007ac2;
}

#step_3 a:hover {
    text-decoration: underline;
}

#step_3 center {
    display: block;
    border-radius: 3px;
    line-height: 40px;
    background: #e6f2f9;
    font-size: 16px;
}

/*抽奖弹窗样式*/
.lotter_alert {
    /*抽奖机会用完*/
    /*中奖了*/
}

.lotter_alert.not_winning {
    width: 305px;
}

.lotter_alert.not_winning .layui-layer-content {
    overflow: hidden;
}

.lotter_alert.layui-layer {
    padding: 30px;
    background: #fff;
    border-radius: 15px;
}

.lotter_alert .layui-layer-title {
    display: none;
}

.lotter_alert .layui-layer-content {
    text-align: center;
}

.lotter_alert .layui-layer-content i {
    display: block;
    color: #C77701;
    font-size: 40px;
    font-style: normal;
    padding: 20px 0;
}

.lotter_alert .layui-layer-content big {
    display: block;
    margin-bottom: 10px;
    font-size: 16px;
    color: #000;
}

.lotter_alert .layui-layer-content span {
    color: #000;
}

.lotter_alert.no_chance {
    width: 305px;
}

.lotter_alert.no_chance big {
    display: block;
    padding-top: 20px;
}

.lotter_alert.no_chance .btns {
    display: block;
    padding: 20px 0;
}

.lotter_alert.no_chance .btn {
    color: #fff;
    border: none;
    width: 85px;
    margin: 0 3px;
    background: #bb192f;
}

.lotter_alert.no_chance .layui-layer-content {
    overflow: hidden;
}

.lotter_alert.winner {
    width: 305px;
}

.lotter_alert.winner big b {
    color: #ff0000;
}

.lotter_alert.winner img {
    display: block;
    margin: 10px auto;
    width: 100px;
}

.lotter_alert.winner span {
    line-height: 20px;
}

.lotter_alert.winner .layui-layer-content {
    overflow: hidden;
}

#prilist{
    float: left;
    width: 672px;
    margin-right: 100px;
}

#prilist li {
    display: block;
    background: #fcdee3;
    float: left;
    margin: 0 20px 20px 0;
    width: 202px;
    padding: 30px 0;
    text-align: center;
    overflow: hidden;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    color: #333;
    border: 2px solid #fac5ce;
}

#prilist li.right {
    margin-right: 0;
}

#prilist li.active {
    border: 2px solid #eb0029;
}

#prilist img {
    display: block;
    height: 60px;
    margin: 0 auto 10px;
}

#prilist #begin_btn {
    padding: 0;
    height: 151px;
    line-height: 151px;
    font-size: 20px;
    color: #fff;
    background: #DD0000;
    cursor: pointer;
}
#prilist #begin_btn:hover{
	background: #9a001b;
}
#prilist #begin_btn:active {
    font-size: 16px;
}

#winner_list {
    float: left;
    width: 380px;
}

#winner_list a {
    text-decoration: underline;
}

#winner_list .list_box {
    display: block;
    padding-top: 10px;
    background: #bb192f;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    margin-bottom: 20px;
}

#winner_list .list_box b {
    display: block;
    margin: 0 auto;
    font-size: 18px;
    color: #007ac2;
    margin-bottom: 10px;
    text-align: center;
    color: #fff;
}

/*#fcdee3*/

#winner_list .list_box p {
    line-height: 20px;
}

#winner_list .tips{
    line-height: 20px;
    color: #fff;
    font-size: 12px;
    display: block;
}
#winner_list .tips b{
    font-size: 20px;
}
#winner_list .tips img{
    float: left;
    margin-right:12px;
}
#jq_marquee_box {
    margin-top: 10px;
    height: 300px;
    line-height: 15px;
    overflow: hidden;
    margin-bottom: 20px;
    background: #fff;
    color: #000;
    border: 2px solid #fcdee3;
    border-top: none;
    padding: 20px 0;
    border-radius: 0 0 10px 10px;
}

#winner_ul {
    display: block;
    padding: 20px;
}

#winner_ul .null {
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    padding-top: 30px;
}

#winner_ul li {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 20px;
    color: #ef6775;
}
#winner_ul li span{
	color: #666666;
}

.footer{
	border: none;
	padding: 10px 0;
}
.footer a,.footer p{
	color: #999;
}

/*  修改弹窗样式  */
#submit_form{
    overflow: inherit;
}
.pop_window{
    border: none;
    border-radius: 20px;
    height: 560px;
    box-shadow: 2px 1px 10px #000000;
    width: 470px;
    top: 15%;
}
.dialog-hd{
    background: #bb192f;
    border: none;
    height: 50px;
    font-size: 14px;
    color: #fff;
    text-indent:30px;
}
.collect_title{
    padding: 10px 0  0 30px;
}
.close-dialog{
    right: 5px;
    top: 5px;
    color: #fff;
}
.inline_dl {
    padding-left: 30px;
}
#submit_form dt{
    font-weight:100;
}
#submit_form dd input[type=text]{
    width: 320px;
}
#submit_form .inline_dl textarea{
    width: 320px;
    height: 18px;
    overflow:hidden; 
    resize:none; 
}
#submit_form .inline_dl dd{
    float: inherit;
}
#submit_form .user_info_cookie{
    margin-left: 36px;
}
#submit_form .user_info_cookie dd{
    margin: 10px 0;
}
#submit_form dd{
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}
#submit_form dd label{
    width: 50%;
}
#submit_form .inline_dl select{
    width: 166px;
}
#submit_form .sub{
    position: inherit;
    float: inherit;
    margin: 20px auto;
    cursor: pointer;
    border-radius: 3px;
    background: #bb192f;
}
.input_box{
    width: 300px;
    margin: 0 auto;
    position: relative;
}
.input_box span{
    position: absolute;
    left: 20px;
    top: 5px;
    font-size: 20px;
    color: #999;
}
.input_box input{
    width: 300px;
    line-height: 40px;
    border-radius: 5px;
    padding: 0px 10px 0 50px;
    box-sizing: border-box;
}
.dialog-bd{
    padding: 0;
}
#s_tip_box{
    text-align: center;
}
#s_tip_box h2{
    font-size: 24px;
    color: #e30327;
    text-align: center;
    margin-bottom: 40px;
}
#s_tip_box p{
    margin-bottom: 40px;
    font-size: 20px
}
#s_tip_box h5{
    color: #999;
}

#submit_form .inline_dl .wid100{
    width: 340px;
}

/* 分享 */
.bdsharebuttonbox .share-need-vfy { width: 266px; height: 38px; display: block; margin: 0; padding: 0; background: none; position: absolute; left: auto; right: 0; z-index: 1000; }
.bdshare-button-style0-16::after { clear: both; content: ''; display: block; height: 0; visibility: hidden; }
.bdsharebuttonbox { top: 30px; position: absolute; right: 57px; font-size: 14px; color: #333; line-height: 38px; z-index: 999; }
.bdshare-button-style0-16 .bds_weixin { background-position: 0 -1612px; }
.bdshare-button-style0-16 .bds_tsina { background-position: 0 -104px; }
.bdshare-button-style0-16 .bds_qzone { background-position: 0 -52px; }
.bdsharebuttonbox .bds_sqq { 
	background-attachment: scroll; 
	background-clip: border-box; 
	background-image: url("http://bbs.elecfans.com/template/elecfans_201508/prize/images/qq-ico.png"); 
	background-origin: padding-box; 
	background-position: 0 0 !important; 
	background-size: auto; 
	background-repeat: no-repeat; 
	height: 38px; 
	margin: 0 0 0 18px;
	padding: 0; 
	width: 38px; 
}
.bdsharebuttonbox .bds_weixin { 
	background-attachment: scroll; 
	background-clip: border-box; 
	background-image: url("http://bbs.elecfans.com/template/elecfans_201508/prize/images/weixin-ico.png"); 
	background-origin: padding-box; 
	background-position: 0 0 !important; 
	background-size: auto; 
	background-repeat: no-repeat; 
	height: 38px; 
	margin: 0 0 0 18px;
	padding: 0; 
	width: 38px; 
}
.bdsharebuttonbox .bds_tsina { 
	background-attachment: scroll; 
	background-clip: border-box; 
	background-image: url("http://bbs.elecfans.com/template/elecfans_201508/prize/images/weibo-ico.png");
	background-origin: padding-box; 
	background-position: 0 0 !important; 
	background-size: auto; 
	background-repeat: no-repeat; 
	height: 38px; 
	margin: 0 0 0 18px;
	padding: 0; 
	width: 38px; 
}
.bdsharebuttonbox .bds_qzone { 
	background-attachment: scroll; 
	background-clip: border-box; 
	background-image: url("http://bbs.elecfans.com/template/elecfans_201508/prize/images/qzone-ico.png");
	background-origin: padding-box; 
	background-position: 0 0 !important; 
	background-size: auto; 
	background-repeat: no-repeat; 
	height: 38px; 
	margin: 0 0 0 18px;
	padding: 0; 
	width: 38px; 
}
.bdsharebuttonbox a, .bdsharebuttonbox .bds_more{
	cursor: pointer;
	float: left;
	font-size: 12px;
	line-height: 16px;
}
#submit_form dd label{
	margin: 5px 0;
}


.info_msgBox{
 	height: 412px;
}

.layui-layer{
	top: 150px !important;
}
.m{
    display: none;
}
/*  y移动端适配  */
@media screen and (max-width: 800px) {
	.pc,
    .page_box2,
    .page_box3{
        display: none;
    }
    .m{
        display: block;
    }
    .m div{
        box-sizing: border-box;
    }
    .nav_box{
        width: 100%;
        position: fixed;
        line-height:44px;
        padding: 0 12px;
        left: 0;
        top: 0;
        background: #fff;
        z-index: 999;
    }
    .nav_box ul{
        height: 44px;
    }
    .nav_box ul li{
        width: 52px;
        float: left;
        line-height: 42px;
        margin: 0 6px;
        text-align: center;
        border-bottom: 2px solid #fff;
    }
    .nav_box ul li.ac{
        border-bottom: 2px solid #d00;
        color: #d00;
        font-weight: bold;
    }
    .a_explain,
    .a_explain_msg{
        width: 100%;
        padding: 0 12px;
        font-size: 14px;
    }
    .a_explain_msg{
        margin: 20px 0;
    }
    .a_explain_msg p{
        line-height: 24px;
        text-indent: 24px;
    }
    .big_title{
        margin-bottom: 20px;
    }
    .video_box{
        padding: 20px;
        width: 100%;
    }
    .video_box ul li{
        width: 100%;
        height: auto;
        overflow: hidden;
        border: none;
        position: relative;
    }
    .video_box .d_des{
        width: 100%;
        line-height: 30px;
        background: rgba(0,0,0,.7);
        position: absolute;
        bottom: 30px;
        left: 0;
        text-align: center;
        color: #fff;
    }
    .video_box .play_btn{
        top: 27%;
    }
    .downFlies_box{
        width: 100%;
        padding: 20px 0;
    }
    .bgf2{
        width: 100%;
        height: 12px;
        background: #f2f2f2;
    }
    .down_box{
        padding:0 16px 30px 16px;
    }
    .down_box .down_title{
        text-align: center;
        line-height: 80px;
    }
    .down_box .text{
        display: inline-block;
        width: 76%;
        margin-left: 16px;
        overflow: hidden;
        line-height: 24px;
        text-overflow:ellipsis;
        white-space: nowrap;
        font-size: 14px;
    }
    .is_allow img{
        width: 24px;
    }
    .down_box span img{
        width: 18px;
        float: right;
        margin-top: 6px;
    }
    .m_footer{
        width: 100%;
        padding-bottom: 30px;
    }
    .m_footer li{
        width: 50%;
        float: left;
        text-align: center;
    }

    .activity_description{
        width: 94%;
        font-size: 12px;
        padding: 20px;
    }
    .activity_description img{
        display: none;
    }
    .activity_description .right_box{
        display: none;
    }
    .num_chance{
        width: 60px;
        height: 60px;
        position: fixed;
        right: 0px;
        top: 50%;
        background: url(../img/m_num_chance.png);
        background-size:100% 100%;
    }
    .num_chance a{
        display: block;
        width: 100%;
        padding-top: 13px;
    }
    .num_chance b{
        color: #fff;
        font-size: 16px;
        margin-left: 18px;
    }

    .lotter_alert.layui-layer{
		width: 50% !important;
	}
	 .sso_dialog{
    	width: 83% !important;
    	margin: 0 !important;
    	top: 5% !important;
    	left: 8% !important;
    }
    #top{
    	display: none;
    } 
    .bdsharebuttonbox{
    	top: -50px;
    	right: 4%;
    }
   	.index_module{
   		width: 100%;
   	}
   	#prilist{
   		width: 100%;
   	}
   	#prilist li{
   		width: 30%;
   		margin: 0 1% 10px 0;
   		padding:10px 0;
   		height: 66px;
        font-size: 12px;
   	}
   	#prilist li:nth-of-type(3n+1){
   		margin-left: 2%;
   	}
    #prilist img{
    	height: 36px;
    }
    #prilist #begin_btn{
    	height: 86px;
    	line-height: 86px;
    }
    #winner_list{
    	width: 94%;
    	margin: 20px 3% 0;
    }
    #winner_list .tips{
    	display: none;
    }
    .layui-layer{
    	width: 300px !important;
    }
    
    .pop_window{
        width: 92%;
        margin: 10% 0px 0px -46%;
        height: 520px;
        z-index: 9999;
        top: 5%;
    }
    .info_msgBox{
        height: 412px;
        overflow-y: scroll;
     }
    #submit_form dd input[type=text]{
        width: 220px;
        border-radius: 5px;
    }
    #submit_form .inline_dl textarea{
        width: 220px;
        height: 18px;
        overflow:hidden; 
        resize:none; 
        border-radius: 5px;
    }
    #submit_form .inline_dl select {
        width: 115px;
    }
    #submit_form dd label{
        margin: 5px 0;
    }
}