#app {
    /* background-color: red; */
}

.topImage {
    /* height: 8rem; */
    /* max-height: 500px; */
    height: 12.5rem;
}

.my-swipe .van-swipe-item {
    color: #fff;
    font-size: 20px;
    line-height: 150px;
    text-align: center;
    /* background-color: #39a9ed; */
    width: 100% !important;
}

.van-swipe__track {
    width: 100% !important;
}

.my-swipe .van-swipe-item img {
    width: 100%;
    height: 100%;
}

.formSubmit {
    width: 80%;
    margin-left: 10%;
}

.van-cell-group--inset {
    border-radius: 100px;
    margin-top: 10px;
}

.details img {
    width: 100%;
}

.show_on img {
    width: 40%;
    margin-left: 60%;
}

.sendYzmClass {
    /* width: 90%; */
    /* overflow: hidden; */
    background-color: #e6413d;
    position: relative;
    /* top: 50%;
    left: 50%;
    transform: translate(-50%,-50%); */
    padding: 10px 0 0;
}

.sendYzmChange {
    position: relative;
}

.whiteIphone {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: white;
    padding: 15px 0 0px 0;
}

.content_txt {
    display: flex;
    flex: 1;
    padding: 0 15px;
    margin-top: 10px;
    color: #eee;
    font-size: 12px;
    /* max-height: 4.5rem; */
    /* height: 4.5rem;   新版本注释 */
    white-space: pre-wrap;
    /* overflow: scroll; */
    overflow-y: auto;
    display: block;
    overflow: overlay;
}

.content_txt p {
    margin-top: 5px;
}

.contentChange {
    height: 210px;
    display: flex;
    flex: 1;
    padding: 0 25px 0;
    margin-top: 10px;
    color: #eee;
    font-size: 14px;
    white-space: pre-wrap;
    overflow-y: auto;
    display: block;
    overflow: overlay;
}

.second_btn2 {
    display: flex;
    justify-content: space-around;
    margin: 15px 0;
    width: 90%;
    /* margin-left: 5%; 新版本注释 */
}

.second_btn2 img {
    width: 85%;

}

.btn_left {
    position: relative;
    z-index: 1;
    /* border: 1px solid hsla(0, 0%, 100%, .9);  新版本注释 */
    color: hsla(0, 0%, 100%, .9);
    border-radius: 50px;
    /* width: 30%; */
    width: 64%;
    line-height: 41px;
    padding: 0 25px;
    text-align: center;
    height: 41px;
    margin-top: 3px;
}

.secondChange {
    display: flex;
    justify-content: space-around;
    margin-top: 20px;
    padding-bottom: 10px;
}

.secondChange .btnChange {
    width: 110px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: white;
    border: 1px solid white;
    border-radius: 20px;
    font-size: 14px;
    margin-top: 11px;
    margin-left: 10px;
    opacity: 0.5;
}

/* .secondChange .btn_left img {
    width: 100%;
    margin-top: 1px;
} */

.secondChange .btn_right img {
    width: 150px;
}

.checkBoxDiv {
    margin-top: 10px;
}

.checkBoxDiv .van-cell-group--inset {
    margin-top: 10px;
    width: 70%;
    margin-left: 12%;
    background-color: #e6413d;
}

.checkBoxChange {
    margin-top: 10px;
}

.checkBoxChange .van-cell-group--inset {
    margin-top: 20px;
    width: 60%;
    margin-left: 20%;
    /* background-color: rgb(59, 88, 215); */
    background-color: transparent;
}

.van-checkbox__label {
    color: hsla(0, 0%, 100%, .9);
}

.button {
    color: #323233;
    background-color: hsla(0, 0%, 100%, .9);
    border: 1px solid #ff8917;
    width: 96px;
}

.buttonChange {
    color: white;
    background-color: hsla(0, 0%, 100%, .9);
    border: 1px solid #eb2e2e;
    background: #eb2e2e;
    width: 96px;
}
