* {
 margin: 0;
 padding: 0;
 outline: none;
font-family: "Microsoft YaHei";
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;

}
img{
    display: inline;
}
html {
	background-color: #fff;
}

body {
	min-width: 1280px;
}

li {
	list-style: none;
}

a{text-decoration: none;}

.bannerSubTitle {
	margin-top: 30px;
	margin-bottom: 58px;
	color: #8a90a2;
	font-size: 18px;
	line-height: 26px;
}

/*==========================header=================*/
/*header{
	width: 1000px;
	height: 60px;
	margin: 0 auto;
}
p a{
    color: #4C4C4C;
}
.header_left p,.header_right li{
    cursor: pointer;
}
.header_right li p a,.header_right li p{
    font-size: 14px;
    color: #4C4C4C;
}
.header_right .user li:nth-of-type(3){
    margin-right: 10px;
}
.utips_logo{
    width: 131px;
    height: 36px;
    margin-top: 10px;
}

.header_left div,.item div{
    float: left;
}
.header_left div:nth-of-type(2) p,.header_left div:nth-of-type(3) p,.header_left div:nth-of-type(4) p{
    font-size: 16px;
    height: 60px;
    line-height: 60px;
}

.header_left .actived{
    color: #3183FB;
}
.header_left div:nth-of-type(3){
  margin-right: 60px;
}
.header_left div:nth-of-type(3) p a{
	 color: #3183FB;
}
.header_left div p a:hover{
    color: #3183FB;
}

.header_left div:nth-of-type(2){
    margin-left: 156px;
    margin-right: 65px;

}
.header_right{
    position: relative;
    float: right;
}
.header_right .user_info{
    position: absolute;
    top: 60px;
    right:0;
    z-index: 20;
    width: 150px;
    text-align: center;
    color: white;
    display: none;
}
.redball,.redball1{
	position: absolute;
	width: 6px;
	height: 6px;
	background: #ef4a50;
	border: 2px solid #394351;
	border-radius: 8px;
	-moz-border-radius:8px;
	-webkit-border-radius: 8px;
	right: 40px;
	top: 51px;
	display: none;
}
.redball1{
	border: 2px solid #fff;
	right: 27px;
	top: 17px;
}
.header_right .user_info li{
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    background: #394351;
    border: 1px solid #455163;
}
.header_right .user_info li:hover{
    background-color: #5B9EFD;
}
.header_right .user_info li a{
    color: white;
}
.header_right .user li{
    float: right;
    height: 60px;
    line-height: 60px;
}
.header_right .user li:nth-of-type(3) div{
    width: 36px;
    height: 36px;
    margin-top: 12px;
    background-image:url('/images/resumepc/pic_head.png');
    margin-right: 12px;
    background-size: 36px 36px;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 50px;
}
.header_right .user li:nth-of-type(2) p{
	 font-size: 14px;
	 margin-right: 22px;
	 max-width: 83px;
	 overflow: hidden;
	 text-align: center;
	 text-overflow: ellipsis;
    white-space: nowrap;
}
.header_right .user li:nth-of-type(1) img{
    width: 10px;
 	margin-top: 27px;
 	display: block;
}
.rotate-180{
    transform:rotate(180deg);
    -ms-transform:rotate(180deg);
    -moz-transform:rotate(180deg);
    -webkit-transform:rotate(180deg);
    -o-transform:rotate(180deg);
}
*/

/**=============== header notification ===================*/
/*.myNotification {
    display: none;
	padding: 0 22px 0 132px;
    float: right;
    height: 60px;
    position: relative;
}

.myNotification a{
  color: #5b9efd;
  text-decoration: underline;
}

.myNotification .noticeTarget a{
  text-decoration: none;
}

.myNotification .noticeBtn{
  background-image: url('/images/my-notification/header_icon_notice.png');
  width: 16px;
  height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
	position: relative;
}

.myNotification .ulContainer {
    display: none;
    width: 301px;
    padding: 0 10px 0;
    background: #fff;
    position: absolute;
    top: 60px;
    left: 0;
    z-index: 999;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    box-shadow: 0 0 4px 0px rgba(19, 45, 84, 0.1);
}

.myNotification .toggleBar {
    height: 40px;
    width: 100%;
    margin: 0 auto 6px;
    border-bottom: 1px solid #e5e5e5;
    text-align: center;
}

.myNotification .toggleBtn {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 40px;
    color: #4c4c4c;
    margin: 0px 12px;
    cursor: pointer;
    width: 40%;
}

.myNotification .actived{
    color: #3183fb;
}

.myNotification .actived:after{
    content: "";
    width: 28px;
    height: 3px;
    background: #3183fb;
    border-radius: 2px;
    display: inline-block;
    position: absolute;
    left: 50%;
    margin-left: -14px;
    bottom: 0px;
}

.myNotification .newNotice {
    display: none;
    width: 6px;
    height: 6px;
    border-radius: 5px;
    background: #ef4a50;
    position: absolute;
    right: -3px;
    top: 20px;
    border: 2px solid #fff;
    box-sizing: content-box;
}

.notificationList {
    width: 100%;
    background: #fff;
    position: relative;
    z-index: 999;
}

.notificationList li{
    padding: 0px 0px 6px;
    margin-top: 6px;
}

.notificationList .read, .notificationList .unread{
    display: block;
    padding: 12px 10px;
    border-radius: 5px;
}

.notificationList .unread{
    background: #f0f3fa;
}

.notificationList.ulBlock2 li{
  cursor: pointer;
}

.notificationList .noticeTime{
    font-size: 11px;
    color: #b7c0ce;
    margin-bottom: 4px;
    text-align: left;
}

.notificationList .noticeContent {
    font-size: 14px;
    color: #4c4c4c;
    line-height: 18px;
    position: relative;
    text-align: justify;
}

.notificationList .noticeTarget {
    color: #88b8fd;
}

.notificationList .divLine {
    border-bottom: 1px solid #eeeeee;
    position: absolute;
    bottom: -19px;
    width: 100%;
}

.myNotification .readAll {
    font-size: 14px;
    line-height: 40px;
    color: #5b9efd;
    text-align: center;
    height: 40px;
    cursor: pointer;
}

.notificationList .noMsg {
      background: url(/images/my-notification/images_notice_none.png);
      height: 105px;
      background-position: center;
      background-repeat: no-repeat;
      margin: 45px;
  }*/

/********************* topBanner **************/

#topBanner {
	width: 100%;
	height: 739px;
	background-image: url('/images/resumepc/top_banner_background.png');
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
    background-color: #0f222d;
    position: relative;
}

#titleImg {
	padding-top: 88px;
	text-align: center;
}

#titleImg img {
	margin-bottom: 40px;
}

.bannerBtn {
	position: relative;
	margin: 0 auto;
	width: 127px;
	text-align: center;
}

.bannerBtn .btn {
	display: inline-block;
	width: 103px;
	height: 36px;
	/*background-image: url('/images/resumepc/banner_button_make.png');*/
	background-color: #3183FB;
	color: white;
	font-size: 16px;
	font-weight: 300;
	line-height: 36px;
    cursor: pointer;
    position: relative;
}

.bannerBtn .btn:before{
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    left: -12px ;
    top: 0;
    border-right: 12px  solid #3183FB;
    border-top: 18px  solid transparent;
    border-bottom: 18px    solid transparent;
}

.bannerBtn .btn:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    right: -12px ;
    top: 0;
    border-left: 12px  solid #3183FB;
    border-top: 18px  solid transparent;
    border-bottom: 18px    solid transparent;
}

.bannerBtn a{
    color: white;
    text-decoration: none;
}

.bannerBtn .borderImg {
	position: absolute;
	top: 0;
	display: inline-block;
	width: 12px;
	height: 36px;
	/*background-image: url('/images/resumepc/banner_button_left.png');*/
	vertical-align: top;
}

.bannerBtn .borderImg:before{
    content: "";
    display: inline-block;
    background-color: #3183FB;
    height: 18px;
    width: 2.5px;
    position: absolute;
    top: 0;
    transform: skew(-30deg);
    -webkit-transform: skew(-30deg);
}

.bannerBtn .borderImg:after{
    content: "";
    display: inline-block;
    background-color: #3183FB;
    height: 18px;
    width: 2.5px;
    position: absolute;
    bottom: 0;
    transform: skew(30deg);
    -webkit-transform: skew(30deg);
}

.borderLeft {
	left: 0;
}

.bannerBtn .borderRight {
	right: 0;
}

.bl1 {
	animation: bl1 1.5s infinite linear;
	-webkit-animation: bl1 1.5s infinite linear;
}

.bl2 {
	animation: bl2 1.5s infinite linear;
	-webkit-animation: bl2 1.5s infinite linear;
}

.bl3 {
	animation: bl3 1.5s infinite linear;
	-webkit-animation: bl3 1.5s infinite linear;
}

.br1 {
	animation: br1 1.5s infinite linear;
	-webkit-animation: br1 1.5s infinite linear;
}

.br2 {
	animation: br2 1.5s infinite linear;
	-webkit-animation: br2 1.5s infinite linear;
}

.br3 {
	animation: br3 1.5s infinite linear;
	-webkit-animation: br3 1.5s infinite linear;
}

@keyframes bl1 {
	0% {
		opacity: 1;
		transform: translate3d(0, 0, 0);
	}

	70%, 100% {
		opacity: 0;
		transform: translate3d(-30px, 0, 0);
	}
}

@keyframes bl2 {
	0%, 15% {
		opacity: 1;
		transform: translate3d(0, 0, 0);
	}

	80%, 100% {
		opacity: 0;
		transform: translate3d(-30px, 0, 0);
	}
}

@keyframes bl3 {
	0%, 30% {
		opacity: 1;
		transform: translate3d(0, 0, 0);
	}

	90%, 100% {
		opacity: 0;
		transform: translate3d(-30px, 0, 0);
	}
}

@keyframes br1 {
	0% {
		transform: translate3d(0, 0, 0) rotate(180deg);
		opacity: 1;
	}

	70%, 100% {
		opacity: 0;
		transform: translate3d(30px, 0, 0) rotate(180deg);
	}
}

@keyframes br2 {
	0%, 15% {
		transform: translate3d(0, 0, 0) rotate(180deg);
		opacity: 1;
	}

	80%, 100% {
		opacity: 0;
		transform: translate3d(30px, 0, 0) rotate(180deg);
	}
}

@keyframes br3 {
	0%, 30% {
		transform: translate3d(0, 0, 0) rotate(180deg);
		opacity: 1;
	}

	90%, 100% {
		opacity: 0;
		transform: translate3d(30px, 0, 0) rotate(180deg);
	}
}

@-webkit-keyframes bl1 {
	0% {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
	}

	70%, 100% {
		opacity: 0;
		-webkit-transform: translate3d(-30px, 0, 0);
	}
}

@-webkit-keyframes bl2 {
	0%, 15% {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
	}

	80%, 100% {
		opacity: 0;
		-webkit-transform: translate3d(-30px, 0, 0);
	}
}

@-webkit-keyframes bl3 {
	0%, 30% {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
	}

	90%, 100% {
		opacity: 0;
		-webkit-transform: translate3d(-30px, 0, 0);
	}
}

@-webkit-keyframes br1 {
	0% {
		-webkit-transform: translate3d(0, 0, 0) rotate(180deg);
		opacity: 1;
	}

	70%, 100% {
		opacity: 0;
		-webkit-transform: translate3d(30px, 0, 0) rotate(180deg);
	}
}

@-webkit-keyframes br2 {
	0%, 15% {
		-webkit-transform: translate3d(0, 0, 0) rotate(180deg);
		opacity: 1;
	}

	80%, 100% {
		opacity: 0;
		-webkit-transform: translate3d(30px, 0, 0) rotate(180deg);
	}
}

@-webkit-keyframes br3 {
	0%, 30% {
		-webkit-transform: translate3d(0, 0, 0) rotate(180deg);
		opacity: 1;
	}

	90%, 100% {
		opacity: 0;
		-webkit-transform: translate3d(30px, 0, 0) rotate(180deg);
	}
}

#topBannerSampleImg{
    width: 666px;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -333px;
}

/************* banner1 ********************/

#banner1 {
	overflow: auto;
	margin: 0 auto;
	padding-top: 80px;
	width: 1184px;
}

#banner1Title {
	margin-bottom: 28px;
	padding: 0 30px;
}

#banner1Title img {
	margin-left: -26px;
	width: 783px;
	height: 200px;
}

#banner1 .bannerSubTitle {
	margin-bottom: 102px;
	color: #b1b1b2;
	padding-left: 30px;;
    font-weight: 100;
    margin-top: 28px;
}

#templateList li {
	float: left;
	margin-right: 20px;
	margin-bottom: 55px;
	width: 542px;
	list-style: none;
}

#templateList li:nth-child(odd) {
	margin-right: 40px;
	margin-left: 30px;
}

.templateBlock {
	position: relative;
	padding-top: 39px;
	width: 100%;
}

.resumeSmall {
	position: absolute;
	top: 0;
	left: 22px;
	width: 179px;
	height: 253px;
	box-shadow: rgba(5,32,80,0.1) 1px 0 8px;
	cursor: pointer;
}

.blockRight {
	padding-top: 45px;
	padding-left: 242px;
	width: 300px;
	height: 214px;
	border-radius: 3px;
	box-shadow: rgba(5,32,80,0.1) 0 4px 30px;
}

.starCount {
	margin-bottom: 20px;
}

.lightStar, .darkStar {
    display: inline-block;
    margin-right: 7px;
    width: 22px;
    height: 20px;
    background-image: url(/images/resumepc/first_star_light.png);
    vertical-align: bottom;
    background-repeat: no-repeat;
}

.darkStar {
	background-image: url(/images/resumepc/first_star_dark.png);
}

.useCount {
	color: #97adcc;
	vertical-align: bottom;
	font-size: 13px;
    font-weight: 100;
}

.content {
	margin-right: 40px;
	margin-bottom: 30px;
	height: 66px;
	color: #97adcc;
	text-align: justify;
	font-size: 14px;
	line-height: 22px;
    font-weight: 100;
}

.preShow {
	width: 87px;
	height: 34px;
	border: none;
	border-radius: 17px;
	background-color: #3183FB;
	color: #fff;
	font-size: 16px;
	cursor: pointer;
    font-weight: 300;
}

#activedPage{
    position: relative;
    z-index: 999;
    opacity: 1;	
}

.page{
	position: absolute;
    width: 1184px;
	/*opacity: 0;*/
}

.pageBtn {
	float: right;
	margin-right: 30px;
	margin-bottom: 100px;
	height: 23px;
}

#actived {
	background-color: #d3d8d9;
	color: white;
}

.pageBtn li {
	float: left;
	margin-left: 10px;
	padding: 2px 9px;
	border: 1px solid #d3d8d9;
	border-radius: 3px;
	color: #d3d8d9;
	font-size: 16px;
	cursor: pointer;
}

.pageBtn li:hover {
	background-color: #d3d8d9;
	color: white;
}

@-webkit-keyframes show{
	0%{opacity: 0;}
	25%,100%{opacity: 1;}
}

/*@-webkit-keyframes show2ed{
	0%, 25%{opacity: 0;}
	50%,100%{opacity: 1;}
}

@-webkit-keyframes show3rd{
	0%, 50%{opacity: 0;}
	75%,100%{opacity: 1;}
}

@-webkit-keyframes show4th{
	0%, 75%{opacity: 0;}
	100%{opacity: 1;}
}*/

@keyframes show{
	0%{opacity: 0;}
	25%,100%{opacity: 1;}
}

/*@keyframes show2ed{
	0%, 25%{opacity: 0;}
	50%,100%{opacity: 1;}
}

@keyframes show3rd{
	0%, 50%{opacity: 0;}
	75%,100%{opacity: 1;}
}

@keyframes show4th{
	0%, 75%{opacity: 0;}
	100%{opacity: 1;}
}*/

#activedPage li{
	-webkit-animation: show 1.5s linear forwards ;
	animation: show 1.5s linear forwards ;
}

/*#activedPage li:nth-child(2){
	-webkit-animation: show2ed 1.5s linear forwards;
	animation: show2ed 1.5s linear forwards;
}

#activedPage li:nth-child(3){
	-webkit-animation: show3rd 1.5s linear forwards;
	animation: show3rd 1.5s linear forwards;
}

#activedPage li:nth-child(4){
	-webkit-animation: show4th 1.5s linear forwards;
	animation: show4th 1.5s linear forwards;
}*/

@-webkit-keyframes hide{
	0%{opacity: 1;}
	25%,100%{opacity: 0;}
}

/*@-webkit-keyframes hide2ed{
	0%, 25%{opacity: 1;}
	50%,100%{opacity: 0;}
}

@-webkit-keyframes hide3rd{
	0%, 50%{opacity: 1;}
	75%,100%{opacity: 0;}
}

@-webkit-keyframes hide4th{
	0%, 75%{opacity: 1;}
	100%{opacity: 0;}
}*/

@keyframes hide{
	0%{opacity: 1;}
	25%,100%{opacity: 0;}
}

/*@keyframes hide2ed{
	0%, 25%{opacity: 1;}
	50%,100%{opacity: 0;}
}

@keyframes hide3rd{
	0%, 50%{opacity: 1;}
	75%,100%{opacity: 0;}
}

@keyframes hide4th{
	0%, 75%{opacity: 1;}
	100%{opacity: 0;}
}*/

#hidePage li{
	-webkit-animation: hide 1.5s linear forwards;
	animation: hide 1.5s linear forwards;
}

/*#hidePage li:nth-child(2){
	-webkit-animation: hide2ed 1.5s linear forwards;
	animation: hide2ed 1.5s linear forwards;
}

#hidePage li:nth-child(3){
	-webkit-animation: hide3rd 1.5s linear forwards;
	animation: hide3rd 1.5s linear forwards;
}

#hidePage li:nth-child(4){
	-webkit-animation: hide4th 1.5s linear forwards;
	animation: hide4th 1.5s linear forwards;
}*/

@-webkit-keyframes hideImg{
	0%{transform: scale(1);}
	25%,100%{transform: scale(1.05);}
}

/*@-webkit-keyframes hideImg2ed{
	0%, 25%{transform: scale(1);}
	50%,100%{transform: scale(1.05);}
}

@-webkit-keyframes hideImg3rd{
	0%, 50%{transform: scale(1);}
	75%,100%{transform: scale(1.05);}
}

@-webkit-keyframes hideImg4th{
	0%, 75%{transform: scale(1);}
	100%{transform: scale(1.05);}
}*/

@keyframes hideImg{
	0%{transform: scale(1);}
	25%,100%{transform: scale(1.05);}
}

/*@keyframes hideImg2ed{
	0%, 25%{transform: scale(1);}
	50%,100%{transform: scale(1.05);}
}

@keyframes hideImg3rd{
	0%, 50%{transform: scale(1);}
	75%,100%{transform: scale(1.05);}
}

@keyframes hideImg4th{
	0%, 75%{transform: scale(1);}
	100%{transform: scale(1.05);}
}*/

#hidePage .resumeSmall{
	-webkit-animation: hideImg 1.5s linear;
	animation: hideImg 1.5s linear;
}

/*#hidePage li:nth-child(2) .resumeSmall{
	-webkit-animation: hideImg2ed 1.5s linear;
	animation: hideImg2ed 1.5s linear;
}

#hidePage li:nth-child(3) .resumeSmall{
	-webkit-animation: hideImg3rd 1.5s linear;
	animation: hideImg3rd 1.5s linear;
}

#hidePage li:nth-child(4) .resumeSmall{
	-webkit-animation: hideImg4th 1.5s linear;
	animation: hideImg4th 1.5s linear;
}*/

/************************ banner2 ***********************/
#banner2 {
	height: 1095px;
	background-color: #edeff2;
}

#banner2 .bannerContainer {
    width: 1275px;
    margin: 0 auto;
}

#light {
	position: relative;
	top: -38px;
	margin: 0 auto;
	width: 80px;
	height: 87px;
	background-image: url(/images/resumepc/second_lamp_backgrund.png);
	background-position: center;
	background-repeat: no-repeat;
    -webkit-filter: drop-shadow(rgba(5,32,80,0.16) 0px -4px 8px);
    filter: drop-shadow(rgba(5,32,80,0.1) 0px -4px 8px);
	text-align: center;
	line-height: 87px;
}

#lampImg {
    display: inline-block;
    width: 40px;
    height: 45px;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: contain;
    vertical-align: middle;
    animation: lamp_light_dark 0.8s linear infinite;
    -webkit-animation: lamp_light_dark 0.8s linear infinite;
}

.lamp_light{
	background-image: url(/images/resumepc/second_lamp_light.png)
}

.lamp_dark{
	background-image: url(/images/resumepc/second_lamp_dark.png)
}
/*@keyframes lamp_light_dark{
	0%,50%{background-image: url(/images/resumepc/second_lamp_light.png);}
	51%, 100%{background-image: url(/images/resumepc/second_lamp_dark.png);}
}

@-webkit-keyframes lamp_light_dark{
	0%,50%{background-image: url(/images/resumepc/second_lamp_light.png);}
	51%, 100%{background-image: url(/images/resumepc/second_lamp_dark.png);}
}*/

#halo {
    width: 10px;
    height: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -5px;
    margin-left: -5px;
    background-color: yellow;
    opacity: 0.5;
    border-radius: 10px;
}

.haloLight{
    -webkit-animation: haloAction 500ms linear;
    animation: haloAction 500ms linear;
}

@-webkit-keyframes haloAction{
	0{-webkit-transform: scale(1);box-shadow: yellow 0px 0px 0px; opacity: 1;}
	100%-webkit-{transform: scale(5.5);box-shadow: yellow 0px 0px 10px; opacity: 0;}
}

@keyframes haloAction{
	0{transform: scale(1);box-shadow: yellow 0px 0px 0px; opacity: 1;}
	100%{transform: scale(5.5);box-shadow: yellow 0px 0px 10px; opacity: 0;}
}

.centerImg {
	margin: 0 auto;
    width: 937px;
}

.centerImg img {
	margin-bottom: 18px;
	width: 937px;
	height: 347px;
}

#banner2Title {
	float: right;
    margin-right: 35px;
	width: 50%;
}

#banner2Title .bannerSubTitle {
	margin-top: 30px;
	margin-bottom: 58px;
	margin-left: 150px;
	color: #8a90a2;
	font-weight: 100;
}

#tipsImg {
    position: relative;
    top: 195px;
    left: 84px;
    width: 625px;
    height: 749px;
    background-image: url(/images/resumepc/second_tips_backgrund.png);
    background-repeat: no-repeat;
}

#showTips {
	position: absolute;
	top: 358px;
	right: 72px;
	width: 17px;
	height: 19px;
    z-index: 9;
}

#showTips img {
	width: 17px;
	height: 19px;
	position: relative;
}

#sampleImg, #sampleImgActived {
	position: absolute;
	top: 220px;
	right: -438px;
	width: 408px;
	height: 280px;
	opacity: 0;
	-webkit-filter: drop-shadow(rgba(5,32,80,0.1) 0px -4px 8px);
    filter: drop-shadow(rgba(5,32,80,0.1) 0px -4px 8px);
}

.sampleImgActived{
	-webkit-animation: showSample 500ms linear forwards;
	animation: showSample 500ms linear forwards;
}



@-webkit-keyframes showSample {
	0%{
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@keyframes showSample {
	0%{
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

#inputing {
    position: absolute;
    top: 385px;
    left: 116px;
    width: 418px;
    height: 143px;
    border: none;
    resize: none;
    padding: 8px 10px 0;
    line-height: 22px;
    font-size: 12px;
    color: #4c4c4c;
    font-family: 'Microsoft YaHei';
    text-align: justify;
}

/*********** banner3 *********8*/
#banner3Title {
	margin-top: 305px;
	text-align: center;
}

#banner3Title .bannerSubTitle {
	margin-top: 30px;
	margin-bottom: 50px;
	color: #b1b1b2;
	font-weight: 100;
}

#cloudImg {
	margin-bottom: 100px;
	width: 577px;
	height: 262px;
}

/*=============================footer===================*/
/*footer{
    width: 100%;
    height:219px;
    padding:0;
    font-family: "Microsoft YaHei",Helvetica, Tahoma, Arial, "Hiragino Sans GB", "微软雅黑", SimSun, "宋体", Heiti, "黑体",sans-serif;
    background-color: white;
}*/
/*footer{
	width: 1000px;
	height:219px;
	margin: 0 auto;
}

footer .left{
    float:left;
}
footer .right{
    float:right;
}

.footer_top{
    height: 150px;
    width: 1000px;
    padding-top: 36px;
    margin: 0 auto;

}
.footer_top section ul li a,.footer_top section ul li,.footer_bottom p{
    font-size: 12px;
    height: 18px;
    line-height: 18px;
}
footer ,footer p,footer a{
    color: #97ADCC;
    background-color: white;
}
.footer_top section li:nth-of-type(1){
    color:#394351;
    font-size: 14px;
}
.footer_top section ul li:nth-of-type(1){
    margin-bottom: 24px;
}
.footer_top section ul .foot_logo{
	width: 131px;
	height: 40px;
	margin-bottom: 13px !important;
	margin-top: -10px;
}
.joinUs{
	margin-right: 130px;
}
.practice{
	margin-right: 130px;
}
.public li{
	text-align: center;
}
.public li img{
    float: left;
    width: 80px;
    height: 80px;
    display: inline-block;
}

.public li:nth-of-type(2) span{
    float: right;
}
.footer_bottom{
	position: absolute;
	left: 0;
    height: 34px;
    width: 100%;
    border-top: 1px solid #eeeeee;
    text-align: center;
}
.footer_bottom p{
    height: 34px;
    line-height: 34px;
}
*/
/*<<<<<<<<<<<<<<<<<<<<<<<<<end of footer===================*/


/*********** bottomBanner *********8*/
#bottomBanner {
	width: 100%;
	height: 348px;
	background-image: url(/images/resumepc/last_backgrund.png);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

#titleTextImg {
	margin-bottom: 66px;
	padding-top: 111px;
	text-align: center;
}


/******************** modal *********************/
#layout {
    width: 100%;
    height: 100%;
    background-color: black;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    opacity: 0.8;
}

#imgLayout {
	float: right;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
}

/*#modalContent {
    height: 860px;
    width: 644px;
    position: fixed;
    z-index: 1001;
    top: 50%;
    margin-top: -430px;
    margin-left: -272px;
    left: 50%;
}*/

#modalContent {
    width: 685px;
    position: fixed;
    z-index: 1001;
    top: 70px;
    bottom: 20px;
    margin-left: -343px;
    left: 50%;
}

.close-btn {
    position: absolute;
    width: 20px;
    height: 20px;
    background-image: url(/images/resumepc/icon_view_delete.png);
    background-position: center center;
    /*background-size: 29px auto;*/
    background-repeat: no-repeat;
    right: 0;
    cursor: pointer;
}

#imgLayout img{
	width: 608px;
	position: relative;
}

.loader {
    box-sizing: border-box;
    display: flex;
    width: 100px;
    height: 200px;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 50%;
    margin-left: -50px;
    top: 50%;
    margin-top: -100px;
}

@-webkit-keyframes ball-spin-fade-loader {
	50% {
		opacity: .3;
		-webkit-transform: scale(.4);
		transform: scale(.4);
	}

	to {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes ball-spin-fade-loader {
	50% {
		opacity: .3;
		-webkit-transform: scale(.4);
		transform: scale(.4);
	}

	to {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

.ball-spin-fade-loader {
	position: relative;
	top: -10px;
	left: -10px;
}

.ball-spin-fade-loader>div:nth-child(1) {
	top: 25px;
	left: 0;
	-webkit-animation: ball-spin-fade-loader 1s -.96s infinite linear;
	animation: ball-spin-fade-loader 1s -.96s infinite linear;
}

.ball-spin-fade-loader>div:nth-child(2) {
	top: 17.05px;
	left: 17.05px;
	-webkit-animation: ball-spin-fade-loader 1s -.84s infinite linear;
	animation: ball-spin-fade-loader 1s -.84s infinite linear;
}

.ball-spin-fade-loader>div:nth-child(3) {
	top: 0;
	left: 25px;
	-webkit-animation: ball-spin-fade-loader 1s -.72s infinite linear;
	animation: ball-spin-fade-loader 1s -.72s infinite linear;
}

.ball-spin-fade-loader>div:nth-child(4) {
	top: -17.05px;
	left: 17.05px;
	-webkit-animation: ball-spin-fade-loader 1s -.6s infinite linear;
	animation: ball-spin-fade-loader 1s -.6s infinite linear;
}

.ball-spin-fade-loader>div:nth-child(5) {
	top: -25px;
	left: 0;
	-webkit-animation: ball-spin-fade-loader 1s -.48s infinite linear;
	animation: ball-spin-fade-loader 1s -.48s infinite linear;
}

.ball-spin-fade-loader>div:nth-child(6) {
	top: -17.05px;
	left: -17.05px;
	-webkit-animation: ball-spin-fade-loader 1s -.36s infinite linear;
	animation: ball-spin-fade-loader 1s -.36s infinite linear;
}

.ball-spin-fade-loader>div:nth-child(7) {
	top: 0;
	left: -25px;
	-webkit-animation: ball-spin-fade-loader 1s -.24s infinite linear;
	animation: ball-spin-fade-loader 1s -.24s infinite linear;
}

.ball-spin-fade-loader>div:nth-child(8) {
	top: 17.05px;
	left: -17.05px;
	-webkit-animation: ball-spin-fade-loader 1s -.12s infinite linear;
	animation: ball-spin-fade-loader 1s -.12s infinite linear;
}

.ball-spin-fade-loader>div {
	position: absolute;
	margin: 2px;
	width: 15px;
	height: 15px;
	border-radius: 100%;
	background-color: #fff;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

#skinSelectBlock {
    /*position: absolute;*/
    /*right: -12px;*/
    float: right;
    margin-left: 12px;
    width: 40px;
    background-color: white;
    margin-top: 40px;
	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;  
    -webkit-flex-wrap: wrap;  
    -moz-flex-wrap: wrap;  
    -ms-flex-wrap: wrap;  
    -o-flex-wrap: wrap;  
    flex-wrap: wrap; 
    -webkit-box-orient: horizontal;  
    -webkit-flex-direction: row;  
    -moz-flex-direction: row;  
    -ms-flex-direction: row;  
    -o-flex-direction: row;  
    flex-direction: row; 
    -webkit-box-align: center;  
    /* 12版 */  
    -webkit-align-items: center;  
    -moz-align-items: center;  
    -ms-align-items: center;  
    -o-align-items: center;  
    align-items: center; 
    -webkit-box-pack: center;  
    /* 12版 */  
    -webkit-justify-content: center;  
    -moz-justify-content: center;  
    -ms-justify-content: center;  
    -o-justify-content: center;  
    justify-content: center;  
    padding: 10px 0;
    border-radius: 3px;
}

.skin {
    box-sizing: border-box;
    width: 23px;
    height: 23px;
    border: 1px solid red;
    border-radius: 8px;
	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; 
    -webkit-box-align: center;  
    /* 12版 */  
    -webkit-align-items: center;  
    -moz-align-items: center;  
    -ms-align-items: center;  
    -o-align-items: center;  
    align-items: center; 
    -webkit-box-pack: center;
    -webkit-box-pack: center;  
    /* 12版 */  
    -webkit-justify-content: center;  
    -moz-justify-content: center;  
    -ms-justify-content: center;  
    -o-justify-content: center;  
    justify-content: center;  
    cursor: pointer;
    border-width: 0;	
    margin: 5px 0;
}

.skin span {
    display: inline-block;
    width: 15px;
    height: 15px;
    background-color: red;
    border-radius: 6px;
}

.close-btn{
    right: 10px;
}

p.color_top{
    font-size: 12px;
    color: #999999;
    padding-bottom: 12px;
    border-bottom: 1px solid #eeeeee;
}
