@charset "utf-8";
@font-face {
    font-family: 'FontAwesome';
    src: url('../../common/webfonts/fontawesome-webfont.eot?v=4.7.0');
    src: url('../../common/webfonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../../common/webfonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../../common/webfonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../../common/webfonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../../common/webfonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}


input[type="button"], input[type="submit"], input[type="text"], input[type="email"], input[type="tel"], input[type="number"], select{
	-webkit-appearance: none;
}
   
.mask_bg{
    opacity: 0.85;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999999;
    background: #000;
    display: none;
}
.mask_dialog{
    position: fixed;
    margin: 0 auto;
    top: 0;
    width: 90%;
    max-width: 650px;
    left: 0;
    right: 0;
    z-index: 9999999;
    text-align: center;
    background: #fff;
    border-radius: 5px;
    transform: translateY(50%);
    display: none;  
}
.mask_dialog div{
    font-size: 0.6rem;
    color: #000;
    padding-top: 1rem;
}
.mask_dialog div .priceStyle{
    color: #333;
    font-size:0.8rem;
    margin: 0.3rem;
}
.mask_dialog hr{
    width: 95%;
    margin: auto;
    background: none;
    border:0;
    border-top: 1px solid #eee;
}
.mask_dialog .total{
    height: 25px;
}
.mask_dialog button{
    color: #fff;
    width: 2rem;
    height: 1rem;
    border:0;
    margin:0.5rem;
    border-radius: 3px;
    background: #ddd;
}
.mask_dialog .sure{
    background: #333;
    margin-left:1rem;
}

.checkout_form {
    padding: 8px;
}

.form_title {
    color: #333;
    font-size: 18px;
    font-weight: bold;
    line-height: 36px;
}

.form_lists div {
    position: relative;
    margin: 0 0 5px 0;
}

.form_lists .form_list span {
    position: absolute;
    height: 41px;
    line-height: 41px;
    padding: 0 8px;
}

.form_lists .form_list input {
    width: 100%;
    height: 41px;
    line-height: 41px;
    color: #333;
    border: 1px solid #d6d6d6;
    border-radius: 4px;
    box-sizing: border-box;
}

.form_lists .form_name input {
    padding-left: 50px;
}

.form_lists .form_mobile input {
    padding-left: 50px;
}

.form_lists .form_email input {
    padding-left: 57px;
}

.form_lists .form_address input {
    padding-left: 50px;
    padding-right: 5px;
}

.form_lists .form_housenumber input {
    padding-left: 65px;
    padding-right: 5px;
}

.form_lists .form_postcode input {
    padding-left: 80px;
    padding-right: 5px;
}

.form_lists .form_store input {
    padding-left: 80px;
    padding-right: 5px;
}

.form_lists .form_city input {
    padding-left: 50px;
    padding-right: 5px;
}

.form_notice a {
    text-decoration: underline;
}

.form_lists .form_notice, .form_lists .form_notice a {
	color: #333;
	font-weight: bold;
}

.form_lists .form_select, .form_lists .form_halfpage {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.form_lists .form_select select {
    width: 100%;
    border: 1px solid #d6d6d6;
    border-radius: 4px;
    padding: 0 8px;
    box-sizing: border-box;
    height: 41px;
    line-height: 41px;
    background: url(../images/select.png) center right no-repeat;
    cursor: pointer;
    margin-top: 5px;
}
.form_halfpage .form_postcode, .form_lists .form_city, .form_halfpage .form_store,.form_halfpage .form_select select {
    width: 49%;
    margin: 0;
}

.form_lists .form_select #form_select_mengshi{
     width: 100%;   
}

.form_lists .form_country select, .form_lists .form_shipping select {
	width: 100%;
}

.form_lists .form_message textarea {
    border: 1px solid #d6d6d6;
    border-radius: 4px;
    width: 100%;
    box-sizing: border-box;
    padding: 10px 10px 10px 50px;
    height: 64px;
    line-height: 22px;
}

.form_lists #shipping_peisong{
    width: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: center;
    align-content: flex-start;
    flex-direction:row;
    justify-content : space-between;
}

.form_lists #shipping_peisong button {
    background: #FFF;
    height: 38px;
    border: 1px solid #d6d6d6;
    border-radius: 4px;
    box-sizing: border-box;
    padding: 8px 10px;
    cursor: pointer;
    flex:1;
    margin-right: 5px;
    width: 33%;
    max-width: 33%;
}

.form_lists #shipping_peisong button.selected {
    border: 2px solid #333;
    background-color: #333;
    color: #fff;
}

.payment {
    width: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: center;
    align-content: flex-start;
    flex-direction:row;
}

.payment button {
    background: #FFF;
    height: 38px;
    border: 1px solid #d6d6d6;
    border-radius: 4px;
    box-sizing: border-box;
    padding: 8px 10px;
    cursor: pointer;
    flex:1;
    margin-right: 5px;
    min-width: 33%
    width:49.5%;
    max-width: 49.5%;
}

@media screen and (max-width: 413px) {
    .payment button {
        height: 48px;
    }
}
.payment button.selected {
    border: 2px solid #333;
    background-color: #333;
    color: #fff;
}

.form_lists .form_firstname input, .form_lists .form_lastname input {
    padding-left: 48px;
}

.shipping_info {
    padding-bottom: 5px;
    padding-top: 5px;
}



/* index page */
.category_images {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 8px 0;
}

.category_images p {
    width: 20%;
    display: block;
}

.banners {
    overflow: hidden;
    padding-bottom: 8px;
}

.banners p {
    float: left;
    width: 50%;
}

.index_title {
    height: 50px;
    background-color: #333;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto 50px;
    color: #fff;
    line-height: 50px;
    font-size: 26px;
    font-weight: bold;
    padding-left: 2%;
}


@media screen and (max-width: 359px) {
    .list .list_price span {
        display: block;
    }
}

@media screen and (max-width: 413px) {
    .form_lists .select_payment span.payment_paypal {
        width: 150px;
    }

	.form_lists .form_postcode, .form_lists .form_city, .form_halfpage .form_store {
		width: 100%;
		margin: 0 0 5px 0;
	}

	.form_lists .form_halfpage {
		display: block;
	}
}

@media screen and (max-width: 599px) {
    .list_title a {
        -webkit-line-clamp: 2;
    }

    .order_info_notice {
        margin: 0 10px;
    }

	.category_lists li a {
		font-size: 12px;
	}

	.category_lists {
		width: 85px;
		min-width: 85px;
	}

	.index_title {
		font-size: 22px;
		padding-left: 3%;
	}

	.english .form_lists .form_postcode, .english .form_lists .form_city {
		width: 100%;
		margin: 0 0 5px 0;
	}

	.english .form_lists .form_halfpage {
		display: block;
	}
}

.tab-nav ul {
    list-style: none;
    display: flex;
    justify-content: center;
    margin-top: 5px;
  }

  .tab-nav ul li {
    margin: 0 20px;
    font-size: 16px;
  }

  .tab-nav ul li a {
    text-decoration: none;
    border-bottom: 2px solid transparent;
    color: #333;
  }

  .tab-nav ul li a.active {
    border-color: #ff3156;
    color: #ff3156;
  }
  .comment-wrap{
    display: flex;
    padding: 0 10px 10px;
  }
  .dflex{
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .nickname{
    color: #333;
    font-size: 16px;
    font-weight: 600;
  }
  .commTime{
    font-size: 14px;
    color: #999;
  }
  .comment-content{
    font-size: 15px;
    color: #333;
    margin: 5px 0;
  }
  .dflex-wrap{
    display: flex;
    flex-wrap: wrap;
  }