* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}
html {
    background: #fff;
}
body {
    background: #5f94f8;
    min-height: 100%;
    max-width: 450px;
    margin: 0 auto
}
.btns {
    margin: 12px 0;
}
.btns .btn {
    display: block;
    width: 100%;
    height: 48px;
    line-height: 48px;
    background: #5f94f8;
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-weight:bold;
    outline: none;
    text-decoration: none;
    border-radius: 24px;
}
.overlay .modal .btn .btnx {
    display: block;
    width: 100%;
    height: 48px;
    line-height: 48px;
    background: #5f94f8;
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-weight:bold;
    outline: none;
    text-decoration: none;
    border-radius: 24px;
}


p {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

.aline {
    text-decoration:none;
    font-weight:500;
    color:#ff6a00;
}
/* 隐藏默认的复选框样式 */
input[type="checkbox"] {
    display: none;
}

/* 自定义复选框的容器样式 */
input[type="checkbox"] + label {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-color: #fff;
    border-radius: 10px;
    border: 2px solid #666;
    cursor: pointer;
    position: absolute;
    margin-right:5px;   
}

/* 自定义复选框的选中状态样式 */
input[type="checkbox"]:checked + label::after {
    content: '';
    position: absolute;
    top: 0px;
    left: 4px;
    width: 6px;
    height: 10px;
    border: 5px solid #ff6a00;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
}

h3 {
    display: block;
    font-size: 13px;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
}


.wrap {
    width: 100%;
    height: 100%;
    overflow: auto
}

.pic {
    display: block;
    width: 100%;
}

.input-wrap {
    width: 90%;
    margin-left: 5%;
    border: 2px #f1efed;
    height: 30%;
    border-radius: 15px;
    background: linear-gradient(135deg,#f3f2f0,#f3f1ee,#f6f5f3);
    margin-top: 1%;
    z-index: 1;
    padding: 20px;
}

.input-item {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    height: 50px;
    border-radius: 25px;
    margin: 12px 0;
    background: #fff;
}

.input-item .input {
    width: 100%;
    height: 50px;
    line-height: 50px;
    padding: 0 16px;
    background: #fff;
    border: 0;
    border-radius: 25px;
    font-weight:bold;
    font-size: 24px;
    color: #000;
    outline: none
}

.input-item .input-code {
    width: 60%;
    height: 50px;
    line-height: 50px;
    padding: 0 16px;
    background: #fff;
    border: 0;
    border-radius:25px;
    font-weight:bold;
    font-size: 24px;
    color: #ff6a00;
    outline: none
}

.input-item .send {
    width: 40%;
    height: 50px;
    line-height: 50px;
    color: #ff6a00;
    font-size: 16px;
    text-align: center;
    border: 0;
    background: none;
    outline: none;
    text-decoration: none;
}

.yidong_box {
    position:relative;
}

    .yidong_box .input-wrap2 {
        position: absolute;
        top: 460px;
        z-index: 9;
        padding: 10px 48px
    }

    .yidong_box .input-wrap3 {
        position: absolute;
        top: 490px;
        z-index: 9;
        padding: 10px 48px
    }

.fullscreen {
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0 ,.5);
    border: 1px solid #ccc;
    box-sizing: border-box;
    padding: 20px;
    position: fixed;
    z-index: 100;
    left: 0;
    top: 0;
    }

.box1{
        width: 100vw;
        height: 100vw;
        position: absolute;
        margin: auto;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        /* margin-right: 20px; */
        /* float: left; */
        }

.box2{
    width: 72vw;
    height: 30vw;
    position: absolute;
    margin: auto;
    top: 90%;
    right: 8%;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: space-between
  }
  
.box3{
    width: 72vw;
    height: 30vw;
    position: absolute;
    margin: auto;
    top: 100%;
    right: 0;
    bottom: 0;
    left: 20;
    display: flex;
    justify-content: space-between
  }

.close-btn {
  position: relative;
  width: 20px;
  height: 20px;
  cursor: pointer;
  margin: 0 10% auto auto;
  top: -98%;
}

.close-btn:before, .close-btn:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  top: 0;
  right: 0;
  left: 0;
  background-color: #3e77f6;
  transform: translate(0, -50%) rotate(45deg);
}

.close-btn:after {
  transform: translate(0, -50%) rotate(-45deg);
}

  .text_4 {
   width: 36vw;
   height: 12vw;
   cursor: pointer;
   color: white;
   padding: 14px 20px;
   display: inline-block;
   font-size: 16px;
   text-align: center;
   border-radius: 25px;
   border: 1px solid #3e77f6;
   line-height:5vw;
  }
  .text_5 {
   background: linear-gradient(177deg, #3e77f6 0%, #3e77f6 100%);
   border: 0px;
   margin-left: 12px;
   }
  
  .overlay {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
    z-index: 20;
}

.overlay .modal {
    width: 90%;
    height: 90%;
    padding: 0.28rem 0.28rem 0.28rem;
    background: #ff8080;
    box-shadow: inset 0rem 0rem 0.48rem 0.06rem rgb(255 255 255 / 50%);
    border-radius: 0.38rem;
    box-sizing: border-box;
}

.overlay .modal .title {
    height: 20px;
    margin-top: 20px;
    font-size: 20px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #000000;
    line-height: 0.48rem;
    text-align: center;
}

.overlay .modal .content {
    height: 85%;
    width: 90%;
    margin: 1% auto;
}

.overlay .modal .btn {
	width: 250px;
	height: 50px;
    margin: 2% auto;
    background: #ffffff;
    border-radius: 0.5rem;
    text-align: center;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.overlay .modal .btn img {
    width: 80px;
    height: 40px;
}


.overlaysucc {
    width: 90%;
    height: 50%;
    background: rgba(255, 255, 255);
    position: fixed;
    top: 20%;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
    z-index: 20;
}

.overlay .modal {
    width: 90%;
    height: 90%;
    padding: 0.28rem 0.28rem 0.28rem;
    background: #ffffff;
    box-shadow: inset 0rem 0rem 0.48rem 0.06rem rgb(255 255 255 / 50%);
    border-radius: 0.38rem;
    box-sizing: border-box;
}

.overlaysucc .modal .title {
    height: 20px;
    margin-top: 20px;
    font-size: 20px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 0.48rem;
    text-align: center;
}

.overlaysucc .modal .content {
    height: 80%;
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: bold;
    color: #FFFFFF;
    overflow: auto;
}

.overlaysucc .modal .btn {
	width: 250px;
	height: 50px;
    margin: 2% 1%;
    background: #FFFFFF;
    border-radius: 0.5rem;
    text-align: center;
    overflow: hidden;

    display: flex;
    align-items: center;
    justify-content: center;
}
.overlaysucc .modal .btn img {
    width: 80px;
    height: 40px;
}

.scroll_tips {
/*	position: absolute;*/
	width: 100%;
	overflow: hidden;
	margin-top: -10px;
/*	top: -1.6rem;*/
}
		
.scroll_tips .scroll_box {
	width: max-content;
}

.scroll_tips .scroll_box .scroll_item{
	width: max-content;
	width: 8rem;
	height: 2.5rem;
	line-height: 1.5rem;
	text-align: center;
	border-radius: 1rem;
	background: rgba(0,0,0,.44);
	color: #fff;
	font-size: 0.75rem;
	margin-right: 0.5rem;
	letter-spacing: 1px;
}


	

