/*@import url('../iconfont/iconfont.css');*/

/*
YUI 3.18.1 (build f7e7bcb)
Copyright 2014 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/
html {
  color: #000;
  background: #FFF;
}

body,
header,
section,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

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

fieldset,
img {
  border: 0;
}

main {
  display: block;
}

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

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

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

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-size: 100%;
}

legend {
  color: #000;
}

#yui3-css-stamp.cssreset {
  display: none;
}

a {
  text-decoration: none;
}

img {
  border: none;
  /* vertical-align: top; */
	vertical-align: middle;
	pointer-events: none;
}/*# sourceMappingURL=reset.css.map */

body {
	font-size: 1rem;
    color: #333;
	/*max-width: 576px;*/
	margin: 0 auto;
}

.app-wrapper {
    background: #E1E2E2;
	/*background-attachment: fixed;*/
	background-size: 100% auto;
    background-repeat: no-repeat;
	/*background-position: center top;*/
	height: 100vh;
	width: 100%;
	position: relative;
	z-index: 1;
	overflow-y: auto;
	box-sizing: border-box;
	transition: all ease 0.5s;
	color: #000;
	padding-bottom: 55px;
}
.app-height {
    height: 100vh !important;
}



.p_header_transition {
	-webkit-backdrop-filter: saturate(125%) blur(10px);
	-moz-backdrop-filter: saturate(125%) blur(10px);
	-ms-backdrop-filter: saturate(125%) blur(10px);
	backdrop-filter: saturate(125%) blur(10px);
	background-color: rgba(255, 255, 255, 0.8);
}

.header_con {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: 44px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 999;
    background: rgb(255, 255, 255);
}
.arrowLeft {
    border-radius: 25px;
    font-weight: 600;
    margin-left: 15px;
    position: relative;
    z-index: 99;
}
.contentRight {
    margin-right: 15px;
    display: flex;
    align-items: center;
    color: #1f74fb;
    text-decoration: underline;
    font-size: 14px;
    font-weight: 700;
    position: relative;
    z-index: 99;
}
.centerTitle {
    position: absolute;
    left: 40px;
    right: 40px;
    height: 100%;
    text-align: center;
    line-height: 42px;
    font-size: 15px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    font-weight: bold;
}

.btn-group .iconfont {
	font-size: 20px;
}
.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 10rem;
	padding: 0.5rem 0;
	margin: 0.125rem 0 0;
	font-size: 1rem;
	color: #212529;
	text-align: left;
	list-style: none;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0,0,0,.15);
	border-radius: 0.25rem;
}
.dropdown-menu a {
	text-decoration: none;
	color: #6d00be;
}
.p_row {
	display: flex;
	flex-wrap: wrap;
}

/* 壳子 */
.btn_boot {
	box-sizing: border-box;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-top: 20px;
}
.btn_boot2 {
	box-sizing: border-box;
	width: auto;
	position: relative;
	margin: 0 15px;
}
.svg_icon {
	width: 18px;
	height: 18px;
	vertical-align: middle;
	fill: currentColor;
	color: #333;
}

.text-title {
	opacity: 0.7;
	font-size: 14px;
	color: #666666;
}
.text-header {
	font-weight: 400;
	font-size: 26px;
	word-break: break-all;
}
.text-danger {
	color: #F16060 !important;
}
.text-success {
	color: #eb001f !important;
}

/* 内容盒子 */
.pxn_content {
	position: relative;
	padding: 0 15px;
	/* margin-top: 10px; */
	/* width: calc(100% - 20px);
	margin: 0 auto; */
}
.pxn_content .pxn-cell {
	display: flex;
	padding: 10px;
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	box-sizing: border-box;
	width: 100%;
	overflow: hidden;
	color: #323233;
	font-size: 14px;
	line-height: 24px;
	background-color: #fff;
	border-bottom: 1px solid #89898920;
}
.pxn_content .pxn-cell .pxn-cell__title {
	flex: 1;
	padding: 0 5px;
}
.card_con {
	word-break: break-all;
	word-wrap: break-word;
	font-size: 12px;
	line-height: 18px;
	background: #fff;
	border-radius: 10px;
	padding: 20px 10px;

	box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
	-ms-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
}


/* 表单 */
.form-signin {
	max-width: 320px;
	margin: 0 auto;
}
.form-group {
	margin-bottom: 5px;
	position: relative;
	display: flex;
	/* border-radius: 4px; */
	background: #ffffff;
	border: 1px solid rgba(172,172,176,.5);
	box-sizing: border-box;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	display: flex;
	align-items: center;
}
.form-group_input {
	flex: 1;
	border: none;
	outline: none;
	/* text-align: center; */
	height: 45px;
	padding: 8px 15px;
	display: block;
	width: 100%;
	color: #495057;
	box-sizing: border-box;
	font-size: 14px;
}
.form-group:focus-within {
	border-color: #eb001f;
}
.btn_submit {
	background-color: rgb(9, 54, 135);
	display: block;
	width: 100%;
	border-radius: 8px;
	padding: 12px 15px;
	border: 0;
	outline: none;
	box-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, .1) !important;
	font-size: 16px;
	/*text-transform: uppercase;*/
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	text-align: center;
	color: #fff;
	line-height: 24px;
}

.btn_submit:active {
	opacity: .85;
}

/* ############## */

/* packer选择器 */
#cover {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    visibility: hidden;
    opacity: 0;
    transition: .6s;
    z-index: 9999;
}

#cover.show {
    visibility: visible;
    opacity: .4;
}

#cover.show,
#picker {
    transition: .5s
}

#picker {
    background-color: #fff;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    z-index: 99999;
}

#picker.show {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.picker-header {
    position: relative;
    background-color: #fff;
    height: 40px;
    line-height: 40px;
    z-index: 3;
    font-size: 16px;
}

.picker-header .cancel {
    position: absolute;
    top: 0;
    left: 15px;
    color: rgb(144, 145, 147);
}

.picker-header .confirm {
    position: absolute;
    top: 0;
    right: 15px;
    color: rgb(60, 156, 255);
}

.picker-items {
    position: relative;
    height: 216px;
    overflow: hidden
}

.picker-items-col {
    height: 100%;
    position: relative;
    z-index: 10;
}

.picker-item {
    height: 36px;
    line-height: 36px;
    box-sizing: border-box;
    left: 0;
    color: #333;
    width: 100%;
    text-align: center;
    font-weight: bold;
    z-index: 1
}

.picker-line {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 90px;
    z-index: 10;
    /*!* autoprefixer: off *!*/
    background: -webkit-linear-gradient(top, #fff, hsla(0, 0%, 100%, .7));
    background: linear-gradient(top, #fff, hsla(0, 0%, 100%, .7));
    border-bottom: 1px solid #efefef;
    pointer-events: none
}

.picker-line-bottom {
    top: auto;
    bottom: 0;
    border-top: 1px solid #efefef;
    border-bottom: none;
    /*!* autoprefixer: off *!*/
    background: -webkit-linear-gradient(bottom, #fff, hsla(0, 0%, 100%, .7));
    background: linear-gradient(bottom, #fff, hsla(0, 0%, 100%, .7))
}
