@charset "utf-8";

/* Reset CSS
 * --------------------------------------- */

* {
	padding: 0;
	margin: 0;
}

* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

body {
	margin: 0px;
	padding: 0px;
	overflow-x:hidden;
}

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

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
input,
ol,
ul {
	display: block;
	margin: 0px;
	padding: 0px;
}

ol,
ul {
	list-style: none;
}

a {
	color: inherit;
	text-decoration: none;
}

table {
	border-spacing: 0;
}

i {
	font-style: normal
}

fieldset,
img {
	border: none;
	padding: 0px;
	margin: 0px;
	display:block;
}

* {
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
	font-weight: normal;
	font-style: normal;
}

strong {
	font-weight: bold;
}

ol,
ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

u {
	text-decoration: none;
}

caption,
th {
	text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
	font-size: 100%;
	margin: 0;
	padding: 0;
	color: #444;
}

q:before,
q:after {
	content: '';
}

abbr,
acronym {
	border: 0;
}

input {
	outline: none;
	padding: 0px;
	background-color: white;
	border: 1px inset;
	border-image-source: initial;
	border-image-slice: initial;
	border-image-width: initial;
	border-image-outset: initial;
	border-image-repeat: initial;
	-webkit-rtl-ordering: logical;
	-webkit-user-select: text;
	cursor: auto;
	margin: 0em;
	font: 0.26rem Arial;
	text-rendering: auto;
	color: initial;
	letter-spacing: normal;
	word-spacing: normal;
	text-transform: none;
	text-indent: 0px;
	text-shadow: none;
	/*display: inline-block;*/
	text-align: start;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

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

/*ios textarea不能输入兼容问题*/
textarea {
	-webkit-appearance: none;
	-webkit-touch-callout: none;
	-webkit-user-select: text !important;
}

/* start editing from here */

a {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

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

body {
	font-family:-apple-system, BlinkMacSystemFont,PingFang SC,Apple fonts, "Microsoft YaHei", "微软雅黑", helvetica, arial, verdana, tahoma, sans-serif;
	color: #b2b2b2;
	background: #f2f2f2;
}
.body_bg{
	background: #FFFFFF;
}
html {
	font-size: 12px;
	
}

.w100 {
	width: 100%;
	padding-top: 1.173rem;
	padding-bottom: 2rem;
}

.w95 {
	width: 94%;
	margin: 0 auto;
}

.ma {
	margin: 0 auto;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.clr {
	clear: both;
}

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

.tc {
	text-align: center;
}


/*公告样式*/

.kong_boom{
	height: 1rem;
}
.kong_top{
	height:0.87rem;
}
 input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:#999999;
}
 input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:#999999;
}
 input::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:#999999;
}
 .Password_div input:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:#cccccc;
   font-size: 0.3rem;
}

 .Password_div input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:#cccccc;
    font-size: 0.3rem;
}
 .Password_div input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:#cccccc;
   font-size: 0.3rem;
}
.Password_div input::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:#cccccc;
   font-size: 0.3rem;
}
.Password_div input:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:#cccccc;
   font-size: 0.3rem;
}


.body_fex{
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(255,255,255,0);
	z-index: 9999;
}







/*按钮*/

.rr_purchase1 label{
float: right;
margin-top: 0.45rem;
display: inline-block;
vertical-align:middle;
width:15%;
height:0.4rem;
background: #bfbfbf;
border-radius:0.2rem;
position: relative;
cursor: pointer;
transition: background-color .1s ease-out;
/*pointer-events: none;//禁止当前元素所有触发动作*/
}
.rr_purchase1 label:after{
content:'';
position: absolute;
left:1.5px;
height:0.374rem;
top:0.4px;
background: #ffffff;
width:0.374rem;
border-radius:50%;
cursor: pointer;
transition: left .1s ease-out;
/*pointer-events: auto;//其子元素放开限制，*/
}

.rr_purchase1 input[type=checkbox]{
display: none;
}
.rr_purchase1 input[type=checkbox]:checked + label{
background: #64bf04;
transition: background-color .1s ease-in;
}

.rr_purchase1 input[type=checkbox]:checked + label:after{
background: #fff;
left:62%;
transition: left .1s ease-in;
}
.rr_purchase2 input[type=checkbox]{
display: none;
}
.rr_purchase2 input[type=checkbox]:checked + label{
background: #64bf04;
transition: background-color .1s ease-in;
}

.rr_purchase2 input[type=checkbox]:checked + label:after{
background: #fff;
left:62%;
transition: left .1s ease-in;
}

::-webkit-input-placeholder {
	color: #999999;
}

::-moz-placeholder {
	color: #999999;
}

:-moz-placeholder {
	color: #999999;
}




.dropload-up,.dropload-down{
    position: relative;
    height: 0;
    overflow: hidden;
    font-size: 12px;
    /* 开启硬件加速 */
    -webkit-transform:translateZ(0);
    transform:translateZ(0);
}
.dropload-down{
    height: 50px;
}
.dropload-refresh,.dropload-update,.dropload-load,.dropload-noData{
    height: 50px;
    line-height: 50px;
    text-align: center;
}
.dropload-load .loading{
    display: inline-block;
    height: 15px;
    width: 15px;
    border-radius: 100%;
    margin: 6px;
    border: 2px solid #666;
    border-bottom-color: transparent;
    vertical-align: middle;
    -webkit-animation: rotate 0.75s linear infinite;
    animation: rotate 0.75s linear infinite;
}
@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
    }
    50% {
        -webkit-transform: rotate(180deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}
@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    50% {
        transform: rotate(180deg);
    }
    100% {
        transform: rotate(360deg);
    }
}



.lad{
	/*display: none;*/
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 999999;
	text-align: center;
	top: 0;
    left: 0;
	background: rgba(0, 0, 0, 0.2);
	
}
.load-up{
    position: fixed;
    width: 100%;
   	height: 100%;
    font-size: 0.26rem;
    left: 0;
    top: 0;
    /* 开启硬件加速 */
    -webkit-transform:translateZ(0);
    transform:translateZ(0);
}
.load-up_cent u{
	margin-top: 0.05rem;
    display: block;
}
.load-up_cent{
	text-align: center;
    width:auto;
    border-radius: 8px;
    position: fixed;
    top: 50%;
    left: 50%;
    opacity: 1;
    background: #FFFFFF;
    padding: 1.36rem 0 0.98rem 0;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    border-radius: 8px;
    padding: 0.2rem;
}
.load-up .loading{
    display:block;
    height: 15px;
    width: 15px;
    border-radius: 100%;
    margin: 0 auto;
    border: 2px solid #666;
    border-bottom-color: transparent;
    vertical-align: middle;
    -webkit-animation: rotate 0.75s linear infinite;
    animation: rotate 0.75s linear infinite;
}
@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
    }
    50% {
        -webkit-transform: rotate(180deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}
@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    50% {
        transform: rotate(180deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
/*截取*/
.ellpis-1 {
  overflow: hidden;
   text-overflow: ellipsis;
	display: -webkit-box;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -moz-binding: url(ellipsis.xml#ellipsis);
	-webkit-line-clamp: 1;
   -webkit-box-orient: vertical;
}
/*截取*/
.ellpis-2 {
	 overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -moz-binding: url(ellipsis.xml#ellipsis);
	-webkit-line-clamp: 2;
   -webkit-box-orient: vertical;
}
.ellpis-3 {
	 overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -moz-binding: url(ellipsis.xml#ellipsis);
	-webkit-line-clamp: 3;
   -webkit-box-orient: vertical;
}
.wbox{
	display:-webkit-flex !important;
    display:-webkit-box; 
	display:-moz-flex !important;
    display:-moz-box; 
	display:-o-flex !important;
    display:-o-box; 
	display:-ms-flex !important;
    display:-ms-box; 
	display:flex !important;
	display:box;
	flex-flow: row;}
.wbox-flex{
	-webkit-flex:1 !important;
	-webkit-box-flex:1;
	-moz-flex:1 !important;
	-moz-box-flex:1;
	-o-flex:1 !important;
	-o-box-flex:1;
	-ms-flex:1 !important;
	-ms-box-flex:1;
	flex:1 !important;
	box-flex:1;}
.flex{
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -moz-align-items: center;
    align-items: center;
}
.flex1{
    -webkit-box-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
}