.fixedSidebar {
  position: fixed;
  z-index: 97;
  right: 0;
  bottom: 240px;
  width: 52px;
  background-color: #2f54eb;
  border-radius: 10px 0px 0px 10px;
  -webkit-box-shadow: 0px 4px 14px 2px rgba(47, 84, 235, 0.2);
          box-shadow: 0px 4px 14px 2px rgba(47, 84, 235, 0.2);
  color: #ffffff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.fixedSidebarItem {
  font-size: 12px;
  cursor: pointer;
  padding: 16px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.fixedSidebarItem > .inner {
  padding: 0 7px 11px;
  border-bottom: 1px dotted #a1b4ff;
}

.fixedSidebarItem .icon.connect {
  background: url("../../image/index/connect_icon.png") no-repeat center;
}
.fixedSidebarItem .icon.listen {
  background: url("../../image/index/listen_icon.png") no-repeat center;
}
.backTop .icon.top {
  background: url("../../image/index/top_icon.png") no-repeat center;
}

.fixedSidebarItem .icon {
  display: inline-block;
  width: 23px;
  height: 23px;
  margin-bottom: 9px;
}
.fixedSidebarItem p {
  line-height: 14px;
  width: 24px;
}

.fixedSidebarItem:hover > .inner p {
  color: #ffc000;
}
.fixedSidebarItem:hover > .inner .icon.listen {
  background: url("../../image/index/listen_icon_h.png") no-repeat center;
}
.fixedSidebarItem:hover > .inner .icon.connect {
  background: url("../../image/index/connect_icon_h.png") no-repeat center;
}

.freeTrial {
  padding-top: 16px;
}
.backTop {
  cursor: pointer;
}

.backTop .inner {
  text-align: center;
}

.backTop .icon {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 12px 0;
}

.backTop:hover .icon.top {
  background: url("../../image/index/top_icon_h.png") no-repeat center;
}

.customerService:hover .detail {
    display: block;
}

.customerService > .inner.borderNone {
    border: none;;
}

.customerService .detail .triangle {
  width: 0;
  height: 0;
  border: 7px solid #fff;
  border-color: transparent transparent transparent #fff ;
  border-left-width: 15px;
  position: absolute;
  top: 20px;
  right: -7px;
}

.customerService .detail .inner {
  width: 217px;
  height: 175px;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #ffffff;
  padding: 30px 30px 0 30px;
  -webkit-box-shadow: 4px 4px 15px 10px rgba(141, 152, 197, 0.17);
          box-shadow: 4px 4px 15px 10px rgba(141, 152, 197, 0.17);
  border-radius: 8px;
}

.customerService .detail {
  position: absolute;
  left: -230px;
  top: 87px;
  width: 230px;
  height: 175px;
  display: none;
}

.customerService .detail .inner > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.customerService .detail .inner > div img:nth-of-type(1) {
  display: inline-block;
  width: 20px;
  height: 23px;
  margin-right: 10px;
}

.customerService .detail .inner > div img:nth-of-type(2) {
  display: inline-block;
  width: 127px;
  height: 23px;
  margin-right: 10px;
}

.customerService .detail .inner > p {
  width: 100%;
  color: #7d8194;
}

.customerService .detail .inner .date {
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: 0px;
  text-align: center;
  margin: 11px 0;
}

.customerService .detail .inner > a {
  display: inline-block;
  width: 155px;
  height: 32px;
  background-color: #2f54eb;
  border-radius: 4px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 20px;
}

.customerService .detail .inner > a:hover {
    background-color: #6672fa;
}

.customerService .detail .inner > a span {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 22px;
  letter-spacing: 0px;
  color: #ffffff;
}

.customerService .detail .inner .email {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  width: 217px;
  height: 36px;
  background-color: #f5f7ff;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;

  border-radius: 0 0 8px 8px;
}

.customerService .detail .inner .email span {
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 22px;
  letter-spacing: 0px;
  color: #7d8194;
}


/* 提示弹窗 */
.errTips {
  min-width: 75px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
  border-width: 1px;
  border-style: solid;
  border-color: #ebeef5;
  position: fixed;
  left: 50%;
  top: 20px;
  -webkit-transform: translate(-50%);
      -ms-transform: translate(-50%);
          transform: translate(-50%);
  background-color: #ffffff;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  overflow: hidden;
  padding: 15px 15px 15px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 99999;
}
.errTips p {
  display: inline-block;
  padding: 0;
  margin: 0;
  line-height: 1;
  color: #909399;
  padding: 0;
  font-size: 14px;
  line-height: 1;
}
.errTipsActive {
  opacity: 0;
  display: none;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

/* 表单弹窗 */

.form {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 98;
}
.form .formBox {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 559px;
  height: 642px;
  margin-top: -321px;
  margin-left: -279px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 33px 3px rgba(102, 102, 102, 0.13);
          box-shadow: 0px 0px 33px 3px rgba(102, 102, 102, 0.13);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  padding: 40px 40px 0 40px;
}
.form .formBox .title {
  text-align: center;
  color: #444444;
  font-size: 24px;
  position: relative;
  margin-bottom: 40px;
}
.form .formBox .title::after {
  content: "";
  display: block;
  width: 36px;
  height: 3px;
  background-image: -o-linear-gradient(left, #a5acff 0%, #5861cc 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(#a5acff), to(#5861cc));
  background-image: linear-gradient(90deg, #a5acff 0%, #5861cc 100%);
  margin: 20px auto 0;
}
.form .formBox .close {
  width: 18px;
  height: 18px;
  display: block;
  background: url('../../image/index/close.png') no-repeat center;
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}
.form .formBox .item {
  position: relative;
}
.form .formBox .item p {
  float: left;
  line-height: 40px;
  text-align: center;
  color: #666;
  font-size: 14px;
  margin-right: 13px;
  height: 40px;
  position: relative;
  padding-left: 10px;
}
.form .formBox .item p::after {
  content: "*";
  display: inline-block;
  color: #ff3434;
  position: absolute;
  left: 0;
  top: 3px;
}
.form .formBox .item input {
  width: 420px;
  border: solid 1px #e6e6e6;
  outline: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 42px;
  border-radius: 4px;
  padding-left: 16px;
  margin-bottom: 24px;
  font-size: 14px;
  font-family: "微软雅黑";
}
.form .formBox .item textarea {
  width: 420px;
  outline: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 4px;
  padding: 14px 16px;
  font-size: 14px;
  width: 420px;
  height: 200px;
  background-color: #ffffff;
  border-radius: 4px;
  border: solid 1px #e6e6e6;
  resize: none;
  font-family: "微软雅黑";
  overflow: auto;
}
.form .formBox .submit {
  width: 110px;
  height: 42px;
  margin: 40px auto 0;
  line-height: 42px;
  text-align: center;
  background: #5861cc;
  border-radius: 4px;
  color: #ffffff;
  font-size: 14px;
  cursor: pointer;
}
.form .formBox .submit:hover {
  background-color: #6672fa;
}
.form .formBox .typeErrBorder,
.form .formBox input.errColor,
.form .formBox textarea.errColor {
  border: 1px solid #ff3434;
}
.form .formBox label.errColor {
  color: #ff3434;
  font-size: 14px;
  position: absolute;
  bottom: 5px;
  width: 200px;
  left: 59px;
}
.form .formBox .Code label.errColor {
  left: 73px;
}
.form .formBox .textarea label.errColor {
  bottom: -17px;
}
.form .formBox .Code {
  left: -13px;
  width: 492px;
  font-size: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.form .formBox .Code input {
  width: 310px;
}
.form .formBox .Code div {
  display: inline-block;
  width: 109px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  background-image: -o-linear-gradient(#f0f6ff, #f0f6ff),
    -o-linear-gradient(#ffffff, #ffffff);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f0f6ff), to(#f0f6ff)),
    -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ffffff));
  background-image: linear-gradient(#f0f6ff, #f0f6ff),
    linear-gradient(#ffffff, #ffffff);
  background-blend-mode: normal, normal;
  border-radius: 4px;
  font-size: 14px;
  color: #5760c9;
}
.form .formBox .Code div.getCode {
  cursor: pointer;
}
.form .formBox .Code div.getCode:hover{
  color:#6672fa;
  background: #e1e7ff;
}
.form .formBox .Code div.codeNum {
  color: #ffffff;
  background: #c9c5c5;
  font-size: 12px;
  position: relative;
  top: -1px;
  background-image: -o-linear-gradient(#ededed, #ededed),
    -o-linear-gradient(#ffffff, #ffffff);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#ededed)),
    -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ffffff));
  background-image: linear-gradient(#ededed, #ededed),
    linear-gradient(#ffffff, #ffffff);
  background-blend-mode: normal, normal;
  border-radius: 4px;
  color: #cccccc;
}
.toast {
  position: fixed;
  z-index: 100;
  top: calc(50% - 87.5px);
  left: calc(50% - 182px);
	width: 364px;
	height: 175px;
	background-color: #ffffff;
	-webkit-box-shadow: 0px 0px 10px 0px 
		rgba(0, 0, 0, 0.1);
	        box-shadow: 0px 0px 10px 0px 
		rgba(0, 0, 0, 0.1);
	border-radius: 4px;
  padding: 20px 20px 30px 30px;
}
.toast .close {
  position: absolute;
  right: 15px;
  top: 16px;
  width: 18px;
  height: 18px;
  display: block;
  background: url('../../image/index/close.png') no-repeat center;
  cursor: pointer;
}
.toast h5 {
  font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 1;
	letter-spacing: 0px;
	color: #424242;
  margin-top: 12px;
}
.toast p {
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 1;
	letter-spacing: 0px;
	color: #666666;
  margin-top: 20px;
}
.toast .btns {
  margin-top: 30px;
  text-align: right;
  font-size: 0;
}
.toast .btns span {
  display: inline-block;
  width: 68px;
	height: 32px;
	border-radius: 2px;
  font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
  text-align: center;
  line-height: 32px;
  cursor: pointer;
  margin-right: 10px;
}
.toast .btns span:nth-of-type(1) {
  border: solid 1px #dddddd;
  background-color: #fff;
  color: #666666;
}
.toast .btns span:nth-of-type(2) {
  background-color: #2f54eb;
  color: #ffffff;
}

.toast .btns span:nth-of-type(1):hover {
  border-color: #6672fa;
  color: #6672fa;
}
.toast .btns span:nth-of-type(2):hover {
  background-color: #6672fa;
}
.formBox input::-webkit-input-placeholder,
.formBox textarea::-webkit-input-placeholder {
  color: #b1b0b0;
  font-size: 14px;
}

.formBox input:-moz-placeholder,
.formBox textarea:-moz-placeholder {
  color: #b1b0b0;
  font-size: 14px;
}

.formBox input::-moz-placeholder,
.formBox textarea::-moz-placeholder {
  color: #b1b0b0;
  font-size: 14px;
}

.formBox input:-ms-input-placeholder,
.formBox textarea:-ms-input-placeholder {
  color: #b1b0b0;
  font-size: 14px;
}
.none {
  display: none;
}
.hidden {
  overflow: hidden;
}
.fixedSidebar .mask {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 98;
}