html,
body {
    height: 100%;
    width: 100%;
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    color:#444444;
}

input {
  outline: none;
}

em {
  font-style: normal;
}

a {
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;
    color: #3353A0;
}

a:hover,
a:focus {
    color: #3353A0;
}

hr {
    max-width: 100px;
    margin: 25px auto 0;
    border-width: 1px;
    border-color: rgba(34, 34, 34, 0.1);
}

hr.light {
    border-color: white;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 200;
    letter-spacing: 1px;
}

p {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 20px;
}

.navbar{
  background-color: #3353a0;
  
}



@media (max-width: 768px) {
  .navbar-collapse {
    float:none;
    padding:10px;
  }
}

h2.page-header {
  margin: 10px 0 25px 0;
  padding-bottom: 15px;
}
.user-baseinfo {
  margin-bottom: 25px;
}
.user-baseinfo table tr td {
  color: #999;
}
@media (min-width: 992px) {
  .user-center .avatar-text,
  .user-center .avatar-img {
    height: 150px;
    width: 150px;
    border-radius: 150px;
    line-height: 150px;
    font-size: 70px;
  }
  .user-center .avatar-img {
    font-size: 0;
  }
  .user-center .avatar-img img {
    height: 150px;
    width: 150px;
    border-radius: 150px;
  }
}
.sidebar-toggle {
  display: none;
}
@media (max-width: 991px) {
  .sidenav {
    position: fixed;
    top: 50px;
    z-index: 1029;
    height: calc(100vh - 50px);
    padding: 20px 0 20px 0;
    min-width: 250px;
    overflow-y: auto;
    overflow-x: hidden;
    width: 250px;
    left: -250px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .sidebar-toggle {
    display: block;
    position: fixed;
    right: 20px;
    bottom: 70px;
    border-radius: 50%;
    background: #eee;
    font-size: 22px;
    padding: 10px;
    line-height: 30px;
    height: 50px;
    width: 50px;
    text-align: center;
    z-index: 999999;
  }
}
body.sidebar-open .sidenav {
  left: 0;
  width: 250px;
  box-shadow: 0 6px 27px rgba(0, 0, 0, 0.075);
}
body.sidebar-open .sidebar-toggle i:before {
  content: "\f00d";
}
/*# sourceMappingURL=user.css.map */



/* -------------------------------------------------------------------------------------- */
.mb20{
  margin-bottom: 20px !important;
}

.mb30{
  margin-bottom: 30px !important;
}

.mb40{
  margin-bottom: 40px !important;
}

[v-cloak] {
  display:none !important;
}

.topcontainer{
  background:black;
  color:white;
}
.topnavbar{
  padding:5px 0;
}
.topnavbar a{
  color:white;
}

.g-cookie1{
  position:fixed;
  bottom:0;
  left:0;
  right:0;
  background-color: #F2F2F2;
  padding:20px;
  
}
.g-cookie1 a{
  color:#3353A0;
}
.g-cookie1 .container{
  display: flex;
  align-items: center;
}
.g-cookie1 .info1{
  color:black;
  padding-right: 40px;
}
.g-cookie1 .btn1{
  color:white;
  background-color: #3353A0;
  text-align: center;
  padding:10px 20px;
  white-space: nowrap;
  cursor:pointer;
}

.g-title1{
  font-size: 26px;
  margin-bottom: 10px;
}

.g-empty1{
  font-size: 28px;
}

.g-link1{
  color:blue;
}
.g-link1:hover{
  color:red;
  text-decoration: underline;
}

.g-head-box1{
  background:url(/assets/img/bg2.png) no-repeat right bottom;
  background-size: 472px 120px;
}

.g-search-form1{
  padding:0 230px 20px 40px;
  display: flex;
  align-items: flex-end;

}
.g-search-form1 .logo111{
  width:148px;
  height:53px;
  margin-right: 30px;
}
.g-search-form1 .info111{
   flex-grow: 1;
   display: flex;
}

.g-accent{
  height: 40px;
  padding: 0 16px;
  font-size: 16px;
  line-height: 40px;
  background-color: white;
  border:solid 1px #767676;
  border-right: 0;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
.g-accent .dropdown-menu li{
  
}
.g-accent .dropdown-menu li a img{
  width:22px;
  height:22px;
  margin-right: 5px;
}
.g-accent .dropdown-menu li a{ 
  display: flex;
  align-items: center;
}

.g-search-form1 .input111{
  flex-grow:1;
  flex-shrink:1;
  height: 40px;
  padding: 0 20px;
  font-size: 16px;
  line-height: 1.3333333;
  border-color: #767676;
  border-style: solid;
  border-width: 1px;
  border-left: 0;
  border-right: 0;
}
.g-search-form1 .btn111{
  flex-shrink:0;
  height: 40px;
  padding: 10px 40px;
  font-size: 18px;
  line-height: 1.3333333;
  color: white;
  background-color: #F04545;
  margin-left: -1px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border:solid 1px #767676;
}

.g-search-form1 .btn1 .glyphicon{
  padding-right:5px;
}

.autocomplete-suggestions .autocomplete-suggestion {
  font-size: 18px;
}

.top-banner{
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding:10px 0 0 0;
  color:white;
  font-size: 14px;
}
.top-banner a{
  color:white;
}


.menubox1{
  display: flex;
  align-items: center;
}

.menubox1 .menu1{
  padding:0 20px;
}

.g-dropdown{
  
}
.dropdown-menu li a{
  font-size: 16px;
  line-height: 18px;
}
.g-dropdown .g-dropdownMenu{
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  
}
.g-dropdown .g-dropdownMenu .icon1{
  white-space: nowrap;
  padding-right: 5px;
  display: flex;
  align-items: center;
}
.g-dropdown .g-dropdownMenu .icon1 img{
  width:22px;
  height:22px;
  margin-right: 5px;
}
.menubox2{
  display: none;
}
@media (max-width: 1000px) {
  .g-channel{
    display: none;
  }
}
@media (max-width: 768px) {
  .g-head-box1{
    background: none;
  }
  .top-banner{
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
  }
  .menubox2{
    width:100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .menubox2 .logo1{
    width:87px;
    height:30px;
  }
  .menubox2 .g-search-form2{
    margin-left: 10px;
    display: flex;
    align-items: center;
    flex-grow: 1;
  }
  .menubox2 .g-search-form2 .input1{
    flex-grow: 1;
    width:0;
    height: 30px;
    padding: 0 10px;
    font-size: 14px;
    line-height: 1.3333333;
    border-color: #767676;
    border-style: solid;
    border-width: 1px;
    border-left: 0;
    border-right: 0;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    color:#61666d;
  }
  .menubox2 .g-search-form2 .btn1{
    flex-shrink: 0;
    height: 30px;
    padding: 0 10px;
    font-size: 14px;
    line-height: 1.3333333;
    color: white;
    background-color: #F04545;
    margin-left: -1px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border: solid 1px #767676;
  }

  .menubox1{
    flex-direction: column;
    align-items: flex-start;
    padding:20px;
  }
  .menubox1.collapse{
    display: none;
  }
  .menubox1.collapse.in{
    display: flex;
  }
  .menubox1 .menu1{
    padding: 0 0 10px 0;
  }

  body {
    padding-top: 50px;
  }

}

/* ------------------------------------------------------------------------------------- */


.dplayer-component{

}
.dplayer-component .loadingb123{
  text-align: center;
  padding:20px;
}
.dplayer-component .loading123{
  text-align: center;
  padding:40px 40px 80px 40px;
}
.dplayer-component .empty123{
  font-size: 26px;
  line-height: 1.1;
  padding: 10px 0;
}
.dplayer-component .body123 .title123{
  font-size: 24px;
  line-height: 1.1;
  padding:0 0 10px 0;
  word-wrap: break-word;
  word-break:break-all;
  color:#3353A0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dplayer-component .body123 .content123{
  
}
.dplayer-component .body123 .content123 .playerbox123{
  display: flex;
  justify-content: space-between;
}
.dplayer-component .body123 .content123 .player123{
  width:100%;
  height: 360px;
  border-bottom: 0;
  display: block;
  background-color: black;  
}
.dplayer-component .body123 .videos123{
  flex-shrink: 0;
  width:141px;
  height:360px;
  background-color: #ccc;
  overflow-y: scroll;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  position:relative;
}
.dplayer-component .body123 .videos123 .item123{
  flex-shrink: 0;
  border:solid 2px #ccc;
}
.dplayer-component .body123 .videos123 .item123.active{
  border:solid 2px red;
}
.dplayer-component .body123 .videos123 .item123 img{
  width:120px;
  height:90px;
}
.dplayer-component .body123 .title123 .keyword{
  color: #F04545;
  font-weight: 700;
}
.dplayer-component .body123 .content123 .operate123{
  background: #ececec;
  border-top: 0;
  padding: 10px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dplayer-component .body123 .content123 .operate123 .btns123{
  display: flex;
  align-items: center;
  flex-shrink:0;
}
.dplayer-component .body123 .content123 .operate123 .num123{
  font-size: 30px;
}
.dplayer-component .body123 .content123 .operate123 .icon123{
  width:30px;
  height:30px;
  margin-right: 10px;
  cursor: pointer;
}
.dplayer-component .body123 .content123 .operate123 .icon:last-child{
  margin-right:0;
}
.dplayer-component .body123 .content123 .operate123 .prev{
  width:60px;
}
.dplayer-component .body123 .content123 .operate123 .next{
  width:60px;
}
.dplayer-component .body123 .content123 .operate123 .play{
  width:60px;
}
.dplayer-component .body123 .content123 .operate123  .process123{
  font-size: 32px;
  line-height: 1.1;
}
.dplayer-component .body123 .captionsb123{
  font-size: 14px;
  background-color: #fff;
  border: 1px solid #e3e3e3;
  height: 200px;
  overflow-y: scroll;
  position: relative;
}
.dplayer-component .body123 .captionsb123 .item123{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding:5px 0;
  cursor:pointer;
}
.dplayer-component .body123 .captionsb123 .item123.active{
  color:#3353A0;
  background-color: #F1F1F1;
  font-weight: bold;
}
.dplayer-component .body123 .captionsb123 .item123 .time123{
  flex-shrink: 0;
  width:40px;
  padding-left:20px;
}
.dplayer-component .body123 .captionsb123 .item123 .text123{
  flex-grow: 1;
  padding:0 20px;
}
.dplayer-component .body123 .captionsb123 .item123 .icon123{
  padding-right:20px;
}
.dplayer-component .body123 .captionsb123 .item123 .icon123 .glyphicon{
  font-size: 22px;
}
.dplayer-component .body123 .captions123{
  font-size: 20px;
  text-align: center;
  padding: 10px;
  background-color: #fff;
  border: 1px solid #e3e3e3;
}
.dplayer-component .body123 .captions123 a{
  color: #3353A0;
  display: inline-block;
  margin-right: 10px;
}
.dplayer-component .body123 .captions123 a:hover{
  color: #3353A0;
}
.dplayer-component .body123 .captions123 em{
  padding:5px 10px;
  background-color: yellow;
}
.dplayer-component .dialog-dict-box{
  padding:30px 30px 10px 30px;
  background:#F0F0F0;
}
@media (max-width: 768px) {
  .dplayer-component .body123 .content123 .operate123  .process123{
    display: none;
  }
  .dplayer-component .body123 .captions123{
    font-size: 16px;
  }
  .dplayer-component .body123 .videos123{
    display: none;
  }
  .dplayer-component .body123 .title123{
    font-size: 16px;
  }
  .dplayer-component .body123 .content123 .player123 {
    min-height: 260px;
  }
  .dplayer-component .captionsb123 .time123{
    display: none;
  }
  .dplayer-component .captionsb123 .icon123{
    display: none;
  }
}

/* ------------------------------------------------------------------------------------- */

.dict-component{
  font-size: 18px;
  color:#000000;
  background-color: #F0F0F0;
}
.dict-component a{
  color: #337ab7;
  text-decoration: none;
}
.dict-component a:hover{
  color: #fe0000;
  text-decoration: underline;
}
.dict-component .head1{
  margin-bottom: 20px;
  color:#3353A0;
}
.dict-component .head1 .title1{
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.dict-component .head1 .title1 .name1{
  font-size: 30px;
  font-weight: bold;
  margin-right: 10px;
  word-wrap: break-word;
  word-break:break-all;
  line-height: 1;
}

.dict-component  .head1 .info1{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.dict-component .head1 .info1 .operate{

}
.dict-component .head1 .info1 .operate .icon1 a{
  fill:#61666d;
  color:#61666d;
  font-size: 16px;
  display: flex;
  align-items: center;
}
.dict-component .head1 .info1 .operate .icon1.active a,
.dict-component .head1 .info1 .operate .icon1.active svg
{
  color:#ff0000;
  fill: #ff0000;
}
.dict-component .head1 .info1 .operate .icon1 span{
  padding-left:5px;
}
.dict-component .head1 .info1 .pronunciation{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.dict-component .head1 .info1 .pronunciation .ipa{
  font-size: 16px;
  margin-right: 20px;
  flex-shrink:0;
}
.dict-component .head1 .info1 .pronunciation .audio{
  display: flex;
  align-items: center;
  margin-right: 20px;
}
.dict-component .head1 .info1 .pronunciation .label1{
  margin-right: 10px;
  font-size: 16px;
  height:24px;
  line-height: 24px;
}
.dict-component .head1 .info1 .pronunciation .icon1{
  cursor:pointer;
  font-size: 24px;
  height:24px;
  line-height: 24px;
}
.dict-component .body1 .worditem1{
  margin-bottom: 30px;
}
.dict-component .body1 .group1{
  font-size: 22px;
  font-weight: bold;
}
.dict-component .body1 .meanings1{
  padding-bottom: 5px;
}
.dict-component .body1 .meanings1 .item1{
  display: flex;
}
.dict-component .body1 .meanings1 .item1 .label1{
  padding-right: 10px;
  flex-shrink: 0;
  font-weight: bold;
}
.dict-component .body1 .meanings1 .item1 .value1{
  color:#1e1f1f;
}
.dict-component .body1 .meanings1 .item1 .def1{

}
.dict-component .body1 .meanings1 .item1 .example1{
    color:#999;
    font-style:italic;
}
.dict-component .body1 .meanings1 .item1 .label2{
  font-weight: bold;
}
.dict-component .body1 .meanings1 .item1 .synonyms1{
  color:#1e1f1f;
  
}
.dict-component .body1 .meanings1 .item1 .synonyms1 a{
  color:#3353A0;
  margin-right: 5px;
  word-break:break-all;
}
.dict-component .body1 .meanings1 .item1 .synonyms1 a:hover{
  color:#3353A0;
  text-underline-offset: 5px;
  text-decoration: underline;
}
@media (max-width: 768px) {
  .dict-component {
    font-size: 14px;
  }
  .dict-component .body1 .group1 {
    font-size: 16px;
  }
  .dict-component .head1 .title1 .name1 {
    font-size: 20px;
  }
}
/* ------------------------------------------------------------------------------------- */

.ddialog-component{
  position:fixed;
  z-index: 20000; 
  top:0;
  left:0;
  bottom:0;
  right:0;
  display:flex;
}
.g-dialog-mask1{
  position:fixed;
  width:100%;
  height:100%;  
  background-color: black;
  opacity:.5;
}
.g-dialog-info1{
  position:fixed;
  width:100%;
  height:100%;  
  display: flex;
  align-items: center;
  justify-content: center;
}
.g-dialog-body1{
  position:relative;
  overflow-y: scroll;
}
.g-dialog-close1{
  position:absolute;
  right:20px;
  top: 20px;
  cursor: pointer;
  font-size: 18px;
}
.g-dialog-content1{

}
@media (max-width: 768px) {
  .g-dialog-body1{
    width:90% !important;
    height:90% !important;
  }
}




.login-main{
  display: flex;
}
.login-main .info1{
  background-color: #377DED;
  border:solid 1px #377DED;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  padding:60px 100px;
}
.login-main .info2{
  flex-grow: 1;
  background-color: #F5F5F5;
  border:solid 1px #DDDDDD;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  padding:50px;
}
.login-main .info1 .img1{
  width:472px;
  height:472px;
}
@media (max-width: 768px) {
  .login-main .info1{
    display: none;
  }
  .login-main .info2{
    padding:0 20px;
    border:none;
    background-color: white;
  }
}










/* ------------------------------------------------------------------------------------- */

.footer {
  width: 100%;
  color: white;
  background: #3353a0;
  border-bottom:solid 1px #bfbfbf;
  font-size: 16px;
}
.footer .container {
  padding:50px 0 50px 0;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.footer .container .list222 {
  display: flex;
  flex-wrap: wrap;
  width:400px;
  margin-left: 100px;
}
footer .container .list222  .item222{
  margin-right: 20px;
  width:40%;
}
footer .container .list222 .item222 a{
  color: white;
 
}
.footer .container .item222 a:hover{
  color: white;
  text-decoration: underline;
}
.footer .container .logo222{

}
.footer .container .logo222 img{
  width:162px;
  height:47px;
}
.footer .container .logo222 .copyright222{
  margin-top: 10px;
  font-size: 14px;
  color:#A4B9EE;
}

.footer .container .share222{
  display: flex;
}
.footer .container .share222 img{
  width:32px;
  height:32px;
  margin-left:20px;
}

@media (max-width: 768px) {
  .footer{
    font-size: 14px;
  }
  .footer .container {
    padding: 20px;
  }
  .footer .container .list222{
    margin:0;
    width:auto;
  }
  .footer .container .list222 .item222{
    padding:0;
    margin:0 20px 10px 0;
    width:auto;
  }
}