* {
  margin: 0;
  padding: 0; }

*, :after, :before {
  box-sizing: border-box; }

@font-face {
  font-family: "iconfont";
  src: url("../fonts/iconfont.eot");
  /* IE9*/
  src: url("../fonts/iconfont.eot") format("embedded-opentype"), url("../fonts/cf72c89307254f03994b25a8538276fa.woff") format("woff"), url("../fonts/iconfont.ttf") format("truetype"), url("../fonts/iconfont.svg") format("svg");
  /* iOS 4.1- */ }
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-youjian:before {
  content: "\e61f"; }

.icon-jia-copy:before {
  content: "\e60e"; }

.icon-jinbi-copy:before {
  content: "\e602"; }

.icon-mianbaoxiedaohangxiaokuai:before {
  content: "\e7bd"; }

.icon-jinbi1:before {
  content: "\e640"; }

.icon-zhifeiji:before {
  content: "\e60b"; }

.icon-jinbi:before {
  content: "\e60c"; }

.icon-zuojiantou:before {
  content: "\e606"; }

.icon-shangsanjiao-copy:before {
  content: "\e601"; }

.icon-ren:before {
  content: "\e62e"; }

.icon-xingxing:before {
  content: "\e617"; }

.icon-shang:before {
  content: "\e621"; }

.icon-soushuo:before {
  content: "\e600"; }

#form_data_box {
  width: 360px;
  position: fixed;
  bottom: 0%;
  right: -100%;
  background-color: #000;
  display: none;
  border-radius: 50%;
  z-index: 10000;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  text-align: center; }

#form_data_box #top_close_box {
  text-align: right;
  /*margin-top: -40px;*/
  margin-top: 0;
  position: absolute;
  top: 10px;
  right: 5px;
}

#form_data_box #top_close_box img {
  cursor: pointer; }

#form_data_box .form_data_box_tit {
  text-transform: uppercase;
  display: inline-block;
  text-align: center;
  font-size: 24px;
    padding-top: 20px;
  color: #fefefe;
  font-family: 'Anton', sans-serif;
  margin-bottom: 0; }

#form_data_box .form_data_box_tit i::before {
  content: "\e61f";
  font-weight: 300;
  vertical-align: unset;
  font-size: 38px;
  padding-right: 8px; }

#form_data_box .form_data_box_text {
  color: #fff;
  font-size: 16px;
  margin: 0;
  font-family: 'Roboto', sans-serif;
  font-weight: 500; }

#form_data_box .form_data_box {
  margin-top: 14px;
  border: 3px solid #000;
  border-top: none;
  background-color: #fff;
  width: 100%;
  padding: 20px 28px; }

#form_data_box .form_data_box .form_Prompt {
  font-size: 14px;
  text-align: left;
  margin-top: 10px;
  color: #f44436; }

#form_data_box .form_data_box div {
  position: relative;
  margin-bottom: 10px; }

#form_data_box .form_data_box input {
  color: #333;
  display: block;
  height: 40px;
  background: #eeeeee;
  border: none;
  outline: inherit;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  padding: 0 8px 0 24px;
  font-size: 14px;
  width: 100%; }
  .ewminga{
    position: absolute;
    right: 2%;
    top: 50%;
    transform: translateY(-50%);
    width: 85px
  }

#form_data_box .form_data_box input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #bdbdbd;
  font-size: 14px; }

#form_data_box .form_data_box input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #bdbdbd;
  font-size: 14px; }

#form_data_box .form_data_box input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #bdbdbd;
  font-size: 14px; }

#form_data_box .form_data_box input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #bdbdbd;
  font-size: 14px; }

#form_data_box .form_data_box textarea {
  color: #333;
  height: 120px;
  width: 100%;
  display: block;
  background: #eeeeee;
  border: none;
  outline: inherit;
  padding: 12px 24px;
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  resize: none; }

#form_data_box .form_data_box textarea::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #bdbdbd;
  font-size: 14px; }

#form_data_box .form_data_box textarea:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #bdbdbd;
  font-size: 14px; }

#form_data_box .form_data_box textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #bdbdbd;
  font-size: 14px; }

#form_data_box .form_data_box textarea:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #bdbdbd;
  font-size: 14px; }

#form_data_box .form_data_box button {
  display: block;
  width: 100%;
  height: 40px;
  background: #424242;
  color: #fefefe;
  font-family: 'Anton', sans-serif;
  border: none;
  outline: inherit; }

#form_data_box .form_data_box button i {
  font-size: 28px;
  vertical-align: middle; }

#form_data_box .form_data_box a {
  color: #bdbdbd;
  font-size: 12px;
  text-decoration: underline; }

#close_state_box {
  width: 360px;
  cursor: pointer;
  position: fixed;
  bottom: 0;
  right: -100%;
  z-index: 10000;
  background-color: #a4221e;
  border-top-left-radius: 6px;
  display: none;
  border-top-right-radius: 6px;
  text-align: center; }

#close_state_box .close_state_box_tit i::before {
  content: "\e61f";
  font-weight: 300;
  vertical-align: unset;
  font-size: 38px; }

.close_state_box_tit {
  text-transform: uppercase;
  display: inline-block;
  text-align: center;
  font-size: 24px;
  color: #fefefe;
  height: 50px;
  line-height: 50px;
  margin: 0;
  font-family: 'Anton', sans-serif; }

#Mask {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999999;
  background: #000;
  display: none;
  opacity: 0.3; }

#Prompt_msg {
  width: 60%;
  background-color: #000;
  opacity: 0;
  position: fixed;
  z-index: 999999999;
  border-radius: 4px;
  display: none;
  height: 40px;
  line-height: 40px;
  top: 60%;
  left: 50%;
  color: #FFF;
  transform: translate3d(-50%, -60%, 0);
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  font-family: 'Montserrat', sans-serif; }

#form_data_box {
  bottom: 5px !important;
  top: inherit !important;
  transform: none !important; }

#close_state_box {
  position: fixed;
  bottom: 5px;
  right: -100%;
  z-index: 10000;
  display: none;
  overflow: hidden;
  width: auto !important;
  background-color: transparent !important; }

#close_state_box img {
  float: left;
  cursor: pointer;
  margin-right: 5px; }

#close_state {
  float: left;
  width: 50px;
  cursor: pointer;
  background-color: #000;
  border-radius: 50%;
  text-align: center; }

#close_state .close_state_box_tit i::before {
  content: "\e61f";
  font-weight: 300;
  vertical-align: unset;
  font-size: 30px;}

.close_state_box_tit {
  text-transform: uppercase;
  display: inline-block;
  text-align: center;
  font-size: 24px;
  color: #fefefe;
  height: 50px;
  line-height: 47px;
  margin: 0;

  font-family: 'Anton', sans-serif; }

@media only screen and (max-width: 768px) {
  #close_state_box, #close_state {
    width: 50px !important; }

  #close_state_box img {
    display: none; }

  #form_data_box #top_close_box {
    /*background-color: #fff;*/
    margin-top: 0; }

  #form_data_box {
    width: 100%;
    height: 100%;
    top: 0;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    transform: inherit; } }
#form_data_box {
  z-index: 9999997 !important; }

/*# sourceMappingURL=form.css.map */
