* {
  margin: 0;
  padding: 0;
}

body {
  color: #555;
  font-size: 15px;
  line-height: 1.7;
  background-color: #f7fafc;
  text-align: center;
  font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB",
    "Microsoft YaHei", Arial, sans-serif;
}

html,
body {
  height: 100%;
}

body,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
p {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

#wrapper {
  width: 315px;
  margin: 0 auto;
  padding-top: 15px;
  position: relative;
}

h2 {
  margin: 30px 0;
  font-weight: 400;
  font-size: 18px;
}

.download_btn {
  border: 1px solid #00B42A;
  color: #00B42A;
  background-color: transparent;
}

.toast {
  position: absolute;
  display: none;
  left: 50%;
  top: 50%;
  z-index: 9999;
  margin: auto;
  padding: 16px 8px;
  transform: translate(-50%, -50%);
  min-width: 120px;
  min-height: 25px;
  line-height: 25px;
  border-radius: 5px;
  text-align: center;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
}

.custom-select {
  width: 315px;
  padding: 10px;
  font-size: 14px;
  border: 1px solid #ccc;
  border-radius: 4px;
  appearance: none;
  /* 移除默认的下拉箭头 */
  background-color: #fff;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 24 24"><path d="M7 10l5 5 5-5z"/></svg>');
  /* 自定义下拉箭头 */
  background-repeat: no-repeat;
  background-position: right 10px center;
}

.custom-select:focus {
  outline: none;
  border-color: #00B42A;
  box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
}


.download_btn {
	border: 1px solid #00B42A;
	color: #00B42A;
	background-color: transparent;
}

.btn_cone {
	position: relative;

}


.guide {
  padding-top: 5px;
  padding-right: 8px;
}

.app-box {
  width: 315px;
  height: 52px;
  padding: 0px 0;
  text-align: center;
}

.app-box .app-left {
  width: 100%;
  height: 52px;
  float: left;
}

.app-box img {
  width: 100%;
}

.mb_set {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 9999;
  color: #fff;
  display: none;
}

.click_left {
  padding: 20px;
  font-size: 20px;
}


.verification_code {
  border-radius: 5px;
  width: 100%;
  padding: 0px;
  margin-bottom: 10px;
  background-color: #f2f3f5;
}



#canvas {
  width: 150px;
  vertical-align: bottom;
}

.code input[type="text"] {
  padding-left: 10px;
  width: 160px;
  height: 40px;
  border-radius: 5px;
  border: 1px solid #ccc;
  outline: none;
}


.code input[type="text"]:focus {
  border-color: #00B42A;
  outline: 0;
  /*-webkit-box-shadow: inset 0 1px 1px #00B42A, 0 0 8px #00B42A;*/
  /*box-shadow: inset 0 1px 1px #00B42A, 0 0 8px #00B42A*/
}

.code input[type="button"]:hover {
  cursor: pointer;
  opacity: 0.8;
}


.app-box {
  width: 315px;
  height: 50px;
  padding: 0px 0;
  text-align: center;
}

.app-box .app-left {
  width: 100%;
  height: 50px;
  float: left;
}

.app-box img {
  width: 100%;
}

.button{
  background-color:#00B42A;
  color:white;
  width: 315px;
  height: 45px;
  border:0;
  font-size: 16px;
  box-sizing: content-box;
  border-radius: 5px;
}

.button:hover{
  background-color: #00B42A;
}

