@charset "utf-8";
@import "/common/mylogin.css";
@keyframes arrowAnimotion {
  0% {
    transform: translateY(0px);
  }
  25% {
    transform: translateY(50px);
  }
  30% {
    transform: translateY(40px);
  }
  55% {
    transform: translateY(50px);
  }
  60% {
    transform: translateY(40px);
  }
  85% {
    transform: translateY(50px);
  }
  90% {
    transform: translateY(40px);
  }
  100% {
    transform: translateY(0px);
  }
}
@-moz-keyframes arrowAnimotion {
  from {
    transform: translateY(0px);
  }
  to {
    transform: translateY(50px);
  }
}
@-webkit-keyframes arrowAnimotion {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(30px);
  }
  100% {
    transform: translateY(0px);
  }
}
@-o-keyframes arrowAnimotion {
  from {
    transform: translateY(0px);
  }
  to {
    transform: translateY(50px);
  }
}
@-ms-keyframes arrowAnimotion {
  from {
    transform: translateY(0px);
  }
  to {
    transform: translateY(50px);
  }
}
/*titleChange动画*/
@keyframes titleChange {
  0% {
    transform: scale(0, 0);
    opacity: 0;
  }
  50% {
    transform: scale(0.5, 0.5);
    opacity: 0.5;
  }
  100% {
    transform: scale(1, 1);
    opacity: 1;
  }
}
@-moz-keyframes titleChange {
  0% {
    transform: scale(0, 0);
    opacity: 0;
  }
  50% {
    transform: scale(0.5, 0.5);
    opacity: 0.5;
  }
  100% {
    transform: scale(1, 1);
    opacity: 1;
  }
}
@-webkit-keyframes titleChange {
  0% {
    transform: scale(0, 0);
    opacity: 0;
  }
  50% {
    transform: scale(0.5, 0.5);
    opacity: 0.5;
  }
  100% {
    transform: scale(1, 1);
    opacity: 1;
  }
}
@-o-keyframes titleChange {
  0% {
    transform: scale(0, 0);
    opacity: 0;
  }
  50% {
    transform: scale(0.5, 0.5);
    opacity: 0.5;
  }
  100% {
    transform: scale(1, 1);
    opacity: 1;
  }
}
@-ms-keyframes titleChange {
  0% {
    transform: scale(0, 0);
    opacity: 0;
  }
  50% {
    transform: scale(0.5, 0.5);
    opacity: 0.5;
  }
  100% {
    transform: scale(1, 1);
    opacity: 1;
  }
}
/*wordsChange动画*/
@keyframes wordsChange {
  0% {
    transform: translateY(3400px);
  }
  100% {
    transform: translateY(0px);
  }
}
@-moz-keyframes wordsChange {
  0% {
    -moz-transform: translateY(3400px);
  }
  100% {
    -moz-transform: translateY(0px);
  }
}
@-webkit-keyframes wordsChange {
  0% {
    -webkit-transform: translateY(3400px);
  }
  100% {
    -webkit-transform: translateY(0px);
  }
}
@-o-keyframes wordsChange {
  0% {
    -o-transform: translateY(3400px);
  }
  100% {
    -o-transform: translateY(0px);
  }
}
@-ms-keyframes wordsChange {
  0% {
    -ms-transform: translateY(3400px);
  }
  100% {
    -ms-transform: translateY(0px);
  }
}
@media screen and (max-width: 1200px) {
  .header,
  .header_body .header,
  #exhibition,
  #exhibitionDetail,
  .infoBox,
  #tomBox,
  .indexFooter,
  .view-container,
  .page-aboutus,
  .aboutUS-content,
  .inforDetailBox {
    width: 100%!important;
  }
  .indexFooter,
  footer {
    min-width: 100%!important;
  }
}
@media screen and (min-width: 800px) and (max-width: 1600px) {
  #exhibition .ad2,
  #exhibitionDetail .ad2 {
    right: 0px!important;
  }
  #exhibition .ad1,
  #exhibitionDetail .ad1 {
    left: 0px!important;
  }
}
html,
body {
  font-size: 16px;
  font-family: 'Microsoft Yahei' !important;
  width: 100%;
  background: #f0f0f0!important;
}
a {
  outline: none;
}
a:focus {
  outline: none;
}
a:focus {
  outline: 0;
}
.header_body {
  width: 100%;
  box-sizing: border-box;
  background-color: #fff;
  border-bottom: 1px solid #ebebeb;
}
.header_body .header {
  width: 1200px;
  height: 75px;
  line-height: 45px;
  margin: 0 auto;
  background-color: #fff;
  padding: 15px 0;
  box-sizing: border-box;
}
.header_body .header .logo {
  float: left;
}
.header_body .header .logo img {
  vertical-align: middle;
  display: inline-block;
}
.header_body .header .header_path {
  float: left;
  display: inline-block;
  color: #333;
  margin-left: 40px;
  vertical-align: sub;
}
.header_body .header .header_path a {
  color: #333;
  margin-right: 30px;
  font-size: 16px;
}
.header_body .header .header_path a.active {
  color: #4baa47;
}
.header_body .logAndReg {
  float: right;
  font-size: 14px;
}
.header_body .logAndReg a {
  color: #333;
  cursor: pointer;
}
.header_body .logAndReg .logout .login {
  margin-right: 20px;
}
.header_body .logAndReg .logsuccess {
  display: none;
}
.header_body .logAndReg .logsuccess .exit {
  margin-left: 10px;
  color: #666;
}
.shareZone {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 5;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
}
.shareZone .zoneContent {
  position: absolute;
  left: 50%;
  top: 50%;
  background: #fff;
  width: 542px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.shareZone .zoneContent .zoneTitle {
  padding: 15px 20px ;
  background: #fafafa;
}
.shareZone .zoneContent .zoneTitle span {
  float: left;
  font-size: 16px;
  color: #333;
}
.shareZone .zoneContent .zoneTitle i {
  font-size: 14px;
  float: right;
  cursor: pointer;
  color: #bbb;
}
.shareZone .zoneContent .cont {
  padding: 0 20px ;
  padding-bottom: 20px;
}
.shareZone .zoneContent .cont .cont1 {
  font-size: 14px;
  color: #333;
  font-weight: bold;
  padding: 15px 0;
}
.shareZone .zoneContent .cont .cont1 span {
  color: #4baa47;
}
.shareZone .zoneContent .cont .cont1 em {
  color: #333;
  font-style: normal;
}
.shareZone .zoneContent .cont .cont2 {
  width: 100%;
  border: 1px solid #E4E4E4;
  height: 115px;
}
.shareZone .zoneContent .cont .cont2 textarea {
  margin: 0!important;
  width: 100%;
  outline: none;
  border: none;
  resize: none;
  padding: 0 16px;
  color: #666;
  font-size: 14px;
  word-break: break-all;
  word-wrap: break-word;
  height: 80px;
}
.shareZone .zoneContent .cont .cont2 .jishu {
  float: right;
  font-size: 12px;
  color: #aaa;
  margin-top: 5px;
}
.shareZone .zoneContent .cont .cont2 .jishu .js0 {
  color: #f4830a;
}
.shareZone .zoneContent .cont .shareImg {
  background: #f7f7f7;
  margin-top: 10px;
  padding: 16px;
}
.shareZone .zoneContent .cont .shareImg .share0 {
  display: block;
  font-size: 12px;
  color: #666;
}
.shareZone .zoneContent .cont .shareImg .share1 {
  margin-top: 8px;
}
.shareZone .zoneContent .cont .shareImg .share1 .share1Left {
  width: 110px;
  height: 60px;
  float: left;
}
.shareZone .zoneContent .cont .shareImg .share1 .share1Left img {
  width: 100%;
  height: 100%;
}
.shareZone .zoneContent .cont .shareImg .share1 .share1Right {
  float: left;
  margin-left: 16px;
}
.shareZone .zoneContent .cont .shareImg .share1 .share1Right .r1 {
  font-size: 14px;
  color: #333;
  margin-top: 8px;
}
.shareZone .zoneContent .cont .shareImg .share1 .share1Right .r2 {
  margin-top: 8px;
  font-size: 12px;
  color: #999;
}
.shareZone .zoneContent .cont .cz {
  display: block;
  margin-top: 20px;
}
.shareZone .zoneContent .cont .cz span {
  cursor: pointer;
  font-size: 14px;
  height: 30px;
  line-height: 30px;
  display: block;
  border-radius: 2px;
}
.shareZone .zoneContent .cont .cz .fabu {
  float: right;
  color: #fff;
  background: #4baa47;
  text-align: center;
  width: 68px;
  height: 30px;
  line-height: 30px;
}
.shareZone .zoneContent .cont .cz .fabu:hover {
  background-color: #5fcd5a;
}
.shareZone .zoneContent .cont .cz .quxiao {
  text-align: center;
  width: 68px;
  float: left;
  background: #fff;
  color: #666;
  border: 1px solid #eee;
}
.rTips {
  min-width: 200px;
  height: 62px;
  position: fixed;
  padding: 0 10px;
  z-index: 9999;
  top: 50%;
  left: 50%;
  margin-left: -106px;
  margin-top: -31px;
  line-height: 62px;
  background: #000;
  filter: alpha(opacity=50);
  /*ie*/
  -moz-opacity: 0.5;
  -o-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  color: white;
  text-align: center;
  font-size: 14px;
  border-radius: 2px;
  display: none;
}
#sucai {
  width: 500px;
  height: 300px;
  margin: 10px auto;
  padding-right: 12px;
  overflow: hidden;
}
#sucai p {
  color: #999;
  font-size: 12px;
  line-height: 220%;
  text-align: left;
  text-indent: 2em;
}
.glyphicon {
  width: 20px;
  text-align: center;
  font-size: 12px;
}
.btn-submit-register {
  display: block;
  margin: 25px auto 0;
  width: 320px;
  height: 39px;
  background-color: #4baa47;
  color: #ffffff;
  border: none;
  border-radius: 2px;
}
.btn-submit-register:hover {
  opacity: 0.8;
}
.register-module-close {
  background: url("../images/index/close01.png") no-repeat center center;
  width: 30px;
  height: 20px;
  position: absolute;
  top: 9px;
  right: 5px;
  font-size: 26px;
  cursor: pointer;
  line-height: 17px;
  color: #666;
}
.clear-both {
  clear: both;
}
.glyphiconRight {
  width: 10px;
  margin: 0 auto;
}
.glyphiconRight span {
  margin: 0 auto;
  /* margin-left: 5px;*/
}
.few-gray {
  color: #999;
}
.few-red {
  color: #ff584a;
}
.few-red:hover,
.few-gray:hover {
  color: #ff745a;
}
.required {
  color: red;
  padding: 0 15px;
}
.loadingImgWrap {
  overflow: hidden;
}
.loadingImgWrap .loadingImg {
  display: block;
  width: 56px;
  height: 8px;
  margin: 250px auto 0;
}
.loadingImgWrap .loadingWord {
  display: block;
  margin: 0 auto;
  font-size: 12px;
  color: #333;
  width: 37px;
  margin-top: 5px;
}
.page-no-result {
  width: 250px;
  min-height: 300px;
  padding-top: 66px;
  text-align: center;
  margin: 0 auto;
}
.page-no-result .img {
  display: block;
  margin: 0 auto;
}
.page-no-result .no-title {
  font-size: 13px;
  color: #999;
  text-align: center;
  margin-top: 15px;
}
.page-no-result .no-title a {
  color: #4baa47;
  text-decoration: underline;
}
.page-no-result .tip {
  font-size: 0.8rem;
  text-align: center;
  padding-top: 10px;
}
.inline {
  display: inline-block;
}
.tabnavigator {
  width: 100%;
  background-color: #ffffff;
  margin-bottom: 30px !important;
}
.tabnavigator .tabbar {
  border-bottom: 1px solid #e4e4e4;
  position: relative;
}
.tabnavigator .tabbar .btn-item {
  display: inline-block;
  padding: 23px 15px 17px;
  cursor: pointer;
  font-weight: 500;
  font-size: 16px;
  text-align: center;
  color: #333;
  margin-right: 10px;
  margin-bottom: -1px;
}
.tabnavigator .tabbar .btn-item .select {
  color: #333;
}
.tabnavigator .tabbar .pointer {
  position: absolute;
  width: 76px;
  height: 1px;
  background-color: #4baa47;
  left: 0;
}
.tabnavigator .tabbar .re-bt {
  display: none;
  float: right;
  height: 22px;
  cursor: pointer;
  font-size: 12px;
  text-align: center;
  color: #999;
  line-height: 22px;
  margin-left: 24px;
  margin-top: 28px;
}
.tabnavigator .tabbar .re-del {
  border: 1px solid #EEEEEE;
  background: #f7f7f7;
  width: 58px;
}
.tabnavigator .tabbar .re-del:hover {
  color: #4baa47;
  border: 1px solid #4baa47;
}
.tabnavigator .tabbar .re-mark {
  width: 72px;
  background: #f7f7f7;
}
.tabnavigator .tabbar .re-mark:hover {
  color: #4baa47;
  border: 1px solid #4baa47;
}
.tabnavigator .view-stack.view-stack-idea {
  width: 100%;
  margin-top: 20px;
  padding: 0 8px;
  /*增加图片*/
}
.tabnavigator .view-stack.view-stack-idea .form-group {
  margin-bottom: 16px;
}
.tabnavigator .view-stack.view-stack-idea .form-group .col-sm-6 {
  padding-left: 15px;
}
.tabnavigator .view-stack.view-stack-idea .form-group .col-sm-6 .inline {
  height: 34px;
  line-height: 34px;
  width: 326px;
}
.tabnavigator .view-stack.view-stack-idea .col-sm-9 .textarea-miaoshu {
  resize: none;
  outline: none;
}
.tabnavigator .view-stack.view-stack-idea .col-sm-9 .feedback-icon {
  display: block;
  height: 38px;
  margin-top: 20px;
  position: relative;
  overflow: hidden;
  /*意见反馈-提交按钮*/
}
.tabnavigator .view-stack.view-stack-idea .col-sm-9 .feedback-icon .btn.submit-msg {
  background: #35b558;
  color: #ffffff;
  padding: 0;
  width: 138px;
  height: 38px;
  border-radius: 3px;
  -o-border-radius: 3px;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  -moz-border-radius: 3px;
  line-height: 38px;
  position: absolute;
  top: 0;
  right: 0;
}
.video-item {
  border: 1px solid #EDEDED;
  position: relative;
}
.video-item .content .pic {
  background-image: url("../images/index/daj.jpg");
  width: 100%;
  height: 140px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}
.video-item .content .title {
  text-align: left;
  margin: 10px 0;
  padding: 0 10px;
  font-size: 0.875rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.video-item .content .bottom-control {
  height: 30px;
  margin-top: 10px;
  padding: 0 10px;
  font-size: 0.75rem;
}
.video-item .content .bottom-control .glyphicon {
  color: #ffffff;
  font-size: 1rem;
  background-position: 0 3px;
}
.video-item .content .bottom-control .my-glyphicon-user {
  background-image: url("../images/personcenter/tt.png");
  width: 19px;
  height: 19px;
}
.video-item .content .bottom-control .my-glyphicon-time {
  background-image: url("../images/personcenter/gg.png");
  width: 19px;
  height: 19px;
  background-repeat: no-repeat;
}
.video-item .content .bottom-control .num-person {
  width: 120px;
  display: inline-block;
}
.video-item .cover {
  width: 234px;
  height: 140px;
  background-color: rgba(0, 0, 0, 0.2);
  top: 0;
  left: 0;
  position: absolute;
  display: none;
}
.video-item .cover .icon {
  width: 70px;
  font-size: 70px;
  line-height: 140px;
  display: block;
  margin: 0 auto;
  color: #9E9E9E;
  pointer-events: none;
}
.video-item .cover .icon {
  background-image: url("../images/personcenter/2.png");
  width: 62px;
  height: 62px;
  top: 35px;
  position: relative;
}
.video-item:hover .cover {
  display: block;
}
.search-item {
  font-size: 12px;
  border-bottom: 1px solid #e5e5e5;
  padding: 15px 0;
}
.search-item .pic-content {
  width: 80px;
  display: inline-block;
  vertical-align: top;
}
.search-item .pic-content .pic {
  background-image: url("../images/searchpage/7.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -moz-border-radius: 100px;
  /* Firefox */
  -webkit-border-radius: 100px;
  /* Safari 和 Chrome */
  border-radius: 100px;
  /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
  width: 50px;
  height: 50px;
}
.search-item .pic-content .name {
  color: #999;
  text-align: center;
  line-height: 30px;
  font-size: 0.75rem;
  width: 50px;
  display: inline-block;
  white-space: nowrap;
  word-break: keep-all;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 0;
}
.search-item .pic-content .name-type {
  display: none;
}
.search-item .content {
  display: inline-block;
}
.search-item .content .title {
  word-break: break-all;
  overflow: hidden;
  font-weight: 600;
  font-size: 16px;
  margin: 0;
}
.search-item .content .title .glyphicon-question-sign {
  color: #0096DA;
  float: left;
}
.search-item .content .title .glyphicon-ok-sign {
  color: #33B554;
}
.search-item .content .title .play-a-lick {
  /*word-break: keep-all;*/
  overflow: hidden;
  /*text-overflow: ellipsis;*/
  font-size: 14px;
  /*white-space: nowrap;*/
  /*float: left;*/
}
.search-item .content .txt {
  color: #999;
}
.search-item .content .txt .msg {
  max-height: 70px;
  word-break: break-all;
  float: none;
  word-wrap: break-word;
}
.search-item .content .txt span[class*="已采纳答案"] {
  color: #35b558;
}
.search-item .content .txt .my-glyphicon-envelope {
  background-image: url("../images/weidu.gif");
  width: 19px;
  height: 14px;
  top: 3px;
}
.search-item .content .txt .photo {
  color: #000;
  width: 25px;
  height: 25px;
  background-image: url("../images/searchpage/7.png");
  display: inline-block;
  vertical-align: middle;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  margin-left: 5px;
  -moz-border-radius: 100px;
  /* Firefox */
  -webkit-border-radius: 100px;
  /* Safari 和 Chrome */
  border-radius: 100px;
  /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
  margin-right: 5px;
}
.search-item .content .txt .msg2 {
  word-wrap: break-word;
  word-break: break-all;
}
.search-item .content .rqj-rel {
  display: block;
  width: 770px;
  position: relative;
  min-height: 30px;
}
.search-item .content .rqj-rel .a_0 {
  position: absolute;
  top: 0;
  left: 0;
}
.search-item .content .rqj-rel .photo {
  left: 79px;
  position: absolute;
  top: 0;
}
.search-item .content .rqj-rel .photoName {
  left: 106px;
  position: absolute;
  top: 0;
}
.search-item .content .rqj-rel .rqj-answer {
  position: static;
  width: 770px;
  max-height: 80px;
  display: block;
  text-indent: 185px;
}
.search-item .content .time {
  color: #999;
}
.search-item .control {
  width: 160px;
  display: inline-block;
  font-size: 0.85rem;
  vertical-align: top;
  overflow: hidden;
}
.search-item .control p {
  text-align: center;
  font-size: 12px;
}
.search-item .control .control-content {
  margin: 0 auto;
  overflow: hidden;
  display: block;
  width: 80px;
  float: right;
}
.search-item .control .control-content .control-content-item {
  display: inline-block;
  color: #666;
}
.search-item .control .control-content .control-content-item.left {
  margin-right: 20px;
  color: #35b558;
}
.search-item .control .control-content .control-content-item.right {
  margin: 0 20px 0 0;
  color: #666;
}
.search-item .control .btn-answer {
  border: 1px solid #666666;
  border-radius: 5px;
  text-align: center;
  line-height: 26px;
  margin: 10px 0 0;
  width: 74px;
  height: 30px;
  display: block;
  font-size: 12px;
  color: #666666;
  margin-bottom: 10px;
  cursor: pointer;
}
.search-item .control .btn-answer:hover {
  border-color: #4baa47;
  color: #4baa47;
}
.login-module {
  margin-top: 10%;
  width: 460px !important;
  z-index: 99;
  position: relative;
}
.login-module.register-module em {
  display: inline-block;
  width: 6px;
}
.login-module.register-module .modal-header {
  overflow: hidden;
  width: 333px;
  height: 35px;
  border: none;
}
.login-module.register-module .modal-header .col-sm-6 {
  padding: 0;
  position: absolute;
  width: 119px;
  height: 23px;
  top: 25px;
  left: 50%;
  margin-left: -20px;
  margin-top: 20px;
  font-size: 20px;
  color: #333;
}
.login-module.register-module .modal-header .modal-title {
  text-align: center;
  margin: 10px 0;
  background-image: url("../images/01.gif");
  width: 100%;
  height: 50px;
  background-repeat: no-repeat;
  background-position: center center;
}
.login-module.register-module .modal-header .btn-register {
  color: #333;
  cursor: pointer;
  font-size: 12px;
  float: right;
}
.login-module.register-module .modal-header .btn-register .my-glyphicon-chevron-right {
  width: 16px;
  height: 16px;
}
.login-module.register-module .modal-header button {
  /*margin-right: -11px;*/
}
.login-module.register-module .modal-body {
  padding: 5px 16px 0;
  position: relative;
  z-index: 1;
}
.login-module.register-module .modal-body .form-horizontal {
  position: relative;
  /* .username {
           margin-bottom: 15px;
         }*/
}
.login-module.register-module .modal-body .form-horizontal input {
  font-size: 14px;
  color: #333;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  height: 46px;
  width: 300px;
  background: #f5f5f5;
  border: none;
}
.login-module.register-module .modal-body .form-horizontal input:focus {
  border: 1px solid #4baa47;
}
.login-module.register-module .modal-body .form-horizontal .group-username {
  margin-bottom: 0;
  position: relative;
  margin-top: 60px;
}
.login-module.register-module .modal-body .form-horizontal .group-username span {
  display: block;
  width: 30px;
  height: 30px;
  background: url("../images/index/delete.png") no-repeat center center;
  position: absolute;
  left: 267px;
  top: 8px;
  color: #ddd;
  font-size: 26px;
  cursor: pointer;
}
.login-module.register-module .modal-body .form-horizontal .group-username .cymyloginsuccess {
  background: url("../images/login/user-right.png") no-repeat center center;
  display: none;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 8px;
  left: 267px;
  font-size: 26px;
  cursor: pointer;
  color: #bdbdbd;
}
.login-module.register-module .modal-body .form-horizontal .form-group .form-control {
  width: 320px;
  height: 38px;
  border-radius: 3px;
  margin-top: 20px;
  color: #333;
  font-size: 12px;
}
.login-module.register-module .modal-body .group-code {
  margin-bottom: 0;
  margin-top: 22px;
  position: relative;
  /*
                &:after {
                  content: "*";
                  position: absolute;
                  right: -15px;
                  top: 10px;
                  color: red;
                }*/
}
.login-module.register-module .modal-body .group-code .input-code {
  display: inline-block;
  width: 189px;
  margin: 0;
}
.login-module.register-module .modal-body .group-code .input-password {
  display: inline-block;
}
.login-module.register-module .modal-body .group-code .btn-getcode {
  position: absolute;
  right: 0;
  color: #fff;
  font-size: 14px;
  top: 0;
  background-color: #4baa47;
  padding: 9px 10px;
  width: 110px;
  height: 46px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  line-height: 38px;
  text-align: center;
  cursor: pointer;
}
.login-module.register-module .modal-body .group-code .enable {
  pointer-events: none;
}
.login-module.register-module .modal-body .group-password {
  position: relative;
  margin: 22px 0;
  /*margin-top:0;*/
}
.login-module.register-module .modal-body .group-password span {
  display: block;
  width: 30px;
  height: 30px;
  background: url("../images/index/delete.png") no-repeat center center;
  position: absolute;
  left: 267px;
  top: 8px;
  color: #ddd;
  font-size: 26px;
  cursor: pointer;
}
.login-module.register-module .modal-footer {
  padding: 0 16px;
  border: 0;
  position: relative;
  z-index: 1;
}
.login-module.register-module .modal-footer button {
  width: 100%;
  font-size: 16px;
}
.login-module.register-module .enter-imt {
  margin: 9px 0 50px 20px;
  font-size: 14px;
  color: #999;
}
.login-module.register-module .enter-imt .btn-register {
  color: #4baa47;
  cursor: pointer;
}
.login-module.register-module .pass {
  width: 80px;
  height: 17px;
  background-color: #6b6b6b;
  display: inline-block;
  margin-right: 10px;
  text-align: center;
  color: white;
  padding: 0;
  font-size: 0.85rem;
}
.login-module.register-module .pass.one {
  background-color: #E0E0E0;
}
.login-module.register-module .pass.two {
  background-color: #CECECE;
}
.login-module.register-module .pass.three {
  background-color: #B9B7B7;
}
.login-module.register-module .cymreg {
  position: absolute;
  top: 145px;
  left: 41px;
  height: 20px;
  line-height: 20px;
  margin-top: 3px;
  margin-bottom: 5px;
  color: #f4830a;
  font-size: 14px;
  text-indent: 21px;
  background: url('../images/alter_14.png') no-repeat;
  background-position: 1px 2px;
  display: none;
}
.softTips {
  position: absolute;
  min-width: 120px;
  height: 66px;
  font-size: 18px;
  top: 284px;
  left: 50%;
  padding: 0 20px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  line-height: 66px;
  /* transform: translate(50%,50%); */
  z-index: 999999;
  color: #000;
  background-color: #fff;
  text-align: center;
  opacity: 0.7;
  filter: alpha(opacity=70);
  display: none;
}
.modal-alert {
  margin: 50px auto 0;
  width: 868px;
}
.modal-alert .modal-myque {
  margin: 200px auto 0;
  width: 400px;
  height: 200px;
  background-color: #ffffff;
}
.modal-alert .modal-myque .modal-myque-body {
  overflow: hidden;
}
.modal-alert .modal-myque .modal-myque-body p {
  text-align: center;
  background-color: #ffffff;
  margin-top: 50px;
}
.modal-alert .modal-myque .modal-myque-footer {
  overflow: hidden;
  position: absolute;
  bottom: 0;
  display: inline-block;
  width: 400px;
}
.modal-alert .modal-myque .modal-myque-footer button {
  width: 50%;
  display: inline-block;
  float: left;
  border: none;
  height: 65px;
  border: 1px solid #CCCCCC;
  background-color: #ffffff;
}
.modal-alert .modal-myque .modal-myque-footer button:hover {
  opacity: 0.7;
}
.modal-answerForm {
  width: 551px;
  border-radius: 4px;
  background-color: #ffffff;
  margin: 0 auto;
  display: block;
}
.modal-answerForm form .myanswer-top {
  padding: 20px;
  margin: 0 auto;
  position: relative;
}
.modal-answerForm form .myanswer-top .cymyanswerclose {
  font-size: 25px;
  color: #000000;
  float: right;
  cursor: pointer;
  position: relative;
  top: -5px;
}
.modal-answerForm form .myanswer-top .cymyanswerlogo {
  font-size: 18px;
  color: #333;
}
.modal-answerForm form .myanswer-bottom {
  padding: 0 20px;
  margin: 0 auto;
  position: relative;
  /* 问答增加图片 没有图片时的样式 */
}
.modal-answerForm form .myanswer-bottom .interlocution-bottom-1 {
  display: inline-block;
  margin-top: 20px;
}
.modal-answerForm form .myanswer-bottom .interlocution-bottom-1 div {
  float: left;
  margin: 0 5px 0 0;
}
.modal-answerForm form .myanswer-bottom .interlocution-bottom-1 div:last-child {
  margin: 0;
}
.modal-answerForm form .myanswer-bottom .interlocution-bottom-1 .interlocution-bottom-dv-1 {
  width: 96px;
  height: 69px;
  position: relative;
}
.modal-answerForm form .myanswer-bottom .interlocution-bottom-1 .interlocution-bottom-dv-1 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.modal-answerForm form .myanswer-bottom .interlocution-bottom-1 .interlocution-bottom-dv-1 .interlocution-bottom-dv-1-1-y {
  position: absolute;
  top: 29px;
  right: -28px;
  width: 16px;
  height: 16px;
  font-size: 13px;
}
.modal-answerForm form .myanswer-bottom .interlocution-bottom-1 .interlocution-bottom-dv-1 .interlocution-bottom-dv-1-1 {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}
.modal-answerForm form .myanswer-bottom .interlocution-bottom-1 .interlocution-bottom-dv-1 .interlocution-bottom-dv-1-1 div {
  position: absolute;
  top: 5px;
  right: 5px;
  background: url("../images/icons/sctp.png") no-repeat;
  width: 16px;
  height: 16px;
  cursor: pointer;
}
.modal-answerForm form .myanswer-bottom .interlocution-bottom-1 .interlocution-bottom-dv-1:hover .interlocution-bottom-dv-1-1 {
  display: block;
}
.modal-answerForm form .myanswer-bottom * {
  display: block;
}
.modal-answerForm form .myanswer-bottom .myanswer-lo1 {
  text-indent: 11px;
  font-size: 14px;
  color: #333;
  margin-bottom: 8px;
  background: url("../images/index/cy07.gif") no-repeat;
  background-position: 0 7px;
}
.modal-answerForm form .myanswer-bottom textarea {
  resize: none;
  background-color: #f8f8f8;
  border: 1px solid #eeeeee;
  text-indent: 11px;
  font-size: 12px;
  color: #bbb;
  outline: none;
  width: 100%;
  height: 148px;
  margin-bottom: 8px;
  line-height: 23px;
}
.modal-answerForm form .myanswer-bottom .myanswer-bottom-dv {
  width: 745px;
  height: 98px;
  margin-top: 14px;
}
.modal-answerForm form .myanswer-bottom .myanswer-bottom-dv div {
  float: left;
  margin: 0 3px 0 2px;
}
.modal-answerForm form .myanswer-bottom .myanswer-bottom-dv .myanswer-bottom-dv-1 {
  width: 130px;
  height: 98px;
  background: url("../images/index/video_cover.png") no-repeat;
  background-size: 100% 100%;
  position: relative;
}
.modal-answerForm form .myanswer-bottom .myanswer-bottom-dv .myanswer-bottom-dv-1 .myanswer-bottom-dv-1-1 {
  display: none;
  position: absolute;
  top: 0;
  left: -2px;
  width: 100%;
  height: 98px;
  background-color: rgba(0, 0, 0, 0.3);
}
.modal-answerForm form .myanswer-bottom .myanswer-bottom-dv .myanswer-bottom-dv-1 .myanswer-bottom-dv-1-1 div {
  position: absolute;
  font-size: 25px;
  top: -10px;
  color: red;
  right: -5px;
  cursor: pointer;
}
.modal-answerForm form .myanswer-bottom .myanswer-bottom-dv .myanswer-bottom-dv-1:hover .myanswer-bottom-dv-1-1 {
  display: block;
}
.modal-answerForm form .myanswer-bottom .myanswer-bottom-dv .myanswer-bottom-dv-2 {
  width: 136px;
  height: 98px;
  background: url("../images/index/cy08.png") no-repeat;
  cursor: pointer;
}
.modal-answerForm form .myanswer-bottom .myanswer-bottom-dv .myanswer-bottom-dv-2 #file0 {
  opacity: 0;
  height: 100%;
  width: 100%;
  cursor: pointer;
}
.modal-answerForm form .myanswer-bottom .myanswer-bottom-dv .myanswer-bottom-dv-2 #file1 {
  opacity: 0;
  height: 100%;
  width: 100%;
  cursor: pointer;
}
.modal-answerForm form .myanswer-bottom .location {
  position: absolute;
  bottom: 85px;
  right: 0;
  margin: 0 !important;
}
.modal-answerForm form .myanswer-bottom .empty {
  height: 90px;
}
.modal-answerForm form .myanswer-bottom .interlocution-bottom {
  width: 58px;
  height: 24px;
  line-height: 23px;
  position: relative;
  cursor: pointer;
  color: #fff;
  background-color: #a8d6b4;
  overflow: hidden;
  display: block;
  font-size: 12px;
  text-indent: 5px;
  *display: inline;
  *zoom: 1;
}
.modal-answerForm form .myanswer-bottom .interlocution-bottom div {
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #9E9E9E;
  opacity: 0.3;
  z-index: 999999;
  cursor: auto;
}
.modal-answerForm form .myanswer-bottom .interlocution-bottom #file2 {
  position: absolute;
  font-size: 100px;
  right: 0;
  top: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  cursor: pointer;
}
.modal-answerForm form .myanswer-bottom .myanswer_bottom_dv_2 {
  overflow: hidden;
}
.modal-answerForm form .myanswer-bottom .myanswer_bottom_dv_2 .myanswer-btn {
  text-align: center;
  line-height: 42px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  float: right;
  width: 88px;
  height: 42px;
  background-color: #35b558;
  color: #FFFFFF;
  margin: 0 0 20px;
}
.modal-qusForm {
  width: 551px;
  border-radius: 4px;
  background-color: #ffffff;
  margin: 0 auto;
  display: block;
}
.modal-qusForm form .myquiz-top {
  padding: 20px;
  margin: 0 auto;
  position: relative;
}
.modal-qusForm form .myquiz-top .cyquizclose {
  font-size: 25px;
  color: #000000;
  float: right;
  cursor: pointer;
  position: relative;
  top: -5px;
}
.modal-qusForm form .myquiz-top .cyquizlogo {
  font-size: 18px;
  color: #333;
}
.modal-qusForm form .myquiz-bottom {
  padding: 0 20px;
  margin: 0 auto;
  position: relative;
}
.modal-qusForm form .myquiz-bottom * {
  display: block;
}
.modal-qusForm form .myquiz-bottom .title {
  width: 100%;
  height: 34px;
  font-size: 12px;
  color: #bbb;
  outline: none;
  text-indent: 11px;
  border: 1px solid #eeeeee;
  background-color: #f8f8f8;
}
.modal-qusForm form .myquiz-bottom .myquiz_bottom_title_m {
  visibility: hidden;
  height: 20px;
  font-size: 12px;
  line-height: 26px;
  text-indent: 19px;
  background: url("../images/icons/tanhao.png") no-repeat;
  color: #ff584a;
  background-position: 0 5px;
}
.modal-qusForm form .myquiz-bottom .myquiz-lo {
  text-indent: 11px;
  font-size: 14px;
  color: #333;
  background: url("../images/index/cy07.gif") no-repeat;
  background-position: 0 7px;
  margin-bottom: 8px;
}
.modal-qusForm form .myquiz-bottom .myquiz-lo1 {
  text-indent: 11px;
  font-size: 14px;
  color: #333;
  margin-bottom: 8px;
}
.modal-qusForm form .myquiz-bottom textarea {
  resize: none;
  background-color: #f8f8f8;
  border: 1px solid #eeeeee;
  text-indent: 8px;
  font-size: 12px;
  color: #bbb;
  outline: none;
  width: 100%;
  height: 148px;
  margin-bottom: 8px;
  line-height: 23px;
}
.modal-qusForm form .myquiz-bottom .myquiz-bottom-dv-2 {
  width: 58px;
  height: 24px;
  line-height: 23px;
  position: relative;
  cursor: pointer;
  color: #fff;
  background-color: #a8d6b4;
  overflow: hidden;
  display: block;
  font-size: 12px;
  text-indent: 5px;
  *display: inline;
  *zoom: 1;
}
.modal-qusForm form .myquiz-bottom .myquiz-bottom-dv-2 div {
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #9E9E9E;
  opacity: 0.3;
  z-index: 999999;
  cursor: auto;
}
.modal-qusForm form .myquiz-bottom .myquiz-bottom-dv-2 #file1 {
  position: absolute;
  font-size: 100px;
  right: 0;
  top: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  cursor: pointer;
}
.modal-qusForm form .myquiz-bottom .myquiz-bottom-select {
  position: relative;
  float: left;
  width: 100%;
  display: block;
}
.modal-qusForm form .myquiz-bottom .myquiz-bottom-select .myquiz-bottom-select_t {
  border: 1px solid #eeeeee;
  width: 148px;
  height: 36px;
  font-size: 12px;
  color: #666;
  line-height: 36px;
  text-indent: 10px;
  background: url("../images/icons/xiala.png") #F8F8F8 no-repeat;
  background-position: 129px 16px;
  cursor: pointer;
  margin-bottom: 3px;
}
.modal-qusForm form .myquiz-bottom .myquiz-bottom-select .myquiz-bottom-select_ul {
  display: none;
  z-index: 9999;
  width: 148px;
  height: 180px;
  font-size: 12px;
  color: #666;
  background-color: #F8F8F8;
  border: 1px solid #eeeeee;
  position: absolute;
  top: 39px;
  left: 0;
  padding: 0;
  margin: 0;
}
.modal-qusForm form .myquiz-bottom .myquiz-bottom-select .myquiz-bottom-select_ul li {
  height: 30px;
  text-align: left;
  text-indent: 10px;
  line-height: 30px;
  cursor: pointer;
}
.modal-qusForm form .myquiz-bottom .myquiz-bottom-select .myquiz-bottom-select_ul li:hover {
  color: #FFFFFF;
  background-color: #a8d6b4;
}
.modal-qusForm form .myquiz-bottom .myquiz-bottom-select .myquiz-lo2 {
  position: absolute;
  top: 9px;
  left: -20px;
  width: 7px;
  height: 6px;
  background: url("../images/index/cy07.gif") no-repeat;
}
.modal-qusForm form .myquiz-bottom .myquiz-bottom-select .myquiz-bottom-select-dv div {
  float: left;
  border: 1px solid #CCCCCC;
  width: 92px;
  height: 27px;
  text-align: center;
  line-height: 25px;
  font-size: 12px;
  border-radius: 15px;
  margin: 5px;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.modal-qusForm form .myquiz-bottom .myquiz_bottom_title_s {
  visibility: hidden;
  overflow: hidden;
  width: 100%;
  height: 30px;
  font-size: 12px;
  line-height: 26px;
  text-indent: 19px;
  background: url("../images/icons/tanhao.png") no-repeat;
  color: #ff584a;
  background-position: 0 5px;
}
.modal-qusForm form .myquiz-bottom .myquiz-bottom-dv {
  display: inline-block;
  margin-top: 20px;
}
.modal-qusForm form .myquiz-bottom .myquiz-bottom-dv div {
  float: left;
  margin: 0 5px 0 0;
}
.modal-qusForm form .myquiz-bottom .myquiz-bottom-dv div:last-child {
  margin: 0;
}
.modal-qusForm form .myquiz-bottom .myquiz-bottom-dv .myquiz-bottom-dv-1 {
  width: 96px;
  height: 69px;
  position: relative;
}
.modal-qusForm form .myquiz-bottom .myquiz-bottom-dv .myquiz-bottom-dv-1 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.modal-qusForm form .myquiz-bottom .myquiz-bottom-dv .myquiz-bottom-dv-1 .myquiz-bottom-dv-1-1-y {
  position: absolute;
  top: 29px;
  right: -28px;
  width: 16px;
  height: 16px;
  font-size: 13px;
}
.modal-qusForm form .myquiz-bottom .myquiz-bottom-dv .myquiz-bottom-dv-1 .myquiz-bottom-dv-1-1 {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}
.modal-qusForm form .myquiz-bottom .myquiz-bottom-dv .myquiz-bottom-dv-1 .myquiz-bottom-dv-1-1 .myquiz-bottom-dv-1-1-x {
  position: absolute;
  top: 5px;
  right: 5px;
  background: url("../images/icons/sctp.png") no-repeat;
  width: 16px;
  height: 16px;
  cursor: pointer;
}
.modal-qusForm form .myquiz-bottom .myquiz-bottom-dv .myquiz-bottom-dv-1:hover .myquiz-bottom-dv-1-1 {
  display: block;
}
.modal-qusForm form .myquiz-bottom .myquiz_bottom_dv_2 {
  overflow: hidden;
}
.modal-qusForm form .myquiz-bottom .myquiz_bottom_dv_2 .myquiz-btn {
  text-align: center;
  line-height: 42px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  float: right;
  width: 88px;
  height: 42px;
  background-color: #35b558;
  color: #FFFFFF;
  margin: 0 0 20px;
}
.modal-tiForm {
  width: 551px;
  border-radius: 4px;
  background-color: #ffffff;
  margin: 0 auto;
  display: block;
}
.modal-tiForm form .tiForm-top {
  padding: 20px;
  margin: 0 auto;
  position: relative;
}
.modal-tiForm form .tiForm-top .tiFormclose {
  font-size: 25px;
  color: #000000;
  float: right;
  cursor: pointer;
  position: relative;
  top: -5px;
}
.modal-tiForm form .tiForm-top .tiFormlogo {
  font-size: 18px;
  color: #333;
}
.modal-tiForm form .tiForm-bottom {
  padding: 0 20px;
  margin: 0 auto;
  position: relative;
}
.modal-tiForm form .tiForm-bottom .tiForm-lo {
  text-indent: 11px;
  font-size: 14px;
  color: #333;
  background: url("../images/index/cy07.gif") no-repeat;
  background-position: 0 7px;
  margin-bottom: 8px;
}
.modal-tiForm form .tiForm-bottom .tiForm-lo1 {
  text-indent: 11px;
  font-size: 14px;
  color: #333;
  margin-bottom: 8px;
}
.modal-tiForm form .tiForm-bottom * {
  display: block;
}
.modal-tiForm form .tiForm-bottom input {
  border-radius: 0;
  width: 100%;
  height: 34px;
  font-size: 12px;
  color: #bbb;
  outline: none;
  text-indent: 14px;
  border: 1px solid #eeeeee;
  background-color: #f8f8f8;
}
.modal-tiForm form .tiForm-bottom .tiForm_bottom_title_m {
  visibility: hidden;
  height: 20px;
  font-size: 12px;
  line-height: 26px;
  text-indent: 19px;
  background: url("../images/icons/tanhao.png") no-repeat;
  color: #ff584a;
  background-position: 0 5px;
}
.modal-tiForm form .tiForm-bottom textarea {
  resize: none;
  background-color: #f8f8f8;
  border: 1px solid #eeeeee;
  text-indent: 14px;
  font-size: 12px;
  color: #bbb;
  outline: none;
  width: 100%;
  height: 148px;
  margin-bottom: 8px;
  line-height: 23px;
}
.modal-tiForm form .tiForm-bottom .tiForm-bottom-dv {
  display: inline-block;
  margin-top: 20px;
}
.modal-tiForm form .tiForm-bottom .tiForm-bottom-dv div {
  float: left;
  margin: 0 5px 0 0;
}
.modal-tiForm form .tiForm-bottom .tiForm-bottom-dv div:last-child {
  margin: 0;
}
.modal-tiForm form .tiForm-bottom .tiForm-bottom-dv .tiForm-bottom-dv-1 {
  width: 96px;
  height: 69px;
  position: relative;
}
.modal-tiForm form .tiForm-bottom .tiForm-bottom-dv .tiForm-bottom-dv-1 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.modal-tiForm form .tiForm-bottom .tiForm-bottom-dv .tiForm-bottom-dv-1 .tiForm-bottom-dv-1-1-y {
  position: absolute;
  top: 29px;
  right: -28px;
  width: 16px;
  height: 16px;
  font-size: 13px;
}
.modal-tiForm form .tiForm-bottom .tiForm-bottom-dv .tiForm-bottom-dv-1 .tiForm-bottom-dv-1-1 {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}
.modal-tiForm form .tiForm-bottom .tiForm-bottom-dv .tiForm-bottom-dv-1 .tiForm-bottom-dv-1-1 div {
  position: absolute;
  top: 5px;
  right: 5px;
  background: url("../images/icons/sctp.png") no-repeat;
  width: 16px;
  height: 16px;
  cursor: pointer;
}
.modal-tiForm form .tiForm-bottom .tiForm-bottom-dv .tiForm-bottom-dv-1:hover .tiForm-bottom-dv-1-1 {
  display: block;
}
.modal-tiForm form .tiForm-bottom .tiForm-bottom-dv-2 {
  width: 58px;
  height: 24px;
  line-height: 23px;
  position: relative;
  cursor: pointer;
  color: #fff;
  background-color: #a8d6b4;
  overflow: hidden;
  display: block;
  font-size: 12px;
  text-indent: 5px;
  *display: inline;
  *zoom: 1;
}
.modal-tiForm form .tiForm-bottom .tiForm-bottom-dv-2 div {
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #9E9E9E;
  opacity: 0.3;
  z-index: 999999;
  cursor: auto;
}
.modal-tiForm form .tiForm-bottom .tiForm-bottom-dv-2 #file0 {
  position: absolute;
  font-size: 100px;
  right: 0;
  top: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  cursor: pointer;
}
.modal-tiForm form .tiForm-bottom .tiForm-bottom-f {
  width: 58px;
  height: 24px;
  line-height: 23px;
  position: relative;
  cursor: pointer;
  color: #fff;
  background-color: #a8d6b4;
  overflow: hidden;
  display: block;
  font-size: 12px;
  text-indent: 5px;
  *display: inline;
  *zoom: 1;
}
.modal-tiForm form .tiForm-bottom .tiForm-bottom-f div {
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #9E9E9E;
  opacity: 0.3;
  z-index: 999999;
  cursor: auto;
}
.modal-tiForm form .tiForm-bottom .tiForm-bottom-f #file3 {
  position: absolute;
  font-size: 100px;
  right: 0;
  top: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  cursor: pointer;
}
.modal-tiForm form .tiForm-bottom .tiForm-bottom-f-1 {
  display: inline-block;
  margin-top: 20px;
}
.modal-tiForm form .tiForm-bottom .tiForm-bottom-f-1 div {
  float: left;
  margin: 0 5px 0 0;
}
.modal-tiForm form .tiForm-bottom .tiForm-bottom-f-1 div:last-child {
  margin: 0;
}
.modal-tiForm form .tiForm-bottom .tiForm-bottom-f-1 .tiForm-bottom-f-dv-1 {
  width: 96px;
  height: 69px;
  position: relative;
}
.modal-tiForm form .tiForm-bottom .tiForm-bottom-f-1 .tiForm-bottom-f-dv-1 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.modal-tiForm form .tiForm-bottom .tiForm-bottom-f-1 .tiForm-bottom-f-dv-1 .tiForm-bottom-dv-1-1-y {
  position: absolute;
  top: 29px;
  right: -28px;
  width: 16px;
  height: 16px;
  font-size: 13px;
}
.modal-tiForm form .tiForm-bottom .tiForm-bottom-f-1 .tiForm-bottom-f-dv-1 .tiForm-bottom-f-dv-1-1 {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}
.modal-tiForm form .tiForm-bottom .tiForm-bottom-f-1 .tiForm-bottom-f-dv-1 .tiForm-bottom-f-dv-1-1 div {
  position: absolute;
  top: 5px;
  right: 5px;
  background: url("../images/icons/sctp.png") no-repeat;
  width: 16px;
  height: 16px;
  cursor: pointer;
}
.modal-tiForm form .tiForm-bottom .tiForm-bottom-f-1 .tiForm-bottom-f-dv-1:hover .tiForm-bottom-f-dv-1-1 {
  display: block;
}
.modal-tiForm form .tiForm-bottom .tiForm_bottom_dv_2,
.modal-tiForm form .tiForm-bottom .tiForm_bottom_f_dv_2 {
  overflow: hidden;
}
.modal-tiForm form .tiForm-bottom .tiForm_bottom_dv_2 .tiForm-btn,
.modal-tiForm form .tiForm-bottom .tiForm_bottom_f_dv_2 .tiForm-btn {
  border: none;
  border-radius: 5px;
  cursor: pointer;
  float: right;
  width: 88px;
  height: 42px;
  text-align: center;
  line-height: 42px;
  background-color: #35b558;
  color: #FFFFFF;
  margin: 0 0 20px;
}
.upload_pictures {
  margin: 200px auto;
  border-radius: 4px;
  width: 400px;
  height: 300px;
  background-color: #FFFFFF;
  position: relative;
  overflow: hidden;
}
.upload_pictures form .upload_pictures-top {
  width: 100%;
  height: 48px;
  border-bottom: 1px solid #cccccc;
  margin: 0 auto;
  position: relative;
}
.upload_pictures form .upload_pictures-top .upload_pictures-top_close {
  width: 30px;
  height: 30px;
  text-align: right;
  position: absolute;
  top: 5px;
  right: 18px;
  font-size: 25px;
  cursor: pointer;
}
.upload_pictures form .upload_pictures-top .upload_pictures-top_logo {
  position: absolute;
  width: 80px;
  height: 30px;
  top: 13px;
  left: 20px;
  font-size: 16px;
}
.upload_pictures form .upload_pictures_bottom {
  width: 100%;
  position: relative;
}
.upload_pictures form .upload_pictures_bottom .upload_pictures_bottom_upload {
  margin: 20px auto;
  width: 140px;
  height: 140px;
  position: relative;
  border-radius: 70px;
  background: url("../images/defaultHeadImg.jpg") no-repeat;
  background-size: 100% 100%;
}
.upload_pictures form .upload_pictures_bottom .upload_pictures_bottom_upload #file4 {
  width: 200px;
  margin: 0;
  padding: 0;
  height: 150px;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  cursor: pointer;
}
.upload_pictures form .upload_pictures_bottom .upload_pictures_bottom_dv {
  width: 110px;
  margin: 0 auto;
}
.upload_pictures form .upload_pictures_bottom .upload_pictures_bottom_dv .upload_pictures_bottom_btn {
  border: none;
  border-radius: 2px;
  cursor: pointer;
  width: 110px;
  height: 38px;
  background-color: #36b559;
  color: #FFFFFF;
  margin: 20px auto;
}
.pages,
.pages1 {
  margin: 25px auto 30px;
  /*width: 1200px;*/
  text-align: center;
}
.pages #Pagination,
.pages1 #Pagination,
.pages #Paginations,
.pages1 #Paginations {
  display: inline-block;
  margin: 0 auto;
  overflow: hidden;
  vertical-align: top;
  height: 32px;
}
.pages #Pagination .pagination,
.pages1 #Pagination .pagination,
.pages #Paginations .pagination,
.pages1 #Paginations .pagination {
  margin: 0;
  text-align: right;
  font-family: \u5b8b\u4f53, Arial;
}
.pages #Pagination .pagination a,
.pages1 #Pagination .pagination a,
.pages #Paginations .pagination a,
.pages1 #Paginations .pagination a {
  float: left;
  display: inline;
  padding: 8px 13px;
  background: #e5e5e5;
  color: #666666;
  font-family: \u5b8b\u4f53, Arial;
  font-size: 14px;
  cursor: pointer;
  border-radius: 2px;
}
.pages #Pagination .pagination span,
.pages1 #Pagination .pagination span,
.pages #Paginations .pagination span,
.pages1 #Paginations .pagination span {
  float: left;
  display: inline;
  padding: 8px 13px;
  background: #ffffff !important;
  color: #666666;
  font-family: \u5b8b\u4f53, Arial;
  font-size: 14px;
  cursor: pointer;
}
.pages #Pagination .pagination a,
.pages1 #Pagination .pagination a,
.pages #Paginations .pagination a,
.pages1 #Paginations .pagination a {
  display: inline-block;
  *zoom: 1;
  *display: inline;
  vertical-align: top;
  width: 29px;
  height: 29px;
  line-height: 29px;
  padding: 0;
  text-align: center;
  text-decoration: none;
  font-size: 12px;
  border: 1px solid #dddddd;
  color: #999;
  margin-left: 5px;
}
.pages #Pagination .pagination .current,
.pages1 #Pagination .pagination .current,
.pages #Paginations .pagination .current,
.pages1 #Paginations .pagination .current {
  display: inline-block;
  *zoom: 1;
  *display: inline;
  vertical-align: top;
  width: 29px;
  height: 29px;
  line-height: 32px;
  padding: 0;
  text-align: center;
  text-decoration: none;
  font-size: 12px;
  background: #4baa47 !important;
  border: none;
  color: #fff !important;
}
.pages #Pagination .pagination .prev,
.pages1 #Pagination .pagination .prev,
.pages #Paginations .pagination .prev,
.pages1 #Paginations .pagination .prev,
.pages #Pagination .pagination .next,
.pages1 #Pagination .pagination .next,
.pages #Paginations .pagination .next,
.pages1 #Paginations .pagination .next {
  margin: 0 10px;
  float: left;
  font-size: 20px;
  height: 29px;
  line-height: 32px;
  text-align: center;
  border: 1px solid #e6e6e6;
  background: #e5e5e5;
  color: #999;
  cursor: pointer;
}
.pages #Pagination .pagination .prev i,
.pages1 #Pagination .pagination .prev i,
.pages #Paginations .pagination .prev i,
.pages1 #Paginations .pagination .prev i,
.pages #Pagination .pagination .next i,
.pages1 #Pagination .pagination .next i,
.pages #Paginations .pagination .next i,
.pages1 #Paginations .pagination .next i {
  display: block;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
}
.pages #Pagination .pagination .prev,
.pages1 #Pagination .pagination .prev,
.pages #Paginations .pagination .prev,
.pages1 #Paginations .pagination .prev {
  margin-right: 5px;
  margin-left: 0;
}
.pages #Pagination .pagination .prev i,
.pages1 #Pagination .pagination .prev i,
.pages #Paginations .pagination .prev i,
.pages1 #Paginations .pagination .prev i {
  background-image: url("/web/images/personcenter/page_left_normal.png");
  background-size: 10px;
}
.pages #Pagination .pagination .next i,
.pages1 #Pagination .pagination .next i,
.pages #Paginations .pagination .next i,
.pages1 #Paginations .pagination .next i {
  background-image: url("/web/images/personcenter/page_right_normal.png");
  background-size: 10px;
}
.pages #Pagination .pagination .pagination-break,
.pages1 #Pagination .pagination .pagination-break,
.pages #Paginations .pagination .pagination-break,
.pages1 #Paginations .pagination .pagination-break {
  padding: 8px 5px;
  border: none;
  background: none;
  cursor: default;
}
.pages .searchPage,
.pages1 .searchPage {
  display: inline-block;
  vertical-align: middle;
}
.pages .searchPage .page-sum,
.pages1 .searchPage .page-sum {
  display: inline-block;
  *zoom: 1;
  *display: inline;
  vertical-align: top;
  height: 29px;
  line-height: 29px;
  color: #999999;
  font-family: \u5b8b\u4f53, Arial;
  font-size: 12px;
  margin-left: 10px;
  margin-right: 40px;
}
.pages .searchPage .page-go,
.pages1 .searchPage .page-go {
  *zoom: 1;
  *display: inline;
  vertical-align: top;
  height: 29px;
  line-height: 29px;
  color: #999999;
  font-family: \u5b8b\u4f53, Arial;
  font-size: 12px;
  padding: 10px 0 \9;
  *padding: 6px 0;
}
.pages .searchPage .page-go input,
.pages1 .searchPage .page-go input {
  width: 29px;
  height: 29px;
  margin: 0 5px;
  padding-left: 5px;
  border: 1px solid #dddddd;
  font-size: 12px;
}
.pages .searchPage .page-btn,
.pages1 .searchPage .page-btn,
.pages .searchPage .page-btn1,
.pages1 .searchPage .page-btn1 {
  display: inline-block;
  *zoom: 1;
  *display: inline;
  vertical-align: top;
  width: 40px;
  height: 29px;
  line-height: 29px;
  text-align: center;
  background: #fff;
  border-radius: 2px;
  border: 1px solid #ddd;
  color: #999;
  font-family: Arial, 'Microsoft YaHei';
  font-size: 12px;
  text-decoration: none;
  margin-left: 10px;
}
.cyResetPasswordhint1 {
  margin-top: 10px;
  width: 200px;
  height: 23px;
  color: red;
  text-indent: 21px;
  background: url("../images/alter.png") no-repeat left center;
  background-position: 1px 2px;
  visibility: hidden;
}
/* 视频页面弹幕关闭层*/
.click-hi-modal {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
#rqj-myanswer {
  display: none;
}
