*::-webkit-scrollbar {
    display: none;
}
body,h1,h2,h3,h4,h5,h6,hr,p,blockquote,dl,dt,dd,ul,ol,li,pre,form,fieldset,legend,button,input,textarea,th,td{margin:0;padding:0;word-wrap:break-word;}
body,button,input,select,textarea{font:12px/1.5 "Microsoft YaHei",tahoma,arial,sans-serif;color:#8f8f94;font-size: 13px;background: #f5f5f5;}
table{border-collapse:collapse;border-spacing:0;}
td,th{padding-left:10px;}
img{border:none;}
h1{font-size:34px;}
h2{font-size:26px;}
h3{font-size:18px;}
h4{font-size:16px;}
h5{font-size:14px;}
h6{font-size:12px;}
input,label,img,td,th{vertical-align:middle;}
address,cite,dfn,em,var{font-style:normal;}
code,kbd,pre,samp{font-family:courier new,courier,monospace;}
ul,ol,li{list-style:none;}
a{text-decoration:none;color:#666;cursor:pointer;}
a:hover{text-decoration:none;}
.newWin .layui-layer-btn-,.layui-layer-dialog .layui-layer-btn- { display: flex; display: -webkit-flex; justify-content: space-between; }
.newWin .layui-layer-btn0,.newWin .layui-layer-btn1,
.layui-layer-dialog .layui-layer-btn0,.layui-layer-dialog .layui-layer-btn1
{ width: 48%; padding: 0; text-align: center; border-radius: 3px; }
a, a:visited {
    text-decoration: none;
    color: #4c4743;
}
i{font-style: normal;}
#app {
    max-width: 750px;
    height: auto;
    margin: 0 auto;
}
/*列表通用*/
#pages{
    width: auto;
    height: 24px;
    margin: 0 auto;
    padding: 10px;
    color: #FF9800;
    text-align: center;
}
.TarView {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}
.table {
	position: relative;
	overflow: hidden;
}

.table .load {
	position: absolute;
	height: 24px;
	line-height: 24px;
	padding: 0 10px;
	display: inline-block;
	top: 9px;
	right: 0px;
	background: #eed57b;
	color: #69493A;
	font-weight: 400;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.table .hd {
	box-shadow: 0 0 5px #e1e1e1;
    margin: 0 16px;
    padding: 15px 5px;
    border-radius: 9px;
    background: #fff;
    position: relative;
    margin-top: 11px;
}

.table .hd a.search {
    position: absolute;
    right: 10px;
    top: 12px;
    width: 10px;
    height: 10px;
    border: solid #426ced;
    border-width: 1px 1px 0 0;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    -ms-transform: rotate(135deg);
}

.table .hd a.search.a {
	top: 16px;
	border-width: 0 0 2px 2px;
}

.table .title {
	position: relative;
	display: none;
	text-align: center;
	line-height: 40px;
	color: #eed57b;
	font-size: 14px;
}

.title .input-text {
	min-width: 100px;
	height: 18px;
	padding: 2px 2px 2px 5px;
	border: 1px solid #BDBDBD;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.title .date {
	background: #FFF url(../images/input_date.png) no-repeat right 3px;
	padding-right: 2px;
}

.title button {
	vertical-align: middle;
	padding: 0 8px;
	border: 1px solid #658bff;
	height: 24px;
	background: #658bff;
	color: #FFF;
	outline: none;
	cursor: pointer;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.table .list {
	padding: 15px;
}

.table .list .onload {
	background: url(../images/onLoad.gif) no-repeat center;
	width: 100%;
	height: 200px;
}

.table .list .no-data {
	text-align: center;
	line-height: 200px;
	color: #999;
	font-size: 14px;
}

.table .list ul {
	line-height: 30px;
	font-size: 13px;
	border-bottom: 1px solid #f2f2f2;
	padding: 8px;
	overflow: hidden;
	box-shadow: rgba(0, 0, 0, 0.08) 0px 0px 3px 1px;
	border-radius: 4px;
	background-color: #fff;
	border: 1px solid #ebeef5;
    margin-bottom: 15px;
}

.table .list ul:hover {
	background: #F1F1F1;
}

.table .list ul li {
	height: 30px;
	text-align: center;
	padding: 0;
	margin: 0;
	overflow: hidden;
}

.table .list ul li a {
	color: #F60;
}

.table .list ul li a:hover {
	color: #F00;
}

.table ul li.w50 {
	float: left;
	width: 50%;
}

.table ul li.w30 {
	float: left;
	width: 50%;
    text-align: left;
}

.table ul li.w33 {
	float: left;
	width: 33.33%;
}

.table ul li.w70 {
	float: left;
	width: 50%;
}

.table ul li.tl {
	text-align: left;
}

.table ul li.tr {
	text-align: right;
}

.table ul li.qishu {
	font-size: 13px;
	color: #755542;
	font-weight: 700;
}

.table ul li.hm_list {
	width: 100%;
	text-align: left;
}

.table ul li.line {
	width: 100%;
	text-align: left;
	height: 20px;
	line-height: 20px;
}

.table ul li.state {
	font-size: 14px;
}

.table ul li.time {
	color: #999;
}

.table ul li.val {
	font-size: 16px;
}

.table ul li.f12 {
	font-size: 12px;
}

.table ul li.msg {
	text-align: left;
	color: #999;
	width: 100%;
	height: 20px;
	line-height: 20px;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.table ul:hover li.msg {
	height: auto;
	white-space: initial;
	text-overflow: initial;
}

.table ul li.btn {
	text-align: right;
	width: 100%;
}

.table ul li.btn a {
	font-size: 14px;
	margin-left: 8px;
}
/*我的注单*/
.order .count {
	position: relative;
	height: 24px;
	line-height: 24px;
	padding: 0 5px;
	color: #333;
	font-size: 12px;
	background: #F5F5F5;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.order .count.all {
	display: inline-block;
	/*background: #FFEE6E;*/
}

.order .count span {
	margin-right: 10px;
}

.order .count span.shu {
	color: red;
}

.order .count span.ying {
	color: green;
}

.order .count span.ruzhang {
	color: black;
}

.order .count.xiaoji {
	background: #fff;
	text-align: center;
	-moz-border-radius: initial;
	-webkit-border-radius: initial;
	border-radius: initial;
}
/*login*/
#wraplogin {
    width: 100%;
    margin: 0 auto;
    min-width: 320px;
    max-width: 750px;
    background: #f1f1f1;
    background-size: cover;
    font-size: .3rem;
    line-height: 1.5;
    color: #4c4743;
    -webkit-text-size-adjust: 100% !important;
}
.LoginItem {
    height: 100%;
    background: url(../img/bg.png) 0 bottom no-repeat;
    background-size: 100% 100%;
    font-size: 0.3rem;
    color: #131313;
}
.LoginItem .login_bar {
    /*background: linear-gradient(0deg, #e4ebff, #e4ebff);*/
    position: relative;
    width: 100%;
    height: 1rem;
    line-height: 1rem;
    text-align: center;
    color: #262626;
    font-size: .34rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.LoginItem .login_bar >a {
    position: absolute;
    left: 0rem;
}
.LoginItem .login_bar img{
    width: 21px;
}
.LoginItem .login_bar .lang_cur {
    position: absolute;
    height: auto;
    text-align: center;
    z-index: 99;
    font-size: .16rem;
    right: 0.35rem;
}
.LoginItem .login_bar .submenu {
    left: -45px !important;
    width: 130px !important;
    top: 30px !important;
}
.LoginItem .login_bar .lang_cur .langu >li img {
    width: 0.43rem !important;
    margin: 0 0.15rem;
    vertical-align: middle;
}
.LoginItem header {
    width: 100%;
    text-align: center;
    margin: 1rem 0 1.8rem 0;
}
.LoginItem header img{
    width: 230px;
}
.LoginItem content .content-input {
    padding: 0 .42rem;
}
.LoginItem content .content-input .LoginInput {
    margin-bottom: .38rem;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: rgba(90, 90, 90, .7);
    border: none;
    border-radius: 2rem;
    height: 1.0rem;
    background-color: #fff;
}
.LoginItem content .content-input .LoginInput > div {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    font-size: .26rem;
    margin-right: .46rem;
}
.LoginItem content .content-input .LoginInput > img {
    margin-left: .46rem;
    margin-right: .35rem;
    width: 0.38rem;
    height: 0.38rem;
}
.LoginItem content .content-input .LoginInput > input {
    color: #666666;
    background: none;
    width: 100%;
    outline: none;
    font-size: .32rem;
    border: none;
    height: 80%;
}
.LoginItem .login_btn .btn {
    display: block;
    height: .88rem;
    line-height: .88rem;
    font-size: .36rem;
    color: #fff;
    text-align: center;
    background: #3f6aed;
    border-radius: .06rem;
    border: 0;
    cursor: pointer;
    border: 0;
    width: 100%;
    border-radius: 2rem;
    box-shadow: 0 .05rem .1rem rgba(0, 0, 0, 0.16);
}
.LoginItem .content-input .login_trigger_btn {
    text-align: center;
    color: #908f8e;
    font-size: .28rem;
    margin-top: .5rem;
}
.LoginItem .content-input .login_trigger_btn span {
    color: #3f69ea;
    padding-left: 6px;
}
.Register-clause {
    display: -webkit-box;
    justify-content: center;
    font-size: 0.28rem;
    color: #666;
    margin: .4rem 0;
    padding-left: 8px;
}
.Register-clause img {
    width: .32rem;
    margin-right: .16rem;
}

/*index*/
.header-pg{
    /*background-color: #426ced;*/
    width: 100%;
    z-index: -1;
    position: absolute;
    max-width: 750px;
}

.header-page .index-header{
    background-color: #ffffff;
    display: flex;
    padding: 0 10px;
    flex-direction: row;
    height: 45px;
    font-size: 15px;
}
.header-page .public-header{
    background-color: #ffffff;
    display: flex;
    padding: 0 10px;
    flex-direction: row;
    height: 44px;
    font-size: 15px;
    color: #262626;
}
.header-page .header-left{
    display: flex;
    flex-direction: row;
    align-items: center;
}
.header-page .header-left .icon_arrow_left {
    width: 9px;
    height: 9px;
    margin-top: 1px;
    border-color: #262626;
    border-style: solid;
    border-width: 0px 2px 2px 0px;
    transform: rotate(135deg);
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 3px;
}

.header-page .header-left .index-logo img{
    width: 55px;
    height: 55px;
}
.header-page .header-left .userinfo{
    display: flex;
    flex-direction: column;
    margin-left: 11px;
}
.header-page .header-left .userinfo span{
    font-size: 15px;
    font-weight: 600;
    color: #262626;
    position: relative;
    display: flex;
    align-items: center;
}
.header-page .header-left .userinfo p{
    font-size: 12px;
    color: #fff;
}
.header-page .header-container {
    display: flex;
    flex: 1;
    padding: 0 10px;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    color: #262626;
}
.header-page .header-right{
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}
.header-page .header-right .icon{
    margin-right: 15px;
}
.header-page .header-right .icon img{
    width: 23px;
    height: 23px;
}
.header-page .header-right .pic{
    margin-right: 10px;
    width: 25px;
    height: 25px;
}
.header-page .header-right .pic img{
    width: 25px;
    height: 25px;
    border-radius: 50%;
}
.header-page .header-left .pic{
    margin-right: 10px;
    width: 25px;
    height: 25px;
}
.header-page .header-left .pic img{
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 0.01rem solid #dde1eb;
}
.header-page .header-right .refresh{
    margin-right: 10px;
    width: 25px;
    height: 25px;
}
.app-container .info-top{
    box-shadow: 0 0 5px #e1e1e1;
    margin: 0 16px;
    padding: 2px 5px 11px;
    border-radius: 11px;
    background: #fff;
    position: relative;
}
.app-container .info-top .balance {
    padding: 0 16px;
    margin-top: 16px;
    justify-content: space-between;
    display: flex;
}
.app-container .info-top .addbalance{
    background: #f1f1f1;
    padding: 0 8px;
    border-radius: 16px;
    position: absolute;
    right: 13px;
    top: 13px;
}
.app-container .info-top .total{
    font-size: 33px;
    font-weight: 700;
    padding: 0 16px;
    color: #222;
}
.app-container .info-top .info-menu{
    width: 100%;
    height: 66px;
}
.app-container .info-top .info-menu .item-wrap{
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 100%;
}
.app-container .info-top .info-menu .item-wrap .swiper-item {
    width: 25%;
    align-items: center;
    display: flex;
    flex-direction: column;
}
.app-container .info-top .info-menu .swiper-pagination-bullet-active {
    opacity: 1;
    background: #cda26f;
}
.app-container .info-top .info-menu .swiper-pagination-bullet {
    width: 7px;
    height: 7px;
}
.app-container .info-top .info-menu .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 0;
    left: 0;
    width: 100%;
}
.app-container .info-top .info-menu .swiper-wrapper{
    height: 70px !important;
}
.app-container .notice_center{
    background: #fff;
    border-radius: 6px;
    padding: 7px 15px;
    margin: 11px 11px 0px 11px;
}
.app-container .notice_center .index-tips {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.app-container .notice_center .index-tips img{
    width: 20px;
    padding-right: 3px;
}
.app-container .notice_center .index-tips .notice-center{
    flex:1;
}
.app-container .notice_center .index-tips .tips-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.app-container .notice_center .index-tips .dec {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    border: none;
    text-align: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #666;
    align-items: center;
    display: flex;
}
.app-container .notice_center .index-tips .tips-content-more {
    padding: 0 0.08rem;
    flex-shrink: 0;
    color: #b8b8b8;
    font-size: 0.24rem;
    margin-right: 0.1rem;
}
.app-container .banner{
    padding: 0 16px;
    /*margin-top: 10px;*/
}
.app-container .index-market {
    margin: 11px
}
.app-container .index-market .marker-item {
    background: #fff;
    padding: 16px;
    overflow: hidden;
    margin-bottom: 11px;
    border-radius: 11px;
}
.app-container .index-market .marker-item .info{
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    gap: 11px;
}
.app-container .index-market .marker-item .info .logo {
    width: 57px;
    height: 57px;
}
.app-container .index-market .marker-item .info .logo img{
    width: 45px;
    height: 45px;
}
.app-container .index-market .marker-item .info .info-text {
    flex: 1;
    overflow: hidden;
}
.app-container .index-market .marker-item .info .info-text .proname{
    color: #000;
    font-size: 13px;
}
.app-container .index-market .marker-item .info .info-text .price{
    color: #2885ff;
    font-size: 14px;
    font-weight: 700;
}
.app-container .index-market .marker-item .info .info-text .price.up {
        color: #f00;
    }
.app-container .index-market .marker-item .info .info-text .price.down {
        color: #0a0;
    }
.app-container .index-market .marker-item .video{
    height: 185px;
    border-radius: 7px;
    background: #f5f5f5;
}
.app-container .index-market .marker-item .video .media{
    width: 100%;
    height: 100%;
}
.app-container .index-market .marker-item .flex-left img{
    border: 0.01rem solid #e3e3e3;
    border-radius: 7px;
    padding: 3px;
    width: 50px;
    height: 50px;
}
.app-container .index-market .marker-item .flex-left span{
    margin-left: 10px;
    font-size: 15px;
}
.app-container .service-button{
    margin-top: 22px;
    display: flex;
    justify-content: space-between;
}
.app-container .service-button .item{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    cursor: pointer;
    width: 45%;
    color: #333;
    border-radius: 10px;
    height: 55px;
    background: #f9f0e6;
    text-align: center;
}
.app-container .cooperate {
    background: #fff;
    padding: 11px;
    border-radius: 7px;
    display: grid;
    justify-content: center;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 16px 0;
    margin: 11px;
    margin-bottom: 100px;
}
.app-container .cooperate .logo img{
    width: 66px;
    height: 44px;
}
/*footer*/
.footer-nav{
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    height: 55px;
    background-color: #fff;
    border-radius: 0;
    box-shadow: 0 0 11px #f1f1f1;
    max-width: 750px;
    margin: 0 auto;
}
.footer-nav .footer-item{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.footer-nav .footer-item img{
    width: 20px;
    height: 20px;
}
.footer-nav .footer-item span{
    color: #a5a5a5;
    font-size: 12px;
}
.footer-nav .footer-item.active span{
    color: #426ced;
    font-size: 12px;
}

/*game*/
.app-container .project-top {
    box-shadow: 0 0 5px #e1e1e1;
    margin: 0 16px;
    padding: 2px 5px 11px;
    border-radius: 11px;
    background: #fff;
    position: relative;
    margin-top: 11px;
}
.app-container .project-top .choose{
    position: relative;
    padding: 16px 11px 0px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.app-container .project-top .kLine{
    padding: 12px 10px 0px;
}
.project-top .project-name{
    display: flex;
    flex-direction: row;
    align-items: center;
}
.project-top .project-name img{
    width: 22px;
    height: 22px;
}
.project-top .project-name span{
    font-size: 15px;
    color: #222;
    padding: 0 5px;
}
.app-container .project-top .choose .project-name .icon_arrow {
    width: 8px;
    height: 8px;
    margin-top: -6px;
    border-color: #999;
    border-style: solid;
    border-width: 0px 1px 1px 0px;
    transform: rotate(45deg);
    display: flex;
    justify-content: center;
    align-items: center;
}
.app-container .project-top .choose p{
    color: #b40513;
    font-size: 19px;
    font-weight: bold;
}
.layui-layer-tips .layui-layer-content {
    border-radius: 5px !important;
}
.app-container .project-top .times{
    font-size: 16px;
    padding: 5px 16px;
    color: #222;
}
.app-container .project-top .times span{
    /*position: absolute;*/
}
.app-container .project-top .times span:before{
    display: block;
    content: " ";
    position: absolute;
    bottom:0;
    width: 40px;
    height: 1px;
    border-radius: 24px;
    background-color: #b40513;
    overflow: hidden;
    transition: all 0.5s;
    transform: scaleX(1);
}
.app-container .project-top .kLine .title{
    display:flex;
    justify-content: center;
    color:#333;
    margin-top: 20px;
}
.app-container .project-top .kLine .title .item{
    /*flex:1; */
    width: 13%;
    text-align:center
}
.app-container .project-top .kLine .title .item img{
    width:7px; 
    height:auto
}
.lang-name{
    padding-left: 10px;
}
.lang-name img{
    width:22px; 
}
.lang-top .lang-item {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.lang-top .lang-item img {
    width: 22px;
    height: 22px;
}
.lang-top .lang-item span {
    font-size: 15px;
    color: #222;
    padding: 0 5px;
}

.app-container .project-open{
    margin: 20px 0;
    padding: 0 15px;
    color: #222;
}
.app-container .project-open .open-item {
    justify-content: space-between;
    display: flex;
    flex-direction: row;
    align-items: center;
    background-color: rgb(255, 255, 255);
    box-shadow: rgb(225, 225, 225) 0px 0px 10px;
    padding: 15px;
    margin-bottom: 15px;
    border-radius: 10px;
}
.app-container .project-open .open-item .left{
    display: flex;
    flex-direction: column;
}
.app-container .project-open .open-item .left .issue{
    color: #333;
    float: left;
    text-align: left;
    padding-left: 3px;
    margin-bottom: 7px;
}
.app-container .project-open .open-item .left .hm_list i{
    -moz-border-radius: 50% !important;
    -webkit-border-radius: 50% !important;
    border-radius: 50% !important;
    vertical-align: 2px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    border: 1px solid #597ff3;
    background-color: #597ff3;
    color: #fff;
    font-size: 14px;
    display: inline-block;
    margin: 0 1px;
    text-align: center;
}
.app-container .project-open .open-item .left .hm_list a{
    margin-left: 7px;
}
.app-container .project-open .open-item .left .hm_list{
    height: 24px;
    line-height: 24px;
    font-size: 16px;
    color: #000000;
}
.app-container .project-open .open-item .left .haoma_box{
    display: none;
    position: absolute;
    width: 100%;
    /* padding: 2%; */
    /* padding-bottom: 15%; */
    color: #000;
    z-index: 101;
    background-color: #f4f7ff;
    border-radius: 0.15rem;
    width: 95%;
    margin: 0 2.5%;
    margin-top: 0.19rem;
    overflow: auto;
    height: 4.0rem;
    left: 0;
    right: 0;
    border: 1px solid #e5e5e5;
}
.app-container .project-open .open-item .left .haoma_box a.more {
    display: block;
    width: 100px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    margin: 10px auto 5px;
    background-color: #1e1c38;
    color: #fff;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    font-size: 14px;
}
.app-container .project-open .open-item .left .haoma_box ul li {
    font-size: 14px;
    height: auto;
    line-height: 32px;
    text-align: center;
    border-bottom: 1px solid #e5e5e5;
}
.app-container .project-open .open-item .left .haoma_box ul li b{
    padding-left: 15px;
}
.app-container .project-open .open-item .left .haoma_box ul li .lan {
    color: #333;
    padding-right: 10px;
}
.app-container .project-open .open-item .left .haoma_box li span i {
    font-style: normal;
    /* background-color: #f04c46; */
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    color: #426ced;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    margin-left: 3px;
    border: 1px solid #426ced;
}
.app-container .project-open .open-item .left .haoma_box li span em {
    font-style: normal;
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    color: #000000;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    font-size: 14px;
    margin-left: 3px;
}
/* HB */
	.b_3,.b_6,.b_9,.b_12,.b_15,.b_18,.b_21,.b_24{ 
		background-color:#e93d49 !important;
		color:#fff !important;
		border: 1px solid #e93d49 !important;
	}
	/* LVB */
	.b_1,.b_4,.b_7,.b_10,.b_16,.b_19,.b_22,.b_25{
		background-color:#12ad12 !important;
		color:#fff !important;
		border: 1px solid #12ad12!important;
	}
	/* LB */
	.b_2,.b_5,.b_8,.b_11,.b_17,.b_20,.b_23,.b_26{
		background-color:#03a9f4 !important;
		color:#fff !important;
		border: 1px solid #03a9f4 !important;
	}
	.b_13,.b_14{
		background-color:#cda26f !important;
		color:#fff !important;
		border: 1px solid #cda26f !important;
	}
.glyphicon-chevron-downs {
    font-size: 24px;
    float: right;
    margin-top: 5px;
    width: 7px;
    height: 8px;
    border-color: #6b6b6b;
    border-style: solid;
    border-width: 0px 1px 1px 0px;
    transform: rotate(45deg);
}

.app-container .project-open .open-item .right{
    display: flex;
    flex-direction: column;
    text-align: right;
    margin-bottom: 7px;
}
.app-container .project-open .open-item .right .show_type .pd , .app-container .project-open .open-item .right .show_type .ps {
    padding: 0 10px;
}
.app-container .project-next{
    margin: 20px 0;
    padding: 0 15px;
    color: #222;
}
.app-container .project-next .next-item {
    justify-content: space-between;
    display: flex;
    flex-direction: row;
    align-items: center;
    background-color: rgb(255, 255, 255);
    box-shadow: rgb(225, 225, 225) 0px 0px 10px;
    padding: 15px;
    margin-bottom: 15px;
    border-radius: 10px;
}
.app-container .project-next .next-item .left{
    display: flex;
    flex-direction: column;
}
.app-container .project-next .next-item .left span{
    color: #ff0000;
}
.app-container .project-next .next-item .right{
    display: flex;
    flex-direction: column;
    text-align: right;
    margin-top: 5px;
}
.app-container .gameplay{
    margin: 20px 0 10px 0;
    padding: 0 15px;
}
.app-container .gameplay .line_box{
    justify-content: space-between;
    flex-wrap: wrap;
    display: flex;
    flex-direction: row;
}
.app-container .gameplay .line_box .line  {
    font-size: 12px;
    width: 23%;
    height: 75px;
    background-color: #fff;
    margin-bottom: 10px;
    border-radius: 5px;
    color: #222;
    box-shadow: 0 0 5px #e1e1e1;
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
}
.app-container .gameplay .line_box a.a {
    background-color: #ffffff;
    color: #426ced;
    border: 1px solid #426ced;
}
.app-container .send_box{
    margin: 10px 0;
    padding: 0 15px;
    text-align: center;
}
.app-container .send_box input {
    border: 1px solid #E5E5E5;
    height: 30px;
    width: 150px;
    padding: 0 8px;
    vertical-align: bottom;
    outline: none;
    border-radius: 4px;
    color: #000;
    margin-right: 0px;
    padding-top: 2px;
    font-size: 15px;
}
.app-container .send_box a {
    display: inline-block;
    color: #fff;
    padding: 0 25px;
        background: linear-gradient(90deg, #6c90ff 0%, #426ced 100%);
    border-radius: 4px;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
}
.hb_result{
    position: fixed;
    width: 100%;
    margin: auto;
    text-align: center;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    /* transform: translate(-50%, -50%); */
    height: 450px;
    background: url(<?php echo IMG_PATH?>hongbao/hb_tc.png?v=1) no-repeat;
    background-size: 100% 100%;
    display: none;
    z-index: 99;
}
.hb_result h1{
    margin-top: 100px;
    background: linear-gradient(to bottom, #fff, #ffe698);
    -webkit-background-clip: text;
    color: transparent;
    letter-spacing: 2px;
    padding-left: 10px;
    font-size: 30px;
}
 .hb_result p{
     margin-top: 58px;
    color: #ff4d60;
    font-size: 16px;
    padding-left: 12px;
 }
 #hn_num{
    margin-top: 30px;
    font-size: 50px;
    color: #ff4d60;
    letter-spacing: 2px;
    font-weight: bolder;
 }
 
/*user*/
.app-container .user-info{
    height: 100%;
    background: url(../img/user_bg.png) 0 bottom no-repeat;
    background-size: 100% 100%;
}
.app-container .user-info .avatar{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-top: 18px;
}
.app-container .user-info .avatar img{
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: 0.01rem solid #dde1eb;
}
.app-container .user-info .text{
    text-align: center;
    line-height: 28px;
    padding: 10px 0;
}
.app-container .user-info .text p{
    color: #000;
    font-size: 15px;
}
.app-container .user-info .text span{
    font-size: 33px;
    color: #000;
    font-weight: bolder;
}
.app-container .user-info .user-card{
    display: flex;
    width: 100%;
    justify-content: space-between;
    padding: 0 16px;
    box-sizing: border-box;
    color: #222222;
    padding-bottom: 20px;
}
.app-container .user-info .user-card .left, .app-container .user-info .user-card .right {
    background: #fff;
    display: flex;
    padding: 5px 33px;
    justify-content: space-between;
    align-items: center;
    width: 42%;
    box-sizing: border-box;
    border-radius: 8px;
}
.app-container .user-info .user-card .left img, .app-container .user-info .user-card .right img{
    width: 33px;
    height: 33px;
}
.app-container .user-content {
    background-color: #fff;
    margin: 15px;
    padding: 0px 10px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 3px 1px;
    border-radius: 20px;
}
.app-container .user-content .info-list{
    padding: 10px;
    font-size: 14px;
    color: #6a6a6a;
    line-height: 22px;
}
.app-container .user-content .info-list-item{
    display: flex;
    font-size: 16px;
    position: relative;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    cursor: pointer;
    color: #6a6a6a;
    line-height: 22px;
    border-bottom: 0.01rem solid #f3f3f3;
    padding: 10px 15px;
    padding-left: 15px;
}
.app-container .user-content .info-list-item .left{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.app-container .user-content .info-list-item .left img{
    width: 26px;
    height: 26px;
}
.app-container .user-content .info-list-item .left span{
    padding-left: 20px;
}
.app-container .user-content .info-list-item .right{
    
}
.app-container .user-content .info-list-item .right .icon_arrow_right {
    width: 8px;
    height: 8px;
    margin-top: -6px;
    border-color: #999;
    border-style: solid;
    border-width: 0px 1px 1px 0px;
    transform: rotate(315deg);
    display: flex;
    justify-content: center;
    align-items: center;
}

/*homao*/

.haoma{
    margin-top: 15px;
    margin-bottom: 75px;
}
.haoma .homa-page{
    padding: 10px 10px;
    font-size: 14px;
    color: #6a6a6a;
    line-height: 22px;
}
.haoma .homa-page .item {
    padding: 10px 10px;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 0px 3px 1px;
    border-radius: 4px;
    background-color: #fff;
    border: 1px solid #ebeef5;
    margin-bottom: 15px;
}
.haoma .homa-page .item .above{
    justify-content: space-between;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.haoma .homa-page .item .below{
    justify-content: space-between;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.haoma .homa-page .item .below .line .zd , .haoma .homa-page .item .below .line .zk{
    color: #fff;
    margin-right: 5px;
    padding: 1px 5px;
    border-radius: 4px;
    font-size: 12px;
    line-height: 19px;
    background-color: #31cf34;
}
.haoma .homa-page .item .below .line .ps , .haoma .homa-page .item .below .line .pd{
    color: #fff;
    margin-right: 5px;
    padding: 1px 5px;
    border-radius: 4px;
    font-size: 12px;
    line-height: 19px;
    background-color: #03c0ff;
}
.haoma .homa-page .item .below .line .dd , .haoma .homa-page .item .below .line .ds , .haoma .homa-page .item .below .line .kd , .haoma .homa-page .item .below .line .ks{
    color: #fff;
    margin-right: 5px;
    padding: 1px 5px;
    border-radius: 4px;
    font-size: 12px;
    line-height: 19px;
    background-color: #ff494b;
}
.haoma .homa-page .item .below .hm_list{
    font-size: 18px;
    color: #333;
}

/*user_nav*/
.profit-top{
    box-shadow: 0 0 5px #e1e1e1;
    margin: 0 16px;
    padding: 10px;
    border-radius: 11px;
    background: #fff;
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 10px;
}
.profit-top .profit-item{
    width: 33.33%;
    align-items: center;
    display: flex;
    flex-direction: column;
    padding: 10px 0;
}
.wallet_lump{
    position: relative;
    width: 100%;
    height: 3rem;
    margin: 0 auto;
    line-height: .98rem;
    font-size: .32rem;
    color: #262626;
    text-align: center;
    background: url(../img/wallet_bg.png) 0 bottom no-repeat;
    background-size: 100% 100%;
    border-radius: 0 0 15% 15%;
}
.wallet_lump .balance{
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    display: flex;
    padding: 0 20px;
    line-height: 0.8rem;
}
.wallet_lump .balance span:last-child{
    font-size: 33px;
    color: #000;
    font-weight: bolder;
}
.wallet_lump .balance .eye {
    position: absolute;
    margin: auto;
    top: .35rem;
    right: .5rem;
    width: auto;
    height: 0.5rem;
}
.app-container .wallet-top {
    box-shadow: 0 0 5px #e1e1e1;
    margin: 0 16px;
    padding: 2px 5px 11px;
    border-radius: 11px;
    background: #fff;
    position: relative;
    margin-top: -1.2rem;
}
.app-container .wallet-top .wallet-menu {
    width: 100%;
    height: 66px;
}
.app-container .wallet-top .wallet-menu .wallet-wrap {
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 100%;
}

.app-container .wallet-top .wallet-menu .wallet-wrap .wallet-item {
    width: 25%;
    align-items: center;
    display: flex;
    flex-direction: column;
}
.app-container .wallet-top .wallet-menu .wallet-wrap .wallet-item img{
    width: 27px;
    height: 27px;
}
/*pay*/
.pay-container .pay_center {
    box-shadow: 0 0 5px #a7a7a7;
    margin: 0 16px;
    border-radius: 11px;
    background: #fff;
    margin-top: -30px;
    position: relative;
}
.pay-container .pay_center .info {
    border-radius: 10px;
    padding: 12px;
    margin-bottom: 10px;
}
.pay-container .pay_center .info .title {
    font-weight: 600;
    color: #333;
    font-size: 0.32rem;
    line-height: 0.4rem;
    padding-bottom: 0.18rem;
}
.pay-container .pay_center .info .text {
    font-weight: 500;
    color: #969696;
    font-size: 0.24rem;
    line-height: 0.4rem;
    padding-bottom: 0.2rem;
}
.pay-container .pay_from {
    box-shadow: 0 0 5px #a7a7a7;
    margin: 0 16px;
    border-radius: 11px;
    background: #fff;
    margin-top: 20px;
}
.pay-container .pay_from .from_lump {
    padding: 12px;
}
.pay-container .pay_from .form_div ul li {
    position: relative;
}
.pay-container .pay_from .form_div ul li p {
    color: #333;
}
.pay-container .pay_from .form_div li .inputxt {
    display: block;
    width: 100%;
    height: 0.75rem;
    line-height: .75rem;
    background: #e7e7e7;
    font-size: .3rem;
    border: 0.01rem solid #e7e7e7;
    color: #333;
    margin-top: 0.2rem;
    padding-left: 0.2rem;
    padding-left: 0.2rem;
    box-sizing: border-box;
}
.pay-container .pay_from .form_div li .inputxt::placeholder {
	font-size: .32rem!important;
	color: #666;
}

.pay-container .pay_from .form_div li .pay_list{
    justify-content: space-between;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.pay-container .pay_from .form_div li .pay_list .left {
    display: flex;
    flex-direction: column;
}
.pay-container .pay_from .form_div li .pay_list .right{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.pay-container .pay_from .form_div li .pay_list p{
    margin-bottom: 10px;
    margin-top: 15px;
    font-weight: 500;
    color: #333;
}
.pay-container .pay_from .form_div li .pay_list .left .select {
    display: block;
    position: unset;
    margin-top: 0;
    width: 1.8rem;
    height: 0.6rem;
    line-height: .6rem;
    text-align: center;
    border: 0.01rem solid #ccc;
    border-radius: 0.1rem;
    font-size: .24rem;
}

.pay-container .pay_from .form_div li .pay_list .right span {
    font-size: 16px;
}
.pay-container .pay_from .pay_btn{
    padding: 40px 0 20px 0;
}
.pay-container .pay_from .pay_btn input {
    height: 40px;
    width: 100%;
    border: none;
    cursor: pointer;
    color: #FFF;
    font-size: 0.36rem;
    -moz-border-radius: 1rem;
    -webkit-border-radius: 1rem;
    border-radius: 100px;
    background: linear-gradient(90deg, #426ced 0%, #426ced 100%);
}
.tips {
    padding: 10px 20px;
    color: #999;
    line-height: 24px;
    font-size: .24rem;
    text-align: left;
}

/*cash*/
.cash-container .cash_box {
    box-shadow: 0 0 5px #a7a7a7;
    margin: 10px 16px;
    border-radius: 11px;
    background: #fff;
    padding: 10px;
}
.cash-container .cash_box .cash_title {
    border-bottom: 1px solid #e3e3e3;
    height: 40px;
    line-height: 40px;
    color: #818181;
    font-size: 0.28rem;
    justify-content: space-between;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.cash-container .cash_box .form_div ul li {
    padding-bottom: 10px;
    position: relative;
    border-bottom: 0.013333rem solid #e1e1e1;
    padding-top: 10px;
    margin-bottom: 0;
}
.cash-container .cash_box .form_div ul li .item-title {
    width: 85px;
    border-radius: 4px;
    height: 0.7rem;
    text-align: left;
    float: left;
    line-height: 0.7rem;
    color: #505050;
    font-size: 0.28rem;
}
.cash-container .cash_box .form_div li .inputxt {
    display: block;
    width: calc(100% - 85px);
    height: 0.85rem;
    line-height: .85rem;
    background: #fff;
    font-size: .26rem;
    border: none;
    border: 0.01rem solid #d3d3d3;
    color: #000;
    padding-left: 10px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    box-sizing: border-box;
}
.cash-container .cash_box .form_div li span.title {
    font-size: .26rem;
}
.cash-container .cash_box .cash_btn {
    padding: 40px 0 20px 0;
}
.cash-container .cash_box .cash_btn input {
    height: 40px;
    width: 100%;
    border: none;
    cursor: pointer;
    color: #FFF;
    font-size: 0.36rem;
    -moz-border-radius: 1rem;
    -webkit-border-radius: 1rem;
    border-radius: 100px;
    background: linear-gradient(90deg, #cda87c 0%, #cda26f 100%);
}

.record-container .record-ype {
    box-shadow: 0 0 5px #a7a7a7;
    margin: 0 12px;
    border-radius: 11px;
    background: #fff;
    justify-content: space-between;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 10px 3px 10px 10px;
    height: 50px;
}
.record-container .record-ype .left{
    justify-content: space-between;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.record-container .record-ype .left .active{
    position: relative;
}
.record-container .record-ype .left .active:before {
    display: block;
    content: " ";
    position: absolute;
    bottom: -3px;
    width: 50px;
    height: 2px;
    border-radius: 24px;
    background-color: #426ced;
    overflow: hidden;
    transition: all 0.5s;
    transform: scaleX(1);
}
.record-container .record-ype .left .item{
    padding-right: 20px;
}

.search .date {
    background: #FFF url(../images/input_date.png) no-repeat right 3px;
    padding-right: 2px;
}
.search input{
    max-width: 80px;
    height: 18px;
    padding: 2px 2px 2px 5px;
    border: 1px solid #BDBDBD;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    font-size: 12px;
}
.search button {
    vertical-align: middle;
    padding: 0 8px;
    border: 1px solid #eed57b;
    height: 24px;
    background: #6c4828;
    color: #FFF;
    outline: none;
    cursor: pointer;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
.notice-box{
    margin: 16px;
}
.notice-box .notice-item{
    border-radius: 11px;
    margin-bottom: 16px;
    padding: 20px;
    box-shadow: 0 0 4px #e1e1e1;
    display: flex;
    position: relative;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    background: #fff;
}
.notice-box .notice-item .left{
    display: flex;
    flex-direction: row;
    align-items: center;
}
.notice-box .notice-item .left img{
    width: 24px;
    height: 24px;
    padding-right: 10px;
}
.notice-box .notice-item .left span{
    font-size: 15px;
    color: #262626;
}
.notice-box .notice-item .right .icon_arrow_right{
    width: 8px;
    height: 8px;
    margin-top: -6px;
    border-color: #999;
    border-style: solid;
    border-width: 0px 1px 1px 0px;
    transform: rotate(315deg);
    display: flex;
    justify-content: center;
    align-items: center;
}
.detail{
    padding: 20px;
    min-height: 80vh;
}
.detail .title {
    color: #333;
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 15px;
    text-align: left;
    text-align: center;
}
.detail .time {
    color: #999;
    font-size: 14px;
    margin-bottom: 15px;
    text-align: center;
}
.detail .content {
    color: #797979;
    font-size: 16px;
    line-height: 1.75;
}
.detail .author{
    display: flex;
    justify-content: space-between;
    font-size: 13px;
    margin-bottom: 10px;
    border-bottom: 0.01rem solid #e3e3e3;
    height: 0.3rem;
    padding-bottom: 10px;
}
/*message*/
.message-list{
    padding: 15px;
}
.message-list ul li {
    background: #ffffff;
    border-radius: 10px;
    margin-bottom: 12px;
    box-shadow: 0 0 4px #e1e1e1;
}
.message-flex{
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 15px;
    position: relative;
}

.message-flex .left-imgs {
    width: 45px;
    height: 45px;
    margin-right: 10px;
}
.message-flex .left-imgs img {
    width: 100%;
    height: auto;
    display: block;
    border: 0;
}
.message-flex .right-box {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    min-width: 0;
    font-size: 14px;
    color: #333;
}
.message-flex .right-box .title-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 12px;
    position: relative;
}
.message-flex .right-box .title-box {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    min-width: 0;
    font-size: 14px;
    color: #333;
}
.message-flex .right-box .title-box .title {
    color: #333;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 8px;
}
.message-flex .right-box .title-flex .times {
    color: #93a8ca;
    font-style: normal;
    font-size: 11px;
}
.message-flex .right-box .text {
    font-size: 13px;
    color: #7c8199;
    word-wrap: normal;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    text-align: justify;
}
.message-detail {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    width: 100%;
    height: calc(100vh);
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}
.message-detail .detail-box{
    padding:15px;
    margin-top: 0.8rem;
}
.message-detail .detail-box .title{
    font-size:16px; 
    text-align:center; 
    line-height:1.75;
    margin-bottom:10px;
    color: #ffffff;
}
.message-detail .detail-box .author{
    display:flex;
    justify-content: space-between; 
    font-size:13px;
    margin-bottom:10px;
    border-bottom: 0.01rem solid #141f35;
    height: 0.3rem;
}
.message-detail .detail-box .article_content{
    color: #dfdfdf;
    height: 0.5rem;
    line-height: 0.5rem;
}
/*message end*/
/*language_set*/
.languageset {
    margin: 15px;
    
}
.languageset .languageset-container {
    box-shadow: 0 0 5px #a7a7a7;
    border-radius: 11px;
    background: #fff;    
}
.languageset .languageset-container .languageset-list {
    padding: 12px
}
.languageset .languageset-container .languageset-list .languageset-item {
    position: relative;
    padding: 4vw 0;
    border-bottom: 1px solid #e2e2e2;
    align-items: center;
    display: flex;
}
.languageset .languageset-container .languageset-list .languageset-item.active {
    color: #ff2742;
}

.languageset .languageset-container .languageset-list .languageset-item .v-item-left {
    flex: 1
}
.languageset .languageset-container .languageset-list .languageset-item .v-item-left img {
    width: 25px;
    height: 25px;
    border-radius: 50%
}
.languageset .languageset-container .languageset-list .languageset-item .v-item-left span {
    font-size: 14px;
    padding-left: 10px;
}
.languageset .languageset-container .languageset-list .languageset-item .v-item-right {
    right: 0;
    position: absolute
}
.languageset .languageset-container .languageset-list .languageset-item .v-item-right img {
    width: 20px;
}

/*language_set end*/
.pic-box{
    position: relative;
    width: 90%;
    margin: 0;
    padding: 5%;
    color: #666;
}
.pic-box .form_div ul li {
    margin-bottom: 0px !important;
    height: auto !important;
}
.pic-box .form_div ul li {
    height: auto !important;
    margin-bottom: 15px;
    position: relative;
    /*border-bottom: 0.013333rem solid #2b2b2b;*/
    height: 1rem;
}
.pic-box .form_div img.pic {
    display: block;
    cursor: pointer;
    width: 60px;
    height: 60px;
    margin: 30px auto;
    background-color: #e4e4e4;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
}
.pic-box .form_div li strong {
    display: block;
    text-align: center;
    margin-top: 10px;
    line-height: 22px;
}
.pic-box .defaultpic {
    display: block;
    margin: 0 auto;
    width: 320px;
    overflow: hidden;
}
.pic-box .defaultpic img {
    display: block;
    float: left;
    border: solid 2px #FFF;
    width: 60px;
    height: 60px;
    cursor: pointer;
}
.pic-box .pic_btn {
    padding: 40px 0 20px 0;
}
.pic-box .pic_btn input {
    height: 40px;
    width: 100%;
    border: none;
    cursor: pointer;
    color: #FFF;
    font-size: 0.36rem;
    -moz-border-radius: 1rem;
    -webkit-border-radius: 1rem;
    border-radius: 100px;
    background: linear-gradient(90deg, #cda87c 0%, #cda26f 100%);
}
/*pdw*/
.pdw-box{
    box-shadow: 0 0 5px #a7a7a7;
    margin: 10px 16px;
    border-radius: 11px;
    background: #fff;
}
.pdw-box .form_div{
    padding: 12px;
}
.pdw-box .form_div ul li {
    margin-bottom: 15px;
    position: relative;
}
.pdw-box .form_div li span {
    display: block;
    text-align: left;
    padding-top: 0.1rem;
    color: #333333;
    font-weight: 700;
    font-size: 0.32rem;
}
.pdw-box .form_div li .inputxt {
    background-color: #f2f4f7;
    margin-top: 0.2rem;
    border: 1px solid #efefef;
    display: block;
    width: 100%;
    height: 0.85rem;
    line-height: .85rem;
    font-size: .26rem;
    color: #000;
    padding-left: 10px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    box-sizing: border-box;
}
.pdw-box .form_div .eye {
    display: block;
    position: absolute;
    right: 6px;
    top: 50px;
    width: 35px;
}
.pdw-box .submit_btn{
    padding: 20px 0;
}
.pdw-box .submit_btn input {
    width: 88%;
    height: 0.85rem;
    line-height: .85rem;
    border-radius: 0.1rem;
    border: none;
    color: white;
    display: block;
    margin: 0 auto;
    background: #426ced;
    font-size: 16px;
    border-radius: 100px;
}
/*service*/
 .kefu-container{
    padding-top: 15px;
    flex: 1;
    overflow: auto;
    padding-left: 0.28rem;
    padding-right: 0.28rem;
}
.kefu-container .kefu-top{
        padding: 0;
    margin: 0;
}
.kefu-container .kefu-top img{
    width: 100%;
}
.kefu-container .kefu-list{
        top: -0.4rem;
    position: relative;
    margin-top: 0.8rem;
    border-radius: 0.12rem;
    color: #ffffff;
}
.kefu-container .kefu-item{
    margin-bottom: 0.3rem;
    border-radius: 0.16rem;
    padding: 0.4rem 0.36rem 0.4rem 0;
    line-height: 0.44rem;
    background: #ffffff;
    display: flex;
    align-items: center;
    box-shadow: 0 0 5px #a7a7a7;
}
.kefu-container .kefu-list .list-left{
    color: #000;
    flex: 1;
    padding-left: 0.4rem;
    align-items: center;
    display: flex;
}
.kefu-container .kefu-list .list-left img{
    width: 1.2rem;
    border-radius: 10px;
}
.kefu-container .kefu-list .list-left p {
    font-weight: 700;
    font-size: 0.32rem;
    padding-left: 0.1rem;
}
.kefu-container .kefu-list .list-right{
    padding: 0 0.3rem;
    width: auto;
    height: 0.6rem;
    text-align: center;
    line-height: 0.6rem;
    background: linear-gradient(90deg, #7395ff 0%, #426ced 100%);
    border-radius: 0.4rem;
    font-size: 0.26rem;
    font-weight: 500;
    color: #fff;
}
/*agent*/
/*功能菜单*/
.min_nav {
	position: relative;
	overflow: hidden;
	height: 50px;
	background-color: #fff;
}
.min_nav a {
	display: block;
	float: left;
	width: 20%;
	height: 50px;
	font-size: 13px;
	text-align: center;
}
.min_nav a i {
	display: block;
	font-size: 22px;
	height: 26px;
}
.min_nav a:hover {
	background-color: #e8e8e8;
}
.min_nav a.n1 {
	color: #f00;
}
.min_nav a.n2 {
	color: #2ea200;
}
.min_nav a.n3 {
	color: #085797;
}
.min_nav a.n4 {
	color: #dc6700;
}
.min_nav a.n5 {
	color: #e41db8;
}
.min_nav a.money {
	color: #cb0816;
}
.min_nav a.money i {
	color: #f3be00;
}
.share {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 20px;
}
.share .card {
    background-image: url(../img/icon_share.png);
    height: 100%;
    width: 100%;
    background-repeat: round;
}
.share .card .qr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 10px;
}
.share .card .invite_Code{
    margin-top: 30px;
    text-align: center;
}
.share .card .invite_Code span{
    color: #cda26f;
}
.share .card .qr canvas {
    width: 220px;
    margin-top: 40px;
}
.share .card .line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #999999;
    margin-top: 10px;
}
.share .card .line img {
    width: 90px;
}

.share .card .link {
    margin-top: 30px;
    word-break: keep-all;
    padding: 0 30px;
    display: flex;
    flex-direction: column;
}
.share .card .link label {
    font-size: 14px;
    margin-bottom: 5px;
}
.share .card .link textarea {
    border-radius: 5px;
    padding: 5px;
}
.share .card .share_btn{
    padding: 30px 0 20px 0;
    text-align: center;
    margin-bottom: 10px;
}
.share .card .share_btn .share-button{
    width: 100%;
    border: none;
    cursor: pointer;
    color: #FFF;
    -moz-border-radius: 1rem;
    -webkit-border-radius: 1rem;
    border-radius: 100px;
    background: linear-gradient(90deg, #cda87c 0%, #cda26f 100%);
    padding: 5px 50px;
    font-size: 15px;
}
.edit_box{
    position: relative;
    width: 90%;
    margin: 0;
    padding: 5%;
    color: #666;
}
.edit_box .form_div ul li {
    margin-bottom: 15px;
    position: relative;
    border-bottom: 0.013333rem solid #d7d7d7;
    height: 1rem;
}
.edit_box .form_div li .inputxt {
    display: block;
    width: 100%;
    height: 0.7rem;
    line-height: .7rem;
    background: #fdfdfd;
    font-size: .26rem;
    border: none;
    color: #333;
    padding-left: 10px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    box-sizing: border-box;
    box-shadow: 0 0 5px #a7a7a7;
}
.edit_box .form_div li span {
    display: block;
    text-align: left;
    margin-top: 0.1rem;
    color: #cbcbd6;
    font-weight: 700;
    font-size: 0.28rem;
}
.edit_box .submit_btn {
    padding: 20px 0;
}
.edit_box .submit_btn input {
    width: 88%;
    height: 0.85rem;
    line-height: .85rem;
    border-radius: 0.1rem;
    border: none;
    color: white;
    display: block;
    margin: 0 auto;
    background: #426ced;
    font-size: 16px;
    border-radius: 100px;
}

.about{
    background: #fff;
    border-radius: 7px;
    padding: 16px;
}
.about .title{
    font-size: 19px;
    margin-bottom: 33px;
    color: #000;
}
.about .content .text-content {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: calc(0.45rem * 5); 
    line-height: 0.45rem; 
}

.about .content .text-content.expanded {
    -webkit-line-clamp: initial;
    display: block;
    max-height: none;
}


.about .content h1{
    color: #333;
    line-height: 1;
}
.about .content p {
    color: #666;
    font-size: 15px;
    line-height: 1.5;
}

.about .more-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    margin-top: 16px;
    font-size: 14px;
}
.about .more-btn span {
    color: #333;
}
.about .more-btn .icon_arrow_down {
    width: 8px;
    height: 8px;
    border-color: #999;
    border-style: solid;
    border-width: 0 1px 1px 0;
    transform: rotate(45deg);
    transition: transform 0.3s ease;
}

.logout {
    height: 48px;
    line-height: 48px;
    margin: 20px 30px 100px 30px;
    color: #fff;
    background: #426ced;
    font-size: 16px;
    text-align: center;
    border-radius: 7px;
}












