﻿@charset "utf-8";

/* CSS Document */



body,h1,h2,h3,h4,h5,h6,hr,p,dl,dt,dd,ul,ol,li,pre,form,fieldset,legend,button,input,textarea,th,td,a,p,span{margin:0;padding:0;word-wrap:break-word;}

img{border:0; background:none;font:12px/1.5 arial,Verdana,tahoma,"宋体",sans-serif;}

img{font-size:0;}

body,button,input,select,textarea{font:12px/1.5 arial,Verdana,tahoma,"宋体",sans-serif;}

h1,h2,h3,h4.h5,h6,button,input,select,textarea{font-size:100%;font-weight:lighter;}

var,em{font-family:normal;font-family:"宋体"}

pre{font-family:"Courier New", Courier, monospace;}

hr{border:1px solid #dedede;}

dl{list-style-type:none;}

ul,ol{list-style:none;}

a{text-decoration:none;outline:none;}

a:hover{text-decoration:none;outline:none;}

em{font-style:normal;}

table{border-collapse: collapse; border-spacing: 0;} 



.clear{

    clear: both;

    font-size: 0px;

    height: 0px;

    line-height: 0px;

}

.padding_top_bottom_45{

    padding: 45px 0px;

}

.margin_bottom_20{

    margin-bottom: 20px;

}

.padding_bottom_20{

    padding-bottom: 20px;

}

.min_height{

    min-height: 1px;

}

.width_115{

    width: 115px;

    height: auto!important;

}

.width_235{

    width: 235px;

    height: auto!important;

}

.height_auto{

    height: auto!important;

    white-space:nowrap;

}

.height_80{

    height: 80px!important;

}

.white_space_normal{

    white-space: normal!important;

}

.top_255{

    top: 255px!important;

}



.web_body{

    /*background: url(../images/web_bg.jpg) repeat-y center center;*/

}

.web_main{

    width: 1236px;

    margin: 0 auto;

}

.login_box{

    float: right;

    margin-top: 15px;

}

.login_box li{

    float: left;

    margin-left: 15px;

}

.login_box li a{

    color: #9f9f9f;

}



.logo_layer{

    padding-top: 8px;

}

.logo_btn{

    display: block;

    width: 169px;

    margin: 0 auto;

}

.logo_btn img{

    display: block;

}



.nav_layer{

    margin-top: 33px;
	border:#F00 0px solid;

}

.nav_box{

    border-top: 1px solid #feebe7;

    border-bottom: 1px solid #feebe7;

    height: 40px;

    padding-left: 100px;

    position:relative;

}

.nav_box li{

    float: left;

    margin: 0px 28px;

}

.anormal{

    display: block;

    height: 40px;

    line-height: 40px;

    font-size: 14px;

    color: #000000;

    padding: 0px 12px;

    position:relative;

}



.anormal:hover{

	height: 37px;

    line-height: 40px;

    color: #f6bcb5;

    padding-bottom:10px;

    background: url(../images/a_bottom.png) no-repeat bottom center;

    z-index:13;

}

.nav_box li tr td a{

	display: block; 

    height: 40px;

    line-height: 46px;

    font-size: 12px;

    text-align:center;

    color: #f6bcb5;

    padding: 0px 12px;

    position:relative;

}

.nav_box li tr td img{

	margin-top:10px;

}

.nav_box li tr td a:hover{

    height: 40px;

    line-height: 46px;

    color: #585858;

    text-align:center;

}

.nav_box li tr td a:hover + .a_bottom{

    border-bottom:1px solid #585858;

}

.a_bottom{

	border-bottom:1px solid #ffe0dc;

	margin:0 auto;

	width:36px;

	height:1px;

}

.nav_box li .ahover{

	display: block;

    height: 40px;

    line-height: 40px;

    font-size: 14px;

    color: #000000;

    padding: 0px 12px;

    position:relative;

    padding-bottom:8px;

	background: url(../images/a_bottom.png) no-repeat bottom center;

	z-index:13;

}



.search_layer{

    height: 50px;

}

.min_nav{

    float: left;

    height: 50px;

    line-height: 50px;

    position:absolute;

    z-index:10;

}

.min_nav a, .min_nav span{

    color: #838383;

    margin: 0px 2px;

}

.min_nav a:hover{

    color: #967145;

}

.min_nav .min_nav_hover{

    color: #967145;

}



.search_box{

    float: right;

}

.store_search, .goods_search{

    float: left;

    position: relative;

    z-index: 2;

}

.store_search_btn{

    display: block;

    text-indent: -99999px;

    width: 18px;

    height: 50px;

    /*background: url(../images/ico.png) no-repeat 0px 14px;*/

    margin-right: 25px;

}

.goods_search_btn{

    display: block;

    text-indent: -99999px;

    width: 22px;

    height: 50px;

    background: url(../images/ico.png) no-repeat -50px 15px;

    margin-right: 10px;

}

.store_search_box{

    position: absolute;

    right: -32px;

    top: 48px;

    width: 610px;

    background-color: #fbf5e7;

    border: 1px solid #dfd0ba;

    border-radius: 3px;

    z-index: 2;

    

    -moz-box-shadow: -1px 3px 5px #969696;/*firefox*/  

    -webkit-box-shadow: -1px 3px 5px #969696;/*webkit*/  

    box-shadow: -1px 3px 5px #969696;/*opera或ie9*/ 

}

.goods_search_box{

    position: absolute;

    right: 0px;

    top: 48px;

    width: 470px;

    height: 90px;

    background-color: #fbf5e7;

    border: 1px solid #dfd0ba;

    border-radius: 3px;

    z-index: 2;

    

    -moz-box-shadow: -1px 3px 5px #969696;/*firefox*/  

    -webkit-box-shadow: -1px 3px 5px #969696;/*webkit*/  

    box-shadow: -1px 3px 5px #969696;/*opera或ie9*/

}

.min_angle{

    position: absolute;

    right: 56px;

    top: -10px;

    z-index: 3;

    display: block;

    text-indent: -99999px;

    width: 19px;

    height: 10px;

    background: url(../images/ico.png) no-repeat -100px 0px;

}

.goods_min_angle{

    right: 11px;

}

.store_search_conditions{

    border-bottom: 1px solid #ded3c6;

    padding: 20px 25px;

}

.store_search_conditions_title{

    height: 30px;

    line-height: 30px;

    color: #a27f55;

    font-size: 14px;

}

.store_search_conditions_table{

    width: 100%;

    color: #a27f55;

    font-size: 14px;

}

.select_provinces{

    border: 1px solid #c4b39d;

    width: 150px;

    padding: 5px 0;

}

.city_provinces{

    border: 1px solid #c4b39d;

    width: 170px;

    padding: 5px 0;

}

.store_search_form_btn{

    width: 100px;

    height: 33px;

    background-color: #f6bcb5;

    font-size: 14px;

    color: #ffffff;

    cursor: pointer;

    border: none;

    border-radius: 3px;

}



.store_search_list{

    padding: 25px 25px 0px;

}

.store_search_info{

    margin-bottom: 25px;

}

.store_search_info_left{

    float: left;

    width: 260px;

}

.store_search_info_right{

    float: right;

    width: 295px;

}

.store_search_info_table{

    width: 100%;

}

.store_search_info_table th, .store_search_info_table td{

    text-align: left;

    color: #575757;

    padding: 5px 0px;

}

.store_search_info_table a{

    font-size: 14px;

    color: #a27f55;

}

.store_search_info_right a img{

    display: block;

    width: 294px;

    height: 201px;

}



.goods_search_conditions{

    position: relative;

    margin: 29px 0px 0px 27px;

}

.goods_search_txt{

    position: absolute;

    top: 0px;

    left: 0px;

    border: 1px solid #c4b29c;

    height: 32px;

    line-height: 32px;

    width: 306px;

    text-indent: 15px;

}

.goods_search_form_btn{

    position: absolute;

    top: 0px;

    left: 306px;

    height: 34px;

    line-height: 34px;

    width: 107px;

    border: none;

    background-color: #f6bcb5;

    color: #ffffff;

    cursor: pointer;

}



.banner_layer{

    position: relative;

    height: 509px;

    background-color: #ffffff;

    z-index: 1;

}

.lower_left_corner{

    position: absolute;

    display: block;

    width: 200px;

    height: 15px;

    background: url(../images/ico.png) no-repeat -300px 0px;

    bottom: -15px;

    text-indent: -99999px;

}

.lower_right_corner{

    position: absolute;

    display: block;

    width: 200px;

    height: 15px;

    background: url(../images/ico.png) no-repeat right -50px;

    right: 0px;

    bottom: -15px;

    text-indent: -99999px;

}



.banner_txt{

    float: left;

    width: 428px;

    height: 509px;

    background: url('../images/banner_txt_bg.jpg') no-repeat left top;

}

.banner_img{

    float: right;

    width: 1237px;

    height: 509px;

    overflow: hidden;

    position: relative;

    background-color: #fcf6ec;

}

.banner_ul{

    width: 99999px;

    position:relative;

}

.banner_ul li{

    float: left;

    position:absolute;

}

.banner_ul li a{

    display: block;

}

.banner_ul li a img{

    display: block;

    width: 1237px;

    height: 509px;

}



.banner_txt_info{

    width: 250px;

    font-size: 14px;

    color: #626262;

    line-height: 30px;

    margin: 135px auto;

}

.banner_txt_info h3{

    font-size: 28px;

    color: #f6bcb5;

    line-height: 50px;

}



.banner_nav{

    position: absolute;

    bottom: 12px;

    left: 530px;

}

.banner_nav_point{

    display: block;

    float: left;

    margin-right: 20px;

    width: 10px;

    height: 10px;

    text-indent: -99999px;

    background: url('../images/ico.png') no-repeat -150px 0px;

}

.banner_nav_point_hover{

    background: url('../images/ico.png') no-repeat -200px 0px;

}



.seek_txt{

    margin-top: 25px;

}

.seek_txt h3{

    color: #f6bcb5;

    font-size: 24px;

    text-align: center;

    line-height: 40px;

}

.seek_txt p{

    color: #626262;

    font-size: 14px;

    text-align: center;

    line-height: 30px;

}



.seek_main{

    position: relative;

    margin-top: 20px;

    z-index: 1;

    min-height: 1px;

}



.seek_main_top_left{

    float: left;

    width: 600px;

}

.seek_main_top_right{

    float: right;

    width: 625px;

}

.seek_01{

    padding-top: 560px;

    height: 156px;

    background: url('../images/seek_01.jpg') no-repeat left top #ffffff;

}

.seek_01_txt{

    width: 465px;

    background: url('../images/ico.png') no-repeat -450px -76px;

    margin-left: 35px;

    padding-top:23px;

    padding-left:10px;

}

.seek_01_txt h3{

    font-size: 22px;

    color: #f6bcb5;

    text-align: center;

}

.seek_01_txt p{

    font-size: 14px;

    color: #626262;

    text-align: center;

    text-indent: 50px;

    line-height: 26px;

}

.read_more{

    text-align: center;

    margin-top: 30px;

}

.read_more_btn{

    font-size: 14px;

    color: #bebebe;

    text-decoration:underline;

    text-align: center;

}

.read_more_btn:hover{

    color: #f6bcb5;

}



.seek_02{

    margin-top: 14px;

    height: 455px;

    background: url('../images/seek_02.jpg') no-repeat left top;

}

.seek_02_txt{

    padding-top: 335px;

}

.seek_02_txt h3{

    font-size: 22px;

    color: #f6bcb5;

    text-indent: 240px;

}

.seek_02_read_more{

    text-align: left;

    text-indent: 240px;

    margin-top: 15px;

}



.seek_03{

    padding-top: 105px;

    height: 177px;

    background: url('../images/seek_03.jpg') no-repeat left top;

}

.seek_03_txt{

    height: 70px;

    background: url('../images/ico.png') no-repeat -450px -200px;

    margin-left: 30px;

}

.seek_03_txt h3{

    font-size: 22px;

    color: #f6bcb5;

    text-indent: 85px;

}

.seek_03_txt p{

    font-size: 14px;

    color: #626262;

    text-indent: 50px;

    line-height: 26px;

}

.seek_03_read_more{

    text-align: left;

    text-indent: 80px;

    margin-top: 5px;

}



.seek_04{

    padding-top: 100px;

    height: 410px;

    background: url('../images/seek_04.jpg') no-repeat left top;

    margin-top: 15px;

}

.seek_04_txt{

    height: 70px;

    background: url('../images/ico.png') no-repeat -435px -300px;

    margin-left: 30px;

}

.seek_04_txt h3{

    font-size: 22px;

    color: #f6bcb5;

    text-indent: 95px;

}

.seek_04_txt p{

    font-size: 14px;

    color: #626262;

    text-indent: 70px;

    line-height: 26px;

}

.seek_04_read_more{

    text-align: left;

    text-indent: 100px;

    margin-top: 5px;

}



.seek_05{

    padding-top: 240px;

    height: 122px;

    background: url('../images/seek_05.jpg') no-repeat left top;

    margin-top: 15px;

}

.seek_05_txt h3{

    font-size: 22px;

    color: #f6bcb5;

    text-indent: 28px;

}

.seek_05_txt p{

    font-size: 14px;

    color: #626262;

    text-indent: 28px;

    line-height: 26px;

}

.seek_05_read_more{

    text-align: left;

    text-indent: 28px;

    margin-top: 10px;

}



.seek_06{

    padding-top: 148px;

    height: 250px;

    background: url('../images/seek_06.jpg') no-repeat left top;

    margin-top: 12px;

}

.seek_06_txt h3{

    font-size: 22px;

    color: #f6bcb5;

    text-indent: 65px;

}

.seek_06_txt p{

    font-size: 14px;

    color: #626262;

    text-indent: 65px;

    line-height: 26px;

}

.seek_06_read_more{

    text-align: left;

    text-indent: 65px;

    margin-top: 10px;

}



.footer{

    margin-top: 27px;

    padding-bottom: 28px;

}

.footer_nav{

    border-top: 1px solid #feebe7;

    border-bottom: 1px solid #feebe7;

    padding-left: 78px;

    padding-bottom: 20px;

    min-height: 1px;

    position: relative;

}



.footer_nav_level_1{

}

.footer_nav_level_1 > li{

    float: left;

    margin: 0px 40px;

}

.footer_nav_level_1 > li > a{

    display: block;

    height: 30px;

    line-height: 30px;

    font-size: 14px;

    color: #000000;

}

.footer_nav_level_2{

    margin-top: 15px;

}

.footer_nav_level_2 > li > a{

    display: block;

    height: 30px;

    line-height: 30px;

    color: #bbb9b5;

}

.footer_nav_level_2 > li > a:hover{

    color: #f6bcb5;

}



.footer_nav_border{

    position: absolute;

    border-top: 1px solid #feebe7;

    font-size: 0;

    height: 0;

    left: 0;

    line-height: 0;

    top: 30px;

    width: 100%;

    text-indent: -99999px;

}



.contact_nav{

    width: 223px;

    margin: 0 auto;

    margin-top: 15px;

}

.contact_nav_btn{

    display: block;

    float: left;

    width: 37px;

    height: 37px;

    text-indent: -99999px;

    background: url('../images/ico.png') no-repeat 0px -50px;

}

.contact_nav_phone_btn{

    background-position: -50px -50px;

    margin-left: 56px;

}

.contact_nav_weixin_btn{

    background-position: -100px -50px;

    margin-left: 56px;

}



.contact_nav_weibo_btn:hover{

    background-position: 0px -100px;

}

.contact_nav_phone_btn:hover{

    background-position: -50px -100px;

}

.contact_nav_weixin_btn:hover{

    background-position: -100px -100px;

}



.copyright{

    margin-top: 23px;

    color: #747474;

    text-align: center;

}



.classify_layer{

    float: left;

    width: 270px;

}

.content_layer{

    float: right;

    width: 900px;

}



.classify_box{

    margin-bottom: 30px;

}

.classify_title{

    height: 36px;

    line-height: 36px;

    font-size: 16px;

    color: #f6bcb5;

    border-bottom: 1px solid #f6bcb5;

    text-indent: 8px;

}

.classify_nav{

    padding-top: 10px;

}

.classify_nav li{

    margin: 4px 0px;

}

.classify_nav li a{

    display: block;

    height: 40px;

    line-height: 40px;

    color: #4d4d4d;

    text-indent: 5px;

}

.classify_nav li a:hover{

    color: #f6bcb5;

}

.classify_nav li .ahover{

    color: #f6bcb5;

}



.classify_info{

    width: 233px;

    margin: 18px 0px;

}

.classify_info_img_btn{

    display: block;

    margin: 0px 5px 13px;

}

.classify_info_img_btn img{

    display: block;

    width: 228px;

    height: 116px;

}

.classify_info_img{

    display: block;

}



.classify_info_title{

    display: block;

    padding-left: 5px;

}

.classify_info_title a{

    color: #787878;

    font-size: 12px;

    line-height: 24px;

}



.content_banner_layer{

    width: 100%;

    height: 450px;

    overflow: hidden;

    position: relative;

    z-index: 1;

}

.content_banner_img{

    width: 999999px;

    height: 424px;

}

.content_banner_img li{

    float: left;

}

.content_banner_img li a{

    display: block;

}

.content_banner_img li a img{

    display: block;

    width: 900px;

    height: 424px;

}



.content_banner_txt{

    position: absolute;

    bottom: 26px;

    width: 100%;

    height: 71px;

    overflow: hidden;

    background: url('../images/bg.png') repeat-x 0px 0px;

}

.content_banner_txt li{

    

}

.content_banner_txt li h3 a{

    display: block;

    height: 36px;

    line-height: 36px;

    font-size: 20px;

    color: #ffffff;

    text-indent: 25px;

}

.content_banner_txt li p{

    color: #bfbebe;

    height: 26px;

    line-height: 26px;

    overflow: hidden;

    text-indent: 25px;

}



.content_banner_nav, .star_series_small_banner_nav, .contact_us_banner_nav{

    text-align: center;

    height: 26px;

    line-height: 26px;

}

.content_banner_nav_btn, .star_series_small_banner_nav_btn, .contact_us_banner_nav_btn{

    font-size: 0px;

    height: 0px;

    line-height: 0px;

    padding: 8px;

    background: url('../images/ico.png') no-repeat -150px -50px;

}

.content_banner_nav_hover, .star_series_small_banner_nav_btn_hover, .contact_us_banner_nav_btn_hover{

    background-position: -200px -50px;

}

.contact_us_banner_nav{

    width: 100%;

    position: absolute;

    bottom: 0;

}



.content_list{

    padding-top: 10px;

}

.content_list_info{

    width: 440px;

    height: 370px;

    background-color: #ffffff;

    margin-bottom: 26px;

    *margin-bottom: 14px;

    position: relative;

}

.content_list_info_left{

    float: left;

}

.content_list_info_right{

    float: right;

}

.content_list_info_lower_left_corner{

    position: absolute;

    display: block;

    width: 250px;

    height: 15px;

    background: url(../images/ico.png) no-repeat -250px -400px;

    bottom: -15px;

    text-indent: -99999px;

}

.content_list_info_lower_right_corner{

    position: absolute;

    display: block;

    width: 250px;

    height: 15px;

    background: url(../images/ico.png) no-repeat right -450px;

    right: 0px;

    bottom: -15px;

    text-indent: -99999px;

}



.content_list_info_img{

    display: block;

    height: 225px;

}

.content_list_info_img img{

    display: block;

    width: 440px;

    height: 225px;

}

.content_list_info_txt{

    height: 145px;

    padding: 0px 15px;

    margin-top: 14px;

}



.content_list_info_txt h4 a{

    display: block;

    height: 42px;

    line-height: 42px;

    font-size: 16px;

    color: #f6bcb5;

    overflow: hidden;

}

.content_list_info_txt p{

    color: #787878;

    line-height: 24px;

}



.content_list_page{

    margin-top: 30px;

    text-align: center;

}

.content_list_page a, .content_list_page span{

    display: inline-block;

    padding: 0px 10px;

    font-size: 14px;

    color: #b5b5b5;

}

.content_list_page a:hover{

    color: #f6bcb5;

}

.content_list_page .page_prev{

    color: #cccccc;

}

.content_list_page .page_cur{

    color: #f6bcb5;

}



.news_detailed{

    position: relative;

    background-color: #ffffff;

    margin-bottom: 55px;

}

.news_detailed_info{

    width: 814px;

    margin: 0 auto;

    padding-top: 28px;

}

.news_detailed_info_title{

    height: 58px;

    line-height: 58px;

    background: url(../images/news_info_bg.png) no-repeat 0px bottom;

}

.news_detailed_info_title h3{

    font-size: 16px;

    color: #3f3f3f;

    text-align: center;

}

.news_detailed_info_content{

    padding: 40px 20px;

    background: url(../images/news_info_bg.png) no-repeat 0px bottom;

}



.news_detailed_info_nav{

    width: 125px;

    margin: 0 auto;

    padding: 30px 0px;

}

.news_detailed_info_nav_prev, .news_detailed_info_nav_next{

    display: block;

    float: left;

    color: #3f3f3f;

    width: 40px;

    text-align: center;

    margin: 0px 4px;

}

.news_detailed_info_nav_prev:hover, .news_detailed_info_nav_next:hover{

    color: #f6bcb5;

}

.icon{

    display: block;

    width: 19px;

    height: 19px;

    float: left;

    text-indent: -99999px;

    background: url(../images/ico.png) no-repeat -250px 0px;

    margin: 0px 4px;

}



.shine_banner_layer{

    width: 100%;

    margin-top: 5px;

    position: relative;

}

.bottom_div{

    position: relative;

}

.bottom_div a{

    position: absolute;bottom:30px;right:50px;color:#555

}

.bottom_div a .out_div{

    border:1px solid #000;font-size:14px;padding:2px 10px;

}

.bottom_div a .out_div .triangle{

    width: 0;

    display: inline-block;

    height: 0;

    border-top: 4px solid transparent;

    border-left: 8px solid black;

    border-bottom: 4px solid transparent;

}

.shine_banner_layer a{

    display: block;

}

.shine_banner_layer a img{

    display: block;

    width: 100%;

}

.small_shine_banner_layer{

    width: 100%;

    position: relative;

    border-bottom: 1px solid #f6bcb5;

}

.small_shine_banner_layer a img{

    display: block;

    width: 100%;

}



.viwepager_layer{

    margin-top: 50px;

    padding-bottom: 75px;

}

.viwepager_txt{

    border-bottom: 1px solid #f6bcb5;

    padding: 20px 0px;

    position: relative;

}

.ico_mask{

    position: absolute;

    left: 50%;

    margin-left: -18px;

    bottom: -12px;

    display: block;

    width: 37px;

    height: 24px;

    text-indent: -99999px;

    background: url(../images/ico.png) no-repeat -250px -50px;

}

.viwepager_txt h3{

    font-size: 16px;

    color: #f6bcb5;

    line-height: 26px;

    text-align: center;

}



.viwepager_content{

    width: 898px;

    margin: 0 auto;

    padding-top: 70px;

}



.viwepager_img_box{

    width: 898px;

    height: 541px;

    position: relative;

}

.viwepager_img_box a{

    display: block;

}

.viwepager_img_box a img{

    display: block;

    width: 898px;

    height: 541px;

}



.viwepager_title{

    height: 95px;

    line-height: 95px;

    text-align: center;

}

.viwepager_title h3 a{

    color: #585858;

}



.viwepager_list{

    width: 895px;

    margin: 0 auto;

    position: relative;

}

.viwepager_list_box{

    width: 895px;

    overflow: hidden;

    position: relative;

}

.viwepager_list_ul{

    padding-left: 2px;

    width: 99999px;

}

.viwepager_list_ul li{

    float: left;

    width: 178px;

}

.viwepager_list_ul li a{

    display: block;

    margin: 0 auto;

    width: 140px;

    height: 83px;

    position: relative;

}

.mask_img{

    width: 140px;

    height: 83px;

    background: url(../images/ico.png) no-repeat -150px -100px;

    position: absolute;

    left: 0px;

    top: 0px;

    text-indent: -99999px;

    display: none;

}

.viwepager_list_ul li a:hover .mask_img{

    display: block;

}

.viwepager_list_ul li .ahover .mask_img{

    display: block;

}

.viwepager_list_ul li a img{

    display: block;

    width: 140px;

    height: 83px;

}

.viwepager_left_btn{

    position: absolute;

    top: 25px;

    left: -30px;

    display: block;

    width: 15px;

    height: 36px;

    text-indent: -99999px;

    background: url(../images/ico.png) no-repeat -300px -100px;

}

.viwepager_right_btn{

    position: absolute;

    top: 25px;

    right: -30px;

    display: block;

    width: 15px;

    height: 36px;

    text-indent: -99999px;

    background: url(../images/ico.png) no-repeat -350px -100px;

}



.products_detail_layer{

    

}

.products_detail_left{

    float: left;

    width: 670px;

}

.products_detail_right{

    float: right;

    width: 480px;

    padding-top: 35px;

    position: relative;

}

.picture_show{

}

.picture_big_img{

    float: left;

    position: relative;

    width: 470px;

    height: 621px;

}

.picture_big_shadow{

    display: block;

    width: 461px;

    height: 350px;

    background: url('../images/product_big_angle_shadow.png') no-repeat 0px 0px;

    text-indent: -99999px;

    position: absolute;

    bottom: -30px;

    right: -28px;

}

.picture_big_img img{

    display: block;

    width: 470px;

    height: 621px;

}

.picture_list_img{

    width: 148px;

    float: right;

}

.picture_list_img li{

    margin-bottom: 33px;

}

.picture_list_img li a{

    display: block;

    width: 148px;

    height: 186px;

    position: relative;

    cursor: pointer;

}

.picture_list_shadow{

    display: block;

    width: 170px;

    height: 166px;

    background: url('../images/product_smal_angle_shadow.png') no-repeat 0px 0px;

    text-indent: -99999px;

    position: absolute;

    bottom: -22px;

    right: -22px;

}

.picture_list_img li a img{

    display: block;

    width: 148px;

    height: 186px;

}



.products_share{

}

.products_share a{

    display: block;

    width: 60px;

    height: 20px;

    line-height: 20px;

    color: #838383;

    background: url('../images/ico.png') no-repeat 43px -149px;

}

.products_share a:hover{

    color: #9b7f66;

}



.products_detail_parameter{

    width: 100%;

}

.products_detail_title{

    display: block;

    height: 45px;

    line-height: 45px;

    font-size: 22px;

    color: #000000;

}

.products_detail_txt{

    display: block;

    height: 30px;

    line-height: 30px;

    font-size: 14px;

    color: #000000;

}

.products_detail_txt2{

    display: block;

    line-height: 30px;

    font-size: 14px;

    color: #000000;

}

.products_detail_price{

    display: block;

    height: 60px;

    line-height: 60px;

    font-size: 30px;

    color: #000000;

    font-style: italic;

    letter-spacing: 3px;

}

.products_detail_size_select{

    width: 200px;

    padding: 8px;

    border: 1px solid #bfad97;

}

.products_detail_size_guide{

    margin-left: 10px;

    color: #805e37;

}

.products_detail_size_guide:hover{

    color: #bfad97;

}

.products_detail_add_btn{

    display: block;

    width: 178px;

    height: 42px;

    line-height: 42px;

    text-align: center;

    color: #ffffff;

    background-color: #f6bcb5;

}

.products_detail_order{

    color: #000000;

}

.products_detail_phone{

    font-size: 24px;

    font-style: italic;

    color: #845e34;

    margin-left: 10px;

}

.products_detail_query_btn{

    display: block;

    width: 178px;

    height: 42px;

    line-height: 42px;

    text-align: center;

    color: #ffffff;

    background-color: #d2ab66;

}

.products_detail_a_btn{

    display: block;

    height: 24px;

    line-height: 24px;

    color: #f6bcb5;

    margin-bottom: 5px;

    text-indent: 15px;

}

.products_detail_a_btn:hover{

    color: #f6bcb5;

}



.similar_products{

    margin-top: 10px;

    padding-top: 60px;

    

}

.similar_products_title{

    width: 388px;

    height: 32px;

    line-height: 32px;

    text-align: center;

    font-size: 16px;

    color: #3b3b3b;

    margin: 0 auto;

    border-bottom: 1px solid #eadac8;

}



.similar_products_list{

    /*padding-top: 30px;

    padding-bottom: 30px;

    */

    padding-top: 10px;

}

.similar_products_info{

    float: left;

    width: 385px;

    height: 510px;

    margin: 20px 0px;

    position: relative;

}

.similar_products_info_margin_left{

    margin-left: 40px;

}

.similar_products_info_shadow{

    position: absolute;

    bottom: -33px;

    right: -23px;

    display: block;

    width: 410px;

    height: 543px;

    text-indent: -99999px;

    background: url('../images/similar_products_list_angle_shadow.png') no-repeat 0px 0px;

}

.similar_products_info a{

    display: block;

    width: 385px;

    height: 510px;

    position: relative;

    cursor: pointer;

}

.similar_products_hidden_instructions{

    position: absolute;

    top: 0px;

    left: 0px;

    width: 385px;

    height: 510px;

    background: url('../images/similar_bg.png') repeat 0px 0px;

    display: none;

}

.similar_products_hidden_instructions h3{

    font-size: 18px;

     color: #2c2c2c;

    text-align: center;

    line-height: 50px;

    margin-top: 130px;

    margin-bottom: 20px;

}

.similar_products_hidden_instructions p{

     color: #2c2c2c;

    text-align: center;

    padding-left:15px;

    padding-right:15px;

    line-height:28px;

}

.similar_products_hidden_instructions .jiahao{

	width:36px;

	height:36px;

	margin:0 auto;

	margin-top:30px;

	background: url('../images/jiahao.png') repeat 0px 0px;

}

.similar_products_info a:hover .similar_products_hidden_instructions{

    display: block;

}

.similar_products_info a img{

    display: block;

    width: 385px;

    height: 510px;

}



.series_banner_layer{

    padding: 70px 0px 30px;

}

.series_banner_layer a{

    display: block;

    width: 1147px;

    height: 413px;

    margin: 0 auto;

}

.series_banner_layer a img{

    display: block;

    width: 1147px;

    

}



.popup_layer{

    width: 350px;

    padding: 20px 50px;

    border: 1px solid #e9dccc;

    background-color: #fffdf9;

    position: absolute;

    right: 110px;

    top: 15px;

}

.popup_title{

    height: 48px;

    line-height: 48px;

    position: relative;

}

.popup_title h3{

    height: 48px;

    line-height: 48px;

    text-align: center;

    font-size: 16px;

    color: #f6bcb5;

}

.popup_shut_btn{

    display: block;

    text-indent: -99999px;

    width: 16px;

    height: 16px;

    background: url('../images/ico.png') no-repeat 0px -200px;

    position: absolute;

    right: -35px;

    top: -5px;

}



.form_data, .form_data dd{

    width: 100%;

}

.form_label_left{

    float: left;

    height: 30px;

    line-height: 30px;

    color: #f6bcb5;

}

.form_label_right{

    float: left;

    height: 30px;

    line-height: 30px;

    position: relative;

}

.check_btn{

    display: block;

    float: left;

    height: 30px;

    line-height: 30px;

    padding-left: 15px;

    color: #585858;

    background: url('../images/ico.png') no-repeat -450px -490px;

    margin-left: 10px;

    white-space:nowrap;

}

.check_btn_hover{

    background: url('../images/ico.png') no-repeat -450px -540px;

}

.form_label_txt{

    width: 348px;

    height: 28px;

    line-height: 28px;

    border: 1px solid #ddc2a4;

    text-indent: 10px;

    position: absolute;

    top: 0px;

    left: 0px;

}

.form_label_textarea{

    width: 348px;

    height: 78px;

    border: 1px solid #ddc2a4;

    resize: none;

}

.statement_btn{

    white-space: normal;

    height: auto;

    color: #f6bcb5;

}

.form_label_submit{

    border: none;

    height: 32px;

    line-height: 32px;

    width: 100px;

    text-align: center;

    font-size: 14px;

    color: #ffffff;

    margin: 15px 125px;

    background-color: #f6bcb5;

    cursor: pointer;

}



.star_series_typography{

    padding: 15px 0px;

    min-height: 1px;

}

.star_series_typography_left{

    width: 712px;

    float: left;

    position: relative;

}

.star_series_typography_left_img{

    display: block;

}

.star_series_typography_left_img img{

    display: block;

    width: 712px;

}

.star_series_typography_left_txt_layer{

    height: 228px;

    min-height: 1px;

}

.star_series_typography_left_txt{

    padding: 20px 230px 0px;

}

.star_series_typography_left_txt h3{

    height: 32px;

    line-height: 32px;

    font-size: 16px;

    color: #f6bcb5;

}

.star_series_typography_left_txt p{

    height: 28px;

    line-height: 28px;

    color: #000000;

}





.star_series_typography_right{

    width: 504px;

    float: right;

}

.star_series_typography_right_top{

    height: 381px;

}

.star_series_typography_right_top_txt{

    width: 400px;

    height: 115px;

}

.star_series_typography_right_top_txt h3{

    height: 34px;

    line-height: 34px;

    font-size: 16px;

    color: #f6bcb5;

}

.star_series_typography_right_top_txt p{

    height: 30px;

    line-height: 30px;

    color: #000000;

}

.star_series_typography_right_top_img{

    display: block;

}

.star_series_typography_right_top_img img{

    display: block;

    width: 504px;

}



.star_series_small_banner{

    margin-top: 31px;

}



.star_series_small_banner_txt{

    height: 94px;

    overflow: hidden;

}

.star_series_small_banner_txt li h3{

    height: 42px;

    line-height: 42px;

    font-size: 16px;

    color: #f6bcb5;

}

.star_series_small_banner_txt_p{

    color: #312f2d;

    line-height: 26px;

}



.star_series_small_banner_list{

    position: relative;

    margin-top: 11px;

    height: 305px;

}

.star_series_small_banner_img li a{

    display: block;

    width: 504px;

    height: 305px;

    position:absolute;

}

.star_series_small_banner_img li a img{

    display: block;

    width: 504px;

    height: 305px;

}

.star_series_small_banner_nav{

    position: absolute;

    width: 100%;

    bottom: 0px;

}



.star_series_product_layer{

    margin-top: 55px;

    padding-bottom: 20px;

}



.art_goods_layer{

    padding-top: 50px;

}

.art_goods_viwepager_list{

    margin: 0 auto;

    position: relative;

    width: 1160px;

    padding: 90px 0px 70px;

    

}

.art_goods_viwepager_box{

    overflow: hidden;

    width: 1160px;

}

.art_goods_viwepager_ul{

    width: 99999px;

    height:330px;

}

.art_goods_viwepager_ul li{

    width: 580px;

    float: left;

}

.art_goods_viwepager_ul li a, .art_goods_viwepager_ul li a img{

    display: block;

    width: 560px;

    height: 330px;

    margin: 0 auto;

}

.art_goods_txt{

    margin-top: 30px;

}

.art_goods_txt h3{

    height: 26px;

    line-height: 26px;

    font-size: 14px;

    color: #f6bcb5;

    text-align: center;

}

.art_goods_txt_p{

    line-height: 28px;

    color: #808080;

    text-align: center;

    padding-left:15px;

    padding-right:15px;

}



.light_shadow_layer{

    padding-top: 40px;

}

.light_shadow_box{

    padding: 65px 0px 50px;

    border-bottom: 1px solid #f6bcb5;

}



.light_shadow_info_txt{

    margin-top: 40px;

}

.light_shadow_info_txt h3{

    text-align: center;

}

.light_shadow_info_txt h3 a{

    line-height: 56px;

    font-size: 24px;

    color: #f6bcb5;

}

.light_shadow_info_p{

    color: #f6bcb5;

    line-height: 28px;

    text-align: center;

}



.light_shadow_info_img{

    width: 1206px;

    border: 1px solid #f6bcb5;

    margin: 0 auto;

    padding: 7px;

    position: relative;

}

.light_shadow_info_img_01_left{

    float: left;

    width: 365px;

    height: 528px;

}

.light_shadow_info_img_01_left a, .light_shadow_info_img_01_left a img{

    display: block;

    width: 365px;

    height: 528px;

}



.light_shadow_info_img_01_middle{

    float: left;

    width: 490px;

    height: 528px;

    margin-left: 5px;

}

.light_shadow_info_img_01_middle_top a, .light_shadow_info_img_01_middle_top a img, .light_shadow_info_img_01_middle_bottom a, .light_shadow_info_img_01_middle_bottom a img{

    display: block;

    width: 490px;

    height: 262px;

}

.light_shadow_info_img_01_middle_bottom{

    margin-top: 4px;

    position: relative;

}

.video_mask_btn_01{

    display: block;

    width: 490px;

    height: 262px;

    background: url('../images/video_mask.png') no-repeat 0px 0px;

    position: absolute;

    top: 0px;

    left: 0px;

    text-indent: -99999px;

}



.light_shadow_info_img_01_right{

    float: right;

    width: 341px;

    height: 528px;

}

.light_shadow_info_img_01_right a, .light_shadow_info_img_01_right a img{

    display: block;

    width: 341px;

    height: 528px;

}



.light_shadow_info_img_02_top{

    

}

.light_shadow_info_img_02_top a, .light_shadow_info_img_02_top a img{

    display: block;

    width: 1206px;

    height: 405px;

}

.light_shadow_info_img_02_bottom{

    margin-top: 7px;

    min-height: 1px;

}

.light_shadow_info_img_02_bottom_ul{

    

}

.light_shadow_info_img_02_bottom_ul li{

    float: left;

    position: relative;

    width: 234px;

    height: 291px;

    margin-left: 9px;

}

.light_shadow_info_img_02_bottom_ul .light_shadow_info_img_02_bottom_ul_first{

    margin-left: 0px;

}

.light_shadow_info_img_02_bottom_ul .light_shadow_info_img_02_bottom_ul_last{

    float: right;

    margin-left: 0px;

}

.light_shadow_info_img_02_bottom_ul li a, .light_shadow_info_img_02_bottom_ul li a img{

    display: block;

    width: 234px;

    height: 291px;

}



.video_mask_btn_02{

    display: block;

    width: 234px;

    height: 291px;

    background: url('../images/video_mask_2.png') no-repeat 0px 0px;

    position: absolute;

    top: 0px;

    left: 0px;

    text-indent: -99999px;

}



.light_shadow_info_img_03_left{

    float: left;

    width: 785px;

    height: 525px;

}

.light_shadow_info_img_03_left a, .light_shadow_info_img_03_left a img{

    display: block;

    width: 785px;

    height: 525px;

}

.light_shadow_info_img_03_right{

    float: right;

    width: 417px;

    height: 525px;

}



.light_shadow_info_img_03_right_top_left{

    float: left;

    display: block;

    width: 185px;

    height: 277px;

}

.light_shadow_info_img_03_right_top_left img{

    display: block;

    width: 185px;

    height: 277px;

}

.light_shadow_info_img_03_right_top_right{

    float: right;

    display: block;

    width: 227px;

    height: 277px;

}

.light_shadow_info_img_03_right_top_right img{

    display: block;

    width: 227px;

    height: 277px;

}



.light_shadow_info_img_03_right_bottom{

    margin-top: 3px;

}

.light_shadow_info_img_03_right_bottom_left{

    float: left;

    display: block;

    width: 165px;

    height: 245px;

}

.light_shadow_info_img_03_right_bottom_left img{

    display: block;

    width: 165px;

    height: 245px;

}

.light_shadow_info_img_03_right_bottom_right{

    float: right;

    display: block;

    width: 247px;

    height: 245px;

}

.light_shadow_info_img_03_right_bottom_right img{

    display: block;

    width: 247px;

    height: 245px;

}



.understand_more_layer{

    width: 150px;

    margin: 0 auto;

    padding: 70px 0px 30px;

}

.understand_more_layer a{

    display: block;

    text-align: center;

    font-size: 18px;

    font-style: italic;

    color: #f6bcb5;

    line-height: 36px;

}

.understand_more_layer .understand_more_btn{

    width: 126px;

    height: 126px;

    text-indent: -99999px;

    background: url('../images/ico.png') no-repeat 0px -250px;

    margin: 0 auto;

    margin-bottom: 25px;

}



.custom_layer{

    padding-bottom: 50px;

}

.custom_info{

    margin-top: 50px;

}

.custom_info_title{

    width: 550px;

    margin: 0 auto;

    border-bottom: 1px solid #f6bcb5;

    padding: 15px 0px;

}

.custom_info_title h3{

    line-height: 28px;

    font-size: 16px;

    color: #f6bcb5;

    text-align: center;

}

.custom_info_title p{

    line-height: 28px;

    font-size: 16px;

    color: #f6bcb5;

    text-align: center;

}



.custom_info_img{

    width: 950px;

    margin: 40px auto 30px;

}

.custom_info_img_01_left{

    float: left;

    width: 299px;

    height: 299px;

    position: relative;

}

.custom_info_img_01_left a, .custom_info_img_01_left a img{

    display: block;

    width: 299px;

    height: 299px;

}

.custom_info_img_01_right{

    float: right;

    width: 299px;

    height: 299px;

    position: relative;

}

.custom_info_img_01_right a, .custom_info_img_01_right a img{

    display: block;

    width: 299px;

    height: 299px;

}

.custom_info_img_01_middle{

    float: left;

    width: 299px;

    height: 299px;

    position: relative;

    margin-left: 27px;

}

.custom_info_img_01_middle a, .custom_info_img_01_middle a img{

    display: block;

    width: 299px;

    height: 299px;

}

.custom_info_img_angle{

    display: block;

    width: 50px;

    height: 52px;

    text-indent: -99999px;

    background: url('../images/ico.png') no-repeat -150px -200px;

    position: absolute;

    top: 0px;

    left: 0px;

}



.custom_info_img_02{

    position: relative;

}

.custom_info_img_02_left{

    display: block;

    float: left;

    width: 450px;

    height: 300px;

}

.custom_info_img_02_left img{

    display: block;

    width: 450px;

    height: 300px;

}

.custom_info_img_02_right{

    display: block;

    float: right;

    width: 470px;

    height: 300px;

}

.custom_info_img_02_right img{

    display: block;

    width: 470px;

    height: 300px;

}



.custom_info_img_03{

    width: 994px;

}

.custom_info_img_03_left{

    float: left;

    width: 464px;

    height: 300px;

    position: relative;

}

.custom_info_img_03_left a, .custom_info_img_03_left a img{

    display: block;

    width: 464px;

    height: 300px;

}

.custom_info_img_03_right{

    float: right;

    width: 261px;

    height: 300px;

    position: relative;

}

.custom_info_img_03_right a, .custom_info_img_03_right a img{

    display: block;

    width: 261px;

    height: 300px;

}



.custom_info_img_03_middle{

    float: left;

    width: 229px;

    margin-left: 21px;

}

.custom_info_img_03_middle_top{

    position: relative;

}

.custom_info_img_03_middle_top a, .custom_info_img_03_middle_top a img{

    display: block;

    width: 229px;

    height: 166px;

}

.custom_info_img_angle_02{

    width: 30px;

    height: 30px;

    background-position: -150px -221px;

}

.custom_info_img_03_middle_bottom{

    position: relative;

    margin-top: 21px;

}

.custom_info_img_03_middle_bottom a, .custom_info_img_03_middle_bottom a img{

    display: block;

    width: 229px;

    height: 113px;

}



.custom_info_txt{

    

}

.custom_info_txt h3{

    line-height: 46px;

    font-size: 18px;

    color: #f6bcb5;

    text-align: center;

}

.custom_info_txt_p{

    line-height: 30px;

    color: #585858;

    text-align: center;

}



.process_layer{

    padding-bottom: 50px;

}

.process_txt{

    margin-top: 35px;

}

.process_txt h3{

    font-size: 16px;

    color: #f6bcb5;

    line-height: 26px;

    text-align: center;

}



.process_list{

    width: 1160px;

    margin: 0 auto;

    position: relative;

    margin-top: 40px;

}

.process_list_ul{

    

}

.process_list_ul li{

    width: 250px;

    float: left;

}

.process_list_ul li h3{

	padding-top:10px;

    font-size: 14px;

    color: #585858;

    text-align: center;

}

.process_list_txt{

    color: #7b7b7b;

    line-height: 26px;

    text-align: center;

    margin-top: 20px;

}

.process_list_li_forth{

	margin-left: 50px;

}

.process_list_li_third{

	margin-left: 52px;

}

.process_list_li_second{

    margin-left: 55px;

}

.process_list_li_first_ico, .process_list_li_second_ico, .process_list_li_third_ico,.process_list_li_forth_ico{

    display: block;

    width: 111px;

    height: 150px;

    margin: 0 auto;

    text-indent: -99999px;

    background: url('../images/ico.png') no-repeat 0px -500px;

}

.process_list_li_second_ico{

    background-position: -150px -500px;

}

.process_list_li_third_ico{

    background-position: -300px -500px;

}

.process_list_li_forth_ico{

	background-position: 0px -650px;

}

.process_list_border_left{

    border-top: 1px solid #f6bcb5;

    font-size: 0px;

    height: 0px;

    line-height: 0px;

    width: 150px;

    position: absolute;

    top: 54px;

    left: 202px;

}

.process_list_border_middle{

	border-top: 1px solid #f6bcb5;

    font-size: 0px;

    height: 0px;

    line-height: 0px;

    width: 150px;

    position: absolute;

    top: 54px;

    left: 505px;

}

.process_list_border_right{

    border-top: 1px solid #f6bcb5;

    font-size: 0px;

    height: 0px;

    line-height: 0px;

    width: 150px;

    position: absolute;

    top: 54px;

    right: 205px;

}



.advantages_layer{

    width: 1134px;

    margin: 0 auto;

    padding-top: 70px;

}

.advantages_info{

    float: left;

    width: 320px;

    height: 465px;

    border: 1px solid #f6bcb5;

    border-top: none;

    margin: 0px 28px 50px;

}

.advantages_info_last{

    border-top: 1px solid #f6bcb5;

}

.advantages_info_tag{

    width: 162px;

    height: 40px;

    line-height: 40px;

    text-align: center;

    font-size: 26px;

    font-style: italic;

    color: #f6bcb5;

    margin: -20px auto 0px;

    position: relative;

}

.advantages_info_tag_left{

    width: 80px;

    font-size: 0px;

    height: 0px;

    line-height: 0px;

    border-top: 1px solid #f6bcb5;

    position: absolute;

    top: 20px;

    left: -80px;

}

.advantages_info_tag_right{

    width: 80px;

    font-size: 0px;

    height: 0px;

    line-height: 0px;

    border-top: 1px solid #f6bcb5;

    position: absolute;

    top: 20px;

    right: -80px;

}





.advantages_info_txt{

    height: 148px;

}

.advantages_info_txt_last{

    margin-top: 60px;

}

.advantages_info_txt h3{

    font-size: 18px;

    color: #f6bcb5;

    line-height: 100px;

    text-align: center;

}

.advantages_info_txt_p{

    line-height: 24px;

    color: #585858;

    text-align: center;

}

.advantages_info_img{

    margin: 50px auto 20px;

}

.advantages_info_img_last{

    margin-top: 10px;

}

.advantages_info_img img{

    display: block;

    width: 267px;

    height: 215px;

    margin: 0 auto;

}

.advantages_info_txt_last h3{

    font-size: 14px;

    color: #0b0b0b;

    text-align: center;

    line-height: 50px;

}

.advantages_info_txt_last span{

    display: block;

    font-size: 24px;

    color: #9b7143;

    text-align: center;

    font-style: italic;

}

.advantages_info_txt_last p{

    line-height: 24px;

    color: #585858;

    text-align: center;

}



.custom_banner_layer{

    width: 780px;

    height: 305px;

    margin: 0 auto;

    margin-top: 30px;

    position: relative;

}

.custom_banner_box{

    width: 780px;

    height: 305px;

    overflow: hidden;

}

.custom_banner_list{

    width: 99999px;

}

.custom_banner_list li a, .custom_banner_list li a img{

    display: block;

    width: 780px;

    height: 305px;

}

.custom_viwepager_left_btn{

    top: 145px;

    left: -50px;

}

.custom_viwepager_right_btn{

    top: 145px;

    right: -50px;

}



.custom_banner_txt_list{

    width: 780px;

    margin: 0 auto;

    padding: 20px 0px 40px;

}

.custom_banner_txt_list li{

    

}

.custom_banner_txt_list li h3{

    font-size: 16px;

    color: #f6bcb5;

    text-align: center;

    line-height: 28px;

}

.custom_banner_txt_list_p{

    color: #f6bcb5;

    text-align: center;

    line-height: 28px;

}



.contact_us_middle{

    padding-bottom: 68px;

}

.contact_us_left{

    float: left;

    width: 885px;

    height: 700px;

    background-color: #fcf6ec;

    position: relative;

}

.contact_us_banner_list{

    width: 885px;

    height: 700px;

    overflow: hidden;

}

.contact_us_banner_list li{

    float: left;

    position:absolute;

}

.contact_us_banner_list a, .contact_us_banner_list a img{

    display: block;

    width: 885px;

    height: 700px;

}



.contact_us_right{

    float: right;

    width: 330px;

    height: 700px;

}

.contact_us_search_layer{

    

}

.contact_us_search_layer h3{

    height: 30px;

    line-height: 30px;

    font-size: 16px;

    color: #000000;

}

.contact_us_search_select_box{

    padding: 15px 0px;

}

.contact_us_search_select{

    border: 1px solid #c4b39d;

    padding: 5px 0;

    width: 150px;

}

.contact_us_search_select_last{

    margin-left: 10px;

}

.contact_us_search_select_btn{

    background-color: #f6bcb5;

    border: medium none;

    border-radius: 3px;

    color: #ffffff;

    cursor: pointer;

    font-size: 12px;

    height: 33px;

    width: 100px;

}



.contact_us_search_list_layer{

    margin-top: 20px;

    width: 100%;

    height: 558px;

    position: relative;

    

}

.content{

    overflow: hidden;

    width: 310px;

    height: 558px;

    position: relative;

}

.bottom_scroll{

    position: absolute;

    right: 0px;

    top: 0px;

    height: 558px;

    width: 19px;

}

.scroll_border{

    height: 100%;

    margin: 0px 9px;

    position: relative;

    width: 1px;

    background-color: #f6bcb5;

}

.scroll_btn{

    width: 19px;

    height: 19px;

    text-indent: -99999px;

    background: url('../images/ico.png') no-repeat -250px 0px;

    cursor: pointer;

    position: absolute;

    top: 0;

    left: -9px;

}



.contact_us_search_list{

    

}

.contact_us_search_list li{

    

    padding-bottom: 20px;

}

.contact_us_search_list_left{

    float: left;

    width: 30px;

    height: 31px;

    background: url('../images/ico.png') no-repeat -250px -200px;

    line-height: 31px;

    font-size: 18px;

    font-style: italic;

    text-align: center;

}

.contact_us_search_list_right{

    float: right;

    width: 260px;

    margin-right: 10px;

    border-bottom: 1px solid #eeebe5;

    padding-bottom: 20px;

}

.contact_us_search_list_table{

    width: 100%;

}

.contact_us_search_list_table tr td{

    line-height: 24px;

}



.inside_info{

    padding: 50px 0px;

    border-bottom: 1px solid #f6bcb5;

    min-height: 1px;

}

.inside_info_left{

    float: left;

}

.inside_info_right{

    float: right;

}



.inside_info_left_01{

    width: 732px;

    height: 375px;

}

.inside_info_left_01 img{

    display: block;

    width: 732px;

    height: 375px;

}

.inside_info_right_01{

    width: 450px;

    height: 375px;

}

.inside_info_right_01_txt{

    margin-top: 50px;

}

.inside_info_right_01_txt h3{

    font-size: 18px;

    color: #f6bcb5;

    height: 52px;

    line-height: 52px;

}

.inside_info_right_01_txt_p{

    line-height: 28px;

}



.inside_info_right_01_ul{

    margin-top: 30px;

}

.inside_info_right_01_ul li{

}

.inside_info_right_01_ul li a{

    display: block;

    height: 40px;

    line-height: 40px;

    color: #939393;

    text-indent: 25px;

    background: url('../images/ico.png') no-repeat -441px -584px;

}

.inside_info_right_01_ul li a:hover{

    background-position: -441px -634px;

    color: #000000;

}

.inside_info_right_01_ul li .ahover{

    background-position: -441px -634px;

    color: #000000;

}



.inside_info_left_02{

    width: 450px;

    height: 386px;

}

.inside_info_right_02{

    width: 767px;

    height: 386px;

}

.inside_info_right_02 img{

    display: block;

    width: 767px;

    height: 386px;

}



.inside_info_left_02_txt{

    padding-left: 60px;

    padding-top: 130px;

}

.inside_info_left_02_txt h3{

    color: #f6bcb5;

    font-size: 18px;

    height: 30px;

    line-height: 30px;

}

.inside_info_left_02_txt_p{

    line-height: 28px;

    margin-top: 20px;

}



.inside_info_left_03{

    width: 569px;

    height: 378px;

}

.inside_info_left_03 img{

    display: block;

    width: 569px;

    height: 378px;

}

.inside_info_right_03{

    width: 520px;

    height: 378px;

}

.inside_info_left_03_txt{

    padding-top: 30px;

    padding-left: 10px;

}

.inside_info_left_03_txt h3{

    color: #f6bcb5;

    font-size: 18px;

    height: 50px;

    line-height: 50px;

}

.inside_info_left_03_txt_p{

    line-height: 28px;

}



.goods_recommend_layer{

    margin-top: 50px;

}

.goods_recommend_info{

    float: left;

    width: 192px;

    height: 164px;

    background: url('../images/goods_bg.png') no-repeat 0px 0px;

    margin: 0 6px;

}

.goods_recommend_info a, .goods_recommend_info a img{

    display: block;

    width: 182px;

    height: 152px;

    margin: 0 auto;

}

.goods_recommend_more{

    float: right;

    width: 105px;

    height: 152px;

    background-color: #f6bcb5;

}

.goods_recommend_more a{

    padding-top: 52px;

    display: block;

    width: 105px;

    height: 100px;

    color: #626262;

}

.goods_recommend_more a p{

    text-align: center;

}



.inside_banner_layer{

    margin-top: 45px;

}

.inside_banner_layer h3{

    color: #f6bcb5;

    font-size: 18px;

    height: 50px;

    line-height: 50px;

    text-align: center;

}

.inside_banner_txt{

    line-height: 28px;

    text-align: center;

}



.inside_banner_layer{

    padding-bottom: 30px;

}

.inside_banner_img{

    background-color: #fcf6ec;

    width: 100%;

    height: 447px;

    margin-top: 30px;

}

.inside_banner_img_list{

    overflow: hidden;

    width: 100%;

    height: 447px;

}

.inside_banner_img_list a, .inside_banner_img_list a img{

    display: block;

    width: 100%;

    height: 447px;

}



.inside_banner_img_list_nav{

    width: 100%;

    height: 9px;

    line-height: 9px;

    text-align: center;

}

.inside_banner_img_list_nav_btn{

    display: inline-block;

    width: 48px;

    height: 1px;

    line-height: 0px;

    font-size: 0px;

    background-color: #b3b3b3;

    margin: 0px 5px;

    margin-top: 20px;

}

.inside_banner_img_list_nav_btn:hover{

    background-color: #f6bcb5;

}

.inside_banner_img_list_nav_btn_hover{

    background-color: #f6bcb5;

}



.dh{

    position: absolute;  

	left:40px;

	top:42px;

    width: 1150px;

	height:325px;

	background-color:#FFFFFF;

    border: 2px solid #f6bcb5;

    border-radius: 1px;

    z-index: 12;

    border-left:0;

    border-top:0;

    border-right:0;

}

.gy_01{

	width:268px;

	height:224px;

	display:block;

	float:left;

}

.gy_02{

	width:464px;

	height:224px;

	display:block;

	float:left;

	padding-left:5px;

}

.gy_03{

	width:365px;

	height:298px;

	display:block;

	float:left;

	padding-top:5px;

}

.gy_04{

	width:367px;

	height:298px;

	display:block;

	float:left;

	padding-left:5px;

	padding-top:5px;

}

.gy_05{

	width:464px;

	height:528px;

	display:block;

	float:left;

}

.gy2_left{

	float:left;

}

.gy2_right{

	float:right;

}

.login_title{

	font-size:24px;

	color:#f6bcb5;

	text-align:center;

}

.login_parent{

	width:1236px;

}

.login_register{

	width:1012px;

	height:764px;

	border:1px solid #f6bcb5;

	position:relative;

	margin:0 auto;

	margin-left:114px;

	margin-top:38px;

	margin-bottom:80px;

}

.login_panel{

	float:left;

	width:490px;

	height:100%;

	color:#f6bcb5;

}

.login_panel_title{

	font-size:14px;

	margin-left:79px;

	margin-top:40px;

}

.login_panel_title_tip{

	color:#585858;

	text-align:center;

	line-height:36px;

}

.login_panel_header{

	line-height:36px;

	margin-left:79px;

	margin-top:6px;

}

.login_panel_header2{

	line-height:36px;

	margin-left:79px;

	margin-top:20px;

	border-top:1px solid #ffcbc3;

	width:354px;

}

.login_mid_register{

	float:left;

	width:21px;

	height:718px;

	background:url('../images/lmr.jpg') no-repeat 0px 0px;

	margin-top:16px;

}

.login_button{

	background:#f6bcb5;

	width:100px;

	height:30px;

	font-size:14px;

	color:#FFFFFF;

	text-align:center;

	line-height:30px;

	display:block;

	margin-left:183px;

	margin-top:60px;

	cursor:pointer;

}

.login_long_input{

	width:354px;

	border:1px solid #ffcbc3;

	line-height:30px;

	text-align:center;

}

.login_short_input{

	width:176px;

	border:1px solid #ffcbc3;

	line-height:30px;

	text-align:center;

}

.login_tr{

	margin-left:79px;

}

.register_panel{

	width:490px;

	color:#f6bcb5;

	float:left;

}

.register_submit{

	margin-top:30px;

}

.register_panel_title{

	font-size:14px;

	text-align:center;

	margin-top:40px;

}

.register_read{

	margin-left:79px;

	margin-top:20px;

	color:#585858;

	line-height:36px;

	text-decoration:underline;

	border-top:1px solid #e9d8c4;

	width:354px;

}



.normal_window_bg{

	width:100%;

	height:100%;

	position:absolute;

	z-index:99999999;

}

.nologin_bg1{

	position:fixed;

	width:100%;

	height:100%;

	background:url('../images/window_bg.png') repeat 0px 0px;

}

.nologin_bg{

	width:504px;

	height:183px;

	background:#FFFFFF;

	margin:0 auto;

	margin-top:250px;

	z-index:9999999999;

}

.login_aa{

	color:#a38058;

}

.login_aa:hover{

	color:#585858;

}

.login_close{

	background:url('../images/usercenter/close.png') repeat 0px 0px;

	width:19px;

	height:18px;

	display:block;

	cursor:pointer;

	float:right;

	margin:10px;

}

.login_bb{

	color:#585858;

	text-decoration:underline;

}

.login_bb:hover{

	color:#a38058;

	text-decoration:underline;

}



.eight_ss{

	width:1090px;

	margin:0 auto;

	margin-top:75px;

}

.eight_ssimg1{

	position:relative;

	float:left;

}

.eight_ssimg2{

	position:relative;

	float:right;

}

.eight_ss2{

	margin-top:75px;

}

.eight_ss_title{

	color:#f6bcb5;

	font-size:18px;

}

.eight_ss_desc{

	color:#000000;

	font-size:14px;

	line-height:28px;

	margin-top:20px;

}

.eight_banner{

	width:1240px;

	height:467px;

	margin:0 auto;

	position:relative;

}

.eight_story_title{

	font-size:24px;

	color:#353535;

	text-align:center;

	display:block;

	margin-top:50px;

}

.eight_video_btn{

	background:url('../images/eight_video_btn.gif') no-repeat 0px 0px;

	width:802px;

	height:450px;

	margin:0 auto;

	display:block;

	margin-top:16px;

}

.eight_shows{

	margin-top:78px;

}

.eight_show_left{

	float:left;

	background:url('../images/eight_title_bg.png') no-repeat 0px 0px;

	width:274px;

	height:298px;

	margin-left:64px;

}

.eight_show_left span{

	display:block;

	text-align:center;

	font-size:18px;

	color:#f6bcb5;

	padding-top:122px;

}

.eight_show_right{

	float:left;

	background:url('../images/eight_show_bg.png') no-repeat 0px 0px;

	width:830px;

	height:298px;

	margin-left:4px;

}

.eight_play{

	display:block;

	background:url('../images/eight_play.png') no-repeat 0px 0px;

	width:55px;

	height:55px;

	margin:0 auto;

}

.eight_show_right_item{

	float:left;

	text-align:center;

	margin-top:26px;

}

.eight_good1{

	margin-left:54px;

}

.eight_good2{

	margin-left:108px;

}

.eight_good3{

	margin-left:108px;

}

.eight_show_item_title_padding_top{

	padding-top:26px;

}

.eight_show_right_item span{

	display:block;

	color:#f6bcb5;

}

.eight_bottom{

	background:url('../images/eight_bottom.jpg') no-repeat 0px 0px;

	width:953px;

	height:112px;

	margin:0 auto;

	margin-top:30px;

}

.eight_banner_show_ul{

	width:1100px;

	height:520px;

	border:1px solid #818181;

	margin:0 auto;

	margin-top:45px;

	position:relative;

}

.eight_banner_show_ul li{

	display:block;

	position:absolute;

	left:0px;

	right:0px;

	display:none;

}

.eight_banner_show_menu{

	width:100%;

	text-align:center;

	margin-top:20px;

}

.eight_banner_show_menu a{

	display:inline-block;

	*_display:block;

	*_zoom:1.0;

}

.eight_banner_show_menu_a_normal{

	background:url('../images/eight_show_normal_btn.png') no-repeat 0px 0px;

	width:13px;

	height:13px;

	padding-left:2px;

	padding-right:2px;

	cursor:pointer;

}

.eight_banner_show_menu_a_cur{

	background:url('../images/eight_show_normal_cur.png') no-repeat 0px 0px;

	width:13px;

	height:13px;

	padding-left:2px;

	padding-right:2px;

}

/*底部电话和微信层*/

.contact_nav_phone_btn_info{

    position:absolute; border:#FF0000 0px solid;

    width:174px; height:46px;

    margin-left:25px;

    margin-top:-46px;

    line-height:42px; text-align:center; font-size:16px; color:#f6bcb5;

    background:url('../images/lxfs.png') no-repeat 0px 0px;

}



.contact_nav_weixin_btn_info{

    position:absolute; border:#FF0000 0px solid;

    width:142px; height:145px;

    background:url('../images/weixin.png') no-repeat 0px 0px;

    margin-left:130px;

    margin-top:-148px;

}

/*BUY START*/

.buy_bg_top{

	background:url('../images/buy/buy_bg_top.png') no-repeat 0px 0px;

	width:504px;

	height:33px;

}

.buy_bg_mid{

	background:url('../images/buy/buy_bg_mid.png') repeat-y 0px 0px;

	width:504px;

}

.buy_bg_bottom{

	background:url('../images/buy/buy_bg_bottom.png') no-repeat 0px 0px;

	width:504px;

	height:31px;

}

.buycar{

	position:absolute;

	right:172px;

	z-index:666;

	display:none;

}

.buy_car_title{

	width:486px;

	margin:0 auto;

	text-align:center;

	color:#a38058;

	border-bottom:1px solid #ead9c8;

	padding-bottom:16px;

	font-size:14px;

}

.buycar_items{

	overflow:auto;

	width:480px;

}

.buycar_buy{

	width:98px;

	height:34px;

	color:#FFFFFF;

	line-height:34px;

	text-align:center;

	font-size:14px;

	background:#f6bcb5;

	display:block;

	margin:0 auto;

	margin-top:20px;

}

.buy_img{

	width:146px;

	height:146px;

	position:relative;

	float:left;

}

.buy_img img{

	width:146px;

	height:146px;

}

.buy_desc{

	float:left;

	width:265px;

	margin-left:12px;

	color:#585858;

	line-height:44px;

}

.buycar_item{

	margin-top:20px;

	margin-left:30px;

	padding-bottom:20px;

	border-bottom:1px solid #f0e1cd;

}

.buycar_item_title{

	font-size:18px;

	color:#f6bcb5;

}

.buycar_mid_desc{

	line-height:20px;

}

.buycar_size{

	color:#f6bcb5;

}

.buycar_item_price{

	font-size:26px;

	color:#f6bcb5;

}

.small_pic_bottomleft{

	display:block;

	background:url('../images/buy/left.png') no-repeat 0px 0px;

	width:74px;

	height:8px;

	position:absolute;

	left:-1px;

	bottom:-8px;

}

.small_pic_bottomright{

	display:block;

	background:url('../images/buy/right.png') no-repeat 0px 0px;

	width:74px;

	height:8px;

	position:absolute;

	right:-3px;

	bottom:-8px;

}

.buycar_total{

	text-align:right;

	font-size:26px;

	color:#f6bcb5;

	padding-right:60px;

	padding-top:20px;

}

.buycar_pos{

	display:block;

	margin:0 auto;

	color:#FFFFFF;

	position:absolute;

	width:138px;

	top:1px;

}

.buyage_title{

	color:#f6bcb5;

	font-size:24px;

	text-align:center;

	display:block;

}

.buyage_back{

	color:#f6bcb5;

	font-size:12px;

	display:block;

	float:right;

}

.buyage_back:hover{

	color:#585858;

	font-size:12px;

	float:right;

	display:block;

}

.buyage_back_menu{

	width:100%;

}

.buyage_item{

	width:1082px;

	height:357px;

	margin:0 auto;

	background:url('../images/buy/buyage_item_bg.png') no-repeat 0px 0px;

	margin-top:12px;

	line-height:60px;

}

.buyage_item_img{

	width:210px;

	height:272px;

	position:relative;

	float:left;

	margin-left:74px;

	margin-top:36px;

}

.buyage_item_img img{

	width:210px;

	height:272px;

}

.buyage_item_desc{

	width:340px;

	float:left;

	color:#585858;

	margin-left:50px;

	margin-top:36px;

}

.buyage_item_price{

	margin-left:50px;

	margin-top:36px;

	color:#f6bcb5;

	float:left;

	height:272px;

	line-height:272px;

	font-size:26px;

}

.buycar_item_desc_container{

	color:#585858;

	line-height:24px;

}

.buycar_message{

	resize:none;

	border:1px solid #f6bcb5;

	width:257px;

	height:81px;

	color:#585858;

	padding:6px;

}

.buycar_message_container{}

.close_buyage_item{

	display:block;

	cursor:pointer;

	background:url('../images/usercenter/close.png') no-repeat 0px 0px;

	width:19px;

	height:18px;

	float:right;

	margin-top:20px;

	margin-right:20px;

}

.buyage_count_img{

	width:304px;

	height:316px;

	background:url('../images/buy/count_img.jpg') no-repeat 0px 0px;

	float:left;

	margin-top:40px;

}

.buyage_count{

	width:1078px;

	margin:0 auto;

	border-bottom: 1px solid #e8d6c0;

}

.buyage_count_top{

	height:1px;

	background:url('../images/buy/count_bg_top.png') no-repeat 0px 0px;

	width:1147px;

	margin:0 auto;

	margin-top:44px;

}

.buyage_count_desc{

	width:660px;

	float:left;

	margin-left:50px;

	margin-top:44px;

}

.buyage_count_desc_top{

	width:660px;

	background:url('../images/buy/count_bg_mid.png') no-repeat 0px 0px;

	background-position:center bottom;

}

.buyage_count_title{

	font-size:14px;

	color:#f6bcb5;

	display:block;

	float:left;

	width:200px;

	line-height:26px;

}

.buyage_count_material{

	font-size:12px;

	color:#585858;

	display:block;

	float:left;

	width:200px;

	line-height:26px;

}

.buyage_count_price{

	font-size:14px;

	color:#f6bcb5;

	display:block;

	float:right;

	line-height:26px;

	text-align:center;

	width:100px;

}

.buyage_count_info_left{

	float:left;

	font-size:18px;

	color:#f6bcb5;

	line-height:30px;

}

.buyage_pay_button{

	width:120px;

	height:40px;

	color:#FFFFFF;

	text-align:center;

	line-height:40px;

	background:#f6bcb5;

	float:left;

	margin-left:40px;

	margin-top:14px;

	cursor:pointer;

}

.buyage_count_info{

	margin-top:170px;

	float:left;

	width:400px;

	margin-left:107px;

	padding-bottom:40px;

}

.buyage_history_title{

	display:block;

	font-size:16px;

	width:386px;

	color:#3b3b3b;

	border-bottom:1px solid #e9d8c5;

	margin:0 auto;

	text-align:center;

	line-height:28px;

	margin-top:50px;

	padding-bottom:3px;

}

.buycar_address{

	width:1082px;

	margin:0 auto;

	color:#f6bcb5;

}



.buycar2_address_bg{

	width:1080px;

	height:156px;

	margin:0 auto;

	background:url('../images/buy/buycar2_address_bg.png') no-repeat 0px 0px;

	background-size:1080px 156px;

	line-height:28px;

	margin-top:12px;

}

.buycar2_address_bg p{

	padding-left:40px;

}

.buycar2_address_title{

	padding-left:20px;

}

.buycar2_address_menu{

	margin-left:333px;

}

.buycar2_address_menu a{

	padding-right:4px;

}

.buycar2_address_a1{

	color:#f6bcb5;

}

.buycar2_address_a2{

	color:#f6bcb5;

}

.buycar2_address_a3{

	color:#585858;

}

.peisong{

	display:block;

	width:120px;

	height:36px;

	line-height:36px;

	text-align:center;

	color:#FFFFFF;

	background:#f6bcb5;

	margin-left:40px;

	margin-top:34px;

}

.buycar2_peisong_bg{

	width:1080px;

	height:275px;

	margin:0 auto;

	background:url('../images/buy/buycar2_peisong_bg.png') no-repeat 0px 0px;

	background-size:1080px 275px;

	line-height:28px;

	margin-top:12px;

}

.buycar2_peisong_bg p{

	padding-left:40px;

}

.buycar2_peisong_bg a{

	float:none;

	margin-left:40px;

	margin-bottom:10px;

}

.buycar2_method_bg{

	width:1080px;

	height:138px;

	margin:0 auto;

	background:url('../images/buy/buycar2_pay_mothod_bg.png') no-repeat 0px 0px;

	background-size:1080px 138px;

	line-height:28px;

	margin-top:12px;

}

.buycar2_method_bg a{

	float:none;

	margin-left:40px;

	margin-bottom:10px;

}

.pay_border{

	width:1105px;

	border:1px solid #e9d9c7;

	margin:0 auto;

	margin-top:45px;

}

.book_ok{

	display:block;

	width:71px;

	height:71px;

	background:url('../images/buy/book_ok.png') no-repeat 0px 0px;

	margin:0 auto;

}

.pay_big_title{

	font-size:18px;

	text-align:center;

	color:#f6bcb5;

	line-height:36px;

	padding-top:6px;

}

.pay_small_title{

	color:#585858;

	text-align:center;

}

.view_book_list{

	color:#f6bcb5;

}

.view_book_list:hover{

	color:#585858;

}

.book_ok_tip{

	text-align:center;

	line-height:28px;

	color:#585858;

	margin-top:72px;

}

.book_ok_method_container{

	width:590px;

	margin:0 auto;

	margin-top:40px;

}

.book_ok_pay{

	width:120px;

	height:40px;

	text-align:center;

	line-height:40px;

	color:#FFFFFF;

	background:#f6bcb5;

	display:block;

	margin:0 auto;

	margin-top:34px;

	margin-bottom:62px;

}

.book_ok_method_title{

	font-size:14px;

	color:#f6bcb5;

}

/*BUY END*//*ND*/

/** 登录页面  忘记密码弹出框 */

.forget_pwd_shadow{

    display: none;

    position: fixed;

    top: 0px;

    left: 0px;

    bottom: 0px;

    right: 0px;

    background: #000;

    filter: alpha(opacity=50);

    -moz-opacity: 0.5;

    -khtml-opacity: 0.5;

    opacity: 0.5;

    z-index: 9999;

    height: 100%;

}

.forget_pwd_bomb_box{

    display: none;

    margin-top: -145px;

    height: 290px;

    background: #fff;

    width: 456px;

    position: fixed;

    z-index: 9999;

    left: 50%;

    margin-left: -228px;

    bottom: 0px;

    top: 50%;

    border-radius: 10px;

    font-size: 13px;color:#666;

}

.forget_pwd_bomb_box .forget_pwd_bomb_box_title{

    position: relative;

    line-height: 58px;

    text-align: center;

    font-size: 13px;

}

.forget_pwd_bomb_box .forget_pwd_bomb_box_title .forget_pwd_close_icon{

    position: absolute;

    cursor: pointer;

    height: 20px;

    width: 20px;

    top: 10px;

    right: 10px;

    background: url(../images/user/bg.png) no-repeat -597px -185px;

}

.forget_pwd_bomb_box .forget_pwd_bomb_box_hr{

    border-top: 1px solid #f7c6bf;

    width: 80%;

    margin: auto;

}

.forget_pwd_bomb_box .forget_pwd_bomb_box_hr .forget_pwd_bomb_box_hr_div{

    width: 18px;

    margin: auto;

    padding: 0px 10px;

    margin-top: -9px;

    background: #fff;

}

.forget_pwd_bomb_box  .forget_pwd_prompt_text{

    padding: 20px 0px;

    width: 80%;

    margin: auto;

}

.forget_pwd_bomb_box  .forget_pwd_prompt_text .input_div{

    position: relative;margin-bottom: 18px;

}

.forget_pwd_bomb_box  .forget_pwd_prompt_text .input_div input{

    border:1px solid #f7c6bf;border-radius: 2px;padding:6px 10px;padding-left:86px;width:269px;width:calc(100% - 96px);font-size:12px;

}

.forget_pwd_bomb_box  .forget_pwd_prompt_text .input_div span{

    position: absolute;padding:7px 0px;display: inline-block;left:10px;top:0px;width:64px;text-align: center;

}

.forget_pwd_bomb_box  .forget_pwd_prompt_text .input_div1{

    color:#9e9e9e;width:106%;font-size:10px!important;margin-left:-3%;line-height:20px;

}

.forget_pwd_bomb_box  .forget_pwd_prompt_text .input_div #getcode{

    display: inline-block;

    width: 80px;

    background: #f7c6bf;

    text-align: center;

    color: #fff;

    padding: 4px 10px;

    border-radius: 2px;cursor:pointer;

}

.forget_pwd_bomb_box  .forget_pwd_prompt_text .input_div  #submit_code{

    display: inline-block;

    width: 80px;

    background: #f7c6bf;

    text-align: center;

    color: #fff;

    padding: 4px 10px;

    border-radius: 2px;

    margin-left:50px;cursor:pointer;

}



.forget_pwd_shadow1{

    display: none;

    position: fixed;

    top: 0px;

    left: 0px;

    bottom: 0px;

    right: 0px;

    background: #000;

    filter: alpha(opacity=50);

    -moz-opacity: 0.5;

    -khtml-opacity: 0.5;

    opacity: 0.5;

    z-index: 9999;

    height: 100%;

}

.forget_pwd_bomb_box1{

    display: none;

    margin-top: -145px;

    height: 290px;

    background: #fff;

    width: 456px;

    position: fixed;

    z-index: 9999;

    left: 50%;

    margin-left: -228px;

    bottom: 0px;

    top: 50%;

    border-radius: 10px;

    font-size: 13px;color:#666;

}

.forget_pwd_bomb_box1 .forget_pwd_bomb_box_title{

    position: relative;

    line-height: 58px;

    text-align: center;

    font-size: 13px;

}

.forget_pwd_bomb_box1 .forget_pwd_bomb_box_title .forget_pwd_close_icon{

    position: absolute;

    cursor: pointer;

    height: 20px;

    width: 20px;

    top: 10px;

    right: 10px;

    background: url(../images/user/bg.png) no-repeat -597px -185px;

}

.forget_pwd_bomb_box1 .forget_pwd_bomb_box_hr{

    border-top: 1px solid #f7c6bf;

    width: 80%;

    margin: auto;

}

.forget_pwd_bomb_box1 .forget_pwd_bomb_box_hr .forget_pwd_bomb_box_hr_div{

    width: 18px;

    margin: auto;

    padding: 0px 10px;

    margin-top: -9px;

    background: #fff;

}

.forget_pwd_bomb_box1  .forget_pwd_prompt_text{

    padding: 20px 0px;

    width: 80%;

    margin: auto;

}

.forget_pwd_bomb_box1  .forget_pwd_prompt_text .input_div{

    position: relative;margin-bottom: 18px;

}

.forget_pwd_bomb_box1  .forget_pwd_prompt_text .input_div input{

    border:1px solid #f7c6bf;border-radius: 2px;padding:6px 10px;padding-left:86px;width:269px;width:calc(100% - 96px);font-size:12px;

}

.forget_pwd_bomb_box1  .forget_pwd_prompt_text .input_div span{

    position: absolute;padding:7px 0px;display: inline-block;left:10px;top:0px;width:64px;text-align: center;

}

.forget_pwd_bomb_box1  .forget_pwd_prompt_text .input_div1{

    color:#9e9e9e;width:106%;font-size:10px!important;margin-left:-3%;line-height:20px;

}

.forget_pwd_bomb_box1  .forget_pwd_prompt_text .input_div #getcode{

    display: inline-block;

    width: 80px;

    background: #f7c6bf;

    text-align: center;

    color: #fff;

    padding: 4px 10px;

    border-radius: 2px;cursor:pointer;

}

.forget_pwd_bomb_box1  .forget_pwd_prompt_text .input_div  #save_pwd{

    display: inline-block;

    width: 80px;

    background: #f7c6bf;

    text-align: center;

    color: #fff;

    padding: 4px 10px;

    border-radius: 2px;

    cursor:pointer;

}



.forget_pwd_shadow2{

    display: none;

    position: fixed;

    top: 0px;

    left: 0px;

    bottom: 0px;

    right: 0px;

    background: #000;

    filter: alpha(opacity=50);

    -moz-opacity: 0.5;

    -khtml-opacity: 0.5;

    opacity: 0.5;

    z-index: 9999;

    height: 100%;

}

.forget_pwd_bomb_box2{

    display: none;

    margin-top: -70px;

    height: 140px;

    background: #fff;

    width: 456px;

    position: fixed;

    z-index: 9999;

    left: 50%;

    margin-left: -228px;

    bottom: 0px;

    top: 50%;

    border-radius: 10px;

    font-size: 13px;color:#666;

}

.forget_pwd_bomb_box2 .forget_pwd_bomb_box_title{

    position: relative;

    line-height: 58px;

    text-align: center;

    font-size: 13px;

}

.forget_pwd_bomb_box2 .forget_pwd_bomb_box_title .forget_pwd_close_icon{

    position: absolute;

    cursor: pointer;

    height: 20px;

    width: 20px;

    top: 10px;

    right: 10px;

    background: url(../images/user/bg.png) no-repeat -597px -185px;

}

.forget_pwd_bomb_box2 .forget_pwd_bomb_box_hr{

    border-top: 1px solid #f7c6bf;

    width: 80%;

    margin: auto;

}

.forget_pwd_bomb_box2 .forget_pwd_bomb_box_hr .forget_pwd_bomb_box_hr_div{

    width: 18px;

    margin: auto;

    padding: 0px 10px;

    margin-top: -9px;

    background: #fff;

}

.forget_pwd_bomb_box2  .forget_pwd_prompt_text{

    padding: 20px 0px;

    width: 80%;

    margin: auto;

}

.forget_pwd_bomb_box2  .forget_pwd_prompt_text .input_div{

    text-align: center;line-height: 26px;margin-bottom: 10px;

}

.forget_pwd_bomb_box2  .forget_pwd_prompt_text .input_div  #register1{

    display: inline-block;

    width: 80px;

    background: #f7c6bf;

    text-align: center;

    color: #fff;

    padding: 4px 10px;

    border-radius: 2px;

    cursor:pointer;

}





/** 脚部首次登录弹框开始 */

.shadow1{

    display: none;position: fixed;top: 0px;left: 0px;bottom: 0px;right: 0px;background: #000;filter: alpha(opacity=50);-moz-opacity: 0.5;-khtml-opacity: 0.5;opacity: 0.5;z-index: 9999;height: 100%;

}

.bomb_box1 {text-align: center;color:#555;

    display: none;margin-top: -120px;height: 240px;background: #fff;width: 456px;position: fixed;z-index: 9999;left: 50%;margin-left: -228px; bottom: 0px;top: 50%;border-radius: 10px;font-size: 0.3rem;

}

.bomb_box1 .bomb_box_title {

    position: relative;line-height: 58px;text-align: center;font-size: 18px;

}

.bomb_box1 .bomb_box_hr {

    border-top: 1px solid #f7c6bf;width: 80%;margin: auto;

}

.bomb_box1 .bomb_box_hr .bomb_box_hr_div {

    width: 18px;margin: auto;padding: 0px 10px;margin-top: -9px;background: #fff;

}

.bomb_box1 .bomb_box_title .close_icon1 {

    position: absolute;cursor: pointer;height: 20px;width: 20px;top: 10px;right: 10px;background: url(../images/user/bg.png) no-repeat -597px -185px;

}

.bomb_box1 .text_prompt{

    text-align: center;padding-top:16px;text-align: center;font-size: 16px;line-height: 30px;

}

.bomb_box1 .linqu{

    color:#fff;font-size: 16px;padding:4px 30px;border-radius: 5px;background: #F5BCB5;display: inline-block;margin-top:20px;cursor: pointer;

}



/** 脚部首次登录弹框结束 */