body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
li,
ol,
ul,
dl,
dt,
dd,
a,
i,
b,
em,
strong,
img,
input {
  margin: 0;
  padding: 0;
}

b,
strong,
i,
em {
  font-weight: normal;
}

body,
html {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  text-decoration: none;
  color: #333;
}

li {
  list-style: none;
}

::-webkit-input-placeholder {
  color: #999;
}

:-moz-placeholder {
  color: #999;
}

::-moz-placeholder {
  color: #999;
}

:-ms-input-placeholder {
  color: #999;
}

::selection {
  background: #D03333;
  color: white;
  text-shadow: none;
}

::-webkit-scrollbar-track-piece {
  width: 6px;
  background-color: #f2f2f2
}

::-webkit-scrollbar {
  width: 8px;
  height: 8px
}

::-webkit-scrollbar-thumb {
  height: 50px;
  background-color: rgba(0, 0, 0, .3);
}

::-webkit-scrollbar-thumb:hover {
  background: #707070;
}

.clearfix:after {
  display: block;
  content: '';
  clear: both;
}

.clearfix {
  zoom: 1;
}

input {
  border: none;
  background: none;
  outline: none;
  -webkit-appearance: none;
}

textarea {
  outline: none;
  resize: none;
  -webkit-appearance: none;
}

body {
  letter-spacing: 0.8px;
  font-size: 16px;
  color: #544b4b;
  font-family: "Hiragino Sans GB", "MicroSoft YaHei", Arial, sans-serif;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

img,
input,
select {
  vertical-align: top;
}

img {
  display: block;
  border: none;
  width: 750px;
  margin: 0 auto;
}


/*预约主体*/
.box1-main {
  width: 656px;
  position: relative;
  top: 430px;
  margin: 0 auto;
  border-radius: 15px;
  padding: 42px;
  box-sizing: border-box;
}

.box1-main select,
.box1-main input {
  /* display: block; */
  width: 100%;
  height: 70px;
  margin-bottom: 20px;
  background-color:
    #fff;
  text-indent: 1em;
  font-size: 20px;
  border: none;
  box-sizing: border-box;
  padding-left: 15px;
  border-radius: 10px;
}

#PhoneCode {
  width: 360px;
  margin-right: 20px;
}

#fs {
  width: 186px;
  /* text-align: center; */
  padding-right: 24px;
  color: #f2f2f2;
  font-weight: 550;
  letter-spacing: 2px;
  background-color: #fe8649;
}

.yy {
  color: #f2f2f2;
  padding-right: 24px;
  font-weight: 550;
  letter-spacing: 2px;
  background-color: #fe8649 !important;
}


/*分享主体*/

.bgtp {
  width: 750px;
  margin: 0 auto;
  border-radius: 30px;
}



@media only screen and (max-width:1080px) {


  .box1-main {
    width: 20rem;
    top: 13.5rem;
    padding: 1rem;
    margin-left: 2.25rem;
  }

  .box1-main select,
  .box1-main input {
    width: 17rem;
    height: 2.75rem;
    margin-bottom: .5rem;
    font-size: 1rem;
  }

  #PhoneCode {
    width: 9rem;
    margin-right: 0;
  }

  #fs {
    width: 7rem;
    padding-right: 7rem;
  }

}