body {
	font:14px "Microsoft YaHei", YouYuan, Arial, \5b8b\4f53, sans-serif, Tahoma, Verdana, Simsun;-webkit-text-size-adjust: 100%;
    background:url(https://lqwimg.oss-cn-shanghai.aliyuncs.com/xxbz/bg.jpg) repeat top center #fff;background-attachment:fixed;
}
a {text-decoration:none;}
a:link {text-decoration:none;}
a:visited {text-decoration:none;}
a:hover {text-decoration:none;}

.nobackground {
    /*background:none;*/
}

#div_footer_right {width:300px;height:150px;float:right;margin:0px	20px auto 0px;border:0px solid red;}
#div_footer_left {width:450px;height:150px;margin:0px  auto auto 20px;border:0px solid red;}

.popover-message .popover {position: relative;display: block; margin: 20px;}

.tooltip.top .tooltip-arrow {bottom: 0;left: 50%;margin-left: -5px;border-top-color: #cccccc;border-width: 5px 5px 0;}
.tooltip-inner {color: #000000;font-size:14px;background: #ffffff;border: solid 1px #cccccc;}

.center {width: auto;display: table;margin-left: auto;margin-right: auto;  position:static !important;transform :none !important;top:auto !important;left:auto !important;}
.prism-player .center{position:absolute  !important;top:50%  !important;left:50%  !important;-ms-transform:translate(-50%,-50%)  !important;transform:translate(-50%,-50%)  !important}
.btn_right {width: auto;display: table;margin-left: auto;}

.text-center {text-align: center;}
.text-right {text-align: right;}

.carousel-control.left, .carousel-control.right {background-image: none}

.font-shadow {text-shadow: 1px 1px 1px #ccc;}
.clear { clear: both; }

.font-h00 {font-size:60px;}
.font-h0 {font-size:40px;}
.font-h1 {font-size:30px;}
.font-h1-1 {font-size:28px;}
.font-h1-2 {font-size:24px;}
.font-h1-3 {font-size:20px;}
.font-h1-4 {font-size:18px;}
.font-h1-5 {font-size:16px;}

.font-h2 {font-size:14px;}
.font-h2-bold {font-size:14px;font-weight:bold;}
.font-h3 {font-size:12px;}
.font-h4 {font-size:10px;}
.font-white {color:#ffffff;}
.font-green {color:#5cb85c;}
.font-normal {color:#000000;} 
.font-primary {color:#3576BE;} 
.font-warning {color:#E58524;} 
.font-gray {color:#777777;}
.font-project {color:#C0504D;}
.font-bold{font-weight:bold;}
.font-italic{font-style: italic;}
.font-red{color:#FE656B;}
.font-red2{color:#FF6347;}
.redFont{color:red;}

.topborder {border-top:solid 1px #ECECEC ; }
.leftborder {border-left:solid 1px #ECECEC ; }
.rightborder {border-right:solid 1px #ECECEC ; }
.bottomborder {border-bottom:solid 1px #ECECEC ; }


.button-ex-flat-warning {background:none;text-decoration:none;cursor:pointer;box-shadow:none;color:#E58524}
.button-ex-flat-warning:link { background:none;text-decoration:none;}
.button-ex-flat-warning:visited { background:none;text-decoration:none;}
.button-ex-flat-warning:hover { background:none;text-decoration:none;border:solid 1px #E58524;color:#E58524}

.button-ex-flat-warning_reversal {background:none;background-color:#FF6711;text-decoration:none;cursor:pointer;box-shadow:none;color:#fff}
.button-ex-flat-warning_reversal:link {background:none;background-color:#FF6711;text-decoration:none;}
.button-ex-flat-warning_reversal:visited {background:none;background-color:#FF6711;text-decoration:none;}
.button-ex-flat-warning_reversal:hover {background:none;background-color:#FF6711;text-decoration:none;border:solid 1px #fff;color:#fff}

.button-ex-flat-success {background:none;text-decoration:none;cursor:pointer;box-shadow:none;color:#5cb85c}
.button-ex-flat-success:link { background:none;text-decoration:none;}
.button-ex-flat-success:visited { background:none;text-decoration:none;}
.button-ex-flat-success:hover { background:none;text-decoration:none;border:solid 1px #5cb85c;color:#5cb85c}

.button-ex-flat-success_reversal {background:none;background-color:#5cb85c;text-decoration:none;cursor:pointer;box-shadow:none;color:#000}
.button-ex-flat-success_reversal:link { background:none;background-color:#5cb85c;text-decoration:none;}
.button-ex-flat-success_reversal:visited { background:none;background-color:#5cb85c;text-decoration:none;}
.button-ex-flat-success_reversal:hover { background:none;background-color:#5cb85c;text-decoration:none;border:solid 1px #000;color:#000}

.button-ex-flat-primary {background:none;text-decoration:none;cursor:pointer;box-shadow:none;color:#3576BE;}
.button-ex-flat-primary:link { background:none;text-decoration:none;}
.button-ex-flat-primary:visited { background:none;text-decoration:none;}
.button-ex-flat-primary:hover { background:none;text-decoration:none;border:solid 1px #3576BE;}

.button-ex-flat-success_bgred {background-color:#fff;text-decoration:none;cursor:pointer;box-shadow:none;color:#5cb85c}
.button-ex-flat-success_bgred:link { background-color:#fff;text-decoration:none;}
.button-ex-flat-success_bgred:visited { background-color:#fff;text-decoration:none;}
.button-ex-flat-success_bgred:hover { background-color:#fff;text-decoration:none;border:solid 1px #5cb85c;color:#5cb85c}

.message-item {
    margin-bottom: 25px;
    margin-left: 40px;
    position: relative;
}
.message-item .message-inner {
    background: #fff;
    border: 1px solid #C4E7FA;
    border-radius: 3px;
    padding: 10px;
    position: relative;
}
.message-item .message-inner:before {
    border-right: 10px solid #C4E7FA;
    border-style: solid;
    border-width: 10px;
    color: rgba(0,0,0,0);
    content: "";
    display: block;
    height: 0;
    position: absolute;
    left: -20px;
    top: 6px;
    width: 0;
}
.message-item .message-inner:after {
    border-right: 10px solid #fff;
    border-style: solid;
    border-width: 10px;
    color: rgba(0,0,0,0);
    content: "";
    display: block;
    height: 0;
    position: absolute;
    left: -18px;
    top: 6px;
    width: 0;
}
.message-item:before {
    background: #fff;
    border-radius: 2px;
    bottom: -30px;
    box-shadow: 0 0 3px rgba(0,0,0,0.2);
    content: "";
    height: 100%;
    left: -30px;
    position: absolute;
    width: 3px;
}
.message-item:after {
    background: #fff;
    border: 2px solid #C4E7FA;
    border-radius: 50%;
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
    content: "";
    height: 15px;
    left: -36px;
    position: absolute;
    top: 10px;
    width: 15px;
}
.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}
.message-item .message-head {
    border-bottom: 1px solid #eee;
    margin-bottom: 3px;
    padding-bottom: 2px;
}
.message-item .message-head .avatar {
    margin-right: 20px;
}
.message-item .message-head .user-detail {
    overflow: hidden;
}
.message-item .message-head .user-detail h5 {
    font-size: 16px;
    font-weight: bold;
    margin: 0;
}
.message-item .message-head .post-meta {
    float: left;
    padding: 0 15px 0 0;
}
.message-item .message-head .post-meta >div {
    color: #333;
    font-weight: bold;
    text-align: right;
}
.post-meta > div {
    color: #777;
    font-size: 12px;
    line-height: 22px;
}
.message-item .message-head .post-meta >div {
    color: #333;
    font-weight: bold;
    text-align: right;
}
.post-meta > div {
    color: #777;
    font-size: 12px;
    line-height: 22px;
}

.teamInfoHidden{display:none;}

.span-none {
	background:none;
	border:none;
}
.text_items_content {text-indent:2em;line-height:25px;font-size:16px;}
.text_items_project {text-indent:2em;line-height:25px;font-size:14px;}
ul.nav-tabs-project {width:160px;border-radius: 4px;border: 1px solid #ddd;box-shadow: 0 1px 4px rgba(0, 0, 0, 0.067);}
ul.nav-tabs-project li {margin: 0;border-top: 1px solid #ddd;}
ul.nav-tabs-project li:first-child {border-top: none;}
ul.nav-tabs-project li a {margin: 0;border-radius: 0;}
ul.nav-tabs-project li.active a, ul.nav-tabs li.active a:hover {color: #fff;background: #0088cc;border: 1px solid #0088cc;}
ul.nav-tabs-project li:first-child a {border-radius: 4px 4px 0 0;}
ul.nav-tabs-project li:last-child a {border-radius: 0 0 4px 4px;}
ul.nav-tabs-project.affix {top: 30px;}

/* control-nationality-suggest */
.control-nationality-suggest
{
    width:100%;
    display:inline-block;
    position:relative;
}
.nationality-suggest-input
{
    width:100%;
}
.nationality-suggest-list-container
{
    position:absolute;
    left:0;
    top:29px;
    width:100%;
    z-index:9999;
    background-color:#fff;
    border:1px solid #ccc;
    display:none;
}
.nationality-suggest-list
{
    max-height:360px;
    overflow:auto;
}
.nationality-suggest-hint
{
    background-color:#004696;
    color:#fff;
    height:27px;
    line-height:27px;
    vertical-align:middle;
    text-align:center;
    letter-spacing:1px;
}
.nationality-suggest-item
{
    height:30px;
    line-height:30px;
    vertical-align:middle;
    text-align:left;
    position:relative;
    text-indent:13px;
    cursor:pointer;
    padding-right:110px;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.nationality-suggest-item:hover, .nationality-suggest-item-cur
{
    background-color:#e8f1ff;
}
.nationality-suggest-item em
{
    position:absolute;
    right:8px;
    width:100px;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.bkcolor {background-color:#ffffff;padding:0px 5%;}
.bkcolor2 {background-color:#ffffff;}

/*头部导航栏*/
@media screen and (min-width:1200px) {
	#headernav{height:37px; background-color:#606060; position:relative; margin:0px;}
	#headernav ul{height:37px; float:left;padding:0;}
	#headernav ul li{float:left; padding:0 1px 0 0; display:inline;}
	#headernav ul li a{display:block; width:110px; text-align:center; font-size:16px; color:#fff; line-height:37px;}
	#headernav ul li.join a{width:110px;}
	#headernav ul li a:hover, #headernav ul li a.on, #headernav ul li a.hover{background-color:#ff6248; color:#fff;}
	#headernav ul li .sub_nav{position:absolute; top:37px; z-index:15; display:none}
	#headernav ul li .sub_nav a{background-color:#ff6248; font-size:15px;}
	#headernav ul li .sub_nav a:hover{background:#606060;}
}

@media screen and (min-width: 992px) and (max-width: 1199px)  {
	#headernav{height:37px; background-color:#606060; position:relative; margin:0px;}
	#headernav ul{height:37px; float:left;padding:0;}
	#headernav ul li{float:left; padding:0 1px 0 0; display:inline;}
	#headernav ul li a{display:block; width:95px; text-align:center; font-size:16px; color:#fff; line-height:37px;}
	#headernav ul li.join a{width:95px;}
	#headernav ul li a:hover, #headernav ul li a.on, #headernav ul li a.hover{background-color:#ff6248; color:#fff;}
	#headernav ul li .sub_nav{width:100%; position:absolute; top:37px; z-index:15; display:none;}
	#headernav ul li .sub_nav a{background-color:#ff6248; font-size:14px;}
	#headernav ul li .sub_nav a:hover{background:#606060;}
}

@media screen and (max-width: 991px)  {
	#headernav{height:37px; background-color:#606060; position:relative; margin:0px;}
	#headernav ul{height:37px; float:left;padding:0;}
	#headernav ul li{float:left; padding:0 1px 0 0; display:inline;}
	#headernav ul li a{display:block; width:73px; text-align:center; font-size:14px; color:#fff; line-height:37px;}
	#headernav ul li.join a{width:85px;}
	#headernav ul li a:hover, #headernav ul li a.on, #headernav ul li a.hover{background-color:#ff6248; color:#fff;}
	#headernav ul li .sub_nav{width:100%; position:absolute; top:37px; z-index:15; display:none;}
	#headernav ul li .sub_nav a{background-color:#ff6248; font-size:14px;}
	#headernav ul li .sub_nav a:hover{background:#606060;}
}

@media screen and (max-width: 767px)  {
    #foot .navbar-default{margin:0 -5%!important}
    #foot .font-gray{color:#b0b0b0}
}

.bgs{background:url(https://lqwimg.oss-cn-shanghai.aliyuncs.com/xxbz/bgs.png) no-repeat;}
.navTextBg {padding:15px 10px; position:absolute; width:260px; height:240px; background:url(https://lqwimg.oss-cn-shanghai.aliyuncs.com/xxbz/bl_bg2.png) repeat ; color:#000000; top:20px; left:20px; white-space:normal;}
.navTextBgxs {padding:10px 10px; position:absolute; width:230px; height:195px; background:url(https://lqwimg.oss-cn-shanghai.aliyuncs.com/xxbz/bl_bg2.png) repeat ; color:#000000; top:10px; left:10px; white-space:normal;}
.banner_textcolor{color: #FF4500;font-weight:bold; font-family:宋体; font-style: italic}

.btn-shadow{-moz-box-shadow: 0px 12px 4px -10px rgba(0,0,0,0.4);-webkit-box-shadow: 0px 12px 5px -10px rgba(0,0,0,0.4);box-shadow: 0px 12px 5px -10px rgba(0,0,0,0.4);}

.btn1_span{font-size:18px; padding-left:16px; padding-top:15px; display:block; line-height:25px;font-weight: bold;color:#000;}
.btn1_span_md{font-size:16px; padding-left:10px; padding-top:10px; display:block; line-height:20px;font-weight: bold;color:#000;}
.btn1_span_sm{font-size:14px; padding-left:10px; padding-top:10px; display:block; line-height:20px;font-weight: bold;color:#000;}

.menu_item {cursor:pointer;}
.menu_item .circle {border:solid 1px #3576BE;color:#3576BE;}
.menu_item .circle-gray {border:solid 1px #999999;color:#999999;}
.menu_item:hover .circle {border:solid 1px #E58524;color:#E58524;}
.menu_item:hover .circle-gray {border:solid 1px #5cb85c;color:#5cb85c;}
.menu_item .menu_item_text {color:#3576BE;}
.menu_item:hover .menu_item_text {color:#E58524;}
.menu_item .menu_item_text-gray {color:#999999;}
.menu_item:hover .menu_item_text-gray {color:#5cb85c;}
.menu_item .menu_item_text-green {color:#5cb85c;}
.menu_item:hover .menu_item_text-green {color:#5cb85c;}

.circle {margin-left: auto;margin-right: auto;border-radius: 50%;width: 100%;position: relative;color:#ECECEC}
.circle-gray {margin-left: auto;margin-right: auto;border-radius: 50%;width: 100%;position: relative;color:#999999}
.circle-border {border: 1px solid #ECECEC;}
.circle-border:hover {border: 1px solid #E58524;color:#E58524}
.circle-gray:hover {border: 1px solid #E58524;color:#E58524}
.circle-border-primary {border: 1px solid #3576BE;color:#3576BE} 
.circle-border-warning {border: 1px solid #E58524;color:#E58524}
.circle-solid{background-color: whitesmoke;}
.circle:before {content: "";display: block;padding-top: 100%;}
.circle-gray:before {content: "";display: block;padding-top: 100%;}
.circle-inner {position: absolute;top: 0;left: 0;bottom: 0;right: 0;text-align: center;}

.score-text2 {margin: auto;position: absolute;top: 0;left: 0;bottom: 0;right: 0;height: 1.2em;line-height: 1em;font-size: 1em;}

.group_seach{width:143px; height:42px; background:url(https://lqwimg.oss-cn-shanghai.aliyuncs.com/xxbz/group_seach_bg.jpg) no-repeat; position:absolute; top:-57px; right:0; padding:0 190px 0 50px;}
.group_seach input{background:none; width:100%; height:19px; line-height:19px; padding:12px 0; font-size:16px; color:#fff;}

.top_list ul{width:200px; padding-left:60px; float:left; font-size:14px; line-height:19px;}
.top_list li span{padding-right:15px;}
.top_list p.num{text-align:right;}

.header-center{text-align:center;}
.header-span{font-weight:bold;color:#FF6347;font-size:30px;}
.header-span_xs{font-weight:bold;color:#FF6347;font-size:18px;}
.header-left{text-align:left;}

.tool-head{color:#ff6d53; font-size: 36px; font-weight: bold;}
.tool-head_xs{color:#ff6d53; font-size: 20px; font-weight: bold;}
.tool-font{ font-size: 18px; }
/*tool（ToolKit页面）*/
.tool_bg {background: url(https://lqwimg.oss-cn-shanghai.aliyuncs.com/xxbz/toolkit/bg_4.png) no-repeat;width: 931px;height: 3693px;margin-left: 10px;margin-top: 20px;position: relative;}
.tool_bg1 {background: url(https://lqwimg.oss-cn-shanghai.aliyuncs.com/xxbz/toolkit/bg.png) no-repeat; width: 878px;height: 1686px;margin-left: 25px;position: absolute;top: 20px;}
.tool_bg2 {background: url(https://lqwimg.oss-cn-shanghai.aliyuncs.com/xxbz/toolkit/bg_2.png) no-repeat; width: 100%;height: 100%;margin-left: 25px;position: absolute;}
.tool_bg3 {background: url(https://lqwimg.oss-cn-shanghai.aliyuncs.com/xxbz/toolkit/bg_3.png) no-repeat; width: 878px;height: 569px;margin-left: 25px;position: absolute;top: 3090px;}
.tool_bg1_span {font-size: 36px;position: absolute;left: 20px;top: 40px;}
.tool_bg1_p {text-indent:2em;left: 20px;top: 100px;line-height: 30px;}
.tool_bg1_img1 {position: absolute;left: 700px;top: 40px;}
.tool_bg1_img2 {left: 20px;top: 200px;}
.tool_bg1_img3 {left: 232px;top: 200px;}
.tool_bg1_img4 {left: 444px;top: 200px;}
.tool_bg1_img5 {left: 656px;top: 200px;}
.tool_bg1_img6 {left: 20px;top: 320px;}
.tool_bg1_img7 {position: absolute;left: 20px;top: 500px;}
.tool_bg1_img8 {left: 232px;top: 320px;}
.tool_bg1_span2 {font-size: 36px;position: absolute;left: 220px;top: 480px;}
.tool_bg1_p2 {position: absolute;left: 220px;top: 540px;width: 640px;line-height: 30px;}
.tool_bg1_a1 {display: block;background: url(https://lqwimg.oss-cn-shanghai.aliyuncs.com/xxbz/toolkit/t2_1.png);width: 374px;height: 163px;position: absolute;left: 40px;top: 670px;}
.tool_bg1_a1 span {width: 240px;display: block;font-size: 16px;color: white;padding-top: 25px;padding-left: 20px;line-height: 25px;}
.tool_bg1_a2 {display: block;background: url(https://lqwimg.oss-cn-shanghai.aliyuncs.com/xxbz/toolkit/t2_w.png);width: 93px;height: 31px;position: absolute;left: 310px;top: 790px;font-size: 18px;text-align: center;line-height: 30px;}
.tool_bg1_a1_30 {display: block;background: url(https://lqwimg.oss-cn-shanghai.aliyuncs.com/xxbz/use/100_g.png) no-repeat; text-align: center;width: 61px;height: 40px;line-height: 40px;color: white;font-size: 16px;position: absolute;left: 40px;top: 860px;}
.tool_bg1_a1_30_span {font-size: 16px;position: absolute;left: 150px;top: 860px;}
.tool_bg1_a1_50 {display: block;background: url(https://lqwimg.oss-cn-shanghai.aliyuncs.com/xxbz/use/100_g.png) no-repeat; text-align: center;width: 61px;height: 40px;line-height: 40px;color: white;font-size: 16px;position: absolute;left: 40px;top: 940px;}
.tool_bg1_a1_50_span {font-size: 16px;position: absolute;left: 150px;top: 940px;}
.tool_bg1_a1_60 {display: block;background: url(https://lqwimg.oss-cn-shanghai.aliyuncs.com/xxbz/use/100_g.png) no-repeat; text-align: center;width: 61px;height: 40px;line-height: 40px;color: white;font-size: 16px;position: absolute;left: 40px;top: 1020px;}
.tool_bg1_a1_60_span {font-size: 16px;position: absolute;left: 150px;top: 1020px;}
.tool_bg1_a1_100 {display: block;background: url(https://lqwimg.oss-cn-shanghai.aliyuncs.com/xxbz/use/100_g.png) no-repeat; text-align: center;width: 61px;height: 40px;line-height: 40px;color: white;font-size: 16px;position: absolute;left: 40px;top: 1100px;}
.tool_bg1_a1_100_span {font-size: 16px;position: absolute;left: 150px;top: 1100px;}

.tool_bg1_a3 {display: block;background: url(https://lqwimg.oss-cn-shanghai.aliyuncs.com/xxbz/toolkit/t2_2.png);width: 373px;height: 163px;position: absolute;left: 474px;top: 670px;}
.tool_bg1_a3 span {width: 216px;display: block;font-size: 16px;color: white;padding-top: 25px;padding-left: 20px;line-height: 25px;}
.tool_bg1_a4 {display: block;background: url(https://lqwimg.oss-cn-shanghai.aliyuncs.com/xxbz/toolkit/t2_w.png);width: 93px;height: 31px;position: absolute;left: 740px;top: 790px;font-size: 18px;text-align: center;line-height: 30px;}
.tool_bg1_a3_40 {display: block;background: url(https://lqwimg.oss-cn-shanghai.aliyuncs.com/xxbz/use/100_g.png) no-repeat; text-align: center;width: 61px;height: 40px;line-height: 40px;color: white;font-size: 16px;position: absolute;left: 474px;top: 860px;}
.tool_bg1_a3_40_span {font-size: 16px;position: absolute;left: 564px;top: 860px;}
.tool_bg1_a3_100 {display: block;background: url(https://lqwimg.oss-cn-shanghai.aliyuncs.com/xxbz/use/100_g.png) no-repeat; text-align: center;width: 61px;height: 40px;line-height: 40px;color: white;font-size: 16px;position: absolute;left: 474px;top: 940px;}
.tool_bg1_a3_100_span {font-size: 16px;position: absolute;left: 564px;top: 940px;}
.tool_bg1_a3_150 {display: block;background: url(https://lqwimg.oss-cn-shanghai.aliyuncs.com/xxbz/use/100_g.png) no-repeat; text-align: center;width: 61px;height: 40px;line-height: 40px;color: white;font-size: 16px;position: absolute;left: 474px;top: 1020px;}
.tool_bg1_a3_150_span {font-size: 16px;position: absolute;left: 564px;top: 1020px;}
.tool_bg1_a3_300 {display: block;background: url(https://lqwimg.oss-cn-shanghai.aliyuncs.com/xxbz/use/100_g.png) no-repeat; text-align: center;width: 61px;height: 40px;line-height: 40px;color: white;font-size: 16px;position: absolute;left: 474px;top: 1100px;}
.tool_bg1_a3_300_span {font-size: 16px;position: absolute;left: 564px;top: 1100px;}

.tool_bg1_a5 {display: block;background: url(https://lqwimg.oss-cn-shanghai.aliyuncs.com/xxbz/toolkit/t2_3.png);width: 374px;height: 160px;position: absolute;left: 40px;top: 1180px;}
.tool_bg1_a5 span {width: 216px;display: block;font-size: 16px;color: white;padding-top: 25px;padding-left: 20px;line-height: 25px;}
.tool_bg1_a6 {display: block;background: url(https://lqwimg.oss-cn-shanghai.aliyuncs.com/xxbz/toolkit/t2_w.png);width: 93px;height: 31px;position: absolute;left: 310px;top: 1300px;font-size: 18px;text-align: center;line-height: 30px;}
.tool_bg1_a5_100 {display: block;background: url(https://lqwimg.oss-cn-shanghai.aliyuncs.com/xxbz/use/100_g.png) no-repeat; text-align: center;width: 61px;height: 40px;line-height: 40px;color: white;font-size: 16px;position: absolute;left: 40px;top: 1370px;}
.tool_bg1_a5_100_span {font-size: 16px;position: absolute;left: 150px;top: 1370px;}
.tool_bg1_a5_130 {display: block;background: url(https://lqwimg.oss-cn-shanghai.aliyuncs.com/xxbz/use/100_g.png) no-repeat; text-align: center;width: 61px;height: 40px;line-height: 40px;color: white;font-size: 16px;position: absolute;left: 40px;top: 1450px;}
.tool_bg1_a5_130_span {font-size: 16px;position: absolute;left: 150px;top: 1450px;}
.tool_bg1_a5_150 {display: block;background: url(https://lqwimg.oss-cn-shanghai.aliyuncs.com/xxbz/use/100_g.png) no-repeat; text-align: center;width: 61px;height: 40px;line-height: 40px;color: white;font-size: 16px;position: absolute;left: 40px;top: 1530px;}
.tool_bg1_a5_150_span {font-size: 16px;position: absolute;left: 150px;top: 1530px;}
.tool_bg1_a5_1000 {display: block;background: url(https://lqwimg.oss-cn-shanghai.aliyuncs.com/xxbz/use/100_g.png) no-repeat; text-align: center;width: 61px;height: 40px;line-height: 40px;color: white;font-size: 16px;position: absolute;left: 40px;top: 1610px;}
.tool_bg1_a5_1000_span {font-size: 16px;position: absolute;left: 150px;top: 1610px;}

.tool_bg1_a7 {display: block;background: url(https://lqwimg.oss-cn-shanghai.aliyuncs.com/xxbz/toolkit/t2_4.png);width: 374px;height: 160px;position: absolute;left: 474px;top: 1180px;}
.tool_bg1_a7 span {width: 216px;display: block;font-size: 16px;color: white;padding-top: 25px;padding-left: 20px;line-height: 25px;}
.tool_bg1_a8 {display: block;background: url(https://lqwimg.oss-cn-shanghai.aliyuncs.com/xxbz/toolkit/t2_w.png);width: 93px;height: 31px;position: absolute;left: 740px;top: 1300px;font-size: 18px;text-align: center;line-height: 30px;}
.tool_bg1_a7_60 {display: block;background: url(https://lqwimg.oss-cn-shanghai.aliyuncs.com/xxbz/use/100_g.png) no-repeat; text-align: center;width: 61px;height: 40px;line-height: 40px;color: white;font-size: 16px;position: absolute;left: 474px;top: 1370px;}
.tool_bg1_a7_60_span {font-size: 16px;position: absolute;left: 564px;top: 1370px;}
.tool_bg1_a7_80 {display: block;background: url(https://lqwimg.oss-cn-shanghai.aliyuncs.com/xxbz/use/100_g.png) no-repeat; text-align: center;width: 61px;height: 40px;line-height: 40px;color: white;font-size: 16px;position: absolute;left: 474px;top: 1450px;}
.tool_bg1_a7_80_span {font-size: 16px;position: absolute;left: 564px;top: 1450px;}
.tool_bg1_a7_100 {display: block;background: url(https://lqwimg.oss-cn-shanghai.aliyuncs.com/xxbz/use/100_g.png) no-repeat; text-align: center;width: 61px;height: 40px;line-height: 40px;color: white;font-size: 16px;position: absolute;left: 474px;top: 1530px;}
.tool_bg1_a7_100_span {font-size: 16px;position: absolute;left: 564px;top: 1530px;}
.tool_bg1_a7_380 {display: block;background: url(https://lqwimg.oss-cn-shanghai.aliyuncs.com/xxbz/use/100_g.png) no-repeat; text-align: center;width: 61px;height: 40px;line-height: 40px;color: white;font-size: 16px;position: absolute;left: 474px;top: 1610px;}
.tool_bg1_a7_380_span {font-size: 16px;position: absolute;left: 564px;top: 1610px;}

.tool_bg1_a9{position: absolute;left:144px;top:10px;font-size:20px;font-weight:bolder;}
.tool_bg1_a10{position: absolute;left:144px;top:45px;font-size:20px;font-weight:bolder;}
.tool_bg1_a11{position: absolute;left:144px;top:10px;font-size:20px;font-weight:bolder;}
.tool_bg1_a12{position: absolute;left:144px;top:45px;font-size:20px;font-weight:bolder;}
.tool_bg1_a13{position: absolute;left:144px;top:35px;font-size:20px;font-weight:bolder;}
.tool_bg1_a14{position: absolute;left:144px;top:45px;font-size:20px;font-weight:bolder;}
.tool_bg1_a15{position: absolute;left:144px;top:45px;font-size:20px;font-weight:bolder;}
.tool_bg1_a16{position: absolute;left:144px;top:45px;font-size:20px;font-weight:bolder;}
/* .tool_bg1_a11{position: absolute;left:573px;top:210px;font-size:20px;color:white;font-weight:bolder;} */
/* .tool_bg1_a12{position: absolute;left:573px;top:245px;font-size:20px;color:white;font-weight:bolder;} */
/* .tool_bg1_a15{position: absolute;left:360px;top:235px;font-size:20px;color:white;font-weight:bolder;} */


/* .tool_bg1_1 a:hover, a:active,a:visited { color:#fff; } */
.tool_bg1_tmp_span{position: absolute;left:30px;top:325px;font-size:20px;color:red;}

.gcolor {color: #3cb371;font-size: 24px;}
.xs_gcolor {color: #3cb371;font-size: 16px;}
.spanb {font-weight: bold;}
.tool_bg2_span1 {font-size: 36px;left: 220px;top: 40px;}
.tool_bg2_img1 {position: absolute;left: 120px;top: 25px;}
.tool_bg2_a1 {display: block;background: url(https://lqwimg.oss-cn-shanghai.aliyuncs.com/xxbz/toolkit/t3_g.png) no-repeat;width: 26px;height: 24px;text-align: center;line-height: 24px;color: white;font-size: 18px;left:25px;top: 120px;}
.tool_bg2_span2 {position: absolute;left:60px;top: -5px;}
.tool_bg2_span2_xs {position: absolute;left:50px;top: 0px;}
.tool_bg2_p1 {text-indent:2em;left: 20px;top:155px;font-size: 14px;line-height: 30px;}
.tool_bg2_p2 {left: 20px;top:290px;font-size: 14px;}

.tool_bg2_a2 {display: block;background: url(https://lqwimg.oss-cn-shanghai.aliyuncs.com/xxbz/toolkit/t3_g.png) no-repeat;width: 26px;height: 24px;text-align: center;line-height: 24px;color: white;font-size: 18px;position: absolute;left:460px;top: 120px;}
.tool_bg2_span3 {position: absolute;left:500px;top: 115px;}
.tool_bg2_p3 {text-indent:2em;width: 395px;position: absolute;left: 460px;top:155px;font-size: 14px;line-height: 30px;}

.tool_bg2_a3 {display: block;background: url(https://lqwimg.oss-cn-shanghai.aliyuncs.com/xxbz/toolkit/t3_g.png) no-repeat;width: 26px;height: 24px;text-align: center;line-height: 24px;color: white;font-size: 18px;position: absolute;left:25px;top: 365px;}
.tool_bg2_span4 {position: absolute;left:60px;top: 360px;}
.tool_bg2_p4 {text-indent:2em;width: 454px;position: absolute;left: 20px;top:395px;font-size: 14px;line-height: 30px;position: absolute;left: 30px;top: 405px;}
.tool_bg2_p5 {left: 30px;top: 100px;}
.tool_bg2_img2 {left: 30px;top: 400px;}
.tool_bg2_img3 {position: absolute;left: 30px;top: 780px;}

.tool_bg2_a4 {display: block;background: url(https://lqwimg.oss-cn-shanghai.aliyuncs.com/xxbz/toolkit/t3_g.png) no-repeat;width: 26px;height: 24px;text-align: center;line-height: 24px;color: white;font-size: 18px;position: absolute;left:365px;top: 780px;}
.tool_bg2_span5 {position: absolute;left:405px;top: 775px;}
.tool_bg2_p6 {position: absolute;left: 380px;top: 815px;font-size: 14px;line-height: 30px;}

.tool_bg2_a5 {display: block;background: url(https://lqwimg.oss-cn-shanghai.aliyuncs.com/xxbz/toolkit/t3_g.png) no-repeat;width: 26px;height: 24px;text-align: center;line-height: 24px;color: white;font-size: 18px;position: absolute;left:25px;top: 970px;}
.tool_bg2_span6 {position: absolute;left:60px;top: 965px;}
.tool_bg2_p7 {text-indent:2em;position: absolute;left: 20px;top: 1020px;font-size: 14px;line-height: 30px;width: 395px;}
.tool_bg2_p8 {position: absolute;left: 20px;top: 1210px;font-size: 14px;line-height: 30px;width: 282px;}
.tool_bg2_img4 {position: absolute;left: 30px;top: 30px;}

.tool_bg2_a6 {display: block;background: url(https://lqwimg.oss-cn-shanghai.aliyuncs.com/xxbz/toolkit/t3_g.png) no-repeat;width: 26px;height: 24px;text-align: center;line-height: 24px;color: white;font-size: 18px;position: absolute;left:460px;top: 970px;}
.tool_bg2_span7 {position: absolute;left:490px;top: 965px;}
.tool_bg2_p9 {text-indent:2em;position: absolute;left: 460px;top: 1020px;font-size: 14px;line-height: 30px;width: 395px;}
.tool_bg2_p10 {position: absolute;left: 460px;top: 1110px;font-size: 14px;line-height: 30px;width: 395px;}
.tool_bg2_p11 {position: absolute;left: 460px;top: 1240px;font-size: 14px;line-height: 30px;width: 170px;}
.tool_bg2_img5 {position: absolute;left: 30px;;top: 30px;}

.tool_bg3_span1 {font-size: 36px;position: absolute;left: 100px;top: 25px;}
.tool_bg3_a1 {display: block;background: url(https://lqwimg.oss-cn-shanghai.aliyuncs.com/xxbz/toolkit/t4_g.png) no-repeat; width: 227px;height: 32px;text-align: center;line-height: 30px;color: white;font-size: 24px;left: 25px;top: 100px;}
.tool_bg3_a1_xs {display: block;background: url(https://lqwimg.oss-cn-shanghai.aliyuncs.com/xxbz/toolkit/t4_g.png) no-repeat; width: 227px;height: 32px;text-align: center;line-height: 30px;color: white;font-size: 18px;left: 25px;top: 100px;}
.tool_bg3_p1 {text-indent:2em;position: absolute;left: 25px;top: 140px;font-size: 14px;line-height: 30px;}
.tool_bg3_p2 {position: absolute;left: 40px;top: 290px;font-size: 18px;font-weight: bold;}
.tool_bg3_img1 {position: absolute;left: 40px;top: 210px;}
.tool_bg3_img2 {position: absolute;left: 154px;top: 210px;}
.tool_bg3_img3 {position: absolute;left: 275px;top: 210px;}
.tool_bg3_img4 {position: absolute;left: 380px;top: 210px;}
.tool_bg3_img5 {position: absolute;left: 485px;top: 210px;}
 .tool_bg3_img6 {position: absolute;left: 580px;top: 180px;} 

.tool_bg3_a2 {display: block;background: url(https://lqwimg.oss-cn-shanghai.aliyuncs.com/xxbz/toolkit/t4_g.png) no-repeat; width: 227px;height: 32px;text-align: center;line-height: 30px;color: white;font-size: 24px;position: absolute;left: 25px;top: 370px;}
.tool_bg3_p3 {text-indent:2em;position: absolute;left: 25px;top: 420px;font-size: 14px;line-height: 30px;width: 456px;}
.tool_bg3_p4 {position: absolute;left: 510px;top: 500px;font-size: 18px;line-height: 30px;font-weight: bold;}

.tool_bg3_img7 {position: absolute;left: 510px;top: 420px;}
.tool_bg3_img8 {position: absolute;left: 630px;top: 420px;}
.tool_bg3_img9 {position: absolute;left: 780px;top: 420px;}
.textcolor {color: #ff6d53;}
.t4-line-height{line-height : 30px;margin-top:15px;}

/*minicard页面*/

.minicard_head {background: url(https://lqwimg.oss-cn-shanghai.aliyuncs.com/xxbz/toolkit/1_bg.png) no-repeat; width: 946px; height: 50px;position: relative;margin-top: 50px;}
.minicard_head_copy {display:block;font-size: 40px;margin-left:50px;background: url(https://lqwimg.oss-cn-shanghai.aliyuncs.com/xxbz/toolkit/2_bg.png) no-repeat; width: 288px;height: 83px;color: white;text-align: center;line-height: 83px;}
.minicard1{background:url(https://lqwimg.oss-cn-shanghai.aliyuncs.com/xxbz/toolkit/minicard1_bg.jpg) no-repeat;margin-left:30px;border 1px solid #ff6347;}

.newsTop{color:white;background-color:#66A3FF;border-radius: 3px 3px 0 0px;padding:3px 5px;}


/*手机版捐赠页面改造*/
.container_phone{ padding: 10px 15px; margin-right: auto; margin-left: auto;}
.container_phone2{ padding: 5px 15px; margin-right: auto; margin-left: auto;}
.dividing_line_18px{clear: both; border: none; margin-top: 8px; margin-bottom: 8px; border-top: 14px solid #EBEBEB;}

/* 手机下拉 start */
#scrollpagination {margin: 0px auto;}

/* @media screen and (max-width:990px) { */
/*     #scrollpagination #content > div > div:nth-child(2n + 1){padding: 10px 0;} */
/*     #scrollpagination #content > div > div:nth-child(2n){padding: 10px 0;} */
/* } */
.loading {color: #bdbdbd;font-size: 12px;padding: 5px 10px;text-align: center;width: 100%;margin: 0px auto;display: none;border-radius: 5px;}
#loading > div{float:left;}
#loading > div:nth-child(1){width:43%;text-align: right;}
#loading > div:nth-child(2){width:57%;text-align: left; margin-top: 15px;}

.sk-circle {float:right;margin: 10px auto;width: 30px;height: 30px;position: relative; }
.sk-circle .sk-child {width: 100%;height: 100%;position: absolute;left: 0;top: 0; }
.sk-circle .sk-child:before {content: '';display: block;margin: 0 auto;width: 20%;height: 20%;background-color: #bdbdbd;border-radius: 100%;-webkit-animation: sk-circleBounceDelay 0.9s infinite ease-in-out both;animation: sk-circleBounceDelay 1.2s infinite ease-in-out both; }
.sk-circle .sk-circle2 {-webkit-transform: rotate(40deg); -ms-transform: rotate(40deg); transform: rotate(40deg); }
.sk-circle .sk-circle3 {-webkit-transform: rotate(80deg); -ms-transform: rotate(80deg); transform: rotate(80deg); }
.sk-circle .sk-circle4 {-webkit-transform: rotate(120deg); -ms-transform: rotate(120deg); transform: rotate(120deg); }
.sk-circle .sk-circle5 {-webkit-transform: rotate(160deg); -ms-transform: rotate(160deg); transform: rotate(160deg); }
.sk-circle .sk-circle6 {-webkit-transform: rotate(200deg); -ms-transform: rotate(200deg); transform: rotate(200deg); }
.sk-circle .sk-circle7 {-webkit-transform: rotate(240deg); -ms-transform: rotate(240deg); transform: rotate(240deg); }
.sk-circle .sk-circle8 {-webkit-transform: rotate(280deg); -ms-transform: rotate(280deg); transform: rotate(280deg); }
.sk-circle .sk-circle9 {-webkit-transform: rotate(320deg); -ms-transform: rotate(320deg); transform: rotate(320deg); }

.sk-circle .sk-circle2:before {-webkit-animation-delay: -0.8s; animation-delay: -0.8s; }
.sk-circle .sk-circle3:before {-webkit-animation-delay: -0.7s; animation-delay: -0.7s; }
.sk-circle .sk-circle4:before {-webkit-animation-delay: -0.6s; animation-delay: -0.6s; }
.sk-circle .sk-circle5:before {-webkit-animation-delay: -0.5s; animation-delay: -0.5s; }
.sk-circle .sk-circle6:before {-webkit-animation-delay: -0.4s; animation-delay: -0.4s; }
.sk-circle .sk-circle7:before {-webkit-animation-delay: -0.3s; animation-delay: -0.3s; }
.sk-circle .sk-circle8:before {-webkit-animation-delay: -0.2s; animation-delay: -0.2s; }
.sk-circle .sk-circle9:before {-webkit-animation-delay: -0.1s; animation-delay: -0.1s; }

@-webkit-keyframes sk-circleBounceDelay {
  0%, 80%, 100% {-webkit-transform: scale(0); transform: scale(0); }
  40% {-webkit-transform: scale(1); transform: scale(1); }
}

@keyframes sk-circleBounceDelay {
  0%, 80%, 100% {-webkit-transform: scale(0); transform: scale(0); }
  40% {-webkit-transform: scale(1); transform: scale(1); }
}

/* 手机下拉 end */

/* 向上图标 Start */
.goToTop {
    bottom: 60px;
    cursor: pointer;
    display: none;
    margin: 0 -660px 80px 0;
    position: fixed;
    right: 50%;
    text-indent: -999em;
    width: 60px;
    z-index:99;
}

.goToTop2 {
    bottom: 90px;
    right: 0px;
    cursor: pointer;
    display: none;
    position: fixed;
    text-indent: -999em;
    width: 60px;
    z-index:99;
}

.toTop {
    /*选中的背景图片的大小*/
    width: 40px;
    height: 40px;
    display: block;/*刚开始不显示*/
    right: 25px;/*距离右边大小值 */
}

.toTop:hover {
    opacity: 1;/*悬停时不透明*/
    filter: alpha(opacity = 100);
}

.toTop2 {
    /*选中的背景图片的大小*/
    width: 32px;
    height: 32px;
    display: block;/*刚开始不显示*/
    right: 25px;/*距离右边大小值 */
}

.toTop2:hover {
    opacity: 1;/*悬停时不透明*/
    filter: alpha(opacity = 100);
}

/* 向上图标 end */

/* new */
.fundlastdonate {padding-top:15px;}
.fundlastdonate .lab{font-size: 14px;color:#8c8c8c;}
.fundlastdonate .val{font-size: 14px;color:#ff6600;}
.fundlastdonate ui{margin-top:20px;}
.fundlastdonate li{width:10%; margin:20px 0 35px 0;float:left;text-align: center;}
.fundlastdonate li img{max-width:5rem;}
.fundlastdonate li .dname{font-size: 12px; color: #8C8C8C; text-align: center; overflow: hidden; text-overflow: ellipsis; -o-text-overflow: ellipsis; white-space: nowrap; margin: 5px;}
.fundlastdonate li .dname > div{overflow: hidden; text-overflow: ellipsis; -o-text-overflow: ellipsis; white-space: nowrap;}
.fundlastdonate li .dmoney{color:#fff;font-size: 12px;padding:3px 10px;background-color:#ff6600;border-radius:15px;text-align: center; overflow: hidden; text-overflow: ellipsis; -o-text-overflow: ellipsis; white-space: nowrap;}
.fundlastdonate li .dcontractmoney{color:#fff;font-size: 12px;padding:3px 10px;background-color:#1AAC19;border-radius:15px;text-align: center; overflow: hidden; text-overflow: ellipsis; -o-text-overflow: ellipsis; white-space: nowrap;}
.container_phone{ padding-right: 5%; padding-left: 5%; margin-right: auto; margin-left: auto;}
.span_primary{font-size: 14px; color: #fb5200;}
.span_mainInfo{font-size: 14px; font-weight: bold;}
.span_info{font-size: 14px; color: #8C8C8C;}
.donate_user_name{font-size: 12px; text-align: center; overflow: hidden; text-overflow: ellipsis; -o-text-overflow: ellipsis; white-space: nowrap; margin: 5px 0px;line-height:25px;}
.donate_user_money{font-size: 12px; color: #ff6600; text-align: center; overflow: hidden; text-overflow: ellipsis; -o-text-overflow: ellipsis; white-space: nowrap; margin-bottom: 5px;}
.rightlabel{float: right; position: absolute; top: -35px; right: 0px;}
.font-h11 {font-size:25px;}

.panel-body .lb{float:left;width:45px}
.panel-body .lc{float:left;width:calc(100% - 45px);overflow: hidden; text-overflow: ellipsis; -o-text-overflow: ellipsis; white-space: nowrap;}

input,
textarea {
    border: 0; /* 方法1 */
    -webkit-appearance: none; /* 方法2 */
}

.textEllipsis{
overflow:hidden;text-overflow:ellipsis;-o-text-overflow: ellipsis;white-space:nowrap;
}


.bottomborders {border-bottom:solid 1px #e7e7e7; } /*手机版页眉下边框*/
.bottomborders2 {border-top:solid 1px #ff6600; }/*手机版页脚上边框*/

/*手机版底部按钮样式*/
.imgdiv div{margin-bottom:5px;}
.imgdiv div{height: 20px; width: 20px;}
.imgdiv div img{width:20px;height:20px;}
.titdiv span{font-size: 12px;color:#8693A0;}

/**-------- flex 布局样式  ---------------------*/
.flex{
	display: box;              /* OLD - Android 4.4- */
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */  
	display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */  
	display: -ms-flexbox;      /* TWEENER - IE 10 */  
	display: -webkit-flex;     /* NEW - Chrome */  
	display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
}

.inline-flex{
	display: inline-box;              /* OLD - Android 4.4- */
	display: -webkit-inline-box;      /* OLD - iOS 6-, Safari 3.1-6 */  
	display: -moz-inline-box;         /* OLD - Firefox 19- (buggy but mostly works) */  
	display: -ms-inline-flexbox;      /* TWEENER - IE 10 */  
	display: -webkit-inline-flex;     /* NEW - Chrome */  
	display: inline-flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
	
}

.flex-direction-column{
	/* 09版 */  
    -webkit-box-orient: vertical;  
    /* 12版 */  
    -webkit-flex-direction: column;  
    -moz-flex-direction: column;  
    -ms-flex-direction: column;  
    -o-flex-direction: column;  
    flex-direction: column;  
}

.flex-justify-content-spacebetween{
	 /* 09版 */  
	-webkit-box-pack: space-between;  
	/* 12版 */  
	-webkit-justify-content: space-between;  
	-moz-justify-content: space-between;  
	-ms-justify-content: space-between;  
	-o-justify-content: space-between;  
	justify-content: space-between;  
}

.flex1 {  
	-webkit-box-flex: 1;      /* OLD - iOS 6-, Safari 3.1-6 */  
	-moz-box-flex: 1;         /* OLD - Firefox 19- */  
/*	width: 20%;               /* For old syntax, otherwise collapses. */  
	-webkit-flex: 1;          /* Chrome */  
	-ms-flex: 1;              /* IE 10 */  
	flex: 1;                  /* NEW, Spec - Opera 12.1, Firefox 20+ */  
}

/**--------  cropper 图片裁剪工具  ---------------------*/
.cropperbtn{
	height: 60px;
	padding: 15px 10px;
	width: 100%;
	opacity: 1;
}
.cropperbtn-top{
	position: absolute;
	top: 0px;
}
.cropperbtn-bottom{
	position: absolute;
	bottom: 0px;
}
.btn-confirm{
	width: 65px;
	float: right;
	background: #FF6600;
	color: #fff;
}
.btn-select{
	width: 65px;
	float: right;
	background: #1AAC19;
	color: #fff;
	margin-right: 5px;
}
.dis-pic-error{
	width: 23px;
	height: 18px;
	margin-top:3px;
	padding-right:5px;
	float: left;
}
.mymodalfotterline{height: 1px;background-color: #CBD5DD; margin:15px 0;}
.uploadpicmessage{
	margin-left:10px;
}
.uploadpicicon{
	margin:0px 0px 2px 0px;
	float:none;
	padding:0px 0px 0px 5px;
}
.dis-non{
	display:none;
}
.error-font{
	color:#ff0000;
}
.btn-orange {
  color: #fff !important;
  background-color: #ff6600;
  border-color: #ff6600;
}
.forChilden-pic{padding:0px;}


/* 捐赠人留言 */
.team{padding:0px;height:auto;overflow:hidden;}
.teamTitle{
	height:20%;
	margin-bottom:6px;
	height:auto;
	overflow:hidden;
}
.iconStyle{height:20px;width:20px;margin-left:-3px}
.titleLeft{
	background-color:#2E4F8F;
	height:70%;
	width:5px;
	display:inline-block; 
	margin-top:6px;
	float:left;
	margin-left: 15px;	
}

.titleRight{
	color:#2E4F8F;
	display:inline-block; 
	margin-left:10px;
	margin-top:6px;
	float:left	
}
.top20{margin-top:20px;}
.bottom20{margin-bottom:20px;}
.font-h2-bold {font-size:14px;font-weight:bold;}
/* 文字省略显示*/
.textEllipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space: nowrap;
}
.newsShowRight {
    position: relative;
    margin-left: 15px;
    /* margin-top: -20px; */
    height: 75px;
}
.height300 {
    height: 300px;
}
.lineheight30padding15 {
    line-height: 30px;
    padding: 0px 15px;
}


#scroll {
	width: 100%;
	height: auto;
	margin-top: 10px;
	position: relative;
	overflow: hidden;
}

#scroll .content {
	width: 100%;
	height: 40px;
	position: relative;
	overflow: hidden;
/* 	margin: 0 auto; */
	margin-left:4px;
}

#scroll ul {
	position: absolute;
	padding-left:0px;
}

#scroll li {
	float: left;
	width: 100px;
	height: auto;
	text-align: center;
	list-style-type: none
}

#scroll0 {
	width: 100%;
	height: auto;
	margin-top: 10px;
	position: relative;
	overflow: hidden;
}

#scroll0 .content {
	width: 100%;
	height: 40px;
	position: relative;
	overflow: hidden;
	margin: 0 auto;
}

#scroll0 ul {
	position: absolute
}

#scroll0 li {
	float: left;
	width: 100px;
	height: auto;
	text-align: center;
	list-style-type: none
}

#scroll1 {
	width: 100%;
	height: auto;
	margin-top: 10px;
	position: relative;
	overflow: hidden;
}

#scroll1 .content {
	width: 100%;
	height: 40px;
	position: relative;
	overflow: hidden;
	margin: 0 auto;
}

#scroll1 ul {
	position: absolute
}

#scroll1 li {
	float: left;
	width: 100px;
	height: auto;
	text-align: center;
	list-style-type: none
}

#scroll2 {
	width: 100%;
	height: auto;
	margin-top: 10px;
	position: relative;
	overflow: hidden;
}

#scroll2 .content {
	width: 100%;
	height: 40px;
	position: relative;
	overflow: hidden;
	margin: 0 auto;
}

#scroll2 ul {
	position: absolute
}

#scroll2 li {
	float: left;
	width: 100px;
	height: auto;
	text-align: center;
	list-style-type: none
}

#scroll3 {
	width: 100%;
	height: auto;
	margin-top: 10px;
	position: relative;
	overflow: hidden;
}

#scroll3 .content {
	width: 100%;
	height: 40px;
	position: relative;
	overflow: hidden;
	margin: 0 auto;
}

#scroll3 ul {
	position: absolute;
}

#scroll3 li {
	float: left;
	width: 100px;
	height: auto;
	text-align: center;
	list-style-type: none
}

#scroll4 {
	width: 100%;
	height: auto;
	margin-top: 10px;
	position: relative;
	overflow: hidden;
}

#scroll4 .content {
	width: 100%;
	height: 40px;
	position: relative;
	overflow: hidden;
	margin: 0 auto;
}

#scroll4 ul {
	position: absolute;
}

#scroll4 li {
	float: left;
	width: 100px;
	height: auto;
	text-align: center;
	list-style-type: none
}

#scroll5 {
	width: 100%;
	height: auto;
	margin-top: 10px;
	position: relative;
	overflow: hidden;
}

#scroll5 .content {
	width: 100%;
	height: 40px;
	position: relative;
	overflow: hidden;
	margin: 0 auto;
}

#scroll5 ul {
	position: absolute
}

#scroll5 li {
	float: left;
	width: 100px;
	height: auto;
	text-align: center;
	list-style-type: none
}

#scroll6 {
	width: 100%;
	height: auto;
	margin-top: 10px;
	position: relative;
	overflow: hidden;
}

#scroll6 .content {
	width: 100%;
	height: 40px;
	position: relative;
	overflow: hidden;
	margin: 0 auto;
}

#scroll6 ul {
	position: absolute
}

#scroll6 li {
	float: left;
	width: 100px;
	height: auto;
	text-align: center;
	list-style-type: none
}

#scroll7 {
	width: 100%;
	height: auto;
	margin-top: 10px;
	position: relative;
	overflow: hidden;
}

#scroll7 .content {
	width: 100%;
	height: 40px;
	position: relative;
	overflow: hidden;
	margin: 0 auto;
}

#scroll7 ul {
	position: absolute
}

#scroll7 li {
	float: left;
	width: 100px;
	height: auto;
	text-align: center;
	list-style-type: none
}

#scroll8 {
	width: 100%;
	height: auto;
	margin-top: 10px;
	position: relative;
	overflow: hidden;
}

#scroll8 .content {
	width: 100%;
	height: 40px;
	position: relative;
	overflow: hidden;
	margin: 0 auto;
}

#scroll8 ul {
	position: absolute
}

#scroll8 li {
	float: left;
	width: 100px;
	height: auto;
	text-align: center;
	list-style-type: none
}

#scroll9 {
	width: 100%;
	height: auto;
	margin-top: 10px;
	position: relative;
	overflow: hidden;
}

#scroll9 .content {
	width: 100%;
	height: 40px;
	position: relative;
	overflow: hidden;
	margin: 0 auto;
}

#scroll9 ul {
	position: absolute
}

#scroll9 li {
	float: left;
	width: 100px;
	height: auto;
	text-align: center;
	list-style-type: none
}

.margin-top20{
	margin-top:20px;
}

.margin40 {
	margin: 0px 0px 0px 5%;
	height: 60px;
}

.height70{
	height:70px;
}

.margin20{
	margin:20px 0px 0px 5%;
	height: 40px;
}

.width100{
	width:100px;
}

.margin-30{
	margin:-30px 0px 0px 100px;	
}

.margin-bottom6{
	margin-bottom:6px;
	margin-left:12px;
}

.margin-left15{
	margin-bottom:6px;
	margin-left:15px;
}
#carouselNews1{
	padding:0px;
	margin:0px;
	margin-top:10px;
	margin-bottom:10px;
/* 	height:65px; */
	overflow:hidden;	
}
#carouselNews1 ul {
	position: absolute;
	left: 0;
	top: 0;
	width:100%;
	padding-left:0px;
}

#carouselNews1 ul li {
	color:#606060;
	line-height: 22px;
	text-align: left;
	padding-right:15px;
}
.line25{
    line-height: 25px!important;
}
#carouselNewsPC0{
	padding:0px;
	margin:0px;
	margin-top:10px;
	margin-bottom:10px;
	height:270px;
	overflow:hidden;	
}
#carouselNewsPC0 ul {
	position: absolute;
	left: 0;
	top: 0;
	width:100%;
	padding-left:0px;
}

#carouselNewsPC0 ul li {
	color:#606060;
	line-height: 22px;
	text-align: left;
	padding-right:15px;
}
.font-gray3{color : #999999;}
.font-h1-6 {font-size:10px;}
.projectShowLeft {
    margin-top: 3px;
    padding-left: 0px;
}
.noAllPadding {
    padding: 0px;
}
#project img {
    height: 100%;
    width: 100%;
}

.noallPadding {padding: 0px;}
.com_cont {padding: 10px 5px 5px 5px;}
.com_cont2 {padding: 30px 5px 15px 5px;}

.donateBtnCSS{
	width: 100%; 
	margin: 0; 
	font-style: normal; 
	background-image: none; 
	line-height: 40px; 
	height: 40px; 
	padding: 0 15px; 
	background: #FF6711 !important; 
	border-color: #FF6711; 
	color: #fff !important; 
	text-shadow: none;
}
.moneyFont{color: #999;}

/* 捐赠页面 css start */
.money{padding:0 15px;margin:5px;font-size:14px;font-wight:300;cursor:pointer;text-align:center;padding:10px;background-color:#fff;border:1px solid #CCC;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px}
.sel{border:3px solid #FF6711}
.selic{display:none}
.sel .selic{float:right;font-size:12px;display:block;color:#FF6711;top:10px;right:10px;position:absolute}
.moneyContract{padding:0 15px;margin:5px;font-size:14px;font-wight:300;cursor:pointer;text-align:center;padding:10px;background-color:#fff;border:1px solid #ECECEC;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px}
.selContract{border:3px solid #FF6711}
.selContractic{display:none}
.selContract .selContractic{float:right;font-size:12px;display:block;margin-top:-10px;margin-right:-10px;color:#FF6711}
.moneyModify{padding:0 15px;margin:5px;font-size:14px;font-wight:300;cursor:pointer;text-align:center;padding:10px;background-color:#fff;border:1px solid #ECECEC;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px}
.selModify{border:3px solid #FF6711}
.selModifyic{display:none}
.selModify .selModifyic{float:right;font-size:12px;display:block;margin-top:-10px;margin-right:-10px;color:#FF6711}
/* 捐赠页面 css end */

.familyPay .layui-layer-btn a {
	height:30px;
}
.icon-question{
	vertical-align:middle;border:transparent;background-color:transparent;display:table-cell;width:1%;cursor: pointer;
}
