body {
  /* background-image: url('../images/back.png');
    background-attachment: fixed;
    background-size: 100% 100%;
    overflow: auto;
    background-position: center center; */
}

/* fixedwidth > div {
  box-shadow: 0px 2px 8px #555;
  padding-right: 80px;
  padding-left: 20px;
  padding-top: 10px;
} */

div.bg {
  background: url(../images/01.png);
  height: 100%;
  max-height: 100%;
}

div.bg fixedwidth {
  width: 1400px;
  height: 100%;
  overflow: hidden;
}

div.bg fixedwidth .sty-order-right {
  overflow-y: auto;
  overflow-x: hidden;
  width: calc(100% - 399px);
  /* margin: 0 10px 0 30px; */
  /* background: #fff; */
  padding: 10px;
  padding: 4px 10px 10px;
}

div.bg fixedwidth .sty-order-right::-webkit-scrollbar {
  display: none;
}

div.workAdvisoryView fixedwidth .sty-order-right::-webkit-scrollbar {
  display: inline-block;
  width: 6px;
  background-color: #f0f0f0;
}

div.workAdvisoryView fixedwidth .sty-order-right::-webkit-scrollbar-thumb {
  border-radius: 2px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #ccc;
}

#caseAmountStat::-webkit-scrollbar {
  display: inline-block;
  height: 6px;
  background-color: #f0f0f0;
}

#caseAmountStat::-webkit-scrollbar-thumb {
  border-radius: 2px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #ccc;
}

/* div.bg fixedwidth .sty-order-right::-webkit-scrollbar-button {
  background-color: #ccc;
  border: 1px solid #ccc;
} */
div.bg fixedwidth .sty-order-right-btn {
  width: 150px;
  height: 100%;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  margin-top: 145px;
  background: url(../images/01.png);
}

div.bg .sty-order-con {
   height: 80%;
  /*height: calc(100% - 50px);*/
  display: flex;
}

div.bg .sty-order-con.advuserview {
  /* height: calc(100% - 180px); */
  height: 100%;
  margin-top: 35px;
}

div.bg breadcrumb {
  height: 40px;
  margin-left: 250px;
  color: #000;
  /* font-weight: 600; */
  /* color: #111; */
}

div.bg breadcrumb a {
  color: #000;
}

div.bg .sty_title_tip {
  margin-left: 250px;
  color: #000;
  vertical-align: middle;
  font-size: 14px;
  background: #fff;
  margin-bottom: 5px;
}

div.bg .sty_title_tip label {
  color: #000;
}

div.bg .sty_title_tip .sty_cur_type {
  width: 400px;
  vertical-align: middle;
}

div.bg .sty_title_tip .sty_csfk {
  width: calc(100% - 400px);
  max-width: 500px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  vertical-align: middle;
}
div.bg .sty_title_tip .sty_supplement_info {
  max-width: 970px;
  color: #ff6e77;
  font-weight: 700;
}
div.bg .sty_title_tip .sty_supplement_info label {
  color: #ff6e77;
  font-weight: 700;
}
div.bg orderform {
  padding: 40px 30px 15px 15px;
  display: block;
}

.sty-order-con {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}

.sty-order-left {
  width: 220px;
  display: inline-block;
  box-sizing: border-box;
  vertical-align: top;
  height: 100%;
  margin-top: 3px;
  /* margin: 0 20px 0 0px; */
}

.sty-order-right {
  display: inline-block;
  box-sizing: border-box;
  width: calc(100% - 220px);
  /* box-shadow: 0px 2px 8px #caced7; */
  margin: 0 0 0 10px;
  height: 100%;
}

orderform {
  display: block;
  box-shadow: 0px 2px 8px #caced7;
  width: 100%;
  background: #fff;
}

.header-top {
  box-shadow: none;
}

.commit_btn {
  background-color: #3963c5;
}

.myaside {
  width: 220px;
  /* border: 1px solid #eee; */
  display: block;
  flex-direction: column;
  justify-content: space-between;
  /* background: #fff; */
}

.myaside mylogo {
  width: 125px;
  height: 150px;
  display: block;
  /* background-color:  #3963c5; */
  margin: 0 auto;
}

.myaside mylogo .mylogo {
  height: 100%;
}

.myaside .mytitle {
  height: 30px;
  width: 100%;
  background-color: #3963c5;
  color: #fff;
  font-weight: 600;
  padding-left: 15px;
  padding-top: 5px;
  font-size: 14px;
  letter-spacing: 2px;
  margin-top: -12px;
}

.myaside .mylist {
  text-align: left;
  padding: 0px;
  background-color: #fff;
  color: #3963c5;
  font-weight: 700;
  margin: 0px;
  letter-spacing: 2px;
  width: 100%;
  border: 1px solid #eee;
}

.myaside .mylist li {
  width: 100%;
  font-size: 14px;
  list-style: none;
  border-bottom: 1px solid #eee;
  min-height: 30px;
  /* padding-left: 15px; */
  background-color: #eee;
  margin: 0px;
  padding-top: 5px;
  font-weight: bolder;
}

.myaside .mylist li.active {
  background: #dcdcdc;
}

.myaside .mylist li span {
  display: block;
  margin-left: 15px;
}
.myaside .mylist li .sty_li_title {
  margin-bottom: 5px;
}
.myaside .mylist li .sty_li_title::before {
  content: '';
  display: inline-block;
  width: 5px;
  height: 5px;
  background-color: blue;
  vertical-align: middle;
  margin-right: 8px;
  margin-bottom: 3px;
}

.myaside .mylist mylist {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding-left: 25px;
  background-color: #fff;
  border-right: 1px solid #eee;
  /* margin-left: 15px; */
}

mylist {
  position: relative;
  /* margin-left: 3px; */
}

mylist::before {
  content: '';
  position: absolute;
  left: 20px;
  top: 15px;
  width: 2px;
  height: calc(100% - 30px);
  background-color: #eee;
}

mylist:nth-child(1) {
  margin-top: 0px;
}

mylist item {
  padding-bottom: 5px;
  display: flex;
  padding-left: 5px;
  position: relative;
}

mylist item:nth-child(1) {
  margin-top: 5px;
}

mylist item:last-child {
  border: none;
}

mylist item .tixing {
  height: 0;
  width: 20px;
  border-top: 20px solid #ffe7e9;
  border-left: 0px solid transparent;
  border-right: 5px solid transparent;
  margin-right: 4px;
}

mylist item .tixing span {
  top: -18px;
  left: -12px;
  position: relative;
  width: 20px;
  display: block;
  color: #111111;
  font-size: 12px;
  font-weight: 500;
  vertical-align: middle;
  font-size: 12px;
  letter-spacing: 0px;
}

mylist item a {
  font-size: 12px;
  font-weight: 600;
  color: #111111;
  margin-top: 1px;
  vertical-align: middle;
}

mylist item::before {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  background-color: #fff;
  border-radius: 3px;
  border: 0.5px solid #eee;
  vertical-align: middle;
  position: absolute;
  left: -8px;
  top: 5px;
}

.myactive a {
  color: #3963c5;
}

.myactive::before {
  color: #3963c5;
  background-color: #3963c5;
}

/* 右边受理咨询*/

kefu {
  display: block;
  background: #fff;
}

kefu kefu-con {
  width: 62px;
  height: 118px;
  background: url(../images/aside/kf.png) no-repeat center;
  display: block;
  position: fixed;
  bottom: 45px;
  right: 10px;
  z-index: 9999;
}

kefu .myinfo {
  display: none;
  margin: 15px 0px;
  position: fixed;
  width: 210px;
  height: 170px;
  /* background: url(../images/aside/ben.png) */
  /* no-repeat; */
  background-size: 100% 100%;
  right: 70px;
  bottom: 90px;
  box-shadow: 0px 2px 8px #ddd;
  padding: 20px 10px;
  background: #fff;
}

kefu .myinfo img {
  width: 100%;
  height: 100%;
  vertical-align: middle;
}

kefu .myinfo ul {
  position: absolute;
  top: 7px;
  /* left: -9px; */
  letter-spacing: 1px;
  padding: 0;
}

kefu .myinfo ul li {
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: flex-start;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 20px;
  height: 20px;
}

kefu .myinfo p {
  margin: 0;
  padding: 0;
}

kefu .myinfo ul li.fwslzx {
  color: #3963c5;
  letter-spacing: 2px;
  font-size: 13px;
  font-weight: 600;
  padding-bottom: 10px;
  font-size: 17px;
  border-bottom: 1px solid #eee;
  height: 30px;
}

/* .sty-order-right-btn .myinfo li.ls {
  line-height: 20px;
} */

kefu.myinfo li.tel {
  height: 40px;
  line-height: 15px;
  vertical-align: top;
}

kefu.myinfo li.tel pic {
  margin-top: 3px;
}

kefu.myinfo li.tel p {
  margin: 0;
  padding: 0;
  line-height: 25px;
}

/* .sty-order-right-btn .myinfo li.yx pic {
  margin-top: 10px;
} */

kefu .myinfo ul li info {
  display: block;
  text-align: left;
  font-size: 14px;
}

kefu .myinfo ul li info p.ls-center {
  margin: 0 5px;
}

kefu li.ls p {
  margin: 0;
  padding: 0;
  display: inline-block;
}

kefu ul li:first-child info p:nth-child(2) {
  margin: 0 5px;
}

kefu ul li:first-child {
  letter-spacing: 2px;
}

kefu ul li pic {
  position: relative;
  margin-right: 15px;
  width: 20px;
  height: 20px;
}

kefu ul li pic::after {
  content: ':';
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  position: absolute;
  top: 0px;
  left: 25px;
}

kefu .myinfo li.yx {
  margin-top: 30px;
}

/* 左边客服 */
left-kefu {
  display: block;
  margin: 20px 0 0 0;
}
left-kefu .myinfo {
  display: block;
  margin: 15px 0px;
  width: 220px;
  height: 170px;
  background-size: 100% 100%;
  right: 70px;
  bottom: 90px;
  box-shadow: 0px 2px 8px #ddd;
  padding: 20px 10px;
  background: #fff;
}
left-kefu .myinfo p {
  margin: 0;
  padding: 0;
}
left-kefu .myinfo ul {
  letter-spacing: 1px;
  padding: 0;
}

left-kefu .myinfo ul li {
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: flex-start;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 20px;
  height: 20px;
}
left-kefu ul li pic {
  position: relative;
  margin-right: 15px;
  width: 20px;
  height: 20px;
}
left-kefu .myinfo ul li info {
  display: block;
  text-align: left;
  font-size: 14px;
}

left-kefu .myinfo ul li.fwslzx {
  color: #3963c5;
  letter-spacing: 2px;
  font-size: 13px;
  font-weight: 600;
  padding-bottom: 10px;
  font-size: 17px;
  border-bottom: 1px solid #eee;
  height: 30px;
}
left-kefu .myinfo li.tel {
  height: 40px;
  line-height: 15px;
  vertical-align: top;
}

left-kefu .myinfo li.tel pic {
  margin-top: 3px;
}

kefu.myinfo li.tel p {
  margin: 0;
  padding: 0;
  line-height: 25px;
}
left-kefu li.ls p {
  margin: 0;
  padding: 0;
  display: inline-block;
}
left-kefu .myinfo ul li info p.ls-center {
  margin: 0 5px;
}

.sty_left_kefu {
  margin-top: 10px;
}
.sty_left_kefu .myinfo {
  margin: 0;
  height: auto;
  padding: 0;
  padding-left: 10px;
}
.sty_left_kefu .myinfo ul li {
  margin-bottom: 0;
}
.sty_left_kefu .myinfo ul li.fwslzx {
  height: auto;
  padding: 5px 0px;
  font-size: 14px;
}
.sty_left_kefu .myinfo info {
  font-size: 12px;
}
.sty_left_kefu .myinfo pic {
  margin-right: 10px;
}