body {
	background: #fff2a3;
}
ul {
	padding: 0;
	margin: 0;
}
h2,h3 {
	margin: 0;
}
.warpper {
	min-width: 1266px;
}
.banner {
	width: 100%;
}
.banner img {
	width: 100%;
}
#container {
	width: 1100px;
}
.member {

}
.headline {
	background: url('https://julyedu-img-public.oss-cn-beijing.aliyuncs.com/Public/img/vip/17/tips4.png');
    background-repeat: no-repeat;
	background-position: center;
    width: 520px;
    margin: 30px auto 22px;
    height: 70px;
    background-size: 100% 100%;
    margin-bottom: 22px;
}
.headline h3 {
	text-align: center;
    line-height: 60px;
    font-family: 'SimHei';
    color: #ff6841;
    font-size: 28px;
}
.headline h3 span {
	font-size: 18px;
}
.memberCourseList {
	background: #fef2d5;
	border: 6px solid #fcd17d;
	display:-webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	-webkit-flex-wrap:wrap;
    -webkit-box-lines:multiple;
    -moz-flex-wrap:wrap;
    flex-wrap:wrap;
	padding: 19px 0;
}
.memberCourseList li {
	width: 19.05%;;
	margin: 5px;
}
.memberCourseList li img {
	width: 100%;
	border-radius: 8px;
}
.memberAlong {
	margin-top: 22px;
	background: #FDE868;
	display: flex;
	display: -webkit-flex;
	display: -ms-flex;
	display: -moz-flex;
	padding: 48px 68px;
	box-shadow: 0px 1px 1px rgba(75,53,18,.5);
}
.memberAlong h3 {
	flex-basis : 92px;
	-webkit-flex-basis : 92px;
	-ms-flex-basis : 92px;
	-moz-flex-basis : 92px;
	background: #FFF2A3;
	padding: 44px 13px;
	font-family: 'SimHei';
	color: #63215a;
	font-size: 26px;
	font-weight: 600;
	line-height: 34px;
}
.memberAlong .gainReason {
	padding-left: 60px;
	width: 1000px;
}
.gainReason li {
	font-size: 18px;
	color: #5b2053;
	line-height: 28px;
}
.gainReason li span {
	display: inline-block;
}
.gainReason li .content {
	width: 95%;
	vertical-align: top;
}
.GPUdes {
	background: url('https://julyedu-img-public.oss-cn-beijing.aliyuncs.com/Public/img/vip/17/gpu@bj.png');
	background-repeat: no-repeat;
	width: 100%;
	height: 288px;
	text-align: center;
    padding: 87px 40px 0 426px;
    font-size: 28px;
    font-family: 'SimHei';
    color: #5b2053;
}
.GPUdes p {
	margin: 0;
	line-height: 42px;
}
.teacher {
	margin-top: 30px;
}
.teacherHead {
	background: url('https://julyedu-img-public.oss-cn-beijing.aliyuncs.com/Public/img/vip/17/tips2.png');
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;
	height: 70px;
	position: relative;
	color: #fff;
	font-family: 'SimHei';
}
.teacherHead h3 {
	font-size: 28px;
    padding-top: 8px;
}
.teacherHead p {
	font-size: 18px;
    margin: 0;
    line-height: 28px;
}
.teacherList {
	background: #FFF7CB;
	margin-top: -36px;
	display: flex;
	display: -webkit-flex;
	display: -ms-flex;
	display: -moz-flex;
	padding: 57px 6px 40px;
	box-shadow: 0px 1px 1px rgba(75,53,18,.5);
}
.teacherList li {
	margin: 0 5px;
	text-align: center;
	font-family: 'SimHei';
}
.teacherList li img {
	width: 100%;
}
.teacherList li h3 {
	color: #333;
	font-size: 20px;
	font-family: 'SimHei';
	line-height: 28px;
	margin-top: 14px;
}
.teacherList li p {
	color: #666;
	font-size: 16px;
	font-family: 'SimHei';
}
.top3 {
	margin-bottom: 30px;
}
.top3Head {
    width: 412px;
}
.top3List {
	display: flex;
	display: -webkit-flex;
	display: -ms-flex;
	display: -moz-flex;
}
.top3List li {
	margin: 0 5px;
	width: 33%;
}
.top3List li .courseHead {
	background: url('https://julyedu-img-public.oss-cn-beijing.aliyuncs.com/Public/img/vip/17/tips3@1.png');
    background-repeat: no-repeat;
    height: 43px;
    line-height: 43px;
    width: 260px;
    text-align: center;
    color: #fff;
    font-size: 24px;
    font-family: 'SimHei';
    margin: 0 auto 18px;
}
.top3List li img {
	width: 100%;
}
.contrast {
	display: flex;
	display: -webkit-flex;
	display: -ms-flex;
	display: -moz-flex;
	align-self : center;
	-webkit-align-self : center;
	-ms-align-self : center;
	-moz-align-self : center;
}
.contrastHead {
	display: flex;
	display: -webkit-flex;
	display: -ms-flex;
	display: -moz-flex;
    align-self: center;
    -webkit-align-self: center;
    -ms-align-self: center;
    -moz-align-self: center;
}
.contrastHead h3{
    font-family: 'SimHei';
    font-size: 28px;
    width: 83px;
    border: 2px dashed #ff6841;
    border-radius: 20px;
    text-align: center;
    padding: 50px 0;
    color: #ff6841;
    line-height: 48px;
    margin: 0 68px;
}
.contrastDesc {
	flex-grow: 1;
	-webkit-flex-grow: 1;
	-ms-flex-grow: 1;
	-moz-flex-grow: 1;
	height: 548px;
	background: url('https://julyedu-img-public.oss-cn-beijing.aliyuncs.com/Public/img/vip/17/xinzi@bj.png');
	padding-left: 223px;
    font-size: 28px;
    color: #ff6841;
    padding-top: 24px;
}
.contrastDesc p {
	margin: 0;
	font-family: 'SimHei';
}
.aboutUs {
	margin-top: 30px;
}
.appraiseHead {
	width: 396px;
}
.appraise .appraiseDesc {
	text-align: center;
	font-size: 24px;
	color: #666;
	font-family: 'SimHei';
}
.appraiseList {
	display: flex;
	display: -webkit-flex;
	display: -ms-flex;
	display: -moz-flex;
	justify-content : center;
	-webkit-justify-content : center;
	-ms-justify-content : center;
	-moz-justify-content : center;
	flex-wrap : wrap;
	-webkit-flex-wrap : wrap;
	-ms-flex-wrap : wrap;
	-moz-flex-wrap : wrap;
}	
.appraiseList li {
	width: 20%;
	margin: 5px;
	box-shadow: 0px 1px 1px rgba(75,53,18,.5);
}
.appraiseList li img {
	width: 100%;
}
.qa {
    background: #fee240;
    background-image: url('https://julyedu-img-public.oss-cn-beijing.aliyuncs.com/Public/img/vip/17/abc@coper.png');
    background-repeat: no-repeat;
    background-size: 100%;
    padding-top: 25px;
    margin-top: 31px;
}
.qaHead {
	width: 190px;
}
.qa .qaExplain {
	text-align: center;
	font-size: 18px;
	color: #0478bc;
	font-family: 'SimHei';
}
.qaList {
	display: flex;
	display: -webkit-flex;
	display: -ms-flex;
	display: -moz-flex;
	flex-wrap : wrap;
	-webkit-flex-wrap : wrap;
	-ms-flex-wrap : wrap;
	-moz-flex-wrap : wrap;
}
.qaList li {
	width: 47%;
	display: flex;
	display: -webkit-flex;
	display: -ms-flex;
	display: -moz-flex;
}
.qaList li .qaNum {
    background: url('https://julyedu-img-public.oss-cn-beijing.aliyuncs.com/Public/img/vip/17/Q&A1.png');
    background-repeat: no-repeat;
    width: 117px;
    text-align: center;
    line-height: 45px;
    font-family: 'Arial';
    color: #fff;
    font-size: 24px;
    margin-right: 10px;
}
.qaList li .qaDesc h3 {
	font-family: 'SimHei';
	font-size: 28px;
	color: #333;
	line-height: 47px;
}
.qaList li .qaDesc .answer {
	background: #F1E493;
	font-size: 16px;
	font-family: 'SimHei';
	padding: 5px;
	width: 445px;
}
/*footer */
.footer-borer {
    background: url('https://julyedu-img-public.oss-cn-beijing.aliyuncs.com/Public/img/vip/17/dibu@bj.png');
    background-size: 100% 100%;
    height: 130px;
    width: 100%;
    margin-bottom: -2px;
}
.ativity-footer {
	overflow: hidden;
	border-bottom: 26px solid #d04821;
	position: relative;
}
.footer-content {
	width: 100%;
	background: #c53528;	
	padding-bottom: 92px;
}
.annotation {
	display: flex;
	display: -webkit-flex;
	display: -ms-flex;
	display: -moz-flex;
	flex-direction: row;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	-moz-flex-direction: row;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	-moz-align-items: center;
	width: 1000px;
    margin: 0 auto;
}
.annotation-header {
	flex-grow : 2;
	-webkit-flex-grow : 2;
	-ms-flex-grow : 2;
	-moz-flex-grow : 2;
	display: flex;
	display: -webkit-flex;
	display: -ms-flex;
	display: -moz-flex;
	justify-content : center;
	-webkit-justify-content : center;
	-ms-justify-content : center;
	-moz-justify-content : center;
	color : #fbc8c5;
	font-size: 26px;
    font-weight: 900;
}
.annotation-header span {
	display: inline-block;
	width: 172px;
	height: 78px;
	border: 1px dashed #fbc8c5;
	border-radius: 10px;
	text-align: center;
	line-height: 78px;
}
.annotation-content {
	flex-grow : 1;
	-webkit-flex-grow : 1;
	-ms-flex-grow : 1;
	-moz-flex-grow : 1;
	color : #fbc8c5;
	font-size: 12px;
	line-height: 24px;
    padding-left: 26px;
}

.toPay {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background: rgba(255, 255, 255, 0.9);
	text-align: right;
	padding-right: 64px;
	height: 98px;
	padding-top: 24px;
	font-family: 'SimHei';
}
.toPay span {
	font-size: 18px; 
	color : #f1265c;
}
.toPay .price {
	font-weight: 900;
}
#pay {
	background: url('https://julyedu-img-public.oss-cn-beijing.aliyuncs.com/Public/img/vip/17/pay@normal.png');
	border: none;
	outline: none;
	color: #fff;
	font-size: 22px;
	width: 140px;
	height: 50px;
	vertical-align: baseline;
	margin-left: 30px;
	border-radius: 6px;
	display: inline-block;
    text-align: center;
    line-height: 50px;
}
#pay:hover {
	box-shadow: 1px 1px 4px rgba(0,0,0,.45);
}
/* dalog */

.dalog {
    position: fixed;
    top: 0;
    width: 500vw;
    height: 500vh;
    background: #000;
    opacity: .5;
    z-index: 100;
    display: none;
}

#exist {
    width: 474px;
    margin-left: -237px;
    margin-top: -178px;
    position: fixed;
    z-index: 110;
    top: 50%;
    left: 50%;
    background: #fff;
    border-radius: 10px;
    text-align: center;
    display: none;
}
.logtitle {
    width: 100%;
    background-position: center;
}
.logtitle .logClose {
   background: rgba(0,0,0,.5);
    width: 48px;
    height: 48px;
    border-radius: 50%;
    color: #fff;
    cursor: context-menu;
    position: absolute;
    right: -19px;
    top: -23px;
}
.logtitle span i {
    font-size: 36px;
    line-height: 46px;
}
.logtitle h3 {
    margin: 0;
    font-size: 22px;
    color: #333;
    padding-top: 38px;
}
.prizeContent{
    padding: 20px 0;
}
 .prizeContent > div{
	font-size: 25px;
    color: #555;
    padding: 8px 10px;
}
.prizeContent .remind {
	color: #d02d48;
}
#exist #reallyBox form {
	font-size: 20px;
	color: #555;
	text-align: left;
	padding-left: 64px;
}
.submitBox {
	padding-left: 104px;
    padding-top: 18px;
}
.infoTitle {
    font-size: 20px;
    color: #555;
    display: inline-block;
    width: 100px;
    text-align: right;
}
#exist #reallyBox form span {
	line-height: 45px;
}
#reallyBox form label {
    display: block;
    height: 36px;
    font-size: 16px;
    margin-bottom: 14px;
    font-weight: 100;
}
#reallyBox form label input {
	border-radius: 5px;
    outline: none;
    border: 1px solid #959595;
    padding: 5px;
}
#submit {
    width: 82px;
    height: 40px;
    font-size: 16px;
    border: none;
    background: #0099ff;
    color: #fff;
    border-radius: 5px;
}
#errInfo {
	font-size: 14px;
	color: red;
	display: none;
}
#exist #reallyBox {
	display: block;
}
#exist #dummyBox {
	display: none;
}
#dummyBox .skip {
    font-size: 18px;
    text-align: right;
    padding: 20px 30px 0;
}

/* dalog stop */