@charset "utf-8";
/* CSS Document */
.ma-header{
    height:90px;
    position: fixed;
    width: 100%;
    z-index: 1000000;
    top:0;
}
.ma-header-pos{
    height:45px;
}
.ma-top{
    height: 45px;
    background: #4c4c4c;
    overflow: hidden;
}
.ma-nav{
    position: relative;
    height: 45px;
    background-color: #000;
}
.ma-ph-bt{
    display: none;
}
.ma-contain{
    overflow: hidden;
    margin: 0 auto;
    width: 980px;
}
.ma-top-rep{
    line-height: 45px;
    font-size: 10px;
    color: #ffffff;
    text-align: right;
    font-weight: 100;
}
.ma-nav-list ul li{
	display: block;
    float: left;
    color: #ffffff;
    font-size: 12.5px;
    margin: 15px 16px;
}
.ma-nav-list ul li a{
    transition: 100ms all linear;
    -webkit-transition: 100ms all linear;
}
.firstnava{
	color:#fff;
}
.ma-nav-list ul li a.ma-logo{
    display: inline-block;
    height: 12px;
    width: 73px;
    background-image: url(/public/mazala/images/mazala.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
	margin-top: 2px;
}
.ma-nav-list ul li a.ma-logo:hover{
    background-image: url(/public/mazala/images/mazala-h.png);
    
}
.ma-nav-list ul li a.ma-curr-page,.ma-nav-list ul li a:hover{
    color: #d2846c;
}
.mynavaset{
	color:#000;
}
.ma-banner{
    height: 496px;
    background-size: auto 100%;
}
.ma-footer{
    position: relative;
}
.ma-footer-nav{
    background-color: #f2f2f2;
}
.ma-footer-bottom{
    background-color: #fff;
    height: 25px;
}
.ma-fn-con ul{
    float: left;
    margin: 0px 76px;
}
.ma-fn-con ul li{
    margin: 6px 0px;
}
.ma-fn-con ul li a{
    font-size: 11px;
    color: #373737;
    transition: 50ms all linear;
    -webkit-transition: 50ms all linear;
}
.ma-fn-con ul li a:hover{
    color: #c87960;
}
.ma-fn-con{
    padding: 50px 0px 20px 0px;
    overflow: hidden;
}
.ma-footer-tip,.ma-footer-copy{
    color:#8f8f8f;
}
.ma-footer-tip a{
    color: #d2846c;
}
.ma-footer-copy{
    padding-top:5px;
    padding-bottom: 12px;
    margin-top: 5px;
    border-top: #dbdbdb solid 1px;
}
.ma-contact-list{
    float: right;
    margin-top:10px;
}
.ma-contact-list span{
    margin: 0px 6px;
}
.ma-pro-contain{
    width: 1225px;
    overflow: hidden;
    margin: 0 auto;
    padding-bottom: 10px;
}
.ma-marry{
    height: 510px;
    background: url(/public/mazala/images/marry-banner.png) center no-repeat;
}
.ma-gift{
    height: 510px;
    background: url(/public/mazala/images/gift-banner.jpg) center no-repeat;
}
.ma-proposal{
    height: 510px;
    background: url(/public/mazala/images/proposal-banner.jpg) center no-repeat;
}
.ma-pro-list{
    float: left;
    margin: 0px 6px;
    margin-top: 10px;
    cursor: pointer;
    transform: translateY(300px);
    -webkit-transform: translateY(300px);
    transition: cubic-bezier(0.39, 0.575, 0.565, 1) all 800ms;
    -webkit-transition:cubic-bezier(0.39, 0.575, 0.565, 1) all 800ms;
}
.ma-pro-list-bg{
    float: left;
    margin: 0px 6px;
    margin-top: 10px;
    width: 400px;
    height: 400px;
    cursor: default;
    background: url(/public/mazala/images/pro-bg.png) center no-repeat;
}
.ma-pro-list img{
    transition: 200ms all linear;
    -webkit-transition: 200ms all linear
}
.ma-pro-list img:hover{
    opacity: .8;
}
.ma-pro-line{
    position: relative;
}
.ma-prod-box{
    position: relative;
    overflow: hidden;
}
.ma-pro-detail{
    position: absolute;
    left: 0px;
    top: 0px;
    width:100%;
    opacity: 0;
}
.ma-pro-dcon{
    position: relative;
    padding-top:20px;
}
.bh-recontent-main{
    margin-top:45px;
}
.ma-pro-list-con{
    height: 414px;
    overflow:hidden;
}
.ma-pro-jt{
    position: absolute;
    top: 7px;
}
.ma-pro-jt-a{
    left: 200px;
}
.ma-pro-jt-b{
    left: 600px;
}
.ma-pro-jt-c{
    left: 1000px;
}
.ma-pro-dc-list{
    border-top: #e6e6e6 solid 1px;
    border-bottom: #e6e6e6 solid 1px;
    overflow: hidden;
}
.ma-prod-img{
    float: left;
    width:580px;
}
.ma-prod-msg{
    float: right;
    margin-right: 135px;
    width:500px;
    text-align: center;
}
.ma-prod-tit{
    font-size: 26px;
    color: #000000;
    margin-top: 90px;
}
.ma-prod-txt{
    font-size: 14px;
    color: #000000;
    margin: 57px 0px 47px 0px;
    line-height: 28px;
}
.ma-prod-link{
    font-size: 12px;
    color:#c7c7c7;
}
.ma-prod-link a{
    font-size: 12px;
    color: #000000;
    margin: 0px 14px;
}
.ma-pro-desi{
    font-size: 28px;
    color: #000000;
    margin-top: 116px;
    text-align: center;
}
.ma-pro-concact{
    margin-top: 55px;
    text-align: center;
    font-size: 22px;
}
.ma-pro-concact a{
    font-size: 18px;
    color: #000;
    margin: 0px 18px;
}
.ma-kon-contain{
    overflow: hidden;
    margin:80px 0px 20px;
}
.ma-kon-left{
    width:165px;
    float: left;
}
.ma-kon-list{
    overflow: hidden;
}
.ma-kon-list ul{
    width: 105px;
    overflow: hidden;
}
.ma-kon-list ul li{
    font-size:15px;
    color: 000000;
    font-weight: 500;
    line-height: 34px;
    position: relative;
    cursor: default;
    background: url(/public/mazala/images/kon-icon.png) right center no-repeat;
    transition: 100ms all linear;
    -webkit-transition: 100ms all linear;
    user-select: none;
    -webkit-user-select: none;
}

.ma-kon-list ul li:hover,.ma-kon-list ul li.action{
    color: #d2846c;
    background: url(/public/mazala/images/kon-icon-c.png) right center no-repeat;
}
.ma-kon-sub-list{
    border-bottom:#8a8a8a solid 1px;
    overflow: hidden;
}
.ma-kon-sub-list a{
    font-size: 15px;
    display: block;
    line-height:32px;
    transition: 100ms all linear;
    -webkit-transition: 100ms all linear;
}
.ma-kon-sub-list a:hover,.ma-kon-sub-list a.action{
    color: #d2846c;
}
.ma-kon-right{
    width: 815px;
    float: right;
    overflow: hidden;
}
.ma-kr-tit{
    font-size: 20px;
    color: #c87960;
    border-bottom: #a5a0a0 solid 1px;
    padding-bottom: 15px;
}
.ma-kr-edit{
    font-size: 15px;
    color: #000000;
    line-height: 33px;
    margin-top: 20px;
    overflow: hidden;;
}
.ma-kr-edit img{
    display: block;
    max-width: 815px;
    margin: 0 auto;
}
.ma-in-pro{
    height: 690px;
    background: url(/public/mazala/images/index-bg.jpg) center no-repeat;
}
.ma-in-slide{
    position: relative;
    width: 980px;
    margin:0 auto;
}
.swiper-button-next, .swiper-button-prev{
    width:39px;
    height: 75px;
    margin-top: -110px;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev{
    background: url(/public/mazala/images/right.png) center right;
    right: 120px;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next{
    background: url(/public/mazala/images/left.png);
    left: 120px;
}
#swip-1,#swip-2{
    text-align: center;
}
.ma-in-tit{
    margin-top: 100px;
    text-align: center;
}
.ma-in-contain{
    width: 1240px;
    margin: 10px auto;
    overflow: hidden;
}
.ma-in-left{
    position: relative;
    float: left;
     width: 615px;
    overflow: hidden;
}
.ma-in-right{
    position: relative;
    width: 615px;
    float: right;
    overflow: hidden;
}
.ma-in-left-txt{
    position: absolute;
    width: 100%;
    text-align: center;
    color: #fff;
    top:0px;
}
.ma-in-lt{
    font-size: 28px;
    margin-top: 55px;
}
.ma-in-ls{
    font-size: 20px;
    margin-top:15px;
}
.ma-private-banner{
    height: 465px;
    background: url(/public/mazala/images/service-ban-1.jpg) no-repeat center;
}
.ma-after-banner{
    height: 562px;
    background: url(/public/mazala/images/after-s-a.png) no-repeat center;
}
.ma-transf-banner{
    height: 421px;
    background: url(/public/mazala/images/transf-a.jpg) no-repeat center;
}
.ma-contact-banner{
    height: 264px;
    background: url(/public/mazala/images/contact.jpg) no-repeat center;
}
.ma-contact-box{
    overflow: hidden;
    font-size: 15px;
}
.a-cbl-tit{
    font-weight: 500;
}
.a-cbl-icon{
    margin: 15px 0px;
}
.a-cbl-txt{
    line-height: 34px;
    color: #373737;
}
.a-cbl-txt a,.a-cbl-add a,.a-cbl-tit a{
    position: relative;
    color: #c87960;
    text-decoration: underline;
}
.a-cbl-icon{
    text-align: center;
}
.a-cbl-icon a{
    position: relative;
    margin: 0 10px;
}
.ma-cb-left{
    float: left;
}
.ma-cb-right{
    float: right;
}
.ma-cb-top{
    overflow: hidden;
    margin: 30px 0px 70px 0px;
}
.a-cbl-add{
    color: #c87960;
    line-height: 34px;
    margin-top: 30px;
    overflow: hidden;
}
.a-cbl-add span{
    float: left;
}
.a-cbl-add a{
    margin-left: 10px;
}
.a-cbl-add span.a-cbl-mic{
    margin-left: 30px;
}
.a-cbl-list{
    background: #f6f9ff;
    padding:10px 0px;
    margin-bottom: 10px;
    overflow: hidden;
}
.a-cbl-img{
    overflow: hidden;
}
.a-cbl-img img{
    margin-bottom: 30px;
    max-width: 980px;
    display: block;
}
.ma-belief-top{
    width: 1242px;
    margin: 0 auto;
}
.ma-belief-top img{
    display: block;
}
.ma-bec-lr{
    float: left;
    width: 638px;
}
.ma-bec-lt{
    float: right;
    width: 603px;
}
.ma-belief-content{
    position: relative;
    overflow: hidden;
}
.ma-becl{
    text-align: center;
    width: 425px;
    margin: 0 auto;
}
.ma-becl h5{
    font-size: 20px;
    margin-top: 156px;
}
.ma-belief-b{
    height: 575px;
    background: url(/public/mazala/images/belief-b.png) no-repeat center center;
    background-size: auto 100%;
    text-align: center;
    overflow: hidden;
}
.ma-belief-b h5{
    font-size: 30px;
    margin-top: 65px;
}
.ma-stroy-txt-box{
    width: 980px;
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
}
.ma-stroy-txt-box h5{
    font-size: 30px;
    color: #c87960;
    font-weight: normal;
    margin-top: 90px;
    margin-bottom: 20px;
}
.ma-stroy-txt-box p{
    text-align: center;
    font-size: 15px;
    color: #232323;
}
.ma-belief-b p{
    width: 600px;
    font-size: 15px;
    margin-top: 10px;
    margin: 0 auto;
    text-align:center;
}
.ma-becl p{
    font-size: 15px;
    color:#171717;
    line-height: 28px;
    margin: 10px 0px 15px 0px;
}
.ma-becl a{
    display: block;
    margin: 0 auto;
    width: 200px;
    height: 36px;
    color: #ffffff;
    background-color: #d2846c;
    transition: all 200px linear;
    -webkit-transition: all 200px linear;
    line-height: 36px;
    font-size: 17px;
}
.ma-becl a:hover{
    background-color: #c87960;
}
.ma-belief-tit{
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    background-color: #f3f5f8;
    padding: 20px 0px;
    color: #d2846c;
    margin-top: 10px;
}
.ma-belief-bott{
    height: 944px;
    background: url(/public/mazala/images/belief-c.jpg) center no-repeat;
    overflow: hidden;
}
.ma-bb-content{
    width: 675px;
}
.ma-bt-tit{
    text-align: center;
}
.ma-bt-tit h5{
    font-size: 30px;
    margin: 30px 0px 10px 0px;
    color: #d2846c;
    font-weight: normal;
}
.ma-bt-tit p{
    font-size: 15px;
    color: #333;
}
.ma-story-ba{
    height: 603px;
    background: url(/public/mazala/images/story-a.jpg) center no-repeat;
}
.ma-story-bb{
    height: 1341px;
    background: url(/public/mazala/images/story-b.jpg) center no-repeat;
}
.ma-story-bc{
    height: 670px;
    background: url(/public/mazala/images/story-c.jpg) center no-repeat;
}
.ma-stb-mar{
    margin-bottom: 50px;
}
.ma-story-bc h5{
    margin-top: 45px;
}
.ma-story-bd{
    height: 804px;
    background: url(/public/mazala/images/story-d.jpg) center no-repeat;
}
.ma-story-video{
    width: 500px;
    height: 375px;
    margin: 45px auto;
}
.ma-bt-img{
    text-align: center;
    margin-top: 32px;
}
.ma-bt-img img{
    display: block;
    max-width: 716px;
    margin: 0 auto;
}
.ma-bt-icon{
    overflow:hidden;
}
.ma-bt-icon ul li{
    width: 33.33%;
    float: left;
    text-align: center;
}
.ma-bt-icon ul li img{
    margin: 0 auto;
}
.ma-bt-icon ul li h5{
    font-size: 20px;
    color: #d2846c;
    margin: 15px 10px;
}
.ma-bt-icon ul li p{
    font-size: 15px;
    color: #333;
    width: 80%;
    margin: 0 auto;
}
.ma-bt-icon{
    margin-bottom: 66px;
}
















.ma-pro-list-delay-0{
    transition-delay: 100ms;
}
.ma-pro-list-delay-300{
    transition-delay: 200ms;
}
.ma-pro-list-delay-600{
    transition-delay: 300ms;
}
.float-right{
    float: right !important;
}
.ml-0{
    margin-left: 0px !important;
}
.mr-0{
    margin-right: 0px !important;
}
.mb-3{
    margin-bottom: 30px;
}
.mb-2{
    margin-bottom: 20px;
}
.mb-1{
    margin-bottom: 10px;
}



/*滑动*/

.noUi-horizontal .noUi-handle{
    width: 30px;
    height: 30px;
    border: 1px solid #AAA;
    background: #DDD;
    background: linear-gradient(to bottom,rgba(255,255,255,1) 0%, rgba(226,226,226,1) 100%);
    border-radius: 27px;
    -moz-border-radius: 27px;
    box-shadow: 1px 1px 3px rgba(0,0,0,0.3);
    cursor: pointer;
}
.noUi-horizontal{
	height: 20px;
	border-radius:27px;
}
.noUi-connect{
	border-top: 1px solid #c47a64;
    border-bottom: 1px solid #c47a64;
    background: linear-gradient(to bottom,rgba(194,105,79,1) 0%, rgba(210,131,107,1) 100%);
	box-shadow:none;
}
.bh-rs-lib-content{
	width:91%; 
	position:relative;
	margin:20px auto 0px auto;
}
.noUi-horizontal .noUi-handle{
	top:-6px;
}
.bh-rs-list-ot{
    margin-bottom: 16px;
}
/*搜索页*/

.bh-search-header{
	text-indent:15px;
	width:1190px;
	margin:0 auto;
	height:60px;
	background-color:#f2f2f2;
	line-height:60px;
	font-size:21px;
	color:#494949;
	border:#f2f2f2 solid 1px;
	transition:all linear 500ms;
	-webkit-transition:all linear 500ms;
}
.bh-research{
	float:right;
	width:150px;
	text-indent:0px;
}
.bh-rs-icon{
	float:left;
	overflow:hidden;
}
.bh-rs-btn{
	cursor:pointer;
	font-size:15px;
	display:block;
	width:85px;
	line-height:30px;
	height:30px;
	border:#e4e4e4 solid 1px;
	border-radius:2px;
	float:left;
	text-align:center;
	margin:15px 0px 0px 10px;
	color:#966759;
}
.bh-rs-all{
	width:1190px;
	margin:0 auto;
	height:460px;
    overflow:hidden;
    opacity: 0;
}
.bh-rs-list-tit{
	font-size:15px;
	color:#131313;
	overflow:hidden;
	margin:5px 0px;
}
.bh-rs-list-tit span{
	float:left;
}
.bh-rs-list-tit i{
	margin-left:15px;
	float:left;
	display:block;
	margin-top:2px;
	cursor:pointer;
}
.bh-rs-list-btn{
	overflow:hidden;
}
.bh-rs-list-btn a{
	display:inline-block;
	width:62px;
	height:30px;
	text-align:center;
	border:#e4e4e4 solid 1px;
	border-radius:5px;
	background:url(/public/mazala/images/search-btn-bg_03.png) repeat-x;
	overflow:hidden;
	cursor:pointer;
	line-height:30px;
	margin:2px 1px;
	font-size:15px;
    color:#7e4d3f;
    transition: 200ms all linear;
    -webkit-transition: 200ms all linear;
}
.bh-rs-list-box{
    margin:0 17px;
}
.bh-rs-list-btn a img{
    display: inline-block;
    height: 86%;
    margin-top: 5%;
    opacity: 0.6;
}
.bh-rs-list-box-e div.bh-rs-list-btn a,.bh-rs-list-box-f div.bh-rs-list-btn a{
	width:50px;
}
.bh-rs-list-btn a.checked{
	background-image:url(/public/mazala/images/search-btn-bg_05.png);
	border-color:#d5876f;
	color:#ffffff;
}
.bh-rs-list-box-d{
	width:360px;
	float:left;
}
.bh-rs-list-box-e,.bh-rs-list-box-f{
	float:left;
	width:360px;
}
.bh-rs-list-box-a{
	float:left;
	width:400px;
}
.bh-rs-list-box-b{
	float:left;
	width:360px;
}
.bh-rs-all-line{
	overflow:hidden;
}
.bh-rs-all-line-a{
	margin-top:20px;
}
.bh-rs-all-line-b{
	margin-top:20px;
}
.bh-rs-bottom{
	width:1190px;
	position: absolute;
    height:48px;
    width: 100%;
    /**
	background:url(/public/mazala/images/research-slide-btn_03.png) center center no-repeat;
	**/
	margin:0 auto;
}
.bh-rs-slide-btn{
	width: 200px;
	height: 40px;
	top: 0px;
	margin:auto;
	cursor: pointer;
	background-color: #d5876f;
	color: #fff;
	line-height: 40px;
	text-align: center;
	font-size: 15px;
	border-radius: 0px 0px 15px 15px;
	background: -webkit-linear-gradient(#eb9c84,#d3856d); /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(#eb9c84,#d3856d); /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(#eb9c84,#d3856d); /* Firefox 3.6 - 15 */
  background: linear-gradient(#eb9c84,#d3856d); /* 标准的语法 */
}
.bh-rs-bottom-act{
	/**
		background:url(/public/mazala/images/research-slide-btn_30.png) center center;
    **/
}
.bh-rs-result-box{
	position:relative;
	/**width:1190px;**/
	margin:60px auto 0px auto;
	min-height:600px;
}
.bh-rs-all-box{
	width:1190px;
	margin:0 auto;
	position:relative;
	overflow:hidden;
}
.bh-rs-ab-slide{
	position:absolute;
	width:99.9%;
	background-color:#ffffff;
    z-index:666;
    border:#dddddd solid 1px;
    top: 5px;
}
.bh-rsr-tit{
	text-align:right;
	font-size:18px;
	color:#bc7c69;
}
table tr.bh-rsr-th{
	background:url(/public/mazala/images/table-header_03.png) repeat-x;
}
table tr td,table tr td a{
	font-size:14px;
	color:#bc7c69;
	text-align:center;
	height:30px;
	border-bottom:#e3e3e3 solid 1px;
}
table tr.bh-rsr-th td{
	color:#ffffff;
	height:32px;
	border:#f0f0f0 solid 1px;
}
.bh-gray{
	background-color:#ececec;
}
.bh-rs-list-input-box{
	overflow:hidden;
	width:100%;
}
.bh-rs-list-input-box input,#idno,.idno{
	display:block;
	width:106px;
	height:26px;
	font-size:15px;
	color:#131313;
	line-height:26px;
	text-indent:5px;
	border:#999999 solid 1px
}
.bh-rs-list-input-box-a{
	margin-right:140px;
}
.bh-alert-show-box{
	position:absolute;
	display:none;
	z-index:999;
}
.bh-alert-show-content{
	position: relative;
    background: #ffffff;
    border: #aaa solid 2px;
    max-width: 600px;
    border-radius: 5px;
    box-shadow: #bbb 0px 0px 10px;
}
.bh-alert-show-content h1{
	font-weight:normal;
	padding:5px 10px;
	font-size:18px;
	border-bottom:#eaeaea solid 1px;
}
.bh-asc-desc{
	border-top:#eaeaea solid 1px;
	padding:5px 10px;
	line-height:24px;
	font-size:14px;
	color:#777777;
}
.bh-asc-img img{
	display:block;
	max-width:100%;
}
.bh-alert-close{
	float:right;
	padding:0px 10px;
	cursor:pointer;
}
.bh-rs-search-bar-a{
	position: relative;
    width: 380px;
}
.bh-rs-search-bar-b{
	position:relative;
	width:350px;
}
.bh-rslb-color a{
    width:51px;
}
.bh-rslb-jd a{
    width: 43px;
}
.bh-rs-lib-float{
    float: left;
}
.bh-rs-lib-line{
    overflow: hidden;
}
.bh-rs-lib-flmr{
    margin-left: 40px;
}
.bh-rs-gr{
    margin-top: 35px;
}
.bh-rs-gr div.bh-rs-gj a{
    width: 158px;
}
.bh-rs-rst .aaa{
    display: block;
    width: 13px;
    height: 13px;
    background: url(/public/mazala/images/research.png) center no-repeat;
    float: left;
    margin: 8px 0px 0px 11px;
    transition: all 200ms linear;
}
.bh-rs-list-btn a.bh-rs-rst:hover .aaa{
    background: url(/public/mazala/images/research-a.png) center no-repeat;
}
.bh-rs-rst .bbb{
    display: block;
    width: 13px;
    height: 13px;
    background: url(/public/newimages/clear.png) center no-repeat;
    float: left;
    margin: 8px 0px 0px 11px;
    transition: all 200ms linear;
}
.bh-rs-list-btn a.bh-rs-rst:hover .bbb{
    background: url(/public/newimages/clear_wt.png) center no-repeat;
}

#clearidno,.clearidno{
    background: url(/public/newimages/clear_idno.png) center no-repeat;
	width: 20px;
height: 20px;
position: relative;
right: -141px;
margin-top: 7px;
border-radius: 20px;
}

.bh-rs-jt span{
    display: block;
    width: 16px;
    height: 8px;
    background: url(/public/mazala/images/gj-jt.png) center no-repeat;
    float: right;
    margin: 12px 12px 0px 0px;
    transition: all 200ms linear;
}
.bh-rs-list-btn a.bh-rs-jt:hover span,.bh-rs-list-btn a.checked span{
    background: url(/public/mazala/images/gj-jt-a.png) center no-repeat;
}
.ma-choice-t table tr:nth-child(odd){
    background-color: #ececec;
}
.ma-choice-t{
    min-height: 300px;
}
.mCSB_scrollTools .mCSB_draggerRail{
    width: 10px;
}
.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
    background-color: #c1c1c1;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{
    height: 10px;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail{
    width: 100%;
    height: 10px;
}
.mCSB_container_wrapper{
    margin-right: 13px;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
    width: 10px;
}
.mr-3{
    margin-right: 30px;
}
.ma-detail-right{
    width: 800px;
}
.ma-detail-box{
    margin: 30px 0px;
    overflow: hidden;
}
.ma-detail-contain{
    width: 1240px;
}
.ma-detail-left{
    width: 425px;
    height: 400px;
    float: left;
}
.ma-detail-right{
    width: 800px;
    float: right;
}
.ma-dr-tit{
    font-size: 24px;
    color: #bc7c69;
    line-height: 24px;
    border-bottom: #ded2ca solid 1px;
    padding: 0px 10px 10px 10px;
}
.ma-dr-tit span{
    float: right;
}
.ma-dr-send span{
    float: left;
    margin-right: 10px;
}
.ma-dr-send{
    font-size: 15px;
    font-weight: bold;
    line-height: 15px;
    overflow: hidden;
}
.ma-dr-left{
    float: left;
}
.ma-dr-top{
    overflow: hidden;
    margin-top: 15px;
    padding:0px 10px;
}
.ma-dr-left p{
    font-size: 15px;
    line-height: 28px;
}
.ma-dr-right {
    float: right;
    margin-top: 10px;
}
.ma-dr-right a{
    display: inline-block;
    width: 140px;
    height: 40px;
    background-image: url(/public/mazala/images/detail-btn.png);
    border-color: #d5876f;
    color: #ffffff;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    font-weight: 100;
    margin-left: 10px;
    transition: all 300ms linear;
}
.ma-dr-right a img{
    margin-right: 5px;
}
.ma-dr-right a:hover{
    opacity: 0.9;
}
.ma-dt-tit{
    height: 39px;
    background-color: #f3f3f3;
    border-bottom: #9e9e9e solid 1px;
    border-top: #9e9e9e solid 1px;
    font-size: 18px;
    line-height: 39px;
    padding: 0px 10px;
    margin-top: 10px;
}
.ma-dt-tit span{
    float: right;
}
.ma-dt-pram{
    padding: 0px 15px;
    overflow: hidden;
    position: relative;
}
.ma-dtp-t table{
    width: 100%;
}
.ma-dtp-t table tr{
    border: none;
    height: 40px;
    line-height: 40px;
}
.ma-dtp-t table tr:nth-child(odd){
    background-color: #f4f4f2;
}
.ma-dtp-t table tr td,.ma-dtp-t table tr th{
    text-align: left;
    color: #000;
    text-indent: 15px;
}
.ma-dt-btit{
    font-size: 15px;
    margin: 10px 0px;
    font-weight: 500;
}
#po{
    background-color: #cd7e65;
    border: none;
    box-shadow: none;
    height: 15px;
}
#po .noUi-handle{
    width: 27px;
    height: 24px;
    top:-5px;
    border: #cd7e65 solid 1px;
}
.ma-kr-slide{
    height: 25px;
    width: 600px;
    margin: 0px auto;
}
.noUi-marker-horizontal.noUi-marker:last-child{
    width: 0px;
}
.noUi-marker-horizontal.noUi-marker:first-child{
    width: 0px;
}
.noUi-pips-horizontal{
    top: -67%;
}
.noUi-marker{
    background-color: #ffffff;
}
.noUi-value{
    top: -45PX;
}
.ma-kr-sli-img{
    position: relative;
    overflow: hidden;
    margin-top: 25px;
}
.ma-kr-sli-img img{
    display: block;
    max-width: 816px;
    margin: o auto;
}
.ma-kr-si-list{
    position: absolute;
    width: 100%;
    opacity: 0;
    top: 0px;
}
.ma-kr-si-list-fir{
    position: relative;
    opacity: 1;
}
.ma-kr-sli-tip{
    text-align: center;
    padding: 20px 0px;
    font-size: 15px;
    color: #6a6a6a;
}
.ma-banner .swiper-pagination-bullet-active,.ma-banner .swiper-pagination-bullet{
    background: #333;
    width: 30px;
    height: 3px;
    border-radius: 0px;
}
.ma-banner .swiper-slide,.ma-banner .swiper-container{
    width: 100%;
    height: 100%;
}
.ma-bec-lt-phone{
    display: none;
}
.ma-footer-copy span{
    display: block;
    width:41px;
    height: 16px;
    background-image: url(/public/mazala/images/ba.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
}

.ma-contact-list span{
    display: inline-block;
    width: 32px;
    height: 32px;
}
.ma-contact-list span a{
    display: block;
    width: 32px;
    height: 32px;
}
.ma-contact-list span.mcl-qq{
    background-image: url(/public/mazala/images/qq.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
}
.ma-contact-list span.mcl-taobao{
    background-image: url(/public/mazala/images/tao.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
}
.ma-contact-list span.mcl-wx{
    position: relative;
    background-image: url(/public/mazala/images/wx.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
}
.ma-contact-list span.mcl-wb{
    background-image: url(/public/mazala/images/wb.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
}
.ma-contact-list span.mcl-ww{
    background-image: url(/public/mazala/images/ww.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
}
.ma-fn-con ul li.ma-st-nav a{
    display: block;
    width: 101px;
    background-image: url(/public/mazala/images/footer-nav-img.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
}
.ma-fn-con ul li.ma-st-nav a:hover{
    background-image: url(/public/mazala/images/footer-nav-img-h.png);
}
.ma-nav-list ul li a.ml-tt-icon{
    display: inline-block;
    width: 21px;
    height: 14px;
    background-image: url(/public/mazala/images/nav-concierge.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
}
.ma-story-ph{
    display: none;
}
.ma-contain-after{
    width: 985px;
}
.ma-contain-after .ma-kr-edit img{
    max-width: 985px;
}
.ma-contain-after img{
    display: block;
    margin: 20px auto;
    width: 100%;
}
.mcl-wx-code{
    position: fixed;
    width: 100%;
    height: 100%;
    line-height: 100%;
    background: rgba(0,0,0,0.5);
    display: none;
    top: 0px;
    z-index: 10000000000000;
}

.js-code-show-img{
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 100000;
    display: none;
}
.js-code-show-img span{
    display: block;
    position: absolute;
    color: #fff;
    right: 10px;
    top: 10px;
}
.js-code-show-img img{
    position: relative;
    display: block;
    left: 50%;
    top:50%;
    margin-left: -80px;
    margin-top: -90px;
}
.design-banner{
    background: url(../images/design-a.jpg) no-repeat center;
    background-size: cover;
    height: 383px;
}
.design-box{
    overflow: hidden;
    background-color: #f8f8f8;
    overflow: hidden;
    text-align: center;
    padding-bottom: 20px;
}
.desin-list{
    display: inline-block;
    width: 350px;
    background: #fff;
    text-align: center;
    padding: 45px 0px;
}
.desin-ltit{
    font-size: 19px;
    color: #d2846c;
    margin: 20px 0px 10px 0px;
}
.desin-ltxt{
    font-size: 13px;
    color: #3b3b3b;
}
.desin-line{
    width: 40px;
    height: 1px;
    margin: 21px auto 0px auto;
    background-color: #909090;
}
.desin-btn a{
    font-size: 13px;
    color: #dda493;
    text-decoration: underline;
}
.desin-img{
    height: 220px;
}
.desin-img-a{
    background: url(../images/design-c.png) no-repeat center;
}
.desin-img-b{
    background: url(../images/design-d.png) no-repeat center 30px;
}
.desin-img-c{
    background: url(../images/design-e.png) no-repeat center 30px;
}
.desin-bottom-img{
    height: 1147px;
    background: url(../images/design-b.jpg) no-repeat center;
    margin:20px 0px;
    background-size: auto 100%;
}
@media screen and (max-width: 1024px) {
    .desin-bottom-img{
        height: 300px;
    }
    .desin-list{
        margin-top:20px;
    }
    .ma-contain-after{
        width: 100%;
    }
    .ma-contain-after img{
        margin: 10px 0px;
    }
    .ma-bec-lt-pc{
        display: none;
    }
    .ma-bec-lt-phone{
        display: block;
    }
    .ma-banner{
        height: 240px;
    }
    .ma-contain,.ma-in-contain,.ma-in-left{
        width: 100%;
    }
    .ma-in-contain,.ma-in-left{
        margin:  0px;
    }
    .ma-in-left a{
        display: block;
        width: 100%;
    }
    .ma-in-tit{
        width: 50%;
        margin:30px auto 0px auto;
    }
    .ma-in-tit img{
        display: block;
        width: 100%;
    }
    .ma-in-slide{
        width: 100%;
    }
    .ma-in-slide .swiper-slide img{
        display: block;
        width: 70%;
        margin:0 auto;
    }
    .swiper-button-next, .swiper-container-rtl .swiper-button-prev{
        right: 10px;
    }
    .swiper-button-prev, .swiper-container-rtl .swiper-button-next{
        left: 10px;
    }
    .swiper-button-next,.swiper-button-prev{
        width: 25px;
        margin-top: -65px;
    }
    .ma-in-pro{
        height: 350px;
    }
    .ma-in-lt,.ma-in-ls{
        text-align: center;
    }
    .ma-in-right{
        width: 100%;
    }
    .ma-in-left a img,.ma-in-right a img{
        display: block;
        width: 100%;
    }
    .ma-fn-con ul{
        float: none;
        width: 84%;
        margin: 0 auto !important;
        border-bottom:#d4d4d4 solid 1px;
    }
    .ma-contact-list{
        position: absolute;
        top: 5px;
        width: 84%;
        left: 8%;
    }
    .ma-footer-tip,.ma-footer-copy{
        width: 84%;
        margin: 0 auto !important;
        border: none;
    }
    .ma-footer-bottom{
        height: 0px;
    }
    .ma-fn-con ul{
        height: 32px;
        overflow: hidden;
    }
    .ma-fn-con ul li a,.ma-fn-con ul li{
        display: block;
        font-size: 14px;
        margin:0px;
        line-height:32px
    }
    .ma-proposal{
        height: 250px;
        background-size: auto 100%;
    }
    .ma-pro-contain{
        width: 100%;
    }
    .ma-pro-list{
        margin: 0px;
    }
    .ma-pro-list img{
        display: block;
        max-width: 100%;
        height: auto;
        margin: 0 auto;
    }
    .ma-contact-list span{
        position: relative;
        width: 27px;
        display: inline-block;
    }
    .ma-contact-list span img{
        display: block;
        width: 100%;
    }
    .ma-fn-con ul{
        background: url(/public/mazala/images/kon-icon-c.png) right 10px no-repeat
    }
    .ma-fn-con ul.action{
        background: url(/public/mazala/images/kon-icon.png) right 10px no-repeat
    }
    .ma-nav-list ul li{
        display: none;
    }
    .ma-nav{
        background-color: rbga(0,0,0);
        z-index:11111;
    }
    .ma-nav-list ul li:first-child{
        width: 100%;
        display:inline-block;
        text-align: center;
        margin-bottom: 30px
    }
    .ma-nav-list ul li:last-child{
        display:block;
        position: absolute;
        right: 20px;
    }
    .ma-prod-img{
        width: 100%;
    }
    /* .ma-nav-list ul li:last-child a:first-child{
        display: none;
    } */
    .ma-nav{
        overflow: visible;
        transition: 200ms all linear;
        -webkit-transition: 200ms all linear;
    }
    .ma-nav-action{
        transform:translateY(-45px);
        height: 400px;
    }
    .ma-nav-action ul li{
        display:block;
        margin:0px;
        width: 100%;
    }
    .ma-nav-action ul li a{
        display: block;
        font-weight: normal;
        border-bottom:#808080 solid 1px;
        margin: 0px 20px;
        padding:10px 0px;
    }
    .ma-nav-action ul li:first-child a{
        border:none;
    }
    .ma-ph-btn{
        display: block;
        position: absolute;
        z-index: 666;
        padding: 10px 15px;
        left: 5px;
    }
    .ma-ph-line{
        height: 1px;
        width: 18px;
        margin-top: 6px;
        background-color: #fff;
        transition: 200ms all linear;
        -webkit-transition: 200ms all linear;
    }
    .ma-ph-btn-action div.ma-ph-line:first-child{
        transform: rotateZ(45deg) translateY(5px);
    }
    .ma-ph-btn-action div.ma-ph-line:last-child{
        transform: rotateZ(-45deg) translateY(-5px);
    }
    .ma-nav-action ul li:last-child{
        display: none;
    }
    .bh-rs-all-box,.bh-rs-all{
        width: 100%;
    }
    .bh-rs-list-box{
        margin: 0px auto;
        padding:10px;
        width: 95%;
    }
    .ma-choice-t{
        height: 1100px;
    }
    .bh-rs-list-ot{
        margin-bottom: 10px;
    }
    .bh-rs-all-line-b{
        margin-top: 0px;
    }
    .bh-rs-lib-content{
        margin-top: 10px;
    }
    .bh-rs-all-line:last-child{
        margin-top: 0px !important;
       
    }
    .bh-rs-list-box{
        padding: 0px 10px 5px 10px;
    }
    .bh-rs-gr{
        margin-top: 10px;
    }
    .bh-rs-list-ot{
        width: 95%;
    }
    .ma-marry,.ma-gift,.ma-private-banner{
        height: 250px;
        background-size: auto 100%;
    }
    .ma-kon-left,.ma-kon-right{
        width: 100%;
    }
    .ma-kon-list ul,.ma-kon-right{
        width: 95%;
        margin: 0 auto;
        float: none;
    }
    .ma-kon-contain{
        margin-top: 55px;
    }
    .ma-kon-right{
        padding-top: 30px;
    }
    .ma-kon-right img{
        display: block;
        max-width: 100%;
        margin:10px 0px;
    }
    .ma-kr-slide{
        width: 100%;
    }
    .ma-kr-sli-tip{
        padding:0px;
    }
    .ma-top-rep p{
        margin-right: 20px;
    }
    .ma-kr-edit{
        margin-top: 10px;
        padding: 0px 20px;
    }
    .ma-belief-top{
        width: 100%;
    }
    .ma-belief-top img{
        display: block;
        width: 100%;
    }
    .ma-bec-lr{
        width: 100%;
        float: none;
    }
    .ma-bec-lr img{
        display: block;
        width: 100%;
    }
    .ma-bec-lt{

        width: 100%;
    }
    .ma-becl h5{
        margin-top: 20px;
    }
    .ma-becl{
        width: 95%;
        margin: 0 auto;
    }
    .ma-bec-lt-ab{
        margin-bottom: 30px;
    }
    .ma-bec-lr-ab{
        float: right;
        top: 0px;
        color: #333;
        margin-bottom: 30px;
    }
    .ma-bec-lr-ab p{
        color: #333;
    }
    .ma-belief-bott{
        height: 300px;
        background-size:auto 100%;
    }
    .ma-belief-tit{
        margin-top: 0px;
    }
    .ma-story-ba,.ma-story-bd{
        height: 250px;
        background-size:auto 100%;
    }
    .ma-story-bb{
        height: 450px;
        background-size:auto 100%;
    }
    .ma-story-bc{
        height: 300px;
        background-size:auto 100%;
        margin: 0px;
    }
    .ma-stb-mar{
        margin-bottom:20px;
    }
    .ma-story-video{
        width: 100%;
        position: relative;
        height: auto;
        margin: 0px;
    }
    .ma-story-video video{
        width: 100% !important;
        height: auto;
    }
    .ma-contact-banner{
        height: 150px;
        background-size:auto 100%;
    }
    .ma-cb-top{
        margin: 10px auto;
        width: 95%;
    }
    .a-cbl-list{
        margin: 10px auto;
        width: 95%;
    }
    .a-cbl-add span.a-cbl-mic{
        margin-left: 10px;
    }
    .a-cbl-img img{
        width: 100%;
        margin: 0 auto;
    }
    .a-cbl-add{
        margin-top: 10px;
    }
    .a-cbl-list{
        margin-bottom: 0px;
        padding-bottom: 0px;
    }
    .a-cbl-icon{
        margin: 5px auto;
    }
    .ma-stroy-txt-box{
        width: 100%;
    }
    .ma-stroy-txt-box h5{
        margin-top: 15px;
        font-size: 18px;
    }
    .ma-belief-b h5{
        margin-top: 25px;
    }
    .ma-stroy-txt-box p{
        width: 95%;
        margin: 0 auto;
        color:#777;
    }
    .ma-story-pc{
        display: none;
    }
    .ma-story-ph{
        display: block;
        margin-bottom: 30px;
    }
    .ma-belief-b p{
        width: 95%;
    }
    .ma-belief-b{
        height: 300px;
        background-size: auto 100%;
    }
    .ma-bt-icon ul li{
        width: 100%;
        margin-bottom: 20px;
    }
    .ma-bt-icon ul li img{
        display: block;
        width: auto;
    }
    .ma-bt-icon{
        margin-bottom: 0px;
    }
    .ma-bt-tit p{
        width: 90%;
        margin: 0 auto;
    }
    .ma-footer-copy span.float-right{
        display: inline-block;
        margin-top: 5px;
    }
    .ma-prod-box{
        width: 100%;
    }
    .ma-pro-jt{
        width: 100%;
        display: none;
    }
    .ma-pro-dc-list img{
        display: block;
        width: 96%;
        margin: 10px 2%;
        height: auto;
    }
    .ma-prod-msg{
        width: 100%;
        float: none;;
    }
    .ma-prod-tit{
        width: 80%;
        margin: 0 auto;
        font-size: 18px;
    }
    .ma-prod-txt{
        margin: 10px auto;
        width: 95%;
    }
    .ma-pro-dc-list{
        padding-bottom: 30px;
    }
    .ma-pro-list-ph{
        width: 47%;
        margin:10px 2% 0px 2%;
    }
    .ma-pro-list-con{
        height: auto;
    }
    .ma-marry{
        height: 180px;
    }
    .ma-pro-desi{
        margin-top: 15px;
        font-size: 14px;
    }
    .ma-pro-concact,.ma-pro-concact a{
        font-size: 12px;
        display: block;
    }
    .ma-pro-concact{
        margin-top: 15px;
    }
    .ma-pro-list-bg{
        height: auto;
    }
    .ma-pro-dcon{
        padding: 0px;
    }
}
.swiper-pagination-bullet-active{
    background-color: #000;
}

#iowfekks{
	width:100%;
	height:32px;
	line-height:32px;
	color:#373737;
	background-color:#fff;
}

@media only screen and (-Webkit-min-device-pixel-ratio: 1.5),

only screen and (-moz-min-device-pixel-ratio: 1.5),

only screen and (-o-min-device-pixel-ratio: 3/2),

only screen and (min-device-pixel-ratio: 1.5) {

    .ma-nav-list ul li a.ma-logo{
        background-image: url(/public/mazala/images/mazala@2x.png);
    }
    .ma-nav-list ul li a.ma-logo:hover{
        background-image: url(/public/mazala/images/mazala-h@2x.png);
    }
    .ma-footer-copy span{
        background-image: url(/public/mazala/images/ba@2x.png);
    }

    .ma-contact-list span.mcl-qq{
        background-image: url(/public/mazala/images/qq@2x.png);
    }
    .ma-contact-list span.mcl-taobao{
        background-image: url(/public/mazala/images/tao@2x.png);
    }
    .ma-contact-list span.mcl-wx{
        background-image: url(/public/mazala/images/wx@2x.png);
    }
    .ma-contact-list span.mcl-wb{
        background-image: url(/public/mazala/images/wb@2x.png);
    }
    .ma-contact-list span.mcl-ww{
        background-image: url(/public/mazala/images/ww@2x.png);
    }
    .ma-fn-con ul li.ma-st-nav a{
        background-image: url(/public/mazala/images/footer-nav-img@2x.png);
    }
    .ma-fn-con ul li.ma-st-nav a:hover{
        background-image: url(/public/mazala/images/footer-nav-img-h@2x.png);
    }    
    .ma-nav-list ul li a.ml-tt-icon{
        background-image: url(/public/mazala/images/nav-concierge@2x.png);
    }
}


.myfavid{
	background:url(/public/mazala/images/heart_hh.png) no-repeat 50% 50%;
	background-size:16px 16px;
}
.myfavidact{
	background:url(/public/mazala/images/heart_fill.png) no-repeat 50% 50%;
	background-size:16px 16px;
}
.soldoutbtn{
	border: #e4e4e4 solid 1px;
	border-radius: 5px;
	background: url(/public/mazala/images/search-btn-bg_03.png) repeat-x;
	width:32px;
	height:30px;
	line-height:30px;
	text-align:center;
	color:#bc7c69;
}
.mysaidbox{
 width:33%;
 float:left;
}
.tipsmy{
	position: absolute;
    max-width: 320px;
    background: #fff;
    padding: 20px;
    border: #e4e4e4 solid 1px;
    border-radius: 5px;
    z-index: 999;
    font-style:normal;
}
.despTitle{
	font-size: 20px;
	color: #c87960;
	border-bottom: #a5a0a0 solid 1px;
	padding-bottom: 15px;
}

.tipsmy p,.tipsmy .despBody{
	font-size: 15px;
	color: #000000;
	line-height: 33px;
	font-style:normal;
	font-family: "PingHei",'思源黑体 CN',"微软雅黑",STHeiti,"Hiragino Sans GB","Droid Sans Fallback",Arial, Helvetica, sans-serif;
}
.funkarr{
	background-size: 20px 8px;
	width: 30px;
	height: 30px;
}
.upfunk{
	background: url(/public/newimages/downarr.png) no-repeat 50% 50%;
	background-size: 16px 5px;
	width: 30px;
	height: 30px;
}
.downfunk{
	background: url(/public/newimages/uparr.png) no-repeat 50% 50%;
	background-size: 16px 5px;
	width: 30px;
	height: 30px;
}
.uptotop{
	position: fixed;
	width: 50px;
	height: 50px;
	bottom: 60px;
	right: 0px;
	z-index: 999;
	background: url(/public/newimages/uptotop.png) no-repeat 50% 50%;
	background-size: 50px 50px;
	cursor: pointer;
}

.itmefkyiu {
    color: #ffffff;
}
.itmefky {
    float: left;
    text-align: center;
}
.clearf {
    clear: both;
}
.moreask{
	float:right;
	color:#bc7c69;
	padding:0 30px;
}

.actitsa{
	text-align:center;
	float:left;
	padding:0 25px;
	border-radius:5px 5px 0 0;
	margin-left: 30px;
	height:31px;
	border: #e4e4e4 solid 1px;
	border-bottom:none;
	background-color:#e4e4e4;
}
.actitsabak{
	color:#bc7c69;
	background: url(/public/mazala/images/search-btn-bg_03.png) repeat-x;
}
.actitsaact{
	background-color:#d3856d;
	color:#fff;
}
#choosenav{
	margin-left:5px;
}
.bh-rs-result-box table{
	table-layout:fixed;
}
.aftboxnodata{
	text-align:center;
	height:32px;
	width:100%;
	color:#bc7c69;
	line-height:32px;
	
}


.bh-rs-m-btn a{
	display:block;
	float:left;
	width:62px;
	height:30px;
	text-align:center;
	border-radius:5px;
	background:url(/public/mazala/images/search-btn-bg_03.png) repeat-x;
	overflow:hidden;
	cursor:pointer;
	line-height:30px;
	margin:2px 0px;
	font-size:15px;
    color:#7e4d3f;
    transition: 200ms all linear;
    -webkit-transition: 200ms all linear;
}
.bh-rs-m-box{
    margin:0 17px;
}
.bh-rs-m-btn a img{
    display: inline-block;
    height: 86%;
    margin-top: 5%;
    opacity: 0.6;
}
.bh-rs-m-btn a{
	width:50px;
}
.bh-rs-m-btn a.checked,.bh-rs-m-btn a:hover{
	background-image:url(/public/mazala/images/search-btn-bg_05.png);
	border-color:#d5876f;
	color:#ffffff;
}
#nav_psub{
	width:100%;
	max-height:412px;
	position:absolute;
	left:0;
	color:#000;
}
.kkiilost{
	float:left;
	width:248px;
	color:#000;
}
.bresss{
	float:left;
	width:165px;
	color:#000;
}
.kkiilostimg{
	float:right;
	width:640px;
}
.titnavsay{
	color:#000;
	height:40px;
	line-height:40px;
	font-size:14px;
	font-weight:600;
}
.dspnavsay{
	min-height:30px;
	line-height:30px;
}
.mb-nav-ul-box{
	background-color:#fff;
	
}
.mb-nav-ul-box li{
	height:90px;
	line-height:90px;
	border-bottom:1px solid #000;
}
.ma-ph-btn-mb{
	height: 45px;
	line-height: 45px;
	background-image: url(/public/mazala/images/mazala.png);
	background-repeat: no-repeat;
	background-position: 50%;
}
.nav-mb-gewfe{
	height: 45px;
	line-height: 45px;
	background-image: url(/public/mazala/images/mazala@2x.png);
	background-repeat: no-repeat;
	background-position: 50%;
	background-color:#000;
	opacity:0.8;
	background-size: 80px;
}
.nav-mb-gewfe-sd{
	float:left;
	width:60px;
	height:45px;
	background-repeat: no-repeat;
}
.nav-mb-gewfe-sd-x{
	background-size: 50%;
	background-position: 10px 7px;
	background-image: url(/public/images/wt_x.png);
}
.nav-mb-gewfe-sd-2line{
	background-size: 50%;
	background-position: 10px 7px;
	background-image: url(/public/images/2line.png);
}

.nav-mb-gewfe-tt{
height: 8px;
border-top: 1px solid #fff;
width: 18px;
border-bottom: 1px solid #fff;
margin: auto;
margin-top: 18px;
}
.nav-mb-nexlist{
	background-color:#fff;
	padding:10px 22px;
	padding-bottom:40px;
}
.list-said{
	height:45px;
	line-height:45px;
	font-weight:600;
	font-size:14px;
}
.fright{
	float:right;
}
.js-navsubshoowdt {
	width: 35px;
	text-align: center;
}	
.nav-mb-gewfe-biger{
	float:left;
	width:60px;
	height:45px;
	background-repeat: no-repeat;
	background-size: 50%;
	background-position: 10px 7px;
	background-image: url(/public/mazala/images/nav-shopcar.png);
}
.nav-mb-gewfe-shop{
	float:right;
	width:60px;
	height:45px;
	background-repeat: no-repeat;
	background-size: 50%;
	background-position: 10px 7px;
	background-image: url(/public/mazala/images/nav-shopcar.png);
}
.nav-mb-gewfe-wish{
	float:right;
	width:60px;
	height:45px;
	background-repeat: no-repeat;
	background-size: 50%;
	background-position: 10px 7px;
	background-image: url(/public/mazala/images/nav-shopcar.png);
}
.addorxsay_add{
	background-repeat: no-repeat;
	background-position: 10px 7px;
	width: 25px;
	height: 100%;
	background-position: 50% 50%;
	background-size: 18px;
	background-image: url(/public/mazala/images/black_add.png);
}
.addorxsay_x{
	background-size: 20px;
	background-repeat: no-repeat;
	background-position: 10px 7px;
	width: 25px;
	height: 100%;
	background-position: 50% 50%;
	background-image: url('/public/mazala/images/black_x.png');
}
.jhgjhg45{
	position:relative;
}
.nums-diam{
	width:100%;height:50px;line-height:50px;
}
.inneroff{
}
.htsayimg{
	height: 30px;
	line-height: 30px;
	width: 30px;
	background-position: 50% 50%;
	float:right;
}
.js-htsayimg,.js-pop-ds{
	cursor: pointer;
}
.js-htsayimg-ht-act{
	background-size: 18px;
	background-repeat: no-repeat;
	background-image: url(/public/mazala/images/heart_fill.png);
}
.js-htsayimg-ht-unact{
	background-size: 18px;
	background-repeat: no-repeat;
	background-image: url(/public/mazala/images/heart_stroke.png);
}
.saydiamndimg{
	background-size: 100%;
	background-repeat: no-repeat;
	height:280px;
}
.tophticon{
	float:right;
	height: 30px;
	line-height: 30px;
	width:30px;
	background-position: 50%;
	background-size: 20px;
	background-repeat: no-repeat;
	margin-left: 20px;
	margin-top: -5px;
}
.js-tophticon{
	background-image: url(/public/mazala/images/heart_wt.png);
}
.js-tophtfillicon{
	background-image: url(/public/mazala/images/heart_fill2.png);
}

.js-tophticon:hover{
	background-image: url(/public/mazala/images/heart_fill2.png);
}
.js-tophtfillicon:hover{
	background-image: url(/public/mazala/images/heart_wt.png);
}

.topspcaricon{
	float:right;
	height: 30px;
	line-height: 30px;
	width:30px;
	background-position: 50%;
	background-size: 26px;
	background-repeat: no-repeat;
	margin-top: -5px;
	margin-left: 10px;
}

.js-topspcaricon:hover{
	background-image: url(/public/mazala/images/nav-shopcar-sel.png);
}
.js-topspcaricon{
	background-image: url(/public/mazala/images/nav-shopcar.png);
}

.js-topspcarselicon:hover{
	background-image: url(/public/mazala/images/nav-shopcar.png);
}
.js-topspcarselicon{
	background-image: url(/public/mazala/images/nav-shopcar-sel.png);
}

.js-topfindericon{
	float:right;
	height: 30px;
	line-height: 30px;
	width:30px;
	background-position: 50%;
	background-size: 21px;
	background-repeat: no-repeat;
	background-image: url(/public/mazala/images/finder.png);
	margin-top: -5px;
	cursor:pointer;
}
.js-topfindericon:hover{
	background-image: url(/public/mazala/images/finder_fill.png);
}


.nums-diam-wh{
}
.vbe34gf-wh{
	height:50px;
	line-height:50px;
	font-size:22px;
}
.nav-whsub{
	height:30px;
	line-height:30px;
	margin-top: 20px;
}
.wish_subnav_a{
	display:block;
	float:left;
	margin-right:20px;
}
.wish_subnav_act{
	border-bottom:3px solid #000;
	font-weight:550;
}
.under_line{
	border-top:1px solid #000;
}
.wish-btns{
	border:1px solid #000;
	height:50px;
	line-height:50px;
}
.jnav-bbb{
	float:right;
	margin-right:40px;
}
.jnav-fwe{
	float:left;
	margin-left:40px;
}
.closesayimg{
	position: relative;
	top: 5px;
	height: 30px;
	line-height: 30px;
	width: 30px;
	left: 360px;
	background-position: 50% 50%;
}
.pc_finder{
	height:100px;
	line-height:100px;
	background-color:#fff;
	
}
.pc_finder_box{
	width: 980px;
	margin:auto;
}
#js-close-find-top{
	float:right;
	font-size:18px;
	margin-right: 5px;
	cursor:pointer;
}
#find_input_box{
	float:left;
	width:574px;
	border-bottom:1px solid #000;
	height:68px;
}
#input_text_find{
	height:45px;
	font-size: 14px;
}
.js-std-find{
	float:right;
	height: 30px;
	width:30px;
	background-position: 50%;
	background-size: 26px;
	background-repeat: no-repeat;
	background-image: url(/public/mazala/images/finder_black.png);
	margin-top: 38px;
}
.js-std-find{
	cursor:pointer;
}
.htsayimgout{
height: 30px;
line-height: 30px;
width: 30px;
}
 .js-pop-ds a,.litstit a{
 	border-bottom:1px solid #000;
 }
 .saydiamntit{
 	color:#000;
	font-size:14px; 	
 }
 .dspnavsaykit{
 	float:left;
 	height:40px;
 	line-height:40px;
 	width:110px;
 }
.mynavaset{
 	color:#000;
 }
 .mynavaset:hover{
 	color:#d2846c;
 }
 
 @media screen and (min-width: 10px) and (max-width: 290px) {
 	.mymbgaf{
		height:80%;
	}
 }
 
 @media screen and (min-width: 290px){
 	.mymbgaf{
		height:88%;
	}
 }
 
 
  @media screen and (min-width: 10px) and (max-width: 800px) {
  .online-cus{
	color:#000;
    position: fixed;
    right: 10px;
    bottom: 10px;
    font-size: 12px;
    width: 70px;
    height: 70px;
    background: #d3856d;
    border-radius: 35px;
    cursor:pointer;
    background-position:50% 30%;
	background-size: 25px;
	background-repeat: no-repeat;
	z-index:9999;
	}
	
	.mcl-wx-code img{
	    display: block;
	    width:100%;
	    margin-top:45px;
	}
	
 }
@media screen and (min-width: 800px){
  .online-cus{
	color:#000;
    position: fixed;
    right: 48px;
    bottom: 50px;
    font-size: 12px;
    width: 70px;
    height: 70px;
    background: #d3856d;
    border-radius: 35px;
    cursor:pointer;
    background-position:50% 30%;
	background-size: 25px;
	background-repeat: no-repeat;
	z-index:9999;
	}
	
	.mcl-wx-code img{
	    display: block;
	    margin:auto;
	    margin-top:45px;
	}
 }
.online-cus-ico-a{
	background-image: url(/public/mazala/images/chat1.png);
}
.online-cus-ico-b{
	background-image: url(/public/mazala/images/chat2.png);
}
.online-a{
	margin-top:40px;
}

.online-cus-ico{
height: 30px;
line-height: 30px;
width: 30px;
margin: auto;
margin-top: 10px;
cursor:pointer;
}

.online-cus:hover{
	background-image: url(/public/mazala/images/chat2.png);
	color:#fff;
}
.online-cus a{  
 	color:#000;
}    
 
.close_pub{
	float: right;
	width: 50px;
	height: 45px;
	position: absolute;
	top: 0;
	right: 0;
	line-height: 45px;
	color:   #999;
	 cursor: pointer;
}