/*!
 * 2022zfLetter
 * @version: 0.0.1
 * @author: pangzhicui
 * @update: 2022-06-29 09:43:22
 */
 @charset "UTF-8";
 .leader-toast-box {
   position: fixed;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
   z-index: 1000;
   display: none;
   background-color: rgba(0, 0, 0, 0.5);
 }
 .leader-toast-box .close {
   position: absolute;
   left: 50%;
   top: 53px;
   margin-left: 330px;
   width: 56px;
   height: 56px;
   cursor: pointer;
   background: url(../../imagesq/gxzf/close2.png) center no-repeat;
 }
 .leader-toast-box .leader-toast {
   width: 697px;
   height: 848px;
   margin: 114px auto 0;
   background: url(http://dsjfzj.gxzf.gov.cn/material/images/sad.png) center no-repeat;
   -webkit-box-sizing: border-box;
   box-sizing: border-box;
   padding: 105px 72px 0 86px;
 }
 .leader-toast-box .leader-toast-tab {
   text-align: center;
   margin-bottom: 35px;
 }
 .leader-toast-box .leader-toast-tab li {
   display: inline-block;
   vertical-align: middle;
   *vertical-align: auto;
   *display: inline;
   zoom: 1;
   width: 167px;
   line-height: 36px;
   background-color: #fff0e3;
   border-radius: 19px;
   border: solid 1px #c67b3b;
   font-size: 20px;
   color: #ac6a36;
   margin-left: 11px;
   cursor: pointer;
 }
 .leader-toast-box .leader-toast-tab li div {
   position: relative;
   z-index: 2;
 }
 .leader-toast-box .leader-toast-tab li:first-child {
   margin-left: 0;
 }
 .leader-toast-box .leader-toast-tab li.active {
   border: none;
   color: #fff;
   position: relative;
 }
 .leader-toast-box .leader-toast-tab li.active div {
   background-image: -webkit-gradient(
     linear,
     left top,
     right top,
     from(#7a492f),
     color-stop(47%, #a26335),
     to(#c97d3b)
   );
   background-image: -webkit-linear-gradient(
     left,
     #7a492f 0,
     #a26335 47%,
     #c97d3b 100%
   );
   background-image: linear-gradient(
     90deg,
     #7a492f 0,
     #a26335 47%,
     #c97d3b 100%
   );
   border-radius: 19px;
 }
 .leader-toast-box .leader-toast-tab li.active:before {
   content: "";
   position: absolute;
   left: 76px;
   top: 30px;
   width: 17px;
   height: 15px;
   background: url(../../imagesq/gxzf/triangle.png) center no-repeat;
   z-index: 1;
 }
 .leader-toast-box .leader-content {
   height: 252px;
   display: none;
   font-size: 18px;
   line-height: 36px;
   letter-spacing: 1px;
   color: #7a492f;
   padding-left: 22px;
 }
 .leader-toast-box .leader-content.active {
   display: block;
 }
 .leader-toast-box .leader-content li {
   list-style: decimal;
 }
 .leader-toast-box .leader-submit-btn {
   width: 138px;
   height: 138px;
   background: url(../../imagesq/gxzf/submit.png) center no-repeat;
   margin: 42px auto;
   -webkit-transition: -webkit-transform 0.3s;
   transition: -webkit-transform 0.3s;
   transition: transform 0.3s;
   transition: transform 0.3s, -webkit-transform 0.3s;
   display: block;
   cursor: pointer;
 }
 .leader-toast-box .leader-submit-btn:hover {
   -webkit-transform: scale(1.1);
   transform: scale(1.1);
 }
 .leader-toast-box .leader-under-tips {
   font-size: 17px;
   color: #d60a0a;
   line-height: 34px;
   text-align: center;
 }
 .leader-toast-box .leader-under-tips a {
   font-weight: 700;
   color: #2b54a5;
 }
 @media screen and (max-height: 950px) {
   .leader-toast-box .close,
   .leader-toast-box .leader-toast {
     -webkit-transform: scale(0.85);
     transform: scale(0.85);
   }
   .leader-toast-box .leader-toast {
     margin-top: 60px;
   }
 }
 @media screen and (max-height: 800px) {
   .leader-toast-box .close,
   .leader-toast-box .leader-toast {
     -webkit-transform: scale(0.75);
     transform: scale(0.75);
   }
   .leader-toast-box .leader-toast {
     margin-top: 20px;
   }
 }
 @media screen and (max-height: 700px) {
   .leader-toast-box .close,
   .leader-toast-box .leader-toast {
     -webkit-transform: scale(0.6);
     transform: scale(0.6);
   }
   .leader-toast-box .leader-toast {
     margin-top: -20px;
   }
 }