/*pc*/

.tel-bar {
  display: inline-block;
  background: #008dd5;
  color: #fff;
  padding: 2em 4em;
  text-align: center;
}

.tel-bar img {
  width: 4em;
  margin-bottom: 1em;
}

.tel-bar .tel-link {
  font-size: 2em;
  display: block;
  color: #fff !important;
}

.tel-bar p {
  display: inline-block;
  font-size: 0.9em;
  padding: 0.5em;
  line-height: 1;
  margin: auto; /*background-color:#34B7FB*/
}

.icon {
  display: inline-block;
  /* width: 1em !important;
  height: 1em !important; */
  vertical-align: middle;
  margin-top: -0.15em;
  background-size: 100% auto;
  background-repeat: no-repeat;
}

.icon-tel {
  background-image: url(../image/common/icon-tel.png);
}
.icon-shop {
  background-image: url(../image/common/icon-shop.png);
}

.icon-arrow-blue {
  background-image: url(../image/common/arrow-blue.png);
}

.header .logo {
  float: left;
}
.header .logo img {
  width: 100%;
}

.headerlogo1 {
  width: 15%;
  margin-top: 3%;
}
.headerlogo2 {
  width: 5%;
  margin-top: 1.8%;
  margin-left: 2.5%;
}

/*Pc*/
@media (min-width: 768px) {
  .header {
    position: relative;
    z-index: 100;
    width: 1000px !important;
    margin: auto;
    font-size: 12px;
  }

  .header:before,
  .header:after {
    content: "";
    display: block;
    width: 100%;
    overflow: hidden;
    clear: both;
  }

  /* .header .logo img{zoom:0.6;} */

  .header .search-bar {
    display: none;
    float: right;
    margin-top: 3.2em;
    margin-left: 3em;
    white-space: nowrap;
    border: 1px #008dd5 solid;
    border-radius: 100px;
    overflow: hidden;
    line-height: 1;
  }

  .header .search-bar input {
    width: 50px;
    padding: 0 0.8em;
    background: #fff;
    border: none;
    display: inline-block;
    vertical-align: middle;
    transition: width 300ms;
  }

  .header .search-bar a {
    display: inline-block;
    vertical-align: middle;
    width: 2.4em;
    height: 1.5em;
    background: url(../image/common/icon-search-w.png) no-repeat center #008dd5;
    background-size: 50% auto;
    cursor: pointer;
  }

  .header .nav {
    float: right;
    margin-top: 3.2em;
    height: 3em;
    background: none !important;
  }

  .header .nav .ul-dep-1 {
    height: 100%;
  }

  .header .nav .li-dep-1 {
    display: inline-block;
    vertical-align: top;
    padding: 0 1.2em;
    height: 100%;
    float: none;
    width: auto;
  }

  .header .nav .a-dep-1 {
    display: inline-block;
    color: #000;
    height: 100%;
    font-size: 1em;
  }

  .header .nav .a-dep-1:before {
    display: none;
  }

  .header .nav a {
    color: #000;
    cursor: pointer;
    display: block;
  }

  .header .nav a:hover {
    color: #008dd5;
  }

  .header .a-dep-3 {
    background: url(../image/common/arrow-12px.png) no-repeat left 3px;
    padding-left: 1em;
  }

  .header .a-dep-3 + .nav-sub {
    padding-left: 2em;
  }

  .header .a-dep-3 + .nav-sub li {
    margin-bottom: 0.2em;
  }

  .header .a-dep-1 + .nav-sub {
    position: absolute;
    left: -10000px;
    top: 100%;
    width: 1000px;
    overflow: hidden;
    background: #fff;
    background: rgba(255, 255, 255, 0.85);
    transform: translate(0, 10px);
    opacity: 0;
    transition: transform 200ms, opacity 200ms, left 0ms 200ms;
  }

  .header .nav .li-dep-1:hover .a-dep-1 + .nav-sub {
    left: 0px;
    transform: translate(0, 0);
    opacity: 1;
    transition: transform 500ms, opacity 500ms 100ms, left 0s 0s;
  }

  .header .nav .ul-dep-2 {
    text-align: center;
    position: relative;
  }

  .header .nav .li-dep-2 {
    display: inline-block;
    vertical-align: top;
    margin: 20px 30px;
    text-align: left;
  }

  .header .nav .li-dep-2-case,
  .header .nav .li-dep-2-history,
  .header .nav .li-dep-2-honor {
    position: absolute;
    left: 52.3%;
  }

  .header .nav .li-dep-2-case {
    top: 25%;
  }

  .header .nav .li-dep-2-history {
    top: 40%;
  }

  .header .nav .li-dep-2-honor {
    top: 55%;
  }

  .header .nav .a-dep-2 {
    display: block;
    font-size: 11px;
    color: #000;
    font-weight: bold;
    margin-bottom: 1em;
  }

  .header .nav .li-dep-3 {
    margin-bottom: 0.8em;
  }

  .header .nav-folder-toggle .a-dep-3 {
    position: relative;
  }

  .header .nav-folder-toggle .a-dep-3:before {
    content: "+";
    position: absolute;
    right: 6em;
    top: 2px;
    line-height: 1;
    color: #008dd5;
  }

  .header .nav-folder-toggle.right .a-dep-3:before {
    right: -2em;
  }

  .header .nav-folder-toggle .nav-sub {
    height: 0;
    overflow: hidden;
  }

  .header .nav-folder-open > .nav-sub {
    height: auto;
  }

  .header .nav-folder-open > .a-dep-3:before {
    content: "-";
  }

  .ie8 .header .nav-folder-open .nav-sub {
    height: auto;
  }

  .ie8 .header .nav-folder-open .nav-folder-toggle .a-dep-3:before {
    content: "-";
  }

  .li-dep-tel .nav-sub {
    background: none !important;
    text-align: right;
    width: auto !important;
  }

  .header .nav .li-dep-tel:hover .a-dep-1 + .nav-sub {
    left: auto !important;
    right: 0;
  }

  .li-dep-commercial {
    margin-right: -2em !important;
  }

  /**/

  .header .nav-aboutus .li-dep-2 {
    margin: 18px;
  }

  .header .ul-dep-4 {
    margin-top: 0.3em;
  }

  /* .header .headerlogo2{margin-top:1em;margin-left:1%;}
	.header .headerlogo2 img{zoom:1;  width:auto;height: 50px;} */
}

/*ipad*/

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .header {
    width: auto !important;
  }

  /* .header .logo {margin-left: 1em;margin-top: 1em;} */

  .header .nav {
    margin-top: 2em;
  }

  .header .a-dep-1 + .nav-sub {
    width: 100%;
  }

  .header .nav .li-dep-2 {
    margin: 13px;
  }
  /* .header .headerlogo2{margin-top:1em;margin-left:1%;}
	.header .headerlogo2 img{zoom:1;  width:auto;height: 40px;} */
  .headerlogo1 {
    margin-left: 10px;
  }
}

/*ipad竖版*/

@media only screen and (min-width: 767px) and (max-width: 768px) {
  /* .header .headerlogo2{display: none;}
	.header .logo img{zoom: 0.5;} */
  .headerlogo1 {
    width: 15%;
    margin-left: 10px;
  }
}

/*mobile*/

@media (max-width: 767px) {
  .header {
    background: #fff;
    width: auto !important;
    font-size: 12px;
  }

  .header:before,
  .header:after {
    content: "";
    display: block;
    width: 100%;
    overflow: hidden;
    clear: both;
  }

  /* .header .logo{display: inline-block; margin:10px;}

	.header .logo:before{content:""; display: inline-block; vertical-align: middle;width: 0em; height:100%;}

	.header .logo img{zoom:1;vertical-align: middle;height: 20px;} */

  .header .search-bar {
    display: none !important;
    white-space: nowrap;
    border: 1px #008dd5 solid;
    border-radius: 100px;
    overflow: hidden;
    line-height: 1;
  }

  .header .search-bar input {
    width: 50px;
    padding: 0 0.8em;
    background: #fff;
    border: none;
    display: inline-block;
    vertical-align: middle;
    transition: width 300ms;
  }

  .header .search-bar input:focus {
    width: 80px;
  }

  .header .search-bar a {
    display: inline-block;
    vertical-align: middle;
    width: 2.4em;
    height: 1.5em;
    background: url(../image/common/icon-search-w.png) no-repeat center #008dd5;
    background-size: 50% auto;
    cursor: pointer;
  }

  .header .nav {
    position: fixed;
    z-index: 1000;
    left: 100%;
    top: 0;
    background: #fff;
    width: 80%;
    height: 100%;
    box-sizing: border-box;
    padding: 20px 0;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }

  .m-nav-toggle {
    float: right;
    width: 40px;
    height: 40px;
    position: relative;
  }

  .m-nav-toggle span {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 46%;
    height: 3px;
    margin-left: -23%;
    margin-top: -1px;
    display: block;
    background: #555;
    border-radius: 5px;
  }

  .m-nav-toggle span:first-child {
    margin-top: -7px;
  }

  .m-nav-toggle span:last-child {
    margin-top: 5px;
  }

  .m-nav-mask {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2000;
    width: 100%;
    height: 0;
    overflow: hidden;
    background: rgba(0, 0, 0, 0);
    transition: background 300ms, height 0ms 200ms;
    text-align: right;
  }

  .m-nav-mask:before {
    content: "╳";
    font-size: 2em;
    color: #fff;
    font-family: serif, arial;
    display: inline-block;
    width: 20%;
    text-align: center;
    margin-top: 0.5em;
  }

  .m-nav-open .frame,
  .m-nav-open .container {
    transform: translate(-80%, 0);
  }

  .m-nav-open .nav {
    display: block;
  }

  .m-nav-open .nav ul {
    display: block;
  }

  .m-nav-open .m-nav-mask {
    height: 100%;
    background: rgba(7, 134, 211, 0.95);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    transition: background 300ms, height 0ms 0ms;
  }

  .m-nav-open .search-bar {
    display: block;
    position: fixed;
    left: 100%;
    top: 70%;
    margin-left: 20px;
    margin-top: 20px;
    z-index: 1000;
    border-radius: 0;
  }

  .m-nav-open .search-bar input {
    width: 15em;
    padding: 1em;
  }

  .m-nav-open .search-bar input:focus {
    width: 15em;
  }

  .m-nav-open .search-bar a {
    padding: 1.1em;
  }

  .header .nav li {
    margin: 0 20px;
  }

  .header .nav li + li {
    border-top: 1px #eee dotted;
  }

  .header .nav a {
    font-size: 12px;
    display: inline-block;
    padding: 1em;
    box-sizing: border-box;
    transform: translate(0, 0);
    transition: transform 0ms 0ms;
    background: #fff;
    color: #000;
  }

  .header .nav-folder:before {
    content: "";
    float: right;
    width: 0.5em;
    height: 0.5em;
    margin: 1.5em;
    border-top: 1px #555 solid;
    border-right: 1px #555 solid;
    transform: rotate(45deg);
  }

  .header .nav-sub {
    position: absolute;
    z-index: 300;
    left: 100%;
    top: 0%;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 1);
    padding: 0px;
    box-sizing: border-box;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    transition: transform 300ms;
  }

  .header .nav-sub:before {
    content: "";
    display: block;
    height: 60px;
  }

  .header .nav-sub:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 1em;
    height: 1em;
    margin: 2em;
    border-top: 1px #555 solid;
    border-left: 1px #555 solid;
    transform: rotate(-45deg);
  }

  .header .nav-folder-open:before {
    transform: rotate(135deg);
  }

  .header .nav-folder-open:after {
    content: "空";
    padding: 1em;
    display: inline-block;
    color: #008dd5;
    visibility: hidden;
  }

  .header .nav-folder-open > a {
    position: absolute;
    z-index: 200;
    right: -50%;
    top: 0;
    width: 50%;
    height: 60px;
    padding: 0;
    padding-right: 20px;
    transform: translate(-100%, 0);
    font-size: 1.2em;
    text-align: right;
    transition: transform 300ms 200ms;
    background: #fff;
  }

  .header .nav-folder-open > a:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
  }

  .header .nav-folder-open > .nav-sub {
    transform: translate(-100%, 0);
    z-index: 190;
  }

  .header .nav-sub-open {
    z-index: 300 !important;
  }

  .m-tel-toggle {
    float: right;
    width: 40px;
    height: 40px;
    text-align: center;
    font-size: 12px;
  }

  .m-tel-toggle:before {
    content: "";
    display: inline-block;
    width: 0;
    height: 110%;
    vertical-align: middle;
  }

  .m-tel-toggle .toggle-sub {
    display: none;
    position: fixed;
    z-index: 1000;
    width: 100%;
    left: 0;
    top: 40px;
    font-size: 1.2em;
    box-sizing: border-box;
  }

  .m-tel-toggle .toggle-sub img {
    zoom: 1;
  }

  .m-tel-open {
    background: #008dd5;
  }

  .m-tel-open .toggle-btn i {
    background-image: url(../image/common/icon-tel-white.png);
  }

  .m-tel-open .toggle-sub {
    display: block;
  }

  /*for nav-product*/

  .header .nav li.nav-product {
    margin: auto;
    z-index: 190;
  }

  .header .nav li.nav-product:before {
    display: none;
  }

  .header .nav li.nav-product > .a-dep-1 {
    display: none;
  }

  .header .nav li.nav-product > .nav-sub {
    position: inherit;
    left: auto;
    top: top;
    width: auto;
    height: auto;
    overflow-x: visible;
    overflow-y: visible;
    transition: none;
  }

  .header .nav li.nav-product > .nav-sub:before,
  .header .nav li.nav-product > .nav-sub:after {
    display: none;
  }

  .header .li-dep-tel .nav-sub {
    position: relative;
    z-index: 180;
    left: 0;
    height: auto;
    overflow: hidden;
  }

  .header .li-dep-tel .nav-sub:before,
  .header .li-dep-tel .nav-sub:after {
    display: none;
  }

  .header .li-dep-tel .nav-sub .tel-bar {
    display: block;
    background: none;
    padding: 0;
    padding-left: 2.1em;
    color: #000;
    text-align: left;
  }

  .header .li-dep-tel .nav-sub .tel-bar img {
    display: none;
  }

  .header .li-dep-tel .nav-sub .tel-bar div {
    display: none;
  }

  .header .li-dep-tel .nav-sub .tel-bar > a {
    display: block;
    background: none;
    color: #0786d3 !important;
    font-size: 1.6em;
    line-height: 1.2;
  }

  .header .li-dep-tel .nav-sub .tel-bar > * {
    padding: 0;
  }

  .header .li-dep-tel .nav-sub .tel-bar > p {
    font-size: 0.7em;
    vertical-align: top;
  }

  /* .header .headerlogo2{margin-left: 0;}
	.header .headerlogo2 img{    height: 34px;} */

  .headerlogo1 {
    width: 26%;
    margin: 10px;
  }

  .headerlogo2 {
    width: 8%;
    margin-left: 0%;
  }
}

/* 桃子 header 20200429 start */

.Ca_Info {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  padding: 40px;
  overflow-y: auto;
  display: none;
}
.Ca_Info ::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #b0adad;
}
.Ca_Info ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #b0adad;
}
.Ca_Info :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #b0adad;
}

.Ca_Info .Ca_cent {
  position: absolute;
  top: 50%;
  left: 50%;
  box-sizing: border-box;
  padding: 40px 20px 40px;
  width: 800px;
  background: #fff;
  transform: translate(-50%, -50%);
}
.Ca_Info .Ca_cent .Ca_title img {
  margin: 0 auto;
  text-align: center;
  margin-bottom: 24px;
}
.Ca_Info .Ca_from {
  box-sizing: border-box;
  margin: 0 auto;
  width: 480px;
}
.Ca_Info .Ca_from h5 {
  color: #0096df;
  text-align: left;
  font: 700 15px microsoft yahei;
}
.Ca_Info .Ca_from .Ca_Title01 {
  color: #575757;
  font: 700 15px microsoft yahei;
  margin: 5px auto;
}
.Ca_Info .Ca_from .Ca_Title02 {
  color: #575757;
  font: 600 20px microsoft yahei;
  margin: 20px auto 5px;
}
.Ca_Info .Ca_from .label-check {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  margin-right: 20px;
}
.Ca_Info .Ca_from .label-check input[type="radio"] {
  width: 11px;
  height: 11px;
  box-sizing: content-box;
  border: 2px solid #7c7e7e;
  appearance: none;
  -webkit-appearance: none;
  outline: none;
  border-radius: 50%;
}
.Ca_Info .Ca_from .label-check input[type="radio"]:checked {
  width: 11px;
  height: 11px;
  box-sizing: content-box;
  border: 2px solid #7c7e7e;
  background: #d4a55d;
  border: 2px solid #d4a55d;
}
.Ca_Info .Ca_from .label-check > label {
  font: 600 15px microsoft yahei;
  color: #575757;
  user-select: none;
  margin-left: 5px;
}
.Ca_Info .Ca_from .checboxs01 {
  display: flex;
  display: -webkit-flex;
  margin: 0 auto;
  width: 480px;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.Ca_Info .Ca_from .e-selfecheckbox:checked + .selfecheckbox_label {
  color: #d4a55d;
}

.Ca_Info .Ca_input_li {
  overflow: hidden;
  margin: 10px auto;
  padding: 10px 0;
  border: 1px solid #e5e5e5;
  background: #fff;
  border-radius: 2px;
  display: flex;
  justify-content: start;
}
.Ca_Info .Ca_input_li input {
  color: #575757;
  font: 400 15px microsoft yahei;
  border: 0;
  width: 77%;
  border-radius: 0;
  border: 0;
  padding: 0;
  margin: 0;
  vertical-align: middle;
  line-height: initial;
}
.Ca_Info .Ca_input_li span {
  border: 0;
  float: left;
  width: 19%;
  color: #575757;
  font: 700 15px microsoft yahei;
  line-height: initial;
  text-align: center;
}

.Ca_Info .Ca_Select {
  width: 80px;
  border: 0;
  border-bottom: 1px solid #575757;
  display: none;
  font: 400 15px microsoft yahei;
  color: #575757;
  margin-bottom: 3px;
}
.Ca_Info .Ca_Select.Select {
  display: block;
}

.Ca_Info .input-li {
  display: flex;
  display: -webkit-flex;
  width: 100%;
  text-align: left;
  justify-content: flex-start;
  margin: 10px auto;
  padding: 10px 0;
  border: 1px solid #e5e5e5;
}
.Ca_Info .input-li > span {
  float: left;
  width: 19%;
  color: #333;
  font: 700 15px microsoft yahei;
  line-height: initial;
  text-align: center;
}
.Ca_Info .input-li > input {
  width: 45%;
  color: #575757;
  font: 400 15px microsoft yahei;
  border: 0;
  width: 50%;
  border-radius: 0;
  border: 0;
  padding: 0;
  margin: 0;
  vertical-align: middle;
  line-height: initial;
}
.Ca_Info .input-li .label-check {
  height: 22px;
}

.Ca_Info .Cainput-list-box .cityBox {
  position: relative;
  display: flex;
  display: -webkit-flex;
  width: 100%;
  text-align: left;
  justify-content: flex-start; /* margin: 10px auto; */ /* padding: 10px 0; */ /* border: 1px solid #e5e5e5; */
}
.Ca_Info .Cainput-list-box .cityBox span {
  float: left;
  width: 19%;
  color: #333;
  font: 700 15px microsoft yahei;
  line-height: initial;
  text-align: center;
}
.Ca_Info .Cainput-list-box .cityBox div span {
  display: none;
}
.Ca_Info .Cainput-list-box .cityBox input {
  width: 75%;
  border: none;
  border-radius: 5px;
  color: #575757;
  font: 400 15px microsoft yahei;
  background: none;
  height: auto;
  line-height: initial;
}
.Ca_Info .Cainput-list-box .cityBox .Ca_inputBox {
  display: flex;
  display: -webkit-flex;
  text-align: left;
  justify-content: flex-start;
  width: 75%;
}
.Ca_Info .Cainput-list-box .cityBox .Ca_inputBox div {
  border: none;
  padding: 0;
}
.Ca_Info .Cainput-list-box .cityBox .Ca_inputBox input {
  width: 100%;
}
.Ca_Info .Cainput-list-box .form-inline {
  overflow: hidden;
  height: auto;
  width: 76%;
  position: absolute;
  top: auto;
  left: 19%;
  height: 100%;
}
.Ca_Info .Cainput-list-box .form-inline .form-group {
  width: 33.3%;
  float: left;
  opacity: 0;
  margin: 0;
  height: 100%;
}
.Ca_Info .Cainput-list-box .form-inline select {
  width: 100%;
  height: auto;
  line-height: initial;
  font: 400 15px microsoft yahei;
  padding: 0;
  margin: 0;
}
/* .Ca_Info .Cainput-list-box .cityBox .Ca_inputBox div{border: 1px solid red;} 
.Ca_Info .Cainput-list-box .form-inline{border:1px solid #ff0;} */

.Ca_Info li.pfm {
  display: flex;
  display: -webkit-flex;
  width: 100%;
  text-align: left;
  justify-content: flex-start;
  margin: 10px auto;
  padding: 10px 0;
  border: 1px solid #e5e5e5;
}
.Ca_Info .pfm span {
  float: left;
  width: 19%;
  color: #333;
  font: 700 15px microsoft yahei;
  line-height: initial;
  text-align: center;
}
.Ca_Info .pfm .pfm-input {
  width: 40%;
  border-radius: 0;
  border: 0;
  padding: 0;
  margin: 0;
  vertical-align: middle;
  line-height: initial;
  color: #575757;
  float: left;
  font: 400 15px microsoft yahei;
}
.Ca_Info .pfm .pfmwz {
  display: inline;
  font: 400 15px microsoft yahei;
  color: #575757;
  float: left;
  line-height: initial;
}

.Ca_Info .Ca_input textarea {
  padding: 10px;
  width: 100%;
  height: 70px;
  border: 1px solid #e5e5e5;
  color: #575757;
  font: 400 15px microsoft yahei;
  resize: none;
  outline: none;
}

.Ca_Info .Ca_code {
  width: 100%;
  margin: 10px auto;
  height: 44px;
}
.Ca_Info .Ca_code input {
  width: 40%;
  height: 42px;
  border-radius: 2px;
  text-align: center;
  border: 1px solid #e5e5e5;
  float: left;
  background: none;
  color: #575757;
  font: 400 15px microsoft yahei;
  margin-right: 10%;
}
.Ca_Info .Ca_code .code {
  width: 50%;
  height: 100%;
}

.Ca_Info .Ca_agree .e-agree {
  display: none;
}
.Ca_Info .Ca_agree .e-agree:checked + .agree_label {
  font-size: 15px;
  color: #d4a55d;
}
.Ca_Info .Ca_agree .e-agree:checked + .agree_label:before {
  border-color: #d4a55d;
}
.Ca_Info .Ca_agree .agree_label:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 13px;
  height: 13px;
  border: 2px solid #333333;
  margin-right: 6px;
  margin-bottom: 2px;
  border-radius: 6px;
}
.Ca_Info .Ca_agree .e-agree:checked + .agree_label:before {
  background: #d4a55d;
  border: 2px solid #d4a55d; /* margin: 1px; */
}
.Ca_Info .Ca_agree .label-check > label span {
  font: 400 16px microsoft yahei;
}
.Ca_Info .Ca_agree a {
  border-bottom: 1px solid #000;
  color: #575757;
}
.Ca_Info .Ca_agree .e-agree:checked + .agree_label a {
  color: #d4a55d;
  border-bottom: 1px solid #d4a55d;
}

.button-submit {
  margin-top: 10px;
}
.dialog-close-ico {
  position: absolute;
  top: 0;
  right: 20px;
  cursor: pointer;
  font-size: 40px;
  color: #909399;
  font-weight: lighter;
  /* background: url("/resource/srcs/image/dialog/cel.png") no-repeat center center;
  background-size: 40px 40px; */
}

@media (max-width: 2560px) and (max-height: 1080px) {
  .Ca_Info .Ca_cent {
    top: 0;
    transform: translate(-50%, 0);
  }
}

@media (max-width: 1920px) {
  /* .Ca_Info .Ca_cent{top: 0;transform: translate(-50%,0);} */
}

@media (max-width: 1366px) {
  .Ca_Info .Ca_cent {
    top: 0;
    transform: translate(-50%, 0);
  }

  .Ca_Info {
    padding: 20px;
  }
  .Ca_Info .Ca_from {
    padding: 0;
  }
  .Ca_Info .Ca_input_li,
  .Ca_Info li.pfm,
  .Ca_Info .input-li {
    margin: 5px auto;
    padding: 5px 0;
  }
  /* .dialog-close-ico{top:30px;}        */
}

/******************************--ipad--******************************/

/* ipad pro********横版 */
@media (min-width: 768px) and (max-width: 1024px) {
  .Ca_Info .Ca_cent {
    top: 50%;
    transform: translate(-50%, -50%);
  }

  .Ca_Info .Ca_cent {
    width: 600px;
  }
  .Ca_Info .Ca_from {
    padding: 20px 0 0;
  }
  .Ca_Info .Ca_input_li,
  .Ca_Info li.pfm {
    margin: 10px auto;
    padding: 10px 0;
  }
  .dialog-close-ico {
    top: 0;
  }
}

/****************************--Moblie--******************************/
@media (max-width: 767px) {
  .bodyp {
    border: 1px solid yellowgreen;
    font-size: 30px;
    width: 100%;
    margin: 5% auto;
    height: 400px;
  }

  input[type="checkbox"],
  input[type="radio"] {
    margin: 0;
  }

  .Ca_Info {
    background: #f9f9f9;
    padding: 0;
    overflow-y: scroll;
  }

  .Ca_Info .Ca_cent {
    top: 0;
    width: 100%;
    background: none;
    transform: inherit;
    left: inherit;
    position: static;
  }
  .Ca_Info .Ca_from {
    width: 100%;
  }
  .Ca_Info .Ca_from .Ca_Title01 {
    margin: 10px auto;
  }
  .Ca_Info .Ca_from .checboxs01 {
    width: 100%;
  }
  .Ca_Info .Ca_from .label-check {
    margin-right: 5px;
  }
  .Ca_Info .Ca_from .e-selfecheckbox:checked + .selfecheckbox_label {
    color: #d4a55d;
  }

  .Ca_Info .Ca_input_li {
    margin: 10px auto;
    padding: 10px 0;
    background: #fff;
  }
  .Ca_Info .Ca_input_li input {
    width: 75%;
  }
  .Ca_Info .Ca_input_li span {
    width: 25%;
  }

  .Ca_Info .Ca_Select {
    background: none;
    border-radius: 0;
  }

  .Ca_Info .input-li {
    display: flex;
    display: -webkit-flex;
    margin: 10px auto;
    padding: 10px 0;
    width: 100%;
    border: 1px solid #e5e5e5;
    text-align: left;
    justify-content: flex-start;
  }
  .Ca_Info .input-li > span {
    width: 25%;
  }
  .Ca_Info .input-li > input {
    width: 35%;
  }
  .Ca_Info .input-li .label-check {
    height: 22px;
  }
  /* .Ca_Info .input-li>span{margin-top: 1px;} */
  .Ca_Info .Ca_inputBox {
    margin-top: 1px;
  }

  .Ca_Info .Cainput-list-box .cityBox span {
    width: 25%;
  }
  .Ca_Info .Cainput-list-box .cityBox div span {
    display: none;
  }
  .Ca_Info .Cainput-list-box .cityBox .Ca_inputBox input {
    width: 100%;
  }
  .Ca_Info .Cainput-list-box .form-inline {
    left: 25%;
    width: 75%;
  }

  .Ca_Info li.pfm {
    padding: 10px 0;
    background: #fff;
  }
  .Ca_Info .pfm span {
    width: 25%;
  }
  .Ca_Info .pfm .pfm-input {
    width: 40%;
  }

  .Ca_Info .Ca_input textarea {
    margin: 0;
    padding: 0;
    width: 71%;
    height: 24px;
    border: none;
  }

  .Ca_Info .Ca_code {
    width: 100%;
    margin: 10px auto;
    height: 44px;
  }
  .Ca_Info .Ca_code input {
    margin-right: 5%;
    background: #fff;
  }
  .Ca_Info .Ca_code .code {
    width: 50%;
    height: 100%;
  }

  .button-submit {
    font-size: 20px;
  }
  .dialog-close-ico {
    top: 40px;
    right: 40px;
    zoom: 0.5;
  }

  .Ca_Info .Ca_code .code img {
    width: 50%;
    height: 42px;
  }
  .Ca_Info .Ca_textarea {
    overflow: hidden;
    margin: 10px auto;
    padding: 10px 0 6px;
    border: 1px solid #e5e5e5;
    background: #fff;
    border-radius: 2px;
  }
  .Ca_Info .Ca_textarea .Ca_Title02 {
    width: 25%;
    float: left;
    font: 700 15px microsoft yahei;
    text-align: center;
    margin: 0 auto;
  }

  .Ca_Info .Ca_from .label-check > label,
  .Ca_Info .Cainput-list-box .form-inline select,
  .Ca_Info .input-li > input,
  .Ca_Info .Ca_input textarea,
  .Ca_Info .Cainput-list-box .cityBox .Ca_inputBox input,
  .Ca_Info .Ca_code input,
  .Ca_Info .pfm .pfmwz,
  .Ca_Info .Ca_agree .label-check > label span,
  .Ca_Info .pfm .pfm-input {
    font: 400 12px microsoft yahei;
  }

  .Ca_Info .Ca_from .Ca_Title01,
  .Ca_Info .Ca_textarea .Ca_Title02,
  .Ca_Info .pfm span,
  .Ca_Info .Cainput-list-box .cityBox span,
  .Ca_Info .input-li > span {
    font: 600 12px microsoft yahei;
    color: #333;
  }

  .Ca_Info input[type="checkbox"],
  input[type="radio"] {
    margin-top: -3px;
    width: 10px;
  }
  .Ca_Info .Ca_from .label-check input[type="radio"] {
    margin-bottom: 7px;
  }
}

@media screen and (max-width: 700px) {
  #udesk_btn > a > .buttonImg {
    zoom: 0.6;
  }
}
