.btn-hover {
  filter: brightness(0.95);
}
button {
  outline: none;
}
#page-wrap {
  width: 100%;
  overflow: hidden;
  min-width: 1200px;
  background-color: #fff;
}
#banner-wrap {
  width: 100%;
  height: 420px;
  overflow: hidden;
  min-width: 1200px;
  background: url(../images/gongshang_new_imgs/banner.jpg) no-repeat center center;
  background-color: #3841da;  
  margin-top: 0px;

}
#banner-center-wrap {
  position: relative;
  width: 1200px;
  height: 420px;
  margin: 0 auto;
}
#right-form {
  position: absolute;
  width: 280px;
  height: 340px;
  right: 0;
  top: 30px;
  background-color: #ffffff;
  border-radius: 4px;
  box-sizing: border-box;
  padding: 45px 32px;
}
#right-form input {
  box-sizing: border-box;
  width: 216px;
  height: 44px;
  background-color: #ffffff;
  border-radius: 22px;
  border: solid 1px #dcdcdc;
  margin-bottom: 10px;
  outline: none;
  padding-left: 15px;
  font-size: 14px;
  color: #777777;
}
#right-form-p1 {
  text-align: center;
  padding-bottom: 26px;
  font-size: 18px;
  color: #eb673a;
}
.red-line {
  display: inline-block;
  width: 32px;
  border-bottom: 1px solid #eb673a;
  vertical-align: middle;
}
#notice-city {
  position: relative;
  margin-bottom: 10px;
}
.notice-inner-city {
  width: 216px;
  height: 44px;
  line-height: 44px;
  background-color: #ffffff;
  border-radius: 22px;
  border: 1px solid #dcdcdc;
  box-sizing: border-box;
  padding-left: 15px;
  font-size: 14px;
  color: #777777;
}
.arrow {
  display: inline-block;
  width: 15px;
  height: 8px;
  position: absolute;
  top: 22px;
  right: 19px;
  background: url(../images/gongsi_imgs/city_arrow.png) no-repeat;
}
#apply-btn {
  width: 216px;
  height: 44px;
  background-image: linear-gradient(90deg, #ed8845 0%, #f06a42 100%);
  box-shadow: 0px 4px 5px 0px rgba(239, 111, 67, 0.27);
  border-radius: 22px;
  text-align: center;
  font-size: 16px;
  color: #ffffff;
  border: 0;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
#apply-btn:hover {
  filter: brightness(0.95);
}
#apply-btn:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
  background-image: radial-gradient(circle, #666666 10%, transparent 10.01%);
  background-repeat: no-repeat;
  background-position: 50%;
  transform: scale(10, 10);
  opacity: 0;
  transition: transform .3s, opacity .5s;
}
#apply-btn:active:after {
  transform: scale(0, 0);
  opacity: .3;
  transition: 0s;
}
#coupons-box {
  box-sizing: border-box;
  padding: 50px 222px 93px;
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.circle-draw-btn {
  position: absolute;
  right: 28px;
  width: 61px;
  height: 61px;
  border-radius: 50%;
  box-shadow: 0px 2px 2px 0px rgba(210, 96, 66, 0.35);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: bold;
  cursor: pointer;
  overflow: hidden;
}
.circle-draw-btn:hover {
  filter: brightness(0.95);
}
.circle-draw-btn:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
  background-image: radial-gradient(circle, #666666 10%, transparent 10.01%);
  background-repeat: no-repeat;
  background-position: 50%;
  transform: scale(10, 10);
  opacity: 0;
  transition: transform .3s, opacity .5s;
}
.circle-draw-btn:active:after {
  transform: scale(0, 0);
  opacity: .3;
  transition: 0s;
}
#draw-btn1 {
  background-image: linear-gradient(180deg, #fff9f0 0%, #f5d2a9 100%), linear-gradient(#fdf1de, #fdf1de);
  background-blend-mode: normal, 
		normal;
  color: #cd4b3c;
}
#draw-btn2 {
  background-image: linear-gradient(180deg, #f3f0ff 0%, #bfc1f8 100%), linear-gradient(#fdf1de, #fdf1de);
  background-blend-mode: normal, 
		normal;
  color: #3162d3;
}
.coupon-item-box {
  position: relative;
  width: 359px;
  height: 117px;
  box-sizing: border-box;
  padding: 30px;
}
#coupon1 {
  background: url(../images/gongshang_new_imgs/coupon1.png) no-repeat;
  background-size: cover;
}
#coupon2 {
  background: url(../images/gongshang_new_imgs/coupon2.png) no-repeat;
  background-size: cover;
}
#service-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 1200px;
  height: 476px;
  padding-bottom: 69px;
  margin: 0 auto;
}
.service-box-item {
  width: 380px;
  height: 208px;
  margin-bottom: 30px;
  background-image: linear-gradient(135deg, #c45447 0%, #d25f51 100%);
  border-radius: 4px;
  box-sizing: border-box;
  padding: 36px 30px 28px;
  transition: all 0.5s;
}
.service-box-item .p1 {
  font-size: 20px;
  color: #ffffff;
  padding-bottom: 20px;
}
.service-box-item .p2 {
  height: 67px;
  font-size: 13px;
  line-height: 22px;
  color: #ffffff;
}
.service-box-item button {
  position: relative;
  width: 90px;
  height: 37px;
  color: #ffffff;
  font-size: 14px;
  border-radius: 18px;
  border: 0;
  cursor: pointer;
  overflow: hidden;
}
.service-box-item .btn:hover {
  filter: brightness(0.95);
}
.service-box-item .btn:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
  background-image: radial-gradient(circle, #666666 10%, transparent 10.01%);
  background-repeat: no-repeat;
  background-position: 50%;
  transform: scale(10, 10);
  opacity: 0;
  transition: transform .3s, opacity .5s;
}
.service-box-item .btn:active:after {
  transform: scale(0, 0);
  opacity: .3;
  transition: 0s;
}
.service-box-item:hover {
  transform: scale(1.05);
}
#service-box1 {
  background: url(../images/gongshang_new_imgs/register-bg1.jpg) no-repeat;
  background-size: cover;
}
#service-box1 .btn {
  background-image: linear-gradient(90deg, #f4a155 0%, #ec7c3f 100%);
}
#service-box2 {
  background: url(../images/gongshang_new_imgs/register-bg2.jpg) no-repeat;
  background-size: cover;
}
#service-box2 .btn {
  background-image: linear-gradient(90deg, #6a64e9 0%, #649be9 100%);
}
#service-box3 {
  background: url(../images/gongshang_new_imgs/register-bg3.jpg) no-repeat;
  background-size: cover;
}
#service-box3 .btn {
  background-image: linear-gradient(90deg, #7591e3 0%, #7094f7 100%);
}
#service-box4 {
  background: url(../images/gongshang_new_imgs/register-bg4.jpg) no-repeat;
  background-size: cover;
}
#service-box4 .btn {
  background-image: linear-gradient(90deg, #7591e3 0%, #7094f7 100%);
}
#service-box5 {
  background: url(../images/gongshang_new_imgs/register-bg5.jpg) no-repeat;
  background-size: cover;
}
#service-box5 .btn {
  background-image: linear-gradient(90deg, #ef8138 0%, #e2644b 100%);
}
#service-box6 {
  background: url(../images/gongshang_new_imgs/register-bg6.jpg) no-repeat;
  background-size: cover;
}
#service-box6 .btn {
  background-image: linear-gradient(90deg, #8595ec 0%, #6d7ee0 100%);
}
#advantage-box {
  width: 100%;
  height: 565px;
  overflow: hidden;
  min-width: 1200px;
  background: url(../images/gongshang_new_imgs/bg@2x.png) repeat center center;
}
#advantage-box-wrap {
  width: 1200px;
  height: 565px;
  box-sizing: border-box;
  padding: 70px 0 90px;
  margin: 0 auto;
}
#advantage-items {
  width: 1200px;
  height: 300px;
  display: flex;
  justify-content: space-between;
}
.advantage-item {
  width: 280px;
  height: 300px;
  background-color: #ffffff;
  border-radius: 4px;
  box-sizing: border-box;
  padding: 62px 30px 82px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.advantage-item .p1 {
  font-size: 18px;
  color: #333333;
  font-weight: bold;
}
.advantage-item .p2 {
  font-size: 14px;
  line-height: 24px;
  color: #777777;
  text-align: center;
}
.advantage-item:hover {
  box-shadow: 0 0 20px #e2e2de;
}
h1 {
  height: 35px;
  font-family: PingFangSC-Regular;
  font-size: 36px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 53px;
  letter-spacing: 0px;
  color: #333333;
  text-align: center;
  padding-bottom: 69px;
}
.process-arrow {
  position: relative;
  bottom: 54px;
}
#process-box {
  width: 100%;
  height: 508px;
  overflow: hidden;
  min-width: 1200px;
  background-color: #fff;
}
#process-box-wrap {
  width: 1200px;
  height: 508px;
  box-sizing: border-box;
  padding: 98px 0;
  margin: 0 auto;
}
#process-items {
  width: 1200px;
  height: 206px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.process-item {
  width: 183px;
  height: 206px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.process-item .p1 {
  font-size: 18px;
  color: #333333;
  font-weight: bold;
}
.process-item .p2 {
  font-size: 14px;
  line-height: 24px;
  color: #777777;
  text-align: center;
}
.process-item .process-img {
  width: 99px;
  height: 99px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  box-shadow: 0 0 14px 2px #cecece;
}
#process-img1 {
  background-image: linear-gradient(180deg, #eb6d37 0%, #f09e77 100%);
}
#process-img2 {
  background-image: linear-gradient(180deg, #f2b23e 0%, #f9df87 100%);
}
#process-img3 {
  background-image: linear-gradient(180deg, #578df7 0%, #97bcff 100%);
}
#process-img4 {
  background-image: linear-gradient(180deg, #744cf6 0%, #9a7bf7 100%);
}
#process-img5 {
  background-image: linear-gradient(180deg, #eb6e39 0%, #f9966c 100%);
}
#certificate-box {
  width: 100%;
  height: 636px;
  overflow: hidden;
  min-width: 1200px;
  background-color: #fff;
  background: url(../images/gongshang_new_imgs/bg2.png) no-repeat center;
}
#certificate-box-wrap {
  width: 1200px;
  height: 636px;
  box-sizing: border-box;
  padding: 98px 0 118px;
  margin: 0 auto;
}
#certificate-box-wrap h1 {
  color: #ffffff;
  font-size: 36px;
}
#certificate-items {
  width: 1200px;
  height: 206px;
  padding-top: 66px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.certificate-item {
  width: 220px;
  height: 314px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.certificate-item .p1 {
  font-size: 18px;
  color: #fff;
}
.certificate-item .certificate-img {
  width: 220px;
  height: 270px;
  background-color: #ffffff;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#footer {
  position: fixed;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 120px;
  z-index: 999;
  background-color: #314085;
}
#footer-p1 {
  width: 244px;
  height: 23px;
  font-family: FZLTDHJW-GB1-0;
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 21px;
  letter-spacing: 1px;
  color: #cd4b3c;
}
#footer-box {
  box-sizing: border-box;
  width: 1200px;
  height: 120px;
  padding: 33px 38px;
  display: flex;
  margin: 0 auto;
  position: relative;
}
#left-footer-box {
  width: 244px;
  font-size: 16px;
  letter-spacing: 8px;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-right: 66px;
}
#footer-phone {
  width: 300px;
  height: 44px;
  background-color: #ffffff;
  border-radius: 22px;
  margin-right: 12px;
  border: 0;
  outline: 0;
  box-sizing: border-box;
  padding: 10px 20px;
}
#footer-apply-btn {
  width: 123px;
  height: 44px;
  background-image: linear-gradient(90deg, #ed8845 0%, #f06a42 100%);
  box-shadow: 0px 4px 5px 0px rgba(239, 111, 67, 0.27);
  border-radius: 22px;
  border: 0;
  color: #ffffff;
  font-size: 16px;
  letter-spacing: 0px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
#footer-apply-btn:hover {
  filter: brightness(0.95);
}
#footer-apply-btn:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
  background-image: radial-gradient(circle, #666666 10%, transparent 10.01%);
  background-repeat: no-repeat;
  background-position: 50%;
  transform: scale(10, 10);
  opacity: 0;
  transition: transform .3s, opacity .5s;
}
#footer-apply-btn:active:after {
  transform: scale(0, 0);
  opacity: .3;
  transition: 0s;
}
#footer-person {
  position: absolute;
  right: 182px;
  bottom: 0;
}
#footer-close {
  position: absolute;
  right: 136px;
  top: 11px;
  cursor: pointer;
}
#left-sidebar {
  position: fixed;
  left: 0;
  box-sizing: border-box;
  bottom: 120px;
  width: 104px;
  height: 80px;
  background-image: linear-gradient(0deg, #eccb99 0%, #f6d7b1 100%);
  border-radius: 0px 40px 40px 0px;
  padding: 19px 12px 19px 18px;
  display: none;
  align-items: center;
  margin-right: 13px;
  cursor: pointer;
  z-index: 9999;
}
#left-sidebar-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-size: 18px;
  color: #5a421f;
  font-weight: bold;
}
#right-arrow {
  width: 13px;
  height: 13px;
}
.cove-mo {
  width: 100%;
  height: 100%;
  z-index: 99999;
  background-color: rgba(133, 133, 133, 0.4);
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
}
#cove-mo-phone {
  width: 100%;
  height: 100%;
  z-index: 99999;
  background-color: rgba(133, 133, 133, 0.4);
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
}
.cove-cont {
  width: 480px;
  height: 350px;
  border-radius: 6px;
  position: fixed;
  left: 50%;
  top: 50%;
  margin-left: -240px;
  margin-top: -150px;
  background-color: #fff;
  z-index: 9999999999999999999;
  display: none;
  padding: 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.cove-cont-phone {
  width: 480px;
  height: 310px;
  border-radius: 6px;
  position: fixed;
  left: 50%;
  top: 50%;
  margin-left: -240px;
  margin-top: -150px;
  background-color: #fff;
  z-index: 9999999999999999999;
  display: none;
  padding: 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.right-remove {
  width: 25px;
  height: 25px;
  background-image: url(../images/index_new_imgs/remove-icon.png);
  background-repeat: no-repeat;
  cursor: pointer;
  position: absolute;
  top: 20px;
  right: 6px;
}
.h2g {
  width: 100%;
  font-weight: bold;
  font-size: 30px;
  text-align: center;
}
.minge {
  width: 100%;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 14px;
  color: orange;
}
.minge-balck {
  width: 100%;
  height: 15px;
  line-height: 15px;
  font-size: 14px;
  text-align: center;
  color: #666666;
  padding-top: 10px;
  padding-bottom: 32px;
}
.cover-input-content.fix-pad {
  margin-bottom: 20px;
}
.cover-content {
  width: 380px;
  height: 200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.cover-content input::-webkit-input-placeholder,
.cover-content select::-webkit-input-placeholder {
  color: #999999;
}
.cover-input-content {
  width: 380px;
  height: 50px;
  margin-bottom: 14px;
  background-color: #f3f3f3;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.cover-content-btn {
  width: 380px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.input1 {
  width: 89%;
  background-color: #f8fafb;
  height: 50px;
  color: #999999;
  border: 0;
  outline: none;
  text-indent: 20px;
  font-size: 14px;
  box-sizing: border-box;
}
.submit-btn {
  width: 182px;
  height: 50px;
  background-color: #ed8132;
  border-radius: 3px;
  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;
  color: #ffffff;
  border: 0;
  margin-right: 10px;
  cursor: pointer;
  position: relative;
  font-size: 18px;
  overflow: hidden;
}
.submit-btn:hover {
  filter: brightness(0.95);
}
.submit-btn:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
  background-image: radial-gradient(circle, #666666 10%, transparent 10.01%);
  background-repeat: no-repeat;
  background-position: 50%;
  transform: scale(10, 10);
  opacity: 0;
  transition: transform .3s, opacity .5s;
}
.submit-btn:active:after {
  transform: scale(0, 0);
  opacity: .3;
  transition: 0s;
}
.cancel-btn {
  width: 182px;
  height: 50px;
  border-radius: 3px;
  border: solid 1px #d8d8d8;
  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;
  color: black;
  font-size: 18px;
  background-color: #fff;
  cursor: pointer;
}
.icons {
  background-image: url(../images/index_new_imgs/select-icon.png);
  background-repeat: no-repeat;
  background-position: 330px 20px;
}
.jz-header-nav .nav2 a {
  color: #28a7e1;
}
.jz-header-nav .nav2 i {
  background: #28a7e1;
}
div.jz-header-new .jz-header-box .jz-header-nav-new .jznav2 a {
  color: #56a4da;
}
div.jz-header-new .jz-header-box .jz-header-nav-new .jznav2 i {
  display: block;
  position: absolute;
  bottom: -2px;
  left: 50%;
  margin-left: -34px;
  width: 68px;
  height: 2px;
  background-color: #56a4da;
}
