@charset "utf-8";
img{
	border: 0;
}
.header-nav ul li.active a:hover{
	color: #fff;
}
.loginiframe {
	background: #fff;
	border-radius: 12px;
	width: 480px;
	height: 427px;
	position:fixed;
	left: 37.2%;
	top: 20%;
	box-shadow: 0 5px 15px rgba(0,0,0,.3);
	padding-top: 44px;
	padding-bottom: 20px;
}
.loginiframe .iframebox{
	width: 320px;
	margin: 0 auto;
}
.loginiframe .iframetop{
	text-align: center;
}
.iframetop .imgkuang{
	border-radius: 14px;
	border: 1px solid #d1cbbb;
    background: #fffdf8;
    width: 80px;
    height: 80px;
    position: relative;
	margin: 0 auto;
}
.iframetop img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.iframetop img,.iframetop span{
	vertical-align: middle;
}
.iframetop span{
	font-size:36px;
	color: #229AFF;
	margin-left: 10px;
}
.iframeinput{
	margin-top: 30px;
	}
.iframeinput input{
	width: 100%;
	box-sizing: border-box;
	margin-bottom: 20px;
	font-size: 16px;
    padding: 0 15px;
    height: 46px;
    line-height: 1;
    color: #777;
    background: #FCFCFC;
    border: 1px solid #CCC;
    border-radius: 6px;
    box-shadow: inset 0 1px 2px rgba(0,0,0,.05);
    -webkit-transition: color .2s linear,border-color .3s linear;
    outline: none;
}
.iframesub{
	width: 100%;
	height: 48px;
	line-height: 46px;
	color: #fff;
	background: #ffc740;
    background: linear-gradient(180deg,#ffc740,#ff9b0b);
    background: -webkit-linear-gradient(90deg,#ff9b0b,#ffc740);
    -webkit-box-shadow: 0 3px 8px #ffd9a2;
    -moz-box-shadow: 0 3px 8px #ffd9a2;
    box-shadow: 0 3px 8px #ffd9a2;
    outline: none;
    border: 1px solid #ef8e00;
    border-radius: 6px;
    font-size: 18px;
    margin-top: 10px;
}
.iframesub:hover{
	opacity: .9;
}
.iframesub:active{
	opacity: .8;
}
.iframesub a{
	color: #fff;
	display: block;
	font-size: 16px;
}
.iframehint{
	clear: both;
}
.iframehint p{
	float: right;
	font-size: 16px;
	color: #333;
	margin-top: 30px;
}
.iframehint p a{
	font-size: 16px;
	color: #ffa00e;
}

.black_overlay{
  display: none;
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  background-color: black;
  z-index:1001;
  -moz-opacity: 0.8;
  opacity:.4;
  filter: alpha(opacity=40);
}
.white_content {
  display: none;
  z-index:1002;
  overflow: auto;
}
.white_content_small {
  display: none;
  position: absolute;
  top: 20%;
  left: 30%;
  width: 40%;
  height: 50%;
  z-index:1002;
  overflow: auto;
}
.closebtn {
	cursor: pointer;
	position: absolute;
	right: 16px;
	top: 16px;
}
.closebtn:hover{
	opacity: .9;
}
.closebtn:active{
	opacity: .8;
}

.user-top{
	width: 100%;
	height: 40px;
	line-height: 1;
	background: #ffae22;
	clear: both;
}
.user-top .user-img{
	float: left;
}
.user-img span{
	font-size: 16px;
	color: #fff;
	margin-left: 10px;
	line-height: 36px;
}
.rightbtnbox{
	float: right;
}
.rightbtnbox a{
	display: inline-block;
	*display: inline;
	*zoom: 1;
	padding:6px 30px;
	font-size: 15px;
	color: #ffae22;	
	border-radius: 50px;
	background: #fff;
	/*background: linear-gradient(90deg,#01dfd3,#00c9be);
	background: -webkit-linear-gradient(180deg,#00c9be,#01dfd3);
	background: -moz-linear-gradient(180deg,#00c9be,#01dfd3);*/
	margin-left: 20px;
	margin-top: 5px;
	-webkit-box-shadow: 0 2px 5px #d68a08;
	-moz-box-shadow: 0 2px 5px #d68a08;
	box-shadow: 0 2px 5px #d68a08;
	border: 1px solid transparent;
}
.rightbtnbox .registerlink{
	background: none;
	box-shadow: none;
	border: 1px solid #fff;
	color: #fff;
}

.user-top .user-img{
	margin-left: 15px;
}
.user-img span,.user-img span em,.user-img span img,.user-img span time{
	vertical-align: middle;
}
.user-img span em{
	margin-right: 10px;
}
.user-img span time{
	color: #fff;
	margin-left: 30px;
}


.saomadow{
	position: fixed;
	right: 10%;
    top: 60px;
    z-index: 1003;
    width: 440px;
}
.phonemodel{
	position: relative;	
}
.phonemodel .modelbox1{
	width:237px ;
	height: 490px;
	background: url(../images/modelbg.png) no-repeat center;
	border-radius: 24px;
	-webkit-box-shadow: 1px 2px 6px #a1a1a1;
	-moz-box-shadow:1px 2px 6px #a1a1a1 ;
	box-shadow:1px 2px 6px #a1a1a1 ;
}
.modelbox1 .modelcnt{
	border: 1px solid transparent;
}
.modelcnt .modelsaoma{
	width: 164px;
	height: 164px;
	position: relative;
	background: url(../images/maxianbg.png) no-repeat center;
	text-align: center;
	margin: 0 auto;
	margin-top: 100px;
}
.modelsaoma img{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 120px;
	height: 120px;
}
.modelsaoma .saomaxian{
	width: 140px;
	height: 4px;
	border-radius: 50%;
	margin: 0 auto;
	background: #ffaa3b;
	-webkit-box-shadow: 0 2px 6px #ffe6bc;
	-moz-box-shadow:0 2px 6px #ffe6bc;
	box-shadow:0 2px 6px #ffe6bc;
	-webkit-animation: saoma 1.5s linear infinite;
	-moz-animation: saoma 1.5s linear infinite;
	 animation: saoma 1.5s linear infinite; 
	 position: absolute;
	 left: 12px;
	 top: 50px;
}
@-webkit-keyframes saoma{
    0% {top: 30px;}
    50%{top: 140px;}
    100% {top:30px;}
}
@-moz-keyframes saoma{
     0% {top: 30px;}
    50%{top: 140px;}
    100% {top:30px;}
}
@-keyframes saoma{
      0% {top: 30px;}
    50%{top: 140px;}
    100% {top:30px;}
}
.modeltext{
	margin-top: 80px;
	text-align: center;
}
.modeltext p{
	font-size: 20px;
	color: #ff803b;
	margin-top: 10px;
}
.henggang{
	width: 82px;
	height: 2px;
	border-radius: 50px;
	background: #8287a4;
	margin: 0 auto;
	margin-top: 45px;
}
.phonemodel .jiantou{
	position: absolute;
	top: 10px;
	right: 30px;
	z-index: 1002;
}
.modelbtn{
	border: 1px solid #fff;
	color: #fff;
	font-size: 20px;
	width: 200px;
	line-height: 44px;
	text-align: center;
	border-radius: 50px;
	margin-top: 30px;
	display: block;
	margin-left: 20px;
	position: initial;
}