*{
	margin: 0;
	padding: 0;
}
.shouyan{
	width: 92%;
	display: block;
	margin: 1rem auto 0;
	font-size: 18px;
	color: #0CFE97;
}
.tongguo{
	width: 92%;
	color: white;
	display: block;
	margin: .2rem auto;
	font-size: 16px;
}

.shudai{
	width: 92%;
	display: block;
	height: 42px;
	display: block;
	margin: .6rem auto 0;
}
.shu1{
	width: 100%;
	display: block;
	background: #35383E;
	border-radius: 4px;
	height: 50px;
	line-height: 50px;
	padding-left: 20px;
	box-sizing: border-box;
	font-size: 16px;
	color: white;
	border: none;
	outline: none;
}
.shuyanma{
	width: 92%;
	height: 50px;
	display: flex;
	margin: .6rem auto 0;
}
.shuru2{
	flex: 1;
}
.shuru2 input{
	width: 100%;
	display: block;
	background: #35383E;
	border-radius: 4px;
	height: 50px;
	line-height: 50px;
	padding-left: 20px;
	box-sizing: border-box;
	font-size: 16px;
	color: white;
	border: none;
	outline: none;
}
.anniu11{
	flex: 0.7;
}
.anniu1{
	width: 80%;
	float: right;
	height: 50px;
	background: #0CFE97;
	font-size: 16px;
	color: #000;
	border-radius: 4px;
	text-align: center;
	line-height: 50px;
}
.determine{
	width: 92%;
	height: 45px;
	text-align: center;
	line-height: 45px;
	border-radius:25px;
	background: #FFCC00;
	font-size: 16px;
	color: #000000;
	
	margin: 1rem auto 1rem;
}
.shendai{
	font-size: 20px;
	color: white;
	text-align: center;
	margin-top: 1rem;
}
.shenshuo{
	width: 92%;
	display: block;
	margin: .8rem auto 0;
	font-size: 16px;
	color: #0CFE97; 
}
.diyidian{
	width: 92%;
	display: block;
	margin: .3rem auto 0;
	font-size: 14px;
	color: white; 
}
.yiyuedu{
	width: 90%;
	display: block;
	/*position: absolute;
	bottom: 2.2rem;
	left: 0;
	right: 0;
	margin: auto;*/
	font-size: 14px;
	color: #878788;
	margin: 1rem auto 0;
	display: none;
}
.xieyi{
	color: #24C4D8;
	text-decoration: underline;
}

.weixuan2{
	width: 18px;
	display: inline-block;
	margin-right: 10px;
	float: left;
	margin-left: 1rem;
	display: none;
}
.weixuan1{
	width: 18px;
	display: inline-block;
	margin-right: 10px;
	float: left;
	margin-left: 1rem;
}
.mengban{
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	background: rgba(0,0,0,.8);
	display: none;
}
.tanchuan{
	width: 82%;
	padding: .5rem 0;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	background: white;
	border-radius: 10px;
	display: none;
}
.xuanze1{
	font-size: 18px;
	text-align: center;
	
}
.weichat{
	width: 80%;
	display: flex;
	height: 40px;
	line-height: 40px;
	margin: .5rem auto;
}
.xuanqu{
	flex: 1;
	position: relative;
	text-align: center;
}
.xuanshi{
	flex: 1;
	font-size: 16px;
	text-align: right;
}
.xuan1{
	width: 20px;
	height: 20px;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
label{
   display: block;
    margin-left: .9rem;
    /* margin-right: 15px; */
    color: #777;
    font-size: 16px;
    line-height: 40px;
	text-align: left;
}
.radio_type{
      width: 20px;
    height: 20px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    position: absolute;
    outline: none;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
   /* margin: 0;*/
    vertical-align: text-bottom;
    border:none !important;
    
}
.radio_type:before{
   content: '';
   width: 20px;
   height: 20px;
   border: 2px solid #0CFE97;
   display: inline-block;
   border-radius: 50%;
   vertical-align: middle;
}
.radio_type:checked:before{
   content: '';
   width: 20px;
   height: 20px;
   border: 2px solid #0CFE97;
   display: inline-block;
   border-radius: 50%;
   vertical-align: middle;
}
.radio_type:checked:after{
   content: '';
   width: 12px;
   height: 12px;
   text-align: center;
   background:#0CFE97;
   border-radius: 50%;
   display: block;
   position: absolute;
   top: 6px;
   left: 6px;
}
.radio_type:checked+label{
   color: #0CFE97;
}

.queding{
	width: 40%;
	height: 35px;
	background: #FFCC00;
	color: white;
	font-size: 16px;
	display: block;
	margin: .4rem auto 0;
	border-radius: 10px;
	text-align: center;
	line-height: 35px;
}
.guanbi{
	width: 25px;
	position: absolute;
	right: .15rem;
	top: .15rem;
}
.select {
	display: block;
	width: 92%;
	position: relative;
	vertical-align: middle;
	padding: 0;
	overflow: hidden;
	background-color: #35383E;
	color: #555;
	text-shadow: none;
	border-radius: 4px;	
	transition: box-shadow 0.25s ease;
	z-index: 2;
	margin: .6rem auto 0;
	height: 42px;
}
 
.select:hover {
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
}
 
.select:before {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border: 10px solid transparent;
	border-top-color: #ccc;
	top: 14px;
	right: 10px;
	cursor: pointer;
	z-index: -2;
}
.select select {
	cursor: pointer;
	padding: 15px;
	width: 100%;
	border: none;
	background: transparent;
	background-image: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	color: white;
}
 
.select select:focus {
	outline: none;
}
.select11{
	position: absolute;
	top: 0;
	left: 0;
}
.huozonge{
	font-size: 16px;
	color: white;
	width: 92%;
	display: block;
	margin: .6rem auto 0;
}
.qian{
	font-size: 22px;
	color: #0CFE97;
	width: 92%;
	display: block;
	margin: .2rem auto 0;
}
.shou{
	width: 92%;
	display: flex;
	margin: 1rem auto 0;
	height: 40px;
}
.shouming{
	flex: 1;
	color: #939393;
	font-size: 14px;
	line-height: 40px;
	height: 40px;
}
.quanbu{
	flex: 1;
	position: relative;
	line-height: 40px;
	height: 40px;
	font-size: 14px;
	color: #0CFE97;
	text-align: right;
}
.quanbu img{
	width: 12px;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
.all{
	display: block;
	margin-right: 18px;
}
.lists{
	width: 40%;
	position: absolute;
	right: 0;
	top:40px;
	background: #666666;
	display: none;
	z-index: 99;
}
.lists div{
	padding: 0rem 0;
	font-size: 14px;
	border-bottom: 1px solid #FFFFFF;
	text-align: center;
	height: 30px;
	line-height: 30px;
	color: white;
}
.goulists{
	width: 100%;
	padding: .2rem 0;
	display: block;
	margin: .3rem auto 0;
	height: 65%;
	background: #35383E;
	overflow: hidden;
	overflow-y: scroll;
	position: absolute;
	bottom: 0;
}
.neilist{
	width: 92%;
	margin: .3rem auto 0;
}
.nameandtime{
	width: 100%;
	display: flex;
}
.nameandtime div{
	flex: 1;
	font-size: 14px;
	color: #78797B;
}
.pinprice{
	width: 100%;
	display: flex;
	margin-top: .15rem;
	font-size: 16px;
}
.pin{
	color: white;
	flex: 1;}
.price{
	text-align: right;
	color: #FCCA01;
	flex: 1;
}
.anniu{
	width: 100%;
	position: fixed;
	bottom: 0;
	left: 0;
	height: 2rem;
	background: #202329;
}
.one img{
	width: 100%;
	display: block;
}
.dibu{
	width: 100%;
	background: #020001;
	height: 1.5rem;
	position: fixed;
	left: 0;
	bottom: 0;
}
.dianji{
	width: 80%;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
.gaoduan{
	width: 96%;
	display: block;
	height: 40px;
	margin-left: 4%;
	margin-top: .25rem;
	position: relative;
	line-height: 40px;
}
.gaoduan_1{
	font-size: 14px;
	color: #929292;
	display: block;
}
.ren{
	height: 25px;
	line-height: 25px;
	text-align: center;
	width: 1.5rem;
	font-size: 12px;
	color: #0CF995;
	border: 1px solid #0CF995;
	border-radius: 10px;
	position: absolute;
	right: .4rem;
	top: 0;
	bottom: 0;
	margin: auto;
}
.shengshang{
	width: 92%;
	display: block;
	margin: .3rem auto 0;
	font-size: 16px;
	color: #CCCCCC;
}
.huidi{
	height: 10px;
	width: 100%;
	display: block;
	margin: .5rem auto 0;
	background: #35383E;
}
.chanpinjie{
	width: 50%;
	display: block;
	margin: .4rem auto 0;
}
.vbox_tu{
	width: 100%;
	display: block;
	margin: .25rem auto 0;
}
.neirong{
	color: #EDEDED;
	width: 92%;
	display: block;
	margin: .2rem auto 1.5rem;
	font-size: 14px;
}
.goumai_2{
	width: 100%;
	position: fixed;
	left: 0;
	bottom: 0;
	height: 1rem;
	display: flex;
	background: #35383E;
}
.zengjian{
	flex: 3;
	position: relative;
}
.qumai{
	flex: 1;
	background: #A5D325;
	color: #333333;
	text-align: center;
	line-height: 1rem;
	font-size: 16px;
}
.jian{
	width: 22px;
	position: absolute;
	left: 8%;
	top: 0;
	bottom: 0;
	margin: auto;
}

.add{
	width: 22px;
	position: absolute;
	left: 30%;
	top: 0;
	bottom: 0;
	margin: auto;
}
.shuliang_1{
	font-size: 16px;
	color: white;
	line-height: 1rem;
	position: absolute;
	left: 14%;
	width: 18%;
	text-align: center;
}
.fenxiang{
	width: 100%;
	position: relative;
	margin: 0 auto;
}
.fenxiang img{
	width: 100%;
	display: block;
}
.qie{
	width: 80%;
	display: flex;
	position: absolute;
	top: .5rem;
	height: 5rem;
	left: 0;
	right: 0;
	margin: auto;
}
.qie div{
	flex: 1;
}
.quanyishuo{
	width: 90%;
	display: block;
	margin: 0rem auto 0;
	font-size: 14px;
	color: #AAAAAA;
	margin-bottom: 1.8rem;
}
.quanyishuo .p{
	margin-top: .2rem;
}
.dian_1{
	width: 100%;
	position: fixed;
	left: 0;
	bottom: 0;
	background: #020001;
	height: 1.3rem;
	z-index: 99;
}
.mineshou{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 90%;
}
.qiangliduan{
	width: 100%;
	padding: .3rem 4%;
	box-sizing: border-box;
	border-bottom: 1px solid #35383E;
}
.qiangli1{
	width: 100%;
	display: flex;
}
.shengchanshang_1{
	font-size: 14px;
	color: #CCCCCC;
	width: 92%;
	display: block;
	margin: .25rem auto 0;
}
#shengchanshang_2{
	display: none;
}
#xiaore2{
	display: none;
}
.qianggao{
	width: 92%;
	display: block;
	font-size: 16px;
	color: white;
	margin: .5rem auto 0;
}
.zhijin{
	width: 92%;
	display: flex;
	height: 40px;
	line-height: 40px;
	margin: .2rem auto 0;
}
.neixian{
	width: 100%;
	display: block;
	margin: .3rem auto;
	height: 1px;
	background:#2C2F35;
}
.ninyichengwei{
	font-size: 18px;
	color: white;
	text-align: center;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	display: none;
	height: 40px;
	line-height: 40px;
}
.qipao{
	position: absolute;
	width: 70%;
	right: .1rem;
	top: .1rem;
	display: none;
}

.ninyichengwei button{
	width: 1.5rem;
	height: 30px;
	font-size: 14px;
	background: skyblue;
	color: white;
	text-align: center;
	line-height: 30px;
}
#xiuzi{
	width: 30%;
	height: 40px;
	text-align: center;
	line-height: 40px;
	color: white;
	outline: none;
	border: none;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: 40px auto 0;
	display: none;
	z-index: 9999;}

.dailixin{
	width: 92%;
	/*display: block;*/
	padding: .1rem 0 .3rem;
	background: #34373D;
	border-radius: 6px;
	border:1px solid #595A5C ;
	display: block;
	margin: .6rem auto 0;
	display: none;
}
.dailixin p{
	width: 90%;
	display: block;
	margin: .2rem auto 0;color: white;
	font-size: 16px;
}
.shucuo{
	width: 92%;
	/*display: block;*/
	margin: .6rem auto 0;
	font-size: 16px;
	color: #FB0C1E;
	display: none;
}
.queding99{
	width: 90%;
	height: 45px;
	text-align: center;
	line-height: 45px;
	color: #000;
	background: #FFCC09;
	border-radius: 25px;
	display: block;
	margin: 1rem auto 0;
	font-size: 16px;
}
.queding100{
	width: 90%;
	height: 45px;
	text-align: center;
	line-height: 45px;
	color: #000;
	background: #FFCC09;
	border-radius: 25px;
	/*display: block;*/
	margin: 2rem auto 0;
	font-size: 16px;
	display: none;
}
.fenhuang{
	width: 92%;
	display: flex;
	padding: .3rem .3rem;
	background: #292725;
	border-radius: 15px;
	margin: .4rem auto 0;
	box-sizing: border-box;
}
.tuhuang{
	flex: 1;
	
}
.wentishi1{
	flex: 1;
	position: relative;
}
.tuhuang img{
	width: 70%;
	display: block;
	margin: 0 auto;
}
.wentishinav1{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	width: 80%;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: white;
	line-height: 30px;
}
.wentishinav1 img{
	width: 100%;
	display: block;
	margin: .2rem auto 0;
}
.tichenglgong{
	color: red;
	text-align: center;
	font-size: 22px;
}
.nindehehe{
	text-align: center;
	margin-top: .25rem;
}
.genggai{
	color: #19CA00;
	text-align: center;
	font-size: 22px;
	text-decoration: underline;
}
.kegeng{
	text-align: center;
	margin-top: .25rem;
}
.woyiyou{
	width: 100%;
	height: 45px;
	background: #35383E;display: none;
	margin: .5rem 0 .3rem;
	font-size: 18px;
	color: #30B806;
	line-height: 45px;
}
.youjiantou{
	position: absolute;
	width: 25px;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
.mengban9{
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(0,0,0,.7);
	display: none;
}
.tanchuan9{
	width: 80%;
	position: absolute;
	height: 4.2rem;
	border-radius: 15px;
	background: white;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	margin: auto;
	padding: .25rem 0 0;
}
.youxinxi{
	font-size:18px;
	display: block;
	text-align: center;
	color: #333333;
}
#phone5{
	width: 80%;
	height: .8rem;
	display: block;
	margin: .3rem auto 0;
	outline: none;
	font-size: 16px;
	padding-left: 15px;
	line-height: .8rem;
	box-sizing: border-box;
}
.shuyan111{
	width: 80% !important;
	display: flex;
	height: .8rem;
	line-height: .8rem;
	margin: .3rem auto 0;
	font-size: 16px;
	box-sizing: border-box;
	width: 100%;
}
.shucdoe{
	width: 100%;
	height: .8rem;
	outline: none;
	font-size: 16px;
	padding-left: 15px;
	line-height: .8rem;
}
.button_99{
	width: 80%;
	height: .8rem;
	outline: none;
	font-size: 14px;
	line-height: .8rem;
	background: #169BD5;
	border-radius: 7px;
	color: white;
	border: none;
	margin-left: 20%;
}
.quandque_1{
	width: 100%;
	height: .8rem;
	position: absolute;
	bottom: 0;
	left: 0;
	display: flex;
}
.quandque_1 div{
	flex: 1;
	font-size: 16px;
	color: #7F667F;
	text-align: center;
	line-height: .8rem;
	border-top:1px solid #E4E4E4;
}
.dianjinshi{
	color: #FFCC00;
	font-size: 18px;
	height: .8rem;
	line-height: .8rem;
	text-align: center;
	margin: .2rem auto;
}

.mengban10{
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(0,0,0,.7);
	display: none;
}
.tanchuang10{
	width: 80%;
	position: absolute;
	border-radius: 15px;
	background: white;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	margin: auto;
	padding: .25rem 0;
	height: 4.5rem;
}
.lists_9{
	width: 85%;
	display: block;
	margin: .1rem auto 0;
}
.list_9{
	width: 100%;
	height: .8rem;
	font-size: 16px;
	display: block;
	margin: .25rem auto 0;
	text-align: center;
	line-height: .8rem;
	border: 1px solid deepskyblue;
}
.mu5{
	font-size:18px;
	display: block;
	text-align: center;
	color: #333333;
}
.zanwurenhequan{
	width: 100%;
	font-size:18px;
	display: block;
	text-align: center;
	color: #333333;
	margin-top: .4rem;
	
}
.list_9{
	
	
}
.determine77{
    width: 92%;
    height: 45px;
    text-align: center;
    line-height: 45px;
    border-radius: 25px;
    background: #579AB7;
    font-size: 16px;
    color: white;
    margin: .5rem auto 1rem;
}
.mengbanali{
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	background: rgba(0,0,0,.7);
	display: none;
}
.qiaili{
	position: absolute;
	width: 50%;
	right: .1rem;
	top: .1rem;
}
.mengbanzhicheng{
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	background: rgba(0,0,0,.7);
	display: none;
}
.zhicheng{
	width: 70%;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
.zhifubaogei{
	width: 150px;
	height: 45px;
	text-align: center;
	line-height: 45px;
	background: #579AB7;
	color: white;
	position: absolute;
	left: 0;
	right: 0;
	top: 9rem;
	/*bottom: 0;*/
	margin: auto;
	font-size: 18px;
	border-radius:15px;
	display: none;
}
.mengbanVbox{
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	background: rgba(0,0,0,.7);
	display: none;
}
.tanchuang11{
	width: 90%;
	background: white;
	position: absolute;
	height: 8.5rem;
	border-radius: 15px;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
.wenti_2{
	width: 100%;
	text-align: center;
	font-size: 16px;
	color: #333333;
	padding-top: .3rem;
}
.masqu{
	width: 150px;
	height: 45px;
	display: block;
	margin: .5rem auto 0;
	background: deepskyblue;
	border-radius: 14px;
	text-align: center;
	font-size: 16px;
	line-height: 45px;
	color: white;
}
.addimg{
	position: relative;
	width: 92%;
	display: block;
	margin: .45rem auto 0;
}
.addimg2{
	width: 100%;
	display: block;
}
#file{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
}
.quetiti1{
	width: 90%;
	height: 45px;
	background: white;
	border: 2px solid #0EE48A;
	color: #333333;
	text-align: center;
	line-height: 45px;
	display: block;
	margin: 1rem auto 1rem;
	border-radius: 25px;
	font-size: 16px;
}
.yewuyuan{
	width: 92%;
	display: block;
	margin: .5rem auto 0;
	font-size: 16px;
	color: white;
}
.shuye{
	width: 92%;
	display: block;
	margin: .25rem auto 0;
	font-size: 16px;
	color: white;
}
.shuye input{
	display: block;
	width: 60%;
	outline: none;
	border: 1px solid #797979;
	background: transparent;
	height: 38px;
	line-height: 38px;
	color: white;
	font-size: 16px;
	padding-left: 10px;
	box-sizing: border-box;
}
.banben{
	width: 92%;
	display: block;
	margin: .5rem auto 0;
}
.heihei{
	width: 100%;
	height: 38px;
	border: 1px solid deepskyblue;
	color: white;
	text-align: center;
	line-height: 38px;
	font-size: 16px;
	margin-top: .4rem;
}
.active98{
	background: deepskyblue;
}
