*{font-family:PingFang SC,Lantinghei SC,Microsoft YaHei,HanHei SC,Helvetica Neue,Open Sans,Arial,Hiragino Sans GB,微软雅黑,STHeiti,WenQuanYi Micro Hei,SimSun,sans-serif;font-size:14px;}
.bd a{text-decoration:none;color:white;font-size:12px;margin-left:5px;margin-right:5px;letter-spacing:1;}
.barcon{width:100%;height:100%;background-color:rgba(0,0,0,0.75);position:fixed;top:0;left:0;z-index:52013156;filter:alpha(opacity=0);opacity:0;}
.barinfocon{background-color:white;border-radius:5px;background-image:url("../img/closenew.png");background-position:top right;background-repeat:no-repeat;background-size:50px;}
.barhead{color:#aaaaaa;margin-right:0px;width:50px;height:30px;padding:10px;font-size:18px;}
.barbody{background:white;}
.closebar{width:50px;height:50px;background-color:transparent;float:right;margin-top:-10px;margin-right:-10px;cursor:pointer;}
.loginInput{width:400px;border:none;height:40px;box-shadow:5px 5px 12px gray;padding-left:10px;border-radius:5px;}
.conhead{
  background: -webkit-linear-gradient(left, #10CBDC , #04EDCF); /* Safari 5.1 - 6.0 */ 
  background: -o-linear-gradient(right, #10CBDC, #04EDCF); /* Opera 11.1 - 12.0 */ 
  background: -moz-linear-gradient(right, #10CBDC, #04EDCF); /* Firefox 3.6 - 15 */ 
  background: linear-gradient(to right, #10CBDC , #04EDCF); /* 标准的语法 */ 
  height:50px;
  line-height:50px;
  color:white;
}
.render {
	width: 62px;
	height: 30px;
	color: #C8A06C;
	border-radius: 5px;
	background: white;
	border: 1px solid #C8A06C;
	cursor: pointer;
	font-size:12px;
	outline:none;
}
.render:hover {
	color: white;
	background: #C8A06C;
}

.editbtn {
	width: 62px;
	height: 30px;
	color: #3BBAAA;
	border-radius: 5px;
	background: white;
	border: 1px solid #3BBAAA;
	cursor: pointer;
	font-size:12px;
	outline:none;
}
.editbtn:hover {
	color: white;
	background: #3BBAAA;
}

.renderbtn {
	width: 62px;
	height: 62px;
	color: white;
	border-radius: 5px;
	background: #3BBAAA;
	border: 1px solid #3BBAAA;
	cursor: pointer;
	font-size:18px;
	outline:none;
}
.editbtn:hover {
	color: white;
	background: #3BBAAA;
}
.ly_alert{width:100%;height:100%;background-color:rgba(0,0,0,0.5);position:absolute;top:0;left:0;z-index:50000;}
.ly_alert_con{width:70%;background-color:white;margin-top:200px;border-radius:10px;padding-top:6px;font-size:13px;color:#303030;}
.ly_alert_line{width:100%;height:1px;background-color:#e0e0e0;}
.ly_alert_close{font-size:15px;color:#0179FF;cursor:pointer;height: 32px;}
.graydiv{position:fixed;width:100%;height:100%;background:rgba(0,0,0,0.5);top:0;left:0;z-index:77777;}
.moviedetail{position:fixed;bottom:0;left:0;z-index:77778;width:96%;font-size:11px;color:#333;background:white;padding:2%;}
.invdetail{position:fixed;bottom:0;left:0;z-index:77778;width:96%;font-size:11px;color:#333;background:white;padding:2%;}
.startmk{width:100%;height:40px;background:#3bbaaa;color:white;border:none;}
::-moz-selection {
    background: #3BBAAA;
    color: #fff;
}
::selection {
    background: #3BBAAA;
    color: #fff;
}
::-webkit-selection{
	background:#3BBAAA; 
	color:fff;
}
.graymengban {position: fixed;top: 0;left: 0;width: 100%;height: 100%;background: rgba(0, 0, 0, 0.9);z-index: 500;}
.noticeinfo {position: fixed;top: 0;left: 0;width: 100%;height: 100%;color: red;font-weight: bold;z-index: 501;font-size: 30px;margin-top: 300px;}
.closemengban {position: fixed;top: 75;right: 10;width: 50px;height: 50px;background: white;color: black;z-index: 502;font-size: 20px;line-height: 50px;border-radius: 25px;cursor: pointer;}

.rcodeinput{width:185px;outline:none;border:1px solid #ccc;background:none;text-align:center;}
.rcodeinputchecked{width:185px;outline:none;border:1px solid #ccc;background:none;text-align:center;}
input::-webkit-input-placeholder {
        /* placeholder颜色  */
        color: #3BBAAA;
        /* placeholder字体大小  */
        font-size: 10px;
        padding:0px 10px;
}
.holediv{position:fixed;top:0;left:0;height:100%;width:100%;}
@-webkit-keyframes come_out_from_right{0%{-webkit-transform:translate(200px,0px);opacity:0.7;}100%{-webkit-transform:translate(0px,0px);opacity:1;}}
@-webkit-keyframes come_out_to_left{0%{-webkit-transform:translateX(0px);opacity:1;}100%{-webkit-transform:translateX(-600px);opacity:0.7;}}
.comoutright{-webkit-animation:come_out_from_right 0.5s both;}
.comouttoleft{-webkit-animation:come_out_to_left 0.5s both;}
.myvideoplay{z-index:3;position:absolute;top:0;left:0;opacity:0.6;width:100%;height:100%;background:url(//s.hunlihu.com/static/play_icon_sb.png);background-size:cover; background-repeat:no-repeat; background-position:center center;}
.myvideostop{z-index:3;position:absolute;top:0;left:0;opacity:0.6;width:100%;height:100%;background-color:rgba(0,0,0,0);}

::-webkit-scrollbar{width:3px;height:6px;}
::-webkit-scrollbar-track-piece{background-color:#F0F0F0;-webkit-border-radius:6px;}
::-webkit-scrollbar-thumb:vertical{height:5px;background-color:gray;-webkit-border-radius:6px;}
::-webkit-scrollbar-thumb:horizontal{width:5px;background-color:#F0F0F0;-webkit-border-radius:6px;}
