﻿
.phone__bgd{
  /*background: #eee;*/
}

.phone__greey{
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
  z-index: 10;
}

.phone__show{
  width: 100%;
  position: fixed;
  top: 50%;
  margin: -225px auto 0;
  z-index: 11;
  /*background: red;*/
}

.phone{
  position: relative;
  width: 530px;
  height: 450px;
  border-radius: 8px;
}
.phone iframe{
  display: block;
  width: 530px;
  height: 440px;
}

.form-bgd{
  padding-top: 1px;
}
.form__01{
  box-sizing: border-box;
  font-size: 0;
  text-align: center;
  width: 530px;
  height: 420px;
  padding-top: 50px;
  background: #fff;
  border-radius: 8px;
}

.form__01 h2{
  height: 20px;
  font-size: 24px;
  color: #4c4c4c;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
  padding-bottom: 16px;
  margin: 0 60px 35px;
  border-bottom: 1px solid #efefef;
}
.form__01 label{
  display: inline-block;
  vertical-align: top;
  width: 130px;
  height: 58px;
  border: 1px solid #c9c9c9;
  border-right: none;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
.form__01 label i{
  width: 32px;
  height: 32px;
  display: inline-block;
  vertical-align: top;
  /*background: url('../images/form-img01.png') no-repeat center;*/
  margin: 15px 0px;
  background-size: contain;
}
.form__01 label:nth-of-type(2) i{
  /*background: url('../images/form-img02.png') no-repeat center;*/
}
.form__01 label span{
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  width: 70px;
  font-size: 18px;
  color: #999;
  margin: 18px 0;
  padding: 0 1px 0 0;
  border-right: 1px solid #c9c9c9;
}
.form__01 input{
  width: 300px;
  height: 58px;
  padding: 0 10px;
  border: 1px solid #c9c9c9;
  border-left: none;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  margin-bottom: 10px;
}
.form__01 p{
  font-size: 16px;
  text-align: right;
  color: #999;
  margin: 0 40px 10px 0;
  line-height: 50px;
}
.form__01 p span{
  color: #1e8dff;
}
.form__01 a{
  display: block;
  width: 450px;
  height: 60px;
  font-size: 24px;
  color: #fff;
  line-height: 60px;
  text-align: center;
  border-radius: 8px;
  background: #ff4200;
  margin: 0 auto;
}
.phone i{
  position: absolute;
  top: 0;
  right: 0;
  width: 32px;
  height: 32px;
  font-size: 20px;
  color: #fff;
  font-style: normal;
  display: block;
  background: #4d4d4d;
  border-radius: 16px;
  text-align: center;
  line-height: 32px;
}
