
/*375/720*87/16*/

body,html{
    min-height:100%;
    height:100%;
    background: #fff;
    max-width: 500px;
    width:100%;
    margin: 0 auto;
    font-family: IBM Plex Mono,Space Grotesk,Roboto Slab,sans-serif;
}
a{
    text-decoration: none;
}
body{
    position: relative;
}
div{
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
i{
    list-style: none;
    font-style: normal;
}
input,button,select,textarea{outline:none}
textarea{resize:none}
:focus{
    outline: none;
}
.noselect {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Chrome/Safari/Opera */
    -khtml-user-select: none; /* Konqueror */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently*/
}
*{margin: 0;padding:0;}
@media (min-device-width:321px) and (max-device-width:375px) {
    body {
        font-size:16px !important
    }
}
@media (min-device-width:376px) and (max-device-width:768px) {
    body {
        font-size:17px
    }
}

.body {
    flex:1;
    min-width: 0;
    background: #f0f0f0;
    min-height: 100%;
}
._margin{
    margin-bottom: 15px;
}
._link{
    display: flex;
    justify-content: space-between;
    font-size:13px;
}
._link>div>span.lable{
    border-radius: 15px;
    font-size: 12px;
    color: #FFFFFF;
    width: 46px;
    height: 20px;
    line-height: 20px;
    display: inline-block;
    margin-left: 10px;
    text-align: center;
}
._link>div>span.lable.web{
    background: #00B977;
}
._link>div>span.lable.video{
    background: #FF9D00;
}



._link > .href {
    font-size: 13px;
    color:#333;
}
.switch-lang {
    display: flex;
}
.switch-lang > div {
    width: 60px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    background: #FFFFFF;
    border: 1px solid #999999;
    border-radius: 15px;
    font-size: 14px;
    color: #999999;
    margin-right: 20px;
    transition: all .2s;
    cursor: pointer;
}
.switch-lang > div.active {
    background: #00B977;
    color:#00B977;
    color: #fff;
    border-color:#00B977;
}
.dict-info {
    padding-top: 20px;
    font-size: 15px;
    color: #666666;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 5px;
    background: #fff;
    margin-bottom: 10px;
    box-shadow: 0 1px 5px 0 rgba(0,0,0,.1);
}
.dict-info:last-child {
    margin-bottom:0;
    padding-bottom:80px;
}
.dict-info .dict-title {
    font-size: 32px;
    color: #333333;
    margin-bottom: 15px;
    font-weight: bold;
}
.dict-message-title{
    color: #666666;
    margin-bottom: 12px;
    font-weight: 400;
}
.dict-info .dict-des {
    margin-bottom: 8px;
    display:flex;
    align-items: center;
}
.dict-info .dict-des > div {
    margin-right:10px;
}
.dict-info .dict-des > div:first-child {
   min-width: 80px;
}
.pron_icon{
    width: 20px;
    height: 18px;
    background-image: url('../img/pron.png');
    background-repeat:  no-repeat;
    background-position: center right;
    background-size: contain;
    display: block;
    vertical-align: middle;
    cursor: pointer;
    /* margin-top:2px; */
}
.pron_icon.active{
    background-image: url('../img/pron-active.png');
}
.dict-box{
    display: flex;
    font-size: 15px;
    color: #333333;
    justify-content: space-between;
}
.dict-box.colum{
    flex-direction: column;
}
.dict-box .image{
    flex:0 0 110px;
    height: 110px;
    margin-left: 5px;
}
.dict-box .image>img{
    width:100%;
    height: 100px;
    display: block;

}
.subheading{
    font-size: 16px;
    color: #666666;;
    margin-bottom: 12px;
    font-weight: 400;
}
._des > div {
    margin-bottom: 3px;
}
._des.level{
    font-size: 13px;
    color: #999999;
    word-break: break-word;
    white-space: pre-wrap;
    padding-top:10px;
}
._des.level>span{
    position: relative;
    margin-right: 10px;
}
._des.level>span:last-child::after{
    display:none;
}
._des.level>span::after{
    position: absolute;
    right: -8px;
    content:'/';
    top: 50%;
    transform: translateY(-50%);
}
.synonym-title{
    flex:0 0 70px;
}
.synonym-content{
    flex: 1;
    flex-wrap: wrap;
    min-width: 0;
    display: flex;
    align-items: center;
}
.etymology .synonym-content .synonym-item{
    color: #666666;
}
.synonym-content .synonym-item{
    position: relative;
    margin-right: 20px;
    /* color:#00B977; */
    color:#2E86EB;
}
.synonym-content .synonym-item::after{
    position: absolute;
    content:'/';
    right: -12px;
    top:50%;
    transform: translateY(-50%);
    color: #a0a0a0;
    /* color:#2E86EB; */
}
.synonym-content .synonym-item:last-child{
    margin-right: 0;
}
.synonym-content .synonym-item:last-child::after{
    display: none;
}
.synonym-content.justify{
    text-align: justify;
}
.example_box {
    margin-bottom: 10px;
    display: flex;
    flex-direction: column;
}
.example_box .example{
    margin-bottom: 5px;
    display: flex;
    justify-content: space-between;
}
.example_box .example .example-trs{
    /* word-break: break-word;
    white-space: pre-wrap; */
    flex: 1;
    min-width: 0;
}
.example_box .example .example-trs>span{
   /* margin-right:5px; */
   /* white-space: pre; */
}
.example_box .example .example-trs>span.green{
   color:#00B977;
 }
.example_box .example .pron_icon{
    flex: 0 0 35px;
}
.example-item{
    margin-bottom: 10px;
}
.example_box .example-title {
    /* flex: 0 0 50px; */
    /* margin-top: 10px; */
    height:30px;
    font-weight: 400;
    font-size: 18px;
    font-style: italic;
    color: #333333;
}
.example_dict {
    color:#00B977;
}
.recite_box > div {
    margin-bottom: 5px;
    display: flex;
}
.load {
    position: fixed;
    left: 0;
    top:0;
    right:0;
    bottom:0;
    background: #f0f0f0;
    z-index: 10;
    padding-top: 30%;
}
.not-dict {
    width: 100%;
    background: #fff;
    text-align: center;
    font-size: 14px;
    color: #999999;
    padding-top: 50px;
    padding-bottom: 50px;
}
.not-dict > img {
    width:100px;
    margin-bottom: 15px;
    margin-right: -40px;
}

/* Timer*/
.timer {
    width: 48px;
    height: 48px;
    background-color: transparent;
    box-shadow: inset 0px 0px 0px 2px #ccc;
    border-radius: 50%;
    position: relative;
    margin:0 auto;
 }
.timer:after, .timer:before {
    position: absolute;
    content:"";
    background-color: #ccc;
}
.timer:after {
    width: 20px;
    height: 4px;
    top: 22px;
    left: 22px;
    -webkit-transform-origin: 2px 2px;
       -moz-transform-origin: 2px 2px;
            transform-origin: 2px 2px;
    -webkit-animation: minhand 2s linear infinite;
       -moz-animation: minhand 2s linear infinite;
            animation: minhand 2s linear infinite;
}

.timer:before {
    width: 16px;
    height: 4px;
    top: 22px;
    left: 22px;
    -webkit-transform-origin: 2px 2px;
       -moz-transform-origin: 2px 2px;
            transform-origin: 2px 2px;
    -webkit-animation: hrhand 8s linear infinite;
       -moz-animation: hrhand 8s linear infinite;
            animation: hrhand 8s linear infinite;
}
.dictionary-source{
    text-align: right;
    font-size:12px;
    color: #999999;
}

@-webkit-keyframes minhand {
    0%{-webkit-transform:rotate(0deg)}
    100%{-webkit-transform:rotate(360deg)}
}
@-moz-keyframes minhand {
    0%{-moz-transform:rotate(0deg)}
    100%{-moz-transform:rotate(360deg)}
}
@keyframes minhand {
    0%{transform:rotate(0deg)}
    100%{transform:rotate(360deg)}
}

@-webkit-keyframes hrhand {
    0%{-webkit-transform:rotate(0deg)}
    100%{-webkit-transform:rotate(360deg)}
}
@-moz-keyframes hrhand {
    0%{-moz-transform:rotate(0deg)}
    100%{-moz-transform:rotate(360deg)}
}
@keyframes hrhand {
    0%{transform:rotate(0deg)}
    100%{transform:rotate(360deg)}
}
body,html {
    width: 100%;
    height: 100%;
}
.app {
    width:100%;
    display: flex;
    flex-direction: column;
    min-height: 100%;
}
/* .app-down {
    flex:0 0 40px;
    height: 40px;
    padding: 10px 20px;
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    background: #ccc;
    color: #fff;
    align-items: center;
}
.app-down a {
    color: #fff;
}
.app-down > img {
    height:100%;
    display: block;
}
.download {
    position: relative;
    display: none;
    height: 1.86667rem;
    width: 100%;
   
} */
/* .download-panel {
    max-width: 500px;
    margin:0 auto;
    position: fixed;
    z-index: 4;
    height: 3.6rem;
    border: .5px solid rgba(0,0,0,.1);
    border-top-color: rgba(0, 0, 0, 0.1);
    border-top-style: solid;
    border-top-width: 0.5px;
    border-right-color: rgba(0, 0, 0, 0.1);
    border-right-style: solid;
    border-right-width: 0.5px;
    border-bottom-color: rgba(0, 0, 0, 0.1);
    border-bottom-style: solid;
    border-bottom-width: 0.5px;
    border-left-color: rgba(0, 0, 0, 0.1);
    border-left-style: solid;
    border-left-width: 0.5px;
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    background-size: 100% 100%;
    width: 95%;
    left: 50%;
    transform: translateX(-50%);
    bottom: .66667rem;
    border-radius: .82rem;
    box-shadow: 0 2px 0.1rem rgba(0,0,0,.3);
    background-color: hsla(0,0%,100%,.98);
}
.download-btn, .download-logo {
    position: absolute;
    display: block;
    transform: translateY(-50%);
}
.download-logo {
    width: 10.5rem;
    height: 65%;
    left: 1.2rem;
    top: 55%;
    background-size: contain;
    transform: translateY(-50%);
    background-repeat: no-repeat;
    background-image: url('../img/xiaoyi-logo.png');
    margin-top: -2px;
}
.download-btn {
    right: .53333rem;
    padding: .46667rem 1.1rem;
    background-color: #00B977;
    color: #fff;
    font-size: 0.97333rem;
    border-radius: .41333rem;
    transform: translateY(-50%);
    top: 50%;
}
.download-btn, .download-btn:hover {
    text-decoration: none;
} */

.gery {
    color: #a0a0a0;
 }
.blow{
     font-weight: 400;
}
.italic{
    font-style: italic;
    font-family: Georgia-Italic
}
.props{
    width:50px;
    display: inline-block;
}
.remember .props{
    width:55px;
}
.orgage{
    color:#eb6100;
}

