/*
* @Author: Maolin
* @Date:   2017-05-25 15:27:33
 * @Last Modified time: 2017-11-20 16:03:28
*/

* {
	margin: 0;
	padding: 0;
}


body {
	-webkit-user-select:text;/*webkit浏览器*/
	-khtml-user-select:text;/*早起浏览器*/
	-moz-user-select:text;/*火狐浏览器*/
	-ms-user-select:text;/*IE浏览器*/
	user-select:text;/*用户是否能够选中文本*/
}
	      
html,
body {
	height: 100%;
	width: 100%;
	overflow-x: hidden;
	/* overflow-y: scroll; */
	font-family: Microsoft YaHei,Arial,Verdana,Sans-serif;
}

body {
	margin: 0;
	padding: 0;
	font-family: Microsoft YaHei,Arial,Verdana,Sans-serif;
	font-size: .14rem;	
}

html {
	font-size: 625%;
	background: #fff;
}
img{
	width: 100%;
	pointer-events: auto;
}
img,
legend {
	border: 0
}

*,
:after,
:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-size-adjust: 100%;
	-webkit-tap-highlight-color: transparent;
	background-color: transparent;
}

:focus,
a:active,
a:hover {
	outline: 0
}

dd,
dl,
legend,
ol,
td,
th,
ul {
	list-style: none;
}

ul>li {
	list-style: none;
}

a {
	background-color: transparent;
	text-decoration: none;
	cursor: pointer;
	color: inherit;
}

abbr[title] {
	border-bottom: 1px dotted
}

b,
optgroup,
strong{
	font-weight: normal
}

dfn {
	font-style: italic
}

h1 {
	font-size: 2em
}

mark {
	background: #ff0;
	color: #000
}

small {
	font-size: 80%
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline
}

sup {
	top: -.5em
}

sub {
	bottom: -.25em
}

svg:not(:root) {
	overflow: hidden
}

figure {
	margin: 1em 40px
}

hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box
}

pre,
textarea {
	overflow: auto
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em
}
button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
	border-radius: 0;
}

button {
	overflow: visible
}

button,
select {
	text-transform: none
}
button,
html input[type=button],
input[type=reset],
input[type=submit] {
	-webkit-appearance: button;
	cursor: pointer
}

button[disabled],
html input[disabled] {
	cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0
}

input {
	line-height: normal;
}
input[type=checkbox],
input[type=radio] {
	box-sizing: border-box;
	padding: 0;
	vertical-align: middle;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	height: auto;
	-webkit-appearance: none; 
}

input[type=search] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
	-webkit-appearance: none
}

fieldset {
	border: 1px solid silver;
	margin: 0 2px;
	padding: .35em .625em .75em
}

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

.clearfix,
.jiathis_style_m {
	zoom: 1;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden
}

button,
input,
optgroup,
select,
textarea {
	outline: none;
	border: none;
}

em,
i {
	font-style: normal;
}


/*头部*/

#head,#head1,.head {
	width: 100%;
	height: .5rem;
	text-align: center;
	background: #012861;
	box-shadow:inset 0 0 0 0 #e5e5e5;
	color: #fff;
	position: fixed;
	z-index: 1000;
	top: 0;
}

#head h3,#head1 h3,.head h3 {
	height: .5rem;
	line-height: .5rem;
	margin: 0;
	font-size: .16rem;
	font-weight: 400;
	overflow: hidden;
}

.product-name {
	position: relative;
}

#head h3 span:nth-of-type(1),#head1 h3 span:nth-of-type(1),.head h3 span:nth-of-type(1){
	display: block;
	font-size: 0.16rem;
}

.product-name em {
	position: absolute;
	top: .18rem;
	font-size: .12rem;
	left: 50%;
	margin-left: -.32rem;
}

#head .head_content .left,#head1 .head_content .left,.head .head_content .left {
	position: absolute;
	top: 0;
	left: 0.2rem;
}

#head .head_content .left a,#head1 .head_content .left a,.head .head_content .left {
	font-size: 0.2rem;
}

#head .head_content .left a,
#head .head_content .right a,
#head1 .head_content .left a,
#head1 .head_content .right a ,
.head .head_content .right a,
.head .head_content .left a{
	color: #fff;
	line-height: 0.5rem;
}

.arrow_left:after {
	content: " ";
	display: inline-block;
	-webkit-transform: rotate(225deg);
	transform: rotate(225deg);
	height: 13px;
	width: 13px;
	border-width: 2px 2px 0 0;
	border-color: #fff;
	border-style: solid;
	position: relative;
	top: -2px;
	position: absolute;
	left: 0px;
	top: 19px;
}


/*头部结束*/



/*页面content颜色*/

.page-main {
	padding: .5rem 0 0;
}
.page-main1{
	padding-bottom: .5rem;
}

.txt_red {
	color: #f64e43;
}
.txt_green {
	color: #00cf8c;
}
.txt_black{
	color: #727272;
}
.txt_gray {
	color: #999;
}
.txt_blue{
	color: #2187f7;
}
.bg_gray {
	background: #b2b2b2;
}
.bg_h{
	background: #F5F5F5;
}

.bg_red {
	background: #ff6056 !important;
}

.bg_green {
	background: #00cf8c !important;
}

.bg_orange {
	background: #f7b059;
}
.bg_blue{
	background-image:linear-gradient(-229deg, #1254a8 0%, #0c62c1 100%);
}
.text_flag {
	color: #f7b059;
}

.isSelected {
	color: #2187F7 !important;
}

.buy-tag {
	padding: .01rem .03rem;
	color: #fff;
}

.variety-name {
	font-weight: 500;
	font-size: .16rem;
	color: #222;
	margin-right: .1rem;
}

.has {
	color: #222;
}

.left {
	float: left;
}

.right {
	float: right;
}
.mb25{
	margin-bottom: .25rem;
}
.mb20{
	margin-bottom: .2rem;
}
.pr{
	position: relative;
}
.none{
	display: none;
}
.block{
	display: block;
}
.in-block{
	display: inline-block;
}


/*设置输入框placeholder的属性*/

::-webkit-input-placeholder {
	color: #ddd;
	font-size: .15rem;
}

:-moz-placeholder {
	color: #ddd;
	font-size: .15rem;
}

::-moz-placeholder {
	color: #ddd;
	font-size: .15rem;
}

:-ms-input-placeholder {
	color: #ddd;
	font-size: .15rem;
}

label {
	position: relative;
}

html {
    font-family: Microsoft YaHei,Arial,Verdana,Sans-serif;
    -ms-text-size-adjust: 100%;
    font-size:100px;
}

.msgbox {
    position: fixed;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    font-size: .16rem
}
.overlay,.overlay-top {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99;
    background-color: rgba(0,0,0,.4);
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}
.hide{
    display: none;
}
.msgbox .left{
    float: left;
}
.msgbox .left{
    float: left;
}
.loading,.overlay-top {
    z-index: 10001
}

.loading>.content,.msgbox .action,.msgbox .main,.msgbox-toast,.text-center {
    text-align: center
}
.msgbox-toast>.content {
    vertical-align: middle
}
.msgbox>.content {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
	width: 75%;
	max-width: 400px;
    background-color: #fff;
    border-radius: .05rem;
    box-shadow: 0 0 .05rem rgba(0,0,0,.4)
}

.msgbox .msg-title{
    padding: 15px 0 0;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #333;
}
.msgbox .main {
    padding: .25rem
}

.msgbox .action {
    border-top: 1px solid #ddd;
        height: 40px;
    line-height: 40px;
    color: #2187f7;
}

.msgbox-info .action .button {
    border: 0;
    width: 100%;
    border-radius:0 0 .05rem .05rem
}

.msgbox-info .action .button-disabled {
    color: #aaa;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.msgbox-confirm .action>div {
    width: 50%
}
.msgbox-confirm .action>div:first-child{
	    border-right: 1px solid #ddd;
}
.msgbox-confirm .action .button {
    display: inline-block;
    width: 100%;
    border: 0;
    border-right: .01rem solid #e5e5e5;
    border-radius: 0;
    height: 35px;
    line-height: 35px;
    border: 0 none;
}

.msgbox-confirm .action .button-disabled {
    color: #aaa;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.msgbox-confirm .action .ok {
    border-bottom-right-radius: .05rem;
    color: #2187f7;
}

.msgbox-confirm .action .no {
    border-bottom-left-radius: .05rem;
    color: #333;
}

.msgbox-toast {
    position: fixed;
    left: 0;
    right: 0;
    top: 2rem;
    min-height: .3rem;
    z-index: 9999;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
	transform: translateZ(0);
	width: 40%;
	margin: 0 auto;
}

.msgbox-toast>.content {
    display: inline-block;
    padding: 0.05rem .1rem;
    color: #fff;
    border-radius: .02rem;
    background-color: rgba(0,0,0,.8);
    -webkit-box-shadow: 0 0 .02rem rgba(0,0,0,.9);
    -moz-box-shadow: 0 0 .02rem rgba(0,0,0,.9);
    box-shadow: 0 0 .02rem rgba(0,0,0,.9)
}
.left{
    float: left;
}
#head, #head1, .head {
    width: 100%;
    height: .5rem;
    text-align: center;
    background: #fb1;
    box-shadow: inset 0 0 0 0 #e5e5e5;
    color: #fff;
    position: fixed;
    z-index: 1000;
    top: 0;
}
#head1 h3, #head h3, .head h3 {
    height: .5rem;
    line-height: .5rem;
    margin: 0;
    font-size: .16rem;
    font-weight: 400;
    overflow: hidden;
}
.product-name {
    position: relative;
}
#head1 h3 span:first-of-type, #head h3 span:first-of-type, .head h3 span:first-of-type {
    display: block;
    font-size: .16rem;
}
.product-name em {
    position: absolute;
    top: .18rem;
    font-size: .12rem;
    left: 50%;
    margin-left: -.32rem;
}
#head1 .head_content .left, #head .head_content .left, .head .head_content .left {
    position: absolute;
    top: 0;
    left: .2rem;
}
.arrow_right {
    position: relative;
    top: -.29rem;
    font-size: .14rem;
    color: #fff;
    line-height: .1rem;
    margin-right: .1rem;
    width: .4rem;
    height: .4rem;
}