
/*CSS reset*/

/*******top*********/

/**head1**/
.f-top{
    font-size: 12px;
    color: #666;
    width: 100%;
}

.f-headbg{
    width: 100%;
    line-height: 34px;
    background-color: #fafafa;
    border-bottom: #dfdfdf 1px solid;
}
.f-head1{
    width:1200px;
    margin: 0 auto;
    /* overflow: hidden;*/
    zoom:1;
    background-color: #fafafa;
}
.f-abg a{
    text-align: center;
    width: 40px;
    display:inline-block;
}
.f-abg .f-app{
    display:inline-block;
    width: 130px;
    height: 30px;
    position: relative;
}
.f-app:hover{
    background-color: #fff;
    border: #eee 1px solid;
    border-bottom: none;
    border-top: none;
}
.f-app1{
    position: absolute;
    left: -1px;
    top: 30px;
    z-index: 300;
    display: none;
}
.f-appbor{
    border: #eee 1px solid;
    box-shadow:2px 2px 2px #ccc ;
    -webkit-box-shadow:2px 2px 2px #ccc;
    -moz-box-shadow:2px 2px 2px #ccc;
    border-top: none;
}

/**head2**/
.f-style1{
    display: block;
    margin-left: 50px;
    margin-top: 38px;
    position: relative;
    text-align: center;
}
.f-location-ab{
    width: 80px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #fff;
    z-index: 20;
    border: #fff 1px solid;
}
.f-location-ab1{
    border: #eee 1px solid;
    border-bottom: none;
}
.f-location{
    padding-left: 10px;
    padding-right:10px;
    width: 240px;
    background-color:#fff;
    border: #eee 1px solid;
    position: absolute;
    left: 0;
    top: 29px;
    display: none;
    z-index: 19;
}
.f-location a{
    float: left;
    width: 60px;
    height: 25px;
    line-height: 25px;
    text-align: center;
}
.f-location-bg{
    background-color: #ff6980;
    color: #fff !important;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.f-head2{
    width:1200px;
    height: 101px;
    margin: 0 auto;
    padding-bottom: 10px;
    padding-top: 10px;
}
.f-input-on{
    width: 100%;
    border: #ff6980 2px solid;
    padding-left: 20px;

}
.f-style2{
    float: left;
    width: 375px;
    height: 35px;
    border: none;
    outline: none !important;
    -webkit-appearance: none;
    text-indent:5px;
    font-family: "Helvetica Neue", Microsoft Yahei, STHeiTi, Arial, sans-serif, Helvetica, sans-serif;
}
.f-style3{
    margin-left: 120px;
    width: 480px;
}
.f-style4{
    float: right;
    width: 70px;
    line-height: 35px;
    background-color: #ff6980;
    border: none;
    color: #fff !important;
    font-size: 16px;
}
.f-style5{
    font-size: 14px;
    position: absolute;
    left: 10px;
    top: 8px;
}
.f-style6{
    margin-left: 10px;
}
.f-style6 a{
    display: inline-block;
    color: #ff6980;
    padding-right:10px;
    text-align: left;
}
.f-style6 a:hover{
    color: #ff6980;
}
.cp{
    cursor: pointer;
}
.f-datalist{
    position: absolute;
    top: 35px;
    left: 0;
    z-index: 100;
    width: 430px;
    border: #ff6980 2px solid;
    border-top:none;
    background-color: #fff;
}
.f-datalist a{
    display: block;
    color: #999;
    line-height: 25px;
    padding-left: 25px;
}
.f-datalist a:hover{
    background-color: #EDEDED;
}

/*1*/
.f-datalist-d{
    position: absolute;
    top: 46px;
    left: 110px;
    z-index: 100;
    width: 310px;
    height: 128px;
    overflow: auto;
    border: #eee 1px solid;
    border-top:none;
    background-color: #fff;
}
.f-datalist-d a{
    display: block;
    color: #999;
    line-height: 25px;
    padding-left: 25px;
}
.f-datalist-d a:hover{
    background-color: #EDEDED;
}
/*2*/
.f-datalist-dd{
    position: absolute;
    top: 93px;
    left: 110px;
    z-index: 100;
    width: 310px;
    height: 158px;
    border: #eee 1px solid;
    border-top:none;
    background-color: #fff;
    overflow: auto;
}
.f-datalist-dd a{
    display: block;
    color: #999;
    line-height: 25px;
    padding-left: 25px;
}
.f-datalist-dd a:hover{
    background-color: #EDEDED;
}
/**head3**/
.f-navbg{
    width: 100%;
    height: 40px;
    background-color: #ff6980;
}
.f-nav{
    width:1200px;
    height: 40px;
    margin: 0 auto;
    background-color: #ff6980;
}
.f-h3{
    width: 205px;
    text-align: center;
    line-height: 40px;
    height: 40px;
    color: #fff;
    font-size: 16px;
    position: relative;
}
ul.f-nav1{
    height: 40px;
    position: relative;
}
.f-nav1 li{
    float: left;
}
.f-nav1 li a{
    display: inline-block;
    color: #fff;
    text-align: center;
    line-height: 40px;
    height: 40px;
    font-size: 16px;
    padding: 0 15px;
}
.f-navcurrent,.f-nav1 li a:hover{
    background-color: #fff;
    color:#ff6980 !important;
    border-top: #d8130b 1px solid;
}
.f-list1{
    width: 203px;
    background-color: #fbfbfb;
    border-left:#ff6980 1px solid ;
    border-right:#ff6980 1px solid ;
    border-bottom: #ff6980 1px solid;
    text-align: left;
    position: absolute;
    left: 0;
    top: 40px;
    z-index:50;
}
.f-list1 li{
    height: 30px;
    line-height: 30px;
    border-bottom: #eeeeee 1px solid;
    background-color: #fbfbfb;
}
.f-list1>li>span{
    line-height: 30px;
    font-size: 14px;
}
.f-list1>li>a{
    padding-left: 20px;
    color: #666;
    font-size: 14px;
    cursor: pointer;
}
.f-list1>li>a:hover{
    color: #ff6980;
}
.f-list-a{
    margin-right:5px;
}
.f-list-on{
    position: relative;
    z-index: 10;
    background-color: #fff;
    color: #ff6980 !important;
}
.f-list-none{
    border-bottom:none !important;
}

.f-nav2{
    /*width: 724px;*/
    width:424px;
    height: 403px;
    border-right: #ff6980 1px solid;
    border-bottom: #ff6980 1px solid;
    position: absolute;
    left: 194px;
    top: 0;
    display: none;
    background-color:#fff;
    opacity: 0;
    z-index: 9;
}
.f-style7{
    font-size: 16px;
    color: #333;
}
.f-style7:hover{
    color: #ff6980 !important;
}
.f-style8{
    border-bottom: #eee 1px solid;
    margin-left: 10px;
    margin-right: 10px;
    width: 400px;
}
.f-style9{
    padding-left: 10px;
    font-size: 14px;
    padding-right: 20px;
    width: 400px;
}
.f-style9 a{
    padding-left: 20px;
}
.f-nav2 .f-style9 a{
    color: #999;
    height: 30px;
    line-height: 30px;
    display: inline-block;
}
.f-nav2 .f-style9 a:hover{
    color: #ff6980 !important;
}
.f-nav-2 ul{
    display: none;
    z-index: 15;
}

.f-nav2-l{
    width: 400px;
    height: 403px;
}
.f-nav2-r{
     width: 300px;
    border-left: #eee 1px solid;
    height: 403px;
    margin-left: 20px;
 }

.f-nav2-r dl{
    float: left;
    width: 135px;
    height: 168px;
    overflow: hidden;
    zoom: 1;
    margin-top: 10px;
    margin-left: 10px;
}
.f-nav2-r dt{
    width: 135px;
    height: 140px;
    overflow: hidden;
    zoom:1;
}
.f-nav2-r dt img{
    float: left;
    width: 100%;
    height: 100%;
}
.f-nav2-r dd{
    font-size: 12px;
    width: 135px;
    height: 30px;
    line-height: 30px;
    background-color: #eee;
    text-align: center;
}
/*******top End*********/

/****鑴瞾鑴楁瘺鑴㈠獟****/
.l-page{line-height:28px;text-align:center;margin:30px 0;}

.l-page input[type='text']{
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    margin-left: 10px;
}

.l-page a,.l-page span{display:inline-block;padding:0 12px;margin-right:10px;}
.l-page a{border:1px #ccc solid;}
.l-page-on,.l-page a:hover{color:#fff;background-color:#FF6980;border:1px #FF6980 solid;}
.current{
    color:#fff;
    background-color:#FF6980;
    border:1px #FF6980 solid;
}
/***********footer**********/
/****鑴劑鑴熻寘鑴曢簱闄嗚劔****/
.l-links{width:100%;}
.l-links h3{width:1200px;margin:0 auto;height:30px;line-height:30px;font-size:16px;}
.l-links h3 span{float:left;padding:0 8px;border-top:1px #ff6980 solid;border-left:1px #eee solid;border-right:1px #eee solid;}
.l-links p{width:100%;border-top:1px #eee solid;height:46px;padding:20px 0;}
.l-links p span{display:block;width:1200px;margin:0 auto;}
.l-links p a{padding:0 5px;border-right:1px #ccc solid;font-size:12px;}
.l-links p a:last-of-type{border-right:none;}

/****纰岃劤铏忛┐****/
.l-footmes{width:100%;background-color:#effbfa;-moz-box-shadow:0 2px 5px rgba(0,0,0,.4); -webkit-box-shadow:0 2px 5px rgba(0,0,0,.4);box-shadow:0 2px 5px rgba(0,0,0,.4);z-index:99}
.l-footnav,.l-copyright{width:1200px;margin:0 auto;}
.l-footleft{border-right:1px #BABDBD solid;}
.l-footleft .l-foottit{height:60px;}
.l-footlink{width:206px; height:60px;}
.l-footlink a{margin:0 18px;}

.l-footmid{height:70px;line-height:70px;}

.l-copyright{
    width: 100%;
    background-color: #f5f5f5;
    z-index:0;
}
.l-copyright-auto{
    width: 1200px;
    margin: 0 auto;
    background-color: #f5f5f5;
}
.l-copyright address{line-height:30px;height:30px;text-align:center;color:#666;}
/***********footer end**********/

/*************************************楣块檱鎴劷鑴岃祩************************************/
.f-inner {
    position: fixed;
    right: 0;
    top: 0;
    width: 66px;
    height: 100%;
    z-index: 99999;
    border-right: 7px solid #7a6e6e;
    text-align: left;
}
.f-side{
    position:absolute;
    width:35px;
    right:-7px;
    top:50%;
    z-index:1000;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
}
.f-side span{
    text-align: center;
    display: inline-block;
    width: 35px;
    height: 35px;
    cursor: pointer;
}
.f-side ul li{
    width:35px;
    height:35px;
    line-height: 35px;
    float:left;
    position:relative;
    margin-bottom: 1px;
    background-color: #7a6e6e;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}
.f-side ul li .sidebox{
    position:absolute;
    width:35px;
    height:35px;
    top:0;
    right:0;
    transition:all 0.3s;
    color:#fff;
    overflow:hidden;
    z-index: 350;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}
.f-side-color{
    color:#fdc5c6 !important;
}
.f-side .sidebox a,.f-side .sidebox a:hover{
    color:#fff;
}
.f-weixin{
    position: absolute;
    left: -125px;
    top: 0;
}
.f-weixin-show{
    width:35px;
    height:35px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    cursor: pointer;
}
/************************************楣块檱鎴劷鑴岃祩 End******************************/


.f-feedback-bg{
    width:100%;
    height: 100%;
    background: rgba(0, 0, 0,0.5);
    position: fixed;
    left:0;
    top: 0;
    z-index: 10000;
}
.f-feedback{
    width: 60%;
    background-color: #fff;
    position: fixed;
    left: 20%;
    top: 15%;
    padding: 10px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
.f-feedback-L{
    width: 58%;
    height: 100%;
    background: url(http://www.meig.cc/templets/default/css/Public/images/img/f-bor.jpg) right center no-repeat;
    padding-right: 2%;
    padding-left: 2%;
}
.f-feedback-R{
    width: 38%;
    height: 100%;
    color: #333;
}
.f-over{
    position: absolute;
    right: 10px;
    top: 0;
    color: #333;
}
.f-feedback-bor{
    border-bottom: 2px solid #ff6980;
    width: 97%;
}
.f-feedback-form{
    height: 100%;
}
.f-feedback-textarea{
    margin-left: 15px;
    margin-top: 15px;
    width: 90%;
    height: 150px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    border: #ff6980 1px solid;
    padding: 10px;
    outline: none;
}
.f-feedback-sub{
    display: block;
    padding: 2% 15%;
    outline: none;
    background-color: #ff6980;
    color: #fff !important;
    border: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
    margin:15px auto 20px auto;
}
/************宸? End*****************/

.f-encounter-bor{
    width: 70%;
    border-top: #eee 1px solid;
    position: relative;
    margin: 62px auto 0 auto;
}
.f-encounter-span{
    display: block;
    width: 45%;
    background-color: #fff;
    text-align: center;
    line-height: 25px;
    position: absolute;
    left: 27.5%;
    top: -15px;
}
.f-encounter-p{
    width: 70%;
    margin: 20px auto 0 auto;
    text-align: center;
}
.f-encounter-p2{
    width: 70%;
    margin: 10px auto    0 auto;
    text-align: center;
}



/************鍙? End*****************/


/********涓汉涓績***************/
.f-user-dian{
    width: 5px;
    height: 5px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-color: #FF6980;
    display: inline-block;
    margin-bottom: 2px;
    margin-left: 5px;
    margin-right: -10px;
}
.f-my-order{
    width: 100%;
    position:absolute;
    left:-1px;
    top: 30px;
    z-index: 100;
    background-color: #fff;
    text-align: center;
    border: #eee 1px solid;
    border-top: none;
}
.f-my-login{
    float: left;
    width: 100%;
    border-left: #eee 1px solid;
    border-right: #eee 1px solid;
}
.f-my-login-add{
    width: 100%;
    background-color: #fff !important;
    border-left: #eee 1px solid;
    border-right: #eee 1px solid;
}
.f-my-order li a{
    line-height: 25px;
}
.f-top-bor{
    border-right: #eee 1px solid;
}
/********涓汉涓績 End***************/


.f-my-order-on{
    width: 100%;
    position:absolute;
    left:0;
    top: 40px;
    z-index: 1000;
    background-color: #fff;
    text-align: center;
    border: #eee 1px solid;
    border-top: none;
}
.f-my-login-on{
    float: left;
    width: 100%;
    height: 40px;
    min-width: 80px;
    text-align: center;
    border-left: #fff 1px solid;
    border-right: #fff 1px solid;
}
.f-my-login-addon{
    width: 100%;
    background-color: #fff !important;
    border-left: #eee 1px solid;
    border-right: #eee 1px solid;
}
.f-my-order-on li a{
    line-height: 25px;
}
.f-top-bor-on{
    border-right: #eee 1px solid;
}


/********涓汉涓績 End***************/
.f-my-order-ons{
    width: 100%;
    position:absolute;
    left:0;
    top: 40px;
    z-index: 1000;
    background-color: #fff;
    text-align: center;
    border: #eee 1px solid;
    border-top: none;
}
.f-my-login-ons{
    float: left;
    width: 100%;
    height: 40px;
    min-width: 80px;
    text-align: center;
    border-left: #fafafa 1px solid;
    border-right: #fafafa 1px solid;
}
.f-my-login-addons{
    width: 100%;
    background-color: #fff !important;
    border-left: #eee 1px solid;
    border-right: #eee 1px solid;
}
.f-my-order-ons li a{
    line-height: 25px;
}
.f-top-bor-ons{
    border-right: #eee 1px solid;
}





/***************鐧诲綍*******************/
.f-login-bg{
    width:100%;
    height: 100%;
    background: rgba(0, 0, 0,0.5);
    position: fixed;
    left:0;
    top: 0;
    z-index: 100000;
}
.l-log-center{
    min-width: 1200px;
    height: 520px;
    background: url("http://www.meig.cc/templets/default/images/img/l_login.jpg") no-repeat center;
    margin:0 auto;
}
.l-login{width:1200px;height:520px;margin:0 auto;}
.f-login-list{
    background-color:#EFF6FE;
    width:300px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    position: fixed;
    left:50%;
    top:50%;
    margin-left: -175px;
    margin-top: -215px;
} /*浼氬憳鐧诲綍*/

.l-log-name input,.l-log-pwd input{width:248px;height:40px;outline: none;}
.l-log-name i,.l-log-pwd i{height:40px;line-height:40px;width:40px;background-color:#ccc;font-size:26px; position:absolute;top:1px;left:1px;}

.l-log-but input,.l-no-id input{border:none;width:300px;height:42px;line-height:42px;border-radius:2px;-webkit-border-radius: 2px;  -moz-border-radius: 2px;
    outline: none;}
.l-log-but input{
    background-color:#FF6980;
    outline: none;}
.l-no-id input{background-color:#C4C7CB;
    outline: none;}

.l-log-else a{margin:0 5px;height:30px;line-height: 30px;}
.l-log-else a i{float:left}
.l-log-qq{font-size:28px}
.l-log-weixin{font-size:28px}
.l-log-weibo{font-size:30px;margin-top:0px;}

/*娣诲姞*/
input{outline:none;}
.l-login-add h3{width:150px;cursor:pointer}
.l-login-add h3:hover,.l-login-add .l-bor-red{border-bottom:2px #ff6980 solid}

.l-login-false{position:absolute;right:3px;top:0}

.l-phonecode input{width:157px;height:40px;line-height:40px;}
.l-phonecode a{width:120px;height:42px;line-height:42px;color:#fff;background-color:#FF9900;}
#but {
    background: #FF9900;
    color: #FFF;
    width: 120px;
    height: 42px;
    border: none;
}

/*蹇嵎寮瑰嚭妗?*/
.f-wxlogin-bg{
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0,0.5);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100000;
}
.f-wxlogin{
    width: auto;
    height: auto;
    background-color: #fff;
    position: fixed;
    left: 50%;
    top: 35%;
    margin-left: -150px;
    margin-top: -150px;
}
/***************鐧诲綍 End*******************/
.f-40px {
    font-size: 40px;
}
/*******/
.f-cont{
    width: 1200px;
    margin: 0 auto;
}
/*******鏁村舰椤圭洰*********/
.f-plastic{
    overflow: hidden;
    zoom: 1;
}
.f-plasticlist ul{
    float: left;
    width: 198px;
    height: 190px;
    text-align: center;
    border-right: #eee 1px solid;
    margin-top: 20px;
    padding-top: 10px;
    line-height: 30px;

}

.f-plasticlist ul.f-style38{
    border: none;
}

.f-plasticlist-bor-l{
    border-left: #eee 1px solid;
}
/*鏂扮増*/

.f-xianshi-bor{
    width: 250px;
    height: 60px;
    padding: 10px;
    position: absolute;
    left: 470px;
    top: -40px;
    background-color: #fff;
}
h5{
    text-align: center;
    color: #333;
}
.f-style20{
    clear: both;
    width: 1200px;
    border-top: #eee 1px solid;
}
.v0{
    vertical-align: 0;
}

.f-items-tab span{
    display: inline-block;
    font-size: 17px;
    line-height: 35px;
    height: 35px;
    padding: 0 10px;
    cursor: pointer;
}
.f-bor{
    display: inline-block;
    width: 1px;
    height: 20px;
    margin-bottom: -5px;
    border-right: #ff6980 1px solid;
}
.f-item-cur{
    border-bottom: #ff6980 2px solid;
}
/*******鏁村舰椤圭洰 End*********/

