﻿@charset "utf-8";
/*added by maowei on 20170712 主页框架*/
.new_main {
    margin: 0 auto;
    max-width: 640px;
    min-width: 320px;
    width: 100%;
}
.new_main header{

}
.new_topnav{
    position: fixed;
    width:100%;
    height:90px;
    left:0px;
    right:0px;
    top: 0px;
    z-index: 111;
}
.new_topnav_inner{
    width:100%;
}
.new_topbar{
    background-image: url("../images/newindex/bgs.jpg");
    background-repeat: repeat-x;
    height:45px;
    background-size: 100% 45px;
    position: relative;
}
.new_topbar .ico_menu{
    cursor: pointer;
    position: absolute;
    top:12px;
    left:10px;
}
.new_topbar .ico_person{
    position: absolute;
    top:12px;
    right:42px;
}
.new_topbar .ico_person_name{
    font-size: 12px;
    position: absolute;
    top: 16px;
    right: 38px;
    color: #ffffff; 
}
.new_topbar .buycart{
    position: absolute;
    top:12px;
    right:12px;
}
.new_searchbar{
    height: 45px;
    padding-top: 7px;
    background-color: #ffffff;
    margin:0 auto;
    max-width:640px;
}
.new_searchbar .leftitem{
    width:70%;
    float: left;
    text-align: center;
    position: relative;
}
.new_searchbar .leftitem .ico_magnifier{
    position: absolute;
    left:14px;
    top:7px;
}
.new_searchbar .leftitem .inputstyle{
    border: solid 1px #a0a0a0;
    width: 93%;
    vertical-align: top;
    text-indent: 30px;
    /* padding-top: 5px; */
    font-size: 14px;
    height: 30px;
    color: #333333;
}
.new_searchbar .rightitem{
    width:30%;
    float: left;
}
.new_searchbar .rightitem .btnstyle{
    width: 91%;
    vertical-align: top;
    display: block;
    height: 30px;
    line-height:28px;
    text-align: center;
    /*padding-top: 8px;*/
    background-image: url("../images/newindex/bgs.jpg");
    background-repeat: repeat-x;
    background-size: 100% 32px;
    color: #fff;
    font-size: 14px;
    letter-spacing: 2px;
}

.new_searchbar .btnstyle{}

.new_category{
    width: 100%;
    height: 45px;
    background-image: url("../images/newindex/bgs.jpg");
    background-repeat: repeat-x;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 9999;
}
.new_category li a{
    display: block;
    width:100%;
    text-align: center;
    color: #ffffff;
    font-size:14px;
    margin-top:13px;
    font-family: microsoft yahei;
}
.new_category li .rightborder{
    border-right:solid 1px #6b8e8c;
}
.index_banner{
    position: relative;
    padding-top:90px;
    /*padding-bottom: 30px;*/
}
.index_banner img{
    max-width:100%;
}
.index_banner .tobottom{
    position: absolute;
    bottom: 82px;
    left: 45%;
    width: 7%
}

/***登录区域***/
.wx_login_area{
    background-image: url("../images/newindex/bg_login_weixin.jpg")!important;
}
.login_area{
    background-image: url("../images/newindex/bg_login.jpg");
    
    background-size:100% auto;
    background-repeat: no-repeat;
    /*padding-top: 46px;*/
}
.login_area .btm_quicklink{
    text-align: center;
    font-size: 1.2em;
    margin-top:10px;
}
.login_area .btm_quicklink font{
    color:#ffffff;
    margin-left: 5px;
    margin-right: 5px;
}
.login_area .btm_quicklink a{
    color:#ffffff;
}
.login_area .btm_quicklink a:hover{
    color:#ffffff;
    text-decoration: underline;
}
.login_area h2.user_login_new{
    text-align: center;
    font-family: microsoft yahei;
    font-size: 3.2em;
    color: #fff;
    font-weight: normal;
    letter-spacing: 5px;
}
.login_area .reg_agree{
    color:#d8d8d8;
    padding:2px 0px 15px 0px;
}
.login_area .reg_agree a{
    color:#d8d8d8;
    text-decoration: none;
    letter-spacing: 1px;
    font-weight: normal;
}
.login_area .reg_forget{
    text-align: center;
    color: #ffffff;
    padding-top: 0px;
}
.login_area .reg_forget a{
    color:#ffffff;
    text-decoration: none;
}
.login_area .login_subarea{
    text-align: center;
}
.login_area .loginSubbtn{
    background: url("../images/newindex/login_subbtn.png");
    width: 140px;
    height: 52px;
    background-size: 100% auto;
    margin: 0 auto;
    background-repeat: no-repeat;
    border: none;
}
.btm_login_area_new{
width: 100%;
}

.login_area ::-webkit-input-placeholder { /* WebKit browsers */
    color:#cacaca;
}

.login_area :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:#cacaca;
}

.login_area ::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:#cacaca;
}

.login_area :-ms-input-placeholder { /* Internet Explorer 10+ */
    color:#cacaca;
}
.login_area .new_input{
    background-image: none;
    background-color: rgba(108, 150, 148, 0.5);
}
.login_area .loginRegister input{
    color:#ffffff;
}
.login_area .member_reg_login{
    position: relative;
}
.login_area .ico_close{
    position: absolute;
    top: 8px;
    right: 0px;
}
/***注册区域***/
.reg_area{
    background-image: url("../images/newindex/bg_reg.jpg");
    background-size:100% auto;
    background-repeat: no-repeat;
    /*padding-top: 46px;*/
}
.reg_area .member_reg_login{
    position: relative;
    padding-top:8%;
}
.reg_area .ico_close{
    position: absolute;
    top: 8px;
    right: 0px;
}
.reg_area .star{
    font-size: 1.2em;
}
.reg_area .underline{
    text-decoration: underline;
}
.reg_area .reg_xx b{
    padding-left: 12px;
    color: #ffff99;
}
.reg_area .new_input{
    background-image: none;
    /*background-color: #6c9694;*/
    background-color:rgba(108,150,148,0.5); 
}
.reg_area .loginRegister input{
    color:#ffffff;
}
.reg_area .reg_agree{
    color: #d8d8d8;
    font-size: 1.3em;
    letter-spacing: 1px;
    line-height: 21px;
    padding: 0 0 60px;
    text-align: center;
    font-weight:normal;
}
.reg_area .reg_agree a{
    color: #ffffff;
}
.reg_area .free_get{
    background-image: url("../images/newindex/regbtn.jpg");
    background-size: 100% 100%;
    background-position: bottom right;
    background-repeat: no-repeat;
    background-color: #fff;
    color: #333;
    font-size: 16px;
    width:27%;
    right:6%;
}
.reg_area .btm_quicklink{
    text-align: center;
    font-size: 1.2em;
    margin-top:10px;
}
.reg_area .btm_quicklink font{
    color:#ffffff;
    margin-left: 5px;
    margin-right: 5px;
}
.reg_area .btm_quicklink a{
    color:#ffffff;
}
.reg_area .btm_quicklink a:hover{
    color:#ffffff;
    text-decoration: underline;
}
.reg_area .required{
    color: #d8d8d8;
    font-size: 26px;
    font-weight: normal;
    vertical-align: middle;
    width: 10%;
}
.reg_area .reg_subarea{
    text-align: center;
}
.reg_area .regSubbtn{
    background: url("../images/newindex/reg_subbtn.png");
    width: 180px;
    height: 52px;
    background-size: 100% auto;
    margin: 0 auto;
    background-repeat: no-repeat;
    border: none;
}
.reg_area ::-webkit-input-placeholder { /* WebKit browsers */
    color:#cacaca;
}

.reg_area :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:#cacaca;
}

.reg_area ::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:#cacaca;
}

.reg_area :-ms-input-placeholder { /* Internet Explorer 10+ */
    color:#cacaca;
}

.reg_area .long_input{
    width:95%;
}
.reg_area .short_input{
    width:62%;
}

/*added by maowei on 20170712 林清轩新改版首页icon图标*/
.ico_menu, .ico_person, .buycart, .ico_magnifier, .ico_people, .ico_coin, .ico_close{
    background-image: url("../images/newindex/icons.png");
    background-repeat: no-repeat;
    display: block;
    background-size: 80px 80px;
    width:20px;
    height:20px;
}
.ico_menu{
    background-position: 0px 0px;
}
.ico_person{
    background-position: -20px 0px;
}
.buycart{
    background-position: -40px 0px;
}
.ico_magnifier{
    background-position: 0px -20px;
}
.ico_people{
    background-position: -20px -20px;
    position: absolute;
    left: 6px;
    top: 7px;
}
.ico_coin{
    background-position: -40px -20px;
    position: absolute;
    left: 6px;
    top: 7px;
}
.ico_close{
    background-position: -60px -20px;
}

.ico_rightarrow{
    background-image: url("../images/newindex/ico_arrowright.jpg");
    background-repeat: no-repeat;
    width:30px;
    height:30px;
    background-size: 100% auto;
    position: absolute;
    top: 3px;
    left: 3px;
}
.ico_downarrow{
    background-image: url("../images/newindex/ico_arrowdown.jpg");
    background-repeat: no-repeat;
    width:30px;
    height:30px;
    background-size: 100% auto;
    position: absolute;
    top: 3px;
    left: 3px;
}

.logo_lqx{
    background-image: url("../images/newindex/index_logo.png");
    background-repeat: no-repeat;
    display: block;
    /* background-color: #cc0000; */
    background-size: 70px 70px;
    width: 240px;
    height: 44px;
    background-size: 100% auto;
    /* background-position: 0px -35px; */
    margin: 0px auto 0px auto;
    background-position: center;
}

.category_main{
    /*
    background-image: url("../images/newindex/index_bg.jpg");*/
    background-repeat: no-repeat;
    background-size: 100% auto;
    /*background-color: #022a28;*/
    padding-top: 10px;
    z-index: 1;
    overflow-y: scroll;
    background-color:rgba(2,42,40,0.9);
    
    display: none; position: fixed;left:0px; top:0px; right:0px; bottom:0px;z-index: 11111;
}
.category_main .thisClose{
    margin-left: 10px;
}

.category_area{
    width:88%;
    margin:0 auto;
    padding-top:20px;
}
.category_area .lev_1 > li{
    margin-bottom:12px;
}

.category_area .lev_1_title{
    border:solid 1px #f3f3f3;
    padding:2px;
    position: relative;
    text-align: center;
}

.category_area .lev_1_title a{
    font-size: 16px;
    color: #ffffff;
    position: absolute;
    width: 100%;
    left:0px;
    top:6px;
    z-index: 1;
}
.category_area .lev_1_title p{
    display: block;
    padding: 16px 0px;
    background-color: #5a8682;
    text-align: center;
    opacity: 0.6;
}
.category_area .lev_2{
    background-color: rgba(85,122,120,0.5);
    padding-bottom: 10px;
    display: none;
}
.category_area .lev_2 li > div{
    text-align: center;
    width:100%;
    margin:0 auto;
    position: relative;
}
.category_area .lev_2 li > div a{
    display: block;
    width:80%;
    margin:0 auto;
    padding-top:8px;
    padding-bottom:8px;
    color: #fff000;
    font-size:16px;
    border-bottom:dashed 1px #ffffff;
}
.category_area .lev_2 li .arrow{
    width: 20px;
    height: 20px;
    position: absolute;
    right: 7px;
    top: 13px;
    font-family: arial;
    color: #fff;
    font-size: 16px;
}
.category_area .lev_3{
    display: none;
}
.category_area .lev_3 > li{
    text-align: center;
    position: relative;
    background-color: rgba(107,133,132,0.5);
}
.category_area .lev_3 > li a{
    display: block;
    width:80%;
    margin:0 auto;
    padding-top:8px;
    padding-bottom:8px;
    color: #ffffff;
    font-size:16px;
    border-bottom:dashed 1px #ffffff;
}

.category_area .thisseled > a{
    color: #fff;
}

.category_area .lev_2 li .thisseled > a{
    color: #022624;
}

.category_area .lev_2 li .thisseled > .arrow{
    color: #022624;
}

.open_ad{
    position: fixed;
    left: 0px;
    right: 0px;
    width: 100%;
    height: 300px;
    z-index: 66666;
    top: 45px;
    overflow-y: auto;
}
.open_ad img{
    max-width: 100%;
}
.header_itemnum{
    position: absolute;
    right: -8px;
    top: 8px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    border-radius: 10px;
    background-color: #cc0000;
    text-align: center;
    color: #ffffff;
}
.freeget_code{
    background-image: url("../images/newindex/regbtn.jpg");
    background-size: 100% 100%;
    background-position: bottom right;
    background-repeat: no-repeat;
    background-color: #fff;
    color: #333;
    font-size: 16px;
    width:27%;
    right:7%;
    display: inline-block;
    vertical-align: top;
    position: absolute;
    height: 42px;
    line-height: 42px;
    text-align: center;
}
.login_sch{
    background-image: url(../images/newindex/bg_login_weixin_sch.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    margin: 0 auto;
    width: 60%;
    height: 256px;
}

/*清除浮动*/
.index_content_area .clearfix:after{content:"";display:block;clear:both;}
.index_content_area .clearfix{zoom:1;}

.index_content_area{
max-width:640px;
margin:0 auto;
}
.index_content_area .pic{
width:100%;
float: left;
position: relative;
}
.index_content_area .pic img{
width:100%;
}
.index_content_area .pic .half{
width:50%;
float:left;
}
.index_content_area .pic .triple{
width:33.33%;
float:left;
}
.index_content_area .spe{
background: #efefef
}

#contentBox{

}
#contentBox .active{
    display: block;
}
#contentBox .unactive{
    display: none;
}
#contentBox .box{
    
}
.index_tab{
    border-bottom: solid 1px #eeeeee;
    margin-bottom: 20px;
}
.index_tab:after{
    clear:both;content:'';display:block;width:0;height:0;visibility:hidden;
}
.index_tab ul li{
    float: left;
    font-size: 14px;
    width:50%;
    text-align: center;
    padding-top:10px;
    padding-bottom: 10px;
    color: #eeeeee;
}
.index_tab .seled{
    color: #333333;
    background-color: rgba(255,255,255,0.8);
    border-radius: 5px 5px 0px 0px; 
}
.clickarea{
    width:100%;
    text-align: left;
    padding-top:2px;
    padding-bottom: 20px;
    color: #fff000;
}
.clickarea a{
    color: #fff000;
    font-size: 13px;
    text-decoration:underline;
}
.member_reg_login .error, .member_reg_login .login_error{
    color: #fff000;
}
#login_name_m, #login_name_m2{
    text-align: center;
    font-size: 14px;
    padding-top:10px;
    padding-bottom: 10px;
}
.member_reg_login #getCode{
    color: #ffffff;
    font-size: 12px;
    border:none;
    background:none;
}