@charset "utf-8";
/* CSS Document */
body {
  margin: 0;
  padding: 0;
  font-family: "微软雅黑";
  background: #f8f8f8;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
table {
  border-collapse: collapse;
  table-layout: fixed;
}
input,
select {
  vertical-align: middle;
}
select {
  -webkit-appearance: none;
  background: url(../images/down.png) no-repeat right 8px center !important;
  padding: 0 20px 0 10px;
}
img {
  border: 0;
  vertical-align: middle;
  max-width: 100%;
}
ul,
li {
  list-style-type: none;
}
a {
  text-decoration: none;
  color: inherit;
  transition: all 0.6s;
}
a:hover {
  text-decoration: none;
}
.tc {
  text-align: center;
}
.tl {
  text-align: left;
}
.tr {
  text-align: right;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.cl {
  clear: both;
}
.fb {
  font-weight: bold;
}
.flex1 {
  flex: 1;
}
input:focus,
textarea:focus,
select:focus {
  outline: none;
}
input {
  border: none;
}
input,
textarea {
  font: inherit;
}
.ellipsis {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
}
.two {
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  overflow: hidden;
  -webkit-box-orient: vertical;
}
.bor_b {
  border-bottom: solid 1px #e5e5e5;
}
.rel {
  position: relative;
}
.abs {
  position: absolute;
}
h3 {
  font-weight: normal;
}
em {
  font-style: normal;
}
.flex {
  display: flex;
  display: -webkit-flex;
}
.between {
  justify-content: space-between;
}
.around {
  justify-content: space-around;
}
.center {
  align-items: center;
}
.column {
  flex-direction: column;
}
.flexcenter {
  display: flex;
  justify-content: center;
}
.wrap {
  flex-wrap: wrap;
}
.clearfix::after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}
.wrap_box {
  font-size: 16px;
  line-height: 1.7;
  color: #333;
  min-width: 1200px;
}
.content {
  width: 1280px;
  margin: 0 auto;
}
.bigimg img {
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
.bigimg:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}
.shink {
  flex-shrink: 0;
}
.w100 {
  width: 100% !important;
}
.h100 {
  height: 100%;
}
.hidden {
  overflow: hidden;
}
.f40 {
  font-size: 40px;
}
.f36 {
  font-size: 36px;
}
.f28 {
  font-size: 28px;
}
.f26 {
  font-size: 26px;
}
.f24 {
  font-size: 24px;
}
.f22 {
  font-size: 22px;
}
.f20 {
  font-size: 20px;
}
.f18 {
  font-size: 18px;
}
.f14 {
  font-size: 14px;
}
.f12 {
  font-size: 12px;
}
.hide {
  display: none;
}
.gray6 {
  color: #666 !important;
}
.gray9 {
  color: #999 !important;
}
.white {
  color: #fff;
}
.bgw {
  background: #fff;
}
.bgg {
  background: #f9f9f9;
}
.mar_t10 {
  margin-top: 10px;
}
.mar_t15 {
  margin-top: 15px;
}
.mar_t20 {
  margin-top: 20px;
}
.mar_t30 {
  margin-top: 30px;
}
.mar_t40 {
  margin-top: 40px;
}
.mar_t50 {
  margin-top: 50px;
}
.mar_r10 {
  margin-right: 10px;
}
.mar_r60 {
  margin-right: 60px;
}
.mar_r30 {
  margin-right: 30px;
}
.mar_r20 {
  margin-right: 20px;
}
.mar_r15 {
  margin-right: 15px;
}
.pad25 {
  padding: 25px 0;
}
.pad20 {
  padding: 20px 0;
}
.blue {
  color: #00459f;
}
.yellow {
  color: #ec960e;
}
.green{
  color: #06b927;
}
.tu {
  color: #d08918;
}
.red {
  color: #d60000;
}
.deepblue {
  color: #07346f;
}
.puple{
  color: rgb(180, 8, 180);
}

.hand {
  cursor: pointer;
}
/*banner*/
.pagination {
  text-align: center;
}
.pagination li {
  line-height: 42px;
  display: inline-block;
  text-align: center;
  background: #e8e8e8;
  padding: 0 17px;
  margin: 0 5px;
}
.pagination li.active {
  background: #07346f;
  color: #fff;
}
.login_btn {
  right: 25px;
  top: 40px ;
  font-size: 24px;
  cursor: pointer;
}
.nav {
  background: #07346f;
  height: 80px;
  padding: 0 30px;
  color: #fff;
  font-size: 24px;
}
.nav li.on {
  background: url(../images/nav.png) no-repeat center bottom;
  color: #ffde9e;
  font-weight: bold;
}
.nav li:hover {
  background: url(../images/nav.png) no-repeat center bottom;
  color: #ffde9e;
  font-weight: bold;
}
.about {
  background: url(../images/index_bg.jpg) no-repeat center bottom #fff;
  padding: 35px 80px 130px 50px;
  color: #2b323a;
  font-size: 20px;
  line-height: 30px;
  min-height: 660px;
}
.about img {
  margin-left: 10px;
}
.footer {
  background: url(../images/footer_bg.jpg) no-repeat center top;
  height: 180px;
  color: #fff;
  padding: 0 30px 0 50px;
}
.contact h2 {
  font-weight: normal;
  margin-bottom: 10px;
}
.contact h3 {
  opacity: 0.8;
}
.contact p {
  opacity: 0.3;
}
.friendlink {
  width: 510px;
}
.friendlink p {
  font-size: 0;
  margin: 10px 0 0;
}
.friendlink p a {
  display: inline-block;
  line-height: 40px;
  width: 170px ;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.4);
}
.friendlink p a:hover {
  color: #ffdea0;
}
.main {
  padding: 0 30px;
  min-height: 540px;
}
.tit_box {
  padding: 15px 0;
}
.tit::before {
  width: 8px;
  height: 22px;
  background: #00459f;
  display: inline-block;
  content: "";
  vertical-align: middle;
  margin-right: 10px;
}
.input1 {
  width: 120px;
}
input[type=radio] {
  width: 28px;
  height: 28px;
}
.input2 {
  width: 340px;
}
.input3 {
  width: 100px;
}
.input4 {
  width: 60px;
}
.input5 {
  width: 200px;
}
.input6 {
  width: 160px;
}
.input7 {
  width: 180px;
}
.bor {
  border: solid 1px #e5e5e5;
}
.border {
  border: solid 1px #e5e5e5;
  background: #fff;
  height: 44px;
  padding: 0 10px;
  line-height: 42px;
}
.upload_box {
  width: 100px;
  border: solid 1px #e5e5e5;
  height: 44px;
  line-height: 42px;
  text-align: center;
}
.upload {
  opacity: 0;
  z-index: 2;
  left: 0;
  top: 0;
  cursor: pointer;
}
.select_list li {
  margin-top: 15px;
}
.select_list li:nth-child(3n+1) {
  width: 370px;
}
.select_list li:nth-child(3n+1) .select_list_tit {
  width: 110px;
}
.select_list li:nth-child(3n+2) {
  width: 350px;
}
.select_list li:nth-child(3n+2) .select_list_tit {
  width: 90px;
}
.select_list li:nth-child(3n+3) {
  width: 480px;
}
.select_list li:nth-child(3n+3) .select_list_tit {
  width: 220px;
}
.select {
  width: 260px;
  height: 40px;
}
.select xm-select > .xm-tips {
  font-size: 22px;
}
.shenghua_list {
  padding: 20px 0;
}
.shenghua_list li {
  width: 370px;
  margin-bottom: 30px;
  justify-content: space-between;
}
.button_box {
  padding: 50px 0;
}
.button {
  width: 340px;
  height: 80px;
  margin: 0 20px;
  cursor: pointer;
}
.btn1 {
  background: #00459f;
  color: #fff;
}
.btn2 {
  background: #fff;
  color: #666;
  border: solid 1px #00459f;
}
.btn2:hover {
  color: red;
}
.bg {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5;
  display: none;
}
.kaifa_pop {
  width: 500px;
  height: 320px;
  border-radius: 10px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 6;
  position: fixed;
  padding: 65px 0 0;
}
.close {
  font-size: 30px;
  right: 30px;
  top: 10px;
  cursor: pointer;
}
.title {
  background: url(../images/tit.png) no-repeat center top;
  height: 74px;
}
.info_list li {
  background: url(../images/line.jpg) no-repeat right center;
  width: 230px;
  text-align: center;
  color: #000;
}
.info_list li:first-child {
  text-align: left;
}
.info_list li:last-child {
  width: 480px;
  text-align: right;
  background: none;
}
.info_con {
  padding: 40px 35px;
}
.info_con h2 {
  color: #07346f;
}
.info_con h2 span {
  width: 30px;
  height: 30px;
  background: url(../images/num1.png) no-repeat;
  color: #ffde9e;
}
.info_txt {
  line-height: 42px;
  padding: 15px 44px;
}
.info_btn {
  width: 240px;
  height: 60px;
  background: #ec960e;
  color: #fff;
  margin: 40px auto 0;
}
.back {
  width: 340px;
  height: 80px;
  border: solid 1px #00459f;
  background: #fff;
  margin: 75px 0;
}
.report {
  width: 740px;
}
.report_box {
  padding-bottom: 55px ;
  margin-bottom: 50px ;
}
.report_info {
  padding: 30px 13px 55px;
}
.report_tit::before {
  width: 8px;
  height: 8px;
  background: #103c76;
  display: inline-block;
  content: "";
  vertical-align: middle;
  margin-right: 12px ;
  border-radius: 100%;
}
.report_agree {
  margin-left: -40px;
}
.report_agree li {
  width: 33.33%;
  text-align: center;
  padding: 0 35px;
  background: url(../images/line.jpg) no-repeat right center;
}
.report_agree li p {
  line-height: 1.3;
  margin: 5px 0 0;
}
.report_agree li:last-child {
  background: none;
  margin-right: -40px;
}
.pro_box {
  width: 470px;
  background: #f9f9f9;
}
.pro_list_tit {
  color: #ce9130;
  padding: 20px;
}
.pro_list li {
  padding: 25px 20px 30px;
  background: linear-gradient(#f9f9f9, #f9f9f9, #eceef1);
  border-radius: 0 0 10px 10px;
}
.pro_list_pic {
  width: 180px;
  height: 120px;
}
.pro_list_con {
  width: 225px;
}
.pro_list_con h2 {
  color: #07346f;
}
.pro_list_btn {
  width: 170px;
  height: 54px;
  border-radius: 27px;
  margin: 0 15px;
  cursor: pointer;
}
.pro_list_btn1 {
  background: #fff;
  color: #ce9130;
}
.pro_list_btn2 {
  background: #ce9130;
  color: #fff;
}
.pro_list_btn3 {
  background: #fff;
  color: #ce9130;
  border: solid 1px #ce9130;
}
.brain_box {
  padding-bottom: 65px ;
}
.brain_left {
  width: 308px;
  padding: 40px 20px 0;
  height: 300px;
}
.brain_right {
  width: 880px;
  padding: 25px 20px;
}
.m_pro_box {
  padding: 30px 25px 10px ;
}
.m_pro li {
  margin-bottom: 30px;
  background: #fff;
  padding: 0 25px;
  border-radius: 10px;
}
.m_pro_pic {
  width: 300px;
  height: 300px;
  border: solid 1px #e5e5e5;
  padding: 10px;
}
.m_pro_con {
  width: 790px;
  line-height: 40px;
}
.m_pro_con p {
  width: 350px;
}
.weikaifa {
  padding: 165px 0 0 ;
}
.health_table_box {
  padding-bottom: 150px;
}
.health_table th {
  background: #f8f8f8;
  height: 80px;
  font-weight: normal;
}
.health_table td {
  height: 80px;
  text-align: center;
}
.health_table tr:nth-child(2n+3) {
  background: #f2f5f9;
}
.table_btn1 {
  width: 120px;
  height: 46px;
  border-radius: 23px;
  background: #103c76;
  cursor: pointer;
  color: #fff;
  margin: 0 5px;
}
.table_btn2 {
  width: 100px;
  height: 46px;
  border-radius: 23px;
  background: #eca93e;
  color: #fff;
  margin: 0 5px;
}
.health_info {
  padding: 20px 13px ;
}
.charts_box {
  width: 1000px;
  height: 600px;
  background: #fff;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 999;
  padding: 60px 130px 30px;
}
.date_box {
  width: 300px;
  height: 50px;
  background: #f5f5f5;
  border-radius: 25px;
  overflow: hidden;
}
.date_box li {
  width: 100px;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
}
.date_box li.on {
  background: #07346f;
  color: #fff;
}
.date_input {
  width: 240px;
  height: 50px;
  background: #f5f5f5;
  padding: 0 10px;
}
#charts {
  height: 450px;
}
.health_pro {
  padding: 77px 0;
}
.health_pro li {
  width: 590px;
  height: 385px;
  background: url(../images/health.jpg) no-repeat center top;
  padding: 85px 44px 0;
  position: relative;
}
.health_pic {
  width: 244px;
  height: 282px;
  bottom: 0;
  right: 17px;
}
.health_pro_txt {
  width: 280px;
}
.health_pro_tit::after {
  width: 40px;
  height: 3px;
  background: #07346f;
  content: '';
  display: block;
  margin: 20px 0;
}
.health_pro_btn {
  width: 150px;
  height: 54px;
  background: #eca93e;
  color: #fff;
  font-size: 20px;
}
.health_list {
  padding: 25px 0 0;
}
.health_list li {
  margin-bottom: 60px;
}
.health_list_pic {
  width: 480px;
  height: 400px;
}
.health_list_pic img {
  object-fit: cover;
}
.health_list_con {
  width: 715px;
}
.back1 {
  width: 140px;
  height: 44px;
  background: #103c76;
  border-radius: 22px;
  color: #fff;
  margin: 25px auto 0;
}
.dd_search {
  width: 500px;
  height: 54px;
  border-radius: 6px;
  border: solid 1px #c8cdd5;
  padding: 0 6px 0 15px;
  background: #f2f6fb;
}
.dd_search_txt {
  width: 350px;
  background: url(../images/ss.png) no-repeat left center;
  padding-left: 43px;
}
.dd_ss_btn {
  width: 100px;
  height: 42px;
  background: #07346f;
  border-radius: 6px;
  color: #fff;
}
.order {
  padding: 30px;
}
.order li {
  margin-bottom: 25px;
  background: #f9f9f9;
  padding: 0 30px;
}
.order_pic {
  width: 190px;
  height: 130px;
}
.order_pic img {
  object-fit: cover;
}
.order_show_con .shop_num span {
  background: #cd912f;
  color: #fff;
}
.order_con {
  width: 630px;
}
.order_btn {
  width: 170px;
  height: 54px;
  border-radius: 27px;
  background: #ce9130;
  color: #fff;
  cursor: pointer;
}
.del_icon {
  width: 28px;
  height: 30px;
  cursor: pointer;
}
.shouhuo_info {
  padding: 20px 30px 20px 100px;
  background: url(../images/address.png) no-repeat 30px center #f9f9f9;
}
.order_show {
  padding: 0 30px;
}
.pay_list {
  border-bottom: solid 1px #e5e5e5;
  padding-bottom: 40px;
}
.pay_list li {
  width: 400px;
  height: 80px;
  border: solid 1px #e5e5e5;
  background: #f8f8f8;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  cursor: pointer;
}
.pay_list li.on {
  background: url(../images/xuan.jpg) no-repeat right top #fff7e8;
  font-weight: bold;
  border: solid 1px #ce9130;
}
.address_pop {
  width: 1000px;
  height: 540px;
  background: #fff;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 99;
  padding: 0 30px 50px;
  display: none;
}
.address_list {
  height: 360px;
  overflow-y: auto;
}
.address_list li {
  background: #f8f8f8;
  padding: 20px 30px;
  margin-bottom: 20px;
}
.address_list li.on {
  border: solid 1px #ce9130;
}
.address_box {
  width: 1000px;
  height: 560px;
  background: #fff;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 99;
  padding: 0 30px 50px;
  display: none;
}
.address_form li {
  background: #f8f8f8;
  padding: 20px 30px;
  margin-bottom: 22px;
  width: 460px;
}
.address_form li input {
  background: none;
}
.address_form li:nth-child(3) {
  width: 100%;
}
.address_form li:nth-child(4) {
  width: 100%;
}
.add_txt {
  width: 200px;
  margin-right: 10px;
}
.cancle_btn {
  color: #ce9130;
  border: solid 1px #ce9130;
  background: none;
}
.kexue_tit {
  line-height: 34px;
  height: 68px;
  overflow: hidden;
}
.kexue_txt {
  line-height: 32px;
  height: 64px;
}
.kexue {
  padding: 50px 0 0;
}
.kexue li {
  width: 386px;
  margin: 0 30px 55px 0;
}
.kexue li:nth-child(3n) {
  margin-right: 0;
}
.kexue li:hover .kexue_tit {
  color: #07346f;
}
.kexue_pic {
  height: 240px;
}
.my_box {
  padding: 30px 0;
}
.my_nav {
  width: 200px;
}
.my_nav li {
  background: #f8f8f8;
  line-height: 80px;
  margin-bottom: 1px;
  text-align: center;
}
.my_nav li a {
  display: block;
}
.my_nav li.on {
  background: #ce9130;
  color: #fff;
  font-weight: bold;
}
.my_nav li:hover {
  background: #ce9130;
  color: #fff;
  font-weight: bold;
}
.my_right {
  width: 1000px;
  border: solid 1px #e5e5e5;
  padding: 0 25px;
}
.my_head {
  border-bottom: solid 1px #e5e5e5;
  padding: 45px 0;
}
.photo {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  border: solid 3px #b6bec6;
}
.number_list {
  padding: 35px 20px 240px;
}
.number_list li {
  text-align: center;
  line-height: 1.5;
}
.number_list li a {
  width: 120px;
  height: 40px;
  border-radius: 20px;
  background: #fbf4eb;
  border: solid 1px #d49839;
  color: #d49839;
  font-size: 22px;
}
.my_info {
  padding: 25px 35px;
}
.my_info li {
  width: 430px;
  margin-bottom: 15px;
}
.info_input {
  width: 270px;
  background: #fff;
  border: solid 1px #dcdcdc;
  padding: 0 15px;
  line-height: 38px;
}
.info_input::-webkit-inner-spin-button {
  visibility: hidden;
}
.pas_btn {
  width: 66px;
  height: 30px;
  border-radius: 3px;
  color: #fff;
  background: #c60000;
  cursor: pointer;
}
.my_info_btn {
  width: 300px;
  height: 50px;
  border: solid 1px #bfbfbf;
  background: #fff;
  color: #666;
  margin: 30px auto 0;
  cursor: pointer;
}
.my_info_btn.on {
  background: #103c76;
  border: solid 1px #103c76;
  color: #fff;
}
.sex_list label {
  margin-right: 40px;
}
.sex_list label input {
  margin-right: 10px;
  vertical-align: middle;
}
.my_address_list {
  height: auto;
  padding-bottom: 50px;
}
.del_pop {
  width: 440px;
  height: 280px;
  background: #fff;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 99;
  padding: 60px 0 0;
}
.password_box {
  padding: 43px 30px 90px;
  margin-bottom: 30px;
}
.password_tit {
  width: 140px;
}
.password_list {
  margin-bottom: 35px;
}
.password_txt {
  width: 540px;
  height: 60px;
  border: solid 1px #e5e5e5;
  background: #fff;
  padding: 0 20px;
}
.password_btn {
  width: 300px;
  height: 50px;
  background: #07346f;
  margin: 60px auto 0;
}
.check {
  width: 28px;
  height: 28px;
  background: url(../images/sel1.png) no-repeat;
  -webkit-appearance: none;
  margin-right: 15px;
}
.check_on {
  background: url(../images/sel2.png) no-repeat;
}
.car_list li {
  padding: 25px 13px;
  margin-bottom: 20px;
  background: #f9f9f9;
}
.car_pic {
  width: 190px;
  height: 140px;
  display: block;
}
.car_con {
  width: 655px;
}
.shop_num span {
  width: 24px;
  height: 24px;
  background: #bfbfbf;
  border-radius: 100%;
  line-height: 20px;
  text-align: center;
  color: #fff;
  font-size: 24px;
  cursor: pointer;
}
.shop_num input {
  width: 42px;
  background: none;
  text-align: center;
}
.jiesuan {
  width: 180px;
  height: 60px;
  border-radius: 30px;
  background: #ce9130;
  color: #fff;
}
.my_order {
  padding: 20px 0;
}
.my_order li {
  padding: 0 20px;
}
.my_order .order_con {
  width: 515px;
}
.pay_pop {
  width: 800px;
  height: 540px;
  border-radius: 10px;
  background: #fff;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  padding: 75px 0 0;
}
.code_list {
  width: 167px;
  height: 167px;
  margin: 0 25px;
}
.pay_button {
  width: 300px;
  height: 56px;
  border-radius: 5px;
  background: #3583fb;
  color: #fff;
  margin: 50px auto;
}
.login_pop {
  width: 600px;
  height: 720px;
  position: fixed;
  background: #fff;
  border-radius: 20px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  padding: 30px 30px 0;
}
.login_type {
  border-bottom: solid 1px #eeeeee;
  padding-bottom: 20px;
}
.login_type li {
  width: 150px;
  text-align: center;
  margin: 0 35px;
  position: relative;
  cursor: pointer;
}
.login_type li::after {
  width: 100%;
  height: 1px;
  background: #103875;
  content: "";
  position: absolute;
  left: 0;
  bottom: -20px;
  display: none;
}
.login_type li.on {
  font-weight: bold;
  color: #03347f;
}
.login_type li.on::after {
  display: block;
}
.login_list {
  display: none;
}
.login_list:first-child {
  display: block;
}
.login_list li {
  height: 80px;
  background: #f9f9f9;
  border: solid 1px #dcdcdc;
  border-radius: 10px;
  padding: 0 30px;
  margin-bottom: 22px;
}
.login_txt {
  width: 210px;
  background: none;
}
.yzm {
  border: none;
  background: none;
}
.login_submit {
  width: 500px;
  height: 80px;
  border-radius: 40px;
  background: #103875;
  color: #fff;
  cursor: pointer;
  margin: 40px auto 0;
}
.reg_pop {
  width: 600px;
  height: 620px;
  position: fixed;
  background: #fff;
  border-radius: 20px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  padding: 70px 35px 0;
}
.reg_list li {
  margin-bottom: 20px;
}
.reg_txt {
  width: 450px;
  height: 70px;
  border-radius: 10px;
  background: #f9f9f9;
  padding: 0 20px;
  border: solid 1px #e5e5e5;
}
.reg_button {
  width: 240px;
  height: 60px;
  border-radius: 30px;
  background: #ce9130;
  color: #fff;
  margin: 20px auto 0;
}
.jump {
  color: #ce9130;
  border: solid 1px #ce9130;
  background: none;
}
.online {
  position: fixed;
  z-index: 4;
  top: 60%;
  left: 50%;
  transform: translateX(550px);
  opacity: 0.3;
}
.online:hover{
  opacity: 1;
}
.online a {
  display: block;
  margin-bottom: 20px;
}
.xx_box {
  padding: 30px;
}
.xx_txt img {
  max-width: 100%;
}
.pro_xx_tit {
  width: 1000px;
  border-bottom: solid 1px #e5e5e5;
  padding: 35px 0 30px;
  margin: 0 auto;
}
.pro_xx_pic img {
  max-width: 50%;
}
.success_pop {
  width: 420px;
  height: 300px;
  background: #fff;
  border-radius: 10px;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 99;
  padding: 56px 0 0;
}
.success_pop p {
  width: 290px;
  height: 70px;
  background: #f8f8f8;
  border-radius: 30px;
  line-height: 70px;
  text-align: center;
  margin: 20px auto 0;
  color: #656565;
  font-size: 20px;
}
.tip_pop{
  width: 1000px;
  height: 450px;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  padding: 0 30px;
}
.tip_con{
  height: 200px;
  line-height: 38px;

}
.tip_con p{
  margin: 20px 0 0;
}
.tip_btn{
  width: 280px;
  height: 60px;
  border-radius: 30px;
  border: solid 1px #ce9130;
  margin: 0 20px;
  cursor: pointer;
}
.tip_btn1{
  color: #ce9130;
}
.tip_btn2{
  background: #ce9130;
  color: #fff;
}
