/*

Time:2020-01-28 -- 2020-01-29
*/
/* reset */
/*通用*/
img{
	max-width: 100%;
	width: auto;
	height: auto;
	border: 0;
	vertical-align: middle;
	-ms-interpolation-mode: bicubic;
}
a{
	-webkit-transition: all 0.8s ease;
	text-decoration: none!important;
	color: #333;
}
a:hover,a:focus{
	-webkit-transition: all 0.8s ease;
	text-decoration: none!important;
	color: #ee992f ;
	outline: none;
}

body{
	background-color: #fff;
	font-family:"GenSekiGothic-B",sans-serif, 'Titillium Web',"Arial Black";
	color: #333;
}
h1,h2,h3,h4,h5,h6{
	font-family:"GenSekiGothic-B",sans-serif, 'Titillium Web',"Arial Black";
	margin: 0;
	padding: 0
}
.other-body{
	background: url("../images/bg1.png") no-repeat top center;
}

.set-otherbg {
    background: url("../images/bg2.png");
}
.set-otherbg1 {
    background: url("../images/01-bg.png");
}
.set-otherbg2 {
    background: url("../images/02-bg.png");
}
.set-otherbg3 {
    background: url("../images/03-bg.png");
}
.set-otherbg4 {
    background: url("../images/04-bg.png");
}


hr{
	width: 100px;
	margin: 1em auto 2em;
	border: 2px solid #ee992f;
}
strong{
	display: block;
	font-size: 1.5em;
	font-weight: normal;
	padding:1em 0;
}
ul,li{
	margin: 0;
	padding: 0
}
ul > li{
	list-style-type: none;
}
.left{
	float: left;
}
.right{
	float: right;
}
.dn{
	display: none;
}
.db{
	display: block;
}

/*清除浮动*/
.clearfix:before, .clearfix:after {
	content:""; display:table;
}
.clearfix:after{
	clear:both; overflow:hidden;
}
.clearfix{
	zoom:1;
}
.modal{
	top:40%
}

@font-face {
	font-family: "GenSekiGothic-B";
	src: url("../font/GenSekiGothic-B.ttc?t=000000");
}
@font-face {
	font-family: "GenSekiGothic-M";
	src: url("../font/GenSekiGothic-M.ttc?t=000000");
}


.reds{
	color: orangered;
	margin-right: 6px;
	font-style: oblique;
}

/* 頂部 */
header{
	position: fixed;
	width: 100%;
	display: block;
	padding-top: 20px;
	z-index: 9999;
}
.mobile-header {
    position: fixed;
    z-index: 9999;
    width: 100%;
    height: 54px;
	padding-top: 10px;
}
.position-fixed header{
	background:#333 ;
}
.contact-modal{
	top:20%;
	
}
.apply-set .form-control[disabled]{
	background-color: #fff;
}
.contact-modal .modal-content{
	background: url("../images/j10.png") no-repeat;
	background-size: cover;
}

.other-banner{
	background: url("../images/banner.jpg") no-repeat center center;
	background-size: cover;
	height: 563px;
	padding-top: 235px;
}
.other-banner h2{
	color: #fff;
	font-family: "GenSekiGothic-M";
	font-size: 80px;
}
.banner{
/* 	background: url("../images/banner1.png") no-repeat center center;
	height: 835px; */
/* 	padding-top: 200px; */
}
.banner h2{
	color: #fff;
	font-family: "GenSekiGothic-M";
	font-size: 80px;
}
.banner h3{
	color: #fff;
	font-family: "GenSekiGothic-M";
	font-size: 32px;
	line-height: 46px;
	margin-bottom: 25px;
}
.banner h4{
	color: #fff;
	font-size: 20px;
	margin:20px 0;
	line-height: 30px;
	
}
.login-member{
	background: url("../images/user-black.png") no-repeat 15px 7px;
	cursor: pointer;
	color: #333;
	padding:6px 15px 6px 35px;
	border:1px solid #333;
	border-radius: 20px;
	background-size: 14px;
}
.position-fixed .login-member{
	background: url("../images/user.png") no-repeat 15px 7px;
	cursor: pointer;
	color: #333;
	padding:6px 15px 6px 35px;
	border:1px solid #333;
	border-radius: 20px;
	background-size: 14px;
}
.position-fixed .login-member{
    color: #fff;
    border:1px solid #efefef;
}
.position-fixed .login-member a{
	color: #fff;
}
.login-member:hover, .login-member.active{
	border:1px solid #ee992f;
	color: #ee992f;
	
}
.social-login img{
	height: 40px;
	margin-right: 20px;
}
.main-menu{
	margin-left: 80px;
}
.main-menu li{
	float: left;
}
.main-menu li a{
	color: #333;
	font-size: 16px;
	margin: 0 20px;
	font-weight: 400;
	padding-bottom: 20px;
}
.position-fixed .main-menu li a{
	color: #fff;
	font-size: 16px;
	margin: 0 30px;
	font-weight: 400;
	padding-bottom: 20px;
}
.main-menu ul li:hover>a, .main-menu ul li.active>a {
    color: #ee992f;
    position: relative;
	font-family: "GenSekiGothic-M";
}
.position-fixed .main-menu ul li:hover>a,.position-fixed  .main-menu ul li.active>a {
    color: #fff;
    position: relative;
	font-family: "GenSekiGothic-M";
}

.main-menu ul li.active>a::after, .main-menu ul li:hover>a::after {
    width: 30px;
    height: 2px;
    background-color: #ee992f;
    position: absolute;
    bottom: 10px;
    content: "";
    left: 50%;
    margin-left: -15px;
}

.logo img{
	height: 45px;
}

.success{
	margin: 120px 0;
}
.success h3{
	color: #ee992f;
	font-family: "GenSekiGothic-M";
	font-size: 65px;
	margin-bottom:20px ;
	margin-top: 100px;
}
.success h4{
	color: #ee992f;
	font-family: "GenSekiGothic-M";
	font-size: 44px;
}

/* 首頁調整 */
.update-logo{
	text-align: right;
	margin-bottom: 40px;
	
}
.update-logo img{
	height: 120px;
}

.update-date{
	text-align: center;
}
.update-date img{
	height: 60px;
}

.update-index h2{
	text-align: center;
	color: #e39431;
	font-size: 40px;
	margin:40px 0
}

.update-index h4{
	color: #e39431;
	line-height: 28px;
	margin:50px 0
}
.update-title{
	position: relative;
	margin-bottom: 170px;
	margin-top: 75px;
}
.update-title span {
    position: absolute;
    color: #fff;
    background-color: #e39431;
    padding: 10px 35px;
    border-radius: 15px;
    display: inline-block;
    font-size: 22px;
    left: 50%;
    margin-left: -125px;
    z-index: 999;
}
.update-title::after {
    width: 100%;
    height: 2px;
    background-color: #e39431;
    position: absolute;
    bottom: -27px;
    content: "";
}
.update-intr{
	color: #e39431;
	font-size: 18px;
	text-align: center;
	border-bottom: 2px solid #e39431;
	padding-bottom: 50px;
	font-weight: bolder;
}
.update-index h3{
	text-align: center;
	color: #e39431;
	font-size: 30px;
	margin:50px 0;
	font-weight: bolder;
}
.update-setbg{
	margin-top: 60px;
}

.update-index li{
	font-size: 15px;
	color: #e39431;
	line-height: 24px;
	margin-bottom: 10px;
	font-weight: bolder;
}
.update-index ul{
	margin-bottom: 40px;
}
.update-title1{
	text-align: center;
	position: relative;
	padding: 0 100px;
	margin:60px 0;
}
.update-title2{
	position: absolute;
	text-align: center;
	color: #e39431;
	font-size: 30px;
	font-weight: bolder;
	top:0;
	width:calc(100% - 200px);
}
.update-title3{
	position: absolute;
	text-align: center;
	color: #e39431;
	font-size: 20px;
	font-weight: bolder;
	top:60px;
	width:calc(100% - 200px);
}

/* 表扬 */
.praise{
	padding: 100px 0 120px 0;
}
.praisetitle h3{
	color: #d68b2e;
	font-family: "GenSekiGothic-M";
	font-size: 30px;
	margin-top: 40px;
	padding-bottom: 20px;
	border-bottom: 1px solid #ee992f;
	position: relative;
	margin-bottom: 30px;
}
.praisetitle h3::after {
    width: 60px;
    height: 3px;
    background-color: #ee992f;
    position: absolute;
    bottom: -2px;
    content: "";
    left: 0;
}
.praise-top h4{
	position: relative;
	margin-bottom: 130px;
	margin-top: 50px;
}
.praise-top h4 span{
	position: absolute;
	color: #fff;
	background-color: #48b9cc;
	padding: 12px 35px;
	border-radius: 15px;
	display: inline-block;
	font-size: 22px;
	left: 50%;
	margin-left: -125px;
	z-index: 999;
}
.praise-top h4::after {
    width: 110%;
    height: 3px;
    background-color: #48b9cc;
    position: absolute;
    bottom: -27px;
    content: "";
    left: -5%;
}
.praise-bottom{
	margin-top: 40px;
}
.praisetitle{
    padding: 0 60px;
}

.praise-bottom p{
	color: #7e582d;
	font-weight: 600;
	font-size: 18px;
}
.praise-top p{
	color: #7e582d;
	font-weight: 600;
	font-size: 18px;
}
.praise-top h2{
	font-size: 60px;
	color: #c5873b;
}
.praise-top h5{
	font-size: 18px;
	color: #49b9cc;
	font-weight: 600;
	line-height: 30px;
}
.praise-center li{
	color: #7e582d;
	font-weight: 600;
	line-height: 30px;
	margin:12px 0;
	font-size: 18px;
}
.praise-btn-list a{
	padding: 10px 25px;
	background: #48b9cc;
	color: #fff;
	font-size: 16px;
	border-radius: 5px;
	margin: 10px 15px 10px 0;
	display: inline-block;
	text-align: center;
	font-weight: bold;
}
.praise-top-intr{
	padding: 15px 20px;
	border-left:2px solid #7e582d;
	border-top:1px solid #7e582d;
	border-bottom:1px solid #7e582d;
	border-right:1px solid #c5873b;
	color: #7e582d;
	font-weight: 600;
	line-height: 30px;
	margin:22px 0 12px 0;
	font-size: 18px;
}
.praise-top-intr span{
	color: #c5873b;
}

.praise-center h3{
	padding: 6px 15px;
	background: #48b9cc;
	color: #fff;
	font-size: 20px;
	border-radius: 18px;
	display: inline-block;
	margin: 40px 0 20px 0;
}

/* footer */
.footer-menu li{
	float: left;
}
.footer-menu li a{
	font-size: 16px;
	color: #ee992f;
	margin-right: 50px;
	font-weight: 400;
	padding-bottom: 20px;
}
.footer-menu li:hover>a, .footer-menu li.active>a {
    color: #ee992f;
	font-family: "GenSekiGothic-M";
}
.footer-right{
	text-align: right;
	padding-top: 20px;
}
.footer-right h5{
	color: #ee992f;
	font-family: "GenSekiGothic-M";
	font-size: 18px;
	margin-bottom: 15px;
}
.footer-right-li{
	margin-bottom: 25px;
	color: #ee992f;
}
.footer-right-li span{
	margin-left:10px;
}
.footer-logo{
	padding-top: 40px;
}
.footer-logo img{
	height: 40px;
}
.copyright{
	color: #ee992f;
	font-size: 16px;
}
.footer-social{
	margin-top: 30px;
	margin-bottom: 10px;
}
.footer-social img{
	height: 34px;
	margin-right: 10px;
}
.privacy-title{
	font-size: 30px;
	text-align: center;
	font-weight: bold;
	margin-bottom: 25px;
	color: #ee992f;
	font-family: "GenSekiGothic-M";
}
.privacy{
	margin: 100px 0;
}
.privacy h5{
	font-size: 16px;
	color: #ee992f;
	line-height: 28px;
	margin: 10px 0;
}
.privacy p{
	line-height: 24px;
	margin-bottom: 10px;
}
.privacy ul{
	padding-left: 30px;
}
.privacy li{
	margin-bottom: 10px;
	list-style: square;
}

/* 遮罩栏 */
.common-sidebar {
    background: #333;
    width: 260px;
    position: fixed;
    overflow-y: auto;
    z-index: 9999;
    left: -260px;
    height: 100%;
    top: 0;
	border-right: 1px solid #ccc;
}

.sidebar-top{
	padding: 0px 15px;
	cursor: pointer;
	display: block;
	text-align: right;
	height: 65px;
	line-height: 65px;
}
.sidebar-bottom li a {
    display: block;
    padding: 13px 20px 13px 20px;
    border-top: 1px solid #ccc;
    background-size: 26px;
    font-size: 16px;
	color: #fff;
}

.mobile-headleft .logininfo {
    margin-top: 0px;
}

/* 招募 */
.recruit{
	background: url("../images/j2.png") no-repeat center center;
	height: 900px;
	padding-top: 200px;
}

.recruit h2{
	color: #ee992f;
	font-family: "GenSekiGothic-M";
	font-size: 60px;
}
.recruit h4{
	color: #333;
	font-family: "GenSekiGothic-M";
	font-size: 30px;
	margin-bottom: 20px;
}
.nline1{
	width: 100%;
	height:0.5px ;
	background-color: #ccc;
	margin:30px 0 40px 0;
}
.recruit h3{
	color: #ee992f;
	font-family: "GenSekiGothic-M";
	font-size: 45px;
	margin-top: 40px;
}
.recruit-info{
	padding-top:  20px;
}
.recruit-btn{
	height: 50px;
	line-height: 50px;
	width: 250px;
	text-align: center;
	background-color: #ee992f;
	color: #fff;
	font-size: 17px;
	cursor: pointer;
	border-radius: 6px;
	margin-top: 40px;
	border: 1px solid #ee992f;
	display: block;
}
.recruit-btn:hover{
	background: transparent;
	color: #ee992f;
}

/* 介紹 */
.intriguing{
   padding: 120px 0 100px 0;
}
.intriguing-title{
	color: #d68b2e;
	font-family: "GenSekiGothic-M";
	font-size: 45px;
}

.intriguing h2{
	color: #d68b2e;
	font-family: "GenSekiGothic-M";
	font-size: 60px;
}
.intriguing h4{
	color: #333;
	font-family: "GenSekiGothic-M";
	font-size: 30px;
	margin-bottom: 20px;
	color: #d68b2e;
}

.intriguing h3{
	color: #d68b2e;
	font-family: "GenSekiGothic-M";
	font-size: 30px;
	margin-top: 40px;
	padding-bottom: 20px;
	border-bottom: 1px solid #ee992f;
	position: relative;
	margin-bottom: 30px;
}
.intriguing h3::after {
    width: 60px;
    height: 3px;
    background-color: #ee992f;
    position: absolute;
    bottom: -2px;
    content: "";
    left: 0;
}
.intriguing p{
	font-size: 16px;
	margin-bottom: 10px;
	color: #6f420b;
	line-height: 28px;
	font-weight: bold;
}
.intriguing-pic{
	margin-top: 40px;
}
.intriguing li{
	font-size: 16px;
	margin-bottom: 10px;
	color: #6f420b;
	line-height: 28px;
	font-weight: bold;
}
.intriguing li img{
	margin-right: 10px;
	height: 30px;
}

/* 申請 */
.express{
	padding: 100px 0 120px 0;
}
.express h2{
	text-align: center;
	font-weight: bold;
	font-size: 40px;
}
.express h3{
	text-align: center;
	font-size: 30px;
	margin:30px 0;
	color: #ee992f;
}
.express i{
	color: #ee992f;
	font-style: normal;
}
.express h4{
	font-weight: bold;
	margin-bottom: 10px;
	line-height: 28px;
}
.express ul{
	padding-left: 25px;
	margin-bottom: 25px;
}
.express ul li{
	margin-bottom: 10px;
	font-size: 16px;
}
.express-table-list{
	border:1px solid #ccc;
	padding: 30px 20px 20px 20px;
	background: #fff;
	margin-bottom: 20px;
}

.express-table-list label{
	font-weight: 400;
	margin-bottom: 8px;
}
.express-table-list .form-control{
	margin-bottom: 10px;
}
.express-table-list label span{
	margin-left: 5px;
}
.express-table-list .left{
	margin-right: 15px;
}
.express-table-list input[type='checkbox']{
	margin-right: 2px;
}

/* 新聞 */
.setTitle{
	color: #d68b2e;
	font-family: "GenSekiGothic-M";
	font-size: 45px;
	text-align: center;
	margin-bottom: 60px;
}
.index-news{
	background: url("../images/j11.png") no-repeat center center;
	height: 930px;
	padding-top: 100px;
}
.more-btn{
	height: 44px;
	line-height: 44px;
	width: 200px;
	text-align: center;
	background-color: #d68b2e;
	color: #fff;
	font-size: 16px;
	cursor: pointer;
	border-radius: 6px;
	margin: 80px auto;
	display: block;
	border:1px solid #d68b2e
}
.index-news-left .date{
	font-size: 16px;
	margin: 10px 0 10px 0;
	color: #d68b2e;
}
.index-news-left .title{
	color: #d68b2e;
	font-family: "GenSekiGothic-M";
	font-size: 20px;
}
.index-news-left .intrs{
	color: #d68b2e;
	font-size: 14px;
}
.more-btn:hover{
	background: transparent;
}
.index-news-right .date{
	margin: 0 20px;
	color: #d68b2e;
	font-size: 16px;
	width: 80px;
}
.index-news-right .date h4{
	color: #d68b2e;
	font-size: 30px;
	margin-bottom: 5px;
}
.index-news-right .index-news-info{
	padding-bottom: 20px;
	border-bottom:1px solid #d68b2e;
	display: block;
	margin-bottom: 20px;
}
.index-news-right .index-news-info:last-child{
	border-bottom: 0;
	margin-bottom: 0;
}
.index-news-info-right .right{
	float: left;
	width: calc(100% - 120px);
}

.contact-modal h4{
	color: #d68b2e;
	font-family: "GenSekiGothic-M";
	font-size: 30px;
}
.contact-modal label{
	color: #d68b2e;
}
.checkcity .form-group {
    width: calc(50% - 15px);
    display: inline-block;
    margin-bottom: 10px;
}
.checkcity .form-group:last-child{
	margin-left: 30px;
}
.index-news-left .index-news-info{
	display:block
}
.index-news-info-left{
	width:40%;
	float: left;
}
.index-news-info-right{
	width:60%;
	float: right;
}
.index-news-info-right .title {
    color: #d68b2e;
    font-family: "GenSekiGothic-M";
    font-size: 20px;
}
.index-news-info-right .intrs {
    color: #d68b2e;
    font-size: 14px;
}

/* 获奖 */
.winner{
	margin: 100px 0;
}
.winner-info{
	width: 212px;
	margin: 0 auto;
	text-align: center;
	position: relative;
}
.winner-info .edit-img{
	position: absolute;
	top:-5px;
	right: 0px;
	cursor: pointer;
}
.winner-info h4{
	color: #ee992f;
	font-family: "GenSekiGothic-M";
	font-size: 20px;
	margin-top: 10px;
}

.winner-list{
	border:1px dashed #ee992f;
	border-radius: 6px;
	padding: 30px 60px;
	margin-top: 60px;
}
.winner-list .left{
	color: #ee992f;
}
.winner-list .left h3{
	font-size: 50px;
	font-family: "GenSekiGothic-M";
}
.winner-list .left h4{
	font-size: 18px;
	font-family: "GenSekiGothic-M";
	margin-top: 5px;
}
.winner-list .right{
	color: #ee992f;
	font-size: 50px;
	font-family: "GenSekiGothic-M";
}
.winner-list .right span{
	font-size: 18px;
}
.winner ul{
	display: inline-block;
	margin-top: 30px;
}
.winner ul li{
	float: left;
	margin: 0 15px;
}
.winner ul li a{
	height: 50px;
	line-height: 50px;
	padding: 0 30px;
	border-radius: 6px;
	border:1px solid #ee992f;
	font-size: 18px;
	font-family: "GenSekiGothic-M";
	display: block;
	color: #ee992f;
}
.winner ul li.active a{
	height: 50px;
	line-height: 50px;
	padding: 0 30px;
	border-radius: 6px;
	border:1px solid #ee992f;
	font-family: "GenSekiGothic-M";
	color: #fff;
	background-color: #ee992f;
	
}
.user-setwapper{
	border:1px dashed #ee992f;
	padding: 40px 80px;
	margin-top: 60px;
	border-radius: 10px;
}
.user-linewapper{
	border-radius: 30px;
	border:1px solid #ee992f;
	height: 14px;
	padding: 1px;
	width:100%;
	margin-top: 0!important;
}
.user-lineneme{
	width: 100%;
	margin-top: 20px!important;
}
.user-lineneme li{
	width: 33.3%;
	float: left;
	text-align: center;
	color: #f1cb98;
	margin: 0!important;
	font-size: 18px;
	font-family: "GenSekiGothic-M";
}
.user-lineneme li.active{
	color: #ee992f;
}
.user-linewapper li{
	width: 33.3%;
	height: 10px;
	background-color: #feebd3;
	border-radius: 30px;
	float: left;
	margin: 0!important;
}
.user-linewapper li.active{
	background-color: #ee992f;
}

/* 最新消息 */
.single-news{
	margin: 100px 0;
}
.single-news-info .title{
	text-align: center;
	font-size: 32px;
	font-family: "GenSekiGothic-M";
}
.single-news-info .date{
	text-align: center;
	font-size: 16px;
	margin: 10px 0 30px 0;
}
.single-news-info .photo{
	margin-bottom: 30px;
}
.single-news-info .info{
	margin-bottom: 40px;
}
.single-news-info p{
	line-height: 24px;
}
.n-line{
	width: 100%;
	height: 1px;
	background:#999 ;
	margin-bottom: 30px;
}
.hot-news{
	margin-top:108px;
}
.hot-news-list{
	padding-bottom: 30px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 30px;
	display: block;
}
.hot-news-list h4{
	font-family: "GenSekiGothic-M";
	font-size: 16px;
}

.hot-news-list .left{
	width: 100px;
}
.hot-news-list .right{
	width: calc(100% - 115px);
}
.hot-news-list .intr{
	margin-top: 15px;
	line-height: 24px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.dishes-sort li {
    float: left;
    margin: 0 20px;
    font-size: 16px;
    background: #fff;
    color: #ee992f;
    padding: 10px 25px;
    border-radius: 4px;
}
.dishes-sort li.active a {
    color: #fff!important;
}
.dishes-sort li.active {
    background: #ee992f;
}
.news{
	margin: 100px 0;
}
.news .Htitle{
	margin-bottom: 30px;
}
.news-warpper{
	margin-top:30px
}
.news-list{
	padding:30px;
	display: block;
	box-shadow: none;
	border-bottom: 1px solid #ccc;
}
.news-list:hover{
	-moz-box-shadow:0px 0px 5px #ee992f; -webkit-box-shadow:0px 0px 5px #ee992f; box-shadow:0px 0px 5px #ee992f;
	border-bottom: 1px solid #fff;
}
.news-list.has-pic .news-list-date{
	font-size: 30px;
	padding-top: 50px;
}
.news-list.no-pic{
	padding-top: 45px;
}
.news-list.no-pic .news-list-date{
	font-size: 30px;
	padding-top: 10px;
}
.news-list .news-list-date span{
	display:block;
	font-size: 18px;
	color: #999;
}
.dishes-sort {
    display: inline-block;
}
.news-list h3{
	font-family: "GenSekiGothic-M";
	font-size: 24px;
}
.news-list:hover .news-list-date{
	color:#333
}
.news-list:hover .news-list-info p{
	color:#333;

}
.news-list .news-list-info{
	padding-left: 30px;
}
.news-list .news-list-info p{
	line-height: 24px;
	margin-top: 20px;
}
.Htitle {
    text-align: center;
    font-family: "GenSekiGothic-M";
    font-size: 60px;
    font-weight: 400;
	color: #ee992f;
}

/* 申请 */
.apply{
	margin: 100px 0;
}
.apply h3{
	margin-bottom: 60px;
}
.apply .form-group{
	margin-bottom: 30px;
}
.apply .form-control{
	height: 50px;
	line-height: 50px;
	padding: 0 20px;
	font-size: 16px;
	border:1px solid #ee992f;
	border-radius: 0;
}
.apply label{
	font-family: "GenSekiGothic-M";
	font-size: 18px;
	font-weight: 700;
	color: #ee992f;
}
.apply-set .right{
	height: 50px;
	line-height: 50px;
	background-color: #ee992f;
	color: #fff;
	text-align: center;
	font-size: 18px;
	font-family: "GenSekiGothic-M";
	cursor: pointer;
}
.tips{
	color: orangered;
	margin-top: 3px;
	font-size: 13px;
}

/* 活動 */
.activity{
	margin: 100px 0;
}
.activity-list{
	border:1px solid #ee992f;
	padding: 30px 50px;
	font-size: 16px;
	font-family: "GenSekiGothic-M";
	color: #ee992f;
	cursor: pointer;
	margin-bottom: 30px;
}
.activity-list:hover{
	background-color: #ee992f;
	color: #fff;
}
.activity-list h3{
	font-size: 30px;
	font-family: "GenSekiGothic-M";
	margin-bottom: 10px;
}
.activity-sey{
	padding-right: 30px;
}
.activity-p{
	margin-bottom: 15px;
}
.activity-search{
	margin-top: 30px;
	margin-bottom: 5px;
	text-align: right;
	font-size: 16px;
	font-family: "GenSekiGothic-M";
	color: #ee992f;
}
.activity-init{
	border:1px solid #ee992f;
	padding: 30px 50px;
	font-size: 16px;
	font-family: "GenSekiGothic-M";
	color: #ee992f;
	cursor: pointer;
	margin-bottom: 30px;
	margin-top: 30px;
}
.activity-init label {
    font-family: "GenSekiGothic-M";
    font-size: 18px;
    font-weight: 400;
    color: #ee992f;
}
.activity-init .form-control {
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    font-size: 16px;
    border: 1px solid #ee992f;
}
.activity-init .form-control{
	background: #fff;
}

/* 分頁 */
.pagination-list {
    text-align: center;
    margin-top: 60px;
}
.pagination-list ul {
    display: inline-block;
}
.pagination-list li {
    float: left;
    margin-bottom: 5px;
}
.pagination-list li a {
    height: 40px;
    line-height: 40px;
    width: 42px;
    text-align: center;
    display: block;
    font-size: 16px;
    margin: 0 5px;
    border: 1px solid #ee992f;
    border-radius: 1px;
    color: #333;
    padding: 0;
}
.pagination-list li.active a {
    border: 1px solid #ee992f;
    background-color: #ee992f;
    color: #fff;
}
.pagination-list li:hover a {
    border: 1px solid #ee992f;
    background-color: #ee992f;
    color: #fff;
}

.swiper-pagination-bullet {
    width: 36px;
    height: 1px;
    display: inline-block;
    border-radius:0;
    background: #fff;
    opacity: 0.2;
}
.swiper-pagination-bullet-active{
	background: #fff;
	opacity: 1;
}
.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal > .swiper-pagination-bullets{
	bottom: 40px;
	left: 100px;
}
.swiper-pagination{
	text-align: left;
}
.praise-line{
	background: #ee992f;
	height: 2px;
	display: block;
	width: 110%;
	margin-left: -5%;
	margin-top: 50px;
	margin-bottom: 10px;
}
.express-set p{
	font-size: 18px;
	font-weight: bolder;
}
.express-set .left {
    margin-right: 15px;
}
.express-set input[type='checkbox'] {
    margin-right: 2px;
}
.express-set .clearfix{
	margin-bottom: 20px;
	margin-left: 25px;
}
.express-other{
	margin-left: 25px;
}
.express-other .left {
    margin-right: 15px;
}
.express-other input[type='checkbox'] {
    margin-right: 2px;
}

.login-area {
    background-color: #fff;
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
    padding: 23px 30px 30px;
    color: #333;
	margin-top: 60px;
}
.login-area h4 {
    font-size: 34px;
    color: #2b2b2b;
	font-weight: 400;
	text-align:center
}
.login-info {
    margin-top: 40px;
}
.login-area label {
    font-weight: 400!important;
}
.login-btn, .register-btn {
    height: 40px;
    width: 120px;
    text-align: center;
    line-height: 40px;
    border-radius: 4px;
    background: #ee992f;
    color: #fff;
    margin-top: 30px;
    cursor: pointer;
    font-size: 16px;
	border: none;
}
.login-area h5 {
    font-size: 18px;
    margin-top: 40px!important;
	margin-bottom: 20px;
}
	
/* 电脑屏幕 */
@media(min-width: 1401px){

}
/* 手机端屏幕 */
@media(max-width: 768px){
    .login-area a img{
        width: 40%;
    }
	.update-date img {
	    height: 40px;
	}
	.update-index h2 {
	    text-align: center;
	    color: #e39431;
	    font-size: 24px;
	    margin: 20px 0;
	}
	.update-index h4 {
	    color: #e39431;
	    line-height: 24px;
	    margin: 20px 0;
		font-size: 16px;
	}
	.update-title span {
	    margin-left: -105px;
	}
	.update-title {
	    position: relative;
	    margin-bottom: 100px;
	    margin-top: 30px;
	}
	.update-intr {
	    color: #e39431;
	    font-size: 16px;
	    text-align: center;
	    border-bottom: 2px solid #e39431;
	    padding-bottom: 30px;
	    font-weight: bolder;
	}
	.update-index h3 {
	    text-align: center;
	    color: #e39431;
	    font-size: 20px;
	    margin: 20px 0;
	    font-weight: bolder;
	}
	.update-title1{
		padding: 0;
	}
	.update-title2 {
	    position: absolute;
	    text-align: center;
	    color: #e39431;
	    font-size: 18px;
	    font-weight: bolder;
	    top: 0;
	    width: 100%;
	}
	.update-title3 {
	    position: absolute;
	    text-align: center;
	    color: #e39431;
	    font-size: 14px;
	    font-weight: bolder;
	    top: 35px;
	    width: 100%;
	}
	
	.express h2{
		font-size: 30px;
	}
	.express h3 {
	    text-align: center;
	    font-size: 22px;
	    margin:15px 0;
	}
	.praise-top h2{
		font-size: 26px;
		color: #c5873b
	}
	.praisetitle {
	    padding: 0;
	}
	.praisetitle h3{
		font-size: 18px;
	}
	.praise-top h5{
		font-size: 16px;
	}
	.praise-top p {
	    font-size: 16px;
	}
	.praise-top-intr {
	    padding: 10px;
	    font-weight: 600;
	    line-height: 24px;
	    margin: 22px 0 12px 0;
	    font-size: 16px;
	}
	.praise-center li {
	    line-height: 24px;
	    font-size: 16px;
	}
	.praise-btn-list a {
	    padding: 10px 15px;
	}
	.privacy{
		margin: 30px 0;
	}
	.privacy-title{
		font-size: 20px;
	}
	.other-banner{
		height: 220px;
		padding-top: 100px;
	}
	.other-banner h2{
		font-size: 44px;
		text-align: center;
	}
	.success{
		margin:30px 0;
		text-align: center;
	}
	.success h3{
		font-size: 40px;
		margin-top: 30px;
	}
	.success h4{
		font-size: 24px;
	}

	.footer-logo,.footer-social{
		text-align: center;
		margin-top: 15px;
	}
	.copyright,.footer-right{
		text-align: center;
	}
	.banner{
		text-align: center;
/* 		height: 570px;
		padding-top: 100px; */
	}
	.banner h2{
		font-size: 40px;
	}
	.banner h4{
		font-size: 18px;
	}
	.banner h3 {
	    color: #fff;
	    font-family: "GenSekiGothic-M";
	    font-size: 24px;
	    line-height: 36px;
	    margin-bottom: 15px;
	}
	.recruit{
		padding-top: 30px;
		text-align: center;
	}
	.recruit h2{
		font-size: 30px;
		text-align: center;
	}
	.recruit h2 img{
		height:50px!important
	}
	.recruit h4{
		margin-top: 20px!important;
		font-size: 16px;
		margin-bottom: 10px;	
	}
	.recruit h3{
		font-size: 24px;
		text-align: center;
	}
	.recruit-btn{
		margin: 30px auto;
	}
	.intriguing {
/* 	    height: 1200px; */
	    padding-top: 30px;
		padding-bottom: 30px;
	}
	.intriguing h3{
		margin-top: 10px;
		margin-bottom: 15px;
		font-size: 24px;
	}
	.intriguing-title{
		font-size:36px
	}
	.index-news{
		padding-top:50px;
		min-height: 930px;
		height: auto;
	}
	.setTitle{
		font-size:36px;
		margin-bottom: 30px;
	}
	.index-news-left .index-news-info{
		padding-bottom: 20px;
		border-bottom: 1px solid #d68b2e;
		display: block;
		margin-bottom: 20px;
	}
	.more-btn{
		margin: 30px auto;
	}
	.footer-logo{
		padding-top: 20px;
	}
	.index-news-info-left {
	    width: 100%;
	}
	.index-news-info-right {
	    width: 100%;
	    float: left;
		margin-top: 10px;
	}
	.contact-modal{
		top:40px
	}
	.activity{
		margin: 30px 0;
	}
	.Htitle{
		font-size: 30px;
	}
	.activity-init{
		padding: 0;
		border:0;
		margin-bottom: 0;
	}
	.activity-list{
		padding: 10px 15px;
		font-size: 14px;
		margin-bottom: 15px;
	}
	.activity-list h3{
		font-size: 20px;
		margin-bottom: 5px;
	}
	.activity-sey{
		padding-right: 0;
	}
	.activity-list .right{
		float: left;
	}
	.activity-search{
		margin-top: 0;
	}
	.pagination-list{
		margin-top: 30px;
	}
	.pagination-list li a {
	    height: 30px;
	    line-height: 30px;
	    width: 32px;
	    text-align: center;
	    display: block;
	    font-size: 14px;
	    margin: 0 5px;
	    border: 1px solid #ee992f;
	    border-radius: 1px;
	    color: #333;
	    padding: 0;
	}
	.footer-menu{
		display: none;
	}
		
	.news{
		margin: 30px 0;
	}
	.news-warpper{
		margin-top: 0;
	}
	.news-list{
		padding: 15px 0 0 0;
	}
	.news-list.has-pic .news-list-date{
		padding-top: 15px;
		margin-bottom: 10px;
	}
	.news-list.no-pic .news-list-date{
		margin-bottom: 10px;
	}
	.news-list .news-list-info{
		padding-left: 0;
	}
	.news-list .news-list-info p{
		margin-top: 5px;
	}
	.news-list.no-pic{
		padding-top: 15px;
	}
	.single-news{
		margin: 30px 0;
	}
	.single-news-info .title{
		font-size: 20px;
	}
	.n-line{
		margin-bottom: 15px;
	}
	.single-news-info .info{
		margin-bottom: 15px;
	}
	.hot-news{
		margin-top: 30px;
	}
	.hot-news-list {
	    padding-bottom: 15px;
	    margin-bottom: 15px;
	}
	.winner{
		margin: 30px 0;
	}
	.winner-list {
	    padding: 10px 15px;
	    margin-top: 20px;
	}
	.winner-list .left h3{
		font-size: 30px;
	}
	.winner-list .left h4{
		font-size: 14px;
	}
	.winner ul li{
		margin: 0 15px 10px 0;
	}
	.winner ul li a {
	    height: 34px;
	    line-height: 34px;
	    padding: 0 10px;
	    font-size: 15px;
	}
	.winner ul li.active a {
	    height: 34px;
	    line-height: 34px;
	    padding: 0 10px;
		font-size: 15px;
	}
	.user-setwapper {
	    padding: 10px 15px;
	    margin-top: 0px;
	}
	.user-lineneme{
		margin-top: 5px!important;
	}
	.apply{
		margin:30px 0
	}
	.praise-top h4::after{
		width: 100%;
		left: 0;
	}
	.praise-line{
		width: 100%;
		margin-left: 0;
	}

}

.tree-user {
	border: 1px solid #ccc;
	border-radius: 20px;
	padding: 10px 20px;
	width: fit-content;
	display: flex;
	align-items: center;
	white-space: nowrap;
}
.tree-user .tree-user-icon {
	border: 1px solid #EFEFEF;
	border-radius: 100%;
	padding: 15px;
	background-color: #EFEFEF;
}
.tree-user .tree-user-name {
	margin-left: 10px;
	font-size: 1.825rem;
}
.tree-user .tree-user-level {
	position: relative;
	margin-left: -12px;
	margin-right: 10px;
	font-size: 1.625rem;
	background-color: #337ab7;
}
.tree-user button {
	margin-left: 10px;
	margin-bottom: 3px;
	border: none;
}
.tree-user button.btn-circle {
	border-radius: 100%;
	padding: 3px 7px;
}

#tree-view-wrap, #tree-view-wrap ul {
	list-style-type: none;
	margin-left: 75px;
	margin-top: 10px;
}

#tree-view-wrap ul li {
	margin-bottom: 10px;
}

#tree-view-wrap {
	margin: 0;
	padding: 0;
}

#tree-view-wrap .caret,  #tree-view-wrap .children {
	background-color: lightblue;
}

#tree-view-wrap .caret,  #tree-view-wrap .root-node {
	cursor: pointer;
	-webkit-user-select: none; /* Safari 3.1+ */
	-moz-user-select: none; /* Firefox 2+ */
	-ms-user-select: none; /* IE 10+ */
	user-select: none;
}

#tree-view-wrap .master {
	background-color: lightyellow;
}

#tree-view-wrap .caret::before {
	/* content: "\25B6";
	color: black;
	display: inline-block;
	margin-right: 20px; */
}

#tree-view-wrap .caret-down::before {
	-ms-transform: rotate(90deg); /* IE 9 */
	-webkit-transform: rotate(90deg); /* Safari */
	transform: rotate(90deg);  
}

#tree-view-wrap .nested {
	display: none;
}

#tree-view-wrap .active {
	display: block;
}