/* custser_notice.php */


input,textarea:focus {outline: none;
	autocomplete:"off";}



.notice_title{
	width:350px;
	border-bottom:1px dashed #a0a0a0;
	margin:0 auto;
	text-align:center;
	padding:0 0 17px 0;
}

.notice_title>h2{
	width:100%;
	font-size:40px;
	color:#ffc528;
	margin:0 auto;
	text-align:center;
	font-weight:600;
	margin-top:130px;
}

.notice_title>h2>img{
	position:absolute;
	margin:-9px 0 0 10px;
}

.notice_title>h3{
	width:100%;
	font-size:15px;
	color:#686868;
	margin:0 auto;
	text-align:center;
	margin-top:8px;
}

.notice_table_box{
	width:950px;
	border:1px solid #fff;
	margin:0 auto;
	margin-top:40px;
}

.notice_table_select_box{
	width:177px;
	height:37px;
	border: 1px solid #e2e2e2;
	color:#686868;
	cursor:pointer;
	font-size:15px;
	float:left;
}

.notice_table{
	width:100%;
	margin:0 auto;
	margin-top:55px;
	border-top:1px solid #a0a0a0;
	border-bottom:1px solid #a0a0a0;
}

.notice_table>li>ul{
	width:100%;
	height:230px;
	border-bottom:1px solid #ebebeb;
	display:flex;
}

.notice_table>li>ul>first-child{
	border:none;
}

.notice_table>li>ul>li:first-child{
	width:320px;
	height:100%;
}

.notice_table_thum{
	width:297px;
	height:177px;
	background-color:#f6f6f6;
	margin: 24px 0 0 6px;
}

.notice_table>li>ul>li:last-child{
	width:630px;
	height:100%;
}

.notice_table_info{
	width:100%;
	height:185px;
	margin:22.5px 0 0 0;
}

.notice_table_info>li:nth-child(1){
	font-size:21px;
	color:#ffba00;
	margin: 0 0 0 22px;
}

.notice_table_info>li:nth-child(1)>span{
	font-size:17px;
	font-weight:600;
}

.notice_table_info_title{
	width:500px;
	height:24px;
	font-size:23px;
	color:#666;
	margin:20px 0 13px 22px;
	overflow:hidden;
}

.notice_table_info_subtitle{
	width:485px;
	height:60px;
	line-height:20px;
	font-size:15px;
	color:#666;
	text-indent:0;
	margin:0 0 22px 38px;
	overflow:hidden;
}

.notice_table_info>li:nth-child(4){
	color:#b2b2b2;
	font-size:17px;
	margin: 0 0 0 22px;
}

.notice_table_buttons{
	margin: 95px 0 0 0;
	display:flex;
	justify-content:center;
}

.notice_table_buttons>ul{
	display:flex;
}

.notice_table_buttons>ul>li{
	width:30px;
	height:30px;
	background-color:#bfbfbf;
	color:#fff;
	text-align:center;
	line-height:30px;
	font-size:18px;
	border-radius:4px;
	margin: 0 5px 0 0;
	cursor:pointer;
}

.notice_table_buttons>ul>li:first-child{
	margin: 0 5px 0 5px;
}

.notice_table_buttons>ul>li:last-child{
	margin: 0 30px 0 0;
}

.notice_table_buttons>div>img{
	margin: 4px 25px 0 0;
	cursor:pointer;
}

.notice_table_buttons>ul>li>a{
	color:#fff;
}

.notice_table_buttons>div>a>img{
	margin: 4px 25px 0 0;
	cursor:pointer;
}


/* custser_notice_content.php */

.notice_content_tablebox{
	width:950px;
	margin:0 auto;
	border-top:1px solid #a0a0a0;
	margin-top:55px;
}

.notice_content_table>li:nth-child(1){
	height:140px;
	background-color:#f8f8f8;
	border:1px solid #ebebeb;
	text-align:center;
}

.notice_content_table>li:nth-child(1)>h2{
	font-size:34px;
	color:#666;
	margin: 40px 0 24px 0;
}

.notice_content_table>li:nth-child(1)>h3{
	font-size:17px;
	color:#a0a0a0;
}

.notice_content_table>li:nth-child(2){
	width:100%;
	padding: 25px 0 35px 0;
	word-break:break-all;
}

.ex_content_img{
	width:530px;
	height:260px;
	background-color:#dcdcdc;
}

.notice_content_table>li:nth-child(2)>h3{
	font-size:18px;
	line-height:25px;
	color:#686868;
}

.notice_content_table>li:nth-child(3){
	height:88px;
	border-top:1px solid #a0a0a0;
	border-bottom:1px solid #a0a0a0;
}

.notice_content_table>li:nth-child(3)>ul>li:nth-child(1)>ul{
	border-bottom:1px solid #e5e5e5;
}

.notice_content_table>li:nth-child(3)>ul>li>ul{
	display:flex;
	height:43.5px;
	line-height:43.5px;
}

.notice_content_table>li:nth-child(3)>ul>li>ul>li{
	display:flex;
}

.notice_content_pre{
	width: 0px;
	height: 0px;
	border-left: 9px solid transparent;
	border-right: 9px solid transparent;
	border-bottom: 10px solid #d2d2d2;
	cursor:pointer;
	margin: 16px 0 0 0;
}

.notice_content_next{
	width: 0px;
	height: 0px;
	border-left: 9px solid transparent;
	border-right: 9px solid transparent;
	border-top: 10px solid #d2d2d2;
	cursor:pointer;
	margin: 16px 0 0 0;
}

.notice_content_table>li:nth-child(3)>ul>li>ul>li:first-child{
	width:205px;
	background-color:#f8f8f8;
}

.notice_content_table>li:nth-child(3)>ul>li>ul>li:first-child>h2{
	font-size:16px;
	color:#666;
	margin: 0 50px 0 50px;
}

.notice_content_table>li:nth-child(3)>ul>li>ul>li:last-child{
	width:745px;
	background-color:#fff;
}

.notice_content_table>li:nth-child(3)>ul>li>ul>li:last-child>h3{
	width:685px;
	margin: 0 0 0 30px;
	font-size:16px;
	color:#666;
	overflow:hidden;
	cursor:pointer;
}

.notice_content_button{
	width:210px;
	margin-top:40px;
	margin:0 auto;
	margin-top:40px;
	margin-bottom:90px;
}

.notice_content_buttons{
	width:210px;
	height:60px;
	border-radius:4px;
	background-color:#c9c9c9;
	color:#fff;
	font-size:25px;
	border:1px solid #c9c9c9;
	cursor:pointer;
}

/**/
.notice_nothing{
   height:50px !important;
}

.notice_nothing>li{
   width:100%;
   font-size:18px;
   line-height:50px;
   text-align:center;
   margin: 0 auto;
   color:#666;
}
/**/

/* custser_support.php */

.support_title{
	width:350px;
	margin:0 auto;
	border-bottom:1px dashed #a0a0a0;
	text-align:center;
	margin-top:130px;
	padding: 0 0 17px 0;
}

.support_title>h2{
	font-size:36px;
	color:#ffc528;
	font-weight:600;
	letter-spacing: -3px;
	margin: 0 0 10px 0;
}

.support_title>h2>span{
	font-size:40px;
}

.support_title>h2>img{
	position:absolute;
	margin: -7px 0 0 7px;
}

.support_title>h3{
	font-size:15px;
	color:#666;
}

.support_table{
	width:950px;
	margin:0 auto;
	margin-top:95px;
	margin-bottom:120px;
}

/* custser_event.php */

.event_title{
	width:350px;
	margin:0 auto;
	border-bottom:1px dashed #a0a0a0;
	text-align:center;
	margin-top:130px;
	padding: 0 0 17px 0;
}

.event_title>h2{
	font-size:36px;
	color:#ffc528;
	font-weight:600;
	letter-spacing: -3px;
	margin: 0 0 10px 0;
}

.event_title>h3{
	font-size:15px;
	color:#666;
}

.event_title>h2>img{
	position:absolute;
	margin: -7px 0 0 7px;
}

.event_table_box{
	width:950px;
	margin:0 auto;
	margin-top:40px;
	margin-bottom:70px;
}

.event_table_select_box{
	width:180px;
	height:40px;
	border:1px solid #e6e6e6;
	color:#686868;
	font-size:15px;
	text-indent: 20px;
	cursor:pointer;
}

.event_table{
	width:100%;
	margin:15px 0 0 0;
	border-top:1px solid #a0a0a0;
	border-bottom:1px solid #a0a0a0;
}

.event_table>li>ul{
	width:100%;
	height:230px;
	display:flex;
	border-bottom:1px solid #ebebeb;
}

.event_table>li>ul:last-child{
	border:none;
}

.event_table>li>ul>li:first-child{
	width:320px;
	height:100%;
}

.event_table_thum{
	width:297px;
	height:177px;
	background-color:#f6f6f6;
	margin: 24px 0 0 6px;
}

.event_table>li>ul>li:last-child{
	width:626px;
	height:100%;
}

.event_table_info{
	height:161px;
	margin: 34.5px 0 0 22px;
}

.event_table_info>li:nth-child(1){
	display:flex;
	height:25px;
	line-height:25px;   
}

.event_table_info>li:nth-child(1)>h2{
	max-width:500px;
	font-size:23px;
	color:#666;
	overflow:hidden;
}

.eventing{
	width:90px;
	height:25px;
	background-color:#13b5b1;
	color:#fff;
	font-size:12px;
	text-align:center;
	line-height:25px;
	margin: 0 0 0 5px;
}

.evented{
	width:90px;
	height:25px;
	background-color:#a40000;
	color:#fff;
	font-size:12px;
	text-align:center;
	line-height:25px;
	margin: 0 0 0 5px;
}

.event_table_info>li:nth-child(2){
	font-size:16px;
	color:#666;
	text-indent:15px;
	margin: 10px 0 0 0;
}

.event_table_info>li:nth-child(3){
	font-size:16px;
	color:#666;
	text-indent:15px;
	margin: 5px 0 0 0;
}

.conwinner_button{
	width:120px;
	height:35px;
	background-color:#ffba00;
	font-size:17px;
	text-align:center;
	line-height:35px;
	color:#fff;
	cursor:pointer;
	margin: 20px 0 0 0;
}

.event_table_info>li:nth-child(5){
	font-size:17px;
	color:#b2b2b2;
	margin: 18px 0 0 0;
}

.event_table_buttons{
	margin: 95px 0 0 0;
	display:flex;
	justify-content:center;
}

.event_table_buttons>ul{
	display:flex;
}

.event_table_buttons>ul>li{
	width:30px;
	height:30px;
	background-color:#bfbfbf;
	color:#fff;
	text-align:center;
	line-height:30px;
	font-size:18px;
	border-radius:4px;
	margin: 0 5px 0 0;
	cursor:pointer;
}

.event_table_buttons>ul>li:first-child{
	margin: 0 5px 0 5px;
}

.event_table_buttons>ul>li:last-child{
	margin: 0 30px 0 0;
}

.event_table_buttons>div>img{
	margin: 4px 25px 0 0;
	cursor:pointer;
}

.event_modal{
	position: fixed; 
	top: 0px;
	width:100%;
	height:100%;
	z-index:999999999999999;
	background: rgba(0,0,0,0.1);
	display:block;
}

.event_modal_back{
	width:750px;
	height:440px;
	background-color:#fff;
	display:block;
	margin:0 auto;
	margin-top:265px;
}

.event_modal_back>h2{
	width:340px;
	border-bottom:1px dashed #b3b3b3;
	font-size:30px;
	color:#ffc528;
	text-align:center;
	margin: 0 auto;
	padding: 30px 0 13px 0;
	word-spacing:-5px;
}

.event_modal_back>h2>img{
	position:absolute;
	margin:-18px 0 0 175px;
	cursor:pointer;
}

.event_check_box{
	width:438px;
	margin: 0 auto;
	margin-top:35px;
}

.event_check_box>li>ul{
	display:flex;
	justify-content:space-between;
}

.event_check_box>li>ul>li:first-child{
	width:157px;
	height:40px;
	text-align:center;
	font-size:17px;
	color:#666;
	line-height:40px;
}

.event_check_box>li>ul>li:last-child{
	width:277px;
	display:flex;
	justify-content:space-between;
}

.event_check_box>:last-child{
	margin-top:7px;
}

.event_check_namebox{
	width:275px;
	height:36px;
	border:1px solid #d2d2d2;
	border-radius:4px;
	font-size:15px;
	text-indent: 20px;
	color:#666;
}

.event_check_namebox::placeholder{
	color:#d0d0d0;
}

.event_check_phonums_selbox{
	width:80px;
	height:40px;
	font-size:15px;
	color:#d0d0d0;
	border:1px solid #d2d2d2;
	border-radius:4px;
	cursor:pointer;
	text-indent: 17px;
}

.event_check_phonumbox{
	width:190px;
	height:36px;
	border:1px solid #d2d2d2;
	border-radius:4px;
	font-size:15px;
	text-indent: 20px;
	color:#666;
}

.event_check_phonumbox::placeholder{
	color:#d0d0d0;
}

.event_check_inquiry_box{
	width:140px;
	margin:0 auto;
	margin-top:34px;
}

.event_check_inquiry{
	width:140px;
	height:40px;
	border-radius:4px;
	background-color:#ffba00;
	color:#fff;
	cursor:pointer;
	border:1px solid #ffba00;
	font-size:17px;
}

.event_check_text_box{
	width:520px;
	height:120px;
	border:1px solid #ffe293;
	margin:0 auto;
	margin-top:18px;
}

.event_check_text_box>div>p{
	text-align:center;
	font-size:16px;
	color:#666;
	line-height:23px;
	height:69px;
	margin-top:25px;
}

.prize{
	color:#ff3359;
	font-size:17px;
	font-weight:600;
}

.lose{
	color:#6ebdc2;
	font-size:17px;
	font-weight:600;
}

.event_table_info>li>h2>a{
	color:#666;
}

.event_table_info>li>a{
	color:#666;
}

/* custser_review.php */

.review_title{
	width:350px;
	margin:0 auto;
	border-bottom:1px dashed #a0a0a0;
	text-align:center;
	margin-top:116px;
	margin-bottom:35px;
	padding: 0 0 17px 0;
}

.review_title>h2{
	font-size:36px;
	color:#ffc528;
	font-weight:600;
	letter-spacing: -3px;
	margin: 0 0 10px 0;
}

.review_title>h3{
	font-size:15px;
	color:#666;
}

.review_title>h2>img{
	position:absolute;
	margin: -7px 0 0 30px;
}

.review_tablebox{
	width:950px;
	margin:0 auto;
	margin-top:35px;
}

.review_table_select_box{
	width:180px;
	height:40px;
	border:1px solid #e6e6e6;
	color:#666;
	font-size:15px;
	text-indent: 17px;
	cursor:pointer;
	margin:0 0 15px 0;
}

/**/

.review_table{
	border-top:1px solid #a0a0a0;
	border-bottom:1px solid #a0a0a0;
}

.review_table_top{
	display:flex;
	border-bottom:1px solid #a0a0a0;
}

.review_table_top>li{
	height:45px;
	text-align:center;
	font-size:21px;
	color:#666;
	line-height:45px;
	font-weight:600;
}

.review_table_top>li:nth-child(1){
	width:180px;
}

.review_table_top>li:nth-child(2){
	width:245px;
}

.review_table_top>li:nth-child(3){
	width:370px;
}

.review_table_top>li:nth-child(4){
	width:155px;
}

.review_table_info>li:nth-child(1){
	width:180px;
}

.review_table_info>li:nth-child(2){
	width:245px;
}

.review_table_info>li:nth-child(3){
	width:370px;
}

.review_table_info>li:nth-child(4){
	width:155px;
}

.review_table_info{
	width:100%;
	display:flex;
}

.review_table_info>li{
	height:45px;
	line-height:45px;
	color:#858585;
	font-size:18px;
	display:flex;
}

.review_table_starbox{
	width:110px;
	margin:0 auto;
	display:flex;
	justify-content:space-between;
}

.review_table_starbox>img{
	width:20px;
	height:20px;
	margin: 12.5px 0 0 0;
}

.review_table_iconbox{
	width:95px;
	display:flex;
	justify-content:space-between;
	margin:0 auto;
}

.review_table_iconbox>h2{
	width:66px;
}

.review_icon1{
	width:16px;
	height:26px;
	margin-top:9.5px;
}

.review_icon2{
	width:20px;
	height:26px;
	margin-top:9.5px;
}

.review_icon3{
	width:23px;
	height:26px;
	margin-top:9.5px;
}

.review_table_info>li:nth-child(3)>h2{
	width:325px;
	margin:0 auto;
	overflow:hidden;
	cursor:pointer;
}

.review_table_info>li:nth-child(4)>h2{
	margin:0 auto;
}


.review_table>li:nth-child(n+2)>ul{
	border-bottom:1px solid #ebebeb;
}

.review_table>li:nth-child(n+2)>ul:last-child{
	border-bottom:none;
}

.review_table>li:nth-child(n+2)>ul>li:last-child{
	border-top:1px solid #ebebeb;
}

.review_table_contentbox{
	width:670px;
	min-height:270px;
	margin:0 auto;
}

.review_table_star{
	width:100%;
	height:1px;
	position:relative;
	margin-top:10px;
}

.review_table_star>div:first-child{
	margin-top:35px;
}

.review_table_star>div{
	width: 500px;
	display:flex;
	justify-content:space-between;
	margin:0 auto;
	margin-top:10px;
}

.review_table_star>div>h2{
	font-size:17px;
	color:#a3a3a3;
	margin: 0 14px 0 0;
}

.review_table_star>div>img{
	width:18px;
	height:18px;
	margin: 0 2px 0 0;
}

.review_table_rcontent{
	width:610px;
	border-top:1px dashed #a0a0a0;
	margin: 115px 0 0 0;
	padding: 15px 30px 15px 30px;
	font-size:18px;
	color:#666;
	line-height:23px;
}

.review_table_buttons{
	margin: 95px 0 0 0;
	display:flex;
	justify-content:center;
}

.review_table_buttons>ul{
	display:flex;
}

.review_table_buttons>ul>li{
	width:30px;
	height:30px;
	background-color:#bfbfbf;
	color:#fff;
	text-align:center;
	line-height:30px;
	font-size:18px;
	border-radius:4px;
	margin: 0 5px 0 0;
	cursor:pointer;
}

.review_table_buttons>ul>li:first-child{
	margin: 0 5px 0 5px;
}

.review_table_buttons>ul>li:last-child{
	margin: 0 30px 0 0;
}

.review_table_buttons>div>img{
	margin: 4px 25px 0 0;
	cursor:pointer;
}