*{
	margin: 0;
	padding: 0;
	font-size: 14px;
    /*text-transform: capitalize;	*/
}
@font-face {
    font-family: TT Norms Pro;
    font-style: normal;
    font-weight: 400;
    src: url(ttnormspro-regular.woff2) format("woff2")  
    	 
}
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus
input:-webkit-autofill, 
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  border: none;
  /*-webkit-text-fill-color: green;*/
  background-color: transparent;
  box-shadow: 0 0 0px 1000px #fff inset;
  transition: transparent 5000s ease-in-out 0s;
}
.tipv{
	color: #fff;
	text-align: center;
}
*{
	margin: 0;
	padding: 0;
	font-size: 14px;
	-webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
	font:14px/1.5 Arial,Hiragino Sans GB,Microsoft YaHei,\\5FAE\8F6F\96C5\9ED1,STHeiti,WenQuanYi Micro Hei,SimSun,sans-serif;
	 font-family: TT Norms Pro;
	  -webkit-touch-callout:none;
    -webkit-user-select:none;
    -khtml-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
}
#app{
	height: 100vh;
	width: 100vw;
	background-image: url(images/bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	overflow: auto;
}
.timer:before {
    width: 8px;
    height: 2px;
    top: 11px;
    left: 11px;
    -webkit-transform-origin: 1px 1px;
    -moz-transform-origin: 1px 1px;
    transform-origin: 1px 1px;
    -webkit-animation: hrhand 8s linear infinite;
    -moz-animation: hrhand 8s linear infinite;
    animation: hrhand 8s linear infinite;
}
.timer:after {
    width: 10px;
    height: 2px;
    top: 11px;
    left: 11px;
    -webkit-transform-origin: 1px 1px;
    -moz-transform-origin: 1px 1px;
    transform-origin: 1px 1px;
    -webkit-animation: minhand 2s linear infinite;
    -moz-animation: minhand 2s linear infinite;
    animation: minhand 2s linear infinite;
}
.timer:after, .timer:before {
    position: absolute;
    content: "";
    background-color: #fff;
}
@-webkit-keyframes hrhand{
    0%{-webkit-transform:rotate(0deg)}
    100%{-webkit-transform:rotate(360deg)}
}
@-moz-keyframes hrhand{
    0%{-moz-transform:rotate(0deg)}
    100%{-moz-transform:rotate(360deg)}
}
@keyframes hrhand{
    0%{transform:rotate(0deg)}
    100%{transform:rotate(360deg)}
}
.timer{
	width: 24px;
    height: 24px;
    background-color: transparent;
    box-shadow: inset 0px 0px 0px 2px #fff;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -12px;
    margin-top: -12px;
}
.timer-view{
	position:absolute;
	background-color: rgba(0,0,0,.5);
	top: 0;
    left: 0;
    z-index: 10;
    right: 0;
    right: 20px;
    border-radius: 8px;
    bottom: 0;
}
.material-switch .material-switch-control-indicator {
    display: inline-block;
    position: relative;
    margin: 0 0px 0 10px;
    top: 4px;
    width: 42px;
    height: 26px;
    background: #4d4d4d;
    border-radius: 16px;
    transition: 0.3s;
}
.material-switch {
    --color: #00fe89;
    padding-left: 0;
    cursor: pointer;
    margin-right: 15px;
}
.material-switch .material-switch-control-indicator::before {
    content: '';
    display: block;
    position: absolute;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    transition: 0.3s;
    top: -6px;
    left: -6px;
    background: rgba(255, 255, 255, 0.1);
}
.material-switch .material-switch-control-indicator::after {
    content: '';
    display: block;
    position: absolute;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    transition: 0.3s;
    top: -1px;
    left: -1px;
    background: #afafaf;
}
.material-switch .material-switch-control-input:checked ~ .material-switch-control-indicator::before {
    background-color: #2c5eff;
    opacity: 0.1;
    left: 12px;
}
.material-switch .material-switch-control-input:checked ~ .material-switch-control-indicator::after {
    cursor: pointer;
    background-color: #2c5eff;
    left: 17px;
}

.logo img{
	cursor: pointer;
}

.logo{
	background-color: rgba(0,0,0,.8);
	padding: 20px 0;
	color: #fff;
	font-size: 14px;
}
.logo span{
	vertical-align: 4px;
	font-size: 18px;
    margin-left: 20px;
}
.mobile .logo span{
	display: none;
}
.logo .container{
	justify-content: space-between;
	height: 60px;
}
.logo .right{
	align-items: center;
}
.logo .right .user{
	font-size: 0;
}
.back{
	cursor: pointer;
	background-image: url(images/back.png);
	background-size: cover;
	background-repeat: no-repeat;
	height: 50px;
	width: 50px;
	margin-right: 10px;
}
.back:hover{
	background-image: url(images/back-p.png);
}

.back.i{
	background-image: url(images/icon-1.png);
	
}
.back.i.cn{
	background-image: url(images/l-cn.png);
	height: 50px;
	width: 170px;
}
.back.i.cn:hover{
	background-image: url(images/l-cn-p.png);
}
.back.i.en{
	background-image: url(images/l-en.png);
	height: 50px;
	width: 170px;
}
.back.i.en:hover{
	background-image: url(images/l-en-p.png);
}
.back.i.ru{
	background-image: url(images/l-ru.png);
	height: 50px;
	width: 190px;
}
.back.i.ru:hover{
	background-image: url(images/l-ru-p.png);
}

.icon-top{
	cursor: pointer;
	background-color: #252627;
	padding: 0px 20px 0px 0px;
    border-radius: 50px;
	vertical-align: middle;
	display: flex;
    align-items: center;
}
.icon-top:hover{
	background-color: rgb(37 38 39 / 78%);
}
.icon-top img{
	/*margin-right: 10px;*/
}
.listens .img{
	cursor: pointer;
	width: 440px;
	height: 440px;
	background-image: url(images/listen2.png);
}
.listens .img.a1{

}
.container{
	max-width: 1000px;
	margin: auto;
	width: 100%;
}
.info{
	color: #fff;
	margin-top: 40px;
}
.flex{
	display: flex;
	align-items: center;
}
.info .flex{
	justify-content: space-between;
}
.info .t1{
	font-size: 20px;
	font-weight: bold;
}

.line::before{
    content: '';
    height: 1px; 
    background-color:rgba(0,0,0,.2);
    display: block;
}
.line::after{
    content: '';
    height: 1px; 
    background-color:rgba(255,255,255,.15);
    display: block;
}
.in{
	/*display: flex;*/
	margin: 40px 0;
	flex-wrap: wrap;
	/*justify-content: space-between;*/
	text-align: left;
}


.in .f{
	display: flex;
	align-items: center;
	position: relative;
	margin-bottom: 40px;
	padding-right: 20px;
	background-repeat: no-repeat;
}	
.in .f img{
	margin-right: 10px;
	cursor: pointer;
}
.in .f:nth-child(2n){
	margin-right: 0;
}
.in .f input{
	border: none;
	outline: none;
	flex: 1;
	margin-left: 120px;
	font-size: 18px;
	line-height: 80px;
	width: 100%;
	margin-right: 10px;
}	
.in .flex{
	align-items: flex-start;
}
.in .uuid{
	background-image: url(images/uuid.png);
	height: 80px;
	width: 1000px;
}
.in .email{
	background-image: url(images/email.png);
	height: 80px;
	width: 1000px;
}
.in .iv{
	/*background-color: #fff;*/
	color: #fff;
	height: 80px;
	width: 1000px;
}
.in .mp3{
	background-image: url(images/mp3.png);
	height: 80px;
	width: 900px;
}

.in .pic{
	position: relative;
	border: 4px solid #fff;
	font-size: 0;
	border-radius: 18px;
	background-color: #fff;
}
.in .pic img{
	cursor: pointer;
	width: 70px;
}
.in .pic .add{
	background-image: url(images/choose.png);
	height: 74px;
	width: 74px;
	cursor: pointer;
	background-size: cover;
	border-radius: 12px;
}
.in .pic .del{
	content:'';
	position: absolute;
	top: -15px;
	right: -15px;
	background-image: url(images/del.png);
	cursor: pointer;
	height: 30px;
	width: 30px;
}

.addbtn{
	margin: 20px auto;
	background-image: url(images/add-v.png);
	height: 40px;
	width: 70px;
	color: #fff;
	line-height: 40px;
	text-align: right;
	padding-right: 40px;
	font-size: 12px;
	cursor: pointer;
	background-repeat: no-repeat;
    padding-left: 25px;
}
.switch{
	margin: 20px auto;
	background: #fff;
    border-radius: 8px;
    align-items: center;
    padding: 30px 0px 30px 17px;
}
.switch .flex{
	flex: 1;
}

.switch>div{
    display: flex;
}
.addbtn:hover{
	background-image: url(images/add-vv.png);
}
.submt{
	/*background-image: url(images/submit-1.png);*/
	background-color: #2c5eff;
	width: 590px;
	height: 70px;
	margin: 10px auto 50px auto;
	color: #fff;
	text-align: center;
	/*line-height: 70px;*/
	display: flex;
	align-items: center;
	text-align: center;
	justify-content: center;
	font-weight: bold;
	font-size: 14px;
	border-radius: 50px;
	cursor: pointer;
}
.submt:hover{
	/*background-image: url(images/submit.png);*/
	background-color: #234ad0;
}
.submt span{
	position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-left: 30px;
}

a{
	text-decoration: none;
}
.mask{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
	display: flex;
	align-items: center;
	justify-content: center;
}
.mask .bg{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.5);
}
.mask .view{
	width: 700px;
	background-color: rgba(0,0,0,1);
	border-radius: 10px;
	z-index: 1000;
	text-align: center;
	padding: 60px;
	color:#8c8c8c;
	position: relative;

}
.mask .view .d{
	max-height: 80vh;
	overflow: auto;
}
.mask .view .d img{
	max-width: 100%;
}
.mask .view a{
	color: rgba(255,255,255,.5);
	background-color: rgb(38 44 87);
	padding: 10px 20px;
	display: inline-block;
	margin-bottom: 20px;
	border-radius: 30px;
	position: relative;
	padding-right: 60px;
	overflow: hidden;
}
label{
	font-size: 0;
}
.go{
	background-color: #2c5eff;
	color: #fff;
	position: absolute;
	right: 0;
	font-size: 12px;
	height: 40px;
	width: 40px;
	top: 0;
	border-radius: 50%;
	line-height: 40px;
}
.mask .view .img{
	margin-bottom: 40px;
}
.mask .close{
	position: absolute;
	color: #fff;
	width: 40px;
	height: 40px;
	line-height: 40px;
	/*background-color: #63606080;*/
	top: -20px;
	border-radius: 50%;
	cursor: pointer;
	right: -20px;
	z-index: 23000;
	background-size: cover;
	background-image: url(images/close.png);

}
.mask .close:hover{
	background-image: url(images/close-p.png);

}
.mask .btns{
	background-image: url(images/go.png);
	width: 160px;
	height: 70px;
	margin: 40px auto;
	line-height: 70px;
	font-size: 18px;
	color: #fff;
	cursor: pointer;
}
.mask .btns:hover{
	background-image: url(images/go-1.png);
}


.recode{
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 80vh;
	color: #fff;
}
.recode .flex{
	display: flex;
	align-items: center;
	flex-wrap: inherit;
}
.recode .flex .uuid{
	margin-bottom: 0;
}
.vtitle{
	font-size: 32px;
	margin-top: 20px;
	line-height: 36px;
}
.vdesc{
	color: rgba(255,255,255,.5);
	font-size: 14px;
	margin-top: 20px;
}
.search{
	background-image: url(images/search.png);
	width: 80px;
	height: 80px;
	margin-left: 10px;
	cursor: pointer;
}
.search:hover{
	background-image: url(images/search-p.png);
}

.listRest{
	margin:20px 0;
}

.listRest .itme{
	
	border-radius: 6px;
	background-color: #fff;
	justify-content: space-between;
	align-items: center;
	overflow: hidden;
	margin-bottom: 10px;
}
.listRest .top{
	padding: 10px 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.listRest .left{
	display: flex;
	line-height: 34px;
	font-size: 16px;
}
.listRest .left .time{
	margin-right: 20px;
    padding-right: 20px;
    border-right: 1px solid #dedede;
	font-weight: bold;
	color: #7b7b88;
	font-size: 18px;
}
.listRest .left  .title{
	color: #9494a0;
}
.listRest .co{
	padding: 10px 20px;
	background-color: #e3e3e7;
}

.listRest .cot{
	line-height: 34px;
	color: #898997;
	border-bottom: 1px solid #cfcfd7;
	margin-bottom: 5px;
	padding-bottom: 5px;
}
.listRest .cot:last-child{
	border-bottom: none;
}

.listRest .cot .del{ 
	background-image: url(images/del.png);
	cursor: pointer;
	height: 30px;
	width: 30px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}
.listRest .cot .del.active{ 
	background-image: url(images/del.png);
}
.listRest .cot .state1{
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #f1b71d;
}
.listRest .cot .state2{
	width: 10px;
	height: 10px;
	border-radius: 50%;
	display: inline-block;
	background-color: #14f144;
}
.listRest .cot .state3{
	width: 10px;
	height: 10px;
	display: inline-block;
	border-radius: 50%;
	background-color: #f12a37;
}
.listRest .cot {
	display: flex;
	justify-content: space-between;
}
.listRest .cot  .cott{
	font-size: 16px;
}
.listRest .cot  .cott img{
	width: 40px;
	border-radius: 5px;
	margin-right: 4px;
	vertical-align: middle;
}

.mobile .listRest .cot{
	align-items: center;
}

.mobile  .mask .view{
	width: 80%;
	padding: 20px;
}
.mobile .logo {
	/*padding: 20px 20px*/
}
.mobile  .container{
	width: auto;
	padding: 0px 20px;
}
.mobile .logo .img img{
	width: 126px;
}
.mobile .logo .back{
	width: 34px;
	height: 34px;
}
.mobile .logo .back.i{
	width: 120px;
	height: 34px;
}
.mobile .in .uuid{
	width: auto;
}
.mobile .in .f{
	border-radius: 8px;
}

.mobile .in .email{
	width: auto;
}
.mobile .in .mp3{
	width: 63%;
	flex: 1;
	margin-right: 10px;

}
.moblie .timer-view{
	right: 0;
}
.mobile .in .mp3 input{
	width: 100%;
}
.mobile .submt{
	width: 80%;
	border-radius: 40px;
	font-size: 14px;
	padding: 0  30px;
}

.mobile .recode .in .f input{
	width: 100%;
}
.mobile .recode .in {
	flex-wrap: wrap;
}
.mobile .recode .in .f.uuid{
	width: 100%;
}
.mobile .recode .search{
	width: 100%;
	margin: 10px auto;
	background-color: #2c5eff;
	border-radius: 8px;
	background-repeat: no-repeat;
	background-position: center;
}

.mobile .logo .container{
	height: 40px;
}
.mobile .listRest .left .time{
	font-size: 12px;
}
.mobile .listRest .cot .cott{
	font-size: 12px;
	flex: 1;
}
 .switch .flex{
	flex-wrap: wrap;
}
.switch .flex p{
	width: 100%;
}
.mobile .logo .back.i{
	width: 113px;
}
.mobile .logo .back.i.ru{
	width: 132px;
}


.logo .avater{
	background-size: cover;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-image: url(images/avater-sm.png);
	border: 4px solid rgba(255,255,255,.5);
	box-sizing: border-box;
}

.avater-block .avater{
	background-size: cover;
	width: 120px;
	height: 120px;
	border-radius: 10px;
	border: 4px solid rgba(255,255,255,.5);
	box-sizing: border-box;
	background-image: url(images/avater.png);
}
.avater-block{
	margin: auto;
	margin-bottom: 40px;
	position: relative;
	cursor: pointer;
}
.avater-block .edit{
	position: absolute;
	top: -10px;
	right: -10px;
	z-index: 1;
}
.users .user{
	flex-wrap: wrap;
}
.users .user .f{
	margin-bottom: 40px;
	border-radius: 8px;
	background-color: #fff;
    width: 100%;
    padding: 15px 20px;
    display: flex;
    font-size: 18px;
    align-items: center;
    color: #999;
}
.users .user .f input{
	border: none;
    font-size: 18px;
	flex:1;
	outline: none;
	color: #000;
	text-align: right;
}
.users .user .f img{

}
.users .user .f span{
	margin-left: 20px;
	font-size: 18px;
	font-weight: bold;
}
.users .btn{
	flex:1;    
    height: 70px;
    margin: 10px auto 50px auto;
    color: #fff;
    text-align: center;
    /* line-height: 70px; */
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    font-weight: bold;
    font-size: 18px;
    border-radius: 8px;
    cursor: pointer;
}
.users .btn.b1{
	background-color: rgba(255,255,255,.5);
}
.users .btn.b1:hover{
	background-color: rgba(255,255,255,.65);
}
.users .btn.b2{
	margin-left: 20px;
	background-color: #2c5eff;
}
.users .btn.b2:hover{
	/*background-image: url(images/submit.png);*/
	background-color: #234ad0;
}