.box {
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    margin: 20px 0;
}
.box-row {
    display: flex;
    justify-content: space-between;
    padding: 12px;
}
.decorate::before {
    content:"";
    display: inline-block;
    width: 4px;
    height: 20px;
    background: #6f77ff;
    margin-left: -12px;
    margin-right: 9px;
}
.tag {
    padding: 0 12px 12px 12px;
}
.tag span {
    background: #6f77ff;
    padding: 2px 6px;
    color: #fff;
    font-size: 12px;
    border-radius: 4px;
    margin-right: 8px;
}
.fixed-bottom {
    display: flex;
    justify-content: flex-end;
    padding: 6px 0;
    text-align: right;
}
.btn {
    background: #6f77ff;
    border: none;
    // border-radius: 30px;
    height: 36px;
    padding: 0 10px;
    font-size: 15px;
    color: #fff;
    line-height: 36px;
}
.popup {
    display: flex;
    align-items: flex-end;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .5);
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transition: all .3s;
}
.popup.show {
    opacity: 1;
    visibility: inherit;
}
.p-con {
    background: #fff;
    width: 100%;
    padding: 12px 0;
    border-radius: 10px 10px 0 0;
    transform: translateY(100%);
    transition: all .3s;
}
.popup.show .p-con {
    transform: translateY(0%);
}
.title {
    text-align: center;
    position: relative;
    font-size: 16px;
}
.title1 {
    text-align: center;
    font-size: 16px;
}
.title img {
    right: 12px;
    position: absolute;
    top: 0;
}
.radio {
    padding: 12px;
    max-height: 300px;
    overflow: auto;
}
.radio-row {
    position: relative;
    margin: 20px 0;
}
.radio-row .info {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    color: #fff;
}
.radio-row .info>div {
    position: absolute;
}
.info-a {
    left: 7vw;
    top: 2vw;
}
.info-b {
    right: 17vw;
    top: 5.5vw;
}
.info-c {
    left: 7vw;
    bottom: 3vw;
    font-size: 3.4vw;
}
.input-radio {
    margin: 1em 0;
    display:inline-block;
    right: 5vw;
}
.list {
    list-style: none;
}
.list li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px;
    border-bottom: 0.5px solid #e6e6e6;
}
.list li:nth-last-child(1) {
    border-bottom: none;
}
.popup3 {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color:#4E4A4B !important;
    z-index: 999;
}
.popup3.show {
    opacity: 0.9;
    visibility: inherit;
}
.popup3 .bg {
    width: 80%;
    position: relative;
    z-index: 9;
    padding: 20px;
    box-sizing: border-box;
    text-align: center;
}
.popup3 .bg img {
    width: 100%;
    margin-bottom: 10px;
}
.popup3 .bg button {
    margin: 0;
    width: 40%;
    position: relative;
    display: inline-block;
    border: 0;
    background: rgba(0, 0, 0, 0)
}
.popup3 .bg .icon {
    width: 10vw;
    height: 10vw;
    position: absolute;
    top: -2vw;
    right: -2vw;
}
.mask {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
}
/*  */
 .p-form {
    background: #fff;
    border-radius: 0 0 8vw 8vw;
}
.popup4 {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}
.popup4 .bg {
    width: 80%;
    position: relative;
    z-index: 9;
    padding: 20px;
    box-sizing: border-box;
    text-align: center;
}
.popup4 .bg img {
    width: 100%;
    display: block;
}
.popup4 .bg a {
    margin: 0;
    width: 40%;
    position: relative;
    display: inline-block;
}
.popup4 .bg .icon {
    width: 10vw;
    height: 10vw;
    position: absolute;
    bottom: -9vw;
    right: 0;
    left: 0;
    margin: auto;
}
.row1 {
    display: flex;
    padding: 12px 0 4px 0;
    margin: 0 20px;
    border-bottom: 1px solid #e6e6e6;
}
.row1 div:nth-child(1) {
    font-size: 15px;
    flex: 0 0 auto;
}
.row1 div:nth-child(2) {
    width: 100%;
    text-align: left;
}
.row1 div:nth-child(2) input {
    font-size: 15px;
    border: none;
    width: 100%;
    padding: 4px 12px;
    box-sizing: border-box;
    outline:none
}
.row1 div:nth-child(2) select {
    border: none;
    padding: 4px 8px;
    text-align: left;
    color: #6f6f6f;
    font-size: 15px;
    width: 100%;
    appearance:none;
    -moz-appearance:none;
    /* Firefox */
    -webkit-appearance:none;
    /* Safari 和 Chrome */
    background: #fff;
}
.btn1 {
    display: block;
    border: none;
    line-height: 40px;
    background: #0250fa;
    color: #fff;
    font-size: 18px;
    width: 100%;
    border-radius: 50px;
}
.popup5 {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color:#4E4A4B !important;
    z-index: 999;
}
.popup5.show {
    opacity: 0.9;
    visibility: inherit;
}
.popup5 .bg {
    width: 80%;
    position: relative;
    z-index: 9;
    padding: 20px;
    box-sizing: border-box;
    text-align: center;
}
.popup5 .bg img {
    width: 100%;
    margin-bottom: 10px;
}
.popup5 .bg button {
    margin: 0;
    width: 40%;
    position: relative;
    display: inline-block;
    border: 0;
    background: rgba(0, 0, 0, 0)
}
.popup5 .bg .icon {
    width: 10vw;
    height: 10vw;
    position: absolute;
    top: -2vw;
    right: -2vw;
}
.bg2 {
    display: block;
    width: 60% !important;
    border-radius: 15px;
}
.bg1 {
    display: block;
    width: 100% !important;
}
.con {
    position: absolute;
    z-index: 9;
    left: 0;
    top: 0;
    width: 100%;
}
.t1 {
    margin: 50vw auto 3vw auto;
    width: 80%;
    border: 2px solid #ff8400;
    background: #fff9f0;
    border-radius: 2vw;
    padding: 6vw 0 3vw 6vw;
    box-sizing: border-box;
    position: relative;
    box-shadow: inset 0 0 10vw 0 rgba(218, 0, 80, 0.18);
}
.t1 img {
    width: 35vw;
    position: absolute;
    top: -3.5vw;
    left: 0;
    right: 0;
    margin: auto;
}
.t1 p {
    margin: 3vw 0;
    font-size: 3.9vw;
}
.t1.b {
    margin-top: 0;
    padding-top: 1vw;
    padding-bottom: 1vw;
}
.t1.b p {
    margin: 2vw 0;
}