@charset "UTF-8";

.clear{
    height: 100%;
    overflow: hidden;
    background-color:#ffffff;
}
.focus{
	font-weight: bold;
	color: #ee772d!important;
}

body{
	line-height: 22px;
}

.loading{
	text-align: center;
	line-height: 40px;
}

.errorMsg{
    overflow: hidden;
    margin-top: 20px;
    float: left;
    width: 100%;
}

.img-middle{
    vertical-align: middle;
}

.logo{
    line-height: 66px;
    font-size: 14px;
    font-weight: bold;
}

/* 页头 */
.head{
	position: fixed;
	width: 100%;
	top: 0;
	background-color: white;
	z-index: 99;
	border-bottom: solid 1px #ee772d;
}


/* 引导页-页头 */
html{
	height: auto!important;
	overflow: auto;
}
#menu{
	z-index: 999;
}
.theme{
	background-color: #fff!important;
	border: solid 1px transparent;
    box-shadow: 0 0 5px rgba(0,0,0,.8)!important;
}
.gray-theme{
	background-color: #f2f2f2;
	color: #adadad;
	border-left: solid 3px #adadad;
	padding: 20px;
}
.site-nav {
	padding: 10px 0;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0 !important;
    right: 0;
    z-index: 103;
    color: #000;
    background: #fff;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    float: right;
    display: none;
    text-align: right;
}
.nav-scrolled .site-nav{
    margin: 0;
    background-color: white;
    -webkit-box-shadow: 0 0.125em 0.125em 0 rgba(0, 0, 0, 0.125);
    -moz-box-shadow: 0 0.125em 0.125em 0 rgba(0, 0, 0, 0.125);
    -ms-box-shadow: 0 0.125em 0.125em 0 rgba(0, 0, 0, 0.125);
    -o-box-shadow: 0 0.125em 0.125em 0 rgba(0, 0, 0, 0.125);
    box-shadow: 0 0.125em 0.125em 0 rgba(0, 0, 0, 0.125);
}
.nav-item {
    position: relative;
    padding: 0;
    overflow: visible;
    
    color: #000;
    display: inline-block;
    padding: 10px 0;
    margin-left: 1.25rem;
    font-size: 14px;
}
.nav-item .active{
	font-weight: bold;
}
.navbar-header{
	height: 66px;
	width: 100%;
}
.nav-phone{
	display: block;
	overflow: hidden;
}
.navbar-toggle {
    position: relative;
    float: right;
    padding: 5px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.myfixMenu {
    position: fixed;
    right: 0;
    z-index: 99;
}
.myfixMenu2 {
    background-color: #fbb637;
}
.mm-page__blocker{
    z-index: 100!important;
}
#footNav{
	height: 60px;
	text-align: center;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: white;
	z-index: 999;
	border-top: solid 1px #ffcc19;
}
.official{
	line-height: 55px;
	font-size: 16px;
	margin-left:5px;
}

/* 页脚 */
.myinfo{
    background: #f2f2f2;
    width: 100%;
    float: left;
}
.foot div{
	line-height: 28px;
}
.foot{
	padding: 30px 0px;
}

/* 按钮样式 */
.redBtn{
    background-color: red;
    color: white;
    border: none;
    border-radius: 3px;
    width: 80px;
    height: 30px;
}

/* 小标题 */
.title {
    font-size: 14px;
    border-left: solid 5px #ee772d;
    margin-bottom: 10px;
    margin-top: 10px;
    padding-left: 10px;
    font-weight: bold;
}

.mytitle {
    font-size: 16pt;
    font-weight: 600;
    border-bottom: 0.5px solid #ddd;
    line-height: 35px;
}
.mytitle span {
	position: relative;
	padding: 4px 10px;
    border-bottom: 2px solid #ee772d;
    text-align: left;
    -webkit-font-smoothing: antialiased;
}

/* 自动截断文字 */
.autocut{
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.webkitLine{
    white-space: inherit;
	display: -webkit-box;
    -webkit-box-orient: vertical;
}
.webkitLine2{
    -webkit-line-clamp: 2;
}
.webkitLine3{
    -webkit-line-clamp: 3;
}
.webkitLine4{
    -webkit-line-clamp: 4;
}
.webkitLine5{
    -webkit-line-clamp: 5;
}
.webkitLine6{
    -webkit-line-clamp: 6;
}
.webkitLine7{
    -webkit-line-clamp: 7;
}
.webkitLine8{
    -webkit-line-clamp: 8;
}
.footitem{
	width: 20%;
	float: left;
	padding: 5px;
}

/* 去除a标签样式 */
.noDecorate, .noDecorate:hover, .noDecorate:visited, .noDecorate:link, .noDecorate:active{
    color: #333;
    text-decoration: none;
}

/* layui翻页功能 */
.layui-laypage{
    width: 100%;
    background: white;
    padding-top: 10px;
    text-align: center;
    line-height: 50px;
    margin-bottom: 20px;
}

@media(max-width: 991px){
	.navbar-toggle{
	   display: block!important;
	}
	.layui-container{
	   width: 100%!important;
	}
	
    
}
@media(min-width: 992px){
	/* 按钮样式 */
	.redBtn{
	    width: 100px;
	    height: 35px;
	}
	.nav-item{
	   font-size: 16px;
	}
	.title{
        font-size: 16px;
        border-left: solid 8px #ee772d;
	}
	.site-nav{
	   display: block!important;
	}
	.site-nav-phone{
	   display: none;
	}
	/* 引导菜单 */
	.nav-phone{
	   display: none;
	}
	
	/* foot */
	.foot{
	   height: 144px;
	}
	/* 错误信息 */
    .errorMsg{
       margin-top: 100px;
    }
    /* 页面头部logo */
    .logo{
        line-height: 55px;
    }
}

/* 下划线 */
.underline{
	border-bottom: solid 1px #f2f2f2;
}
/* 颜色样式 */
.lightgray{
	color: #adadad;
}
.gray{
	color: #666;
}
.grape{
	color: #030368;
}
.orange{
	color: #ee772d;
}

.left{
    float: left;
}
.right{
    float: right;
}

div{
	letter-spacing: 1px;
}
span{
    letter-spacing: 1px;
}

/* 手机版样式 */
.item-phone{
    background-color: white;
    border-bottom: solid 15px #f2f2f2;
    padding: 30px 10px;
    width: 100%;
}
/* 宽高 */
.full{
    width: 100%;
    height: 100%;
}
.fullWidth{
    width: 100%;
}
.fullHeight{
    height: 100%;
}
/* 字体 */
.bold{
    font-weight: bold;
}
.normal{
    font-weight: normal;
}
/* 位置 */
.pd0{
    padding: 0;
}
.pd10{
    padding: 10px;
}
.pd20{
    padding: 20px;
}
.pd30{
    padding: 30px;
}
.pdt10{
    padding-top: 10px;
}
.pdt20{
    padding-top: 20px;
}
.pdt30{
    padding-top: 30px;
}
.pdb10{
    padding-bottom: 10px;
}
.pdb20{
    padding-bottom: 20px;
}
.pdb30{
    padding-bottom: 30px;
}
.pdl10{
    padding-left: 10px;
}
.pdl20{
	padding-left: 20px;
}
.pdl30{
	padding-left: 30px;
}
.pdr10{
	padding-right: 10px;
}
.pdr20{
    padding-right: 20px;
}
.pdr30{
    padding-right: 30px;
}

.mg0{
	margin: 0;
}
.mg10{
    margin: 10px;
}
.mg20{
    margin: 20px;
}
.mg30{
    margin: 30px;
}
.mgt10{
    margin-top: 10px;
}
.mgt20{
    margin-top: 20px;
}
.mgt30{
    margin-top: 30px;
}
.mgt40{
	margin-top: 40px;
}
.mgt50{
	margin-top: 50px;
}
.mgb10{
    margin-bottom: 10px;
}
.mgb20{
    margin-bottom: 20px;
}
.mgb30{
    margin-bottom: 30px;
}
.mgb100{
	margin-bottom: 100px;
}
.mgl10{
	margin-left: 10px;
}
.mgl20{
    margin-left: 20px;
}
.mgl30{
    margin-left: 30px;
}
.mgr10{
    margin-right: 10px;
}
.mgr20{
    margin-right: 20px;
}
.mgr30{
    margin-right: 30px;
}

.whole-lightgray-bg{
	width: 100%;
	height: -webkit-fill-available;
	background-color: #f2f2f2;
	text-align: center;
}
.abs-center{
	position: absolute;
	bottom: 50%;
	left: 0;
	right: 0;
}

/* 文字对齐方式 */
.textcenter{
	text-align: center;
}
.textright{
    text-align: right;
}
.textleft{
    text-align: left;
}

/*行高 */
/* .lh20{ */
/* 	line-height: 20px; */
/* } */
.lh30{
	line-height: 30px;
}
.lh40{
	line-height: 40px;
}
.lh50{
	line-height: 50px;
}

/* 边框 */
.left-border-orange1{
    border-left: solid 1px #ee772d;
}
.left-border-orange2{
	border-left: solid 2px #ee772d;
}
.left-border-orange4{
    border-left: solid 4px #ee772d;
}
.left-border-orange8{
    border-left: solid 8px #ee772d;
}

.bottom-border-orange1{
    border-bottom: solid 1px #ee772d;
}
.bottom-border-orange2{
    border-bottom: solid 2px #ee772d;
}

/**/
.identation1{
	text-indent: 1em;
}
.identation2{
	text-indent: 2em;
}

.pointer{
	cursor: pointer;
}

/*我要捐赠的二维码的样式*/
#codeico{
    position:fixed;
    z-index:9999999;
    width:30px; 
    height:30px;
    background:url(../images/logo2.png) no-repeat;
}

.donateDiv {padding:20px}
.qrcodeDiv {width:120px;float:left}
.recodeSpan {float:left;margin-left:10px;margin-top:30px}

/*清除ios文本框的阴影*/
input[type=text],input[type=password],input[type=date],input[type=number],input[type=email],input:not(type),textarea,select{
	-webkit-appearance: none;
}
input[type=checkbox]{
	-webkit-appearance: checkbox;
}
input[type=radio]{
	-webkit-appearance: radio;
}

/*底部按钮*/
.mob-footbar{
	position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    width: auto;
    height: 64px;
    padding-left: 15px;
    padding-right: 15px;
    z-index: 100;
    background-color: #fff;
    padding-bottom: 0;
    transition: .4s ease;
    transform: translateY(0);
	margin: 0 auto!important;
    max-width: 768px;
}

.mob-footbar p {
    margin: 0px;
}

.mob-footbar-hd{
	padding-right: 15px;
    white-space: nowrap;
}

.mob-footbar-h{
	float: left;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    box-sizing: border-box;
    width: 40px;
}

.mob-footbar-h, .mob-footbar-hd{
	    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    height: 64px;
}

.mob-footbar-m + .mob-footbar-m{
	margin-left:10px;
}

.contract-btn{
	background-color: #fff!important;
    border: 1px solid #ee772d!important;
    color: #ee772d!important;
}

.mob-footbar-h:not(:first-child) {
    margin-left: 8px;
}

.mob-footbar-m{
	display: flex;
	flex: 1;
}

.mob-footbar-btn:last-child, .mob-footbar-btn:last-child.button-hover:after {
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
}

.mob-footbar-btn:first-child, .mob-footbar-btn:first-child.button-hover:after {
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
}

.mob-footbar-btn {
    flex-direction: column;
}

.mob-footbar-btn {
    display: flex;
    justify-content: center;
}

.mob-footbar-btn_dft {
    background-color: #ee772d;
}

.mob-footbar-txt {
    padding-top: 3px;
    color: #3c5a6e;
    line-height: 1;
    font-size: 11px;
}

.btn, .btn_m, .btn_s {
    position: relative;
    box-sizing: border-box;
    font-weight: 500;
    text-align: center;
    border-radius: 24px;
    overflow: hidden;
    white-space: nowrap;
}

.btn {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    color: #222a3f;
    display: block;
}

.btn {
    line-height: normal;
    height: 48px;
    font-size: 16px;
}

.btn b, .ck-box .p1 {
    line-height: 48px;
}


.mob-footbar-btn {
    display: block;
    padding: 0;
    color: #fff;
    border-radius: 0;
}

.mob-footbar-btn:hover{
	color: #fff !important;
}

.flex2{
	flex:0.2;
}

.mob-footbar img{
	height: 50%;
    align-items: center;
    justify-content: center;
}

.mob-footbar .img2{
	height: 50%;
    align-items: center;
    justify-content: center;
}

.mob-footbar-btn:hover{
	color: #fff !important;
}

.contract-btn:hover{
	color: #ee772d !important;
}

/*底部按钮*/