
.hnj-SupportCenterWrap-wrap {
  display: none;
  width: 86%;
  height: 500px;
  top: 25%;
  left: 110%;
  position: fixed;
  margin: 0;
  overflow: hidden;
  background-color: #fff;
  -webkit-box-shadow: #3A3A3A 0px 0px 30px;
  -moz-box-shadow: #3A3A3A 0px 0px 30px;
  box-shadow: #3A3A3A 0px 0px 30px;
  z-index: 999;
}
.hnj-SupportCenterWrap {
  width: 100%;
  height: 500px;
  position: static;
}
.hnj-SupportCenterWrap ul li .hnj-ticket .hnj-dataFound .noData {
  width: 100%;
}
.hnj-SupportCenterWrap ul li .hnj-ticket .hnj-dataFound .ticket-btns {
  position: absolute;
  top: 3px;
  width: 125px;
  height: 20px;
}
.hnj-SupportCenterWrap ul li .hnj-ticket .title {
  width: 100%;
  height: 85px;
  line-height: 45px;
  background-color: #EBE8E8;
  padding: 20px;
  font-size: 22px;
}
.hnj-SupportCenterWrap ul li .hnj-ticket .title div {
  display: inline-block;
}
.hnj-SupportCenterWrap ul li .hnj-ticket .title .left-word a {
  outline: none;
  color: #666;
  text-decoration: none;
}
.hnj-SupportCenterWrap ul li .hnj-ticket .title .ticket-btns {
  position: absolute;
  top: 3px;
  width: 125px;
  height: 20px;
}
.hnj-SupportCenterWrap ul li .hnj-ticket .title .right-btn button {
  width: 125px;
  height: 45px;
}
.hnj-SupportCenterWrap ul li .hnj-ticket .title .right-btn input {
  padding: 0 10px;
  margin: 0 20px;
  border-radius: 5px;
  outline: none;
}
.hnj-SupportCenterWrap ul li .hnj-ticket .title .right-btn input::-webkit-input-placeholder {
  font-size: 13px;
}
.hnj-SupportCenterWrap ul li .hnj-ticket table {
  padding: 0;
  margin: 0;
  width: 100%;
  border: none;
  border-collapse: separate;
}
.hnj-SupportCenterWrap ul li .hnj-ticket table thead tr th {
  background: -webkit-linear-gradient(#C2C1C1, white);
  background: -o-linear-gradient(#C2C1C1, white);
  background: -moz-linear-gradient(#C2C1C1, white);
  background: linear-gradient(#C2C1C1, white);
  text-align: center;
}
.hnj-SupportCenterWrap ul li .hnj-ticket table thead tr :hover {
  background: -webkit-linear-gradient(white, #C2C1C1);
  background: -o-linear-gradient(white, #C2C1C1);
  background: -moz-linear-gradient(white, #C2C1C1);
  background: linear-gradient(white, #C2C1C1);
}
.hnj-SupportCenterWrap ul li .hnj-ticket table tbody tr {
  width: 100%;
  height: 65px;
  background: red;
}
.hnj-SupportCenterWrap ul li .hnj-ticket table tbody tr td {
  width: 16%;
  text-align: center;
  height: 65px;
}
.hnj-SupportCenterWrap ul li .hnj-ticket table tbody tr td a {
  display: block;
  text-align: center;
  background-color: #969ea6;
  color: #fff;
  padding: 10px 0;
  text-decoration: none;
  border-radius: 5px;
  width: 115px;
  margin: 10px auto;
}
.hnj-SupportCenterWrap ul li .hnj-ticket table tbody tr td:not(:last-of-type) {
  line-height: 60px;
}
.hnj-SupportCenterWrap ul li .hnj-ticket table tbody tr:nth-of-type(odd) {
  background-color: #fff;
}
.hnj-SupportCenterWrap ul li .hnj-ticket table tbody tr:nth-of-type(even) {
  background-color: #F3F1F1;
}
.hnj-SupportCenterWrap ul li .hnj-type .title {
  width: 100%;
  height: 85px;
  line-height: 45px;
  background-color: #EBE8E8;
  padding: 20px;
}
.hnj-SupportCenterWrap ul li .hnj-type .title div {
  display: inline-block;
}
.hnj-SupportCenterWrap ul li .hnj-type .title .ticket-btns {
  position: absolute;
  top: 3px;
  width: 125px;
  height: 20px;
}
.hnj-SupportCenterWrap ul li .hnj-type .title .left-word a {
  outline: none;
  color: #666;
  text-decoration: none;
}
.hnj-SupportCenterWrap ul li .hnj-type ul {
  width: 65%;
  list-style: none;
  display: flex;
  justify-content: space-between;
  padding: 100px 10px 10px 10px;
  margin: auto;
}
.hnj-SupportCenterWrap ul li .hnj-type ul li {
  width: 175px;
  height: 145px;
  border: 1px solid #ccc;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  cursor: pointer;
}
.hnj-SupportCenterWrap ul li .hnj-type ul li span {
  width: 175px;
  height: 145px;
  display: inline-block;
  padding: 17.5px 22.5px;
  transform: scale(0.9);
}
.hnj-SupportCenterWrap ul li .hnj-type ul li .color {
  transition: all 0.3s;
  position: absolute;
  top: 0;
}
.hnj-SupportCenterWrap ul li .hnj-type ul li .white {
  position: absolute;
  top: 125px;
  transition: all 0.3s;
}
.hnj-SupportCenterWrap ul li .hnj-type ul li:first-child .color {
  background: url(../image/home/app_cc.svg) no-repeat;
}
.hnj-SupportCenterWrap ul li .hnj-type ul li:nth-child(2) .color {
  background: url(../image/home/order_cc.svg) no-repeat;
}
.hnj-SupportCenterWrap ul li .hnj-type ul li:nth-child(3) .color {
  background: url(../image/home/Payment_cc.svg) no-repeat;
}
.hnj-SupportCenterWrap ul li .hnj-type ul li:last-child .color {
  background: url(../image/home/Products_cc.svg) no-repeat;
}
.hnj-SupportCenterWrap ul li .hnj-type ul li:first-child .white {
  background: url(../image/home/app_ww.svg) no-repeat;
}
.hnj-SupportCenterWrap ul li .hnj-type ul li:nth-child(2) .white {
  background: url(../image/home/order_ww.svg) no-repeat;
}
.hnj-SupportCenterWrap ul li .hnj-type ul li:nth-child(3) .white {
  background: url(../image/home/Payment_ww.svg) no-repeat;
}
.hnj-SupportCenterWrap ul li .hnj-type ul li:last-child .white {
  background: url(../image/home/Products_ww.svg) no-repeat;
}
.hnj-SupportCenterWrap ul li .hnj-type ul li:first-child:hover {
  background-color: #f49de0;
}
.hnj-SupportCenterWrap ul li .hnj-type ul li:nth-child(2):hover {
  background-color: #d6c949;
}
.hnj-SupportCenterWrap ul li .hnj-type ul li:nth-child(3):hover {
  background-color: #96d665;
}
.hnj-SupportCenterWrap ul li .hnj-type ul li:last-child:hover {
  background-color: #66d4e2;
}
.hnj-SupportCenterWrap ul li .hnj-type ul li:hover .white {
  top: 0;
}
.hnj-SupportCenterWrap ul li .hnj-type ul li:hover .color {
  top: -120px;
}
.hnj-SupportCenterWrap ul li .hnj-type .direcrion {
  width: 65%;
  height: 50px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  padding-bottom: 120px;
}
.hnj-SupportCenterWrap ul li .hnj-type .direcrion h4 {
  width: 175px;
  text-align: center;
}
.hnj-SupportCenterWrap ul li .hnj-form .hnj-tankuang {
  display: none;
  z-index: 999;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.hnj-SupportCenterWrap ul li .hnj-form .hnj-tankuang .content {
  width: 350px;
  height: 170px;
  background-color: #E5ECEB;
  padding: 30px;
  line-height: 60px;
  text-align: center;
  margin-top: 165px;
}
.hnj-SupportCenterWrap ul li .hnj-form .title {
  width: 100%;
  height: 85px;
  line-height: 45px;
  background-color: #EBE8E8;
  padding: 20px;
}
.hnj-SupportCenterWrap ul li .hnj-form .title div {
  display: inline-block;
}
.hnj-SupportCenterWrap ul li .hnj-form .title .ticket-btns {
  position: absolute;
  top: 3px;
  width: 125px;
  height: 20px;
}
.hnj-SupportCenterWrap ul li .hnj-form .title .left-word a {
  outline: none;
  color: #666;
  text-decoration: none;
}
.hnj-SupportCenterWrap ul li .hnj-form .form {
  margin-top: 10px;
  padding: 10px 30px;
}
.hnj-SupportCenterWrap ul li .hnj-form .form label {
  margin-bottom: 10px;
  font-weight: bold;
}
.hnj-SupportCenterWrap ul li .hnj-form .form .file .img {
  width: 1300px;
  height: 100%;
  vertical-align: middle;
  position: absolute;
  left: 220px;
  top: -35px;
}
.hnj-SupportCenterWrap ul li .hnj-form .form .file .img ul li {
  width: 120px;
  height: 100px;
  padding: 0 5px;
  float: left;
  position: relative;
  box-sizing: border-box;
}
.hnj-SupportCenterWrap ul li .hnj-form .form .file .img ul li .img-shade {
  width: 100%;
  height: 100%;
  padding: 0 5px;
  background-color: #000;
  opacity: 0.5;
  z-index: 999;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}
.hnj-SupportCenterWrap ul li .hnj-form .form .file .img ul li .img-shade span {
  color: #fff;
  font-size: 13px;
  margin-top: 80px;
  cursor: pointer;
}
.hnj-SupportCenterWrap ul li .hnj-form .form .file .img ul li:hover .img-shade {
  display: block;
}
.hnj-SupportCenterWrap ul li .hnj-form .form .gray {
  background-color: #969ea6;
  color: #fff;
}
.hnj-SupportCenterWrap ul li .hnj-form .form .gray:hover {
  background-color: #9FA6AD;
  color: #fff;
}
.hnj-SupportCenterWrap ul li .hnj-detail .hnj-tankuang {
  display: none;
  z-index: 999;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.hnj-SupportCenterWrap ul li .hnj-detail .hnj-tankuang .content {
  width: 350px;
  height: 170px;
  background-color: #E5ECEB;
  padding: 30px;
  line-height: 60px;
  text-align: center;
  margin-top: 165px;
}
.hnj-SupportCenterWrap ul li .hnj-detail .title {
  width: 100%;
  height: 85px;
  line-height: 45px;
  background-color: #EBE8E8;
  padding: 20px;
}
.hnj-SupportCenterWrap ul li .hnj-detail .title div {
  display: inline-block;
}
.hnj-SupportCenterWrap ul li .hnj-detail .title .ticket-btns {
  position: absolute;
  top: 3px;
  width: 125px;
  height: 20px;
}
.hnj-SupportCenterWrap ul li .hnj-detail .title .left-word a {
  outline: none;
  color: #666;
  text-decoration: none;
}
.hnj-SupportCenterWrap ul li .hnj-detail .content {
  width: 100%;
  padding: 20px;
}
.hnj-SupportCenterWrap ul li .hnj-detail .content .head {
  height: 72px;
}
.hnj-SupportCenterWrap ul li .hnj-detail .content .head table {
  width: 50%;
  height: 70px;
  line-height: 70px;
  float: left;
  
  border: 1px solid #ccc;
}
.hnj-SupportCenterWrap ul li .hnj-detail .content .head table td {
  padding-left: 10px;
}
.hnj-SupportCenterWrap ul li .hnj-detail .content .head table tbody {
  background-color: #FAF0F0;
}
.hnj-SupportCenterWrap ul li .hnj-detail .content .head table tbody:hover {
  background-color: #fff;
}
.hnj-SupportCenterWrap ul li .hnj-detail .content .replybox li .right {
  width: 100%;
}
.hnj-SupportCenterWrap ul li .hnj-detail .content ul li {
  border: 1px solid #ccc;
  border-radius: 5px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
  padding: 20px 20px 20px 30px;
}
.hnj-SupportCenterWrap ul li .hnj-detail .content ul li .left {
  width: 8%;
}
.hnj-SupportCenterWrap ul li .hnj-detail .content ul li .right {
  width: 90%;
}
.hnj-SupportCenterWrap ul li .hnj-detail .content ul li .right .user-msg {
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
}


.replybox li .right .file .img{
  width: 1300px;
  height: 100%;
  vertical-align: middle;
  position: absolute;
  left: 220px;
  top: -35px;
}
.hnj-SupportCenterWrap ul li .hnj-detail .content ul li .right .file .img ul li{
  width: 120px;
  height: 100px;
  padding: 0 5px;
  float: left;
  position: relative;
  box-sizing: border-box;
}
.hnj-SupportCenterWrap ul li .hnj-detail .content ul li .right .file .img ul li .img-shade{
  width: 100%;
  height: 100%;
  padding: 0 5px;
  background-color: #000;
  opacity: 0.5;
  z-index: 999;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}
.hnj-SupportCenterWrap ul li .hnj-detail .content ul li .right .file .img ul li .img-shade span{
  color: #fff;
  font-size: 13px;
  margin-top: 80px;
  cursor: pointer;
}
.hnj-SupportCenterWrap ul li .hnj-detail .content ul li .right .file .img ul li:hover .img-shade{
  display: block;
}


.hnj-SupportCenterWrap ul li .hnj-detail .content ul li .right .user-msg h4 {
  font-weight: bold;
  font-size: 16px;
}
.hnj-SupportCenterWrap ul li .hnj-detail .content ul li .right .user-msg p {
  display: inline-block;
}
.hnj-SupportCenterWrap ul li .hnj-detail .content ul li .right .user-content {
  margin-top: 10px;
  line-height: 30px;
}
.hnj-SupportCenterWrap ul li .hnj-detail .content ul li .right .btns {
  width: 20%;
  display: flex;
  justify-content: space-between;
}
.hnj-SupportCenterWrap ul li .hnj-detail .content ul li .right .btns .btn {
  width: 90px;
  height: 40px;
  line-height: 28px;
}
.img-preview-wrap {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0,0.5);
  display: none;
  z-index: 999;
  text-align: center;
}
.gderr-loadsrc {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.5);
}
.gderr-loadsrc .errlsrc-con {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 400px;
  height: 120px;
  background-color: #fff;
  padding: 20px 30px 0;
  border-radius: 4px;
  text-align: center;
}
.gderr-loadsrc .errlsrc-con p {
  margin-top: 15px;
  font-size: 12px;
}
.gderr-loadsrc .errlsrc-con button {
  background-color: #ff8d31;
  color: #fff;
  border-radius: 4px;
  width: 76px;
  height: 30px;
  margin-top: 20px;
}
.notice-1{
  position: absolute;
  top: 35px;
  display: none;
  background:rgba(0,0,0,0.75);
  box-shadow:0px 2px 8px 0px rgba(0,0,0,0.15);
  border-radius: 4px;
  color: #fff;
  padding: 12px 18px;
  font-size: 12px;
  width: 500px;
  line-height: 20px;
  left: -110px;
}
.notice-1>b{
  display: inline-block;
  border: 4px solid transparent;
  position: absolute;
  top: -8px;
  left: 118px;
  border-bottom-color: rgba(0,0,0,0.75);
}
.notice-2{
  display: inline;
  position: relative;
}
.notice-2-con{
  position: absolute;
  top: 25px;
  left: -100px;
  display: none;
  background:rgba(0,0,0,0.75);
  box-shadow:0px 2px 8px 0px rgba(0,0,0,0.15);
  border-radius: 4px;
  color: #fff;
  padding: 12px 18px;
  font-size: 12px;
  width: 300px;
  line-height: 20px;
}
.notice-2-con>b{
  display: inline-block;
  border: 4px solid transparent;
  position: absolute;
  top: -8px;
  left: 102px;
  border-bottom-color: rgba(0,0,0,0.75);
}
.notice-2:hover .notice-2-con{
  display: block;
}
.ticketXS{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /*background: rgba(0,0,0,0.4);*/
  z-index: 99999;
  display: none;
}
.ticketOL{
  position: absolute;
  display: block;
  width: 550px;
  height: 145px;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.8) 0px 0px 1px 1999px;
}