@charset "utf-8";
body {
  padding: 0px;
  margin: 0px;
  font-family: -apple-system,  "Microsoft YaHei", BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB","Helvetica Neue", Helvetica, Arial, sans-serif,"Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 12px;
  font-weight: normal;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  color: #1d1d1d;
}
html,body{
  height: 100%;
}
article,
aside,
dialog,
footer,
header,
section,
footer,
nav,
figure,
menu {
  display: block;
  padding: 0px;
  margin: 0px;
}

h1,
h2,
h3,
h4,
ul,
li,
ol,
dd,
dl,
dt,
p,
form {
  padding: 0px;
  margin: 0px;
}

fieldset {
  border: none;
}

img {
  border: none;
}

li {
  list-style: none;
}

ol,
ul {
  list-style: none;
  outline: none;
}

input,
button,
textarea,
select,
optgroup,
option {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  resize: none;
}

textarea {
  *overflow: auto;
}

input,
button,
textarea,
select {
  *font-size: 100%;
  outline: none;
}

input,textarea{
    -webkit-appearance: none;
}

button {
  cursor: pointer;
  overflow: visible;
  outline: none;
  border: none;
}

input[type="reset"],
input[type="button"],
input[type="submit"] {
  cursor: pointer;
  overflow: visible;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption,
th {
  text-align: left;
}

sup,
sub {
  font-size: 100%;
  vertical-align: baseline;
}

a {
  outline: none;
  text-decoration: none;
  font-size: 12px;
  cursor: pointer;
}

a:hover {
  color: #e44670;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
}


.clearfix:before,
.clearfix:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  zoom: 1;
}

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

/*
* 布局
*/

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  margin-right: -15px;
  margin-left: -15px;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-11 {
  width: 91.66666667%;
}

.col-xs-10 {
  width: 83.33333333%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-8 {
  width: 66.66666667%;
}

.col-xs-7 {
  width: 58.33333333%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-5 {
  width: 41.66666667%;
}

.col-xs-4 {
  width: 33.33333333%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-2 {
  width: 16.66666667%;
}

.col-xs-1 {
  width: 8.33333333%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-pull-11 {
  right: 91.66666667%;
}

.col-xs-pull-10 {
  right: 83.33333333%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-8 {
  right: 66.66666667%;
}

.col-xs-pull-7 {
  right: 58.33333333%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-5 {
  right: 41.66666667%;
}

.col-xs-pull-4 {
  right: 33.33333333%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-2 {
  right: 16.66666667%;
}

.col-xs-pull-1 {
  right: 8.33333333%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-push-11 {
  left: 91.66666667%;
}

.col-xs-push-10 {
  left: 83.33333333%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-8 {
  left: 66.66666667%;
}

.col-xs-push-7 {
  left: 58.33333333%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-5 {
  left: 41.66666667%;
}

.col-xs-push-4 {
  left: 33.33333333%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-2 {
  left: 16.66666667%;
}

.col-xs-push-1 {
  left: 8.33333333%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-0 {
  margin-left: 0;
}

@media (min-width: 768px) {

  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-11 {
    width: 91.66666667%;
  }

  .col-sm-10 {
    width: 83.33333333%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-8 {
    width: 66.66666667%;
  }

  .col-sm-7 {
    width: 58.33333333%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-5 {
    width: 41.66666667%;
  }

  .col-sm-4 {
    width: 33.33333333%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-2 {
    width: 16.66666667%;
  }

  .col-sm-1 {
    width: 8.33333333%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-pull-11 {
    right: 91.66666667%;
  }

  .col-sm-pull-10 {
    right: 83.33333333%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-8 {
    right: 66.66666667%;
  }

  .col-sm-pull-7 {
    right: 58.33333333%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-5 {
    right: 41.66666667%;
  }

  .col-sm-pull-4 {
    right: 33.33333333%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-2 {
    right: 16.66666667%;
  }

  .col-sm-pull-1 {
    right: 8.33333333%;
  }

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-push-11 {
    left: 91.66666667%;
  }

  .col-sm-push-10 {
    left: 83.33333333%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-8 {
    left: 66.66666667%;
  }

  .col-sm-push-7 {
    left: 58.33333333%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-5 {
    left: 41.66666667%;
  }

  .col-sm-push-4 {
    left: 33.33333333%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-2 {
    left: 16.66666667%;
  }

  .col-sm-push-1 {
    left: 8.33333333%;
  }

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }

  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-sm-offset-0 {
    margin-left: 0;
  }
}

@media (min-width: 992px) {

  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-11 {
    width: 91.66666667%;
  }

  .col-md-10 {
    width: 83.33333333%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-8 {
    width: 66.66666667%;
  }

  .col-md-7 {
    width: 58.33333333%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-5 {
    width: 41.66666667%;
  }

  .col-md-4 {
    width: 33.33333333%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-2 {
    width: 16.66666667%;
  }

  .col-md-1 {
    width: 8.33333333%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-pull-11 {
    right: 91.66666667%;
  }

  .col-md-pull-10 {
    right: 83.33333333%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-8 {
    right: 66.66666667%;
  }

  .col-md-pull-7 {
    right: 58.33333333%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-5 {
    right: 41.66666667%;
  }

  .col-md-pull-4 {
    right: 33.33333333%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-2 {
    right: 16.66666667%;
  }

  .col-md-pull-1 {
    right: 8.33333333%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-push-11 {
    left: 91.66666667%;
  }

  .col-md-push-10 {
    left: 83.33333333%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-8 {
    left: 66.66666667%;
  }

  .col-md-push-7 {
    left: 58.33333333%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-5 {
    left: 41.66666667%;
  }

  .col-md-push-4 {
    left: 33.33333333%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-2 {
    left: 16.66666667%;
  }

  .col-md-push-1 {
    left: 8.33333333%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }

  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-md-offset-0 {
    margin-left: 0;
  }
}

@media (min-width: 1200px) {

  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-11 {
    width: 91.66666667%;
  }

  .col-lg-10 {
    width: 83.33333333%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-8 {
    width: 66.66666667%;
  }

  .col-lg-7 {
    width: 58.33333333%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-5 {
    width: 41.66666667%;
  }

  .col-lg-4 {
    width: 33.33333333%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-2 {
    width: 16.66666667%;
  }

  .col-lg-1 {
    width: 8.33333333%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-pull-11 {
    right: 91.66666667%;
  }

  .col-lg-pull-10 {
    right: 83.33333333%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-8 {
    right: 66.66666667%;
  }

  .col-lg-pull-7 {
    right: 58.33333333%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-5 {
    right: 41.66666667%;
  }

  .col-lg-pull-4 {
    right: 33.33333333%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-2 {
    right: 16.66666667%;
  }

  .col-lg-pull-1 {
    right: 8.33333333%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-push-11 {
    left: 91.66666667%;
  }

  .col-lg-push-10 {
    left: 83.33333333%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-8 {
    left: 66.66666667%;
  }

  .col-lg-push-7 {
    left: 58.33333333%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-5 {
    left: 41.66666667%;
  }

  .col-lg-push-4 {
    left: 33.33333333%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-2 {
    left: 16.66666667%;
  }

  .col-lg-push-1 {
    left: 8.33333333%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }

  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-lg-offset-0 {
    margin-left: 0;
  }
}



/*
* chosen插件样式
* author 胖胖吉
*/

/* @group Base */

.chosen-container {
  width: 100%;
  border: 1px solid #f4f4f4;
  height: 40px;
  position: relative;
  z-index: 1;
  cursor: pointer;
  float: left;
  display: inline;
  background-color: #f4f4f4;
}

.chosen-container .chosen-drop {
  display: none;
  position: absolute;
  left: -1px;
  top: 43px;
  border: 1px solid #e8e8e8;
  width: 100%;
}

.chosen-container.chosen-with-drop {
  z-index: 2;
}

.chosen-container.chosen-with-drop .chosen-drop {
  display: block;
}

.chosen-container a {}

.chosen-container .search-choice .group-name,
.chosen-container .chosen-single .group-name {}

.chosen-container .search-choice .group-name:after,
.chosen-container .chosen-single .group-name:after {}

.chosen-container .chosen-results {
  max-height: 145px;
  overflow: auto;
  overflow-x: hidden;
}

.chosen-container .chosen-results li {
  display: block;
  height: 29px;
  line-height: 29px;
  padding: 0px 10px;
  background-color: #ffffff;
  color: #989898;
}

.chosen-container .chosen-results li:hover,
.chosen-container .chosen-results li.result-selected {
  background-color: #7254b6;
  color: #FFF;
}

/* @end */

/* @group Single Chosen */

.chosen-container-single {}

.chosen-container-single .chosen-single {
  height: 40px;
  line-height: 41px;
  color: #333;
  padding: 0px 10px;
  padding-right: 28px;
  display: block;
  overflow: hidden;
}

.chosen-container-single .chosen-default {
  color: #999;
}

.chosen-container-single .chosen-single span {}

.chosen-container-single.chosen-container-active span {}

.chosen-container-single .chosen-single abbr {}

.chosen-container-single .chosen-single abbr:hover {}

.chosen-container-single.chosen-disabled .chosen-single abbr:hover {}

.chosen-container-single .chosen-single div {}

.chosen-container-single .chosen-single div b {
  width: 8px;
  height: 4px;
  position: absolute;
  right: 10px;
  display: block;
  top: 50%;
  margin-top: 0px;
}

.chosen-container-single .chosen-search {
  padding: 0px 10px;
  height: 28px;
  border-bottom: 1px solid #f4f4f4;
  background-color: #FFFFFF;
}

.chosen-container-single .chosen-search input[type="text"] {
  border: 1px solid #FFFFFF;
  height: 20px;
  margin-top: 3px;
}

.chosen-container-single .chosen-drop {}

.chosen-container-single.chosen-container-single-nosearch .chosen-search {}

.chosen-container-single.chosen-with-drop .chosen-drop {}

.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -21px -73px;
}

.chosen-container-single:hover .chosen-single div b {
  background-position: -21px -73px;
}

.search_field_select_chosen {
  height: 34px;
  border-color: #e8e8e8;
  margin-right: 20px;
}

.search_field_select_chosen .chosen-drop {
  top: 37px;
}

.search_field_select_chosen .chosen-single {
  height: 34px;
  line-height: 34px;
}

/* @group Multi Chosen */

.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0 5px;
  height: auto !important;
  cursor: text;
}

.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
  height: 40px;
}

.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
  margin-left: 5px;
}

.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  height: 20px;
  border: 1px solid #f4f4f4;
  margin-top: 9px;
  background-color: #f4f4f4;
  color: #999;
}

.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  height: 20px;
  border: 1px solid #f4f4f4;
  max-width: 100%;
  border-radius: 3px;
  color: #333;
  line-height: 20px;
  cursor: default;
  background-color: #7254b6;
  margin-top: 9px;
  padding: 0px 20px 0px 5px;
}

.chosen-container-multi .chosen-choices li.search-choice span {}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 50%;
  right: 4px;
  display: block;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  font-size: 1px;
  cursor: pointer;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {}

.chosen-container-multi .chosen-choices li.search-choice-disabled {}

.chosen-container-multi .chosen-choices li.search-choice-focus {}

.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {}

/* @end */

/*
* 表单样式
*/

.field-wrap {}

.field-wrap-mb20 {
  margin-bottom: 20px;
}

.field-title {
  font-size: 14px;
  color: #000000;
  text-align: justify;
  line-height: 22px;
  display: block;
  padding-bottom: 6px;
}

.field-input {
  padding: 0 12px;
  width: 100%;
  height: 48px;
  background-color: #EFEFF4;
  border: 1px solid #EFEFF4;
  border-radius: 4px;
  position: relative;
}

.field-tip-error .field-input input { 
  color: #D0021B; 
}

.field-input-value {
  line-height: 48px;
  color: #1d1d1d;
  font-size: 16px;
}

.field-textarea {
  padding: 0 20px;
  background-color: #ffffff;
  border: 1px solid #1d1d1d;
  border-radius: 4px;
}

.field-tip-error .field-textarea {
  border-color: #c91a1a;
}

.field-textarea textarea {
  border: 1px solid #ffffff;
  background-color: #ffffff;
  color: #333;
  margin-top: 10px;
  width: 100%;
  height: 157px;
  font-size: 16px;
  outline: none;
}

.field-input input {
  border: 1px solid #EFEFF4;
  background-color: #EFEFF4;
  color: #333;
  margin-top: 10px;
  width: 100%;
  font-size: 16px;
  outline: none;
  font-size: 14px;
  color: #000000;
  letter-spacing: 0;
  text-align: justify;
  line-height: 22px;
}

/*.field-input input::-webkit-input-placeholder,
.field-input input::-moz-placeholder,
.field-input input:-ms-input-placeholder,
.field-textarea textarea::-webkit-input-placeholder,
.field-textarea textarea::-moz-placeholder,
.field-textarea textarea:-ms-input-placeholder {
  color: #333;
}*/

.field-input input:-webkit-autofill,
.field-input textarea:-webkit-autofill,
.field-input select:-webkit-autofill {
    box-shadow: inset 0 0 0 1000px #EFEFF4!important;
}


/*input::-webkit-input-placeholder{
  font-family: PingFangSC-Regular;
  color: #9B9B9B;
  letter-spacing: 0;
}
*/
textarea::-webkit-input-placeholder{
  font-family: PingFangSC-Regular;
  color: #9B9B9B;
  letter-spacing: 0;
}

.field-select {
  padding: 0 16px;
  width: 100%;
  height: 44px;
  background-color: #EFEFF4;
  border: 1px solid #EFEFF4;
  border-radius: 4px;
  position: relative;
}

.field-tip-error .field-select {
  border-color: #c91a1a;
}


.field-wrap-block .field-select {
  width: 100%;
}

.field-select::after {
  position: absolute;
  content: '';
  display: block;
  width: 0;
  height: 0;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #4A4A4A;
  cursor: pointer;
}

.field-select select {
  display: block;
  border: 1px solid #EFEFF4;
  background-color: #EFEFF4;
  color: #333;
  margin-top: 8px;
  width: 100%;
  font-family: PingFangSC-Semibold;
  font-size: 16px;
  color: #000000;
  line-height: 26px;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

.field-error {
  font-family: PingFangSC-Regular;
  height: 22px;
  line-height: 22px;
  position: absolute;
  right: 10px;
  font-size: 14px;
  color: #D0021B;
  letter-spacing: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #EFEFF4;
  z-index: 2;
}

.field-success {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: url(../img/common/icon-correct.png) 0 0 no-repeat #FF2D55;
  display: none;
  z-index: 2;
}

.field-tip-success .field-success {
  display: block;
} 

/*
* 按钮
*/

.btn {
  background-color: #FF2D55;
  border-radius: 4px;
  border-radius: 4px;
  width: 120px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  font-family: PingFangSC-Semibold;
  font-size: 16px;
  color: #FFFFFF;
  display: block;
  overflow: hidden;
}


.btn-disable {
  border-color: #EFEFF4;
  background-color: #EFEFF4;
  color: #fff;
  cursor: not-allowed;
}

.btn-disable:hover {
  border-color: #EFEFF4;
  background-color: #EFEFF4;
  color: #fff;
}

/*
* 常用特效
*/

.animation {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  border-radius: 50%;
  width: 100px;
  height: 100px;
  background-color: #989898;
}

.animation-scale {
  animation: scale 1s ease-in infinite;
}

.animation-rotate {
  animation: rotate 3s linear infinite;
  border-radius: 6px;
}

.animation-shadow {
  box-shadow: 0 0 20px red;
  transition: box-shadow 0.5s linear;
}

.animation-shadow:hover {
  box-shadow: 0 0 20px yellow;
}

@keyframes scale {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(0.9);
  }

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

@keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
  }
}

/*
* 弹出框
*/

.popup {
  background-color: #FFFFFF;
  position: absolute;
  left: 50%;
  padding: 32px;
  z-index: 20;
  border-radius: 4px;
}

.popup__mask {
  background-color: #000000;
  opacity: 0.5;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 19;
}

.popup__close {
  position: absolute;
  right: 10px;
  top: 10px;
  padding-left: 20px;
  height: 26px;
  display: block;
  overflow: hidden;
  background: url(../img/common/icon-close.png) 0 center no-repeat;
  font-size: 16px;
  color: #9B9B9B;
  line-height: 26px;
  z-index: 1;
}

.popup__close:hover {
  color: #9B9B9B;
}

.layout {
  width: 1176px;
  margin: 0 auto;
}

/*分页*/
.pagination-wrap {
  padding-bottom: 50px;
}

.pagination {
  cursor: default;
  list-style: none;
  padding-left: 0;
  margin-top: 20px;
}

.pagination-wrap-center .pagination {
  text-align: center;
}

.pagination li {
  float: left;
  display: inline;
  margin-left: 8px;
  vertical-align: middle;
}

.pagination-wrap-center .pagination li {
  display: inline-block;
  float: none;
}

.pagination li a img{
    width: 8px;
    height: 14px;
    vertical-align: middle;
}

.pagination li .page {
  -moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  -ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  border-bottom: 0;
  border-radius: 4px;
  display: inline-block;
  height: 36px;
  width: 36px;
  line-height: 36px;
  margin: 0 0.125em;
  text-align: center;
  color: #1d1d1d;
  background-color: #fff;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #9B9B9B;
  letter-spacing: 0;
}

.pagination-wrap-center .pagination li .page {
  background-color: #EFEFF4;
}

.pagination-wrap-center .pagination li .page img {
  width: auto;
  height: 16px;
  vertical-align: middle
}

.pagination li .page:hover {
  color: #FF2D55;
}


.pagination li .page.active {
  background-color: #FF2D55;
  color: #ffffff;
}

.pagination li .page.active:hover {
  background-color: #FF2D55;
}

.pagination li .page.active:active {
  background-color: #FF2D55;
}


/*
* 头部
*/
.public-top{
  width: 100%;
  background-color: #000000;
  height: 80px;
  line-height: 80px;
  min-width: 1167px;
}
.public-nav{
  max-width: 1176px;
  margin: 0 auto;
}
.logo{
  float: left;
  height: 80px;
}
.logo img{
  width: 82px;
  height: 36px;
  vertical-align: middle;
}
.menu{
  float: right;
  height: 80px;
}
.menu li{
  display: inline-block;
  margin-right: 42px;
  position: relative;
}
.menu a{
  color: #FFFFFF;
  font-size: 16px;
}
.menu li:last-child{
  margin: 0;
}

.menu .register{
    margin: 0;
}
.menu .mobile-ctrl{
  display: none;
}
.menu .menu_active > a{
  color: #FF2D55;
}
.public-top_menu_active a{
  color: #FF2D55;
}
.menu .login{
  margin-left: 0;
  margin-right: 0;
}
.public-top .icon{
  position: absolute;
  top: 35%;
  right: -8px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #FF2D55;
}
.public-top .online-tips{
  position: absolute;
  bottom:-15px;
  left:25%;
  width: 130px;
  height: 34px;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #FF2D55;
  letter-spacing: 0;
  line-height: 34px;
  background: white;
  border-radius: 4px;
  text-align: center;
  z-index: 1;
}
.public-top .online-tips-text{
  position: relative;
}
.public-top .online-tips-text::before{
  position: absolute;
  left: 8px;
  top: -16px;
  content: '';
  width: 0;
  display: block;
  height: 0;
  border-width: 8px;
  border-style: solid;
  border-color:  transparent   transparent  #FFF transparent;
}
.public-top .online-tips-text-close{
  position: absolute;
  right:-13px;
  top: -13px;
  width: 26px;
  height: 26px;
  color: #FF2D55;
  background: url(../img/common/tips-close.png) center center no-repeat;
  background-size: cover;
}
.menu .public-message{
  padding-left: 42px;
  margin-right: 0;
}
.menu .public-header_img{
  padding-left: 42px;
}
.public-message img{
  height: 22px;
  width: 18px;
  vertical-align: middle;
}
.public-message_select{
  position: absolute;
  top: 80px;
  right: -6px;
  width: 318px;
  height: 388px;
  background-color: #000000;
  z-index: 10;
  color: #9B9B9B;
  display: none
}
.public-message_select .public-message_select_tittle{
  margin: 16px 16px 0;
  font-family: PingFangSC-Semibold;
  font-size: 16px;
  color: #FFFFFF;
  letter-spacing: 0;
  line-height: 26px;
  padding-bottom: 16px;
}
.public-message_select .public-message_select_clear{
  float: right;
  font-family: PingFangSC-Regular;
  font-size: 16px;
  color: #CCCCCC;
  letter-spacing: 0;
  line-height: 26px;
  cursor: pointer;
}
.public-message_select .public-message_select_item{
  padding: 16px;
  font-family: PingFangSC-Semibold;
  font-size: 15px;
  color: #9b9b9b;
  letter-spacing: 0;
  line-height: 26px;
  position: relative;
  border-bottom: 1px solid #4A4A4A;
}
.public-message_select .public-message_select_time{
  position: absolute;
  bottom: 0px;
  right: 8px;
  font-family: PingFangSC-Regular;
  font-size: 10px;
  letter-spacing: 0.1px;
  -webkit-transform:scale(0.8);
}
.public-message_select .public-message_select_item a{
  color: #9b9b9b;
}
.public-message_select .public-message_select_item:hover{
  background-color: #FF2D55;
}
.public-message_select .public-message_select_item:hover a{
  color: white;
}
.public-message_select .public-message_select_all{
  text-align: center;
  color: white;
}
.public-message_select .public-message_more a{
  position: relative;
}
.public-message_select .public-message_more a::after{
  position: absolute;
  right: -8px;
  top: 0;
  content: '';
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #FF2D55;
}
.public-header_img img{
  height: 24px;
  width: 24px;
  vertical-align: middle;
  border-radius: 50%;
}
.public-header_select{
  position: absolute;
  top: 80px;
  right: -8px;
  width: 182px;
  background-color: #000000;
  z-index: 10;
  color: #9B9B9B;
  padding: 16px 0;
  display:none
}
.public-class_select{
  width: 144px;
  padding: 7px 0;
  color: #9B9B9B;
  right: -6px;
}
.public-header_select dt{
  padding:8px 16px;
  line-height: 26px;
  font-family: PingFangSC-Regular;
  font-size: 16px;
  color: #9B9B9B ;
  letter-spacing: 0;
  line-height: 26px;
}
.public-header_select dt:hover{
  background-color: #FF2D55;
}
.public-header_select a:hover dt{
  color: white;
}
.public-header_select .public-header_select_name:hover{
  background-color: #000000;
}
.public-header_select .public-header_select_out:hover{
  background-color: #000000;
}
.public-header_select a{
  color: #9B9B9B ;
}
.public-header_select .public-header_select_active{
  background-color: #FF2D55;
}
.public-header_select .public-header_select_active{
  color: white;
}
.public-header_select .public-header_select_name{
  border-bottom: 1px solid #4A4A4A;
  padding: 0;
  padding-bottom: 16px;
  margin: 0 16px 8px;
}
.public-header_select .public-header_select_out{
  padding: 0;
  padding-top: 16px;
  margin:8px 16px 0;
  border-top: 1px solid #4A4A4A;
}
.menu .login a,.menu .register a{
  padding: 4px 16px;
  border-radius: 14.5px;
  width: 64px;
  height: 30px;
  text-align: center;
  line-height: 80px;
}
.menu .login a:hover,.menu .register a:hover{
  background: #FF2D55;
}
.menu .menu_login_active a{
  background: #FF2D55;
}
.drop-down{
  position: relative;
  padding-right: 17px;
}
.drop-down::after{
  position: absolute;
  right: 0;
  top: 47%;
  content: '';
  width: 0;
  display: block;
  height: 0;
  border-width: 5px;
  border-style: solid;
  border-color: #FFF transparent  transparent  transparent;
}
.drop-down-active::after{
  border-color: #FF2D55 transparent  transparent  transparent;
}
.drop-down:hover::after{
  border-color: #FF2D55 transparent  transparent  transparent;
}

.menu .m_passport{
    display: none;
}

/*底部*/
.map-wrap{
  position: relative;
}
.map-content{
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 9;
  background-color: #000000;
  background: url(../img/common/bot-map.jpg) center center no-repeat;
  background-size: cover;
  display: none;
}
.map-content-small{
  position: relative;
  height: 100%;
}
.map-text-content{
  position: absolute;
  left:  990px;
  top: 300px;
  font-family: PingFangSC-Regular;
  font-size: 16px;
  color: #FFFFFF;
  letter-spacing: 0;
  line-height: 26px;
  width: 255px;
}
.map-text-content p{
  margin-bottom: 8px;
}
.map-text-content p img{
  width: 7px;
  height: auto;
  vertical-align: middle;
}
.map-text-content p:first-child{
  color: #FF2D55;
  cursor: pointer;
}
.about{
  max-width: 1176px;
  margin: 0 auto;
  padding: 124px 0 82px;
}
.about-left{
  float: left;
  width: 430px;
}
.about-left_img{
  width: 302px;
  height: 48px;
  margin-bottom: 48px;
  margin-top: 52px;
}
.about-left_img img{
  width: 100%;
  height: 100%;
}
.about-left p{
  font-family: PingFangSC-Regular;
  font-size: 20px;
  color: #000000;
  text-align: justify;
  line-height: 30px;
}
.about-right{
  float: right;
  width: 376px;
}
.about-right ul{
  float: left;
  width: 50%;
  font-family: PingFangSC-Regular;
  font-size: 16px;
  color: #8E8E93;
  letter-spacing: 0;
  line-height: 26px;
}
.about-right li{
  margin-bottom: 16px;
  cursor: pointer;
}
.about-right a{
  font-size: 16px;
  color: #8E8E93;
}
.about-right h4{
  padding-bottom: 8px;
  font-weight: 600;
  color: #000000
}
.footer{
  border-top: 1px solid #C7C7CC ;
  max-width: 1176px;
  margin: 0 auto;
  padding: 16px 0 40px;
  text-align: center;
  font-family: SFProText-Light;
  font-size: 14px;
  color: #707074;
  letter-spacing: 0;
  line-height: 22px;
}
.open-wxqrcode{
  cursor: pointer;
  position: relative;
}
.open-wxqrcode .wxqrcode-img{
  position: absolute;
  width: 120px;
  height: 120px;
  left: 48px;
  bottom: -4px;
  border: 1px solid #EFEFF4;
  box-shadow: 0 3px 8px 0 rgba(0,0,0,0.10);
  border-radius: 4px;
  display: none;
}
.open-wxqrcode .wxqrcode-img::after{
  content: '';
  width: 0;
  display: block;
  height: 0;
  border-width: 5px;
  border-style: solid;
  border-color:  transparent #FFF transparent transparent ;
  position: relative;
  bottom: 28px;
  left: -10px;
}
.open-wxqrcode .wxqrcode-img img{
  width: 100%;
  height: 100%;
}
.bot-active{
  color: #FF2D55;
}

#login-hide-content{
  display: none;
}
#login-show-content{
  width: 776px;
  height: 592px;
  border-radius: 4px;
}



/*公共头部小屏样式*/
@media screen and (max-width:1176px){
  .public-top{
    min-width: 100%;
  }
  .public-nav{
      width: 100%;
  }
  .layout{
      width: 100%;
  }
  .logo{
    width: auto;
  }
  .menu{
    float: right;
    margin-right: 20px;
  }
  .online{
    width: 100%;
  }
}
@media screen and (max-width:450px){
  .layout{
    width: 100%;
  }
  .public-top{
    min-width: 100%;
    height: auto;
  }
  .logo{
    width: auto;
    text-align: center;
    margin-left:0; 
  }
  .menu{
    float: none;
    margin-right: 0;
    position: relative;
    height: auto;
  }
  .menu li{
    width: 49.5%;
    margin-right: 0;
    text-align: center;
    margin-left:0; 
  }
  .menu .mobile-ctrl{
    display: block;
  }
  .menu a{
    position: relative;
  }
  .menu .public-header_img{
    width: 10%;
    position: absolute;
    right:20px;
    top: 0;
  }
  .menu .public-message{
    width: 10%;
    position: absolute;
    right: 90px;
    top: 0;
    padding-left: 10px;
  }
  .menu .drop-down::after{
    display: none;
  }
  .about{
    padding: 62px 0 41px;
  }
  .about-left{
    float: none;
    text-align: center;
    width: auto;
    margin: 20px 10px;
  }
  .about-left_img{
    margin: 0 auto 24px;
  }
  .about-left p{
    font-size: 16px;
  }
  .about-right{
    float: none;
    text-align: center;
    width: 100%;
  }
  .footer{
    font-size: 12px;
    padding: 20px 0 40px;
  }
}
/* @media screen and (max-width:768px){
  .public-top{
    height: auto;
  }
  .logo{
    width:auto;
    text-align: center;
  }
  .about{
    padding: 62px 0 41px;
  }
  .about-left{
    float: none;
    text-align: center;
    width: auto;
    margin: 20px 10px;
  }
  .about-left_img{
    margin: 0 auto 24px;
  }
  .about-left p{
    font-size: 16px;
  }
  .about-right{
    float: none;
    text-align: center;
    width: 100%;
  }
  .footer{
    font-size: 12px;
    padding: 20px 0 40px;
  }
} */
@media screen and (min-width:768px) and (max-width:1167px){
  .public-top{
    height: auto;
  }
}


/*全局class*/
.wrap{
  background: #F7F7F7;
  min-height: 100%;
}
.btn{
  display:block;
  margin: 0 auto;
  width: 196px;
  height: 43px;
  background: #329BE8;
  border-radius: 21px;
  font-size: 18px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #F7F7F7;
  line-height: 43px;
  text-align: center;
}
.public-title{
  height: 50px;
  background: #329BE8;
  text-align: center;
  line-height: 50px;
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #FFFFFF;
}
a:hover{
  color: #fff;
}