/*
   questions.css
   问卷调查样式

   Created by lc on 2016-09-22.
   Copyright 2016 lc. All rights reserved.
*/
html,body{
    height: 100%;
}
body{
    background: #F2F2F2;

}

.content{
    margin-bottom: 30px;
}
.color_blue{
    color: #1465c0;
}
.color_red{
    color: #E90029;
}
.color_gray{
    color: #999;
}
.page_loading{
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #000;
    filter: alpha(opacity=50);

    background:url(../images/loading.gif) no-repeat center center rgba(0,0,0,.5);
    z-index: 10000;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}


/*面包屑导航*/
.breadcrumb{
    padding: 30px 0;
    color: #999;
    font-size: 14px;
}
.breadcrumb a{

}
/*问卷调查*/
#question_form{
    width: 800px;
    border: 1px solid #e3e3e3;
    padding: 40px 20px;
    background-color: #fff;
}
#question_form h2{
    display: block;
    margin-bottom: 30px;
}
#question_form h2 span{
    color: #999;
    font-size: 14px;
    margin-left: 10px;
    font-weight: normal;
}
#question_form dl{
    display: block;
    margin: 10px 0;
}
#question_form dt{
    display: block;
    font-weight: bold;
    font-size: 14px;
}
#question_form dt i{
    font-weight: normal;
    font-style: normal;
}
#question_form dt span{
    font-weight: normal;
    color: #999;
    font-size: 12px;
}

#question_form dd{
    font-size: 14px;
    color: #666;
}
#question_form dd input[type=text]{
    border: 1px solid #ddd;
    padding: 8px 10px;
    width: 250px;
}
#question_form dd label{
    display: block;
    margin: 10px 0;
    line-height: 14px;
}
#question_form label input{
    margin-right: 10px;
    float: left;
}
.collect_title{
    display: block;
    padding: 20px 0;
}
#question_form .inline_selects label{
    float: left;
    width: 280px;
}
#question_form .inline_dl dt{
    float: left;
    width: ;
    line-height: 35px;
}
#question_form .inline_dl dd{
    float: left;
}
#question_form .inline_dl select{
    width: 129px;
    height: 35px;
    margin: 0 10px 10px 0;
    border: 1px solid #ddd;
}

#question_form .inline_dl textarea{
    display: block;
    border: 1px solid #ddd;
    padding: 10px;
    width: 400px;
    resize: none;
 }
.submit_btn {
    display: block;
    width: 220px;
    padding: 8px;
    background: #E98303;
    color: #fff;
    border: none;
    margin: 40px auto;
    border-radius: 3px;
    font-family: "微软雅黑";
}


/*右边栏*/
#prizes_aside{
    float: right;
    width: 340px;
    overflow: hidden;
}
#prizes_aside img{
    width: 100%;
}
/*侧边栏*/
.aside_ads{
    border: 1px solid #ddd;
    background: #fff;
    margin-bottom: 20px;
    padding:15px;
}
#lottery_ads img{
    display: block;
    width: 320px;
    margin: 0 -15px 20px -15px;
}
#lottery_ads b {
    display: block;
    font-size: 16px;
    margin: 0 0 15px 0;
}
#lottery_ads p{
    line-height: 25px;
    color: #666;
    font-size: 14px;
}
#lottery_ads p.color_gray{
    margin-top: 10px;
    display: block;
    font-size: 12px;
    color: #999;
    line-height: normal
}
#lottery_ads a{
    color: #4898D5;
}
#lottery_ads a:hover{
    text-decoration: underline;
}
.aside_back_btn:hover{
    text-decoration: underline;
}
#prize_ads,#prize_ads_3{
    display: none;
}
#prize_ads b ,#prize_ads_2 b {
    display: block;
    font-size: 16px;
    margin-bottom: 20px;
}
#prize_ads li,#prize_ads_2 li,#prize_ads_3 li{
    font-size: 14px;
    line-height: 25px;
    color: #666;
}

/*
*弹窗样式
*/
.test_alert{
	width:300px;
	padding:30px;
}
.test_alert.layui-layer{
    padding:30px;
    background: #fff;
}
.test_alert .layui-layer-title{
    display: none;
}
.test_alert .layui-layer-btn{
	text-align:center;
	padding: 10px 0;
}
.test_alert .layui-layer-btn a{

	padding:5px 13px;
	background:#fff;
	border:1px solid #ddd;
	width:100px;
	color:#666;
	font-size:16px;
}
.test_alert.go_lotter .layui-layer-btn a{
	border:2px solid #d22;
}


#showScroe{
	font-size:16px;
	text-align:center;
	padding:30px 0 10px 0;
	line-height:30px;
}
#showScroe i{
	font-style:normal;
}