

/*ROZ通用弹出提示框*/
.rozty-overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 9999995;
	background: rgba(0,0,0,0.6);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	display:none;
}
.rozty-modal {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 390px;
	height: 141px;
	z-index: 9999999;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	display:none;
	background:none;
}
.rozty-content {
	width:100%;
	height:141px;
	position: relative;
	margin: 0 auto;
	background:url(../img/rozty-tcbg1.png) no-repeat;
}
.rozty-content .title{position:absolute;z-index:2;font-size:12px;color:#9bfaf1;overflow:hidden;left:12px;top:0px;height:26px;line-height:26px;}
.rozty-content .roztygb{width:18px;height:18px;line-height:80px;display:block;overflow:hidden;position:absolute;z-index:2;right:7px;top:5px;background:url(../img/rozty-tcgb1.png) no-repeat;}
.rozty-content .roztygb:hover{background:url(../img/rozty-tcgb1a.png) no-repeat;}
.rozty-content .qrnrbox{width:350px;overflow:hidden;margin:0px auto;text-align:center;padding-top:36px;}
.rozty-content .qrnrbox .txtbox{width:100%;height:48px;overflow:hidden;text-align:center;}
.rozty-content .qrnrbox p{margin:0px auto;line-height:24px;}
.rozty-content .qrnrbox a{text-decoration:none;}
.rozty-content .qrnrbox .p1{color:#c2e0d7;}
.rozty-content .qrnrbox .p2{color:#ffba00;font-weight:bold;}
.rozty-content .qrnrbox .tcbuttbox{display:table;height:23px;overflow:hidden;margin:12px auto 0px auto;}
.rozty-content .qrnrbox .tcbuttbox a{width:74px;height:23px;line-height:23px;display:block;background:url(../img/rozty-qrbutt1.png) no-repeat;text-align:center;color:#fff;font-size:12px;float:left;margin:0px 10px;}
.rozty-content .qrnrbox .tcbuttbox a:hover{background:url(../img/rozty-qrbutt1a.png) no-repeat;}
.rozty-loader {
box-sizing: border-box;
display: flex;
flex: 0 1 auto;
flex-direction: column;
flex-grow: 1;
flex-shrink: 0;
flex-basis: 25%;
width: 25px;
height: 25px;
align-items: center;
justify-content: center;
position: fixed;
z-index: 99999999;
top: 50%;
left: 50%;
-webkit-transform: translateX(-50%) translateY(-50%);
-moz-transform: translateX(-50%) translateY(-50%);
-ms-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%);}
.ball-clip-rotate > div {
  background-color: #fff;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  border: 3px solid #ff6600;
  border-bottom-color: transparent;
  height: 25px;
  width: 25px;
  background: transparent !important;
  display: inline-block;
  -webkit-animation: rotate 0.75s 0s linear infinite;
          animation: rotate 0.75s 0s linear infinite; }
@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg) scale(1);
            transform: rotate(0deg) scale(1); }
  50% {
    -webkit-transform: rotate(180deg) scale(0.6);
            transform: rotate(180deg) scale(0.6); }
  100% {
    -webkit-transform: rotate(360deg) scale(1);
            transform: rotate(360deg) scale(1); } }
/*ROZ通用弹出提示框 end*/

