*{border:none;text-decoration: none;margin:0;padding:0;}

body {
    background: linear-gradient(to bottom, #fff, #ebdfd9);
    height: 100vh;
}
.main{width:100%;}
.head{
    height: 70px;
    padding-left:15px;
    padding-top:10px;
}
.logo-text{font-size:25px;cursor: pointer;margin-right: 30px;display: inline-block;}
.logo-text span{font-size: 30px;font-weight: bold;}
.logo-text a{color:#000}
.nav{font-size:18px;border-bottom: 1px solid #333;padding-bottom:3px;cursor: pointer;padding-left:5px; padding-right: 5px;}
.nav a:hover{color:#df2f04}
.nav a{color:#000}

.play-list{width:800px;margin:0 auto;margin-top:100px;overflow: hidden;}
.play-item {text-align: center;float: left;margin:0 25px;margin-bottom: 30px;float:left}
.play-item img{width: 350px;height:auto}
.play-item a{color:#000;font-size:24px;}
.play-item a:hover{color: #df2f04;}


.content{width:850px;margin: 0 auto;margin-top:100px}

.word-list{overflow: hidden;}
.word-container{display:inline-block; float: left;margin-right:5px;margin-bottom:15px}
.word{position:relative; display:inline-block; padding-left:8px;padding-right: 8px;font-size: 25px;border-bottom: 3px solid #ccc;}
.word span{visibility:hidden;}
.word input{position: absolute;top:0;left:8px;border:none;outline: none;background-color: rgba(0, 0, 0, 0);padding:0;font-size: 25px;}



.voice-line{width:100%;height:5px;display:none;background-color: #11a9f5}
.text-line{width:100%;height: 2px;background-color: #ccc;}
.play-zone{width:100%;height:30px;cursor: pointer;background-color: #fff;}


.text-danger{color:#df2f04}
.text-success{color:#2a9301}

.border-success{border-bottom:  3px solid #2a9301;}
.border-flink{border-bottom:  3px solid #e48871;}

.bg-success{background-color: #2a9301;}
.bg-warning{background-color: #db6b09;}
.bg-primary{background-color: #0d56cc;}

.bg-light-success{background-color: #f6fbef;}
.bg-light-primary{background-color: #f6fbef;}

.btn{display: inline-block;text-align: center;}

.control-list{
    overflow: hidden;
    margin-top:20px;
    margin-bottom:80px;
    border-bottom: 1px solid #ccc;
}
.act-tip{
    margin-top:9px;
    float:right;
    width:35px;
    height: 35px;
    background-image: url('../img/tip.png'); /* 设置背景图片 */
    background-position:center 0; 
    background-size: 30px 30px; /* 设置背景图片大小：覆盖整个容器 */
    background-repeat: no-repeat;
    cursor: pointer; 
}

.act-normal{
    float:left;
    width:62px;
    padding-top:20px;
    background-image: url('../img/play.png'); /* 设置背景图片 */
    background-position:center 0; 
    background-size: 25px 25px; /* 设置背景图片大小：覆盖整个容器 */
    background-repeat: no-repeat;
    cursor: pointer; 
}

.act-normal:hover{
    background-image: url('../img/play-red.png'); /* 设置背景图片 */
}

.act-slow{
    margin-left:15px;
    width:36px;
    padding-top:20px;
    background-image: url('../img/play.png'); /* 设置背景图片 */
    background-position:center 0; 
    background-size: 25px 25px; /* 设置背景图片大小：覆盖整个容器 */
    background-repeat: no-repeat;
    cursor: pointer; 
}
.act-slow:hover{
    background-image: url('../img/play-red.png'); /* 设置背景图片 */
}

.act-prev,.act-next {
    border:1px solid #ccc;
    padding:0px 10px;
    line-height: 30px;
    border-radius: 5px;
    cursor: pointer;
}

.act-prev:hover , .act-next:hover {
    background-color: #df2f04;
    color:#fff;
}

.page-total-num{
    padding:0px 10px;
    line-height: 30px;
    margin-left:-12px;
    font-size:20px
}
.pages{
    float:right;
    display: inline-block;
    margin-top:8px;
}

.pages span{
    float:left;
    margin-right: 5px;
}


.pages input{
    height: 30px;
    line-height: 31px;
    width:33px;
    border:1px solid #ccc;
    outline: none;
    border-radius: 5px;
    text-align: center;
    font-size:16px;
}

.pages input:focus{
    border:1px solid #df2f04;
    box-shadow: 0 0 1px 1px #df2f04;
}

.trans{font-size:22px;margin-top:50px;color:#444;margin-left:10px}
.trans-word-list{font-size:18px;margin-top:50px;color:#444;margin-left:10px}
.trans-word-list div{margin-bottom: 20px;line-height: 1.8;}



.confirm{
    position: absolute;
    top:50%;
    left:50%;
    background-color: #fff;
    border:1px solid #ccc;
    border-radius: 5px;
    
}
.confirm .confirm-content{padding:15px;}
.confirm .btn-list{border-top:1px solid #ccc;padding:10px;text-align: center;}
.confirm .btn-list .btn{padding:5px 10px;border:1px solid #ccc;border-radius: 5px;cursor: pointer;background-color: #fff;}
.confirm .act-cancel{margin-right: 10px;}
.confirm .btn-list .act-confirm{background-color: #df2f04;color:#fff}
.confirm .btn-list .act-confirm:hover{background-color: #c53e1d;color:#fff}
