
/*=========================Reset_start==========================*/
body,div,p,dl,dt,dd,ol,ul,li,form,table,th,td,a,img,span,strong,var,em,input,textarea,select,option{margin: 0; padding: 0;}
html,body{}
img{border: 0;}
input,select,textarea{outline:0;}
textarea{resize:none;}
table{border-collapse: collapse; border-spacing: 0;}
th,strong,var,em{font-weight: normal; font-style: normal;}
a{text-decoration: none; color: none;}
/*a:link,a:visited,a:hover,a:active{text-decoration:none;} */
/*==========================Reset_End===========================*/

body {
    color: #333;
    overflow-x: hidden 
}

.Oclear {
	overflow: hidden;
}
.Oleft {
	float: left;
}
.Oright {
	float: right;
}



.box-outer {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.3);
    overflow-y: auto;
    z-index: 999999;
}
@media (max-width: 767px){
  .box-outer {display:none;}
}
.hh-box {
	width: 600px;
	/*border: 1px solid #999;*/
	box-shadow: 0 20px 20px rgba(0, 0, 0, 0.3);
	border-radius: 6px;
	position: absolute;
	left: 50%;
	margin: 90px 0 90px -300px;
	background-color: #fafafa;
} 
.box-title {
	padding: 30px 30px 25px;
}
.box-title  h2 {
	font-size: 20px;
	color: #333;
	line-height: 1.7;
}

.box-btn {
	background-color: #0080c0;
	color: #fff;
}
.box-btn:hover {
	background-color: #0073AA;
}


/* 导航栏 */
.box-nav li {
	width: 200px;
	text-align: center;
	font-size: 14px;
	float: left;
	color: #999;
	background-color: #f0f0f0;
	line-height: 50px;
	position: relative;
}
.box-nav .box-nav-active {
	background-color: #99cfff;
	color: #fff;
}
.box-nav .box-nav-active  span {
	display: block;
	position: absolute;
	right: -16px;
	top: 0;
	z-index: 10;
	border-top: 26px solid transparent;
	border-left: 16px solid #99cfff;
	border-bottom: 24px solid transparent;
	border-right: none;
}
.box3,.box2 {
	display: none;
}


/* 第一页内容 */
.select-outer p {
	display: inline-block;
	line-height: 30px;
}
.box-cont1 {
	padding: 30px;
}
.box-cont1-image {
	width: 100px;
	margin-right: 30px;
	text-align: center;
}
.box-cont1-image img {
	width: 100px;
	height: 100px;
	-moz-border-radius: 4px;      
	-webkit-border-radius: 4px; 
	-o-border-radius: 4px; 
	-ms-border-radius: 4px; 
	border-radius:4px;
}
.box-cont1-image div {
	width: 100px;
	height: 100px;
	background: url('http://z.hacker.com/image/avatar/1_middle.jpg') center no-repeat;
	background-size: cover;
	border-radius: 4px;
}
.box-cont1-image input {
	display: none;
}
.box-cont1-image p {
	width: 80px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	border-radius: 4px;
	cursor: pointer;
	margin: 10px auto 0;
	font-weight: normal;
}
.box-cont1-info {
	color: #666;
	margin-top: 10px;
	line-height: 30px;
	font-size: 14px;
}
.box-cont1-info p {
	padding: 0 15px;
	font-size: 14px;
	min-width: 60px;
}
.box-cont1-info-title span {
	padding: 0 10px 0 3px;
}
.box-cont1-info-intro input {
	width: 300px;
	font-size: 14px;
	border: 1px solid #ddd;
	padding: 6px;
	border-radius: 4px;
	color: #666;
	height: 30px;
}
.box-cont1-btn {
	padding: 0 30px 30px 0;
}
.box-cont1-btn p {
	width: 120px;
	height: 38px;
	line-height: 38px;
	font-size: 14px;
	text-align: center;
	border-radius: 4px;
	cursor: pointer;
	margin-left: 10px;
	float: right;
}

/* 第二页内容 */
.box-cont2 {
	padding: 0 30px 30px;
}
.box-cont2-title {
	border-bottom: 1px solid #ddd;
	color: #007046;
	line-height: 53px;
	font-size: 14px;
}
.box-cont2-title p { 
	cursor: pointer;
	color: #333;
}
.box-cont2-title p:hover {
	color: #0080c0;
}
.box-cont2-info-outer {
	width: 700px;
	font-size: 12px;
}
.box-cont2-info {
	width: 590px;
	overflow: hidden;
}
.box-cont2-info li {
	margin-right: 50px;
	width: 244px;
	border-bottom: 1px solid #ddd;
	padding: 20px 0;
	    float: left;
}
.box-cont2-info li div:first-child img {
	width: 50px;
	height: 50px;
	border-radius: 4px;
}
.box-cont2-info li div:last-child {
	width: 180px;
	position: relative;
	height: 50px;
}
.box2 .box-cont2-info li div:last-child p:first-child {
	background-color: #0073AA;
	color: #fff;
	padding: 0 5px;
	line-height: 20px;
	display: inline-block;
	border-radius: 4px;
}
.box-cont2-info li div:last-child .box-cont2-info-num {
	font-size: 12px;
	color: #999;
	position: absolute;
	left: 0;
	bottom: 0;
}
.box-cont2-info li div:last-child .attention {
	position: absolute;
	right: 0;
	bottom: 0;
	border-radius: 4px;
	padding: 0 10px;
	line-height: 24px;
	cursor: pointer;
}
.attention-active {
	background-color: #e6e6e6!important;
	color: #999!important;
}


/* 第三页内容 */
.box3 .box-cont2-info li div:last-child p:first-child span {
	font-size: 14px;
	padding-left: 5px;
} 
.box3 .box-cont2-info li div:last-child p:first-child .vip1 {
	color: #ffca3f;
}
.box3 .box-cont2-info li div:last-child p:first-child .vip2 {
	color: #a3d700;
}


/* 进度条 */
#nprogress {
    pointer-events: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10000;
}
#nprogress .divide-wrap {
    position: relative;
    height: 1px;
    z-index: 1;
}
#nprogress .colorbar-before {
    content: "";
    position: absolute;
    left: 0;
    width: 50%;
    height: 100%;
    z-index: 9;
    /*background-color: #1b24ff;*/
}
#nprogress .colorbar-after {
    content: "";
    position: absolute;
    right: 0;
    width: 50%;
    height: 100%;
    z-index: 9;
    /*background-color: #fd0371;*/
}
#nprogress .colorbar {
    width: 101%;
    height: 100%;
    z-index: 11;

    background: #fd0371;
    background: -webkit-linear-gradient(left, #1b24ff, #fd0371);
    background: -moz-linear-gradient(left, #1b24ff, #fd0371);
    background: -ms-linear-gradient(left, #1b24ff, #fd0371);
    /*background-color: red;*/

    /*background: url(../images/colorbar.png) center no-repeat;*/
    position: relative;
}


/* 分享 */
.share {
	color: #999;
	position: relative;
  cursor:pointer;
}
.hh-share .hh-share-icon {
	margin-right: 5px;
}
.widget-answers .media, .widget-answers .media-body {
	overflow: visible;
}
.share-cont {
	position: absolute;
  width:140px;
	left: -40px;
	top: 28px;
	z-index: 100;
	padding: 6px 0;
	border: 1px solid #e7eaf1;
	background-color: #fff;
	text-align: center;
	box-shadow: 0 5px 20px rgba(0,34,77,.1);
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	-moz-border-radius: 4px;
	display: none;
}

.hh-share-arrow, .hh-share-arrow span {
	/*border-bottom: 8px solid blue;*/
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
}
.hh-share-arrow {
	position: absolute;
	left: 50%;
	top: -8px;
	margin-left: -8px;
	border-bottom: 8px solid #e7eaf1;
}
.hh-share-arrow span {
	margin-top: 1px;
	border-bottom: 8px solid #fff;
	display: inline-block;
	position: absolute;
	left: -8px;
	top: 0px;
}
.hh-share-cont img {
	width: 94px;
	height: 94px;
	margin: 0 auto;
}
.hh-share-cont p {
	line-height: 40px;
	padding: 0 20px;
	min-width: 134px; 
	text-align: left;
}
.media-footer .list-inline .jiathis_txt {
	margin: 0;
	background: none;
	font-size: 12px!important;
	padding-left: 0!important;
	height: auto!important;
	line-height: auto!important;
}
.hh-share-cont p {
	cursor: pointer;
}
.hh-share-cont p:hover {
	background-color: #f4f8fb;
}
.hh-share-cont p span {
	margin-right: 5px; 
}
.hh-share-cont .fa-weibo {
	color: rgb(249, 110, 118);
}
.hh-share-cont .fa-weixin {
	color: rgb(125, 210, 57);
}
.hh-share-text {
	cursor: pointer;
}
.hh-share-cont .hh-share-cont-qzone {
	background: url('../image/down22.png') 20px center no-repeat;
	background-size: 12px;
	padding-left: 37px;
}


/* 返回顶部 */
.hh-suspend {
	position: fixed;
	right: 20px;
	bottom: 50px;
	font-size: 12px;
	text-align: center;
	display: inline-block;
	z-index: 1035;
}
.hh-suspend-move {
	cursor: move;
	width: 44px;
	height: 20px;
	line-height: 20px;
	border: 1px solid #e7e7e7;
	background-color: #fff;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-o-border-radius: 2px;
	-moz-border-radius: 2px;
}
.hh-suspend div {
	margin: 5px 0;
	border: 1px solid #e7e7e7;
	background-color: #fff;
	height: 44px;
	width: 44px;
	cursor: pointer;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-o-border-radius: 2px;
	-moz-border-radius: 2px;
	position: relative;
}
.hh-suspend div span {
	display: inline-block;
	line-height: 40px;
	color: #0080c0;
	font-size: 14px;
}
.hh-suspend div p {
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	background-color: #0080c0;
	color: #fff;
	width: 100%;
	height: 100%;
	line-height: 42px;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-o-border-radius: 2px;
	-moz-border-radius: 2px;
}
.hh-suspend .hh-suspend-up p {
	line-height: normal;
	padding: 4px 8px 0;
}

