@font-face {
    font-family: 'MyPoppins';
    src: url('fonts/Poppins-Black.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
html {
    font: 12px/1.125 "\5FAE\8F6F\96C5\9ED1 ", "\5B8B\4F53";
    color: #292a2e;
}
html{
    /* font-size: 62.5%; */
	font-size: 16px;
}
html,
body {
    /* height: 100%;
    height: 100vh; */
    min-height: 100vh;
	font-family: 'MyPoppins', sans-serif;
}

.d-flex {
    display: flex;
    display: -webkit-flex;
    display: -o-flex;
    display: -moz-flex;
}

body,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
input,
button,
dl,
dd,
hr,
select,
option,
th,
tr,
td,
textarea {
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}
.max-w-7xl {
	max-width: 80rem
}
.w-full {
    width: 100%;
}

.h-full {
    height: 100%;
}
.mx-auto {
    margin-left: auto;
    margin-right: auto;
}



a {
    text-decoration: none;
    outline: none;
    
}

i,
em {
    font-style: normal;
}

b,
strong {
    font-weight: normal;
}

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

.cf {
    *zoom: 1;
}

.c {
    overflow: hidden;
    *zoom: 1;
}

.pr {
    position: relative;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.eps {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

::-ms-clear,
::-ms-reveal {
    display: none;
}
/* 容器 */


.border-top-1 {
    transform: scaleY(.333333333);
    border-top: 1px solid #e1e1e1;
}

.main {
    width: 375px !important;
    margin: 0 auto !important;
}


/*css为clearfix，清除浮动*/

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

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
    /*IE/7/6*/
}
.flex{
	display: flex;
}
.text-center {
	text-align: center;
}
.justify-center{
	justify-content: center;
}
.items-center{
	align-items: center;
}
.font-medium {
    font-weight: 500;
}
.duration-100 {
	transition-duration: .1s
}

.duration-150 {
	transition-duration: .15s
}

.duration-200 {
	transition-duration: .2s
}

.duration-300 {
	transition-duration: .3s
}

.duration-75 {
	transition-duration: 75ms
}

.ease-in {
	transition-timing-function: cubic-bezier(.4, 0, 1, 1)
}

.ease-in-out {
	transition-timing-function: cubic-bezier(.4, 0, .2, 1)
}

.ease-out {
	transition-timing-function: cubic-bezier(0, 0, .2, 1)
}
.cursor-pointer {
	cursor: pointer
}
.bold {
    font-weight: bold;
}
.text-gray{
	color: #e6eff5;
}
.text-gray:hover{
	color: #e6eff5;
}

.text-white:hover {
 	color:#ffffff;
}  
.text-line-1 {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.text-line-2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
}
.border-blue{
	background-color: #4d91b7;
}

/* 提示弹框 */

.message {
    position: fixed;
    display: none;
    padding: 45px 12px;
    background: #ffffff;
    width: 60%;
    font-size: 14px;
    /* min-height: 80px; */
    line-height: 19px;
    top: 50%;
    left: 50%;
    text-align: center;
    transform: translate(-50%, -50%);
    border-radius: 5px;
    z-index: 11;
    box-sizing: border-box;
    border: 1px solid #FF9800;
    color: #FF9800;
}

.message-mask {
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    z-index: 10;
    opacity: 0.7;
    -moz-opacity: 0.7;
    filter: alpha(opacity=70);
}


/* 提示框 */

.frame {
    position: fixed;
    display: none;
    padding: 0px 12px 20px;
    background: #ffffff;
    width: 70%;
    font-size: 14px;
    /* min-height: 80px; */
    line-height: 19px;
    top: 50%;
    left: 50%;
    /* text-align: center; */
    transform: translate(-50%, -50%);
    border-radius: 5px;
    z-index: 11;
    box-sizing: border-box;
    border: 1px solid #FF9800;
}

.frame-con {
    margin: 23px 0px;
    text-align: center;
}

.frame-btn {
    position: relative;
    width: 72%;
    height: 40px;
    margin: 20px auto 0px;
}

.frame-text {
    position: absolute;
    font-size: 16px;
    line-height: 38px;
    text-align: center;
    color: #ffffff;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    font-weight: bold;
}

.frame-info {
    color: #ff0000;
    margin: auto;
    font-size: 1.2rem;
    font-size: 12px;
    line-height: 18px;
    margin: 12px 0px 0px
}

.frame-close {
    position: absolute;
    left: 50%;
    width: 28px;
    bottom: -50px;
    transform: translate(-50%, 0%);
    z-index: 11;
}
.weui__footer{
    position: fixed;
    color: #666666;
    width: 100%;
    background: #ffffff;
    font-size: 1rem;
    text-align: center;
    height:60px;
    box-shadow: 0px -2px 1px 0px rgb(231 231 231 / 22%);
    z-index: 999;
    bottom: 0;
}
.weui-footer__wrap{
    position: absolute;
    display: flex;
    justify-content: space-between;
    width: 100%;
    top: 50%;
    transform: translate(0%,-50%);
    padding: 0rem 4rem;
    box-sizing: border-box;
}
.footer-line{
    position: relative;
    vertical-align: top;
}
.footer-icon{
    width: 2rem;
    height: 2.1rem;
    margin: auto;
}
.footer-name{
    margin-top: 0.5rem;
}
::-webkit-scrollbar{display:none; width:0; height: 0;}