@charset "utf-8";
/* css document */

/*选择区域*/
.content .content-main{
	border-bottom:none;
	border:1px solid #e5e5e5;
	}
.content .content-main h2 {
    width: 100%;
    color: #333;
    font-size: 18px;
    padding: 30px 0;
}
.content .content-main .choose-btn{
	float: left;
	width: 688px;
	padding:0 255px 40px;
	height: auto;
	background: #fff;
	border:1px solid #e5e5e5;
	border-top:none;
	margin-left: -1px;
}
.content .content-main .choose-btn .btn-lf{
	float: left;
	width: 280px;
	height:auto;
	background: #ffeee4;
	text-align: center;
	border-radius: 5px;
	cursor: pointer;
}
.content .content-main .choose-btn .btn-lf h6{
	float: left;
	width: 100%;
	color:#f7642e;
	font-size: 20px;
	font-weight: bold;
	margin:16px 0 6px;
}
.content .content-main .choose-btn .btn-lf p{
	float: left;
	width: 100%;
	color:#763017;
	font-size: 14px;
}
.content .content-main .choose-btn .btn-lf img{
	margin:18px 0;
}
.content .content-main .choose-btn .btn-lf .btn-main{
	float: left;
	height:98px;
	width:100%;
	background: #f7642e;
	border-radius: 0px 0px 5px 5px;
}
.content .content-main .choose-btn .btn-lf .btn-main button{
	width:198px;
	height:38px;
	color:#fff;
	font-size: 18px;
	border:1px solid #fff;
	border-radius: 2px;
	background: #f7642e;
	margin-top: 29px;
	cursor: pointer;
}
.content .content-main .choose-btn .btn-lf:hover img{
-webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
}
.content .content-main .choose-btn .btn-lf img{
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.content .content-main .choose-btn .btn-lf:hover{
	-webkit-transform: translate3d(0px, -5px, 0);
    transform: translate3d(0px, -5px, 0);
}
.content .content-main .choose-btn .btn-lf{
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.content .content-main .choose-btn .btn-lf .btn-main button:hover{
	background: #ea5119;
}
.content .content-main .choose-btn .btn-rt{
	float: right;
	width: 280px;
	height:auto;
	background: #d3f5d4;
	text-align: center;
	border-radius: 5px;
	cursor: pointer;
}
.content .content-main .choose-btn .btn-rt h6{
	float: left;
	width: 100%;
	color:#f7642e;
	font-size: 20px;
	font-weight: bold;
	margin:16px 0 6px;
}
.content .content-main .choose-btn .btn-rt p{
	float: left;
	width: 100%;
	color:#0a6229;
	font-size: 14px;
}
.content .content-main .choose-btn .btn-rt img{
	margin:18px 0;
}
.content .content-main .choose-btn .btn-rt:hover img{
-webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
}
.content .content-main .choose-btn .btn-rt img{
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.content .content-main .choose-btn .btn-rt:hover{
	/*height:118px;*/
	-webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
}
.content .content-main .choose-btn .btn-rt{
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.content .content-main .choose-btn .btn-rt .btn-main button:hover{
	background: #1da14c;
}
.content .content-main .choose-btn .btn-rt .btn-main{
	float: left;
	height:98px;
	width:100%;
	background: #2ab55b;
	border-radius: 0px 0px 5px 5px;
}
.content .content-main .choose-btn .btn-rt .btn-main button{
	width:198px;
	height:38px;
	color:#fff;
	font-size: 18px;
	border:1px solid #fff;
	border-radius: 2px;
	background: #2ab55b;
	margin-top: 29px;
	cursor: pointer;
}

.content .content-main .direct{
	float: left;
	width: 100%;
	background: #fff;
	margin-top:10px;
	margin-bottom: 200px;
	border:1px solid #e5e5e5;
}
.content .content-main .direct .tab{
	float: left;
	width: 100%;
	border-bottom: 1px solid #ccc;
}
.content .content-main .direct .tab li{
	float: left;
	width: 33%;
	color:#333;
	font-size: 16px;
	cursor: pointer;
	/*margin:0 83px -2px;*/
	line-height: 34px;
}
.content .content-main .direct .tab li.active{
	color:#f7642e;
	border-bottom: 3px solid #f7642e;
	font-weight: bold;
}
.content .content-main .direct .tab li.new{
	/*margin-left: 188px;*/
}
.content .content-main .direct .tab li.gdxz{
	/*margin-right: 188px;*/
}

/*新手指引*/
.xszy{
	float: left;
	width: 1080px;
	margin:30px 60px 0;
}
.xszy li{
	float: left;
	width: 100%;
	margin-bottom: 30px;
}
.xszy .xszy-title{
	float: left;
	width: 100%;
	border-bottom: 1px dashed #ccc;
	padding-bottom: 8px;
	margin-bottom: 8px;
}
.xszy .xszy-title b{
	float: left;
	width: 4px;
	height:18px;
	background: #f7642e;
	margin-right: 10px;
}
.xszy .xszy-title h5{
	float: left;
	color:#333333;
	font-size: 14px;
	font-weight: bold;
}
.xszy p{
	float: left;
	text-align: left;
	color:#666;
	font-size: 14px;
	line-height: 24px;
}

/*精品示例*/
.jpsl{
	float: left;
	width:1078px;
	margin:0 61px;
	display: none;
	padding-bottom: 17px;
}
.jpsl .jpsl-lf{
	float: left;
	width:551px;
	margin-top:25px;
}
.jpsl .jpsl-title{
	float: left;
	width: 100%;
	border-bottom: 1px dashed #ccc;
	padding-bottom: 10px;
	margin-bottom: 15px;
}
.jpsl .jpsl-title b{
	float: left;
	width: 4px;
	height:18px;
	background: #f7642e;
	margin-right: 10px;
}
.jpsl .jpsl-title h5{
	float: left;
	color:#333333;
	font-size: 14px;
	font-weight: bold;
}
.jpsl .jpsl-lf>ul{
	float: left;
	width: 100%;
}
.jpsl .jpsl-lf>ul>li{
	float: left;
	width:100%;
	margin-bottom: 15px;
}
.jpsl .jpsl-lf>ul li div.materials1-main{
    float: left;
    width: 511px;
    border:1px solid #ccc;
    border-radius: 3px;
    padding:0 20px;
}
.jpsl .jpsl-lf>ul>li div.materials1-main:hover{
	border-color:#f7642e;
	}
.materials1-main .plate-1 {
    width: 100%;
    height: 40px;
    border-bottom: 1px dashed #ccc;
    float: left;
}
.materials1-main .plate-1 .plate-1-left {
    float: left;
}
.materials1-main .plate-1 .plate-1-left img {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    border: 2px solid #f0f4f7;
    margin-top: -8px;
    margin-left: 10px;
    float: left;
}
.materials1-main .plate-1 .plate-1-left ul {
    float: left;
    margin-left: 18px;
}
.materials1-main .plate-1 .plate-1-left ul li {
    float: left;
    font-size: 14px;
    color: #666;
    line-height: 40px;
}
.materials1-main .plate-1 .plate-1-left ul li.line {
    width: 1px;
    height: 15px;
    background: #666;
    margin: 14px 10px 0 10px;
}
.materials1-main .plate-2 {
    width: 100%;
    height: auto;
    float: left;
}
.materials1-main .plate-2 .plate-2-title {
    width: 100%;
    height: 40px;
}
.materials1-main .plate-2 .plate-2-title h5 {
    font-size: 18px;
    font-weight: bold;
    line-height: 40px;
    float: left;
    text-indent: 22px;
    margin-right: 10px;
}
.materials1-main .plate-2 .plate-2-title h5 a {
    font-size: 16px;
    font-weight: bold;
    color: #222;
}
.materials1-main .plate-2 .plate-2-title h5 a:hover{
	color:#f7642e;
	}
.materials1-main .plate-2 .plate-2-title span {
    height: 22px;
    padding: 0 5px;
    background: #fff;
    border: 1px solid #00af7e;
    border-radius: 2px;
    float: left;
    font-size: 14px;
    color: #00af7e;
    margin-top: 8px;
    margin-right: 10px;
}
.materials1-main .plate-2 .plate-2-con {
    width: 100%;
    height: auto;
    float: left;
}
.materials1-main .plate-2 .plate-2-con ul {
    width: 100%;
    float: left;
    margin-left: 20px;
}
.materials1-main .plate-2 .plate-2-con ul li {
    float: left;
    margin-bottom: 12px;
    width: 100%;
}
.materials1-main .plate-2 .plate-2-con ul li samp {
    float: left;
    font-size: 14px;
    color: #666;
    padding-right: 10px;
}
.materials1-main .plate-2 .plate-2-con ul li p {
    width: 80%;
    float: left;
    line-height: 22px;
    font-size: 14px;
    color: #222;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: left;
}
.materials1-main .plate-2 .plate-2-con ul li dl {
    width: 82%;
    float: left;
}
.materials1-main .plate-2 .plate-2-con ul li dl dd {
    width:48%;
    font-size: 14px;
    color: #222;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    float: left;
    margin:0 12px 5px -7px;
}
.materials1-main .plate-2 .plate-2-con ul li dl dd i {
    float: left;
    width: 23px;
    height: 23px;
    margin-right: 10px;
}
.materials1-main .plate-2 .plate-2-con ul li dl dd a {
    font-size: 14px;
    color: #222;
}
.jpsl .jpsl-rt{
	float: right;
	width:485px;
	margin-top:25px;
}
.jpsl .jpsl-rt ul{
	float: left;
	width:100%;
	margin-top: 4px;
}
.jpsl .jpsl-rt ul li{
	float: left;
	border-bottom: 1px dashed #ccc;
	width:100%;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.jpsl .jpsl-rt ul li img{
	float: left;
	width:70px;
	height:70px;
	margin-right: 18px;
}
.jpsl .jpsl-rt ul li h2{
	float: left;
	width: 80%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color:#1b1b1b;
	font-size: 16px;
	padding:0;
	text-align: left;
	margin-bottom: 4px;
}
.jpsl .jpsl-rt ul li h2 a{
	color:#1b1b1b;
	font-size: 16px;
	}
.jpsl .jpsl-rt ul li h2 a:hover{
	color:#f7642e;
	}
.jpsl .jpsl-rt ul li h2 i{
	float: left;
	width: 18px;
	height: 18px;
	margin:2px 8px 0 0;
}
.jpsl .jpsl-rt ul li p{
	float: left;
	color:#666;
	font-size: 14px;
	margin-right: 13px;
}
.jpsl .jpsl-rt ul li .zs{
	float: left;
	width:80%;
	margin-top: 10px;
}
.jpsl .jpsl-rt ul li .zs i{
	float: left;
	width:15px;
	height:15px;
	margin-right: 5px;
}
.jpsl .jpsl-rt ul li .zs i.zl{
	float: left;
	background: url(../../image/share/common/incon.png) -50px 0px no-repeat;
	margin-top: 3px;
}
.jpsl .jpsl-rt ul li .zs i.sc{
	float: left;
	background: url(../../image/share/common/incon.png) -50px -150px no-repeat;
}
.jpsl .jpsl-rt ul li .zs i.xz{
	float: left;
	background: url(../../image/share/common/incon.png) -50px -200px no-repeat;
}
.jpsl .jpsl-rt ul li .zs span{
	float: left;
	color:#666;
	font-size: 14px;
	font-family: arial;
	margin-right: 40px;
}

/*稿酬发放*/
.gcff{
	float: left;
	width:888px;
	margin:0 156px;
	display: none;
	padding-bottom: 17px;
}
.gcff .gcff-lf{
	float: left;
	width: 380px;
	height: auto;
	margin-top: 28px;
}
.gcff .gcff-title{
	float: left;
	width: 100%;
	border-bottom: 1px dashed #ccc;
	padding-bottom: 10px;
	margin-bottom: 15px;
}
.gcff .gcff-title b{
	float: left;
	width: 4px;
	height:18px;
	background: #f7642e;
	margin-right: 10px;
}
.gcff .gcff-title h5{
	float: left;
	color:#333333;
	font-size: 14px;
	font-weight: bold;
}
.gcff .gcff-lf table{
	float: left;
	width: 100%;
}
.gcff .gcff-lf table td{
	text-align: left;
}
.gcff .gcff-lf table thead td{
	color:#666;
	font-size: 14px;
	padding-bottom: 17px;
}
.gcff .gcff-lf table td.teacher{
	width:240px;
}
.gcff .gcff-lf table tbody td{
	color:#333;
	font-size: 14px;
	padding:7px 0;
}
.gcff .gcff-lf table tbody td.num{
	font-family:Arial;
	width:75px;
}
.gcff .gcff-lf table tbody td.num b{
	font-weight: normal;
	display: inline-block;
	width:16px;
	height:23px;
	text-align: center;
}
.gcff .gcff-lf table tbody td.num.dym b{
	color:#fff;
	background: url(../../image/share/shareIndex/jx-icon.png) 0px 0px no-repeat;
	line-height: 15px;
}
.gcff .gcff-lf table tbody td.num.dem b{
	color:#fff;
	background: url(../../image/share/shareIndex/jx-icon.png) -50px 0px no-repeat;
	line-height: 15px;
}
.gcff .gcff-lf table tbody td.num.dsm b{
	color:#fff;
	background: url(../../image/share/shareIndex/jx-icon.png) -100px 0px no-repeat;
	line-height: 15px;
}
.gcff .gcff-lf table tbody td span{
	color:#ff4800;
}
.gcff .gcff-rt{
	float: right;
	width: 380px;
	height: auto;
	margin-top: 28px;
}
.gcff .gcff-rt table{
	float: left;
	width: 100%;
}
.gcff .gcff-rt table td{
	font-size: 14px;
	color:#333;
	padding-bottom:20px;
	text-align: left;
}
.gcff .gcff-rt table td.num{
	font-family: Arial;
	width:75px;
}
.gcff .gcff-rt table td.teacher{
	width:230px;
}
.gcff .gcff-rt table td span{
	color:#ff4800;
}

/*规定与须知*/
.gdyxz{
	float: left;
	width:1074px;
	margin:0 63px;
	display: none;
	padding-bottom: 35px;
}
.gdyxz .gdyxz-main{
	float: left;
	width: 100%;
}
.gdyxz .gdyxz-main .main-top{
	float: left;
	width: 100%;
	margin-bottom: 35px;
	margin-top:30px;
}
.gdyxz .gdyxz-main .gdyxz-title{
	float: left;
	width: 100%;
	border-bottom: 1px dashed #ccc;
	padding-bottom: 10px;
	margin-bottom: 15px;
}
.gdyxz .gdyxz-main .gdyxz-title b{
	float: left;
	width: 4px;
	height:18px;
	background: #f7642e;
	margin-right: 10px;
}
.gdyxz .gdyxz-main .gdyxz-title h5{
	float: left;
	color:#333333;
	font-size: 14px;
	font-weight: bold;
}
.gdyxz .gdyxz-main p{
	float: left;
	color:#666;
	font-size: 14px;
	text-align: left;
	line-height: 24px;
}
.gdyxz .gdyxz-main span{
	float: left;
	color:#666;
	font-size: 14px;
	text-align: left;
	line-height: 24px;
	text-indent: 28px;
}

/*离开 弹窗*/
.tc-lk{
	width: 480px;
	height: auto;
	border-radius: 5px;
	background: #fff;
	display: none;
}

.tc-lk .main-title {
	width: 100%;
	height: 45px;
	border-bottom: 1px solid #b7d3f3;
	background: #f2f8ff;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.tc-lk .main-title h3 {
	line-height: 45px;
	font-size: 16px;
	color: #333;
	float: left;
	text-indent: 20px;
}

.tc-lk .main-title i.close {
	width: 14px;
	height: 14px;
	float: right;
	background: url(../../image/share/shareIndex/common-icon.png) -150px -70px no-repeat;
	margin-top: 15px;
	margin-right: 20px;
}

.tc-lk .main-title i.close:hover {
	background: url(../../image/share/shareIndex/common-icon.png) -150px -120px no-repeat;
	cursor: pointer;
}
.tc-lk p{
	float: left;
	width: 100%;
	text-align: center;
	color:#333;
	font-size: 14px;
	margin:45px 0;
}
.tc-lk .btn{
	float: left;
	width: 100%;
	text-align: center;
	margin-bottom: 40px;
}
.tc-lk .btn button{
	width:118px;
	height:33px;
	font-size: 14px;
	color:#fff;
	background: #fe7023;
	border:1px solid #fe7023;
	border-radius: 2px;
}
.tc-lk .btn button.goway{
	color: #fe7023;
	background: #fff;
	margin-right: 15px;
}
.tc-lk .btn button:hover{
	color:#fff;
	background: #e94407;
}
