*{
  margin: 0;
  padding: 0;
}
*, :after, :before{
      box-sizing: border-box;
}
@font-face {font-family: "iconfont";
  src: url('iconfont.eot'); /* IE9*/
  src: url('iconfont.eot') format('embedded-opentype'), /* IE6-IE8 */
  url('font.woff') format('woff'),
  url('iconfont.ttf') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
  url('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: #e6332b;
  border-top-left-radius: 6px;
  display: none;
  border-top-right-radius: 6px;
  z-index: 10000;
  text-align: center; }
  #form_data_box #top_close_box {
    text-align: right;
    /* position: absolute; */
    right: 0; }
    #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;
    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 #e6332b;
    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 {
      margin-bottom: 10px; }
    #form_data_box .form_data_box input {
      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%; }
      #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 {
      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: #e6332b;
  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;
  padding-right: 8px;
}
.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%;
  z-index: 10000;
  position: fixed;
  top: 0;
  left: 0;
  background: #000;
  display: none;
  opacity: 0.3; }

#Prompt_msg {
  width: 60%;
  background-color: #fff;
  opacity: 0;
  position: fixed;
  z-index: 10001;
  border-radius: 4px;
  display: none;
  height: 40px;
  line-height: 40px;
  top: 60%;
  left: 50%;
  transform: translate3d(-50%, -60%, 0);
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  font-family: 'Montserrat', sans-serif; }
#form_data_box{
  bottom: 0!important;
  top: inherit!important;
  transform: none!important;
}
#close_state_box{
  position: fixed;
  bottom: 0;
  right: -100%;
  z-index: 10000;
  display: none;
  overflow: hidden;
  width: auto!important;
  background-color: rgba(0,0,0,0)!important;
}
#close_state_box img{
  float: left;
  cursor: pointer;
  /* margin-right: 5px; */
}
#close_state{
  float: left;
  width: 55px;
  height: 55px;
  cursor: pointer;
  background-color: #e6332b;
  border-radius: 50px;
  text-align: center;
}
#close_state .close_state_box_tit i::before{
  content: "\e61f";
  font-weight: 300;
  vertical-align: unset;
  font-size: 38px;
  padding-right: 8px;
}
.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;
}
.close_state_box_tit i {
  padding-left: 10.5%;
}
@media only screen and (max-width: 768px) {
  #close_state_box,#close_state{
    /* width: 40%!important; */
    float: right;
  }
  /* #close_state_box img{
    display: none;
  } */
  #form_data_box #top_close_box {
    background-color: #e6332b;
    margin-top: 0; }

  #form_data_box {
    width: 100%;
    height: 100%;
    top: 0;
    transform: inherit; }
}

#form_data_box{
  z-index: 9997!important;
}
