﻿@charset "UTF-8";

/* 申请加入 */
.apply-join .apply-title {
  width: 100%;
  text-align: center;
  overflow: hidden;
}
.apply-join .apply-title .cn {
  font-size: 22px;
  color: #424242;
  font-weight: bold;
  padding-top: 14px;
}
.apply-join .apply-title .en {
  font-size: 12px;
  color: #424242;
  padding-top: 8px;
}
.apply-form {
  width: 100%;
  margin-top: 30px;
}
.apply-form .join-type {
  width: 900px;
  background: #f6f6f6;
  height: 38px;
  line-height: 38px;
  color: #4d4d4d;
  font-size: 14px;
  padding-left: 16px;
  border: 1px solid #ededed;
}
.join-table {
  width: 918px;
  background: #f6f6f6;
  margin-top: 5px;
  border: 1px solid #ebebeb;
}
.join-table tr td {
  border: 1px solid #ebebeb;
  text-align: center;
  color: #4d4d4d;
  font-size: 14px;
}
.join-table tr td p {
  color: #4d4d4d;
  font-size: 14px;
  line-height: 1;
  padding-top: 4px;
}
.join-table tr td input[type="text"] {
  width: 87.5%;
  height: 20px;
  line-height: 20px;
  border: 1px solid #ebebeb;
  padding: 0 5px;
}
.join-table tr td input.m82 {
  width: 82%;
}
.join-table tr td input.m95 {
  width: 95%;
}
.join-table tr td input.m96 {
  width: 96%;
}
.join-table tr td input.m90 {
  width: 90%;
}
.join-table tr td textarea {
  width: 96%;
  height: 110px;
  padding: 5px;
  resize: none;
  border: 1px solid #ebebeb;
}
.statement-box,
.sign-box {
  margin-top: 5px;
  padding: 10px;
  background: #f6f6f6;
  border: 1px solid #ebebeb;
  overflow: hidden;
}
.statement-box .statement {
  margin-bottom: 15px;
  overflow: hidden;
}
.statement-box .tit {
  width: 100px;
  float: left;
  color: #4d4d4d;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
}
.statement-box .text {
  float: left;
  width: 795px;
  color: #4d4d4d;
  font-size: 14px;
  line-height: 20px;
}
.statement-box .text input,
.sign-box input {
  width: 90px;
  height: 20px;
  border: 1px solid #ebebeb;
  margin: 0 4px;
  padding: 0 10px;
}
.statement-box .text b {
  font-weight: bold;
}
.sign-box p {
  color: #4d4d4d;
  font-size: 14px;
  line-height: 24px;
}
.sign-box p b {
  font-weight: bold;
}
.sign-box input {
  width: 150px;
}
.apply-btn {
  margin-top: 58px;
  text-align: center;
}
.apply-btn input[type="submit"] {
  cursor: pointer;
  width: 126px;
  height: 39px;
  line-height: 39px;
  background: #175d8a;
  color: #ffffff;
  font-size: 16px;
  border: 0;
  border-radius: 5px;
  margin: 0 10px;
}
.apply-btn input[type="reset"] {
  cursor: pointer;
  width: 126px;
  height: 39px;
  border: 1px solid #ebebeb;
  border-radius: 5px;
  background: #fff;
  font-size: 14px;
  color: #676767;
  margin: 0 10px;
}
.join-table .photo {
  position: relative;
  text-align: center;
  display: inline-block;
  width: 185px;
  height: 206px;
  overflow: hidden;
  margin: 0 auto;
  background: url(../images2014/apply-upload.png) no-repeat center center;
}
.join-table .photo.no-photo {
  background: none;
}
.join-table .photo #imgshow {
  width: 100%;
  height: auto;
}
.join-table .photo #filed {
  width: 100%;
  height: 100%;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  cursor: pointer;
  z-index: 5;
}
/* 打印 */
/* .stamp{
  padding: 0 50px;
} */
.stamp .join-type {
  font-size: 16px !important;
  width: 86.5%;
  height: 58px;
  line-height: 58px;
}
.stamp .apply-title {
  font-size: 16px !important;
  width: 88%;
}
.stamp .join-table {
  font-size: 16px !important;
  width: 88%;
}
.stamp .join-table tr td {
  font-size: 16px !important;
}
.stamp .bold {
  font-weight: bold;
  background: #fff;
  text-align: left;
  padding: 0 10px;
}
.stamp .bold.line24 {
  line-height: 24px;
}
.stamp .statement-box {
  width: 86.5%;
}
.stamp .sign-box {
  width: 86.5%;
}
.stamp .statement-box .tit {
  width: 115px;
  line-height: 24px;
}
.stamp .statement-box .tit,
.stamp .statement-box .text,
.stamp .sign-box p {
  font-size: 16px !important;
}
.stamp .statement-box,
.stamp .sign-box {
  padding: 20px 10px;
}
.stamp .sign-box p {
  line-height: 40px;
}
.stamp .statement-box .text {
  line-height: 30px;
}
.apply-join .footnote {
  font-size: 12px;
  line-height: 30px;
  text-align: right;
  color: #a3a3a3;
}
.stamp .footnote {
  width: 87.5%;
}

/*  日期控件 */
.date_selector,
.date_selector * {
  width: auto;
  height: auto;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  text-align: left;
  text-decoration: none;
}
.date_selector {
  background: #fbfbfb;
  border: 1px solid #ccc;
  padding: 10px;
  margin: 0;
  margin-top: -1px;
  position: absolute;
  z-index: 100000;
  display: none;
  border-radius: 3px;
  box-shadow: 0 0 5px #aaa;
  box-shadow: 0 2px 2px #ccc;
  width: 220px;
}
.date_selector_ieframe {
  position: absolute;
  z-index: 99999;
  display: none;
}
.date_selector .nav {
  width: 17.5em;
}
.date_selector .nav p {
  clear: none;
}
.date_selector .month_nav,
.date_selector .year_nav {
  margin: 0 0 3px 0;
  padding: 0;
  display: block;
  position: relative;
  text-align: center;
}
.date_selector .month_nav {
  float: left;
  width: 42%;
}
.date_selector .year_nav {
  float: left;
  width: 42%;
  margin-left: 5%;
}
.date_selector .month_name,
.date_selector .year_name {
  font-weight: bold;
  line-height: 20px;
}
.date_selector .button {
  display: block;
  position: absolute;
  top: 0;
  width: 18px;
  height: 18px;
  line-height: 16px;
  font-weight: bold;
  color: #5985c7;
  text-align: center;
  font-size: 12px;
  overflow: hidden;
  border: 1px solid #ccc;
  border-radius: 2px;
}
.date_selector .button:hover,
.date_selector .button.hover {
  background: #5985c7;
  color: #fff;
  cursor: pointer;
  border-color: #3a930d;
}
.date_selector .prev {
  left: 0;
}
.date_selector .next {
  right: 0;
}
.date_selector table {
  border-spacing: 0;
  border-collapse: collapse;
  clear: both;
  margin: 0;
  width: 220px;
}
.date_selector th,
.date_selector td {
  width: 2.5em;
  height: 2em;
  padding: 0 !important;
  text-align: center !important;
  color: #666;
  font-weight: normal;
}
.date_selector th {
  font-size: 12px;
}
.date_selector td {
  border: 1px solid #f1f1f1;
  line-height: 2em;
  text-align: center;
  white-space: nowrap;
  color: #5985c7;
  background: #fff;
}
.date_selector td.today {
  background: #eee;
}
.date_selector td.unselected_month {
  color: #ccc;
}
.date_selector td.selectable_day {
  cursor: pointer;
}
.date_selector td.selected {
  background: #2b579a;
  color: #fff;
  font-weight: bold;
}
.date_selector td.selectable_day:hover,
.date_selector td.selectable_day.hover {
  background: #5985c7;
  color: #fff;
}

.join-table input.date_birth {
  cursor: pointer;
  background: #fff url(../images2014/date-icon.png) no-repeat 96% center;
  background-size: 14px 15px;
}
.sign-box input.date_picker {
  cursor: pointer;
  width: 90px;
  background: #fff url(../images2014/date-icon.png) no-repeat 96% center;
  background-size: 14px 15px;
}

/******************************************************************/
/******************************************************************/
/******************************************************************/
/******************************************************************/
/******************************************************************/
/*会员企业*/
.hy-list {
  width: 49%;
  height: 166px;
  box-sizing: border-box;
  padding: 10px;
  background-color: #e9f6fd;
  margin: 0 0.5% 10px;
  position: relative;
}
.hy-list .letter {
  display: inline-block;
  background-color: #f09936;
  width: 20px;
  height: 20px;
  color: #fff;
  text-align: center;
  line-height: 20px;
  position: absolute;
  right: 10px;
  top: 0;
}
.hy-list .hy-pic {
  display: inline-block;
  float: left;
  width: 90px;
  height: 90px;
  text-align: center;
  line-height: 90px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 10px;
  vertical-align: middle;
}
.hy-list .hy-pic img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.hy-list .hy-box {
  vertical-align: middle;
  float: left;
  width: 328px;
}
.hy-list .hy-box .title {
  font-size: 16px;
  color: #262626;
  line-height: 38px;
  font-weight: bold;
}
.hy-list .hy-box .title span {
  display: inline-block;
  padding: 0 15px;
  border-radius: 15px;
  color: #fff;
  background-color: #0d527b;
  line-height: 22px;
  font-size: 14px;
  margin-right: 8px;
}
.hy-list .hy-box .title var {
  float: right;
  font-size: 14px;
  color: #d3d3d3;
  font-weight: normal;
}
.hy-box .hy-box-c {
  display: block;
  overflow: hidden;
  /* margin-top: 20px; */
  width: 100%;
}
.hy-box .hy-box-c div {
  display: block;
  width: 100%;
  /* margin-right: 4%; */
  /* float: left; */
  position: relative;
  overflow: hidden;
  margin-top: 12px;
}
.hy-box .hy-box-c div:last-child {
  margin-right: 0;
  /* width: 49%; */
}
.hy-box .hy-box-c div i {
  display: block;
  width: 24px;
  height: 25px;
  background: url(images2014/loc.png) no-repeat center;
  margin: 0 6px;
  vertical-align: middle;
  float: left;
  position: absolute;
  top: 50%;
  margin-top: -12px;
}
.hy-box .hy-box-c div:last-child i {
  background: url(images2014/bus.png) no-repeat;
}
.hy-box .hy-box-c div span {
  display: inline-block;
  color: #898989;
  font-size: 13px;
  line-height: 24px;
  vertical-align: middle;
  width: 290px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  float: left;
  padding-left: 40px;
}
.hy-box .hy-box-c div:first-child span {
  width: 300px;
}
.m-hy .m-tit {
  border-bottom: 0;
}
.m-hy .spTit {
  height: auto;
  border: 0;
}
.m-hy .spTit img {
  display: block;
  margin: 0 auto 20px;
  width: 130px;
  height: 130px;
  border-radius: 50%;
}
.m-hy .spTit p {
  font-size: 24px;
  color: #000;
  margin-bottom: 15px;
}
.m-hy .spTit span {
  display: inline-block;
  padding: 0 20px;
  border-radius: 15px;
  color: #fff;
  background-color: #0d527b;
  line-height: 22px;
  font-size: 14px;
  margin-right: 12px;
}
.m-viewxq.m-hy .classMenu {
  text-align: left;
  margin-top: 20px;
  padding-bottom: 15px;
}
.m-viewxq.m-hy .classMenu p span {
  margin-right: 50px;
}
.m-viewxq.m-hy .classMenu p span i {
  display: inline-block;
  width: 22px;
  height: 26px;
  vertical-align: middle;
  margin-right: 8px;
}
.m-viewxq.m-hy .classMenu p span i.loc {
  background: url("images2014/loc.png") no-repeat center;
}
.m-viewxq.m-hy .classMenu p span i.date {
  background: url("images2014/date.png") no-repeat center;
}
.m-viewxq.m-hy .classMenu p span i.bus {
  background: url("images2014/bus.png") no-repeat center;
}

.m-viewxq.m-hy .classMenu p var {
  color: #000;
}

.m-hy .viewWrap2 p {
  line-height: 30px;
  color: #666;
  font-size: 16px;
  margin-top: 35px;
  text-indent: 30px;
}
.m-hy .viewPic {
  display: block;
  width: 90%;
  margin: 0 auto 90px;
}
.m-hy .viewPic li {
  display: inline-block;
  width: 246px;
  height: 164px;
  text-align: center;
  line-height: 164px;
  overflow: hidden;
  margin: 50px 50px 0 0;
}
.m-hy .viewPic li:nth-child(4n) {
  margin-right: 0;
}
.form-verify .title-box {
  text-align: center;
  border-bottom: 1px solid #f7f7f7;
  padding-bottom: 20px;
}
.form-verify .title-box .cn-title {
  font-size: 24px;
  color: #000000;
  font-weight: 550;
  padding-top: 10px;
}
.form-verify .title-box .en-title {
  font-size: 12px;
  color: #000000;
  padding-top: 10px;
  font-weight: 550;
}
.form-verify .form-box {
  padding: 25px 70px;
}
.form-verify .fl {
  float: left;
}
.form-verify .form-box .input-box {
  position: relative;
  color: #666666;
  font-size: 16px;
  margin-bottom: 30px;
}
.form-verify .form-box .input-box::after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.form-verify .form-box .input-box .error {
  color: #ff0000;
  font-size: 16px;
  padding-left: 10px;
}
.form-verify .form-box .input-box .error.input-text {
  line-height: 30px;
}
.form-verify .form-box .input-box .type-box {
  float: left;
  display: block;
  overflow: hidden;
  margin-right: 28px;
}
.form-verify .form-box .input-box .tit-box {
  width: 128px;
}
.form-verify .form-box .input-box .cont {
  width: 910px;
}
.form-verify .form-box .input-box .cont b {
  font-weight: bold;
}
.form-verify .form-box .input-box .cont.en {
  line-height: 36px;
  font-size: 14px;
}
.form-verify .form-box .input-box .tit-box .cn-tit {
  color: #666666;
  font-size: 16px;
}
.form-verify .form-box .input-box .tit-box .en-tit {
  padding-top: 8px;
  color: #999;
  font-size: 11px;
}
.form-verify .form-box .input-box input[type="radio"] {
  float: left;
  width: 18px;
  height: 18px;
  margin: 0 10px 0 0;
}
.form-verify .form-box .input-box input[type="text"],
.form-verify .form-box .input-box select {
  height: 28px;
  border: 1px solid #bcbcbc;
  border-radius: 5px;
  padding: 0 10px;
  font-size: 16px;
  color: #666666;
}
.form-verify .form-box .input-box textarea {
  width: 444px;
  height: 100px;
  border: 1px solid #bcbcbc;
  border-radius: 5px;
  padding: 10px;
  font-size: 16px;
  color: #666666;
  resize: none; 
}
.form-verify .form-box .input-box .input-verify {
  position: relative;
  margin-right: 14px;
}
.form-verify .form-box .input-box p {
  position: absolute;
  top: 40px;
  left: 0;
  display: block;
  color: #ff0000;
  font-size: 14px;
}
.form-verify .form-box .input-box #type-error {
  top: 26px;
}
.form-verify .form-box .input-box .input-verify input.false {
  border: 1px solid #ff0000;
}
.form-verify .form-box .input-box .m162 {
  width: 162px!important;
}
.form-box .input-box .m182 {
  width: 182px!important;
}
.form-box .input-box .m212 {
  width: 212px!important;
}
.form-box .input-box .m248 {
  width: 248px!important;
}
.form-box .input-box .m444 {
  width: 444px!important;
}
.form-box .input-box *::-webkit-input-placeholder {
  color: #d2d2d2;
}
.form-box .input-box *:-moz-placeholder {
  /* FF 4-18 */
  color: #d2d2d2;
}
.form-box .input-box *::-moz-placeholder {
  /* FF 19+ */
  color: #d2d2d2;
}
.form-box .input-box *:-ms-input-placeholder {
  /* IE 10+ */
  color: #d2d2d2;
}
.form-box  .input-submit {
  padding-left: 128px;
}
.form-box  .input-submit input {
  text-align: center;
  width: 125px;
  height: 36px;
  line-height: 36px;
  border-radius: 5px;
  background-color: #0d527b;
  font-size: 16px;
  color: #fff;
  outline: none;
  border: 0;
  cursor: pointer;
}
.form-box {
  position: relative;
}
.form-box .upload-box {
  position: absolute;
  top: 78px;
  right: 0;
  z-index: 999;
  width: 168px;
  height: 202px;
  border-radius: 6px;
  cursor: pointer;
}
.form-box .upload-box .upload {
  position: absolute;
  top: 0;
  left: 0;
  width: 168px;
  height: 202px;
  opacity: 0;
  cursor: pointer;
}
/* .form-box .upload-box img {
  display: none;
  width: 100%;
  height: 100%;
} */
.form-box .upload-box p {
  color: #d2d2d2;
  font-size: 16px;
  width: 100px;
  margin: 70px auto 0;
  line-height: 30px;
}
.form-box .upload-box span {
  position: absolute;
  top: 92px;
  right: -80px;
  color: #ff0000;
  font-size: 16px;
  text-align: left;
}
.form-box .input-sign .sign-btn {
  background-color: #0d527b;
  text-align: center;
  width: 94px;
  height: 28px;
  line-height: 28px;
  border-radius: 5px;
  font-size: 16px;
  color: #fff;
  border: 0;
  cursor: pointer;
}
.form-box .canvas-fixed {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.6);
}
.form-box .canvas {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 1000;
  width: 720px;
  height: 720px;
}
.form-box .canvas canvas {
  background-color: #fff;
}
.form-box .button-list {
  padding-top: 20px;
  text-align: center;
}
.form-box .button-list button {
  background-color: #0d527b;
  text-align: center;
  width: 94px;
  height: 34px;
  line-height: 34px;
  border-radius: 5px;
  font-size: 14px;
  color: #fff;
  border: 0;
  cursor: pointer;
}
.layui-upload-img{
  position: absolute;
  top: 0;
  left: 0;
  width: 168px;
  height: 202px;
  border: 0;
  border-radius: 6px;
}