@charset "UTF-8";

a,blockquote,body,button,dd,div,dl,dt,fieldset,form,h1,h2,h3,h4,h5,h6,img,input,label,li,ol,p,pre,span,td,textarea,th,ul {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	font-family: 'Helvetica Neue',helvetica,tahoma,arial,'Hiragino Sans GB','Microsoft YaHei','WenQuanYi Micro Hei',sans-serif
}

.clearfix:after,.clearfix:before {
	content: "";
	display: table
}

.clearfix:after {
	clear: both
}

.clearfix {
	zoom: 1
}

h1,h2,h3,h4,h5,h6 {
	font-weight: 400
}

ul {
	list-style: none
}

img {
	max-width: 100%;
	max-height: 100%
}

table {
	border: none;
	border-collapse: collapse
}

table tr td,table tr th {
	min-width: 50px;
	padding: 3px 5px;
	font-size: 12px;
	border: 1px solid #999
}

.txt-center {
	text-align: center!important
}

.txt-left {
	text-align: left!important
}

.txt-right {
	text-align: right!important
}

.fl {
	float: left
}

.fr {
	float: right
}

.txt-white {
	color: #fff
}

.txt-warn {
	color: #f57c00
}

.txt-danger {
	color: #f1453d
}

.txt-info {
	color: #2196f3
}

.txt-success {
	color: #8bc34a
}

.font-size-12 {
	font-size: 12px!important
}

.font-size-13 {
	font-size: 13px!important
}

.font-size-14 {
	font-size: 14px!important
}

.font-size-16 {
	font-size: 16px!important
}

.font-size-18 {
	font-size: 18px!important
}

.font-size-24 {
	font-size: 24px!important
}

.font-size-42 {
	font-size: 42px!important
}

body {
	position: relative;
	font-size: 14px;
	color: #455a64;
	line-height: 1.4
}

.btn {
	font-size: 16px;
	border: none;
	border-radius: 4px;
	outline: 0;
	cursor: pointer
}

.btn:disabled {
	cursor: not-allowed
}

.btn-success {
	color: #fff;
	background-color: #8bc34a
}

.btn-info {
	color: #fff;
	background-color: #2196f3
}

.btn-border-info {
	color: #2196f3;
	background-color: #fff;
	border: 1px solid #2196f3
}

.splash_btn {
	display: inline-block;
	width: 100%;
	height: 50px;
	font-size: 18px;
	color: #fff;
	text-align: center;
	border: none;
	border-radius: 4px;
	box-sizing: border-box;
	outline: 0;
	line-height: 50px
}

.icon-back,.icon-close {
	position: absolute;
	left: 0;
	top: 0;
	padding: 0 15px;
	font-size: 23px;
	cursor: pointer
}

.polyv-form-control {
	width: 100%;
	height: 36px;
	line-height: 34px;
	padding: 0 10px;
	border: 1px solid #ececec;
	border-radius: 4px;
	outline: 0
}

.polyv-modal-wrap {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100000;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.3)
}

.polyv-modal {
	position: absolute;
	width: 420px;
	height: 280px;
	color: #263238;
	font-size: 16px;
	border-radius: 4px;
	background-color: #fff
}

.polyv-modal-large {
	width: 560px;
	height: 440px
}

.polyv-modal-560-w {
	width: 560px
}

.polyv-modal-440-h {
	height: 440px
}

.polyv-modal-hd {
	position: absolute;
	z-index: 1;
	width: 100%;
	padding: 0 16px;
	line-height: 41px;
	color: #546e7a;
	font-size: 12px;
	background-color: #f6f7fb;
	border-bottom: 1px solid #eceff1;
	border-radius: 4px 4px 0 0
}

.polyv-modal-hd h1,.polyv-modal-hd h2,.polyv-modal-hd h3,.polyv-modal-hd h4,.polyv-modal-hd h5,.polyv-modal-hd h6 {
	font-size: 12px
}

.polyv-modal-close {
	position: absolute;
	right: 6px;
	top: 0;
	padding: 0 10px;
	cursor: pointer
}

.polyv-modal-bd {
	height: 100%;
	padding-top: 42px
}

.polyv-form p {
	font-size: 14px;
	text-align: center;
	margin-bottom: 15px
}

.polyv-form p.txt-warn {
	font-size: 13px
}

.polyv-form button {
	height: 36px
}

.polyv-form .btn-group {
	width: 100%;
	margin: 0;
	text-align: center
}

.polyv-form-group {
	position: relative;
	margin-right: 20px;
	margin-bottom: 20px
}

.polyv-control-label {
	margin-bottom: 10px
}

.live-logo {
	width: 70px;
	height: 70px;
	margin: 10px 0;
	font-size: 0;
	overflow: hidden
}

.top-bar .live-logo {
	width: 42px;
	height: 42px;
	margin: 0 15px 0 0
}

.live-action {
	position: absolute;
	right: 0;
	bottom: 10px;
	font-size: 12px
}

.live-action div.action-item {
	display: inline-block
}

.action-item {
	position: relative;
	margin-left: 30px;
	padding: 10px 0;
	cursor: pointer
}

.action-item:hover div {
	display: block
}

.action-item>div {
	display: none;
	position: absolute;
	left: 0;
	z-index: 1001;
	padding: 10px;
	margin-top: 10px;
	font-size: 12px;
	color: #546e7a;
	border-radius: 5px;
	border: 1px solid #e0e0e0;
	background: #fff
}

.action-item>div:after,.action-item>div:before {
	content: "";
	border: 6px solid transparent;
	border-bottom: 6px solid #e0e0e0;
	position: absolute;
	bottom: 100%;
	right: 20px;
	margin-left: -6px
}

.action-item>div:after {
	top: -11px;
	border-bottom-color: #fff
}

.ticon {
	position: relative;
	display: inline-block;
	width: 16px;
	height: 14px;
	margin-right: 5px;
	top: 3px;
	background-image: url(../images/new-pc-ticon.png);
	background-repeat: no-repeat
}

.ticon-phone-watch {
	width: 10px;
	height: 16px;
	background-position: 0 -16px
}

.share-item>.share {
	width: 480px;
	padding: 20px;
	margin-left: -420px
}

.phone-watch>.qrcode {
	width: 200px;
	height: 186px;
	margin-top: 20px;
	margin-left: -115px;
	text-align: center
}

.phone-watch>.qrcode img {
	width: 114px;
	height: 114px;
	margin-top: 10px
}

.polyv-share div {
	float: left;
	margin: 20px 10px;
	text-align: center;
	font-size: 12px;
	color: #455a64
}

.polyv-share .social-share-icon,.polyv-share .social-share-icon:active,.polyv-share .social-share-icon:hover {
	width: 48px;
	height: 48px;
	margin: 0;
	margin-bottom: 10px;
	border: none;
	background: 0 0;
	background-image: url(../images/shareicon.png)
}

.polyv-share .social-share-icon:before {
	content: ""
}

.polyv-share .icon-qq {
	background-position: 0 0
}

.polyv-share .icon-qq:active,.polyv-share .icon-qq:hover {
	background-position: 0 0
}

.polyv-share .icon-qzone {
	background-position: -48px 0
}

.polyv-share .icon-qzone:active,.polyv-share .icon-qzone:hover {
	background-position: -48px 0
}

.polyv-share .icon-weibo {
	background-position: -96px 0
}

.polyv-share .icon-weibo:active,.polyv-share .icon-weibo:hover {
	background-position: -96px 0
}

.bmw-share div {
	float: left;
	margin: 20px 10px;
	text-align: center;
	font-size: 12px;
	color: #455a64
}

.addr-ipt,.btn-copy-addr {
	width: 100px;
	height: 34px;
	line-height: 33px;
	font-size: 12px
}

.addr-ipt {
	width: 190px;
	background-color: #f6f7fb;
	border: 1px solid #eceff1
}

.share-code img {
	width: 140px;
	height: 140px
}

.copyright {
	margin: 40px 0;
	text-align: center;
	color: #263238;
	line-height: 2
}

.history-videos-list li {
	float: left;
	width: 25%;
	padding: 10px;
	cursor: default
}

.history-videos-list li:hover {
	box-shadow: 0 7px 15px 0 rgba(9,1,4,.15)
}

.history-videos-list li:hover .video-mask {
	display: block
}

.video-cover-img {
	position: relative;
	width: 100%;
	margin-bottom: 18px;
	font-size: 0
}

.video-cover-img .video-mask,.video-cover-img img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	cursor: pointer
}

.video-mask {
	display: none;
	opacity: .5;
	filter: alpha(opacity=50);
	background-color: #000
}

.video-cover-img:before {
	display: inline-block;
	content: "";
	width: 100%;
	padding-top: 56.25%
}

.video-cover-img:after {
	position: absolute;
	left: 50%;
	top: 50%;
	content: "";
	width: 96px;
	height: 95px;
	margin-top: -48px;
	margin-left: -48px;
	background-image: url(../images/video-play.png);
	background-position: -65px 0;
	background-repeat: no-repeat;
	cursor: pointer
}

.video-playing .video-cover-img:after {
	width: 65px;
	height: 71px;
	margin-top: -36px;
	margin-left: -33px;
	background-position: 0 0
}

.video-playing .video-mask {
	display: block
}

.video-during,.video-title {
	padding-right: 10px;
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.video-title {
	color: #263238
}

.video-during {
	color: #78909c
}

.mask,.modal-mask {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	width: 100%;
	height: 100%
}

.mask {
	display: none;
	background-color: rgba(0,0,0,.9)
}

.infinitus-btn-watch {
	background: #f8ac00!important
}

.polyv-page-footer {
	text-align: center;
	margin: 24px 0;
	font-size: 14px;
	line-height: 1
}

.polyv-page-footer a {
	color: #9e9e9e;
	text-decoration: none
}

.live-desc-section {
	width: 100%;
	padding: 24px 10px 0;
	background: #fff
}

.live-desc-section .pos-rel {
	position: relative
}

.live-desc-info {
	padding-bottom: 17px;
	border-bottom: 1px solid #f3f3f4;
	font-size: 12px
}

.live-desc-info .live-logo {
	position: absolute;
	width: 60px;
	height: 60px;
	margin: 0
}

.live-desc-info .live-logo>img {
	height: 100%
}

.live-desc-info .desc-info-content {
	margin-left: 70px
}

.live-desc-info .desc-info-content .desc-icon {
	display: inline-block;
	padding-left: 24px;
	background-size: contain;
	background-repeat: no-repeat;
	color: #666;
	font-size: 12px
}

.live-desc-info .desc-info-content .desc-like-num {
	background-image: url(../images/icon-like.png);
	margin-right: 25px
}

.live-desc-info .desc-info-content .desc-watch-num {
	background-image: url(../images/icon-viewer.png)
}

.live-desc-info .desc-info-content .desc-host-icon {
	background-image: url(../images/icon-host.png);
	margin-right: 25px;
	max-width: 34%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	vertical-align: middle
}

.live-desc-info .desc-info-content .fl {
	margin-right: 8px;
	display: inline-block;
	float: none;
	font-size: 12px;
	font-family: PingFangSC-Regular;
	color: #666
}

.live-desc-info .desc-info-title>h1 {
	margin-bottom: 2px;
	max-width: 100%;
	font-family: PingFangSC-Regular;
	color: #000;
	font-size: 16px;
	display: inline-block;
	vertical-align: top
}

.live-desc-info .desc-info-live-time .fr {
	float: right;
	color: #666;
	font-size: 12px
}

.image-text-block {
	padding: 10px;
	word-break: break-all;
	font-size: 12px
}

.txt-live-status {
	display: inline-block;
	height: 20px;
	padding: 0 5px;
	margin-right: 10px;
	line-height: 18px;
	border-radius: 2px
}

.live-status-waiting {
	border: 1px solid #8bc34a;
	color: #8bc34a
}

.live-status-nolive {
	border: 1px solid #bdc3c7;
	color: #bdc3c7
}

.live-status-living {
	border: 1px solid #f1453d;
	color: #f1453d
}

.pni-container {
	position: relative;
	line-height: 40px;
	font-size: 15px
}

.pni-container input {
	line-height: 40px;
	font-size: 15px;
	outline: 0;
	border: 0
}

.pni-input {
	position: relative
}

.pni-input input[type=button],.pni-input span {
	width: 5em;
	position: absolute;
	left: 0;
	top: 0;
	text-align: center;
	cursor: pointer;
	background: 0 0;
	border-right: 1px solid #eee
}

.pni-input input[type=text] {
	width: 100%;
	box-sizing: border-box;
	padding-left: 5.5em
}

.pni-country {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #fff;
	z-index: 999;
	font-size: 16px;
	color: #333;
	line-height: 40px;
	box-sizing: border-box
}

.pni-country__search {
	border-bottom: 1px solid #e4e7ed;
	line-height: 60px;
	font-size: 18px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background: #f5f5f5;
	padding: 0 20px;
	box-sizing: border-box
}

.pni-country__search input[type=text] {
	border-radius: 5px;
	box-sizing: border-box;
	width: 100%;
	padding: 0 10px;
	padding-left: 44px;
	line-height: 40px;
	background-repeat: no-repeat;
	background-size: 20px;
	background-position: 10px;
	box-shadow: none!important;
	background-color: #fff

}

.pni-country__search>i {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 30px;
	width: 16px;
	height: 16px;
	background-repeat: no-repeat;
	background-size: contain;
	margin: auto
}

.pni-country__list {
	padding-top: 60px;
	height: 100%;
	box-sizing: border-box
}

.pni-country__list>div {
	height: 100%;
	padding: 0 20px;
	overflow: auto;
	-webkit-overflow-scrolling: touch
}

.pni-country__nav {
	width: auto;
	position: fixed;
	top: 50%;
	right: 5px;
	text-align: center;
	margin-top: -50%
}

.pni-country__nav ul {
	list-style-type: none
}

.pni-country__nav li {
	display: block;
	width: 40px;
	font-size: 12px;
	color: #0d9ddb;
	line-height: 17px
}

.pni-country__item {
	margin-right: 20px;
	border-bottom: 1px solid #e8ecf1;
	line-height: 50px
}

.pni-country__item span+span {
	float: right
}

.pni-country__item__letter {
	font-weight: 700
}

a {
	text-decoration: none
}

.container,body,html {
	width: 100%;
	height: 100%;
	overflow: hidden
}

.container {
	position: relative
}

.splash-guide-img-wrap {
	height: 100%;
	padding-bottom: 177px
}

.splash-guide-img-wrap .splash-guide-img {
	height: 100%;
	font-size: 0;
	overflow: auto;
	-webkit-overflow-scrolling: touch
}

.splash-guide-img-wrap .splash-guide-img img {
	width: 100%;
	max-height: none
}

.splash-content {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	min-height: 177px;
	padding: 20px 15px;
	text-align: center;
	font-size: 16px;
	color: #263238;
	background: #fff;
	box-sizing: border-box
}

.splash-tip-text {
	margin-bottom: 10px
}

.live-time {
	margin-bottom: 15px;
	font-size: 21px
}

.live-time span {
	padding-left: 10px;
	font-size: 28px;
	color: #ff5722
}

.splash-btn-group {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	display: -webkit-flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.splash-btn {
	display: inline-block;
	width: 100%;
	height: 50px;
	line-height: 50px;
	font-size: 18px;
	color: #fff;
	text-align: center;
	border: none;
	border-radius: 4px;
	outline: 0
}

.splash-btn-half {
	width: 48%
}

.splash-btn-info {
	background: #2196f3
}

.splash-btn-success {
	background: #8bc34a
}

.splash-btn-wx {
	background: #4eb34e url(../images/Logo.png) no-repeat;
	background-size: 35%;
	background-position: center
}

.splash-group {
	padding: 0 12px;
	margin-bottom: 15px
}

.splash-btn-group {
	position: relative
}

.splash-form-ipt {
	width: 100%;
	height: 40px;
	padding: 0 10px;
	border-radius: 4px;
	outline: 0;
	border: 1px solid #bdbdbd
}

.wx-share-modal {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	display: none;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.85);
	text-align: center
}

.splash-float-layer {
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.65)
}

.splash-float-layer .splash-float-layer-content {
	width: 100%;
	height: 100%;
	background-color: #e9ebf5
}

.splash-float-layer .splash-float-layer-hd {
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 50px;
	line-height: 49px;
	text-align: center;
	background-color: #fff;
	border-bottom: 1px solid #cfd8dc;
	overflow: hidden
}

.splash-float-layer .splash-float-layer-hd .splash-float-layer-close {
	position: absolute;
	left: 0;
	top: -3px;
	width: 45px;
	padding-left: 15px;
	text-align: left;
	font-size: 32px;
	color: #90a4ae;
	font-weight: 800
}

.splash-float-layer .splash-float-layer-hd h1 {
	font-size: 16px;
	color: #263238;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin: 0 20px 0 40px
}

.splash-float-layer .splash-float-layer-bd {
	height: 100%;
	padding: 50px 10px 20px
}

.splash-float-layer .splash-float-layer-bd .splash-form {
	height: 100%;
	position: relative
}

.splash-float-layer .multiple-auth {
	position: relative;
	padding: 50px 0 0
}

.splash-float-layer .multiple-auth .splash-group {
	height: 50px;
	padding: 0 0 0 12px;
	margin: 0;
	color: #263238;
	background-color: #fff
}

.code-form {
	padding-top: 20px
}

.code-form .splash-btn-group {
	position: absolute;
	bottom: 0;
	width: 100%
}

.pay-from {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	display: -webkit-flex;
	-moz-flex-direction: column;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-moz-justify-content: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-moz-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.pay-from h1 {
	margin-bottom: 10px;
	color: #263238;
	font-size: 24px
}

.pay-from .splash-btn-wx {
	position: absolute;
	bottom: 0
}

.info-form {
	padding-top: 10px;
	padding-bottom: 100px
}

.info-form .info-fields-contain {
	background: #fff;
	height: 100%;
	overflow: auto;
	-webkit-overflow-scrolling: touch
}

.info-form .splash-group {
	color: #333;
	height: 50px;
	margin: 0;
	padding: 0;
	margin-left: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-moz-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-bottom: 1px solid #f0f0f0;
	position: relative
}

.info-form .splash-group .splash-form-ipt {
	font-size: 15px;
	border: none;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1
}

.info-form .sms-img-code .splash-form-ipt {
	padding: 0
}

.info-form .sms-img-code .code-img {
	display: -webkit-flex;
	-moz-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.info-form .sms-img-code img {
	width: 148px;
	height: 36px
}

.info-form .splash-btn-group {
	background: #f5f5f5;
	padding: 18px 15px 31px
}

.booking-content {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	display: -webkit-flex;
	-moz-flex-direction: column;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-moz-justify-content: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-moz-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100%;
	padding-top: 20px;
	padding-bottom: 50px
}

.booking-content .apollo-live-qrcode {
	width: 140px;
	height: 140px
}

.booking-content .apollo-wx-id {
	font-size: 16px;
	color: #2c2f33
}

.booking-content .splash-btn-group {
	position: absolute;
	bottom: 0;
	width: 100%
}

.forbidden-tip-content {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100%;
	padding-bottom: 50px
}

.forbidden-tip-content p {
	margin-bottom: 10px;
	text-align: center
}

.forbidden-tip-content .iknow {
	position: absolute;
	bottom: 0
}

.tip-icon {
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: 285px 100px
}

.tip-warning-icon {
	width: 85px;
	height: 95px;
	background-image: url(../images/tip-icon.png)
}

.btn-cancel {
	color: #424242;
	background-color: #fff;
	border-radius: 0;
	box-shadow: 0 -1px 0 0 rgba(0,0,0,.05)
}

.splash-label {
	position: relative;
	padding-left: 10px;
	line-height: 49px;
	border-bottom: 1px solid #e5e5e5
}

.splash-label:after {
	position: absolute;
	content: ">";
	top: 0;
	right: 25px;
	color: #c7c7cc
}

.splash-label-nobborder {
	line-height: 50px;
	border-bottom: none
}

.fixed-ipt {
	position: absolute;
	left: 0
}

.live-preview {
	margin-top: 10px
}

.live-preview>span {
	color: #35a8db
}

.splash-info .splash-float-layer-content {
	background-color: #f5f5f5
}

.splash-info .splash-float-layer-bd {
	padding: 0;
	padding-top: 50px
}

.splash-info .splash-select {
	position: relative;
	background: 0 0;
	padding-right: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

.splash-info .splash-select-down {
	display: inline-block;
	margin-right: 20px;
	background: url(../images/dropDown.png) no-repeat;
	background-position: 0 0;
	width: 18px;
	height: 18px
}

.sms-verify-code input {
	width: 100%;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	outline: 0;
	border: none;
	font-size: 15px
}

.sms-verify-code input:focus {
	outline: 0
}

.sms-verify-code .get-sms-btn {
	color: #1294f7;
	font-size: 15px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	width: 120px;
	border: none;
	background: 0 0;
	outline: 0;
	border-left: 1px solid #f0f0f0
}

.sms-verify-code .get-sms-btn:disabled {
	color: #999
}

.sms-verify-slider {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,.3);
	z-index: 999
}

.sms-verify-slider .sms-verify-content {
	position: absolute;
	top: 190px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	padding: 32px 20px 20px;
	background: #fff;
	border-radius: 4px
}

.sms-verify-slider .slider-title {
	font-size: 18px;
	color: #333;
	text-align: center;
	margin-bottom: 30px
}

.sms-verify-slider.success .sms-slider .slider-drag {
	border-color: #0097ef
}

.sms-slider {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	position: relative;
	display: inline-block;
	width: 280px;
	height: 40px;
	background: #e8e8e8;
	border-radius: 4px
}

.sms-slider .slider-bg {
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	background: #0097ef;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	z-index: 1
}

.sms-slider .slider-text {
	color: #7c7c7c;
	font-size: 13px;
	line-height: 40px;
	text-align: center
}

.sms-slider .slider-drag {
	position: absolute;
	top: 0;
	left: 0;
	width: 48px;
	height: 40px;
	font-size: 14px;
	color: #c5c5c5;
	text-align: center;
	line-height: 36px;
	background: #fff;
	border: 1px solid rgba(0,0,0,.15);
	box-shadow: 2px 0 5px 0 rgba(0,0,0,.1);
	border-radius: 4px;
	z-index: 2;
	letter-spacing: -2px
}

.toast-wrap {
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	z-index: 3999;
	background: rgba(3,3,3,.8);
	border-radius: 5px;
	color: #fff;
	font-size: 13px;
	padding: 18px 22px;
	min-width: 70%;
	text-align: center
}

.toast-wrap i {
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-right: 10px;
	vertical-align: middle
}

.toast-error {
	background: url(../images/icon-sms-fail.png) no-repeat;
	background-size: 100%
}

.toast-success {
	background: url(../images/icon-sms-success.png) no-repeat;
	background-size: 100%
}

.info-form .splash-group.error {
	border-color: #fd423e
}

.ios-compatible .splash-content {
	padding-bottom: 34px
}

.ios-compatible .splash-float-layer .splash-float-layer-content {
	padding-bottom: 34px
}

.ccb-channel .live-desc-info .desc-info-content .desc-watch-num {
	background-image: url(../images/ccb/icon-viewer.png)
}

.mobile-input {
	height: 40px;
	padding: 0 10px;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1
}

.pni-country__search input[type=text] {
	background-image: url(../images/icon-search.png);
	outline: 0;
	border: none;
	font-size: 16px
}

.pni-country__search>i {
	background-image: url(../images/icon-close-2.png)
}