.membership li {
    float: left;
    overflow: hidden;
    width: 280px;
    height: 435px;
    margin: 10px 0 30px 40px;
    background: url(../images/membership/list-bg.png) 0 0 no-repeat;
}
.membership h2 {
    font-size: 22px;
    height: 50px;
    margin: 0 0 60px 100px;
    font-weight: normal;
    line-height: 50px;
}
.membership .orange, .green, .yellow, .blue {
    width: 225px;
    background: #e4f9ff;
    margin: 10px 0 0 25px;
    padding-top: 10px;
    border-radius: 10px;
}
.membership .title {
    width: 230px;
    height: 35px;
    margin: 0 0 0 -2.5px;
    color: white;
    font-size: 25px;
    text-align: center;
    line-height: 35px;
}
.membership .orange, .membership .green {
    height: 95px;
}
.membership .blue, .membership .yellow {
    height: 200px;
}
.membership .orange .title {
    background: #ff5001;
}
.membership .green .title {
    background: #57c200;
}
.membership .blue .title {
    background: #0078ff;
}
.membership .yellow .title {
    background: #d2ad00;
}
.membership .btn {
    margin-top: 55px;
}
.membership .btn a {
    display: block;
    width: 200px;
    height: 50px;
    margin-left: 42px;
    font-size: 23px;
    text-align: center;
    line-height: 50px;
    color: white;
}
.membership .btn a:hover {
    color: black;
}
.membership .btn2 {
    margin-top: 65px;
}
.membership .con {
    width: 200px;
    margin: 7px auto;
    font-size: 15px;
    line-height: 25px;
}
.membership .con span {
    color: #be001e;
}
.regist-wrap {
    width: 910px;
}
.regist .step {
    overflow: hidden;
    background: url(../images/membership/step-line.png) center 15px no-repeat;
}
.regist .step li {
    float: left;
    width: 200px;
    height: 60px;
    background: url(../images/membership/step-num.jpg) center 0 no-repeat;
}
.regist .step li.hover {
    background: url(../images/membership/step-num-hover.jpg) center 0 no-repeat;
}
.regist .step .li1 {
    margin-left: 30px;
}
.regist .step .li2 {
    margin-left: 125px;
}
.regist .step .li3 {
    margin-left: 125px;
}
.regist .step li em {
    display: block;
    line-height: 30px;
    text-align: center;
    color: white;
    font-style: normal;
    font-size: 20px;
}
.regist .step li span {
    display: block;
    margin-top: 10px;
    text-align: center;
    color: #cecece;
}
.regist .step li.hover span {
    color: #8dcf0e;
}
.regist-con {
    overflow: hidden;
    width: 880px;
    margin: 30px auto 0;
    background: #f7f7f7;
}
.title-regist, .title-login {
    display: block;
    float: left;
    width: 440px;
    height: 55px;
    text-align: center;
    line-height: 50px;
    font-size: 22px;
    color: white;
    background: url(../images/membership/title.png) 0 0 no-repeat;
}
.regist-con .hover {
    background: url(../images/membership/title-hover.png) 0 0 no-repeat;
}
.regist-list {
    clear: both;
    overflow: hidden;
    padding: 45px 0 0;
}
.regist-list li {
    overflow: hidden;
    margin-bottom: 25px;
}
.regist-list span {
    display: block;
    float: left;
    width: 290px;
    height: 30px;
    line-height: 30px;
    text-align: right;
    font-size: 15px;
}
.regist-list input {
    display: block;
    float: left;
    width: 270px;
    height: 30px;
    margin-left: 20px;
    border: 1px solid #dadada;
}
.regist-list em {
    display: block;
    float: left;
    height: 30px;
    margin-left: 10px;
    line-height: 30px;
}
.regist-list em img {
    margin-top: 7.5px;
}
.regist-con .btn {
    overflow: hidden;
    margin: 20px 0;
    background: #f7f7f7;
}
.regist-con .btn a {
    display: block;
    float: left;
    width: 160px;
    height: 40px;
    background: #00bcc5;
    text-align: center;
    line-height: 40px;
    font-size: 18px;
    color: white;
}
.regist-con .btn a:hover {
    color: black;
}
.prev-btn {
    margin: 0 100px 0 230px;
}
.regist-wrap .tag {
    width: 910px;
    margin-top: 20px;
}
.regist-wrap .tag .help {
    display: block;
    float: left;
    width: 21px;
    height: 21px;
    margin-left: 15px;
    background: url(../images/membership/help.jpg);
}
.regist-wrap .tag .con {
    float: left;
    width: 870px;
    margin-left: 3px;
    padding-bottom: 10px;
    line-height: 25px;
	font-size: 12px;
}
.login-list {
    display: none;
    clear: both;
    padding-top: 95px;
}
.login-list li {
    overflow: hidden;
    margin-bottom: 25px;
}
.login-list ul span {
    display: block;
    float: left;
    width: 285px;
    height: 30px;
    line-height: 30px;
    text-align: right;
    font-size: 15px;
}
.login-list input {
    display: block;
    float: left;
    width: 270px;
    height: 30px;
    margin-left: 20px;
    border: 1px solid #dadada;
}
.login-list em, .regist-list em {
    display: block;
    float: left;
    width: 285px;
    height: 30px;
    margin-left: 10px;
    line-height: 30px;
    font-style: normal;
    color: #d30000;
}
.login-list .select {
    overflow: hidden;
    margin-bottom: 30px;
}
.login-list .select .reMe {
    display: block;
    float: left;
    width: 20px;
    height: 20px;
    background: url(../images/membership/check.jpg) 0 0 no-repeat;
}
.fgPsw {
    display: block;
    float: left;
    margin-left: 490px;
    line-height: 20px;
}
.fgPsw:hover {
    text-decoration: underline;
}
.login-list .select span {
    display: block;
    float: left;
    height: 20px;
    line-height: 20px;
}
.login-list .reMe {
    margin: 0 10px 0 340px;
}
.login-list .foPa {
    margin: 0 10px 0 20px;
}
/*Membership内的Request表单*/

.request-wrap {
    width: 880px;
    margin: 0 auto;
    color: #01a7af;
}
.request-wrap h2 {
    margin-bottom: 40px;
    text-align: center;
    font-size: 33px;
    margin-top: 50px;
}
.request-wrap h3 {
    margin-top: 10px;
    font-size: 18px;
}
.request-wrap ul {
    width: 880px;
    border: 1px solid #00abb3;
}
.request-wrap ul li {
    overflow: hidden;
    border-bottom: 1px solid #abeff2;
}
.request-wrap ul li:last-child {
    border-bottom: none;
}
.request-wrap span {
    display: block;
    float: left;
    width: 250px;
    height: 30px;
    background: #e2fcfd;
    text-indent: 15px;
    line-height: 30px;
    font-size: 14px;
}
.request-wrap input {
    display: block;
    float: left;
    width: 350px;
    height: 20px;
    margin: 5px 0 0 10px;
    border: 1px solid #acaeb4;
}
.request-wrap select {
    display: block;
    float: left;
    height: 20px;
    margin: 5px 0 0 10px;
    border: 1px solid #acaeb4;
    font-family: Arial, Helvetica;
}
.request-wrap textarea {
    display: block;
    float: left;
    width: 600px;
    height: 150px;
    margin: 5px 0 0 10px;
    border: 1px solid #acaeb4;
    resize: none;
}
.request-wrap em {
    display: inline-block;
    margin-left: 10px;
    color: #d30000;
    line-height: 30px;
}
.request-wrap .tag {
    margin-top: 20px;
    font-size: 16px;
}
input.middle-inp, select.middle-inp {
    width: 200px;
}
input.short-inp {
    width: 100px;
}
span.bottom {
    height: 160px;
}
.submit {
    display: block;
    width: 250px;
    height: 40px;
    margin: 35px auto;
    background: #00bcc5;
    border: none;
    cursor: pointer;
    color: white;
    font-size: 16px;
    font-family: Arial, Helvetica;
    text-align: center;
    line-height: 40px;
}
.submit:hover{
    color: #000000;
}
.purchase-wrap {
    width: 880px;
    margin: 30px auto;
    color: #01a7af;
}
.purchase-wrap h3 {
    margin-top: 10px;
    line-height: 30px;
    font-size: 18px;
    margin-bottom: 5px;
}
.purchase-wrap .plan, .purchase-wrap .card, .purchase-wrap .billing {
    border: 1px solid #01abb3;
}
.purchase-wrap .plan-table {
    width: 880px;
    border-collapse:collapse;
    border:1px solid #01abb3;
    font-size: 14px;
    line-height: 30px;
}
.purchase-wrap .plan-table tr {
    border-bottom: 1px solid #abeff2;
}
.purchase-wrap .plan-table td {
    padding-left: 15px;
} 
.purchase-wrap .plan-table .th {
    width: 200px;
    background: #e2fcfd;
    border-left:1px solid #01abb3;
} 
.purchase-wrap .plan-table .tdm {
    width: 435px;
} 
.purchase-wrap .plan-table .tbottom {
    border-top: 1px solid #abeff2;
    border-bottom: 1px solid #01abb3;
}
.purchase-wrap .plan-table td em {
    color: #cb0000;
}
.purchase-wrap .plan-table .tprice {
    width: 215px;
    background: #01abb3;
    color: white;
    font-size: 42px;
    text-align: center;
    padding-left: 0px;
    border-bottom: 1px solid #01abb3;
}
.purchase-wrap .plan-table .tprice em {
    color: white;
    font-size: 22px;
 }
 .purchase-wrap .plan-table .xm-select-default{
     padding: 5px;
 }
 .xm-select-demo {
    padding-left: 10px;
 }
 #childrenRenewed em {
     padding-left: 10px;
 }
/* 
.purchase-wrap .plan {
    height: 123px;
}
.purchase-wrap .plan .left {
    float: left;
    width: 648px;
}
.purchase-wrap li {
    overflow: hidden;
    border-bottom: 1px solid #abeff2;
    font-size: 14px;
}
.purchase-wrap li:last-child {
    border-bottom: none;
}
.purchase-wrap li span {
    display: block;
    float: left;
    width: 250px;
    height: 30px;
    background: #e2fcfd;
    line-height: 30px;
    text-indent: 15px;
} */
.purchase-wrap .radio, .purchase-wrap li em, .purchase-wrap li b, .purchase-wrap li i {
    line-height: 30px;
} 
.purchase-wrap .radio {
    margin-left: 10px;
}
.purchase-wrap .plan-table b {
    color: black;
    font-weight: normal;
}
.purchase-wrap .plan-table em {
    color: #cb0000;
}
.purchase-wrap .plan-table ins {
    text-decoration: none;
}
.purchase-wrap .plan-table .inp {
    width: 135px;
    height: 22px;
    margin: 4px 0 0 10px;
    border: 1px solid #c8c8c8;
}
.purchase-wrap .plan-table a {
    display: inline-block;
    width: 50px;
    height: 20px;
    background: #ff5001;
    color: white;
    line-height: 20px;
    text-align: center;
    border-radius: 5px;
}
.purchase-wrap .credit-b {
    display: inline-block;
    float: right;
    margin-right: 10px;
}
.purchase-wrap .tag-title {
    margin: 30px 0 5px;
    font-size: 18px;
}
.purchase-wrap .tag-con {
    padding: 20px;
    background: #e2fcfd;
    border: 1px solid #00abb3;
    font-size: 15px;
    line-height: 26px;
}
.purchase-wrap .plan .right {
    float: right;
    width: 230px;
    height: 125px;
    background: #00bcc5;
}
.purchase-wrap .right {
    position: relative;
}
.purchase-wrap .right span {
    display: block;
    height: 50px;
    margin: 40px 0 0 10px;
    font-size: 42px;
    color: white;
}
.purchase-wrap .right em {
    display: block;
    color: white;
    font-size: 22px;
    margin-left: 150px;
}
.purchase-wrap .right a {
    position: absolute;
    top: -40px;
    left: 160px;
    width: 110px;
    height: 109px;
    background: url(../images/membership/day.png) 0 0 no-repeat;
}
.purchase-wrap .plan-tag {
    color: #9b8382;
    background: #ededee;
    line-height: 20px;
}
.purchase-wrap .card input, .purchase-wrap .billing input {
    width: 350px;
    height: 22px;
    margin: 4px 0 0 15px;
    border: 1px solid #c8c8c8;
}
.purchase-wrap select {
    padding: 0 18px;
    border: 1px solid #c8c8c8;
    margin: 4px 10px 0 10px;
    border-radius: 0px;
}
.purchase-wrap select:active {
    background: url(../images/xiala2.jpg) right no-repeat #fff; 
}
.child-num select{
    cursor: pointer;
    outline: none;
    width: 60px; 
    height: 22px; 
    line-height: 22px;
    appearance: none; 
    -webkit-appearance: none; 
    -moz-appearance: none; 
    background: url(../images/xiala1.jpg) right no-repeat #fff; 
}
.purchase-wrap .card .select-type {
    margin-left: 15px;
    width: 200px;
}
.purchase-wrap .card .select-date {
    margin-left: 15px;
}
.purchase-wrap .card .code {
    width: 80px;
}
.purchase-wrap .card em {
    color: black;
}
.zip-inp {
    width: 115px;
}
.select-country {
    width: 200px;
    margin-left: 15px;
}
.phone-inp {
    width: 200px;
}
.purchase-wrap .btn {
    overflow: hidden;
    margin: 30px 0;
}
.purchase-wrap .btn a {
    display: block;
    width: 180px;
    height: 56px;
    margin: 0 auto;
    background: url(../images/membership/checkout.png) 0 0 no-repeat;
}
.pre-btn {
    width: 160px;
    height: 40px;
    margin-left: 135px;
    background: #00bcc5;
}
.left-teacher {
    display: none;
}
.left-teacher b {
    margin-left: 10px;
}
#numOfChild b {
    color: #01a7af;
}
#numOfChild em {
    color: black;
    margin-left: 10px;
}
/*家长*/
 .left-parents {
    display: none;
}
/*renew椤甸潰*/

.renew-header {
    overflow: hidden;
    height: 60px;
}
.renew-header h2 {
    font-size: 34px;
    line-height: 60px;
    color: #01a7af;
    text-align: center;
}
.num-children {
    margin-left: 15px;
}
.renew-wrap {
    width: 845px;
    height: 500px;
    margin: 0 auto;
    padding-left: 35px;
    background: #f7f7f7;
    border-top: 10px solid #00bcc5;
    font-weight: bold;
    font-size: 14px;
}
.renew-wrap span {
    font-weight: normal;
}
.renew em {
    font-style: normal;
}
.renew-wrap h3 {
    margin-top: 40px;
    line-height: 30px;
    color: #01a7af;
    font-size: 18px;
    font-weight: normal;
}
.renew-wrap li {
    line-height: 30px;
}
.renew-wrap .help-title {
    float: left;
}
.renew-wrap .help {
    float: left;
    margin: 48px 0 0 20px;
}
.renew-wrap .help a {
    text-decoration: underline;
    color: #0074c5;
    font-weight: normal;
}
.renew .btn {
    margin: 35px 0;
}
.renew .btn a {
    display: block;
    width: 350px;
    height: 40px;
    margin: 0 auto;
    background: #00bcc5;
    line-height: 40px;
    text-align: center;
    color: white;
    font-size: 20px;
}
.renew .btn a:hover {
    color: black;
}
.renew .step {
    margin-bottom: 30px;
}
.user-frame {
    display: none;
}
#inviPri {
    display: none;
}
)