html {
    height: 100%;
    min-height: 100%;
    overflow: hidden;
    position: relative;
    scroll-behavior: smooth;
}

body {
	padding: 0;
    z-index: 0;
    color: #a2c3db;
    font-size: 15px;
    height: 100%;
    margin: 0 auto;
    font-weight: 300;
    overflow: hidden;
    image-rendering: auto;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility !important;
    font-family: "Microsoft YaHei New", "Microsoft Yahei", "å¾®è½¯é›…é»‘", å®‹ä½“, SimSun, STXihei, "å�Žæ–‡ç»†é»‘", sans-serif;
    user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
    position: fixed;
    width: 100%;
	color: #a2c3db;
    font-size: 15px;
    background-image: url(images/bg/star_bg.png) !important;
    background-color: rgba(0,0,0,.45);
    background-repeat: no-repeat !important;
    background-size: cover !important;
	cursor: pointer !important;
}

/* ::-webkit-scrollbar {
    display: none !important;
    width: 0 !important;
} */

.no-border {
    border: none !important;
}

.margin-top-sm {
    margin-top: 20px;
}

.margin-top-md {
    margin-top: 40px;
}

.margin-top-xm {
    margin-top: 5px;
}

.margin-bottom-sm {
    margin-bottom: 20px !important;
}

.margin-bottom-xm {
    margin-bottom: 5px !important;
}

.margin-bottom-md {
    margin-bottom: 40px !important;
}

.red-text {
    color: #fabe06 !important;
}

.yellow-text {
    color: #ffd800;
}

a {
    padding: 2px;
    text-decoration: none;
    touch-action: manipulation;
}

a:hover {
    cursor: pointer;
    text-decoration: none;
}

a:link,
a:hover,
a:visited {
  color: #a2c3db
}

.link {
    color: #94b8d2 !important;
}

.button {
    width: auto;
    min-width: 55%;
    padding: 10px 0;
    font-size: 16px;
    font-weight: 300;
    text-align: center;
    border-radius: 10px;
    display: inline-block;
}

.button-primary {
    font-size: 18px !important;
    border:none !important;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    padding: 14px 0 !important;
    text-decoration:none;
    display:inline-block;
    text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
    color: #FFFFFF;
    background-color: #40B3D6;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#40B3D6), to(#0086A8));
    background-image: -webkit-linear-gradient(top, #40B3D6, #0086A8);
    background-image: -moz-linear-gradient(top, #40B3D6, #0086A8);
    background-image: -o-linear-gradient(top, #40B3D6, #0086A8);
    background-image: linear-gradient(to bottom, #40B3D6, #0086A8);
    filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#40B3D6, endColorstr=#0086A8);
}

.button-primary:hover,
.button-primary:focus {
    border:none !important;
    background-color: #0086A8;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#40B3D6), to(#1E6191));
    background-image: -webkit-linear-gradient(top, #40B3D6, #006A85);
    background-image: -moz-linear-gradient(top, #40B3D6, #1E6191);
    background-image: -o-linear-gradient(top, #40B3D6, #1E6191);
    background-image: linear-gradient(to bottom, #40B3D6, #1E6191);
    filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#40B3D6, endColorstr=#1E6191);
}

.button-action {
    font-size: 16px !important;
    border:none !important;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 8px 0 !important;
    text-decoration:none;
    display:inline-block;
    text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
    color: #FFFFFF;
    background-color: #f06362;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f06362), to(#aa2222));
    background-image: -webkit-linear-gradient(top, #f06362, #aa2222);
    background-image: -moz-linear-gradient(top, #f06362, #aa2222);
    background-image: -o-linear-gradient(top, #f06362, #aa2222);
    background-image: linear-gradient(to bottom, #f06362, #aa2222);
    filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#f06362, endColorstr=#aa2222);
}

.button-action:hover,
.button-action:focus {
    border:none !important;
    background-color: #da4e4d;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f06362), to(#7e1616));
    background-image: -webkit-linear-gradient(top, #f06362, #7e1616);
    background-image: -moz-linear-gradient(top, #f06362, #7e1616);
    background-image: -o-linear-gradient(top, #f06362, #7e1616);
    background-image: linear-gradient(to bottom, #f06362, #7e1616);
    filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#f06362, endColorstr=#7e1616);
}

.button-tertiary {
    padding: 14px 0;
    font-size: 16px;
    background: url(images/bg/input_overlay.png) repeat 0 0 transparent !important;
    border: 1px solid #0576c6 !important;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
}

.button-tertiary:hover,
.button-tertiary:focus {
    background: #ff6600;
    border: 1px solid #ff6600;
}

.close-button {
    width: 30px !important;
    height: 30px !important;
    top: 10px !important;
    background: url(images/sprite@2x.png) no-repeat -319px -186px!important;
	background-size: 350px!important;
	right: 10px;
    position: absolute;
    display: inline-block;
}

.download-button {
    background-color: #00C8BA;
    border: none;
    color: white;
    padding: 8px 16px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 6px;
}


#btnSwitchLine {
  float: left;
  color: #94b8d2 padding:2px;
}

span.iconSwitch {
	background: url(images/sprite@2x.png) no-repeat 4px -23px;
    background-size: 180px;
    width: 20px;
    height: 16px;
    display: inline-block;
}

input,
input[type="password"] {
  resize: none;
  outline: none;
  color: #F5FAFD;
  font-size: 15px;
  appearance: none;
  line-height: 20px;
  padding: 12px !important;
  border-radius: 2px;
  text-align: center;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: transparent;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-font-smoothing: antialiased !important;
  text-rendering: optimizeLegibility !important;
  font-family: "Microsoft YaHei New", "Microsoft Yahei", "å¾®è½¯é›…é»‘", å®‹ä½“, SimSun, STXihei, "å�Žæ–‡ç»†é»‘", sans-serif;
}

.input-container {
    width: 100%;
    display: inline-block;
    position: relative;
    border: 1px solid #d2d2d2;
    background: url(images/bg/input_overlay.png) repeat 0 0 transparent !important;
}

.input-container-top {
    border-top-left-radius: 4px !important;
    border-top-right-radius: 4px !important;
}

.input-container-bottom {
    border-bottom-left-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
}

.input-clear {
    width: 20px;
    min-height: 20px;
    display: inline-block;
    background: url(images/sprite@2x.png) no-repeat -135px -70px transparent;
    background-size: 150px;
    position: absolute;
    top: 5px;
    right: -2px;
}

.font-light {
    font-weight: 300;
}

.hidden {
    display: none;
}

.left {
    text-align: left !important;
}

ul {
    margin: 0;
    padding: 0;
    width: 100%;
    display: inline-block;
}

li {
    list-style-type: none;
}


textarea {
    font-size: 15px;
	overflow: hidden;
    color: #F5FAFD !important;
    padding: 12px !important;
}

.progress {
    width: 35px;
    height: 35px;
    display: inline-block;
    background: url(images/progress-blue-dark@2x.gif) no-repeat 0 0;
    background-size: 35px;
}

.progress-dark {
    width: 35px;
    height: 35px;
    display: inline-block;
    background: url(images/progress-blue-dark@2x.gif) no-repeat 0 0;
    background-size: 35px;
}

.login-version {
    text-align: right;
    position: relative;
    margin-top: 20px;
    right: 20px;
    padding-top: 10px;
    font-size: small;
}

.log-console {
    margin-top: 25px;
    margin-bottom: 20px;
    padding-left: 3%;
    height: 1.5em;
    overflow-y: auto;
    float: left;
    width: 100%;
}

.log-console div {
    text-align: left;
}

.content {
    width: 100%;
    height: 100vh;
    position: relative;
    display: inline-block;
}

.content-slide-up {
    background: url(images/bg/star_bg.png) repeat 0 0 #0f508a !important;
    background-size: cover !important;
}

.panel {
    width: 100vw;
    /*min-height: 100vh;*/
    position: relative;
    display: inline-block;
}

header {
    background-color: #01172c;
}

header .blank-wide {
    vertical-align: top;
    display: inline-block;
    position: absolute;
    padding: 2px 6px;
    margin-left: 8px;
    margin-top: 5px;
    border-radius: 3px;
    background-color: cornflowerblue;
    color: beige;
}

header .title {
    text-align: center;
    position: relative;
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    line-height: 2.1;
    vertical-align: top;
    display: inline-block;
    width: calc(100% - 100px);
    margin-left: 50px;
}

header .heart {
	width: 50px;
    height: 35px;
    right: 40px;
    position: absolute;
    display: inline-block;
    background: url(images/sprite@2x.png) no-repeat -155px -550px;
    background-size: 200px;
}

header a {
    padding: 0;
}

header .close {
    width: 40px;
    height: 35px;
    right: 5px;
    position: absolute;
    display: inline-block;
    background: url(images/sprite@2x.png) no-repeat -170px 8px;
    background-size: 200px;
}



/*#region splash*/

.splash {
    width: 100%;
    margin-top: 5%;
    text-align: center;
    display: inline-block;
}

.splash span {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 20px;
    display: inline-block;
}

.splash span.notice {
    margin-top: 0px;
    margin-bottom: 10px;
    font-size: 16px;
}

.splash a.button {
	display:none;
	width:auto;
	margin-top:30px;
	padding:10px !important;
}
.splash .log-console {
	height: 20em;
	max-height: 38vh;
	display:none;
}
.splash code {
	margin-left: 8px;
	font-size: 1.5em;
	display: none;
}
.splash div.progressBar {
	width:60%;
	margin:auto;
	display:none;
}
.splash div.progressBarContainer {
	width: 100%;
	height: 2vh;
	border: solid 1px black;
	margin: 0 auto;
	border-radius: 10px;
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.25) inset;
	background-color: whiteSmoke;
}
.splash .progressBarContainer div.progress-txt {
	position:fixed;
	width:20px;
	right:50%;
	line-height: 2vh;
	font-size: 1.5vh;
}
.splash .progressBarContainer div.progress-bar {
	width:5%;
	height:95%;
	background:linear-gradient(#B5D4F6, #53B8F9);
	border-radius: 10px;
}

/*#endregion*/


/*#region login*/
.login {
    background-image: url(images/bg/star_bg.png) !important;
    background-repeat: no-repeat !important;
    background-color: #0f508a !important;
    background-size: cover !important;
}

.login .login-content {
    margin: 0 25px;
    text-align: center;
    position: relative;
}

.login .support {
    width: 100%;
    text-align: right;
    margin-top: 10px;
    position: relative;
    display: inline-block;
    z-index: 999;
}

.login .appDl {
    top: 10px;
    left:0;
    position: absolute;
    z-index: 1000;
}

.login .support a,
.login .support a:active,
.login .support a:hover,
.login .appDl a,
.login .appDl a:active,
.login .appDl a:hover {
    color: #94b8d2;
}

.splash .csLink {
	margin-bottom: 45px;
    display: inline-block;
    float: right;
    margin-right: 15px;
}

.csLink span {
    margin: 0;
    height: 25px;
    vertical-align: top;
    display: inline-block;
    width: 30px;
    background: url(images/star_sprite@2x.png) no-repeat -5px -3px;
    background-size: 180px;
}

.login .support .lineDiv {
	float:left;
	color:#229efe;
	padding:2px;
	display:none;
}

.login .support .lineDiv .lineSpan {
	background:url(images/sprite@2x.png) no-repeat 4px -23px;
	background-size:180px;
	width:28px;
	height:18px;
}

.login .appDl span {
    margin: 0;
    vertical-align: top;
    display: inline-block;
    width: 30px;
    height: 25px;
    background: url(images/star_sprite@2x.png) no-repeat -39px -3px;
    background-size: 180px;
}

#btnQuitLog {
	width:auto;
	margin-top:30px;
	padding:10px;
	display:none;
}

.login .row {
    border-radius: 5px;
    border: none;
}

.login input {
    border: none;
    text-align: left;
    border-radius: 0;
    width: calc(100% - 24px);
    padding: 12px !important;
}

.login input:focus {
    border:none !important;
}

.login .border-bottom {
    border-bottom: 1px solid #0f508a !important;
}

.login .content {
    height: calc(100% - 30px) !important;
    min-height: 500px !important;
}

.login .form-content {
    margin-top: 160px;
    position: relative;
    z-index:1;
}

.login .button {
    padding: 10px 0;
    font-size: 18px;
    min-width: 55%;
}

.login-error {
    text-align: center;
}

.login .login-type {
    width: 130px;
    position: relative;
    text-align: left;
    height: auto;
    display: inline-block;
    float: left;
    background: url(images/bg/input_overlay.png) repeat 0 0 transparent!important;
    box-sizing: border-box;
}

.login .login-type div {
    display: inline-block;
    width: 50%;
    cursor: pointer;
    padding: 6px 10px;
    vertical-align: middle;
    box-sizing: border-box;
    font-size: 14px;
    text-align: center;
}

.login .login-type div.checked {
    background-position: 0px -338px;
}

.login .login-type div.slider {
    position: absolute;
    width: 50%;
    height: 100%;
    top: 0;
    left: 0%;
    transition: all 300ms ease;
    border: 1px solid rgba(255,255,255,0.4);
    border-radius: 10px;
}

.login .login-type div.slider.right {
    left: 50%;
}

.login .login-report {
    display: inline-block;
    position: absolute;
    width: auto;
    height: auto;
    top: 0;
    right: 0;
    transition: all 300ms ease;
    border: 1px solid rgba(255,255,255,0.4);
    border-radius: 10px;
    font-size: 12px;
    padding: 6px 10px;
}

.login .login-report a {
    /* background-color: #f4f4f4 !important;
    background-image: none !important;
    border: 1px solid #d2d2d2 !important;
    font-size: 14px!important;
    color: #464646 !important;
    text-shadow: none !important;
    padding: 3px 5px !important; */
    cursor: pointer !important;
}

.login .login-links .link-register {
    float: left;
    margin-left: 10px;
    color: #ffbf00 !important;
    font-weight: bold;
}

.login .login-links .f-pass {
    float: right;
    margin-right:10px;
}

.login .login-links .clearFloat {
    clear: both;
}

.preloadMessage {
    display:none;
}

.preloadRefreshBtn {
    width: 30% !important;
}
/*#endregion*/

/*#region ripple effect*/

.rippler {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.rippler:focus,
.rippler:active {
    outline: none;
}

.rippler::-moz-focus-inner {
    border: 0;
}

.rippler-button {
    display: inline-block;
}

.rippler-img {
    display: block;
}

.rippler-effect {
    position: absolute;
    opacity: .2;
}

.rippler-default .rippler-svg {
    fill: #fff;
}

.rippler-inverse .rippler-svg {
    fill: #000;
}

.rippler-bs-default .rippler-svg {
    fill: #000;
}

.rippler-bs-inverse .rippler-svg {
    fill: #000;
}

.rippler-bs-primary .rippler-svg {
    fill: #428bca;
}

.rippler-bs-info .rippler-svg {
    fill: #5bc0de;
}

.rippler-bs-success .rippler-svg {
    fill: #5cb85c;
}

.rippler-bs-warning .rippler-svg {
    fill: #ed9c28;
}

.rippler-bs-danger .rippler-svg {
    fill: #d2322d;
}

.rippler-div {
    border-radius: 50%;
}

.rippler-default .rippler-div {
    background-color: #fff;
}

.rippler-inverse .rippler-div {
    background-color: #000;
}

.rippler-bs-default .rippler-div {
    background-color: #000;
}

.rippler-bs-inverse .rippler-div {
    background-color: #000;
}

.rippler-bs-primary .rippler-div {
    background-color: #428bca;
}

.rippler-bs-info .rippler-div {
    background-color: #5bc0de;
}

.rippler-bs-success .rippler-div {
    background-color: #5cb85c;
}

.rippler-bs-warning .rippler-div {
    background-color: #ed9c28;
}

.rippler-bs-danger .rippler-div {
    background-color: #d2322d;
}

/*#endregion*/

.deviceInfo {
	margin-bottom: 20px;	
}

.deviceInfo span {
	display: inline;
	text-transform: uppercase;
}

.deviceInfo span#aVer::before {
	content: "Android "
}

/**
* chat css
*/

.csChatbox {
	position: absolute;
	top: 0px;
	height: 100%;
	background: #f6f9fc;
	z-index: 999;
}

.csChatbox .content {
	height: 100% !important;
}

.csChatbox .convContent {
	width: 100%;
	height: 90%;
	padding: 40px 10px 10px 10px;
	overflow-y: auto;
	box-sizing: border-box;
	background-size: contain;
	background-position: center;
}

.csChatbox .convContent:after {
	content: "";
	display: table;
	clear: both;
}

.csChatbox .convContent ul {
	list-style: none;
}

.csChatbox .convContent li {
	position: relative;
    clear: both;
    -webkit-user-select: text !important;
	-moz-user-select: text !important;
}

.csChatbox .msg {
	padding: 5px 10px;
	margin-bottom: 25px;
	border-radius: 5px;
	max-width: 65%;
	font-size: 1em;
}

.csChatbox .msg .name {
	position: absolute;
	top: -18px;
	left: 5px;
	color: grey;
	font-size: 12px;
}

.csChatbox .msg.system {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	color: grey;
	font-size: 12px;
}
.csChatbox .msg.system .msg-sys {
    color: black;
    background-color: #efefef;
    margin: 0 auto;
    border: 1px solid grey;
    border-radius: 5px;
    padding: 5px 10px;
    text-align: justify;
    margin-bottom: 2.5em;
    font-size: 13px;
}

.csChatbox .msg.left {
	float: left;
	background-color: white;
}

.csChatbox .msg.left:before {
	content: "";
	display: table;
	height: 10px;
	width: 10px;
	transform: rotate(45deg);
	position: absolute;
	top: 10px;
	left: -5px;
	background-color: white;
}

.csChatbox .msg.right {
	float: right;
	background-color: #A0E75B;
}

.csChatbox .msg.right:after {
	content: "";
	display: table;
	height: 10px;
	width: 10px;
	transform: rotate(45deg);
	position: absolute;
	top: 10px;
	right: -5px;
	background-color: #A0E75B;
}

.csChatbox .msg i {
	position: absolute;
	border-radius: 50%;
	width: 45px;
	height: 45px;
	left: -55px;
	top: 0px;
	background: #32c24d;
	border: 1px solid #32c24d;
	text-align: center;
	line-height: 45px;
	font-style: normal;
	color: #fff;
	font-size: 16px;
}

.csChatbox .msg .msg-txt {
	float: left;
	color: black;
	word-wrap: break-word;
	overflow-wrap: break-word;
	max-width: 100%;
	text-align: left;
	user-select: text;
}

.csChatbox .msg .msg-img {
	width: 45vw;
	height: auto;
	display: block;
	background-size: contain;
	background-repeat: no-repeat;
}

.csChatbox .msg .msg-img img, .csChatbox .msg .msg-txt img {
	width: 100%;
}

.csChatbox .msg .timestamp {
  margin-left: 5px;
  margin-top: 5px;
  font-size: 10px;
  float: right;
  text-align: right;
  min-width: 38px;
  color: grey;
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer */
  -khtml-user-select: none;
  /* KHTML browsers (e.g. Konqueror) */
  -webkit-user-select: none;
  /* Chrome, Safari, and Opera */
  -webkit-touch-callout: none;
  /* Disable Android and iOS callouts*/
}

.csChatbox .convBtm {
	width: 100%;
	height: 50px;
	position: fixed;
	bottom: 0;
	background: #efefef;
}

.csChatbox .convSend[icon=txt] {
	background: url(images/sprite@2x.png) no-repeat -215px -405px;
	background-size: 250px;
}

.csChatbox .convSend[icon=img] {
	background: url(images/sprite@2x.png) no-repeat -94px -601px;
	background-size: 250px;
}

.csChatbox .convBox {
	width: 88% !important;
	height: 40px;
	border: 0px;
	margin: 5px auto auto 5px;
	border-top: 1px solid #d2d2d2;
	border-left: 1px solid #d2d2d2;
	border-bottom: 1px solid #d2d2d2;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	box-sizing: border-box;
	background-color: #fff;
	padding: 2px 2px 2px 10px !important;
	color: #000 !important;
	position: relative;
	text-align: left;
}

.register .csChatbox .convBtm .convBox {
	width: 88% !important;
	height: 40px !important;
	margin: 5px auto auto 5px;
	border-top: 1px solid #d2d2d2 !important;
	border-left: 1px solid #d2d2d2 !important;
	border-bottom: 1px solid #d2d2d2 !important;
	border-top-left-radius: 10px !important;
	border-bottom-left-radius: 10px !important;
	box-sizing: border-box;
	background-color: #fff !important;
	padding: 2px 2px 2px 10px !important;
	color: #000;
	position: relative;
	text-align: left;
	background: url() #fff;
	text-indent: unset;
}

.csChatbox .fileInput {
	visibility: hidden;
	position: absolute;
	background: magenta;
	height: 40px;
	box-sizing: border-box;
	margin-top: 5px;
	width: 45px;
	left: 85%;
	margin-left: 5px;
	z-index: 1;
}

.msg.loading div {
	display: inline-block;
    width: 36px;
    height: 1em;
    background-image: url(images/loading.gif);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.csChatbox .satisfy {
	position: absolute;
	top:0;
	left:0;
	width: 100vw;
	height: 100vh;
}

.csChatbox .satisfy .curtain {
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color: rgba(0,0,0,0.8);
}

.csChatbox .satisfy .satisfy-container {
	position: absolute;
    width:90vw;
    height: auto;
    top: 50%;
	left:50%;
	padding-bottom: 8vw;
	transform: translate(-50%, -50%);
	background-color: #fff;
    border-radius: 10px;
    box-sizing: border-box;
    overflow: hidden;
	border:1px solid black;
	z-index: 1;
}

.csChatbox .satisfy .satisfy-container .close {
	position: absolute;
    width: 5.3vw;
    height: 6vw;
    top: 3vw;
    right: 3vw;
    background-image: url(images/sprite@2x.png);
    background-size: 60vw;
    background-position: -55vw -32vw;
    background-repeat: no-repeat;
}

.csChatbox .satisfy .satisfy-container .title {
    text-align: center;
    margin-top:3vh;
	font-size: 3vh;
	color: #000;
}

.csChatbox .satisfy .satisfy-container .satisfy-faces {
    position: relative;
    margin-top:4vh;
    width: 95%;
    height: 11.1vw;
    left:50%;
    transform: translateX(-50%);
}

.csChatbox .satisfy .satisfy-container .satisfy-faces li {
	position: relative;
    display:inline-block;
    width: calc((100% / 6) - 2.9vw);
    height:100%;
    background-image: url(images/faces.png);
    background-repeat: no-repeat;
    background-size: 85vw;
    opacity: 0.5;
    transition: all 600ms ease;
    border-radius: 50%;
    border: 0.74vw solid white;
    cursor: pointer;
}

.csChatbox .satisfy .satisfy-container .satisfy-faces li.selected {
    opacity: 1;
    background-color: rgba(0,0,0,0.3);
    border: 0.74vw solid rgba(0,0,0,0.3);
}

.csChatbox .satisfy .satisfy-container .satisfy-faces li:not(:last-child) {
	margin-right: 4.2vw;
}

/* .popup .faces li:nth-child(odd) {
    background-color: grey;
}
.popup .faces li:nth-child(even) {
    background-color: black;
} */

.csChatbox .satisfy .satisfy-container .satisfy-faces li.face1 {
    background-position: 0.3vw 0;
}

.csChatbox .satisfy .satisfy-container .satisfy-faces li.face2 {
    background-position: -14.6vw 0;
}

.csChatbox .satisfy .satisfy-container .satisfy-faces li.face3 {
    background-position: -29.5vw 0;
}

.csChatbox .satisfy .satisfy-container .satisfy-faces li.face4 {
	background-position: -59.1vw 0;
}

.csChatbox .satisfy .satisfy-container .satisfy-faces li.face5 {
    background-position: -74vw 0;
}

.csChatbox .satisfy .satisfy-container .satisfy-faces li span {
	position: absolute;
	left: 50%;
	bottom: -5.5vw;
    transform: translateX(-50%);	
    word-break: keep-all;
    color: #000;
    font-size: 3vw;
}

.csChatbox .satisfy .satisfy-container textarea {
    position: relative;
    margin-top: 5vh;
    padding: 3vw 2vw !important;
    width: 90%;
    left: 50%;
    transform: translateX(-50%);
    resize: none;
    border-radius: 2vw;
    box-sizing: border-box;
	border: 1px solid rgba(0,0,0,0.3);
	color: #000 !important;
}
.csChatbox .satisfy .satisfy-container ::placeholder {
	color: rgba(0,0,0,0.3);
}

.csChatbox .satisfy .satisfy-container .satisfy-send {
    position: relative;
    display: block;
    width: 40vw;
    height: 12vw;
    margin-top: 5vh;
    left: 50%;
    transform: translateX(-50%);
    background-image: linear-gradient(#008eff, #0078d7);
    border-radius: 2vw;
    font-size: 5vw;
    text-align: center;
    line-height: 12vw;
    color: #fff;
    cursor: pointer;
}

.csChatbox .satisfy .satisfy-container .satisfy-send:active {
    background-image: linear-gradient(#0078d7, #008eff);
}


.dialog-model {
	left: 0;
    bottom: 0;
    width: 100%;
    visibility: hidden;
    position: absolute;
	z-index: 99999;
}

.dialog-model-wrapper {
    padding: 0;
    width: 100%;
    margin: auto;
    bottom: 20px;
    margin-left: 10px;
    position: relative;
    vertical-align: bottom;
    width: calc(100% - 20px);
}

.dialog-confirm {
    bottom: 40vh !important;
}

.dialog-model-content {
    width: 100%;
    z-index: 9999;
    color: #464646;
    overflow-x: hidden;
    overflow-y: scroll;
    border-radius: 10px;
    background-color: #f6f9fc;
    max-height: calc(100vh - 100px);
    -webkit-overflow-scrolling: touch;
}

.dialog-confirm-content {
    overflow: hidden !important;
    padding: 10px 0 !important;
    text-align: left !important;
}

.dialog-confirm-content p {
    margin: 20px;
}

.dialog-confirm-footer {
    float: left;
    width: 100%;
    margin-top: 10px;
    text-align: center;
}

.dialog-confirm-footer a {
    width: 50%;
    float: right;
    color: #229EFE;
    font-size: 18px;
    padding: 12px 0;
    display: inline-block;
}

.dialog-model-close {
    width: 100%;
    color: #229EFE;
    font-size: 18px;
    padding: 12px 0;
    text-align: center;
    display: inline-block;
}

.dialog-progress-content {
    overflow: hidden !important;
    padding: 50px 0 !important;
    text-align: center !important;
}

.dialog-model .dialog-model-content .progress {
    width: 35px;
    height: 35px;
    display: inline-block;
    background: url(images/progress-blue@2x.gif) no-repeat 0 0;
    background-size: 35px;
}

.dialog-alert {
    bottom: 40vh !important;
}

.dialog-alert-content {
    overflow: hidden !important;
    padding: 10px 0 !important;
    text-align: left !important;
}

.dialog-alert-content p {
    margin: 20px;
}

.dialog-alert-footer {
    float: left;
    width: 100%;
    margin-top: 10px;
    text-align: center;
}

.dialog-alert-footer a {
    width: 100%;
    float: right;
    color: #229EFE;
    font-size: 18px;
    padding: 12px 0;
}

.dialog-block {
    display: none;
    vertical-align: middle;
    text-align: center;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 999;
    background-color: #FFFFFF;
    position: absolute;
}