

body {
  font-family: '微软雅黑';
  font-size: 14px;
  min-width: 1200px;
  /* padding-top: 95px; */
  /* background: url('../image/loginbg.jpg') center no-repeat; */
}

.wrap {
  width: 1200px;
  margin: 0 auto;
  margin-top: 15px;
  min-height: 80vh;
  padding-bottom: 20px;
}

.wrap::before {
  display: block;
  content: "";
  clear: both
}

.wrap::after {
  display: block;
  content: "";
  clear: both
}

#content {
  /* padding: 40px 0 55px; */
  padding-bottom: 55px;
  min-height: 800px;
}

footer {
  line-height: 48px;
  text-align: center;
  background: #000;
  color: #7f90a5;
  padding: 20px 0 !important;
}

footer img {
  vertical-align: middle;
}

header {
  height: 95px;
  background: #fff;
  border-bottom: 1px solid #e9e9e9;
  box-sizing: border-box;
  padding-top: 30px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100000;
}

#logo {
  margin: -6px 50px 0 10px;
}

#logo img {
  width: 90%;
}

#place {
  line-height: 41px;
  height: 41px;
  position: relative;
  font-size: 16px;
  color: #262626;
  padding-left: 20px;
  background: url("../image/place.png") no-repeat left center;
}

#place a {
  color: #262626;
}

#place-change {
  margin-left: 12px;
  display: inline-block;
  padding-right: 18px;
  background: url("../image/down.png") no-repeat right center;
}

#place-list,
#login-nav-list {
  position: absolute;
  left: 50%;
  margin-left: -65px;
  top: 37px;
  width: 130px;
  text-align: center;
  box-shadow: 2px 0 2px rgba(0, 0, 0, .1);
  background: #fff;
  display: none;
  z-index: 100;
  padding: 10px 0;
}

#login-nav-list:after {
  content: '';
  width: 30px;
  height: 3px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -15px;
  background: #01707b;
}

#place-list a,
#login-nav-list a {
  display: block;
  background: #fff;
  transition: all .3s;
}

#place-list a:hover,
#login-nav-list a:hover {
  background: #01707b;
  color: #fff;
}

.login-nav .login_nav_app {
  padding: 10px !important;
  width: 346px !important;
  position: absolute !important;
  left: -200px !important;
}

.login_nav_app .nav_add {
  width: 0;
  height: 0;
  border-width: 0 8px 8px;
  border-style: solid;
  border-color: transparent transparent #BDBDBD;
  /*透明 透明  灰*/
  position: absolute;
  right: 0;
  top: -8px;
}

.login_nav_app:after {
  display: block;
  content: '';
  border-width: 8px 8px 8px 8px;
  border-style: solid;
  border-color: transparent transparent #ff4d4d transparent;
  /* 定位 */
  position: absolute;
  left: 40%;
  top: -16px;
}

.login-nav .login_nav_app a {
  float: left;
  margin-top: 10px;
}

.login-nav {
  margin-left: 20px;
}

.login-nav>div {
  float: left;
  margin-right: 20px;
  position: relative;
  line-height: 41px;
  height: 41px;
  font-size: 16px;
  color: #262626;
}

.login-nav>div:first-child {
  /*background: url("../image/down.png") no-repeat right center;*/
}

.login-nav>div a {
  color: #262626;
  display: block;
  padding: 0 20px;
}

.login-nav>div>a {
  transition: color .3s;
}

.login-nav>div>a:hover {
  color: #01707b;
}

.login-nav .yjfx1 {
  border: 1px solid #4ea5b5;
  font-size: 16px;
  border-radius: 8px;
  height: 35px;
  line-height: 35px;
  text-align: center;
}

.login-nav .yjfx1 a {
  color: #4ea5b5;
  padding: 0 10px;
}

#header-search {
  margin-left: 58px;
  border: 1px solid #d1d1d1;
  border-radius: 3px;
  background: #ebebeb;
  height: 39px;
  width: 320px;
}

#header-search input {
  width: 265px;
  box-sizing: border-box;
  padding: 0 20px;
  height: 39px;
  line-height: 39px;
  font-size: 18px;
  color: #ed5000;
  display: block;
  float: left;
}

#header-search button {
  width: 52px;
  outline: "none";
  height: 39px;
  background: url("../image/search.png") no-repeat center;
  display: block;
  float: left;
  cursor: pointer;
}

#user-info {
  line-height: 40px;
  padding-right: 20px;
}

#user-out,
#user-login {
  color: #01707b;
  margin-left: 13px;
}

#user-name {
  color: #0d0d0d;
  padding-left: 27px;
  background: url("../image/user.png") no-repeat left center;
}

#index-login {
  background: #fff;
  border-radius: 5px;
  margin-right: 60px;
  line-height: 36px;
  width: 112px;
  text-align: center;
  font-size: 16px;
  color: #000;
  display: block;
  margin-top: 3px;
}

#slide {
  width: 230px;
  background: #FFFFFF;
  box-sizing: border-box;
  float: left;
}

#slide a {
  transition: background .3s;
}

#slide a:hover {
  background: #F2F2F2
}

.slide-item {
  border: 1px solid #E7E7E7;
  border-bottom: none
}

.slide-item h2 a {
  display: block;
  line-height: 61px;
  font-size: 16px;
  color: #404040;
  text-align: center
}

.slide-item h2 a img {
  margin-right: 18px;
  vertical-align: middle;
}

.slide-set a {
  line-height: 30px;
  color: #7F7F7F;
  display: block;
}

.slide-set {
  text-align: center;
}

.slide-set a span,
.slide-dd a span {
  display: inline-block;
  float: right;
  border-radius: 8px;
  padding: 0 5px;
  font-size: 12px;
  line-height: 17px;
  margin-top: 8px;
  background: #ed4d01;
}

.msgsa a span {
  display: inline-block;
  float: right;
  border-radius: 8px;
  padding: 0 5px;
  font-size: 12px;
  line-height: 17px;
  margin-top: 8px;
  background: #ed4d01;
}

.slide-dd a {
  display: block;
  width: 50%;
  float: left;
  line-height: 30px;
  color: #fff;
  padding-right: 15px;
  box-sizing: border-box;
}

.slide-dd a:first-child {
  width: 100%;
  color: #7F7F7F
}

.slide-set,
.slide-dd {
  padding-bottom: 0px;
}

#slide-wrap {
  margin-left: 230px;
  background: #fff;
  min-height: 500px;
}

#notice {
  height: 59px;
  border: 1px solid #e5e5e5;
  line-height: 59px;
  padding: 0 62px;
  background: #eee url("../image/notice.png") no-repeat 28px center;
  margin-left: 20px;
  width: 804px;
}

#notice a {
  width: 100%;
  display: block;
  overflow: hidden;
  word-break: keep-all;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #1d1d1d;
}

#slide-main {
  /* padding: 0 20px 20px; */
  position: relative;
}

.user-wrap {
  border: 1px solid #e5e5e5;
  margin-bottom: 15px;
}

.user-top {
  height: 178px;
  border-bottom: 1px solid #e5e5e5;
}

.user-msg {
  height: 100%;
  width: 434px;
  border-right: 1px solid #e5e5e5;
  box-sizing: border-box;
  padding: 30px 20px;
}

.user-pic {
  width: 80px;
  height: 80px;
  border: 1px solid #dfdfdf;
  padding: 2px;
  border-radius: 50%;
}

.user-pic a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 50%;
}

.user-pic a img {
  width: 100%;
}

.user-text {
  margin-left: 110px;
}

.user-text h3 {
  font-size: 20px;
  line-height: 32px;
  color: #000000;
}

.user-text h4 {
  font-size: 16px;
  line-height: 25px;
  color: #000000;
}

.user-text h5 {
  line-height: 30px;
  color: #3f3f3f;
  font-size: 14px;
}

.user-text h5 span {
  margin: 9px 15px 0;
  display: inline-block;
  width: 144px;
  border-radius: 6px;
  height: 12px;
  background: #dcdcdc;
}

.user-text h5 span i {
  display: block;
  float: left;
  height: 100%;
  background: #01707b;
  width: 80%;
  border-radius: 6px;
}

.user-text a {
  line-height: 34px;
  color: #ff0000;
}

.user-order {
  width: 490px;
  display: flex;
  height: 100%;
  box-sizing: border-box;
  padding-top: 30px;
}

.user-order-item {
  width: 25%;
  text-align: center;
}

.user-order-item i {
  display: block;
  height: 45px;
  margin-bottom: 10px;
}

.user-order-item i img {
  display: block;
  margin: 0 auto;
  height: 100%;
}

.user-order-item h3 {
  font-size: 16px;
  line-height: 32px;
  font-weight: bold;
  color: #000000;
}

.user-order-item p {
  font-size: 16px;
  line-height: 35px;
  color: #000000;
}

.user-asset {
  height: 243px;
  display: flex;
  box-sizing: border-box;
  padding-top: 40px;
}

.user-asset-item {
  width: 25%;
  position: relative;
  text-align: center;
}

.retest-asset .user-asset-item {
  width: 20%;
}

.user-asset-item:after {
  content: '';
  width: 1px;
  height: 78px;
  top: 23px;
  right: 0;
  background: #e9e9e9;
  position: absolute;
}

.user-asset-item:last-child:after {
  display: none;
}

.user-asset-item h3 {
  font-size: 16px;
  color: #676767;
  line-height: 60px;
}

.user-asset-item h2,
.user-asset-item h4 {
  font-size: 16px;
  color: #f47214;
  line-height: 54px;
}

.user-asset-item h2 strong,
.user-asset-item h4 strong {
  font-size: 36px;
}

.user-asset-item a {
  display: block;
  width: 134px;
  height: 36px;
  margin: 10px auto;
  line-height: 36px;
  color: #fff;
  font-size: 16px;
  background: #ed4d01;
  border-radius: 5px;
}

.user-asset-item a.disable {
  background: #bfbfbf;
  cursor: default;
}

.order h2 {
  font-size: 20px;
  color: #000000;
  line-height: 60px;
  padding: 0 10px;
}

.order h2 span,
.ticket-apply h2 span {
  margin-left: 30px;
  font-size: 14px;
  color: #c6c6c6;
}

.order-nav {
  display: flex;
  height: 63px;
  background: url("../image/onbg.png") repeat-x bottom center;
  margin-bottom: 20px;
}

.order-nav a {
  padding: 0 30px;
  font-size: 16px;
  color: #0a0a0a;
  line-height: 59px;
}

.order-nav a.ac {
  color: #ed4d01;
}

.order-title {
  width: 100%;
  font-size: 16px;
  color: #000000;
  text-align: center;
  line-height: 53px;
  background: #F2F2F2;
  display: flex;
}

.order-title>div:first-child {
  width: 20%;
}

.order-title>div:nth-child(2) {
  width: 15%;
}

.order-title>div:nth-child(3) {
  width: 15%;
}

.order-title>div:nth-child(4) {
  width: 20%;
}

.order-title>div:nth-child(5) {
  width: 20%;
}

.order-title>div:last-child {
  width: 20%;
}

.order_select_op {
  padding: 20px 0;
}

#order-info .add_pos .add_rePos {
  position: relative;
  top: 9px;
}

.order_select_op select {
  border: 1px solid #D9D9D9;
  padding: 5px 8px;
  font-size: 14px;
  float: right;
}

.order-title>div {
  box-sizing: border-box;
  border-right: 2px solid #f1f3f6;
}

.order-title>div:nth-child(1),
.order-list>div:nth-child(1) {
  width: 103px;
}


/*.order-title>div:nth-child(2),.order-list>div:nth-child(2){width: 153px;}*/


/*.order-title>div:nth-child(3),.order-list>div:nth-child(3){width: 156px;}*/


/*.order-title>div:nth-child(4),.order-list>div:nth-child(4){width: 149px;}*/


/*.order-title>div:nth-child(5),.order-list>div:nth-child(5){width: 143px;}*/


/*.order-title>div:nth-child(6),.order-list>div:nth-child(6){width: 129px;border-right: none;}*/

.retest-order-title>div:nth-child(1),
.retest-order-list>div:nth-child(1) {
  width: 187px;
}

.retest-order-title>div:nth-child(2),
.retest-order-list>div:nth-child(2) {
  width: 208px;
}

.retest-order-title>div:nth-child(3),
.retest-order-list>div:nth-child(3) {
  width: 195px;
}

.retest-order-title>div:nth-child(4),
.retest-order-list>div:nth-child(4) {
  width: 149px;
}

.retest-order-title>div:nth-child(5),
.retest-order-list>div:nth-child(5) {
  width: 184px;
  border-right: none;
}

.order_upItem {
  margin-bottom: 5px;
}

.order_item_top .order_item_number span {
  margin-left: 5px;
}

.order_upItem .order_item_top {
  background-color: #F2F2F2;
  padding: 15px;
  padding-right: 0;
  display: flex;
  border-bottom: 2px solid #F7F7F7;
  justify-content: space-between;
}

.order_upItem .order_item_top span a {
  color: #01707B;
}

.order_upItem .order_item_top>div:first-child {
  position: relative;
  top: 7px;
}

.order_upItem .order_item_top .order_item_btn {
  display: flex;
  position: relative;
  margin-left: 410px;
}

.order_upItem .order_item_top .order_item_btn div {
  margin: 0 12px;
  padding: 5px 10px;
  border: 1px solid #01707B;
  border-radius: 6px;
  color: #01707B;
  cursor: pointer;
}

.order_upItem .order_item_top .order_item_btn div a {
  color: #01707B;
}

.order_upItem .order_item_bottom {
  width: 100%;
  display: flex;
  background: #F2F2F2;
}

.order_upItem .order_item_bottom>div {
  text-align: center;
  border-right: 1px solid #F9F9F9;
  color: #595959;
  box-sizing: border-box;
  position: relative;
}

.order_upItem .order_item_bottom>div>div {
  width: 100%;
  text-align: left;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.order_upItem .order_item_bottom>div:first-child {
  width: 25%;
  padding: 10px 0;
}

.order_upItem .order_item_bottom>div:nth-child(2) {
  width: 30%;
  line-height: 30px;
  text-align: left;
}

.order_upItem .order_item_bottom>div:nth-child(3) {
  width: 18%;
  line-height: 40px;
}

.order_upItem .order_item_bottom>div:nth-child(4) {
  width: 17%;
  line-height: 40px;
}

.order_upItem .order_item_bottom>div:last-child {
  width: 20%;
  line-height: 25px;
}

.order_item_bottom>div img {
  width: 90px;
  height: 80px;
  margin: 10px 0;
}

.order_item_bottom>div p {
  /*text-align: center;*/
}

.order_item_bottom .order_btn a {
  color: #01707B;
}

.order-item {
  background: #F2F2F2;
  /*padding-top: 25px;*/
  padding-bottom: 24px;
  position: relative;
  transition: background .3s;
  margin-top: 5px
}

.order-item:after {
  content: '';
  width: 0;
  height: 0;
  /*border: 22px solid transparent;*/
  border-top: 24px solid #fff;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -22px;
}

.order-item.retest-item {
  background: #eee;
  border: none;
}

.order-item h3 {
  color: #000000;
  line-height: 74px;
  font-size: 14px;
  padding: 0 20px;
}

.order-item h3 img {
  vertical-align: middle;
  margin-left: 10px;
}

.order-item.no:after {
  display: none
}

.order-list {
  display: flex;
  text-align: center;
  font-size: 14px;
  line-height: 30px;
  width: 100%;
}

.order-item .order_add_list>div:first-child {
  width: 20%;
}

.order-item .order_add_list>div:nth-child(2) {
  text-align: left;
  width: 19%;
  margin-left: 93px;
}

.order-item .order_add_list>div:nth-child(3) {
  width: 15%;
}

.order-item .order_add_list>div:nth-child(4) {
  width: 15%;
}

.order-item .order_add_list>div:nth-child(5) {
  width: 15%;
}

.order-item .order_add_list>div:nth-child(6) {
  width: 20%;
}

.order-list>div:first-child,
.retest-order-list>div {
  box-sizing: border-box;
  padding: 0 20px;
}

.order-pic {
  height: 108px;
  overflow: hidden;
  margin-bottom: 15px;
}

.order-pic img {
  width: 100%;
}

.order-list h4 {
  font-size: 14px;
  color: #000000;
  text-align: left;
  white-space: nowrap;
}

.order-list h4 a {
  color: #000000;
}

.order-list p {
  color: #000;
}

.order-list p a {
  color: #01707b;
  margin-left: 5px;
}

.order-list p span {
  color: #848484;
}

.order-list p.r {
  color: #ff0000;
}

.order-btn {
  color: #01707b;
  display: block;
}

.order-more {
  position: absolute;
  right: 40px;
  bottom: 33px;
}

.order-more a {
  display: block;
  float: left;
  margin-left: 9px;
  width: 112px;
  text-align: center;
  background: #f3f3f3;
  line-height: 35px;
  color: #000000;
}

.order-more a:hover {
  background: #fff;
}

.ticket-order h2 {
  border-bottom: 2px solid #01707b;
}

.pretty {
  line-height: 1;
  position: relative;
  display: inline-block;
  margin: 0 10px 0 0;
}

.pretty>input[type='checkbox'] {
  position: absolute;
  z-index: 99999999;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  cursor: pointer;
  opacity: 0;
}

.pretty label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
}

.pretty i {
  font-size: 1em !important;
  position: relative;
  display: inline-block;
  box-sizing: initial;
  min-width: 1em;
  margin-right: 5px;
  padding: 1px;
  text-align: center;
}

.pretty i:before {
  position: relative;
  z-index: 999;
  left: 0;
  display: inline-block;
  vertical-align: bottom;
  color: transparent;
  background-color: #fff;
}

.fa:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '\0000';
  color: transparent;
  border: 1px solid #b9b9b9;
  border-radius: 0;
  box-sizing: border-box;
}

.pretty>input[type='checkbox']:checked+label>i:before {
  color: #000;
  background-color: #fff;
}

.ticket-check {
  padding: 30px 0 20px 15px;
  font-size: 16px;
  color: #090909;
}

.ticket-check a {
  color: #01707b;
}

.ticket-order .order-title {
  background: #e7e7e7;
  color: #000000;
}

.btn {
  display: block;
  width: 196px;
  line-height: 43px;
  height: 43px;
  text-align: center;
  border-radius: 5px;
  font-size: 16px;
  color: #fff !important;
  background: #ed5000;
  cursor: pointer;
}

.btn.ticket-btn {
  margin-top: 20px;
}

.ticket-apply h2 {
  font-size: 20px;
  color: #000000;
  line-height: 60px;
  padding: 0 10px;
  border-bottom: 2px solid #01707b;
}

.ticket-form h3 {
  padding-top: 10px;
  line-height: 40px;
  font-size: 14px;
  color: #000000;
}

.ticket-form h4 {
  padding-bottom: 20px;
  line-height: 25px;
  font-size: 18px;
  color: #ff0000;
  font-weight: bold;
  border-bottom: 1px dashed #d1d1d1;
}

.ticket-num span {
  display: block;
  float: left;
  margin: 0 6px 6px 0;
  border: 1px solid #c8c8c8;
  padding: 0 10px;
  color: #000000;
  line-height: 37px;
  cursor: pointer;
}

.ticket-num span.ac {
  border-color: #ff0000;
}

.ticket-form dl {
  color: #000;
  line-height: 60px;
}

.ticket-form dt {
  float: left;
  text-align: right;
  width: 130px;
}

.ticket-form dd {
  margin-left: 155px;
}

.ticket-form dd input[type='text'] {
  width: 240px;
  height: 47px;
  padding: 0 15px;
  border: 1px solid #d2d2d2;
  border-radius: 5px;
  line-height: 47px;
}

.ticket-form dd input[type='radio'] {
  margin-right: 8px;
}

.ticket-form dd label {
  margin-right: 30px;
}

.ticket-form dd .must {
  color: #ff0000;
  margin-left: 10px;
}

.ticket-form dd .ticket-tip {
  color: #ff0000;
  margin-left: 50px;
}

#slide-main h2 {
  border-bottom: 2px solid #01707b;
  font-size: 20px;
  color: #000000;
  line-height: 60px;
  padding: 0 10px;
}

.my-order .order-nav {
  background: none;
  border-bottom: 1px solid #dedede;
}

.order-filter {
  padding-bottom: 50px;
  padding-top: 15px;
  color: #000;
  line-height: 29px;
}

.order-filter input {
  vertical-align: middle;
}

.order-filter label {
  margin-right: 25px;
}

.order-filter label input {
  width: 105px;
  height: 27px;
  line-height: 27px;
  border: 1px solid #d2d2d2;
  margin-left: 8px;
}

.order-filter-type {
  display: inline-block;
  position: relative;
  padding: 0 13px;
  box-sizing: border-box;
  border: 1px solid #d2d2d2;
  width: 112px;
  height: 29px;
  line-height: 27px;
  vertical-align: middle;
  background: url("../image/down2.png") no-repeat 93px center;
  margin-right: 15px;
}

.order-filter-list {
  position: absolute;
  top: 27px;
  left: -1px;
  width: 100%;
  border: 1px solid #d2d2d2;
  border-bottom: none;
  display: none;
}

.order-filter-list a {
  display: block;
  border-bottom: 1px solid #d2d2d2;
  padding: 0 13px;
  background: #fff;
}

.datepicker {
  width: 79px;
  height: 27px;
  line-height: 27px;
  border: 1px solid #d2d2d2;
  box-sizing: border-box;
  padding: 0 5px;
}

.datepicker input {
  width: 100%;
}

.order-filter .btn {
  width: 71px;
  height: 29px;
  line-height: 29px;
  display: inline-block;
  vertical-align: middle;
}

#modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000000;
  background: #000;
  opacity: .44;
  display: none;
}

#feedback,
#apply {
  position: fixed;
  z-index: 1000001;
  background: #fff;
  width: 920px;
  height: 495px;
  box-sizing: border-box;
  top: 50%;
  left: 50%;
  margin-left: -460px;
  margin-top: -248px;
  padding: 45px;
  display: none;
}

#feedback h2,
#apply h2 {
  font-size: 16px;
  line-height: 36px;
  color: #000;
}

#feedback p,
#apply p {
  line-height: 30px;
  color: #000;
}

#feedback textarea,
#apply textarea {
  box-sizing: border-box;
  border: 1px solid #dcdcdc;
  padding: 10px 15px;
  border-radius: 5px;
  width: 100%;
  height: 200px;
  line-height: 30px;
  margin-bottom: 45px;
  margin-top: 30px;
}

.feedback-btn {
  width: 113px;
  margin-left: 15px;
}

.close {
  width: 30px;
  height: 30px;
  background: url("../image/close1.png") no-repeat center;
  position: absolute;
  right: 20px;
  top: 20px;
}

#read {
  position: fixed;
  z-index: 1000002;
  background: #fff;
  width: 920px;
  height: 550px;
  box-sizing: border-box;
  top: 50%;
  left: 50%;
  margin-left: -460px;
  margin-top: -275px;
  padding: 0 35px;
  display: none;
}

#read h2 {
  font-size: 16px;
  line-height: 70px;
  color: #000;
}

#read h3 {
  font-size: 14px;
  line-height: 94px;
  color: #ff0000;
}

#read .read-cont {
  height: 400px;
  overflow: auto;
  border-top: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
}

#read .read-cont p {
  line-height: 30px;
  color: #000;
  min-height: 30px;
}

#apply p span {
  color: #ff0000;
}

.apply-check {
  font-size: 12px;
  color: #878787;
}

.apply-check a {
  color: #ff0000;
}

.pages {
  font-size: 0;
  text-align: center;
}

.pages li {
  display: inline-block;
  margin: 0 5px;
}

.pages li a {
  display: block;
  padding: 0 17px;
  font-size: 14px;
  line-height: 37px;
  border: 1px solid #e6e6e6;
  color: #666666;
  transition: all .3s;
  background: #fff;
}

.pages li a.ac,
.pages li a:hover {
  color: #fff;
  background: #01707b;
  border-color: #01707b;
}


/*.login_nav_app >.ac{color: #fff;background: #01707b!important;}*/

.teacher-asset-wrap {
  background: #fafafa;
}

.teacher-asset-wrap .user-asset-item {
  width: 33.33%;
}

.teacher-asset label input {
  width: 170px;
}

.teacher-asset .datepicker {
  width: 117px;
}

.asset-table {
  padding-bottom: 30px;
}

.asset-table h3 {
  font-size: 18px;
  color: #080808;
  line-height: 54px;
  background: #fafafa;
  padding: 0 5px;
}

.asset-table table {
  text-align: center;
  line-height: 60px;
}

.asset-table thead tr {
  background: #eaeaea;
}

.asset-table thead th {
  font-size: 16px;
  color: #414141;
}

.asset-table tbody td {
  font-size: 14px;
  color: #4c4c4c;
}

.asset-table tbody tr:nth-child(2n) {
  background: #f3f3f3;
  transition: background .3s;
}

.asset-table tbody tr:nth-child(2n+1) {
  background: #fafafa;
  transition: background .3s;
}

.asset-table tbody tr:hover {
  background: #eaeaea;
}

.asset-table tbody td:nth-child(3) {
  color: #f47214;
}

.invite-total {
  font-size: 18px;
  color: #314043;
  line-height: 98px;
}

.invite-total span {
  margin: 0 38px 0 12px;
}

.invite-total strong {
  color: #f59511;
  font-size: 24px;
}

.invite-total a {
  color: #fff;
  display: inline-block;
  width: 134px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  border-radius: 5px;
  background: #ed4d01;
  font-size: 16px;
}

.invite-cont {
  padding-bottom: 30px;
}

.invite-share {
  width: 410px;
  box-sizing: border-box;
  background: #f8f8f8;
  padding: 15px 30px;
  height: 210px;
}

.invite-share p {
  font-size: 16px;
  color: #616161;
  line-height: 38px;
}

.invite-share input {
  display: block;
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #e1e1e1;
  padding: 0 15px;
  font-size: 13px;
  color: #5c5c5c;
  line-height: 31px;
  height: 33px;
  background: #fff;
  margin-bottom: 17px;
}

.invite-link {
  line-height: 43px;
  font-size: 14px;
  color: #a2a2a2;
}

.invite-link .copy-link {
  width: 108px;
  height: 43px;
  border-radius: 5px;
  text-align: center;
  margin-right: 15px;
  color: #fff;
  font-size: 16px;
  background: #ff6728;
  display: inline-block;
}

.invite-link .invite-out {
  width: 24px;
  display: inline-block;
  height: 24px;
  margin-left: 14px;
  vertical-align: middle;
}

.invite-rule,
.points-rule {
  box-sizing: border-box;
  width: 445px;
  height: 210px;
  border: 1px solid #e0e0e0;
  background: #f8f8f8;
  padding: 0 17px;
}

.invite-rule h3,
.points-rule h3 {
  line-height: 62px;
  font-size: 14px;
  color: #030303;
}

.invite-rule p,
.points-rule p {
  line-height: 24px;
  font-size: 14px;
  color: #5a5a5a;
}

.invite-rule p span,
.points-rule p span {
  color: #ed4d01;
}

.invite-table {
  padding-bottom: 30px;
}

.invite-table h3 {
  font-size: 20px;
  line-height: 70px;
}

.invite-table h3 a {
  margin-right: 70px;
  color: #444444;
}

.invite-table h3 a.ac {
  color: #ed4d01;
}

.invite-table table {
  text-align: center;
}

.invite-table th {
  font-size: 16px;
  color: #fff;
  background: #007e8b;
  line-height: 53px;
  border: 2px solid #fff;
}

.invite-table td {
  font-size: 16px;
  color: #5e5e5e;
  line-height: 53px;
  border: 2px solid #fff;
}

.invite-table tbody tr:nth-child(2n) {
  background: #fafafa;
  transition: background .3s;
}

.invite-table tbody tr:nth-child(2n+1) {
  background: #eaeaea;
  transition: background .3s;
}

.points-total {
  font-size: 18px;
  color: #314043;
  line-height: 102px;
}

.points-total span {
  color: #f59511;
  font-size: 24px;
}

.points-rule {
  width: 100%;
  height: 115px;
  padding-top: 5px;
  margin-bottom: 15px;
}

.points-rule h3 {
  line-height: 46px;
}

.points-table {
  padding-bottom: 30px;
}

.points-table h3 {
  font-size: 20px;
  color: #444444;
  line-height: 52px;
  padding: 0 25px;
}

.points-table table {
  text-align: center;
}

.points-table th {
  line-height: 60px;
  font-size: 16px;
  color: #414141;
  background: #eaeaea;
}

.points-table td {
  line-height: 42px;
  font-size: 14px;
  color: #4c4c4c;
}

.points-table td:nth-child(2),
.points-table td:nth-child(3) {
  color: #f47214;
}

.setting .user-msg {
  width: 100%;
  border: none;
  padding: 50px 30px 30px;
}

.setting .user-text {
  margin-left: 195px;
}

.setting .user-pic {
  width: 142px;
  height: 142px;
  padding: 5px;
  margin-top: 10px;
}

.setting .user-text h5 {
  line-height: 60px;
}

.setting .user-text a {
  display: block;
  width: 122px;
  text-align: center;
  line-height: 37px;
  border-radius: 13px;
  background: #ff6728;
  color: #fff;
}

.setting-form dl {
  color: #000;
  line-height: 49px;
  margin-bottom: 33px;
}

.setting-form dt {
  width: 110px;
  text-align: right;
  float: left;
}

.setting-form dd {
  margin-left: 135px;
}

.setting-form dd a {
  margin-left: 180px;
  color: #df0000;
}

.setting-form input[type="text"],
.setting-form select {
  width: 274px;
  height: 49px;
  box-sizing: border-box;
  border: 1px solid #d2d2d2;
  line-height: 47px;
  padding: 0 30px;
  border-radius: 5px;
  font-size: 14px;
}

.setting-form input[type="text"].add-input {
  width: 640px;
}

.setting-form dd input[type='radio'] {
  margin-right: 8px;
}

.setting-form dd label {
  margin-right: 30px;
}

.distpicker select {
  width: 194px;
  box-sizing: border-box;
  height: 49px;
  border-radius: 5px;
  border: 1px solid #d2d2d2;
  padding: 0 30px;
  font-size: 14px;
  margin-right: 25px;
}

#company-form {
  display: none;
}

.appoint-filter {
  padding: 25px 0;
  background: #f7f7f7;
  margin-bottom: 45px;
  position: relative
}

.appoint-filter dl {
  font-size: 16px;
  line-height: 36px;
}

.appoint-filter dt,
.phone-wrap dt {
  width: 120px;
  text-align: right;
  color: #282828;
  float: left;
}

.appoint-filter dd {
  margin-left: 0;
}

.phone-wrap dd {
  margin-left: 170px;
}

.appoint-filter .appoint-filter-list {
  position: absolute;
  right: 0;
  top: 40%;
  z-index: 100;
  transform: translateY(-51%);
}

.appoint-filter .appoint_filter_list>li {
  float: left;
  text-align: center;
}


/* .appoint-filter-list>div:hover #login-nav-list{
 display: block;
} */

.appoint-filter dd a {
  display: block;
  position: relative;
  float: left;
  margin: 0 12px 0;
  padding: 0 10px;
  color: #282828;
  border-radius: 5px;
  transition: all .3s;
}

.appoint-filter dd a:after {
  content: '';
  width: 1px;
  height: 13px;
  position: absolute;
  background: #b8b8b8;
  right: -20px;
  top: 11px;
}


/*.appoint-filter dd a.no-r{margin-right: 0;}*/


/*.appoint-filter dd a.no-r:after{display: none;}*/

.appoint-filter dd a.ac,
.appoint-filter dd a:hover {
  color: #00a5b5;
}

.appoint-item {
  float: left;
  margin: 0 28px 54px 0;
  width: 287px;
  background: #f7f7f7;
  padding-bottom: 3px;
  height: 337px;
}

.appoint-item:nth-child(3n) {
  margin-right: 0;
}

.appoint-pic {
  height: 217px;
  overflow: hidden;
}

.appoint-pic img {
  width: 100%;
}

.appoint-item h3 {
  line-height: 55px;
  text-align: center;
  font-size: 18px;
  color: #000000;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 55px;
  margin-bottom: 24px;
}

.appoint-item h3 a {
  color: #000;
}

.appoint-btn {
  height: 38px;
  text-align: center;
  font-size: 14px;
  line-height: 38px;
}

.appoint-btn a {
  width: 140px;
  float: left;
  display: block;
  background: #ff6728;
  color: #fff;
  margin-left: 3px;
}

.appoint-btn a:last-child {
  background: #01707b
}

.notice-top {
  margin: 35px 0 0;
  line-height: 60px;
  background: #eaeaea;
  font-size: 16px;
  color: #414141;
  height: 60px;
}

.notice-filter a {
  margin-left: 35px;
  color: #414141;
}

.notice-filter a.ac {
  color: #ed6b2d;
}

.notice-static {
  width: 137px;
  border-left: 2px solid #fff;
  text-align: center;
}

.notice-static1 {
  width: 250px;
  border-left: 2px solid #fff;
  text-align: center;
}

.notice-list {
  line-height: 71px;
  border-bottom: 1px solid #f1f3f6;
  margin-bottom: 30px;
}

.notice-list li {
  border-bottom: 1px solid #f1f3f6;
  width: 1100px;
  overflow: hidden
}

.notice-list a {
  color: #bcbcbc;
}

.notice-list p {
  float: left;
  width: 530px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.notice-list .notice-list-static {
  color: #01707b;
  margin-left: 785px;
  text-align: center;
}

.notice-list-static1 {
  color: #01707b;
  margin-left: 380px;
  text-align: center;
  width: 400px
}

.notice-list .import a {
  color: #666666;
}

.notice-list .import .notice-list-static {
  color: #ff0000;
}

.change-phone h2 span {
  color: #01707b;
  font-size: 16px;
}

.phone-wrap {
  padding-top: 45px;
}

.phone-wrap dl {
  font-size: 14px;
  line-height: 49px;
  margin-bottom: 35px;
  height: 49px;
}

.phone-change-box {
  position: relative;
  width: 273px;
  height: 49px;
  padding: 0 20px;
  border: 1px solid #d2d2d2;
  border-radius: 5px;
  line-height: 47px;
}

.phone-change-box img {
  position: absolute;
  right: 0;
  top: 4px;
}

.phone-change-box .phone-input {
  width: 100%;
  line-height: 47px;
  font-size: 14px;
}

.phone-change-box .code-input {
  width: 150px;
  line-height: 47px;
  font-size: 14px;
}

.phone-change-box .send-code {
  line-height: 47px;
  font-size: 14px;
  color: #ff6728;
  float: right;
}

.phone-change-box .send-code:focus {
  outline: none;
}

.phone-wrap .forget-word {
  margin-left: 35px;
  color: #ff6728;
}

.collection-wrap {
  padding-top: 45px;
  height: 20px;
  line-height: 20px
}

.collection-item {
  width: 271px;
  box-sizing: border-box;
  border: 1px solid #e9e9e9;
  float: left;
  margin: 0 40px 40px 0;
  position: relative;
  height: 264px;
}

.collection-item:nth-child(3n) {
  margin-right: 0;
}

.collection-pic {
  height: 206px;
  overflow: hidden;
}

.collection-pic img {
  width: 100%;
}

.collection-item p {
  padding-left: 20px;
  width: 205px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  color: #000000;
  line-height: 56px;
}

.collection-btn {
  position: absolute;
  width: 20px;
  height: 17px;
  background: url("../image/heart.png");
  right: 20px;
  bottom: 18px;
}

.pre-nav {
  border-bottom: 1px solid #e3e3e3;
  background: none;
  margin-bottom: 30px;
  margin-top: 20px;
}

.pre-table {
  text-align: center;
  margin-bottom: 30px;
}

.pre-table th {
  font-size: 16px;
  color: #000000;
  line-height: 53px;
  background: #e7e7e7;
  border-left: 1px solid #f1f3f6;
  border-right: 1px solid #f1f3f6;
}

.pre-table thead tr {
  border-bottom: 3px solid #007e8b;
}

.pre-table tbody {
  border-right: 1px solid #e4e4e4;
  border-left: 1px solid #e4e4e4;
}

.pre-table tbody tr {
  border-bottom: 1px dashed #e4e4e4;
}

.pre-table tbody td {
  font-size: 14px;
  color: #000000;
  line-height: 79px;
}

.apply-pre {
  float: right;
  display: block;
  width: 134px;
  height: 36px;
  line-height: 36px;
  font-size: 16px;
  color: #fff !important;
  text-align: center;
  border-radius: 5px;
  background: #ed4d01;
  margin-top: 15px;
}

#prestore,
.order-alert {
  position: absolute;
  z-index: 1000001;
  background: #fff;
  right: 20px;
  top: 120px;
  padding: 0 15px;
  height: 410px;
  width: 340px;
  display: none;
}


/*.order-alert{top:auto;bottom: 0;}*/

.order-alert {
  position: fixed;
  top: 50%;
  left: 50%;
  right: auto;
  transform: translate(-50%, -50%);
}

.order-alert p {
  font-size: 14px;
  color: #000000;
  line-height: 30px;
  padding: 0 20px;
  word-break: break-all;
}

.order-alert p span {
  color: #ff0000;
}

.order-alert img {
  display: block;
  margin: 0 0 15px 35px;
}

#prestore h3,
.order-alert h3 {
  font-size: 16px;
  color: #000000;
  line-height: 71px;
  border-bottom: 1px solid #dbdbdb;
  padding: 0 17px;
}

#prestore input {
  display: block;
  margin: 0 auto;
  width: 277px;
  height: 49px;
  line-height: 47px;
  box-sizing: border-box;
  padding: 0 17px;
  font-size: 14px;
  color: #000;
  border: 1px solid #d2d2d2;
  border-radius: 5px;
}

#prestore button {
  display: block;
  margin: 70px auto 0;
  width: 150px;
  height: 45px;
  line-height: 45px;
  box-sizing: border-box;
  font-size: 18px;
  color: #fff;
  border-radius: 10px;
  text-align: center;
  background: #ff6728;
  cursor: pointer;
}

#prestore p {
  font-size: 14px;
  color: #000;
  padding-left: 90px;
  line-height: 36px;
}

.prestore-cont form {
  margin-top: 73px;
}

.record .order-nav {
  background: none;
  margin-bottom: 0;
}

.record .order-title {
  background: #e7e7e7;
  color: #000;
}

.record .order-list p.lose {
  line-height: 18px;
  font-size: 12px;
  color: #ed4d01;
  margin-bottom: 10px;
}

.record .order-list p a {
  margin: 0 10px;
}

.record .pretty {
  font-size: 14px;
  color: #e60101;
  margin-top: 27px;
}

.pre-order-title>div:nth-child(1),
.pre-order-list>div:nth-child(1) {
  width: 220px;
}

.pre-order-title>div:nth-child(2),
.pre-order-list>div:nth-child(2) {
  width: 155px;
}

.pre-order-title>div:nth-child(3),
.pre-order-list>div:nth-child(3) {
  width: 145px;
}

.pre-order-title>div:nth-child(4),
.pre-order-list>div:nth-child(4) {
  width: 130px;
}

.pre-order-title>div:nth-child(5),
.pre-order-list>div:nth-child(5) {
  width: 130px;
}

.pre-order-title>div:nth-child(6),
.pre-order-list>div:nth-child(6) {
  width: 150px;
  border-right: none;
}

.pre-order-title>div:nth-child(7),
.pre-order-list>div:nth-child(7) {
  width: 110px;
}

.pre-order-title>div:nth-child(6) {
  border-right: 2px solid #fff;
}

.myPrestore {
  margin-top: 30px;
  background: #f1f3f6;
  position: relative;
  box-sizing: border-box;
  height: 170px;
  padding: 30px 35px 0;
}

.myPrestore h4 {
  font-size: 14px;
  color: #000000;
  line-height: 71px;
  float: left;
}

.myPrestore h4 strong {
  font-size: 20px;
  color: #ed4d01;
  margin-right: 40px;
  font-weight: normal;
}

.myPrestore-btn {
  width: 300px;
  position: relative;
}

.myPrestore-btn a {
  display: block;
  float: left;
  width: 135px;
  text-align: center;
  height: 36px;
  line-height: 36px;
  color: #fff;
  border-radius: 5px;
  margin: 0 0 15px 15px;
  font-size: 16px;
  background: #f47214;
}

.myPrestore-btn a:nth-child(2n) {
  background: #01707b;
}

#prestore-apply {
  text-align: center;
  height: 120px;
  background: #f1f3f6;
}

#prestore-apply p {
  padding: 0;
  line-height: 66px;
}

#prestore-apply a {
  display: inline-block;
  width: 84px;
  height: 33px;
  line-height: 33px;
  font-size: 14px;
  color: #ffffff;
  border-radius: 5px;
  background: #e36500
}

#prestore-apply a:last-child {
  background: #bfbfbf;
  margin: 0 12px;
}

#prestore-delete {
  height: 338px;
  overflow: auto;
}

#prestore-delete p,
#prestore-search p,
#consign-search p {
  padding: 0 12px;
  background: #f1f3f6;
  margin-bottom: 10px;
  line-height: 68px;
}

#prestore-delete p span,
#prestore-search p span,
#consign-search p span {
  margin-left: 25px;
}

#prestore-delete p a,
#prestore-search p a,
#consign-search p a {
  display: inline-block;
  float: right;
  width: 54px;
  height: 33px;
  text-align: center;
  background: #fff;
  border-radius: 3px;
  line-height: 33px;
  color: #1c1c1c;
  margin-top: 19px;
}

#prestore-search p a,
#consign-search p a {
  width: 93px
}

#prestore-search,
#consign-search {
  height: 338px;
  overflow: auto;
}

#prestore-result,
#consign-result {
  height: 260px;
  display: none
}

#login-content {
  width: 1200px;
  margin: 0 auto;
  height: 854px;
  margin: auto;
  position: relative;
  min-height: 510px;
  padding-top: 95px;
  display: flex
}

.login_backImg {
  background: url('../image/loginbg.jpg') center no-repeat;
}

#login-content .login_imgBack {
  width: 550px;
  height: 600px;
  top: 32px;
  position: relative;
  background: url('../image/register_pic.png') bottom right no-repeat;
}

.login {
  padding: 0 55px 30px 62px;
  background: #fff;
  border: 1px solid #dcdcdc;
  width: 320px;
  height: 600px;
  margin-left: 100px;
}

.login_back {
  height: 800px;
}

.loginCAdd {
  margin: 150px auto;
  height: 380px;
  /*position: relative;top:50%;left: 50%;margin-left: -220px;transform: translateY(-50%);*/
}

.login h2 {
  font-size: 18px;
  color: #000000;
  line-height: 70px;
  margin-bottom: 10px;
}

.login h3 {
  font-size: 14px;
  color: #acacac;
  line-height: 30px;
  margin-bottom: 20px;
  margin-top: 0px;
  padding-left: 32px;
  background: url("../image/lsafe.png") no-repeat 7px center;
}

.login-input {
  position: relative;
  margin-bottom: 15px;
}

.login-input input {
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding: 0 15px;
  font-size: 14px;
  line-height: 38px;
  height: 38px;
  border: 1px solid #ccc;
}

.login-input a {
  position: absolute;
  font-size: 14px;
  line-height: 38px;
  color: #01707b;
  right: 13px;
  top: 0;
}

.login-input .login-code {
  width: 180px;
}

.login-input .login-code-pic {
  width: 110px;
  height: 40px;
  overflow: auto;
  font-size: 12px;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
}

.login-input .login-code-pic.co {
  color: #01707b;
  font-family: '微软雅黑';
  background: #ececec
}

.login-input .login-code-pic img {
  width: 110px;
  height: 40px;
}

.login-btn {
  margin: 15px 0 0;
  width: 100%;
  text-align: center;
  height: 43px;
  line-height: 43px;
  font-size: 20px;
  color: #fff;
  background: #01707b;
  border-radius: 5px;
}

.login-remember .login-change {
  color: #01707b;
  display: inline-block;
  padding-right: 16px;
  background: url("../image/loginc.png") no-repeat right center;
}

.login p {
  font-family: "微软雅黑";
  margin-top: 10px;
  background: #f4f4f4;
  font-size: 12px;
  text-align: center;
  line-height: 35px;
  margin-bottom: 35px;
  color: #999;
}

.login-out {
  text-align: right;
  margin-top: 15px
}

.login-remember {
  margin-top: 28px
}

.tips img {
  width: 15px;
  height: 15px;
}

.login-out a {
  color: #01707b;
}

.login p a {
  color: #01707b;
  margin: 0 2px;
}

.login-out a {
  margin: 0 9px;
  font-size: 14px;
  color: #01707b;
  line-height: 30px;
}

.back-login {
  color: #01707b;
  font-size: 12px;
  font-family: '微软雅黑';
}

.l-phone {
  line-height: 40px;
  font-size: 24px;
  color: #ed5000;
  font-weight: bold;
  padding: 0 70px 0 46px;
  background: url("../image/lphone.png") no-repeat left center;
}

#uploader {
  width: 580px;
}

#uploader .queueList.webuploader-dnd-over {
  border: 3px dashed #999999;
}

#uploader p {
  margin: 0;
}

.element-invisible {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
}

#uploader .placeholder {
  padding-top: 90px;
  text-align: center;
  background: url(../image/image.png) center 5px no-repeat;
  color: #cccccc;
  font-size: 18px;
  position: relative;
}

#uploader .placeholder .webuploader-pick {
  font-size: 18px;
  background: #00b7ee;
  border-radius: 3px;
  line-height: 54px;
  text-align: center;
  *width: 120px;
  color: #fff;
  display: inline-block;
  margin: 0 auto 20px auto;
  cursor: pointer;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  width: 100%;
}

#uploader .placeholder .webuploader-pick-hover {
  background: #00a2d4;
}

#uploader .placeholder .flashTip {
  color: #666666;
  font-size: 12px;
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: 20px;
}

#uploader .placeholder .flashTip a {
  color: #0785d1;
  text-decoration: none;
}

#uploader .placeholder .flashTip a:hover {
  text-decoration: underline;
}

#uploader .filelist {
  list-style: none;
  margin: 0;
  padding: 0;
}

#uploader .filelist:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  overflow: hidden;
  clear: both;
}

#uploader .filelist li {
  width: 110px;
  height: 110px;
  background: url(../image/bg.png) no-repeat;
  text-align: center;
  margin: 0 8px 20px 0;
  position: relative;
  display: inline;
  float: left;
  overflow: hidden;
  font-size: 12px;
}

#uploader .filelist li p.log {
  position: relative;
  top: -45px;
}

#uploader .filelist li p.title {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  top: 5px;
  text-indent: 5px;
  text-align: left;
}

#uploader .filelist li p.progress {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 8px;
  overflow: hidden;
  z-index: 50;
  margin: 0;
  border-radius: 0;
  background: none;
  -webkit-box-shadow: 0 0 0;
}

#uploader .filelist li p.progress span {
  display: none;
  overflow: hidden;
  width: 0;
  height: 100%;
  background: #1483d8 url(../image/progress.png) repeat-x;
  -webit-transition: width 200ms linear;
  -moz-transition: width 200ms linear;
  -o-transition: width 200ms linear;
  -ms-transition: width 200ms linear;
  transition: width 200ms linear;
  -webkit-animation: progressmove 2s linear infinite;
  -moz-animation: progressmove 2s linear infinite;
  -o-animation: progressmove 2s linear infinite;
  -ms-animation: progressmove 2s linear infinite;
  animation: progressmove 2s linear infinite;
  -webkit-transform: translateZ(0);
}

@-webkit-keyframes progressmove {
  0% {
    background-position: 0 0;
  }

  100% {
    background-position: 17px 0;
  }
}

@-moz-keyframes progressmove {
  0% {
    background-position: 0 0;
  }

  100% {
    background-position: 17px 0;
  }
}

@keyframes progressmove {
  0% {
    background-position: 0 0;
  }

  100% {
    background-position: 17px 0;
  }
}

#uploader .filelist li p.imgWrap {
  position: relative;
  z-index: 2;
  line-height: 110px;
  vertical-align: middle;
  overflow: hidden;
  width: 110px;
  height: 110px;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webit-transition: 200ms ease-out;
  -moz-transition: 200ms ease-out;
  -o-transition: 200ms ease-out;
  -ms-transition: 200ms ease-out;
  transition: 200ms ease-out;
}

#uploader .filelist li img {
  width: 100%;
}

#uploader .filelist li p.error {
  background: #f43838;
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 28px;
  line-height: 28px;
  width: 100%;
  z-index: 100;
}

#uploader .filelist li .success {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 40px;
  width: 100%;
  z-index: 99;
  background: url(../image/success.png) no-repeat right bottom;
}

#uploader .filelist div.file-panel {
  position: absolute;
  height: 0;
  filter: progid: DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#80000000', endColorstr='#80000000')\0;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: 300;
}

#uploader .filelist div.file-panel span {
  width: 24px;
  height: 24px;
  display: inline;
  float: right;
  text-indent: -9999px;
  overflow: hidden;
  background: url(../image/icons.png) no-repeat;
  margin: 5px 1px 1px;
  cursor: pointer;
}

#uploader .filelist div.file-panel span.rotateLeft {
  background-position: 0 -24px;
}

#uploader .filelist div.file-panel span.rotateLeft:hover {
  background-position: 0 0;
}

#uploader .filelist div.file-panel span.rotateRight {
  background-position: -24px -24px;
}

#uploader .filelist div.file-panel span.rotateRight:hover {
  background-position: -24px 0;
}

#uploader .filelist div.file-panel span.cancel {
  background-position: -48px -24px;
}

#uploader .filelist div.file-panel span.cancel:hover {
  background-position: -48px 0;
}

#uploader .statusBar {
  height: 63px;
  border-top: 1px solid #dadada;
  padding: 0 20px;
  line-height: 63px;
  vertical-align: middle;
  position: relative;
}

#uploader .statusBar .progress {
  border: 1px solid #1483d8;
  width: 198px;
  background: #fff;
  height: 18px;
  position: relative;
  display: inline-block;
  text-align: center;
  line-height: 20px;
  color: #6dbfff;
  position: relative;
  margin: 0 10px 0 0;
}

#uploader .statusBar .progress span.percentage {
  width: 0;
  height: 100%;
  left: 0;
  top: 0;
  background: #1483d8;
  position: absolute;
}

#uploader .statusBar .progress span.text {
  position: relative;
  z-index: 10;
}

#uploader .statusBar .info {
  display: inline-block;
  font-size: 14px;
  color: #666666;
}

#uploader .statusBar .btns {
  position: absolute;
  top: 10px;
  right: 20px;
  line-height: 40px;
}

#filePicker2 {
  display: inline-block;
  float: left;
}

#uploader .statusBar .btns .webuploader-pick,
#uploader .statusBar .btns .uploadBtn,
#uploader .statusBar .btns .uploadBtn.state-uploading,
#uploader .statusBar .btns .uploadBtn.state-paused {
  background: #ffffff;
  border: 1px solid #cfcfcf;
  color: #565656;
  padding: 0 18px;
  display: inline-block;
  border-radius: 3px;
  margin-left: 10px;
  cursor: pointer;
  font-size: 14px;
  float: left;
}

#uploader .statusBar .btns .webuploader-pick-hover,
#uploader .statusBar .btns .uploadBtn:hover,
#uploader .statusBar .btns .uploadBtn.state-uploading:hover,
#uploader .statusBar .btns .uploadBtn.state-paused:hover {
  background: #f0f0f0;
}

#uploader .statusBar .btns .uploadBtn {
  background: #00b7ee;
  color: #fff;
  border-color: transparent;
}

#uploader .statusBar .btns .uploadBtn:hover {
  background: #00a2d4;
}

#uploader .statusBar .btns .uploadBtn.disabled {
  pointer-events: none;
  opacity: 0.6;
}

input[type="file"] {
  display: none;
}

.appoint-edit {
  padding-top: 40px;
}

.appoint-edit dt {
  width: 77px;
  float: left;
  line-height: 38px;
  color: #5d5d5d;
}

.appoint-edit dd {
  margin-left: 80px;
  margin-bottom: 20px;
  min-height: 38px;
}

.appoint-edit input[type="text"] {
  width: auto;
  height: 40px;
  border: 1px solid #dcdcdc;
  box-sizing: border-box;
  line-height: 38px;
  padding: 0 5px;
  font-size: 14px;
}

.appoint-edit .edit-pick {
  display: block;
  float: left;
  width: 193px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  font-size: 14px;
  color: #000000;
  background: #e8e8e8;
  cursor: pointer;
  position: relative;
}

.appoint-edit .edit-pick.ac {
  background: #01707b;
  color: #fff;
}

.appoint-edit .edit-aim {
  border: 1px solid #dcdcdc;
  height: 130px;
  box-sizing: border-box;
  padding: 0 20px;
  font-size: 14px;
  line-height: 38px;
  width: 582px;
}

.appoint-edit .edit-tip {
  font-size: 12px;
  color: #ff0000;
  line-height: 30px;
  margin-top: 10px;
}

#mceu_11 {
  width: 580px !important;
}

#mceu_30 {
  display: none;
}

.quantity-form {
  position: relative;
  overflow: hidden;
  height: 38px;
  width: 193px;
  background: #e8e8e8;
}

.decrement,
.increment {
  height: 38px;
  line-height: 38px;
  width: 52px;
  text-align: center;
  color: #999 !important;
  float: left;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  border-right: 1px solid #fff;
}

.increment {
  float: right;
  border-right: none;
  border-left: 1px solid #fff;
}

.decrement.disabled,
.increment.disabled {
  cursor: default;
  color: #e9e9e9;
}

.itxt {
  position: absolute;
  left: 54px;
  top: 0;
  width: 87px !important;
  height: 38px;
  line-height: 28px;
  text-align: center;
  margin: 0;
  font-size: 14px;
  color: #333;
  -webkit-appearance: none;
  border: none !important;
}

.edit-option {
  width: 100%;
  position: absolute;
  top: 38px;
  left: 0;
  z-index: 10;
  display: none;
}

.edit-pick .edit-choose {
  background: url("../image/down3.png") no-repeat 166px center;
}

.edit-option span {
  display: block;
  line-height: 38px;
  color: #000000;
  background: #e8e8e8;
  border-bottom: 1px solid #fff;
}

.login-header #logo {
  margin-left: 80px;
}

.index-container {
  height: 100%;
  width: 100%;
}

.index-container .swiper-slide {
  overflow: hidden;
  position: relative;
}

.index-container .wrap {
  position: absolute;
  box-sizing: border-box;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
}

.index-container h2 {
  height: 130px;
}

.index-container h2 img {
  display: block;
  height: 100%;
  margin: 0 auto 50px;
}

.banner-bgindex {
  display: block;
  position: absolute;
  z-index: -1;
}

.banner-bg {
  display: block;
  position: absolute;
  z-index: -1;
  margin-left: -360px;
}

.banner-link img {
  display: block;
  margin: 0 auto;
  width: 210px;
}

.banner-link p {
  text-align: center;
  font-size: 20px;
  color: #ffffff;
  line-height: 68px;
  margin-bottom: 13px;
}

.banner-btn {
  text-align: center;
}

.banner-btn a {
  display: inline-block;
  width: 197px;
  height: 53px;
  line-height: 53px;
  border-radius: 5px;
  margin: 0 16px;
  font-size: 24px;
  color: #fff;
  background: #00737d;
}

.banner-btn a:last-child {
  background: #ed5000;
}

#banner-prev {
  position: absolute;
  z-index: 10;
  left: 23px;
  top: 50%;
  cursor: pointer;
  background: url("../image/left.png");
  width: 56px;
  height: 56px;
}

#banner-next {
  position: absolute;
  z-index: 10;
  right: 23px;
  top: 50%;
  cursor: pointer;
  background: url("../image/right.png");
  width: 56px;
  height: 56px;
}

#banner .swiper-container-horizontal>.swiper-pagination-bullets {
  bottom: 20px;
}

#banner .swiper-pagination-bullet {
  width: 26px;
  height: 6px;
  border-radius: 3px;
  margin: 0 3px;
  background: #fff;
  opacity: .26;
}

#banner .swiper-pagination-bullet-active {
  background: #fff;
  opacity: 1;
}

.section {
  background: #fff;
  padding: 50px 0 45px;
}

.section:nth-child(2n) {
  background: #f6f6f6;
}

.section h2 {
  position: relative;
  text-align: center;
  font-size: 36px;
  line-height: 48px;
  color: #343434;
}

.section h2:after,
.section h2:before {
  content: '';
  width: 44px;
  height: 1px;
  position: absolute;
  left: 50%;
  top: 23px;
  background: #a9a9a9;
  margin-left: -150px;
}

.section h2:before {
  margin-left: 103px;
}

.section h3 {
  text-align: center;
  font-size: 16px;
  line-height: 23px;
  color: #303030;
  font-family: arial;
}

.section h4 {
  text-align: center;
  font-size: 16px;
  line-height: 37px;
  color: #303030;
  margin-bottom: 30px;
}

#service .wrap {
  padding-bottom: 10px;
}

.service-item {
  float: left;
  position: relative;
  z-index: 10;
  width: 330px;
  height: 330px;
  margin: 0 100px 50px 0;
}

.service-item:nth-child(3n) {
  margin-right: 0;
}

.service-wrap {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 330px;
  height: 320px;
  box-sizing: border-box;
  border-radius: 5px;
  border: 1px solid #e6e6e6;
  background: #f6f6f6;
  transition: background .3s;
}

.service-after,
.service-before {
  width: 330px;
  height: 320px;
  box-sizing: border-box;
  border-radius: 5px;
  border: 1px solid #e6e6e6;
  background: #fff;
  position: absolute;
}

.service-after {
  top: 4px;
  left: 4px;
  z-index: -21;
}

.service-before {
  top: 8px;
  left: 8px;
  z-index: -22;
}

.service-main {
  padding-top: 80px;
  text-align: center;
  transition: padding .3s;
}

.service-main i {
  display: block;
  height: 71px;
  margin-top: 10px;
}

.service-main i img {
  display: block;
  height: 100%;
  margin: 0 auto;
}

.service-main h5 {
  font-size: 22px;
  color: #3f3f3f;
  line-height: 36px;
  font-weight: bold;
  transition: color .3s;
}

.service-main h6 {
  font-size: 14px;
  color: #a7a7a7;
  line-height: 24px;
  font-family: airal;
  margin-bottom: 12px;
}

.service-main p {
  font-size: 15px;
  color: #313131;
  line-height: 30px;
}

.service-main p a {
  position: static;
  color: #313131;
  padding: 0;
  background: none;
  transition: color .3s;
}

.service-main p a:hover {
  color: #01707b;
}

.service-cont {
  opacity: 0;
  transition: opacity .3s;
  position: relative;
  height: 90px;
}

.service-item.ac .service-wrap {
  background: #f4f4f4;
}

.service-item.ac .service-main {
  padding-top: 30px;
}

.service-item.ac .service-main h5 {
  color: #007079;
}

.service-item.ac .service-cont {
  opacity: 1;
}

.service-cont a {
  position: absolute;
  right: 20px;
  bottom: -28px;
  line-height: 20px;
  font-size: 14px;
  color: #846851;
  padding-right: 23px;
  background: url("../image/sermore.png") no-repeat right center;
}

.service-cont .line1 {
  width: 0;
  height: 1px;
  background: #e1e1e1;
  position: absolute;
  top: -44px;
  right: 240px;
  transition: width .2s;
}

.service-cont .line2 {
  width: 0;
  height: 1px;
  background: #e1e1e1;
  position: absolute;
  top: -44px;
  left: 240px;
  transition: width .2s;
}

.service-cont .line3 {
  width: 1px;
  height: 0px;
  background: #e1e1e1;
  position: absolute;
  top: -44px;
  left: 26px;
  transition: height .2s .2s;
}

.service-cont .line4 {
  width: 1px;
  height: 0px;
  background: #e1e1e1;
  position: absolute;
  top: -44px;
  right: 26px;
  transition: height .2s .2s;
}

.service-cont .line5 {
  width: 0;
  height: 1px;
  background: #e1e1e1;
  position: absolute;
  bottom: -18px;
  left: 26px;
  transition: width .2s .4s;
}

.service-item:hover .service-cont .line1,
.service-item:hover .service-cont .line2 {
  width: 62px;
}

.service-item:hover .service-cont .line3 {
  height: 152px;
}

.service-item:hover .service-cont .line4 {
  height: 131px;
}

.service-item:hover .service-cont .line5 {
  width: 200px;
}

.reservations-table {
  width: 50%;
  box-sizing: border-box;
  padding: 0 24px 0 14px;
}

.reservations-table:last-child {
  padding: 0 14px 0 24px;
}

.reservations-table h5 {
  line-height: 51px;
  font-size: 26px;
  color: #303030;
}

.reservations-table th,
.reservations-table td {
  font-size: 14px;
  line-height: 40px;
  padding-left: 15px;
  box-sizing: border-box;
  text-align: left;
}

.reservations-table th {
  background: #007079;
  color: #fff;
}

.reservations-table td {
  color: #1f1f1f;
}

.reservations-table tbody tr {
  background: #fff;
}

.reservations-table tbody tr:nth-child(2n) {
  background: #f0f0f0;
}

.reservations-table table {
  box-shadow: 0 0 30px 10px rgba(0, 0, 0, .1);
}

.section .wrap {
  padding-bottom: 20px;
  overflow: inherit;
  position: relative;
}


/*.paper-container .swiper-slide,.paper-box{width: 290px;box-sizing: border-box;padding: 8px;background: #007079;height: 480px;}*/

.paper-box {
  padding: 8px;
  background: #007079
}

.paper-pic {
  height: 464px;
  overflow: hidden;
}

.paper-pic img,
.paper-spic img {
  width: 100%;
  transition: transform .3s;
  height: 100%;
}

.paper-spic {
  width: 89px;
  height: 117px;
  overflow: hidden;
  margin-top: 11px;
}

.paper-text {
  margin-top: 20px;
  width: 170px;
  box-sizing: border-box;
  padding-left: 8px;
}

.paper-text p {
  font-size: 14px;
  color: #fff;
  line-height: 26px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.paper-container .swiper-slide:hover .paper-pic img {
  transform: scale(1.1)
}

.paper-next {
  position: absolute;
  right: 0;
  top: -93px;
  width: 48px;
  height: 49px;
  background: #f2f2f2;
  cursor: pointer;
  line-height: 49px;
  text-align: center;
  font-size: 30px;
  color: #c5b3ac;
  transition: all .3s;
  border: 1px solid #a5a5a5;
}

.paper-prev {
  position: absolute;
  right: 61px;
  top: -93px;
  width: 48px;
  height: 49px;
  background: #f2f2f2;
  cursor: pointer;
  line-height: 49px;
  text-align: center;
  font-size: 30px;
  color: #c5b3ac;
  transition: all .3s;
  border: 1px solid #a5a5a5;
}

.paper-next:hover,
.paper-prev:hover {
  color: #e1e6d7;
  background: #a5a5a5;
}

.paper-more {
  position: absolute;
  right: 0;
  bottom: -27px;
  line-height: 32px;
  font-size: 16px;
  color: #ed5000;
}

.paper-more:hover {
  color: #007079;
}

#choose h2:after {
  margin-left: -185px;
}

#choose h2:before {
  margin-left: 135px;
}

#choose {
  background: #f6f6f6 url("../image/line.png") no-repeat center bottom;
}

#choose .wrap {
  padding-bottom: 145px;
  display: flex;
}

.choose-item {
  width: 25%;
  border-right: 1px solid #dfdfdf;
  box-sizing: border-box;
  text-align: center;
}

.choose-item:nth-child(4) {
  border-right: none;
}

.choose-top {
  border-bottom: 1px solid #dfdfdf;
  height: 197px;
}

.choose-top i {
  display: block;
  height: 49px;
  margin-bottom: 12px;
}

.choose-top i img {
  display: block;
  margin: 0 auto;
  height: 100%;
}

.choose-top h5 {
  font-size: 24px;
  color: #ed5000;
  line-height: 60px;
}

.choose-item p {
  font-size: 14px;
  color: #2d2d2d;
  line-height: 24px;
}

.choose-bot {
  height: 98px;
  box-sizing: border-box;
  padding-top: 37px;
}

.choose-bot h6 {
  font-size: 30px;
  color: #007079;
  line-height: 37px;
}

.c-dot {
  position: absolute;
  left: 345px;
  bottom: 70px;
  width: 12px;
  height: 12px;
  border: 1px solid #ebe9e8;
  box-sizing: border-box;
  padding: 8px;
  border-radius: 50%;
}

.c-dot2 {
  left: 865px;
  bottom: 90px;
}

.c-dot>div:first-child {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border: 1px solid #725c4e;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  animation: ripple 4500ms ease-out 225ms infinite;
  ;
  opacity: 0;
}

.c-dot>div:nth-child(2) {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border: 1px solid #fff;
  background: #fbbf2b;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
}

.c-dot>div:nth-child(3) {
  width: 200%;
  height: 200%;
  box-sizing: border-box;
  border: 1px solid #725c4e;
  border-radius: 50%;
  position: absolute;
  top: -8px;
  left: -8px;
  animation: ripple 4500ms ease-out 1575ms infinite;
  opacity: 0;
}


/*{animation: ripple 4500ms ease-out 2250ms infinite;}*/

.c-dot2>div:nth-child(1) {
  animation: ripple 4500ms ease-out 900ms infinite;
}

.c-dot2>div:nth-child(3) {
  animation: ripple 4500ms ease-out 2250ms infinite;
}

@keyframes ripple {
  0% {
    opacity: 0;
    transform: scale(0.5, 0.5);
  }

  25% {
    opacity: .6;
  }

  100% {
    opacity: 0;
    transform: scale(2);
  }
}

#agency .wrap {
  height: 540px;
  background: url("../image/map.png") no-repeat;
}

.point-area {
  width: 80px;
  height: 80px;
  position: absolute;
}

.point-name {
  position: absolute;
  left: 0px;
  top: 30px;
}

.point-area .point {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  border-radius: 50%;
}

.point-area .point-10:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  border: 2px solid #fbbf2b;
  opacity: 0;
  -webkit-animation: ripple2 4500ms ease-out 225ms infinite;
  -moz-animation: ripple2 4500ms ease-out 225ms infinite;
  -o-animation: ripple2 4500ms ease-out 225ms infinite;
  animation: ripple2 4500ms ease-out 225ms infinite;
}

.point-area .point-70:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  border: 2px solid #fbbf2b;
  opacity: 0;
  -webkit-animation: ripple2 4500ms ease-out 1575ms infinite;
  -moz-animation: ripple2 4500ms ease-out 1575ms infinite;
  -o-animation: ripple2 4500ms ease-out 1575ms infinite;
  animation: ripple2 4500ms ease-out 1575ms infinite;
}

.point-area .point-dot {
  z-index: 1;
  background-color: #fbbf2b;
  width: 10px;
  height: 10px;
}

.point-alert {
  position: absolute;
  left: 50%;
  bottom: 42px;
  padding: 10px;
  background: #fff;
  min-width: 100%;
  transform: translateX(-50%);
  border: 1px solid #4d2d12;
  border-radius: 3px;
  transition: opacity .3s;
  opacity: 0;
}

.point-alert:after {
  content: '';
  width: 16px;
  height: 8px;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  background: url("../image/alert.png");
  bottom: -8px;
}

.point-alert p {
  line-height: 24px;
  font-size: 12px;
  white-space: nowrap;
}

.point-area .point-pic {
  border: 1px solid #fbbf2b;
  border-radius: 50%;
  overflow: hidden;
  transition: opacity .3s;
  opacity: 0;
  z-index: 2;
  cursor: pointer;
  width: 60px;
  height: 60px;
  left: 50%;
  top: 50%;
  margin-left: -31px;
  margin-top: -31px;
}

.point-area .point-pic img {
  display: block;
  width: 100%;
}

.point-wrap {
  display: none
}

@keyframes ripple2 {
  0% {
    opacity: 0;
    transform: scale(0.1, 0.1);
  }

  5% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    transform: scale(1);
  }
}

.point-dot:hover .point-wrap {
  display: block;
}

.point-dot:hover .point-alert {
  opacity: 1;
}

.point-dot:hover .point-pic {
  opacity: 1;
}

.index-footer {
  padding-top: 108px;
  background: #313131;
}

.footer-ewm {
  width: 365px;
  padding-top: 15px;
}

.footer-ewm img {
  display: block;
  width: 210px;
  height: 210px;
  margin: 0 auto;
}

.footer-top {
  margin-left: 365px;
  margin-right: 365px;
  border-left: 1px solid #45556f;
  border-right: 1px solid #45556f;
  height: 235px;
  margin-bottom: 45px;
}

.footer-nav {
  display: flex;
}

.footer-nav a {
  width: 20%;
  font-size: 14px;
  color: #fff;
  line-height: 45px;
  margin-bottom: 18px;
  text-align: center;
}

.footer-btn {
  font-size: 0;
  text-align: center;
}

.footer-btn a {
  display: inline-block;
  width: 197px;
  text-align: center;
  line-height: 53px;
  border-radius: 5px;
  font-size: 18px;
  color: #101010;
  background: #c0c7ca;
  margin: 0 12px;
}

.footer-top h2 {
  line-height: 54px;
  font-size: 30px;
  color: #00737d;
  text-align: center;
  margin-top: 30px;
}

.footer-top h3 {
  line-height: 36px;
  font-size: 16px;
  color: #00737d;
  text-align: center;
}

.footer-link {
  border-top: 1px solid #45556f;
  border-bottom: 1px solid #45556f;
  font-size: 14px;
  color: #fff;
  line-height: 53px;
}

.footer-link a {
  color: #9ba8b9;
  margin-right: 30px;
}

.footer-copyright {
  font-size: 14px;
  color: #7f90a5;
  line-height: 110px;
  text-align: center;
}

.footer-copyright img {
  vertical-align: middle;
  margin: 0 10px;
}

.footer-copyright span {
  margin: 0 70px;
}

#index-banner {
  height: 540px;
  overflow: hidden;
}

.notice-container .wrap,
#index-banner .wrap {
  position: relative;
  height: 100%;
}

#index-notice {
  padding: 25px 0 50px;
  background: #fff;
}

.notice-pic {
  width: 349px;
  height: 226px;
  overflow: hidden;
}

.notice-pic img {
  width: 100%;
}

.notice-head .notice-item {
  padding-bottom: 42px;
  border-bottom: 1px solid #e8e8e8;
  min-height: 226px;
  padding-top: 42px;
}

.notice-text {
  margin-left: 395px;
}

.notice-text h3 {
  font-size: 16px;
  line-height: 40px;
  color: #4f4f4f;
}

.notice-text h3 a {
  color: #4f4f4f;
}

.notice-text p {
  font-family: '宋体';
  line-height: 30px;
  color: #4f4f4f;
}

.notice-text h4 {
  line-height: 52px;
  color: #01707b;
  font-size: 14px;
  margin-bottom: 22px;
}

.notice-text h4 a {
  color: #01707b;
}

.notice-tip span {
  display: inline-block;
  margin-right: 13px;
  padding: 0 15px;
  border-radius: 3px;
  line-height: 30px;
  font-size: 14px;
  color: #ffffff;
  background: #ed4d01;
}

.notice-tip span.nitoce-read {
  padding: 0 35px;
  background: #eee url("../image/look.jpg") no-repeat 12px center;
  color: #707070;
}

.notice-wrap {
  padding-top: 40px;
}

.notice-wrap .notice-item {
  background: #f5f5f5;
  padding: 12px 35px 30px;
  margin-bottom: 40px;
  transition: all .6s;
}

.notice-wrap h3 {
  line-height: 49px;
  font-size: 16px;
  color: #4f4f4f;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.notice-wrap h3 a {
  color: #4f4f4f;
}

.notice-wrap .notice-tip {
  margin-bottom: 25px;
}

.notice-wrap .notice-tip span:first-child {
  background: #eee;
  color: #707070;
}

.notice-wrap p {
  line-height: 30px;
  color: #4f4f4f;
  font-size: 14px;
}

.notice-wrap .notice-item:hover {
  box-shadow: 0 0 20px 10px rgba(0, 0, 0, .08)
}

.index-pages li a {
  border: none;
}

.index-pages li a.ac,
.index-pages li a:hover {
  background: #0099AD;
}

#index-paper {
  padding: 105px 0 100px;
  background: #fff;
}

.paper-slide {
  width: 400px;
  float: left;
  margin-bottom: 55px;
  box-sizing: border-box;
  padding: 0 55px;
}

#index-article {
  padding: 65px 0 70px;
  background: #fff;
}

.article-cont {
  width: 845px;
  box-sizing: border-box;
  padding: 45px 40px 135px;
  background: #f5f5f5;
}

.article-cont h2 {
  font-size: 18px;
  color: #000000;
  text-align: center;
  line-height: 37px;
}

.article-cont h3 {
  font-size: 14px;
  color: #727272;
  text-align: center;
  line-height: 34px;
  font-family: '宋体';
  margin-bottom: 23px;
}

.article-text {
  padding: 30px 0 70px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.article-text p {
  font-size: 14px;
  color: #4f4f4f;
  line-height: 30px;
  text-indent: 2em;
  font-family: '宋体';
  min-height: 30px;
}

.article-text img {
  display: block;
  margin: 20px auto 30px;
}

.article-btns {
  padding-top: 45px;
  position: relative;
}

.article-btns p {
  font-size: 14px;
  color: #4f4f4f;
  line-height: 26px;
  font-family: '宋体';
}

.article-btns p a {
  color: #4f4f4f;
  transition: color .3s;
}

.article-btns p a:hover {
  color: #ed4d01;
}

.article-btns .article-return {
  color: #696969;
  transition: color .3s;
  font-size: 14px;
  line-height: 26px;
  position: absolute;
  right: 0;
  top: 45px;
  font-family: '宋体';
}

.article-btns .article-return:hover {
  color: #ed4d01;
}

.article-slide {
  width: 325px;
  background: #f5f5f5;
  padding-bottom: 60px;
}

.article-slide h2 {
  padding: 0 22px;
  font-size: 16px;
  line-height: 42px;
  color: #313131;
  background: #e7e7e7;
}

.article-slide ul {
  padding: 0 25px;
}

.article-slide li {
  padding-top: 17px;
  font-size: 14px;
  font-family: '宋体';
  color: #4f4f4f;
  line-height: 42px;
  border-bottom: 1px dashed #bebebe;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.article-slide li a {
  color: #4f4f4f;
  transition: color .3s;
}

.article-slide li a:hover {
  color: #ed4d01;
}

.article-slide li span {
  display: inline-block;
  width: 30px;
  height: 21px;
  line-height: 21px;
  vertical-align: middle;
  color: #555555;
  font-style: italic;
  padding-left: 3px;
}

.article-slide li:first-child span,
.article-slide li:nth-child(2) span,
.article-slide li:nth-child(3) span {
  background: url("../image/span.png") no-repeat left center;
  color: #fff;
}

#index-banner.about-banner {
  height: 830px;
}

#index-banner.coop-banner {
  height: 540px;
}

#aboutcsg {
  background: #f7f7f7;
}

#aboutreason {
  background: #fff;
}

#aboutcsg,
#aboutreason {
  padding: 70px 0 140px;
}

#aboutcsg h2,
#aboutreason h2,
#coopreason h2,
#coopform h2 {
  font-size: 30px;
  color: #494949;
  text-align: center;
  line-height: 48px;
}

.aboutcsg-wrap {
  padding-top: 70px;
  display: flex;
  padding-bottom: 45px;
}

.aboutcsg-item {
  width: 25%;
  border-left: 1px solid #e1e1e1;
}

.aboutcsg-item:first-child {
  border: none;
}

.aboutcsg-item h3 {
  font-size: 48px;
  color: #000;
  line-height: 67px;
  text-align: center;
}

.aboutcsg-item h4 {
  font-size: 14px;
  color: #606060;
  line-height: 44px;
  text-align: center;
}

#aboutcsg p {
  font-size: 16px;
  color: #4f4f4f;
  line-height: 30px;
  margin-bottom: 30px;
}

.aboutresult-wrap {
  padding-top: 80px;
  display: flex;
  justify-content: space-between;
}

.aboutresult-item {
  width: 263px;
  box-sizing: border-box;
  background: #01707b;
  height: 355px;
  padding: 35px 24px 0;
}

.aboutresult-item i {
  display: block;
  height: 62px;
  margin-bottom: 10px;
}

.aboutresult-item i img {
  display: block;
  height: 100%;
  margin: 0 auto;
}

.aboutresult-item h3 {
  font-size: 16px;
  color: #ffffff;
  line-height: 48px;
  text-align: center;
}

.aboutresult-item p {
  font-size: 14px;
  color: #ffffff;
  line-height: 24px;
}

#coopreason {
  background: #f5f5f6;
  padding: 75px 0 80px;
}

#coopreason h2,
#coopform h2 {
  margin-bottom: 30px;
}

#coopreason h3 {
  font-size: 16px;
  color: #4f4f4f;
  line-height: 30px;
  text-align: center;
}

.coopreason-wrap {
  padding-top: 40px;
  display: flex;
}

.coopreason-item {
  width: 25%;
}

.coopreason-pic {
  height: 184px;
  overflow: hidden;
  margin-bottom: 15px;
}

.coopreason-pic img {
  width: 100%;
}

.coopreason-item h4 {
  text-align: center;
  line-height: 42px;
  color: #000;
  font-size: 16px;
}

.coopreason-item p {
  text-align: center;
  line-height: 24px;
  color: #3c3c3c;
  font-size: 14px;
  padding: 0 35px;
}

#coopform {
  padding: 70px 0 77px;
  background: url("../image/coopform.jpg") no-repeat center;
}

#coopform .form {
  width: 695px;
  margin: 0 auto;
}

.coopwrap input {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #d2d2d2;
  margin-bottom: 25px;
  background: #fff;
  padding: 0 20px;
  line-height: 49px;
  font-size: 14px;
}

.coopwrap textarea {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #d2d2d2;
  background: #fff;
  padding: 0 20px;
  line-height: 49px;
  font-size: 14px;
  height: 320px;
}

#coopform button {
  display: block;
  margin: 60px auto 0;
  width: 206px;
  height: 46px;
  line-height: 46px;
  font-size: 14px;
  text-align: center;
  color: #fff;
  background: #ed4d01;
  border-radius: 5px;
  cursor: pointer;
}

#content.edit-content {
  background: #fff;
}

#edit-wrap {
  margin-right: 360px;
}

#edit-wrap #slide-main {
  background: #fafafa;
  padding: 15px 55px 0 40px;
}

.edit-top {
  padding-left: 38px;
  background: #f1f6fa url("../image/tip.png") no-repeat 10px center;
  font-size: 12px;
  color: #4e4e4e;
  line-height: 31px;
  margin-bottom: 20px;
}

#slide-main-title {
  width: 25px;
  text-align: center;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #f2f2f2;
  font-size: 14px;
  color: #959595;
  line-height: 18px;
  box-sizing: border-box;
  padding-top: 350px;
}

#edit-wrap .appoint-edit {
  padding-top: 0;
}

.appoint-select {
  width: 163px;
  height: 39px;
  border: 1px solid #d8d8d8;
  background: #fff;
  text-align: center;
  line-height: 39px;
  font-size: 16px;
  color: #555555;
  position: relative;
  cursor: pointer;
}

.appoint-option {
  position: absolute;
  top: 39px;
  left: -1px;
  width: 268px;
  z-index: 10002;
}

.appoint-option a {
  display: block;
  line-height: 41px;
  font-size: 18px;
  color: #000000;
  padding: 0 20px;
  background: #e8e8e8;
  text-align: left;
}

.appoint-option a span {
  float: right;
  color: #888888;
  font-size: 16px;
}

.edit-item {
  height: 43px;
  overflow: hidden;
  margin-bottom: 13px;
}

.edit-name {
  line-height: 41px;
  font-size: 18px;
  color: #000000;
  padding: 0 20px;
  background: #e8e8e8;
  float: left;
  margin-right: 10px;
  box-sizing: border-box;
  width: 300px;
  border: 1px solid #a7a7a7;
}

.edit-name span {
  float: right;
  color: #888888;
  font-size: 16px;
}

.edit-num {
  float: left;
  position: relative;
  background: #e8e8e8;
  width: 193px;
}

#slide-main .itxt {
  position: absolute;
  left: 54px;
  top: 0;
  width: 87px !important;
  height: 38px;
  line-height: 28px;
  text-align: center;
  margin: 0;
  font-size: 14px;
  color: #333;
  -webkit-appearance: none;
  border: none !important;
}

.appoint-option {
  display: none;
}

.appoint-edit label {
  line-height: 36px;
  font-size: 14px;
  color: #0f0f0f;
}

.appoint-edit label span {
  color: #ff6728;
}

.appoint-edit label input {
  width: 17px;
  height: 17px;
  margin-right: 10px;
}

.appoint-edit h3 {
  line-height: 30px;
  background: #ebf3f9;
  font-size: 16px;
  color: #3f3f3f;
  padding-left: 17px;
  margin-bottom: 70px;
}

.appoint-edit dl {
  padding-left: 17px;
}

.appoint-f {
  font-size: 14px;
  color: #000000;
  line-height: 44px;
}

.appoint-f a {
  color: #01707b;
  margin-left: 20px;
}

.file-item {
  float: left;
  margin-right: 18px;
  position: relative;
  margin-bottom: 10px;
}

.file-item .picw {
  width: 110px;
  height: 110px;
  overflow: hidden;
}

.file-item .picw img {
  width: 100%;
}

.file-item .delete {
  position: absolute;
  left: 0;
  top: 0;
  padding: 0 10px;
  background: red;
  line-height: 30px;
  color: #fff;
}

.file-item .info {
  width: 105px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  border: 1px solid #dcdcdc;
  background: #fff;
  margin-top: 9px;
  font-size: 12px;
  color: #040404;
  overflow: hidden;
  white-space: nowrap;
}

.file-item .error {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  color: #ff0000;
  background: rgba(0, 0, 0, .4);
  font-size: 12px;
  line-height: 30px;
}

#filePicker {
  background: url("../image/add.jpg");
  width: 107px;
  height: 107px;
  cursor: pointer;
  float: left;
  position: relative;
}

#filePickerNew {
  background: url("../image/adds.svg");
  margin-left: 10px;
  background-repeat: no-repeat;
  width: 107px;
  height: 107px;
  cursor: pointer;
  float: left;
  position: relative;
}

#picker,
#ctlBtn {
  width: 111px;
  height: 37px;
  border-radius: 3px;
  background: #ff6020;
  text-align: center;
  line-height: 37px;
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  margin-right: 10px;
  float: left;
  position: relative;
}

#thelist .item {
  float: left;
  margin-right: 10px;
  font-size: 14px;
  line-height: 37px;
  color: #000000;
}

#uploader-p {
  font-size: 14px;
  color: #404040;
  line-height: 36px;
}

#edit-slide {
  width: 325px;
  float: right;
  background: #fafafa;
  padding: 0 20px 45px;
  box-sizing: border-box;
  z-index: 100;
}

#edit-slide h2 {
  font-size: 16px;
  color: #000000;
  line-height: 57px;
  margin-bottom: 10px;
}

#edit-slide dl {
  font-size: 14px;
  line-height: 30px;
}

#edit-slide dt {
  text-align: right;
  color: #969696;
  float: left;
}

#edit-slide dd {
  margin-left: 75px;
  color: #353535;
  min-height: 30px;
}

#edit-slide dd span {
  color: #ff6728;
}

#edit-slide dd span#span-price {
  float: right;
}

.edit-slide-cont {
  border-bottom: 1px dashed #969696;
  padding-bottom: 10px;
}

#edit-slide h3 {
  padding-top: 10px;
  line-height: 30px;
  font-size: 14px;
  color: #969696;
}

#edit-slide h4 {
  line-height: 54px;
  font-size: 18px;
  color: #ff6600;
}

#edit-slide h4 strong {
  font-size: 30px;
  font-weight: normal;
}

#edit-slide p {
  line-height: 40px;
  font-size: 14px;
  color: #000000;
}

#edit-slide p input {
  width: 17px;
  height: 17px;
  margin-right: 10px;
}

#edit-slide button {
  display: block;
  width: 100%;
  border: none;
  height: 38px;
  line-height: 38px;
  font-size: 18px;
  color: #f3f3f3;
  text-align: center;
  background: #ff6728;
  cursor: pointer;
}

.edit-h1 {
  height: 64px;
  background: #f7f7f7;
  border-bottom: 1px solid #e5e5e5;
}

.edit-h1 p {
  font-size: 24px;
  color: #000000;
  line-height: 64px;
  padding-left: 33px;
  background: url("../image/h1.png") no-repeat left center;
}

#help {
  position: relative;
}

.help-slide {
  width: 440px;
  background: #f1f7fe;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  overflow-y: auto;
}

.help-cont {
  margin-left: 440px;
  border-left: 1px solid #e8ebef;
  background: #f7f7f7;
  overflow-y: auto;
}

.help-slide h2 {
  padding-top: 12px;
  padding-left: 170px;
  line-height: 95px;
  font-size: 16px;
  color: #000000;
  font-weight: bold;
  border-bottom: 1px solid #e2e6ea;
}

.help-nav {
  padding-left: 140px;
  padding-top: 37px;
  font-size: 14px;
  line-height: 30px;
  padding-bottom: 37px;
}

.help-nav>li>a {
  display: block;
  padding-left: 20px;
  background: url("../image/ul.png") no-repeat left center;
  color: #000;
}

.help-nav>li>a.open {
  background: url("../image/ul2.png") no-repeat left center;
}

.help-nav ul {
  padding-left: 35px;
}

.help-nav ul a {
  padding-left: 17px;
  display: block;
  background: url("../image/li.png") no-repeat left center;
  color: #000;
}

.help-nav ul a.ac {
  color: #00a9eb;
  background: url("../image/li2.png") no-repeat left center;
}

.help-wrap {
  width: 910px;
  margin: 0 auto;
  padding: 20px 0;
}

.help-wrap h2 {
  line-height: 82px;
  font-size: 16px;
  color: #000000;
  border-bottom: 3px solid #c4c4c4;
}

.help-wrap dt {
  line-height: 80px;
  font-size: 16px;
  color: #000000;
  padding-top: 20px;
}

.help-wrap dd {
  line-height: 30px;
  font-size: 14px;
  color: #000000;
  padding: 15px 20px;
  background: #fff;
}

.help-header {
  height: 99px;
  background: #01707b;
}

.help-header #logo {
  width: 440px;
  margin: 0;
  border-right: 1px solid #60a4aa;
}

.help-header #logo img {
  display: block;
  margin: 0 auto;
}

.help-header h1 {
  font-size: 16px;
  color: #fff;
  line-height: 60px;
  font-weight: bold;
  float: left;
  margin-left: 50px;
}

.help-return {
  padding-right: 49px;
  border-right: 1px solid #60a4aa;
  margin-right: 22px;
}

.help-return a {
  display: block;
  width: 112px;
  height: 36px;
  text-align: center;
  border-radius: 5px;
  line-height: 36px;
  font-size: 16px;
  color: #fefefe;
  background: #e36500;
}

.detail-login {
  height: 46px;
  line-height: 46px;
  border-bottom: 1px solid #e5e5e5;
  font-size: 14px;
  color: #0f0f0f;
  text-align: center;
  margin-bottom: 50px;
}

.detail-login .detail-login-btn {
  margin-left: 45px;
  color: #ff6728;
}

.detail-login .detail-login-close {
  color: #0b0b0b;
  margin-left: 5px;
}

.detail-main {
  padding: 50px 0 80px;
  background: #F2F2F2;
  min-height: 410px;
}

.detail-swiper {
  width: 469px;
  position: relative;
  padding-top: 8px;
}

.detail-wrap {
  margin-left: 575px;
}

.detail-container {
  height: 400px;
}

.detail-container .swiper-wrapper {
  height: 353px;
}

.detail-container .swiper-slide {
  overflow: hidden;
}

.detail-container .swiper-slide img {
  width: 100%;
}

.detail-container.swiper-container-horizontal>.swiper-pagination-bullets {
  bottom: 0;
}

.detail-container .swiper-pagination-bullet {
  width: 64px;
  height: 3px;
  background: #d3d3d3;
  border-radius: 0;
  opacity: .7;
}

.detail-container .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}

.detail-container.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 14px;
}

.detail-next {
  right: -30px;
  top: 165px;
  position: absolute;
  width: 14px;
  height: 25px;
  background: url("../image/right3.png");
  cursor: pointer;
}

.detail-prev {
  left: -30px;
  top: 165px;
  position: absolute;
  width: 14px;
  height: 25px;
  background: url("../image/left3.png");
  cursor: pointer;
}

.detail-wrap h2 {
  font-size: 24px;
  color: #000000;
  line-height: 38px;
}

.detail-wrap h3 {
  font-size: 14px;
  color: #ff0000;
  line-height: 28px;
}

.detail-tip {
  padding-bottom: 6px;
  border-bottom: 1px dashed #d9d9d9;
  text-align: right;
  position: relative;
  top: -30px;
}

.detail-tip>span {
  display: inline-block;
  margin-left: 10px;
  padding-left: -10px;
  font-size: 12px;
  color: #868686;
  line-height: 46px;
}

.detail-tip>span>span {
  color: #01707A;
  font-weight: bold;
}


/*.detail-tip span:first-child{background: url("../images/span1.png") no-repeat left center;}*/


/*.detail-tip span:nth-child(2){background: url("../images/span2.png") no-repeat left center;}*/


/*.detail-tip span:nth-child(3){background: url("../images/span3.png") no-repeat left center;}*/

.detail-choose {
  padding-top: 0px;
  min-height: 164px;
}

.detail-choose span {
  display: block;
  float: left;
  text-align: center;
  cursor: pointer;
  line-height: 24px;
  font-size: 16px;
  color: #000000;
  border: 1px solid #dbdbdb;
  margin: 0 17px 17px 0;
  width: 187px;
  padding: 13px 0;
  border-radius: 20px
}

.detail-text ul li {
  list-style-type: disc !important;
  font-size: 14px;
  letter-spacing: 1px;
}

.detail-choose span.ac {
  color: #0A757E;
  border-color: #0A757E;
}

.detail-wrap .detail_des {
  display: inline-block;
  margin: 10px 0 15px 0px;
  white-space: normal;
  width: 100%;
  text-align: center;
  border-bottom: 1px dashed #d9d9d9;
  padding-bottom: 10px;
  word-wrap: break-word
}

.detail-wrap .detail-btns {
  margin-top: 15px;
}

.detail-btns a:first-child {
  padding: 8px 0;
  display: block;
  float: left;
  width: 166px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  margin-right: 20px;
  font-size: 18px;
  color: #fff;
  background: #01707A;
  border-radius: 10px
}

.detail_xin_font {
  color: #209fa7;
  font-size: 50px !important;
  float: right;
}

.detail-tabList>div:not(:first-child) {
  display: none;
}


/*.detail-btns a:first-child{background: #ff6728;}*/

.detail-data {
  background: #F2F2F2;
  padding: 20px 0 50px;
  border-top: 1px solid #e5e5e5;
}

.detail-require {
  padding: 20px 25px;
  background: #FBFBFB;
  color: #000000;
  line-height: 24px;
}

.detail-require span {
  color: #ff0000;
}

.detail-data .wrap {
  position: relative;
}

.detail-data .wrap>div {
  margin-bottom: 3px;
}

.detail-data h2 {
  font-size: 18px;
  color: #080808;
  line-height: 54px;
}

.detail-text {
  padding: 40px 25px 25px 40px;
  background: #fff;
  font-size: 14px;
  color: #020202;
  line-height: 30px;
}

.detail-text11 {
  padding: 40px 25px 25px 40px;
  background: #fff;
  font-size: 14px;
  color: #020202;
  line-height: 30px;
}

.detail-text.detail-table {
  padding: 0;
  text-align: center;
}

.detail-text img {
  display: block;
}

.detail-text dt {
  float: left;
  color: #ff0000;
}

.detail-text dd {
  margin-left: 68px;
}

.detail-text span {
  color: #ff0000;
}

.detail-text .weixin_app img {
  width: 165px;
  height: 165px;
}

.weixin_box div {
  float: left;
}

.weixin_box .weixin_bus {
  position: relative;
  top: -10px;
  left: 20px;
}

.weixin_box div span {
  color: #01707B;
  font-weight: bold;
}

.weixin_box .weixin_bus .detail_toEmail {
  color: #0563C1;
  border-bottom: 1px solid #0563C1;
  padding-bottom: 1px;
}

.detail-table .table_box {
  padding: 40px 0;
  background: #FBFBFB;
  line-height: 59px;
  font-size: 16px;
  color: #414141;
  width: 100%;
}

.table_box .table_row {
  width: 100%;
}

.table_box .table_row div {
  float: left;
}

.table_box .table_row>div:first-child {
  width: 10%;
}

.table_box .table_row>div:nth-child(2) {
  width: 15%;
}

.table_box .table_row>div:nth-child(3) {
  width: 30%;
}

.table_box .table_row>div:last-child {
  width: 30%;
}


/*.detail-table th{background: #eaeaea;line-height: 59px;font-size: 16px;color: #414141;}*/


/*.detail-table td{line-height: 59px;font-size: 16px;color: #414141;}*/


/*.detail-table tbody tr{background: #fff;transition: background .3s;}*/


/*.detail-table tbody tr:hover{background: #f2f0f0;}*/

.detail-nav a {
  display: block;
  float: left;
  padding: 0 20px;
  color: #000000;
  line-height: 60px;
  font-size: 16px;
}

.detail-nav a:first-child {
  background-color: #fff;
  display: block;
  float: left;
  padding: 0 20px;
  color: #000000;
  line-height: 60px;
  font-size: 16px;
}

#login-nav-list2 {
  position: absolute;
  top: 40px;
  left: -225px;
  box-shadow: 2px 0 2px rgba(0, 0, 0, .1);
  z-index: 101;
  text-align: center;
  background: #fff;
  width: 510px;
  box-sizing: border-box;
  padding: 45px 0 30px 35px;
  display: none;
}

#login-nav-list2 a {
  display: block;
  float: left;
  margin: 0 15px 15px 0;
  width: 216px;
  height: 84px;
  box-sizing: border-box;
  padding-top: 20px;
  border-radius: 5px;
  background: #a9a9a9;
  transition: background .3s;
  padding-right: 0 !important;
  ;
}

#login-nav-list2 a:hover {
  background: #ed4d01;
}

#login-nav-list2 a p {
  font-size: 18px;
  color: #fff;
  line-height: 26px;
}

#login-nav-list2 a span {
  font-size: 14px;
  color: #fff;
  line-height: 22px;
  display: block;
}

em {
  font-style: normal;
}

@media only screen and (max-width: 1880px) {
  .login-nav {
    margin-left: 20px;
  }

  #header-search {
    width: 220px;
    margin-left: 20px;
  }

  #header-search input {
    width: 165px;
    font-size: 14px;
  }

  .l-phone {
    font-size: 18px;
  }

  #index-login {
    margin-right: 0;
  }

  .login-header #logo {
    margin-right: 20px;
  }

  .login-nav>div {
    margin-right: 10px;
  }
}

@media only screen and (max-width: 1640px) {
  /* .l-phone{display: none;}*/
}

@media only screen and (max-width: 1510px) {
  #header-search {
    margin-left: 28px;
  }

  .login-header #logo {
    margin: -6px 20px 0;
  }

  #index-login {
    margin-right: 20px;
    width: 92px;
  }

  .login-nav {
    margin-left: 20px;
  }
}

@media only screen and (max-width: 1380px) {
  .login-header #logo {
    margin-left: 20px;
    width: 250px;
  }

  .login-header #logo img {
    width: 100%;
  }

  .login-header .l-phone {
    padding-right: 20px;
  }

  .help-slide h2 {
    padding-left: 70px;
  }

  .help-nav {
    padding-left: 40px;
  }

  .help-slide {
    width: 240px;
  }

  .help-cont {
    margin-left: 240px;
  }

  .help-wrap {
    width: 90%;
  }

  #header-search button {
    width: 40px;
  }

  #header-search {
    width: 207px;
  }

  .login-nav>div a {
    padding: 0 10px;
  }
}


/*2018-10-10修改*/

.class-filter {
  padding: 30px 0 0;
  background: #f3f3f3;
}

.class-filter .appoint-filter {
  background: none;
  padding: 0;
  margin-bottom: 0;
}

#index-class {
  padding: 18px 0 50px;
  background: #f3f3f3;
}

#index-class .detail-tip {
  text-align: center;
  background: #ecf9fc;
  border-bottom: 1px solid #88def0;
  padding: 0;
}

#index-class .detail-tip span {
  margin: 0 10px;
}

.class-wrap {
  display: flex;
  flex-wrap: wrap;
  width: 1200px;
  margin: 0 auto;
}


/*2018-10-10修改*/

.class-slide {
  border: 1px solid #fff;
  padding: 15px;
  width: 245px;
  height: 288px;
  background: #fff;
  margin-bottom: 35px;
  text-align: center;
  margin-right: 30px;
}

.class-slide:nth-child(4n) {
  margin-right: 0;
}

.class-slide:hover {
  border: 1px solid #00a5b5;
}

.class-slide h2 a {
  color: #000;
}

.class-slide h2 {
  font-size: 16px !important;
  padding-top: 20px;
  font-size: 24px;
  color: #000000;
  line-height: 12px;
  transition: color .3s;
}

.class-slide h3 {
  font-size: 16px !important;
  padding: 15px 20px 12px;
  font-size: 14px;
  color: #7a7a7a;
  line-height: 28px;
  height: 28px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: color .3s;
}

.class-pic {
  height: 200px;
  position: relative;
  overflow: hidden;
}

.class-pic img {
  width: 245px;
  height: 187px;
}


/*2018-10-10修改结束*/

.class-pic .class-coll {
  width: 100%;
  position: absolute;
  bottom: -66px;
  left: 0;
  line-height: 66px;
  background: rgba(0, 0, 0, .75);
  font-size: 18px;
  color: #f3f3f3;
  transition: bottom .3s;
}

.class-appoint {
  padding: 14px 0 13px;
  display: none;
}

.class-appoint a {
  display: block;
  width: 166px;
  height: 38px;
  line-height: 38px;
  margin: 0 auto;
  font-size: 18px;
  color: #f3f3f3;
  background: #ff6728;
}

.class-slide:hover h2 a {
  color: #00a5b5;
}

.class-slide:hover h3 {
  color: #00a5b5;
}

.class-slide:hover .class-pic .class-coll {
  bottom: 0;
}

.tips img {
  padding-right: 10px;
}

.prestore-cont .prestore-tips {
  width: 200px;
  line-height: 40px;
  margin: 0 auto;
  text-align: center;
  color: red !important;
  background: #fff !important;
}

.card-alert {
  position: fixed;
  z-index: 100000;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .6);
  left: 0;
  top: 0;
  display: none;
}

.card-alert>div {
  position: absolute;
  width: 400px;
  height: 400px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 10px 10px rgba(255, 255, 255, .1);
  left: 50%;
  top: 50%;
  margin-left: -200px;
  margin-top: -200px;
  box-sizing: border-box;
  padding: 20px;
}

.card-alert h2 {
  font-size: 24px;
  line-height: 50px;
  text-align: center;
  border-bottom: 1px solid #ccc;
}

.card-alert ul {
  padding-top: 20px;
  height: 290px;
  overflow: auto;
}

.card-alert li {
  min-height: 36px;
  padding: 0 15px;
  margin-bottom: 10px;
  border: 1px solid #ccc;
  border-radius: 10px;
  line-height: 36px;
  font-size: 18px;
  text-align: right;
  cursor: pointer;
}

.card-alert li span {
  float: left;
}

.card-alert .close {
  cursor: pointer;
}

.login-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100000;
  min-width: 1200px;
}


/*#banner,#index-banner,.detail-main{padding-top: 95px;}*/


/*.class-filter{padding-top: 125px;}*/

.ud-cal,
.ud-fb {
  float: right;
  font-size: 14px;
  margin: 0 10px;
  color: #01707b;
}

.ud-cal {
  color: #ff0000;
}

.ud-step {
  margin: 35px 0;
  background: #f5f5f5;
  padding: 10px 0;
  display: flex;
}

.ud-stepi {
  width: 25%;
  text-align: center;
  line-height: 35px;
  font-size: 14px;
  color: #959595;
  background: url("../image/rr.png") no-repeat right center;
}

.ud-stepi:last-child {
  background: none;
}

.ud-stepi img {
  vertical-align: middle;
  margin-right: 10px;
}

.ud-stepi.ac {
  color: #01707b;
}

.ud-detail {
  padding-top: 30px;
  border-top: 1px solid #e8e8e8;
}

.ud-detail h3 {
  font-size: 14px;
  color: #151515;
  line-height: 53px;
  background: #e8e8e8;
  padding: 0 25px;
}

.ud-detail h3 span {
  float: right;
}

.ud-list {
  padding: 25px;
  border: 1px solid #e8e8e8;
}

.ud-list p {
  font-size: 14px;
  color: #000000;
  line-height: 30px;
}

.ud-list p span {
  color: #898989;
}

.ud-list p img {
  vertical-align: middle;
  margin-right: 20px;
  margin-bottom: 20px;
}

.detail-nav-wrap {
  position: relative;
  height: 60px;
}

#case img {
  margin: 10px auto;
}

.ud-main {
  position: relative;
}

.ud-list {
  width: 654px;
  box-sizing: border-box;
  padding: 10px;
  min-height: 170px;
}

.ud-list h4 {
  padding-left: 10px;
  line-height: 52px;
  font-size: 18px;
  color: #000;
}

.ud-list h4 span {
  color: #898989;
}

.ud-list li {
  height: 47px;
  margin-bottom: 7px;
  background: #ededed;
  padding: 0 20px;
}

.ud-list li>div {
  float: left;
  line-height: 47px;
  font-size: 14px;
  color: #000000;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 47px;
  box-sizing: border-box;
  padding: 0 5px;
}

.ud-list li>div:first-child {
  width: 225px;
}

.ud-list li>div:nth-child(2) {
  width: 90px;
}

.ud-list li>div:nth-child(3) {
  width: 148px;
}

.ud-list li>div:nth-child(4) {
  width: 120px;
}

.ud-state {
  width: 276px;
  position: absolute;
  height: 100%;
  right: 0;
  top: 0;
  border-bottom: 1px solid #e8e8e8;
  border-right: 1px solid #e8e8e8;
  box-sizing: border-box;
}

.ud-state p {
  width: 100%;
  position: absolute;
  line-height: 30px;
  text-align: center;
  top: 20px;
  left: 0;
  font-size: 14px;
  color: #151515;
}

.ud-state .ud-state-btn {
  width: 100%;
  position: absolute;
  line-height: 30px;
  text-align: center;
  bottom: 10px;
  left: 0;
  font-size: 14px;
  color: #151515;
}

.ud-state .ud-state-btn a {
  display: block;
  width: 50%;
  float: left;
  color: #a1a1a1;
}

.ud-state .ud-state-btn a:last-child {
  color: #01707b;
}

.ud-state h4 {
  font-size: 36px;
  color: #ed4d01;
  line-height: 56px;
  margin-top: -28px;
  text-align: center;
  top: 50%;
  position: absolute;
  width: 100%;
}

.ud-msg {
  padding: 20px 30px;
  border: 1px solid #e8e8e8;
  border-top: none;
}

.ud-msg p {
  width: 50%;
  float: left;
  font-size: 14px;
  color: #000000;
  line-height: 30px;
}

.ud-msg p span {
  color: #ed4d01;
}

.ud-pay {
  padding: 0 25px;
  border: 1px solid #e8e8e8;
  border-top: none;
}

.ud-pay p {
  width: 33.33%;
  float: left;
  font-size: 14px;
  color: #000000;
  line-height: 74px;
}

.ud-pay p span {
  color: #ed4d01;
}

.ud-pic,
.ud-tip {
  border: 1px solid #e8e8e8;
  padding-left: 25px;
  margin-top: 15px;
}

.ud-pic h4,
.ud-tip h4 {
  line-height: 54px;
  color: #000000;
  font-size: 14px;
  padding-left: 5px;
}

.ud-pic li {
  width: 109px;
  margin: 0 40px 0 0;
  height: 145px;
  float: left;
}

.ud-pic-box {
  height: 106px;
  overflow: hidden;
  position: relative;
}

.ud-pic-box img {
  position: absolute;
}

.ud-pic p {
  text-align: center;
  line-height: 30px;
  font-size: 14px;
  color: #000;
}

.ud-tip {
  padding-right: 25px;
}

.ud-tip-cont {
  padding-bottom: 25px;
}

.ud-tip h4 a {
  color: #000;
  float: right;
}

.ud-tip p {
  font-size: 14px;
  color: #000;
  line-height: 30px;
}

.ud-download {
  padding: 0 25px;
  font-size: 14px;
  color: #000000;
  line-height: 60px;
}

.ud-download a {
  margin-right: 15px;
  color: #0077c2;
}

.login .loginmsg {
  margin: 0;
  color: red;
  height: 30px;
  line-height: 30px;
}

.licitform .must {
  color: #ff0000;
  margin-left: 10px;
}

.invite-total a.a-disable {
  background: #bfbfbf;
  cursor: default;
}


/*#slide-wrap{margin: 0 auto;}*/

.layui-layer-lan .layui-layer-title {
  background: #01707b !important;
}

#withdraw {
  position: fixed;
  z-index: 1000001;
  background: #fff;
  width: 340px;
  height: 240px;
  box-sizing: border-box;
  top: 50%;
  left: 50%;
  margin-left: -170px;
  margin-top: -100px;
  padding: 45px;
  display: none;
}

#withdraw h2 {
  font-size: 16px;
  line-height: 36px;
  color: #000;
  border-bottom: 0px none;
}

#withdraw input {
  width: 180px;
  height: 38px;
  box-sizing: border-box;
  border: 1px solid #d2d2d2;
  line-height: 38px;
  padding: 0 30px;
  border-radius: 5px;
  font-size: 14px;
  margin-top: 8px;
}

.withdraw-a {
  color: #01707b;
  display: block;
  font-size: 12px;
  float: right;
  height: 38px;
  line-height: 38px;
}

.withdraw-btn {
  display: block;
  width: 50px;
  line-height: 38px;
  height: 38px;
  text-align: center;
  border-radius: 5px;
  font-size: 16px;
  color: #fff !important;
  background: #ed5000;
  cursor: pointer;
  margin-left: 15px;
  margin-top: 4px;
}

.withdraw-tips {
  width: 200px;
  height: 28px;
  line-height: 28px;
  margin: 0 auto;
  font-size: 12px;
  text-align: center;
  color: red !important;
  background: #fff !important;
}

.withdraw-content {
  width: 200px;
  height: 28px;
  font-size: 13px;
  line-height: 28px;
  text-align: left;
  color: #A8A8A8;
}

#show-test {
  position: fixed;
  z-index: 1000000;
  background: #fff;
  width: 920px;
  height: 495px;
  box-sizing: border-box;
  top: 50%;
  left: 50%;
  margin-left: -460px;
  margin-top: -248px;
  padding: 45px;
  display: none;
}

#show-test {
  top: 50%;
  left: 50%;
}

#show-test p {
  font-size: 14px;
  color: #000000;
  line-height: 60px;
  padding: 0 20px;
}

#show-test p span {
  color: #ff0000;
}

#show-test th,
#show-test td {
  border: 1px solid #ccc;
  line-height: 30px;
}

#show-test th {
  width: 25%;
}

#uploader #dndArea+.filelist li {
  height: 150px;
}

#uploader #dndArea+.filelist li input {
  width: 100%;
  box-sizing: border-box;
}

#wx-share {
  position: fixed;
  z-index: 1001;
  background: #fff;
  width: 300px;
  height: 350px;
  box-sizing: border-box;
  top: 50%;
  left: 50%;
  margin-left: -150px;
  margin-top: -170px;
  padding: 45px;
  display: none;
}

#wx-share {
  top: 50%;
  left: 50%;
}

#qcode {
  padding-top: 20px;
}

.ud-state .ud-state-btn a:hover {
  color: #cc0000;
}

.detail-data .wrap>div {
  position: relative;
}

.href {
  position: absolute;
  left: 0;
  top: -150px;
}

.invite-exam {
  margin: 30px 15px 40px;
  border: 1px solid #e5e5e5;
  background: #f8f8f8;
  padding: 30px;
}

.invite-exam h3 {
  line-height: 60px;
  font-size: 16px;
  color: #030303;
}

.invite-exam p {
  line-height: 24px;
  font-size: 14px;
  color: #5a5a5a;
}

.invite-exam p span {
  color: #ed4d01;
}

.invite .invite-ea {
  display: block;
  margin-left: 30px;
  border-radius: 4px;
  line-height: 36px;
  text-align: center;
  width: 135px;
  background: #ed4d01;
  color: #fff;
  font-size: 16px;
}

#invite-t {
  width: 900px;
  height: 400px;
  box-sizing: border-box;
  background: #fff;
  padding: 40px 45px;
  display: none;
}

#invite-t h2 {
  font-size: 16px;
  color: #000000;
  line-height: 48px;
}

#invite-t h3 {
  font-size: 14px;
  color: #000000;
  line-height: 30px;
}

#invite-t textarea {
  display: block;
  width: 100%;
  border-radius: 5px;
  border: 1px solid #dcdcdc;
  box-sizing: border-box;
  padding: 20px;
  height: 150px;
  font-size: 14px;
  color: #333;
  line-height: 30px;
  margin: 20px 0;
}

.invite-tb a {
  display: block;
  float: right;
  width: 110px;
  line-height: 36px;
  text-align: center;
  border-radius: 4px;
  margin-left: 15px;
  font-size: 14px;
  color: #fff;
  background: #ff6728;
}

.invite-examing {
  padding: 120px 0 0;
}

.invite-examing img {
  display: block;
  margin: 0 auto 60px;
}

.invite-examing p {
  text-align: center;
  font-size: 14px;
  color: #000000;
  line-height: 36px;
}

#entranceTime .datepicker {
  width: 274px;
  height: 49px;
  border: none;
  line-height: 49px;
  padding: 0;
}

#entranceTime .datepicker table {
  line-height: 1.4;
}

#mslide {
  position: fixed;
  z-index: 1000;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

#mslide li a {
  width: 70px;
  height: 80px;
  display: block;
  background: #01707b;
  transition: all .3s;
  position: relative;
  margin-bottom: 1px;
}

#mslide li a:hover {
  background: #005b64;
}

#mslide li i {
  display: block;
  padding-top: 17px;
  height: 28px;
}

#mslide li i img {
  display: block;
  height: 100%;
  width: auto;
  margin: 0 auto;
}

#mslide li p {
  line-height: 34px;
  color: #fff;
  font-size: 12px;
  text-align: center;
}

#mslide .mslide {
  position: absolute;
  right: 83px;
  padding: 12px;
  border: 1px solid #e1e1e1;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
  display: none;
}

#mslide .mslide h4 {
  line-height: 26px;
  font-size: 18px;
  color: #ed4d01;
  white-space: nowrap;
}

#mslide .mslide:after {
  content: '';
  width: 7px;
  height: 14px;
  position: absolute;
  background: url("../image/slideborder.png");
  right: -6px;
  top: 50%;
  margin-top: -7px;
}

#mslide li a:hover .mslide {
  display: block;
}

#goTop {
  margin: 7px auto 0;
  cursor: pointer;
  border: 1px solid #e1e1e1;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  background: url("../image/gotop.png") no-repeat center;
  transition: all .3s;
}

#goTop:hover {
  background-color: #01707b
}

.fuce_ico {
  position: relative;
  width: 25px !important;
  height: 25px !important;
  left: 150px;
  top: -24px;
}

.appoint-filter dd a:after {
  content: '';
  width: 1px;
  height: 13px;
  position: absolute;
  background: #b8b8b8;
  right: -13px;
  top: 11px;
}


input[type="checkbox"] {
  /* 隐藏默认复选框 */
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  /* 设置自定义复选框的大小和位置 */
  width: 16px;
  height: 16px;
  padding: 0;
  margin: 0;
  /* 设置自定义复选框的边框样式和颜色 */
  border: 1px solid #eeeeee;
  /* 设置自定义复选框的背景颜色 */
  background-color: #ffffff;
}


input[type="checkbox"]:checked {
  width: 16px;
  height: 16px;
  background: url(../image/checked.png) no-repeat;
  background-size: 100% 100%;
}

input[type="checkbox"]:indeterminate {
  width: 16px;
  height: 16px;
  background: url(../image/hchecked.png) no-repeat;
  background-size: 100% 100%;
}

.indeterminate {
  width: 16px;
  height: 16px;
  background: url(../image/hchecked.png) no-repeat;
  background-size: 100% 100%;
}