@import "box.css";
html,body {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
* {
    box-sizing: border-box;
    outline: none;
}
.shiti {
    position: relative;
    padding-top: 36px;
    position: relative;
    background: bottom no-repeat #b3e4ff;
    min-height: 100%;
    text-align: center;
}
audio {
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
}
.cont {
    margin: auto;
    width: 1340px;
    background: #fff;
    border-radius: 36px;
    padding: 50px 70px 0;
    box-shadow: 0 10px #4eb7f2;
    position: relative;
    margin-bottom: 30px;
    min-height: 750px;
    text-align: left;
}
.cont-top {
    padding-top: 20px;
}
.cont-top * {
    user-select: none;
    -webkit-user-select: none;
}
.cont-time {
    position: absolute;
    top: 36px;
    border-radius: 0 0 25px 25px;
    left: 50%;
    height: 40px;
    background: #ffe7f0;
    width: 228px;
    color: #ff1469;
    font-size: 16px;
    font-weight: 700;
    transform: translate(-50%);
    transition: .35s;
    z-index: 8;
}
.cont-time-btn {
    width: 60px;
    line-height: 32px;
    border-radius: 50px;
    background: #cfedfe;
    color: #12a3f5;
    font-size: 15px;
    text-align: center;
    margin-left: 6px;
    cursor: pointer;
}
.cont-audioctr {
    position: absolute;
    right: 50px;
    top: 40px;
    z-index: 8;
}
.audioplay, .audiopause {
    line-height: 42px;
    padding: 0 20px;
    background: #fff3e9;
    color: #ff8523;
    font-weight: 700;
    font-size: 18px;
    border-radius: 50px;
    cursor: pointer;
}
.cont-ti {
    font-size: 20px;
    position: relative;
}
.ticont {
    box-sizing: border-box;
    padding: 50px 0;
}
.cont-ti-num {
    font-weight: 700;
    font-size: 26px;
    left: -65px;
    position: absolute;
    width: 60px;
    text-align: right;
    padding-right: 10px;
    line-height: 30px;
}
.cont-ti-title {
    height: 30px;
    line-height: 30px;
}
.cont-ti-img-con {
    position: relative;
    display: inline-block;
    pointer-events: none;
    line-height: 0;
}
.cont-ti-kuang {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    box-sizing: border-box;
    z-index: 2;
    pointer-events: auto;
}
.dangu-kuang-li {
    position: absolute;
    width: 20px;
    height: 20px;
    text-align: center;
    font-size: 13px;
}
.dangu-kuang-li-yes {
    color: green;
    display: none;
}
.dangu-kuang-li-no {
    color: red;
    display: none;
}
.cont-bar {
    border-top: 1px solid #f2f2f2;
    padding: 22px 0 18px;
    margin-top: 0;
}

.dangu img{
    user-select: none;
    -webkit-user-select: none;
    pointer-events: none;
}

.linekuang {
    margin: 0 5px;
    width: 60px;
    height: 95px;
    line-height: 90px;
    border: 1px solid #e6e6e6;
    text-align: center;
}
.linekuang img {
    vertical-align: middle;
}
.xjlinekuang {
    margin: 0 5px;
    box-sizing: unset;
    border: 1px solid #e6e6e6;
    text-align: center;
}
.xjlinekuang img {
    vertical-align: middle;
}

.xiaojie7-kuang-li {
    position: absolute;
    width: 20px;
    height: 60px;
    box-sizing: border-box;
    overflow: hidden;
    text-align: center;
}

.xiaojieyinfu-kuang-li {
    position: absolute;
    width: 0px;
    height: 0px;
    box-sizing: border-box;
    overflow: hidden;
    text-align: left;
}
.xiaojieyinfu-kuang-li img {
    height: 100%;
    width: auto;
}

.xuanze {
    position: relative;
    width: 100%;
}
.xuanze_hang {
    position: relative;
    width: 50%;
    padding-bottom: 25px;
    cursor: pointer;
}
.xuanze_hang_check {
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 15px;
    border: 1px solid #cccccc;
    border-radius: 50%;
    margin-right: 15px;
}
.xuanze_checked{
    border: 1px solid #ff8523;
    color: #ff8523;
}
.xuanze_hang_cont {
    position: relative;
    width: 360px;
    height: 80px;
    line-height: 80px;
    vertical-align: middle;
}
.xuanze_hang_cont img {
    vertical-align: middle;
    object-fit: cover;
    height: 100%;
}

.zhuguan-cont textarea{
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #44c3ff
}
/*弹窗*/
.ld-modal {
    position: absolute;
    display: none;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    box-sizing: border-box;
}
.ld-modal-mask {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-color: rgba(0, 0, 0, .3);
}
.ld-modal-cont {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: none;
}
.ld-modal-cont > * {
    pointer-events: auto;
}

/*小羊弹窗*/
.xy-modal-modal {
    position: relative;
    width: 385px;
    height: auto;
    padding: 120px 0 80px 0;
    margin-top: -150px;
    /* background: url("./../image/xiaoyang.png") no-repeat right top/130px auto; */
}
.xy-modal-modal-con {
    position: relative;
    width: 100%;
    height: auto;
}
.xy-modal-modal-title {
    height: 110px;
    line-height: 170px;
    font-size: 24px;
    font-weight: 700;
    color: #333;
    background: #ffffff;
    border-radius: 20px 20px 0 0;
    text-align: center;
    overflow: hidden;
}
.xy-modal-modal-bottom {
    background: #ffffff;
    border-radius: 0 0 20px 20px;
    padding: 10px 33px 40px;
    overflow: hidden;
}
.xy-modal-modal-desc {
    font-size: 18px;
    color: rgb(102, 102, 102);
    line-height: 30px;
    padding-bottom: 24px;
    text-align: center;
}
.xy-modal-modal-btn {
    cursor: pointer;
    width: 292px;
    height: 40px;
    background: rgb(74, 192, 124);
    border-radius: 50px;
    color: #fff;
    line-height: 40px;
    text-align: center;
    font-size: 18px;
    margin-top: 20px;
    position: relative;
    margin: 0 5px;
}
.xy-modal-modal-cancel {
  background: rgb(255, 133, 34);
}
.xy-modal-modal-close {
    position: absolute;
    width: 37px;
    height: 37px;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    cursor: pointer;
}
.xy-modal-modal-close-img {
    width: 100%;
    height: 100%;
    transition: transform .5s;
    -webkit-transition: -webkit-transform .5s;
}
.xy-modal-modal-close-img:hover {
    transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
}