.clear {
    clear:both;
}
.mainbanner {
    background:#fafafa;
    text-align:center;
    height:164px;
    overflow:hidden;
}
.content_panel {
    margin:0 auto;
    width:960px;
}
.registration_panel {
    margin:40px 0;
    padding:64px 80px;
    background-color:#FFF;
    box-shadow:0 0 20px 0 #ccc;
}
.registration_panel:after {
    content:'';
    display:table;
    clear:both;
    visibility:hidden;
    height:0;
}
.registration_banner {
    padding-bottom:20px;
}
.registration_offer {
    float:left;
    width:340px;
}
.registration_form {
    float:left;
    padding-left:50px;
    width:409px;
    min-height:360px;
    border-left:1px solid #d5d5d5;
}
.member_form {
    float:left;
    width:409px;
}
.registration_row {
    padding:0 0 15px 0;
}
.registration_row:after {
    content:'';
    display:table;
    clear:both;
    visibility:hidden;
    height:0;
}
.registration_cel1 {
    float:left;
    padding:8px 0;
    width:116px;
    font-size:14px;
    line-height:16px;
}
.registration_cel2 {
    float:left;
    width:293px;
/*  width:348px;*/
    line-height:32px;
    position:relative;
   /* margin-top: 5px;*/
}
.registration_cel2 label {
    float:left;
    line-height:32px;
    margin-right:20px;
}
.registration_row input[type=text], .registration_row input[type=password], .registration_row input[type=tel], .registration_row input[type=email] {
    width:100%;
    height:32px;
    border:1px solid #2e69b4;
    box-sizing:border-box;
}
.registration_row input[type=radio] {

    border: none!important;
    background: none!important;
    outline: none!important;
    font-weight: bold;

}
.radio_box{
	display: inline-block;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    width: 22px;
    height: 22px;
    background: url(../images/aero.png) no-repeat;
    border: none;
    cursor: pointer;
    position: relative;
    float: left;
    line-height: 32px;
    margin-right: 10px;
}
.span_word{display: inline-block;float: left; margin-right: 20px;line-height: 22px;}
.radio_box input{
	opacity: 0;
	position: absolute;
	width: 22px;
    height: 22px;
}
.radio_box.checked {
    background-position: -116px 0;
}

.radio_box {
    background-position: -93px 0;
}

.fname_label {
    float:left;
    width:50px;
    line-height:32px;
    padding-left:8px;
}
.fname {
    float:left;
    width:70px;
    height:32px;
    line-height:32px;
}
.lname_label {
   
    float:left;
    width:50px;
    line-height:32px;
}
.lname {
    float:left;
    width:100px;
    height:auto;
    line-height:32px;
}
.number_ol{
	list-style: decimal!important;
    margin: 0 0 1em 1.2em!important;
    line-height: 1.5;
    color: #333;
    font-size: 14px;
    }
.bottom_p{margin:4px 0 15px!important;}
.bold_word{font-weight: 600!important;}
.areacode {
    float:left;
    width:87px;
}
.mobileno {
    float:left;
    margin-left:10px;
    width:196px;
}
.verification {
    float:left;
    width:140px;
}
.verification_img {
    float:right;
    line-height:32px;
}
.verification_img img {
    vertical-align:middle;
}
.verification_img a {
    color:#2e69b4;
    text-decoration:none;
}
.verification_img a span {
    text-decoration:underline;
}
.button_panel {
    clear:both;
    padding:30px 0;
    text-align:center;
}
.button_continue {
    display:inline-block;
    width:62px;
    height:62px;
    background:url(../images/new_mamaclub/button_continue.png) no-repeat 0 0;
    cursor:pointer;
}
a.button_continue:hover {
    background-position:0 -62px;
}
.button_confirm {
    margin:0 5px;
    display:inline-block;
    width:62px;
    height:62px;
    background:url(../images/new_mamaclub/button_confirm.png) no-repeat 0 0;
    cursor:pointer;
}
a.button_confirm:hover {
    background-position:0 -62px;
}
.button_cancel {
    margin:0 5px;
    display:inline-block;
    width:62px;
    height:62px;
    background:url(../images/new_mamaclub/button_cancel.png) no-repeat 0 0;
    cursor:pointer;
}
a.button_cancel:hover {
    background-position:0 -62px;
}
.button_updated {
    margin:0 5px;
    display:inline-block;
    width:62px;
    height:62px;
    background:url(../images/new_mamaclub/button_updated.png) no-repeat 0 0;
    cursor:pointer;
}
a.button_updated:hover {
    background-position:0 -62px;
}
.registration_details {
}
.registration_details + .registration_details {
    padding-top:20px;
    border-top:1px solid #D5D5D5;
}
.registration_details h3 {
    margin:0 0 1em 0;
    color:#2d69b4;
    font-size:18px;
}
.registration_row p {
    margin:.5em 0;
}
.address {
    float:left;
    width:91px;
}
.address + .address {
    margin-left:10px;
}
.address_row {
    height:32px;
    padding-bottom:15px;
}
.birthday {
    float:left;
    width:91px;
}
.birthday + .birthday {
    margin-left:10px;
}
.select_box {
    float:left;
    width:142px;
}
.select_box + .select_box {
    margin-left:10px;
/*  width:141px;*/
        width:195px;
}
.required {
    color:#ff0000;
}
.content_grid {
    min-height:520px;
    padding-bottom:30px;
    background:#FFF url(../images/new_mamaclub/beer.jpg) no-repeat 0 320px;
    margin:0 0 40px 0;
    box-shadow:0 0 20px 0 #ccc;
}
.content_grid:after {
    content:'';
    display:table;
    clear:both;
    visibility:hidden;
    height:0;
}
.content_category {
    float:left;
    width:245px;
}
.content_category ul {
    margin:0;
    padding:0;
    width:220px;
    list-style:none;
}
.content_category ul li {
    margin:0;
    padding:0;
    height:50px;
    border-bottom:1px solid #d5d5d5;
    position:relative;
}
.content_category ul li a {
    display:block;
    padding:0 0 0 18px;
    color:#FFF;
    font-size:16px;
    text-decoration:none;
    line-height:50px;
    background-color:#60b4da;
}
.content_category ul li.red a {
    background-color:#d73d88;
}
.content_category ul li a:hover {
    color:#FFF;
    text-decoration:none;
}
.content_category ul li.current a, .content_category ul li.current {
    background-color:#417fce
}
.content_category ul li.current.red a, .content_category ul li.current.red {
    background-color:#d73d88;
}
.content_category ul li.current:after {
    content:'';
    display:block;
    width:11px;
    height:25px;
    background:url(../images/new_mamaclub/arrow.png) right center;
    position:absolute;
    right:-11px;
    top:12px;
}
.content_category ul li.current.red:after {
    background-image:url(../images/new_mamaclub/arrow_red.png);
}
.content_details {
    float:left;
    padding-top:30px;
    width:715px;
}
.content_details > h3 {
    margin:0 0 20px 0;
    font-size:22px;
    color:#2d69b4;
}
.content_details > h4 {
    margin:0 0 20px 0;
    font-size:17px;
    color:#717171;
}
.content_details > h4 span {
    color:#2d69b4;
}
.gift_item {
    float:left;
    margin:3px 17px 17px 3px;
    width:200px;
    height:344px;
    padding:8px;
    background-color:#efefef;
}
.gift_item.sample_con_color1 {
    border: 3px solid #F99C0E;
    margin:0 14px 14px 0;
}
.gift_item2 {
    height:300px;
}
.gift_img {
    text-align:center;
}
.gift_item h3 {
    margin:10px 0;
    font-size:17px;
    line-height:19px;
    color:#2d69b4;
    height:38px;
}
.gift_item p {
    margin:5px 0;
    font-size:14px;
}
.gift_item p strong {
    color:#2d69b4;
}
.gift_item .redeem {
    margin:10px 0 0 0;
    display:block;
    text-align:center;
    line-height:30px;
    font-size:16px;
    color:#FFF;
    background-color:#60b4da;
    text-decoration:none;
}
.gift_item .redeem:hover {
    background-color:#4facd6;
}
.redeemout {
    padding:10px;
    text-align:center;
}
.buttons_panel {
    clear:both;
    padding-top:30px;
    text-align:center;
}
.button_default {
    margin:0 5px;
    display:inline-block;
    width:80px;
    height:30px;
    text-align:center;
    line-height:30px;
    font-size:16px;
    color:#FFF;
    background-color:#60b4da;
    text-decoration:none;
}
a.button_default:hover {
    color:#FFF;
    text-decoration:none;
    background-color:#4facd6;
}
.offer_item {
    float:left;
    display: none;
    margin-right:22px;
    margin-top:22px;
}

.login_penel {
    padding:60px 80px;
    height:400px;
    background:url(../images/new_mamaclub/img_login.png) no-repeat 550px 120px;
}
.login_logo {
    float:left;
    margin:-15px 0 0 -15px;
}
.button_sign {
    float:right;
    width:139px;
    height:139px;
    overflow:hidden;
}
.button_sign a {
    display:block;
    width:139px;
    height:139px;
    background:url(../images/new_mamaclub/button_sign.png) no-repeat 0 0;
}
.button_sign a:hover {
    background-position:0 -139px;
}
.mum_btn {

    top: 240px;
    width: 160px;
    position: relative;
    height: 160px;
    overflow: hidden;
    text-align: center;
    margin: 0 ;
    left: 60px;
    display:none;
}
.mum_btn a {
    display:block;
    width: 160px;
    height: 160px;
    background:url(../images/new_mamaclub/mum_btn.png) no-repeat 0 0;
    background-size: 160px;
}
.mum_btn a:hover {
    background-position: 0 -160px;
}
.login_form {
    clear:both;
    float:left;
    width:392px;
}
.login_title {
    font-size:22px;
    margin-bottom:15px;
    color:#60b4da;
}
.login_row {
    margin:10px 0;
    font-size:16px;
}
.login_row:after {
    content:'';
    display:table;
    clear:both;
    visibility:hidden;
    height:0;
}
.login_cel1 {
    float:left;
    width:110px;
    line-height:32px;
}
.login_row input[type=text], .login_row input[type=password] {
    width:100%;
    height:32px;
    border:1px solid #2e69b4;
    box-sizing:border-box;
}
.login_cel2 {
    float:left;
    width:282px;
    line-height:32px;
}
.login_cel3 {
    float:left;
    width:130px;
    line-height:32px;
}
.login_cel4 {
    float:left;
    width:262px;
}
.login_button {
    margin:25px -5px 0 0;
    text-align:right;
}
.login_button .forgot {
    margin-right:15px;
    font-size:13px;
    color:#000;
    text-decoration:underline;
}
.add_child {
    position:absolute;
    width:180px;
    height:32px;
    top:0;
    right:-40px;
    background:#2e69b4 url(../images/new_mamaclub/plus.png) no-repeat 30px center;
    color:#FFF;
    text-decoration:none;
    font-size:14px;
    text-align:center;
    line-height: 32px;
}
.add_child:hover{
    position:absolute;
    width:180px;
    height:32px;
    top:0;
    right:-40px;
    background:#2e69b4 url(../images/new_mamaclub/plus.png) no-repeat 30px center;
    color:#FFF;
    text-decoration:none;
    font-size:14px;
    text-align:center;
    line-height: 32px;
}
.offertips {
    clear:both;
    line-height:1.5;
}
.surplus {
    float:left;
    width:325px;
}
.expire {
    padding-left:14px;
    float:left;
    width:325px;
}
.record {
    clear:both;
    padding-top:16px;
    width:664px;
}
.surplus table, .expire table, .record table {
    border:1px solid #5babcf;
}
.surplus th, .expire th, .record th {
    height:44px;
    font-size:22px;
    color:#FFF;
    background-color:#60b4da;
    padding:0 15px;
    text-align:left;
}
.surplus td, .expire td, .record td {
    padding:10px 15px;
    font-size:16px;
    color:#717171;
}
.surplus td {
    text-align:right;
    color:#2e69b4;
}
.surplus td:first-child {
    text-align:left;
    color:#717171;
}
.expire td {
    text-align:right;
}
.expire td:first-child {
    text-align:left;
    color:#2e69b4;
}
.record_cel1 {
    float:left;
    width:60px;
    height:32px;
    line-height:32px;
    overflow:hidden;
}
.record_cel2 {
    float:left;
    width:128px;
    line-height:32px;
    overflow:hidden;
}
.record_cel3 {
    float:left;
    width:48px;
    text-align:center;
    vertical-align:middle;
    padding:3px 0;
    height:26px;
}
.record_cel4 {
    float:left;
    height:32px;
    line-height:32px;
    width:24px;
}
.record_cel5 {
    float:left;
    height:32px;
    line-height:32px;
    width:64px;
}
.record_cel6 {
    float:left;
    width:60px;
    height:32px;
    margin-left:6px;
}
.record_cel6 a {
    float:left;
    width:60px;
    height:32px;
    text-align:center;
    line-height:32px;
    font-size:16px;
    color:#FFF;
    background-color:#60b4da;
    text-decoration:none;
}
.record_cel6 a:hover {
    background-color:#4facd6;
}
.record_cel2 input[type=text]{
    width:100%;
    height:32px;
    border:1px solid #2e69b4;
    box-sizing:border-box;
}
.thead td {
    background-color:#dff0f8;
}
.even td {
    background-color:#F2F2F2;
}
.record_page {
    padding:1em 0;
    text-align:center;
}
.record_page a {
    color:#717171;
    text-decoration:none;
}
.record_page strong {
    color:#2e69b4;
}
.pageprev {
    margin:0 10px;
    width:16px;
    display:inline-block;
    background:url(../images/new_mamaclub/prev.png) no-repeat center center;
}
.pagenext {
    margin:0 10px;
    width:16px;
    display:inline-block;
    background:url(../images/new_mamaclub/next.png) no-repeat center center;
}
.select2-result{
        font-size: 14px;
    }
.joinok {
    font-size:18px;
    color:#06C;
    text-align:center;
    white-space:nowrap;
}
.logout_btn {
    float:right;
    margin-left:20px;
    display:inline-block;
    width:76px;
    height:26px;
    background:url(../images/new_mamaclub/logout.png) no-repeat 0 0;
}

.popup-info{
    position: absolute;
    width: 780px;
    left: 50%;
    margin-left: 390px;
    background: #fff;
    display: none;
}
.popup-info a{
    text-decoration: none;
}
.popup-info .container{
    padding: 45px 45px 40px;
    border: 12px solid #60b4da;
}
.popup-info .close-btn{
    color: #60b4da;
    font-size: 20px;
    position: absolute;
    top: 16px;
    right: 17px;
    line-height: 40px;
    width: 40px;
    text-align: center;
}
.popup-info2 .close-btn:hover{
    color: #4ea3ca;
}
.popup-info h6{
    margin: 0;
    padding: 10px 0 20px;
    font-size: 60px;
    text-align: center;
    color: #d73e8c;
}
.popup-info p{
    margin: 20px 0;
    font-size: 16px;
}
.popup-info .p1{
    color: #d73e8c;
}
.popup-info .p2{
    color: #56B4DF;
}
.popup-info .buttons{
    text-align: center;
    padding: 10px 30px 0;
}
.popup-info .buttons a{
    padding: 6px;
    display: block;
    margin-bottom: 12px;
}
.popup-info .agree-btn{
    background: #60b4da;
    color: #fff;
}
.popup-info .agree-btn:hover{
    background: #4ea3ca;
}
.popup-info .disagree-btn{
    background: #ccc;
    color: #111;
}
.popup-info .disagree-btn:hover{
    background: #bbb;
}
@media only screen and (max-width: 960px) {
.popup-info{
    width: 90%;
    margin-left: -45%;
}
}
@media only screen and (max-width: 767px) {
.popup-info h6{
    font-size: 40px;
    padding-bottom: 0;
}
.popup-info .container{
    padding: 30px 12px 26px;
}
.popup-info .buttons{
    padding: 10px 0px 0;
}
}


.popup-info2{
    position: absolute;
    width: 780px;
    left: 50%;
    margin-left: 390px;
    background: #fff;
    display: none;
}
.popup-info2 a{
    text-decoration: none;
}
.popup-info2 .container{
    padding: 45px 45px 40px;
    border: 12px solid #60b4da;
}
.popup-info2 .close-btn{
    color: #60b4da;
    font-size: 20px;
    position: absolute;
    top: 16px;
    right: 17px;
    line-height: 40px;
    width: 40px;
    text-align: center;
}
.popup-info2 .close-btn:hover{
    color: #4ea3ca;
}
.popup-info2 h6{
    margin: 0;
    padding: 10px 0 20px;
    font-size: 60px;
    text-align: center;
    color: #d73e8c;
}
.popup-info2 p{
    margin: 20px 0;
    font-size: 16px;
}
.popup-info2 .p1{
    color: #d73e8c;
}
.popup-info2 .p2{
    color: #56B4DF;
}
.popup-info2 .buttons{
    text-align: center;
    padding: 10px 30px 0;
}
.popup-info2 .buttons a{
    padding: 6px;
    display: block;
    margin-bottom: 12px;
}
.popup-info2 .agree-btn{
    background: #60b4da;
    color: #fff;
}
.popup-info2 .agree-btn:hover{
    background: #4ea3ca;
}
.popup-info2 .disagree-btn{
    background: #ccc;
    color: #111;
}
.popup-info2 .disagree-btn:hover{
    background: #bbb;
}
@media only screen and (max-width: 960px) {
.popup-info2{
    width: 90%;
    margin-left: -45%;
}
}
@media only screen and (max-width: 767px) {
.popup-info2 h6{
    font-size: 40px;
    padding-bottom: 0;
}
.popup-info2 .container{
    padding: 30px 12px 26px;
}
.popup-info2 .buttons{
    padding: 10px 0px 0;
}
}
