@charset "UTF-8";

* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
  box-sizing: border-box;
}

body,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
p,
form,
button {
  margin: 0;
}
body, .csweb {
  max-width: 640px;
  margin: 0 auto;
}

html {
  color: #333;
  background-color: #fff;
  font-size: 3.33vw;
  user-select: none;
  -webkit-font-smoothing: antialiased;
  -webkit-backface-visibility: hidden;
  font-family: "Helvetica Neue", Tahoma, Arial, PingFangSC-Regular, "Hiragino Sans GB", "Microsoft Yahei", sans-serif;
}

a {
  text-decoration: none;
}

ol,
li,
ul {
  margin: 0;
  padding: 0;
}

ul,
ol {
  list-style: none;
}

input {
  padding: 0;
  box-shadow: none;
  border: none;
  color: #333;
  -webkit-appearance: none;
}

input:focus,
textarea,
button:focus {
  outline: transparent;
}

textarea {
  resize: none;
  border: none;
}

button {
  outline: none;
}

[disabled] {
  pointer-events: none;
}

input::-webkit-input-placeholder {
  color: #CFCFCF;
}

.csweb {
  position: fixed;
  display: block;
  z-index: 2;
  /* left: 50%; */
  width: 100%;
  height: 50px;
  bottom: 20px;
  /* margin-left: 10%; */
  /* background-image: url("../img/btn_icon_3x.png");
  background-repeat: no-repeat;
  background-size: 100% 100%; */
}
.csweb img {
  width: 80%;
  max-width: 380px;
}

.bottom {
  width: 100%;
  height: auto;
  padding: 0 10px 85px;
}
.bottom p {
  font-size: 10px;
  text-align: center;
  color: #666;
  line-height: 22px;
}
.bottom a {
  color: #FF7B3A;
  margin: 0 5px;
  text-decoration: underline;
}