﻿@charset "utf-8";



/* JS Club */
.jsClub .big-logo{ display:block; margin:120px auto 40px auto; }
.jsClub .select-membership{width:100%;text-align:center;padding:0px 0 40px;}
.jsClub .select-membership a{width:268px;height:58px;border:1px solid #513316;text-align:center;line-height:58px;color:#ffffff;background-color:#513316;}
.jsClub .select-membership a:hover,.jsClub .select-membership a.selected{border:1px solid #ffffff;background-color:transparent;}
.jsClub .select-membership a.cardHolder{margin-right:16px;}

/* Login Reg */
.loginReg .login-reg-wrapper{padding-bottom:40px;}
.loginReg .type{width:100%; height:26px; margin:0 auto; margin-bottom:20px; text-align:center; }
.loginReg .type a,
.loginReg .type p{font-size:12px;line-height:26px;color:#ffffff; display:inline-block; position:relative; }
.loginReg .type .left-arrow{width:30px; height:30px; background:url(/images/webimg/login/arr.png) no-repeat; overflow:hidden; position:absolute; right:223px; }
.loginReg .type .right-arrow{width:30px; height:30px; background:url(/images/webimg/login/arr.png) no-repeat -29px 0; overflow:hidden; position:absolute; right:194px; }
.loginReg .type .middle{ height:25px; text-align:center; display:inline-block;}
.loginReg .tabs-button{width:600px;height:35px;margin:0 auto;}
.loginReg .tabs-button a{width:200px;height:100%;line-height:35px;background:#e6e6e6;color:#333;text-align:center;font-size:14px;float:left;}
.loginReg .tabs-button a:hover,
.loginReg .tabs-button a.selected{background:#fff;}
.loginReg .login-reg-tab{width:560px;padding:20px; font-size:14px; background:#fff;margin:0 auto;color:#333;display:none;*margin-top:-3px;}
.loginReg .login-reg-tab.selected{display:block;}
.loginReg .login-reg-tab .fields{}
.loginReg .login-reg-tab .fields.notDisplay{display:none;}
.loginReg .login-reg-tab .fields .defaultHiddenPart{display:none;}
.loginReg .login-reg-tab .fields .defaultHiddenPart.display{display:block;}
.loginReg .login-reg-tab .submitted-message{display:none;}
.loginReg .login-reg-tab .submitted-message.display{display:block;}
.loginReg .login-reg-tab p.message{ line-height:1.6; }

.loginReg .login-reg-tab .standard-table{width:100%;table-layout:fixed;}
.loginReg .login-reg-tab .standard-table td{text-align:left;vertical-align:top; vertical-align:middle;}
.loginReg .login-reg-tab .standard-table td.alignRight{text-align:right;}
.loginReg .login-reg-tab .standard-table td.verticalMiddle{vertical-align:middle;}
.loginReg .login-reg-tab .standard-table input[type=text], .loginReg .login-reg-tab .standard-table input[type=password]{height:18px;font-size:12px;color:#333;padding:5px;background-color:#ffffff;border:1px #333 solid;}
.loginReg .login-reg-tab .standard-table td input[type=text].error, .loginReg .login-reg-tab .standard-table td input[type=password].error{color:#ff0000;}
.loginReg .login-reg-tab .standard-table td input[type=button],
.loginReg .login-reg-tab .standard-table td input[type=submit]{}
.loginReg .login-reg-tab .standard-table td a{color:#a78763;}
.loginReg .login-reg-tab .standard-table td a:hover{text-decoration:underline;}

/* Validation */
.loginReg .login-reg-tab input[type=text].valid-code-text, .loginReg .login-reg-tab input[type=password].valid-code-text{float:left;}
.loginReg .login-reg-tab .valid-code-img{vertical-align:top;float:left;margin:0 5px;}
.loginReg .login-reg-tab input[type=button].valid-code-refresh{ cursor:pointer; background: url('/images/webimg/login/refresh.jpg') no-repeat left top;width:31px !important;height:30px !important;float:left; border:none; }


.loginReg .login-reg-tab .two-columns input[type=text], .loginReg .login-reg-tab .two-columns input[type=password]{width:260px;}
.loginReg .login-reg-tab .two-columns .td1{width:290px;}
.loginReg .login-reg-tab .two-columns .td2{width:270px;}

.loginReg .login-reg-tab .three-columns input[type=text], .loginReg .login-reg-tab .three-columns input[type=password]{width:166px;}
.loginReg .login-reg-tab .three-columns .td1{width:192px;}
.loginReg .login-reg-tab .three-columns .td1.colspan2{width:384px;}
.loginReg .login-reg-tab .three-columns .td2{width:192px;}
.loginReg .login-reg-tab .three-columns .td3{width:176px;}

.loginReg .login-reg-tab .three-columns .styledSelect{height:35px;width:176px;background:#ffffff;position:relative;}
.loginReg .login-reg-tab .three-columns .styledSelect .selectedOption{width:166px;padding:5px;line-height:25px;display:block;background:url('/images/js-club/select-arrow.png') no-repeat 153px center;color:#987042;}
.loginReg .login-reg-tab .three-columns .styledSelect .selectedOption:hover{text-decoration:none;}
.loginReg .login-reg-tab .three-columns .styledSelect .optionWrapper{position:absolute;left:0;top:35px;background:#ffffff;display:none;}
.loginReg .login-reg-tab .three-columns .styledSelect a.option{display:block;width:166px;padding:5px;color:#987042;}
.loginReg .login-reg-tab .three-columns .styledSelect a.option:hover,
.loginReg .login-reg-tab .three-columns .styledSelect a.option.selected{background:#987042;color:#ffffff;text-decoration:none;}

/* validation text boxes have  different size */
.loginReg .login-reg-tab.login input[type=text].valid-code-text, .loginReg .login-reg-tab.login input[type=password].valid-code-text{width:157px;}
.loginReg .login-reg-tab.register.card input[type=text].valid-code-text,
.loginReg .login-reg-tab.register.virtual input[type=text].valid-code-text,
.loginReg .login-reg-tab.register.card input[type=password].valid-code-text,
.loginReg .login-reg-tab.register.virtual input[type=password].valid-code-text
{width:63px;}
.loginReg .login-reg-tab.register.virtual select.title{width:176px;height:35px;color:#987042; padding:8px 5px 5px;}
.loginReg.popupRegTnc a.close{display:block;background:url('/images/js-club/tnc-close.jpg') no-repeat left top;width:20px;height:22px;position:absolute;right:30px;top:23px;}
.loginReg.popupRegTnc .title{background:#eeeeee;width:100%;height:68px;margin-bottom:24px;}
.loginReg.popupRegTnc .title h1{line-height:68px;font-size:28px;color:#987042;padding-left:30px;}
.loginReg.popupRegTnc .text{padding:0 30px;height:380px;overflow:auto;}
.loginReg.popupRegTnc .text strong{line-height:2;}
.loginReg.popupRegTnc .text p{color:#333333;line-height:1.6;}

/* Logged In */
.loggedIn .main .w978{}
.loggedIn.cardTypeCard{}
.loggedIn.cardTypeVirtual{}
.loggedIn .loggedIn-wrapper{padding:0 30px;width:918px;overflow:hidden;min-height:inherit;*min-height:615px;min-height:615px\9;}
.loggedIn .loggedIn-wrapper h1{font-size:20px;color:#959593;border-bottom:4px solid #eaeaea;padding-bottom:5px;}
.loggedIn .loggedIn-wrapper h2{font-size:14px;color:#c39159;}
.loggedIn .loggedIn-wrapper .title-area{border-bottom:1px solid #ebdbc8;padding-bottom:3px;}
.loggedIn .loggedIn-wrapper .title-area h2{float:left;}
.loggedIn .loggedIn-wrapper .title-area a{float:right;color:#c39159;}


.loggedIn .loggedIn-wrapper .top-title{border-bottom:1px solid #ebdbc8;height:auto;padding-bottom:10px;padding-top:25px;}
.loggedIn .loggedIn-wrapper .top-title .text{float:left;}
.loggedIn .loggedIn-wrapper .top-title .log-out{background:url('/images/js-club/logged-in/log-out.png') no-repeat right top;padding-right:30px;line-height:22px;display:block;float:right;margin-top:7px;color:#959593;}


.loggedIn .loggedIn-wrapper .left{float:left;padding-top:25px;padding-bottom:10000px;margin-bottom:-10000px;}
.loggedIn.cardTypeCard .loggedIn-wrapper .left{width:530px;margin-right:30px;}
.loggedIn.cardTypeVirtual .loggedIn-wrapper .left{width:100%;}
.loggedIn .loggedIn-wrapper .left .info-lr-wrapper .info-left{float:left;width:255px;margin-right:20px;}
.loggedIn .loggedIn-wrapper .left .info-lr-wrapper .info-right{float:left;width:255px;}
.loggedIn .loggedIn-wrapper .left .info-lr-wrapper .info-right{float:left;width:255px;}


.loggedIn .loggedIn-wrapper .left .info-lr-wrapper .info-table{table-layout:fixed;}
.loggedIn .loggedIn-wrapper .left .info-lr-wrapper .info-table tr td{text-align:left;vertical-align:top;color:#333333;line-height:1.8;}
.loggedIn .loggedIn-wrapper .left .info-lr-wrapper .info-table tr td.td1{width:40px;}
.loggedIn .loggedIn-wrapper .left .info-lr-wrapper .info-table tr td.td2{width:215px;}
.loggedIn .loggedIn-wrapper .left .info-lr-wrapper .info-table.editMode tr td.td1{width:70px;}
.loggedIn .loggedIn-wrapper .left .info-lr-wrapper .info-table.editMode tr td.td2{width:185px;}
.loggedIn .loggedIn-wrapper .left .info-lr-wrapper .info-table.editMode tr td.td2 input[type=text],
.loggedIn .loggedIn-wrapper .left .info-lr-wrapper .info-table.editMode tr td.td2 input[type=password]{width:183px;border:1px solid #959593;}
.loggedIn .loggedIn-wrapper .left .personal-info .tips{color:#959593;}

.loggedIn .loggedIn-wrapper .left .member-discount{padding-bottom:20px;}
.loggedIn .loggedIn-wrapper .left .member-discount .discount-wrapper{width:530px;}
.loggedIn .loggedIn-wrapper .left .member-discount .discount-item{width:253px;height:150px;border:1px solid #eeeeee;margin-top:20px;float:left;}
.loggedIn .loggedIn-wrapper .left .member-discount .discount-item.hasMarginRight{margin-right:20px;}
.loggedIn .loggedIn-wrapper .left .member-discount .discount-item .discount-table{table-layout:fixed;height:150px;}
.loggedIn .loggedIn-wrapper .left .member-discount .discount-item .discount-table tr td{text-align:left;vertical-align:middle;}
.loggedIn .loggedIn-wrapper .left .member-discount .discount-item .discount-table tr td.td1{width:124px;}
.loggedIn .loggedIn-wrapper .left .member-discount .discount-item .discount-table tr td.td2{width:129px;}
.loggedIn .loggedIn-wrapper .left .member-discount .discount-item .discount-table .text{padding:0 10px;}
.loggedIn .loggedIn-wrapper .left .member-discount .discount-item .discount-table .text p{color:#333333;line-height:1.6;}
.loggedIn .loggedIn-wrapper .left .member-discount .discount-item .discount-table .text .brown-text{font-size:14px;color:#c4915a;padding-bottom:5px;}
.loggedIn .loggedIn-wrapper .left .member-discount .discount-item .masked-img{width:121px;height:121px;background-repeat:no-repeat;}
.loggedIn .loggedIn-wrapper .left .member-discount .discount-item .masked-img .mask{background:url('/images/js-club/logged-in/mask.png') no-repeat left top;width:100%;height:100%;}




.loggedIn .loggedIn-wrapper .right{padding-top:25px;background-color:#eeeeee;padding-bottom:10000px;margin-bottom:-10000px;}
.loggedIn.cardTypeCard .loggedIn-wrapper .right{float:left;width:358px;}
.loggedIn.cardTypeVirtual .loggedIn-wrapper .right{display:none;}

.loggedIn .loggedIn-wrapper .right .texts-wrapper{padding-bottom:80px;}
.loggedIn .loggedIn-wrapper .right h1{padding-left:30px;}
.loggedIn .loggedIn-wrapper .right .card-info{padding:0 25px;width:308px;margin-top:80px;}
.loggedIn .loggedIn-wrapper .right .card-info.noMarginTop{margin-top:0;}
.loggedIn .loggedIn-wrapper .right .card-info .title-area h2{}
.loggedIn .loggedIn-wrapper .right .card-info-table{table-layout:fixed;}
.loggedIn .loggedIn-wrapper .right .card-info-table tr td{text-align:left;vertical-align:top;color:#333333;line-height:1.8;}
.loggedIn .loggedIn-wrapper .right .card-info-table tr td.td1{width:65px;}
.loggedIn .loggedIn-wrapper .right .card-info-table tr td.td2{width:78px;}
.loggedIn .loggedIn-wrapper .right .card-info-table tr td.td3{width:165px;text-align:right;vertical-align:middle;}




/* Benefit */
.benefit .w978{position:relative;}
.benefit .right-ribbon{background:url('/images/benefit/right-ribbon.png') no-repeat left top;width:322px;height:356px;position:absolute;right:-46px;top:20px;}
.benefit .left-ribbon{background:url('/images/benefit/left-ribbon.png') no-repeat left top;width:406px;height:212px;position:absolute;left:125px;top:258px;z-index:-1}
.benefit .card-menu{width:100%;height:94px;background-color:#7a7a7a;position:relative;z-index:1;}
.benefit .card-menu .card-face{width:326px;height:104px;display:block;background-image:url('/images/benefit/arrow1.png');background-repeat:no-repeat;background-position:-999px -999px;color:#ffffff;float:left;text-align:center;line-height:104px;}
.benefit .card-menu .card-face img{padding-right:6px;}
.benefit .card-menu .card-face:hover,
.benefit .card-menu .card-face.selected{background-position:center 94px;}



.benefit .card-info-wrapper{background:url('/images/benefit/bg1.png') no-repeat left top;width:100%;height:491px;position:relative;left:0;top:-10px;z-index:0;}
.benefit .card-info-wrapper h1{font-size:28px;color:#987042;line-height:2;}

.benefit .card-info-wrapper .rights{width:580px;padding:30px 0 30px 30px;position:relative;display:none;}
.benefit .card-info-wrapper .rights strong,
.benefit .card-info-wrapper .rights p{color:#333333;line-height:1.6;}
.benefit .card-info-wrapper .rights p{background:url('/images/benefit/rights-list-dot.png') no-repeat left 8px;padding-left:10px;}
.benefit .card-info-wrapper .rights .close-rights{width:21px;height:22px;display:block;background:url('/images/benefit/close-rights.png') no-repeat left top;position:absolute;right:30px;top:45px;}
.benefit .card-info-wrapper .rights .overflow-contents{width:90%;padding-right:10%;height:410px;overflow:auto;}


.benefit .card-info-wrapper .card-info{width:918px;height:431px;padding:30px;}
.benefit .card-info-wrapper .card-info p{font-size:14px;color:#333333;line-height:1.6;}
.benefit .card-info-wrapper .card-info p.smaller{font-size:12px;line-height:1.4;}
.benefit .card-info-wrapper .card-info .address{width:170px;float:right;border-left:9px solid #fda246;padding:0 0 0 10px;margin-top:47px;}
.benefit .card-info-wrapper .card-info .links{}
.benefit .card-info-wrapper .card-info .links a{height:37px;line-height:37px;display:block;float:left;font-size:14px;}
.benefit .card-info-wrapper .card-info .links .download{padding:0 15px;background:#fd8b18;margin-right:24px;color:#ffffff;}
.benefit .card-info-wrapper .card-info .links .more{color:#987042;}

.benefit .card-info-wrapper .card-info.card1{background:url('/images/benefit/card1.png') no-repeat 387px 128px;}
.benefit .card-info-wrapper .card-info.card1 .p1{width:600px;}
.benefit .card-info-wrapper .card-info.card1 .p2{width:295px;padding:35px 0 25px 0;}

.benefit .card-info-wrapper .card-info.card2{background:url('/images/benefit/card2.png') no-repeat 270px 128px;}
.benefit .card-info-wrapper .card-info.card2 .p1{width:600px;}
.benefit .card-info-wrapper .card-info.card2 .p2{width:295px;padding:35px 0 25px 0;}

.benefit .card-info-wrapper .card-info.card3{background:url('/images/benefit/card3.png') no-repeat 387px 128px;}
.benefit .card-info-wrapper .card-info.card3 .p1{width:600px;}
.benefit .card-info-wrapper .card-info.card3 .p2{width:295px;padding:35px 0 25px 0;}

.benefit .rights-table{margin-left:10px;margin-bottom:20px;}
.benefit .rights-table tr td{padding:3px;border:1px solid #333333;}


/* freshmart */
.freshmart{background:url('/images/freshmark-bg.jpg') repeat center top;}
.freshmart .container{background:url('/images/freshmart/top-slider-bg.png') no-repeat center 56px;}

/* freshmart top slider */
.freshmart .top-sliders-wrapper{width:100%;height:530px;margin-bottom:45px;position:relative;}
.freshmart .top-sliders-wrapper .f-logo{position:absolute;left:0;top:0;}
.freshmart .top-sliders-wrapper .shop-select{position:absolute;left:0;top:100px;width:139px;height:139px;background:url('/images/freshmart/top-slider-current-shop-bg.png') no-repeat left top;}
.freshmart .top-sliders-wrapper .shop-select.choosing{background-position:left bottom;}
.freshmart .top-sliders-wrapper .shop-select .current{width:139px;height:139px;line-height:139px;display:block;text-align:center;font-size:14px;color:#ffffff;}
.freshmart .top-sliders-wrapper .shop-select.choosing .other-shops{display:block;}
.freshmart .top-sliders-wrapper .shop-select .other-shops{display:none;}
.freshmart .top-sliders-wrapper .shop-select .other-shops a{width:101px;height:101px;background:url('/images/freshmart/top-slider-other-shop-bg.png') no-repeat left top;line-height:101px;text-align:center;display:block;font-size:14px;color:#ffffff;margin:-15px auto 0 auto;}
.freshmart .top-sliders-wrapper .shop-select .other-shops a:hover{background-position:left bottom;}


.freshmart .top-sliders-wrapper .slider-text{position:absolute;right:30px;top:220px;width:272px;height:272px;background:url('/images/freshmart/top-slide-text-bg.png') no-repeat left top;z-index:100;}
.freshmart .top-sliders-wrapper .slider-text table{width:100%;height:100%;}
.freshmart .top-sliders-wrapper .slider-text table tr td{text-align:center;vertical-align:middle;}
.freshmart .top-sliders-wrapper .slider-text p{color:#333333;font-size:14px;line-height:1.4;}
.freshmart .top-sliders-wrapper .slider-text .em{font-size:20px;line-height:2;}
.freshmart .top-sliders-wrapper .slider-text .slider-nav{width:100%;height:10px;text-align:center;position:absolute;left:0;bottom:55px;}
.freshmart .top-sliders-wrapper .slider-text .slider-nav a{width:10px;height:10px;padding-right:10px;background:url('/images/front/nav-dot.png') no-repeat left top;}
.freshmart .top-sliders-wrapper .slider-text .slider-nav a.current{background-position:left bottom;}

.freshmart .big-slider{width:490px;height:100%;margin:0 auto;}
.freshmart .big-slider .main-wrapper{width:490px;height:490px;position:relative;margin:0 auto;overflow:hidden;background-color:#ffffff;}
.freshmart .big-slider .slider-items{position:absolute;left:0;top:0;z-index:0;}
.freshmart .big-slider .slider-mask{position:absolute;left:0;top:0;z-index:1;display:block;width:490px;height:490px;background:url('/images/freshmart/slider-mask.png') no-repeat left top;}


.freshmart .big-slider .items{opacity:0;filter:alpha(opacity=0); }
.freshmart .big-slider .displays{width:490px;height:490px;}
.freshmart .big-slider .displays div{width:100%;height:100%;position:absolute;left:0;top:0;opacity:0;filter:alpha(opacity=0);}


.freshmart .main-messages{padding-bottom:25px;}
.freshmart .recommended{}
.freshmart .recommended .items-wrapper{width:948px;margin:25px auto 25px auto;}
.freshmart .recommended .item{width:300px;background-color:#ffffff;border:1px solid #ececec;position:relative;float:left;margin-left:20px;}
.freshmart .social-link{text-align:center;width:100%;height:25px;padding-bottom:15px;}
.freshmart .social-link a{width:25px;height:100%;background-position:left bottom;background-repeat:no-repeat;margin-left:5px;}
.freshmart .social-link a:hover{background-position:left top;}
.freshmart .social-link a.s1{background-image:url('/images/social-icon/light-gray/1.png');margin-left:0;}
.freshmart .social-link a.s2{background-image:url('/images/social-icon/light-gray/2.png');}
.freshmart .social-link a.s3{background-image:url('/images/social-icon/light-gray/3.png');}
.freshmart .social-link a.s4{background-image:url('/images/social-icon/light-gray/4.png');}
.freshmart .recommended .item.first{margin-left:0;}
.freshmart .recommended .item .mouse-on-content{width:298px;height:178px;}
.freshmart .recommended .item:hover .mouse-on-content{display:block;}
.freshmart .recommended .item .mouse-on-content .view-detail{margin-top:72px;}
.freshmart .recommended .item .texts-wrapper{width:270px;height:70px;padding:15px;color:#333333;line-height:1.6;}
.freshmart .recommended .item .texts-wrapper a{color:#333333;}

.freshmart .mouse-on-content{border-color:#60c5b4;}
.freshmart .mouse-on-content .view-detail{background:#57c2b0;}
.freshmart .mouse-on-content .view-detail:hover{background:#42aa98;}


.contactUs h2{font-size:20px;color:#fd8b18;line-height:1.8;}
.contactUs .shop{padding-top:20px;}
.contactUs .shop p{color:#333333;line-height:1.6;}
.contactUs .shop a{color:#fd8b18;line-height:1.6;}
.contactUs .shop a:hover{text-decoration:underline;}

.career h2{font-size:20px;color:#fd8b18;line-height:1.8;}
.career .texts{padding-top:20px;}
.career .texts p{color:#333333;line-height:1.6;}
.career .texts .address{font-size:14px;font-weight:bold;}
.career .texts a{color:#fd8b18;line-height:1.6;}
.career .texts a:hover{text-decoration:underline;}

.disclaimer h2{font-size:20px;color:#fd8b18;line-height:1.8;}
.disclaimer .texts{padding-top:20px;color:#333333;line-height:1.6;}

.sitemap .section-block-wrapper{padding-top:20px;}
.sitemap .section-block{width:100%;height:35px;background-color:#f8f8f8;margin-bottom:5px;}
.sitemap .section-block .primary{font-size:14px;color:#fd8d18;line-height:35px;padding:0 25px 0 10px;}
.sitemap .section-block .secondary{font-size:12px;color:#333333;line-height:35px;padding-left:25px;}

.businessClient{}
.businessClient h1{border:0;padding:0 30px 20px;}
.businessClient .content-block-wrapper{background:url('/images/business/text-bg.jpg') no-repeat left top;min-height:1340px;}
.businessClient .content-block-wrapper .content-block{width:470px;padding-left:280px;}
.businessClient .content-block-wrapper .content-block p{color:#9e9285;line-height:1.6;}
.businessClient .content-block-wrapper .content-block .huge{font-size:36px;color:#595959;padding:0;line-height:2;}
.businessClient .content-block-wrapper .content-block.b1{padding-top:70px;}
.businessClient .content-block-wrapper .content-block.b2{padding-top:90px;}
.businessClient .content-block-wrapper .content-block.b3{padding-top:50px;}
.businessClient .content-block-wrapper .content-block.b4{padding-top:100px;padding-left:0;text-align:center;width:312px;margin:0 auto;}
.businessClient .content-block-wrapper .content-block.b4 .huge{font-size:22px;color:#333333;}
.businessClient .content-block-wrapper .content-block.b4 p{font-size:16px;color:#333333;}
.businessClient .dot-list{table-layout:fixed;}
.businessClient .dot-list tr td{text-align:left;vertical-align:top;line-height:1.6;}
.businessClient .dot-list tr td.td1{width:20px;background:url('/images/business/list-dot.png') no-repeat center 8px;}
.businessClient .dot-list tr td.td2{color:#9e9285;}

input#login_psd, 
input#v_password, 
input#c_password,
input#v_confirmPassword,
input#c_confirmPassword {
	display:none;
}




.btn.ipt_regBy{ width:178px; text-align:center; background-size:100% 30px; }
.info-lr-wrapper{ width:100%; float:left; }
.info-table{ font-size:12px; }
.change_link{ position:absolute; right:0; top:-30px; }








.login-reg-tab .selectricWrapper{width:178px; margin:0;}
.login-reg-tab .selectric {border: 1px solid #000;background: #fff; border-radius:0;}
.login-reg-tab .selectric .label{ padding:5px; color:#000;font-family:'宋体'}

