@import url('reset.css');

body {
    background: url(../images/bg.png) repeat center;
    /*background-color: black;    */
    background-size: 10px 10px;
    letter-spacing: 0;
    text-align: left;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;}
.clearfix {
    zoom: 1;
}
.wrapper {
    width: 1024px;
    margin: 0 auto;
    font-family: "PingFang-SC-Medium", "Microsoft YaHei", "\u5fae\u8f6f\u96c5\u9ed1", STXihei, "\u534e\u6587\u7ec6\u9ed1";;
}
.fl-left {
    float: left;
}
.fl-right {
    float: right;
}
.grid-left {
    width: 780px;
    float: left;
    margin-top: 26px;
}
.grid-right {
    width: 230px;
    float: right;
    margin-left: 14px;
    margin-top: 31px;
}
.mode {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 1px 8px 0 rgba(0,0,0,0.04);
}
/* 添加单词 */
.add-word {
    padding: 34px 19.503px 18px;
    font-family: 'PingFang-SC-Regular';
    font-size:12px;
}

.add-word .input-layer {
    position: relative;
    line-height: 40px;
}
.add-word .input-icon {
    content: '';
    position: absolute;
    left: 10px;
    top: 10px;
    background: #fff url(../images/icon-input.png) no-repeat;
    background-size: 18px 20px;
    width: 18px;
    height: 20px;
}
.add-word .input {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #E5E5E5;
    width: 570px;
    color: #323232;
    font-family: 'PingFang-SC-Medium';
    font-size: 23px;
    line-height: 40px;
    letter-spacing: 0;
    text-align: left;
    float: left;
    position: relative;
}
    
.add-word .input::-webkit-input-placeholder {
    font-family: 'PingFang-SC-Regular';
    color: #b8babd;
    /*text-indent: 48px;*/
    font-size: 16px;
}
.add-word .input-word::-webkit-input-placeholder {
    /*text-indent: 10px;*/
}
.add-word .input::-moz-placeholder {
    font-family: 'PingFang-SC-Regular';
    color: #b8babd;
    /*text-indent: 48px;*/
    font-size: 16px;
}
.add-word .input-word::-moz-placeholder {
    /*text-indent: 10px;*/
}
.add-word .input::-ms-input-placeholder {
    font-family: 'PingFang-SC-Regular';
    color: #b8babd;
    /*text-indent: 48px;*/
    font-size: 16px;
}
.add-word .input-word::-ms-input-placeholder {
    /*text-indent: 10px;*/
}
.add-word .btn-add {
    border-radius: 4px;
    background: #323232;
    width: 120px;
    height: 40px;
    font-family: "PingFangSC-Medium";
    font-size: 16px;
    color: #fff;
    text-align: center;
    margin-left: 26px;
    display: inline-block;
    cursor: pointer;
}
.add-word .textarea-layer {
    background: #fafbfb;
    border: 1px solid #ebebeb;
    width: 696px;
    height: 158px;
    margin: 25px auto;
    font-family: 'PingFangSC-Regular';
    font-size: 14px;
    color: #323232;
    /*text-indent: 21px;*/
    text-align: left;
    padding-top: 18px;
    padding-left: 8px;
    border-radius: 4px;
}
.add-word .add-img {
    background: url(../images/icon-add.png) no-repeat center;
    background-size: 138px 140px;
    width: 138px;
    height: 140px;
    display: inline-block;
    cursor: pointer;
    float: left;
}
.add-word .desc {
    font-family: "PingFang-SC-Regular";
    font-size: 14px;
    color: #959a9f;
    /*text-indent: 28px;*/
    background: url(../images/icon-img.png) no-repeat left center;
    background-size: 18px 15px;
    margin-top: 15px;
}
.add-word .images-layer  img {
    height: 140px;
    float: left;
    margin-right: 10px;
}


.third-button-layer {
}

.third-button-layer span{
    margin: 19px;
}

.add-word .word-speaker {
    margin-top: 15px;
}
.add-word .word-explain-cn {
    margin-bottom: 0;
    color: #323232;
}
/* 单词列表 */
.word-list {
    margin-top: 14px;
    padding-bottom: 47px;
    font-family: 'PingFang-SC-Regular';
    font-size:12px;
}
.word-item {
    margin: 0 auto;
    padding-top: 19px;
    padding-bottom: 14px;
    width: 741px;
    border-bottom: 1px solid #E5E5E5;
}
.word-name {
    font-family: 'PingFang-SC-Medium';
    font-size: 20px;
    line-height: 28px;
    color: #000000;
    position: relative;
}
.word-operation {
    position: absolute;
    right: 0;
    top: 0;
    color: #959a9f;
    font-family: 'PingFang-SC-Regular';
    font-size: 12px;
    line-height: 18px;
}
.word-operation .split {
    background: #959a9f;
    width: 1px;
    height: 12px;
    display: inline-block;
    float: left;
    margin: 3px 10px 0;
}
.word-operation .edit-word {
    cursor: pointer;
}
.word-operation .delete-word {
    background: url(../images/icon-delete.png) no-repeat center;
    background-size: 11px;
    width: 11px;
    height: 17px;
    cursor: pointer;
}
.word-speaker {
    color: #959a9f;
    margin-top: 10px;
    overflow: hidden;
}
.word-speaker span {
    margin-right: 30px;
}
.word-speaker .icon-speaker {
    background: url(../images/icon-speaker.png) no-repeat center;
    background-size: 13px 11px;
    width: 13px; 
    display: inline-block;
    height: 11px;
    margin-left: 3px;
    cursor: pointer;
}
.word-explain-cn {
    font-size: 14px;
    color: #000000;
    margin-top: 12px;
    margin-bottom: 13px;
}
.word-explain-en {
    background: #f3f4f6;
    border-radius: 2px;
    color:#959a9f;
    padding: 8px 16px;
    display: inline-block;
}
.word-img-list {
    margin-top: 15px;
}
.word-img-item,
.word-new-image {
    /*background: #e5e5e5;*/
    width: 140px;
    height: 140px;
    display: inline-block;
    float: left;
    margin-right: 10px;
    overflow: hidden;
}

.word-img-item-learn {
    display: inline-block;
    float: left;
    margin-right: 10px;
    overflow: hidden;
}

.word-new-image {
    position: relative;
}
.word-img-item img,
.word-new-image img {
    width: 100%;
}
.delete-img {
    position: absolute;
    right: 0;
    opacity: 0.6;
}




.word-info {
    font-family: 'PingFang-SC-Regular';
    font-size: 12px;
    color: #959a9f;
    margin-top: 23px;
    line-height: 26px;
}
.word-info span {
    margin-right: 19px;
}
.word-third {
    background: #ffffff;
    border: 1px solid #dedede;
    border-radius: 3px;
    width: 78px;
    height: 24px;
    color: #323232;
    text-align: center;
    display: inline-block;
    line-height: 24px;
    cursor: pointer;
}
/* 右侧样式开始 */
.grid-right .subject {
    font-family: 'Zapfino';
    font-size: 24px;
    color: #000000;
    line-height: 45px;
    height: 37px;
    overflow: hidden;
    width: 100%;
}

/*logo*/
/*.grid-right .subject:before {*/
    /*width: 36px;*/
    /*height: 37px;*/
    /*display: inline-block;*/
    /*background: rgba(83, 85, 87, .5);*/
    /*content: '';*/
    /*border-radius: 3px;*/
    /*float: left;*/
    /*margin-right: 10px;*/
/*}*/
.grid-right .sort {
    margin-top: 23px;
    padding-bottom: 32px;
}
.grid-right .sort .title {
    height: 50px;
    line-height: 50px;
    color: #323232;
    /*text-indent: 19px;*/
    border-bottom: 1px solid #F3F4F6;
    font-size:16px;
}
.grid-right .sort-item {
    margin-left: 27px;
    margin-top: 19px;
    cursor: pointer;
    overflow: hidden;
}
.grid-right .icon-radio {
    background: url(../images/icon-radio.png) no-repeat left center;
    background-size: 18px;
    display: inline-block;
    width: 18px;
    height: 18px;
    float: left;
}
.grid-right .active .icon-radio {
    background-image: url(../images/icon-radio-checked.png);
}
.grid-right .icon-text {
    font-size: 12px;
    line-height: 15px;
    color: #535557;
    margin-left: 10px;
    display: inline-block;
    float: left;
}
.grid-right .btn-login {
    background: #ffffff;
    border: 1px solid #959a9f;
    border-radius: 3px;
    width: 96px;
    height: 30px;
    margin: 29px auto 0;
    font-family: 'PingFangSC-Regular';
    font-size: 14px;
    color: #323232;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
}
.grid-right .scan {
    margin-top: 14px;
    padding: 23px 0 21px;
    font-family: 'PingFang-SC-Regular';
    font-size: 12px;
    /*color: #000000;*/
    text-align: center;
}
.grid-right .scan img {
    display: block;
    width: 121px;
    height: 122px;
    margin: 0 auto 17px;
}
.grid-right .copyright {
    font-family: PingFang-SC-Regular;
    font-size: 12px;
    margin-top: 27px;
    font-family:PingFang-SC-Regular;
    color:#b0b4bd;
    line-height:20px;
}
.grid-right .feedback {
    margin-bottom: 15px;
}
.grid-right .feedback  a {
    color: #4a4a4a;
}
.grid-right .feedback .split {
    background: #4a4a4a;
    width: 1px;
    height: 12px;
    display: inline-block;
    float: left;
    margin: 4px 10px 0;
}
