.border {
  border: 1px solid #e5e5e5
}

.esp {
  /* 不换行 */
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 30px;
  overflow: hidden
}

.head {
  padding: 40px 0 25px 0;
  height: 170px;
  line-height: 50px;
  font-size: 34px!important;
  font-weight: 700;
  color: #080808;
  text-align: center;
  overflow: hidden;
  width: 1200px;
  margin:0 auto;
}

.head p {
  color: #999;
  font-size: 20px;
  line-height: 40px
}

.head .pre {
  display: inline-block;
  width: 21px;
  height: 20px;
  background: url(../../../static/img/icon.png) no-repeat;
  margin-right: 15px
}

.head .next {
  display: inline-block;
  width: 21px;
  height: 20px;
  background: url(../../../static/img/icon1.png) no-repeat;
  margin-left: 15px
}

.more-btn {
  margin-bottom: 30px;
  text-align: center
}

img {
  cursor: pointer
}
/*手机端logo部分*/
#phone-head{
    width: 100%;
    height: 0.6rem;
    background-color: #000;
}

#phone-head .user-info {
    width: 7%;
    position: absolute;
    left: 3%;
    top: 0.18rem;
    cursor: pointer;
}
#phone-head .user-info img{
    width: 100%;
    height: 100%;
}

#phone-head .show-out {
    position: absolute;
    top: 0.60rem;
    left: 2%;
    width: 28%;
    height: 0.5rem;
    z-index: 100008989;
}

#phone-head .cla {
    width: 4%;
    height: 0.1rem;
    margin-left: 10%;
    border: 0.06rem solid transparent;
    border-bottom: 0.06rem solid #232323;
}

#phone-head .out-word {
    width: 100%;
    height: 0.36rem;
    line-height: 0.36rem;
    background-color: #232323;
    color: #999;
    text-align: center;
    font-size: 0.16rem;
}
 #phone-head  .login-img {
    width: 28%;
    text-align: center;
    margin-left: 36%;
    margin-top: 0.17rem;
  }

 #phone-head  .login {
    width: 100%;
    background-color: #1f1f1f;
    height: .6rem
  }

/*手机底部*/

.phone-foot {
    height: 1.05rem;
    width: 100%;
    background-color: #000;
    padding: 0 2%;
    font-size: 0.12rem;
    line-height: 0.35rem;
    overflow: hidden;
}

.phone-foot .foot-div {
    overflow: hidden;
    border-bottom:1px solid #393939;
}

.phone-foot .foot-div:nth-child(3) {
  border-bottom:none;
}

/* ------------ 右上角菜单 --------------*/
#show-box,#close-ul{
    display: block;
    width: 10%;
    height: 0.3rem;
    background:url("/static/img/menu.png") no-repeat 0 5px;
    -webkit-background-size: 25px;
    background-size: 25px;
    position: absolute;
    right:10px;
    top:-0.4rem;
    font-size:0.25rem;
    z-index:100009
}
#close-ul{
    background:url("/static/img/叉.png") no-repeat 0 5px;
    -webkit-background-size: 17px;
    background-size: 17px;
}

#menu{
    z-index:109;
    position: absolute;
    right: 0;
    top:0;
    width: 60%;
    background-color: #000;
}
#menu li{
  padding-top: 13px;
  height: 70px;
  padding-left: 20%;
}
#menu .chinese-title{
  font-size: 17px;
  color:white;
  font-weight: 700;
}
#menu .english-title{
  font-size: 13px;
  color:#939393;
  font-weight: 400;
}

#menu .activeli{
  background-color: #bf233b;
}

  /*----- 提示信息----*/

.ivu-message-custom-content {
  font-size: 15px;
}

/*-------- 分享模态框 -----------*/

#pcShare .ivu-modal-footer{
  display: none;
}

/* ----- 自定义弹框 ------------ */


.message {
  min-width: 120px;
  box-sizing: border-box;
  position: fixed;
  left: 50%;
  top: 0;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  transition: opacity .3s, transform .4s;
  overflow: hidden;
  z-index: 9999;
  padding: 8px 16px;
  border-radius: 4px;
  box-shadow: 0 1px 6px rgba(0, 0, 0, .2);
  background: #fff
}

.el-message__group {
  margin-left: 26px;
  position: relative;
  height: 20px;
  line-height: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center
}

.el-message__group p {
  font-size: 12px;
  margin: 0 20px 0 0;
  white-space: nowrap;
  text-align: justify
}

.el-message__group.is-with-icon {
  margin-left: 0
}

.el-message__img {
  width: 14px;
  height: 14px;
  position: absolute;
  left: 20px;
  top: 10px
}

.pt10 {
  padding-top: 10px
}

.pt20 {
  padding-top: 20px
}

.pb10 {
  padding-bottom: 10px
}

.pb20 {
  padding-bottom: 20px
}

.pt5 {
  padding-top: 5px
}

.pt10 {
  padding-top: 10px
}

.dib {
  display: inline-block
}

.fwb {
  font-weight: 700
}

.pb5 {
  padding-bottom: 5px
}

.pr5 {
  padding-right: 5px
}

.mt5 {
  margin-top: 10px
}

.ell {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden
}

.small-button {
  padding-left: 16px!important;
  padding-right: 16px!important
}

.tr {
  text-align: right
}

.tc {
  text-align: center
}

.pull-right {
  float: right
}

.pull-left {
  float: left
}

.ovh {
  overflow: hidden
}

.pr {
  position: relative
}

// huploadify
@charset "utf-8";
.uploadify-button {
  display: inline-block;
  background-color: #000;
  line-height: 38px;
  padding: 0 35px;
  font-size: 14px;
  font-weight: 600;
  font-family: '微软雅黑';
  color: #FFF;
  cursor: pointer;
  text-decoration: none
}

.uploadfile {
  width: 0
}

.uploadify-queue .uploadify-queue-item {
  list-style-type: none;
  margin-top: 10px;
  line-height: 30px
}

.uploadbtn,
.delfilebtn,
#stopbtn {
  display: inline-block;
  border: 1px solid #999;
  line-height: 24px;
  border-radius: 4px;
  padding: 0 18px;
  font-size: 12px;
  color: #666;
  text-decoration: none
}

.uploadbtn {
  display: none
}

.up_filename,
.progressnum,
.delfilebtn,
.uploadbtn,
.up_percent,
#stopbtn {
  font-size: 12px;
  color: #666;
  margin-left: 10px
}

.uploadify-progress {
  display: inline-block;
  width: 700px;
  height: 10px;
  background-color: white;
  border-radius: 20px;
  border: 2px groove #666;
  vertical-align: middle;
  padding: 0
}

.uploadify-progress-bar {
  width: 0;
  height: 100%;
  border-radius: 20px;
  background-color: #09f
}

.suggest1 {
  margin-left: 10px
}
