body, input, h1, h2, h3, h4, h5, h6, p, textarea, table, div, ul, li, select, span, em, i, button, a {
    margin: 0;
    padding: 0;
    color: inherit;
    line-height: inherit;
    font-size: 14px;
    font-family: "PingFang SC", "PingFangSC-Regular", "microsoft yahei";
}

img {
    border: 0;
    display: inline-block;
    max-width: 100%;
    vertical-align: middle;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

ul, li {
    list-style: none;
}

a {
    text-decoration: none;
    color: inherit;
    font-size: inherit;
}

:focus {
    outline: none !important;
    border-color: inherit;
}

.clearfix {
    *zoom: 1;
}

.clearfix:before, .clearfix:after {
    display: table;
    line-height: 0;
    content: "";
}

.clearfix:after {
    clear: both;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%
}

p, span, li {
    font-size: inherit;
    color: inherit;
}

h3, h4, h5, h6 {
    font-weight: normal;
}

em, i, span, a, p {
    font-style: normal;
    font-size: inherit;
}

* {
    box-sizing: border-box;
    color: #333;
}

input[type="button"], input[type="submit"], input[type="reset"], input[type="text"] {
    -webkit-appearance: none;
}

textarea {
    -webkit-appearance: none;
}

a, a:hover, a:active, a:visited, a:link, a:focus {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
    outline: none;
    text-decoration: none;
}

body {
    -webkit-text-size-adjust: 100% !important;
    background-color: #fff;
}

.head {
    width: 100%;
    height: 44px;
    text-align: center;
    padding: 0 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
}

.head img {
    height: 26px;
}

.main {
    padding-top: 20px;
    max-width: 400px;
    margin: 0 auto;
}

.main .pic {
    padding-bottom: 15px;
}

.main .btns {
    width: 100%;
    padding: 0 20px; /*display: flex;justify-content: space-between;*/
    background-color: #fff;
}

.main .btns .row {
    width: 100%;
    position: relative;
    margin-bottom: 20px
}

.main .btns .row .jindu {
    display: none; /*flex*/
    width: 0%;
    position: absolute;
    background-color: #4c9eea;
    height: 52px;
    border-radius: 12px;
    align-items: center;
    justify-content: flex-end;
    padding-right: 10px;
}

.main .btns .row .jindu span {
    color: #fff;
}

.main .btns .row a {
    margin-bottom: 15px;
}

.main .btns .row .btn {
    height: 52px;
    width: 100%;
    background: #4c9eea;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    font-size: 16px;
    border: 0;
}

.main .btns .row .dbtn span {
    padding-right: 15px;
}

.main .btns .row.loading .btn {
    background: #a5cef4;
    justify-content: right;
}

.trustModal {
    display: none;
    width: 100%;
    height: 100vh;
    background: rgba(51, 51, 51, 0.5);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 3;
}

.trustModal .modal {
    width: 85%;
    top: 50%;
    margin: 0 auto;
    transform: translateY(calc(-50% + 0.5px));
    position: relative;
    height: 172px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 90px 50px 100px;
    height: auto;
    border-radius: 30px;
    background-color: #F1F2F3;
}

.trustModal .modal .close {
    width: 30px;
    position: absolute;
    right: 2px;
    top: 4px;
}

.trustModal .modal .clap {
    width: 116px;
    margin-bottom: 26px;
}

.trustModal .modal .title {
    margin-bottom: 20px;
    color: #333333;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 8px;
}

.trustModal .modal .subtitle {
    margin-bottom: 20px;
    font-size: 12px;
    color: #666;
    margin-bottom: 39px;
}

.trustModal .modal .btn {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #4B9DEA;
    font-size: 14px;
    font-weight: 600;
    height: 50px;
    width: 100%;
    border-radius: 27.5px;
    background-color: #F1F2F3;
    box-shadow: -10px -10px 20px 0 #FAFBFF, 10px 10px 15px 0 rgba(194, 197, 208, 0.4);
    overflow: hidden;
}

.jiaoxue {
    padding: 20px 10px
}

.jiaoxue .tit {
    color: #333;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
    text-align: center;
}

.jcpic {
    display: none;
}

/* 禁用状态下的按钮颜色为灰色 */
/*.btn[disabled] {*/
/*    background-color: grey;*/
/*    color: white;*/
/*    cursor: not-allowed;*/
/*}*/

/*!* 启用状态下的按钮颜色为蓝色 *!*/
/*.btn {*/
/*    background-color: blue;*/
/*    color: white;*/
/*    cursor: pointer;*/
/*}*/


.pop {display: none; background: rgba(0, 0, 0, 0.8);position: fixed;  width: 100%;  top: 0px;  left: 0px;  height: 100%;align-items: center;justify-content: center;}

.so-dialog {
 display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #fff;
    padding-top: 20px;
    max-width: 98%;
    margin: 0 auto;
    border-radius: 20px;
    padding: 10px;


}

.so-dialog img {
    height: 28px;
}

.so-dialog h2 {
    padding: 3px;
}

.so-dialog p {
    padding: 3px;
}

.so-dialog .title {
    font-weight: 700;
    font-size: 18px;
    display: flex;
}

.so-dialog .close {
    height: 28px;
    float: right;
}

.so-dialog .header {
    padding: 10px;
    line-height: 28px;
    display: flex;
    justify-content: space-between;
}

.so-dialog .box {
    background-color: #f4f4f4;
    border-radius: 20px;
    padding: 15px;
    margin: 5px;
}

.box-row {
    display: flex;
    width: 100%;
    justify-content: flex-start;
    align-items: flex-start; 
}

.box-number {
  color: #5bacf6;
  border-radius: 12px;
  background-color: #4c9eea1c;
  text-align: center;
  padding: 15px 10px;
  line-height: 15px;
  margin-bottom: 15px;
  /* overflow: hidden; */
}

.box-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.box-btn {
    height: 52px;
    width: 100%;
    background: #4c9eea;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    font-size: 16px;
    border: 0;
}

.mash {
    width: 100%;
    display: flex;
    justify-content: center;
}

.footer {
    padding: 20px;
    text-align: center;
    color: rgba(51, 51, 51, 0.5);
}
video { 
    border-radius: 20px; 
    margin: 5px;
}
.so-dialog .header{
width: 100%;
}
.dialog-box {
    display: flex;
    flex-direction: column;
    align-items: stretch;
}
h1 {
    font-size: x-large;
    white-space: nowrap;
}

.box-btn {
    font-size: large;
    font-weight: 800;
}