@charset "utf-8";
.oSbtn {
	width: 80px;
	padding: 10px 0;
	text-align: center;
	font-size: 14px;
	border: 1px solid #E2E2E2;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	z-index: 88;
	
}

.oSshadow {
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.5);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 233;
	display: none;
}

.oSwrap {
	min-width: 375px;
	/* width: 60%;
	height: 100%; */
	width: 590px;
	height: 625px;
	background: #EFEFEF;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 666;
	overflow-y: hidden;
	transform: translate(-50%,120%);
	-ms-transform: translate(-50%,120%);
	-moz-transform: translate(-50%,120%);
	-webkit-transform: translate(-50%,120%);
	-o-transform: translate(-50%,120%);
	transition: .5s ease 0ms;
	-moz-transition: .5s ease 0ms;
	-webkit-transition: .5s ease 0ms;
	-o-transition: .5s ease 0ms;
}

.oSwrap.show {
	transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
}

.oStopTtile {
	width: 100%;
	height: 60px;
	padding: 28px 10px 15px;
	background: #EFEFEF;
	border-bottom: 1px solid #E2E2E2;
	text-align: left;
	font-size: 16px;
	color: #333333;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1;
}

.oStopClose {
	position: absolute;
	top: 3px;
	transform: none;
	-ms-transform: none;
	-moz-transform: none;
	-webkit-transform: none;
	-o-transform: none;
	right: 10px;
	display: flex;
	display: -webkit-flex;
	display: -ms-flex;
	cursor: pointer;
}

.oScontent {
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  flex-direction: column;
  padding: 60px 10px 171px;
}

.oScontent .itemLeft {
  width: calc(100% - 42px);
  width: -webkit-calc(100% - 42px);
  width: -moz-calc(100% - 42px);
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
}

.oScontent .itemLeft .icon {
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-right: 7px solid #FFFFFF;
  position: relative;
  top: 13px;
}

.oScontent .itemLeft .textWrap {
  max-width: 450px;
  padding: 10px;
  background: #FFFFFF;
  border-radius: 5px;
  color: #333333;
  line-height: 20px;
  position: relative;
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  flex-direction: column;
}

.oScontent .itemLeft .textWrap .h1 {
  width: 100%;
  font-size: 14px;
}

.oScontent .itemLeft .textWrap .h2 {
  width: 100%;
  color: #4DA1FF;
  font-size: 14px;
  margin-bottom: 5px;
  padding-left: 11px;
  position: relative;
  cursor: pointer;
}

.oScontent .itemLeft .textWrap .h2:last-child {
  margin-bottom: 0;
}

.oScontent .itemLeft .textWrap .h2::before {
  content: '';
  width: 6px;
  height: 6px;
  background: #4DA1FF;
  border-radius: 100%;
  position: absolute;
  top: 7px;
  left: 0;
  overflow: hidden;
}

.oScontent .itemLeft .textWrap .h3 {
  width: 100%;
  font-size: 14px;
}

.oScontent .itemLeft .textWrap .line {
  width: 100%;
  height: 1px;
  background: #E2E2E2;
  margin: 10px 0;
}

.oScontent .itemLeft .textWrap img {
  max-width: 100%;
}

.oScontent .itemLeft .textWrap .praiseBox {
  position: absolute;
  right: -40px;
  bottom: 0;
}

.oScontent .itemLeft .textWrap .praiseBox .praiseItem {
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background: #FFFFFF;
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
}

.oScontent .itemLeft .textWrap .praiseBox .praiseItem.rotate {
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}

.oScontent .itemRight {
  width: calc(100% - 42px);
  width: -webkit-calc(100% - 42px);
  width: -moz-calc(100% - 42px);
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  justify-content: flex-end;
}

.oScontent .itemRight .icon {
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 7px solid #4DA1FF;
  position: relative;
  top: 13px;
}

.oScontent .itemRight .textWrap {
  max-width: 450px;
  padding: 10px;
  background: #4DA1FF;
  border-radius: 5px;
  line-height: 20px;
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  flex-direction: column;
}

.oScontent .itemRight .textWrap .h1 {
  width: 100%;
  color: #FFFFFF;
  font-size: 14px;
}

.oScontent .itemRight .textWrap img {
  max-width: 100%;
}

.oSsuspended {
  position: fixed;
  top: 25px;
  right: 10px;
  z-index: 233;
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  flex-direction: column;
}

.oSsuspended .serviceBtn {
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  align-items: center;
  padding: 5px 10px;
  border: 1px solid #333333;
  cursor: pointer;
  user-select: none;
}

.oSsuspended .serviceBtn .i-icon {
	display: none;
}

.oSsuspended .serviceBtn .text {
  font-size: 12px;
  color: #333333;
  white-space: nowrap;
}

.oSwriteFixed {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 200;
  width: 100%;
  height: auto;
  padding: 10px;
  background: #FFFFFF;
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  flex-direction: column;
}

.oSwriteFixed .writeWrap {
  width: 100%;
  height: auto;
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  align-items: flex-end;
  flex-direction: column;
  border: 1px solid #E2E2E2;
  border-radius: 10px;
}

.oSwriteFixed .writeWrap .writeInput {
  width: 100%;
  height: auto;
  padding: 10px;
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  align-items: center;
  justify-content: space-between;
}

.oSwriteFixed .writeWrap .writeInput .writeInt {
  width: 100%;
  background: #FFFFFF;
  color: #333333;
  font-size: 14px;
  resize: none;
}

.oSwriteFixed .writeWrap .writeAdd {
  width: 80px;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  color: #333333;
  background: #EFEFEF;
  margin-right: 10px;
  margin-bottom: 10px;
  cursor: pointer;
}

.oSwriteFixed .writeWrap .writeAdd:hover {
  color: #FFFFFF;
  background: #000000;
  -webkit-transition: ease 0.6s all 0s;
  transition: ease 0.6s all 0s;
}

/* .oSwriteFixed .writeWrap .writeAdd {
  width: 20px;
  height: 20px;
}

.oSwriteFixed .writeWrap .writeAdd.rotate {
  transform: rotate(45deg);
} */

.oSwriteFixed .writeShow {
  width: 100%;
  height: auto;
  min-height: 180px;
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.oSwriteFixed .writeShow .writeItem {
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  align-items: center;
  flex-direction: column;
  height: 70px;
  margin: 10px 15px 0 15px;
}

.oSwriteFixed .writeShow .writeItem .writeBox {
  width: 50px;
  height: 50px;
  border: 1px solid #E2E2E2;
  border-radius: 5px;
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  align-items: center;
  justify-content: center;
}

.oSwriteFixed .writeShow .writeItem .writeText {
  font-size: 12px;
  color: #333333;
  margin-top: 5px;
}

.oSmessage {
  width: 100%;
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  align-items: center;
  flex-direction: column;
}

.oSmessage .messageItem {
  width: 100%;
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  margin-top: 20px;
}

.oSmessage .messageItem .itemVia {
  width: 35px;
  height: 35px;
  overflow: hidden;
  border-radius: 100%;
  overflow: hidden;
  margin-right: 7px;
}

.oSmessage .messageItem .itemVia .viaIcon {
  max-width: 100%;
}

.oSmessage .messageItem .itemVia.mlGap {
  margin-right: 0;
  margin-left: 7px;
  background-color: #4DA1FF;
}

.oSmessage .messageText {
  font-size: 11px;
  color: #333333;
  margin-top: 20px;
}

.oSmessage .messageText .osName {
  color: #4DA1FF;
}

.oSevaluate {
  width: 100%;
  position: relative;
}

.oSevaluate .mask-layer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 777;
  background: rgba(0, 0, 0, 0.5);
}

.oSevaluate .eu-wrap {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 888;
  background: #fff;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}

.oSevaluate .eu-wrap .title {
  width: 100%;
  font-size: 14px;
  color: #333333;
  padding: 17px 10px;
  border-bottom: 1px solid #E2E2E2; 
}

.oSevaluate .eu-wrap .close {
  width: 12px;
  height: 12px;
  position: absolute;
  top: 20px;
  right: 10px;
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
}

.oSevaluate .eu-wrap .wrap {
  width: 100%;
  height: auto;
  padding: 0 20px;
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  align-items: center;
  flex-direction: column;
}

.oSevaluate .eu-wrap .wrap .wrap-a {
  width: 100%;
  text-align: center;
  padding: 30px 0;
}

.oSevaluate .eu-wrap .wrap .wrap-a .starBox {
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  align-items: center;
  justify-content: center;
}

.oSevaluate .eu-wrap .wrap .wrap-a .starBox .starItem {
  margin: 0 2px;
}

.oSevaluate .eu-wrap .wrap .wrap-a .starText {
  color: #333333;
  font-size: 12px;
  margin-top: 5px;
  display: none;
}

.oSevaluate .eu-wrap .wrap .wrap-b {
  width: 100%;
  height: 80px;
  border: 1px solid #E2E2E2;
  padding: 10px;
  position: relative;
}

.oSevaluate .eu-wrap .wrap .wrap-b .bTextarea {
  width: 100%;
  height: 100%;
  line-height: 15px;
  color: #333;
  font-size: 12px;
}

.oSevaluate .eu-wrap .wrap .wrap-b .bBox {
  position: absolute;
  bottom: 0;
  right: 3px;
}

.oSevaluate .eu-wrap .wrap .wrap-b .bBox .bNumber {
  font-size: 11px;
  color: #333333;
}

.oSevaluate .eu-wrap .wrap .wrap-c {
  width: 100%;
  height: 43px;
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  align-items: center;
  justify-content: center;
  background: #4DA1FF;
  color: #fff;
  font-size: 14px;
  margin-bottom: 20px;
}

.oSevaluate .eu-wrap .wrap .wrap-d {
  width: 100%;
  height: auto;
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  align-items: center;
  margin: 20px 0 15px;
  color: #333333;
}

.oSevaluate .eu-wrap .wrap .wrap-d .dText {
  font-size: 12px;
}

.oSevaluate .eu-wrap .wrap .wrap-d .dBox {
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
}

.oSevaluate .eu-wrap .wrap .wrap-d .dBox .dItem {
  font-size: 10px;
  border: 1px solid #E2E2E2;
  padding: 3px 5px;
  margin-left: 10px;
}

.oSevaluate .eu-wrap .wrap .wrap-d .dBox .dItem.select {
  color: #FFFFFF;
  border: 1px solid #4DA1FF;
  background: #4DA1FF;
}

.oSmessage .messageTime {
	/* min-width: 75px;
	height: 20px;
	line-height: 20px; */
	text-align: center;
	padding: 2px 5px;
	background: rgba(212,212,212,1);
	border-radius: 3px;
	font-size: 11px;
	color: #FFFFFF;
	margin-top: 20px;
}

.oSmessage .messageHint {
  font-size: 12px;
  color: #999;
  margin-top: 20px;
}

.oSblack_bj {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
}

.oSblack_tip {
  text-align: center;
  padding: 10px;
  font-size: 14px;
  color: #FFFFFF;
  background: rgba(0, 0, 0, .5);
  position: absolute;
  top:50%;
  left:50%;
  transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
}

@media (min-width: 1367px) {
  .oSwrap {
    height: 760px;
    width: 826px;
  }
}

@media only screen and (max-width: 768px) {
	.oStopTtile {
		height: auto;
		padding: 10px 0;
		text-align: center;
		font-size: 14px;
	}
	
	.oStopClose {
		top: 50%;
		transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-o-transform: translateY(-50%);
	}
	
	.oSwrap {
		width: 100%;
		height: 90%;
		top: 10%;
		left: 0;
		transform: translateY(120%);
		-ms-transform: translateY(120%);
		-moz-transform: translateY(120%);
		-webkit-transform: translateY(120%);
		-o-transform: translateY(120%);
	}
	
	.oSwrap.show {
		transform: translateY(0%);
		-ms-transform: translateY(0%);
		-moz-transform: translateY(0%);
		-webkit-transform: translateY(0%);
		-o-transform: translateY(0%);
	}
	
	.oScontent {
		padding-top: 40px;
		padding-bottom: 106px;
	}
	
	.oScontent .itemLeft .textWrap {
		max-width: 250px;
	}
	
	.oScontent .itemLeft .textWrap .h2 {
		font-size: 12px;
	}
	
	.oScontent .itemLeft .textWrap .h3 {
		font-size: 12px;
	}
	
	.oScontent .itemRight .textWrap {
		max-width: 250px;
	}
	
	.oScontent .itemRight .textWrap .h1 {
		font-size: 12px;
	}
	
	.oSsuspended {
		width: 88px;
		top: auto;
		right: auto;
		bottom: 61px;
		left: 10px;
		border-radius: 10px;
		overflow: hidden;
	}
	
	.oSsuspended .serviceBtn .i-icon {
		display: inline-block;
	}
	
	.oSsuspended .serviceBtn {
		width: 100%;
		height: 30px;
		background: #FFFFFF;
		border: none;
		padding: 0;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	
	.oSsuspended .serviceBtn .text {
		padding-left: 2px;
	}
	
	.oSwriteFixed .writeWrap {
		flex-direction: row;
		align-items: center;
		border: none;
		border-radius: 0;
	}
	
	.oSwriteFixed .writeWrap .writeInput {
		width: calc(100% - 70px);
		width: -webkit-calc(100% - 70px);
		width: -moz-calc(100% - 70px);
		margin-right: 10px;
		border: 1px solid #E2E2E2;
		border-radius: 10px;
	}
	
	.oSwriteFixed .writeWrap .writeInput .writeInt {
		font-size: 12px;
	}
	
	.oSwriteFixed .writeWrap .writeAdd {
		width: 60px;
		color: #FFFFFF;
		font-size: 12px;
		background: #4DA1FF;
		border-radius: 29px;
		margin: 0;
	}
	
	.oSwriteFixed .writeWrap .writeAdd:hover {
	  color: #FFFFFF;
	  background: #4DA1FF;
	}
}