@charset "utf-8";

/*reset start*/
[v-cloak] {

	display: none !important;

}
body,
h1,
h2,
h2,
h4,
h5,
p,
dl,
dd,
ul,
ol,
form,
input,
textarea,
th,
td,
select {
    margin: 0;
    padding: 0;
}
input::-webkit-inner-spin-button ,
input::-webkit-outer-spin-button {
-webkit-appearance: none!important;
}
em {
    font-style: normal;
}

li {
    list-style: none;
}

img {
    border: none;
    vertical-align: top;
}


a {
    text-decoration: none;
    color: #333333;
}

a:focus,
a:active {
    color: #333333;
}

button:active,
button:focus {
    background: #F52B9D !important;
    color: #fff !important;
}

table {
    border-collapse: collapse;
}

input,
textarea {
    outline: none;
}

textarea {
    resize: none;
    overflow: auto;
}
body, .mui-content {
    background-color: #EEEEEE;
}

/*reset end*/

.clear {
    border-top: 1px solid #E8E8E8;
    zoom: 1;
}

.clear:after {
    content: '';
    display: block;
    clear: both;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.icon {
    width: 20px;
    height: 20px;
    vertical-align: middle;
    fill: currentColor;
    overflow: hidden;
}

.mui-icon .iconfont {
    font-size: 20px;
}

.mui-bar {
    z-index: 3;
}

.swiper-container_01 .swiper-slide img {
    width: 100%;
    height: 100%;
    display: block;
    vertical-align: middle;
}

.swiper-container_02 {
    margin-top: 10px;
    height: 140px;
}



.swiper-container_02 .swiper-slide img {
    width: 100%;
    display: block;
    vertical-align: middle;
    /*height: 90px;*/
    margin-bottom: 5px;
}
.swiper-container_02 .swiper-slide span{
	padding-left: 5px;
    display: block;
    width: 100%;
    color: #333333;
    background-color: white;
    font-size: 13px;
     line-height: 30px; 
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.swiper-container_02 .swiper-slide span:nth-of-type(2){
	color: #F52B9D;
	padding-bottom: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.mui-grid-view.mui-grid-9 .mui-table-view-cell {
    width: 25%;
}

.width_style {
    width: 50px;
    height: 50px;
    vertical-align: top;
}

.wrap_01 .new_goods {
    width: 100%;
    font-family: cursive;
}

.wrap_01 .new_goods p {
    text-align: center;
}

.wrap_01 .new_goods p:nth-of-type(1) {
    margin: 10px;
    font-weight: 500;
    color: #212121;
    font-size: 14px;
}

.wrap_01 .new_goods p span {
    padding: 5px 10px;
    border-bottom: 1px solid;
    color: #F52B9D;
    font-size: 14px;
}

.m_img {
   	width: 100%;
    /*height: 160px;*/
    margin: 10px 0;
    padding: 5px 10px;
    
}

.m_img img {
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
    vertical-align: middle;
    border-radius: 10px;
}


/*cart start*/

.cart_header {
    width: 100%;
    height: 42px;
    line-height: 42px;
    font-size: 15px;
    color: #333333;
    padding-left: 20px;
    border-bottom: 1px solid #EBEBEB;
}
.pro_Invalid {
    display: block;
    float: left;
    font-size: 10px;   
    background-size: cover;    
    margin-top: 30px;
    margin-right: 10px;
}
.checkbox_style {
    display: block;
    float: left;
    width: 20px;
    height: 20px;
    background: url(../img/choose_false.png) no-repeat center center;
    background-size: cover;
    /* margin: 10px; */
    margin-top: 30px;
    margin-right: 5px;
}

.checkbox_style.active {
    background: url(../img/checkbox_true.png) no-repeat center center;
    background-size: cover;
}

.cart_body {
    padding: 10px;
    border-bottom: 1px solid #DDDDDD;
}

.cart_body .left {
    width: 90px;
    float: left;
}

.cart_body .right {
    width: 60%;
    float: left;
    margin-left: 5px;
}
/*.gia{
	float: left;
    max-width: 70%;
}*/
.gia p:first-child{
	
    color: black;
    font-size: 16px;
}
.gia p:nth-child(2){
	margin-top: 5px;
    font-size: 12px;
}
.attrList span:after{
	content: ';';
	margin:0px 2px;
	font-size: 18px;
	
} 
.attrList span:last-child:after{
	content: '';
	margin:0px;
	font-size: 18px;
}
.cart_body .left .gia {
    float: left;
    margin-top: 10px;
}

.cart_body .left .gia p {
    margin-left: 15px;
}

.cart_body .left .gia p:nth-of-type(1) {
    font-size: 14px;
    color: #333333;
}

.cart_body ul li {
    width: 100%;
    text-align: center;
    padding: 15px;
    background: #FFFFFF;
    border-bottom: 1px solid #EBEBEB;
}

.cart_body .left .wrap_img {
    width: 90px;
    height: 100px;
    float: left;
}

.goods_num {
    margin-top: 25px;
}

.goods_num input {
    width: 50px;
    height: 28px;
    margin-bottom: 0;
    margin: 0;
    text-align: center;
}

.goods_num p {
    font-size: 14px;
    color: #F52B9D;
}

.goods_num .wrap_num {
    float: right;
    text-align: right;
}
.goods_num .wrap_num span{
	font-size: 12px;
	color: #888888;
}
.goods_num .wrap_num a {
    width: 26px;
    display: inline-block;
    height: 26px;
    line-height: 26px;
    border: 1px solid #cccccc;
    text-align: center;
    background: #ffffff;
}

.cart_body .left .wrap_img img {
    width: 100%;
    height: 100%;
    display: block;
    vertical-align: middle;
    border: 1px solid #EEEEEE;
}

.background_f {
    background: #FFFFFF;
    font-size: 14px;
}

.font_w {
    font-weight: bold;
}

.bottom_content {
    position: fixed;
    width: 100%;
    height: 60px;
    line-height: 60px;
    border-top: 1px solid #EDEDED;
    background: #FFF;
    bottom: 50px;
    font-size: 17px;
    color: #666666;
}

.main_top {
    margin-top: 20px !important;
}
.bottom_content .checkbox_style ,.bottom_content .checkbox_style.active {
    margin: 10px 5px 10px 15px;
}

.bottom_content span:nth-child(2){
	font-size: 14px;
}
.totalMoney{
	position: absolute;
    right: 110px;
    font-size: 16px;
}
.bottom_content .all_price {
    display: inline-block;
    color: #F52B9D;
}

.bottom_content a {
    width: 100px;
    height: 100%;
    background: #F52B9D;
    display: inline-block;
    float: right;
    text-align: center;
    color: white;
}


/*现货钻石*/

.wrap_btn {
    width: 100%;
    margin: 0px;
    padding: 10px 10%;
    background-color: #efeff4;
    position: fixed;
    z-index: 2;
}

.wrap_btn button {
    width: 45%;
    height: 40px;
    background: white;
    color: black;
    border: none;
}

.wrap_btn button.active {
    background: #F52B9D;
    border: 1px solid #F52B9D ;
    color: white;
}
.box_01,.box_02 {
   margin-top: 60px;
}
.t_header{
	position: fixed;
	width: 100%;
	z-index: 2;
}
.t_header ul{
   background: #F52B9D;
}

.t_header ul li {
    float: left;
    width: 12%;
   	margin: 10px 0px;
    text-align: center;
    color: white;
    font-size: 12px;
    border-right: 1px solid #E8E8E8;
}
.t_header ul li:last-child{
	border-right: none;
	width: 19%;
}
.t_header ul li:nth-of-type(2){
	width: 15%;
}

.t_header ul li:last-of-type img {
    width: 30px;
    height: 30px;
}
.t_body{
	padding-top: 41px;
}
.t_body ul {
   
    background: white;
    margin-bottom: 5px;
}

.t_body ul:last-child {
    border-bottom: 1px solid #E8E8E8;
}

.t_body ul li {
    float: left;
    width: 12%;
    margin: 15px 0px;
    text-align: center;
    color: #666;
    font-size: 12px;
    border-right: 1px solid #ecebeb;
    /* overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; */
}

.t_body ul li:last-child {
    border-right: none;
}
.t_body ul li:nth-of-type(2){
	width: 15%;
}
.t_body ul li:nth-of-type(7) {
    width: 19%;
}
.t_body ul li img{
	width: 18px;
    height: 18px;
    /* position: fixed; */
    margin-left: -8px;
    margin-top: -10px;
    display: none;
}

.w_mask {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 45px;
    right: 0;
    z-index: 998;
    background: #000000;
    opacity: 0.5;
    overflow: auto;
    border: 1px dashed;
}

.all_dialist {
    position: fixed;
    width: 85%;
    height: 100%;
    top: 45px;
    right: 0;
    z-index: 999;
    background: #FFF;
    overflow: auto;
    border-top: 1px solid #ccc;
}

.all_dialist .options {
    width: 85%;
    height: 50px;
    position: fixed;
    bottom: 50px;
    right: 0;
    z-index: 999;
    display: -webkit-box;
}

.options button {
    display: block;
    width: 50%;
    height: 100%;
    background: #FFFFFF;
    border-radius: 0;
}

.options button:last-of-type {
    background: #F52B9D;
    color: #FFF;
    border-top-color: #F52B9D;
    border-left: none;
}

.content_list a {
    color: #999999;
    font-size: 14px;
}

.content_list {
    padding: 15px;
    margin-bottom: 150px;
}

.content_list h4 {
    color: #333333;
    font-size: 15px;
    margin: 10px 0;
    font-weight: normal;
}

.content_list ul li {
    width: 31%;
    height: 35px;
    line-height: 35px;
    display: inline-block;
    border: 1px dashed #D7D7D7;
    margin-bottom: 5px;
    text-align: center;
    background: #F0F0F0;
    border-radius: 5px;
    font-size: 12px;
    margin-left: 2%;
    color: #999999;
    white-space:nowrap;
	overflow: hidden;
}


/*注册页面*/

.wrapper {
    padding: 10px;
    font-size: 14px;
}

.label-title {
    width: 25%;
    float: left;
    height: 30px;
    line-height: 30px;
    margin: 5px 0;
    color: #000;
}

.text-input {
    width: 75% !important;
    font-size: 14px;
}

.pr5 {
    width: 40% !important;
}

.getcode { 
    height: 40px;
    border: none;
    border-radius: 13px;
    color: white;
    text-align: center;
    background: #F52B9D;
    padding: 0px 10px;
}
.mobliecode button[disabled]{
    cursor: default;
    background: #9E9E9E;
    font-size: 12px;
}
.pass-help {
    width: 80%;
    margin: 25px 5% 10px 5%;
}

.zdy-checkbox {
    background: url(../img/choose_false.png) no-repeat center center;
    width: 20px;
    height: 20px;
    float: left;
    margin-right: 10px;
    background-size: cover;
    -webkit-appearance: none;
}

.zdy-checkbox.active {
    background-image: url(../img/checkbox_true.png);
}

.login-btn {
	font-size: 18px;
    width: 80%;
    margin-left: 10%;
    height: 40px;
    padding: 5px 0;
    color: #FFF;
    background: #F52B9D;;
    border: none;    
}

.toreg {
    margin: 15px;
    color: #666666;
    text-align: right;
}

.toreg a {
    color: #F52B9D;
}

.user-agreement {
    color: #666666;
}
.user-agreement span{
	color: #F52B9D;
	text-decoration:underline;
}
.mui-btn-block {
    margin: 30px 10%;
    padding: 10px 0;
   
}


/*商品详情details*/

.list_title ul li {
    float: left;
    height: 40px;
    text-align: center;
    line-height: 40px;
   /* border: 1px solid #999999;*/
    border-right: none;
    font-size: 14px;
}

/*.list_title ul li:last-of-type {
    border-right: 1px solid #999999;
}*/

.goods_name {
    padding: 10px 0px;
}

.goods_name P {
    margin-top: 10px;
    padding: 0 5px;
}

.goods_name P:nth-of-type(1) {
    font-size: 16px;
    color: #333333;
}
.goods_name .new_price{
	color: #FF0086;
	float: left;
}
.goods_name .new_price span:first-child{
	font-size: 16px;	
}
.goods_name .new_price span:last-child{
	font-size: 18px;
}
.tagStr{
	background: #F52B9D;
    color: white;
    overflow: hidden;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    max-width: 60px;
}
.black{
	width: 100%;
	height: 10px;
	background: #EEEEEE;
}

.Parameter {
    padding: 15px;
}

.Parameter ul li {
    float: left;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    color: #8f8f94;
    margin-left: 15px;
}

.Parameter ul:first-of-type li:nth-of-type(3n+1) {
    margin-left: 75px;
}

.Parameter ul:first-of-type li:first-of-type {
    margin-left: 15px;
}

.Parameter .title {
    font-size: 14px;
    color: rgb(51, 51, 51);
    height: 40px;
    line-height: 40px;
}

.Parameter ul p {
    font-size: 14px;
    color: #8f8f94;
    float: left;
    line-height: 30px;
}

.mui-backdrop {
    bottom: 51px !important;
}

.mui-popover {
    width: 100%;
    margin-left: 5px;
    border-radius: 0;
    top: 82px !important;
    position: fixed;
}

.mui-popover .mui-popover-arrow {
    height: 0 !important;
}

#mask {
    padding: 15px;
    font-size: 14px;
}

#mask .title {
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #999999;
}

#mask ul li {
    float: left;
    min-width: 30%;
    height: 30px;
    line-height: 30px;
    border: 1px solid #999;
    border-radius: 5px;
    text-align: center;
    margin: 5px;
    font-size: 14px;
    color: #333333;
    padding: 0 4px;
}

/* #mask ul li:nth-of-type(3n+1) {
    margin-left: 0;
} */

#mask ul li.active {
    background: #71a9e6;
    color: white;
}

#mask .list_02 ul li:nth-of-type(3n+1) {
    margin-left: 52px;
}

#mask .list_02 ul li:first-of-type {
    margin-left: 0;
}

/* #mask ul li:nth-of-type(1) {
    margin-left: 0;
} */

#mask .p_style {
    width: 100%;
    height: 35px;
    line-height: 35px;
    margin-top: 10px;
    /* float: left; */
}

#mask .kezi {
    width: 47%;
    margin: 10px 0 0 0;
    float: left;
    font-size: 12px;
}

#mask .list_04 .val_sel {
    height: 30px;
    margin: 15px 0 0 0;
}

#mask .list_04 .val_text {
    width: 30%;
    display: inline-block;
    margin: 15px 0 0 0;
    text-align: center;
    height: 30px;
}

#mask .kucun {
    display: inline-block;
}

#mask .ser_num {
    margin: 25px 0 0;
    color: #8f8f94;
    font-size: 14px;
}


/*商品details_page*/

.details_page_img {
    width: 100%;
    height: 300px;
    border: 1px solid #CCCCCC;
}

.details_page_img img {
    width: 100%;
    height: 100%;
    display: block;
    vertical-align: middle;
}


/*商品evaluation*/

.evaluation_ul {
    margin-top: 15px;
    padding: 15px;
}

.evaluation_text {
    margin-top: 15px;
    text-indent: 2em;
    padding-bottom: 10px;
    border-bottom: 1px solid #CCC;
}

.evaluation_title {
    margin-top: 15px;
}


/*商品goodsList*/

.my_a {
    font-size: 14px;
    margin-top: 10px;
}

.goods_list_title {
    width: 100%;
    height: 50px;
    position: fixed;
    background: white;
    border-bottom: 1px solid #e8e6e6;
	border-top: 1px solid #e8e6e6;
    z-index: 3;
}

.goods_list_title a {
    width: 27%;
    text-align: left;
    padding: 0px 10px;
    border: none;
    height: 100%;
    float: left;
    line-height: 50px;
    display: block;
    font-size: 14px;
}
.goods_list_title a:nth-of-type(1), .goods_list_title a:nth-of-type(4) {
    background: none;
}
.goods_list_title a:nth-of-type(4){
	width: 16%;
}
.goods_list_title a.active {
    color: #F52B9D;
}
.sort_li span{
	float: left;
	margin-right: 5px;
}
.sort_img{
	height: 50px;
}
.sort_img img{
	vertical-align:middle;
	width: 8px;
	height: 15px;
}

.goods_all_list {
    margin-top: 50px;
    padding: 10px 3%;
}
.goods_all_list ul li:nth-child(even){
	margin-left: 3%;
}
.goods_all_list ul li {
    width: 48.5%;    
    margin-bottom: 10px;
    float: left;
}

.goods_all_list .wrap_img{
    width: 100%;
    /* height: 150px; */
    background: white;
    position: relative;
    padding-top: 100%;
    height: 0;
}

.goods_all_list .wrap_img img {
	position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    border: 1px solid white;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.wrap_text {
    background: white;
    padding: 10px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}
.wrap_text p{
	color:#333333;
}
.wrap_text p:nth-of-type(2) {
	margin-top: 5px;
    color:#F03796;
    font-size: 14px;
}

.none_box {
    width: 80%;
    height: 100%;
    border: 1px solid #999999;
    position: fixed;
    background: white;
    right: 0;
    padding: 10px;
    font-size: 14px;
    z-index: 9999;
    overflow: auto;
}

.none_box .wrap_box {
    margin-bottom: 100px;
}

.none_box ul li {
    width: 31%;
    height: 35px;
    line-height: 35px;
    display: inline-block;
    border: 1px dashed #D7D7D7;
    margin-bottom: 5px;
    text-align: center;
    background: #F0F0F0;
    border-radius: 5px;
    font-size: 12px;
    margin-left: 2%;
    color: #999999;
    white-space:nowrap;
	overflow: hidden;
}

.none_box ul li.active {
    color: #F52B9D;
    border-color: #F52B9D;
    background: #FFF;
}

.nomorelist,.nobox,.list_bottom{
	display: none;
	width: 100%;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 14px;
	color: #999999;
	margin-bottom: 20px;
}
.none_box p {
    margin-top: 15px;
}

.btn_02 {
    margin-top: 15px;
    text-align: center;
    width: 80%;
    height: 55px;
    position: fixed;
    bottom: 0px;
    right: 0;
    z-index: 6;
    display: -webkit-box;
}

.btn_02 button {
    width: 49%;
    display: block;
    width: 50%;
    height: 100%;
    border-radius: 0;
}

.btn_02 button:nth-of-type(2) {
    background: #F52B9D;
    color: #FFF;
    border-top-color: #F52B9D;
    border-left: none;
}


/*商品index*/

.wap_all {
    color: #666666;
    font-size: 14px;
}

.tab-tit {
    width: 20%;
    position: fixed;
    height: 100%;
    border-right: 1px solid #ccc;
}

.tab-con {
    width: 80%;
}

.tab-tit ul li {
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #CCCCCC;
    text-align: center;
    overflow: hidden;
}

.tab-tit ul li a {
    display: block;
    color: #666666;
}

.tab-tit ul li.active {
    background: #F52B9D;
    color: white;
}
.box_style ul{
	margin: 20px 10px;
}
.box_style ul li {
    min-width: 30%;
    margin: 1%;
    float: left;
    text-align: center;
    max-height: 30px;
    border-radius: 5px;
    border: 1px solid darkgray;
    padding: 5px;
    overflow: hidden;
    color: darkgray;
    font-size: 12px;


}


/*login*/

.other_login {
    width: 100%;
    margin-top: 120px;
}

.other_login p {
    text-align: center;
    font-size: 14px;
    color: #333;
}

.wrap_qq_weix {
    width: 100%;
    margin-top: 20px;
}

.wrap_qq_weix a {
    width: 50%;
    float: left;
    display: block;
}

.wrap_qq_weix a:first-of-type {
    padding-left: 57px;
}

.wrap_qq_weix span {
    display: block;
    float: left;
}

.wrap_qq_weix a span:last-of-type {
    margin-top: 10px;
    margin-left: 5px;
    font-size: 14px;
}

.wrap_qq_weix .icon {
    font-size: 40px;
}

.font-size_14 {
    font-size: 14px;
}


/*cartDetail*/

.address-true {
    background: url("../img/shape.png") no-repeat 96% center;
    padding: 10px;
    height: 76px;
}

.address-true a {
    display: block;
}

.address-true .box_01 {
    max-width: 85%;
    color: #666666;
}

.address-true .box_02 {
    margin-right: 20%;
    color: #999999;
}

.address-where {
    background: url(../img/mark.png) no-repeat 1px;
    padding-left: 25px;
    line-height: 35px;
    height: 35px;
    color: #999999;
}

.location-icon {
    width: 100%;
    height: 2px;
    background: url(../img/location-border.png) repeat-x;
    background-size: 20% 2px;
}

.order-left {
    max-width: 70%;
    height: 50px;
    float: left;
    text-align: left;
    text-overflow: ellipsis;
    overflow: hidden;
}

.order-left li {
    display: inline-block;
}

.order-left img {
    width: 50px;
    height: 50px;
    border: 1px solid #D7D7D7;
    margin-right: 10px;
}

.order-sum {
    width: 20%;
    min-width: 25px;
    height: 50px;
    line-height: 50px;
    color: #212121;
    float: right;
    text-align: right;
    padding-right: 1rem;
    background: url(../img/shape.png) #FFF no-repeat 96% center;
    background-size: 13%;
}

.order-list {
    padding: 10px;
    border-top: 1px solid #D7D7D7;
    border-bottom: 1px solid #D7D7D7;
    margin-top: 20px;
}

.order-list a {
    display: block;
}

.step-content h1 {
    font-size: 14px;
    color: #666666;
    margin: 20px 0 10px 10px;
}

.step-content h2 {
    font-size: 14px;
    color: #666666;
    display: inline-block;
}

/* .way-list {
    border-bottom: 1px solid #D7D7D7;
    margin-top: 10px;
    padding: 10px;
    height: 80px;
} */

.step-content .left_c {
    float: left;
}

.step-content .way-list input {
    width: 20px;
    height: 20px;
    margin-right: 5px;
    display: inline-block;
    float: left;
}

/* .step-content .right_c {
    float: left;
    padding-right: 20px;
} */

.step-content p {
    margin: 5px 0;
}

.step-content textarea {
    width: 70%;
    min-height: 80px;
    margin-left: 35px;
    display: block;
    font-size: 12px;
}

.step-content .money_buttom {
    margin-top: 0;
}

.step-content .money_buttom p:nth-of-type(odd) {
    float: left;
}

.step-content .money_buttom p:nth-of-type(even) {
    float: right;
    color: #F52B9D;
    font-size: 14px;
}

.step-content .aubmit_btn {
    height: 50px;
    position: fixed;
    width: 100%;
    line-height: 60px;
    border-top: 1px solid #EDEDED;
    background: #FFF;
    bottom: 0px;
    font-size: 17px;
    color: #666666;
}

.step-content .aubmit_btn a {
    width: 30%;
    height: 100%;
    line-height: 50px;
    display: block;
    float: right;
    background: #F52B9D;
    color: white;
    text-align: center;
}

.step-content .aubmit_btn p {
    float: left;
    font-size: 14px;
    font-weight: bold;
    line-height: 50px;
    color: #F52B9D;
    margin: 0 0 0 25px;
    position: absolute;
    right: 130px;
}


/*商品清单*/

.detailed_list li {
    width: 100%;
    height: 100px;
    padding: 10px;
    border-bottom: 1px solid #D7D7D7;
}

.detailed_list li a {
    display: block;
}

.detailed_list .leftt_img {
    width: 25%;
    height: 100%;
    float: left;
}

.detailed_list .leftt_img img {
    width: 80px;
    height: 80px;
}

.detailed_list .content_text {
    width: 45%;
    line-height: 80px;
    height: 50px;
    float: left;
    color: #999999;
}

.detailed_list .right_num {
    width: 30%;
    line-height: 80px;
    height: 50px;
    float: right;
    position: relative;
    top: 25px;
    color: #F52B9D;
    font-size: 14px;
}


/*nav*/

.my_nav {
    position: fixed;
    width: 100%;
    background: white;
    height: 55px;
    border-top: 1px solid #DDDDDD;
    bottom: 0;
    z-index: 8;
}

.my_nav .list_a {
    display: block;
    width: 20%;
    line-height: 55px;
    position: relative;
    float: left;
    color: #666666;
}
.my_nav .list_a span .icon{
	width: 24px!important;
    height: 24px!important;
}

.my_nav .list_a.active {
    color: #F52B9D;
}

.my_nav .list_a span:first-of-type {
    display: block;
    text-align: center;
    width: 100%;
    height: 25px;
    font-size: 20px;
    position: absolute;
    top: -10px;
}

.my_nav .list_a span:last-of-type {
    font-size: 12px;
    text-align: center;
    margin-top: 15px;
    display: block;
}

.buttom_msg {
    position: fixed;
    width: 100%;
    height: 100%;
    background: white;
    opacity: 0.1;
    z-index: 7;
    top: 0px;
}
.buttom_msg img{
	display: block;
	width:80px;
	margin:50% auto;
}


.buttom_msg p {
    text-align: center;    
}

#diamond .table {
    font-size: 12px;
    color: #333333;
}

#diamond .Intensity li {
    width: 49%;
}

#diamond .all_dialist ul li.active {
    color: #F52B9D;
    border-color: #F52B9D;
    background: #FFF;
}

.buttom_alert {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 999999999999;
    background: #000000;
    opacity: 0.5;
    overflow: auto;
}

.buttom_box {
    width: 100%;
    /*height: 480px;*/
    background: white;
    position: fixed;
    z-index: 10;
    bottom: 0;
    padding-bottom: 60px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.buttom_box ul{
	border-top: 1px solid #ccc;
}
.buttom_box ul li {
    width: 50%;
    min-height: 37px;
    padding: 7px 0px;
    float: left;
    font-size: 14px;
    
    border-bottom: 1px solid #ccc;
}
.buttom_box ul li:nth-child(odd){
	border-right: 1px solid #ccc;
}
.buttom_box .detai_title {
    width: 100%;
    padding: 10px 0px;
    text-align: center;
    font-size: 16px;
    color: black;
}

.buttom_box ul li span:first-of-type {
    width: 80px;
    height: 100%;
    display: inline-block;
    text-align: left;
    padding-left: 10px;
    color: black;
}

.buttom_box ul li span:last-of-type {
    display: inline-block;
    text-indent: 5px;
    color: #999999;
    font-size: 12px;
}

.nav_footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    padding: 0;
    border-top: 0;
    border-bottom: 0;
    background: white;
    height: 55px;
    line-height: 55px;
    font-size: 14px;
    border-top: 1px solid #ccc;
}

.nav_footer a {
    height: 100%;
    float: left;
    color: #8f8f94;
    text-align: center;
}

.nav_footer .addcart ,.nav_footer .click_cart{
    background: #FBAA1C;
    color: #FFF;
    text-align: center;
    border: 1px solid #FBAA1C;
}

.nav_footer .shop_now,.nav_footer .click_buy {
    background: #F52B9D;
    color: #FFF;
    font-size: 16px;
    text-align: center;
    border: 1px solid #F52B9D;
}

.my-badge {
    position: absolute;
    top: 2px;
    left: 30px;
}

.icon_style {
    margin-top: 5px;
    height: 5px;
    display: block;
    width: 100%;
}
.icon_style .icon{
	vertical-align: top;
}
.footer_left{
	font-size: 12px;
}
.main-content ul li {
    font-size: 14px;
    color: #999999;
    line-height: 50px;
    border-bottom: 1px solid #CCCCCC;
    margin: 0 10px;
}

.main-content ul li span {
    min-width: 20%;
    color: #000;
    display: inline-block;
}

#succcess .p-style {
    font-size: 14px;
    line-height: 40px;
    padding: 0 10px;
    color: #333333;
    background-color: #F4F4F4;
    border-bottom: 1px solid #CCCCCC;
}

#succcess .orderPrice li {
    line-height: 40px;
    border-bottom: 1px solid #CCCCCC;
    text-align: right;
    padding-right: 10px;
    font-size: 14px;
}

#succcess .btn-list {
    text-align: center;
    padding: 10px;
}

#succcess .btn-list a:first-of-type {
    float: left;
    margin-left: 25px;
    font-size: 14px;
    border: 1px solid #ccc;
    background-color: #fff;
    height: 40px;
    line-height: 40px;
    width: 100px;
    border-radius: 5px;
}

#succcess .btn-list a:last-of-type {
    float: right;
    margin-right: 25px;
    font-size: 14px;
    border: 1px solid #F52B9D;
    height: 40px;
    line-height: 40px;
    width: 100px;
    border-radius: 5px;
    background-color: #F52B9D;
    color: #fff;
}

.SubmitOrders {
    height: 100%;
    float: right;
    width: 120px;
    border: none;
    border-left: 1px solid #ccc;
    background: #F52B9D;
    border-radius: 0;
    color: white;
    font-size: 14px;
    text-align: center;
    line-height: 50px;
}

.exploration-center select {
    width: 65%;
    font-size: 14px;
    height: 40px;
    padding: 0;
    color: #747474
}

.exploration-center .mui-select:before {
    right: 270px;
}

.exploration-center ul li .select-input {
    width: 65%;
    height: 40px;
    font-size: 14px;
    color: #999999;
    margin: 0;
    padding: 0;
    border: 0;
    float: left;
}

.my-span-background {
    background: url("../img/shoucang.png") no-repeat;
    background-size: 20px 20px;
    width: 30px;
    height: 30px;
    display: inline-block;
    position: relative;
    top: 10px;
}

.my-span-background.active {
    background: url("../img/shoucang01.png") no-repeat;
    width: 30px;
    height: 30px;
    display: inline-block;
    position: relative;
    top: 10px;
    background-size: cover;
}

.index_span {
    position: absolute;
    top: 9px;
    left: 20px;
}

.down_box {
    width: 100%;
    min-height: 150px;
    background: rgba(255,255,255,0.3);
    display: none;
    border-radius: 5px;
}

.down_box ul li {
    height: 30px;
    color: #D7D7D7;
    border-bottom: 1px solid #CCCCCC;
    font-size: 14px;
    padding-left: 15px;
    line-height: 30px;
}

.store_top {
   background: white;
   padding: 15px 10px;
}
.store-title{
	width: 20%;
	float: left;
	color: #333333;
	font-size: 15px;
	height: 70px;
	margin-right: 10px;
	line-height: 30px;
}
.storelist{
	height: 70px;
}
.storelist li {
    float: left;
    font-size: 13px;
    color: #666;
    width: 20%;
    margin-right: 2%;
    margin-bottom: 5px;
    text-align: center;
    border: 1px solid #eee;
    border-radius: 10px;
    line-height: 30px;
}

.main-con {	
    margin: 10px;
    
}
.main-con img{
	height: 220px;
	display: block;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	vertical-align: middle;
}
.store_bottom{
	background: white;
	width: 100%;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
.back-bottom {
	float: left;
    padding: 10px;
    width: 60%;
    border-bottom-left-radius: 10px;
    overflow: hidden;
    
}

.storeBtn button{
	border:1px solid #F52B9D;
	color: #F52B9D;
	line-height: 35px;
	padding: 0px 15px;
	float: right;
	margin:20px auto;
	margin-right: 10px;
}
.back-bottom .storename {
    margin-top: 5px;
    font-size: 14px;
    color: #333333;
}

.back-bottom .storeaddress {    
    line-height: 35px;
    height: 35px;
    color: #999999;
}

.st-title {

    margin-bottom: 10px;
}

.st-title img {
    width: 100%;
    display: block;
    vertical-align: middle;
    min-height: 150px;
}

.st-title p {
    line-height: 35px;
    font-size: 18px;
    color: #333333;
    background: white;
    padding: 5px 0px;
    text-align: center;
}
.st-min{
	background: white;
}
.st-min ul li {
    width: 100%;
    padding: 8px 10px;   
    border-bottom: 1px solid #eee;
}

.st-min ul li .st_title{
	line-height: 25px; 
	width: 20%;
	max-width: 70px;
	color: black;
	font-size: 15px;
}


.st-min ul li .st_text{
	line-height: 25px; 
	color:#666666;
	font-size: 15px;
}
.st-min .mui-table-view-cell:after {
    background: none;
}
.st-fixd {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 50px;
    background: #F52B9D;
    text-align: center;
    line-height: 50px;
    color: white;
}

.st-fixd-alert {
    position: fixed;
    z-index: 10;
    bottom: 0px;
    width: 100%;
    height: 400px;
    background: #FFFFFF;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}
.st-fixd-alert.mui-input-group:before{
	height: 0px;
}
.alert-title {
    padding: 10px;
}
.alert-title{
	border: none;
    font-size: 12px;
    text-align: center;
}
.alert-title_top{
	width: 70%;
	margin: 0px auto;
	border-bottom: 1px solid #666666;
}
.alert-title .strong {
    line-height: 40px;
    font-size: 18px;
    color: #333333;
}

.alert-title span {
    font-size: 14px;
    color: #666666;
    display: inline-block;
    line-height: 40px;
}
.st-fixd-alert button{
	width: 100%;
    bottom: 0px;
    font-size: 16px;
    color: white;
    position: fixed;
    background: #F52B9D;
    height: 48px;
}

/* 定制样式 begin */
.classifyTabs{
	border-top: 1px solid #CCCCCC;
	background: white;
	font-size: 15px;
}
.classifyTabs ul{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;

}
.classifyTabs li {
    flex: 1;
    text-align: center;
    height: 60px;
    line-height: 60px;
}
.classifyTabs li.active{
    color: red;
    border-bottom: 2px solid red;
}

.classifyTabs li:first-child {
    border-left: 0;
}

.classifyTabs li:nth-child(2),
.classifyTabs li:nth-child(3) {
    border-left: 0;
}

.classifyTabs li:nth-child(3) {
    border-right: 0;
}

.classifyTabs .red {
    color: red;
}

#mask .shoucun {
    width: 40%;
    text-indent: 8px;
    margin-top: 10px;
    height: 30px;
    border: 1px solid #ccc !important;
}

.suAddCart {
    width: 100%;
}

.peishi_box {
    position: fixed;
    bottom: 0px;
    z-index: 20;
    height: 70%;
    width: 100%;
    border: 1px solid #eee;
    background: #eee;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.peishi_box .top_title h2{
	background: white;
	width: 100%;
    text-align: center;
    height: 40px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}
.peishi_box .detai_main{
	top: 90px;
	padding: 0px;
}
.peishi_list_top{
	height: 50px;
    background: white;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}
.peishi_list_top li{	
	float: left;
    width: 12%;
    margin: 10px 0px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 13px;
    border-right: 1px solid #E8E8E8;
}
.peishi_list_top li:last-child {
    border-right: none;
}
.peishi_box .detai_main ul{
	background: white;
	color: #666;
	margin-bottom: 5px;
}
.peishi_box .detai_main ul li {
    float: left;
    width: 12%;
    margin: 15px 0px;
    text-align: center;    
    font-size: 12px;
    border-right: 1px solid #ecebeb;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.peishi_box .detai_main ul li img,
.peishi_box .detai_main ul li i.icon-su {
    width: 20px;
    height: 20px;
    position: absolute; 
    margin-top: -10px;
    font-size: 20px;
}
.peishi_box .detai_main ul li:last-child {
    border-right: none;
}
.buttom_alert {
    z-index: 9;
}

.peishi_box .detai_main ul.active {
    color: #f62b9c;
    width: 100%;
    height: auto;
    background: #F4F4F4;
    overflow: hidden;
    border: 2px dashed #fff;
}

.queRen {
    z-index: 20;
    width: 100%;
    height: 400px;
    background: #FFF;
    border-top: 1px solid #D7D7D7;
    position: fixed;
    bottom: 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.queRen .detai_main{
	top: 50px;
    padding: 0px;
}
.detai_main_foot{
	width: 100%;
    text-align: right;
    padding: 20px;
}
.detai_main_foot .rmb_price{
	color: #F52B9D;
}
.queRen .top_title p {
    font-size: 16px;
    padding: 0px;
    color: #555;
    height: 50px;
    line-height: 50px;
    padding-left: 20px;
    border-bottom: 1px solid #eee;
}




.matching .custom-btn {
    width: 100%;

}
.matching .detai_main li {
    width: 100%;
    height: 120px;
    padding: 10px;
    border-bottom: 1px solid #eee;
    position: relative;
}

.matching .tops li button {
    height: 30px;
    width: 65px;
    line-height: 30px;
    font-size: 12px;
    padding: 0;
    border-radius: 10px;
    float: right;
}

.matching .tops .good-img {
    width: 100px;
    height: 100px;
    margin-right: 10px;
    vertical-align: middle;
}

.matching .tops .w4rem {
    width: 100px;
    height: 100px;
    border-radius: 10px;
}



.matching .tops .good-title p {
    padding-left: 5px;
    /* height: 30px; */
    line-height: 30px;
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.matching .tops .good-title .good-title_top span {
    width: 70%;
    float: left;
    display: block;
    font-size: 15px;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: black;
}

.rmb {    
    position: absolute;
    /* padding: 0px 10px; */
    bottom: 10px;
    margin-left: 110px;
    width: 80%;
    padding-right: 10px;
}
.rmb .rmb_price{
	color: #F52B9D;
    font-size: 16px!important;
    display: inline-block;
    width: 60%;
}
.nav_footer .custom-btn {
    display: block;
    text-align: center;
    color: #FFF;
    background: #F52B9D;
    border: 1px solid #F52B9D;
}
/* 定制样式 end */
.mui-title{
    color: #333333;
}

/*登录样式*/
.userinput,.mobliecode{	
	font-size: 14px;
	color: gray;
	position: relative;		
	border: 1px solid #c8c7cc;
    border-radius: 5px;
    height: 45px;
    margin-left: 10%;
    margin-top: 15px;		    
    width: 80%;
}
.userinput .icon,.mobliecode .icon{
	width: 15px;
	color: gray;
	position: absolute;
    margin:0px  10px;
    height: 40px;	
    line-height: 40px;	
    z-index: 1;	    
}
.userinput input {
	font-size: 14px;
	position: relative;	
    border: none;
    background: none;
    height: 40px;
    line-height: 40px;
    width: 100%;
    padding-left: 30px;
    box-sizing: border-box;		    
}
.mobliecode{
	border:none;
	width: 90%;
}
.mobliecode input{
	margin-right: 5px;
	font-size: 14px;
	position: relative;
    height: 40px;
    line-height: 40px;
    width: 55%!important;
    padding-left: 30px;
    box-sizing: border-box;
}
input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0px 1000px white inset;		
}
.mui-input-row .mui-input-password~.mui-icon-eye.mui-active{
	color: #F52B9D;
}
.mui-bar {
    background-color: white
}
.mui-bar-nav {
    top: 0;
}


/*没有数据时候的样式*/
			
.nodata,.nodata1 {
	margin: 40% auto;
	text-align: center;
	line-height: 30px;
	display: none;
}
.nodata img {
	width: 100px;
}
.nodata button {
    margin-top: 20px;
    margin-right: 8%;
    width: 100px;
    border: 1px solid #F52B9D;
    color: #F52B9D;
    background: #f5f5f5;
}

.detail-title{
    width: 100%;
    height: 100px;
    background: #F52B9D;
}
.my-mask{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 45px;
    right: 0;
    z-index: 998;
    background: #000000;
    opacity: 0.5;
    overflow: auto;
}
#mask-html{
    position: fixed;
    z-index: 999;
    width: 50%;
    height: 15%;
    background: #ffffff;
    top: 40%;
    left: 25%;
    border-radius: 10px;
}
#mask-html ul{
    margin-top: 10px;
}
 #mask-html ul li{
    line-height: 35px;
    width: 100%;
    padding-left: 23%;

}
#mask-html ul li:nth-of-type(1){
    border-bottom: 1px solid #cccccc;
}

.end{
	padding: 20px 0px;
	text-align: center;
	background: #EEEEEE;
	font-size: 14px;
	color: #999999;
}
.ms-btn{
    background: #f0007c;
    border: 1px solid #f0007c ;
    color: white;
    position: relative;
}
.ms-btn span{
   display: block;
    float: left;
    text-align: center;
}
.ms-btn span:first-child{
    width: 100%;
    height: 35px;
    position: relative;
    top: -8px;
    font-size: 16px;
}
.ms-btn span:last-child{
    width: 100%;
    height: 30px;
    position: relative;
    top: -22px;
    font-size: 12px;
}

/*新增加2018-8-1*/
.t_header ul .my-jiage{
    background: url(../img/yang_11.png)no-repeat 79% 50% !important;
    background-size: 8px 15px !important;
    cursor: pointer;
    width: 19%;
}
.t_header ul .my-jiage.active-01{
    background: url(../img/yang_12.png)no-repeat 79% 50% !important;
    background-size: 8px 15px !important;
    cursor: pointer;
}
.t_header ul .my-jiage.active-02{
    background: url(../img/yang_13.png)no-repeat 79% 50% !important;
    background-size: 8px 15px !important;
    cursor: pointer;
}

.t_header ul .my-zuanzhong{
    background: url(../img/yang_11.png)no-repeat 79% 50% !important;
    background-size: 8px 15px !important;
    cursor: pointer;
    width: 15%;
    text-align: left;
    padding-left: 10px;
}
.t_header ul .my-zuanzhong.active-01{
    background: url(../img/yang_12.png)no-repeat 79% 50% !important;
    background-size: 8px 15px !important;
    cursor: pointer;
}
.t_header ul .my-zuanzhong.active-02{
    background: url(../img/yang_13.png)no-repeat 79% 50% !important;
    background-size: 8px 15px !important;
    cursor: pointer;
}
/*返回按钮*/
.back-icon{
	background: #333;
    opacity: 0.7;
    border-radius: 50%;
    position: fixed;
    left: 10px;
    top: 20px;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    z-index: 99999;
}
.whiteColor{
	color: white!important;
}
/*新增共用样式 2019-3-20*/
.comColor,.comColorActive,.mui-active,.mui-popup-button,
.mui-search.mui-active:before,.mui-radio input[type=radio]:checked:before,
.mui-checkbox input[type=checkbox]:checked:before,
 .mui-radio input[type=radio]:checked:before,
 .mui-popup-button,.mui-search .mui-placeholder .mui-icon{
	color: #F52B9D!important;
}
.comBackground,.login-btn,
.login-btn:hover,button:active,button:hover,
.mint-swipe-indicator.is-active,
.mui-switch.mui-active, .mui-btn-blue{
	background: #F52B9D!important;
	border-color: #F52B9D!important;
}
.comBorderBottom{
  color:#F52B9D!important;
  border-bottom: 2px solid #F52B9D!important;
}
.mui-active{
  color:#F52B9D!important;
}
.comBorderLeft a{
  border-left: 1px solid #F52B9D!important;
}
.comBorder{
  border: 1px solid #F52B9D!important;
}
.comBorderDashed{
  border: 1px dashed #F52B9D!important;
  border-color: #F52B9D!important;
}
/*头部标题样式*/
/*背景色*/
/*.mui-bar{
	background: #FFF!important;
	border-color: #FFF!important;
}*/
/*字体颜色*/
/*.mui-title, .mui-pull-left,.mui-pull-right{
	color: #333!important;
}*/

/*end*/
/*瑞斯普兰隐藏首页价格*/
/*.btc_index_index .swiper-container_02 .swiper-slide span{
	line-height: 30px!important;
}
.btc_index_index .swiper-container_02 .swiper-slide span:nth-of-type(2){
	display: none!important;
}*/
/*碧尔样式修改*/
/*.btc_goods_diamond .t_body ul li{
	color: black;
}
.comColor,.comColorActive,.mui-active,.mui-popup-button,
.mui-search.mui-active:before,.mui-radio input[type=radio]:checked:before,
.mui-checkbox input[type=checkbox]:checked:before,
 .mui-radio input[type=radio]:checked:before,
 .mui-popup-button,.mui-search .mui-placeholder .mui-icon{
	color: #378B5F!important
}
.comBackground,.login-btn,
.login-btn:hover,button:active,button:hover,
.mint-swipe-indicator.is-active,
.mui-switch.mui-active, .mui-btn-blue{
	background: #378B5F!important;
	border-color: #378B5F!important;
}
.comBorderBottom{
  color:#378B5F!important;
  border-bottom: 2px solid #378B5F!important;
}
.mui-active{
  color:#378B5F!important;
}
.comBorderLeft a{
  border-left: 1px solid #378B5F!important;
}
.comBorder{
  border: 1px solid #378B5F!important;
}
.comBorderDashed{
  border: 1px dashed #378B5F!important;
  border-color: #378B5F!important;
}*/
/*字体颜色*/
/*.mui-title, .mui-pull-left,.mui-pull-right{
	color: #333!important;
}
.btc_goods_diamond .content_list ul li{
	color:black!important;
	border-color:black!important;
}
.btc_goods_diamond .all_dialist ul li.active {
    color:white!important;
	border-color:#378B5F!important;
	background:#378B5F!important;
}
.nav_footer .addcart, .nav_footer .click_cart {
    background: #6f6c66!important;
    color: #FFF!important;
    border: 1px solid #6f6c66!important;
}*/

/* 珠宝页面 */
/* //自有成品  自有定制 */
.comBorderBottom {
    color: #999999 !important;
    border-bottom: 2px solid #92b3c7 !important;
}

#diamond .all_dialist ul li.active {
    color: #92b3c7 ;
    border-color: #999999 ;
}

/* 侧边栏边框 */
.comBorderLeft a {
    border-left: 1px solid #999999 !important;
}

/* 购物车价格 */
.bottom_content .all_price {
    color: #999999;
}



.mui-bar .mui-btn-link {
    color: #999999;
}

.comBorder {
    border: 1px solid #999999 !important;
}

.getcode {
    background: #999999;
}

.quit_btn {
    border: 1px solid #92bcc7;
    background: #999999;
}

.comColor,
.comColorActive,
.mui-active,
.mui-popup-button,
.mui-search.mui-active:before,
.mui-radio input[type=radio]:checked:before,
.mui-checkbox input[type=checkbox]:checked:before,
.mui-radio input[type=radio]:checked:before,
.mui-popup-button,
.mui-search .mui-placeholder .mui-icon {
    color: #999999 !important;
}

.comBackground,
.login-btn,
.login-btn:hover,
button:active,
button:hover,
.mint-swipe-indicator.is-active,
.mui-switch.mui-active,
.mui-btn-blue {
    border-color: #999999 !important;
    background: #999999 !important;
}

/* 去配戒托 */
.nav_footer_01 a:nth-of-type(3) {
    background: #999999;
    color: white;
}
/* 删除 */
.mui-btn-danger, .mui-btn-negative, .mui-btn-red{
    background: #999999 !important;
}

.product_left li.active_1 {
    color: #999999 !important;
    background: #EEEEEE!important;
    border-left: 2px solid #999999 !important;
}
.none_box ul li.active {
    border-color: #999999;
}
.redquan{
    background: #999999;
}
.nav_footer .shop_now, .nav_footer .click_buy {
    background: #999999;
    border: 1px solid #999999;
}

.box_01 .t_body ul li i.icon-su{
    display: none;
}